@import url("../fonts/Montserrat/styles.css");
html body {
    border: 0;
    padding: 0;
    margin: 0;
    font-family: "Montserrat ExtraLight";
    color: #6d6e71
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.greentxt {
    color: #9fc63b !important
}

.greendarktxt {
    color: #00692f !important
}

.redmarriotttxt {
    color: #ff8092 !important
}

.blacktxt {
    color: #000 !important
}

.brownlighttxt {
    color: #a3512f !important
}

.goldtxt {
    color: #bb8d24 !important
}

.golddarktxt {
    color: #7d5d16 !important
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}

.header-menu {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px
}

.header-menu #bookingbtn {
    cursor: pointer
}

.header * {}

.headersmall {
    height: 95px
}

.headersmall nav {
    padding-top: 15px !important
}

.headersmall .languages-wrap {
    padding: 5px 10px !important
}

.headersmall .pdrgroup-wrap {
    padding: 5px 35px !important
}

.header .logo {
    width: 118px;
    margin-top: 12px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}

.header .logo img {
    width: 100%
}

.header .logosmall {
    width: 100px;
    margin-top: 10px
}

.header .container div:nth-child(2) .row:nth-child(1) {
    border-bottom: 1px solid #6d6e71
}

.header .languages-wrap {
    float: right;
    font-family: 'Montserrat Light';
    color: #6d6e71;
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}

.header .languages-wrap-mobile {
    position: absolute;
    top: 38%;
    right: 20%;
    display: none
}

.header .languages-wrap .active {
    color: #003a70;
    font-family: 'Montserrat SemiBold'
}

.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;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    cursor: pointer
}

.header nav {
    padding-top: 20px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}

.header nav ul {
    list-style: none;
    -webkit-padding-start: 0px
}

.header nav ul li {
    position: relative;
    float: left;
    font-family: 'Montserrat Light';
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6d6e71;
    margin: 0px 9px;
    cursor: pointer;
    -webkit-padding-start: 0px;
    padding-bottom: 5px;
    border-bottom: 0px solid #6d6e71;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.header nav ul li:hover {
    border-bottom: 2px solid #6d6e71
}

.header nav ul li:first-child {
    margin-left: 0px
}

.header nav ul li:last-child {
    margin-right: 0px
}

.header nav ul li a {
    color: #6d6e71
}

.header nav ul .active {
    color: #003a70;
    font-family: 'Montserrat SemiBold'
}

.header nav li .submenu-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 100px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    opacity: 0;
    pointer-events: none;
    z-index: -1
}

.header nav li .submenu {
    position: absolute;
    top: 53px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    min-width: 230px;
    line-height: 24px;
    font-size: 13px;
    text-align: left;
    font-family: 'Montserrat Light';
    padding: 10px 0px;
    z-index: 99;
    background-color: rgba(0, 58, 112, 0.8);
    color: #fff
}

.header nav li .submenu a {
    color: inherit;
    text-decoration: none
}

.header nav li .submenu-item {
    padding: 5px 20px
}

.header nav li .submenu-item:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.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
}

.submenu-active {
    opacity: 1 !important;
    pointer-events: inherit !important
}

.submenu a:hover {
    border-bottom: 1px solid #fff
}

.header .menuicon {
    position: absolute;
    top: 27%;
    right: 7%;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s
}

#menuicon-mob {
    top: 15%;
    display: none
}

.mobile-menu-wrap {
    display: none
}

.mobile-menu {
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: rgba(14, 40, 82, 0.85);
    color: #fff;
    padding: 30px 5px 25px;
    height: 100%;
    z-index: 16000032;
    font-size: 26px;
    line-height: 45px;
    display: none
}

.mobile-menu a {
    color: #fff
}

.mobile-menu .active {
    text-decoration: underline
}

.mobile-menu a:hover {
    color: inherit
}

#menuicon-mob {
    top: 24%;
    display: none
}

.header .logo-mob {
    width: 170px;
    height: 50px;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px auto;
    display: none
}

@media (max-width: 1200px) {
    .header nav ul li {
        margin: 0px 8px;
        letter-spacing: 0px
    }
}

@media (max-width: 1100px) {}

@media (max-width: 991px) {
    .header .container {
        width: 100%
    }
    .header nav ul li {
        margin: 0px 10px;
        letter-spacing: 0px;
        font-size: 13px
    }
    .header .header-menu .container div:nth-child(2) {
        display: none
    }
    .header .menuicon {
        display: block
    }
    .mobile-menu-wrap {
        display: block
    }
    #menuicon {
        display: none
    }
    #menuicon-mob {
        display: block;
    }
    .header .languages-wrap-mobile {
        display: block
    }
    .header .languages-wrap-mobile slash,
    .header .languages-wrap-mobile .active {
        display: none
    }
}

@media (max-width: 768px) {}

.new-book-now-button {
    font-family: "Montserrat SemiBold" !important;
    padding: 9px 20px !important;
    font-size: 16px !important
}

.footer {
    width: 100%;
    background-color: #003a70;
    color: #fff;
    padding: 10px 0px;
    font-family: "Montserrat Light";
    font-size: 13px
}

.footer .footer-logo {
    padding: 10px 0px
}

.footer .footer-logo img {
    max-width: 100px;
    width: 100%
}

.footer .footer-links {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 4px;
    padding-top: 15px
}

.footer .footer-links a {
    color: #fff;
    text-decoration: none
}

.footer .footer-links ul {
    list-style-type: none
}

.footer .footer-links ul li {
    display: inline-block;
    padding: 0px 30px;
    border-left: 1px solid #fff
}

.footer .footer-links ul li:first-child {
    border-left: none;
    padding-left: 0px
}

.footer .footer-links .footer-link {
    border-left: 1px solid #fff
}

.footer .footer-links .footer-link:first-child {
    border-left: none
}

.footer .footer-links #newsletterform input {
    padding: 5px 10px
}

.footer .footer-social {
    margin-top: 20px
}

.footer .footer-social img {
    margin: 0px 4px
}

.footer .partnerships {
    margin-top: 10px;
    letter-spacing: 4px;
    line-height: 44px;
    padding-left: 40px
}

.footer .partnerships img {
    height: 40px;
    margin-right: 30px
}

.footer .copyright {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 12px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase
}

.footer input {
    color: #003a70
}

.footer #newsletterform #alerttxt {
    font-size: 8px
}

.footer .footer-app {
    padding-top: 10px
}

.footer .footer-app-img {}

.footer .footer-app-img img {
    width: 100%
}

.footer .footer-app .footer-app-text {
    text-align: left;
    padding-top: 20px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

.footer .footer-app .footer-app-text p {
    font-size: 10px;
    margin-top: 20px
}

.footer .footer-app .footer-app-text img {
    width: 120px
}

.footer .footer-app-mob {
    display: none
}

@media (max-width: 1200px) {
    .footer .footer-links {
        font-size: 11px
    }
    .footer .footer-links ul li {
        padding: 0px 30px
    }
}

@media (max-width: 990px) {
    .footer .footer-links {
        padding-top: 20px
    }
    .footer .footer-links ul li {
        margin: 15px 0px
    }
    .footer .footer-app {
        margin: 20px 0px
    }
    .footer .footer-app-desk {
        display: none
    }
    .footer .footer-app-mob {
        display: block
    }
}

@media (max-width: 768px) {
    .footer .footer-logo {
        text-align: center
    }
    .footer .partnerships {
        margin: 10px auto;
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding-left: 0px
    }
    .footer .partnerships img {
        width: 28%;
        height: auto;
        margin-right: 0px;
        margin: 0px 1%
    }
    .footer .footer-links ul {
        -webkit-margin-start: -2em
    }
    .footer .footer-links ul li {
        display: inherit;
        border-left: none;
        padding: 0px
    }
    .footer .footer-app img {
        width: 65%
    }
}

@media (max-width: 550px) {
    .footer .footer-app .footer-app-img {
        width: 50%;
        margin-left: 5%
    }
    footer .footer-app .footer-app-text {
        width: 50%
    }
}

@media (max-width: 400px) {
    .footer .footer-app img {
        width: 100%
    }
}

.footer-new .footer-new-top {
    background-color: #003a70;
    color: white
}

.footer-new .footer-new-button {
    border: 1px solid white;
    margin-top: 26px;
    margin-left: 20px
}

.footer-new #footer-button-a-tag {
    display: inline-block;
    float: right
}

.footer-new .footer-symbol {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-new .footer-social-icons {
    text-align: center;
    padding-top: 58px
}

.footer-new .footer-social-icons span {
    font-size: 18px;
    margin-right: 20px;
    margin-top: 2px
}

.footer-new .no-padding-left-right {
    padding-left: 0;
    padding-right: 0
}

.footer-new .footer-contacts-container {
    text-align: left;
    padding-top: 30px;
    padding-left: 70px;
    /* height: 160px */
}

.footer-new .contacts-container {
    margin-top: 10px
}

.footer-new .contacts-container span {
    font-family: "Montserrat SemiBold"
}

.footer-new .contacts-container img {
    margin-right: 10px
}

.footer-new .footer-new-bottom {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px
}

.footer-new .partnerships-title {
    color: black;
    font-family: "Montserrat SemiBold";
    font-size: 16px
}

.footer-new .logo-container-all {
    margin-top: 15px
}

.footer-new .copyright-text {
    font-family: "Montserrat Light";
    font-size: 13px;
    color: #6d6e71;
    margin-top: 15px
}

.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
}

@media (max-width: 1199px) {
    .footer-new .footer-new-button {
        border: 1px solid white;
        margin-top: 26px;
        margin-left: 0px
    }
    .footer-new .contacts-container {
        margin-left: 0px
    }
    .footer-new .footer-contacts-container {
        padding-left: 0
    }
}

@media(max-width: 991px) {
    .footer-new .footer-symbol {
        padding-bottom: 0
    }
    .footer-new .footer-contacts-container {
        padding-top: 20px
    }
    .footer-new .contacts-container {
        text-align: center
    }
    .footer-new .footer-contacts-container {
        height: inherit
    }
    .footer-new .footer-social-icons {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .footer-new .footer-social-icons span {
        display: block;
        margin-right: 0;
        margin-bottom: 15px
    }
    .footer-new .footer-symbol {
        padding-top: 20px
    }
    .footer-new .logo-container-all {
        margin-top: 0
    }
    .footer-new .logo-container-all .col-md-4 {
        margin-top: 25px
    }
    .footer-new .copyright-text {
        margin-top: 25px
    }
}

.booking-container {
    background-image: url(../img/booking-bg.png);
    background-position: center center;
    background-size: cover;
    padding: 20px 0px;
    color: #fff;
    font-family: "Montserrat ExtraLight";
    display: none
}

.booking-container .container {
    position: relative
}

.booking-container h4 {
    font-family: "Montserrat Medium";
    letter-spacing: 3px;
    font-size: 16px;
    color: #6bb1e2;
    text-transform: uppercase
}

.booking-container .row {
    margin-bottom: 20px
}

.booking-container .bookingbtn {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    outline: 1px solid #fff;
    padding: 5px 30px;
    font-family: "Montserrat Medium";
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 10px;
    cursor: pointer
}

.booking-container .bookingbtnactive {
    background-color: #fff;
    color: #003a70
}

.booking-container .bookingbtn img {}

.booking-container .choosebtn {
    margin: 5px 20px 5px 0px
}

.booking-container .checkavailabilitybtn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #fff;
    color: #003a70;
    min-width: 280px
}

.booking-container .checkavailabilitybtn .linkbtn {
    position: initial;
    font-family: "Montserrat Medium"
}

.booking-container .alignright {
    text-align: right
}

.booking-container input::-webkit-input-placeholder {
    color: #fff
}

.booking-container input:-moz-placeholder {
    color: #fff
}

.booking-container input::-moz-placeholder {
    color: #fff
}

.booking-container input:-ms-input-placeholder {
    color: #fff
}

.booking-container select {
    -webkit-appearance: none !important;
    border-radius: 0;
    background: url(../img/dropdownarrow-white.png) no-repeat right 12px center;
    background-size: 20px;
    width: 130px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 10px
}

.booking-container select.inpSelect {
    -webkit-appearance: none
}

.booking-container .selectdate {
    -webkit-appearance: none !important;
    border-radius: 0;
    background: url(../img/dropdownarrow-white.png) no-repeat right 12px center;
    background-size: 20px;
    width: 130px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 10px;
    cursor: pointer
}

.booking-container .select2x {
    width: 240px;
    margin: 10px 20px
}

.booking-container div input:first-child {
    margin-left: 0px
}

.booking-container div input:last-child {
    margin-right: 0px
}

.booking-container .contacts {
    font-size: 13px;
    line-height: 20px
}

.booking-container .contacts .row {
    border-bottom: none
}

.booking-container .contacts img {
    margin-right: 10px
}

.booking-container .contacts div {
    margin-bottom: 10px
}

.booking-container .contacts div:nth-child(1) {}

.booking-container .contacts-mob {
    display: none;
    margin-bottom: 20px;
    text-align: left
}

.booking-container .contacts-mob div {
    float: left;
    margin-right: 60px;
    line-height: 35px
}

.booking-container .contacts-mob a {}

.booking-container .contacts-mob a:first-child {
    margin-left: 0px
}

.booking-container .contacts-mob img {
    margin-right: 10px
}

.booking-container .headerclosebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    z-index: 99;
    cursor: pointer
}

.booking-container .headerclosebtn img {
    width: 100%
}

@media (max-width: 1200px) {
    .booking-container .select2x {
        width: 190px
    }
    .booking-container .bookingbtn {
        padding: 10px 25px
    }
}

@media (max-width: 990px) {
    .booking-container .contacts {
        display: none
    }
    .booking-container .contacts-mob {
        display: block
    }
    .booking-container .alignright {
        text-align: inherit
    }
    .booking-container .bookingbtn {
        padding: 5px 25px
    }
    .booking-container .checkavailabilitybtn {
        margin: 20px 0px 0px
    }
}

@media (max-width: 768px) {
    .booking-container .contacts-mob div {
        float: inherit;
        margin-right: 0px
    }
}

@media (max-width: 550px) {
    .booking-container {
        padding: 0px
    }
    .booking-container .row {
        margin-bottom: 0px;
        text-align: center
    }
    .booking-container .bookingbtn {
        display: block;
        margin: 12px auto;
        width: 180px
    }
    .booking-container select {
        width: 40%;
        margin: 5px 10px !important
    }
    .booking-container .select2x {
        width: 40%;
        margin: 5px 10px !important
    }
    .booking-container .chooseaccommodation {
        padding-right: 80px
    }
}

@media (max-width: 440px) {
    .booking-container .contacts-mob span {
        display: none
    }
    .booking-container .checkavailabilitybtn {
        font-size: 12px;
        padding: 10px 10px
    }
    .booking-container .chooseaccommodation {
        padding-right: 15px;
        text-align: center
    }
    .booking-container .chooseaccommodation h4 {
        font-size: 14px;
        margin-bottom: 20px
    }
    .booking-container .headerclosebtn {
        top: 50px
    }
}

.booking-container-new {
    padding-top: 20px;
    background-image: url("../img/home/others-bg.jpg");
    background-position: center center;
    background-size: cover;
    height: 252px
}

.booking-container-new .showDesktop {
    display: block
}

.booking-container-new .showMobile {
    display: none
}

.booking-container-new .booking-new-close {
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer
}

.booking-container-new .booking-new-back {
    position: absolute;
    left: 0;
    top: 1px;
    cursor: pointer;
    color: white
}

.booking-container-new .booking-new-back img {
    margin-right: 7px
}

.booking-container-new .booking-title-type {
    text-align: center;
    color: white;
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    cursor: default
}

.booking-container-new #booking-type-1 {
    margin-left: 275px
}

.booking-container-new #booking-type-2 {
    margin-left: 90px
}

.booking-container-new .booking-title-no-opacity {
    opacity: 1
}

.booking-container-new .booking-title-with-opacity {
    opacity: 0.2
}

.booking-container-new .booking-accommodation {
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid white
}

.booking-container-new #booking-marriot:hover {
    background-color: #900d1f
}

.booking-container-new #booking-beachfront:hover {
    background-color: #6bb1e2
}

.booking-container-new #booking-village:hover {
    background-color: #a94425
}

.booking-container-new .booking-image-container {
    padding-right: 0px;
    position: relative
}

.booking-container-new .special-offer {
    width: 0;
    height: 0;
    border-top: 70px solid rgb(10, 103, 49);
    border-bottom: 70px solid transparent;
    border-right: 70px solid transparent;
    position: absolute;
    left: 16px;
    z-index: 2
}

.booking-container-new .special-offer span {
    position: absolute;
    top: -63px;
    width: 100px;
    left: -26px;
    text-align: center;
    font-size: 11px;
    transform: rotate(-46deg);
    display: block;
    color: white;
    font-family: "Montserrat SemiBold"
}

.booking-container-new .booking-image-place img {
    width: 100%
}

.booking-container-new .booking-text-place {
    padding-right: 6px;
    color: white
}

.booking-container-new .booking-text-place .booking-text-title {
    font-family: "Montserrat SemiBold";
    color: white;
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 13px
}

.booking-container-new .booking-contacts {
    color: white;
    margin-bottom: 45px
}

.booking-container-new #booking-contacts-left {
    text-align: right
}

.booking-container-new #booking-contacts-left img {
    margin-right: 10px
}

.booking-container-new #booking-contacts-right img {
    margin-right: 10px
}

.booking-container-new .booking-checkin-container {
    color: white;
    margin-top: 25px;
    margin-bottom: 55px
}

.booking-container-new .booking-checkin-container input {
    display: block;
    margin-top: 5px;
    -webkit-appearance: none !important;
    width: 100%;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    background: url(../img/dropdownarrow-white.png) no-repeat right 6px center;
    background-size: 13px;
    letter-spacing: 2px
}

.booking-container-new .booking-checkin-container select {
    display: block;
    margin-top: 5px;
    -webkit-appearance: none !important;
    width: 100%;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    background: url(../img/dropdownarrow-white.png) no-repeat right 6px center;
    background-size: 13px;
    letter-spacing: 2px;
    border-radius: 0px
}

.booking-container-new .booking-checkin-container select option {
    color: #000000;
}

.booking-container-new .booking-checkin-container button {
    display: block;
    margin-top: 5px;
    -webkit-appearance: none !important;
    width: 110%;
    background-color: #6bb1e2;
    color: white;
    padding: 4px 20px;
    font-size: 14px;
    background-size: 13px;
    letter-spacing: 2px;
    border-radius: 0px;
    border: none
}

.booking-container-new .booking-checkin-container input::placeholder {
    color: white;
    font-size: 16px;
    letter-spacing: 2px
}

.booking-container-new .booking-type-1-back {
    cursor: pointer
}

@media (max-width: 1199px) {
    .booking-container-new .booking-text-place {
        padding-right: 7px;
        font-size: 11px
    }
    .booking-container-new .booking-checkin-container button {
        padding: 4px 5px;
        width: 120%
    }
    .booking-container-new .booking-text-place .booking-text-title {
        margin-bottom: 0;
        margin-top: 4px
    }
    .booking-container-new #booking-type-1 {
        margin-left: 120px
    }
    .booking-container-new .special-offer {
        left: inherit
    }
}

@media(max-width: 991px) {
    .booking-container-new .showDesktop {
        display: none
    }
    .booking-container-new .showMobile {
        display: block
    }
    .booking-container-new {
        padding-top: 20px;
        background-image: url(../img/booking/mobile/bg-booking.jpg);
        background-position: center center;
        background-size: cover;
        height: 100vh
    }
    .booking-container-new .booking-title-type {
        text-align: left;
        color: white;
        font-family: "Montserrat SemiBold";
        font-size: 16px;
        display: inherit;
        border-left: 2px solid white;
        cursor: default;
        padding: 10px;
        text-decoration: none
    }
    .booking-container-new #booking-type-1 {
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 42px;
        padding-left: 25px
    }
    .booking-container-new #booking-type-2 {
        margin-left: 10px;
        padding-left: 25px;
        margin-bottom: 35px
    }
    .booking-container-new .booking-new-close img {
        width: 65%
    }
    .booking-container-new .booking-new-close {
        right: 15px;
        top: 1px
    }
    .booking-container-new .booking-image-container {
        padding-right: 15px
    }
    .booking-container-new #booking-contacts-left {
        text-align: left;
        margin-bottom: 20px;
        margin-left: 10px
    }
    .booking-container-new #booking-contacts-right {
        text-align: left;
        margin-bottom: 20px;
        margin-left: 10px
    }
    .booking-container-new .booking-image-place-mobile {
        width: 40%;
        display: inline-block
    }
    .booking-container-new .booking-image-place-mobile img {
        width: 100%
    }
    .booking-container-new .booking-text-place-mobile {
        display: inline-block;
        width: 59%;
        color: white;
        float: right;
        padding: 15px
    }
    .booking-container-new #booking-marriot .booking-text-place-mobile {
        padding-top: 25px
    }
    .booking-container-new .booking-accomodation-mobile {
        width: 500px;
        padding-left: 10px;
        margin: 0 auto;
        margin-bottom: 30px
    }
    .booking-container-new .booking-text-title {
        margin-bottom: 10px;
        font-size: 16px;
        font-family: "Montserrat SemiBold"
    }
    .booking-container-new .booking-accomodation-mobile-container {
        border: 1px solid white;
        cursor: pointer
    }
    .booking-container-new #booking-marriot .booking-accomodation-mobile-container:hover {
        background-color: #900d1f
    }
    .booking-container-new #booking-beachfront .booking-accomodation-mobile-container:hover {
        background-color: #6bb1e2
    }
    .booking-container-new #booking-village .booking-accomodation-mobile-container:hover {
        background-color: #a94425
    }
    .booking-container-new #booking-marriot:hover {
        background-color: transparent
    }
    .booking-container-new #booking-beachfront:hover {
        background-color: transparent
    }
    .booking-container-new #booking-village:hover {
        background-color: transparent
    }
}

@media(max-width: 767px) {
    .booking-container-new .booking-new-close {
        top: -40px
    }
}

@media(max-width: 530px) {
    .booking-container-new .booking-accomodation-mobile {
        width: 100%
    }
    .booking-container-new .booking-text-title {
        font-size: 14px
    }
    .booking-container-new .booking-text-place-mobile {
        padding: 0;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 10px
    }
    .booking-container-new .booking-text-place-mobile {
        font-size: 12px
    }
    .booking-container-new #booking-marriot .booking-text-place-mobile {
        padding-top: 10px
    }
    .booking-container-new .booking-text-title {
        margin-bottom: 5px
    }
}

@media (max-width: 500px) {
    .booking-container-new .booking-title-type {
        font-size: 14px
    }
}

@media(max-width: 320px) {
    .booking-container-new .booking-text-title {
        font-size: 13px
    }
    .booking-container-new .booking-text-place-mobile {
        font-size: 11px
    }
    .booking-container-new .booking-text-place-mobile {
        padding-top: 2px
    }
    .booking-container-new #booking-marriot .booking-text-place-mobile {
        padding-top: 2px
    }
}

.landing-wrap {
    position: relative;
    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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}

.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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}

.landing-wrap .godown-btn .round-inner:hover {
    background-color: #fff
}

.landing-wrap .godown-btn .round-inner:hover i {
    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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    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%)
}

@media (max-width: 768px) {
    .landing-item {
        background-size: inherit;
        background-position: center center
    }
    .landing-info {
        margin: 40px 0px 10px;
        padding-top: 120px
    }
    .landing-info .stars-5 {
        max-width: 140px
    }
    .landing-info landingtitle {
        font-size: 40px
    }
    .landing-info subtitle {
        font-size: 12px
    }
}

.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
    }
}

.containerbluebg {
    margin: 40px 0;
    padding: 50px 0px 50px 0;
    background-color: #2c55a2;
    background-position: right center;
    background-size: cover;
    background-image: url(../img/container-blue-bg.png)
}

.containerbluebg .propertie-accommodation .rect-outline {
    border-color: #fff
}

.containerbluebg .propertie-accommodation .rect-outline .subtitle {
    color: #fff
}

.containerbluebg .propertie-accommodation .rect-outline .linkbtn {
    background-color: #003a70
}

.containerbluebg .propertie-accommodation .rect-outline .linkbtn a {
    color: #fff
}

@media (max-width: 768px) {
    .containerbluebg {
        margin: 10px 0
    }
}

.containernewsbg {
    padding: 100px 0;
    background-image: url(../img/bg-news.png)
}

.containernewsbt .news-photo {
    width: 100%
}

.containernewsbg .news-photo img {
    width: 100%
}

.news-item {
    padding-top: 60px;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    font-family: 'Montserrat ExtraLight';
    font-size: 16px
}

.news-item .news-item-date {}

.news-item .news-item-title {
    font-family: "Montserrat Thin";
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
    color: #6bb1e2
}

.news-item .news-item-descr {}

.news-item .linkbtn {
    position: initial;
    background-color: none;
    margin-top: 20px
}

.news-item .linkbtn .linkbtn-text {
    font-size: 14px;
    vertical-align: inherit
}

@media (max-width: 768px) {
    .containernewsbg {
        padding: 50px 0
    }
    .news-item {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 10px
    }
}

@media (max-width: 440px) {
    .containernewsbg {
        padding: 20px 0
    }
    .news-item .news-item-date {
        font-size: 14px
    }
    .news-item .news-item-title {
        font-size: 30px;
        line-height: 30px;
        margin: 5px 0px
    }
    .news-item .news-item-descr {
        font-size: 14px
    }
}

.widSSP {
    margin: 0px auto !important
}

.partners-container {
    padding: 80px 0px;
    background-color: #2c55a2;
    background-position: right center;
    background-size: cover;
    background-image: url(../img/resort/nearby-bg.png);
    text-align: center
}

.partners-container .info-text {
    text-align: center
}

.partners-container .info-text .title {
    font-size: 46px
}

.partners-container .partners-item {
    display: inline-block;
    margin: 20px 20px;
    width: 150px
}

.partners-container .partners-item img {
    width: 100%
}

@media (max-width: 990px) {
    .containerbluebg .propertie-accommodation .rect-outline {
        width: 100%
    }
    .partners-container .partners-item {
        width: 120px
    }
}

@media (max-width: 768px) {
    .partners-container {
        padding: 40px 0px
    }
    .partners-container .partners-item {
        width: 100px
    }
}

@media (max-width: 440px) {
    .partners-container {
        padding: 20px 0px
    }
}

.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
}

.info-text .followus {
    font-family: "Montserrat Light";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #7d7d7d;
    margin: 20px 0px
}

.info-text .followus img {
    padding: 5px
}

.info-text .followus img:nth-child(1) {
    padding-left: 0px
}

@media (max-width: 440px) {
    .intro-title {
        margin: 40px 0px 10px
    }
    .intro-title .stars-5 {
        max-width: 140px
    }
    .intro-title title {
        font-size: 35px
    }
    .intro-title subtitle {
        font-size: 12px
    }
    .info-text {
        padding: 30px 20px !important
    }
    .info-text .title {
        font-size: 40px;
        line-height: 40px
    }
    .info-text .subtitle {
        font-size: 14px
    }
    .info-text .descr {
        font-size: 14px
    }
}

.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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px
}

.linkbtn a {
    color: #003a70
}

.linkbtn .linkbtn-text {
    display: inline-block;
    padding-left: 4px;
    font-size: 12px
}

.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
}

.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
}

.asdmain {
    position: relative;
    width: 100%;
    height: 660px;
    padding: 25px 0px;
    margin-bottom: 40px
}

.asdmain:nth-child(1) {
    margin-top: 100px
}

.asdmain:last-child {
    margin-bottom: 60px !important
}

.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: #6cb1e3
}

.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: #ffd900
}

.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-left .info-wrap .info-photo {
        width: 420px;
        margin-right: -230px
    }
    .asdmain-right .info-wrap .info-photo {
        width: 420px;
        margin-left: -330px
    }
}

@media (max-width: 990px) {
    .intro-wrap .info-text {
        max-width: inherit
    }
    .nearby {
        margin-top: 50px
    }
    .nearby .rect-outline {
        width: 100%
    }
    .nearby .round-image {
        top: -20px;
        right: -20px;
        width: 40%
    }
    .asdmain {
        height: inherit;
        margin: 20px 0px !important
    }
    .asdmain .rect-outline {
        position: static;
        border: none
    }
    .asdmain .rect-outline .linkbtn {
        left: inherit;
        right: 10px;
        margin-left: 0px;
        margin-right: 0px
    }
    .asdmain .info-wrap {
        position: initial;
        width: 100%
    }
    .asdmain .info-wrap .info-photo {
        position: initial;
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: 400px
    }
    .asdmain .info-wrap .info-text {
        width: 100%;
        margin: 0px;
        padding: 50px 20px
    }
}

@media (max-width: 768px) {
    .asdmain .info-wrap .info-photo {
        height: 300px !important
    }
    .nearby .round-image {
        right: 0px
    }
}

@media (max-width: 650px) {
    .nearby .rect-outline {
        height: 365px
    }
}

@media (max-width: 500px) {
    .nearby .rect-outline {
        height: 330px
    }
}

@media (max-width: 440px) {
    .asdmain .info-wrap .info-photo {
        height: 200px !important
    }
    .nearby .rect-outline {
        height: 260px
    }
}

.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;
    text-align: center
}

.brochure-wrap .brochure-image img {
    width: 100%;
    max-width: 559px
}

.brochure-wrap .linkbtn {
    top: 50px;
    bottom: inherit;
    background-color: inherit;
    left: 50%;
    transform: translate(-50%, 0)
}

@media (max-width: 990px) {
    .conditions-box {
        width: 100%;
        padding: 40px;
        height: inherit
    }
    .conditions-box .info-text {
        width: 100%
    }
    .brochure-wrap {
        margin-top: inherit;
        height: inherit;
        width: 100%;
        margin-left: 0px
    }
    .brochure-wrap .brochure-image {
        position: inherit;
        margin-left: 0px
    }
    .brochure-wrap .linkbtn {
        position: static;
        transform: inherit
    }
}

@media (max-width: 550px) {
    .brochure-wrap .brochure-image {
        position: static;
        margin-top: 40px
    }
}

.properties .intro-wrap .info-text .subtitle {
    color: #2c55a2
}

.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;
    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(even) .propertie-accommodation .photo {
    right: inherit;
    left: 0
}

.row:nth-child(even) .propertie-accommodation .rect-outline {
    left: inherit;
    right: 0;
    padding-left: 125px
}

.propertie-accommodation .rect-outline-pt-pt {
    padding: 55px 30px
}

.propertie-accommodation .rect-outline-pt-pt .info-text .title {
    font-size: 54px
}

.row:nth-child(even) .propertie-accommodation .rect-outline-pt-pt {
    padding-left: 100px
}

@media (max-width: 1200px) {
    .propertie-accommodation .photo {
        max-width: 550px
    }
}

@media (max-width: 990px) {
    .propertie-accommodation {
        height: inherit;
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
    .propertie-accommodation .photo {
        position: inherit;
        max-width: 100%
    }
    .propertie-accommodation .rect-outline {
        position: inherit;
        height: initial;
        border: none;
        padding: 20px 0px !important;
        width: 100%
    }
    .propertie-accommodation .rect-outline .linkbtn {
        position: inherit;
        background-color: transparent !important
    }
    .propertie-logo-wrap {
        height: inherit
    }
    .propertie-logo-wrap .propertie-logo {
        position: inherit;
        text-align: center;
        margin: 20px 0px
    }
    .propertie-logo-wrap .propertie-logo img {
        width: 250px
    }
}

@media (max-width: 768px) {
    .propertie-accommodation .photo {
        height: 300px
    }
}

@media (max-width: 440px) {
    .propertie-logo-wrap .propertie-logo img {
        width: 180px
    }
    .propertie-accommodation .rect-outline {}
    .propertie-accommodation .rect-outline .info-text {
        padding: 0 !important
    }
    .propertie-accommodation .photo {
        height: 200px
    }
}

.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-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
}

@media (max-width: 768px) {
    .services-container {
        padding: 20px 0
    }
    .services-container .title {
        padding-left: 40px
    }
}

.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 {}

.fancybox-skin {
    padding: 1px !important
}

@media (max-width: 768px) {
    .gallery .gallery-photo {
        height: 200px
    }
}

@media (max-width: 440px) {
    .gallery .gallery-photo {
        height: 150px
    }
    .gallery .gallery-col .gallery-photo .gallery-photo-hover {
        display: none
    }
}

.specifications-container {
    margin: 40px auto
}

.carousel {
    width: 100%;
    clear: both;
    text-align: center
}

.carousel span {
    line-height: 32px
}

.carousel div img {
    max-width: 220px;
    width: 100%;
    margin: 0px auto
}

.slick-slide {
    height: inherit !important
}

.slick-slide:focus {
    outline: none
}

.carousel-btns {
    height: 40px;
    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
    }
}

.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
}

.marriott .intro-wrap {
    margin: 60px 0px
}

.marriott .intro-wrap .info-text .title {
    color: #c11c33
}

.marriott .intro-wrap .info-text .subtitle {
    color: #900d1f;
    margin-bottom: 20px
}

.marriott .services-container {
    background-image: url(../img/beachfront/beachfront-bg-services.png)
}

.marriott .propertie-logo-wrap {
    height: 450px;
    margin-top: 60px
}

.marriott .propertie-logo-wrap .propertie-logo {
    bottom: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.marriott .propertie-logo-wrap .rect-outline {
    height: 98%
}

.marriott .propertie-logo-wrap .linkbtn {
    left: 10%
}

.marriott .propertie-logo-wrap .linkbtn .linkbtn-text {
    color: #900d1f
}

@media (max-width: 768px) {
    .marriott .propertie-logo-wrap {
        height: 200px
    }
    .marriott .propertie-logo-wrap .propertie-logo img {
        width: 100px
    }
}

@media (max-width: 440px) {
    .marriott .intro-wrap {
        margin: 20px 0px
    }
}

.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)
}

@media (max-width: 440px) {
    .beachfront .intro-wrap {
        margin: 0px 0px
    }
}

.village .intro-wrap {
    margin: 60px 0px
}

.village .intro-wrap .info-text {
    color: #ec6a53
}

.village .intro-wrap .info-text .subtitle {
    color: #a84425
}

.village .intro-wrap .info-text .descr {
    color: #6d6e71;
}

.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
}

@media (max-width: 440px) {
    .village .intro-wrap {
        margin: 0px 0px
    }
}

.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;
    width: 560px;
    height: 380px;
    background-size: cover;
    background-position: center center
}

.intro-single-photo-title .info-text {
    position: absolute;
    background-color: #fff;
    bottom: -20px;
    right: 77px;
    width: 400px;
    padding: 0px 20px
}

@media (max-width: 990px) {
    .intro-single-photo-title {
        padding: 20px 0px !important;
        height: inherit
    }
    .intro-single-photo-title .rect-outline {
        display: none
    }
    .intro-single-photo-title .info-photo {
        position: static;
        width: 100%
    }
    .intro-single-photo-title .info-text {
        position: static;
        width: 100%;
        padding: 10px
    }
}

@media (max-width: 768px) {
    .intro-single-photo-title .info-photo {
        height: 300px
    }
}

@media (max-width: 440px) {
    .intro-single-photo-title .info-photo {
        height: 200px
    }
    .intro-single-photo-title .info-text {
        padding: 5px 20px !important
    }
    .intro-single-photo-title .info-text .title {
        margin: 0px
    }
}

.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
}

@media (max-width: 1200px) {
    .resort .nearby {
        padding-left: 110px;
        height: inherit;
        margin-bottom: 20px
    }
    .resort .nearby .round-image {
        width: 40%;
        right: 29px;
        left: inherit
    }
    .resort .info-box-tiles-item .info-box-text {
        padding: 140px 20px 10px 20px
    }
    .resort .info-box-tiles-item .info-box-text .title {
        font-size: 33px;
        line-height: 37px
    }
    .resort .info-box-tiles-item .info-box-text h2 {
        margin-top: 15px;
        margin-bottom: 10px
    }
    .resort .container-resort-history-social .info-text .title {
        font-size: 52px;
        line-height: 54px
    }
    .resort .container-resort-history-social .container .row div:nth-child(2) {
        margin-left: 5%
    }
}

@media (max-width: 990px) {
    .resort .nearby {
        padding-left: 15px
    }
    .resort .nearby .rect-outline {
        width: 100%
    }
    .resort .nearby .rect-outline .info-text {
        position: absolute;
        top: inherit;
        bottom: 0;
        padding: 45px 90px 45px 30px
    }
    .resort .nearby .round-image {
        top: -25px;
        right: 15px;
        left: inherit
    }
    .resort .container-resort-history-social .container .row div:nth-child(2) {
        margin-left: inherit
    }
}

@media (max-width: 768px) {
    .resort .nearby-container {
        margin: 20px 0;
        padding: 20px 0px 50px 0
    }
}

@media (max-width: 440px) {
    .resort .nearby {
        margin-bottom: 0px
    }
}

.resort .asdmain .info-wrap {
    width: 780px
}

.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: 36px;
    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
}

@media (max-width: 768px) {
    .info-box-tiles-container {
        padding: 50px 0px 20px 0
    }
    .info-box-tiles-item {
        height: inherit;
        margin-bottom: 60px
    }
    .info-box-tiles-item .info-box-text {
        padding: 140px 20px 10px 20px;
        font-size: 14px
    }
}

@media (max-width: 440px) {
    .info-box-tiles-item {
        margin-bottom: 40px
    }
    .info-box-tiles-item .info-box-text .title {
        font-size: 30px;
        line-height: 30px;
        margin: 0px 0px 20px 0px
    }
    .info-box-tiles-item .info-box-text h2 {
        font-size: 14px;
        line-height: 14px
    }
}

.resort .container-resort-history-social {
    padding: 100px
}

.resort .container-resort-history-social .row:nth-child(1) {
    margin-bottom: 80px
}

.resort .container-resort-history-social .intro-single-photo-title {
    padding-left: 0px !important;
    height: 580px
}

.resort .container-resort-history-social .intro-single-photo-title .rect-outline {
    height: 100%
}

.resort .container-resort-history-social .info-text .subtitle {
    color: #2c55a2;
    margin-bottom: 20px
}

.resort .container-resort-history-social .round-image {
    width: 100%
}

.resort .container-resort-history-social .round-image img {
    width: 100%
}

.resort .map {
    height: 700px
}

@media (max-width: 990px) {
    .resort .asdmain .info-wrap {
        width: 100%
    }
    .resort .asdmain .info-wrap .info-text {
        width: 100%
    }
    .resort .asdmain .info-wrap .info-text {
        margin: inherit
    }
    .resort .asdmain .info-wrap .info-photo {
        width: 100%
    }
    .resort .container-resort-history-social .intro-single-photo-title {
        height: inherit
    }
    .resort .container-resort-history-social .round-image {
        display: none
    }
    .resort .container-resort-history-social .row:nth-child(1) {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .resort .container-resort-history-social {
        padding: 50px
    }
    .resort .container-resort-history-social .info-text {
        padding: 5px 20px !important
    }
}

@media (max-width: 440px) {
    .resort .container-resort-history-social {
        padding: 20px
    }
}

.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 .info-text {
    text-align: center
}

.contacts .info-text .title {
    font-size: 45px;
    margin-bottom: 10px
}

.contacts .info-text .subtitle {
    color: #003a70;
    margin-bottom: 40px
}

.contacts .contacts-info {
    padding: 60px 0px;
    border-bottom: 1px solid #003a70
}

.contacts .contacts-info:last-child {
    border-bottom: none
}

.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;
    margin-bottom: 20px
}

.contacts .contacts-info .contact-info .contact-icon img {
    width: 100%
}

.map {
    height: 700px
}

.map #map {
    height: 100%
}

.contacts .form-container {
    padding: 100px 0px 100px 0;
    background-color: #004686;
    background-position: center center;
    background-size: cover;
    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;
    font-family: 'Montserrat Light';
    outline: none;
    border: none
}

.contacts .form-container textarea {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 20px;
    color: #17283c;
    font-family: 'Montserrat Light';
    outline: none;
    border: none;
    height: 160px
}

.contacts .form-container .linkbtn {
    background-color: #004686;
    color: #fff;
    bottom: -10px;
    right: 30px
}

@media (max-width: 1200px) {
    .map {
        height: 500px !important
    }
}

@media (max-width: 768px) {
    .contacts .contacts-info .info-text {
        padding: 10px 20px !important
    }
    .contacts .info-text .subtitle {
        margin-bottom: 10px
    }
}

@media (max-width: 440px) {
    .map {
        height: 400px !important
    }
    .contacts .contacts-info {
        padding: 20px 0px !important
    }
    .contacts .info-text .subtitle {
        margin-bottom: 0px
    }
    .contacts .contacts-info .contact-info .contact-icon {
        max-width: 70px;
        margin-bottom: 10px;
        margin-top: 20px
    }
    .contacts .info-text .title {
        font-size: 30px;
        line-height: 30px
    }
}

.restaurants-item {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 120px
}

.row:nth-child(1) .restaurants-item {
    margin-top: 100px
}

.restaurants-item .photo {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40%;
    width: 100%;
    height: 435px;
    background-position: center center;
    background-size: cover
}

.restaurants-item .rect-outline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67%;
    height: 440px;
    padding: 55px 130px 55px 70px
}

.restaurants-item .rect-outline .subtitle {
    color: #2c55a2
}

.restaurants-item .rect-outline .restaurant-logo {
    padding-top: 40px;
    text-align: right
}

.restaurants-item .rect-outline .linkbtn {
    bottom: -10px
}

.row:nth-child(even) .restaurants-item .photo {
    right: inherit;
    left: 0
}

.row:nth-child(even) .restaurants-item .rect-outline {
    left: inherit;
    right: 0;
    padding-left: 125px;
    padding: 55px 70px 55px 130px
}

@media (max-width: 990px) {
    .restaurants-item .rect-outline {
        padding: 10px 130px 10px 10px
    }
    .row:nth-child(even) .restaurants-item .rect-outline {
        padding: 10px 40px 10px 130px
    }
    .restaurants-item .info-text .title {
        font-size: 50px;
        line-height: 50px
    }
}

@media (max-width: 768px) {
    .restaurants-item {
        height: inherit;
        margin-bottom: 60px
    }
    .restaurants-item .photo {
        position: inherit;
        max-width: inherit;
        height: 300px
    }
    .restaurants-item .rect-outline {
        position: inherit;
        width: 100%;
        height: inherit;
        padding: 10px 5px;
        border: none
    }
    .row:nth-child(even) .restaurants-item .rect-outline {
        padding: 10px 5px
    }
    .restaurants-item .rect-outline .restaurant-logo {
        padding-top: 0px
    }
    .restaurants-item .rect-outline .linkbtn {
        position: static;
        margin-top: 20px
    }
}

@media (max-width: 440px) {
    .restaurants-item .info-text {
        padding: 0px !important
    }
    .restaurants-item .info-text .title {
        font-size: 30px;
        line-height: 30px
    }
}

.restaurant .intro-wrap {
    margin: 60px 0px
}

.restaurant .intro-wrap .info-text .subtitle {
    color: #003a70
}

.restaurant .intro-wrap .schedule {}

.restaurant .intro-wrap .schedule h4 {
    text-transform: uppercase;
    font-family: "Montserrat Medium";
    letter-spacing: 2px;
    font-size: 16px;
    color: #003a70;
    margin-top: 20px;
    margin-bottom: 3px;
    line-height: 20px
}

.restaurant .propertie-logo-wrap,
.activities .propertie-logo-wrap {
    max-width: 530px;
    height: 450px;
    margin-top: 80px
}

.restaurant .propertie-logo-wrap .propertie-logo,
.activities .propertie-logo-wrap .propertie-logo {
    bottom: inherit;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.restaurant .propertie-logo-wrap .rect-outline,
.activities .propertie-logo-wrap .rect-outline {
    height: 98%
}

.restaurant .propertie-logo-wrap .linkbtn,
.activities .propertie-logo-wrap .linkbtn {
    left: 5%
}

.restaurant .propertie-logo-wrap .restaurant-menu,
.activities .propertie-logo-wrap .restaurant-menu {
    position: absolute;
    bottom: -25%;
    right: 20px
}

.restaurant .restaurant-logo-mob,
.activities .restaurant-logo-mob {
    display: none;
    max-width: 300px;
    margin: 20px auto
}

.restaurant .restaurant-logo-mob img,
.activities .restaurant-logo-mob img {
    width: 100%
}

.restaurant .restaurant-widgets {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 120px
}

.restaurant .restaurant-widgets h3 {
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #003a70;
    margin-bottom: 20px
}

.restaurant .restaurant-widgets .restaurant-widget-tripadvisor {
    margin-top: 65px
}

.restaurant .restaurant-widgets .restaurant-widget-thefork div {
    margin: 0px auto;
    width: 100% !important;
    z-index: 1
}

.restaurant .restaurant-widgets .restaurant-widget-thefork div div {
    width: 100% !important
}

.restaurant .restaurant-widgets .restaurant-widget-thefork div div iframe {
    width: 100% !important
}

.restaurant .restaurant-widgets .linkbtn {
    position: static;
    text-align: inherit;
    margin-top: 20px !important
}

.restaurant .restaurant-widgets .linkbtn .linkbtn-text {
    display: inherit
}

.restaurant .restaurant-widgets .restaurant-widget-mobile {
    padding: 0px 30px;
    display: none
}

.restaurant .restaurant-widgets .restaurant-widget-thefork iframe .body-belt {
    display: none !important
}


.activities .warning-text {
	margin: 10px auto;
	max-width: 600px;
	width: 100%;
	
	font-family: "Montserrat Medium";
	
	font-size: 16px;
	line-height: 24px;
	
	border: 1px solid #a7a9ac;
	padding: 20px;
	text-align: center;
}



@media (max-width: 990px) {
    .restaurant .restaurant-logo-mob,
    .activities .restaurant-logo-mob {
        display: block
    }
    .restaurant .propertie-logo-wrap,
    .activities .propertie-logo-wrap {
        max-width: inherit;
        width: 100%;
        margin-top: 20px;
        height: inherit
    }
    .restaurant .intro-wrap {
        margin: 0px
    }
    .restaurant .propertie-logo-wrap .rect-outline,
    .activities .propertie-logo-wrap .rect-outline {
        border: none;
        text-align: center
    }
    .restaurant .propertie-logo-wrap .rect-outline .restaurant-menu,
    .activities .propertie-logo-wrap .rect-outline .restaurant-menu {
        position: inherit
    }
    .restaurant .propertie-logo-wrap .linkbtn,
    .activities .propertie-logo-wrap .linkbtn {
        position: static;
        text-align: center
    }
    .restaurant .propertie-logo-wrap .propertie-logo,
    .activities .propertie-logo-wrap .propertie-logo {
        display: none
    }
}

@media (max-width: 768px) {
    .restaurant .restaurant-widgets .restaurant-widget-thefork {
        display: none
    }
    .restaurant .restaurant-widgets .restaurant-widget-mobile {
        display: block
    }
    .restaurant .restaurant-widgets {
        text-align: center;
        margin-top: 30px
    }
}

.tennis .intro-wrap {
    margin: 60px 0px
}

.tennis .intro-wrap .info-text .subtitle {
    margin-bottom: 0px
}

.tennis .intro-wrap h4 {
    text-transform: uppercase;
    font-family: "Montserrat Medium";
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px
}

.golf .intro-wrap {
    margin: 60px 0px
}

.golf .intro-wrap .info-text .subtitle {
    margin-bottom: 0px
}

.golf .intro-wrap .schedule h4 {
    text-transform: uppercase;
    font-family: "Montserrat Medium";
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 3px
}

.golf .golf-subtitle {
    font-size: 20px
}

.golf .bookteetimenbtn {
    display: inline-block;
    background-color: #00692f;
    color: #fff;
    outline: 1px solid #fff;
    padding-right: 10px;
    font-family: "Montserrat Medium";
    text-transform: uppercase;
    font-size: 12px;
    margin: 30px 0px 20px;
    cursor: pointer
}

.golf .schedule {
    float: right;
    padding-top: 50px
}

.golf .title-image-container img {
    float: left
}

.golf .title-golf-bottom-container {
    margin-top: 30px
}

.golf .bookteetimenbtn .linkbtn {
    background-color: transparent;
    color: #fff;
    margin: 15px 0px;
    position: relative;
    text-align: center
}

.golf .linkbtn-new {
    margin-right: 0px
}

.golf .linkbtn:hover {
    padding-right: 0px;
    padding-left: 0px
}

.container-golf-features {
    padding: 40px 0;
    background-image: url(../img/activities-golf/features-bg.png);
    background-size: cover;
    color: #fff
}

.container-golf-features .container div {
    margin: 20px 0px
}

.container-golf-features .info-text .title {
    font-size: 40px;
    line-height: 50px
}

.container-golf-features .feature-title {
    font-family: "Montserrat Medium";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-left: 15px;
    margin-bottom: 15px
}

.container-golf-features li {
    color: #9fc63b;
    -webkit-margin-before: 0.5em
}

.container-golf-features li span {
    color: #fff
}

@media (max-width: 992px) {
    .golf .schedule {
        float: inherit;
        padding-top: 30px
    }
    .golf .title-image-container img {
        float: inherit;
        padding-top: 50px
    }
    .golf .title-golf-bottom-container {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .container-golf-features {
        padding: 30px 0
    }
}

@media (max-width: 440px) {
    .container-golf-features {
        padding: 20px 0
    }
    .container-golf-features .info-text {
        padding: 0px !important
    }
    .container-golf-features .info-text .title {
        font-size: 30px;
        line-height: 40px
    }
    .golf .intro-wrap {
        margin: 0px
    }
    .golf .title-image-container img {
        width: 180px
    }
}

.spa .intro-wrap {
    margin: 60px 0px
}

.spa .info-box-tiles-container {
    margin-bottom: 0px
}

.spa .info-box-tiles-item {
    height: 350px
}

.spa .info-box-tiles-item .info-box-text .title {
    color: #bb8d24;
    font-size: 32px
}

.spa .propertie-logo-wrap .propertie-logo {
    transform: translate(-50%, -25%)
}

.experiences .intro-wrap {
    margin: 60px 0px
}

.experiences .info-box-tiles-container {
    margin-bottom: 0px
}

.experiences .info-box-tiles-item {
    height: 350px
}

.experiences .intro-wrap .booking-info {
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #2c55a2;
    margin-top: 20px;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .experiences .intro-wrap {
        margin: 40px 0px
    }
}

@media (max-width: 440px) {
    .experiences .intro-wrap {
        margin: 20px 0px
    }
}

.healthclub .intro-wrap {
    margin: 60px 0px
}

.healthclub .intro-wrap ul {
    color: #2c55a2;
    -webkit-padding-start: 20px
}

.healthclub .intro-wrap ul li {
    -webkit-margin-before: 0.5em
}

.healthclub .intro-wrap ul li span {
    color: #6d6e71;
    font-size: 16px
}

.healthclub .intro-wrap .swimming {
    padding-top: 200px
}

.healthclub .intro-wrap .schedule h4 {
    text-transform: uppercase;
    font-family: "Montserrat Medium";
    letter-spacing: 2px;
    font-size: 16px;
    color: #003a70;
    margin-top: 20px;
    margin-bottom: 3px
}

@media (max-width: 990px) {
    .healthclub .intro-wrap {
        margin: 40px 0px
    }
    .healthclub .swimming {
        padding-top: 0px !important
    }
}

@media (max-width: 440px) {
    .healthclub .intro-wrap {
        margin: 10px 0px
    }
}

.gallery .gallery-container {
    padding-top: 100px
}

.reservations .intro-wrap {
    margin: 60px 0px
}

.reservations .form-wrap {}

.reservations .form input {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 20px;
    color: #17283c;
    outline: none;
    height: 40px
}

.reservations .form select {
    -webkit-appearance: none !important;
    border-radius: 0;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 20px;
    color: #17283c;
    outline: none;
    height: 40px
}

.reservations .form textarea {
    -webkit-appearance: none !important;
    border-radius: 0;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 20px;
    color: #17283c;
    outline: none
}

.reservations .linkbtn {
    position: inherit;
    margin-top: 20px
}

.reservations .form input::-webkit-input-placeholder {
    color: #17283c !important
}

@media (max-width: 990px) {
    .reservations .intro-wrap {
        margin: 40px 0px
    }
}

@media (max-width: 440px) {
    .reservations .intro-wrap {
        margin: 10px 0px
    }
}

.app-landing {
    padding-top: 180px
}

.app-landing .app-photo img {
    width: 100%
}

.app-landing h4 {
    color: #2c55a2;
    font-family: "Montserrat SemiBold";
    font-family: 16px
}

.app-landing .appstore-logo {
    width: 180px;
    margin-top: 20px
}

.app-landing .screenscontainer {
    margin: 40px auto
}

.app-landing .screenscontainer img {
    width: 100%
}

@media (max-width: 768px) {
    .app-landing {
        padding-top: 120px
    }
    .app-landing .info-text {
        padding: 30px 20px !important
    }
}

.intro-text {
    font-family: "Montserrat ExtraLight";
    font-size: 16px;
    text-transform: initial;
    padding-top: 23px
}

@media (max-width: 640px) {
    .title-modified title {
        font-size: 30px
    }
}

@media (max-width: 500px) {
    .title-modified title {
        font-size: 25px
    }
}

@media(max-width: 440px) {
    .title-modified title {
        font-size: 22px;
        letter-spacing: 7px
    }
}

#new-homepage .showDesktop {
    display: block
}

#new-homepage .showMobile {
    display: none
}

#new-homepage .header-slider {
    width: 100%;
    height: 100vh
}

#new-homepage .new-homepage-title {
    position: relative;
    z-index: 2;
    color: white;
    margin: 0px auto;
    margin-top: 40vh;
    width: 65%;
    padding-left: 30px;
    
    background-color: rgba(0,0,0,0.6);
    padding-top: 40px;
    padding-bottom: 40px;
}

#new-homepage .new-homepage-title .first-slider-text {
    font-size: 30px;
    letter-spacing: 5px;
    font-family: "Montserrat SemiBold"
}

#new-homepage .new-homepage-title .second-slider-text {
    font-size: 20px;
    letter-spacing: 5px;
    font-family: "Montserrat SemiBold";
    margin-top: 20px
}

#new-homepage .new-homepage-title title {
    color: inherit;
    font-size: 65px
}

#new-homepage .new-homepage-title subtitle {
    color: inherit;
    font-size: 18px
}

#new-homepage .img-header-slider {
	position: relative;
    height: 100vh !important;
    background-position: center center;
    background-size: cover
}

#new-homepage .img-header-slider .img-header-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

#new-homepage .header-box {
    position: absolute;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 700px;
    background-color: rgba(0, 58, 112, 0.8);
    font-family: 'Montserrat SemiBold';
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px
}

#new-homepage .header-box-text {
    display: inline-block;
    width: 67%;
    font-size: 19px;
    text-align: center;
    padding-top: 4px
}

#new-homepage .header-box-button {
    display: inline-block;
    width: 32%;
    background-color: white;
    color: rgb(0, 58, 112);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
    vertical-align: top;
    cursor: pointer
}

#new-homepage .title-modified {
    position: relative
}

#new-homepage .title-modified title::before {
    content: "• ";
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#new-homepage .title-modified title::after {
    content: "• ";
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#new-homepage .title-modified #title-1::before {
    left: 375px
}

#new-homepage .title-modified #title-1::after {
    right: 375px
}

#new-homepage .resort-box {
    border: 1px solid lightgray
}

#new-homepage #left-resort-box {
    padding: 30px 30px 45px 30px
}

#new-homepage .resort-box img {
    width: 100%
}

#new-homepage .resort-box span {
    font-family: 'Montserrat Thin';
    font-size: 48px;
    color: rgb(107, 177, 226);
    letter-spacing: 4px
}

#new-homepage .box-button-read-more {
    width: 170px;
    background: url("../img/home/btn-hover.png");
    background-position: 0 0;
    transition: background-position .75s ease;
    color: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 2
}

#new-homepage .box-button-read-more:hover {
    background-position: 0 55%
}

#new-homepage #resort-button-left {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: -30px;
    right: 40px
}

#new-homepage #resort-button-right {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
    right: 40px
}

#new-homepage .title-modified #title-2::before {
    left: 200px
}

#new-homepage .title-modified #title-2::after {
    right: 195px
}

#new-homepage .title-with-button {
    margin-top: 70px
}

#new-homepage .hotel-section {
    padding: 30px;
    padding-bottom: 40px;
    margin-top: 30px
}

#new-homepage .hotels-height-pt {
    height: 640px !important
}

#new-homepage #hotel-marriott {
    background-image: url("../img/home/box-marriott.jpg");
    background-size: cover;
    background-position: center center;
    height: 618px
}

#new-homepage #beachfront {
    background-image: url("../img/home/box-beachfront.jpg");
    background-size: cover;
    background-position: center center;
    height: 618px
}

#new-homepage #village {
    background-image: url("../img/home/box-village.jpg");
    background-size: cover;
    background-position: center center;
    height: 618px
}

#new-homepage .hotel-section-img {
    margin-top: -60px
}

#new-homepage .hotel-section-img img {
    width: 100%
}

#new-homepage .hotel-section-text #hotel-section-first-title {
    color: rgb(107, 177, 226);
    font-size: 16px;
    font-family: "Montserrat SemiBold";
    letter-spacing: 4px;
    margin-top: 15px;
    display: block
}

#new-homepage .hotel-stars {
    font-family: "Montserrat Light" !important;
    color: rgb(107, 177, 226) !important;
    font-size: 16px !important;
    letter-spacing: 4px !important;
    margin-top: 0 !important;
    display: initial !important
}

#new-homepage .hotel-section-text span {
    color: rgb(107, 177, 226);
    font-family: "Montserrat Thin";
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
    line-height: 1
}

#new-homepage .hotel-section-text {
    color: white
}

#new-homepage .hotel-section-button {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
    left: 50%
}

#new-homepage .title-modified #title-3::before {
    left: 420px
}

#new-homepage .title-modified #title-3::after {
    right: 420px
}

#new-homepage .golf-container {
    padding-left: 20px
}

#new-homepage .golf-container-inside {
    background-image: url("../img/home/box-golf.jpg");
    background-size: cover;
    background-position: center center;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    color: white;
    position: relative
}

#new-homepage .golf-image-section {
    margin-left: -20px
}

#new-homepage .golf-image-section img {
    width: 100%
}

#new-homepage #golf-small-title {
    color: rgb(159, 198, 59);
    font-size: 16px;
    font-family: "Montserrat SemiBold";
    letter-spacing: 4px
}

#new-homepage .golf-container-inside span {
    color: rgb(159, 198, 59);
    font-family: "Montserrat Thin";
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
    line-height: 1
}

#new-homepage .golf-button {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 75%;
    bottom: -35px
}

#new-homepage .critics-container {
    margin-top: 70px
}

#new-homepage .critics-box-left {
    background-color: rgb(242, 242, 242);
    padding: 20px;
    height: 258px
}

#new-homepage .critics-box-right {
    border: 1px solid #a7a9ac;
    padding: 20px;
    height: 258px
}

#new-homepage #critic-1 {
    margin-top: 45px
}

#new-homepage #critic-2 {
    margin-top: 40px
}

#new-homepage #critic-3 {
    margin-top: 57px
}

#new-homepage #critic-4 {}

#new-homepage #critic-5 {
    margin-top: 65px
}

#new-homepage #critic-6 {}

#new-homepage #critic-7 {
    margin-top: 65px
}

#new-homepage #critic-8 {
    margin-top: 45px
}

#new-homepage #critic-9 {
    margin-top: 72px
}

#new-homepage #critic-10 {
    margin-top: 45px
}

#new-homepage #critic-11 {
    margin-top: 72px
}

#new-homepage #critic-12 {
    margin-top: 24px
}

#new-homepage .critics-logo {
    text-align: right
}

#new-homepage .critics-logo img {
    display: initial !important
}

#new-homepage .critics-text {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

#new-homepage .critics-aspas-left {
    position: absolute;
    top: -3px;
    left: 0;
    transform: translateY(-100%)
}

#new-homepage .critics-aspas-right {
    position: absolute;
    bottom: -3px;
    right: 0;
    transform: translateY(100%)
}

#new-homepage .critics-author {
    color: rgb(0, 58, 112);
    font-family: "Montserrat SemiBold"
}

#new-homepage .activities-container {
    margin-top: 80px;
    background-image: url("../img/home/others-bg.jpg");
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 70px
}

#new-homepage .activity-container {
    border: 1px solid white;
    padding: 40px
}

#new-homepage .activity-container-pt {
    border: 1px solid white;
    padding: 40px;
    height: 502px
}

#new-homepage .activity-image img {
    width: 100%
}

#new-homepage .activity-image {
    margin-top: -100px
}

#new-homepage .activity-text span {
    color: white;
    font-size: 16px;
    font-family: "Montserrat SemiBold";
    letter-spacing: 4px;
    margin-top: 15px;
    margin-bottom: 7px;
    display: block
}

#new-homepage .activity-text {
    color: rgb(107, 177, 226);
    font-family: "Montserrat Thin";
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
    line-height: 1
}

#new-homepage .activity-button {
    border: 1px solid white;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -35px
}

#new-homepage .offer-container {
    background-size: cover;
    background-position: center center;
    padding: 60px 40px 70px 40px
}

#new-homepage #offer-1 {
    background-image: url("../img/home/foto-offer-1.jpg")
}

#new-homepage #offer-2 {
    background-image: url("../img/home/foto-offer-2.jpg")
}

#new-homepage #offer-3 {
    background-image: url("../img/home/foto-offer-3.jpg")
}

#new-homepage .offer-price-section span {
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    display: block;
    letter-spacing: 4px
}

#new-homepage .offer-price-section {
    text-align: center;
    color: white;
    font-size: 45px;
    font-family: "Montserrat Thin"
}

#new-homepage .offer-description span {
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    display: block;
    letter-spacing: 4px
}

#new-homepage .offer-description {
    margin-top: 10px;
    text-align: center;
    color: white
}

#new-homepage .social-image {
    background-size: cover;
    background-position: center center
}

#new-homepage .social-image img {
    width: 100%
}

#new-homepage .social-title {
    text-align: center;
    color: #003a70;
    margin-bottom: 30px;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    letter-spacing: 4px
}

#new-homepage .social-images-container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(230, 230, 230)
}

#new-homepage #critics-arrow-left {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 112%;
    left: 47%;
    cursor: pointer
}

#new-homepage #critics-arrow-right {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 112%;
    right: 45%;
    cursor: pointer
}

#new-homepage .zoomContainer {
    z-index: 9998 !important
}

#new-homepage .fancybox-close {
    display: none
}

@media(max-width: 1199px) {
    #new-homepage .title-modified #title-1::before {
        left: 275px
    }
    #new-homepage .title-modified #title-1::after {
        right: 275px
    }
    #new-homepage .title-modified #title-2::before {
        left: 90px
    }
    #new-homepage .title-modified #title-2::after {
        right: 105px
    }
    #new-homepage .title-modified #title-3::before {
        left: 320px
    }
    #new-homepage .title-modified #title-3::after {
        right: 320px
    }
    #new-homepage .resort-box img {
        height: 373px
    }
    #new-homepage .resort-box span {
        font-size: 41px
    }
    #new-homepage #beachfront {
        height: 655px
    }
    #new-homepage #village {
        height: 655px
    }
    #new-homepage #hotel-marriott {
        height: 655px
    }
    #new-homepage .hotels-height-pt {
        height: 667px !important
    }
    #new-homepage .activity-container-pt {
        border: 1px solid white;
        padding: 40px;
        height: 450px
    }
    #new-homepage .critics-box-left {
        height: 290px
    }
    #new-homepage .critics-box-right {
        height: 290px
    }
    #new-homepage #critic-1 {}
    #new-homepage #critic-2 {}
    #new-homepage #critic-3 {}
    #new-homepage #critic-4 {}
    #new-homepage #critic-5 {
        margin-top: 81px
    }
    #new-homepage #critic-6 {}
    #new-homepage #critic-7 {
        margin-top: 81px
    }
    #new-homepage #critic-8 {}
    #new-homepage #critic-9 {
        margin-top: 81px
    }
    #new-homepage #critic-10 {}
    #new-homepage #critic-11 {
        margin-top: 90px
    }
    #new-homepage #critic-12 {}
}

@media (max-width: 991px) {
    #new-homepage .showDesktop {
        display: none
    }
    #new-homepage .showMobile {
        display: block
    }
    #new-homepage .new-homepage-title title {
        font-size: 40px
    }
    #new-homepage .new-homepage-title subtitle {
        font-size: 12px
    }
    #new-homepage .header-box {
        width: 73%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
    #new-homepage .header-box-button {
        font-size: 17px
    }
    #new-homepage .header-box-text {
        font-size: 17px
    }
    #new-homepage .title-modified #title-1::before {
        display: none
    }
    #new-homepage .title-modified #title-1::after {
        display: none
    }
    #new-homepage .title-modified #title-2::before {
        display: none
    }
    #new-homepage .title-modified #title-2::after {
        display: none
    }
    #new-homepage .title-modified #title-3::before {
        display: none
    }
    #new-homepage .title-modified #title-3::after {
        display: none
    }
    #new-homepage .resort-box img {
        height: inherit
    }
    #new-homepage #left-resort-box {
        padding-bottom: 30px
    }
    #new-homepage #resort-button-left {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: inherit;
        right: inherit;
        margin: 0 auto;
        margin-top: 30px
    }
    #new-homepage #resort-button-right {
        position: absolute;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        top: 100%;
        right: 50%
    }
    #new-homepage #hotel-marriott {
        height: inherit;
        margin-bottom: 90px
    }
    #new-homepage #beachfront {
        height: inherit;
        margin-bottom: 90px
    }
    #new-homepage #village {
        height: inherit
    }
    #new-homepage .hotel-section-text {
        font-size: 16px;
        margin-bottom: 20px
    }
    #new-homepage .golf-container {
        padding-left: 0
    }
    #new-homepage .golf-container-inside {
        padding-left: 20px
    }
    #new-homepage .golf-image-section {
        margin-left: 0
    }
    #new-homepage .hotel-section-text #hotel-section-first-title {
        margin-top: 15px
    }
    #new-homepage #golf-small-title {
        margin-top: 15px
    }
    #new-homepage .golf-text-section {
        font-size: 16px;
        margin-bottom: 20px
    }
    #new-homepage .golf-button {
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -17px;
        left: 50%
    }
    #new-homepage .critics-box-left {
        margin-bottom: 30px
    }
    #new-homepage #critics-arrow-left {
        top: 102%
    }
    #new-homepage #critics-arrow-right {
        top: 102%
    }
    #new-homepage .activities-container {
        margin-top: 60px
    }
    #new-homepage .activity-container {
        margin: 15px
    }
    #new-homepage #first-activity-mobile {
        margin-bottom: 120px
    }
    #new-homepage .activities-container {
        padding-top: 100px
    }
    #new-homepage .social-images-container {
        padding-bottom: 30px
    }
    #new-homepage .social-image {
        margin-bottom: 30px
    }
    .booking-container-new .booking-new-back {
        left: 22px;
        top: -40px;
        cursor: pointer
    }
    .booking-container-new .booking-new-back img {
        width: 20%
    }
    .booking-container-new .booking-checkin-container {
        color: white;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .booking-container-new .booking-checkin-container button {
        width: 100%;
        padding: 15px 5px
    }
    .booking-container-new #last-check-button {
        margin-top: 10px;
        margin-bottom: 30px
    }
}

@media(max-width: 700px) {
    #new-homepage .header-box-text {
        padding-top: 11px;
        font-size: 15px
    }
    #new-homepage .header-box-button {
        font-size: 15px
    }
    #new-homepage .new-homepage-title {
        margin-top: 300px
    }
}

@media(max-width: 600px) {
    #new-homepage .new-homepage-title .first-slider-text {
        font-size: 25px
    }
    #new-homepage .new-homepage-title .second-slider-text {
        font-size: 20px
    }
    #new-homepage .header-box {
        width: 300px;
        bottom: 135px
    }
    #new-homepage .header-box-text {
        width: 100%;
        font-size: 17px;
        margin-bottom: 15px
    }
    #new-homepage .header-box-button {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 19px
    }
}

@media(max-width: 440px) {
    #new-homepage .new-homepage-title {
        margin-top: 200px
    }
    #new-homepage .new-homepage-title .first-slider-text {
        font-size: 22px
    }
    #new-homepage .new-homepage-title .second-slider-text {
        font-size: 18px
    }
    #new-homepage .title-modified title {
        margin-bottom: 40px
    }
    #new-homepage .resort-box span {
        font-size: 22px
    }
    #new-homepage .new-homepage-title {
        margin-top: 200px
    }
    #new-homepage .header-box {
        bottom: 20px
    }
}

@media (max-width: 375px) {}

@media (max-width: 360px) {
    #new-homepage .header-box {
        padding-top: 10px
    }
    #new-homepage .header-box-text {
        font-size: 15px
    }
    #new-homepage .header-box-button {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 15px
    }
    #new-homepage .new-homepage-title .first-slider-text {
        font-size: 16px
    }
    #new-homepage .new-homepage-title .second-slider-text {
        font-size: 14px
    }
}

@media(max-width: 320px) {
    #new-homepage .new-homepage-title {
        margin-top: 120px
    }
    #new-homepage .header-box {
        bottom: 20px
    }
    #new-homepage .new-homepage-title .first-slider-text {
        font-size: 14px
    }
    #new-homepage .new-homepage-title .second-slider-text {
        font-size: 12px
    }
    .booking-container-new #booking-type-2 {
        margin-bottom: 15px
    }
    .booking-container-new #booking-type-1 {
        margin-top: 20px
    }
    .booking-container-new .booking-new-close {
        top: -20px
    }
    .booking-container-new .booking-accomodation-mobile {
        margin-bottom: 15px
    }
}

.float-box {
    position: fixed;
    top: 200px;
    color: white !important;
    z-index: 3;
    background-image: url("../../img/box-offer.png");
    background-size: cover;
    background-position: center center;
    width: 300px;
    padding: 30px;
    right: -2px;
    text-align: center;
    font-family: "Montserrat SemiBold"
}

.float-box-title {
    font-size: 13px;
    font-family: "Montserrat SemiBold";
    margin-bottom: 15px;
    letter-spacing: 3px
}

.float-box-text {
    font-size: 15px;
    font-family: "Montserrat ExtraLight";
    letter-spacing: 3px
}

.float-box-text span,
.float-box-text b {
    font-family: "Montserrat SemiBold"
}

.float-box-button {
    margin-top: 15px;
    width: 100%;
    background-color: #003a70;
    font-family: "Montserrat SemiBold";
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.float-box-notfixed {
    position: initial;
    padding: 20px 10px !important
}

.float-box-mobile {
    display: none;
    padding: 5px 10px
}

.float-box-mobile .float-box-title {
    margin-bottom: 3px
}

.float-box-mobile .float-box-text {
    font-size: 13px
}

.float-box-mobile .float-box-button {
    margin-top: 10px
}

@media (max-width: 991px) {
    .float-box {
        display: none
    }
    .float-box-mobile {
        display: block;
        top: inherit;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 16000022
    }
}




.new-remodel-page .propertie-accommodation {
	height: inherit;
	padding-top: 40px;
}

.new-remodel-page .intro-text {
	font-size: 20px;
	padding-top: 60px;
}

.new-remodel-page .info-text .title {
	margin: 0px 0px 30px 0px;
}

.new-remodel-page .propertie-accommodation .photo {
	max-width: 650px;
}

.new-remodel-page .propertie-accommodation .rect-outline {
	position: inherit;
	width: 540px;
	height: inherit;
	min-height: 440px;
/* 	height: inherit; */
	padding: 35px 70px 35px 40px;
}

.new-remodel-page .info-text {
	font-size: 16px;
}

.new-remodel-page .intro-title title, .new-remodel-page .info-text .title {
	color: #c11c33;
}

.new-remodel-page .linkbtn {
	min-width: inherit;
}

.new-remodel-page .linkbtn a {
	color: #c11c33;
}

.new-remodel-page .row:nth-child(even) .propertie-accommodation .rect-outline {
	padding-left: 90px;
	float: right;
}


.new-remodel-page .photo .slick-list, .new-remodel-page .photo .slick-track {
	height: 100%;
}

.new-remodel-page .slick-dots {
	bottom: 15px;
}

.new-remodel-page .slick-dots li button:before {
	font-size: 34px;
    opacity: 0.45;
    color: white;
}

.new-remodel-page .slick-dots li.slick-active button:before {
	opacity: 1;
}

.new-remodel-page .photo .photo-item {
	width: 100%;
	height: 100% !important;
	background-position: center center;
	background-size: cover;
}

.new-remodel-page .btn-container {
	width: 100%;
	text-align: center;
	margin: 60px 0 100px;
}

.new-remodel-page .btn-container .btn-allinfo {
	display: inline-block;
    background-color: #003a70;
    color: #fff;
    outline: 1px solid #fff;
    padding: 10px 40px;
    font-family: "Montserrat Medium";
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0px 0px;
}


@media (max-width: 1200px) {
	.new-remodel-page .rect-outline {
		background-color: rgba(255,255,255,0.9);
	}
}

@media (max-width: 990px) {
	.new-remodel-page .propertie-accommodation .photo {
		max-width: 100%;
	}
	
	.new-remodel-page .rect-outline {
		background-color: inherit;
		width: 100% !important;
		min-height: inherit !important;
	}
}

@media (max-width: 640px) {
	.new-remodel-page .intro-text {
		font-size: 16px;
	}
}




.box-button-read-more {
	display: inline-block;
    width: 170px;
    background: url("../../img/home/btn-hover.png");
    background-position: 0 0;
    transition: background-position .75s ease;
    color: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    z-index: 2;
}

.box-button-read-more i {
	padding-right: 3px;
	vertical-align: middle;
}

.box-button-read-more span {
	vertical-align: middle;
}

.box-button-read-more:hover {
    background-position: 0 55%;
}


/**** onetrust font fix ***/

#onetrust-banner-sdk.otRelFont {
	font-size: initial !important;
}