/*NOVE*/
.d-none{
    display: none;
}

.noClick{
    pointer-events: none;

}

.mt-0{
    margin-top: 0 !important;
}

.pl-0{
    padding-left: 0;
}

.px-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nonbreak{
    white-space: nowrap;
}

.btn-previous-step{
    position: relative;
    padding: 6px 16px 6px 30px;
}

.btn-previous-step i,.btn-next-step i{
    position: absolute;
    top: 28%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-previous-step i{
    left: 13px;
}

.btn-previous-step:hover i{
    left: 8px;
}

.overeni-bonusu-nadpis{
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}


.btn-next-step{
    position: relative;
    padding: 6px 30px 6px 16px;
}

.btn-next-step i{
    right: 15px;
}

.btn-next-step:hover i{
    right: 10px
}

.w-100{
    width: 100% !important;
}

.d-block{
    display: block !important;
}

.fa-pov-help{
    color: #337ab7;
    font-size: 1.2em;
}

.mr-0{
    margin-right: 0 !important;
}

.pl-children{
    padding-left: 5% !important;
}

.pl-10p{
    padding-left: 10% !important;
}

/*Dokumenty a potvrzeni*/
.souhlasy-recap .form-group{
    margin-bottom: 5px;
}

.info-for-input{
    color: #7d7b6e;
    padding-top: 5px;
}

@media screen and (min-width: 992px){

    .info-for-input{
        padding-top: 7px;
        padding-left: 0;
    }
}

.dokumenty-souhlasy{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 40px 30px;
    margin-top: 40px;
}

.dokumenty-souhlasy h2{
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
    text-transform: none !important;
}

.dokumenty-list{
    list-style-type: none;
    padding-left: 0;
}

.dokumenty-list i{
    font-size: 25px;
    margin-right: 5px;
}

.dokumenty-list a{
    font-size: 17px;
}

.dokumenty-list li {
    margin-bottom: 5px;
}

.potvrzeni-list .bg {
    padding: 15px;
    font-size: 1.1em;
    margin-top: 10px;
}

.potvrzeni-list .bg p{
    margin: 0;
}

.doc-row{
    margin-bottom: 30px;
}
.doc-row ul, .doc-row .form-group{
    margin-bottom: 0;
}

.potvrzeni-list span{
    font-weight: normal;
}

.potvrzeni-list input{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin-right: 10px;
}

.text_under_recap{
    text-align: justify;
    margin-top: 30px;
}

@media screen  and (max-width: 992px){
    .dokumenty-souhlasy{
        padding: 40px 20px;
    }
    .dokumenty-souhlasy .form-group {
        margin-right: 0;
        margin-left: 0;
    }
    .potvrzeni-list .bg {
        padding-right: 5px;
        padding-left: 5px;
    }
    .potvrzeni-list label{
        display: flex;
    }
    .potvrzeni-list input{
        margin-left: 10px;
    }
    .potvrzeni-list span{
        text-align: left;
        margin-left: 10px;
    }
    .dokumenty-list i{
        font-size: 20px;
        margin-right: 5px;
    }

    .dokumenty-list a{
        font-size: 15px;
    }
}
/*Konec dokumentu a potvrzeni*/

#ajaxSpinner,#ajaxSpinnerInput{
    background-image: url("/img/preloader.gif");
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
}

.overeni-bonusu{
    padding-top: 15px;
    padding-bottom: 15px;
}

.overeni-bonusu #ajaxSpinner{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
}

#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

#pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.pripojisteni-list{
    list-style: none;
    padding-left: 0;
}

.prip-toggle{
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
}

#ins-pc {
    background: url('../images/slider/cizinci.jpg') no-repeat center center;
    background-size: cover;
    min-height: 250px;
}

.ins-box-wrap{
    border: 3px solid #9fbf0d !important;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(.4,0,.2,1);
    transition: -webkit-box-shadow 280ms cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1), -webkit-box-shadow 280ms cubic-bezier(.4,0,.2,1);
    display: block;
    position: relative;
    padding: 24px;
    border-radius: 2px;
}

.filter-multiple-select{
    display: inline-block;
    margin-right: 10px;
}

.box-top-wrap{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 15px;
}

.box-top-box{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    place-content: center flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 14px;
}

.pojistovna-logo{
    max-width: 10%;
    font-size: 17px;

    font-weight: bold;
}

.sluzba-jmeno{
    font-size: 20px;
}

.sluzba-cena{
    max-width: 13%;
    font-size: 17px;
    font-weight: bold;
}

.sluzba-info{
    max-width: 20%;
}

.sluzba-btn{
    max-width: 8%;
}

.sluzba-info-list{
    list-style-type: none;
}
.sluzba-nazev-wrap{
    text-align: center;
}

.box-bottom-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 3px solid #f5f5f5;
    padding: 15px 0 0;
}

.bottom-limit{
    margin: 0 10px;
}

.mobile-more{
    display: none;
}

.hide-desktop{
    display: none;
}

.cizinci-hidden-mobile{
    margin-right: 5px;
}

.overeni-bonusu, .znam-bonus{
    margin-top: 15px;
}

.zabezpeceni_recap{
    display: flex;
    vertical-align: center;
}

.zabezpeceni_recap span{
    margin-left: 10px;
}

@media screen and (max-width: 767px){
    .list-group-item-text{
        display: none;
    }
    .list-group-item-heading-krok{
        display: none;
    }
    .steps-width-4{
        width: 25%;
    }
    .steps-width-5{
        width: 20%;
    }
    .steps-width-6{
        width: calc(100% / 6);
    }
    .steps-width-7{
        width: calc(100% / 7);
    }
    .steps-width-8{
        width: calc(100% / 8);
    }
    .nav-justified > li > a,.list-group-item-heading{
        margin-bottom: 0;
    }

    .hide-desktop{
        display: block;
    }
    .ins-box-wrap{
        padding: 10px;
    }
    .cizinci-hidden-mobile{
        display: none;
    }
    .box-top-wrap{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-top-box{
        max-width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .sluzba-jmeno{
        font-size: 1em;
        margin-bottom: 0;
    }
    .pojistovna-logo{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 9%;
        flex: 1 0 9%;
        max-width: 25%;
    }
    .sluzba-nazev{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        max-width: 40%;
        margin: 0 10px 5px;
    }
    .sluzba-cena{
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        max-width: 27%;
    }
    .sluzba-btn{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .sluzba-btn input{
        width: 100%;
    }
    .list-button{
        display: block;
        position: relative;
        bottom: 0;
        margin: 0 5% 10px;
        cursor: pointer;
        color: #fff;
        background-color: #929191;
        border-radius: 5px;
        padding: 6px 16px;
        text-align: center;
    }


}

.cp_online_form .ins-box-wrap a{
    display: none;
}
.cp_online_form .box-top-wrap{
    margin-bottom: 0;
}
.cp_online_form .ins-box-wrap{
    padding: 24px 0px 24px 14px;
}

.cp_online_form .pojistovna-logo{
    max-width: 8%;
}

.cp_online_form .box-top-box{
    margin: 0 10px;
    flex-wrap: wrap;
}

.cp_online_form .sluzba-nazev{
    max-width: 12%;
}
.cp_online_form .sluzba-cena{
    max-width: 11%;
}

.cp_online_form .sluzba-btn{
    max-width: 8%;
}

.cp_online_form .bottom-limit .prip_box br{
    display: none;
}
.cp_online_form .bottom-limit{
    margin: 5px 10px;
    text-align: left;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 40%;
}

.pocet-mesicu-show{
    margin-top: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.spinner-input{
    display: none;
    position: absolute;
    top: 0;
    width: 35px;
    background-size: 25px;
    z-index: 1;
    height: 35px !important;
    right: 19px;
}

.spz-hide{
    position: relative;
}


    /*Offline poj - uraz deti*/
@media screen and (max-width: 768px)  {
    .limit-checkbox{
        margin-bottom: 5px !important;
    }
    .castka_val {
        text-align: center;
    }
}
.castka_val {
    font-weight: bold;
}

@media screen and (min-width: 768px)  {
    .limit_val_input{
        height: auto;
    }
    .uraz-label{
        text-align: right;
    }
}

.uraz-celkem{
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}
.uraz-deti-wrap{
    margin: 30px 0;
}
    /*Offline poj - uraz deti*/

    /*NOVE*/
.mt-20{
    margin-top: 20px;
}

.mb-20{
    margin-bottom: 20px;
}

.vertical-bottom{
    vertical-align: bottom !important;
}
.mb-0{
    margin-bottom: 0 !important;
}

.p-0{
    padding: 0px;
}

.w-25p{
    width: 25%;
}

.w-50p{
    width: 50%
}

.nadpis-simple-form{
    margin-top: 45px;
    margin-bottom: 30px;
}

.form-inline.form-filter .form-group{
    margin-right: 10px;
}

.form-filter-pr .radio-inline{
    padding-left: 23px;
}
.form-filter-pr .form-group{
    margin-bottom: 10px;
}

.form-inline .form-control.short{
    width: 100px;
}

.lode-form p,.zprostredkovatele_form p{
    font-weight: bold;
}

h3.spolecnost_fransizi_hide{
    font-size: 20px;
}

.zprostredkovatele-wrap h3{
    margin-top: 30px;
}

.limity-nadpis {
    display: flex;
    flex-basis: 100%;
    font-weight: bold;
    margin-top: 5px;
}

.second-line{
    display: none;
    margin-bottom: 20px;
}
.udaje-switch{
    cursor: pointer;
}

/*.pr-more{*/
    /*display: none;*/
/*}*/

.konecna-cena-font{
    font-size: 20px;
}

.konecna-cena-wrap{
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    background-color: #e3e3e3;
}

.bg-price{
    padding-bottom: 7px;
    background-color: #e3e3e3;
}

.lode-select-padding{
    padding-top: 7px;
}

/*.lode-wrap .form-group {*/
    /*margin-right: 0;*/
    /*margin-left: 0;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
/*}*/

.search-input{
    height: auto;
    line-height: normal;
    padding: .8em .5em;
    font-family: inherit;
    border-radius: 0;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: none;
    width: 650px;
    font-size: 20px;
    color: #333;
}

#search-wrap{
    width: 100%;
    background-color: #fff;
    z-index: 1500;
    position: absolute;
    /*top: 51px;*/
    left: 0;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 30px;
    margin: 2px 0 0;
}

#search-wrap .search{
    position: relative;
    width: 700px;
    border-bottom: 1px solid #555555;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
}

#search-wrap .search button{
    float: right;
    margin-top: 20px;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #333;
}
#search-wrap .search label{
    font-size: 25px;
    color: #333;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: normal;
}
.search-button-mobile{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    border: 0;
    background: 0;
    text-decoration: none;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -16px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.search-input-mobile{
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    border: 0;
    display: block;
    margin-right: -20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: box-shadow .2s,border-color .2s;
    -moz-transition: box-shadow .2s,border-color .2s;
    -o-transition: box-shadow .2s,border-color .2s;
    -ms-transition: box-shadow .2s,border-color .2s;
    transition: box-shadow .2s,border-color .2s;
    background: #0c8a56;
}


.search-mobile{
    display: none;
}
.search-desktop{
    display: block;
}


.menu > ul > li .new-search {
    padding: 14px 15px;
    display: block;
    color: inherit;
    font-size: 23px;
}

header #login_lista {
    text-align: center !important;
    margin-top: 20px;
    clear: none !important;
    padding: 0 !important;

}

header #login_lista .btn{
    color: white;
}

header #login_lista .regular_href{
    display: block;
    margin-bottom: 10px;
}



.contact-bar{
    padding: 4rem 0 10px;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #e0e0e0;
}

.contact-bar-button{
    display: inline-block;
    padding: 0 15px;
    float: left;
}


.contact-bar-button .contact-bar-button-in{
    padding: 10px 16px;
    color: #d43f3a;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-bar-button .contact-bar-button-in:hover{
    text-decoration: underline;
}

/*.contact-bar-button button:focus{*/
    /*color: #d43f3a;*/
/*}*/

.contact-bar i{
    padding-right: 5px;
}

.contact-social{
    float: left;
}

.share-btns{
    display: inline-block;
    font-size: 25px;
    margin-top: -9px;
    margin-right: 30px;
    cursor: pointer;
}

#shareFacebook{
    color: #29487d;
}

#shareTwitter{
    color: #1da1f2;
}

#shareGPlus{
    color:#dc4a3d;
}

#sucessfullFriend{
    display: none;
}
#sucessfull{
    display: none;
}

.no-social{
    width: 100%;
    float: none;
}

.no-social .button-print{
    float: right;
}

.submenu-ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #38966E;
}

.submenu-ul > .submenu-li{
    background-color: #38966E !important;
    color: white !important;
}

.submenu-ul > .submenu-li:first-child{
    border: none;
}
.submenu-ul > .submenu-li:not(:first-child){
    border-left: 1px solid !important;
    border-image: linear-gradient(to bottom, #38966E,#0c8a56) 1 100% !important;
}

.submenu-menu{
    position: relative;
    width: 100%;
    left: 0;
}

.submenu-wrap{
    background-color: #38966E;
    position: relative;
    margin-top: -3px;
}


.menu > ul > li:hover{
    background: #1E8559 !important;
    color: white !important;
}
.menu > ul > li.active {
    background: #38966E !important;
    color: white !important;
}

.menu > ul > li > ul{
    background-color: #38966E !important;
}

.menu > ul > li > ul > li a {
    color: white !important;
}

.menu > ul > li > ul > li a:hover {
    color: #0c6c43 !important;
}

.menu > ul > li > ul > li ul > li:hover {
    background: #e2eae6 !important;
}

.menu > ul > li > ul > li > ul > li a{
    padding: 5px !important;
}

.slick-slide{
    padding: 0 40px;
}

.blog-news img{
    height: 200px !important;
}


#ModalNewsReg .modal-header {
    background-color: #7FBB2A;
    color: #fff;
}
#ModalNewsReg .modal-title {
    font-size: 1.8rem;
    padding-left: 2rem;
}
#ModalNewsReg .modal-header .close {
    font-size: 2rem;
    margin-top: 2px;
    opacity: 0.8;
    color: #fff;
}

.products-list .item {
    min-height: 400px;
}

.mobile-product-list{
    min-height: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

.mobile-product-list h2{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mobile-product-list h2.title a.product-a{
    background-position: center left !important;
    padding: 10px 0 10px 67px !important;
    /*background-size: contain !important;*/
    -ms-text-align-last: right;
    text-align: left;

}

.products-list .item a.btn-more-info{
    bottom: 70px;
}

.sm-items a i{
    top: 14px;
    display: none;
}



.mobile-product-list h2.title a.product-a i,.sm-items a i{
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.mobile-product-list:hover h2.title a.product-a i{
    transform: translateX(5px);
}

.mobile-product-list.plci h2.title a.product-a{
    background-size: 55px !important;
}
.mobile-product-list.plli h2.title a.product-a,
.mobile-product-list.plcp h2.title a.product-a{
    background-size: 50px !important;
}

.mobile-product-list.plcc h2.title a.product-a{
    background-size: 55px !important;
}

.mobile-product-list.plhp h2.title a.product-a{
    background-size: 60px !important;
}

@media only screen and (max-width: 767px) {
    .plli h2 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 360px) {

    .mobile-product-list.plci h2.title a.product-a,
    .mobile-product-list.plcp h2.title a.product-a,
    .mobile-product-list.plcc h2.title a.product-a,
    .mobile-product-list.plli h2.title a.product-a{
        background-size: 35px !important;
        padding-left: 50px !important;
    }
    .mobile-product-list.plhp h2.title a.product-a {
        background-size: 40px !important;
        padding-left: 50px !important;
    }
    .products-list .item .title a {
        font-size: 16px;
    }
}

.mobile-product-list{
    display: none;
}
.desktop-product-list{
    display: block;
}

.about{
    padding-top: 0;
}

.calc-header{
    text-align: center;
}
.calc-tr .calc-td-input{
    width: 30%;
    padding: 0 10px 0 0;
}

.calc-tr .calc-td-number{
    width: 10%;
}
.calc-input{
    width: 100%;
    margin: 5px 2px;
    padding: 5px;
}

.calc-button{
    text-align: center;
    margin: 20px 0 10px;
}

/*.sticky{*/
    /*position: fixed;*/
    /*top: 0;*/
/*}*/

/*#sticky-head{*/
    /*background: white;*/
/*}*/

#header-fixed {
    position: fixed;
    top: 0px;
    display:none;
    background-color:white;
    z-index: 1000;

}

#header-fixed > thead > tr > th {
    vertical-align: bottom;
    border-top: 0;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
}

#bd_calculator{
    width: auto;
}


#ins-ci-v2 {
    background-image: url('../images/slider/car-road-v2.jpg') !important;
}

#ins-cp-v2 {
    background-image: url('../images/slider/cestovni_jaro.jpg') !important;
    background-position: center -19px;
}

#ins__dbi.ins-cover {
    background-image: url('../images/slider/pojisteni-balonu.jpg') !important;
    background-position: center top;
}

#ins-cp-v2 p,
#ins-ci-v2 p{
    font-size: 19px;
}

.cp_step_2 .modal-dialog{
    white-space: normal;
}

.ins-new{
    background-repeat: no-repeat;
    background-size: auto auto;
    background-size: cover;
    background-position: top center;
    min-height: 270px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.open-country{
    margin-top: 20px;
    cursor: pointer;
}

.more-countries{
    display: none;
}

.show-list-title{
    margin-bottom: 20px;
}

.detail-info-row h3{
    text-align: left;
    margin-bottom: 10px;
}

.info-data caption {
    color: #222;
    text-transform: uppercase;
    padding-left: 8px;
    background-color: #D5EEE1;
}
.info-data td:first-child {
    width: 30%;
}

.ti-filter{
    padding-bottom: 15px;
}

.ti-filter .form-inline .form-group{
    vertical-align: top
}
.ti-filter input{
    margin-bottom: 5px;
}
.ti-filter label{
    margin-left: 5px;
}

.ti-filter .button-zmena{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .ti-filter .cp-filter{
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .ti-filter .checkbox{
        margin-bottom: 20px;
        text-align: left;
    }
    .ti-filter .checkbox input[type="checkbox"]{
        margin-left: 0;
    }
    .ti-filter label{
        padding-left: 15px;
    }

}


/*UI DATEPICKER */
.ui-datepicker {
    width: 500px !important;
    background: #fff;
    background-clip: padding-box;
    margin-left: -5px;
    border: 5px solid #0b4974;
    z-index: 5000 !important;
    padding: 0 4px 4px;
    overflow: hidden; }

.ui-datepicker-header {
    height: 32px;
    line-height: 32px;
    position: relative;
    padding: 0 30px;
    text-align: center; }
.ui-datepicker-header .ui-datepicker-title {
    white-space: nowrap;
    font-weight: bold;
    color: #0b4974; }

.ui-datepicker-calendar {
    border: 1px solid #fff;
    margin: 0; }
.ui-datepicker-calendar tr {
    display: table-row;
    padding: 0;
    border: 0; }
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    width: 14.2%;
    border: 1px solid #fff;
    background: #e9e9e9;
    padding: 0;
    text-align: center !important;
    overflow: hidden;
    color: #5f5f5f;
    height: 35px;
    line-height: 35px;
    display: table-cell; }
.ui-datepicker-calendar td *, .ui-datepicker-calendar th * {
    line-height: 35px;
    height: 35px;
    display: block;
    text-align: center; }
.ui-datepicker-calendar th {
    background: #0c6c43;
    color: #fff;
    font-weight: bold; }
.ui-datepicker-calendar .ui-state-disabled * {
    color: #999;
    background: #f9f9f9; }
.ui-datepicker-calendar a {
    text-decoration: none;
    color: #1f1f1f; }
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar a:hover {
    background: #369D66;
    border: 1px solid #343434; }

.ui-datepicker-header .ui-datepicker-title {
    color: #343434; }

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto;
    padding: 3px 5px; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #369D66;
    background-color: #3bc589;
    color: #000; }

.kalendar-datepicker{
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .ui-datepicker {
        width: 90% !important;
        max-width: 500px;
    }
}
/*UI DATEPICKER */

/*DATEPICKER */
.datepicker-dropdown{
    width: 500px !important;
    background: #fff;
    background-clip: padding-box;
    margin-left: -5px;
    z-index: 5000 !important;
    padding: 0 4px 4px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}
.table-condensed{
    width: 100%;
    border-collapse: unset;
    border-spacing: 1px;
}
.table-condensed thead tr:nth-child(2){
    height: 32px;
    line-height: 32px;
    position: relative;
    padding: .2em 0;
    text-align: center;
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.datepicker table tr td, .datepicker table tr th {
    width: 14.2%;
    padding: 0;
    text-align: center !important;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    display: table-cell;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    border: 1px solid #c5c5c5;
    border-radius: unset;
}


.datepicker table tr td.today {
    background-color: #3bc589;
    border-color: white;
}

.table-condensed thead th.dow{
    background: #0c6c43;
    color: #fff;
    font-weight: bold;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev{
    border: 0;
    background: white;
}
.datepicker .next, .datepicker .prev{
    font-size: 20px;
}
.datepicker table tr td.active.active{
    background-color: #2c9065;
    border-color: #343434;
}

.datepicker table tr td.day:hover,.datepicker table tr td.active.active:hover{
    background-color: rgba(156,207,156,.6);
    border-color: #343434;
}
.datepicker table tr td.active.active:hover{
    color: #454545;
}
/* DATEPICKER */


/* BLOG */
.article-post {
    padding-bottom: 17px;
    margin-bottom: 35px;
}

.list-post {
    border-bottom: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 17px 12px 0;
}

.list-post .post-thumb {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}

.list-post .image-link {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
    padding-right: 30px;
    width: 300px;
}

.list-post .image-link img {
    display: block;
    max-width: 100%;
    will-change: opacity;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.list-post .image-link img:hover {
    opacity: .60;
}

.list-post .content {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    vertical-align: top;
}


.post-meta {
    margin-bottom: 13px;
    color: #aaa;
    text-align: left;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
}

.post-title {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-transform: none;
}

.post-title a {
    will-change: opacity;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.post-meta .post-author, .post-meta time {
    letter-spacing: .025em;
    font-weight: 400;
}


.category-sidebar{
    list-style-type: none;
    padding-left: 0;
}

.category-sidebar li{
    line-height: 1.8;
}
.category-sidebar ul{
    list-style-type: none;

}

.cat-parent-item{
    font-weight: bold;
}

.cat-parent-item ul{
    font-weight: normal;
    padding-left: 20px;
}

.cat-parent-item .first-cat{
    padding-left: 0px;
}

.post-tags{
    margin-top: 40px;
}

.post-tags a {
    display: inline-block;
    margin-top: 8px;
    margin-right: 8px;
    padding: 6px 18px;
    border: 1px solid #ebebeb;
    color: #454545;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    transition: .5s ease-in;
}

.post-tags a:hover {
    background: #0c6c43;
    border-color: #0c6c43;
    color: #fff;
    text-decoration: none;
}



.sidebar-title{
    border: 0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidebar-title::after{
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 8px;
    width: 100%;
    height: 1px;
    background: #046240;
}

.blog-description{
    margin-bottom: 30px;
}

.blog-pagination{
    display: block;
    text-align: center;
}

.blog-pagination a, .blog-pagination a:hover, .blog-pagination span {
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 13px;
    line-height: 42px;
    height: 43px;
    min-width: 43px;
    padding: 0 11px;
    text-align: center;
}

.blog-pagination a:hover, .blog-pagination span.current {
    background: #046240;
    border-color: #046240;
    color: #fff;
}









/* BLOG */


@media only screen and (max-width: 480px) {
    .no-social .button-print{
        float: left;
    }
    .calc-tr .calc-td-input,.calc-tr .calc-td-number{
        width:100%;
    }

    #bd_calculator_dialog_tab{
        width: 100%;
    }
    .calc-tr-head{
        display: none;
    }
    .calc-tr{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .calc-input{
        width: 100%;
    }
}
@media only screen and (min-width: 480px) {
    .calc-input::-webkit-input-placeholder {
        color: transparent;
    }
    .calc-input:-moz-placeholder {
        color: transparent;
    }
    .calc-input::-moz-placeholder {
        color: transparent;
    }
    .calc-input :-ms-input-placeholder {
        color: transparent;
    }
    .calc-td-number span{
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .datepicker-dropdown {
        left: 5px !important;
        width: 100% !important;
    }
    .list-post {
        flex-direction: column;
    }
    .list-post .post-thumb {
        max-width: initial;
    }
    .list-post .image-link img {
        max-width: initial;
        width: 100%;
    }
    .list-post .content {
        margin-top: 20px;
        width: 100%;
        vertical-align: top;
    }
}


@media only screen and (max-width: 767px) {
    .ins-new{
        background-position: center left;
    }
    #ins-ci-v2 p{
        font-size: inherit;
    }
    .products-list .item {
        padding-bottom: 20%;
    }
    .mobile-product-list{
        display: block;
    }
    .desktop-product-list{
        display: none;
    }
    .products-list .sm-items li{
        border: 1px solid #cccccc;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    }
    .sm-items a i{
        display: block;
    }
    .mobile-product-list:hover,.mobile-product-list:focus,.sm-items li:hover,.sm-items li:focus{
        -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
        box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
    }
    .ins-cover{
        background-image: none !important;
        padding: 20px 0 0;
    }

    .ins-cover .jumbotron{
        background: none !important;
        color: black !important;
    }
    .text-center-mobile{
        text-align: center;
    }
    #header-fixed {
        display: none !important;
    }

    .info-data td:first-child {
        width: 50%;
    }

}

@media only screen and (min-width: 767px){
    .plm-0{
        padding-left: 0;
    }
    .only-mobile {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .menu > ul > li:hover, .menu > ul > li.active {
        background: #0c6c43;
        color: #fff;
        box-shadow: none;
    }

    header #login_lista {
        margin-top: 0;
    }
    header #login_lista .regular_href{
        display: inline-block;
    }
    header{
        margin-top: 0 !important;
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    }
    .slidercontainer{
        display: none;
    }
    h1.hp{
        font-size: 22px !important;
    }
    .menu ul{
        margin-top: 10px !important;
    }

    .submenu-menu{
        display: none !important;
    }

    .BGmenu{
        position: absolute;
        width: 100%;
        top: 0;
    }

    .search-desktop {
        display: none !important;
    }

    .search-mobile {
        display: block;
        padding: 14px !important;
    }

    .search-mobile form {
        margin: 0;
        position: relative;
    }
    .menu > ul > li.login-mobile{
        padding-top: 0px !important;
    }
    .menu > ul > li.login-mobile a{
        border: 1px solid #0c8a56;
        padding: 11px;
    }
    .menu > ul > li.login-mobile a i{
        padding: 0 15px 0 0;
    }

    .contact-bar-button {
        padding: 10px 5px 0 5px;
    }

    .contact-bar-button .contact-bar-button-in {
        padding: 0;
    }
    .contact-social {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products-list .item{
        min-height: 370px !important;
    }

}

.rekapitulace-tables h5{
    font-size: 20px;
}
.rekapitulace-tables h4{
    text-align: left;
    font-weight: bold;
}
.rekapitulace-tables h4,.rekapitulace-tables p{
    margin-top: 15px;
}
.rekapitulace-tables table{
    margin-bottom: 15px;
    width: 100%;
}

.rekapitulace-tables table td{
    padding: 3px 0px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.3);
}

.rekapitulace-tables table tr:last-child td{
    border-bottom: 0;
}
.rekapitulace-tables table tr td:first-child{
    width: 50%;
    max-width: 50%;
}

.recap-left-column,.recap-right-column{
    padding: 10px 25px 5px;
}

.recap-right-column{
    background: rgba(215, 215, 215, 0.4);
}

.table-wraps {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.table-wraps:last-child{
    border-bottom: 0;
}


.recap-final-price{
    padding: 15px 25px;
    color: #fff;
    background-color: #9fbf0d;
}

.recap-right-column table tr td:nth-child(2){
    text-align: right;
}

.rekapitulace-tables table tr td:nth-child(2){
    width: 50%;
    max-width: 50%;
}

.rekapitulace-text{
    font-size: 25px;
}

@media screen and (max-width: 992px){
    .recap-left-column,.recap-right-column{
        padding: 10px 15px 5px;
    }
    .rekapitulace-text{
        font-size: 20px;
        padding: 15px;
    }
    .rekapitulace-tables table tr td:first-child{
        width: 70%;
        max-width: 70%;
    }
    .rekapitulace-tables table tr td:nth-child(2){
        width: 30%;
        max-width: 30%;
    }
}

/*novy vyskladani tabulky*/
.ajax-form #cp_compare,
.ajax-form .compare-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.ajax-form #cp_compare{
    font-weight: bold;
    padding: 10px 5px;
    border-bottom: 2px solid #ddd;
}
.ajax-form .cp-item-wrap{
    border-top: 1px solid #ddd;
}
.ajax-form .pojistne-label{
    flex-basis: 15%;
    text-align: center;
}

.ajax-form .pojistovna, .ajax-form .limit-name{
    flex-basis: 15%;
}
.ajax-form .dokument-info{
    flex-basis: 20%;
}
.ajax-form .pojistne,.ajax-form .uzavrit-btn{
    flex-basis: 10%;
}
.ajax-form .dokumenty-click{
    cursor: pointer;
}
.ajax-form .pojisteni-obsahuje{
    flex-basis: 30%;
}

.ajax-form .ajax-compare .prip_box{
    display: inline-block;
    margin-left: 2px;
}

.ajax-form .wrap-rec{
    background: #f5f5f5;
}

.ajax-form .cp-item-rec{
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.ajax-form .pojistovna{
    padding-left: 15px;
}
.ajax-form .bottom-info{
    padding: 10px 15px;
    border-top: 1px solid #f2f2f2;
}

.ajax-form .dokumenty-click,.ajax-form .info-click{
    margin-top: 10px;
}

.ajax-form .dokumenty-row,.ajax-form .detail-info-row{
    padding: 0 15px 10px;
    display: none;
}

@media screen and (min-width: 768px){
    .ajax-form .nazev-prod-mobil{
        display: none;
    }
    .ajax-form .uzavrit-btn{
        text-align: center;
    }

}

@media screen and (max-width: 768px){
    .ajax-form #cp_compare{
        display: none;
    }
    .ajax-form .compare-row {
        flex-wrap: wrap;
    }
    .ajax-form .pojistovna,.ajax-form .limit-name,.ajax-form .pojistne,.ajax-form .uzavrit-btn{
        flex-basis: unset;
        padding: 10px 0;
    }
    .ajax-form .pojistovna{
        order: 1;
        flex: 0 0 33%;
    }

    .ajax-form .limit-name{
        order: 4;
        flex: 0 0 100%;
    }

    .ajax-form .pojistne{
        order: 2;
        flex: 0 0 34%;
    }

    .ajax-form .uzavrit-btn{
        order: 3;
        flex: 0 0 33%;
        text-align: right;
    }
    .ajax-form .pojisteni-obsahuje{
        flex: 0 0 100%;
        order: 5;
        padding: 10px 0;
    }
    .ajax-form .dokument-info{
        order: 6;
        flex: 0 0 100%;
    }
    .ajax-form .pojisteni-obsahuje div{
        /*display: flex;*/
    }
    .ajax-form .pojisteni-obsahuje strong{
        flex-basis: 40%;
    }
    .ajax-form .limit-name{
        padding: 0;
    }
    .ajax-form #cp_compare, .ajax-form .compare-row {
        padding: 15px 10px;
    }

}

.documents-icon{
    color: #dc3545;
    margin-right: 5px;
}

.wrap-typ{
    display: flex;
}

.vyber-typ-pojisteni img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.vyber-typ-pojisteni:hover img{
    -webkit-filter: grayscale(0);
    filter: none;
}

.vyber-typ-pojisteni.active img{
    -webkit-filter: grayscale(0);
    filter: none;
}

.vyber-typ-pojisteni:hover{
    box-shadow: 0px 0px 5px 0px #999;
}
.vyber-typ-pojisteni.active{
    border: 1px solid #9fbf0d;
    box-shadow: 0px 0px 5px 0px #9fbf0d;
}

.vyber-typ-pojisteni.active:before{
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    color: #9fbf0d;
    font-size: 29px;
    background: white;
    border-radius: 50%;
    margin-left: -11px;
}
.vyber-typ-pojisteni{
    position: relative;
    text-align: center;
    margin: 0 15px;
    flex: 1 1 0px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 15px 10px;
    cursor: pointer;
}

.vyber-typ-pojisteni span {
    font-weight: normal;
}

.vyber-typ-pojisteni input {
    display: none;
}

.form-slider {
    margin-top: 30px;
}

@media screen and (max-width: 768px){
    .wrap-typ{
        flex-direction: column;
    }
    .vyber-typ-pojisteni{
        margin-bottom: 15px;
    }
    .typ-selected{
        display: flex;
        align-items: center;
    }
    .vyber-typ-pojisteni img{
        max-width: unset;
    }
    .icon-wrap-dom{
        margin-right: 5px;
    }
    .selected-limit{
        margin-top: 18px;
    }
    .form-slider.row{
        margin-right: -10px;
        margin-left: -10px;
        padding: 15px 0;
        margin-top: 0;
    }
    .limit-checked{
        margin-top: 18px;
    }
    .form-vek{
      margin-left: -10px !important;
      margin-right: -10px !important;
    }

}

.selected-limit{
    text-align: center;
}

.slider-class{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
}



.upsell-table{
    display: flex;
}
.upsell-table .vyber-typ-pojisteni.active::before{
    bottom: auto;
    top: 85px;
}


.upsell-info{
    text-align: center;
    margin-bottom: 25px;
}

.upsell-compare .upsell-td{
    text-align: right;
    font-weight: bold;
    padding: 10px 25px;
}

.upsell-col{
    flex: 1;
    padding: 0;
    margin: 0 5px;
    border: 1px solid rgba(215, 215, 215, 0.4);
}

.upsell-col:first-child{
    border-left: 1px solid rgba(215, 215, 215, 0.4);
}

.upsell-compare{
    flex: 12%;
}

.upsell-hide-desktop{
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .upsell-hide-desktop{
        display: none;
    }

    .form-slider{
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px){
    .upsell-compare{
        display: none;
    }
    .nadpisy-hide-xs{
        display: none ;
    }
    .upsell.container{
        padding-left: 6px;
        padding-right: 6px;
    }
    .btn-spz{
        width: 100%;
        margin-top: 15px;
    }
}

/*.owl-stage{*/
/*    margin-left:-30px;*/
/*}*/

.upsell-items{
    display: flex;
    flex: 65%;
}

.upsell-compare .upsell-title{
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

.upsell-td{
    text-align: center;
    border: solid rgba(215, 215, 215, 0.4);
    border-width: 0px 0px 1px 0px;
    padding: 10px 9px;
}

/*.upsell-td:nth-child(even){*/
/*    background: rgba(215, 215, 215, 0.4);*/
/*}*/

.upsell-title{
    border-bottom: 1px solid rgba(215, 215, 215, 0.4);
    text-align: center;
    height: 110px;
}

.upsell-btn{
 border-bottom: 0;
}

.upsell-cena{
    font-weight: bold;
    font-size: 20px;
}

.selected-limit input{
    transform: scale(2);
}

.limit-nadpis{
    text-align: right;
}

.uraz-nadpis{
    font-weight: bold;
}
.uraz-nadpis-cena{
    text-align: center;
}

.nadpisFS{font-size: 18px}
.paddingTd{padding-left: 10px;padding-right: 10px;}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-prev, .owl-next {
    width: 2rem;
    height: 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

#gallery-list .owl-prev, #gallery-list .owl-next {
    top: 43%;
}

.owl-prev {
    left: -2rem;
}

.owl-next {
    right: -2rem;
}

.owl-prev i, .owl-next i {
    -webkit-transform: scale(3);
    transform: scale(3);
    color: #595858;
}

.owl-theme .owl-dot.active span, .owl-theme .owl-dot:hover span {
    background: #9fbf0d;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    text-decoration: none;
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:focus i,
.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #9fbf0d;
}

.nadpis-nemovitost-domacnost{
    padding-top: 20px;
}

.nepovinne-udaje{
    background: rgba(215, 215, 215, 0.3);
    padding-bottom: 20px;
    margin-top: 30px;
}

.zprostredkovatele-wrap h4{
    margin-top: 40px;
}

.documents-base a{
    font-size: 18px;
    font-weight: bold;
}
.documents-base a:hover{
    text-decoration: none;
}
.documents-base .documents-companies{
    font-weight: bold;
    font-size: 20px;
}

.documents-base ul{
    list-style-type: none;
    padding-left: 0;
}

.documents-base li{
    padding-bottom: 5px;
}

.plps a{
    background: url("../images/icons-art/ikonka_pojisteni_psu.png") no-repeat left center;
}

.plbi a{
    background: url("../images/icons-art/ikonka_pojisteni_majetku.png") no-repeat left center;
}

.plprz a{
    background: url("../images/icons-art/ikonka_pojisteni_podnikatelu.png") no-repeat left center;
}

.pldci a {
    background: url("../images/icons-art/ikonka_urazove_pojisteni_deti.png") no-repeat left center;
}

.rizika_list_storno{
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

.spolupracujeme img {
    max-height: 35px;
    margin: 15px 30px;
}

.header-tel{
    color: #222222;
}
.header-tel:hover{
    color: #222222;

}

#content-act article[id^="post-"] img {
    max-width: 100%;
    height: auto;
}