.header{
    height: 550px;
}
.header .container{
    position: relative;
    height: 100%;
}
.header h1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 40px;
    color: var(--white);
}
.sub-header{
    margin-bottom: 20px;
    padding-top: 40px;
}
.sub-header .txt{
    display: flex;
    flex-direction: column;    
    padding-right: 100px;
}
.sub-header .txt .text{
    flex: 1;
}
.sub-header .txt .links-grid{
    margin-top: 10px;
    margin-bottom: 10px;
}
.sub-header h2{
    margin-bottom: 10px;
}
.sub-header h5{
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'Flama';
}
.sub-header p{
    font-size: 16px;
}
.sub-header .image.main{
    margin-top: -200px;
    text-align: right;
}
.sub-header .image.main .gradient{
    padding: 40px 30px;
}
.sub-header .image.main h6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Flama R';
    font-family: 'Romana';
}
.sub-header .image.main p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
}
.grid{
    width: auto!important;
    margin: 0 -60px;
    margin-bottom: 20px;
}
.grid .grid-sizer{
    width: 5%;
}
.grid .grid-item {
    position: relative;
    float: left;
    width: 25%;
    background: var(--grey3);   
    transition: none; 
}
.grid .grid-item::after {
    content: "";
    position: absolute;    
    /* width: 100%; */
    /* height: 100%; */
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 10px solid #fff;
    top: 0;
}
.grid .grid-item--width2 { 
    width: 50%; 
}
.grid .grid-item--height2 { 
    height: 400px;
}
.grid-item .gradient {
    height: auto;
    top: auto;
    padding: 40px 24px;
    padding-bottom: 14px;
    padding-bottom: 20px;
    color: var(--white);
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
}
.grid-item .gradient p{
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 13px;
}
.grid-item:hover {
    opacity: 1!important;
}
.grid-item .image{
    overflow: hidden;
}
.grid-item img{
    top: 2px!important;
    bottom: 2px!important;
    transition: all 600ms ease-out;
}
.grid-item:hover img {
    transform: scale(1.1);
}


.villa .header h1 {
    top: auto;
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    bottom: 80px;
}
.villa .tit{
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
    z-index: 10;
}
.villa .tit h1{
    margin-bottom: 16px;
}
.villa .dropdown{
    position: absolute;
    right: 20px;
    top: 24px;
}
.villa .tit p{
    font-size: 18px;
}
.villa-specs .txt h1{
    margin-bottom: 40px;
}
.villa-specs .images{
    margin-top: -160px;
}
.villa-specs .txt h4{
    margin-bottom: 20px;
    font-family: 'Flama R';
    font-size: 18px;
}
.villa-specs .specs{
    padding-left: 60px;
    font-family: 'Flama R';
}
.villa-specs .spec{
    position: relative;
    margin-bottom: 16px;
    padding-left: 34px;
}
.villa-specs .spec img {
    position: absolute;
    display: inline-block;
    width: 24px;
    margin-right: 10px;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.carousel{
    margin-top: 80px;
    line-height: 0;
}
.carousel .is-2by1{
    padding-top: 40%;
}
.slick-slider .item .image{
	transition: all 1000ms linear;
	opacity: .3;
}
.slick-slider .item-vid:after{
    content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/ico-play.svg) rgba(0, 0, 0, .25) center center no-repeat;
    background-size: 70px;
}
.slick-slider .slick-current .image{	
	opacity: 1;
}
.carousel:before, .carousel::after{
    content: "";
    position: absolute;
    width: 350px;
    height: 100%;
    top: 0;
    z-index: 10;
    opacity: .5;
    pointer-events: none;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.carousel::after{
    right: 0;
    transform: rotate(180deg);
}
.carousel-thumbs{
    line-height: 0;
    margin-top: 4px;
}
.carousel-thumbs::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0;
    z-index: 10;
}
.carousel-thumbs .slick-slide{
    /* width: 120px;
    width: 10vw;
    margin: 0 2px; */
}
.carousel-thumbs .item{
    /* width: 120px!important; */
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    border: none!important;
    outline: none!important;
}
.carousel-thumbs .image{
    position: relative;
    width: 100%;
}
.carousel-thumbs .slick-arrow{
    display: none!important;
}
.carousel-thumbs .item .image {    
    opacity: 1;
    filter: grayscale(.8);
}
.carousel-thumbs .slick-current .image {
    filter: none;
}
.carousel-thumbs .slick-current .image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .25);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%), url(villa-video.jpg);
}
.why{
    position: relative;
    margin-top: 4px;
    padding: 60px 0;
    background-color: #eee;
}
.why::before{
    content: "";
    position: absolute;
    width: 120px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #eee;
    z-index: 10;
}
.why h2{
    margin-bottom: 40px;
}
.carousel-why .slick-track{
    margin-left: 120px;
}
.carousel-why .slick-slide{
    outline: none;
    width: 320px;
    padding-right: 60px;
}
.carousel-why:before, .carousel-why::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 100%;
    top: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
    transition: all 250ms linear;
}
.carousel-why::after {
    right: 0;
    transform: rotate(180deg);
}
.carousel-why .slick-prev, .carousel-why .slick-next{
    opacity: 0;
}
.carousel-why .slick-prev{
    left: 40px;
}
.carousel-why .slick-next{
    right: 40px;
}
.carousel-why:hover:before, .carousel-why:hover::after, .carousel-why:hover .slick-prev, .carousel-why:hover .slick-next {
    opacity: 1;
}
.why img{
    width: 80px;
}
.why p{
    margin-top: 20px;
    margin-bottom: 0;
}
.data{
    margin-top: 80px;
}
.map{
    width: 100%;
    height: 500px;
    margin-top: 100px;
    background-color: #eee;
    border: none;
    filter: grayscale(25%);
}
.download{
    text-align: center;
    margin: 40px 0;
}
.download .btn{
    background-color: var(--black);
    color: var(--white)!important;
}
.villa .more-villas{
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #eee;
}
.villa .more-villas .plus-ico{
    position: relative;
    width: 30px;
    height: 30px;
}
.villa .more-villas .plus-ico .h, .villa .more-villas .plus-ico .v{
    border-width: 1px;
    border-color: var(--black);
}
.villa .more-villas h5{
    margin-top: 20px;
    font-family: 'Flama R';
    font-size: 14px;
    text-transform: uppercase;
}
.rooms{
    margin: 0 -8px;
}
.rooms .column{
    margin-bottom: 16px;
    padding: 0 8px;
}
.rooms .item{
    height: 100%;
    padding: 16px;
    background-color: #eee;
}
.rooms .item h3{
    margin-bottom: 14px;
}
.rooms .item p{
    margin-bottom: 0;
    font-size: 13px;
}
.rooms .info{
    margin-top: 14px;
    font-size: 14px;
}
.about{
    margin-top: 80px;
}
.local-experience{
    margin-top: 60px;
}
.local-experience h4{
    margin-bottom: 40px;
}
.links-grid-responsive{
    display: none;
}



/* MIN 1600 px */
@media screen and (min-width: 1600px){
    .carousel-why .slick-track{
        margin-left: 120px;
        margin-left: calc((100vw - 1600px) / 2 + 120px);
    }
}




/* Tablets */
@media screen and (max-width: 1200px){

    .header {
        height: 350px;
    }
    .sub-header .txt {
        width: 58.33333%!important;
        padding-right: 50px;
    }
    .header h1{
        top: auto;
        transform: none;
        margin: 0;
        bottom: 60px;
    }
    .sub-header .columns{
        position: relative;
    }
    .sub-header .column{
        width: 41.66667%;
    }
    .sub-header .grid-item{
    }
    .sub-header .image.main {
        margin-top: -50%;
    }
    .sub-header .txt .links-grid {
        display: none;
    }
    .sub-header .image.main .gradient {
        padding: 24px;
    }
    .sub-header .links-grid-responsive {
        display: flex;
        margin: 0;
        margin-top: 40px;
    }
    .grid {
        width: auto!important;
        margin: 0 -4px;
    }
    .grid .grid-item::after {
        left: -2px;
        right: -2px;
        top: -2px;
        bottom: -2px;
        border: 4px solid #fff;
    }
    .grid-item .gradient {
        padding: 16px;
    }
    .villa .header h1 {
        bottom: 60px;
    }
    .villa .dropdown {
        right: 12px;
        top: 10px;
    }
    .villa-specs{
        font-size: 14px;
    }
    .villa .tit {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .carousel {
        margin-top: 60px;
    }
    .why {
        padding: 50px 0;
    }
    .why::before{
        display: none;
    }
    .carousel-why .slick-track {
        margin-left: 40px;
    }
    .carousel-why .slick-slide {
        width: 230px;
        padding-right: 40px;
    }
    .why img {
        width: 60px;
    }
    .why p {
        margin-top: 16px;
        font-size: 14px;
    }
    .data {
        margin-top: 60px;
    }
    .rooms .column{
        flex: none;
        width: 33.333%;
    }
    .rooms .info{
        width: 100%;
    }
    .about {
        margin-top: 40px;
    }
    .icons .column{
        flex: none;
        width: 33.333%;
    }
    .map {
        height: 360px;
        margin-top: 60px;
    }
    .download {
        margin: 30px 0;
    }
    .carousel .is-2by1 {
        padding-top: 56.25%;
    }

}


/* Mobile */
@media screen and (max-width: 576px){

    .header {
        height: 300px;
    }
    .header h1 {
        bottom: 80px;
    }
    .sub-header {
		padding-top: 20px;
	}
    .sub-header .columns{
        flex-direction: column-reverse;
    }
    .sub-header .column{
        width: 100% !important;
    }
    .sub-header .image.main {
        margin-top: -60px;
        margin-bottom: 30px;
    }
    .sub-header .txt {
        padding-right: 12px;
    }
    .sub-header h5 {
        margin-bottom: 24px;
        font-size: 15px;
    }
    .sub-header p {
        font-size: 13px;
    }
    .sub-header .txt .links-grid {
        display: flex;
    }
    .sub-header .links-grid-responsive {
        display: none;
    }
    .grid .grid-item {
        width: 50%;
    }
    .grid .grid-item--width2 {
        width: 100%;
    }
    .grid .grid-sizer {
        width: 1%;
    }
    .villa .tit {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .villa .tit p {
        font-size: 15px;
    }
    .villa .dropdown {
        position: relative;
        margin-top: 24px;
        right: 0;
        top: 0;
    }
    .villa-specs .dropdown.right .dropdown-menu {
        left: 0;
        right: auto;
        text-align: left;
    }
    .villa-specs .column{
        flex: none;
        width: 100%;
    }
    .villa-specs .specs {
        margin-top: 30px;
        padding-left: 12px;
    }
    .carousel {
        margin-top: 40px;
    }
    .carousel-thumbs{
        display: none;
    }
    .why {
        margin-top: 0;
        text-align: center;
    }
    .why h2{
    }
    .why img{
        display: inline-block;
    }
    .carousel-why .slick-slide {
        width: 260px;
        padding: 0 15px;
    }
    .carousel-why .slick-track{
        margin-left: 0;
    }
    .data {
        margin-top: 50px;
    }
    .rooms .column {
        width: 100%;
        margin-bottom: 8px;
    }
    .rooms .item {
        padding: 12px;
    }
    .rooms .item h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .rooms .info {
        font-size: 13px;
    }
    .about h1{
        margin-bottom: 24px;
    }
    .local-experience {
        margin-top: 40px;
    }
    .local-experience h4 {
        margin-bottom: 24px;
        font-size: 16px;
    }
    .map {
        height: 300px;
        margin-top: 30px;
    }
    .villa .more-villas .plus-ico {
        width: 20px;
        height: 20px;
    }
    .villa .more-villas {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .villa .more-villas h5 {
        margin-top: 12px;
        font-size: 13px;
    }

}