/* --------------------------
--- 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: #fff;
	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 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #333;
}

h2 {
	margin: 30px 0 20px;
}

h3 {
	margin: 30px 0 20px;
}

.navbar-collapse,
.mod-languages {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

a {
	color: #64b243;
  	-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: bold;
}
.gdpr-page .article-body ul li {
	margin-bottom: 10px;
}

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

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

.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, .2);
	border-radius: 0;
	color: #fff;
	padding: 30px 40px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

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

/* Buttons */
.btn {
    background-color: transparent;
    border-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    color: #fff;
	padding: 6px 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: #1d965d;
	border-color: #1d965d;
	color: #fff;
	padding: 10px 25px;
}
.btn-primary:hover,
.btn-primary:focus {
	background: transparent;
	border-color: #1d965d;
	color: #1d965d;
}
.btn-green {
	background: #64b243;
	border-color: #64b243;
	color: #fff;
	padding: 10px 25px;
}
.btn-green:hover,
.btn-green:focus {
	background: #64b243;
	border-color: #64b243;
	color: rgba(255,255,255,0.4);
}
.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: #1d965d;
}

/* 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,
.discountLogo.aspectRatio-bg {
	background-size: 80%;
}
.discountLogo.aspectRatio-bg {
	background-color: #64b243;
}
.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: 140px;}
.brand-container {
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 1006;
	float: left;
}

.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: inline-block;
	float: none;
}
.navbar-collapse {
	margin: 0 0 0 280px;
	text-align: left;
}
.navbar .navbar-nav a {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
	color: #666;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
	color: #bebebe;
}
.home .navbar .navbar-nav a {
	color: #666;
}
.home .nav > li > a:focus,
.home .nav > li > a:hover {
	color: #1d965d;
}
.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: 28px;
	right: 20px;
	padding: 9px 12px 10px;
	background: transparent;
	border: none;
	/*z-index: 1004;*/
	z-index: 2008;
	margin: 0;
}
#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;
	left: 0;
	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 {

}
#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: .3s;
    transition-timing-function: cubic-bezier(0.55, .055, .675, .19)
}
#nav-toggle:before {
    transition: top .1s .3s ease-in, opacity .1s ease-in
}

#nav-toggle:after {
    transition: bottom .1s .3s ease-in, -webkit-transform .3s cubic-bezier(0.55, .055, .675, .19);
    transition: bottom .1s .3s ease-in, transform .3s cubic-bezier(0.55, .055, .675, .19);
    transition: bottom .1s .3s ease-in, transform .3s cubic-bezier(0.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(0.55, .055, .675, .19)
}
#nav-toggle.is-active {
    -webkit-transform: rotate(-450deg);
    transform: rotate(-450deg);
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
}
#nav-toggle.is-active:before {
    top: 0;
    opacity: 0;
	filter: alpha(opacity=0);
    transition: top .1s ease-out, opacity .1s .1s ease-out
}
#nav-toggle.is-active:after {
    bottom: 0;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    transition: bottom .1s ease-out, -webkit-transform .3s .1s cubic-bezier(0.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .1s cubic-bezier(0.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .1s cubic-bezier(0.215, .61, .355, 1), -webkit-transform .3s .1s cubic-bezier(0.215, .61, .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-family: 'Montserrat', sans-serif;font-size:22px;line-height: 1.2;font-weight: bold;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: #64b243;
    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: #1d965d;
    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: table;
	width: 100%;
	height: 100%;
	padding: 0 20%;
	position: absolute;
	top: 0;
}
.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: bold;
	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%;
}

/* Google Map */
#map {
	width: 100%;
	height: 100%;
	margin: 0;
}
#map.full-width {
	float: none;
	width: 100%;
	height: 500px;
}
#map.full-width:before {
	display: none;
}
#map .map-img {
	max-width: 100px;
}

/* 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: #64b243;
}

/* Footer */
.footer {
	padding: 0;
	font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
	-webkit-box-shadow: 0 -10px 50px #eee;
	-moz-box-shadow: 0 -10px 50px #eee;
	box-shadow: 0 -10px 50px #eee;
	font-size: 14px;
	overflow: hidden;
}
.footer p {
	margin: 0;
}
.footer a {
	/*color: #b1b1b1;*/
	color: #666;
}
.footer a:hover,
.footer a:focus {
	color: #ccc;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 80px;
}
.footer ul.menu-links {
	margin: 0;
}
.footer ul li {
	margin: 0 0 0px;
	display: block;
}
.footer .col-sm-4 .slogan {
	text-transform: uppercase;
	margin: 30px 0;
}
.footer .col-sm-4 span {
	display: block;
}
.footer .row-1 {
	/*margin: 90px 0 130px;*/
	margin: 90px 0 50px;
}
.footer h4 {
	font-size: 14px;
	font-weight: bold;
	/*color: #b1b1b1;*/
	color: #666;
	margin: 0 0 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
}
.footer h4:after {
	content: "";
	position: relative;
	display: block;
	width: 100px;
	height: 1px;
	background: #e1e1e1;
	margin: 0 auto;
	bottom: -16px;
}
.footer .iso {
	max-width: 120px;
	margin: 0 0 80px 0;
}
.menu-links li a {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 15px;
}

.mod-menu li a {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	
}

/* footer Slope shaddow */
.slope-shaddow {
	display: none;
    position: absolute;
    top: 130px;
    right: -160px;
	width: 100%;
	height: 1500px;
	background: #fff;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-box-shadow: 0 -10px 50px #eee;
	-moz-box-shadow: 0 -10px 50px #eee;
	box-shadow: 0 -10px 50px #eee;
}

/* footer Copy */
.copy {
	font-size: 13px;
	/*color: #b1b1b1;*/
	color: #666;
	background: #efefef;
	padding: 20px 0;
}
.copy a {
	/*color: #bcbcbc;*/
	color: #999;
}
.copy a:hover,
.copy a:focus {
	color: #ccc;
}
.footer .footer-social li {
	display: inline-block;
	font-size: 22px;
	margin: 0 0 0 10px;
}
.copy .developed-by {
	margin-bottom: 10px;
}
.copy ul {
	margin: 0;
}

#back-to-top {
	display: inline-block;
    width: 46px;
    height: 46px;
	cursor: pointer;
    border: 1px solid #fff;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	border-radius: 30%;
	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;
}
#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: #1d965d;
	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: bold;
	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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	cursor: pointer;
}

/* GDPR plugin for cookies */
.cc-window {
	box-shadow: 3px 5px 20px 0px rgba(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: 2;
	height: auto;
}
.intro-content {
	position: relative;
	width: 100%;
	height: auto;
}
.slider-img-container {
	position: relative;
	height: 320px;
}
.intro-text {
	background: #64b243;
}
.text-table {
	display: table;
	width: 100%;
	height: 100%;
	padding: 30px 30px;
}
.text-cell {
	display: table-cell;
	vertical-align: middle;
}
.text-table h1 {
	font-size: 34px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
}
.text-table h1 span {
	display: block;
}
.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: 320px solid transparent;
	border-left: 200px solid #fff;
}
.slope-green-bottom {
	background: #64b243;
	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 #64b243;*/
	border-bottom: 54vh solid transparent;
	border-left: 16vw solid #fff;
}
.triangle-green-right {
	background: #64b243;
	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 #64b243;
}
.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;
}

/* Popust na sve preko intro slidera */
.featured-discount {
	background: #000;
}
.featured-discount a {
	display: block;
	color: #fff;
	background: #555;
	padding: 35px;
}
.featured-discount:before {
display: block;
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 0;
right: 100%;
border-top: 19vh solid transparent;
border-right: 6vw solid #555;
}

.featured-discount h3 {
	position: relative;
	color: inherit;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0;
}
/*
.featured-discount h3:after {
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    background: #fff;
    margin-top: 10px;
}
*/
.featured-discount .fa {background:#fff;color:#555;padding:5px 13px 5px 17px;margin-left:10px; border-radius:30px;}

@media (min-width: 992px) {
	.featured-discount {
		position: absolute;
		z-index: 99;
		width: 300px;
		right: 0;
		bottom: 0;
		
	}
	.featured-discount a {
		padding: 35;
	}
}

/* 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: 101%;
	height: 110%;
	position: absolute;
	left: -1%;
}
#scene1 .slide-bg-image {
	background-image: url('../images/slide-1.jpg');
}
#scene2 .slide-bg-image {
	background-image: 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: #000;
	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: #64b243;
}

/* 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 {
	padding: 0;
	position: relative;
	z-index: 4;
}
.wwd-txt {
	display: table;
	width: 100%;
	font-size: 20px;
	overflow: hidden;
	/*color: #b4b4b4;*/
	color: #666;
	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: 36px;
	margin: 40px 0;
	position: relative;
}
.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;
}

/* 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: bold;
	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: #64b243;
}
.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: #64b243;
}

/* 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: #64b243;
	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%;
	height: 94px;
}
.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: #64b243;
}
.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: #64b243;
	font-size: 12px;
	padding: 5px 30px;
	margin-top: -15px;
	margin-left: -10px;
}

/* green block - Program vjernosti */
.green {
    position: relative;
    z-index: 3;
	background: rgb(62,149,44);
	background: -moz-linear-gradient(130deg, rgba(62,149,44,1) 0%, rgba(133,203,89,1) 100%);
	background: -webkit-linear-gradient(130deg, rgba(62,149,44,1) 0%, rgba(133,203,89,1) 100%);
	background: linear-gradient(130deg, rgba(62,149,44,1) 0%, rgba(133,203,89,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e952c",endColorstr="#85cb59",GradientType=1);
	color: #fff;
}
.green-inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 100%;
	padding: 80px 15px;
}
.green-inner.green-web {
	background-image: url('../images/green-web.png');
}
.green .moduletable {
	display: table;
	width: 100%;
}
.green .custom {
	display: table-cell;
	vertical-align: middle;
}
.loyalty-program .custom {
	font-size: 26px;
}
.loyalty-program .mod-title {
	margin: 0 0 30px;
	color: #fff;
}
.loyalty-program .mod-title strong {
	display: block;	
}
.loyalty-program p {
	display: inline-block;
	vertical-align: middle;
}
.loyalty-program img {
	max-height: 180px;
	float: left;
	margin-right: 80px;
}

/* 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: #64b243;
}
.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 {
	background-color: #64b243;
	margin-bottom: 20px;
}
.category-name {
	font-size: 12px;
	display: inline-block;
	background: #1d965d;
	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: #222;
}
.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: #64b243;
	color: #fff;
	padding: 0 5px;
}
.discount-duration {
	font-size: 14px;
}

/* Subcategories - from Popusti */
.cat-children {
	padding: 30px 0 0;
	margin-bottom: 30px;
}
.cat-children .row-parent {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 768px) {
	.cat-children .row-parent {
	    grid-template-columns: 1fr 1fr;
	}
	.cat-children .row-parent .col-item:nth-child(1) {
	    grid-column: span 2;
	}
}
.subcategory-item {
	background: #64b243;
}
.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: #64b243;
	border: 2px solid #64b243;
	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: #64b243;
	border-color: #64b243;
	color: #fff;
}
#filter-buttons .btn.active {
	background: #64b243;
	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: 200px;
}
.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: #666;
	margin: 40px 0 0 15px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.article-header .page-header h2:after,
.category-header h2:after,
.osmap-sitemap .page-header h1:after {
    content: "";
    width: 130px;
    height: 3px;
    background: #60af40;
    position: absolute;
    bottom: 0;
    left: 0;
}
.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: #64b243;
	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 #64b243;
	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 .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .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: #64b243;
}
.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 .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .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: #1d965d;
}
.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: #64b243;
}
.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 .8s cubic-bezier(.25,.46,.45,.94) 1.5s both;animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) 1.5s both}
@-webkit-keyframes focus-in-expand{0%{letter-spacing:-.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:-.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(.39,.575,.565,1.000) 0.5s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) 0.5s both}
.home .fade-in-top{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) 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(.39,.575,.565,1.000) 1s both;animation:fade-in 2.5s cubic-bezier(.39,.575,.565,1.000) 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(.39,.575,.565,1.000) 1.5s both;animation:fade-in 2s cubic-bezier(.39,.575,.565,1.000) 1.5s both}

/* cells-web img, carousel controls */
.fade-in-3{-webkit-animation:fade-in 2s cubic-bezier(.39,.575,.565,1.000) 2s both;animation:fade-in 2s cubic-bezier(.39,.575,.565,1.000) 2s both}

/* slope-green-bottom */
.slide-in-left{-webkit-animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.94) 1.5s both;animation:slide-in-left 1s cubic-bezier(.25,.46,.45,.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(.25,.46,.45,.94) 2s both;animation:slide-in-left 1.5s cubic-bezier(.25,.46,.45,.94) 2s both}

/* triangle-white-right */
.fade-in-right{-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) 1s both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) 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(.39,.575,.565,1.000) 1.5s both;animation:fade-in-right 1s cubic-bezier(.39,.575,.565,1.000) 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;
	}
	.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 10px #999;
	}
	.novosti-page .article-header .page-header h2,
	.popusti.subcat .category-header h2 {
		text-shadow: none;
		color: #666;
	}
	.article-top-image:after,
	.category-top-image:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 100%);
		background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 100%);
		background: linear-gradient(0deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
	.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;}

}
@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;
		margin-top: 1px;
		-webkit-box-shadow: 0 -10px 50px #eee;
		-moz-box-shadow: 0 -10px 50px #eee;
		box-shadow: 0 -10px 50px #eee;
	}
	.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;
	}
	.loyalty-program .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: 25px 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 150px;
		position: absolute;
		top: 0;
		z-index: 10;
	}
	.text-table h1 {
		font-size: 66px;
	}
	.word-1 {
		color: #1d965d;
	}
	.word-2 {
		color: #64b243;
	}
	.word-3 {
		color: #dcdcdc;
	}
	/* 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 #64b243;
	}
	.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: #64b243;
		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 {
		/*background: url('../images/wwd-bg.jpg') no-repeat center right;*/
		background-size: 55%;
	}
	.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 */
	.green-inner {
		background-position: 100% 152px;
		padding: 100px 0;
	}
	.loyalty-program .custom {
		font-size: 26px;
	}
	.loyalty-program .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;
	}
	#map {
		float: left;
		width: 60%;
	}
	#map:before {
		position: relative;
		z-index: 1;
		content: "";
		display: block;
		width: 25%;
		height: 100%;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
	.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 #64b243;
	}
	.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: 54vh;
	}
	.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;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .ljekarnicke .blog-list-thumb {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
    .ljekarnicke .blog-list-content {
        padding-left: 0;
    }
}

/* 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%;
	}
}

/* Page O nama - dorada za SIG free - kao Single Thumb Image gallery */
.page.o-nama .poslovnice ul.sigFreeContainer {
	display: block;
	margin: 0;
}
.page.o-nama .poslovnice ul.sigFreeContainer li {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page.o-nama .poslovnice ul.sigFreeContainer li:first-child {
	display: list-item;
}

/* Naslovnica - intro: Preuzmite nase popuste */
.mod--download-our-disconts p {
	margin-bottom: 0;
}
.mod--download-our-disconts a {
    display: block;
    background: #555;
    padding: 35px;
    font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
    text-transform: uppercase;
	color: #fff;
}
@media (min-width: 992px) {
	.mod--download-our-disconts {
		position: absolute;
		z-index: 99;
		width: 350px;
		right: 0;
		bottom: 0;
	}
	.mod--download-our-disconts a {
		font-size: 30px;
	}
	.mod--download-our-disconts:before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 0;
		right: 100%;
		border-top: 142px solid transparent;
		border-right: 6vw solid #555;
	}
}

.category-download-btn {
	position: relative;
	z-index: 2000;
	margin-top: 20px;
}
.catdesc-mar-top {
	margin-top: 10vh !important;
}

.cc-revoke.cc-center.cc-revoke-bottom-right {display:none;}