    /*
Theme Name: CMV template
Theme URI: http://mweb.rs
Description: MWEB wordpress template
Version: 2.0.0
Author: Marko Milic (@marcomilic)
Author URI: http://marcomilic.com
Tags: HTML5, CSS3, WP

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/
    /*------------------------------------*\
MAIN
\*------------------------------------*/
    /* global box-sizing */
    
    *,
    *:after,
    *:before {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    /* html element 62.5% font-size for REM use */
    
    html {
        font-size: 62.5%;
    }
    
    body {
        font: 400 16px/24px 'Roboto', sans-serif;
        color: #444;
        padding-top: 122px;
    }
    /* clear */
    
    .clear:before,
    .clear:after {
        content: ' ';
        display: table;
    }
    
    .clear:after {
        clear: both;
    }
    
    .clear {
        *zoom: 1;
    }
    
    img {
        max-width: 100%;
        vertical-align: bottom;
    }
    
    a {
        color: #444;
        text-decoration: none;
        transition: 0.5s all;
    }
    
    a:hover {
        color: #444;
        text-decoration: none;
    }
    
    a:focus {
        outline: 0;
    }
    
    a:hover,
    a:active {
        outline: 0;
    }
    
    a.block-link {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(248, 80, 50, 0);
        background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
        background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#000000', GradientType=0);
    }
    
    a.block-link-simple {
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .btn {
        display: table;
    }
    
    .btn.big {
        padding: 10px 25px;
        border-radius: 40px;
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
    }
    
    .btn.big.green {
        background-color: #2ecc71;
        border: 1px solid #2ecc71;
        color: #fff;
    }
    
    .btn.big.green:hover {
        opacity: 0.7;
    }
    
    .btn.big.violet {
        background-color: #8E44AD;
        border: 1px solid #8E44AD;
        color: #fff;
    }
    
    .btn.big.violet:hover {
        opacity: 0.7;
    }
    
    .btn.ghost {
        padding: 10px 25px;
        border-radius: 40px;
        border: 1px solid #000;
    }
    
    .btn.ghost.red {
        border: 1px solid #D2232A;
        color: #D2232A;
    }
    
    .btn.ghost.red:hover {
        border: 1px solid #fff;
        background-color: #D2232A;
        color: #fff;
    }
    
    .btn.ghost.white {
        border: 1px solid #fff;
        color: #fff;
    }
    
    .btn.ghost.white:hover {
        border: 1px solid #D2232A;
        background-color: #fff;
        color: #D2232A;
    }
    
    .btn.center {
        margin: 0 auto;
    }
    
    input:focus {
        outline: 0;
        border: 1px solid #04A4CC;
    }
    /*------------------------------------*\
STRUCTURE
\*------------------------------------*/
    /* wrapper */
    
    .wrapper {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .bottom-content {
        position: absolute;
        bottom: 0;
    }
    /* HEADER  */
    
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    
    .top-nav {
        min-height: 35px;
        background-color: #D2232A;
    }
    
    .top-nav .nav {
        float: right;
        padding: 6px 0 0 0;
    }
    
    .top-nav .nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .top-nav .nav ul li {
        float: left;
        font-size: 12px;
        font-weight: 400;
        line-height: 23px;
        text-transform: uppercase;
        margin: 0 10px;
    }
    
    .top-nav .nav ul li a {
        color: #fff;
    }
    
    .top-nav .nav ul li a:hover {
        color: #000;
    }
    
    .main-nav {
        background-color: #fff;
        padding: 15px 0 15px 0;
        transition: 0.5s all;
    }
    
    .page-template-page-home .main-nav {
        background-color: #fff;
    }
    
    .main-nav .logo {
        float: left;
        transition: 0.5s all;
    }
    
    .main-nav .logo img {
        transition: 0.5s all;
        height: 57px;
    }
    
    .main-nav .logo:hover img {
        opacity: 0.7;
    }
    
    .main-nav .nav {
        float: right;
        padding-top: 15px;
    }
    
    .main-nav .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .main-nav .nav ul li {
        float: left;
        padding: 0 10px;
    }
    
    .main-nav .nav ul li a {
        color: #000000d9;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        border-bottom: 4px solid #000000d9;
    }
    
    .main-nav .nav ul li.obrazovanje a {
        border-color: #2ECC71;
    }
    
    .main-nav .nav ul li.obrazovanje a:hover {
        color: #2ECC71;
    }
    
    .main-nav .nav ul li.socijaldemokratija a {
        border-color: #D2232A;
    }
    
    .main-nav .nav ul li.socijaldemokratija a:hover {
        color: #D2232A;
    }
    
    .main-nav .nav ul li.javno-zagovaranje a {
        border-color: #2980B9;
    }
    
    .main-nav .nav ul li.javno-zagovaranje a:hover {
        color: #2980B9;
    }
    
    .main-nav .nav ul li.komunikacija a {
        border-color: #FF8F00;
    }
    
    .main-nav .nav ul li.komunikacija a:hover {
        color: #FF8F00;
    }
    
    .main-nav .nav ul li.zenska-prava a {
        border-color: #8E44AD;
    }
    
    .main-nav .nav ul li.zenska-prava a:hover {
        color: #8E44AD;
    }
    /* 
.home .main-nav .nav ul li a:hover {
color: #000;
}
*/
    
    .main-nav .nav ul li a:hover {
        color: #D2232A;
    }
    
    .hamburger {
        display: none;
        float: right;
        padding-top: 20px;
        transition: 0.5s all;
    }
    
    .fixed-header .hamburger {
        padding-top: 10px;
    }
    
    .hamburger .nav-icon {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    
    .hamburger .nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
    }
    
    .hamburger .nav-icon span:nth-child(1) {
        top: 0px;
    }
    
    .hamburger .nav-icon span:nth-child(2) {
        top: 9px;
    }
    
    .hamburger .nav-icon span:nth-child(3) {
        top: 18px;
    }
    
    .sfm-navicon:after,
    .sfm-navicon:before,
    .sfm-sidebar-close:before,
    .sfm-sidebar-close:after {
        background-color: #000!important;
    }
    /* Shrink menu*/
    
    .fixed-header .main-nav {
        background-color: #fff;
        padding: 5px 0 5px 0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }
    
    .fixed-header .main-nav .logo {
        height: 40px;
    }
    
    .fixed-header .main-nav .logo img {
        height: 40px;
        width: auto;
    }
    
    .fixed-header .main-nav .nav {
        padding-top: 7px;
    }
    /**/
    
    .section {
        padding: 90px 0;
    }
    
    .section h2 {
        color: #212121;
        font-size: 42px;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
    
    .section h2.white {
        color: #fff;
    }
    
    .section .sub-text {
        display: table;
        margin: 0 auto;
        width: 100%;
        max-width: 544px;
        margin-bottom: 30px;
    }
    
    .section .sub-text.white p {
        color: #fff;
    }
    
    .section .sub-text p {
        opacity: 0.7;
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
    
    .first-section {
        margin-top: -122px;
    }
    /*Home hero*/
    
    .home-hero {
        background-color: #D2232A;
        position: relative;
        padding: 220px 0 50px 0;
        background-image: url(images/hero-bg.png);
        background-size: cover;
        min-height: 600px;
    }
    
    .home-hero:before {
        position: absolute;
        top: 0;
    }
    
    .home-hero h1 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .home-hero .sub-text {
        opacity: 0.85;
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        max-width: 768px;
        margin: 0 auto 30px auto;
    }
    
    .home-hero .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Oblasti*/
    
    .cmv-oblasti .container {
        max-width: 1600px;
    }
    
    .oblasti-kartice {
        display: table;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    
    .oblast-kartica {
        border-radius: 15px;
        background-color: #2ecc71;
        vertical-align: top;
        width: 30.5%;
        display: inline-block;
        height: 270px;
        margin: 10px;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
    
    .oblast-kartica.kartica-sd {
        background-color: #D2232A;
    }
    
    .oblast-kartica.kartica-jz {
        background-color: #2980b9;
    }
    
    .oblast-kartica.kartica-komunikacija {
        background-color: #ff8f00;
    }
    
    .oblast-kartica.kartica-zp {
        background-color: #8e44ad;
    }
    
    .oblast-kartica:hover {
        box-shadow: 0 0 24px 6px rgba(1, 1, 1, 0.4);
    }
    
    .oblast-kartica .inner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .oblast-kartica .card-icon {
        font-size: 72px;
        font-weight: 400;
        color: #fff;
        text-align: center;
    }
    
    .oblast-kartica h3 {
        color: #ffffff;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 700;
    }
    
    .vesti-block {
        background-color: #eeeeee;
        background-image: url(images/blog-bg.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .vest-items {
        margin-bottom: 30px;
    }
    
    .vest-lead-item {
        min-height: 370px;
        background-size: cover;
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 30px;
        transition: 0.5s all;
    }
    
    .vest-lead-item:hover {
        box-shadow: 0 0 24px 6px rgba(1, 1, 1, 0.4);
    }
    
    .vest-lead-item .bottom-content {
        padding: 20px;
    }
    
    .vest-lead-item .post-cat {
        font-size: 12px;
        font-weight: 600;
        line-height: 16.05px;
        text-transform: uppercase;
    }
    
    .vest-lead-item h3 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin: 10px 0 0 0;
    }
    
    .vest-lead-item .date {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 16.05px;
        text-transform: uppercase;
    }
    
    .vest-item {
        min-height: 170px;
        position: relative;
        background-color: #fff;
        border-radius: 15px;
        overflow: hidden;
        transition: 0.5s all;
    }
    
    .vest-item:hover {
        box-shadow: 0 0 24px 6px rgba(1, 1, 1, 0.4);
    }
    
    .vest-item .vest-img {
        float: left;
        z-index: 2;
        min-height: 170px;
    }
    
    .vest-item .vest-content {
        position: relative;
        display: table;
        padding: 15px;
    }
    
    .vest-item .post-cat {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        text-transform: uppercase;
    }
    
    .post-cat.color-green {
        color: #2ECC71;
    }
    
    .post-cat.color-red {
        color: #D2232A;
    }
    
    .post-cat.color-blue {
        color: #2980B9;
    }
    
    .post-cat.color-orange {
        color: #FF8F00;
    }
    
    .post-cat.color-violet {
        color: #8E44AD;
    }
    
    .vest-item h3 {
        color: #212121;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        margin: 10px 0;
    }
    
    .vest-item .vest-content .date {
        color: #212121;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    
    .vest-item .bottom-line,
    .vest-lead-item .bottom-line {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 10px;
        background-color: #D2232A;
        z-index: 1;
    }
    
    .bottom-line.color-green {
        background-color: #2ECC71;
    }
    
    .bottom-line.color-red {
        background-color: #D2232A;
    }
    
    .bottom-line.color-blue {
        background-color: #2980B9;
    }
    
    .bottom-line.color-orange {
        background-color: #FF8F00;
    }
    
    .bottom-line.color-violet {
        background-color: #8E44AD;
    }
    /* BROJAČ*/
    
    .brojac-block {
        background-color: #D2232A;
        background-image: url(images/hexagon.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .brojac-block .count-title {
        text-align: center;
        color: #ffffff;
        font-size: 70px;
        font-weight: 700;
        line-height: 54px;
    }
    
    .brojac-block .count-subtitle {
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
    }
    
    .pubklikacije-items {
        margin-bottom: 30px;
    }
    
    .publikacija-item {
        min-height: 370px;
        background-size: cover;
        border-radius: 15px;
        background-position: center;
        position: relative;
        transition: 0.5s all;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .publikacija-item:hover {
        box-shadow: 0 0 24px 6px rgba(1, 1, 1, 0.25);
        background-color: #212121;
    }
    
    .publikacija-item .bottom-content {
        padding: 20px;
    }
    
    .publikacija-item .bottom-content h3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        transition: 0.5s all;
    }
    
    .publikacija-item:hover .bottom-content h3 {
        border-color: #D2232A;
    }
    
    .publikacija-item .bottom-content .date {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
    }
    /* --- breadcrumbs --- */
    
    .breadcrumbs {
        background-color: #eee;
        min-height: 30px;
        width: 100%;
        display: table;
        padding: 10px 0;
    }
    
    .breadcrumbs span {
        float: left;
        padding-top: 2px;
        color: #9e9e9e;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
    
    .breadcrumbs span:after {
        font-family: "Font Awesome 5 Pro";
        padding: 7px;
        content: "\f105";
        color: #999;
    }
    
    .breadcrumbs span span {
        padding: 0;
    }
    
    .breadcrumbs span:last-child:after {
        display: none;
        font-family: "Font Awesome 5 Pro";
        padding: 15px;
        content: " ";
        color: #999;
    }
    
    .breadcrumbs span:last-child span:after {
        display: none;
        font-family: "Font Awesome 5 Pro";
        padding: 15px;
        content: " ";
        color: #999;
    }
    
    .breadcrumbs a span {
        color: #212121;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }
    
    .breadcrumbs a:hover span {
        color: #CC0000;
    }
    
    .breadcrumbs span[typeof="ListItem"]:last-child span[property="name"],
    .breadcrumbs a[property="name"] {
        display: inline-block;
        padding: 0;
        margin-top: 0;
        vertical-align: middle;
        max-width: 290px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* --- end breadcrumbs --- */
    /* Novosti, Saopštenja */
    
    .news-sigle-main .wrapper {
        max-width: 900px;
    }
    
    .news-sigle-main main {
        margin-top: 50px;
    }
    
    .news-sigle-main .single-title {
        color: #212121;
        font-family: Roboto;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 30px;
    }
    
    .news-sigle-main main article img {
        height: auto;
    }
    
    .vesti-block.obrazovanje .bottom-line {
        background-color: #2ECC71;
    }
    
    .vesti-block.zenska-prava .bottom-line {
        background-color: #8E44AD;
    }
    
    .vesti-block.socijaldemokratija .bottom-line {
        background-color: #D2232A;
    }
    
    .vesti-block.javno-zagovaranje .bottom-line {
        background-color: #2980B9;
    }
    
    .vesti-block.komunikacija .bottom-line {
        background-color: #FF8F00;
    }
    
    article a {
        color: #D2232A;
    }
    
    article a:hover {
        color: #D2232A;
        text-decoration: underline;
    }
    
    .category-page {
        background-image: none!important;
        border-top: 1px solid #d8d8d8;
    }
    
    .category-page #ajax-load-more {
        margin-top: -30px;
    }
    
    .category-page .vest-items {
        margin-top: 30px;
    }
    
    .category-page.obrazovanje .post-cat {
        color: #2ECC71;
    }
    
    .category-page.socijaldemokratija .post-cat {
        color: #D2232A;
    }
    
    .category-page.javno-zagovaranje .post-cat {
        color: #2980B9;
    }
    
    .category-page.komunikacija .post-cat {
        color: #FF8F00;
    }
    
    .category-page.zenska-prava .post-cat {
        color: #8E44AD;
    }
    
    .alm-btn-wrap .alm-load-more-btn {
        background-color: #d2232a!important;
        border: 1px solid #d2232a!important;
        border-radius: 30px!important;
        width: 150px!important;
        height: 50px!important;
        transition: 0.5s all!important;
    }
    
    .alm-btn-wrap .alm-load-more-btn:hover {
        background-color: #fff!important;
        color: #d2232a!important;
    }
    /* O nama strana*/
    
    .about-main h1 {
        text-align: center;
    }
    
    .mission-vision {
        padding: 50px 0;
    }
    
    .mission-vision .mv-icon {
        color: #D2232A;
        display: table;
        margin: 0 auto;
        font-size: 36px;
        margin-bottom: 10px;
    }
    
    .mission-vision h2 {
        color: #212121;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }
    
    .section.statut {
        padding: 50px 0;
        background-color: #D2232A;
    }
    
    .section.statut .mv-icon {
        color: #fff;
        font-size: 36px;
        display: table;
        margin: 0 auto 20px auto;
    }
    
    .section.statut h2 {
        color: #fff;
        font-size: 30px;
        line-height: 30px;
    }
    
    .section.statut .mv-text {
        color: #fff;
        display: table;
        margin: 0 auto;
        max-width: 800px;
    }
    
    .section.targets {
        background-color: #f8f8f8;
        padding: 50px 0;
    }
    
    .section.targets .mv-icon {
        color: #D2232A;
        font-size: 36px;
        display: table;
        margin: 0 auto 20px auto;
    }
    
    .section.targets .mv-text {
        display: table;
        margin: 0 auto;
        max-width: 800px;
    }
    /* Kontakt*/
    
    .contact-main {
        padding: 0 20px 40px 20px;
        margin-top: 50px;
    }
    
    .contact-details {
        background-color: #D2232A;
        padding: 40px;
        width: 100%;
        max-width: 370px;
        float: left;
        margin-right: 30px;
        border-radius: 15px;
    }
    
    .contact-details h2 {
        color: #fff;
        font-family: Roboto;
        font-size: 32px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }
    
    .contact-details p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .contact-form .cform {
        padding: 0;
    }
    
    .contact-form h2 {
        color: #212121;
        font-size: 32px;
        font-weight: 700;
        line-height: 56px;
        text-align: left;
    }
    
    .contact-form .wpcf7-text,
    .contact-form .wpcf7-email,
    .wpcf7-textarea {
        border-radius: 5px;
        border: 1px solid #bebebe;
        background-color: #fafafa;
        width: 100%;
        padding: 5px;
        margin-bottom: 17px;
    }
    
    .contact-form .wpcf7-text::placeholder,
    .contact-form .wpcf7-email::placeholder,
    .wpcf7-textarea::placeholder {
        color: #bebebe;
    }
    
    .contact-form .wpcf7-submit {
        border-radius: 23px;
        background-color: #D2232A;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        border: transparent;
        padding: 10px 30px;
        display: table;
        margin: 0 auto;
        transition: 0.5s all;
        margin-top: 20px;
    }
    
    .contact-form .wpcf7-submit:hover {
        background-color: #000;
    }
    
    span.wpcf7-not-valid-tip {
        position: relative;
        top: -15px;
    }
    
    .contact-map {
        padding-top: 0!important;
        padding-bottom: 0;
    }
    
    .contact-map iframe {
        width: 100%;
    }
    /* BLOG */
    
    .blog-page .col-md-4 {
        margin-bottom: 40px;
    }
    /* FOOTER*/
    
    .footer-content {
        background-color: #212121;
        padding: 45px 0;
    }
    
    .footer-content .col-sm-6 {
        margin-bottom: 20px;
    }
    
    .footer-content .footer-logo {
        margin-bottom: 30px;
    }
    
    .footer-content .contact-data p {
        color: #ffffff;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .footer-content h3 {
        color: #D2232A;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .footer-content ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .footer-content ul li a {
        color: #fff;
        opacity: 0.75;
        transition: 0.5s all;
        text-decoration: none;
    }
    
    .footer-content ul li a:hover {
        color: #D2232A;
    }
    
    .footer-content .social-icons ul li {
        float: left;
        margin-right: 5px;
    }
    
    .footer-content .social-icons ul li a {
        display: table;
        background-color: rgba(255, 255, 255, 0.15);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transition: 0.5s all;
        margin-bottom: 5px;
    }
    
    .footer-content .social-icons ul li a i {
        display: table;
        margin: 8px auto 0 auto;
    }
    
    footer .credits {
        background-color: #141414;
        padding: 12px 0 0 0;
    }
    
    footer .credits p {
        color: #ffffff;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
    
    footer .credits a {
        color: #ff0000;
    }
    
    @font-face {
        font-family: 'Font-Name';
        src: url('fonts/font-name.eot');
        src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    /*------------------------------------*\
MISC
\*------------------------------------*/
    
     ::selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none;
    }
    
     ::-webkit-selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none;
    }
    
     ::-moz-selection {
        background: #04A4CC;
        color: #FFF;
        text-shadow: none;
    }
    /*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/
    
    .alignnone {
        margin: 5px 20px 20px 0;
    }
    
    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }
    
    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }
    
    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }
    
    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }
    
    a img.alignnone {
        margin: 5px 20px 20px 0;
    }
    
    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }
    
    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .wp-caption {
        background: #FFF;
        border: 1px solid #F0F0F0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center;
    }
    
    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }
    
    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }
    
    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }
    
    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }
    
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }
    /*------------------------------------*\
PRINT
\*------------------------------------*/
    
    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            box-shadow: none !important;
            text-shadow: none !important;
        }
        a,
        a:visited {
            text-decoration: underline;
        }
        a[href]:after {
            content: " (" attr(href) ")";
        }
        abbr[title]:after {
            content: " (" attr(title) ")";
        }
        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }
        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        thead {
            display: table-header-group;
        }
        tr,
        img {
            page-break-inside: avoid;
        }
        img {
            max-width: 100% !important;
        }
        @page {
            margin: 0.5cm;
        }
        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }
        h2,
        h3 {
            page-break-after: avoid;
        }
    }
    /* Single Post: Template block - Related News */
    
    main .post-cat {
        font-size: 13px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }
    
    .block-related {
        background-color: #eee;
    }
    /* Template block - Our team*/
    
    .our-team-items {
        margin-bottom: 30px;
    }
    
    .our-team-item img {
        margin: 0 auto;
        display: table;
        border-radius: 50%;
    }
    
    .our-team-item h3 {
        color: #212121;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }
    
    .our-team-item .email {
        color: #e10707;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
    }
    /* Template block - Blog*/
    
    .blog-block {
        background-color: #D2232A;
        background-image: url(images/blog-bg.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .blog-items {
        margin-bottom: 30px;
    }
    
    .blog-item {
        position: relative;
        background-color: #fff;
        border-radius: 30px;
        overflow: hidden;
        transition: 0.5s all;
    }
    
    .blog-item:hover {
        box-shadow: 0 0 24px 6px rgba(1, 1, 1, 0.4);
    }
    
    .blog-item .blog-item-content {
        padding: 15px 20px;
    }
    
    .blog-item .blog-item-content h3 {
        color: #212121;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    }
    
    .blog-item .blog-item-content h3 a:hover {
        color: #e10707;
    }
    
    .blog-item .blog-item-content p {
        opacity: 0.7;
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .blog-item .blog-item-content .date {
        color: #e10707;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
    }
    
    .blog-page .blog-item {
        border: 1px solid #777;
        height: 100%;
    }
    
    .download_button {
        margin: 20px 0;
        display: table;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        border: none;
        padding: 10px 20px;
        position: relative;
        text-align: center;
        text-decoration: none;
        background-color: #d2232a;
        border: 1px solid #d2232a;
        border-radius: 30px;
        transition: 0.5s all;
    }
    
    .download_button i {
        margin-right: 10px;
    }
    
    .download_button:hover {
        color: #d2232a;
        background-color: #fff;
    }
    
    .statut .download_button {
        background-color: #fff;
        display: table;
        margin: 0 auto;
        color: #d2232a;
    }
    
    .share {
        margin: 30px 0 50px 0;
    }
    /* Single post - comments*/
    /* Komentari */
    
    .comments {
        margin: 40px 0;
    }
    
    .comments ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .comments .comment-meta a {
        color: #00baf2;
        font-family: "Source Sans Pro";
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .comments .com-author {
        color: #212121;
        font-family: "Source Sans Pro";
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .comments li {
        border-top: 1px solid #bbb;
        padding: 15px 0;
    }
    
    .comments .comment-form {
        max-width: 580px;
        width: 100%;
        display: table;
    }
    
    .comment-form-author {
        width: 48%;
        margin-right: 4%;
        display: table;
        float: left;
    }
    
    .comment-form-author label {
        display: table;
    }
    
    .comment-form-email {
        width: 48%;
        margin-right: 5%;
        display: table;
    }
    
    .comment-form-email label {
        display: table;
    }
    
    .comments .comment-form input {
        border-radius: 3px;
        border: 1px solid #5e5e5e;
        width: 100%;
        padding: 3px 5px;
    }
    
    .comments .comment-form textarea {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #5e5e5e;
        padding: 3px 5px;
    }
    
    .comments .comment-form .comment-button {
        transition: 0.5s all;
    }
    
    .comments .comment-form input.submit {
        background-color: #e10707;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 34px;
        border: none;
        width: 137px;
        border-radius: 30px;
    }
    
    .comments .comment-notes {
        display: none;
    }
    
    .comments .comment-reply-title {
        display: none;
    }
    
    .comment-author img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    /*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
    
    .container {
        max-width: 1200px;
    }
    
    @media only screen and (min-width:320px) {}
    
    @media only screen and (min-width:480px) {}
    
    @media only screen and (max-width:768px) {
        .contact-details {
            clear: both;
            margin: 0 auto;
            display: table;
        }
        .contact-form {
            display: table;
            padding-top: 30px;
        }
    }
    
    @media only screen and (max-width:480px) {
        .vest-img {
            width: 100%;
        }
        .vest-img img {
            width: 100%;
        }
        a.block-link-simple {
            position: initial;
        }
    }
    
    @media only screen and (max-width: 680px) {
        .oblast-kartica {
            width: 100%;
            height: inherit;
            margin: 0 0 15px 0;
            padding: 20px 0;
        }
        body {
            padding-top: 60px!important;
        }
        .vest-item {
            margin-bottom: 30px;
        }
    }
    
    @media only screen and (max-width: 980px) {
        nav {
            display: none;
        }
        .top-nav {
            display: none;
        }
        .hamburger {
            display: table;
        }
        .main-nav {
            padding: 5px 0;
        }
    }
    
    @media only screen and (min-width:1024px) {}
    
    @media only screen and (min-width:1140px) {}
    
    @media only screen and (min-width:1280px) {}
    
    @media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-resolution:144dpi) {}
    /* Dopuna Mladni protiv nasilja */
    
    .page-template-page-mladi-protiv-nasilja .breadcrumbs {
        background-color: #8e44ad;
    }
    
    .page-template-page-mladi-protiv-nasilja .breadcrumbs a span,
    .page-template-page-mladi-protiv-nasilja .breadcrumbs span {
        color: #fff;
    }
    
    .page-template-page-mladi-protiv-nasilja .breadcrumbs a:hover span {
        color: #fff;
        opacity: 0.8;
    }
    
    .hero-mpl {
        padding: 40px 0;
        position: relative;
    }
    
    .hero-mpl::after {
        content: "";
        background-image: url(images/hero-mladi-protiv-nasilja.jpg);
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-size: cover;
        background-position: center center;
    }
    
    .hero-mpl h1 {
        font-size: 54px;
        line-height: 60px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .hero-mpl a {
        color: #00A1E1;
    }
    
    .hero-mpl a:hover {
        text-decoration: underline;
    }
    
    .page-template-page-mladi-protiv-nasilja .vesti-block {
        background-image: url(images/blog-bg.png) !important;
    }
    
    .mpn-cta {
        padding: 40px 0;
        position: relative;
    }
    
    .mpn-cta::after {
        content: "";
        background-image: url(images/hero-mladi-protiv-nasilja.jpg);
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-size: cover;
        background-position: center center;
    }
    
    .mpn-cta h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 22px;
    }
    
    .mpn-box-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .mpn-box-content p {
        text-align: center;
    }
    
    .mpn-box-content p:last-child {
        margin-bottom: 20px;
    }
    
    .podrska-projektu {
        padding: 50px 0;
    }
    
    .podrska-projektu h2 {
        text-align: center;
    }
    
    .podrska-projektu img {
        display: table;
        margin: 0 auto;
    }
    
    .popup-mpn h2 {
        text-align: center;
    }
    
    .popup-mpn .content-col {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    /* Search */
    
    .search-results h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 50px;
    }
    
    .search-item {
        display: table;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .search-item .featured-image {
        float: left;
        margin-right: 30px;
        margin-bottom: 25px;
        max-width: 120px;
    }
    
    .search-item .content {
        display: table;
    }
    
    .search-item h2 {
        text-align: left;
    }
    
    .search-item h2 a:hover {
        color: #D2232A;
    }
    
    .search-item .content a.link {
        color: #D2232A;
    }
    
    .pagination .page-numbers {
        display: table;
        float: left;
        padding: 3px 7px;
        background-color: #d2232a;
        color: #fff;
        margin-left: 7px;
        border-radius: 5px;
    }
    
    .pagination .page-numbers.current {
        background-color: #231F20;
    }
    
    .top-nav form.search {
        float: right;
        position: relative;
        top: 4px;
    }
    
    .top-nav .search-submit {
        background-color: #FF8F00;
        border: none;
        color: #fff;
        height: 25px;
        width: 76px;
        transition: 0.5s all;
    }
    
    .top-nav .search-submit:hover {
        background-color: #2980b9;
    }
    
    .top-nav .search-input {
        border: none;
        margin: 0;
        float: left;
        height: 23px;
        padding-left: 10px;
        width: 150px;
        font-size: 14px;
    }
    
    .collapseomatic {
        color: #D2232A;
    }
    
    .collapseomatic_excerpt,
    .collapseomatic_content {
        margin-left: 0!important;
    }