@import 'https://fonts.googleapis.com/css?family=Ubuntu:400|Bree+Serif|Courgette&subset=latin-ext';
/* GLOBAL STYLES */
*{
	box-sizing:border-box;
}
.hide{
	display:none;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
a{
	color:#DA4316;
	text-decoration:underline;
}
a, input.submit{
	transition: 300ms;	
}
a:hover{
	color:#903E26;
	text-decoration:none;
}
body,
body *{
	margin:0;
	padding:0;
	border:0;
}
html{
	height: 100%;
}
body{
	min-height:100%; 
   position:relative; 
	background: #fff;	
	padding-bottom: 168px;
	text-align:center;
}
body,
table{
	color:#000;
	font-size:14px;
	font-family: 'Ubuntu', serif;
}
h1, h2, h3, h4, h5, h6{
	color: #DA4316;
	font-weight: normal;
	margin: 18px 0 10px;
	font-family: 'Bree Serif', serif;
	text-shadow: 2px 2px 1px #f2e0da;
}
h1{
	font-size:30px;
	letter-spacing: 0.5px;
}
h2{
	font-size:24px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
tbody, tfoot, thead{
	margin:0;
	padding:0;
}
caption, tr, th, td{
	margin:0;
	padding:2px 4px;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
img{
	max-width:100% !important;
	height: auto;
}
#quick-box .image-wrapper img{
	max-width:none !important;
}
.input, select, textarea{
	padding:0 10px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	font-size:1em;
	height: 40px;
	line-height: 40px;
}
.input.warning-required, select.warning-required, textarea.warning-required{
	border-color:#ac0000;
	background:#fbefef;
}
.submit{
	padding:10px 14px;
	border:0;
	background:none;
	color:#DA4316;
	font-size:1.1em;
}
.submit:hover{
	text-decoration:underline;
}
input[type="submit"], input[type="search"]{
	cursor:pointer;
}
.form label, .form .label{
	font-size:1.1em;
}
.form legend{
	display:none;
}
.form label span{
	padding-left:10px;
	color:#949494;
	font-size: 1em;
	font-weight:normal;
	text-shadow:none;
}
#skiplinks{
	position:absolute;
	top:0px;
	left:0px;
}
#skiplinks a{
	position:absolute;
	top:-500px;
	left:0px;
	z-index:10;
	min-width:200px;
	padding:10px;
	color:#fff;
}
#skiplinks a:focus{
	top:0;
	background:#000;
	color:#fff;
}
#container{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#body, #foot{
	float:left;
	width:100%;
	margin:0 auto;
	padding:0;
}
#header .container,
.menu_top, 
#body .container, 
#foot .container{
	max-width:1180px;
	width: 100%;
	margin:0 auto;
	text-align:left;
}
#head2 .container, 
.menu_top, 
#body .container{
}

/* HEADER WITH TOP MENU ABOVE LOGO */
#header .container{
	position:relative;
	height: 100%;
}
/* MENU TOP 1 */
#menu1 ul{
	list-style:none;
	background: #F2E0DA;
	border-radius: 0 0 20px 20px;
	padding: 5px 0 0 14px;
	border: 1px solid black;
	border-top: 0;
	margin-bottom: 5px;
	box-shadow: 0 -30px 15px -30px #903e26 inset;
	position: fixed;
	top: 0;
	left: 71%;
	z-index: 3;
}
#menu1 li{
	float:left;
	padding:7px 0 0 20px;
}
#menu1 li a{
	padding-right:12px;
	background:url('img/menu3_sub.gif') no-repeat right 5px;
	font-weight:bold;text-decoration:none;
	color:#2e6a97;
	text-transform:lowercase;
	text-shadow:0 1px 1px #dbdbdb;
}
#menu1 li a:hover, #menu1 .selected a{
	text-decoration:underline;
	color:#DA4316;
}
#menu1 li.lBasket{
	padding:0;
	background:url('img/kosik3.png') no-repeat 0px 0;
	width: 170px;
	height: 40px;
	position: relative;
}
#menu1 li.lBasket a{
	position:absolute;
	padding:0 0 0 40px;
	background:none;
	color:#DA4316;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}
#menu1 li.lBasket a:hover{
	text-decoration: underline;
}
#menu1 li.lBasket span{
	display:block;
	color:#903E26;
	position: absolute;
	top: 16px;
	left: 40px;
	font-size: 90%;
	text-transform:lowercase;
}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#header{
	background:url(img/header.jpg) no-repeat center top;
	border-bottom: 5px solid #DA4316;
	border-radius: 0 0 60px 0;
	height: 210px;
	box-shadow: inset 0 10px 10px -10px #000000;
	max-width: 1920px;
	margin: 0 auto;
}
#head2{
	clear:both;
}
#head2 .container{
	height:130px;
	position: relative;
}
#logo{
	position: absolute;
	top:13px;
	left: 20px;
	width: 182px;
	height: 155px;
	background:url(img/logo.png) no-repeat 0 0;
	background-size: contain;
}
#logo #title{
	display: none;
}
#logo #slogan{
	color:#fff;
	font-size:15px;
	text-shadow:2px 2px 1px #000;
	font-family: 'Courgette', cursive;
	text-align: center;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 100%;
	display: none;
}
/* HEADER WITH TOP MENU BELOW LOGO */
.menu_top, .menu_top_shadow{
	border-top: 50px solid #903E26;
	border-radius: 105px 0 0 0;
	position: absolute;
	display: flex;
	justify-content:center;	
	bottom: -71px;
	left: -50px;
	padding-left: 100px;
}
.menu_top_shadow{
	border-top-color: #DA4316;
	border-radius: 95px 0 0;
	border-top-width: 52px;
	bottom: -82px;
	margin: 0 auto;
	max-width: 1182px;
	width: calc(100% + 2px);
	height: 105px;
	left: -51px;
}
.menu_top:after, .menu_top_shadow:after{
	content:' '; 
	position: absolute;
	right: -100px;
	top: -100px;
	width: 100px;
	height: 50px;
	border-bottom:50px solid #903E26;
	border-radius: 0 0 105px 0;
}
.menu_top_shadow:after{
	border-bottom-color: #DA4316;
	border-bottom-width: 52px;
	top: -102px;
	right: -99px;
	border-radius: 0 0 115px;
}
.menu_top > div{
	position:relative;
	top: -50px;
}
/* MENU TOP 2 */
.menu_top ul{
	height:100%;
	margin:0;
	list-style:none;
}
.menu_top li{
	float:left;
	padding:0;
	position: relative;
	z-index: 3;
}
.menu_top li:hover, .menu_top .selected{
}
.menu_top li.l1, .menu_top li.l1:hover, .menu_top li.l1.selected{
	border-left:none;
}
.menu_top li a{
	display:block;
	height:43px;
	padding:0 25px 0 20px;
	margin: 0 10px;
	line-height: 50px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	transition: 0ms;
	text-shadow: 0 0 1px black;
	font-family: 'Bree Serif', serif;
}
.menu_top li a:hover, .menu_top .selected a{
	border-bottom:2px solid #DA4316;
	color: #fff;
	border-radius: 0 0 30px 10px;
}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{
	clear:both;
	margin:0;
}
#body .container{
	display: flex;	
	/*background:#f2e0da;*/
	padding: 40px 0;
}
/* LEFT COLUMN STYLES */
#column{
	width:25%;
	padding:26px 0;
	border-right: 2px dotted #DA4316;
}
.order #column{
	display:none;
}
#searchForm{
	text-align:center;
}
#searchForm label, #searchForm legend{
	display:none;
}
#searchForm .input{
	width:160px;
	padding:0 5px;
	border: 1px solid black;
	border-right: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#searchForm .submit{
	padding:0 6px;
	border:1px solid black;
	background:#D2330C;
	position: relative;
	left: -5px;
	height: 30px;
	vertical-align: middle;
}
#column .type{
	padding:0 13px 10px;
	font-size: 160%;
	font-family: 'Bree Serif', serif;
}
#menu3 .type{
	display:none;
}
/* LEFT MENU */
/*#menu3 ul{
	padding:10px 0;
	list-style:none;
}
#menu3 li{
	margin:0 3px;
	padding:4px 0 4px 13px;
	border-bottom:1px solid #e0e0e0;
}
#menu3 a{
	display:block;
	width:100%;
	padding:4px 0;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	background:none;
}
#menu3 a:hover, #menu3 .sub1 a:hover{
	color:#DA4316;
	background:none;
	text-decoration:underline;
}
#menu3 .selected > a:first-child{
	color:#DA4316;
	background:none;
}
#menu3 .sub1{
	margin:0;
	padding:0;
	border:0;
	background:none;
}
#menu3 .sub1 li{
	padding:2px 0 2px 20px;
	background:url('img/menu3_sub.gif') no-repeat 7px 8px;
	border:0px;
}
#menu3 .sub1 a{
	display:block;
	width:100%;
	padding:2px 0;
	font-weight:normal;
}
*/
/* CONTENT */
#content{
	width:75%;
	padding:0 20px;
	text-align: left;
}
.order #content{
	width:100%;
	padding-bottom: 30px;
}
#page{
	position:relative;
}

/* DROBECKOVA NAVIGACE */
#page div.breadcrumb{position:absolute;top:-25px;left:0px;padding:2px 0;font-size:1em;font-weight:normal;}
#page div.breadcrumb a{text-decoration:none;}
#page div.breadcrumb a:hover{text-decoration:underline;}

/* PAGE CONTENT */
#page div.content{padding:5px 0;font-size:14px;line-height:1.5em;}
#page div.content ul, #content .subpagesList li ol{margin:0 0 0 30px;padding:0;}
#page div.content li{margin:0;padding:0;border-left:0;}
#page div.content p{padding-bottom:10px;}

.tS{float:right;margin:17px 0 3px;}
.tS div{display:inline;}
.tS a{margin:0 4px;text-decoration:none;background:inherit;color:#2e6a97;font-weight:bold;font-family:Arial;}
.tS a:hover{color:#DA4316;background:inherit;}
.tS0{font-size:0.917em;}
.tS1{font-size:1.083em;}
.tS2{font-size:1.333em;}

.pages{padding:8px 0;text-align:right;font-size:1.083em;}
.pages ul, .pages li{display:inline;}
.pages li{padding:0 2px;}
.pages a, .pages strong{padding:0 1px;font-size:1.083em;}

/* IMAGES STYLES */
#content .imagesList{
	list-style:none;
}
#content .imagesList li div{
	text-align:center;
}
#content .subpagesList li img, 
#content .imagePreview img, 
#products li .photo img{
	border:4px solid #fff;
	transition: 300ms;
}
#content .subpagesList li img:hover, #content .imagesList li img:hover, #content .imagePreview img:hover, #products li .photo a:hover img{
	border-color: #c9cdce;
}
#imagesList1{
	float:left;
	position: relative;
	overflow: hidden;
}
.stitky{
	padding:8px 4px;
}
.stitky:before, .stitky:after{
	content:'';
	display: table;
}
.stitky:after{
	clear:both;
}
.stitky span{
	background: #5a9108;
	padding: 3px 5px;
	color:white;
	font-size: 12px;
	margin: 4px 4px 0 0;
	border-radius: 5px;
	white-space: nowrap;
	float: left;
}
.stitky span.zlevneno{
	text-transform:uppercase;
	font-weight: bold;
	background: #8b0000;
}
.stitky span.stitky_send{
	float:right;
	cursor: pointer;
	background: #4267b2 url(img/stitky_send.png) no-repeat 4px center;
	margin-left: 20px;
	padding-left: 23px;
}
.stitky span.stitky_send:hover{
	background-color: #365899;	
}
#imagesList2{
	clear:right;
	float:right;
	margin:8px 0 0 15px;
}

#content .imagePreview div{
	margin:5px 0 10px;
	text-align:center;
}
#imagesListPreview{
	float:left;
	margin-top: 4px;
}
* html #imagesListPreview{
	margin-top:-5px;
}
#content .imagesList#imagesListPreview li{
	text-align: center;
	width: 70px;
}
#content .imagesList#imagesListPreview li:first-of-type img{
	height:70px;
}
#content .imagesList#imagesListPreview li img{
	border:0px;
	opacity:0.8;
}
#content .imagesList#imagesListPreview li img:hover{
	border:0px;
	opacity: 1;
}

/* FILES LIST STYLES */
#filesList{
	width:100%;
	float:left;
	margin:15px 0 5px;
	list-style:none;
	vertical-align:middle;
	border-left:2px solid #e0e0e0;
}
#filesList li{
	width:100%;
	float:left;
	clear:left;
	margin:5px 0 5px 10px;
	padding-left:10px;
}
#filesList li a{
	color:#DA4316;
	background:inherit;
}
#filesList li a:hover{
	color:#666;
	background:inherit;
}
#filesList img{
	margin:0 8px 0 0;
	vertical-align:middle;
	}
#filesList em{
	padding-left:2px;
}

/* QUICK.BOX */
#quick-box{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba( 0, 0, 0, 0.7 );
	z-index:200;
}
#quick-box .background{
	height:100%;
}
#quick-box .quick-box-container{
	position:absolute;
	padding:0;
	box-shadow: 0 0 15px 1px #000;
}
#quick-box .image-wrapper{
	position:relative;
	line-height:0;
}
#quick-box .image-wrapper img{
	margin:0;
	padding:0;
}
#quick-box .navigation{
	position:absolute;
	bottom:0;
	margin:0;
	padding:5px 0;
	text-align:center;
	font-weight:bold;
	color:#ddd;
	line-height:normal;
	background:rgba( 0, 0, 0, 0.2 );
	width:100%;
	display: none;
}
#quick-box .description{
	margin:0;padding:5px 0;
	text-align:center;
	color:#ddd;
	font-weight:bold;
	background:rgba( 0, 0, 0, 0.8 );
	max-height:66px;
	overflow:hidden;
}

#quick-box .prev, #quick-box .next{
	position:absolute;
	display:block;
	width:50%;
	top:15%;
	height:70%;
	margin:0px;
	color:#fff;
	font-family:Verdana;
	z-index:100;
	opacity:0.15;
	text-decoration:none;
}
#quick-box .prev span, #quick-box .next span{
position:absolute;
top:47%;
left:0;
padding:6px 10px 10px;
border:1px solid #fff;
background:#000;
font-size: 20px;
}
#quick-box .next span{left:auto;right:0;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0;}
#quick-box .next{right:0;}
#quick-box .close{
position:absolute;
top:0;
right:0;
padding:0 15px 4px;
opacity:0.5;
background:#000;
color:#fff;
font-weight:bold;
font-size: 20px;
font-family:"Trebuchet MS";
text-decoration:none;
border:1px solid #fff;
border-top:none;
border-right:none;
z-index:100;
}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUB PAGES LIST STYLES */
#content .subpagesList{
	width:100%;
	margin:7px 0;
	list-style:none;}
#content .subpagesList li{
	width:95%;
	background:#fff;
	border:1px solid #DA4316;
}
#content .subpagesList li + li{
	margin-top: -1px;
}
#content .subpagesList li .photo{float:left;margin:0 20px 5px 0;}
#content .subpagesList li h2{
	margin: 0;
}
#content .subpagesList li h2 a{
	color:#DA4316;
	font-size:16px;
	font-weight:normal;
	display: block;
	padding:18px 2.5%;
	background: #fdefde;
}
#content .subpagesList li h2 a:hover{
	background:#fae6cf;
	color: #666;
}
#content .subpagesList li div.description{font-weight:normal;font-size:1em;line-height:1.4em;}
#content .subpagesList li ul, #content .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
#content .subpagesList li li{padding:0;border-bottom:0;background:none;-webkit-box-shadow:none;box-shadow:none;}
#content .subpagesList li ul{list-style:disc;}
#content .subpagesList li ol{list-style:decimal;}
#content .subpagesList li p{padding-bottom:10px;}

/* OPTIONS LINK */
#options{
	width:100%;
	color:#666;
	font-size:1em;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#options a{
	padding:0 10px 0;
	color:#666;
	text-decoration: none;
}
#options .back a{
	padding-left: 0;
}
#options a:hover{
	color:#DA4316;
	text-decoration: underline;
}
#options .back, #options .print{
display:inline-block;
}
#options .print a{border-left:1px solid #e0e0e0;}

.message{padding:50px 0;text-align:center;}
.message h2{background:inherit;color:#DA4316;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h2 a{color:#2e6a97;background:inherit;}
.message h2 a:hover{color:#666;background:inherit;}

/* PRODUCTS LIST */
#products{
	clear:both;
	float:left;
	width:100%;
	margin:10px 0;
	list-style:none;
}
#products ul.list{
	float:left;
	width:100%;
	list-style:none;
}
#products .list li{
	display:inline-block;
	vertical-align: top;
	width:31%;
	margin: 0 1%;
	padding:15px 0 20px 0;
	border-top:1px solid #DA4316;
	text-align:center;
}
/* standard products list (not columns) example:
#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;} */
#products .list li li{
	float:none;
	width:auto;
	margin-left:0px;
	padding:0;
	border-top:0px;
	text-align:left;
}
#products li .photo{
	margin-top:4px;
	font-size:0px;
	line-height:0px;
}
#products li h2{
	padding:5px 0;
	font-weight:bold;
	margin: 0;
	}
#products li h2 a{
	text-decoration:none;
}
#products li h2 a:hover{
	text-decoration:underline;
}
#products li h3{
	padding-bottom:5px;
	font-weight:normal;
}
#products li h3, #products li h3 a{color:#666;}
#products li h3 a:hover{color:#DA4316;}
#products li h3 em{padding:0 5px;}
#products li div.description{margin:10px 0 0;text-align:center;}
#products li div.description a{color:#666;}
#products li div.description a:hover{color:#DA4316;}
#products li div.description ul, #products li div.description ol{margin:5px 0 0 25px;padding:0;}
#products li .price, #products li .noPrice{
margin:5px 0 5px 0;
background-color:inherit;
color:#DA4316;
font-weight:bold;
text-decoration:none;
}
#products li .price{
	color:#903E26;
	font-size:110%;
}
#products li .price.old-price{
	font-weight:normal;
	font-size: 100%;
}
#products li .price + .price{
	margin-top: -5px;
}
#products li .action-price{
	color:#DA4316;
}
#products li .price em{
	font-style:normal;
}
#products li .action-price{
}
#products li .action-price strong{
	font-size:1.167em;
}
.old-price strong{
	position:relative;
}
.old-price strong:after{
	content:' ';
	height:2px;
	width: 49px;
	background: #D2330C;
	position: absolute;
	left: -3px;
	top: 9px;
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);
}
#products li .price span{font-weight:bold;}
#products li .basket{width:170px;margin:10px auto 0;font-weight:bold;}
#products li .basket a{
	display:block;
	padding:5px 32px 8px 7px;
	color:#fff;
	background:#D2330C url(img/kosik_small2.png) no-repeat right 10px center;
	text-decoration:none;
	text-shadow:1px 1px #000;	
	border: 1px solid #000;
	font-family: 'Bree Serif', serif;
	font-size: 16px;
	font-weight: normal;
}
#products li .basket a:hover{text-shadow:0px 0px 5px #fff;}

#products .pages{float:right;width:100%;margin:0;padding:9px 0;border:0;background:none;text-align:right;font-size:1em;}
#products .pages li{margin:0;padding:0 2px;border:0;background:none;}
#products .pages a, #products li.pages strong{padding:0 1px;font-size:1em;}
#products .pages .viewAll{padding-right:8px;border-right:1px solid #666;}
#products .pages .title{padding-left:8px;border:none;}
#products .pages#pagesBefore{clear:none;width:auto;}

#products .sort{float:left;width:auto;margin:0 10px 0 0;padding:10px 0;border:0;background:none;text-align:left;}
#products .sort ul{display:inline;list-style:none;}
#products .sort li{display:inline;padding:0 6px;font-weight:bold;border-right:1px solid #666;}
#products .sort li:last-child{border:none;padding-right:0;}
#products .sort li a{font-weight:normal;}

/* PRODUCTS DETAILS */
#product{
}
#product div.breadcrumb{margin:0 0 10px;padding:2px 0 7px;border-bottom:1px solid #DA4316;font-weight:normal;font-size:0.917em;}
#product div.breadcrumb, #product div.breadcrumb a{
background:inherit;color:#000;
}

#product div.breadcrumb a:hover{background-color:inherit;color:#DA4316;}
#product div.breadcrumb em{padding:0 5px;}

#product #box{
	float:right;
	width:230px;
	margin:4px 0 10px 10px;
	padding:3px 0 10px;
	background:#F2E0DA;
	text-align:center;
	box-shadow:0 -30px 50px -40px #903e26 inset;
	border-radius: 20px 0;
	border: 1px solid #903e26;
}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{padding:7px 0;color:#903E26;font-size:1.417em;text-align:center;}
#product #box #noPrice{color:#DA4316;}
#product #box #price em{font-style:normal;}
#product #box #price strong{padding:0 6px;font-size:1.176em;color:#DA4316;font-weight:bold;}
#product #box #available{
	padding:0 0 0 18px;
	color:#5A9108;
	font-weight:bold;
	font-size:0.9em;
	display: inline-block;
	background: url(img/ok.png) no-repeat 0 center;
}
#product #box #available .later{
	background:#F2E0DA;
	margin-left: -18px;
	color: #F57038;
}
#product #box #addBasket{padding:10px 0 5px;}
#product #box #addBasket .submit{
	padding:5px 30px 8px 5px;
	border:0;
	background:#DA4316 url(img/kosik_small2.png) no-repeat 95% center;
	color:#fff;
	font-size:18px;
	font-family: 'Bree Serif', serif;
	border: 1px solid #000;
	text-shadow:1px 1px #000;
}
#product #box #addBasket .submit:hover{text-shadow:0px 0px 5px #fff;text-decoration:none;}

#product div.content{clear:left;padding:10px 0 10px;font-size:1.1em;line-height:1.5em;}
#product div.content ul, #product div.content ol{margin:5px 0 0 30px;padding:0;}
#product div.content li{margin:8px 0;padding:0;border-left:0;}
#product div.content p{padding-bottom:10px;}
#productDescription p + p{
	font-family:'Bree Serif', serif;
}
/* BASKET AND ORDER */
#orderedProducts table{
	width:100%;
	margin:0;
	font-size:1em;
}
#orderedProducts td, #orderedProducts th{
	padding:6px 7px;
}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{
	text-align:right;
}
#orderedProducts thead td{
	padding-bottom:11px;
	color:#000;
	text-transform: uppercase;
}
#orderedProducts thead em{
	padding:0 4px 0 0;
	font-style:normal;
}
#orderedProducts tbody th, #orderedProducts tbody td{
	border-top:1px solid #DA4316;
	background:#F2E0DA;
}
#orderedProducts tbody th{
	text-align:left;
}
#orderedProducts tbody .price, #orderedProducts tbody .summary{
	text-align:right;
}
 #orderedProducts tbody .summary{
	font-weight:bold;
}
#orderedProducts tbody .quantity, #orderedProducts tbody .quantity input{
	text-align:right;
}
#orderedProducts tbody .quantity label{
	display:none;
}
#orderedProducts tbody a:hover{
}
#orderedProducts tfoot{
	text-align:right;
}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{
	text-align:right;
}
#orderedProducts tfoot .nextStep .submit{
	background:#DA4316;
	color: white;	
	text-shadow:1px 1px #000;
	font-size:18px;
	font-family: 'Bree Serif', serif;
}
#orderedProducts tfoot .nextStep .submit:hover{
	text-decoration: none;
	text-shadow:0px 0px 5px #fff;
}

#basket #orderedProducts table{margin:10px 0 0;}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount{background:#fff;border-bottom:2px solid #e0e0e0;}
#basket #recount td{border-bottom:1px solid #e0e0e0;text-align:right;}
#basket #recount .submit{
padding:2px 3px 2px 24px;
background: url(img/recount.png) no-repeat 0 center;
}
#basket #recount .submit:hover, #basket .buttons #continue .submit:hover{}
#basket .summaryProducts{font-size:1.36em;font-weight:bold;}
#basket .summaryProducts #summary{font-weight:bold;}
#basket .del{
	padding:0 5px 0 10px;
	text-align: right;
}
#basket .del a{
	background:url(img/cancel.png) no-repeat 0 0;
	height: 24px;
	width: 24px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	color: transparent;
	position: relative;
	top: -2px;
	transition: 0ms;
}
#basket .del a:hover{
	background-position: right 0;
}
#basket .buttons #continue{text-align:left;}
#basket .buttons #continue .submit{margin-right:5px;padding:3px 5px;}
#basket #pageDescription{margin-top:10px;}
#basket legend{display:none;} 

#basket #save{padding:7px;}
#basket #save .submit{margin-right:5px;padding:4px 9px;background:#f2f2f2;color:#666;border:2px solid #e0e0e0;font-weight:normal;text-shadow:none;}
#basket #save .submit:hover{background:#154a72;color:#fff;}

#order legend,
#orderPrint .legend,
#slevovyKod legend{
	display:block;
	padding:20px 0 10px;
	border:0;
	text-shadow:1px 1px 3px #e0e0e0;
	width: 100%;
}
#order legend, #shippingAndPayments legend label{
	font-size:21px;
}
#order #personalData,
#orderPrint dl{
padding:30px 3%;
border-top:2px solid #e0e0e0;
overflow:hidden;
border-radius: 0 60px 0 0;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:8px 0 2px;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;line-height:normal;padding:10px}

#shippingAndPayments > div,
#slevovyKod > div{
	padding:30px 3%;
	border-top:2px solid #e0e0e0;
	border-radius: 0 60px 0 0;
}
#slevovyKod > div{
	border-top-color: #DA4316;
}
#orderedProducts > div,
div#orderedProducts{
	padding:30px 3%;
	border-bottom:2px solid #DA4316;
	border-top:2px solid #DA4316;
	border-radius: 0 60px;
	background: #F4EDEB;
}
.zasilkovna select:first-of-type{
	width:auto !important;
}
#overit{
	border:1px solid #DA4316;
	cursor: pointer;
	height: 40px;
	vertical-align: middle;
	line-height: 38px;
	padding-top: 0;
	padding-bottom: 0;
}
#overit:hover{
	text-decoration:none;
	background: #DA4316;
	color: white;
}
#oSlevovyKod{
	width:150px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
#nevalidni{
	display:block;
	margin: 5px 0 0 96px;
	color: #ac0000;
}
#validni{
	color:#5A9108;
	font-weight: bold;
}
#validni span{
}
.orderStatus{
}
dd.orderStatus{
	color:#5A9108;
	font-size:110%;
}
#order tfoot td, #orderPrint tfoot td{color:#DA4316;}
#order .summaryProducts th, #order .summaryShippingPayment th, #orderPrint .summaryShippingPayment th{font-weight:normal;text-align:right;}
#order .summaryOrder, #orderPrint .summaryOrder{color:#000;font-size:1.36em;font-weight:bold;}
#order .summaryOrder th, #orderPrint .summaryOrder th{text-align:right;}
#order .summaryOrder th, #order .summaryOrder td{border-top:2px solid #DA4316;}
#order #rulesAccept th{color:#000;text-align:right;}
#order #rulesAccept th, #order #nextStep th{border:0;text-align:right;}
#orderedProducts .summaryOrder th, #orderedProducts .summaryOrder td{
	padding:16px 7px;
}

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint #pageDescription{
padding:10px 8px 20px;
color:#5a9108;
font-weight:normal;
font-size:1.5em;
}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{
	font-size:21px;
}
#orderPrint dl{
display:block;
width:100%;
}
#orderPrint dt, #orderPrint dd{float:left;display:inline-block;width:40%;margin:0;padding:3px 0;}
#orderPrint dt{clear:left;text-align:right;}
#orderPrint dd{padding-left:3%;font-weight:bold;}
#orderPrint dd.orderComment, #orderPrint dd.orderIP{font-weight:normal;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{
	position:absolute;
	left:0;
	width: 100%;
	bottom: 0;
	height: 168px;
	background: #f2e0da;
	border-top:5px solid #da4316;
	border-radius: 60px 0 0 0;
	box-shadow: inset 0 -30px 50px -40px #903e26;
}
#foot .container{
	padding:30px 0;
	color:#DA4316;
}
#foot a{
	color:#DA4316;
}
#foot a:hover{
	color:#DA4316;
}

#copy{float:left;padding:0 25px;}
.foot{float:right;padding:0 25px;}
#powered img{vertical-align:middle;}


/* PLUGINS */

/* SCROLL BACK TO TOP */
#backToTop{
	position:fixed;
	bottom:40px;
	right:1.5%;
	z-index: 2;
}
#backToTop a{
	display:block;
	width:60px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#903E26;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#backToTop a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#backToTop span.backToTop_icon{
	display:block;
	width:60px;
	height:60px;
	margin-bottom:7px;
	background:url('img/back_to_top.png') no-repeat center center;
	border-radius:15px;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
#backToTop a:hover span{
}
@media screen and (max-width:1180px){
	#backToTop a{
		opacity:0.4;
		filter:alpha(opacity=40);
	}
}
/* FACEBOOK */
#fbSideTab{
	margin-top: 40px;
}
#fbSideTab .button{
	display:block;
	float:left;
}
#fbSideTab .fb{
	float:left;
	overflow:hidden;
	background-color:#2a2f34;
	margin:0 10px 10px 0;
}
@media print{
  #fbSideTab{display:none;}
} 
.funpage_ico{
	background:url(img/fb_side_tab_dark.png);
	width:32px;
	height: 32px;
	display: inline-block;
}
/* platebni a dorucovaci metody v levem sloupci */
 #shippingPayments{
 }
#shippingPayments .type{
}
#shippingPayments .content{
	padding:8px 10px;
	list-style:none;
	line-height:1.5em;}
#shippingPayments ul{
font-style:normal;
list-style:none;
font-size: 110%;
margin-bottom: 20px;}
#shippingPayments li{
padding:3px 0 2px 22px;
background:url('img/ok.png') no-repeat 0 8px;
}
#shippingPayments .list2{
	margin-bottom: 15px;
}
#shippingPayments .doprava_cena{
	font-size:90%;
	color: #777;
}
.doprava_info{
	background:url(img/ok.png) no-repeat 0 10px;
	padding:5px 0 0 20px;
	border-top: 1px dotted #777;
	font-style: italic;
	color: #666;
	margin-bottom: 20px;
}
.nakupniTip{
	text-align:left;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-size:110%;
	background: #ffde96;
	text-align: center;
	border: 1px solid #DA4316;
}
.nakupniTip .tip{
	padding-right: 10px;
}
.nakupniTip.sleva{
	background:#d9fdc5;
	font-weight: bold;
	border-color:#5A9108;
}
/* PRODUCTS LAST VISITED */
#productsLastVisited{
	clear:both;
	width:100%;
	border-top:2px solid #e0e0e0;
	padding-top:10px;
}
#productsLastVisited table{margin:10px 0;width:100%;padding:15px 0 10px;font-size:1em;border-bottom:2px solid #e0e0e0;}
#productsLastVisited img{
	margin-bottom:5px;
	border:4px solid #fff;
}
#productsLastVisited img:hover{
	border-color: #c9cdce;
}
#productsLastVisited td{padding:5px 0 13px;text-align:center;vertical-align:top;}
#productsLastVisited a{display:block;padding:0 5px;font-weight:bold;text-decoration:none;}
#productsLastVisited a:hover{text-decoration:underline;}
#productsLastVisited .price, #productsLastVisited .noPrice{padding:6px 0 0;}
#productsLastVisited strong{padding:0 0 0 5px;font-weight:bold;}
#productsLastVisited .price span{font-weight:bold;}
#productsLastVisited .price ins{text-decoration:none;font-weight:bold;}
#productsLastVisited .price em{padding:0;background:inherit;font-style:normal;}
#productsLastVisited .price span{font-weight:bold;padding-left:5px;}
#productsLastVisited .price ins{text-decoration:none;font-weight:bold;}
#productsLastVisited .price ins em{padding-right:5px;background:inherit;text-decoration:line-through;font-style:normal;}
/* predchozi a dalsi */
#prevNext{list-style:none;height:25px;font-size:1.1em;margin:0 5px;}
#prevNext a{font-weight:bold;}
#prevNext .prev{float:left;}
#prevNext .next{float:right;}

/* hodnoceni */
#productRating{margin:5px 0;text-align:center;display:none;}
#productRating .results{margin:5px 0 0;font-size:0.9em;text-transform:lowercase;}
#productRating .results strong{padding:0 0 0 2px;}
.ratingList{margin:0 auto;width:80px;height:16px;background:url('img/stars.gif') no-repeat 0 0;font-size:1px;display:none;}
.rating{width:80px;height:16px;margin:0 auto;padding:0;list-style:none;clear:both;position:relative;background: url(img/stars.gif) no-repeat 0 0;}
.stars0{background-position:0 0}
.stars1{background-position:0 -16px}
.stars2{background-position:0 -32px}
.stars3{background-position:0 -48px}
.stars4{background-position:0 -64px}
.stars5{background-position:0 -80px}
ul.rating li{cursor:pointer;float:left;text-indent:-999em;}
ul.rating li a {position:absolute;left:0;top:0;width:16px;height:16px;text-decoration:none;z-index: 200;transition:0ms}
ul.rating li.one a{left:0}
ul.rating li.two a{left:16px;}
ul.rating li.three a{left:32px;}
ul.rating li.four a{left:48px;}
ul.rating li.five a{left:64px;}
ul.rating li a:hover{z-index:2;width:80px;height:16px;overflow:hidden;left:0;background: url(img/stars.gif) no-repeat 0 0}
ul.rating li.one a:hover{background-position:0 -16px;}
ul.rating li.two a:hover{background-position:0 -32px;}
ul.rating li.three a:hover{background-position:0 -48px}
ul.rating li.four a:hover{background-position:0 -64px}
ul.rating li.five a:hover{background-position:0 -80px}
/**/
#searchForm{
	display:none;
}
.news{
	margin-bottom: 30px;
}
.news > ul{
	list-style-type:none;
}
.news > ul > li{
	padding:0 13px 15px; 
}
.news h3{
	color:#000;
	text-transform: uppercase;
	margin: 0;
}
.news h4{
	margin: 0;
	line-height: 26px;
}
.news p{
	padding-bottom:5px;
	color: #903E26;
}
.news_date{
	color:#777;
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
.copyright{	
	font-family: 'Bree Serif', serif;
}
.footer_left, .footer_right{
	float: left;
	width: 53%;
}
.footer_right{
	width: 47%;
	text-align: right;
}
.footer_contact{
	color: #903E26;
	position: relative;
	top: -5px;
}
#foot .container{
	padding-left: 20px;
	padding-right: 20px;
}
#foot .container:before, #foot .container:after,
.footer_contact:before, .footer_contact:after{
	content:' ';
	display: table;
}
#foot .container:after,
.footer_contact:after{
	clear:both;
}
.footer_contact h5{
	border-bottom: 2px solid #903E26;
	margin: 0 0 10px;
	color: #000;
	padding: 0 0 10px 32px;
	border-radius:0 0 0 30px;
	position: relative;
	left: -12px;
}
.footer_contact h5:after{
	content: ' ';
	position: absolute;
	right: -30px;
	bottom:-32px;
	width: 30px;
	height: 30px;
	border-top: 2px solid #903E26;
	border-radius:0 30px 0;
}
.footer_contact div{
	float:left;
	margin:0 10px 0 20px;
}
.footer_contact div:last-of-type{
	margin-right: 0;
}
.pribeh-svicek{
	font-family: 'Bree Serif', serif;
	font-size: 110%;
}
.pribeh-svicek img{
	float:right;
	/*margin: -150px 0 20px 20px;*/
	margin: -60px 0 20px 20px;
	/*border-radius: 350px 0;*/
	animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 15s;
}
@keyframes dropHeader {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}/*
.pribeh-svicek img:hover{
	opacity:1;
}*/
.pribeh-svicek-slogan{
	margin-top: 0;
}
.pribeh-svicek p:first-of-type{
/*	width:65%;*/
}
.nase-svicky{
	 font-family: 'Bree Serif', serif;
}
.nase-svicky ul{
	display:inline-block;
	vertical-align: top;
	margin-right: 50px !important;
	font-size: 110%;
}
.nase-svicky ul + ul{
	margin-right: 0 !important;
}
.nase-svicky p:first-of-type{
	background:url(img/info.png) no-repeat left top;
	padding: 0 0 10px 55px !important;
}
.orderStatusLink{
	padding:0 8px;
}
.zasilkovna{
	display:none;
}
.packetery-map > div:first-of-type,
.smap > div:first-of-type{
	width:auto !important;
	height:auto !important;
	position:relative !important;
}
#order #vydejna{
	display:none;
}
.lazy > a > img {
  opacity: 0;
  transition: opacity .3s ease-in;
}
/* RESPONSIVE */
@media (max-width:1400px){
	#menu1 ul{
		left:80%;
	}
	#logo{
		left:80px;
	}
}
@media (max-width:1280px){
	.menu_top{
		width:85%;
		left: 3%;
	}
	.menu_top_shadow{
		width:calc(85% + 2px);
		left: calc(3% - 1px);
	}	
	#foot .container{
		padding-left: 30px;
	}
	#backToTop{
		right:0;
		bottom: 0;
	}
	#backToTop a{
		width:40px;
	}
	#backToTop span.backToTop_icon{
		width:40px;
		height: 40px;
		background-size: contain;
	}
	.backToTop_label{
		display:none;
	}
}
@media (max-width:1180px){
	#foot .container{
		padding:10px 40px;
	}
	.footer_left, .footer_right{
		float: none;
		width: 100%;
		text-align: left;
	}
	.footer_right{
		padding-top: 15px;
	}
	.footer_link{
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 10px !important;
	}
	#foot{
		height: 200px;
	}
	body{
		padding-bottom: 200px;
	}
	.copyright{
		margin: 0;
	}
	#menu1 ul{
		border-radius:0 0 0 20px;
		left: auto;
		right: 0;
	}	
	.pribeh-svicek p:first-of-type{
		width:60%;
	}
	#logo{
		left:30px;
	}
	#fbSideTab .button{
		display:none;
	}
}
@media (max-width:1100px){
	#quick-box{
		height:100%;
	}
	#quick-box .background{
		display: none;
	}
	#quick-box .quick-box-container{
		position:static;
		display:inline-block;
	}
	#quick-box .image-wrapper{
		height: 100%;
	}
	.menu_top{
		padding-left: 0;
	}
}
@media (max-width:1000px){
	#body .container{
		flex-direction:column-reverse;
		padding-bottom: 0;
	}
	#column{
		width:auto;
		border-right: 0;
		border-top: 2px dotted #da4316;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 0;
	}
	#column .type, .news > ul > li{
		padding-left: 0;
		padding-right: 0;
	}
	#content{
		width:100%;
	}
	#fbSideTab{
		margin-top: 10px;
	}
}
@media (max-width:900px){
	.menu_top::after, .menu_top_shadow{
		display:none;
	}
	.menu_top{
		border-radius:0;
		border-top: 0;
		background: #903E26;
		width: 100%;
		left: 0;
		bottom: -53px;
		height: 48px;
	}
	#logo{
		width: 125px;
		height: 112px;
	}
	#header{
		border-radius:0;
		background: url(img/zahlavi_tablet2.jpg) no-repeat center top;
		height: 140px;
	}
	#head1 .container{
		height:51px;
	}
	#body .container{
		padding-top: 50px;
	}
	.menu_top > div{
		top:0;
	}
	.menu_top li a{
		line-height:46px;
		height: 40px;
	}
	#options .print{
		display:none;
	}
	#column{
		border-top: 0;
		padding-top: 20px;
	}
	.basket-page #content{
		padding-bottom: 20px;
	}
	.pribeh-svicek{
		padding-bottom: 20px;
	}
}
@media (max-width:800px){
	.pribeh-svicek img{
		margin-top: 0;
		border-radius: 0;
		display: none;
	}	
	.pribeh-svicek p:first-of-type{
		width:100%;
	}
}
@media (max-width:700px){
	.footer_contact div{
		float:none;
		display: inline-block;
		vertical-align: top;
	}
	.footer_contact > div:nth-of-type(1){
		margin-bottom: 10px;
	}
	#foot{
		height:240px;
	}
	body{
		padding-bottom: 240px;
	}
	.menu_top li a{
		margin:0 5px;
		font-size: 17px;
		padding: 0 20px 0 15px;
	}
	#products .list li{
		width:48%;
		padding-bottom: 5px;
	}
	#product #box{
		width:180px;
	}
	.pribeh-svicek img{
		width:40%;
		margin-left: 0;
	}
	.stitky span.stitky_send{
		float:left;
		margin-left: 0;
	}
}
@media (max-width:650px){
	#menu1 ul{
		position: absolute;
	}
	#head1 .container{
		height:0;
	}
	#head2 .container{
		height: 120px;
	}
	#logo{
		height: 95px;
		left: 6px;
	}
	#body .container{
		padding-top: 0;
	}
	.menu_top li{
		float:none;
		display: block;
	}
	.menu_top li a{
		padding:0 10px;
		margin: 0;
		text-align: center;
		line-height: 40px;
	}
	.menu_top{
		height:auto;
		display: block;
		top: 0;
		position: static;
	}
	.menu_top li a:hover, .menu_top .selected a{
		border-bottom: 0;
		background:#da4316;
		border-radius: 0;
	}
	#header{
		height:auto;
	}
	#header .container{
		padding-top: 120px;
	}
	h1, h2, h3, h4, h5, h6{
		margin:10px 0 5px;
	}
	#content .subpagesList li img:hover, #content .imagesList li img:hover, #content .imagePreview img:hover, #products li .photo a:hover img{
		border-color: #fff;
	}
	#previewLink:hover{
		cursor:default;
	}
	.nase-svicky ul{
		display:block;
		margin-right: 0 !important;
	}
}
@media (max-width:550px){
	#basket #orderedProducts table{
		width: calc(100% - 40px);
		position: relative;
	}
	#orderedProducts thead{
		display:none;
	}
	#orderedProducts tr{
		display:block;
		padding: 0;
		position: relative;
	}
	#orderedProducts tbody tr{
		border-top:1px solid #da4316;		
	}
	#orderedProducts th, #orderedProducts td{
		position: relative;
		padding-left: 110px;
		display:block;
		text-align: left !important;
		border: 0 !important;
	}
	#orderedProducts tr.buttons td{
		padding-left: 7px;
		text-align: center !important;
	}
	#orderedProducts th:before, #orderedProducts td:before{
		content:attr(data-title);
		position: absolute;
		left: 7px;
		top: 6px;
		max-width: 100px;
		text-transform: uppercase;
	}
	#orderedProducts td.del{
		position: absolute;
		right: -35px;
		top: 2px;
		background: none;
	}
	#orderedProducts td.del:before,
	#orderedProducts tr#recount td:nth-child(odd),
	#orderedProducts tr.summaryProducts > td:last-of-type{
		display:none;
	}
	#order #orderedProducts .summaryProducts td:last-of-type{
		display:inline-block;
	}
	#orderedProducts tr.summaryProducts,
	#orderedProducts tr#recount,
	#orderedProducts tr.summaryShippingPayment,
	#orderedProducts tr.summaryOrder,
	#orderedProducts tr#nextStep{
		text-align: center;		
	}
	#orderedProducts tr.summaryProducts th,
	#orderedProducts tr.summaryProducts td,
	#orderedProducts tr#recount td,
	#orderedProducts tr.summaryShippingPayment th,
	#orderedProducts tr.summaryShippingPayment td,
	#orderedProducts tr.summaryOrder th,
	#orderedProducts tr.summaryOrder td,
	#orderedProducts tr#nextStep td{
		padding-left: 7px;
		display: inline-block;
	}
	#orderedProducts tr.summaryShippingPayment th, #orderedProducts tr.summaryShippingPayment td{
		padding-top: 0;
	}
	#orderedProducts tr.summaryProducts th:after,
	#orderedProducts tr.summaryShippingPayment th:after,
	#orderedProducts tr.summaryOrder th:after{
		content:':';
	}
	#rulesAccept th{
		padding-left: 7px !important;
	}
	#orderedProducts td.del{		
		padding-left: 0;
	}
}
@media (max-width:500px){
	#products li .basket{
		width:auto;
	}
	#products li h2{
		font-size:18px;
		padding-bottom: 0;
	}
	#products .list li{
		padding-top: 10px;
	}
	#products li div.description{
		margin:0;
		font-size: 85%;
	}
	#content{
		padding:0 10px;
	}
	#column{
		margin:0 10px;
	}
	#order #personalData #setBasic, #order #personalData #setExtend{
		float:none;
		width: 100%;
	}
	#order #personalData .input, #order #personalData #oComment,
	#shippingAndPayments select{
		width:100%;
	}
	#shippingAndPayments div,
	#order #personalData{
		border-radius:0;
		border-top: 0;
		padding: 0;
	}
	#orderPrint #pageDescription{
		font-size:1.2em;
	}
	#foot{
		height:auto;
		position: static;
		font-size: 90%;
	}
	body{
		padding-bottom: 0;
	}
}
@media (max-width:420px){
	.footer_contact h5{
		padding-left: 20px;
		padding-bottom: 4px;
		margin-bottom: 4px;
	}
	.footer_contact div, .copyright, .footer_link{
		margin-left: 8px;
		margin-right: 0;
	}
	.copyright{
		margin-top: 8px;
	}
	#foot .container{
		padding-bottom: 10px;
	}
	#products li .basket a{
		padding-left: 2px;
		padding-right: 27px;
		background-position: right 5px center;
	}
}
@media (max-width:400px){
	#logo #slogan{
		display:none;
	}/*
	#header{
		background-image:url(img/zahlavi_mobile.jpg);
	}*/
	#content{
		padding:0 5px;
	}
	#column{
		margin:0 5px;
	}
	#slevovyKod label{
		display:block;
	}
	#slevovyKod #oSlevovyKod{
		margin-left: 0;
		width: 140px;
	}
	#slevovyKod #overit{
		padding-left: 8px;
		padding-right: 8px;
	}
	#nevalidni{
		margin-left: 0;
	}
}
@media (max-width:319px){
	#foot{
		height:auto;
		padding-bottom: 5px;
		position:static;
	}
	body{
		padding-bottom: 0;
	}
}