/*
Theme Name: Lantana
version:201401011
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=block');

body.modal-open {
	overflow: auto;
}

body.modal-open[style] {
	padding-right: 0px !important;
}

.not-found-page {
	text-align: center;
	padding: 50px 0 60px !important;
}

.ms-slider-wrapper .slide-image {
	background-position: center;
}

.modal::-webkit-scrollbar {
	width: 0 !important;
	/*removes the scrollbar but still scrollable*/
	/* reference: http://stackoverflow.com/a/26500272/2259400 */
}


h5,
h3,
h4,
h2,
h1 {
	line-height: 1.2;
}

.bloglist-wrapper p {
	margin-bottom: 20px;
}

html {
	height: 100%;
}

body.home {
	height: 100%;
	min-height: 400px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:focus,
*:focus {
	outline: none !important;
	text-decoration: none;
}

.fr {
	float: right;
}

p {
	margin: 0px;
}

.nopadding {
	padding: 0px;
}

.tcenter {
	text-align: center;
}

body.home {
	padding-top: 0;
}


img {
	max-width: 100%;
}


.homeslider-container h2 {
	width: 70%;
	z-index: 10;
	color: #ffffff;
	padding: 0 30px;
	font-size: 60px;
	position: absolute;
	top: 0;


	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	transition: 0.3s all ease;
	line-height: 48px;
	height: 100px;
	transition-delay: 0.5s;
}

.homeslider-container {
	/* height: 100%; */
	height: 100vh;
	position: relative;
}

.swiper-slide {
	background-color: #999;
}

.homeslider-container .swiper-slide:after {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	z-index: 2;
}

.homeslider-container .fotorama {
	display: flex;
	overflow: hidden;
}

.homeslider-container .fotorama .swiper-slide {
	width: 100%;
	flex-shrink: 0;
}

.homeslider-container .ms-slider-wrapper,
.homeslider-container .ml-slider,
.homeslider-container .slides,
.homeslider-container .slides li,
.homeslider-container .slide-image,
.swiper-slide,
.swiper-wrapper,
.homeslider-container .fotorama,
.homeslider-container .fotorama__wrap,
.homeslider-container .fotorama__stage {
	height: 100% !important;
}

.fotorama__wrap {
	width: 100% !important;
}

.fotorama__nav:before,
.fotorama__stage:before {
	display: none !important;
}

.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home .home-filter {
	background-color: #081433;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
}

#filter .input-field {
	float: left;
}

#filter .input-field {
	padding: 0 7px;
}

#filter .input-field input[type=text] {
	width: 100%;
	height: 40px;
	padding: 10px;
	border: 0;
	color: #000;

	border-radius: 4px;
}

#filter .refernumber {
	width: 10.5%;
}

#filter .input-field.locationfield {
	width: 19%;
}

#filter .input-field.areafield,
#filter .input-field.typefield,
#filter .input-field.transfield,
#filter .input-field.pricedd {
	width: 16%;
}

#filter .filterbutton input {
	width: 40px;
	height: 40px;

	border: 0;
	border-radius: 4px;

	background-color: #FF9B28;
	background-image: url('../images/search-white.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;

	display: inline-block;
	vertical-align: middle;
	transition: 0.2s all ease;

	&:hover {
		background-color: #081433;
	}
}


.dropdown .dropdown-toggle {
	color: #787878;
	background-color: #fff;
	border: 0;
	width: 100%;
	position: relative;
	padding-right: 20px;
	height: 40px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px;
	font-size: 14px;

	border-radius: 4px;
}

.dropdown .dropdown-toggle.black {
	color: #27384A;
}

.dropdown .dropdown-menu {

	width: auto;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	border: 1px solid #cacaca;
	max-height: 400px;
	overflow-y: auto;
	min-width: 100%;
}

.dropdown .dropdown-menu>li>a {
	padding: 5px 10px;
	font-size: 15px;
	color: #27384A;
}

.dropdown .dropdown-menu>li>label {
	display: block;
	padding: 10px;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.42;
	font-weight: normal;
	white-space: nowrap;
}

.dropdown .dropdown-menu>li>a.black {
	color: #000;
}

.dropdown .dropdown-menu>li>a.country {
	cursor: default;
	background-color: #fff !important;
	color: #000 !important;
}

.dropdown .dropdown-menu>li>a:hover,
.dropdown .dropdown-menu>li>a.selected {
	background-color: #1e90ff;
	color: #fff;
}

.dropdown .caret {
	color: #787878;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

#filter .filter-buttons-mobile .input-field {
	padding-right: 0;
}






/**
 * Home - Subtitles
 */

.home-subsection {
	margin: 0;
	margin-bottom: 30px;

	font-family: 'Dom-Dis', Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 1.25;
	text-align: center;
	letter-spacing: -0.025em;
}

.home-subsection span {
	position: relative;
}

@media (max-width: 500px) {

	.page-template-propiedad .home-subsection {
		font-size: 26px;
	}
}




/**
 * Home - Featured Properties
 */

.properties-list {
	padding: 60px 0 80px 0;
}

/* Hide 3 properties in mobile */
.properties-list .property:nth-of-type(4),
.properties-list .property:nth-of-type(5),
.properties-list .property:nth-of-type(6) {
	display: none;
}

/* Show all properties in mobile */
@media (min-width: 768px) {

	.properties-list .property:nth-of-type(4),
	.properties-list .property:nth-of-type(5),
	.properties-list .property:nth-of-type(6) {
		display: block;
	}
}

.properties-list .property .swiper-slide {
	padding-bottom: 65%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.properties-list .property .property-inner {
	position: relative;
	margin: auto;
	margin-bottom: 16px;
	max-width: 500px;
}

@media (min-width: 678px) {
	.properties-list .property .property-inner {
		margin-bottom: 30px;
	}
}

.properties-list .property .property-inner a:before {
	transition: 0.3s all ease;
}

.properties-list .property .property-inner:hover a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 2;
}

.properties-list .property .property-inner .middle {
	position: absolute;
	z-index: 4;
	width: 100%;
	color: #fff;

	text-align: center;
	padding: 0 10%;
	top: 50%;
	transform: translateY(-50%);
}

.properties-list .property .property-inner .middle h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-family: 'Dom-Dis', Georgia, 'Times New Roman', Times, serif;
}

@media (max-width: 374px) {
	.properties-list .property .property-inner .middle h3 {
		font-size: 24px;
	}
}

.properties-list .property .property-inner .middle span {
	display: inline-block;
	font-size: 18px;
	margin-top: 10px;
}

.properties-list .property .property-inner .middle span:before {
	content: '';
	width: 37px;
	height: 2px;
	display: block;
	margin: auto;
	background-image: linear-gradient(to right, white 92%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 12px 41px;
	background-repeat: repeat-x;
}





/**
 * Contact
 */

.page-template-contact .home-subsection {
	margin-top: 48px;
}







.pagesslider {
	height: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.swiper-slide,
.swiper-wrapper,
.pagesslider .fotorama,
.pagesslider .fotorama__wrap,
.pagesslider .fotorama__stage {
	height: 100% !important;
}

.aboutconent {
	width: 80%;
	margin: auto;
}

.main-container {
	margin-bottom: 50px;
}

.content ul {
	list-style: disc;
	padding-left: 40px;
}

.servicetitle {
	font-family: 'Dom-Dis', Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.servicetitle span {
	display: inline-block;
	line-height: 1.4;
	position: relative;
}

.servicetitle span:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 45%;
	height: 1px;
	left: 0;
	background-color: #fff;
}

.serviesrow {
	margin-left: -30px;
	margin-right: -30px;
}

.serviesrow [class*=col-] {
	padding-left: 30px;
	padding-right: 30px;
}

.serviesrow [class*=col-]:nth-child(odd) {
	border-right: 1px solid #fff;
	padding-bottom: 30px;
}

.property-filter {
	padding: 25px 0;
	background-color: #19354a;
}

.moreload {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.moreload a {
	background: #ecd9b2;
	color: #313131;
	padding: 13px 25px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	display: inline-block;
}

.loader {
	border: 4px solid #fff;
	border-top: 4px solid #313131;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: auto;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
}

.fotorama__dot,
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	width: 12px !important;
	height: 12px !important;
	background-color: #fff !important;
	border: 0 !important;
	border-radius: 50% !important;
	margin: 0 3px !important;
}

.fotorama__nav--dots .fotorama__nav__frame {
	width: auto !important;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.fotorama__nav-wrap {
	display: none;

	@media (min-width: 768px) {
		display: block;
		margin-top: -180px;
	}

	@media (min-width: 992px) {
		margin-top: -120px;
	}
}

#slider {
	padding-top: 15px;

	margin-top: 15px;
	margin-bottom: 15px;
}

body.fullscreen #slider .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
	max-width: 100% !important;
	top: 0 !important;
	height: auto !important;
	margin: auto;
	left: 0 !important;
}

body.fullscreen #slider .fotorama__nav-wrap {
	display: none;
}

body.fullscreen #slider .fotorama__stage {
	height: 100%;
}

body.fullscreen #slider {
	border: 0;
}

#slider .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	opacity: 1;
}

.cbreadcrumb {
	margin: 30px 0 20px 0;
	font-size: 14px;
}

#crumbs li {
	display: inline-block;
	vertical-align: middle;
}

.cbreadcrumb a {
	color: #27384A;
	display: inline-block;
	font-size: 14px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

.cbreadcrumb .arw {
	display: inline-block;
	margin: 0 5px;
}





/* Mobile Video Lightbox Link */

.c-mobile-video-lightbox-link {
	display: block;
	margin: 4px 0 8px 0;
	padding: 13px 25px;

	background-color: #a0886b;
	color: #fff;

	text-align: center;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;

	&:hover,
	&:focus {
		background-color: #27384A;
		color: #fff;
	}
}

@media (min-width: 991px) {
	.c-mobile-video-lightbox-link {
		display: none;
	}
}

sup {
	font-size: 10px;
}

.property-fields {
	width: 100%;
}

.property-fields td {
	padding: 8px 0;
	font-size: 15px;
}

.property-fields tr td:last-child {
	text-align: right;
}

.property-fields tr:first-child td {
	padding-top: 0;
}

.property-fields tr.price td {
	font-size: 17px;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
}

.property-fields tr.ref td {
	font-size: 17px;
}

.property-fields tr.medium td {
	font-size: 16px;
}

.property-fields tr.first td {
	padding-top: 15px;
}

#request .modal-content {
	background-color: #fff;
	border-radius: 0;
	border: 0;
}

.modal-header {
	border-bottom: 1px solid #eee;
}

#request .modal-header .ref {
	font-size: 15px;
	margin-top: 3px;
}

#request .home-subsection span:after {
	background-color: #000;
}

#webtoprospect input,
#webtoprospect textarea {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 15px;
	border: 0;
	border-bottom: 1px solid #27384A;
}

#webtoprospect textarea {
	height: 140px;
}

#webtoprospect label.error {
	color: #d9534f;
	margin-top: -13px;
	display: block;
	font-weight: normal;
	font-size: 14px;
}

#webtoprospect .checkfield .error {
	position: absolute;
	top: 100%;
	margin: 0;
	font-size: 12px;
}

#request .property-fields tr.price td {
	border-bottom: 1px solid #27384A;
}

#webtoprospect [type="submit"] {
	display: inline-block;
	width: auto;
	padding: 10px 30px;
	background-color: #a0886b;
	color: #fff;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	margin-bottom: 0;
}

#webtoprospect [type="checkbox"],
.wpcf7-acceptance input[type=checkbox] {
	visibility: hidden;
	height: 0;
	width: 0;
	margin: 0;
}

span.wpcf7-list-item {
	margin: 0 0 10px 0;
	;
}

#webtoprospect .checkfield {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#webtoprospect .submit-field {
	margin-bottom: 10px;
}

/* #webtoprospect .submit-field .submitwrap {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-top: 10px;
} */

#webtoprospect .submit-field .submitwrap span {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	top: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: none;
}

#webtoprospect .submit-field .submitwrap span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid #eee;
	border-top: 2px solid #000000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 18px;
	height: 18px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
}

#webtoprospect .alert {
	font-size: 14px;
}

.recaptchwrap {
	width: 50%;
	float: left;
}

#webtoprospect .submit-field label.checklabel,
.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-left: 23px;
	display: inline-block;
	vertical-align: middle;
}

#webtoprospect .submit-field label.checklabel:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
	content: '';
	width: 17px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	top: -2px;
	border: 1px solid #bdbdbd;
	left: 0;
	background: #fff;
}

#webtoprospect .submit-field label.checklabel:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 3px;
	left: 4px;
	border: 3px solid #000000;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#webtoprospect .submit-field label.checklabel a,
.wpcf7-acceptance .wpcf7-list-item-label a {
	color: #000;
	border-bottom: 1px solid #000;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#webtoprospect input[type=checkbox]:checked+label.checklabel:after,
.wpcf7-acceptance input[type=checkbox]:checked+.wpcf7-list-item-label:after {
	opacity: 1;
}

#webtoprospect [type="submit"]:hover {
	background-color: #27384A;
	color: #fff;
}

.locations {

	padding-top: 40px;
	margin-top: 15px;
}

.locations {
	margin-left: -8px;
	margin-right: -8px;
}

.locations [class*=col-] {
	padding-left: 8px;
	padding-right: 8px;
}

.locations .image {
	margin-bottom: 16px;
	padding-bottom: 57%;

	background-position: bottom;
	background-size: cover;
	position: relative;

	border-radius: 6px;
	overflow: hidden;
}

.locations .image h4 {
	position: absolute;
	z-index: 4;
	width: 100%;
	padding: 0 10%;
	top: 50%;
	transform: translateY(-55%);
	color: #fff;

	font-family: 'Dom-Dis', Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	text-wrap: balance;
}

.locations .image:before {
	content: '';
	position: absolute;
	z-index: 2;
	/*background-color: rgba(0, 0, 0, 0.35);*/
	height: 100%;
	transition: 0.3s all ease;
	width: 100%;
}

.locations .image:hover:before {
	background: rgba(0, 0, 0, 0.6);
}

.locations .image h4 span {
	font-size: 28px;
	display: block;
	line-height: 23px;
}

.no-result {
	text-align: center;
}

.contactdetails a,
.contactdetails address {
	color: #27384A;
	display: inline-block;
	font-size: 22px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	text-align: center;
	margin: 0;
}

.contactdetails {
	margin-bottom: 35px;
	margin-top: 35px;
	font-size: 0;
	text-align: center;
}

.contactdetails a:hover {
	color: #ecd9b2;
}

.contactdetails [class*=col-] {
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.contactdetails [class*=col-] .inner {
	padding-bottom: 20px;
	padding-top: 20px;
}

.contactdetails [class*=col-]:last-child .inner {
	border-right: 0;
}

.contactdetails .icon {
	width: 40px;
	height: 40px;
	background-image: url('../images/phonec1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

.contactdetails .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 33.33%;
	position: relative;
}

.contactdetails .image h4 {
	position: absolute;
	z-index: 4;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	line-height: 35px;
}

.contactdetails .icon.email {
	background-image: url('../images/emailc1.png');
}

.contactdetails .icon.address {
	background-image: url('../images/locationc1.png');
}

#map {
	height: 100%;
}


.margtop40 {
	margin-top: 40px !important;
}

.qtranxs-available-languages-message {
	display: none;
}

.stickyparent {
	display: flex;
	position: relative;
	margin: 0 -10px;
	flex-wrap: wrap;
}

.stickyparent .mobileonly {
	display: none;
}

.loademoreimages {
	text-align: center;
}

.propertiesfotoroma .fotorama__fullscreen-icon {
	background: none;
	width: 100% !important;
	height: 100% !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 10 !important;
}

.propertiesfotoroma .fotorama__fullscreen-icon:before {
	content: '';
	background: url(css/fotorama%402x.png) 0 0/96px 160px no-repeat;
	width: 32px;
	height: 32px;
	top: 2px;
	right: 2px;
	background-position: 0 -32px;
	z-index: 20;
	position: absolute;
}

.fullscreen .propertiesfotoroma .fotorama__fullscreen-icon:before {
	background-position: -32px -32px;
}

.propertiesfotoroma .fotorama__nav-wrap {
	z-index: -10000;
	opacity: 0;
	position: relative;
	height: 0;

}

.fullscreen .propertiesfotoroma .fotorama__nav-wrap {
	height: auto;
	opacity: 1;
	z-index: 1;
}

/*
.fotorama--fullscreen{
    overflow: auto !important;
}
.fotorama--fullscreen .fotorama__stage{
    min-height: 400px !important;
}
.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
        left: 0 !important;
    height: auto !important;
    width: 100% !important;
}*/

body ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #787878;
	font-family: 'Montserrat', sans-serif;
}

body ::-moz-placeholder {
	/* Firefox 19+ */
	color: #787878;
	font-family: 'Montserrat', sans-serif;
}

body :-ms-input-placeholder {
	/* IE 10+ */
	color: #787878;
	font-family: 'Montserrat', sans-serif;
}

body :-moz-placeholder {
	/* Firefox 18- */
	color: #787878;
	font-family: 'Montserrat', sans-serif;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes KEYFRAME-NAME {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-o-keyframes KEYFRAME-NAME {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 1200px) {
	#filter .input-field.locationfield {
		width: 17%;
	}

	.l-home__locations .col-xs-12 .place-inner {
		padding-bottom: 48.269%;
	}
}

@media (max-width: 991px) {
	.stickyparent {
		margin: 0;
		display: block;
	}

	.stickyparent .mobileonly {
		display: block;
	}

	.stickyparent .hideonmobile {
		display: none;
	}

	.loademoreimages {
		display: block;
	}

	.mobileonly {
		text-align: center;
	}

	.mobileonly .loademoreimages {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 30px;
	}

	.mobileonly .loademoreimages .contactbutton {
		display: block;
	}

	.mobileonly .loademoreimages .iframe-lightbox-link {
		margin: 0;
	}

	.hidmoreimages {
		display: none;
	}

	.recaptchwrap {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.homeslider-container h2 {
		font-size: 40px;
	}

	.propertydetail .col-md-5 {
		border: 0;
	}

	header .logo {
		max-height: 47px;
	}

	.contactdetails [class*=col-] .inner {
		border-right: 0px;
		border-bottom: 1px solid #fff;
	}

	.l-home__locations .col-xs-12 .place-inner {
		padding-bottom: 100%;
	}

	#filter .refernumber {
		width: 30.1%;
		margin-bottom: 10px;
	}

	#filter .input-field.locationfield {
		width: 30.1%;
		margin-bottom: 10px;
	}

	#filter .input-field.areafield {
		width: 30.1%;
		margin-bottom: 10px;
	}

	#filter .input-field.typefield {
		width: 30.1%;
	}

	#filter .input-field.transfield {
		width: 30.1%;
	}

	#filter .input-field.pricedd {
		width: 30.1%;
	}

	.property-filter,
	.cbreadcrumb {
		display: none;
	}

	.property-filter {
		display: block;
	}

	.page-template-properties header .search {
		display: none !important;
	}

	.property-fields tr.ref td {
		border-bottom: 1px solid #444;
		padding-bottom: 15px;
	}

	.property-fields tr.location td {
		padding-top: 15px;
	}

	.property-fields tr.price td {
		border-bottom: 0;
		padding-bottom: 8px;
	}

	.property-fields tr.first td {
		padding-top: 8px;
	}

	.property-fields-wrap {
		border: 1px solid #444;
		padding: 30px;
		margin-bottom: 30px;
	}

	.property-fields td {
		font-size: 16px;
	}

	#request .home-subsection {
		margin-bottom: 17px;
	}

	#request .modal-content {
		border-width: 10px;
	}

	#request .property-fields-wrap {
		margin-top: 30px;
		margin-bottom: 0;
		border: 1px solid #000;
	}

	#request .property-fields tr.price td {
		border-bottom: 0;
	}

	#request .property-fields tr.ref td {
		border-bottom: 1px solid #000;
	}

	.locations .image h4 {
		font-size: 30px;
	}

	.locations .image h4 span {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	.home .home-filter {
		background-color: transparent;
		display: block;
	}

	.home .home-filter .typefield,
	.home .home-filter .pricedd {
		display: none;
	}

	.homeslider-container h2 {
		font-size: 30px;
		width: 100%;
		line-height: 35px;
		bottom: auto;
		top: 120px;
	}

	.pagesslider {
		max-height: 300px;
	}

	.l-home__locations .col-xs-12 .place-inner {
		padding-bottom: 45%;
	}

	header .logo,
	header.active .logo {
		max-height: 30px;
	}

	#filter .input-field.locationfield,
	#filter .input-field.areafield,
	#filter .input-field.areafield,
	#filter .input-field.typefield,
	#filter .input-field.transfield,
	#filter .input-field.pricedd,
	#filter .refernumber {
		width: 100%;
		margin-bottom: 10px;
	}

	#filter .filter-buttons-mobile {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	#filter .filter-buttons-mobile .input-field {
		float: none;
		padding-right: 7px;
	}



	.l-home__locations {
		padding: 30px 0 20px 0;
	}



	.aboutconent {
		width: 100%;
	}

	.main-container {
		margin-bottom: 30px;
	}

	.serviesrow [class*=col-]:nth-child(odd) {
		border-bottom: 1px solid #fff;
		border-right: 0;
	}

	.servicetitle {
		font-size: 26px;
	}

	.detailslider .fotorama__arr {
		display: block !important;
	}

	.detailslider .fotorama__nav-wrap {
		display: none;
	}

	.locations .image {
		padding-bottom: 63%;
	}

	.locations .image h4 {
		font-size: 28px;
	}

	.locations .image h4 span {
		font-size: 16px;
	}

	.homeslider-container .fotorama__nav-wrap {
		margin-top: -50px;
	}
}

@media (max-width: 500px) {


	header .logo,
	header.active .logo {
		max-height: 27px;
	}

	.property-fields-wrap {
		padding: 30px 20px;
	}

	.locations .image h4 {
		font-size: 32px;
	}

	.locations [class*=col-] {
		width: 100%;
	}
}

@media (max-width: 375px) {
	.property-fields-wrap {
		padding: 20px 10px;
	}

}

/* Ocultar icono de reCaptcha v3 */
.grecaptcha-badge {
	opacity: 0 !important;
}
