@import url("../../fonts/Montserrat/styles.css");

html body {
    border: 0;
    padding: 0;
    margin: 0;

    font-family: "Montserrat ExtraLight";
    color: #6d6e71;

    /* 	-webkit-font-smoothing: antialiased; */
}


.clearfix {
    clear: both;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


#real-header .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 115px;
    background-color: #fff;
    z-index: 999;

    border-bottom: 1px solid #e6e7e8;

    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}


#real-header .header * {

}

#real-header .headersmall {
    height: 95px;
    /* 	box-shadow: 0px 1px 15px #888888; */
}

#real-header .headersmall nav {
    padding-top: 15px !important;
}

#real-header .headersmall .languages-wrap {
    padding: 5px 10px !important;
}

#real-header .headersmall .pdrgroup-wrap {
    padding: 5px 35px !important;
}

#real-header .header .logo {
    width: 118px;
    margin-top: 12px;

    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

#real-header .header .logo img {
    width: 100%;
}

#real-header .header .logosmall {
    width: 100px;
    margin-top: 10px;
}

#real-header .header .container div:nth-child(2) .row:nth-child(1) {
    border-bottom: 1px solid #003a70;
}

#real-header .header .languages-wrap {
    float: right;

    font-family: 'Montserrat Light';
    color: #003a70;

    vertical-align: middle;
    padding: 10px;

    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

#real-header .header .pdrgroup-wrap {
    float: right;

    padding: 10px 35px;
    color: #fff;
    background-color: #003a70;

    font-family: 'Montserrat Light';
    text-transform: uppercase;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}


#real-header .header nav {
    padding-top: 20px;

    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

#real-header .header nav ul {
    list-style: none;
    -webkit-padding-start: 0px;
}

#real-header .header nav ul li{
    position: relative;
    float: left;
    font-family: 'Montserrat Light';
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #003a71;
    margin: 0px 37px;
    cursor: pointer;
    -webkit-padding-start: 0px;

    padding-bottom: 5px;

    border-bottom: 0px solid #003a70;

    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
}

#real-header .header nav ul li:hover{
    border-bottom: 2px solid #003a70;
}

#real-header .header nav ul li:first-child {
    margin-left: 0px;
}

#real-header .header nav ul li:last-child {
    margin-right: 0px;
}

#real-header .header nav ul li a {
    color: #003a71;
    text-decoration: none;
}

/*
.header nav ul a li:after {
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  z-index: 1;
  content: "";
  left: 50%;
  right: 50%;
  height: 3px;
  bottom: 13px;
  background-color: #3F51B5;
}
*/

#real-header .header nav ul .active {
    border-bottom: 2px solid #003a70
}


#real-header .header nav li .submenu-wrap {
    position: absolute;
    top:0px;
    left: 0px;
    width: 100px;
    height: 100px;

    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */

    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

#real-header .header nav li .submenu {
    position: absolute;
    top: 53px;
    left: 0px;
    /* 	width: 100px; */
    /* 	height: 100px; */
    /* 	padding: 22px 20px; */
    /* 	background-color: rgba(23, 40, 60, 0.8); */
    background-color: rgba(255, 255, 255, 0.8);
    min-width: 210px;
    line-height: 24px;
    font-size: 13px;
    color: #6b6c70;
    text-align: left;
    font-family: 'Montserrat Light';
    padding: 10px 0px;

    border: 1px solid #e6e7e8;

    z-index: 99;
}

#real-header .header nav li .submenu a {
    color: inherit;
    text-decoration: none;
}

#real-header .header nav li .submenu-item {
    padding: 5px 20px;
}

#real-header .header nav li .submenu-item:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

#real-header .header .menu-active {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 7px;
    background-image: url(../../img/menu-triangle.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
}


#real-header .submenu-active {
    opacity: 1 !important;
    pointer-events: inherit !important;
}

#real-header .submenu a:hover {
    border-bottom: 1px solid #fff;
}


#real-header .mobile-menu
{
    top: 114px;
    left: 0;
}


.header .btn-contact-modal {
    padding: 6px 24px;
    /* font-size: 1px; */
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: -5px;
    background-color: #003a70;
    border: none;
    font-family: 'Montserrat Light';
}

.mobile-menu .btn-contact-modal {
	background-color: #fff;
	color: #003a70;
	border-radius: 0px;
	padding: 4px 15px;
	font-size: 22px;
}


.wc-promo {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.wc-promo img {
	width: 100%;
}

.wc-promo .wc-promo-text {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 60%;
	color: #fff;
	text-transform: uppercase;
	transform: translate(0,-50%);
	
    font-family: "Montserrat Light";
	letter-spacing: 4px;

}

.wc-promo .wc-promo-text  h1{
	line-height: 40px;
}

@media (max-width: 1200px) {
    #real-header .header nav ul li {
        margin: 0px 30px;
        letter-spacing: 1px;
    }
    
    .wc-promo .wc-promo-text h1{
		font-size: 1.6em;
		line-height: 35px;
	}
}

@media (max-width: 991px) {

    #real-header .header .container {
        width: 100%;
    }

    #real-header .header nav ul li {
        margin: 0px 18px;
        letter-spacing: 0px;
        font-size: 13px;
    }
    
    .wc-promo .wc-promo-text h1{
		font-size: 1.4em;
		line-height: 30px;
	}
	
}


@media (max-width: 991px) {
    #real-header .header .container div:nth-child(2) {
        display: none;
    }
}

@media (max-width: 768px) {
	.wc-promo .wc-promo-text {
		top: 70%;
		width: 90%;
		right: 0;
		left: 0;
		margin: 0px auto;
		text-align: center;
	}
	
	.wc-promo .wc-promo-text h1 {
		font-size: 3.5vw;
		line-height: 6vw;
	}
	
}



#real-footer .footer {
    width: 100%;
    /* 	height: 170px; */
    background-color: #003a70;
    color: #fff;
    padding: 10px 0px;
    font-family: "Montserrat Light";
    font-size: 13px;
}

#real-footer .footer .footer-logo {
    padding: 10px 0px;
}

#real-footer .footer .footer-links {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 4px;
    padding-top: 60px;
}

#real-footer .footer .footer-links a {
    color: #fff;
    text-decoration: none;
}

#real-footer .footer .footer-links ul {
    list-style-type: none;
}

#real-footer .footer .footer-links ul li {
    float: left;
    padding: 0px 40px;
    border-left: 1px solid #fff;
}

#real-footer .footer .footer-links ul li:first-child {
    border-left: none;
    padding-left: 0px;
}

#real-footer .footer .footer-links .footer-link {
    border-left: 1px solid #fff;
}

#real-footer .footer .footer-links .footer-link:first-child {
    border-left: none;
}


#real-footer .footer .partnerships {
    letter-spacing: 4px;
    line-height: 44px;
}


#real-footer .footer .copyright {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.footer-new .data-protection-text
{
    margin-top: 10px;
    text-align: center;
    font-size: 9px;
    font-family: "Montserrat Light";
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*** LANDING ***/

.landing-wrap {
    position: relative;
    /* 	height: 1000px; */
    height: 100vh;
}

.landing-item {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stars {
    margin: 0px auto;
    width: 100%;
}

.landing-item .stars-5 {
    max-width: 205px;
}

.landing-item .stars-4 {
    max-width: 158px;
}

.stars img {
    position: inherit !important;
    width: 100% !important;
    transform: none !important;
}

.landing-info {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 200px;


}

.landing-info landingtitle {
    font-family: "Montserrat Thin";
    font-size: 65px;
    letter-spacing: 14px;
    letter-spacing: 14px;
}

.landing-info subtitle {
    font-family: "Montserrat Medium";
    font-size: 18px;
    letter-spacing: 4px;
}


.landing-info .linkbtn {
    position: initial;
    background-color: inherit;
    color: #fff;
    border: 1px solid #fff;
    margin: 20px auto;

    max-width: 200px;
    max-width: 200px;
    padding: 8px 19px;
    text-align: left;

    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.landing-info .linkbtn:hover {
    outline: 1px solid #fff;
    padding-left: 50px;
}

.landing-info .linkbtn img {
    position: initial;
    transform: none;
}

.landing-info .linkbtn a {
    color: #fff;
}

.landing-wrap .godown-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0%);

    width: 60px;
    height: 60px;
    background-color: rgba(0,58,112,0.5);
    border-radius: 50%;

    z-index: 9;
    cursor: pointer;
}

.landing-wrap .godown-btn .round-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    background-color: rgb(0,58,112);
    border-radius: 50%;
    color: #fff;

    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.landing-wrap .godown-btn .round-inner:hover {
    background-color: #fff;

}

.landing-wrap .godown-btn .round-inner:hover i {
    /* 	transform: translate(-50%, -20%); */
    color: rgb(0,58,112);
}

.landing-wrap .godown-btn .round-inner i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%; 	/* 1062px; */ /* 700px; */
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}



/**** LANDING PROPERTIES ***/

.landing-properties {
    height: 634px;

    background-position: center center;
    background-size: cover;
}

@media (max-width: 1200px) {
    .landing-properties {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .landing-properties {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .landing-properties {
        height: 300px;
    }
}

.intro-title {
    margin: 60px 0px;
    text-transform: uppercase;
    text-align: center;
}

.intro-title .stars-5 {
    max-width: 190px;
}

.intro-title title {
    font-family: "Montserrat ExtraLight";
    font-size: 45px;
    color: #003a70;
    letter-spacing: 14px;
    display: block;
}

.intro-title subtitle {
    font-family: "Montserrat Medium";
    font-size: 14px;
    letter-spacing: 4px;
    color: #6d6e71;
}



.info-text {
    width: 100%;
}

.info-text .title {
    font-family: "Montserrat Thin";
    font-size: 60px;
    line-height: 60px;

    margin: 0px 0px 20px 0px;
    color: #6bb1e2;
}

.info-text .subtitle {
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.info-text .descr {
    font-family: "Montserrat ExtraLight";
    font-size: 16px;
}



.rect-outline {
    position: relative;
    border: 1px solid #a7a9ac;
    width: 100%;
    height: 100%;
}

.round-outline {
    position: relative;
    border: 1px solid #a7a9ac;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.linkbtn {
    position: absolute;
    bottom: 0;

    font-family: 'Montserrat Light';
    text-transform: uppercase;
    color: #003a70;
    padding: 0px 20px;
    background-color: #fff;
    cursor: pointer;

    text-align: right;

    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.linkbtn a {
    color: #003a70;
}

.linkbtn .linkbtn-text {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.linkbtn:hover {
    padding-right: 5px;
    padding-left: 35px;
}


.intro-wrap .info-text {
    max-width: 430px;
}

.intro-wrap .info-text .linkbtn {
    position: inherit;
    text-align: right;
    margin: 20px 0px;
    /* 	padding-right: 0px; */
}

.nearby {
    padding-bottom: 9px;
}

.nearby .rect-outline {
    width: 355px;
    height: 390px;
}

.nearby .rect-outline .info-text {
    position: absolute;
    bottom: 0;
    padding: 45px 90px 45px 30px ;
}

.nearby .round-image {
    position: absolute;
    top: -125px;
    right: -290px;
    width: 400px;
}

.nearby .round-image img {
    width: 100%;
}

.nearby .linkbtn {
    bottom: 0px;
    margin-left: 15px;
    /* 	transform: translate(0%,50%); */
}


.asdmain {
    position: relative;
    width: 100%;
    height: 660px;
    padding: 25px 0px;

    margin-bottom: 40px;
}

.asdmain:nth-child(1) {
    margin-top: 100px;
}

.asdmain .info-wrap {
    position: absolute;
    top: 0;

    height: 100%;
    background-size: cover;
    background-position: center center;


}

.asdmain .info-wrap .info-text {
    width: 200px;
    margin: 100px;

    color: #fff;
}

.asdmain .info-wrap .info-photo {
    position: absolute;
    width: 520px;
    height: 435px;

    background-size: cover;
    background-position: center center;
}



.asdmain-left .info-wrap {
    left: 0;
    width: 650px;
    background-image: url('../../img/box-thebeachfront.png');
}

.asdmain-left .info-wrap .info-text {
    width: 340px;
    margin: 80px 70px;
}

.asdmain-left .info-wrap .info-text .title,
.asdmain-left .info-wrap .info-text .subtitle {
    color: #6bb1e2;
}

.asdmain-left .info-wrap .info-photo {
    background-image: url('../../img/foto-thebeachfront.png');
    top: 80px;
    right: 0;
    margin-right: -330px;
}

.asdmain-left .rect-outline .linkbtn {
    bottom: 0;
    left: 50%;
    margin-left: 240px;
    transform: translate(0,50%);
}


.asdmain-right .info-wrap {
    right: 0;
    width: 550px;
    background-image: url('../../img/box-thevillage.png');
}

.asdmain-right .info-wrap .info-text {
    width: 340px;
    margin: 75px 140px;
}

.asdmain-right .info-wrap .info-text .title,
.asdmain-right .info-wrap .info-text .subtitle {
    color: #ffda00;
}

.asdmain-right .info-wrap .info-photo {
    background-image: url('../../img/foto-thevillage.png');
    top: 100px;
    left: 0;
    margin-left: -450px;
}

.asdmain-right .rect-outline .linkbtn {
    bottom: 0;
    right: 50%;
    margin-right: 240px;
    transform: translate(0,50%);
}


@media (max-width: 1200px) {

    .asdmain-beachfront .info-wrap .info-photo {
        width: 420px;
        margin-right: -230px;
    }

    .asdmain-village .info-wrap .info-photo {
        width: 420px;
        margin-left: -330px;
    }

}

/******/

.investment-container {
    background-color: #e6e7e8;

    padding: 100px 0px;
}

.conditions-box {
    position: relative;
    width: 500px;
    height: 610px;
    background-image: url('../../img/box-conditions.png');
    background-position: center center;
    background-size: cover;
    padding: 30px 0px 0px 120px;

}

.conditions-box .info-text {
    width: 330px;
}

.conditions-box .info-text ul {
    -webkit-margin-start: -20px !important;
}

.conditions-box .info-text li {
    line-height: 28px;
}

.conditions-box .info-text .title {
    color: #003a70;
}


.brochure-wrap {
    position: relative;
    width: 505px;
    height: 505px;

    margin-top: 260px;
    margin-left: 150px;
}

.brochure-wrap .brochure-image {
    position: absolute;
    top: 100px;
    left: 0;
    margin-left: -145px;
}

.brochure-wrap .round-outline .linkbtn {
    top: 50px;
    bottom: inherit;
    background-color: inherit;
    left: 50%;
    transform: translate(-50%,0);
}



/** PROPERTIES **/

.properties .intro-wrap .info-text .subtitle {
    color: #2c55a2;
    margin-bottom: 20px;
}

.propertie-logo-wrap {
    position: relative;
    height: 440px;
}

.propertie-logo {
    position: absolute;
    bottom: 0;
}


.propertie-icons-wrap {
    position: relative;
    height: 440px;
}

.propertie-icons {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.propertie-icons .services-item {
    color: #6d6e71;
    height: inherit;
    margin-top: 50px;
}


.propertie-accommodation {
    position: relative;
    width: 100%;
    height: 500px;
    /* 	padding: 25px 0px; */

    margin-bottom: 40px;
}

.propertie-accommodation:nth-child(1) {
    margin-top: 100px;
}


.propertie-accommodation .photo {
    position: absolute;
    top:0;
    right: 0;
    max-width: 750px;
    width: 100%;
    height: 435px;

    background-position: center center;
    background-size: cover;
}


.propertie-accommodation .rect-outline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 460px;
    height: 440px;
    padding: 55px 70px;
}

.propertie-accommodation .rect-outline .subtitle {
    color: #2c55a2;
}

.propertie-accommodation .rect-outline .linkbtn {
    bottom: -10px;
}


.row:nth-child(odd) .propertie-accommodation .photo {
    right: inherit;
    left: 0;
}

.row:nth-child(odd) .propertie-accommodation .rect-outline {
    left: inherit;
    right: 0;

    padding-left: 125px;
}



.services-container {
    padding: 50px 0;

    background-color: #2c55a2;

    background-image: url(../../img/bg-services.png);
    background-position: right center;
    background-size: cover;
}

.services-container .title {
    text-align: left;
    font-family: "Montserrat Medium";
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    margin: 30px 0px;
}

.services-item {
    text-align: center;
    font-family: 'Montserrat ExtraLight';
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;

    height: 160px;
}

/*
.services-container .services-item .services-item-icon {
	width: 20%;
}
*/


.services-item-icon img{
    max-width: 103px;
    width: 100%;
}

.services-item-icon .services-item-icon-tip {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 37px;
    width: 20px;
    height: 20px;
    border: 2px solid #6bb1e2;
    border-radius: 50%;
    color: #6bb1e2;
    font-family: 'Montserrat Light';
    font-size: 11px;
    padding-left: 4px;
}



.services-item-title {
    font-size: 12px;
    margin-top: 20px;
}

.services-container .info1 {
    color: #fff;
    margin: 20px 0px;
}

.services-container .breakline {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0px;
}


/*** GALLERY  ***/

.gallery-container{
    padding-top: 170px;
    padding-bottom: 60px;
}

.gallery {
    margin: 40px 0px;
}

.gallery .gallery-col .gallery-photo {
    border-right: 2px solid #fff;
}

.gallery .gallery-col .gallery-photo .gallery-photo-hover {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);

    display: none;
}

.gallery .gallery-col .gallery-photo .gallery-photo-hover .eye {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.gallery .gallery-col .gallery-photo .gallery-photo-hover-active {
    display: block;
}

.gallery .gallery-col .gallery-photo:nth-child(1) {
    border-bottom: 2px solid #fff;
}

.gallery .gallery-photo {
    background-position: center center;
    background-size: cover;

    height: 300px;
}

/*
.gallery .gallery-col:nth-child(1) a:nth-child(1) .gallery-photo{ height: 450px; }
.gallery .gallery-col:nth-child(1) a:nth-child(2) .gallery-photo{ height: 240px; }
.gallery .gallery-col:nth-child(1) a:nth-child(3) .gallery-photo{ height: 240px; }
.gallery .gallery-col:nth-child(2) a:nth-child(1) .gallery-photo{ height: 240px; }
.gallery .gallery-col:nth-child(2) a:nth-child(2) .gallery-photo{ height: 240px; }
.gallery .gallery-col:nth-child(2) a:nth-child(3) .gallery-photo{ height: 450px; }
*/

.gallery .gallery-col {
    padding-left: inherit;
    padding-right: inherit;
}


.fancybox-skin {
    padding: 1px !important;
}

@media (max-width: 768px) {
    .gallery .gallery-col:nth-child(1) a:nth-child(1) .gallery-photo {
        height: 300px !important;
    }

}

@media (max-width: 440px) {
    .gallery .gallery-col:nth-child(1) a:nth-child(1) .gallery-photo {
        height: 220px !important;
    }

    .gallery .gallery-col .gallery-photo .gallery-photo-hover {
        display: none;
    }

}



/*** SPECIFICATIONS ***/

.specifications-container {
    margin: 40px auto;
}

.carousel {
    width: 100%;

    clear: both;
    text-align: center;
}

.carousel span {
    line-height: 32px;
}

.carousel div img {
    max-width: 220px; /* 295px */
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    height: inherit !important;
}

.slick-slide:focus { outline: none; }

.carousel-btns {
    height: 40px;
    /* 	max-width: 220px; */
    margin: 0px auto;

    padding: 0px 5px;

    font-family: 'Montserrat Medium';
    color: #003a70;
    text-transform: uppercase;
}

.carousel-btns img {
    width: inherit !important;
    display: inline-block !important;
}

.carousel-btns .carousel-btns-left {
    float: left;
    cursor: pointer;
}
.carousel-btns .carousel-btns-right {
    float: right;
    cursor: pointer;
}

@media (max-width: 400px) {
    .carousel div img {
        max-width: 220px; /* 295px */
    }


}

.specifications-container .specifications .title {
    font-family: 'Montserrat Medium';
    color: #2c55a2;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.specifications-container .specifications .specification {
    font-family: 'Montserrat ExtraLight';
    color: #6d6e71;
    margin-bottom: 20px;
}

.specifications-container .specifications .specification .title {
    font-family: 'Montserrat Medium';
    color: #6bb1e2;
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: 5px;
}

.specifications-container .specifications .specification b{
    font-family: 'Montserrat Medium';
    color: #6d6e71;
}



/***BEACHFRONT***/

.beachfront .intro-wrap {
    margin: 60px 0px;
}

.beachfront .intro-wrap .info-text .subtitle {
    color: #2c55a2;
    margin-bottom: 20px;
}

.beachfront .services-container {
    background-image: url(../../img/beachfront/beachfront-bg-services.png);
}



/****VILLAGE******/

.village .intro-wrap {
    margin: 60px 0px;
}

.village .intro-wrap .info-text {
    color: #ec6a53;
}

.village .intro-wrap .info-text .subtitle {
    color: #a84425;
}

.village .info-text .title {
    color: #ec6a53;
}

.village .info-text .subtitle {
    color: #a84425;
    margin-bottom: 20px;
}

.village .asdmain-village .info-wrap .info-text .subtitle {
    font-family: 'Montserrat Medium';
}

.village .linkbtn .linkbtn-text {
    color: #a94425;
}

.village .services-container {
    background-image: url(../../img/village/village-bg-features.png);
    background-color: #bd542e;
}

.village .services-item-icon .services-item-icon-tip {
    border: 2px solid #ec6a53;
    color: #ec6a53;
}

.village .carousel img {
    max-width: 295px;
}

.village .specifications .title {
    color: #a94425;
}

.village .specifications .specification .title {
    color: #ec6a53;
}


/*** RESORT ***/

.intro-single-photo-title {
    position: relative;
    height: 680px;
    padding-left: 60px !important;
}

.intro-single-photo-title .rect-outline {
    width: 90%;
    height: 85%;
}

.intro-single-photo-title .info-photo {
    position: absolute;
    top: 50px;
    right: 15px;
    /*     margin-right: 15px; */
    width: 560px;
    height: 380px;
    background-size: cover;
    background-position: center center;
}

.intro-single-photo-title .info-text {
    position: absolute;
    background-color: #fff;
    bottom: 0px;
    right: 77px;
    width: 400px;
    padding: 0px 20px;
}

.resort .intro-wrap .info-text .descr .awards {
    margin-top: 20px;
    max-width: 366px;
    width: 100%;
}

.resort .intro-wrap .info-text .descr .awards img {
    width: 100%;
}

.resort .nearby-container {
    margin: 40px 0;
    padding: 100px 0px 50px 0;
    background-color: #2c55a2;
    background-position: right center;
    background-size: cover;
    background-image: url(../../img/resort/nearby-bg.png);
}

.resort .nearby-container .info-text {
    color: #fff;
}

.resort .nearby-container .info-text .subtitle {
    color: #6bb1e2;
}


.resort .nearby {
    padding-left: 180px;
    height: 600px;
}

.resort .nearby .rect-outline {
    width: 420px;
    border-color: #fff;
}

.resort .nearby .rect-outline .info-text {
    bottom: inherit;
    top: 0;
    padding: 10px 40px;

}

.resort .nearby .rect-outline .info-text .title {
    margin: 0px 0px 15px 0px;
}


.resort .nearby .round-image {
    bottom: 0px;
    top: inherit;
    right: inherit;
    left: 15px;
}



.resort .asdmain .info-wrap {
    width: 780px;
    /* 	height: 700px;  */
}

.resort .asdmain .info-wrap .info-text {
    width: 500px;
    color: #6d6e71;
}

.resort .asdmain .info-wrap .info-text .title {
    color: #6bb1e2;
}

.resort .asdmain .info-wrap .info-text .subtitle {
    color: #003a70;
}

.resort .asdmain .info-wrap .info-photo {
    width: 430px;
    height: 360px;
}

.resort .asdmain-left .info-wrap .info-photo {
    margin-right: -300px;
}

.resort .asdmain-left .info-wrap {
    background-image: url(../../img/resort/box-lisboa.png);
}

.resort .asdmain-right .info-wrap {
    background-image: url(../../img/resort/box-obidos.png);
}

.resort .asdmain-right .info-wrap .info-text {
    margin: 75px 50px 75px 210px;
}

.resort .asdmain-right .info-wrap .info-photo {
    margin-left: -300px;
}



.info-box-tiles-container {
    margin: 40px 0;
    padding: 100px 0px 50px 0;
    background-color: #2c55a2;
    background-position: center center;
    background-size: cover;
    background-image: url(../../img/resort/infra-bg.png);
}

.info-box-tiles-item {
    position: relative;
    padding-top: 60px;
    width: 100%;
    height: 580px;
    margin-bottom: 100px;
}

.info-box-tiles-item .info-box-photo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 190px;
    background-position: center center;
    background-size: cover;
    transform: translate(-50%, 0);
}

.info-box-tiles-item .info-box-text {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 150px 30px 10px 30px;
    font-family: 'Montserrat ExtraLight';
    font-size: 16px;
}

.info-box-tiles-item .info-box-text .title {
    font-family: "Montserrat ExtraLight";
    font-size: 45px;
    line-height: 45px;
    margin: 0px 0px 20px 0px;
    color: #6bb1e2;
}

.info-box-tiles-item .info-box-text h2 {
    font-family: 'Montserrat Medium';
    color: #003a70;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
}

.resort .info-box-tiles-container {
    margin: 40px 0 0 0;
}


/*** Investment ***/

.investment #welcome {
    margin-top: 100px;
}

.investment .conditions-box {
    padding: 120px 0px 0px 120px;
}

.investment .investment-conditions {
    margin: 40px 0 0;
    padding: 100px 0px 100px 0;
    background-color: #2c55a2;
    background-position: center center;
    background-size: cover;
    background-image: url(../../img/investment/nearby-bg.png);

    color: #fff;
}

.investment .investment-conditions .title {
    font-family: "Montserrat Thin";
    font-size: 60px;
    line-height: 60px;
    margin: 0px 0px 20px 0px;
    color: #6bb1e2;
}

.investment .investment-conditions ul {
    -webkit-padding-start: 20px;
    line-height: 22px;
}

.investment .investment-conditions [dir=ltr] ul {
    padding-left: 20px;
}


/*** CONTACTS ***/


.contacts .contacts-info {
    margin: 80px 0px;
}

.contacts .contacts-info .contact-info {
    font-family: 'Montserrat ExtraLight';
    font-size: 16px;
    text-align: center;
}

.contacts .contacts-info .contact-info a {
    color: inherit;
}

.contacts .contacts-info .contact-info .contact-icon {
    max-width: 103px;
    width: 100%;
    margin: 0px auto;
}

.contacts .contacts-info .contact-info .contact-icon img {
    width: 100%;
}


.contacts .map {
    height: 700px;
}

.contacts .map #map {
    height: 100%;
}

.contacts .form-container {
    padding: 100px 0px 100px 0;
    background-color: #004686;
    background-position: center center;
    background-size: cover;
    /*     background-image: url(../img/contacts/bg-form.png); */
    background-image: none;

    color: #fff;
}

.contacts .form-container .rect-outline {
    padding: 50px 50px;
}

.contacts .form-container .rect-outline .title {
    font-family: "Montserrat Thin";
    font-size: 60px;
    line-height: 60px;
    margin: 0px 0px 20px 0px;
    color: #6bb1e2;
}

.contacts .form-container input {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 20px;
    color: #17283c;
    /* text-transform: uppercase; */
    font-family: 'Montserrat Light';
    outline: none;
    border: none;
}

.contacts .form-container textarea {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 20px;
    color: #17283c;
    /* text-transform: uppercase; */
    font-family: 'Montserrat Light';
    outline: none;
    border: none;
    height: 160px;
}


.contacts .form-container .linkbtn {
    background-color: #004686;
    color: #fff;
    bottom: -10px;
    right: 30px;
}

/* Real Estate */
#realstate .title-modified
{
    margin-top: 60px;
}

#realstate .realestate-slideshow-top-container
{
    margin-top: 170px;
    position: relative;
}

#realstate .realestate-slideshow-top-container h1
{
    font-size: inherit;
    color: inherit;
    margin: 0;
    font-weight: inherit;
    line-height: inherit;
}

#realstate .display_up_767
{
    display: block;
}

#realstate .display_down_767
{
    display: none;
}

#realstate .top-image
{
    margin-top: 113px;
    position: relative;
}

#realstate .top-image img
{
    width: 100%;
}

#realstate .top-text
{
    position: absolute;
    bottom: 50px;
    left: 15%;
    font-family: "Montserrat Light";
    color: white;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#realstate .top-text span
{
    display: block;
    font-family: "Montserrat SemiBold";
}

#realstate .no-results
{
    text-align: center;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#realstate .loading-data
{
    text-align: center;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#realstate .intro-title subtitle
{
    font-family: "Montserrat Light";
}

#realstate .search-container
{
    background-color: #e6e7e8;
    padding-top: 40px;
    padding-bottom: 40px;
}

#realstate .search-place
{
    padding-left: 30px;
}

#realstate .search-place select
{
    width: 100%;
    box-sizing: content-box;
    border-radius: 0;
    border: none;
    padding-top: 13px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 13px;
    background-color: white;
    font-family: "Montserrat ExtraLight";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../../img/realestate/icon-arrow-filter.png");
    background-repeat: no-repeat;
    background-position: 96%, 15%;
}

#realstate #first-select-search
{
    padding-left: 40px;
}

#realstate .search-button-place
{
    padding-right: 33px;
}

#realstate .button-search
{
    width: 73%;
    background-color: #003a70;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    background: url(../../img/home/btn-hover.png);
    background-position: 0 -0.9%;
    transition: background-position .75s ease;
}

#realstate .button-search:hover
{
    background-position: 0 55%;
}

#realstate .imovel-base-container
{
    margin-top: 110px;
}

#realstate .imovel-container
{
    background-image: url("../../img/realestate/box.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
    padding-bottom: 20px;
    margin-bottom: 80px;
    background-size: cover;
}

#realstate .top-image
{
    margin-top: -60px;
    background-size: cover;
    background-position: center center;
}

#realstate .top-image img
{
    width: 100%;
}

#realstate .category-place
{
    padding-top: 20px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#realstate .description-place
{
    padding-top: 20px;
    height: 120px;
}

#realstate .symbol-container
{
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
}

#realstate .symbol-container img
{
    margin-left: 3px;
}

#realstate .area-place
{
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 16px;
}

#realstate .area-place span
{
    color: #003a70;
    font-family: "Montserrat SemiBold";
    letter-spacing: 3px;
}

#realstate .button-view-more
{
    width: 60%;
    background-color: #003a70;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: white;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 62px;
    left: 50%;
    background: url(../../img/home/btn-hover.png);
    background-position: 0 0;
    transition: background-position .75s ease;
}

#realstate .button-view-more:hover
{
    background-position: 0 55%;
}

#realstate .back-button
{
    position: absolute;
    font-family: "Montserrat ExtraLight";
    letter-spacing: initial;
    cursor: pointer;
}

#realstate .imovel-top-bar
{
    text-align: center;
    color: #003a70;
    font-family: "Montserrat SemiBold";
    position: relative;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}

#realstate .image-slider
{
    background-size: cover;
    background-position: center center;
}

#realstate .image-slider img
{
    width: 100%;
}

#realstate .slider-imovel-bot .slick-track
{
    height: 100px;
}

#realstate .slider-imovel-bot
{
    margin-top: 20px;
}

#realstate .slider-imovel-bot .slick-slide
{
    margin-left: 0;
    margin-right: 20px;
}

#realstate .slider-imovel-top .slick-slide
{
    padding-right: 20px;
}

#realstate .slider-container
{
    margin-top: 20px;
}

#realstate .slider-bot-arrow-left
{
    width: 4%;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0px;
}

#realstate .slider-bot-arrow-right
{
    width: 4%;
    position: absolute;
    z-index: 2;
    right: -10px;
    transform: translate(-50%, -50%);
    top: 50%;
}

#realstate .charc-col
{
    padding-left: 0;
}

#realstate .characteristics-container
{
    border: 1px solid #a7a9ac;
    margin-top: 20px;
    padding: 20px;
    height: 96%;
}

#realstate .imovel-charc-row .col-sm-8
{
    height: 540px;
}

#realstate .imovel-charc-row .col-sm-4
{
    height: 540px;
}

#realstate .charc-price
{
    color: #003a70;
    font-family: "Montserrat SemiBold";
    letter-spacing: 3px;
    font-size: 16px;
}

#realstate .charc-symbol
{
    margin-bottom: 10px;
}

#realstate .area
{
    margin-bottom: 5px;
}

#realstate .area span
{
    font-size: 16px;
    letter-spacing: 3px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
}

#realstate .spec-title
{
    font-size: 16px;
    letter-spacing: 3px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
    margin-bottom: 5px;
}

#realstate .spec-li ul
{
    padding-left: 20px;
    color: #003a70;
}

#realstate .spec-li ul li
{
    margin-top: 10px;
}

#realstate .spec-li ul li span
{
    color: #6d6e71;
    letter-spacing: 1px;
}

#realstate .bottom-section
{
    margin-top: 40px;
}

#realstate .imov-desc-title
{
    font-size: 16px;
    letter-spacing: 3px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
    margin-bottom: 5px;
}

#realstate .bottom-title
{
    font-size: 16px;
    letter-spacing: 3px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
    margin-bottom: 20px;
}


#realstate .imov-map-map iframe
{
    width: 100%;
    max-height: 420px;
}

#realstate .imov-planta-planta img
{
    width: 100%;
    max-height: 420px;
}

#realstate .download-planta
{
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 85%;
    z-index: 2;
}

#realstate .contact-imovel
{
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: #e6e7e8;
    padding: 30px;
}

#realstate .contact-title
{
    font-size: 16px;
    letter-spacing: 3px;
    color: #003a70;
    font-family: "Montserrat SemiBold";
    margin-bottom: 20px;
}

#realstate .contact-input
{
    width: 100%;
    border: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 7px;
    padding-right: 7px;
    font-family: "Montserrat ExtraLight";
}

#realstate .submit-contact-button
{
    width: 73%;
    background-color: #003a70;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: white;
    cursor: pointer;
    float: right;
    background: url(../../img/home/btn-hover.png);
    background-position: 0 -0.9%;
    transition: background-position .75s ease;
}

#realstate .submit-contact-button:hover
{
    background-position: 0 55%;
}

#realstate .paginator
{
    text-align: center;
    margin-bottom: 60px;
}

#realstate .paginator span
{
    color: #003a70;
    padding-left: 15px;
    padding-right: 15px;
}

#realstate .ribbon {
    position: absolute;
    left: 45px;
    top: -30px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
#realstate .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}

#realstate .navigation-planta
{
    margin-right: 20px;
    color: #6d6e71;
    cursor: pointer;
}

#realstate .navigation-planta-active
{
    color: #003a70;
    border-bottom: 2px solid #003a70;
}

#realstate .description-content
{
    margin-bottom: 10px;
}


@media(max-width: 1199px)
{
    #realstate .symbol-container
    {
        padding-top: 20px;
    }

    #realstate .top-text
    {
        width: 95%;
        left: 0;
        padding-left: 60px;
        font-size: 26px;
    }

    #realstate .characteristics-container
    {
        border: 1px solid #a7a9ac;
        margin-top: 20px;
        padding: 20px;
    }

    #realstate .imovel-charc-row .col-sm-8
    {
        height: 475px;
    }

    #realstate .imovel-charc-row .col-sm-4
    {
        height: 475px;
    }

    #realstate .characteristics-container
    {
        height: 94%;
    }
}

@media (max-width: 991px)
{
    #realstate .search-place select
    {
        width: 100%;
        margin-bottom: 15px;
    }

    #realstate #first-select-search
    {
        padding-left: 30px;
    }

    #realstate .search-place
    {
        padding-right: 46px;
    }

    #realstate .search-button-place
    {
        text-align: center;
    }

    #realstate .button-search
    {
        width: 50%;
        margin-top: 15px;
        float: none;
    }

    #realstate .charc-symbol .symbol-container img
    {
        width: 24px;
        margin-left: 0;
    }

    #realstate .charc-symbol .symbol-container
    {
        margin-right: 7px;
        padding-top: 10px;
    }

    #realstate .spec-title
    {
        font-size: 14px;
    }

    #realstate .spec-li ul li span
    {
        font-size: 12px;
        letter-spacing: 0;
    }

    #realstate .spec-li ul li
    {
        margin-top: 5px;
    }

    #realstate .bottom-section
    {
        margin-top: 0;
    }

    #realstate .imov-map
    {
        margin-bottom: 40px;
    }

    #realstate .imovel-charc-row .col-sm-8
    {
        height: 400px;
    }

    #realstate .imovel-charc-row .col-sm-4
    {
        height: 400px;
    }

    #realstate .characteristics-container
    {
        height: 91%;
    }

    #realstate .slider-bot-arrow-left
    {
        width: 6%;
        position: absolute;
        z-index: 2;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 0px;
    }

    #realstate .slider-bot-arrow-right
    {
        width: 6%;
        position: absolute;
        z-index: 2;
        right: -10px;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    #realstate .area span
    {
        font-size: 14px;
    }

    #realstate .imov-desc-title
    {
        font-size: 14px;
    }
}

@media (max-width: 767px)
{
    #realstate .button-view-more
    {
        width: 50%;
        bottom: -15px;
        left: 50%;
    }

    #realstate .display_up_767
    {
        display: none;
    }

    #realstate .display_down_767
    {
        display: block;
    }

    #realstate .top-text
    {
        width: 90%;
        font-size: 20px;
        bottom: 36px;
        left: 0;
        padding-left: 30px;
    }

    #realstate .area-place
    {
        padding-top: 20px;
    }

    #realstate .description-place
    {
        height: inherit;
    }

    #realstate .intro-title
    {
        margin: 60px 0px !important;
        margin-top: 60px !important;
    }

    #realstate .imovel-charc-row
    {
        display: initial;
    }

    #realstate .imovel-charc-row
    {
        flex: none;
    }

    #realstate .contact-input
    {
        margin-bottom: 20px;
    }

    #realstate .submit-contact-button
    {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    #realstate .imovel-charc-row .col-sm-8
    {
        height: inherit;
    }

    #realstate .imovel-charc-row .col-sm-4
    {
        height: inherit;
    }

    #realstate .spec-title
    {
        font-size: 16px;
    }

    #realstate .spec-li ul li span
    {
        font-size: 14px;
    }

    #realstate .slider-bot-arrow-right
    {
        right: -25px;
    }
}

@media (max-width: 580px)
{
    #realstate .top-text
    {
        font-size: 16px;
        bottom: 36px;
    }
}

@media (max-width: 380px)
{
    #realstate .top-text
    {
        font-size: 16px;
        bottom: 20px;
    }
}

