@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  line-height: 1.625;
  font-size: 1.125em;
  color: #666;
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  background: url("../obrazky/pozadistranky.png") repeat;
}

html, body {
	height: 100%;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


h1 {
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 700;  
  text-align: center;
  font-size: 1.5em;
  margin: 40px 0 40px 0;
  line-height: 1.4;
  
}

@media (min-width: 768px) {
  h1  {
    font-size: 1.835em;
    margin: 60px 0 40px 0;
  }
}

@media (min-width: 992px) {
  h1  {
    font-size: 2.25em;
  }  
}


h2 {
  text-align: center;
  color: #404b52;
  font-weight: 600;
  font-size: 1.25em;
  margin: 30px 0 15px 0;
  font-family: 'roboto', Helvetica, Arial, sans-serif; 
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.75em;
    margin: 30px 0 20px 0;   
  }  
}

h3 {
  color: #404b52;
  font-size: 1em;
  margin: 20px 0 15px 0;
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  font-weight: 600; 
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.125em;   
  }  
}


.mensi {
  font-size: 0.825em;   
}

hr {
  border-top: 1px solid lightgrey;
}

a {
  color: #666;
  text-decoration: underline;
  outline:none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:focus, a:active {
  color: #999;
  text-decoration: none;
}

.mezera10 {
  clear: both;
  height: 10px;
}

.mezera20 {
  clear: both;
  height: 20px;
}

.mezera50 {
  clear: both;
  height: 50px;
}

.mezera100 {
  clear: both;
  height: 100px;
}


.zuzeny {
    padding-left: 60px;
    padding-right: 60px;
}

.formular {
    padding-right: 60px;
}

.container {
  background-image: url("../obrazky/horni.jpg"), url("../obrazky/dolni.jpg");
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}

.darecky img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.darecky img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.darecky img {
  border-radius: 4px;
}

td {
  padding: 5px 15px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .tform-horizontal .control-label {
    text-align: left;
  }
}

#hlaska {
  background: green; 
  color: #fff; 
  position: fixed; 
  width: 50%;  
  left: 50%; 
  margin-left: -25%; 
  padding: 2em; 
  top: -20em;
  z-index: 999; 
  transition: top 1s;
  text-align: center;
  font-size: 1em;
}

@media (min-width: 768px) {
#hlaska {
  font-size: 1.25em;
  }
}

#hlaska.zobrazit {
  top: 40%;
}

.zarovnani, .zarovnani1  {
  text-align: center;
}


@media (min-width: 768px) {
  .zarovnani  {
    text-align: right;
  }
  .zarovnani1  {
    text-align: left;
  }
}



