body{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 500;   
   background-color: rgb(70,70,70);
   background-image: url(./img/backgroundStrip.png);
   background-repeat: repeat-x;
}
section, nav, footer, header, article{
  margin: 0;
}
#wrapper{
  margin:auto;
  position: relative;
  max-width: 60em;
  min-width: 20em; 
}

.moje_meno{   
  font-family: 'Comfortaa', cursive;   
  /*font-family: 'Press Start 2P', cursive;*/
  font-size: xx-large;
  font-weight: 700;
  
  width: 7em;
  float: left;
  
  margin-top: 1ex;
  /*border: solid black 2px;*/
}
.moje_meno > span{
  color: rgb(0,102,255);
}
#article{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;   

  float:left;
  clear:left;
  position: relative;
  
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2ex;
  width: 45.3em; 
  
  margin-bottom: 1.1ex;  
  background-color: white;
  
  /*box-shadow:5px 7px 7px black;
  border-radius:11px; */
}
#article H3{
  text-align: center;
  margin: auto auto;
  width: 10em;
  clear: both;
  /*border: solid black 2px; */
}

#section_left{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;

  position: absolute;
  padding: 1em; 
  padding-top: 0;
  margin-bottom: 1ex;
  width: 10.7em;
  right:0;
  bottom:6ex;
  top:0ex; /*15ex*/
  background-color: white;
  border-left: thin dotted rgb(80,80,80);
  /*box-shadow:5px 7px 7px black;    */
  /*border-radius:11px;	*/
  
  overflow-y: auto;
  overflow-x: hidden;
  /*display: none;   */
}  
#article h2{
  text-align: left;
  color: rgb(0,0,0);
  font-size: large;
} 
#section_left h2{
  text-align: center;
  color: rgb(0,0,0);
} 
#section_left h6{
  text-align: left;
  margin: 0;
  margin-top: 0.5ex;
  margin-bottom: -0.2ex;
  color: rgb(0,0,0);
}  
#section_left h5{
  text-align: left;
  margin: 0;
  margin-top: 1.5ex;
  margin-bottom: 0.2ex;
  color: rgb(0,0,0);
} 
#section_left > img{
  text-align: center;
  margin: 1em 0.2em;
  width: 10em;
  text-decoration: none;
  border: none;
}  
.left_sec{
  font-size: small;
}
#header{
  border-radius:11px;
  margin-bottom: 1ex;
  padding-top: 1ex;
  background-color: rgb(0,0,0);
  
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #9E9C9E),
	color-stop(1, #808080)
  );
  background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);
   
  height: 13ex;   
  position: relative;  
  
  box-shadow:5px 7px 7px black;
}
#header img{
  border: 0;
}
#header .search{
  position: absolute;
  right: 1em;
  bottom: 1ex;
  width:193px;
  height: 48px;
  border: 2px black solid; 
  
  background-image: -webkit-gradient(
  	linear,
  	left top,
  	left bottom,
  	color-stop(0, #9E9C9E),
  	color-stop(1, #808080)
  );
  background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
  background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);

  border-radius:8px;
} 
#header .search > img{
   width:193px;
}

#searchInput{ /*input text*/
  position: absolute;
  width: 140px;
  height: 28px;
  right: 44px;
  top: 6px;
  z-index: 2;
  font-size: 120%;
  
  border-radius:5px;
}
#searchButton{
  position: absolute;
  right: 5px;
  top:5px;
  width: 35px;
  height: 35px;
}  
#header > div:nth-of-type(1){
  position: absolute;
  right: 1em;
  top: 1ex;
  font-weight: bold;
  font-size: 110%;
  color: white;
  text-decoration: underline;
  
  text-align: right;
}        
#header > div:nth-of-type(1):first-line{
  text-decoration: none;
}   
#header > h1 {
  display: none;
} 
.imga > img {  
  display: block;
  margin: auto;
  margin-top: 1ex;
}   
#footer{
  position: relative;
  padding: 1em;
  height: 2ex;
  clear:both;
  background: rgb(150,150,150);
  color: white;
  
    background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #9E9C9E),
    	color-stop(1, #808080)
    );
    background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
    background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
    background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
    background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);
       
  border-radius:11px;
  box-shadow:5px 7px 7px black;
}    
#footer a{
  color: white;   
}
#footer a:visited {
  color: white;
}
.sluzba{
  font-weight: bold;
  font-size: 0.9em;
  width:15em;
  height:8ex;
}   
.footart{
   position:absolute;
   width:10em;
   top: 1.5ex;
   left: 17em;
}   
.sluzba > img{
  height:9ex;
  float:left;
  margin-right: 1em;
  vertical-align: middle;
}   
.credits{
   text-align: center;
   margin-bottom: 1ex;
}  
.credits > a{
  font-weight: bold;
}     
.button{
      background-color: White;
      width: 50px;
      height: 40px;
      float:left;
      margin-right: 1em;
}
ul[class=hlava]{
	list-style-image: url('img/MirtanHla16.ico');
}
.innerUl{
  list-style: square url();
}  
.telefon{
  width: 13em;
  border: solid rgb(0,0,205) 3px;
  margin: auto;
  padding: 1ex;
}   
.telefon:first-line{
   margin-bottom: 0.7ex;
}   
.orange{
  color:orange;
}  
.blue{
  color:#3399FF;	
} 
.pink{
  color:#FF00CC;  
} 
li{
  margin-bottom: 0.8ex;
}   
.video_player{
  margin-bottom:2em;
}
#gaWrapp{
  margin-top: 15px;
  /*border: solid black 1px;*/
  position: relative;
  width: 100%;
  
  height: 96%; 
  text-align: center;
  background-image: url('./img/backblack.png');
}
.gallerybck{
  padding-top: 20px;
  border: solid black 1px;
  text-align: center;
  background-image: url('./img/backblack.png');
}  
#galleryInfo{
	width: 100%;
	padding-left: 10px;
	padding:  5px;
	margin-left: 5px;
  margin-top: 5px; 
	font-size: medium;
  color: white;
  
  /*http://www.colorzilla.com/gradient-editor/*/
}
.textLong{
  font-weight: 500;
}
#galleryIMGwrap{   
  width:70%;
  float:right;
}
.small{
   width: 40%;
}
.mid{
   display: block;
   margin: auto;
   text-align: center;
}
.blueHeader{
  font-size: large;
  background: rgb(45,146,229); /* Old browsers */
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
  background: rgb(150,150,150); /* Old browsers */
  
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #9E9C9E),
	color-stop(1, #808080)
);
background-image: -o-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
background-image: -moz-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
background-image: -webkit-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
background-image: -ms-linear-gradient(bottom, #9E9C9E 0%, #808080 100%);
background-image: linear-gradient(to bottom, #9E9C9E 0%, #808080 100%);
}
.new{  
}
.dashedBorder{
  border-bottom: blue dashed 1px;
}
.signature{
  display: none;
}
.contact{
  float: right;
  width: 15em;
  margin-top: 2ex;
  font-size: small;
  color: rgb(0,102,255);
}
.content{
  clear: both;
}
.progsdyfms{
  background-color:black; color:lime;
}
.tab_education td{
  min-width: 5em;
  padding-top: 0.05ex;
  padding-bottom: 0.05ex; 
}
.tab_education tr{  
  padding-top: 0.05ex;
  padding-bottom: 0.05ex;  
}
tr td:first-child {width: 6em;}
.tab_education{
  width:100%;
  border-collapse: collapse;
  background-color: #dcf1f8;  
  margin-bottom: 1ex;
}
table{
   border-collapse: collapse;
}
img.fb
{
width:30px;
background:url(social30.png) 0 0;
}
img.gplus
{
width:30px;
background:url(social30.png) -30px 0;
}
img.in
{
width:30px;
background:url(social30.png) -60px 0;
}
img.you
{
width:30px;
background:url(social30.png) -90px 0;
}
img.blog
{
width:30px;
background:url(social30.png) -120px 0;
}
img.mail
{
width:30px;
background:url(social30.png) -150px 0;
}
img.tw
{
width:30px;
background:url(social30.png) -180px 0;
}
.qr{
  display: none;
}

progress {
	width: 11em;
	height: 14px;
	margin: 2px auto;
	display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
}

/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background: gray;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, rgb(51,102,255), rgb(0,102,255));
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: -100px 0px, 0 0, 0 0}
}

/* Prefix-free was creating issues with the animation 
  
  -moz-border-radius: 8px 20px 20px 8px;
-webkit-border-radius: 8px 20px 20px 8px;
border-radius: 8px 20px 20px 8px;
  
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
}  */
progress::-moz-progress-bar {
	background: gray;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}     

.head_info{
  font-family: 'Press Start 2P', cursive;
  font-size: medium;
  float:right;
  /*position: absolute;
  right:-10em; */
   
  margin-top: 3ex;
  margin-bottom: 2ex;
}    