﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=latin-ext");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fefefe;
    color: #346c82;
}

body, input, select, button, textarea {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

#urejanje-button {
    position: absolute;
    top: 0;
    right: 6px;
    width: 36px;
    background: white;
    margin: 0;
}

.navbar-logo-only {
    background-image: unset;
    /*background: linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
    background: #346c81;
    min-height: 50px;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    text-align: center;
    height: 110px;
    position: relative;
}

.navbar {
    background-image: unset;
    /*background: linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
    background: #346c81;
    min-height: 50px;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    /*text-align: center;*/
    height: 120px;
    position: relative;
    transition: 0.2s;
}

.heronavbar, .heronavbar-holder {
    background-image: unset;
    /*background: linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
    /*text-align: center;*/
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9;
    background: none;
    background-color: transparent;
    transition: 0.2s;
}

.navbar-list {
    /*list-style: none;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;*/
}

    .navbar-list li {
        display: inline-block;
        margin: 5px 0px;
        margin-top: 22px;
        margin-bottom: 22px;
    }


.navbar-list-item {
    min-width: 142px;
    color: white;
    position: relative;
}

.navbar-list-item:hover .navbar-list-item-crta {
    background-color: white;
}

.navbar-list-item a, .submenu {
    color: white;
}

.navbar-list-item-crta {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    /*position: absolute;*/
    bottom: -13px;
    transition: width .3s ease-in-out !important;
    background-color: transparent;
    margin-top: 10px;
}

.navbar-list-item-crta:hover {
    background-color: white;
}

.navbar-list-item-crta-active {
    background-color: white;
}

.button {
    color: #fff;
    font-weight: 300;
    /*background-color: #55acee;*/
    background-color: #426B7F;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear;
    border-radius: 5px;
    /*margin: 5px 0px 5px 0px;*/
}

    .button:hover, .button:focus {
        background-color: #78a22f;
        transition: all 0.2s ease-in;
        opacity: 1;
    }

a {
    background-color: transparent;
}

.item {
    background: #fff;
    border-radius: 4px;
    padding: 3px;
    text-align: left;
    height: 400px;
    position: relative;
}

.owl-item .item {
    height: 450px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    margin: 10px 6px 10px 0px;
}


    .item a {
        text-decoration: none;
        width: 100%;
        color: #333;
        padding: 2px 0;
    }

    .item a:hover, .item a p:hover {
        color: #346c81;
    }

        

    .item h4 {
        text-shadow: 0px 0px 0.1px #333;
        padding: 3% 5% 0 5%;
        /*line-height: 25px;*/
        /*min-height: 70px;*/
        /*height: 70px;*/
        word-wrap: break-word;
    }

    .item p {
        font-weight: 400;
        padding: 2% 5% 0 5%;
        color: #666;
    }

.item a img {
    max-width: 100%;
}

.item img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.details_btn {
    margin-top: 10px;
    padding: 7px 5% 7px 5%;
    text-align: left;
    font-size: 0.9em;
    font-weight: 500;
    width: 100%;
    background-color: #d7d7d7;
    border-style: none;
    text-transform: uppercase;
}


a, a:hover {
    text-decoration: none !important;
}

    a, a:focus, a:active {
        outline: 0;
    }

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

/* owl carousel featured*/

.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

    .owl-carousel .owl-slide-animated.is-transitioned {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s;
    }

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

    .owl-carousel .owl-dots .owl-dot,
    .owl-carousel .owl-nav [class*="owl-"]:focus {
        outline: none;
    }

        .owl-carousel .owl-dots .owl-dot span {
            background: transparent;
            border: 1px solid var(--main-black-color);
            transition: all 0.2s ease;
        }

        .owl-carousel .owl-dots .owl-dot:hover span,
        .owl-carousel .owl-dots .owl-dot.active span {
            background: var(--main-black-color);
        }

.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}

    .owl-carousel .owl-nav svg {
        opacity: 0.3;
        transition: opacity 0.3s;
    }

    .owl-carousel .owl-nav button:hover svg {
        opacity: 1;
    }

    .owl-carousel .owl-nav [class*="owl-"]:hover {
        background: transparent;
    }


.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -18.5px;
    left: -5%;
    display: block;
    width: 15px;
    height: 37px;
    background: url(../img/features_arrowleft.png) no-repeat;
    text-indent: -99999px;
    opacity: 0.8;
    transform: translateY(-50%);
}

.owl-next {
    left: auto;
    right: -5%;
    background: url(../img/features_arrowright.png) no-repeat;
}

    .owl-prev:hover, .owl-next:hover {
        opacity: 1;
        transition: 0.3s;
    }

section {
    /*display: none;*/
}


.column13 {
    width: 10%;
    padding: 10px;
}
.column2 {
    width: 80%
}

.row {
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 5%;
    }

        .owl-carousel .owl-nav svg {
            width: 24px;
            height: 24px;
        }
}


/* PRIKAZ PROJEKTA */

.project-block {
    text-align: center;
    margin-top: 20px;
}

.project-data {
    display: block;
    width: 100%;
    /*vertical-align: top;*/
    height: 100%;
    padding: 0px;
    margin: 0;
}

.project-description {
    text-align: justify;
    margin-top: 10px;
    padding: 10px;
}

.project-gallery {
    margin-left: 10px;
}

.project-controls {
    padding: 20px 0;
}

.project-bottom-header {
    border-bottom: 1px solid #d5d9dd;
    text-align: left;
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.project-contact {
}

.project-contact-message {
    padding-top: 20px;
}

.project-contact-photo {
    float: left;
}

.project-contact-left {
    width: 100%;
    float: left;
    margin-right: 40px;
}

.project-contact-right {
    width: 100%;
    /*float: left;*/
    /*padding: 10px 30px;*/
}


.project-info {
    border: 1px solid #d5d9dd;
    border-radius: 3px;
    padding-left: 0px;
    padding-right: 0px;
    background: #f9f9f9;
}

.project-buttons {
    margin-bottom: 0px;
    margin-left: 10px;
}

.project-buttons-left {
    /*text-align: left;
    float: left;*/
}

.project-buttons-right {
    text-align: left;
    float: right;
    padding-right: 30px;
}

.project-button-each {
    display: inline-block;
    margin-top: 20px;
}

.project-button {
    background-color: #29333d;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 8px 10px;
    font-family: Lato;
    font-weight: 300;
}

.project-heading-primary {
    font-weight: 300;
    font-family: inherit;
    text-align: center;
    padding: 40px 0 0 0;
    color: #444;
    font-size: 2.1875em;
    padding: 30px;
}

.project-heading-secondary {
    font-size: 130%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    color: white;
    background: #77a02e;
}

.project-section {
    text-align: left;
    /*margin-top: 40px;*/
    border-bottom: 1px solid #d1dde1;
}

.project-leftcol {
    /*float: left;
    width: 70%;*/
    /*padding-right: 10px;*/
    margin-bottom: 20px;
}

.project-rightcol {
    /*float: right;
    width: 30%;*/
    border: 1px solid #d1dde1;
    background: #d1dde1;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0px 0px 20px 0px;
    /*clear: right;*/
}

.prinfo {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #d5d9dd;
    padding: 10px 30px;
    font-size: 14px;
}

.propinfo {
    border-bottom: 1px solid white;
    padding: 4px;
}

.propinfo:after {
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.navigation-middle {
    background: #346c81;
    padding: 10px 10px;
}

.navigation-middle-right {
    background: #346c81;
}

.navigation-middle-list {
    text-align: left;
    padding-left: 0px;
}

.navigation-middle-each {
    color: white;
    display: inline-block;
    padding: 0px 20px;
}

    .navigation-middle-each a {
        color: white;
    }

.form-style-1 {
    margin: 19px 0 10px 0;
    /*max-width: 400px;*/
    /*font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    text-align: left;
    padding: 0;
}

    .form-style-1 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-1 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
        /*font-family: Roboto;*/
        font-size: 14px;
        /*font-weight: bold;*/
    }

    .form-style-1 input[type=text],
    .form-style-1 input[type=date],
    .form-style-1 input[type=datetime],
    .form-style-1 input[type=number],
    .form-style-1 input[type=search],
    .form-style-1 input[type=time],
    .form-style-1 input[type=url],
    .form-style-1 input[type=email],
    textarea,
    select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
    }

        .form-style-1 input[type=text]:focus,
        .form-style-1 input[type=date]:focus,
        .form-style-1 input[type=datetime]:focus,
        .form-style-1 input[type=number]:focus,
        .form-style-1 input[type=search]:focus,
        .form-style-1 input[type=time]:focus,
        .form-style-1 input[type=url]:focus,
        .form-style-1 input[type=email]:focus,
        .form-style-1 textarea:focus,
        .form-style-1 select:focus {
            /* -moz-box-shadow: 0 0 8px #25468a;
     -webkit-box-shadow: 0 0 8px #25468a;
     box-shadow: 0 0 8px #25468a;*/
            border: 1px solid #25468a;
        }

    .form-style-1 .field-divided {
        width: 49%;
    }

    .form-style-1 .field-long {
        width: 100%;
    }

    .form-style-1 .field-select {
        width: 100%;
    }

    .form-style-1 .field-textarea {
        height: 100px;
    }

    .form-style-1 input[type=submit], .form-style-1 input[type=button] {
        background: #4B99AD;
        padding: 8px 15px 8px 15px;
        border: none;
        color: #fff;
    }

        .form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover {
            background: #4691A4;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

    .form-style-1 .required {
        color: red;
    }


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 750px) {
    .project-contact-left {
        width: 32%;
    }

    .project-contact-right {
        margin-top: 0px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .main {
        padding: 0;
    }
}

/*-------------------------------------*/
/* CONTAINERS */

.container-full, .container-main, .container-mid, .container-sm, .container-xs, .container-xxs {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-full {
    max-width: 100%;
}

.container-main {
    max-width: 1200px;
}

.container-mid {
    max-width: 900px;
}

.container-sm {
    max-width: 700px;
}

.container-xs {
    max-width: 600px;
}

.container-xxs {
    max-width: 400px;
}

#property_gallery {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
}


.slick-slide {
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 2px;
    border: 0;
    transition: all .6s ease;
    overflow-x: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
}

    .slick-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 535px;
        margin: 0 auto;
        border: 3px solid white;
        outline: 1px solid #919191;
    }

@media (max-width: 1500px) {
    .slick-slide img {
        max-height: 520px;
    }
}

@media (max-width: 1380px) {
    .slick-slide img {
        max-height: 450px;
    }
}

@media (max-width: 1200px) {
    .slick-slide img {
        max-height: 400px;
    }
}

@media (max-width: 992px) {
    .slick-slide img {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .slick-slide img {
        max-height: 400px;
    }
}

@media (max-width: 468px) {
    .slick-slide img {
        max-height: 300px;
    }
}

.slick-slide:not(.slick-current) {
    transform: scale(0.8);
}

    .slick-slide:not(.slick-current) img {
        -webkit-filter: grayscale(70%);
        -moz-filter: grayscale(70%);
        -ms-filter: grayscale(70%);
        -o-filter: grayscale(70%);
        filter: grayscale(70%);
    }

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 52px;
    height: 52px;
    padding: 0;
    opacity: 0.8;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev {
    left: 60px;
    right: auto;
    background: url(../img/propertygallery_slickprev.png) no-repeat !important;
    z-index: 1;
}

.slick-next {
    right: 60px;
    left: auto;
    background: url(../img/propertygallery_slicknext.png) no-repeat !important;
    z-index: 1;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        opacity: 1;
        transition: 0.3s;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
            transition: 0.3s;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
}

[dir='rtl'] .slick-prev {
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
}

[dir='rtl'] .slick-next {
    right: auto;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}



.hidden {
    display: none;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    margin: 10px;
    width: 400px;
    height: 430px;
    display: inline-block;
    background: white;
    vertical-align: top;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    /* Add some padding inside the card container */
    .card.container {
        padding: 2px 16px;
    }

.sorter {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #fff url(../img/double_caret.png) no-repeat calc(100% - 5px) center;
    width: 120px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 20;
    margin-top: 10px;
    border-top: 3px solid #78a22f;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.5);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
	font-size: 14px;
    }

        .dropdown-content a:hover {
            background-color: #78a22f;
        }

/*.dropdown:hover .dropdown-content {
    display: block;
}*/
.show {
    display: block;
}

/* Active/current link */
.dropdown-content a.active {
    background-color: #78a22f;
    color: white;
}

/* Links on mouse-over */
.dropdown-content a:hover:not(.active) {
    background-color: #78a22f;
    color: white;
}


.sp-search-field {
    margin: 2.5rem auto;
    padding: 0 0 .5rem;
    font-weight: 300;
    width: 100%;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
}

@media screen and (max-width: 39.99875em) {
    .sp-search-field {
        margin-right: 2rem;
        width: calc(100% - 2rem)
    }

    .sp-search-button {
        display: none
    }
}

.sp-search-field::-webkit-input-placeholder {
    color: #5c8899;
    font-family: proxima-nova,Arial,Helvetica,sans-serif
}

.sp-search-field::-moz-placeholder {
    color: #5c8899;
    font-family: proxima-nova,Arial,Helvetica,sans-serif
}

.sp-search-field:-ms-input-placeholder {
    color: #5c8899;
    font-family: proxima-nova,Arial,Helvetica,sans-serif
}

.sp-search-field:-moz-placeholder {
    color: #5c8899;
    font-family: proxima-nova,Arial,Helvetica,sans-serif
}



.sp-textinput:focus {
    background-size: 100% 2px,100% 2px;
    border-top: 1px;
    outline: 0
}

.sp-textinput {
    outline: 0 !important;
    display: inline-block;
    background: 0 100%/0 2px no-repeat,50% 100%/100% 2px no-repeat #fff;
    padding-left: 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    color: #5c8899;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 0;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient(to bottom,#5c8899,#5c8899),linear-gradient(to bottom,#d1dde1,#d1dde1);
    transition: background-size .3s cubic-bezier(.64,.09,.08,1);
}

@media screen and (min-width: 600px) {
    .sp-textinput {
        width: calc(100% - 320px)
    }
}

.sp-search-icon img {
    max-width: 100%;
}

.sp-search-icon {
    display: inline-block;
    margin: 2.6rem 2rem auto;
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
}

.sp-search-button {
    width: 15rem;
}

    .sp-search-button button {
        -ms-flex-item-align: center;
        align-self: center;
        color: #5c8899;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        margin-top: 2.5rem;
        font-size: 16px;
    }

.sp-btn, a.sp-btn {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s ease-in .1s;
    -o-transition: .1s ease-in .1s;
    -webkit-transition: .1s ease-in .1s;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 0;
    border: 2px solid #5c8899;
    font-size: 16px;
    line-height: 1.42857143;
    color: #5c8899;
    text-decoration: none !important;
    white-space: nowrap
}

.sp-btn-chev, a.sp-btn-chev {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s ease-in .1s;
    -o-transition: .1s ease-in .1s;
    -webkit-transition: .1s ease-in .1s;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 0;
    border: 4px solid #5c8899;
    font-size: 16px;
    line-height: 1.42857143;
    color: #5c8899;
    text-decoration: none !important;
    white-space: nowrap
}

    .sp-btn-chev::before, a.sp-btn-chev::before {
        position: absolute;
        right: -4px;
        top: -4px;
        content: "";
        transition: all .1s ease-in .1s;
        -o-transition: .1s ease-in .1s;
        -webkit-transition: .1s ease-in .1s;
        width: 4px;
        height: 4px;
        border-right: 4px solid #fefefe;
        border-top: 4px solid #fefefe;
        box-sizing: initial
    }

    .sp-btn-chev::after, a.sp-btn-chev::after {
        position: absolute;
        right: -8px;
        top: -8px;
        content: "";
        transition: all .1s ease-in .1s;
        -o-transition: .1s ease-in .1s;
        -webkit-transition: .1s ease-in .1s;
        width: 4px;
        height: 4px;
        border-right: 4px solid #5c8899;
        border-top: 4px solid #5c8899;
        box-sizing: initial
    }

    .sp-btn-chev:hover, a.sp-btn-chev:hover {
        color: #5c8899
    }

.sp-btn-chev-only::after, a.sp-btn-chev-only::after {
    position: absolute;
    right: -8px;
    top: -8px;
    content: "";
    transition: all .1s ease-in .1s;
    -o-transition: .1s ease-in .1s;
    -webkit-transition: .1s ease-in .1s;
    width: 4px;
    height: 4px;
    border-right: 4px solid #5c8899;
    border-top: 4px solid #5c8899;
    box-sizing: initial
}

.sp-btn-chev-only:hover, .sp-btn:hover, a.sp-btn-chev-only:hover, a.sp-btn:hover {
    color: #5c8899
}

.filter {

}

.filter-item label input[type="checkbox"] {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=checkbox]:checked, .filter-item:hover label input[type="checkbox"] {
    border-color: #fff;
    background: #fff;
}


.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1200;
    top: inherit;
    left: 0;
    background-color: #578292;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    top: 0;
    color: white;
    font-size: 14px;
}

    .sidenav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#projects {
    transition: margin-left .5s;
    padding: 16px;
}

.stickyHeronavbar {
    background: #346c81;
    /*transition: background 0.5s;*/
}

.stickyHeronavbar-container {
    /*background: linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
    height: 120px;
}

.footer-container {
    background: #346c81;
    width: 100%;
    height: 100%;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.footer {
    background: #346c81;
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-header {
    color: white;
    font-weight: 300;
    font-size: 26px;
    line-height: 25px;
    padding-bottom: 2rem;
}

.footer-item {
    display: block;
    color: white;

}

    .footer-item:hover {
        text-decoration: underline !important;
    }

.footer-icons {
}

.footer-icon {
    display: inline-block;
    padding-left: 1.3rem;
}

.footer-column {
    width: 25%;
    float: left;

}

.footer-copyright {
    color: white;
    width: 66.67%;
}

.footer-copyright img {
    max-width: 149px;
    padding: 20px 20px 0px 0px;
    display: inline-block;
    }

.searchbox {
    width: 80%;
    height: 80px;
    margin: 0 auto;
    border-radius: 5px;
    background: white;
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    font-size: 24px;
    font-weight: 300;
    height: 7.5rem;
    z-index: 10;
    position: relative;
    margin-top: -40px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.stickySearchbox {
    top: 130px;
    position: fixed;
    left: 0;
    right: 0;
}

.center {
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: calc(50vh - (/* height */100px / 2));
    left: calc(50vw - (/* width */140px / 2));
}

.hero-caption {
    left: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px #333333;
    text-align: center;
    position: absolute;
    bottom: 190px;
    width: 100%;
    z-index: 2;
}

    .hero-caption img {
        margin-left: 100px;
    }

.hero-caption p {
    font-size: 3em;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30%;
    margin-right: 30%;
}

.pager li {
    display: inline-block;
    /*width: 38px;*/
    margin: 0 2px 0 2px;
}

    .pager li.active {
        background: #5c8899;
        color: white;
    }

    .pager li.active a {
        color: white;
    }

    .pager li a {
        border-radius: 3px;
        height: 100%;
        padding: 7px 7px;
        border: 1px solid #c3c3c3;
        background-color: transparent;
        float: left;
        text-decoration: none;
        color: #333333;
        min-width: 38px;
        text-align: center;
    }


.pager-container {

}

.prijava {
    display: inline-block;
    font-size: 1em;
    width: 2.0em;
    height: 2.0em;
    line-height: 2.0em;
    text-align: center;
    border-radius: 50%;
    background: white;
    vertical-align: middle;
    color: #346c82;
    /*margin-right: 18px;*/
}

.item .sp-btn-chev {
    margin: 2% 5% 0 5%;
    width: 100px;
    padding: 2px;
}

.iskanje-button {
    display: inline-block;
    margin: 0 10px;
}
.filter-button {
    display: inline-block;
}

.searchbox2 {
    width: 80%;
    min-height: 7.5rem;
    margin: 0 auto;
    border-radius: 5px;
    background: white;
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    font-size: 24px;
    font-weight: 300;
    /*height: 7.5rem;*/
    height: auto;
    z-index: 4;
    position: relative;
    margin-top: -30px;
}

.hamburger-visible {
    display: none !important;
}

.navbar-controls {
    position: fixed; 
    top: 0; 
    z-index: 1000;
    right: 10%;
    /*margin-right: 20px;
    margin-top: 6px;*/
}

.hamburger-menu {
    display: none;
    font-size: larger;
}

    .hamburger-menu a {
        color: white;
    }

.footer-column1 {
    width: 75%;
}
.footer-column2 {
    text-align: right;
    float: right;
}

.absolute {
    position: absolute !important;
}

.navbar-language {
    position: absolute;
    right: 0;
    top: 0;
    /*margin-right: 20px;
    margin-top: 6px;*/
}

.iskanje-ikona {
    display: none;
}

.iskanje-text {
}

.footer-disclaimer {
    /*margin-bottom: 10px;*/
}

.footer-copyright-buttons {
    display: inline-block;
}

.footer-copyright-buttons a {
    color: white;
}

    .footer-copyright-buttons a:hover {
        text-decoration: underline !important;
    }

.filterTags {
    margin-left: 110px;
    margin-top: -15px;
    padding-bottom: 5px;
}

.filterTag {
    display: inline-block;
    border: 1px solid #5c8899;
    border-radius: 10px;
    padding: 0px 5px;
    font-size: small;
    color: #5c8899;
    margin: 2px;
}

.filterTag a {
    margin-left: 5px;
    color: gray;
}

.filterTag a:hover {
    color: black;
}

a.filterTag {
    border-color: #bb4848;
    color: #bb4848;
}

    a.filterTag:hover {
        color: white;
        background: #5c8899;
        border-color: #5c8899;
    }

a.pagerProjectCount:hover {
    color: unset !important;
    background: unset !important;
}

.googleMap {
    width: 78%;
    height: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.heroSlider {
    height: 100vh;
    width: 100%;
}

.heroSliderContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.heroSliderBackground1 {
    background-image: linear-gradient(0deg,rgba(3,17,28,.9) 0,rgba(2,42,56,.35) 42%,rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.heroSliderBackground2 {
    background-image: linear-gradient(0deg,rgba(225,245,252,0) 33%,rgba(48,88,102,.69) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.featuredProjects {
    text-align: center;
    background-color: #fefefe;
    position: relative;
}

.pagerNumberPerPageText {
    font-size: smaller;
    float: left;
    padding: 8px;
    display: none;
}

.pagerNumberPerPage {
    margin-right: 20px !important;
}

#zadetkovNaStran {
    float: left;
    padding: 8px 20px 8px 8px;
    font-size: medium;
}

table {
    border-collapse: collapse;
}

th, td {
    /*border: 1px solid rgba(0,0,0,0.1);*/
    padding: 3px;
    text-align: left;
    /*border-bottom: 1px dashed rgba(0,0,0,0.1);*/
}

.table-responsive tbody td {
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.table-responsive tbody th {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

th {
    /*font-weight: 700;*/
    vertical-align: top;
}

.table-responsive {
    width: 100%;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);*/
}

/* Helpers: Tables Reponsive */

@media only screen and (max-width: 899px) {
    .table-responsive, .table-responsive thead, .table-responsive tbody, .table-responsive tr, .table-responsive td, .table-responsive th {
        display: block;
    }

        .table-responsive thead {
            display: none;
        }

        .table-responsive tr {
            margin: 0 0 10px 0;
        }
}

.table-nastavitve,
.table-prevod {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin-bottom: 20px;
}

    .table-prevod input {
        width: 100%;
    }


.form-style-1 {
    margin: 19px 0 10px 0;
    /*max-width: 400px;*/
    /*font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
    text-align: left;
    padding: 0;
}

    .form-style-1 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-1 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
        /*font-family: Roboto;*/
        font-size: 14px;
        /*font-weight: bold;*/
    }

    .form-style-1 input[type=text],
    .form-style-1 input[type=date],
    .form-style-1 input[type=datetime],
    .form-style-1 input[type=number],
    .form-style-1 input[type=search],
    .form-style-1 input[type=time],
    .form-style-1 input[type=url],
    .form-style-1 input[type=email],
    .form-style-1 input,
    textarea,
    select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

        .form-style-1 input[type=text]:focus,
        .form-style-1 input[type=date]:focus,
        .form-style-1 input[type=datetime]:focus,
        .form-style-1 input[type=number]:focus,
        .form-style-1 input[type=search]:focus,
        .form-style-1 input[type=time]:focus,
        .form-style-1 input[type=url]:focus,
        .form-style-1 input[type=email]:focus,
        .form-style-1 textarea:focus,
        .form-style-1 select:focus {
            /* -moz-box-shadow: 0 0 8px #25468a;
     -webkit-box-shadow: 0 0 8px #25468a;
     box-shadow: 0 0 8px #25468a;*/
            border: 1px solid #25468a;
        }

    .form-style-1 .field-divided {
        width: 49%;
    }

    .form-style-1 .field-long {
        width: 100%;
    }

    .form-style-1 .field-select {
        width: 100%;
    }

    .form-style-1 .field-textarea {
        height: 100px;
    }

    .form-style-1 input[type=submit], .form-style-1 input[type=button] {
        background: #4B99AD;
        padding: 8px 15px 8px 15px;
        border: none;
        color: #fff;
    }

        .form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover {
            background: #4691A4;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

    .form-style-1 .required {
        color: red;
    }
input {
    filter: none;
    border: 1px solid #BEBEBE;
    padding: 7px;
    margin: 2px 0px;
    border-radius: 3px;
}

select {
    border-radius: 3px;
}


.kontaktIkona {
    margin-right: 5px;
}

.popup-sendtoafriend {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    width: auto;
    max-width: 350px;
    margin: 20px auto;
}


/* EDITOR */

.editor {
}

.editor-link {
    color: #444;
    padding: 10px;
    display: block;
}

.editor-item {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.2);
    /*padding: 10px;*/
    width: 200px;
    margin-top: 10px;
}

.editor-item-selected {
    color: red;
}

.item-default {
    background-color: #55acee;
}

.project-details {
    margin: 0;
}

h3 {
    margin: 1em 0px;
    font-size: 140%;
    color: #346c82;
}

.sidenav h3 {
    color: white;
}

/* kompatibilnost */
.c1, .c2, .c3, .locationSearch fieldset, .c4, .tx-powermail .powermail_fieldset_1, .c5, .c6, .news-list li, .tx-powermail .powermail_fieldset_4,
.tx-powermail .powermail_fieldset_5, .c7, .c8, .tx-powermail .powermail_fieldset_3, .c9, .c10, .c11, .c12, .locationSearch .buttons, .w50, .w25, .w33 {
    float: left;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
}

.c1 {
    width: 8.33333%;
}

.c2 {
    width: 16.66667%;
}

.c3, .locationSearch fieldset {
    width: 25%;
}

.c4, .tx-powermail .powermail_fieldset_1 {
    width: 33.33333%;
}

.c5 {
    width: 41.66667%;
}

.c6, .news-list li, .tx-powermail .powermail_fieldset_4,
.tx-powermail .powermail_fieldset_5 {
    width: 50%;
}

.c7 {
    width: 58.33333%;
}

.c8, .tx-powermail .powermail_fieldset_3 {
    width: 66.66667%;
}

.c9 {
    width: 75%;
}

.c10 {
    width: 83.33333%;
}

.c11 {
    width: 91.66667%;
}

.c12, .locationSearch .buttons {
    width: 100%;
}

.c6 p {
    margin: 1em 0;
    color: #346c82;
}

@media only screen and (max-width: 62.5em) {

    .page > footer {
        margin-top: 20px;
        position: static;
        height: auto;
    }

        .page > footer .c3, .page > footer .locationSearch fieldset, .locationSearch .page > footer fieldset {
            width: 25%;
        }

        .page > footer .c6, .page > footer .news-list li, .news-list .page > footer li, .page > footer .tx-powermail .powermail_fieldset_4, .tx-powermail .page > footer .powermail_fieldset_4, .page > footer
        .tx-powermail .powermail_fieldset_5,
        .tx-powermail .page > footer .powermail_fieldset_5 {
            width: 75%;
        }

    .copyright {
        position: static;
    }

    .page {
        padding-bottom: 0;
    }

    .newsletterBlock {
        clear: both;
        width: auto !important;
        float: none !important;
    }
}


@media only screen and (max-width: 37.5em) {
    .page > footer .c3, .page > footer .locationSearch fieldset, .locationSearch .page > footer fieldset,
    .page > footer .c6,
    .page > footer .news-list li, .news-list
    .page > footer li,
    .page > footer .tx-powermail .powermail_fieldset_4, .tx-powermail
    .page > footer .powermail_fieldset_4,
    .page > footer
    .tx-powermail .powermail_fieldset_5,
    .tx-powermail
    .page > footer .powermail_fieldset_5 {
        width: auto !important;
        float: none;
    }

    .page > footer address {
        border: 0;
        text-align: center;
    }

    .mqu3.c6 label, .news-list li.mqu3 label, .tx-powermail .mqu3.powermail_fieldset_4 label,
    .tx-powermail .mqu3.powermail_fieldset_5 label {
        width: auto;
        float: none;
    }
}

.navbar-container {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.degradiranaObmocjaTipLabel {
    display: inline-block !important;
    margin-left: 5px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 100%;
}


    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 799px) {



            .navbar-container, .heronavbar-container {
            text-align: center;
            width: 100%;
            max-width: 100%;
        }

            .navbar-container ul {
                position: auto;
                top: 80px;
                left: auto;
                max-width: auto;
            }

        .navbar-list-item:hover {
            background-color: #78a22f;
            color: white;
        }

        .navbar-list li {
            padding-top: 22px;
            padding-bottom: 22px;
            margin-top: 0;
            margin-bottom: 0;
        }
        /*.navbar-list li {
            margin: 0;
            padding: 20px 0px;
        }
        .navbar-list-item:hover {
            background-color: #78a22f;
            color: white;
        }
        .navbar-list-item>lngDropDown:hover {
            background-color: #78a22f;
            color: white;
        }
        .navbar-list-item #lngDropDown:hover {
            background-color: transparent;
        }
        .navbar-list-item-crta {
            display: none;
        }*/

        #zadetkovNaStran {
            height: 34px;
        }

        .pager li a {
            width: 24px;
            font-size: smaller;
        }

            .pager li a span {
                font-size: smaller;
            }

        .pagerNumberPerPage {
            margin-right: 0px !important;
        }


        .dropdown-content {
            background-color: transparent;
            color: white;
            border-top: 1px solid rgba(255,255,255,0.2);
        }

            .dropdown-content a {
                color: white;
                text-align: center;
            }

        .prijava {
            margin-right: 0px;
        }

        .searchbox, .searchbox2 {
            width: 100%;
            font-size: 14px;
            height: auto;
            min-height: 4rem;
        }

        .sp-textinput {
            width: calc(75% - 100px);
            font-size: 12px;
        }

        .sp-search-icon {
            margin: 1.6rem 1rem auto;
        }

            .sp-search-icon img {
                width: 24px;
            }

        .hero-caption p {
            font-size: 2em;
        }

        .hero-caption img {
            margin-left: 0px;
            width: 100%;
        }

        .hamburger-visible {
            display: block !important;
        }

        .hamburger-hidden {
            display: none !important;
        }

        .heronavbar, .heronavbar-holder {
            position: fixed;
            right: -1000px;
            top: 80px;
            background: #346c81; /* linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
            height: 100%;
            left: auto;
            width: 100%;
            z-index: 1001;
        }

        .navbar {
            position: fixed;
            right: -1000px;
            top: 80px;
            height: 100%;
            left: initial;
            width: 100%;
            z-index: 1001;
        }


        .navbar-list {
            align-items: initial;
            justify-content: initial;
            float: initial;
            display: initial;
        }

        .navbar-list-item {
            min-width: inherit;
        }

        .heronavbar #heronavbar-container .navbar-list li {
            display: block;
        }

        .navbar .navbar-container .navbar-list li {
            display: block;
        }

        .navbar-language {
            position: initial;
        }

            .navbar-language li {
                display: block;
                float: none;
            }

        .hamburger-menu {
            display: block;
            position: fixed;
            right: 10px;
            top: 26px;
            color: white;
            z-index: 1001;
        }

        .navbar-controls {
            right: initial;
            width: 100%;
            margin-right: initial;
            margin-top: initial;
        }

        .dropdown-content {
            position: inherit;
        }

        .stickyHeronavbar {
            background: initial;
        }

        .stickyHeronavbar-container {
            height: 80px;
        }

        .heronavbar-holder.stickyHeronavbar {
            /*background: linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
            background: #346c81;
        }


        .navbar-container.stickyHeronavbar-container {
            background: #346c81; /* linear-gradient(.64deg,#346c81 0,rgba(52,108,129,0) 100%),linear-gradient(0deg,rgba(52,108,129,.11) 0,#305866 100%) !important;*/
            height: 100%;
        }

        .stickySearchbox {
            top: 120px;
        }

        .footer-column1 {
            width: 100%;
        }

        .footer-column2 {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            margin-top: 20px;
        }

        .footer-container {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .project-leftcol {
            width: 100%;
        }

        .project-rightcol {
            width: 100%;
        }

        .card {
            width: 100%;
            margin: 10px 1px;
            height: auto;
            min-height: 380px;
        }

            .card .item {
                height: auto;
                min-height: 380px;
            }


        #projects {
            padding: 2px;
            margin-top: 10px;
        }

        .iskanje-button,
        .filter-button {
            font-size: 10px;
            margin: 0px 5px 0px 0px;
        }

        .iskanje-ikona {
            display: inherit;
        }

        .iskanje-text {
            display: none;
        }

        .item p {
            display: inline-block;
        }

        .owl-item .item {
            height: 350px;
        }

        .filterTags {
            margin: 5px 5px 2px 5px;
        }

        .filterTag {
            margin: 2px;
        }

        .googleMap {
            height: 400px;
        }

        .project-details {
            margin: 0;
        }
    }
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        .navbar-list-item {
            min-width: inherit;
            font-size: smaller;
        }

        .navbar-logo-only {
            background: transparent;
        }


        .sp-textinput {
            font-size: 14px;
        }

        .navbar-list {
            justify-content: initial;
        }

            .navbar-list li {
                margin: 10px 0px 10px 10px;
            }

               /* .navbar-list li a img {
                    max-width: 140px;
                }*/

        .navbar-controls.stickyHeronavbar-container {
            background: none !important;
        }

        .footer-container {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .project-leftcol {
            width: 100%;
        }

        .project-rightcol {
            width: 100%;
        }

        .owl-item .item {
            height: 500px;
        }
    }
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {



        .navbar-list-item {
            min-width: inherit;
            font-size: smaller;
        }



        .sp-textinput {
            font-size: 1.5rem;
        }

        .owl-item .item {
            height: 550px;
        }
    }

    @media only screen and (min-width: 800px) {

        /*.project-details {
        margin: 0px 30px 20px 20px;
    }*/
        .navbar-list li a img {
            max-width: initial;
        }

        .navbar-list {
            justify-content: center;
        }

        .footer-container {
            padding-top: 80px;
            padding-bottom: 80px;
        }

        /*.project-leftcol {
        width: 70%;
    }

    .project-rightcol {
        width: 30%;
    }*/

        .owl-item .item {
            height: 550px;
        }

        .googleMap {
            height: 700px;
        }

    }

    @media only screen and (min-width: 950px) {
        .navbar-list-item {
            min-width: inherit;
            font-size: initial;
        }

        .pagerNumberPerPageText {
            display: block;
        }

        .owl-item .item {
            height: 400px;
        }
    }
    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {

        .pager li a:hover {
            background-color: #5c8899;
            color: #fff;
            transition: 0.3s;
        }

        .owl-item .item {
            height: 450px;
        }
    }
    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        .googleMap {
            height: 1000px !important;
        }
        .degradiranaObmocjaTipLabel {
            max-width: 200px;
        }
    }
@media only screen and (min-width: 1300px) {
    .degradiranaObmocjaTipLabel {
        max-width: 220px;
    }

}
@media only screen and (min-width: 1500px) {
    .degradiranaObmocjaTipLabel {
        max-width: 260px;
    }
}

@media only screen and (min-width: 1714px) {
    .degradiranaObmocjaTipLabel {
        max-width: 280px;
    }
    .googleMap {
        height: 94vh !important;
    }
}
@media only screen and (min-width: 1900px) {
    .degradiranaObmocjaTipLabel {
        max-width: 350px;
    }
}
    /* SELECT CSS  https://www.filamentgroup.com/lab/select-css.html */
    /* class applies to select element itself, not a wrapper element */
    .select-css {
    display: block;
    color: #444;
    line-height: 1.3;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c3c3c3;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

select.select-css {
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .3em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}
    /* Hide arrow icon in IE browsers */
    .select-css::-ms-expand {
        display: none;
    }
    /* Hover style */
    .select-css:hover {
        border-color: #888;
    }
    /* Focus style */
    .select-css:focus {
        border-color: #aaa;
        /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
        box-shadow: 0 0 1px 3px #5c8899;
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
    }

    /* Set options to normal weight */
    .select-css option {
        font-weight: normal;
    }

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .select-css:disabled:hover, .select-css[aria-disabled=true] {
        border-color: #aaa;
    }

.podrobnost {
    padding: 5px;
}

h3.filter-item {
    margin: 0 !important;
}

.languageWarning {
    position: relative;
    padding: 2rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    font-size: larger;
    font-weight: bold;
}

.dutbLogo{
    position: absolute;
    top: 3px;
    right: 3px;
}

.dutbLogo img
{
    width: 160px;
}

.searchLabel {
    font-weight: bold;
}

.searchField {
    padding: 3px !important;
    border: 1px solid #aaaaaa !important;
    color: #555 !important;
}