/***********/
/* Barvy   */
/***********/

.bg-white { background-color: #fff!important; }
.bg-lightdark { background-color: #35363a; }
.bg-dark { background-color: #2e2f33!important; }
.bg-lightgrey { background-color: #f8f9fb; }
.bg-blue { background-color: #00a3c8; }
.bg-deepblue { background-color: #004a91; }
.bg-steelblue { background-color: #004861; }
.bg-darkgreen { background-color: #0dc176; }
.bg-lime { background-color: #89be19; }


/***********/
/* Menu    */
/***********/

.wsmenu > .wsmenu-list > li > a {
    padding: 10px 18px 10px 18px;
}
.wsmenu >.wsmenu-list > li.header-btn a {
    margin-left: 10px;
    margin-right: 10px;
}

.wsmenu >.wsmenu-list > li.aktivni a {
    color: #ddd;
}
.wsmenu >.wsmenu-list > li.header-btn.aktivni a {
    background-color: #ddd;
}

.wsmenu > .wsmenu-list > li > a i {
    margin-right: 0px;
}


/***********/
/* Obsah   */
/***********/

strong {
    /*font-family: 'Poppins-Bold';*/
    font-weight: 700;
}

#statistic-1 {
    background-image: url("../images/bgr-pruh.jpg");
}

#services-4 img.img-fluid {
    /*border: 1px solid #d4d4d4 !important;*/
    border: 2px solid #00a3c8 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#banner-2 .bg-image.bg-inner, #banner-6 {
    background-image: url(../images/bgr-pruh.jpg);
}

#breadcrumb {
    /*background-image: url(../images/breadcrumb.jpg);*/
    background-image: url(../images/slider/slide-ttl-1.jpg);
    background-position: center center;
}

.breadcrumb-item a {
    color: white;
}
.breadcrumb-item.active {
    color: #ddd;
}
#breadcrumb h4 {
    color: white;
}


.termin {
    text-decoration: underline double #00a3c8;
}

.pozor {
    color: #ff5034;
    font-weight: bold;
}

p.p-xs {
    font-size: 0.75rem;
}

/*.terms-box p a {*/
p a {
    color: #00a3c8;
    font-weight: 500;
    text-decoration: none;
}
.terms-box p a:hover, a.blue-color:hover {
    text-decoration: underline;
}

.bg-base-1 {
    color: white;
    background-color: #32B4D9 !important;
}
.bg-base-2, btn-base-2 {
    background-color: #FFC234 !important;
}
.btn-base-1,
ul.list-style-1 > li > a.btn-base-1,
ul.list-style-1 > li ul.list-bullet i {
    color: white !important;
    background-color: #32B4D9 !important;
}
.btn-base-1:hover,
ul.list-style-1 > li > a.btn-base-1:hover {
    color: white;
    background-color: #037FA2 !important;
}
.btn-base-3 {
    background-color: #FF5034 !important;
}

.p-5 {
    padding: 5px !important;
}

.dulezite-ttl a {
    font-size: 3em;
    color: #d91e18;
    text-shadow: 1px 1px 5px #d4d4d4;
    border: 1px solid transparent;
}

.mask.mask-4.v1 {
    background: #32B4D9;
    opacity: .7;
}
.mask.mask-1 {
    opacity: .5;
}

.nezalomit {
    white-space: nowrap;
}

.pozn {
    font-size: 0.8em;
}

.komentar {
    font-style: italic;
}

.podcarou {
    display: block;
    margin-top: 40px;
    padding: 5px 0px;
    border-top: 1px solid #32B4D9;
}
.podcarou p {
    font-size: 0.8em;
    font-style: italic;
}

.row#program h3.title, .flash h3.title {
    font-family: Poppins-Bold, sans-serif;
}

div.flash {
    display: block;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid white;
    box-shadow: 20px 20px 30px #f0f0f0, -20px -20px 30px #f0f0f0;
    padding: 30px;
    margin: 40px 20%;
}
div.flash.error {
    background-color: #f2dede;
    color: #FF2300;
}
div.flash.warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
div.flash.info {
    background-color: #d9edf7;
    color: #037FA2;
}

#statistika {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 0px;
    height: 0px;
    visibility: visible !important;
}

.headertopright a.kestazeni, .headertopright a.firma {
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    float: right;
    margin-left: 20px;
    padding: auto 5px;
}

.txt-widget-data p.email a {
    font-size: 1rem;
}


/***********/
/* Paticka */
/***********/

p.footer-copyright {
    font-size: 0.8em;
    margin-bottom: 2px;
}


/**************/
/* Responsive */
/**************/

.mobile-space {
    display: none;
}
@media (max-width: 767px) {
    .mobile-space {
        display: block;
        height: 20px;
    }
}

@media (max-width: 991px) {
    /*
    .row>div {
        margin-bottom: 50px;
    }
    */
}
@media (min-width: 991px) {
}

@media (max-width: 767px) {
    div.flash {
        box-shadow: 10px 10px 20px #f0f0f0, -10px -10px 20px #f0f0f0;
        padding: 20px;
        margin: 20px 0px;
    }
    section#about-6.bg-lightgrey .container {
        background-color: #eff7fa;
    }
    #hero-10 .slider .slides li img {
        background-position: left center;
        filter: opacity(30%);
    }
    #hero-11 .slider .container {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    #hero-11 .slider h2 {
        font-size: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
