@charset "UTF-8";
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  position: relative;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.5em;
}

html.no-scroll, body.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

/*MIXINS*/
/*COLORS*/
/*HEADER*/
header {
  position: fixed;
  height: 80px;
  z-index: 99999;
  /*NAVIGACIJA*/
}

header .langbox {
  display: block;
}

header .langbox .navbar-custom {
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .langbox .navbar-custom .navbar-right {
  margin-right: 5px;
  position: fixed;
}

header .langbox .navbar-custom .flag-navbar-nav {
  z-index: 400;
}

@media (max-width: 1100px) {
  header .langbox {
    display: none;
  }
}

header .topnavbar {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-top: 0px;
  background: rgba(34, 34, 34, 0.7);
  border: 0px;
  display: inline-block;
  width: 100%;
  z-index: 300;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: fixed;
  top: 0px;
  height: 80px;
  -webkit-box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 23px -15px rgba(0, 0, 0, 0.75);
}

header .topnavbar.scrolled {
  background: #222222;
  -webkit-box-shadow: 0px 10px 21px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 21px -12px rgba(0, 0, 0, 0.75);
  z-index: 500;
  top: 0;
  height: 50px;
}

header .topnavbar.scrolled .smllogo {
  margin-top: 0;
}

header .topnavbar.scrolled .smllogo a {
  padding: 5px 0;
}

header .topnavbar.scrolled .smllogo a img {
  width: 80%;
  height: auto;
}

header .topnavbar.scrolled .navbar-brand {
  height: 50px;
  max-width: auto;
  width: auto;
  top: 6px;
  padding: 0;
}

header .topnavbar.scrolled .wsmenu {
  height: 50px;
}

header .topnavbar.scrolled .wsmenu-list {
  margin-top: 0;
  height: 40px;
}

header .topnavbar.scrolled .wsmenu-list a {
  height: 40px;
}

header .topnavbar.scrolled .wsmenu-list .menu-arrow-1 a:after {
  top: 19px;
  right: 3px;
}

header .topnavbar .wsmobileheader .smallogo {
  background: #801C21;
}

header .topnavbar .wsmobileheader .smallogo img {
  height: 48px;
  width: auto;
}

header .topnavbar .wsmobileheader .callusicon {
  top: 17px;
  color: #ffffff;
}

header .topnavbar .wsmenu {
  height: 80px;
}

header .topnavbar .smllogo {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .topnavbar .smllogo a {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .topnavbar .smllogo a img {
  height: auto;
  width: 100%;
}

header .topnavbar .wsmenu-list {
  height: 100%;
}

header .topnavbar .wsmenu-list li {
  height: 100%;
}

header .topnavbar .wsmenu-list li a {
  font-size: 1em;
  padding: 0 15px;
  border-radius: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
  height: 100%;
}

header .topnavbar .wsmenu-list li a:hover {
  background: #d32e35;
}

header .topnavbar .wsmenu-list .boxlang {
  background: inherit;
  position: relative;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .topnavbar .wsmenu-list .boxlang div, header .topnavbar .wsmenu-list .boxlang label, header .topnavbar .wsmenu-list .boxlang nav {
  position: absolute;
}

header .topnavbar .wsmenu-list .boxlang nav {
  margin: 100px auto 0 auto;
  opacity: 0;
  visibility: hidden;
  background: #801C21;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-50px) scale(0.5);
          transform: translateY(-50px) scale(0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

header .topnavbar .wsmenu-list .boxlang nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
}

header .topnavbar .wsmenu-list .boxlang nav a:hover {
  background: #414141;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

header .topnavbar .wsmenu-list .boxlang div {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
}

header .topnavbar .wsmenu-list .boxlang #check {
  display: none;
}

header .topnavbar .wsmenu-list .boxlang #check:checked ~ nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: .2s;
  transition: .2s;
}

header .topnavbar .wsmenu-list .boxlang #check:checked ~ label {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header .topnavbar .wsmenu-list .boxlang label {
  display: block;
  padding: 10px;
  background: #ffffff;
  color: #801C21;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer;
}

header .topnavbar .wsmenu-list .boxlang label:hover {
  background: #801C21;
  color: #ffffff;
}

header .topnavbar .wsmenu-list .boxlang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80px;
}

header .topnavbar .wsmenu-list .boxlang ul li {
  height: 32px;
}

header .topnavbar .wsmenu-list .boxlang ul li a {
  padding: 0 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .topnavbar .wsmenu-list .boxlang .flag-icon {
  margin-right: 10px;
}

header .topnavbar .wsmenu-list .boxlang .lang-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  header .topnavbar .wsmenu-list .boxlang {
    display: none;
  }
}

header .topnavbar .wsmenu-list .boxlang-mob {
  background: inherit;
  display: none;
  height: 100px;
  width: 240px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .topnavbar .wsmenu-list .boxlang-mob a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 50%;
  background: inherit;
}

header .topnavbar .wsmenu-list .boxlang-mob a:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

header .topnavbar .wsmenu-list .boxlang-mob a:nth-of-type(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

header .topnavbar .wsmenu-list .boxlang-mob a .flag-icon {
  width: 80px;
  height: auto;
}

@media (max-width: 1100px) {
  header .topnavbar .wsmenu-list .boxlang-mob {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .topnavbar .wsmenu-list .wsmenu-submenu {
  background: inherit;
}

header .topnavbar .wsmenu-list .wsmenu-submenu li a {
  padding: 10px 20px;
}

header .topnavbar .wsmenu-list .wsmenu-submenu li a:hover {
  background-color: #801C21 !important;
  color: #fff;
  border-radius: 0px !important;
  text-decoration: none;
}

header .topnavbar .wsmenu-list .svg-inline--fa.fa-angle-down.fa-w-10.wsmenu-arrow {
  vertical-align: -0.95em;
}

header .topnavbar .wsmenu-list .menu-arrow-1 a::after {
  right: 4px;
  top: 38px;
  border-color: #ffffff transparent transparent transparent;
}

header .topnavbar .wsmenu-list .menu-arrow-1:hover a:after {
  border-color: #ffffff transparent transparent transparent;
}

@media only screen and (max-width: 1100px) {
  header .topnavbar .wsmenu-list .menu-arrow-1 span:hover {
    color: #801C21;
  }
  header .topnavbar .wsmenu-list .menu-arrow-1:hover {
    color: #801C21;
  }
  header .topnavbar .wsmenu-list .menu-arrow-1:hover a {
    color: #801C21;
  }
}

header .topnavbar .wsmenu-list .navbar-nav h3, header .topnavbar .wsmenu-list .navbar-nav h3 a {
  margin-top: 5px;
  color: #fff;
}

header .topnavbar .wsmenu-list .navbar-text {
  margin-top: 8px;
}

header .topnavbar .wsmenu-list .dropdown-menu > li > a {
  background-image: none;
}

header .topnavbar .wsmenu-list .dropdown-menu > li > a:hover, header .topnavbar .wsmenu-list .dropdown-menu > li > a:focus {
  background-color: #111111;
  background-image: none;
  color: #F6A400;
}

header .topnavbar .wsmenu-list .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-top: 0 !important;
}

@media (min-width: 770px) and (max-width: 1400px) {
  header .navbar-brand {
    width: 100px;
    top: 8px;
    left: 15px;
  }
  header .wsmenu {
    height: 60px;
  }
  header .wsmenu-list > li > a {
    padding: 0 10px;
    letter-spacing: normal;
  }
  header .wsmenu-list > .menu-arrow-1 > a:after {
    right: 1px;
  }
  header .wsmenu-list > .menu-arrow-1 > a:after {
    top: 28px;
  }
}

@media (min-width: 770px) and (max-width: 870px) {
  header .wsmenu-list > li > a {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  header .topnavbar {
    height: 60px;
  }
  header .topnavbar.scrolled .wsmenu {
    display: block;
    height: 100vh;
  }
  header .topnavbar.scrolled .wsmenu .wsmenu-list {
    height: 100%;
  }
  header .topnavbar .wsmenu {
    height: 100vh;
  }
  header .topnavbar .wsmenu .wsmenu-list {
    margin-top: 0;
  }
  header .topnavbar .wsmenu .wsmenu-list li {
    height: 50px;
  }
  header #temp-nav ul li a {
    color: #FFF;
    font-size: 16px;
  }
}

/*SLIDER*/
#main-slider {
  position: absolute;
  color: red;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  height: 90vh;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 41px -12px black;
  box-shadow: 0px 10px 41px -12px black;
  border-bottom: 2px solid #ffffff;
}

#main-slider .carousel-inner {
  height: 100%;
  width: 100%;
}

#main-slider .carousel-inner .item {
  height: 100%;
  width: 100%;
}

#main-slider .carousel-inner .item a {
  height: 100%;
  width: 100%;
}

#main-slider .carousel-inner .item a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main-slider .carousel-inner .item .slider-caption-container {
  position: absolute;
  height: 200px;
  width: 80%;
  top: 40%;
  left: 50%;
  margin-left: -40%;
}

#main-slider .carousel-inner .item .slider-caption-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1em;
  text-shadow: 0px 0px 8px rgba(15, 6, 4, 0.76);
}

#main-slider .carousel-inner .item .slider-caption-container h2 {
  background: #2699ab;
  background: -webkit-gradient(linear, left top, right top, from(#2699ab), to(#46c9d1));
  background: linear-gradient(90deg, #2699ab 0%, #46c9d1 100%);
  color: #ffffff;
  font-weight: 300;
  padding: 10px 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
  #main-slider .carousel-inner .item .slider-caption-container {
    width: 100%;
    margin-left: -50%;
  }
  #main-slider .carousel-inner .item .slider-caption-container .carousel-caption {
    left: 10%;
    right: 10%;
    width: 80%;
  }
}

/*SEARCH CONTAINER*/
.search-container {
  position: fixed;
  display: block;
  z-index: 3;
  width: 300px;
  max-height: 80vh;
  top: 30%;
  right: 40px;
  margin-left: -425px;
  margin-top: -125px;
  background: #801C21;
  padding: 20px 20px 0 20px;
  -webkit-box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
  background: rgba(34, 34, 34, 0.9);
  z-index: 999;
  border-radius: 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px) scale(0.5);
          transform: translateY(-50px) scale(0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-container .panel-body {
  outline: 0;
  border: none;
  color: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-container .panel-body h3 {
  font-size: 20px;
  width: 100%;
  height: 40px;
}

.search-container .panel-body .form-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
}

.search-container .panel-body .form-vertical .panel-row .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search-container .panel-body .form-vertical .panel-row .form-group .control-label {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.search-container .panel-body .form-vertical .panel-row.checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.search-container .panel-body .form-vertical .panel-row.checks .form-group {
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-container .panel-body .form-vertical .panel-row.checks .form-group input[type=checkbox] {
  height: 1em;
  width: 1em;
}

.search-container .panel-body .form-vertical .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-container .cr {
  display: none;
}

.search-container.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

/*BODY*/
/*IZDVOJENO*/
.izdvojeno .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 20px 0;
}

.izdvojeno .title h2 {
  text-transform: uppercase;
  font-size: 2em;
  color: #d32e35;
}

.izdvojeno .izdvojeno-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box {
  border-radius: 10px 10px 0 0;
  height: 400px;
  max-width: 100%;
  background: none;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .thumb-img1 {
  height: 250px;
  width: 100%;
  position: relative;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .thumb-img1 .read-more {
  position: absolute;
  width: 150px;
  background: #d32e35;
  color: #ffffff;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 20px;
  left: 50%;
  margin-left: -75px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  display: none;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .thumb-img1 .thumb1 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 150px;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .product .description {
  height: auto;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .product .description h4 {
  font-weight: 600;
  color: #222222;
  position: relative;
  width: 100%;
  min-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .product .description h4 span {
  font-size: 0.8em;
  background: #d32e35;
  padding: 5px;
  border-radius: 0.2em;
  color: #ffffff;
  font-weight: 400;
  margin-left: 16px;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box .product .description p {
  font-size: 0.8em;
  line-height: 1.4em;
}

.izdvojeno .izdvojeno-wrapper .izdvojeno-box:hover .thumb-img1 .read-more {
  display: block;
}

.izdvojeno .izdvojeno-wrapper .slick-prev,
.izdvojeno .izdvojeno-wrapper .slick-next {
  font-size: 32px;
}

.izdvojeno .izdvojeno-wrapper .slick-prev i,
.izdvojeno .izdvojeno-wrapper .slick-next i {
  font-weight: 600;
}

.izdvojeno .izdvojeno-wrapper .slick-prev:hover,
.izdvojeno .izdvojeno-wrapper .slick-next:hover {
  color: #d32e35;
}

/*VENDOR KARTA*/
.dirmap {
  width: 100%;
  height: 80vh;
  margin-top: 90vh;
}

/*COLUMN 4*/
.container-four .left {
  height: 400px;
  border-radius: 20px;
}

.container-four .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.container-four .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}

.container-four .right a h3 {
  color: #d32e35;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}

.container-four .right .description {
  margin-bottom: 20px;
}

.container-four .right .description p {
  line-height: 1.5em;
}

/*KOLONA 5*/
.col-five {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.col-five a {
  width: 100%;
  text-decoration: none;
}

.col-five .thumb-img2 {
  height: 400px;
  width: 100%;
}

.col-five .thumb-img2 .thumb2 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: gaussian-blur(3px);
  -webkit-filter: blur(3px);
}

@media only screen and (max-width: 690px) {
  .col-five .thumb-img2 {
    height: 600px;
  }
}

.col-five .description {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  height: 80%;
  width: 70%;
  padding: 3em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.8em;
}

.col-five .description h3 {
  font-size: 2em;
  text-transform: uppercase;
  color: #d32e35;
  font-weight: 600;
}

/*SHOW IN HOME*/
.show-in-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.show-in-home .slick-prev,
.show-in-home .slick-next {
  position: absolute;
  top: 50%;
  height: 48px;
  margin-top: -24px;
}

.show-in-home .slick-prev i,
.show-in-home .slick-next i {
  font-size: 32px;
  font-weight: 600;
}

.show-in-home .slick-prev:hover i,
.show-in-home .slick-next:hover i {
  color: #d32e35;
}

.show-in-home .slick-prev {
  left: -40px;
}

.show-in-home .slick-next {
  right: -40px;
}

.show-in-home .box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 20px;
}

.show-in-home .box a {
  height: 300px;
  width: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show-in-home .box a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.show-in-home .box a:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(34, 34, 34, 0.5);
  z-index: 3;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.show-in-home .box a:hover:after {
  background: rgba(211, 46, 53, 0.5);
}

.show-in-home .box a:hover h4 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.show-in-home .box a h4 {
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 4;
  bottom: 20%;
  width: 80%;
  text-align: center;
  line-height: 1.3em;
}

.col-seven {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.col-seven .jumbo-title {
  margin-left: 15px;
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fbe7b2;
}

.col-seven .carousel {
  background-color: inherit;
}

.col-seven .carousel .portfolio_078a_wrapper {
  height: auto;
  border-radius: 0;
}

.col-seven .carousel .portfolio_078a_wrapper:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.col-seven .carousel .portfolio_078a_wrapper:hover .thumb1 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.col-seven .carousel .portfolio_078a_wrapper .thumb-img1 {
  border-radius: 0;
  position: relative;
}

.col-seven .carousel .portfolio_078a_wrapper .thumb-img1 .thumb1 {
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-seven .carousel .portfolio_078a_wrapper .product {
  background: #ffffff;
  width: 90%;
  height: 150px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -45%;
  -webkit-box-shadow: 0px 10px 30px -21px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -21px rgba(0, 0, 0, 0.75);
}

.col-seven .carousel .portfolio_078a_wrapper .product .description {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.col-seven .carousel .portfolio_078a_wrapper .product .description .price {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #801C21;
  position: absolute;
  left: 0;
  padding: 3px 5px;
}

.col-seven .carousel .portfolio_078a_wrapper .product .description p {
  line-height: 1.4em;
}

/*FOOTER*/
#footer {
  background: #303030;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 40px;
  color: #ffffff;
  font-size: 14px;
}

#footer i {
  color: #d32e35;
  margin-right: 10px;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #d32e35;
}

#footer h3 {
  padding-bottom: 20px;
}

#footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#footer ul li span {
  font-weight: 600;
  margin-right: 5px;
}

#footer .dots li::before {
  content: "\2022";
  color: #d32e35;
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  width: 1em;
  margin-left: -1.3em;
}

#footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .social a i {
  font-size: 3em;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .social a:hover i {
  color: #d32e35;
}

/*VIEW*/
.view-details p {
  font-size: 16px;
  line-height: 1.4em;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.karakteristike-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
}

.karakteristike-box:hover .right {
  background: #ffffff;
}

.karakteristike-box:hover .right li {
  background-color: #ffffff;
}

.karakteristike-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #d32e35;
  background: linear-gradient(256deg, #d32e35 0%, #801c21 100%);
  width: 20%;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 10px 0px 24px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 24px -18px rgba(0, 0, 0, 0.75);
}

.karakteristike-box .left p {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
}

.karakteristike-box .left img {
  height: 20px;
  width: auto;
  margin-right: 20px;
}

.karakteristike-box .right {
  width: 80%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.karakteristike-box .right li {
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1em;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.karakteristike-box .right li span {
  margin-left: 5px;
}

.karakteristike-box .right li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.karakteristike-box .right li ul li {
  margin-left: 8px;
}

.karakteristike-box .right li ul li::before {
  content: '›';
}

.karakteristike-box .right li span {
  font-weight: 600;
}

.karakteristike-box .right li::before {
  content: "✓";
  color: #d32e35;
  width: 1em;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
}

.karakteristike-box .right.mappanel {
  padding: 0 10px 5px 10px;
}

.karakteristike-box .right.mappanel iframe {
  width: 100%;
}

.cijenik-naslov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebebeb;
  padding: 10px;
}

.cijenik-naslov h4 {
  font-size: 24px;
  color: #303030;
  font-weight: 600;
}

.cijenik-naslov h5 {
  font-size: 20px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.cijenik-naslov h5:before {
  content: ' - ';
}

.cijenik-naslov h5:after {
  content: ' - ';
}

.dodatni-troskovi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}

.dodatni-troskovi .first, .dodatni-troskovi .second {
  width: 100%;
  height: 40px;
}

.dodatni-troskovi .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #d6d6d6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
}

.dodatni-troskovi .first .right {
  background-color: #d32e35;
  color: #ffffff;
  height: 40px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dodatni-troskovi .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ebebeb;
}

.dodatni-troskovi.napomena {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dodatni-troskovi.napomena .top {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d6d6d6;
}

.dodatni-troskovi.napomena .bottom {
  text-align: left;
  padding: 20px;
  background-color: #ebebeb;
}

.naslov-podobjekt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}

.naslov-podobjekt h2 {
  color: #303030;
  padding: 10px 20px;
}

.dodatni-smjestaj-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebeb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  margin-top: 10px;
}

.dodatni-smjestaj-box .left {
  width: 30%;
  height: 100%;
}

.dodatni-smjestaj-box .left a {
  height: 100%;
  width: 100%;
}

.dodatni-smjestaj-box .left a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dodatni-smjestaj-box .right {
  width: 70%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dodatni-smjestaj-box .right .first-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}

.dodatni-smjestaj-box .right .sec-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}

.dodatni-smjestaj-box .right .sec-col p {
  font-size: 14px;
  margin-bottom: 5px;
}

.dodatni-smjestaj-box .right .sec-col p span {
  font-weight: 600;
}

.dodatni-smjestaj-box .right .third-col {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dodatni-smjestaj-box .right .third-col .button {
  margin: 0;
  width: 200px;
}

/*GALLERY PAGE*/
.gallery {
  position: relative;
  height: 200px;
  width: 100%;
}

.gallery a {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery a .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}

.gallery a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery a h4 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(128, 28, 33, 0.5);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px;
  text-align: center;
}

.gallery a:hover {
  -webkit-box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
}

.gallery a:hover .label {
  background: #ffffff;
  color: #801C21;
  border-radius: 0;
}

.gallery-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-header h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gallery-grid a {
  margin-right: 1.3%;
  width: 24%;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery-grid a:nth-of-type(4n) {
  margin-right: 0;
}

.gallery-grid a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 6px 55px -26px black;
  box-shadow: 0px 6px 55px -26px black;
}

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

@media only screen and (max-width: 768px) {
  .gallery-grid a {
    width: 49%;
    margin-right: 2%;
  }
  .gallery-grid a:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*KONTAKT PAGE*/
.cnt-info h3 {
  margin-bottom: 40px;
}

.cnt-info .cnt-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.cnt-info .cnt-info-row.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ebebeb;
  padding: 10px;
  border-radius: 5px;
}

.cnt-info .cnt-info-row.column p {
  margin-left: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}

.cnt-info .cnt-info-row .icon {
  margin-right: 10px;
  width: 40px;
}

.cnt-info .cnt-info-row .icon i {
  color: #ffffff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #d32e35;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cnt-info .cnt-info-row a {
  color: #303030;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 14px;
}

.cnt-info .cnt-info-row a:hover {
  color: #d32e35;
}

.cnt-form #uvjeti {
  margin-right: 15px;
}

/*PRIVACY*/
#cookiesdisplay {
  padding: 5px 20px;
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#cookiesdisplay .texty {
  width: 90%;
}

#cookiesdisplay .texty p {
  color: #ffffff;
}

#cookiesdisplay .texty p a {
  font-weight: 600;
  color: #801C21;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.3em;
}

#cookiesdisplay .texty p a:hover {
  color: #ffffff;
  font-weight: 700;
}

#cookiesdisplay .agree-btn {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*KATEGORIJE*/
.well {
  border-radius: 0;
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

.well h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.well .small_img1 {
  width: 50%;
  height: auto;
  float: right;
  margin-left: 20px;
}

.well .small_img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.well .gallery-well a {
  width: 16%;
  height: 150px;
  margin-right: 0.8%;
  margin-bottom: 12px;
}

.well .gallery-well a:nth-of-type(6n) {
  margin-right: 0;
}

.well .gallery-well a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .well .gallery-well a {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 6px;
  }
  .well .gallery-well a:nth-of-type(3n) {
    margin-right: 0;
  }
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #ebebeb;
  background: #ffffff;
  position: relative;
  margin-bottom: 15px;
}

.product-card:hover .img-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-card .star.card {
  position: absolute;
  z-index: 100;
  left: 10px;
}

.product-card .img-container {
  height: auto;
  width: 40%;
  overflow: hidden;
}

.product-card .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-card .desc-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card .desc-units .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.product-card .desc-units .unit i {
  margin-right: 10px;
}

.product-card .desc-units .unit a p {
  font-size: 14px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.product-card .desc-units .unit a i {
  font-size: 12px;
}

.product-card .desc-units .unit a span {
  font-size: 14px;
}

.product-card .description {
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding: 15px;
  position: relative;
  min-height: 235px;
}

.product-card .description h4 {
  font-weight: 600;
  color: #d32e35;
  margin: 5px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}

.product-card .description h5 {
  font-weight: 300;
  color: #d32e35;
  margin-bottom: 10px;
}

.product-card .description .sku {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #303030;
  margin-bottom: 10px;
}

.product-card .description .sku span {
  font-weight: 500;
}

.product-card .description .tip-smjestaja {
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 0 0 0;
  margin: 10px 0;
}

.product-card .description .tip-smjestaja span {
  font-weight: 600;
  margin-left: 20px;
}

.product-card .description .udaljenost p {
  color: #303030;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-card .description .udaljenost p span {
  font-weight: 500;
  margin-left: 20px;
}

.product-card .description .modal-btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-card .description .modal-btn .badge {
  margin-left: 10px;
  background: #d32e35;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-card .description .modal-btn:hover {
  background: #801C21;
  color: #ffffff;
}

.product-card .description .modal-btn:hover .badge {
  background: #ffffff;
  color: #801C21;
}

.product-card .description .desc {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  min-height: 40px;
}

.product-card .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 20%;
  min-height: 40px;
  position: absolute;
  bottom: 15px;
  right: 0;
  padding-left: 15px;
}

.product-card .bottom .boxsmjestaj p {
  padding: 10px 10px;
  color: #ffffff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-weight: 400;
  border-radius: 4px;
  margin: 0;
}

.product-card .bottom .boxsmjestaj p span {
  font-weight: 500;
  font-size: 14px;
}

.product-card .bottom .boxsmjestaj p span span {
  margin-left: 5px;
}

.product-card .bottom .button {
  margin: 0;
  position: absolute;
  right: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-card .bottom .button:hover {
  background: #801C21;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card .img-container {
    width: 100%;
  }
  .product-card .right {
    width: 100%;
  }
}

/*SUBKATEGORIJE*/
.sub-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #23414b;
  background: linear-gradient(135deg, #23414b 0%, #5baebc 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 20px;
}

.sub-category a:hover {
  -webkit-box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 24px -10px rgba(0, 0, 0, 0.75);
}

.sub-category a:hover h4 {
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px #303030;
}

.sub-category a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-category a h4 {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*ELEMENTS*/
/*LIGHTBOX-GALLERY*/
.single-container {
  display: block;
  height: 100%;
  width: 100%;
}

.single-container a {
  height: 100%;
  width: 100%;
}

.single-container a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-wrapper {
  height: auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  background-color: #fff;
  color: #444;
      grid-template-areas: "a a b b b" "c c b b b" "e e f g h";
}

.gallery-wrapper .box {
  background-color: #444;
  height: 100%;
  width: 100%;
}

.gallery-wrapper .box.a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
}

.gallery-wrapper .box.b {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: b;
}

.gallery-wrapper .box.c {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: c;
}

.gallery-wrapper .box.bottom {
  display: none;
}

.gallery-wrapper .box.e {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: e;
  display: block;
}

.gallery-wrapper .box.f {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: f;
  display: block;
}

.gallery-wrapper .box.g {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: g;
  display: block;
}

.gallery-wrapper .box.h {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: h;
  display: block;
  position: relative;
}

.gallery-wrapper .box.h .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-wrapper .box.h .overlay p {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery-wrapper .box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/*SEPARATORS*/
.sep {
  border-top: 1px solid #303030;
  width: 120px;
  margin: 20px 0;
}

.sep.white {
  border-top: 1px solid #ffffff;
}

.sep.full {
  width: 100%;
}

.sep-product {
  border-top: 1px solid #d32e35;
  width: 40px;
  margin: 0 0 20px 0;
}

.section-sep {
  border: 0.02em solid #d32e35;
}

/*STARS*/
.star {
  color: #FFBF00;
  font-size: 24px;
}

.star.card {
  position: absolute;
  top: 10px;
  left: 10px;
}

.star.card i {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.star h4 {
  display: inline;
  color: #d6d6d6;
  margin-left: 20px;
}

/*SLOGAN*/
.slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-style: italic;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
}

/*SOCIAL ICONS*/
.socialIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialIcon a {
  font-size: 32px;
  margin-left: 10px;
}

.socialIcon a:first-of-type {
  margin-left: 0;
}

/*BREADCRUMBS*/
.breadcrumb {
  border-radius: 0px;
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb li {
  font-size: 14px;
  background-color: #ebebeb;
  height: 28px;
  position: relative;
  margin-left: -5px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}

.breadcrumb li:first-of-type {
  margin-left: 0;
  padding: 0 20px;
}

.breadcrumb li:last-of-type:after {
  visibility: hidden;
}

.breadcrumb li:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  left: 80%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  z-index: 1;
}

.breadcrumb li a {
  font-size: 14px;
  font-weight: 600;
  color: #d32e35;
  line-height: 1em;
}

.breadcrumb li + li:before {
  content: '';
  display: none;
}

/*TABLES*/
.cijenik {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d6d6d6;
}

.cijenik th {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #2699ab;
  color: #ffffff;
  font-size: 14px;
}

.cijenik th td {
  background: inherit;
}

.cijenik tr:first-of-type {
  font-weight: 600;
}

.cijenik tr:nth-of-type(even) {
  background-color: #ebebeb;
}

.cijenik td {
  padding: 10px;
  border: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
}

/*BUTTONS*/
.button {
  border: 0;
  color: #FFF;
  width: 300px;
  height: 60px;
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left top, right top, from(#801C21), color-stop(51%, #d32e35), to(#d32e35));
  background-image: linear-gradient(to right, #801C21 0%, #d32e35 51%, #d32e35 100%);
  background-size: 200% auto;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #FFF;
  text-decoration: none;
}

.button.outline {
  background: #ffffff;
  border: 1px solid #d32e35;
  color: #d32e35;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.button.outline:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

.button.mini {
  width: 150px;
  height: 40px;
}

.button.adv-trazi {
  width: 100px;
  height: 40px;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.button.white {
  background: #ffffff;
  color: #801C21;
}

/*MAP*/
#mapIframe {
  margin-top: 0;
  overflow-y: hidden;
}

/*TO TOP*/
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1em;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back-to-top:hover {
  background-color: #d32e35;
  text-decoration: none;
  color: #FFF;
}

.back-to-top .glyphicon {
  top: 0;
  line-height: 1em;
}

/*TOGGLE SEARCH*/
#toggle-adv-search {
  position: fixed;
  bottom: 30px;
  right: 90px;
  text-decoration: none;
  color: #ffffff;
  background-color: #d32e35;
  font-size: 0.9em;
  width: auto;
  height: 50px;
  -webkit-box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

#toggle-adv-search .left {
  height: 50px;
  width: 48px;
  background: #801C21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#toggle-adv-search .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#toggle-adv-search:hover {
  background-color: #801C21;
  text-decoration: none;
  color: #FFF;
}

#toggle-adv-search:hover .left {
  background: #d32e35;
}

@media (max-width: 1100px) {
  #toggle-adv-search {
    padding: 0;
  }
  #toggle-adv-search .left {
    margin-right: 0;
  }
  #toggle-adv-search .right {
    display: none;
  }
}

/*HEADINGS*/
h2 {
  font-size: 1.8em;
  font-weight: 600;
}

h3 {
  font-size: 1.2em;
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

.ostali-rez {
  font-size: 22px;
  color: #303030;
}

/*UTILITY*/
.vertical-space20 {
  margin-top: 20px;
}

.vertical-space40 {
  margin-top: 40px;
}

.vertical-space80 {
  margin-top: 80px;
}

.vertical-space100 {
  margin-top: 100px;
}

.vertical-space130 {
  margin-top: 130px;
}

.vertical-space180 {
  margin-top: 180px;
}

.vertical-space180.mob-less {
  margin-top: 180px;
}

.push-top {
  margin-top: 95vh;
}

@media (max-width: 1100px) {
  .vertical-space180.mob-less {
    margin-top: 20px;
  }
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

/*DODAJE RAZMAK IZMEĐU SLIDEOVA U SLICKU*/
.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

/*PORUKA*/
.poruka {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/*FLAGS*/
.flag-icon, .flag-icon-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(../flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(../flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(../flags/1x1/sh.svg);
}

.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(../flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../flags/4x3/it.svg);
}

.flag-icon-si {
  background-image: url(../flags/4x3/si.svg);
}

.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}

.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg);
}

.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg);
}

.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg);
}

.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg);
}
/*# sourceMappingURL=nivago.css.map */