html,
body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

body {
    font-family: "Raleway", sans-serif;
    font-family: "Noto Sans", sans-serif;
    font-family: "Roboto", sans-serif;
    position: relative;
}

/*   Header   */
header {
    background-color: #25313d;
}

header a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    float: right;
    padding: 15px 0 15px 0;
}

header span {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

header a:hover {
    text-decoration: none;
    color: white;
}

header .fa-location-arrow,
header .fa-envelope,
header .fa-phone {
    color: #b99b43;
    font-size: 22px;
    padding: 15px 15px;
    padding-right: 5px;
}

.fa-linkedin,
.fa-twitter,
.fa-instagram,
.fa-facebook {
    color: white;
    font-size: 22px;
    padding: 15px 10px;
}

.fa-facebook {
    margin-right: 20px;
}

.fa-linkedin:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-facebook:hover {
    color: #b99b43;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    nav.navbar {
        display: none;
    }
}

.navbar-collapse.collapse,
.navbar-collapse.collapsing {
    padding-top: 20px;
}

/*   Navigation   */
#navigation {
    background-color: #fcfcfc;
}

#navigation #logo {
    height: 128px;
    padding: 14px 0px;
}

#navigation ul {
    float: right;
    margin-bottom: 0px;
    padding: 51px 0px;
}

#navigation li {
    display: inline;
    padding: 5px 20px;
}

#navigation li a {
    font-size: 18px;
    color: #25313d;
}

#navigation a:visited {
    text-decoration: none;
}

#navigation a:focus {
    text-decoration: none;
}

#navigation a:hover {
    color: #b99b43;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    text-decoration: none;
}

#navigation li a.active {
    color: #b99b43;
}

/*   Landing   */
#landing {
    color: white;
    background: url("../img/pozadina8.jpg");
    background-size: cover;
    background-position: center;
}

#landing .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    /* backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); */
}

#landing hr {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    clear: both;
}

#landing h1 {
    font-weight: 400;
    font-size: 5em;
}

#landing .content {
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    padding-top: 25vh;
    padding-bottom: 25vh;
}

#landing .content a {
    width: 450px;
    font-size: 30px;
    text-shadow: none;
    margin: 0px auto;
    display: block;
    color: #fcfcfc;
    color: #25313d;
    background-color: rgba(252, 252, 252, 0.5);
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    border: 3px solid #fcfcfc;
}

@media screen and (max-width: 991px) {
    #landing .content {
        padding-top: 45%;
    }

    footer .col-lg-4 h3 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    #landing .content {
        padding-top: 60%;
    }
}

#landing .content a:hover,
#landing .content a:visited,
#landing .content a:focus {
    text-decoration: none;
}

#landing .content a:hover {
    color: #25313d;
    background-color: #fcfcfc;
}

/*   Services   */
#services {
    color: #25313d;
    background-color: #fcfcfc;
}

#services .row {
    padding: 50px 0px 25px 0px;
}

#services .row:last-child {
    padding: 25px 0px 100px 0px;
}

#services h1 {
    font-weight: 400;
    font-size: 4em;
    text-align: center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
}

#services h2 {
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
}

#services h3 {
    font-size: 2em;
    text-align: center;
}

#services p {
    font-size: 16px;
}

#services hr {
    width: 100px;
    margin-bottom: 21px;
}

#services .row .col-lg-4 .content {
    height: 620px;
    border: 1px solid #efefef;
    padding: 30px;
    box-shadow: 1px 1px 1px black;
}

#services .row .col-lg-4 .english {
    height: 620px;
    border: 1px solid #efefef;
    padding: 30px;
    box-shadow: 1px 1px 1px black;
}

/* #services .row .col-md-12 .content {
  height: 630px;
} */

/* @media screen and (max-width: 1199px) {
  #services .row .col-md-12 .content {
    height: 720px;
  }
}

@media screen and (max-width: 991px) {
  #services .row .col-md-12 .content {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #services .row .col-md-12 .content {
    height: 550px;
  }
} */

/* #services .row .col-md-12 .english {
  height: 470px;

} */

#services .row .col-lg-4 .english:hover {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    border: 2px solid #cfaa45;
    padding: 29px;
    -moz-padding: 29px;
    -webkit-padding: 29px;
    /*cursor: default;*/
}

#services .row .col-lg-4 .english:hover hr {
    transform: scaleX(2.5);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    margin-bottom: 20px;
    border-top: 2px solid #cfaa45;
}

#services .row .col-lg-4 .content:hover {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    border: 2px solid #cfaa45;
    padding: 29px;
    -moz-padding: 29px;
    -webkit-padding: 29px;
    /*cursor: default;*/
}

#services .row .col-lg-4 .content:hover hr {
    transform: scaleX(2.5);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    margin-bottom: 20px;
    border-top: 2px solid #cfaa45;
}

/*   Counters   */
#numbers {
    color: white;
    background: url("../img/numbers-background.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1);
}

#numbers .container {
    padding: 50px 0px;
}

#numbers h1 {
    font-weight: 400;
    font-size: 4em;
    padding-bottom: 50px;
}

#numbers h3 {
    font-size: 3em;
}

#numbers p {
    font-size: 20px;
}

/*   Clients   */
#clients {
    background-color: white;
    text-align: center;
}

#clients .container {
    padding: 50px 0px;
}

#clients h1 {
    font-weight: 400;
    font-size: 4em;
    padding-bottom: 50px;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
}

#clients .thumbnail {
    border: 0px;
    background-color: #fcfcfc;
}

.slike,
.brendovi {
    overflow: hidden;
}

/* #clients img {
  filter: grayscale(100%) opacity(50%);
  transition: filter 0.3s;
}

#clients img:hover {
  filter: grayscale(0%);
} */

#clients #nike-logo,
#clients #samsung-logo,
#clients #zara-logo,
#clients #kiehls-logo,
#clients #mol-logo,
#clients #mango-logo,
#clients #loreal-logo,
#clients #calzedonia-logo,
#clients #mcdonalds-logo,
#clients #huawei-logo,
#clients #iqos-logo,
#clients #camillias-logo,
#clients #wargaming-logo {
    background-color: #e0e0e0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    width: 20%;
    float: left;
    margin: 0 2.5%;
}

#clients #nike-logo:hover {
    background-color: #ff6600;
    outline: none;
}

#clients #samsung-logo:hover {
    background-color: #034ae2;
}

#clients #zara-logo:hover,
#clients #kiehls-logo:hover,
#clients #mango-logo:hover,
#clients #loreal-logo:hover,
#clients #calzedonia-logo:hover,
#clients #iqos-logo:hover,
#clients #wargaming-logo:hover,
#clients #camillias-logo:hover {
    background-color: black;
}

#clients #costa-logo:hover {
    background-color: #8b1d31;
}

#clients #mcdonalds-logo:hover {
    background-color: #ffc300;
}

/*   Footer   */
footer {
    background-color: #25313d;
    color: white;
}

footer h3 {
    margin-bottom: 20px;
}

footer .row {
    padding: 30px 0px;
}

footer .row:last-child {
    padding: 30px 0px 40px 0px;
}

footer .row hr {
    margin: 11px 0px;
    border-top: 1px solid white;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    list-style: none;
}

footer span {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

footer ul li a {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

footer ul li a:visited {
    text-decoration: none;
    color: white;
}

footer ul li a:focus {
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: none;
    color: #b99b43;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    text-decoration: none;
}

footer .fa-location-arrow,
footer .fa-envelope,
footer .fa-phone {
    color: white;
    font-size: 22px;
    padding: 15px 10px;
}

footer .fa-angle-right {
    color: #b99b43;
    font-size: 22px;
    padding: 10px 15px;
}

footer .container .row .col-lg-4 h3 {
    font-size: 1.7em;
}

footer .col-lg-4.col-md-6 {
    text-align: right;
}

footer p {
    font-size: 16px;
    line-height: 1.7em;
    color: #4a5969;
}

footer hr {
    border-top: 1px solid #4a5969;
}

footer .fa-linkedin,
footer .fa-twitter,
footer .fa-instagram,
footer .fa-facebook {
    color: white;
    font-size: 20px;
    padding: 8px;
}

/* About */
#about-main {
    color: #25313d;
    color: black;
    background-image: url("../img/osnova2 - Copy.jpg");
    background-position: center;
    background-size: cover;
}

#about-main .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#about-main h3 {
    /*font-family: 'Didact Gothic', sans-serif;*/
    font-size: 40px;
    padding: 20px 0px;
    font-weight: 400;
}

#about-main p {
    font-size: 18px;
    padding: 5px 0px;
    font-weight: 500;
}

#about-main p:last-of-type {
    margin-bottom: 40px;
}

#about-main .row .thumbnail {
    border: none;
}

#documents {
    padding-bottom: 30px;
}

#documents h3 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 2px 1px rgb(0 0 0 / 40%);
    margin-bottom: 8px;
}

#documents .desktop-documents,
#documents .mobile-documents {
    padding-top: 30px;
}

#documents .mobile-documents {
    display: none;
}

#documents ul {
    list-style-type: none;
    padding-left: 0;
}

#documents ul li {
    margin-bottom: 6px;
}

#documents ul li .fa.fa-angle-right {
    color: #b99b43;
    font-size: 22px;
    padding: 6px 10px;
}


#documents ul li a {
    color: #25313d;
    transition: all 0.2 linear;
}

#documents ul li a:hover {
    color: #b99b43;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    text-decoration: none;
}

/* Testimonials */
#testimonials {
    background-image: url("../img/testimonials-background1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1);
}

#testimonials .col-md-12 h3 {
    text-align: center;
    font-size: 40px;
    padding: 30px 0px;
    font-weight: 400;
}

#testimonials .row .col-md-12 i.fa-quote-left {
    font-size: 28px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#testimonials .row .col-md-12 p.quote {
    font-size: 20px;
    padding: 20px 0px;
    text-align: center;
}

#testimonials .row .col-md-12 p.client {
    font-size: 17px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    margin: 0px;
}

#testimonials .row .col-md-12 p.tag {
    font-size: 17px;
    padding: 0px 0px 50px 0px;
    text-align: center;
    margin: 0px;
    color: white;
    /*text-shadow: none;*/
    font-weight: bolder;
}

#iso-standards {
    padding-bottom: 30px;
}

#iso-standards h3 {
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
}

#iso-standards img {
    width: 100%;
    padding: 5%;
}

/* Galerija */
#gallery-header {
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
    /*border-bottom: 1px solid black;*/
}

#gallery-header p {
    /*background-color: #25313d;*/
    color: #212b36;
    margin: 0px;
    padding: 0;
    font-size: 40px;
    /*border-radius: 10px;*/
    font-weight: 400;
}

#gallery-header hr {
    background-color: black;
    height: 2px;
    margin: 0;
}

#gallery-header p a {
    color: black;
    transition: all 0.2s linear;
}

#gallery-header p a:visited {
    color: black;
}

#gallery-header p a:hover {
    color: #b0903b;
    transition: all 0.2 linear;
    text-decoration: none;
}

#galerija {
    padding: 0;
    margin-bottom: 30px;
}

#galerija .col-lg-4 {
    position: relative;
    overflow: hidden;
    height: 265px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    #galerija .col-lg-4 {
        height: 400px;
    }
}

#galerija .col-lg-4 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

#galerija .col-lg-4 .opis {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    overflow: hidden;
    transition: 0.35s ease;
    background-color: rgba(0, 0, 0, 0.7);
    height: 20%;
    z-index: 6;
}

#galerija .col-lg-4 .opis p {
    font-size: 26px;
    color: #e5e5e5;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
    margin-top: 8px;
}

#galerija .col-lg-4 img {
    transition: opacity 1.5s ease-in-out;
    /* width: 100%; */
}

#brendirane-prodavnice-galerija img.transparent,
#banke-galerija img.transparent,
#poslovni-prostori-galerija img.transparent,
#hoteli-galerija img.transparent,
#rezidencijalni-objekti-galerija img.transparent,
#poslovno-stambeni-objekti-galerija img.transparent {
    opacity: 0;
}

#logos .row:nth-of-type(1) {
    padding: 20px 0;
}

#logos {
    overflow: hidden;
}

#logos div {
    display: block;
}

#logos img {
    background-color: #e0e0e0;
    width: 90%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    margin-left: 5%;
    margin-right: 5%;
}

#logos img:hover {
    cursor: pointer;
}

/* HOVERS */
#logos #nike-logo:hover {
    background-color: #ff6600;
}

#logos #samsung-logo:hover {
    background-color: #034ae2;
}

#logos #zara-logo:hover,
#logos #terranova-logo:hover,
#logos #mango-logo:hover,
#logos #loreal-logo:hover,
#logos #calzedonia-logo:hover,
#logos #bershka-logo:hover,
#logos #buzz-logo:hover,
#logos #calliope-logo:hover,
#logos #cortefiel-logo:hover,
#logos #intimissimi-logo:hover,
#logos #massimo-logo:hover,
#logos #miamaya-logo:hover,
#logos #springfield-logo:hover,
#logos #stradivarius-logo:hover,
#logos #mexx-logo:hover,
#logos #pedro-logo:hover,
#logos #pull-logo:hover,
#logos #champion-logo:hover,
#logos #diesel-logo:hover,
#logos #oysho-logo:hover,
#logos #bottega-logo:hover,
#logos #zekstra-logo:hover,
#logos #kiehls-logo:hover,
#logos #luna-logo:hover,
#logos #tezenis-logo:hover,
#logos #iqos-logo:hover,
#logos #camillias-logo:hover {
    background-color: black;
}

#logos #costa-logo:hover,
#logos #lisca-logo:hover {
    background-color: #8b1d31;
}

#logos #okaidi-logo:hover {
    background-color: #04407f;
}

#logos #nike-logo.preview {
    background-color: #ff6600;
}

#logos #samsung-logo.preview {
    background-color: #034ae2;
}

#logos #zara-logo.preview,
#logos #terranova-logo.preview,
#logos #mango-logo.preview,
#logos #loreal-logo.preview,
#logos #calzedonia-logo.preview,
#logos #bershka-logo.preview,
#logos #buzz-logo.preview,
#logos #calliope-logo.preview,
#logos #cortefiel-logo.preview,
#logos #intimissimi-logo.preview,
#logos #massimo-logo.preview,
#logos #miamaya-logo.preview,
#logos #springfield-logo.preview,
#logos #stradivarius-logo.preview,
#logos #champion-logo.preview,
#logos #diesel-logo.preview,
#logos #pull-logo.preview,
#logos #pedro-logo.preview,
#logos #oysho-logo.preview,
#logos #mexx-logo.preview,
#logos #bottega-logo.preview,
#logos #zekstra-logo.preview,
#logos #kiehls-logo.preview,
#logos #luna-logo.preview,
#logos #tezenis-logo.preview,
#logos #iqos-logo.preview,
#logos #camillias-logo.preview {
    background-color: black;
}

#logos #okaidi-logo.preview {
    background-color: #04407f;
}

#logos #costa-logo.preview,
#logos #lisca-logo.preview {
    background-color: #8b1d31;
}

#logos .container .slick-track {
    padding: 20px 0;
}

.current {
    color: #b0903b;
}

#brendirane-prodavnice .brend,
#brendirane-prodavnice-iqos .brend,
#brendirane-prodavnice-nike .brend,
#brendirane-prodavnice-zara .brend,
#brendirane-prodavnice-terranova .brend,
#brendirane-prodavnice-mol .brend,
#brendirane-prodavnice-mango .brend,
#brendirane-prodavnice-loreal .brend,
#brendirane-prodavnice-calzedonia .brend {
    display: none;
    overflow: hidden;
    margin-bottom: 20px;
}

.brend:last-of-type {
    margin-bottom: 100px;
}

.brend h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

.brend hr {
    height: 3px;
    background-color: #212b36;
    margin-top: 0;
}

.brend a {
    overflow: hidden;
}

.brend .row {
    margin-bottom: 20px;
}

.brend img {
    margin: 1.66%;
    width: 100%;
}

#kategorije .row {
    margin: 0;
    margin-bottom: 20px;
}

#kategorije .sadrzaj {
    height: 120px;
    overflow: hidden;
}

#kategorije img {
    width: 100%;
    height: 100%;
}

#kategorije .kategorije-element .sadrzaj {
    position: relative;
}

#kategorije .kategorije-element .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: black;
}

#kategorije .kategorije-element:hover .overlay {
    opacity: 0.7;
    cursor: pointer;
}

#kategorije .kategorije-element .overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: "Cabin", sans-serif;
}

#kategorije .kategorije-element .preview {
    opacity: 0.7;
}

#kategorije ul {
    margin: 0 auto;
    width: 50px;
    padding: 0;
    text-align: center;
}

#kategorije ul li {
    margin: 0 3px 0 3px;
    list-style: none;
    display: inline;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #212b36;
}

#kategorije #kategorije-druga {
    display: none;
}

.kategorija h1 {
    font-size: 2.9em;
}

.kategorija hr {
    height: 2px;
    background-color: #212b36;
}

.kategorija ul {
    padding: 0;
    padding-left: 20px;
}

.kategorija li {
    font-size: 18px;
    list-style: none;
    margin: 5px 0 5px 0;
}

.kategorija li i {
    color: #b99b43;
}

#delta-planet,
#usce,
#ada-mall,
#delta-city-beograd,
#beo-shopping-center,
#delta-city-podgorica,
#big-cee,
#big-fashion,
#rajiceva,
#mercator,
#plaza,
#promenada,
#retail-parkovi,
#lokali,
#banke,
#poslovni-prostori,
#apoteke,
#benzinske-pumpe,
#ostali-objekti {
    display: none;
}

#kategorije-prva .row:last-of-type {
    margin-bottom: 80px;
}

#kategorije-druga .row:last-of-type {
    position: relative;
    /*overflow: auto;*/
    margin-bottom: 60px;
}

#kategorije-druga .row a {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    background-color: #212b36;
    color: white;
    width: 35%;
    padding: 15px 0 15px 0;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    /*text-transform: uppercase;*/
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    /*8px 8px 13px rgba(0,0,0,0.1),
               18px 18px 23px rgba(0,0,0,0.1);*/
}

#kategorije-druga .row a:hover {
    text-decoration: none;
    background-color: #b0903b;
    transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
    #spisak {
        padding-top: 15px;
    }
}

#spisak {
    padding-bottom: 15px;
}

#lokali-spisak {
    max-height: 1050px;
    overflow: auto;
}

#lokali ul {
    margin-bottom: 20px;
}

/* KONTAKT */
#kontakt h1 {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    font-size: 45px;
}

#kontakt p {
    font-size: 18px;
}

#kontakt i {
    font-size: 22px;
    color: #212b36;
    padding: 0 10px 0 0;
}

#kontakt form {
    padding-bottom: 50px;
}

#kontakt form .error {
    padding-left: 12px;
    /*margin-top: 15px;*/
    color: #cc0000;
    margin-bottom: 5px;
    display: block;
}

#success-message {
    position: absolute;
    z-index: 5;
    width: 500px;
    height: 500px;
    background-color: black;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#kontakt input[type="text"] {
    width: 100%;
    margin-bottom: 5px;
    padding: 12px;
    border: 2px solid #d3d1d1;
    /* color: #b5b5b5; */
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    font-size: 14px;
    font-weight: 400;
}

#kontakt input::-webkit-input-placeholder {
    color: #b5b5b5 !important;
}

#kontakt input:-moz-placeholder {
    /* Firefox 18- */
    color: #b5b5b5 !important;
}

#kontakt input::-moz-placeholder {
    /* Firefox 19+ */
    color: #b5b5b5 !important;
}

#kontakt input:-ms-input-placeholder {
    color: #b5b5b5 !important;
}

#kontakt input::-ms-input-placeholder {
    color: #b5b5b5 !important;
}

#kontakt input:hover {
    border: 2px solid #b99b43;
}

#kontakt input:focus {
    border: 2px solid #b99b43;
    outline: none;
    color: #25313d;
}

#kontakt textarea {
    margin-bottom: 5px;
    width: 100%;
    border: 2px solid #d3d1d1;
    /* color: #bcbaba; */
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    padding: 12px;
}

#kontakt textarea:hover {
    border: 2px solid #b99b43;
}

#kontakt textarea:focus {
    border: 2px solid #b99b43;
    outline: none;
    color: #25313d;
}

#kontakt textarea::-webkit-input-placeholder {
    color: #b5b5b5 !important;
}

#kontakt textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #b5b5b5 !important;
}

#kontakt textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #b5b5b5 !important;
}

#kontakt textarea:-ms-input-placeholder {
    color: #b5b5b5 !important;
}

#kontakt textarea::-ms-input-placeholder {
    color: #b5b5b5 !important;
}

#kontakt button {
    width: 100%;
    margin-top: 0px;
    /*float: right;*/
    background-color: #25313d;
    color: white;
    /*border: 3px solid black;*/
    border: none;
    padding: 18px 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    cursor: pointer;
}

#kontakt button:hover {
    background-color: #b99b43;
}

#kontakt button:focus {
    outline: none;
}

#mapa iframe {
    margin-top: 40px;
    width: 100%;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #25313d;
    border-radius: 50%;
    border: 0.5px solid #bababa;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.scroll-top:hover {
    cursor: pointer;
    background-color: #b99b43;
}

.scroll-top i {
    font-size: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: white;
}

@media screen and (max-width: 991px) {
    header .col-lg-10 {
        display: none;
    }

    header .col-lg-2 a {
        font-size: 1.5em;
    }

    #logo {
        width: 200px;
    }

    #navigation {
        display: none;
    }

    .navbar {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .navbar .navbar-toggler {
        font-size: 2.5em;
    }

    .navbar .nav-item {
        font-size: 2.5em;
        /* text-align: center; */
        /* color: #25313d; */
    }

    .navbar .nav-item.active i {
        color: #b99b43;
    }

    #landing h1 {
        font-size: 6em;
    }

    #landing h3 {
        font-size: 2em;
    }

    #landing .content {
        padding-top: 20vh;
    }

    #landing .content a {
        font-size: 3em;
        width: auto;
        letter-spacing: 1.5px;
    }

    #services .container {
        max-width: 100%;
    }

    #services .container .row {
        margin: 0px !important;
        width: 100% !important;
    }

    #services h1 {
        font-size: 5em;
        margin-bottom: 0;
    }

    #services .row:nth-of-type(1) {
        padding-top: 75px;
        padding-bottom: 0;
    }

    #services .row:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }

    #services .row .col-md-12 .content {
        height: auto;
        margin-bottom: 50px;
    }

    #services .row hr {
        width: 300px;
        margin-bottom: 26px;
        border-top: 3px solid #cfaa45;
    }

    #services .row.services-heading hr {
        width: 150px;
        margin-top: 36px;
        margin-bottom: 36px;
        border-top: 2px solid #25313d;
    }

    #services .content h3 {
        font-size: 3.5em;
        padding-top: 18px;
        padding-bottom: 12px;
    }

    #services .content p {
        font-size: 2em;
    }

    #numbers .container {
        max-width: 100%;
    }

    #numbers h1 {
        font-size: 5em;
    }

    #numbers h3 {
        font-size: 4em;
    }

    #numbers p {
        font-size: 2.5em;
    }

    #clients .container {
        max-width: 100%;
    }

    #clients #nike-logo,
    #clients #samsung-logo,
    #clients #zara-logo,
    #clients #terranova-logo,
    #clients #mol-logo,
    #clients #mcdonalds-logo,
    #clients #loreal-logo,
    #clients #calzedonia-logo,
    #clients #wargaming-logo,
    #clients #iqos-logo,
    #clients #kiehls-logo {
        width: 24%;
        margin: 30px 0.5%;
    }

    footer .container {
        max-width: 90%;
    }

    footer .container .row .col-lg-4 h3 {
        font-size: 3.5em;
        padding-top: 36px;
    }

    footer p {
        font-size: 2em;
    }

    footer ul li {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    footer ul li a {
        /* padding-top: 1rem;
    padding-bottom: 1rem; */
        font-size: 2.5em;
    }

    footer ul li span a {
        font-size: 1em;
    }

    footer .fa-angle-right {
        font-size: 2.5em;
    }

    footer .fa-location-arrow,
    footer .fa-envelope,
    footer .fa-phone {
        font-size: 2.5em;
        padding: 25px;
    }

    footer span {
        font-size: 2.5em;
    }

    footer .row:last-child span {
        font-size: 2.25em;
    }

    footer .fa-linkedin,
    footer .fa-twitter,
    footer .fa-instagram,
    footer .fa-facebook {
        font-size: 2.25em;
    }

    footer .row hr {
        margin: 20px 0;
    }

    #about-main {
        background-color: white;
        background-image: none;
    }

    #about-main .container {
        max-width: 100%;
    }

    #about-main h3 {
        font-size: 5em;
    }

    #about-main p,
    #about-main ul {
        font-size: 2em;
    }

    #testimonials {
        padding-bottom: 1.5em;
    }

    #testimonials .container {
        max-width: 100%;
    }

    #testimonials .col-md-12 h3 {
        font-size: 5em;
        padding-top: 1.5em;
        padding-bottom: 26px;
    }

    #testimonials .row .col-md-12 i.fa-quote-left {
        font-size: 3em;
        padding-top: 46px;
    }

    #testimonials .row .col-md-12 p.quote {
        font-size: 2em;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #testimonials .row .col-md-12 p.client {
        font-size: 1.75em;
        padding-top: 16px;
    }

    #testimonials .row .col-md-12 p.tag {
        font-size: 1.75em;
    }

    #gallery-header {
        max-width: 100%;
        margin-bottom: 1em;
        /* display: none; */
    }

    #gallery-header p {
        font-size: 4em;
    }

    #gallery-header+.container {
        max-width: 100%;
        margin-bottom: 0;
        padding: 0 15px 1rem 15px;
    }

    #galerija .row {
        margin: 0;
    }

    #galerija .col-lg-4 {
        height: 500px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }

    #galerija .col-lg-4 a img {
        top: -20%;
    }

    #galerija .col-lg-4 .opis {
        height: auto;
    }

    #galerija .col-lg-4 .opis p {
        font-size: 3em;
    }

    #banks {
        max-width: 100%;
    }

    .brend .col-md-12 {
        margin-bottom: 1rem;
    }

    .brend .row {
        margin-bottom: 0;
    }

    .brend .col-md-12 img {
        margin: 0;
    }

    .brend:last-of-type {
        margin: 0;
    }

    .brend h2 {
        font-size: 3em;
        margin-top: 0.75em;
    }

    #logos .container {
        max-width: 100%;
    }

    #logos .slick-slide,
    #logos img {
        outline: none;
    }

    #brendirane-prodavnice {
        max-width: 100%;
    }

    #brendirane-prodavnice .brend,
    #brendirane-prodavnice-nike .brend,
    #brendirane-prodavnice-zara .brend,
    #brendirane-prodavnice-terranova .brend,
    #brendirane-prodavnice-mol .brend,
    #brendirane-prodavnice-mango .brend,
    #brendirane-prodavnice-loreal .brend,
    #brendirane-prodavnice-calzedonia .brend {
        margin-bottom: 0;
    }

    #kategorije-container {
        max-width: 100%;
        padding: 0;
    }

    #kategorije .row {
        margin-bottom: 0;
    }

    #kategorije .sadrzaj {
        height: 175px;
        height: 200px;
    }

    #kategorije .kategorije-element {
        margin-bottom: 15px;
    }

    #kategorije .kategorije-element .overlay p {
        font-size: 2em;
    }

    #kategorije-prva .row:last-of-type {
        margin-bottom: 30px;
    }

    #kategorije-druga .row a {
        transform: translate(-50%, 0);
        font-size: 2em;
        margin-top: 30px;
    }

    #kategorije-druga .row:last-of-type {
        margin-bottom: 138px;
    }

    #spisak .kategorija {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kategorija h1 {
        font-size: 3.75em;
    }

    .kategorija li {
        font-size: 2.25em;
    }

    #lokali-spisak {
        max-height: fit-content;
    }

    #kontakt .container {
        max-width: 100%;
    }

    #kontakt h1 {
        font-size: 4em;
    }

    #kontakt .col-lg-5 {
        padding-left: 50px;
    }

    #kontakt .col-lg-5 h2 {
        font-size: 3em;
    }

    #kontakt .col-lg-5 p {
        font-size: 2em;
    }

    #kontakt i {
        font-size: 1em;
    }

    #kontakt a i {
        font-size: 2.5em;
        padding-right: 20px;
    }

    #kontakt .col-lg-7 h2 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 3em;
    }

    #kontakt input[type="text"],
    #kontakt textarea {
        font-size: 2em;
        margin-bottom: 10px;
    }

    #kontakt button {
        font-size: 2em;
        font-weight: bold;
    }

    #mapa iframe {
        margin-top: 20px;
        height: 700px;
    }
}