/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.flights_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-flights.webp);
}

.transport_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-transport.webp);
}

.about_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-about.webp);
    background-position: 50% 65% !important;
}

.lifestyle_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-lifestyle.webp);
}

.cities_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/cities.webp);
}

.experiences_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-experiences.webp);
}

.provinces_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/provinces_bg.webp);
}

.legal_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-legal.webp);
}

.contact_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-contact.webp);
}

.winter_bg {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bg/bg-winter.webp);
}
.call_section.map_banner {
    background: url(../img/discover/cities/map-banner.webp) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.call_section.fly_cz_banner {
    background: url(../img/flights/fly-cz-banner.webp) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.call_section.winter_banner {
    background: url(../img/winter/winter-banner.webp) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.call_section.winter_cz_banner {
    background: url(../img/winter/winter_banner_cz.webp) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.call_section.hotels_banner {
    background: url(../img/hotels/hotels-banner.webp) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.call_section.transport_banner {
    background: url(../img/transport/banner_transport.webp) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.adventure_feat h3 {
    text-align: center;
}

.adventure_feat {
    text-align: center;
}

.banner.litacka {
    background: url(../img/transport/private.webp) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner.villa {
    background: url(../img/home/banner-villa.webp) center 40% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.a.box_feat i {
    color: #fc5b62;
}

.footer-hidden {
    display: none;
}

.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev i, .owl-next i {
    transform: scale(5,8);
    color: white;
    text-shadow: 0.2px 0.2px 0.6px black
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.gallery-img {
    height: 100% !important;
    width: 100% !important;
}

.btn_map_category {
    background-color: #FFFFFF !important;
    color: #343434 !important;
}

.btn_map_category i {
    color: #343434 !important;
}

.btn_map_category.hover,
.btn_map_category:hover {
    background-color: #FC5B62 !important;
    color: #FFFFFF !important;
}

.btn_map_category.hover i,
.btn_map_category:hover i {
    color: #FFFFFF !important;
}

.btn_map_category_active {
    background-color: #FC5B62 !important;
    color: #FFFFFF !important;
}

.btn_map_category_active i {
    color: #FFFFFF !important;
}

img.mfp-img {
    max-height: 600px !important;
}

.bg-header {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 250px;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    -ms-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    height: 100%;
    width: 100%;
}

.clickable {
    cursor: pointer;
}

.active_info_box {
    border: 2px solid #fc5b62 !important;
    border-radius: 4px;
}

ul.bullet {
    padding-left: 20px;
}

ul.bullet li {
    list-style-type: disc;
}

.doc-container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 16px;
    color: black;
}

p {
    text-align: justify;
}

.article_description p {
    margin: 0 !important;
}

.design-description p {
    text-align: center;
}

.main_title_2 p {
    text-align: center;
}

.header-video.adventure .wrapper .main_search {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 460px;
    text-align: left;
    padding: 30px 30px 15px 30px;
}

@media (max-width: 767px) {
    .header-video.adventure .wrapper .main_search {
        width: auto;
    }
}

.header-video.adventure .wrapper .main_search h3 {
    color: #333 !important;
    font-size: 28px !important;
    font-size: 1.75rem !important;
    text-transform: none !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}

.header-video.adventure .wrapper .main_search p {
    color: #555 !important;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    text-shadow: none !important;
}

.header-video.adventure .wrapper .main_search .custom-search-input-2 {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-video.adventure .wrapper .main_search .custom-search-input-2 .form-group {
    margin-bottom: 15px;
}

.header-video.adventure .wrapper .main_search .custom-search-input-2 i {
    line-height: 48px;
    top: 1px;
    right: 1px;
    padding-right: 12px;
    height: 46px;
}

.header-video.adventure .wrapper .main_search .custom-search-input-2 input {
    border: 1px solid #d2d8dd;
}

.header-video.adventure .wrapper .main_search .custom-search-input-2 .panel-dropdown {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    padding: 14px 12px 0 15px;
}

.header-video.adventure .wrapper .main_search .custom-search-input-2 input[type='submit'] {
    margin: 20px 0 0 0;
    border: none;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

body {
    font-family: "Montserrat";
}

.design-description p {
    font-family: "Montserrat";
}

.main_search p {
    font-family: "Montserrat";
}

.header-video.adventure .wrapper {
    font-family: "Cinzel";
}

.hero_in .wrapper {
    font-family: "Cinzel";
}

h3, h2, h4, h1 {
    font-family: "Cinzel";
}

.btn_1 {
    font-family: "Cinzel";
}

.main_title_3,
.main_title_2 {
    font-family: "Cinzel";
}

.main-menu {
    font-family: "Cinzel";
}

.text-grey {
    color: #555;
}

.text-red {
    color: #fc5b62 !important;
}

.padding-grid {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 575px) {
    .padding-grid {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-video video {
    opacity: 0.8;
}

.daterangepicker {
    font-family: "Montserrat" !important;
}

.btn_1 { 
    border-radius: 10px;
}

@media (max-width: 991px) {
    .box_list figure {
        min-height: 100% !important;
    }
}

.img-cover {
    object-fit: cover;
}

@media (max-width: 800px) {
    section.design-description h3 {
        text-align: center;
    }
}

.hero_in .wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.625rem;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 4px 4px 12px rgb(0 0 0 / 30%);
    text-align: left;
}

.hero_in .wrapper .small {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
    text-align: left;
}

.hero_in .wrapper p {
    max-width: 400px;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .hero_in .wrapper h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (max-width: 575px) {
    .hero_in .wrapper h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .hero_in .wrapper p {
        padding: 0;
        font-size: 20px !important;
        font-weight: bold;
        font-size: 0.875rem;
    }
}

.grid-high-img {
    height: 608px !important;
    width: auto;
}

.hero_in .wrapper .container {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
}

#error_page {
    background: black;
}

#error_page h2 {
    font-size: 112px;
    font-size: 7rem;
}

@media (max-width: 767px) {
    #error_page h2 {
        font-size: 56px;
        font-size: 3.5rem;
    }
}

@media (max-width: 280px) {
    #error_page h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.info-desc {
    padding-bottom: 20px !important;
}

.bg_color_2 {
    background-color: #f8f8f8;
}

.main_search {
    width: 100% !important;
    max-width: 460px !important;
}

.owl-stage {
    margin-left: auto;
    margin-right: auto;

}


