/*
 * Table of content
 * 1.0 Reset Css
 * 	 1.1 Global style for the elements
 * 2.0 One page style
 * 	 2.1 First Header Section
 * 	 2.2 Aboutus Section
 * 	 2.3 Facilities Section
 * 	 2.4 Special packages Section
 * 	 2.5 Gallery Section
 * 	 2.6 Fearures Section
 * 	 2.7 Contact Section
 *   2.8 Footer Section
 *   2.9 Onepage Pagination
 * 3.0 Home variation one style
 * 4.0 Innter page - Package Listing
 * 5.0 Inner page - Package Details
 * 6.0 Datepicker style
 * 7.0 APB Plugin Style
 * 8.0 Pages menu & submenu
 * 9.0 Gallery-2-columns && 3-columns page Section
 * 10.0 Page Sidebar
 * 11.0 Contact page
 * 12.0 Blog page
 * 13.0 Blog Detail page Section
*/
/*-----------------------------------------------------------------------------------*/
/*	1.0 Reset Css
/*-----------------------------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
svg {
	vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul{
	margin:0;
}
p{
	margin:0;
}
section{
	/*display: inline-block;*/
	float: left;
	width: 100%;
	height: auto;
}
ol, ol li, ul, ul li {
    color: #000000;
    font-family: "Lusitana",sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 10px 0px 10px;
	font-family: 'Lusitana', sans-serif;
	color: #000000;
	font-weight: 700;	
}
h5,h6{
	margin:0px 0px 5px;
	font-family: 'Lusitana', sans-serif;
	color: #000000;	
}
h1{
	font-size:42px;
}
h2{
	font-size:36px;
}
h3{
	font-size:30px;
}
h4{
	font-size:24px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}
dt {
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
}
dd {
    margin: 0 0 20px;
    font-family: 'Karla', serif;
	font-weight: 500;
	font-size: 18px;
}
b, strong {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
address {
    font-style: italic;
    margin: 0 0 24px;
    margin-top: 15px;
}
pre {
    background: rgb(245, 245, 245) none repeat scroll 0 0;
    color: rgb(102, 102, 102);
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 20px;
    white-space: pre-wrap;
}
.blog_page_information p, 
.blog_page_information pre,
.spacer p,
.spacer pre {
    margin: 1.2em 0;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a{
	color: rgb(198, 171, 136);
}
/*-----------------------------------------------------------------------------------*/
/*	1.1 Global style for the elements
/*-----------------------------------------------------------------------------------*/
p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}
p.bold{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color: #000000;
	line-height: 1.5;
}
.indent{
		text-indent: 35px;
}
hr.hr{
	color : #dfdfdf;
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
	border-width: 2px;
}
.vertical-space-5 {
	display: inline-block;
	width: 100%;
	height: 5px;
}
.vertical-space-10 {
	display: inline-block;
	width: 100%;
	height: 10px;
}
.vertical-space-20 {
	display: inline-block;
	width: 100%;
	height: 20px;
}
.vertical-space-40 {
	display: inline-block;
	width: 100%;
	height: 40px;
}
.vertical-space-60 {
	display: inline-block;
	width: 100%;
	height: 60px;
}
.vertical-space-80 {
	display: inline-block;
	width: 100%;
	height: 80px;
}
.vertical-space-90 {
	display: inline-block;
	width: 100%;
	height: 90px;
}
.vertical-space-100 {
	display: inline-block;
	width: 100%;
	height: 100px;
}
.text-center{
	text-align: center;
}
.center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.left{
	float: left;
}
.right{
	float:right;
}
.none{
	float: unset;
}
h2.main-title{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 36px;
	color: #000000;
	text-transform: capitalize;
}
span.main-text{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color: #000000;
}
p.main-text{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color: #000000;
}
section.features p.main-text, 
section.features-var-1 p.main-text {
    float: left;
    line-height: 1.5;
    text-align: center;
}
h2.main-title.whiteicon{
	background-image: url("../imgs/title-icon.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    content: "";
    padding-bottom: 70px;
}
h2.main-title.grayicon{
	background-image: url("../imgs/gray-title-icon.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    content: "";
    padding-bottom: 80px;
}
h2.main-title.darkgrayicon{
	background-image: url("../imgs/darkgray-title-icon.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    content: "";
    padding-bottom: 70px;
}
h2.main-title.lightgrayicon{
	background-image: url("../imgs/lightgray-title-icon.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    content: "";
    padding-bottom: 70px;
}
header.menu_sticky_mode {
    position: fixed;
    z-index: 9999;
    width: 100%;
}
div.container.spacer{
	margin-top: 30px;
	margin-bottom: 30px;
}
.padding_none{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.img img.img-lng{
	width: 240px;
	height: 80px;
}
.no-image-full{
	width: 100% !important;
}
/*-----------------------------------------------------------------------------------*/
/* 
/* 2.0 One Page Style
/*
/* 2.1 First Header Section
/* 
/*-----------------------------------------------------------------------------------*/
figure {
    height: auto;
    margin: 0;
    max-width: 100%;
}
section figure.image_header img {
    display: table;
    height: auto;
    transition: opacity 2s ease 0s;
    width: 100%;
}
header .header-main {
    background-image: url("../imgs/first-header-banner.jpg");
    background-position: left 0px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
    width: 100%;
}
header .header-main.Posabslt{
	position: absolute;
}
header .first-header{
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 7px;
}
header .first-header .social ul{
	margin:0px;
	padding-left: 0px;
	padding-top: 8px;
}
header .first-header .social ul li i.fa{
	color: #8babc2;
	height: 15px;
	width: 15px;
}
header .first-header .social ul li i.fa:hover{
	color: #ffffff;
}
header .first-header .social ul li{
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
}
header .contact-info .header-mail{
	padding-right: 25px;
}
header .contact-info .header-mail i.fa{
	color: #ffffff;
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 7px;
}
header .contact-info .header-mail a{
	color: #ffffff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: unset;
    text-transform: capitalize;
}
header .contact-info .header-language{
	padding-right: 5px;
	padding-left: 5px;
}
header .contact-info .header-language select option{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: unset;
    text-transform: capitalize;
}
header .contact-info .header-language .bootstrap-select.languageselection{
	width: 11% !important;
}
header .contact-info .header-language .bootstrap-select.languageselection .btn.dropdown-toggle{
	background-color: none;
	border:none;
}
header .contact-info .header-language .bootstrap-select.languageselection .btn.dropdown-toggle .filter-option{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: unset;
    text-transform: capitalize;
}
header .contact-info .header-language .bootstrap-select.languageselection .btn.dropdown-toggle span.caret{
	color: #ffffff;
}
header .contact-info .header-language select{
	background-color: #013364;
	color: #ffffff;
	border:none !important;
	padding-right: 5px;
}
header .contact-info .header-telephone a{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: unset;
    text-transform: capitalize;
}
header .contact-info .header-telephone i.fa{
	color: #6a5436;
    padding-right: 5px;
    padding-top: 4px;
}
header .contact-info .header-telephone {
	padding: 15px 30px;
	background-color: #c6ab88;
}
header .second-header{
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding-top: 15px;
}
header .second-header .navbar-brand{
	padding:0px;
	padding-left: 30px;
}
header .second-header .navbar-nav li a{
	color: #afafaf;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: unset;
    text-transform: uppercase;
    padding-right: 20px;
}
header .second-header .navbar-nav li a:hover{
	color:#000000;
}
header .second-header .navbar-nav li.current-menu-item a{
	color:#000000;
}
header .second-header .main-menu .navbar-default{
	border:none;
	background-color: none;
}
#home-page-slider-header {
    float: left;
    margin-top: 20%;
    position: absolute;
    z-index: 999;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
#home-page-slider-header .slider_text{
	width: 50%;
	float: left;
}
#home-page-slider-header .slider_text h2{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 60px;
	color: #000000;
	float: left;
	margin-bottom: 25px;
}
#home-page-slider-header .slider_text span{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #414548;
	float: left;
	line-height: 1.5;
}
#home-page-slider-header .booking_section{
	width: 40%;
	float: right;
}
#home-page-slider-header .booking_section .booking-area{
	float: right;
	background-color: #e4ebf0;
	opacity: 0.80;
	padding-top: 40px;
	padding-bottom: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
#home-page-slider-header .booking-area .samewidth {
    float: left;
    padding-left: 20px;
    padding-right: 25px;
    width: 33%;
}
#home-page-slider-header .booking-area .startdate.samewidth{
	border-right: 1px solid #b9bfc3;
}
#home-page-slider-header .booking-area .enddate.samewidth{
	border-right: 1px solid #b9bfc3;
}
#home-page-slider-header .booking-area .input {
    background-color: unset;
    border: none;
    border-bottom: 1px solid #b9bfc3;
    margin-top: 10px;
    width: 100%;
    font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 60px;
	color: #4c4133;
	text-align: center;
}
#home-page-slider-header .booking-area .select {
    background-color: unset;
    border: none;
    margin-top: 5px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
}
#home-page-slider-header .booking-area .bootstrap-select{
	width: 100% !important;
}
#home-page-slider-header .booking-area .bootstrap-select button.btn{
	background-color: unset;
	border:unset;
}
#home-page-slider-header .booking-area .bootstrap-select button.btn span.filter-option{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
}
.booking-area span.filter-option2{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	/*margin-top: 15px;*/
	padding-left: 5px;
	padding-top: 25px;
	letter-spacing: 1px;
}
.booking-area .ftoption .caret {
    margin-left: 10px;
    margin-top: 23px;
}
#home-page-slider-header .booking-area .select option{
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}
#home-page-slider-header form .booking-area label{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #42505a;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
#home-page-slider-header .booking_section .booking_button .submit-booking{
	background-color: #c6ab88;
	border:1px solid #c6ab88;
	padding: 20px 50px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
/**secontd and lisitng slider**/
#home-page-slider-header2 .booking_section,
.inner-page-header-area .booking_section{
	float: left;
	position: absolute;
	bottom: -39%;
	padding: 40px 35px;
	background-color: #ffffff;
	z-index: 999;
	width: 920px;
	margin-left: 125px;
}
#home-page-slider-header2.apb-single-details-form .booking_section{
	bottom: -13%;
}
.inner-page-header-area .booking_section{
	bottom: -25%;
}
#home-page-slider-header2 .booking-area .samewidth:first-child,
.inner-page-header-area .booking-area .samewidth:first-child{
	padding-left: 0px;
}
#home-page-slider-header2 .booking-area .samewidth,
.inner-page-header-area .booking-area .samewidth{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 18%;
}
#home-page-slider-header2 .booking-area .fullwidth,
.inner-page-header-area .booking_section .booking-area .fullwidth{
    float: left;
    padding-left: 30px;
    padding-right: 25px;
    width: 28%;
    margin-top: 35px;
}
#home-page-slider-header2 .booking-area .startdate.samewidth,
.inner-page-header-area .booking_section .booking-area .startdate.samewidth{
	border-right: 1px solid #cccccc;
}
#home-page-slider-header2 .booking-area .startdate.samewidth input,
.inner-page-header-area .booking_section .booking-area .startdate.samewidth input{
	border-bottom: unset;
}
#home-page-slider-header2 .booking-area .enddate.samewidth,
.inner-page-header-area .booking_section .booking-area .enddate.samewidth{
	border-right: 1px solid #cccccc;
}
#home-page-slider-header2 .booking-area .enddate.samewidth input,
.inner-page-header-area .booking_section .booking-area .enddate.samewidth input{
	border-bottom: unset;
}
#home-page-slider-header2 .booking-area .guestes.samewidth,
.inner-page-header-area .booking_section .booking-area .guestes.samewidth{
	border-right: 1px solid #cccccc;
}
#home-page-slider-header2 .booking-area .input,
.inner-page-header-area .booking_section .booking-area .input {
    background-color: unset;
    border: none;
    border-bottom: 1px solid #cccccc;
   /* margin-top: 10px;*/
    width: 100%;
    font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 60px;
	color: #4c4133;
	text-align: center;
}
#home-page-slider-header2 .booking-area .select,
.inner-page-header-area .booking_section .booking-area .select {
    background-color: unset;
    border: none;
    margin-top: 5px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
}
#home-page-slider-header2 .booking-area .bootstrap-select,
.inner-page-header-area .booking_section .booking-area .bootstrap-select{
	width: 100% !important;
}
#home-page-slider-header2 .booking-area .bootstrap-select button.btn,
.inner-page-header-area .booking_section .booking-area .bootstrap-select button.btn{
	background-color: unset;
	border:unset;
}
#home-page-slider-header2 .booking-area .bootstrap-select button.btn span.filter-option,
.inner-page-header-area .booking_section .booking-area .bootstrap-select button.btn span.filter-option{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
}
#home-page-slider-header2 .booking-area .select option,
.inner-page-header-area .booking_section .booking-area .select option{
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}
#home-page-slider-header2 form .booking-area label,
.inner-page-header-area .booking_section form .booking-area label{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 8px;
}
#home-page-slider-header2 .booking_section .booking_button .submit-booking,
.inner-page-header-area .booking_section .booking_button .submit-booking{
	background-color: #c6ab88;
	border:1px solid #c6ab88;
	padding: 20px 40px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.booking_section .guestes .bottomBoder,
.booking_section .rooms .bottomBoder {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 20px;
}
.booking_section .guestes .bottomBoder .arrow,
.booking_section .rooms .bottomBoder .arrow {
    background: rgba(0, 0, 0, 0) url("../imgs/arrow.png") no-repeat scroll 50% bottom;
    display: block;
    height: 10px !important;
    margin-left: 5.5px !important;
    margin-top: 9px !important;
    position: relative;
    width: 10px !important;
}
.booking_section .bs-caret .caret2 {
    background: rgba(0, 0, 0, 0) url("../imgs/arrow.png") no-repeat scroll 50% bottom;
    display: block;
    height: 10px !important;
    margin-top: 30px !important;
    position: relative;
    width: 10px !important;
    float: right;
}
#home-page-slider-header2 .booking_section #start .filter-option2.pull-left,
.inner-page-header-area .booking_section #start .filter-option2.pull-left{
	padding-left: 25px;
	padding-top: 25px;
}
#home-page-slider-header2 .booking_section #start .caret2,
.inner-page-header-area .booking_section #start .caret2 {
	margin-right: 15px;
}
.booking_section .guests {
   	background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f2f2;
    display: none;
    list-style-type: none;
    padding: 30px 15px;
    position: absolute;
    right: 11%;
    top: 50%;
    width: 8%;
}
.booking_section .guests ul,
#home-page-slider-header2 .booking_section .roomes ul,
.inner-page-header-area .booking_section .roomes ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.booking_section .guests ul li.active,
#home-page-slider-header2 .booking_section .roomes ul li.active,
.inner-page-header-area .booking_section .roomes ul li.active{
	background-color: #C6AB88 !important;
	color: #ffffff;
}
.booking_section .guests ul li:hover,
#home-page-slider-header2 .booking_section .roomes ul li:hover,
.inner-page-header-area .booking_section .roomes ul li:hover{
	background-color: #C6AB88 !important;
	color: #ffffff;
}
.booking_section .guests #gasteSelect li,
#home-page-slider-header2 .booking_section .roomes #roomSelect li,
.inner-page-header-area .booking_section .roomes #roomSelect li{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f2f2;
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 0.9rem;
    font-weight: 300;
    margin: 8px 0;
    padding: 10px 0;
    text-align: center;
}
#home-page-slider-header2 .booking_section .guests,
.inner-page-header-area .booking_section .guests{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f2f2;
    display: none;
    list-style-type: none;
    padding: 30px 15px;
    position: absolute;
    right: 48%;
    top: 65%;
    width: 13%;
    z-index: 9999;
}
#home-page-slider-header2 .booking_section .roomes,
.inner-page-header-area .booking_section .roomes{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f2f2;
    display: none;
    list-style-type: none;
    padding: 30px 15px;
    position: absolute;
    right: 30%;
    top: 65%;
    width: 13%;
    z-index: 9999;
}
#home-page-slider-header2 .booking_section .guests #gasteSelect,
#home-page-slider-header2 .booking_section .roomes #roomSelect,
.inner-page-header-area .booking_section .guests #gasteSelect,
.inner-page-header-area .booking_section .roomes #roomSelect{
	padding-left: 5px;
}
/****/
@media screen and (max-width: 767px) {
	#home-page-slider-header{
		display: none;
	}
	header .header-main{
		position: relative;
	}
	header .header-main .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	header .first-header .social{
		width: 100%;
		float: left;
	}
	header .contact-info .header-mail{
		display: none;
	}
	header .contact-info .header-language{
		display: none;
	}
	header .contact-info .header-telephone{
		display: none;
	}
	header .second-header .navbar-brand {
	    padding: 0 0 0 5px;
	}
	header .second-header .main-menu{
		/*width: 100%;*/
		display: none;
	}
	header .second-header{
		padding-bottom: 15px;
	}
	#home-page-slider-header2 .booking_section,
	.inner-page-header-area .booking_section{
		float: left;
		position: relative;
		padding: 10px 0px;
		background-color: #ffffff;
		width: 90%;
		margin-left: 15px;
		margin-right: 15px;
		z-index: 0;
	}
	#home-page-slider-header2 .booking-area .samewidth,
	.inner-page-header-area .booking_section .booking-area .samewidth{
		width: 100%;
		margin-bottom: 15px;
		margin-top: 15px;
		border-bottom:1px solid #cccccc;
		border-right: none !important;
	}
	#home-page-slider-header2 .booking-area .input,
	.inner-page-header-area .booking_section .booking-area .input{
		border: none;
	}
	#home-page-slider-header2 .booking_section .dateField .caret2, 
	.inner-page-header-area .booking_section .dateField .caret2{
		margin-right: 70px !important;
	}
	#home-page-slider-header2 .booking_section .dateField .filter-option2.pull-left, 
	.inner-page-header-area .booking_section .dateField .filter-option2.pull-left{
		padding-left: 60px !important;
	}
	#home-page-slider-header2 .booking_section #start .filter-option2.pull-left, 
	.inner-page-header-area .booking_section #start .filter-option2.pull-left{
		padding-left: 90px !important;
	}
	#home-page-slider-header2 .booking_section .samewidth, 
	.inner-page-header-area .booking_section .samewidth{
		padding-bottom: 15px;
	}
	#home-page-slider-header2 .booking_section #enddatepicker .ui-datepicker,
	.inner-page-header-area .booking_section #enddatepicker .ui-datepicker{
		margin-left: -45px;
	
	}
	#home-page-slider-header2 .booking_section .guests, 
	.inner-page-header-area .booking_section .guests{
		width: 30%;
		right: 35%;
		top: 60%;
	}
	#home-page-slider-header2 .booking_section .roomes, 
	.inner-page-header-area .booking_section .roomes{
		width: 30%;
		right: 35%;
		top: 80%;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	header .header-main .container{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	header .header-main .first-header .social{
		padding-top: 7px;
	}
	header .second-header .navbar-brand {
	    padding: 0 0 0 10px;
	}
	header .second-header .navbar-nav li a{
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
	}
	#home-page-slider-header .slider_text{
		display: none;
	}
	section figure.image_header img{
		height: 600px;
	}
	#home-page-slider-header .booking_section{
		float: right;
		width: 50%;
		top:20%;
	}
	#home-page-slider-header .booking_section .booking-area{
		padding: 40px 0px 35px;
	}
	#home-page-slider-header .booking-area .samewidth{
		padding-right: 20px;
	}
	#home-page-slider-header2 .booking_section,
	.inner-page-header-area .booking_section{
		float: left;
		position: relative;
		padding: 40px 0px;
		background-color: #ffffff;
		width: 725px;
		margin-left: 15px;
		margin-right: 15px;
		z-index: 0;
	}
	#home-page-slider-header2 .booking-area .samewidth,
	.inner-page-header-area .booking_section .booking-area .samewidth{
		width: 16%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-page-header-area .booking_section{
		margin-left: 0px;
	}
	#home-page-slider-header2 .booking_section .guests,
	.inner-page-header-area .booking_section .guests{
		right: 54%;
	}
	#home-page-slider-header2 .booking_section .roomes,
	.inner-page-header-area .booking_section .roomes{
		right: 38%;
	}
	#home-page-slider-header2 .booking_section #start .filter-option2.pull-left,
	.inner-page-header-area .booking_section #start .filter-option2.pull-left{
		padding-left: 22px;
	}
	.inner-page-header-area .booking_section #start .caret2{
		margin-right: 5px;
	}
	.booking_section .guests{
		right: 13%;
		width: 10%;
	}
	header .first-header .social ul {
	    margin: 0;
	    padding-left: 0;
	    padding-top: 0px !important;
	}
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
	#home-page-slider-header2 .booking_section, 
	.inner-page-header-area .booking_section {
	    background-color: rgb(255, 255, 255);
	    bottom: -39%;
	    float: left;
	    margin-left: 0 !important;
	    padding: 40px 35px;
	    position: absolute;
	    width: 920px;
	    z-index: 999;
	}
	section.footer-var-1 .footer-newslatter input.newslatter-button {
	    padding: 15px 20px !important;
	    text-transform: uppercase;
	    width: 30%;
	}
	section.footer-var-1 .footer-newslatter form.mc4wp-form {
	    width: 57% !important;
	}
	section.footer-var-1 .footer-recent-blog .right-recent-blog {
	    width: 68% !important;
	}
	section.footer-var-1 .footer-newslatter input.frm-input{
		width: 55% !important;
	}
	header .second-header .navbar-nav li a{
		padding-right: 5px !important;
	}
	.contact-home .contact-data .contact-left{
		width: 65% !important;
	}
	.contact-home .contact-data .contact-right{
		display: none !important;
	}
	section.footer .footer-recent-blog ul li{
		margin-right: 20px !important;
	}
}
@media screen and (max-width: 8000px) and (min-width: 1400px) {
	header .header-main {
		background-size: 100%;
	}	
	#home-page-slider-header2.apb-single-details-form .booking_section{
		bottom: -1%;
	}
}
@media screen and (max-width: 1900px) and (min-width: 1680px) {
	#home-page-slider-header2 .booking_section, 
	.inner-page-header-area .booking_section{
		bottom: -7px !important;
	}
	body.single-apb_room_type #home-page-slider-header2 .booking_section{
		bottom: 80px !important;
	}
}
@media screen and (max-width: 2500px) and (min-width: 2024px) {
	#home-page-slider-header2 .booking_section{
		bottom: 100px !important;
	}
	body.single-apb_room_type #home-page-slider-header2 .booking_section{
		bottom: 230px !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .owl-item .img-thumbnail{
		width: 100%;
	}
}
@media screen and (max-width: 3000px) and (min-width: 2501px) {
	#home-page-slider-header2 .booking_section, 
	.inner-page-header-area .booking_section{
		bottom: 430px;
	}
	.apb-product_detail .apb-single-details-form .booking_section {
	    bottom: 45% !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .owl-item .img-thumbnail{
		width: 100%;
	}
	section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-stage-outer {
	    margin-left: 15% !important;
	    margin-right: 15% !important;
	}
	#home-page-slider-header{
		margin-top: 10% !important;
	}
}
@media screen and (max-width: 7000px) and (min-width: 3500px) {
	#home-page-slider-header2 .booking_section, 
	.inner-page-header-area .booking_section{
		bottom: 60%;
	}
	section.photogallery-var-1 .photo-thumb-gallery .owl-item .img-thumbnail{
		width: 100%;
	}
	section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-stage-outer {
	    margin-left: 30% !important;
	    margin-right: 25% !important;
	}
	section.contact-var-1 .contact-map-address .address-details{
		left: 42% !important;
    	margin-top: 5% !important;
	}
	.apb-product_detail .apb-single-details-form .booking_section {
	    bottom: 70% !important;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	2.2  Aboutus Section
/*-----------------------------------------------------------------------------------*/
section.aboutus,
section.aboutus-var-1{
	background-color: #eeeeee;
}
section.aboutus h2.main-title,
section.aboutus-var-1 h2.main-title{
	text-align: center;
	text-transform: capitalize;
}
section.aboutus span.main-text{
	text-align: center;
	float: left;
	line-height: 1.5;
}
section.aboutus .about-row .about-left,
.about-slider-bg-img{
    background-repeat: no-repeat;
    content: "";
    padding:40px 50px 60px 50px;
    background-image: url("../imgs/back-top-right.png"), url("../imgs/back-bottom-left.png");
	background-position: right top, left bottom;
}
section.aboutus-var-1 .about-row .about-left{
	background-repeat: no-repeat;
    content: "";
    padding: 0px 0px 135px 100px;
    background-image: url("../imgs/back-top-right.png"), url("../imgs/back-bottom-left.png");
	background-position: 50px 90px, left 345px;
	/*margin-top: 35px;*/
}
section.aboutus #myCarousel .item img,
section.aboutus-var-1 #myCarousel0 .item img{
	width: 100%;
}
.about-text{
	padding-left: 10px;
}
.about-text p{
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
section.aboutus-var-1 .about-text p{
	margin-top: 10px;
	margin-bottom: 10px;
}
section.aboutus-var-1 .about-text p.bold{
	margin-bottom: 25px;
}
section.aboutus-var-1 .about-text p:first-child{
	margin-top: 0px;
	margin-bottom: 10px;
}
.about-text p:last-child{
	margin-bottom: 35px !important;
	margin-top: 0px !important;
	width: 100%;
}
.about-text .author-sign,
section.aboutus-var-1 .about-text .author-sign{
	width: 100%;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	font-size: 30px;
	float: left;
	margin-bottom: 10px;
}
section.aboutus-var-1 .about-text .author-sign{
	margin-bottom: 5px;
}
.about-text .author-text,
section.aboutus-var-1 .about-text .author-text{
	width: 100%;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	float: left;
}
.about-text p:first-child {
    margin-top: -5px;
}
@media screen and (max-width: 767px) {
	section.aboutus .about-row .about-left,
	.about-slider-bg-img {
		background: unset;
		padding: unset;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	section.aboutus .about-row .about-left,
	.about-slider-bg-img {
		background: unset;
		padding: unset;
	}
	.timeshareresort-Modalbox a img.videoimg{
		width: 100%;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	2.3  Facilities Section
/*-----------------------------------------------------------------------------------*/
.facilities-left p{
	font-family: 'Lusitana', serif;
	font-weight: 400;
	font-size: 30px;
	color: #000000;
	line-height: 1.2;
}
section.facilities-var-1 .facilities-left p{
	font-weight: 700;
}
.facilities-left ul{
	float: left;
	padding-left: 15px;
	margin-top: 15px;
}
.facilities-left ul li{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000000;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.facilities-left a img.videoimg{
	margin-top: 50px;
}
.facilities-features ul.icons{
	width: 100%;
	float: left;
}
.facilities-features ul.icons li{
	display: inline-block;
	list-style: none;
	width: 49%;
	padding-left: 10px;
	padding-right: 10px;
}
.facilities-features ul.icons li .img,
.facilities-features .img{
	float: left;
	margin-bottom: 20px;
}
.facilities-features ul.icons li span.title,
.facilities-features span.title{
	float: left;
	margin-bottom: 15px;
	width: 100%;
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color: #000000;
	line-height: 1.2;
}
.facilities-features ul.icons li span.description,
.facilities-features span.description{
	float: left;
	margin-bottom: 50px;
	width: 100%;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000000;
	line-height: 1.4;
}
.timeshareresort-Modalbox video {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
	.facilities-left a img.videoimg{
		width: 100%;
	}
	.facilities-features ul.icons{
		padding-left: 0px;
	}
	.facilities-features ul.icons li{
		width: 100%;
	}
	.facilities-features ul.icons li:first-child{
		padding-top: 15px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	2.4  Special Packages Section
/*-----------------------------------------------------------------------------------*/
section.packages{
	background-image: url("../imgs/package-background.jpg");
    background-position: left 0px;
    background-repeat: repeat;
    width: 100%;
}
section.packages .package-inner,
.packages .package-inner
 {
    float: left; 
    padding-right: 25px;
    width: 100%;
}
section.packages .package-image,
.packages .package-image{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
section.packages .package-image img,
.packages .package-image img{
	margin-top: 15px;
	width: 100%;
}
section.packages-var-1 .package-image img{
	width: 100%;
}
section.packages .package-inner h2.package-title,
.packages .package-inner h2.package-title,
section.packages-var-1 .package-inner-detail h2.package-title{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 20px;
}
section.packages .package-inner p.package-details,
.packages .package-inner p.package-details,
section.packages-var-1 .package-inner-detail p.package-details{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000000;
	line-height: 1.4;
	margin-top: 25px;
}
section.packages .package-inner div.package-features ul,
.apb-product_tab-panel div.package-features ul,
.packages .package-inner div.package-features ul,
section.packages-var-1 .package-inner-detail div.package-features ul{
	float: left;
	width: 100%;
	padding-left: 5px;
	margin-top: 15px;
}
section.packages-var-1 .package-inner-detail div.package-features ul{
	margin-top: 10px;
}
section.packages .package-inner div.package-features ul li,
.packages .package-inner div.package-features ul li,
.apb-product_tab-panel div.package-features ul li,
section.packages-var-1 .package-inner-detail div.package-features ul li{
	list-style: none;
	display: inline-block;
	width: 49%;
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color: #000000;
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.apb-product_tab-panel div.package-features ul li{
	width: 33%;
}
section.packages-var-1 .package-inner-detail div.package-features ul li{
	width: 100%;
}
section.packages .package-inner div.package-features ul li::before,
.packages .package-inner div.package-features ul li::before,
.apb-product_tab-panel div.package-features ul li:before,
section.packages-var-1 .package-inner-detail div.package-features ul li::before{
    background-image: url("../imgs/yes.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    width: 20px;
}
.apb-product_tab-panel div.package-features ul li:before{
	background-position: left 10px;
}
section.packages .package-inner a.package-btn,
.packages .package-inner a.package-btn,
section.packages-var-1 .package-inner-detail a.package-btn{
	text-decoration: unset;
	background-color: #ffcc00;
	color:#010101;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 22px 50px;
	float: left;
	text-transform: uppercase;
	margin-top: 35px;
}
section.packages .package-home .package-image .package-prices,
.packages.package-home .package-image .package-prices
{
    position: absolute;
    left: 10px;
    background-color: #ffffff;
    bottom: 25px;
    padding: 10px 15px;
}
section.packages-var-1 .package-image .package-prices{
    position: absolute;
    left: 30px;
    background-color: #ffffff;
    top: 75px;
    padding: 10px 15px;
}
section.packages .package-inner .package-prices p.price,
.packages.package-home .package-inner .package-prices p.price,
section.packages-var-1 .package-inner-image .package-prices p.price{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 30px;
	color: #c6ab88;
}
section.packages .package-inner .package-prices p.price span,
.packages.package-home .package-inner .package-prices p.price span,
section.packages-var-1 .package-inner-image .package-prices p.price span{
	font-family: 'Lusitana', serif;
	font-weight: 400;
	font-size: 22px;
	color: #87827c;
	text-transform: capitalize;
}
section.packages-var-1 .package-inner-image .package-prices p.startfrm{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	width: 100%;
}
section.packages-var-1 .package-inner-detail a.package-btn{
	margin-top: 45px;
}
section.packages .package-inner .package-discount,
.packages.package-home .package-inner .package-discount,
section.packages-var-1 .package-inner-image .package-discount{
	background-image: url("../imgs/discounticon.png");
    background-position: right 0px;
    background-repeat: no-repeat;
    height: 60px;
    position: absolute;
    right: 45px;
    width: 100%;
    z-index: 999;
}
section.packages-var-1 .package-inner-image .package-discount{
	right: 15px;
	top: 55px;
}
section.packages .package-inner .package-discount span,
.packages .package-inner .package-discount span,
section.packages-var-1 .package-inner-image .package-discount span{
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform:uppercase;
	color: #ffffff;
	margin-top: 25px;
	margin-right: 22px;
	-webkit-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	-o-transform: rotate(17deg);
}
section.packages #carousel-packages .carousel-control,
.packages #carousel-packages .carousel-control{
	bottom: -60px;
	width: 94%;
	top: unset;
}
section.packages #carousel-packages .carousel-control.left,
.packages #carousel-packages .carousel-control.left{
	background-image: unset;
	background-repeat: unset;
}
section.packages #carousel-packages .carousel-control.right,
.packages #carousel-packages .carousel-control.right{
	background-image: unset;
	background-repeat: unset;
	right: 50px;
}
section#packages #carousel-packages .icon-prev::before,
section#packages #carousel-packages .icon-next::before{
	color: #000000 !important;
}
@media screen and (max-width: 767px) {
	section.packages .package-image img,
	.packages .package-image img{
		width: 100%;
	}
	section.packages .package-inner div.package-features ul li,
	.packages .package-inner div.package-features ul li{
		width: 100%;
	}
	section.packages .package-inner a.package-btn,
	.packages .package-inner a.package-btn{
		margin-bottom: 20px;
	}
	section.packages #carousel-packages .carousel-control,
	.packages #carousel-packages .carousel-control{
		width: 70%;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	section.packages .package-image img,
	.packages .package-image img{
		width: 100%;
	}
	section.packages .package-inner div.package-features ul li,
	.packages .package-inner div.package-features ul li{
		width: 100%;
	}
	section.packages #carousel-packages .carousel-control,
	.packages #carousel-packages .carousel-control{
		width: 90%;
	}
	section.features .features-img img{
		width: 100%;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	2.5  Gallery Section
/*-----------------------------------------------------------------------------------*/
section.photogallery{
	background-color: #eeeeee;
}
section.vc_special_timeshareresort.blox.full-container{
	float: left;
}
section.photogallery .client-img .left,
.photogallery .client-img .left{
	width: 100%;
}
section.photogallery .client-img .left img,
.photogallery .client-img .left img{
	width: 100%;
}
.text-center {
    padding-left: 0;
    padding-right: 0;
}
section.photogallery .client-img.move-left,
.photogallery .client-img.move-left{
	margin-top: 25%;
}
section.photogallery .client-img.move-right,
.photogallery .client-img.move-right{
	margin-top: 25%;
}
section.photogallery .client-img.getcontent img,
.photogallery .client-img.getcontent img{
	height: auto;
}
.client-img.move-left .overlay, 
.client-img.move-right .overlay {
    background-color: #eeeeee; /*f2f3f1*/
    opacity: 0.30;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}
section.photogallery #myCarousel123 .carousel-control,
.photogallery #myCarousel123 .carousel-control{
	text-shadow: unset;
	opacity: 1.0;
}
section.photogallery #myCarousel123 .carousel-control.left,
.photogallery #myCarousel123 .carousel-control.left{
	background-color: #ffffff;
    background-image: unset;
    background-repeat: unset;
    height: 50px;
    left: 15%;
    top: 50%;
    width: 50px;
}
section.photogallery #myCarousel123 .carousel-control.right,
.photogallery #myCarousel123 .carousel-control.right{
	background-image: unset;
	background-repeat: unset;
	background-color: #ffffff;
	height: 50px;
    right: 15%;
    top: 50%;
    width: 50px;
}
section.photogallery .carousel-control .glyphicon-chevron-left, 
section.photogallery .carousel-control .glyphicon-chevron-right, 
section.photogallery .carousel-control .icon-next, 
section.photogallery .carousel-control .icon-prev,
.photogallery .carousel-control .glyphicon-chevron-left,
.photogallery .carousel-control .glyphicon-chevron-right,
.photogallery .carousel-control .icon-next,
.photogallery .carousel-control .icon-prev{
    font-size: 15px;
    color: #000000;
    background-color: #ffffff;
    margin-top: -10px;
}
@media screen and (max-width: 767px) {
	section.photogallery .client-img.move-right,
	.photogallery .client-img.move-right {
	    display: none;
	}
	section.photogallery .client-img.move-left,
	.photogallery .client-img.move-left {
	    display: none;
	}
}
/******/
/*section.photogallery{
  height: 850px;
}*/
section.photogallery .container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
#wrapper_bu {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
}

#wrapper_bu{
    background-repeat: no-repeat;
    content: "";
    background-image: url("../imgs/left-with-background.png"), url("../imgs/right-with-background.png");
    background-position: 10% center, 90% center;
    z-index: 9999;
}

.txt_Center { margin: 50% 0% 0% 20% }

.txt_h1 { font-size: 2em }

.holder_bu { cursor: pointer }

.holder_bu_awayL1 {
  position: absolute;
  top: 13%;
  left: 0;
  width: 20%;
  height: 75%;
  opacity: 0.30;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayL2,
.holder_bu_awayL3,
.holder_bu_awayL4,
.holder_bu_awayL5
 {
  position: absolute;
  top: 35%;
  left: 0%;
  width: 10%;
  height: 30%;
  visibility: hidden;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_center {
  position: relative;
  top: 5%;
  left: 20%;
  width: 60%;
  height: 90%;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayR1 {
  position: absolute;
  top: 13%;
  left: 80%;
  width: 20%;
  height: 75%;
  opacity: 0.30;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayR2,
.holder_bu_awayR3,
.holder_bu_awayR4,
.holder_bu_awayR5  {
  position: absolute;
  top: 35%;
  left: 90%;
  width: 10%;
  height: 30%;
  visibility: hidden;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu img{
  width: 100%;
  height: 100% !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.6  Features Section
/*-----------------------------------------------------------------------------------*/
section.features{
	background-color: #f9f9f9;
}
span.main-text
p.main-text {
    float: left;
    line-height: 1.5;
    text-align: center;
}
h2.main-title.grayicon {
	padding-bottom: 70px;
}

.features-left{
	background: rgba(0, 0, 0, 0) linear-gradient(#f9f9f9, #eeeeee) repeat scroll 0 0;
}
.features-right{
	background: rgba(0, 0, 0, 0) linear-gradient(#ffffff, #f9f9f9) repeat scroll 0 0;
}
.features-left .features-data{
	padding-right: 85px;
}
.features-right .features-data{
	padding-left: 85px;
}
.features-data h2{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	margin-top: 80px;
	margin-bottom: 15px;
	float: left;
}
.features-data p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #000000;
	margin-top: 15px;
	float: left;
}
.features-img img{
	margin-top: 40px;
}
#myCarouselfeatures .carousel-control{
	bottom: 60px;
	width: 94%;
	top: unset;
}
#myCarouselfeatures .carousel-control.left{
	background-image: unset;
	background-repeat: unset;
}
#myCarouselfeatures .carousel-control.right{
	background-image: unset;
	background-repeat: unset;
	right: 10px;
}
#myCarouselfeatures .carousel-control .glyphicon-chevron-left,
#myCarouselfeatures .carousel-control .glyphicon-chevron-right,
#myCarouselfeatures .carousel-control .icon-next,
#myCarouselfeatures .carousel-control .icon-prev{
	color:#000000;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.features-img img{
		width: 100%;
	}
	.features-left .features-data{
		padding-right: 0px;
	}
	.features-right .features-data{
		padding-left: 0px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	2.7  Contact Section
/*-----------------------------------------------------------------------------------*/
.contact-home{
	margin-top: 40px;
}
.contact-home .cont-map #googleMap{
	position: absolute;
}
.contact-home .contact-data .contact-left{
	background-image: url("../imgs/cont-left-img.png");
    background-position: left 0px;
    background-repeat: no-repeat;
    height: 620px;
    position: relative;
    float: left;
}
.contact-home .col-lg-6.col-sm-6.col-md-6.contact-left {
    margin-top: -80px;
}
.contact-home .contact-data .contact-right{
	background-image: url("../imgs/cont-right-img.png");
    background-position: right 0px;
    background-repeat: no-repeat;
    height: 150px;
    position: absolute;
    float: right;
    right: 8%;
}
.contact-home .col-lg-6.col-sm-6.col-md-6.contact-right {
    margin-top: -40px;
}
.contact-home .agent-cont-form {
    float: left;
    width: 100%;
    padding: 85px 55px;
}
.contact-home .agent-cont-form form span {
    width: 100%;
    display: inline-block;
}
.contact-home .agent-cont-form form span label{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#635544;
	line-height: 1.4;
	text-transform: capitalize;
	width: 80%;
	float: left;
	padding-bottom: 10px;
}
.contact-home .agent-cont-form form span input{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#635544;
	line-height: 1.4;
	width: 80%;
	float: left;
	background-color: #c6ab88;
	border:none;
	border-bottom: 2px solid #e3d5c4;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.contact-home .agent-cont-form form span input.wpcf7-not-valid{
	margin-bottom: 10px;
}
.contact-home .agent-cont-form form span input::-moz-placeholder, 
.contact-home .agent-cont-form form span textarea::-moz-placeholder {
    color:#635544;
    opacity: 1;
}
.contact-home .agent-cont-form form span textarea{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#635544;
	line-height: 1.4;
	width: 80%;
	height: 120px;
	float: left;
	background-color: #c6ab88;
	border:none;
	border-bottom: 2px solid #e3d5c4;
	margin-bottom: 40px;
}
.contact-home .agent-cont-form form span textarea.wpcf7-not-valid{
	margin-bottom: 10px;
}
.contact-home .agent-cont-form form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
	margin-bottom: 15px;
}
.contact-home .agent-cont-form div.wpcf7 .ajax-loader{
	background-repeat: no-repeat;
	margin: -100px 0 0 4px;
}
.contact-home  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	margin-left: 0px;
	width: 80%;
}
.contact-home .agent-cont-form form input.agent-submit{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#010101;
	background-color: #ffcc00;
	line-height: 1.4;
	border: 2px solid #ffcc00;
	padding: 20px 50px;
	text-transform: uppercase;
	margin-left: 25%;
    margin-top: 45px;
}
.contact-home .contact-right .contact-logo{
	float: left;
	margin-left: 22%;
	margin-top: 35px;
}
.contact-home .contact-right .contact-address{
	float: right;
	width: 50%;
	margin-top: 40px;
	margin-right: 25px;
}
.contact-home .contact-right .contact-address p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000000;
	line-height: 1.4;
	text-transform: capitalize;
}
@media screen and (max-width: 767px) {
	.contact-home .contact-data .contact-right{
		display: none;
	}
	.contact-home .contact-data .contact-left{
		margin-top: -100px;
	}
	.contact-home .contact-data .contact-left{
		background-size: contain;
	}
	.contact-home .agent-cont-form {
	    float: left;
	    padding: 15px 25px;
	    width: 100%;
	}
	.contact-home .agent-cont-form form span input{
		width: 100%;
		margin-bottom: 5px;
	}
	.contact-home .agent-cont-form form span textarea{
		width: 100%;
		margin-bottom: 5px;
	}
	.contact-home .agent-cont-form form input.agent-submit{
		margin-top: 0px;
		margin-left: 15%;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.contact-home .contact-data .contact-left{
		width: 100%;
	}
	.contact-home .agent-cont-form form span input{
		width: 65%;
	}
	.contact-home .agent-cont-form form span textarea{
		width: 65%;
	}
	.contact-home .col-lg-6.col-sm-6.col-md-6.contact-right {
	    bottom: -180px;
	    float: left;
	    width: 100%;
	}
	.contact-home .contact-data .contact-right{
		right: 26%;
		position: relative;
	}
	.contact-home .contact-right .contact-logo{
		margin-left: 26%;
	}
	.features-img img{
		width: 100%;
	}
}
@media screen and (max-width: 2000px) and (min-width: 1400px) {
	.contact-home .contact-right .contact-logo{
		margin-left: 45%;
	}
	.contact-home .contact-right .contact-address {
	    float: right;
	    margin-right: -25px;
	    margin-top: 25px;
	    width: 40%;
	}
}
@media screen and (max-width: 2100px) and (min-width: 2001px) {
	.contact-home .contact-right .contact-logo {
	    float: left;
	    margin-left: 48% !important;
	    margin-top: 20px;
	}
	.contact-home .contact-right .contact-address{
		float: right;
	    margin-right: 20px !important;
	    margin-top: 45px !important;
	    width: 35% !important;
	}
	#home-page-slider-header{
		margin-top: 14% !important;
	}
}
@media screen and (max-width: 3000px) and (min-width: 2001px) {
	.contact-home .contact-right .contact-logo {
	    float: left;
	    margin-left: 50%;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 6000px) and (min-width: 2001px) {
	.contact-home .contact-right .contact-address {
	    float: right;
	    margin-right: 20px;
	    margin-top: 45px;
	    width: 25%;
	}
	.contact-home .contact-right .contact-logo {
	    float: left;
	    margin-left: 63%;
	    margin-top: 35px;
	}
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
	#home-page-slider-header{
		margin-top: 6% !important;
	}
	.contact-home .contact-data .contact-right{
		right: 35% !important;
	}
	.contact-home .contact-right .contact-address {
	    float: right;
	    margin-right: 10px;
	    margin-top: 45px;
	    width: 15%;
	}
	.contact-home .contact-right .contact-logo {
	    float: left;
	    margin-left: 77% !important;
	    margin-top: 35px;
	}
}
@media screen and (max-width: 8000px) and (min-width: 6001px) {
	.contact-home .contact-right .contact-address {
	    float: right;
	    margin-right: 20px;
	    margin-top: 30px;
	    width: 15%;
	}
	.contact-home .contact-right .contact-logo {
	    float: left;
	    margin-left: 78%;
	    margin-top: 20px;
	}
	
}
/*-----------------------------------------------------------------------------------*/
/*	2.8  Footer Section
/*-----------------------------------------------------------------------------------*/
section.footer .footer-menu,
section.footer-var-1 .footer-menu{
	float: left;
	width: 100%;
}
h2.footer-title{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#7c7c7c;
	line-height: 1.4;
	text-transform: capitalize;
	padding-bottom: 15px;
	margin-top: 0px;
}
section.footer .footer-menu-list,
section.footer-var-1 .footer-menu-list{
	float: left;
	width: 100%;
	padding-left: 0px;
}
section.footer .footer-menu-list li,
section.footer-var-1 .footer-menu-list li{
	width: 48%;
	display: inline-block;
	padding-bottom: 25px;
}
section.footer .footer-menu-list li a,
section.footer-var-1 .footer-menu-list li a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#7c7c7c;
	text-transform: uppercase;
	text-decoration: unset;
}
section.footer .footer-menu-list li.active a,
section.footer-var-1 .footer-menu-list li.active a,
section.footer-var-1 .footer-menu-list li a:hover{
	color: #000000;
}
section.footer .footer-social,
section.footer-var-1 .footer-social{
	float: left;
	width: 100%;
}
section.footer-var-1 .footer-social{
	margin-top: 45px;
}
section.footer .footer-social ul.socials,
section.footer-var-1 .footer-social ul.socials{
    margin: 0;
    padding-left: 0;
}
section.footer .footer-social .socials li,
section.footer-var-1 .footer-social .socials li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
section.footer-var-1 .footer-social .socials li:first-child{
	padding-left: 0px;
}
section.footer .footer-social h2.footer-title{
	width: 23%;
	float: left;
	margin: 0px;
}
section.footer-var-1 .footer-social h2.footer-title{
	width: 100%;
	float: left;
}
section.footer .footer-social ul.socials,
section.footer-var-1 .footer-social ul.socials{
	width: 77%;
	float: left;
	margin-top: 0px;
}
section.footer .footer-social .socials li i.fa,
section.footer-var-1 .footer-social .socials li i.fa{
	color : #cccccc;
}
section.footer .footer-social .socials li:hover i.fa,
section.footer-var-1 .footer-social .socials li:hover i.fa{
	color : #000000;
}
section.footer .footer-right .footer-newslatter input.frm-input{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#635544;
	line-height: 1.4;
	width: 55%;
	float: left;
	background-color: #ffffff;
	border:none;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 15px;
	padding-top: 8px;
	margin-right:10px;
}
section.footer-var-1 .footer-newslatter input.frm-input{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#635544;
	line-height: 1.4;
	width: 60%;
	background-color: #f8f8f8;
	border:none;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 15px;
	padding-top: 8px;
	margin-right:10px;
}
section.footer .footer-right .footer-newslatter input.frm-input::-moz-placeholder{
    color:#7b7b7b;
    opacity: 1;
}
section.footer-var-1 .footer-newslatter input.frm-input::-moz-placeholder{
    color:#7b7b7b;
    opacity: 1;
}
section.footer .footer-right .footer-newslatter input.newslatter-button{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#453701;
	background-color: #ffcc00;
	line-height: 1.4;
	border: 2px solid #ffcc00;
	padding: 15px 50px;
	text-transform: uppercase;
	width: 38%;
	margin-left: 15px;
	float: right;
}
section.footer-var-1 .footer-newslatter input.newslatter-button{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#453701;
	background-color: #ffcc00;
	line-height: 1.4;
	border: 2px solid #ffcc00;
	padding: 15px 50px;
	text-transform: uppercase;
	width: 35%;
	margin-left: 15px;
}
section.footer .footer-recent-blog,
section.footer-var-1 .footer-recent-blog{
	float: left;
	width: 100%;
	margin-top: 50px;
}
section.footer-var-1 .footer-recent-blog{
	margin-top: 0px;
}
section.footer .footer-recent-blog ul,
section.footer-var-1 .footer-recent-blog ul{
	padding-left: 0px;
	margin-top: 5px;
}
section.footer .footer-recent-blog ul li{
	list-style: unset;
	display: inline-block;
	width: 45%;
	margin-right: 25px;
}
section.footer-var-1 .footer-recent-blog ul li{
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
section.footer-var-1 .footer-recent-blog .img.left-recent-blog{
	width: 25%;
	float: left;
}
section.footer-var-1 .footer-recent-blog .right-recent-blog{
	width: 70%;
	float: left;
	margin-left: 25px;
}
section.footer .footer-recent-blog ul li .img{
	width: 100%;
	margin-bottom: 20px;
}
section.footer-var-1 .footer-recent-blog ul li .img{
	width: 100%;
}
section.footer-var-1 .footer-recent-blog .left-recent-blog img{
	width: 135px;
	height: 105px;
}
section.footer .footer-recent-blog ul li span.title{
	margin-top: 15px;
	margin-bottom: 5px;
	float: left;
}
section.footer-var-1 .footer-recent-blog ul li span.title{
	margin-bottom: 5px;
	float: left;
}
section.footer .footer-recent-blog ul li span.title a{
	font-size: 18px !important;
}
section.footer .footer-recent-blog ul li span.title a,
section.footer-var-1 .footer-recent-blog ul li span.title a{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#000000;
	line-height: 1.4;
	text-transform: capitalize;
	text-decoration: unset;
}
section.footer .footer-recent-blog ul li p.data{
	font-size: 13px !important;
}
section.footer .footer-recent-blog ul li p.data,
section.footer-var-1 .footer-recent-blog ul li p.data{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000000;
	line-height: 1.5;
	margin-top: 10px;
	float: left;
}
section.footer-var-1 .footer-newslatter{
	background-color: #f8f8f8;
	width: 100%;
	float: left;
	padding-top: 45px;
	padding-bottom: 45px;
}
section.footer-var-1 .footer-newslatter .container{
	padding-left: 100px;
	padding-right: 100px;
}
section.footer-var-1 .footer-newslatter label{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#000000;
	line-height: 1.4;
	margin-right: 50px;
}
section.footer-var-1 .footer-newslatter form.mc4wp-form{
	float: right;
    margin-top: -10px;
    width: 65%;
}
.cont-map .timeshareresortMap1{
	height: 645px !important;
}
.cont-map .timeshareresortMap2{
	height: 500px !important;
}
@media screen and (max-width: 767px) {
	section.footer .footer-right .footer-newslatter input.newslatter-button{
		width: 100%;
		margin-top: 15px;
	}
	section.footer .footer-right .footer-newslatter input.frm-input{
		width: 100%;
	}
	section.footer .footer-recent-blog ul li{
		width: 100%;
		margin-top: 15px;
	}
	section.footer .footer-social h2.footer-title{
		width: 100%;
	}
	section.footer .footer-social ul.socials{
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	section.footer .footer-right .footer-newslatter input.newslatter-button{
		width: 100%;
		margin-top: 15px;
	}
	section.footer .footer-right .footer-newslatter input.frm-input{
		width: 100%;
	}
	section.footer .footer-recent-blog ul li{
		width: 100%;
		margin-top: 15px;
	}
	section.footer .footer-social h2.footer-title{
		width: 100%;
	}
	section.footer .footer-social ul.socials{
		width: 100%;
	}
	section.footer .footer-social ul.socials li:first-child{
		padding-left: 0px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	2.9  Onepage Pagination Section
/*-----------------------------------------------------------------------------------*/
ul.onepage-pagination {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 15px 0px;
    background-color: #ffffff;
    border:2px solid #ffffff;
    border-radius: 50px;
}
ul.onepage-pagination a::after {
    border: 2px solid;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    right: 4px;
    top: 0;
    transition: box-shadow 0.5s ease 0s;
    width: 10px;
}
ul.onepage-pagination li{
	padding: 5px 15px;
}
ul.onepage-pagination li .hover-text {
    float: right;
    margin-right: 35px;
    position: absolute;
    right: 0;
    top: -5px;
    display: none;
    color: #000000;
    text-transform: capitalize;
}
ul.onepage-pagination li a:hover span.hover-text{
	display: block;
}
ul.onepage-pagination a {
    color: #b6b6b6;
    display: block;
    margin-bottom: 5px;
    position: relative;
}
ul.onepage-pagination li.active a {
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.85);
    border-radius: 5px;
    border: 2px solid #000000;
}
ul.onepage-pagination li.active a::after {
	border: unset;
}
/*-----------------------------------------------------------------------------------*/
/*	3.0 Home variation one style
/*-----------------------------------------------------------------------------------*/
header .header-main.header-variation-1 {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    z-index: 999;
}
header .header-data{
	width: 100%;
	float: left;
	padding-top: 30px;
}
header .header-data .navbar-brand{
	padding: 0 0 0 15px;
}
header .header-data .navbar-nav li a{
	color: #7b7d7f;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 20px;
}
header .header-data .navbar-nav li a:hover{
	color:#414344;
}
header .header-data	.menu .nav.navbar-nav > li.current-menu-item a{
	color:#414344;
}
header .header-data .main-menu .navbar-default{
	border:none;
	background: none;
}
header .header-data .menu .container-fluid,
header .header-data .menu .container-fluid .navbar-collapse{
	padding-right: 0px;
}
header .telphone{
    background-image: url("../imgs/phone-banner.png");
    background-position: right 0;
    background-repeat: no-repeat;
    float: right;
    height: 150px;
    position: absolute;
    right: 5px;
    width: 175px;
    z-index: 9999;
}
header .telphone .header-telephone a{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 115px;
    margin-right: 25px;
    float: right;
}
header .header-main.header-variation-1 #home-page-slider-header {
    float: left;
    margin-top: 15%;
    padding-left: 10px;
    padding-right: 30px;
    position: absolute;
    z-index: 999;
}
header .header-main.header-variation-1 #home-page-slider-header .slider_text {
    float: left;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
}
header .header-main.header-variation-1 #home-page-slider-header .slider_text h2{
	text-align: center;
}
header .header-main.header-variation-1 #home-page-slider-header .slider_text span{
	text-align: center;
}
header .header-main.header-variation-1 .slider_text  .booking_button {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}
header .header-main.header-variation-1 .slider_text .booking_button .submit-booking{
	background-color: #c6ab88;
	border:1px solid #c6ab88;
	padding: 20px 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
section#home .wpb_button, .wpb_content_element{
	margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
	header .header-variation-1 .header-data .main-logo{
		margin-left:10px;
		margin-bottom: 20px;
	}
	header .header-variation-1 .header-data .main-menu{
		display: none;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	header .header-data .navbar-nav li a{
		padding: 8px !important;
	}
	header .header-variation-1 .header-data{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* about us */
#home-page-slider-header2 .owl-carousel .owl-dots{
	margin-top: -40px !important;
	position: absolute;
	width: 100%;
	text-align: center;
}
#home-page-slider-header2 .owl-carousel .owl-dots .owl-dot.active span
{
	background-color: #ffffff !important;
	border: 2px solid #ffffff;
}
#home-page-slider-header2 .owl-carousel .owl-dots .owl-dot span
{
	background-color: unset;
	border: 2px solid #c3b9b0;
}
@media screen and (max-width: 767px) {
	section.aboutus-var-1 .about-row .about-left{
		padding: 0px;
	}
	section.aboutus-var-1 .about-text .author-text{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	section.aboutus-var-1 .about-row .about-left{
		background: unset !important;
		padding: 0px !important;
	}
	.modalvideoimg img.videoimg{
		width: 100%;
	}
	.col-lg-6.col-sm-6.col-md-6.facilities-right{
		margin-bottom: 55px;
	}
}
/* photo gallery */
section.photogallery-var-1 .photo-thumb-gallery .owl-item .img-thumbnail{
	border: none;
	padding: 0px;
}
section.photogallery-var-1 .photo-thumb-gallery .owl-carousel.owl-theme.manual.thumb-gallery-thumbs.mt.owl-loaded.owl-drag{
	position: absolute;
	width: 100%;
	margin-top: -160px;
}
section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-stage-outer{
	margin-left: 8%;
	margin-right: 8%;
}
section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-nav .owl-prev{
	float: left;
	background-color: #ffffff;
    background-image: unset;
    background-repeat: unset;
    height: 50px;
    width: 50px;
    margin-top: -100px;
    color:#000000;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
}
section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-nav .owl-next{
	float: right;
	background-color: #ffffff;
    background-image: unset;
    background-repeat: unset;
    height: 50px;
    width: 50px;
    margin-top: -100px;
    color:#000000;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
}
section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-item{
	width: 10% !important;
	margin-left: 15px;
}
section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-item img,
section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-item{
	width: 160px !important;
	height: 120px !important;
}
section.photogallery-var-1 .photo-thumb-gallery .title {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding-top :90px;
}
section.photogallery-var-1 .photo-thumb-gallery .title h2 {
    color: #ffffff;   
}
@media screen and (max-width: 767px) {
	section.photogallery-var-1 .photo-thumb-gallery #thumbGalleryThumbs{
		display: none !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .title{
		position: unset !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .title h2{
		color: #000000 !important;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	section.photogallery-var-1 .photo-thumb-gallery .title{
		padding-top: 25px !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .owl-carousel.owl-theme.manual.thumb-gallery-thumbs.mt.owl-loaded.owl-drag{
		margin-top: -100px !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-nav .owl-prev{
		margin-top: -70px !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-nav .owl-next{
		margin-top: -70px !important;
	}
	section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-item img,
	section.photogallery-var-1 .photo-thumb-gallery .thumb-gallery-thumbs .owl-item{
		height: 60px !important;
		width: 80px !important;
	}
}
/* features */
section.features-var-1{
	background-color: #ffffff;
}
section.features-var-1 p.main-text {
    padding-left: 3%;
    padding-right: 3%;
    text-indent: 50px;
}
section.features-var-1 #myCarouselfeatures2{
	width: 100%;
}
section.features-var-1 #myCarouselfeatures2 .container-first{
	width: 100%;
	background-color: #f8f8f8;
	margin-top: 100px;
}
section.features-var-1 #myCarouselfeatures2 .container-second{
	width: 100%;
	background-color: #eeeeee;
}
section.features-var-1 .features-data.left{
	padding-left: 85px;
}
section.features-var-1 .features-data.right{
	padding-right: 85px;
}
section.features-var-1 .features-data.left h2{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	margin-top: 80px;
	margin-bottom: 15px;
	float: right;
	text-align: right;
}
section.features-var-1 .features-data.left p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #000000;
	margin-top: 15px;
	float: right;
	text-align: right;
}
section.features-var-1 .features-data.right h2{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	margin-top: 80px;
	margin-bottom: 15px;
	float: left;
}
section.features-var-1 .features-data.right p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #000000;
	margin-top: 15px;
	float: left;
}
section.features-var-1 .item .container{
	padding-bottom: 100px;
}
section.features-var-1 .features-img img{
	margin-top: -100px;
}
section.features-var-1 #myCarouselfeatures2 .carousel-control{
	bottom: 60px;
	width: 94%;
	top: unset;
}
section.features-var-1 #myCarouselfeatures2 .carousel-control.left{
	background-image: unset;
	background-repeat: unset;
}
section.features-var-1 #myCarouselfeatures2 .carousel-control.right{
	background-image: unset;
	background-repeat: unset;
	right: 10px;
}
section.features-var-1 .carousel-control .glyphicon-chevron-left,
section.features-var-1 .carousel-control .glyphicon-chevron-right,
section.features-var-1 .carousel-control .icon-next,
section.features-var-1 .carousel-control .icon-prev{
	color:#000000;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	section.facilities-var-1 .facilities-right img.videoimg{
		width: 100%;
	}
	section.packages-var-1 #carousel-packages .carousel-control{
		width: 75%;
	}
	section.features-var-1 .features-data.left{
		padding-left: 0px !important;
	}
	section.features-var-1 .features-data.right{
		padding-right: 0px !important;
	}
	section.features-var-1 .features-img img{
		margin-top: 0px !important;
		width: 100%;
	}
	section.features-var-1 .features-data.left h2,
	section.features-var-1 .features-data.left p,
	section.features-var-1 .features-data.right h2,
	section.features-var-1 .features-data.right p{
		float: left !important;
		text-align: center !important;
	}
	section.packages-var-1 .package-inner-image img{
		width: 100%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	section.packages #carousel-packages .carousel-control.right, 
	section.packages-var-1 #carousel-packages .carousel-control.right{
		right:25px;
	}
	
	section.features-var-1 .features-img img{
		width: 100%;
		margin-top: -30px !important;
	}
	section.features-var-1 .features-data.left{
		padding-left: 0px !important;
		margin-bottom: 10px;
	}
	section.features-var-1 .features-data.right{
		padding-right: 0px !important;
		margin-bottom: 10px;
	}
}
/* contact us */
section.contact-var-1 .contact-data .contact-form{
	background-image: url("../imgs/cont-left-img2.png");
    background-position: left 0px;
    background-repeat: no-repeat;
    height: 460px;
    position: relative;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    width: 87%;
    z-index: 999;
}
section.contact-var-1 .agent-cont-form form span {
    width: 100%;
    display: inline-block;
}
section.contact-var-1 .agent-cont-form span.half{
	width: 49%;
	display: inline-block;
}
section.contact-var-1 .agent-cont-form span.half:first-child{
	padding-right: 60px;
}
section.contact-var-1  .agent-cont-form{
	float: left;
	width: 100%;
	padding: 55px 80px;
}
section.contact-var-1 .agent-cont-form form span label{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#635544;
	line-height: 1.4;
	text-transform: capitalize;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
section.contact-var-1 .agent-cont-form form span input{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#635544;
	line-height: 1.4;
	width: 100%;
	float: left;
	background-color: #c6ab88;
	border:none;
	border-bottom: 2px solid #e3d5c4;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
section.contact-var-1 .agent-cont-form form span input:hover,
section.contact-var-1 .agent-cont-form form span input:focus,
section.contact-var-1 .agent-cont-form form span textarea:hover,
section.contact-var-1 .agent-cont-form form span textarea:focus{
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
}
section.contact-var-1 .agent-cont-form form span textarea::-moz-placeholder {
    color:#635544;
    opacity: 1;
}
section.contact-var-1 .agent-cont-form form span textarea{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#635544;
	line-height: 1.4;
	width: 100%;
	height: 150px;
	float: left;
	background-color: #c6ab88;
	border:none;
	border-bottom: 2px solid #e3d5c4;
	margin-bottom: 2px;
}
section.contact-var-1 .agent-cont-form form input.agent-submit{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#010101;
	background-color: #ffcc00;
	line-height: 1.4;
	border: 2px solid #ffcc00;
	padding: 15px 50px;
	text-transform: uppercase;
	left: 40%;
	bottom: -20px;
    position: absolute;
}
section.contact-var-1 .contact-map-address{
	width: 100%;
	float: left;
	position: relative;
}
section.contact-var-1 .contact-map-address .cont-map #googleMap{
	top:-80px;
}
section.contact-var-1 .contact-map-address .cont-map {
    float: left;
    height: 420px;
    width: 100%;
}
section.contact-var-1 .contact-map-address .address-details{
	background-image: url("../imgs/cont-right-img.png");
    background-position: left 0px;
    background-repeat: no-repeat;
    height: 150px;
    position: absolute;
    float: left;
    left: 30%;
    width: 580px;
    margin-top: 16%;
    top: 0;
}
section.contact-var-1 .contact-map-address .address-details .contact-logo{
	float: left;
	margin-left: 9%;
	margin-top: 35px;
}
section.contact-var-1 .contact-map-address .address-details .contact-address{
	float: right;
	width: 60%;
	margin-top: 45px;
	margin-right: 25px;
}
section.contact-var-1 .contact-map-address .address-details .contact-address p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#000000;
	line-height: 1.4;
	text-transform: capitalize;
}
section.contact-var-1.contact-var-2 .contact-map-address .cont-map #googleMap {
    margin-top: 70px !important;
    top: 0 !important;
}
section.contact-var-1.contact-var-2 .contact-map-address .cont-map{
	height: auto;
}
section.contact-var-1.contact-var-2 .contact-map-address .address-details{
	margin-top: 25%;
}
.contact-home-1 .agent-cont-form form span.full{
	margin-top: 30px;
}
div.wpcf7-response-output {
    border: 2px solid #C6AB88;
    padding: 7px;
    text-align: center;
    font-family: 'Karla', sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 3000px) and (min-width: 2001px) {
	section.contact-var-1 .contact-map-address .address-details{
	    left: 40%;
	    margin-top: 10%;
	}
}
@media screen and (max-width: 2200px) and (min-width: 2020px) {
	section.contact-var-1.contact-var-2 .contact-map-address .address-details{
		margin-top: 20% !important;
	}
}
@media screen and (max-width: 3000px) and (min-width: 2600px) {
	section.contact-var-1.contact-var-2 .contact-map-address .address-details{
		margin-top: 15% !important;
	}
}
@media screen and (max-width: 767px) {
	section.footer-var-1 .footer-newslatter .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	section.footer-var-1 .footer-newslatter label,
	section.footer-var-1 .footer-newslatter input.frm-input,
	section.footer-var-1 .footer-newslatter input.newslatter-button{
		width: 100%;
		float: left;
	}
	section.footer-var-1 .footer-newslatter input.frm-input{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	section.footer-var-1 .footer-newslatter input.newslatter-button{
		margin-left: 0px !important;
	}
	section.footer-var-1 .footer-recent-blog{
		margin-top: 25px;
	}
	section.footer-var-1 .footer-recent-blog .img.left-recent-blog{
		width: 100%;
	}
	section.footer-var-1 .footer-recent-blog .right-recent-blog{
		margin-top: 5px;
		margin-left: 0px;
		width: 100%;
	}
	section.contact-var-1 .contact-data .contact-form{
		background-position: center;
		background-size: cover;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		height: 550px !important;
	}
	section.contact-var-1 .agent-cont-form{
		padding:55px 20px !important;
	}
	section.contact-var-1 .agent-cont-form span.half{
		width: 100% !important;
	}
	section.contact-var-1 .agent-cont-form span.half:first-child{
		padding-right: 0px !important;
	}
	section.contact-var-1 .agent-cont-form form input.agent-submit{
		left: 4% !important;
	}
	.contact-map-address .address-details{
		display: none;
	}
	section.contact-var-1 .agent-cont-form form input.agent-submit{
		bottom: -63px;
	}
	section.footer-var-1 .footer-newslatter form.mc4wp-form{
		width: 100%;
	}
	header .telphone{
		display: none;
	}
	.wrapper > div#home-page-slider-header2 {
	    background-color: #EEEEEE;
	    float: left;
	    width: 100%;
	}
	#home-page-slider-header2 .booking_section, .inner-page-header-area .booking_section{
		background-color: #EEEEEE;
	}
	#home-page-slider-header2 .booking-area .fullwidth, 
	.inner-page-header-area .booking_section .booking-area .fullwidth{
		width: 100%;
	}
	.apb-product_tab-panel div.package-features ul li{
		width: 100%;
	}
	.apb-product_detail.room-detail #home-page-slider-header2 .booking_section{
		background-color: #ffffff;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	section.contact-var-1 .contact-data .contact-form{
		background-position: center;
		background-size: cover;
	}
	section.contact-var-1 .agent-cont-form span.half:first-child{
		padding-right: 25px !important;
	}
	section.contact-var-1 .contact-map-address .address-details{
		left: 15% !important;
		margin-top: 30% !important;
	}
	section.footer-var-1 .footer-newslatter .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	section.footer-var-1 .footer-newslatter label{
		margin-right: 25px;
	}
	section.footer-var-1 .footer-newslatter input.newslatter-button{
		padding: 15px 10px !important;
		width: 30% !important;
		margin-left: 0px !important;
	}
	section.footer-var-1 .footer-recent-blog ul li .img img{
		width: 100% !important;
		height: auto;
	}
	section.footer-var-1 .footer-recent-blog .right-recent-blog{
		margin-left: 15px !important;
	}
	section.footer-var-1 .footer-newslatter form.mc4wp-form{
		width: 58%;
	}
	.menu-item-has-children > a::after{
		top: 10px !important;
	}
	header .header-data .navbar-nav li a{
		padding-right: 15px !important;
	}
	.wrapper > div#home-page-slider-header2 {
	    background-color: #EEEEEE;
	    float: left;
	    width: 100%;
	}
	#home-page-slider-header2 .booking_section{
		background-color: #EEEEEE;
	}
	#awe-plugin-booking #home-page-slider-header2 .booking_section,
	#awe-plugin-booking #home-page-slider-header2{
		background-color: #ffffff !important;
	}
	#home-page-slider-header2 .booking_section .booking_button .submit-booking, 
	.inner-page-header-area .booking_section .booking_button .submit-booking{
		padding: 20px !important;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	4.0 Inner page - Package listing
/*-----------------------------------------------------------------------------------*/
.inner-page-header-area {
    background-color: #C6AB88;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 485px !important;
    position: relative;
    text-align: center;
    transition: all 2s ease 0s;
    width: 100%;
    z-index: 0;
}
.inner-page-header-area > img {
    height: auto;
    left: 0;
    line-height: 12;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.inner-page-header-area .property_info_header {
    clear: both;
    float: left;
    min-height: 135px;
    min-width: 380px;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.inner-page-header-area .inner_slider_text {
    margin-top: 170px;
    width: 100%;
    text-align: center;
}
.inner-page-header-area .property_info_header h2 {
    color: #000000;
    font-family: 'Lusitana', serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize;
    text-align: center;
}
.inner-page-header-area .property_info_header span a {
    color: #000000 !important;
    text-decoration: none;
}
.inner-page-header-area .property_info_header span, 
.inner-page-header-area .property_info_header span a {
    color: rgb(62, 135, 13);
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    text-transform: capitalize;
}
/* package-listing */
section .package-listing,
div.package-listing{
    background-color: #f8f8f8;
    float: left;
    padding-bottom: 85px;
    padding-top: 85px;
    width: 100%;
}
section .package-listing .pacakage-info,
div.package-listing .pacakage-info{
	background-color: #ffffff;
	padding: 30px 30px;
	padding-top: 105px;
	float: left;
	width: 100%;
}
section .package-listing .image-with-label,
div.package-listing .image-with-label{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-bottom: -65px;
}
section .package-listing .pacakage-info a h5,
div.package-listing .pacakage-info a h5{
	color: #000000;
    font-family: 'Lusitana', serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 5px;
    line-height: 1.2;
    text-decoration: none;
}
section .package-listing .pacakage-info a,
div.package-listing .pacakage-info a{
	text-decoration: none;
}
section .package-listing div.package-grid-features ul,
div.package-listing div.package-grid-features ul{
    float: left;
    margin-top: 15px;
    padding-left: 0px;
    width: 100%;
}
section .package-listing div.package-grid-features ul li::before,
div.package-listing div.package-grid-features ul li::before{
    background-image: url("../imgs/yes-gray.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    width: 20px;
}
section .package-listing div.package-grid-features ul li,
div.package-listing div.package-grid-features ul li{
    color: #937c5f;
    display: inline-block;
    font-family: "Lusitana",serif;
    font-size: 15px;
    font-weight: 400;
    list-style: outside none none;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-top: 10px;
    position: relative;
    width: 49%;
    text-transform: capitalize;
}
section .package-listing div.package-grid-features ul li b,
div.package-listing div.package-grid-features ul li b{
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
section .package-listing .package-detail-footer p.startfrm,
div.package-listing .package-detail-footer p.startfrm{
    color: #656464;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
}
section .package-listing .package-detail-footer p.price,
div.package-listing .package-detail-footer p.price{
    color: #c6ab88;
    font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 700;
}
section .package-listing .package-detail-footer,
div.package-listing .package-detail-footer{
	float: left;
	padding:30px 35px;
	background-color: #fcfbf9;
	box-shadow: 0 5px 5px 0 #efefef;
	width: 100%;
	margin-bottom: 50px;
}
section .package-listing .package-detail-footer p.price span,
div.package-listing .package-detail-footer p.price span{
    color: #87827c;
    font-family: "Lusitana",serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
section .package-listing .package-detail-footer .submit-booking,
div.package-listing .package-detail-footer .submit-booking{
    background-color: #c6ab88;
    border: 1px solid #c6ab88;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 20px 25px;
    text-align: center;
    text-transform: uppercase;
    float: right;
    text-decoration: none;
}
section .package-listing .load_more_special_element,
div.package-listing .load_more_special_element{
    float: left;
    padding-top: 10px;
    width: 100%;
}
section .package-listing .ajax_load,
div.package-listing .ajax_load{
    float: left;
    width: 100%;
}
section .package-listing .ajax_load img,
div.package-listing .ajax_load img{
    margin: auto auto 0px;
    text-align: center;
    width: 40px;
}
.footer-var-1.pack-list .footer-newslatter{
	padding-top: 0px;
}
.package-list-area .load_more {
    margin-bottom: 10px;
    margin-top: 50px;
}
.package-list-area .load_more_btn {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Lusitana",sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 165px;
}
.package-list-area .load_more_btn:hover {
    background: #C6AB88 none repeat scroll 0 0;
}
.ajax_load{
	display: none;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.inner-page-header-area .inner_slider_text{
		margin-top: 100px;
	}
	section .package-listing div.package-grid-features ul li,
	div.package-listing div.package-grid-features ul li{
		width: 100%;
	}
	.package-detail-footer .left{
		width: 100%;
	}
	.package-detail-footer .right{
		width: 100%;
		margin-top: 15px;
	}
	section .package-listing .package-detail-footer .submit-booking,
	div.package-listing .package-detail-footer .submit-booking{
		float: left !important;
	}
	.inner-page-header-area .property_info_header {
	    min-width: 100% !important;
	    margin-left: 0px;
	    padding: 30px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	5.0 Inner page - Package Details
/*-----------------------------------------------------------------------------------*/
.single-package-description,
.single-package-detail-parallax{
	background-color: #ffffff;
}
.single-package-description p.description {
    color: #5a5a5a;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}
.single-package-description .package-description-area p {
    color: #5a5a5a;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}
.single-package-detail{
	background-color: #eeeeee;
	float: left;
	width: 100%;
}
.single-package-detail .about-row .about-left{
    background-repeat: no-repeat;
    content: "";
    padding:40px 30px 40px 30px;
    background-image: url("../imgs/back-top-right.png"), url("../imgs/back-bottom-left.png");
	background-position: left top, 87% bottom;
}
.single-package-detail .about-row .about-left .carousel .carousel-inner{
	border: 10px solid #ffffff;
}
.single-package-detail .about-package-dtl a.pkg-title{
	text-decoration: none;
}
.single-package-detail  .about-package-dtl a.pkg-title h2{
    padding-right: 30px;
    padding-top: 75px;
    margin-bottom: 30px;
}
.single-package-detail .about-package-dtl .pkg-price p.startfrm {
    color: #5f5f5f;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
}
.single-package-detail .about-package-dtl .pkg-price p.price{
    color: #c6ab88;
    font-family: "Lusitana",serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-package-detail .about-package-dtl .pkg-price p.price span.amount{
    color: #c6ab88;
    font-family: "Lusitana",serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-package-detail .about-package-dtl .pkg-price p.price span{
    color: #87827c;
    font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.single-package-detail .about-package-dtl .pkg-price.single-price p.price{
    color: #87827c;
    font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.single-package-detail .about-package-dtl div.pkg-features ul{
	padding-left: 0px;
}
.single-package-detail .about-package-dtl div.pkg-features ul li::before {
    background-image: url("../imgs/yes.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    width: 20px;
}
.single-package-detail .about-package-dtl div.pkg-features ul li {
    color: #937c5f;
    display: inline-block;
    font-family: "Lusitana",serif;
    font-size: 21px;
    font-weight: 400;
    list-style: outside none none;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
    position: relative;
    width: 49%;
    text-transform: capitalize;
}
.single-package-detail .about-package-dtl div.pkg-features ul li b{
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
}
.package-description-area img.description-img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.package-description-area img.description-img{
		width: 100%;
	}
	.single-package-detail .about-row .about-left{
		background-image:none;
		padding: unset;
	}
	.single-package-detail .about-package-dtl div.pkg-features ul li{
		width: 100%;
	}
	.inner-page-header-area{
		background-color:  hsl(201, 97%, 64%);
		background-position:unset;
		background-size: unset;
		background-repeat: unset;
		position: unset;
		height: 450px !important;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.package-description-area img.description-img{
		width: 100%;
	}
	.single-package-detail .about-row .about-left{
		background-image:none;
		padding: unset;
	}
	.single-package-detail .about-package-dtl a.pkg-title h2{
		padding-right: 0px;
		padding-top: 0px;
	}
	.single-package-detail .about-package-dtl div.pkg-features ul li{
		width: 100%;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	6.0 Datepicker Style
/*-----------------------------------------------------------------------------------*/
#startdatepicker .ui-datepicker,
#enddatepicker .ui-datepicker{
    background-color: #ffffff;
    opacity: 1;
    position: absolute;
    top: 130px;
    z-index: 99999;
}	
#ui-datepicker-div .ui-widget-header,
#ui-datepicker-div .dateField p.month, 
.apb-datepicker .ui-datepicker-header .ui-datepicker-title, 
.ui-datepicker.apb-datepicker .ui-datepicker-title span, 
.apb-calendar .ui-datepicker .ui-datepicker-title span { 
	color: #C6AB88; 
}
#ui-datepicker-div .dateField p, 
#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content, 
#apb_calendar  .ui-state-default, 
.apb-datepicker .ui-datepicker-calendar thead th, 
.apb-calendar .ui-datepicker th, 
.apb-datepicker .ui-datepicker-calendar td a, 
.apb-datepicker .ui-datepicker-calendar td span { 
	color: #2f373b; 
}
#ui-datepicker-div .ui-state-default, 
#gasteSelect li, 
#apb_calendar .ui-datepicker-calendar td, 
.apb-calendar .ui-datepicker-inline td a { 
	background-color: #ffffff; 
	text-align: center;
}
#ui-datepicker-div .dateField { 
	background-color: #ffffff; 
}
#ui-datepicker-div .dateField { 
	border-color: #ffffff; 
}
#ui-datepicker-div .arrow-up { 
	border-bottom-color: #ffffff; 
}
#ui-datepicker-div .ui-state-highlight, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-today a { 
	background-color: #C6AB88; 
}
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-today a { 
	border-color: #C6AB88; 
}
#ui-datepicker-div .ui-state-highlight, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-today a { 
	color: #363636; 
}
#ui-datepicker-div .ui-state-active, 
#ui-datepicker-div .ui-state-active.ui-state-hover, 
#gasteSelect li.active, .apb-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, 
.apb-calendar .ui-datepicker-inline td.apb-highlight a, 
.apb-bg_blue { 
	background-color: #0f2453; 
}
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, 
.apb-calendar .ui-datepicker-inline td.apb-highlight a { 
	border-color: #0f2453; 
}
#ui-datepicker-div .ui-state-active, 
#gasteSelect li.active, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a, 
.apb-calendar .ui-datepicker-inline td.apb-highlight a { 
	color: #ffffff; 
}
#ui-datepicker-div .ui-state-hover, 
#gasteSelect li:hover, 
.apb-datepicker .ui-datepicker-calendar td a:hover, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:hover, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a:hover, 
.apb-calendar .ui-datepicker-inline td.apb-highlight a:hover { 
	background-color: #C6AB88; 
}
.apb-datepicker .ui-datepicker-calendar td a:hover, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:hover, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a:hover, 
.apb-calendar .ui-datepicker-inline td.apb-highlight a:hover { 
	border-color: #C6AB88; 
}
#ui-datepicker-div .ui-state-hover, 
#gasteSelect li:hover, 
.apb-datepicker .ui-datepicker-calendar td a:hover, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:hover, 
.apb-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a:hover, 
.apb-calendar .ui-datepicker-inline td.apb-highlight a { 
	color: #ffffff; 
}
#ui-datepicker-div .ui-widget-header {
    color: #C6AB88;
    font-weight: 300;
}
#ui-datepicker-div .ui-widget-content {
    color: #2f373b;
    font-weight: 300;
}
#ui-datepicker-div .arrow-up {
    border-bottom: 16px solid #fff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
}
#ui-datepicker-div .dateField {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #2f373b;
    float: left;
    padding: 16px 0 26px;
    position: relative;
    width: 100%;
}
#ui-datepicker-div #gaste {
    padding: 19px 32px 27px;
}
#ui-datepicker-div .dateField p {
    color: #2f373b;
    text-align: center;
}
#ui-datepicker-div p.title {
    color: #0f2453;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 0 0 14px;
    text-align: center;
}
.ui-datepicker-title span {
    font-size: 0.9rem;
    font-weight: 400;
}
.ui-datepicker-title .ui-datepicker-month {
    font-weight: 500;
}
.ui-datepicker table {
    border: medium none;
    font-size: 0.9rem;
    font-weight: 300;
    table-layout: auto;
}
.ui-datepicker td {
    font-family: Lusitana;
    padding: 2px;
}
.ui-datepicker th {
    font-size: 0.8rem;
    font-weight: 300;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker-year {
    font-family: "Lusitana";
}
.dateField p.day {
    font-family: "Lusitana";
    font-size: 5.375rem;
    font-weight: 300;
    line-height: 72px;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 26px;
}
#ui-datepicker-div .dateField p.month {
    border-bottom: 1px solid #f1f2f2;
    color: #C6AB88;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
}
#ui-datepicker-div .ui-state-default {
    color: #555555;
    font-family: "Lusitana";
}
#ui-datepicker-div .ui-state-hover {
    background-color: #C6AB88;
    color: #ffffff;
}
#ui-datepicker-div .ui-state-active {
    background-color: #C6AB88;
    color: #ffffff;
}
#ui-datepicker-div .ui-state-highlight {
    background-color: #C6AB88;
    color: #363636;
}
#ui-datepicker-div td{
	padding: 5px;
}
#ui-datepicker-div .dateField .border .arrow, 
#ui-datepicker-div #gaste .topborder .arrow, 
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon, 
.apb-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
    background: rgba(0, 0, 0, 0) url("../imgs/arrow.png") no-repeat scroll 50% bottom;
    display: block;
    height: 6px !important;
    margin-left: 5.5px !important;
    margin-top: 9px !important;
    position: relative;
    width: 10px !important;
}
#ui-datepicker-div #gaste .topborder .arrow {
    margin-top: 8px;
    transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-next, 
.ui-datepicker .ui-datepicker-prev {
    border: 1px solid #C6AB88;
    border-radius: 12px;
    color: #C6AB88;
    font-size: 0;
    height: 24px !important;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    top: initial;
    transform: inherit;
    transition: inherit;
    width: 24px !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    left: 0 !important;
    margin-left: 5px !important;
    margin-top: 8px !important;
    top: 0 !important;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 6px;
}
.ui-datepicker-next .ui-icon {
    margin-top: 8px;
    transform: rotate(270deg);
}
.ui-datepicker-prev .ui-icon {
    margin-top: 8px;
    transform: rotate(90deg);
}
.ui-state-disabled, 
.ui-widget-content .ui-state-disabled, 
.ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ecf0f1;
    color: #555555;
    font-weight: normal;
}
.ui-datepicker td span, 
.ui-datepicker td a {
    display: block;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#ui-datepicker-div p.title {
	    font-size: 1rem;
	}
	.ui-datepicker-title span {
	    font-size: 0.9rem;
	}
	.ui-datepicker table {
	    font-size: 0.75rem !important;
	}
	.ui-datepicker th {
	    font-size: 0.8rem;
	}
	.dateField p.day {
	    font-size: 4rem;
	    padding-bottom: 14px;
	    padding-top: 16px;
	}
	#ui-datepicker-div .dateField p.month {
	    font-size: 1rem;
	}
}
@media only screen and (max-width: 480px) {
	#ui-datepicker-div p.title {
	    font-size: 1rem;
	}
	.ui-datepicker-title span {
	    font-size: 0.9rem;
	}
	.ui-datepicker table {
	    font-size: 0.75rem !important;
	}
	.ui-datepicker th {
	    font-size: 0.8rem;
	}
	.dateField p.day {
	    font-size: 4rem;
	    padding-bottom: 14px;
	    padding-top: 16px;
	}
	#ui-datepicker-div .dateField p.month {
	    font-size: 1rem;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	7.0 APB Plugin Style
/*-----------------------------------------------------------------------------------*/
body.single-apb_room_type #awe-plugin-booking{
	margin-top: 0px;
}
.apb-product_tab-header li a{
	font-family: "Lusitana",sans-serif;
    font-size: 20px;
    font-weight: 400 !important;
    color: #000000;
    text-transform: capitalize !important;
}
.apb-product_tab-header li.active a{
	font-family: "Lusitana",sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}
.apb-product_tab-header > li.active > a::after{
	background: unset !important;
}
.apb-product_tab-panel .apb-package_item .apb-package_text label{
	font-family: "Lusitana",serif;
    font-size: 21px;
    font-weight: 700;
}
.apb-product_tab-panel .apb-package_item .apb-package_text p{
	font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 400;
}
.apb-product_tab-panel .apb-package_item .apb-package_book-price .apb-package_price span.amount {
    color: #c6ab88;
    font-family: "Lusitana",serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.apb-product_tab-panel .apb-package_item .apb-package_book-price p.apb-package_price{
	color: #87827c;
	font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 400;
}
/* check booking page*/
.room-detail_book, .awebooking-wrapper{
	background-color: #c6ab88 !important;
}
.apb-room-selected{
	background-color: #c6ab88 !important;
}
#awe-plugin-booking{
	background-color: #F8F8F8;
	margin: 0px !important;
	padding: 30px 0px;
}
.cstm-cls #awe-plugin-booking.awebooking{
	padding: 0;
	margin: 0;
}
.apb-bg_blue{
	background-color: #ffffff !important;
}
.apb-room-selected_item h6, 
.apb-room-seleted_current h6{
	font-size: 16px !important;
}
.apb-room-selected_item span, 
.apb-room-seleted_current span{
	font-size: 14px !important;
}
.apb-room_item .apb-room_name a{
	color: #000000 !important;
}
.apb-room_item .apb-room_price span.apb-room_amount {
    color: #c6ab88;
    font-family: "Lusitana",serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.apb-room_item span.apb-room_price {
    color: #87827c;
    font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 400;
}
.apb-room_item .apb-room_text div.apb-room_desc {
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0px;
}
.apb-package_text h4{
	font-size: 18px !important;
}
.apb-package_text p{
	font-size: 16px !important;
}
.apb-room-selected .apb-room-selected_content{
	background-color: #ffffff !important;
}
.apb-checkout .apb-room-seleted_package ul li span.apb-amount{
	color: #87827c;
    font-family: "Lusitana",serif;
    font-size: 20px !important;
    font-weight: 400;
}
.apb-checkout .apb-room-seleted_total-room span.apb-amount{
	color: #c6ab88;
    font-family: "Lusitana",serif;
    font-size: 23px !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-checkout.custom-checkout .checkout_head h3{
	color: #000000;
    display: inline-block;
    font-family: "Lusitana",serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
    width: 100%;
}
.section-checkout.custom-checkout .woocommerce-error::before, 
.section-checkout.custom-checkout .woocommerce-info::before, 
.section-checkout.custom-checkout .woocommerce-message::before{
	color: #c6ab88;
}
.section-checkout.custom-checkout .woocommerce-error, 
.section-checkout.custom-checkout .woocommerce-info, 
.section-checkout.custom-checkout .woocommerce-message{
	background-color: #ffffff;
}
.section-checkout.custom-checkout .woocommerce-info {
    border-top-color: #c6ab88;
}
.section-checkout.custom-checkout .woocommerce-info a{
	color: #c6ab88;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3{
	color: #000000;
    display: inline-block;
    font-family: "Lusitana",serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: capitalize;
    width: 100%;
}
form.woocommerce-checkout{
	background-color: #C6AB88;
	border:1px solid #C6AB88;
	border-radius: 5px;
	padding: 30px;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row label{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#635544;
	line-height: 1.4;
	text-transform: capitalize;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row input{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#ffffff;
	line-height: 1.4;
	width: 100%;
	float: left;
	background-color: #c6ab88;
	border:none;
	border: 2px solid #e3d5c4;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row input:hover,
.section-checkout.custom-checkout form.woocommerce-checkout .form-row input:focus,
.section-checkout.custom-checkout form.woocommerce-checkout .form-row textarea:hover,
.section-checkout.custom-checkout form.woocommerce-checkout .form-row textarea:focus{
	border: 2px solid #ffffff;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row textarea::-moz-placeholder {
    color:#ffffff;
    opacity: 1;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row textarea{
	font-family: 'Lusitana', serif;
	font-weight: 700;
	font-size: 21px;
	color:#ffffff;
	line-height: 1.4;
	width: 100%;
	height: 150px;
	float: left;
	background-color: #c6ab88;
	border:none;
	border: 2px solid #e3d5c4;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.select2-drop .select2-results {
	background-color: #c6ab88;
	border: 2px solid #e3d5c4;
	color: #ffffff;
}
.select2-container .select2-choice{
	background-color: #c6ab88;
	border: 2px solid #e3d5c4;
	color: #ffffff;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row select{
	background-color: #c6ab88;
	border: 2px solid #e3d5c4;
	color: #ffffff;
	padding: 5px 0px 5px 5px;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row select option{
	background-color: #c6ab88;
	color: #ffffff;
	padding: 5px 0px 5px 5px;
}
a.select2-choice span{
	color: #ffffff;
}
.section-checkout.custom-checkout form.woocommerce-checkout .form-row input#place_order{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color:#010101;
	background-color: #ffcc00;
	line-height: 1.4;
	border: 2px solid #ffcc00;
	padding: 15px 50px;
	text-transform: uppercase;
	bottom: -20px;
    width: unset !important;
}
.section-checkout.custom-checkout form.woocommerce-checkout .apb-room-selected_item span, 
.section-checkout.custom-checkout form.woocommerce-checkout .apb-room-seleted_current span{
	font-size: 12px !important;
}
.section-checkout.custom-checkout form.woocommerce-checkout .apb-room-seleted_package ul li span.apb-amount{
	color: #ffffff !important;
}
.section-checkout.custom-checkout form.woocommerce-checkout .apb-room-seleted_total-room span.apb-amount{
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
}
.apb-room-selected_item .apb-room-seleted_package,
.apb-room-selected_item .apb-room-seleted_total-room{
	border-top: 1px solid #e3d5c4 !important;
}
.section-checkout.custom-checkout form.woocommerce-checkout #order_review_heading{
	display: none;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
	background-color: #ffffff !important;
}
.section-checkout.custom-checkout form.woocommerce-checkout #payment .wc_payment_method label{
	font-family: 'Lusitana', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color:#000000;
}
.section-checkout.custom-checkout form.woocommerce-checkout #payment .wc_payment_method div p{
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#000000;
}
.section-checkout.custom-checkout .woocommerce-thankyou-order-details,
.section-checkout.custom-checkout .order_details{
	padding-left: 0px;
	padding-top: 10px;
}
.section-checkout.custom-checkout .woocommerce-thankyou-order-details li strong,
.section-checkout.custom-checkout .order_details li strong{
	font-weight: 700;
}
.section-checkout.custom-checkout .woocommerce h2{
	color: #000000;
    display: inline-block;
    font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0px;
    text-transform: capitalize;
    width: 100%;
}
.main-pkg-pagination{
	text-align: center;
	background-color: #C6AB88;
	border: 1px solid #C6AB88;
	border-radius: 5px;
	padding: 20px;
}
nav.pagination .nav-links{
	text-align: center;
	background-color: #C6AB88;
	border: 1px solid #C6AB88;
	border-radius: 5px;
	padding: 10px;
}
nav.pagination{
	width: 100%;
}
a.page-numbers{
	color: #ffffff;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
span.page-numbers.current{
	color: #000000;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 700;
}
.apb-product_tab-panel #date-available .apb-month .fc-center h2{
	font-size: 18px;
}
/*-----------------------------------------------------------------------------------*/
/*	8.0 Pages menu & submenu
/*-----------------------------------------------------------------------------------*/
header .header-main.header-variation-2{
	background-color: #ffffff;
	position: relative;
	background-image: none;
}
.menu .nav.navbar-nav > li.current-menu-item .sub-menu > li > a {
	color: #ffffff !important;
	display: block;
	font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 42px;
	white-space: nowrap;
}
.menu .nav.navbar-nav > li.current-menu-item .sub-menu > li > a:hover {
	color: #000000 !important;
}
.menu .navbar-default .navbar-nav > .active > a, 
.menu .navbar-default .navbar-nav > .active > a:focus, 
.menu .navbar-default .navbar-nav > .active > a:hover, 
.menu .nav > li > a:hover {
	background-color: unset !important;
	color: #000000 !important;
	outline: none;
}
.menu .navbar-brand {
	margin-right: 30px;
	padding: 0;
	height: auto;
}
.menu .navbar-default .navbar-collapse, 
.menu .navbar-default .navbar-form {
	border: none;
}
.menu-item-has-children > a::after {
	font-family: FontAwesome;
	content: "\f107";
	padding-left: 7px;
	color: #6d7b8c;
	position: absolute;
	top: 15px;
	right: 0;
}
.menu .nav.navbar-nav > .menu-item-has-children.current-menu-item > a::after {
	font-family: FontAwesome;
	content: "\f107";
	padding-left: 7px;
	color: #363d46;
	position: absolute;
	top: 15px;
	right: 0;
}
.menu .nav.navbar-nav > .menu-item-has-children.current-menu-parent.current_page_parent > a {
	color: #363d46 !important;
}
.sub-menu > li.current_page_item a {
    color: hsl(0, 0%, 100%) !important;
}
.blog-info ul.menu li ul.sub-menu{
	background: unset !important;
}
.sub-menu {
	background: #C6AB88 none repeat scroll 0 0;
	border:1px solid #C6AB88;
	border-radius: 5px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	min-height: 100px;
	min-width: 265px;
	left: 18px;
	padding: 35px;
	opacity: 0;
	display: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
}
.sub-menu .sub-menu {
	left: 55%;
	top:20px;
}
.menu-item-has-children .sub-menu li a::after{
	content: unset !important;
}
.nav_link  li:hover > .sub-menu {
	display: block;
	opacity: 1;
}
.sub-menu > li {
	color: #cfeeff;
	text-transform: uppercase;
}
.sub-menu > li > a {
	color: #ffffff !important;
	display: block;
	font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 42px;
	white-space: nowrap;
}
.sub-menu > li > a:hover {
	color: #000000 !important;
}
.menu .navbar-toggle {
	background: #e5eef7 none repeat scroll 0 0;
	border: none;
	border-radius: 0px;
	color: #435060;
}
.menu .navbar-toggle .icon-bar {
	background-color: #435060;
}
.menu .navbar-toggle:hover, 
.menu .navbar-toggle:focus, 
.menu .navbar-toggle:active {
	background: #C6AB88 none repeat scroll 0 0;
}
.menu .navbar-toggle:hover .icon-bar, 
.menu .navbar-toggle:focus .icon-bar, 
.menu .navbar-toggle:active .icon-bar {
	background: #ffffff none repeat scroll 0 0;
}
header .header-variation-2 .header-data .main-menu .navbar-default {
    right: 0px;
}
@media screen and (max-width: 767px) {
	.main-menu .navbar{
		float:none !important;
	}
	.main-menu.pull-right{
		float: none !important;
	}
	.nav.navbar-nav.nav_link {
		background: #C6AB88 none repeat scroll 0 0;
		margin:0;
		width: 100%;
	}
	header .header-data .menu .container-fluid .navbar-collapse{
		padding-left: 0px;
	}
	#bs-example-navbar-collapse-1 {
		left: 15px;
	    position: absolute;
	    top: 65px;
	    width: 100%;
	    z-index: 999;
	}
	.drop_down::after {
		right: unset;
		top: 0px !important;
		position: relative !important;
	}
	.menu .navbar-default .navbar-nav > .active > a, 
	.menu .navbar-default .navbar-nav > .active > a, 
	.menu .navbar-default .navbar-nav > .active > a, 
	.menu .nav > li > a {
		color: #000000 !important;
	}
	.menu .navbar-default .navbar-nav > .active > a, 
	.menu .navbar-default .navbar-nav > .active > a:focus, 
	.menu .navbar-default .navbar-nav > .active > a:hover, 
	.menu .nav > li > a:hover {
		background-color: unset !important;
		color: #ffffff !important;
		outline: none;
	}
	.menu .nav.navbar-nav > li > a {
		line-height: 42px;
	}
	.sub-menu {
		position: relative !important;
		padding: 0px 35px;
	}
	.sub-menu .sub-menu {
		left: 20%;
		top:0px;
	}
	.menu-item-has-children > a::after {
		color: #000000;
	}
}
/*
/*-----------------------------------------------------------------------------------*/
/*	9.0 gallery-2-columns && 3-columns page Section
/*-----------------------------------------------------------------------------------*/
.page-container{
	background-color: #f8f8f8;
    float: left;
    width: 100%;
}
.imagegallery ul {
    margin-top: 0px;
    list-style: outside none none;
    padding: 0;
}
.imagegallery ul li {
    border: 1px solid #ffffff;
    float: left;
    position: relative;
}
.image {
    display: block;
    margin: 0;
    max-width: 100%;
}
.mesonaryItem:hover .image_description {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    border-radius:0; 
}
.mesonaryItem .image_description {
    background: #000000 none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	opacity: 0.60;
	top: 0;
	width: 100%;
	z-index: 1;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
	cursor:pointer;
    overflow: hidden;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    border-radius:100%;
}
.mesonaryItem .image_description p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.mesonaryItem .image_description .icon {
	background: rgba(255,255,255,0) none repeat scroll 0 0;
	border-radius: 50%;
	color: #31a2e1;
	font-size: 30px;
	height: 48px;
	margin: 20% auto 15px;
	text-align: center;
	width: 48px;
}
#image_lightbox img {
	height: auto;
	width: 100%;
}
.previous_image_btn {
	border: medium none;
	border-radius: 50%;
	height: 50px;
	left: 35px;
	opacity: .75;
	position: absolute;
	top: 45%;
	width: 50px;
	outline: none;
}
.next_image_btn {
	border: medium none;
	border-radius: 50%;
	height: 50px;
	right: 35px;
	opacity: .75;
	position: absolute;
	top: 45%;
	width: 50px;
	outline: none;
}
.previous_image_btn:focus, 
.next_image_btn:focus {
	outline: none;
}
.previous_image_btn:hover, 
.next_image_btn:hover {
	opacity: 1;
	outline: none;
}

#image_lightbox .modal-body img.img-responsive{
	text-align: center;
	display: unset;
}
#image_lightbox .modal-body{
	text-align: center;
}
#image_lightbox_label{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}
.grid-item-content {
  height: 100px;
  background: #D26;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.grid-item-content--height2 { height: 200px; }

.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li.vc_active a{
	background: #ffcc00 none repeat scroll 0 0 !important;
}
.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a:hover{
	background: #ffcc00 none repeat scroll 0 0 !important;
}
.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list li a{
	background: #c6ab89 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    cursor: pointer;
    float: left;
    font-family: "Karla",sans-serif !important;
    font-size: 16px !important;
    margin-right: 2px;
    padding: 12px 18px 16px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

@media screen and (max-width: 767px) {
	h2.section-half-title{
		width: 100%;
	}
	p.description-half{
		width: 100%;
	}
	.mesonaryItem.grid-item.grid-item--width2{
		width: 100%;
	}
	.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active a{
		background: #ffcc00 none repeat scroll 0 0 !important;
	}
	.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active a:hover{
		background: #ffcc00 none repeat scroll 0 0 !important;
	}
	.vc_tta.vc_tta-tabs .vc_tta-panel a{
		background: #c6ab89 none repeat scroll 0 0 !important;
	    color: #ffffff !important;
	    font-family: "Karla",sans-serif !important;
	    font-size: 16px !important;
	    text-decoration: none;
	}
	.imagegallery ul li.mesonaryItem{
		width: 100% !important;
	}
}
/*
/*-----------------------------------------------------------------------------------*/
/*	10.0 Page Sidebar
/*-----------------------------------------------------------------------------------*/
.sidebar{
    margin-top: 110px;
}
.inner-page-left-sidebar-content-area{
    margin-top: 110px;
}
.blog_page_information .blog_info {
	min-height: 280px;
	padding: 15px 35px 27px;
	background: #ffffff;
	width: 100%;
	float:left;
}
.blog_page_information .blog-thumbnail,
.primary-sidebar .awebooking {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.primary-sidebar .awebooking .awebooking-wrapper {
    background-color: #ffffff !important;
}
.blog_info .blogimagedescription h3, 
.blog_info .blogimagedescription h3 a {
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 8px;
    text-transform: uppercase;
}
.blog_info ul{
    float: left;
    list-style: outside none none;
    width: 100%;
    padding-left: 0px;
}
.blog_info ul li {
    border-bottom: 1px solid #e1e6ec;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.blog_info ul li a {
    color: #435061;
    font-family: "Karla",sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
h3.recentposttitle{
	margin-top: 0px !important;
}
.blog_info_search.blog-thumbnail .form-search-custom {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    padding: 0;
    width: 100%;
}
.blog_info_search.blog-thumbnail input.form-input{
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-family: "Lusitana",sans-serif;
    font-size: 15px !important;
    outline: medium none;
    padding: 10px;
    width: 89%;
}
.blog_info.blog-thumbnail select{
    background: #ffffff none repeat scroll 0 0;
    font-family: "Lusitana",sans-serif;
    font-size: 15px !important;
    outline: medium none;
    padding: 10px;
    width: 100%;
}
.blog_info.blog-thumbnail label.screen-reader-text{
	display: none;
}
.default-search #searchsubmit {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #c0ccdc !important;
    font-family: "Lusitana",sans-serif;
    font-size: 15px !important;
    outline: medium none;
    font-weight: normal;
    height: 100% !important;
}
.blog_info.blog-thumbnail #calendar_wrap table#wp-calendar{
	width: 100%;
}
.inner-page-full-description, 
.inner-page-banner-paragraph {
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.inner-page-left-sidebar-content-area .default-template-inner-page.container-fluid{
		padding: 0px !important;
	}
}
/*
/*-----------------------------------------------------------------------------------*/
/*	11.0 Contact page
/*-----------------------------------------------------------------------------------*/
.cont-adds {
    background-color: #ffffff;
    padding: 30px;
    margin-right: 15px;
    text-align: center;
}
.cont-adds span.glyphicon i {
    color: #6A5436;
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px;
    float: left;
}
.cont-adds h2{
	color: #000000;
    font-family: "Lusitana",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.cont-adds span.ttl{
	color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.cont-adds p{
	color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
/*
 * ------------------------------------------------------------------------------------------------
 * 12.0 Blog page
 * ------------------------------------------------------------------------------------------------
*/
#main-content{
	background-color: #F8F8F8;
}
.blog_page_information{
    float: left;
    padding-bottom: 85px;
    width: 100%;
}
#blog_page_information, #blog_post_page_information {
    margin-top: 110px;
}
.alert-container {
    display: none;
    height: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.blog_page_information .blogimage {
	width: 100%;
	height: 230px;
	overflow: hidden
}
.blog_page_information .blog_info {
	min-height: 120px;
	padding: 15px 35px 27px;
	background: #ffffff;
	width: 100%;
	float:left;
}
.blog_page_information .blog_info .blogimagedescription {
	padding: 0;
}
.blog_page_information .blog_info .blogimagedescription .discription {
	margin-bottom: 25px;
	padding: bottom :20px;
}
.blog_page_information .blog-thumbnail {
	margin-bottom: 30px;
}
.blog_page_information .load_more {
	margin-bottom: 10px;
	margin-top: 50px;
}
.blog_page_information .load_more_btn {
	background: #31a2e1 none repeat scroll 0 0;
	border: none;
	color: #fff;
	height: 45px;
	text-transform: uppercase;
	width: 165px;
	font-family: "Lusitana",sans-serif;
	font-size: 14px;
	font-weight: 700;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all;
}
.blog_page_information .load_more_btn:hover {
	background: #435060;
}
.blog_page_information .search_box {
	background: #ffffff none repeat scroll 0 0;
	height: 45px;
	width: 100%;
	padding: 5px;
}
.blog_page_information .search_box .custom_input, 
.blog_page_information .search_box .form-control {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	outline: medium none;
	font-size: 15px !important;
	font-family: "Lusitana",sans-serif;
	color: #c0ccdc !important;
	box-shadow: none;
}
.blog_page_information .search_box .form-control::-webkit-input-placeholder {
	color: #c0ccdc;
}
.blog_page_information .search_box .form-control:-moz-placeholder {
	color: #c0ccdc;
}
.blog_page_information .search_box .form-control::-moz-placeholder {
	color: #c0ccdc;
}
.blog_page_information .search_box .form-control:-ms-input-placeholder {
	color: #c0ccdc;
}
.blog_info .archieves {
	padding: 0;
	margin: 0;
	clear: both;
}
.blog_info .archieves li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e1e6ec;
	float:left;
	width: 100%;
}
.blog_info .archieves li:last-child {
	border: none;
}
.blog_info .archieves li a {
	color: #435061;
	font-family: "Karla",sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.blog_page_information .blogimage_thumbnail {
	width: 100%;
	height: auto;
}
.blog_page_information .blogimage_thumbnail img {
	width: 100%;
	height: auto;
}
.blog_info .archieves .blogimagedescription h3, 
.blog_info .archieves .blogimagedescription h3 a, 
.archieves .blogimagedescription h3, 
.archieves .blogimagedescription h3 a {
	margin-top: 0;
	margin-bottom: 10px;
}
.blog_info .archieves .blogimagedescription .detail span {
	margin-right: 5px;
}
.blog_info .archieves .blogimagedescription .detail span:last-child {
	margin: none;
}
.blog_info .blogimagedescription h3, 
.blog_info .blogimagedescription h3 a {
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 8px;
    text-transform: uppercase;
}
#blog_page_information p.blog-detail{
	font-family: 'Lusitana', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3b424a;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.2;
}
.blog_info .blogimagedescription .discription {
    border-bottom: 1px solid hsl(198, 19%, 87%);
    color: hsl(209, 12%, 55%);
    font-family: "Lusitana",sans-serif;
    font-size: 14px;
    line-height: 1.9;
    padding-bottom: 20px;
}
.blog_info .blogimagedescription .detail, 
.blog_info .blogimagedescription .detail a {
    color: hsl(214, 18%, 32%);
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog_info .blogimagedescription .detail span {
    margin-right: 25px;
}
.blog_page_information .search_box.blog-thumbnail .input-group-btn button.btn{
	padding: 2px;
}
.padding_none {
    padding: 0;
}
.blog_page_information .blog_info.blog-thumbnail.blog{
	min-height: 425px;
}
.blog_page_information .blogg{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 15px;
}
.blog_page_information .blogg .left{
	float: left;
	width: 50%;
}
.blog_page_information .blogg .left img{
	width: 100%;
	margin-top: 0px;
	height: auto;
}
.blog_page_information .blogg .right{
	float: left;
	width: 50%;
	padding-left: 30px;
}
.blog_page_information .blogg .features-data a h2{
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 0px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}
.blog_page_information .blogg .features-data p{
	color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
}
.blog_page_information .blogg .features-data span.date{
	float: left;
}
.blog_page_information .blogg .features-data span.user{
	float: left;
}
.blog_page_information .blogg .features-data span.author{
	float: left;
	width: 100%;
}
.blog_page_information .blogg .features-data .detail{
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 1px solid hsl(198, 19%, 87%);
	padding-top: 5px;
	width: 100%;
}
.blog_page_information .blogg .features-data span.date a{
	color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 15px;
}
.blog_page_information .blogg .features-data span.user a{
	color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 15px;
}
.blog_page_information .blogg .features-data span.date a:hover{
	color: #000000;
}
.blog_page_information .blogg .features-data span.user a:hover{
	color: #000000;
}
.blog_page_information .blogg .features-data .readmore{
	float: left;
	width: 100%;
	color: #6B5537;
    font-family: "Lusitana",serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
	.blog_page_information .load_more{
		margin-bottom: 40px;
	}
	.blog_info .blogimagedescription{
		margin-top: 10px;
	}
	.blog_info ul li .col-md-8{
		padding: 0px;
	}
	.blog_page_information .blogg .left{
		width: 100% !important;
		margin-bottom: 5px;
	}
	.blog_page_information .blogg .right{
		width: 100% !important;
		margin-bottom: 5px;
	}
	.blog_page_information .blogg .right{
		padding-left: 0px !important;
	}
	.blog-cont-dtl,
	.page-container .rightside,
	.page-container .leftside{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.page-container .rightside .blog_page_information .blog_info,
	.page-container .leftside .blog_page_information .blog_info{
		padding: 15px 15px 27px !important;
	}
	.timeshare-pagination span.page-num{
		width: 100%;
		margin-bottom: 5px;
	}
	.sidebar{
		margin-top: 20px !important;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.blog_page_information .load_more{
		margin-bottom: 40px;
	}
	.blog_info .blogimagedescription{
		margin-top: 10px;
	}
	.blog_info ul li .col-md-8{
		padding: 0px;
	}
	.blog_page_information .blogimage{
		height: auto;
	}
	.blog_page_information .blogimage img{
		width: 100%;
	}
	.blog_page_information .blog-thumbnail {
    	margin-bottom: 30px;
    	float: left;
	}
}
/*
 * ------------------------------------------------------------------------------------------------
 * 13.0 Blog Detail page Section
 * ------------------------------------------------------------------------------------------------
*/
#blog_post_page_information p.description{
	margin-bottom: 15px;
	margin-top: 15px;
}
#blog_post_page_information .blog_post_page .detail{
	margin-bottom: 5px;
}
.blog_post_page h1 {
    color: #000000;
    font-family: "Lusitana",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.blog_post_page .detail a {
    color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 25px;
    text-transform: uppercase;
    text-decoration: none;
}
.blog_post_page .detail a:hover{
	color: #000000;
}
.blog_post_page .full_image {
    height: auto;
    margin-top: 15px;
    width: 100%;
}
.blog_discription_paragraphs {
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 35px;
}
.bolg_post_list {
    color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 50px 0 0;
    padding: 0;
}
.bolg_post_list li {
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 25px;
}
.bolg_post_list > li::before {
    background-color: #C6AB88;
    border-radius: 50%;
    bottom: 2px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}
.discription_detail {
    background-color: #C6AB88;
    color: hsl(0, 0%, 100%);
    float: left;
    font-family: "Lusitana",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    height: auto;
    margin-top: 55px;
    padding: 40px;
    width: 100%;
    line-height: 1.5;
    opacity: 0.85;
}
.display_blog_reply {
    float: left;
    height: auto;
    width: 100%;
}
.comment_form_block h3, 
.display_blog_reply h3 {
    color: hsl(212, 14%, 24%);
    font-family: "Lusitana",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 65px;
    text-transform: uppercase;
}
.reply_list #reply-title small {
    float: left;
    margin-top: 15px;
    width: 100%;
}
#blog_comments.comment_form_block h3{
	float: left;
}
.reply_list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.reply_list li {
	float: left;
    list-style: outside none none;
    width: 100%;
}
.reply_list .comment-body {
    background-color: #ffffff;
    float: left;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%;
}
.reply_message_of-reply {
    float: right !important;
    width: 92% !important;
}
.reply_list li img {
    height: auto;
    width: 100%;
}
.replyer_name {
    float: left;
    min-width: 10px;
}
.replyer_name h4 {
    font-family: "Lusitana",sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
}
.comment-reply-link {
    background-color: #3E870D;
    color: hsl(0, 0%, 100%);
    display: block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 25px;
    line-height: 2.2;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 70px;
}
.comment-reply-link:hover {
    background-color: #000000;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}
#cancel-comment-reply-link {
    background-color: #3E870D;
    color: hsl(0, 0%, 100%);
    display: block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 2.2;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 150px;
}
.reply_date_time {
    color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
}
.reply_message p {
    clear: both;
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 65px;
}
.padding_left_none {
    padding-left: 0;
}
.padding_right_none {
    padding-right: 0;
}
.comment-form input, 
.comment_form_block input, 
.comment-form textarea, 
.comment_form_block textarea{
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border: 1px solid #e3d5c4 !important;
    color: #000000;
    font-family: "Lusitana",sans-serif;
    font-size: 15px;
    font-weight: 100;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100% !important;
}
input.blog_comment_submit_btn {
    background: #C6AB88 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: hsl(0, 0%, 100%) !important;
    font-family: "Karla",sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    height: 45px !important;
    margin-bottom: 10px;
    outline: medium none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 175px !important;
    padding-left: 5px !important;
}
input.blog_comment_submit_btn:hover{
	background: #000000 none repeat scroll 0 0 !important;
	color: #ffffff !important;
}
.comment-form textarea{
    height: 105px;
    padding-top: 15px;
}
.logged-in-as {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
body.single.single-post.wpb-js-composer .simple-blog-imagess {
    display: none;
}
@media screen and (max-width: 767px) {
	.replyer_name{
		width: 100%;
	}
	.comment-reply-link{
		margin-left: 0px;
		margin-top: 10px;
	}
	.reply_message p{
		padding-right: 0px;
	}
	.padding_left_none{
		padding-right: 0px;
	}
	.padding_right_none{
		padding-left: 0px;
	}
	.blog_comment_submit_btn{
		width: 100%;
	}
	.menu-item-has-children > a::after{
		position: relative !important;
		top: 0 !important;
	}
}
/* other css */
#carousel-packages ol.carousel-indicators li{
	background-color: none !important;
	border: none !important;
    background-image: url("../imgs/cr-arrow-normal.png");
    background-position: 50% bottom;
    background-repeat: no-repeat !important;
    height: 44px !important;
    margin-left: 5.5px !important;
    margin-top: 9px !important;
    position: relative;
    width: 20px !important;
}
#myCarouselfeatures ol.carousel-indicators li,
#myCarouselfeatures2 ol.carousel-indicators li{
	background-color: none !important;
	border: none !important;
    background-image: url("../imgs/cr-arrow-normal-gray.png");
    background-position: 50% bottom;
    background-repeat: no-repeat !important;
    height: 44px !important;
    margin-left: 5.5px !important;
    margin-top: 9px !important;
    position: relative;
    width: 20px !important;
}
#carousel-packages ol.carousel-indicators li.active,
#myCarouselfeatures ol.carousel-indicators li.active,
#myCarouselfeatures2 ol.carousel-indicators li.active{
    background-image: url("../imgs/cr-arrow-bold.png");
	background-color: inherit !important;
	border: none !important;
    background-position: 50% bottom;
    background-repeat: no-repeat !important;
    height: 44px !important;
    margin-left: 5.5px !important;
    margin-top: 9px !important;
    position: relative;
    width: 20px !important;
}
#carousel-packages ol.carousel-indicators{
	margin-bottom: 80px;
}
.whitecolor{
	background-color: #ffffff;
}
section.contact-var-1{
	background-color: #ffffff;
}
.apb-product_detail .booking_section #start .filter-option2.pull-left,
.apb-product_detail .booking_section #end .filter-option2.pull-left
{
	padding-top: 10px !important;
}
.apb-product_detail .booking_section .bs-caret .caret2{
	margin-top: 20px !important;
}
.apb-product_detail .booking_section .guestes .bottomBoder,
.apb-product_detail .booking_section .rooms .bottomBoder {
	margin-top: 20px !important;
}
.apb-product_detail .booking-area .input{
	line-height: 0.1;
}
.apb-product_detail .booking_section{
	bottom: -12%;
}
.reply_message {
    float: left;
    width: 100%;
}
.reply_message h3{
	margin-top: 15px;
	margin-bottom: 15px;
}
.right-recent-blog.none-space {
    margin-left: 0 !important;
}
.header-main .second-header .main-menu .navbar-default{
	background-color: unset !important;
}
.features-data.right a,
.features-data.right p,
.features-data.right ul,
.features-data.right h3,
.features-data.right h2{
    float: left;
    width: 100%;
}
.features-data.right ul{
	padding-left: 15px;
}
.features-data.right h2{
	margin-top: 0px;
}
.blog_page_information .blogg .right.no-image-full{
	padding-left: 0px !important;
}
.search_page_information {
    margin-top: 0 !important;
    padding-bottom: 85px;
}
.search_page_information .page-header {
    margin-left: 15px;
}
/* end */