/* 
    Author     : David Jiráček
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('/css/fonts/fontawesome-webfont.woff2') format('woff2'),
         url('/css/fonts/fontawesome-webfont.woff') format('woff'),
         url('/css/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    /*font-family: 'FontAwesome', Verdana, Helvetica, sans-serif!important;*/
    background-color: #FFFFFF;
    width: 100%;
    padding: 0;
    margin: 0;
}

.hidden{
    display: none!important;
}
.input-group input{
    border-radius: 12px;
}
.input-group button{
    border-radius: 12px;
}
.no-underline{
    text-decoration: none!important;
}
.flash-message{
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
    max-width: 1680px;
}
.input-outline-text{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.input-outline-text label, .input-outline-text > span{
    position: absolute;
    left: 16px;
    top: 8px;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}
.input-outline-text label::after, .input-outline-text > span::after{
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    left: -3.2px;
    right: -3.2px;
    z-index: -1;
}
.input-outline-text .form-control::-webkit-input-placeholder{
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.input-outline-text .form-control::-moz-placeholder{
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.input-outline-text .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{
    opacity: 0;
}
.input-outline-text .form-control:placeholder-shown:not(:focus)::-moz-placeholder{
    opacity: 0;
}
.input-outline-text .form-control:placeholder-shown:not(:focus) + *{
    font-size: 100%;
    opacity: .5;
    top: 17px;
}
.input-outline-text > input{
    padding-top: 20px;
    padding-left: 16px;
}
.input-outline-text > select{
    padding-top: 20px;
    padding-left: 15px;
}
.input-outline-text > textarea{
    padding-top: 20px;
    padding-left: 16px;
}
.input-group .input-outline-text{
    display: table-cell;
}
.input-group .input-outline-text .form-control{
    border-radius: 4px;
}
.input-group .input-outline-text:not(:last-child), .input-group .input-outline-text:not(:last-child) .form-control{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}
.input-group .input-outline-text:not(:first-child), .input-group .input-outline-text:not(:first-child) .form-control{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-outline-box{
    box-sizing: border-box!important;
    border-radius: 8px!important;
    min-height: 52px!important;
    border: 1px solid #adadad!important;
}
.btn-new{
    align-items: center;
    border-radius: 3px;
    border-style: none;
    display: inline-block;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.3);
}
.btn-new-small{
    padding: 6px 14px;
}
.btn-new-large{
    padding: 12px 16px;
}
.navy-background{
    background-color: #294485!important;
}
.navy{
    color: #294485!important;
}
.green-background{
    background-color: green!important;
}
.red-background{
    background-color: red!important;
}
.orange-background{
    background-color: orange!important;
}
.white{
    color: #ffffff!important;
}
.no-shadow{
    box-shadow: none!important;
}
.server-alert{
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    min-height: 48px;
}
.close-alert{
    float: right;
    cursor: pointer;
}
.success-alert{
    background-color: #D5EBCF;
}
.info-alert{
    background-color: #DFEDF4;
}
.warning-alert{
    background-color: #FBEDCC;
}
.error-alert{
    background-color: #F6D0D1;
}
.headerLogo{
    /*padding-left: 30px;*/
}
.headerLogoHover{
    display: none;
}
.headerLogo:hover .headerLogoHover{
    display: inline-block;
}
.headerLogo:hover .headerLogoNormal{
    display: none;
}
.headerLogo a{
    color: #000!important;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #294485;*/
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
.headerLinks ul{
    list-style-type: none;
    text-align: right;
}
.headerLinks li{
    display: inline-block;
    margin-left: 15px;
    color: #4633a5;
}
.headerLinks li a{
    text-decoration: none;
    color: #4633a5;
}
.headerLinks li a:hover{
    color: #294485!important;
    text-decoration: none;
}
.headerFacebookHover{
    display: none;
}
.headerFacebook:hover .headerFacebookHover{
    display: inline-block;
}
.headerFacebook:hover .headerFacebookNormal{
    display: none;
}
.headerInstagramHover{
    display: none;
}
.headerInstagram:hover .headerInstagramHover{
    display: inline-block;
}
.headerInstagram:hover .headerInstagramNormal{
    display: none;
}
.headerOfferContainer{
    background-color: #D9D9D9!important;
    width: 100%;
}
.headerOffer{
    max-width: 1680px;
   /* height: 745px;*/
    padding: 19px;
}
.headerOfferMainBox{
    padding: 8px!important;
}
.headerOfferWindow{
    background-color: #5B5B5B!important;
    /*width: calc(33% - 10px)!important;*/
    height: 400px; /* 350px */
    /*margin-right: 10px;*/
    /*margin-bottom: 10px;*/
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none!important;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0px!important;
}
.headerOfferWindow:hover {
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px;
}
.headerOfferWindow img {
    transition: transform 0.3s ease-out;
    object-fit: cover;
    /*width: 100%;*/
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.headerOfferWindow:hover img {
    transform: scale(1.1);
}
.headerOfferOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0; 
    border-radius: 25px 0 0 0;
    transition: opacity 0.3s ease-out;
    z-index: 2;
    */
}
.headerOfferBottomOverlay {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.7);
    opacity: 30; 
    z-index: 2;
    /*box-shadow: 0px -4px 50px 0px;*/
}

.headerOfferWindow:hover .headerOfferOverlay {
    opacity: 1; 
}
.headerOfferText {
    position: absolute;
    top: 60%;
    left: 25px;
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    z-index: 3;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    /*display: none;*/ 
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: #b8c0ff;*/
}
.headerOfferTextSmall {
    position: absolute;
    top: 80%;
    left: 25px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    z-index: 3;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.headerOfferWindow:hover .headerOfferText{
    display: block;
}

.carouselInnerText {
    position: absolute;
    top: 93%; 
    left: 50%; 
    transform: translateX(-50%);
    color: #ffffff; 
    font-size: 20px; 
    z-index: 3; 
    display: block; 
    text-align: center;
}
.carouselInnerBottomOverlay {
    position: absolute;
    top: 93%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.7);
    opacity: 30; 
    z-index: 2;
    /*box-shadow: 0px -4px 50px 0px;*/
}

.offerContainerShadow{
    width: 100%;
    background-color: #efefef!important;
}
.offerContainerWhite{
    width: 100%;
    background-color: #ffffff!important;
}
.offerContainerGray{
    width: 100%;
    background-color: #cbcbcb!important;
}
.offerContainer{
    max-width: 1680px;
    /*padding: 33px 80px;*/
    color: rgba(0, 0, 0, 0.80);
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.offerMainText{
    color: #294485!important;
    /*font-family: 'FontAwesome', Verdana;*/
    /*font-size: 40px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 72px; /* 150% */
    padding-bottom: 50px;
}
.offerSecondTitle{
    color: #294485!important;
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    /*padding-top: 40px;*/
}
.offerSecondText{
    color: rgba(0, 0, 0, 0.80);
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    padding: 24px 0;
}
.offerSecondTextLink{
    color: rgba(0, 0, 0, 0.80);
}
.offerSecondTextCategories{
    color: rgba(0, 0, 0, 0.80);
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    padding: 8px 32px;
}
.border-radius-medium{
    border-radius: 8px;
}
.footerContainer{
    width: 100%;
    background-color: #f2efff!important;
}
.footer{
    max-width: 1680px;
    padding: 115px;
}
.footerLogo{
    text-align: center;
}
.footerLogoHover{
    display: none;
}
.footerLogo:hover .footerLogoHover{
    display: inline-block;
}
.footerLogo:hover .footerLogoNormal{
    display: none;
}
.footerCopyright{
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    padding-top: 25px;
}
.footerSideContainer{
    text-align: center;
    color: #000;
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footerFacebookHover{
    display: none;
}
.footerFacebook:hover .footerFacebookHover{
    display: inline-block;
}
.footerFacebook:hover .footerFacebookNormal{
    display: none;
}
.footerInstagramHover{
    display: none;
}
.footerInstagram:hover .footerInstagramHover{
    display: inline-block;
}
.footerInstagram:hover .footerInstagramNormal{
    display: none;
}
.content-box{
    width: 100%;
}
.choiceTitle{
    font-weight: 600;
    /*font-family: 'FontAwesome', Verdana;*/
    font-size: 18px;
    font-style: normal;
    padding: 0px 10px;
}

.headerPanelBackContainer{
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: -1;
}
.headerPanel{
    max-width: 1680px;
    padding: 5px;
    margin: 0;
}

.headerPanelContainer{
    background-color: #fbfbfb!important;
    top: 0!important;
    /*position: fixed!important;*/
    width: 100%!important;
    z-index: 5;
    box-shadow: 0 1px 4px 1px #b7b7b7;
}
.upload-area {
    border: 2px solid #0d6efd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #6c757d;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.upload-area.dragover {
    background-color: #e9f7ff;
}
img.preview {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 5px;
}
.table{
    --bs-table-bg: transparent!important;
}
.navbar .nav-link {
    color: #333;
    font-weight: 500; 
    transition: color 0.3s ease; 
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #007bff; 
}

.offerImageBox{
    max-width: 750px;
    /*height: 540px;*/
    background-color: #bbbbbb!important;
    border-radius: 8px
}
.carousel-control-prev, .carousel-control-next {
    position: relative; 
    z-index: 2; 
}

.carousel-control-prev::before, .carousel-control-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; 
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%; 
    z-index: -1; 
}
.map{
    max-width: 750px;
    height: 540px;
    background-color: #bbbbbb !important;
    border-radius: 8px;
}
.map iframe{
    border-radius: 8px;
}

@media (min-width: 980px){
    .headerPanelContainer{
        position: fixed!important;
    }
    .headerPanelBackContainer{
        height: 120px;
    }
    .headerPanel{
        height: 120px;
    }
    .footerLogoContainer{
        padding-top: 125px;
    }
    .headerFacebook{
        margin-top: -4px;
    }
    .headerInstagram{
        margin-top: -4px;
    }
    .offerContainer{
        padding: 80px; /*33px 80px*/
    }
    .offerMainText{
        font-size: 40px;
    }
    .offerImageBox img{
        height: 540px;
    }
}
@media (max-width: 979px){
    
    .headerPanelBackContainer{
        display: none;
    }
    .offerContainer{
        padding: 33px 5px;
    }
    .offerMainText{
        font-size: 30px;
    }
}
@media (min-width: 1200px){
    .rounded-top-start{
        border-radius: 8px 0 0 0;
    }
    .rounded-top-end{
        border-radius: 0 8px 0 0;
    }
    .rounded-bottom-start{
        border-radius: 0 0 0 8px;
    }
    .rounded-bottom-end{
        border-radius: 0 0 8px 0;
    }    
}
@media (max-width: 1200px){
    .headerOfferMainBox{
        width: 33%!important;
    }
}
@media (max-width: 980px){
    .headerOfferMainBox{
        width: 100%!important;
    }
    .mobileHidden{
        display: none!important;
    }
    .offerSecondTitle{
        margin-top: 20px!important;
    }
}