/* -------------------------------------------
 // (c) Abacus 2012 , info (at) abacus (dot) hr
 // 03.10.2013 gpeter, mmarkac
 //----------------------------------------- */
body {
    background:#ededed;
    font: 11px Verdana, sans-serif;
    color: #4B4A4A;
    margin: 0;
    padding-bottom: 4px;
}
hr {
    color: #4B4A4A;
    background-color: #4B4A4A;
    height: 1px;
    border: none;
}

#printIndex .no-print {
    display: none !important;
}
a {
    color: #196586;
}
a:link, a:active, a:visited {
    text-decoration: none;
    color: #131511;
    font-weight: bold;
}
a img {
    border: none;
}
a:hover {
    color: #4B4A4A;
    text-decoration:underline;
}
#cPolicy {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 20px;
    z-index: 20000;
}
#cPolicyContainer {
    font-size: 1.2em;
    font-weight: bold;
    color: #0075BE;
    width: 966px;
    margin: 0 auto;
    padding: 8px 15px;
    background: black;
    background: rgba(0,0,0,0.95);
}
#cPolicyContainer a, #cPolicyContainer a:hover {
    color: #FFFFFF;
}
#cPolicyClose {
    float: right;
    height: 15px;
    margin: 5px;
    border-radius: 6px;
    background: red;
    color: white;
    text-align: center;
    cursor: pointer;
    padding: 8px;
}
#cPolicyClose:hover {
    box-shadow: 0 0 2px white;
}
div.contentHolder {
    width: 996px;
    margin: 2px auto;
}
div.header {
    height: 120px;
}
.goHome {
    position: relative;
    top: 0;
    left: 20px;
    width: 220px;
    height: 90px;
    padding: 15px;
}
.goHome img {
    float: left;
    margin-right: 10px;
}

.goHome .HomeLink {
    float: left;
    font-size: 36px;
}
.goHome .secHomeLink {
    float: left;
    font-size: 29px;
    width: 875px;
}
.goHome a .HomeLink {
    color: #003873;
    font-weight: normal;
    text-shadow: 3px 3px 2px white;
}

/* -------------------------------------------------------------------- NAVIGATOR
 * begin*/
#navigator {
    line-height: 30px;
    height: 30px;
    color: #196586;
    padding: 6px;
}
#navigatorPrint {
    font-size: 11px;
    font-weight: bold;
    color: #196586;
}
#navigator a {
    color: #196586;
    font-size: 12px;
}
#navigatorPrint a {
    color: #196586;
}
#navigator a:hover {
    color: #000000;
}
/* --- NAVIGATOR end*/

/*------------------------------------------------------------------ TOOL BUTTONS
 * BEGIN */
#tools {
    float: right;
    width: 80px;
    margin: 3px 5px 6px 0;
    text-align: right;
    height: 22px;
}
#tools a {
    background: none;
    display: block;
    float: left;
    margin: 2px;
    border: 1px solid #FFFFFF;
    padding: 0;
}
#tools a:hover {
    border: 1px solid #000000;
}

/**********TOOL BUTTONS END******************/

/*SOCIAL PLUGINS*/
#socialPlugins {
    position: fixed;
    left: 0;
    top: 160px;
    z-index: 1000;
    width: 70px;
    padding: 5px;
}
.addthis_trendingcontent {
    overflow: hidden !important;
}
.addthis_toolbox {
    clear: both;
    text-align: right;
}
.addthis_toolbox a {
    display: block;
    margin: 6px 0;
    float: left;
    clear: left;
}
.addthis_toolbox a:hover {
    opacity: 0.8;
}

#addthis_trendingcontent .addthis-content-row {
    font-size: 10px;
    margin-bottom: 4px !important;
}

#addthis_trendingcontent .addthis-content-footer {
    display: none;
}

/*--------------------------------------------------------------------SEARCH FORM
 * BEGIN*/
#contentSearch {
    float: right;
    margin: 75px 0 0 0;
    padding: 3px 0 0 30px;
    height: 30px;
    width: 245px;
    position: relative;
    z-index: 999;
}
#contentSearch .inputText {
    width: 180px;
    height: 16px;
    padding: 7px 3px;
    color: #196586;
}
#contentSearch .inputText:focus {
    border: thin solid #FFA0A0;
}
#contentSearch .submitBtn {
    font-family: Georgia;
    margin-left: 5px;
    color: #196586;
    border: none;
    cursor: pointer;
    padding: 6px;
}
#contentSearch .submitBtn:hover {
    box-shadow: 0 0 2px silver inset;
}

/****END SEARCH FORM****/
.langContainer {
    float: right;
    width: 55px;
    height: 20px;
    font-size: 9px;
    line-height: 35px;
    text-align: right;
    margin: 157px 0 0 0;
}
.langContainer  img {
    border: none;
}

/* --------------------------------------------------------------------  MAIN
 * MENU BEGIN*/
#menu {
    font-size: 16px;
    background: #004F8D;
    position: relative;
    z-index: 100;
}

#menu ul.topmenu {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 38px;
}

#menu ul.topmenu li {
    float: left;
    position: relative;
    /*margin:0 5px 0 6px;*/
}

#menu ul.topmenu li a {
    /*text-transform:uppercase;*/
    display: block;
    position: relative;
    min-width: 1px;
    line-height: 16px;
    padding: 12px 24px 9px 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    /*border-right: 1px solid #FFFFFF;*/
    color: #FFFFFF;
}

#menu ul.topmenu li a:hover {
    background: #004F8D;
    color: #ffffff;
}
#menu ul.topmenu li a.current {
    /*background:#094187;*/
    background: #FFFFFF;
    color: #004F8D;
}

#menu ul.topmenu li.last a {
    border-right: none;
}

#menu ul.topmenu li a span.horizontal {
    display: block;
    position: absolute;
    right: 7px;
    top: 16px;
    width: 10px;
    height: 8px;
    background: url(menu-arrow-down.png);
}

#menu ul.topmenu li div.menu-content-container {
    position: absolute;
    width: 450px;
    background: #404040;
    background: rgba(64,64, 64, 0.96);
    padding: 3px;
    border: 1px solid gray;
    display: none;
}
#menu ul.topmenu li div.menu-content-container hr {
    color: #FFFFFF;
    background: #FFFFFF;
}

#menu ul.topmenu li div.menu-content-container a {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
    padding: 4px 0;
}
#menu ul.topmenu li div.menu-content-container a:hover {
    background: #202020;
    background: rgba(32,32, 32, 1);
}

#menu ul.topmenu li ul.submenu-inline {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    display: none;
    background: #004F8D;
    /*
     background:rgba(64,64,64,0.95);
     */
}

#menu ul.topmenu li div.menu-content-container ul.content-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #404040;
    background: rgba(64,64,64,0.95);
}
#menu ul.topmenu li div.menu-content-container ul.content-submenu li {
    width: 150px;
    margin: 0;
    /*float:none;*/
}
#menu ul.topmenu li div.menu-content-container ul.content-submenu li a {
    font-size: 12px;
    border: none;
}

#menu ul.topmenu li div.menu-content-container ul.content-submenu li li a {
    font-size: 10px;
    border: none;
    margin-left: 20px;
    line-height: 14px;
    padding: 0 15px 0 10px;
}

#menu ul.topmenu li ul.submenu {
    position: absolute;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    min-width: 1px;
    box-shadow: 5px 5px 5px silver;
}

#menu ul.topmenu li ul.submenu a {
    padding: 8px;
    background: #404040;
    background: rgba(64,64,64,0.95);
    color: #FFFFFF;
    width: 200px;
    font-size: 12px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#menu ul.topmenu li ul.submenu a:hover {
    background: #202020;
    background: rgba(32,32,32,1);
    color: #FFFFFF;
}

#menu ul.topmenu li a span.vertical {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
    height: 10px;
    background: url(menu-arrow-right.png);
}

#menu ul.topmenu li ul.submenu li.last a {
    border-bottom: 1px solid #ffffff;
}

#menu ul.topmenu li div.menu-content-container, #menu ul.topmenu li ul.submenu, #menu ul.topmenu li ul.submenu-inline {
    display: none;
}
/****END MAIN MENU****/

/* ---------------------------------------------------------------- calendar
 * begin*/
#calendar {
    position: relative;
    right: 0px;
    top: 0px;
    height: 265px;
}
#cal-navig {
    padding: 0;
    border: none;
    border-spacing: 0;
    margin: 14px 0;
}
#cal-btn-prev {
    font-size: 10px;
    padding: 6px 2px 6px 21px;
    background: url(../img/cal_prev.png) left no-repeat;
    border-radius: 12px 0 0 12px;
    cursor: pointer;
    display: block;
    transition: all 0.5s ease 0.5s;
}
#cal-btn-prev:hover {
    box-shadow: 2px 1px 2px silver;
    background: url(../img/cal_prev_h.png) left no-repeat;
    color: #000000;
}

#cal-current-period {
    text-align: center;
    box-shadow: 0 1px 2px silver;
    border-radius: 8px;
}
#cal-btn-next {
    font-size: 10px;
    padding: 6px 21px 6px 2px;
    border-radius: 0 12px 12px 0;
    background: url(../img/cal_next.png) right no-repeat;
    cursor: pointer;
    display: block;
    transition: 0.3s;
}
#cal-btn-next:hover {
    box-shadow: -2px 1px 2px silver;
    background: url(../img/cal_next_h.png) right no-repeat;
    color: #000000;
}
.day-name {
    text-align: right;
    box-shadow: -1px 1px 5px silver;
    padding: 8px 4px;
}
.day {
    font-weight: bold;
    text-align: right;
    padding: 6px 4px;
    box-shadow: 1px 2px 2px silver;
}
.sunday {
    color: red;
}
.day.prev, .day.next {
    color: #a0a0a0;
}
.day.next.sunday {
    color: #ffa0a0;
}
td.active {
    background: gray;
    color: white;
    cursor: pointer;
}
#cal-popup {
    padding: 8px;
    border: 1px solid silver;
    border-radius: 8px;
    box-shadow: -2px 1px 5px black;
    width: 280px;
    background: #FFFFFF;
}
#cal-popup a.cal-event-link {
    display: block;
    margin: 4px 0;
    padding: 4px 0;
    border-bottom: thin solid silver;
}

/*END calendar*/

/*--------------------------------------------------------------main content
 * layout begin  */
div.mainContainer {
    margin: 0 0 0 0;
    clear: both;
    overflow: hidden;
    position: relative;
    /*background-color:#5cb0d6; *//* color of the right column*/
}
div.container1 {
    float: left;
    /*margin-left:-200px; *//* Width of right column */
    position: relative;
    right: 100%;
    width: 200%;
}
.rightWidth {
    margin-left: -249px;
}
div.container2 {
    /*background-color:#5cb0d6;*/ /* color of the left column*/
    float: left;
    /*left:400px;*/ /* Left column width + right column width */
    margin-left: -50%;
    position: relative;
    width: 100%;
}
.leftANDright {
    left: 498px;
}
.leftONLY {
    left: 240px;
}
.rightONLY {
    left: 249px;
}

div.container3 {
    float: left;
    width: 50%;
    position: relative;
    /*right:200px;*/	/* Width of left column */
    /*background-color:maroon;/* /*color og right column*/
}
.leftWidth {
    right: 240px;
}
div.centerColumn {
    /*margin:0 215px;*/	/* Centre column side padding:
     Left padding = left column width + centre column left padding width
     Right padding = right column width + centre column right padding width */
    position: relative;
    left: 200%;
    overflow: hidden;
}
.marginLeftOnly {
    margin: 0 0 0 244px;
}
.marginRightOnly {
    margin: 0 253px 0 0;
}
.marginBoth {
    margin: 0 253px;
}
.marginNoCols {
    margin: 0 0;
}
div.leftColumn {
    float: left;
    float: right;	/* This overrides the float:left above */
    width: 240px;	/* Width of left column content (left column width minus left and
     * right padding) */
    position: relative;
    right: 0px;	/* Width of the left-had side padding on the left column */
}
div.rightColumn {
    float: left;
    float: right;	/* This overrides the float:left above */
    width: 249px;	/* Width of right column content (right column width minus left and
     * right padding) */
    /*margin-right:15px;*/	/* Width of right column right-hand padding + left column
     * left and right padding */
    position: relative;
    left: 50%;
}
.rightCol_margin {

}
.rightColOnly_margin {

}

/*-------------------------------------------------------------------------- MAIN
 * CONTENT END*/

/* -------------------------------------------------------------------------
 * ARCHIVE BEGIN */

a.arc-year {
    font-size: 16px;
    margin: 3px 0;
    clear: left;
    display: block;
}
a.arc-month {
    display: block;
    float: left;
    margin: 0 3px 3px 0;
    width: 37px;
    height: 30px;
    line-height: 25px;
    background-color: #e4eef1;
    text-align: center;
    color: #4B4A4A;
}
a.arc-month:hover {
    background-color: #5f9bb1;
    color: #FFFFFF;
}
div.empty-month {
    display: block;
    float: left;
    margin: 0 3px 3px 0;
    width: 37px;
    height: 30px;
    line-height: 25px;
    background-color: #e4e9ea;
    color: #c5c9ca;
    text-align: center;
}

.archiveLinks {
    clear: both;
    background: #DCE1E7;
    overflow: auto;
    margin: 6px 0;
    padding: 6px;
}
a.archive-link-left, a.archive-link-right {
    display: block;
    padding-left: 30px;
    background: url(../img/arh.png) no-repeat;
    line-height: 20px;
    width: 60px;
    color: #196586;
    font-weight: bold;
}
a.archive-link-left {
    float: left;
}
a.archive-link-right {
    float: right;
}
/****END ARCHIVE****/
/* --------------------------------------------------------top widgets begin */
#tw-container .simpleWidgetWrapper {
    float: left;
    width: 250px;
    margin: 0 1px 10px 2px;
    height: 370px;
    max-height: 370px;
}

#tw-container .simpleWidgetWrapper #verTextScroller {
    height: 320px;
    padding: 0 7px;
}
#tw-container .simpleWidgetWrapper #verTextScroller a {
    font-weight: normal;
    padding: 5px 0;
}
#tw-container .simpleWidgetWrapper #verTextScroller a:hover {
    text-decoration: underline;
    color: #094187;
}

#tw-container .speedlinksWrapper{
    position:relative;
    padding:4px;
    margin-top:-180px;
    right:0;
    float:right;
    background: #FFDE00;
}
#tw-container .speedlinksWrapper a.speedlink, #tw-container .speedlinksWrapper a.speedlink-last{
    padding:4px;
    font-size:12px;
    display:inline;
    border:none;
    font-weight:normal;
}
/* -------------------------------------------------------top widgets end*/

/* ----------------------------------before and after article widgets  begin*/
.beforeArticleWidgets, .afterArticleWidgets {
    display: block;
    margin: 10px 0;
    clear: both;
}
.beforeArticleWidgets .simpleWidgetWrapper, .afterArticleWidgets .simpleWidgetWrapper {
    width: 220px;
    float: left;
    margin: 5px 10px;
    background: #F4F4F4;
}
.beforeArticleWidgets .speedlinksWrapper{
    overflow:auto;
    display:block;
}
.beforeArticleWidgets .speedlinksWrapper a.speedlink, .beforeArticleWidgets .speedlinksWrapper a.speedlink-last{
    background:#FFDE00;
    display:inline;
    padding:4px;
    border-radius:2px;
    margin:4px;
    float:left;
    border:1px solid #004F8D;
}


/* -------------------------------------------------------------------- BOTTOM
 * WIDGETS BEGIN*/
div.bw-container {
    background: #004F8D;
    width: 996px;
    overflow: hidden;
    margin: 0px auto 0px auto;
    padding: 10px;
}
.bw-container .imageList {
    padding: 5px;
}

.bw-container .imageList img {
    width: 120px;
    vertical-align: middle;
}
div.botomColContainer {
    overflow: hidden;
    width: 160px;
    padding: 10px;
}
div.bw-container .simpleWidgetWrapper {
    padding: 0;
    width:220px;
    border: none;
    background: none;
    float: left;
    margin: 0 10px;
    color: #48515A;
}

div.bw-container .simpleWidgetWrapper .map {
    float: right;
    margin: 11px 0 0 0;
}
div.bw-container .simpleWidgetWrapper a {
    color: #fff;
    margin: 0 0 5px 0;
}
div.bw-container .simpleWidgetWrapper a:hover {
    text-decoration: underline;
}
div.bw-container .simpleWidgetWrapper .simpleWidgetTitle {
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    border-bottom: 1px solid white;
}
div.bw-container .simpleWidgetWrapper .simpleContent {
    font-size: 12px;
    padding: 0;
    color: white;
}
.bottomCol1 {
    float: left;
}
.bottomCol2 {
    float: left;
}
.bottomCol3 {
    float: left;
}
.bottomCol4 {
    float: left;
}
.bottomCol5 {
    float: right;
}

h3.headBottom {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    color: #48515A;
}
a.botomLink {
    display: block;
    clear: left;
    float: left;
    padding: 3px 0 4px 7px;
    font-size: 11px;
    color: #196586;
}
a.botomLink:hover {
    text-decoration: underline;
}
.bottomCol5 a {
    font-size: 12px;
    padding: 5px 0 4px;
    font-weight: bold;
    color: #416107;
}

/****END BOTTOM WIDGETS****/

/* ------------------------------------------------------------  FOOTER BEGIN
 * */

div.footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    text-align: right;
    color: #196586;
    width: 996px;
    margin: 5px auto 0px auto;
    border-top: 2px solid #dce1e7;
}
.footer .sitemap {
    float: left;
    text-align: left;
    width: 300px;
    height: 17px;
    padding: 0 0 0 25px;
    background: url(../iconsdir/sitemap.png) no-repeat;
}

.pageBottom {

}

/* ------------------------------------------------------------------------------------WIDGETS
 * BEGIN**/

/* ---------------------------------------
 horizontal text scroller begin
 -------------------------------------*/
#horTextScroller {
    line-height: 24px;
    height: 24px;
    background: url(../img/simpleWidgetBg.jpg) repeat-x #FFFFFF;
    white-space: nowrap;
    font-size: 9px;
    font-weight: normal;
}
span.scrollTextContainer {
    font-weight: bold;
}
span.scrollTextContainer a {
    font-weight: normal;
}
/**********horizontal text scroller end**************/

/*-----------------------------------------
 vertical text scroller begin
 -----------------------------------------*/
#verTextScroller {
    height: 130px;
    padding: 7px;
    position: relative;
    margin: 0 0 10px 0;
}
#verTextScroller div {
    padding-bottom: 6px;
    display: block;
    width: 95%;
}
#verTextScroller div div {
    display: block;
    border-bottom: 1px solid silver;
    margin: 5px 0;
}

#verTextScroller div a {
    color: #094187;
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
}
#verTextScroller div a:hover {
    color: #000000;
}
/**********vertical text scroller end**************/

/* ----------------------------------------------------------------------
 jednostavni sadržaj begin
 ---------------------------------------------------------------------- */
.simpleWidgetWrapper {
    margin: 10px 0 0 0;
    background: #F4F4F4;
}

table.simpleWidget {
    margin-bottom: 5px;
}
div.simpleWidgetTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 3px;
    color: #004F8D;
    padding: 6px 10px;
}
.simpleContent {
    padding: 0 6px;
    font-size: 11px;
}
.simpleContent h2 {
    margin: 6px 0;
}
.simpleContent a img:hover {
    box-shadow: 0 0 2px silver;
}
#tw-container .simpleContent {
    padding: 0 4px;
}
/* jednostavni sadržaj end */

/*----------------------------------------------------------------------
 brzi linkovi begin
 ----------------------------------------------------------------------*/
a.speedlink, a.speedlink-last {
   
    display: block;
    font-weight: bold;
    padding: 8px 6px 8px 6px;
    color: #004F8D;
    border-bottom: #004F8D solid 1px;
}
a.speedlink:hover, a.speedlink-last:hover {
    text-decoration: underline;
}
a.speedlink-last {
    
    margin: 0 0 10px 0;
}
/* brzi linkovi end */

/*  ----------------------------------------------
 IMAGE LIST BEGIN
 ----------------------------------------------------  */
div.imageListWithText, div.imageList {
    text-align: center;
    margin: 5px 0;
}
div.imageListText {
    padding: 1px 4px 4px;
}
div.imageListWithText a img, div.imageList a img {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
div.imageList a img {
    margin-top: 3px;
}
div.imageList a:hover img, div.imageListWithText a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 1px 1px 1px silver;
}
/* IMAGE LIST END*/

/*-----------------------------------------------
 FOTOALBUM SLIDER BEGIN
 ----------------------------------------------------*/
/*#fotoAlbumSlider,*/
#groupPicsSlider {
    text-align:left;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
    padding:0;
    font-size:10px;
}
#groupPicsSlider a img/*,
 #fotoAlbumSlider a*/ {
    float: right;
    width: 60px;
    height:45px;
    cursor: pointer;
    margin: 0 0 0 3px;;
}

#groupPicsSlider a:hover/*,
 #fotoAlbumSlider a:hover*/ {
}
div.mmkSlider {
    width: 220px;
    height: 165px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    padding: 0 0 0 0;
}

div.mmkSlider a {
    float: left;
    display: block;
    width: 220px;
    height: 165px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 0 auto;
}

div.mmkSlider a img:hover {
    box-shadow: 1px 1px 2px silver;
}
div.mmkSliderHome p {
    float: right;
    width: 140px;
    color: #196586;
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px;
}
div.mmkSliderHome {
    height: 120px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    position: relative;
    /*background:#629fb4;*/
    padding: 0 0 1px 0;
}
div.mmkSliderHome .albumYear {
    display: block;
    text-align: right;
    padding: 4px;
}
div.mmkSliderHome a {
    float: left;
    display: block;
    width: 160px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 0 auto;
}
div.mmkSliderHome a img:hover {
    background-color: #F0F0F0;
    box-shadow: 1px 1px 2px silver;
}
/************* foto album slider **********/
/* WIDGETS END */

/*----------------------------------------------------------
 article list begin
 -----------------------------------------------------------*/

#articleList .listItem:nth-child(3n+1), #sekcNewsList .listItem:nth-child(3n+2), #archiveArticleList .listItem:nth-child(3n+1) {
    clear: left;
}

div.listTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0;
    color: #094187;
    border-bottom: 1px solid #989da9;
}
div.listItem {
    margin: 10px 0;
    float: left;
    padding: 5px 13px;
    overflow: hidden;
    width: 220px;
}
#searchArticleList div.listItem, #archiveArticleList div.listItem{
    float:none; 
    width:auto;
    padding:0;
    border-bottom:1px solid silver;
}

.listItemBg1 {

}
.listItemBg2 {

}
div.listImage {
    width: 220px;
    margin: 0 auto;
}
#archiveArticleList div.listImage{
display:none;
}

div.listImage a {
    position: relative;
    display: block;
    width: 220px;
    height: 165px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
div.listImage a img:hover {
    transition: all 0.4s ease-out;
    box-shadow: 0 0 3px #000;
}

div.listEventDate {
    font-size: 11px;
    color: #196586;
    text-align: left;
    margin: 5px 0 0 0;
}
.listTags {
    background: url("../iconsdir/tags.png") no-repeat;
    padding: 0 0 0 18px;
    position: relative;
    display: inline;
}
.listTags:hover:after {
    position: absolute;
    left: 16px;
    bottom: 1.3em;
    content: attr(tags);
    font-size: 9px;
    z-index: 300;
    background: #DCE1E7;
    color: #004F8D;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 1px 1px 4px #739FAA;
}

.listTitleLink {
    margin: 2px 0 5px 0;
    clear:both;
}
.listTitleLink a {
    color: #196586;
    font-weight: bold;
    font-size: 12px;
}
.listTitleLink a:hover {
    text-decoration: underline;
}
div.listDescription {
    text-align:justify;
}
div.listDetailsLink {
    margin: 0 0 5px 0;
    float: right;
    text-align: right;
    padding: 4px 6px;
    border: 2px solid #DDDDDD;
    border-radius: 4px;
    display: none;
}
div.listDetailsLink a {
    font-size: 9px;
    color: #444952;
}
div.listDetailsLink a:hover {
    color: #14244e;
}
/**********article list end**************/

/*---------------------------------------------------------------
 article details begin
 ---------------------------------------------------------------*/
div.detArticle {
    padding: 5px 10px;
    color: #000000;
    overflow: auto;
}
div.detArticle a{
    text-decoration:underline;
    color:#004F8D;
}
div.detArticle a:hover{
    text-decoration:underline;
    color:#222222;
}
div.detArticle div.detContent img:not([style*="float"]) {
    max-width: 100%;
}
div.detEventDate {
    text-align: left;
    color: #196586;
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
}
.detTitle {
    color: #196586;
    font-weight: bold;
    padding: 5px 0;
    font-size: 18px;
    margin: 0;
}
.detArticle h2 {
    font-size: 14px;
    color: #196586;
    margin: 5px 0 3px 0;
}
.detArticle h3 {
    font-size: 12px;
    color: #196586;
    margin: 2px 0 2px 0;
}
.detArticle p {
    margin: 10px 0;
    line-height: 1.8em;
}
div.detContent {
    font-size: 12px;
    margin: 0 0 10px 0;
    text-align: justify;
    clear:left;
}
div.detContent a:hover {
    text-decoration: underline;
}
div.detContent a[href^="mailto:"] {
    background: url("../iconsdir/email.png") no-repeat;
    padding: 0 0 0 22px;
}
div.detContent a[href^="tel:"] {
    background: url("../iconsdir/phone.png") no-repeat;
    padding: 0 0 0 22px;
}
div.detContent a[href^="skype:"] {
    background: url("../iconsdir/skype.png") no-repeat;
    padding: 0 0 0 22px;
}
div.detContent a[target^="_blank"] {
    background: url("../iconsdir/external.png") 0 3px no-repeat;
    padding: 0 0 0 16px;
}
div.detContent iframe[src^="http://www.youtube.com"] {
    text-align: center;
    display: block;
    margin: 0 auto;
}
div.titleFiles {
    clear: both;
    display: block;
    margin: 5px 0 0 0;
    color: #196586;
    font-weight: bold;
    padding: 10px 0 5px 0;
    font-size: 11px;
}
div.artPicsCont{
    text-align:center;
    width:200px;
    float:right;
    margin:3px 10px;
    box-shadow:0px 1px 3px black;
    clear:right;
        
}
div.artPicsCont a img{
    margin:2px 1px;
    height:30px;
}
div.artPicsCont a:nth-child(2) img, div.artPicsCont a img.isFirst{
    height:150px;
    max-width:200px;
    border:none;
    display:block;
    margin:4px auto;
}
div.artleFileCont {
    clear: left;
    padding-left: 30px;
}
div.artFileIconCont {
    float: left;
    width: 40px;
}
div.artFileIconCont img {
    width: 32px;
    height: 32px;
    border: 0px;
}
div.artFileDesc {
    font-size: 12px;
}
span.artFileSize {
    color: #FF0000;
}
div.linkedFiles {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #196586;
    border-top: 1px solid black;
    padding-top: 10px;
    margin: 10px 0;
}

div.artLinksCont {

}
div.artLinks {
    float: left;
    box-shadow: -1px -2px 2px silver;
    margin: 5px;
    padding: 5px 1px;
    width: 165px;
    min-height: 170px;
    overflow: hidden;
    text-align: center;
}
div.artLinks a {
    color: #004F8D;
    font-weight: bold;
    font-size: 10px;
    display: block;
}
div.artLinks div.linkListImage {
    margin: 0 0 10px 0;
}
div.artLinks a.albumtype0[href^="?task=mmk"] {
    background: url("../iconsdir/galerija.png") no-repeat;
    padding: 5px 0 0 12px;
    min-height: 24px;
}
div.artLinks a.albumtype1[href^="?task=mmk"] {
    background: url("../iconsdir/video.png") no-repeat;
    padding: 5px 0 0 12px;
    min-height: 24px;
}
div.artLinks a.albumtype2[href^="?task=mmk"] {
    background: url("../iconsdir/pdf.png") no-repeat;
    padding: 5px 0 0 12px;
    min-height: 24px;
}
div.artLinks div.linkListImage a[href^="?task=mmk"] {
    background: none;
    padding: 0;
}
div.artLinks a:hover {
    color: #000000;
}

#tags {
    width: 214px;
    margin: 10px auto;
    border: 1px solid silver;
    padding: 3px;
}
.tagsContent {
    padding: 3px;
}
.tagsContent a {
    display: inline-block;
    font-weight: bold;
}
.tagsTitle {
    color: #004F8D;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 10px;
}

div.detArticle table {
    border-spacing: 0;
    text-align: left;
}

div.detArticle table caption {
    border: 2px dotted #cdcdcd;
    border-radius: 4px;
    padding: 4px;
    background: #b0c2d9;
    color: #cdcdcd;
    text-align: right;
}

div.detArticle table th {
    color: #196586;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

div.detArticle table tr:nth-child(odd) {
    background: #FFF;
    color: #14264E;
}
div.detArticle table td {
    padding: 5px;
}

.izdvojeno {
    background: #196586;
    padding: 10px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 1.4em;
    margin: 0 15px;
    clear: both;
}
.LF {
    float: left;
    margin: 8px;
    width: 50%;
}

.RF {
    float: right;
    margin: 8px;
    width: 50%;
}
.detArticle center {
    width: 95%;
}
.detArticle center img {
    /*
     width:100%;
     */
}
/*article details end*/

/*-------------------------------------------------------
 CONTACT FORM BEGIN
 ---------------------------------------------------------*/
div.title {
    font-weight: bold;
    font-size: 12px;
    color: #196586;
}
div.error {
    background: url(../iconsdir/form_error.png) no-repeat 8px 8px #FFD9DA;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    color: red;
}
div.formSent {
    background: url(../iconsdir/form_ok.png) no-repeat 8px 8px #EAF7DA;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    color: #0F9400;
}
#contactForm {
    width: 100%;
}
#contactForm td {
    text-align: left;
}
#contactForm td.aRight {
    text-align: right;
    padding-right: 10px;
    width: 30%;
}
#contactForm td.bold {
    font-weight: bold;
}
#contactForm td.top {
    vertical-align: top;
}
#contactForm td textarea, #contactForm td input {
    width: 225px;
    border: 1px solid #196586;
    padding: 2px;
    font: 11px Verdana;
}
#contactForm td textarea {
    height: 150px;
    width: 450px;
}
#contactForm td textarea:focus, #contactForm td input:focus {
    border: 1px solid #FFA0A0;
}
#contactForm td input.submitBtn {
    width: 75px;
    cursor: pointer;
}
#contactForm #reload {
    border: 0px none;
    margin: 5px 10px;
    border-radius: 8px;
}
#reload:hover {
    box-shadow: -1px -1px 3px silver;
}
.inputErr {
    border: 1px solid red !important;
}
.inputErr:after {
    content: "Greška!";
}
/********CONTACT FORM END**********/

/*-----------------------------------------------------------------
 paginator begin
 -----------------------------------------------------------------*/
div.paginator {
    margin: 10px 0;
    clear: both;
    text-align: center;
    padding-bottom: 5px;
}
.paginator a {
    font-size: 12px;
    font-weight: bold;
    color: #696969;
    padding: 4px;
    text-decoration: none;
}
.paginator a:hover, .paginator a.current-page {
    font-size: 16px;
    border-radius: 3px;
    padding: 0;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #004F8D;
    color: #ffffff;
}
/********paginator end***********/
/* -------------------------------------------------------------------
 foto-album begin
 ------------------------------------------------------------------------*/
/*mmk*/
.mmkNav {
    display: block;
    overflow: auto;
    margin: 0 0 10px 0;
}
a.mmkStask {
    float: left;
    font-size:12px;
    width: 180px;
    padding: 12px;
    color: #094187;
    border: 1px solid #094187;
    background: #FFFFFF;
}
a.mmkStask.active {
    background: #094187;
    color: #FFFFFF;
}
.albumList, .albumList1, .albumList2 {
    float: left;
    clear:right;
    width: 220px;
    height: 245px;
    margin: 5px 5px;
    padding:5px;
    overflow: hidden;
    box-shadow:1px 1px 5px silver
}
.albumList1 div.listDescription{
    display:none;
}
.albumList .albumCover,.albumList1 .albumCover,.albumList2 .albumCover {
    height: 165px;
    text-align: center;
}
.albumList .albumCover img,.albumList1 .albumCover img,.albumList2 .albumCover img {
    opacity: 0.8;
    max-height: 100%;
    margin: 0 auto;
}
.albumList h2,.albumList1 h2,.albumList2 h2 {
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px;
}
.albumDescription {

}
.albumList > img,.albumList1 > img,.albumList2 > img {
    position: relative;
    z-index: 100;
    height: 48px;
    margin-top: -40px;
}
ul.gallery{
    margin: 10px 0;
    padding: 0;
    list-style-type: none;

}
ul.gallery li {
    display: inline;
}

ul.gallery  img{
    max-height: 90px;
    margin: 0;
    padding: 0;
}

#mmkSearchForm{
    float:right;
    text-align:right;
    }
#foto-root {
    list-style: none outside none;
    padding: 0;
    margin: 4px 0 20px 15px;
    text-align: left;
}
#foto-root ul {
    list-style: none outside none;
    padding: 0;
    text-align: left;
    margin: 4px 0;
}
#foto-root li {
    margin-top: 2px;
    margin-bottom: 2px;
}
#foto-root li li {
    margin-left: 10px;
}
#foto-root li table {
    border-spacing: 0;
}
#foto-root li table td {
    vertical-align: top;
    padding: 0;
    white-space: normal;
}
#foto-root li table td.icon {
    width: 16px;
}
#foto-root li table td.text {
    padding: 3px 0 0 3px;
}
#foto-root li table td img.expander {
    width: 16px;
    height: 16px;
}
#foto-root li table td img.closed {
    background-image: url(../iconsdir/pointer.gif);
    background-position: 0px -32px;
}
#foto-root li table td img.closed-hover {
    background-image: url(../iconsdir/pointer.gif);
    background-position: 0px -48px;
}
#foto-root li table td img.opened {
    background-image: url(../iconsdir/pointer.gif);
    background-position: 0px 0px;
}
#foto-root li table td img.opened-hover {
    background-image: url(../iconsdir/pointer.gif);
    background-position: 0px -16px;
}
#foto-root li table td img.item-icon {
    width: 16px;
    height: 16px;
}
#foto-root a {
    font-size: 9px;
    font-weight: normal;
}
div.groupTitle {
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 11px
}
div.groupTitle div.picCount {
    font-weight: normal;
    font-size: 9px;
    color: #4B4A4A;
}
a.fotoContainer {
    display: block;
    width: 120px;
    height: 100px;
    border: 2px solid silver;
    background-color: #FFFFFF;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    cursor: pointer
}
a.fotoContainer  img {
    border: 0px;
}
a.fotoContainer:hover {
    background-color: #F0F0F0;
    border-color: #196586;
}
.defContainer {
    float: left;
    width: 205px;
    height: 230px;
    border: 1px solid #C8D7DB;
    margin: 0 15px 15px 5px;
    padding: 8px;
}
.defTitle {
    font-size: 14px;
    height: 35px;
    overflow: hidden;
    text-align: center;
}
a.defImgContainer {
    display: block;
    width: 196px;
    height: 147px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto 10px auto;
    cursor: pointer;
}
a.defImgContainer  img {
    border: 0px;
    transition: 0.5s;
}
a.defImgContainer img:hover {
    box-shadow: 5px -4px 4px silver;
}
/********foto-album end***********/

/**********home page begin***********/
.homePage {
}

h1.icontab, h2.icontab {
    margin: 8px 0;
    border-bottom: 1px solid black;
}
h1.icontab a, h2.icontab a {
    text-decoration: none;
}
.homePage div.articleListContainer {
    overflow: auto;
    border-bottom: 1px solid black;
    margin: 5px 0;
    padding: 0 10px;
}
.homePage div.articleListContainer:last-child {
    border: none;
}
.homePage .listImage {
    float: right;
    width: 220px;
    height: 165px;
    margin-left: 8px;
}
.homePage h2.listTitleLink a {
    text-decoration: none;
    color: #004F8D;
    font-size: 16px;
}
.homePage div.articleListContainer a.titleList {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0;
}
.homePage .sectionTitle {
    margin: 0;
}
.homePage .sectionTitle a {
    text-decoration: none;
}
.sastanci {
    float: right;
    width: 220px;
}

.novosti, #home-middle, #home-right {
    background: #FFFFFF;
    margin: 0 0 20px 0;
    overflow:auto;
}

.titleListContainer {
    clear: both;
}

.sajam-small {
    clear: both;
}
.sajam-small div.listImage {
    width: 120px;
    margin: 0 10px 0 0;
}
.sajam-small div.listImage a {
    width: 120px;
    height: 90px;
}

.articleListContainer {
    clear: both;
}
.homePage .listDescription {
    font-size: 1.2em;
    margin: 3px 0;
    clear:both;
    text-align: justify;
}
a.titleList {
    display: block;
    color: #196586;
    margin: 0 0 5px 0;
}
a.titleList:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
    margin: 10px 0 5px 0;
}

h1.icontab, #sekcNewsList h2, #sekcList h2 {
    padding: 6px;
    margin: 0;
    font-size: 24px;
}
h1.icontab a {
    color: #4B4A4A;
}
div.homePageContainer {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}
div.posRelative {
    position: relative
}
div.hpTopLeftContainer {
    height: 233px;
    width: 500px;
    overflow: hidden;
}
div.hpTopLeftHtmlContainer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #333333;
    padding: 14px 7px;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
div.hpTopLeftTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
}
div.hpTopLeftText {
    color: #ffffff;
}

div.middleContainer {
    overflow: hidden;
}

div.middleColContainer1 {
    float: left;
    width: 310px;
    padding: 2px;
}
div.middleColContainer2 {
    float: left;
    width: 310px;
    padding: 2px;
    margin: 0 0 0 4px;
}
div.middleColContainer2 a {
    color: #416107;
    margin: 3px 0 3px 0;
    font-size: 11px;
}
div.middleColContainer2 hr {
    color: #005b94;
    background-color: #005b94;
    height: 1px;
}
div.middleColContainer3 {
    float: right;
    width: 310px;
    padding: 2px;
}
h3.hpHeading {
    font-size: 14px;
    font-weight: bold;
    color: #005b94;
    height: 17px;
    border-bottom: 4px solid #005b94;
    padding: 12px 2px 6px 2px;
    margin: 0 0 2px 0;
}
div.homeListItem {
    height: 56px;
    font-size: 12px;
    padding: 0 2px 4px 2px;
    border-bottom: 1px solid #005b94;
    margin-top: 4px;
}
div.hpListImage {
    float: left;
    width: 60px;
}
div.hpListImage a {
    display: block;
    width: 54px;
    height: 54px;
    background-color: #FFFFFF;
    border: 1px solid #7899ba;
    text-align: center;
    float: left;
    cursor: pointer;
}

div.hpListImage a:hover {
    background-color: #F0F0F0;
    border-color: #3e71ba;
}
span.hpListEventDate {
    font-size: 9px;
    color: #FE9901;
}
div.listEventDate {
    float:left;
    font-size:11px;
    color:#004893;
    text-align:left;
    margin:0 0 5px 0;
}
span.eventExpired{
    float:left;
    padding:0 4px;
    font-size:12px;
    font-weight:bold;
    color:red;
}
span.eventNow{
    float:left;
    padding:0 4px;
    font-weight:bold;
    font-size:12px;
    color:green;
}
span.eventSoon{
    float:left;
    padding:0 4px;
    font-weight:bold;
    font-size:12px;
    color:blue;
}
a.hpListLink {
    display: block;
    height: 42px;
    font-size: 12px;
    color: #416107;
    overflow: hidden;
}
img.hpInfoImg {
    float: right;
    margin-left: 8px;
    border: none;
}
img.hpLinksImg {
    border: none;
    margin-bottom: 10px;
}
div.hpBottomContainer {
    height: 190px;
}
div.hpBotomColContainer {
    height: 190px;
    width: 162px;
    position: absolute;
    top: 0px;
    overflow: hidden;
}
div.bottomCol1 {
    left: 10px;
}
div.bottomCol2 {
    left: 205px;
}
div.bottomCol3 {
    left: 400px;
}
div.bottomCol4 {
    left: 595px;
}
div.bottomCol5 {
    right: 10px;
}
h3.hpHeadBottom {
    font-size: 17px;
    color: #246da5;
    padding: 0 2px;
    border-bottom: 1px solid #246da5;
    margin: 12px 0 8px 0;
}
a.hpBotomLink {
    font-size: 14px;
    color: #8ea3b3;
    display: block;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 2px;
    border-bottom: 1px solid #8ea3b3;
}
#hpTabContainer {
    /*width:300px;*/
    height: 17px;
    border-bottom: 4px solid #A8A136;
    padding: 6px 2px 6px 2px;
    margin: 0;
}
div.hpTab {
    float: left;
    margin-left: 3px;
    border: solid #A8A136;
    border-width: 1px 1px 0 1px;
    color: #A8A136;
    padding: 6px 8px;
    margin-top: -6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
div.hpTabActive {
    border-color: #A8A136;
    background: #A8A136;
    color: #FFFFFF;
    cursor: auto;
}
/**********home page end***********/

/* ----------------------------------------------------- sekcije*/
#sekcNewsList {
    float: left;
    width: 740px;
    margin-right: 10px;
}
#sekcList {
    float: right;
    width: 245px;
}
#sekcList .listItem {
    margin: 0 auto;
}
#sekcList a {
    text-transform: lowercase;
    font-size: 10px;
}

.nocrta {
    border: none !important;
}

/* mobile fixes*/
@media all and (min-width: 240px) and (max-width: 720px) {
    .goHome img {
        display: none;
    }
    .goHome .HomeLink {
        font-size: 24px;
    }
    #socialPlugins {
        display: none;
    }
}
