/* Reseting browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* /////////////////////////////////////////////////// */
/* /////// 1. Basic global styling & Homepage //////// */
/* /////////////////////////////////////////////////// */

body {
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    -ms-font-smoot: always;
    -webkit-text-stroke: 0.3px;
    background: #fff;

}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #4597af;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC', sizingMethod=crop);
    zoom: 1;
}

.intro svg {
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
    font-family: 'Conv_ClanPro-Book', Sans-Serif;
}

#fp-nav ul li .fp-tooltip {
    color: #333333;
    height: 200px;
}

.sjena {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.allCaps {
    text-transform: uppercase;
}

/* Style for our header texts
* --------------------------------------- */

.section .fp-tableCell > header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section > header p, .section .fp-tableCell > header p {
    max-width: 70%;
    margin: 0 auto;
}

.section > header h6, .section .fp-tableCell > header h6 {
    position: relative;
    top: auto;
    bottom: auto;
    max-width: 70%;
    margin: 0 auto;
}

@media all and (min-width: 1600px) {

    .section .fp-tableCell > header p {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media all and (max-width: 1024px) {

    .section header p, .section .fp-tableCell > header p {
        max-width: 80%;
        margin: 0 auto;
    }

    .section > header h6, .section .fp-tableCell > header h6 {
        max-width: 80%;
        margin: 0 auto;
    }
    .section h6{
        width: auto;
        left: 0;
        right: 0;
        max-width: 90%;
        margin: 10px auto 30px;
        text-align: center;
    }
}

h1, .section-title {
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
    font-size: 30px;
    color: #000;
    margin-top: 80px;
    font-weight: 100;
    padding-bottom: 10px;
}

@media all and (min-width: 1200px) {
    h1 {
        margin-top: 80px;
    }
}

@media all and (min-width: 1600px) {
    h1 {
        margin-top: 120px;
    }
}

p {
    font-family: 'Conv_ClanPro-Book', Sans-Serif;
    font-size: 16px;
    line-height: 2em;
    margin: 0 auto;
}

.intro p {
    font-size: 16px;
    color: #000;
    font-weight: 100;
    padding-top: 15px;
    max-width: 700px;
    line-height: 2em;
    text-align: center;
}

@media all and (max-width: 768px) {

    h1 {
        margin-top: 20px;
        padding: 0 10px 15px;
        font-size: 28px;
    }

    p {
        font-size: 16px;
        line-height: 1.8em;
        opacity: 0.6;
    }

    .intro p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro h1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Centered texts in each section
* --------------------------------------- */
.section {
    position: relative;
    text-align: center;
}

@media all and (max-width: 768px) {

    .section {
        padding: 40px 0;
        overflow: hidden;
    }

    .section#section0 {
        padding-bottom: 0;
    }

    .section#section17 {
        padding-bottom: 175px;
    }

    .section#section10 {
        padding-bottom: 150px;
    }

    .section#section14 {
        padding-bottom: 150px;
    }

    .section#section15 {
        padding-bottom: 0;
    }
}

/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.controlArrow.prev {
    left: 50px;
}

.controlArrow.next {
    right: 50px;
}

/* Fixed header and footer.
* --------------------------------------- */
#header {
    position: fixed;
    height: 60px;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 15px 0 0 0;
}

#header {
    top: 20px;
}

#header a {
    color: #333333;
}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #000;
}

#section1 h1, #section1 p {
    color: #000;
}

#section1 .njuskalo-lik {
    height: 500px;
    bottom: -100%;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 90px;
}

#line_one, #line_two, #line_three, #curve_one, #curve_two {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

#section2 .njuskalo-lik {
    height: 500px;
    bottom: -100%;
    float: left;
    position: absolute;
    left: 0;
    margin-left: 90px;
}

#section0 .infografika, #section2 .infografika {
    padding-top: 20px;
    left: 70%;
    position: relative;
}

#section1 .infografika {
    padding-top: 90px;
    right: 70%;
    position: relative;
}

@media (min-width: 769px) {

    .section p, .section h1 {
        opacity: 0;
    }
}

/* selection settings */

::-moz-selection {
    text-shadow: none;
    background: #dfaa21;
}

::selection {
    text-shadow: none;
    background: #dfaa21;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

/* //// Helpers ///// */

.white-on-mobile {
    background: #ffffff;
}

.blue-on-mobile {
    background: #2b4194;
}

.purple-on-mobile {
    background: #7D51A0;
}

@media (min-width: 769px) {

    .hidden-desktop {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 768px) {

    .white-on-mobile {
        background: #ffffff;
    }

    .light-blue-on-mobile {
        background: #34b1e7;
    }

    .hidden-mobile {
        display: none;
        visibility: hidden;
    }
}

@media all and (max-width: 768px) {

    /*svg path text, svg g text {*/
    /*font-size: 18px !important;*/
    /*}*/
}

/* //// Navigation ///// */

#header .njuskalo-link {
    float: left;
    margin-left: 45px;
    font-weight: bold;
}

#header .podijeli-link {
    float: right;
    margin-right: 45px;
    text-transform: uppercase;
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
    font-size: 12px;
    opacity: 0.6;
    transition: 0.7s;
    color: black;
}

#header .podijeli-link:hover {
    opacity: 1;
}

#header .fa {
    float: right;
    font-size: 16px;
    opacity: 0.3;
    padding-right: 30px;
    transition: 0.7s;
    -webkit-transition: 1s;
    color: black;
}

#header .fa:hover {
    opacity: 1;
}

#header .social-media {
    float: right;
    margin-right: 150px;

}

@media (max-width: 1200px) {
    #header .njuskalo-link {
        float: left;
        margin-left: 45px;
        font-weight: bold;
    }

    #header .podijeli-link {
        float: right;
        margin-right: 45px;
        text-transform: uppercase;
        font-family: 'Conv_ClanPro-Bold', Sans-Serif;
        font-size: 12px;
        opacity: 0.6;
    }

    #header .social-media {
        float: right;
        margin-right: 50px;

    }
}

/* //// Section 1 //// */

svg {
    width: 100%;
    height: 100%;

}

.svg_box_1 {
    position: relative;
    max-width: 1250px;
    margin: 20px auto;
    left: 3000px;
}

#section0 h1 {
    font-family: 'Conv_CTMercuriusStd-Black';
    font-size: 72px;
    letter-spacing: 0;
}

@media all and (max-width: 768px) {
    #section0 h1 {
        font-size: 45px;
    }
}

#section0 p {
    font-size: 23px;
}

@media all and (max-width: 768px) {
    #section0 p {
        font-size: 16px;
    }
}

#section0 span {
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
}

#section0 .njuskalo-lik {
    height: 1400px;
    bottom: -300%;
    float: right;
    position: absolute;
    right: 50%;
    margin-left: 0;
}

@media (max-width: 1250px) {
    #section0 .njuskalo-lik {
        height: 1200px;
        bottom: -300%;
        float: right;
        position: absolute;
        right: 44%;
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    #section0 .njuskalo-lik {
        height: 1000px;
        bottom: -300%;
        float: right;
        position: absolute;
        right: 44%;
        margin-left: 0;
    }
}

.svg_box_2 {
    max-width: 1200px;
    position: relative;
    margin: 70px auto 0;
    right: 3000px;
}

.svg_box_3 {
    max-width: 500px;
    position: relative;
    margin: 70px auto 0;
    left: 3000px;
}

.svg_box_4 {
    max-width: 1300px;
    position: relative;
    margin: 30px auto 0;
    left: 3000px;
}

.svg_box_5 {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    bottom: 3000px;

}

.svg_box_7 {
    max-width: 500px;
    position: relative;
    margin: 70px auto 0;
    left: 3000px;
}

.svg_box_10 {
    max-width: 1400px;
    position: relative;
    margin: 10px auto 0;
    left: 3000px;
}

.bottom_box {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    background: none;
}

.left_box {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    bottom: 0;
    background: #df5f93;
}

.left_box svg, .right_box svg {
    width: 50%;
    opacity: 0;
}

.right_box {
    display: block;
    float: right;
    width: 0%;
    height: 100%;
    right: 0;
    background: #f6c33d;
}

.bottom_box img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 780px;
    height: auto;
    margin-top: -390px; /* Half the height */
    margin-left: -390px; /* Half the width */

}

#section7 .njuskalo-lik {
    height: 700px;
    bottom: -100%;
    float: left;
    position: absolute;
    left: 33%;
    margin-left: 10%;
}

@media all and (max-width: 1200px) {

    #section7 .njuskalo-lik {
        margin-left: 0;
    }
}

#section4 .njuskalo-lik {
    height: 500px;
    bottom: -100%;
    float: right;
    position: absolute;
    right: 64%;
    margin-left: 90px;
}

#section5 .njuskalo-lik {
    height: 500px;
    bottom: -100%;
    float: left;
    position: absolute;
    left: 64%;
    margin-left: 90px;
}

/* ///// navigation /////// */

#navigacija {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999999999;
}

.svg_box_nav {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 35px;
    z-index: 9999999999;

}

.svg_box_6 {
    position: relative;
    max-width: 300px;
    /*margin: 70px auto;*/
    margin: 100px auto 0;
    left: 3000px;
}
#section6 .image_hold{
    position: relative;
    max-width: 300px;
}
.svg_box_6 h1, #section6 .image_hold h1 {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    line-height: 100px;
    text-align: center;
    font-size: 45px;
    width: 100%;
    letter-spacing: 0;
}

#section6 .njuskalo-lik {
    height: 500px;
    bottom: -100%;
    float: left;
    position: absolute;
    left: 0;
    margin-left: 10%;
}

@media all and (max-width: 1200px) {

    #section6 .njuskalo-lik {
        margin-left: 0;
    }
}

#section6 .infografika {
    padding-top: 90px;
    left: 70%;
    position: relative;
}

.svg_box_7 {
    max-width: 700px;
    position: relative;
    margin: 70px auto 0;
    left: 3000px;

}

#section7 .njuskalo-lik {
    height: 500px;
    bottom: -100%;
    float: left;
    position: absolute;
    left: 0;
    margin-left: 90px;
}

@media all and (max-width: 1200px) {

    #section7 .njuskalo-lik {
        margin-left: 0;
    }
}

.svg_box_8 {
    max-width: 1600px;
    position: relative;
    margin: 80px auto;
    padding: 0 50px;
}

@media all and (max-width: 1280px) {
    .svg_box_8 {
        margin: 60px auto;
    }
}

@media all and (max-width: 768px) {
    .svg_box_8 {
        max-width: 100%;
        position: relative;
        margin: 40px auto;
        padding: 0 15px;
    }
}

.svg_box_8 .lista_container h3 {
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.svg_box_8 .lista_container p {
    font-size: 12px;
    padding-top: 12px;
    line-height: 15px;
    opacity: 0.5;
    text-align: center;
    width: 100%;
}

.svg_box_8 .lista_container img {
    padding-bottom: 12px;
}

.svg_box_8 .lista_container .row_1 {
    margin-bottom: 70px;
}

@media all and (min-width: 769px) {

    .svg_box_8 .box-1, .svg_box_8 .box-2, .svg_box_8 .box-3, .svg_box_8 .box-4, .svg_box_8 .box-5, .svg_box_8 .box-6, .svg_box_8 .box-7 {
        opacity: 0;
    }

    .svg_box_8 .lista_container .row > div:nth-child(1) {
        margin-bottom: 20px;
    }

    .svg_box_8 .lista_container .row > div:nth-child(2) {
        margin-bottom: 20px;
    }

    .svg_box_8 .lista_container .row > div:nth-child(3) {
        margin-bottom: 20px;
    }

    .svg_box_8 .lista_container .row > div:nth-child(4) {
        margin-bottom: 20px;
    }

    .svg_box_8 .box-1, .svg_box_8 .box-2, .svg_box_8 .box-3, .svg_box_8 .box-4, .svg_box_8 .box-5, .svg_box_8 .box-6, .svg_box_8 .box-7 {
        opacity: 0;
    }
}

@media all and (min-width: 1280px) {

    .svg_box_8 .lista_container .row > div:nth-child(1) {
        margin-bottom: 40px;
    }

    .svg_box_8 .lista_container .row > div:nth-child(2) {
        margin-bottom: 40px;
    }

    .svg_box_8 .lista_container .row > div:nth-child(3) {
        margin-bottom: 40px;
    }

    .svg_box_8 .lista_container .row > div:nth-child(4) {
        margin-bottom: 40px;
    }
}

.svg_box_9 {
    position: relative;
    margin: 80px auto 0;
    padding: 0 50px;
}

@media all and (max-width: 1200px) {

    .svg_box_9 {
        margin: 60px auto 0;
    }
}

@media all and (max-width: 768px) {

    .svg_box_9 {
        max-width: 100%;
        position: relative;
        margin: 40px auto 0;
        padding: 0 0;
    }
}

.svg_box_9 .lista_container_targets h3 {
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.svg_box_9 .lista_container_targets p {
    font-size: 12px;
    padding-top: 12px;
    line-height: 15px;
    opacity: 0.5;
    text-align: center;
    width: 100%;
}

.svg_box_9 .lista_container_targets img {
    padding-bottom: 12px;
    padding-right: 0;
    max-height: 100px;
}

@media all and (max-width: 768px) {

    .svg_box_9 .lista_container_targets {
        text-align: center;
    }

    .svg_box_9 .lista_container_targets h3 {
        text-align: center;
    }

    .svg_box_9 .lista_container_targets p {
        text-align: center;
    }

    .svg_box_9 .lista_container_targets img {
        padding-bottom: 12px;
        float: none;
        padding-right: 0;
        display: inline-block;
    }
}

.svg_box_9 .lista_container_targets .row_1 {
    margin-bottom: 40px;
}

.svg_box_9 .box-1, .svg_box_9 .box-2, .svg_box_9 .box-3, .svg_box_9 .box-4, .svg_box_9 .box-5, .svg_box_9 .box-6, .svg_box_9 .box-7, .svg_box_9 .box-8, .svg_box_9 .box-9, .svg_box_9 .box-10, .svg_box_9 .box-11, .svg_box_9 .box-12 {
    opacity: 1;
    text-align: center;
}

@media all and (min-width: 769px) {

    .svg_box_9 .box-1, .svg_box_9 .box-2, .svg_box_9 .box-3, .svg_box_9 .box-4, .svg_box_9 .box-5, .svg_box_9 .box-6, .svg_box_9 .box-7, .svg_box_9 .box-8, .svg_box_9 .box-9, .svg_box_9 .box-10, .svg_box_9 .box-11, .svg_box_9 .box-12 {
        opacity: 0;
        text-align: center;
    }
}

#section10 .njuskalo-lik {
    height: 700px;
    bottom: -100%;
    float: right;
    position: absolute;
    right: 50%;
    margin-left: 90px;
}

@media all and (max-width: 540px) {

    #section10 .njuskalo-lik {
        height: 40%;
        bottom: 0;
        float: right;
        position: absolute;
        right: auto;
        left: -35%;
        margin-left: 0;
    }
}

@media all and (max-width: 768px) {

    #section10 .njuskalo-lik {
        height: 40%;
        bottom: 0;
        float: right;
        position: absolute;
        right: auto;
        left: -15%;
        margin-left: 0;
    }
}

@media all and (max-width: 560px) {

    #section10 .njuskalo-lik {
        height: 40%;
        bottom: 0;
        float: left;
        position: absolute;
        left: 0;
        margin-left: -110px;
    }
}

#section10 h1 {
    font-size: 30px;
}

.svg_box_10 {
    max-width: 600px;
    position: relative;
    margin: 10px auto;
    left: 3000px;
}

.svg_box_11 {
    max-width: 700px;
    position: relative;
    margin: 70px auto 0;
    right: 3000px;
}

.svg_box_12 {
    max-width: 1300px;
    position: relative;
    margin: 20px auto 0;
    left: 3000px;
}

.svg_box_13 {
    max-width: 1100px;
    position: relative;
    margin: 10px auto;
    left: 3000px;
    overflow: hidden;
}

#section13 h1, #section13 p, #section13 h6 {
    color: #fff;
}

#section13 .njuskalo-lik {
    height: 470px;
    bottom: -100%;
    float: right;
    position: absolute;
    right: 70%;
    margin-left: 90px;
}

#section14 .njuskalo-lik {
    height: 750px;
    bottom: -100%;
    float: left;
    position: absolute;
    left: 40%;
    margin-left: 60px;
}

@media all and (max-width: 768px) {

    #section14 .njuskalo-lik {
        height: 350px;
        float: left;
        bottom: 0;
        position: absolute;
        left: 50%;
        margin-left: 30px;
    }
}

@media all and (max-width: 600px) {

  #section14 .njuskalo-lik {
      overflow: hidden;
      height: 250px;
      position: absolute;
      bottom: 0;
      float: right;
  }
}

@media all and (max-width: 390px) {

  #section14 .njuskalo-lik {
      overflow: hidden;
      height: 250px;
      position: absolute;
      left: 37%;
      bottom: 0;
      float: right;
  }
}

#section14 h1 {
    font-size: 30px;
}

.svg_box_14 {
    max-width: 600px;
    position: relative;
    margin: 10px auto;
    left: 3000px;
}

#section15 h1 {
    /*margin-top: -200px;*/
}

#section15 h6 {
    z-index: 999999999999999999;
}

#section15 .njuskalo-lik {

    bottom: -1000px;
    z-index: 999999999;
}

.bottom_box {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 55%;
    bottom: 0;
    background: none;
}

.left_box {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    bottom: 0;
    background: #df5f93;
}

.left_box svg, .right_box svg {
    width: 50%;
    opacity: 0;
}

.right_box {
    display: block;
    float: right;
    width: 0%;
    height: 100%;
    right: 0;
    background: #f6c33d;
}

.svg_box_16 {
    max-width: 600px;
    position: relative;
    /*margin: 30px auto;*/
    margin: 0 auto;
    opacity: 0;

}

.svg_box_17 {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0px;
    left: 3000px;
}

#section17 h6 {
    color: #333333;
    z-index: 9999999999999999999;
    opacity: 0.3;
    bottom: 60px;
}

@media all and (max-width: 768px) {

    #section17 h6 {
        bottom: 0;
    }
}

#section17 h5 {
    color: #fff;
    font-family: 'Conv_ClanPro-Book', Sans-Serif;
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    bottom: 0;
    z-index: 9999999999999;
    width: 100%;
    opacity: 0.4;
    left: 0;
    margin-bottom: 40px;
    padding: 0 20px;
}

#section17 a {
    color: #fff;
    font-family: 'Conv_ClanPro-Book', Sans-Serif;
    font-size: 12px;
    opacity: 0.4;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

#section17 a:hover {
    color: #fff;
    opacity: 1;
}

.bottom_boxlast {
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    bottom: 0;
    background: #333;
}

@media all and (max-width: 768px) {

    .bottom_boxlast {
        position: absolute;
        display: block;
        width: 100%;
        height: 100px;
        bottom: 0;
        background: #333;
        left: 0;
        right: 0;
    }
}

h6 {
    font-family: 'Conv_ClanPro-Book', Sans-Serif;
    font-size: 11px;
    padding-top: 30px;
    font-style: italic;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 70px;
}

#section14 h6 {
  opacity: 0.8;

  font-family: 'Conv_ClanPro-Book', Sans-Serif;
  font-size: 11px;
  padding-top: 30px;
  font-style: italic;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 70px;
}

@media (min-width:768px) {
  #section15 h6 {
    opacity: 1;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    font-family: 'Conv_ClanPro-Book', Sans-Serif;
    font-size: 11px;
    padding-top: 30px;
    font-style: italic;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 70px;
  }
}




@media (max-width: 1300px) {
    .bottom_box img {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 600px;
        height: auto;
        margin-top: -300px; /* Half the height */
        margin-left: -300px; /* Half the width */

    }
}

@media (max-width: 991px) {
    #section9 h3 {
        clear: both;
    }
}

@media (max-width: 768px) {
    body {
        background: #f5bc27;
    }

    #section0 .njuskalo-lik {
        height: 600px;
        bottom: -300%;
        float: right;
        position: absolute;
        right: 34%;
        margin-left: 0;
    }

    #section4 .njuskalo-lik {
        display: none;
    }

    #section5 .njuskalo-lik {
        display: none;
    }

    #section6 .njuskalo-lik {
        display: none;
    }

    #section7 .njuskalo-lik {
        display: none;
    }

    .svg_box_10 {
        max-width: 450px;
        position: relative;
        margin: 10px auto;
        left: 3000px;
    }

    #section14 h1 {
        font-size: 30px;
    }

    .svg_box_14 {
        max-width: 450px;
        position: relative;
        margin: 10px auto;
        left: 3000px;
    }

    #section15 h1 {
        margin-top: 0;
    }

    #section15 .njuskalo-lik {
        display: none;
    }
}

@media all and (min-width: 769px) and (max-height: 800px) {
    #section0 .njuskalo-lik {
        height: 900px;
        bottom: -300%;
        float: right;
        position: absolute;
        right: 50%;
        margin-left: 0;
    }

    .svg_box_1 {
        position: relative;
        max-width: 750px;
        margin: 20px auto 0;
        left: 3000px;
    }

    .svg_box_3 {
        max-width: 350px;
    }

    .svg_box_4 {
        max-width: 700px;
    }

    .svg_box_5 {
        max-width: 800px;
    }

    .svg_box_6 {
        max-width: 250px;
    }

    .svg_box_6 h1 {
        position: absolute;
        top: 50%;
        margin-top: -90px;
        line-height: 100px;
        text-align: center;
        font-size: 40px;
        width: 100%;
        letter-spacing: 0;
    }

    .svg_box_7 {
        max-width: 900px;
    }

    #section10 .njuskalo-lik {
        height: 550px;
        bottom: -100%;
        float: right;
        position: absolute;
        right: 53%;
        margin-left: 90px;
    }

    .svg_box_11 {
        max-width: 900px;
        position: relative;
        margin: 50px auto 0;
        right: 3000px;
    }

    .svg_box_12 {
        max-width: 900px;
        position: relative;
        margin: 20px auto 0;
        left: 3000px;
    }

    .svg_box_13 {
        max-width: 800px;
        position: relative;
        margin: 10px auto;
        left: 3000px;
        overflow: hidden;
    }

    .bottom_box img {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 480px;
        height: auto;
        margin-top: -240px;
        margin-left: -240px;
    }

    .svg_box_16 {
        max-width: 600px;
        position: relative;
        /*margin: 30px auto;*/
        margin: 0 auto;
        opacity: 0;
    }

    .svg_box_17 {
        max-width: 450px;
        margin-top: 0;
    }
}

/* ////////  dodan media query za širinu ekrana veću od 1440 pixela za potrebe pojedinih grafika  //////// */

@media all and (min-width: 1440px) {

    .svg_box_7 {
        max-width: 1000px;
    }

    .svg_box_11 {
        max-width: 900px;
        position: relative;
        margin: 50px auto 0;
        right: 3000px;
    }

    .svg_box_16 {
        max-width: 720px;
        position: relative;
        /*margin: 20px auto;*/
        margin: 0 auto;
        opacity: 0;
    }

    .svg_box_17 {
        max-width: 550px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {

    body {
        background: #f5bc27;
    }

    #header .njuskalo-link {
        float: none;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 0;
    }

    #header .podijeli-link {
        float: none;
        margin: 0;
        text-transform: uppercase;
        font-family: 'Conv_ClanPro-Bold', Sans-Serif;
        font-size: 12px;
        opacity: 0.6;
        display: block;
        padding-top: 20px;
        display: none !important;
    }

    #header .social-media {
        float: none;
        /*margin: 0;*/
        /*display: block;*/
        text-align: center;

        width: 100%;
        margin: 0 auto;
        display: block;
        padding-top: 20px;
        display: block !important;
    }

    #header .social-media a {
        display: inline-block;
    }

    #header .fa {
        padding: 0 15px;
    }

    #header {
        position: relative;;
        /*height: 50px;*/
        display: block;
        width: 100%;
        background-color: #f5bc27;
        z-index: 9;
        text-align: center;
        color: #f2f2f2;

    }

    #header {
        top: 0;
        padding: 20px 0 0 0;
    }

    #header a {
        color: #333333;
    }

    .prvi_fold {
        border-bottom: 1px solid #fff;
    }

    .prvi_fold h1 {
        font-size: 45px;
        margin-top: 80px;
        letter-spacing: 3px;
    }

    .prvi_fold img, .prvi_fold_img {
        width: 100%;
        margin: 0;
        bottom: 0;
        margin-bottom: -3px;
    }

    .drugi_fold h1, .treci_fold h1, .cetvrti_fold h1, .peti_fold h1, .sesti_fold h1, .sedmi_fold h1, .osmi_fold h1, .deveti_fold h1, .deseti_fold h1, .jedanaesti_fold h1, .dvanaesti_fold h1, .trinaesti_fold h1, .cetrnaesti_fold h1, .petnaesti_fold h1, .sesnaesti_fold h1, .sedamnaesti_fold h1 {
        font-size: 18px;
        margin-top: 40px;
    }

    .drugi_fold p, .treci_fold p, .cetvrti_fold p, .peti_fold p, .sesti_fold p, .sedmi_fold p, .osmi_fold p, .deveti_fold p, .deseti_fold p, .jedanaesti_fold p, .dvanaesti_fold p, .trinaesti_fold p, .cetrnaesti_fold p, .petnaesti_fold p, .sesnaesti_fold p, .sedamnaesti_fold p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 22px;
        opacity: 0.6;
    }

    .treci_fold .image_hold {
        height: auto;
        width: 60%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .image_hold {
        height: auto;
        margin: 0 auto;
        width: 60%;
        margin-top: 30px;
    }

    .sesti_fold .image_hold {
        width: 70%;
        margin-bottom: 0;
    }

    .trinaesti_fold h1, .trinaesti_fold h6, .trinaesti_fold p {
        color: #fff;
    }

    .cetrnaesti_fold h1, .cetrnaesti_fold h6, .cetrnaesti_fold p {
        color: #fff;
    }

    .petnaesti_fold .image_hold img {
        width: 80%;
        margin: 0 auto;
        bottom: 0;
        margin-bottom: -3px;
        vertical-align: top;
    }

    .petnaesti_fold .image_hold {
        bottom: 0;
        margin-bottom: 0;
    }

    h6 {
        font-family: 'Conv_ClanPro-Book', Sans-Serif;
        font-size: 10px;
        font-style: italic;
        opacity: 0.3;
        margin-bottom: 30px;
    }

    #section10 h6 {
      font-family: 'Conv_ClanPro-Book', Sans-Serif;
      font-size: 10px;
      font-style: italic;
      opacity: 0.3;
      margin-bottom: 30px;
      padding: 0 100px;
    }

    #section15 h6 {
      font-family: 'Conv_ClanPro-Book', Sans-Serif;
      font-size: 10px;
      font-style: italic;
      opacity: 0.3;
      margin-bottom: 30px;
    }

    #section17 h6 {
        font-family: 'Conv_ClanPro-Book', Sans-Serif;
        font-size: 10px;
        font-style: italic;
        opacity: 0.3;
        bottom: 0;
        margin-bottom: 130px;
    }

    .deveti_fold h3, .osmi_fold h3 {
        font-family: 'Conv_ClanPro-Book', Sans-Serif;
        font-size: 12px;
        padding-top: 10px;

    }

    .deveti_fold p, .osmi_fold p {
        font-family: 'Conv_ClanPro-Book', Sans-Serif;
        font-size: 11px;
        padding-top: 5px;
        line-height: 15px;

    }

    .deveti_fold img, .osmi_fold img {
        padding-top: 15px;
    }

    .contact_mobile h7 {
        font-family: 'Conv_ClanPro-Book', Sans-Serif;
        font-size: 11px;
        color: #fff;
        padding-top: 5px;
        line-height: 15px;
        opacity: 0.5;
    }

    .contact_mobile a {
        font-family: 'Conv_ClanPro-Book', Sans-Serif;
        font-size: 11px;
        color: #fff;
        padding-top: 5px;
        line-height: 15px;
        opacity: 0.5;
    }

    .image_hold img {
        width: 100%;
        vertical-align: top;
    }

    #section14 .image_hold {
        height: auto;
        margin: 0 auto;
        width: 80%;
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .image_hold {
        height: auto;
        margin: 0 auto;
        width: 100%;
        max-width: 90%;
        margin-top: 30px;
    }

    #section14 .image_hold {
        height: auto;
        margin: 0 auto;
        width: 100%;
        margin-top: 30px;
    }
}

/* slick slider */

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 0 10%;
}

@media all and (max-width: 1024px) {
    .slick-slider {
        padding: 0;
    }
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    text-align: center;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #916e12;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    /*left: 25px;*/
    left: 5%;
}

[dir='rtl'] .slick-prev {
    /*right: 25px;*/
    rigth: 5%;
    left: auto;
}

.slick-prev:before {
    content: '\f104';
}

[dir='rtl'] .slick-prev:before {
    content: '\f105';
}

.slick-next {
    /*right: 25px;*/
    right: 5%;
}

[dir='rtl'] .slick-next {
    right: auto;
    /*left: 25px;*/
    left: 5%;
}

.slick-next:before {
    content: '\f105';
}

[dir='rtl'] .slick-next:before {
    content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    /*position: absolute;*/
    /*bottom: -53px;*/
    position: relative;
    bottom: 0;
    height: 53px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    padding-top: 30px;
}


@media all and (max-width: 768px) {

    .slick-dots {
        padding-top: 10px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    max-width: 8%;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 10px 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    max-width: 100%;
}

@media all and (min-width: 1024px) {
    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 3px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #252525;
    max-width: 100%;
    border-radius: 50%;
}


.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #252525;
}

.percent-wrapper {
    position: relative;
}

.percent-wrapper .percent {
    width: 50%;
    float: left;
    font-family: 'Conv_ClanPro-Bold';
    color: #ffffff;
    text-shadow: 3px 6px 9px rgba(0, 0, 0, 0.4);
    font-size: 60px;
    padding-bottom: 95px;
    padding-top: 20px;
}

.percent-wrapper img {
    width: 50%;
    float: left;
}

.percent-wrapper .percent__left {
    left: 0;
}

.percent-wrapper .percent__right {
    right: 0;
}

.page-scroll {
    z-index: 1;
    position: relative;
    width: 200px;
}
.chart-wrap{
    position: absolute;
    margin: 0 auto;
    left: 20px;
    right: 0;
    top: 50px;
    width: 252px;
    height: 252px;
    border-radius: 100%;
    box-shadow: 0px 0px 45px -4px rgba(0,0,0,0.25);
    background: #DBDBDB;
    border: 19px solid white;
}
.chart-wrap::after{
    content: " ";
    position: absolute;
    background: white;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    top: 50px;
    right: 46px;
    box-shadow: inset 0px 0px 35px -4px rgba(0,0,0,0.35);
}
.chart-wrap .chart-canvas{
    position: absolute;
    left: -18px;
    top: -22px;
}
@media (max-width: 768px) {
    .svg_box_16 #bars .bar-item{
        transform: translateX(-190px);
    }
    #tool_text2{
        transform: matrix(1, 0, 0, 1, 9.135, 150.6799) !important;
    }
    #tool_text3{
        transform: matrix(1, 0, 0, 1, 9.135, 247.9177) !important;
     }
    #tool_text4{
        transform: matrix(1, 0, 0, 1, 9.135, 376.9177) !important;
    }
    #section11 .hidden-desktop{
        position: relative;
    }
    #section11 .chart-canvas{
        position: absolute;
        margin: 0 auto;
        left: -7px;
        top: -12px;
        right: 0;
        bottom: 0;
    }
    .chart-wrap{
        position: absolute;
        margin: 0 auto;
        left: 20px;
        top: 35px;
        right: 0;
        width: 125px;
        height: 125px;
        border-radius: 100%;
        box-shadow: 0px 0px 45px -4px rgba(0,0,0,0.25);
        background: #DBDBDB;
        border: 10px solid white;
    }
    .chart-wrap::after{
        width: 60px;
        height: 60px;
        border-radius: 100%;
        top: 22px;
        right: 22px;
        box-shadow: inset 0px 0px 28px -4px rgba(0,0,0,0.30);
    }
}
@media (max-width: 480px) {
    #section11 .chart-canvas{
        position: absolute;
        margin: 0 auto;
        left: -8px;
        top: -13px;
        right: 0;
        bottom: 0;
    }
    .chart-wrap{
        position: absolute;
        margin: 0 auto;
        left: 5px;
        top: -5px;
        right: 0;
        width: 112px;
        height: 112px;
        border-radius: 100%;
        box-shadow: 0px 0px 45px -4px rgba(0,0,0,0.25);
        background: #DBDBDB;
        border: 4px solid white;
    }

}
/* Fixing Internet explorer browser problems */

@media (min-width:768px){

#grafovi {
  height: 536px;
  max-height: 536px;
}

#posjetitelji_prvislajd {
  height: 400px;
  max-height: 400px;
}

#pedeset_posto {
  height: 400px;
  max-height: 400px;
}

#stranice {
  height: 400px;
  max-height: 400px;
}

#ekskluzivni {
  height: 400px;
  max-height: 400px;
}

#stopwatch_box {
  height: 400px;
  max-height: 400px;
}

#unique_visitors {
  height: 430px;
  max-height: 430px;
}

#desktop_mob {
  height: 400px;
  max-height: 400px;
}

#posjetitelji_dnevno {
  height: 400px;
  max-height: 400px;
}

#aplikacije {
  height: 558px;
  max-height: 558px;
}

#facebook {
  height: 475px;
  max-height: 475px;
}

#viber {
  height: 425px;
  max-height: 425px;
}

#bars {
  height: 400px;
  max-height: 400px;
}

#digitalni_mediji {
  height: 385px;
  max-height: 385px;
}
}

@media all and (max-width: 1440px) and (max-height: 880px) {
  #section14 .njuskalo-lik {
      height: 550px;
      bottom: -100%;
      float: left;
      position: absolute;
      left: 40%;
      margin-left: 60px;
  }
}

@media all and (max-width: 768px) {

    #section14 .njuskalo-lik {
        height: 350px;
        float: left;
        bottom: 0;
        position: absolute;
        left: 50%;
        margin-left: 30px;
    }
}

@media all and (max-width: 600px) {

  #section14 .njuskalo-lik {
      overflow: hidden;
      height: 250px;
      position: absolute;
      bottom: 0;
      float: right;
  }
}

@media all and (max-width: 390px) {

  #section14 .njuskalo-lik {
      overflow: hidden;
      height: 250px;
      position: absolute;
      left: 37%;
      bottom: 0;
      float: right;
  }
}
