h1, h2, h3, h4, h5, h6, html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

html{
	height:100%;
}

body{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	background-color:#000;	
	background-repeat:no-repeat;
	background-position:center 0px;
	height:100%;
}

	
/*-----------------------------*/


h1, h2, h3, h4{ 
	font-family: 'Oswald', sans-serif;
	color:#000;	
	font-weight:300;
}

h1{
	font-size:28px;
	text-transform:uppercase;
}

strong{
	font-weight:400;
}

a{
	text-decoration:none;
	color:#000;
	transition:all 0.3s;
}

a:hover{
	/*opacity:0.6;*/
}


/*-----------------------------*/


.sloupec{
	width: 1000px;
	margin: 0 auto;
}
	
.radka{
	display: block;
	width: 100%;
	clear:both;
}

.levej{
	float:left;
}

.pravej{
	float:right;
}

.linka{
	width:100%;
	height:1px;
	background-color:#333;
}


/*-----------------------------*/
/*-----------------------------*/


#menu .radka{
	height:55px;
	background-color:#FFF;
	position:fixed;
	top:0px;
	z-index:66;
}
	
#menu .logo{
	margin-left:7%;
	float:left;
	margin-top:14px;	
}

#menu .menutext{
	margin-right:7%;
	margin-top:18px;
	float:right;
	width:60%;
}

#menu .menutext a{
	color:#000;
	font-size:14px;
	letter-spacing:1px;
	margin-left:4%;
	float:right;
}

#menu .menutext a .podtrh{
	height:3px;
	width:120%;
	margin-top:15px;
	margin-left:-10%;
	background-color:#000;
	visibility:hidden;
}

#menu .menutext a:hover .podtrh{
	visibility:visible;
}

#menu .menuobr{
	display:none;
	margin-right:7%;
	margin-top:16px;
	float:right;
	cursor:pointer;
	transition:all 0.3s;	
}





#menu .menusm{
	background: rgba(0,0,0,1);
	width:100%;
	height:3000px;
	position:absolute;
	top:55px;
	display:none;
	z-index:99;
}

#menu .menusm .ramec{
	border-style:solid;
	border-color:#444;
	border-top-width:1px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	transition:all 0.5s;
	letter-spacing:2px;
}

#menu .menusm a{
	color:#FFF;
}

#menu .menusm a:last-child .ramec{
	border-bottom-width:1px;
}

#menu .menusm a:hover .ramec{
	color:#999;
	background: rgba(255,255,255,0.10);
}


/*-----------------------------*/


#uvod{
	height:100%;
	/*overflow:hidden;*/
}

#uvod .sloupec{
	width:100%;
	height:100%;
}

#uvod .radka{
	width:100%;
	height:100%;
	position:absolute;
}

#uvod .radka img{
	width:100%;
	/*height:auto;*/
    position: absolute;
    left: 0px;
    top: 0px;
    color: transparent;
    opacity: 0;	
    z-index: 0;
    -webkit-backface-visibility: hidden;	
    -webkit-animation: anim 40s linear infinite 0s;
    -moz-animation: anim 40s linear infinite 0s;
    -o-animation: anim 40s linear infinite 0s;
    -ms-animation: anim 40s linear infinite 0s;
    animation: anim 40s linear infinite 0s; 	
}

#uvod #novinky{
	position:relative;
	width:1000px;
	z-index:33;
	margin:auto;
	margin-top:55px;
	margin-bottom:0px;
	overflow:hidden;
}

#uvod #novinky .ramec{
	margin-top:55px;
	background-color:#000;
	padding:0.3%;
	width:28%;
}

#uvod #novinky h2{
	margin-left:5%;
	padding-right:10px;
}

#uvod #novinky h3{
	margin-left:5%;
	padding-right:10px;
}

#uvod .uvodspod{
	width:1000px;
	margin:auto;
	position:relative;
	z-index:33;
	float:none;
	clear:both;
	overflow:hidden;
}

#uvod .uvodtxt{
	width:45%;	
	position:relative;
	background-color:#FFF;
	float:left;
	padding:2%;
	padding-left:3%;
	font-size:14px;
	margin-bottom:85px;
}

#uvod .uvodvideo{
	width:49%;
	/*height:auto;*/
	float:left;
	position:relative;
}



#uvod .vetsi{
	font-size:18px;
}

#uvod .uvodtxt h1{
	margin-bottom:5px;
}

#uvod .uvodtxt strong{
	font-weight:600;
}


#uvod .uvodtxt .textik{
	font-family: 'Open Sans', sans-serif;
	margin-bottom:8px;
}


#uvod img:nth-child(2)  {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
#uvod img:nth-child(3) {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
#uvod img:nth-child(4) {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
#uvod img:nth-child(5) {
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s; 
}


@-webkit-keyframes anim { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    22% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-moz-keyframes anim { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    22% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-o-keyframes anim { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    22% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@-ms-keyframes anim { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    22% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes anim { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    22% { opacity: 1 }
    30% { opacity: 0 }
    100% { opacity: 0 }
}



/*-----------------------------*/



#pata .sloupec{
	width:100%;
}

#pata .radka{
	height:45px;
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	bottom:0px;
	z-index:999;
}

#pata .levej{
  font-size: 15px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
  margin-left:7%;
  margin-top:13px;
}

#pata .levej a{
	color: #888;
}

#pata .levej a:hover{
	color: #EEE;
}


#pata .pravej{
  margin-right:7%;
  margin-top:13px;
}

#pata .pravej img{
	width:20px;
	height:20px;
	margin-left:10px;
	opacity:0.6;
}

#pata .pravej a:hover img{
	opacity:1;
}

#pata .levej a{
	color: #888;
}


/*-----------------------------*/
/*-----------------------------*/


#novinky{
	margin-top:114px;
	margin-bottom:30px;
}

#novinky .radka{
	overflow:hidden;
}

#novinky .ramec{
	width:29%;
	margin-right:6.5%;
	float:left;
	margin-bottom:55px;	
}

#novinky .ramec:nth-child(3n+0){
	margin-right:0px;
}


#novinky .obr img{
	width:100%;
	height:auto;
	margin-bottom:12px;
	transition:all 0.3s;
}

#novinky .ramec a{
	transition:all 0.3s;
}

#novinky .obr img:hover{
	opacity:0.6;
}

#novinky .ramec a:hover{
	opacity:0.6;
}

#novinky .ramec a:hover h2{
	color:#F03;
}


#novinky .datum{
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.7px;
	font-size:14px;
	color:#999;
	margin-top:8px;
	margin-bottom:6px;
}

#novinky h2{
	color:#FFF;
	margin-bottom:6px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	transition:color 0.3s;
	height:25px;
	overflow:hidden;
}

#novinky h3{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#DDD;
	margin-bottom:16px;
	height:57px;
	overflow:hidden;
}

#novinky h3 a{
	color:#CCC;
	text-decoration:underline;
}

#novinky h3 a:hover{
	color:#999;
	text-decoration:underline;
}


/*-----------------------------*/


#novinka{
	margin-top:74px;
	margin-bottom:70px;
	overflow:hidden;
}

#novinka .levej{
	float:left;
	width:52%;
}

#novinka .pravej{
	float:right;
	width:42%;
}


#novinka .datum{
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.7px;
	font-size:16px;
	color:#999;
	margin-top:8px;
	margin-bottom:16px;
}

#novinka h2{
	color:#FFF;
	margin-bottom:6px;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	letter-spacing:2px;
	font-weight:400;
	transition:color 0.3s;
}

#novinka h3{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#DDD;
	margin-bottom:16px;
	margin-top:16px;
}

#novinka .obr img{
	width:100%;
	height:auto;
}

#novinka a{
	color:#999;
	text-decoration:underline;
}

#novinka a:hover{
	opacity:0.6;
}

#novinka .obr a:hover{
	opacity:0.6;
}

#novinka .ramec a:hover h2{
	color:#F03;
}








#novinky-detail{
	margin-top:30px;
}

#novinky-detail .levej{
	width:47%;
	margin-bottom:45px;	
}

#novinky-detail .pravej{
	width:50%;
	margin-bottom:45px;
	margin-top:69px;
}

#novinky-detail .pravej img{
	width:100%;
	height:auto;
}

#novinky-detail h1{
	margin-bottom:8px;
}

#novinky-detail h2{
	font-size:17px;
	font-weight:500;
	margin-bottom:7px;
	text-transform:uppercase;
}

#novinky-detail h3{
	font-size:15px;
	letter-spacing:1px;
	line-height:22px;
}

#novinky-detail h3 a{
	color:#999;
	text-decoration:underline;
}

#novinky-detail h3 a:hover{
	color:#999;
}

#novinky-detail .datum{
	font-size:17px;
	font-weight:500;
	margin-bottom:14px;
	color:#999;
}

#novinky-detail .video{
	position:relative;
}


#novinky-detail .video iframe{
	position:absolute;
	top:0px;
	left:0px;
}

#novinky-detail .video img{
	width:100%;
	height:auto;
}


#novinky-detail .pravej .obrmaly{
	margin-top:15px;
}

#novinky-detail .pravej .obrmaly img{
	width:31.3%;
	height:auto;
	margin-bottom:10px;
	margin-right:3%;
}

#novinky-detail .pravej .obrmaly a:nth-child(3n+0) img{
	margin-right:0px;
}


/*-----------------------------*/


#prodejny{
	margin-top:50px;
	margin-bottom:75px;
}

#prodejny .kramy{
	border: 1px solid #000;
	height: auto;
	overflow:hidden;
	margin:auto;
	margin-top:16px;
	background-color:#FFF;
	position:relative;
}

#prodejny .jedno{
	padding:10px;
}

#prodejny .jedno a:hover{
	color:#5F5F5F;
}

#prodejny .sloup1{
	float:left;
	width:36%;
}

#prodejny .sloup4{
	float:left;
	width:64%;
	overflow:hidden;
}

#prodejny .sloup2{
	float:left;
	width:45%;
	line-height:0px;
	overflow:hidden;
}

#prodejny .sloup3{
	float:left;
	width:55%;
	overflow:hidden;
	height:171px;
}

#prodejny .sloup1 .obr{
	margin-left:16px;
	margin-top:10px;
	margin-bottom:2px;
}

#prodejny .sloup1 .txt{
	font-weight:300;
	font-size:16px;
	letter-spacing:0.6px;
	margin-left:16px;
	margin-top:3px;
}

#prodejny .sloup1 .txt img{
	margin-right:8px;
}

#prodejny .sloup1 .txt:nth-child(3) {
	margin-left:13px;
}

#prodejny .sloup1 .txt:nth-child(3) img{
	margin-right:5px;
}

#prodejny .sloup1 .www{
	margin-top:8px;
	display:block;
	width:100%;
	height:auto;
	background-color:#000;
	padding-bottom:3px;
}

#prodejny .sloup1 .www a{
	font-weight:400;
	font-size:16px;	
	color:#FFF;
	text-decoration:none;
	margin-left:16px;
	letter-spacing:5px;
	transition:all 0.3s;
}

#prodejny .sloup1 .www a:hover{
	color:#CCC;
}


#prodejny .sloup2 img{

}

#prodejny .radka2{
	width:100%;
	overflow:hidden;
}

#prodejny .radka3{
	width:100%;
	margin-top:15px;
	overflow:hidden;
}



/*-----------------------------*/


#katalogy{
	margin-top:95px;
	margin-bottom:75px;
}

#katalogy h1{
	color:#FFF;
	font-size:28px;
	letter-spacing:1px;
}

#katalogy h2{
	color:#AAA;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin-top:10px;
	transition:all 0.3s;
}

#katalogy a:hover h2{
	color:#666;
}

#katalogy h3{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	margin-top:10px;
	transition:all 0.3s;
}

#katalogy a:hover h3{
	color:#999;
}

#katalogy .levej{
	width:34%;
}

#katalogy .pravej{
	width:64%;
}

#katalogy .pravej img{
	width:100%;
	height:auto;
}

#katalogy a:hover h2{
	opacity:0.6;
}


/*-----------------------------*/


#ke-stazeni{
	margin-top:78px;
	margin-bottom:55px;
}

#ke-stazeni .radka{
	overflow:hidden;
}

#ke-stazeni h1{
	color:#FFF;
	margin-bottom:12px;
}

#ke-stazeni .ramfoto{
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	line-height:0px;
	transition:all 0.3s;
}

#ke-stazeni .ramfoto:nth-child(4n+1){
	margin-right:0%;
}

#ke-stazeni .ramfoto img{
	width:100%;
	height:auto;
}

#ke-stazeni .ramfoto:hover{
	opacity:0.6;
}








