/* IMAGES.............................................................. */

.image_container {
width: 100%;
}
.image_obrazok {
width: 23%;
margin: 1%;
border: 0px solid #fff; 
float: left;
}
.image_obrazok img {
width: 100%;
height: auto;
border: 0px solid #fff; 
}

/* IMAGE LIST........................................................... */

.image_list_container {
width: 100%;
}
.image_list_container_in {
border: 0px solid #fff; 
width: 48%; 
padding: 0px; 
float:left; 
margin: 1%;
}
.image_list_image img {
width: 100%; 
height: auto; 
border: 0px solid #fff;
}
.image_list_popis {
text-align: center; 
line-height: 120%; 
font-weight: bold;
}

/* NEWS LIST........................................................... */

.novinky_container {
width: 100%;
}
.novinky_container_in {
width: 48%;
margin-right: 2%;
border: 0px solid #fff;
background-color: #fff;
line-height: 0px;
}
.novinky_obrazok img {
width: 100%; 
height: auto;
border:1px solid #EFEFEF;
}
.novinky_obrazok img:hover {
width: 100%; 
height: auto;
border:1px solid #AEAEAE;
}
.novinky_popis {
text-align: center;
margin-top: 5px;
margin-bottom: 25px;
}
.novinky_popis2 {
text-align: left;
margin-top: 5px;
margin-bottom: 25px;
}
.novinky_popis2 h3 {
margin-top: 5px;
margin-bottom: 5px;
}

a.onas {
display: inline-block;
font-size: 110%;
background-color: #FFF;
padding: 5px;
padding-left: 15px;
padding-right: 15px;
}
a.onas:hover {
color: #FFF;
background-color: #E77817;
}

/* TABULKA ........................................................... */

.table01 {
border:1px solid #DBDBDB;
border-collapse:collapse;
margin-bottom:10px;
width: 100%;
}
.table01 th, .table01 td {
border-bottom:1px solid #DBDBDB;
border-right:1px solid #DBDBDB;
padding-left: 3px;
padding-right: 3px;
}
.table01 tr:nth-child(odd){ 
background-color:#E7E7E7; 
}
.table01 tr:nth-child(even) { 
background-color:#ffffff; 
}

/* FORM........................................................... */

.formular_input { 
width: 100%;
} 
.textinput {
width: 100%;
margin-top: 0px;
margin-bottom: 5px;
padding: 5px;
border: 1px solid #dedede;
}
textarea {
height: 120px;
}
.formular_odoslanie {
width: 100%; 
}
.formular_captcha {
width: 100%; 
display: inline;
}
.formular_captcha_obrazok {
width: 120px; 
height: 25px;
float: left;
}
.formular_captcha_text {
width: 45%;
padding: 5px;
float: right;
border:1px solid #dedede;
}
.formular_button {
width: 100%; 
height: 30px;
border: 0px #FFFFFF solid;
background-color: #E77817;
color: #FFFFFF;
margin-top: 5px;

}
.formular_button:hover {
background-color: #C26412;
}
#captchaRefresh {
width: 32px; 
height: 32px;
border: 0px #FFFFFF solid;
background-color: #E77817;
color: #FFFFFF;
margin-right: 5px;
float: left;
outline: none !important;
}
#captchaRefresh:hover {
background-color: #C26412;
}

/* FILES........................................................... */

.files_container {
height: 44px; 
width: 50%; 
float: left; 
overflow:hidden;
}
.files_icon {
height: 24px; 
margin: 5px; 
width: 24px; 
float: left; 
}
.files_popis {
height: 24px; 
width: 70%; 
margin: 5px; 
float: left;
}
.files_popis_nazov a {
font-weight: bold; 
}
.files_velkost {
height: 24px; 
margin:5px; 
width: 80px; 
float: left;
text-align: right; 
font-size: 12px;
}

/*  RSLIDER  ............................................. */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
top:55%;
left:2%;
opacity:0.8;
filter:alpha(opacity=80);
  z-index: 3;   
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 40px;
  background: red url("slider_nav.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav:active {
opacity:1;
filter:alpha(opacity=100);
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  background: red url("slider_nav.png") no-repeat left top;
  left: 2%;  
  margin-left: 45px;
  -moz-transform:scaleX(-1);
-o-transform:scaleX(-1);
-webkit-transform:scaleX(-1);
transform:scaleX(-1);
filter:FlipH;
-ms-filter:"FlipH";
  } 
.callbacks_nav:hover, .callbacks_nav.next:hover {  
opacity:1;
filter:alpha(opacity=100);  
} 

.callbacks_tabs {
  list-style: none;
  padding: 0;   
  display:block;
  font-size: 0px;
  text-indent: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 42%;
left: 10px;
width: 20px;
  }

.callbacks_tabs li {
  display: inline;
  float: none;
  }
.callbacks_tabs li a {
  display: inline-block;
  float: none;
  width: 13px;
  height: 13px;
  margin: 2px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 3px solid #fff;
border-radius: 10px;
}
.callbacks_tabs li:first-child {
  margin-left: 0;
}

.callbacks_tabs .callbacks_here a {
background-color: #fff !important;
}

@media screen and (max-width: 768px) {
.callbacks_tabs { display: none; } 
}