@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html,
body {
  overflow-x: hidden !important;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
}

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

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0;}
@media only screen and (min-width: 768px) {
h1 {
  font-size: 70px;}
}

p {
  color: #5e5e5e;
  font-weight: 300;
}

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


/*.banner {*/
/*  background: url(../images/final-render-04-tamna-1.png);*/
/*  background-size: cover;*/
/*  background-position: 50% 0% !important;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  height: 100vh;*/
/*}*/

.desktop-version{
  background: url(../images/final-render-04-tamna-1.png);
  background-size: cover;
  background-position: 50% 0% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}

.mobile-version{
  display: none;
}

@media only screen and (max-width: 580px){
  .banner{
    height: 100vh;
  }
  .desktop-version{
    display: none;
  }

  .mobile-version{
    background: url('../images/2-baner.png');
    background-size: cover;
    background-position: 50% 0% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .banner-content{
    margin-top: 50%;
  }
}


/*.proba{*/
/*  background-color: rgba(255, 255, 255, 0.3);*/
/*  padding: 5px;*/
/*}*/

.main-content h1,
.img-container h1 {
  text-transform: uppercase;
}
.heading {
  margin: 25px 0;}
@media only screen and (min-width: 768px) {
.heading {
  margin: 100px 0;}
}

.heading a {
  border: 1px solid #fff;
  padding: 15px 30px;
  color: #fff;
  transition: all 0.5s;
  border-radius: 2px;
  display: flex;
  width: 20%;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.heading a:hover {
  border: 1px solid #a18e56;
  background: #a18e56;}

.heading img {
  vertical-align: middle;
  margin-right: 15px;
}

.dole {
  background: url(../images/line-bgd.png) no-repeat;
  padding: 28px 17px;}
@media only screen and (min-width: 768px) {
.dole {
  padding: 52px 17px;}
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}




.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


@media only screen and (max-width: 480px) {
  .logo {
    width: 50%;
  }
}

.heading span {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  display: block;
  margin: 20px 5px;}
@media only screen and (min-width: 768px) {
.heading span {
  font-size: 30px;}
}

/* MAIN*/

.main {
  padding: 0 15px;}
@media only screen and (min-width: 900px) {
.main {
  padding: 0;}
}


.main h2 {
  margin-top: 40px;
  font-size: 35px;
  font-weight: 300;
  color: #a18e56;
}


.main-content {
  padding: 30px 0px;}
@media only screen and (min-width: 900px) {
.main-content {
  padding: 0 50px;}}
@media only screen and (min-width: 1400px) {
.main-content {
  padding: 0 100px;}
}

.main p {
  line-height: 1.5;}
@media only screen and (min-width: 1200px) {
.main p {
  margin-top: 50px;
}
}



.line {
  background: #a18e56;
  height: 1px;
  border: none;
  width: 200px;
}

.lead {
  max-width: 1400px;
  margin: 30px auto;}
@media only screen and (min-width: 768px) {
.lead {
  margin: 70px auto; line-height: 30px !important; width: 60%;}
}

@media only screen and (max-width: 900px) {
  .order-2 {
    order: 1;
  }
  .order-1 {
    order: 2;
  }
}


.main h1 {
  margin-bottom: 10px;
  color: #a18e56;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;}
@media only screen and (min-width: 768px) {
.main h1 {
  margin-bottom: 0;
  font-size: 40px;}
}
@media only screen and (min-width: 1400px) {
.main h1 {
  margin-bottom: 0;
  font-size: 60px;}
}

.main span {
  color: #a18e56;
  font-weight: normal;
  font-size: 18px;}
@media only screen and (min-width: 1200px) {
.main span {
  font-size: 30px;}
}

/* SLIDER*/


.img-wrap {
  background: url(../images/bgd-1.jpg);
  text-align: center;
  padding: 50px 0;}
@media only screen and (min-width: 1400px) {
.img-wrap {
  padding: 70px 0;}
}
@media only screen and (max-width: 1200px) {
  .img-wrap {
    background: none;
    padding: 25px 0;
  }
  .img-wrap h1 {
    font-size: 40px;
    color: #a18e56;
  }
  .img-wrap span {
    color: #a18e56 !important;
    margin: 20px 0 0px !important;
  }
  .sl-opis {
    border: 1px solid #a18e56;
    padding: 20px;
  }
  .sl-left {
    padding: 20px 0 0 0;
  }
}
.img-container {
  width: 100%;
  margin: 0 auto;}
@media only screen and (min-width: 1400px) {
.img-container {
  width: 1400px;}
}

.img-wrap span {
  padding: 0 15px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin: 20px 0 50px;
  display: block;}
@media only screen and (min-width: 1200px) {
.img-wrap span {
  margin: 20px 0 70px;
  font-size: 30px;}
  .img-wrap span.new-slider-span {
    margin: 0px;
    font-size: 15px;
    color: #a18e56;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    }
}

.img-wrap h1 {
  font-size: 30px;}
@media only screen and (min-width: 1200px) {
.img-wrap h1 {
  font-size: 60px;}
}

.sl-left {
  width: 100%;
  height: 400px;
  background: #fff;
  padding: 20px 0;}
@media only screen and (min-width: 1200px) {
.sl-left {
  width: 60%;}
  .new-slider-left {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    padding: 50px 90px 50px 50px;
  }
}



.sl-right {
  width: 100%;}
@media only screen and (min-width: 1200px) {
.sl-right {
  width: 40%;}
}

.sl-opis {
  top: -420px;
  width: 90%;
  left: 15px;
  position: absolute;
  color: gray;
  text-align: left;}
@media only screen and (min-width: 768px) {
  .sl-opis {
    /* top: -380px; */
    top: -235px;
    padding: 5px;
    left: 90px;
    width: 80%;}}

@media only screen and (min-width: 1200px) {
  .sl-opis {
    top: 0;
    left: -700px;
    width: 120%;}
}

.sl-opis h3,
h3.new-heading {
  text-transform: uppercase;
  color: #a18e56;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}


.line-1 {
  width: 50px;
  border: none;
  height: 1px;
  background: #a18e56;
  margin: 15px 0;}
@media only screen and (min-width: 768px) {
  .line-1 {
    margin: 30px 0;}
 }


.sl-opis span {
  color: #a18e56;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;}
@media only screen and (min-width: 768px) {
.sl-opis span {
  font-size: 17px; }
}


/*footer*/

footer {
  background: #191919;
  padding: 60px 0;
}

footer p {
  color: #a18e56;
  font-family: 'Roboto Light', sans-serif;
  font-weight: 500;
  font-size: 32px;
}
footer img {
  margin-bottom: 50px;
}
.footer-contact {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-contact li {
  position: relative;
  margin: 0 20px;
  font-size: 16px;
}


.footer-contact li::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -20px;
}

.footer-contact li:first-child::after {
  content: '';
}
.footer-contact li {
  color: #fff;
}
.under-footer a {
  color: #5e5e5e;
}

@media only screen and (max-width: 768px) {
.footer-contact li {
  width: 100%;
  margin-top: 15px;
}
}


.under-footer {
  background: #141414;
  color: #5e5e5e;
}

.under-footer p {
  margin: 0;
  padding: 40px 0;
}

.gallery-cover {
  position: relative;
}
.gallery-sirina{
  /*Poslednje izmene*/
  width: 100% !important;
}
.gallery-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.gallery-abs.video {
  background: #f8f7f5;
  outline: none;
}
.gallery-abs img {
  height: unset;
  object-fit: contain;
}
.gallery-img {
  float: left;
  /* width: 33.333%; */
  width: 20%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.gallery-abs p {
  color: #5e5e5e;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}
.gallery-img:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.bkg {
  background: #f8f7f5;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a18e56 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #555 !important;
}

.map-section {
  height: 450px;
}

.sl-opis span.slider-opis {
  font-size: 18px;
}

/* Translation button */

.translation {
  position: absolute;
  top: 10%;
  right: 15%;
}
.lang-img-holder {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.active-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.active-lang i {
  color: #fff;
  margin-left: 10px;
  top: -4px;
  position: relative;
  font-weight: 900;
}
.lang-img-holder img {
  width: 100%;
  height: 100%;
}
.not-active {
  opacity: 0;
  transition: .3s all ease;
}
.not-active:hover {
  transform: scale(1.1);
}
.not-active.show {
  opacity: 1;
}
.not-active a {
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 1600px) {
  .translation {
    right: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .translation {
    top: 1%;
  }
}

/* CUSTOM GRID*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.flex-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.text-center {
  text-align: center;
}




/* GRID RESPONSE*/


.u-full {
    width: 100%;

}

.u-1of2 {
    width: 50%;
}

.u-1of3 {
    width: 33.3333%;
}
.u-2of3 {
    width: 66.6667%;
}

.u-1of4 {
    width: 25%;
}

.u-3of4 {
    width: 75%;
}

.u-1of5 {
    width: 20%;
}

@media only screen and (min-width: 540px) {
    .u-small-full {
        width: 100%;
    }

    .u-small-1of2 {
        width: 50%;
    }

}
@media (min-width: 900px) {
    .u-med-full {
        width: 100%;
    }

    .u-med-1of2 {
        width: 50%;
    }
}
@media (min-width: 1190px) {
    .u-large-full {
        width: 100%;
    }

    .u-large-1of2 {
        width: 50%;
    }
}


  .scrollToTop {
    position: fixed;
    z-index: 999;
    top: 82%;
    right: 40px;
    background: #2f2b28;
    padding: 15px;
    display: none;
    cursor: pointer;
    border-radius: 50%;
}

.fa-chevron-up {
  font-size: 17px;
  color: #fff;

}
@media only screen and (max-width: 1440px) {
  .img-wrap h1 {
    font-size: 40px;
  }
  .img-wrap span {
    margin: 20px 0 40px;
    font-size: 18px;
  }
  .heading {
    margin: 90px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .logo {
    width: 150px;
  }
  h1 {
    font-size: 60px;
  }
  .heading a {
    width: 35%;
  }
  .lead {
    margin: 25px auto;
  }
  .line-1 {
    display: none;
  }
  .img-wrap span {
    font-size: 16px;
  }
  .sl-left {
    padding: 20px 0 0 0;
    height: 230px;
  }
  .bx-wrapper .bx-pager {
    display: block !important;
  }
  .bx-wrapper .bx-pager {
    bottom: -18px !important;
  }
  .sl-opis span.slider-opis {
    font-size: 16px;
  }
  
}
@media only screen and (max-width: 992px) {
  .lead {
    margin: 35px auto;
    line-height: 20px !important;
    width: 85%;
  }
  .sl-left {
    height: 200px;
}
  .sl-opis {
    top: -200px;
    left: 15px;
    width: 95%;
  }
  .sl-opis h3 {
    font-size: 24px;
  }
  .img-wrap span {
    font-size: 14px;
    margin: 15px 0 0px !important;
  }
  .sl-opis span.slider-opis {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .main {
    padding: 0;
  }
  .mob-img {
    /*Poslednje izmene*/
    /*height: 400px;*/
    height: 100%;
  }
  .mob-img img {
    width: 100%;
  }
  .main-content {
    padding: 30px 10px;
  }
  footer {
    padding: 30px 0;
}
  footer img {
    margin-bottom: 0px;
}
  footer p {
    font-size: 20px;
    margin: 20px 0 0 0;
}
  .footer-contact {
    margin-top: 15px;
  }
  .footer-contact li {
    margin: 0 10px;
    font-size: 15px;
  }
  .under-footer p {
    padding: 20px 0;
}
}
@media only screen and (max-width: 768px) {
  .heading {
    margin: 100px 0;
  }
  h1 {
    font-size: 50px;
  }
  .main h2 {
    margin-top: 30px;
    font-size: 30px;
  }
  .lead {
    margin: 15px auto;
    width: 95%;
  }
  .mob-img {
    /*Poslednje izmene*/
    /*height: 300px;*/
    height: 100%;
  }
  .img-wrap h1 {
    font-size: 30px;
  }
  /* .img-wrap span {
    margin: 20px 0;
    font-size: 16px;
  } */
  .bx-wrapper img {
    width: 80% !important;
    height: 265px !important;
  }
  .sl-left {
    height: 235px;
  }
  .sl-opis {
    top: -245px;
    left: 15px;
    width: 90%;
    padding: 10px;
  }
  .gallery-abs p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .img-wrap h1 {
    font-size: 24px;
  }
  .sl-opis {
    top: -215px;
    padding: 5px;
  }
  .sl-opis h3 {
    font-size: 20px;
  }
  .sl-left {
    height: 200px;
  }
  .img-wrap span {
    font-size: 12px;
    margin: 5px 0 0px !important;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  .heading {
    margin: 40px 0;
  }
  h1 {
    font-size: 24px;
  }
  .heading span {
    font-size: 18px;
  }
  .logo {
    width: 100px;
  }
  .heading a {
    width: 60%;
    padding: 5px 10px;
    font-size: 12px;
  }
  .main h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .lead {
    margin: 15px auto;
    width: 95%;
    font-size: 14px;
  }
  .main p {
    font-size: 14px;
  }
  .gallery-abs img {
    width: 50px;
  }
  .gallery-abs p {
    font-size: 16px;
  }
  .under-footer p {
    font-size: 12px;
  }
  .bx-wrapper img {
    width: 90% !important;
    height: 190px !important;
  }
  .img-wrap {
    padding: 25px 0 0 0;
  }
  .img-wrap h1 {
    font-size: 20px;
  }
  .sl-left {
    height: 240px;
  }
  .sl-opis {
    box-sizing: border-box;
    left: 0px;
    width: 100%;
    top: -255px;
  }
  .sl-opis h3 {
    font-size: 16px;
  }
  .bx-wrapper .bx-pager {
    bottom: 10px !important;
  }
  .bx-wrapper img {
    width: 100% !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a18e56 !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
  }
  .map-section {
    height: 250px;
  }
  .sl-opis span.slider-opis {
    font-size: 12px;
  }
  .main-content {
    padding: 10px;
  }
} 


/*Poslednje izmene*/


.head-banner{
  width: 50% !important;
  height: 30%;
}

.owl-prev{
  position: absolute;
  left: 5%;
  top: 50%;
}

.owl-next{
  position: absolute;
  right: 5%;
  top: 50%;
}

.owl-prev span{
  font-size: 100px;
}

.owl-next span{
  font-size: 100px;
}

.owl-theme .owl-nav{
  margin-top: 0px !important;
}


@media only screen and (max-width: 900px){
  .head-banner{
    width: 100% !important;
    height: 30%;
  }
  .owl-prev span{
    font-size: 50px;
  }

  .owl-next span{
    font-size: 50px;
  }
}