BODY{
 margin: 0px;
 padding: 80px 0px 0px 0px;
 font-family: "Montserrat", sans-serif;
 font-size: 18px;
 font-weight: 300;
 color: #005C9D;
 background-color: #FFFFFF;
}
BODY.BODY2{
 padding: 142px 0px 0px 0px;
}
/*--- TAGY ---*/
H1, H2, H3, H4{
 position: relative;
 font-size: 40px;
 font-weight: 300;
 color: #FFFFFF;
 text-align: left;
}
.top H1{
 position: absolute;
 left: 10px;
 bottom: 5px;
 color: #005C9D;
 font-weight: 700;
 z-index: 2;
}
.pruh1 H1,
.pruh2 H1{
 font-weight: 700;
 font-size: 30px;
 color: #373737;
}
.pruh1 H2{
 font-size: 20px;
 color: #005C9D;
 padding: 20px 0px 0px 0px;
}
.clanek DIV.perex{
 font-size: 16px;
 color: #005C9D;
 text-align: justify;
 padding: 20px 0px 0px 0px;
}
.main IMG{
 display: inline-block;
 max-width: 100%;
}
INPUT.i, DIV.input, TEXTAREA{
 padding: 15px;
 background-color: #FFFFFF;
 border: none;
 color: #373737;
 font-size: 18px;
 font-weight: 200;
 -webkit-border-radius: 10px 10px 10px 10px;
 -moz-border-radius: 10px 10px 10px 10px;
 -khtml-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
 box-shadow: 0px 0px 10px 0px #CCDEEB;
 -webkit-box-shadow: 0px 0px 10px 0px #CCDEEB;
 -moz-box-shadow: 0px 0px 10px 0px #CCDEEB;
}
INPUT.i_over,
INPUT.if_over,
TEXTAREA.over,
TEXTAREA.f_over{
 color: #005C9D;
 box-shadow: 0px 0px 10px 0px #99BED8;
 -webkit-box-shadow: 0px 0px 10px 0px #99BED8;
 -moz-box-shadow: 0px 0px 10px 0px #99BED8;
}
INPUT.iL, DIV.iL{
 -webkit-border-radius: 10px 0px 0px 10px;
 -moz-border-radius: 10px 0px 0px 10px;
 -khtml-border-radius: 10px 0px 0px 10px;
 border-radius: 10px 0px 0px 10px;
}
INPUT.v{
 width: 52px;
 height: 52px;
 border: none;
 background-color: #005C9D;
 background-image: url(obr/lupa.png);
 background-position: center center;
 -webkit-border-radius: 0px 10px 10px 0px;
 -moz-border-radius: 0px 10px 10px 0px;
 -khtml-border-radius: 0px 10px 10px 0px;
 border-radius: 0px 10px 10px 0px;
 box-shadow: 0px 0px 10px 0px #CCDEEB;
 -webkit-box-shadow: 0px 0px 10px 0px #CCDEEB;
 -moz-box-shadow: 0px 0px 10px 0px #CCDEEB;
}
INPUT.v_over{
 background-color: #4C8DBA;
 color: #FFFFFF;
}
.main STRONG{
 font-weight: 700;
}
DIV.ctext{
 float: right;
 width: calc(75% - 50px);
}
/*--- ODKAZY --*/
A, A:link, A:visited{
 text-decoration: none;
 color: #005C9D;
 cursor: pointer;
}
A:hover, A:active,
A.a, A.a:link, A.a:visited{
 color: #000000;
}
A.nahoru, A.nahoru:link, A.nahoru:visited{
 position: fixed;
 bottom: 40px;
 right: 20px;
 display: block;
 width: 50px;
 height: 50px;
 background-color: #005C9D;
 background-image: url(obr/nahoru.png);
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
 -khtml-border-radius: 25px 25px 25px 25px;
 border-radius: 25px 25px 25px 25px;
 cursor: pointer;
 z-index: 100;
 box-shadow: 0px 0px 5px 0px #666666;
 -webkit-box-shadow: 0px 0px 5px 0px #666666;
 -moz-box-shadow: 0px 0px 5px 0px #666666;
}
A.nahoru:hover, A.nahoru:active{
 opacity: 0.50;
 filter: alpha(opacity=50);
}
A.logo,
A.logo:link,
A.logo:visited{
 position: fixed;
 top: 0px;
 left: 0px;
 display: block;
 width: 223px;
 height: 80px;
 background-image: url(obr/logo.png);
 background-repeat: no-repeat;
 z-index: 20;
}
A.logo:hover,
A.logo:active{
 opacity: 0.80;
 filter: alpha(opacity=80);
}
A.logo SPAN,
A.logo:link SPAN,
A.logo:visited SPAN{
 display: none;
}
.rubriky SPAN,
.rubriky A,
.rubriky A:link,
.rubriky A:visited{
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
}
.rubriky A.a,
.rubriky A.a:link,
.rubriky A.a:visited,
.rubriky A:hover,
.rubriky A:active{
 color: #005C9D;
 background-color: #FFFFFF;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
 -khtml-border-radius: 25px 25px 25px 25px;
 border-radius: 25px 25px 25px 25px;
}
.hclanky{
 padding: 30px;
 display: grid;
 grid-gap: 30px;
 grid-template-columns: repeat(3, 1fr);
}
.hclanky A,
.hclanky A:link,
.hclanky A:visited{
 display: inline-grid;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}
.hclanky A:hover,
.hclanky A:active{
 box-shadow: 0px 0px 20px 0px #005C9D;
 -webkit-box-shadow: 0px 0px 20px 0px #005C9D;
 -moz-box-shadow: 0px 0px 20px 0px #005C9D;
}
.hclanky A SPAN.c,
.hclanky A:link SPAN.c,
.hclanky A:visited SPAN.c{
 position: relative;
 display: block;
 width: 100%;
 height: 100%;
 min-height: 400px;
}
.hclanky A SPAN.t,
.hclanky A:link SPAN.t,
.hclanky A:visited SPAN.t{
 position: absolute;
 left: 0px;
 bottom: 0px;
 display: block;
 padding: 20px;
 background-image: url(obr/poz1.png);
}
.hclanky A STRONG,
.hclanky A:link STRONG,
.hclanky A:visited STRONG{
 display: block;
 color: #FFFFFF;
 font-weight: 500;
 font-size: 20px;
}
.hclanky A EM,
.hclanky A:link EM,
.hclanky A:visited EM{
 display: block;
 padding: 10px 0px 0px 0px;
 color: #E5EEF5;
 font-style: normal;
 font-size: 14px;
}
.clanky{
 padding: 30px;
 display: grid;
 grid-gap: 30px;
 grid-template-columns: repeat(2, 1fr);
}
.clanky A,
.clanky A:link,
.clanky A:visited{
 display: inline-grid;
}
.clanky A:hover,
.clanky A:active{
 box-shadow: 0px 0px 20px 0px #99BED8;
 -webkit-box-shadow: 0px 0px 20px 0px #99BED8;
 -moz-box-shadow: 0px 0px 20px 0px #99BED8;
}
.clanky A SPAN.c,
.clanky A:link SPAN.c,
.clanky A:visited SPAN.c{
 display: block;
 width: 100%;
 min-height: 200px;
 background-color: #FFFFFF;
}
.clanky A.p SPAN.c,
.clanky A.p:link SPAN.c,
.clanky A.p:visited SPAN.c{
 color: #FFFFFF;
 background-color: #005C9D;
}
.clanky A.p:hover SPAN.c,
.clanky A.p:active SPAN.c{
 background-color: #4C8DBA;
}
.clanky A SPAN.o,
.clanky A:link SPAN.o,
.clanky A:visited SPAN.o{
 display: block;
 float: left;
 width: 30%;
 height: 100%;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}
.clanky A.p SPAN.o,
.clanky A.p:link SPAN.o,
.clanky A.p:visited SPAN.o{
 width: 0%;
}
.clanky A SPAN.t,
.clanky A:link SPAN.t,
.clanky A:visited SPAN.t{
 display: block;
 float: right;
 width: calc(70% - 40px);
 height: calc(100% - 40px);
 padding: 20px;
 color: #005C9D;
}
.clanky A.p SPAN.t,
.clanky A.p:link SPAN.t,
.clanky A.p:visited SPAN.t{
 float: none;
 width: calc(100% - 40px);
 color: #FFFFFF;
}
.clanky A SPAN.t SPAN.tt,
.clanky A:link SPAN.t SPAN.tt,
.clanky A:visited SPAN.t SPAN.tt{
 display: block;
 height: 93%;
}
.clanky A SPAN.t SPAN.td,
.clanky A:link SPAN.t SPAN.td,
.clanky A:visited SPAN.t SPAN.td{
 display: block;
 height: 7%;
 text-align: right;
 font-size: 13px;
}
.clanky A:hover SPAN.t,
.clanky A:active SPAN.t{
 color: #000000;
}
.clanky A SPAN.t STRONG,
.clanky A:link SPAN.t STRONG,
.clanky A:visited SPAN.t STRONG{
 display: block;
 font-size: 20px;
 font-weight: 500;
}
.clanky A SPAN.t EM,
.clanky A:link SPAN.t EM,
.clanky A:visited SPAN.t EM{
 display: block;
 color: #000000;
 font-size: 14px;
 font-style: normal;
 padding: 10px 0px 0px 0px;
}
.clanky A.p SPAN.t EM,
.clanky A.p:link SPAN.t EM,
.clanky A.p:visited SPAN.t EM{
 color: #E5EEF5;
}
INPUT.b,
A.tlacitko,
A.tlacitko:link,
A.tlacitko:visited{
 display: inline-block;
 border: none;
 padding: 10px 20px;
 color: #FFFFFF;
 font-size: 20px;
 background-color: #005C9D;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
 -khtml-border-radius: 25px 25px 25px 25px;
 border-radius: 25px 25px 25px 25px;
}
INPUT.b_over,
A.tlacitko:hover,
A.tlacitko:active{
 background-color: #4C8DBA;
}
.fotogalerie{
 display: grid;
 grid-gap: 0px;
 grid-template-columns: repeat(6, 1fr);
}
.fotogalerie A,
.fotogalerie A:link,
.fotogalerie A:visited{
  display: inline-grid;
}
.fotogalerie A IMG,
.fotogalerie A:link IMG,
.fotogalerie A:visited IMG{
 display: block;
 width: 100%;
}
.fotogalerie A:hover IMG,
.fotogalerie A:active IMG{
 opacity: 0.70;
 filter: alpha(opacity=70);
}
.strankovani A:link, .strankovani A:visited,
.strankovani DIV.flr SPAN{
 display: block;
 float: left;
 color: #005C9D;
 font-size: 18px;
 line-height: 18px;
 font-weight: bold;
 padding: 5px 10px;
 margin: 0px 1px 0px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 -khtml-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px;
}
.strankovani DIV.flr SPAN{ font-weight: normal; }
.strankovani A:hover, .strankovani A:active,
.strankovani A.a:link, .strankovani A.a:visited{
 color: #FFFFFF;
 background-color: #005C9D;
}
.strankovani A.sip:link, .strankovani A.sip:visited{
 font-size: 30px;
 font-weight: 500;
 line-height: 12px;
 height: 18px;
 padding: 5px 10px;
 color: #919191;
 background-color: #FAFAFA;
}
.strankovani A.sip:hover, .strankovani A.sip:active{
 color: #FFFFFF;
 background-color: #005C9D;
}
.naseptavac A,
.naseptavac A:link,
.naseptavac A:visited{
 display: block;
 padding: 5px 10px;
 color: #373737;
 font-weight: 300;
 font-size: 13px;
}
.naseptavac A STRONG,
.naseptavac A:link STRONG,
.naseptavac A:visited STRONG{
 color: #005C9D;
 font-size: 15px;
 font-weight: 700;
}
.naseptavac A:hover,
.naseptavac A:active{
 color: #EAEAEA;
 background-color: #005C9D;
}
.naseptavac A:hover STRONG,
.naseptavac A:active STRONG{
 color: #FFFFFF;
}
.bottom A:link, .bottom A:visited{ color: #005C9D; }
.bottom A:hover, .bottom A:active{ color: #000000; }
.copy{
 float: left;
 color: #005C9D;
}
.copy A:link, .copy A:visited{ color: #005C9D; }
.copy A:hover, .copy A:active{ color: #000000; }
A.kao:link, A.kao:visited{
 display: block;
 float: right;
 color: #005C9D;
}
A.kao:hover, A.kao:active{ color: #000000; }
/*--- DESIGN ---*/
.toppruh{
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 80px;
 background-color: #E5EEF5;
 z-index: 21;
}
.rubriky{
 position: fixed;
 top: 80px;
 left: 0px;
 width: 100%;
 padding: 10px 0px 10px 0px;
 text-align: center;
 z-index: 20;
}
.rubriky.rubriky2{
 background-image: url(obr/nemocnice.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center bottom;
}
.top{
 position: relative;
 width: 100%;
 height: 500px;
 background-image: url(obr/nemocnice.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}
.BODY2 .top{
 position: fixed;
 top: 80px;
 left: 0px;
 height: 62px;
 z-index: 19;
}
.tpruh{
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 80px;
 background-color: #FFFFFF;
 opacity: 0.50;
 filter: alpha(opacity=50);
 z-index: 1;
}
.pruh{
 position: relative;
 padding: 50px 0px;
}
.pruh_2{
 padding: 20px 0px;
}
.pruh1{
 background-color: #FFFFFF;
}
.pruh2{
 background-color: #F0F0F0;
}
.main{
 margin: 0px 50px;
 width: calc(100% - 100px);
 text-align: left;
}
.menu{
 padding: 50px 0px;
 background-color: #F0F0F0;
}
.bottom{
 position: relative;
 padding: 50px;
}
/*--- OSTATNÍ ---*/
.vyhledavani{
 position: relative;
 float: right;
 padding: 13px 30px 0px 0px;
}
.vyhl1, .vyhl2{ float: left; }
.strankovani{
 display: block;
 padding: 10px 20px;
 background-color: #DDDDDD;
 text-align: right;
 font-size: 16px;
 color: #005C9D;
 -webkit-border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 -khtml-border-radius: 3px 3px 3px 3px;
 border-radius: 3px 3px 3px 3px;
}
.strankovani DIV.fll{ padding: 5px 0px 0px 0px; }
.cdetail{
 display: grid;
 grid-gap: 50px;
 grid-template-columns: 1fr 2fr;
}
.cdpol{ display: inline-grid; }
.cdpol1 A{ height: 100%; }
.cdpol1{ order: 1; }
.cdpol2{ order: 2; }
.odstavec{
 padding: 50px 0px 0px 0px;
 display: grid;
 grid-gap: 50px;
}
.odstavec.odst211{ grid-template-columns: 1fr 1fr 2fr; }
.odstavec.odstavec2.odst211{ grid-template-columns: 2fr 1fr 1fr; }
.odstavec.odst21{ grid-template-columns: 1fr 2fr; }
.odstavec.odstavec2.odst21{ grid-template-columns: 2fr 1fr; }
.odstavec.odst1{ grid-template-columns: 1fr; }
.odpol{
 display: inline-grid;
 background-size: cover;
 background-position: center center;
}
.odpol1{ order: 1; }
.odpol2{ order: 2; }
.odpol3{ order: 3; }
.odstavec.odstavec2 .odpol1{ order: 3; }
.odstavec.odstavec2 .odpol3{ order: 1; }
.odpol IFRAME{ width: 100%; height: 100%; }
.odpol.otext{
 text-align: justify;
 color: #373737;
 font-size: 16px;
}
.naseptavac{
 position: absolute;
 left: 0px;
 top: 80px;
 display: block;
 width: calc(100% - 20px);
 padding: 10px;
 text-align: left;
 background-color: #FFFFFF;
 opacity: 0.90;
 filter: alpha(opacity=90);
 -webkit-border-radius: 15px 15px 15px 15px;
 -moz-border-radius: 15px 15px 15px 15px;
 -khtml-border-radius: 15px 15px 15px 15px;
 border-radius: 15px 15px 15px 15px;
}
.hledej{
 display: inline-block;
 padding: 5px;
 margin-left: 10px;
 background-color: #F0F0F0;
 color: #AA0000;
}