@font-face {
    font-family: 'MyCustomFont';
    src: url('fonts/OpenSans.eot');
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans.woff') format('woff'),
         url('fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*
@font-face {
  font-family: 'MyCustomFont';
  src: url('fonts/France.eot?#iefix') format('embedded-opentype'),  
       url('fonts/France.otf')  format('opentype'),
	     url('fonts/France.woff') format('woff'), 
       url('fonts/France.ttf')  format('truetype'), 
       url('fonts/France.svg#France') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
 BODY {
 	font-family: MyCustomFont;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #000;
	background: #000;
	background-image:url(/pict/bg.jpg);
	background-repeat:no-repeat;background-position:center center;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
	/*background-attachment: fixed;*/
	margin: 0;
	padding: 0;	
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background: transparent; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    opacity: 0.5; filter: alpha(opacity=50);
}

fieldset {margin:20px 0;}

button.tlacitko {font-family: MyCustomFont;cursor:hand;cursor:pointer;padding:5px 10px;background-color:#a14949;margin:10px;border:0;color:#fff;}
button.tlacitko:hover {background-color:#943c3c;color:#d0a7a7;}
button.tlacitkofilter {font-size:0.7em;font-family: MyCustomFont;cursor:hand;cursor:pointer;padding:4px 8px;background-color:#a14949;margin:0 4px 4px 0;border:0;color:#fff;}
button.tlacitkofilter:hover {background-color:#943c3c;color:#d0a7a7;}
button.tlacitkokosik {font-family: MyCustomFont;cursor:hand;cursor:pointer;padding:10px;background-color:#a14949;margin:10px 10px 10px 0;border:0;color:#fff;}
button.tlacitkokosik:hover {background-color:#943c3c;color:#d0a7a7;}


input {background-color:#fff;border:1px solid #f6f4ef;padding:3px 10px;color:#000;margin:0;}
input.regin {background-color:#fff;border:1px solid #f6f4ef;padding:3px 10px;color:#000;margin:2px 0;width:200px;}
textarea {font-family: MyCustomFont;background-color:#fff;border:1px solid #f6f4ef;padding:3px 10px;color:#000;margin:0;}
input.news {background-color:#fff;border:0;padding:5px;margin:10px 0 0 0;width:170px;}
select {background-color:#fff;padding:5px;border:1px solid #e1e1e1;margin:2px;-moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;}
textarea {font-size:1.0em;font-family: MyCustomFont;background-color:#fff;border:0;padding:3px 10px;margin:1px 0;font-weight:normal;}	
select.produkt {width:250px;}
input.mnozstvo {padding:5px;color:#000;margin:0;width:50px;}
input.inptsearch {margin:10px 0 0 0;padding:5px 10px;}

.jazykpoz {margin:18px 0 0 0;}
.tien {
-webkit-box-shadow: 1px 1px 10px 0px #949494;/* definícia pre webkit jadro Safari a Chrome*/
-moz-box-shadow: 1px 1px 10px 0px #949494;/* definícia pre gecko jadro Firefoxu*/
box-shadow: 1px 1px 10px 0px #949494;/* CSS3 definícia pre všetky prehliadače */
}
.white{color:#fff;}
.nulovanie {padding:0;margin:0;border:0;text-align:left}
.vlavo {float:left;}
.vpravo {float:right;}
.trans{opacity: 1.0; filter: alpha(opacity=100);}
.trans:hover{opacity: 0.5; filter: alpha(opacity=50);}
.zaoblenie {-moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;}
.zaoblenieup {-moz-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;}
.odsadenie {padding:0;margin:15px 15px 0 15px;border:0;}
.odsadenie2 {padding:0;margin:0 15px 0 15px;border:0;}
.odsadeniefull {padding:15px;margin:0;border:0;}
.smalltext {font-size:0.7em;}
.bgw:hover {filter: gray;	filter: grayscale(100%);}
.grey {background-color:#e9e8e9;}
.greyup {background-color:#515151;}
.bgwhite {background-color:#fff;}
.bgup {background-image:url(/pict/bgup2.jpg);background-position:left bottom;background-repeat:repeat-x;}
.grey2 {background-color:#fafafa;}
.white80 {background-image:url(/pict/white80.png);}
.grayscale { 
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.grayscale:hover { 
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/* Dropdown menu*/
.dropbtn {
    background: transparent;
    color: #fff;
    padding: 10px;
    margin:0;
    font-size: 1.0em;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #007e41;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin:15px 0 0 0;
    padding:0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    padding:0;
    margin:0;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a.submn {
    color: black;
    padding: 12px 12px;
    font-size:0.85em;
    text-decoration: none;
    display: block;
    color:#007e41;
}

.dropdown a.submn:hover {background-color: #f1f1f1}

.show {display:block;}
/* koniec Dropdown menu*/

DIV.topnav {padding:0;margin:0 0 0 250px;border:0;float:left;position:absolute;z-index:1000;}
DIV.centerfull {box-sizing: border-box;width:100%;margin:auto;padding:0;border:0;text-align:center;}
DIV.headfull {text-align:left; width:100%;height:80px;margin:0 auto;padding:0;border-width:0 0 1px 0;border-style:solid;border-color:#fff;background-image:url(/pict/black80.png);}
DIV.head {text-align:left; width:1000px;height:80px;margin:0 auto;padding:0;border:0;}
DIV.head1 {font-size:1.2em;padding:0;margin:25px 10px 0 20px;border:0;}
DIV.center {width:1000px;margin:auto;padding:0;border:0;text-align:left;}
DIV.bottomfull {background-image:url(/pict/bgbt.png);background-repeat:repeat-x;background-position:left top;box-sizing: border-box;font-family:MyCustomFont;width:100%;margin:0 auto;padding:30px;border:0;color:#6d6c6c;text-align:center;font-size:1.00em; }

DIV.zakl2 {width:300px;height:120px;background-image:url(/pict/white80.png);display:inline-block;padding:0;margin:0 15px 0 5px;border:0;}
DIV.icozakl2 {width:120px;height:120px;background-image:url(/pict/blue80.png);padding:0;margin:0;border:0;}
DIV.zaklnazov2 {width:150px;padding:0;margin:15px 15px 0 15px;border:0;font-size:1.0em;color:#007e41;text-align:left;}
DIV.zaklpopis2 {width:150px;padding:0;margin:5px 15px 0 15px;border:0;font-size:0.8em;color:#000;text-align:left;}
img.freezakl2 {width:300px;height:120px;position:absolute;z-index:20;padding:0;margin:0 0 0 -300px;border:0;cursor:hand;cursor:pointer;}

DIV.zakl {width:450px;height:180px;background-image:url(/pict/white80.png);display:inline-block;padding:0;margin:0 15px 0 5px;border:0;}
DIV.icozakl {width:180px;height:180px;background-image:url(/pict/blue80.png);padding:0;margin:0;border:0;}
DIV.zaklnazov {width:235px;padding:0;margin:15px 15px 0 15px;border:0;font-size:1.5em;color:#007e41;text-align:left;}
DIV.zaklpopis {width:235px;padding:0;margin:5px 15px 0 15px;border:0;font-size:1.0em;color:#000;text-align:left;}

DIV.clankysmall {display:inline-block;box-sizing: border-box;width:25%;height:400px;margin:0;padding:0;border-width:1px 1px 0 0;border-color:#fff;border-style:solid;background-image:url(/pict/white80.png);}
DIV.smallpict {box-sizing: border-box;width:100%;display:block;height:150px;background-position:center center;background-size:cover;}
DIV.spravanazov {box-sizing: border-box;width:100%;float:left;padding:15px 15px 0 15px;margin:0;border:0;font-size:1.4em;color:#007e41;text-align:left;line-height:95%;}
DIV.spravapopis {box-sizing: border-box;width:100%;float:left;padding:15px 15px 0 15px;margin:0;border:0;font-size:0.8em;color:#000;text-align:left;line-height:120%;}

DIV.odsadenieuvod {padding:50px;}

DIV.clankybig {display:inline-block;box-sizing: border-box;width:50%;height:400px;margin:0;padding:15px;border-width:1px 1px 0 0;border-color:#fff;border-style:solid;background-size:cover;background-position:center center;}
DIV.spravanazovbig {box-sizing: border-box;width:100%;float:left;padding:15px 15px 0 15px;margin:0;border:0;font-size:1.4em;color:#007e41;text-align:left;line-height:248%;}
DIV.spravapopisbig {box-sizing: border-box;width:100%;float:left;padding:0 15px 0 15px;margin:-2px 0 0 0;border:0;font-size:0.8em;color:#000;text-align:left;line-height:240%;}
.textbg {font-size:1.8em;padding:3px 10px;background-image:url(/pict/white80.png); -webkit-box-decoration-break: clone;    -ms-box-decoration-break: clone;    -o-box-decoration-break: clone;    box-decoration-break: clone;}
.perexbg {font-size:1.5em;padding:3px 10px;background-image:url(/pict/white80.png); -webkit-box-decoration-break: clone;    -ms-box-decoration-break: clone;    -o-box-decoration-break: clone;    box-decoration-break: clone;}
.bottombg {padding:2px 10px;line-height:177%;background-image:url(/pict/white80.png); -webkit-box-decoration-break: clone;    -ms-box-decoration-break: clone;    -o-box-decoration-break: clone;    box-decoration-break: clone;}

DIV.errorpage {background-color:#fffdd1;border:1px solid #e3e3e3;color:#000;padding:15px;margin:15px;text-align:center;}
DIV.obsahclanku {box-sizing: border-box;width:980px;padding:40px 20px;margin:0 auto;border:0;text-align:justify;}
DIV.titulka {float:right;width:350px;height:250px;padding:0;margin:20px 0 40px 40px;border-width:15px;border-style:solid;border-color:#fafafa;background-size:cover;background-position:center center;}
DIV.fotogaleria {display:inline-block;cursor:hand;cursor:pointer;width:350px;height:250px;margin:1px;padding:0;border:0;background-size: cover;background-position:center center;}
DIV.titulka2 {width:400px;height:280px;padding:0;margin:0 15px 40px 40px;border-width:0;border-style:solid;border-color:#e9e8e9;background-size:cover;background-position:center center;}
DIV.fotogaleria2 {display:inline-block;cursor:hand;cursor:pointer;width:290px;height:200px;margin:2px;padding:0;border:0;background-size: cover;background-position:center center;}
DIV.pracoviska {display:inline-block;cursor:hand;cursor:pointer;width:300px;height:165px;margin:5px;padding:0;border:0;background-color:#cee5fb;background-image:url(/pict/bgpracoviska.png);background-position:center bottom;background-size:100%;background-repeat:no-repeat;}
DIV.pracoviska2 {display:inline-block;cursor:hand;cursor:pointer;width:350px;height:65px;margin:5px;padding:0;border:0;text-align:left;}
DIV.pracoviskanzov {width:270px;margin:15px 15px;padding:0;border:0;font-size:1.0em;position:absolute;z-index:5;color:#4c7097;}
DIV.submenuobsah {box-sizing: border-box;width:100%;margin:0;padding:15px 0;border:0;text-align:center;}
DIV.pravastrana {width:220px;}
DIV.lavastrana {width:760px;text-align:center;}
DIV.obsahpracoviska {width:100%;box-sizing: border-box;padding:20px 15px;margin:0;border:0;text-align:justify;}
DIV.bottext {float:left;padding:0;margin:0 0 30px 30px;}

DIV.clankysmall2 {width:740px;height:180px;margin:5px 15px 0 5px;padding:0;border-width:0 0 1px 0;border-style:solid;border-color:#f3f3f3;display:inline-block;background-color:#f7fdff;}
DIV.spravanazov2 {width:450px;padding:0;margin:15px 15px 0 15px;border:0;font-size:1.5em;color:#007e41;text-align:left;line-height:95%;}
DIV.spravapopis2 {width:450px;padding:0;margin:15px 15px 0 15px;border:0;font-size:1.0em;color:#000;text-align:left;line-height:120%;}

img.pictkontatk {height:140px;padding:0;margin:8px 5px 0 20px;border:3px solid #fff;}
img.headicon {width:25px;padding:1px;margin:25px 0 0 0;border:0;}
img.logo {padding:0;margin:5px;border:0;}
img.freezakl {width:450px;height:180px;position:absolute;z-index:20;padding:0;margin:0 0 0 -449px;border:0;cursor:hand;cursor:pointer;}
img.pracoviskafree {width:300px;height:165px;position:absolute;z-index:20;padding:0;margin:0 0 0 -150px;border:0;}
img.titulka {width:350px;height:250px;}
img.titulka2 {width:350px;height:250px;}
img.ico-info {padding:10px;margin:0;width:65px;}
img.logopgm {width:100px;padding:0;margin:0 0 30px 0;float:left;}
img.searchico {padding:0;margin:5px 0 0 0;border:0;}
img.fotogaleria {padding:0;margin:0;border:0;width:170px;height:120px;}
img.fototitulka {padding:0;margin:0;border:0;width:330px;height:250px;}
img.nexticon {width:40px;position:absolute;z-index:50;margin:0 0 0 0;padding:10px;background-image:url(/pict/white80.png);-moz-border-radius: 45px;border-radius: 45px;-webkit-border-radius: 45px;}
img.nexticonsmall {width:25px;position:absolute;z-index:50;margin:330px -20px;padding:10px;background-image:url(/pict/white80.png);-moz-border-radius: 45px;border-radius: 45px;-webkit-border-radius: 45px;}

A.icon {display:none;}
A{color:#007e41;text-decoration:none;}
A:hover{color:#006936;text-decoration:none;}
A.menu {font-size:1.0em;padding:10px;margin:0;text-decoration: none; font-weight: normal; color: #fff;border:0;}
A.menu:hover, .menu:focus {color: #fff;border:0;background-color:#007e41;}
A.menu2 {font-size:1.0em;padding:10px;margin:25px 0 0 1px;text-decoration: none; font-weight: normal; border:0; color: #fff;border:0;background-color:#007e41;}
A.menu2:hover, .menu2:focus {opacity: 1.0; filter: alpha(opacity=100);}
A.subprac {display:inline-table;font-size:0.75em;color:#e9e8e9;padding:10px 15px;margin:2px;border:0;color:#007e41;}
A.subprac:hover {opacity: 0.5; filter: alpha(opacity=50);}
A.subprac2 {display:inline-table;font-weight:normal;font-size:0.75em;color:#fff;padding:10px 15px;margin:2px;border:0;background-color:#007e41;}
A.subprac2:hover {opacity: 1.0; filter: alpha(opacity=100);}
A.submenu {display:inline-block;font-size:0.9em;padding:9px 10px 9px 17px;margin:0;text-decoration: none; font-weight: normal; color: #fff;border:0;background-image:url(/pict/next-white.png);background-position:5px 14px;background-repeat:no-repeat;}
A.submenu:hover {display:inline-block;box-shadow: 2px -1px 2px #c7c7c7;-moz-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;opacity: 0.5; filter: alpha(opacity=50);font-size:0.9em;padding:5px 10px 9px 17px;margin:2px 0 0 0;text-decoration: none; font-weight: normal; color: #515151;border:0;background-image:url(/pict/next-grey.png);background-position:5px 10px;background-repeat:no-repeat;background-color:#d5d5d5;}
A.submenu2 {display:inline-block;box-shadow: 2px -1px 2px #c7c7c7;font-size:0.9em;padding:5px 10px 9px 17px;margin:4px 0 0 0;text-decoration: none; font-weight: bold; color: #515151;border:0;background-image:url(/pict/next-grey.png);background-position:5px 10px;background-repeat:no-repeat;background-color:#fff;}
A.submenu2:hover {display:inline-block;opacity: 1.0; filter: alpha(opacity=100);}

A.submenuprac {opacity: 0.7; filter: alpha(opacity=70);display:inline-block;box-shadow: 2px -1px 2px #c7c7c7;font-size:0.9em;padding:5px 10px 9px 17px;margin:4px 0 0 0;text-decoration: none; font-weight: bold; color: #515151;border:0;background-image:url(/pict/next-grey.png);background-position:5px 10px;background-repeat:no-repeat;background-color:#fff;}
A.submenuprac:hover {opacity: 1.0; filter: alpha(opacity=100);}
A.submenuprac2 {display:inline-block;box-shadow: 2px -1px 2px #c7c7c7;font-size:0.9em;padding:5px 10px 9px 17px;margin:4px 0 0 0;text-decoration: none; font-weight: bold; color: #515151;border:0;background-image:url(/pict/next-grey.png);background-position:5px 10px;background-repeat:no-repeat;background-color:#fff;}
A.submenuprac2:hover {display:inline-block;opacity: 1.0; filter: alpha(opacity=100);}

A.nextambulancie {position:absolute;width:270px;font-size:0.9em;padding:3px 5px 10px 35px;margin:0;text-decoration: none; font-weight: normal; color: #415f80;border:0;background-image:url(/pict/next.png);background-position:left top;background-repeat:no-repeat;background-size:30px;}
A.nextambulancie:hover {opacity: 0.5; filter: alpha(opacity=50);}

A.spravy {font-size:0.80em;color:#007e41;text-align:left;line:80%;}
A.spravy:hover {opacity: 0.5; filter: alpha(opacity=50);}
A.listovanie {font-size:0.8em;padding:3px;margin:0 1px;border:1px solid #007e41;color:#007e41;}
A.listovanie:hover {font-size:0.8em;padding:3px;margin:0 1px;border:1px solid #007e41c;color:#007e41;}
A.listovanie2 {font-size:0.8em;padding:3px;margin:0 1px;border:1px solid #007e41;background-color:#007e41;color:#fff;}
A.listovanie2:hover {font-size:0.8em;padding:3px;margin:0 1px;border:1px solid #007e41;background-color:#007e41;color:#fff;}

A.tlacitkopress {position:absolute;z-index:10;padding:15px 30px;margin:200px -140px;border:1px solid #007e41;background-color:#007e41;color:#fff;}
A.tlacitkopress:hover {background-color:#fff;color:#007e41;}
A.tlacitkopress2 {position:absolute;z-index:10;padding:15px 30px;margin:330px 0 0 -40px;border:1px solid #007e41;background-color:#007e41;color:#fff;}
A.tlacitkopress2:hover {background-color:#fff;color:#007e41;}
A.tlacitko {padding:15px 30px;margin:200px -140px;border:1px solid #007e41;background-color:#007e41;color:#fff;}
A.tlacitko:hover {background-color:#fff;color:#007e41;}

h1.nadpis {display:inline-block;letter-spacing:1px;font-family:MyCustomFont;color:#000;padding:0 0 30px 15px;margin:30px 0 0 0;font-weight:normal;font-size:3.0em;text-align:left;font-weight:normal;border-width:0 0 0 1px;border-style:solid;border-color:#fff;}
h2,h2.nadpis2 { letter-spacing:1px;font-family:MyCustomFont;color:#949494;padding:0 0 0 15px;margin:0 0 0 0;font-weight:normal;font-size:1.5em;text-align:left;font-weight:normal;border-width:0 0 0 1px;border-style:solid;border-color:#949494;}
h1.nadpisclanok {color:#4f789e;padding:30px 20px 40px 20px;margin:0;font-weight:normal;font-size:3.0em;text-align:left;}
h1.nadpispracoviska {color:#4f789e;padding:30px 15px 10px 15px;margin:15px 0 0 0;font-weight:normal;font-size:3.0em;text-align:left;}
h2.subnadpis {color:#4f789e;padding:40px 20px 0 20px;margin:0;font-weight:normal;font-size:2.0em;text-align:left;}

table.downdok {padding:20px 0 20px 0;margin:auto;border:0;color:#4f789e;}
td.nazovdok {background-color:#fff;color:#898989;padding:10px 20px;margin:5px;border-width:0;border-color:#898989;border-style:solid;text-align:left;font-size:1.0em;}
td.obsahdok {background-color:#fff;color:#898989;padding:10px 20px;margin:5px;border-width:0;border-color:#898989;border-style:solid;text-align:left;font-size:0.8em;}
td.nazov {background-color:#fff;background-color:#fff;color:#898989;padding:10px 20px;margin:5px;border-width:0;border-color:#898989;border-style:solid;text-align:left;font-size:0.8em;}
td.obsah {background-color:#fff;color:#898989;padding:10px 20px;margin:5px;border-width:0;border-color:#898989;border-style:solid;text-align:left;font-size:0.8em;}

DIV.searchform {position:absolute;z-index:10;padding:0;margin:50px 0 0 45px;border:0;width:250px;border:0;}

@media screen and (max-width: 1000px) {
    img.logo {height:60px;margin-top:12px;}
    #myBtn {
                bottom: 10px; /* Place the button at the bottom of the page */
                right: 10px; /* Place the button 30px from the right */
            }
    /*html {overflow-x: hidden}*/
    .topnav {display: hidden;color:#fff}
    .topnav button {display: none;}
    .topnav a {display: none;}
    .topnav div.dropdown {display: none;}
    /*
    .topnav a {  float: left;  display: block;  color: #f2f2f2;  text-align: center;  padding: 14px 16px;  text-decoration: none;  font-size: 17px;}
    .topnav a:hover { background-color: #ddd; color: black;}
    */
    
    .topnav.responsive {position: absolute;z-index:1999;margin:80px 0 0 0; background-color: #000;width:100%;box-sizing: border-box;border-width:1px 0 3px 0;border-color:#fff;border-style:solid;}
    .topnav.responsive a {    float: none;    display: block;    text-align: left;  }
    .topnav.responsive button {    float: none;    display: block;    text-align: left;  }
    .topnav.responsive DIV.dropdown {    float: none;    display: block;    text-align: left;  }

    .dropbtn {
    background: transparent;
    color: #fff;
    padding: 10px;
    margin:0;
    font-size: 1.0em;
    border: none;
    cursor: pointer;
    width:100%;
    }
    
    .dropbtn:hover, .dropbtn:focus {
        background-color: #007e41;
    }
    
    .dropdown {
        position: relative;
        z-index:1;
        display: block;
        margin:0;
        padding:0;
        border:0;
    }
    
    .dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        min-width: 250px;
        padding:0;
        margin:0;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
    
    .dropdown-content a.submn {
        color: black;
        padding: 12px 12px;
        font-size:0.85em;
        text-decoration: none;
        display: block;
        color:#007e41;
    }
    
    .dropdown a.submn:hover {background-color: #f1f1f1}
    
    .show {display:block;}


    A.icon {display:block;float:left;background-color:#007e41;color:#fff;padding:5px 10px;margin:25px 0 0 0;border:0;}
    A.icon:hover {opacity: 0.5; filter: alpha(opacity=50);}
    DIV.centerfull {width:100%;}
    DIV.headfull {width:100%;height:80px;margin:0 auto;padding:0;border-width:0 0 1px 0;border-style:solid;border-color:#fff;background-color:#007e41;}
    DIV.head {text-align:left; width:100%;height:80px;margin:0 auto;padding:0;border:0;}
    DIV.head1 {font-size:1.2em;padding:0;margin:25px 10px 0 20px;border:0;}
    DIV.center {box-sizing: border-box;width:100%;margin:auto;padding:0;border:0;text-align:left;}
    DIV.bottomfull {box-sizing: border-box;font-family:MyCustomFont;width:100%;margin:0 auto;padding:30px;border:0;color:#6d6c6c;text-align:center;font-size:1.00em; }
  
    DIV.clankybig {width:75%;}
    DIV.spravanazovbig {line-height:185%;}
    DIV.spravapopisbig {line-height:185%;}
    .textbg {font-size:1.5em;}
    .perexbg {font-size:1.2em;}

    h1,h1.nadpis {font-size:2.5em;border:0;}
    h2,h2.nadpis2 {font-size:1.2em;border:0}
    span.tlacnazov {font-size:1.5em;}
    A.menu {margin:0 0 0 1px;}
    A.menu2 {margin:0 0 0 1px;}
}



@media screen and (max-width: 600px) {
    img.logo {height:60px;margin-top:12px;}
    img.titulka {width:100%;height:250px;}
    
    DIV.odsadenieuvod {padding:0;}
    DIV.tlacsmall {text-align:left;box-sizing: border-box;width:100%;height:280px;margin:1px 0 0 0;padding:0;border:0;display:inline-block;background-position:center center;background-repeat:no-repeat;background-size:cover;}
    DIV.tlacnazov2 {padding:30px 50px 15px 30px;width:100%;box-sizing: border-box;text-align:left;float:left;}
    DIV.titulka {width:100%;margin:20px 0 40px 0;float:none;box-sizing: border-box;}
    DIV.team {box-sizing: border-box;display:inline-block;width:100%;height:150px;margin:5px 0;padding:0;border:0;background-size:  auto 100%;background-position:left center;background-repeat:no-repeat;}
    DIV.team1 {float:left;box-sizing: border-box;padding:15px 15px 0 130px;display:block;font-size:1.2em;margin:0;border:0;text-align:left;font-weight:normal;}
    DIV.team2 {float:left;box-sizing: border-box;padding:3px 15px 3px 15px;display:block;background-color:#898989;font-size:0.8em;margin:0 0 0 110px;border:0;text-align:left;}
    DIV.team3 {float:left;box-sizing: border-box;padding:3px 15px 3px 25px;display:block;font-size:0.85em;color:#415f80;margin:3px 0 0 110px;border:0;text-align:left;background-image:url(/pict/ico-tel.png);background-position:left 0;background-size:25px;background-repeat:no-repeat;}
    DIV.team4 {float:left;box-sizing: border-box;padding:3px 15px 3px 25px;display:block;font-size:0.85em;color:#415f80;margin:3px 0 0 110px;border:0;text-align:left;background-image:url(/pict/ico-email.png);background-position:left 0;background-size:25px;background-repeat:no-repeat;}
    
    DIV.clankybig {width:100%;}
    DIV.spravanazovbig {line-height:165%;}
    DIV.spravapopisbig {line-height:175%;}
    .textbg {font-size:1.2em;}
    .perexbg {font-size:1.0em;}
    
    DIV.clankysmall {display:inline-table;box-sizing: border-box;width:100%;height:400px;margin:0;padding:0;border-width:1px 1px 0 0;border-color:#fff;border-style:solid;background-image:url(/pict/grey20.png);}
    DIV.smallpict {box-sizing: border-box;width:100%;display:block;height:150px;background-position:center center;background-size:cover;}
    DIV.spravanazov {box-sizing: border-box;width:100%;display:block;padding:15px 15px 0 15px;margin:0;border:0;font-size:1.4em;color:#007e41;text-align:left;line-height:95%;}
    DIV.spravapopis {box-sizing: border-box;width:100%;display:block;padding:15px 15px 0 15px;margin:0;border:0;font-size:0.8em;color:#000;text-align:left;line-height:120%;}
    
    table.downdok {width:80%;}
    
    img.nexticon {margin:300px -30px;}
}
























