body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
}
a {
	color: #50c05f;
}
a:hover {
	color: #388a43;
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #47a554;
}
hr {
	border-color: #f4f4f4;	
}
#footer hr { 
	border-color: #959595;
}
h1, .h1 {
	font-size: 48px;
	color: #50c05f;
	font-weight: 300;
	word-wrap: break-word;
	text-transform: uppercase;
	margin-bottom: 40px;
}
h2, .h2 {
	font-size: 40px;
	color: #50c05f;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 30px;
}
h3, .h3 {
	font-size: 24px;
	color: #565656;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 40px;
}
h4, .h4 {
	font-size: 18px;
	color: #565656;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 30px;
	line-height: 1.3em;
}
h5, .h5 {
	font-size: 16px;
	color: #565656;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 30px;
}

.download {
	display: inline-block;
	text-align: center;
	min-width: 140px;
	font-weight: 400;
	background: transparent;
	color: #50c05f!important;
	padding-top: 6px;
	padding-bottom: 6px;
	float: right;
	border: 1px solid #50c05f;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
}
.download:hover, .download:focus {
	background: transparent;
	color: #20832E!important;
	border: 1px solid #20832E;
	outline: 0;
	text-decoration: none;
}

.top-35n {
	margin-top: -35px;	
	z-index: 100;
	position: relative;
	margin-right: 15px;
}

/* text-color */
.t-green, .t-green a {
	color: #50c05f;
}
.t-blue, .t-blue a {
	color: #82d3f2;
}
.t-red, .t-red a {
	color: #f6838c;
}
.t-yellow, .t-yellow a {
	color: #e8bb4e;
}

.strike {
	text-decoration: line-through;	
}
.lower {
	text-transform: lowercase;
}
.block {
	display: block;
}
.bold, b, strong {
	font-weight: 600;
}
.hand {
	cursor: pointer;	
}
.error, .redfont, .rez-error {
	color: #f0313b;
	background: #fef4f5;
	padding: 2px 5px;
}
blockquote {
	font-size: 18px;
	border-left: 5px solid #EFEFEF;
	line-height: 1.4em;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-style: italic;
	margin-top: 50px!important;
	margin-bottom: 30px!important;
}

ul li {
	line-height: 1.4em;
	margin-bottom: 15px;
	position: relative;
	list-style-type: none;	
}
#content-wrap ul {
	
}
#content-wrap ul li:before {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 5px;
	left: -30px;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	border: 2px solid #50c05f;	
}		
#content-wrap ul li:hover:before {
	/*background: #50c05f;
	border: 0 none;*/
}	


.rte-image {
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-right: 0;
	padding-left: 0;
}
.rte-image.pull-right {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 30px;
}
.rte-image.pull-left {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 30px;
}

/* ----------------------- TYPO3 classy pre pozicie obrazkov v CONTENTE -------------------------- */
.img-wrap {
	margin-bottom: 10px;
	margin-top: 10px;
}

.img-fl-right-in-text {
	padding-left: 10px;
	padding-right: 10px;
}
.img-fl-right-in-text .img-wrap {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	margin-top: 0;
}

.img-fl-right-beside-text {
	padding-left: 0px;
	padding-right: 10px;
}
.img-fl-right-beside-text .img-wrap {
	padding-right: 0;
	float: right;
	margin-top: 80px;
}

.img-fl-right-above {
	
}
.img-fl-right-above .image-wrapper {
	margin-bottom: 20px;
}
.img-fl-right-above .img-wrap {
	float: right;
}

.img-fl-right-below {
	
}
.img-fl-right-below .img-wrap {
	float: right;
}

.img-fl-left-in-text {
	padding-left: 10px;
	padding-right: 10px;
}
.img-fl-left-in-text .img-wrap {
	padding-right: 0;
	padding-left: 0;
	margin-right: 20px;
	float: left;
	margin-top: 0;
}

.img-fl-left-below {
	
}
.img-fl-left-below .img-wrap {
	float: left;
}

.img-fl-left-above {

}
.img-fl-left-above .image-wrapper {
	margin-bottom: 20px;
}
.img-fl-left-above .img-wrap {
	float: left;
}

.img-fl-left-beside-text {
	padding-left: 10px;
	padding-right: 0px;
}
.img-fl-left-beside-text .img-wrap {
	padding-left: 0;
	float: left;
	margin-top: 80px;
}

.img-fl-center-below .image-wrapper {
	text-align: center;
	clear: both;
	padding-top: 10px;
	position: relative;
}
.img-fl-center-below .img-wrap {
	display: inline-block;
    float: none;
}

.img-fl-center-above .image-wrapper {
	text-align: center;
	clear: both;
	padding-bottom: 20px;
	position: relative;
}
.img-fl-center-above .img-wrap {
	display: inline-block;
    float: none;
}




/* ---------------------------------------- FORMS -------------------------------- */
::-webkit-input-placeholder {
   color: #bfbfbf;
}
:-moz-placeholder { /* Firefox 18- */
   color: #bfbfbf;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #bfbfbf;  
}
:-ms-input-placeholder {  
   color: #bfbfbf;  
}
legend {
	padding-bottom: 10px;	
}
label {
	color: #2c2c2c;
	font-weight: 600;
	display: block;
}
input[type="text"], input[type="password"] {
	border: 1px solid #dcdcdc;	
	border-radius: 3px;	
	padding: 10px;
	width: 100%;
	color: #2c2c2c;
	font-weight: 500;
	margin-bottom: 20px;
}
input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #bfbfbf;	
}
input[type="checkbox"] {
	
}
input[type="checkbox"]:focus {
	
}

textarea {
	border: 1px solid #dcdcdc;	
	border-radius: 3px;	
	padding: 10px;
	width: 100%;
	color: #2c2c2c;
	font-weight: 500;	
	margin-bottom: 20px;
	min-height: 130px;
}
textarea.disabled {
	background: #f9f9f9;
}
textarea:focus {
	border: 1px solid #bfbfbf;	
}
button[disabled], html input[disabled] {
	background: #f9f9f9;
	color: #2c2c2c;
}
.fake-input {
	background: #f9f9f9;
	color: #2c2c2c;
	border: 1px solid #dcdcdc;	
	border-radius: 3px;	
	padding: 10px;
	width: 100%;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}
.err, .err a, .err label, .err input {
	color: #fc3f40;
}
.err input {
	background: #feefef;
	border: 1px solid #ff9798;	
}
.mandatory, .req {
	color: #fc3f40;
	font-size: 24px;
	line-height: 1em;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
}
.form-radio img, .form-checkbox img {
	margin-right: 10px;
	cursor: pointer;
}
.form-radio label, .form-checkbox label {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer;
}
.f-sec-question {
	margin-bottom: 7px;	
}
.f-sec-question .form-checkbox {
	display: inline; 
	margin-right: 10px;
}

.transformSelect {
	clear: both;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
.transformSelect li {
	position: relative;
	list-style: none;
	padding: 0;
}
.transformSelect li:before {
	display: none!important;
}
.transformSelect span {
    background: #ffffff no-repeat url('../html/transform_select.html') right center;
    border: 1px solid #dcdcdc;	
    border-radius: 3px;	
	padding: 10px;
	margin: 0;
	width: 100%;
	color: #2c2c2c;
/*	color: #cfcfcf;*/
	font-weight: 500;	
	margin-bottom: 8px;
    cursor: pointer;
    display: block;
    left: 0;
    top: 0;
 /*   white-space: nowrap;*/
 	line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.transformSelect > li > span {
	min-height: 40px;
	line-height: 1.3em;
}
.select-active {
	background: #ccc no-repeat url('../html/transform_select_act.html') right center!important;	
	color: #383838!important;	
}
.select-active2 {
	color: #000!important;	
}
.transformSelect.disabled span {
	background: #f9f9f9;
	color: #2c2c2c;
}

.transformSelect li.open span {

}
.transformSelect ul {
	position: absolute;
	border: 1px solid #e1e1e1;
	width: 100%;
	background: #fff;
	padding: 15px 0;
	border-radius: 5px;	
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 15px 40px -5px rgba(0,0,0,0.28);
	box-shadow: 0px 15px 40px -5px rgba(0,0,0,0.28);
}
.transformSelect ul span {
	border: 0;
	background: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	padding-left: 10px;
	color: #2c2c2c;
}
.transformSelect ul span:hover {
	background: #fc3f40;
	color: #fff;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.transformSelect ul li {
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #fa3e43;	
}

.formlines label {
	font-size: 13px;
	max-width: 80%;
	line-height: 1.2em;
}
.formlines .form-checkbox {
	margin-bottom: 5px;	
}
.rez-error {
	margin-bottom: 40px;	
}



/* --------------------------------- table --------------------------*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 1.2em;
}


/* contenttable */
table {
	margin-bottom: 30px;
	border-bottom: 2px solid #fff;	
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > tfoot > tr > td {
	background: #50c05f;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	padding: 15px 25px;
	text-align: left;
	border-bottom: 2px solid #fff;	
}
table > thead > tr > td, table > tbody > tr > td {
	padding: 15px 25px;
	vertical-align: inherit;
	background: #ebebeb;
	border-bottom: 2px solid #fff;		
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
	font-size: 14px;
}
table > thead > tr > th:first-child, table > tbody > tr:first-child > th:first-child {
/*	border-top-left-radius: 5px;*/
}
table > thead > tr > th:last-child, table > tbody > tr:first-child > th:last-child {
/*	border-top-right-radius: 5px;*/
}

table.contenttable {
	margin-bottom: 30px;
	border-bottom: 2px solid #fff;	
}
table.contenttable > thead > tr > th, table.contenttable > tbody > tr > th, table.contenttable > tfoot > tr > th, table.contenttable > tfoot > tr > td {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	padding: 15px 25px;
	text-align: left;
	border-bottom: 2px solid #fff;	
}
table.contenttable > thead > tr > td, table.contenttable > tbody > tr > td {
	padding: 15px 25px;
	vertical-align: inherit;
	background: #ebebeb;
	border-bottom: 2px solid #fff;		
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,1);
	font-size: 14px;
}
table.contenttable > thead > tr > th:first-child, table.contenttable > tbody > tr:first-child > th:first-child {
/*	border-top-left-radius: 5px;*/
}
table.contenttable > thead > tr > th:last-child, table.contenttable > tbody > tr:first-child > th:last-child {
/*	border-top-right-radius: 5px;*/
}

table.contenttable1 td a {
	font-weight: 500;	
}
table.contenttable1 td strong {
	font-weight: 500;	
}


/* ---------------------------------- Buttons --------------------------------- */
.btn {
	min-width: 200px;
	background: #50c05f;
	color: #fff;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.btn:hover, .btn:focus {
	background: #388a43;
	color: #fff;
	outline: 0;
}
.btn:focus {
	outline: 0!important;
}
.btn a {
	color: #fff!important;	
	display: block;
}
.btn a:hover {
	text-decoration: none;
}
.btn-alt {
	min-width: 200px;
	background: transparent!important;
	color: #b0b0b0!important;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #b0b0b0;
}
.btn-alt:hover, .btn-alt:focus {
	background: transparent!important;
	color: #fff!important;
	border: 1px solid #fff;
}
.btn-small {
	min-width: 140px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}
.btn-micro {
	min-width: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
}
.btn-calc {
	padding-left: 35px;	
}


.btn-grey {
	min-width: 140px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #efefef;
	color: #383838;
}
.btn-grey:hover, .btn-grey:focus{
	min-width: 140px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #e0e0e0;
	color: #383838;
}
table .btn {
	color: #fff!important;	
}




/* header */
#header {
	position: relative;	
}
.top-bar {
	height: 70px;
	background: #50c05f;
	position: relative;		
}
#logo {
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1;
	display: block;
	width: 100px;
	height: 115px;
	background: transparent url('../png/logo.png') no-repeat center center;	
	background-size: contain;
	transform: translateX(-50%);
}
#logo:hover {
	width: 104px;
	height: 119px;
}

.social-icon {
	color: #fff!important;	
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 25px;
	position: inherit;
	top: 50%;
	left: -60px;
	font-size: 22px;
	display: block;
	background: #20832e;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.social-icon:hover {
	color: #fff!important;	
	width: 45px;
	height: 45px;
	margin-right: 24px;
	font-size: 24px;
}
.sc2 {
	position: absolute;
	left: 15px;
}
.soc-icon {	
	position: relative;
	line-height: 1.4em;
	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-bar {
	position: absolute; 
	top: 0;
	right: 0;
	height: 100%;
}	
.search-bar .tx-kesearch-pi1, .search-bar #form_kesearch_pi1, .search-bar .kesearchbox  {
	height: 100%;	
	margin: 0;
	padding: 0;
}
.search-bar .tx-kesearch-pi1 {
	float: left;
}
.search-bar #ke_search_sword {
	position: relative;
	height: 100%;
	border: 0 none;
	top: 0;
	left: auto;
	border-radius: 0;	
	-webkit-border-radius: 0;	
	background: #389f47;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.search-bar #ke_search_sword::-webkit-input-placeholder {
   color: #fff;
}
.search-bar #ke_search_sword:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.search-bar #ke_search_sword::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.search-bar #ke_search_sword:-ms-input-placeholder {  
   color: #fff;  
}
.search-bar #kesearch_submit {
	height: 100%;
	width: auto;
	background: #20832e;
	position: relative;
	top: 0;
	left: auto;
	padding: 5.5%;
	float: left;
}
.search-bar #kesearch_submit:hover {
	padding: 5.6%;
}
.search-bar #ke_search_sword:hover, .search-bar #ke_search_sword:focus {
	box-shadow: inherit;	
}


#content-wrap #ke_search_sword {
	position: relative;
	height: 100%;
	border: 0 none;
	top: 0;
	left: auto;
	border-radius: 0;	
	-webkit-border-radius: 0;	
	background: #389f47;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 50px;
}
#content-wrap .tx-kesearch-pi1 {
	position: relative;
	width: 100%;
	float: left;	
}
#content-wrap #kesearch_submit {
	height: 50px;
	width: auto;
	background: #20832e;
	position: relative;
	top: 0;
	left: auto;
	padding: 12px;
	float: left;
}
#kesearch_num_results {
	display: none;	
}

.print {
	float: right;	
}
.print a {
	width: 70px;
	height: 70px;
	display: block;
	background: transparent url('../png/print_icon.png') no-repeat center center;	
	background-size: 40px;
	padding-top: 57px;
	text-align: center;
	text-transform: uppercase;
	color: #b1b1b1!important;
	font-size: 14px;
	font-weight: 600;
}
.print a:hover {
	text-decoration: none;
	background-size: 43px;
}

/* header image */
.header-image {
/*	background: transparent url('../img_new/image1.jpg') no-repeat center center;	*/
/*	background-size: cover;*/
/*	height: 450px;*/

}

/* bx-slider */
.bx-wrapper {
	margin: 0 auto;	
}
/*
.bx-wrapper li:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC) repeat;
}
*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border:  0 none;
	left: 0!important;
}
.bx-wrapper .bx-controls {
	display: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	opacity: 0.3;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;	
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
	width: 73px;
	height: 83px;
}
.bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0) url("../html/sl_control.html") no-repeat scroll 0 0;
    left: 10px;
}
.bx-wrapper .bx-prev:hover {
	background-position: -2px 0;
}
.bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("../html/sl_control.html") no-repeat scroll -90px 0px;
    right: 10px;   
}
.bx-wrapper .bx-controls-direction a {
	z-index: 99;  
}
.bx-wrapper .bx-next:hover {
	background-position: -88px 0;
}
.image-slider {
	margin: 0!important;
	padding: 0!important;	
	overflow: hidden;
	height: 540px;

}
.image-slider li {
	background-size: cover;
	background-position: center center;
	height: 540px;
}
.image-slider .sl-text {
	display: flex;
	align-items: center;
  	justify-content: center;
  	height: 100%;
  	max-width: 80%;
  	margin: 0 auto;  	
}
.sl-link, .sl-link a {
	font-size: 53px;
	font-weight: 600;
	color: #fff;	
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 1.2em;
}
.sl-link a:focus {
	outline: 0;
}
.sl-link strong {
	color: #01e3f7;
}

.image-slider-sub {
	margin: 0!important;
	padding: 0!important;	
	overflow: hidden;
	height: 300px;

}
.image-slider-sub li {
	background-size: cover;
	background-position: center center;
	height: 300px;
}





.header-image .container, .header-image .row, .header-image .h-w { 
	height: 100%;	
}
.header-image .h-w { 
	position: relative;	
}
.obec-title {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	top: 38%;
	left: 0;
	font-weight: 300;
	font-size: 70px;
	color: #fff;	
	-webkit-transform: translateY(-37%);
	-ms-transform: translateY(-37%);
	transform: translateY(-37%);
	text-transform: uppercase;
	z-index: 150;
}
.obec-title span {
	font-weight: 600;
}



/* content */
#content-wrap {
	min-height: 500px;	
	padding-top: 65px;
	padding-bottom: 30px;
}
#hlavne-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	display: inline-block;
	text-align: center;
	bottom: -65px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#hlavne-menu li {
	background: rgba(120,226,134,0.5);
	list-style-type: none;	
	position: relative;
	width: 18%;
	height: auto;
	margin-bottom: 0;
	display: inline-block;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 3%;
	margin-right: 3%;
}
#hlavne-menu li:first-child {
	margin-left: 0;	
}
#hlavne-menu li:last-child {
	margin-right: 0;	
}
#hlavne-menu li a {
	background: #78e286;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;		
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#hlavne-menu li a:hover, #hlavne-menu li.act a{ 
	width: 95%;
	height: 95%;		
}
#hlavne-menu li a span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 20%;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#hlavne-menu li a:hover span, #hlavne-menu li.act a span {
	font-size: 20px;
	bottom: 22%;
}
#hlavne-menu li.m-green {
	background: rgba(120,226,134,0.5);
}
#hlavne-menu li.m-blue {
	background: rgba(130,211,242,0.5);
}
#hlavne-menu li.m-red {
	background: rgba(238,148,159,0.5);
}
#hlavne-menu li.m-yellow {
	background: rgba(237,197,100,0.5);
}
#hlavne-menu li.m-green a {
	background: #78e286 url('../png/obec_pic_green.png') no-repeat center 20%;
	background-size: 70%;	
	color: #337c3d;
}
#hlavne-menu li.m-green a:hover, #hlavne-menu li.m-green.act a {
	background: #78e286 url('../png/obec_pic_white.png') no-repeat center 20%;
	background-size: 70%;	
	color: #fff;
}
#hlavne-menu li.m-blue a {
	background: #82d3f2 url('../png/obcan_pic_blue.png') no-repeat center 20%;
	background-size: 70%;	
	color: #2880a1;
}
#hlavne-menu li.m-blue a:hover, #hlavne-menu li.m-blue.act a{
	background: #82d3f2 url('../png/obcan_pic_white.png') no-repeat center 20%;
	background-size: 70%;	
	color: #fff;
}
#hlavne-menu li.m-red a {
	background: #ee949f url('../png/podnikatel_pic_red.png') no-repeat center 20%;
	background-size: 70%;	
	color: #90555c;
}
#hlavne-menu li.m-red a:hover, #hlavne-menu li.m-red.act a {
	background: #ee949f url('../png/podnikatel_pic_white.png') no-repeat center 20%;
	background-size: 70%;	
	color: #fff
}
#hlavne-menu li.m-yellow a {
	background: #edc564 url('../png/navstevnik_pic_yellow.png') no-repeat center 20%;
	background-size: 70%;	
	color: #97782e;
}
#hlavne-menu li.m-yellow a:hover, #hlavne-menu li.m-yellow.act a {
	background: #edc564 url('../png/navstevnik_pic_white.png') no-repeat center 20%;
	background-size: 70%;	
	color: #fff;
}


/* home navigation */
#home-nav {
	background: #50c05f;	
	color: #fff;
	padding-top: 80px;
	padding-bottom: 120px;
}
#home-nav a {
	color: #fff;
}
#home-nav-menu {
	margin: 0;
	padding: 0;	
	text-align: center;
}
#home-nav-menu li {
	list-style-type: none;	
	display: inline-block;
	width: 13%;
	height: auto;	
	margin-bottom: 0;
	margin-left: 1%;
	margin-right: 1%;
}
#home-nav-menu a {
	background: #a8f3b2;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;		
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#home-nav-menu a span {
	position: absolute;
	bottom: -60px;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2em;
}
#home-nav-menu a:hover span {
	color:	#eaeaea;
}
#home-nav-menu .hnm-21 a {
	background: #a8f3b2 url('../png/virtual_pic_green.png') no-repeat center center;
	background-size: 55%;	
}
#home-nav-menu .hnm-21 a:hover {
	background: #45a452 url('../png/virtual_pic_white.png') no-repeat center center;
	background-size: 60%;	
}
#home-nav-menu .hnm-20 a {
	background: #a8f3b2 url('../png/otazky_pic_green.png') no-repeat center center;
	background-size: 55%;	
}
#home-nav-menu .hnm-20 a:hover {
	background: #45a452 url('../png/otazky_pic_white.png') no-repeat center center;
	background-size: 60%;	
}
#home-nav-menu .hnm-18 a {
	background: #a8f3b2 url('../png/chodnik_pic_green.png') no-repeat center center;
	background-size: 55%;	
}
#home-nav-menu .hnm-18 a:hover {
	background: #45a452 url('../png/chodnik_pic_white.png') no-repeat center center;
	background-size: 60%;	
}
#home-nav-menu .hnm-19 a {
	background: #a8f3b2 url('../png/cisla_pic_green.png') no-repeat center center;
	background-size: 55%;	
}
#home-nav-menu .hnm-19 a:hover {
	background: #45a452 url('../png/cisla_pic_white.png') no-repeat center center;
	background-size: 60%;	
}
#home-nav-menu .hnm-216 a {
	background: #a8f3b2 url('../png/noviny_pic_green.png') no-repeat center center;
	background-size: 55%;	
}
#home-nav-menu .hnm-216 a:hover {
	background: #45a452 url('../png/noviny_pic_white.png') no-repeat center center;
	background-size: 60%;	
}
#home-nav-menu .hnm-217 a {
	background: #a8f3b2 url('../png/vystava_pic_green.png') no-repeat center center;
	background-size: 55%;	
}
#home-nav-menu .hnm-217 a:hover {
	background: #45a452 url('../png/vystava_pic_white.png') no-repeat center center;
	background-size: 60%;	
}


/* left menu */
.left-menu {
	margin: 0;
	margin-right: 20px;
	padding-left: 0;	
	padding-right: 30px;
	text-align: right;
	border-right: 1px solid #e1e1e1;
}
.left-menu .fa {
	font-size: 12px;
	margin-right: 5px;
	padding-bottom: 3px;
	vertical-align: middle;	
}
.left-menu li li .fa {
	font-size: 9px;
}
.left-menu li li li .fa {
	font-size: 7px;
}
.left-menu ul {
	padding-left: 0;
	margin-left: 0;	
}
.left-menu li {
	list-style-type: none;	
	margin-top: 10px;
	margin-bottom: 10px;
	position: inherit;
}
.left-menu li:before {
	display: none!important;	
}
.left-menu li a {
	color: #565656;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.left-menu li.act > a {
	color: #50c05f;
}
.left-menu-v2 li {
	margin-top: 5px;
	margin-bottom: 5px;	
}
.left-menu-v2 li a {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2em;
}
.left-menu-v3 {
	padding-bottom: 15px;	
}
.left-menu-v3 li {
	margin-top: 0px;
	margin-bottom: 0px;	
}
.left-menu-v3 li a {
	font-size: 12px;
	font-weight: 500;
	text-transform: inherit;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	line-height: 1.1em;
}

.circle {
	background: #fff;
	border: 2px solid #ddd;
	width: 14px;
	height: 14px;
	right: 29px;
	overflow-x: visible;
	overflow-y: visible;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 2px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 2px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 2px 5px rgba(255,255,255,1);
}
.circle2 {
	background: #fff;
	border: 2px solid #50c05f;	
	width: 14px;
	height: 14px;
	right: 29px;
	overflow-x: visible;
	overflow-y: visible;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 2px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 2px 5px rgba(255,255,255,1);
	box-shadow: 0px 0px 2px 5px rgba(255,255,255,1);
}








/* texts */
.hp-title {
	font-size: 48px;
	font-weight: 300;	
	text-align: right;
	text-transform: inherit;
	line-height: 1.4em;
}
.hp-title-big {
	font-size: 90px;
	font-weight: 300;	
}
.udalosti-title {
	text-align: center;
	margin-bottom: 50px;
	color: #50c05f;
	font-size: 30px;
	font-weight: 500;
}



/* news */
.news-zoznam li {
	position: relative;
	list-style-type: none;	
	margin-bottom: 0;
}
.news-zoznam li:before {
	display: none!important;
}
.news-zoznam li a {
	text-decoration: none;
	color: #565656;	
	font-weight: 400;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
.news-zoznam li a:hover {
	color: #50c05f;
}
.news-zoznam li a:before {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	border: 2px solid #50c05f;	
}		
.news-zoznam li a:hover:before {
	background: #50c05f;
	border: 0 none;
}	

.news-list-date {
	width: 75px;
	height: 75px;
	background: #898989;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	padding-top: 15px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.news-list-date span {
	display: block;
}
.news-box {
	position: relative;	
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 40px;
}
.news-slider {
	margin-left: -15px;
	margin-right: -15px;	
}
.news-slider h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 25%;
	display: block;
	background: rgba(0,0,0,0.5);
	text-align: center;
	margin: 0;
	padding: 0;
}
.news-slider h2 a {
	color: #fff;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.news-list-item h2 {
	font-size: 18px;
	margin-top: 0;
}
.news-list-item .news-list-date {
	float: left;
	position: relative;
	width: 75px;
	height: 75px;
	background: #898989;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	padding-top: 15px;
	left: 15px;	
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	
}
.news-list-item .news-list-morelink {
/*	margin-left: 30px;*/
	margin-top: 10px;
	padding: 0;	
	float: right;
}
.news-list-item .news-list-morelink a {
	padding-top: 4px;
	padding-bottom: 4px;
}	
.news-list-browse {
	text-align: center;	
}
.showResultsWrap {
	padding-bottom: 10px;	
}
.browseLinksWrap a {
	border: 2px solid #50c05f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 4px;
	font-weight: 500;
}
.browseLinksWrap a:hover {
	background: #50c05f;
	color: #fff;
	text-decoration: none;
}
.disabledLinkWrap {
	border: 2px solid #ddd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 4px;
	font-weight: 500;
	color: #ddd;
}
.activeLinkWrap {
	background: #50c05f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	width: 35px;
	height: 35px;
	display: inline-block;
	padding-top: 4px;
	font-weight: 500;
}
.news-single-files {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}
.eventfile img {
	display: none;	
}
.eventfile a {
	display: inline-block;
	margin-right: 10px;
}
.news-photogallery-wrap {
	margin-top: 40px;	
	margin-bottom: 30px;
}


/* slick slider */
.slick-prev, .slick-next {
	/*margin-top: -15px;	*/
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0 none;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0px;
	display: block;
}
.slick-prev::before, .slick-next::before {
	font-size: 33px;	
}
.slick-prev span, .slick-next span {
	font-size: 33px;	
	vertical-align: middle;
	display: block;
	width: 12px;
	margin: 0 auto;
}
.slick-prev {
	width: 36px;
	height: 36px;
	background: #50c05f;
	left: 35%;
}
.slick-prev:hover, .slick-prev:focus { 
	background: #20832e;
}
.slick-next {
	width: 36px;
	height: 36px;
	background: #50c05f;
	right: 35%;
}
.slick-next:hover, .slick-next:focus { 
	background: #20832e;
}
.slick-prev.slick-disabled {
	background: #cccccc;
}
.slick-next.slick-disabled {
	background: #cccccc;
}
.slick-list {
	margin-bottom: 50px;
}
.slick-dots {
	margin: 10px auto 0 auto;
	text-align: center;
	padding-left: 0!important;
	width: 50%;
}
.slick-dots li {
	list-style-type: none;
	display: inline-block;
	background: #fff;
	width: 15px;
	height: 15px;	
	padding-left: 0;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #50c05f;
	vertical-align: middle;
}
.slick-dots li.slick-active {
	background: #50c05f;
}
.slick-dots li:hover {
	background: #50c05f;
}
.slick-dots li button {
	display: none;	
}
.slick-dots li:before {
	display: none!important;
}

.embed-responsive-item {
	width: 100%;
	height: 700px;
	border: 0 none;	
}
.iframe-responsive-item {
	width: 100%;
	height: 450px;
	border: 0 none;	
}


/* footer */
#footer {
	background: #565656;
	color: #e6e6e6;	
	padding-top: 70px;
	padding-bottom: 20px;
}
#footer a {
	color: #fff;
}
#footer strong, #footer b {
	font-weight: 400;
}
#footer ul {
	margin: 0;
	padding: 0;	
}
#footer li {
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#footer li a {
	color: #e6e6e6;	
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
#footer h3 {
	color: #e6e6e6;
	font-size: 16px;
	font-weight: 300;	
	border: 0 none;
}
#footer h4 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;	
	color: #fff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer h4 a {
	color: #fff;
}
.f-top-box {
	padding-left: 30px;
	padding-right: 30px;	
}
.ftb-m {
	border-right: 1px solid #959595;
	margin-top: 20px;
}
.f-top-box:last-child .ftb-m  {
    border-right: 0 none;
}
.f-pic1 {
	max-width: 92px;	
}
.f-pic2 {
	max-width: 115px;	
}
.f-pic3 {
	max-width: 73px;	
}
.f-pic4 {
	max-width: 95px;	
}
.f-bottom-box {
	font-weight: 300;
}
.f-bottom-line {
	font-size: 13px;
}
.f-bottom-line p {
	margin: 0;	
	float: left;
	margin-top: 5px;
}
#footer table {
	border: 0 none;	
	margin-bottom: 10px;
}
#footer table td {
	padding: 0;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border: 0 none;	
	background: transparent;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 16px;
}
.kontakt-link {
	text-transform: uppercase;
	float: right;
	font-weight: 400;
}	
	
/* anketa */
.tx-simplepoll {
	color: #e6e6e6;	
}
.simplePollSeeVotes .simplePollPercentText {
	color: #e6e6e6;	
}
.simplePollWrap {
	width: 100%;	
	padding: 0;	
}
.simplePollWrap h3 {
	line-height: 1.5em;	
	font-family: 'Raleway', sans-serif;
}	
.simplePollWrap .simplePollMain ul {
	border: 0 none;	
	padding-bottom: 30px!important;
	display: block;
}
.simplePollWrap label {
	display: inline;
	color: #bfbfbf;	
}
#simplePollForm {
	margin-top: 20px;	
}
#simplePollSeeVotes {
	font-family: 'Raleway', sans-serif;	
	padding-right: 50px;
	margin-top: 16px;
	color: #b0b0b0!important;
}
.simplePollWrap .simplePollMain ul li {
	text-indent: 0;
	display: inline-block;
}
.simplePollRow {
	display: inline;
	margin-right: 45px;
}
.simplePollRadioText {
	font-family: 'Raleway', sans-serif;	
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}	





/* cookie bar */
#cookie-bar {
	text-align: center;
	background: #565656;
	color: #fff;	
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 500;
}
#cookie-bar p {
	padding: 0;
	margin: 0;
}
.cb-enable {
	background: #50c05f;
	padding: 5px 10px;
	color: #fff;
	margin-left: 30px;
}
.cb-enable:hover {
	text-decoration: none;
	background: #388a43;
	color: #fff;	
}


/* to top button */
.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(206, 206, 206, 0.8) url(../png/arrow_top.png) no-repeat center 50%;
	visibility: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	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;
}
.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 {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.cd-top:hover {
	background-color: #e0e0e0;	
}
.no-touch .cd-top:hover {
	background-color: #e0e0e0;
	opacity: 1;
}


/* gallery */
.gal-item {
	margin-top: 20px;	
	padding-right: 2px;
}
.gal-item:nth-child(3n-1) {
	
}
.gal-date {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	padding-left: 10px;
}
.gal-name {
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;	
}
.gal-desc {
	font-size: 14px;
	font-weight: 500;
	padding-left: 10px;	
	color: #565656;
}


/* na stiahnutie */
.fil-row {
	margin-bottom: 25px;
	max-width: 630px;	
}
.fil-title {
	font-size: 21px;
	font-weight: 400;	
	padding-top: 12px;
	display: block;
	color: #e5000f;
	margin-bottom: 5px;
}
.fil-title a:hover {
	text-decoration: none;
}
.fil-dot {
	font-size: 30px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	color: #d5d5d5;
	line-height: 0em;
}	
.fil-image {
	float: left;
	margin-right: 25px;	
	border: 1px solid #ddd;
	max-width: 50px;
	height: auto;
}
.fil-down, .fil-view {
	float: right;
	margin-top: -20px;	
}


.fil-down a, .fil-view a {
	border: 1px solid #e1e1e1;
	display: inline-block;
	width: 60px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #444444!important;
}
.fil-down a {
	border-radius: 5px 0 0 5px;	
	-webkit-border-radius: 5px 0 0 5px;
}
.fil-view a {
	border-radius: 0 5px 5px 0;	
	-webkit-border-radius: 0 5px 5px 0;	
	border-left: 0 none;
}
.fil-down a:hover, .fil-view a:hover {
	background: #f7f7f7;	
}
.fil-down a i, .fil-view a i {
	margin-top: 8px;
}



.obsah .csc-menu-1 {
	display: none;	
}
#loading {
	display: none;	
	position: absolute;
	top: 10px;
	left: -80px;
}
#menu-combo, #kf_rok, .my-select {
	cursor: pointer;
	z-index: 101;		
}
#menu-combo option, #kf_rok option, .my-select option {
	background: #ebebeb;
	border: 0 none!important;
    outline:0px!important;
    padding: 2px 15px;
}	
.my-select {
	margin-right: 20px;	
}
.combo-m {
	position: absolute;
	top: 0;
	right: 0;	
	z-index: 100;
}
.customSelect { 
	background: #ebebeb;
	min-width: 235px;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 99;
	position: relative;
}
.customSelect:after { 
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 99;
	margin-top: -5px;
	border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 10px;
    border-top-color: #82d3f2;
    border-top-style: solid;
    border-top-width: 10px;
    height: 0;
    width: 0;
}
.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 */
}





/* pagebrowser */
.tx-pagebrowse-pages {
  width: auto !important;
 /* float: left;*/
  font-size: 1.09091em;
  line-height: 1.7em;
  font-size: 16px;
  vertical-align: text-bottom;
}

.tx-pagebrowse-pages li {
  display: inline-block !important;
  text-align: center;
  padding: 0 !important;
  color: #707070;
  background: none;
}

.tx-pagebrowse-pages li a {
  color: #707070;
  display: block;
}

.tx-pagebrowse-pages ol li {
  background: none;
  line-height: 1.5em;
}

.tx-pagebrowse-pages .tx-pagebrowse-current {
  background: #78E286;
  color: #fff;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.tx-pagebrowse-pages .tx-pagebrowse-page {
  margin: 0 1px 0 1px;
  width: 24px;
  height: 24px;
}

.tx-pagebrowse-pages .tx-pagebrowse-page:hover {
  background: #78E286;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.tx-pagebrowse-pages .tx-pagebrowse-page:hover a {
  color: #fff;
  text-decoration: none;
}


.tx-pagebrowse-pi1 {
	text-align: center;	
	min-height: 20px;
}
.tx-pagebrowse {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tx-pagebrowse li {
  	background: none;
  	display: inline-block!important;
  	margin-bottom: 0;
  	vertical-align: middle;
}
.tx-pagebrowse li:before {
	display: none!important;	
}
.tx-pagebrowse ol {
	padding-left: 10px;
	padding-right: 10px;
}
.tx-pagebrowse .tx-pagebrowse-first {
  width: 25px;
  display: inline-block;
 /* float: left;*/
}

.tx-pagebrowse .tx-pagebrowse-first a {
  background-image: url(../png/search_arrow_left.png);
  background-repeat: no-repeat;
  background-position: -15px 9px;
  display: inline-block;
  width: 25px;
  height: 24px;
}

.tx-pagebrowse .tx-pagebrowse-first-none {
  width: 25px;
  height: 24px;
  padding: 0 0 0 25px;
 /* float: left;*/
  background-image: url(../png/search_arrow_left.png);
  background-repeat: no-repeat;
  background-position: -15px -20px;
}

.tx-pagebrowse .tx-pagebrowse-prev {
  display: inline-block;
 /* float: left;*/
  width: 20px;
}

.tx-pagebrowse .tx-pagebrowse-prev a {
  background-image: url(../png/search_arrow_left.png);
  background-repeat: no-repeat;
  background-position: 5px 9px;
  display: inline-block;
  width: 20px;
  height: 24px;
}

.tx-pagebrowse .tx-pagebrowse-prev-none {
  width: 20px;
  height: 24px;
  padding: 0 0 0 20px;
 /* float: left;*/
  background-image: url(../png/search_arrow_left.png);
  background-repeat: no-repeat;
  background-position: 5px -20px;
}

.tx-pagebrowse .tx-pagebrowse-next {
  width: 20px;
  display: inline-block;
/*  float: left;*/
}

.tx-pagebrowse .tx-pagebrowse-next a {
  background-image: url(../png/search_arrow_right.png);
  background-repeat: no-repeat;
  background-position: -18px 9px;
  display: inline-block;
  width: 20px;
  height: 24px;
}

.tx-pagebrowse .tx-pagebrowse-next-none {
  width: 20px;
  padding: 0 0 0 20px;
  background-image: url(../png/search_arrow_right.png);
  background-repeat: no-repeat;
  background-position: -18px -23px;
}

.tx-pagebrowse .tx-pagebrowse-last {
  width: 25px;
  display: inline-block;
 /* float: left;*/
}

.tx-pagebrowse .tx-pagebrowse-last a {
  background-image: url(../png/search_arrow_right.png);
  background-repeat: no-repeat;
  background-position: 8px 9px;
  display: inline-block;
  width: 25px;
  height: 24px;
}

.tx-pagebrowse .tx-pagebrowse-last-none {
  width: 25px;
  padding: 0 0 0 25px;
  background-image: url(../png/search_arrow_right.png);
  background-repeat: no-repeat;
  background-position: 8px -23px;
}


.q-title {
	font-weight: 600;
	margin: 0;
	padding: 0;	
	color: #50C06E;
}
.q-question{
	font-weight: 600;
	margin: 0;
	padding: 0;	
}

/* mobile menu */
.button-mobile {

}
.button-mobile img {
	display: inline;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	width: 50px;
	background-color: #20832E;
}

/* overlay mobile menu*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #389F47;
	overflow: auto;
	z-index: 500;
	padding-top: 100px;
}
#menu-mobile {
	text-align: right;	
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
}
#menu-mobile.nav > li > a {
	color: #fff;	
	font-size: 15px;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 600;
	text-shadow: inherit;
	text-transform: uppercase;
}
#menu-mobile.nav > li > a:focus, #menu-mobile.nav > li > a:hover {
	background-color: transparent;
}

#menu-mobile .dropdown-menu {
	float: none;
	position: relative;	
	text-align: center;
	background-color: #239133;
	color: #fff;
	border: 0 none;
	box-shadow: 0 0 0 0!important;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	float: right;
}

	
#menu-mobile .dropdown-menu > li > a:focus, #menu-mobile .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #fff;
	outline: 0 none;
}
#menu-mobile .dropdown-menu > .active > a, #menu-mobile .dropdown-menu > .active > a:hover, #menu-mobile .dropdown-menu > .active > a:focus {
	background: transparent;
	background-image: none;
}
#menu-mobile .dropdown-menu > li {
	margin-bottom: 0;
}
#menu-mobile .dropdown-menu > li > a {
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: normal;
	text-align: right;
	text-transform: uppercase;
}
#menu-mobile li.active > a {
	color: #fff;
}
#menu-mobile .dropdown-menu > .active > a, #menu-mobile .dropdown-menu > .active > a:focus, #menu-mobile .dropdown-menu > .active > a:hover {
	background-color: transparent;	
}
#menu-mobile.nav .open > a, #menu-mobile.nav .open > a:focus, #menu-mobile.nav .open > a:hover {
	background-color: transparent;
}
#menu-mobile .dropdown-menu ul { 
	text-align: right;
	padding-left: 0;
}
#menu-mobile .dropdown-menu ul li a { 
	color: #fff;
	padding-right: 30px;
	display: block;
	font-size: 12px;
}
#menu-mobile .dropdown-menu ul li ul {
	background: #279e38;
	padding-top: 5px;
	padding-bottom: 7px
}
#menu-mobile .dropdown-menu ul li {
	margin-bottom: 0!important;
}
#menu-mobile .dropdown-menu ul li li a { 
	color: #fff;
	padding-right: 30px;
	display: block;
}
#menu-mobile .mm-3 a {
	line-height: 1.2em;	
	padding-bottom: 6px;
}
#menu-mobile .mm-4 a {
		
}
.mobile-menu-left-tab {
	width: 40%;
	float: left;
}
.mobile-menu-left-tab ul {
	border-bottom: 0 none;
}
.mobile-menu-left-tab li {
	display: block;
	float: none;
	margin-bottom: 0;
}
.mobile-menu-left-tab li a {
	border: 0 none!important;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff!important;
	margin-right: 0;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.mobile-menu-left-tab li a:hover, .mobile-menu-left-tab li a:focus, .mobile-menu-left-tab li.active a:hover, .mobile-menu-left-tab li.active a:focus {
	background: #20832E;	
}
.mobile-menu-left-tab li.active a {
	background: #20832E;
}
.mobile-menu-right-content {
	width: 60%;
	float: right;
	background: #20832E;
	min-height: 300px;
}
.caret {
	position: absolute;
	top: 8px;	
	right: 0;
}
.mm-mob img {
	max-width: 60px!important;	
	margin: 0 auto;
}

.fancybox-inner { 
	margin-left: 10px!important;	
}

.video-h4 {
	margin-top: 5px;
}



/* Color */
.obec {
	
}

.obcan a { color: #82d3f2; }
.obcan a:hover, .obcan a:focus { color: #3f90af; }
.obcan h1, .obcan h2 { color: #82d3f2; }
.obcan .top-bar { background-color: #82D3F2; }
.obcan .cb-enable { background-color: #82D3F2; }
.obcan .search-bar #ke_search_sword { background-color: #53b9e0; color: #fff!important; }
.obcan .search-bar #kesearch_submit { background-color: #3f90af; }
.obcan .social-icon { background-color: #3f90af; /*color: #82D3F2;*/ }
.obcan .btn { background-color: #82D3F2; }
.obcan .btn:hover, .obcan .btn:focus { background-color: #3f90af; }
.obcan table > thead > tr > th, .obcan table > tbody > tr > th, .obcan table > tfoot > tr > th, .obcan table > tfoot > tr > td { background-color: #82d3f2; }
.obcan .left-menu li.act > a { color: #82d3f2; }
.obcan .circle2 { border: 2px solid #82d3f2; }
.obcan .tx-pagebrowse-pages .tx-pagebrowse-current { background: #82d3f2; }
.obcan .tx-pagebrowse-pages .tx-pagebrowse-page:hover { background: #82d3f2; }
.obcan #content-wrap ul li::before { border: 2px solid #82d3f2; }
.obcan .overlay { background: #77c3e0; }
.obcan .button-mobile img, .obcan .mobile-menu-left-tab li.active a, .obcan .mobile-menu-right-content { background: #3F90AF; }
.obcan .mobile-menu-left-tab li a:hover, .obcan .mobile-menu-left-tab li a:focus, .obcan .mobile-menu-left-tab li.active a:hover, .obcan .mobile-menu-left-tab li.active a:focus { background: #3F90AF; }
.obcan #menu-mobile .dropdown-menu { background: #34728a; }
.obcan #menu-mobile .dropdown-menu ul li ul { background: #25586c; }


.podnikatel a { color: #f6838c; }
.podnikatel a:hover, .podnikatel a:focus { color: #90555c; }
.podnikatel h1, .podnikatel h2 { color: #f6838c; }
.podnikatel .top-bar { background-color: #f6838c; }
.podnikatel .cb-enable { background-color: #f6838c; }
.podnikatel .search-bar #ke_search_sword { background-color: #ec5b66; }
.podnikatel .search-bar #kesearch_submit { background-color: #b64755; }
.podnikatel .social-icon { background-color: #b64755; /*color: #f6838c;*/ }
.podnikatel .btn { background-color: #f6838c;  }
.podnikatel .btn:hover, .podnikatel .btn:focus { background-color: #92464f; }
.podnikatel table > thead > tr > th, .podnikatel table > tbody > tr > th, .podnikatel table > tfoot > tr > th, .podnikatel table > tfoot > tr > td { background-color: #f6838c; }
.podnikatel .left-menu li.act > a { color: #f6838c; }
.podnikatel .circle2 { border: 2px solid #f6838c; }
.podnikatel .tx-pagebrowse-pages .tx-pagebrowse-current { background: #f6838c; }
.podnikatel .tx-pagebrowse-pages .tx-pagebrowse-page:hover  { background: #f6838c; }
.podnikatel #content-wrap ul li::before { border: 2px solid #f6838c; }
.podnikatel .overlay { background: #e06d76; }
.podnikatel .button-mobile img, .podnikatel .mobile-menu-left-tab li.active a, .podnikatel .mobile-menu-right-content { background: #B64755; }
.podnikatel .mobile-menu-left-tab li a:hover, .podnikatel .mobile-menu-left-tab li a:focus, .podnikatel .mobile-menu-left-tab li.active a:hover, .podnikatel .mobile-menu-left-tab li.active a:focus { background: #B64755; }
.podnikatel #menu-mobile .dropdown-menu { background: #993e4a; }
.podnikatel #menu-mobile .dropdown-menu ul li ul { background: #a02e3d; }




.navstevnik a { color: #e8bb4e; }
.navstevnik a:hover, .navstevnik a:focus { color: #97782e; }
.navstevnik h1, .navstevnik h2 { color: #e8bb4e; }
.navstevnik .top-bar { background-color: #e8bb4e; }
.navstevnik .cb-enable { background-color: #e8bb4e; }
.navstevnik .search-bar #ke_search_sword { background-color: #ddac36; }
.navstevnik .search-bar #kesearch_submit { background-color: #97782e; }
.navstevnik .social-icon { background-color: #97782e; /*color: #e8bb4e;*/ }
.navstevnik .btn { background-color: #e8bb4e; }
.navstevnik .btn:hover, .navstevnik .btn:focus { background-color: #97782e;  }
.navstevnik table > thead > tr > th, .navstevnik table > tbody > tr > th, .navstevnik table > tfoot > tr > th, .navstevnik table > tfoot > tr > td { background-color: #e8bb4e; }
.navstevnik .left-menu li.act > a { color: #e8bb4e; }
.navstevnik .circle2 { border: 2px solid #e8bb4e; }
.navstevnik .tx-pagebrowse-pages .tx-pagebrowse-current { background: #e8bb4e; }
.navstevnik .tx-pagebrowse-pages .tx-pagebrowse-page:hover { background: #e8bb4e; }
.navstevnik #content-wrap ul li::before { border: 2px solid #e8bb4e; }
.navstevnik .overlay { background: #d5a93d; }
.navstevnik .button-mobile img, .navstevnik .mobile-menu-left-tab li.active a, .navstevnik .mobile-menu-right-content { background: #97782E; }
.navstevnik .mobile-menu-left-tab li a:hover, .navstevnik .mobile-menu-left-tab li a:focus, .navstevnik .mobile-menu-left-tab li.active a:hover, .navstevnik .mobile-menu-left-tab li.active a:focus { background: #97782E; }
.navstevnik #menu-mobile .dropdown-menu { background: #8d6b1b; }
.navstevnik #menu-mobile .dropdown-menu ul li ul { background: #7e5d10; }


.f-icons {
	max-width: 50px;
	margin-right: 50px;
	margin-top: -11px;
}


@media (max-width: 1601px) {
	.image-slider li {
		height: 420px;
	}
	.obec-title {
		font-size: 65px;	
	}
	.f-top-box {
		padding-left: 20px;
		padding-right: 20px;	
	}
	.top-bar {
		height: 60px;	
	}
	#logo {
		width: 90px;	
		top: 15px;
	}
}
@media (max-width: 1200px) {
	body {
		font-size: 15px;	
	}
	.image-slider li {
		height: 350px;
	}
	.top-bar {
		height: 50px;	
	}
	#logo {
		width: 70px;	
		top: 0px;
	}
	.obec-title {
		font-size: 52px;	
	}
	h1, .h1 {
		font-size: 37px;
		margin-bottom: 30px;
	}
	h2, .h2 {
		font-size: 32px;
		margin-top: 20px;
	}
	h3, .h3 {
		font-size: 18px;
		margin-top: 30px;
	}
	h4, .h4 {
		font-size: 15px;
		margin-top: 20px;
	}
	h5, .h5 {
		font-size: 12px;
		margin-top: 20px;
	}
	#footer h3 {
		font-size: 14px;
	}
	.fil-title {
		font-size: 19px;
	}
	#footer table td {
		font-size: 14px;	
	}
	.f-top-box {
		padding-left: 15px;
		padding-right: 15px;	
	}
	.hp-title {
		font-size: 40px;
	}
	.hp-title-big {
		font-size: 77px;
	}
}
@media (max-width: 992px) {
	body {
		font-size: 14px;	
	}
	h1, .h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	h2, .h2 {
		font-size: 27px;
		margin-top: 20px;
	}
	h3, .h3 {
		font-size: 16px;
		margin-top: 20px;
	}
	h4, .h4 {
		font-size: 13px;
		margin-top: 20px;
	}
	h5, .h5 {
		font-size: 11px;
		margin-top: 20px;
	}
	#footer h4 {
		font-size: 16px;	
	}
	.image-slider li {
		height: 250px;
	}
	.top-bar {
		height: 50px;	
	}
	.social-icon, .social-icon:hover {
		width: 35px;
		height: 35px;
		font-size: 19px;
	}	
	.social-icon:hover {
		font-size: 20px;	
	}
	.search-bar #ke_search_sword {
		font-size: 16px;	
	}
	#logo {
		width: 70px;	
		top: 0px;
	}
	#logo:hover {
		width: 73px;
	}
	.obec-title {
		font-size: 37px;	
	}
	#hlavne-menu li a span {
		font-size: 13px;
		bottom: 18%;
	}	
	#hlavne-menu li a:hover span, #hlavne-menu li.act a span {
		font-size: 14px;
		bottom: 22%;
	}
	.fil-title {
		font-size: 18px;
	}
	.left-menu {
		padding-right: 18px;	
	}
	.left-menu li a {
		font-size: 13px;
		line-height: 1.2em;
	}
	.left-menu-v2 li a {
		font-size: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.print a {
		width: 60px;
		height: 60px;
		background-size: 30px;
		font-size: 11px;
		padding-top: 48px;
	}
	.print a:hover {
		background-size: 33px;
	}
	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > tfoot > tr > td, table.contenttable > thead > tr > th, table.contenttable > tbody > tr > th, table.contenttable > tfoot > tr > th, table.contenttable > tfoot > tr > td {
		font-size: 15px;
	}
	table > thead > tr > td, table > tbody > tr > td, table.contenttable > thead > tr > td, table.contenttable > tbody > tr > td {
		font-size: 12px;
	}
	.f-top-box {
		padding-left: 10px;
		padding-right: 10px;	
	}
	.f-pic1 {
		max-width: 72px;	
	}
	.f-pic2 {
		max-width: 92px;	
	}
	.f-pic3 {
		max-width: 60px;	
	}
	.f-pic4 {
		max-width: 75px;	
	}
	#footer {
		font-size: 12px;
	}
	#footer li {
		font-size: 11px;	
	}
	#footer h3 {
		font-size: 12px;
	}	
	#footer table td {
		font-size: 12px;
	}
	#simplePollSeeVotes {
		float: left;	
	}
	.hp-title {
		font-size: 33px;
	}
	.hp-title-big {
		font-size: 60px;
		margin-bottom: 10px;
	}
	.news-zoznam li {
		font-size: 13px;	
	}
	.news-slider h2 a {
		font-size: 15px;
	}
}
@media (max-width: 767px) {	
	.top-bar {
		position: fixed;	
		width: 100%;
		z-index: 1500;
	}
	.header-image {
		padding-top: 50px;	
	}
	body {
		font-size: 13px;	
	}	
	h1, .h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	h2, .h2 {
		font-size: 24px;
		margin-top: 10px;
	}
	h3, .h3 {
		font-size: 16px;
		margin-top: 10px;
	}
	.image-slider li {
		height: 200px;
	}
	#logo {
		width: 55px;	
		top: -17px;
	}
	#logo:hover {
		width: 58px;
	}
	.obec-title {
		font-size: 30px;	
	}
	#hlavne-menu li a span {
		font-size: 10px;
		bottom: 18%;
	}	
	#hlavne-menu li a:hover span, #hlavne-menu li.act a span {
		font-size: 11px;
		bottom: 22%;
	}
	#content-wrap {
		padding-top: 80px;	
	}
	#cookie-bar p {
		font-size: 10px;		
	}
	#cookie-bar {
		position: fixed;
	    bottom: 0;
	    left: 0;
	    background: #565656;
	    z-index: 100;
	}
	.f-top-box img {
		display: none;	
	}
	.ftb-m {
		margin-top: 0;
		border-right: 0 none;
		border-bottom: 1px dashed #8F8F8F;
	}
	#footer .ftb-m ul {
	 	min-height: auto!important;
	 	margin-left: 20px;
	 	margin-bottom: 20px;
	}
	#footer {
		padding-top: 10px;	
	}
	#footer .f-top-box h4 {
		padding-top: 15px;
		cursor: pointer;
		background: transparent url('../png/kriz.png') no-repeat right center;
	}
	#footer .f-top-box h4.cb-open {
		background: transparent url('../png/minus.png') no-repeat right center;
	}
	#footer li {
		font-size: 13px;	
	}
	#footer hr {
		display: none;	
	}
	.f-bottom-box {
		margin-top: 50px;	
		text-align: center;
	}
	#simplePollVote {
		float: none!important;	
		display: block;
		margin: 0 auto;
	}
	#simplePollSeeVotes {
		display: block;
		text-align: center;
		float: none!important;
		padding-right: 0;
		margin-top: 20px;
	}
	.simplePollRow {
		margin-right: 20px;
		margin-left: 20px;
	}	
	.f-bottom-box {
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #8F8F8F;	
	}

	#footer .table-responsive {
		border: 0 none;
		overflow: initial;
	}
	#footer table {
		width: auto;	
		margin: 0 auto;
		text-align: left;
	}
	#footer .kontakt-link {
		float: none!important;
		margin: 30px auto;	
		display: inline-block;	
	}
	#footer .f-bottom-line {
		margin-top: 30px;
		text-align: center;
	}
	#footer .f-bottom-line p {
		float: none;
	}
	.hp-title {
		display: none;		
	}
	h2.csc-firstHeader {
		margin-top: 30px;
		text-align: center;	
	}
	.udalosti-title {
		font-size: 24px;	
		margin-bottom: 30px;
	}
	.download {
		float: none;	
		margin: 30px auto;
		display: block;
		width: 100px;
		clear: both;
	}
	.top-35n {
		top: 30px;	
	}
	.slick-prev {
		left: 10px;	
	}
	.slick-next {
		right: 10px;
	}
	#home-nav {
		padding-top: 36px;	
		padding-bottom: 10px;
	}
	#home-nav-menu li {
		width: 27%;	
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 15%;
	}
	#home-nav-menu a span {
		font-size: 12px;	
		font-weight: 500;
		bottom: -37px;
	}
	.fil-down, .fil-view {
		margin-top: 5px;
	}
	.news-list-item {
		text-align: center;
	}
	.nws-morelink {
		text-align: center;
		float: none!important;	
		clear: both;
		margin: 0 auto;
		display: block;
		width: 110px;
	}
	.news-list-item .news-list-date {
		float: none;
		clear: both;
		margin: 0 auto 20px auto;	
		left: 0;
	}
	.customSelect {
		min-width:	110px;
	}
	.gal-item:nth-child(odd) {
		padding-right: 5px;
		padding-left: 15px;
	}
	.gal-item:nth-child(even) {
		padding-left: 5px;
		padding-right: 15px;
	}
	#content-wrap #ke_search_sword {
		left: 15px;	
	}
	.news-slider h2 a {
		font-size: 12px;
	}
	.fancybox-inner { 
		margin-left: 0px!important;	
	}
}
@media (max-width: 750px) {	
	.image-slider li {
		height: 150px;
	}
	.obec-title {
		font-size: 23px;	
	}
	#content-wrap {
		padding-top: 60px;	
	}
}
@media (max-width: 550px) {	
	#hlavne-menu {
		bottom: -42px;	
	}
	#hlavne-menu li a span {
		font-size: 9px;
		bottom: 10%;
	}	
	#hlavne-menu li a:hover span, #hlavne-menu li.act a span {
		font-size: 9px;
		bottom: 13%;
	}
	#content-wrap {
		padding-top: 50px;	
	}
}
@media (max-width: 480px) {
	#hlavne-menu {
		bottom: -32px;	
	}
	#hlavne-menu li a span, #hlavne-menu li a:hover span, #hlavne-menu li.act a span {
		font-size: 6px;
		bottom: 3%;
	}
	#home-nav-menu li {
		margin-bottom: 20%;	
	}
	#home-nav-menu a span {
		bottom: -44px;
	}
}
@media (max-width: 350px) {
	#hlavne-menu {
		display: none;
	}
}


@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1500px) {
	.container {
		width: 1170px;
	}
}


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