html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, tr, th, td {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

a img {
    border: none;
}

ol, ul {
    /*list-style: none;*/
    color: #444444;
    margin-bottom: 15px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    display: block;
    font-size: 12px;
    line-height: 140%;
}

a {
    text-decoration: none;
}

    a:focus, a:active {
        outline: none;
    }

div {
    zoom: 1;
}

    div:after {
        content: " ";
        display: block;
        clear: both;
    }

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'HelveticaNeue-CondensedBold';
    src: url('../content/fonts/helveticaneue.eot');
    src: url('../content/fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('../content/fonts/helveticaneue.woff') format('woff'), url('../content/fonts/helveticaneue.ttf') format('truetype'), url('../content/fonts/helveticaneue.svg#helveticaneue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro-Bold';
    src: url('../content/fonts/pfdindisplaypro-bold.eot');
    src: url('../content/fonts/pfdindisplaypro-bold.eot?#iefix') format('embedded-opentype'), url('../content/fonts/pfdindisplaypro-bold.woff') format('woff'), url('../content/fonts/pfdindisplaypro-bold.ttf') format('truetype'), url('../content/fonts/pfdindisplaypro-bold.svg#pfdindisplaypro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------------------------------------------------*/

body {
    background: url(../images/bg.jpg) center repeat-y #d5d5d5;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    line-height: 100%;
}

.col-lg-9, .col-lg-3 {
    padding: 0px;
}

.container h2 {
    display: block;
    font-family: 'HelveticaNeue-CondensedBold', Arial, sans-serif;
    font-size: 36px;
    color: #005484;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.container h3 {
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    color: #444444;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}

.container h4 {
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    color: #b9b9b9;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 15px;
}

.container h5 {
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    color: #91c03c;
    line-height: 120%;
    font-weight: normal;
    margin-bottom: 2px;
}

.container p {
    font-family: "Trebuchet MS", Arial, sans-serif;
    display: block;
    font-size: 12px;
    color: #444444;
    line-height: 140%;
    margin-bottom: 15px;
}


.main-wrapper {
    width: 1050px;
    margin: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
}

.page-hold {
    width: 1024px;
    margin: auto;
    padding-bottom: 5px;
}

.content-hold {
    margin-top: 16px;
    padding: 0px;
}

.top-hold {
    height: 105px;
    width: 100%;
}

.top-hold-left {
    width: 415px;
    float: left;
}

.top-hold-left {
    width: 415px;
    float: left;
}

h1.logo {
    display: block;
    padding-top: 163px;
}

    h1.logo a {
        display: block;
        width: 406px;
        height: 60px;
        background: url(../images/logo.png) no-repeat;
        text-indent: -9999px;
    }

.top-hold-right {
    width: 300px;
    float: right;
}

.mini-menu-list {
    float: right;
    padding-top: 20px;
}

    .mini-menu-list li {
        display: block;
        float: left;
        line-height: 10px;
        border-right: 1px solid #b2b2b2;
    }

        .mini-menu-list li a {
            display: block;
            font-size: 11px;
            color: #b2b2b2;
            padding: 0px 10px;
        }

            .mini-menu-list li a:hover {
                color: #757474;
            }

.mini-contact {
    float: right;
    margin-top: 23px;
}

.main-menu-hold {
    height: 43px;
    width: 100%;
    background-color: #055d84;
    background-image: -ms-linear-gradient(left, #005981 0%, #7CB1D1 50%, #005981 100%);
    background-image: -moz-linear-gradient(left, #005981 0%, #7CB1D1 50%, #005981 100%);
    background-image: -o-linear-gradient(left, #005981 0%, #7CB1D1 50%, #005981 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #005981), color-stop(0.5, #7CB1D1), color-stop(1, #005981));
    background-image: -webkit-linear-gradient(left, #005981 0%, #7CB1D1 50%, #005981 100%);
    background-image: linear-gradient(to right, #005981 0%, #7CB1D1 50%, #005981 100%);
}

    .main-menu-hold > #nav:last-child {
        display: block;
    }

    .main-menu-hold ul li:last-of-type {
        display: block;
    }


/*----------------------------------------------------Meni-------------------------------------------------------------*/

/* remove the list style */
#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    float: left;
    margin-left: 12px;
}

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav > li {
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        display: block;
        position: relative;
        z-index: 500;
        margin-right: 18px;
    }

    #nav li:last-child {
        margin-right: 0px !important;
        /*display: none !important;*/
    }

    #nav li:hover {
    }

    #nav > li:hover > a {
        background: #fff;
        color: #005981;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #nav > li > a {
        font-family: 'PFDinDisplayPro-Bold', Arial, sans-serif;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        line-height: 39px;
        height: 39px;
        padding: 0 14px;
        margin-top: 4px;
        text-decoration: none;
    }


        #nav > li > a:hover {
            background: #fff;
            color: #005981;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    #nav>li>ul {
        position: absolute;
        left: 0;
        display: none;
        list-style: none;
        border-radius: 0px;
        top: 40px;
        background-color: #fff;
        width: 100%;
        -webkit-box-shadow: 2px 2px 2px rgba(0, 3, 51, 0.2);
        box-shadow: 2px 2px 2px rgba(0, 3, 51, 0.2);
        padding-top: 10px;
    }
    #nav>li:hover>ul {
        display:block;
    }

        #nav ul li {
            margin: 0;
            padding: 0;
            display: block;
            margin-bottom: 15px;
            margin-left: -15px;
        }

            #nav ul li:last-child {
                padding-bottom: 7px;
            }

            #nav ul li a {
                font-weight: normal;
                text-decoration: none;
                font-size: 14px;
                color: #9f9f9f;
                line-height: 120%;
                padding-right: 20px;
            }

                #nav ul li a:hover {
                    color: #7bb0d0;
                    background: url(../images/bullet.png) right center no-repeat;
                }


    /* Fix za IE 6 ama ne treba da se upotrebuva chesto */
    * html #nav ul {
        margin: 0 0 0 -2px;
    }

/*-------------------------------------End Meni--------------------------------------------------------*/

.search-hold {
    width: 412px;
    float: right;
    line-height: 46px;
    margin-right: 17px;
}

    .search-hold span {
        font-family: 'PFDinDisplayPro-Bold', Arial, sans-serif;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        float: left;
        margin-right: 13px;
    }

    .search-hold input.search-box {
        display: block;
        width: 245px;
        height: 29px;
        border: none;
        outline: none;
        margin-top: 7px;
        float: left;
        padding-left: 3px;
    }

.search-subm {
    display: block;
    width: 39px;
    height: 29px;
    border: none;
    outline: none;
    float: left;
    margin-top: 7px;
    background: url(../images/search-btn.png) no-repeat;
    cursor: pointer;
}

.search-hold-en {
    width: 358px;
    float: right;
    line-height: 46px;
    margin-right: 17px;
}

    .search-hold-en span {
        font-family: 'PFDinDisplayPro-Bold', Arial, sans-serif;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        float: left;
        margin-right: 13px;
    }

    .search-hold-en input.search-box {
        display: block;
        width: 245px;
        height: 27px;
        border: none;
        outline: none;
        margin-top: 7px;
        float: left;
        padding-left: 3px;
    }

.search-subm {
    display: block;
    width: 39px;
    height: 29px;
    border: none;
    outline: none;
    float: left;
    margin-top: 7px;
    background: url(../images/search-btn.png) no-repeat;
    cursor: pointer;
}





/*-------------------------Slider------------------------------*/




.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 15px;
    height: 25px;
    background: url(../images/s-bullet.png) center center no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 3px;
}

    .theme-default .nivo-controlNav a.active {
        width: 25px;
        height: 25px;
        background: url(../images/b-bullet.png) no-repeat;
    }

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }


.nivoSlider {
    position: relative;
    width: 100%;
    height: 307px;
    overflow: hidden;
    background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    z-index: 5;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .nivoSlider a {
        border: 0;
        display: block;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    position: absolute;
    z-index: 8;
    bottom: 0px;
    background-color: #fff;
    width: 167px;
    height: 42px;
    padding: 11px 0 0 10px !important;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: bold;
        }

.slider-wrapper {
    position: relative;
    z-index: 4;
}

/*-------------------------End Slider------------------------------*/

.post {
    background: #f7f7f7;
    margin-bottom: 10px;
    min-height: 146px;
    padding: 0 !important;
}


.post-title {
    display: block;
    font-family: 'HelveticaNeue-CondensedBold', Arial, sans-serif;
    font-size: 26px !important;
    background: #7bb1d1;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px !important;
    margin-top: 10px !important;
    line-height: 100%;
    margin-bottom: 0px;
}

.post-title-small {
    display: block;
    font-family: 'HelveticaNeue-CondensedBold', Arial, sans-serif !important;
    font-size: 26px !important;
    background: #005484;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    line-height: 100%;
    margin-bottom: 0px !important;
}

.post-small-hold {
    padding: 20px;
    text-transform: none;
}

.post-left {
    padding: 25px 0px;
    margin-left: 25px;
    width: 210px;
    float: left;
    padding-bottom: 35px;
}

.post-left-small {
    padding: 20px 0px;
    margin-left: 10px;
    width: 100px;
    float: left;
}

.post-left-small-2 {
    padding: 0px 0px;
    margin-left: 10px;
    width: 40px;
    float: left;
}

.post-right {
    padding: 25px 0px;
    margin-right: 50px;
    width: 390px;
    float: left;
    margin-left: 20px;
}

.post-right-small {
    padding: 20px 0px;
    margin-right: 10px;
    width: 180px;
    float: right;
}

.post-subtitle {
    font-family: "Trebuchet MS", Arial, sans-serif;
    display: block;
    font-size: 16px;
    color: #444444;
    margin: 0px 0 14px 0;
    line-height: 120%;
    font-weight: bold;
    text-transform: none;
}

.post p {
    display: block;
    font-size: 12px;
    color: #444444;
    line-height: 140%;
    margin-bottom: 15px;
}

    .post p.underline {
        display: block;
        font-size: 12px;
        color: #444444;
        line-height: 140%;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #444444;
    }

strong.blue {
    color: #006dae;
}

.more-hold {
    font-family: 'HelveticaNeue-CondensedBold', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #cfcfcf;
}

.active {
    font-family: 'HelveticaNeue-CondensedBold', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #005484;
    padding-right: 5px;
}

.inactive {
    font-family: 'HelveticaNeue-CondensedBold', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #cfcfcf;
    padding-left: 5px;
}

.img-thumb {
    display: block;
    float: left;
    width: 115px;
    height: 145px;
    margin-right: 10px;
    margin-top: 15px;
    position: relative;
}

    .img-thumb img {
        display: block;
        position: absolute;
        z-index: 5;
        top: 10px;
    }

    .img-thumb .img-thumb-title {
        display: block;
        font-size: 12px;
        color: #444444;
        font-weight: bold;
        text-align: center;
        bottom: 0px;
        margin-bottom: 0px;
        margin-top: 125px;
        width: 108px;
    }

.small-right-thumb {
    position: absolute;
    display: block;
    width: 33px;
    height: 33px;
    z-index: 6;
    top: 0px;
    right: 0px;
}

.tea {
    background: url(../images/tea-icon.png) no-repeat;
}

.krst {
    background: url(../images/krst-icon.png) no-repeat;
}

.tendz {
    background: url(../images/tend-icon.png) no-repeat;
}

.ikons-holding {
    margin-left: 22px;
}

.date {
    display: block;
    font-size: 12px;
    color: #bdbcbc;
    margin-bottom: 5px;
}

.pusher {
    height: 16px;
}

.footer {
    width: 1050px;
    margin: auto;
    font-size: 12px;
    color: #8a8a8a;
    height: 125px;
    background-image: url('/images/footer-img-center.png');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
}

.copy {
    display: block;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 5px;
}

div.footer-nav {
    padding: 0px 0 8px 0;
}

div.footer ul#nav {
    display: block;
    width: 330px;
    margin: 0 auto !important;
    float: none !important;
}

    div.footer ul#nav li {
        display: block;
        float: left;
        border-right: 1px solid #ccc;
        height: 21px !important;
        line-height: 21px !important;
        padding: 0 10px !important;
        margin: 0 !important;
    }

        div.footer ul#nav li a {
            display: block;
            float: left;
            padding: 0 !important;
            font-size: 10px;
            color: #8a8a8a;
            height: 21px !important;
            line-height: 21px !important;
            margin: 0 !important;
        }

.footer img {
    clear: both;
    display: block;
    margin: auto;
    padding-top: 10px;
}

/*--------------------End Index---------------------*/

.top-image-hold {
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

    .top-image-hold img {
        width: 100%;
    }
/*--------------------Podmeni ---------------------*/

.left-side {
    width: 250px;
    float: left;
    padding-right: 15px;
    margin-top: 10px;
}

#podmeni {
    display: block;
    margin-left: 20px;
    margin-top: 1px;
    margin-right: 10px;
}

    #podmeni > li {
        display: block;
        margin-bottom: 10px;
    }

        #podmeni > li > a {
            font-size: 18px;
            font-weight: bold;
            color: #9f9f9f;
            line-height: 110%;
        }

            #podmeni > li > a.selected {
                font-size: 18px;
                font-weight: bold;
                color: #7bb0d0;
                background: url(../images/down-a.png) right center no-repeat;
                padding-right: 15px;
            }

            #podmeni > li > a:hover {
                font-size: 18px;
                font-weight: bold;
                color: #7bb0d0;
            }

    #podmeni ul {
        margin-top: 10px;
        margin-left: 10px;
    }

        #podmeni ul > li {
            display: block;
            margin-bottom: 10px;
        }

            #podmeni ul > li > a {
                font-size: 12px;
                font-weight: normal;
                color: #5b5b5b;
            }

                #podmeni ul > li > a.selected {
                    font-size: 12px;
                    font-weight: normal;
                    color: #8bbf3f;
                    background: url(../images/right-a.png) right center no-repeat;
                    padding-right: 15px;
                }

                #podmeni ul > li > a:hover {
                    font-size: 12px;
                    font-weight: normal;
                    color: #8bbf3f;
                }

.right-side {
    /*float: right;*/
    background-color: #f7f7f7;
    min-height: 300px;
    padding: 30px;
    margin-top: 10px;
}

/*--------------------Podmeni end---------------------*/

.left-inner-side {
    width: 240px;
    float: left;
}

.right-inner-side {
    /*width: 430px;
    float: right;*/
}

.pro-item {
    display: block;
    width: 111px;
    height: 131px;
    float: left;
    padding: 4px 0 0 4px;
    margin: 0px 27px 30px 0px;
    background: url(../images/pro-item-bg.png) top left no-repeat;
}

    .pro-item img {
        width: 103px;
        height: 103px;
    }

div.product-photo-large {
    width: 226px;
    height: 228px;
    padding: 9px 0 0 11px;
    background: url(../images/pro-large-photo-bg.png) top left no-repeat;
}

    div.product-photo-large img {
        width: 215px;
        height: 215px;
    }

#pro-grid {
    margin-top: 30px;
}

.pro-item:nth-child(5n) {
    margin-right: 0px;
}

.pro-item img {
    display: block;
    margin: 0 auto;
}

.pro-item span {
    display: block;
    margin-top: 10px;
    color: #444444;
    font-size: 11px;
    text-align: center;
}

.toc {
    margin-bottom: 20px;
}

    .toc ul {
        list-style-type: square;
        margin-left: 20px;
    }

    .toc li {
        margin-bottom: 8px;
    }

    .toc a {
        color: #545454;
    }

        .toc a:hover {
            color: #7BB0D0 !important;
            text-decoration: underline !important;
        }

.dolna {
    width: 113px;
    height: 113px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.gorna {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.vest-holder {
    position: relative;
    min-height: 200px;
}

    .vest-holder .vest {
        z-index: 0;
        position: absolute;
        opacity: 0;
        top: 0px;
        transition: all ease-in-out 0.3s;
    }

        .vest-holder .vest.active {
            opacity: 1;
            z-index: 5;
        }

    .vest-holder .btn-novosti a {
        padding-left: 20px;
    }

    .vest-holder p:first-child {
        max-height: 50px;
        overflow: hidden;
    }

.menuMobile {
    display: none;
}

.menuItems {
    display: none;
}

.logoMobile img {
    display: none;
}

.search-hold-mobile {
    display: none;
}

    .search-hold-mobile .search-box {
        color: rgba(128, 128, 128, 0.34);
    }

.content-right .post img {
    width: 100%;
}





@media (min-width: 1200px) {
    .page-hold {
        width: 970px;
    }

    .top-hold {
        float: none;
    }

    h1.logo {
        padding-top: 21px;
    }

    .mini-contact {
        margin-top: 7px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding: 14px !important;
    }

    .page-hold {
        width: 100% !important;
    }

    .left-side {
        margin-top: 0px;
    }

    #podmeni {
        margin-top: 4px;
    }

    h1.logo {
        padding-top: 21px;
    }


    .mini-contact {
        margin-top: 6px;
    }

    .right-side {
        margin-top: 0px;
        border-top: 1px solid;
    }

    .main-menu-hold > #nav:last-child {
        display: block;
    }
}

.content-left {
    padding: 0 !important;
}

.content-right {
    padding-left: 25px;
    padding-right: 0 !important;
}

.post-right {
    width: 377px;
    margin-right: 0px;
}

.right-inner-side {
    width: auto !important;
    max-width: 100%;
}

.menuMobile .span-menu {
    display: none;
}

.right-side iframe {
    width: 100%;
}


.top-hold {
    padding: 0 !important;
}
/*m-menu*/


.hamburger {
    padding: 10px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    /* background: #f3f3f3; */
}

    .hamburger:hover {
        opacity: .8;
    }

.hamburger-box {
    width: 30px;
    height: 27px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 30px;
        height: 2px;
        background-color: #01498d;
        border-radius: 2px;
        position: absolute;
        transition-property: -webkit-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .hamburger-inner::after,
        .hamburger-inner::before {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
        transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
        -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
        transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
        transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    }

a#hamburger:hover span {
    background-image: none;
}

.humburger-logo-holder a.home-link {
    display: inline-block;
    width: 78%;
    height: 40px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;

}


.mm-menu {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
    min-width: 100%;
    max-width: 100%;
}

.mm-listitem .mm-btn_next:before {
    display: none;
}

ul.mm-listview a.active {
    color: #01498d;
    text-transform: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
}

#mm-0 .mm-navbar__title {
    display: none;
}


.mm-navbar {
    background: #fff;
    border-top: 1px solid;
}

    .mm-navbar .mm-btn_prev a {
        color: black;
    }
/*ul.mm-listview li a {
    border-left: 3px solid transparent;
}*/

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
    border-color: rgb(255, 255, 255);
}

.mm-wrapper_opened .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
}

.mm-wrapper_opened .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
}

.mm-wrapper_opened .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

div#menu {
    top: 95px;
}


a.mm-title {
    color: #2f475f !important;
}

#menu {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

    #menu.mm-menu_opened {
        z-index: 24;
        opacity: 1;
        visibility: visible;
        border-top: 1px solid #e5e5e5;
    }


div#mm-0 a.mm-title {
    opacity: 0;
    visibility: hidden;
}

/*m-menu*/

@media (min-width: 768px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(0,0,0) !important;
        transform: translate3d(0,0,0) !important;
    }
}

@media (max-width: 991px) {
    .container {
        padding: 0px !important;
    }

    .content-hold {
        padding: 0px 15px;
    }

    .left-side {
        margin-top: 0px;
    }

    #podmeni {
        margin-top: 4px;
    }

    #nav ul {
        top: 0px;
        position: relative;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

        #nav ul li {
            padding-left: 15px;
            padding-bottom: 10px;
        }

            #nav ul li:last-child {
                padding-bottom: 30px;
            }

    #nav > li:hover > a {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-right {
        padding-left: 0px !important;
    }

    .right-side {
        margin-top: 0px;
    }

    .footer {
        background-image: url('/images/footer-img-xs.png');
        background-repeat: no-repeat;
        margin-bottom: 16px;
    }

    .img-thumb {
        margin-right: 6px !important;
    }

    .search-hold-mobile {
        display: block !important;
    }

    .top-hold-left {
        display: none;
    }

    .container .page-hold {
        width: 100% !important;
    }



    .menuMobile {
        display: block !important;
        float: right;
        width: 30px;
        height: 30px;
        margin-top: 14px;
        margin-left: 55px !important;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: relative;
    }

    .menu-opened {
        padding-right: 250px;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ie-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .menuMobile span {
        display: block;
        margin-bottom: 6px;
        margin-top: 2px;
        height: 4px;
        color: white;
        width: 100%;
        background: white;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .menuMobile span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .menuMobile span:nth-child(2) {
            top: 18px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .menuMobile span:nth-child(3) {
            top: 36px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    .menuMobile .span-menu {
        background-color: transparent !important;
        font-size: 11px;
    }

    .mini-contact {
        display: none;
    }

    .container .nav-menu {
        position: relative;
        bottom: 65px;
        background-color: #006dac;
        height: 54px;
        top: 1px;
    }

    .menuItems {
        display: block !important;
        visibility: hidden;
        opacity: 1;
        background: rgb(123, 177, 209);
        width: 100%;
        position: absolute;
        top: 105px;
        border-top: 1px solid rgba(128, 128, 128, 0.52);
        left: 0;
        z-index: 9999;
    }

        .menuItems li {
            list-style: none;
            font-size: 13px;
            padding: 4px 0px 6px 25px;
        }

            .menuItems li a {
                color: white !important;
                text-decoration: none !important;
            }

    .logoMobile {
        position: absolute;
        top: 9px;
        width: auto;
    }

        .logoMobile img {
            width: 50px;
            margin-left: 30px;
            display: block !important;
        }

    .top-image-hold {
        position: relative;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

        .top-image-hold img {
            width: 100%;
        }

    .footer {
        position: relative;
        width: 100% !important;
    }

        .footer img {
            position: relative;
            width: 100% !important;
        }

    .nivoSlider {
        height: auto !important;
    }

    .right-side h2 {
        font-size: 20px !important;
    }

    .top-image-hold {
        padding: 0 !important;
    }

    .affix {
    }

        .affix + .container-fluid {
            padding-top: 70px;
        }

    .search-hold-mobile {
        float: right;
        right: 70px;
        bottom: 52px;
        position: relative;
    }

        .search-hold-mobile > span {
            display: inline-block;
        }

        .search-hold-mobile .search-subm {
            margin-top: 1px !important;
        }

    .post-left {
        margin: 0;
        padding: 15px 0 !important;
    }

    .post-right {
        margin: 0;
        padding: 0;
    }

    .right-side iframe {
        width: 100%;
    }

    body > form > .container {
        padding: 0 !important;
    }

    body > form .page-hold {
        margin: 0 !important;
    }


    .content-hold {
        margin-top: 0 !important;
    }

    .right-inner-side {
        width: 100% !important;
    }

    .left-inner-side {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #podmeni{
        display:none;
    }
    
    .mm-panel_has-navbar .mm-navbar {
        margin-left:20px;
    }
    
     .mm-panels {
     width: 768px;
    margin: 0 auto;
    }
    .mm-listitem > a {
    font-size:14px;
    }
    
    .top-hold {
        height: 25px;
    }

    .main-menu-hold {
        display: block;
        top: 75px;
        position: relative;
        padding: 20px 15px;
        background-color: transparent;
        background-image: none;
    }

        .main-menu-hold > #nav:last-child {
            display: none;
        }

    #nav {
        padding-right: 24px;
        margin: 0;
        padding: 0px;
        padding-right: 0px;
        list-style: none;
        width: 100%;
        float: none;
        margin-right: 0px;
        background-color: #006dac;
        z-index: 1000;
        position: relative;
    }

        #nav > li {
            float: none;
            margin-right: 0px;
        }

            #nav > li > a {
                font-size: 15px;
                padding: 0 14px;
                margin-top: 0px;
            }

                #nav > li > a:hover {
                    border-top-left-radius: 0px;
                    border-top-right-radius: 0px;
                }

    .search-hold-mobile {
        left: 335px !important;
    }

    .nav-menu {
        margin: 0px 15px;
    }

    .post-left {
        margin-left: 25px;
        float: left;
        padding-bottom: 25px !important;
    }

    .post-right {
        width: 441px !important;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 0px;
        float: left;
    }

    .pusher {
        height: 25px;
    }
}

@media screen and (max-width: 768px) {
    #podmeni{
        display:none;
    }
    
    .mm-listitem > a {
    font-size:14px;
    }
    
    .top-hold {
        height: 25px;
    }

    .main-menu-hold {
        display: block;
        top: 75px;
        position: relative;
        padding: 20px 15px;
        background-color: transparent;
        background-image: none;
    }

        .main-menu-hold > #nav:last-child {
            display: none;
        }

    #nav {
        padding-right: 24px;
        margin: 0;
        padding: 0px;
        padding-right: 0px;
        list-style: none;
        width: 100%;
        float: none;
        margin-right: 0px;
        background-color: #006dac;
        z-index: 1000;
        position: relative;
    }

        #nav > li {
            float: none;
            margin-right: 0px;
        }

            #nav > li > a {
                font-size: 15px;
                padding: 0 14px;
                margin-top: 0px;
            }

                #nav > li > a:hover {
                    border-top-left-radius: 0px;
                    border-top-right-radius: 0px;
                }

    .nav-menu {
        margin: 0px 15px;
    }

    .post-left {
        width: auto;
        text-align: center;
        float: none;
        padding-bottom: 0px !important;
    }

    .post-right {
        width: auto !important;
        margin-right: auto;
        padding: 25px 25px;
    }

    .pusher {
        height: 25px;
    }
}

@media screen and (min-width: 320px) and (max-width: 450px) {
    .search-hold-mobile {
        display: block !important;
    }

        .search-hold-mobile > span {
            display: none !important;
        }

        .search-hold-mobile .search-box {
            width: 40% !important;
            position: relative;
            right: 0;
            left: 105px;
        }

        .search-hold-mobile .search-subm {
            position: relative;
            right: 0;
            left: 95px;
        }
}


@media (min-width:768px) and (max-width:991px) {
    .post {
        min-height: 255px;
    }

    .pl0 {
        padding-left: 0px;
    }

    .pr0 {
        padding-right: 0px;
    }
}
.gdpr {
    position: fixed;
    height: 150px;
    bottom: 0;
    z-index: 999;
    background-color: rgba(1, 69, 122, 0.95);
    color: white;
    width: 100%;
    text-align: left;
	padding: 35px 0;
}
.gdpr h5.cookieHead
{
	position: relative;
    color: white;
    font-size: 17px;
}
.gdpr p{
	position: relative;
    color: white;
    font-size: 14px;
}
.gdpr p a{
	
    color: #5d9d3c;
    font-weight: bold;
    text-decoration: none;
}
.gdpr input#btnOK{
	color: white;
    background-color: #5e9d3c;
    border-color: #68a53e;
	margin-bottom: 20px;
}
.gdpr .col-sm-2 a{
	color: #5d9d3c;
	font-size: 14px;
}

.area-action a img{
	width: 50px;
}
