/* 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%; 
margin-top: 10px;
margin-bottom: 20px;
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;
}
.novinky_popis {
text-align: center;
}

/* 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: #a98a51;
color: #FFFFFF;
margin-top: 5px;

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

/* 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  ............................................. */

.callbacks_container  {
height: 100%;
}

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

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 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_tabs {
  list-style: none;
  padding: 0;   
  display:block;
  font-size: 0px;
  text-indent: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 15px;
  }

.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: 2px solid #fff;
border-radius: 10px;
}
.callbacks_tabs li:first-child {
  margin-left: 0;
}

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