@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);


* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
    box-sizing: border-box;
    max-width: 100%;
}
html {
}
head {
	display: none;
}
body {
	font-family: "Open Sans", sans-serif  !important;
	font-size: 14px;
	line-height: 22px;
	overflow-y: scroll;
}
form table {
	width: 100%;
}
form tr.nadpis td {
	font-weight: bold;
}
form td.popis {
	width: 33%;
	padding: 0px 10px 0px 0px;
}
form tr.odesli input {
	margin: 10px 10px 10px 0px;
	padding: 10px 20px 10px 20px;
}
input[type=text],input[type=password], textarea, select {
    border: 1px solid silver;
}
input, select, label {
	vertical-align: middle;
}
input[type=submit] {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    width: 160px;
    background-color: #666;
    color: #dddddd;
}

input[type=submit]:hover {
	color: #ffffff;
}
*::-webkit-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}
*:-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}
*::-moz-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}
*:-ms-input-placeholder {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
}
.prilohaL {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
.prilohaP {
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}
td p:only-child .prilohaL:only-child, td p:only-child .prilohaP:only-child {
	margin: 0px;
}
.stylBunkaStred .priloha {
	float: none;
	margin: 0px auto 0px auto;
}
.priloha .text {
	display: block;
	text-align: center;
	font-size: 12px;
}
table {
	clear: both;
}
table.zakladniTabulka td {
	background: #f0f0eb;
	padding: 0px 3px 0px 3px;
	font-size: 12px;
}
.text.editor table:not(.zakladniTabulka):not(.kalendar) {
	width: 100%;
}
.text.editor table:not(.zakladniTabulka):not(.kalendar) td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
hr {
	border-bottom: 1px solid #777777;
}
h1, h2, p, ul, ol, table, hr {
	margin: 0px 0px 0px 0px;
}
h1 {
	margin: 10px auto !important;
	font-size: 1.25rem !important;
	line-height: 1.5em !important;
	color: #C7B07F !important;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}
ul {
	padding-left: 20px;
}
ol {
	padding-left: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.stylVerzalky {
	text-transform: uppercase;
}
.stylBunkaVpravo {
	text-align: right;
}
.stylBunkaStred {
	text-align: center;
}
.stylPoznamka, table td.stylPoznamka {
	font-size: 11px;
}
.stylVelke {
	font-size: 20px;
	line-height: 30px;
}
.stylCervene {
	color: #cc0000;
}
.povinnePolicko, .upozorneni, .upozorneni a {
	color: #cc0000;
	font-weight: bold;
}
.cistic{
    display: block;
    content: ' ';
    clear: both;
}




.panelObsah .text.editor > * {overflow-x: hidden;}

.vnitrek{
    width: 1200px;
    padding: 0px 10px;
    margin: 0px auto;
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/


/* logo */
header .logo {
	display: block;
	padding-top: 25%;
	position: relative;
    margin: 10px 0;
}
header .logo > * {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	animation-delay: 0s;
	animation-duration: 16s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: contain;
}
header .logo .SlideShow1 {
	background-image: url(img/SlideShow1_1200.png);
	animation-name: SlideShow1;
	opacity: 1;
}
header .logo .SlideShow2 {
	background-image: url(img/SlideShow2_1200.png);
	animation-name: SlideShow2;
	opacity: 0;
}
header .logo .SlideShow3 {
	background-image: url(img/SlideShow3_1200.jpeg);
	animation-name: SlideShow3;
	opacity: 0;
}

@keyframes SlideShow1{
    0% {opacity:1;}
    40% {opacity:1;}
    50% {opacity:0;}
    90% {opacity:0;}
    100% {opacity:1;}
}
@keyframes SlideShow2{
    0% {opacity:0;}
    40% {opacity:0;}
    50% {opacity:1;}
    90% {opacity:1;}
    100% {opacity:0;}
}
/* logo */




/* hornimenu */
.hornimenu{
    background-image: linear-gradient(rgba(85, 82, 79, 0.75), rgba(85, 82, 79, 1), rgba(85, 82, 79, 1));
    padding: 10px 0;
    box-shadow: 0 4px 6px -2px rgba(85, 82, 79, 0.85);
}
.hornimenu:after{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
}
.hornimenu .komponentaNavigace {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
}
.hornimenu img,
.hornimenu .hloubka2{
    display: none;
}
.hornimenu .hloubka1 {
	display: table;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hornimenu li{
    display: table-cell;
}
.hornimenu li:first-child{
    width: 50%;
    font-weight: bold;
}
.hornimenu .polozka{
    display: block;
    padding: 5px 25px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}
.hornimenu .polozka:hover{
    text-decoration: underline;
}
.hornimenu #facebook {
	display: inline-block;
    float: right;
	width: 35px;
	height: 35px;
	background: transparent url(img/facebook.png)   scroll no-repeat center top/cover;
}
.hornimenu #googleplus {
	display: inline-block;
    float: right;
	width: 35px;
	height: 35px;
	background: transparent url(img/googlePlus.png) scroll no-repeat center top;
}
.hornimenu #facebook:hover,
.hornimenu #googleplus:hover {
	background-position: center bottom;
}
@media only screen and (max-width:1200px){
    .hornimenu .polozka{
        padding: 5px 10px;
    	font-size: 14px;
    }
}
@media only screen and (max-width:900px){
    .hornimenu{
        text-align: center;
    }
    .hornimenu .komponentaNavigace {
        display: block;
        width: auto;
        float: none;
    }
    .hornimenu li{
        display: inline-block;
    }
    .hornimenu li:first-child,
    .hornimenu .polozka{
        display: block;
    }
    .hornimenu li,
    .hornimenu .polozka {
        width: auto!important;
        text-align: center;
        white-space: normal;
        padding: 2px 3px;
    }
    .hornimenu #facebook,
    .hornimenu #googleplus {
        float: none;
    }
}
/* hornimenu */





/* dolnimenu */
.dolnimenu{
    background-image: linear-gradient(rgba(85, 82, 79, 0.75), rgba(85, 82, 79, 1), rgba(85, 82, 79, 1));
    padding: 15px 10px;
    box-shadow: 0 4px 6px -2px rgba(85, 82, 79, 0.85);
}
.dolnimenu:after{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
}
.dolnimenu .polozka{
    float: left;
    width: 33.33%;
    width: calc(100% / 3);
    text-align: center;
}
.dolnimenu a{
    display: inline-block;
    padding: 0px 15px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}
.dolnimenu a:not(:last-child){
    border-right: 1px solid #fff;
}
.dolnimenu a:hover{
    text-decoration: underline;
}
.dolnimenu a.komponentaKosik{
    background: url(img/kosik.png) scroll no-repeat left center / contain;
    padding-left: 35px;
}
.dolnimenu .komponentaHledat{
    width: 225px;
    margin: 0px auto;
}
.dolnimenu .komponentaHledat:after{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
}
.dolnimenu .komponentaHledat .text input{
    line-height: 25px;
    border: none;
    float: left;
    width: 200px;
    padding: 0 5px;
}
.dolnimenu .komponentaHledat .odesli input{
    background: url(img/lupa.png) scroll no-repeat center center / auto 80%;
    line-height: 25px;
    height: 25px;
    border: none;
    float: right;
    width: 25px;
    padding: 0;
    font-size: 0px;
}
@media only screen and (max-width:900px){
    .dolnimenu .polozka{
        float: none;
        width: auto;
        padding: 5px 0;
    }
}
/* dolnimenu */







/* dlazdice */
.dlazdice{
    overflow: hidden;
    padding: 0;
    margin: 3px auto 0 auto;
}
.dlazdice .slozky{
    display: table;
    width: 100%;
    height: 50px;
}
.dlazdice .slozky a{
    display: table-cell;
    text-align: center;
    background: #f6f6f6;
    vertical-align: middle;
    text-decoration: none;
    color: #C7B07F;
    width: 10%;
    transition: all 0.2s;
}
.dlazdice .slozky a h2{
    line-height: 24px;
    font-size: 20px !important;
    font-weight: normal;
    text-transform: lowercase;
    padding: 0 5px;
}
.dlazdice .slozky a:not(:last-child){
    border-right: 2px solid white;
}
.dlazdice .slozky a:hover{
    color: white;
    background-color: #666;
}
@media only screen and (max-width:999px){
    .dlazdice {
        display: none;
    }

}
/* dlazdice */


















/* panelTelo panelObsah */
.panelTelo {
    width: 1200px;
    margin: 0px auto;
}
.panelTelo:after{
    content: ' ';
    display: block;
    clear: both;
}
.panelObsah {
	float: right;
    width: calc(100% - 310px);
}
.panelNavigace .ProsincovaProdejniDoba {
	display: block;
	width: 100%;
	padding: 5px;
}
.panelNavigace {
	float: left;
	width: 300px;
	margin: 5px 0px 0px 0px;
    padding: 0;
}



@media only screen and (max-width:999px){
    .panelObsah {
    	float: none;
    	width: auto;
    }
    .panelNavigace{
    	float: none;
    	width: 300px;
    	margin: 10px auto;
    }
    h1{
        text-align: center;
    }
    .Navigace001{
    	    border: none;
    }
    nav .komponentaSlozka{
        display: none;
    }

}
/* panelTelo panelObsah */





/* navigace */







/******************************************************************************/
/******************************************************************************/
/******************************************************************************/





.panelObsah a {
	/*text-decoration: none;*/
	color: #000000;
}

.panelObsah a:hover {
	color: #000000;
	text-decoration: underline;
}
























/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/* panelPaticka */
.panelPaticka {
	margin: 50px auto 0px auto;
	padding: 0;
	background-color: #f6f6f6;
}
.panelPaticka .odkazy {
	background-color: #999;
    padding: 5px 0;
    text-align: center;
}
.panelPaticka .odkazy a {
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	font-size: 10px;
	white-space: nowrap;
	background: transparent;
    padding: 0 10px;
}
.panelPaticka a:hover {
	color: #FFFFFF;
}
.panelPaticka .kontakty {
	margin: 0px auto 0px auto;
	height: 340px;
	width: 1200px;
}
.panelPaticka .kontakty .mapa {
	position: relative;
	float: left;
	width: 540px;
	height: 320px;
	border: 1px solid #FFFFFF;
	margin: 10px  0px 10px  0px;
}
.panelPaticka .kontakty .adresa {
	position: relative;
	float: left;
	width: 400px;
	height: 320px;
	border: 0px solid #FFFFFF;
	margin: 10px  0px 10px 10px;
	text-align: left;
}
.panelPaticka .kontakty .hodiny {
	position: relative;
	float: right;
	width: 230px;
	height: 320px;
	border: 0px solid #FFFFFF;
	margin: 10px  0px 10px  0px;
}
.panelPaticka .kontakty .mapa a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(img/mapa.png) scroll no-repeat center center;
}
.panelPaticka .kontakty .adresa span:nth-child(1) {
	font-weight: bold;
	color: #896B2B;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	margin-right: 10px;
}
.panelPaticka .kontakty .adresa span:nth-child(2) {
	font-weight: bold;
	color: #896B2B;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
}
.panelPaticka .kontakty .adresa div:nth-child(3) {
	font-weight: normal;
	color: #2c2a27;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	margin-top: 25px;
}
.panelPaticka .kontakty .adresa div:nth-child(3) a {
	font-weight: normal;
	color: #2c2a27;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	margin-top: 25px;
	text-transform: lowercase;
	text-decoration: underline;
}
.panelPaticka .kontakty .hodiny table {
	width: 100%;
}
.panelPaticka .kontakty .hodiny table thead tr td:nth-child(1) {
	font-weight: bold;
	color: #896B2B;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	padding-bottom: 20px;
}
.panelPaticka .kontakty .hodiny table tbody tr td:nth-child(1) {
	font-weight: normal;
	color: #2c2a27;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	margin-top: 25px;
	text-align: left;
}
.panelPaticka .kontakty .hodiny table tbody tr td:nth-child(2) {
	font-weight: normal;
	color: #2c2a27;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	margin-top: 25px;
	text-align: right;
}
@media only screen and (max-width:1220px){
    .panelPaticka .kontakty{width:900px;}
    .panelPaticka .kontakty .mapa{width:350px;  }
    .panelPaticka .kontakty .adresa{width:300px;  }
    .panelPaticka .kontakty .hodiny{width:230px;  }
    .panelPaticka .odkazy span{width:900px;}
}
@media only screen and (max-width:920px){
    .panelPaticka .kontakty{width:600px; }
    .panelPaticka .kontakty .mapa   {width:290px;  }
    .panelPaticka .kontakty .adresa {width:290px;  }
    .panelPaticka .kontakty .hodiny {display:none;  }
    .panelPaticka .odkazy span{width:600px;}
}
@media only screen and (max-width:630px){
    .panelPaticka .kontakty{width:320px; }
    .panelPaticka .kontakty .mapa{display:none;  }
    .panelPaticka .kontakty .adresa{width:320px;margin-left:0px;text-align:center;  }
    .panelPaticka .kontakty .hodiny{display:none;  }
    .panelPaticka .kontakty .adresa span:nth-child(1){text-align:center; }
    .panelPaticka .kontakty .adresa span:nth-child(2){text-align:center;font-size:28px;line-height:28px;}
    .panelPaticka .kontakty .adresa div:nth-child(3){text-align:center; }
    .panelPaticka .kontakty .adresa div:nth-child(3) a{font-weight:normal; color:#2c2a27;font-size:22px;text-align:left;line-height:25px;margin-top:25px;text-transform:lowercase;text-decoration:underline;}
    .panelPaticka .odkazy span{width:320px;}
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/







/* uni sablony */
.KatalogFiltryRazeni001 .pomocnaNavigace .drobeckova {
    margin: 10px 0;
    padding: 0 5px;
}
.DetailProduktu001 .nazevProduktu2 .popis span:before{
    content: 'Kód dodavatele: ';
}
.DetailProduktu001 .skladem{
    display: none;
}

.DetailProduktu001 .transportZdarma span:last-child{
    color: green;
    font-weight: bold;
}
.DetailProduktu001 .transportZdarma span:last-child:before{
    color: #333;
}
.Navigace001{
    background-color: #f6f6f6;
}
body .DetailProduktu001 .panelprilohy .nahledproduktu {
    border: 1px solid #ddd;
}
body .DetailProduktu001 .komponentaRating ~ .souvisejici{
    display: none;
}
body .DetailProduktu001 .souvisejici {
    margin: 10px auto;
}
.DetailProduktu001 .souvisejici a{
    position: relative;
}
body .DetailProduktu001 .souvisejicinazev{
    position: absolute;
    left: 3px;
    width: calc(100% - 6px);
    bottom: 0px;
    padding: 3px;
    font-size: 10px;
    text-shadow: 1px 1px white;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.formularFiltrCena .polozka{
    display: none;
}

.podslozky{
    display: none;
}
.komponentaKupon{
    display: none;
}


