/* Globalni styly */

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 17px;
    line-height: 24px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: default;
    max-width: 100%;
    transition: all 0.2s;
}


html {
    background-color: #ffffff;
}

head {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    opacity: 0;
    min-width: 250px;


    -webkit-animation-name: usvit;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: usvit;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: usvit;
    -ms-animation-duration: 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: forwards;

    -o-animation-name: usvit;
    -o-animation-duration: 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: forwards;

    animation-name: usvit;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
    display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
    color: #666666;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #111111;
}

*::-webkit-input-placeholder {
    color: silver;
}
*:-moz-placeholder {
    color: silver;
}
*::-moz-placeholder {
    color: silver;
}
*:-ms-input-placeholder {
    color: silver;
}

h1,h2,h3,h4{
    font-weight: bold;
    padding-bottom: 10px;
    color: #454545;
}

h1{
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 5px 0 5px 20px;
    margin: 0;
}

p{
    padding-bottom: 10px;
    overflow: auto;
}
a, a *{
    cursor: pointer;
    color: #CC0C01;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #CC0C01;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
}
.button *{
    background-color: #CC0C01;
    color: #FFFFFF;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=image]:hover,
.button:hover
{

}

.vnitrek:not(.flex):after,
ul:after,
.panelObsah:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.formularRazeni:before,
.formularRazeni:after,
.panelTelo:after
{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.vnitrek{
    clear: both;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b{
    font-weight: bold;
}

script{
    display: none !important;
}

hr{
    border-bottom: 2px solid #0094FF;
    margin: 20px auto 30px auto;
}

.vnitrek{
    display: block;
    width: 1300px;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
}
.flex{
    display: flex;
}

/*****************************************************************************/


/* header */
header .flex{
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
}
header *{
    color: black;
    text-decoration: none;
    white-space: nowrap;
}
header .komponentaNavigace ul{
    display: flex;
}
header .komponentaNavigace .polozka{
    display: block;
    padding: 10px;
    font-weight: bold;
}
header .komponentaSlozka .text{
    display: flex;
}
header .komponentaSlozka .komponentaKosik,
header .komponentaSlozka .text > p > *{
    display: block;
    padding: 10px;
}
header .komponentaNavigace .polozka:hover,
header .komponentaSlozka .komponentaKosik:hover,
header .komponentaSlozka .text > p > *:hover{
    background-color: #CC0C01;
    color: white !important;
}
header .komponentaSlozka .komponentaKosik:hover *{
    color: white !important;
}
header .komponentaSlozka .text > p{
    margin: 0;
    padding: 0;
}
header .komponentaSlozka .text > *:empty{
    display: none;
}
header .komponentaSlozka a[href*=mailto]{
    background: url(img/email-black.svg) scroll no-repeat 3px center/24px auto;
    padding-left: 30px;
}
header .komponentaSlozka a[href*='tel:']{
    background: url(img/tel-black.svg) scroll no-repeat 3px center/24px auto;
    padding-left: 30px;
}
header .komponentaSlozka .komponentaPrihlaseni{
    background: url(img/user-black.svg) scroll no-repeat 3px center/24px auto;
    padding-left: 30px !important;
}
header .komponentaSlozka .komponentaKosik{
    background: url(img/basket-black.svg) scroll no-repeat 3px center/24px auto;
    padding-left: 34px !important;
}
header .komponentaSlozka a[href*=mailto]:hover{
    background-image: url(img/email-white.svg);
}
header .komponentaSlozka a[href*='tel:']:hover{
    background-image: url(img/tel-white.svg);
}
header .komponentaSlozka .komponentaPrihlaseni:hover{
    background-image: url(img/user-white.svg);
}
header .komponentaSlozka .komponentaKosik:hover{
    background-image: url(img/basket-white.svg);
}
@media only screen and (max-width:900px){
    header .flex{
        flex-direction: column;
    }
}
@media only screen and (max-width:700px){
    header .komponentaNavigace ul,
    header .komponentaSlozka .text{
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* header */





/* redline */
.redline{
    border-bottom: 5px solid #CC0C01;
}
.homepage .proredline{
    width: auto;
}

/* redline */



/* prologo */
.prologo .logo{
    display: block;
    background: white url(img/ligraco.png) scroll no-repeat center center/auto;
    padding-top: 100px;
    margin: auto;
    width: 440px;
    position: relative;
    z-index: 9;
    border-left: 30px solid transparent;
    border-bottom-left-radius: 20px;
    border-right: 30px solid transparent;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 4px 7px 0px black;
}
body:not(.homepage) .prologo .logo{
    box-shadow: 0px 0px 13px -8px black;
    position: static;
}
@media only screen and (max-width:900px){
    body:not(.homepage) .prologo .logo,
    .prologo .logo{
        background: white url(img/ligraco.png) scroll no-repeat center center/contain;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: none;
        padding-top: 75px;
    }
}
/* prologo */




/* 2021 slideshow-posuvne */
.slideshow{
    margin: 0px auto 0px auto;
    background-color: white;
	position: relative;
    overflow: hidden;
    margin-top: -100px;
}
.slideshow .zobrazenychSlozek0{
    display: none;
}
.slideshow .slozky {
    padding: 50% 0 0 0;
    display: block;
    background: #ddd;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    text-decoration: none !important;
    color: white !important;
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	transition: all 0s;
}
.slideshow.reloaded .slozka{
    transition: all 2s;
}
.slideshow .slozka > div{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.slideshow .actual{
	opacity: 1;
	transform: translate3d(0%, 0px, 0px);
}
.slideshow .commingFromRight,
.slideshow .leavingToRight{
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
}
.slideshow .commingFromLeft,
.slideshow .leavingToLeft{
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
}
.slideshow .original{
    color: white;
    text-shadow: 2px 2px black;
}
.slideshow .original *{
    color: white !important;
    text-decoration: none !important;
}
.slideshow .buttons{
	height: 100%;
	margin: 0px auto;
	opacity: 0;
	transition: opacity 0.5s;
}
.slideshow:hover .buttons{
	opacity: 1;
	transition: opacity 0.3s;
}
.slideshow .buttons #prevSlide,
.slideshow .buttons #nextSlide{
	position: absolute;
	font-size: 20px;
	line-height: 48px;
	color: rgba(255,255,255,0.75);
    top: 100px;
	top: calc(50% - 25px);
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.15);
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.75);
}
.slideshow .buttons #prevSlide {
	left: 20px;
	min-width: 0px;
}
.slideshow .buttons #nextSlide {
	right: 20px;
	min-width: 0px;
}
.slideshow .odkaz{
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 80%;
    width: calc(100% - 200px);
    left: 10%;
    left: calc(0% + 100px);
}
.slideshow .odkaz:hover{
    background-color: rgba(0,0,0,0) !important;
}
@media only screen and (max-width:900px){
    .slideshow{
        margin: 20px auto 20px auto !important;
    }
    .slideshow .slozky {
        padding: 330px 0 0 0;
    }
}
/* 2021 slideshow-posuvne */





/* komponentaHledat */
.komponentaHledat{
    margin: auto;
    width: 300px;
}
.komponentaHledat .text input{
    width: calc(100% - 60px);
    float: left;
    border: 5px solid #CC0C01;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 5px;
    width: calc(100% - 55px);
}
.komponentaHledat .odesli input{
    background: #CC0C01;
    color: white;
    line-height: 44px;
    width: 50px;
    min-width: 0px;
    padding: 0;
    float: right;
    border-radius: 3px;
}
/* komponentaHledat */






/* obsah */
.panelTelo {
	width: 1260px;
	padding: 0 10px;
	margin: 20px auto;
	min-height: 50vw;
	clear: both;
}
.panelNavigace{
    width: 300px;
    float: left;
}
.panelObsah {
	width: calc(100% - 320px);
    float: right;
}
.panelObsah .sloupcovaSazba td:not(:only-child){
    padding: 0 10px;
}

body .DetailProduktu001 .panelprilohy .nahledproduktu{
    border: 1px solid #dadada;
}
body .DetailProduktu001 .drobeckovanavigace,
body .KatalogFiltryRazeni001 .pomocnaNavigace .drobeckova {
    margin: 0 auto 20px 20px;
}
body .DetailProduktu001 .drobeckovanavigace *,
body .KatalogFiltryRazeni001 .pomocnaNavigace .drobeckova *{
    color: #333;
    font-size: 0.8rem !important;
}
body .DetailProduktu001 .drobeckovanavigace a,
body .KatalogFiltryRazeni001 .pomocnaNavigace .drobeckova:not(:empty) a {
    text-decoration: underline;
}
body .DetailProduktu001 .NahradniDily:not(:empty){
    margin: 30px auto;
}
body .Navigace001{
    background-color: #efefef;
    clear: both;
    border-top: 10px solid white;
}
body .Navigace001 .polozka[href*="s165CZ"]{
    border-bottom: 3px solid white;
}
body .Navigace001 .polozka[href*="s164CZ"]:not(:hover),
body .Navigace001 .polozka[href*="s165CZ"]:not(:hover){
    color: #CC0C01;
}
body .KatalogFiltryRazeni001 .razeni,
body .KatalogFiltryRazeni001 .podslozky{
    display: none;
}
body .NahledProduktu003 .nazev {
    height: 40px;
}
.akcnizbozi{
    margin: 10px auto;
    padding: 20px 0 10px 0;
    background-image: linear-gradient(#CC0C01, #3C1E20);
}
.akcnizbozi *{
    color: white !important;
    text-align: center !important;
}
body .komponentaProductSlider .NahledProduktu003 {
    flex: 0 0 calc(20% - 10px);
}
body .komponentaProductSlider .NahledProduktu003:not(:hover) {
    border: 1px solid transparent;
}

@media only screen and (max-width:900px){
    .panelNavigace{
        width: auto;
        float: none;
    }
    .panelObsah {
    	width: auto;
        float: none;
    }
    .panelObsah .sloupcovaSazba,
    .panelObsah .sloupcovaSazba thead,
    .panelObsah .sloupcovaSazba tbody,
    .panelObsah .sloupcovaSazba tfoot,
    .panelObsah .sloupcovaSazba tr,
    .panelObsah .sloupcovaSazba td{
        display: block;
        width: 100%;
    }
    .panelObsah .sloupcovaSazba td{
        padding: 0 0 20px 0 !important;
    }
}
/* obsah */




/* dodavatele */
.dodavatele{
    padding: 40px 0;
    text-align: center;
}
.dodavatele .slozky{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.dodavatele .slozka{
    margin: 20px;
}
.dodavatele .slozka img{
    max-width: 100px;
    max-height: 70px;
}
.dodavatele .slozka h2{
    padding-bottom: 0;
    font-style: italic;
    font-weight: normal;
    font-size: 0.75rem;
}
@media only screen and (max-width:900px){
    .dodavatele .slozka{
        margin: 7px;
    }
    .dodavatele .slozka img {
        max-width: 80px;
        max-height: 50px;
    }
}
/* dodavatele */




/* footer */
footer{
    background-color: #CC0C01;
    background-image: linear-gradient(#CC0C01, #511A1D);
}
footer .komponentaSlozka{
    padding: 50px 0;
}
footer .odkazy {
    background: rgba(0,0,0,0.5);
    text-align: center;
}
footer .odkazy li{
    display: inline-block;
}
footer .odkazy a{
    display: block;
    padding: 10px;
    color: #aaa;
    text-decoration: none;
    font-size: 0.7rem;
}
footer .odkazy a:hover{
    color: white;
}
footer table,
footer tbody,
footer tr{
    width: 100%;
    display: block;
}
footer tr{
    display: flex;
}
footer td{
    width: 33.33%;
    padding: 10px;
}
footer td *{
    color: #eee !important;
}
iframe{
    width: 100%;
    height: 500px;
    margin: 40px 0;
}
footer .text > *:not(table){
    display: none;
}
@media only screen and (max-width:700px){
    footer tr{
        flex-direction: column;
        align-items: center;
    }
    footer td{
        width: auto;
        text-align: center;
    }
}
/* footer */



.novestroje .slozky{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.novestroje .slozky .slozka{
    width: 210px;
    padding: 5px;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: border 0.3s, box-shadow 0.3s;    
}
.novestroje .slozky .slozka:hover{
    box-shadow: 0px 3px 14px 0px rgb(0 0 0 / 30%);
    border: 1px solid #ccc;
}

.NahledProduktu003 a[href*="z151CZ"] ~ form,
.NahledProduktu003 a[href*="z152CZ"] ~ form,
.NahledProduktu003 a[href*="z151CZ"] .nazev ~ *,
.NahledProduktu003 a[href*="z152CZ"] .nazev ~ * {
    visibility: hidden;
}
        
