@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-Light.eot');
    src: local('DaxlinePro-Light'),
        url('fonts/DaxlinePro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-Light.woff') format('woff'),
        url('fonts/DaxlinePro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-ExtraBold.eot');
    src: local('DaxlinePro-ExtraBold'),
        url('fonts/DaxlinePro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-ExtraBold.woff') format('woff'),
        url('fonts/DaxlinePro-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-Bold.eot');
    src: local('DaxlinePro-Bold'),
        url('fonts/DaxlinePro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-Bold.woff') format('woff'),
        url('fonts/DaxlinePro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-Medium.eot');
    src: local('DaxlinePro-Medium'),
        url('fonts/DaxlinePro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-Medium.woff') format('woff'),
        url('fonts/DaxlinePro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-Thin.eot');
    src: local('DaxlinePro-Thin'),
        url('fonts/DaxlinePro-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-Thin.woff') format('woff'),
        url('fonts/DaxlinePro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-Black.eot');
    src: local('DaxlinePro-Black'),
        url('fonts/DaxlinePro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-Black.woff') format('woff'),
        url('fonts/DaxlinePro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlinePro';
    src: url('fonts/DaxlinePro-Regular.eot');
    src: local('DaxlinePro-Regular'),
        url('fonts/DaxlinePro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DaxlinePro-Regular.woff') format('woff'),
        url('fonts/DaxlinePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins'),
    url('fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins'),
        url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins'),
    url('fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.various-icons-big {
    background: transparent url(../images/various_icons_big.png) no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0!important;
    content: '';
}

.bed-icon {
    background-position: -75px 5px;
}
.boat-icon {
    background-position: -160px 0;
}
.gift-icon {
    background-position: -240px 0;
}

.list-icons-big {
    background: transparent url(../images/list_icons_b.png) no-repeat;
    width: 50px;
    height: 40px;
    display: inline-block;
    margin: 0!important;
    content: '';
}
.info-icon-b {
    background-position: 0 0;
}
.calendar-icon-b {
    background-position: -50px 0;
}
.social-icon-b {
    background-position: -100px 0;
}

.container.padd {
    padding-left: 95px;
    padding-right: 95px;
}


.home-v2 {

}

.home-v2 p {
   /* color: #000!important;*/
}
.home-v2 a {
    /*color: #CF786B!important;*/
    font-weight: 400;
}
.home-v2 a > p {
    color: #000;
}

.home-v2 a.btn {
    color: #fff!important;
}
.home-v2 a.btn.btn-black {
    background-color: #000;
    border-color: #000;
}


.home-v2 a.btn.c-btn-center {
    display: initial;
}

.home-v2 .c-content-box.c-size-sm {
    padding: 30px 0 100px 0;
}


.home-v2 .c-content-blog-post-card-1 .c-body .c-title {
    font-size: 1.2em;
    line-height: 1.1em;
}
.home-v2 .c-content-blog-post-card-1 .c-body .c-title a {
    color: #000;
}

.home-v2 .c-content-blog-post-card-1.c-option-2 .c-body {
    background-color: rgb(247, 247, 247);
    padding: 25px;
    height: 190px;
    overflow: hidden;
}
.home-v2 .c-content-blog-post-card-1.c-option-2 .c-body.bg-white {
    background-color: rgb(255,255,255);
}

.home-v2 .c-content-blog-post-card-1.c-option-2 .c-body p {
    font-size: 0.95em;
    font-weight: 400;
}

.home-v2 .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.home-v2 .c-media.full {
    position: relative;
}

.home-v2 .owl-carousel .owl-item span.icon-box {
    position: absolute;
    width: 90px;
    height: 85px;
    left: 40%;
    top: 30%;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.home-v2 .owl-carousel .owl-item span.icon-box img {
    width: 45px;
}


.home-v2 .c-content-title-1 > p {
    text-align: center;
    font-style: inherit;
    font-family: inherit;
    margin: 0;
    font-size: 1.3em;
    color: #777;
}

.home-v2 .c-content-title-1 > h3 {
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 3em;
    letter-spacing: -2px;
}
.home-v2 .c-content-title-1 > h3.mb-0 {
    margin-bottom: 0;
}


.home-v2 .owl-carousel .owl-dots {
    bottom: 0;
}
.home-v2 .owl-carousel.nil .owl-dots {
    bottom: -60px;
}


.home-v2 .owl-carousel.c-owl-nav-right .owl-controls {
    margin-right: 0;
}

.home-v2 .owl-carousel .owl-nav.top {
    top: calc(2% - 80px);
    width: 120px;
    right: 10%;
    color: #999;
    position: absolute;
    margin: 0;
}
.home-v2 .owl-carousel .owl-nav.top.up {
    top: calc(2% - 120px);
}

.home-v2 .owl-carousel .owl-nav.top button {
    position: absolute;
}

.home-v2 .owl-carousel .owl-nav.top.nil {
    top: 0;
}
.home-v2 .owl-carousel .owl-nav.top.nil

.home-v2 .owl-carousel .owl-nav.top.nil .owl-prev {
    left: 30px;
}
.home-v2 .owl-carousel .owl-nav.top.nil .owl-next {
    right: 20px;
}

.home-v2 .owl-carousel .owl-nav div {
    opacity: 1;
}

.home-v2 .owl-carousel.c-theme .owl-dot.active {
    background-color: #5B99B5;
}


.home-v2 .c-mod-image.t3 .block-abs h2 {
    background-color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 15px;
    color: #fff;
    width: 48%;
    z-index: 5;
    text-align: left;
    text-transform: uppercase;
}

.home-v2 .c-mod-image.t3 .block-abs .mod-text2 {
    width: 40%;
    height: auto;
    font-size: 1.1em;
    padding: 25px;
    text-align: left;
}

.home-v2 .c-mod-text-vert p {
    line-height: 1.3em;
    color: #000;
}

.home-v2  p.c-link-text {
    text-align: right;
}

.home-v2 .c-mod-image.t3 .block-abs {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.home-v2 .c-mod-image.t3 .block-abs p {
    color: #000;
}

.home-v2 .box-right-fixed {
    position: fixed;
    background-color: #fff;
    width: auto;
    padding: 0px 15px;
    right: 0;
    top: 200px;
    z-index: 100;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
}

.home-v2 .box-right-fixed ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-v2 .box-right-fixed ul li {
    list-style: none;
    margin: 10px 0;
}
.home-v2 .box-right-fixed ul li a {
    color: #000!important;
}

.home-v2 .social-box {
    position: fixed;
    right: 60px;
    top: 310px;
    width: auto;
    height: auto;
    background-color: #fff;
    z-index: 51;
    padding: 10px;
    display: none;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
}
.home-v2 .social-box.dis {
    display: block;
}
.home-v2 .social-box ul {
    padding: 0;
}

.home-v2 .social-box ul li {
    list-style: none;
    background-color: #a89078;
    border-radius: 3px;
    margin: 5px;
    padding: 5px 10px 0 10px;
}
.home-v2 .social-box ul li:hover {
    background-color: #8c7463;
}

.home-v2 .social-box ul li a {
    color: #fff;
    font-size: 0.85em;
}
.home-v2 .social-box ul li a i {
    font-size: 1.4em;
    margin-right: 5px;
}


.home-v2 .slide-box {
    position: fixed;
    right: -320px;
    bottom: 150px;
    width: 320px;
    height: 210px;
    z-index: 50;
    transition: all .6s;
    opacity: 0;
    box-shadow: -30px 0 20px rgba(0,0,0,0.3);
}
.home-v2 .slide-box.show-box {
    right: 0;
    opacity: 1;
}
.home-v2 .slide-box.hide-box {
    right: -320px;
    opacity: 0;
}

.home-v2 .slide-box .close-line {
    position: absolute;
    width: 25px;
    height: 210px;
    left: -25px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-v2 .slide-box .close-line a {
    display: block;
    width: 25px;
    text-align: center;
}

.home-v2 .slide-box .close-line a i {
    font-weight: 700;
    color: #000;
}

.home-v2 .slide-box .close-line p {
    writing-mode: vertical-rl;
    z-index: 100;
    width: 100%;
    font-size: 0.8em;
    line-height: 25px;
    text-align: right;
}


.home-v2 .slide-box .slog-info {
    position: absolute;
    text-align: center;
    top: 80px;
    width: 100%;
    z-index: 100;
}
.home-v2 .slide-box .slog-info h3 {
    background-color: rgba(255,255,255,0.8);
    width: auto;
    display: inline;
    padding: 10px;
    font-weight: 400;
}


.home-v2 .baseline-logo {
    display: flex;
    position: absolute;
    left: 160px;
}

.home-v2 .logo-box {
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: relative;
    top: -100px;
    border-radius: 50%;
    z-index: 21;
    padding-left: 40px;
    padding-top: 25px;
}

.home-v2 .logo-box img {

}

.home-v2 .accro-box {
    margin-top: 10px;
    font-size: 1.3em;
}
.home-v2 .accro-box a {
    color: #CF786B;
}
.home-v2 .accro-box span {
    font-size: 1.4em;
    font-weight: 500;
}

.home-v2 .c-mod-text-vert {
    position: initial;
    border: 0;
    width: 100%;
}
.home-v2 .c-mod-text-vert h3 {
    text-align: center;
}
.home-v2 .c-mod-image.med {
    height: 223px;
    width: 100%;
}
.home-v2 .box-card {
    margin-bottom: 20px;
}

.rev-slidebg {
    z-index: 1;

}

.home-v2 .tp-banner .tp-parallax-wrap {
    z-index: 0!important;
}

.home-v2 .tp-mask-wrap p.slog_logo {
    width: 600px;
    color: #fff;
    margin-top: 35px;
    font-size: 1.7em;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0,0,0,0.5);
    line-height: 1.1em;
}


.home-v2 .tp-mask-wrap h2.title_logo {
    font-size: 5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.home-v2 .tp-caption.customin {

}

.home-v2 .video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.home-v2 .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.filter-items {
    display: flex!important;
    justify-content: center;
}


@media only screen and (max-width: 991px) {
    .home-v2 .logo-box {
        width: 170px;
        height: 170px;
        top: -80px;
    }
    .home-v2 .logo-box img {
        width: 130px;
    }
    .home-v2 .baseline-logo {
        left: 80px;
    }
    .home-v2 .c-content-title-1 > h3 {
        font-size: 2.5em;
    }
    .owl-carousel .owl-nav.top .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav.top .owl-next {
        right:  30px;
    }
    .home-v2 .c-mod-image.t3 .block-abs h2 {
        font-size: 1.3em;
        line-height: 1.2em;
    }
    .home-v2 .c-mod-image.t3 .block-abs .mod-text2 {
        font-size: 1em;
        padding: 15px;
    }
    .owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item,
    .owl-theme:not(.owl-single):not(.owl-bordered) .owl-stage-outer .owl-item {
        padding: 0 10px;
    }
    .home-v2 .owl-carousel .owl-controls .owl-dots {
        bottom: 30px;
    }
    .home-v2 .c-content-box.c-size-sm {
        padding: 30px 0 40px 0;
    }
    .home-v2 .c-mod-image.med {
        height: 453px;
    }
}

@media only screen and (max-width: 768px) {
    .home-v2 .logo-box {
        width: 150px;
        height: 130px;
        top: -60px;
    }
    .home-v2 .logo-box img {
        width: 100px;
    }
    .home-v2 .baseline-logo {
        left: 60px;
    }
    .home-v2 .box-right-fixed {
        padding: 0 5px;
    }
    .home-v2 .box-right-fixed ul li {
        margin: 5px 0;
    }
    .home-v2 .c-content-title-1 > h3 {
        font-size: 2em;
    }
    .home-v2 .c-mod-image.t3 .block-abs {
        padding-top: 40px;
    }

    .home-v2 .c-mod-image.t3 .block-abs h2 {
        font-size: 1.1em;
        line-height: 1.1em;
        width: 55%;
        padding: 15px;
    }
    .home-v2 .c-mod-image.t3 .block-abs .mod-text2 {
        font-size: 0.9em;
        padding: 10px;
    }
    .home-v2 a.btn {
        font-size: 1em;
    }
    .mt-20 {
        margin-top: 10px;
    }
    .home-v2 .c-content-box.c-size-sm {
        padding: 10px 0 20px 0;
    }
}


@media only screen and (max-width: 576px) {
    .home-v2 .logo-box {
        width: 120px;
        height: 90px;
        top: -40px;
    }
    .home-v2 .logo-box img {
        width: 80px;
    }
    .home-v2 .baseline-logo {
        left: 40px;
    }
    .home-v2 .accro-box {
        font-size: 0.8em;
    }
    .home-v2 .box-right-fixed {
        top: 100px;
    }
    .home-v2 .social-box {
        top: 200px;
        right: 40px;
    }
    .home-v2 .c-content-title-1 > h3 {
        font-size: 1.7em;
        margin-bottom: 20px;
    }
    .owl-carousel .owl-nav.top .owl-prev {
        left: -30px;
    }
    .owl-carousel .owl-nav.top .owl-next {
        right:  30px;
    }
    .home-v2 .c-mod-image.t3 .block-abs h2 {
        font-size: 1em;
        line-height: 1.2em;
        width: 65%;
        padding: 10px;
    }
    .home-v2 .c-content-blog-post-card-1.c-option-2 .c-body p {
        font-size: 0.85em;
    }
    .home-v2 .c-mod-image.t3 .block-abs p {
        line-height: 1.2em;
    }
    .home-v2 .c-content-blog-post-card-1.c-option-2 .c-body {
        padding: 10px;
    }
    .c-mod-text-vert {
        height: auto;
    }
    .home-v2 .c-mod-image.med {
        height: 353px;
    }
    .home-v2 .c-content-box.c-size-sm {
        padding: 0;
    }
    .home-v2 .c-content-title-1 > p {
        margin: 15px 0;
    }
    .home-v2 .c-content-blog-post-card-1.c-option-2 .c-body {
        height: auto;
    }
    .c-mod-image.t3 figure {
        width: 50%;
    }
    .home-v2 .c-mod-image.t3 .block-abs .mod-text2 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .home-v2 .logo-box {
        width: 90px;
        height: 80px;
        top: -40px;
    }
    .home-v2 .logo-box img {
        width: 70px;
    }
    .home-v2 .baseline-logo {
        left: 20px;
    }
    .home-v2 .accro-box {
        font-size: 0.7em;
    }
    .home-v2 .c-content-title-1 > h3 {
        font-size: 1.4em;
    }
    .home-v2 .owl-carousel .owl-nav.top {
        top: 37%!important;
        width: 100%;
        right: 0;
    }
    .owl-carousel .owl-nav.top .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav.top .owl-next {
        right:  0;
        left:inherit;
    }
    .home-v2 .c-mod-image.med {
        height: 280px;
    }
    .pt-nav {
        padding-top: 30px;
    }
}
