@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300italic,300,400italic,600italic,700italic&subset=latin,latin-ext);


body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #676767;
}

.h1{
    display: block;
    font-weight: 300;
    color: #000000;
    font-size: 28px;
}

.h2{
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.h3{
    display: block;
    font-weight: 700;
    color: #6f6f6e;
    font-size: 28px;
}

.h4{
    display: block;
    font-weight: 300;
    color: #000000;
    font-size: 20px;
}

.h5{
    font-size: 28px;
    color: #00a2e4;
    font-weight: 900;
    display: block;
}

.float-none {
    float:none!important;
}

#menu-wrapper{
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25); 
    background: white;
    z-index: 9999;
}

#menu .nav>li{
    float: none;
}

#language-menu li a,
#menu .nav>li>a{
    background: #eaeaea;
    margin: 0px;
    color: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #d8d8d8;
}

#menu .nav > li.dropdown.open {
    background: #eaeaea;
}

.dropdown-main{
    top: 50px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}

.navbar-right .dropdown-main{
    right: auto;
}

.dropdown-main>li>a{
    color: white;
    font-size: 14px !important;
    padding: 10px 10px;
    border-bottom: 1px solid #008ac6;
    background: #00a2e4;
    cursor: pointer;
    margin: 0px;
}

.dropdown-menu{
    margin-top: -1px;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    position: relative;
    float: none;
    box-shadow: none;
    top: 0px;
}

#menu {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 0px;
    max-height: calc(100vh - 52px);
    overflow: auto;
    border: 0px;
}

.navbar-brand {
    position: relative;
    z-index: 99;
}

.navbar-brand img{
    width: 140px;
    height: 28px;
    margin-top: -3px;
}


.navbar-inverse .navbar-toggle{
    border: 1px solid #0072bc;
    margin-top: 10px;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background: #00a2e4;
    transition: 0.2s;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus{
    background: #00a2e4;
    transition: 0.3s;
}

.navbar-toggle:focus,
.navbar-toggle:hover{
    background-color: transparent !important;
}

#language-toggle{
    height: 34px;
    padding-top: 5px;
    width: 44px;
    font-size: 22px;
    color: #00a2e4;
}

.navbar-brand-school{
    float: none;
}

.navbar-brand-school img{
    margin: auto;
}

#language-menu{
    position: absolute;
    width: 100%;
    top: 53px;
}

.section-bg{
    background-size: cover !important;
    background-position: center !important;
}

#introduction{
    position: relative;
    padding: 58px 0px 120px 0px;
    background: white;
}

#introduction:before{
    content: "";
    background-position: center !important;
    background-size: cover !important;
    background: url('/images/backgrounds/introduction.jpg');
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#reasons_introduction {
    position: relative;
    padding: 58px 0px 120px 0px;
    background: white;
}

    #reasons_introduction:before {
        content: "";
        background-position: center !important;
        background-size: cover !important;
        background: url('../../images/backgrounds/reason_bg.png');
        height: 900px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

#weknow_introduction {
    position: relative;
    padding: 100px 0px 0px 0px;
    background: white;
    height: 650px;

}

    #weknow_introduction:before {
        content: "";
        background-position: center !important;
        background-size: cover !important;
        background: url('../../images/backgrounds/teacher.png');
        height: 1000px;
        position: absolute;
        top: -130px;
        left: 0;
        width: 100%;
    }

.logos-weknow {
    position: relative;
    height: 80.83px;
    margin: 40.41px auto;
    margin-bottom: 150px;
    margin-top: -100px;
}

#prebottom {
    background-position: right;
    background-image: url('../../images/backgrounds/symbol_sedy.png');
    background-repeat: no-repeat;
}

.color-black {
    color: #000000
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-600{
    font-weight: 600;
}

.btn-main{
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #00a2e2;
    color: white;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 4px;
    background: #00a2e2;
    transition: 0.2s;
}

    .btn-main:hover {
        background: #0090C9;
        color: white;
        transition: 0.3s;
        border-color: #0090C9;
    }

.btn-main-white{
    background: transparent !important;
    color: black;
}

.btn-main-white:hover{
    background: #00a2e4 !important;
    border-color: #00a2e4;
    text-decoration:none;
}

.btn-main-green{
    background: #51b946;
    border-color: #51b946;
    padding: 10px 40px;
}

.btn-main-green:hover{
    background: #7ac972;
    border-color: #7ac972;
    text-decoration:none;
}

.btn-main-pink {
    background:#ff2f92;
    border-color:#ff2f92;
    color:#ffffff!important;
    padding-left:70px;
    padding-right:70px;
}

.btn-main-pink:hover {
    background:#ff5eaa;
    border-color:#ff5eaa;
    text-decoration:none;
}

.banner .banner-button {
    margin-top: 2px;
}

.banner .banner-button-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .banner .banner-button-overlay .btn-overlay {
        height: 100%;
        display: flex;
    }

.btn-group-main .btn{
    border-radius: 4px !important;
}

.line-height-22{
    line-height: 22px;
}

.space-bottom-15-xs{
    margin-bottom: 15px;
}

.space-bottom-30-xs{
    margin-bottom: 30px;
}

.space-bottom-30-sm {
    margin-bottom: 30px;
}

.top-offset-30 {
    margin-top:30px;
}

.top-offset-50 {
    margin-top:50px;
}

@media only screen and (max-width: 1199px) {
    #reasons_introduction::before {
        height: 800px;
    }

    .space {
        margin-top: 100px !important;
    }

    .drawing {
        padding-top:25px;
    }

    .logos-weknow {
        margin-top: -75px;
        margin-bottom: 100px;
    }
    .logos-section {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .space-bottom-80-xs {
        margin-bottom: 120px !important;
    }

    #weknow_introduction {
        text-align: center;    
        padding: 70px 0px 0px 0px;
        height: 500px;
}

    .logos-weknow {
        display: table;
    }
    .space-xs-0 {
        margin-bottom: 0px;
    }
    .logos-weknow:first-of-type {
        margin-top: -90px;
    }
}

main{
    margin-top: 50px;
    min-height: calc(100vh - 181px);
}

.img-center{
    display: block;
    margin: auto;
}

.no-data {
    color:silver;
    font-size:13px;
    line-height:15px;
}

.datePlace-item {
    font-size:12px;
    color:#606060;
}

.check-empty:empty {
    display:none;
}

#intro{
    background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
    color: white;
    height: 600px;
    margin: 0;
    padding: 160px 0 0 0;
}

#parallax-logos {
    /* V případě požadavku na znovuvedení parallax efektu stačí odkomentovat následující řádek */
    /* background: url('/images/backgrounds/parallax-logos.png') no-repeat;  */
    position: relative;
    background-size: contain;
}

#parallax-logos img{
    margin-top: 60px;
}

.section-light{
    background: #f7f7f7;
}

.section-white{
    background: white;
}

.background-light{
    background: #f7f7f7;
}

.background-gradient {
    background: linear-gradient(#f7f7f7, white);
}

.tag-box {
    font-size:0.6em;
    line-height:18px;
    padding:0px 10px;
    margin:3px 7px 0 7px;
    text-transform:uppercase;
}

.tag-box.purple {   /* pripravujeme */
    background-color:#7030a0;
    color:#ffffff;
}

.tag-box.blue {     /* systemove zmeny */
    background-color:#00b0f0;
    color:#ffffff;
}

.tag-box.pink {     /* legislativa */
    background-color:#ff2f92;
    color:#ffffff;
}

.tag-box.yellow {   /* rodice */
    background-color:#ffff00;
    color:#00b050;
}

.tag-box.green {    /* akce */
    background-color:#00b050;
    color:#222222;
}

.hexagon {
    position: relative;
    width: 140px; 
    height: 80.83px;
    background-color: #00a210;
    margin: 40.41px auto;
    display: block;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 40.41px solid #00a210;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 40.41px solid #00a210;
}

.hexagon-icon{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    height: 60px;
}

.hexagon-reason {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    height: 160px;
}

.icon-reason {
    position: relative;
    width: 140px;
    height: 80.83px;
    margin: 40.41px auto;
}

.hexagon-orange {
    background-color: #ff9200;
}

.hexagon-orange:before {
    border-bottom-color: #ff9200;
}

.hexagon-orange:after {
    border-top-color: #ff9200;
}

.hexagon-blue{
    background-color: #00a2e4;
}

.hexagon-blue:before {
    border-bottom-color: #00a2e4;
}

.hexagon-blue:after {
    border-top-color: #00a2e4;
}

.hexagon-purple{
    background-color: #9b00ca;
}

.hexagon-purple:before {
    border-bottom-color: #9b00ca;
}

.hexagon-purple:after {
    border-top-color: #9b00ca;
}

.line-height-24{
    line-height: 24px;
}

.hexagon-index-xs{
    margin-top: -40px;
}

.space-bottom-80-xs{
    margin-bottom: 80px;
}

.section-bottom-140{
    padding-bottom: 60px;
}

.section-bottom-100 {
    padding-bottom: 40px;
}

.img-shadow-main{
    position: relative;
    z-index: 99;
}

.img-shadow-main img{
    position: relative;
    z-index: 999;
}

.img-shadow-main:before{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: transparent;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.41);
    z-index: 99;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    bottom: 42%;
    left: 50%;
}

._index-carousel {
    padding-top: 60px;
}

._index-carousel .owl-nav{
    text-align: center;
}

._index-carousel .owl-nav>div{
    height: 50px;
    width: 50px;
    border: 2px solid #00a2e4;
    border-radius: 6px;
    font-size: 40px;
    padding-bottom: 10px;
    color: #000000;
    display: inline-block;
    margin: 0px 10px;
    transition: 0.2s;
}

._index-carousel .owl-nav>div i{
    float: left;
    margin-top: 2px;
}

._index-carousel .owl-nav>div:first-of-type i{
    margin-left: 14px;
}

._index-carousel .owl-nav>div:last-of-type i{
    margin-left: 17px;
}

._index-carousel .owl-nav>div:hover{
    background: #00a2e4;
    transition: 0.3s;
    color: white;
}

.info-box{
    padding: 30px 0px;
    border-top: 1px solid #d9d9d9;
}

#bottom{
    background-position: center !important;
    background-size: cover !important;
    background: url(/images/backgrounds/footer.jpg);
    padding: 60px 0px;
}

.link-main{
    text-decoration: underline;
    color: #00a2e4;
}

.link-main:hover{
    color: #000000;
    text-decoration: underline !important;
}

footer{
    background: white;
    padding: 20px 0px;
    color: #7f7f7f;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-separator {
    width: 1px;
    background: #7f7f7f;
    height: 65px;
    margin: 0 5px 0 10px;
    opacity: .3;
}

.footer-eu-text {
    text-align: left;
    line-height: 16px;
    font-size: 13px;
    color: #676767;
    margin-left: 10px;
}

.footer-href {
    display: flex;
    padding: 10px 0px;
}

.footer-href:hover {
    text-decoration: none;
}

.footer-img {
    max-height: 65px;
}

.footer-img.msmt {
    margin-left: 20px;
}

.ul-footer-address {
    margin: 0px;
    padding: 0px;
}

.ul-footer-address li{
    list-style-type: none;
}

.ul-footer-address a{
    color: #7f7f7f;
}

.ul-footer-address a:hover{
    color: #00a2e4;
}

footer .text-left,
footer .text-right{
    text-align: center !important;
}

.section-heading{
    padding: 60px 0px;
}

.section-top-160{
    padding: 60px 0px;
}

.section-top-100{
    padding: 50px 0px;
}

.section-padding-100 {
    padding: 50px 0px;
}

.box-item{
    box-shadow: 0px 18px 59px 0px rgba(0, 0, 0, 0.15);
    background: white;
    padding: 15px;
    display: block;
    height: 100%;
}

.box-item-img{
    max-width: 200px;
    max-height: 100px;
}

.flex{
    margin: 0px -15px;
}

.section-heading-small{
    padding-bottom: 50px;
}

.ul-price-table{
    margin: 0px;
    padding: 0px;
}

.ul-price-table li{
    list-style-type: none;
    min-height: 36px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.ul-price-table li::after{
    display: inline-block;
    min-height: 100%;
    vertical-align: middle;
    content: "";
}

.ul-price-table li > span {
    display: inline-block;
    line-height: 19px;
}

.ul-price-table li > *{
    vertical-align: middle;
}

.table-main-info{
    box-shadow: 0px 18px 59px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 0px;
    background: white;
}

.ul-price-table{
    text-align: center;
}

.ul-price-table li:before{
    content: attr(data-info);
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.ul-price-table:before{
    content: attr(data-heading);
    color: #000000;
    font-size: 28px;
    font-weight: 300;
    display: block;
    padding: 0px 0px 30px 0px;
}

.ul-price-table-more:before {
    content: "pro verzi systému " attr(data-heading);
    color: #000000;
    font-size: 28px;
    font-weight: 300;
    display: block;
    padding: 0px 0px 30px 0px;
}
.section-school:before{
    position: relative !important;
    display: block;
    top: 0 !important;
    color: #f7f7f7 !important;
}

.ul-price-li-correct:after{
    content: "";
    background: url("/images/icons/correct.svg") no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.ul-price-li-wrong:after{
    content: "";
    background: url("/images/icons/wrong.svg") no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.color-light{
    color: #676767;
}

.form-control-select{
    position: relative;
}

.form-control-select:before{
    content: "\f107";
    width: 0;
    height: 0;
    font-family: fontAwesome;
    color: #00a2e4;
    font-size: 30px;
    position: absolute;
    top: 1px;
    right: 30px;
    z-index: 9;
    pointer-events:none;
}

.arrow-down:before {
    content: "\f107";
    width: 0;
    height: 0;
    font-family: fontAwesome;
    color: #00a2e4;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 70px;
    z-index: 9;
    pointer-events: none;
}

.btn-schedule {
    width: 100px;
    text-align: left;
}

#schoolReports_length > label > select {
    border-radius: 4px;
    cursor: pointer;
    border-color: #cccccc;
}

#schoolReports_length > label > select:hover {
     border: 1px solid #0090C9;
}

#schoolReports_filter > label > input[type="search"] {
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.btn-schedule:hover {
    background-color: #ffffff;
    border: 1px solid #0090C9;
}

.btn-schedule:focus {
    background-color: #ffffff;
    border: 1px solid #0090C9;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #ffffff !important;
    border-color: #0090C9 !important;
}

.dropdown-schedule {
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0px;
    position: absolute;
    float: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
}

.form-control-select > select {
    width: 100%;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    box-shadow: none !important;
    color: #000000;
    padding-right: 38px;
    height: 46px;
    border: 1px solid #d7d7d7;
    font-weight: 600;
    font-size: 15px;
}

.form-control-select>select::-ms-expand {
    display: none !important;
}

.form-hover-select:hover {
    cursor: pointer;
    border: 1px solid #0090C9;
}

.ul-price-table-price {
    margin: 30px 0px !important;
}

.section-under-price-big{
    padding: 30px 0px;
}

#map{
    padding-bottom: 100%;
}

.box-shadow-main{
    box-shadow: 0px 18px 59px 0px rgba(0, 0, 0, 0.15);
    display: block;
    background: white;
    height: 100%;
}

.box-main{
    padding: 15px;
}

.contact-box{
    padding: 15px;
    background: white;
}

.contact-dash {
    margin: 0px -5px 0px -4px;
}

.form-control-main{
    box-shadow: none !important;
    outline: none;
    height: 55px;
    background: white !important;
    border-color: #e5e5e5;
    font-size: 15px;
    resize: none;
}

.form-control-main:focus{
    border-color: #00a2e4;
}

.form-control-main::-webkit-input-placeholder {
    color: #b4b4b4 !important;  
}

.form-control-main:-moz-placeholder { /* Firefox 18- */
    color: #b4b4b4 !important;  
}

.form-control-main::-moz-placeholder {  /* Firefox 19+ */
    color: #b4b4b4 !important;  
}

.form-control-main:-ms-input-placeholder {  
    color: #b4b4b4 !important;  
}

textarea.form-control-main{
    min-height: 190px;
    padding-top: 10px;
}

.ul-address{
    margin: 0px;
    padding: 0px;
}

address{
    margin: 0px;
    padding: 0px;
}

.ul-address>li:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}

.ul-address>li{
    padding: 20px 0px;
    list-style-type: none;
}

.ul-address-contact{
    padding: 0px;
    margin: 0px;
}

.ul-address-contact>li{
    list-style-type: none;
    line-height: 30px;
}

.ul-address-contact>li>a{
    font-weight: 800;
    color: #00a2e4;
}

.ul-address-contact>li>a:hover{
    color: #000000;
}

.section-bottom-100{
    padding-bottom: 30px;
}

.link-secondary{
    color: #00a2e4;
    font-weight: 600;
}

.link-secondary:hover{
    color: #000000;
}

.tabcenik th {
    color: #00a2e4;
    font-weight: 600;
}

.action-link{
    float: right;
    margin-top: -20px;
    cursor:pointer;
}

.ul-action-info{
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    color: #000000;
}

.ul-action-info>li{
    list-style-type: none;
    line-height: 36px;
}

.section-small-heading {
    padding:30px 0;
}


.section-no-heding{
    padding: 30px 0px;
}

.section-calendar{
    padding-top: 30px;
}

.hr-main{
    width: 100%;
    background: #e5e5e5;
    height: 1px;
    border: 0px;
    margin: 40px 0px;
}

.ul-main{
    margin: 0px;
    padding-left: 25px;
}

.ul-main>li{
    list-style-type: none;
}

.ul-main>li:not(:last-of-type){
    margin-bottom: 20px;
}

.ul-main>li:before{
    content: "";
    width: 8px;
    height: 8px;
    float: left;
    margin-top: 7px;
    margin-left: -25px;
    background: #00a2e4;
    border-radius: 50%;
    display: block;
}

.section-top-bottom-90{
    padding: 90px 0;
}

.section-top-bottom-90-xs{
    padding: 30px 15px;
    margin-top: -30px;
}


.table-secondary{
    text-align: center;
    width: 100%
}

.table-secondary th,
.table-secondary tr{
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0px;
    display: block;
    text-align: center;
}

/*.table-secondary th:last-of-type{
    border: 0px;
}*/

.table-secondary tr:last-of-type{
    border-bottom: 0px;
}

.table-secondary td,
.table-secondary th{
    display: block;
    margin-top: 5px; 
}

.table-secondary-img{
    width: 20px;
    display: block;
    margin: auto;
}

.table-secondary td:before{
    content: attr(data-info);
}

.table-secondary td:first-of-type{
    font-weight: 600;
    color: black;   
}

.table-secondary .table-secondary-info{
    color: #808080;
    display: block;
}

.table-firstLetterUp::first-letter {
    text-transform: uppercase;
}

.table-secondary-school {
    color: black;
    font-weight: 600;
}

.section-school{
    padding-top: 30px 0px;
}

.input-group-addon{
    background: white;
    border: 1px solid #ccc;
    border-left: 0px !important;
    box-shadow: none !important;
    font-weight: 600;
}

.form-addon-group-main{
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-addon-group-main .input-group-addon,
.form-addon-group-main .form-control-main{
    border: 0px;
}

.form-control-select-secondary:before{
    top: 2px;
}

.owl-carousel .owl-stage-outer:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 700px;
    left: -100%;
    margin-left: -20px;
    top: 0;
    z-index: 10;
}

.modal-main .modal-content{
    padding: 30px;
}

.banner{
    background: #f1f1f1;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 15px;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.banner .banner-heading{
    text-transform: uppercase;
    color: #e40000;
    font-weight: 600;
    display: block;
}

.banner .close{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #e40000;
    text-shadow: none;
    opacity: 1;
}

.banner .banner-info{
    font-size: 19px;
    font-weight: 400;
    display: block;
    color: black;
}

.padding-0 {
    padding: 0px 0px !important;
}

.banner-img {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    background-color: #008ec9;
}

.link-thirdary{
    font-weight: bold;
    color: black;
}

.link-thirdary:hover{
    color: #337ab7;
}

.link-quaternary{
    color: #ff0000;
}

.link-quaternary:hover{
    color: black;
}

.section-school{
    padding-top: 30px;
    padding-bottom: 0px;
}

#index-carousel-btn{
    margin-top: 30px;
}

.relative{
    position: relative;
}


#language-menu a:hover{
    background: #d8d8d8;
}


#language-menu li.active a{
    background: #d8d8d8;
}

.modal-main, .play-modal {
    z-index: 99999;
}

    .play-modal .modal-title {
        display: inline-block;
    }

    .play-modal button {
        outline: none !important;
    }

        .play-modal button:active {
            box-shadow: none;
        }

    .play-modal .modal-footer button.glyphicon {
        background-color: transparent;
        border: none;
        padding: 5px;
    }

.modal-backdrop {
    z-index: 99998;
    opacity: 0.9 !important;
}

.modal-main .close {
    position: absolute;
    top: 12px;
    right: 14px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.pagination-main{
    margin: 0px;
    color: black;
    font-weight: bold;
}

.pagination-main li.active>a,
.pagination-main li a:hover{
    color: white !important;
    background: #00a2e4;
    border-color: #00a2e4;
}

.pagination-main li{
    display: inline-block;
}

.pagination-main a{
    color: black !important;
}

@media only screen and (min-width:768px){
    #menu .nav>li{
        float: left;
        padding: 30px 5px;
    }

    #menu .nav>li.active{
        background-color:darkgray;
    }

    #menu .nav>li>a{
        background: transparent;
        padding: 0px;
        color: #000000;
        border-bottom: 0px;
        font-weight: 600;
        position: relative;
    }

    #menu .nav>li>a:hover{
        color: #00a2e4;
    }

    #menu .nav>li.divider{
        padding-right: 4px;
    }

    #menu .nav>li.divider:before{
        content: "";
        height: 30px;
        width: 1px;
        background: #dadada;
        position: absolute;
        top: 26px;
        right: 3px;
    }

    #menu{
        position: relative;
        width: auto;
        z-index: 9;
        margin: -15px !important;
        left: auto;
        padding: 0px 15px;
        padding-right: 15px;
    }

    #language-toggle:before{
        content: "";
        height: 30px;
        width: 1px;
        background: #dadada;
        position: absolute;
        top: 0;
        left: -7px;
    }

    #menu .nav{
        padding: 0px 15px;
    }

    .navbar-brand{
        margin-top: 6px;
    }

    #menu .dropdown{
        position: inherit;
    }

    #menu-wrapper{
        position: relative;
    }

    .dropdown-main{
        min-width: 100%;
        box-shadow: none;
        border-radius: 0px;
        background: #00a2e4;
        left: 0 !important;
        top: 94px;
        position: absolute;
        border: 0px;
        padding-right: 20px;
    }

    .dropdown-main li{
        display: inline-block;
        float: right;
        position: relative;
        margin: 0px 5px;
    }

    .dropdown-main a:hover{
        color: #6f6f6e;
        background: transparent !important;
    }

    .dropdown-main > .active > a {
        background-color: transparent;
    }
    
    .dropdown-main > .active > a:before {
        width: 100%;
        left: 0;
    }

    .dropdown-main > li > a:hover {
        color: #fff;
    }

    .dropdown-main > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .dropdown-main > li > a:before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 50%;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .dropdown-main > li > a:hover:before {
            width: 100%;
            left: 0;
        }

    #menu .dropdown-menu:before{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 8px 15px;
        border-color: transparent transparent #00a3e4 transparent;
        position: absolute;
        top: -8px;
        right: 47px;
    }

    .dropdown-main>li>a{
        margin: 0px;
        padding: 15px 3px;
        border: 0px;
    }

    main{
        margin-top: 0px;
    }

    .btn-main{
        display: inline-block;
        width: auto;
    }

    .btn-main-width-100{
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }

    .btn-group-main .btn:not(:last-of-type){
        margin-right: 12px;
    }

    .h3{
        font-size: 36px;
    }

    .h1{
        font-size: 36px;
    }

    .ul-price-table:before{
        font-size: 36px;
    }

    .space-bottom-15-xs{
        margin-bottom: 0px;
    }

    .space-bottom-30-xs{
        margin-bottom: 0px;
    }

    #introduction{
        padding: 60px 0px 140px 0px;
    }

    .hexagon-index{
        margin-top: -40px;
    }

    .space-bottom-80-xs{
        margin-bottom: 0px;
    }

    .section-bottom-140{
        padding-bottom: 80px;
    }

    .flex{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .flex-bottom{
        align-items: flex-end;
    }

    .flex-center{
        align-items: center;
    }

    .box-item-flex{
        flex-direction: column;
        align-self:stretch;
        display:flex;
        justify-content: flex-end;
        align-items: center;
    }

    .box-item-flex-center{
        justify-content: center;
    }

    ._index-carousel{
        margin-top: -27px;
        padding: 0px;
    }

    ._index-carousel .owl-nav{
        margin-top: 30px;
        text-align: left;
        margin-left: 100px;
    }

    ._index-carousel.reference .owl-nav {
        text-align:right;
    }

    .section-borders:after,
    .section-borders:before{
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #d9d9d9;
        left: 33%;
        top: 0;
    }

    .section-borders:before{
        left: 66%;
    }

    .info-box{
        padding: 40px 0px;
        border: 0px;
    }


    .section-borders{
        position: relative;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    #bottom{
        padding: 80px 0px 160px 0px;
    }

    .ul-footer-address li{
        display: inline-block;
    }

    .ul-footer-address li:not(:last-of-type):after{
        content: "/";
        margin: 0px 5px 0px 7px;
    }

    footer{
        position: relative;
    }

    .section-heading:before{
        content: attr(data-heading);
        position: absolute;
        text-align: center;
        width: 100%;
        font-size: 120px;
        text-shadow: 0px -15px 46px rgba(0, 0, 0, 0.05);
        color: white;
        text-transform: uppercase;
        font-weight: 900;
        top: 130px;
    }

    .section-heading{
        padding: 100px 0px;
    }

    .section-content-text{
        padding-bottom: 60px;
    }

    .section-top-160{
        padding: 40px 0px;
    }

    .section-padding-100 {
        padding: 30px 0px;
    }

    .box-item{
        padding: 30px 15px;
    }

    .section-heading-small{
        padding-bottom: 60px;
    }

    .space-bottom-30-sm{
        padding-bottom: 30px !important;
    }

    .ul-price-table li:before{
        display: none;
    }

    .table-main-description .ul-price-table{
        text-align: left;
    }

    .table-main-description .ul-price-table li{
        border-bottom: 1px solid #e5e5e5;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
    }

    .ul-price-table li{
        height: 60px;
        margin-bottom: 0px;
        position: relative;
        font-size: 14px;
    }

    .table-main-info-wraper{
        position: absolute;
        top: 0;
        z-index: 99;
    }    

    .table-main-info{
        padding: 0px;
    }

    .ul-price-table:before{
        padding: 0px;
    }

    .table-main-info .ul-price-table li{
        height: 61px;
        padding: 0px 15px;
    }

    .ul-price-table{
        padding-top: 160px;
        position: relative;
    }

    .ul-price-table:before{
        position: absolute;
        top: 60px;
        width: 100%;
        text-align: center;
    }

    .ul-price-table-more:before{
        position: absolute;
        top: 0px;
        width: 100%;
        text-align: center;
    }

    .ul-price-li-correct:after,
    .ul-price-li-wrong:after{
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
        -webkit-transform: translateX(-50%) translateY(50%);
        margin: 0px;
    }

    .section-under-price-big{
        padding: 380px 0px 120px 0px;
    }


    .section-under-price-big{
        border-bottom: 200px solid white;
    }

    .ul-price-table-price-info{
        font-size: 9px !important;
    }

    #map{
        padding-bottom: 25%;
    }

    .contact-box{
        padding: 30px;
    }

    .ul-address-contact>li{
        display: inline-block;
    }

    .ul-address-contact>li:not(:last-of-type){
        margin-right: 10px;
    }

    .section-bottom-100{
        padding-bottom: 60px;
    }

    .ul-address-contact-info>li{
        display: block;
    }

    .h4{
        font-size: 24px;
    }

    .action-link{
        margin-top: 6px;
    }

    .box-main{
        padding: 30px;
    }

    .ul-action-info>li{
        display: inline-block;
        line-height: 20px;
    }

    .ul-action-info>li:not(:last-of-type){
        margin-right: 10px;
    }


    .section-no-heding{
        padding: 60px 0px 350px 0px;
    }

    .section-calendar{
        margin-top: -262px;
    }

    .double-bg{
        position: relative;
    }

    .double-bg:before{
        content: "";
        height: 100%;
        width: 55%;
        position: absolute;
        background: white;
        top: 0;
        left: -1%;
    }

    .section-top-bottom-90{
        padding: 60px 0px;
    }

    .section-top-bottom-90-xs{
        margin: 0px;
        padding : 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .table-secondary{
        text-align: left;
        font-size: 13px;
    }

    .table-secondary td:before{
        display: none;
    }

    .table-secondary tr{
        display: table-row;
    }

    .table-secondary th{
        color: #686868;
        font-weight: 600;
    }

    .table-secondary td,
    .table-secondary th{
        display: table-cell;
    }

    .table-secondary th,
    .table-secondary td{
        padding: 15px 5px;
        text-align: left;
    }

    .table-secondary-school th,
    .table-secondary-school td{
        padding: 10px 5px;
    }

    .table-secondary-contact th:last-of-type,
    .table-secondary-contact td:last-of-type{
        text-align: right;
    }

    .section-school{
        padding-top: 50px 0px;
    }

    .h5{
        font-size: 36px;
    }

    .form-control-select-secondary:before{
        top: 1px;
    }

    .section-school{
        padding: 30px 0px;
    }

    .section-heading:before{
        margin-bottom: -38px;
    }

    #school-header #menu{
        position: absolute !important;
        color: white !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0px !important;
        background: #00a2e4 !important;
        top: 84px;
    }

    #school-header #menu .nav{
        float: none !important;
        text-align: center;
    }

    #school-header #menu .nav li{
        float: none;
        display: inline-block;
        padding: 15px !important;
    }

    #school-header #menu .nav li a{
        color: white;
    }

    #school-header #menu .nav li a:hover{
        color: black;
    }

    #school-header .navbar-header{
        width: 100%;
    }

    #school-header .navbar-brand{
        float: none;
    }

    #school-header .navbar-brand img{
        display: block;
        margin: auto;
    }

    #school-header .navbar-brand:after,
    #school-header .navbar-brand:before{
        display: none;
    }

    #logout{
        position: absolute;  
        right: 20px;
        top: -65px;
        font-weight: 600;
    }

    #logout:before{
        content: "";
        height: 30px;
        width: 1px;
        background: #dadada;
        position: absolute;
        left: -10px;
        top: 10px;
        cursor: default;
    }

    #logout>a{
        color: #ff0000 !important;
    }

    #logout>a:hover{
        color: #00a2e4 !important;
    }

    ._index-carousel .owl-stage-outer{
        padding-bottom: 50px;
    }

    #index-carousel-btn{
        margin-top: 0px !important;
        position: absolute;
        right: 80px;
        z-index: 99;
        bottom: 0;
    }

    #language-toggle{
        display: block;
        background: transparent;
        border: 0px;
        z-index: 9999;
        font-size: 15px;
        color: #000000;
        height: auto;
        width: auto;
        position: absolute;
        right: 0;
        top: 16px;
        font-weight: 600;
        transition: 0.2s;
    }

    #language-toggle i{
        float: right;
        color: #00a2e4;
        margin-left: 10px;
        font-size: 18px;
        margin-top: 2px;
    }

    #language-menu{
        width: auto;
        right: 18px;
        left: auto;
        top: 79px;
        width: 50px;
        min-width: auto;
    }

    #language-toggle:hover{
        color: #00a2e4;
        transition: 0.3s;
    }

    #language-menu li{
        display: block;
        /*float: left;*/
    }

    .modal-main{
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    .modal-main .modal-content{
        padding: 50px;
    }

    .banner {
        background: url('/images/backgrounds/banner.png') no-repeat left bottom, #f1f1f1;
        /*background: url('../../images/Konference_2018 .png') no-repeat center #008EC9;*/
        margin-top: 0px;
    }

    .banner .close{
        /*bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);*/
    }

    .banner .banner-button{
        position: absolute;
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    .banner .banner-content{
        padding: 0px 240px;
    }
}

@media only screen and (max-width:768px) {
    .banner {
        margin-top: 50px;
        /*height: 120px;*/
        margin-bottom: -50px;
    }
}

@media only screen and (min-width:992px) {
    #menu {
        padding-right: 15px;
    }

        #menu .dropdown-menu:before {
            right: 47px;
        }

        #menu .nav > li {
            padding: 30px 6px;
        }

            #menu .nav > li.divider {
                padding-right: 1px;
                padding-left: 1px;
            }

                #menu .nav > li.divider:before {
                    right: 00px;
                }

    #language-toggle:before {
        left: 2px;
    }

    .navbar-brand-school:after,
    .navbar-brand-school:before {
        display: none;
    }

    .h3 {
        font-size: 42px;
    }

    .h1 {
        font-size: 42px;
    }

    .ul-price-table:before {
        font-size: 42px;
    }

    .ul-price-table-more:before {
        font-size: 35px;
    }

    #introduction {
        padding: 80px 0px 180px 0px;
    }

    #parallax-logos img {
        margin-top: 100px;
    }

    .h2 {
        font-size: 18px;
    }

    .section-bottom-140 {
        padding-bottom: 100px;
    }

    .index-carousel-text {
        padding-bottom: 100px;
    }

    ._index-carousel .owl-nav {
        text-align: left;
        position: absolute;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        bottom: 35px;
        right: 41%;
    }

    ._index-carousel.reference .owl-nav {
        right: 30px;
        transform: none;
        -webkit-transform: none;
    }

    .info-box {
        padding: 60px 0px;
    }

    #bottom {
        padding: 120px 0px 180px 0px;
    }

    footer .text-left {
        text-align: left !important;
    }

    footer .text-right {
        text-align: right !important;
    }

    footer .flex-center {
        display: flex;
    }

    .section-heading {
        padding: 140px 0px;
    }

        .section-heading:before {
            font-size: 160px;
            top: 160px;
        }

    .section-content-text {
        padding-bottom: 100px;
        padding-top: 0px;
    }

    .section-top-160 {
        padding-bottom: 0px;
    }

    .box-item {
        padding: 40px 20px;
    }

    .section-heading-small {
        padding-bottom: 70px;
    }

    .ul-price-table {
        padding-top: 130px;
    }

        .ul-price-table:before {
            top: 40px;
        }

    .ul-price-table-more:before {
        top: 0px;
    }

    .ul-price-table li {
        font-size: 18px;
    }

    .ul-price-table-price-info {
        font-size: 15px !important;
    }

    .section-bottom-100 {
        padding-bottom: 80px;
    }

    .ul-address-contact > li:not(:last-of-type) {
        margin-right: 30px;
    }

    .ul-address-contact-info > li {
        display: inline-block;
    }

    .h4 {
        font-size: 26px;
    }

    .h4-space-left {
        margin-left: 30px;
    }

    .action-link {
        margin-top: 6px;
    }

    .ul-action-info > li:not(:last-of-type) {
        margin-right: 30px;
    }

    .section-no-heding {
        padding: 70px 0px 300px 0px;
    }

    .section-calendar {
        margin-top: -256px;
    }

    .section-top-bottom-90 {
        padding: 70px 0px;
    }

    .table-secondary-contact .ul-action-info > li:not(:last-of-type) {
        margin-right: 15px;
    }

    .section-school {
        padding: 60px 0px;
    }

    .h5 {
        font-size: 48px;
    }

    .section-heading:before {
        margin-bottom: -56px;
    }

    .section-heading:before {
        margin-bottom: -56px;
    }

    #index-carousel-btn {
        right: 0;
        bottom: 35px;
    }
}

@media (min-width: 850.9px) {
    .navbar-brand img {
        width: 190px;
        height: 39px;
        margin-top: 0px;
    }
}

@media (max-width: 850.9px) {
    .navbar > .container-fluid .navbar-brand {
        padding-right: 0px;
        padding-left: 5px;
        margin-top: 15px;
    }
    #menu .nav {
        padding-left: 0px;
    }
}

@media (min-width: 1330px) {
    .navbar-brand:before {
        content: "Mezi školou a rodinou, již 30 let";
        color: #999999;
        font-size: 14px;
        font-style: italic;
        position: absolute;
        top: 25px;
        right: -230px;
        cursor: default;
    }

    .navbar-brand:after {
        content: "";
        height: 30px;
        width: 1px;
        background: #dadada;
        top: 20px;
        right: -10px;
        position: absolute;
        cursor: default;
    }
}

@media only screen and (min-width:1200px){
    #menu{
        padding-right: 90px;
    }

    #menu .nav>li.divider:before{
        right: -10px;
    }

    #language-toggle:before{
        left: -10px;
    }

    #menu .nav>li{
        padding: 30px 14px;
    }

    #menu .nav>li.divider{
        padding-right: 5px;
        padding-left: 4px;
    }

    #menu .nav>li.divider:before{
        right: 4px;
    }

    #weknow_introduction {
        padding: 100px 0px 0px 0px;
        height: 650px;
    }

    .navbar-brand:after{
        right: -12px;
    }

    .navbar-brand:before{
        right: -230px;
    }

    #menu .dropdown-menu:before{
        right: 130px;
    }

    .h3{
        font-size: 50px;
    }

    .h1{
        font-size: 50px;
    }

    .h1-weknow {
        font-size: 42px;
    }

    .ul-price-table:before{
        font-size: 50px;
    }
    
    .ul-price-table-more:before {
        font-size: 40px;
    }
    
    #introduction{
        padding: 100px 0px 200px 0px;
    }


    #parallax-logos img{
        margin-top: 120px;
    }

    .section-bottom-140{
        padding-bottom: 140px;
    }

    ._index-carousel .owl-nav{
        right: 35%;
    }

    .info-box{
        padding: 80px 0px;
    }

    #bottom{
        padding: 160px 0px 220px 0px;
    }

    footer{
        padding: 0px 20px;
    }

    .navbar-brand{
        margin-left: 0px !important;
    }

    .section-heading{
        padding: 170px 0px;
    }

    .section-heading-small{
        padding-bottom: 90px;
    }

    .section-heading:before{
        font-size: 200px;
        top: 150px;
    }

    .section-bottom-70-minus{
        margin-bottom: -70px;
    }

    .section-top-160{
        padding-top: 160px;
    }

    .section-padding-100 {
        padding: 100px 0px;
    }

    .box-item{
        padding: 50px 30px;
    }

    .ul-price-table{
        padding-top: 160px;
    }

    .ul-price-table:before{
        top: 60px;
    }

    .ul-price-table-more:before {
        top: 0px;
    }

    .section-bottom-100{
        padding-bottom: 100px;
    }

    .h4{
        font-size: 30px;
    }

    .action-link{
        margin-top: 12px;
    }

    .section-no-heding{
        padding: 90px 0px 360px 0px;
    }

    .section-calendar{
        margin-top: -301px;
    }

    .section-top-bottom-90{
        padding: 90px 0px;
    }

    .table-secondary{
        font-size: 15px;
    }

    .section-school{
        padding: 30px 0px;
    }

    .section-heading:before{
        margin-bottom: -65px;
    }

    .h5{
        font-size: 64px;
    }

    #podporovane-systemy .box-item{
        min-height: 360px;
    }
    
    #partneri .box-item{
        min-height: 360px;
    }

    #sluzby .box-item{
        min-height: 410px;
    }

    ._index-carousel .owl-stage-outer{
        padding-bottom: 38px;
    }
    
    .banner{
        padding: 40px 15px;
    }
}

@media (max-width: 1550px){
    .double-bg:before{
        left: 0;
    }
}

@media (max-width: 1120px){
    .double-bg:before{
        left: 1.5%;
    }
}

@media (min-width: 2470px){
    .double-bg:before{
        left: -2%;
    }
}

@media (min-width: 3300px){
    .double-bg:before{
        left: -3%;
    }
}

@media (min-width: 4950px){
    .double-bg:before{
        left: -3.3%;
    }
}

@media (min-width: 5700px){
    .double-bg:before{
        left: -3.5%;
    }
}

@media (min-width: 6500px){
    .double-bg:before{
        left: -4%;
    }
}
a:focus{
    text-decoration: none !important;
    outline: none !important;
}

a{
    transition: 0.2s !important;
    color:#00a2e4;
}

a:hover{
    color:#00a2e4;
    transition: 0.3s !important;
}


/*Calendar*/

#calendar-wrap{
    display: inline-block;
    width: 100%;
    box-shadow: 0px 18px 59px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

#calendar {
    width: 100%;    
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;

}

@media (min-width: 768px){
    #calendar ul {
        height: 100%;
        display: flex;
    }
}

#calendar li {
    display: block;
    float: left;
    /*width:14.342%;*/
    width: 14.373%;
    padding: 5px;
    box-sizing:border-box;
    background: white;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    /*border: none !important;*/
    padding: 2px 6px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

#calendar .days li {
    min-height: 100px;
}

#calendar .days li.active,
#calendar .days li:hover {
    background: #fcf8e4;
}

#calendar .day.weekend{
    background: #e4e8fc;
}

#calendar .day.today{
    background: #f9f2cd;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    /*background: #333;*/
    color: #000000;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .other-month .date{
    color: #b2b2b2;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #3e88ab;
    color: white;
    text-decoration: none;
}

#calendar .event-desc {
    color: white;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .month-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    background: white;
    border-bottom:0;
}

#calendar .month-info .month-arrow{
    padding:0 10px;
}

#calendar .month-info h4{
    font-size: 110%;
}

@media all and (max-width: 767px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }

    .drawing {
        margin-top:-30px !important;
        margin-bottom: 40px;
        text-align: -webkit-center !important;
    }

    .invisible-drawing {
        display:block !important;
    }

    .visible-drawing {
        display:none;
    }

    .bk-social {
        top:60px !important;
    }
}


.flex--column{
    display: flex;
    flex-direction: column;
}

.flex--row{
    display: flex;
    flex-direction: row;
}

.akce-detail{
    list-style-type: none;
    padding-left: 0;
}

.akce-detail > li:first-child{
    width: 120px;
    text-align: left;
    color: #595959;
}

.akce-detail > li:last-child{
    color: #696969;
}

#filterAkci{
   display: flex;
}

#filterAkci h4{
    align-self: flex-start;
}

.filter{
   width: 100%;
   display: flex;
}

.filter-sekce:first-child:not(.width-100){
    width: 30%;
}

.filter-sekce{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.filter-row{
    display: flex;
    flex-wrap: wrap;
}

.filter-row .filter-checkbox{
    width: 33%;
    text-align:left;
    margin: 0;
}

.filter-sekce .radio{
    text-align: left;
    margin: 0;
}

.box-item.zprava p{
    text-align: justify;
}

.box-item.zprava .zprava-nadpis{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.filter-header{
    display: flex;
    justify-content: space-between;
}

.filters{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.active-filters{
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
}

.filter-item{
    margin: 10px;
    border: 1px solid #00a2e4;
    color: black;
    padding: 5px 10px;
}

.filter-item:hover{
    border: 1px solid #00a2e4;
    background: #00a2e4;
    color: white;
    cursor: pointer;
}

.width-100{
    width: 100%;
}

@media (max-width: 1000px){
    .filter-row .filter-checkbox{
        width: 50%;
    }
}

@media (max-width: 767.5px){
    .active-filters{
        max-width: 100%;
        justify-content: center;

    }

    .filter-open > h4 {
        text-align: center;
    }

    .filters{
        flex-direction: column;
        justify-content: center;
    }

    .filter-sekce{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box-item.zprava .zprava-nadpis{
        flex-direction: column;
    }
}

@media (max-width: 768px){
    .filter{
        flex-direction: column;
    }

    #calendar .days li  {
        min-height: initial;
    }
}

@media (max-width: 767px){
    .navbar > .container-fluid .navbar-brand {
        margin-top: 0px;
    }

    #menu > .nav > li.active > a {
        background-color: #00a2e2;
        color: #fff;
    }
}

.filter-checkbox > [type="checkbox"],
.filter-checkbox > label{
    margin-bottom:0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-checkbox > [type="checkbox"]:not(:checked),
.filter-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.filter-checkbox > [type="checkbox"]:not(:checked) + label,
.filter-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-weight: normal;
}
.filter-checkbox > [type="checkbox"]:not(:checked) + label:before,
.filter-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; 
    top: 50%;
    margin-top:-9px;
    width: 17px; 
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}
.filter-checkbox > [type="checkbox"]:not(:checked) + label:after,
.filter-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top:-6px;
    left: 2px;
    color: #00a2e4;
    xtransition: all .2s;
}

.filter-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.filter-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.filter-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.filter-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.filter-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.filter-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}
.filter-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada; cursor: not-allowed;
}
.filter-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa; cursor: not-allowed;
}
.filter-checkbox > [type="checkbox"]:checked:focus + label:before,
.filter-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #00a2e4;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}
.filter-checkbox > label:hover:before {
    border: 1px solid #00a2e4 !important;
}
.filter-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.filter-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    border: 1px solid #E4E4E4 !important;
}

.radio-select{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.radio-select > label{
    margin: 0;
    font-weight: normal;
}

.radio-select > input {
    margin: 0;
    margin-right: 15px;
}


input[type="radio"].radio {
    -webkit-appearance: none; /* remove default */
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset #ddd 0 0 0 1px;
    background-color: #FFF;
    background-image: -webkit-radial-gradient( #00a2e4 0%, #fff 50%);
    background-repeat: no-repeat;
    outline: none;
}

input[type="radio"].radio,
input[type="radio"].radio:active {
    background-position: 0 24px;
}
input[type="radio"].radio:checked {
    background-position: 0 0;
    box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset #ddd 0 0 0 1px;
}
input[type="radio"].radio:hover{
box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset #00a2e4 0 0 0 1px;
}
radio-select:hover input[type="radio"].radio{
    box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset #00a2e4 0 0 0 1px;
}

input[type="radio"].radio:checked ~ input[type="radio"].radio,
input[type="radio"].radio:checked ~ input[type="radio"].radio:active {
    background-position: 0 -24px;
}

/* Vypnutí outline na prvky formulářů */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: none;
}

.pointer{
    cursor: pointer;
}

.animate-hover{
    transition:all 0.5s ease-in-out
}

.margin-0{
    margin: 0;
}

.margin-right-10{
    margin-right: 10px !important;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-left-auto {
    margin-left: auto;
}

.ul-address-contact-info{
    display: flex;
   flex-direction: column;
   padding-left: 0;
   list-style-type: none;
}

.ul-address-contact-info > .contact-info{
    display: flex;
}

.ul-address-contact-info > .contact-info.today{
    font-weight: bold;
}

.padding-0-5{
    padding: 0 5px;
}

.padding-left-0{
    padding-left: 0;
}

@media (max-width: 767px) {

    .ul-address > li > address > strong.h2 {
        text-align: center;
    }

    .ul-address {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ul-address > li {
        width: 45%;
        text-align: center;
    }    

    .ul-address-contact-info > .contact-info {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: center;
        margin-bottom: 10px;
    }

    .ul-address > li > address > p.color-light {
        text-align: center;
    }

    .ul-address-contact {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ul-address > li > address {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
    }

    .ul-address-contact.ul-address-contact-info {
        align-items: center;
        justify-content:center;
    }

    .ul-address-contact.ul-address-contact-info > li{
        width: 100%;
    }

    .ul-address > li:nth-last-of-type(-n+2) {
        border-bottom: 0;
    }

    .ul-address-contact-info{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-comma{
        display: none;
    }

    .contact-info > .contact-hours{
        flex-direction: column;
    }
    
}

@media (max-width: 550px) {

    .ul-address > li{
        width: 95%;
    }

    .ul-address > li:nth-last-of-type(-n+2) {
        border-bottom: 1px solid #e5e5e5;
    }

    .ul-address > li:last-child{
        border-bottom: 0;
    }
    
}

#calendar .month-arrow{
    border-color: #ededed;
}

/* Added Zatkovic - DIGINEX */
.input-validation-error{
    border-color:rgb(194, 14, 26); 
}

.field-validation-error{
    color: rgb(194,14,26) !important;
}

/** Calendar fixes **/
@media(max-width: 992px) and (min-width: 767px){
    #calendar ul{
        width: calc(100% + 2px);
    }
}

@media (min-width: 1200px) {
        
     #calendar ul{
        width: calc(100% - 1px);
    }
}

@media (min-width: 1800px) {
        
     #calendar ul{
        width: calc(100% + 2px);
    }
}

@media(min-width: 1799px){
    #calendar .month-info{
        width: calc(100% + 3px);
    }
}

.max-width-100{
    max-width: 100%;
}

.section-light{
    min-height: calc(100vh - 162px);
}

/** FAQ znalostní báze **/
.faq-detail{
    display: flex;
    flex-direction: column;
}

.faq-hlavicka{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.faq-telo{
    display: flex;
    flex-direction: column;
}

.faq-nadpis .h4{
    color: #00a2e4;
    font-size: 200%
}

.faq-content{
    margin-bottom: 20px;
}

.width-58{
    width: 58%;
}

.width-38{
    width: 38%;
}

.flex-space-around{
    display: flex;
    justify-content: space-around;
}

@media (max-width: 1199px){
    .width-38-xs, .width-58-xs{
        width: 100%;
        margin-bottom: 10px;
    }

    .flex-space-around{
        flex-wrap:wrap;
    }

    #weknow_introduction {
        padding: 100px 0px 0px 0px;
        height: 650px;
    }
}

.logo-before::before{
    content: "";
    display: inline-block;
    width: 32px;
    height: 37px;
    margin-right: 25px;
    margin-top: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.logo-before::after{
    content: "";
    display: table;
    clear: both;
}

.logo-blue::before{
    background-image: url(/images/icons/logo-blue.png);
}

.logo-blue{
    color: rgb(2, 162, 226);
}

.logo-green::before{
    background-image: url(/images/icons/logo-green.png);
}

.logo-green{
    color: rgb(68, 162, 43);
}

.logo-orange::before{
    background-image: url(/images/icons/logo-orange.png);
}

.logo-orange{
    color: rgb(242, 145, 0);
}

.logo-purple::before{
    background-image: url(/images/icons/logo-purple.png);
}

.logo-purple {
    color: #7100C1;
}

.logo-red::before{
    background-image: url(/images/icons/logo-red.png);
}

.logo-red{
    color: rgb(226, 5, 20);
}

.logo-pink {
    color: #ff006b;
}

.ul-no-spaces > li{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ul-main-blue > li::before{
    background-color: rgb(2, 162, 226);
}

.ul-main-green > li::before{
    background-color: rgb(68, 162, 43);
}

.ul-main-orange > li::before{
    background-color: rgb(242, 145, 0);
}

.ul-main-purple > li::before{
    background-color: rgb(131, 2, 197);
}

.ul-main-red > li::before{
    background-color: rgb(226, 5, 20);
}

.ul-small-spaces > li:not(:last-of-type) {
    margin-bottom: 10px;
}

.fly-out {
    display: inline-block;
    font-size: 30px;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0 5px;
    position: relative;
}

.fly-out:hover{
    color: black;
}

.fly-out:hover > .content {
    opacity: 1;
    pointer-events: initial;
}

.fly-out > .content {
    top: 100%;
    right: 0;
    font-size: 14px;
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    background-color: #eee;
    border: 1px solid #00a2e4;
}

.fly-out > .content > a{
    display: block;
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
}

.fly-out > .content > a:hover{
    color: white;
    background-color: #00a2e4;
}

.filter-icons {
    font-size: 0;
}

@media (max-width: 992px){
    .container-fluid-md{
        width: 100%;
        padding: 0;
    }

    .drawing {
        margin-top: 40px;
    }

    .logos-weknow {
        margin-bottom: 0;
        margin-top: -60px;
    }

    .logos-section{
        padding-bottom: 20px;
        margin-top: 60px;
    }

}

.price-notes{

}

.price-notes.section-under-price-big{
    border-bottom: none !important;
}

.paid-bundles{
    padding-top: 50px;
}

.table-separated-columns > thead > tr > th:not(:first-child),
.table-separated-columns > tbody > tr > td:not(:first-child){
    border-left: 1px solid #dddddd;
}

.table-border-bottom > tbody > tr:last-of-type > td {
    border-bottom: 1px solid #dddddd;
}

.box-item.event .event-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.box-item.event .event-heading h4{
    display: inline-block;
    font-size: 20px;
}

.box-item.event .event-heading strong{
    float: right;
}

.box-item.event .info{
    font-size: 16px;
    margin-bottom: 12px;
}

.box-item.event .info .date {
    display: inline-block;
    width: 130px;
}

.box-item.event .info .place {
    font-weight: bold;
}

.box-item.event .more {
    margin-top: 20px;
}

/* Omezení obrázků uvnitř datatable */
table.dataTable tr img {
    max-width: 100%;
    max-height: 100%;
}

ol.ol_numbered {
    counter-reset: item;
}

ol.ol_numbered > li {
    counter-increment: item;
}

ol.ol_numbered ol.ol_numbered > li {
    display: block;
}

ol.ol_numbered ol.ol_numbered > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

.licence_ol_title {
    font-style: italic;
    font-weight : bold;
}

.licence_ol_alpha {
    list-style-type: lower-alpha;
    margin-left: 60px;
}

p.prvni {
    margin-left: 40px;
    text-indent: -17px
}

p.druhy {
    margin-left: 60px;
    text-indent: -27px
}

table.licence_table {
    margin-left: 60px
}

table.licence_table > td {
    vertical-align: top;
    color: #696969;
}

#since {
    background-size: cover !important;
    background-position: center !important;
    height: 800px;
    background: url('../../images/backgrounds/bg_25let.png');
    padding: 60px 0px;
}

#since > .container {
    margin-top: 70px;   
}

#hexagon2 {
    margin-top: 25px;
    margin-right: 50px;
    margin-left: 60px;
    margin-bottom: 25px ;
}

@media only screen and (max-width: 576px) {
    .pull-left {
        float: none !important;
    }

    #hexagon2 {
        margin: auto;
        margin-bottom: 40px;
    }

    .text-left {
        text-align: center;
    }
    .h2 {
        text-align: center;
    }
}

.bk-social {
    /*position: fixed;*/
    position: absolute;
    top: 390px;
    left: 0;
    z-index: 150;
}

.bk-social_wrap {

}

.bk-social_list {
    margin-bottom: 10px;
    -webkit-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform: translateX(-115px);
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    list-style: none;
    padding: 0;
}

.bk-social_item {
    position: relative;
    height: 50px;
    width: 115px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    background: none;
    overflow: visible;
    background-size: auto;
    background-position: 0 0;
}

.bk-social_link {
    display: block;
    text-align: right;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
    background: #f7f7f7;
}

    .bk-social_link > a {
        color: #ed0f68;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        text-decoration: none;
        transition: color .3s;
        font-weight: 500;
    }

.bk-social_item-facebook:after {
    background: background url('../../images/icons/facebook_icon.svg') center center no-repeat;
}

.bk-social_item-youtube:after {
    background: background url('../../images/icons/youtube_icon.svg') center center no-repeat;  
}

.bk-social_item:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: -51px;
    top: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-size: 50px;
    background-color: transparent;
}

.bk-social_list:hover {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

@media screen and (min-width: 767px) and (max-width: 991.9px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.74);
        -webkit-transform: scale(0.74);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 407px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.lokalita-text {
    font-weight: bold;
    color: #00a2e2;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.bold {
    font-weight: bold;
}

.programator_c {
    position: relative;
}

    .programator_c:before {
        content: 'C#';
        position: absolute;
        color: #fff;
        right: 30px;
        top: -22px;
        font-size: 32px;
        font-weight: 300;
    }

.bk-kariera ul.text-left {
    text-align: left !important;
}

.list-konference > li:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
.list-konference > li:first-child {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
.list-konference > li:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-konference > li:hover {
    background-color: #f5f5f5;
}
.list-konference > li strong {
    margin-left: 8px;
}

ol.list-konference {
    list-style: none;
    counter-reset: my-awesome-counter;
}

    ol.list-konference li {
        counter-increment: my-awesome-counter;
        padding-left: 5px;
    }

        ol.list-konference li::before {
            content: counter(my-awesome-counter) ". ";
            color: #00a2e2;
            font-weight: bold;
            width: 25px;
            margin-left: -25px;
        }

.DataConnector .glyphicon {
    margin-right: 5px;
    font-size: 20px;
}

.DataConnectorLink {
    display: inline-block;
    vertical-align: top;
}
        }

.filter-icons .active {
    background-color:#0090C9;
    color:#FFF;
}

.col-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.registration-infotext > span {
    font-size: 13px;
}

.registration-infotext > i {
    color: #43a22b;
}

/** Responzivita modalů ve stránkách s video manuálem **/

@media (min-width: 768px) {
    .modal.play-modal._play-modal.in .modal-dialog {
        width: auto;
        max-width: 1200px;
        margin: 30px auto;
    }
    .modal.play-modal._play-modal.in .modal-dialog .embed-responsive-16by9 {
        padding-bottom: 42.8571%;
    }
}

@media (min-width: 1500px) {
    .modal.play-modal._play-modal.in .modal-dialog {
        max-width: 1300px;
    } 
}

@media (min-width: 1600px) {
    .modal.play-modal._play-modal.in .modal-dialog {
        max-width: 1400px;
    } 
}

@media (min-width: 1700px) {
    .modal.play-modal._play-modal.in .modal-dialog {
        max-width: 1500px;
    } 
}

@media (min-width: 1800px) {
    .modal.play-modal._play-modal.in .modal-dialog {
        max-width: 1600px;
    } 
}