body, html {
  margin: 0 auto;
  height: auto;
  font-size: 18px;
  font-family: Arial, Verdana, Times New Roman, Tahoma, "Trebuchet MS" ;
  color: #444444;
  vertical-align:top;
  padding: 0;
  overflow-x: hidden;
  line-height: 30px;
}
* {
	padding: 0;
	margin: 0;
}

#menu li{
  list-style: none;
}


a {
  color: #3D8F56;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}

hr {
  background: none;
  height: 0;
  border-top: 1px solid #EEEEEE;
}
div, img{
  margin: 0;
  padding: 0;
}

p{
  margin: 0;
  padding: 0;
}
table{
  margin: 0;
  padding: 0;
}
tr{
  margin: 0;
  padding: 0;
}
td{
  margin: 0;
  padding: 0;
  vertical-align:top;
}



.darkHeader{
    width:inherit;
    position: fixed;
    display: block;
    z-index: 999999999999999999999999999999;
    width: 100%;
}

.darkHeader{
  background: #FFFFFF;
  border-bottom: 3px solid #2F6D42;
}


#nadheader {
  background: #2F6D42;
  color:#EEEEEE;
}
#nadheaderat {
  width: 100%;
  margin:  0 auto;
  padding: 10px 0;
  max-width: 1140px;
  display: table;
  font-size: 14px;
}
.nadlefth {
  width: 48%;
  margin:  0 auto;
  padding: 0;
  float: left;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
}
.nadlefth span {
  color: #FFFFCC;
}
.nadlefth p{
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.nadlefth p {
    margin: 0 30px 0 0;
}
.nadlefth p span.tela, .nadlefth p span.tela a{
    color: #89CD9D;
}

.nadrth {
  width: 48%;
  margin:  0 auto;
  padding:  0;
  float: right;
  text-align: right;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
  color: #EEEEEE;
}

.nadrth a{
  color: #89CD9D;
  margin: 0 2px 0 2px;
}
.nadrth a:hover{
  color: #FFFFFF;
}

.nadsredath {
  width: 20%;
  margin:  0 auto;
  padding: 0;
  float: left;
  text-align: center;
}

.nadsredath2 {
  width: 100%;
  margin:  0 auto;
  padding: 0;
  text-align: center;
  display:table;
}

header{
  width: 100%;
  margin:  0 auto;
  padding: 0 0 5px 0;
  display: table;
  background: #FFFFFF;
}
/*
#header {
  width: 100%;
  margin:  0 auto;
  padding: 0;
  max-width: 1140px;
}

#headerl {
  width: 45%;
  margin:  0 auto;
  padding: 20px 0 12px 0;
  float: left;
}
#headerr {
  width: 55%;
  margin:  0 auto;
  padding: 40px 0 10px 0;
  float: right;
}*/


.nadrth p{
    float: right;
}


#menuto {
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    display: table;
    border-top: 1px solid #EEEEEE;
    border-bottom: 4px solid #2F6D42;
    margin: 0 auto;
    padding: 0px;
}

#mmi{
  display: none;
}

#menu {
   overflow: hidden;
   margin: 0 auto;
   padding: 0px 0 0 0;
   text-align:center;
   position: relative;
}


#menu li {
    display: inline-table;
    margin: 0;
    padding: 0px;
    list-style: none;
}

#menu a {
    float: left;
    padding: 19px 15px 0px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 21px;
    color: #222222;
   /* font-family: 'Roboto Condensed', sans-serif;  */
    font-family: 'Sofia Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold
}
#menu a:hover {
  color: #2F6D42;
}

#menu a.current_page_item {
  color: #2F6D42;
}
#menu li.st-mobile-close {
  display: none;
}


/* First Level */
#menu ul {
    list-style: none;
    z-index: 111111111111;
}

#menu ul li ul li a:hover  {
    color: #A61E22;
}

/* Second Level */
#menu ul ul {
    display: none;
    position: absolute;
    top: 193px;
    padding: 0px;
    width: 154px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
    background:#CC0000;
}
#menu ul li:hover > ul {
    display: table;
}
#menu ul ul li {
    float: none;
    position: relative;
    text-align: left;
    padding: 7px;
    width: 140px;
    display: table;
    border-top: 1px solid #E00000;
}
#menu ul ul li a {
    padding: 0px;
    text-align: left;
    float: left;
    border-right: none;
}
#menu ul li ul li a:hover {
  color: #FFFFFF;
}
#menu ul li a.activm1, #menu ul li a.activm {
    color: #E32026;
}


#homeslider {
  width: 100%;
  margin: 0px auto 3px auto;
  display: table;
  padding: 0%;
  position: relative;
}




#content {
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0%;
}

.contentat {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0% 0% 1% 0%;
  display: table;
  /*line-height: 21px;*/
}
#content li{
  margin: 0 0 10px 20px;
}





/*----------------------------------- */
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  float: left; margin: 0 8px 0 0;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/*----------------------------------- */


footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  display: table;
  max-width: 1140px;
  color: #F7F7F7;
}

footer {
  border-top: 5px solid #89CD9D;
  background: #333333;
  width: 100%;
  height: auto;
  padding: 0px 0 0 0;
}
#footer {
  width: 100%;
  height: auto;
  padding: 15px 0 10px 0;
  margin: 0 auto;
}
#footer p.footkcat{
  font-size: 19px;
  color: #F7F7F7;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
#footer p{
  font-size: 16px;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
  margin: 6px 0;
}
#footer a {
    color: #89CD9D;
}


#podfooter {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  background: #2F6D42;
}

#podfooterat {
  width: 100%;
  height: auto;
  padding: 1px 0;
  margin: 0 auto;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
}
#podfooterat a{
  color: #89CD9D;
}
.footkcat {
  text-transform: uppercase;
}



.menuzaghide{
   border-bottom: 4px double #EEEEEE;
  font-family: 'Sofia Sans', Arial, Verdana;
  font: 22px/28px 'Sofia Sans', Arial, Verdana;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
}





input,
textarea,
select,
button {
  font-size: 11px;
  padding: 4px 3px;
  outline: none;
  vertical-align: middle;
  color: #333333;
  background: #FFFFFF;
  text-shadow: none;
  border: 1px solid #BBBBBB;
  margin: 0 0 10px 0;
}
option{
  background: #FFFFFF;
}





#content h1, #content h2, #content h5, p.zaglavie4 {
  font-weight: bold;
  padding: 15px 0;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
  font-size: 27px;
  margin: 0 0 5px 0;
}


#content h3 {
  font-size: 19px;
  font-weight: normal;
  padding: 0 0 10px 0;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
}

#content h4 {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0 0 0;
  /*font-family: 'Roboto Condensed', Arial, sans-serif; */
  font-family: 'Sofia Sans', Arial, sans-serif;
}


/* --------------------------------------------------- */




.sitehide {
    display: none;
}




.tg-heading:after{background:#2F6D42;}

.tg-heading{
	width: 100%;
	float: left;
	position: relative;
	padding: 15px 0 10px 0;
    margin-bottom: 35px;
}
.tg-heading:before,
.tg-heading:after{
	bottom: 0;
	left: 0;
	height: 3px;
	content: '';
	position: absolute;
}
.tg-heading:before{
	width: 100%;
	background: #DDDDDD;
}
.tg-heading:after{width: 5%;}
.tg-heading h1{
	margin: 0;
	font-size: 32px;
}


#dolim{
	width: 100%;
    display: table;
    text-align: center;
}
.dolim1 {
    display: inline-table;
    padding: 0.5%;
    width: 18.5%;
    position: relative;
}
.dolim1 img{
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    border: 2px solid #DDDDDD;
    transition: all 1.5s;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: table;
}

.dolim1:hover img {
  opacity: 0.2;
  transform: rotate(360deg);
  background: #000000;
}

.dolim1:hover .middle {
  opacity: 1;
}
.textdol {
 /* background-color: #000000;
  opacity: 0.6;*/
  color:#000000;
  text-shadow: 1px 1px 5px #888888;
  font-size: 20px;
    display: block;
    line-height: 21px;
    padding: 15px 5px;
    border-radius: 50%;
    font-weight: bold;
  font-family: 'Sofia Sans', Arial, sans-serif;
}

#homeslider1 {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 200px;
  position: relative;

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  center bottom;


}
#homeslider1 p{
  padding: 15px 2% 15px 2%;
    color: #EEEEEE;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    width: 96%;
    max-width: 1020px;
}

