﻿* {
    font-family: 'Century Gothic';
}

#carousel-generic .item img {
    width: 100%;
}

#becutan-header .contact-part {
    padding: 25px 0 0 35px;
}

    #becutan-header .contact-part table td {
        padding: 0px 10px;
        font-family: 'Century Gothic';
        font-size: 14px;
    }

        #becutan-header .contact-part table td a {
            #ns-content .home .txt-novosti, #ns-content .home .txt-najnovi-proizvodi color: black !important;
            font-size: 12px;
        }

#becutan-header .logo-contact-part .logo {
    padding: 10px 0;
}

.contact-part.visible-xs img {
    width: 35px;
}

.main-menu {
    background-color: #abc8e8;
    z-index: 3;
    padding: 0px !important;
    bottom: 2px;
}

p {
    margin: 0 0 20px;
}

.affixMenu.affix.main-menu-top {
    background-color: #abc8e8;
    z-index: 9999;
}

.navbar-nav > li {
    float: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*.navbar-nav ul li>ul {
    display: none !important;
}*/
/*.navbar-default .navbar-nav {
    display: table !important;
}*/
.navbar-default .navbar-nav > li > a {
    padding: 0px;
    display: table;
    width: 100%;
}

    .navbar-default .navbar-nav > li > a > span {
        padding: 15px;
        display: table-cell;
        vertical-align: middle;
        font-size: 15px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #d13076;
    }

.becutan-menu.main-menu li a span.active {
    background-color: rgb(0, 69, 124) !important;
}

.becutan-menu.main-menu li {
    padding: 0px;
}

    .becutan-menu.main-menu li:hover {
        background-color: #d13076 !important;
    }

#ns-content .home {
    margin-top: -66px;
    z-index: 0;
}

    #ns-content .home .main-slider-becutan .carousel {
        position: relative;
    }

        #ns-content .home .main-slider-becutan .carousel:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -1px;
            background-image: url(../content/images/home/oblacinja2.png);
            left: 0;
            right: 0;
            height: 98px !important;
        }

    #ns-content .home .white-cloud-part-becutan {
        background-color: white;
        padding: 30px 0px 30px 0;
        height: 150px;
    }

    #ns-content .home .novostiLink {
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
    }

    #ns-content .home .novosti {
        display: block;
        cursor: pointer;
        position: relative;
        margin-left: 20px;
        margin-bottom: 40px;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }

        #ns-content .home .novosti:hover {
            /*transform:scale(1.048);*/
            transition: all 0.2s ease-in-out;
        }


        #ns-content .home .novosti img {
            float: left;
        }

        #ns-content .home .novosti p {
            padding-right: 40px;
            width: 77%;
            color: #777777;
        }


    #ns-content .home .txt-novosti, #ns-content .home .txt-najnovi-proizvodi {
        display: block;
        padding-left: 15px;
        padding-top: 0;
        vertical-align: middle;
        padding-left: 90px;
    }

    #ns-content .home .txt-najnovi-proizvodi {
        width: 415px !important;
    }

        #ns-content .home .txt-novosti .go, #ns-content .home .txt-najnovi-proizvodi .go {
            text-align: right;
            padding-right: 60px;
            position: absolute;
            right: 0;
        }


    #ns-content .home .txt-novosti h5, #ns-content .home .txt-novosti:after {
        color: #d13076;
    }

    #ns-content .home .txt-najnovi-proizvodi h5, #ns-content .home .txt-najnovi-proizvodi:after {
        color: #00457c;
    }

    #ns-content .home .txt-novosti h5, #ns-content .home .txt-najnovi-proizvodi h5 {
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 0px;
        font-weight: 600;
    }

    #ns-content .home .affixMenu.affix .navbar.navbar-default.main-menu > a {
        display: none;
    }

    #ns-content .home .carousel-control.right {
        background-image: url(../../content/images/home/arrow-right-slider.png);
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    #ns-content .home .carousel-control.left {
        background-image: url(../../content/images/home/arrow-left-slider.png);
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #ns-content .home .carousel-control-prev, #ns-content .home .carousel-control-next {
        opacity: 1;
    }

.photos-main .category-part {
    padding: 0;
}

.category-part {
    padding: 60px 0;
    background-color: #f4f7fb;
}
li{	
        margin: 0 0 10px;
    position: relative;	
    padding-left: 0px;

}
.category-title:after {
    content: '';
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 15px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center top;
    margin: auto;
}

.novorodence .category-title:after {
    background: url('../../content/images/home/novorodence-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.bremenost .category-title:after {
    background: url('../../content/images/home/bremenost-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.bebe .category-title:after {
    background: url('../../content/images/home/bebe-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.dete .category-title:after {
    background: url('../../content/images/home/dete-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.category-part .infPic {
    text-align: center;
    padding: 0px 50px 7px;
    margin-bottom: 0px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #777777;
}

.category-part .more {
    text-align: center;
    display: block;
    padding: 0px 20px 15px 0px;
    color: #d13076;
    position: relative;
    min-height: 495px;
}

    .category-part .more.sa {
           color: #d13076;
    min-height: initial !important;
    text-align: right;
    padding-right: 50px!important;
		
    }

.category-part .photos-main:nth-of-type(2) .more {
    padding: 0px 20px 15px 0px;
}

.category-part .text {
    text-align: center;
}

#without-image {
    min-height: 230px !important;
}

form .mergeRow-emailFormat {
    display: none !important;
}

.picture {
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    padding: 0 20px;
    min-height: 305px;
    margin-bottom: 15px;
}

.intro_p {
    max-height: 250px;
}

.intro_p1 {
    max-height: 190px;
    margin-top: 19px;
}

.picture img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.picture:hover {
    background-color: transparent;
}

    .picture:hover img {
        opacity: 0.8;
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.picture:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.picture .category-title {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    color: #0088b1;
    width: 55%;
    text-align: center;
    padding: 10px 55px;
    font-size: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}



.circle-menu.affixMenu {
    width: 500px;
    height: 500px;
    border-radius: 300px;
    border: 2px solid #dee9f5;
    background-color: transparent;
}

    .circle-menu.affixMenu.affix, .circle-menu.affixMenu.affix-bottom, .circle-menu.affixMenu.affix-top {
        right: -270px !important;
        bottom: -150px;
        z-index: 2;
        position: fixed !important;
    }

/*.circle-menu.affixMenu.affix-top {
        top: 275px;
    }*/
.circle-menu.affixMenu {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    right: -270px !important;
    position: fixed !important;
}

    .circle-menu.affixMenu.affix {
        /*top: 0px;*/
        top: 20px !important;
        bottom: 0px;
        margin: auto;
    }



.circle span {
    position: relative;
    width: 100%;
}

.circle-menu .in {
    width: 500px;
    height: 500px;
    border-radius: 300px;
    position: relative;
}

.circle-txt {
    position: absolute;
    display: inline-block;
    width: 78px;
}

    .circle-txt.first-circle-txt {
        top: 45px;
        left: 135px;
    }

    .circle-txt.second-circle-txt {
        top: 225px;
        left: 44px;
    }

    .circle-txt.third-circle-txt {
        top: 415px;
        left: 140px;
    }

.white-cloud-part-becutan {
    position: relative;
}

.first-circle, .second-circle, .third-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #dfeff6;
    position: absolute;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .first-circle img, .second-circle img, .third-circle img {
        padding: 10px;
    }

    .first-circle:hover img, .second-circle:hover img, .third-circle:hover img {
        padding: 10px;
    }

    .first-circle img.default, .second-circle img.default, .third-circle img.default {
        display: block;
    }

    .first-circle img.hover, .second-circle img.hover, .third-circle img.hover {
        display: none;
    }

    .first-circle:hover img.default, .second-circle:hover img.default, .third-circle:hover img.default {
        display: none;
    }

    .first-circle:hover img.hover, .second-circle:hover img.hover, .third-circle:hover img.hover {
        display: block;
    }

.circle-menu .in .circle:hover {
    background-color: #0c4c8a;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    padding: 5px;
}

.circle-menu .in .circle.first-circle:hover {
    left: 59px;
    cursor: pointer;
    top: 22px;
}

.circle-menu .in .circle.second-circle:hover {
    left: -35px;
    cursor: pointer;
}

.circle-menu .in .circle.third-circle:hover {
    bottom: 22px;
    left: 59px;
    cursor: pointer;
}

.first-circle {
    left: 67px;
    top: 32px;
}

.second-circle {
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
}

.third-circle {
    bottom: 32px;
    left: 67px;
}

/*menu part*/
.instagram-part {
    background-color: white;
    padding: 40px;
}

#instgram-title {
    color: #d13076;
    border-bottom: 2px solid #d13076;
    display: inline-block;
    margin: auto;
    /*width: 100px;*/
    font-size: 35px;
    font-family: 'BekutanMK';
}

.header-insta {
    text-align: center;
    padding-bottom: 40px;
}

.newsletter button.btn {
    display: block;
    position: relative;
    margin: 0 auto;
    border: 0 none;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    margin-top: 0px;
    padding: 14px;
    background-color: #83a4cb;
    color: white;
    text-transform: uppercase;
    font-family: 'Century Gothic';
    text-shadow: none;
    border-radius: 0;
}

div#newsletter-modal h4 {
    color: #d13076;
    border-bottom: 2px solid #d13076;
    display: inline-block;
    margin: auto;
    /* width: 100px; */
    font-size: 35px;
    font-family: 'BekutanMK';
    border-top: 0;
    text-align: center;
    margin-bottom: 40px;
    padding: 15px;
}

div#newsletter-modal .modal-dialog {
    max-width: 520px;
    width: 100%;
}

button.close.close-newsletter {
    font-size: 25px;
    color: #333;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 5px 10px;
    /* border: 1px solid; */
    border-radius: 50%;
}

div#notification_container {
    margin-top: 20px;
    width: 100%;
}

    div#notification_container span {
        width: 100%;
        display: block;
        max-width: 420px;
        margin: 0px auto;
    }

.becutan-menu.main-menu .navbar-nav > li > .dropdown-menu > li {
    background: transparent;
    position: relative;
    /*padding: 10px;*/
}

    .becutan-menu.main-menu .navbar-nav > li > .dropdown-menu > li:hover {
        background-image: url("/content/images/home/arrow-right-novosti.png");
        background-size: 14px 15px;
        background-position: 253px 13px;
        background-repeat: no-repeat;
        display: block;
        /*padding-right: 10px;*/
        background-color: transparent !important;
    }


.becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu {
    display: block;
    background: rgba(242, 247, 253, 0.95);
}



    .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu a {
        padding: 12px 35px 12px 25px;
        border-bottom: 1px solid rgba(208, 213, 219, 0.42);
    }

        .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu a:hover {
            color: #cc3175 !important;
        }


        .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu a span {
            font-size: 13px;
            white-space: pre-wrap;
        }

    .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu a {
        background-color: transparent;
    }

/*.inner-content-box.inner h5{
    font-size: 17px;
    text-transform: uppercase;
    color: #e20074;;

}*/
/*menu part ends*/

@media(min-width:1501px ) {


    .main-slider-becutan .carousel-caption > a {
        margin-right: 75px;
    }

    .container {
        width: 1170px !important;
        position: relative;
    }

    .affixMenu.affix .nav.navbar-nav.sm {
        width: 100%;
        float: none;
    }

    .main-slider-becutan .carousel-caption {
        margin-bottom: 135px !important;
        max-width: 37%;
        left: auto;
        right: 1% !important;
        z-index: 2;
        text-align: right;
        position: absolute;
        MARGIN: AUTO;
    }
}

#ns-content .home .main-slider-becutan .carousel:after {
    height: 120px !important;
    background-size: cover !important;
    background-position: right top !important;
}

@media (min-width: 1200px) and (max-width: 1500px) {


    .main-slider-becutan .carousel-caption {
        margin-bottom: 2px !important;
    }

    .main-slider-becutan .carousel-caption {
        max-width: 22% !important;
        left: auto;
        right: 10% !important;
        z-index: 2;
        text-align: right;
        position: absolute;
        MARGIN: AUTO;
        margin-bottom: 30px !important;
    }
}

@media (min-width: 992px)and (max-width:1199px) {
    #becutan-header .search {
        width: 370px !important;
    }

    #becutan-header .contact-part {
        padding: 10px !important;
    }

        #becutan-header .contact-part table td a {
            font-size: 11px !important;
        }

    .becutan-inner .inner.inner-content-box .slika {
        height: 202px;
        min-height: 202px !important;
    }
    /*.container {
        width: 970px;
    }*/
    .main-slider-becutan .carousel-caption {
        width: 28% !important;
        position: absolute;
        top: auto !important;
        margin-bottom: 15px !important;
        /* right: 0 !important; */
        left: 58%;
    }

        .main-slider-becutan .carousel-caption h1 {
            font-size: 30px !important;
            text-align: right !important;
            margin-top: 10px !important;
        }

        .main-slider-becutan .carousel-caption > a {
            margin: 0 !important;
            z-index: 3;
        }

    #ns-content .home .main-slider-becutan .carousel:after {
        bottom: -59px !important;
        background-position: right top !important;
        z-index: 2;
        height: 120px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

@media (max-width:991px) {

    button.close {
        margin-top: 55px !important;
    }

    .popup-content.active {
        position: relative !important;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0 !important;
    }

        .popup-content.active iframe {
            position: absolute;
            top: 100px;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
        }

    #carousel-generic-mobile .carousel-content {
        width: 100% !important;
    }



    div#carousel-generic {
        overflow-x: auto;
    }


    .inner-content-box .alignLeft, .inner-content-box list2-design {
        padding: 0 20px;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
        font-size: 25px !important;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        font-size: 13px !important;
    }

    .breadcrumbs {
        padding: 0 20px !important;
    }

    .image-category-template p {
        padding: 0 20px !important;
    }

    .sidebar.affix {
        position: fixed;
        bottom: 0 !important;
        top: 0 !important;
        margin-bottom: auto;
        margin-top: auto;
        height: 50px;
        z-index: 9999;
        right: 0;
        width: auto !important;
    }

    .sidebar.affix-top {
        position: fixed;
        bottom: 0;
        top: 1500px;
        margin-bottom: auto;
        margin-top: auto;
        height: 50px;
        z-index: 9999;
        right: 0;
    }

    .sidebar.affixMenu {
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        width: 220px;
        right: 0;
        position: fixed;
        z-index: 9999;
    }

    .transition {
        -webkit-transition: right 0.3s ease-out;
        -moz-transition: right 0.3s ease-out;
        -o-transition: right 0.3s ease-out;
        transition: right 0.3s ease-out;
        line-height: 50px;
        margin-top: 5px;
        position: relative;
        right: -175px;
    }

        .transition div {
            display: inline-block;
            height: 100%;
        }



            .transition div a, .transition div a:hover {
                color: white;
            }

        .transition:hover {
            right: 0px !important;
        }

            .transition:hover .default {
                display: none;
            }

            .transition:hover .hover {
                display: inline-block;
            }

        .transition .hover {
            display: none;
        }

        .transition:hover #higiena, .transition:hover #zastita, .transition:hover #kapene {
            background-color: #00457c;
        }

    #kapene {
        width: 50px;
        height: 50px;
        background-color: #dfeff6;
        margin-right: -4px;
    }

    #infoK {
        background-color: #00457c;
        width: 170px;
        color: white;
        padding-left: 20px;
    }

    #higiena {
        background-color: #dfeff6;
        width: 50px;
        height: 50px;
        margin-right: -4px;
    }

    #infoH {
        background-color: #00457c;
        width: 175px;
        color: white;
        padding-left: 20px;
    }

    #zastita {
        background-color: #dfeff6;
        width: 50px;
        height: 50px;
        margin-right: -4px;
    }

    #infoZ {
        background-color: #00457c;
        width: 170px;
        color: white;
        padding-left: 20px;
    }

    #kapene img, #higiena img, #zastita img {
        bottom: 2px;
        position: relative;
        left: 5px;
        height: 34px;
    }





    div#carousel-generic {
        bottom: 15px;
        z-index: 1;
    }

    .becutan-menu.main-menu .navbar-nav > li > .dropdown-menu > li:hover {
        background-position: right !important;
    }

    .becutan-inner .inner.inner-content-box .slika {
        height: 150px;
        min-height: 150px !important;
        overflow: hidden !important;
    }

    .photos-main {
        text-align: center;
    }

    .category-part .photos-main .picture {
        background-color: transparent;
    }

    .becutan-inner .inner.inner-content-box .article-text {
        padding: 10px 20px !important;
        line-height: 20px !important;
    }

    .becutan-inner {
        margin-top: -75px !important;
    }

        .becutan-inner #share-buttons {
            margin: 40px 0 0 20px !important;
        }
    /*.container {
        width: 750px;
    }*/
    .container-fluid {
        width: 100%;
    }

    .main-slider-becutan .carousel-caption {
        width: 750px;
    }

    .image-category-template .item-container > a > img {
        width: 100% !important;
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    #ns-content {
        padding-bottom: 200px !important;
    }

    .top-bar .input-group input {
        width: 70% !important;
    }

    .top-bar .input-group {
        width: 100% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 450px) {
    #ns-content {
        padding-bottom: 210px !important;
    }

    .social-icons {
        padding: 35px 0 !important;
    }

    .top-bar .input-group {
        width: 100% !important;
    }

        .top-bar .input-group input {
            width: 67% !important;
            top: 0 !important;
        }

        .top-bar .input-group button .ion-ios-search {
            font-size: 20px !important;
            bottom: 5px !important;
        }

    div#carousel-generic {
        height: 150px !important;
    }

        div#carousel-generic .item-container {
            height: 100%;
        }

    .carousel-inner {
        height: 100%;
    }

    /*#carousel-generic-mobile .item, #carousel-generic .item-active {
        height: 100% !important;
    }

        #carousel-generic-mobile .item img, #carousel-generic .item-active img {
            height: 100% !important;
        }*/

    #carousel-generic-mobile .carousel-caption {
        width: 100% !important;
        position: absolute !important;
        text-align: left;
        left: 0;
    }

        #carousel-generic-mobile .carousel-caption h1 {
            color: white;
            font-size: 15px;
            text-align: left;
            text-shadow: none;
        }

        #carousel-generic-mobile .carousel-caption > a {
            margin: 0 !important;
            z-index: 3;
            float: right;
            position: relative;
        }

            #carousel-generic-mobile .carousel-caption > a:after {
                font-size: 16px !important;
            }

    .carousel-caption > a > span {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cookieHead {
        font-size: 16px !important;
        margin-top: 13px !important;
    }

    .gdpr input#btnOK {
        margin: 0 0 10px 0 !important;
    }

    .gdpr .container p {
        padding-top: 10px !important;
        font-size: 11px !important;
    }

    .table-responsive {
        border: 0 !important;
    }

    .social-icons .fas.fa-play {
        padding: 9px 11px !important;
        font-size: 20px !important;
    }

    .item-category .picture .col-md-4 img {
        padding-top: 20px !important;
        height: auto;
        padding-bottom: 10px;
        width: auto;
    }

    #full-article #share-buttons {
        float: left !important;
        margin: 40px 20px !important;
    }

    .table.tableBecutan > tbody > tr > td {
        padding: 0 5px !important;
    }

    .becutan-inner #share-buttons {
        float: left !important;
    }

    .article-text table td p {
        font-size: 12px !important;
        padding-top: 10px;
    }

    .article-text table td {
        font-size: 12px !important;
    }

    .becutan-inner .breadcrumb-part {
        padding-bottom: 30px !important;
    }

    .rights {
        margin-top: 25px !important;
    }

    .social-icons:after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #c6d5e4;
        top: 15px;
    }
    /*#ns-content{
        padding-bottom: 266px !important;
    }*/
    #ns-footer {
        background: #f4f7fb !important;
        margin: 0 !important;
    }

        #ns-footer .social-icons h3 {
            color: #0c4c8a !important;
            font-size: 23px !important;
            font-weight: 500;
            margin: 0 !important;
            position: relative;
            bottom: 15px;
        }

    .newsletter .container {
        padding: 0 !important;
    }

    .newsletter .zaclenuvanje {
        width: 100%;
    }

    .newsletter button.btn {
        width: 100%;
        margin: 0 !important;
        padding: 10px !important;
        background: #0c4c8a !important;
        font-weight: 600;
        text-align: left;
        padding-left: 25px !important;
    }

    button.btn.btn-info.btn-lg:before {
        content: '\f061' !important;
        display: inline-block !important;
        color: white;
        background: transparent;
        position: absolute !important;
        font-family: 'FontAwesome';
        right: 25px !important;
    }

    .instagram-part {
        padding: 0 !important;
    }

        .instagram-part .container {
            padding: 0 !important;
        }

    a.instagram-button.btn, a.instagram-button {
        border-radius: 0 !important;
    }

        a.instagram-button.btn, a.instagram-button.btn:hover {
            width: 100% !important;
            text-align: left;
            padding-left: 25px !important;
        }

            a.instagram-button.btn:after {
                background-image: none !important;
            }

            a.instagram-button.btn:before {
                content: '\f061' !important;
                display: inline-block !important;
                color: white;
                background: transparent;
                position: absolute !important;
                font-family: 'FontAwesome';
                right: 25px !important;
            }

    #ns-footer a > img {
        display: none;
    }

    .follow-instagram {
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-insta {
        display: none;
    }

    .instagram-part iframe {
        display: none !important;
    }

    .bremenost .category-title:after, .bebe .category-title:after, .novorodence .category-title:after, .dete .category-title:after {
        content: '';
        display: none;
    }

    a.left.carousel-control:after {
        content: '\f104';
        font-family: 'FontAwesome';
        display: block;
        font-size: 50px;
        position: relative;
        top: 35%;
        color: #00457c;
        text-shadow: none;
        opacity: 1;
        z-index: 99;
        margin-right: 25px;
    }

    a.right.carousel-control:after {
        content: '\f105';
        font-family: 'FontAwesome';
        display: block;
        font-size: 50px;
        position: relative;
        top: 35%;
        color: #00457c;
        text-shadow: none;
        opacity: 1;
        z-index: 99;
        margin-left: 25px;
    }

    .carousel-caption {
        position: relative;
        left: auto;
        right: 0;
        left: 0;
        text-align: left;
        float: left !important;
    }

    .carousel-indicators {
        top: 0 !important;
        left: 0 !important;
        position: absolute;
        -webkit-transform: rotate(90deg) !important;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        margin-left: 0 !important;
        width: auto;
    }

        .carousel-indicators li {
            background-color: #ebc4d9 !important;
            border: 1px solid #ebc4d9 !important;
        }

        .carousel-indicators .active {
            background-color: #24608f !important;
            border: 1px solid #24608f !important;
        }

    .carousel-caption h1 {
        color: white;
        font-size: 18px;
        text-align: left;
        /*font-family: 'BekutanMK';*/
        text-shadow: none;
        margin-left: 25px;
        margin-top: 10px;
    }

    .carousel-caption > a {
        float: right;
        color: white;
        background-color: transparent;
        padding: 5px;
        font-size: 12px;
        transition: all 0.3s linear;
        position: relative;
        right: 15px;
        z-index: 16;
    }

        .carousel-caption > a > span {
            /*display: inline-block;
                padding: 4px 13px;
                font-size: 12px !important;
                width: 70px;*/
            display: none;
        }

    #carousel-generic-mobile .carousel-caption > a:after {
        content: '\f061';
        font-family: 'FontAwesome';
        display: block;
        font-size: 18px;
        color: white;
        position: relative;
    }

    #ns-content .home .carousel-control.left, #ns-content .home .carousel-control.right {
        background-image: none !important;
        height: 145px;
    }


    .carousel-indicators {
        margin-left: -48% !important;
        margin-top: -30% !important;
    }

    #ns-content .home .white-cloud-part-becutan {
        padding-top: 18px !important;
    }

    .languages.mini-menu {
        bottom: 0 !important;
        position: relative !important;
    }

    #ns-content .home .novosti .fal.fa-newspaper:after {
        font-size: 55px !important;
        bottom: 0 !important;
    }

    #ns-content .home .novosti .far.fa-smile:after {
        bottom: 20px !important;
        font-size: 65px !important;
    }

    #ns-content .home .txt-novosti, #ns-content .home .txt-najnovi-proizvodi {
        padding-left: 70px !important;
    }

    #ns-content .home .novosti {
        padding: 0 5px !important;
    }

    /*.novosti.wow.bounceIn:first-child:after {
        content: '';
        display: block;
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        top: 15px;
        position: relative;
    }*/

    .category-part .more {
        padding: 0 !important;
    }

    .newsletter {
        padding: 0 !important;
    }

    #ns-content .home .txt-novosti .go, #ns-content .home .txt-najnovi-proizvodi .go {
        padding-right: 30px !important;
        top: 30px !important;
    }

    .social-icons .fa {
        font-size: 17px !important;
    }

    .social-icons a {
        padding: 5px !important;
    }

    #becutan-header .search {
        width: 100% !important;
        padding-top: 10px !important;
        position: relative !important;
    }

        #becutan-header .search .ion-ios-search {
            color: #ddd;
            left: 0;
            font-size: 22px;
            bottom: -7px;
            position: absolute;
        }
    /*.top-bar .input-group {
        left: 0 !important;
    }*/

    /*.top-bar .input-group input {
            width: 70% !important;
        }*/

    .proizvod-1 .related-title, .proizvod-2 .related-title {
        bottom: 5px !important;
    }

    #carousel-generic-mobile .carousel-content {
        height: 50px !important;
        position: absolute;
        bottom: 10px;
    }

    #carousel-generic-mobile .carousel-caption > a {
        bottom: 6px !important;
    }


    #carousel-generic-mobile img {
        width: 100% !important;
    }

    #ns-content .home .white-cloud-part-becutan {
        height: auto !important;
    }

    #carousel-generic-mobile .carousel-caption {
        display: block !important;
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        -webkit-box-shadow: 1px -34px 14px 0px rgba(194,211,225,0.55);
        -moz-box-shadow: 1px -34px 14px 0px rgba(194,211,225,0.55);
        box-shadow: 1px -25px 14px 0px rgba(150, 196, 234, 0.55);
        background-color: rgba(150, 196, 234, 0.55);
    }

    .category-header .image-category-template img {
        bottom: 95px !important;
    }

    .becutan-menu.main-menu .navbar-nav > li > .dropdown-menu > li:hover {
        background-image: none !important;
    }
    /*.category-header{
        position: relative;
        top: 30px !important;
    }*/

    .category-header .category-title-inner {
        top: 30px !important;
    }

    #category .kategorii {
        margin-top: -60px !important;
    }

    .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu {
        display: none;
    }

    .proizvod-1 {
        height: 310px !important;
    }

        .proizvod-1 img {
            width: auto !important;
            height: 230px !important;
        }



    .proizvod-2 {
        height: 200px !important;
    }

        .proizvod-2 img {
        }

    .item-category {
        min-height: 115px !important;
        padding-bottom: 15px;
    }

    .picture {
        min-height: initial !important;
    }

    .item-category .picture .category-title {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        line-height: 10px !important;
    }

    /*#carousel-generic .item img {
        height: 195px !important;
    }*/

    .becutan-inner {
        padding-top: 100px !important;
    }

        .becutan-inner .inner.inner-content-box .slika h3 {
            width: 100% !important;
        }

        .becutan-inner .inner.inner-content-box .slika {
            height: 160px !important;
            min-height: 160px !important;
        }

    #ns-footer {
        padding: 0px 0;
    }

    .newsletter .zaclenuvanje .input-group {
        width: 100% !important;
    }

    .becutan-inner .inner.inner-content-box .dashed-paragraph {
        margin: 20px 0px !important;
        padding: 15px 10px !important;
    }

    .slika {
        margin-bottom: 50px;
        overflow: visible !important;
    }



    .becutan-inner h3 {
        font-size: 18px;
        border-bottom: none !important;
        line-height: 25px;
    }

    .image-product img {
        width: 145px;
    }

    #ns-content {
        padding-top: 114px;
        margin-bottom: 0px;
    }

    #becutan-header .contact-part {
        padding: 0 !important;
    }

        #becutan-header .contact-part .adress, #becutan-header .contact-part .phone, #becutan-header .contact-part .messages {
            padding-bottom: 10px;
        }

    #mainmenu.navbar-collapse {
        top: 152px !important;
        max-height: 1000px !important;
        height: 100%;
        width: 100%;
        position: fixed;
        overflow: auto;
        z-index: 100;
    }

    .nav.navbar-nav {
        height: 1000px;
    }

    #ns-content .home .main-slider-becutan .carousel:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        background: url(../content/images/home/cloud.png) 100%;
        left: 0;
        right: 0;
        height: 67px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle {
        background-color: transparent !important;
        color: transparent;
        border: none;
    }

    .navbar-header {
        right: 0;
        position: relative;
        top: 8px;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    #ns-content .home .carousel-control.left, #ns-content .home .carousel-control.right {
        background-size: 45%;
        z-index: 15;
    }

    /*#ns-header {
        background-color: #fff;
    }*/

    #ns-content .home .novosti {
        padding: 0 20px;
        width: auto;
        top: 30px;
        margin-top: 12px;
        margin-bottom: 10px !important;
    }

        #ns-content .home .novosti > img {
            width: 50px;
        }

        #ns-content .home .novosti p {
            padding: 0 !important;
            width: 70%;
        }

    .navbar-default .navbar-nav > li > a {
        display: block !important;
    }

        .navbar-default .navbar-nav > li > a > span {
            display: block !important;
            padding: 13px 0 13px 20px !important;
        }

    .navbar-nav .dropdown-menu {
        width: 100% !important;
    }

    .navbar-nav > li {
        display: block !important;
        text-align: left !important;
    }

    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        background-color: transparent;
        height: 45px;
    }

    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        position: absolute !important;
        top: 0;
        right: 0;
        margin: 0 !important;
    }

    .navbar-default .navbar-nav > li > a {
        background-color:;
    }
    /*.navbar-default .navbar-nav > li > a:focus{
        border-bottom: 3px solid #d32f76 !important;
    }*/
    .navbar-default .navbar-nav > li:hover {
        background-color: rgb(171, 200, 232) !important;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background-color: rgb(171, 200, 232) !important;
        color: white !important;
    }

    .navbar-brand.visible-affix {
        position: absolute;
        width: 92px;
        padding: 0;
        background-image: url(../../content/images/home/logo.png);
        background-size: contain;
        display: block;
        height: 55px;
        background-position: left center;
        background-repeat: no-repeat;
        margin-left: 10px;
        top: 5px;
        z-index: 99;
    }

    .main-menu {
        height: 65px;
    }

    .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu a {
        width: auto;
        padding: 10px !important;
    }

    .picture .category-title {
        bottom: 0px !important;
    }

    .photos-main .subtitle {
        font-weight: normal !important;
    }

    .category-part .infPic {
        padding: 15px 15px;
        font-size: 13px;
    }

    .footer .rights > p {
        padding: 0 10px;
    }


    .container.p0-xs.full-width {
        max-width: 100% !important;
        width: 100%;
    }

    .becutan-menu.main-menu li a span.active {
        background-color: rgba(171, 200, 232, 0.62) !important;
    }
}



.zaclenuvanje .input-group {
    width: 100% !important;
}

#ns-content .home .white-cloud-part-becutan {
    margin-top: 0;
}


.container.p0-xs.full-width {
    max-width: 100% !important;
    width: 100%;
}

.becutan-menu.main-menu li a span.active {
    background-color: rgb(211, 51, 119) !important;
    color: white;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    #ns-content .home .novosti .txt-najnovi-proizvodi p {
        width: 51% !important;
    }

    #ns-content .home .novosti .txt-novosti p {
        width: 90% !important;
    }

    #ns-content .home .novosti .far.fa-smile:after {
        bottom: 20px !important;
    }

    .carousel-indicators li {
        background-color: #ebc4d9 !important;
        border: 1px solid #ebc4d9 !important;
    }

    .carousel-indicators .active {
        background-color: #24608f !important;
        border: 1px solid #24608f !important;
    }

    .carousel-caption {
        width: 28% !important;
        position: absolute !important;
        top: 10% !important;
        margin-bottom: 15px !important;
        left: 58%;
    }

        .carousel-caption h1 {
            color: #00457c;
            font-size: 30px;
            text-align: right;
            font-family: 'BekutanMK';
            text-shadow: none;
        }

        .carousel-caption > a {
            float: right;
            color: white;
            background-color: #97b5d6;
            padding: 5px;
            border-radius: 6px;
            font-size: 12px;
            margin: 15px 0;
            transition: all 0.3s linear;
        }

            .carousel-caption > a:after {
            }

            .carousel-caption > a > span {
                display: inline-block;
                padding: 4px 23px;
                border: 1px dashed;
                border-radius: 6px;
            }

    #ns-content .home .main-slider-becutan .carousel:after {
        bottom: -59px !important;
        background-position: right top !important;
        z-index: 2;
        height: 120px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .carousel-indicators {
        position: absolute;
        -webkit-transform: rotate(0 deg) !important;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        margin-left: 0 !important;
        width: auto;
    }

    #becutan-header .search .form-control {
        height: 35px !important;
    }

    #becutan-header .contact-part .address .col-sm-9 {
        padding: 0 !important;
    }

    #becutan-header .contact-part .phone .col-sm-9 {
        padding: 0 !important;
    }

    #becutan-header .contact-part .messages .col-sm-9 {
        padding: 0 !important;
    }

    #becutan-header .address, #becutan-header .phone, #becutan-header .messages {
        padding: 0 !important;
    }

    #becutan-header .contact-part span {
        font-size: 11px;
    }

    .main-menu {
        bottom: 10px !important;
    }

    #becutan-header .search {
        position: relative !important;
        bottom: 40px !important;
        left: 0px !important;
        width: 280px !important;
    }

    .phone .col-xs-9 span {
        position: relative;
        top: 10px !important;
    }

    #carousel-generic-mobile img {
        width: 100% !important;
        height: auto;
    }

    .image-product > img {
        width: 210px !important;
    }

    .proizvod-1 {
        height: 355px !important;
    }

        .proizvod-1 img {
            height: 235px !important;
            width: 135px !important;
        }

        .proizvod-1 .related-title {
            position: absolute;
            bottom: 55px !important;
            font-size: 14px;
        }

            .proizvod-1 .related-title > strong {
                font-size: 12px;
            }

    .side-menu-level2 li {
        padding: 0 !important;
    }

        .side-menu-level2 li:first-child {
            padding: 10px !important;
        }

    #sideMenu .menu a.list-group-item {
        padding: 15px 15px !important;
    }

        #sideMenu .menu a.list-group-item:hover {
            padding-left: 25px !important;
            padding-right: 0 !important;
        }

    .container.p0-xs.full-width {
        max-width: 100% !important;
        width: 100%;
    }

    #becutan-header .contact-part {
        position: relative;
        width: 100% !important;
        padding: 10px !important;
    }
}




.main-slider-becutan .carousel-caption p {
    display: none;
}

.main-slider-becutan .carousel-caption h1 {
    color: #00457c;
    font-size: 41px;
    text-align: right;
    font-family: 'BekutanMK';
    text-shadow: none;
}

.main-slider-becutan .carousel-caption > a {
    float: right;
    color: white;
    background-color: #97b5d6;
    padding: 5px;
    border-radius: 6px;
    font-size: 12px;
    margin: 15px 0;
    transition: all 0.3s linear;
}

    .main-slider-becutan .carousel-caption > a:hover {
        background-color: #00457c;
    }

    .main-slider-becutan .carousel-caption > a > span {
        display: inline-block;
        padding: 4px 23px;
        border: 1px dashed;
        border-radius: 6px;
    }



/*breadcrumb inner*/
.becutan-inner {
    margin-top: -65px;
    padding: 100px 0px 65px;
    background-image: url('../content/images/inner/cloud.png');
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

    .becutan-inner .breadcrumb-part {
        padding-bottom: 65px;
    }

    .becutan-inner .inner.inner-content-box .slika {
        position: relative;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        overflow: hidden;
        min-height: 240px;
        margin-bottom: 20px;
    }

.slika img {
    position: absolute;
}

.becutan-inner .inner.inner-content-box .slika h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    margin: auto;
    background-color: white;
    opacity: 0.9;
    padding: 15px;
    text-align: center;
    color: #00457b;
}


    .becutan-inner .inner.inner-content-box .slika h3:after {
        position: absolute;
        width: 70px;
        height: 2px;
        background-color: #abc8e9;
        content: '';
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.becutan-inner .inner.inner-content-box .slika h3 {
    border-bottom: none !important;
    line-height: 23px;
}

.becutan-inner .inner.inner-content-box .article-text {
    font-size: 14px;
    color: #373737;
    padding: 15px 5px 15px 0;
    line-height: 23px;
}

    .becutan-inner .inner.inner-content-box .article-text table {
        margin-top: 12px;
    }

    .becutan-inner .inner.inner-content-box .article-text .toc {
        margin-top: -25px;
    }

.becutan-inner .inner.inner-content-box .dashed-paragraph {
    margin: 35px 25px;
    padding: 20px 15px;
    border-top: 1px dotted #c5c5c5;
    border-bottom: 1px dotted #c5c5c5;
    color: #0c4c8a;
    font-size: 14px;
    text-align: center;
}

.becutan-inner #share-buttons {
    float: right;
    width: auto;
    margin: 40px 0px;
}

    .becutan-inner #share-buttons img {
        padding: 1px;
        border: 0;
        box-shadow: 0;
        display: inline;
    }

    .becutan-inner #share-buttons .share-title {
        display: inline-block;
        padding-right: 5px;
        font-size: 14px;
        text-transform: uppercase;
    }

.search-part {
    position: relative;
}

    .search-part input {
        background-color: #0c4c8a;
        padding: 15px 50px 15px 20px;
        border: none;
        color: white;
        width: 100%;
        font-size: 15px;
    }

        .search-part input:focus {
            outline: none;
        }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    font-size: 15px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
    font-size: 15px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white;
    font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
    font-size: 15px;
}

.search-part span.glyphicon.glyphicon-search {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    height: 35px;
    width: 35px;
    padding: 10px;
    color: white;
    border: 1px dashed;
    border-radius: 6px;
}

/*#sideMenu {
    background-color: #f5f5f5;
    border-radius: 6px;
}*/

#sideMenu a.list-group-item.active, #sideMenu a.list-group-item.active:hover, #sideMenu a.list-group-item.active:focus, #sideMenu .list-group-item {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    #sideMenu a.list-group-item.active h4 {
        color: white;
        text-align: left !important;
        border-bottom: none !important;
        width: auto;
        display: block;
        border-top: none;
        margin: auto;
        padding: 10px 10px 10px;
        font-size: 19px;
        text-transform: initial !important;
        font-family: 'BekutanMK';
    }

#sideMenu .header a.list-group-item.active {
    text-align: center;
}

#sideMenu .menu a.list-group-item.active {
    color: #d13076;
    background: #f3dce6;
}

#sideMenu .menu a.list-group-item {
    color: #373737;
    PADDING: 13px 20px;
    font-size: 13px;
    border-top: none !important;
    border-bottom: 1px solid rgba(208, 213, 219, 0.42);
    border-radius: 0;
    display: block;
}

    #sideMenu .menu a.list-group-item:last-of-type {
        border-bottom: none;
    }

#sideMenu .sidemenu li {
    list-style: none;
}

    #sideMenu .sidemenu li:last-child:hover {
        border-radius: 0 0 15px 15px;
    }

.category-header {
    position: relative;
}

.image-category-template p:last-child {
    margin-bottom: 160px;
}

.category-header .category-title-inner {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
}

.category-title-inner h1 {
    font-family: 'BekutanMK';
    font-size: 24px !important;
}

.category-title-inner h1 {
    display: inline-block;
    border-bottom: 2px solid #d13076;
    padding: 10px\0/;
}

.image-category-template {
    padding: 25px 0px;
}

    .image-category-template .item {
        overflow: hidden;
    }

    .image-category-template .item-container {
        position: relative;
    }

    .image-category-template .item .carousel-caption {
        padding: 0px;
    }

    .image-category-template .item-container h1 {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

        .image-category-template .item-container h1 span {
            background-color: white;
            opacity: 1;
            padding: 15px 30px;
            font-size: 16px;
            color: #0088b1;
        }

    .image-category-template p.image-description-category {
        font-size: 14px;
        color: #373737;
        text-align: center;
        padding: 10px 0px 40px;
    }

.category-title-inner > h1 {
    color: #d13076;
}

.logo-footer {
    text-align: center;
}

.breadcrumb-li {
    content: "/";
    display: inline-block;
    width: 4px;
    height: 4px;
    color: black;
    background-color: #c4cce9;
    border-radius: 3px;
    margin: 2px 7px 2px 7px;
    font-size: 10px !important;
}

.breadcrumbs .active-node {
    font-weight: 600;
    color: #0c4c8a;
    text-transform: none;
}

a.instagram-button.btn, a.instagram-button.btn:hover {
    background-color: #d13076;
    border-radius: 6px;
    font-weight: bold;
    padding: 10px 20px 10px 40px;
    color: white;
    border: none;
    position: relative;
    text-transform: uppercase;
}

    a.instagram-button.btn:after {
        content: '';
        background-image: url(../content/images/home/instagram-logo.png);
        position: absolute;
        background-size: contain;
        left: 10px;
        top: 7px;
        bottom: 7px;
        width: 25px;
        height: 25px;
        background-color: transparent;
        background-position: initial;
        background-repeat: no-repeat;
    }

.follow-instagram {
    text-align: center;
    margin: 40px auto;
}

.newsletter {
    padding: 40px 0;
    background-color: #f4f7fb;
}

    .newsletter button.btn:active {
        background: #7997bb;
        box-shadow: none;
    }

.zaclenuvanje .input-group {
    width: 50% !important;
    margin: auto;
}

    .zaclenuvanje .input-group input {
        padding: 25px 15px;
        border: none;
        box-shadow: none;
    }


.zaclenuvanje .btn-secondary {
    margin-top: 0px;
    padding: 14px;
    background-color: #83a4cb;
    color: white;
    text-transform: uppercase;
}

#body.products {
    background-color: white;
}

.subcategory h1 {
    font-size: 24px;
    font-family: 'BekutanMK';
    border-bottom: 2px solid #d13076;
    color: #d13076;
    padding: 7px 0px;
    position: relative;
    display: inline-block;
    width: auto;
}

.subcategory h3 {
    display: inline-block !important;
}
/*.subcategory h1:after{
    border-bottom: 2px solid red;
    content: "";
    display: block;
    width: auto;
    position:absolute;
}*/

#body.products .products-desc {
    /*padding-top: 45px;*/
    margin-top: 20px;
}

.text-product {
    line-height: 24px;
    color: #777777;
    font-size: 16px;
    padding: 0px 10px 10px;
}

.text-product-availability {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px;
    display: table;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

    .text-product-availability .availability {
        text-align: left;
        border-right: 1px solid #e5e5e5;
    }

    .text-product-availability .availability, .text-product-availability .with {
        padding: 10px 20px;
        text-align: left;
    }

    .text-product-availability .availability, .text-product-availability .with {
        color: #0c4c8a;
    }

        .text-product-availability .availability .title, .text-product-availability .with .title {
            color: #373737;
            font-weight: 600;
            padding-bottom: 10px;
        }

.dashed-prdouct-desc {
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    padding: 20px;
    margin: 15px 0px;
}

    .dashed-prdouct-desc .item-container {
        text-align: center;
    }

    .dashed-prdouct-desc img {
        height: 34px;
    }

.povrzani-proizvodi {
    width: 100%;
    padding: 25px 0;
}

    .povrzani-proizvodi .item-container {
        text-align: center;
        border: 1px dashed #c3c3c3;
        border-radius: 6px;
        padding: 25px;
    }

    .povrzani-proizvodi .image-description-category {
        display: none;
    }

    .povrzani-proizvodi .item h1 {
        color: #373737;
        text-align: left;
        font-size: 16px;
        padding: 15px 0px;
    }

.products-desc ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    color: #004f8b;
    font-size: 18px;
}

.products-desc ul li {
    padding-left: 20px;
    position: relative;
    list-style: square;
}

.becutan-inner h3 {
    font-size: 23px;
    font-family: 'BekutanMK';
    border-bottom: 1px solid #abc8e9;
    color: #00457b;
    padding: 7px 0px;
    display: block;
}

.side-menu-level2 {
    padding: 0;
    text-align: left;
    background: rgba(171, 200, 232, 0.18);
}
/*.side-menu-level2 li{
    padding: 10px 20px;
}*/
.navbar-nav .dropdown-menu > li > a {
    width: 100%;
    line-height: 1.1;
}
/*#region inner pages*/
.more-info-article .more-link a.btn.btn-default {
    color: #d13076 !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-right: 20px;
    padding-left: 0;
    position: relative;
}

.more-info-article .more-link {
    text-align: left;
}

    .more-info-article .more-link a.btn.btn-default:after {
        width: 15px;
        content: '\2192';
        display: inline-block;
        padding-left: 5px;
        right: 0px;
        top: 0;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        bottom: 0;
        margin: auto;
    }

.more-info-article {
    padding-bottom: 17px;
}

b, strong {
    font-family: 'Century Gothic';
    font-weight: 600 !important;
    color: #0c4c8a;
}

h4 span {
    font-family: 'Century Gothic';
    font-weight: normal !important;
    color: #0c4c8a;
    line-height: 16px;
}

h4 {
    margin: 35px 25px;
    padding: 20px 15px;
    border-top: 1px dotted #c5c5c5;
    border-bottom: 1px dotted #c5c5c5;
    color: #0c4c8a;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
/*#endregion inner pages*/
.photos-main .subtitle {
    text-align: center;
}

    .photos-main .subtitle.sa {
        text-align: right !important;
    }

.subtitle {
    color: #373737;
    font-size: 14px;
    text-align: left;
    padding: 15px 15px 15px 0;
    text-align: left;
}

.category-part .more:after {
    position: relative;
    left: 50px;
    bottom: 20px;
    content: '\2192';
}

.category-part .more.sa:after {
    bottom: 0 !important;
}
/*rotiraj krug*/
/*.rotate {
  width: 100%;
  height: 100%;
  -webkit-animation: circle 30s infinite linear;
}
.counterrotate {
  width: 50px;
  height: 50px;
  -webkit-animation: ccircle 30s infinite linear;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg)
  }
  to {
    -webkit-transform: rotateZ(360deg)
  }
}
@-webkit-keyframes ccircle {
  from {
    -webkit-transform: rotateZ(360deg)
  }
  to {
    -webkit-transform: rotateZ(0deg)
  }
}
.circle {
  
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 100px;
  
  display: block;
}*/
/*rotiraj krug end*/
/*#region inner category page*/
.category-header .image-category-template img {
    position: relative;
    bottom: 85px;
}

    .category-header .image-category-template img.empty-image {
        margin-bottom: -120px;
    }

#category .kategorii {
    position: relative;
    /*bottom: 200px;*/
    margin-top: -200px;
    opacity: 1;
}

.item-category .more .picture {
    background-color: rgba(241, 246, 252, 0.8);
    opacity: 1;
}

    .item-category .more .picture:hover {
        background-color: rgba(171, 201, 232, 0.43);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.kategorii .item-category .picture {
    background-color: rgba(241, 246, 252, 0.8);
    opacity: 1;
}

    .kategorii .item-category .picture:hover {
        background-color: rgba(171, 201, 232, 0.43);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.item-category .more .picture:hover .category-title {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.item-category .more .picture:hover .text .subtitle {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.item-category .picture:HOVER .text:after {
    color: #FFF;
}

.item-category .picture .category-title {
    position: relative;
    background: transparent !important;
    color: #004178;
    text-decoration: none;
    padding: 20px 15px 15px 0 !important;
    left: 0;
    right: 0;
    width: 100% !important;
    line-height: 20px !important;
    text-align: left;
    margin: auto;
    bottom: 0;
    border-bottom: 1px solid #e1e9f4;
    font-size: 18px;
}

    .item-category .picture .category-title.sa {
        text-align: right !important;
    }

.item-category .picture .blue-arrow {
    background: url("content/images/home/arrow-right-proizvodi.png");
    position: relative;
}

.item-category .picture > div .text {
    padding-left: 5px;
}


.item-category .picture .text {
    /*background-image: url(/content/images/home/arrow-right-proizvodi.png);
    background-repeat: no-repeat;
    background-position: bottom right;*/
}

    .item-category .picture .text:after {
        background-repeat: no-repeat;
        background-position: bottom right;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: 20px;
        height: 20px;
        content: "\f061";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        color: #d33377;
    }

.picture .col-md-8 .text:after {
    content: " ";
    background-image: none !important;
}

.picture .strelka2:after {
    content: "\f061";
    display: block;
    height: 15px;
    bottom: 15px;
    right: 20px;
    position: absolute;
    color: #00457b;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.item-category .picture .col-md-4 img {
    padding-top: 30px;
}

.item-category .picture .category-title .ion-ios-arrow-right {
    position: relative;
    font-size: 22px;
    top: 3px;
    left: 20px;
}

.item-category {
    height: 100%;
    opacity: 1;
}
/*#endregion inner category page*/

/*#region full article master*/
#full-article .inner-content-box .slika {
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    min-height: 50px !important;
    margin-bottom: 25px;
}

    #full-article .inner-content-box .slika h3 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        margin: auto;
        background-color: white;
        opacity: 0.9;
        padding: 15px;
        text-align: center;
        color: #00457b;
        font-family: 'BekutanMK';
        margin-bottom: 10px;
    }

#full-article .inner-content-box h3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    margin: auto;
    background-color: white;
    opacity: 0.9;
    padding: 15px;
    text-align: center;
    color: #00457b;
    font-family: 'BekutanMK';
    margin-bottom: 10px;
}

#full-article .inner-content-box .slika h3:after {
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #abc8e9;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#full-article .inner-content-box h3:after {
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #abc8e9;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#full-article #share-buttons {
    float: right;
    width: auto;
    margin: 40px 0px;
}

    #full-article #share-buttons .share-title {
        display: inline-block;
        padding-right: 5px;
        font-size: 14px;
        text-transform: uppercase;
    }
/*#endregion full article master*/
.single-video > img {
    display: none;
}

/*#region news article listing*/

.news-intro {
    height: 240px;
    margin-right: 10px;
    margin-left: 10px;
}

    /*.news-intro:hover {
        display: block;
        color: #ffffff !important;
        text-decoration: none;
        background-color: #abc8e8;
        -webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.5);
        transition: all 0.2s ease-in;
    }*/

    .news-intro h4 {
        border: none !important;
        float: left;
        color: black !important;
        text-align: left;
    }

    /*.news-intro .news-intro-title h2 {
        color: #e06486;
        font-size: 18px;
        margin-bottom: 5px !important;
    }*/

    /*.news-intro:hover .news-intro-title h4, .news-intro:hover .news-intro-title h2 {
        color: white !important;
    }*/

    /*.news-intro:hover .article-text .btn-default {
        color: white !important;
    }*/

    .news-intro h2 {
        margin-top: 0 !important;
    }

    .news-intro .news-intro-title {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }

        .news-intro .news-intro-title h4 {
            padding: 0 !important;
        }

    .news-intro .dateContainer .dateNo {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 30px;
        font-size: 2em;
        font-weight: 700;
        color: #e06486;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .news-intro:hover .dateContainer .dateNo {
        color: white;
    }

    .news-intro .dateContainer .dateMonth {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 18px;
        font-size: 1.2em;
        font-weight: 700;
        color: #e06486;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .news-intro:hover .dateContainer .dateMonth {
        color: white;
    }

    .news-intro .dateContainer .dateYear {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 1.2em;
        font-size: 1em;
        font-weight: 700;
        color: #e06486;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .news-intro:hover .dateContainer .dateYear {
        color: white;
    }

    .news-intro .btn-default {
        position: relative;
        float: right;
        background-color: transparent !important;
        border: none !important;
        color: #abc8e8 !important;
        text-shadow: none !important;
        padding-right: 25px;
    }

        /*.news-intro:hover .btn-default {
        color: white !important;
    }*/

        .news-intro .btn-default:hover {
            border: none !important;
        }

        .news-intro .btn-default:active {
            border: none !important;
            box-shadow: none !important;
        }

        .news-intro .btn-default:after {
            content: "\27BA";
            display: inline;
            position: relative;
            top: 2px;
            left: 15px;
        }

#novosti .article-text {
    padding: 0;
}

.news-intro .dateContainer > h4 {
    padding-left: 0 !important;
    padding-top: 0 !important;
    font-size: 13px;
    margin-bottom: 10px;
    color: #abc8e8 !important;
}

.inner-content-box .NewsContent {
    margin: 0;
    padding-top: 0 !important;
}

    .inner-content-box .NewsContent img {
        margin: 0;
        width: 100% !important;
    }

    .inner-content-box .NewsContent.article-title {
        margin-bottom: 20px;
    }

#full-article .inner-content-box > h4 {
    margin: 0 0 25px 0 !important;
}

/*#full-article .inner-content-box ul li:before {
    content: '•';
    display: inline-block;
    position: relative;
    left: 0;
    color: #004f8b;
    font-size: 18px;
    padding-right: 10px;
}*/
/*#endregion news article listing*/
.table-striped.tableBecutan > tbody > tr:nth-of-type(odd) {
    background-color: #f1f6fc;
}

.table.tableBecutan thead > tr > th {
    background: none repeat scroll 0 0 #abc8e8 !important;
    color: #FFF !important;
}

.table.tableBecutan > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #abc8e8;
    white-space: nowrap;
}

.inner-content-box .article-text ol {
    list-style: none !important;
}

    .inner-content-box .article-text ol li {
        counter-increment: step-counter;
        font-size: 13px;
        /*padding-bottom: 20px;*/
    }

        .inner-content-box .article-text ol li hr {
            margin-top: 0;
            margin-bottom: 0;
            border: 0;
            border-top: 1px solid rgba(170, 170, 170, 0.35) !important;
        }

        .inner-content-box .article-text ol li:before {
            margin-right: 10px;
            content: counter(step-counter);
            border-radius: 100%;
            color: #d13076;
            /*width: 1.2em;
            text-align: center;*/
            display: inline-block;
            font-weight: 600;
            font-size: 25px;
            /*padding: 15px 0;*/
        }

    .inner-content-box .article-text ol p {
        padding-left: 40px;
    }

        .inner-content-box .article-text ol p:after {
            content: " ";
            border-bottom: 1px solid rgba(228, 228, 228, 0.74);
            display: block;
            padding-bottom: 10px;
            text-align: left;
            /* padding-left: 27px; */
        }

.prasanja-odgovori li {
    counter-increment: step-counter;
    font-size: 13px;
    padding-bottom: 20px;
    counter-increment: step-counter;
    font-size: 14px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.74);
    padding: 5px 0px 15px 45px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

    .prasanja-odgovori li:last-child {
        border-bottom: none;
    }

    .prasanja-odgovori li b {
        /*color: #d13076;*/
        display: block;
    }

    .prasanja-odgovori li:before {
        margin-right: 10px;
        content: counter(step-counter);
        border-radius: 100%;
        color: #d13076;
        /*width: 1.2em;*/
        display: inline-block;
        font-weight: 600;
        font-size: 25px;
        /*padding: 15px 0;*/
        position: absolute;
        left: 0px;
        /*text-align: right;*/
        top: 8px;
    }


.table.tableBecutan > tbody > tr > td {
    border-top: 1px solid #fff;
    font-size: 13px;
    padding: 10px;
}

.inner-content-box ul li:before, .products-desc .text-product ul li:before {
    content: '■';
    display: inline-block;
    position: absolute;
    left: 0px;
    color: #d13076;
    font-size: 12px;
    padding-right: 0;
}

.inner-content-box ul.list2-design li {
    margin: 0px 0 8px;
    position: relative;
    padding-left: 20px;
}

.inner-content-box ul.list2-design {
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.products-desc .text-product ul li {
    list-style: none !important;
}

.products-desc .text-product ul.list-design li:before {
    content: '■';
    display: inline-block;
    position: absolute;
    left: 0;
    color: #d13076;
    font-size: 12px;
    padding-right: 10px;
}


.navbar-nav ul .sub-arrow {
    border-left: 1px solid !important;
}

.contact-part .tel {
    position: relative;
    top: 10px;
}

#sideMenuAccordion .heading {
    background: #d13076;
    height: 75px;
    border-radius: 15px 15px 0 0;
}

.menu {
    background: #e3ecf5 !important;
    border-radius: 0 0px 15px 15px;
}

    /*.menu .sidemenu li:hover {
        background: rgba(171, 200, 232, 0.18);
    }*/

    .menu .sidemenu li > a:hover {
        color: #d02e77 !important;
        /*padding-left: 27px !important;
        padding-right: 13px !important;*/
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border: none !important;
}

.proizvod-1 {
    margin-top: 30px;
    border: 1px dashed #aaa;
    border-radius: 15px;
    height: 400px;
    position: relative;
}

    .proizvod-1 img {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        max-height: 344px;
    }

    .proizvod-1:hover img {
        opacity: 0.8;
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .proizvod-1 .related-title {
        position: absolute;
        bottom: -45px;
        width: 100%;
    }

    .proizvod-1 > div {
        position: relative;
        margin-top: 15px;
    }

    .proizvod-1 .zoom {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 46px;
        background: #104b83;
        border-radius: 6px;
        height: 40px;
        color: white;
        text-align: center;
    }

        .proizvod-1 .zoom > img {
            height: 31px !important;
            padding-top: 8px;
            text-align: center;
            position: relative;
        }

        .proizvod-1 .zoom .ion-search {
            text-align: center;
            margin: auto;
            font-size: 26px;
            font-weight: 400;
        }

.proizvod-2 {
    margin-top: 30px;
    border: 1px dashed gray;
    border-radius: 15px;
    height: auto;
    position: relative;
}

    .proizvod-2 > div {
        position: relative;
        margin-top: 15px;
    }

    .proizvod-2 img {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        max-height: 344px;
    }

    .proizvod-2 .zoom > img {
        height: 32px !important;
        padding-top: 5px;
        text-align: center;
        position: relative;
    }

    .proizvod-2:hover img {
        opacity: 0.8;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .proizvod-2 .related-title {
        min-height: 55px;
        position: relative;
        bottom: 0;
    }

    .proizvod-2 .zoom {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 46px;
        background: #104b83;
        border-radius: 6px;
        height: 40px;
        color: white;
        text-align: center;
    }

        .proizvod-2 .zoom .ion-search {
            text-align: center;
            margin: auto;
            font-size: 26px;
            font-weight: 400;
        }


#sideMenu .menu a.active2-nochildren {
    color: #00467c;
    font-weight: 500;
    padding: 12px 20px;
    display: block;
}

.scrollToTop {
    background-position: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f1f6fc;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 100;
    background-repeat: no-repeat;
}

    .scrollToTop:hover {
        background: #d6e2f1;
    }

    .scrollToTop .ion-android-arrow-up {
        color: #0c4c8a;
        font-size: 27px;
        z-index: 22;
    }

        .scrollToTop .ion-android-arrow-up:hover {
            color: #0c4c8a !important;
        }

    .scrollToTop:hover {
        opacity: 1;
    }

#carousel-generic-mobile {
    bottom: 15px;
}

/*@media screen and (min-width: 1441px) {
    .circle-menu.affixMenu.affix, .circle-menu.affixMenu.affix-bottom, .circle-menu.affixMenu.affix-top {
        bottom: 20px !important;
    }
}*/

/*.menu .sidemenu li > a.active2-nochildren:hover {
    padding-left: 22px !important;
}*/

.carousel-inner {
    touch-action: auto !important;
}



.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none !important;
}

.dostapnost {
    color: #004e83;
    font-weight: 600;
    padding-bottom: 10px;
    padding-right: 70px;
    margin-bottom: 0;
    margin-top: 25px;
}

.social-icons a {
    padding: 2px;
}

.social-icons .fa {
    border: 1.4px dashed #206793;
    color: #206793 !important;
    border-radius: 25px;
    font-size: 22px;
}

.social-icons .fas {
    border: 1.4px dashed #206793;
    color: #206793 !important;
    border-radius: 25px;
    font-size: 22px;
}

.social-icons .fa.fa-facebook {
    padding: 10px 15px !important;
}

.social-icons .fa.fa-instagram {
    padding: 10px 12px !important;
}

.social-icons .fa.fa-youtube-play {
    padding: 10px;
}


.social-icons .fa.fa-android {
    padding: 10px 12px;
}

.social-icons .fa.fa-apple {
    padding: 10px 12px;
}


.social-icons .fa.fa-android {
    padding: 10px 12px;
}

.social-icons .fa.fa-apple {
    padding: 10px 12px;
}

.social-icons .fas.fa-play {
    padding: 10px 12px;
    font-family: 'FontAwesome';
    font-style: normal;
}
/*@media screen and (max-width: 620px){
    .proizvod-1 .related-title, proizvod-2 .related-title{
        bottom: -25px !important;
    }
}*/
.carousel-indicators {
    z-index: 0;
}


/* */

#newsletter-modal .modal-body {
    text-align: center;
    background-color: #f4f7fb;
    padding-bottom: 40px;
    height: 425px;
}

.listing-item {
    border-bottom: 1px dashed #e5e5e5;
    padding: 50px 0;
    height: 250px;
}

    .listing-item h2 {
        color: #e06486;
        font-size: 18px;
        margin-bottom: 5px !important;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
    }

    .listing-item a {
        position: relative;
        float: right;
        background-color: transparent !important;
        border: none !important;
        color: #abc8e8 !important;
        text-shadow: none !important;
        padding-right: 25px;
        z-index: 10;
    }

        .listing-item a:after {
            content: "\27BA";
            display: inline;
            position: relative;
            top: 2px;
            left: 15px;
        }

    .listing-item h5 {
        padding-left: 0 !important;
        padding-top: 0 !important;
        font-size: 13px;
        margin-bottom: 10px;
        color: #abc8e8 !important;
    }

/*.top-bar .input-group {
    float: right;
    border: none !important;
    position: relative;
    width: 36%;
}

    .top-bar .input-group input {
        display: inline;
        position: relative;
        top: 10px !important;
        border: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid rgba(128, 128, 128, 0.180392156862745) !important;
        border-radius: 0;
        text-transform: uppercase;
        font-style: italic;
        width: 75%;
        color: #c1c1c1;
        padding: 0 !important;
        left: 30px;
    }

    .top-bar .input-group button {
        display: inline;
        background-color: transparent;
        border: currentColor;
        font-size: 20px;
        position: relative;
        color: #ccc;
        box-shadow: none !important;
        left: 0;
        padding: 0 7px !important;
        float: left;
    }

        .top-bar .input-group button:focus, .top-bar .input-group button:active {
            background-color: transparent;
        }

        .top-bar .ion-ios-search {
            font-size: 30px;
            display: inline-block;
            float: left;
            position: relative;
            left: 10px;
            color: #ccc !important;
            top: 10px;
        }

#search {
    position: relative;
    top: 50px !important;
}*/
#becutan-header .search {
    width: 235px;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 20;
}

    #becutan-header .search .search-button {
        background-image: url(../content/images/home/search2.png);
        position: absolute;
        display: inline-block;
        padding: 15px;
        background-repeat: no-repeat;
        background-position: left top;
        left: 10px;
    }

    #becutan-header .search .form-control {
        display: block;
        width: 100%;
        height: 30px;
        padding: 0px 0px 0px 60px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #a7a7a7;
        vertical-align: middle;
        background-color: transparent;
        border: 1px none #cccccc;
        border-bottom: 1px solid #eee;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-transform: capitalize;
        font-style: italic;
        position: relative;
    }

/*#region anketa */
.anketa {
    position: relative;
    background-color: #e5f6fe;
    padding: 30px 30px;
    display: block;
    border-radius: 10px;
}

    .anketa label {
        font-size: 15px;
        font-weight: bold;
        color: #00457c;
    }

        .anketa label.ng-binding.ng-scope {
            padding-right: 20px;
        }

    .anketa .form-group {
        position: relative;
        font-size: 15px !important;
        font-weight: initial !important;
        color: #00457c !important;
    }

    .anketa .row {
        font-size: 15px !important;
        font-weight: initial !important;
        color: #00457c !important;
        margin-bottom: 5px;
    }

    .anketa .btn.btn-primary {
        background-color: #00457c;
    }

questionnaier {
    position: relative;
    display: block;
    max-width: 650px;
}

.anketa .container {
    position: relative;
    display: block;
    width: 100%;
}

.anketa input {
    border: 2px solid #00457c;
    border-radius: 10px;
    max-width: 450px;
}

.anketa .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
}

.anketa button.btn.btn-sm.btn-success.pull-right.uib-close.ng-binding {
    display: none;
}

.anketa .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
}

.anketa .btn-default {
    color: black;
    background-color: white;
    border-color: white;
    text-decoration: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

.anketa .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    background-color: #00457c;
    border-radius: 10px;
    color: white;
}

.g-label label.ng-binding.ng-scope {
    font-weight: 500;
}

.sup-text p, i {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.anketa h1 {
    margin: 30px 0px;
    font-weight: bold;
}

.anketa p {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {

    .giraffe-box {
        position: absolute;
        right: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .giraffe-box {
        position: absolute;
        right: 0px;
    }
}

/ /*.anketa input[type=radio]:before {
    background: #f8f8f8;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 99;
    content: '';
    top: 0px;

    border-radius: 50%;
    border: 1px solid #bbb;
}
anketa input[type=radio]:checked:after {
    display: block;
}
.anketa input[type=radio]:after {
    background: #fff;
    position: relative;
    width: 12px;
    height: 12px;
    z-index: 99;
    content: '';
    top: 0px;
    left: 4px;
    border-radius: 50%;
    background: #00457c;
    display: none;
}
	*/ /
.anketa .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.anketa .inner-content-box ul li:before, .products-desc .text-product ul li:before {
    content: '■';
    display: none !important;
    position: absolute;
    left: 0px;
    color: #d13076;
    font-size: 12px;
    padding-right: 0;
}

.round input {
    margin-left: 7px;
    margin-bottom: 10px;
}

.round span {
    margin-left: 15px;
}

#gender {
    margin: 0px 10px;
}

.ch span {
    margin-left: 15px;
}

.glyphicon-chevron-right:before {
    content: "\e080";
    color: #00457c;
    ;
}

.glyphicon-chevron-left:before {
    content: "\e079";
    color: #00457c;
    ;
}

.anketa .text-info {
    color: black;
}

.anketa .btn-info.active, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #00457c;
    border-color: #00457c;
    border-radius: 10px;
}

    .anketa .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
        color: #fff;
        background-color: #00457c;
        border-color: #00457c;
        border-radius: 10px;
    }

.anketa select {
    border: 2px solid #00457c;
    border-radius: 10px;
    max-width: 450px;
    display: block;
    height: 34px;
}

    .anketa select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    }

.anketa option {
    border: 2px solid #00457c;
    border-radius: 10px;
    max-width: 450px;
    display: block;
    height: 34px;
}

.isprati input {
    max-width: 450px;
}

@media (max-width: 767px) {
    .round input {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .anketa label.ng-binding.ng-scope {
        padding-right: 0px;
        display: block;
    }
}
/*#region anketa */

#search .inner-content-box {
    padding-top: 25px;
}

.noSerchRasults {
    background: rgba(171, 200, 233, 0.15);
    padding: 20px;
}

    .noSerchRasults i {
        color: #abc8e9;
        display: block;
        font-size: 45px;
    }

.search-results .news-intro {
    height: auto;
}


br {
    /* display: none; */
}

p {
    margin: 0 0 20px;
}

.article-text strong em, .article-text b i, .article-text strong, .article-text table strong {
    font-size: 14px;
}


.article-text table p {
    font-size: 13px;
    margin: 0;
}

.accordionz ul.list2-design li, .accordionz ul li {
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
}

.accordionz ul.list2-design, .accordionz ul {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.accordionz li:before {
    content: '■';
    display: inline-block;
    position: absolute;
    left: 0px;
    color: #d13076;
    font-size: 12px;
    padding-right: 0;
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
}

.photos-main .subtitle {
    font-size: 15px;
    font-weight: bold;
    color: #00457c;
}


/*#region accordions za prasanja i odgovori*/
.accordions-prasanja-odgovori .card {
    margin-bottom: 2px;
    background: transparent;
}

    .accordions-prasanja-odgovori .card .card-header h5 {
        background-color: #f2f6fc;
        /*border: 1px solid #e5e5e5;*/
        padding: 10px 10px 15px 60px;
        color: #00457b;
        margin: 0;
        line-height: 16px;
        position: relative;
        /*font-weight: 600;*/
    }

        .accordions-prasanja-odgovori .card .card-header h5:before {
            content: '"';
            font-family: sans-serif;
            display: inline-block;
            position: absolute;
            left: 12px;
            color: #aaa;
            font-size: 40px;
            top: 5px;
            content: '';
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            content: "\f3fb";
            transform: scalex(-1);
        }

        .accordions-prasanja-odgovori .card .card-header h5 a.collapsed span.ion-ios-arrow-down {
            display: inline-block;
        }

        .accordions-prasanja-odgovori .card .card-header h5 a span.ion-ios-arrow-down {
            display: none;
        }

        .accordions-prasanja-odgovori .card .card-header h5 a.collapsed span.ion-ios-arrow-up {
            display: none;
        }

        .accordions-prasanja-odgovori .card .card-header h5 a span.ion-ios-arrow-up {
            display: inline-block;
        }


        .accordions-prasanja-odgovori .card .card-header h5 a {
            color: #373737;
            text-decoration: none;
        }

            .accordions-prasanja-odgovori .card .card-header h5 a:hover, .accordions-prasanja-odgovori .card .card-header h5 a:active, .accordions-prasanja-odgovori .card .card-header h5 a:focus, .accordions-prasanja-odgovori .card .card-header h5 a:visited {
                text-decoration: none;
            }

            .accordions-prasanja-odgovori .card .card-header h5 a i {
                display: block;
                width: 100%;
                font-weight: normal;
                margin-top: 10px;
                position: relative;
                color: #d23176;
                text-align: right;
                right: 10px;
            }

                .accordions-prasanja-odgovori .card .card-header h5 a i span {
                    position: relative;
                    top: 3px;
                    font-size: 18px;
                }

    .accordions-prasanja-odgovori .card .collapse, .accordions-prasanja-odgovori .card .collapsing {
        /* background: #fafafa; */
        padding: 15px 15px 30px 15px;
        /*border: 1px solid #e5e5e5;*/
        margin-top: -1px;
    }

        .accordions-prasanja-odgovori .card .collapse .card-body, .accordions-prasanja-odgovori .card .collapsing .card-body {
            font-size: 13px;
            line-height: 20px;
            color: #383838;
            padding-left: 45px;
            padding-right: 45px;
        }

/*#endregion*/
.languages.mini-menu {
    position: absolute;
    bottom: 10px;
    right: -5px;
    z-index: 20;
}

    .languages.mini-menu .border {
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        padding: 5px 10px 0px 10px;
        text-align: center;
        color: #abc8e9;
    }

    .languages.mini-menu a.border:after {
        content: "";
        height: 10px;
        border-right: 1px solid #abc8e9;
        display: inline-block;
        position: relative;
        left: 10px;
        bottom: 0;
    }

    .languages.mini-menu a.border:last-child:after {
        content: "";
        border: 0px !important;
    }

.contact-part .fas.fa-map-marker, .contact-part .fas.fa-phone, .contact-part .fal.fa-envelope {
    font-family: 'FontAwesome' !important;
    font-size: 22px;
    color: #d13076;
    border: 1px dashed #d13076;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -5px;
}

.contact-part .fas.fa-map-marker {
    padding: 5px 13px;
}

.contact-part .fas.fa-phone {
    padding: 6px 11px;
}

.contact-part .fal.fa-envelope {
    padding: 4px 9px;
}

#ns-content .home .txt-novosti .go .fas.fa-arrow-right {
    font-family: 'fontAwesome' !important;
    position: relative;
    font-size: 18px;
    color: #d4367b;
}

#ns-content .home .txt-najnovi-proizvodi .go .fas.fa-arrow-right {
    font-family: 'fontAwesome' !important;
    position: relative;
    font-size: 18px;
    color: #00457b;
}

#ns-content .home .novosti .far.fa-smile {
    position: absolute;
    display: inline-block;
}

    #ns-content .home .novosti .far.fa-smile:after {
        content: '\f118';
        font-family: 'FontAwesome';
        font-size: 80px;
        position: relative;
        bottom: 35px;
        color: #01457a;
        font-weight: 400;
    }

#ns-content .home .novosti .fal.fa-newspaper {
    position: absolute;
    display: inline-block;
}

    #ns-content .home .novosti .fal.fa-newspaper:after {
        content: '\f1ea';
        display: inline-block;
        position: relative;
        font-family: 'FontAwesome';
        font-size: 70px;
        bottom: 10px;
        color: #d4367b;
        right: 10px;
    }
/*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;
    cursor: pointer;
}

    .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: 25px;
        height: 2px;
        background-color: #ffffff;
        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: -14px;
        }

        .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: -7px;
        -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 {
    background-color: #abc8e8;
}

    .humburger-logo-holder .languages {
        padding: 20px 0 0 0;
        position: relative;
        display: block;
        z-index: 999;
    }

        .humburger-logo-holder .languages a {
            color: white;
            padding: 5px 5px;
            z-index: 5;
        }

            .humburger-logo-holder .languages a.border:first-of-type:after {
                content: "";
                height: 13px;
                border-right: 1px solid #ffffff;
                display: inline-block;
                position: relative;
                left: 7px;
                bottom: 0;
            }

    .humburger-logo-holder .logoMobile {
        position: absolute;
        top: 10px;
        margin: 0 auto;
        left: auto;
        right: auto;
        width: 100%;
        text-align: center;
    }

        .humburger-logo-holder .logoMobile:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            background-color: rgba(241, 246, 252, 0.93);
            height: 45px;
            top: 45%;
            left: -6px;
            padding: 0 !important;
            padding: 0 !important;
            z-index: -1;
        }

        .humburger-logo-holder .logoMobile a {
            display: block;
            z-index: 1;
        }

        .humburger-logo-holder .logoMobile img {
            height: 85px;
            margin: 0 auto;
            position: relative;
            right: 14px;
        }

    .humburger-logo-holder .search-mobile {
        position: relative;
    }

        .humburger-logo-holder .search-mobile .searchM {
            right: 0;
            bottom: 0;
            z-index: 20;
            position: relative;
        }

            .humburger-logo-holder .search-mobile .searchM:after {
                content: '\f002';
                display: block;
                font-family: 'FontAwesome';
                position: absolute;
                font-size: 20px;
                font-weight: normal;
                padding: 13px 10px 0 10px;
                color: white;
                right: 50px;
            }

    .humburger-logo-holder #hamburger {
        position: relative;
        right: 0;
    }

.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: #ffffff;
    text-transform: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
}

#mm-0 .mm-navbar__title {
    display: none;
}

.mm-navbar__title {
    color: rgb(0, 69, 123) !important;
    font-weight: 600;
    font-size: 15px;
}

.mm-menu .mm-listview .mm-listitem a, .mm-menu .mm-listview .mm-btn_next span {
    color: #d13175;
}

.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: 50px;
}


a.mm-title {
    color: #2f475f !important;
}

#menu {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.mm-panel_has-navbar.mm-panel_opened {
    top: 45px !important;
}

#menu.mm-menu_opened {
    z-index: 16;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #e5e5e5;
}


div#mm-0 a.mm-title {
    opacity: 0;
    visibility: hidden;
}

.mm-page__blocker {
    z-index: 9999;
    height: 50px;
}
/*m-menu*/

#searchOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    opacity: 0;
}

    #searchOverlay .search {
        position: relative;
        background-color: white;
        width: 100%;
        height: 60px;
        top: 35%;
        float: right;
        opacity: 1;
        margin: auto;
        text-align: center;
    }

        #searchOverlay .search .ns-search-field {
            width: 60%;
            margin: 0 auto;
            position: relative;
            display: inline;
            border-bottom: 1px solid #ddd;
            font-size: 16px;
            color: grey;
        }

        #searchOverlay .search .search-button {
            position: relative;
            display: inline;
            float: right;
            right: 15%;
        }

            #searchOverlay .search .search-button:after {
                content: '\f002';
                font-family: 'FontAwesome';
                color: grey;
                position: relative;
                display: inline-block;
                margin: 0 auto;
                right: 0;
            }

.selectpicker {
    border: 0 !important;
    color: #abc8e9;
    background: white;
}

    .selectpicker:focus {
        outline: 1px solid #abc8e9;
    }

#zaStrelka:after {
    content: "\f061";
    display: block;
    height: 15px;
    bottom: 35px;
    right: 25px;
    position: absolute;
    color: #00457b;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.rozevi-buleti {
    list-style: square !important;
}

    .rozevi-buleti li:before {
        content: '■';
        display: inline-block;
        position: absolute;
        left: 0px;
        color: #d13076;
        font-size: 12px;
        padding-right: 0;
    }

.article-text .toc ul li:before {
    content: "";
}

#carousel-generic .video-baner, #carousel-generic-mobile .video-baner {
    cursor: pointer;
}

    #carousel-generic .video-baner .carousel-caption a, #carousel-generic-mobile .video-baner .carousel-caption a {
        display: none;
    }

        #carousel-generic .video-baner .carousel-caption a[href="/homehr.nspx"],
        #carousel-generic-mobile .video-baner .carousel-caption a[href="/homehr.nspx"],
        #carousel-generic .video-baner .carousel-caption a[href="/homesr.nspx"],
        #carousel-generic-mobile .video-baner .carousel-caption a[href="homesr.nspx"] {
            display: block !important;
        }

#fullHeight {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: absolute;
}

    .popup-overlay.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: center;
        position: absolute;
        z-index: 9;
        background-color: rgba(255, 255, 255, 0.89);
        width: 100%;
        height: 100%;
        z-index: 21;
    }

.popup-content {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
}

    .popup-content.active {
        /*Shows pop-up content when "active" class is present */
        visibility: visible;
        position: relative;
        top: 5%;
        z-index: 9;
    }

button.close {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    font-size: 27px;
    color: #666666;
    padding: 5px 10px;
}

    button.close:hover {
        border: 1px solid #666666;
        background: #666666;
        color: #ffffff;
        padding: 5px 10px;
    }

.gdpr {
    position: fixed;
    height: 200px;
    bottom: 0;
    z-index: 999;
    background-color: rgba(1, 69, 122, 0.95);
    color: white;
    width: 100%;
    text-align: left;
}

    .gdpr .forms {
        padding-top: 30px;
        margin-left: 35px;
    }

        .gdpr .forms .group label {
            font-size: 14px;
            font-weight: normal !important;
            margin-left: 15px;
        }

    .gdpr .container {
        padding-bottom: 20px;
    }

        .gdpr .container p {
            padding-top: 10px;
            font-size: 13px;
        }

    .gdpr .group p {
        display: inline;
    }

    .gdpr input#btnOK {
        position: relative;
        width: auto !important;
        margin: 35px 0 10px 0;
        background-color: #d4367b !important;
        border: 1px solid #d4367b;
    }

#btnSettings {
    cursor: pointer;
    padding-left: 10px;
}

.gdpr .cookieHead strong {
    color: white !important;
}

.gdpr a {
    color: #e17da9 !important;
    font-weight: bold;
}

.gdprSettings {
    position: fixed;
    bottom: 0;
    z-index: 3;
    transition: all ease-in 0.5s;
}

    .gdprSettings .fa-gears:before, .fa-cogs:before {
        content: "\f085";
        font-family: 'FontAwesome';
        font-size: 35px;
        font-style: normal;
        color: #00457b;
    }
/*#region cookie*/
.cookie-label {
    width: 150px;
    display: inline-block;
    margin-bottom: 10px;
}

.cookie-btn {
    margin-left: -4px;
    display: inline-block;
    *display: inline;
    padding: 4px 4px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #f5f5f5;
    /*background-image: -moz-linear-gradient(top, #f1f6fc,#ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#f1f6fc,#ffffff);
    background-image: -o-linear-gradient(top, #f1f6fc,#ffffff);
    background-image: linear-gradient(to right, #f1f6fc,#ffffff );*/
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .cookie-btn:hover,
    .cookie-btn:focus,
    .cookie-btn:active,
    .cookie-btn.active,
    .cookie-btn.disabled,
    .cookie-btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .cookie-btn:active,
    .cookie-btn.active {
        background-color: #cccccc \9;
    }



input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle {
    display: none !important;
}

    input[type="radio"].toggle:checked + label {
        background-image: linear-gradient(to top,#0e4e81,#1e6298);
        box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
        cursor: default;
        color: #E6E6E6;
        border-color: transparent;
        text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
    }

    input[type="radio"].toggle + label {
        width: 80px;
        box-sizing: content-box;
    }

    input[type="radio"].toggle:checked + label.cookie-btn:hover {
        background-color: inherit;
        background-position: 0 0;
        transition: none;
    }

input[type="radio"].toggle-left + label {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="radio"].toggle-left:checked + label {
    background-image: linear-gradient(to top,#0e4e81,#1e6298);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #fff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle-right:checked + label {
    background-image: linear-gradient(to top,#174e81,#164d81);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, .2), 0 1px 2px rgba(0, 0, 0, .05);
    cursor: default;
    color: #fff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, .75);
}

input[type="radio"].toggle-right + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*#endregion cookie*/
.cookie-table tr td {
    position: relative;
    width: 75%;
}

#privacy-policy br {
    display: block;
}

.phone-list-paging {
    position: relative;
    text-align: center;
}

.page-numbers span, .page-numbers a {
    position: relative;
    top: 20px;
    padding: 0 5px;
}

.page-numbers span {
    background-color: #e3ecf5;
    padding: 10px 15px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    color: #216793;
}
/*#region newsletter embeded*/

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}

    #mergeRow-gdpr fieldset label {
        font-weight: normal;
    }

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}


#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}

    #mergeRow-gdpr fieldset label {
        font-weight: normal;
    }

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}


#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}

    #mergeRow-gdpr fieldset label {
        font-weight: normal;
    }

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}

.newsletter-disclaimer {
    padding: 15px;
    border: dotted 1.5px #e85c41;
    margin: 0;
}

    .newsletter-disclaimer p {
        font-size: 13px;
        line-height: 20px;
        padding: 0;
        margin: 0;
    }
/*#endregion newsletter*/


iframe {
    height: 1150px;
    width: 100%;
    min-height: auto;
}


/*#regiona sa version*/
#sa .photos-main a {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
}
#sa a.instagram-button.btn,
#sa a.instagram-button.btn:hover{
	height: 40px;
}
#sa .picture .category-title {
    padding: 10px 15px;
	text-align:right;
}
#sa #becutan-header .contact-part {
    padding: 25px 35px 0 0px;
}

#sa #becutan-header .logo-contact-part .logo {
    padding: 0px 0 30px;
}

#sa #becutan-header .search {
    left: 0;
}

#sa .navbar-nav > li > .dropdown-menu li {
    text-align: right;
}

#sa .becutan-menu.main-menu .navbar-nav > li > .dropdown-menu > li:hover {
    background-image: url(/content/images/home/arrow-right-novosti-rotated.png);
}

#sa .category-part .infPic {
    text-align: right !important;
    padding-right: 15px;
}

#sa #ns-content .home .novosti {
    width: 415px !important;
}

    #sa #ns-content .home .novosti p {
        width: 100%;
        padding-right: 0 !important;
    }

#sa #ns-content .home .txt-novosti .go,
#sa #ns-content .home .txt-najnovi-proizvodi .go {
    padding-right: 0 !important;
}



#sa .inner-content-box ul li,
#sa .products-desc .text-product ul li {
    padding-right: 10px;
}

#sa #sideMenu a.list-group-item.active h4 {
    text-align: right !important;
}

#sa ul.sidemenu * {
    text-align: right;
}

#sa .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    text-align: right;
}

#sa .table.tableBecutan.sa-table > tbody > tr > td {
    width: auto !important;
}

#sa .table.tableBecutan.sa-table * {
    width: auto;
    text-align: right !important;
}

#sa .accordions-prasanja-odgovori.sa * {
    text-align: right !important;
}

#sa .accordions-prasanja-odgovori.sa .card .card-header h5 a i {
    text-align: left !important;
    left: 10px !important;
}

#sa .accordions-prasanja-odgovori.sa .card .card-header h5 {
    padding: 10px 60px 15px 10px;
}

    #sa .accordions-prasanja-odgovori.sa .card .card-header h5:before {
        right: 12px;
        left: auto;
    }

#sa .inner-content-box ul li, 
#sa .products-desc .text-product ul li {
    text-align: right;
    z-index: 2;
    position: relative;
    display: block;
	padding-right: 20px;
}

    #sa .inner-content-box ul li a,
    #sa .products-desc .text-product ul li a {
        padding-right: 20px;
    }

#sa .inner-content-box ul li:before, 
#sa .products-desc .text-product ul li:before {
    right: 0;
}

#sa .becutan-inner .inner.inner-content-box .article-text .toc {
    text-align: right;
}

#sa .subtitle,
#sa .text {
    text-align: right;
}

#sa #carousel-generic-mobile {
    bottom: 40px;
}

#sa .breadcrumbs {
    text-align: right;
}

#sa .category-part .more:after {
    content: '\2192';
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    left: initial;
    margin-left: 20px;
}

#sa #ns-content .home .txt-novosti .go .fas.fa-arrow-right,
#sa #ns-content .home .txt-najnovi-proizvodi .go .fas.fa-arrow-right {
    transform: rotate(-180deg);
}

@media(max-width: 767px) {
    #sa #ns-content .home .novosti {
        margin-left: 0 !important;
    }

    #sa #ns-content .home .novosti {
        width: 100% !important;
        padding-right: 25px !important;
    }

    #sa #ns-content .home .txt-novosti,
    #sa #ns-content .home .txt-najnovi-proizvodi {
        width: 100% !important;
    }

        #sa #ns-content .home .txt-novosti .go,
        #sa #ns-content .home .txt-najnovi-proizvodi .go {
            bottom: 0;
            top: initial;
        }

    #sa #ns-content .home .novosti .fal.fa-newspaper:after {
        right: 0;
    }

    .sa-mob-menu .mm-panel_has-navbar.mm-panel_opened * {
        text-align: right;
    }

    .sa-mob-menu .mm-btn_next:after {
        transform: rotate( -45deg);
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #sa #becutan-header .col-sm-3.hidden-xs a {
        position: relative;
        display: block;
        margin-bottom: 30px;
        right: 0;
    }

    #sa .languages.mini-menu {
        right: 25px;
    }

    #sa #ns-content .home .novosti {
        width: 285px !important;
    }

        #sa #ns-content .home .novosti .txt-novosti p {
            width: 100% !important;
        }

        #sa #ns-content .home .novosti .txt-najnovi-proizvodi p {
            width: 100% !important;
        }

    #sa #ns-content .home .txt-najnovi-proizvodi {
        width: 100% !important;
    }

    #sa #ns-content .home .novosti {
        margin-bottom: 80px;
    }

    #sa #becutan-header .search {
        position: absolute !important;
        bottom: 15px !important;
        left: 10px !important;
    }

    #sa .category-part .text {
        width: 85%;
        margin: 0 auto;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #sa #becutan-header .col-sm-3.hidden-xs a {
        position: relative;
        display: block;
        margin-bottom: 30px;
        right: 0;
    }
}
#privacy-policy li {
   padding-left: 15px
}
/*#endregiona sa version*/
