:root {
	--theme-text-color:#144e88;
	--theme-bg-color:#F7F8FD;
}
* {
	/*margin:0;
	padding:0;*/
	box-sizing:border-box;
}
ul, p, h1, h2, h3, h4, h5, figure, form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
header,nav,section,article,aside,footer,hgroup,figure {
	display: block;
}
.clear:after {
	content: '';
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}
.clearfix:after {
	content: '';
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}

/*--fonts--*/


@font-face {
	
 font-family: 'Ubuntu-Light';
	
 src: url('../fonts/Ubuntu-Light/Ubuntu-Light.eot?#iefix') format('embedded-opentype'), 
 url('../fonts/Ubuntu-Light/Ubuntu-Light.woff') format('woff'), 
 url('../fonts/Ubuntu-Light/Ubuntu-Light.ttf') format('truetype'), 
 url('../fonts/Ubuntu-Light/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
	
 font-weight: normal;
	
 font-style: normal;
	
}

@font-face {
	
 font-family: 'Ubuntu-Regular';
	
 src: url('../fonts/Ubuntu-Regular/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), 
 url('../fonts/Ubuntu-Regular/Ubuntu-Regular.woff') format('woff'), 
 url('../fonts/Ubuntu-Regular/Ubuntu-Regular.ttf') format('truetype'), 
 url('../fonts/Ubuntu-Regular/Ubuntu-Regular.svg#Ubuntu-Regular') format('svg');
	
 font-weight: normal;
	
 font-style: normal;
	
}

@font-face {
	
 font-family: 'Ubuntu-Medium';
	
 src: url('../fonts/Ubuntu-Medium/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), 
 url('../fonts/Ubuntu-Medium/Ubuntu-Medium.woff') format('woff'), 
 url('../fonts/Ubuntu-Medium/Ubuntu-Medium.ttf') format('truetype'), 
 url('../fonts/Ubuntu-Medium/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
	
 font-weight: normal;
	
 font-style: normal;
	
}

@font-face {
	
 font-family: 'PFCenturyMedium-Regular';
	
 src:url('../fonts/PFCenturyMedium-Regular/PFCenturyMedium-Regular.eot?#iefix') format('embedded-opentype'), 
 url('../fonts/PFCenturyMedium-Regular/PFCenturyMedium-Regular.otf') format('opentype'),
 url('../fonts/PFCenturyMedium-Regular/PFCenturyMedium-Regular.woff') format('woff'), 
 url('../fonts/PFCenturyMedium-Regular/PFCenturyMedium-Regular.ttf') format('truetype'), 
 url('../fonts/PFCenturyMedium-Regular/PFCenturyMedium-Regular.svg#PFCenturyMedium-Regular') format('svg');
	
 font-weight: normal;
	
 font-style: normal;
	
}

@font-face {
	
 font-family: 'PFCentury-Regular';
	
 src: url('../fonts/PFCentury-Regular/PFCentury-Regular.eot?#iefix') format('embedded-opentype'), 
 url('../fonts/PFCentury-Regular/PFCentury-Regular.otf') format('opentype'),
 url('../fonts/PFCentury-Regular/PFCentury-Regular.woff') format('woff'), 
 url('../fonts/PFCentury-Regular/PFCentury-Regular.ttf') format('truetype'), 
 url('../fonts/PFCentury-Regular/PFCentury-Regular.svg#PFCentury-Regular') format('svg');
	
 font-weight: normal;
	
 font-style: normal;
	
}


/*---------------------------------------------------*/
html {
	height: 100%;
}
body {
	color:#000;
	font-family: 'Ubuntu', 'PFCentury-Regular', 'Roboto', sans-serif;

	font-size:14px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	
}
.flt_lt, .float-left {
	float: left;
	display:inline;
}
.flt_rt, .float-right {
	float:right;
	display:inline;
}
/*-----------LayOut Start here-----------------------*/
.wrapper {
	background: #ffffff;
	max-width: 100%;
	margin: 0 auto;
}
.container {
	margin:0 auto;
	max-width: 1398px;
}

/*------------------midway--------------------*/
 /*----index----*/

/*--header--*/
.side_bar {
	display: none;
}
.menu {
	display: none;
}
header {
}
.header-main {
	padding: 18px 40px 12px;
	background-color: #ffffff;
}
.header-left {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0 13px;
}
.header-left a {
	display: block;
}
.header-left a figure {
	margin: 0;
	padding: 0;
}
.header-left a figure img {
	max-height: 50px;
}

.header-right {
	display: inline-block;
	vertical-align: top;
	float: right;
}
.header-right nav {
	position: relative;
}
.header-right nav > ul {
	padding: 11px 0 0 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.header-right nav > ul > li {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0 0px 0 28px;
	margin: 0;
}
.header-right nav > ul > li.home {
	padding: 0;
}
.header-right nav ul li a {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #505050;
	text-decoration: none;
}
.header-right nav > ul > li.dropdown {
	position: relative;
}
.header-right nav > ul > li.dropdown:hover > a {
	/*border-bottom:1px solid #ccc;*/
}
.header-right nav > ul li .burger_menu_toggle {
	display: none;
	position: absolute;
	top: 100%;
	z-index:9999;
	background: #fff;
	min-width: 100%;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0;
}
.header-right nav > ul li:hover .burger_menu_toggle {
	display: block;
	
}
.header-right nav > ul li .burger_menu_toggle ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.header-right nav > ul li .burger_menu_toggle ul li {
	margin:0;
	padding: 0;
	border-top: 1px solid #ccc;
}
.header-right nav > ul li .burger_menu_toggle ul li:last-child {
	border-bottom: 0;
}
.header-right nav > ul li .burger_menu_toggle ul li a {
	padding: 8px 10px;
	display: block;
	
}
.header-right nav > ul li .burger_menu_toggle ul li a:hover, .header-right nav > ul li .burger_menu_toggle ul li.active a {
	background: #f4f4f4;
}

.header-right nav > ul > li select {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #505050;
	border-left:1px solid #ccc;
	border-right: 0;
	border-top:0;
	border-bottom: 0;
	padding: 0 0 0 5px;
	outline: none;
	background: none;
}
.header-right nav > ul > li a.active {
	font-family: 'Ubuntu-Medium';
}
.header-right nav > ul.unav {
	float: right;
	margin-left: 10px;
}
.header-right nav > ul.unav > li {
	padding-left: 10px;
}
.header-right nav > ul.unav > li a[data-toggle="search"] {
	display: block;
}
.header-right nav > ul.unav > li a[data-toggle="search"] i {
	display: block;
}
.header-right nav > ul.unav > li a[data-toggle="search"].activesearch i {
	width: 14.85px;
	overflow: hidden;
}
.header-right nav > ul.unav > li a[data-toggle="search"].activesearch i::before {
	content: "\f00d";
}
/*--banner starts here--*/
.banner {
	position: relative;
}
.banner figure {
	
 line-height: 0;
 margin: 0;
 padding: 0;
	
}
.banner figure img {
	width: 100%;
	
	height: auto;
}
.banner-main {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 49.4%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
} 
.banner-in {
	text-align: center;
}
.banner-in p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 40px;
	color: #ffffff;
}
.banner-in p span {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size:25px;
	line-height: 29px;
	color: #ffffff;
	text-align: center;
	display: block;
}
.banner-btm {
	/*position: absolute;*/
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 40px 0 0;
	bottom: 22px;
}
.banner-btm ul {
	
	margin: 0 -5px;
	padding: 0;
	
}
.banner-btm ul li {
	display: inline-block;
	float: left;
	vertical-align: top;
	padding: 0px 1.5px;
	width: 15.6%;
	position: relative;
	margin:0;

}
.banner-btm ul li a {
	background: rgba(255, 255, 255, 0.7);
	color: #575656;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	display: block;
	letter-spacing: 0.9px;
	padding: 20px 15px;
	text-decoration: none;
}
.banner-btm ul li a.select {
	text-align: center;
}
.banner-btm ul li.select {
	width: 25.9%;
}
.banner-btm ul li.adults {
	width: 13.6%;
}
.banner-btm ul li.request {
	width: 14.9%;
}
.banner-btm ul li.request p {
	background: #ffffff;
	margin: 0;
	padding: 0;
}
.banner-btm ul li a.arrow {
	position: relative;
	cursor: pointer;
}
.banner-btm ul li a.arrow1 {
	position: relative;
	cursor: pointer;
}
.banner-btm ul li span.check {
	position: relative;
	padding: 20px 27px;
	background: rgba(255, 255, 255, 0.7);
	color: #575656;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	display: block;
	letter-spacing: 0.9px;
}
.banner-btm ul li a.arrow:after {
	position: absolute;
	right: 26px;
	top: 50%;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.banner-btm ul li a.arrow1:after {
	position: absolute;
	right: 26px;
	top: 50%;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


/*--avaka starts here--*/
.avaka {
	/*background: url(../images/avaka-bg.jpg)no-repeat;*/
	width:100%;
	/*height:560px;*/
	background-size: cover;
	padding: 42px 0;
}
.avaka-main {
	padding: 47px 0;
}
.avaka-left {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 48.5%;
}
.avaka-left figure {
	margin: 0;
}
.avaka-left figure img {
	object-fit: cover;
}
.avaka-left-in {
	position: absolute;
	top: 48.5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.avaka-left-in p {
	font-family: 'PFCenturyMedium-Regular';
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	max-width: 318px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2.4px;
	padding: 0 0 0 18px;
}
.avaka-right {
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 51.5%;
	padding: 98px 0 0 82px;
}
.avaka-right h3 {
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	color: #505050;
	letter-spacing: 1.1px;
	padding: 0 0 38px 0;
}
.avaka-right p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #505050;
	padding: 0 82px 65px 3px;
	letter-spacing: 0.5px;
}
.avaka-right a.more {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #505050;
	display: inline-block;
	position: relative;
	letter-spacing: 0.5px;
	text-decoration: none;
}
.avaka-right a.more:after {
	position: absolute;
	bottom: -11px;
	content: "";
	left: 5px;
	width: 65%;
	height: 1px;
	background:#505050;
}
.ta-left figure a::after, .avaka-right figure a::after {
	display: none;
}


.who-we {
	display: none;
}
.mb-non {
	display: block;
}
.mb-disply {
	display: none;
}
.instagram-main h3 span br {
	display: none;
}

/*--video starts here--*/
.video {
	position: relative;
}
.video figure {
	margin: 0;
}
.video figure img {
	width: 100%;
	object-fit: cover;
	height: auto;
}
.video-in {
	position: absolute;
	top: 48.6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video-in h2 {
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 40px;
	line-height: 60px;
	color: #ffffff;
	letter-spacing: 1.1px;
	text-align: center;
}
/*--video ends here--*/
/*--ta starts here--*/
.ta {
	
 padding: 0 0 116px 0;
	
}
.ta-main {
	padding: 122px 0 0 0;
}
.subarticles_listing .ta-main {
	padding-top: 60px;
}
/*.articles_listing .ta-main {
	padding: 0 0 100px;
}*/
.ta-left {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 54%;
}
.ta-left figure {
	margin:0;
}
.ta-left figure img {
	
 object-fit: cover;
	
}
/*.articles_listing .ta-left figure img, .articles_listing .ta-right figure img {
	width: 100%;
}*/
.ta-right {
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 46%;
	padding: 50px 0 0 9px;
}
.subarticles_listing .noimage .ta-right {
	width: 100%;
	padding-left: 0;
}
.subarticles_listing .ta-right, .subarticles_listing .ta-main2 .ta-left {
	padding-top: 40px;
}
.same_rows .ta-right {
	padding-top: 0;
}
.ta-right.right {
	padding: 60px 0 0 0px;
}
.ta-right.right p {
	
 padding: 0 70px 47px 4px;
	
}
.ta-right h3 {
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 25px;
	line-height: 26px;
	color: #505050;
	letter-spacing: 1.1px;
	padding: 0 0 35px 0;
}
.ta-right p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #505050;
	padding: 0 20px 47px 0;
	letter-spacing: 0.3px;
}
.same_rows .ta-right p, .subarticles_listing .ta-right p, .subarticles_listing .ta-main2 .ta-left p {
	padding-bottom: 20px;
}
.ta-right a.more {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #505050;
	display: inline-block;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 35px 0 0 0px;
	text-decoration: none;
}
.ta-right a.more:after {
	position: absolute;
	bottom: -11px;
	content: "";
	left: 5px;
	width: 51.5%;
	height: 1px;
	background:#505050;
}
.ta-main2 {
	padding: 120px 0 0 0;
}
/*.articles_listing .ta-main2 {
	padding: 0 0 120px;
}*/
.ta-main2.main {
	padding:112px 0 0 0;
}
.ta-main2.main .ta-left {
	padding: 90px 0 0 148px;
}
.ta-main2 .ta-left {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 47.1%;
	padding: 102px 0 0 148px;
}
.ta-main2 .ta-left h3 {
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 25px;
	line-height: 26px;
	color: #505050;
	letter-spacing: 0.5px;
	padding: 0 0 35px 0;
}
.ta-main2 .ta-left p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #505050;
	padding: 0 25px 43px 0px;
	letter-spacing: 0.3px;
}
.ta-main2 .ta-left a.more {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #505050;
	display: inline-block;
	position: relative;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	padding: 0 0 0 0px;
	text-decoration: none;
}
.ta-left a.more:after {
	position: absolute;
	bottom: -11px;
	content: "";
	left: 5px;
	width: 51.5%;
	height: 1px;
	background:#505050;
}
.ta-main2 .ta-right {
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 52.9%;
	padding: 2px 0 0 63px;
}
.ta-right figure {
	margin:0;
 font-size: 0;
	
}
.ta-right figure a {
	display: block;
}
.ta-right figure img {
	
 object-fit: cover;
	
} 

/*--ta ends here--*/
/*--instagram starts here--*/
.instagram {
	background: url(../images/avaka-bg.jpg)no-repeat;
	width:100%;
	padding: 50px 0 50px 0;
	background-size: cover;
}
.instagram-main {
	padding: 35px 0 0 0;
}
.instagram-main h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: #505050;
	text-align: center;
	padding: 0 0 29px 0;
}
.instagram-main h3 span {
	color: #898989;
}
.instagram-main ul {
	margin: 0 -25px;
	padding: 0;
	list-style: 0;
}
.instagram-main ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 25%;
	padding: 0 27px;
	margin:0;
}
.instagram-main ul li figure {
}
.instagram-main ul li figure img {
	object-fit: cover;
	width: 100%;
}
.instagram h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: #505050;
	text-align: center;
	padding: 0 0 29px 0;
	margin: 0;
}
.instagram h3 span {
	color: #9b9b9b;
	display: inline-block;
}
/*--instagram ends here--*/
/*--shop starts here--*/
.shop {
}
.shop-main {
	padding: 120px 0 115px 0;
}
.shop-main.article_full_story {
	padding-top: 50px;
	padding-bottom: 50px;
}

.shop-main h2 {
	font-family: 'PFCenturyMedium-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height: 37px;
	color: #505050;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2.7px;
	padding: 0 0 16px 0;
}
.shop-main p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 19px;
	color: #8a8a8a;
	text-align: center;
	padding: 0 0 78px 0;
	letter-spacing: -0.1px;
}
.shop-main.article_full_story p {
	padding-bottom: 20px!important;
	line-height: 1.3;
	font-size: 18px;
	
}
.article_full_story img {
	max-width: 100%;
	height: auto;
}
.shop-main ul {
	margin: 0 -11px 99px;
	padding: 0;
	list-style: none;
}
.shop-main ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 33.33%;
	padding: 0 12px;
	margin: 0;
}
.shop-main ul li a {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #505050;
	display: inline-block;
	position: relative;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding: 40px 0 0 0px;
	text-decoration: none;
}
.shop-main ul li a:after {
	position: absolute;
	bottom: -11px;
	content: "";
	left: 0px;
	width: 42.5%;
	height: 1px;
	background:#505050;
	border: none;
}
.shop-main ul li a:first-child:after {
	display: none;
}
.shop-main > a {
	width: 388px;
	height: 52px;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	color:#8a8a8a;
	border: 1px solid #8a8a8a;
	display:block;
	font-size: 17px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}
.shop-main ul li a img {
	width: 100%;
	height: auto;
}
/*--shop ends here--*/
/*--footer starts here--*/
footer {
}
.footer-top {
	/*background: #f4f4f4;*/
	background: #fff;
}
.footer-main {
	padding: 60px 0 30px 0;
}
.footer-left {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 20%;
	padding: 0 20px 0 0;
}
.footer-left figure {
	padding: 0 0 63px 0;
}
.footer-left figure img {
}
.footer-left address {
	color:#8a8a8a;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.4px;
	padding: 0 0 23px 0;
	text-decoration: none;
	font-style: normal;
	border: 0;
}
.footer-left p {
	color:#8a8a8a;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.4px;
	padding: 0 0 23px 0;
	margin: 0;
}
.footer-left p a {
	color:#8a8a8a;
	text-decoration: none;
}
.footer-middle {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 60%;
	padding: 0px 0 0 0;
}
.footer-middle ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-middle ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 20%;
	margin:0;
	padding: 0;
}
.footer-middle ul li.partners {
	width:60%;
	
}
.footer-middle ul li.partners p {
	line-height: 1.4;
	font-size: 14px;
	margin:0;
	padding:0;
}
.footer-middle ul li h3, .footer-right > h3, .footer_title {
	display: block;
	
	margin:0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
}
.footer-middle ul li p {
	color:#8a8a8a;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.3px;
	padding: 0 0 10px 0;
	margin: 0;
}
.footer-middle ul li p a {
	color:#8a8a8a;
	text-decoration: none;
}
.footer-right {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 20%;
	padding: 0px 0 0 0px;
}
.footer-right p {
	color:#8a8a8a;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.6px;
	padding: 0 0 10px 0;
	margin: 0;
}
.footer-right p a {
	color:#8a8a8a;
	text-decoration: none;
}
.footer-right-in {
	padding: 57px 0 0 0;
}
.footer-right-in p {
	color:#8a8a8a;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.5px;
	padding: 0 0 20px 0;
	margin: 0;
}
.footer-right-in p a {
	color:#8a8a8a;
	text-decoration: none;
}
.footer-right-in input {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:14px;
	color: #8a8a8a;
	border:none;
	border-bottom: 1px solid #505050;
	/*background:#f4f4f4;*/
	padding: 0 0 5px 0;
	width: 76%;
	vertical-align: middle;
	outline: none;
}
.footer-right-in button {
	color:#8a8a8a;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0px;
	background:#f4f4f4;
	border: none;
	display: inline-block;
	margin: 7px 0 0 4px;
	vertical-align: middle;
	cursor: pointer;
}
.footer-right-in label {
	font-size: 0;
}

.footer-btm {
}
.footer-btm-left {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 36.8%;
}
.footer-btm-left a {
}
.footer-btm-left a figure {
}
.footer-btm-left a figure img {
}
.footer-btm-middle {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 27.9%;
	padding: 0 0 0 0;
}
.footer-btm-middle ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-btm-middle ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0;
	margin: 0;
}
.footer-btm-middle ul li a {
}
.footer-btm-middle ul li a figure {
}
.footer-btm-middle ul li a figure img {
}
.footer-btm-right {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 100%;
	padding:0 0 10px;
}
.footer-btm-right ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-btm-right ul li {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}
.footer-btm-right ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:14px;
	color: #8a8a8a;
	letter-spacing: 0.3px;
	text-decoration: none;
}
.footer-in {
	padding: 7px 0 0 0;
}
/*--footer ends here--*/

.banner-btm ul li em {
	display: inline-block;
	padding: 0 0 0 2px;
	position: absolute;
	top: 19px;
	right: 37px;
} 
.banner-btm ul li em input {
	display: block;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0.9px;
	position: absolute;
	top: 80%;
	right: 100%;
	background: transparent;
	border: none;
	width: 90px;
	padding: 5px 0 0 0;
	outline: none;
	color: #333;
	
}
.banner-btm ul li em.pdg {
	display: inline-block;
	padding: 0 0 0 0px;
	position: absolute;
	top: 19px;
	right: 32px;
}
.drop-down {
	width: 99%;
	background: #ffffff;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: 0 2px;
}
.drop-down ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.drop-down ul li {
	display: block;
	width: 100%;
	padding: 0 5px;
	margin: 0;
}
.drop-down ul li a {
	background: rgba(255, 255, 255, 0.7);
	color: #575656;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	display: block;
	letter-spacing: 0.9px;
	padding:15px;
}
.banner-btm ul li.request button {
	text-align: center;
	background:#ffffff;
	color: #575656;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	display: block;
	letter-spacing: 0.9px;
	padding: 20px;
	width: 100%;
	border: none;
	cursor: pointer;
	outline: none;
}


/*--page inside--*/
header.inner1 {
	background: #faf9f8;
}
.header-right nav > ul > li select.inner1 {
	background: #faf9f8;
}
.eaia {
}
.eaia-main {
	padding: 78px 0 0 0;
}
.eaia-main h2 {
	font-family: 'PFCenturyMedium-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height: 37px;
	color: #505050;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 43px 0;
	letter-spacing: 2.7px;
}
.eaia-left {
	display:inline-block;
	width: 50%;
	float: left;
}
.room_product_info .eaia-left {
	width: 60%;
}
.eaia-left figure {
	padding: 0 24px 0 0;
}
.eaia-left figure img {
	object-fit: cover;
	height: auto;
	width: 100%;
}
.eaia-right {
	display:inline-block;
	width: 50%;
	float: right;
	padding: 0 0 30px 10px;
}
.room_product_info .eaia-right {
	width: 40%;
}
.right-imgs {
}
.right-imgs ul {
	margin: 0 -4px 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
.right-imgs ul li {
	display:inline-block;
	width: 33%;
	float: left;
	vertical-align: top;
	padding: 0 9px 15px;
	margin: 0;
}
.shop_product_info .right-imgs ul li {
	width: 20%;
	padding: 0 10px 15px;
}
.right-imgs ul li figure {
	
 line-height: 0;
	
}
.right-imgs ul li figure img {
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}
.eaia-left-in {
	padding: 37px 19px 0 3px;
}
.eaia-left-in-lt {
	display:inline-block;
	float: left;
}
.eaia-left-in-lt h3 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height:37px;
	letter-spacing: 0.4px;
	padding: 0 0 23px 0;
}
.eaia-left-in-rt {
	display:inline-block;
	float: right;
	text-align: right;
	padding: 17px 0 0 0;
}
.eaia-left-in-rt p {
	color: #505050;
	font-weight: normal;
	font-family: 'Ubuntu-Medium';
	font-size: 19px;
	line-height: 19px;
	letter-spacing: 0.6px;
	padding: 0 0 23px 0;
}
.eaia-left-in-rt p span {
	color:#8a8a8a;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.4px;
	padding: 0 0 23px 0;
}
.eaia-left-in > p {
	color:#505050;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.4px;
	padding: 4px 31px 23px 0px;
}
/*--house--*/
.house {
	padding: 30px 0 0 4px;
}
.house h2 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height:37px;
	letter-spacing: 0.8px;
	padding: 0 0 41px 0;
	text-align: left;
}
.house ul {
}
.house ul li {
	display:inline-block;
	width: 37%;
	float: left;
	padding: 0 0 0 3px;
}
.house ul li p {
	color:#8a8a8a;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	padding: 0 0 12px 0;
}
.house ul li.pdg {
	width: 34%;
	padding: 0;
}
.house ul li p.pdg {
	padding: 0 0 10px 0;
}

.footer-logo {
	padding: 80px 0 0 0;
}
.footer-logo figure {
	margin: 0;
}

/*--general--*/
.general {
	padding: 30px 0 0 0;
}
.general h2 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height:37px;
	letter-spacing: 0.8px;
	padding: 0 0 35px 0;
	text-align: left;
}
.general p {
	color: #8a8a8a;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
	padding: 0 0 8px 5px;
}
.general p span {
	color: #8a8a8a;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.5px;
}
.general p em {
	color: #8a8a8a;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.2px;
}

/*--location--*/
.location {
	padding: 30px 0 117px 3px;
}
.location h2 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height:37px;
	letter-spacing: 0.8px;
	padding: 0 0 29px 0;
	text-align: left;
}
.location .location_map iframe {
	width: 530px;
	height: 300px;
}
.location a {
}
.location a figure {
}
.location a figure img {
	margin: 0 auto;
}
.location-in {
	padding: 30px 0 0 4px;
}
.location-in h3 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.4px;
	padding: 0 0 8px 0;
}
.location-in ul {
	padding: 0 25px 0px 8px;
}
.location-in ul li {
	color: #505050;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.3px;
	padding: 0 0 6px 0px;
}
.location figure {
}
.location figure img {
	width: auto;
	object-fit: cover;
}




.eaia-right-in {
	/*background: #f1f1f1;*/
	background:var(--theme-bg-color);
	margin: 28px 0 0 0;
}
.personal {
	padding: 20px;
}
.personal h2 {
	color:var(--theme-text-color);
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: 0.5px;
	padding: 0 0 30px 0px;
	text-transform: uppercase;
	text-align: left;
}
.personal h3 {
	color:var(--theme-text-color);
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: 0.7px;
	padding: 0 0 27px 0;
}
.personal ul {
	margin: 0 -13px -1px;
}
.personal ul li {
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 0;
	padding: 0 12px;
}
.personal ul li.active {
	width: 50%;
}
.personal ul li input, .personal ul li select {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
	padding: 12px 0 14px 17px;
	margin: 0 0 24px 0;
	background: #fafafa;
	border: 1px solid var(--theme-text-color);
}
.personal input {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
	padding: 12px 0 14px 20px;
	margin: 0 0 24px 0;
	position: relative;
	outline: none;
	background: #fafafa;
	border: 1px solid #9a9a9a;
}
.shop-main ul li figure {
	line-height: 0;
	margin: 0 0 40px 0;
}

.personal ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
 color: #9a9a9a;
	
}
.personal ::-moz-placeholder {
	/* Firefox 19+ */
 color: #9a9a9a;
	
}
.personal :-ms-input-placeholder {
	/* IE 10+ */
 color: #9a9a9a;
	
}
.personal :-moz-placeholder {
	/* Firefox 18- */
 color: #9a9a9a;
	
}

.adult {
	padding: 0 20px 50px 20px;
}
.adult ul {
}
.adult ul li {
	display: inline-block;
	float: left;
	width: 33.33%;
	padding: 0px 21px 0 10px;
	min-height: 0;
}
.drop {
	display: flex;
}
.drop label {
	color:#6d6d6d;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 13px 14px 0 0;
	letter-spacing: 0.7px;
}
.drop-increment {
	width: 100%;
	position: relative;
}
.drop-increment input {
	height: 46px;
	background: #f1f1f1;
	width: 128px;
	border: 1px solid #a4a4a4;
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #6d6d6d;
	line-height: 46px;
	-webkit-appearance: none;
	-webkit-rtl-ordering: inherit;
	-webkit-writing-mode: horizontal-tb !important;
	
 text-rendering: auto;
}
.room_product_info .drop-increment input {
	padding-left: 10px;
	width: 70px;
}

.drop-increment button.cart-qty-plus {
	position: absolute;
	top: 7px;
	right: 15px;
	border: none;
	background: #f1f1f1;
	outline: none;
	cursor: pointer;
}
.drop-increment button.cart-qty-plus i {
	font-size: 19px;
	color:#9a9a9a;
}
.drop-increment button.cart-qty-minus {
	position: absolute;
	top: 20px;
	right: 15px;
	border: none;
	background: #f1f1f1;
	outline: none;
	cursor: pointer;
}
.drop-increment button.cart-qty-minus i {
	font-size: 19px;
	color:#9a9a9a;
}
/*--booking--*/
.booking {
	
 padding: 8px 15px 0 17px;
	
}
.booking h2 {
	color:var(--theme-text-color);
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: 0.7px;
	padding: 0 0 26px 0;
	text-align: left;
}
.booking ul {
	margin-top: 0;
}
.booking ul li {
	display: inline-block;
	float: left;
	width:100%;
	padding: 0 8px 0 0;
	position: relative;
	min-height: 0;
	background: #c8eada;
	
	
}
.booking ul li:last-child {
	padding:0;
}
.booking ul li span {
	color:#6d6d6d;
	font-family: 'Ubuntu-Medium';
	font-size: 14px;
	line-height: 16px;
	
	display: block;
	width: 100%;
	
	letter-spacing: 0.6px;
}
.booking ul li em {
	display: block;
	padding: 0px 14px;
	/*position: absolute;
	top: 13px;
	right: 24px;*/
}
.booking ul li em input.datepicker_field {
	/*display: none;*/
	border: 0;
	background: #c8eada;
	width: calc(100% - 30px);
	margin: 0 0px 0 0;
	color:#6d6d6d;
	font-family: 'Ubuntu-Medium';
	font-size: 16px;
	padding:14px 10px;
	outline:none;
	
	cursor: default;
}
.booking ul li em input.datepicker_field + img {
	cursor: pointer;
	float: right;
	margin:14px 0;
}
.breakfast {
	padding: 48px 0 15px;
}
.breakfast h3 {
	color:var(--theme-text-color);
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.7px;
	padding: 0 0 11px 0;
	text-align: left;
}
.breakfast label {
	display: block;
	padding: 0 3px;
}
.breakfast label input {
	display: none;
}
.breakfast label span {
	display: block;
	font-size: 13.99px;
	line-height: 35px;
	font-weight: normal;
	color: #6d6d6d;
	background: url(../images/radio_btn_unchecked.png) no-repeat left center;
	padding: 0 0 0 33px;
	letter-spacing: 0.5px;
}
.breakfast label input:checked+span {
	background: url(../images/radio_btn_checked.png) no-repeat left center;
}

.acivities {
	padding: 20px 20px 20px 20px;
}
.acivities h3 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.7px;
	padding: 0 0 7px 0;
	text-align: left;
}
.acivities h3 span {
	color:#6d6d6d;
	font-size: 13px;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	padding: 0 0 0 24px;
}
.acivities > label {
	display: block;
}
.acivities ul {
}
.acivities ul li {
	display: inline-block;
	width: 30.23%;
	float: left;
	vertical-align: top;
	min-height: 0;
	padding: 0 0 5px 9px;
}
.acivities ul li.full {
	width: auto;
}
.acivities ul li.active {
	width: 39.5%;
}
.acivities ul li label {
	display: block;
	padding: 0 3px;
}
.acivities ul li input {
	display: none;
}
.acivities ul li span {
	display: block;
	font-size: 13.99px;
	line-height: 35px;
	font-weight: normal;
	color: #6d6d6d;
	
	padding: 0 0 0 33px;
	letter-spacing: 0.7px;
}
.acivities ul li input[type="radio"]+span {
	background: url(../images/radio_btn_unchecked.png) no-repeat left center;
}
.acivities ul li input[type="radio"]:checked+span {
	background: url(../images/radio_btn_checked.png) no-repeat left center;
}

.acivities ul li input[type="checkbox"]+span {
	background: url(../images/check_btn_unchecked.png) no-repeat left center;
}
.acivities ul li input[type="checkbox"]:checked+span {
	background: url(../images/check_btn_checked.png) no-repeat left center;
}


/*--car-booking--*/
.car-booking {
}
.car-booking {
	padding: 27px 20px 15px 16px;
}
.car-booking h3 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.7px;
	padding: 0 0 14px 0;
	text-align: left;
}
.car-booking h3 span {
	color:#6d6d6d;
	font-size: 13px;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	padding: 0 0 0 24px;
}
.car-booking ul {
}
.car-booking ul li {
	display: inline-block;
	width: 30.33%;
	float: left;
	vertical-align: top;
	min-height: 0;
	padding: 0 0 5px 9px;
}
.car-booking ul li.active {
	width: 39%;
}
.car-booking ul li label {
	display: block;
	padding: 0 3px;
}
.car-booking ul li input {
	display: none;
}
.car-booking ul li span {
	display: block;
	font-size: 13.99px;
	line-height: 35px;
	font-weight: normal;
	color: #6d6d6d;
	background: url(../images/radio_btn_unchecked.png) no-repeat left center;
	padding: 0 0 0 33px;
	letter-spacing: 0.7px;
}
.car-booking ul li input:checked+span {
	background: url(../images/radio_btn_checked.png) no-repeat left center;
}
.from {
	padding: 0 16px 35px;
}
.from ul {
	margin-top: 0;
}
.from ul li {
	display: inline-block;
	float: left;
	width:50%;
	padding: 0 8px 0 13px;
	position: relative;
	min-height: 0;
}
.from ul li span {
	color:#6d6d6d;
	font-family: 'Ubuntu-Medium';
	font-size: 14px;
	line-height: 16px;
	background: #c8eada;
	display: block;
	width: 100%;
	padding: 14px 0 14px 19px;
	letter-spacing: 0.6px;
}
.from ul li em {
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 24px;
}
.from ul li em input {
	display: none;
}

/*--questions--*/
.questions {
	padding: 23px 16px 1px;
}
.questions h2 {
	color:var(--theme-text-color);
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 0.7px;
	padding: 0 0 19px 0;
	text-align: left;
}
.questions textarea {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
	padding: 12px 20px 0 20px;
	resize: none;
	min-height: 183px;
	margin: 0 0 16px 0;
	outline: none;
	border-color:var(--theme-text-color);
}
.questions button {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 17px;
	line-height: 55px;
	
	resize: none;
	margin: 0 0 19px 0;
	background: #fff;
	color: #000;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 55px;
	border: 0;
}
.questions.product-buy button {
	background: #00aa5b;
	color: #ffffff;
}
.location-in.location {
	padding: 55px 0 0 0;
}
.location-in.location ul {
	font-size: 0;
}
.location-in.location ul li {
	width: 100%;
	min-height: 0;
	padding: 2px 0 4px 0px;
}
.mobile-content {
	display: none;
}
.mobile-slider {
	display: none;
}
.brown-house {
	display: none;
}
.brown-house h2 {
	color:#505050;
	font-family: 'PFCentury-Regular';
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0.7px;
	padding: 0 0 19px 0;
	text-align: left;
}
.brown-house span {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color:#bd9b72;
	font-size: 15px;
	line-height: 17px;
	padding: 0 0 25px 0;
	display: block;
}
.brown-house p {
	color: #505050;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.3px;
	padding: 0 0 6px 5px;
	padding: 0 0 30px 5px;
}
.brown-house h3 {
	color: #8a8a8a;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.3px;
	padding: 0 0 50px;
}
.brown-house h3 strong {
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
}
.brown-house-in {
	-moz-box-shadow:inset 0 0 10px #ffffff;
	-webkit-box-shadow: inset 0 0 10px #ffffff;
	box-shadow: inset 2px -38px 104px #ffffff;
}
.personal span.has_arrow {
	position: relative;
	cursor: pointer;
}
.personal span.has_arrow:after {
	position: absolute;
	right: 26px;
	top: 50%;
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 19px;
	color: #9a9a9a;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.drop-down-main {
	position: relative;
}
.personal a.destinate {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
	padding: 12px 0 14px 20px;
	margin: 0 0 24px 0;
	position: relative;
	outline: none;
	display: block;
	background: #fafafa;
	border: 1px solid #9a9a9a;
	text-decoration: none;
	text-transform: uppercase;
}
.personal a.destinate:after {
	position: absolute;
	right: 26px;
	top: 50%;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}



/*-----------------Shop block strats-----------------*/
.head_shop_middle {
	display: inline-block;
	float: left;
	width: 57%;
	text-align: center;
}
.head_shop_middle h4 {
	font-family: 'PFCentury-Regular';
	font-size: 30px;
	line-height: 34px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 30px;
	padding: 10px 0 0 65px;
}
.shop-header-right {
}
.shop-header-right nav ul {
	
 padding: 12px 0 0 0;
	
 font-size: 0;
	
}
.shop-header-right nav ul li {
	padding: 0 1px 0 31px;
}
.shop-header-right nav ul li a {
	letter-spacing: -0.1px;
	text-decoration: inherit;
	position: relative;
}
.shop-header-right nav ul li a span {
	vertical-align: middle;
	display: inline-block;
}
.shop-header-right nav ul li a em {
	vertical-align: middle;
	display: inline-block;
	padding: 0 9px 0 0;
}
.shop-header-right nav ul li a em img {
}

/*shop_page_logothetis*/
.shop_page_logothetis {
}
.shop_page_logothetis .shop-main {
	padding: 96px 42px 68px 42px;
}
.shop_page_logothetis .shop-main.heading {
	padding-bottom: 30px;
}
.shop_page_logothetis .shop-main.listing {
	padding-top:0px; 
}
.shop_page_logothetis .shop-main h2 {
	padding: 0 0 14px 0;
}
.shop_page_logothetis .shop-main p {
	letter-spacing: 1px;
	padding: 0 0 66px 0;
}
.shop_page_logothetis .shop-main ul {
	margin: 0 -20px;
}
.shop_page_logothetis .shop-main ul li {
	padding: 0 20px 68px 20px;
}
.shop_page_logothetis .shop-main ul li.shop_log_padd {
	padding: 0 20px 83px 20px;
}
.shop_page_logothetis .shop-main ul li figure {
	line-height: 0;
	padding: 0 0 0px 0;
}
.shop_page_logothetis .shop-main ul li figure > a {
	display: block;
}
.shop_page_logothetis .shop-main ul li a {
	padding: 0 0;
	letter-spacing: 0.3px;
	margin: 0 3px;
	display: block;
	font-size: 22px;
}
.shop_page_logothetis .shop-main ul li a:after {
	width: 100%;
}
/*shop_from*/
.shop_from {
}
.shop_from_in {
	padding: 0 42px 149px 42px;
}
.shop_from_in h2 {
	font-family: 'PFCenturyMedium-Regular';
	font-weight: normal;
	font-size: 35px;
	line-height: 37px;
	color: #505050;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2.8px;
	padding: 0 0 14px 0;
}
.shop_from_in p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 19px;
	color: #8a8a8a;
	text-align: center;
	padding: 0 4px 60px 0;
	letter-spacing: 1px;
}
.shop_from_in ul {
	font-size: 0;
	margin: 0 -23px;
}
.shop_from_in ul li {
	width: 16.66%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 23px;
}
.shop_from_in ul li figure {
	line-height: 0;
	padding: 0 0 10px 0;
}
.shop_from_in ul li figure a {
	display: block;
}
.shop_from_in ul li figure a:after {
	display: none;
}
.shop_from_in ul li figure a img {
	max-width: 100%;
	height: auto;
}
.shop_from_in ul li a {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #505050;
	display: inline-block;
	position: relative;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-decoration: none;
}
.shop_from_in ul li a:after {
	position: absolute;
	bottom: -11px;
	content: "";
	left: 0px;
	width: 50%;
	height: 1px;
	background:#505050;
	border: none;
}
.footer-middle ul li.account {
	width: 33.33%;
}
.banner-btm ul li strong {
	color: #000000;
	font-family: 'Ubuntu-Medium';
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	text-align: left;
	display: block;
	letter-spacing: 0.9px;
	position: absolute;
	top: 46%;
	right: 24px;
	display: none;
	transform: translateY(-46%);
}
.banner-btm ul li strong span {
}
.acivities ul.radio-mobile {
	display: none;
}
.drop-increment.inc {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width:70px;
	right: 15px;
}
.drop-increment.inc input {
	border: none;
	background: transparent;
	color: #000000;
	outline: none;
}
.drop-increment.inc button.cart-qty-plus {
	background: transparent;
	color: #000000;
	top: 15px;
	
 right: 10px;
}
.drop-increment.inc button.cart-qty-plus i {
	;
	color: #000000;
}
.drop-increment.inc button.cart-qty-minus {
	background: transparent;
	color: #000000;
	top: 15px;
	
 right: 73px;
}
.drop-increment.inc button.cart-qty-minus i {
	color: #000000;
}
.banner-btm ul li.date-mobile {
	display: none;
}
.questions button.mobile {
	display:none;
}
.personal .drop-down ul li a {
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
	padding: 10px 15px;
	display: block;
	position: relative;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
}
.personal .drop-down ul {
	margin: 0 0;
}
.personal .drop-down ul li {
	float: none;
	display: block;
	width: 100%;
	padding: 5px 0;
}
.instagram_gallery a {
	display: inline-block !important;
	width:25%;
	padding: 0 28px;
}
.instagram_gallery a img {
	float: none !important;
	width: 100% !important;
	height: auto !important;
}
.instagram_profile img {
	display: none !important;
}
.instagram_profile .instagram_biography {
	display: none !important;
}
.instagram_username {
	display: none !important;
}
.social ul li a:hover {
	opacity: 0.7;
}
a.inherit_color {
	color: inherit;
}
figure a img:hover, .hover_effect:hover {
	 opacity: 0.8;
}
.no-text-transform {
	text-transform: none!important;
}

.breadcrumbs {
	/*background: #f4f4f4;*/
	background: #fff;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 30px;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs ul li {
	color:#333;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 0 0;
	padding: 0;
}
.breadcrumbs ul li a {
	color: inherit;
}
.breadcrumbs ul li a.active {
	font-weight: 600;
}
.breadcrumbs ul li a h1 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
}
.product-price {
	margin: 0 0 10px;
}
.product-price h2 {
	margin: 10px 0 0;
	padding: 0;
	display: block!important;
}
.product-price del {
	color: #999;
	font-size: 16px;
	
}
.product-price ins {
	text-decoration: none;
	color: #ac0000;
}
.product-qty input {
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 50px;
}
.product-qty .drop-increment {
	width: 100px;
}
.buy-area > div {
	width: 33.3%;
	float: left;
}
h3.avail {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Ubuntu-Light';
	font-family: 'Ubuntu';
}
.product-buy.questions {
	padding: 0;
	
}
.product-buy button {
	cursor: pointer;
	display: block!important;
}
.product-buy button:hover {
	opacity: 0.8;
}
hr.product-sep {
	color: #dedede;
	margin: 20px 0;
}
button[type="submit"] {
	cursor: pointer;
}

.d-block {	display: block!important;}
.d-inline-block {	display: inline-block!important;}
.valign-top { 	vertical-align: top!important;}
.pb-0 {	padding-bottom: 0!important;}
.pt-0 {	padding-top: 0!important;}
.pt-10 {	padding-top: 10px!important;}
.pt-20 {	padding-top: 20px!important;}
.pt-30 {	padding-top: 30px!important;}
.pb-10 {	padding-bottom: 10px!important;}
.pb-20 {	padding-bottom: 20px!important;}
.pb-30 {	padding-bottom: 30px!important;}
.p-0 {	padding: 0!important;}

.m-0 {margin:0px!important;	}
.mt-0 {margin-top:0px!important;	}
.mt-10 {margin-top:10px!important;	}
.mt-20 {margin-top:20px!important;	}
.mt-30 {margin-top:30px!important;	}

.mb-0 {margin-bottom:0px!important;	}
.mb-10 {margin-bottom:10px!important;	}
.mb-20 {margin-bottom:20px!important;	}
.mb-30 {margin-bottom:30px!important;	}

.text-left {text-align: left!important;	}
.text-center {text-align: center!important;	}
.text-right {text-align: right!important;	}

.product-detail-social {
	margin: 0 0 4px;
}


.wholepage {
	padding: 0 0 60px;
}

.shop-main.listing .clear3, .shop-main.listing .clear4, .shop-main.listing .clear2 {
	display: none;
}
.header-right nav > ul > li.top_langs {
	padding-right: 10px;
}
.header-right nav > ul > li.top_langs img {
	height: 20px;
	width: auto;
}

.new_login label {
	text-transform: none;
}
/*.new_login select {
	height: auto!important;
}*/
.become_member_row:not(.active) {
	display: none;
}

.become_member_heading i {
	display: block;
	margin: 3px 0 0;
}
.become_member_heading.active i {
	display:none;
}
.become_member_heading label {
	padding-left: 5px;
	font-size:18px;
	margin: 0;
}


.login_box_outer {
	background: #fff;
	padding:10px;
	border: 1px solid #ccc;
	
}
.login_box_in {
	background: #f7f7f7;
	padding:10px;
}

.new_login {
	border: 1px solid #ccc;
	padding: 0;
	background: #fff;
	display: inline-block;
	width: 100%;
}
.login-tabs {
	background:#e5e5e5;
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin:0 0 20px;
}
.login-tabs li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: left;
}
.login-tabs li a.nav-link {
	padding:20px;
	border: 0;
	border-radius: 0;
	text-align: center;
	display: block;

}
.login-tabs li.activetab a {
	background:#f4f4f4!important;
	
}
.login-tabs li.activetab a h2 {
		font-weight: 300;

}
.login-tabs li a h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #000000;
}
.new_login .tab-content {
	padding: 10px;
}
.login-tab-content {
	display: none;
}
.login-tab-content.active {
	display: block;
}
.become_member_row:not(.active) {
	display: none;
}

.become_member_heading i {
	display: block;
	margin: 3px 0 0;
}
.become_member_heading.active i {
	display:none;
}
.become_member_heading label {
	padding-left: 5px;
	font-size:18px;
	margin: 0;
}
.top_search_container {
	display: none;
	position: absolute;
	background:#fff;
	padding: 10px;
	border: 1px solid #ccc;
	z-index: 9999;
	right: 0;
}
.top_search_container.active {
	display: block;
}
.top_search_container form {
	margin: 0;
	padding: 0;
}
.top_search_container .top_search {
	position: relative;
	
}
.top_search_container .form-control {
	padding-right: 30px;
	padding-left: 20px;
	width: 300px;
}
.top_search_container button {
	position: absolute;
	right: 10px;
	top: 14px;
	font-size: 20px;
	color: #999;
	border: 0;
	background: none;
}

.header-right nav > ul.unav > li.cartlink {
	position: relative;
}
.header-right nav > ul.unav > li.cartlink:hover .cart_container_div {
	display: block;
}
.cart_container_div {
	display: none;
	right: 0;
	width:300px;
	top:100%;
	position: absolute;
	z-index: 100;
	background:#fff;
	padding:15px 10px 10px;
	border:1px solid #ccc;
	border-radius:0 0 5px 5px;
	-webkit-box-sizing: border-box;	
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	
}
.cart_container_div p.item {
	margin: 0 0 2px;
	padding:0;
	font-size:12px;
	color: #000;
}
.cart_container_div p.item a {
	color: #000;
	font-size: 12px;
}
.cart_container_div p.item.totals {
	margin: 6px 0 0;
}
.cart_container_div p.item span.title {
	float: left;
	max-width:180px;
}
.cart_container_div p.item span.price {
	float: right;
}
.cart_container_div p.item.totals span.price {
	line-height: 14px;
}
.cart_container_div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cart_container_div ul li {
	margin: 0;
	padding: 0;
}
.p-no-padding-bottom p {
	padding-bottom: 0!important;
}
.always_show {
	display: block!important;
}
.articles_image_icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 0;
	width: 60px;
	height: auto;
}
.subarticles_listing h3 span {
	display: inline-block;
	vertical-align: middle;
}
.room_product_info .eaia-left .right-imgs {
	display: none;
}
.anaglyfo_bg {
	/*background: url(../images/avaka-bg.jpg) repeat left top!important;*/
	background-color: #e8e7e6;
	
}
.white_box {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 20px;
}

.homevideo {
	position: relative;
	width: 100%;

	/*height:546px;
	overflow: hidden;*/
}

.homevideo a {
	position: absolute;
	z-index:999;
	left:0;
	top:0;
	display:block;
	width: 100%;
	height: 100%;

	
}
.homevideo a img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.homevideo a span {
	top: 55%;
	width:100%;
	left:0;
	position: absolute;
	text-align: center;
	font-size:60px;
	color: #ac0000;
}
.homevideo a em {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	padding: 5px 10px;
	background: rgba(118,186,73,0.6);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
#homevideo_player {
	width:100%;
	height:auto;
}
.index_video_container.playing {
	width:100%!important;
}

#map {

	height: 300px; 

	border: 0px; 
	padding: 0px; 
	text-align: center;
	margin:0px auto;
}

.logo_lezanta {
	/*font-family: 'PFCenturyMedium-Regular';*/
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #8a8a8a;
	margin: 0;
	text-align: left;
	
	padding: 10px 0px 0 115px;
}
header.sticky .logo_lezanta {
	display: none;
}
.article_extra_images img {
	width:100%;
	height: 300px;
	object-fit: contain;
}
.google_map {
	width:100%;
	margin:30px 0 0;
}
.google_map iframe {
	width:100%;
	display: block;
	margin:0;
	padding:0;
}
.intro_fields {
	background:var(--theme-bg-color);
	margin:30px 0;
	padding:20px ;
}
.intro_fields.has_map {
	margin-top:0;
	padding-top:30px;
	
}
.intro_fields ul {
	list-style:none;
	margin:0;
	padding:0;
}

.intro_fields ul li {
	margin: 0 0 10px 0;
	padding:0;
}
.intro_fields ul li:last-child {
	margin-bottom:0;
}
.intro_fields ul li big {
	color:var(--theme-text-color);
	font-size: 18px;
	margin: 0 0 5px;
	display: block;
}
.intro_fields ul li p {
	margin: 0 0 10px;
	line-height: 1.5;
}
.contact_us p {
	line-height: 1.5;
	font-size: 15px;
	margin:0 0 10px;
}
.socials a i {
	color:var(--theme-text-color);
	font-size: 18px;
	margin:0 2px 0 0;
	
}
.socials a span {
	display: none;
}
.blhotellogoes {
	width:100%;
}
.blhotel {
	
	margin: 0 0 10px;
}
.blhotel a {
	padding: 0 5px;
	display: block;
}
.blhotel a img {
	width:100%;
	height: 120px;
	object-fit: contain;
	border:1px solid #f0f0f0;
}
.open .blhotellogoes {
	display: none;
}
.products-description ul li {
	
}
.inpagecontent ul {
	list-style: disc inside;
}
.inpagecontent ul li {
	display: block;
}
.inpagecontent ul li:before {
	content:'\2022';
	padding-right: 4px;
}
.topbar {
	background: var(--theme-text-color);
	color:#fff;
	font-size: 14px;
	padding:10px 0;
}
.topbar a {
	color: #fff;
	margin: 0 10px 0 0;
	
}
.topbar a:last-child {
	margin-right: 0;
}