/* NASTAVENIA - menit podla farieb stranky*/

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



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

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

.vnutro { margin-bottom: 30px;}
.vnutro	h1 {
		font-family: #font1;
    color: #AA2D05;
    font-size: 260%;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    font-style: italic;
} 	
.vnutro h2 {
		font-size: 180%;
    font-family: #font1;
		color: #AA2D05;
    margin-top: 20px;
		margin-bottom: 15px;
    font-style: italic;
} 
.vnutro h3 {
		font-size: 160%;
    font-family: #font1;
		color: #AA2D05;
    margin-top: 15px;
		margin-bottom: 10px;
    font-style: italic;
}
.vnutro h4 {
		font-size: 120%;
    font-family: #font1;
		color: #AA2D05;
    margin-top: 15px;
		margin-bottom: 10px;
    font-style: italic;
}  
.vnutro a:link, .vnutro a:visited {
    transition: 0.3s;
    text-decoration: none;
  	color: #farba3;      
}
.vnutro a:hover, .vnutro a:focus {
  	color: #AA2D05;      
}  
  
.vnutro ul {
    list-style-type: none;
    padding:0;
    margin:0;
    margin-bottom: 15px;
}   
.vnutro ul li {
    margin-left: 20px;
}
.vnutro ul li:before {
  	content: "\f00c";
  	font-family: "FontAwesome";
  	color: #AA2D05;  
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -25px; 
}

.vnutro .mapa_stranok ul {
    list-style-type: none;
    padding:0;
    margin:0;
    margin-bottom: 5px;
    margin-left: 20px;
}   
.vnutro .mapa_stranok ul li {
    margin-left: 20px;
}
.vnutro .mapa_stranok ul li:before {
  	content: "\f105";
  	font-family: "FontAwesome";
  	color: #AA2D05;  
    padding-left: 5px;
    padding-right:5px;
    margin-left: -25px; 
}  

.vnutro ol {
    padding:0;
    margin:0;
    margin-left: 2em;
    margin-bottom: 15px;
    counter-reset: item;
}   
.vnutro ol li {
    margin-left: 0px;
    display: block;
    counter-increment: count-me;
}
.vnutro ol li:before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    color: #AA2D05;
}
  
@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 #AA2D05;
    background-color: #eee;
}


/* 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;
}

.popiska_foto {
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
}
/* 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%; 
}*/


.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: 1px solid #DEDEDE;
    width: calc(100% - 2em);
    vertical-align: top;
    width: 100%;
    margin-bottom: 8px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: @BlackColor;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: @BaseColor;
    font-size: 150%;
}




/* Fumi */
.input--fumi {
    background: #fff;
    overflow: hidden;
    padding: 0.25em 0;
}

.input--fumi::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 2.5em;
    background: #f0f0f0;
    z-index: 100;
}

.input__field--fumi {
    background: transparent;
    padding: 1.5em 1em 0.25em 3.15em;
    width: 100%;
    color: @BlackColor;
}

.input__label--fumi {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 4.5em;
    pointer-events: none;
}

.icon--fumi {
    width: 2em;
    position: absolute;
    top: 0;
    left: 0;
    color: #AA2D05;
    padding: 1em 0 0 0.5em;
}

.input__label-content--fumi {
    padding: 1.7em 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input__label-content--fumi span {
    display: inline-block;
}

.input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.input--filled .input__label-content--fumi {
    -webkit-animation: anim-fumi-1 0.3s forwards;
    animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }
    100% {
        color: #a3a3a3;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}

@keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }
    100% {
        color: #a3a3a3;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}


.input__field--fumi:focus + .input__label--fumi .icon--fumi,
.input--filled .icon--fumi {
    -webkit-animation: anim-fumi-2 0.3s forwards;
    animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: @BaseColor;
    }
}

@keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: @BaseColor;
    }
}

.input__label-content--fumi b {
    color: red;
}
.formular_popis {
    text-align: right;
    margin-right: 5px;
    font-size: 90%;
}
.formular_popis span {
    color: red;
}

.formular_captcha {
width: 100%; 
display: inline;
}
.formular_captcha_obrazok {
width: 120px; 
padding-top: 4px;
height: 32px;
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: #AA2D05;
color: #FFFFFF;
margin-bottom: 30px;
margin-top: 5px;
    transition: 0.3s;
}
.formular_button:hover {
background-color: #0C658A;
}
#captchaRefresh {
width: 32px; 
height: 32px;
border: 0px solid #fff;
color: #FFFFFF;
margin-right: 5px;
float: left;
outline: none !important;
background-color: #AA2D05;
    transition: 0.3s;
}
#captchaRefresh:before {  
  content: "\f021";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#fff; 
  font-size: 120%; 
  padding-left: 2px;        
} 
#captchaRefresh:hover {
background-color: #0C658A;
}

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

.files_container { overflow:hidden; }
.files_velkost { text-align: right; font-size: 12px; }
.files_nazov { font-weight: bold; padding-top: 4px; } 
.files_popis { font-size: 80%; } 

.files a.file_doc:before, .files a.file_rtf:before, .files a.file_pdf:before, 
.files a.file_xls:before, .files a.file_csv:before, .files a.file_ppt:before, 
.files a.file_zip:before, .files a.file_def:before {  
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#AA2D05; 
  font-size: 220%;
  float: left;
  margin-right: 8px;           
}

.files a.file_doc:before { content: "\f1c2"; } 
.files a.file_rtf:before { content: "\f0f6"; } 
.files a.file_pdf:before { content: "\f1c1"; } 
.files a.file_xls:before { content: "\f1c3"; } 
.files a.file_csv:before { content: "\f0f6"; } 
.files a.file_ppt:before { content: "\f1c4"; } 
.files a.file_zip:before { content: "\f1c6"; } 
.files a.file_def:before { content: "\f016"; }


/*  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;
  }

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

.table01 {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	table-layout: fixed;
    margin-bottom: 15px;
}
.table01 th, .table01 td {
	padding: 10px;
	border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table01 th p, .table01 td p {
    margin: 0px;
}
.table01 thead {
	background: #eee;
	border-bottom: 3px solid #ddd;
}
.table01 tr:nth-child(even) {
	background: #f5f5f5;
}
.table01 tr th:first-child {
    width: 50px !important;
}
.table01 tr th:nth-of-type(3) {
    width: 30% !important;
    text-align: center;
}

@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 tr th:nth-of-type(1) { width: 100% !important; }
    .table01 tr th:nth-of-type(3) { width: 100% !important; }
	.table01 td:before { display: block; font-weight: bold;	}
	.table01 td:nth-of-type(1):before { content: "P.č. úkonu:"; }
	.table01 td:nth-of-type(2):before {	content: "Popis úkonu:";	}
	.table01 td:nth-of-type(3):before {	content: "Cena:"; }
}

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

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

a.video:before {
    content: "\f166";
    font-family: 'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
    color: #fff;
    font-size: 40px;
    margin-right: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}


/* 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;
}

#map { width:100%; height:300px;}

h2.panel-title {
    font-family: blenda_scriptregular,Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 130%;
    line-height: 120%;
    color: @ThirdColor;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 30px;
}

.panel-heading {
    cursor: pointer;
    position: relative;
    mim-height: 42px;
}

.panel-heading .accordion-toggle:after {
    font-family:'FontAwesome';
    content:"\f068";
    font-size: 80%;
    float: right;
    color: inherit;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: @BaseColor;
    color: @WhiteColor;
}
.panel-heading.collapsed .accordion-toggle:after {
    content:"\f067";
    background-color: @ThirdColor;
}

/*  IFRAME  ............................................. */
/*
.myIframe {
    position: relative;
    padding-bottom: 105.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    border: solid black 0px;
}
.myIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

