@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
	font-family: 'gastrolinesignaturepersonaluseonly';
	src: url('../fonts/gastrolinesignaturepersonaluseonly.eot');
	src: url('../fonts/gastrolinesignaturepersonaluseonly.eot') format('embedded-opentype'), url('../fonts/gastrolinesignaturepersonaluseonly.woff2') format('woff2'), url('../fonts/gastrolinesignaturepersonaluseonly.woff') format('woff'), url('../fonts/gastrolinesignaturepersonaluseonly.ttf') format('truetype'), url('../fonts/gastrolinesignaturepersonaluseonly.svg#gastrolinesignaturepersonaluseonly') format('svg');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px "Jost", sans-serif;
	color: #5c5c5c;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	word-break: break-word;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #d0a848;
}
a:hover {
	text-decoration: none;
	color: #011f4c;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 400 55px/60px "Playfair Display", serif;
	color: #000000;
}
h2 {
	font: 400 48px/41px "Playfair Display", serif;
	color: #011d35;
	text-transform: uppercase;
}
h2 code {
	font: 300 50px/55px "Playfair Display", serif;
	color: #000;
	display: block;
}
h3 {
	font: 400 35px/40px "Playfair Display", serif;
	color: #000;
}
h4 {
	font: 400 30px/35px "Playfair Display", serif;
	color: #000;
}
h5 {
	font: 400 25px/30px "Playfair Display", serif;
	color: #000;
}
h6 {
	font: 700 20px/25px "Playfair Display", serif;
	color: #000;
}
p {
	font: 400 18px/23px "Jost", sans-serif;
	color: #000;
	padding: 15px 0 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #e2bc64;
	font: 500 15px/46px "Playfair Display", serif;
	color: #001026;
	text-transform: capitalize;
	text-align: center;
	padding: 0 36px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #e2bc64;
	border-radius: 0px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 25px 0 25px;
}
.btn-white {
	background: #fff;
	color: #001026;
	border: 1px solid #fff;
}
.btn-white:hover {
	background: #001026;
	color: #fff;
	border: 1px solid #001026;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-small-top {
	margin-top: 10px;
}
.margin-small-bottom {
	margin-bottom: 10px;
}
.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap-top {
	padding-top: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-top {
	padding-top: 10px;
}
.gap-small {
	padding-bottom: 10px;
	padding-top: 10px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.gap-big {
	padding-bottom: 40px;
	padding-top: 40px;
}
.space {
	padding: 3px;
}
.pos-r {
	position: relative;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
.small_gap {
	padding: 10px;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
}
/*---navigation---*/
/*---navigation---*/
.menu_area {
	background: #fff;
}
.logo {
	float: left;
	position: relative;
	margin: 0 0 -52px 0;
	z-index: 9;
}
.logo img {
	width: auto;
}
.logo_after {
	width: 40%;
	float: left;
	margin: 20px 0;
}
.logo_after ul {
	display: table;
}
.logo_after ul li {
	position: relative;
	float: left;
}
.logo_after ul li:last-child {
	border: none;
}
.logo_after ul li .menuarrow {
	display: none;
}
.logo_after ul li a {
	font: 500 16px/53px "Jost", sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	margin: 0 11px;
	text-transform: capitalize;
}
.logo_after ul li:last-child a {
	margin-right: 0;
}
.logo_after ul li:hover, .logo_after ul li.active, .logo_after ul li.current_page_item {
/*background: rgba(0,0,0,0.15);*/
}
.logo_after ul li:hover a, .logo_after ul li.active a, .logo_after ul li.current_page_item a, .logo_after ul li a:focus {
	color: #e2bc64;/*text-shadow: 1px 1px 1px #000;*/
}
.right_menu ul li a {
	margin: 0 17.5px;
}
#navigation {
	float: right;
	padding: 11px 0;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu > li {
	position: relative;
	float: left;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 500 14px/53px "Jost", sans-serif;
	color: #000;
	white-space: nowrap;
	display: block;
	margin: 0 22.5px;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
/*background: rgba(0,0,0,0.15);*/
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #e2bc64;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #28296d;
	min-width: 220px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	border-bottom: none;
}
.nav-menu .sub-menu a {
	font: 500 14px/53px "Jost", sans-serif;
	color: #000;
	padding: 0 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
 @media only screen and (max-width: 1198px) {
#navigation {
	width: 100%;
	margin: 0 auto;
}
.nav-menu li > a {
	margin: 0 17.5px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
	border: 1px solid #10499e;
	background: #10499e;
	margin: 0;
	padding: 9px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 100%;
	text-align: left;
	height: 27px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #10499e;
	z-index: 99999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 14px/42px "Jost", sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #e1c31f;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
 @media only screen and (max-width: 740px) {
#navigation {
	margin: 0% 0 0 0;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
.mobile_menu {
	display: none;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	width: 100%;
	position: relative;
	text-align: center;
}
.banner_wrap:after {
	content: "";
	z-index: 9;
	height: 90px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	background: url(../images/banner_bot.png) no-repeat bottom center;
	background-size: 100% 100%;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: 19;
}
/*[class*="flexslider"] ul li{
	overflow: hidden;
	position: relative;
}*/
/*[class*="flexslider"] ul li > img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
}*/
.banner_wrap .txt .ban_txt {
	width: 41%;
	float: left;
	text-align: center;
}
.banner_wrap .txt .ban_txt h1 {
	font: 400 72px/72px "Playfair Display", serif;
	color: #fff;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt h1 span {
	display: block;
	color: #e2bc64;
}
.banner_wrap .txt .ban_txt h2 {
	font: 400 36px/40px 'gastrolinesignaturepersonaluseonly';
	color: #e2bc64;
	text-transform: capitalize;
}
.banner_wrap .txt .ban_txt p {
	color: #fff;
	font-size: 15px;
}
.banner_wrap .txt .ban_txt a {
	transition: all .3s ease-in-out;
}
[class*="flexslider"] ul.flex-direction-nav {
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 75px 0;
	overflow: hidden;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.bg-black {
	background: #000;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 90%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 0% 90%;
	padding: 0px 0 30px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
}
.img_full img {
	width: 100%;
}
.about_wrap {
	/*background-color: #0060b0;*/ /* For browsers that do not support gradients */
	/*background-image: radial-gradient(circle, #1f94f4 5%, #0060b0 25%, #0060b0 85%);*/
	padding-top: 0 !important;
}
.about_area {
	position: relative;
}
.about_area:after {
	content: "";
	z-index: 11;
	height: 115px;
	width: 114px;
	text-align: center;
	position: absolute;
	left: 52.95%;
	top: 35%;
	transform: translate(-50%, -50%);
	background: url(../images/ai.png) no-repeat center;
	background-size: auto;
}
.about_txt {
	background: url(../images/about_txt.png) no-repeat center;
	padding: 100px 50px;
	border-radius: 100px 0 0 0;
	background-size: cover;
	margin: 260px 0 -150px -26%;
	width: 100%;
	min-height: 630px;
}
.about_txt h5 {
	color: #fff;
}
.about_txt p {
	color: #fff;
}
.supp_left {
	background: url(../images/supp_left.png) no-repeat left center;
	background-size: 100% 100%;
	min-height: 500px;
	float: left;
	width: 50%;
	padding: 123px 123px 123px 5%;
}
.supp_left ul {
	display: table;
	width: 100%;
}
.supp_left ul li {
	display: inline-block;
	width: 100%;
	padding: 14px 0 14px 47px;
	background: url(../images/wi-1.png) no-repeat left center;
	font: 400 30px / 30px "Playfair Display", serif;
	color: #fff;
}
.supp_right {
	background: url(../images/supp_right.png) no-repeat left center;
	background-size: 100% 100%;
	min-height: 500px;
	float: right;
	width: 50%;
	padding: 108px 5% 108px 123px;
}
.supp_right ul {
	display: table;
	width: 100%;
}
.supp_right ul li {
	display: inline-block;
	width: 100%;
	padding: 14px 0 14px 47px;
	background: url(../images/wi-2.png) no-repeat left center;
	font: 400 30px / 30px "Playfair Display", serif;
	color: #000;
}
.supp_bot {
	padding: 25px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	margin: -50px 0 0 0;
}
.oa_box {
	margin: 15px 0;
}
.oa_box img {
	width: 100%;
	border-radius: 50px 50px 0 0;
}
.oa_box .oa_txt {
	margin: 0 2%;
	background: #11468d;
	padding: 25px;
	margin-top: -25px;
	z-index: 9;
	position: relative;
	min-height: 263px;
}
.oa_box .oa_txt.even {
	background: #e5c372;
}
.oa_box .oa_txt h5 {
	text-align: center;
	color: #fff;
}
.oa_box .oa_txt p {
	text-align: left;
	color: #fff;
}
.oa_box .oa_txt.even h5 {
	text-align: center;
	color: #000;
}
.oa_box .oa_txt.even p {
	text-align: left;
	color: #000;
}
.offer_wrap {
	/*background-image: linear-gradient(to bottom, #ef59a1 85%, #fff 15%);*/
	background: url(../images/offer-bg.png) no-repeat top center;
	background-size: 100% auto;
	padding: 100px 0 290px;
}
.offer_img {
	position: relative;
	margin: -100px;
	display: none;
}
.offer_img img {
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translate(-50%, 0%);
	z-index: 99;
}
.offer_left {
}
.offer_left ul {
	width: 100%;
	display: table;
}
.offer_left ul li {
	width: 100%;
	display: inline-block;
	padding: 10px 30px 10px 75px;
	font: 400 20px / 25px "Playfair Display", serif;
	color: #fff;
	margin: 9px 0;
}
.offer_left ul li:nth-child(1n) {
	background: url(../images/oi-1.png) no-repeat left top;
}
.offer_left ul li:nth-child(2n) {
	background: url(../images/oi-2.png) no-repeat left top;
}
.offer_left ul li:nth-child(3n) {
	background: url(../images/oi-3.png) no-repeat left top;
}
.offer_left ul li:nth-child(4n) {
	background: url(../images/oi-4.png) no-repeat left top;
}
.offer_left ul li:nth-child(5n) {
	background: url(../images/oi-5.png) no-repeat left top;
	padding: 19px 30px 19px 75px;
}
.offer_right {
	padding: 0 0 0 18px;
}
.offer_right ul {
	width: 100%;
	display: table;
}
.offer_right ul li {
	width: 100%;
	display: inline-block;
	padding: 10px 30px 10px 75px;
	font: 400 20px / 25px "Playfair Display", serif;
	color: #fff;
	margin: 9px 0;
}
.offer_right ul li:nth-child(1n) {
	background: url(../images/oi-6.png) no-repeat left top;
}
.offer_right ul li:nth-child(2n) {
	background: url(../images/oi-7.png) no-repeat left top;
}
.offer_right ul li:nth-child(3n) {
	background: url(../images/oi-8.png) no-repeat left top;
}
.offer_right ul li:nth-child(4n) {
	background: url(../images/oi-9.png) no-repeat left top;
}
.touch_area {
	background: url(../images/gt-bg.png) no-repeat left bottom;
	padding: 0 52px;
}
.who_txt {
	padding: 123px 0 0 15px;
}
.touch_img {
}
.touch_img img {
	border-radius: 100px 0 0 0;
}
#owl-one .item {
	margin: 15px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 25%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 25%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.download_wrap {
	padding: 60px 0 84px;
}
.download_area {
}
.ita_txt {
	font-style: italic;
}
.download_area h5 {
	padding: 15px 0 0 0;
	font-family: "Jost", sans-serif;
	font-weight: 600;
}
.download_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 45px;
	background: url(../images/bdl.png) no-repeat left center, url(../images/dbr.png) no-repeat right center;
	background-size: contain;
	padding: 17px 0;
}
.download_area ul li {
	width: 31.33%;
	display: inline-block;
	margin: 0% 0.5%;
	border-radius: 50%;
	text-align: left;
	background: #e5c372;
	transition: all .3s ease-in-out;
}
.download_area ul li:nth-child(even) {
	background: #011f4c;
}
.download_area ul li a {
	padding: 19px 25px 19px 125px;
	font: 500 20px / 21px "Playfair Display", serif;
	color: #000;
	width: 100%;
	display: block;
	background: url(../images/db.png) no-repeat 50px center;
}
.download_area ul li:nth-child(even) a {
	color: #fff;
}
.download_area ul li a span {
	display: block;
}
.download_area ul li:hover, .download_area ul li.active {
	background: #011f4c;
	border-radius: 50%;
}
.download_area ul li:hover a, .download_area ul li.active a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background: url(../images/db.png) no-repeat 55px center;
}
.eq_wrap {
	background-image: linear-gradient(to bottom, #fff 50%, #011738 50%);
}
.eq_img {
	width: 50%;
	float: left;
}
.eq_img img {
	border-radius: 0 100px 0 0;
	width: 100%;
}
.mail_form {
	width: 50%;
	float: right;
	background: #d1a948 url(../images/eq-bg.png) no-repeat center;
	background-size: cover;
	border-radius: 100px 0 0 0;
	padding: 80px 52px;
	border-radius: 100px 0 0;
	text-align: center;
}
.mail_form h2 {
	margin: 0 0 25px 0;
	color: #000;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 61px;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	margin: 1% 0;
	padding: 0 15px 0 0;
	text-indent: 0px;
	font: 400 18px/61px "Jost", sans-serif;
	color: #000;
	background: rgba(255,255,255,0.0);
}
.mail_form textarea {
	height: 100px;
	line-height: 25px;
	padding: 15px 0;
	border-radius: 0;
}
.mail_form input[type="submit"] {
	background: #011f4c;
	font: 400 16px/40px "Playfair Display", serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 47px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #011f4c;
	border-radius: 0px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.mail_form input[type="submit"]:hover {
	background: #333;
	color: #fff;
	border: 1px solid #333;
	border-radius: 0 25px 0 25px;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 18px/61px "Jost", sans-serif;
 color: #333 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 18px/25px "Jost", sans-serif;
 color: #333 !important;
 opacity:1;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
footer {
	background: #011738;
	padding: 10px 0 0;
}
footer .footer_content {
}
.footer_logo {
	text-align: center;
}
.footer_links {
	margin: 25px 0 0 0;
	text-align: center;
}
.footer_links ul {
	width: 100%;
	display: table;
}
.footer_links ul li {
	padding: 0 10px;
	display: inline-block;
	font: 400 21px/26px "Jost", sans-serif;
	color: #fff;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 400 16px/21px "Jost", sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
.footer_links ul li a:hover {
	color: #d1a948;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #d1a948;
	text-decoration: none;
}
.copyright_wrap {
	padding: 15px 0;
	background: #011738;
	text-align: center;
	border-top: 1px solid #32414d;
	margin: 15px 0 0 0;
}
.copyright_wrap p {
	font: 400 16px/21px "Jost", sans-serif;
	color: #bfbfbf;
	padding: 0 0 0;
	text-align: center;
}
.copyright_wrap a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap a:hover {
	color: #d1a948;
}
/*--footer_wrap end--*/

.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #10499e;
}
.colorviolet {
	color: #794d9f;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-violet {
	background: #7d3990;
}
.lit-txt {
	font-weight: 300;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 1px solid #999;
}
.map {
}
.map iframe {
	float: left;
}
.shadow {
	box-shadow: 0 0 9px #666;
	padding: 1%;
}
.listing {
	margin: 25px 0 0 0;
}
.listing h6 {
	margin: 0 0 15px 0;
	font-weight: 700;
	color: #000;
}
.listing ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
}
.listing ul li {
	width: calc(100% - 25px);
	padding: 5px;
	font: 400 16px/20px "Jost", sans-serif;
	color: #000;
	margin: 0 0 0 20px;
}
