/*@import url('//selectize.github.io/selectize.js/css/selectize.bootstrap3.css');*/
@import url('//cdn.jsdelivr.net/sweetalert2/6.4.3/sweetalert2.min.css');
@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css');*/
/*@import url('//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css');*/
@import url('//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css');
@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,900|Roboto:400,400i,700&display=swap');

@import url('../js/phone/css/intlTelInput.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.20/jquery.fancybox.min.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.css');

a { -webkit-transition: all 350ms; -moz-transition: all 350ms; -o-transition: all 350ms; transition: all 350ms; }
a:focus { outline:none!important; color:#424f5f; }
.form-control:focus { box-shadow: none; }
.no-padding {padding:0;}.no-margin{margin:0;}
.line-normal{line-height:normal;}
.clear {clear:both; display:block;}
.h-10{height:10px;}.h-15{height:15px;}.h-20{height:20px;}.h-25{height:25px;}.h-50{height:50px;}
.m-t-5{margin-top:5px;}.m-r-5{margin-right:5px;}.m-b-5{margin-bottom:5px;}.m-l-5{margin-left:5px;}
.m-t-10{margin-top:10px;}.m-r-10{margin-right:10px;}.m-b-10{margin-bottom:10px;}.m-l-10{margin-left:10px;}
.m-t-15{margin-top:15px;}.m-r-15{margin-right:15px;}.m-b-15{margin-bottom:15px;}.m-l-15{margin-left:15px;}
.m-t-20{margin-top:20px;}.m-r-20{margin-right:20px;}.m-b-20{margin-bottom:20px;}.m-l-20{margin-left:20px;}
.m-t-25{margin-top:25px;}.m-r-25{margin-right:25px;}.m-b-25{margin-bottom:25px;}.m-l-25{margin-left:25px;}
.full-img img{width:100%!important;display:block!important;height:auto!important;}
.bold{font-weight:600;}
#page-loader { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; }
#page-loader .spinner { font-size: 12px; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin: -20px 0 0 -20px; text-indent: -10000px; border: 4px solid #eee; border-top-color: #2196F3; border-radius: 50%; -webkit-animation: spinner 700ms infinite linear; -moz-animation: spinner 700ms infinite linear; -ms-animation: spinner 700ms infinite linear; -o-animation: spinner 700ms infinite linear; animation: spinner 700ms infinite linear; }
@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
@-moz-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
@-o-keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}

html, body { padding:0; margin:0; font-family: Lato, Arial, sans-serif; color:#424f5f; font-size:14px; line-height:18px; min-height: 100%; height:100%; position:relative; }
body { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; right: 0%; }
.nav li.dropdown:hover { z-index:10; }
.navbar { margin-bottom:0; }
.navbar-brand { height:auto; }
.navbar-brand img { height:65px; }
.navbar-nav { float:right; margin-top: 13px; }
.navbar-nav > li > a { text-transform:uppercase; font-weight:900; font-size:13px; color:#424f5f; padding: 11px 10px; }
.navbar-nav li.active a, .navbar-nav li.open a.dropdown-toggle, .navbar-nav li a:hover, .navbar-nav li.dropdown:hover a.dropdown-toggle { background-color: #f8f8f8; }
.navbar-nav .dropdown .dropdown-menu li a { font-weight:700; font-size:13px; color:#424f5f; padding: 8px 20px; text-transform:uppercase; }
.navbar-nav .dropdown .dropdown-menu li:hover > a, .navbar-nav .dropdown-submenu:hover .dropdown-menu li:first-child a { background:#00BFF3; color:#fff; }
.navbar-nav .caret { margin-top: -3px; }
.navbar-nav .dropdown-menu { border:none; border-radius:0px; padding:0px; background: #f8f8f8; }
.navbar-nav .dropdown:hover > .dropdown-menu, .navbar-nav .dropdown-submenu:hover > .dropdown-menu, .navbar-nav .dropdown:hover ~ #nav-bg { display: block; }
#nav-bg { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.6); top: 0; left: 0; z-index: 9; display:none; }
.navbar-nav .dropdown-submenu .dropdown-menu { background:#FFF; top: 0; bottom:0; left: 100%; margin-top: 0px; }
.navbar-nav .dropdown-submenu:hover .dropdown-menu li:first-child .dropdown-img { display:block; }
.navbar-nav .dropdown-menu .dropdown-img { min-width: 285px; }
.navbar-nav .dropdown-menu .dropdown-img strong { font-size:12px; text-transform: uppercase; }
.navbar-nav .dropdown-menu .dropdown-img p { font-size: 11px; line-height: 12px; }
.navbar-nav .dropdown-menu .dropdown-img .sub-info { padding: 5px 10px; }
.navbar-nav .dropdown-menu li .dropdown-img a { background:#FF9C00!important; color: #fff!important; position: absolute; bottom: 10px; text-transform: uppercase; font-size: 12px; padding: 5px 10px; text-decoration:none; }
.navbar-nav .dropdown-menu li .dropdown-img a:hover { background:#00BFF3!important; }

body.ru .navbar-nav > li > a { font-size: 12px; font-weight: 600; }
body.ru  #order a, #order b { font-size: 11px; }

#mobile-menu { color: #2a3747; font-size: 22px; right: 0; position:absolute; display: block; padding: 10px; margin-top: 5px; }
#mobile-bg { width: 100%; position: fixed; left: 0; height: 100%; z-index: 9991; top: 0; background: rgba(32, 32, 32, 0.8); opacity: 0; pointer-events: none; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
#mobile-nav { position: fixed; right: -300px; top: 0; width: 250px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; z-index: 9999; height: 100%; padding:0px; list-style:none; overflow-y: scroll; background-color: #2a3747; }
#mobile-nav a { color:#fff; padding:10px 15px; text-transform:uppercase; text-decoration:none; display:block; border-bottom: solid 1px #424F5F; }
#mobile-nav a:hover { background:#424F5F; }
#mobile-nav .caret { margin-top: 8px; float: right; }
#mobile-nav ul { padding:0; list-style:none; text-indent: 5px; }
#mobile-nav #sub-lang li { width:33.33333333%; float: left; }
#mobile-nav #sub-lang > li:nth-child(6) ~ li a { border-bottom: none; }
#mobile-nav #sub-lang { border-bottom: solid 1px #424F5F; }
html.active { overflow: hidden; }
body.active { right: 250px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
#mobile-nav.active { right: 0px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
#mobile-bg.active { opacity: 1; pointer-events: auto; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }

.slider { background-color:#2a3747; width: 100%; min-height: 325px; z-index: 5; margin-top: -41px; background-position: top center; background-repeat: no-repeat; }
#main-slider { height:500px; }
#search-slider { height:325px; }
#page-slider { min-height:40px; background-color:#FBFBFB; }
#page-slider .lang { background:rgba(249, 249, 249, 0.8); }
.slider.slider-bg-1 { background-image: url("../img/slider/slider-1.jpg"); }
.slider.slider-bg-2 { background-image: url("../img/slider/slider-2.jpg"); }
.slider.slider-bg-3 { background-image: url("../img/slider/slider-3.jpg"); }
.slider.slider-bg-4 { background-image: url("../img/slider/slider-4.jpg"); }

.slider.search-bg-1 { background-image: url("../img/search/slider-1.jpg"); }
.slider.search-bg-2 { background-image: url("../img/search/slider-2.jpg"); }
.slider.search-bg-3 { background-image: url("../img/search/slider-3.jpg"); }

.slider .lang { background: rgba(255, 255, 255, 0.8); height: 40px; text-align:right; }
.slider .lang a { display:inline-block; margin: 7.5px 5px; border-radius: 50%; box-shadow: 1px 2px 0px rgba(0,0,0, 0.2); position: relative; }
.slider .lang a img { width: 25px; }
#search-slider .h1 { text-transform: uppercase; color: #fff; text-shadow: 2px 2px 2px rgba(0,0,0,0.5); font-weight: 700; }
#property-list article { background: #fff; padding: 15px; border: solid 1px #ddd; line-height: 22px; }
#property-list article h1, #property-list article h2, #property-list article h3, #property-list article h4 { font-size: 14px; font-weight: 600; margin-top: 0; }
#most-popular article h1, #most-popular article h2, #most-popular article h3, #most-popular article h4 { font-size: 14px; font-weight: 600; margin-top: 0; }
#search { background:#f8c300; padding: 10px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-top:13%; }
#search .h1 { color:#fff; font-size:25px; font-weight:700; margin:0; }
#search .col-md-2 { padding:0 10px 0 0; margin-bottom: 10px; }
#search .col-md-2:last-child { padding:0 0 0 10px; }
#search .popular a { padding: 5px 10px; border: solid 2px #fff; border-radius: 3px; background: #00bff3; color: #fff; text-decoration: none; display: inline-block; margin-right: 10px; }
#search .popular a:hover { background:#2bcfff; }
#search button[type="submit"] { border: solid 2px #fff; color: #fff; background: #00BFF3; width: 100%; padding: 5px 12px; font-weight:900; text-transform:uppercase; }
#search .bootstrap-select button, #search .form-control { border: none; background-color:#fff!important; }
.bootstrap-select .dropdown-toggle.bs-placeholder { color:#424f5f!important; }

#top-3 { background:#ECECEC; padding:30px 0; font-size:18px; text-transform: uppercase; }
#top-3 .fa { vertical-align: middle; margin-right: 10px; }
#top-3 .box { cursor: pointer; }
#top-3 .box-1 .fa { color:#5CD6E5; }
#top-3 .box-2 .fa { color:#69CA83; }
#top-3 .box-3 .fa { color:#FB7550; }

#most-popular { margin:25px 0; }
#most-popular .h2 { position:relative; text-align:center; margin:0 0 10px 0; padding:0; font-size:22px; font-weight:700; text-transform:uppercase; }
#most-popular .h2:before { content: ""; position: absolute; background:#ececec; height:4px; left:5px; right:5px; top:50%; margin-top: -2px; }
#most-popular .h2 span { z-index: 2; position: relative; background: #fff; padding: 0 20px; }
#most-popular .no-padding [class*="col-"] { margin: 0; padding: 5px; }
#most-popular .box { float:left; }
#most-popular a { display:block; position:relative; color:#000; text-decoration:none; }
#most-popular a:before { content: ''; position: absolute; left: 10px; right: 10px; bottom: 10px; top: 10px; border: solid 1px #FFF; }
#most-popular a span { position: absolute; background: url(../img/offer.png) no-repeat; font-family:Lato; font-weight:900; font-size: 20px; left: 20px; top: 15px; width: 127px; height: 86px; }
#most-popular a span em { line-height: 60px; font-style: normal; display: block; text-align: center; -moz-transform: rotate(-8deg); -o-transform: rotate(-8deg); -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
.article a { display: inline-block!important; color: #424f5f!important; border-bottom: dotted 1px; text-decoration: none!important; }
.article a:before { display:none; }
.article img { float: left; margin: 0 1rem 1rem 0; max-width: 100%; }

#testimonial { background:#2a3747; }
#testimonial .carousel .item img { margin: 0 auto; }

#map { background: url("../img/map.png") no-repeat center center #424F5F; min-height: 260px; margin: 0 auto; border-bottom: solid 5px #616b77;  }
#map p { font-size: 30px; color: #fff; text-align: center; line-height: 100px; text-transform:uppercase; }
#map ul li { text-align:center; list-style:none; }
#map ul li a { color:#fff; font-size:20px; text-transform:uppercase; text-decoration: none; }
#map ul li a:hover { color:#00bff3; }

footer { background:#2A3747; }
footer .container { padding:25px 15px 0; color:#fff; }
footer .terms { font-size: 12px; }
footer .terms a { display:inline-block; font-size: 12px; margin: 0 5px 10px; line-height: 20px; }
footer .title { font-size:20px; font-weight:700; text-transform:uppercase; color:#fff; margin-bottom:15px; }
footer .fa { width:20px; }
footer ul { padding:0; }
footer li { width:50%; float:left; }
footer a { color:#fff!important; text-decoration: none; font-size:16px; line-height:35px; display:block; }
footer p { font-size:13px; line-height: 22px; margin-bottom: 0; }
#content { background: #ececec; }
#content #main { padding-top: 15px; padding-bottom: 15px; }
#content #main.top-no-padding { padding-top:0; }
#content #main.bottom-no-padding { padding-bottom:0; }

.bg-white { background:#fff; }
.detail-page h1 { background:#00aff0; color:#fff; font-size: 15px; line-height: 22px; max-width: 750px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin:0; padding: 10px 15px; }
.detail-page #price { background: #00aff0; color: #fff; font-size: 18px; padding: 15px; display: inline-block; position: absolute; z-index: 2; margin-top: 20px; font-weight: 700; }
.detail-page #main-owl { cursor: all-scroll; }
.detail-page #main-owl .owl-nav div { display: inline-block; padding: 8px 15px; position: absolute; right: 0; top:50%; margin-top:-22px; background: #00aff0; color:#fff; }
.detail-page #main-owl .owl-nav div.owl-prev { right:auto; left:0px; }
.detail-page .download { background: #FF9800; color: #fff; font-size: 18px; font-weight: 700; text-align: center; padding: 8px 10px; cursor: pointer; }
.detail-page .box-title { font-size: 16px; font-weight: 700; background: #00aff0; padding:2px 5px;  color:#fff; margin: 10px 0; display:block; }
.detail-page .box-title i { background: #0093ca; width: 35px; height: 35px; border-radius: 50%; text-align: center; line-height: 37px; margin-right: 5px; font-size: 18px; text-indent: 1px; vertical-align: middle; }
.detail-page .box-title:after { content:''; clear:both; display:block; }
.detail-page #distance, .detail-page #info { margin: 0; padding: 0; list-style: none; font-size: 18px; color: #00aff0; width: 100%; display:table; }
.detail-page #distance li { text-align:center; margin: 5px 0; }
.detail-page #distance li i { display:block; margin-bottom: 10px; }
.detail-page #info { font-size: 15px; margin-bottom: 10px; color:#424f5f; }
.detail-page #info i { width:16px; text-align:center; }
.detail-page #info li { margin: 5px 0; }
.detail-page #info span { width: 90px; display:inline-block; font-weight:700; }
.detail-page p { font-size: 14px; line-height: 22px; padding: 0 15px 10px; }

#what-happens { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#fff; }
#what-happens span { background: #ff9800; color: #fff; font-size: 18px; font-weight: 700; padding: 10px 15px; display: inline-block; margin: 15px 5%; width: 90%; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#what-happens ul { padding: 0; margin: 0 5% 15px; width: 90%; display: inline-block; list-style: none; font-size: 14px; line-height: 22px; }
#what-happens ul li { margin-bottom: 15px; }
#what-happens ul li:after { content:''; clear: both; display:block; }
#what-happens ul li:last-child { margin-bottom:0; }
#what-happens ul li i { padding: 10px; border: solid 1px #424f5f; border-radius: 50%; color: #ff9800; margin-right: 5px; float: left; }

.detail-page #similar-owl { background: #fff; border: solid 3px #00aff0; cursor: all-scroll; }
.detail-page #similar-owl .owl-nav div { display: inline-block; padding: 8px 15px; position: absolute; right: 0; top: 40%; background: #00aff0; color:#fff; }
.detail-page #similar-owl .owl-nav div { margin-top:-22px; }
.detail-page #similar-owl .owl-nav div.owl-prev { right:auto; left:0px; }
.detail-page #similar-owl .box { margin: 10px; box-shadow: 0px 1px 2px rgba(0,0,0,0.4); }
.detail-page #similar-owl .box a figure { position:relative; }
.detail-page #similar-owl .box a figure span { background: rgba(0, 191, 243, 0.8); position: absolute; z-index: 2; color: #fff; right: 0; left: 0; bottom: 0; padding: 10px; text-align: right; font-size: 18px; font-weight: 700; text-transform: uppercase; }
.detail-page #similar-owl .box ul { padding: 0; list-style: none; margin: 10px 0; font-size: 16px; display:inline-block; }
.detail-page #similar-owl .box ul li { width:50%; float:left; text-align:center; }
.detail-page #similar-owl .box ul li i { width:35px; text-align:center; }
.detail-page #similar-owl .box ul li:first-child { text-transform:uppercase; font-weight:900; width:100%; margin-bottom: 15px; }

#phone-fixed { position: fixed; bottom:0; background:#fff; width: 100%; height:60px; z-index:2; box-shadow: 0 -2px 2px rgba(0,0,0,0.2); }
#phone-fixed a { padding: 10px 15px; width: 40%; margin: 10px 5%; display:inline-block; text-transform:uppercase; color:#fff; background:#25d366; text-align:center; border-radius: 3px; font-weight:900; text-decoration:none; float:left; }
#phone-fixed a .fa { font-size: 20px; vertical-align:middle; }
#phone-fixed a:last-child { background:#00aff0; }

.contact-page .title { background: #13276E; text-align: center; font-size: 18px; font-weight: 700; color: #fff; text-transform: uppercase; padding: 13px 10px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.contact-page .enquiry small { padding:3px 0; }
#contact-info { background: url('../img/contact-bg.jpg') no-repeat center center; background-size: cover; color: #fff; min-height: 300px; font-size: 20px; line-height: 26px; padding: 15px; }

.enquiry { background: #FF9800; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.enquiry label { display: block; color:#fff; text-transform: uppercase; text-align: center; font-weight: 700; font-size: 18px; padding: 12px 0; border-bottom: dashed 1px; margin-bottom: 15px; }
.enquiry small { display: block; text-align: center; color: #fff; border-top: dashed 1px; padding: 10px 0; font-size: 10px; text-transform: uppercase; }
.enquiry button[type="submit"] { background: #00aff0; color: #fff; font-weight: 700; text-align: center; width: 100%; padding: 10px; border: solid 2px #fff; font-size: 18px; text-transform:uppercase; }
.enquiry input, .enquiry textarea { border:none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 10px 12px; height: auto; }
.enquiry .code { width: 35%; background: #fff; border-radius: 3px; display: inline-block; text-align: center; padding: 4px 0; float: left; }
.enquiry .code img { width:100%; max-width: 100px; }
.enquiry input[name="eq-code"] { width: 60%; text-align: center; letter-spacing: 4px; font-size: 18px; padding: 7px 12px; margin-left: 5%; display: inline-block; text-transform:uppercase; }
.enquiry input[name="eq-code"]::-webkit-input-placeholder { letter-spacing: 1px; }
.enquiry input[name="eq-code"]::-moz-placeholder { letter-spacing: 1px; }
.enquiry input[name="eq-code"]:-ms-input-placeholder { letter-spacing: 1px; }
.enquiry input[name="eq-code"]:-moz-placeholder { letter-spacing: 1px; }

#enquiry-contact.enquiry { background:#13276E; }
#enquiry-contact.enquiry button[type="submit"] { background: #FF9800; }
#enquiry-viewing.enquiry { background: rgba(76, 76, 76, 0.6); margin: 15px 0; }
#enquiry-viewing.enquiry button[type="submit"] { background: #FF9800; }
#enquiry-viewing.enquiry .bootstrap-select button { height: 40px; }
#enquiry-viewing.enquiry .intl-tel-input { color:#424f5f; }

#filter.collapse { display:block; }
#filter-btn div { background-color:#ff9800; font-size:16px; font-weight:700; color:#fff; text-transform:uppercase; padding: 10px 0; text-align:center; margin-bottom:15px; cursor:pointer; }
.panel-primary { border: none; border-radius: 0px; }
.panel-primary>.panel-body { border: solid 1px #ddd; border-top: none; }
.panel-primary>.panel-heading { background-color:#00bff3; border: none; text-transform:uppercase; font-weight:700; font-size: 16px; border-radius:0; } 

.panel .checkbox { margin:0px; }
.panel .checkbox input[type=checkbox] { display:none; }
.panel .checkbox label { padding-left: 15px; font-size: 15px; text-transform:uppercase; line-height:45px; display:block; }
.panel .checkbox label:before { content: ""; font-family:FontAwesome; display: inline-block; width: 22px; height: 22px; line-height: 22px; vertical-align: middle; color: #FFF; background-color: #728296; text-align: center; margin-top: -2px; margin-right:10px; }
.panel .checkbox label small { font-size: 16px; float: right; margin-right: 15px; margin-top: -1px; }
.panel .checkbox input[type=checkbox]:checked + label { background-color: #f5f5f5; }
.panel .checkbox input[type=checkbox]:checked + label:before { content: "\f00c"; background-color: #424F5F; }
.panel .checkbox label:hover:before { background-color: #424F5F; }

.check-style .checkbox label { padding: 0; text-align: center; margin: 10px auto; border-radius: 50%; width: 50px; height: 50px; background-color: #728296; line-height: 50px; color: #fff; }
.check-style .checkbox label:before { display:none; }
.check-style .checkbox input[type=checkbox]:checked + label, .check-style .checkbox label:hover { background-color: #424F5F; }

#box-room.panel .checkbox:nth-child(1) label, #box-room.panel .checkbox:nth-child(2) label { font-size:11px; }
#box-payment .checkbox label { width: 75px; height: 75px; padding-top:15px; line-height: normal; }
#box-payment .checkbox label small { display:block; float:none; margin:0; font-size:10px; }
#box-payment .checkbox:nth-child(1) label { font-size: 18px; padding-top: 20px; }

#box-refno input { border-radius:0; height:45px; font-size:16px; }
#box-refno button { border-radius: 0px; height: 45px; padding-left: 15px; padding-right: 15px; }

#search-form .btn-clear { color: #fff; background-color: #424f5f; border-radius: 0; width: 100%; margin-bottom: 20px; }
#search-form .btn-clear:hover { background-color:#2a3747; }
.not-found { font-size: 18px; line-height: 22px; background: #fff; padding: 25px 15px; text-align:center; }
.not-found b { display: block; font-size: 1.5em; margin-bottom: 15px; }
.not-found a { display: table; margin: 25px auto 0; padding: 10px 20px; text-decoration: none; color: #000; font-weight: 600; background: #f8c300; }
.not-found a:hover { background: #ffd32f; }

.property { background:#fff; border: solid 1px #ddd; box-shadow: 0 1px 1px rgba(0,0,0,.05); padding:0; margin-bottom: 15px; }
.property .title { display:block; color:#fff; margin:10px -1px; background: #424f5f; text-decoration: none; }
.property .title:hover { background:#556475; }
.property h4 { margin:0; padding:10px; font-size:18px; font-weight:700; }
.property [class*="col-"] { padding: 0 10px; }
.property figure { position:relative; }
.property figure em { position: absolute; background: rgba(255, 255, 255, 0.8); left:10px; top:0px; color:#424f5f; text-transform:uppercase; padding: 5px 10px; font-style: normal; font-weight: 700; }
.property figure span { position: absolute; background: rgba(0,191,243,0.8); color: #fff; bottom: 0; right: 10px; left: 10px; text-align: center; padding: 10px 0; font-size: 20px; font-weight: 700; }
.property ul { padding: 0; margin: 15px 0 0 0; list-style: none; font-size: 16px; text-transform: uppercase; font-weight: 700; line-height: 22px; }
.property ul li { margin:10px 0 ; }
.property ul li > .fa { width:25px; }
.property ul li:last-child { text-align:right; margin:0; }
.property ul li a { background: #FF9800; color: #fff; font-size: 14px; display:inline-block; padding: 6px 15px; text-align: center; font-weight: 400; text-decoration:none; }
.property ul li a:hover { background: #ffa726; }

#order section { background:#424f5f; color:#fff; padding:5px 15px; text-transform: uppercase;  font-weight: 400; font-size: 12px; }
#order a, #order b { text-align:center; color:#fff; padding-top:5px; padding-bottom:5px; }
#order a.active { background:#00bff3; }
#order b { text-align:left; }
.pagination { margin:1px 0; }
.pagination>li>a { background: #424f5f; color: #fff; border: #424f5f; margin:0 1px; }
.pagination>.active>a, .pagination>li>a:hover { background-color: #ff9800!important; border-color: #ff9800!important; color:#fff; }

#guestbook { background:#fff; }
#guestbook-header { background: #00adef; color: #fff; position: relative; }
#guestbook-header h1 { font-size:28px; margin:0; padding:20px 10px; text-align:center; }
#guestbook-header h1 i { float:left; margin-left: 10px; }
#guestbook-header a { font-size: 18px; float: right; position: relative; border: solid 4px #fff; border-right: none; border-bottom: none; color: #fff; padding: 10px 15px; right: 0; bottom: -10px; background: #FF9800; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; text-decoration: none; }
.guest-box { padding-bottom: 15px; }
.guest-box p { line-height:22px; margin:0 0 5px; }
.guest-box a { font-size:11px; color: #fff; background: #2a3747; padding: 5px 8px; cursor: pointer; margin: 8px 0; display:table; }

#one-page { background-color:#fff; background-position: top center; background-repeat: no-repeat; background-size: cover; width:100%; min-height: 740px; color:#fff; display:table; }
#one-page.error-404 { background-image: url("../img/404.jpg"); }
#one-page.airport { background-image: url("../img/services/airport.jpg"); }
#one-page.furniture { background-image: url("../img/services/furniture.jpg"); }
#one-page.cleaning { background-image: url("../img/services/cleaning.jpg"); }
#one-page.sell-your-property { background-image: url("../img/services/sell-your-property.jpg"); }
#one-page.about-us { background-image: url("../img/about-us-bg.png"); color:#424f5f; font-size: 16px; line-height: 20px; }
#one-page.viewing-trip { background-image: url("../img/viewing-trip-bg.jpg"); }
#one-page.extra-page { color:#424f5f; font-size:18px; line-height:30px; }

#one-page.thank-you { min-height:auto; color:#424f5f; text-align:center; font-family:Roboto; font-size:20px; }
#one-page.thank-you h2 { text-shadow:none; text-align:center; color:#00BE9C; text-transform:uppercase; font-weight:900; }
#one-page.thank-you .share { padding: 8px 15px; display: inline-block; margin: 10px; color: #fff!important; background: #3B5998; font-size: 13px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: 0px 1px 3px rgba(0,0,0, 0.3); min-width: 170px; }
#one-page.thank-you .share .fa { margin-right: 10px; font-size: 18px; vertical-align: middle; }
#one-page.thank-you .share.twitter { background:#00ABF1; }
#one-page.thank-you .share.google { background:#D0422A; }
#one-page.thank-you .share.pinterest { background:#CA2127; }

#one-page.our-vision { background-color:transparent; color:#424f5f; font-size: 16px; line-height: 20px; }
#one-page.our-vision > ul { padding: 0; list-style: none; margin: 0; }
#one-page.our-vision > ul > li { background: #0085c2; color: #fff; padding: 20px 10px; }
#one-page.our-vision > ul > li > i { padding: 25px; float: left; margin-right: 20px; border-right: solid 1px #fff; min-width: 115px; }
#one-page.our-vision > ul > li > p { margin: 0; padding: 15px 0; }
#one-page.our-vision > ul > li > p > b { display:block; }
#one-page.our-vision > ul > li:last-child { background: transparent; color: #424f5f; }
#one-page.our-vision > ul > li:last-child > i { border-color: #424f5f; }
#one-page.our-vision > .box { font-size: 20px; color:#00adef; text-align:center; line-height: 35px; }
#one-page.our-vision > .box > b { font-size: 26px; font-weight:900; }
#one-page.our-vision strong { color:#00adef; }

#one-page.error-404 h2 { text-align: center; font-size: 2em; padding-top: 22%; line-height:45px; }
#one-page h1 { background:#00adef; color:#fff; border-bottom: solid 2px #fff; text-align:center; text-transform:uppercase; font-size: 26px; margin:0; padding: 10px; }
#one-page h2 { font-size: 2.5em; font-weight: 700; text-shadow: #464646 1px 1px 5px;  }
#one-page button[data-toggle="modal"] { background: #000; border: solid 2px #fff; color: #fff; display: inline-block; font-size: 18px; text-transform: uppercase; font-weight: 700; margin: 15px 0; padding: 10px 15px; white-space: pre-line; min-width: 40%; }

#myGuestbook .modal-title { text-align:center; text-transform:uppercase; font-weight:700; }
#myGuestbook .modal-body { font-size: 18px; line-height: 30px; }

#myOnePage .modal-dialog { margin-top: 5%; }
#myOnePage .modal-content { box-shadow:none; border:none!important; }
#myOnePage .modal-body { padding:0; }
#myOnePage .modal-body .close { position: absolute; top: -15px; right: -10px; background: #ffffff; color: #5f5f5f; text-shadow: none; z-index: 9; opacity: 1; border-radius: 50%; width: 30px; height: 30px; text-align: center; padding: 0 0 3px 1px; }

#faq-list { list-style:none; padding:0; margin:0; }
#faq-list li { margin-bottom: 10px; background: #00adef; color: #fff; }
#faq-list li:before { content: "\f0da"; font-family: FontAwesome; display: inline-block; float: left; margin: 5px 10px 0 10px; color: #fff; }
#faq-list li strong { text-transform: uppercase; padding: 5px 10px; display: block; cursor: pointer; }
#faq-list li strong:hover, #faq-list li.active { background:#1182dc; }
#faq-list li div { line-height:22px; display:none; padding: 5px 10px; background: #0c5d9e; }
#faq-list li:last-child { margin-bottom:0; }

/* RESPONSIVE */
@media only screen and (min-width: 1200px) {
  header { margin-top: 15px; }
  #search .col-md-2 { margin:0; }
 
}

@media only screen and (min-width: 992px) {
  #search { margin-top: 18%; }
  #top-3 { font-size: 14px; }
}

@media only screen and (max-width: 992px) {
  .article img { float: none; display: block; margin: 1rem auto; }
  #search .h1 { text-align:center; font-size: 18px; }
  #top-3 { font-size: 12px; padding: 20px 0; }
  #most-popular { margin: 15px 0; }
  #most-popular .h2 { font-size:16px; }
  #most-popular .h2:before { display:none; }
  #map { background: #424F5F; }
  #map p { line-height:80px; }
  #map ul li { margin: 10px 0; }
  footer .container { padding: 10px 15px 0; }
  footer .title { font-size:18px; margin: 15px 0; }
  footer a { line-height:30px; font-size:12px; }
  footer p { font-size: 11px; }
  
  #filter.collapse { display:none; }
  #filter.collapse.in { display:block; }
  #filter-btn, #filter, #property-list { padding:0; }
  #order { padding:0; margin-bottom: 10px; }
  #order b { display:none; }
  #order a { text-align:center; }
  .pagination { margin:1px auto; display:table; }
  
  #one-page.error-404 h2 { padding-top:30%; }
  .property h4 { font-size:14px; text-align:center; font-weight:700; text-transform:uppercase; }
  .property p { margin:10px 0; font-size:16px; line-height:20px; }
  .property ul { font-size:14px; }
  .property ul li { margin:5px 0; }
  .property ul li:last-child { text-align:center; margin: 15px 0 5px; }
 
}

@media only screen and (max-width: 468px) {
  #search { margin-top: 22%; }
  .navbar-brand { float:none; display:table; margin:0 auto; }
  #top-3 { font-size: 10px; padding: 20px 0; }
  #top-3 .fa { display:none; }
  #most-popular .h2 { font-size:12px; }
  #order a { text-align:left; width:100%; margin: 5px 0; }
  .touch { text-align:center; margin-bottom: 15px; }
  .touch, .social { width:100%; }
  footer .social a { width:50%; float:left; }
  footer .title { font-weight:900; text-align:center; }
  footer a { font-size:18px; line-height:35px; }
  footer li { width: 100%; float: none; }
  
  #guestbook-header h1 { font-size: 22px; }
  #guestbook-header a { float: none; margin: 0 auto; display: table; border-right: solid; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
  
  #one-page.error-404 h2 { padding-top: 55%; }
  .detail-page #price { font-size:14px; padding: 10px; }
  .detail-page #distance { font-size: 14px; }
  .detail-page #info { font-size: 14px; }
  .detail-page #info li:first-child { text-align:center; text-transform:uppercase; font-weight:700; }
  .detail-page #info span { width:auto; }
  #detail-left, #detail-right { padding:0; }
}
