/* --------------------------
--- GENERAL CSS ---
----------------------------- */


html,
.animsition,
.animsition-overlay {
  height: 100%;
  min-height: 320px;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  min-height: 320px;
  font-size: 16px;
  color: #393939;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  overflow-x: hidden; /* fix for aos animation */
}

body.bg-init,
body .animsition-overlay-slide {
  background-color: #000;
}
body .animsition-overlay-slide {
  z-index: 3001;
}

body.contentpane.modal {
  background: none;
  height: auto;
}

p,
ul {
  margin: 0 0 15px;
}

ul {
  /*list-style: none;*/
  padding-left: 15px;
  margin-left: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
	font-weight:800;
}

h2 {
  margin: 30px 0 20px;
}

h3 {
  margin: 30px 0 20px;
}

.navbar-collapse,
.mod-languages {
 
}

a {
  color: #D4AF37;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
.novosti-page .article-body a,
.gdpr-page .article-body a {
  font-weight: 800;
}
.gdpr-page .article-body ul li {
  margin-bottom: 10px;
}

/* --------------------------
--- CLASSES ---
----------------------------- */

.empty-category {
  padding: 100px 0 85px;
}

.pad-bot {
  padding-bottom: 100px;
}

.modal-content {
  position: relative;
  background-color: #1c1f24;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #1c1f24;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #fff;
  padding: 30px 40px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

img[alt="viber"] {
  position: relative;
  top: -2px;
}

/* Buttons */
.btn {
  background-color: transparent;
  border-color: #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 800;
  color: #333;
  padding: 10px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #fff;
  padding: 10px 25px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: transparent;
  border-color: #D4AF37;
  color: #D4AF37;
}
.no-btn {
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  vertical-align: baseline;
  color: #acf948;
  font-style: italic;
}
.no-btn:hover,
.no-btn:focus {
  background: none;
  border: 0 none;
  color: #fff;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  font-weight: normal;
}

/* Social links */
.social-links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 34px;
  z-index: 1;
}
.social-links ul {
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.social-links ul li:first-child {
  margin-bottom: 15px;
}
.social-links a {
  color: #fff;
  font-size: 14px;
  display: block;
  writing-mode: vertical-lr;
}
.social-links a:hover,
.social-links a:focus {
  color: #D4AF37;
}

/* Responsive BG image - aspectRatio */
.aspectRatio {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.aspectRatio:after {
  padding-top: 67%;
  display: block;
  content: "";
}
.aspectRatio-inner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.aspectRatio-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.aspectRatio-bg img {
  display: none;
}
.article-default-img .aspectRatio-bg,
.popusti .aspectRatio-bg {
  background-size: 80%;
}

.article-default-img.blog-list-thumb,
.popusti .blog-list-thumb {
  padding: 0;
}
/* hover effect */
.aspectRatio-bg {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.aspectRatio-bg:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.aspectRatio-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0);
}
.aspectRatio-bg:hover:after {
  background: rgba(255, 255, 255, 0.2);
}

/* --------------------------
--- MAIN BLOCKS ---
----------------------------- */

/* Logo */
.navbar-brand {
  float: none;
  display: inline-block;
  height: auto;
  padding: 20px;
}
.navbar-brand > img {
  display: inline-block;
  width: 160px;
  height: 55px;
}
.brand-container {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1006;
  float: left;
  left: 20px;
}

.cells-web {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1003;
  height: 250px;
}

.cells-triangle {
  display: none;
  background: #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.cells-triangle:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 122px;
  left: 0;
  border-bottom: 400px solid transparent;
  border-left: 228px solid #fff;
}
.home .cells-triangle {
  display: none;
}

/* Main Menu - navbar - navbar-collapse */
.navbar {
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  border: 0 none;
}
.navbar .navbar-nav {
display: flex !important;
align-items: center !important;

}
.navbar-collapse {
  margin: 0 0 0 20px;
  text-align: left;
}
.navbar .navbar-nav a {
  font-size: 18px;
  font-weight: 800;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  color: #D4AF37;
}
.home .navbar .navbar-nav a {
  color: #fff;
}
.home .nav > li > a:focus,
.home .nav > li > a:hover {
  color: #D4AF37;
}
.navbar .collapse.in .navbar-nav {
  float: none;
  background: #5a0103;
  margin: 0;
}
.navbar .collapse.in .navbar-nav a.btn-primary {
  margin: 0;
  text-align: left;
}

/* Button menu toggle and menu overlay */
#nav-toggle {
  cursor: pointer;
  position: absolute;
  width: 25px;
  top: 25px;
  right: 30px;
  padding: 25px;
  background: transparent;
  border: solid 1px #fff;
  /*z-index: 1004;*/
  z-index: 2008;
  margin: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-toggle.is-active {
  position: fixed;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  -webkit-box-shadow: 0px 0px 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
}

#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#nav-toggle.is-active span {
  background-color: transparent;
}
#nav-toggle.is-active span:before,
#nav-toggle.is-active span:after {
  top: 0;
}
#nav-toggle.is-active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.is-active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Rotating animation for hamburger */
#nav-toggle {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#nav-toggle:before {
  transition: top 0.1s 0.3s ease-in, opacity 0.1s ease-in;
}

#nav-toggle:after {
  transition: bottom 0.1s 0.3s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.3s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.3s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#nav-toggle.is-active {
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg);
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-toggle.is-active:before {
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: top 0.1s ease-out, opacity 0.1s 0.1s ease-out;
}
#nav-toggle.is-active:after {
  bottom: 0;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Menu overlay - old */
.menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
}
.menu-overlay > div {
  height: 100%;
}
.menu-overlay .menu-container {
  width: 100%;
  background: rgba(135, 22, 25, 0.9);
  font-size: 26px;
  display: table;
  text-transform: none;
  padding: 15%;
}
.menu-overlay .menu-container .menu-cell {
  display: table-cell;
  vertical-align: middle;
}
.menu-overlay .menu-container ul li {
  margin: 15px 0;
}
.menu-overlay .menu-container ul li a {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  background: none;
  color: #fff;
  padding: 0;
}
.menu-overlay .menu-container ul li a:hover {
  color: #ccc;
}

/* Menu overlay #navigation */
#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 2001 !important;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
  display: none;
}
.navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cover-dark {
  background: #000;
  z-index: 2006;
}
.nav-logo-container {
  display: none;
  margin-bottom: 15px;
  padding-left: 30px;
  overflow: hidden;
}
.nav-logo img {
  height: 50px;
}
.nav-logo {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  transform: translateX(-120%);
}
.navigation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20%;
  position: absolute;
  text-align: center;
}
.nav-cell {
  display: table-cell;
  vertical-align: middle;
}
.nav-animation li[class^="item"] {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.7) translateY(100%);
  -moz-transform: scale(0.7) translateY(100%);
  transform: scale(0.7) translateY(100%);
  overflow: hidden;
}

/* Menu overlay #navigation - hover animation */
.nav-animation ul li a {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.nav-animation ul li a:hover,
.nav-animation ul li a:focus {
  color: #fff;
}
.nav-animation ul li {
  margin: 25px 0;
}
.nav-animation ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-animation ul li a:hover:after,
.nav-animation ul li a:focus:after {
  width: 100%;
}

/* Breadcrumbs */
.breadcrumbs {
  position: relative;
  z-index: 1004;
}
.breadcrumbs ul li:first-child,
.breadcrumbs ol li:first-child,
.breadcrumbs .divider {
  display: none;
}
.breadcrumbs .breadcrumb {
  padding: 0;
  margin: 0 0 20px;
  background: none;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb > li + li:after {
  padding: 0 5px 0 10px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumbs ul li a,
.breadcrumbs ol li a {
  color: #999;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:focus,
.breadcrumbs ol li a:hover,
.breadcrumbs ol li a:focus {
  color: #D4AF37;
}

/* Footer */
.footer {
  position: relative;
  background: #000;
  color: #fff;
  padding: 60px 8vw;
  text-align: center;
}
.footer ul {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .nav > li > a {
  padding: 0;
}
.footer-slogan h3 {
  font-size: 20px;
  color: #fff;
}
.footer-kontakt {
  margin-bottom: 40px;
}

.footer .btn {
  background: #fff;
  color: #000;
  padding: 30px 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.footer-bottom {
  border-top: 1px solid #fff;
  padding: 60px 0 0;
  margin: 0 auto;
}
.footer-2 h4 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
}
.footer-2 a {
  color: #fff;
}
.footer-2 a:hover,
.footer-2 a:focus {
  color: #8b9396;
}
.footer-copy {
  font-size: 14px;
  padding-top: 15px;
}
.footer-copy a:hover,
.footer-copy a:focus {
  color: #fff;
}
@media (min-width: 480px) {
  .footer-copy .copyright br {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
  .footer-2 a {
    font-size: 26px;
  }
  .footer-copy .developer {
    text-align: right;
  }
  .footer-slogan h3 {
    font-size: 30px;
    font-weight: 800;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 150px 8vw 150px;
  }
  .footer-slogan h3 {
    font-size: 46px;
    font-weight: 800;
  }
}

#back-to-top {
  display: inline-block;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 4px #ccc;
  background: rgba(0, 0, 0, 0.36);
}
#back-to-top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -8px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#back-to-top.reveal {
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.reachBottom {
  bottom: 15px;
}

/* Cookie Hint */
#redim-cookiehint {
  background: #D4AF37;
  padding: 25px 30px 20px;
}
.page.tablet-display #redim-cookiehint-bottom {
  display: none;
}
#redim-cookiehint .cookiebuttons {
  padding: 0;
  margin-top: 10px;
}
#cookiehintinfo {
  display: inline-block;
  margin-left: 10px;
}
#redim-cookiehint .cookiebuttons .btn,
#cookiehintinfo a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px 12px 15px !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px !important;
  background: none !important;
  border: 1px solid rgba(256, 256, 256, 0.4) !important;
  text-transform: uppercase;
  font-style: normal;
}
#redim-cookiehint .cookiebuttons .btn:hover,
#cookiehintinfo a:hover {
  background: rgba(256, 256, 256, 0.1) !important;
  border-color: #ccc !important;
  color: #fff !important;
}

/* System message */
#system-message-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
}
#system-message .alert {
  background: #8ebf5f;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#system-message h4 {
  margin: 5px 0;
  color: #fff;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: pointer;
}

/* GDPR plugin for cookies */
.cc-window {
  box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.cc-header {
  max-width: none;
}
a.cc-link.cc-privacy {
  display: none;
}
div.cc-cookie-category-description {
  font-size: 12px;
}

/* --------------------------
--- HOMEPAGE ---
----------------------------- */

/* Home - intro-section */
.home .navbar {
  background: none;
}
.intro-section {
  position: relative;
  z-index: 1002;
  height: auto;
}
.intro-content {
  position: relative;
  width: 100%;
  height: auto;
}
.slider-img-container {
  position: relative;
  height: 400px;
}
.intro-text {
  background: #000;
}
.text-table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
.text-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.text-table h1 {
  font-size: 34px;
  margin: 0;
  color: #fff;
}
.text-table h1 span {
  display: block;
}
.text-table p {
  font-size: 20px;
  margin: 0;
  color: #fff;
}
.slope-white-left {
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slope-white-left:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 350px solid transparent;
  border-left: 200px solid #fff;
}
.slope-green-bottom {
  background: #D4AF37;
  width: 100%;
  padding-top: 35px;
}
.slope-green-bottom-2 {
  display: none;
  background: #fff;
  width: 45%;
  /*height: 500px;*/
  height: 54vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
.slope-green-bottom-2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  /*left: 45vw;*/
  left: 100%;
  /*border-bottom: 500px solid transparent;
	border-left: 256px solid #D4AF37;*/
  border-bottom: 54vh solid transparent;
  border-left: 16vw solid #fff;
}
.triangle-green-right {
  background: #D4AF37;
  width: 0px;
  height: 164px;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 10;
}
.triangle-green-right:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0px;
  border-top: 164px solid transparent;
  border-right: 89px solid #D4AF37;
}
.triangle-white-right {
  background: #fff;
  width: 0px;
  height: 146px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.triangle-white-right:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0px;
  border-top: 146px solid transparent;
  border-right: 80px solid #fff;
}

/* Bootstrap Carousel slider image */
#carousel-slider {
  width: 100%;
}
.scene img {
  display: none;
}
.slide-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 0%;
  width: 106%;
  height: 110%;
  position: absolute;
  left: -3%;
}
#scene1 .slide-bg-image {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0)
    ),
    url("../images/slide-1.jpg");
}
#scene2 .slide-bg-image {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0)
    ),
    url("../images/slide-2.jpg");
}
.carousel-control {
  z-index: 100;
}
.carousel-slider-controls {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 11;
}
.carousel-slider-controls a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 4px #ccc;
  -moz-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
}
.carousel-slider-controls .slider-left {
  margin-right: 5px;
}
.carousel-slider-controls a:hover,
.carousel-slider-controls a:focus {
  color: #D4AF37;
}

/* scene parallax effect on Carousel slider images */
.scene {
  width: 100%;
  height: 100%;
}
.scene .data-depth {
  width: 100%;
  height: 100%;
}

/* animation Ken Burns on Carousel slider images */
/*#carousel-slider .slide-bg-image {
    -webkit-animation-duration:30s;
    animation-duration:30s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:move;
    animation-name:move;
    animation-direction:alternate;
    -moz-animation-direction:alternate;
    -webkit-animation-direction:alternate;
    -o-animation-direction:alternate;
    -ms-transform-origin:bottom center;
    transform-origin:bottom center;
    -webkit-transform-origin:bottom center;
    -o-transform-origin:bottom center;
    -moz-transform-origin:bottom center;
}*/
@-webkit-keyframes move {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
}
@keyframes move {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
}

/* wwd block */
.wwd {
  position: relative;
  background: #000;
}
.wwd-txt {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  /* padding: 50px 0; */
}
.wwd-txt-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.wwd-txt h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wwd-txt h2 {
  font-size: 40px;
  margin: 40px 0;
  position: relative;
  color: #fff;
}
.wwd-txt h3 {
  margin: 20px 0 30px;
}
.wwd-txt p {
  margin: 0;
  display: inline-block;
  width: 80%;
}
.wwd-txt .row + .row div {
  margin-bottom: 50px;
}
.wwd .custom {
  position: relative;
  z-index: 13;
  padding: 0 15px;
}

.round-scroll {
  position: absolute;
  display: inline-block;
  z-index: 99;
  padding: 80px;
  border: solid 1px #fff;
  left: 50%;
  translate: -50% -30%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.round-scroll img {
  width: 40px;
}

/* pharmacy-services-1 */
.pharmacy-services-1 {
  width: 100%;
  height: 500px;
}
.pharmacy-services-1 .carousel,
.pharmacy-services-1 .carousel-inner,
.pharmacy-services-1 .carousel-inner .item {
  min-height: 0;
}
.pharmacy-services-1 .carousel-inner {
  overflow: visible;
}
.pharmacy-services-1 .category-module,
.pharmacy-services-1 .module-inner {
  height: 100%;
}
.pharmacy-services-1 .mod-article-container {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pharmacy-services-1 .mod-article-inner {
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.pharmacy-services-1 .mod-cell {
  padding: 15px 25px;
}
.pharmacy-services-1 .mod-cell-2 {
  background: #efefef;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.pharmacy-services-1 h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  max-height: 44px;
  overflow: hidden;
}
.store-name,
.event-time {
  font-size: 14px;
}
.pharmacy-services-1 h4 a,
.pharmacy-services-1 .event-time a {
  color: #333;
}
.pharmacy-services-1 h4 a:hover,
.pharmacy-services-1 h4 a:focus,
.pharmacy-services-1 .event-time a:hover,
.pharmacy-services-1 .event-time a:focus {
  color: #D4AF37;
}
.services-control-wrapper {
  position: absolute;
  width: 100%;
  z-index: 3;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right.services-control {
  float: right;
}
.services-control {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 15px;
}
.services-control:hover,
.services-control:focus,
.drugstore-control:hover,
.drugstore-control:focus {
  color: #D4AF37;
}

/* pharmacy-services-2 */
.pharmacy-services-2 {
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding-top: 50px;
}
.pharmacy-services-2 a {
  color: #fff;
}
.pharmacy-services-2 a:hover,
.pharmacy-services-2 a:focus {
  /*color: #4e8d33;*/
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.module-header > a {
  filter: alpha(opacity=100);
  opacity: 1;
}
.module-header > a:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.module-more {
  display: none;
  vertical-align: middle;
  background: #fff;
  color: green;
  padding: 0 5px;
  margin: 0 0 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pharmacy-services-2 .mod-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #fff;
  margin: 0;
}
.pharmacy-services-2 .mod-article-wrapper {
  overflow: hidden;
}
.pharmacy-services-2 .mod-cell {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.pharmacy-services-2 .mod-article-container {
  border-top: 1px solid #5da93d;
  margin-top: 20px;
  padding-top: 10px;
}
.pharmacy-services-2 .mod-cell span {
  display: inline-block;
  padding: 2px 6px;
  background: #5da93d;
  margin-top: 5px;
}

/* pharmacy-services-3 */
.wwd-2,
.pharmacy-services-3 {
  width: 100%;
}
.pharmacy-services-3 .module-inner {
  position: relative;
}
.pharmacy-services-3 .category-module,
.pharmacy-services-3 .module-inner,
.pharmacy-services-3 .bs-slider,
.pharmacy-services-3 .carousel-inner,
.pharmacy-services-3 .item {
  height: 100%;
  min-height: 0;
}
.pharmacy-services-3 .aspectRatio-bg {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.pharmacy-services-3 .aspectRatio-bg:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.pharmacy-services-3 .aspectRatio-bg:after {
  display: none;
}
.pharmacy-services-3 .item-caption,
.bg-pharmacy-slider-4 .item-caption {
  background: #fff;
  padding: 25px 30px 40px 30px;
}
.pharmacy-services-3 .item-caption:before,
.bg-pharmacy-slider-4 .item-caption:before {
  display: none;
}
.pharmacy-services-3 .mod-article-title h4,
.bg-pharmacy-slider-4 .mod-article-title h4 {
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin: 0 0 10px;
}
.pharmacy-services-3 .mod-article-table,
.bg-pharmacy-slider-4 .mod-article-table {
  overflow: hidden;
}
.pharmacy-services-3 .mod-cell,
.bg-pharmacy-slider-4 .mod-cell {
  float: left;
  width: 33%;
}
.pharmacy-services-3 .store-name,
.pharmacy-services-3 .event-time,
.bg-pharmacy-slider-4 .store-name,
.bg-pharmacy-slider-4 .event-time {
  font-size: 12px;
}
.pharmacy-services-3 .store-name.desktop,
.bg-pharmacy-slider-4 .store-name.desktop {
  display: none;
}
.pharmacy-services-3 .controls-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* pharmacy-services-4 */
.pharmacy-services-4 .item-caption {
  z-index: 2;
}

/* pharmacy-services-5 */
#pharmacy-slider-4 {
}
.services-control-wrapper-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
.services-control-wrapper-4 .services-control {
  position: absolute;
  z-index: 3;
  color: #D4AF37;
  background: #fff;
  line-height: 10vh;
  font-size: 40px;
}
.services-control-wrapper-4 .services-control:hover,
.services-control-wrapper-4 .services-control:focus {
  color: #393939;
}
.services-control-wrapper-4 .left.services-control {
  display: none;
  left: 0;
}
.services-control-wrapper-4 .right.services-control {
  display: block;
  right: 0;
}

/* drugstore-offices */
.drugstore-offices {
  width: 100%;
}
.drugstore-offices .module-inner {
  position: relative;
}
.drugstore-offices .module-inner,
.drugstore-offices .bs-slider,
.drugstore-offices .carousel-inner,
.drugstore-offices .item {
  height: 100%;
  min-height: 0;
}
.drugstore-offices .aspectRatio-bg {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.drugstore-offices .aspectRatio-bg:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.drugstore-offices .aspectRatio-bg:after {
  display: none;
}
.drugstore-offices .item-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(239, 239, 239, 0.6);
  width: 100%;
  height: 48px;
  padding: 0 30px;
}
.drugstore-offices .item-caption:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 48px solid transparent;
  border-right: 3vw solid #efefef;
}
.drugstore-offices .item-caption .office-name {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.drugstore-offices .item-caption .office-name span {
  display: table-cell;
  vertical-align: middle;
}
.drugstore-control-wrapper {
  position: absolute;
  width: 100%;
  z-index: 3;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right.drugstore-control {
  position: absolute;
  right: 0;
}
.drugstore-control {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 15px;
}

/* intro-news module */
.intro-news .module-inner {
  display: table;
  width: 100%;
}
.small-title-container {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  background: #5da93d;
  padding: 10px;
  text-align: center;
}
.small-mod-title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.small-mod-title span {
  display: inline-block;
}
.small-mod-title span:first-child {
  font-weight: normal;
  margin-right: 5px;
}
.small-mod-title a {
  color: #fff;
}
.small-mod-title a:hover,
.small-mod-title a:focus {
  color: rgba(255, 255, 255, 0.4);
}
#carousel-slider-2 {
  display: table-cell;
  background: #D4AF37;
}
.intro-news .carousel,
.intro-news .carousel-inner,
.intro-news .carousel-inner .item {
  height: auto;
  min-height: 0;
}
.intro-news .carousel-inner {
  margin: 15px 0;
}
.intro-news .mod-article-container {
  display: table;
  width: 100%;
}
.intro-news .intro-cell {
  display: table-cell;
  vertical-align: middle;
}
.intro-news .cell-1 {
  width: 65%;
  padding: 0 25px;
}
.intro-news .cell-2 {
  padding: 0 25px 0 0;
}
.intro-news .intro-cell a {
  color: #fff;
}
.intro-news h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  max-height: 44px;
  overflow: hidden;
}
.intro-news .discount-duration {
  font-size: 14px;
}
.discounts-control {
  position: absolute;
  z-index: 1;
  top: 0;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  width: 30px;
  text-align: center;
}
.left.discounts-control {
  left: 0;
}
.right.discounts-control {
  right: 0;
}
.discounts-control:hover,
.discounts-control:focus {
  color: #fff;
}

/* home-1 modul AKTIVNI POPUSTI */
.home-1 {
  position: relative;
  z-index: 2;
  padding-bottom: 75px;
  -webkit-box-shadow: 0 -10px 50px #eee;
  -moz-box-shadow: 0 -10px 50px #eee;
  box-shadow: 0 -10px 50px #eee;
}
.mod-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 75px 0;
}
.active-discounts .mod-title span {
  font-weight: bold;
}
.active-discounts .mod-article-container h4 {
  font-weight: normal;
  margin: 0;
  padding: 35px 50px 35px 25px;
  font-size: 26px;
}
.active-discounts .mod-article-container h4 a {
  display: inline-block;
  color: #b4b4b4;
  min-height: 56px;
}
.active-discounts .mod-article-container {
  box-shadow: 0 0 10px #eee;
}
.active-discounts .discount-duration {
  position: absolute;
  color: #fff;
  background: #D4AF37;
  font-size: 12px;
  padding: 5px 30px;
  margin-top: -15px;
  margin-left: -10px;
}

/* green block - Program vjernosti */
.grey {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #000;
  padding-bottom: 450px;
}
.grey-inner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  padding: 80px 15px;
}
.grey-inner.grey-web {
  background-image: url("../images/green-web.png");
}
.grey .moduletable {
  display: table;
  width: 100%;
}
.grey .custom {
  display: table-cell;
  vertical-align: middle;
}

.grey h2 {
  font-size: 40px;
}

.grey-2 {
  padding-top: 50px;
}

.projects .custom {
  font-size: 14px;
}
.projects .mod-title {
  margin: 0 0 30px;
  color: #fff;
}
.projects .mod-title strong {
  display: block;
}
.projects p {
  display: inline-block;
  vertical-align: middle;
}
.projects img {
  margin-right: 80px;
  position: absolute;
}

/* locations Poslovnice */
.locations {
  position: relative;
  padding-top: 0;
  padding-bottom: 60px;
  /*background: url('../images/locations-map-bg.jpg') no-repeat;*/
  background-size: cover;
}
.locations,
.locations a {
  /*color: #b1b1b1;*/
  color: #666;
}
.locations a:hover,
.locations a:focus {
  color: #D4AF37;
}
.locations .custom {
  position: relative;
  z-index: 10;
  float: left;
  padding: 0 15px;
}
.locations h5 {
  /*color: #b1b1b1;*/
  color: #666;
  position: relative;
  padding-bottom: 10px;
}
.locations h5:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #60af40;
  position: absolute;
  bottom: 0;
  left: 0;
}
.locations p {
  margin: 0 0 50px;
}
.locations-container {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.locations-bg {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
.white-part-bg {
  display: none;
  height: 100%;
  float: left;
  width: 40%;
}

/* --------------------------
--- CATEGORY PAGE ---
----------------------------- */

/* Blog category */
.category-body .items-leading {
  margin: 30px 0 100px;
  overflow: hidden; /* fix for aos animation */
}
.catitem {
  position: relative;
  margin-top: 80px;
}
.catitem:first-child {
  margin-top: 0;
}
.blog-list-thumb {
  margin-bottom: 20px;
}
.category-name {
  font-size: 12px;
  display: inline-block;
  background: #D4AF37;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.category-name a {
  color: #fff;
}
.blog-list-content h2 {
  margin: 15px 0;
}
.blog-list-content h2 a,
.introtext a {
  color: #fff;
}
.introtext {
  margin-bottom: 20px;
}
.create {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}
.discount-status {
  font-size: 14px;
}
.discount-status span,
.discount-duration span {
  display: inline-block;
  background: #D4AF37;
  color: #fff;
  padding: 0 5px;
}
.discount-duration {
  font-size: 14px;
}

/* Subcategories - from Popusti */
.cat-children {
  padding: 30px 0 0;
}
.subcategory-item {
  background: #D4AF37;
  margin-bottom: 30px;
}
.subcategory-item a {
  color: #fff;
  display: block;
  padding: 80px 30px;
}
.subcategory-item h3 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.subcategory-item h3:after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background: #fff;
  margin-top: 10px;
}
.subcategory-item .child-image {
  margin: 30px 0;
}
.subcategory-item img {
  max-width: 150px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.call-to-see {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*.call-to-see:before,
.call-to-see:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background: #fff;
	margin: auto 15px auto 0;

}
.call-to-see:after {
	margin: auto 0 auto 15px;
}*/
.subcategory-item:hover h3,
.subcategory-item:focus h3,
.subcategory-item:hover img,
.subcategory-item:focus img,
.subcategory-item:hover .call-to-see,
.subcategory-item:focus .call-to-see {
  opacity: 0.4;
}

/* Popusti - podkategorije page */
.popusti.subcat #nav-toggle span,
.popusti.subcat #nav-toggle span:before,
.popusti.subcat #nav-toggle span:after {
  background: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popusti.subcat #nav-toggle.is-active span {
  background: transparent;
}
.popusti.subcat #nav-toggle.is-active span:before,
.popusti.subcat #nav-toggle.is-active span:after {
  background: #fff;
}
.popusti.subcat .category-header {
  height: auto;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.popusti.subcat .category-header h2 {
  margin: 0;
  text-shadow: none;
}
.popusti.subcat .category-body {
  margin-top: 0;
}
.item-ljekarnicke-menu-shaddow {
  height: 106px;
}
.popusti.subcat .navbar,
.item-ljekarnicke-menu-shaddow {
  -webkit-box-shadow: inset 0 -15px 30px #eee;
  -moz-box-shadow: inset 0 -15px 30px #eee;
  box-shadow: inset 0 -15px 30px #eee;
}
.popusti.subcat .category-body .items-leading {
  margin: 30px 0 80px;
}
.popusti.subcat .catitem {
  margin-top: 0;
  margin-bottom: 80px;
}

/* Filter buttons - popusti */
#filter-buttons {
  display: none;
  margin-top: 32px;
}
.popusti.subcat #filter-buttons {
  display: block;
}
#filter-buttons .btn {
  background: #fff;
  color: #D4AF37;
  border: 2px solid #D4AF37;
  margin: 0 0 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#filter-buttons .btn:hover,
#filter-buttons .btn:focus {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #fff;
}
#filter-buttons .btn.active {
  background: #D4AF37;
  color: #fff;
}
.itemHide {
  display: none;
}
@media (min-width: 992px) {
  #filter-buttons {
    margin-top: 0;
  }
  #filter-buttons .btn {
    margin: 0 0 40px;
  }
}

/* Ljekarnicke usluge - podkategorije page */
.ljekarnicke.popusti .aspectRatio-bg {
  background-size: cover;
}

/* --------------------------
--- ARTICLE PAGE ---
----------------------------- */
.content {
  position: relative;
  z-index: 1004;
  padding: 0;
}
.article-top-image,
.article-header,
.category-top-image,
.category-header {
  height: 60vh;
}
.article-top-image,
.category-top-image {
  background: url("../images/top-default.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  width: 100%;
  position: absolute;
}
.article-top-image.no-img {
  background: none;
}
.article-top-image.no-img .massive-title {
  display: none;
}
.article-slope-white-left {
  background: #fff;
  width: 30vw;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-slope-white-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 30vw;
  width: 0;
  height: 100%;
  border-bottom: 400px solid transparent;
  border-left: 30vw solid #fff;
}
.massive-title {
  font-size: 28vw;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  filter: alpha(opacity=04);
  opacity: 0.04;
  position: absolute;
  z-index: 1004;
  left: -4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-header,
.category-header {
  overflow: hidden;
  display: table;
  width: 100%;
}
.article-header-inner,
.category-header-inner {
  display: table-cell;
  vertical-align: middle;
}
.article-header .page-header h2,
.category-header h2 {
  position: relative;
  z-index: 1004;
  font-size: 32px;
  color: #fff;
  margin: 40px 0 0;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.article-header .create,
.article-header .source {
  margin-left: 15px;
}
.article-header .block-1 h2 {
  font-size: 40px;
  color: #fff;
  margin: 40px 0 0;
  font-weight: normal;
}
.article-body-inner {
  margin: 30px 0 60px;
  padding: 0 15px;
}
.article-body .row {
  margin-bottom: 40px;
}
.page-header {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.article-info {
  font-size: 16px;
}
.item-image img {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
}
.item-page .item-image img {
  margin: 0 30px 30px 0;
}
.article-info {
  margin-bottom: 0;
}
.article-info-term {
  display: none;
}
.article-body-header {
  margin-bottom: 50px;
}
.article-body-header .create {
  margin-bottom: 0;
}
.article-body-header .discount-status,
.article-body-header .store-name {
  margin-top: 15px;
}
.article-body-header .category-name,
.article-body-header .discount-duration {
  margin-bottom: 15px;
}
.article-image {
  margin-top: 30px;
}
.popusti .article-image {
  display: inline-block;
  background: #efefef;
  padding: 25px;
}
.pharmacy-fields .blog-cell {
  margin-bottom: 20px;
}
.article-body-header .pharmacy-fields .blog-cell {
  margin-bottom: 0;
}
.pharmacy-fields .store-name span,
.pharmacy-fields .event-time span {
  display: inline-block;
  background: #D4AF37;
  color: #fff;
  padding: 4px 8px;
  width: 100%;
}
.pharmacy-fields .store-name,
.pharmacy-fields .event-time,
.pharmacy-fields .reserve {
  margin-bottom: 10px;
  margin-right: 30px;
}
.article-body-header .pharmacy-fields .store-name,
.article-body-header .pharmacy-fields .event-time,
.article-body-header .pharmacy-fields .reserve {
  margin-right: 20px;
}
.reserve a {
  font-size: 12px;
  line-height: 18px;
  color: #4e8d33;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #D4AF37;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.reserve {
  position: relative;
}
.phone-call {
  position: absolute;
  bottom: 44px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
  padding: 30px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.open-tooltip.active + .phone-call {
  visibility: visible;
  opacity: 1;
}
.phone-call h3 {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

/* Novosti - article page */
.source {
  font-size: 14px;
  color: #999;
}
.source a {
  font-weight: normal !important;
  word-break: break-all;
}
.novosti-page .article-top-image {
  display: none;
}
.novosti-page .article-image {
  margin: 0 0 30px 0;
}
.novosti-page .article-image img {
  width: 100%;
}
.novosti-page .article-header .create {
  margin-top: 30px;
  margin-bottom: 0;
}
.novosti-page .article-header-inner {
  padding: 50px 0;
}

/* Popusti Article page */
.popusti.subcat .article-body {
  padding-top: 110px;
  padding-bottom: 150px;
}
.popusti.subcat .aspectRatio {
  background: #D4AF37;
}
.popusti.subcat .article-body .row {
  margin-top: 0;
  margin-bottom: 0;
}
.popusti.subcat .article-body .article-title h2 {
  margin: 15px 0 30px;
}
.popusti.subcat .item-text {
  margin: 30px 0 15px;
}
.popusti.subcat .article-main-content .aspectRatio {
  margin-bottom: 20px;
}

/* Ljekarnicke Article page */
.ljekarnicke .article-body {
  padding-bottom: 150px;
}
.ljekarnicke .article-body .container {
  padding-top: 30px;
}
.ljekarnicke .article-main-content .aspectRatio {
  margin-bottom: 30px;
}

/* --------------------------
--- SUB SPECIFIC PAGES ---
----------------------------- */

/* O nama */
.o-nama .article-body p {
  padding-right: 15%;
}
.o-nama .article-body .row {
  margin-top: 100px;
}
.o-nama .article-body .row p {
  padding-right: 0;
}
.article-body .certificate img {
  margin-top: 15px;
}

/* Ljekarne page */
.article-body img[alt="ljekarna"] {
  -webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
}
.ljekarne-page .article-body h2,
.o-nama .article-body .row h2 {
  font-size: 26px;
  text-transform: uppercase;
  color: #444;
  margin: 30px 0 20px;
}
.ljekarne-page ul.sigProElegant.singleThumbGallery,
.o-nama ul.sigProElegant.singleThumbGallery {
  padding: 0 !important;
  float: none !important;
  -webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
}
.ljekarne-page ul.sigProElegant li.sigProThumb,
.o-nama ul.sigProElegant li.sigProThumb {
  float: none !important;
  margin: 0 !important;
}
.ljekarne-page .singleThumbGallery .sigProLinkWrapper a,
.o-nama .singleThumbGallery .sigProLinkWrapper a {
  height: auto !important;
  border: 0 none !important;
  width: 100% !important;
  display: block;
  position: relative;
  overflow: hidden;
}
.ljekarne-page .singleThumbGallery .sigProLinkWrapper a:after,
.o-nama .singleThumbGallery .sigProLinkWrapper a:after {
  content: "";
  display: block;
  padding-top: 70%;
}
.ljekarne-page .singleThumbGallery .sigProLinkWrapper a:before,
.o-nama .singleThumbGallery .sigProLinkWrapper a:before {
  content: "\f002";
  font: normal normal normal 50px/1 FontAwesome;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ljekarne-page ul.sigProElegant li.sigProThumb a.sigProLink img.sigProImg,
.o-nama ul.sigProElegant li.sigProThumb a.sigProLink img.sigProImg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.ljekarne-page ul.sigProElegant li.sigProThumb a.sigProLink:hover img.sigProImg,
.o-nama ul.sigProElegant li.sigProThumb a.sigProLink:hover img.sigProImg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ljekarne-page .article-body .row .col-md-4,
.o-nama .article-body .row .col-md-4 {
  margin-top: 80px;
}
.ljekarne-page .article-body .row .col-md-4:first-child,
.o-nama .article-body .row .col-md-4:first-child {
  margin-top: 0;
}

/* Sitemap page */
.osmap-sitemap .page-header h1 {
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
.osmap-sitemap {
  padding-bottom: 100px;
}

/* Contact page and Form */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 10px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  font-weight: bold;
  height: 40px;
}
textarea.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  height: 40px;
}
.form-group {
  margin-bottom: 35px;
}
.formRed {
  padding: 0;
}
.form-horizontal .formControlLabel {
  float: none;
  padding-top: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-weight: normal;
}
.form-horizontal .formControls {
  margin-left: 0;
  width: 100%;
}
.form-horizontal .formControls + .col-sm-3 {
  width: 100%;
}
.form-horizontal .formControls + .col-sm-3 .formValidation {
  display: block;
  padding-top: 5px;
}
.form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #D4AF37;
}
.formError {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .rsform-block-send .formControlLabel {
  display: none;
}
.contactForm {
  margin: 0;
}
#contactForm h2 {
  margin-bottom: 40px;
}
.contact-page h2 {
  margin-bottom: 15px;
}
.rsform-block-gdpr {
  margin-bottom: 5px;
}

/* Ankete */
.ankete h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #60af40;
}
.ankete .formControlLabel {
  font-size: 20px;
  font-weight: bold;
}
.ankete .formControls + .col-sm-3 {
  width: 100%;
}
.ankete .formControls + .col-sm-3 .formValidation {
  display: block;
  padding-top: 10px;
}
.ankete div[class*="-komentar"] .formControlLabel {
  font-weight: normal;
}
.ankete .rsform-block-preporucili-nas-zbog .formControls > div {
  padding-left: 0;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 25px;
}
@media (min-width: 480px) {
  .ankete .formControls > div {
    padding-left: 50px;
  }
  .ankete .rsform-block-recaptcha .formControls > div {
    padding-left: 0;
  }
  .ankete .formControls > label:first-child {
    margin-left: 50px;
  }
  .ankete div[class*="-komentar"] {
    margin-left: 35px;
  }
  .ankete .rsform-block-preporucili-nas-zbog {
    margin-left: 35px;
  }
}

/* --------------------------
--- SEARCH RESULTS ---
----------------------------- */

.search-results .content,
.search-results .page-title {
  text-align: left;
  margin: 0 0 30px;
}
.search-results .input-group {
  display: table;
  position: relative;
  border-collapse: separate;
}
.search-results .search-input {
  margin-bottom: 25px;
}
.search-results .input-group .form-control {
  display: table-cell;
}
#search-searchword {
  height: 50px;
  padding: 10px 20px;
  font-size: 18px;
}
#searchForm .input-group-btn .btn {
  height: 50px;
  background: #eee;
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 22px;
}
.searchintro {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.searchintro p {
  margin: 0;
}
.searchintro .badge {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  background: #eee;
  color: #a22631;
  padding: 2px 8px;
}
#searchForm legend {
  border: 0 none;
  text-transform: uppercase;
  margin-bottom: 0;
}
.phrases-box label {
  display: inline-block;
  padding-left: 20px;
  margin-right: 15px;
}
.phrases .ordering-box {
  margin-bottom: 10px;
}
#searchForm .form-limit {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
dl.search-results a {
  color: #a22631;
}
.result-category,
.result-created {
  color: #999;
  font-size: 85%;
}
.result-created {
  margin-bottom: 25px;
}
span.highlight {
  background: #ffffcc;
  font-weight: bold;
}

/* --------------------------
--- PAGINATION ---
----------------------------- */

.pagination {
  display: block;
  text-align: center;
  margin: 150px 0;
  font-size: 12px;
}
.pagination .pull-right {
  float: none !important;
}
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}

.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  float: left;
  padding: 12px 24px;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #eeeeee;
  margin-left: -1px;
}
.pagination ul > li > a {
  background-color: #f9f9f9;
  color: #D4AF37;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
  /*color:#121212;*/
  background-color: #f1f1f1;
}
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
}

.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus {
  z-index: 2;
  color: #666;
  background-color: #fff;
  border-color: #eeeeee;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  /*border-color:#dddddd;*/
  cursor: not-allowed;
}
.pagination ul-lg > li > a,
.pagination ul-lg > li > span {
  padding: 13px 40px;
  font-size: 18px;
}
.pagination ul-lg > li:first-child > a,
.pagination ul-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination ul-lg > li:last-child > a,
.pagination ul-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination ul-sm > li > a,
.pagination ul-sm > li > span {
  padding: 6px 12px;
  font-size: 12px;
}
.pagination ul-sm > li:first-child > a,
.pagination ul-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination ul-sm > li:last-child > a,
.pagination ul-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* --------------------------
--- ANIMATIONS ---
----------------------------- */

/* Hamburger */
.focus-in-expand-2 {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    1.5s both;
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* Logo, navbar menu */
.fade-in-top {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s
    both;
  animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.home .fade-in-top {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s
    both;
  animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* carousel-inner */
.fade-in-1 {
  -webkit-animation: fade-in 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: fade-in 2.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* slope-white-left */
.fade-in-2 {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

/* cells-web img, carousel controls */
.fade-in-3 {
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

/* slope-green-bottom */
.slide-in-left {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s
    both;
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* intro-text */
.slide-in-left-2 {
  -webkit-animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
    both;
  animation: slide-in-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

/* triangle-white-right */
.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* triangle-green-right */
.fade-in-right-2 {
  -webkit-animation: fade-in-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s
    both;
  animation: fade-in-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

/******************************************************************************************
* responsive MAX-width 
******************************************************************************************/
@media (max-width: 479px) {
  .xdsoft_datetimepicker {
    left: 5px !important;
  }
  .anketa .article-header .page-header h2 {
    margin: 70px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .novosti-page .article-body {
    position: relative;
    margin-top: 1px;
    -webkit-box-shadow: 0 -10px 50px #eee;
    -moz-box-shadow: 0 -10px 50px #eee;
    box-shadow: 0 -10px 50px #eee;
  }
  .article-col-inner {
    padding: 0 15px;
  }
  .breadcrumbs {
    margin-left: 15px;
  }
  /*.breadcrumb a,
	.breadcrumb > .active,
	.breadcrumb > li + li:before {
		color: #fff;
	}*/
}
@media (max-width: 991px) {
  .navbar {
    /* display: none; */
  }
  .brand-container {
    float: left;
  }
  .article-slope-white-left {
    display: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
  .article-header .page-header h2,
  .category-header h2 {
    word-break: break-word;
    color: #fff;
    text-shadow: 0 0 50px #999;
  }
  .novosti-page .article-header .page-header h2,
  .popusti.subcat .category-header h2 {
    text-shadow: none;
    color: #666;
  }
  
  .item-ljekarnicke-menu-shaddow,
  .popusti.subcat .navbar {
    display: block;
    height: 80px;
  }
  .popusti.subcat .navbar .navbar-collapse {
    display: none !important;
  }
  #contactForm {
    margin-top: 60px;
  }
  .anketa .article-top-image {
    background-image: none;
  }

  .anketa .article-header .page-header h2 {
    color: #666;
    text-shadow: none;
    margin: 50px 0 0 15px;
  }
}
.article-top-image:after,
  .category-top-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
@media (max-width: 1199px) {
}

/*****************************************************************************************
* responsive MIN-width 
******************************************************************************************/
@media (min-width: 480px) {
  .nav-animation ul li a {
    font-size: 32px;
  }
  .slope-white-left {
    width: 30vw;
  }
  .slope-white-left:after {
    left: 30vw;
  }
  .pharmacy-fields .blog-cell {
    float: left;
    width: 33%;
    margin-bottom: 0;
  }
  /* pharmacy-services-2 */
  .module-more {
    display: inline-block;
  }
  .pharmacy-services-2 .mod-cell {
    width: 33%;
    margin-bottom: 0;
  }
  /* pharmacy-services-3 */
  .pharmacy-services-3 .mod-article-title h4,
  .bg-pharmacy-slider-4 .mod-article-title h4 {
    font-size: 18px;
  }
  .pharmacy-services-3 .store-name,
  .pharmacy-services-3 .event-time,
  .bg-pharmacy-slider-4 .store-name,
  .bg-pharmacy-slider-4 .event-time {
    font-size: 14px;
  }
  .pharmacy-services-3 .store-name.desktop,
  .bg-pharmacy-slider-4 .store-name.desktop {
    display: block;
  }
  .pharmacy-services-3 .store-name.mobile,
  .bg-pharmacy-slider-4 .store-name.mobile {
    display: none;
  }
}
@media (min-width: 580px) {
  .subcategory-item a {
    padding: 80px 60px;
  }
  .subcategory-item h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .cells-web {
    display: block;
  }
  .slope-white-left {
    width: 40vw;
  }
  .slope-white-left:after {
    left: 40vw;
  }
  .article-slope-white-left {
    width: 40vw;
    height: 54vh;
  }
  .article-slope-white-left:after {
    left: 40vw;
    border-bottom: 54vh solid transparent;
    border-left: 16vw solid #fff;
  }
  .navbar-collapse.collapse {
    padding: 30px 0;
  }
  .navbar-nav ul li {
    float: left;
  }
  .blog-list-thumb {
    float: left;
    width: 40%;
    margin-bottom: 0;
  }
  .blog-list-content {
    padding-left: 44%;
    padding-top: 0;
  }
  .massive-title {
    font-size: 24vw;
  }
  .novosti-page .article-header {
    height: auto;
  }
  .article-body,
  .category-body {
    position: relative;
  }
  .article-header .page-header h2,
  .category-header h2 {
    font-size: 40px;
  }
  .popusti.subcat .category-header h2 {
    color: #666;
  }
  .novosti-page .article-image {
    float: right;
    width: 30%;
    margin: 0 0 15px 30px;
  }
  .wwd .custom {
    padding: 0;
  }
  .projects .mod-title {
    font-size: 34px;
  }
  .footer h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer ul {
    margin: 0;
  }
  .footer .iso {
    margin: 0 0 0 -35px;
  }
  .copy .developed-by {
    margin-bottom: 0;
  }
  .slope-shaddow {
    display: block;
  }
  .menu-links li a {
    font-size: 12px;
  }
  /* pharmacy-services-1 */
  .pharmacy-services-1 .mod-article-inner {
    width: 80%;
    height: 10vh;
    background: #fff;
    position: absolute;
    bottom: 0px;
    right: -1px;
  }
  .pharmacy-services-1 .mod-article-inner:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 100%;
    border-top: 10vh solid transparent;
    border-right: 3vw solid #fff;
  }
  .pharmacy-services-1 .mod-article-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  .pharmacy-services-1 .mod-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
    height: 10vh;
  }
  .pharmacy-services-1 .mod-cell-2 {
    width: 120px;
    text-align: center;
  }
  .pharmacy-services-1 h4 {
    max-height: 22px;
  }
  /* drugstore-offices */
  .drugstore-offices .item-caption {
    width: auto;
    height: 10vh;
    background: #efefef;
  }
  .drugstore-offices .item-caption:before {
    border-top: 10vh solid transparent;
  }
  .pharmacy-fields .store-name,
  .pharmacy-fields .event-time,
  .pharmacy-fields .reserve {
    margin-right: 50px;
  }
  /* podkategorije Popusti */
  .subcategory-item a {
    padding: 80px 28px;
  }
  .subcategory-item h3 {
    font-size: 28px;
  }
  /* Popusti podkategorije page */
  .popusti.subcat .catitem {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    padding: 30px 40px;
  }
  .navbar-brand > img {
    width: 200px;
  }
  #nav-toggle {
    display: none;
  }
  .blog-list-thumb {
    width: 30%;
  }
  .blog-list-content {
    padding-left: 34%;
  }
  .category-body .items-leading {
    margin: 50px 0 100px;
  }
  .cat-children {
    padding: 60px 0 30px;
  }
  .intro-section,
  .intro-content,
  .slider-img-container {
    height: 100%;
  }
  .text-table {
    padding: 0 100px;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .text-table h1 {
    font-size: 100px;
  }
  .text-table p {
    font-family: "Monschone";
  }

  .word-1 {
    color: #fff;
  }
  .word-2 {
    color: #fff;
  }
  .word-3 {
    color: #fff;
    font-size: 20px;
  }
  /* aktivni popusti */
  .slope-green-bottom {
    width: 45%;
    height: 10vh;
    min-height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 30px #ccc;
    -moz-box-shadow: 0px 0px 30px #ccc;
    box-shadow: 0px 0px 30px #ccc;
    padding-top: 0;
  }
  .slope-green-bottom:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    /*left: 45vw;*/
    left: 100%;
    border-bottom: 10vh solid transparent;
    border-left: 3vw solid #D4AF37;
  }
  .small-title-container {
    position: static;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding: 0 0 0 15px;
    text-align: left;
  }
  .intro-news .mod-article-container img {
    width: auto;
    height: 100%;
  }
  .intro-news .intro-cell {
    height: 10vh;
  }
  .intro-news .cell-2 {
    padding: 0;
  }
  .intro-news .carousel-inner {
    margin: 0;
  }
  .intro-news .module-inner,
  .intro-news .mod-article-container {
    height: 70px;
  }
  .intro-news {
    padding-right: 20px;
  }
  .discounts-control {
    line-height: 10vh;
    background: #D4AF37;
    width: 20px;
    text-align: right;
  }
  .left.discounts-control {
    display: none;
  }

  .slope-white-left {
    width: 40vw;
  }
  .slope-white-left:after {
    left: 40vw;
    border-bottom: 100vh solid transparent;
    border-left: 30vw solid #fff;
  }
  /* wwd */

  .wwd-txt {
    height: 54vh;
    padding: 0;
  }
  .wwd-txt p {
    width: 60%;
  }
  .slope-green-bottom-2 {
    display: block;
  }
  /* drugstore-offices */
  .drugstore-offices .item-img {
    height: 100%;
    min-height: 0;
  }
  /* pharmacy-services-1 */
  .pharmacy-services-1,
  .drugstore-offices {
    height: 100%;
    text-align: right;
  }
  .left.services-control,
  .left.drugstore-control {
    display: none;
  }
  .right.services-control,
  .right.drugstore-control {
    right: 10px;
  }
  .drugstore-control-wrapper {
    top: 40%;
  }
  /* green block - Program vjernosti */
  .grey-inner {
    background-position: 100% 152px;
  }
  .projects .custom {
    font-size: 16px;
  }
  .projects .mod-title {
    font-size: 40px;
    margin: 0;
  }
  /* pharmacy-services-2 */
  .pharmacy-services-2 {
    border-top: 0 none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .pharmacy-services-2:before {
    content: "";
    display: block;
    width: 1px;
    height: 110%;
    background: #5da93d;
    position: absolute;
    left: -15px;
    top: -15px;
  }
  .pharmacy-fields .store-name,
  .pharmacy-fields .event-time,
  .pharmacy-fields .reserve {
    margin-right: 25px;
  }
  /* pharmacy-services-3 */
  .wwd-2 {
    position: absolute;
    z-index: 12;
    width: 55%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .pharmacy-services-3 {
    height: 100%;
    text-align: right;
  }
  .pharmacy-services-3 .item-img {
    height: 100%;
    min-height: 0;
  }
  .bg-pharmacy-slider-4 {
    position: absolute;
    z-index: 4;
    width: 85%;
    height: 10vh;
    min-height: 60px;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    text-align: right;
  }
  .bg-pharmacy-slider-4:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 100%;
    border-top: 10vh solid transparent;
    border-right: 3vw solid #fff;
  }
  .pharmacy-services-3 .item-caption,
  .bg-pharmacy-slider-4 .item-caption {
    height: 100%;
    padding: 0 45px 0 0;
  }
  .pharmacy-services-3 .item-caption-table,
  .bg-pharmacy-slider-4 .item-caption-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  .pharmacy-services-3 .item-caption-cell,
  .bg-pharmacy-slider-4 .item-caption-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .pharmacy-services-3 .mod-article-title h4,
  .bg-pharmacy-slider-4 .mod-article-title h4 {
    font-size: 16px;
    max-height: 20px;
    margin: 0 0 2px;
  }
  .pharmacy-services-3 .mod-article-table,
  .bg-pharmacy-slider-4 .mod-article-table {
    float: right;
  }
  .pharmacy-services-3 .store-name,
  .pharmacy-services-3 .event-time,
  .bg-pharmacy-slider-4 .store-name,
  .bg-pharmacy-slider-4 .event-time {
    font-size: 12px;
    display: inline-block;
  }
  .pharmacy-services-3 .store-name.desktop,
  .bg-pharmacy-slider-4 .store-name.desktop {
    display: none;
  }
  .pharmacy-services-3 .store-name.mobile,
  .bg-pharmacy-slider-4 .store-name.mobile {
    display: inline-block;
  }
  .pharmacy-services-3 .mod-cell,
  .bg-pharmacy-slider-4 .mod-cell {
    width: auto;
    padding-left: 8px;
  }
  .pharmacy-services-3 .controls-container {
    height: 100%;
  }
  .pharmacy-services-3 .controls-container .aspectRatio {
    display: none;
  }
  .services-control-wrapper {
    top: 44%;
  }

  /* home locations */
  .locations {
    padding-top: 100px;
  }
  .locations .custom {
    padding: 0;
  }
  .locations-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .white-part-bg {
    display: block;
  }

  .slope-shaddow {
    top: 0;
    right: -200px;
  }
  /* article */
  .article-slope-white-left {
    width: 60vw;
  }
  .article-slope-white-left:after {
    left: 60vw;
    border-bottom: 54vh solid transparent;
    border-left: 16vw solid #fff;
  }
  .triangle-green-right {
    height: 60%;
  }
  .triangle-green-right:before {
    border-top: 60vh solid transparent;
    border-right: 18vw solid #D4AF37;
  }
  .triangle-white-right {
    height: 50%;
  }
  .triangle-white-right:before {
    border-top: 50vh solid transparent;
    border-right: 15vw solid #fff;
  }
  .carousel-slider-controls {
    display: block;
  }
  .nav-animation ul li a {
    font-size: 46px;
  }
  .article-header,
  .category.page-header {
    margin: 0;
    padding: 0;
  }
  .article-top-image,
  .category-top-image {
    /*background-position: 50px 15%;*/
    /* background-size: contain; */
  }
  .article-top-image,
  .article-header,
  .category-top-image,
  .category-header {
    height: 100vh;
  }
  .article-header .page-header h2,
  .article-header .block-1 h2,
  .category-header h2 {
    font-size: 60px;
    margin: 0;
    width: 70%;
  }
  .article-header .create,
  .article-header .source {
    margin-left: 0;
  }
  .article-body-inner {
    margin: 50px 0 100px;
    padding: 0;
  }
  .article-image img {
    max-width: 768px;
  }
  .footer .iso {
    margin: 0;
  }
  .menu-links li a {
    font-size: 14px;
  }
  .ljekarne-page .article-body .row .col-md-4,
  .o-nama .article-body .row .col-md-4 {
    margin-top: 0;
  }
  /* O nama */
  .o-nama .article-body p {
    padding-right: 50%;
  }
  /* podkategorije Popusti */
  .subcategory-item h3 {
    font-size: 36px;
  }
  /* Popusti podkategorije page */
  .popusti.subcat .category-header {
    height: 300px;
    padding-top: 106px;
  }
  .popusti.subcat .category-body .items-leading {
    margin: 10px 0 100px;
  }
  .popusti.subcat .article-body {
    padding-top: 106px;
  }
  .breadcrumbs .breadcrumb {
    margin: 40px 0;
  }
  /* Ljekarnicke usluge - podkategorije page */
  .ljekarnicke .article-body .container {
    padding-top: 80px;
  }
  .novosti-page .article-header-inner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .create {
    margin-bottom: 15px;
  }
  .blog-list-thumb {
    width: 35%;
  }
  .blog-list-content {
    padding-left: 41%;
  }
  .category-body .items-leading {
    margin: 100px 0 150px;
  }
  .article-body-inner {
    margin: 80px 0 150px;
  }
  .o-nama .article-top-image {
    background-size: contain;
    background-position: 100% 50%;
  }
  .novosti-page .article-main-content .container {
    width: 970px;
  }
  .discounts-control {
    font-size: 40px;
  }
  /* pharmacy-services-3 */
  .pharmacy-services-3 .item-caption,
  .bg-pharmacy-slider-4 .item-caption {
    padding: 0 50px 0 0px;
  }
  .pharmacy-services-3 .store-name.desktop,
  .bg-pharmacy-slider-4 .store-name.desktop {
    display: inline-block;
  }
  .pharmacy-services-3 .store-name.mobile,
  .bg-pharmacy-slider-4 .store-name.mobile {
    display: none;
  }
  .pharmacy-services-3 .mod-cell,
  .bg-pharmacy-slider-4 .mod-cell {
    padding-left: 20px;
  }
  .bg-pharmacy-slider-4 {
    width: 80%;
  }
  /* podkategorije Popusti */
  .subcategory-item a {
    padding: 80px 60px;
  }
  .subcategory-item h3 {
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .nav-animation ul li a {
    font-size: 60px;
  }
  /* pharmacy-services-3 */
  .pharmacy-services-3 .mod-article-title h4,
  .bg-pharmacy-slider-4 .mod-article-title h4 {
    font-size: 18px;
  }
  .pharmacy-services-3 .store-name,
  .pharmacy-services-3 .event-time,
  .bg-pharmacy-slider-4 .store-name,
  .bg-pharmacy-slider-4 .event-time {
    font-size: 14px;
  }
  .pharmacy-services-3 .mod-cell,
  .bg-pharmacy-slider-4 .mod-cell {
    padding-left: 30px;
  }
}

/* Simple Image Gallery Free */
ul.sigFreeContainer {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
ul.sigFreeContainer li {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px #999;
  -moz-box-shadow: 0px 0px 10px #999;
  box-shadow: 0px 0px 10px #999;
}
ul.sigFreeContainer li a {
  position: relative;
  display: block;
  overflow: hidden;
}
ul.sigFreeContainer li a:before {
  content: "\f002";
  font: normal normal normal 50px/1 FontAwesome;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
ul.sigFreeContainer li a img {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
ul.sigFreeContainer li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 576px) {
  ul.sigFreeContainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1vw;
    margin-right: -1vw;
  }
  ul.sigFreeContainer li {
    width: 50%;
    padding: 0 1vw;
    margin: 1vw 0;
  }
}
@media (min-width: 768px) {
  ul.sigFreeContainer li {
    width: 33.333333333333%;
  }
}

/* /////////////////////////////////////////////////////////// */
/* HOME PAGE */
/* /////////////////////////////////////////////////////////// */
.nav {
  padding-left: 250px !important;
  display: block !important;
}

.home-page .text-cell {
  vertical-align: bottom;
}

.home-page .text-table .left-flex {
  display: flex;
}
@media (max-width: 1200px) {
  .home-page .text-table h1 {
    font-weight: 800;
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .home-page .text-table h1 {
    font-weight: 800;
    font-size: 130px;
  }
}

.home-page .black-box {
  height: 200px;
  width: 100%;
  background-image: linear-gradient(
    rgb(0, 0, 0, 0.99),
    rgba(11, 11, 11, 0.863)
  );
  border: none;
}

.wwd {
  background: url(../images/wwd.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 30%;
}

.wwd-txt h2 {
  font-size: 60px;
  font-weight: 800;
}
.images-list {
  display: flex;
  gap: 30px;
}

.img-resist {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
}

.earth::after {
  content: "Protupotresne";
}
.fire::after {
  content: "Vatrootporne";
}
.wind::after {
  content: "Vjetrootporne";
}

.wwd-icon {
  width: 80px;
  height: 80px;
}

#intro {
  /* height: 100vh; */
}

/* /WHITE BLOCK */
.grey-1 {
  text-align: center;
}

.grey h2 {
  font-size: 60px;
  font-weight: 800;
  color: #000;
}
.projects p {
  font-size: 18px;
  font-weight: 500;
}

/* //HOME FEATURED PRODUCTS */
.home-featured-product {
  position: relative;
  z-index: 4;
  padding: 200px 0 100px;
  color: #000;
  background: #fff;
}

.home-featured-product h3 {font-weight:800;}
.grid-sel-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
}
.product-container h3 a {
  color: #000;
}

@media (max-width: 991px) {
  .grid-sel-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-featured-product {
    padding: 100px 0 ;
  }
}
@media (max-width: 767px) {
  .grid-sel-products {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-featured-product {
    padding: 50px 0 ;
  }
}


/* /FOOTER */

.footer-main {
  display: flex;
  justify-content: space-between;
}

.contacts-footer {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contacts-footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.contacts-footer a {
  color: #fff;
  font-weight: 500;
}

.contacts-footer a:hover {
  color: #D4AF37;
}

.footer-2 .custom {
  display: flex;
  align-items: center;
  gap: 80px;
}

.left-flex,
.right-flex {
  transform: translateX(0); /* Initial position */
  z-index: 999; /* Ensures the element stays on top */
  transition: transform 4s ease; /* Transition for smooth movement */
}

#mod-custom90 {
  height: 280px;
  position: relative;
}
@media (min-width:500px) {
  #mod-custom90 {
    height: 400px;
  }
}

#fly-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

#fly-right {
  position: absolute;
  bottom: -30%;
  right: 10%;
}

@media (max-width: 991px) {
  .nav {
    padding-left: 0px !important;
  }
  #fly-left {
    top: 20%;
  }
  #fly-right {
    right: 0;
    top: 50%;
  }
  .text-table {
    padding: 0 10px;
  }

  .wwd-txt h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .wwd-icon {
    width: 44px;
    height: 44px;
  }
  .img-resist {
    font-size: 14px;
  }
  .wwd {
    padding-bottom: 37%;
  }

  .grey h2 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .brand-container {
    left: 0;
  }
  .home-page .text-table h1 {
    font-size: 72px;
  }
  .home-page .black-box {
    height: 50px;
  }
  #fly-right {
    top: 40%;
  }

  .wwd {
    padding-bottom: 57%;
  }

  .wwd-txt h2 {
    font-size: 32px;
  }
  .wwd-icon {
    width: 32px;
    height: 32px;
  }
  .img-resist {
    font-size: 10px;
  }
  .earth {
    padding-left: 10px;
  }

  .grey h2 {
    font-size: 32px;
  }
  .grey {
    padding-bottom: 300px;
  }
  .projects p {
    font-size: 16px;
  }
  .footer-main {
    flex-direction: column;
  }
  .contacts-footer {
    display: inline-block;
  }
  .footer-2 .custom {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .home-page .text-table h1 {
    font-size: 48px;
  }
  #fly-left {
    top: 10%;
  }
  #fly-right {
    top: 30%;
  }
  #mod-custom90 {
    height: 200px;
  }
  .grey {
    padding-bottom: 250px;
  }
  .contacts-footer h4 {
    font-size: 16px;
    font-weight: 600;
  }

  .footer-2 h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .footer-2 .custom {
    align-items: start;
    font-size: 14px;
  }
}
/* ///////////////////////////////////// */
/* KONTAKT PAGE */
/* //////////////////////////////////////// */
.contact-page .article-body {
  background: #fff;
}
.contact-page .article-header {
  height: 100vh;
  width: 100%;
  background-color: #333;
}

.contact-page .article-top-image::after {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.7;
}

.contact-page .article-top-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  width: 100%;
}

.contact-page .page-header h2 {
  color: #fff;
  font-weight: 700;
}

.contact-page .contact-section {
  display: flex;
  gap: 120px;
  align-items: start;
  justify-content: start;
}

.contact-page .address {
  margin-bottom: 60px;
}

.contact-page .address h2 {
  margin-bottom: 40px;
}
.contact-page .cta-btn .btn {
  padding: 20px 30px;
  border-radius: 40px;
}

#map {
  height: 600px;
  color: #000;
}

/* / CONTACT FORM */
.contact-page .section-contactform {
  display: flex;
  justify-content: center;
  padding-right: 90px;
}

.contact-page .section-contactform h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 40px;
}
.contact-page label {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
}

.contact-page .formContainer {
  width: fit-content;
}

@media (max-width: 991px) {
  /* KONTAKT */
  .contact-page .contact-section {
    flex-direction: column-reverse;
    gap: 80px;
  }
	
	.navbar {height:100px;}
	
	
}
/* ///////////////////////////////////////////
O NAMA
///////////////////////////////////////// */
.about-us .article-body {
  background: #fff;
}
.about-us .row-story {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 40px;
}
.about-us .row-story2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 40px;
}

.section-about-story2 {
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .about-us .row-story,
  .about-us .row-story2 {
    grid-template-columns: 1fr;
  }
}

/* ///////////////////////////////////////////
products page
///////////////////////////////////////// */

.products-page .category-header,
.category-body {
  background-color: #000;
  color: #fff;
}
.products-page .category-header {
  height: 75vh;
}

.products-page .category-header-inner {
  padding-top: 200px;
}

.products-page .projects-description {
  line-height: 1.8;
  width: 70%;
}

.products-page .aspectRatio:after {
  
}

.products-page .items-leading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2vw;
}

.products-page .catitem {
  margin-top: 0;
}

.products-page .blog-list-thumb {
  width: 50%;
}

.products-page .blog-list-content {
  display: block;
  padding: 0;
  height: 100%;
  width: 50%;
}

.products-page .system-unpublished {
  display: flex;
  align-items: center;
  gap: 40px;
}
.products-page .items-leading .catitem:nth-child(2n) .system-unpublished {
  flex-direction: row-reverse;
}

@media (max-width: 767px)  {
  .products-page .system-unpublished {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
	  gap: 0;
  }
  .products-page .items-leading .catitem:nth-child(2n) .system-unpublished {
    flex-direction: column;
  }
  .products-page .category-header-inner {
    text-align: center;
  }
  .products-page .projects-description {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .products-page .items-leading {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }
  .products-page .blog-list-thumb {
    width: 90%;
  }
  .products-page .blog-list-content {
    width: 80%;
  }
}


/* /////////////////////////////////////////////////
PROD-ARTICLE
////////////////////////////////////////////////// */
.prod-article .article-body {
  background: #fff;
}
.prod-article .product-description-intro {
  padding: 0 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 2vw;
}
#galerija {
  padding: 50px;
}
.image-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-bottom: 46%;
  cursor: pointer;
}

.slick-dots li button:before {
  background: rgba(153, 153, 153, 0.594) !important;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}
.cta-section {
  width: 80%;
  margin-left: 50px;
}
.product-features {
  padding: 100px 50px;
}
.grid-prod-feat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}
.grid-gallery {
  display: grid;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-columns: 1fr 1fr 1.38fr;
  margin-bottom: 6vw;
  padding: 0 50px;
}
.img-grid-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-img-1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.g-img-2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.floorplan-section {
  margin-bottom: 6vw;
}
@media(max-width:991px) {
  .prod-article .product-description-intro {
    padding: 0;
  }
  #galerija {
    padding: 50px 0;
  }
  .cta-section {
    margin-left: 0;
    width: 100%;
  }
  .product-features {
    padding: 50px 0;
  }
  .grid-gallery {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .prod-article .product-description-intro {
    grid-template-columns: 1fr;
    row-gap: 4vw;
  }
  .image-cover {
    padding-bottom: 80%;
  }
  .grid-prod-feat {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width:991px) {
  #mod-custom142 {
  position: absolute;
  top: 25px;
  right: 40px;
}
	
}
.configure-btn {
  background-color: #fff !important;
  color: #000 !important;
  padding: 15px 30px !important;
  border-radius: 100px;
  background-color: transparent;
  text-transform: capitalize !important;
}


/* //////////////////////////////////////
MOR CONFIGURATOR
///////////////////////////////////// */
#mor-configurator {
  padding-top: 100px;
}
.btn-yellow {
	background: #FFCF68;
	color: #000;
	border: 0 none;
	font-size: 18px;
	font-weight: normal;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 30px;
	padding: 16px 30px;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background: #000;
	color: #fff;
}
.btn-yellow:focus {
	box-shadow: 0 0 0 .25rem rgba(255,207,104,.5);
}
.mor-configurator {
	position: relative;
	background: #fff;
}
.mor-configurator .formContainer .row .col-md-7,
.mor-configurator .formContainer .row .col-md-5,
.mor-configurator .formContainer .row .col-md-6 {
	
}
.mor-configurator .formContainer .row .col-md-7 {
	width: 65%;
	
}
.mor-configurator .formContainer .row .col-md-5 {
	width: 35%;
	padding:4vw;
}
.mor-configurator .formContainer .row .col-md-6 {
	padding: 4vw;
	
}
.mor-configurator .formContainer .row .col-md-6 + .col-md-6 {
	background: #ECECEC;
}
.mor-configurator .form-label {
	font-size: 50px;
	font-weight: 800;
	color: #000;
	margin-bottom: 2vw;
	line-height:4vw;
}
.mor-configurator .form-check-label {
	font-size: 20px;
}
.mor-configurator .form-check {
	margin-bottom: 10px;
}
.mor-configurator .col-md-6 .form-check {
	display: grid;
	grid-template-columns: 30px 1fr;
}
.mor-configurator .rsform-block-house-model {
	margin-bottom: 4vw !important;
	
}
.mor-configurator .rsform-block[class*="rsform-block-btnnext"] {
	text-align: right;
	padding-right: 5vw;
}
.mor-configurator .rsform-block[class*="rsform-block-break"] {
	position: absolute;
	right: 10vw;
	bottom: 2vw;
}
.mor-configurator .rsform-block-name .form-label,
.mor-configurator .rsform-block-email .form-label,
.mor-configurator .rsform-block-phone .form-label,
.mor-configurator .rsform-block-message .form-label {
	font-size: inherit;
	margin-bottom: 10px;
}
.mor-configurator  button#submit {
	margin-left: 20px;
}

.view-rsform .navbar {
  background-color: #000;
}
input[type='radio'] {
display: none;
}

input[type='radio'] + label {
    position: relative;
    line-height: 1em;
}

input[type='radio'] + label:before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius:100%;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 0 .1em white, 0 0 0 .2em black;
}

input[type='radio']:checked + label:before {
    background: black;
    vertical-align: middle;
}


input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 5px 0 0 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.rsform-block-submit {margin-top:20px;}

@media (max-width:991px) {
	ul {margin-left:0;}
	.mor-configurator .formContainer .row .col-md-7{width:100%;}
	.mor-configurator .formContainer .row .col-md-5{width:100%;padding: 0 0 100px 40px}
	.mor-configurator .form-label {font-size:30px;line-height:normal;}
	.mor-configurator .formContainer .row .col-md-6{padding:40px;}
}
