/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, tt, var, u, i, center,
dl, dt, dd, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
* { margin:0; }

.menu_trigger {display:none;}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3d3939;
	background-color: #fafafa;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 19px;
	width: 100%;
	min-width: 1180px;
}

img { border:none; }

a:link,
a:visited {
	text-decoration: none;
	color: #19526c;
}

a:hover { text-decoration: underline; }

a.alt:link,
a.alt:visited { color: #FFF; }

a.alt:hover { text-decoration: underline; }

p,
h1,
h2,
h3,
#form1,
#form2,
#form3 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 24px;
	color: #7ea8b0;
	font-weight: lighter;
	border-bottom: 1px solid #e5e5e3;
	line-height: 50px;
	margin-bottom: 22px;
	padding: 0 30px;
	width: 750px;
}
h2 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/darr_span.png);
	line-height: 40px;
	padding: 0 20px;
}
.content h2 {
	font-size: 18px;
	color: #457388;
	font-weight: bold;
	line-height: 32px;
	padding: 0;
	background-color: #FAFAFA;
	background-image: none;
	margin-bottom: 10px;
}
.content .latest h2 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/darr_span.png);
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	margin-bottom: 0px;
}

h3 {
	font-size: 18px;
	color: #06C;
	font-weight: normal;
}

input,
select,
textarea {
	font-size: 13px;
	color: #666;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background-image: url(../images/inp.jpg);
	background-repeat: repeat-x;
	background-color: #fefefe;
}

.inp_1 {
	width: 268px;
	margin-bottom: 12px;
}

.inp_2 { width: 124px; }

.inp_3 {
	width: 308px;
	height: 206px;
	margin-bottom: 20px;
}

.sel_1 {
	width: 276px;
	margin-bottom: 12px;
}

.butt {
	background-color:#D2D2D2;
	color:#b32704;
	height: 28px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/butt.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
}

.butt:hover {
	cursor:pointer;
	background-position: left bottom;
}

img.cap {
	float: left;
	margin: 0 0 35px 35px;
	padding: 0;
}

/*************************************************************************************************** main elements */

.wrap {
	width: 1094px;
	margin: 0 auto;
}

.top {
	height:0px;
	width: 1094px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

.weather {
	position: absolute;
	top: 0px;
	right: 50px;
	overflow: hidden;
}

.temp {
	border-right: 1px solid #fff;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	float:left;
	height: 34px;
	line-height:34px;
	display: block;
	width: 40px;
	margin: 0 5px 0 0;
}

.logo {
	position: absolute;
	top: 0px;
	left: 50px;
}

.overmenu {
	height: 44px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}

.menu {
	height: 43px;
	line-height: 43px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

 .menu li {
	 position: relative;
	 line-height: 43px;
	 display: inline-block;
	 *display:inline;
	 *float:left;
	 background-image: url(../images/menu_sep.png);
	 background-repeat: no-repeat;
	 padding: 0;
	 margin: 0;
	 z-index:99;
}


.menu li:first-child { background-image: none; }

.menu li a {
	display: block;
	padding: 0 15px;
	color: #08405e;
	margin: 0 0 0 2px;
}

.menu li:hover a,
.menu li.active a,
.menu li.active:hover a {
	color:#960508;
	text-decoration: none;
	background-color: #fbfbf9;
}

.menu li ul {
	display:none;
	position:absolute;
	top:43px;
	left:50%;
	width: 205px;
	z-index: 100;
	background-image: url(../images/ul-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 14px 0;
	margin: 0 0 0 -102px;
}

.menu li:hover ul { display:block; }

.menu li ul li {
	margin: 0;
	background-color: #FFF;
	width: 203px;
	line-height:20px;
	padding: 7px 0 5px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: lighter;
	display: block;
}

.menu li ul li:first-child {
	border-top:1px solid #ccc;
	background-image: url(../images/li-first.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 12px 0 5px 0;
}

.menu li ul li:last-child {
	border-bottom:1px solid #ccc;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 7px 0 10px 0;
}

.menu li li a,
.menu li.active li a,
.menu li:hover li a,
.menu li.active:hover li a {
	background-image: none;
	display: block;
	color: #474747;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.menu li li:hover a,
.menu li.active li:hover a,
.menu li.active li.active a,
.menu li.active li.active:hover a,
.menu li:hover li:hover a,
.menu li.active:hover li:hover a {
	background-image: none;
	color:#920708;
}

.langs { float:right; }

.main {
	overflow: hidden;
	width: 1094px;
	padding: 25px 0;
}

.sidebar {
	float: right;
	width: 245px;
}

.content {
	float: left;
	width: 825px;
	/*overflow: hidden;*/
}

.overfooter {
	width:100%;
	background-image:url(../images/footer2.png);
	background-repeat:repeat-x;
	background-color: #19526C;
	height:auto;
	overflow:hidden;
}

.footer {
	width: 1094px;
	color: #FFF;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	padding: 0;
}

.footer div {
	height: 42px;
	padding:0;
	margin:0;
	float:left;
}

.footer .ffirst { width: 25%; }

.footer .fsecond {
	text-align:center;
	width: 50%;
	height:auto;
}

.footer .fthird {
	text-align:right;
	color:#041b25;
	width: 25%;
}

.footer .fthird a {
	text-decoration:none;
	color:#041b25;
}

.overflow { overflow:hidden; }

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

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

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

.search_form {
	background-image: url(../images/side_sh.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 35px 20px;
}

.search {
	margin: 0 0 10px 0;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 27px;
}

.search input[type=radio],
.radio {
	border: transparent;
	padding:0;
	margin:0;
}

.search .srch {
	background-color: transparent;
	border: none;
	width: 145px;
	float: left;
	margin: 0;
	padding: 2px 5px;
	line-height: 23px;
	height: 23px;
}

.search .butt {
	background-color: transparent;
	border: transparent;
	width: 30px;
	height: 27px;
	float: left;
	padding: 0;
	background-image: none;
}

.search_form label {
	display:inline-block;
	padding: 0 10px 0 0;
}

.sidebar_links,
.content_links { font-family: 'Open Sans Condensed', sans-serif; }

a.sidelink {
	display:block;
	background-image: url(../images/side_sh.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 44px;
	padding: 0 0 30px 0;
	line-height: 22px;
	margin: -15px 0 0 0;
}

a.sidelink span {
	 display:table;
	 background-repeat:no-repeat;
	 color:#508994;
	 font-weight:lighter;
	 font-size:17px;
	 text-transform: uppercase;
	 padding: 0 0 0 20px;
	 height: 44px;
	 *display:block;
}


a.sidelink span span {
	 display:table-cell;
	 vertical-align:middle;
	 background-repeat:no-repeat;
	 color:#508994;
	 font-weight:lighter;
	 font-size:17px;
	 text-transform: uppercase;
	 padding: 0 0 0 40px;
	 background-position: left center;
	 *display:block;
}

a.sidelink:hover span,
a.sidelink span:hover,
a.sidelink:hover {
	text-decoration:none;
	color:#a10d0d;
	border: none;
}

a.sidelink span span { background-image: url(../images/i0.png); }

a.sidelink span.s1 { background-image: url(../images/i1.png); }

a.sidelink span.s2 { background-image: url(../images/i2.png); }

a.sidelink span.s3 { background-image: url(../images/i3.png); }

a.sidelink span.s4 { background-image: url(../images/i4.png); }

a.sidelink span.s5 { background-image: url(../images/i5.png); }

a.sidelink span.s6 { background-image: url(../images/i6.png); }

a.sidelink span.s7 { background-image: url(../images/i7.png); }

a.sidelink span.s8 { background-image: url(../images/i8.png); }

a.sidelink span.s9 { background-image: url(../images/i9.png); }

a.sidelink span.s10 { background-image: url(../images/i10.png); }

a.sidelink span.s11 { background-image: url(../images/i11.png); }

a.sidelink span.s12 { background-image: url(../images/i12.png); }

.f_plug { margin: 20px 0; }

.banners {
	padding: 20px 0 20px 20px;
	font-size: 13px;
	color: #000;
	line-height: 17px;
}

.banners h3 {
	font-size: 17px;
	font-style: italic;
	color: #000;
	background-image: url(../images/side_sh.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 32px 20px;
	margin: 0 0 -10px -20px;
}

.banners img { margin: 0 0 10px 0; }

.bott {
	float:left;
	width: 1044px;
	height:34px;
	padding: 20px 0 0 50px;
	clear: both;
}

/************************************************************************************* homapage */

.content_links {
	float: left;
	width: 176px;
	margin: 0 5px 5px 0;
	padding: 6px 0 1px 0;
}

.content_links a.sidelink {
	display:block;
	background-image: url(../images/green.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 56px;
	padding: 0 0 3px 0;
	line-height: 22px;
	margin: 0;
	font-weight: lighter;
}

.content_links a.sidelink span {
	padding: 6px 0 6px 10px;
	height: 44px;
	font-weight: lighter;
}

.content_links a.sidelink span span {
	padding: 0 0 0 40px;
	font-weight: lighter;
}

.box {
	border: 1px solid #e4e4e4;
	padding: 1px 1px 15px 1px;
	margin: 0 5px 5px 0;
	height: 285px;
	background-repeat: repeat-x;
	background-position:left bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	background-color: #FFF;
}

.overlay {
	background-image: url(../images/transp.png);
	height: 58px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 21;
	display: table;
}

.b1 .overlay { width: 172px; }

.b2 .overlay { width: 264px; }

.b3 .overlay { width: 353px; }

.b4 .overlay { width: 445px; }

.box_p {
	padding: 10px 15px 15px 15px;
	font-size: 13px;
	color: #3d3939;
	line-height: 17px;
	display: block;
	height: 120px;
	overflow:hidden;
}

.box.b1 .box_p { height: 90px; }

.box.b1.bigger .box_p { height: 172px; }

.box.b2 .box_p { height: 90px; }

.box.b2.bigger .box_p { height: 173px; }

.box.b3 .box_p { height: 90px; }

.box.b3.bigger .box_p { height: 173px; }

.box.b4 .box_p { height: 85px; }

.box.b4.bigger .box_p { height: 172px; }

.box_p p { text-overflow: ellipsis; }

.box .overlay p {
	background-repeat: repeat-y;
	display: table-cell;
	vertical-align:middle;
	padding: 0 0 0 15px;
	background-repeat:repeat-y;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.overlay p a {
	color:#fff;
	display:block;
}

.overlay p a:hover { text-decoration:none; }

.box_img {
	position:relative;
	z-index: 20;
	margin: 0;
	height: 171px;
}

.b1 .box_img,
.b1 .box_img img {
	width: 172px;
	height: 171px;
}

.b2 .box_img,
.b2 .box_img img {
	width: 264px;
	height: 171px;
}

.b3 .box_img,
.b3 .box_img img {
	width: 353px;
	height: 171px;
}

.b4 .box_img,
.b4 .box_img img {
	width: 445px;
	height: 171px;
}

.box.green .overlay p { background-image:url(../images/green.jpg); }

.box.orange .overlay p { background-image:url(../images/orange.jpg); }

.box.purple .overlay p { background-image:url(../images/purple.jpg); }

.box.yellow .overlay p { background-image:url(../images/yellow.jpg); }

.box.blue .overlay p { background-image:url(../images/blue.jpg); }

.box.green { background-image:url(../images/green1.jpg); }

.box.orange { background-image:url(../images/orange1.jpg); }

.box.purple { background-image:url(../images/purple1.jpg); }

.box.yellow { background-image:url(../images/yellow1.jpg); }

.box.blue { background-image:url(../images/blue1.jpg); }

.b1 { width: 172px; }

.b2 { width: 264px; }

.b3 { width: 353px; }

.b4 { width: 445px; }

.box.bigger { height:370px; }

/********************************************************************************* end homapage */


.latest {
	height: 55px;
	padding: 60px 0 10px 0;
	width: 810px;
}

.latest .dd {
	background-image: url(../images/darr.png);
	height: 15px;
	background-repeat: no-repeat;
	background-position: 30px top;
}

.art {
	overflow: hidden;
	width: 810px;
	text-align: justify;
}

.art img.news_image {
	float: right;
	margin: 0 0 35px 35px;
	clear: right;
}

.bold {
	font-weight:bold;
	color: #7ea8b0;
	display: block;
}

.cont_wrap {
	overflow: hidden;
	width: 810px;
	text-align: justify;
	margin: -22px 0 0 0;
}

.menu2 {
	float:left;
	width: 180px;
	margin: 0 0 0 30px;
	padding: 25px 0;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
}

.menu2 ul {
	margin: 0;
	padding-bottom: 15px;
}

.menu2 li {
	padding: 2px 0 2px 10px;
	background-repeat: no-repeat;
	background-position: left 11px;
	background-image: url(../images/blue.jpg);
}

.menu2 li a { }

.menu2 li.active a,
.menu2 li:hover a {
	text-decoration:underline;
	color: #a10d0d;
}

.menu3 {
	float:left;
	width: 180px;
	margin: 0 0 0 30px;
	padding: 25px 0;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-y;
}

.menu3 ul {
	margin: 0;
	padding-bottom: 15px;
}

.menu3 li {
	padding: 2px 0 2px 0;
}

.menu3 li ul {
	display: none;
}

.menu3 li.active ul {
	display: block;
}

.menu3 li li {
	padding: 2px 0 2px 10px;
	background-repeat: no-repeat;
	background-position: left 11px;
	background-image: url(../images/blue.jpg);
}

.menu3 li li.active a,
.menu3 li li:hover a {
	text-decoration:underline;
	color: #a10d0d;
}

.menu3 .uncollapse {
	color: #19526C;
}

.menu3 .uncollapse:HOVER {
	color: #19526C;
	text-decoration: underline;
	cursor: pointer;
}

.menu2, .menu3 {
	text-align: left;
}

.rite {
	float:right;
	width: 590px;
	padding: 25px 0 0 0;
}

.rite a {
	display: block;
	padding: 2px 0;
}

.rite a:hover {
	text-decoration:underline;
	color: #a10d0d;
}

.menu_sep {
	display:block;
	padding: 2px 0 2px 10px;
	font-weight:bold;
	text-align:left;
}

a.download {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 45px;
	margin: 10px 0 10px 0;
	width:370px;
	overflow: hidden;
	color: #2f4048;
	background-image: url(../documents_icons/fileicon_bg.png);
}

a.download:hover {
	color: #a10d0d;
	text-decoration: none;
}

a.download span {
	display:block;
	border-bottom: 1px solid #c8c8c8;
	line-height: 24px;
	margin: 7px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 360px;
}

.dl_compressed { background-image: url(../documents_icons/compressed.png) !important; }
.dl_image { background-image: url(../documents_icons/image.png) !important; }
.dl_music { background-image: url(../documents_icons/music.png) !important; }
.dl_pdf { background-image: url(../documents_icons/pdf.png) !important; }
.dl_powerpoint { background-image: url(../documents_icons/powerpoint.png) !important; }
.dl_text { background-image: url(../documents_icons/text.png) !important; }
.dl_word { background-image: url(../documents_icons/word.png) !important; }

.article {
	float:right;
	width: 501px;
	padding: 25px 25px 0 0;
}

.article ul {
	list-style:disc;
	margin: 0 0 0 60px;
}

.article ol {
	list-style-type:decimal;
	margin: 0 0 0 60px;
}

.ths {
	overflow: hidden;
	display: table;
	padding-bottom: 60px;
}

.th {
	float: left;
	background-color: #f1f1ef;
	border: 1px solid #f1f1ef;
	padding: 4px 5px;
	width: 167px;
	margin: 3px 10px 10px 3px;
	height: 210px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}

.th:hover {
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	background-color: #FFF;
}

.video {
width: 558px; height:310px; margin: 0 0 0 5px; }


table.kontakt {
	width: 810px;
	font-size: 13px;
}

table.kontakt td {
	padding: 5px;
	vertical-align: top;
}

.kontakt tr td:first-child {
	text-align: right;
	width: 110px;
}

.t2 { width: 260px; }

.t3 { width: 15px; }

.t4 { text-align: right; }

.t5 {
	width: 320px;
	text-align: center;
}

td.tdimg {
	width: 100px !important;
	text-align: center;
	overflow: hidden;
}

.weather img {
	margin: 2px;
}

.downloads {
    margin-top: 25px;
}

.downloads:FIRST-CHILD {
    margin-top: 0;
}

.fl_right {
	clear: right;
    float: right;
    margin: 20px 0 20px 20px;
}

.fl_left {
	clear: left;
    float: left;
    margin: 35px 35px 35px 0;
}

.news_gallery {
	position: relative;
	margin-top: 25px;
}

.news_gallery .left_arr {
	position: absolute;
	top: 80px;
	left: 0;
}

.news_gallery .right_arr {
	position: absolute;
	top: 80px;
	right: 0;
}


.news_gallery_inner {
	overflow: hidden;
	width: 744px;
	margin: 0 auto;
	height: 215px;
}

.news_gallery_item {
	float: left;
	background-color: #f1f1ef;
	border: 1px solid #f1f1ef;
	padding: 4px 5px;
	width: 162px;
	margin: 6px;
	height: 190px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}

.news_gallery_item:hover {
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	background-color: #FFF;
}


.article_gallery {
	position: relative;
	margin-top: 25px;
}

.article_gallery .left_arr {
	position: absolute;
	top: 65px;
	left: 0;
}

.article_gallery .right_arr {
	position: absolute;
	top: 65px;
	right: 0;
}


.article_gallery_inner {
	overflow: hidden;
	width: 450px;
	margin: 0 auto;
	height: 175px;
}

.article_gallery_item {
	float: left;
	background-color: #f1f1ef;
	border: 1px solid #f1f1ef;
	padding: 4px 5px;
	width: 126px;/*162px;*/
	margin: 6px;
	height: 150px;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}

.article_gallery_item:hover {
	box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	background-color: #FFF;
}

.caruosel {
	overflow: hidden;
}

#arr_prev, #arr_next {
	display: block;
	height: 32px;
	width: 24px;
	background-position: center top;
}

#arr_prev:hover, #arr_next:hover {
	background-position: center bottom;
}

#arr_prev:FOCUS, #arr_next:FOCUS {
	outline: none;
}

#arr_prev {
	background-image: url(../images/arr_left.png);
}

#arr_next {
	background-image: url(../images/arr_right.png);
}

.cleaner { clear: both; height: 0; margin: 0; padding: 0; }
/**/



.cntct {overflow:hidden;}

.cnt_l {float:left; width:400px;}

.cnt_r {float:right; width:410px;}

.c_div {padding:5px; overflow:hidden; text-align:right; position:relative; z-index:29;}

.lab {float:left; width:105px; padding: 2px 0 0 0;}

.cnt_r .lab {width:75px;}

.resp_err {
	width: 13px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/error.png);
	margin-top: 8px;
	display: none;
	position:absolute;
	z-index:300;
	top:4px;
	right:30px;
}

.response {
	display: block;
	line-height: 14px;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	height: 14px;
	text-align:right;
}

.error {
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 0 0 20px;
	background-position: 1px 1px;
}

.success {
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0 0 0 20px;
	background-position: 1px 1px;
}



a.tbph {display:none;}








/* Event Calendar */

.events-calendar table {
    width:100% !important; 
    border-collapse:collapse; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.event-calendar{
    overflow:visible;
}

.calendar-header{
    margin-top:0px;
}

.calendar-header .filter-dropdown{
    text-align:left;
    margin-right:0;
}

.calendar-header label{
    color:#95999e;
    font-size:13px;
    margin-right:5px;
    position:relative;
    top:2px;
}

.calendar-header h3{
    margin:0 0 15px 0;
    position:relative;
    top:0px;
}

.event-calendar{
    margin:0;
}

.event-calendar,
.event-calendar tr,
.event-calendar td,
.event-calendar th,
.event-calendar tr:hover{
    background:none;
}

.event-calendar tr:hover>th{
    background:#e2eaf2;
}

.event-calendar{
    border:none;
    table-layout: fixed;
}

.event-calendar th{
    background:#e2eaf2;
    font-weight:400;
    padding:8px 10px;
    font-size:16px;
    border:2px solid #f2f4f9;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    overflow:hidden;
    text-align:center;
}

.event-calendar td{
    border:2px solid #f2f4f9;
    background:#fafbfd;
    height:150px;
    vertical-align:top;
    padding:10px 5px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    transition:background 0.3s;
    -webkit-transition:background 0.3s;
    -moz-transition:background 0.3s;
}

.event-calendar td>span.day{
    font-size:18px;
    font-weight:700;
    display:block;
    transition:color 0.3s;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
}

.event-calendar td.no-events>span.day{
    color:#dee0e5;
}

.event-calendar td .events{
    list-style:none;
    margin:0;
    padding:0;
    font-size:13px;
}

.event-calendar td .events li{
    border-bottom:1px solid #ecedf1;
    padding:5px;
    transition:border 0.3s;
    -webkit-transition:border 0.3s;
    -moz-transition:border 0.3s;
    position:relative;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    margin-bottom: 3px;
}

.event-calendar td .events li.osnovni, .event-calendar td .events li.osnovni div.event-popover, .menu_sep.osnovni {
	background-color: lightyellow;
}

.event-calendar td .events li.pridruzeni, .event-calendar td .events li.pridruzeni div.event-popover, .menu_sep.pridruzeni {
    background-color: lightblue;
}

.event-calendar td .events li.zabavni, .event-calendar td .events li.zabavni div.event-popover, .menu_sep.zabavni {
    background-color: white;
}

/*.event-calendar td:hover .events li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}*/


.event-calendar td .events li:last-child{
    margin-bottom: 0px;
    border:none;
}

/*.event-calendar td:hover{
    background:#63b2f5;
}

.event-calendar td:hover .events li{
    border-color:#81c7f8;
}

.event-calendar td:hover .events>li>a{
    color:#fff;
}

.event-calendar td:hover>span.day{
    color:#fff;
}*/

.event-calendar td.not-this-month{
    opacity:0;
}

.event-popover{
    position:absolute;
    bottom:130px;
    background:#fff;
    display:none;
    width:320px;
    vertical-align:top;
    padding:15px 10px;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    z-index:100;
    box-shadow:0 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,.1);
}

.event-calendar td:last-child .event-popover,
.event-calendar td:nth-child(6) .event-popover{
    right:0;
}

.event-calendar td:last-child .event-popover:after,
.event-calendar td:nth-child(6) .event-popover:after{
    left:auto;
    right:20px;
}

.csstransforms .event-popover{
    display:block;
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
}

/*.event-popover:after{
    content:'';
    display:block;
    width:15px;
    height:15px;
    position:absolute;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:8px solid #fff;
    bottom:-15px;
    left:20px;
}*/

.event-popover h6{
    margin:5px 0 10px;
}

.event-popover .event-meta{
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:10px;
}

.event-popover img.align-left{
    margin-bottom:10px;
}

.event-popover .event-meta li{
    border:none!important;
    padding:0!important;
    color:#95999e;
    font-size:13px;
}

.event-popover p{
    font-size:13px;
    line-height:22px;
}

.event-calendar td .events li:hover .event-popover{
    display:block;
    bottom:120%;
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}


@media(max-width:1210px){
    /* Calendar */
    
    .events-calendar,
    .events-calendar tbody,
    .events-calendar tr,
    .events-calendar td{
        display:block;
    }
    
    .events-calendar th,
    .event-calendar .calendar-days,
    .events-calendar .not-this-month{
        display:none;
    }
    
    .event-calendar td{
        height:auto;
        min-height:150px;
    }
    
    .calendar-header .align-right{
        text-align:left;
    }
    
    .calendar-header .filter-dropdown{
        margin-top:20px;
    }
    
    .event-popover{
        width:auto;
    }
}


/* MKLJ addon */

li.mklj_checkbox {
    background-image: none;
    position: relative;
}
li.mklj_checkbox input {
    left: -6px;
    position: absolute;
    top: 3px;
}

li.mklj_checkbox label {
    color: #19526c;
    font-size: inherit;
    margin-right: 0;
    top: auto;
}

.mklj_menu2_wrap {
	margin-bottom: 25px;
}

.mklj_menu2_wrap .menu_sep {
	border: 1px solid #cfcfce;
}

.mklj_menu2_wrap .mklj_logo {
	text-align:center; 
	width: 150px; 
	margin-left: 30px;
	float: left;
	padding: 15px 0 0 0;
}

.mklj_menu2_wrap .mklj_logo img {
	width: 120px;
}

.event-calendar.filtered td .events li { display:none; }
.event-calendar.filtered.osnovni td .events li.osnovni { display:block; }
.event-calendar.filtered.pridruzeni td .events li.pridruzeni { display:block; }
.event-calendar.filtered.zabavni td .events li.zabavni { display:block; }

/**/