@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500&display=swap');

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,
b, u, i, center,
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-size: 100%;
	vertical-align: middle;
	background: transparent;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

ol
{
	margin: 1em;
}

ol li
{
	margin: 0.5em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	background: scroll top center no-repeat url('../gfx/bgr_main.jpg');
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size:13px;
	position: static;
}

p
{
	margin: 1em;	
}

#layout_page
{
    /*background: scroll top center no-repeat url('../gfx/bgr_main.jpg');*/
}


#layout_spinner
{
	display:none;
}

#layout_header
{
	width: 960px;
	margin: 0 auto;
	height: 124px;
}

#layout_horizontalmenu
{
    width: 960px;
    text-align: center;
    margin: 0px auto;
    height: 46px;
    font-size: 1.3em;
}

#layout_shadow
{
    margin: 0px auto;
    padding-bottom: 8px;
}

#layout_menushadow
{
    background: url('../gfx/bgr_menushadow.jpg');
    margin: 0px auto;
    width: 960px;
    height: 0px;
}

#layout_content
{
    width: 960px;
    margin: 0px auto;
    position: relative;
    background: #ffffff;
}

#layout_left
{
    width: 170px;
    float:left;
    margin: 0 0 20px 0;
    padding: 0;
    font-size:1em;
    position: absolute;
}

#layout_right
{
    width:160px;
    float:right;
    margin:0;
    padding:0;
    font-size:1em;
}

#layout_center
{
    font-size: 1em;
    margin: 0 170px 2em 170px;
    min-height: 600px;
    background: #f8faff;
}

#layout_center_wide
{
    font-size:1em;
    margin: 0 1em 2em 170px;
    min-height: 600px;
}

#layout_center_full
{
    font-size:1em;
    margin: 0 2em 2em 2em;
    min-height: 600px;
}

#layout_footer
{
   
   text-align: center;
   margin: 0px auto;
   background: top repeat-x url('../gfx/bgr_footer.jpg');
   width: 960px;
   font-size: 0.8em;
   color: #cccccc;
}

.class_column
{
    margin:0;
    padding:2em 1em;
    min-height: 768px;
}

.class_cleaner
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

.class_cleaner:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

hr
{
	border-color: #ccaaaa;
	border-style: dotted;
	border-width: 1px 0 0;
}

.class_content_page
{ 
	line-height:1.2em;
}

.class_content_page h1
{
	font-family: 'Mulish', sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 1.2;
	color: #3e3185;
}

.class_content_page h2
{
	font-family: 'Mulish', sans-serif;
	font-size: 1.3em;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
}

.class_content_page h3
{
	font-family: 'Mulish', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	line-height: 1.2;
	color: #000;
}

.class_content_page ul
{ 
	margin:1em 2em 0.1em 2em;
	padding-left: 1em;
}

.class_content_page ul ul
{
	margin:1em;
	padding-left: 1em;
}

.class_content_page ul li 
{
	list-style-type:square;
}

.class_content_page ul ul li
{
	list-style-type:disc;
}

.class_content_page ul ul ul li
{
	list-style-type:circle;
}

.flash-success
{
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	opacity: 0.9;
	padding: 1em 1em;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align:center;
	background-image: url('../gfx/icon_msg_info.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	text-shadow: 0 0 0.5em black;
	/*background-color: #506085;*/
	/*border: 2px solid black;*/
	/*margin: 10px;*/
}

.flash-error
{
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 1em;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align:center;
	background-image: url('../gfx/icon_msg_error.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	text-shadow: 0 0 0.5em black;
	background-color: #b00000;
	border: 6px solid red;
	margin: 10px;
}

.ajax-spinner
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	background: white url('../gfx/spr_spinner.gif') no-repeat 50% 50%;
	padding: 20px 60px;
	border: 2px solid #ff0000;
	z-index: 10000;
	
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 20px;
}



.t_bold
{
	font-weight: bold;
}

.t_white
{
	color: #ffffff;    
}

.t_gray
{
	color: #888888;    
}

.t_blue
{
	color: #4682b4;    
}

.t_label
{
    font-family:"Century Gothic","Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing:-0.05em;
    margin:0 0 5px;
    text-transform:uppercase;
}


.t_event_date
{
	font-size: 1.5em;
	font-weight: bold;
	background-color:#eeeeee;
	padding:0.5em 1em;
}

.t_event_date2
{
	font-size: 1em;
	font-weight: bold;
	background-color:#eeeeee;
	padding:0.5em 1em;
}

.t_event_link
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1.0em;
	padding:0.5em 1em;
}

.t_event_link a
{
	color: #880000;
	text-decoration:none;
}

.t_event_link a:hover
{
	color: #ee0000;
	text-decoration:none;
	text-shadow: 0px 0px 0.9em red;
}

#fm_images
{
    display:block;
    width:64px;
    height: 64px;
    background: right no-repeat url('../gfx/icon_fm_images.png');
}

#fm_files
{
    display:block;
    width:64px;
    height: 64px;
    background: right no-repeat url('../gfx/icon_fm_files.png');
}

#fm_events
{
    display:block;
    width:64px;
    height: 64px;
    background: right no-repeat url('../gfx/icon_fm_events.png');
}

#fm_web
{
    display:block;
    width:64px;
    height: 64px;
    background: right no-repeat url('../gfx/icon_fm_web.png');
}
 
#nav_h, #nav_h ul
{
    margin: auto;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    height: 46px;
    font-size: 0.8em;

}



#nav_h .nav_h_flag
{
    display:block;
    width:160px;
    height: 46px;
    line-height: 38px;
    color:#ffffff;
    text-decoration:none;
    background: right no-repeat url('../gfx/btn_divider.jpg');
}

#nav_h .nav_h_flag a img
{
    border:1px solid #000;
    vertical-align: middle;
}


#nav_h .nav_h_find
{
    display:block;
    width:160px;
    height: 46px;
    line-height: 38px;
    color:#ffffff;
    text-decoration:none;
    background: right no-repeat url('../gfx/btn_divider.jpg');
}

#nav_h .nav_h_menu a:link, #nav_h .nav_h_menu a:active, #nav_h .nav_h_menu a:visited
{
    display:block;
	font-size: 12px;
    width:105px;
    height: 46px;
    line-height: 38px;
    color:#feffd4;
    text-decoration:none;
    background: right no-repeat url('../gfx/btn_divider.jpg');
}

#nav_h .nav_h_menu a:hover
{
    background: url('../gfx/btn_hover.jpg');
    line-height: 40px;
}


#nav_h li
{
    float:left;
    position:relative;
    list-style-type: none;
    margin:0px;
    padding:0px;
}

#nav_h li p
{
    width: 160px;
    height: 46px;
    line-height: 38px;
    background: right no-repeat url('../gfx/btn_divider.jpg');
}

#nav_h ul
{
    position: absolute;
    width: 160px;
    top: 46px;
    display: none;
}

#nav_h li ul a
{
    
    float:left;
}

#nav_h ul ul
{
	top:auto;
}	

#nav_h li ul ul
{
    margin:0px 0 0 10px;
}

#nav_h li ul li
{
    background-color: #4D87AC;
    font: 1.1em "Trebuchet MS", Garuda, Geneva, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #2D678C;
    border-left: 1px solid #2D678C;
    border-right: 1px solid #2D678C;
}

#nav_h li ul li a:link, #nav_h li ul li a:active, #nav_h li ul li a:visited
{
    display:block;
    width:160px;
    height: 30px;
    line-height: 30px;
    color:#ffffaa;
    text-decoration:none;
    background:transparent none repeat scroll 0 0;
}

#nav_h li ul li a:hover
{
    background: black;
}


#nav_h li:hover ul ul, #nav_h li:hover ul ul ul, #nav_h li:hover ul ul ul ul
{
    display:none;
}

#nav_h li:hover ul, #nav_h li li:hover ul, #nav_h li li li:hover ul, #nav_h li li li li:hover ul
{
    display:block;
}
    

#nav_v
{	
	font-size: 1.00em;
	margin: 0px 0px 20px 0px;
}

#nav_v .menu_head
{
	cursor: pointer;
	position: relative;
	font-weight:bold;
	padding: 3px 0px;
        color: #345279;
}

#nav_v .menu_body
{
	display: block;
	line-height: 1.4em;
}

#nav_v .menu_body a
{
	display:block;
	color:#006699;
	text-decoration:none;
}

#nav_v .menu_body a:hover
{
	color: #ee0000;
	text-decoration:none;
	text-shadow: 0px 0px 0.9em red;
}

.msg_info, .msg_success, .msg_warning, .msg_error , .msg_text
{
	border: 1px dotted;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:center;
	font-size:1em;
	border-radius:4px;
}
.msg_text
{
	border: none;
	color: #00529B;
	background-image: url('../gfx/icon_msg_info.png');
}
.msg_info 
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../gfx/icon_msg_info.png');
}
.msg_success 
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../gfx/icon_msg_success.png');
}
.msg_warning 
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../gfx/icon_msg_warning.png');
}
.msg_error 
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../gfx/icon_msg_error.png');
}

.elpub_head
{
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
}

.elpub_head a
{
	text-decoration: none;
}

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

.elpub_contents
{
	width:100%;
	border-collapse: collapse;	
}

.elpub_contents tr:hover
{
	background-color: #FEFFD3;	
}

.elpub_row
{
	border-bottom: 1px dotted #CCCCCC;
}

.elpub_text
{
	width:94%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
}

.elpub_text a:link
{
	text-decoration:none;
}

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


.elpub_page
{
	width:6%;
	text-align:right;
	padding-top: 3px;
	padding-bottom: 3px;
}

#ui-datepicker-div 
{
	font-size:1.0em;
}

.ui-menu-item
{
	font-size:1.0em;
}

.ui-widget
{
	font-size:1.0em;
	font: "Trebuchet MS", Garuda, Geneva, sans-serif;
}

ul.ui-sortable
{
	margin: 0px !important;	
	padding: 0px !important;	
}

ul.ui-sortable li
{
	list-style-type:none !important;	
}

.ui-tooltip
{
	font-size:1.0em !important;
}

.ui-widget-overlay
{
	background:none;
	background-color:black;
	opacity:0.6;
}

.ui-autocomplete-loading
{
	/*background:url('../gfx/spr_arrows.gif') no-repeat right center !important;*/
}

ul.yiiPager .first,
ul.yiiPager .last
{
	display:inline !important;
}

.indicator 
{
  
	display:block !important;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	cursor: wait;
}


.indicator div 
{
	position:relative;
	margin: 0 auto;
	top: 50%;
	background: rgba(255,255,255,0.8);
	padding:10px;
	text-align:center;
	width: 200px;
	height: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	border-radius: 5px;

}

.tip-okno, .tip-bublina {
	text-decoration: underline;
	border-bottom: 1px dashed blue;
	cursor:help;
}

.sort-placeholder
{
	display:block;
	width: 100%;
	height:32px;
	background-color:#ffdddd;
	border: 3px dotted black;
}


.gallery_list
{
	display: block;
	float:left;
}

.gallery_list img
{
	display: block;
	/*border: 1px solid #666;*/
	width:72px;
	height:100px;
}

.gallery_list a
{
	z-index:10;
	display: block;

	box-shadow: 2px 2px 5px #333;
        -moz-box-shadow: 2px 2px 5px #333;
        -webkit-box-shadow: 2px 2px 5px #333;
        -o-box-shadow: 2px 2px 5px #333;
        -ms-box-shadow: 2px 2px 5px #333;

	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.gallery_list a:hover
{
	z-index:100;

	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);

        box-shadow: 0px 0px 8px #cc0000;
        -webkit-box-shadow: 0px 0px 8px #cc0000;
        -moz-box-shadow: 0px 0px 8px #cc0000;
        -ms-box-shadow: 0px 0px 8px #cc0000;
        -o-box-shadow: 0px 0px 8px #cc0000;
}

#fancy_gallery
{
	text-align:center;
	overflow:hidden;
	padding:30px;
}

#fancy_gallery li
{
	list-style: none outside none;
}

#fancy_gallery li a
{
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	position: relative;
	z-index:10;

	box-shadow: 0px 2px 10px #333;
        -moz-box-shadow: 0px 2px 10px #333;
        -webkit-box-shadow: 0px 2px 10px #333;
        -o-box-shadow: 0px 2px 10px #333;
        -ms-box-shadow: 0px 2px 10px #333;

	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#fancy_gallery li a:hover
{
	z-index:100;
	background: #fff;

        box-shadow: 0px 2px 20px #0000aa;
        -webkit-box-shadow: 0px 2px 20px #0000aa;
        -moz-box-shadow: 0px 2px 20px #0000aa;
        -ms-box-shadow: 0px 2px 20px #0000aa;
        -o-box-shadow: 0px 2px 20px #0000aa;
}

#rss_news 
{	
	width:100%;
	padding: 3px;
	overflow:hidden;
	margin: 0 2em;
}

#rss_news .ItemTitle
{
	font-size:1em;
	font-weight:bold;
	margin:6px 0px 0px 0px;
	padding-top:3px;
}

#rss_news .ItemTitle a{ color:#4E44FF; text-decoration:underline }
#rss_news .ItemTitle a:hover{ text-decoration:underline; color:red; }

#rss_news .ItemContent
{
	font-size:0.8em;
	color:#3E3E3E;
}

#rss_news .ItemDate
{
	font-size:0.8em;
	color:#AAA;
}

.ui.unstackable.table {
  display: table;
}

.ui.unstackable.table thead {
  display: table-header-group;
}

.ui.unstackable.table tbody {
  display: table-row-group;
}

.ui.unstackable.table tfoot {
  display: table-footer-group;
}

.ui.unstackable.table tr {
  display: table-row;
}

.ui.unstackable.table td:first-child {
  font-weight: normal;
}

.ui.unstackable.table tr > td {
  width: auto !important;
  display: table-cell;
  padding: 0.4em 0.7em;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.ui.unstackable.celled.table th, .ui.unstackable.celled.table td {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ui.unstackable.celled.table.segment th:first-child,
.ui.unstackable.celled.table.segment td:first-child {
  border-left: none !important;
}

.ui.unstackable.celled.table.segment th:last-child,
.ui.unstackable.celled.table.segment td:last-child {
  border-right: none !important;
}

.ui.unstackable.celled.table.segment > *:first-child > tr:first-child > th,
.ui.unstackable.celled.table.segment > *:first-child > tr:first-child > td {
  border-top: none !important;
}

.ui.unstackable.celled.table.segment > *:last-child > tr:last-child > th,
.ui.unstackable.celled.table.segment > *:last-child > tr:last-child > td {
  border-bottom: none !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: white;
    border:none;
}

.ui-dialog .ui-dialog-buttonpane {
	border: none;
}

#layout_page a
{
	color: navy;
}


.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 50px;
  height: 50px;
}