@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');

body {
    font-family: 'Roboto', sans-serif !important;
    background: #fff;
}

.m-0 {
    margin: 0px;
}

.w-100 {
    width: 100%;
}

.splide__slide {
    height: 400px;
}

.splide {
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
}

.search-area input {
    border-radius: 3px!important;
}

.contact-team h3 {
    text-align: center;
    margin: 50px 0px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700!important;
}

.contact-team .grid-4 {
    display: grid;
    gap: 25px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.contact-team .grid-4 div {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 40px 25px 130px 25px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 15px;
    color: #333;
    margin: 5px;
}

.contact-team img {
    height: 70px;
    width: auto;
    border-radius: 70px;
    display: block;
    margin: 0px auto;
}

.contact-team {
    margin-bottom: 100px!important;
}

.contact-team div {
    position: relative;
}

.contact-part {
    position: absolute!important;
    bottom: 40px;
    margin: 0px!important;
    padding: 0px!important;
    box-shadow: unset!important;
    width: calc(100% - 50px)!important;
    height: 90px;
}

.contact-team div h3 {
    margin: 25px 0!important;
    font-size: 18px!important;
}

.contact-items {
    padding: 100px 0 0 0!important;
}

.contact-team div p {
    margin-bottom: 25px;
}

.contact-team div .btn {
    display: block;
    width: 100%;
    padding: 9px 0px;
    background-color: rgb(231, 231, 231);
    border-radius: 50px;
    color: #222;
    font-size: 14px;
    font-weight:500!important;
}

.contact-team .only-tel {
    margin-top: 0px!important;
    background-color: rgb(231, 231, 231)!important;
    color: #222!important;
}

.contact-team div .btn:last-of-type {
    margin-top: 10px;
    background-color: #c83a38;
    color: #fff;
}

.contact-items div {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 15px;
    color: #333;
    margin: 5px;
}

.contact-items div a {
    color: #333;
    transition: .3s;
}

.contact-items div a:hover {
    color: #c83a38;
}

.contact-items div h3 {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 700!important;
    text-align: center;
}

.contact-items img {
    height: 40px;
    display: block;
    margin: 0px auto;
}

#news-box {
    height: 34px;
    z-index: 100001;
    position: fixed;
    top: 0;
    width: 100%;
    color: #f1f2f3;
    font-weight: 400;
    line-height: 34px;
    overflow: hidden;
}

.top_34 {
    top: 34px!important
}

.top_68 {
    top: 68px!important
}

.top_156 {
    top: 156px!important
}

header#sec {
    width: 100%;
    height: 34px;
    background: #222222;
    border-bottom: 1px solid #444444;
    position: fixed;
    top: 0px;
    z-index: 100000;
}

header#prim {
    width: 100%;
    height: 89px;
    background: #333333;
    border-bottom: 1px solid #444444;
    position: fixed;
    top: 34px;
    z-index: 100000;
}

#map {
    width: 100%;
    height: 400px;
}

.reset-page form {
    max-width: 50%;
    margin-top: 20px;
}

.reset-page form input {
    margin-bottom: 10px;
}

.reset-page form input:last-of-type{
    margin-bottom: 0px;
}

.reset-page form button {
    border: 0px;
    margin-top: 20px!important;
}

.reset-page {
    min-height: calc(100vh - 378px);
    box-sizing: border-box;
}

@media (max-width: 1140px) {
.row-sm {
    width: 100%;
    overflow: hidden;
}

.row-sm button {
    margin-left: 25px!important;
}
    
.grid-3.contact-items {
    grid-auto-rows: unset;
}

    .contact-team .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ikonky {
        grid-template-columns: repeat(4, 1fr)!important;
        gap: 15px!important;
    }

    .ikonky button br {
        display: none!important;
    }

    .ikonky button {
        padding-bottom: 50px!important;
    }

    .layout.np {
        width: 90%!important;
    }

    .reset-page {
        min-height: calc(100vh - 425px);
        box-sizing: border-box;
    }

    .reset-page form {
        width: 100%;
        max-width: 100%;
    }

    .login-page .half {
        width: 100%!important;
    }

    .np #faktura {
        min-width: 100%;
    }

    .invoice-grid {
        grid-template-columns: 1fr!important;
        row-gap: 40px;
    }

    .np select {
        width: 100%!important;
    }

    .grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .flex-wrap {
        grid-template-columns: repeat(3, 1fr)!important;
        row-gap: 35px!important;
    }

.wrap_gallery img {
    height: 150px;
    border-radius: 5px;
}

.gallery_img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.remove_img {
    right: -5px!important;
}

    .popup-gallery.bazar {
        height: auto;
        width: 100%;
        overflow: hidden;
    }
    
    .popup-gallery.bazar .img {
        float: left;
        width: auto;
        margin-bottom: 10px;
    }

    .popup-gallery.bazar .img img {
        width: 100%;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }
    
    .popup-gallery.bazar .thumb {
        width: 100%;
        float: right;
        height: 100%;
        overflow-y: auto;
    }
    
    .popup-gallery.bazar .thumb h4 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        font-size: 14px;
    }
    
    .popup-gallery.bazar .thumb img {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        float: left;
        display: inherit;
        margin-right: 10px;
    }

.bazar_down_mob {
    margin-bottom: 10px!important;
}

.button_dark_v2  {
    margin-bottom: 10px;
}

.mob_col_top {
    margin-top: 20px;
}

button.remove, button.done {
    height: 40px!important;
}

.doplnkove_sluzby {
    display: block;
    overflow: hidden;
}

    .doplnkove_sluzby .offer {
        height: auto;
        width: calc(50% - (25px / 2));
        border-radius: 5px;
        background: #fff;
        float: left;
        padding: 20px;
        text-align: center;
        color: #555;
        font-weight: 500;
        font-size: 11px;
        margin-bottom: 15px;
    }
    
    .doplnkove_sluzby .offer img {
        display: block;
        margin:0px auto;
        height: 25px;
        margin-bottom: 10px;
    }
    
    .doplnkove_sluzby .offer:nth-child(2n) {
        margin-left: 25px;
    }

    label.bonus img { 
        display: none;
        height: 14px;
        width: 14px;
        margin-top: -4px;
        margin-left: 3px;
    }

    .order_voucher label.click { 
        width: calc(50% - 5px)!important;
        float: left!important;
        margin: 0px!important;
        margin-bottom: 10px!important;
      }
      
      .order_voucher label.click:nth-of-type(2n) {
        margin-left: 10px!important;
      }

      .order_voucher label.click:last-of-type {
          margin-right: 0px;
      }

.mob_hide {
    display: none;
}

    .select_voucher {
        width: 100%!important;
        margin-bottom: 25px;
    }

    .order_btn {
        height: 40px!important;
        line-height: 40px!important;
    }

    img.img_mob {
    display: none!important;
}

    .white_wrap_right {
        width: 100%!important;
        margin-top: 20px;
    }

    .white_wrap_left {
        float: left!important;
        width: 100%!important;
        overflow: auto!important;
    }


    .mob_half {
        width: 100%!important;
    }


    .contact_form input[type=submit] {
        border-radius: 5px!important;
        margin-top: 5px;
        height: 35px;
        line-height: 35px;
        background-color: #d63031;
        background-image: url(../img/mXA3QfBIkCSy9b98D1nZMV7ts23t4v2zLmP13kph94QabYoR_n2aDQ34tCy0kmN5tc0QxpO4GuiiUM9M5JNqHI76luwIHgxaY.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: right 15px center !important;
        display: inline-block;
        width: auto;
        padding-left: 25px;
        padding-right: 40px;
    }

    .wrap {
        width: 90%;
        overflow: hidden;
        margin: 0px auto;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    .wrap h2.new {
        margin: 0px;
        font-size: 16px;
        margin-bottom: 30px;
        width: 100%;
        padding-left: 23px;
    }
    
    .wrap h2.new.bazar {
        background-image: url(../img/grey_shopping_cart.png)!important;
        background-size: 16px 16px;
    }
    
    .wrap h2.new.pridat-polozku {
        background-image: url(../img/grey_plus.png)!important;
        background-size: 16px 16px;
    }
    
    .wrap .wrap-l {
        width: 100%;
    }
    
    .wrap .wrap-r {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .wrap a.btn {
        width: 100%;
        height: 40px;
        background:#485460;
        line-height: 40px;
        color: #fff;
        padding: 0px;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        padding-left: 36px;
        margin-bottom: 5px;
    }
    
    .wrap a.btn.bazar {
        background-image: url("../img/menu_objednavky.png");
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    .wrap a.btn.bazar_schvaleno {
        background-color: #2ecc71!important;
        background-image: url("../img/menu_objednavky.png")!important;
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    .wrap a.btn.bazar_zamitnuto {
        background-color: #d63031!important;
        background-image: url("../img/menu_objednavky.png")!important;
        background-repeat: no-repeat;
        background-position: 10px center;
    }
    
    .wrap a.btn.pridat_polozku {
        background-image: url("../img/menu_plus.png");
        background-repeat: no-repeat;
        background-position: 10px center;
    }
    
    .wrap input[type=radio] {
        display: none;
    }
    
    .clicked-for-check {
        height: 25px;
        border: 1px solid #d63031;
        border-radius: 25px;
        line-height: 24px;
        padding: 0px 15px 0px 15px;
        margin-right: 5px;
        font-size: 12px;
        color:#d63031;
        transition: 0.3s;
    }
    
    .check-with-label:hover + .clicked-for-check {
        background: #d63031;
        color: #fff;
        transition: 0.3s;
      }
    
    .check-with-label:checked + .clicked-for-check {
        background: #d63031;
        color: #fff;
        transition: 0.3s;
      }
    
    .wrap input[type=text].bazar, input[type=number].bazar, textarea.bazar {
        border: 0px;
        background: #f5f6fa;
        height: 40px!important;
        width: 100%;
        padding-left: 10px;
        font-size: 13px;
        border-radius: 0px;
    }
    
    .wrap textarea.bazar {
        height: auto!important;
        resize: none;
    }
    
    .wrap input[type=text].bazar:hover,input[type=number].bazar:hover, textarea.bazar:hover {
        background: #f1f2f6;
    }
    
    .wrap input[type=text].bazar::-webkit-input-placeholder,input[type=number].bazar::-webkit-input-placeholder, textarea.bazar::-webkit-input-placeholder { /* Edge */
        color: #718093;
      }
      
    .wrap input[type=text].bazar:-ms-input-placeholder,input[type=number].bazar:-ms-input-placeholder, textarea.bazar:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color:#718093;
      }
      
    .wrap input[type=text].bazar::placeholder,input[type=number].bazar::placeholder, textarea.bazar::placeholder {
        color:#718093;
      }
    
    span.countdown, span.countdown_sec {
          margin-left: -25px;
          color: #999;
          font-size: 12px;
    }
    
    span.countdown_sec {
        margin-left: -30px;
        position: relative;
        top: -10px;
    }
    
    a#kraj {
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
        background-color: #f5f6fa;
        cursor: pointer;
        margin-top: 10px;
        font-size: 13px;
        color: #718093;
        padding-left: 10px;
        background-image: url(../img/drop-down-arrow.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 14px 16px;
    }
    
    .wrap .drop {
        width: 100%;
    }
    
    .gallery {
        margin-bottom: 25px;
        overflow: hidden;
    }

    #sub input[type=submit] {
        width: auto!important;
        height: 30px!important;
        line-height: 30px!important;
        font-size: 11px!important;
        margin-top: 5px;
    }
    .mob_over {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .mob-l {
        width: 50%;
        float: left;
    }

    .span_right_last {
        display: none;
    }

    .span_right {
        display: none;
    }


    .mob-hide {
        display: none;
    }

    aside {
        width: 100%;
        margin-top: 50px;
    }

.mob-hide {
    display: none;
}

.mob-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bgtext {
    text-align: center;
}

.rent-table .red_btn {
    margin: 0px auto;
    margin-top: 25px;
    display: block;
}

    .rent-wrap {
        width: 100%;
        margin-top: 50px;
        overflow: hidden;
    }
    
    .rent-wrap .image {
        float: none;
        width: 200px;
        margin: 0px auto;
    }
    
    .rent-wrap .description {
        float: left;
        padding-left: 0px;
    }
    
    .rent-wrap .description h2 {
        font-size: 22px;
        margin: 0px;
    }
    
    .mob-top-remove {
        margin-top: 0px!important;
    }

    .dropbtn {
        background-color: #f7f8f9;
        background-image: url(../img/select-down.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) center;
        background-size: 16px 16px;
        color: #888;
        padding: 16px;
        font-size: 13px;
        border: none;
        cursor: pointer;
        display: block;
        width: 100% !important;
      }
      
        .dropdown {
        display: inline-block;
        width: 100%;
      }
      
      .dropdown-content {
        display: none;
        background-color: #f7f8f9;
        width: 100%;
        z-index: 1;
      }

    span.login {
        width: 100%;
        text-align: center;
        margin-top: 0px !important;
    }

    fieldset input[type=text]{
        height: 35px!important;
      }

.mob {
    margin-bottom: 25px !important;
}

.line {
    width: 100%;
}

    input[type=radio],
    input.radio {
      float: none;
      clear: none;
      margin: 2px 0 0 2px;
      cursor: pointer;
      margin-top: 20px;
    }

    span.rent-price {
        text-align: center;
    }

    input[type=submit].rent_input {
        height: 45px !important;
        line-height: 45px !important;
        display: block;
        float: left;
        clear: both;
        width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 12px !important;
    }

    input[type=date].rent-date {
        height: 30px !important;
        line-height: 24px !important;
        width: auto !important;
        display: block;
        float: left;
        clear: both;
        text-align: center !important;
        cursor: pointer;
        font-size: 12px;
    }

    fieldset label {
        display: inline-block !important;
        float: none;
    }

    .rent {
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }
    
    .rent h3 {
        font-size: 14px;
        font-weight: 500 !important;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .rent a {
        color: #333;
    }
    
    .rent img {
        height: 80px;
    }
    
    .rent span {
        font-size: 11px;
        color: #9c9c9c;
    }

    table.table-cenik {
        width: 100%;
        margin-bottom: 25px;
    }

.mob-down-remove {
    margin-bottom: 0px!important;
}

    .mob-padd-25 {
    margin-bottom: 25px;
    }

.mob-table {
    display: block; overflow-x: auto; white-space: nowrap;
}

    button.my_btn_dark, .links a.my_btn_dark {
        background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 9px;
        padding-bottom: 9px;
        border-radius: 50px;
        font-size: 12px;
        background-size: 300% 100%;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
        border: 0px;
    }
    
    button.my_btn_dark:hover, .links a.my_btn_dark:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color:#fff ;
        border: 0px;
    }

    .links {
        width: 100%;
        min-height: 32px;
        margin-bottom: 35px;
        padding-top: 0px;
        overflow: hidden;
    }

    .links a.my_btn_dark {
        margin-bottom: 10px;
    }

    .menu-polozka {
        width: calc(50% - 12.5px);
        background: #f2f3f4;
        float: left;
        border-radius: 5px;
        padding: 15px;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        margin-bottom: 25px;
    }
  
    .menu-polozka:nth-child(2) {
      margin-left: 25px;
    }

    .menu-polozka:nth-child(4) {
        margin-left: 25px;
      }

      .menu-polozka:nth-child(6) {
        margin-left: 25px;
      }

      .menu-polozka:nth-child(8) {
        margin-left: 25px;
      }
  
    .menu-polozka img {
      margin-bottom: 15px;
      height: 45px!important;
  }

.hide-mob {
    display: none;
}

    .nabidka {
        width: 90%;
        top: 142px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        background: #fff;
        z-index: 10001;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        border-radius: 5px;
    }
    
    .nabidka a {
        display: block;
        color: #666;
        border-radius: 50px;
        border: 1px solid #919191;
        height: 45px;
        width: calc(100% - 10px);
        line-height: 45px;
        padding-left: 20px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .nabidka a:hover {
        background: #f7f8f9;
    }
    
    .nabidka a span.neservisujeme {
        background: #e14e53;
        color: #fff;
        float: right;
        display: block;
        height: 20px;
        line-height: 20px;
        width: 120px;
        text-align: center;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 300;
        margin-top: 12px;
        margin-right: 10px;
    }
    
    .nabidka img {
        position: absolute;
        right: -16px;
        top: -16px;
        cursor: pointer;
    }

    .stav {
        margin-bottom: 50px;
    }

    footer.prim .l:first-of-type {
        margin-bottom: 50px;
     }

    .review:first-of-type {
        margin-top: 50px;
     }

    .review {
        width: 100%;
        background: #fff;
        border-radius: 5px;
        padding: 20px;
        margin-top: 25px;
    }

    .review .rating img {
        height: 16px;
        width: 16px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    h2.line {
        text-align: left;
        text-transform: uppercase;
        font-weight:400;
        margin-bottom: 25px;
        color: #000;
        font-size: 24px;
        line-height: 1.5em;
    }

.layout-fw {
    width: 100%;
    background: #444;
}

nav.login {
        display: none;
    }

.mob-od {
    margin-top: 30px;
}

    .layout-flex {
        width: 90%;
        margin: 0px auto;
    }
    
    .layout-flex .l-flex {
        width: 100%;
        float: left;
    }
    
    .layout-flex .l-flex:nth-of-type(1) {
        margin-right: 0px;
    }
    
    .layout-flex .l-flex input[type=checkbox] {
        vertical-align: middle;
        position: relative;
        margin-top: -3px;
        margin-left: 10px;
        cursor: pointer;
        border-radius: 50px;
      }
    
      .layout-flex .l-flex input[type=text], input[type=email],input[type=number],input[type=password] {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: 1px solid #e6e6e6;
        outline: none;
        font-family: 'Roboto', sans-serif !important;
      }


    h2.dark {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 30px;
        background: #fff;
        color: #919191;
        font-size: 22px;
        font-weight: 300;
        text-align: left;
    }

    h2.dark::first-letter{
        text-transform: uppercase !important;
      }


    #postup .right {
        width: 100%;
    }
    
    #postup .right .order {
        width: calc(100% - 20px);
        padding: 30px;
        -webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
        text-align: center;
        color: #919191;
        font-size: 14px;
        font-weight: 300;
        border-radius: 3px;
        margin: 0px auto;
        margin-bottom: 50px;
    }
    
    #postup .right .order img {
        height: 48px;
        width: 48px;
        margin-bottom: 30px;
    }
    
    #postup .right .order strong {
        font-size: 16px;
        font-weight: 500;
        color: #666;
    }
    
    #postup .right .order a.my_btn_dark {
        background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
        /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 9px;
        padding-bottom: 9px;
        border-radius: 50px;
        font-size: 12px;
        background-size: 300% 100%;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    
    #postup .right .order a.my_btn_dark:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color: #fff;
    }
    
    #postup .right .order a.my_btn_dark:focus {
        outline: none;
    }

    #postup i {
        background: transparent!important;
    }

    #why {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
        overflow: hidden;
    }
    
    #why .left {
        width: 100%;
    }
    
    #why .right {
        width: 100%;
    }
    
    #why .right #reviews {
            width: 100%;
            min-height: 300px;
            padding: 30px;
            float: right;
            text-align: center;
            color: #919191;
            font-size: 14px;
            font-weight: 300;
            margin: 0px auto;
            margin-top: 50px;
            background: #fff;
            overflow: hidden;
        }
        
    #why .right #reviews strong {
        font-weight: 500;
        color: #333;
    }
    
    #why .right #reviews div {
        position: absolute;
        width: 50%;
        max-width: 320px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
    
    #why .right #reviews div img {
        height: 75px;
    }

    #steps {
        width: 100%;
    }
    
    #steps .step {
        width: 100%;
        text-align: center;
        color: #919191;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 50px;
    }
    
    #steps .step img {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }
    
    #steps .step strong {
        font-size: 16px;
        font-weight: 500;
        color: #666;
    }


    #showmenu {
        cursor: pointer;
        z-index: 100000;
    }
    
    .layout {
        margin: 0px auto;
        width: 90%;
        overflow: hidden;
    }

    nav.desktop {
        display: none;
    }

    header .logo {
        height: 50px;
        float: left;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    header .logo img {
        height: 50px;
    }

    header ul {
        float: right;
        height: 40px;
        width: 40px;
        background: url(../img/menu.png);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 22px;
    }

    .menu {
        background: #333;
        width: 100%;
        overflow: hidden;
        display: none;
        padding-bottom: 15px;
        top: 122px;
        position: fixed;
        z-index: 100000;
    }

    .menu a {
        display: block;
        width: 100%;
        height: 50px;
        color: #919191;
        border-top: 1px solid #404040;
        line-height: 50px;
        font-size: 13px;
        padding-left: 15px;
    }

    .layout-fw a {
       border-top: 1px solid #555;
    }

    .layout-fw a:first-of-type {
        border-top: none;
     }

     .layout-fw a:last-of-type {
        border-top: 1px solid #555 !important;
     }


    .menu a.active {
        color: #fff;
    }

    .menu a:first-of-type {
         border-top: none;
      }

    .menu a:last-of-type {
        border-top: none;
      }

    .menu a.my_btn_classic {
        padding-left: 0px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    input, label {
        font-family: 'Roboto', sans-serif !important;
    }

    input[type=text], input[type=email],input[type=number],input[type=password] {
        width: 100%;
        padding-left: 15px;
        box-sizing: border-box;
        border-radius: 50px;
        border: 1px solid #e6e6e6;
        outline: none;
        font-family: 'Roboto', sans-serif !important;
        height: 45px;
        -webkit-appearance: none;
      }

      input[type=text]::placeholder, input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder {
        color: #e3e3e3;
      }      

      label {
        font-weight: 400;
        font-size: 12px;
        color: #919191;
      }

      input[type=checkbox] {
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 10px;
        cursor: pointer;
      }

      .left {
          width: 100%;
          margin-bottom: 20px;
      }

      h3 {
          text-align: center;
          margin-bottom: 25px;
      }

    .full {
        width: 100% !important;
    }

    #vyber-dron {
        margin-top: 50px;
        overflow: hidden;
        width:100%;
    }
    
    #vyber-dron .column {
        width: calc(50% - 25px);
        float: left;
        text-align: center;
        cursor: pointer;
    }
    
    #vyber-dron .column img {
        height: 80px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    #vyber-dron .column a.my_btn {
        background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  
        /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
        color: #fff;
        border-radius: 50px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        background-size: 300% 100%;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
    
    #vyber-dron .column a.my_btn:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        cursor: pointer;
    }
    
    #vyber-dron .column a.my_btn:focus {
        outline: none;
    }
    
    #vyber-dron .column:nth-of-type(1) {
        margin-right: 50px;
    }
    
    #vyber-dron .column:nth-of-type(3) {
        margin-right: 50px;
    }

    #spolupracujeme {
        padding-bottom: 50px;
    }
    
    .partner {
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .partner:nth-of-type(5) {
        margin-bottom: 50px;
    }
    
    .partner img {
        height: 40px;
        margin-bottom: 15px;
    }
    
    .partner a {
        text-transform: uppercase;
        color: #666;
        font-size: 12px;
        font-weight: 300;
    }

    .rem {
        padding-top: 0px !important;
    }

    .layout .l {
        width: 100%;
        float: left;
    }
    
    .layout .r {
        width: 100%;
        float: left;
    }

    .order {
        background: #F0F3F4;
        width: 100%;
        overflow: hidden;
        padding: 20px;
        margin-bottom: 20px;
    }

    .order .id {
        float: left;
        border-radius: 50px;
        background: #e3484b;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 5px;
    }

    .order .standard {
        float: left;
        border-radius: 50px;
        background: #a0a6ab;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .order .date, .order .dron {
        width: 100%;
        color: #666;
        margin-top: 7px;
    }

    .order .stav {
        width: 100%;
        margin-top: 7px;
        color: #666;
        margin-bottom: 20px !important;
    }

    .order a.show {
        width: 100%;
        height: 35px;
        background: #555;
        color: #9a9a9a;
        border-radius: 50px;
        line-height: 35px;
        text-align: center;
        display: block;
        font-size: 12px;
    }

    .order .con {
        width: 100%;
        overflow: hidden;
    }

    .radius {
        border-radius: 40px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-left: 5px !important;
    }

    input[type=search] {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: 1px solid #e6e6e6;
        outline: none;
        height: 35px;
        font-family: 'Roboto', sans-serif !important;
        margin-bottom: 35px;
      }

      .blob {
        border-radius: 50%;
        margin-left: 4px;
        margin-right: 10px;
        height: 16px!important;
        width: 16px!important;
        float: left;
    }
    
    .blob.orange {
        background: rgba(255, 121, 63, 1);
        transform: scale(1);
        animation: pulse-orange 2s infinite;
    }
    
    .blob.grey {
        background: rgba(156, 156, 156, 1)!important;
        transform: scale(0.8);
    }
    
    @keyframes pulse-orange {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
        }
    
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
        }
    
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
        }
    }
    
    @keyframes pulse-grey {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(156, 156, 156, 0.7)
        }
    
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(156, 156, 156, 0);
        }
    
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(156, 156, 156, 0)
        }
    }
    
    .blob.green {
        background: #2ecc71;
        transform: scale(0.8);
    }
    
    @keyframes pulse-green {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
        }
        
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
        }
        
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
        }
    }
    
    .new-status {
        width: 100%;
        overflow: hidden;
        margin-top: 35px;
    }
    
    .order-info {
        width: 100%;
        overflow: hidden;
        background: #fff;
        margin-top: 50px;
        padding: 25px;
        border-radius: 5px;
    }
    
    .new-status span {
        display: block;
        float: left;
        font-size: 14px;
        color: rgba(156, 156, 156, 1);
        width: calc(100% - 30px);
    }
    
    .new-status span.orange {
        color: rgba(255, 121, 63, 1);
        font-weight: 500;
    }

    .new-status span.red {
        color: #d63031;
        font-weight: 500;
    }
    
    .new-status span.green {
        color: #2ecc71;
        font-weight: 500;
    }
    
    button.green {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background:#2ecc71;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-left: 30px;
        margin-top: 6px;
        border: 0px;
    }
    
    button.orange {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: rgba(255, 121, 63, 1);
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 30px;
    margin-top: 6px;
        border: 0px;
    }

    button.red {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: #d63031;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 30px;
    margin-top: 6px;
        border: 0px;
    }
    
    button.dark-grey {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: #9c9c9c;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 30px;
    margin-top: 6px;
        border: 0px;
    }

    button.red {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: #d63031;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 30px;
    margin-top: 6px;
        border: 0px;
    }
    
    .new-status .row {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .new-status .row:first-of-type {
        margin-top: 5px;
    }
    
    .new-status input[type=text] {
        height: 23px;
    width: 150px!important;
    font-size: 12px;
    text-align: center;
    padding: 0px!important;
    float: left;
    margin-left: 30px;
    margin-top: 6px;
    }

    .new-status .f-m {
        width: 100%;
        overflow: hidden;
    }
    
    .new-status span.clock {
        font-size: 12px;
        color: #a0a6ab;
        font-weight: 500;
        display: block;
    width: 100%;
    padding-left: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
    }
    
    .new-status span.clock img {
        margin-top: -2px;
    }

    .blob.red {
        background:rgba(214, 48, 49, 1);
        transform: scale(1);
        animation: pulse-red 2s infinite;
    }
@keyframes pulse-red {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(214, 48, 49, 0.7);
        }
    
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(214, 48, 49, 0);
        }
    
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 10px rgba(214, 48, 49, 0);
        }
    }
}

@media (max-width: 700px) {
    .splide__slide {
        height: auto;
    }
    
    .splide {
        height: auto;
    }

    .grid-3 {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .flex-wrap {
        grid-template-columns: repeat(2, 1fr)!important;
        row-gap: 30px!important;
        column-gap: 15px!important;
    }

    .item {
        width: calc((100% - 10px) / 2)!important;
        margin-right: 10px!important;
    }

    .item:nth-child(2n) {
        margin-right: 0px!important;
    }

    .item_img {
        width: 100%!important;
    }
}

@media (min-width: 701px) {
    .item {
        width: calc((100% - 30px) / 4)!important;
        margin-right: 10px!important;
    }

    .item:nth-child(4n) {
        margin-right: 0px!important;
    }

    .item_img {
        width: 100%!important;
    }
}

@media (min-width: 1141px) {
    .min-height {
        min-height: calc(100vh - 438px);
    }

    .grid-layout {
        width: 1100px!important;
        margin: 0px auto!important;
        grid-template-columns: repeat(3, 1fr);
    }

    .customer .offer:last-of-type {
        margin-right: 0px;
    }


    aside {
        overflow: hidden;
        width: 250px;
        float: right;
    }

    aside h4 {
        width: 100%!important;
        margin-bottom: 10px!important;
    }

    aside input[type="submit"] {
        height: 28px!important;
        line-height: 28px!important;
        border-radius: 5px!important;
        font-size: 12px!important;
    }

    aside p {
        width: 100%!important;
        font-size: 12px!important;
        color: #777!important;
        overflow: hidden!important;
        margin-bottom: 15px!important;
    }

.wrap_gallery img {
    float: left;
    height: 150px;
    margin-right: 15px;
    border-radius: 5px;
}

.custom_small {
    height: 35px!important;
    line-height: 35px!important;
    display: inline-block!important;
    width: auto!important;
    padding: 0px 25px 0px 25px!important;
    font-size: 11px!important;
    border-radius: 5px!important;
}

    .doplnkove_sluzby {
        width: 100%;
        overflow: hidden;
        display: flex;
    }

    .popup-gallery.bazar {
        height: 500px;
        width: 100%;
        overflow: hidden;
    }
    
    .popup-gallery.bazar .img {
        height: 500px;
        float: left;
        width: auto;
    }
    
    .popup-gallery.bazar .thumb {
        width: 140px;
        float: right;
        height: 100%;
        padding-right: 10px;
        overflow-y: auto;
    }
    
    .popup-gallery.bazar .thumb h4 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        font-size: 14px;
    }
    
    .popup-gallery.bazar .thumb img {
        width: 100%;
        margin-bottom: 10px;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }
    
    .popup-gallery.bazar .img img {
        height: 500px;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }


    .edit_user_width {
        width: calc(50% - 10px)!important;
    }
    
    .edit_user_margin_right {
        margin-right: 20px!important;
    }

    .col_l_margin {
        margin-left: 20px;
    }

    .col2 {
        width: calc(50% - 10px)!important;
    }

.mob-l {
    overflow: hidden;
}

    .doplnkove_sluzby .offer {
        flex: 1;
        width: calc((100% - 50px) / 3);
        height: auto;
        border-radius: 5px;
        background: #fff;
        float: left;
        padding: 20px;
        text-align: center;
        color: #555;
        font-weight: 500;
        font-size: 12px;
        margin-right: 25px;
    }
    
    .doplnkove_sluzby .offer img {
        display: block;
        margin:0px auto;
        height: 35px;
        margin-bottom: 10px;
    }
    
    .doplnkove_sluzby .offer:nth-child(5) {
        margin-right: 0px!important;
    }

    label.bonus img { 
        height: 14px;
        width: 14px;
        margin-top: -4px;
        margin-left: 3px;
    }

.show_mobile {
    display: none;
}

    .order-info input[type=text] {
        width: 100%!important;
        margin-right: 10px;
        float: left!important;
        height: 25px!important;
        border-radius: 0px!important;
        background: #e6e6e6!important;
        padding: 0px!important;
        text-align: center!important;
        font-size: 12px!important;
    }

    .order-info select {
        width: calc(100% - 35px)!important;
        margin-right: 10px;
        float: left!important;
        height: 25px!important;
        border-radius: 0px!important;
        background: #e6e6e6!important;
        padding: 0px!important;
        text-align: center!important;
        font-size: 12px!important;
    }

    .order-info input[type=file] {
        width: calc(100% - 35px)!important;
        margin-right: 10px;
        float: left!important;
        height: 25px!important;
        border-radius: 0px!important;
        background: none!important;
        padding: 0px!important;
        text-align: center!important;
        font-size: 12px!important;
    }

.order-info p {
    margin-bottom: 15px;
    font-size: 13px;
}

    .contact_form input[type=submit] {
        border-radius: 5px!important;
        margin-top: 5px;
        height: 40px;
        line-height: 40px;
        background-color: #d63031;
        background-image: url(../img/mXA3QfBIkCSy9b98D1nZMV7ts23t4v2zLmP13kph94QabYoR_n2aDQ34tCy0kmN5tc0QxpO4GuiiUM9M5JNqHI76luwIHgxaY.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: right 15px center !important;
        display: inline-block;
        width: auto;
        padding-left: 25px;
        padding-right: 40px;
    }

    .wrap {
        width: 1100px;
        margin: 0px auto;
        margin-top: 40px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .wrap h2.new {
        margin: 0px;
        font-size: 16px;
        margin-bottom: 30px;
        width: 100%;
        padding-left: 23px;
    }
    
    .wrap h2.new.bazar {
        background-image: url(../img/grey_shopping_cart.png)!important;
        background-size: 16px 16px;
    }
    
    .wrap h2.new.pridat-polozku {
        background-image: url(../img/grey_plus.png)!important;
        background-size: 16px 16px;
    }

    .wrap h2.new.item_bazar {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        background: none;
        padding-left: 0px;
    }
    
    .wrap .wrap-l {
        width: 800px;
        float: left;
    }
    
    .wrap .wrap-r {
        width: 250px;
        float: right;
    }
    
    .wrap a.btn {
        width: 100%;
        height: 40px;
        background:#485460;
        line-height: 40px;
        color: #fff;
        padding: 0px;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        padding-left: 36px;
        margin-bottom: 5px;
    }
    
    .wrap a.btn.bazar {
        background-image: url("../img/menu_objednavky.png");
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    
    .wrap a.btn.bazar_schvaleno {
        background-color: #2ecc71!important;
        background-image: url("../img/menu_objednavky.png")!important;
        background-repeat: no-repeat;
        background-position: 10px center;
    }

    
    .wrap a.btn.bazar_zamitnuto {
        background-color: #d63031!important;
        background-image: url("../img/menu_objednavky.png")!important;
        background-repeat: no-repeat;
        background-position: 10px center;
    }
    
    .wrap a.btn.pridat_polozku {
        background-image: url("../img/menu_plus.png");
        background-repeat: no-repeat;
        background-position: 10px center;
    }
    
    .wrap input[type=radio] {
        display: none;
    }
    
    .clicked-for-check {
        height: 25px;
        border: 1px solid #d63031;
        border-radius: 25px;
        line-height: 24px;
        padding: 0px 15px 0px 15px;
        margin-right: 5px;
        font-size: 12px;
        color:#d63031;
        transition: 0.3s;
    }
    
    .check-with-label:hover + .clicked-for-check {
        background: #d63031;
        color: #fff;
        transition: 0.3s;
      }
    
    .check-with-label:checked + .clicked-for-check {
        background: #d63031;
        color: #fff;
        transition: 0.3s;
      }
    
    .wrap input[type=text].bazar, input[type=number].bazar, textarea.bazar {
        border: 0px;
        background: #f5f6fa;
        height: 40px;
        width: 50%;
        padding-left: 10px;
        font-size: 13px;
        border-radius: 0px;
    }
    
    .wrap textarea.bazar {
        height: auto!important;
        resize: none;
    }
    
    .wrap input[type=text].bazar:hover,input[type=number].bazar:hover, textarea.bazar:hover {
        background: #f1f2f6;
    }
    
    .wrap input[type=text].bazar::-webkit-input-placeholder,input[type=number].bazar::-webkit-input-placeholder, textarea.bazar::-webkit-input-placeholder { /* Edge */
        color: #718093;
      }
      
    .wrap input[type=text].bazar:-ms-input-placeholder,input[type=number].bazar:-ms-input-placeholder, textarea.bazar:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color:#718093;
      }
      
    .wrap input[type=text].bazar::placeholder,input[type=number].bazar::placeholder, textarea.bazar::placeholder {
        color:#718093;
      }
    
    span.countdown, span.countdown_sec {
          margin-left: -25px;
          color: #999;
          font-size: 12px;
    }
    
    span.countdown_sec {
        margin-left: -30px;
        position: relative;
        top: -10px;
    }
    
    a#kraj {
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
        background-color: #f5f6fa;
        cursor: pointer;
        margin-top: 10px;
        font-size: 13px;
        color: #718093;
        padding-left: 10px;
        background-image: url(../img/drop-down-arrow.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 14px 16px;
    }
    
    .wrap .drop {
        width: 50%;
    }
    
    .gallery {
        margin-bottom: 25px;
        overflow: hidden;
    }

    #sub input[type=submit] {
        height: 25px!important;
        line-height: 25px!important;
        font-size: 11px!important;
    }
.pc-hide {
    display: none;
}


    .rent-wrap {
        width: 100%;
        margin-top: 50px;
        overflow: hidden;
    }
    
    .rent-wrap .image {
        float: left;
        width: 200px;
    }
    
    .rent-wrap .description {
        float: left;
        padding-left: 50px;
    }
    
    .rent-wrap .description h2 {
        font-size: 22px;
        margin: 0px;
    }

    .pc {
        width: 1200px !important;
    }

    .dropbtn {
        background-color: #f7f8f9;
        background-image: url(../img/select-down.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) center;
        background-size: 16px 16px;
        color: #888;
        padding: 16px;
        font-size: 13px;
        border: none;
        cursor: pointer;
        display: block;
        width: 400px !important;
      }
      
        .dropdown {
        display: inline-block;
        width: 100%;
      }
      
      .dropdown-content {
        display: none;
        background-color: #f7f8f9;
        width: 400px;
        z-index: 1;
      }

    span.login {
        padding-left: 25px;
    }

    input[type=radio],
    input.radio {
      float: left;
      clear: none;
      margin: 2px 0 0 2px;
      cursor: pointer;
    }

    input[type=submit].rent_input {
        height: 40px !important;
        line-height: 40px !important;
        display: block;
        float: left;
        clear: both;
        width: auto !important;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 13px !important;
    }

    input[type=date].rent-date {
        padding-left: 0px !important;
        padding-right: 5px !important;
        height: 20px;
        display: block;
        float: left;
        clear: both;
        width: auto !important;
        text-align: center;
        cursor: pointer;
        font-size: 12px;

    }

    .rent {
        text-align: center;
        width: 220px;
        float: left;
    }
    
    .rent h3 {
        font-size: 14px;
        font-weight: 500 !important;
        margin: 0px !important;
        margin-top: 10px !important;
    }
    
    .rent img {
        height: 70px;
    }
    
    .rent span {
        font-size: 11px;
        color: #9c9c9c;
    }

    table.table-cenik {
        width: calc(50% - 12.5px);
        float: left;
        margin-bottom: 25px;
    }

    .blob {
        border-radius: 50%;
        margin: 10px;
        height: 16px!important;
        width: 16px!important;
        float: left;
    }
    
    .blob.orange {
        background: rgba(255, 121, 63, 1);
        transform: scale(1);
        animation: pulse-orange 2s infinite;
    }

    .blob.red {
        background:rgba(214, 48, 49, 1);
        transform: scale(1);
        animation: pulse-red 2s infinite;
    }
    
    .blob.grey {
        background: rgba(156, 156, 156, 1)!important;
        transform: scale(0.8);
    }

    @keyframes pulse-red {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(214, 48, 49, 0.7);
        }
    
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(214, 48, 49, 0);
        }
    
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 10px rgba(214, 48, 49, 0);
        }
    }
    
    @keyframes pulse-orange {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
        }
    
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
        }
    
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
        }
    }
    
    @keyframes pulse-grey {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(156, 156, 156, 0.7)
        }
    
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(156, 156, 156, 0);
        }
    
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(156, 156, 156, 0)
        }
    }
    
    .blob.green {
        background: #2ecc71;
        transform: scale(0.8);
    }
    
    @keyframes pulse-green {
        0% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
        }
        
        70% {
            transform: scale(0.8);
            box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
        }
        
        100% {
            transform: scale(0.75);
            box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
        }
    }
    
    .new-status {
        width: 800px;
        float: left;
        margin-top: 35px;
    }
    
    .order-info {
        width: 250px;
        float: right;
        margin-top: 35px;
        background: #fff;
        border-radius: 5px;
        padding: 25px;
        margin-bottom: 25px;
    }
    
    .new-status span {
        display: block;
        float: left;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: rgba(156, 156, 156, 1);
    }

    .new-status span.red {
        color: #d63031;
        font-weight: 500;
    }
    
    .new-status span.orange {
        color: rgba(255, 121, 63, 1);
        font-weight: 500;
    }
    
    .new-status span.green {
        color: #2ecc71;
        font-weight: 500;
    }
    
    button.green {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background:#2ecc71;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 15px;
        margin-top: 6px;
        border: 0px;
    }
    
    button.orange {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: rgba(255, 121, 63, 1);
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 15px;
        margin-top: 6px;
        border: 0px;
    }

    button.red {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: #d63031;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 15px;
    margin-top: 6px;
        border: 0px;
    }
    
    button.dark-grey {
        display: block; 
        float: left;
        clear: right;
        border-radius: 50px;
        background: #9c9c9c;
        color: #FFF;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 15px;
        margin-top: 6px;
        border: 0px;
    }
    
    .new-status .row {
        width: 100%;
        height: 38px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .new-status input[type=text] {
        height: 23px;
        width: 150px!important;
        font-size: 12px;
        text-align: center;
        padding: 0px;
        float:left;
        margin-left: 15px;
        margin-top: 6px;
    }
    
    .new-status span.clock {
        font-size: 12px;
        color: #a0a6ab;
        font-weight: 500;
    }
    
    .new-status span.clock img {
        margin-top: -2px;
    }

    input[type=search] {
        width: 200px;
        padding: 12px 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: 1px solid #e6e6e6;
        outline: none;
        font-family: 'Roboto', sans-serif !important;
      }
    .mob-table {
        width: 100%;
    }

    button.my_btn_dark, .links a.my_btn_dark {
        background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
        /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 9px;
        padding-bottom: 9px;
        border-radius: 50px;
        font-size: 12px;
        background-size: 300% 100%;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 0px;
    }
    
    button.my_btn_dark:hover, .links a.my_btn_dark:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color: #fff;
        border: 0px;
    }

    .links {
        width: 100%;
        min-height: 32px;
        margin-bottom: 25px;
        padding-top: 5px;
        overflow: hidden;
    }

    .menu-polozka {
        width: calc((100% - 75px) / 4);
        background: #f8f8f8;
        float: left;
        border-radius: 5px;
        padding: 15px;
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        margin-bottom: 25px;
    }
  
    .menu-polozka:nth-child(2) {
      margin-left: 25px;
    }

    .menu-polozka:nth-child(3) {
      margin-left: 25px;
    }

    .menu-polozka:nth-child(4) {
        margin-left: 25px;
      }

      .menu-polozka:nth-child(6) {
        margin-left: 25px;
      }

      .menu-polozka:nth-child(7) {
        margin-left: 25px;
      }

      .menu-polozka:nth-child(8) {
        margin-left: 25px;
      }
  
    .menu-polozka img {
      margin-bottom: 15px;
  }


    .mobilni-order {
        display: none;
    }

    .nabidka {
        width: 500px;
        max-height: 325px;
        top: 222px;
        left: 0px;
        right: 0px;
        background: #fff;
        z-index: 10001;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-right: 10px;
        margin: 0px auto;
    }
    
    .nabidka a {
        display: block;
        color: #666;
        border-radius: 50px;
        border: 1px solid #919191;
        height: 45px;
        width: calc(100% - 20px);
        line-height: 45px;
        padding-left: 20px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .nabidka a:hover {
        background: #f7f8f9;
    }
    
    .nabidka a span.servisujeme {
        background: #5cb85c;
        color: #fff;
        float: right;
        display: block;
        height: 20px;
        line-height: 20px;
        width: 120px;
        text-align: center;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 300;
        margin-top: 12px;
        margin-right: 10px;
    }
    
    .nabidka a span.neservisujeme {
        background: #e14e53;
        color: #fff;
        float: right;
        display: block;
        height: 20px;
        line-height: 20px;
        width: 120px;
        text-align: center;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 300;
        margin-top: 12px;
        margin-right: 10px;
    }
    
    .nabidka img {
        position: absolute;
        right: -16px;
        top: -16px;
        cursor: pointer;
    }

    h2.line {
        position: relative;
        text-align: left;
        text-transform: uppercase;
        z-index: 1;
        font-weight:400;
        margin-bottom: 25px;
        color: #000;
        font-size: 24px;
        overflow: unset;
        padding-left: 0px;
    }
    
    h2.line:before {
        border-top: 2px solid #e1e2e3;
        content:"";
        margin: 0 auto;
        position: absolute;
        top: 11px; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
    }
    
    h2.line span { 
        background: #fff; 
        padding-right: 15px; 
    }

    .layout-flex {
        width: 1100px;
        margin: 0px auto;
        display: flex;
    }
    
    .layout-flex .l-flex {
        width: calc(50% - 25px);
        float: left;
        flex: 1;
    }
    
    .layout-flex .l-flex:nth-of-type(1) {
        margin-right: 50px;
    }

    
    .layout-flex .l-flex input[type=checkbox] {
        vertical-align: middle;
        position: relative;
        margin-top: -3px;
        margin-left: 10px;
        cursor: pointer;
        border-radius: 50px;
      }
    
      .layout-flex .l-flex input[type=text], input[type=email],input[type=number],input[type=password] {
        width: 100%;
        padding: 12px 20px;
        box-sizing: border-box;
        border-radius: 50px;
        border: 1px solid #e6e6e6;
        outline: none;
        font-family: 'Roboto', sans-serif !important;
      }

/* OK */
.layout .l {
    width: calc(50% - 25px);
    float: left;
}

.layout .r {
    width: calc(50% - 25px);
    float: left;
}

.layout .l:nth-of-type(1) {
    margin-right: 50px;
}

#spolupracujeme {
    padding-bottom: 50px;
    display: flex;
}

.partner {
    text-align: center;
    width: 220px;
    float: left;
    flex: 1;
}

.partner img {
    height: 40px;
    margin-bottom: 15px;
}

.partner a {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    font-weight: 300;
}

#vyber-dron {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    width:100%;
}

#vyber-dron .column {
    width: 230px;
    float: left;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

#vyber-dron .column img {
    height: 80px;
    margin-bottom: 20px;
}

#vyber-dron .column a.my_btn {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
    color: #fff;
    border-radius: 50px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    display: block;
    text-align: center;
}

#vyber-dron .column a.my_btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#vyber-dron .column a.my_btn:focus {
    outline: none;
}

#vyber-dron .column:nth-of-type(2) {
    margin-left: 60px;
    margin-right: 60px;
}

#vyber-dron .column:nth-of-type(3) {
    margin-right: 60px;
}

.main-page {
    background: none !important;
}

nav.login {
    width: 100%;
    height: 60px;
    background: #c83a38;
    position: fixed;
    top: 122px;
    z-index: 100000;
}

nav.login>ul {
    width: 1100px;
    margin: 0px auto !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.login>ul>li {
    float: left;
    display: inline;
}

nav.login>ul>li a {
    display: block;
    height: 60px;
    line-height: 87px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: center 13px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

nav.login>ul>li>a:hover,a.active {
    background: #ba3836;
    background-position: center 13px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

nav.login>ul>li>a.prehled {
    background-image: url("../img/menu_prehled.png");
}

nav.login>ul>li>a.sklad {
    background-image: url("../img/menu_sklad.png");
}

nav.login>ul>li>a.objednavky {
    background-image: url("../img/menu_objednavky.png");
}

nav.login>ul>li>a.faktury {
    background-image: url("../img/menu_faktury.png");
}

nav.login>ul>li>a.uzivatele {
    background-image: url("../img/menu_uzivatele.png");
}

nav.login>ul>li>a.logy {
    background-image: url("../img/menu_logy.png");
}

nav.login>ul>li>a.sklad {
    background-image: url("../img/menu_sklad.png");
}

nav.login>ul>li>a.reference {
    background-image: url("../img/menu_reference.png");
}

nav.login>ul>li>a.logout {
    background-image: url("../img/menu_logout.png");
}

nav.login>ul>li>a.plus {
    background-image: url("../img/menu_plus.png");
}

nav.login>ul>li>a.profil {
    background-image: url("../img/menu_profil.png");
}

nav.login>ul>li.last {
    float: right;
}

nav.desktop>ul>li>a.my_btn {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    margin-top: 8px;
    font-size: 12px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

nav.desktop>ul>li>a.my_btn:focus {
    outline: none;
}

h2.dark {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    background: #fff;
    color: #919191;
    font-size: 22px;
    font-weight: 300;
}
h2.dark::first-letter{
    text-transform: uppercase !important;
  }

.clean.login {
    height: 182px;
}

.review-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}

.review {
    width: calc(50% - 10px);
    font-size: 13px;
    padding: 25px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}

.review .rating {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: auto;
    margin-bottom: 0px;
}

.review .rating img {
    height: 16px;
    width: 16px;
}

.review:nth-child(2n) {
    margin-left: 20px;
}

.review p {
    margin: 0px;
    width: 100%;
    height: calc(100% - 50px);
}

.review strong {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.review span {
    color: #999;
    font-size: 12px;
}

h3 {
    width: 100%;
    margin-bottom: 50px;
    font-weight: 400 !important;
    font-size: 20px;
    color: #333;
}

#steps {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    gap: 30px;
}

#steps .step {
    width: calc(1000px / 3);
    float: left;
    flex: 1;
    text-align: center;
    color: #919191;
    font-size: 14px;
    font-weight: 300;
}

#steps .step img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

#steps .step strong {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

#why {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
}

#why .left {
    float: left;
    width: 400px;
}

#why .right {
    float: right;
    width: 700px;
    padding: 10px;
}

#why .right #reviews {
        width: 500px;
        height: 519px;
        float: right;
        float: right;
        text-align: center;
        color: #919191;
        font-size: 14px;
        background: #fff;
        font-weight: 300;
        padding: 80px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
    }
    
#why .right #reviews strong {
    font-weight: 500;
    color: #333;
}

#why .right #reviews div {
    position: absolute;
    width: 340px;
}

#why .right #reviews div img {
    height: 150px;
}

.center {
    text-align: center;
}

#postup {
    padding-bottom: 50px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif!important;
}

#postup .left {
    float: left;
    width: 680px;
}

#postup .right {
    float: right;
    width: 400px;
}

#postup .right .order {
    width: 320px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
    float: right;
    text-align: center;
    color: #919191;
    font-size: 14px;
    font-weight: 400;
    margin-top: 13px;
    margin-right: 13px;
    border-radius: 3px;
}

#postup .right .order img {
    height: 48px;
    width: 48px;
    margin-bottom: 30px;
}

#postup .right .order strong {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif!important;
}

#postup .right .order a.my_btn_dark {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 50px;
    font-size: 12px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#postup .right .order a.my_btn_dark:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

#postup .right .order a.my_btn_dark:focus {
    outline: none;
}

.center-step {
    width: calc(1000px / 3);
    margin: 0px auto;
    margin-bottom: 50px;
}

/* OK END */

table {
    font-size: 13px;
}

.panel {
    width: 250px;
    background: #fff;
    border-radius: 5px;
    float: left;
    padding: 20px;
    color: #919191;
    font-size: 13px;
    font-weight: 300;
}

.panel span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.ods {
    margin-right: 25px;
}

    .layout {
        margin: 0px auto;
        width: 1100px;
    }

    header .logo {
        height: 60px;
        float: left;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header .logo img {
        height: 60px;
    }

    nav.mobile {
        display: none;
    }

    header nav ul li {
        display: block;
        float: left;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    header nav ul li a {
        display: block;
        float: left;
        height: 50px;
        line-height: 50px;
        color: #919191;
        text-decoration: none;
        font-size: 13px;
        margin-left: 20px;
        transition: 300ms;
    }

    header nav ul li a:hover {
        text-decoration: none;
        color: #ededed;
        transition: 300ms;
    }

    header nav ul li a.active {
        text-decoration: none;
        color: #ededed;
        background: none;
    }

    header nav ul li a.menu_btn {
        display: block;
        margin-top: calc(15px / 2);
        float: left;
        height: 35px;
        line-height: 35px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        margin-left: 15px;
        transition: 300ms;
        background: #c83a38;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    header nav ul li a.menu_btn:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: 300ms;
    }

    .menu {
        display: none;
    }

    a.menu_btn {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        transition: 300ms;
        background: #c83a38;
        border-radius: 50px;
        width: 300px;
        text-align: center;
        margin: 0px auto;
    }

    a.menu_btn_grey {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        transition: 300ms;
        background: #919191;
        border-radius: 50px;
        width: 300px;
        text-align: center;
        margin: 0px auto;
    }

}


a.fb {
    display: block;
    height: 34px;
    width: 16px;
    float: right;
    background: url(../img/facebook.png) !important;
    background-size: 13px 13px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: 300ms;
}

span.tel {
    height: 34px;
    line-height: 34px;
    display: block;
    padding-left: 16px;
    background: url(../img/telefon.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: 400;
    color: #919191;
    font-size: 12px;
    float: left;
}

span.mail {
    height: 34px;
    line-height: 34px;
    display: block;
    padding-left: 16px;
    background: url(../img/envelope.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: 400;
    color: #919191;
    font-size: 12px;
    float: left;
    margin-left: 10px;
}

::selection {
    background-color: rgba(215, 44, 44, 0.8);
    color: #fff;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
 }

nav {
    float: right;
    height: 88px;
}

nav ul {
    list-style-type: none;
}

.clean {
    width: 100%;
    height: 122px;
}

.space {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.info {
    background: #ffe777;
    color: #565656;
    padding: 20px;
    padding-left: 60px !important;
    border-radius: 0px;
    background-image: url(../img/info.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
}

.yes {
    background:#6ab04c;
    color: #fff;
    padding: 20px;
    padding-left: 60px !important;
    background-image: url(../img/yes_icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
    font-weight: 400;
    border-radius: 5px;
    font-size: 13px;
}

.danger {
    background: #d9534f;
    color: #fff;
    padding: 20px;
    padding-left: 60px !important;
    border-radius: 5px;
    background-image: url(../img/info.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
}

.odsazeni {
    margin-bottom: 50px;
}

h4.line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-weight:400;
    font-size: 16px;
    margin-bottom: 50px;
}

h4.line:before,
h4.line:after {
    content: '';
    border-top: 2px solid #e1e2e3;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h4.line:after {
    margin: 0 0 0 20px;
}

.mob span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

footer.prim {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #222222;
    overflow: hidden;
}

footer.sec {
    width: 100%;
    background-color: #333;
    border-top: 1px solid #444444;
    height: 55px;
    min-height: 55px;
}

footer span.copy {
    height: 54px;
    float: left;
    color: #919191;
    font-size: 11px;
    line-height: 54px;
}

footer.sec .fb {
    margin-top: 9px;
}

h5 {
    font-weight: 500;
    font-size: 18px;
    width: 100%;
}

  input[type=submit] {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  
    color: #fff;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    font-size: 12px !important;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

input[type=submit]:focus {
    outline: none;
}

  .cely {
      width: 100%;
      height: 68px;
      margin-bottom: 25px;    
    }



/* Good */
.cursor-pointer {cursor: pointer;}
select {border-radius: 50px;}
label {font-weight: 400;font-size: 13px;color: #919191;}
a { text-decoration: none!important; }
.small-text {font-size: 11px!important; font-weight: 400;}
.btn-secondary {background: #a0a6ab;color:#fff;}.btn-secondary:hover {background: #a0a6ab;color:#fff;}
.container-fluid {padding: 0px;}

.text-bold {
    font-weight: 700;
}

@-ms-viewport{
    width: device-width;
  }

.kontakt  {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.kontakt .l  {
    float: left;
    width: 70px;
    min-height: 60px;
    margin: 0px !important;
    padding-right: 20px;
}

.kontakt .l img  {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.kontakt .r  {
    float: right;
    width: calc(100% - 90px);
    min-height: 60px;
    color: #919191;
}

.kontakt .r span {
    font-size: 15px;
    color: #666;
}

.kontakt a {
    color: #e14e53;
}

p.center-text {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

h4.line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-weight:400;
    font-size: 16px;
    margin-top: 50px;
}

h4.line:before, h4.line:after {
    content: '';
    border-top: 2px solid #e1e2e3;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h4.line:after {
    margin: 0 0 0 20px;
}

.grey {
    background: #f5f5f9 !important;
    z-index: 0;
    overflow: hidden;
}

.size-13 {
    font-size: 15px !important;
    padding-bottom: 50px;
}

p.center-text a.my_btn_dark {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 50px;
    font-size: 12px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

p.center-text a.my_btn_dark:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

p.center-text a.my_btn_dark:focus {
    outline: none;
}

h3.none {
    margin: 0px !important;
    margin-bottom: 50px !important;
}

.padd {
    padding-top:50px !important;
}

a.my_btn_classic {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  
    color: #fff;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    font-size: 13px !important;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    width: 100%;
    text-align: center;
}

a.my_btn_classic:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a.my_btn_classic:focus {
    outline: none;
}

.white {
    background: #FFF;
    overflow: hidden;
}

.border-grey {
    border-bottom: 1px solid #eff1f2;
}

h6 {
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #919191;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 25px;
}

.ok {
    min-height: 22px;
    background: url("../img/v2-hp-success.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 22px;
    font-weight: 400;
    color: #666;
    margin-bottom: 15px;
    font-size: 15px;
    background-position: left top 3px;
}

.accordion-container {
    width: 100%;
  }
  .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }

  .set {
    position: relative;
    width: 100%;
    height: auto;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif!important;
      border-top: 1px solid #E9E9E9;
  }
  .set > a{
    display: block;
    padding: 18px 15px;
    text-decoration: none;
    font-weight: 400;
      font-size: 15px;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    transition:all 0.4s linear;
      color: #707070;
  }
  
  .set > a:hover {
      color:#000;
  }
  .set > a i{
    float: right;
    margin-top: 2px;
  }

  .set > a i.fa.fa-plus{
    width: 12px;
    height: 12px;
    background: none;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }

  .set > a i.fa.fa-minus{
    width: 12px;
    height: 12px;
    background: none;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }

  .set > a.active{
      font-weight: 500;
        color: #000;
        background: none;
  }
  .content{
    display:none;
  }
  .content p {
    padding: 15px !important;
    color: #333;
      cursor: context-menu;
      font-weight: 400;
  }

.layout {
    overflow: hidden!important;
    word-break: break-word;
}
.padd-down {
    margin-bottom: 50px;
}

.half-down {
    margin-bottom: 25px;
}

.classic_dark {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545) !important;
    color: #919191 !important;
}

.classic_dark:hover {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545) !important;
    color: #fff !important;
}

.left-form.log span {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #919191;
}

.left-form.log span a {
    color: #919191;
    text-decoration: none;
}

.left-form.log span a:hover {
    font-weight: 500;
}

.l input {
    width: 100%;
}

a.my_btn_dark_xs {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
    color: #fff;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50px;
    font-size: 10px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a.my_btn_dark_xs:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

a.my_btn_dark_xs:focus {
    outline: none;
}

.padd-top {
    margin-top: 50px;
}

input[type=text]::placeholder, input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder {
    color: #e3e3e3;
  }      

  input[type=image] {
      height: 16px;
      width: 16px;
  }

  .layout h4 {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
}

.fw {
    width: 100%;
    height: 200px;
    background: url("../img/fw_back_dark.png");
    line-height: 200px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

#onas p {
    color: #666;
    font-weight: 300;
    margin-bottom: 50px;
}


footer.prim h4 {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

footer.prim a {
    font-weight: 400;
    color: #555;
    font-size: 13px;
    transition: 300ms;
}

footer.prim {
    font-weight: 400;
    color: #555;
    font-size: 13px;
}

footer.prim span {
    font-weight: 400;
    color: #777;
    font-size: 13px;
}

footer.prim a:hover {
    font-weight: 400;
    color: #777;
    font-size: 13px;
    transition: 300ms;
}

#onas a:hover {
    font-weight: 500;
    color: #777;
    font-size: 13px;
    transition: 100ms;
}
#onas a {
    font-weight: 400;
    color: #555;
    font-size: 13px;
    transition: 100ms;
}

.layout input[type=text], input[type=email], input[type=number], input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    outline: none !important;
    font-family: 'Roboto', sans-serif !important;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none !important;
}

.grey-text {
    color: #919191;
}

.grey-text h4 {
    color: #000 !important;
}

#screen, .nabidka {
    display: none;
    position: fixed;
    z-index: 100002;
}

#screen {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 100001;
    top: 0;
}

.links .green_btn {
    background-image: linear-gradient(to right, #56ab2f 0%, #a8e063 51%, #56ab2f)!important; 
    color: #fff!important;
}

.red_btn {
    background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%)!important; 
    color: #fff!important;
}

.links .grey_btn {
    background: #666;
    color: #eee!important;
}

select {
    cursor: pointer !important;
}

span.lab a {
    color: #666;
}

.lab {
    width: 100%;
    min-height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin-top: 10px;
}

.lab .l {
    width: 50%;
    float: left;
    margin-right: 0px !important;
}

.lab .l span {
    padding-left: 10px;
}

.lab .l span a {
    color: #666;
    font-size: 13px;
}

.lab .l span a:hover {
    color: #919191;
}

.krok {
    padding-left: 30px;
    width: 100%;
    background: url("../img/dot-line-grey.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 30px;
    line-height: 17px;
}

.admin {
    height: 45px !important;
}

.krok:first-of-type {
    background: url("../img/dot-first.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 17px;
    min-height: initial;
    padding-top: 0px;
  }

  .krok.done:first-of-type {
    background: url("../img/dot-first-done.png") !important;
    background-position: left top;
    background-repeat: no-repeat;
    height: 17px;
    min-height: initial;
    padding-top: 0px;
  }

.krok.done {
    background: url("../img/dot-line-done.png") !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
}

.krok.red {
    background: url("../img/dot-line-red.png") !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
}

.krok.wait {
    background: url("../img/dot-line-wait.png") !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
}

.krok span {
    color: #919191;
    font-weight: 300;
    font-size: 15px;
}

.krok span.active {
    color: #26de81  !important;
    font-weight: 400;
}

.krok span.red {
    color: #e3484b;
    font-weight: 400;
}

.krok span.wait {
    color: #f6e58d  !important;
    font-weight: 400;
}


.krok.first.done {
    background: url("../img/dot-first-done.png") !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
}

input[type=submit].xs {
    border-radius: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 11px !important;
    width: initial;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

a.xs {
    border-radius: 50px;
    line-height: 20px;
    font-size: 11px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline;
}

.obj h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.info-color {
    color: #977b1b !important;
}

textarea {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    outline: none !important;
    font-family: 'Roboto', sans-serif !important;
}

.cen{
    margin: 0px auto !important;
}

span.carka:last-child {
    display: none;
  }


table button {
    background: none !important;
    border: none !important;
}

table button img {
    width: 16px;
    height: 16px;
}


h4 span {
    color: #919191;
    font-weight: 300;
}

.padd-in {
    padding: 20px;
}

#stitek {
    width: calc(100% - 3cm);
    border: 1px solid #919191;
    padding: 0.5cm;
    display: none;
    overflow: hidden;
    margin: 1cm;
}

.grey-small {
    font-size: 14px;
    color: #555;
}

#stitek .left {
    width: 50%;
    float: left;
}

#qr {
    display: none;
    width: 100%;
    text-align: center;
}

#qr img.logo {
    text-align: left;
}

#qr-code {
    margin: auto !important;
    display: inline-block;
}


@media print {
    #stitek {
       display : block;
    }

    #qr {
        display : block;
     }
 }

#faktura {
    background: white;
    font-size: 14px;
    padding: 0.7cm;
    width: 21cm;
    font-family: 'Roboto', sans-serif !important;
}

#faktura img {
    float: right;
}


#faktura .l {
    width: 50%;
    float: left;
    margin: 0px;
}

#faktura .left {
    text-align: left;
}

#faktura .right {
    text-align: right;
}

#faktura .big {
    font-size: 16px;
}

input[type=date] {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    outline: none;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
  }

  .l .l {
      margin-right: 0px;
  }

  .fifty {
      margin-right: 50px !important;
  }

  table.faktura {
      width: 100%;
  }

  table input[type=text] {
      border-radius: 0px !important;
  }

  table input[type=number] {
    border-radius: 0px !important;
}

.yes a, .no a {
    color: #fff;
    font-weight: 500;
}

.cent {
    margin: 0px auto !important;
    float: none !important;
}

.in {
    padding: 30px;
}

span.grey {
    background: none !important;
    font-weight: 400;
    font-size: 12px;
    color: #919191;
}

.padd-left {
    margin-left: 50px;
}

input[type=file] {
    height: 45px;
}

  .gallery img {
    height: 150px;
    margin-right: 20px;
    float: left;
  }

  .remove-margin {
      margin-bottom: 0px !important;
  }

  header#sec {
      line-height: 34px;
      text-align: right;
      font-size: 12px;
  }

  header#sec a {
    color: #919191;
    background: none;
  }
  
  table#cenik img {
    float: left;
}

  table#cenik h4 {
      font-weight: 500 !important;
      color: #404040 !important;
      font-size: 15px !important;
      float: left !important;
      width: initial !important;
      line-height: 50px !important;
      margin: 0px !important;
      margin-left: 20px !important;
  }

  table#cenik tr {
    line-height: 30px !important;
    border-bottom: 1px solid #e6e6e6;
}

table#cenik tr:first-of-type {
    border-bottom: none !important;
}

  table#cenik td.first {
      width: 300px;
  }

  table#cenik td.sec {
    width: 150px;
}

table#cenik td.thi {
    width: 150px;
}

.head {
    background: #F0F3F4;
    font-size: 13px !important;
    font-weight: 500 !important;
    height: 50px !important;
    line-height: 50px !important;
}

.head .id, .head .jmeno, .head .email, .head .telefon, .head .mesto, .head .firma, .head .ico, .head .detail, .head .status {
    font-weight: 700 !important;
    color: #666 !important;
    font-size: 11px !important;
}

table.new thead {
    font-weight: 700 !important;
    color: #666 !important;
    font-size: 11px !important;
    background: #F0F3F4;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
}

table.new tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FBFCFC;
    border-bottom: 1px solid #e6e6e6;
}

table.new tr td a {
    font-size: 11px;
    color: #666;
    font-weight: 500;
}

table.new tr td.normal {
    color: #979A9A;
    font-size: 11px;
    font-weight: 300;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    z-index: 10000000;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10001045; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 10001044; }
    .mfp-preloader a {
      color: #cccccc; }
      .mfp-preloader a:hover {
        color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 10001046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid white;
      margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid white;
      margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3f3f3f; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: black; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444444; }
    .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (min-width: 901px) {
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}
  
  @media all and (max-width: 900px) {
    form#add_item_custom input {
        width: 100%;
        margin-bottom: 8px;
    } 

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

    .qr-pay img {
        float:  left !important;
    }

    .high {
        height: 50px!important;
        text-align: left;
        font-size: 12px;
        color: #454545;
        padding-left: 379px;
    }


/* v2.0 */
table.next thead th {
    font-weight: 500;
    color: #666;
    font-size: 12px;
    background: #eee !important;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 15px;
    padding-right: 15px;
}

table.next tbody tr {
    height: 50px;
    background: #FBFCFC;
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    text-align: center;
}

table.next tbody tr td::first-letter{
    text-transform: uppercase !important;
  }

table.next tbody tr:hover {
    background: #eee;
    cursor: pointer;
}

table.next tbody td {
    padding-left: 15px;
    padding-right: 15px;
}

.dil-info {
    color: #919191;
    padding-left: 24px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 8px;
}

.prumer {
    background: url("/img/prumer.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.skladem {
    background: url("/img/check.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.neni-skladem {
    background: url("/img/close.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left center;
}

.full {
    width: 100% !important;
}

.center {
    text-align: center;
}

textarea,
select,
input[type="text"],
input[type="date"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}

h4.icon {
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #454545;
    margin-top: 0px;
    margin-bottom: 10px;
}

h4.icon img {
    height: 22px!important;
    margin-top: -2px;
    padding-right: 10px;
}

  

  .table-hideable td,
.table-hideable th {
  width: auto;
  transition: width .5s, margin .5s;
}

.btn-condensed.btn-condensed {
  padding: 0 5px;
  box-shadow: none;
}

.hide-col {
  width: 0px !important;
  height: 0px !important;
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.polozka {
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    min-height: 133px;
    margin-bottom: 20px;
}
.table-cenik th {
    width:70%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-cenik tr {
    height: 35px !important;
    line-height: 35px !important;
}

.table-cenik td {
    text-align:left;
    padding-right:0px;
    font-size: 12px;
}

.table-cenik img {
    margin-right: 15px;
}

.padd-right {
    margin-right: 25px;
}

table.faktura th {
    height: 40px !important;
}

table.faktura tr {
    height: 25px !important;
    line-height: 25px !important;
    font-size: 11px !important;
}

.zprava-wrap {
    margin-bottom: 25px;
}

.zprava-wrap textarea {
    line-height: normal;
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
    outline: none;
    text-align: left;
    resize: none;
    box-sizing: border-box;
    border-radius: 3px;
}

.zprava-wrap .zprava {
    background: #F0F3F4;
    padding: 20px;
    font-size: 13px;
    color: #333;
}

.zprava-wrap .zprava p {
    font-size: 12px;
    color: #777;
    font-style: italic;
    margin: 0px;
    padding-top: 10px;
}

h2.main {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

p.center-grey {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
}

.bgtext {
    position: relative;
    font-size: 14px;
    font-weight: 900;
    color: #444;
    text-transform: uppercase;
    width: 100%;
    padding-top: 30px;
  }
  
  .bgtext:after {
    content: "DJI";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 30px;
    font-weight: 900;
    color: #eee;
    width: 100%;
  }

a.red_btn {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    display: block;
    float: left;
    clear: both;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left:auto;
  margin-right:auto;
    margin-top: 25px;
}

a.btn_hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.rent-table {
    display: inline-block;
    margin-top: 25px;
}

.rent-table .l {
    margin: 0px !important;
    width: auto !important;
    text-align: center;
}

.rent-table .l:nth-child(1) {
    margin-right: 40px !important;
}

.rent-table .l p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0px !important;
}

.rent-table .price {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.rent-table .price.red {
    color: #d63031;
}

.rent-table .price.grey {
    color: #888;
    background: none !important;
}

.rent-table span {
    font-size: 12px;
    margin-top: -5px;
    display: block;
    color: #777;
}

.rent-table p.pack {
    width: 100%;
    margin-top: 25px;
    height: 14px;
    line-height: 16px;
    font-size: 12px;
}

.rent-table p.pack span {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    background: url("../img/triangle.png");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    padding-right: 15px;
    margin-right: 5px;
}

.full.wrap {
    overflow: hidden;
}

h2.new {
    background: url("../img/drone-icon.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 28px;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    color: #444;
    margin-bottom: 40px;
}

.question {
    height: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 25px;
}

.question img {
    margin-right: 3px;
}

.question.empty {
    padding-left: 23px;
}

fieldset {
    overflow: hidden;
    padding-left: 21px;
    padding-right: 21px;
  }

  
fieldset p {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0px;
  }
  
  label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 10px 0px 4px;
    cursor: pointer;
  }

#select {
    padding-top: 2px;
    text-align: center;
    color: #555 !important;
}

#select [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
#select [type=radio] + img {
    cursor: pointer;
    height: 90px;
    padding: 10px;
    margin-bottom: 10px;
  }
  
#select [type=radio]:checked + img {
    outline: 2px solid #ddd;
  }

span.rent-price {
    font-size: 12px !important;
    color: #333 !important;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

fieldset select {
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}

fieldset select {
    color: #999;
}

h4.quest {
    height: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
}

h4.quest-1 {
    background: url("../img/1.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-2 {
    background: url("../img/2.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-3 {
    background: url("../img/3.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-4 {
    background: url("../img/4.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-5 {
    background: url("../img/5.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-6 {
    background: url("../img/6.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-7 {
    background: url("../img/7.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest-8 {
    background: url("../img/8.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4.quest:first-child {
    margin-top: 0px!important;
}

.quest.no {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

span.login {
    display: block;
    float: left;
    line-height: 40px;
}

span.login a {
    color: #888;
    font-size: 12px;
}

p.register {
    overflow: hidden;
    margin-bottom: 15px;
}

.layout-flex .l-flex label.zvyrazni {
    background: #d63031;
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50px;
}

.mob-half-top {
    padding-top: 25px !important;
}

  .dropbtn:hover, .dropbtn:focus {
    background-color: #eee;
    color:#888;
  }
  
  .dropdown-content a {
    color:#777;
    padding: 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-top: 1px solid #ededed;
  }

  .dropdown-content a:last-child {
    border-bottom: 0px;
  }

  .dropdown-content a:first-child {
    border-top: 0px solid #ededed;
  }

  .dropdown-content a:hover {background-color: #eee;color:#777;}
  
  .show {display:block;}

  .clicked {
    background-image: url(../img/select-up.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 16px) center !important;
    background-size: 16px 16px !important; 
  }

.links input[type="submit"]:hover {
    background-color: #ededed;
    transition: 0.5s;
}

.links input[type="submit"].red_input:hover {
    background:  #EA384D!important;
    color: #fff;
    transition:  0.5s;
}

.links input[type="submit"].green_input:hover {
    background:  #a8e063!important;
    color: #fff;
    transition:  0.5s;
}

.wrap-pop {
    width: 100%;
    max-height: 270px;
    overflow-y: auto;
}

.wrap-pop::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
  }
  
  .wrap-pop::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  .wrap-pop::-webkit-scrollbar-thumb {
    background: #f15e64; 
  }
  
  .wrap-pop::-webkit-scrollbar-thumb:hover {
    background: #eb3941; 
  }

  span.important {
      font-size: 17px;
      font-weight: 500;
  }

  .renting h2.main {
    margin-bottom: 5px !important;
  }

  .mob-hide .red_btn {
      float: left;
      clear: none;
      margin-right: 10px;
      margin-top: 0px;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 400;
      font-size: 11.5px;
      height: 35px;
      line-height: 35px;
  }

  
  .mob-hide a.my_btn_dark {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);  
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 50px;
    font-size: 12px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    border: 0px;
}

.links form {
    float: left;
    margin-right: 10px;
}

.links form input[type="submit"] {
    border-radius: 50px !important;
    height: 35px!important;
    line-height: 35px!important;
    font-size: 12px!important;
    float: left!important;
    margin-right: 10px!important;
    margin-bottom: 10px!important;
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: 10px!important;
}

.chat {
    width: 100%;
    overflow: hidden;
}

.chat .full {
    overflow: hidden;
}

.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    font-size: 13px;
    cursor: pointer;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.user {
    float: left;   
    margin: 5px 45px 5px 20px;         
}

.user::before {
    left: -9px;           
}

.admin {
    float: right;    
    margin: 5px 20px 5px 45px;
    background: #f53b57;
    color: #fff;
    padding: 10px 18px 10px 18px;
    height: auto!important;
    position: relative;
}

.admin::before {
    right: -9px; 
    background: #f53b57;
    color: #fff; 
}

.chat textarea {
    background: #eee!important;
    border-radius: 50px!important;
    resize: none!important;
    margin-top: 10px!important;
    width: calc(100% - 61px)!important;
    float: left!important;
    height: auto!important;
}

.chat button {
    width: 44px;
    height: 44px;
    background: #f53b57;
    background-image: url(../img/messages-silhouette.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    border-radius: 50px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    outline: none;
    border: 0px;
}

.info_msg_admin {
    text-align: right;
    padding-right: 20px;
    font-size: 11px;
    color: #bbb;
    margin-bottom: 10px;
}

.info_msg_user {
    text-align: left;
    padding-left: 20px;
    font-size: 11px;
    color: #bbb;
    margin-bottom: 10px;
}

.info_msg_user span {
    float: left !important;
    display: block!important;
    font-size: 11px!important;
    color: #bbb!important;
    height: auto!important;
    line-height: normal!important;
    margin-top: 2px;
}

.info_msg_user form {
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.info_msg_admin span {
    float: right !important;
    display: block!important;
    font-size: 11px!important;
    color: #bbb!important;
    height: auto!important;
    line-height: normal!important;
    margin-top: 2px;
}

button.remove_msg {
    width: 13px!important;
    height: 13px!important;
    background-color: none!important;
    background-image: url(../img/remove.png)!important;
    background-size: 13px 13px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    padding: 0px!important;
    border-radius: 50px;
    float: none!important;
    margin-top: 0px!important;
    margin-left: 5px!important;
    outline: none;
    border: 0px;
    float: right!important;
}

.number-circle {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #f53b57;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    margin: auto;
}

.number-circle.grey {
    background: #ccc!important;
    color: #333!important;
}

#myDropdown label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #333;
}

#myDropdown input[type=radio] {
    display: none;
}

#myDropdown input[type="radio"]:hover+label { 
    background: #f5f6fa!important;
} 

#myDropdown input[type="radio"]:checked+label { 
    background: #f5f6fa!important;
}

#myDropdown label:first-of-type {
    border-top: 1px solid #eee;
}

#myDropdown label:last-of-type {
    border-bottom: 0px;
}

.drop {
    width: 100%;
    margin-bottom: 15px;
}

.drop #button {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    background: #f3f3f3;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    color: #444;
    font-size: 13px;
    background-image: url(../img/select-down.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) center;
        background-size: 16px 16px;
}

.drop #myDropdown {
    overflow: auto;
    height: 280px;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.drop #myDropdown::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
    cursor: pointer;
  }
  
  .drop #myDropdown::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  .drop #myDropdown::-webkit-scrollbar-thumb {
    background: #777; 
  }
  
  .drop #myDropdown::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

span.text_grey {
    color: #999;
}

span.span_right {
    float: right;
}

span.span_right_last {
    float: right;
    margin-left: 16px;
    width: 100px;
    text-align: right;
}

span.red {
    color: #e2373f;
}

span.green {
    color: #5cb85c;
    font-weight: 500;
}

#counter {
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: #d63031;
    font-weight: 900;
    display: block;
}

span.info_text {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    display: block;
}

p.detail {
    line-height: 20px;
    font-size: 14px;
}

p.detail b {
    font-weight: 500!important;
}

.txt {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.txt span {
    font-weight: 400;
    color: #555;
    margin-right: 5px;
    font-weight: 400;
}

.txt img {
    height: 14px!important;
    width: 14px!important;
    margin-top: -3px;
    margin-right: 3px;
}

.txt img:last-of-type {
    height: 14px!important;
    width: 14px!important;
}

.info-txt {
    font-weight: 400;
    width: 100%;
    height: 30px;
    font-size: 13px;
}

a.filter {
    display: inline-block;
    clear: both;
    background: #a8e063;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}

.status-rent {
    width: 100%!important;
    float: none!important;
    margin-top: 0px!important;
    margin-bottom: 25px!important;
}

ul.num {
    padding-inline-start: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
    overflow: hidden;
    justify-content: center;
  display: flex;
}

ul.num li a {
    color: #555;
    font-weight: 500;
    float: left;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    background: #ddd;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    margin-right: 2px;
    color: #d63031;
}

ul.num li a:hover {
    background: #cccccc;
}


ul.num li {
    list-style-type: none;
    
}

ul.num li.active a {
    background: #d63031;
}

ul.num li.active a {
    color: #fff;
}

#new {
    margin-bottom: 25px;
}

#new input[type=submit] {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 12px!important;
    margin-bottom: 5px;
}

#new input[type=submit].green {
    background: #2ecc71;
}

#new input[type=submit].check {
    background-image: url("../img/check_white.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 10px center!important;
    padding-left: 32px;
    padding-right: 15px;
}

#new input[type=submit].red {
    background: #d63031;
}

#new input[type=submit].cancel {
    background-image: url("../img/cancel_white.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 10px center!important;
    padding-left: 32px;
    padding-right: 15px;
}

#faktura {
    margin: 10px;
}

#ke_schvaleni .polozka {
    width: 100%;
    height: 150px;
    background: #f1f2f3;
    float: left;
    padding: 15px;
}

#ke_schvaleni .polozka .img {
    width: 200px;
    height: 120px;
    float: left;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 220px!important;
    overflow: hidden;
    margin-right: 15px;
}

#ke_schvaleni h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    margin-top: 10px;
}

#ke_schvaleni p.popis {
    color: #777;
    padding-top: 15px;
    font-size: 13px;
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

#ke_schvaleni .desc {
    float: left;
    width: 510px;
    height: 130px;
}

#ke_schvaleni button {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    margin-bottom: 5px;
}

#ke_schvaleni a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    margin-bottom: 5px;
}

#ke_schvaleni button.btn_check {
    background-image: url(../img/ok.png);
}

#ke_schvaleni button.btn_reject {
    background-image: url(../img/remove.png);
}

#ke_schvaleni a.btn_zoom {
    background-image: url(../img/search.png);
}

#ke_schvaleni .btn_area {
    float: right;
    padding-top: 25px;
}

.item {
    width: 175px;
    height: 260px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    margin-right: calc(225px / 4);
    font-size: 14px;
    cursor: pointer;
}

.item span {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}

.item a.price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.item:nth-child(5n) {
    margin-right: 0px;
}

.item_img {
    width: 175px;
    height: 175px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 275px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.grey_bazar {
    border-radius: 5px;
    background:#f7f8f9;
    padding: 25px;
    text-align: center;
}

.grey_bazar img {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

span.name {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

span.city {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-bottom: 15px;
}

.rating {
    width: 100%;
    margin-bottom: 10px;
}

.rating img {
    margin: 0px;
    display: inline-block;
}

.contact {
    width: 100%;
    height: 30px;
    background: #eee;
    border-radius: 35px;
    line-height: 30px;
}

.contact:nth-child(2n) {
    margin-top: 5px;
}

.contact .icon {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 30px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}


.contact .icon.telephone {
    background-color: #ddd;
    background-image: url(../img/HClGMdqOYSsCqTjzzOdIi6FUtkyMWcV8RbxNzAPYyePco9G3_TTuklX20ipzQPTqAdDOczXz8GqoRR1sWcWScYdgmjiYZvbxS.png);
}

.contact .icon.email {
    background-color: #ddd;
    background-size: 12px 12px;
    background-image: url(../img/doqe0EToQGNrztVfNfhuK7vNdFVXt5XECLFErNQpLehn2FKr_acdYz90jhsAl4ksnuWgLTy0FJbJLepXbdfThQdaGYgRhpdwE.png);
}

.contact span {
    display: block;
    margin-left: -30px;
    width: 100%;
    color: #777;
    font-weight: 500;
    font-size: 12px;
}

.bazar_slide img {
    max-width: 100%;
    display: block;
    height: 500px!important;
    margin: 0px auto!important;
}

p.bazar_popis {
    margin-bottom: 50px;
}

.contact_form h3 {
    text-align: left;
    margin: 0px;
    font-weight: 400!important;
    font-size: 15px;
    color: #555;
    float: left;
    margin-bottom: 10px;
}

.contact_form {
    width: 100%;
    background:#FBFBFB;
    overflow: hidden;
    padding: 20px;
}

.contact_form input[type=text] {
    background-color: #fff!important;
    margin-top: 10px;
    border-radius: 5px!important;
    padding-left: 50px!important;
    border: 1px solid #f9f9f9!important;
}

.contact_form input[type=text]::placeholder {
    color:#ddd;
}

.contact_form input[type=text].prof {
    background-image: url(../img/LO89Xgt1YYXRTxG1NgjjeqA2x3RW9iT5Gn0NFV0r0ktx0U4G_Ra0WxgEvbgjtVOgeGrCIwlRXo45sujRlALZSFa4I2L6SBqzW.png)!important;
    background-size: 38px 38px!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

.contact_form input[type=text].email {
    background-image: url(../img/0fCGqqBOvnuymvL4Rr4SpbWYMPps4xNiMJyTuPBoZag1nBmG_IBhEsKROttkIKzBIP7PzgUVbXa0vwhuLfhXT38Gge5r3uyly.png)!important;
    background-size: 38px 38px!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}

.contact_form textarea {
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #f9f9f9!important;
    background-image: url(../img/4y3uVFsuYCNAoy2qRc6hX5pZfoG29fzlskBcP5eYQWtEFlDA_XKszq9Wmx9ymiaFfG4Jht4Q4A6oXQXSaHUbAOakEVxwamoRp.png)!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
    background-size: 40px 175px;
    padding-left: 50px!important;
    color: #777;
    font-size: 13px;
}

.wrap .bx-wrapper {
    height: 500px!important;
}

h4.ico {
    margin: 0px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px!important;
    background-repeat: no-repeat!important;
    background-size: 22px 22px!important;
    padding-left: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

h4.ico.adress {
    background: url("../img/YPi1dyRKkd64SWncqoxNQGZCkLHECOgGWbyKZMVbKh3HU5ck_fCiMOTt2lPHOXlHw48eKyjVOr6Gl5BaWy4vocZVeCUA38HBH.png");
}

h4.ico.invoice {
    background: url("../img/u5uiFg8soCTQthZqp9oNPapqQzgMj9rq7LrYRi3pG2eMwriz_3rLMd9DoB4afnwEYUsD7gchF6KluTCfddU3JNZe9ul2sSw7K.png");
}

h4.ico.contact {
    background: url("../img/oHUoMysrWPdqO60BT00L0FXreiLYZcwoF1uGkDLcR3JieqM6_oYVxX7V61YJnRghop7ysNBm8izxezzpKflBhwN7rMdJuIMGo.png");
}

h4.ico.dron {
    background: url("../img/6qaY3Go4PmJVj8EVF68DLGmPP6H06dJXr6hDsjbp67tPgM8c_UNXPMG7SPDNyEMrBcR8yXzdHxYevsEpcU3Ln7fxNAJ3rISXl.png");
}

h4.ico.number {
    background: url("../img/YA3gPATxokHY5Y5sPlM9TCC3El2tJLWesiz8EK5mzNo5Lydz_jaTKGT3Oc1ks0s6Q0HoJOxIUDq7qNgbOnuX7xCTdywnahNZj.png");
}

h4.ico.user {
    background: url("../img/ZmWXkWrqavZLCrbpeAg7EMiuoljTNKxOVhroGzlpVh8ccnin_neFsoIgL3cT7UDDsiHuyDLcwpe5WJAiRvqXOekldKkvrfMzj.png");
}

h4.ico.photo {
    background: url("../img/niAoQsYrYGNZ7EyOrwOpE8xGQC1UsybmfdvWhHgww8TvvGt5_ULBooaWvaGdyMFkVYgRQN2Mg1nMJLLfV5XItFYCcoqGbnSCS.png");
}

.order-info img.profil {
    height: 40px;
    display: block;
    margin: 0px auto;
}

.order-info span.name {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

a.small_link {
    font-size: 11px;
    color: #888;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}

input[type=submit].rem_btn {
    display: block;
    margin: 0px auto;
    width: 25px;
    height: 25px;
    background-color: #e74c3c;
    border-radius: 25px;
    background-image: url("../img/FSwLuJiuFYvmA3pNv8ouXsu7w47Vs4wgOZhhkYl1DwY7n8Jr_BTaIBhkTkQkCM8psPRh6PABTnGdcTF8M851Q1hhxIbWxB0dV.png");
    background-size: 8px 8px!important;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

input[type=submit].rem_btn:hover {
    background-color: #c0392b;
    background-image: url("../img/FSwLuJiuFYvmA3pNv8ouXsu7w47Vs4wgOZhhkYl1DwY7n8Jr_BTaIBhkTkQkCM8psPRh6PABTnGdcTF8M851Q1hhxIbWxB0dV.png");
    background-position: center;
}

input[type=submit].save {
    display: block;
    margin: 0px auto;
    width: 25px;
    height: 25px;
    background-color: #3498db;
    border-radius: 25px;
    background-image: url("../img/0ElXX1CByZAPWiU6avYD6ciie1GmfKwXcbyGGXBNEuh3ECD1_PMaGvagpb43p9OFL7tEcWKE4fOOEKVA1akYlW7KBKeSxxaPN.png");
    background-size: 10px 10px!important;
    background-repeat: no-repeat;
    background-position: center;
}

input[type=submit].save:hover {
    background-color: #2980b9;
    background-image: url("../img/0ElXX1CByZAPWiU6avYD6ciie1GmfKwXcbyGGXBNEuh3ECD1_PMaGvagpb43p9OFL7tEcWKE4fOOEKVA1akYlW7KBKeSxxaPN.png");
    background-position: center;
}

input[type=submit].upload {
    display: block;
    margin: 0px auto;
    width: 25px;
    height: 25px!important;
    background-color: #3498db;
    border-radius: 25px;
    background-image: url("../img/owHHxZzb2o81Bw3X9oVmsR4GBnhXDOTzRg86Evu7S5PVwlDA_5FqtLRC2w9fwRij1dTj4JBDc2WYuipUwPuJnEmViqRi6ZWxZ.png");
    background-size: 10px 10px!important;
    background-repeat: no-repeat;
    background-position: center;
}

input[type=submit].upload:hover {
    background-color: #2980b9;
    background-image: url("../img/owHHxZzb2o81Bw3X9oVmsR4GBnhXDOTzRg86Evu7S5PVwlDA_5FqtLRC2w9fwRij1dTj4JBDc2WYuipUwPuJnEmViqRi6ZWxZ.png");
    background-position: center;
}

span.small_txt {
    width: 100%;
    font-size: 11px;
    color: #999;
    text-align: center!important;
    display: block;
    margin-top: 5px;
}

#overlay, #overlay_b, #overlay_c {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 100000;
}

#popup, #popup_b, #popup_c {
  width: 600px;
  max-width: 80%;
  height: calc(100vh - 200px);
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 0px auto;
  margin-top: 100px;
  border-radius: 5px;
}

#close, #close_b, #close_c {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  background: url("../img/b5qnSlbhhOXcbUuQacJWjocwLJ4UDggA8Tg3pI98Vti7kuqt_98y8mdgFXHKWkQcAOIUbMaP5NM2d4rtjRbHi6WS7neqQoGe8.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
}

.odberatel label {
    display: block;
    width: 100%;
    height: 55px;
    border-top: 1px solid #eee;
    padding: 0px;
    margin-bottom: 0px;
    background-image: url("../img/eRwzoFvu1Izl4csjQeyanWmQQAdv9x8blRY6fzzui6NzeokH_r8DvooRaueBL6Qgz4b7imQyAo7TQUvejcAcz5sFWur2PF41E.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 10px center;
    line-height: 40px;
    padding-left: 40px;
    font-size: 14px;
    color: #555;
}
.odberatel label span.email:before {
    content: ' ';
    clear: right;
    display: block;
    margin-top: -25px!important;
}

.odberatel label span.email {
    font-size: 12px;
    color: #999;
}


.odberatel input[type=radio] {
    display: none;
}

.check-with-label:checked + .label-for-check {
    background-image: url("../img/au4yE3nkh6tbNwqwwa7hSvVAHrPvSNxSKuOoxmiVxtAMbZAm_n1XcGBXsSUzc3TkQNp2QZpWK9HNYLROblq50rGP4qkUmIUrr.png")!important;
  }

.check-with-label:hover + .label-for-check {
    background-image: url("../img/g25EGHfO82KfZe7REl9Gb4vmAAz5cC9RAJ1BanENSpif2RRI_3IkmKgLtyBl7kmznzbP0woefMxSQXyQLRygeCluEurisW6Vq.png");
  }

#popup input[type=text]#search {
    height: 50px!important;
    background-color: #eee!important;
    margin-bottom: 20px!important;
    width: 100%!important;
    background-image: url(../img/Ol3xW8Lbvvsi5aqoM927ti4S5nT0SqmBoanWFmCAIXV3T3J5_BJpcRh64gEC908pOqnrYu2MiLV1caFkVBwMiYyIP7zj76ea5.png)!important;
    background-size: 20px!important;
    background-repeat: no-repeat!important;
    background-position: left 10px center!important;
    font-size: 14px!important;
    border-radius: 0px!important;
    padding-left: 40px!important;
}

#popup input[type=text]#search::placeholder {
    color: #bbb!important;
    font-size: 12px!important;
    text-align: center!important;
}

#popup .scroll, #popup_b .scroll, #popup_c .scroll {
    width: 100%;
    overflow: auto;
    height: calc(100% - 172px);
}

#popup .scroll::-webkit-scrollbar {
    display: none;
  }

  #popup h3, #popup_b h3 {
      margin: 5px 0px 15px 0px!important;
      font-size: 20px!important;
      font-weight: 500!important;
  }

button.save {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 30px 0px 30px;
    height: 40px;
    background: #f53b57;
    border-radius: 40px;
    margin-top: 20px;
    outline: none;
    border: 0px;
    color: #fff;
    font-size: 12px;
}

a#trigger, a#trigger_b, a#trigger_c {
    cursor: pointer;
}

.order-info input[type=text] {
    height: 40px!important;
    background-color: #eee!important;
    margin-bottom: 20px!important;
    width: calc(100% - 45px)!important;
    font-size: 12px!important;
    border-radius: 0px!important;
    text-align: center!important;
    margin-top: 5px;
    float: left;
}

.order-info input[type=text]::placeholder {
    color: #bbb!important;
    font-size: 12px!important;
    text-align: center!important;
}

.ico_wrap {
    width: 100%;
    height: 40px;
    padding: 0px;
    padding-left: 55px;
}

.ico_wrap.register {
    background: url(../img/2SYT6H1IdDXEURogp8sAywJl3z40GyDXpiXWpzqW1fL4E9Do_6WMbMFt5EXoGTgQXiQWFhXKrSX7Q0m1xt3kQdmWE1TjuwmGB.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

.ico_wrap.login {
    background: url(../img/7OvwBtZzW2ia7rHWw6SegyWoEBybxsWw1tzMjSvymMEytKaS_521WNkEyLRdyeS6qJZGNHXEThcFmb1GrtjjNdSpIw8vrAxa1.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

.ico_wrap.edit_user {
    background: url(../img/8oxVbGmzyPJdiDte1PLjs0jkK1jKhDCYNqoEsfIsitfNKn06_OCmbzNoIidT213lat22XzRkSWQwZ6cnADK50lwS8PB9GSpkq.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

.ico_wrap.payment {
    background: url(../img/NXagKyWlstzsVx6Y6RWz3XugZcJlWddeSHU6gYMtQGN6HErj_jNBWkuGLWFBHK9Ha4QpViaesL3pHU23BJfnRFYSOrXDOLEh7.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

.ico_wrap.order {
    background: url(../img/pHDUWoq7OQDQAC1zWKQyTzPKN48J2pE23bUbmZhs0TsGjvXT_9QSFzuYDilPYAhtd3EmgIRkzAMsw0H2UTK4iGoj1DgFmmLCU.png);
    background-size: 40px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 25px;
}

.ico_wrap.edit {
    background: url(../img/tpB5VGMcmD3OJQH4eMXVTMxw7NqpS4NTqhx7eYZt5LCWwWCM_wUz0tBfh9OXm80ea0dINjLhyw43uxA5849fhIsB75l4qcY6t.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

.ico_wrap.invoice {
    background: url(../img/ji5uBgasYM1WIDclLD2YRD5W2dpTWk1w0goVkXGQ0N6dh5s8_zQ9GEsNDCuUIiBG39oF9TE70B8G26AxLsbcUCudpNM24V0W2.png);
    background-size: 40px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.ico_wrap.reference {
    background: url(../img/reference.png);
    background-size: 40px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.ico_wrap.settings {
    background: url(../img/ttYhwZlPBDqWteKhLH85.png);
    background-size: 40px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.ico_wrap.stock {
    background: url(../img/stock.png);
    background-size: 40px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.ico_wrap.chart {
    background: url(../img/chart_icon.png);
    background-size: 40px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.ico_wrap span {
    color: #999;
    font-size: 12px;
    line-height: 20px!important;
}

.ico_wrap h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700!important;
    padding-top: 1px!important;
}

.standard {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gray_wrap {
    width: 100%;
    height: auto;
    background: #f5f6fa;
    min-height: calc(100vh - 378px);
}

.white_wrap {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.white_wrap h4 {
    width: calc(100% - 30px);
    height: auto;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #353b48;
    float: left;
    padding-left: 20px;
    line-height: 30px;
}

.white_wrap .number {
    width: 30px;
    height: 30px;
    background: #f5f6fa;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #666;
}

.white_wrap input[type=text], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=date], .inp {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 0px;
    background: #f5f6fa;
    padding-left: 20px!important;
    border: 1px solid #eee;
    display: block;
}

.white_wrap input[type=text]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder {
    color: #ccc;
    font-size: 13px;
}

.white_wrap label {
    font-size: 14px;
    font-weight: 500;
    color: #353b48;
}

.half {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}

.half .half {
    width: calc(50% - 10px)!important;
    overflow: hidden;
}

.half.margin {
    margin-right: 20px;
}

.margin_top {
    margin-top: 40px;
}

.top {
    margin-top: 20px;
    overflow: hidden;
}

.white_wrap .full {
    overflow: hidden;
}

label span {
    font-size: 11px;
    color: #999;
    font-weight: 400;
}

.toogle {
    display: none;
}

.toogle.show {
    display: block;
}

h4#fa {
    margin-bottom: 0px!important;
}

h4#fa.show {
    margin-bottom: 25px!important;
}

.white_wrap input[type=checkbox] {
    display: none;
}

label.checkbox {
    background: url("../img/checkbox.png");
    background-repeat: no-repeat;
    height: 16px;
    padding-left: 26px;
    font-size: 13px;
}

label.checkbox_checked {
    background: url("../img/checked-green.png")!important;
    background-repeat: no-repeat!important;
}

#fa_udaje {
    display: none;
}

#fa_udaje.show {
    display: block;
}

.margin_top input[type=submit] {
    border-radius: 5px;
}

.ico_wrap h3 {
    text-align: left;
}

.img_center {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 25px;
}

.grey_text {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #777;
}

.radius {
    border-radius: 5px!important;
    margin: 0px auto;
}

 a.register_btn {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background: #84817a;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0px auto;
    margin-top: 20px;
}

.pop_up input[type=text] {
    width: 100%!important;
}

.empty_scroll {
    margin-top: 90px!important;
}

a.show_eye {
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    background: url(../img/pfTwMioQGGwXKcrYYs6kf3L7mUOa6Jll5UXjzB8tVoWh8XmX_wzfI2ToL0HqZCORPQ1Cn2q0KE6ijnhWbKFjm5dkwqeXqSNTT.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: right center;
    cursor: pointer;
}

.without_icon {
    padding-left: 0px!important;
}

.scroll textarea {
    background-color: #eee!important;
    border-radius: 0px;
}

.note {
    margin-bottom: 0px!important;
}

.payment_line {
    height: 40px;
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

a.tel {
    background-color: #f5f6fa;
    height: 40px;
    float: left;
    width: 80px;
    display: block;
    line-height: 40px;
    margin-right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 10px center;
    padding-left: 35px;
    font-size: 13px;
    color: #555;
    overflow: hidden;
}

a.tel:hover {
    background-color: #e7e8e9;
}

a.tel.cz {
    background-image: url(../img/NoZtdGQOi9JlmzOnyUZUg6IhPIIteIiw6cCKSxV9ctviIQjX_A71f5x0fbikmpQtHHlI8FQkUjRmn5YYUDqtKPdcjdtA6z8Am.png);
}

a.tel.sk {
    background-image: url(../img/EZPYuplDvdTdZ0xKdFpidhfvRI5EOV2SSKepqTEn07bxxkiQ_XpwmGt6Rvl15Rp9QvDk0hik6WxupgFx8bbOu68RFGdFjJPy6.png);
}

input#telefon {
    width: calc(100% - 90px)!important;
    float: right;
}

.teldrop {
    position: relative;
    display: inline-block;
    float: left;
  }
  
.teldrop-content {
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 40px;
}

.teldrop-content input[type=radio] {
    display: none;
}

.teldrop-content label {
    background-color: #f5f6fa;
    margin-bottom: 0px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-top: 1px solid #eee;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 10px center;
    padding-left: 35px;
    font-size: 13px;
    color: #555;
    font-weight: 400;
}

.teldrop-content label:hover {
    background-color: #e7e8e9;
}

.teldrop-content label.cz {
    background-image: url(../img/NoZtdGQOi9JlmzOnyUZUg6IhPIIteIiw6cCKSxV9ctviIQjX_A71f5x0fbikmpQtHHlI8FQkUjRmn5YYUDqtKPdcjdtA6z8Am.png);
}

.teldrop-content label.sk {
    background-image: url(../img/EZPYuplDvdTdZ0xKdFpidhfvRI5EOV2SSKepqTEn07bxxkiQ_XpwmGt6Rvl15Rp9QvDk0hik6WxupgFx8bbOu68RFGdFjJPy6.png);
}

.tel_full {
    width: 100%;
    margin-top: 20px;
    position: relative;
    margin-bottom: 100px;
}

span.green {
    color: #2ecc71;
    font-weight: 700;
}

.white_wrap select {
    border-radius: 5px;
    height: 40px;
    background: #f5f6fa;
    border: 1px solid #eee;
    padding: 0px;
    padding-left: 20px;
}

select {
    color: #000!important;
}

.white_wrap_settings {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

.white_wrap_left {
    float: left;
    width: 840px;
}

.white_wrap_right {
    float: right;
    width: 240px;
}

button.wrap_btn, a.wrap_btn {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
    padding-left: 20px;
    width: 100%;
    line-height: 40px!important;
    border: 0px;
    text-align: left;
}

button.wrap_btn_grey_dark, a.wrap_btn_grey_dark {
    background: #34495e!important;
}

button.wrap_btn_green, a.wrap_btn_green {
    background: #27ae60!important;
}

button.wrap_btn_red, a.wrap_btn_red {
    background: #e74c3c!important;
}

button a {
    color: #fff;
}

button a:hover {
    color: #fff;
}

.inp {
    cursor: pointer;
    line-height: 40px;
    color: #000;
    overflow: hidden;
}

a.inp:hover {
    color: #000;
}

.select_box {
    display: none;
    height: 229px;
    overflow: scroll;
    overflow-x: hidden;
}

.select_box label {
    border-top: 0px;
    border-bottom: 1px solid #eee;
}

.christmas {
    background: url(../img/X3KQzZ6ZstYyd4ql5Ivs2GFob298fxwdzHHxEdzW5bjtiRdY_rDlLm2g36Hwa8V0EqqSAnwFChV3Jmg3ypV2YchiYOkZ2WKZt.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
    position: relative;
    top: -30px;
}

.zpusob_uhrady input[type=radio] {
    display: none;
}

.zpusob_uhrady label {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.zpusob_uhrady input[type="radio"]:checked+label { 
    background: #87d37c;
} 

.zpusob_uhrady input[type="radio"]:checked+label span { 
    color: #fff;
} 

.zpusob_uhrady label:hover {
    background: #FBFBFB;
}

.zpusob_uhrady label img {
    height: 30px;
    float: left;
}

.zpusob_uhrady label span {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 12px;
}

.preload {
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.preload img {
    margin-bottom: 25px;
}

.payment_table tr {
    width: 100%;
    border-bottom: 1px solid #f1f2f6;
    height: 40px;
}

.payment_table tr td {
    padding-left: 10px;
    padding-right: 10px;
}

button.done {
    width: 100%;
    margin-top: 5px;
    background: #2ecc71;
    height: 30px;
    border-radius: 50px;
    border: 0px;
    font-size: 12px;
    color: #fff;
}

button.done:hover {
    background: #2dbd69;
}

button.remove {
    width: 100%;
    margin-top: 15px;
    background: #e74c3c;
    height: 30px;
    border-radius: 50px;
    border: 0px;
    font-size: 12px;
    color: #fff;
}

button.remove:hover {
    background: #c0392b;
}

a.order_voucher {
    width: 100%;
    height: 40px;
    background: #d63031;
    border-radius: 50px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

table.users tbody td {
    padding: 0px!important;
}

.select_voucher {
    float: left;
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    color: #333;
    font-size: 13px;
    background: #f7f8f9;
    padding-bottom: 10px;
    border-radius: 5px;
}

.select_voucher:last-of-type {
    margin-right: 0px;
}

.select_voucher img {
    width: 100%;
    margin-bottom: 10px;
}

.select_voucher a.order_btn {
    display: block;
    width: calc(100% - 20px);
    margin: 0px auto;
    background: #d63031;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}

.voucher {
    text-align: center;
}

.order_voucher input[type=number] {
    width: 100%!important;
}

.order_voucher img { 
    width: 80%;
    margin: 0px auto;
}

.order_voucher [type=radio] { 
    display: none;
  }

  .order_voucher [type=radio]:checked + label { 
    background: #d63031;
    color: #fff;
  }

  .order_voucher label.click { 
    display: block;
    height: 40px;
    line-height: 40px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    width: calc((100% - 40px) / 5);
    margin-right: 10px;
  }

  .order_voucher label.click:last-of-type {
      margin-right: 0px;
  }

@page {
    size: auto;
    margin: 0;
}

.white_wrap label {
    margin-bottom: 8px;
}

a.alt_select {
    width: 100%;
    height: 40px;
    display: block;
    background-color: #f5f6fa;
    background-image: url(../img/select_arrow.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    line-height: 40px;
    padding-left: 15px;
    color: #333;
    font-size: 13px;
}

a.alt_select:hover {
    color: #333;
    background-color: #f7f8f9;
    background-image: url(../img/select_arrow.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.select_down {
    display: none;
    max-height: 300px;
    overflow: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_down [type=radio] {
    display: none;
}

.select_down label {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    background: #f5f6fa;
    margin-bottom: 0px;
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
    padding-left: 15px;
}

.select_down label:last-of-type {
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select_down [type=radio]:checked + label { 
    background: #d63031;
    color: #fff;
    border: 1px solid #d63031;
    border-bottom: 0px;
}

.select_down [type=radio]:hover + label { 
    background: #d63031;
    color: #fff;
    border: 1px solid #d63031;
    border-bottom: 0px;
}

.category {
    width: 100%;
    height: 38px;
    color: #333;
    line-height: 38px;
    font-weight: 700;
    padding-left: 15px;
    font-size: 13px;
    background: #f7f8f9;
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
    cursor: not-allowed;
    overflow: hidden;
}

.category:first-of-type {
    border-top: 0px;
}

.radius_none {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.select_down::-webkit-scrollbar {
    width: 8px;
  }
   
.select_down::-webkit-scrollbar-track {
    background: #eee;
  }
   
.select_down::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
  }

input[type=radio].qa {
   display: none;
}

.select_qa {
    padding-left: 15px;
    padding-right: 15px;
    background: #f5f6fa;
    display: block;
    border: 1px solid #e6e6e6;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 400!important;
    font-size: 12px!important;
    margin-right: 5px;
    margin-bottom: 0px!important;
}

.select_qa:hover {
    background: #d63031;
    color: #fff;
}

.new_order input[type=radio]:checked + label { 
    background: #d63031;
    color: #fff;
}

.new_order textarea {
    background: #f5f6fa;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 12px;
}

.new_order input[type=text]::placeholder { 
    color: #718093;
    font-size: 12px;
}

span.bigger {
    font-size: 18px;
    font-weight: 700;
}

img.six {
    width: calc((1100px - 58px) / 6);
}

.file input[type=file] {
    display: none;
}

.file label {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 0px;
    background: #f5f6fa;
    padding-left: 15px!important;
    border: 1px solid #eee;
    display: block;
    color: #718093;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    background-image: url(../img/camera-to-take-photos.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.light_grey {
    background: #ccd3d9!important;
    color: #fff!important;
}

.rem_margin {
    margin: 0px!important;
}

label.bonus {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #f5f6fa;
    background-image: url(../img/g25EGHfO82KfZe7REl9Gb4vmAAz5cC9RAJ1BanENSpif2RRI_3IkmKgLtyBl7kmznzbP0woefMxSQXyQLRygeCluEurisW6Vq.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 15px center;
    border: 1px solid #eee;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 45px;
    padding-right: 15px;
}

.new_order input[type=checkbox]:checked + label.bonus { 
    background-image: url(../img/au4yE3nkh6tbNwqwwa7hSvVAHrPvSNxSKuOoxmiVxtAMbZAm_n1XcGBXsSUzc3TkQNp2QZpWK9HNYLROblq50rGP4qkUmIUrr.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 15px center;
}


.new_order input[type=radio] {
    display: none;
}

label.bonus span {
    font-weight: 700;
    color: #555;
    float: right;
}

.little_text {
    font-size: 12px;
    color: #777;
}

.little_text a {
    color: #d63031;
    font-weight: 500;
}

img.sn_info {
    height: 14px!important;
    width: 14px!important;
    margin-top: -1px;
}

label.file_replace {
    width: 165px;
    float: left;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #ecf0f1;
    line-height: 25px;
    font-size: 12px;
    padding-left: 15px;
    margin-right: 10px;
}

.alert {
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.alert.red {
    background: #ff5252;
    color: #fff;
    font-size: 13px;
}

.alert span {
    display: block;
    float: left;
    line-height: 22px;
}

.alert .btn {
    float: right;
    margin: 0px;
    border: 0px;
    line-height: normal;
    background: #fff;
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    padding: 0px 15px 0px 15px;
    border-radius: 50px;
    font-weight: 400;
    color: #555;
}

.label_dron {
    line-height: 55px!important;
}

.search {
    width: 100%!important;
    margin-bottom: 25px;
}

.r_input input[type="number"] {
    width: 20%;
    float: left;
}

.r_input input[type="text"] {
    width: calc(60% - 50px);
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #eee;
    background: #f5f6fa;
}

.rent_info {
    height: auto;
    overflow: hidden;
    background-color: #F0F3F4;
    background-image: url(../img/drone_rent.png);
    background-size: 24px 24px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    padding: 20px;
    padding-left: 64px;
    border-radius: 5px;
    width: 100%;
    float: right;
    text-align: left;
    font-size: 13px;
}

.rent_info a {
    padding: 5px 20px 5px 20px;
    background: #e3484b;
    border-radius: 50px;
    display: inline-block;
    clear: both;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.grey_btn {
    background: #ddd!important;
    color: #666!important;
    font-weight: 400;
}

.edit button.save_edit {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/diskette.png)!important;
    background-size: 18px!important;
    margin: 0px auto;
}

.edit button.add {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/add.png)!important;
    background-size: 18px!important;
    margin: 0px auto;
}

.edit button.remove {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/remove.png)!important;
    background-size: 18px!important;
    margin: 0px auto;
}

.reference_th {
    width: 40%!important;
}

.reference_td {
    line-height: 20px!important;
    text-align: left;
}

button.remove_table {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/remove.png)!important;
    background-size: 18px!important;
    margin: 0px auto;
}

.button_dark_v2 {
    display: inline-block;
    background: #454545;
    height: 36px;
    border-radius: 50px;
    line-height: 36px;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    cursor: pointer;
    color: #ddd;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.button_dark_v2:hover {
    display: inline-block;
    background: #555555;
    height: 36px;
    border-radius: 50px;
    line-height: 36px;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.white_wrap textarea {
    width: 100%;
    border-radius: 5px;
    border: 0px;
    background: #f5f6fa;
    padding-left: 20px!important;
    border: 1px solid #eee;
    display: block;
    font-size: 13px;
}

.white_wrap textarea::placeholder {
    color: #ccc;
}

.padd_down {
    padding-bottom: 50px;
}

.add_to_order {
    width: 100%!important;
    padding-left: 0px!important;
    font-size: 14px!important;
}

.btn_dily label {
    font-weight: 400!important;
    font-size: 13px!important;
}

.voucher_container {
    width: 100%;
    height: 450px;
    background-image: url(../img/poukaz_3d.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cdcdcd;
    position: relative;
}

.voucher_container a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #c83a38;
    display: inline-block;
    color: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
}

h4.small {
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.bazar_down_mob .line {
    width: 100%;
    height: 16px;
    padding-left: 20px;
    margin: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 13px;
}

.bazar_down_mob .line.pin {
    background: url(../img/pin.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 14px;
}

.bazar_down_mob .line.tel {
    background: url(../img/tel_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 14px;
}

.bazar_down_mob  .line.user {
    background: url(../img/user_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 14px;
}

.bzr_btn {
    display: inline-block;
    background-repeat: no-repeat!important;
    background-position: left center!important;
    background-size: 16px 16px!important;
    line-height: 16px!important;
    padding-left: 21px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.bzr_btn:hover {
    color: #333!important;
}

.bzr_btn.bzr_edit {
    background: url(../img/bzr_edit.png);
}

.bzr_btn.bzr_edit:hover {
    background: url(../img/bzr_edit_hover.png);
}

.bzr_btn.bzr_sell {
    background: url(../img/bzr_sell.png);
}

.bzr_btn.bzr_sell:hover {
    background: url(../img/bzr_sell_hover.png);
}

button.bzr_remove {
    display: inline-block;
    float: right;
    background: url(../img/bzr_bin.png);
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    border: none;
}

button.bzr_remove:hover {
    background: url(../img/bzr_bin_hover.png);
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: unset!important;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #f1f2f3;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
    font-size: 12px;
    color: #777;
    margin-right: 10px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

.custom_label {
    font-size: 13px;
    line-height: 18px;
}

.custom_label label {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    background-size: 18px 18px!important;
}

.custom_label label.true {
    background: url(../img/uncheck_260121.png);
}

.custom_label label.true:hover {
    background: url(../img/check_260121.png);
}

.custom_label label.false {
    background: url(../img/remove_edit_unchecked.png);
}

.custom_label label.false:hover {
    background: url(../img/remove_edit_checked.png);
}

.custom_label input[type="radio"] {
    display: none;
}

.custom_label input:checked + label.true {
    background: url(../img/check_260121.png);
  }

  .custom_label input:checked + label.false {
    background: url(../img/remove_edit_checked.png);
  }

  .wrap_set_left {
      float: left;
  }

  .wrap_set_right {
    float: right;
}

.wrap_set_right img {
    width: 20px;
    height: 20px;
}

.custom_h4 {
    font-size: 14px!important;
    padding-left: 0px!important;
    width: 100%!important;
}

.custom_label input[type="text"] {
    height: 25px;
    margin: 0px;
    width: 200px!important;
    margin-right: 15px;
    text-align: left;
    display: unset;
}

.remove_img {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.remove_img button {
    background: url(../img/b5qnSlbhhOXcbUuQacJWjocwLJ4UDggA8Tg3pI98Vti7kuqt_98y8mdgFXHKWkQcAOIUbMaP5NM2d4rtjRbHi6WS7neqQoGe8.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: 0px;
}

.gallery_img {
    position: relative;
    float: left;
}

.pridat_polozku input {
    float: left;
}

.pridat_polozku input[type="number"] {
    width: 175px;
    margin-right: 15px;
}

.pridat_polozku input[type="text"] {
    width: calc(100% - 435px);
    margin-right: 15px;
}

.pridat_polozku input {
    font-size: 12px!important;
}

.pridat_polozku input::placeholder {
    font-size: 12px!important;
    color: #999!important;
}

.pridat_polozku button {
    background-image: url(../img/0yJHYTOrqQbteImEboPI.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-color: #D31027;
    border: none;
    border-radius: 5px;
}

.custom_info {
    font-size: 12px;
    border-radius:3px;
    margin-bottom:25px;
}

.custom_button {
    position: relative;
}

.custom_button button.left {
    left: 0px;
    top: 0px;
    position: absolute;
    width: auto;
    height: 50px;
    z-index: 99999;
}

.custom_button button.right {
    right: 0px;
    top: 0px;
    position: absolute;
    width: auto;
    height: 50px;
    z-index: 99999;
}

.custom_center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 55px;
}

.custom-left {
    float: left;
}

.drop #myDropdown label:hover {
    background: #f5f6fa;
}

#myDropdown input[type="radio"]:hover+label { 
    background: #f5f6fa;
} 

#myDropdown input[type="radio"]:checked+label { 
    background: #f5f6fa;
}

#send_custom_item {
    margin-bottom: 25px;
}

.half_top {
    margin-top: 25px;
}

.m_r {
    margin-bottom: 0px!important;
}

input[type="submit"].disabled {
    background-color: #ccc!important;
    background-image: none!important;
    color: #777!important;
}

.filter {
    margin-bottom: 25px;
}

.filter input[type="submit"] {
    float: right;
}

.filter select {
    height: 35px;
    border-radius: 5px;
    width: auto;
    padding: 0px 5px;
    font-size: 13px;
    -moz-appearance:listbox;
    -webkit-appearance:listbox;
    appearance:listbox;
    float: left;
}

.filter input[type="date"] {
    float: left;
    height: 35px;
    border-radius: 5px;
    width: auto;
    padding: 0px!important;
    text-align: center!important;
    font-size: 13px;
    background: #fff;
}

.filter label {
    padding: 0px;
    margin: 0px 10px 0px 15px;
    line-height: 35px;
}

.section-left {
    float: left;
}

.section-right {
    float: right;
}

.layout-stock {
    min-width: 1720px;
    width: calc(100% - 80px);
    max-width: 1920px;
    margin: 49px auto 40px auto;
}

.tab {
    width: 100%;
    display: table;
    margin-top: 35px;
}

.tab .tab-header {
    width: 100%;
    background-color: #dcdde1;
    display: table-header-group;
}

.tab .tab-header .tab-cell {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    border-bottom: none;
    font-weight: 500;
    position: relative;
}

.tab .tab-header .tab-cell img {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    height: 14px;
}

.tab .tab-cell {
    display: table-cell;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    font-size: 13px;
}

.tab .tab-body {
    display: table-row-group;
}

.tab .tab-row {
    display: table-row;
}

.tab .tab-row:hover {
    background-color: #eee;
    cursor: pointer;
}

.tab .img_alert {
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.tab .rnc span {
    color: transparent; 
    text-shadow: 0px 0px 6px #333;
}

.tab .unblur {
    color:#333!important;
    text-shadow: none!important;
}

.tab .nc span {
    color: transparent; 
    text-shadow: 0px 0px 6px #333;
}

.bazar-admin-lista input {
    height: 32px;
    width: auto;
    line-height: 32px;
    padding: 0px 20px;
    border-radius: 30px!important;
    font-size: 12px;
    background: #c83a38!important;
}

.bazar-admin-lista input:hover {
    box-shadow: 0px 3px 3px rgba(200, 58, 56, .4);
}

.wrap-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 20px;
    padding-bottom: 50px;
}

.wrap-5 .bazar-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.wrap-5 .bazar-item .thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.wrap-5 .bazar-item .thumb img {
    height: 150px;
    margin: 0px auto;
}

h4.chart_h4 {
    background-image: url('../img/chart.png');
    background-repeat: no-repeat;
    font-size: 16px;
    background-size: 20px;
    background-position: left center;
    padding-left: 28px;
}

table.xlsx {
    width: 100%;
    width: 2000px;
}

table.xlsx th {
    font-weight: 400;
}

.flex-wrap {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    margin-bottom: 120px;
}

.flex-wrap .column {
    position: relative;
}

.flex-wrap .column .type {
    width: 100%;
    height: 160px;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.flex-wrap .column .type img {
    height: 100%;
}

.flex-wrap .column a.button-custom {
    background: linear-gradient(90deg, rgba(211,16,39,1) 0%, rgba(234,56,77,1) 100%);
    display: inline-block;
    height: 32px;
    border-radius: 30px 0 30px 30px;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 0px 25px;
    right: 0px;
    transform: translateY(-50%);
    position: absolute;
}

.flex-wrap .column a:hover {
    background: linear-gradient(90deg, rgba(211,16,39,1) 0%, rgba(234,56,77,1) 100%);
}

.button-custom {
    --text: #fff;
    --duration: 0.5s;
    --move-hover: -2px;
    --shadow-hover: 0 4px 20px -2px rgba(211,16,39,0.5);
    box-shadow: var(--shadow);
    transform: translateY(var(--y));
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
.button-custom div {
    display: flex;
}
.button-custom div span {
    display: block;
    backface-visibility: hidden;
    font-style: normal;
}
.button-custom div span:nth-child(1) {
    --d: 0.05s;
}
.button-custom div span:nth-child(2) {
    --d: 0.1s;
}
.button-custom div span:nth-child(3) {
    --d: 0.15s;
}
.button-custom div span:nth-child(4) {
    --d: 0.2s;
}
.button-custom div span:nth-child(5) {
    --d: 0.25s;
}
.button-custom div span:nth-child(6) {
    --d: 0.3s;
}
.button-custom div span:nth-child(7) {
    --d: 0.35s;
}
.button-custom div span:nth-child(8) {
    --d: 0.4s;
}
.button-custom div span:nth-child(9) {
    --d: 0.45s;
}
.button-custom div span:nth-child(10) {
    --d: 0.5s;
}
.button-custom div span:nth-child(11) {
    --d: 0.55s;
}
.hover{
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -2px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
    animation: move var(--duration) linear var(--d);
}
.button-custom:hover span {
    animation: move var(--duration) linear var(--d);
}

a {
    text-decoration: none;
}

@keyframes move {
    40% {
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
   }
}

.administration .column {
    background-color: #f1f2f3;
    text-align: center;
    padding: 15px;
    color: #222222;
    font-weight: 500;
}

.administration .column img {
    margin-bottom: 15px;
    height: 50px;
}

.stat-wrap {
    width: calc(50% - 25px);
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

.stat-wrap:nth-child(2n) {
    margin-right: 0px;
}

.grid-3 {
    display: grid;
    gap: 25px;
    grid-auto-rows: 1fr;
    padding: 100px 9px 36px 9px;
}

.grid-3 .col.review {
    margin: 0px;
    width: 100%;
    padding: 40px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.grid-3 .col.review .author {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.grid-3 .col.review .author img {
    height: 32px;
    display: block;
    float: left;
}

.grid-3 .col.review .author .name {
    float: left;
    margin-left: 10px;
}

.grid-3 .col.review .author .name img {
    height: 12px;
}

.grid-3 .col.review p {
    color: #999;
    font-weight: 400;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 20px;
}

.grid-layout {
    width: 90%;
    margin: 0px auto;
    display: grid;
    gap: 30px;
    grid-auto-rows: 1fr;
    padding: 0px 0px 50px 0px;
}

.grid-layout .col {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
}

.grid-layout .col .header {
    width: 100%;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.grid-layout .col .footer {
    width: 100%;
    border-top: 1px solid #f2f3fb;
    padding: 15px;
    background: #fbfbfc;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.grid-layout .col .footer .part {
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    color: #333;
}

.grid-layout .col .footer .part:first-of-type {
    margin-right: 20px;
}

.grid-layout .col .footer .part span {
    color: #c9c9c9;
    font-size: 12px;
    font-weight: 400!important;
}

.grid-layout .col .header .part {
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 50%;
    color: #333;
}

.grid-layout .col .header .part.dron {
    width: 100%;
    overflow: hidden;
    height: unset;
    margin-top: 15px;
}

.grid-layout .col .header .part.dron img {
    height: 40px;
}

.grid-layout .col .header .part span {
    color: #c9c9c9;
    font-size: 12px;
    font-weight: 400!important;
}

.minus-button {
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #f15e64;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.minus-button button {
    line-height: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-10px);
    padding: 0px;
    border: 0px;
    overflow: hidden;
    background: transparent!important;
    border-radius: 5px;
}

.add-button {
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #24bb74;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.add-button button {
    line-height: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-10px);
    padding: 0px;
    border: 0px;
    overflow: hidden;
    background: transparent!important;
    border-radius: 5px;
}

.fa-exclamation-triangle {
    color: #f5d442;
}

.searching {
    width: 300px;
    height: 45px;
    box-sizing: border-box;
    padding: 0px 15px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    border-radius: 5px;
}

.searching::placeholder {
    color: #ccc!important;
    font-size: 13px;
}

.layout-stock input[type="number"] {
    width: 50px;
    height: 100%;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    text-align: center;
    margin-right: 0px!important;
}

span.alert {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 0px;
}

.tab-row:nth-child(2n) {
    background-color: #fafafa;
}

.service-info {
    height: 20px;
    float: right;
    cursor: pointer;
}

.hidden-info {
    display: none;
}

.overlap {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.95);
    z-index: 1000000;
    top: 0;
    display: none;
}

.blur {
    filter: blur(4px);
}

.select-model {
    display: none;
    position: relative;
}

.select-model h2 {
    font-family: 'Roboto Condensed', sans-serif!important;
    z-index: 1000001;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #231f20;
    font-size: 30px;
    font-weight: 500;
}

/* V2 */

.btn_v2.btn_xs {
    height: 34px!important;
    padding: 0px 20px!important;
    line-height: 34px!important;
    font-size: 13px;
    font-weight: 400;
}

.btn_v2.btn_red {
    background-color: #d72323;
}

.btn_v2.btn_red:hover {
    background-color: #850101;
    color: #fff;
}

.btn_v2.btn_red:focus {
    color: #fff;
}

.btn_v2.btn_grey {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);
}

.btn_v2.btn_grey:hover {
    background-image: linear-gradient(to right, #404040, #555555, #505050, #454545);
    color: #fff;
}

.btn_v2.btn_grey:focus {
    color: #fff;
}

.btn_v2 {
    height: 45px;
    display: inline-block;
    padding: 0px 35px;
    margin: 0px auto;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    transition: .3s;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 45px;
}

.full-width {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.full-width.grey {
    background-color: #f2f4fd!important;
}

.full-width h3 {
    text-align: center;
    width: 100%;
    font-size: 23px;
    color: #231f20;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px 0px 50px 0px;
    font-weight: 400;
}

.full-width #why {
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
}

.full-width #why .ok {
    color: #231f20;
    background-size: 15px;
}

.columns-3 {
    width: 90%;
    max-width: 1100px;
    margin: 0px auto;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    font-family: 'Roboto Condensed', sans-serif;
}

.columns-3 .column.step b {
    margin: 12px 0px;
    display: block;
    font-size: 16px;
}

.full-width #why {
    position: relative;
}

.full-width #why img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

@media (max-width: 968px) {
    .columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 868px) {
    .full-width #why img {
        position: unset;
        top: unset; right: unset; 
        transform: unset;
        margin: 0px auto;
        margin-top: 50px;
        width: 50%;
    }

    .full-width #why {
        text-align: center;
    }

    .full-width #why .left {
        text-align: left;
    }

    .grid-layout {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 568px) {
    .columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.columns-3 .column.step p {
    color: #888;
}

h2.heading {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 45px 0px;
}

.text-green {
    color: #24bb74;
}

.btn_blue {
    background-image: linear-gradient(to right, #1B9CFC, #1B9CFC, #1B9CFC, #1B9CFC)!important;
}

.btn_yellow {
    background-image: linear-gradient(to right, #f7b731, #f7b731, #f7b731, #f7b731)!important;
    color: #222222!important;
}

.qrcode-text {
    padding-right:1.7em; 
    margin-right:0
}

.qrcode-text-btn {
    display:inline-block; 
    background:url('http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2017/07/1499401426qr_icon.svg') 50% 50% no-repeat; 
    height:18px!important; 
    width:18px!important; 
    margin-left:-1.7em; 
    cursor:pointer;
    margin-left: -40px!important;
    margin-top: 4px!important;
}

.qrcode-text-btn > input[type=file] {
    position:absolute; 
    overflow:hidden; 
    width:1px; 
    height:1px; 
    opacity:0
}

.dir {
    width: 100%;
    margin-bottom: 40px;
}

.dir a {
    font-size: 13px;
    color: #777;
    transition: 0.3s;
    font-weight: 400!important;
}

.dir a:hover {
    color: #e2373f;
}

.post {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif!important;
    color: #231f20;
}

.post a {
    color: #231f20;
    font-weight: 700;
}

.post a:hover {
    color: #e2373f;
}

.post h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post h3 {
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 20px;
    text-align: left;
}

.post p {
    margin-bottom: 1.2em;
}

.col-2 {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.col-2 .col img {
    float: right;
    max-height: 330px;
    width: auto;
    max-width: 100%;
}

.info_section {
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 15px!important;
    display: grid;
}

.info_section .part {
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
}

.info_section .part .icon img {
    width: 40px;
}

.info_section .part .name {
    margin-left: 15px;
    font-size: 13px;
}

@media (max-width: 768px) {
    #map {
        height: 500px;
    }

    .contact-team .grid-4 {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: unset;
    }

    .col-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .col-2 .col img {
        float: unset;
        max-height: unset;
        width: 100%;
    }

    .info_section {
        grid-template-columns: repeat(1, 1fr)!important;
    }
}

a.red-link {
    color: #d72323;
}

a.red-link:hover {
    color: #850101;
}

.number-orders {
    background-color: #fff;
    padding: 20px;
    margin-top: 35px;
    font-family: 'Roboto Condensed', sans-serif!important;
    position: relative;
}

.number-orders h4 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(126, 126, 126);
}

.number-orders span {
    font-size: 20px;
    color: #c83a38;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.np {
    font-family: 'Roboto Condensed', sans-serif;
}

.np th {
    font-size: 13px!important;
}

.layout.np {
    padding: 40px 0px;
    width: 1200px;
}

.np h2 {
    font-weight: 600!important;
    margin-top: 0px!important;
    font-size: 24px!important;
    margin-bottom: 40px!important;
}

.np h4 {
    font-weight: 600!important;
    margin-top: 0px!important;
    font-size: 20px!important;
    margin-bottom: 20px!important;
}

.np .full {
    overflow: hidden;
    margin-bottom: 20px;
}

.np p {
    font-size: 14px;
    margin: 0px;
}

.np select {
    border-radius: 0px;
    -webkit-appearance: auto!important;
    padding: 0px 10px!important;
    height: 40px;
    width: 50%;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.btn-no-radius {
    height: 40px!important;
    padding: 0px 20px!important;
    float: left;
    display: block;
    background-color: #647687;
    color: #fff;
    line-height: 40px!important;
    border-radius: 4px!important;
    margin: 0px!important;
    font-size: 13px!important;
    border: 0px!important;
    transition: .3s;
    cursor: pointer;
}

.btn-no-radius:focus, .btn-no-radius:hover {
    color: #fff;
}

.btn-no-radius:hover {
    background-color: #415971;
}

.btn-no-radius.green {
    background-color: #6ab04c;
    color: #fff;
}

.detail-objednavky {
    float: right;
}

.invoice-grid {
    display: grid;
    grid-template-columns: 21cm auto;
    column-gap: 40px;
}

.np aside {
    margin: 0px!important;
    width: 100%;
}

.np #faktura {
    margin: 0px;
}

.np #faktura .full:last-of-type {
    margin-bottom: 0px;
}

#faktura table.next tbody td {
    padding: 0px 15px;
}

aside .btn-no-radius {
    width: 100%!important;
    height: 50px!important;
    margin-bottom: 5px!important;
    line-height: 50px!important;
    border-radius: 4px!important;
    background-color: #647687;
    color: #fff;
    font-size: 13px!important;
    cursor: pointer;
    text-align: left;
}

aside .btn-no-radius i {
    margin-right: 10px;
}

.btn-no-radius.red {
    background-color: #D32F2F;
}

aside .btn-no-radius:focus, aside .btn-no-radius:hover {
    color: #fff;
}

a.open.blue2, button.open.blue2 {
    border: 1px solid #647687!important;
    color: #647687;
}

a.open.blue2:hover, button.open.blue2:hover {
    background-color: #647687!important;
}

a.open.red2, button.open.red2 {
    border: 1px solid #c83a38!important;
    color: #c83a38;
}

a.open.red2:hover, button.open.red2:hover {
    background-color: #c83a38!important;
}

a.open.green2, button.open.green2 {
    border: 1px solid #6ab04c!important;
    color: #6ab04c;
}

a.open.green2:hover, button.open.green2:hover {
    background-color: #6ab04c!important;
}

a.open, button.open {
    padding: 6px 15px;
    color: #394550;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #647687;
    transition: .3s;
    line-height: initial;
}

a.open:hover, button.open:hover {
    color: #fff;
    background-color: #647687;
}

.search {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto auto 200px;
    gap: 20px;
}

.search input[type="text"] {
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 0px 8px;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    font-size: 13px;
}

.search input[type="text"]::placeholder {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

.search label {
    padding: 0px;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-right: 15px;
}

.search label:last-of-type {
    margin: 0px;
}

.search label input[type="radio"] {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    margin-right: 3px;
}

.results {
    position: absolute;
    height: auto;
    width: 1100px;
    margin-top: 39px;
    display: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 9999;
}

.results .row {
    width: 100%;
    height: 45px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.results .row:hover {
    background-color: #e6e6e6;
}

.results .row:last-of-type {
    border-bottom: 0px;
}

.results .row p:last-of-type {
    margin-left: auto;
}

.results a:nth-child(2n) {
    background-color: rgb(245, 245, 245)!important;
    display: block;
}

.full.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.custom-item .ks, .custom-item .cena {
    width: 20%;
    float: left;
}

.custom-item .polozka {
    width: calc(60% - 20px)!important;
    height: 40px!important;
    min-height: unset!important;
    float: left!important;
    border-radius: 4px!important;
    margin: 0px 10px!important;
    box-sizing: border-box!important;
    background: #f5f6fa!important;
    padding-left: 20px!important;
    border: 1px solid #eee!important;
}

.np.nova-faktura select {
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

.np .full.custom input[type="number"] {
    width: 20%;
    float: left;
}

.np .full.custom input[type="text"] {
    width: calc(60% - 30px);
    margin: 0px 15px;
    float: left;
    height: 40px;
    background-color: #f5f6fa;
    border-radius: 4px;
    padding-left: 20px!important;
    border: 1px solid #eee;
}

.full.buttons {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.np .btn-sm {
    letter-spacing: 0.2px;
    font-size: 11.3px!important;
}

.ikonky {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 50px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.ikonky form {
    position: relative;
}

.ikonky button {
    padding: 0px;
    border: 0px;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}

.ikonky button span {
    position: absolute;
    bottom: 0px;
    display: block;
    float: unset;
    height: unset;
    line-height: unset;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.ikonky button img {
    height: auto;
    width: 100%;
}

.np table form {
    margin: 0px;
}

.np table input[type=number], .np table input[type=text] {
    background-color: transparent;
    padding: 0px!important;
    width: 65px;
    text-align: center;
    margin: 0px auto;
    border: 0px;
    float: left;
}

.np table tr:hover input[type=number], .np table tr:hover input[type=text] {
    border: 1px solid rgb(228, 228, 228);
}

.log_content {
    max-height: 5em;
    width: 100%;
    overflow-y: auto;
}

.log_content td {
    padding: 0px 5px;
}

.layout.excel {
    width: 90%;
}

.inline a {
    display: inline-block!important;
}

.fix-table-order {
    max-width: 120px!important;
    word-break: break-word!important;
}

.alerts .alert {
    background-color: #f9f9f9;
    padding-left: 50px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.alerts h3 {
    margin: 0 0 25px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.alerts .alert img {
    height: 20px;
    position: absolute;
    left: 15px; top: 50%;
    transform: translateY(-50%);
}


.btn-no-radius.xs {
    height: 35px!important;
    line-height: 35px!important;
    margin-right: 10px!important;
}

.btn-no-radius.xs:last-of-type {
    margin-right: 0px!important;
}

.steps {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 40px;
    overflow: hidden;
}

.steps .open {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif!important;
    position: relative;
}

.steps .open i {
    position: absolute;
    right: 0px; top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.steps .settings {
    display: none;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.steps .settings i {
    color: #718093;
}

.steps .settings table {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.fs-6 {
    font-size: 13px;
}

.mt-5 {
    margin-top: 60px;
}

.btn-warning {
    background-color: #ffc107!important;
    border-radius: 3px!important;
    color: #fff!important;
    padding: 5px 15px!important;
    height: unset!important;
}

.alert-warning {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-status .poznamka-neco {
    width: 100%!important;
    margin: 0px!important;
    border-radius: 5px!important;
    margin-bottom: 10px!important;
    text-align: left!important;
    padding-left: 10px!important;
}

.steps.poznamka i {
    position: relative;
}