/* Header */

.middle {
    background-color: #fff;
    color: #ffffff;
    font-size: 16px;
    margin-top: 1px;
}

.header-menu {
    width: 100%;
    height: 40px;
    margin-top: -21px;
    background: rgba(0,0,0,0.6);
}

.scrolled .header-menu {
    position: fixed;
    top:21px;
    left:0;
    z-index:9999999;
}

.header-menu ul li {
    float:left;
    width: 16.6%;
    height: 40px;
    font-family: "Open sans", sans-serif;
    text-align: center;
    border-right: 2px solid #fff;
    padding-top: 7px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;

}

.header-menu ul li:last-child {
    background-color: #942359;
}

.header-menu .progress {
    width: 100%;
    height: 4px;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
}

.progress-bar-renault {
    height: 4px;
    background: #942359;
}

/* Body */


.main-body {
    height: 82vh;
    overflow: hidden;
}

.flex {
    display: flex;
    justify-content: center;
}

.leftdex {
    background-image: url(images/uvod_dark.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33%;
}

.maindex {
    background-color: #fff;
    padding: 40px;
    max-width: 700px;
}

.rightdex {
    width: 33%;
    background-color: #fff;
}

.main-title_1 {
    font-family: "superclarendonbold";
    color: #000;
    text-align: center;
    font-size: 40px;
    line-height: 41px;
    margin-top: 7px;
}

.main-title {
    font-family: "superclarendonbold";
    color: #932259;
    text-align: left;
    font-size: 70px;
    line-height: 71px;
}

.w_text {
    font-family: 'Open Sans', sans-serif;
    color: #555;
}

.w_text_m {
    margin-top: 30px;
}

.uvod_heading {
    font-family: "superclarendonbold";
    color: #fff;
    text-align: right;
    font-size: 40px;
    line-height: 41px;
}

.uvod_small {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: right;
}



.flex_row {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 20%;
}

.rightdex_bck {
    background-image: url(images/fotic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 100%;
    width: 110%;
}

.uvod_lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 26px !important;
    color: #fff;
    align-self: flex-end;
    text-align: center;
    margin-bottom: 30%;
    margin-left: -20px;
}

.uvod_big {
    display: block;
    font-family: "superclarendonbold";
    color: #932259;
    text-align: left;
    font-size: 46px;
    line-height: 20px;
    padding-bottom: 19px;
}

.full-width {
    width: 100%;
}

.separator_pink {
    height: 17px;
    background-color: #932259;
}

.illustration {
    background-color: #fff;
    padding: 40px 0;
}

.danger_1 {
    width: 100%;
}

.danger_subtitle {
    height: auto;
    background-color: #000;
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 46px;
    line-height: 46px;
    padding: 16px;
    border-bottom: 16px solid #932259;
}

.danger_menu {
/*
    background-color: #932259;
    height: 50px;
    border-bottom: 6px solid #000;
*/
}

.danger_title {
    font-family: "superclarendonbold";
    font-size: 30px;
    line-height: 24px;
    color: #932259;
    text-align: center;
}

.danger_width {
    max-width: 1180px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.flex_1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.danger_font {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.3s;
}

.danger_font:hover {
    opacity: 0.5;
    transition: 0.3s;
    text-decoration: none;
}

.danger_video {
    position: absolute;
    bottom: -10px;
}

.danger_info::before {
    content: "";
    position: absolute;
    background-image: url(images/info.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    bottom: 26px;
    right: 62px;
}

.danger_photo::before {
    content: "";
    position: absolute;
    background-image: url(images/photo.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    bottom: 26px;
    right: -13px;
}

.danger_menu_box {
    width: 150px;
    height: 150px;
    background-color: #932259;
    margin-top: 20px;
    margin-right: 20px;
}

.danger_content {
    height: 100%;
    background-image: url(images/selo_rude_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.danger_content_info {
    background-color: #fff;
}

.danger_info_content {
    background-color: #fff;
    margin: 0 auto;
    width: 900px;
    padding: 15px 40px 40px;
}

.danger_content_photo img {
    width: 100%;
}

.danger_info_margin {
    height: 100px;
}

.arrow_r {
    width: 110px;
    height: 145px;
    background-color: #932259;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 40%;
    right: 0;
}

.flex_2 {
    display: flex;
    align-items: center;
    padding-bottom: 15%;
}

.arrow_l {
    width: 110px;
    height: 145px;
    background-color: #932259;
    background-image: url(images/arrow_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 10;
}

.art_bck {
    background-image: url(images/umjetnici_podloga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    margin-top: 30px;
}

.flex_3 {
    display: flex;
    justify-content: center;
    align-self: center;
}

.art_main {
    width: 850px;
    margin: 0 auto;
}

.art_box {
    max-width: 270px;
    text-align: left;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 26px;
    margin-right: 20px;
}

.flex_align {
    justify-content: center;
}

.art_boxes {

}

.art_title {
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 50px;
    line-height: 51px;
    margin-bottom: 20px;
}

.art_img {
    margin-bottom: 10px;
    border: 2px solid #fff;
}

.flex_align_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.art_l {
    width: auto;
}

.danger_buttons {
    background-color: #fff;
    padding-bottom: 20px;
    margin: 20px 0;
}



.art_maindex {
    width: 1100px;
    background-color: #0E0E0E;
    padding: 40px;
}

.art_w_text {
    color: #aaa;
    font-family: 'Open Sans';
}

.art_rightdex {
    width: 33%;
    background-color: #0E0E0E;
}

.art_leftdex {
    width: 33%;
    background-color: #0E0E0E;
}

.art_main-title {
    font-family: "superclarendonregular";
    color: #932259;
    text-align: left;
    font-size: 50px;
    line-height: 51px;
}

.art_uvod_small {
    font-family: 'Open Sans', sans-serif;
    color: #aaa;
    font-size: 13px;
    width: 50%;
    align-self: flex-end;
    font-style: italic;
    text-align: right;
}

.art_galerija {
/*
    width: 1180px;
    margin: 0 auto;
*/
}

.art_size {
    height: 100%;
    overflow: hidden;
}

.art_uvod_small_1 {
    font-family: 'superclarendonregular', sans-serif;
    color: #aaa;
    font-size: 16px;
    width: 50%;
    align-self: flex-end;
    text-align: right;
}

.margin_top_10 {
    margin-top: 0px;
}

.art_danger_menu {
    background-color: #932259;
    height: 50px;
    padding-top: 10px;
    border-bottom: 3px dotted #111;
}

.bck_white {
    background-color: #fff;
}

.romeo_box {
    width:100%;
    background-image: url(images/romeo_ibriscevic.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.fam {
    margin: 30px 0 -40px;
}

.bor_bot {
    border-bottom: 16px solid #922159;
}

.art_uvod_small_2 {
    font-family: 'superclarendonregular', sans-serif;
    color: #777;
    font-size: 16px;
    width: 70%;
    min-height: 10px;
    align-self: flex-end;
    text-align: right;
    bottom: 50px;
    position: absolute;
}

.flex_some {
    justify-content: flex-end;
}

.disc {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 17px;
    padding: 10px;
    border-top: 2px solid #932259;
}

.karta_box {
    background-color: #275C79;
    height: 700px;
    outline: none;
}

.relative {
    position: relative;
}

.flex_4 {

}

.ikone {
    margin: 0 auto;
    padding-top: 10px;

}

.ikone_1 {
    margin: 0 auto;
    padding-top: 18px;
}

.inactive {
    opacity: 0.4;
}

.location_map {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    margin-top: 20px;
    background: url(images/Lokacije.jpg) 0 0;
}

.location_map_1 {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(images/Lokacije.jpg) 0 -315px;
}

.location_map_2 {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(images/Lokacije.jpg) 0 -620px;
    margin-top: 15px;
}

.danger_subtitle_small {
    height: auto;
    background-color: #000;
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 31px;
    line-height: 30px;
    padding: 14px;
}

.location_map_4 {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(images/Lokacije.jpg) 0 -925px;
}

.location_map_5 {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    margin-bottom: 25px;
    background: url(images/Lokacije.jpg) 0 -1250px;
}


/* Comparison css */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px; }

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none; }
.twentytwenty-container img {
    max-width: 1180px;
    position: absolute;
    top: 0;
    display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
    opacity: 0; }
.twentytwenty-before-label:before {
    content: ""; }

.twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-after-label:before {
    content: ""; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px; }

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25; }
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 0; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 0; }

.twentytwenty-before {
    z-index: 20; }

.twentytwenty-after {
    z-index: 10; }

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px; }

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px; }

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px; }

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px; }


.location_map_3 {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(images/Lokacije.jpg) 0 -925px;
    margin-top: 15px;
}

.bkg_white {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1180px;
}

.s_author {
    font-family: "superclarendonbold";
    color: #932259;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.m_t_15 {
    margin-top: 15px;
}



.danger_content_photo {
    background-color: #0E0E0E;
}

.danger_subtitle_blu {
    height: auto;
    background-color: #275c79;
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 46px;
    line-height: 46px;
    padding: 16px;
    padding: 20px 50px;

}

.m_t_30 {
    margin-top: 30px;
}

.s_cap:first-letter {
    float: left;
    width: 0.85em;
    font-size: 570%;
    line-height: 80%;
    font-family: "superclarendonbold";
    color: #942359;
}

.s_lead {
     font-family: "superclarendonbold";
    color: #000;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    margin-top: 7px;
}

.s_lead_l {
     font-family: "superclarendonbold";
    color: #000;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    margin-top: 7px;
}

.width_800 {
    max-width: 800px;
    margin: 0 auto;
}

video {
    width: 100%;
}


.s_grafika {
    max-width: 100%;
    margin: 40px auto;
}

.s_potpis {
    text-align: center;
    font-family: "superclarendonbold";
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.s_potpis_1 {
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.danger_subtitle_1 {
    height: auto;
    background-color: #000;
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 46px;
    line-height: 46px;
    padding: 16px;
}

.s_olupina_btn {
    width: 350px;
    height: 100px;
    background-color: #932259;
    outline: none;
    border: none;
    font-family: "Open sans", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 20px;
}

.prijavi_olupinu {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.s_form_name {
   display: inline-block;
    height: 40px;
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    padding-left: 10px;
    color: #777;
}

.s_form {
    max-width: 1180px;
    margin: 20px auto;
}

.s_form_w {
    width: 547px;
}

.s_form_w_1 {
    width: 1098px;
    margin-top: 4px;
}

.s_form_another {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 30px;
    cursor: pointer;
}

.s_olupina_btn_grey {
    width: 350px;
    height: 100px;
    background-color: #999;
    outline: none;
    border: none;
    font-family: "Open sans", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 20px;
        line-height: 100px;
}

a:hover,
a:active,
a:visited,
a:link {
    color: #fff;
}

body.scrolled.up.unlock .navbar.main_nav,
  body.scrolled.down.unlock .navbar.main_nav.desktopOpen {
    display: none;
}

.s_potpis_2 {
    text-align: center;
    font-family: "superclarendonbold";
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.s_subtitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.danger_title a:link {
    color: #000;
    text-decoration: underline;
}

.s_prijavi {
    line-height: 30px;
    margin-top: 0px;
}

.danger_subtitle_blu_1 {
    height: auto;
    background-color: #275c79;
    text-align: center;
    font-family: "superclarendonbold";
    font-size: 34px;
    line-height: 38px;
    padding: 16px;
    padding: 20px 50px;
}

.s_share {
    font-family: 'Open Sans', sans-serif;
    color: #999;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
}

.s_share_footer {
    font-family: 'Open Sans', sans-serif;
    color: #999;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 25px;
}

.s_share_img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.s_share_img_footer {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.s_native {
    max-width: 350px;
    margin: 0 auto;
}

.m_spica,
.s_grafika_m,
#karta_m,
.karta_img,
.illustration_m {
    display: none;
}



@media screen and (max-width: 769px) {

    .middle {
        max-width: 100vw;
        overflow: hidden;
    }

    .header-menu,
    .karta_box,
    #karta,
    .rightdex,
    .art_leftdex,
    .art_rightdex,
    .s_grafika,
    .s_bckg_fix,
    .illustration {
        display: none;
    }

    .art_maindex {
        width: 100%;
    }

    .danger_info_content {
        width: 100%;
    }

    .danger_menu_box {
        width: 100px;
        height: 140px;
        background-color: #932259;
        margin-top: 20px;
        margin-right: 10px;
    }

    .danger_font {
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
        transition: 0.3s;
    }

    .width_800 {
        max-width: 90%;
        margin: 0 auto;
    }

    .s_lead_l {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0px;
    }

    .art_box {
        max-width: 270px;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 18px;
        margin-right: 7px;
        margin-left: 7px;
    }

    .arrow_r {
        width: 4%;
        height: 15%;
        background-color: #932259;
        background-image: url(images/arrow.svg);
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 40%;
        right: 0;
        margin-right: 2%;
        border: 3px solid #932259;
    }

    .arrow_l {
        width: 4%;
        height: 15%;
        background-color: #932259;
        background-image: url(images/arrow_1.svg);
        background-repeat: no-repeat;
        background-position: left;
        margin-right: auto;
        position: absolute;
        top: 40%;
        left: 0;
        margin-left: 2%;
        z-index: 10;
        border: 3px solid #932259;
    }

    .s_form_w,
    .s_form_w_1 {
        margin-top: 10px;
        width: 100%;
    }

    .s_form {
        max-width: 100%;
        margin: 20px auto;
    }

    .prijavi_olupinu {
        max-width: 100%;
        padding: 0 15px;
    }

    .s_olupina_btn {
        width: 90%;
    }

    .main-body {
        display: none;
    }

    .m_spica {
        display: inherit;
        background-color: #000;
        background-image: url(images/spica.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 80vh;
        margin-top: -22px;
    }

    .renault {
        background-color: #932259;
        text-align: center;
        font-family: "superclarendonbold";
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    .danger_subtitle {
        font-size: 36px;
        line-height: 40px;
    }

    .s_grafika_m {
        display: inherit;
        max-width: 100%;
        margin: 40px auto;
    }

    #karta_m,
        .karta_img {
        display: inherit;
    }

    body.scrolled.up.unlock .navbar.main_nav,
  body.scrolled.down.unlock .navbar.main_nav.desktopOpen {
    display: block;
}

    .cd-image-container {
        width: 100%;
       height: auto;
   }

    .illustration_m {
        max-width: 100%;
        display: inherit;
    }

    .s_native {
        max-width: 70%;
        margin: 0 auto;
    }















}



.s_bckg_fix {
    width: 349px;
    height: 80px;
    background-color: #275c79;
    position: absolute;
    right: 0;
    bottom: 73px;
    
}

.s_s_bckg_box {
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
}
