@font-face {
    font-family: 'ROBOTO-REGULAR';
    src: url('../fonts/ROBOTO-REGULAR.TTF');
}

@font-face {
    font-family: 'ROBOTO-BOLD';
    src: url('../fonts/ROBOTO-BOLD.TTF');
}


input,
select,
button {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
}

@media (min-width: 1620px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
    .prodato-sticker {
        font-family: 'ROBOTO-REGULAR';
        position: absolute;
        background-color: #e3103d;
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 5px;
        z-index: 10;
        bottom: 35px;
        left: 30px;
    }
}


button,
img:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-light {
    background-color: transparent !important;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

header .logo {
    display: grid;
    place-items: center;
    padding: 15px 0;
}
.search .logo-search-page{
    display: none !important;
}
.search .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #f2f2f2;
}
.page-template-template-bar .navbar-light .navbar-nav .nav-link{
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'ROBOTO-REGULAR';
    color: #f2f2f2;
    font-size: 16px;
    padding: 0 50px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}
.nav-link img{
    width: 30%;
}
.mobile-translate{
    display: none;
}
.sidebar-div {
    background: #e3103d;
    width: 100px;
    height: 50px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.page-id-17 h3 {
    font-family: 'ROBOTO-BOLD';
    font-size: 24px;
    margin-bottom: 15px;
}

.sidebar-div i {
    color: #FFF;
    font-size: 32px;
}

.desktop-banner {
    position: relative;
}



.mainPageFilters {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 0px 10px;
    margin: auto;
    z-index: 2;
}

.reg-number {
    font-family: 'ROBOTO-REGULAR';
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
    display: block;
    text-align: center;
    margin-top: 5px;
}

form.searchandfilter input,
form.searchandfilter select {
    padding: 0px 10px;
    outline: none;
    border-radius: 0px;
    border: 0px solid #fff;
    height: 60px;
    font-family: 'ROBOTO-REGULAR';
    color: #080404;
    /* background: #fff; */
    background: rgba(255, 255, 255, .8);
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}

form.searchandfilter select {
    background: url(../img/arrow.png) no-repeat rgba(255, 255, 255, .8);
    background-position: 90%;
}

.tabs-nav {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    gap: 10px;
    margin-left: 5px;
}
.search-form form{
    display: flex;
    align-items: center;
}
.search .search-field{
    padding: 0px 10px;
    outline: none;
    border-radius: 0px;
    border: 0px solid #fff;
    height: 60px;
    font-family: 'ROBOTO-REGULAR';
    color: #080404;
    /* background: #fff; */
    background: rgba(255, 255, 255, .8);
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 90%;
    margin: 10px 5px;
}
.search .search-submit  {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0px;
    margin-right: 0px;
    position: relative;
    width: 50px !important;
    background: #e3103d;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    align-items: center;
    right: 30px;
}
.search .search-submit:after {
    font-family: "font awesome 5 pro";
    content: '\f002';
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
}
.tabs-nav li {
    background: rgba(227, 16, 61, .8);
    color: #fff;
    text-align: center;
    transition: .3s all ease;
}

.tabs-nav li a {
    display: block;
    padding: 15px 10px;
    color: #fff;
}

.tabs-nav li.tab-active {
    background: #e3103d;
}

form.searchandfilter > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

form.searchandfilter ul li {
    flex: 1;
    padding: 10px 0px;
    margin: 0px 5px;
}

.searchandfilter select.sf-input-select,
.searchandfilter label {
    width: 100%;
    cursor: pointer !important;
}

form.searchandfilter ul .sf-field-taxonomy-dodatneopcije {
    position: relative;
    height: 60px;
    padding: 0px;
    overflow: hidden;
}

form.searchandfilter ul .sf-field-taxonomy-dodatneopcije.overflow-show {
    overflow: visible;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-height: 400px;
    /*     max-height: fit-content; */
    overflow: hidden;
    overflow-y: scroll;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije:empty {
    display: none;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije ul > * {
    cursor: pointer !important;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije ul::-webkit-scrollbar {
    display: none;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije li {
    padding: 0px 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije li input {
    cursor: pointer;
    border: none;
    min-width: 12px;
    min-height: 12px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #0000;
    border: 1px solid #000;
    padding: 0px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije li.sf-option-active input:after {
    font-family: "font awesome 5 pro";
    content: '\f058';
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #e3103d;
    cursor: pointer;
    z-index: 1;
}

form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije ul li.sf-option-active {
    order: -1;
}

form.searchandfilter ul li.sf-field-submit {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0px;
    margin-right: 0px;
    position: relative;
    left: -20px;
    width: 50px !important;
    background: #e3103d;
    -moz-appearance: none;
    -webkit-appearance: none;
}

form.searchandfilter ul li.sf-field-submit input {
    padding: 0px;
    width: 100%;
    height: 100%;
    background: #e3103d;
}

form.searchandfilter ul li.sf-field-submit:after {
    font-family: "font awesome 5 pro";
    content: '\f002';
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
}


.mouse-box-pos {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0%;
    z-index: 5;
}


#section02 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#section02 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(
            -45deg
    );
    transform: rotate(
            -45deg
    );
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#section02 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

.demo a {
    position: absolute;
    bottom: 95px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

nav ul .active a::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -5px;
    background-color: #e3133d;
    width: 35%;
    height: 4px;
}

nav .nav-item {
    position: relative;
}

.category-home {
    padding: 70px 0px;
}

.category-home-img {
    background-image: url(../img/category-home-section.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.category-home h1 {
    font-family: 'ROBOTO-BOLD';
    text-align: center;
    font-size: 60px;
    color: #080404;
    text-transform: uppercase;
    line-height: 40px;
}

.category-home h1 span {
    font-family: 'ROBOTO-REGULAR';
    color: #c32138;
    font-size: 30px;
}

.category-home .first-p {
    font-family: 'ROBOTO-REGULAR';
    width: 65%;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    color: #080404;
    font-size: 16px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 40px;
}

.categories-grid .box {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.categories-grid .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-grid .box .text-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.categories-grid .box .link-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    bottom: 47%;
    width: 100%;
    text-align: center;
    /*display: none;*/
}

.categories-grid .box .link-btn a {
    font-family: 'ROBOTO-BOLD';
    background: #e3103d;
    width: 200px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
}

.categories-grid .box .link-btn span {
    display: flex;
    align-items: center;
}

.categories-grid .box .link-btn span i {
    font-size: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

.categories-grid .box p {
    font-family: 'ROBOTO-BOLD';
    color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
}

/* .categories-grid .box:nth-of-type(1) {
    grid-row: span 2;
    height: 100%;
} */

/*.categories-grid .box:nth-of-type(4) {*/
/*    grid-column: span 2;*/
/*}*/


.categories-grid a {
    width: 100%;
    height: 100%;
}

.center-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-box {
    padding: 10px 25px 25px 25px;
}

.img-thumb-slider {
    height: 320px;
    position: relative;
}

/* Main Menu */

.menuBar {
    padding: 0px 15px;
}


.filteri {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    /*background: #e3103d;*/
    /*padding: 15px;*/
    /*margin-bottom: 40px;*/
    background: #ebebeb;
    padding: 40px;
    margin-bottom: 100px;
}

.filteri form.searchandfilter select {
    background: url(../img/arrow.png) no-repeat #fff;
    background-position: 90%;
}

.filteri form.searchandfilter ul li.sf-field-submit input {
    /*background: #fff;*/
    background: #e3103d;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

.filteri form.searchandfilter ul li.sf-field-submit:after {
    /*color: #e3103d;*/
    color: #FFF;
}

.filteri form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije li {
    background: #fff;
}

.filteri .searchandfilter li label {
    text-align: left;
}


@media (min-width: 480px) {
    .menuBar {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) {
    .menuBar {
        padding: 0px 25px;
    }
}

@media (min-width: 1240px) {
    .menuBar {
        padding: 0px 70px;
    }
}


.w-70 {
    width: 70%;
}

.mainMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    max-width: 80%;
    width: 100%;
    /*transform: translateX(100%);*/
    transform: translateX(-100%);
    background: #272626f5;
    z-index: 999;
    padding: 55px 0px 0px 25px;
    transition: transform .8s cubic-bezier(.535, 0, 0, 1), visibility .8s linear;
    overflow-y: hidden;
    background: url(../img/menu-bckg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: initial;
}

@media (min-width: 600px) {
    .mainMenu {
        padding: 110px 50px 110px 50px;
        max-width: 70%;
    }
}

/*@media (min-width: 1240px) {*/
/*    .mainMenu {*/
/*        max-width: 930px;*/
/*    }*/
/*}*/
.mainMenu.openMenu {
    transform: translateX(0);
}

.menuBar i {
    font-size: 26px;
    color: #1a3a63;
}

@media (min-width: 480px) {
    .menuBar i {
        font-size: 30px;
        color: #1a3a63;
    }
}

body.shadowOverlay .overlayShadow {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 100;
    transition-delay: .5s;
    transition: .5s cubic-bezier(.535, 0, 0, 1), visibility .5s linear;
}

.closeMainMenu {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 30px;
    color: #fff;
}

@media (min-width: 600px) {
    .closeMainMenu {
        top: 38px;
        right: 50px;
    }
}

.mainMenu ul li {
    position: relative;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.mainMenu ul li a {
    display: block;
    /*position: absolute;*/
    height: 100%;
    font-size: 35px;
    padding-bottom: 0px;
    transition: .3s all ease;
    transform-origin: left center;
}

@media (min-width: 600px) {
    .mainMenu ul li a {
        font-family: 'ROBOTO-REGULAR';
        color: #c6c6c6;
        font-size: 13px;
    }
}

.mainMenu ul li a.animated {
    animation-name: menuAnimation;
    animation-duration: 1s;
}

@keyframes menuAnimation {
    0% {
        transform: translateY(105px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.mainMenu ul li a.activeLink {
    color: #d9c7a5;
}

@media (min-width: 600px) {
    .mainMenu ul li a:hover {
        color: #d9c7a5;
        transform: scale(1.2);
    }

    .mainMenu ul li a.activeLink {
        color: #d9c7a5;
        transform: scale(1.2);
    }
}

body.overflow {
    overflow: hidden;
}


.mainMenu .grid {
    display: grid;
    grid-template-columns: 5fr 2fr;
    align-items: center;
    height: 100%;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

button:focus {
    outline: 0px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

.overlayShadow {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/black-overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}


/* End Main Menu */


.footer-subscribe {
    background: #181818;
    padding-bottom: 0;
    padding-top: 75px;
    margin-bottom: -1px;
}

.footer-subscribe h2 {
    font-family: 'ROBOTO-BOLD';
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.footer-subscribe p {
    font-family: 'ROBOTO-REGULAR';
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}


.footer-subscribe a {
    font-family: 'ROBOTO-REGULAR';
    background-color: #e3103d;
    width: 70%;
    margin: 0 auto;
    height: 60px;
    display: grid;
    place-items: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    margin-bottom: -30px;
}

.footer-links {
    background: url(../img/footer-bckg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    display: flex;
    padding: 155px 0;
    align-items: center;
}

.footer-links .grid {
    color: #FFF;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
}

.footer-links .grid h3 {
    font-family: 'ROBOTO-BOLD';
    margin-bottom: 25px;
}

.footer-links .grid a {
    font-family: 'ROBOTO-BOLD';
    color: #FFF;
}

.footer-links .grid ul li a {
    font-family: 'ROBOTO-REGULAR';
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
}

.footer-links .grid ul li a:hover {
    color: #e3103d;
}

.mainMenu .grid h2 {
    font-family: 'ROBOTO-BOLD';
    color: #FFF;
    margin-bottom: 35px;
    font-size: 22px;
}

.mainMenu .grid p {
    font-family: 'ROBOTO-REGULAR';
    color: #a5a5a5;
    font-size: 13px;
    margin-bottom: 15px;
}

.contact-us-banner .pos-abs {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.contact-us-banner .pos-abs h1 {
    color: #FFF;
    font-size: 60px;
    font-family: 'ROBOTO-BOLD';
}

.contact-us-banner .pos-abs p {
    color: #FFF;
    font-size: 14px;
    font-family: 'ROBOTO-REGULAR';
}

.contact-us-banner {
    background-image: url(../img/contact-us.jpg);
    background-size: cover;
    background-position: center;
    height: 1075px;
    padding-top: 180px;
}

.contact-us-content span {
    color: #e3103d;
    font-size: 24px;
    font-family: 'ROBOTO-REGULAR';
}

.contact-us-content p {
    color: #ffffff;
    font-size: 24px;
    font-family: 'ROBOTO-REGULAR';
}

.contact-us-content a {
    color: #ffffff;
    font-size: 24px;
}


.contact-us-content a:hover {
    color: #e3103d;
}

.contact-us-content .box {
    margin-bottom: 75px;
}

.contact-us-content .box .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contact-us-content .box .col-md-2 span {
    text-align: center;
    float: left;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #FFF;
}

.contact-us-content .box .col-md-2 span i {
    font-size: 48px;
    line-height: 72px;
    color: #FFF;
}

#gform_wrapper_1,
#gform_wrapper_5 {
    background: #ffffff;
    padding: 50px;
    height: 100%;
    margin: 0 !important;
}

#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#gform_wrapper_5 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 15px;
    background-color: #ebebeb;
    border: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    font-family: 'ROBOTO-REGULAR' !important;
}

#gform_wrapper_2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#gform_wrapper_6 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])  {
    padding: 0 15px;
    background-color: #ebebeb;
    border: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    color: #181818;
    font-size: 14px;
    font-family: 'ROBOTO-REGULAR';
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

#gform_wrapper_1 textarea, #gform_wrapper_5 textarea {
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    border: 0;
    height: 160px;
    width: 100%;
    background-color: #ebebeb;
    font-family: 'ROBOTO-REGULAR' !important;
}

.gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    background-color: #e3103d;
    padding: 15px 100px;
    margin: 0 !important;
    border: 0;
    color: #FFF;
    float: right;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    font-family: 'ROBOTO-REGULAR' !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    width: 100% !important;
}

#gform_wrapper_1 ul.gform_fields li.gfield,#gform_wrapper_5 ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

#gform_wrapper_2 ul.gform_fields li.gfield,
#gform_wrapper_6 ul.gform_fields li.gfield {
    padding-right: 16px !important;
}

#gform_wrapper_2 .gform_footer,
#gform_wrapper_6 .gform_footer {
    display: flex;
    justify-content: center;
}

.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px;
    color: #181818;
    font-size: 32px !important;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
    font-family: 'ROBOTO-BOLD' !important;
}


.blog-us-page {
    background-color: #ffffff;
    padding-top: 180px;
}

.page-template-template-blog .color-font {
    color: #000 !important;
}

.page-template-template-crna-gora .color-font {
    color: #000 !important;
}

.page-template-template-about-us .color-font {
    color: #000 !important;
}

.page-template-template-hrvatska .color-font {
    color: #000 !important;
}

.page-template-template-lux-nekretnine .color-font {
    color: #000 !important;
}

.page-template-template-kuce-na-moru .color-font {
    color: #000 !important;
}

.about-us {
    margin-bottom: 75px;
}

.about-us p, .about-us ul li {
    font-family: 'ROBOTO-REGULAR';
    color: #000;
    font-size: 18px;
    padding: 5px 0px;
    position: relative;
}
.about-us ul li:before{
    content: '\f138' !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 16px;
    margin-right: 5px;
    color: #e3103d;
    text-align: center;
}
.about-us-text{
    max-width: 70%;
    margin: 0 auto;
}
.about-us h3{
    font-family: 'ROBOTO-REGULAR';
    color: #000;
    font-size: 18px;
    padding: 5px 0px;
    text-decoration: underline;
}
.about-us p i, .about-us p strong{
    color: #e3103d;
    font-size: 26px;
}
.about-us-team{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    width: 60%;
    margin: 0 auto;
}
.about-us-team .team{
    position: relative;
}
.about-us-logo{
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.about-us-page .pos-abs{
    margin-bottom: 0 !important;
}
.page-id-311 .only-en{
    display: none;
}


@media (max-width: 768px) {


    .about-us-text {
        max-width: 100%;
    }
    .about-us p i, .about-us p strong {
        font-size: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .about-us p, .about-us ul li {
        font-size: 16px;
        text-align: center;
    }
    .about-us h3 {
        font-size: 18px;
        text-align: center;
    }
    .about-us-team {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .team-text h3, .team-text a {
        text-align: left;
    }
}
.team-text{
    background: rgba(227, 16, 61, 0.75);
    color: #fff;
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}
.team-text h3, .team-text a{
    color: #fff;
}
.page-template-template-nekretnine .color-font,
.page-template-template-prodaja .color-font,
.page-template-template-izdavanje .color-font {
    color: #000 !important;
}

.blog.interior .color-font {
    color: #000 !important;
}

.blog.interior .logo-search-page {
    display: none;
}

.blog-us-page .pos-abs {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.blog-us-page .pos-abs h1 {
    font-family: 'ROBOTO-BOLD';
    color: #000;
    font-size: 60px;
    text-transform: uppercase;
}

.blog-us-page .pos-abs span {
    font-family: 'ROBOTO-REGULAR';
    color: #c32138;
    font-size: 30px;
}

.blog-us-page .pos-abs p {
    font-family: 'ROBOTO-REGULAR';
    color: #000;
    font-size: 14px;
}

.all-blog {
    position: relative;
}

.all-blog-box-content {
    padding: 30px;
}

.img-thumb::before {
    content: "";
    position: absolute;
    left: 30px;
    background-color: #e3133d;
    width: 35%;
    height: 10px;
    bottom: 35.5% !important;
}


.img-thumb {
    height: 320px;
}

.img-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


#highlight .slider-box span {
    font-family: 'ROBOTO-REGULAR';
    color: #e3103d;
    font-size: 15px;
}

#highlight .slider-box p {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 30px;
    font-weight: 600;
}

#highlight .slider-box h3 {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#highlight .slider-box p:last-child {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 14px;
}

#highlight .slider-box ul {
    margin: 10px 0px;
}

#highlight .slider-box ul li {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 18px
}

#highlight .img-thumb-slider::before {
    content: "";
    position: absolute;
    left: 25px;
    background-color: #e3133d;
    width: 35%;
    height: 10px;
    bottom: -1%;
}

#highlight .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-home .slider-box span {
    font-family: 'ROBOTO-REGULAR';
    color: #e3103d;
    font-size: 15px;
    margin: 25px 0;
    display: block;
}

#blog-home .slider-box p {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 30px;
    font-weight: 600;
}

#blog-home .slider-box h3 {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

#blog-home .slider-box p:last-child {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 14px;
}

#blog-home .slider-box ul {
    margin: 10px 0px;
}

#blog-home .slider-box ul li {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 18px
}

#blog-home .img-thumb-slider::before {
    content: "";
    position: absolute;
    left: 25px;
    background-color: #e3133d;
    width: 35%;
    height: 10px;
    bottom: -1%;
}

#blog-home .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-home {
    margin: 100px 0px;
    margin-left: 10%;
    overflow: hidden;
    display: none;
}

.blog-home h3 {
    color: #181818;
    font-size: 60px;
    font-family: 'ROBOTO-BOLD';
    text-transform: uppercase;
}

.blog-home h3 span {
    color: #c32138;
    font-size: 30px;
    font-family: 'ROBOTO-REGULAR';
    line-height: 25px;
    display: block;
    margin-bottom: 15px;
}

.blog-home i {
    padding-left: 10px;
}


.blog-home p {
    color: #181818;
    font-size: 15px;
    font-family: 'ROBOTO-REGULAR';
    margin-bottom: 25px;
}

.blog-home .link-btn {
    font-family: 'ROBOTO-BOLD';
    background: transparent;
    width: 200px;
    /*margin: 0 auto;*/
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
}

.all-listing-content .all-box-post .slider-box span {
    font-family: 'ROBOTO-REGULAR';
    color: #e3103d;
    font-size: 15px;
}

.all-listing-content .all-box-post .slider-box p {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 30px;
    font-weight: 600;
}

.all-listing-content .all-box-post .slider-box ul li {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 18px
}

.all-listing-content .all-box-post .slider-box h3 {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
}

.all-listing-content .all-box-post .slider-box p:last-child {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 14px;
}

.all-listing-content .all-box-post .slider-box ul {
    margin: 10px 0px;
}

.all-listing-content .img-thumb-slider::before {
    content: "";
    position: absolute;
    background-color: #e3133d;
    /*left: 40px;*/
    left: 25px;
    background-color: #e3133d;
    width: 35%;
    height: 10px;
    /*bottom: 37.2%;*/
    bottom: -1%;
}

.all-listing-content .img-thumb-slider {
    position: relative;
    height: 320px;
}

.all-listing-content .img-thumb-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-content {
    padding: 60px 0 80px 0;
}

.single-form-content {
    padding-bottom: 70px;
}

.single-info {
    position: absolute;
    bottom: 12%;
    left: 0;
    background-color: #f7f8f9de;
    /*width: 550px;*/
    width: 700px;
    /*height: 100px;*/
    height: 140px;
    display: flex;
    align-items: center;
    /*padding: 20px 40px;*/
    /*justify-content: space-between;*/
    justify-content: normal;
    padding-left: 35px;
    column-gap: 20px;
}

.single-info .text-center span {
    font-family: 'ROBOTO-REGULAR';
    color: #e3103d;
    font-size: 14px;
}

.single-info .text-center p {
    font-family: 'ROBOTO-BOLD' !important;
    color: #080404 !important;
    font-size: 20px !important;
}

.single-info .test {
    background-color: #141617;
    transform: rotate(
            90deg
    );
    padding: 0;
    width: 140px;
    position: absolute;
    right: -45px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-info .test a {
    font-family: 'ROBOTO-REGULAR';
    font-size: 14px;
    color: #FFF;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
}

.single-content span {
    font-family: 'ROBOTO-REGULAR';
    color: #767676;
    font-size: 16px;
}

.single-content h1 {
    font-family: 'ROBOTO-BOLD';
    color: #080404;
    font-size: 50px;
}

.single-form-content h2 {
    font-family: 'ROBOTO-BOLD';
    color: #080404;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-form-content p {
    font-family: 'ROBOTO-REGULAR';
    color: #000000;
    font-size: 15px;
}

.single-content .first {
    font-family: 'ROBOTO-REGULAR';
    color: #c32138;
    font-size: 20px;
    margin-bottom: 25px;
}

.single-content p {
    font-family: 'ROBOTO-REGULAR';
    color: #000000;
    font-size: 15px;
}

.mainMenuTest {
    transform: translateX(0%);
    transition: transform .5s cubic-bezier(.535, 0, 0, 1), visibility .5s linear;
}

.mainMenuTest.openMenuTest {
    transform: translateX(-93%);
}

.single-info h1 {
    font-family: 'ROBOTO-BOLD';
    color: #181818;
    font-size: 20px;
    margin-bottom: 5px;
}

.single-info p {
    font-family: 'ROBOTO-REGULAR';
    color: #747474;
    font-size: 16px;
    margin-bottom: 5px;
}

.single-info p:last-child {
    font-family: 'ROBOTO-BOLD';
    color: #080404;
    font-size: 16px;
}

.blog-us-banner {
    position: relative;
}

.blog-us-banner .pos-abs {
    position: absolute;
    bottom: 10%;
    left: 14%;
}

.blog-us-single-content .col-md-8 {
    padding: 100px 15px;
}

.blog-us-single-content .col-md-4 {
    padding: 100px 30px;
}

.blog-us-single-content .col-md-8 p {
    margin-bottom: 25px;
}

.blog-us-single-content .col-md-8 p {
    margin-bottom: 25px;
}

.blog-us-single-content .col-md-8 strong {
    margin-bottom: 25px;
    display: inline-block;
    font-size: 28px;
}

.blog-us-single-content .col-md-8 img {
    margin: 30px 0;
    width: 100%;
    object-fit: cover;
}

.blog-us-single-content .col-md-8 .share-blog {
    text-align: right;
}

.blog-us-single-content .col-md-8 .share-blog a {
    color: #000;
}

.blog-us-single-content .col-md-8 hr {
    margin-bottom: 50px;
}

.latest-news-overflow {
    height: 550px;
    overflow-y: auto;
    margin-bottom: 25px;
    overflow-x: hidden;
}

.latest-news-item {
    padding: 20px 0;
}

.latest-news-item .col-md-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-item .date-blog {
    text-align: center;
}

.blog-us-single-content .col-md-4 a {
    background-color: #e3103d;
    padding: 15px 20px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 50px;
    display: inline-block;
    float: right;
}

.blog-us-single-content .read-more {
    background-color: transparent !important;
    padding: 0 !important;
    color: red !important;
    text-transform: uppercase;
    display: inline-block;
    float: none !important;
    font-size: 14px;
    margin-top: 0 !important;
    text-decoration: underline;
}

.blog-us-banner .pos-abs span {
    color: #e3103d;
}

.blog-us-banner .pos-abs h1 {
    color: #FFF;
    font-size: 50px;
    text-transform: uppercase;
}

.blog-us-banner .pos-abs p {
    color: #FFF;
    font-size: 17px;
}

.blog-us-banner .pos-abs p span {
    color: #FFF;
    font-size: 20px;
}

/* width */

.latest-news-overflow::-webkit-scrollbar {
    width: 7px;
}

/* Track */

.latest-news-overflow::-webkit-scrollbar-track {
    background: #dddddd;
}

/* Handle */

.latest-news-overflow::-webkit-scrollbar-thumb {
    background: #e3103d;
}

/* Handle on hover */

.latest-news-overflow::-webkit-scrollbar-thumb:hover {
    background: rgba(36, 53, 67, 0.9);
}

.latest-news-overflow h2 {
    margin-bottom: 25px;
}

.footer-links .grid-mobile {
    display: none;
}

.desktop-banner-img {
    display: block;
}

.mobile-banner {
    display: none;
}

.no-gutters {
    padding: 0;
}

.blog-home .link-btn-section {
    display: none !important;
}

.mt-100 {
    margin-bottom: 100px;
}

.single-content .info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.single-content .info ul li {
    font-family: 'ROBOTO-BOLD';
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #747474;
    padding: 5px 0;
}

.single-content .info ul li span {
    float: right;
}

.single-content .dodatno i {
    color: #c32138;
}

.single-content .dodatno .col-lg-3 {
    padding-right: 0;
}

.single-content .dodatno p {
    font-family: 'ROBOTO-BOLD';
    font-size: 16px;
    margin-bottom: 5px;
}

.single-content .dodatno label {
    font-family: 'ROBOTO-REGULAR';
    font-size: 14px;
}

.single-content .ostalo i {
    color: #c32138;
}

.single-content .ostalo p {
    font-family: 'ROBOTO-BOLD';
    font-size: 16px;
    margin-bottom: 5px;
}

.single-content .ostalo label {
    font-family: 'ROBOTO-REGULAR';
    font-size: 16px;
}

.single-content .grid-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    grid-gap: 20px;
    grid-auto-rows: auto;
    /*margin-top: 150px;*/
}

.single-content .grid-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-content .grid-gallery .main-reviewimage {
    height: 200px;
    width: 100%;
}

.grid-gallery .test_img:nth-of-type(1),
.grid-gallery .test_img:nth-of-type(2),
.grid-gallery .test_img:nth-of-type(3),
.grid-gallery .test_img:nth-of-type(4),
.grid-gallery .test_img:nth-of-type(5),
.grid-gallery .test_img:nth-of-type(6),
.grid-gallery .test_img:nth-of-type(7),
.grid-gallery .test_img:nth-of-type(8),
.grid-gallery .test_img:nth-of-type(9),
.grid-gallery .test_img:nth-of-type(10) {
    display: block;
}

.grid-gallery .test_img {
    display: none;
}

/* blog home hover box */

.content {
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details span i {
    font-size: 38px;
    color: #FFF;
}

.fadeIn-top {
    top: 20%;
}

.phone-mobile {
    display: none;
}

.id-div {
    background-color: #e3103d;
    padding: 10px 15px;
    width: fit-content;
    margin-bottom: 15px;
}

.id-div p {
    color: #FFF;
    font-size: 16px;
}

.id-div p span {
    color: #FFF;
    font-weight: 900;
    font-family: 'ROBOTO-BOLD';
    font-size: 18px;
}

#highlight i {
    color: #b2b2b2;
    font-size: 50px;
}

#highlight.owl-theme {
    position: relative;
}

#highlight.owl-theme .owl-next,
#highlight.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    margin-left: 0;
    margin-right: 0;
}

#highlight.owl-theme .owl-prev {
    left: -65px;
}

#highlight.owl-theme .owl-next {
    right: -65px;
}


/* blog home hover box */

.content {
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    display: none;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details span i {
    font-size: 38px;
    color: #FFF;
}

.fadeIn-top {
    top: 20%;
}

.modal-header {
    border: 0;
}

.modal-content {
    border: 0px;
    border-radius: 0;
    background-image: url(../img/category-home-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.modal-content input {
    background-color: #ebebeb;
    border: 0;
    border-bottom: 1px solid black;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.pagination .page-numbers {
    align-items: center;
    justify-content: center;
    border: 1px solid #e3133d;
    font-family: 'Roboto-Regular';
    padding: 5px 10px;
    color: #000;
}

.pagination .current {
    background-color: #e3133d;
    color: #FFF;
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*z-index: 3;*/
}

.video-overlay {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0, 0, 0, 0.7);*/
    /*background-color: rgba(3, 15, 70, 0.5);*/
    /*z-index: 4;*/
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/black-overlay.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.single .desktop-banner img {
    height: 100vh;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e3103d;
}

.footer-bottom-fixed {
    display: none;
}

.z-index-custom {
    z-index: 99;
}

.gform_confirmation_message_1 {
    font-size: 22px;
    color: #FFF;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1621.98px) {
    .img-thumb::before {
        bottom: 38.3%;
    }
}

@media (max-width: 1500.98px) {
    .single-content h1 {
        font-size: 38px;
    }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .navbar {
        display: none;
    }

    .categories-grid .box p {
        font-size: 18px;
    }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .navbar {
        display: none;
    }

    .contact-us-banner .pos-abs {
        width: 85%;
        margin-bottom: 60px;
    }

    .contact-us-banner .pos-abs h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .contact-us-content span {
        font-size: 16px;
        text-align: center;
        display: block;
        margin-top: 15px;
    }

    .contact-us-content p {
        font-size: 18px;
        text-align: center;
    }

    .contact-us-content a {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .contact-us-banner {
        height: 100%;
    }

    .footer-subscribe h2 {
        font-size: 24px;
    }

    .footer-subscribe p {
        margin-bottom: 50px;
        margin-top: 25px;
    }

    .sidebar-div {
        background: transparent;
    }

    .sidebar-div i {
        color: #e3103d;
        font-size: 30px;
    }

    .footer-links .grid {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        display: none;
    }

    .footer-links .grid-mobile {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        display: block;
    }

    .footer-links {
        padding: 65px 0;
    }

    .footer-links .grid-mobile ul li a {
        font-family: 'ROBOTO-BOLD';
        color: #ffffff;
        font-size: 16px;
        padding: 15px 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .footer-links .grid-mobile .navbar-brand {
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .footer-links {
        background: url(../img/footer-mobile.jpg);
        background-size: cover;
        height: 100%;
    }

    .follow i {
        color: #909090;
        font-size: 32px;
    }

    .follow span {
        color: #FFF;
        margin-bottom: 15px;
        display: block;
        margin-top: 25px;
    }

    .follow a {
        padding: 0px 15px;
    }

    .all-right {
        position: absolute;
        bottom: -65px;
        background: #191919;
        width: 100%;
        left: 0;
    }

    .all-right p {
        color: #FFF;
        font-size: 12px;
        padding: 10px 0;
    }

    .blog-us-page {
        padding-top: 140px;
    }

    .blog-us-page .pos-abs {
        width: 85%;
        margin-bottom: 40px;
    }

    .blog-us-page .pos-abs h1 {
        font-size: 38px;
    }

    .blog-us-page .pos-abs span {
        font-size: 22px;
    }

    .filteri {
        margin-bottom: 40px;
        padding: 15px 5px;
    }

    form.searchandfilter ul li.sf-field-submit {
        max-width: 300px;
        min-width: 300px;
        display: block !important;
        margin: 0 auto !important;
        margin-top: 15px !important;
        margin-bottom: 10px;
        left: 0;
    }

    .filteri form.searchandfilter ul li.sf-field-taxonomy-dodatneopcije li {
        z-index: 99;
    }

    .all-listing-content .all-box-post .slider-box p {
        font-size: 24px;
    }

    .all-listing-content .all-box-post .slider-box ul li {
        font-size: 14px;
    }

    .all-listing-content .all-box-post .slider-box h3 {
        font-size: 17px;
        height: auto;
    }

    .desktop-banner-img {
        display: none;
    }

    .mobile-banner {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .mouse-box-pos {
        display: none;
    }

    .mainPageFilters {
        top: 65%;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-grid .box p {
        font-size: 16px;
    }

    .category-home {
        padding: 70px 0px;
        padding-bottom: 0;
    }

    #blog-home {
        display: none;
    }

    .blog-home {
        margin: 50px 0px;
        margin-left: 0;
    }

    .no-gutters-col {
        margin: 15px;
    }

    .blog-home .link-btn {
        display: none;
    }

    .blog-home .link-btn-section {
        margin: 0 auto;
        margin-top: 30px;
        display: flex !important;
    }

    .single-info {
        position: relative;
        background-color: transparent;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        display: block;
        height: 100%;
    }

    .single-info .text-center {
        text-align: left !important;
        border-top: 1px solid #b7bbbd;
    }

    .single-info .test {
        display: none;
    }

    .single-post .desktop-banner img {
        height: 340px;
        object-fit: cover;
    }

    .single-blog .blog-us-banner img {
        height: 340px;
        object-fit: cover;
    }

    .latest-news-overflow {
        text-align: center;
    }

    .latest-news-item .col-md-3 img {
        width: 50%;
        height: 100%;
        object-fit: cover;

    }

    .blog-us-single-content .col-md-4 a {
        float: none;
    }

    .latest-news-item .col-md-9 img {
        margin-top: 15px;
    }

    .blog-us-banner .pos-abs span {
        color: #e3103d;
        margin-top: 15px;
        display: inline-block;
    }

    .blog-us-single-content .col-md-8 strong {
        margin-bottom: 25px;
        display: inline-block;
        font-size: 22px;
    }

    .blog-us-banner .pos-abs p span {
        color: #e3103d;
        font-size: 20px;
    }

    .blog-us-single-content .col-md-8 {
        padding: 25px 15px;
    }

    .blog-us-banner .pos-abs p {
        color: #000;
        font-size: 17px;
    }

    .blog-us-banner .pos-abs h1 {
        margin-top: 5px;
        font-size: 26px;
        color: #000;
    }

    .blog-us-banner .pos-abs {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        padding: 0 15px;
    }


    .mainMenu {
        max-width: 100%;
        width: 100%;
        background-size: 100% 100%;
        padding: 0;
        overflow: hidden;
    }

    .mainMenu .grid {
        grid-template-columns: 100%;
        text-align: center;
        align-items: start;
        padding-top: 150px;
    }

    .mainMenu .grid .mobile-hidden {
        display: none;
    }

    .mainMenu .grid h2 {
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 20px;
    }

    .mainMenu ul li a {
        font-size: 14px;
        color: #ccc;
    }

    .mainMenu ul li {
        height: 15px;
        overflow: initial;
        margin-bottom: 10px;
    }

    .mt-100 {
        margin-bottom: 0;
    }

    .single-content h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .single-form-content h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .single-content .first {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .single-info h1 {
        margin-top: 25px;
        font-size: 26px;
    }

    .single-info p:last-child {
        margin-bottom: 15px;
    }

    .single-info .text-center p {
        font-size: 28px !important;
    }

    .single-content {
        padding-top: 0;
    }

    .single-info .text-center span {
        font-size: 16px;
    }

    .tabs-stage form.searchandfilter ul li {
        flex: auto;
        padding: 10px 0px;
        margin: 0px 5px;
        width: 49%;
        margin-right: 1%;
    }

    .tabs-stage form.searchandfilter ul li {
        flex: auto;
        padding: 5px 0px;
        margin: 0px 5px;
        width: 45%;
        margin-right: 0%;
        margin-bottom: 5px;
    }

    .tabs-stage form.searchandfilter ul .sf-field-taxonomy-dodatneopcije {
        height: 70px;
        z-index: 9;
    }

    .single-content .grid-gallery {
        grid-auto-rows: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .sidebar-div {
        top: 25px;
    }

    .phone-mobile {
        width: 100px;
        height: 50px;
        display: grid;
        place-items: center;
        position: absolute;
        top: 25px;
        right: 0;
        display: grid;
    }

    .phone-mobile i {
        transform: rotate(-20deg);
        font-size: 28px;
    }

    .single-content .info ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }

    .categories-grid .box .link-btn a {
        width: 135px;
        height: 40px;
        font-size: 12px;
    }

    .category-home h1 {
        font-size: 40px;
        line-height: 30px;
    }

    .category-home h1 span {
        font-size: 26px;
    }

    #highlight .slider-box h3 {
        font-size: 18px;
    }

    .w-70 {
        width: 100%;
    }

    #highlight.owl-theme .owl-next,
    #highlight.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: relative;
        top: 50%;
        margin-left: 0;
        margin-right: 0;
    }


    .footer-bottom-fixed {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        left: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, .5);
        padding: 15px 25px;
        z-index: 99999999;
    }

    .footer-bottom-fixed a {
        margin-top: 0;
        display: inline-block;
        background: transparent;
        font-size: 12px;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid #FFF;
        color: #FFF;
        margin-bottom: 0;
        text-decoration: none !important;
        padding: 10px 0px;
        width: 120px;
        text-align: center
    }
    .mobile-translate {
        display: block;
    }
    .mobile-translate img{
        width: 4%;
    }
    .page-id-17 .img-thumb::before {
        bottom: 31.5%;
    }

    /*.footer-bottom-fixed {*/
    /*    display: none;*/
    /*}*/

}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        padding: 15px 0;
    }
}

/*
####################################################
END M E D I A  Q U E R I E S
####################################################
*/


.container-video{
    width: 100%;
}
.container-video video{
    width: 100%;
}
@media (max-width: 768px) {
    .container-video {
        padding-top: 30px;
    }
}


/*thank-you nove izmene*/
.page-id-18308 .navbar-light .navbar-nav .nav-link{
    color: #000;
}

.thank-you-page{
    padding-top: 280px;
    text-align: center;
    margin-bottom: 180px;
}
.thank-you-page h1{
    font-size: 44px;
    margin-bottom: 50px;
    font-weight: normal;
}

.thank-you-page p{
    font-size: 20px;
    color: #30373f;
    line-height: 1.857;
    margin-bottom: 0px;
}

@media (max-width: 568px){

    .categories-grid .box {
        height: 20vh;
    }
    .thank-you-page h1{
        font-size: 25px;
    }

    .thank-you-page p{
        font-size: 17px;
    }
}

@media (max-width: 480px){
    .thank-you-page h1{
        font-size: 18px;
    }
    .prodato-sticker {
        font-family: 'ROBOTO-REGULAR';
        position: absolute;
        top: 270px;
        right: 20px;
        background-color: #e3103d;
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 5px;
        z-index: 10;
    }
    .thank-you-page p{
        font-size: 15px;
    }
}

/* izmene 19.05 */
.page-template-template-about-us .about-us-text h3 {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.page-template-template-about-us .about-us-text span.red {
    color: #e3103d;
}
.page-template-template-about-us .about-us-text p strong {
    color: #000;
}
.page-template-template-about-us .about-us-text p.underline-text {
    text-decoration: underline;
}

/* izmene update 18.07 */
.single-info {
    height: 180px;
}
.single-info .test {
    width: 180px;
    right: -65px;
}
.pagination .screen-reader-text {
    display: none;
}
@media (max-width: 568px) {
    .categories-grid .box {
        grid-row: unset !important;
    }
}