
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        line-height: 1.5em;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;	
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {

	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
        color : #464646;
}
.logo-wrap {
	position: relative;
}
.pic-logo {
	position: absolute;
	top: 55%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);	
	-ms-transform: translate(0, -45%);
}
	
/**********  Typografia ***********/
.err {
	color: red;
	text-align: left!important;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p {
	margin-bottom: 10px;	
}	
i {
    font-style: italic;
    line-height: 1.5em;
}
blockquote {
	font-style: italic;  
	color : #848484!important;
	margin-top: -10px!important;
	margin-bottom: 10px!important;
}
.blockquote p {
	color : #848484!important;
}
h1, .h1 {
    font-size : 48px;
    line-height: 1.2em;
    font-weight: 600;
    color : #848484;
    width: 100%;
    text-align: left;
    font-family: 'Dosis';
    margin-bottom: 20px;
    margin-top: 15px;
}

h2 {
    font-size : 36px;
    line-height: 1.2em;
    font-weight: 600;
    color : #848484;
    text-align: left;
    font-family: 'Dosis';
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    font-size : 24px;
    line-height: 1.2em;
    font-weight: 600;
    color : #848484;
    text-align: left;
    font-family: 'Dosis';
    margin-bottom: 10px;
    margin-top: 10px;
}

h4 {
    font-size : 20px;
    line-height: 1.2em;
    font-weight: 400;
    color : #848484;
    text-align: left;
    font-family: 'Roboto';
    margin-bottom: 10px;
    margin-top: 10px;
}


h3 > i {
    font-style: italic;
    line-height: 1.5em;
}

h4 > i {
    font-style: italic;
    line-height: 1.5em;    
}

hr {
    border-top : 1px solid #e6e9e2;
 /*   border-radius: 1px;*/
}

b, strong {
    font-weight: 500;
}

a ,
a.hover ,
a:link,
a:visited,
a:active {
    color : #fb586b;
    text-decoration: none;
}
a > img {
	margin-left: 0px;
}
.img-wrap img {
	margin-left: 0px;
}
/*** outline ****/

a {
   outline: 0;
}

a:hover, a:active, a:focus {
  outline: 0;
}

input::-moz-focus-inner { 
  border: 0; 
}

p.text-velkym {
	text-transform: uppercase;
}
.important {
	color: #850C70;
}
.detail {
	color: #502849;
}
.rootline {
	border-bottom: 1px solid #e6e9e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content-top {
	text-align: right;
}
.csc-header-n1 {
/*margin-bottom: 60px;*/
}
.
.facebook-share {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 25px;
}
.send-friend {
	display: inline-block;
	vertical-align: top;
}
.send-friend a {
	background: url('../img/letter.png') no-repeat top center;
	min-width: 70px;
	width: auto;
	padding-top: 30px;
	display: inline-block;
}
.send-friend span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	color: #fb586b;
	text-align: center;
}
.print-link {
	display: inline-block;
	vertical-align: top;
}
.print-link a {
	background: url('../img/print.png') no-repeat top center;
	width: 70px;
	padding-top: 30px;
	display: inline-block;
}
.print-link span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	color: #fb586b;
	text-align: center;
}

.change-link {
	display: inline-block;
	vertical-align: top;
}
.btn-nahlasit {
	background: url('../img/change.png') no-repeat top center!important;
	width: 111px!important;
	padding-top: 25px!important;
	padding-bottom: 20px!important;
	display: inline-block!important;
	text-transform: uppercase;
	font-size: 11px;
	color: #fb586b;
	text-align: center;
}
.change-link span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	color: #fb586b;
	text-align: center;
}


.bottom50 {
	margin-bottom: 50px;
}

.home-legend {
	margin-top: 30px;
	text-align: left;
}
.home-legend .container .row {
	width: 100%;
}


.home-legend div {
	display: block;
}
.home-legend span {
	font-size: 18px;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	line-height: 1.1em;
}
.home-legend a {
	font-size: 14px;
	display: block;
}

.l-blue {
	background: #48AFDC;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.l-green {
	background: #43CD8E;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.l-red {
	background: #AE2C3B;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.l-cal {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.l-title {
	display: inline-block;
	margin-left: 15px;
	line-height: 1.3em;
	vertical-align: middle;
	float: left;
}
.l-title span a {
	color: #464646;
	font-size: 18px;
}
.l-title span {
	float: none;	
}
.l-box {
	margin: 0 0 10px 0;
}

.banner {
	padding-top: 72px;
}

.banner img {
	display: inline-block;
}
.banner .container {
	height: 100%;
	display: block;
	min-height: 100%;	
}

.banner .container div {
	position: inherit;
	height: 100%;
	display: block;
	min-height: 100%;	
}


/****************/
content-wrap .ul {
    margin-bottom: 15px;
}

.content-wrap ul li {
    list-style : none;
    line-height: 1.0em;
    font-family: 'Dosis';
    font-weight: 500;
}

.content-wrap ul li:before {
    color : #fb586b; 
    content :"\2022"; 
    font-size :2.8em; 
    padding-right:.15em; 
    position:relative;
    top: 9px; 
}




table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ebebeb;
    color : #464646;
    margin-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

thead, th {
    font-family: 'Dosis';
    font-weight: 600;
    text-transform: uppercase;
    background-color: #91d8f7;
    color : white;
    font-size: 18px;
    vertical-align: middle;
}

tbody, tfoot , td {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}

td, th {
    border-right: 1px solid #79bedc;
    padding-left: 20px;
}

tr {
    height: 68px;
    border-top: 1px solid white;

}

thead > tr {
    height: 60px;
    border-top: #91d8f7 solid 8px;
}

tfoot > tr {
    height: 60px;
    border-bottom: #ebebeb solid 8px;
}

td:last-child , th:last-child {
     border-right : none;
}


input, button, textarea, select {
 /*   margin-bottom: 10px;
    margin-top: 10px;*/
}

button {
    font-family: 'Dosis';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.h-122 {
	height: 122px;
}

#content {
    margin-top: 50px;
}

/********** Form ******************/
/* forms */
#content input {
	background: #ebebeb;
	border: 0 none;
	width: 100%;
	padding: 7px 10px;
}
#content textarea {
	background: #ebebeb;
	border: 0 none;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#content select {
	background: #ebebeb;
	border: 0 none;
	width: 100%;

}

#content input[type="radio"], #content input[type="checkbox"] {
    width: 15px;
    display: inline;
    margin-right: 10px;
}

#content label {
	font-size: 18px;
	color: #555555;
	font-weight: 300;
	margin: 10px 0 5px 0;
	padding: 0 0 0 10px;
	display: block;
	text-align: left;
}
#content .lab-overenie {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#content .btn {
	background: #fb586b;
	border: 0 none;
	color: #fff;
	padding-top: 9px;
	padding-bottom: 9px;
}
.form {
	margin-top: 10px;
	/*border-left: 1px solid #ebebeb;*/
}
.tx-kioscosmotron-pi1 {
	position: relative;
}
.custSelect {
	cursor: pointer;
}

button {
    background-color : #fb586b;
    height: 52px;
    padding-left: 30px;
    padding-right:30px;
    color : white;
    border-radius: 10px;
    border : solid #fb586b 1px;
}

button:hover,
button:active,
button:focus {
    background-color : #a03c48;
    border : solid #a03c48 1px;
}

.menu_item_ico_mob {
    background-color : #a03c48;
    border : solid #a03c48 1px; 
    display: block;
    width: 80px;
    height: 100%;
}

.mob-lang {
    display: inline-block;
}


input {
    background-color: #e5e5e5;
    height: 40px;
    color : #464646;
    border : none;
    padding-left: 10px;
    padding-right: 10px;
}

textarea {
    background-color: #e5e5e5;
    height: 140px;
    color : #464646; 
   border : none;
    padding-left: 10px;
    padding-right: 10px; 
}

select {
    background-color: #e5e5e5;
    height: 40px;
    color : #464646;
    border : none;
    padding-left: 10px;
    padding-right: 10px; 
}
option {
    background-color: #e5e5e5;
    color : #464646;
    border : none;
    padding-left: 10px;
    padding-right: 10px; 
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span,
.pagination > li > a, 
.pagination > li > span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    line-height: 28px;
    color : #fb586b;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #fb586b;
    border : solid #fb586b 1px;
}


.pagination > li > a:hover, 
.pagination > li > span:hover {
     border : solid #fb586b 1px;
     background-color: #fff;
     color : #fb586b;
}

.ico_blue {
    display: inline-block;
    border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
}
.ico_blue > img {
    margin-left: 0px;
    width: 42px;
    height: 42px;
}

.ico_blue > img:hover {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1)
}
.ico_blue:hover {
    
    background: #91d8f7;
}

/********** Main Menu *************/
.main-menu {
        width : 100%;
        background-color: #fb586b;
        z-index: 100;
}

.main-menu > li {
    color: white;  
    line-height: 1em;
}
.m-menu li a {
	text-transform: uppercase;	
}
.m-menu li li a {
	text-transform: initial;	
}
.main-menu .navbar{
	margin-bottom: 0px;
	border: 0 none;
}


.main-menu .nav > li > a {
	color: #fde9d8;
        text-align: center;
        display: table;
}

.main-menu .nav > li > a > span {
    font-family: 'Dosis';
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 72px;
    display: table-cell;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #dd4d5e;
}

.main-menu .nav > li > a:hover, .nav > li > span > a:focus {
	background-color: #dd4d5e;
}

.navbar {
    border-radius: 0px;
}
.s-fix {
	position: fixed;
	top: 42px;
	left: 0;
	background: #fff;
	z-index: 100;
	width: 100%;	
	margin-left: 0;
	padding-top: 13px;
}
.s-fix .container {
	margin: 0 auto;
}
.n-fix {
	width: 100%;		
}	
.m-fix {
	position: fixed;
	top: 0;
	left: 0;
}
.mm {
	border-top: 1px solid #9a3688;
	padding-top: 5px;
}
.cd-main-content {
	padding-top: 0;
	background-color: #fff;
}

.dropdown_menu_item {
    background-color: #fb586b;
    width : 100%;
    vertical-align: central;
}

/** ****** **/
.own-dropdown {
    position: relative;
    height: 0px;
    vertical-align: middle;
}


.own-dropdown img {
	margin: 0 auto;
}

.own-dropdown > a {
    width: 100%;
}

.own-dropdown:hover {
    background-color: #dd4d5e;
}


.own-dropdown-mob {
    position: relative;
    vertical-align: middle;
    display: inline;
}

.mob-lang.nav-justified > li {
   float: left;
}

.mob-lang.nav-justified > li > a {
   height: 45px;
}

.mob-lang.nav-justified > li > a > img {
   margin-top: 10px;
   display: block;
}


.own-dropdown-mob img {
	margin: 0px auto;
}
.own-dropdown-mob > a {
    width: 80px;
    margin-left: 3px;
    margin-right: 3px;
}



.dropdown-menu {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav > li > a {
    padding: 0;
}


.dropdown.dropdown_menu_item > button,
.dropdown.dropdown_menu_item > button:hover ,
.dropdown.dropdown_menu_item > button:active ,
.dropdown.dropdown_menu_item.open > button ,
.dropdown.dropdown_menu_item.open > button:hover
.dropdown.dropdown_menu_item.open > button:active {
    border-radius: 0px;
    background-color: #fb586b;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
}

.dropdown.dropdown_menu_item > button:hover ,
.dropdown.dropdown_menu_item > button:active ,
.dropdown.dropdown_menu_item.open > button:hover
.dropdown.dropdown_menu_item.open > button:active {
    background-color: #dd4d5e;
}

.dropdown-menu.dropdown-menu-main {
   background-color: #fb586b;
 /*  width : 100%;*/
   border: none;
   border-radius: 0px;
   box-shadow: none;
   color : #fff;
   text-align: center;
}

.dropdown-menu.dropdown-menu-main > li > a {
    background-color: #fb586b;
    color : #fff;
}

.dropdown-menu.dropdown-menu-main > li > a:hover {
    background-color: #dd4d5e; /** TODO **/
    background-image: none;
    color : #fff;
}

/** ***** **/
.dropdown.dropdown_menu_item_ico > button,
.dropdown.dropdown_menu_item_ico > button:hover ,
.dropdown.dropdown_menu_item_ico > button:active ,
.dropdown.dropdown_menu_item_ico.open > button ,
.dropdown.dropdown_menu_item_ico.open > button:hover
.dropdown.dropdown_menu_item_ico.open > button:active {
    width : 100%;
    border-radius: 0px;
    background-color: #fb586b;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: none;
    margin-top: 5px;
}

.dropdown-menu.dropdown-menu-main-blue {
   min-height: 130px;
   background-color: #1cbdf0;
   width : 280px;
   margin-left: -180px;
}

.dropdown-menu.dropdown-menu-main-blue.dropdown-search li {
    margin-top: 40px;
}

.dropdown-menu.dropdown-menu-main-blue.dropdown-language {
    text-align: left;
    padding-bottom: 20px;
}

.dropdown-menu.dropdown-menu-main-blue.dropdown-language li {
    margin-top: 15px;
    text-align: left;
    
}

.dropdown-menu.dropdown-menu-main-blue.dropdown-language a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu.dropdown-menu-main-blue.dropdown-language a:focus, .dropdown-menu.dropdown-menu-main-blue.dropdown-language a:active {
	background: transparent!important;
}
.dropdown-menu.dropdown-menu-main-blue.dropdown-language  img {
    text-align: left;
    margin-left: 10px;
    float: left;
}

.dropdown-menu-main-ico {
   background-color: #1cbdf0;
   width : 280px;
   min-height: 130px;
   border: none;
   border-radius: 0px;
   box-shadow: none;
   color : #fff;
   text-align: left;
   margin-top: 30px;
   position: absolute;
}



.dropdown-menu-main-ico > form {
    display: block;
    margin-top: 50px;
}

.dropdown-menu-main-ico {
    
}


.dropdown-menu-main-ico:after {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(28, 189, 240, 0);
	border-bottom-color: #1cbdf0;
	border-width: 30px;
	margin-left: 40px;
    margin-top: -58px;
    top: 0;
}


.dropdown-menu.dropdown-menu-main-blue > li > a {
    background-color: #1cbdf0;
    color : #fff;
}

.dropdown-menu.dropdown-menu-main-blue > li > a:hover {
    background-color: #1cbdf0; /** TODO **/
    background-image: none;
    color : #fff;
}




#social-mobile-menu {
	color: #3d1236;
	padding: 10px 10px 30px 10px;
	background: #c54a59;
}
#social-mobile-menu hr {
	margin: 10px 0;
}
#social-mobile-menu .sm-mob {
	margin: 0 auto;
	text-align: center;
}
#social-mobile-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 10px 30px;
	text-align: center;
}
#social-mobile-menu a:hover {
	text-decoration: none;
}
#social-mobile-menu .social:before {
	color: #71252e;
	font-size: 40px;
}
#social-mobile-menu .social:hover:before {
	color: #fff;
}
#social-mobile-menu a span {
	display: block;
	margin-top: 42px;
	font-size: 10px;
	color: #71252e;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#social-mobile-menu a:hover span {
	color: #fff;
}



.submenu-open {
	color: #fff!important;
	background: #d44c5c;
	margin: 0 10px;
	margin-bottom: 1px;
	text-decoration: none!important;
}
.submenu-open:hover, .submenu-open:active {
	text-decoration: none!important;
}



.sub-menu {
	background: #d44c5c;
	margin: 0 10px;
	margin-bottom: 1px;
}	

.sub-menu a {
	color: #fff!important;
	font-weight: 300;
}


.left-col {
	margin-top: 72px;
}



/* content bottom home */
#content-bottom {
	background: #cdcfd0;
	overflow: hidden;
}
#content-our-projects {
	margin-top: 40px;
}
#content-our-projects .csc-default {
	float: left;
}
#content-our-projects .csc-textpic-imagewrap {
	width: auto!important;
}
#content-our-projects .csc-header {
	background: #f0f0f0;
	padding: 30px 20px;
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
}

.slick-list .img-wrap {
	margin: 0;
}
.slick-list h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 400;
}
.slick-prev:before {
	display: none;
}
.slick-next:before {
	display: none;
}
.slick-prev, .slick-next {
	height: 30px;
	width: 20px;
	border: 0 none;
}
.slick-prev:hover, .slick-next:hover {
	border: 0 none;
}



/********** Logo *************/

.logo {
    height: 468px;
    background-color: black;
}


#header-mobile {
	height: 50px;	
}

.zoznamItem {
    margin-top: 20px;
    margin-bottom: 0px;  
    min-height: 460px;  
}
.zoz-no-photo {
	min-height: 375px;	
}




/********* Footer Botom ********/
.footer-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-text {
    
}

.footer-gray {
     background-color: #686359;       
     color : #fff;
}
.footer-white {
    background-color: #fff;       
}

.footer_title {
    border-bottom: #978f80 solid 1px;  
    font-size: 24px;
    color: white;
    font-family: 'Roboto';
    font-weight: 400;
}

.footer-buttons-border {
    min-height: 65px;
}

.footer-buttons {
    margin-top: 10px;
}

.footer-bootom{
    color : #978f80;
    text-align: center;
    margin: 10px 0 10px 0;
}
.footer-bootom a {
	margin-left: 20px;
	margin-right: 20px;	
}
.footerLink {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.footerLink img { 
    display: table-cell;
}

.footer-gray a {
	color: #fff;	
}	
.footer h2 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
}

.footer h3 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color : #fff;
}

.footer {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300; 
    line-height: 30px;
}


/* Button */
.btnSearchActive,
.btnSearch {
    margin-left: -10px;
    width: 34px;
    height: 34px;
    background-image: url("../img/header/lupa_search.png");
    background-color: #ebebeb;
    border: none;
    margin-top: 0;   
}

#searchform {
   text-align: center;    
}

.text {
    height: 34px;
    background-color: #ebebeb;
    border: none;
    color: #dd4d5e;
    margin-top: 0px;
}

.textSearch {
    padding-right: 34px;
}

.btnSearch {
    display: block;
    position: absolute;
    top : 0px;
    right: 0px;
}

.mob-search {
	position: relative;
	width: 85%;
	margin: 50px auto 30px auto;
}
.mob-search #search-text {
	width: 100%;
}

.mob-lang {
    text-align: center;
    width: 100%;
}

.logo-title {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	height: 50px;
	padding: 18px 0;
	line-height: 1em;
}
.img-responsive {
	min-height: 1px;
}
.breadcrumb {
    background-color: white;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.breadcrumb li {
	text-transform: uppercase;
	padding-right: 7px;
}	

.searchbox-submit {
    display: block;
}

.searchBox {
    position: relative;
    display: inline-block;
}

#includedContent {
	position: relative;
	clear: both;
}

.mob-lang {
	margin-bottom: 30px;
}
#cd-lateral-nav .mob-lang a {
	float: right;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
}
.online-kat {
	text-align: right;
	margin-top: 30px;
	padding-right: 35px;
}
.online-kat span {
	line-height: 1em;
	width: 70px;
	display: block;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.online-kat a {
	display: block;
	color: #fff;
}
.online-kat a:hover {
	text-decoration: none;
}
.online-kat a:focus{
	outline: 0;
}
.online-kat img {
	display: inline-block!important;
	vertical-align: middle;
	margin-right: 0px;
	float: left;
}
.online {
/*	background: #4f2047;*/
	margin-bottom: 30px;
}
.online .online-kat span {
	margin: 0 auto;
	float: none;
	font-size: 12px;
	display: block;
	width: 49px;
}
.online .online-kat {
	padding-right: 0;
	margin-top: 0;
	padding-left: 0;
}
.online .online-kat a {
	display: block;
	text-align: center;
	padding: 0!important;
}
.online .online-kat img {
	float: none;
}

/****************** Box ****************/
.boxes {
	background: #ddd;
}
.box-date {
    background-color: #aeaeae;
}


.boxes h1 ,
.boxes h2 ,
.boxes h3 {
    color : white;
}

.boxes {
 	margin-bottom: 20px;
}
.boxes img {
	margin-left: 0;
}
.box-blue {
    background-color: #48afdc!important;  
    color: white;

}
.box-green {
    background-color: #43cd8e;  
    color: white;

}
.box-red{
    background-color: #AE2C3B;  
    color: white;

}
.oznamy .box-green {
    background-color: #43cd8e!important;  
    color: white!important;
}


.box-img-div {
    background-color: transparent;   
    position: relative;
}

.box-desc {
    padding : 20px 20px 40px 20px;
    background-color: transparent;
/*    margin-top: 30px;*/
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}

.box-desc > h2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 30px;    
    margin-top: 0;
}
.box-desc > h2 a {
	line-height: 1.2em;
}

.box-dates {
	font-size: 20px;
	display: block;
	font-family: 'Roboto';
}
.box-desc h3 {
	margin-top: 0;
}
.box-desc h3 a {
	line-height:1.3em;
	
}
.box-date {
    position: absolute;
    width : 100px;
    height: 75px;
    bottom : -35px;
    margin-left: 0px;
    font-family: 'Roboto';
    font-weight: 300;
}

.box-blue .box-date {
    background-color: #2f7999!important;  
}
.box-green .box-date {
    background-color: #358661;
}

.box-red .box-date {
    background-color: #842C3B;  
}

.oznamy .box-green .box-date {
    background-color: #358661!important;  
}


.boxes a {
	color: #fff;	
}
.box-date-day {
    width: 100%;
    margin-top : 10%;
    height: 40%;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    display: block;
}
 
 
.box-date-month {
    width: 100%;
    height: 50%;    
    text-align: center;
    font-size:  18px;
    display: block;
}



.box-button-detail, .news-more a {
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 0px;
    color : white;
    background-color: transparent;
    padding: 0;
    line-height: 0;
    margin: 0;
}



.box-button-detail-text:focus,
.box-button-detail-text:link,
.box-button-detail-text:visited,
.box-button-detail-text:active {
    font-size: 30px;
    color : white; 
    text-decoration: none;
}

.content-align-right {
    text-align: right;
    margin-right: 0px;
}

.content-align-center {
    text-align: center;
    margin-right: 0px;
}

/*****************  Zoznam ******************/
.ubytovanie .kc-h {
	display: none;
}	
.zoznamNadpis {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fb586b;
    text-align: left;
    font-size: 24px;
    font-family: 'Dosis';
    line-height: 1.2em!important;
}
.zoznamNadpis a {
	line-height: 1.2em!important;
}
.ico_pink_border {
    margin: 0 auto;
    text-align: center;
    width: 72px;
    height: 72px;
    border-radius: 50%; 
    border : solid #fb586b 1px;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
}
.ico_pink_border > img {
    margin-left: 0px;
}

.ico_pink_border:hover > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

.ico_pink_border:hover {
    background: #fb586b;
}
.zoznamPopis {
	text-align: left;	
}

/***/
.ico_pink {
    margin: 0 auto;
    text-align: center;
    width: 72px;
    height: 72px;
    border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
}
.ico_pink > img {
    margin-top: 10px;
    margin-left: 0px;
}

.ico_pink:hover > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

.ico_pink:hover {
    background: #fb586b;
}

.iconTopTextBottom {
    padding-top: 10px;
    width: 100px;
    height: 50px;
    font-size: 16px;
    text-align: center;   
    line-height: 1.2em;
    text-transform: uppercase;
}

.iconTopTextBottomClearTop {
   padding-top: 0px; 
}


.contentCenteredIcon {
    text-align: center;
	margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.contentCenteredIcon a {
    margin-left: auto;
    margin-right: auto;  
}

.aIconWithText {
    font-family: 'Dosis';
    font-weight: 600;
    display: inline-table;
    width: 100px;
    height: 135px;
    margin-left: 2px;
    margin-bottom: 0px;
}
.aIconWithText.active .ico_pink_border {
    background: #fb586b;
}
.aIconWithText.active .ico_pink_border > img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

.aIconWithTextRight {
    font-family: 'Dosis';
    font-weight: 600;
    float: right;
    display: block;
    width: 100px;
    height: 135px;
    margin-left: 2px;
}

.introLoader.gifLoader .gifLoaderInner, .introLoader.gifLoader .gifLoaderInnerCustom{
	z-index: 10000;	
}

/* right col */
.right-col {
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 60px;
}
/*
#content li {
	list-style-type: square;
	padding-left: 4px;
	margin-bottom: 5px;
	margin-left: 10px;
}
*/
#content li {
    list-style : none;
    line-height: 1.0em;
    font-family: 'Dosis';
    font-weight: 500;
}

#content li:before {
    color : #fb586b; 
    content :"\2022"; 
    font-size :2.8em; 
    padding-right:.15em; 
    position:relative;
    top: 9px; 
}

.tx-kioscosmotron-pi1 ul li:before {
	display: none;	
}

#content .csc-textpic-imagewrap {
	width: 100%;
}
.img-wrap {
	margin: 15px 0;
}
.img-fl-right .img-wrap {
	float: right;
	margin-top: 30px;
}
.img-fl-left-text .csc-textpic-text {
	margin-left: 15px;
	margin-right: 15px;
}

.csc-textpic-text {
	margin-top: 10px;	
}

#fancybox-wrap, #fancybox-wrap div {
	box-sizing: content-box!important;
}
#fancybox-title {
/*	display: none!important;*/
}






/* kalendar */
.tx-kioscalendar-pi1 {/* overflow: hidden;*/ }
.tx-kioscalendar-pi1 li:before {
	display: none;
}
#calendar-wrap { font-family: 'Open Sans', sans-serif; width: 983px; padding: 0 0 22px 0; background: #cfdcdc; color: #766e5d; }
#calendar-wrap h2 { font-family: 'unientdincemedium', 'Open Sans', sans-serif; text-transform: uppercase; font-size: 28px; text-align: center; color: #eb23ce; background: #420239; margin: 0; padding: 10px 0 0 0; height: 40px; }
.ki-wrap { padding: 0 30px 22px 30px; position: relative; }
.ki-calendar { background: #cfdcdc; border-collapse: separate; border-spacing: 3px;  }
.ki-calendar th { color: #420239; font-family: 'unientdincemedium', 'Open Sans', sans-serif; font-weight: normal; text-align: center; padding: 8px 0 8px 0; text-transform: uppercase; font-size: 11px; }
.ki-calendar td { width: 130px; height: 87px; color: #fff; background: #bababa; font-weight: bold; text-align: center; }
.ki-calendar td div { height: 87px; position: relative; }
.ki-prev { width: 55px; height: 75px; position: absolute; top: -50px; left: 0; font-weight: bold; font-size: 14px; background: url(../img/but_prev.png) no-repeat 0 0; }
.ki-next { width: 55px; height: 75px; position: absolute; top: -50px; right: 0; font-weight: bold; font-size: 14px; float: right; background: url(../img/but_next.png) no-repeat 0 0; }

.jedno { font-family: 'unientdincemedium', 'Open Sans', sans-serif; float: left; padding: 0 0 0 45px; text-transform: uppercase; font-size: 11px; line-height: 1.5em; }
.jedno span { width: 18px; height: 18px; margin: 0 10px 0 0; display: block; float: left; background: #a6d000; }
.dlho { font-family: 'unientdincemedium', 'Open Sans', sans-serif; float: left; padding: 0 0 0 45px; text-transform: uppercase; font-size: 11px; line-height: 1.5em; }
.dlho span { width: 18px; height: 18px; margin: 0 10px 0 0; display: block; float: left; background: #e05e24; }

.day-number { position: absolute; top: 0; left: 8px; font-size: 36px; font-weight: bold; }
.kr { cursor: pointer; background: #a6d000; width: 34px; height: 43px; display: block; position: absolute; top: 0; right: 0; color: #fff; font-size: 18px; padding-top: 10px; }
.dl { cursor: pointer; background: #e05e24; width: 34px; height: 43px; display: block; position: absolute; bottom: 0; right: 0; color: #fff; font-size: 18px; padding-top: 10px; }
span[class].kr { height: 33px; }
span[class].dl { height: 33px; }


/* kalendar podujati */
.calendar-header {
	background: #c7c7c7;
}
#content .calendar-week {
	padding-left: 0;
}
#content .calendar-week li {
	background: #a3a3a3;
	list-style-type: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-right: 1px;
	width: 12%;
	height: 56px;	
}
.calendar-week li a {
/*	padding: 7px 20px; */
	display: block;
	color: #fff;
	height: 100%;
	position: relative;
}
.calendar-week li a:hover, .calendar-week li a.current {
	text-decoration: none;
	background: #f0f0f0;
	color: #636363;
}	
.calendar-week li span {
	display: block;
}
.calendar h1 {
	font-size: 24px;
	font-weight: 400;
	padding: 20px 0 20px 50px;
}
.calendar-pane {
	background: #f0f0f0;
}
.prev-week {
	background: #a3a3a3;
}
.next-week {
	background: #a3a3a3;
}
.month-cal {
	float: right;
	color: #fff;
	background: #c7c7c7;
	border: 0 none;
	padding: 0 20px 0 0;
}
.month-cal .ui-datepicker-trigger {
	background: #c7c7c7 url('../img/calendar.png') no-repeat 0 0;
	border: 0 none;
	width: 70px;
	height: 56px;
	color: #c7c7c7;
	background-size: contain;
}
.prev-week, .next-week {
	background: #a3a3a3;
	color: #636363;
	display: block;
	float: left;
	margin-right: 1px;
	width: 6%;
	text-align: center;
	height: 56px;
	position: relative;
}
.prev-week:hover, .next-week:hover {
	text-decoration: none;
	background: #f0f0f0;
	color: #636363;
}	
.prev-week img, .next-week img {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.cal-week-wrap {
	width: 90%;
}
.cal-d {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	line-height: 1.2em;
}
.calendar-pane h2 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.c-row {
	border-bottom: 1px solid #d7d7d7;
	padding-top: 15px;
	padding-bottom: 15px;
}
.c-row a {
	display: block;
	color: #fb586b;
	margin-bottom: 7px;
	font-size: 18px;
}
.calendar-content {
	margin-top: 30px;
}
.calendar-content-left {
	padding-left: 45px;
}
.calendar-content-right {
	padding-right: 45px;
}	
.c-date {
	float: left;
	width: 19%;
	text-align: center;
	font-size:14px;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
}
.c-text {
	float: left;
	width: 80%;
	line-height: 1.2em;
	font-size: 14px;
	text-align: left;
}
.calendar-download-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

/* datepicker */
.ui-datepicker .ui-datepicker-title {
	background: #730060;
	color: #fff;
}
.ui-widget-header {
	border: 0 none;
	background: #730060;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #730060;
	font-weight: 300;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	color: #a3a3a3;
}
.ui-datepicker-calendar tr {
	height: auto;
}
.ui-datepicker th, .ui-datepicker thead  {
	padding: 0;
	background: transparent!important;
	color: #333333;
}
.ui-datepicker thead > tr {
	border-top: 8px solid transparent;
}
.ui-widget-header, .ui-datepicker .ui-datepicker-title {
	background: #FB586B;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #FB586B;
}

.msk-logo {
	display: none;	
}

.exp-box div a {
	display: list-item;
    list-style-type: disc;
	margin-left: 20px;
    line-height: 1.6em;
}
.kc-col-b div {
    margin-bottom: 0px;
    margin-top: 0px;
}
.cl-h3 {
	line-height: 1.1em;
}


.loader-wrap {
	position: relative;
}
#element {
	-webkit-backface-visibility: hidden!important;
	-webkit-transform: translateZ(0)!important;
}
.introLoader.gifLoader .gifLoaderInner, .introLoader.gifLoader .gifLoaderInnerCustom {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.cosmotron-list-wrap .kc-h {
	display: none;	
}
.cosmotron-list-wrap .zoznamItem {
	width: 100%!important;
	float: none!important;
	min-height: auto!important;
	margin-top: 5px;
}
.cosmotron-list-wrap .zoznamItem > a {
	display: none;
}
.cosmotron-list-wrap .zoznamPopis {
	display: none;	
}
.cosmotron-list-wrap .zoznamNadpis {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
}
.cosmotron-list-wrap .pgb-wrap {
	display: none;
}



/* uvodne boxy */

.box-wraper {
	width: 100%;
	height: 100%;
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}
/*
.h-box {
	color: #fff;
	margin-bottom: 30px;
	width: 30%;

}
.h-box a:hover, .h-box a:focus, .h-box a:active {
	color: #fff;
	text-decoration: none;
}
.h-box h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 1em;
	color: #fff;
	margin-bottom: 20px;
}
.h-box h3 a {
	color: #fff;
}
.box-date {
	width: 80px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	font-weight: 300;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;

}
.box-date-m {
	font-size: 18px;
	display: block;
	line-height: 1em;
}
.no-photo .box-date {
	position: relative;
	float: left;
	padding: 0;
	padding-bottom: 30px;
}
.no-photo img {
	display: none;
}
.box-desc {
	padding: 25px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

.box-more {
	color: #fff;
	text-align: right;
	display: block;
	font-weight: 300;
	font-size: 14px;
	margin-top: 40px;
	font-family: 'Roboto', sans-serif;
}
*/


.news-list-morelink a {
	color: #fff;
	text-align: right;
	display: block;
	font-weight: 100;
	font-size: 14px;
	margin-top: 40px;
	font-family: 'Roboto', sans-serif;
}
.news-single-backlink {
	text-transform: uppercase;
	font-size: 24px;
	border-top: 1px solid #e6e9e2;
	padding-top: 40px;
}
.news-single-backlink a {
	background: transparent url(../img/arrow.png) no-repeat top left;
	padding-left: 30px;
}
.news-single-img {
	margin-bottom: 30px;
	
}
.news-single-imgcaption {
	display: none;
}

#kc-map-canvas {
	width: 100%!important;
	height: 600px!important;
}
#kc-map-layers li { 
	list-style-type: none!important; 
	margin: 0.5em 0!important; 
}
#kc-map-canvas { 
	border: 1px solid #686e70!important; 
}
#kc-map-layers input {
	width: 30px;
	float: left;	
}

/* kronika */
.list-wraper-dk {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#content .list-wraper-dk li {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
#content .k-box {
	color: #fff;
	margin-bottom: 30px;
	width: 30%;
}
.k-box a:hover, .k-box a:focus, .k-box a:active {
	color: #fff;
	text-decoration: none;
}
.k-box h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0;
}
.k-box h3 a {
	color: #fff;
}
.k-box .box-date {
	width: 50px;
	height: 50px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
	font-weight: 300;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
.k-box .box-date-m {
	font-size: 14px;
	display: block;
	line-height: 1em;
}
.k-box .box-desc {
	padding: 20px 25px 10px 25px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
.k-box .box-more {
	color: #fff;
	text-align: right;
	display: block;
	font-weight: 100;
	font-size: 14px;
	margin-top: 30px;
	font-family: 'Roboto', sans-serif;
}
.no-photo img {
	display: none;
}
.no-photo .box-date {
	bottom: auto;
	top: 0;
}
.no-photo .box-desc {
	padding-top: 50px;
}



.list-wraper-pod {
	/*margin-top: 40px;*/
}
#content .list-wraper-pod li {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}
.pod-n h3 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
}
.pod-n {
	min-height: 210px;
	padding-top: 20px;
	border-bottom: 1px solid #e6e9e2;
}
.kc-entry-types {
	margin-bottom: 10px;
}
.pod-last {
	border-bottom: 0 none;
}
#content .kc-list ul {
	padding-left: 0;
}
#content .kc-list li {
	padding-left: 15px;
}
#content .kc-list .k-box {
	padding-left: 0px;
}
.kc-col-b {
	text-align: left;
	line-height: 1.1em;
}
.kc-col-b div {
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}
.kc-gallery, .kc-video {
	margin-top: 30px;
	overflow: hidden;
}
.kc-video .embed-responsive {
	margin-bottom: 20px;
}
.kc-prva-fotka {
	margin-left: 15px;
}

.kios-cosmotron-full-back {
	text-transform: uppercase;
	font-size: 24px;
	border-top: 1px solid #e6e9e2;
	padding-top: 40px;
}
.kios-cosmotron-full-back a {
	background: transparent url(../img/arrow.png) no-repeat top left;
	padding-left: 30px;
}

.pgb-wrap {
	background: #eaeaea;
	padding: 15px 30px 5px 30px;
}
.kc-numres {
	font-size: 14px;
	padding: 5px 5px 0 5px;
}
.kc-paging a {
	background: #fb586b;
	color: #fff;
	padding: 1px 8px;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
.kc-paging a:hover {
	text-decoration: none;
	background: #c14c59;
}
.kc-paging span {
	background: #dbdee0;
	color: #c14c59;
	padding: 1px 8px;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
.kc-prev, .kc-next {
	background: none!important;
	padding: 2px 2px 0px 2px!important;
	margin: 0!important;
	vertical-align: middle;
}
.kc-next {
	padding: 2px 2px 0px 0px!important;
}




.tx-indexedsearch-browsebox {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e9e2;
}
.tx-indexedsearch-descr p {
	font-size: 16px;
}
#content .browsebox {
	padding-left: 0;
}
#content .browsebox li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.browsebox li a {
	background: #FB586B;
	color: #fff;
	padding: 1px 8px;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
.browsebox li a:hover {
	text-decoration: none;
	background: #DD4D5E;
}
#content .browsebox li::before {
	display: none;	
}




#content .kc-list-search ul {
	padding-left: 0;
}
#content .kc-list-search li {
	float: none;
	display: block;
	width: 100%;
	line-height: 24px;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e9e2;
}
#content .kc-list-search li .kc-image a img {
	display: none;
}
#content .kc-list-search li.box-red, #content .kc-list-search li.box-red .box-date {
	background: none;
	color: #3e0433;
	font-size: 16px;
}
#content .kc-list-search li h3  {
	line-height: 24px;
	margin-bottom: 5px;
}
#content .kc-list-search li h3 a {
	color: #FB586B;
	font-size: 16px;
}
#content .kc-list-search .anotacia {
	font-size: 16px!important;
}
#content .kc-list-search li .box-desc{
	margin: 0;
	padding: 0;
	line-height: 24px;
}
#content .kc-list-search .box-date, #content .kc-list-search .box-more {
	display: none;
}
#content .kc-list-search .pod-n {
	min-height:  auto;
}
#content .kc-list-search .kc-entry h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
#content .kc-list-search .kc-entry h3 a {
	font-size: 16px;
}
#content .kc-list-search li:before {
	display: none;
}
#content .kc-list-search .zoznamItem {
	min-height: auto;
	width: 100%;
	margin-top: 0
}
#content .kc-list-search .zoznamNadpis {
	font-size: 16px;
	margin-bottom: 0;
}
#content .kc-list-search .zoznamItem img {
	display: none;
}
#content .kc-list-search .zoznamItem .zoznamPopis {
	display: none;
}




.program-wrap {
/*	background: #eaeaea;*/
	padding: 0px 0px px 0px;
	text-align: left;
	position: relative;
}
.program-link {
	position: absolute;
	top: -120px;
	right: 0;
}
.program-wrap p {
	margin: 0;
	padding: 0;
}
.program-link {
	font-size: 18px;
}
.program-link img {
	vertical-align: middle;
	margin-right: 20px;
}
.program-link a {
	vertical-align: middle;
	margin-left: 30px;
	display: inline-block;
}



/* combo menu */
.v-combo-wrap {
	border-bottom: 1px solid #e6e9e2;
	padding: 10px 0 20px 0;
	text-align: left;
	width: 100%;
}

.v-menu-combo select {
	background: #ebebeb;
	border: 0 none;
	width: 200px;
	cursor: pointer;
}
.v-menu-combo option {
	border: 0 none;
}


/* custom select */
.customSelect {
	background: #ebebeb url(../img/custom_checkbox_bg.png) no-repeat top right;
	height: 38px;
	width: 320px;
	color: #555555;
	text-align: left;
	padding: 7px 45px 7px 20px;
	cursor: pointer;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}

.customSelectInner {
/* You can style the inner box too */
width: 100%!important;
}






/* left col */
/* lave menu */
.v-menu {
	margin-bottom: 60px;
}
.v-menu li {
	list-style-type: none;
}
.v-menu li a {
	display: block;
	position: relative;
	padding: 15px 10px 15px 10px;
	line-height: 1em;
}
.v-menu li a:hover, .v-menu li a:focus, .imgbg a, .v-menu-l1a > a {
	background: #efefef;
	text-decoration: none;
	color: #fb586b;
}
.imgbg ul a {
	background: none;
}
.v-menu-l1 {
	font-size: 18px;
	font-weight: 400;
}
.v-menu-l2 {
	font-weight: 300;
}
.v-menu-l2 li a {
	padding-left: 30px;
}
.v-menu-l2 li a:before {
	content: ' \25CF';
	font-size: 16px;
	color: #a1a1a1;
	position: absolute;
	left: 9px;
}
.v-menu-l3 {
	font-size: 12px;
	font-weight: 300;
}
.v-menu-l3 li a {
	padding-left: 43px;
}
.v-menu-l3 li a:before {
	left: 24px;
}


/* detail */
.kc-plagat {
	float: left;
	margin: 0px 0 30px 30px;
}
.kc-usporiadatel strong {
	display: block;
}
.cl-h3 {
	color: #252525;
	font-weight: 300;
}
.gal-box {
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.kc-right {
	margin-left: 15px;
	margin-right: 15px;
}
.kios-cosmotron-full-back {
	text-align: left;
}
.kc-right {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cl-label-d {
	font-weight: 400;
	font-style: italic;
}
.expand-box {
	width: 100%;
}
.exp-box {
	overflow: hidden;
	width: 100%;
}



.radiobox input[type=radio] {
	float: left;
	height: 19px;
}
#kc-vyraz {
	margin-top: 5px;
}
.kc-hfm {
	margin-bottom: 30px;
}
.pgb-wrap {
	margin-bottom: 30px;	
}
.kc-hselect {
	float: left;
	padding-top: 7px;
	margin-right: 20px;
}


.fill-none .kc-h {
	display: none;	
}



/* taby vyhladavanie */
#content-tab-wrap {
	
}
#content-tab-wrap .ctw-ul {
	padding-left: 0;
	border-bottom: 1px solid #EEEEEE;
}
#content-tab-wrap .ctw-ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.content-tab {
	display: inline-block;
	background: #FB586B;
	color: #fff!important;
	padding: 10px 30px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	text-decoration: none;
}
.content-tab.current {
	background: #c0505d;
	color: #fff;
	padding: 10px 30px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	text-decoration: none;
}
.content-tab:hover {
	background: #c0505d;
	text-decoration: none;
	color: #fff;
}	
.content-pane h2 {
	margin: 70px 0 40px 0;
}




.btn-acordeon {
	background: #fb586b;
	color: #fff;
	font-size: 18px;
	width: auto;
	max-width: 300px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	margin: 30px auto 0 auto;
}
.btn-acordeon:hover {
	background: #d45564;
}
.btn-acordeon .fa {
	margin-right: 10px;
	font-size: 30px;
	vertical-align: sub;
}




#content .tx-indexedsearch-searchbox tr td {
	background: none;
	border: 0 none;
	padding: 0;
}
.tx-indexedsearch-whatis {
	display: none;
}
#content .search-input { 
	background: #ebebeb url("../img/header/lupa_search.png") no-repeat 10px center;
	padding-left: 40px;
}
.tx-indexedsearch .btn {
	max-width: 140px;
	text-transform: uppercase;
}
#content .tx-indexedsearch-res tr td {
	background: none;
	border: 0 none;
	padding: 0;
}
#content .tx-indexedsearch-result table {
	margin-bottom: 0;
}
#content .tx-indexedsearch-result tr td.tx-indexedsearch-descr {
	border-bottom: 1px solid #e6e9e2;
}
#content .tx-indexedsearch-result tr td.tx-indexedsearch-descr p {
	margin-top: 5px
}
#content .tx-indexedsearch-result tr {
	height: auto;	
}
#content .tx-indexedsearch-result table {
	background-color: transparent;	
}

#msk {
	margin-top: 50px;
	margin-bottom: 50px;
}



#map-canvas {
	width: 100%;
    height: 500px;
    margin: 0px;
    padding: 0px
}
#map-canvas .img-responsive {
	display: inherit;	
}	









/* to top */
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:1000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 1000;
}
.no-touch .cd-top:hover {
  background-color: #FB586B;
  opacity: 1;
}


.news-list-browse {
    margin-bottom: 20px;
}
.showResultsWrap {
	font-size: 10px;
	padding-bottom: 5px;
}



/* ------------------------------ cookie bar --------------------------------- */
#cookie-bar { 
	font-size: 14px;
	position: relative;
	z-index: 100;
	background: rgba(0,0,0,0.7); 
	height: auto; 
	line-height: 24px; 
	color: #fff; 
	text-align: center; 
	padding: 5px 0;
}
#cookie-bar.fixed {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	z-index: 99999;
}
#cookie-bar.fixed.bottom {
	bottom: 0; 
	top: auto;
}
#cookie-bar p { 
	margin: 0; 
	padding: 0;
}
#cookie-bar a {
	color: #2c2c2c; 
	display: inline-block; 
	border-radius: 3px; 
	text-decoration: none; 
	padding: 0 10px; 
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #fff; 
	font-weight: 700;
}
#cookie-bar .cb-enable:hover {
	background:#efefef; 
	color: #2c2c2c;
}
#cookie-bar .cb-disable {
	background: #fff; 
	font-weight: 700;
}
#cookie-bar .cb-disable:hover {
	background:#efefef; 
	color: #2c2c2c;
}
#cookie-bar .cb-policy {
	background: #fff; 
	font-weight: 700;
}
#cookie-bar .cb-policy:hover {
	background:#efefef; 
	color: #2c2c2c;
}



@media (max-width: 1200px) {
	.home-legend span {
		font-size: 15px;
	}
	.home-legend .l-title span a {
		font-size: 15px;
	}
	.home-legend a {
		font-size: 12px;
	}
	.pic-logo {
		width: 300px;
	}
}
@media (max-width: 992px) {
	.main-menu .nav > li > a > span {
		font-size: 15px;
	}		
	.home-legend span {
		font-size: 12px;
	}
	.home-legend a {
		font-size: 12px;
	}
	.home-legend .l-title span a {
		font-size: 11px;
	}
	.home-legend  .l-box {
		padding-right: 0;	
	}
	.home-legend .l-title {
		margin-left: 10px;
	}
	.pic-logo {
		width: 200px;
	}
}
@media (max-width: 768px) {	
	.footer-buttons-border {
        border-bottom: #978f80 solid 1px;        
	}	
	.s-fix {
		position: relative;
		top: auto;
		left: auto;
		background: #fff;
		z-index: 100;
		width: 100%;	
		margin-left: -15px;
		padding-top: 0;
	}
	.s-fix .container {
		margin: 0;
	}
	.n-fix {
		width: 100%;		
	}	
}



@media (min-width: 768px) {
    .footer-buttons-border {
        border-right: #978f80 solid 1px;
    }
}
@media (min-width: 992px) {
    .footer-buttons-border {
        border-right: #978f80 solid 1px;
    }
}
@media (min-width: 1200px) {

}



/* CSS settings */
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-justify { text-align: justify; }
.align-center { text-align: center; }
.h { width: 1px; height: 1px; overflow: hidden; display: block; position: absolute; margin: 0; padding: 0; border: 0 none; }
#accesskeys { width: 1px; height: 1px; overflow: hidden; display: block; position: absolute; margin: 0; padding: 0; }

