@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --in-primary:#CCB900;
    --in-primary-dark:#B5A300;
}

a,
a:hover,
input[type=checkbox]:checked:after,
.lockcomm,
code,
#second a,
.btn-link,
.btn-link:hover {
    color: var(--in-primary-dark);
}

b,
strong {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
#separator h3.panel-title,
#panel-products h3.panel-title,
#random-image h3,
#list-pages h4,
#blog h3.panel-title,
.price-current-vat,
#footer-contact .fa,
.price-original-vat,
.inside>p,
.form-horizontal span.asterisk {
    color: #29293A
}

.panel-filter,
#panel-categories,
.form-horizontal,
#panel-accounts,
.form-container,
#order-form .panel-primary,
.comms {
    background-color: #EFEFF1;
    box-shadow: none;
}

#order-form #panel-cart {
    background-color: transparent;
}

/*cookie*/
.cc_container {
    background-color: #29293A !important;
}

.cc_container a,
.cc_container a:visited {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.cc_container a:hover,
.cc_container a:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    background-color: var(--in-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #fff !important;
    color: #29293A !important;
}

/*obecne*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .3px;
    font-size: 16px;
    color: #5E6270;
}

h1,
h2,
h3,
h3.panel-title,
h4,
#motive,
#motto #motto-title,
#motto #motto-text {
    font-weight: 400;
}

h1 {
    text-transform: uppercase
}

#separator h3.panel-title,
#blog h3.panel-title,
#panel-products h3.panel-title,
#random-image h3,
#second h3.panel-title {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 0;
    letter-spacing: 1px
}

.h1::after,
h1::after,
#separator h3.panel-title::after,
#blog h3.panel-title::after,
#panel-products h3.panel-title:after,
#random-image h3::after {
    display: none;
}

hr {
    border-color: #E8E9EE;
}

/*odkazy, kotvy*/
a:hover {
    text-decoration: underline;
}

/*components*/

/*alert*/
.alert {
    border-radius: 0;
}

/*drobky*/
.breadcrumb {
    text-align: left;
}

.breadcrumb a {
    color: #5d606a;
}

.breadcrumb a:hover {
    color: var(--in-primary);
}

.breadcrumb .active {
    color: #29293A;
}

.breadcrumb>li+li:before {
    color: #D2D3D9;
}

/*buttons*/
.btn {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.575;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn-primary {
    background-color: var(--in-primary);
    border-color: var(--in-primary);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--in-primary-dark);
    border-color: var(--in-primary-dark)
}

.btn-default {
    background-color: #fff;
    border-color: var(--in-primary);
    color: #29293A;
}

.btn-default:hover {
    background-color: var(--in-primary);
    border-color: var(--in-primary);
    color: #fff;
}

/*prvky e-shopu*/

.icon-favourite {
    color: #FFDA03
}

.product-label-special {
    background-color: var(--in-primary);
}

#basket .label {
    color: var(--in-primary);
    background-color: #FFDA03;
}

/*form*/
.form-control {
    border: 1px solid #D2D3D9;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(30, 144, 255, .6);
    border-color: #1E90FF;
}

label,
.asterisk {
    color: #29293A;
    font-weight: 400
}

/*eshop .label*/
.label {
    font-weight: 300;
}

.label.label-stock1 {
    color: #3c763d;
    border: 1px solid #dff0d8;
    background: #dff0d8;
    font-weight: 500;
}

.label.label-stock2,
.label.label-stock3,
.label.label-stock4,
.label.label-stock5 {
    color: #29293A;
    border: 1px solid #D2D3D9;
    background: #D2D3D9;
    font-weight: 500;
}

.label.label-stock6 {
    color: #800B0E;
    border: 1px solid #FBCECF;
    background: #FBCECF;
    font-weight: 500;
}

/**/
.panel {
    border-radius: 0;
}

/*tabs*/
.nav-tabs {
    border-bottom: 1px solid #D2D3D9;
}

.nav-tabs>li>a {
    font-size: 18px;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    color: #29293A;
}

.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--in-primary);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid var(--in-primary);
    color: var(--in-primary);
}

/*nav-pills - ESHOP MENU*/
.nav-pills>li>a {
    color: #29293A;
    border-radius: 0;
    padding: 5px 15px;
}

.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: var(--in-primary);
;
    background-color: transparent;
    border-radius: 0;
}

.nav-pills>li>a:hover,
.nav-pills>li.active>a {
    color: #fff;
    background-color: transparent;
    color: var(--in-primary);
}

.nav-pills .badge {
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #29293A;
}

.nav-pills>li>a:hover .badge,
.nav-pills li.active .badge {
    color: #fff;
    background-color: var(--in-primary);
}

/*pagination*/
#pagination {
    clear: both;
    display: table;
    text-align: center;
    width: 100%;
}

.pagination>li>a,
.pagination>li>span {
    padding: 10px 15px;
    margin-left: 5px;
    color: #fff;
    background-color: var(--in-primary);
    border: 0px solid #fff;
    border-radius: 0;
}

.pagination>li>a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--in-primary-dark);
    color: #fff;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    display: none
}

/*table*/
#cart tbody tr td,
.table,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #D2D3D9;
    border-left: 0;
    border-right: 0;
}

#cart tfoot td {
    border-top-color: #D2D3D9;
}

.table {
    background-color: #fff;
    border-top: 0;
}

.table>thead>tr>th {
    font-weight: 500;
}

.table>thead>tr>td,
.table>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom: 1px solid #676B78;
}

/*bordered*/
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #D2D3D9;
}

/*striped*/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #EFEFF1;
}

/*hover*/
.table-hover>tbody>tr:hover {
    background-color: #E8E9EE;
}

/*thumbnail*/
.thumbnail {
    border: 0px;
    box-shadow: none;
}

.thumbnail p {
    color: #5E6270;
}

.thumbnail .caption {
    padding: 10px 0 0 0;
    color: #5d606a;
}

.thumbnail .caption h2 {
    font-size: 24px;
}

/*================== UPRAVA SABLONY ================*/

/*header*/
#index header {
    position:sticky
}

/*top ribbon*/
#top-ribbon {
    background: var(--in-primary);
    color: #fff;
}

#top-ribbon .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

#top-ribbon #contactus {
    margin-right: auto;
}

#top-ribbon #search-bar {
    float: unset;
    order: 2;
}

#top-ribbon #basket {
    float: unset;
    margin-left:20px;
}

#top-ribbon .form-control {
    background: #fff;
    color: #fff;
}


#top-ribbon .btn.btn-danger,
#top-ribbon .btn.btn-danger:hover,
#top-ribbon a,
#top-ribbon a:hover {
    color: white;
}

@media (max-width:767px) {
    #contactus.hidden-xs {
        display: inline !important;
    }
}

@media (max-width:600px) {
    #top-ribbon {
        padding: 5px 0;
        line-height: 1.5em
    }

    #top-ribbon #contactus {
        width: 100%
    }
}



/*logo*/
.logo {
    padding: 0;
}

.logo img {
    max-height: 80px;
    max-width: 200px;
}

@media (max-width: 991px) {
    .logo img {
        max-height: 35px;
    }

}

/* NAV - navbar, nav, dropdown */
#index .navbar-default,
.navbar-default {
    background: none;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #D2D3D9;
}

#index .navbar-default.f-nav,
.f-nav {
    background-color: #fff;
}

.navbar .navbar-nav>li>a,
.navbar .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:focus {
    text-align: center;
    text-transform: uppercase;
    color: #29293A;
}

.navbar .navbar-text,
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.disabled>a,
.navbar .navbar-nav>.disabled>a:hover,
.navbar .navbar-nav>.disabled>a:focus,
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
    color: var(--in-primary-dark);
}

.navbar .navbar-nav>.active>a:after,
.navbar .navbar-nav>.active>a:focus:after,
.navbar .navbar-nav>.active>a:hover:after,
.navbar .navbar-nav>.active>a:after,
.navbar .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.open>a:after,
.navbar-default .navbar-nav>.open>a:focus:after,
.navbar-default .navbar-nav>.open>a:hover:after,
#index .navbar:not(.f-nav) .navbar-nav>.active>a:after,
#index .navbar:not(.f-nav) .navbar-nav>.active>a:focus:after,
#index .navbar:not(.f-nav) .navbar-nav>.active>a:hover:after,
#index .navbar:not(.f-nav) .navbar-nav>.active>a:after,
#index .navbar:not(.f-nav) .navbar-nav>li>a:hover:after,
#index .navbar-default:not(.f-nav) .navbar-nav>.open>a:after,
#index .navbar-default:not(.f-nav) .navbar-nav>.open>a:focus:after,
#index .navbar-default:not(.f-nav) .navbar-nav>.open>a:hover:after {
    display: none
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.dropdown.open ul.dropdown-menu {
    background-color: #676B78;
}

.dropdown-menu li ul {
    column-rule: 1px solid #5E6270;
}

.dropdown-menu>li>ul>li>a {
    color: #fff;
}

.dropdown-header,
.dropdown-menu>li>a ,
.dropdown-menu>li>ul>li>a:hover,
.dropdown-menu>li>ul>li.active>a {
    color: #fff;
}

}

/*mobile nav */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #EFEFF1;
    border-color: #EFEFF1;
}

.navbar-default .navbar-toggle {
    border-color: #29293A;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #29293A;
}

/*flex navbar*/
@media (min-width: 991px) {
    .navbar-default>.container {
        display: flex;
        align-items: center;
    }

    #navbar {
        display: flex !important;
        justify-content: flex-end;
        width: 100%;
        float: none;
        text-align: initial;
    }

    .nav.navbar-nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

}

/* navbar, nav, dropdown and eidt navbar breakpoint*/
@media (max-width: 991px) {
    #index .navbar-default .navbar-collapse {
        background-color: transparent;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
    }

    .navbar .navbar-nav>li>a {
        line-height: 34px;
    }
}

/* motive */
#motto {
    display: none;
}

#motto #motto-title,
#motto #motto-text {
    text-shadow: none;
}

#index #motto {
    display: block;
    padding: 15px;
}

#index #motive {
    max-height: 500px;
    margin-bottom: 0;
    text-align: left;
}

#index #motive .container {
    height: 100%;
    margin: 0 auto;
    justify-content: left;
}

#index #own-motive {
    display: block;
    background: url("/assets/dfc/realitnimakler/images/own-motive-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#own-motive .section-container.section-carousel {
    padding: 0;
}

#own-motive .section-container.section-carousel .carousel-control.right,
#own-motive .section-container.section-carousel .carousel-control.left {
    background: none;
}

#own-motive .carousel-caption {
    right: 15%;
    bottom: 20%;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    text-shadow: none;
}

#own-motive .carousel-caption h3 {
    font-weight: 500;
    font-size: 32px;
}

#own-motive .carousel-caption a.btn {
    margin-top: 20px
}

@media (max-width: 768px) {
    #own-motive .carousel-caption {
        right: 0%;
        bottom: 0;
        left: 0%;
        padding: 15px;
        text-align: center;
        text-shadow: none;
        position: relative;
        background-color: #EFEFF1;
    }

    #own-motive .carousel-caption h3 {
        font-weight: 600;
        font-size: 20px;
        margin: 10px 0 0
    }

    #own-motive .carousel-caption a.btn {
        margin: 0 0 10px
    }
}

@media (min-width: 768px) {
    #motive .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #index #motive .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #index #motive .container {
        width: 1170px;
    }
}

/*index*/
#separator,
#blog,
#separator h1 {
    display: none
}

#index #separator,
#index #blog {
    display: block
}

/*separator*/
#separator {
    background-color: #D2D3D9;
    margin-top: 0;
}

/*second*/
#second {
    background-color: #676B78;
    background-image: url("/assets/dfc/realitnimakler/images/second-bg1.jpg");
    background-size: cover;
    background-attachment: fixed;
    color: inherit;
    text-align: center;
    color: white;
}

#second h3.panel-title:after {
    display: none;
}

#second .btn-primary {
    background-color: var(--in-primary);
    color: white;
}

#second .btn-primary:hover {
    background-color: var(--in-primary-dark);
    color: white;
}

#index #second {
    border: 0;
}

/*random image*/
#random-image {
    background-color: #fff
}

/*list-rubrics - media*/
.rubric hr {
    display: none;
}

.media:first-child {
    margin-top: 15px;
}

/*rubriky*/

#list-rubrics li .media-body {
    border: 0px;
    background-color: #EFEFF1;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#list-rubrics li .media-body:hover {
    border: 0px;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */
    transform: none;
}

/*list-panel-news*/
#list-panel-news,
#list-pages {
    margin: 0 -15px;
    padding: 0;
}

#list-panel-news>li,
#list-pages>li {
    padding: 30px;
    overflow: hidden;
    margin:0;
    background-color: transparent;
}

.image-perex {
    /* max-height: 200px;*/
    overflow: hidden;
    float: none;
    width: 100%;
    padding-right: 0px;
}

#list-panel-news>li:last-of-type,
#list-pages>li:last-of-type {
    border-bottom: 0;
}

#list-panel-news>li .date,
#list-pages>li .date {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0;
}

.date .day {
    font-size: 5em;
    color: #29293A;
}

.date .rest .cir {
    text-align: center;
    display: table;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 20px;
    padding-top: 7px;
    color: #29293A;
    font-size: 15px;
    background-color: #EFEFF1;
}

#list-panel-news h4,
#list-pages h4 {
    font-size: 24px;
    padding-top: 15px;
    text-align: left;
}

#list-panel-news h4 a,
#list-pages h4 a {
    color: #29293A
}

#panel-news .more {
    text-align: center;
    display: block;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
    background-color: transparent;
}

#panel-news .more a {
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.575;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: var(--in-primary);
    color: #fff;
}

#panel-news .more a:hover {
    background-color: var(--in-primary-dark);
    color: #fff;
    text-decoration: none;
}

#list-panel-news>li,
#list-pages>li {
    width: 50%;
    overflow: hidden;
    align-items: stretch;

}

@media (max-width: 1200px) {

    #list-panel-news>li,
    #list-pages>li {
        width: 50%;
        overflow: hidden;
        align-items: stretch;
    }
}

@media (max-width: 768px) {

    #list-panel-news>li,
    #list-pages>li {
        width:100%;
        overflow: hidden;
        align-items: stretch;
    }
}

/*donwloads*/
#list-downloads li h2 {
    font-size: 24px;
}

#table-downloads a strong {
    font-weight: normal;
}

/*galerie, kategorie, slozky ...*/
#detail-product #variant-box #perex,
.product-detail form#form-product,
.img-thumbnail,
#detail-product a:hover>.img-thumbnail {
    border-color: #D2D3D9;
}

.item-photogallery .thumbnail,
.item-eshop-category .thumbnail,
#list-downloads li .inside,
#list-downloads li .inside:hover {
    background-color: #EFEFF1;
    border: 0px;
    border-radius: 0;
    box-shadow: none;

}

.item-photogallery .thumbnail:hover,
.item-eshop-category .thumbnail:hover,
a.thumbnail:hover,
.thumbnail:hover,
.image-slider.slick-slider a img,
.image-slider.slick-slider a img:hover,
#list-downloads li .inside,
#list-downloads li .inside:hover {
    border: 0px;
    -webkit-transform: none;
    /* Safari and Chrome */
    -moz-transform: none;
    /* Firefox */
    -ms-transform: none;
    /* IE 9 */
    -o-transform: none;
    /* Opera */
    transform: none;
}

/*photo, photogalleries*/
.item-photogallery .img-thumbnail,
.item-eshop-category .img-thumbnail {
    padding: 0px;
}

.item-photo .thumbnail {
    border: 0px;
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
}

.item-photo .thumbnail:hover {
    border: 0;
}


/*seznam komentaru*/

#list-comments>.media .media-heading,
.subcomments .media-heading {
    background-color: transparent;
    color: #29293A;
    padding: 0;
}

#list-comments .text-muted strong {
    font-weight: 300;
    color: #29293A;

}

#list-comments .buttonanswer {
    border-top: 0;
    border-bottom: 1px solid #D2D3D9;
    padding-top: 0px;
    padding-bottom: 5px;
}

.subcomments {
    margin-left: 40px;
    position: relative;
}


#list-comments .subcomments::before {
    display: none
}

/*eshp*/
@media (min-width: 768px) {
    #eshop-filters form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }

    #eshop-filters form .form-group,
    #eshop-filters form button {
        margin: 5px 10px;
    }
}

.item-eshop-product .thumbnail {
    padding: 15px 0;
}

.item-eshop-product .thumbnail .caption {
    padding: 0
}

.item-eshop-product .thumbnail .caption .more .row {
  display:flex;
    flex-direction:column;
    flex-wrap:wrap;
}

.item-eshop-product .thumbnail .caption .more .col-xs-6 {
 width:unset;
    padding:5px 15px!important
}
.item-eshop-product .thumbnail .caption .more .input-group {
 max-width:150px;
}

.item-eshop-product .thumbnail .caption .more .form-control {
    height:auto;
    padding:10px;
}


.item-eshop-product h2.subtitle {
    margin-top: 0
}

.item-eshop-product h2.subtitle,
.price-current-vat strong {
    font-size: 24px;
}

.display-type-rows .product-label-special {
    margin-left: 0px;
    margin-top: 0;
}

.price-current-vat,
.price-original-vat {
    color: inherit
}

.price-current-vat strong,
.price dt {
    font-weight: 500;
}

.product-label-special {
    color: #ffffff;
    background: red;
    font-weight: normal;
    text-align: center;
    padding: 5px 8px;
    margin: -15px 0px 0 auto;
}

/*footer*/
footer {
    background-color: #676B78;
    border: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #fff;
    padding-top: 80px;
}

#footer-contact,
#favorite-links,
#social-site,
#own-foot {
    flex:1 1 auto
}

footer h3.panel-title,
footer h3 {
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 1.4em;
    margin-bottom: 15px;
    text-transform: none;
    margin-top: 10px;
}

footer #footer-contact .fa {
    color: #D2D3D9;
    position: absolute;
    margin-left: -28px;
    font-size: 18px;
}

.copy {
    color: #fff;
    background-color: #5E6270;
}

.copy.nomb {
    border-top: 0px
}

footer a,
footer a:hover,
.copy a,
.copy a:hover {
    color: #fff
}

#list-panel-favourites {
    list-style-type: disc;
    list-style-position: inside;
    color: #D2D3D9;
}

#footbox .section-contact {
    padding: 0;
}

@media (min-width: 768px) {
    footer .dl-horizontal dt {
        width: 60px;
    }

    #footer-contact,
    #favorite-links,
    #random-image,
    #own-foot {
        height: auto;
    }

    .dl-horizontal dd {
        margin-left: 80px;
    }

}

/*support*/

/*FORMULAR*/
#support #second {
    display: none;
}

#support #telo,
#support main #telo+.panel-body,
#support main #telo+script,
#support main #telo+script+.alert,
#support main #telo+script+.alert+.panel-body {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}

#support #telo {
    margin-right: 20px;
    float: left
}

#support main #telo+.panel-body,
#support main #telo+script,
#support main #telo+script+.alert,
#support main #telo+script+.alert+.panel-body {
    float: right;
}

#support main #telo+script {
    visibility: hidden;
    height: 0;
}

@media (max-width: 992px) {

    #support #telo,
    #support main #telo+.panel-body,
    #support main #telo+script,
    #support main #telo+script+.alert,
    #support main #telo+script+.alert+.panel-body {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
}

/*SECTION*/

section.section-3-col-top-text,
section.section-3-col-bottom-text,
section.section-2-col-left-text,
section.section-2-col-right-text,
section.section-pricelist>.row>div>p {
    text-align: left;
}

section.section-bg-light {
    background-color: #E2E3E7;
}

/* responsive */
@media (min-width: 768px) {
    section.section-bg>.row,
    section.section-bg-light>.row {
        width: 750px;
    }
}

@media (min-width: 992px) {
    section.section-bg>.row,
    section.section-bg-light>.row {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    section.section-bg>.row,
    section.section-bg-light>.row {
        width: 1170px;
    }
}

@media (min-width: 1500px) {
    section.section-bg>.row,
    section.section-bg-light>.row {
        width: 1170px;
    }
}

/**/
section.section-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.section-services ul li {
    border: 0px;
    background-color: #EFEFF1;
    width: calc(33.3% - 20px);
    padding: 15px;
    margin: 10px;
}
section.section-services.section-bg ul li,
section.section-services.section-bg-light ul li {
    background-color: #fff;
}

@media (min-width:768px) {
    section.section-services .col-xs-12 {
        padding: 0;
    }
}

/*section-col-bottom-text*/

section.section-3-col-bottom-text .section-cell-item {
    padding: 15px;
}


/*section-3-col-top-text*/
.section-3-col-top-text .col-xs-12 {
    width: calc(100% - 20px);
}

.section-3-col-top-text .row {
    margin: 0 -10px;
}

.section-3-col-top-text .section-cell-item {
    overflow: hidden;
    padding: 15px;
    margin: 10px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #D2D3D9
}

.section-3-col-top-text.section-bg-light .section-cell-item {
    border: 0;
}

@media screen and (min-width: 768px) {
    .section-3-col-top-text .col-sm-6 {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 992px) {
    .section-3-col-top-text .col-md-4 {
        width: calc(33.33333333% - 20px);
    }
}

/*section tabs*/
section.section-tabs.section-bg-light .nav-tabs>li:not(.active)>a {
    background-color: transparent;
}

/*section-contact*/
.section-contact .section-cell-item i {
    color: inherit;
}

.section-contact a.section-cell-item i {
    color: var(--in-primary);
}

.section-contact a.section-cell-item:hover i {
    color: var(--in-primary-dark);
}

/*cenik*/
@media screen and (min-width: 992px) {

    .section-pricelist table td:last-of-type {
        width: 20%;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1170px;
    }
}