/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Dosis", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #58595b;
  height: 100%;
  background-image: linear-gradient(rgba(0,0,10,0.01), rgba(5,5,5,0.2)); }  

::selection {
  background: #c6c7c8; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #c6c7c8; /* Gecko Browsers */
}
                                        

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, h8, h9 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 300; }
h1     { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem; margin-top: 20px; }
h2     { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3     { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h3logo { font-size: 2.8rem; line-height: 1.3;  letter-spacing: -.1rem; font-weight: 300; }
h4     { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5     { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6menu { font-size: 1.5rem; line-height: 3.2;  letter-spacing: 0.2rem; }
/*h8     { font-weight: 400; font-size: 2rem; line-height: 2; letter-spacing: -.08rem; colour: #620A00; text-shadow: 0px 0px 3px #FDFCFC, 0px 0px 5px #FDFCFC, 0px 0px 7px #FDFCFC, 0px 0px 9px #FDFCFC; } */
h9     { text-transform: uppercase; font-weight: 300; font-size: 1.6rem; line-height: 1.35; letter-spacing: -.08rem;  text-shadow: 0px 0px 10px #FDFCFC, 0px 0px 12px #FDFCFC, 0px 0px 14px #FDFCFC, 0px 0px 16px #FDFCFC; }


p {
  margin-top: 0; }

/* Overlays
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #4e4f51; }
a:hover {
  color: #404042; }
a:active {
  color: #404042; }  

  
.square:before { content: "";
	              display: block;
	              padding-top: 57%;
                box-sizing: border-box;	/* initial ratio of 1:1*/  }

.ctverec:before { content: "";
	              display: block;
	              padding-top: 100%;
                box-sizing: border-box;	/* initial ratio of 1:1*/  }            

.container {
  position: relative;
  width: 100%;
  max-width: 900px;
  min-width: 490px;
  margin: 0 auto;
  padding: 0 px;
  box-sizing: border-box;
  border-width: 0px; border-style: solid; border-color: red; }

 .nacpitamtologo {
  position: relative;
  height: 100%;
  width: 75%;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
                 }

 .textuprostreddivu {
  display: inline-block;
  vertical-align: middle;
  height: 100%;     
                 }                 


  
.column {
  width: 100%;
  height: 80vw;
  min-height: 392px; 
  float: left;
  box-sizing: border-box; 
  border: 0px dashed black;
        }
        
.tile {
  position: relative;
  width: 100%;
  height: 100%;        
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: scroll;
  background-position: center center;
  transition: all 0.5s; 
      }

.tile.logo {
  background-image: linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,0.99 )), url("../images/bg_logo.jpg");
      }
      
.tile.prvni {
  background-image: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.6 )), url("../images/tile_1.jpg");
      }  
      
.tile.druha {
  background-image: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.6 )), url("../images/tile_2.jpg");
      }  
      
.tile.treti {
  background-image: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.6 )), url("../images/tile_3.jpg");
      }        

.tile.ctvrta {
  background-image: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.6 )), url("../images/tile_4.jpg");
      }                

/* .tile.mapa {
  background-image: url("../images/podlogo2.jpg");
      }   */

.embedmapa  {
  width: 100%;  
  height: 100%;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
          }
          
.embedmapa:hover  {  opacity: 1; }
.embedmapa:focus  {  opacity: 1; }                 
.embedmapa:active {  opacity: 1; }
          
.fadeinpouzepromapu  {  
                 position: absolute;
                 background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,1));
                 width: 100%;
                 height: 100%;
                 opacity: 1;
                 display: block;
                 z-index: 99;
                 top:0; }
                 
                 

.fadein       {  
                 position: absolute;
                 background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.8));
                 -webkit-transition: all 0.5s;
                 transition: all 0.5s;
                 width: 100%;
                 height: 100%;
                 opacity: 1;
                 display: block; }

.fadein:hover  {  opacity: 0; background-image: linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.3)); }
.fadein:focus  {  opacity: 0; background-image: linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.3)); }                 
.fadein:active {  opacity: 0; background-image: linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.3)); }

.intilenadpis  {
          position: relative;
          height: 20%;
          width: 77%;
          top: 10%;
          margin: auto;
          background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.9));
          font-size: 48px;
          text-align: center;
         }
         
.intileobsah  {
          position: relative;
          height: auto;
          width: 67%;
          top: 20%;
          margin: auto;
          background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.9));
          font-size: 18px;
          text-align: center;
          padding-top: 3%;
          padding-bottom: 3%;          
         }           
   
.ten.column    { width: 100%; height: 80vw;}
        
/* For devices larger than 400px */
@media (min-width: 400px) {
    
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
  h8 { font-size: 2.4rem; }
  h9 { font-size: 1.7rem; }   

}
  

/* For devices larger than 550px */
@media (min-width: 550px) {


  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
  h8 { font-size: 2.4rem; }
  h9 { font-size: 1.9rem; }


    .five.column   { width: 50%; height: 40vw; max-height: 360px; min-height: 220px; }
    .ten.column    { width: 100%; height: 40vw; max-height: 360px; min-height: 220px;}
    .intilenadpis  { margin: 0;  font-size: 5vw;  text-align:left; padding-left: 5%; }
    .intileobsah   { margin: 0;  font-size: 2vw;  text-align:left; padding-left: 5%; padding-top: 2.5%; padding-bottom: 2.5%;  }
    .nacpitamtologo{ width: 60%; }    


                          }
/* For devices larger than 750px */
@media (min-width: 750px) {



  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
  h8 { font-size: 2.4rem; }
  h9 { font-size: 2.1rem; } 

}

/* For devices larger than 902px */
@media (min-width: 902px) {

    .container     { margin-top: 2vmin; margin-bottom: 2vmin; }
    .intilenadpis  { margin: 0;  font-size: 45px; }
    .intileobsah   { margin: 0;  font-size: 18.5px; }  
                           }
    

/* For devices larger than 1000px */
@media (min-width: 1000px) {

  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
  h8 { font-size: 2.8rem; }
  h9 { font-size: 2.3rem; }
                       
}






/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0.8rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-half-width {
  width: 50%;
  position: relative;
  margin: auto;
  float: left;
  box-sizing: border-box; }
.u-33-width {
  width: 39%;
  position: relative;
  margin: auto;
  float: left;
  box-sizing: border-box; }
.u-67-width {
  width: 61%;
  position: relative;
  margin: auto;
  float: left;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.zakryjvsecotoda
  {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  }
.obsahctverec
  {
  position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  } 

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
