html {margin:0;padding:0;border:0;}


body{
	width: 100%;
	height: 100%;
	font-size: 1.0em;
	font-family: Raleway, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #bbc4cb;
}

h1{font-size:1,6em}
h2{font-size:1,4em}
h3{font-size:1.2em}
h4{font-size:1em}
h5{font-size:0.8em}
h6{font-size:0,6em}

h1, h2, h3, h4, h5, h6 {

  letter-spacing: 5px;
}

a{
background-color:transparent;
-webkit-text-decoration-skip:objects;
 text-decoration: none;
 color: #4F4F4F;
 padding: 0.2em 0.5em;
 margin: 0.2em;
}
a:active,a:hover{
outline-width:1px;
color: #0B0B0B;
background-color: #D7D7D7;
}

.FirstButton strong{
	font-size: 1em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #474747;
}

.bold {
	  font-weight: bold;
	  letter-spacing: 0.1em;
	  text-transform: uppercase;
	
}
.bold sup {
	padding-left: 0.2em;
	font-size: 0.6em;
	font-weight: bold;
	color: #a73402;
}
em sup {
	padding-left: 0.2em;
	font-size: 0.6em;
	font-weight: bold;
	color: #a73402;
	
	
	
}

em {
display: block;
	padding-left: 0.2em;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.2em;
	
	
}
strong {
	padding-left: 0.2em;
	font-size: 1.2em;
	
	
}



.img_first {
display: block;
margin: 0px auto;
width: 100%;
height: 65%;
 
}

.centred {
margin: 0px auto;
 text-align: center;

 
}

/*  ----------------------  definice pro SECOND ------------------------------------- */


#second .second_left {
display: block;
width: 35%;
float: left;
	
}

#second .second_right {
display: block;
width: 63%;
float: right;

}
#second .img_second {
display: block;
width: 95%;
height: auto;
 border: #6A6A6A 1px solid;
 box-shadow: 3px 5px 2px #6A6A6A;
margin: 0.2em 2em;
padding: 0.12em;


}
/*  ----------------------  definice pro THIRD ------------------------------------- */
#third table {
margin: 0px auto;
border-spacing: 0.55em;

	
}



#third table.four td {
	width: 20%;
	padding: 1.2em 1.5em;
	border: #888888 1px solid;
	 border-radius: 0.25em ;
	text-align: center;
	box-shadow: 3px 5px 2px #6A6A6A;
	background-color: White;
	
	
}

#third a{
	outline-width: 2em;
	background-color: White;
	text-transform: uppercase;
 font-weight: bolder;
	
	
}

#third a:hover{
	outline-width: 0.2em;
	background-color: White;
	text-transform: none;
	font-weight: normal;
}

/*  ----------------------  definice pro fourth ------------------------------------- */
#fourth  details{

margin: 0.2em 0.5em;
padding: 0.2em;
	
}

#fourth  details strong{
	margin: 0.2em 0.5em;
	padding:  0.2em;

}

#fourth  details strong:hover{

	font-weight: bold;
	background-color: #EFEFEF;
	border: #C9C9C9 1px solid;
}




/* ----------------------------------------------------- header ------------------------------------- */

.header {

 display: none;
 visibility: hidden;
  
 
 
}

/* --------------------------------------- navBar --------------------------- */

#navBar {
		position:fixed;
		margin-top: 0px;
		width:100%;
		height: auto;
		z-index:1;
		display: block;
 		border-bottom: #C6C6C6 1px solid;
		overflow:hidden;
		top: 0;
 -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  background: white;
		
}
#navBar .Right{
	display: block;
	float: right;
	text-align: right;
	margin: 0px;
	
}

#navBar .FirstButton{
	display: inline;
	float: left;
	margin-left: 0.2em;
	padding-left: 0.4em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	font-size: 1em;
}

#navBar .FirstButton{
	display: inline;
	float: left;
	margin-left: 0.2em;
	padding-left: 0.4em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	font-size: 1em;
}

/* --------------------------------------- first --------------------------- */

#first {
	display: block;
	width: 100%;
	height: 95%;
	
}

/* --------------------------------------- container --------------------------- */

.container {
	display: block;
	width: 86%;
	margin: 0px auto;
	
	
	
	
}



/* ---------------------- Kontakt ---------------------------------- */


/*  ----------------------  FOURTH ------------------------------------- */
#fourth  {
display: block;
 width: 80%;
margin: 0.2em 0.5em;
padding: 0.2px;


	
}

/* ---------------------------------------------------- kontakt -------------------------------------------*/

#kontakt {
	display: block;
	width: 86%;
	margin: 2em auto;
	border-top: #5D5D5D 1px solid;
	 -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);



}
#left {
	display: block;
	margin: 0.5em 0.5em;
	padding: 0.2em 0.2em;
	width: 45%;
	float: left;
	

}



#right {
	display: block;
	margin: 0.5em  0.5em;
	width: 45%;
	float: left;

	
}




/* ------------------------------------- Footer --------------------------------------- */

.mezera{
 display: block;
 height: 10em;
}



#footer {
	width: 100%;
	padding: 0.25em;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #f7faf7;
	border: none;
}

#footer a{
 color: Black;
 text-decoration: none;
}