/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
/* ---------------------------------- */

body, html {
  height: 100%;
 
}

/* Style the body */
body {
	font-family: Raleway, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;

 background-image: url(../images/background/008.jpg);
	
	
}

/* --------------------------------------- Basic style ------------------------------------------- */

.Img_02{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 20%;
	margin: 1.25em;
	padding: 0.2em;
	-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);
	float: right;
}
.Img_03{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 20%;
	margin: 1.25em;
	 padding: 0.2em;
	-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);
	float: left;
}
.Img_04{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 65%;
	margin: 1.25em;
	 padding: 0.2em;
	-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);
	float: left;
}
.Img_05{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 65%;
	margin: 1.25em;
	 padding: 0.2em;
	-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);
	float: right;
}



.Img_06{
	border: 1px #C6C6C6 solid;
	display: block;
	width: 65%;
	margin: 1.25em;
	 padding: 0.2em;
	-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);
	float: none;
}
.Img_07{
	
	display: block;
	width: 45%;
	margin: 0.25em;
	 padding: 0.2em;
	float: right;
}

.Img_08{
	
	display: block;
	width: 30%;
	margin: 0.15em;
	 padding: 0.1em;
	float: right;
}

.Img_09{
	display: block;
	width: 15%;
	margin: 0.15em;
	padding: 0.1em;
	float: none;
	position: absolute;
	top: 2.5em;
	right: 2.5em;
}


H1, H2, H3, H4, H5, H6{
	 font-weight: bold;
	margin: 0.25em;
	
	
}


.centred {
margin: 0px auto;
 text-align: center;

 
}
.nadpis {
 font-size: 2.5em;
 font-weight: bold;
 text-transform: uppercase;

 
}

/* ------------------------------Paralax ---------------------------------*/
.parallax {
	/* The image used */
	background-image: url(../images/009.jpg);
	height: 30%;
	 /* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	

}
/*  ----------------------  definice pro THIRD ------------------------------------- */
#main table {
margin: 0px auto;
border-spacing: 0.55em;

	
}



#main 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;
	
	
}
#main a{
	outline-width: 2em;
	background-color: White;
	text-transform: uppercase;
 font-weight: bolder;
 color: Black;
 text-decoration: none;
	
	
}

#main a:hover{
	outline-width: 0.2em;
	background-color: White;
	text-transform: none;
	font-weight: normal;
}


/* Header/logo Title */
.header {
	padding: 0.02em;
	text-align: center;
	background: #1abc9c;
	background-color: Black;
	color: white;
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 2.5vw;
}

/* Style the top navigation bar */
.navbar {
	overflow: hidden;
	border-bottom: #484848 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);
}

/* Style the navigation bar links */
.navbar a {
	float: left;
	display: block;
	color: Black;
	text-align: center;
	padding: 0.2em;
	margin: 0em 0.25em;
	text-decoration: none;
}

/* Right-aligned link */
.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
	background-color: White;
	color: black;
}




/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
#side {
	display: block;
	margin: 0px auto;
	width: 65%;
	color: Black;
}

.sideCards{
	display: block;
	padding: 2em;
	margin: 1.25em auto;
	width: 65%;

}


/* Main column */
#main {
	margin: 0px auto;
	width: 65%;
	padding: 2em;

}

/*  Details Main */
details {  
display: block; 
  padding: 0.5em 1.5em;
  margin: 0.2em;
  float: none;
	color: Black;
  
}

details:hover {
	display: block;
	padding: 0.5em 1.5em;
	margin: 0.2em;
	float: none;
	color: Black;
}


/*  Sumary Main column */
summary {
	font-size: 1.2em;
	padding: 0.5em 1.5em;
	
}



details summary span{
	display: block;
	text-align: right;
	float: right;
	color: #363636;
	padding-right: 5px;
	font-size: 0.8em;
}




/* ----------------Kontakt---------------------- */
#kontakt {
  padding: 2.25em;
  text-align: center;


}
#kontakt table {
 width: 86%;
 margin: 0px auto;
 padding: 1.2em 0.1em;


}
#kontakt a{
  color: White;
 text-decoration: none;
 padding: 0.2em 0.1em;

}
/* Footer */
#footer {
  padding: 0.2em;
  text-align: center;
  border-top: #BABABA 1px solid;

}
#footer a{
  color: Black;
 text-decoration: none;
 padding: 0.2em 0.1em;

}




/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1180px) {
.side {
	width: 100%;
	
}

.sideCards{
	display: block;
	padding: 0.2em;
	margin: 0.25em auto;
	width: 100%;

}


/* Main column */
.main {   
  margin: 0px auto;
  width: 100%;
  padding: 0.2em;

}

}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .navbar a {
    float: none;
    width: 100%;
  }
    .navbar {
    float: none;
    width: 100%;
	 visibility: hidden;
	 display: none;
  }
  
  .parallax {
 display: none;
 visibility: hidden;
	
}
}





/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}


