body {
    font-family: Montserrat;
    color: #002561;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

body.fadeout {
    opacity: 0.0;
    transition: opacity 0.3s;
}

.container {
    width: 1110px;
    left: 0;
    right: 0;
    margin: auto;
}

nav.top {
    background: #80366a;
    height: 50px;
    line-height: 50px;
    font-family: 'Open Sans';
    box-shadow: none;
}

nav.top ul li a {
    font-size: 13px;
    color: #ab809a;
    padding: 0;
}

nav.top ul li {
    margin-right: 20px;
}

nav.top ul li.active {
    background: none;
    position: relative;
}

nav.top ul li.active:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffd466;
    content: "";
}

nav.top ul li.active a {
    color: #ffd466;
}

header {
    height: calc(100vh - 50px);
    background: url("../images/header.jpg") -50px -50px;
    background-size: cover;
    position: relative;
    transition: background-position 0.3s ease-out;
    min-height: 550px;
}

header.type-1:before {
    content: "";
    background: url("../images/header_overlay.png") center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header.type-2 .main-menu, header.type-3 .main-menu {
    display: none;
}

header.type-2 {
    background: #924079;
    height: 350px;
}

header.type-2 .slider-text {
    bottom: 100px;
    position: absolute;
    top: auto;
}

header.type-2 .slider-text h3 {
    margin: 0;
}

header.type-2 .logo-holder img {
    height: 66px;
}

header.type-2 .menu {
    padding-top: 40px;
}
header.type-2 .menu > .left {
    width: calc(100% - 115px);
}

header.type-2 .container {
    background: url("/static/images/staninvest_header.png") no-repeat bottom right;
}

header.type-2 .menu .nav li {
    float: left;
    text-transform: uppercase;
    margin-right: 35px;
    font-family: Montserrat;
    padding-bottom: 20px;
}

header.type-2 .menu .nav li a {
    color: white;
    transition: color 0.5s;
    padding-bottom: 5px;
}


header.type-2 .menu .nav li.active a, header.type-2 .menu .nav li:hover a, header.type-3 .menu .nav li:hover a {
    color: #fed266;
    border-bottom: 2px solid #fed266;
}

header.type-3 {
    background: #924079;
    height: 154px;
}

header.type-3 .slider-text {
    bottom: 100px;
    position: absolute;
    top: auto;
}

header.type-3 .slider-text h3 {
    margin: 0;
}

header.type-3 .logo-holder img {
    height: 66px;
}

header.type-3 .menu {
    padding-top: 40px;
}

header.type-3 .menu .left {
    margin-top: 10px;
}

header.type-3 .container {
    background: none;
}

header.type-3 .menu .nav li {
    float: left;
    text-transform: uppercase;
    margin-right: 35px;
    font-family: Montserrat;
}

header.type-3 .menu .nav li a {
    color: white;
    transition: color 0.5s;
    padding-bottom: 5px;
}


header.type-3 .menu .nav li.active a, header.type-2 .menu .nav li:hover a {
    color: #fed266;
    border-bottom: 2px solid #fed266;
}

header .container {
    height: 100%;
    position: relative;
}

header .slider-text {
    position: absolute;
    top: 0;
    bottom: 0;
    /*width: 37%;*/
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
    color: white;
    justify-content: center;
}

header.type-1 .slider-text h3 {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    cursor: pointer;
}

header.type-1 .slider-text > div {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
}

header.type-1 ul li {
    animation: fadein 1s linear;
    animation-fill-mode: both;
}

header.type-1 ul li:nth-child(1) {
    animation-delay: 0.5s
}

header.type-1 ul li:nth-child(2) {
    animation-delay: 1s
}

header.type-1 ul li:nth-child(3) {
    animation-delay: 1.5s
}

header.type-1 ul li:nth-child(4) {
    animation-delay: 2s
}

header.type-1 ul li:nth-child(5) {
    animation-delay: 2.5s
}

header.type-1 ul li:nth-child(6) {
    animation-delay: 3s
}
header.type-1 ul li:nth-child(7) {
    animation-delay: 3.5s
}

header .hamburger {
    display: none;
}

header .slider-text h3 {
    font-weight: 600;
    line-height: 55px;
    font-size: 32px;
    text-transform: uppercase;
}

header .slider-text h3 span {
    border-bottom: 3px solid #fed266;
    display: inline-block;
}

header .slider-text > div {
    font-size: 22px;
}

header .main-menu {
    position: absolute;
    top: 0;
    padding-top: 65px;
    right: 0;
    bottom: 0;
    width: 33%;
    text-transform: uppercase;
    text-align: right;
}

header .main-menu .logo-holder {
    margin-bottom: 115px;
}

header .main-menu ul {
    display: inline-block;
    position: absolute;
    bottom: 30%;
    right: 0;
}

header .main-menu ul li a {
    color: white;
    font-size: 90%;
}

header .main-menu ul li {
    padding-left: 10px;
    font-size: 16px;
    color: white;
    width: 135px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .main-menu ul li a {
    transition: all 0.5s;
    width: 165px;
    position: absolute;
    right: 0;
    transform: translateX(0px);
}

header .main-menu ul li.active a, header .main-menu ul li:hover a {
    transform: translateX(10px);
    font-weight: 600;
    color: #ffd466;

}

header .main-menu ul li:nth-child(n+2) {
    border-top: 1px solid white;
}

#intervencija {
    padding: 110px 0px 120px;
}

#intervencija .container {
    font-family: "Open sans";
    border: 2px solid #002561;
    padding: 45px 40px;
    position: relative;
    text-align: center;
    line-height: 25px;
}

#intervencija h3 {
    color: #924079;
}

#intervencija h3 {
    position: absolute;
    background: white;
    font-size: 32px;
    font-weight: 600;
    padding: 0px 30px;
    margin: 0;
    left: 50%;
    font-family: "Montserrat";
    transform: translateX(-50%);
    white-space: nowrap;
}

#intervencija h3.title {
    top: -18px;
}

#intervencija h3.phone_number {
    bottom: -18px;
}

#intervencija h3.phone_number a {
    color: #924079;
}

#intervencija h3.phone_number a:hover {
    color: #924079;
    text-decoration: none;
}

#intervencija .container:before, #intervencija .container:after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 44px;
    bottom: -22px;
}

#intervencija .container:before {
    background: url(../images/phone_icon.png) no-repeat center white;
    background-size: contain;
    left: 15%;
}

#intervencija .container:after {
    background: url(../images/sms_icon.png) no-repeat center white;
    background-size: contain;
    right: 15%;
}

.light {
    font-weight: 200;
}

section.separator {
    position: relative;
}

section.separator:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../images/separator_stan.png") no-repeat center;
    height: 95px;
    width: 215px;
    right: 15%;
    bottom: -55px;
    z-index: 2;
}

section#menjava_upravnika {
    background: url("../images/menjava_background.jpg") no-repeat center;
    background-size: cover;
    font-family: "Montserrat";
    padding: 80px 0px 100px;
}

section#zabojcki {
    position: relative;
    background: url("../images/banner-zabojcki.jpg") no-repeat center;
    background-size: cover;
    font-family: "Montserrat";
    padding: 80px 0px 100px;
}

section#banner {
    font-family: "Montserrat";
    padding: 80px 0px 100px;
    position: relative;
}

section#banner .image-holder {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#banner .container > div {
    background: #924079;
    color: #ffd466;
    font-size: 16px;
    width: 40%;
    padding: 40px 40px 70px;
    position: relative;
}

section#banner .container {
    position: relative;
}

section#banner .container > img {
    position: absolute;
    top: -20px;
    right: 0;
    width: 50%;
}

section#banner .container img {
    margin-bottom: 28px;
}

section#banner .container h3 {
    color: white;
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    /*margin: 0px 0px 28px 0px;*/
    margin: 0;
    text-transform: uppercase;
}

section#banner .container .btn1 {
    position: absolute;
    bottom: -25px;
    left: 40px;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #924079;
    background: white;
}

section#banner .container .btn1:hover {
    background: #002561;
    color: #ffd466;
}

section#menjava_upravnika .container > div, section#zabojcki .container > div {
    background: #002561;
    color: #ffd466;
    font-size: 16px;
    width: 40%;
    padding: 40px 0px 70px;
    position: relative;
}

section#menjava_upravnika .container h3, section#zabojcki .container h3 {
    color: white;
    font-size: 28px;
    display: inline-block;
    line-height: 64px;
    padding-left: 40px;
    position: relative;
    font-weight: 600;
    margin: 28px 0px;
}

section#zabojcki .container h3 {
    font-family: "Open Sans";
    font-size: 34px;
}

section#menjava_upravnika .container h3:after, section#zabojcki .container h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffd466;
    top: 64px;
    left: 0;
}

section#zabojcki .container h3:after {
    height: 6px;
}

section#menjava_upravnika .content, section#zabojcki .content {
    padding: 0px 40px;
    line-height: 28px;
}

section#zabojcki > a {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #002561;
    color: white;
    overflow: visible;
    padding: 15px 30px 15px 10px;
}

section#zabojcki > a:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    border-bottom: 54px solid #002561;
    border-left: 20px solid transparent;
}

section#zabojcki > a span {
    color: #ffd466;
}

section#zabojcki .content {
    font-size: 20px;
}

section#menjava_upravnika .container > div a.btn1, section#zabojcki .container > div a.btn1 {
    position: absolute;
    left: 45px;
    right: 45px;
    line-height: 60px;
    height: 60px;
    bottom: -30px;
}

section#zabojcki .container > div a.btn1 {
    line-height: 25px;
    bottom: -25px;
    height: auto;
}

.intro-slider .splide__slide {
	max-height: 374px;
}

.intro-slider .splide__slide a {
	background: #94427A;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.intro-slider .splide__slide .image-holder {
    max-height: 374px;
    background-size: cover;
    background-position: center;
    height: 374px;
    height: 30vw;
    max-width: 1920px;
    margin: auto;
}

.btn1 {
    color: #002561;
    display: block;
    background: #ffd466;
    text-align: center;
    font-family: "Open sans";
    font-weight: 600;
    font-size: 16px;
}
.but_diff {
    color: #002561!important;
}
.but_diff:hover {
    background: #924079;
    color: #ffd466!important;
}

.btn1:hover {
    background: #924079;
    color: #ffd466;
}

section#reference {
    padding: 100px 0px 180px;
    height: 845px;
}

section#reference .container {
    position: relative;
}

section#reference .images_holder {
    position: absolute;
    top: 65px;
    left: 0;
    width: 68%;
    height: 430px;
    z-index: 10;
    overflow: hidden;
}

section#reference .images_holder img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
}

section#reference .images_holder img.active {
    opacity: 1;
}

section#reference .description {
    width: 41%;
    top: 0px;
    right: 0;
    position: absolute;
    color: #002561;
    z-index: 9;
    padding: 50px 0px 100px 140px;
    background: rgba(146, 64, 121, 0.1);
    transition: height 0.5s;
}

section#reference .description .btn1 {
    position: absolute;
    right: 35px;
    left: 140px;
    bottom: -30px;
    line-height: 60px;
    color: #924079;
    height: 60px;
}

section#reference .description .btn1:hover {
    color: #ffd466;
}

section#reference .description h5 {
    font-size: 16px;
}

section#reference .description h3 {
    font-size: 28px;
    font-weight: 600;
    color: #924079;
    text-transform: uppercase;
    line-height: 55px;
    position: relative;
    margin-bottom: 50px;
}

section#reference .description h3:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #002561;
    position: absolute;
    left: 0;
    top: 55px;

}

section#reference .description .title {
    font-weight: 600;
    padding-right: 40px;
}

section#reference .description .text {
    margin: 20px 0px 40px;
    padding-right: 40px;
}

section#reference .description .arrows > span {
    width: 35px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    background: url("../images/gallery_arrow.png") no-repeat center;
}

section#reference .description .arrows > span:hover {
    background: url("../images/gallery_arrow_hover.png") no-repeat center;
}

section#reference .gallery .breadcrumbs {
    position: absolute;
    top: 520px;
    right: 45%;
}

section#reference .gallery .breadcrumbs span {
    width: 15px;
    background: #8c9db8;
    height: 15px;
    display: inline-block;
    float: left;
    border-left: 7px solid white;
    border-right: 7px solid white;
    cursor: pointer;
}

section#reference .gallery .breadcrumbs span.active {
    height: 23px;
    background: #002561;
}

section#oglasna_deska {
    background: rgba(255, 212, 102, 0.15);
    padding: 100px 0px;
}

section#oglasna_deska a {
    color: #002561;
    display: block;
}


section#oglasna_deska a:hover,
section#oglasna_deska a:hover h5 {
    color: #924079;
}

section#oglasna_deska a:hover img {
    transform: scale(1.1);
}

section#oglasna_deska .image_holder {
    overflow: hidden;
    position: relative;
    padding-bottom: 63%;
}

section#oglasna_deska h3 {
    color: #002561;
    font-size: 32px;
    font-weight: 600;
    padding-right: 35px;
    line-height: 75px;
    display: inline-block;
    margin: 0;
    margin-bottom: 120px;
    position: relative;
    margin-left: 20%;
    border-bottom: 3px solid #924079;
}

section#oglasna_deska h3 a {
    font-size: 16px;
    font-family: "Open sans";
    font-weight: 600;
    position: absolute;
    right: 35px;
    line-height: 16px;
    bottom: -42px;
}

section#oglasna_deska h3 a:hover {
    text-decoration: underline;
}

section#oglasna_deska img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    transition: transform 0.5s;
}

section#oglasna_deska .s3 .image_holder {
    padding-bottom: 67%;
}

section#oglasna_deska .s4 {
    padding-right: 4.5%;
    width: 32.3%;
}

section#oglasna_deska .s4 ul li {
    color: #002561;
    font-size: 16px;
    padding: 20px 0px;
    font-weight: normal;
    font-family: "Open sans";
    font-weight: 600;
}

section#oglasna_deska .s4 h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Montserrat";
}

section#oglasna_deska .s3 {
    width: 29%;
}

section#oglasna_deska .s5 {
    padding-right: 3%;
    width: 38.7%;
}

section#oglasna_deska h5 {
    color: #002561;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open sans";
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}

section#oglasna_deska .s4 ul li:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

footer {
    padding: 75px 0px 20px;
    color: #002561;
    background: #eeecf1;
    font-family: "Open sans";
}

footer.white {
    background: white;
}

footer h5 {
    font-size: 17px;
    font-weight: 600;
    font-family: "Montserrat";
    display: inline-block;
    border-bottom: 3px solid #002561;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 40px;
}

footer .container > .row {
    margin-bottom: 45px;
}

footer .bottom {
    font-size: 11px;
    font-weight: 200;
    position: relative;
}

footer .bottom .img {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .bottom .img .row-2 {
    margin-top: 15px;
}

footer a {
    color: #924079;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}

footer .main > .col:nth-last-child(1) {
    text-align: right;
}

footer .logo_col img {
    height: 66px;
}

footer .smaller_link {
    font-size: 13px;
    cursor: pointer;
}

footer .fb_btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/static/images/FB_icon.png") no-repeat top left;
    background-size: cover;
}

footer .fb_btn:hover {
    background: url("/static/images/FB_icon_hover.png") no-repeat top left;
    background-size: cover;
}
footer .ig_btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/static/images/IG_icon.png") no-repeat top left;
    background-size: cover;
}

footer .ig_btn:hover {
    background: url("/static/images/IG_icon_hover.png") no-repeat top left;
    background-size: cover;
}

.arrow_right {
    transform: rotate(180deg);
    margin-left: 20px;
}

section#contact {
    padding: 105px 0px 85px;
    color: #002561;
    font-family: "Open sans";
    font-size: 15px;
}

section#contact h5, section.contact h5 {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    padding: 15px 0px 5px;
    border-bottom: 2px solid #002561;
    margin-bottom: 30px;
}

section#contact h5.noborder {
    border-bottom: 0;
    padding-bottom: 7px;
}

section#important_contacts {
    color: #002561;
    padding: 130px 0px 70px;
    font-size: 15px;
}

section#important_contacts h6 {
    font-family: "Open sans";
    font-size: 18px;
    font-weight: bold;
}

section#important_contacts a, section#contact a {
    color: #924079;
    text-decoration: underline;
}

section#important_contacts a:hover, section#contact a:hover {
    text-decoration: none;
}

section#important_contacts .s3 > div {
    margin-bottom: 60px;
}

section#important_contacts h3 {
    color: #924079;
    font-size: 27px;
    line-height: 50px;
    margin: 0;
    display: inline;
    border-bottom: 2px solid #002561;
    padding: 9px 0px;
    font-weight: 600;
    font-family: Montserrat;
    position: relative;
}

section#important_contacts h3:after {
    content: "";
    background: white;
    height: 10px;
    position: absolute;
    top: 148px;
    left: 0;
    width: 100%;
}

strong, b {
    font-weight: 700;
}

.row .col {
    padding: 0;
}

.col .row {
    margin: 0;
}

.static_page {
    color: #002561;
    font-size: 15px;
    font-family: "Open sans";
    padding-bottom: 120px;
}

.static_page > .row {
    margin-bottom: 0;
}

.static_page h5 {
    font-size: 35px;
    line-height: 46px;
    margin: 90px 0px;
}

.static_page .content {
    color: #58595b;
}

.static_page .content img {
    max-width: 100%;
}

.static_page .news_img {
    margin-bottom: 50px;
}

.static_page strong {
    font-size: 20px;
    color: #002561;
}

.static_page .row.content .col {
    border-top: 1px solid rgba(89, 89, 92, 0.2);
    padding-top: 70px;
}

.static_page .row.content .col.col-empty {
    border-top: none;
}

.static_page .row.content .col.s9 {
    width: 70%;
    margin-right: 5%;
}

.static_page .content ul li:before {
    content: "•";
}

.static_page .content a {
    color: #904178;
    text-decoration: underline;
}

.static_page .content a:hover {
    text-decoration: none;
}

.static_page .row h5.col.s9 {
    padding-right: 5%;
}

section#obrazci {
    padding: 90px 0px;
}

section#obrazci .file a {
    padding: 18px 0px;
    padding-left: 70px;
    font-size: 20px;
    display: block;
    color: #002561;
    position: relative;
}

section#obrazci .file a:after {
    content: "";
    left: 65px;
    right: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    display: block;
    background: rgba(89, 89, 92, 0.2);
}

section#obrazci .file a:before {
    content: "";
    height: 32px;
    width: 27px;
    position: absolute;
    display: block;
    left: 0;
    top: 17px;
    background: url("/static/images/pdf_icon.png") no-repeat right top;
}

section#obrazci .file a:hover {
    color: #924079;
}

section#obrazci .file a:hover:before {
    background-position: left top;
}

section#obrazci .files .s6:nth-child(1) {
    width: 50%;
    padding-right: 5%;
}

section#obrazci .files .s6:nth-child(2) {
    width: 50%;
    padding-left: 5%;
}

section#upload_form .container {
    padding: 0px 50px 100px 70px;
    font-size: 20px;
    font-weight: 200;
}

section#upload_form .container a {
    font-weight: 600;
    color: #002561;
}

section#upload_form .container form + p {
    font-size: 11px;
    margin: 70px 0px 10px;
    color: black;
}

.container.list {
    padding: 135px 0px;
}

.container.list h3 {
    font-size: 20px;
    color: #002561;
    font-weight: 600;
    margin: 0;
}

.container.list .obvestila .obvestilo {
    padding: 20px 0px;
    border-bottom: 1px solid #d8d8d9;
}

.container.list .obvestila {
    padding-right: 4.5%;
    width: 32.3%;
}

.container.list .obvestila .obvestilo a {
    color: #002561;
    font-size: 15px;
    font-weight: 600;
}

.container.list a:hover .title-wraper {
    color: #924079;
}

.col.s8.oglasna-deska {
    width: 67.7%;
}

.oglasna-deska .obvestilo {
    float: left;
    height: 300px;
    margin-bottom: 100px;
}

.oglasna-deska .obvestilo > a {
    display: table;
    width: 100%;
}

.oglasna-deska .obvestilo:nth-child(4n+1), .oglasna-deska .obvestilo:nth-child(4n+4) {
    width: 55%;
}

.oglasna-deska .obvestilo:nth-child(4n+2), .oglasna-deska .obvestilo:nth-child(4n+3) {
    width: 45%;
}

.oglasna-deska .obvestilo:nth-child(4n+2) .image-wrapper, .oglasna-deska .obvestilo:nth-child(4n+3) .image-wrapper {
    padding-bottom: 67%;
}

.oglasna-deska .obvestilo:hover img {
    transform: scale(1.1);
}

.oglasna-deska .image-wrapper img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    transition: transform 0.5s;
}

.oglasna-deska .image-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 63%;
}

.oglasna-deska .obvestilo:nth-child(4n+2) > a, .oglasna-deska .obvestilo:nth-child(4n+4) > a {
    padding-left: 15px;
}

.oglasna-deska .obvestilo:nth-child(4n+1) > a, .oglasna-deska .obvestilo:nth-child(4n+3) > a {
    padding-right: 15px;
}

.oglasna-deska .obvestilo:nth-child(4n+2) .title-wraper, .oglasna-deska .obvestilo:nth-child(4n+4) .title-wraper {
    display: table-header-group;
}

.oglasna-deska .obvestilo:nth-child(4n+2) .image-wrapper, .oglasna-deska .obvestilo:nth-child(4n+4) .image-wrapper {
    margin-top: 25px;
}

.oglasna-deska .title-wraper {
    font-size: 20px;
    font-weight: 600;
    color: #002561;
    font-family: "Open sans";
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}

#ugodnosti_list {
    padding: 100px 0px;
}

#ugodnosti_list .first {
    padding-right: 10px;
}

#ugodnosti_list .second {
    padding-left: 10px;
    padding-top: 70px;
}

#ugodnosti_list ul li {
    padding: 50px 50px 50px 0px;
    background: black;
    margin-bottom: 20px;
}

#ugodnosti_list ul li .bottom {
    padding-left: 50px;
    color: white;
}

#ugodnosti_list ul li .row {
    color: #ffd466;
    padding: 25px 0px 20px 50px;
}

#ugodnosti_list ul li .row .smalltext {
    font-size: 19px;
    font-family: "Open sans";
}

#ugodnosti_list ul li .row .bigtext {
    font-size: 73px;
    line-height: 80px;
    font-family: "Open sans";
    position: relative;
}

#ugodnosti_list ul li .row .bigtext:after {
    content: "%";
    font-size: 37px;
    margin-top: -12px;
    position: absolute;
}

#ugodnosti_list ul li .row .text {
    font-size: 31px;
    font-family: "Open sans";
    line-height: 35px;
}

#ugodnosti_list ul li .image {
    padding-top: 45px;
}

#ugodnosti_list ul li .title {
    color: white;
    font-size: 27px;
    padding-left: 50px;
    border-bottom: 2px solid #e4af6b;
    display: inline-block;
    font-weight: 600;
}

#ugodnosti_list .first ul li:nth-child(3n+1), #ugodnosti_list .second ul li:nth-child(3n+2) {
    background: #924079;
}

#ugodnosti_list .first ul li:nth-child(3n+2), #ugodnosti_list .second ul li:nth-child(3n+3) {
    background: #002561;
}

#ugodnosti_list .first ul li:nth-child(3n+3), #ugodnosti_list .second ul li:nth-child(3n+1) {
    background: #ffd466;
}

#ugodnosti_list .first ul li:nth-child(3n+3) .row, #ugodnosti_list .second ul li:nth-child(3n+1) .row {
    color: #924079;
}

#ugodnosti_list .first ul li:nth-child(3n+3) .title,
#ugodnosti_list .second ul li:nth-child(3n+1) .title {
    border-color: #924079;
}

#ugodnosti_list .first ul li:nth-child(3n+3) .bottom,
#ugodnosti_list .second ul li:nth-child(3n+1) .bottom,
#ugodnosti_list .first ul li:nth-child(3n+3) .title,
#ugodnosti_list .second ul li:nth-child(3n+1) .title {
    color: #002561;
}

.modal {
    width: 970px;
    padding: 70px 60px 70px 100px;
    max-height: 85%;
    background: #ffd466;
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

.modal .row form input {
    background: white;
    border: 0 !important;
    padding: 5px 20px;
    height: 49px;
    box-shadow: none !important;
    max-width: 350px;
    box-sizing: border-box;
}
.modal .row form textarea {
    font-size: 16px;
    background: white;
    border: 0 !important;
    padding: 20px;
    height: 100px;
    box-shadow: none !important;
    max-width: 350px;
    box-sizing: border-box;
}
.modal .row form textarea:focus-visible {
    outline: none;
}

.modal .row form input.phone {
    width: 55%;
}

.modal .row form input[type=file] {
    display: none;
}

#modal2 .attachments ul {
    padding: 0px 10px;
}

#modal2 .attachments a {
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

#modal2 .attachments a:hover {
    text-decoration: none;
}

#modal2 .attachments, #modal2 .attachments a {
    color: #924079;
}

#modal2 .row form input {
    width: 100%;
    max-width: 100%;
}

.modal h3 {
    color: #934079;
    font-size: 40px;
    font-weight: 200;
    font-family: "Open sans";
    padding-bottom: 0;
    margin-bottom: 50px;
}

.modal .text {
    color: #934079;
    font-size: 20px;
    font-family: "Open sans";
    margin-top: 90px;
}

.newsletter label {
    padding-top: 4px;
    padding-left: 30px;
    position: relative;
    display: block;
    font-family: "Open sans";
    font-size: 14px;
    color: #002561;
}

.newsletter input[type=checkbox]:checked + label:before {
    content: "\2713";
}

.newsletter label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    background: white;
    text-align: center;
    font-weight: bold;
    color: #934079;
}

.modal button {
    background: #924079;
    color: white;
    line-height: 48px;
    padding: 0px 40px;
    border: 0;
    font-family: "Open sans";
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
}

.modal button:hover {
    background: #002561;
    cursor: pointer;
}

/*.modal button:hover{*/
/*color: #002561;*/
/*background: #ffd466;*/
/*}*/

.fadeInSection {
    opacity: 0;
}

.modal a.close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.modal a.close:after {
    content: "\2715";
    color: #934079;
}

#upload_form form input {
    background: #eeefef;
    border: 0;
    padding: 0px 20px;
    height: 52px;
    margin-bottom: 17px;
    box-sizing: border-box;
}

#upload_form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #002561;
    font-weight: 200;
}

#upload_form form input::-moz-placeholder { /* Firefox 19+ */
    color: #002561;
    font-weight: 200;
}

#upload_form form input:-ms-input-placeholder { /* IE 10+ */
    color: #002561;
    font-weight: 200;
}

#upload_form form input:-moz-placeholder { /* Firefox 18- */
    color: #002561;
    font-weight: 200;
}

#upload_form form {
    padding-top: 40px;
}

#upload_form form button {
    color: #924079;
    font-weight: bold;
    background: #ffd466;
    border: 0;
    width: 100%;
    height: 52px;
}

#upload_form form button:hover {
    background: #924079;
    color: #ffd466;
}

#upload_form form .attachments {
    background: #eeefef;
    height: 185px;
    font-size: 14px;
    color: #002561;
    padding: 20px;
}


#upload_form form .attachments a:hover:before {
    color: white;
    background: #002561;
}

#upload_form form .attachments a {
    padding-left: 45px;
    position: relative;
    font-weight: 200;
    cursor: pointer;
}

#upload_form form .attachments a:before {
    position: absolute;
    width: 30px;
    left: 0;
    transition: all 0.5s;
    text-align: center;
    font-size: 20px;
    top: -7px;
    line-height: 30px;
    border: 1px solid #002561;
    content: "+";
}

#upload_form form .s6.first {
    padding-right: 35px;
}

#upload_form input[type=file] {
    display: none;
}

#upload_form form .s6.second {
    padding-left: 35px;
}

.s3.date {
    margin: 100px 0px;
    color: #002561;
    font-size: 15px;
    font-family: "Open sans";
}

.oglasi {
    background: #eeecf1;
    padding: 50px 0px;
}

.oglasi .adds {
    width: 50%;
    padding-bottom: 34%;
    position: relative;
    transition: background 0.5s;
}

/*.oglasi .adds img{*/
/*transition: transform 0.5s;*/
/*width: 100%;*/
/*}*/

.oglasi .adds:hover .add_content {
    background: #904178;
}

.oglasi .adds:hover img {
    /*transform: scale(1.05);*/
}

.oglasi .adds.left {
    /*padding: 0px 20px 30px 0px;*/
    background: url("/static/images/Ne_delaj_siskrbi_pasivno.png") no-repeat left;
    background-size: contain;
}

.oglasi .adds.right {
    /*padding: 30px 0px 0px 20px;*/
    background: url("/static/images/Pridruzi_senam_pasivno.png") no-repeat right;
    background-size: contain;
}

.oglasi .adds.left:hover {
    /*padding: 0px 20px 30px 0px;*/
    background: url("/static/images/Ne_delaj_siskrbi_aktivno.png") no-repeat left;
    background-size: contain;
}

.oglasi .adds.right:hover {
    /*padding: 30px 0px 0px 20px;*/
    background: url("/static/images/Pridruzi_senam_aktivno.png") no-repeat right;
    background-size: contain;
}

.zabojcki_banner {
    line-height: 0;
    position: relative;
}

.zabojcki_banner .btn_1 {
    position: absolute;
    display: block;
    width: 15.4%;
    height: 13%;
    left: 18.4%;
    top: 70.3%;
}

.zabojcki_banner .btn_2 {
    position: absolute;
    display: block;
    width: 36.2%;
    height: 13%;
    right: 0;
    bottom: 0;
}

/*.oglasi .adds .add_content{*/
/*background: #002561;*/
/*color: #ffd466;*/
/*font-size: 14px;*/
/*padding: 15px 0px;*/
/*width: 45%;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 20px;*/
/*transition: background 0.5s;*/
/*}*/

/*.oglasi .adds.right .add_content{*/
/*bottom: auto;*/
/*top: 0;*/
/*left: auto;*/
/*right: 20px;*/
/*}*/

/*.oglasi .adds .add_content > div{*/
/*padding-left: 20px;*/
/*}*/

/*.oglasi .adds .add_content h3{*/
/*color: white;*/
/*padding-left: 20px;*/
/*font-size: 20px;*/
/*display: inline-block;*/
/*line-height: 40px;*/
/*position: relative;*/
/*font-weight: 600;*/
/*text-transform: uppercase;*/
/*margin: 0;*/
/*}*/

/*.oglasi .adds .add_content h3:after{*/
/*position: absolute;*/
/*top: 40px;*/
/*height:2px;*/
/*width: 100%;*/
/*background: #ffd466;*/
/*content: "";*/
/*left: 0;*/
/*}*/

#GDPR {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 20px;
    max-width: 540px;
    width: 90%;
    padding: 20px 40px 70px 20px;
    background: white;
    -webkit-box-shadow: 0 0 4px -2px white;
    -moz-box-shadow: 0 0 4px -2px white;
    box-shadow: 0 0 4px -2px white;
    z-index: 1000;
    font-size: 14px;
}

#GDPR .close {
    color: #002561;
    top: 10px;
    right: 15px;
    position: absolute;
    font-size: 12px;
}

#GDPR:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-right: 20px solid transparent;
}

#GDPR .content a {
    color: #904178;
    text-decoration: underline;
}

#GDPR .btn1 {
    position: absolute;
    bottom: 20px;
    right: 40px;
    padding: 8px 25px;
    color: #924079;
}

#GDPR .btn1:hover {
    color: #ffd466;
}

nav.top ul li a:hover {
    background: none;
    color: #ffd466;
}

.static_page h4 {
    color: #002561;
    font-size: 25px;
    margin: 40px 0px 30px 0px;
}

.static_page h4:nth-child(1) {
    margin-top: 0;
}

#nepremicnine {
    background-color: #EDEBEF;
}

.nepremicnine .nepremicnine-contact {
    font-size: 20px;
    padding: 30px 0 20px 0px;
}

.nepremicnine nav {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    margin-top: 60px;
}

.nepremicnine .card.item {
    color: #58595b;
    text-decoration: none;
}

.nepremicnine .pagination li {
    float: none;
}
.nepremicnine .pagination li.active {
    background: none;
}

.nepremicnine .pagination li.active a {
    color: #1E2C5E50;
}

.nepremicnine .pagination li a {
    font-size: 35px;
    color: #1E2C5E;
    text-align: center;
    border-right: 2px solid #1E2C5E;
    padding: 10px;
}

.nepremicnine .pagination li:last-child a {
    border: none;
}

.nepremicnine .navigation-type-wrapper,
.nepremicnine .navigation-location-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 1%;
    margin-bottom: 10px;
    grid-auto-rows: 1fr;
}

.nepremicnine .navigation-type-wrapper a,
.nepremicnine .navigation-location-wrapper a {
    font-size: 19px;
    font-size: 1.3rem;
    font-size: 1.3vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid transparent;
}

.nepremicnine .navigation-location-wrapper {
    margin-bottom: 60px;
}

.nepremicnine .navigation-type-wrapper a {
    background-color: #fff;
    color: #1E2C5E;
    text-transform: uppercase;
    padding: 10px;
    padding: 0.8vh;
}
.navigation-location-wrapper a.active,
.navigation-type-wrapper a.active{
    border: 3px solid;
}
.navigation-location-wrapper a:hover,
.navigation-type-wrapper a:hover{
    border: 3px solid;
}
.navigation-location-wrapper a.active:hover,
.navigation-type-wrapper a.active:hover{
    border: 3px solid transparent;
}
.nepremicnine .navigation-location-wrapper a {
    background-color: #1E2C5E;
    color: #fff;
    padding: 5px;
}

.nepremicnine .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
}

.nepremicnine .card {
    box-shadow: none;
}

.nepremicnine .card .card-title {
    text-transform: uppercase;
}

.nepremicnine .card-content {
    padding: 15px;
}

.nepremicnine .card-content span {

    font-weight: bold;
}

.nepremicnine .card-image {
    height: 248px;
    overflow: hidden;
    background: #cecece;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

.nepremicnine .card-title.title-1 {
    top: 0;
    font-size: 22px;
    font-weight: bold;
}

.nepremicnine .card-title.title-2 {
    border: 3px solid #fff;
    padding: 5px 26px;
    margin-left: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
}
.nepremicnine .card-title.prodano {
    border: 3px solid #fff;
    background-color: #fff;
    padding: 5px 26px;
    margin-left: 50%;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #924079;
}
.nepremicnine .card-title.novo {
    border: 3px solid #ffd466;
    background-color: #ffd466;
    padding: 5px 26px;
    margin-left: 50%;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.nepremicnine .price {
    color: #924079;
    font-size: 120%;
    font-weight: bold;
    line-height: 100%;
}

.nepremicnine h1 {
    font-size: 2.2rem;
    font-size: 2.5vh;
    margin: 0;
    padding: 4.5rem 0;
    padding: 4.5vh 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.nepremicnine .splide__slide img {
    width : 100%;
    height: auto;
}
.nepremicnine-slider #primary-slider .splide__slide {
    background-size: contain !important;
}

.nepremicnine .nepremicnine-slider {
    padding: 40px 0px;
    background-color: #595959;
}
.nepremicnine .nepremicnine-slider .splide .prodano{
    z-index: 99;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    border: 3px solid #fff;
    background-color: #fff;
    padding: 5px 26px;
    font-size: 26px;
    font-weight: bold;
    color: #924079;
}
.nepremicnine .nepremicnine-slider .splide .novo{
    z-index: 99;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    border: 3px solid #ffd466;
    background-color: #ffd466;
    padding: 5px 26px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.nepremicnine .nepremicnine-info {
    color: #58595b;
    font-size: 1.2rem;
    padding: 1.2rem;
    display: flex;
}

.nepremicnine .nepremicnine-info .info-1 {
    white-space: nowrap;
}

.nepremicnine .nepremicnine-info .info-2 {
    padding-left: 1.2rem;
}

.nepremicnine .nepremicnine-info .info-1,
.nepremicnine .nepremicnine-info .info-2 {

}

.nepremicnine .nepremicnine-info .info-2 p:first-child {
    margin-block-start: 0em;
}

.nepremicnine .nepremicnine-info .info-2 p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.nepremicnine .nepremicnine-info .info-2 strong {
    color: initial;
}

.nepremicnine .nepremicnine-info .info-2 ul{
    list-style-type: initial;
    padding-inline-start: 40px;
    padding-left: 40px;
}
.nepremicnine .nepremicnine-info .info-2 ul > li {
    list-style-type: initial;
}

.nepremicnine .nepremicnine-info p {
    margin: 0;
}

.nepremicnine .nepremicnine-info .info-1 .price {
    border-bottom: 2px solid #A4A4A4;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.nepremicnine .nepremicnine-info .info-1 .price,
.nepremicnine .nepremicnine-info .info-1 strong {
    font-size: 2.2rem;
}

.nepremicnine .nepremicnine-info .info-1 strong {
    padding-right: 10px;
    text-transform: uppercase;
}

.nepremicnine .nepremicnine-info .contact {
    font-size: 1.6rem;
}

.nepremicnine .nepremicnine-info .contact strong {
    font-size: 1.8rem;
}

.nepremicnine.nepremicnine-item {
    background-color: #fff;
}

.nepremicnine.nepremicnine-item span {
    font-weight: bold;
}

.nepremicnine .splide__track {
    margin: 0 9rem;
}

#nepremicnine .back-button-wrapper {
    text-align: center;
    margin-top: 3rem;
}

#nepremicnine .back-button {
    font-size: 1.2rem;
    margin: 0 auto;
    border: 2px solid #002561;
    color: #002561;
    font-weight: bold;
    padding: 1rem 2rem;
}

.nepremicnine .nepremicnine-info .contact.contact-mobile {
    display: none;
}

.back-button-wrapper.back-button-mobile {
    display: none;
}

.nepremicnine .splide__arrow {
    border-radius: 0;
    background-color: #A4A4A4;
    opacity: 1;
    fill: #fff;
    height: 3em;
    width: 3em;
}

.nepremicnine .splide__arrow svg {
    height: 2.2em;
    width: 2.2em;
}

.nepremicnine .splide__arrow--prev {
    left: 0;
}

.nepremicnine .splide__arrow--next {
    right: 0;
}

#secondary-slider {
    margin-top: 40px;
}

.cont-obrazec-za-komunikacijo-z-upravnikom .message {

    border: 8px solid #ffd466;
    padding: 90px 20px;
    margin-top: 90px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.cont-obrazec-za-komunikacijo-z-upravnikom h5 {
    margin-bottom: 20px;
    font-size: 30px;
}

.cont-obrazec-za-komunikacijo-z-upravnikom .input-field {
    margin: 0;
}

.cont-obrazec-za-komunikacijo-z-upravnikom section#upload_form .container {
    font-size: 16px;
}

.cont-obrazec-za-komunikacijo-z-upravnikom section#upload_form form {
    padding-top: 0;
}

.cont-obrazec-za-komunikacijo-z-upravnikom .fineprint {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 17px;
}

.checkbox-wrapper {
    background: #eeefef;
    padding: 20px;
    margin-bottom: 17px;
    display: inline-block;
    width: 100%;
}

.checkbox-wrapper > span {
    display: inline-block;
    margin-bottom: 17px;
}

.checkbox-wrapper label {
    color: initial;
}

.tippy-arrow {
    color:#ffd466;
}
.tippy-content {
    color: #002561;
    background-color: #ffd466;
    font-size: 10px;
}
.input-field .suffix {
    position: absolute;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 4px;
    right: 4px;
}

.material-tooltip {
    max-width: 200px;
    font-size: 11px;
    background-color: #ffd466;
    color: initial;
}

@media only screen and (min-width: 1360px) {
    nav.top.type-1 .container,
    header.type-1 .container {
        width: calc(100% - 360px);
        margin: 0px 180px;
        left: 0;
        right: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 800px) {
    section#oglasna_deska .row .inverted > a {
        display: table;
    }

    section#oglasna_deska .row .inverted > a h5 {
        display: table-header-group;
    }

    section#oglasna_deska .row .inverted > a img {
        display: table-footer-group;
    }

    section#oglasna_deska .row .inverted > a .image_holder {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1080px) {
    .container {
        width: 90%;
    }

    section#menjava_upravnika .container > div, section#banner .container > div {
        width: 55%;
    }

    section#reference .description {
        width: 55%;
    }

    section#reference .images_holder {
        width: 55%;
    }

    section#reference .gallery .breadcrumbs {
        right: 57%;
    }
}

@media only screen and (max-height: 800px) and (min-width: 800px) {
    header .main-menu ul {
        bottom: 15%;
    }
}

@media only screen and (max-height: 700px) and (min-width: 800px) {
        header .main-menu ul {
        bottom: 5%;
    }
}

.toggles {
    display: none;
}

@media only screen and (max-width: 800px) {
    footer .bottom .img .row-2 {
        margin-top: 0px;
    }

    .container {
        width: 90%;
    }

    .obvestila h3 {
        display: none;
    }

    .obvestila, .oglasna-deska {
        display: none;
    }

    .obvestila.active, .oglasna-deska.active {
        display: block;
    }

    .toggles a {
        color: #002561;
        cursor: pointer;
        text-transform: uppercase;
        margin-right: 15px;
    }

    .toggles {
        margin-bottom: 40px;
        display: block;
    }

    .toggles a.active {
        border-bottom: 2px solid #934079;
        color: #934079;
        font-weight: 600;
    }

    header .slider-text {
        top: auto;
        width: 100%;
        bottom: 10%;
        padding: 0px 30px;
    }

    header .container {
        width: 100%;
    }

    header .main-menu {
        padding-top: 25px;
        padding: 25px 30px;
        width: 100%;
        position: sticky;
        top: 0;
        transition: background 0.5s;
    }

    header .hamburger {
        display: block;
    }

    header .main-menu .logo-holder {
        margin-bottom: 0;
    }

    header .main-menu .logo-holder img {
        height: 60px;
    }

    header .main-menu .nav {
        display: none;
    }

    section#menjava_upravnika, section#zabojcki {
        bakground: none;
        padding: 0;
    }

    section#banner {
        padding: 0;
        display: table;
        width: 100%;
    }

    section#banner .image-holder {
        padding-bottom: 50%;
        position: relative;
    }

    section#banner .container .btn1 {
        left: 40px;
        right: 40px;
    }

    section#banner .container > img {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }

    section#banner .container {
        display: table-header-group;
    }

    section#menjava_upravnika:after, section#zabojcki:after {
        display: block;
        content: "";
        background: url(../images/menjava_background.jpg) no-repeat center;
        background-size: cover;
        padding-bottom: 50%;
    }

    section#zabojcki:after {
        background-image: url("../images/banner-zabojcki.jpg");
    }

    section#menjava_upravnika .content br {
        display: none;
    }

    section#menjava_upravnika .container,
    section#zabojcki .container,
    section#banner .container,
    section#reference .container {
        width: 100%;
    }

    section#reference .description {
        width: 100%;
        position: relative;
        padding: 50px 0px 100px 0px;
    }

    section#reference .description > * {
        padding-left: 30px;
    }

    section#reference .images_holder {
        width: 100%;
        position: relative;
        top: 0;
        z-index: 5;
        padding-bottom: 80%;
        height: 0;
    }

    section#reference .images_holder img {
        height: 100%;
    }

    section#reference {
        height: auto;
    }

    section#reference .description h3 {
        display: inline-block;
    }

    section#reference .description .btn1 {
        z-index: 11;
        padding-left: 0;
        left: 70px;
    }

    section#menjava_upravnika .container > div,
    section#zabojcki .container > div,
    section#banner .container > div {
        width: 100%;
    }

    section.separator:after {
        display: none;
    }

    #intervencija .container:after {
        right: 1%;
    }

    #intervencija .container:before {
        left: 1%;
    }

    #intervencija h3 {
        font-size: 25px;
        padding: 0px 15px;
    }

    #intervencija h3.phone_number a {
        color: #924079;
        text-decoration: underline;
    }

    #intervencija h3.phone_number a:hover {
        color: #924079;
        text-decoration: none;
    }

    #intervencija .container:before, #intervencija .container:after {
        width: 45px;
        height: 30px;
        bottom: -17px;
    }

    #intervencija .container:before {
        left: 5%;
    }

    #intervencija .container:after {
        right: 5%;
    }

    #intervencija h3.phone_number {
        bottom: -15px;
    }

    #intervencija .container br {
        display: none;
    }

    section#reference {
        padding: 60px 0px;
    }

    section#reference .gallery .breadcrumbs {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 0px 30px 30px;
    }

    #oglasna_deska .container {
        width: 100%;
    }

    section#oglasna_deska h3 {
        margin-left: 0;
        padding-left: 30px;
        margin-bottom: 70px;
    }

    section#oglasna_deska h3 a {
        left: 30px;
    }

    section#oglasna_deska .row .col {
        width: 100%;
        padding: 0px 30px 30px;
    }

    section#oglasna_deska {
        padding: 60px 0px;
    }

    footer .row.main > .col {
        width: 100%;
        padding-bottom: 40px;
    }

    footer {
        position: relative;
        padding: 145px 0px 20px;
    }

    footer .col.logo_col {
        position: absolute;
        top: 0;
        left: 0 !important;
        padding: 30px;
    }

    footer .bottom {
        position: initial;
    }

    footer .bottom .img {
        position: absolute;
        top: 30px;
        left: 30px;
        bottom: auto;
    }

    header button.hamburger {
        background: none !important;
        padding: 50px 30px;
        top: 0;
        left: 0;
        position: absolute;
    }

    .static_page .row .col.s9, .static_page .row .col.s3 {
        width: 100% !important;
        margin-right: 0 !important;
    }


    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background: white;
        height: 2px;
    }

    .scrolled .main-menu, .active .main-menu {
        background: #924079;
        z-index: 100;
    }

    .scrolled .main-menu {
        position: fixed;
        top: 0px;
        bottom: auto;
    }

    .scrolled .main-menu .logo-holder img {
        width: 90px;
        height: auto;
    }

    .scrolled header button.hamburger {
        padding: 33px 30px;
    }

    header.active .main-menu .nav {
        display: block;
    }

    header .main-menu ul {
        position: relative;
    }

    header .main-menu ul li {
        width: auto;
    }

    header .main-menu ul li a {
        left: 0;
        text-align: center;
        width: auto;
    }

    header.type-1 ul li {
        -webkit-animation-duration: none !important;
        animation-duration: none !important;
        -webkit-animation-fill-mode: none !important;
        animation-fill-mode: none !important;
    }

    header.type-2 .menu, header.type-3 .menu {
        display: none;
    }

    header.type-2 .main-menu, header.type-3 .main-menu {
        display: block;
    }

    header.type-2 .main-menu, header.type-3 {
        height: 130px;
    }

    #ugodnosti_list div.col {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    #contact .col.s3, #important_contacts .col.s3, .contact .col.s9, .contact .col.s3 {
        width: 100%;
        padding-bottom: 20px;
    }

    .list .row .col.obvestila, .list .row .col.oglasna-deska {
        width: 100%;
    }

    .container.list {
        padding: 70px 0px;
    }

    .container.list .col.oglasna-deska {
        padding-left: 0px;
        padding-top: 50px;
    }

    .container.list .col.oglasna-deska .obvestilo a {
        display: block;
        padding-left: 0;
    }

    .container.list .col.oglasna-deska .obvestilo {
        width: 100%;
        float: none;
        margin-bottom: 50px;
        height: auto;
    }

    section#obrazci .files .s6 {
        width: 100% !important;
        padding: 0 !important;
    }

    #upload_form form .s6 {
        padding: 0 !important;
        width: 100%;
        float: none;
    }

    #contactForm .row {
        display: table;
    }

    #contactForm .row .first {
        display: table-footer-group;
    }

    #contactForm .row .second {
        display: table-header-group;
    }

    #upload_form form .attachments {
        margin-bottom: 20px;
    }

    section#obrazci .container {
        padding: 0px 30px;
        width: 100%;
    }

    section#upload_form .container {
        padding: 0px 30px 100px;
        width: 100%;
    }

    #modal1, #modal2 {
        padding: 30px;
        width: 100%;
    }

    #modal1 .col.s6 {
        width: 100%;
    }

    header.type-2.active {
        height: calc(100vh - 50px);
    }

    header.type-2.active .main-menu {
        height: auto;
    }

    header {
        background-position: center !important;
    }

    section.oglasi .container .adds {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 72%;
    }

    .container.static_page.nepremicnine {
        width: 100%;
    }

    .nepremicnine .nepremicnine-slider {
        padding: 0;
    }

    .nepremicnine .splide__track {
        margin: 0;
    }

    .nepremicnine #secondary-slider {
        display: none;
    }

    .nepremicnine .splide__arrow {
        background: none;
    }

    .nepremicnine .nepremicnine-info {
        flex-direction: column;
    }

    .nepremicnine .nepremicnine-info .info-2 {
        padding-left: 0;
    }

    .nepremicnine .nepremicnine-info .contact {
        display: none;
    }

    .nepremicnine .nepremicnine-info .contact.contact-mobile {
        display: block;
        margin-top: 20px;
    }

    .back-button-wrapper {
        display: none;
    }

    .back-button-wrapper.back-button-mobile {
        display: block;
    }

    .container.static_page.nepremicnine.nepremicnine-item {
        padding-bottom: 60px;
    }

    .nepremicnine .navigation-type-wrapper {

        padding-top: 10px;
    }

    .nepremicnine .navigation-location-wrapper {

        margin-bottom: 5px;
    }

    .nepremicnine .nepremicnine-contact {
        display: none;
    }

    .nepremicnine .nepremicnine-info .contact {
        font-size: 1.6rem;
    }

    .nepremicnine .nepremicnine-info .price, .nepremicnine .nepremicnine-info strong {

        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 700px) {
    #intervencija .title > span {
        white-space: initial;
        background: transparent;
    }

    #intervencija .container {
        padding-top: 80px;
    }

    #intervencija .title {
        background: transparent;
    }

    #intervencija .title > span > span {
        background: white;
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 550px) {
    footer .row.main > .col .col.s4 {
        width: 100%;
        margin-bottom: 10px;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

