/* NASTAVENIA - menit podla farieb stranky*/

/* 
nadpis h1, blokquote:  #2F2483
podnadpis h2, h3, h4: #2F2483
link: #farba3
link hover: #2F2483
formular: #farba5
formular hover: #farba6
odrazky: #2F2483
font nadpisov: #font1
*/



a, input, textarea, select {outline: none !important;}

/* VNUTRO.............................................................. */

.vnutro	h1 {
		font-family: #font1;
    color: #2F2483;
    font-size: 72px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
} 	
.vnutro h2 {
		font-size: 180%;
    font-family: #font1;
		color: #2F2483;
    margin-top: 20px;
		margin-bottom: 15px;
} 
.vnutro h3 {
		font-size: 160%;
    font-family: #font1;
		color: #2F2483;
    margin-top: 15px;
		margin-bottom: 10px;
}
.vnutro h4 {
		font-size: 120%;
    font-family: #font1;
		color: #2F2483;
    margin-top: 15px;
		margin-bottom: 10px;
}  
.vnutro a:link, .vnutro a:visited {
    transition: 0.3s;
    text-decoration: none;
  	color: #farba3;      
}
.vnutro a:hover, .vnutro a:focus {
  	color: #2F2483;      
}  
  
.vnutro ul {
    list-style-type: none;
    padding:0;
    margin:0;
    margin-bottom: 15px;
}   
.vnutro ul li {
    margin-left: 20px;
}
.vnutro ul li:before {
  	content: "\f105";
  	font-family: "FontAwesome";
  	color: #2F2483;  
    padding-left: 12px;
    padding-right: 5px;
    margin-left: -25px; 
} 
  
@media screen and (max-width: 480px) {
  .col-xs-6.gal { width: 100%; }
} 
 
/* BLOCKQUOTE.............................................................. */

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 100%;
    border-left: 5px solid #2F2483;
    background-color: #F0F0F0;
}


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

.image_obrazok img {
width: 100%;
height: auto;
}

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

.image_list_container {
width: 100%;
}
.image_list_container_in {
border: @Border; 
width: 48%; 
padding: 0px; 
float:left; 
margin: 1%;
}
.image_list_image img {
width: 100%; 
height: auto; 
border: @Border;
}
.image_list_popis {
text-align: center; 
line-height: 120%; 
margin-top: 5px;
margin-bottom: 15px;
font-weight: bold;
}

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

.novinky_container {
width: 100%;
}
.novinky_container_in {
width: 48%;
margin-right: 2%;
border: @Border;
background-color: #fff;
line-height: 0px;
}
.novinky_obrazok img {
width: 100%; 
height: auto;
}
.novinky_popis {
text-align: center;
margin-top:5px;
margin-bottom: 15px;
}

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

.formular_input { 
width: 100%;
} 
.textinput {
width: 100%;
margin-top: 0px;
margin-bottom: 5px;
padding: 5px;
border: 1px solid #ccc;
}
textarea {
height: 175px;
}
.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 #ccc;
}
.formular_button {
width: 100%; 
height: 30px;
border: 0px #FFFFFF solid;
background-color: #farba5;
color: #FFFFFF;
margin-bottom: 30px;

}
.formular_button:hover {
background-color: #farba6;
}
#captchaRefresh {
width: 32px; 
height: 32px;
border: @Border;
color: #FFFFFF;
margin-right: 5px;
float: left;
outline: none !important;
background: #farba5 url('/rse/app/ikonky/refresh.png') no-repeat center; 
}
#captchaRefresh:hover {
background-color: #farba6;
}

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

.files_container {
overflow:hidden;
}
.files_icon {
height: 24px; 
margin: 5px; 
width: 24px; 
float: left; 
}
.files_popis {
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;
display: none;
}

/*  RSLIDER  ............................................. */

.callbacks_container {
  position: absolute;
  height: 100%;
  width: 100%;
  }
.fill {
  height: 100%;
  width: 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;
  }



.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
top:55%;
left:0;
  z-index: 3;   
  overflow: hidden;
  text-decoration: none;
  width: 30px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 200%;
  background: rgba(0,0,0,0.50);
  margin-top: -45px;
  }
a.callbacks_nav {
  color: #FFF;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  background: rgba(0,0,0,0.50);
  right: 0;  
  } 
.callbacks_nav:hover, .callbacks_nav.next:hover { 
 background: #2F2483; 
} 
  
/*  TABULKY ............................................. */

.table01 {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	table-layout: fixed;
  margin-bottom: 15px;
}
.table01 th, .table01 td {
	padding: 5px;
	border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table01 thead {
	background: #eee;
	border-bottom: 2px solid #ddd;
}
.table01 tr:nth-child(even) {
	background: #f5f5f5;
}
.table01 tr th:nth-of-type(1) { width: 80px; }
.table01 tr th:nth-of-type(2) { width: 200px; }

@media (max-width: 767px) {
	.table01 thead { display: none;	}
	.table01 tr, .table01 th, .table01 td { display: block;	}
	.table01 td { border-top: none;	}
	.table01 tr td:first-child { border-top: 1px solid #ddd; font-weight: bold;	}
	.table01 tr td:first-child { font-weight: 300; }
	.table01 td:before { display: block; font-weight: bold;	}
  .table01 tr th:nth-of-type(1) { width: inherit; }
  .table01 tr th:nth-of-type(2) { width: inherit; }
	.table01 td:nth-of-type(1):before { content: "Rok:"; }
	.table01 td:nth-of-type(2):before {	content: "Lokalita:";	}
	.table01 td:nth-of-type(3):before {	content: "Názov úlohy:"; }
} 

/*  IKONKY ............................................. */

.adresa a[href^="mailto:"]:before {  
  content: "\f0e0";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#2F2483; 
  margin-right: 8px;           
} 
.adresa a.mobil[href^="tel:"]:before {  
  content: "\f10b";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#2F2483; 
  margin-right: 8px;             
}
.adresa a.fax[href^="tel:"]:before {  
  content: "\f02f";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#2F2483; 
  margin-right: 8px;            
}
.adresa a[href^="tel:"]:before {  
  content: "\f095";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#2F2483; 
  margin-right: 8px;           
}
.adresa a[href^="http://"]:before {  
  content: "\f0c1";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#2F2483; 
  margin-right: 8px;             
} 


/* Pagepath --------------------------------------- */

.navigacia > div:last-child > a {
color:#FF0000 !important;
}

/* Obrazky v textoch --------------------------------------- */

img.vlavo {
float: left;
margin: 5px 15px;
margin-left: 0px;
width: 35% !important;
height: auto !important;
opacity: 0.9;
}
img.vpravo {
float: right;
margin: 5px 15px;
margin-right: 0px;
width: 35% !important;
height: auto !important;
opacity: 0.9;
}
img.fullwidth {
float: none;
width: 100% !important;
height: auto !important;
opacity: 0.9;
}
img.vlavo:hover, img.vpravo:hover, img.fullwidth:hover {
opacity: 1;
}

@media screen and (max-width: 768px) {
img.vlavo { width: 50% !important; }
img.vpravo { width: 50% !important; }
}

@media screen and (max-width: 480px) {
img.vlavo { float: none; margin: 15px 0px; width: 100% !important; }
img.vpravo { float: none; margin: 15px 0px; width: 100% !important; }
} 

.scrolloff {
pointer-events: none;
}
