.caret {
    display: none;
}

.container {
    padding: 0px;
}
.fifty {
    position: relative;
    width: 50%;
    padding: 0px 9px;
    float: left;
}
.single-thumb, .single-info {
    padding-top: 100%;
    float: left;
    background-color: #01D5C7;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus {
    background-color: white;
}

.single-thumb img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0 9px;
    object-fit: cover;
}

.single-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0 9px;
    height: 100%;
    width: 100%;
    background-color: #01D5C7;
}

.single-event-bottom {
    padding: 0 9px;
}

.single-desc {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 10%;
    left: 0px;
    width: 100%;
    padding: 9px;
}

article p{
    font-size: 26px;
}

article .datum {
    padding: 0 9px;
    font-family: 'IBM Plex Sans';
    font-size: 40px;
}

article img {
    width: 100%;
}

.align-center {
    position: relative;
    left: auto;
    display: inline-block;
    margin: 0 auto;
    color: white;
    font-family:  'IBM Plex Serif';
}

.single-dan {
    font-size: 38px;
    font-weight: bold;
    text-transform: lowercase;
}

.single-datum {
    font-size: 45px;
    font-weight: bold;
    text-transform: lowercase;
}

.single-prizorisce {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    color: #01D5C7;
    font-size: 57px;
    margin-top: 0px;
}

a {
    color: black;
}
.vsievent {
    padding: 9px;
}
.vsievent .btn-imago span {
  font-size: 16px; 
}


.page-vsebina p, .page-vsebina li {
    font-family: 'IBM Plex Sans';
    font-size: 22px;
    margin-bottom: 22px;
}

#nav {
    padding-top: 10px;
}
.mesec > h4 {
    font-size: 40px;
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-top: 0px;
    margin-left: 9px;
    margin-right: 9px;
    text-align: center;
    background-color: #2CD5C4;
}

.sticky {
    position: sticky; 
    top: 0px; 
    z-index: 50;
    background-color: rgba(255, 255, 255, 1);
}

iframe {
    width: 50%;
    padding: 10px;
    float: left;
}

.square {
    width: 100%;
    padding-top: 100%;
}

.img-square {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    object-fit: cover;
}
.news {
    background-color: #f3f3f3;
    padding-left: 18px;
}

h4.row {
    margin: 10px -5px;
    padding: 10px 5px;
}

.event-hover .datum {
    font-family: 'IBM Plex Sans';
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 100%;
    padding-right: 50px;
}

.prizorisce {
    font-family: 'IBM Plex Sans Condensed';
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 60px;
    left: 20px;
    width: 100%;
    padding-right: 50px;
}

.siroko {
    width:100%;
}


li.col-md-4 {
    padding: 9px;
}

li.col-md-4 a {
    color: black;
}

.background-green {
    background-color: #01D5C7;
}

.img-filtered {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    filter: grayscale(1) contrast(1.3);
    -webkit-filter: grayscale() contrast(1.3);
    mix-blend-mode: screen;
    opacity: 1;
    object-fit: cover;
}

.img-no-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    object-fit: cover;
    opacity: 0;
    z-index: 3;
    mix-blend-mode: normal;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.img-no-filter:hover {
    opacity: 1;
}

/*.pad-mar {
    padding: 0px;
    margin: 5px;
}*/

.after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(44, 213, 196, 0.75);
}

#menu-zgornji li a, #menu-zgornji-en0 li a {
    font-family: 'IBM Plex Sans Condensed';
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    padding: 20px;
}

#menu-zgornji li a:hover, #menu-zgornji-en0 li a:hover {
    color: #01D5C7;
    background-color: white;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:active {
    background-color: white;
    color: #01D5C7 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #01D5C7 !important;
    background-color: white !important;
}

.align-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.vertical-center {
    vertical-align: center;
}

.relative-pos {
    position: relative;
}

.btn-foot {
    width: 60%;
}

.footer {
    color: black;
    background-color: #01D5C7;
}

.mailerlite-form-description p {
    display: none;
}

mailerlite-1-field-email {
    font-size: 20px;
}

mailerlite-subscribe-submit {
    width: 60%;
}

.lang {
    position: absolute;
    top: 10px;
    right: -160px;
}

.jezik li a span, .jezik li span {
    color: aqua;
    margin: 0px;
    font-family: 'IBM Plex Sans Condensed';
    font-size: 25px;
    padding: 10px 10px;
    color: black;
}

.jezik li a span{
    color: #01D5C7;
    font-weight: bold;
}

.jezik li a {
    margin: 0px;
    padding: 0px;
}

.btn-imago {
    background-color: #01D5C7;
    color: white;
    border-radius: 0px;
    border: 3px solid #01D5C7;
    font: 'IBM Plex Sans';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-imago-white {
    background-color: white;
    color: #01D5C7;
    border-radius: 0px;
    border: 3px solid #01D5C7;
    font: 'IBM Plex Sans';
    font-weight: bold;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.btn-imago-white:hover {
    background-color: #01D5C7;
    color: white;
    border-radius: 0px;
    border: 3px solid #01D5C7;
    font: 'IBM Plex Sans';
    font-weight: bold;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.btn-full-width {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

#mailerlite_widget-3{
    list-style-type: none;
}

.strong {
    font-weight: bold;
}

.mailerlite-form-field label {
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    max-width: 0px;
    max-height: 0px;
}
#mailerlite-1-field-email {
    border: 2px solid #01D5C7;
    width: 100%;
    font-family: 'IBM Plex Serif';
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.mailerlite-subscribe-submit {
    background-color: white;
    color: #01D5C7;
    border-radius: 0px;
    border: none;
    font: 'IBM Plex Sans';
    font-weight: bold;
    font-size: 18px;
    padding: 5px 20px;
    float: left;
    width: 60%;
}

.neki {
    position: absolute;
    bottom: 50px;
    right: 30px;
}
.gumb {
    margin-top: 10px;
    width: 50%;
}

.copy {
    font-family: 'IBM Plex Serif';
    font-size: 21px;
    color: #01D5C7;
}

/* FOR MENUS */
.sidebar-nav {
  padding: 9px 0;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.dropdown-toggle:after { content: none }

.slide-thumbnail {
    width: 100%;
    object-fit: cover;
}
.square img {
    width:100%;
}

#zavod {
    border: 2px solid #01D5C7;
    margin: 30px 0px;
}

.clani h3 {
    font-family: 'IBM Plex Sans';
    font-size: 23.3px;
    color: #01D5C7;
    font-weight: bold;
}

#menu-obcine-1 {
    display: inline;
    list-style: none;
    padding: 0px;
}

#menu-obcine-1 li {
    display: inline;
    list-style: none;
}

#menu-obcine-1 li:after {
    content: ", ";
}

#menu-obcine-1 li:last-child:after {
    content: "";
}

.nav_smoclani a, .nav_clani a, .nav_smoclani, .nav_clani {
    font-family: 'IBM Plex Sans Condensed';
    color: black;
    font-size: 23.3px;
}

.novicka {
    margin-top: 18px;
    display: block;
    float: left;
    background-color: #f3f3f3;
}

.novicka .front-novica .news-thumb {
    width: 100%;
}

.single-event-top {
    margin-bottom: 18px;
}

.wp-caption {
    width: 100% !important;
    padding: 9px !important;
}
.sidebar img {
    width: 100%;
}

.sidebar p {
    display: none;
}

.novica .news-thumb {
    float: left;
    height: auto;
    margin-right: 20px;
    padding-top: 100%;
    position: relative;
}

.novica .news-thumb a, .novica .news-thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vec-novic{
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.vec-novic:hover{
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.event-homepage{
    padding: 9px;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav {
    display: none;
}

.slide-title {
    display: none;
}

.slide_wrap {
    margin-bottom: 15px;
}

.flexslider {
    object-fit: cover;
}

.event-homepage a {
    color: black;
}

.event-homepage .event-hover .e_info .datum {
    font-size: 39px;
}

.event-homepage .event-hover .e_info .prizorisce {
    font-size: 16px;
}

.event-homepage .event-hover .e_info .event {
    font-size: 26px;
}

.logo_foot {
    width: 90%;
}
.logo_foot img {
    width: 340px;
}

.gallery1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery-container {
    position: relative;
}
.zgalerijo img {
    width: auto;
}

.gallery-item .gallery-icon a img {
    width: 255px;
    height: 255px;
}

.vsievent a {
    
}

.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
    display: flex; 
    padding-left: 9px !important;
    padding-right: 9px !important;
    width: 100%;
    padding-bottom: 18px;
}

.list-content .info .datum {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    font-style: italic;
}

.list-content .info h3 {
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    margin: 0;
}

ul.list-inline {
    margin: 0px;
    margin-bottom: 9px;
}

.eventi-list-index .button-container {
    margin-bottom: 40px;
}

.button-container {
    width: 100%;
    display: block; 
    float: left;
}

.foot-link {
    width: 20%;
    display: block;
    float: left;
    padding: 0 2% 0 2%;
}
.wp-pagenavi {
    text-align: center;
    margin: 20px 0;
}

.wp-pagenavi .page {
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    padding: 0 5px;
}

.wp-pagenavi .current {
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    padding: 0 5px;
    color: #01D5C7;
    font-weight: bold;
}





/* SMARTPHONES */
@media (max-width: 768px) {
    .buttons-container {
        position: inherit;
        margin-bottom: 10px;
    }
    
    .buttons-container a {
        width: 100%;
    }
    
    article p {
        font-family: 'IBM Plex Sans';
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    article .datum {
        padding: 0 9px;
        font-family: 'IBM Plex Sans';
        font-size: 28px;
    }
    
    h1 {
        font-size: 36px;
        margin-bottom: 36px;
    }
    .vsievent {
        width: 100%;
    }
    .event-thumb {
        padding-top: 30%;
        position: relative;
    }
    .hidden-phone {
        display: none;
    }
    .hidden-tablet {
        display: block;
    }
    .hidden-desktop {
        display: block;
    }
    .row {
        margin: 0;
    }
    .hidden-phone {
        display: none;
    }
    .container {
        width: 100%;
    }
    
    .menu-zgornji-container ul li {
        font-family: 'IBM Plex Sans Condensed';
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
    }
    
    .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .lang {
        position: relative;
        right: 0;
        top: 0;
    }
    
    
    .more {
        display: block;
        float: right;
    }
    
    .bars::before {
        content: "\f0c9";
    }
    .event-homepage {
        width: 100%;
    }
    
    .events-container-homepage {
        width: 100%;
    }
    .kontakt {
        width: 100%;
        border: 0px;
    }
    
    .mesec > h4 {
        font-size: 25px;
        font-family: 'IBM Plex Sans';
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        padding: 10px 0px 10px 0px;
        margin-top: 0px;
        margin-left: 9px;
        margin-right: 9px;
        text-align: center;
        background-color: #2CD5C4;
    }
    .evento {
        width: 100%;
    }
    
    .wp-post-image {
        margin-bottom: 20px;
    }
    
    .event {
        font-family: 'IBM Plex Sans';
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
    .gallery-item .gallery-icon a img {
        width: 70px;
        height: 70px;
    }
    
    .front-novica .datum {
        margin-top: 5px;
        font-family: 'IBM Plex Sans';
        color: black;
        font-size: 13.5px;
    }

    .front-novica h2 {
        padding: 0px;
        margin: 0px;
        font-family: 'IBM Plex Sans';
        font-size: 19.22px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .front-novica h2 a {
        color: #01D5C7;
    }

    .front-novica p {
        font-family: 'IBM Plex Sans';
        font-size: 17.47px;
    }
    
    .news .datum {
        font-family: 'IBM Plex Sans';
        font-size: 21px;
    }
    .news h2 {
        margin: 0;
    }
    .news h2 a {
        font-family: 'IBM Plex Sans';
        font-size: 25px;
        color: #01D5C7;
        font-weight: bold;
    }

    .news p {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
        margin-bottom: 0px;
    }

    .news p a {
        color: black;
        font-weight: bold;
        font-style: italic;
    }

    .one-news {
        margin-bottom: 19px;
        background-color: #f3f3f3;
        display: block;
        float: left;
    }
    
    .event {
        font-family: 'IBM Plex Sans';
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
    .event-priz {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }

}

/* TABLETS */
@media (min-width: 769px) and (max-width: 1400px){
    .buttons-container {
        position: inherit;
        margin-bottom: 10px;
    }
    
    .buttons-container a {
        width: 243px;
    }
}
@media (min-width: 769px) {
        
    .vsievent {
        width: 33.3333%;
    }
    .event-thumb {
        padding-top: 100%;
        position: relative;
    }
    .hidden-phone {
        display: block;
    }
    .hidden-tablet {
        display: none;
    }
    .hidden-desktop {
        display: block;
    }
      .container {
        width: 738px;
      }
    .event-homepage {
        width: 33.333%;
    }
    .events-container-homepage {
        width: 100%;
    }
    .mesec > h4 {
        font-size: 25px;
        font-family: 'IBM Plex Sans';
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        padding: 10px 0px 10px 0px;
        margin-top: 0px;
        margin-left: 9px;
        margin-right: 9px;
        text-align: center;
        background-color: #2CD5C4;
    }
    
    .tablet-nav > .menu-zgornji-container  > #menu-zgornji-2{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    
    /*#menu-zgornji-2 {
        position: relative;
        left: -25px;
    }   */
    #menu-zgornji-2 > li {
        width: 19%;
        text-align: center;
    }
    
    .menu-zgornji-container ul li {
        font-family: 'IBM Plex Sans Condensed';
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        /*width: 100%;*/
    }
    
    .lang {
        margin-top: 0px;
        position: relative;
        right: 0;
        top: 0;
    }
    
    .main-container {
        margin-top: 50px;
    }
    
    .no-left-padding {
        padding-left: 0;
    }
    
    .front-novica .datum {
        margin-top: 5px;
        font-family: 'IBM Plex Sans';
        color: black;
        font-size: 13.5px;
    }

    .front-novica h2 {
        padding: 0px;
        margin: 0px;
        font-family: 'IBM Plex Sans';
        font-size: 19.22px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .front-novica h2 a {
        color: #01D5C7;
    }

    .front-novica p {
        font-family: 'IBM Plex Sans';
        font-size: 17.47px;
    }
    
    .vsievent .btn-imago span {
        font-size: 14px;
    }
    
    .vec-novic {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 30px;
        text-transform: capitalize;
    }
    
    #menu-zgornji li a, #menu-zgornji-en0 li a {
        font-size: 20px;
        padding: 12px;
    }
    .jezik li a span, .jezik li span {
        font-size: 20px;
        padding-top: 12px;
    }
    
    .stolp-5 {
        width: 33%;
        /*height: 100%;*/
        margin-top: 9px;
    }
    .stolp-6 {
       width: 34%;
       /*height: 100%;*/
    }
    
    .foot_mod h4 {
        font-family: 'IBM Plex Serif';
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .foot_mod p {
        font-family: 'IBM Plex Serif';
        font-size: 14.5px;
        font-weight: normal;
        margin-bottom: 14.5px;
    }

    .foot_mod h3 {
        font-family: 'IBM Plex Serif';
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 10px 0px;
    }
    
    .social {
        margin-top: 50px;
        display: block;
        float: left;
    }
    
    #mailerlite-1-field-email {
        font-size: 15px;
    }
    
    .news .datum {
        font-family: 'IBM Plex Sans';
        font-size: 17px;
    }
    .news h2 {
        margin: 0;
    }
    .news h2 a {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
        color: #01D5C7;
        font-weight: bold;
    }

    .news p {
        font-family: 'IBM Plex Sans';
        font-size: 17px;
        margin-bottom: 0px;
    }

    .news p a {
        color: black;
        font-weight: bold;
        font-style: italic;
    }

    .one-news {
        margin-bottom: 15px;
        background-color: #f3f3f3;
        display: block;
        float: left;
    }
    
    .event {
        font-family: 'IBM Plex Sans';
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
    .event-priz {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
}

/* MEDIUM SIZED SCREENS */
@media (min-width: 1400px) {
    
    .buttons-container {
        position: absolute;
        bottom: 70px;
        right: -220px;
    }
    
    .vsievent {
        width: 25%;
    }
    .hidden-phone {
        display: block;
    }
    .hidden-tablet {
        display: block;
    }
    .hidden-desktop {
        display: none;
    }
    .container {
        width: 1100px;
    }
    .events-container-homepage {
        width: 76.190477%;
    }
    .event-homepage {
        width: 25%;
    }
    
    .lang {
        margin-top: 12px;
        position: absolute;
        top: 10px;
        right: -130px;
    }
    .top-logo {
        position: absolute; 
        top: 10px; 
        left: -60px;
    }
    
    .front-novica .datum {
        margin-top: 5.70px;
        font-family: 'IBM Plex Sans';
        color: black;
        font-size: 15.48px;
    }

    .front-novica h2 {
        padding: 0px;
        margin: 0px;
        font-family: 'IBM Plex Sans';
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .front-novica h2 a {
        color: #01D5C7;
    }

    .front-novica p {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
    }
    .evento {
        width: 25%;
    }
    
    .vsievent .btn-imago span {
        font-size: 12px;
    }
    
    .vec-novic {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 30px;
        text-transform: capitalize;
    }
    
    .main-container {
        margin-top: 0px;
    }
    
    .foot_mod h4 {
        font-family: 'IBM Plex Serif';
        font-size: 19.5px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 19.5px;
    }

    .foot_mod p {
        font-family: 'IBM Plex Serif';
        font-size: 18.1px;
        font-weight: normal;
        margin-bottom: 18.1px;
    }

    .foot_mod h3 {
        font-family: 'IBM Plex Serif';
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 8.1px 0px;
    }
    
    .social {
        margin-top: 80px;
        display: block;
        float: left;
    }
    
    .stolp-5 {
        width: 23.8095%;
        /*height: 100%;*/
        margin-top: 9px;
    }
    .stolp-6 {
       width: 28.5714%;
       /*height: 100%;*/
    }
    
    .news .datum {
        font-family: 'IBM Plex Sans';
        font-size: 21px;
    }
    .news h2 {
        margin: 0;
    }
    .news h2 a {
        font-family: 'IBM Plex Sans';
        font-size: 25px;
        color: #01D5C7;
        font-weight: bold;
    }

    .news p {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
        margin-bottom: 0px;
    }

    .news p a {
        color: black;
        font-weight: bold;
        font-style: italic;
    }

    .one-news {
        margin-bottom: 19px;
        background-color: #f3f3f3;
        display: block;
        float: left;
    }
    
    .event {
        font-family: 'IBM Plex Sans';
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
    .event-priz {
        font-family: 'IBM Plex Sans';
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
}

/* LARGE SCREENS */
@media (min-width: 1695px) {
    
    .buttons-container {
        position: absolute;
        bottom: 70px;
        right: -220px;
    }
    .container {
        width: 1350px;
    }
    
    .top-logo {
        position: absolute; 
        top: 10px; 
        left: -100px;
    }
    
    #menu-zgornji li a, #menu-zgornji-en0 li a {
        font-size: 25px;
        padding: 20px;
    }
    .jezik li a span, .jezik li span {
        font-size: 25px;
        padding-top: 20px;
    }
    
    .lang {
        position: absolute;
        top: 17px;
        right: -160px;
    }
    
    .front-novica .datum {
        margin-top: 7px;
        font-family: 'IBM Plex Sans';
        color: black;
        font-size: 19px;
    }

    .front-novica h2 {
        padding: 0px;
        margin: 0px;
        font-family: 'IBM Plex Sans';
        font-size: 27px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .front-novica h2 a {
        color: #01D5C7;
    }

    .front-novica p {
        font-family: 'IBM Plex Sans';
        font-size: 25px;
    }
    .event {
        font-family: 'IBM Plex Sans';
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    .vsievent .btn-imago span {
        font-size: 16px;
    }
    
    .vec-novic {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
        margin-bottom: 30px;
        text-transform: capitalize;
    }
    
    .foot_mod h4 {
        font-family: 'IBM Plex Serif';
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .foot_mod p {
        font-family: 'IBM Plex Serif';
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 21px;
    }

    .foot_mod h3 {
        font-family: 'IBM Plex Serif';
        font-size: 27px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 10px 0px;
    }
    
    .social {
        margin-top: 115px;
        display: block;
        float: left;
    }
    
    .news .datum {
        font-family: 'IBM Plex Sans';
        font-size: 24px;
    }
    .news h2 {
        margin: 0;
    }
    .news h2 a {
        font-family: 'IBM Plex Sans';
        font-size: 27px;
        color: #01D5C7;
        font-weight: bold;
    }

    .news p {
        font-family: 'IBM Plex Sans';
        font-size: 25px;
        margin-bottom: 0px;
    }

    .news p a {
        color: black;
        font-weight: bold;
        font-style: italic;
    }

    .one-news {
        margin-bottom: 19px;
        background-color: #f3f3f3;
        display: block;
        float: left;
    }
    
    .event {
        font-family: 'IBM Plex Sans';
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
    .event-priz {
        font-family: 'IBM Plex Sans';
        font-size: 24px;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        left: 0px;
        padding: 20px;
        width: 100%;
        padding-right: 50px;
        text-transform: uppercase;
    }
    
    
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
