/* 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;}
/* ---------------------------------- */

* {
  box-sizing: border-box;
}

/* Style the body */
body {
	font-family: Raleway, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/001.svg);
}

/* --------------------------------------- Basic style ------------------------------------------- */

.img_logo{
	width: 10%;
	position: fixed;
	top: 0.2em;
	right: 2.5em;
	float: right;
	margin: 0.3em 0.5em;
	padding: 0.2em;
	
}

.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{

	display: block;
	width: 86%;
	margin: 1.25em;
	 padding: 0.2em;
	float: none;
}
.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{

	display: block;
	width: 65%;
	margin: 0.25em;
	 padding: 0.2em;
	float: none;
}

.Img_07{

	display: block;
	width: 45%;
	margin: 0.25em;
	 padding: 0.2em;
	float: left;
}

.Img_08{

	display: block;
	width: 35%;
	margin: 0.25em;
	 padding: 0.2em;
	float: right;
}
.Img_09{

	display: block;
	width: 35%;
	margin: 0.25em;
	 padding: 0.2em;
	float: left;
}
.Img_10{

	display: block;
	width: 8%;
	margin: 0.1em;
	padding: 0.1em;
	float: right;
}

.centred{
	
	display: block;
 text-align: center;

}







/* Header/logo Title */
.header {
	padding: 80px;
	text-align: center;
	color: #686868;
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 2.5vw;
}
.header h2 {
  font-size: 1.0vw;
}

/* Style the top navigation bar */
.navbar {
	overflow: hidden;
	background-color: White;
	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: #0D0D0D;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
}

/* Right-aligned link */
.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 2em 0.2em;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;

}

.sideCards{
  display: block;
  padding: 2em;
	margin: 1.25em;
 border-radius: 2.5em;

/*background-color:rgba(128,128,128,0.3);*/
}


/* Main column */
.main {   
  -ms-flex: 70%; /* IE10 */
  flex: 70%;
  padding: 2em;

}

/*  ----------------------  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;
}

/*  Details Main */
details {  
display: block; 
  padding: 0.5em 0.2em;
  float: none;
 
  
}

/*  Sumary Main column */
summary {
	font-size: 1.0em;
	padding: 0.5em 0.2em;
	color: Black;
}

summary:hover {
	color: #5C5C5C;
	background-color: #F0F0F0;
}



details summary span{
	display: block;
	text-align: right;
	float: right;
	color: #0D0D0D;
	padding-right: 5px;
	font-size: 0.8em;
}



/* Footer */
.footer {
  padding: 2em;
  text-align: center;
  border-top: #BABABA 1px solid;
 background-color:rgba(128,128,128,0.3);


}
.footer a{
  color: Black;
 text-decoration: none;

}

/* 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: 700px) {
  .row {   
    flex-direction: column;
  }
}

/* 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: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}
