@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);

body {
    font-family: 'Alegreya Sans', sans-serif;
    min-height: 100vh;
}

/******** General ********/
.fs-rubik {
    font-family: 'Rubik', sans-serif;
}

.bg-grey {
    background-color: #efefef;
}

.bg-white {
    background-color: #ffffff;
}

.bg-light {
    background-color: #f8f9fa
}

.cc-btn {
    text-decoration: none;
}

.btn-default {
    border-radius: 22px;
    background-color: #00b3f1;
    border-color: #00b3f1;
    padding: 10px 15px;
    color: #ffffff;
}

.btn-white {
    border-radius: 22px;
    background-color: transparent;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #ffffff;
    font-size: 16px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    transition: all .3s;
}

.btn-white:hover {
    background-color: #ffffff;
    color: #000000;
}


/******** Header ********/
.navigation {
    height: auto;
    max-height: 80px;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: transparent;
    transition: max-height .2s, background-color .2s;
    max-width: 100vw;
}

.navigation.scrolled {
    background-color: #67be70;
}

.navigation.scrolled .site-logo {
    max-width: 75px;
}

.navigation a {
    color: #ffffff;
    text-decoration: none;
}

.navigation-links {
    display: flex;
}

.nav-item {
    font-size: 18px;
    margin: 0 15px;
    color: #ffffff;
    text-shadow: -.25px -.25px 0 transparent, .25px .25px transparent;
}

.nav-item:hover {
    text-shadow: -.25px -.25px 0 #ffffff, .25px .25px #ffffff;
}

.logo {
    font-size: 22px;
    font-weight: bold;
}

.site-logo {
    max-width: 100px;
    padding-right: 15px;
    transition: .2s;
}

.hamburger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 5px;
    width: 50px;
    height: 50px;
}

.hamburger i {
    font-size: 36px;
    color: #ffffff;
}


.slider {
    /*height: 54vh;*/
    height: 475px;
    overflow: hidden;
}

.tour-slider {
    margin-bottom: 45px!important;
}

.slick-track {
    height: 100%;
}

.slick-list {
    padding: 0;
    max-height: 100%;
}

.slick-slide {
    padding: 0;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 10;
    transition: opacity .2s;
}

.slick-next {
    right: 30px;
    opacity: .5;
}
.slick-next:hover {
    opacity: .8;
}

.slick-prev {
    left: 30px;
    opacity: .5;
}
.slick-prev:hover {
    opacity: .8;
}

.slick-dots {
    bottom: 30px;
    z-index: 10;
}
.slick-dots li button:before {
    content: '';
    max-width: 20px;
    width: 20px;
    height: 20px;
    max-height: 20px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: .5;
    transition: all .3s;
}

.slick-dots li.slick-active > button:before,
.slick-dots li:hover > button:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.slick-prev::before, .slick-next::before {
    font-size: 50px;
    color: #ffffff;
}

.slide {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.tour-slider .slide {
    background-size: contain;
    background-repeat: no-repeat;
}

.slide-image {
    max-height: 100%;
}

.slide-content {
    width: 80%;
    color: #ffffff;
    z-index: 5;
    max-height: 275px;
}

.slide-content.home {
    text-align: end;
}

.slide-content h2 {
    font-size: 96px;
    font-family: 'Playfair Display', serif;
}

.slide-content p {
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

.page-header, .tour-header {
    /*height: 54vh;*/
    height: 475px;
    position: relative;
}

.page-title {
    color: #767676;
    font-size: 26px;
    font-weight: 500;
}

.page-content p {
    font-size: 22px;
    color: #767676;
    margin-bottom: 60px;
}

.tour-header-content {
    z-index: 5;
}

.tour-header, .search-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-title {
    font-size: 96px;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
}

.tour-subtitle {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}

.slider-container {
    position: relative;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .4;
    background-color: #000;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .4;
    background-color: #000;
}

/******** Content ********/
main section:first-child > .container {
    padding-top: 30px;
}

.ui-datepicker {
    z-index: 11!important;
}
#datepicker {
    min-height: 250px;
}
.datepicker-wrapper {
    padding: 45px 0;
}

.datepicker-wrapper h3 {
    font-size: 24px;
    color: #767676;
    font-weight: 300;
}

.datepicker-wrapper h2 {
    font-size: 29px;
    font-weight: 700;
}

.ui-widget-header {
    background-color: #67be70;
    color: #ffffff;
}

.ui-state-active {
    background-color: #67be70!important;
    color: #ffffff!important;
    border: 1px solid grey!important;
}

.banner h2 {
    font-size: 29px;
    font-weight: 300;
    color: rgb(35, 35, 35);
}

.list-group-item {
    color: #fff;
    font-size: 20px;
    background-color: #00b3f1;
}

.list-group-item:hover, .btn-primary:hover {
    background-color: #ffffff;
    color: #00B3F1FF;
    border-color: #00B3F1FF;
    transition: all .5s
}

.booking_message {
    font-size: 18px;
    color: #767676;
    margin-bottom: 60px;
    font-weight: bold;
}

.booking_message.canceled {
    color: red;
}

.booking_message.confirmed {
    color: green;
}

.fir-form .form-group input,
.fir-form .form-group select {
    margin-bottom: 10px;
}

/******** Cards ********/
.card-wrapper {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: .5s;
}

.card-wrapper:hover .book-btn {
    opacity: 1;
}

.card-wrapper:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.card-wrapper:hover > .card-img {
    opacity: .7;
}

.card {
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.card-title {
    font-size: 22px;
    font-weight: 500;
}

.card-subtitle {
    font-size: 22px;
    color: #767676;
}

.card-img {
    position: relative;
    opacity: 1;
    transition: .5s;
}

.book-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
    background-color: #00b3f1;
    border-color: #00b3f1;
    border-radius: 22px;
    padding: 5px 20px;
}

/******** Footer ********/
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2e2e2e;
    color: #FFFFFF;
}

.footer-link {
    font-size: 16px;
    padding: 6px 0;
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-hr {
    border-top: 1px solid #ffffff;
    opacity: .75;
    margin-top: 15px;
}

.social {
    text-decoration: none;
    margin-right: 15px;
}

.social i {
    font-size: 24px;
    color: #ffffff;
}

.footer-logo {
    text-decoration: none;
}

.footer-logo img {
    max-width: 75px;
    padding-right: 15px;
}

/******** Responsive ********/

@media (max-width: 1250px) {
    .slide-content h2 {
        font-size: 72px;
    }
    .slide-content p {
        font-size: 18px;
    }
    .btn-white {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .site-logo {
        max-width: 75px;
    }

    .tour-title {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .navigation {
        max-height: 60px;
    }

    .tour-title {
        font-size: 48px;
    }

    .nav-item {
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .navigation.active {
        /*max-height: 200px;*/
        background-color: #67be70;
    }

    .navigation-links {
        flex-direction: column;
    }

    .hamburger {
        display: block;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 20px;
    }

    .slide-content h2 {
        font-size: 48px;
    }
    .slide-content p {
        font-size: 16px;
    }
    .btn-white {
        font-size: 12px;
    }
    .site-logo {
        max-width: 60px;
    }

    .navigation.scrolled .site-logo {
        max-width: 60px;
    }
}

@media (max-width: 575px) {
    .slide-content {
        text-align: center!important;
    }
    .slide-content h2 {
        text-align: center;
    }

    .slide-content p {
        text-align: center;
    }
}