/*
	Theme Name:Marco-Escapes
	Theme URI: 
	Description: This css file is for core template layout alignments
	Version: 1.0
	Author: Responsive Expert
	Author URI: 
	Tags:
	
	---------------------------
	MAIN TEMPLATE STYLES
	---------------------------
	
	TABLE OF CONTENTS
	---------------------------
	 01. Global Styles
	 02. Header Styles
	 03. banner Slider Area Styles 
	 04. welcome area
	 05. Footer area  
	 06. Media Query 
*/



/* ====================================================== */
/* 01. Global Styles                                      */
/* ====================================================== */
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, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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;
	vertical-align: baseline;
}
html, body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	height:100%;
	background:#fff;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	font-family: 'Montserrat', sans-serif;
	color:#88847c;
	font-size:15px;
	font-weight:400;
	line-height:39px;
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%;
	position: relative;
}



.bookinginsights .inPageWidget h3 {color: #6599cd!important; font-family: 'Montserrat', sans-serif!important; font-size: 19px !important;}
.bookinginsights .inPageWidget h2 { color: #88847c!important; font-family: 'Montserrat', sans-serif!important; font-size: 19px !important;}
.bookinginsights .inPageWidget h4{ color: #88847c!important; font-family: 'Montserrat', sans-serif!important;}

.bookinginsights .inPageWidget div:nth-of-type(2), .bookinginsights .inPageWidget div:nth-of-type(1), .bookinginsights .inPageWidget div span  { color: #88847c; font-family: 'Montserrat', sans-serif!important;}


.bookinginsights .inPageWidget div:nth-of-type(3) { color: #88847c!important; font-family: 'Montserrat', sans-serif!important;}
.bookinginsights .inPageWidget div:nth-of-type(4) { color: #88847c!important; font-family: 'Montserrat', sans-serif!important; line-height: 15px; margin-top: -10px;}

.grecaptcha-badge {right: -9999px!important;}

.status-booked .wpia-day-split-day {color: inherit;}

.wpia-calendar-1 .status-booked {
    background-color: #ffdee0!important;
}

.wplistings-single-listing table tr:nth-child(2n) {
    background: transparent;
}

div.wpia-calendar ul.wpia-weekdays li {
    color: #88847c;
}

div.wpia-calendar ul li .wpia-day-split-day, .wpia-select-status .wpia-day-split-day {
    color: #88847c;
}


li.wpia-day.selcted .wpia-day-split-day , li.wpia-day.selcted2 .wpia-day-split-day {
    background: #6599cd !important;
    color: #fff !important;
}

li.wpia-day.status-available.btndt .wpia-day-split-day {
    color: #fff !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	display: inline;
	zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
a, a:hover, a:focus {
	outline:none;
	color:#6599cd;
	text-decoration:none;
	transition: all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
}
a {
	font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
button, input, select, textarea {
	-webkit-appearance: none; 
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;   
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow:none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow:none;
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	-ms-appearance: button;
	-o-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	overflow: visible;  /* 4 */
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
 select {
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
 }
 select::-ms-expand {
    display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {
	max-width:1226px;
	margin:0 auto;
	width: 100%;
	padding:0;
}
.wrapper {
	max-width:1068px;
	margin:0 auto;
}
.align-white {
    margin: 0 100px;
	overflow: hidden;
}
h1 {
    font-family: 'TrajanProRegular';
	font-size:42px;
	color:#6599cd;
	margin:0;
	padding:0;
	line-height:1em;
	text-transform: uppercase;
}
h2 {
    font-family: 'TrajanProRegular';
	font-size:30px;
	color:#840559;
	margin-bottom:30px;
	padding:0;
	font-weight:400;
	line-height: 1.2em;
	    color: #6599cd;
}
h3 {
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	font-size:21.87px;
	color:#88847c;
	margin:0;
	padding:0;
	line-height:1em;
}
h4 {
	color: #88847c;
    font-family: 'TrajanProRegular';
    font-size: 23px;
    font-weight:400;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-transform: none;
}

h5 {
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#333333;
    margin-bottom:15px;
	padding:0;
	line-height: 30px;
}
h6 {
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	color:#88847c;
	padding:0;
}
p {
	margin-bottom: 25px;
    font-size: 15px;
    line-height: 28px;
}
ul, ol, li {
}
li {
	line-height:22px;
}
.clearfix:after, .clearfix:before {
	content:" ";
	display:table
}
.clearfix {
	clear:both;
}
img {
	max-width:100%;
}
button {
	border:0;
	box-shadow:none;
	padding:0;
}
button a {
	width:120px;
	height:33px;
	background:#90002b;
	text-align:center;
	display:block;
	font-weight:600;
	color:#fff;
	font-size:14px;
	 line-height: 33px;
	 text-transform:uppercase;
}
hr {
    height: 1px;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
}
::-webkit-input-placeholder { /* WebKit browsers */
	opacity:1;     text-transform: uppercase; color:#88847c!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity:1;     text-transform: uppercase; color:#88847c!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity:1;     text-transform: uppercase; color:#88847c!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity:1;     text-transform: uppercase; color:#88847c!important;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity:1;     color:#88847c!important;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity:1;     color:#88847c!important;
}


.form-control:focus {
    color: #88847c;
}

.contact-form .form-control:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #88837d;
}

/**********wordpress classes*************/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@font-face {
    font-family: 'TrajanProRegular';
    src: url('../fonts/TrajanProRegular.eot');
    src: url('../fonts/TrajanProRegular.eot') format('embedded-opentype'),
         url('../fonts/TrajanProRegular.woff2') format('woff2'),
         url('../fonts/TrajanProRegular.woff') format('woff'),
         url('../fonts/TrajanProRegular.ttf') format('truetype'),
         url('../fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}



/* ==================================================== */
/*   Preloader Content Styles                           */
/* ==================================================== */

#mask {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}
#loader {
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat !important;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
/* ====================================================== */
/*   Header Styles                                */
/* ====================================================== */


.header-right-sec .social-areaq {
    position: static !important;
    float:  right;
}
.social-areaq li {
    display:  inline-block;
    padding-left: 0;
}

.header-right-sec {
    float:  right;
	    padding-top: 45px;
}
.social-areaq li a {
	font-size: 17.5px;
    color: #88847c;
	    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}

.social-areaq li a img {
    margin-right: 2px;
    vertical-align:middle;
}
#header .container {
	position: relative;
/*    max-width: 100%;
    padding: 0 100px;
*/}
.header-left-sec {
    float:  left;
    padding-left: 40px;
    padding-top: 46px;
}

.header-left-sec a.menu-menu {
    display:  inline-block;
    padding-right: 0;
    text-transform:  uppercase;
    font-size:  20px;
    color: #6599cd;
	padding-left:9px;
	    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}

.select-top {
    display:  inline-block;
}

.select-top select,.select-selected {
    border:  none;
    color:  #88847c;
    text-transform: uppercase;
    font-size: 17.5px;
    font-weight:  400;
    outline: none;
	min-width: 190px;
	font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}

.select-top {
    position:  relative;
    padding-right: 30px;
}
.select-top:before , .header-left-sec .select-selected:before  {
	content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #88847c;
    font-size:26.25px;
    padding-right: 0;
    position: absolute;
    top: 5px;
    right:40px;
    line-height: 28px;
    pointer-events: none;
}
.header-left-sec .select-top:before{
opacity:0;	
}
.header-right-sec .social-areaq li:last-child {
    padding-left: 0;
}

.header-right-sec .social-areaq li:last-child a {
       color: #88847c;
}

.header-right-sec .social-areaq li:nth-child(4n+3) img {
    margin-right:2px;
}
/*a#btn_gnav.active {
    left: 40px;
}
*/#gnav .content .custom-menu-class ul li::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #6599cd;
    font-size: 20px;
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 10px;
    line-height: 28px;
    pointer-events: none;
	    display:none;

}

/*-------------------------------------------------- header --------------------------------------------------*/

#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height:111px;
	background: #fff;
	z-index: 100;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
    overflow: visible;
}
#header h1 {
	position: absolute;
    top: 10px;
    left: 50%;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translateX(-50%);
	margin:0;
}
#header h1 a {
	display: block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
/* btn_gnav */
a#btn_gnav strong {
    display: inline-block;
    padding-right:0;
    text-transform: uppercase;
    font-size: 17.5px;
    color: #6599cd;
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    font-weight:  400;
    text-indent: 57px;
    padding-top: 1px;
}

#header a.menu-menu {visibility:  hidden;}
#btn_gnav {
	display: block;
    position: absolute;
    top: 45px;
    left: 220px;
    width: 80px;
    /* height: 80px; */
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
    z-index: 400;
	    display: block !important;
}
header#header.scroll + a#btn_gnav {
    top: 21px;
}
#btn_gnav span {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: -1px 0 0 -11px;
	width: 22px; height:3px;
	background: #6599cd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#btn_gnav span:before,
#btn_gnav span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px; height: 3px;
	background: #6599cd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#btn_gnav span:before {
	top:-6px;
}
#btn_gnav span:after {
	top:6px;
}
/*#btn_gnav.active span {
	background-color: transparent;
}
#btn_gnav.active span:before {
	top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#btn_gnav.active span:after {
	top: 0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#btn_gnav.active span,
#btn_gnav.active span:before,
#btn_gnav.active span:after {
	-webkit-animation: 0;
	animation: 0;
}*/

/*---------- scroll ----------*/
#header.scroll {
	height: 70px;
    padding-top: 15px;
}
#header.scroll h1 {
	top: 0 !important;
}
#header.scroll h1 a {
	margin-top: -28px;
    transform: scale(.6);
}

#btn_gnav hr {
    background: #6599cd;
    position:  relative;
    bottom:-10px;
    border:  none;
	display:none;
}

#btn_gnav.active hr {
    display:  none;
	opacity:0;
	transform:none;
}



.menu-close-btn a#btn_gnav-nq {
    position: relative;
    z-index: 99;
    left: 60px;
    top: 30px;
    cursor: pointer;
}

.menu-close-btn a#btn_gnav-nq img {
    transform: scale(.7);
}
/*-------------------------------------------------- gnav --------------------------------------------------*/

#gnav {
	    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
        z-index: 500;
    min-height: inherit;
    max-width: 380px;
}
#gnav .content {
	position: absolute;
	top: 0; left:-30px;
	width: 100%; height: 100%;
	background: #fff;
	z-index: 2;
}
/* logo */
#gnav .content .logo {
	display: block;
	position: absolute;
	top: 80px; left: 80px;
	width: 160px; height: 45px;
}
#logo04,
#logo05 {
	display: none;
	position: absolute;
}
#logo04 {
	bottom: 0; left: 0;
	width: 90px;
}
#logo05 {
	top: 0; right: 7px;
	width: 55px;
}
/* list */
#gnav .content ul {
	position: absolute;
	top:280px; left: 100px;
	margin-top:-195px;
	height: 250px;
	padding-left: 0;
}
#gnav .content ul li {
	margin-left: -20px;
    font-size: 20px;
    letter-spacing: inherit;
    opacity: 1 !important;
    list-style: none;
    color: #6599cd;
    line-height: 40px;
    display: block;
    padding-left: 0;
    margin-left: 0 !important;
}
#gnav .content ul li a {
	position: relative;
    line-height: inherit;
    text-decoration: none;
    color: #6599cd;
    text-transform: capitalize;
    display: inline-block;
	font-size:18px;
}
/*#gnav .content ul li a:after {
	content: "";
	position: absolute;
	bottom:5px; left: 0;
	width: 0; height: 1px;
	background: #6599cd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/#gnav .content ul li a:hover:after {
	width: 100%;
}
/* bottom */
#gnav .content .bottom {
	display: block !important;
    position: absolute;
    bottom: 70px;
    left: 100px;
    font-size: 10px;
    font-size: 11px;
    color: #000;
    border-top: none;
    padding-top: 30px;
    padding-right: 26px;
    opacity: 1 !important;
}
/* bg */
#gnav .bg {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.25);
	z-index: 1;
}


#header.scroll .header-left-sec {
    padding-top: 0;
}

#header.scroll .header-right-sec {
    padding-top: 0;
}

#header.scroll .header-left-sec a.menu-menu {
    font-size: 16px;
	margin-top: 8px;
}
#header.scroll .header-left-sec .select-top {
    margin-top: 6px;
}
#header.scroll .header-left-sec select {
    font-size: 18px;
}

#header.scroll .header-left-sec .select-top::before {
    font-size:  22px;
/*    right: 50px;
*/}

#header.scroll  a#btn_gnav {
    top: -10px;
}

#header.scroll .social-areaq li a {
    font-size: 18px;
}

#header.scroll .social-areaq li a img {
/*    width: 20px;
*/	    transform: scale(.9);
}

/***********menu styles**************/

#gnav .content .bottom div#social_side_links {
    position: static;
    height:  inherit;
    width: inherit;
}

#gnav .content .bottom div#social_side_links ul {
    position:  static;
    height:  inherit;
    margin:  0;
    transform: none;
    width:  initial;
    list-style:  none;
}

#gnav .content .bottom div#social_side_links ul li {
    display:  inline-block;
    list-style:  none;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	
	margin: 0 10px;
}
#gnav .content .bottom div#social_side_links ul li a:after {
	background:none ;
}
#gnav .content .bottom div#social_side_links ul li a,#gnav .content .bottom div#social_side_links ul li.follow-sec {
    background:  none !important;
    border:  none;
    width:  auto;
    height:  auto;
    padding:0 8px 0 0;
    font-size: 24px;
    color: #6599cd;
}
li.follow-sec {
    font-size:  20px !important;
    color:  #88847c !important;
    text-transform:  uppercase;
}
#gnav .content .bottom div#social_side_links ul li a {
    padding: 0 10px;
}

#gnav .content ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #6599cd;
    font-size:20px;
    position: absolute;
    top: 10px;
    left: 0;

}
#gnav .content ul li,#gnav .content ul li a {
    position: relative;
}
ul#menu-header-menu.menu {
    width:  100%;
    min-width: 420px;
}

#gnav .content ul .custom-menu-class ul#menu-header-menu {
    top:  0;
    margin-top: 0;
    left:  0;
    height:  inherit;
    position:  static;
}

/* ====================================================== */
/*   Right solial Area Styles                             */
/* ====================================================== */


.social-area ul {
    position: absolute;
    top:130px;
    transform: translateY(-50%);
	width: 40px;
}
#social_side_links {
	position: fixed;
    top: 220px;
    right: -17px;
    padding: 0;
    list-style: none;
    z-index: 99;
    width: 52px;
    text-align: center;
    padding: 0;
    z-index: 99;
    /*top: 80px;*/
    height: 310px;
}

#social_side_links li a {display: block;}

#social_side_links li a i {
	display: block;
}

#social_side_links li a:hover  {
	background: #6599cd !important;
    color: #fff;
}
#social_side_links li a {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    display: block;
    width: 100%;
    line-height: inherit;
    opacity: 1;
    width: 35px;
    /*height: 35px;*/
    background: rgba(0,0,0,.30) !important;
   
}

#social_side_links li {
    display:  block;
    background: none;
}
#social_side_links li:hover img {
    opacity: 0;
}

/* ====================================================== */
/* 03. banner Slider Area Styles                            */
/* ====================================================== */


.banner-slider-div {
	width:100%;
	margin-top: 120px;
	position: relative;
}
.flexslider .slides img {
    width: 100%;
}
.flex-control-nav {
    display: none;
}


/* ====================================================== */
/* 04.welcome  area                                        */
/* ====================================================== */

.welcome-main-area {
    padding: 50px 0 70px;
	float: left;
    width: 100%;
}

.welcome-main-area h3 {
    margin-bottom:10px;
    text-transform:uppercase;
}

.welcome-main-area h1 {
    margin-bottom: 25px;
}


/* ====================================================== */
/* 05.image mid position area                             */
/* ====================================================== */

.tp-img-area-sec .container {
    position: relative;
	
}

.tp-img-area-sec {
    position: relative;
	line-height: 0;
	    float: left;
    width: 100%;
	margin-bottom: 80px;
}
.tp_image_list img {
    width: 100%;
	line-height:0;
}
.tp_list_content {
	    position: absolute;
    top: 0;
    max-width: 615px;
    background: rgba(101,153,205,.70);
    width: 100%;
    height: 100%;
    right: 0;
    padding: 0 85px 0 95px;
}

.tp_list_content {
    position: relative;
    top: 0;
    max-width: 615px;
    background: rgba(101,153,205,.70);
    width: 100%;
    height: auto;
    right: 0;
    padding: 0 85px 0 95px;
    float: right;
    padding-top: 50px;
    padding-bottom: 50px;
}
.mid-flx {
    display: inline-flex;
    width: 100%;
    align-items: center;
    height: auto;
    text-align: left;
}

.mid-flx h3{

    text-align: left!important;
}

.mid-flx div {
    width: 100%;
}
.mid-flx p,.mid-flx h4,.mid-flx h5 {
	color:#fff;
}
.mid-flx p {
    text-transform: none;
    display: block;
   line-height: 26px;
    margin: 0;
    padding-bottom:40px;
}

.mid-flx h3 {
    text-transform: none;
    display: block;
    line-height: 34.12px;
    margin: 0;
    padding-bottom:40px;
    font-size: 24.5px;
    color: #fff;
}
.mid-flx a {
	color:#fff;
	font-size: 15px;
}

/* ==================================================== */
/*  06.Image block sec                                  */
/* ==================================================== */




.image_box_block {
  padding:1em .5px 0;
  float: left;
      width: 33.33%;
}
@media screen and (max-width: 640px){
  .image_box_block {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .image_box_block {
    width: 33.33333%;
  }
}

.image_box_block .title{
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 10px;
}

.content {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.image_box_block img {
	width: 100%;   
	vertical-align: middle;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.image_box_block:hover img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.content .content-overlay {
	background:url(../images/c1bg.png) no-repeat;
	background-position:bottom center;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	background-size:100% auto;
	position: absolute;
	height: 45%;
	width: 100%;
	left: 0;
	/* top: 0; */
	bottom: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	    z-index: 9;
}
a#loadMore.searchload {
    padding: 0;
}

	.content:hover .content-overlay{
	opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  bottom: 0%;
  opacity:1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
      z-index: 99;
}

.content:hover .content-details{
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
      font-family: 'TrajanProRegular';
    font-size: 20.12px;
	text-align: left;
    padding-left: 10px;
}

.fadeIn-bottom{
      bottom: 22px;

}
.three_block-sec {
    margin-top: 70px;
}
.flx-slid-div img {
    vertical-align: middle;
}


/* ==================================================== */
/*  07.logo sec                                 */
/* ==================================================== */

.logo-logo {
    display:  inline-grid;
    margin:  0 auto;
    text-align:  center;
    padding:0 25px;
	height: 41px;
}

.logo-logo.ftlogosm {width: 102px;}

.logo-logo img{    width: 120px;
    align-content: center;
    display: grid;
}

.logo_sec_bg {
	    text-align: center;
    background: #f3f2f2;
    padding: 10px 0 10px;
    vertical-align: middle;
    max-width: 1225px;
    margin: 0 auto;
    height: 85px;
}



/* ==================================================== */
/*  08.Footer sec                                 */
/* ==================================================== */

footer.footer {
    padding: 80px 0 65px;
}
.footer_left {
    float: left;
    width: 45%;
    max-width: 380px;
    padding: 6px 60px 0 50px;
    border-right: 1px solid #dbdad8;
	margin-top: -10px;
}
.footer .container {
    padding: 0 ;
}
.footer_rgt {
	float: left;
    width: 65%;
    padding-left: 50px;
    padding-top: 0;
    max-width: 855px;
}
.footer_left img {
    margin-bottom:5px;
    margin-top: -26px;
}

.footer_left p {
    color: #88847c;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    display: block;
}

.footer_left a.text-small {
    font-size: 10.5px;
    display: block;
    color: #88847c;
    line-height: 17.5px;
    margin-bottom: 25px;
}
.footer_left h6 {
    line-height:24px;
    text-transform:  uppercase;
}

.footer_left a {
    color:  #6599cd;
	font-size: 21px;
    line-height: 26px;
}
.footer_rgt h2 , .footer_rgt h3 {
   color: #6599cd;
    margin-bottom: 8px;
    font-size: 20.12px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: left;
}

.footer_rgt form input {
        border-bottom: 1px solid #88837d !important;
    border: none;
    color: #88837d;
    font-size:15px;
    margin-right: 0;
    width: 100%;
	outline:none;
	height: 27px;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}
.footer_rgt form br {
    display:  none;
}

.footer_rgt form .wpcf7-form-control-wrap {
       display: inline-block;
    width: 29.5%;
    margin: 16px 25px 0 0;
    min-width: 260px;
    vertical-align: baseline;
}

.footer_rgt form .wpcf7-form-control-wrap:nth-child(2n+2) {
/*    margin-right: 0;
*/}

.footer_rgt form .wpcf7-form-control-wrap.youremail {
/*    margin-right: 0;
*/}

button.btn-btn,.footer_rgt form input.wpcf7-submit.btn-btn {
    background: #6599cd;
    width: 140px;
    height: 45px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    border: none !important;
    outline: none;
    vertical-align: text-bottom;
    margin-left: 0;
	font-family: semplicitapro, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
	position: relative;
    top: 3px;
}
input.wpcf7-form-control.wpcf7-submit.btn-btn:hover,button.btn-btn:hover,.footer_rgt form input.wpcf7-submit.btn-btn:hover
,button.searchsubmit:hover {
    background: #88847c;
	transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}
.footer_rgt form {
    margin-bottom: 30px;
}
div.wpia-calendar div.wpia-heading div.wpia-select-container {
    height: 25px !important;
}
.copy-rgt h6,.copy-rgt a {
    font-size:  12px;
    line-height: 24px;
    color: #88847c;
}
.copy-rgt h6 {
    margin-bottom: 20px;
}

.copy-rgt h6 {
    margin-bottom: 15px;
}

.footer_rgt p {
    color: #88847c;
    margin-bottom: 5px;
        font-size: 12px;
    line-height: 14px;font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}
a.big-text-small {
    font-family: 'TrajanProRegular';
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #398f14;
    margin: 0;
    padding: 0;
}
div.wpcf7 .ajax-loader {
	display:none !important;
}
.wpcf7-not-valid {
    border-color: red !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: red;
}

/******************************************************************************/


.blog-sec .rowdiv {
    border-top: 1px dotted #b4b4b3 !important;
    clear: both;
}
.blog-sec-thumnail {
    height: auto;
    margin: 0 0 0;
    padding: 0 0px 0 0;
    width:50%;
	display: inline-block;
	vertical-align: top;
	min-width: 615px;
}
.blog-sec-cont-out {
    margin-left:0px;
    width:49%;
	display: inline-block;
	padding: 0 0 0 50px;
	    text-align: left;
}
.row_block_sec {
    margin-bottom:85px;
	text-align: left;
}
.property_search_block {
    margin: 0px!important;
}
.top-margin-qw {
    margin-top: 150px;
	    margin-bottom: 85px;
}
.blog-sec-thumnail img {
    vertical-align: top;
}
.blog-cont-right {
    margin-top: -6px;
}
span.blog-more a.more-info {
    font-size: 15px;     color: #6599cd !important; cursor:pointer
}
.blog-cont-right {
    margin-top: -6px;
}

.blog-cont-right h1 {
    padding-bottom: 15px; 
}

.sqw-block-sec li {
    list-style:  none;
}

.sqw-block-sec li a {
    display:  block;
    /*line-height: 49px;*/
	line-height: 36px;
}

.sqw-block-sec li span {
    display:  inline-block;
    /*font-size:  25px;*/
	
    font-size: 16px;
line-height: 36px;
    color:  #88847c;
    vertical-align:  top;
    padding-left:4px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}

.sqw-block-sec li img {
    vertical-align: top;
	    max-width: 40px;
}

.sqw-block-sec {
    padding-bottom: 25px;
}
a.view-border {
        width: 210px;
    height: 45px;
    text-align: center;
    border: 1px solid #6599cd;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17.5px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    text-align: center;
}
a.view-border:hover,.view-border:hover {
    background: #6599cd;
    color: #fff;
}

.fill-block-sec {
    text-align: center;
}
.link-click-block {
    text-align:  center;
    padding: 40px 0 80px;
    border-top: 1px solid #dbdad8;
}

.link-click-block a {
    border: 1px solid #dbdad8;
    margin: 0 2px;
    height: 45px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    color: #88837d;
}
.link-click-block a i {
    margin-left: 5px;
}
.link-click-block a.active,.link-click-block a:hover {
    border: 1px solid #6599cd;
	background:#6599cd;
	color:#fff;
}
.property-details-page li {
    display:  inline-block;
    padding: 0 10px;
}

.text-overflow {
    overflow: hidden;
    max-height: 200px;
    margin-bottom:0;
}
a.rd-more-btn.btn-overflow {
    text-transform: uppercase;
	font-family: semplicitapro, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}


/*****************banner styles**************************/



.slide-main {
    position:  relative;
    width: 100%;
}

.slider-overlay {
    position:  absolute;
    top:48%;
    transform:  translateY(-50%);
    width:  100%;
    text-align:  center;
	z-index: 9;
}

div#track-widget form br {
    display:  none;
}
.slider-overlay h5 {
    font-size: 21.87px;
    text-transform: uppercase;
    margin: 0;
    line-height: 50.87px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.57);
}

.slider-overlay h1 {
    color: #fff;
    margin-top:0;
    text-transform:  uppercase;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.57);
}

.select-top input {
       padding: 0 !important;
    width: auto !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    font-size: 14px;
    color: #88837d;
    outline: none !important;
    max-width: 150px;
    text-transform: uppercase;
    border: none !important;
    text-align: left;
    padding-left: 23px !important;
}
.select-top input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #88837d;
}
.select-top input::-moz-placeholder { /* Firefox 19+ */
    color: #88837d;
}
.select-top input:-ms-input-placeholder { /* IE 10+ */
    color: #88837d;
}
.select-top input:-moz-placeholder { /* Firefox 18- */
    color: #88837d;
}
.select-top {
    margin: 0;
	width:14%;
     padding-right: 0; 
}
.select-top:before {
    right: 0px;
	
}

.header-left-sec .select-top:before {
    right: 0px;
	right: 41px;
}
.btn-search {
    display: inline-block;
	    position: relative;
}
.select-top select,.select-selected {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    font-size: 17.5px;
    color: #88837d;
    outline: none;
    max-width: 190px;
    text-transform: uppercase;
}
.input-daterange {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    background: rgba(255,255,255,.95);
    padding: 20px 0;
    max-width: 80%;
    min-height: 75px;
    padding-top: 20px;
	    top: -8px;
    left: -8px;
}
.select-top.search-sel-beds {
	max-width: 68px;
    margin-right: 15px;
}
.select-top.date-dtpkr:nth-child(2n+2) {
    position: relative;
    left: -2px;
}
.select-top.date-dtpkr:nth-child(2n+1) {
    position: relative;
    left:-10px;
}
.select-top.search-sel-beds:before {
    right: 0px;
}
/*#datepicker-search .btn-search {
    position: relative;
    left: 11px;
}
*/.select-top.search-sel-gsts {
	max-width: 95px;
    margin-right: 15px;
}

.select-top.search-sel-lctns {
	max-width: 175px;
    margin-right: 10px;
    margin-left: 10px;
}
.select-top.date-dtpkr::before {
    right: inherit;
    left: 0;
	content: "\f073";
	font-size: 16px !important;
}
button.searchsubmit {
	background: #6599cd;
    width: 120px;
    height: 40px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    border: none !important;
    outline: none;
    font-weight: 500;
	font-family: semplicitapro, sans-serif;
	letter-spacing:1px;


}
button.searchsubmit i {
    font-size:  16px;
    padding-right: 10px;
}
.form-control:focus {
    box-shadow:none !important;
}
.select-top input {
    width: 100% !important;
    max-width: inherit;
}
.single-track-search .select-top select {
    font-size: 14px;
}
.single-track-search .select-top:before {
    font-size: 22.25px;
}
.input-daterange select {
    font-size: 14px;
}
.input-daterange .select-top:before {
    font-size: 22.25px;
}


/*************************details page*******************************/

.header-left-sec .select-top {
    width: auto;
    padding-right:7px;
}
.property-details-page .listing-wrapper {
    padding:  0;
    margin: 0;
}
.listing-wrapper li {
    padding: 0;
}

.property-details-page .sqw-block-sec {
    margin-top: 10px;
    margin-bottom:40px;
    padding-bottom: 0;
}
.single-track-search h2 {
    display: inline-block;
    font-size:23.63px;
    color: #6599cd;
    text-transform: uppercase;
    border-right: 1px solid #cfcdcb;
    margin-right: 30px;
    padding-right: 30px;
	float: left;
    margin-top:29px;
}

.single-track-search div#track-widget {
    display:  inline-block;
	    float: right;
}

.single-track-search div#track-widget .input-daterange {
    padding-left:  0;
    padding-right:  0;

	background: none;

    left: 0;
	    max-width: 100%;
}

.single-track-search div#track-widget .select-top.date-dtpkr {
       width: 102px;
    margin-right: 10px;
}

.select-top.date-dtpkr {}

.single-track-search div#track-widget  .select-top {
    width: 180px;
}
.single-track-search {
    border-bottom:  1px solid #cfcdcb;
    margin-bottom: 70px;
}

/*.property-details-page ul.flex-direction-nav {
    display:  none;
}
*/
.property-details-page div#carousel {
    margin-top: 1px;
	max-width: 100%;
    margin: 0 auto;
	    max-width: 95%;
}
.property-details-page .sqw-block-sec li {
    padding: 0 25px;
}

.listing-data {
    margin-top: 80px;
}

.listing-data ul li a {
    display: inline-block;
    font-size: 25px;
    color: #88847c;
    vertical-align: top;
    padding-left: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}

.listing-data ul li {
    padding: 0 10px;
}
.property-details-page div#carousel li {
    padding: 0 .5px;
}
.property-details-page div#slider {
/*    max-height:725px;
*/    overflow: hidden;
	border-radius: 0;
	    margin-top: 111px!important;
		    max-width: 100%;
			    margin: 0 auto;
}
.property-details-page .flexslider .slides > li {
    position:  relative;
}

.slider-overlay.inner-overlay {
        top: 30px;
    background: #6a98c6;
    padding-bottom: 12px;
    padding-top: 12px;
}

.slider-overlay.inner-overlay h1 {
    font-size: 36.76px;
	text-transform: capitalize;
}
.flex-direction-nav {
    height: 0;
}

#header.scroll .social-areaq li:nth-child(4n+2) a img {
/*    width: 15px;
*/	    transform: scale(.9);
}

#header.scroll .social-areaq li:nth-child(4n+1) a img {
/*    width: 25px;
*/	    transform: scale(.9);
}

#header.scroll .social-areaq li img {
    margin-right: 10px;
}


.find_your_vacation_rental {
    margin-top:120px;
    text-align: center;
}

.find_your_vacation_rental #datepicker-search .btn-search {
    left: 0;
}

.find_your_vacation_rental .single-track-search {
       margin: 0;
    border-top: 1px solid #cfcdcb;
    clear: both;
    display: inline-table;
    width: 100%;
}

section.property_search_block.clearfix.top-margin-qw .link-click-block {
    border: none;
}

section.property_search_block.clearfix.top-margin-qw {
    margin-top:-10px;
}
.find_your_vacation_rental .single-track-search h2 {
    float:  left;
    margin-top: 28px;
	padding-right:28px;
}

.find_your_vacation_rental .single-track-search div#track-widget {
    float:  right;
}
.blog-sec-thumnail {
    position:  relative;
}

.overlay {
    position:  absolute;
    top: 25px;
    left:  0;
    z-index:  5;
    background: rgba(0,0,0,.30);
    padding: 0px 20px;
}

.overlay h6 {
    color:  #fff;
    text-transform:  uppercase;
    font-family: 'TrajanProRegular';
    font-size: 24.5px;
    line-height: 44px;
}


.blog-sec-cont-out {
    height: 100%;
    position: initial;
    /* max-width: 49%; */
    right: 0;
}


article {
    position:  relative;
}


td.date {
    background: #f7f7f7 !important;
    color: #333333 !important;
    padding: 10px;
    font-size: 16px;
}
.slider-overlay tr td {
    font-size:16px !important;
}

div.wpia-calendar ul.wpia-weekdays li {
    height: inherit !important;
}
table {
    border:  none !important;
}

/*.property-details-page #carousel ul.flex-direction-nav {
        display: block;
    position: absolute;
    bottom: 29px;
}

.property-details-page ul.flex-direction-nav a.flex-prev.flex-disabled {
    opacity: 1 !important;    cursor: pointer;
}

.property-details-page ul.flex-direction-nav .flex-prev {
    position: absolute;
    bottom: 0;
    background: #6599cd;
    height: 68px;
    left: 0;
    top: 0;
}
.property-details-page ul.flex-direction-nav .flex-next {
    position: absolute;
    bottom: 0;
    background: #6599cd;
    height: 68px;
    right: 0;
	top: 0;
}
.property-details-page .flex-direction-nav a.flex-prev:before {
	content: "\f104";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 22px;
    left: 10px;
}

.property-details-page .flex-direction-nav a.flex-next:before {
	content: "\f105";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 22px;
    left: 10px;
}*/


.datepicker table tr td, .datepicker table tr th {
    font-size: 13px !important;
}
.datepicker-dropdown.datepicker-orient-top:before,.datepicker-dropdown.datepicker-orient-top:after,.datepicker-dropdown.datepicker-orient-left:before,.datepicker-dropdown.datepicker-orient-bottom:after {
	display:none !important;
}
.property-details-page #carousel ul.flex-direction-nav a{
    background: #6599cd;
    height: 68px;
	    top: 0;
}
.property-details-page #carousel .flex-direction-nav a.flex-prev:before {
	content: "\f104";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 22px;
    left: 10px;
}

.property-details-page #carousel .flex-direction-nav a.flex-next:before {
	content: "\f105";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 22px;
    left: 10px;
}

.container.clearfix.clk-btn {
    position: relative;
}
header#header.scroll + .container.clearfix.clk-btn a#btn_gnav {
    top: 19px;
}
.datepicker table tr td, .datepicker table tr th {
    font-size: 13px !important;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 26px;
    background: #e9f1f9;
    /* color: #fff; */
}
.datepicker table tr th.dow {
    background: none !important;    font-weight: 600;
}

.datepicker table tr th.prev {
    background: #e9f1f9;
}

.datepicker table tr th.datepicker-switch {
    background: none;
    font-weight: 600;
}
.datepicker.dropdown-menu {
    border-radius: 0 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: none !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-size: 14px;
    padding: 3px !important;
	    z-index: 9;
}
.table-condensed tfoot {
    display: none;
}
.datepicker table tr td.day:hover {
    background: #6599cd;
    color: #fff;
}
.single-track-search.tabpropdetails h2 {
    border: none;
    display: inline-block;
	padding: 0;
	    margin-bottom: 0;
		margin-top:4px;
}

.single-track-search.tabpropdetails ul {
    display: inline-block;
}

.single-track-search.tabpropdetails ul li a {
	font-size: 18px;
    color: #88837d;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 30px 25px;
    display: inline-block;
    height: 90px;
    border: 3px solid transparent;
    vertical-align: bottom;
}
.single-track-search.tabpropdetails ul li i,.single-track-search.tabpropdetails ul li img {
    padding-right:10px;
    vertical-align: middle;
	    position: relative;
    top: -2px;
}

.single-track-search.tabpropdetails ul li {
    padding: 0;
	    font-size: 15px;
}
.list-wrp {
	border-top:1px solid #cfcdcb;
	border-bottom:1px solid #cfcdcb;
}
.single-track-search.tabpropdetails ul.r-tabs-nav {
    position: absolute;
    left: 0;
    top: 0;
	right:0;
}

span.lf {
    width: 70%;
    display: inline-block;
}
.spct{
	text-align: left;     white-space: break-spaces;
}

.single-track-search.tabpropdetails {
    position: relative;
}

.list-wrp h2 {float: left;}

.list-wrp {
        padding: 25px 0;
    height: 90px;
}
.single-track-search.tabpropdetails ul li.r-tabs-state-active a {
    border-bottom: 3px solid #6599cd;
    color: #6599cd;
}
.single-track-search.tabpropdetails tbody.left {
/*    width: 100%;
*/}
.single-track-search.tabpropdetails tr td {
    font-size:15px !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}

.footer_rgt form input.wpcf7-not-valid {
    border-bottom: 1px solid #f00 !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 0;
    padding: 0;
	font-size: 14px;
	text-align:center;
}


div#breakdown-summary .col-md-6 {
  	display: inline-block;
    vertical-align: top;
    width: 49%;
    border: 1px solid #cfcdcb;
    padding: 30px 45px;
    max-width: 485px;
    margin: 0 3%;
}

div#breakdown-summary .quote-table li.title {
    font-size: 23px;
    color: #6599cd;
    display: block;
    margin-bottom: 5px;
}

div#breakdown-summary {
    padding-top: 40px;
}

.quote-table {}

.quote-table li.title {
    border: none;
}

.quote-table li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cfcdcb;
    font-size:11px;
    line-height:38.75px;
    color: #88847c;
    text-align: left;
}

.quote-table ul {
    display: block;
    width: 100%;
}

span.qtright {
    text-align: right;
    float: right;
	font-size: 14px;
}

.quote-table li b {
    font-size: 17.5px;
    color: #6599cd;
    font-weight: 800;
}
.single-track-search.tabpropdetails #listing-availability h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 33.26px;
    margin-right: 0;
}

.single-track-search.tabpropdetails div#listing-availability {
    padding-top:75px;
}
span.qtright.tot {
    font-size: 17.5px;
    color: #6599cd;
    font-weight: 800;
}

.quote-table li:last-child {
    border: none;
}

div#breakdown-summary::after {
    display: table;
    content: "";
    clear: both;
    both: clear;
}


div#listing-availability {
    border: none !important;
}

.single-track-search.tabpropdetails div#responsiveTabs {
    border: none !important;
}

.single-track-search.tabpropdetails {
    border: none;
    margin: 0;
}
div#breakdown-summary .col-md-6.nqw-style-sec {
    border: none;
    margin: 0;
	    padding: 20px 0 0 90px;
}

.col-md-6.nqw-style-sec p {
   color: #88837d;
    font-size: 24.5px;
    line-height: 42.01px;
    font-weight: 400;
}

.nqw-style-sec 
 button.btn.btn-booking.button.btn-btn {
   
    width: auto;
    font-size: 12px;
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    margin-top: 10px;
    text-align: center;
    box-shadow: none;
	    width: 100%;

}
.wpia-container.wpia-calendar-1 {
    width: 100%;
}

.wpia-calendars {
    width: 100%;
}

div.wpia-calendar.wpia-week-numbers , html div.wpia-calendar {
    min-width:385px;
    text-align: center !important;
    border: none !important;
	height: inherit !important;
}

div.wpia-calendar.wpia-week-numbers .wpia-heading  , html div.wpia-calendar .wpia-heading {
    width: 100% !important;
    border: none !important;
}

select.wpia-dropdown {
    color: #6599cd !important;
    border: none !important;
    background-color: #fff !important;
    font-size: 18px !important;
    /* font-family: open sans !important; */
    font-family: 'Montserrat', sans-serif !important;
    outline: none !important;
}
.wpia-heading span {
    color: #6599cd !important;
    border: none !important;
    background-color: #fff !important;
    font-size: 18px !important;
    /* font-family: open sans !important; */
    font-family: 'Montserrat', sans-serif !important;
}

div.wpia-calendar ul li {
    width:54px !important;
    height:51px !important;
}

a#loadMore {
    padding-top: 0px;
    display: block;
}

.single-track-search.tabpropdetails {
    margin-top:60px;
	margin-bottom: 60px;
}


div.wpia-calendar.wpia-week-numbers div.wpia-heading select.wpia-dropdown , div.wpia-calendar div.wpia-heading select.wpia-dropdown {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wplistings-single-listing div.wpia-legend {
    display: none;
}
div.wpia-calendar div.wpia-heading {
    text-align: left !important;
}
.wpia-calendar-1 .status-grey {
    background-color: #f4f4f4 !important;
}
.wpia-calendar-1 .status-available {
    background-color: #ffffff !important;
	/*border: 1px solid #dff1b9!important;
	background-color: #dff1b9 !important;*/
}
div.wpia-calendar ul li {
    font-size: 14px !important;
}

.wpia-container.wpia-calendar-1 div.wpia-calendar ul li {
    font-size: 15px !important;
    text-indent: -16px !important;
}

#header h1 a img {
	position: relative;
    top: 4px;
    max-width: 250px;
}


#quote_wrapper h3.widget-title {
        font-size: 33.26px;
    color: #6599cd;
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
    font-family: 'TrajanProRegular';
    margin-top: 40px;
    text-transform: uppercase;
}

#quote_wrapper input#daterange {
    border: 1px solid #cfcdcb;
    padding: 0 10px;
    height: 45px;
}

.extra-persons-box {
    display: inline-block;
    padding-left: 20px;
}

#quote_wrapper br {
    display: none;
}

.extra-persons-box .extra-person-box {
    width: auto;
}

.extra-persons-box .extra-person-box select {
    max-width: 220px;
    min-width: 55px;
    padding: 0 10px 0 10px;
    height: 45px;
    text-align: center;
    margin-left: 6px;
    text-align-last: center;
	border: 1px solid #cfcdcb;
}
p.alert.alert-danger {
    background: none;
    border: none;
    color: red;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
}



/** Custom Select **/
/*the container must be positioned relative:*/
.custom-select-nw {
  position: relative;
  font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
  border: none;
}

.custom-select-nw select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #88847c;
  border: none;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: rgba(255,255,255,1);
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid rgba(0,0,0,.4);
  max-height: 308px;
  overflow-y: scroll;
  font-size: 14px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-items div {
    color: #88847c;
}
.select-items div a {
    padding-left: 12px;
    color: inherit;
    display: block;
    line-height: 2em;
}


/* ==================================================== */
/* Contact                                              */
/* ==================================================== */


.all-pages-title-bg{
	width: 100%;
	margin-top: 120px;
	position: relative;
}
.all-pages-bg{
	position: relative;
	width: 100%;
}
.all-pages-bg img {
    vertical-align: middle;
}
.all-pages-title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.all-pages-title h5 {
    font-size: 21.87px;
    text-transform: uppercase;
    margin: 0;
    line-height: 50.87px;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
}
.all-pages-title h1 {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-main{
	padding: 51px 0px 80px 0px;
}
.contact-in-title{
	text-align: center;
}
.contact-in-title h3{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-in-title h1{
	margin-bottom: 60px;
}
.contact-form{
	max-width: 835px;
	margin: 0 auto;
	width: 100%;
}
.needs-validation .form-control{
	border: none;
	border-bottom: 1px solid #88837d;
	padding: 4px 0px;
	border-radius: 0px;
	height: 30px;
	font-size: 15px;
	color: #88837d;
	text-transform: uppercase;
	margin-bottom: 35px;
	background-color: transparent;
	    text-transform: none;
}

textarea.form-control {height: 180px!important;}

.needs-validation textarea.form-control{
	height: auto;
}
.form-cal{
	position: relative;
}
.form-cal i{
	position: absolute;
	top: 3px;
	left: 0px;
	color: #88837d;
	font-size: 21px;
	z-index: 9999;
}

.form-cal:before{
	color: #88837d;
	font-size: 21px;
	content: "\f073";
	font-family:'FontAwesome';
	position: absolute;
	top: -8px;
}

.needs-validation .form-cal .form-control{
	padding-left: 28px;
}
.sub0-btn {
	text-align: center;
}
.sub0-btn input{
	border: none;
    background: #6599cd;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 30px;
    text-transform: uppercase;
    font-family: semplicitapro, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}






/* ==================================================== */
/* explore naples                                       */
/* ==================================================== */

.explorenaples-ti-box{
	text-align: center;
	padding: 51px 80px 80px 0px;
}
.ti-box{
	max-width: 1070px;
	margin: 0 auto;
	width: 100%;
}
.ti-box h3{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.ti-box h1{
	margin-bottom: 25px;
}
.ti-box p{
	color: #88847c;
	font-size: 15px;
	line-height: 28px;
	margin: 0px;
}

.place-box-g{
	background: #f3f2f2;
	padding: 84px 0px; 
}
.left-place img{
	width: 100%;
}
.right-place h1{
	margin-bottom: 10px;
	    font-size: 30px;
    line-height: 37px;
}
.right-place h4{
	margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}
.add-bar{
	border-bottom: 1px solid #e0dedd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.add-bar ul{
	margin: 0px;
	padding: 0px;
}
.add-bar ul li{
	color: #88847c;
	line-height: 40px;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	    font-size: 16px;
    line-height: 36px;
}
.add-bar ul li i{
	margin-right: 10px;
}
.right-place p{
	color: #88847c;
}

.place-box-w{
	background: #ffffff;
	padding: 84px 0px; 
}


.getting-here-main{
	padding-top: 51px; 
}
.gatting-title{
	text-align: center;
}
.gatting-title h3{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.gatting-title h1{
	margin-bottom: 60px;
}
.left-getting h1{
	margin-bottom: 10px;
	    font-size: 30px;
    line-height: 37px;
}
.left-getting{
	margin-right: 60px;
}
.left-getting h4{
	margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
}
.right-getting{
	margin-bottom: 85px;
}
.right-getting img{
	width: 100%;
}
.left-getting.right-ing{
	margin-right: 0px;
	margin-left: 60px;
}
.line-cl{
	border-color: #88837d;
}

.left-getting.right-ing h1{
	margin-bottom: 0px;
}
.left-getting.right-ing p{
	margin-bottom: 10px;
}
.left-getting.right-ing .air-list p{
	margin-bottom: 0px;
}
.air-list{
	margin-bottom: 20px;
}
.left-getting.right-ing .air-list h6{
	color: #88847c;
	font-size: 15px;
	line-height: 28px;
}
.getting-here-end-title{
	clear: both;
	padding-top: 50px;
	padding-bottom: 75px;
}
.gatting-title-end{
	max-width: 975px;
	margin: 0 auto;
	width: 100%;
}
.gatting-title-end{
	text-align: center;
}
.gatting-title-end h3{
	margin-bottom: 10px;
	text-transform: uppercase;
}
.gatting-title-end h1{
	margin-bottom: 40px;
}
.gatting-title-end p{
	color: #88847c;
}


.our-standards-ti-box{
	text-align: center;
	padding: 51px 80px 80px 0px;
}
.our-ti-box{
	max-width: 1070px;
	margin: 0 auto;
	width: 100%;
}
.our-ti-box h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.our-ti-box h1 {
    margin-bottom: 25px;
}
.our-ti-box p {
   color: #88847c;
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
}

.our-standards-main{
	margin-bottom: 80px;
}
.left-our-st h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.left-our-st h1 {
    margin-bottom: 45px;
}

.left-our-st a{
	font-size: 15px;
}

.right-our-st img{
	width: 100%;
}


.real-estate-title{
	padding-top: 80px;
	padding-bottom: 0px;
}

.real-estate-title{
	text-align: center;
}

.real-estate-sv{
	padding: 40px 0px;
}

.real-estate-box{
	text-align: center;
}
.real-es-icon{
	margin-bottom: 15px;
}
.real-estate-box h3{
	margin-bottom: 4px;
    text-transform: uppercase;
}
.real-estate-box p {
   color: #88847c;
    font-size: 15px;
    line-height: 34px;
    margin: 0px;
}

.real-estate-text{
	text-align: center;
	margin-bottom: 40px;
}
.real-estate-text-in{
	max-width: 1070px;
	margin: 0 auto;
	width: 100%;
}

.left-real-estate h1{
	margin-bottom: 30px;
	font-size: 30px;
    line-height: 37px;
}

.left-real-estate p{
	color: #88847c;
    font-size: 15px;
    line-height: 28px;
}
.pd-r{
	margin-right: 75px;
}
.pd-l{
	margin-left: 75px;
}



/* ==================================================== */
/*  06.Media Query                                      */
/* ==================================================== */

@media (max-width:2904px) {


#btn_gnav {
    left: -25px;
}
}
@media (max-width:2560px) {


}
@media (max-width:2304px) {

}


@media (max-width:1920px) {

#btn_gnav {
    left: -30px;
}

}
@media (min-width: 1921px) {


.property-details-page div#slider {
    max-height: inherit;
	margin-top: 111px;
}
}

@media (min-width: 1918px) {
	
.banner-slider-div .flexslider .slides > li {
}


}

@media (min-width:1599px) {
	
}

@media (max-width: 1800px) {
	
	
}
@media (max-width: 1600px) {

.blog-sec-thumnail {
    min-width: auto;
}

}

@media (max-width: 1400px) {

.footer_rgt form input {
    font-size: 18px;
}
.slider-overlay.inner-overlay h1 {
    font-size: 38px;
}
.slider-overlay.inner-overlay {
    top: 31px;
}
.footer_rgt form .wpcf7-form-control-wrap {
    min-width: 36%;
}
.property-details-page div#slider {
   /* max-height: 345px;*/
}
	.property-details-page div#slider {
    max-height: inherit;
	margin-top: 111px;
}
.sqw-block-sec li span {
    font-size: 20px;
}
.sqw-block-sec li a {
    line-height: 45px;
}
#gnav .content ul li {
    font-size: 16px;
    line-height: 35px;
}
.header-left-sec .select-top {
    padding-left: 35px;
}	
#header .container {
/*    max-width:91%;
*/}
.header-left-sec {
    padding-left: 0;
}
.align-white {
    margin: 0 0;
}
.footer .container {
    padding: 0;
}
.footer_rgt form .wpcf7-form-control-wrap {
    margin: 0 22px 0 0;
}
.wrapper {
    padding: 0 15px;
}


.property-details-page .sqw-block-sec li {
    padding: 0 15px;
}
.listing-wrapper h1 {
    padding: 0 15px;
}
p.loadtext {
    padding: 0 15px;
}
.top-margin-qw {
    margin-top: 130px;
}

/*.single-track-search h2 {
    margin-right: 0;
	    padding-top: 10px;
		    margin-top: 20px;
			    padding-bottom: 10px;padding-right: 15px;
}	
*/
}
@media (max-width: 1366px) { 

h1 {
    font-size: 36px;
}
.single-track-search div#track-widget .select-top.date-dtpkr {
    width: 100px;
    margin-right: 0px;
}

}


@media (max-width: 1280px) { 

.property_search_block .container {
    padding: 0 15px;
}

.text-overflow {
    margin-bottom: 30px;
}
.single-track-search h2 {
    border: none;
}
.single-track-search div#track-widget {
    float: none;
}

.footer_rgt form .wpcf7-form-control-wrap {
    min-width: inherit;
}

.slide_wrapper {
    width: 100%;
    margin:0 !important ;
}
.logo-logo {
    padding: 0 15px;
}
.find_your_vacation_rental h2 {
    margin-bottom: 0;
    padding-top: 20px;
}
}
@media (max-width: 1200px) { 


div.wpia-calendar ul li {
    width: 40px !important;
    height: 40px !important;
}
.wpia-container.wpia-calendar-1 div.wpia-calendar ul li {
    font-size: 14px !important;
}
div.wpia-calendar.wpia-week-numbers , html div.wpia-calendar{
    min-width: 32%;
}


div#breakdown-summary .col-md-6 {
    width: 48%;
    padding: 40px 55px;
    margin: 0;
}
.banner-slider-div .flexslider .slides > li {
    height: 510px;
    overflow: hidden;
}
.social-areaq li a img {
    margin-right: 15px;
}
.social-areaq li a {
    font-size: 18px;
}
.header-right-sec .social-areaq li:last-child a {
    font-size: 22px;
}
.header-right-sec .social-areaq li:last-child {
    padding-left: 20px;
}
.footer_rgt form .wpcf7-form-control-wrap {
    margin: 0 10px 0 0;
}
button.btn-btn, .footer_rgt form input.wpcf7-submit.btn-btn {
    margin-top: 15px;
    font-size: 17px;
    width: 140px;
}

}

@media (max-width:1100px) {

#btn_gnav {
    left: -12px;
}
.find_your_vacation_rental .single-track-search {
    padding: 0 15px;
}
.header-left-sec a.menu-menu {
    padding-right: 15px;
    padding-left: 15px;
}
.social-areaq li a img {
    margin-right: 10px;
}
.header-right-sec .social-areaq li:last-child {
    padding-left: 20px;
}
.footer_rgt {
    width: 50%;
}
.footer_left {
    width: 42%;
}

.footer_rgt form input {
    font-size: 16px;
    width:100%;
}
.footer_rgt form {
    margin-bottom: 25px;
}

.sqw-block-sec li span {
    font-size: 20px;
}
.col-md-6.nqw-style-sec p {
    font-size: 23px;
    line-height: 40px;
}
.nqw-style-sec button.btn.btn-booking.button.btn-btn {
    font-size: 22px;
    height: 65px;
    padding: 0 35px;
    margin-top: 5px;
}
div.wpia-calendar ul li {
    width: 30px !important;
    height: 30px !important;
}
.wpia-container.wpia-calendar-1 div.wpia-calendar ul li {
    text-indent: -3px !important;
}
div#breakdown-summary {
    padding-top: 50px;
}
div#breakdown-summary .col-md-6.nqw-style-sec {
    padding: 85px 0 0 60px;
}
.single-track-search.tabpropdetails .list-wrp {
    padding:10px 0;
    height: inherit;
    text-align: center;
    margin: 0 auto 30px;
}
.single-track-search.tabpropdetails .list-wrp h2 {
    float: none;
}
.single-track-search.tabpropdetails ul.r-tabs-nav {
    position: static;
}
.single-track-search.tabpropdetails div#listing-availability {
    padding-top: 30px;
}
.single-track-search.tabpropdetails ul li a {
    padding: 25px 30px;
    height: inherit;
}



}

@media (max-width:991px) {
.extra-persons-box {
    display: block;
    padding-left: 0;
    padding-top: 10px;
}
	
.blog-cont-right h1,h1 {
    font-size: 35px;
}	
.property-details-page div#slider {
    margin-top: 40px;
}
.single-track-search.tabpropdetails ul li a {
    font-size: 19px;
    padding: 20px 20px;
    height: 70px;
}
.single-track-search.tabpropdetails ul.r-tabs-nav {
    left: 27%;
}
.list-wrp {
    padding: 20px 0;
    height: 70px;
}
.blog-sec-cont-out {
    padding: 0 0 0 30px;
}

#btn_gnav {
    top: -40px;
}
	
	
.find_your_vacation_rental {
    margin-top: 10px;
}
.slider-overlay h5 {
    font-size: 20px;
}
.slider-overlay h1 {
    font-size: 38px;
}
	
header#header {
    position: relative;
    height: inherit;
}	
#header h1 {
	position: static;
	transform: none;
}	
#header h1 a {
    text-align: center;
}	
header#header {
    padding-top: 20px;
}	
.header-left-sec {
    padding-top: 0;
}
.header-left-sec {
    padding-top: 0;
}
.header-right-sec {
    padding-top: 0;
	padding-right: 15px;
}
.banner-slider-div {
    width: 100%;
    margin-top: 20px;
    float: left;
}
.mid-flx h3 {
    line-height: 29px;
    padding-bottom: 30px;
    font-size: 22px;
}
.mid-flx p {
    line-height: 26px;
    padding-bottom: 40px;
}
.content-details h3 {
    font-size: 18px;
}
.logo-logo {
    padding: 0 12px;
    width: 16%;
    vertical-align: middle;
}
	
	
}
@media (max-width: 850px) { /* This media query is written for Ipad and tablets */

a#btn_gnav strong {
    font-size: 16px;
}
div.wpia-calendar.wpia-week-numbers , html div.wpia-calendar{
    min-width: 45%;
}
div#breakdown-summary .col-md-6 {
    width: 100%;
}
.single-track-search.tabpropdetails ul.r-tabs-nav {
    position: static;
    border-bottom: 1px solid #cfcdcb;
    width: 100%;
    height: 70px;
}
.list-wrp {
    border-bottom: none;
	text-align:center;
}
.single-track-search.tabpropdetails ul li i, .single-track-search.tabpropdetails ul li img {
    padding-right: 10px;
    width: 42px;
}
.list-wrp h2 {
    float: none;
}
div#breakdown-summary .col-md-6.nqw-style-sec {
    padding: 45px 0 0 0;
}
.top-margin-qw {
    margin-bottom: 55px;
}
.quote-table li {
    font-size: 14px;
}
.quote-table li b,span.qtright.tot {
    font-size: 15px;
}
.col-md-6.nqw-style-sec p {
    font-size: 20px;
}
.col-md-6.nqw-style-sec p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}


.select-top select,.select-top input,.select-selected {
    font-size: 14px;
}
button.searchsubmit {
    width: 140px;
    height: 40px;
    font-size: 16px;
}
button.searchsubmit i {
    font-size: 20px;
}

.banner-slider-div .flexslider .slides > li {
    height: 360px  !important;
}
.select-top select,.header-left-sec a.menu-menu ,.select-selected{
    font-size: 16px;
}
.select-top:before {
    font-size: 20px;
    right: 0;
}
.three_block-sec {
    margin-top: 30px;
}
.footer_left {
    padding: 0 20px 0 0;
}

.footer_rgt {
    padding-left: 30px;
}
.footer_rgt form input {
    font-size: 16px;
    margin-right: 20px;
}
footer.footer {
    padding: 60px 0 45px;
}
.tp_list_content {
    max-width: 100%;
    padding: 0 30px;
    position: static;
    padding: 60px 15px;
    width: 100%;
}
.welcome-main-area {
    padding: 35px 0 50px;
	float: left;
    width: 100%;
}
#header h1 {
    padding-bottom: 10px;
}
.mid-flx {
    display: block;
}
.footer_rgt form .wpcf7-form-control-wrap {
    width: 42.5%;
}

}
@media (max-width: 768px) {

.single-track-search h2 {
    margin-bottom: 0;
}
	
}
 @media (max-width: 767px) { /* This media query is written for Mobile landscape and Ipad and tablets portrait */

#quote_wrapper input#daterange {
    width: 100%;
}	
#quote_wrapper h3.widget-title {
    font-size: 28px;
}
.footer_left img {
    max-width: 300px;
}
.header-left-sec .select-top {
    padding-left: 0;
}
#header a.menu-menu {
    visibility: hidden;
    display: none;
}
.blog-cont-right h1 {
    font-size: 20px;
}
#btn_gnav {
        top: -90px;
    left: -10px;
}
.menu-close-btn a#btn_gnav-nq {
    left: 20px;
}
.header-right-sec {
    padding-top: 0;
    padding-right: 0;
}
.nqw-style-sec button.btn.btn-booking.button.btn-btn {
    width: auto;
}
#gnav .content {
    left: -100px;
}
#gnav .content ul {
    left: 130px;
}
a#btn_gnav strong {
    opacity: 0;
}

#social_side_links li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.select-top.date-dtpkr {
    margin-left: 30px;
    width: 36%;
    display: inline-block;
}
.select-top.search-sel-beds {
    margin-right: 15px;
}
.select-top.search-sel-lctns {
    margin-right: 5px;
    margin-left: 30px;
}

.wpia-container.wpia-calendar-1 div.wpia-calendar ul li {
    font-size: 11px !important;
    width: 25px !important;
    height: 26px !important;
    text-indent: 0 !important;
}
div.wpia-calendar.wpia-week-numbers , html div.wpia-calendar {
    min-width: inherit;
    width: 48% !important;
}
select.wpia-dropdown,.wpia-heading span {
    font-size: 15px !important;
}
.single-track-search.tabpropdetails #listing-availability h2 {
    font-size: 28px;
}
.nqw-style-sec button.btn.btn-booking.button.btn-btn {
    font-size: 16px;
    height: 55px;
    padding: 0 25px;
}
.col-md-6.nqw-style-sec p {
    font-size: 18px;
    line-height: 28px;
}
.single-track-search.tabpropdetails {
    margin-top: 35px;
}

.overlay h6 {
    font-size: 20px;
    line-height: 40px;
}
#listing-map iframe {
    height: 350px;
}
#social_side_links {
    top: 80px;
}
.property-details-page #carousel ul.flex-direction-nav {
    display: none;
}
.single-track-search.tabpropdetails ul li a {
    font-size: 16px;
    padding: 14px 8px;
    height: 60px;
}
.single-track-search.tabpropdetails ul.r-tabs-nav {
    height: 60px;
}
.single-track-search.tabpropdetails ul li i, .single-track-search.tabpropdetails ul li img {
    padding-right: 5px;
    width: 35px;
    font-size: 14px;
}
.single-track-search.tabpropdetails ul.r-tabs-nav {
    display: none;
}
.r-tabs .r-tabs-accordion-title a {
	
	font-size: 20px;
    color: #88837d;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;    display: block;
}
.r-tabs .r-tabs-accordion-title i, .r-tabs .r-tabs-accordion-title img {
    padding-right: 10px;
    vertical-align: middle;    
}

.r-tabs-accordion-title.r-tabs-state-active {
	    border-top: 2px solid #6599cd;
	    border-bottom: 2px solid #6599cd;
    color: #6599cd;
}
.r-tabs-accordion-title.r-tabs-state-active a {
    color: #6599cd;
}

.property-details-page ul.flex-direction-nav .flex-prev {
    left: 15px;
}

.find_your_vacation_rental .select-top {
    padding-left:0;
}
.blog-sec-cont-out span.blog-more {
    position: static;
}	
.property-details-page div#slider {
    max-height: inherit;margin-top: 30px;
}
.find_your_vacation_rental .select-top.date-dtpkr {
    padding-left: 0;
    margin-left: 0;
}

.find_your_vacation_rental .select-top.date-dtpkr input {
    margin: 0 !important;
    padding: 0 0 0 30px !important;
}
ul#menu-header-menu.menu {
    width: 100%;
    min-width: 100%;
}
.slider-overlay.inner-overlay h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 10px 10px 0;    color: #fff;
}
.single-track-search {
    margin: 30px 0;
    padding: 0 15px;
}
.single-track-search h2 {
    font-size: 1.2em;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 4px;
	    padding-top: 0;
}
.single-track-search div#track-widget .select-top.date-dtpkr {
    width: 36%;
    margin-right: 0;
}
.single-track-search div#track-widget .select-top {
    width: 100%;
}
.property-details-page .sqw-block-sec li {
    padding: 0 15px;
    width: 100%;
}
.listing-wrapper h1 {
    padding: 0 15px;
}
p.loadtext {
    padding: 0 15px;
}
.find_your_vacation_rental .single-track-search h2 {
    float: none;
    padding-right: 0;
}

.slider-overlay {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
}
.slider-overlay h5, .slider-overlay h1 {
    color: #6599cd;
}
.slider-overlay h1 {
    font-size: 28px;
}
 .select-top {
    margin: 0;
    width: 100%;
    padding-right: 0;
}
.select-top {
    text-align: left;
}


#gnav {
    height: 100%;
    z-index: 300;
    min-height: 100%;
}
#gnav .content ul {
}
#gnav {
    width: 50%;
}
#gnav .content .bottom {
    bottom:10px;
}
.footer .container {
    padding: 0 15px;
}
#social_side_links {
    width: auto;
}
.single-track-search div#track-widget .select-top {
    margin-left: 0;
}

#gnav .content ul li {
    margin-left: -20px;
    font-size: 15px;
    line-height: 29px;
}

h1 {
    font-size: 38px;
    line-height: 1em;
}
h3 {
    font-size: 18px;
}
.footer_left {
    padding: 0;
    border: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.footer_rgt {
    padding-left: 0;
    width: 100%;
    text-align: center;
}
.social-areaq li a img {
        margin-right: 0;
    width: 30px;
}
.social-areaq li a {
    font-size: 16px;
}
.header-right-sec .social-areaq li:last-child a {
    font-size: 18px;
}
.header-right-sec .social-areaq li:last-child {
    padding-left: 8px;
}
#header .container {
    max-width: 95%;
}
li.follow-sec {
    font-size: 14px !important;
}
#gnav .content .bottom div#social_side_links ul li a, #gnav .content .bottom div#social_side_links ul li.follow-sec {
    font-size: 22px;
}
#gnav .content .bottom div#social_side_links ul li a {
    padding: 0 5px;
}
.banner-slider-div .flexslider .slides > li {
    height: 270px !important;
    min-height: inherit !important;
}
p {
    line-height: 28px;
    font-size: 14px;
}
.tp_list_content {
    max-width: 100%;
    padding: 20px 30px 50px;
    position: static;
}
.mid-flx {
    text-align: center;
}
.blog-sec-thumnail {
    width: 100%;
}
.blog-sec-cont-out {
    margin-left: 0px;
    width: 100%;
    padding: 50px 0 0 0;
}
.row_block_sec {
    margin-bottom: 30px;
}
.blog-sec-thumnail img {
    width: 100%;
}
.link-click-block a {
        margin: 0 1px 4px;
    height: 41px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
}
.link-click-block {
    padding: 45px 0 50px;
}

.top-margin-qw {
    margin-top: 40px;
    margin-bottom: 55px;
}
.tp-img-area-sec {
    margin-bottom: 10px;
}
.flx-slid-div img {
    margin-bottom: 30px;
}
.logo_sec_bg {
    height: inherit;
}

.all-pages-title {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}

.all-pages-title h5{
	font-size: 18px;
	color: #6599cd;
	line-height: inherit;
	margin-bottom: 5px;
}
.all-pages-title h1 {
    font-size: 28px;
	color: #6599cd;
}
.all-pages-title-bg{
	margin-top: 20px;
}

.pd-r{
	margin-right: 0px;
}
.pd-l{
	margin-left: 0px;
}
.real-estate-title .container{
	padding: 0px;
}

.container{
	padding: 0px 15px;
}
.contact-main{
	padding: 60px 0px;
}

.real-estate-box{
	margin-bottom: 30px;
}
.left-real-estate{
	margin-bottom: 30px;
}
.left-our-st{
	margin-bottom: 30px;
}
.left-getting h4{
	font-size: 18px;
}
.left-getting{
	margin-right: 0px;
	margin-bottom: 30px;
}
.left-getting.right-ing{
	margin-left: 0px;
	margin-bottom: 30px;
}


.place-box-g{
	padding: 45px 0px; 
}
.place-box-w{
	padding: 45px 0px; 
}
.right-place h4{
	font-size: 18px;
}
.add-bar ul li{
	font-size: 18px;
}
.left-place{
	margin-bottom: 30px;
}
.right-place{
	margin-bottom: 30px;
}
.add-bar{
	margin-bottom: 20px;
	padding-bottom: 20px;
}


}
@media (max-width:640px) { 


#gnav {
    width: 65%;
}
a#btn_gnav.active {
    left: 0px;
}
a#btn_gnav strong {
    font-size: 16px;
}
#gnav .content ul {
    left: 130px;
}



.footer_rgt h2 {
    font-size: 18px;
}
.select-top {
    padding-right: 0;
}
.select-top:before {
    right: 10px;
}

.footer_rgt form input {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.banner-slider-div .flexslider .slides > li {
    height: auto !important;
    min-height: inherit !important;
}
h1 {
    font-size: 29px;
    line-height: 1em;
    margin-top: 6px;
}
h2 {
    font-size: 23px;
    line-height: 1em;
}
h6 {
    font-size: 14px;
}
.footer_left a {
    font-size: 18px;
}
.footer_left p {
    line-height: 1em;
    font-size: 14px;
}
.logo-logo {
    padding: 0 5px;
    width: 30%;
}
li.follow-sec {
    display: block !important;
}
#gnav .content .bottom {
    left: 60px;
    bottom: 10px;
    width: 100%;
	padding-top: 20px;
}
.sqw-block-sec li span {
    font-size: 14px;
}
.sqw-block-sec li a {
    line-height: 42px;
}
a.view-border {
    width: 220px;
    font-size: 16px;
    line-height: 48px;
}
.copy-rgt h6, .copy-rgt a,.footer_rgt p {
    line-height: 20px;
}
button.searchsubmit i {
    font-size: 16px;
}


.all-pages-title {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}

.all-pages-title h5{
	font-size: 18px;
	color: #6599cd;
	line-height: inherit;
	margin-bottom: 5px;
}
.all-pages-title h1 {
    font-size: 28px;
	color: #6599cd;
}
.all-pages-title-bg{
	margin-top: 20px;
}

.pd-r{
	margin-right: 0px;
}
.pd-l{
	margin-left: 0px;
}
.real-estate-title .container{
	padding: 0px;
}

.container{
	padding: 0px 15px;
}

.contact-main{
	padding: 60px 0px;
}

.real-estate-box{
	margin-bottom: 30px;
}
.left-real-estate{
	margin-bottom: 30px;
}
.left-our-st{
	margin-bottom: 30px;
}
.left-getting h4{
	font-size: 18px;
}
.left-getting{
	margin-right: 0px;
	margin-bottom: 30px;
}
.left-getting.right-ing{
	margin-left: 0px;
	margin-bottom: 30px;
}


.place-box-g{
	padding: 45px 0px; 
}
.place-box-w{
	padding: 45px 0px; 
}
.right-place h4{
	font-size: 18px;
}
.add-bar ul li{
	font-size: 18px;
}
.left-place{
	margin-bottom: 30px;
}
.right-place{
	margin-bottom: 30px;
}
.add-bar{
	margin-bottom: 20px;
	padding-bottom: 20px;
}



}
 @media (max-width:580px) { /* This media query is written for Mobile only */
 
#gnav .content {
    left: -145px;
}
#gnav .content ul {
    left: 160px;
}
.menu-close-btn a#btn_gnav-nq img {
    transform: scale(.6);
}
.menu-close-btn a#btn_gnav-nq {
    left: 0px;
} 
 
 
 #gnav {
    width: 85%;
}
.header-left-sec {
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.header-right-sec {
    padding-top: 0;
    text-align: center;
    width: 100%;
    float: none;
}
.header-right-sec .social-areaq {
    float: none;
}
.footer_rgt form .wpcf7-form-control-wrap {
    width: 80%;
    margin: 0 0 0 0;
}
div#breakdown-summary .col-md-6 {
    padding: 20px 35px;
    margin: 0;
}

div.wpia-calendar.wpia-week-numbers , html div.wpia-calendar{
    width: 95% !important;
}
div#breakdown-summary .quote-table li.title {
    font-size: 20px;
}
#social_side_links {
    top: 110px;
}
.select-items {
    position: relative;
    font-size: 12px;
    max-width: 300px;
    max-height: 154px;
}

.select-items div {
    padding: 6px 0;
}

.select-items div a {
    line-height: 1.1em;
}

.pd-r{
	margin-right: 0px;
}
.pd-l{
	margin-left: 0px;
}
.real-estate-title .container{
	padding: 0px;
}

.container{
	padding: 0px 15px;
}
.contact-main{
	padding: 60px 0px;
}

.all-pages-title {
    position: static;
    transform: none;
    width: 100%;
    text-align: center;
	margin-top: 15px;
}

.all-pages-title h5{
	font-size: 18px;
	color: #6599cd;
	line-height: inherit;
	margin-bottom: 5px;
}
.all-pages-title h1 {
    font-size: 28px;
	color: #6599cd;
}
.all-pages-title-bg{
	margin-top: 20px;
}
.real-estate-box{
	margin-bottom: 30px;
}
.left-real-estate{
	margin-bottom: 30px;
}
.left-our-st{
	margin-bottom: 30px;
}
.left-getting h4{
	font-size: 18px;
}
.left-getting{
	margin-right: 0px;
	margin-bottom: 30px;
}
.left-getting.right-ing{
	margin-left: 0px;
	margin-bottom: 30px;
}


.place-box-g{
	padding: 45px 0px; 
}
.place-box-w{
	padding: 45px 0px; 
}
.right-place h4{
	font-size: 18px;
}
.add-bar ul li{
	font-size: 18px;
}
.left-place{
	margin-bottom: 30px;
}
.right-place{
	margin-bottom: 30px;
}
.add-bar{
	margin-bottom: 20px;
	padding-bottom: 20px;
}


}
 @media (max-width:414px) { /* This media query is written for Mobile only */




 }
 
@media (max-width:380px) { /* This media query is written for Mobile only */

#gnav {
    width: 95%;
}
.btn-search {
    display: block;
}
.select-top.search-sel-gsts {
    max-width: 95px;
    margin-right: 0;
}
.select-top.search-sel-beds {
    max-width: 58px;
    margin-right: 10px;
}
#gnav .content {
    left: -175px;
}
#gnav .content ul {
    left: 180px;
}
#gnav .content ul li a {
   
    font-size: 13px;
}

#gnav .content .bottom {
    left: 110px;
}
#gnav .content .bottom div#social_side_links ul li a, #gnav .content .bottom div#social_side_links ul li.follow-sec {
    font-size: 17px;
}
#gnav .content .bottom div#social_side_links ul li a {
    padding: 0 3px;
}
#gnav .content ul li {
    font-size: 13px;
    line-height: 28px;
}




}
@media (max-width:320px) { /* This media query is written for Mobile only */

#header h1 img {
    max-width: 220px;
}	
.text-overflow {
    max-height: 242px;
}

}

.pull-rightside{
	
	
	order:2;
	
}



.cd-top {
	z-index: 99;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
	color:#326207 !important;
/*	/ image replacement properties /
*/	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #76777a url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s; 
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/*	/ the button becomes visible /
*/	visibility: visible;
	opacity: 1;
}

a.cd-top.cd-is-visible.cd-fade-out {}
.cd-top.cd-fade-out {
/*  / if the user keeps scrolling down, the button is out of focus and becomes less visible /
*/	opacity: .5;
}


.getting-here-main:last-child .line-cl {
    display: none;
}

.getting-here-main:last-child .gatting-title h1 {
    margin-bottom: 30px;
}
.getting-here-main:last-child {
    margin-bottom: 50px;
}


.imt{
background-size: cover;
    float: left;
    width: 100%;
}

.contents {
    text-align: left;
}

.contents h2 {
    margin-bottom: 0;
    margin-top: 10px;	
}

section.find_your_vacation_rental.clearfix.fidt {
    margin-top: 20px;
}

.link-click-block a:last-child {
    display: none;
}

.link-click-block a:nth-last-child(2) {
    display: none;
}

.contents h2 {
    color: #6599cd;
    font-size: 25px;
}


.blogs-row-wrap  span.post-date {
    display: block;
    padding-top: 6px;
    margin-bottom: 25px;
}
.blogs-row-wrap .list-view span.blog-para {
	display: block;
}
span.blog-img-hover {
    min-height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
	padding-top: 10px;
    height: 100%;
}

span.blog-img-hover a {
    display: inline-block;
    text-align: center;
    color: #fff;
    opacity: 0;
  
	margin: 0 22px;
    font-size: 15px;
	text-transform: uppercase;
}
span.blog-img-hover a:nth-child(1) {
    margin-left: 0 !important;
}

span.blog-img-hover a:nth-child(2) {
    margin-right: 0 !important;
}
.list-view span.blog-img-hover a {
    margin: 0;
}
span.blog-img-hover a>span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
	background: rgba(255,255,255,.14);
    line-height: 80px;
    font-size: 31px;
	display: block;
    margin: auto;
	position: relative;
	margin-bottom: 2px !important;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
span.blog-img-hover a>span {
}
span.blog-img-hover a>span:after {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

span.blog-img-hover a:hover>span:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
span.blog-img-hover a:hover span {
    background: transparent;
}
.blog-blk-wrp .vid-img:hover span.blog-img-hover {
    opacity: 1;
}

.blog-blk-wrp .vid-img:hover span.blog-img-hover a {
    opacity: 1;
}

.blogs-row-wrap .list-view .vid-img:before {
    width: 8px;
    height: 100%;
    left: inherit;
    right: 0;
}

span.blog-img-hover a img {
    max-width: 100%;
    width: auto;
    margin-top: -6px;
}

span.blog-img-hover a i {
    font-size: 31px;
}
.blog-blk-wrp .vid-img {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 385px;
    width: 100%;
    background-position: center top;
}

.video-blk span {
    display: block;
}
.vid-img {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}


.search-box-blk.clearfix {
    float: right;
    clear: none;
    padding: 20px 0;
}

a.srch-icon {
    color: #88837d;
	padding-right:5px
}

input#blog-search {
    border: none;
    box-shadow: none;
    font-size: 17px;
    text-transform: uppercase;
	outline: none;
}

.select-top.search-sel-beds.input-span {
    width: 130px;
    max-width: 100%;
	font-size:17px;
}

.select-top.search-sel-beds.input-span:before {
    right: 12px;
}

.input-span {
    margin-right: 70px !important;
}

.single-track-search .select-top.input-span select {
    font-size: 17px;
}

span.video-title {
    font-family: 'TrajanProRegular';
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
	    line-height: 25px;
}

span.blog-img-hover.d-flex.align-items-center.justify-content-center {
    background: #6599cd;
}

span.filter-text {
    border: 1px solid #dbdad8;
    margin: 0 0 0 20px;
    height: 45px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 17.5px;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif; font-family: 'Montserrat', sans-serif;
    color: #88837d;
    /* padding-right: 0; */
}
.filters-box {
    text-align: center;
    text-transform: uppercase;
}

span.main-title {
    color: #6599cd;
}

a.filtrremve {
    color: #88837d;
    font-size: 17px;
    margin-left: 20px;
}

.filters-box {
    margin: 40px 0 0px 0;
    text-align: center;
    text-transform: uppercase;
}

section.blog-sec {
    margin-top: 40px;
}

.col-md-4.blog-blk-wrp.blog-grid-view {
    margin-bottom: 80px;
}
i.clt {
    padding-left: 10px;
}

.navigation {
    text-align: center;
    width: 100%;
}
.navigation ul li {
    display: inline-block;
    padding: 12px;
}

.navigation ul li a {
    color: #6599cd;
    text-transform: uppercase;
}

li.active {
    border: 1px solid #6599cd;
}


.navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}


section.vid-details-sec.singlepots {
    margin-top: 40px;
	    padding-bottom: 50px;
		float: left;
    width: 100%;

}

img.alnright {
    float: right;
    max-width: 500px;
    margin-left: 30px;
}


div#listing-amenities {
    text-align: left;
    margin-top: 30px;
}

div#listing-amenities h4 {
    color: #88847c;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	line-height: inherit;
}

div#listing-amenities ul{
	margin-bottom: 20px!important;
}

.r-tabs-panel {
    margin-top: 30px;
	    padding: 0 !important;

}

li.wpia-week-number {
    display: none !important;
}

div#listing-map {
    padding: 0;
}

.blog-cont-right h1 {
  
    font-size: 25px;     line-height: 32px;
}


table.listing-details {
    text-align: left;
}
.slide-main .item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.16);
    top: 0;
    left: 0;
}

.select-top.date-dtpkr {
    width: 13%;
}

.select-top.search-sel-lctns {
    max-width: 100%;
		width: 18%;

}


.contents.website_default h1,h5,h3 {text-align: center;}

.contents.website_default h2 {padding-top: 30px;}

.contents.website_default strong {
    color: #6599cd;
    font-size: 25px;
    font-family: 'TrajanProRegular';
    font-size: 26px;
    /* color: #840559; */
    margin-bottom: 30px;
    padding: 0;
    font-weight: 400;
    line-height: 1.2em;
}

.website_default ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 7px;
    left: 0;
    position: absolute;
    top: 0px;
    color: #6599cd;
}
.website_default ul li {
       font-size: 15px;
    /* font-size: 20px; */
    /* line-height: 1.65; */
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}



.website_default ul {
    margin-bottom: 35px;
    padding-left: 0;
    padding-left: 20px;
}

.custom-menu-class a:after {
    border-bottom: 1px solid;
    bottom: 4px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
}

#gnav .content ul li a:hover:after {
    opacity: 1;
}

.footer_rgt a {
    color: inherit;
}

#header a i {
    -webkit-text-stroke: 1px #88847c;
    color: white;
    /* text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    font-size: 23px;
    padding: 0 10px;
    position: relative;
    top: 2px;
}

a#toggle {
    font-family: semplicitapro, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

#gnav #social_side_links li a:hover {
    color: #88847c !important;
}

a.more-info {
    font-family: semplicitapro, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

a.more-info i {
    position: relative;
    left: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}
span.blog-more a.more-info:hover i {
    left: 10px;
}

.listing-wrapper .flexslider .slides img {
    height: auto;
    max-height: 700px;
    margin-bottom: 20px; object-fit: fill;
}

div#showmore-button-1 {
    font-family: semplicitapro, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
}

.r-tabs .r-tabs-panel h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-size: 33.26px;
    margin-right: 0;
}

.datepicker table tr th.next, .datepicker table tr th.prev {
    font-size: 18px !important;
}

.map-main-sec .propertyDetails a img {
    display: block;
    height: 192px;
    width: 100%;
    object-fit: cover;
}

div.wpia-calendar.wpia-week-numbers , html div.wpia-calendar{
    width: 32.50% !important;
    *width: 276px;
    padding: 0 !important;
}

.left-place {
    background-size: cover;
	    background-position: center;

}

.all-pages-bg .owl-dots {
    display: none;
}


.row.contso .right-place {
    padding-left: 50px;
}


.row.contld .right-place {
    padding-right: 50px;
}

.left-getting.right-ing .air-list h6 span {
    margin-left: 10px; display: inline-block;
}

p:empty {
    display: none;
}

.getting-here-main.pgdt {
    padding-top: 30px;
}


select.wpia-dropdown.hasCustomSelect {
    display: none;
}

div.wpia-calendar.wpia-week-numbers div.wpia-heading div.wpia-select-container , html div.wpia-calendar div.wpia-heading div.wpia-select-container {
    width: 50% !important;
}

div.wpia-calendar.wpia-week-numbers div.wpia-select-container .wpia-dropdown, div.wpia-calendar div.wpia-heading span{
	    width: 100% !important;
}

div.wpia-calendar div.wpia-heading a img{
opacity:0;	
}

a.wpia-prev:before , a.wpia-next:before{
	        font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: 14px;
    left: 10px;
    content: "\f104";
}
a.wpia-next:before{
	    content: "\f105";
}

a.wpia-prev ,  a.wpia-next{
    background: #6599cd;
    height: 68px;
    top: 0;
}

div.wpia-calendar div.wpia-heading a.wpia-prev , div.wpia-calendar div.wpia-heading a.wpia-next {
    
    font-size: 0;
    height: 30px;
    width: 30px;
	 background: #6599cd;
	     position: relative;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    
    background: #fff;
}
span.month.focused {
    background: #6599cd !important;
    color: #fff !important;
}

.datepicker table tr td span:hover {
    background: #6599cd;
    color: #fff;
}

.datepicker table tr td span{
	    border-radius: 0;     margin: 0.5%; width:24%; border-left: 1px  solid #fff;
    border-right: 1px  solid #fff;
    border-bottom: 1px  solid #fff;

}
.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td{
	    border: 2px  solid #fff;
}

button.gm-control-active.gm-fullscreen-control {
    display: none;
}

span.decade , span.year, span.century , span.month {
    background: #e9f1f9; 
}

.datepicker-decades td  , .datepicker-centuries td , .datepicker-years td ,  .datepicker-months td {
    background: #fff !important;
}

div#slider img {
    height: auto;
	/*margin-top: -55px;*/
}

.map-main-sec .property h2{
	margin-bottom: 18px;
}
.boxcopy h2 span {
    display: block;
    font-size: 15px;
    color: #88847c; font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1800px){
a#btn_gnav {
    display: block !important;
}
}
li.wpia-day.status-available.btndt {
    background: #80b2e4 !important;
}
li.wpia-day.selcted , li.wpia-day.selcted2 {
    background: #6599cd !important;
	color:#fff !important;
}
li.wpia-day.selcted.btndt , li.wpia-day.selcted2.btndt {
	background: #6599cd !important;
}

.slider-for-list{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
	height:670px;
}

.slider-for-list.slick-initialized {
    visibility: visible;
    opacity: 1;    
	height:auto;
}

.single-right-in form {
    max-width: 82%;
    margin: 0 auto;
}

li.title {
    text-align: center;
}
.datepicker.dropdown-menu{
	    z-index: 999;
}

 .ribbon {
    background-color: #6599cd;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -193px;
    top: 60px;
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    transform: rotate(-32deg);
    width: 659px;
	text-align:center;
}

.ribbon h1 {
    color: #fff;
    font-size: 29px;
    padding-top: 14px;
}

.ribbon h5 {
    font-family: 'TrajanProRegular';
    color: #fff;
    font-weight: 300;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	line-height: 17px;
}

.ribbon sup {
    top: -.7em;
}

.ribbon h1 span {
    display: block;
    font-size: 14px;
    margin-left: 0;
    font-family: 'Montserrat', sans-serif;
}
.ribbon h1 span sup {
    font-size: 11px;
    position: relative;
    top: -7px;
}

.all-pages-bg {
   
    overflow: hidden;
}

.rbt {
    margin-left: -1px;
}

td.disabled.range.day {
    color: #fff !important;
}

p.alert.alert-danger:last-child {
    display: none;
}

p.alert.alert-danger:first-child {
    display: block !important;
}


.card {
    margin-top: 0;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card img {
    max-width: 100%;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    border-bottom: 0;
}

.card.hovercard .card-background {
    height: 200px;
}

.card.hovercard .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 16px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.hovercard .card-title .text-right {
    font-size: 14px;
}

.header-panel .header-phone {
    font-size: 20px;
    font-weight: 500;
    height: 80px;
    line-height: 80px;
}
.unit-description {
    font-size: 12px;
}

#unit-description {
    overflow: hidden;
}

.stay-summary, .breakdown-summary, .unit-description {
    padding: 10px;
    border: 1px solid #eee;
    border-top: 0;
}
.stay-summary h4, .breakdown-summary h4 {
    padding: 10px;
    margin: -10px -10px 10px;
    background: #eee;
}
.stay-summary div{
    height: 38px;
}

#stay-messages {
    height: auto;
}

.focus-row {
       font-size: 100%;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.focus-row-top {
       font-size: 100%;
    font-weight: bold;
    border-top: 1px solid #eee;
}

footer {
    border-top: 0px solid #eee;
    margin-bottom: 30px;
    padding-top: 10px;
}

/* for IE 10,11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-background img {
        opacity: 0.2 !important;
        filter: alpha(opacity=20) !important;
    }

    .card.hovercard .card-info .card-title {
        color: #000000;
    }
}

.acc-wizard-step {
    clear: both;
}
#insurance .panel-body {
    padding: 20px;
}
.ti-icon {
    vertical-align: middle;
    margin-left:10px;
}
.ti-icon-danger {
    color:#a94442;
}
.ti-icon-success {
    color:#5cb85c;
}
.ti-icon-cell {
    white-space: nowrap;
}
.ti-header {
    line-height: 28px;
}
.ti-boosted {
    font-size: 20px;
    font-weight:bold;
}

.dropdown-menu{
    max-width: 223px !important;
}


select.extraPersons.form-control {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    height: 34px;
}
.card.hovercard .card-title{
margin-bottom:0;	
}
.form-control{
	margin-bottom:20px;
}
.stay-summary div {
    height: auto;
}
    /* border-top: 1px solid #ccc; */
hr.ndt{    margin-top: 30px;
    width: 89%;
    margin: 0 auto;
    margin-top: 30px;
    /* float: none; */
    display: block;
    margin-left: 76px;
}
.needs-validation1 h4 {
    margin-top: 35px;
    margin-bottom: 10px;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da;
}
.form-control{
	    border-radius: 2px;
}
.leftpor.col-md-8 {
    padding-right: 50px;
}
.sub0-btn input{
	    padding: 7px 30px;
}
.needs-validation1 {
    font-size: 15px;
}
.card.hovercard {
    border-radius: 0;
}
.form-control{
	color:#88847c;
}
.sqw-block-sec li span{
font-size:15px;	
}
.stay-summary {
    font-size: 15px;
}
div#deposit-policy p {
    margin-bottom: 0;
}

.contact-form.cdc {
    margin-top: 50px;
}
.stay-summary td {
    font-size: 15px !important;
}

.acc-wizard-step .sub0-btn input {
    padding: 7px 60px;
}
.acc-wizard-step .sub0-btn {
    margin-top: 20px;
}
div#deposit-policy p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
}
.rightpor {
    font-size: 15px;
    line-height: 30px;
}

.rightpor  .sqw-block-sec {
    padding-bottom: 0;
}  

h2.vactnrental {
    margin: 30px 0 50px 0;
    text-align: center;
}

a.refundlink {
    margin-top: 5px;
    display: inline-block;
	    font-size: 13px;
}

#locations-select * {
  background: #fff;
}
#gnav .content ul li a::after{
	content: "";
}
.owl-carousel .owl-item{
transition: all 0.5s;
opacity:0;
}

.owl-carousel .owl-item.active{
	opacity:1;
	
}
section#banner-slider .item{
list-style:none;	
}

@media only screen and (min-width: 768px){
html div#slider img {
    height: 700px;
    object-fit: cover;
}
html .flexslider-listing .slick-slide img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

div#listing-amenities ul {
    margin-bottom: 20px!important;
    width: 100%;
}
div#listing-amenities ul li{
width:25%;
}

}

ul, ol, li {
    list-style: none;
}

.single-track-search .input-daterange {
        width: 100%;
    display: inline-block;
    margin-top: 20px;
    background: rgba(255,255,255,.95);
    padding: 20px 0;
    max-width: 62%;
    min-height: 0;
    padding-top: 0;
    top: 3px;
    left: -8px;
}

span.txt {
    /* transform: translate(37px, 10px); */
    position: relative;
    left: 30px;
}
span.feature {
    background: #6699cc;
    position: absolute;
    transform: rotate(-39deg);
    top: -84px;
    width: 100%;
    left: -84px;
    font-size: 17px;
    /* text-align: center; */
    color: #fff;
    font-family: 'TrajanProRegular';
}

.col-md-6.blog-sec-thumnail {
    overflow: hidden;
}
.banner-slider-div .flex-direction-nav{
	    display: none;
}

.wpcf7-response-output {
    border: none !important;
    color: red;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

html .datepicker-days {
    display: block;
}

.hideloader.propertypg  img {
    max-width: 30px;
    height: auto;
    object-fit: contain;
    width: auto;
    display: inline-block;
    margin: 0;
    object-position: top;
    margin-right: 16px;
}

.hideloader.propertypg {
    display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  font-family: 'TrajanProRegular';

  color: #6599cd;
 
  text-transform: uppercase;
  font-size: 25px;
}

.flexslider .slides>li:first-child {
    display: block;
}

.align-white {
   
    position: relative;
}
html .noticeblock2 {
    font-size: 14px; padding: 4px 20px 5px 20px;
}

h3 {
    font-family: 'TrajanProRegular';
    font-size: 19px;
    color: #840559;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.2em;
    color: #6599cd;
}
h3 strong{
font-weight:inherit;	
}
em {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
@media only screen and (max-width: 768px){
	html .noticeblock2 {
    font-size: 12px; line-height: 20px;
}
	span.feature {
    background: #6699cc;
    position: absolute;
    transform: rotate(-39deg);
    top: -33px;
    width: 100%;
    left: -84px;
    font-size: 11px;
    /* text-align: center; */
    color: #fff;
    font-family: 'TrajanProRegular';
}
span.txt {
    /* transform: translate(37px, 10px); */
    position: relative;
    left: 59px;
}
	
}

h2.h5home {
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.57);
    font-size: 21.87px;
    text-transform: uppercase;
    margin: 0;
    line-height: 50.87px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.57);
}

h2.h5home span {
    display: block;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.57);
    font-size: 42px;
    font-family: 'TrajanProRegular';
}
html .welcome-main-area h1 {
   
    font-size: 26px;
}
@media only screen and (max-width: 768px){
    h2.h5home{
        font-size: 15.87px;
   
    line-height: 29.87px;
    }

    h2.h5home span{

        font-size: 24px;
    }
    .noticeblock2 a {
        color: inherit !important;
    }
   html  .welcome-main-area h1 {
       
        line-height: 29px;
    }
}

