/* reset5 © 2011 opensource.736cs.com MIT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}
* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

@font-face {
	font-family: "Helvetica CE 35 Thin";
	src: url("font/helvetica-neue-ce-35-thin-1361522164.eot");
	src: url("font/helvetica-neue-ce-35-thin-1361522164.eot#iefix") format("embedded-opentype"),
	url("font/helvetica-neue-ce-35-thin-1361522164.woff") format("woff"),
	url("font/helvetica-neue-ce-35-thin-1361522164.ttf") format("truetype"),
	url("font/helvetica-neue-ce-35-thin-1361522164.svg") format("svg");
	}




/* html */
body {
	font-size: 20px;
	color: #323232;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
}
h1 {
	color: #B99764;
	font-size: 23px;
	line-height: 130%;
	margin: 20px 0;
	font-weight: normal;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
}
#logo h1 {
	margin: 0;
}
h2,
h3 {
	color: #B99764;
	margin: 15px 0;
	font-size: 26px;
	font-weight: normal;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
}
h2 {
	margin-top: 35px;
	text-transform: uppercase;
}
h3 {
	font-size: 21px;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}
p {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 10px;
}
a {
	color: #B99764;
}
a:hover {
	text-decoration: none;
}
hr {
	border: none;
	border-bottom: 1px solid #ccc;
}

/* vseobecne */
.clear {
	clear: both;
}
.velke {
	margin-top: 23px;
	font-size: 40px;
	font-weight: lighter;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
}
.velkeSlider {
	font-weight: lighter;
	color: #fff;
	font-size: 50px;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
	text-transform: uppercase;
}

.text-sivy {
	font-size: 14px;
	color: #323232;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
	line-height: 13px;
	text-decoration: none;
}

.text-sivy:hover {
	color: #B99764;
	text-decoration: none;
}
.text-cerveny {
	font-size: 23px;
	color: #B99764;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
	line-height: 30px;
	text-decoration: none;
}
.dodavatelia {
	text-align: center;
	display: inline-block;
	width: 162px;
	padding-right: 5px;
	padding-left: 8px;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.margin30_0 {
	margin: 30px 0;
}
.marginTop10 {
	margin-top: 10px;
}

.marginBottom20,
.content.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom50,
.content.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom90,
.content.marginBottom90 {
	margin-bottom: 90px;
}

.marginBottom120,
.content.marginBottom120 {
	margin-bottom: 120px;
}

.marginBottom200,
.content.marginBottom200 {
	margin-bottom: 220px;
	margin-top: 30px;
}

.w23p,
.w33p,
.w43p {
	width: 30%;
	float: left;
	display: inline-block;
}
.w23p {
	width: 24%;
}
.w43p {
	width: 42%;
}

/* struktura */
.content {
	margin: 0 auto;
	max-width: 1000px;
}

#content {
	/*margin-top: 110px;*/
	margin-top: 0px;
}
#header {
	min-height: 119px;
	background-color: rgba(50, 50, 50, 0.85);

	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#header.fixed {
	position: fixed;
}

#header #logo {
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 47px;
	display: inline-block;
}
#header #menu {
	float: left;
	margin-top: 44px;
	display: inline-block;
}

/* header menu */
#header #menu a#pull {
	display: none;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
	text-decoration: none;
	height: 40px;
	font-size: 20px;
	padding-left: 23px;
	line-height: 40px;
}
#header #menu ul li {
	display: inline;
	list-style-type: none;
}
#header #menu ul li a {
	color: #ffffff;
	font-size: 20px;
	padding: 5px 12px;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
}
#header #menu ul li a:hover,
#header #menu ul li a.active1 {
	color: #B99764;
	cursor: pointer;
}

/* header submenu */
#submenu {
	min-height: 50px;
	background-color: rgba(114, 114, 114, 0.85);
	position: absolute;
	top: 119px;
	margin-top: 1px;
	width: 100%;
	z-index: 9000;
	
}
#submenu ul {
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}
#submenu ul li {
	display: inline-block;
	list-style-type: none;
}
#submenu ul li a {
	color: #ffffff;
	font-size: 17px;
	margin: 0 3px;
	font-weight: normal;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Helvetica CE 35 Thin', Helvetica, sans-serif;
}
#submenu ul li a:hover,
#submenu ul li a.active {
	color: #B99764;
	cursor: pointer;
}


#footer {
	clear: both;
	font-size: 80%;
	font-size: 14px;
	line-height: 125%;
	background-color: #25292d;
}
#footer .content {
	padding: 10px;
}
#footer,
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .blok {
	width: 75%;
	float: left;
	display: inline-block;
}
#footer .blok2 {
	width: 25%;
	float: left;
	text-align: right;
	display: inline-block;
}
#footer .ikonky {
	padding: 50px 0;
}
#footer .ikonky a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("../grafika/soc-net.png") repeat scroll left center rgba(0, 0, 0, 0);
}
#footer .ikonky a.f {
	background-position: -34px center;
}
#footer .ikonky a.l {
	background-position: -68px center;
}
#footer ul li {
	list-style-type: none;
}


/* sipka hore */
.top {
	right: 50px;
	bottom: 35px;
	width: 60px;
	height: 60px;
	display: none;
	cursor: pointer;
	position: fixed;
	display: inline-block;


	background:  url('../grafika/sipka-hore.png') center top;
	
	
	
}

.slide-navs {
	display: none;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1400px) {
    .skdslider {
        max-height: 428px;
    }
	.slider580 .skdslider {
		max-height: 402px;
	}
}
@media screen and (max-width: 1020px) {
	#header #menu {
		width: 80%;
		margin-top: 30px;
	}
	#header #menu ul li {
		padding: 5px 0;
	}
	
	table tr td {
		display: block;
	}
	.w23p img {
		max-width: 95%;
	}
}
@media screen and (max-width: 980px) {
	.clear {
		height: 0;
	}
	.velke {
		font-size: 25px;
	}
	h1 {
		font-size: 25px;
	}
	h1 br {
		display: none;
	}
	#header {
		min-height: 40px;
	}
	#header #menu {
		margin: 0px;
		padding: 10px 0;
	}
	#header #menu ul li {
		display: block;
		float: none;
		width: 100%;
	}
	#header #logo {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	#header #menu ul {
		display: none;
		height: auto;
		margin-left: 10px;
	}
	#header #menu a#pull {
		width: 100%;
		display: block;
		position: relative;
	}
	#header #menu a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	#submenu {
		display: none;
		content: "";
	}
	#footer .blok,
	#footer .blok2 {
		/*width: 100%;
		float: none;*/
	}
	#footer .blok2 {
		text-align: left;
	}
	#footer .ikonky {
		padding: 20px 0;
	}
}
@media screen and (max-width: 800px) {
	#header #menu {
		width: 80%;
	}
	#header #logo {
		margin-right: 0px;
		margin-bottom: 10px;
		max-height: 50px;
		max-width: 41px;
		width: 50px;
		height: 41px;
	}
	
	.w23p,
	.w33p,
	.w43p {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.w23p,
	.w33p,
	.w43p {
		width: 100%;
		float: none;
	}
}


.ramik {
	border: 1px solid #D8DDE2;
	margin-top: 6px;
}
.ramik:hover {
	border: 1px solid #B99764;
	margin-top: 6px;
}
