/* 
 * CUSTOM CSS FOR WEB (PUBLIC)
 */

/* --- CUSTOM MAX WIDTH --- */
.max-width {
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.max-width-container-no-gutters {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* --- HEADER TABS --- */
#branchesDropdown:hover {
    cursor: pointer;
}

/* --- COLORS --- */


/* --- FONTS --- */


/* --- ICONS --- */


/* --- UVOD --- */


/* --- PROC NAS OSLOVIT --- */
#procNasOslovit {
    background-color: rgba(200,200,200,0.15);
    overflow: hidden;
}
#procNasOslovit .proc-nas-oslovit-item {
    padding: 25px;
    opacity: 0;
}
#procNasOslovit a:nth-of-type(1) .proc-nas-oslovit-item {
    animation-delay: 0ms;
}
#procNasOslovit a:nth-of-type(2) .proc-nas-oslovit-item {
    animation-delay: 200ms;
}
#procNasOslovit a:nth-of-type(3) .proc-nas-oslovit-item {
    animation-delay: 400ms;
}
#procNasOslovit a:nth-of-type(4) .proc-nas-oslovit-item {
    animation-delay: 600ms;
}
#procNasOslovit .proc-nas-oslovit-icon {
    color: var(--color-theme-1-light);
}
#procNasOslovit .proc-nas-oslovit-title {
    font-family: var(--font-family-2);
    color: rgb(75,75,75);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

/* hover effect for item */
#procNasOslovit .proc-nas-oslovit-item {
    text-align: center;
    position: relative;
    width: 250px;
    transition: all 500ms ease;
    transition-delay: 200ms;
}
#procNasOslovit a {
    margin: 15px;
}

#procNasOslovit .proc-nas-oslovit-item:hover {
    background-color: rgba(255,255,255,0.75);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#procNasOslovit .proc-nas-oslovit-item .icon {
    transition: all 500ms ease;
}
#procNasOslovit .proc-nas-oslovit-item:hover .icon {
    color: var(--color-bg-theme-1-light);
}
#procNasOslovit .proc-nas-oslovit-item:before {
    border-bottom: 1px solid var(--color-theme-1-light);
    border-top: 1px solid var(--color-theme-1-light);
    transform: scale(0,1);
    transform-origin: 0 0;
}
#procNasOslovit .proc-nas-oslovit-item:after {
    border-left: 1px solid var(--color-theme-1-light);
    border-right: 1px solid var(--color-theme-1-light);
    transform: scale(1,0);
    transform-origin: 100% 0;
}
#procNasOslovit .proc-nas-oslovit-item:after, #procNasOslovit .proc-nas-oslovit-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
#procNasOslovit .proc-nas-oslovit-item:hover:after, #procNasOslovit .proc-nas-oslovit-item:hover:before {
    opacity: 1;
    transform: scale(1);
}

/* --- POBOCKY --- */
#pobocky  {
    line-height: 24px;
}
#pobocky .pobocky-item {
    border-right: 1px solid rgba(75,75,75,0.25);
}
#pobocky .pobocky-item:last-of-type {
    border: none;
}
#pobocky .pobocky-item-title {
    font-family: var(--font-family-2);
    color: rgb(75,75,75);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
#pobocky .icon {
    margin-top: 7px;
    margin-right: 10px;
    color: var(--color-theme-1-light);
}
#pobocky a {
    text-decoration: none;
    color: rgb(75,75,75);
    border-bottom: 1px solid rgba(75,75,75,0);
    transition: all 150ms ease;
}
#pobocky a:hover {
    border-bottom: 1px solid rgba(75,75,75,1);
}

/* --- AKTUALITY --- */
#aktuality {
    margin-bottom: 50px;
}
#aktuality .carousel .item {
    align-items: center;
    justify-content: flex-start;
}
#aktuality .aktuality-title {
    font-family: var(--font-family-2);
    font-size: 22px;
    font-weight: 500;
    animation-delay: 300ms;
}
#aktuality .aktuality-description {
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;  
    animation-delay: 600ms;
}
#aktuality .aktuality-link {
    font-family: var(--font-family-2);
    color: var(--color-theme-1-light);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    animation-delay: 1000ms;
    /*    transition: all 350ms ease;
        transition-delay: 350ms;*/
    border-bottom: 1px solid rgba(221,51,51,0);
}
#aktuality a:hover .aktuality-link  {
    border-bottom: 1px solid rgba(221,51,51,1);
}
#aktuality a {
    width: 100%;
    text-decoration: none;
    color: var(--color-default);
}
#aktuality a:hover .item-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#aktuality .item-inner {
    border: 1px solid rgba(75,75,75,0.25);
    transition: all 500ms ease;
}
#aktuality .carousel-inner {
    overflow: visible;
}
#aktualityIndicators  span {
    transition: all 350ms ease;
}
#aktualityIndicators .indicator:hover  {
    cursor: pointer;
}
#aktualityIndicators .indicator:hover span {
    color: var(--color-theme-1-light);
}
#aktualityIndicators .indicator.active span {
    color: var(--color-theme-1-light);
}
#aktuality .aktuality-date {
    color: rgba(255,255,255,1);
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(221,51,51,1);
}

/* --- CERTIFIKATY --- */
#certifikaty {
    /*    background-color: rgb(246,246,246);*/
}
#certifikaty .item-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*    overflow: hidden;*/
}
#certifikaty .item-image img {
    transition: all 500ms ease;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 14px 28px, rgba(0, 0, 0, 0.10) 0px 10px 10px;
    max-width: 100%;
    margin: 0 auto;
}
#certifikaty .item-image:hover img {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.25) 0px 10px 10px;
}
#certifikaty .item-image:hover .item-title {
    opacity: 1;
}
#certifikaty .item-image {
    position: relative;
    opacity: 0;
}

#certifikaty .item-image .item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    opacity: 0;
    transition: all 500ms ease;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
#certifikaty .item-image:nth-of-type(1) {
    animation-delay: 100ms;
}
#certifikaty .item-image:nth-of-type(2) {
    animation-delay: 400ms;
}
#certifikaty .item-image:nth-of-type(3) {
    animation-delay: 800ms;
}
#certifikaty .item-image:nth-of-type(4) {
    animation-delay: 100ms;
}
#certifikaty .item-image:nth-of-type(5) {
    animation-delay: 400ms;
}
#certifikaty .item-image:nth-of-type(6) {
    animation-delay: 800ms;
}
#certifikaty .item-image:nth-of-type(7) {
    animation-delay: 100ms;
}
#certifikaty .item-image:nth-of-type(8) {
    animation-delay: 400ms;
}
#certifikaty .item-image:nth-of-type(9) {
    animation-delay: 800ms;
}

/* --- EXPORTNI BALENI + PODSTRANKY --- */
#exportniBaleni .exportni-baleni-item {
    border: 1px solid rgba(100,100,100,0.15);
    max-width: 350px;
    transition: all 350ms ease;
    opacity: 0;
}
#exportniBaleni .exportni-baleni-item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#exportniBaleni .exportni-baleni-item.no-shadow:hover {
    box-shadow: none;
}
#exportniBaleni a {
    text-decoration: none;
    color: inherit;
}
#exportniBaleni .exportni-baleni-item:nth-of-type(1) {
    animation-delay: 100ms;
}
#exportniBaleni .exportni-baleni-item:nth-of-type(2) {
    animation-delay: 300ms;
}
#exportniBaleni .exportni-baleni-item:nth-of-type(3) {
    animation-delay: 600ms;
}
#exportniBaleni .exportni-baleni-item:nth-of-type(4) {
    animation-delay: 100ms;
}
#exportniBaleni .exportni-baleni-item:nth-of-type(5) {
    animation-delay: 300ms;
}
#exportniBaleni .exportni-baleni-item:nth-of-type(6) {
    animation-delay: 600ms;
}
#exportniBaleni .exportni-baleni-link {
    color: var(--color-theme-1-light);
    border-bottom: 1px solid rgba(221,51,51,0);
    /*    transition: all 350ms ease;
        transition-delay: 350ms;*/
}
#exportniBaleni .exportni-baleni-item:hover .exportni-baleni-link  {
    animation-delay: 600ms;
    border-bottom: 1px solid rgba(221,51,51,1);
}
#exportniBaleni .exportni-baleni-title {
    text-align: left;
    text-transform: uppercase;
}
#exportniBaleni .exportni-baleni-text ul {
    padding-left: 0px;
    list-style: none;
}
#exportniBaleni .exportni-baleni-text ul>li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-align: left;
}
#exportniBaleni .exportni-baleni-text ul>li ul>li {
    padding-bottom: 0px;
}
#exportniBaleni .exportni-baleni-text ul li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 18px;
    color: #dd3333;
}

/* --- SKLADOVANI --- */
#skladovani .skladovani-item {
    /*    border: 1px solid rgba(100,100,100,0.15);*/
    max-width: 350px;
    transition: all 350ms ease;
    opacity: 0;
}
#skladovani .skladovani-item:nth-of-type(1) {
    animation-delay: 100ms;
}
#skladovani .skladovani-item:nth-of-type(2) {
    animation-delay: 300ms;
}
#skladovani .skladovani-item:nth-of-type(3) {
    animation-delay: 600ms;
}
#skladovani .skladovani-item:nth-of-type(4) {
    animation-delay: 100ms;
}
#skladovani .skladovani-item:nth-of-type(5) {
    animation-delay: 300ms;
}
#skladovani .skladovani-item:nth-of-type(6) {
    animation-delay: 600ms;
}
#skladovani .skladovani-item-title {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-weight: 100;
}
/*#skladovani .skladovani-item-image {
    transition: all 350ms ease;
}
#skladovani .skladovani-item-image:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}*/
#skladovani .skladovani-item-image img {
    margin: auto;
}

#skladovani a {
    position: relative;
    display: block;
}
/*#skladovani a img {
    display: block;
    max-width: 100%;
    height: auto;
}*/
#skladovani a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.66);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
#skladovani a:hover:before {
    opacity: 1;
}
#skladovani a:after {
    content: "\002b";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 40px;
    opacity: 0;
}
#skladovani a:hover:after {
    opacity: 1;
}

/* --- LOGISTIKA --- */
#logistika .logistika-item {
    /*    border: 1px solid rgba(100,100,100,0.15);
        max-width: 350px;
        transition: all 350ms ease;*/
    opacity: 0;
}
#logistika .logistika-item:nth-of-type(1) {
    animation-delay: 100ms;
}
#logistika .logistika-item:nth-of-type(2) {
    animation-delay: 200ms;
}
#logistika .logistika-item:nth-of-type(3) {
    animation-delay: 400ms;
}
#logistika .logistika-item:nth-of-type(4) {
    animation-delay: 600ms;
}
#logistika .logistika-item:nth-of-type(5) {
    animation-delay: 100ms;
}
#logistika .logistika-item:nth-of-type(6) {
    animation-delay: 200ms;
}
#logistika .logistika-item-title {
    font-family: var(--font-family-2);
    text-transform: uppercase;
    font-weight: 700;
}

/* --- IMAGES --- */


/* --- CONTENT GENERAL --- */
.content-page-light-popup img {
    max-width: 100%;
}
.content-page-light-popup a {
    position: relative;
    display: block;
}
.content-page-light-popup a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.66);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.content-page-light-popup a:hover:before {
    opacity: 1;
}
.content-page-light-popup a:after {
    content: "\002b";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 40px;
    opacity: 0;
}
.content-page-light-popup a:hover:after {
    opacity: 1;
}


/* --- COUNTER  --- */
#counter {
    background-color: var(--color-theme-1-light);
    overflow: hidden;
}
#counter .counter-item {
    color: rgb(255,255,255);
    opacity: 0;
}
#counter .counter-item:nth-of-type(1) {
    animation-delay: 0ms;
}
#counter .counter-item:nth-of-type(2) {
    animation-delay: 200ms;
}
#counter .counter-item:nth-of-type(3) {
    animation-delay: 400ms;
}
#counter .counter-item:nth-of-type(4) {
    animation-delay: 600ms;
}
#counter .counter-item-number {
    font-family: var(--font-family-2);
    font-size: 40px;
    margin-bottom: 10px;
}
#counter .counter-item-name {
    font-size: 16px;
}

/* --- KONTAKTUJTE NAS --- */
#kontaktujteNas {
    background-color: var(--color-theme-1-light);
    color: var(--color-white-light);
}
#kontaktujteNas .kontaktujte-nas-item-text {
    font-family: var(--font-family-2);
    font-size: 28px;
}
#kontaktujteNas .kontaktujte-nas-item-button {
    opacity: 0;
    animation-delay: 500ms;
}

/* --- FORM --- */
#formWrapper {
    background-color: rgba(200,200,200,0.15);
}
#formWrapper .input-lg {
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 34px;
    border-radius: 0px;
}
#formWrapper textarea.input-lg {
    height: auto;
}

#formWrapper .form-group {
    margin-bottom: 38px;
}

/* --- GALERIE --- */
#galerie a {
    position: relative;
    display: block;
}
#galerie a img {
    display: block;
    height: auto;
    /*    max-width: 100%;*/
    width: 250px;
    height: 200px;
}
#galerie a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.66);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
#galerie a:hover:before {
    opacity: 1;
}
#galerie a:after {
    content: "\002b";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 40px;
    opacity: 0;
}
#galerie a:hover:after {
    opacity: 1;
}
#galerieOptions {

}
#galerieOptions .option:hover {
    cursor: pointer;
}

/* GALLERY EFFECTS */
#galerie .item {
    opacity: 0;
    /*    margin: 15px;*/
}
/*#galerie .item:nth-of-type(1), #galerie .item:nth-of-type(9) {
    animation-delay: 100ms;
}
#galerie .item:nth-of-type(2), #galerie .item:nth-of-type(10) {
    animation-delay: 200ms;
}
#galerie .item:nth-of-type(3), #galerie .item:nth-of-type(11) {
    animation-delay: 300ms;
}
#galerie .item:nth-of-type(4), #galerie .item:nth-of-type(12) {
    animation-delay: 400ms;
}
#galerie .item:nth-of-type(5), #galerie .item:nth-of-type(13) {
    animation-delay: 500ms;
}
#galerie .item:nth-of-type(6), #galerie .item:nth-of-type(14) {
    animation-delay: 600ms;
}
#galerie .item:nth-of-type(7), #galerie .item:nth-of-type(15) {
    animation-delay: 700ms;
}
#galerie .item:nth-of-type(8), #galerie .item:nth-of-type(16) {
    animation-delay: 800ms;
}*/

#galerie .item:nth-of-type(1), #galerie .item:nth-of-type(5), #galerie .item:nth-of-type(9), #galerie .item:nth-of-type(13) {
    animation-delay: 100ms;
}
#galerie .item:nth-of-type(2), #galerie .item:nth-of-type(6), #galerie .item:nth-of-type(10), #galerie .item:nth-of-type(14) {
    animation-delay: 200ms;
}
#galerie .item:nth-of-type(3), #galerie .item:nth-of-type(7), #galerie .item:nth-of-type(11), #galerie .item:nth-of-type(15) {
    animation-delay: 300ms;
}
#galerie .item:nth-of-type(4), #galerie .item:nth-of-type(8), #galerie .item:nth-of-type(12), #galerie .item:nth-of-type(16) {
    animation-delay: 400ms;
}

/*.show-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: all 500ms ease;
}

.hide-out {
  transform: translate3d(0, 25%, 0);
  opacity: 0;
  transition: all 500ms ease;
}*/


/* --- KONTAKTY --- */
#kontakty a {
    text-decoration: none;
    color: rgb(75,75,75);
    border-bottom: 1px solid rgba(75,75,75,0);
    transition: all 150ms ease;
}
#kontakty a:hover {
    border-bottom: 1px solid rgba(75,75,75,1);
}


/* --- CUSTOM GALLERY --- */
.port-gallery {
    /*    margin:20px auto;
        color: #fff;*/
}
.port-gallery ul {
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.port-gallery ul li {
    list-style: none;
    cursor: pointer;
    padding: 5px 25px;
    font-weight: bold;
    color: #555;
    transition: all 500ms ease;
    border-bottom: 3px solid rgba(0,0,0,0);
}
.port-gallery ul li:hover {
    color: #dd3333;
    transition: all 500ms ease;
}
.port-gallery ul li.filtr-active {
/*    background-color: #dd3333;*/
    cursor: default;
/*    color: #fff;*/
    border-bottom: 3px solid #dd3333;
}
.filtr-item {
    /*    width: 25%;*/
    padding: 15px;
    /*    width: 250px;
        height: 200px;*/
    /*    height: auto;*/
}
.filtr-item img {
    /*    width: 100%;
        margin-bottom: 0!important;
        height: 160px;
        display:block;*/
}
.filtr-item p {
    margin-bottom: 0!important
}
.filtr-container {
    /*    justify-content: center;*/
}



/* --- HTML ELEMENTS --- */
h1, h2, h3, h4 {
    margin: 0;
}
p {
    margin: 0 0 30px;
}
p:last-of-type {
    margin: 0;
}

/* --- OTHER --- */
.horizontal-line {
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.header-line {
    width: 50px;
    border-bottom: 2px solid var(--color-theme-1-light);
}
.sub-header-text {
    color: rgb(100,100,100);
}

/* --- FORMS --- */


/* --- DOCUMENTS - STATIC --- */


/* --- FOOTER --- */


/* --- FOOTER SOCIAL ICONS --- */


/* --- IMAGE EFFECT --- */


/* --- MEDIA --- */
@media (min-width: 400px) {

}
@media (max-width: 399px) {

}

@media (min-width: 768px) {

}
@media (max-width: 767px) {
    
}

@media (min-width: 992px) {

}
@media (max-width: 991px) {
    .filtr-container {
        padding: 0px;
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    #pobocky .pobocky-item {
        border-right: 1px solid rgba(75,75,75,0);
        background-color: rgba(100,100,100,0.05);
        margin: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}

@media (min-width: 1200px) {

}
@media (max-width: 1199px) {

}

/* --- MOZILLA --- */

/* --- IE --- */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

}
