@CHARSET "UTF-8";

/* Google font Open Sans Import */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300|Open+Sans+Condensed:300,700,300italic&subset=latin,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin,cyrillic-ext,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext);

@font-face{ 
	font-family: 'Almelo';
	src: url('/public/html/css/webfonts/fv_almelo-webfont.eot');
	src: url('/public/html/css/webfonts/fv_almelo-webfont.eot?iefix') format('eot'),
	     url('/public/html/css/webfonts/fv_almelo-webfont.woff') format('woff'),
	     url('/public/html/css/webfonts/fv_almelo-webfont.ttf') format('truetype'),
	     url('/public/html/css/webfonts/fv_almelo-webfont.svg#webfont') format('svg');
}

*{
	margin:0;
	padding:0;
	cursor:default;
}

html {
	margin:0px;
	padding:0px;
	overflow:hidden;
	overflow-y:scroll;
	overflow-x:auto;
}

body {
	width:100%;
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	
}

.levicak {
	float:left;
}

.pravicak {
	float:right;
}

.cistic {
	margin:0;
	padding:0;
	border:none;
	height:0px;
	clear:both;
}

.web-public-wrapper {
	width:96%;
	max-width: 1600px;
	margin:0px auto;
	position: relative;
}



hr.hr {
	border:none;
	height:1px;
	background-color: black;
	width:100%;
}

.dolni {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	
}

.horni {
	-webkit-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.4);
	
}

/*scroll to top*/
.scrollToTop{
	text-align:center; 
	font-weight: bold;
	color: #c6930a;
	text-decoration: none;
	position:fixed;
	bottom:5px;
	right:15px;
	display:none;
	z-index:10000;
	opacity:0.5;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}
.scrollToTop:hover{
	text-decoration:none;
	opacity:1;
}

/* hlavicka */

.hlava ul.control {
	display:inline-block;
	position:absolute;
	right:20px;
	text-align:right;
	font-size:.85em;
	list-style: none;
	top:10px;
	stext-shadow: 0px 0px 5px rgba(10, 10, 10, 0.75);
	margin-right:15px;
}

.hlava ul.control li {
	display:inline-block;
}

.hlava ul.control li a {
	color: #666;
	text-decoration:none;
	position: relative;
	z-index: 9999;
}

.hlava ul.control li a:hover {
	color: #111;
	text-decoration:underline;
}

.hlava ul.control li.delic {
	width: 0px;
	height: 12px;
	margin: -3px 10px;
	padding-bottom:3px;
	border-left: 1px solid #888;
}


.hlava {
	border-bottom: 1px solid black;
	height:200px;
}

.nav-container { 
	background-color: white;
	box-sizing: border-box;
}
.f-nav { 
	z-index: 9999; 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	background-color:rgba(230,230,230,0.90); 
	border-bottom:1px solid black;
	box-sizing: border-box;
	height:46px;
}

.hlava div.menu-wrapper {
	width:100%;

}

.hlava ul.menu {
	width:100%;
	max-width: 1002px;
	margin:0px auto 0 auto;
	height:40px;
}
	
.hlava ul.menu li {
	float:left;
	width:200px;
	position:relative; 
	height:45px;
	list-style: none;
}

.hlava ul.menu li a {
	color:#333;
	position:relative;
	width:100%;
	height: 35px;
	text-decoration: none;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	display: inline-block;
	font-size:1em;
	font-family: "Roboto Condensed";
	padding-top:10px;
	background-image: url('/public/html/images/menu-selected.png');
	background-position: center 30px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.hlava ul.menu li a:hover {
	color:white;
	background-image: url('/public/html/images/menu-selected.png');
	background-color:#c6930a;
	background-position: center 22px;
	background-repeat: no-repeat;
	font-size:1.15em;
	
}

.hlava ul.menu li.selected {
	color:white;
	background-color: #c9c9c9;
}
.hlava ul.menu li.selected a {
	color:black;
}


.hlava-content {
	position:relative;
	margin-bottom:10px;
	height:145px;
}

.logo-male {
	width:233px;
	height:135px;
	display: inline-block;
	position:relative;
	left:0px;
	top:5px;
}


/* text, present content */
.web-text-content {
	text-align:left;
	width:90%;
	margin:30px auto 15px auto;
}

.about {
	margin-bottom:80px;
}

.web-present-content {
	text-align:left;
	background-color: white;
	margin:30px auto 50px auto;
}

.web-placeni-content {
	text-align:left;
	background-color: white;
	margin:30px auto 50px auto;
}

.web-present-content h1, 
.web-present-content h2, 
.web-placeni-content h1, 
.web-placeni-content h2, 
.web-text-content h1, 
.web-text-content h2 {
	font-family: 'Almelo', cursive;
	margin: 20px 35px 35px 20px;
	z-index: 1;
	background-color: white;
	padding: 0px 50px;
	width: initial;
	color:#c6930a;
	font-size: 2.2em;
	position:relative;
	float:left;
}

.web-present-content h1, 
.web-present-content h2,
.web-placeni-content h1, 
.web-placeni-content h2 {
	background: rgba(255,255,255,1);
}

.web-present-content h1.prava, 
.web-present-content h2.prava, 
.web-placeni-content h1.prava, 
.web-placeni-content h2.prava, 
.web-text-content h1.prava, 
.web-text-content h2.prava {
	right:0px;
	float:right;
}

.web-present-content p.leva,
.web-placeni-content p.leva,
.web-text-content p.leva {
	text-align: justify;
	font-size: 0.95em;
	color: #909090;
	margin-right:25px;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.web-present-content div.leva p,
.web-placeni-content div.leva p,
.web-text-content div.leva p {
	text-align: justify;
	font-size: 0.95em;
	color: #909090;
	margin-right:25px;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}


.web-present-content p.prava,
.web-placeni-content p.prava,
.web-text-content p.prava {
	text-align: justify;
	font-size: 0.95em;
	color: #909090;
	margin-left:25px;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.web-present-content hr.efect,
.web-placeni-content hr.efect,
.web-text-content hr.efect {
	position: relative;
	border: none;
	background-color: #999999;
	height: 1px;
	padding: 0;
	margin: 0;
	top: 45px;
	width:100%;
	z-index: 0;
}

.web-text-content a.vice {
	text-decoration:none;
	color: #c6930a;
	font-size:1em;
	float:right;
	clear:both;
	font-family:"Almelo";
	margin-right:30px;
	margin-top:20px;
	cursor:pointer;
}

.web-text-content a.vice:hover {
	text-decoration:underline;
}

.web-present-content p.prava:hover,
.web-present-content p.leva:hover,
.web-placeni-content p.prava:hover,
.web-placeni-content p.leva:hover,
.web-text-content p.prava:hover,
.web-text-content p.leva:hover {
	color: #090909;
}

.web-placeni-content .nav-col,
.web-present-content .nav-col {
	width:25%;
	min-height:200px;
	position:relative;
	box-sizing:box-border;
}

.web-placeni-content .nav-col .nav-box,
.web-present-content .nav-col .nav-box {
	width:96%;
	sbackground-image: url('/public/html/images/stinek.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 17px;
}

.web-placeni-content .nav-col .nav-box .content
.web-present-content .nav-col .nav-box .content {
	background-color:rgba(255,255,255,0.8);
	height: 100%;
	margin: 0px 0px 0px 10px;
	border:none;
	sborder-top:1px solid #e5e5e5;
} 
.web-placeni-content .nav-col .nav-box .content > div,
.web-present-content .nav-col .nav-box .content > div {
	height:45px;
	line-height: 45px;
	font-family: 'Roboto Condensed';
	font-size: 1.1em;
	padding:0px 25px;
	color:#c6930a;
	border-bottom:none;
}
.web-placeni-content .nav-col .nav-box .content ul,
.web-present-content .nav-col .nav-box .content ul {
	list-style: none;
	font-family: 'Roboto Condensed';
	
}

.web-placeni-content .nav-col .nav-box .content ul li,
.web-present-content .nav-col .nav-box .content ul li {
	height: 35px;
	padding: 0px 25px;
	line-height:35px;
	vertical-align: bottom;
	font-size:1em;
	border-bottom: none;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.web-present-content .nav-col .nav-box .content ul li:hover {
	background-color: #c6930a;
	color:white;
}
.web-present-content .nav-col .nav-box .content ul li a:hover {
	color:white;
}
.web-present-content .nav-col .nav-box .content ul li a {
	color:#333;
	text-decoration: none;
	display: block;
	height: 100%;
	cursor: pointer;
}

.web-placeni-content .nav-col .nav-box .content ul li:hover {
	
}

.range-wrapper {
	background: #fff;
	border: none;
	padding: 10px 20px 10px 20px !important;
	line-height: normal !important;
	font-family: "Roboto Condensed" !important;
	color: #333 !important;
	font-size: 1em !important;
	margin: 15px 20px;
	height:70px;
	text-align:center;
	position: relative;
	box-shadow: inset 0px 8px 48px rgba(230,230,230,0.5);
}

.range-wrapper span {
	background: #fff;
	border: none;
	display: inline-block;
	width:65px;
	height:25px;
	padding-top: 3px;
}

#rangeSlider {
	width:300px;
}

.web-placeni-content .present-col,
.web-present-content .present-col {
	width:74.5%;
	min-height:200px;
	font-family: "Roboto Condensed";
	
}

.web-present-content .present-col .nav-box {
	width:100%;
	sbackground-image: url('/public/html/images/stinek.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 18px;
}

.web-present-content .present-col .nav-box .content {
	background-color:rgba(255,255,255,0.8);
	margin: 0px 0px 0px 10px;
	border:none;
	sborder-top:1px solid #e5e5e5;
}

.web-present-content .present-col .nav-box .content span.button{
	margin:0px 3px;	
	display: inline-block;
	padding: 9px 6px 0;
	border: 1px solid #d9d9d9;
	position: relative;
	top: -7px;
	color:#666;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.web-present-content .present-col .nav-box .content span.button:hover{
	border: 1px solid #ffffff;
	background-color: #c6930a;
	color:white;
}
.web-present-content .present-col .nav-box .content span.button.selected:hover{
	border: 1px solid #ffffff;
	background-color: #c6930a;
	color:white;
}

.web-present-content .present-col .nav-box .content .k-dropdown {
	width:100px;
	text-align:center;
}


.web-present-content .present-col .nav-box .content span.button.selected{
	color:#c6930a;
	
}

.web-present-content .present-col .nav-box .content > div.title {
	height:45px;
	line-height: 45px;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	padding:0px 25px;
	color:#c6930a;
	border-bottom:none; 
}
.web-present-content .present-col .nav-box .content > div.title a{
	font-family: 'Roboto Condensed';
	color:#c6930a;
	text-decoration: none;
	cursor: pointer;

}
.web-present-content .present-col .nav-box .content > div {
	line-height: 38px;
	padding:15px 25px;
}

.web-present-content .present-col .item-box {
	sbackground-image: url('/public/html/images/stinek.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;;
	box-sizing:box-border;
	max-height:640px;
	display:block;
	cursor:pointer;
}

.web-present-content .present-col .item-box {
	cursor:pointer;
}

.web-present-content .present-col .item-box .content {
	background-color:rgba(255,255,255,0.8);
	height: 100%;
	margin: 0px 0px 0px 10px;
	border:none;
	sborder-top:1px solid #e5e5e5;
	background-image: url('/public/html/images/art-nbg.png');
	background-repeat: no-repeat;
	s-moz-transition:0.9s all;
    s-webkit-transition:0.9s all;
    s-o-transition:0.9s all;
    stransition:0.9s all;
	color:#999;
	cursor:pointer;
}

.web-present-content .present-col .item-box .content .imgcover {
	width:100%;
	min-height: 345px; 
	 
	box-sizing: border-box;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	s-moz-transition:0.5s all;
    s-webkit-transition:0.5s all;
    s-o-transition:0.5s all;
    stransition:0.5s all;
	position:relative;
	background-color: white;
	cursor:pointer;
}

.web-present-content .present-col .item-box .content .imgcover img {
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	transform:scale(1);
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform:scale(1);
	min-height: 363px;
	filter: alpha(opacity=90);
	x-moz-opacity:0.9;
	x-khtml-opacity: 0.9;
	xopacity: 0.9;
	cursor:pointer;
}

.web-present-content .present-col .item-box .content:hover {
	sbackground-image: url('/public/html/images/art-bg.png');
	color:#101010;
	cursor:pointer;
}

.web-present-content .present-col .item-box .novinka.stav1 {
	width:100px;
	height:100px;
	background-image: url('/public/html/images/new.png');
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

.web-present-content .present-col .item-box .novinka.stav5 {
	width:200px;
	height:250px;
	background-image: url('/public/html/images/soldout.png');
	position:absolute;
	top:0px;
	cursor:pointer;
}

.web-present-content .present-col .item-box .novinka.stav2 {
	width:100px;
	height:100px;
	background-image: url('/public/html/images/akce.png');
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

.web-present-content .present-col .item-box .novinka.stav3 {
	width:100px;
	height:100px;
	background-image: url('/public/html/images/vyprodej.png');
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

.web-present-content .present-col .item-box h2 {
	height: 45px;
	background-color: rgba(0,0,0,0.65);
	color: white;
	position: relative;
	width: 94%;
	top: -45px;
	left: 0px;
	margin: 0px 3%;
	padding: 0;
	sfont-family: "Roboto";
	font-family: "Almelo";
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	line-height: 45px;
	cursor:pointer;
}

.web-present-content .present-col .item-box .popis {
	font-size: .75em;
	position: absolute;
	padding: 10px 3% 5px;
	height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	text-align: justify;
	cursor:pointer;
	width: 91%;
}

.web-present-content .present-col .item-box .cena {
	font-size: 1.66em;
	position: relative;
	padding: 0 3%;
	overflow: hidden;
	float: right;
		color: #c6930a;
	line-height: 50px;
	font-weight: bold;
	cursor:pointer;
	top: 5px;
}

.web-present-content .present-col .item-box .cenaeur {
	font-size: 1.1em;
	position: relative;
	padding: 0 3%;
	overflow: hidden;
	float: right;
	top:-5px;
	color: #c6930a;
	font-weight: bold;
	cursor:pointer;
}


.web-present-content .present-col .item-box .content:hover .imgcover {
	
}

.web-present-content .present-col .item-box .content:hover .imgcover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
	-webkit-transform:scale(1.1);
}

.item-small {
	width:30%;
	margin-left:2%;
	float:left;
}

.item-smallest {
	width:19%;
	margin-left:2%;
	float:left;
}


.item-first {
	margin-left:0;
}

.web-placeni-content .present-col .item-box {
	sbackground-image: url('/public/html/images/stinek.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 35px;;
	box-sizing:box-border;
	display:block;
}

.web-present-content .present-col .item-box {
	cursor:pointer;
}

.web-placeni-content .present-col .item-box .content {
	background-color:rgba(255,255,255,0.8);
	height: 100%;
	margin: 0px 0px 0px 10px;
	border:none;
	sborder-top:1px solid #e5e5e5;
	background-image: url('/public/html/images/art-nbg.png');
	background-repeat: no-repeat;
	s-moz-transition:0.9s all;
    s-webkit-transition:0.9s all;
    s-o-transition:0.9s all;
    stransition:0.9s all;
	color:#999;
	text-align:center;
}

.web-placeni-content .present-col .item-box .content img {
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	transform:scale(1);
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform:scale(1);
	width:80%;
	filter: alpha(opacity=90);
	x-moz-opacity:0.9;
	x-khtml-opacity: 0.9;
	xopacity: 0.9;
	margin:0 auto 0 auto;
}

.web-placeni-content .present-col .item-box .content:hover {
	color:#101010;
}

.web-placeni-content .present-col .item-box h2 {
	height: 45px;
	background-color: rgba(0,0,0,0.65);
	color: white;
	position: relative;
	width: 94%;
	top: -49px;
	left: 0px;
	margin: 0px 3%;
	padding: 0;
	font-family: "Almelo";
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	line-height: 45px;
}

.web-placeni-content .present-col .item-box .kusu {
	font-size: .75em;
	padding: 10px 3% 5px 3%;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	text-align: right;
	height: 23px;
	position: relative;
	top: -50px;
	margin: 0 3%;
}

.web-placeni-content .present-col .item-box .kusu input {
	outline:none;
	width:35px;
	height:15px;
	font-size:13px;
	text-align: center;
	border:1px solid #f0f0f0;
}

.web-placeni-content .present-col .item-box .kusu input:active,
.web-placeni-content .present-col .item-box .kusu input:focus {
	border:1px solid #aaa;
	
}

.web-placeni-content .present-col .item-box .cena {
	font-size: 0.95em;
	position: relative;
	padding: 0 3%;
	overflow: hidden;
	float: right;
	color: #c6930a;
	font-weight: bold;
	top:-50px;
}

.web-placeni-content .present-col .item-box .item-remove {
	position:absolute;
	z-index:5000;
	top:5px;
	right:5px;
	cursor:pointer;
}

.web-placeni-content .present-col .item-box .item-remove * {
	cursor:pointer;
}

.web-placeni-content .present-col .item-box .cenapopis {
	font-size: 0.95em;
	position: relative;
	padding: 0 3%;
	overflow: hidden;
	float: left;
	top:-50px;
}

.web-placeni-content .present-col .item-box .cenaeur {
	font-size: 0.8em;
	position: relative;
	padding: 0 3%;
	overflow: hidden;
	float: right;
	top:-50px;
	color: #c6930a;
	font-weight: bold;
}


.web-placeni-content .present-col #inbag {
	border-bottom:1px solid #eee;
}

.web-placeni-content .present-col .item-box .content:hover .imgcover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
	-webkit-transform:scale(1.1);
}



.web-text-content p img {
	margin:0px 25px 15px ;
	padding:10px;
}
.news-preview {
	margin-bottom:0px;
}

.news-preview ul {
	min-height:250px;
	list-style: none;
	overflow:hidden;
}

.news-preview ul li {
	position:relative;
	float:left;
	width:32%;
	margin:10px 0 10px 1%;
	border:1px solid white;
	box-sizing: border-box;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
	overflow:hidden;
	background: white;
	z-index:5;
}
.news-preview ul li:hover {
	border:1px solid white;
	cursor:pointer;
	background: none;
	sbackground: rgba(235,235,235,0);
	sbackground: -moz-linear-gradient(top, rgba(235,235,235,0) 0%, rgba(186,186,186,0.15) 100%);
	sbackground: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,0)), color-stop(100%, rgba(186,186,186,0.15)));
	sbackground: -webkit-linear-gradient(top, rgba(235,235,235,0) 0%, rgba(186,186,186,0.15) 100%);
	sbackground: -o-linear-gradient(top, rgba(235,235,235,0) 0%, rgba(186,186,186,0.15) 100%);
	sbackground: -ms-linear-gradient(top, rgba(235,235,235,0) 0%, rgba(186,186,186,0.15) 100%);
	sbackground: linear-gradient(to bottom, rgba(235,235,235,0) 0%, rgba(186,186,186,0.15) 100%); 
	sfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#bababa', GradientType=0 );
}

.news-preview ul li img {
	opacity:1;
	position:relative;
	float:left;
	z-index:5;
	max-width:47%;
}

.news-preview ul li div {
	margin: 5px 0px;
	float:left;
	right: 10px;
	text-align: right;
	width: 47%;
	font-size: 0.8em;
	position:absolute;
	z-index:2;
}

.news-preview ul li h3 {
	margin-left:5px;
	font-family: 'Roboto', cursive;
	font-family: 'Almelo';
	color: #c6930a;
}
.news-preview ul li p {
	opacity:0.85;
	color:#999;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
}

.news-preview ul li:hover p {
	opacity:1;
	color:#111;
}

/* new messages */
.news-messages {
	margin-bottom:95px;
}

.news-messages ul {
	list-style: none;
}

.news-messages ul li {
	position:relative;
	float:left;
	width:32%;
	min-height:150px;
	margin:10px 0 10px 1%;
	border-right:1px solid gray;
	box-sizing: border-box;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
	overflow:hidden;
}
.news-messages ul li:first-child {
	border-left:none;
}

.news-messages ul li a {
	cursor:pointer !important;
	z-index:20;
	display:inline-block;
}

.news-messages ul li div {
	margin: 5px 10px;
	cursor:pointer !important;
	float:left;
	right: 10px;
	text-align: left;
	font-size: 0.8em;
	position:relative;
	z-index:2;
}

.news-messages ul li div.datum {
	top: -10px;
	right: -30px;
	background-color: #c6930a;
	text-align: center;
	font-size: 1.4em;
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 35px;
	padding: 7px 3px 3px;
	color: white;
	font-weight: 600;
	line-height: 15px;
	
}

.news-messages ul li div.datum .den {
	display: block;
}

.news-messages ul li div.datum .mesic {
	display: block;
	font-size: 0.85em;
}

.news-messages ul li h3 {
	margin-top:30px;
	font-family: 'Roboto', cursive;
	font-family: 'Almelo';
	color: #c6930a;
	cursor:pointer !important;
	
}

.news-messages ul li p {
	opacity:0.85;
	color:#999;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
	cursor:pointer !important;
}

.news-messages ul li:hover p {
	opacity:1;
	color:#111;
}

.pata {
	font-family: "Roboto Condensed";
	position:relative;
	background: rgba(20,20,20,1);
	background: -moz-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(71,71,71,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,20,20,1)), color-stop(100%, rgba(71,71,71,1)));
	background: -webkit-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(71,71,71,1) 100%);
	background: -o-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(71,71,71,1) 100%);
	background: -ms-linear-gradient(top, rgba(20,20,20,1) 0%, rgba(71,71,71,1) 100%);
	background: linear-gradient(to bottom, rgba(20,20,20,1) 0%, rgba(71,71,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#474747', GradientType=0 );
}

.pata-overlay {
	sheight:280px;
	background-image: url('/public/html/images/korunky-mozaika.png');
	background-repeat: repeat-y; 
	position: relative;
	overflow:hidden;
	padding:20px 15px;
}

.pata .content {
	width:60%;
	float:left;
	border-right:1px solid #454545;
	padding:0 20px;
	overflow:hidden;
	position: relative;
	text-align:right;	
	margin-bottom:35px;
}

.pata .kontakt{
	width:33%;
	float:left;
	padding:0 20px;
	overflow:hidden;
	position: relative;
	text-align:right;
}

.pata section {
	width:30%;
	padding:25px 5px 10px;
	margin-top:0px;
	text-align: left;
	margin-right:1%;
	overflow: hidden;
}

.pata section.full {
	width:100%;
	text-align:left;
	margin-left:25px;
}

.pata section h2 {
	font-family: "Almelo";
	color: #c6930a;
	border-bottom:1px solid #555555;
	padding:0px 10px 10px;
	margin-bottom:10px;
	font-size: 1.25em;
	text-transform: lowercase;
	white-space: nowrap;
	overflow:hidden;
}

.pata section p, 
.pata section ul {
	color:#959595;
	font-size: 0.95em;
	margin:0 8px;
}

.pata section p {
	margin-top:16px;
}
 

.pata section ul {
	margin-left:25px;
	list-style-type: disk;
	list-style: inside;
	line-height: 27px;
	text-transform: lowercase;
	font-size: .95em;
	font-family: Roboto Condensed;
}

.pata section ul li {
	
}

.pata section ul a {
	color:#959595;
	text-decoration: none;
}
.pata section ul a:hover {
	color:#ccc;
	text-decoration: underline;
}

.pata section.full ul {
	width:45%;
	color:#959595;
	font-size: 0.85em;
	margin:0 1%;
	list-style-type: none;
	line-height: 25px;
	text-transform: lowercase;
	float:left;
	overflow: hidden;
	
}

.pata section.full ul li {
	white-space: nowrap;
}

.pata section.full ul h3 {
	font-family: "Almelo";
	color: #dddddd;
	font-weight: normal;
	font-size: 1.25em;
}

.pata section.full ul h4.okraj {
	margin-top:20px;
}

.pata section.full ul li i {
	color: #c6930a;
}


.pata .efect {
	position:absolute;
	width:30px;
	height:30px;
	background-color:#c6930a;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg);

}

.pata-overlay > .content > .efect {
	top:48px;
	right:-15px;
	
}

.pata-overlay > .kontakt > .efect {
	top:218px;
	left:-15px;
	
}

.pata-bottom {
	height:100px;
	background: rgba(183,135,39,1);
	background: -moz-linear-gradient(top, rgba(183,135,39,1) 0%, rgba(182,148,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,135,39,1)), color-stop(100%, rgba(182,148,10,1)));
	background: -webkit-linear-gradient(top, rgba(183,135,39,1) 0%, rgba(182,148,10,1) 100%);
	background: -o-linear-gradient(top, rgba(183,135,39,1) 0%, rgba(182,148,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(183,135,39,1) 0%, rgba(182,148,10,1) 100%);
	background: linear-gradient(to bottom, rgba(183,135,39,1) 0%, rgba(182,148,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b78727', endColorstr='#b6940a', GradientType=0 );
	font-family: 'Roboto', cursive;
	overflow: hidden;
	position:relative;
}

.pata-bottom .social {
	padding-top:40px;
	position:relative;
	display: inline-block;
}

.pata-bottom .social-icons {
	display:inline-block;
}

.pata-bottom .social-icons a {
	display:inline-block;
	position: relative;
	top:5px;
	color: #252525;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
}

.pata-bottom .social-icons a:hover {
	color: #c1c1c1;
	transform:scale(1.3);
	-ms-transform:scale(1.3); /* IE 9 */
	-webkit-transform:scale(1.3);

}



.pata-bottom .copy {
	position:absolute;
	background-image: url('/public/html/images/pcc-icon-logo.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	height:25px;
	padding-left:40px;
	font-family: "Open Sans Condensed";
	font-size:0.75em;
	padding-top:15px;
	bottom:-35px;
}

.pata-bottom .copy a {
	color:#151515;
	text-decoration:none;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.pata-bottom .copy a:hover {
	text-decoration:underline;
	color:#eeeeee;
	
}

/* variant 2 */

.pata-bottom2 .social {
	padding-top:20px;
	position:relative;
	display: inline-block;
	color: #bbbbbb;
}

.pata-bottom2 .social-icons {
	display:inline-block;
}

.pata-bottom2 .social-icons a {
	display:inline-block;
	position: relative;
	top:5px;
	color: #999999;
	-moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
}

.pata-bottom2 .social-icons a:hover {
	color: #c1c1c1;
	transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-webkit-transform:scale(1.2);
}

.pata-bottom2 .copy {
	position:absolute;
	background-image: url('/public/html/images/pcc-icon-logo.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	height:25px;
	padding-left:40px;
	font-family: "Open Sans Condensed";
	font-size:0.75em;
	padding-top:15px;
	bottom:-27px;
	color: #bbbbbb;
}

.pata-bottom2 .copy a {
	color: #bbbbbb;
	text-decoration:none;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.pata-bottom2 .copy a:hover {
	text-decoration:underline;
	color:#eeeeee;
}

/* popup */
.bag-wrapper {
    position: absolute;
	float:right;
	background-image: url('/public/html/images/shopping-bag-icon.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right:43px;
	height:40px;
	line-height: 35px;
	top:75px;
	right:0px;
	cursor:pointer;
}

.bag-wrapper .trigger {
	cursor:pointer;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:320px;
	height:auto;
	
	z-index:9000;
}

.popup .bg {
	position:relative;
	margin:10px;
	border:1px solid gray;
	background-color: rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	min-height:110px;
	z-index:9005;
	-webkit-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.65);
}

.popup .sipka {
	position:absolute;
	width:20px;
	height:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg);
	background-color: gray;
	top:-0px;
	right:3px;
	z-index:1;
}

.popup .title-bag {
	font-family: "Roboto";
	color: #c6930a;
	background-color:white;
	border-bottom:1px solid gray;
	height:30px;
	font-weight: normal;
	font-size: 1.25em;
}

.popup .items {
	max-height:555px;
	overflow-y:auto;
	background-color: rgba(255,255,255,0.95);
}

.popup .bag-item {
	min-height:60px;
	border-bottom:1px solid gray;
	padding:10px;
	position:relative;
}

.popup .bag-item img {
	float:left;
	max-width: 100px;
	position:relative;
	padding:8px;
	background-color: rgba(255,255,255,0.75);
}

.popup .bag-item i {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	color:#666;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}
.popup .bag-item i:hover {
	color:#111;
}

.popup .bag-item > div {
	float:left;
	min-height:60px;
	width:160px;
	text-align:left;
	margin:0px 10px;
	overflow:hidden;
	font-family: 'Roboto Condensed';
	line-height: 20px;
}

.popup .bag-item > div .title {
	margin-bottom:15px;
}

.popup .bag-item > div .kusu {
	color:#555;
}

.popup .bag-item div .cena {
	color:#555;
	
}

.popup .control {
	background-color: white;
	min-height: 80px;
	padding:10px 20px;
	border-top:1px sold gray;
}

.popup .control .button {
	height:30px;
	margin:5px 0px;
	padding:1px 15px;
	text-align: center;
	font-family: "Roboto";
	line-height: 26px;
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.popup .control .button#cart {
	background-color: #c6930a;
	color:white;
}

.popup .control .button#check {
	background-color: #101010;
	color:white;
}

input[type=checkbox] {
	margin-right:15px;
	height: 12px;
	position: relative;
	top: 2px;
}

/* kendo modify */
.k-slider-track {
	background-color: rgba(255,96,00,0.45);
}

.k-slider-selection {
	background-color: rgba(255,96,00,0.95);
}

.k-list-container,
.k-state-border-up,
.k-state-border-down,
.k-dropdown-wrap,
.k-dropdown-wrap .k-input, 
.k-picker-wrap .k-input, 
.k-numeric-wrap .k-input {
	border-radius:0;
}

.odsad20 {
	margin-top:20px;
}

.w100 {
	width:100px !important;
}
.w200 {
	width:200px !important;
}

.sign {
	min-height:300px;
}

.web-text-content.sign form {
	width:100%;
	min-height:300px;
	margin-bottom:40px;
	line-height: 25px;
}

.web-text-content.sign form label {
	width:25%;
	text-align:right;
	margin-right:20px;
	line-height: 25px;
	font-size: 17px;
	display: inline-block;
}

.web-text-content.sign form label.fake {
	width:25%;
	text-align:right;
	margin-right:20px;
	line-height: 0px;
	font-size: 5px;
	display: inline-block;
}

.web-text-content.sign form input {
	width:50%;
	text-align:left;
	margin-right:20px;
	border:1px solid #bbb;
	line-height: 25px;
	font-size: 17px;
	height:33px;
	padding:3px 15px;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.web-text-content.sign form select {
	margin-top:15px;
}
.web-text-content.sign form #message {
	text-align:center;
	margin:10px 20px;
	font-size: 17px;
	height:33px;
	padding:3px 15px;
}

.web-text-content.sign form input[type=submit] {
	width:100px;
	text-align:center;
	border:none;
	line-height: 25px;
	font-size: 15px;
	color:white;
	background-color:#c6930a;
	float:right;
	margin-right:21%;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}

.web-text-content.sign form input[type=submit]:hover {
	color:black;
	cursor:pointer;
	
}
.web-text-content.sign form input[type=submit]:focus,
.web-text-content.sign form input[type=submit]:active {
	border:none;
}
.web-text-content.sign form input:active,
.web-text-content.sign form input:focus {
	border:1px solid black;
	outline:none;
}

.web-text-content.sign p {
	width:80%;
	margin:0 auto 35px auto;
	
}

.web-text-content.sign h2 {
	font-family:"Almelo";
	font-size: 20px;
}

.web-text-content.sign h2.alter {
	font-family:"Roboto";
	font-size: 20px;
}

.web-text-content.sign a {
	text-decoration: none;
	color:#c6930a;
	font-weight: bold;
	font-family: Almelo;
}

.web-text-content.sign a:hover {
	text-decoration: underline;
}

.Almelo {
	font-family: "Almelo";
}

.bordered {
	border-left:1px solid #eee;
}

.inbag .item {
	height:150px;
	width:25%;
}

.noborder {
	border:none;
}

.inbag {
	padding:15px;
	position:relative;
}

.deliver {
	border-bottom:1px solid #eee;
	padding: 30px 15px;
	position:relative;
} 

.platba {
	border-bottom:1px solid #eee;
	padding: 30px 15px;
	position:relative;
}

.total {
	padding: 30px 15px;
	position:relative;
	padding-bottom:30px;
}

.total-legenda {
	font-size:1.66em;
	color:#111;
	margin-bottom:0px !important;

}

.total-legenda2 {
	font-size:1.2em;
	color:#111;
	padding-left:155px;
}

.deliver:hover,
.platba:hover {
	background-color:#f9f9f9;
	
}

.web-placeni-content .del-container {
	float:left;
	margin-left:30px;
	margin-bottom:15px;
}

.web-placeni-content label {
	display:block;
	font-size:0.75em;
}

label.inline {
	display:inline;
}

div.inline {
	line-height:1em;
	text-align:left;
}

.web-placeni-content input[type="text"] {
	height:30px;
	border:1px solid #ccc;
	font-size:18px;
	padding:3px 10px;
	color:#666;
	outline:none;
}
.web-placeni-content input[type="email"] {
	height:30px;
	border:1px solid #ccc;
	font-size:18px;
	padding:3px 10px;
	color:#666;
	outline:none;
}

.web-placeni-content input:focus,
.web-placeni-content input:active {
	border:1px solid #333;
}

.web-placeni-content input[type=checkbox] {
	margin:0px 15px 0px 0px;
	height:13px;
}

.web-placeni-content #adresa2 {
	display:none;
}


input.email,
input.jmeno,
input.email2,
input.jmeno2 {
	width:350px;
}

input.psc,
input.psc2 {
	width:130px;
}

.legenda {
	font-size:0.75em;
	color:#333;
	margin-bottom:5px !important;
}

#cena-label {
	display:inline-block;
	width:150px;
	font-size: .8em !important;
}

.platit {
	width:150px;
	height:50px;
	line-height:50px;
	text-align: center;
	text-decoration: none;
	border:none;
	color:white;
	font-size:1.5em;
	display: block;
	font-weight:normal;
	background-color:#c6930a;
	font-weight: bold;
	font-family: Almelo;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	right:20px;
	bottom:15px;
}
.platit2 {
	width:150px;
	height:50px;
	line-height:50px;
	text-align: center;
	text-decoration: none;
	border:none;
	color:white;
	font-size:1.5em;
	display: block;
	font-weight:normal;
	background-color:#c6930a;
	font-weight: bold;
	font-family: Almelo;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	margin-left:15px;
	bottom:15px;
}


.platit:hover {
	color:black;
	
}

#lookbookslider {
	margin:0px auto;
}

img.lookbook {
	smax-width:80%;
}

#zoomgallery {
	position:relative;
	width: 50%; 
	min-height:500px;
	height:auto;
	top:0px;
	left:0px;
	text-align:center;
	float:left;
	margin-bottom:30px;
}

#zoomgallery #zoom-1 {
	swidth:400px;
	margin:0 auto 20px auto;
	position: relative !important;
}

#zoomgallery #gal1 img {
	width:80px;
	margin-top:20px;
}

#zoomgallery #gal1 a {
	text-decoration:none;
}

#tab-present {
	float:left;
	width:50%;
	padding-left: 25px;
	box-sizing: border-box;
	margin-bottom:30px;
}

#tab-present h1 {
	font-family: Almelo;
	font-size:1.8em;
	color:#c6930a;
	margin:20px 25px 40px 0px;
	padding:0px;
}

#tab-present .del-container {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	vertical-align: bottom;
	display:inline-block;
}

#tab-present label {
	display:block;
	font-size:0.75em;
}

#tab-present input {
	height:26px;
	border:1px solid #ccc;
	font-size:18px;
	padding:3px 10px;
	color:#666;
	outline:none;
	text-align:center;
}

#tab-present input:focus,
#tab-present input:active {
	border:1px solid #333;
	color:#111;
}

#tab-present input[type=checkbox] {
	margin:0px 15px 0px 0px;
	height:13px;
}

#tab-present .kusu {
	width:35px;
}

#tab-present .velikost {
	width:90px;
	text-align: center;
}

#tab-present .cena {
	font-size: 1.6em;
}

#tab-present .cenaeur {
	font-size: 1.1em;
}

#tab-present .ceny {
	line-height: 3em;
	vertical-align: bottom;
}

#tab-present #desc .tab {
	font-size:1.25em;
	color: #999;
	cursor:pointer;
	text-transform: uppercase;
}

#tab-present #desc .tab-del {
	font-size:1.25em;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}

#tab-present #desc .tab.active {
	color: #111;
	text-decoration: underline;
}

#tab-present .tab-content {
	width:75%;
	text-align: justify;
	font-size: 0.9em;
	display:none;
}

#tab-present .tab-content.active {
	display:block;
	
}

#tab-present button {
	width:130px;
	height:40px;
	border:none;
	color:white;
	font-size:1.2em;
	font-weight:normal;
	background-color:#c6930a;
	font-weight: bold;
	font-family: Almelo;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	margin-bottom:30px;
}

#tab-present button:hover {
	color:black;
	
}

#tab-present .tab-content table {
	width:100%;
	
}

#tab-present .tab-content table tr {
	border:1px solid #666;
	
}
#tab-present .tab-content table td {
	text-align:center;
	width:20%;	
}
#tab-present .tab-content table td:first-child {
	font-weight: bold;
	background-color: #f5f5f5;
}
#tab-present .tab-content table tr:first-child {
	font-weight: bold;
	background-color: #f5f5f5;
}

#tab-present button.alt {
	width:130px;
	height:40px;
	border:1px solid #555 ;
	color:#555;
	font-size:1.2em;
	font-weight:normal;
	background-color:white;
	font-weight: bold;
	font-family: Almelo;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	margin-bottom:30px;
	outline:none;
	margin-left:15px;
}

#tab-present button.alt:hover {
	color:black;
	border:1px solid black;	
}

input.kupon-cislo {
	width:250px;
}

.poukaz {
	border-bottom:1px solid #eee;
	padding: 30px 15px;
	position:relative;
	padding-bottom:30px;
}

.poukaz:hover {
	background-color:#f9f9f9;
}
.web-present-content .present-col .nav-box .content > div.title > a h1 {
height: 45px;
line-height: 45px;
font-family: 'Roboto Condensed';
font-size: 18px;
padding: 0px 25px;
color: #c6930a;
border-bottom: none;
margin: 0px; 
float: left;
padding: 0px;
padding-left: 7px;
font-weight: normal;
}
.k-widget {
	border:none !important;
}

.k-tooltip {
	border:none !important;
}

.k-tooltip-validation {
	border:none !important;
	font-size:0.75em;
	color:rgba(255,0,0,0.55) !important;
}
.back {position: absolute; top: 10px; right: -11px; color: #c6930a}
.napisteButt {
	width:150px;
	height:50px;
	border:none;
	color:white;
	font-size:1.5em;
	font-weight:normal;
	background-color:#c6930a;
	font-weight: bold;
	font-family: Almelo;
	-moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
	position:relative;
	left:30px;
	margin-bottom:50px;
}

.napisteButt:hover {
	color:black;
}

#kontakt {
	padding:15px 30px;
	position:relative;
}

#kontakt > div {
	width:49%;
}

#kontakt h2 {
	margin:0px 10px 10px 0;
	display:block;
	font-size:1.1em;
	display:block;
	padding:0px;
	
}
#kontakt ul {
	margin:35px 10px 50px 0;
	list-style: none;
	
}
#kontakt ul li {
	margin:6px 00px;
}
#kontakt ul li span {
	margin-left:15px;
}

.web-placeni-content textarea {
	height:120px;
	border:1px solid #ccc;
	font-size:18px;
	padding:3px 10px;
	color:#666;
	outline:none;
	min-width:100px;
	max-width:600px;
}
.mb20 {margin-bottom: 20px;}
.pad25 {padding: 12px 25px;}
a {cursor:pointer;}
.resp {width: 100%; max-width: 100%;}
.kontaktdiv{width: 50%;}


@media (max-width: 800px) {
.logo-male {
float:left;

}
#kontakt > div {
	width:100%;
}

.item-small {
width: 48%;
margin-left: 2%;
float: left;
}
#zoomgallery {
	position:relative;
	width: 100%; 
	min-height:500px;
	height:auto;
	top:0px;
	left:0px;
	text-align:center;
	float:left;
	margin-bottom:30px;
}
#tab-present {
float: none;
width: 100%;
padding-left: 25px;
box-sizing: border-box;
margin-bottom: 30px;
}
.theme-dark.slider-wrapper {
    position:relative;
    width: 100%;
    margin: 0px auto;
}
}
@media (max-width: 640px) {
.item-smallest {
  width: 48%;
  margin-left: 2%;
  float: left;
}
.news-preview ul li {
position: relative;
float: none;
height: 202px;
width: 100%;
margin: 10px 0 10px 1%;
border: 1px solid white;
box-sizing: border-box;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
overflow: hidden;
background: white;
z-index: 5;
}
.item-small {
width: 98%;
margin-left: 2%;
float: left;
}
.news-preview ul {height: 100%;}
.news-messages ul li {
position: relative;
float: none;
width: 100%;
min-height: 150px;
margin: 10px 0 10px 1%;
border-right: 1px solid gray;
box-sizing: border-box;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
overflow: hidden;
}
}

@media (max-width: 1065px) {
.hlava ul.menu li {
float: left;
width: 20%;
position: relative;
height: 45px;
list-style: none;
}
}
@media (max-width: 640px) {
.hlava ul.menu li a {
font-size: 0.7em;	
}

input.email,
input.jmeno,
input.email2,
input.jmeno2 {
	width:200px;
}

.pata section {
width: 100%;
padding: 25px 5px 10px;
margin-top: 0px;
text-align: left;
margin-right: 1%;
overflow: hidden;
}
.pata .kontakt {
width: 100%;
float: none;
padding: 0 20px;
overflow: hidden;
position: relative;
text-align: right;
}
}

@media (max-width: 508px) {
.platit {float: none !important; margin-bottom: 10px; margin-left: 15px !important;}
.platit2 {float: none !important; margin-bottom: 10px;}
.bag-wrapper {
position: relative;
float: right;
display: inline-block;
background-image: url('/public/html/images/shopping-bag-icon.png');
background-position: right;
background-repeat: no-repeat;
padding-right: 43px;
height: 40px;
line-height: 35px;
top: 0px;
right: 0px;
cursor: pointer;
width: 100%;
  text-align: right;
}
.item-smallest {
  width: 98%;
  margin-left: 2%;
  float: none;
}
.logo-male {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 25px;
}
.logo-male img {width: 150px; margin-top: 20px;}
.hlava-content {
position: relative;
margin-bottom: 10px;
height: 185px;
}
.web-placeni-content .nav-col {
width: 0%;
display: none;	
	
}
.web-present-content .nav-col .nav-box .content div{
	display:none;	
}	
.web-present-content .nav-col {
width: 100%;
display: block;	
min-height: 0px;

}	
.web-present-content .nav-col li{
float: left;	
padding: 0px 5px !important;
}
.web-placeni-content .present-col, .web-present-content .present-col {
	width: 100%;
}	
}

.zoomWrapper {width: 100% !important;}
.news-messages ul li img {width: 150px; float: left;margin: 5px;}
#country, #payment {height: 38px;}
