﻿.city-detail-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 450px;
    height: 50vh;
}

/*.city-detail-image:after {
        width: 100%;
        height: 200px;
        position: absolute;
        content: '';
        bottom: 0;
        background: linear-gradient(to bottom, transparent 0%, rgba(67,89,101,0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    }*/

.city-detail-caption {
    position: absolute;
    color: #fff;
    /*bottom: 0px;*/
    left: 50%;
    top: 60%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    font-family: Lato,sans-serif;
    padding-bottom: 30px;
}

    .city-detail-caption h1 {
        font-size: 80px;
        font-weight: 900;
        letter-spacing: 1.3px;
        /*text-align: left;*/
        color: #ffffff;
        font-family: 'Wildspiritalt';
        text-shadow: 0px 0px 20px #f0ff00cf;
    }

    .city-detail-caption p {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.3px;
        /*text-align: left;*/
        color: #ffffff;
        text-transform: uppercase;
    }


.sticky-menu-wrapper {
    position: relative;
    border-bottom: none;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
}

/*body.fixed-header .sticky-menu-wrapper {
    position: fixed;
    border-bottom: 1px solid #ededed;
    top: 0px;
}
.city-sticky-info{
    padding:15px 0;
    background:#ebebeb;
    text-align:center;
    font-family:Lato,sans-serif;
    font-size:19px;
}
.city-info-item label{
    font-weight:bold;
    padding-right:30px;
    text-transform:uppercase;
}

.city-info-item p{
    display:inline-block;
    margin:0;
}*/

.

.city-detail-content {
    padding: 50px 0;
}

.city-detail-content .content-container {
    margin-top: 0;
}

@media(max-width: 767px) {
    .city-detail-content {
        padding: 0;
    }
}

    /*.city-detail-content img {
        width: 100%;
    }*/

.city-detail-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.6px;
    text-align: left;
    color: #696969;
    text-align: justify;
    min-height: 150px;
    font-family: 'Lato';
}

/*@media (min-width:768px) {*/
.city-info-block {
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.open-info .city-info-block {
    visibility: visible;
    opacity: 1;
}
/*}*/
.city-info-fixed {
    position: fixed;
    bottom: 5px;
    right: 40px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    /* padding: 0px; */
    background: #fff;
    box-shadow: 0px 0px 2px #b9b9b9;
    width: 400px;
    max-width: 30vw;
    transition: 0.5s;
}

@media (max-width:767px) {
    .city-info-fixed {
        position: relative;
        right: unset;
        max-width: 100%;
        bottom: 0;
        /*padding: 20px;*/
        opacity: 1;
        visibility: visible;
        background-image: linear-gradient(to bottom, #fbf9f1, rgba(255,255,255,1), rgba(202,161,148,0.5));
        margin:auto;
    }
}

.open-info .city-info-fixed {
    opacity: 1;
    visibility: visible;
    /*animation: showFade ease-in-out forwards;
    animation-duration: .5s;*/
    background-image: linear-gradient(to bottom, #fbf9f1, rgba(255,255,255,1), rgba(202,161,148,0.5));
}

@keyframes showFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.city-info-container {
    max-width: 350px;
    width: 100%;
    margin: auto;
    /*width: 30vw;*/
    /*max-width: 100%;
    max-width: 30vw;*/
    /*background-image: linear-gradient(to right, #fdf8ed, #edf8f9);*/
    /*padding: 15px;*/
    padding-top: 0;
    font-family: Lato,sans-serif;
}

    .city-info-container.white-city-info {
        background: transparent;
        /*padding-top: 30px;*/
    }

@media (max-width:767px) {
    .city-info-container {
        position: relative;
        /*width: calc(100% - 30px);*/
        width: 100%;
        max-width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
}

.city-info-container table {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-align: left;
    color: #696969;
    text-transform: uppercase;
}

    .city-info-container table tr {
        /*border-bottom: solid 1px #f4eded;*/
    }

        .city-info-container table tr td {
            padding: 15px;
        }

@media (max-width: 767px) {
    .city-info-container table tr td {
        padding: 10px;
    }
}

.city-info-right {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
    color: #3a596d;
    float: right;
    text-transform: none;
}

.book-now {
    display: block;
    width: 100%;
    line-height: 40px;
    background-color: #199eae;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    /* margin-top: 25px; */
    margin-bottom: 15px;
}

    .book-now:hover {
        text-decoration: none;
        opacity: 0.9;
        color: #ffffff;
        background: #d5bfaa;
    }

@media (max-width:767px) {
    .book-now {
        /*width: 33.33333333333333333333333333%;
        float: left;
        line-height: unset;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 8px;
        padding: 3px;*/
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
        margin-bottom: 0;
    }
}


.city-journal {
    padding: 50px 0 50px;
    background-color: #fafcff;
}

.journal-main-title {
    text-align: center;
}

    .journal-main-title h4 {
        font-size: 24px;
        font-family: 'Lato', sans-serif;
        margin-bottom: 40px;
        color: #3a586b;
        font-weight: bold;
    }


.journal-item {
    margin-bottom: 30px;
}

.journal-item-wrapper {
    overflow: hidden;
}

.journal-item:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.05);
    text-decoration: none;
}

.journal-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 100%;
    transition: all 0.25s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.journal-item:hover .journal-image {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.04, 1.04, 1);
}

@media (min-width: 992px) {

    .journal-image {
        padding-bottom: 66.6666666666666667%;
    }
}

@media (min-width: 768px) and (max-width:991px) {

    .journal-image {
        padding-bottom: 66.6666666666666667%;
    }
}

.journal-text {
    border: solid 1px #f5f5f5;
    padding: 15px;
    background: #fff;
    font-family: 'Lato',sans-serif;
}

.journal-date {
    color: #494949;
    font-size: 9px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: normal;
}

.journal-title {
    font-size: 16px;
    font-weight: bold;
    color: #494949;
    margin-bottom: 11px;
    margin-top: 11px;
    min-height: 98px;
}

.journal-category {
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #d47d87;
    text-transform: uppercase;
}

.see-more-btn {
    text-align: center;
}

.see-more-btn {
    padding: 15px 40px;
    border: 1px solid;
    border-color: #97786f;
    background-color: #97786f;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.4px;
    transition: 0.3s;
    transform: translateY(0);
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

/*.see-more-btn a:hover {
            opacity: .7;
        }*/

.see-all-blog {
    position: absolute !important;
    right: 15px;
    top: 0;
    color: #fff;
}

    .see-all-blog:hover {
        color: #fff;
    }

.btn-eff-1 {
    position: relative;
    overflow: hidden;
}

    .btn-eff-1::before {
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        bottom: 50%;
        background-color: #ffffff;
        border-top: 2px solid rgba(255, 255, 255, 0.8);
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .btn-eff-1:hover {
        color: #ffffff;
        -webkit-animation: flashText 0.5s;
        animation: flashText 0.5s;
    }

        .btn-eff-1:hover:before {
            top: 15%;
            bottom: 15%;
            background-color: rgba(255, 255, 255, 0.1);
            opacity: 0.8;
        }

    .btn-eff-1:active:before {
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

@-webkit-keyframes flashText {
    0% {
        color: rgba(255, 255, 255, 0.5);
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@keyframes flashText {
    0% {
        color: rgba(255, 255, 255, 0.5);
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.btn-eff-1:hover {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    /*background:transparent;
   border:1px solid #f4352b;
   color:#f4352b;*/
}



.city-destination {
    padding: 40px 0 40px;
}

.destintion-top {
    text-align: center;
}

    .destintion-top h4 {
        font-size: 45px;
        font-family: 'Wildspiritalt';
        margin-bottom: 40px;
    }

.destination-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 130%;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.destination-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.destination-caption {
    width: calc(100% - 30px);
    width: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out;
    bottom: -20px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

    .destination-caption h3 {
        font-family: 'Wildspiritalt';
        font-size: 46px;
        color: #ffffff;
        padding-top: 30px;
        text-align: center;
    }


    .destination-caption h5 {
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1.3px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

.destination-item:hover .destination-caption {
    bottom: 50px;
}

@media (max-width:767px) {
    .destination-caption {
        bottom: 50px;
    }
}

.see-more {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
    margin-top: 20px;
}

.destination-item:hover .destination-image {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.city-detail-thumb-slider {
    margin: 0 -15px;
    margin-top: 15px;
}

    .city-detail-thumb-slider .slick-slide {
        margin: 0 15px;
    }

.city-detail-thumb-image {
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    padding-bottom: 100%;
    cursor: pointer;
}


.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    font-size: 30px;
    color: #fff;
}

.slick-arrow--next {
    right: 15px;
}

.slick-arrow--prev {
    left: 15px;
}

.city-detail-image-slider .slick-dots {
    bottom: 25px;
}

    .city-detail-image-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
    }

    .city-detail-image-slider .slick-dots li {
        width: 10px;
        height: 10px;
    }

        .city-detail-image-slider .slick-dots li.slick-active button {
            background: #fff;
        }

        .city-detail-image-slider .slick-dots li button:before {
            content: '';
        }

.mission-top {
    text-align: center;
}

    .mission-top h3 {
        /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
        height: 100%;
        width: 100%;
        font-size: 35px;
        /* text-transform: uppercase; */
        /* letter-spacing: .1em; */
        text-align: center;
        margin: 90px auto 0;
        display: block;
        font-family: 'Francois One', sans-serif;
    }

    .mission-top h4 {
        display: block;
        font-size: 19px;
        /* text-transform: uppercase; */
        /* font-weight: 700; */
        line-height: 30px;
        /*margin-top: 110px;*/
        /* letter-spacing: .09em; */
        color: #333333;
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding: 0 15px;
        margin-bottom: 40px;
        font-family: 'Didact Gothic', sans-serif;
    }

.occasion-container {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 150%;
}

.small:first-child {
    margin-bottom: 10%;
}

@media (min-width:768px) {
    .small .section-2-image {
        padding-bottom: 170%;
    }
}

.overlay {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(transparent 80%, black);
    -webkit-transition: opacity linear 300ms;
    transition: opacity linear 300ms;
}

.destination-section .overlay {
    background-image: linear-gradient(transparent 60%, black);
}

.destination-section .section-2-item {
    overflow: hidden;
}

.destination-section .section-2-image {
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.destination-section .overlay {
    z-index: 2;
}

    .destination-section .overlay:hover + .section-2-image {
        transform: scale(1.1);
    }

.destination-section .see-all {
    padding: 15px 20px;
    border-color: #199eae;
    background-color: #199eae;
    color: #fff;
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3s;
    transform: translateY(0);
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

    .destination-section .see-all:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
    }


/*.section-2-item:hover .overlay {
    opacity: 1;
}*/

.overlay .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 30px 40px 30px;
}

@media (max-width:767px) {

    .overlay .text {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 30px 30px 40px 30px;
    }

    .section-2-item {
        margin-bottom: 30px;
    }
}

.overlay .text h4 {
    color: #fff;
    margin: 0 0 20px 2px;
    /*-webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform linear 200ms;
    transition: -webkit-transform linear 200ms;
    transition: transform linear 200ms;
    transition: transform linear 200ms, -webkit-transform linear 200ms;*/
}

/*.section-2-item:hover .overlay .text h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}*/

.overlay .text span {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    /*-webkit-transform: translateY(40px);
    transform: translateY(40px);*/
    -webkit-transition: -webkit-transform linear 200ms;
    transition: -webkit-transform linear 200ms;
    transition: transform linear 200ms;
    transition: transform linear 200ms, -webkit-transform linear 200ms;
    font-weight: 800;
    font-family: "Lato", sans-serif;
    text-align: center;
}

.small .overlay .text span {
    font-size: 15px;
    line-height: 29px;
    font-family: 'Francois One', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .small .overlay .text span.title-text {
        font-size: 25px;
    }

    .small .overlay .text span.subtitle-text {
        font-size: 15px;
        text-transform: capitalize;
        font-family: 'Didact Gothic', sans-serif;
        letter-spacing: 0px;
    }

@media (max-width:991px) {

    .overlay .text span {
        font-size: 20px;
        line-height: 29px;
    }
}

.section-2-item {
    position: relative;
    display: block;
}

.section-2-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 150%;
}

.small:first-child {
    margin-bottom: 10%;
}

@media (min-width:768px) {
    .small .section-2-image {
        padding-bottom: 150%;
    }
}

.section-2-image.fullwidth {
    padding-bottom: 56.66666666666666666667%;
}

@media (max-width:767px) {
    .section-2-image.fullwidth {
        padding-bottom: 110%;
    }

    .occasion-container {
        width: 100%;
    }

    .load-container {
        padding-bottom: 70px;
    }
}

.youtube-section {
    background: #f9f9f9c7;
    padding-top: 100px;
    padding-bottom: 50px;
}

.youtube-row > div {
    margin-bottom: 30px;
}

.section-3-title {
    text-align: center;
    margin-bottom: 50px;
}

.instagram-row > div {
    margin-bottom: 30px;
}

.instagram-image {
    width: 100%;
    /*height: 100%;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer;
    padding-bottom: 100%;
}

.instagram-caption {
    color: #fff;
    margin-top: 10px;
}

.profile-name a {
    font-size: 14px;
    color: #000;
    font-weight: 900;
    font-family: "Francois One", sans-serif;
}

.instagram-caption .caption {
    line-height: 18px;
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 13px;
    font-family: "Didact Gothic", sans-serif;
}

#book-p {
    background-color: #a5e0c7;
    background-color: #b69189;
}

#book-t {
    background-color: #afe0a5;
    background-color: #8d6e68;
}

#book-pt {
    background-color: #adc780;
    background-color: #9c786b;
}
