@import url(https://fonts.googleapis.com/css?family=Pontano+Sans&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans&subset=latin,latin-ext);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: "Pontano Sans", sans-serif;
    font-size: 100%;
    line-height: 1.411764706;
    color: #454545;
    background: url("../images/site-background.jpg") no-repeat center center fixed;
    background-size: cover;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 1.0625em;
    margin: 0 0 1.5em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 200ms ease-in-out;
}

.content a:hover {
    color: #7DB12D;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1em;
    font-weight: normal;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
    color: #003B77;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.0625em;
}

h5 {
    font-size: 1em;
}





/*------------------------------------*\
    #GRID-STYLES
\*------------------------------------*/
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/**
 * "clearfix" hack - use class 'group'
 */
.group:after {
    content: "";
    display: table;
    clear: both;
}

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

.col {
    display: block;
    float: left;
    margin: 0 0 0 1.7%;
}

.col:first-child {
    margin-left: 0;
}

/* Custom column */
.col-1-2 {
    float: left;
    width: 50%;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.52%;
}

.span_10_of_12 {
    width: 83.05%;
}

.span_9_of_12 {
    width: 74.57%;
}

.span_8_of_12 {
    width: 66.1%;
}

.span_7_of_12 {
    width: 57.62%;
}

.span_6_of_12 {
    width: 49.15%;
}

.span_5_of_12 {
    width: 40.67%;
}

.span_4_of_12 {
    width: 32.2%;
}

.span_3_of_12 {
    width: 23.72%;
}

.span_2_of_12 {
    width: 15.25%;
}

.span_1_of_12 {
    width: 6.775%;
}

@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}





/*------------------------------------*\
    #HEADER-STYLE
\*------------------------------------*/
.top-bar {
    margin-bottom: 2.5em;
}

.header-nav {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-nav li {
    float: left;
    margin-right: 1px;
}

.header-nav li:last-child {
    margin-right: 0;
}

.header-nav a {
    display: block;
    padding: 0 1em;
    font-size: 1em;
    line-height: 2;
    color: #001F3F;
    background-color: rgba(255,255,255,0.8);
    transition: background 200ms ease-in-out;
}

.header-nav a:hover {
    background-color: #FFF;
}

.top-header {
    background-color: #003B77;
    box-shadow: 0 -1px 32px #000;
}

.top-header .container {
    padding: 0.75em 0;
    position: relative;
}

.site-logo {
    display: block;
    position: absolute;
    left: -15px;
    top: -12px;
    font-family: "Merriweather Sans", sans-serif;
    color: #FFF;
}

.site-logo:hover {
    color: #7EB22E;
}

.site-logo img {
    vertical-align: middle;
}

.header-logo {
    float: right;
    margin-right: 2em;
}

.language-bar {
    list-style: none;
    padding: 0.75em 0;
    margin: 0;
    float: right;
}

.language-bar li {
    float: left;
    margin-right: 0.625em;
}

.language-bar li:last-child {
    margin-right: 0;
}

.language-bar a {
    display: block;
    opacity: 0.8;
    transition: opacity 200ms ease-in-out;
}

.language-bar .mslc a,
.language-bar a:hover {
    opacity: 1;
}

.bottom-header {
    padding: 3em 0 1.5em;
    background-color: #FFF;
}

.nav-toggle {
    display: none;
    float: left;
    width: 32px;
    height: 32px;
    border: none;
    margin: 0;
    font-size: 1.125em;
    line-height: 2;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icon-menu.png");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.main-nav {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav li {
    float: left;
    margin-right: 0.875em;
}

.main-nav li:last-child {
    margin-right: 0;
}

.main-nav a {
    display: block;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1em;
    line-height: 1.625;
}

.main-nav .mslc a,
.main-nav a:hover {
    color: #7DB12D;
}

.bottom-header .search-form {
    float: right;
    min-width: 260px;
}

@media (max-width: 77.5em) {
    .site-logo {
        position: static;
        float: left;
    }
}

@media (max-width: 76.25em) {
    .container {
        padding: 0 0.625em;
    }
    .top-header .container {
        padding: 0.75em;
    }
    .bottom-header .search-form {
        clear: both;
        margin-bottom: 1em;
    }
}

@media (max-width: 57.5em) {
    .bottom-header {
        padding: 1.5em 0;
    }
    .bottom-header .search-form {
        clear: none;
        margin: 0;
    }
    .nav-toggle {
        display: block;
    }
    .main-nav {
        display: none;
        float: none;
        clear: both;
        padding-top: 1em;
    }
    .main-nav li {
        float: none;
        padding: 4px 0;
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 37.5em) {
    .site-logo {
        float: none;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        font-size: 0.875em;
    }
}

@media (max-width: 25em) {
    .site-logo {
        text-align: center;
        margin-bottom: 1.25em;
    }
    .site-logo span {
        display: block;
    }
    .bottom-header .search-form {
        min-width: 0;
        width: 100%;
        max-width: 200px;
    }
}





/*------------------------------------*\
    #CONTENT-STYLES
\*------------------------------------*/
.content {
    padding: 3.5em 0;
    background-color: #FFF;
}

.center-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.home-photo {
    display: block;
    border: 1px solid #F6F6F6;
}

.home-photo img {
    display: block;
}

.site-sidebar {
    margin-bottom: 2em;
}

.site-sidebar h4 {
    margin-bottom: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

.banner-container {
    text-align: center;
    margin-bottom: 2em;
}

.banner-container a  {
    display: block;
}

.line-separator {
    width: 100%;
    height: 7px;
    margin: 2em 0;
    background-color: #F8F8F8;
}

#map_container {
    position: relative;
    height: 100%;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.contact-button {
    display: inline-block;
    padding-right: 32px;
    font-size: 1.125em;
    color: #FFF;
    background: url("../images/icon-link.png") no-repeat right center;
    transition: opacity 200ms ease-in-out;
}

.contact-button:hover {
    opacity: 0.8;
}

.btn-become-member {
    display: inline-block;
    vertical-align: middle;
    margin-left: 110px;
    padding: 1em 2em 1em 3.75em;
    font-size: 1.125em;
    line-height: 1.111111111;
    text-transform: uppercase;
    color: #FFF;
    background: #003061 url("../images/maslina.png") no-repeat 10px center;
    transition: background 200ms ease-in-out;
}

.btn-become-member:hover {
    background-color: #001F3F;
}

.gallery-list {
    margin: 0 -0.5%;
}

.gallery-item {
    position: relative;
    display: block;
    float: left;
    width: 24%;
    margin: 0 0.5% 1%;
}

.gallery-item:focus,
.gallery-hidden a:focus {
    outline: none;
}

.gallery-item:after,
.gallery-hidden .visible:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.3);
    background-image: url("../images/icon-magnifier.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 200ms ease-in-out;
}

.gallery-item:hover:after,
.gallery-hidden:hover .visible:after {
    opacity: 1;
}

.gallery-item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0.5em 1em;
    color: #FFF;
    background-color: rgba(0,0,0,0.7);
}

.gallery-title {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5em 1em;
    color: #fff;
    background-color: rgba(0,0,0,.7);
}

.document-list {
    margin: 2em 0;
}

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

.icon-document {
    display: block;
    padding-left: 2em;
    line-height: 1.75;
    background: url("../images/icon-document.png") no-repeat left center;
}

.article {
    padding-right: 2em;
    margin-bottom: 2em;
}

.article-photo {
    float: left;
    margin-right: 1.25em;
    margin-bottom: 1.25em;
}

.article-header {
    margin-bottom: 2em;
}

.article-header h1 {
    margin: 0;
    line-height: 1.5;
}

.video-container {
    max-width: 560px;
}

.video-container iframe {
    width: 100%;
}

.social-share {
    clear: both;
    margin: 2em 0 0;
}





/*------------------------------------*\
    #NEWS-STYLES
\*------------------------------------*/
.home-news {
    position: relative;
    padding-bottom: 3em;
}

.logo-watermark {
    position: absolute;
    left: -320px;
    top: 20%;
    opacity: 0.1;
}

.home-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-news-list li {
    float: left;
    width: 33.33%;
}

.home-news-list li:nth-child(even) .news-box {
    background-color: #F3F3F3;
}

.news-box {
    padding: 0.625em;
}

.news-date {
    display: block;
    font-size: 0.875em;
    color: #003B77;
    margin-bottom: 0.5em;
}

.news-box p {
    margin: 0 0 0.5em;
    font-size: 0.9375em;
    color: #626262;
}

.read-more {
    font-size: 0.9375em;
    color: #3C94EE;
}

.news-listing {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
}

.news-listing li {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #DDD;
    margin-bottom: 1.5em;
}

.news-photo {
    float: left;
    width: 30%;
    padding-right: 1.25em;
}

.news-content {
    float: left;
    width: 70%;
}

.news-content h2 {
    margin-bottom: 0.5em;
}

.news-content h2:hover a {
    color: #003B77;
}

.news-content p {
    margin-bottom: 1em;
}

.news-content .read-more:hover {
    color: #3C94EE;
}





/*------------------------------------*\
    #PAGINATION-STYLES
\*------------------------------------*/
.pagination {
    list-style: none;
    padding: 0;
    margin: 2em 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 6px;
}

.pagination a {
    display: block;
    width: 2.25em;
    height: 2.25em;
    border: 1px solid #003061;
    font-size: 1em;
    line-height: 2.25;
    font-weight: 300;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
    color: #003061;
    background-color: #FFF;
}

.pagination .mslc,
.pagination a:hover {
    color: #FFF;
    border-color: #003061;
    background-color: #003061;
}





/*------------------------------------*\
    #CALENDAR-STYLES
\*------------------------------------*/
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0;
}

.ui-widget-content {
    border: none;
    color: #454545;
    background: #7DB22E;
}

.ui-widget {
    font-family: "Pontano Sans", sans-serif;
    font-size: 1.125em;
}

.ui-widget-header {
    border: none;
    font-weight: normal;
    color: #454545;
    background: #6D9C27;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 0.9375em;
    color: #FFF;
}

.ui-datepicker td {
    padding: 0.3em;
    border-right: 1px solid #FAFAFA;
    border-bottom: 1px solid #C2DB9D;
    background: #FFF;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    border-bottom: 1px solid #BAD395;
    background: #FFF;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    line-height: 1.5;
}

.ui-datepicker .ui-datepicker-current-day a {
    background-color: #EFFBDC;
}

.ui-datepicker td a {
    padding: 0;
}

.ui-datepicker th {
    color: #FFF;
}

.ui-datepicker .ui-datepicker-other-month,
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
    background-color: #EFEFEF;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-bottom: none;
}

.ui-icon {
    width: 11px;
    height: 21px;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url("../images/calendar-left.png") no-repeat center;
}

.ui-datepicker .ui-datepicker-next span {
    background: url("../images/calendar-right.png") no-repeat center;
}

.ui-state-hover {
    border: none !important;
    background: none !important;
}





/*------------------------------------*\
    #SLIDER-STYLES
\*------------------------------------*/
.bx-wrapper {
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
}

.home-slider-container {
    background-color: rgba(255,255,255,0.8);
}

.slider-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 4em 0;
}

.slide-content {
    float: left;
    width: 22.5806452%;
    padding: 10px 5px 10px 0;
}

.slide-content-container {
    position: relative;
    min-height: 360px;
    padding: 1.25em;
    background-color: #003B77;
}

.slide-content-container h3 {
    padding-bottom: 1em;
    border-bottom: 1px solid #3C94EE;
    margin-bottom: 1em;
    line-height: 1.2;
    color: #FFF;
}

.slide-content-container p {
    line-height: 1.411764706;
    color: #FFF;
}

.icon-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 19px;
    height: 17px;
    background: url("../images/icon-link-blue.png") no-repeat center;
}

.home-slider-container .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 56px;
    margin-top: -28px;
}

.home-slider-container .bx-wrapper .bx-prev {
    left: -70px;
    background: url("../images/home-slider-controls.png") no-repeat 0 0;
}

.home-slider-container .bx-wrapper .bx-next {
    right: -70px;
    background: url("../images/home-slider-controls.png") no-repeat -50px 0;
}

.slide-photo {
    float: left;
    width: 77.4193548%;
}

.footer-bottom .bx-wrapper {
    margin: 0 auto;
    float: left;
}

.footer-bottom .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 35px;
    margin-top: -17.5px;
}

.footer-bottom .bx-wrapper .bx-prev {
    left: -50px;
    background: url("../images/footer-slider-controls.png") no-repeat 0 0;
}

.footer-bottom .bx-wrapper .bx-next {
    right: -50px;
    background: url("../images/footer-slider-controls.png") no-repeat -50px 0;
}





/*------------------------------------*\
    #FORM-STYLES
\*------------------------------------*/
textarea {
    resize: vertical;
}

fieldset {
    padding: 0;
    border: none;
    margin: 0 0 1em;
}

label {
    display: block;
    font-size: 1em;
    line-height: 1.75;
}

input,
textarea {
    width: auto;
    padding: 0.5em 1em;
    border: 1px solid #E2E2E2;
    margin: 0;
    font-size: 1em;
    line-height: 1.25;
    color: #727272;
    background-color: #FEFEFE;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type=submit] {
    padding: 0.75em 2em;
    border: 2px solid #7DB12D;
    color: #FFF;
    background-color: #7DB12D;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

input[type=submit]:hover {
    color: #7DB12D;
    background-color: #FFF;
}

.txt_error {
    padding: 1em 1em 1em 60px;
    border: 1px dashed #EAC0C2;
    line-height: 1.25;
    background-color: #FDE8E9;
    background-image: url("../images/forme/error-32.png");
    background-repeat: no-repeat;
    background-position: 15px center;
}

.chck-box .txt_error {
    color: #E81500 !important;
}

.error {
    border: 1px solid #E81500;
    background-image: url("../images/forme/error.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.success {
    padding: 1em 1em 1em 60px;
    border: 1px dashed #7AC143;
    line-height: 1.25;
    background-image: url("../images/forme/sucess-32.png");
    background-repeat: no-repeat;
    background-position: 15px center;
}

form .chck-box input {
    display: inline;
    width: auto;
    margin-right: 0.625em;
}

.chck-box label {
    display: inline;
}

.search-form {
    border: 1px solid #E2E2E2;
    background-color: #FEFEFE;
}

.search-form input {
    float: left;
    padding: 0;
    border: none;
    background-color: transparent;
}

.search-form input[type=text] {
    width: 80%;
    min-width: 200px;
    padding: 2px 0.5em;
    font-size: 0.875em;
    line-height: 1.428571429;
}

.search-form input[type=submit] {
    width: 20%;
    height: 24px;
    background: url("../images/icon-search.png") no-repeat center;
}

.kontakt-forma input,
.kontakt-forma textarea {
    width: 100%;
}

.kontakt-forma input[type=submit] {
    width: auto;
    margin-right: 2em;
    margin-bottom: 10px;
}





/*------------------------------------*\
    #FOOTER-STYLES
\*------------------------------------*/
.site-footer {
    margin: 2.75em 0;
}

.footer-top {
    background-color: #003B77;
}

.footer-wrap {
    padding: 2.25em 2.25em 1.25em;
}

.footer-bg {
    min-height: 400px;
    background: url("../images/footer-bg.jpg") no-repeat center;
}

.footer-contact-info p {
    color: #FFF;
}

.footer-contact-info p a {
    color: #3C94EE;
}

.social-bar-footer {
    display: inline-block;
    margin-top: 3.5em;
}

.icon-facebook {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    background: url("../images/icon-facebook.png") no-repeat center;
}

.fb-like {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom {
    padding: 4em 0;
    background: #002C5A;
    background: linear-gradient(to right,  #002C5A 0%,#003B77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c5a', endColorstr='#003b77',GradientType=1 );
}

.footer-nav {
    max-width: 580px;
    list-style: none;
    padding: 0;
    margin: 2em 0 1em;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}

.footer-nav a {
    font-size: 0.875em;
    line-height: 1.714285714;
    color: #FFF;
}

.footer-nav a:hover {
    color: #3C94EE;
}

.copyright {
    padding: 1.25em 0;
    background-color: #001E3D;
}

.copyright span {
    font-size: 0.875em;
    line-height: 1.214285714;
    color: #FFF;
}

.virtus-link {
    float: right;
    margin: 2px 0;
}

#cookie {
    width: 100%;
    position: fixed;
    z-index: 5000;
    bottom: 0;
    left: 0;
    background: #1F2A30;
    border-top: 5px solid #7DB12D;
}

.cookie-container {
    margin: 0 auto;
    padding: 20px 30px;
}

#cookie p {
    width: 78%;
    float: left;
    margin: 0;
    color: #FFF;
}

#cookie input {
    padding: 0.5em 2em;
}

@media (max-width: 78.75em) {
    .home-content .span_3_of_12 {
        width: 100%;
    }
    .home-content .site-sidebar {
        margin: 2em 0;
    }
    .site-sidebar h4 {
        text-align: left;
    }
}

@media (max-width: 75em) {
    .footer-bottom .bx-wrapper {
        padding: 0 45px;
    }
    .footer-bottom .bx-wrapper .bx-prev {
        left: 0;
    }
    .footer-bottom .bx-wrapper .bx-next {
        right: 0;
    }
    .btn-become-member {
        display: block;
        max-width: 280px;
        margin: 1em 0 0;
    }
    .slider-wrap {
        padding: 3em 4em;
    }
    .home-slider-container .bx-wrapper .bx-next {
        right: -50px;
    }
    .home-slider-container .bx-wrapper .bx-prev {
        left: -50px;
    }
    .slide-content {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    .slide-photo {
        float: none;
        width: 100%;
    }
    .slide-photo img {
        width: 100%;
    }
    .slide-content-container {
        min-height: 0;
    }
}

@media (max-width: 60em) {
    .gallery-item {
        width: 32.33%;
    }
    .gallery-item img {
        width: 100%;
    }
    .article {
        padding-right: 0;
    }
}

@media (max-width: 47.9375em) {
    .copyright {
        text-align: center;
    }
    .virtus-link {
        float: none;
        display: block;
        text-align: center;
        padding-top: 1em;
    }
    .col-1-2 {
        float: none;
        width: 100%;
    }
    .gallery-item {
        width: 49%;
    }
    .cookie-container {
        text-align: center;
    }
    #cookie p {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }
    #cookie input {
        display: inline-block;
    }
}

@media (max-width: 37.5em) {
    .home-news-list li {
        width: 50%;
    }
    .news-box {
        border: 1px solid #FFF;
        background-color: #F3F3F3;
    }
    .article-photo {
        float: none;
    }
}

@media (max-width: 30em) {
    .gallery-item {
        width: 100%;
    }
    .news-photo {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 1em;
    }
    .news-content {
        float: none;
        width: 100%;
    }
    .slider-wrap {
        padding: 1.25em;
    }
    .home-slider-container .bx-controls {
        display: none;
    }
}

@media (max-width: 25em) {
    .search-form input[type=text] {
        min-width: 0;
    }
    .home-news-list li {
        width: 100%;
    }
}


/* calendar */
#kalendar {
    max-width: 300px;
    border: none;
    font-size: 1em;
    color: #454545;
    background: #7DB22E;
    margin-bottom: 1.25em;
}

#kalendar table {
    width: 100%;
    padding: 5px;
}

#kalendar .calendar-header {
    position: relative;
    height: 32px;
    padding: 5px 32px;
    border: none;
    background-color: #6D9C27;
}

#kalendar .current-month {
    text-align: center;
    line-height: 1;
    color: #fff;
}

.prev-month,
.next-month {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 32px;
    height: 32px;
}

.prev-month {
    left: 0;
    background: url("../images/calendar-left.png") no-repeat center;
}

.next-month {
    right: 0;
    background: url("../images/calendar-right.png") no-repeat center;
}

#kalendar td,
#kalendar th  {
    padding: 3px;
    text-align: center;
    line-height: 2;
}

#kalendar .calendar-day-head {
    color: #FFF;
    border: none;
    background: transparent;
}

#kalendar p {
    display: none;
}

#kalendar td {
    border-right: 1px solid #F6F6F6;
    border-bottom: 1px solid #C2DB9D;
    background: #FFF;
}

#kalendar .sivi-datum {
    color: #454545;
    background-color: #efefef;
}

#kalendar .current-day span {
    display: block;
    background-color: #effbdc;
}

#kalendar .dogadjaj a {
    display: block;
    border-radius: 50%;
    color: #fff;
    background-color: #378de4;
}

#kalendar .edukacija a {
    display: block;
    border-radius: 50%;
    color: #fff;
    background-color: #f3688f;
}

.gallery-hidden {
    position: relative;
    display: block;
    float: left;
    width: 24%;
    margin: 0 0.5% 1%;
}

.gallery-hidden a {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-hidden a.visible {
    opacity: 1;
    position: relative;
}

.header-logo {
    max-width: 106px;
    margin-top: -26px;
    margin-bottom: -10px;
}

h2.special-h2{
    color: #fff;
    margin-bottom: 0;
    font-size: 21px;
    margin-top: -20px;
}

.breadcrumbs {
    margin: 0 0 2em;
}

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

.breadcrumbs li {
    float: left;
    margin-right: 1em;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    color: #aaa;
}

.breadcrumbs a {
    display: block;
    color: #333;
}

.breadcrumbs a:after {
    content: "/";
    margin-left: 1em;
}

