@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}
*/

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*Style*/

body{
	background: transparent url(../images/system/bg.png); 
	font-family: Arial;
	font-size: 10pt !important;
}

h3{
	color: #0033AB;
}

h4{
	color: #0033AB;
	font-family: Tahoma;
}

h4.mooblock-title{
	border-bottom: 1px solid #CCCCCC;
	color: #000;
}

h4.mooblock-title:hover{
	color: #0033AB;
	border-bottom: 1px solid #0033AB;
}

h4.mooblock-title.expanded{
	border-bottom: 1px solid #0033AB;
}

p{
	font-size: 10pt;
	line-height: 1.3;
}
a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #0033AB;
	text-decoration: underline;
}

#container{
	width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: 4px 10px  #222,  -4px 0 10px #222;   
	-moz-box-shadow: 4px 0 10px #222,  -4px 0 10px #222;   
	box-shadow: 4px 0 10px #222,  -4px 0 10px #222; 
}

#header{
	position: relative;
	height: 200px;
}

#logo{
	position: absolute;
}

#logo_bg{
	position: absolute;
	z-index: 800;
}

div#maximenu ul.maximenuck {
    background: rgb(255,211,211); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,211,211,1) 0%, rgba(181,130,126,1) 22%, rgba(181,105,99,1) 24%, rgba(185,46,32,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,211,211,1)), color-stop(22%,rgba(181,130,126,1)), color-stop(24%,rgba(181,105,99,1)), color-stop(100%,rgba(185,46,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3d3', endColorstr='#b92e20',GradientType=0 ); /* IE6-9 */
}

#menu{
}

#content{
	width: 960px;
	margin: 0 auto;
	background-color: #f7f6e2;
}

.avPlayerWrapper {
    clear: none !important;
}

h3.atStart{
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}

h3.atStart:hover{
	border-bottom: 1px solid #0000FF;
	padding: 0 10px;
}

h4.atStart{
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	font-family: Tahoma;
}

h4.atStart:hover{
	border-bottom: 1px solid #0000FF;
	padding: 0 10px;
	font-family: Tahoma;
}

.published{
	font-size: 12px !important;
}

.article-info{
	font-size: 12px !important;
}

.folder:hover{
	-webkit-box-shadow: 2px 5px  #222,  -2px 0 5px #222;   
	-moz-box-shadow: 2px 0 5px #222,  -2px 0 5px #222;   
	box-shadow: 2px 0 5px #222,  -2px 0 5px #222; 
}

.input{
	background-color: #BCCFDB;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #58A7D8;
	resize: none;
	width: 260px;
}

.alert{
	font-size: 8pt;
}

.alert  p a{
	font-size: 8pt;
}

.accept{
	cursor: pointer;
	color: #fff;
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #58A7D8;
}
.accept:hover{
	cursor: pointer;
	background: rgb(81,146,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(81,146,221,1) 0%, rgba(110,175,228,1) 50%, rgba(98,168,230,1) 51%, rgba(153,201,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,146,221,1)), color-stop(50%,rgba(110,175,228,1)), color-stop(51%,rgba(98,168,230,1)), color-stop(100%,rgba(153,201,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(81,146,221,1) 0%,rgba(110,175,228,1) 50%,rgba(98,168,230,1) 51%,rgba(153,201,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(81,146,221,1) 0%,rgba(110,175,228,1) 50%,rgba(98,168,230,1) 51%,rgba(153,201,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(81,146,221,1) 0%,rgba(110,175,228,1) 50%,rgba(98,168,230,1) 51%,rgba(153,201,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(81,146,221,1) 0%,rgba(110,175,228,1) 50%,rgba(98,168,230,1) 51%,rgba(153,201,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5192dd', endColorstr='#99c9ed',GradientType=0 ); /* IE6-9 */
}

.contact_form{
	-webkit-box-shadow: 2px 2px 10px 3px #cdcdcd;
	box-shadow: 2px 2px 10px 3px #cdcdcd; 
	padding: 10px;
}

.rg-image img{
	max-height: 500px;
}

#jevents_body a {
    font-size: 9pt;
}

#jevents_body .weekdayemptyclr {
    font-size: 9pt;
}

#jevents_body .eventstyle a {
    font-size: 8pt;
}

#jevents_body .weekdayclr {
    background-color: #F4F6F5;
}

#jevents_body .tablev1 {
    background-color: #C1C7C7;
}

#jevents_body .weekdaytopclr, #jevents_body .sundaytopclr {
    opacity: 0.6;
	padding: 6px 2px;
}

#jevents_body .tablev1 a {
    font-weight: bold;
}

#jevents_body .eventstyle {
    width: 60px;
    word-wrap: break-word;
}

.tablev1{
	padding: 1px;
}

#left{
	padding: 10px;
	width: 175px;
	float: left;
	background: transparent url(../images/left.png) no-repeat;
}

div#maximenuck ul.maximenuck li.level1 {
    border-bottom: 1px solid #B2B2A2 !important;
}

#maximenuck .menu  ul li{
	-webkit-box-shadow: inset 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 2px rgba(0, 0, 0, 0.3); 
}

#maximenuck ul.maximenuck li{
	-webkit-box-shadow: inset 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
	width: 155px; 
}

div#maximenuck span.titreck {
    font-size: 9pt;
}

div#maximenu ul.maximenuck li.level1 > a span.titreck, div#maximenu ul.maximenuck li.level1 > span.separator span.titreck {
    font-size: 10pt;
}

.first.level1{
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.last.level1{
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.first.level1 li.first.level2 a{
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.first.level1 li.last.level2 a{
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

a.icon img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*Galerija*/

.rg-image-nav a {
    background: url("../images/nav.png") no-repeat scroll 2% 50% #000000;
    width: 16px;
}

.rg-image-nav a.rg-image-nav-next {
    background-position: 95% 50%;
}

.rg-image-wrapper {
    padding: 20px;
}

.contentText {
    margin: 0 0 30px;
}

/*Video*/

.avPlayerContainer{
	background: #F0F0F0 !important;
}

#right{
	padding: 10px;
	float: right;
	width: 175px;
	background: transparent url(../images/right.png) no-repeat;
}

.month{
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0; 
	background-color: #B92E20 !important;
}

#buaxua_calendar{
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0; 
}

#jevents_body .eventfull {
    max-width: 75px;
}

.weekdayclr {
	max-width: 75px !important;
}

.sundayemptyclr{
	max-width: 75px !important;
}

.nameday{
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

#proud{
	margin: 0 auto;
	text-align: center;
}
#proud a{
	text-align: center;
	font-weight: bold;
	border: 1px solid #000;
	padding: 5px 25px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#proud a:hover{
	text-align: center;
	font-weight: bold;
	color: #0033AB;
	border: 1px solid #0033AB;
	text-decoration: none;
	padding: 5px 25px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.highslide-credits{
	display: none !important;
}
.jvs-module .navi div.naviVor {
    display: none !important;
}

.jvs-module div.topbox .title {
    display: none !important;
}

.t_out{
	-webkit-box-shadow: 1px 1px 5px 1px ;
	box-shadow: 1px 1px 5px 1px ;
		width: 175px;
}

.poll input{
	width: 10px;
	border: 0 !important;
}

.poll input.accept{
	width: 100%;
}

.poll h4{
	text-decoration: none !important;
}

#center{
	padding: 10px;
	width: 550px;
	margin: 0 195px;
	background-color: #FFF;
	min-height: 600px;
}

#footer{
	height: 20px;
	text-align: center;
	color: #FFF;
	background: rgb(255,211,211); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,211,211,1) 0%, rgba(181,130,126,1) 22%, rgba(181,105,99,1) 24%, rgba(185,46,32,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,211,211,1)), color-stop(22%,rgba(181,130,126,1)), color-stop(24%,rgba(181,105,99,1)), color-stop(100%,rgba(185,46,32,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,211,211,1) 0%,rgba(181,130,126,1) 22%,rgba(181,105,99,1) 24%,rgba(185,46,32,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3d3', endColorstr='#b92e20',GradientType=0 ); /* IE6-9 */
	padding: 5px 0 0;
	clear: both;
	font-size: 12px;
}

#footer a{
	color: #FFF;
}

#footer a:hover{
	color: #1E5799;
}

/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('./images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('./images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('./images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('./images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}