html.device .main-nav-wrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
html.device > .home #header-widgets .lang-switch ul {
	z-index: 2;
	border-left: 1px solid #0F061A;
}
html.device > .home .main-nav-wrap {
	padding-right: 226px;
}
body > #page,
body > .mobile-navigation {
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
body > .mobile-navigation {
	background: #0F152A url('../images/mobile-nav-bg-min.png') 0 0 no-repeat;
	background-size: 100% auto;
	position: fixed;
	right: 0;
	top: -600px;
	width: 100%;
	/*height: 1px;*/
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
}
body > .mobile-navigation .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(15,21,42,0.8);
}
body > .mobile-navigation > ul {
	position: relative;
	width: 100%;
	padding-top: 30px !important;
}
body > .mobile-navigation,
body > .mobile-navigation > ul {
	display: block;
	padding: 0;
	margin: 0;
}
body > .mobile-navigation > ul li,
body > .mobile-navigation > ul li > a {
	display: block;
}
body > .mobile-navigation > ul li > a {
	display: inline-block;
	padding: 12px 20px;
	font-size: 20px;
}
html.mobile-nav-active,
html.mobile-nav-active > body {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: fixed;
}
html.mobile-nav-active > body > #page {
	overflow: hidden;
}
html.mobile-nav-active > body > .mobile-navigation {
	visibility: visible;
	overflow-x: hidden;
	overflow-y: auto;
	/*height: 100%;*/
	top: 46px;
}
html.mobile-nav-active .site-header .desktop-menu-toggle > i {
	background-color: transparent;
}
html.mobile-nav-active .site-header .desktop-menu-toggle > i:after,
html.mobile-nav-active .site-header .desktop-menu-toggle > i:before {
	top: 0;
	background-color: #84cbb3;
}
html.mobile-nav-active .site-header .desktop-menu-toggle > i:after {
	transform: rotate(45deg);
}
html.mobile-nav-active .site-header .desktop-menu-toggle > i:before {
	transform: rotate(-45deg);
}
.apartment-title-header-mobile {
	background-color: #c19755;
}
.apartment-title-header-mobile h3 > a {
	background: url('../images/icons/arrow-right-white2@2x.png') right center no-repeat;
	/*background: url('../images/icons/arrow-right-white2@2x.png') right 14px no-repeat;*/
	background-size: 5px auto;
	display: inline-block;
	padding-right: 20px;
	color: #fff !important;
	line-height: normal;
}
.apartment-title-header-mobile h3 > span {
	color: #0f152a;
	padding-left: 10px;
	line-height: normal;
}
.apartment-title-header-mobile h3 {
	color: #fff;
	font-size: 20px;
  font-family: 'Bree Serif Thin 2';
  padding: 16px;
}
.apartment-title-header-mobile h3,
.apartment-title-header-mobile .show-map {
	float: left;
}
.apartment-title-header-mobile .show-map {
	background-image: url('../images/icons/map-icon-black.png');
	background-size: 20px auto;
	background-color: #d1aa6d;
	float: right;
	width: 68px;
	padding: 28px 0;
}
.contact-page-header .apartment-title-header-mobile a.show-map {
	float: left;
	background-color: #0f152a;
	background-image: url('../images/icons/map-pin-white.png');
	padding: 0;
	width: 50px;
	height: 50px;
}
.contact-page-header .apartment-title-header-mobile a.call-now {
	display: block;
	float: left;
	width: calc(100% - 50px);
	text-align: right;
	background-color: #ebeced;
	color: #0f152a;
}
.contact-page-header .apartment-title-header-mobile a.call-now > i {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: #84cbb3 url("../images/icons/phone-icon-white.png") no-repeat scroll center center / 29px auto;
}
.contact-page-header .apartment-title-header-mobile a.call-now > span {
	font-size: 20px;
	display: inline-block;
	padding: 18px 10px 0 0;
}
/* Responsive styles */
@media screen and (max-width: 1200px) {
	#main {
		background: #fff;
	}
	#modal-window .modal-main {
		width: calc(100% - 10px);
	}
	.home .entry-content .row-2 .col-1 img {
		margin-left: 0;
	}
} /* max-width: 1200px */
@media screen and (max-width: 1155px) {
	ul.testimonials-list {
		height: 650px;
	}
	.testimonials-list-wrap ul.dropdown {
	  max-height: 600px;
	}
	ul.testimonials-list .testimonial .testimonial-content-wrap {
	  max-height: 500px;
	}
	.home .entry-content .row-1 .img-1 {
		margin: 0 40px -250px 80px;
	}
	.home .entry-content .row-2 .col-1 {
		padding-right: 20px;
		padding-left: 0;
	}
	.home .entry-content .row-2 .col-2 {
		padding-right: 0;
	}
} /* max-width: 1150px */
@media screen and (max-width: 1110px) {
	ul.room-details > li {
		width: calc(100% / 3);
		padding: 42px 60px 20px !important;
		background-position: center 0 !important;
	}
} /* max-width: 1110px */
@media screen and (max-width: 1100px) {
	.ui-datepicker.reservation {
		padding-left: 50px;
		padding-right: 50px;
	}
	.ui-datepicker.reservation .ui-datepicker-group-first {
		padding-right: 20px;
	}
	.ui-datepicker.reservation .ui-datepicker-group-last {
		padding-left: 20px;
	}
	a.cal-nav {
		width: 50px;
	}
	a.cal-nav.cal-next {
		right: 0;
	}
	a.cal-nav.cal-prev {
		left: 0;
	}
	td.available-date a.ui-state-default {
		margin: 0 auto 3px !important;
	}
	.ui-datepicker td {
		padding: 0 1px 3px 0 !important;
	}
	.home .entry-content .row-1 .img-1 {
		margin-left: 0;
	}
	.home .entry-content .row-1 .img-2 {
		margin-right: 0;
	}
	blockquote {
		margin-left: 0;
	}
	.apartments-list-wrap > ul > li.apartment-container a.main-img > img {
		height: 330px;
	}
} /* max-width: 1100px */
@media screen and (max-width: 1050px) {
	ul.testimonials-list {
		height: 600px;
	}
	.testimonials-list-wrap ul.dropdown {
	  max-height: 550px;
	}
	ul.testimonials-list .testimonial .testimonial-content-wrap {
	  max-height: 450px;
	}
	.home .entry-content .row-1 .img-1 {
		width: 400px;
	}
} /* max-width: 1050px */
@media screen and (max-width: 1000px) {
	footer#colophon .footer-widgets a {
		font-size: 14px;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu > li > a {
		padding: 0 6px;		
	}
	footer#colophon .container {
		padding: 12px 10px;
		background-size: 40px;
		background-position: 5px center;
	}
	footer#colophon .footer-widgets .footer-nav {
		padding: 34px 0 36px 50px;
	}
	.apartment-filter.single .reservation-form .s-1 {
		width: 70%;
		border: none;
	}
	.apartment-filter.single .reservation-form .s-2 {
		width: 30%;
	}
	.apartment-gallery-wrap .launch-full-gallery > .apartment-featured-image > img,
	.apartment-gallery-wrap,
	ul.apartment-gallery,
	ul.apartment-gallery > li,
	ul.apartment-gallery > li > img {
		height: 500px;
	}
	.apartment-gallery-wrap.booking-gallery .apartment-featured-image > img {
	  height: 300px !important;
	}
	.stay-details > li {
		padding: 0 20px;
	}
	.stay-details > li:after {
		margin: -23px -30px 0 auto;
	}
	.stay-details > li {
		font-size: 16px;
	}
	.single-apartment #content .left-col {
		padding-right: 20px;
	}
	.apartments-list-wrap > ul > li.apartment-container a.main-img > img {
		height: 280px;
	}
	.about-block-1 .img-3 {
		margin: 15px 0 0;
	}
	.page.booking-checkout form .col-left,
	.page.booking-checkout form .col-right {
		float: none;
		clear: both;
		width: 100%;
	}
	.page.booking-checkout form .col-left {
		padding-bottom: 20px;
	}
	.apartment-gallery-wrap.booking-gallery {
	  max-width: 600px;
	  width: 100%;
	  margin: auto !important;
	}
} /* max-width: 1000px */

@media screen and (max-width: 950px) {
	.blog-post .post-thumb a img {
		width: 100% !important;
		height: 400px !important;
	}
	#header-image .text-content {
		padding: 100px 50px 0;
	}
	#header-image .text-content > .heading {
		display: inline-block;
	}
	#header-image .text-content > .heading > br,
	#header-image .text-content > .description > br {
		display: none;
	}
	#header-image .text-content > .heading:after {
		display: none;
	}
	html.device > .home .main-nav-wrap {
		padding-right: 200px;
	}
	.site-title.logo > a {
		margin-left: 5px;
	}
	.main-navigation li a {
		padding-left: 8px;
		padding-right: 8px;
	}
	#header-widgets .lang-switch ul {
		width: 120px;
	}
	#header-widgets .lang-switch li.lang-item > a {
		padding-left: 42px;
		background-position: 8px center;
	}
	#header-widgets .lang-switch li.lang-item.current-lang > a:after {
		right: 10px;
	}
	body.home .ui-datepicker.reservation {
		padding: 50px 40px 0 40px;
	}
	.home .entry-content .row-2 .col-2 {
		padding-right: 0;
		padding-top: 20px;
	}
	.home .entry-content .row-2 .text {
		width: auto;
	}
	.home .entry-content .row-2 .col-2 img {
		margin-left: 0;
	}
	ul.room-details > li {
		margin-bottom: 30px;
		width: calc(100% / 2);
		vertical-align: top;
		background-position: center 0 !important;
		padding-left: 0;
		padding-right: 0;
	}
	ul.testimonials-list {
		height: 500px;
	}
	.testimonials-list-wrap ul.dropdown {
	  max-height: 450px;
	}
	ul.testimonials-list .testimonial .testimonial-content-wrap {
	  max-height: 350px;
	}
} /* max-width: 950px */

@media screen and (max-width: 900px) {
	.apartments-list-wrap > ul > li.apartment-container .apartment > .footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.apartments-list-wrap > ul > li.apartment-container a.main-img > img {
		height: 200px;
	}
} /* max-width: 900px */

@media screen and (max-width: 905px) {
	.home .entry-content .row-1 .img-1 {
		width: 300px;
		margin-bottom: 10px;
	}
	.home .entry-content .row-1 .img-2 {
		margin-top: -350px;
	}
	.home .entry-content .row-1 > blockquote {
		top: 10px;
	}


} /* max-width: 905px */

@media screen and (max-width: 850px) {
	.ui-datepicker-calendar td a.ui-state-default,
	.ui-datepicker-calendar td span.ui-state-default {
		padding: 10px 0;
	}
	td.available-date a.ui-state-default {
		width: 35px;
	}
	a.close-cal {
		top: 20px;
		right: 20px;
	}
	.home .entry-content .row-1 .img-1 {
		margin: 0 20px 20px 0;
	}
	.home .entry-content .row-1 .img-2 {
		margin: -261px 0 0 0;
		width: 480px;
	}
	.stay-details > li {
		display: block !important;
		float: none !important;
		padding: 0 !important;
	}
	.stay-details > li > span {
		margin-left: 10px;
	}
	.stay-details > li:after {
		display: none;
	}
} /* max-width: 850px */

@media screen and (max-width: 800px) {
	.blog-post .post-thumb a img {
		width: 100% !important;
		height: 300px !important;
	}
	#primary,
	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}
	body {
		background-color: #0F152A !important;
	}
	.site-header .desktop-menu-toggle {
		background-color: #0F152A;
	}
	.site-header .desktop-menu-toggle > i,
	.site-header .desktop-menu-toggle > i:before,
	.site-header .desktop-menu-toggle > i:after {
		background-color: #fff;
	}
	.site-header .active-menu-title {
	  display: none;
	}
	.reservation-form form .lf input[type="text"],
	.reservation-form form .lf input[type="submit"],
	.reservation-form form .lf select {
		/*padding: 4px 8px;*/
	}
	.reservation-form form .lf select {
		padding: 2px 4px;
	}
	.reservation-form form .lf input[type="submit"] {
		padding: 6px 12px;
	}
	.site-header .header-widgets {
		padding-right: 60px;
	}
	#header-widgets .lang-switch {
		margin-right: 0;
	}
	.main-nav-wrap {
		display: none !important;
	}
	.reservation-form.home {
		width: 100%;
		padding: 0 2px 5px 8px;
		bottom: 0;
		margin: 0;
	}
	#header-image .text-content {
		padding: 50px 20px 0;
	}
	.site-header .head-top {
	  background-color: #0F152A;
	}
	.site-header .site-title {
		margin: 0;
	}
	#header-widgets .lang-switch ul {
		height: 48px;
	}
	#header-widgets .lang-switch li.lang-item.current-lang > a {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	#header-widgets .lang-switch li.lang-item {
		top: 48px;
	}
	.site-title.logo > a {
		width: 100px;
		padding: 0;
	}
	.site-header .desktop-menu-toggle {
		width: 60px;
	}
	.home #header-image .main-image {
		margin-top: 0;
	}
	footer#colophon .container {
		background-image: none;
	}
	footer#colophon .footer-widgets-1,
	footer#colophon .footer-widgets-2 {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	footer#colophon .footer-widgets .footer-nav {
		text-align: center;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu {
		display: inline-block;
		text-align: center;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu > li {
		display: inline-block;
		float: none;
	}
	footer#colophon .footer-widgets .footer-nav {
		padding: 0 0 12px 0;
	}
	.apartment-filter .reservation-form > a.show-map {
		display: none;
	}
	.apartment-filter .reservation-form > form {
		width: 100%;
	}
	.apartment-filter .reservation-form .s-1 {
		border-bottom: 1px solid #c3c4c9;
	}
	.apartment-filter .reservation-form .s-1,
	.apartment-filter .reservation-form .s-2 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.apartments-list-wrap > ul > li.apartment-container .apartment > .footer h3 {
		font-style: 18px;
	}
	.apartments-list-wrap > ul > li.apartment-container .apartment > .footer h3.title {
		width: 65%;
	}
	.apartments-list-wrap > ul > li.apartment-container .apartment > .footer h3.rent {
		width: 35%;
	}
	.apartment-filter.single .reservation-form .s-1,
	.apartment-filter.single .reservation-form .s-2 {
		width: 100%;
		padding: 0;
	}
	.testimonials-list-wrap > .nav {
		width: 60px;
	}
	.testimonials-list-wrap > .nav > a,
	.testimonials-list-wrap > .nav > span.count {
		padding: 16px 0;
	}
	ul.testimonials-list {
		height: 400px;
	}
	.testimonials-list-wrap ul.dropdown {
	  max-height: 350px;
	}
	ul.testimonials-list .testimonial .testimonial-content-wrap {
	  max-height: 250px;
	}
	.home .entry-content .row-1 .text-1,
	.home .entry-content .row-1 .img-2 {
		width: calc(100% - 330px);
	}
} /* max-width: 800px */

@media screen and (max-width: 750px) {
	.site-header .site-logo, .site-header .header-widgets {
		width: auto;
	}
	.site-header .header-widgets {
		float: right;
	}
	body.home #main {
		/*padding-bottom: 50px;*/
	}
	.home .entry-content .row .text {
		width: 300px;
	}
	.home .entry-content .row-2 .col-2 {
		padding-right: 0;
	}
	.home .entry-content .row-2 .col-1 .text-1,
	.home .entry-content .row-2 .col-1 .text-2,
	.home .entry-content .row-2 .col-1 .text-3,
	.home .entry-content .row-2 .col-2 .text-4,
	.home .entry-content .row-2 .col-1 img {
		margin: 0 !important;
	}
	.home .entry-content .row-2 .col-2 .text-4 .view-apartments {
		width: 100%;
		text-align: center;
	}
	.home .entry-content .row-2 .col-1 {
		padding: 0;
	}
	.home_page .entry-content blockquote {
		margin: 20px auto !important;
	}
	.apartment-gallery-wrap .launch-full-gallery > .apartment-featured-image > img,
	.apartment-gallery-wrap,
	ul.apartment-gallery,
	ul.apartment-gallery > li,
	ul.apartment-gallery > li > img {
		height: 400px;
	}
	.page.booking-checkout > .col-left,
	.page.booking-checkout > .col-right {
		float: none;
		clear: both;
		width: 100%;
	}
	.home .entry-content .row-1 .img-2 {
		margin: -330px 0 0;
	}
	.home .entry-content .row-1 > blockquote {
		float: left;
	}
} /* max-width: 750px */

@media screen and (max-width: 700px) {
	.ui-datepicker-calendar td a.ui-state-default,
	.ui-datepicker-calendar td span.ui-state-default {
		padding: 7px 0;
	}
	td.available-date a.ui-state-default {
		width: 29px;
	}
	.ui-datepicker td {
		margin-bottom: 0 !important;
	}

} /* max-width: 700px */

@media screen and (max-width: 650px) {
	blockquote.style-1,
	.home .entry-content .row .text {
		width: 100%;
		margin: 0;
	}
	.home .entry-content .row-1 .img-1,
	.home .entry-content .row-1 .img-2,
	.home .entry-content .row-2 .col-1 img,
	.home .entry-content .row-2 .col-2 img,
	.home .entry-content .row-2 .col-1,
	.home .entry-content .row-2 .col-2 {
		display: block;
		width: auto;
		float: none;
		margin: 0;
		clear: both;
	}
	.blog-post .entry-meta-wrap {
	  display: none;
	}
	.blog-post .post-content-wrap {
	  width: 100%;
	}
	.blog-post .date-responsive {
		display: inline-block;
	}
	.location-map-wrap .location-map-content-wrap,
	.apartment-detail-testimonials .testimonials-wrap .testimonials-list {
		max-height: none;
	}
	#ui-datepicker-div {
		width: calc(100% - 10px);
		left: 0 !important;
		-webkit-transform: translateX(5px) !important;
		-moz-transform: translateX(5px) !important;
		transform: translateX(5px) !important;
		z-index: 99999999;
	}
	.ui-datepicker-prev,
	.ui-datepicker-next {
		background-size: 7px auto;
		border-color: #666;
		background-image: url('../images/icons/arrow-left-white@2x.png');
	}
	.ui-datepicker-next {
		background-image: url('../images/icons/arrow-right-white@2x.png');
	}
	.fancybox-mobile a.fancybox-nav{
		display: none;
	}
	.testimonials_page .testimonials-list-wrap > .nav {
		display: none;
	}
	.testimonials_page ul.testimonials-list,
	.testimonials_page .testimonials-list-wrap ul.dropdown,
	.testimonials_page ul.testimonials-list > li.testimonial-wrap > .testimonial,
	.testimonials_page ul.testimonials-list .testimonial .testimonial-content-wrap,
	.testimonials_page ul.testimonials-list > li.testimonial-wrap > .testimonial > .content-wrap {
		padding: 0 !important;
		width: 100% !important;
		max-height: none !important;
		height: auto !important;
	}
	.testimonials_page ul.testimonials-list > li.testimonial-wrap > .testimonial > .content-wrap > .title {
		margin: 0;
		padding: 16px 14px;
		background: #c19755;
		color: #fff !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		transform: none !important;
		border: none;
		position: relative;
	}
	.testimonials_page ul.testimonials-list > li.testimonial-wrap > .testimonial > .content-wrap > .title:after {
		position: absolute;
		width: 40px;
		height: 100%;
		content: "";
		top: 0;
		right: 0;
		background: #dab273 url('../images/icons/arrow-down-blue@2x.png') center no-repeat;
		background-size: 11px auto;
	}
	.testimonials_page ul.testimonials-list > li.testimonial-wrap,
	.testimonials_page ul.testimonials-list > li.testimonial-wrap > .testimonial {
		position: relative;
	}
	.testimonials_page ul.testimonials-list > li.testimonial-wrap {
		display: none;
	}
	.testimonials_page ul.testimonials-list > li.testimonial-wrap .bg-image {
		position: relative;
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
	}
	.testimonials_page ul.testimonials-list > li.testimonial-wrap.active {
		display: block;
	}
	.testimonials_page .testimonials-list-wrap ul.dropdown {
		padding: 0 14px !important;
		height: auto;
		background-color: rgba(193,151,85, 0.9);
	}
	.testimonials_page .testimonials-list-wrap ul.dropdown li {
		color: #0f152a;
	}
	.testimonials_page ul.slick-dots {
    background-color: #0f152a;
    display: block;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
	}
	.testimonials_page ul.slick-dots li {
		background-color: #3c475b;
	}
	.testimonials_page ul.slick-dots li.slick-active {
		background-color: #d1aa6d;
	}
	.testimonials_page .testimonial-content-wrap .testimonial-content {
		padding: 70px 20px 10px !important;
	}
	ul.testimonials-list > li.testimonial-wrap > .testimonial > .bg-color {
		background-color: rgba(9, 14, 31, 1);
	}
	.testimonial-content-main .apartments-button {
		margin: 30px 0 40px 20px;
	}

	.our-address p {
		font-weight: normal !important;
	}
	.contact_page #main > .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact_page .entry-title {
		color: #c19755;
	}
	.contact_page .contact-form .submit {
		width: 100%;
		float: none;
	}
	.contact_page .contact-form .wpcf7-submit {
		width: 100%;
		border-color: #84cbb3;
	}
	.page.booking-checkout .booking-info {
		border-bottom: 1px solid #d8d9dc;
		padding-bottom: 10px;
	}
	body .page.booking-checkout .booking-info .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
		display: block;
	}
	.pay-deposit-form,
	.page.booking-checkout {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.pay-deposit-form input[type='text'],
	.pay-deposit-form input[type='email'],
	.pay-deposit-form input[type='tel'] {
		border-color: #ccc;
		-webkit-appearance: none;
	}
	.pay-deposit-form .lf {
		margin-bottom: 10px;
	}
	.apartment-gallery-wrap.booking-gallery {
		/*display: none;*/
	}
	.page.booking-checkout .paypal-logo {
		padding-top: 40px;
	}
	.room-details-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; 
	}
	ul.room-details {
		width: 585px;
	}
	ul.room-details > li {
		width: 90px !important;
		margin: 0;
		padding: 50px 0 25px !important;
	}
	ul.room-details > li.sq-meter {
		width: 140px !important;
	}
	ul.room-details > li.walkup {
		width: 80px !important;
		padding-left: 0;
		padding-right: 0;
	}
	.apartment-detail-content .entry-header,
	.apartment-detail-content .entry-content {
		padding: 0 15px;
	}
	.apartment-detail-content .mobile-only .request-booking {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.apartment-detail-content .mobile-only .request-booking span {
		text-align: left;
		padding: 14px 20px 12px;
		color: #fff;
		/*padding: 10px 20px 16px;*/
	}
	.apartment-detail-content .left-col {
		padding: 0 !important;
	}
	.stay-details .check-in,
	.stay-details .check-out {
		float: left !important;
	}
	.stay-details .check-out {
		padding-left: 20px !important;
	}
	.apartment-detail-content {
		padding: 15px !important;
	}
	.apartment-gallery-wrap .launch-full-gallery #apartments-map {
		width: 100%;
	}
	.launch-full-gallery > a.show-map {
		display: none;
	}
	.single-apartment #main > .container {
		padding: 0;
	}
	.apartment-filter.single,
	.amenities-wrap,
	.apartment-gallery-wrap.apartment-detail-gallery {
		margin: 0;
	}
	.apartments_page .apartment-filter .reservation-form {
		background-color: #ebeced;
		padding-bottom: 12px;
	}
	.apartments_page .apartment-filter .reservation-form .lf,
	.apartments_page .apartment-filter .reservation-form .s-1,
	.apartments_page .apartment-filter .reservation-form .s-2 {
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.apartments_page .apartment-filter .reservation-form .lf,
	.apartments_page .apartment-filter .reservation-form .lf input {
		display: block !important;
		border: none !important;
		float: none !important;
		width: 100% !important;
	}
	.apartments_page .apartment-filter .reservation-form .lf {
		padding: 12px 12px 0 !important;
	}
	.apartments_page .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 10px 12px 10px 15px;
	}
	.single-apartment .select2-container .select2-selection--single .select2-selection__rendered {
		/*padding: 10px 12px 10px 15px;*/
	}
	.apartments_page .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 9px 12px 7px !important;
		font-size: 16px !important;
		border: 1px solid #c8c8ca;
		background-color: #fff;
	}
	.apartments_page .lf-neighborhood .select2-container .select2-selection--single .select2-selection__rendered,
	.apartments_page .lf-currency-symbol .select2-container .select2-selection--single .select2-selection__rendered {
		border: none;
	}
	.apartments_page .apartment-filter .reservation-form .lf input {
		border: 1px solid #c8c8ca !important;
		background-color: #fff;
		font-size: 16px;
		padding: 8px 12px !important;
	}
	.apartments_page .apartments-list-wrap .apartments-list-container > ul > li.apartment-container {
		width: 100% !important;
		padding: 0 !important;
	}
	.apartments_page .apartment-filter .reservation-form > form .lf-neighborhood .label,
	.apartments_page .apartment-filter .reservation-form > form .lf-currency-symbol .label {
	  display: inline-block;
	  float: left;
	  padding: 3px 0 0 0;
	  padding: 12px 0 0 12px;
	}
	.apartments_page .apartment-filter .reservation-form > form .lf-currency-symbol .field {
	  width: calc(100% - 82px);
	  float: right;
	  position: relative;
	}
	.apartments_page .apartment-filter .reservation-form > form .lf-neighborhood .field {
	  width: calc(100% - 115px);
	  float: right;
	  right: 0;
	}
	.apartments_page .select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-left: -13px;
	}
	.apartments_page .apartment-filter .reservation-form > form .lf-neighborhood  > .wrap,
	.apartments_page .apartment-filter .reservation-form > form .lf-currency-symbol > .wrap {
		border: 1px solid #c8c8ca !important;
		background-color: #fff;
	}
	.apartments_page .select2-container--default.select2-container--open .select2-selection__rendered {
		background-color: #242b40 !important;
	}
	.apartments-list-wrap .apartments-list-container > ul > li.apartment-container a.main-img > .detail {
		display: none;
	}
	.apartments-list-wrap .apartments-list-container > ul > li.apartment-container .apartment > .footer {
		padding: 8px 8px 10px;
	}
	.apartments-list-wrap .apartments-list-container > ul > li.apartment-container .apartment > .footer .title {
		width: 65% !important;
	}
	.apartments-list-wrap .apartments-list-container > ul > li.apartment-container .apartment > .footer .rent {
		width: 35% !important;
	}
	.apartments-list-wrap .apartments-list-container > ul > li.apartment-container .apartment > .footer h3 > span {
		white-space: pre-line;
	}
	.apartments-list-wrap .apartments-list-container > ul > li.apartment-container .apartment > .footer h3.rent > span {
		margin-bottom: 0;
	}
	.apartments-list-wrap #apartments-map {
		width: 100%;
		height: 300px;
	}
	.apartments-list-wrap.show-map .apartments-list-container {
		display: none;
	}


	.button.view-apartments {
		color: #4f5c70 !important;
		margin-bottom: 30px !important;
		border-color: #84cbb3;
	}
	.desktop-only {
	  display: none !important;
	}
	.mobile-only {
	  display: block !important;
	}
	.mobile-only p {
	  color: #0f152a;
	  font-weight: bold;
	}
	.mobile-only a,
	.mobile-only a:visited {
	  color: #6ec5a7;
	  text-decoration: none;
	}

	.reservation-form.home {
		background: -moz-linear-gradient(top,  rgba(14,20,40,0) 0%, rgba(14,20,40,0.52) 16%, rgba(14,20,40,0.76) 34%, rgba(14,20,40,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,20,40,0)), color-stop(16%,rgba(14,20,40,0.52)), color-stop(34%,rgba(14,20,40,0.76)), color-stop(100%,rgba(14,20,40,1)));
		background: -webkit-linear-gradient(top,  rgba(14,20,40,0) 0%,rgba(14,20,40,0.52) 16%,rgba(14,20,40,0.76) 34%,rgba(14,20,40,1) 100%);
		background: -o-linear-gradient(top,  rgba(14,20,40,0) 0%,rgba(14,20,40,0.52) 16%,rgba(14,20,40,0.76) 34%,rgba(14,20,40,1) 100%);
		background: -ms-linear-gradient(top,  rgba(14,20,40,0) 0%,rgba(14,20,40,0.52) 16%,rgba(14,20,40,0.76) 34%,rgba(14,20,40,1) 100%);
		background: linear-gradient(to bottom,  rgba(14,20,40,0) 0%,rgba(14,20,40,0.52) 16%,rgba(14,20,40,0.76) 34%,rgba(14,20,40,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e1428', endColorstr='#0e1428',GradientType=0 );
	}
	.remove_padding_mobile #main > .container {
		padding: 0;
	}
	.about_page .about-block-1,
	.about_page .about-block-2 {
		padding: 0;
	}
	.about_page .text-block {
		padding: 20px;
	}
	.about_page .entry-content .img-1,
	.about_page .entry-content .img-2 {
		/*display: none;*/
	}
	.footer-content-wrap a.scroll-to-top {
		display: none;
	}
	.home-page-testimonials ul.testimonials,
	.apartment-detail-testimonials ul.testimonials,
	.apartment-detail-testimonials .testimonials-wrap .testimonials-list {
		max-height: none !important;
		height: auto;
		overflow: visible;
		background-color: #0f152a;
	}
	.home-page-testimonials ul.testimonials {
		padding: 30px 0 50px !important;
	}
	.apartment-detail-testimonials {
		background-color: #0f152a;
	}
	.apartment-detail-testimonials .testimonials {
		padding: 0 !important;
		margin: 0 !important;
	}
	.apartment-detail-testimonials .testimonials-wrap {
		padding-bottom: 40px;
	}
	.apartment-detail-testimonials ul.testimonials .testimonial i.q-start,
	.apartment-detail-testimonials ul.testimonials .testimonial i.q-end {
	  display: inline-block;
	}
	ul.testimonials li span.from,
	ul.testimonials li span.source {
		color: #fff;
		font-style: normal;
		font-size: 16px;
		font-family: "Bree Serif Thin 2";
	}
	ul.testimonials li .credits {
		text-align: center !important;
		padding: 30px 0 0 !important;
	}
	ul.testimonials li span.source {
		padding-left: 10px;
		display: inline-block !important;
	}
	ul.testimonials li span.source a {
		color: #84cbb3;
		text-decoration: none;
	}
	.apartment-detail-testimonials {
		margin: 0 -15px;
	}
	.apartment-detail-testimonials .testimonials-wrap {
		border: none;
	}
	.apartment-detail-testimonials .testimonials-wrap a.button {
		/*margin: 0 0 0 15px !important;*/
		width: 90%;
		text-align: center;
		border-color: transparent;
	}
	.apartment-detail-testimonials .testimonials-wrap > h3 {
		display: none;
	}
	.single-apartment #content .block-1 {
		margin-bottom: 0;
	}
	.apartment-detail-testimonials ul.testimonials li,
	.home-page-testimonials ul.testimonials li {
		margin: 0;
		padding: 20px;
	}
	.single-apartment .amenities-wrap {
		margin: 0 -15px;
		padding: 0 10px;
		background-color: #fff;
	}
	.single-apartment .entry-content .block {
		padding: 0 !important;
	}
	.single-apartment .entry-content .img-1-wrap {
		float: none;
		display: block;
	}
	.single-apartment .entry-content .img-1 {
		margin: 0 0 0 -15px !important;
		width: calc(100% + 30px);
		float: none;
		max-width: none;
	}
	.apartment-detail-testimonials ul.testimonials li .testimonial,
	.home-page-testimonials ul.testimonials li .testimonial {
		color: #d1aa6d;
		font-family: "Bree Serif Thin 2";
		font-style: italic;
		font-size: 18px;
		text-align: center;
		display: block;
	}
	.single-apartment #content .block-1 .img-1 {
		margin-bottom: 30px !important;
	}
	.single-apartment #content .block-3 .img-1 {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	.single-apartment #content .block-4 .img-1 {
		margin-bottom: 20px !important;
	}
	.home_page #main > .container  {
		padding: 0;
	}
	.home_page .entry-content .row .text {
		padding: 0 23px;
	}
	.home_page .entry-content .row .text-2 {
		background-color: #0f152a;
	}
	.home_page .entry-content .row .text-2 p {
		color: #dbe0e7;
	}
	.reservation-form.home {
		margin: 0;
	}
	#header-image .hero-images > .hero-image > img {
		padding: 30px 0;
	}
	#header-image.home .site-title.logo {
		display: none;
	}
	.site-header {
	  padding: 0;
	  position: relative;
	  z-index: 9999;
	}
	.site-header .header-widgets {
		display: none;
	}
	.site-title.logo > a {
		padding: 0;
	}
	#header-image.home {
		margin-top: 0;
	}
	.home_page .main-image-wrap {
		margin-bottom: -62px;
		top: 0;
	}
	.home_page .site-header .site-logo {
		visibility: visible;
		opacity: 1;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu {
		display: block;
		width: 100%;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu > li:after {
		display: none;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu > li {
		display: block;
		width: calc(100% / 2);
		float: left;
		text-align: left;
		padding: 4px 0;
	}
	footer#colophon .footer-widgets .footer-nav ul.menu > li > a {
		padding: 0;
		display: block;
		font-size: 16px;
	}
	footer#colophon .footer-widgets-2 {
		border-top: 1px solid #3f4455;
		padding: 30px 0;
		margin-top: 20px;
		text-align: left;
	}
	footer#colophon .footer-widgets-2 .lang-switch {
		padding: 15px 0 5px;
	}
	footer#colophon .footer-widgets a {
		font-size: 16px;
	}
	.footer-content .mobile-only {
		display: block;
	}
	#header-image .text-content {
		top: 0;
		bottom: initial;
		padding-top: 40px;
	}
	#header-image .text-content > .heading {
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 32px;
	}
	#header-image .text-content > .description {
		font-size: 16px;
		line-height: 22px;
	}
	#header-image .main-image {
		min-height: 150px;
	}
	/*.reservation-form.home form .lf,*/
	.apartment-filter.single form .lf {
		width: calc(100% / 3) !important;
		margin-bottom: 6px;
		padding-right: 6px;
		border: none;
	}
	.reservation-form.home form .lf {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.reservation-form.home input[type='submit'] {
	  width: 100% !important;
	}
	.reservation-form.home form .lf-arrive input,
	.reservation-form.home form .lf-depart input,
	.reservation-form.home form .lf-guest .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 8px 10px;
		background-position: calc(100% - 5px) center;
		font-size: 16px;
	}
	.apartment-filter.single ::-webkit-input-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.apartment-filter.single :-moz-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.apartment-filter.single ::-moz-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.apartment-filter.single :-ms-input-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.apartment-filter.single form .lf-arrive input,
	.apartment-filter.single form .lf-depart input,
	.apartment-filter.single form .lf-guest .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 8px !important;
		background-position: calc(100% - 5px) center;
		font-size: 16px;
		color: #84cbb3 !important;
		background: none;
		border: none !important;
	}
	.apartment-filter.single form .lf-arrive input,
	.apartment-filter.single form .lf-depart input {
		word-spacing: 8px;
	}
	.apartment-filter.single form .lf-guest .select2-container .select2-selection--single .select2-selection__rendered {
		text-align: center;
	}
	.single-apartment .update-currency {
		width: 170px;
	}
	.single-apartment .update-currency .select2-selection__rendered > b {
		font-weight: normal;
		font-size: 12px;
		color: #666;
	}
	.single-apartment .update-currency .select2-selection__rendered > b:first-child {
		font-size: inherit;
		color: inherit;
	}
	.single-apartment .update-currency .select2-selection__arrow > b {
		background-image: url("../images/icons/arrow-down-grey@2x.png") !important;
	}
	.single-apartment .update-currency .select2-selection--single[aria-expanded=true] .select2-selection__arrow > b {
		background-image: url("../images/icons/arrow-down-white@2x.png") !important;
		background-size: 10px auto !important;
	}
	.single-apartment .update-currency .select2-selection--single[aria-expanded=true] .select2-selection__rendered > b {
		color: #fff;
	}
	.single-apartment .update-currency .select2-selection--single[aria-expanded=true] .select2-selection__rendered {
		padding-left: 14px !important;
	}
	.page.booking-checkout .booking-info ::-webkit-input-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.page.booking-checkout .booking-info :-moz-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.page.booking-checkout .booking-info ::-moz-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.page.booking-checkout .booking-info :-ms-input-placeholder {
	  color: #84cbb3 !important;
	  opacity: 1;
	}
	.page.booking-checkout .booking-info input,
	.page.booking-checkout .booking-info input,
	.page.booking-checkout .booking-info .select2-container .select2-selection--single .select2-selection__rendered {
		padding: 8px !important;
		background-position: calc(100% - 5px) center;
		font-size: 20px;
		color: #84cbb3 !important;
		background: none;
		border: none !important;
	}
	.page.booking-checkout .booking-info input {
		word-spacing: 3px; 
	}
	.page.booking-checkout .booking-info .col-left {
		padding: 0;
	}


	/*.reservation-form.home form .lf-arrive,*/
	.apartment-filter.single form .lf-arrive,
	.page.booking-checkout .booking-info .arrive-date {
		background: url('../images/icons/long-arrow-right-white@2x.png') 100% center no-repeat;
		background-size: 30px auto;
	}
	.page.booking-checkout .booking-info .arrive-depart > .fs-1.arrive-date {
		width: 65% !important;
		padding-left: 10px;
	}
	.page.booking-checkout .booking-info .arrive-depart > .fs-1.depart-date {
		width: 35% !important;
		padding-left: 14px;
	}
	.apartment-filter.single form .lf-currency {
		display: none;
	}
	.apartment-filter.single .reservation-form {
		background: none !important;
		padding: 12px 5px;
		border-bottom: 1px solid #d8d9dc;
	}
	.update-currency .select2-selection__rendered {
		font-size: 18px !important;
		color: #000 !important;
		padding-left: 0 !important;
	}
	/*.reservation-form.home form .lf-depart,*/
	.apartment-filter.single form .lf-depart {
		width: 88px;
	}
	/*.reservation-form.home form .lf-guest,*/
	.apartment-filter.single form .lf-guest  {
		border-left: 1px solid #6f7380;
		padding-left: 10px;
	}
	.apartment-filter.single form .lf-guest {
		border-color: #b9bec6;
		padding: 0;
	}
	/*.reservation-form.home form .lf-arrive input,*/
	/*.reservation-form.home form .lf-depart input,*/
	.apartment-filter.single form .lf-arrive input,
	.apartment-filter.single form .lf-depart input,
	.page.booking-checkout .booking-info .arrive-date input,
	.page.booking-checkout .booking-info .depart-date input {
		width: 75px;
		border: none;
		background: none !important;
	}
	/*.reservation-form.home .select2-container .select2-selection--single,*/
	/*.reservation-form.home .select2-container .select2-selection--single .select2-selection__rendered,*/
	.apartment-filter.single .select2-container .select2-selection--single,
	.apartment-filter.single .select2-container .select2-selection--single .select2-selection__rendered {
		border: none;
		background: none !important;
	}
	/*.reservation-form.home .select2-container .select2-selection--single .select2-selection__arrow,*/
	.apartment-filter.single .select2-container .select2-selection--single .select2-selection__arrow,
	.page.booking-checkout .booking-info .select2-container .select2-selection--single .select2-selection__arrow {
		display: none;
	}
	.page.booking-checkout .booking-info .select2-container .select2-selection__rendered {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.page.booking-checkout .booking-info {
		padding-top: 10px;
	}
	.page.booking-checkout .booking-info .no-of-guest > .fs-1 {
		padding: 0 !important;
	}
	.page.booking-checkout .booking-info .arrive-depart {
		width: 60%;
	}
	.page.booking-checkout .booking-info .no-of-guest {
		width: 40%;
		padding-left: 30px;
	}
	.select2-dropdown.guest.booking .select2-results__option[aria-selected] {
		padding: 8px 5px !important;
	}
	.reservation-form.home form .lf-submit {
		width: 100% !important;
		padding-top: 0;
	}
	.reservation-form.home form .lf-submit input {
		background-image: none;
	}
	.home_page #ui-datepicker-div {
		z-index: 9999 !important;
	}
	.apartment-filter .reservation-form > form .lf {
		margin-bottom: 0;
	}
	.single-apartment #content .left-col,
	.single-apartment #content .right-col {
		width: 100%;
		float: none;
	}
	.home-page-testimonials .testimonials-wrap,
	.home-page-testimonials .testimonials-wrap ul {
		padding: 0;
		margin: 0;
	}
	ul.slick-slider {
		padding-bottom: 20px !important;
	}
	.testimonials-wrap {
		margin-top: 10px;
	}
	.testimonials-wrap {
		margin-top: 10px;
	}
	ul.amenities > li {
		width: calc(100% / 2);
		max-width: none;
	}
	.single-apartment #content .block img.alignleft {
		margin-left: 0;
	}
	.single-apartment #content .block img.alignright {
		margin-right: 0;
	}
	ul.testimonials-list {
		height: 600px;
	}
	.testimonials-list-wrap ul.dropdown {
	  max-height: 550px;
	}
	ul.testimonials-list .testimonial .testimonial-content-wrap {
	  max-height: 450px;
	}
	ul.testimonials-list > li.testimonial-wrap > .testimonial {
	  width: 100%;
	}
	ul.testimonials-list > li.testimonial-wrap {
	  background-size: cover;
	  background-position: center;
	}
	.testimonials-list-wrap ul.dropdown  {
	  width: calc(100% - 80px);
	}
	ul.testimonials-list > li.testimonial-wrap > .testimonial > .content-wrap {
		padding-right: 80px;
	}
	ul.testimonials-list > li.testimonial-wrap > .testimonial > .bg-image {
		display: none;
	}
	.contact-form {
		padding-right: 0;
		width: 100%;
		float: none;
	}
	.gmap {
		margin: 0;
		width: 100%;
		float: none;
	}
	.about-block-1 .img-1,
	.about-block-1 .img-2,
	.about-block-1 .img-3 {
    display: block;
    float: none;
    margin: 0 0 20px;
    width: 100%;
	}
	.about-block-2 .img-4,
	.about-block-2 .img-5 {
    float: none;
    margin: 0 0 20px;
    width: 100%;
	}
	.about-block-2 .col-left,
	.about-block-2 .col-right {
		float: none;
		padding: 0;
		margin: 0 0 20px;
		width: 100%;
	}
	.ui-datepicker {
		opacity: 1 !important;
	}
	.ui-datepicker-prev,
	.ui-datepicker-next {
		visibility: visible;
	}
	.ui-datepicker .ui-datepicker-title {
		text-align: center !important;
		margin: 0 !important;
	}
} /* max-width: 650px */

@media screen and (max-width: 600px) {
	.blog-post .post-thumb a img {
		width: 100% !important;
		height: 200px !important;
	}
	.apartments-list-wrap > ul > li.apartment-container {
		width: 100%;
		padding: 0 !important;
	}
} /* max-width: 600px */

@media screen and (max-width: 599px) {
	.site-title.logo > a {
		padding: 8px 0;
	}
	.home_page .site-title.logo > a {
		padding: 8px 0;
	}
} /* max-width: 599px */

@media screen and (max-width: 550px) {
	.apartment-filter.single .reservation-form .s-1 .lf {
		/*width: calc(100% / 2);*/
	}
	.apartment-filter.single .reservation-form .s-1 .lf input.depart,
	.apartment-filter.single .reservation-form .s-1 .lf select.currency {
		border-right: none;
	}
	.apartment-filter.single .reservation-form .s-1 .lf input.arrive,
	.apartment-filter.single .reservation-form .s-1 .lf input.depart,
	.apartment-filter.single .reservation-form .s-1 .lf select.guest,
	.apartment-filter.single .reservation-form .s-1 .lf select.currency {
		border-bottom: 1px solid #212739;
	}
	.apartment-gallery-wrap .launch-full-gallery > .apartment-featured-image > img,
	.apartment-gallery-wrap,
	ul.apartment-gallery,
	ul.apartment-gallery > li,
	ul.apartment-gallery > li > img {
		height: 300px;
	}
} /* max-width: 550px */

@media screen and (max-width: 500px) {
	#header-image .text-content {
		/*display: none;*/
	}
} /* max-width: 500px */

@media screen and (max-width: 400px) {
  .apartment-gallery-wrap .launch-full-gallery > .apartment-featured-image > img,
  .apartment-gallery-wrap,
  ul.apartment-gallery,
  ul.apartment-gallery > li,
  ul.apartment-gallery > li > img {
    height: 200px;
  }
} /* max-width: 400px */

@media screen and (max-width: 350px) {
	.stay-details .check-in,
	.stay-details .check-out {
		float: none !important;
		padding: 0 !important;
	}
} /* max-width: 350px */

@media screen and (max-width: 300px) {
  .apartment-gallery-wrap .launch-full-gallery > .apartment-featured-image > img,
  .apartment-gallery-wrap,
  ul.apartment-gallery,
  ul.apartment-gallery > li,
  ul.apartment-gallery > li > img {
    height: 150px;
  }
} /* max-width: 300px */







