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

html {
	font-size: 16px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden; /* fix for aos animation */
}

body.bg-init {
	background-color: #0c1826;
}

p {
	margin: 0 0 25px;
}

ul,
ol {
	padding-left: 60px;
	margin-bottom: 25px;
}

p + ul,
p + ol {
	margin: 0px 0 25px;
}

b, strong {
    font-weight: 700;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 25px;
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
	color: #000;
}
.tpl-basic h1,
.tpl-basic h2,
.tpl-basic h3,
.tpl-basic h4,
.tpl-basic h5,
.tpl-basic h6 {
	color: #000;
}
.tpl-contact h1,
.tpl-contact h2,
.tpl-contact h3,
.tpl-contact h4,
.tpl-contact h5,
.tpl-contact h6 {
	color: #000;
}

h1, .h1 {
	font-size: 80px;
	font-size: calc(1.4rem + 3vw);
}
h2, .h2 {
	font-size: 60px;
	font-size: calc(1.4rem + 2vw);
}
h3, .h3 {
	font-size: 36px;
	font-size: calc(1.4rem + 1vw);
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

.module-title h3 {
	font-size: 32px;
	padding: 0 0 25px;
	margin: 0;
}
@media (min-width: 768px) {
	.module-title h3 {
		font-size: 48px;
		padding: 0 0 50px;
	}
}

a {
	color: #01b6db;
	text-decoration: none;
  	-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: #666;
	text-decoration: none;
}

/* fix iPhone Safari changing colour of phone numbers */
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

/* --------------------------
--- CLASSES (short) ---
----------------------------- */
.center {
	text-align: center;
}

/* --------------------------
--- BUTTONS ---
----------------------------- */
.btn {
	position: relative;
    background: transparent;
	border: 1px solid #01b6db;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
    color: #fff;
	padding: 13px 50px;
	-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 {
	color: #fff;
	background: #01b6db;
}
.btn:active {
	color: inherit;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background: #01b6db;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #0c1826;
}

.btn-blue {
	color: #fff;
	background: #0c1826;
	border: 1px solid #0c1826;
}
.btn-blue:hover,
.btn-blue:focus {
	color: #fff;
	background: #01b6db;
	border: 1px solid #01b6db;
}

.btn .fa {
	padding-left: 5px;
	position: relative;
	top: 1px;
}

/* --------------------------
--- BG IMAGE responsive ---
----------------------------- */
.img-zoom {
	overflow: hidden;
	display: block;
}
.image-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 66.66666%;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
}
.img-zoom:hover .image-cover,
.img-zoom:focus .image-cover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* --------------------------
--- SYSTEM MESSAGE ---
----------------------------- */
/* System message */
/*.home.system-message #system-message-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}*/
#system-message .alert {
	background: brown;
	color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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;
}

/* --------------------------
--- BREADCRUMBS ---
----------------------------- */
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumb {
	font-size: 14px;
	padding: 0 !important;
	margin: 0;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb li {
	padding-right: 0;
}
.breadcrumb span.divider {
	display: none;
}
.breadcrumb>li+li:before {
	color: #fff;
}
.breadcrumb li > span {
	color: #fff;
}
.breadcrumb li.item-last span {
	color: #fff;
}
.breadcrumb li > a {
	color: #fff;
}
.breadcrumb li > a:hover,
.breadcrumb li > a:focus {
	color: #808080;
}
.breadcrumb li:first-child {
	display: none;
}
.breadcrumb li:first-child + li:before {
	display: none;
}
.breadcrumb > li + li:before {
	position: static;
	width: auto;
	height: auto;
	content: ">\00a0";
	color: #fff;
	background: none;
}
.tpl-basic .breadcrumb>li+li:before {
	color: #808080;
}
.tpl-basic .breadcrumb li > span {
	color: #808080;
}
.tpl-basic .breadcrumb li.item-last span {
	color: #808080;
}
.tpl-basic .breadcrumb li > a {
	color: #808080;
}
.breadcrumb > li + li:before {
	color: #808080;
}

/* --------------------------
--- GOOGLE MAPS ---
----------------------------- */
#map {
	width: auto;
	height: 600px;
	margin: 0;
	color: #333;
}
.info-box {
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 30px #222;
	-moz-box-shadow: 0px 0px 30px #222;
	box-shadow: 0px 0px 30px #222;
}
.info-box:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
	z-index: -1;
    left: -6px;
    top: 170px;
    transform: rotate(45deg);
}
.info-box > img {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 24px;
}
.info-box .map-image img {
	max-width: 100%;
}
.info-box .info-content {
	padding: 25px;
}
.info-box .info-content p {
	margin: 0;
}
.info-box .info-content .address {
	margin-bottom: 20px;
}
.info-box .info-content .contact a {
	display: block;
	color: #000;
}
.info-box .info-content .contact a:before {
	font-family: "FontAwesome";
    position: relative;
    margin: 0 10px 0 0;
    display: inline-flex;
    vertical-align: middle;
}
.info-box .info-content .contact .phone:before {
	content: "\f095";
}
.info-box .info-content .contact .email:before {
	content: "\f003";
}
@media (min-width: 1200px) {
	#map {
		height: calc((100vw - 85px) / 2);
	}
}

/* --------------------------
--- BACK TO TOP ---
----------------------------- */
#back-to-top {
	display: inline-block;
    width: 36px;
    height: 36px;
	background: transparent;
    border: 1px solid #01b6db;
	cursor: pointer;
	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;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#back-to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    margin: -2px 0 0 -5px;
    border-right: 3px solid #01b6db;
    border-top: 3px solid #01b6db;
	-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;
}

/* --------------------------
--- HEADER i LOGO ---
----------------------------- */
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	font-weight: 400;
	background: none;
}
.logo-container {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 1;
}
.logo-container img {
	height: 40px;
}
.lang-switcher.desktop {
	display: none;
}
.lang-switcher {
	position: absolute;
	right: 20px;
	top: 60px;
}
.lang-switcher .btn-languages {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.lang-switcher .btn-languages:focus {
	color: #01b6db;
}
.lang-switcher .mod-languages .btn-languages img {
	/*display: none;*/
	margin-right: 6px;
}
.lang-switcher .mod-languages ul {
	min-width: 100px;
	padding: 10px 0;
	background: #09131e;
}
.lang-switcher ul li {
	margin: 0;
}
.lang-switcher ul li a {
	display: flex;
	align-items: center;
	flex-direction: row;
	font-size: 14px;
	padding: 4px 15px;
}
.lang-switcher .mod-languages img {
	position: relative;
	top: -1px;
	margin-right: 6px;
}
.lang-switcher .mod-languages button.dropdown-toggle {
	background: transparent;
	border: 0 none;
	padding: 0;
	font-size: 14px;
	color: #01b6db;
	display: flex;
	align-items: center;
}
.lang-switcher div.mod-languages ul li.lang-active {
	background-color: rgba(255,255,255,0.1);
}
@media (min-width: 480px) {
	.lang-switcher {
		right: 75px;
		top: 25px;
	}
}
@media (min-width: 768px) {
	.lang-switcher.desktop {
		display: block;
	}
}
@media (min-width: 1200px) {
	.logo-container {
		/*top: 3vw;*/
		top: 50px;
		left: 3.5vw;
	}
	.logo-container img {
		height: 50px;
	}
	.home .logo-container {
		top: 58px
	}
	.home .logo-container img {
		height: 60px;
	}
	.lang-switcher {
		right: calc(3.5vw - 6px);
		top: 30px;
	}
}

/* --------------------------
--- FOOTER ---
----------------------------- */
.footer {
	position: relative;
	line-height: 1.4;
	background: #09131e;
	color: #fff;
	padding: 40px 6vw;
	text-align: center;
}
.footer h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}
.lang-switcher.at-footer {
	position: static;
	width: 100px;
	margin: 0 auto 30px;
}
.lang-switcher.at-footer .btn-languages {
	justify-content: center;
}
.footer .footer-main ul {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .nav > li > a {
	padding: 0;
}
.footer-main {
	margin-bottom: 30px;
}
.foot-menu {
	margin: 40px 0;
}
.foot-menu ul li {
	margin-bottom: 18px;
}
.foot-menu ul li a,
.foot-menu ul li .nav-header {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.foot-menu ul li a:hover,
.foot-menu ul li a:focus {
	color: #01b6db;
}
.foot-menu ul li.item-171 {
	display: none;
}
.footer-menu-2 ul li a {
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
}
.foot-menu .eu-pasica img {
	max-height: 180px;
}
.foot-menu .iso-logos ul {
	display: flex;
	justify-content: center;
}
.foot-menu .iso-logos ul li img {
	max-width: 150px;
	width: 100%;
}
.footer-bottom {
	border-top: 3px solid #0c1826;
	padding: 15px 0 0;
	margin: 0 auto;
}
.mod--social-networks .main-label {
	font-weight: bold;
}
.mod--social-networks a {
	display: inline-block;
	font-size: 24px;
	margin-left: 5px;
}
.mod--social-networks a:first-child {
	margin-left: 0;
}
.mod--social-networks a:hover,
.mod--social-networks a:focus {
	color: #fff;
}
.footer-copy {
	font-size: 14px;
	padding-top: 15px;
}
.footer-copy a:hover,
.footer-copy a:focus {
	color: #fff;
}
.footer-copy .copyright .custom {
	display: inline;
}
.footer-copy .copyright .custom p {
	display: inline;
	margin: 0;
}
@media (min-width: 480px) {
	.footer-copy .copyright br {
		display: none;
	}
}
@media (min-width: 768px) {
	.footer {
		text-align: left;
	}
	.lang-switcher.at-footer {
		display: none;
	}
	.foot-menu {
		margin: 5px 0 20px;
	}
	.foot-menu .iso-logos ul {
		justify-content: flex-start;
	}
	.footer-copy .developer {
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.footer {
		padding: 150px 6vw 100px;
	}
	.foot-menu {
		margin: 5px 0 50px;
	}
	.foot-menu ul li {
		float: left;
		margin-left: 30px;
	}
	.foot-menu ul li:first-child {
		margin-left: 0;
	}
}

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

/* Home - intro-section */
@media (min-width: 768px) {
	html,
	body,
	.animsition {
		/*height: 100%;*/
	}
}
.intro-section {
	position: relative;
	z-index: 10;
	background: #000;
	color: #fff;
}
.intro-section .container {
	position: relative;
}

/* mod-intro */
.mod-intro {
	position: relative;
	padding-top: 55px;
	background: #000;
}
.mod-intro .mod-content {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 60px 0;
}
.mod-intro .mod-content h1 {
	font-size: calc(1.4rem + 4vw);
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0 30px;
}
.mod-intro .mod-content h1 span {
	display: block;	
}
.mod-intro .mod-content h2 {
	font-size: calc(1.4rem + 1.4vw);
	color: #fff;
	margin: 0 0 2vw;
}
.mod-intro .mod-content h2 span {
	font-weight: 400;
}
.mod-intro .mod-content .intro-text {
	font-size: calc(1rem + 0.8vw);
	line-height: 1.4;
	margin-bottom: 8vw;
}
.mod-intro .intro-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mod-intro .intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.mod-intro .video-background {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.isMobile .mod-intro .video-background {
	display: none;
}
.mod-intro .video-background video {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
	min-width: 100%;
	min-height: 100%;
}
#play-video {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.intro-section .links-area {
	background: #000;
}
.intro-section .links-area-inner {
	background: #01b6db;
	display: flex;
}
.intro-section .links-area-inner .links-col-1 {
	width: 80px;
	text-align: center;
}
.intro-section .links-area-inner .links-col-2 {
	width: 90%;
}
.intro-section .links-area-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.intro-section .links-area-inner ul li a {
	display: block;
	font-weight: 700;
	color: #fff;
}
.intro-section .links-area-inner ul li a:hover,
.intro-section .links-area-inner ul li a:focus {
	color: #6a0e21;
}
@media (max-width: 767px) {
	.intro-section .links-area-inner .links-col-1 {
		padding: 30px 0;
	}
	.intro-section .links-area-inner .links-col-2 {
		padding: 40px 15px 40px 0;
	}
	.intro-section .links-area-inner ul li {
		margin-top: 15px;
	}
	.intro-section .links-area-inner ul li:first-child {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.mod-intro {
		display: flex;
		align-items: center;
		height: calc(100% - 80px);
	}
	.mod-intro .mod-content {
		min-height: 0;
		padding: 0;
	}
	.mod-intro .mod-content h1 {
		font-size: calc(1.4rem + 3vw);
		padding: 0;
	}
	.intro-section .links-area-inner {
		width: 90%;
		align-items: center;
	}
	.intro-section .links-area-inner .links-col-1 {
		width: 10%;
	}
	.intro-section .links-area-inner ul {
		display: flex;
	}
	.intro-section .links-area-inner ul li {
		width:  33.333333333%;
	}
	.intro-section .links-area-inner ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 80px;
		padding: 0 15px;
	}
	.intro-section .links-area-inner ul li a:hover,
	.intro-section .links-area-inner ul li a:focus {
		color: #fff;
		background: #9f1631;
	}
}
@media (min-width: 992px) {
	.mod-intro {
		padding-top: 90px;
	}
}

/* mod--intro-slider */
.mod--intro-slider {
	background: url('../images/intro-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	/*height: 500px;*/
}

.mod--intro-slider .slide-item {
	position: relative;
}
.mod--intro-slider .intro-text {
	padding-top: 100px;
	padding-bottom: 30px;
}
.mod--intro-slider .intro-text-cell {
	padding: 0 20px;
}
.mod--intro-slider .intro-text h1 {
	font-size: 36px;
	font-size: calc(1.4rem + 2vw);
	font-weight: 800;
	color: #fff;
	margin: 0;
}
.mod--intro-slider .intro-text h1 span {
	display: block;
	color: #fff;
	cursor: pointer;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mod--intro-slider .additional-info {
	
}
.mod--intro-slider .short-intro-text {
	/*display: none;*/
	padding: 0 20px;
	margin-bottom: 0;
}
.mod--intro-slider .short-intro-text .slide-logo {
	width: 60%;
}
.mod--intro-slider .short-intro-text .btn {
	display: none;
	margin-top: 20px;
}
.mod--intro-slider .text-placeholder {
	font-size: 16px;
}
.mod--intro-slider .item-img-container {
	position: relative;
	padding: 0 20px;
	margin-bottom: 30px;
}
.mod--intro-slider .item-img-container .slide-logo {
	position: absolute;
	z-index: 1;
	width: 50%;
	right: 25px;
	bottom: 0;
}
.mod--intro-slider .item-img {
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 56%;
	opacity: 0.5;
}
/* Slider bullets - navigation */
.mod--intro-slider .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mod--intro-slider .slick-dots li {
	display: inline-block;
	background: #fff;
	width: 14px;
	height: 14px;
	margin: 30px 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}
.mod--intro-slider .slick-dots li.slick-active {
	background: #01b6db;
}
.mod--intro-slider .slick-dots li button {
	display: none;
}
/* Linedown - element */
.linedown {
	display: none;
	position: absolute;
	width: 4px;
	height: 10%;
	bottom: 6vw;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	-webkit-animation: linedown 1.5s ease 1.8s forwards;
	animation: linedown 1.5s ease 1.8s forwards;
}
.line1 {
	left: 35px;
	animation-delay: 1.8s;
}
@-webkit-keyframes linedown {
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes linedown {
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
/* intro social icons */
.mod-intro-social {
	display: none;
	position: absolute;
	right: 24px;
	bottom: 20px;
}
.mod-intro-social .mod--social-networks a {
	display: block;
	width: 22px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}
.mod-intro-social .mod--social-networks a:hover,
.mod-intro-social .mod--social-networks a:focus {
	color: #01b6db;
}
/* intro vertical links */
.mod-vertical-links {
	display: none;
    position: absolute;
    top: 90px;
    right: calc(3.5vw + 19px);
    transform: translateX(100%) rotate(90deg);
    transform-origin: left top;
}
.mod-vertical-links ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mod-vertical-links ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.mod-vertical-links ul li:first-child:before {
	display: none;
}
.mod-vertical-links ul li {
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}
.mod-vertical-links ul li:before {
	position: absolute;
	left: -2px;
	content: "|";
}
.mod-vertical-links ul li a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.mod-vertical-links ul li a:hover,
.mod-vertical-links ul li a:focus {
	color: #01b6db;
}
@media (min-width: 480px) {
	/*.mod--intro-slider .intro-text {
		padding-top: 130px;
	}
	.mod--intro-slider .intro-text h1 {
		font-size: calc(1.4rem + 3vw);
	}
	.mod--intro-slider .additional-info {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.mod--intro-slider .short-intro-text {
		display: block;
		width: 57%;
	}
	.mod--intro-slider .item-img-container {
		position: relative;
		width: 43%;
		padding: 0 20px 0 0;
	}
	.mod--intro-slider .item-img-container .slide-logo {
		position: absolute;
		bottom: 100%;
		margin-bottom: 30px;
	}*/
}
@media (min-width: 768px) {
	.mod--intro-slider .intro-text {
		padding-top: 130px;
	}
	.mod--intro-slider .intro-text h1 {
		font-size: calc(1.4rem + 3vw);
	}
	.mod--intro-slider .additional-info {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.mod--intro-slider .short-intro-text {
		width: 65%;
	}
	.mod--intro-slider .item-img-container {
		width: 35%;
		padding: 0 20px 0 0;
		margin-bottom: 0;
	}
	.mod--intro-slider .item-img {
		opacity: 1;
	}
	.mod--intro-slider .item-img-container .slide-logo {
		/*bottom: 100%;
		margin-bottom: 30px;*/
	}
	.mod--intro-slider .short-intro-text .btn {
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	.mod--intro-slider {
		height: 100vh;
		min-height: 600px;
	}
	.mod--intro-slider #intro-slider {
		height: 94%;
	}
	.mod--intro-slider .slick-list,
	.mod--intro-slider .slick-track {
		/*height: auto;*/
		height: 100%;
	}
	.mod--intro-slider .slide-item {
		/*height: 92vh;*/
	}
	.mod--intro-slider .intro-text-cell {
		padding: 0 10vw;
	}
	.mod--intro-slider .intro-text {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.mod--intro-slider .additional-info {
		position: absolute;
		z-index: 1;
		width: 90%;
		/*right: 12vw;*/
		right: 4vw;
		bottom: 0;
	}
	.mod--intro-slider .short-intro-text {
		text-align: right;
		padding: 0 3vw;
		margin-bottom: 0;
	}
	.mod--intro-slider .item-img-container {
		padding: 0;
	}
	.mod--intro-slider .item-img-container .slide-logo {
		/*width: 80%;*/
		right: 10px;
	}
	.mod--intro-slider .slick-dots {
		position: absolute;
		left: calc(3.5vw + 28px);
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.mod--intro-slider .slick-dots li {
		display: list-item;
		margin: 30px 0;
	}
	.linedown {
		display: block;
	}
	.line1 {
		left: calc(3.5vw + 33px);
	}
	.mod-intro-social {
		display: block;
		right: calc(3.5vw + 19px);
		bottom: 2vw;
	}
	.mod-vertical-links {
		display: block;
		top: 10vw;
	}
	.mod-vertical-links ul li a {
		font-size: 14px;
	}
}
@media (min-width: 1600px) {
	.mod--intro-slider {
		min-height: 800px;
	}
	.mod--intro-slider .additional-info {
		width: 75%;
	}
	.mod--intro-slider .short-intro-text {
		width: 57%;
	}
	.mod--intro-slider .text-placeholder {
		font-size: 18px;
	}
	.mod--intro-slider .item-img-container {
		width: 43%;
	}
}

/* Top EU_pasica - home na vrhu stranice */
.top-eu-pasica {
	background: #0c1826;
	text-align: center;
	padding: 6vw 20px 0;
}
.top-eu-pasica p {
	margin: 0;
}
.top-eu-pasica img {
	max-height: 180px;
}
@media (min-width: 1200px) {
	.top-eu-pasica {
		position: absolute;
		bottom: 0;
		left: calc(3.5vw + 28px);
		background: transparent;
		text-align: left;
		padding: 0;
	}
	.top-eu-pasica img {
		max-width: 300px;
	}
}

/* mod-about */
.mod-about {
	background: #0c1826;
	color: #fff;
}
.mod-about h2 {
	color: #fff;
}
@media (min-width: 768px) {
	.mod-about {
		font-size: 18px;
	}
}

/* mod-about: row-about */
.row-about {
	padding: 40px 0 25px;
}
.row-about .col-left {
	padding: 0 20px;
}
.row-about .col-right {
	padding: 0 20px;
}
.about-image-1 {
	padding-left: 40px;
	margin-bottom: 40px;
}
.about-image-1 .image-cover {
	padding-bottom: 46%;
	padding-bottom: 26%;
}
.text-and-video {
	display: flex;
	margin-bottom: 15px;
}
.text-and-video .col-left {
	width: 80%;
}
.text-and-video .col-right {
	width: 20%;
}
.text-and-video .video-container {
	position: relative;
	margin-top: -80px;
}
.text-and-video .video-container:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background: #01b6db;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.text-and-video .video-container:hover:before {
	background: #0b94b0;
}
.text-and-video .video-container .btn-play-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.text-and-video .video-container .btn-play-video:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 80px;
    width: 6vw;
    background: url("../images/icon-play.png") no-repeat center center;
    background-size: 100%;
}
@media (min-width: 768px) {
	.row-about {
		display: flex;
		padding: 6vw 0;
	}
	.row-about .col-left {
		padding: 0 6vw;
	}
	.row-about .col-right {
		padding: 0 16vw 0 3vw;
	}
	.about-image-1 {
		padding-left: 16vw;
		margin-bottom: 6vw;
	}
}

/* mod-about: row-news */
.row-news {
	padding: 0 40px;
	margin-bottom: 40px;
}
.row-news-title {
	margin-bottom: 40px;
}
.row-news .mod--home-news {
	background: none;
	padding: 0;
}
.row-news .mod--home-news .module-title {
	display: none;
}
.row-news .mod--home-news ul li .inner {
	background: #0c1826;
}
.row-news .mod--home-news ul li .newsflash-image {
	margin-bottom: 0;
}
.row-news .mod--home-news ul li .item-content {
	border-top: 10px solid #09131e;
	padding: 5%;
}
.row-news .mod--home-news ul li .newsflash-title {
	margin: 0;
}
.row-news .mod--home-news ul li .newsflash-title a {
	color: #fff;
}
.about-image-2 {
	padding-right: 40px;
	padding-bottom: 40px;
}
.about-image-2 .image-cover {
	padding-bottom: 46%;
	padding-bottom: 26%;
}
@media (min-width: 768px) {
	.row-news {
		padding: 0 6vw 0 16vw;
		margin-bottom: 6vw;
	}
	.about-image-2 {
		padding-right: 16vw;
		padding-bottom: 6vw;
	}
}
@media (min-width: 1200px) {
	.row-news .mod--home-news {
		padding-right: 15vw;
	}
	.row-news .mod--home-news ul {
		margin: 0 -25px;
	}
	.row-news .mod--home-news ul li {
		padding: 0 25px;
	}
}

/* mod-about: row-clients */
.row-clients {
	padding: 0 40px;
	margin-bottom: 50px;
}
.row-clients .clients-opis {
	margin-bottom: 15px;
}
.client-logos .logo-slider {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.client-logos .logo-slider .list-item {
	width: 50%;
	padding-right: 12vw;
	margin-bottom: 30px;
}
.client-logos .logo-slider ul.slick-dots {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.client-logos .logo-slider ul.slick-dots li {
	background: rgba(255,255,255,0.5);
	width: 14px;
	height: 14px;
	margin: 0 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}
.client-logos .logo-slider ul.slick-dots li.slick-active {
	background: rgba(1, 182, 219, 0.5);
}
.client-logos .logo-slider ul.slick-dots li button {
	display: none;
}
@media (min-width: 768px) {
	.row-clients {
		padding: 0 6vw 0 16vw;
		margin-bottom: 8vw;
	}
	.row-clients .clients-opis {
		margin-bottom: 4vw;
	}
	.text-and-video .video-container {
		margin-top: -12vw;
	}
	.client-logos .logo-slider .list-item {
		width: 33.333333333%;
		padding-right: 12vw;
		margin-bottom: 4vw;
	}
}

/* mod-about: proizvodi i usluge (iskljuceno) */
.row-about-3 {
	padding-left: 20px;
	margin-bottom: 40px;
}
.row-about-3 .wwd-title-3 {
	margin-bottom: 40px;
}
.products-services {
	padding-right: 20px;
}
.products-services ul {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: leading-zeros;
}
.products-services ul li {
	font-size: 26px;
	counter-increment: leading-zeros;
	margin-bottom: 25px;
}
.products-services ul li:before {
	content: counter(leading-zeros, decimal-leading-zero)"/";
	font-weight: 800;
	color: #515d6b;
}
.products-services ul li a {
	font-weight: 800;
	color: #fff;
}
.products-services ul li a:hover,
.products-services ul li a:focus {
	color: #01b6db;
}
@media (min-width: 768px) {
	.row-about-3 {
		padding-left: 16vw;
		margin-bottom: 8vw;
	}
	.row-about-3 .wwd-title-3 {
		margin-bottom: 6vw;
	}
	.products-services {
		padding-right: 16vw;
	}
	.products-services ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.products-services ul li {
		width: 33.3333333333%;
		margin-bottom: 2vw;
	}
}

/* mod-about: row-numbers */
.row-numbers {
	padding: 0 0 25px;
}
.row-numbers .col-left {
	padding: 0 20px;
}
.row-numbers .col-right {
	padding: 0 20px;
}
.row-numbers .our-numbers {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.row-numbers .our-numbers li {
	margin-bottom: 25px;
	padding-right: 30px;
}
.row-numbers .our-numbers li:last-child {
	padding-right: 0;
}
.row-numbers .our-numbers li span {
	display: block;
	font-weight: 800;
}
.row-numbers .our-numbers li span.number {
	font-size: 60px;
	font-size: calc(1.4rem + 2vw);
}
.row-numbers .our-numbers li span.txt {
	font-size: 20px;
	line-height: 1;
}
@media (min-width: 500px) {
	.row-numbers .our-numbers li {
		width: 33%;
	}
}
@media (max-width: 767px) {
	.row-numbers-title br {
		display: none;
	}
}
@media (min-width: 768px) {
	.row-numbers {
		display: flex;
		padding: 0vw 0 6vw;
	}
	.row-numbers .col-left {
		padding: 0 6vw;
		min-width: 247px;
	}
	.row-numbers .col-right {
		padding: 0 3vw;
	}
	.row-numbers .our-numbers {
		margin: 10px 0 4vw;
	}
	.row-numbers .our-numbers li {
		padding-right: 50px;
	}
}
@media (min-width: 992px) {
	.row-numbers .col-left {
		padding: 0 6vw 0 16vw;
	}
	.row-numbers .our-numbers li {
		width: auto;
	}
}

/* home-0 */
.home-0 {
	position: relative;
}

/* home-1 */
.home-1 {
	position: relative;
	z-index: 1;
}

/* home-2 */
.home-2 {
	position: relative;
	z-index: 1;
}

/* bottom */
.bottom {
	
}

/* mod-newsletter */
.mod-newsletter {
	
}

/* -----------------------------------------------
--- SINGLE ARTICLE - DEFAULT classes ---
----------------------------------------------- */

.article-header,
.article-header-inner {
	position: relative;
}
.article-header {
	padding-bottom: 0;
}
.article-body-inner {
	padding: 50px 0;
}
.article-image-header {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #09131e;
}
.article-image-header .image-cover {
	/*padding-bottom: 90%;
	padding-bottom: max(300px, 45%);*/
	padding-bottom: 0;
	height: 100%;
	opacity: 0.3;
}
.header-content {
	/*position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	padding: 100px 20px 45px;
}
.header-content .article-title h1 {
	font-size: calc(1.4rem + 3vw);
	font-weight: 800;
	line-height: 1;
    color: #fff;
    margin: 0;    
}
.header-content .article-title h1 span {
	display: block;
}
.article-body {
	padding: 0 20px;
	background: #fff;
	color: #000;
}
@media (min-width: 768px) {
	.header-content {
		display: flex;
		align-items: center;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	.article-body {
		padding: 0 6vw;
	}
}
@media (min-width: 992px) {
	.header-content {
		min-height: 80vh;
		padding: 0 10vw;
	}
	.article-image-header .image-cover {
		/*padding-bottom: max(600px, 45%);*/
	}
	.article-body {
		padding: 0 10vw;
	}
}

/* Simple Image Gallery */
ul.sigProResponsive li.sigProThumb a.sigProLink {
	color: #e9eaeb;
	background-color: #e9eaeb;
	border: 6px solid #e9eaeb;
}
ul.sigProResponsive span.sigProPseudoCaption {
	background: #e9eaeb;
}
ul.sigProResponsive span.sigProCaption {
	color: #000;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
	color: #27303a;
	background-color: #27303a;
	border: 6px solid #27303a;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProPseudoCaption {
	background: #27303a;
}
ul.sigProResponsive li.sigProThumb a.sigProLink:hover span.sigProCaption {
	color: #fff;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(17,17,17,0.99);
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-position: 0 0;
}

/* Simple Image Gallery - natural-photos */
.article-gallery.sigProContainer {
	padding-bottom: 15px;
}
.natural-photos-container {
	margin-left: -10px;
	margin-right: -10px;
}
.natural-photos .photo-item {
	padding: 0 10px;
	margin-bottom: 20px;
}
.natural-photos .photo-item,
.natural-photos .photo-item .image-cover {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.natural-photos .photo-item .image-cover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.natural-photos .photo-item:hover .image-cover:after {
	opacity: 0.7;
}
.sign-plus {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	width: 4vw;
	height: 4vw;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.natural-photos .photo-item:hover .sign-plus {
	opacity: 1;
}
.sign-plus:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 10px;
	right: 10px;
	content: "";
	display: block;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.sign-plus:after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 50%;
	margin-left: -0.5px;
	content: "";
	display: block;
	width: 1px;
	background: rgba(255,255,255,0.5);
}
@media (min-width: 768px) {
	.natural-photos .photo-item {
		float: left;
		width: 50%;
	}
}

/* Simple Image Gallery - Slickslider */
.slickslider-gallery .slick-arrow {
	top: 0;
	height: 100%;
	padding: 0 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.slickslider-gallery .slick-arrow:after {
	background-image: url('../images/icon-arrow-right-black.png');
}
.slickslider-gallery .slick-prev {
	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);
}
.slickslider-gallery .slick-prev:hover {
	padding-right: 50px;
}
.slickslider-gallery .slick-next {
	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);
}
.slickslider-gallery .slick-next:hover {
	padding-left: 50px;
}
@media (min-width: 1200px) {
	.slickslider-gallery .slick-arrow {
		padding: 0 50px;
	}
	.slickslider-gallery .slick-prev:hover {
		padding-right: 100px;
	}
	.slickslider-gallery .slick-next:hover {
		padding-left: 100px;
	}
}

/* Attachments - Fileman */
.koowa-attachments h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.content .article-body .koowa-attachments ul {
	padding-left: 0;
}
.content .article-body .koowa-attachments ul li {
	padding-left: 0;
	margin-bottom: 15px;
}
.content .article-body .koowa-attachments ul li:before {
	display: none;
}

/* social share */
div.s2s_supra_contenedor {
	clear: none;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
}
.s2s_contenedor.s2s-btn-group > div.s2s_btn {
	border-left: 0 none;
	margin-bottom: 0;
}
.blog div.s2s_supra_contenedor {
	display: none;
}
@media (min-width: 768px) {
	.s2s_contenedor.s2s-btn-group > div.s2s_btn {
		margin-right: 10px;
	}
}

/* navigacija */
.pagenav {
	margin: 30px 0;
	padding-left: 0 !important;
}
.pager li {
	padding-left: 0 !important;
}
.pager li:before {
	display: none;
}
.pager li > a,
.pager li > span {
	font-size: 14px;
	background: none;
	border: 0 none;
	padding: 0;
	color: #999;
}
.pager li > a:hover,
.pager li > a:focus {
	background: none;
	color: #000;
}
.pager li > a:hover .dir-label svg,
.pager li > a:focus .dir-label svg {
	fill: #000;
}
.pager .previous>a, .pager .previous>span {
	width: 50%;
	text-align: left;
}
.pager .next>a, .pager .next>span {
	width: 49%;
	text-align: right;
}
.dir-label {
	display: block;
	text-transform: uppercase;
	position: relative;
	padding: 0;
}
.dir-label svg {
	width: 16px;
	fill: #999;
	position: relative;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.previous .chevron,
.previous .dir-label svg {
	left: 0;
	top: 3px;
	margin: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.next .chevron,
.next .dir-label svg {
	right: 0;
	top: 3px;
	margin: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* ---------------------------------------
--- TINY EDITOR TEMPLATES FOR ARTICLE ---
------------------------------------------ */
.box-1,
.box-2,
.box-3,
.box-4,
.box-5 {
	margin-left: 0;
	margin-right: 0;
}
.box-1 div[class*="col-"],
.box-2 div[class*="col-"],
.box-3 div[class*="col-"],
.box-4 div[class*="col-"],
.box-5 div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
/* Box-1 */
.box-1 .gap-container {
	padding: 0 30px;
}
/* Box-2 */
.box-2 div:first-child img {
	padding: 20px 20px 0;
}
.box-2 div + div .gap-container {
	padding: 0 30px;
}
/* Box-3 */
.box-3 div:first-child .gap-container {
	padding: 0 30px;
}
/* Box-4 */
.box-4 div:first-child .gap-container {
	padding: 30px 30px 0;
}
.box-4 div + div .gap-container {
	padding: 0 20px 20px;
}
/* Box-5 */
.box-5 div:first-child .gap-container {
	padding: 0 30px;
}
.box-5 div + div .gap-container {
	padding: 0 30px;
}
.box-5 div:first-child img {
	padding-right: 30px;
}
.box-5 div + div img {
	padding-left: 30px;
}
.box-5 h3 {
	font-size: 18px;
}
@media (min-width: 768px) {
	/* Box-1 */
	.box-1 .gap-container {
		padding: 0 4vw;
	}
	/* Box-2 */
	.box-2 div:first-child img {
		padding: 0;
	}
	.box-2 div + div .gap-container {
		padding: 4vw 10vw 4vw 4vw;
	}
	/* Box-3 */
	.box-3 div:first-child .gap-container {
		padding: 4vw 4vw 4vw 10vw;
	}
	/* Box-4 */
	.box-4 div:first-child .gap-container {
		padding: 4vw 4vw 4vw 10vw;
	}
	.box-4 div + div .gap-container {
		padding: 0 10vw 0 4vw;
	}
	.box-4 div + div .gap-container.img-up {
		margin-top: -8vw;
	}
	/* Box-5 */
	.box-5 div:first-child .gap-container {
		padding: 2vw 10vw 2vw 5vw;
	}
	.box-5 div + div .gap-container {
		padding: 2vw 10vw 2vw 5vw;
	}
}
@media (min-width: 1200px) {
	/* Box-5 */
	.box-5 h3 {
		font-size: 36px;
	}
}

/* -----------------------------------------------
--- BLOG - CATEGORY PAGE - blog.php ---
----------------------------------------------- */
.blog {
	/*background: #000;
	padding-top: 120px;*/
}
.blog .category-main-content {
	background: #fff;
}
.blog .category-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #fff;
	margin-bottom: 0;
	background-color: #0c1826;
}
.blog .category-header-inner {
	position: relative;
	padding: 100px 20px 45px;
}
.blog .category-image-header {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0c1826;
}
.blog .category-image-header .image-cover {
	/*padding-bottom: max(300px, 30%);*/
	padding-bottom: 0;
	height: 100%;
	opacity: 0.3;
}
.blog .category-header h1 {
	line-height: 1;
	color: #fff;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.blog .category-header {
		margin-bottom: 50px;
	}
	.blog .category-header-inner {
		padding-left: 6vw;
		padding-right: 6vw;
	}
}
@media (min-width: 992px) {
	.blog .category-header-inner {
		display: flex;
		align-items: center;
		min-height: 60vh;
		padding: 0 10vw;
	}
}
@media (min-width: 1200px) {
	.blog .category-header {
		margin-bottom: 70px;
	}
	.blog .category-header-inner {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}

/* category-body */
.blog .catitem,
.blog .items-row .item {
	margin-bottom: 40px;
}
.blog .blog-list-thumb {
	position: relative;
	z-index: 1;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.blog .blog-list-content h2 {
	font-size: 22px;
	margin: 15px 0 25px;
}
.blog .title-container a {
	color: #666;
}
.blog .blog-list-content .introtext {
	margin-bottom: 30px;
}
.blog .blog-list-content .introtext a {
	color: #000;
}
.blog .blog-list-content .date-published {
	display: inline-block;
	color: #808080;
	font-size: 12px;
	text-transform: lowercase;
}
@media (max-width: 767px) {
	.blog .blog-list-content {
		padding: 0 20px;
	}
}
@media (min-width: 768px) {
	.blog .category-body {
		padding: 0 6vw;
	}
	.blog .catitem,
	.blog .items-row .item {
		margin-bottom: 50px;
	}
	.blog .items-leading .blog-list-content.withThumb {
		padding-left: 45%;
	}
	.blog .items-leading .blog-list-thumb {
		float: left;
		width: 40%;
		margin: 0;
	}
	.blog .blog-list-thumb .image-cover {
		padding-bottom: 66.66666%;
	}
}
@media (min-width: 992px) {
	.blog .blog-list-content .date-published {
		padding-top: 20px;
	}
}
@media (min-width: 1200px) {
	.blog .catitem,
	.blog .items-row .item {
		margin-bottom: 70px;
	}
	.blog .blog-list-content h2 {
		font-size: 36px;
	}
}
@media (min-width: 1600px) {
	.blog .category-body {
		padding: 0 10vw;
	}
}

/* ---------------------------------------------------
--- BLOG - ARTICLE PAGE - default.php (.tpl-basic) ---
------------------------------------------------------ */
.page-header {
	border: 0 none;
	margin: 0 0 50px;
	padding: 0;
}
.item-page {
	word-break: break-word;
}
.tpl-basic {
	padding-top: 70px;
	background: #0c1826;
}
.tpl-basic .article-main-content {
	background: #fff;
}
.tpl-basic .article-header {
	position: relative;
}
.tpl-basic .article-header-inner {
	padding: 30px 20px;
}
.tpl-basic .article-title h1 {
	font-size: 38px;
	margin: 0 0 15px;
}
.tpl-basic .date-published {
    color: #808080;
    font-size: 14px;
    text-transform: lowercase;
}
.tpl-basic .article-body-inner {
	padding: 0;
}
.tpl-basic .article-image-intro {
	width: 100%;
	margin: 0 0 30px;
}
.tpl-basic .article-image-intro .img-intro-container {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
@media (min-width: 768px) {
	.tpl-basic .article-header-inner {
		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	.tpl-basic .article-image-intro .image-cover {
		padding-bottom: 40%;
	}
}
@media (min-width: 1200px) {
	.tpl-basic {
		padding-top: 150px;
	}
	.tpl-basic .container {
		max-width: 960px;
	}
	.tpl-basic .article-header-inner {
		padding: 40px 0;
	}
	.tpl-basic .article-title h1 {
		font-size: 60px;
		margin: 0 0 30px;
	}
	.tpl-basic .article-image-intro {
		margin: 0 0 50px;
	}
}

/* article body */
.tpl-basic .article-body {
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.tpl-basic .container {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.tpl-basic .article-body {
		padding-left: 0;
		padding-right: 0;
	}
}

/* mod--home-news (Blog article-bottom)
- taj isti dizajn i za naslovnicu ako tamo imamo modul Novosti */
.mod--home-news {
	padding: 30px;
	background: #f5f6f6;
}
.mod--home-news .module-title {
	text-align: center;
}
.mod--home-news .module-title h2 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.mod--home-news ul {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
.mod--home-news ul li {
	padding: 0 15px;
	margin-bottom: 30px;
}
.mod--home-news ul li:before {
	display: none;
}
.mod--home-news ul li .inner {
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	height: 100%;
}
.mod--home-news ul li .newsflash-image {
	display: block;
	margin-bottom: 0;
}
.mod--home-news ul li .newsflash-image .image-cover {
	padding-bottom: 66.66666%;
}
.mod--home-news ul li .item-content {
	padding: 5%;
}
.mod--home-news ul li .newsflash-title {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.mod--home-news ul li .newsflash-title a {
	color: #000;
}
.mod--home-news ul li .newsflash-title a:hover,
.mod--home-news ul li .newsflash-title a:focus {
	color: #01b6db;
}
@media (min-width: 480px) {
	.mod--home-news ul {
		display: flex;
	}
	.mod--home-news ul li {
		width: 50%;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.mod--home-news {
		padding: 40px 30px 50px;
	}
	.mod--home-news ul li {
		width: 33.33333333%;
	}
	.mod--home-news .module-title h2 {
		font-size: calc(1.4rem + 1vw);
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	.mod--home-news {
		padding: 4vw 10vw 6vw;
	}
}

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

/* Page - O nama */
.tpl-about.item-page {
	background: #0c1826;
	color: #fff;
}
.tpl-about .article-header {
	padding-bottom: 0;
}
.tpl-about .header-content .two-columns .right-col p:last-child {
	margin: 0;
}
.tpl-about .header-content .two-columns h1 {
	color: #fff;
	margin-bottom: 50px;
}
.tpl-about .article-body {
	background: #0c1826;
	color: #fff;
	padding: 0;
}
.about-repeatable {
	padding: 0 20px;
}
.about-repeatable h2,
.about-repeatable h3 {
	color: #fff;
}
.about-repeatable .about-item.img {
	margin-bottom: 40px;
}
.tpl-about .row-numbers {
	padding: 20px 0 0;
	word-break: normal;
}
.tpl-about .row-numbers-title {
	font-weight: 800;
	text-transform: none;
}
.numbers-bottom-txt {
	font-size: 20px;
	font-weight: 800;
	margin-top: 25px;
}
@media (max-width: 767px) {
	.tpl-about .item-text img {
		padding: 20px 0;
	}
}
@media (min-width: 768px) {
	.about-repeatable {
		padding: 0;
	}
	.about-repeatable .about-row {
		display: flex;
		align-items: center;
		margin-top: 4vw;
	}
	.about-repeatable .about-row:first-child {
		margin-top: 0;
	}
	.about-repeatable .about-row .img {
		width: 50%;
		padding: 0 6vw;
	}
	.about-repeatable .about-row .txt {
		width: 50%;
		padding-right: 6vw;
	}
	.about-repeatable .about-row.even {
		flex-direction: row-reverse;
	}
	.about-repeatable .about-row.even .txt {
		padding: 0 6vw;
	}
	.about-repeatable .about-row.even .img {
		padding: 0 6vw 0 0;
	}
}
@media (min-width: 992px) {
	.tpl-about .header-content {
		min-height: 90vh;
		padding: calc(6vw + 20px) 10vw 6vw;
	}
	.tpl-about .header-content .two-columns {
		display: flex;
		align-items: center;
	}
	.tpl-about .header-content .two-columns .left-col {
		width: 50%;
	}
	.tpl-about .header-content .two-columns .right-col {
		width: 50%;
	}
	.about-repeatable {
		padding: 4vw 0;
	}
	.tpl-about .row-numbers {
		padding: 2vw 0 6vw;
	}
}
@media (min-width: 1200px) {
	.tpl-about .header-content {
		padding: calc(6vw + 80px) 10vw 6vw;
	}
	.tpl-about .article-body {
		padding: 0 4vw;
	}
}

/* Page Skytrack modules (ne koristi se trenutno) */
.tpl-skytrack-module.item-page {
	background: #0c1826;
	color: #fff;
}
.tpl-skytrack-module .article-header {
	padding-bottom: 0;
}
.tpl-skytrack-module .article-body {
	background: transparent;
	padding: 0 10vw;
	color: #fff;
}

/* Page EU projects */
.tpl-eu-projects.item-page {
	background: #0c1826;
	color: #fff;
}
.tpl-eu-projects .article-header {
	padding-bottom: 0;
}
.tpl-eu-projects .article-body {
	background: transparent;
	color: #fff;
}
.tpl-eu-projects .article-body-inner {
	padding: 40px 0 10px;
}
.tpl-eu-projects h3 {
	color: #fff;
}
.eu-projects-pdf {
	margin-top: 50px;
}
.eu-projects-pdf .projects-row .project-item {
	text-align: center;
	margin-bottom: 40px;
}
.eu-projects-pdf .project-item-inner {
	background: #09131e;
	height: 100%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.eu-projects-pdf .project-item-inner a {
	display: block;
	padding: 30px;
}
.eu-projects-pdf .icon-doc {
	margin-bottom: 30px;
}
.eu-projects-pdf .icon-doc .fa,
.eu-projects-pdf .icon-doc .far {
	font-size: 18vw;
}
@media (min-width: 480px) {
	.eu-projects-pdf .icon-doc .fa,
	.eu-projects-pdf .icon-doc .far {
		font-size: 14vw;
	}
	.eu-projects-pdf .projects-row {
		display: flex;
		margin: 0 -20px;
		flex-wrap: wrap;
	}
	.eu-projects-pdf .projects-row .project-item {
		width: 50%;
		padding: 0 20px;
	}
}
@media (min-width: 768px) {
	.eu-projects-pdf .icon-doc .fa,
	.eu-projects-pdf .icon-doc .far {
		font-size: 8vw;
	}
	.tpl-eu-projects .article-body-inner {
		padding: 80px 0 70px;
	}
}
@media (min-width: 992px) {
	.eu-projects-pdf .icon-doc .fa,
	.eu-projects-pdf .icon-doc .far {
		font-size: 6vw;
	}
	.eu-projects-pdf .projects-row .project-item {
		width: 33.33333333%;
	}
}
@media (min-width: 1400px) {
	.eu-projects-pdf .projects-row .project-item {
		width: 25%;
	}
	.eu-projects-pdf .icon-doc .fa,
	.eu-projects-pdf .icon-doc .far {
		font-size: 4vw;
	}
}
@media (min-width: 1920px) {
	.eu-projects-pdf .projects-row {
		width: 80%;
	}
}

/* Page - Djelatnosti - category */
.blog-djelatnosti .category-header,
.blog-djelatnosti .category-header-inner {
	position: relative;
}
.blog-djelatnosti .category-header-inner {
	padding: 100px 20px 45px;
}
.blog-djelatnosti .category-image-header {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #09131e;
}
.blog-djelatnosti .category-image-header .image-cover {
	/*padding-bottom: max(300px, 30%);*/
	padding-bottom: 0;
	height: 100%;
	opacity: 0.3;
}
.blog-djelatnosti .cat-title-container {
    /*position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    padding: 0 20px;*/
}
.blog-djelatnosti .cat-title-container h1 {
	font-size: calc(1.4rem + 3vw);
	font-weight: 800;
	line-height: 1;
    color: #fff;
    margin: 0;
}
.blog-djelatnosti .cat-title-container h1 span:first-child {
	display: block;
}
.blog-djelatnosti .cat-title-container h1 span:nth-child(2):after {
	content: " ";
}
.blog-djelatnosti .category-header .category-desc {
	background: #fff;
	background: #0c1826;
	color: #fff;
	padding: 40px 20px 20px;
}
.blog-djelatnosti .category-body {
	background: #0c1826;
}
.blog-djelatnosti .category-body-inner {
	padding: 45px 20px 20px;
}
.blog-djelatnosti .category-main-content.has-desc .category-body-inner {
	padding-top: 0;
}
.blog-djelatnosti .items-leading .catitem,
.blog-djelatnosti .items-row .item {
	margin-bottom: 30px;
}
.blog-djelatnosti .catitem .catitem-inner {
	position: relative;
	background: #09131e;
	height: 100%;
	min-height: 50vw;
	display: flex;
	align-items: flex-end;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog-djelatnosti .catitem .catitem-inner:hover,
.blog-djelatnosti .catitem .catitem-inner:focus {
	background: rgba(9,19,30,0.5);
}
.blog-djelatnosti .catitem .blog-list-thumb {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-djelatnosti .catitem .img-container {
	display: block;
}
.blog-djelatnosti .catitem .image-cover {
	padding-bottom: 60%;
	padding-bottom: 0;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-djelatnosti .catitem .blog-list-content {
	position: relative;
}
.blog-djelatnosti .title-container h2 {
    font-size: calc(1.4rem + 0.8vw);
    margin-bottom: 0;
    color: #fff;
}
.blog-djelatnosti .title-container h2 a {
	display: block;
    padding: 15px 20px;
	color: #01b6db;
}
.blog-djelatnosti .catitem:hover .title-container h2 a,
.blog-djelatnosti .catitem:focus .title-container h2 a {
	color: #fff;
}
.blog-djelatnosti .catitem .introtext {
	display: none;
}
.blog-djelatnosti .items-row.row {
	margin-left: -10px;
	margin-right: -10px;
}
.blog-djelatnosti .items-row.row > * {
	padding-left: 10px;
	padding-right: 10px;
}
.blog-djelatnosti .items-row .item {
	position: relative;
}
.blog-djelatnosti .items-row .image-cover {
	padding-bottom: 140%;
}
.blog-djelatnosti .items-row .blog-list-content {
	position: absolute;
	width: 100%;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.blog-djelatnosti .introtext {
	font-size: 20px;
}
.blog-djelatnosti .introtext a {
	display: block;
	color: #fff;
	padding-top: 10px;
}
.blog-djelatnosti .cat-children-items .child-item .child-inner {
	position: relative;
	background: #09131e;
    height: 100%;
    min-height: 50vw;
    display: flex;
    align-items: flex-end;
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog-djelatnosti .cat-children-items .child-item .child-inner:hover,
.blog-djelatnosti .cat-children-items .child-item .child-inner:focus {
	background: rgba(9,19,30,0.5);
}
.blog-djelatnosti .cat-children-items .child-item {
	margin-bottom: 30px;
}
.blog-djelatnosti .cat-children-items .child-item .child-image {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-djelatnosti .cat-children-items .child-item .img-container {
	display: block;
}
.blog-djelatnosti .cat-children-items .child-item .img-container .image-cover {
	padding-bottom: 60%;
	padding-bottom: 0;
	opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
}
.blog-djelatnosti .cat-children-items .child-item .item-title {
	position: relative;
	font-size: calc(1.4rem + 0.8vw);
	margin: 0;
}
.blog-djelatnosti .cat-children-items .child-item .item-title a {
	display: block;
	padding: 15px 20px;
	color: #01b6db;
}
.blog-djelatnosti .cat-children-items .child-item:hover .item-title a,
.blog-djelatnosti .cat-children-items .child-item:focus .item-title a {
	color: #fff;
}
@media (max-width: 767px) {
	.blog-djelatnosti .items-row .col-sm-6 {
		flex: auto;
		width: 100%;
	}
}
@media (min-width: 576px) {
	.blog-djelatnosti .category-body .items-leading {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0;
	}
	.blog-djelatnosti .category-body .items-leading .catitem {
		width: 50%;
		padding: 0 10px;
	}
	.blog-djelatnosti .catitem .catitem-inner,
	.blog-djelatnosti .cat-children-items .child-item .child-inner {
		min-height: 26vw;
	}
	.blog-djelatnosti .cat-children-items {
		display: flex;
		margin: 0 -15px;
		flex-wrap: wrap;
	}
	.blog-djelatnosti .cat-children-items .child-item {
		width: 50%;
		padding: 0 15px;
		margin-top: 0px;
	}
}
@media (min-width: 768px) {
	.blog-djelatnosti .category-header-inner {
		padding-left: 6vw;
		padding-right: 6vw;
	}
	/*.blog-djelatnosti .cat-title-container {
		padding: 0 10vw;
	}*/
	.blog-djelatnosti .category-header .category-desc {
		padding: 6vw 6vw 4vw;
	}
	.blog-djelatnosti .category-body-inner {
		padding: 6vw 6vw calc(6vw - 40px);
	}
	.blog-djelatnosti .items-leading .catitem,
	.blog-djelatnosti .items-row .item {
		margin-bottom: 40px;
	}
	.blog-djelatnosti .items-row .image-cover {
		padding-bottom: 60%;
	}
}
@media (min-width: 992px) {
	.blog-djelatnosti .category-header-inner {
		display: flex;
		align-items: center;
		min-height: 60vh;
		padding: 0 10vw;
	}
	/*.blog-djelatnosti .category-image-header .image-cover {
		padding-bottom: max(500px, 30%);
	}*/
	.blog-djelatnosti .category-body-inner {
		padding: 6vw 10vw calc(6vw - 40px);
	}
	.blog-djelatnosti .catitem .catitem-inner,
	.blog-djelatnosti .cat-children-items .child-item .child-inner {
		min-height: 20vw;
	}
}
@media (min-width: 1200px) {
	.blog-djelatnosti .category-header-inner {
		padding-top: 180px;
		padding-bottom: 100px;
	}
	.blog-djelatnosti .category-header .category-desc {
		padding: 4vw 20vw 2vw 10vw;
	}
	.blog-djelatnosti .category-body .items-leading {
		margin-left: -20px;
		margin-right: -20px;
	}
	.blog-djelatnosti .category-body .items-leading .catitem {
		padding: 0 20px;
	}
	.blog-djelatnosti .items-row.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.blog-djelatnosti .items-row.row > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.blog-djelatnosti .title-container h2 a {
		padding: 30px 40px;
	}
	.blog-djelatnosti .cat-children-items .child-item .item-title a {
		padding: 30px 40px;
	}
}
@media (min-width: 1600px) {
	.blog-djelatnosti .category-body .items-leading .catitem {
		width: 33.333333333%;
	}
	.blog-djelatnosti .catitem .catitem-inner,
	.blog-djelatnosti .cat-children-items .child-item .child-inner {
		min-height: 15vw;
	}
	.blog-djelatnosti .cat-children-items .child-item {
		width: 33.333333333%;
	}
}

/* Page - Djelatnosti - article */
.tpl-djelatnosti .article-header {
	background: #0c1826;
}
.tpl-djelatnosti .article-body {
	background: #0c1826;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.tpl-djelatnosti .item-text {
	padding: 0 6vw 0;
}
.tpl-djelatnosti .about-repeatable {
	padding-top: 2vw;
	padding-bottom: 4vw;
}
.tpl-djelatnosti .about-repeatable .about-row {
	align-items: flex-start;
}
@media (min-width: 992px) {
	.tpl-djelatnosti .article-body {
		padding: 0 4vw;
	}
	.tpl-djelatnosti .about-repeatable .about-row .img {
		margin-top: calc(-100px - 4vw);
	}
}
@media (min-width: 1200px) {
	.tpl-djelatnosti .article-body {
		padding: 0 6vw;
	}
	.tpl-djelatnosti .product-content .article-title h2 {
		font-size: 60px;
	}
}

/* Page - Proizvodi - category */
.blog-proizvodi .category-header {
	background: #333;
	margin-bottom: 50px;
}
.blog-proizvodi .category-header,
.blog-proizvodi .category-header-inner {
	position: relative;
}
.blog-proizvodi .category-image-header .image-cover {
	padding-bottom: max(300px, 30%);
}
.blog-proizvodi .category-header-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    padding: 0 20px;
}
.blog-proizvodi .category-header h1 {
	font-size: calc(1.4rem + 3vw);
	font-weight: normal;
	line-height: 1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.blog-proizvodi .category-desc {
	margin-top: 30px;
	color: #fff;
}
.blog-proizvodi .catitem {
	margin-bottom: 30px;
	position: relative;
}
.blog-proizvodi .catitem .catitem-inner {
	position: relative;
}
.blog-proizvodi .catitem .catitem-inner,
.blog-proizvodi .catitem .catitem-inner .carousel,
.blog-proizvodi .catitem .catitem-inner .carousel-inner,
.blog-proizvodi .catitem .catitem-inner .carousel-item {
	height: 100%;
}
.blog-proizvodi .catitem .img-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.blog-proizvodi .catitem .title-container h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog-proizvodi .catitem .fields-container {
	margin-bottom: 0;
}
.blog-proizvodi .catitem .fields-container .field-entry {
	display: inline;
}
.blog-proizvodi .catitem .fields-container .field-label {
	font-weight: bold;
	display: none;
}
.blog-proizvodi .catitem .fields-container .field-value:before {
	content: "/";
	padding-right: 4px;
}
.blog-proizvodi .catitem .fields-container .field-entry:first-child .field-value:before {
	display: none;
}
.blog-proizvodi .catitem .introtext,
.blog-proizvodi .catitem .introtext p {
	margin-bottom: 0;
}
.blog-proizvodi .catitem .blog-list-thumb {
	padding: 20px;
}
.blog-proizvodi .catitem .blog-list-content {
	text-align: center;
	padding: 0 15px 45px;
}
.blog-proizvodi .catitem .image-cover {
	padding-bottom: 100%;
}
@media (min-width: 576px) {
	.blog-proizvodi .category-body .items-leading {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.blog-proizvodi .category-body .items-leading .catitem {
		width: 50%;
		padding: 0 15px;
	}
}
@media (min-width: 768px) {
	.blog-proizvodi .category-header-content {
		padding: 0 10vw;
	}
	.blog-proizvodi .cat-children {
		display: flex;
		margin: 0 -15px;
	}
	.blog-proizvodi .child-item {
		width: 33.333333333%;
		padding: 0 15px;
		margin-top: -50px;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.blog-proizvodi .category-image-header .image-cover {
		padding-bottom: max(500px, 30%);
	}
	.blog-proizvodi .category-body .items-leading .catitem {
		width: 33.333333333%;
	}
	.blog-proizvodi .catitem {
		margin-bottom: 50px;
	}
}

/* Page - Proizvodi - article */
.tpl-product {
    padding-top: 70px;
    background: #000;
}
.tpl-product .article-body {
	padding: 0;
	margin-bottom: 50px;
}
.tpl-product .article-main-content {
    background: #fff;
}
.tpl-product .article-top {
	padding: 25px 15px;
}
.tpl-product .product-gallery .img-container {
	position: relative;
	/*padding: 10%;*/
	cursor: pointer;
}
.tpl-product .product-gallery .img-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.tpl-product .product-gallery .image-cover {
	padding-bottom: 100%;
}
.tpl-product .product-gallery .carousel-indicators {
	position: static;
	margin: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ccontrol {
	opacity: .7;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-control-prev-icon {
	left: -1px;
}
.carousel-control-next-icon {
	right: -1px;
}
.ccontrol:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ccontrol:hover:before {
	background: rgba(0,0,0,0.8);
}
.ccontrol span.cicon {
	position: relative;
}
.product-gallery .carousel:hover .ccontrol:before {
	background: rgba(0,0,0,0.5);
}
.tpl-product .product-gallery .carousel-indicators li {
	width: 60px;
	height: auto;
	opacity: 1;
}
.tpl-product .product-gallery .carousel-indicators li.active .img-container {
	border: 1px solid #01b6db;
}
.tpl-product .product-content {
	padding: 30px 20px 0;
}
.tpl-product .article-header {
	padding-bottom: 0;
}
.tpl-product .article-title h2 {
	font-size: 32px;
	color: #000;
}
.tpl-product .fields-container {
	margin-bottom: 25px;
}
.tpl-product .fields-container .field-label {
	display: inline-block;
	font-weight: bold;
	min-width: 90px;
}
.tpl-product .detaljni-opis-proizvoda {
	padding: 0 20px;
}
@media (min-width: 768px) {
	.tpl-product .article-body {
		margin-bottom: 100px;
	}
	.tpl-product .article-body-row {
		display: flex;
		margin-bottom: 30px;
	}
	.tpl-product .product-gallery {
		width: 45%;
	}
	.tpl-product .product-content {
		width: 55%;
		padding: 1vw 5vw 0;
	}
	.tpl-product .detaljni-opis-proizvoda {
		padding: 0 5vw;
	}
}
@media (min-width: 992px) {
	.tpl-product {
		padding-top: 120px;
	}
	.tpl-product .article-top {
		padding: 50px 5vw;
	}
	.tpl-product .product-gallery {
		width: 40%;
	}
	.tpl-product .product-content {
		width: 60%;
	}
	.tpl-product .article-title h2 {
		font-size: 40px;
	}
}
@media (min-width: 1200px) {
	.tpl-product .product-gallery {
		padding-left: 5vw;
	}
	.tpl-product .article-title h2 {
		font-size: 48px;
	}
	.tpl-product .article-body-row {
		margin-bottom: 5vw;
	}
}

/* Proizvodi - mod--slick-slider-products (Vise proizvoda iz ove kategorije) */
.mod--slick-slider-products {
	overflow-x: hidden;
	margin-bottom: 40px;
}
.mod--slick-slider-products .module-title {
	padding: 0 20px;
}
.mod--slick-slider-products .module-title h3 {
	font-size: 32px;
	text-align: center;
}
#slick-slider-products {
	padding: 0 15px;
}
.mod--slick-slider-products .item {
	padding: 0 15px;
}
.mod--slick-slider-products .article-image {
	display: block;
	position: relative;
	margin-bottom: 15px;
	/*padding: 10%;*/
}
.mod--slick-slider-products .article-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.mod--slick-slider-products .article-image .image-cover {
	padding-bottom: 100%;
}
.mod--slick-slider-products .article-title {
	font-size: 18px;
	text-align: center;
}
.mod--slick-slider-products .article-title a {
	color: #01b6db;
}
@media (min-width: 768px) {
	.mod--slick-slider-products {
		margin-bottom: 80px;
	}
}
@media (min-width: 1200px) {
	.mod--slick-slider-products .module-title {
		padding: 0 10vw;
	}
	.mod--slick-slider-products .module-title h3 {
		font-size: 48px;
	}
}

/* Page Kontakt */
.tpl-contact {
	background: #0c1826;
	color: #fff;
}
.tpl-contact .article-image-header {
	background: #0c1826;
}
.tpl-contact .article-body h2 {
	font-size: calc(1.4rem + 1vw);
	font-weight: 800;
	color: #000;
}
.kontakt-row {
	padding: 0;
}
.social-networks-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.social-networks {
	padding: 0;
	list-style: none;
	display: flex;
}
.social-networks li {
	margin-right: 10px;
}
.social-networks li a {
	display: block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #01b6db;
	border: 1px solid #01b6db;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.social-networks li a:hover,
.social-networks li a:focus {
	color: #0c1826;
	border-color: #0c1826;
}
@media (max-width: 767px) {
	.tpl-contact .item-text {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.tpl-contact .article-body-inner {
		padding: 5vw 0;
	}
	.kontakt-row.cols-2 {
		display: flex;
	}
	.kontakt-row.cols-2 .item-text,
	.kontakt-row.cols-2 .kontakt-forma {
		width: 50%;
	}
}

/* Forme opcenito, Kontakt forma, rsform */
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,
.form-control {
	border: 1px solid #F5F5FA;
	background-color: #eee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	width: 100%;
	height: 42px;
	padding: 10px;
}
.form-control[readonly] {
	background-color: #eee;
}
textarea.form-control {
	padding: 10px;
	height: auto;
}
.rsform-block {
    margin-bottom: 20px;
}
.rsform-block label {
	font-weight: 400;
}
label strong.formRequired {
	font-weight: 400;
}
button:focus,
button:active,
input:focus,
textarea:focus,
select:focus,
.btn:focus,
.btn:active:focus {
	outline: none;
}
.form-control:focus {
	border-color: #01b6db;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control:focus {
	border-color: #de350b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.formRed {
	color: #de350b;
}
p.formRed {
	margin-bottom: 10px;
	color: #de350b;
}
.formValidation .formError {
	color: #de350b;
	font-size: 12px;
	font-weight: 600;
}
.has-error .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #de350b;
}
.has-error .control-label {
	color: #102a43;
}
.has-error .help-block {
	font-weight: 600;
	line-height: 1.2;
}
.rsform-block-gdpr-consent .formControlLabel {
	display: none;
}

/* RSform - continue button */
input[type="button"] {
    font-size: 18px;
    padding: 15px 25px;
    background: #01b6db;
    color: #fff;
	text-transform: uppercase;
	min-width: 200px;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active {
    color: #fff;
    background: #0c1826;
}

/* RSform - popup thank you */
.rsfp_thankyou_popup_inner {
	border-bottom: 3px solid #01b6db;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
    font-size: 30px;
	font-weight: 700;
    color: #fff;
	filter: alpha(opacity=80);
    opacity: .8;
	text-shadow: 0 1px 0 #fff;
	top: -48px;
	right: 0;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn:hover,
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn:focus {
	filter: alpha(opacity=50);
    opacity: .5;
}

/* Page - component com-rsform */
.com-rsform {
	padding-top: 70px;
	background: #000;
}
.com-rsform-inner {
	background: #fff;
	padding: 20px 0;
}
.com-rsform form h2 {
	font-size: 38px;
}
@media (min-width: 992px) {
	.com-rsform {
		padding-top: 120px;
	}
}
@media (min-width: 1200px) {
	.com-rsform form h2 {
		font-size: 60px;
	}
	.com-rsform-inner {
		padding: 40px 0;
	}
}

/* Forma: pojedinacna forma */
#reportForma {
	
}

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


/* --------------------------
--- PAGINATION ---
----------------------------- */
.pagination {
	display: block;
	margin: 0 0 40px;
	font-size: 14px;
}
.pagination .counter.pull-right {
	display: none;
}
.pagination ul{display:inline-block;padding-left:0;margin:0;border-radius:0}
.pagination ul > li {
	display:inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.pagination ul > li:before {
	display: none;
}
.pagination ul > li > a,
.pagination ul > li > span{
	display:inline-block;
    position:relative;
	padding: 12px 20px;
    line-height: 20px;
    text-decoration:none;
    border:1px solid #ddd;
    margin-left:-1px;
	color: #999;
}
.pagination ul > li > a {
	background-color: #F5F5FA;
	color: #999;
}
.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: #fff;
    background-color: #8b9396;
    border-top-color: #8b9396;
    border-bottom-color: #8b9396;
}
.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: #fff;
    background-color: #8b9396;
    border-color: #8b9396;
    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:#999;
 background-color:#F5F5FA;
 /*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
}
.page-item.active .page-link {
	color: #fff;
	background-color: #01b6db;
	border-color: #01b6db;
}
@media (min-width: 768px) {
	.pagination {
		margin: 0 0 50px;
	}
}
@media (min-width: 1200px) {
	.pagination {
		margin: 0 0 70px;
	}
}

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

/* Logo, Hamburger */
.focus-in-expand{-webkit-animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s both;animation:focus-in-expand .8s cubic-bezier(.25,.46,.45,.94) .8s 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}}

/*  main-menu */
.fade-in-top-1{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .3s both}
.fade-in-top-2{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .6s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .5s both}
.fade-in-top-3{-webkit-animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .9s both;animation:fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) .8s 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}}

/* mod-intro: slika intro-bg-container */
.fade-in{-webkit-animation:fade-in 3s cubic-bezier(.39,.575,.565,1.000) .8s both;animation:fade-in 3s cubic-bezier(.39,.575,.565,1.000) .8s both}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

/* mod-intro: title */
.titleReveal {
	display: block;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleReveal;
    animation-timing-function: ease;
    animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
}
.timing-1 {
	animation-delay: 1.9s;
}
.timing-2 {
	animation-delay: 1.7s;
}
.timing-3 {
	animation-delay: 1.5s;
}
.timing-4 {
	animation-delay: 1.9s;
}
.timing-5 {
	animation-delay: 2.1s;
}
.timing-6 {
	animation-delay: 2.2s;
}
@keyframes titleReveal {
	0% {
		transform: translateY(-50px);
		opacity: 0;
		-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
		clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
		-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
	}
}

/* Podstranice: about us */
.fade-in-up-1{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1s both}
.fade-in-up-2{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 1.5s both}
.fade-in-up-3{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 2s both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) 2s both}
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

/* Animsition - custom loading class */
.custom-animsition-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.custom-animsition-loading img {
	max-width: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.custom-animsition-loading img {-webkit-animation:pulsate-bck .5s ease-in-out infinite both;animation:pulsate-bck .5s ease-in-out infinite both}
@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}


/******************************************************************************************
* responsive MAX-width 
******************************************************************************************/
@media (max-width: 479px) {
	.xdsoft_datetimepicker {
		left: 5px !important;
	}
}
@media (max-width: 767px) {
	textarea, input {
		width: 100%;
	}
}
