.partner-logo {
    border: 1px solid ;
    border-color: #f1f1f1;
    background: transparent;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px
}

.partner-logo:hover {
    border-color: #FFF;
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

a {
    color: #52A0D8
}

a:focus {
    outline: none !important;
}

a:hover {
    color: #A0CE4E;
}

a.black {
    color: #000;
}

a.black:focus {
    outline: none !important;
}

a.black:hover {
    color: #666;
}

.block.product p a {
    color: #000 !important;
}

.red {
    color: red;
}

footer small, footer.small {
    font-size: 85%
}

footer h4 small {
    font-size: 75%
}

.text-dark {
    color: #333 !important;
}

.center-block {
    margin: 0 auto;
}

.is_stuck {
    margin-top: 155px;
}

.top-navbar .top-navbar-menu>ul.top-menu>li>a>i {
    font-size: 20px
}

.font-normal {
    font-size: 0.95rem !important;
}

p.font-nenormal {
    line-height: 18px;
}

h3.heading.heading-6.strong-600 {
    margin-bottom: 3px;
}

.heading>a {
    color: #A0CE4E;
}

.heading:hover>a {
    color: #A0CE4E;
}

ul.inline-links.inline-links--style-2>li:before {
    color: #c3002f;
}

.sivo {
    color:#999
}
.crno {
    color:#000
}
.crveno {
    color: #EC1C24 !important;
}
.plavo-tamno {
    color: #A0CE4E!important;
}
.plavo {
    color: #52A0D8!important;
}
.zeleno {
    color:#A0CE4E
}

.fafb {
    color: #3b5998 !important
}

.belo {
    color: #fff !important;
}

.fainsta {
    color: #8a3ab9 !important
}

.faglobe {
    color: #4c68d7 !important
}

.fanews {
    color: #666 !important
}

.fadsgn {
    color: #666 !important
}

.fagoogle {
    color: #4285F4 !important
}

.fagsrch {
    color: #34A853 !important
}

.fashop {
    color: #FBBC05 !important
}

.pb0 {
    padding-bottom: 0px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt85 {
    margin-top: 85px !important;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 0rem;
}

a.navbar-brand {
    margin-right: 0rem!important;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.hr-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.hr1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ccc
}

.hr2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f3f3f3;
}
.hr3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ccc;
}

.hrfooter {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.7)
}

.pt40p {
    padding-top: 40%;
}


.no-padding {
    padding-left: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.footer-links i {
    text-align: center;
    width: 22px;
    padding: 0 10px 0 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f3f3f3;
}

.mr20 {
    margin-right: 20px;
}

.mr40 {
    margin-right: 40px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .hidden-prike {
        display: none !important;
    }

    .footer .footer-links>li>a {
        font-size: .80rem;
    }
}

@media (max-width: 1006px) {
    .hidden-prike {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .footer p {
        font-size: .8rem
    }
}

@media (max-width: 640px) {
    .slajder {
        display: none;
    }
}

@media (max-width: 480px) {
    .background-image-holder .heading-1.heading-responsive {
        font-size: 44px !important
    }

    .col-wrapper--spaced {
        padding: 40px 20px;
    }
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}


/* Restore Bootstrap 3 "hidden" utility classes. */
/* Breakpoint XS */
@media (max-width: 575px) {

    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {

    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {

    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {

    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px) {

    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
        display: none !important;
    }
}

/* Breakpoint MD menu mobile */
@media (max-width: 991px) {
    .dropdown-menu {
        color: #000 !important;
        background-color: transparent !important;
        border: 1px solid rgba(0, 0, 0, 0);
    }

    .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #000;
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #000;
    }
}

@media (min-width: 2600px) {
    .slice .slajder {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1006px) {
    .slice .slajder {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 1007px) {
    .embed-index-left-video {
        height: 490px !important;
    }
}

@media (max-width: 1005px) {
    .slice .slajder {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}

@media (max-width: 1006px) {
    .container.containertopbar {
        padding: 0 30px !important;
        max-width: 100%;
    }

    .embed-index-left-video {
        width: 100%;
        height: 490px !important;
    }
}

.dropdown-divider2 {
    height: 0;
    margin: .25rem 0;
    overflow: hidden;
    border-top: 1px solid #fff
}


a.btn-success.btn.txt-white {
    color: #ffffff;
}

a.btn-success.btn.txt-white i {
    color: #ffffff;
}

.link-black {
    color: #000;
}

.inline-links .btn {
    padding: .200rem .75rem;
}

.contact-social-icons {
    font-size: 24px;
}

.socialdrop {
    min-width: 200px;
    padding-left: 35px;
    text-align: left;
}

.socialdrop p {
    font-size: 13px;
    font-weight: 300;
}

.socialdrop li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
}

.socialdrop li i {
    font-size: 24px;
    margin-right: 8px;
    color: #67717d;
}

.socialdrop li i:hover {
    color: #c3002f;
}

.sparce-100 {
    height: 100px;
    position: relative
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.bagdered {
    background-color: #c3002f !important;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }  



    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .btn {
    padding: 10px 15px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 15px;
}

.bootstrap-select .dropdown-toggle::after {
    margin-left: -1em;
    font-size: 14px;
    margin-top: 4px;
    color: #A0CE4E;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #999;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 11px;
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    padding: 10px 15px;
    height: 45px;
}

.bordered {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.feature--bg-6 {
    background-color: rgba(0, 0, 0, .5);
    border: 0px solid rgba(0, 0, 0, .4);
    border-radius: 0px;
}

.feature--bg-6 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    /* linear */
}

.feature--bg-6:hover {
    -webkit-box-shadow: 1px 2px 15px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 1px 2px 15px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 1px 2px 15px 0px rgba(255, 255, 255, 0.75);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    /* linear */
}

.lgi-img i {
    font-size: 40px;
    color: #c3002f;
}

.lgi-img.icon {
    margin-right: 0px;
    position: relative;
    right: -3px;
    top: 4px;
}

.c-dark {
    color: #000 !important;
}

.pv-3 {
    padding-bottom: 1rem !important;
}

.feature-dropdown i {
    margin-right: 4px;
    color: #FED400;
}

.dropdown--style-2 .feature-dropdown.dropdown-toggle {
    padding: 0;
}

.dropdown--style-2 .feature-dropdown.dropdown-icon {
    font-size: 11px;
}

.mr-5 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 2px;
}
.mr-3 {
    margin-right: 3px;
}
.ml-1 {
    margin-left: 1.5rem !important;
}

.ml-2 {
    margin-left: 3rem !important;
}

.forma .dropdown-item.active, .forma .dropdown-item:active {
    background-color: #A0CE4E !important;
    color: #fff !important;
}

input[type="text"].form-control::-webkit-input-placeholder {
    color: #999 !important;
}

.bootstrap-select .dropdown-toggle:before,
.dropup .dropdown-toggle::after {
    content: '';
}

.dropup .dropdown-toggle::before {
    content: '';
}

.shadowed {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.shadowed:hover {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    transition-timing-function: linear;
}

.navbar-shadowed {
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.bordered {
    border-radius: 5px;
}

.flatpickr-calendar.static.open {
    border-radius: 5px;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}



#block {
    display: none;
    width: 100%;
    height: auto;
}

.ulajni {
    display: inline-block
}

.drugalokacija .dropdown-menu {
    left: -10000px;
}

.cbxShowHideDesktop {
    display: block;
}

.cbxShowHideMobile {
    display: none;
}

.hide-1006 {
    display: none;
    width: 100%;
}

.show-1006 {
    display: none;
}

@media (max-width: 1006px) {
    .cbxShowHideDesktop {
        display: none;
    }

    .cbxShowHideMobile {
        display: block;
    }

    .show-1006 {
        display: none;
    }

    .hide-1006 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .pv-1-2 {
        padding: 10px 0 20px 0 !important;
    }
}

.list-icons {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.list-icons li {
    font-size: 30px;
    color: #818a91;
    padding: 15px;
}

.list-icons li i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.list-icons li:hover i {
    color: #c3002f;
}

.list-info {
    font-size: 85%;
}

@media (max-width: 991px) {
    .list-icons li {
        font-size: 24px;
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .list-icons li {
        font-size: 30px;
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .list-icons li {
        font-size: 24px;
        padding: 16px;
    }
}

@media (max-width: 360px) {
    .list-icons li {
        font-size: 24px;
        padding: 12px;
    }
}

.shop-cards .product .product-description {
    font-size: 24px;
}

.btn-link {
    background-color: transparent;
    color: #28a745;
    border: 1px solid transparent;
}

.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #218838;
    border: 1px solid transparent;
    text-decoration: none;
}

.btn-link span {
    color: #333 !important;
}

.btn-link:hover i.fa-close::before {
    content: "\f00c";
}

.text-default {
    color: #004D87 !important;
}

.block .block-body {
    position: relative;
}

.shop-cards.shop-tech .product-buttons .btn-icon {
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 1.1rem;
    padding: 2px;
    color: #818a91;
    border: 0;
    cursor: pointer;
    width: 100%;
}

.mb40 {
    margin-bottom: 40px !important;
}

.small-prike {
    font-size: 12px !Important;
}

.form-control:disabled, .form-control[readonly] {
    background: #fff;
}

.font-alert {
    font-size: 0.9rem !important;
}

.btn-success {
    color: #fff;
    background-color: #20c444;
    border-color: #20c444;
}

.btn-success:hover {
    color: #fff;
    background-color: #1db33f;
    border-color: #1db33f;
}

.padding20 {
    padding: 0px 20px 15px 20px;
}

.hamburger:hover:not(.is-active) .hamburger-inner, .hamburger:hover:not(.is-active) .hamburger-inner:after, .hamburger:hover:not(.is-active) .hamburger-inner:before {
    color: #fff
}



ul.inline-links>li:last-child {
    border-right: 0px solid #ccc;
}

.text-link-aux {
    font-size: 0.7rem;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    font-weight: 400;
}
.text-link-aux-2 {
    font-size: 0.7rem;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    font-weight: 400;
}


.section-title.text-center, .section-title.text-sm-center, .section-title.text-md-center, .section-title.text-lg-center, .section-title.text-xl-center {
    margin: 2rem 0;
}



.sct-color-3 {
    background-color: #222
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */
.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 0%;
    margin-bottom: 0px;
}

.end {
    margin-right: 0 !important;
}

/* Flip on hover */
.panel {
    margin: 0 auto;
    height: 4px;
    position: relative;
}

.panel .front,
.panel .back {
    text-align: center;
}

.panel .front {
    height: inherit;
    position: relative;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.panel .back {
    height: inherit;
    position: relative;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.box1 {
    width: 17px;
    height: 12px;
}

.box2 {
    width: 17px;
    height: 12px;
    margin-top: -2px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.box2 a {
    color: #000;
}

.galleryPreview {
    display: none;
}

.visible_item {
    display: none;
}

#showMore {
    display: block;
    margin: auto;
    cursor: pointer;
}

.wh-fix {
    height: 15px;
    width: 20px;
    display: inline-block;
}

.breadcrumb {
    background-color: transparent;
}

.mt-aside {
    margin-top: 50px;
}

.mt-header-section {
    margin-top: 75px;
}

.border-bottom-table {
    border-bottom: 1px solid #ddd;
}

.border-top-table {
    border-top: 1px solid #ddd;
}

.icons-white {
    color: #fff;
}

.head-img img {
    max-height: 300px;
    display: block;
    margin: auto;
    max-width: 100%;
}

.head-img img.hidden-sm-up {
    max-height: none;
}

.image-bg-simulation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/bg-wedd-book.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/*** Fixed Header - Mobile & Tablet ***/
@media (max-width: 991px) {
    body {
        padding-top: 105px;
    }

    .fixed-top {
        position: fixed;
    }
}

@media (max-width: 640px) {
    body {
        padding-top: 73px;
    }
}

/*** Row with equal height columns ***/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*** Dorpdown list ***/
@media (max-width: 991px) {
    form .dropdown-menu {
        background-color: #fff !important;
        color: #212529 !important;
    }

    form .bootstrap-select .dropdown-menu li a:hover {
        color: #212529 !important;
    }

    form .dropdown-item.active a,
    form .dropdown-item:active a {
        background-color: #fff !important;
    }

    form a.dropdown-item.selected.active,
    form a.dropdown-item.selected.active:focus {
        background-color: #EC1C24 !important;
    }
}

/*bootstrap select fix - ghost menu overlap input field below */
.bootstrap-select .dropdown-menu {
    height: 0;
}

.bootstrap-select.show .dropdown-menu.show {
    height: inherit;
}

.z-index-3 {
    z-index: 3;
}

/* bootstrap select fix end */
.bootstrap-select>.dropdown-toggle.bs-placeholder {
    background: transparent
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1rem;
    border-left: 5px solid #eee;
}

.no-padding-left {
    padding-left: 0px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.no-padding-right {
    padding-right: 0px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.row.masonry {
    margin-right: -7px;
    margin-left: -7px;
}

.masonry-item {
    margin-bottom: 0.75rem;
    padding-right: 7px;
    padding-left: 7px;
}





@media screen and (max-width: 991px) {
    .navbar-collapse {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .navbar-nav {
        max-height: 445px;
        padding-right: 17px;
        overflow-y: scroll;
        box-sizing: content-box;
        width: 100%;
    }
}

.lock-scroll {
    overflow: hidden;
}

/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 0px;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #EC1C24;
}

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #EC1C24;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #EC1C24;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.overlay button i {
    color: #fff
}

.overlay button:hover {
    background: #bbb;
}

/* INDEX SLIDER */
.swiper-slide .naslov {
    padding: 8px 15px;
    min-width: 100px;
    display:inline-block;
     font-size: 2.5rem;
      line-height: 3rem!important;
}

.swiper-slide p {
    padding: 8px 14px;
    min-width: 100px;
    display:inline-block;
  line-height: 2rem!important;
    font-size: 1.7rem;
    color: #fff!important;
}


@media (max-width: 320px) {
.swiper-slide .naslov {
    padding: 0px;
    min-width: 100px;
    display:inline-block;
     font-size: 2.2rem;
      line-height: 2.2rem!important;
}
.swiper-slide p {
    padding: 0px;
    min-width: 100px;
    display:inline-block;
    line-height: 1.9rem!important;
    font-size: 1.4rem;
    color: #fff!important;
}
}



/* EU COOKIE */
#eucookielaw {
    display: none
}

#eucookielaw {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    text-align: center;
    padding: 40px 20px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    position: fixed;
    -webkit-box-shadow: 0px 4px 215px 1px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.27);
}

#eucookielaw p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

#eucookielaw a {
    font-size: 14px;
    padding: 8px 15px;
    margin-top: 30px;
}

/* POZIV DUGME */
.pozivhidden {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    height: 46px;
    width: 46px;
    padding: 7px 0 0 0 !important;
    background: #A0CE4E
}

.pozivhidden i {
    color: #fff;
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {

    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}




@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)  {  
.noparallax {
    background-attachment: unset !important;
    background-position: center top !important; }
}



.table thead {
    background-color: #52A0D8;
color: #fff;
font-weight: 600;
}

.letter-space-xs {
    letter-spacing: 0.02em;
}