html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, q, strong, b, u, i, center, ol, ul, li, table, tr, th, td, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
nav ol, nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}



/***************POZADI STRANKY******************/


body {
	background-image: url("../image/pozadi.jpg");
	background-attachment: fixed;
	background-size: 100%;
}



/**************NAVIGACNI MENU*******************/


#full {
  width:1000px;
  margin:0 auto;
}
#pruh {
  position: fixed;
	background-color: rgb(153,0,0);
	width: 100%;
  height: 65px;
  z-index:10;
  left: 0px;
	top: 0px;
}
.hlavicka {
  z-index:20;
  position: relative;
  width:1000px;
  height: 65px;
  margin:0px auto;
}
.hlavicka img:first-child {
	float:left;
	height: 63px;
	color: white;
}
.hlavicka nav {
  float: right;
  width:600px;
  overflow:auto;
}
.hlavicka nav ul {
  float:right;
}
.hlavicka nav ul li {
	float: left;
	text-align: center;
	
}
.hlavicka nav ul li a {
	font-size: 17px;
  font-variant: small-caps;
  text-decoration:none;
  color:white;
  display: block;
	padding: 23px 20px 25px 20px;
}
.hlavicka nav ul li a:hover {
	background-color: rgb(204,0,0);
}


/***************OBSAH******************/

.obsah {
	margin-top:80px;
  background-color: #84121a;
	width: 1000px;
	min-height: 800px;
	border-radius: 10px;
}

.obsah h1 {
  padding-top:25px;
  padding-left:48px;
  margin-bottom:15px;
  }


.index h1 {
  margin-top:15px;
  margin-left:25px;
  color:white;
  font-size:34px;
  font-weight:bold;
  font-family:garamond;
  margin-bottom:10px;
  }

.index p {
  color:white;
  font-family:garamond;
  font-size:20px;
  line-height:22px;
  margin-bottom:3px;
  margin-left:30px;
  margin-right:30px;
  }


  
.index  a {
  color:white;
  font-family:garamond;
  }
  
.index p a:hover {
  opacity:0.8;
  }
  
.img_index {
  padding-left:400px;
  padding-top:10px;
  }

.img_index img {  
  border-radius:3px;
  margin-right:3px;
  }      
/********** Obsah galerie ************/

.obsah_galerie {
	margin-top:80px;
  	background-color: #84121a;
	width: 1000px;
	min-height: 1200px;
	border-radius: 10px;
  	padding-top:25px;
  	padding-left:48px;
  	padding-bottom:60px;
}

/********** Obsah kontakty ************/



.obsah iframe {
  width:460px;
  height:380px;
  border:solid 5px rgb(153,0,0);
  margin-top: 40px;
  margin-left: 80px;
  }
  
.levy_obsahovy {
  margin-left: 20px;
  width: 400px;
  height:300px;
  float:left;
  color:white;  
  }

 
.obsah ul {
  list-style-type:none;
  color:white;
  }
  
.obsah li{
  font-family:garamond;
  font-size:23px;
  margin-left:50px;
  }
  
.obsah li:first-child {
  margin-top:20px;
  font-size:40px;
  margin-bottom:20px;
  }

.obsah table {
  margin-top:50px;
  margin-left:50px;
  font-size:23px;
  font-family:garamond;\
  }
  
.obsah tr:first-child {
  margin-top:50px;
  font-size:40px;
  margin-bottom:50px;
  }
  
.obsah tr {
  height:27px;
  }

/************* Obsah o mne *************/

strong {
  font-size:27px;
  color:white;
  font-weight:bolt;
  }

.text {
  width:900px;
  height:500px;
  }

.text p {
  color:white;
  font-family:garamond;
  font-size:20px;
  line-height:22px;
  margin-bottom:15px;
  margin-top:10px;
  margin-left:48px;
  }

/************* Kroje muzi ************/

.obsah_galerie table{
  width:904px;
  }

.obsah_galerie td{
  margin-bottom:20px;
  color:white;
  vertical-align:top;
  border-bottom: solid 1px;
  border-color: rgb(128,128,128);
  padding-top:10px;
  }

.td_01 {
  width:190px;
  height:160px;
  text-align:right;
  }
 
h1 {
  font-size:50px;
  color:white;
  font-family:garamond;  
  }

.obsah_galerie h2 {
  font-size:27px;
  color:white;
  }
    
/**************** Slideshow *********************/


.slideshow {
	width: 1000px;
	height: 300px;
	position: absolute;
	max-width: 100%;
  opacity: 1;
}
.slideshow img {
	width:1000px;
  height:300px;
  position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .8s;
  border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.slideshow .show {
	opacity: 1;
}
.slideshow .stoped {
	z-index: 1;
}
.slideshow:first-child {
	position: relative;
	display: block;
}


  
/************** Galerie *******************/
  
    
#galerie img{ 
 width: 175px;
 border: 1px solid #cecece;
 padding: 5px;
 margin: 9px 9px 0 0;
 float: left;    
 overflow: hidden;   
 }


#galerie img:hover{
 border: 1px solid #7b7b7b;                
 }

/************** Box kroje **************/

.boxy {
width: 100%;
float: left;
text-align: center;
position: relative;
border-radius:10px;   
}
  
.produktyBoxy {
display: inline-block;
width: 300px;
overflow: hidden;      
text-align: center;  
margin: 10px;
background: #fff;
position: relative;
text-decoration: none;
padding-bottom: 15px;
height:380px;
border-radius:5px;      
}     

.produktyBoxy img {       
display: inline;
border: none;
width: 100%; 
height: 320px;              
}

.produktyBoxy span {
display: block;
padding-top: 14px;
font-family: garamond;
font-weight: bold;
font-size: 33px;
letter-spacing: -1.5px;
color: #84121a;  
}

.produktyBoxy:hover {
opacity: 0.8;
}
  

/***************ZAPATI******************/



.zapati {  
	margin-top: -50px;
	padding-top: 8px;
	height: 80px;
	width: 1000px;
}
.zapati p {
	color: white;
	font-size: 20px;
	text-align: right;
	margin-right: 100px;
	margin-top: 5px;
}
.icone_1 {
	width: 35px;
	float: right;
	margin-right: 15px;
}
.icone_2 {
	width: 35px;
	float: right;
	margin-right: 5px;
}
