<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
  font-family: 'Roboto', sans-serif;
  
}
h1{
  font-weight:300;
  text-align: center;
  width:100%;
}

#content *, #sekce *{
  font-weight:300;
}

h2, h3{
  color: #006bb0;
}
h2{
  font-size:3em;
}
.noo{
  margin:0px !important;
  padding:0px !important;
}
.nomar{
  margin-top:0px;
  margin-bottom:0px;
}
.nomartop{
  margin-top:0px !important;
}
.nomarbot{
  margin-bottom:0px !important;
}


.card .card-action{
  height:85px;
}
.card-action.big{
   height:auto !important;
}
/*
.card .card-image img{
  height:200px;
}
*/
div.card-action span{
  font-size: 15px !important;
  font-weight:400 !important;
}

.top-kontakt{
  background:#006bb0;
  font-weight:300;
}
.top-kontakt{
  line-height:30px;
	min-height: 30px;
	font-size: 0.86em;
  color: #fff;
}
.top-kontakt a{
	color: #fff;
  font-weight:300;
  text-decoration-line: underline;
}
.top-kontakt a:hover{
	color: #e4e4e4;
}
.top-kontakt img{
	height:20px;
  margin-top:5px;
}
#momo span{
  height:18px;
  width:20px;
  border-radius: 3px;
  background:#fff;
  display:block;
  position:relative;
}
#momo span img{
  height:16px;
  width:16px;
  position:absolute;
  left:2px;
  bottom:1px;
}

nav{
  height:80px;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
}
.nav-wrapper ul li a{
  color:#000;
  height:80px;
  line-height:80px;
  font-size:1em;
  font-weight:300;
}
  .dropx, .dropx:hover{
    background-image: url(../img/dropx.png) !important;
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
    text-indent: 10px;
  }
   
  .dropmenu{
    top:65px !important;
    width:350px !important;
  }
  .dropmenu li a{
    height:50px !important;
    line-height:25px !important;
    width:350px;
  }
  ul.dropleft{
    margin-top:30px !important;
  }
.sidenav-trigger{
  color: #006bb0;
  /*font-size:1.5em;*/
}
.sidenav-trigger i.material-icons{
  font-size:50px;
  color: #006bb0;
  position:relative;
}
  .sidenav-trigger i.material-icons span{
    position:absolute;
    bottom:-30px;
    left:5px;
    font-family: 'Roboto';
    font-size:16px;
  }
.nav-wrapper ul li a:hover{
  color:#006bb0;
  background:#e4e4e4;
}
.brand-logo img{
  height:80px;
}

a.io-sluzby {
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    text-decoration: none !important;
    font-weight: normal;
    padding-top: 5px;
    z-index: 10;
    display: block;
    position: absolute;
}

#mainilu{
  background: #006bb0 url(../img/mainilu-inspekce.jpg) center center no-repeat;
  opacity: 0.6;
  height: 350px;
  background-size: 100%;
  background-repeat: no-repeat;
}
  #mainilu.section.valign-wrapper.inspla{
    background-image: url(../img/mainilu-inspekce-plavidel.jpg) !important;
  }
  #mainilu.section.valign-wrapper.kar{
    background-image: url(../img/mainilu-kariera.jpg) !important;
  }
  #podmainilu{
    background: #006bb0;
  }

.page-footer{
  font-weight:300;
}
.page-footer strong{
  color:#fff;
}
.page-footer .row{
  position:relative;
}
.page-footer .row .topik{
  position:absolute;
  right:0px;
  top:-50px;
  display:block;
  width:60px;
  height:60px;
}
.page-footer ul li a {
  color:#e9e9e9;
  text-decoration: underline;
}

#content{
 background: linear-gradient(
 to right, 
 #ffffff 0%, 
 #ffffff 55%, 
 #e3eff6 55%, 
 #e3eff6 100%
 );

 /*min-height:500px;*/
}
#content #cont_left{
  background:  url(img/bg.jpg) center center no-repeat #fff;
  background-size: 100%;
  padding-bottom:30px !important;
}


#cont_right{
  padding-left:30px;
  padding-top:20px;
}
#cont_right a{
  text-decoration: underline;
}
#cont_right blockquote{
  border-left: 7px solid #006bb0;
}



#content div{
  /*border:1px solid grey;*/
}
#subcontent{
  background:  url(img/bg.jpg) center center no-repeat #fff;
  /*background-size: 100%;*/
  background-size: contain;
  padding-bottom:30px !important;
}

.news{
  text-decoration: underline !important;
}
span.datum{
  color: #006bb0;
  font-size:0.75em;
  font-weight: bold;
}
.akreditace img{
    width: 100px;
    border: 10px solid white;
    border-radius: 50px;
    float:left;
}

/* vĹˇechny novinky */
.btn.blue.left-align, .butony{
  text-decoration: none !important;
  font-weight:400 !important;
}

@media only screen and (max-width: 360px) {
  #mainilu{
    height: 100px;
  }
  h1{
    font-size:1.5em;
  }
  h2{
    font-size:1.25em;
  }
  #cont_left{
    background:#fff;
  }
  #cont_right{
    background:#e3eff6;
  }
}
@media only screen and (min-width: 361px) and (max-width: 600px) {
  #mainilu{
    height: 125px;
  }
  h1{
    font-size:2em;
  }
  h2{
    font-size:1.6em;
  }
  #cont_left{
    background:#fff;
  }
  #cont_right{
    background:#e3eff6;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #mainilu{
    height: 160px;
  }
  h1{
    font-size:3em;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1110px) {
  #mainilu{
    height: 215px;
  }
}
@media only screen and (min-width: 1111px) and (max-width: 1330px) {
  #mainilu{
    height: 300px;
  }
}
</pre></body></html>