/***********/
/* General */
/***********/
.cf:before,.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}

body {
	font-family: "Teko", "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: default;
	transition: padding 175ms;
}
body.mceContentBody  {
	font-size: 20px;
	line-height: 1.2;
}
a {
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
a, img {
	outline: none;
}
a, .btn,
.navbar-toggle, .fancybox-button.fancybox-close-small,
.blz_search_compact .blz_search_submit i.fa,
#t3-header,
.catItemView, .catItemView .catItemContentBlock::after, .catItemView::before
{
	-webkit-transition: background 175ms ease, color 175ms ease, -webkit-transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
	-moz-transition: background 175ms ease, color 175ms ease, -moz-transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
	-o-transition: background 175ms ease, color 175ms ease, -o-transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
	transition: background 175ms ease, color 175ms ease, transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
}
.kreda {
	color: #ec6608;
	display: block;
}

.row-flex {
	display:flex;
}
.vCenter {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vCenter .inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.t3-content ul > li + li {
	margin-top: 3px;
}
.btn:not(.btn-lg),
select, 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"], .inputbox {
	padding: 6px 12px 4px;
}
.btn {
	padding: 7px 45px 3px;
	border-radius: 0;
	font-size: 26px;
	line-height: 1em;
	letter-spacing: 1px;
}
.itemIntroText ul, .itemFullText ul,
p + ul {
    margin-top: -0.5em;
	list-style-type: none;
	padding: 0;
	/* margin-bottom: 0; */
}
.itemIntroText ul ul, .itemFullText ul ul {
    margin-top: 0;
	margin-bottom: 15px;
}
.itemIntroText ul > li, .itemFullText ul > li {
	padding-left: 20px;
}
.itemIntroText ul > li::before, .itemFullText ul > li::before,
p + ul > li::before {
	content: "\f105";
	font-family: FontAwesome;

	display: inline-block;
	color: #b91135;
	width: 20px;
	margin-left: -20px;

}
.text-center .popupImg {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.itemFullText i + br {
    display: block;
    margin-top: 5px;
}

/**********/
/* Header */
/**********/
#t3-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 20;
	background-image: url("../images/bg-header.jpg");
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;

	transition: all 175ms ease;
	-webkit-transition: all 175ms ease;
	-moz-transition: all 175ms ease;

}
.logo-img {
	max-width: 100%;
    margin: 36px 0 45px;
}
body {
	padding-top: 135px; /* Fixed header height */
}
body.scrolled {
	padding-top: 112px; /* Fixed header height */
}

#t3-header {

}
.scrolled #t3-header {
	box-shadow: 0 0 10px #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
	body {
		padding-top: 125px; /* Fixed header height */
	}
	body.scrolled {
		padding-top: 102px; /* Fixed header height */
	}
}
@media (max-width: 767px) {
	#t3-header {
		height: 60px;
	}
	.logo-img {
		max-height: 30px;
		margin: 16px 0 10px;
	}
	body {
		padding-top: 60px; /* Fixed header height */
	}
}


/***************/
/* Slider Full */
/***************/
.t3-sl.slider-full {
    padding: 0;
}
.home .t3-sl.slider-full {
	border-bottom: 24px solid #b91135;
	border-bottom: 24px solid #dc0032;
}

/**************/
/* Navigation */
/**************/
#t3-mainnav {
	z-index: 5;
	min-height: 0;
	margin-top: 31px;
	margin-left: 162px;
}
#t3-mainnav:hover {
	z-index: 10;
}
@media (min-width:992px){
	#t3-mainnav {
		margin-left: 50px;
	}
	.t3-megamenu .mega .mega-dropdown-menu[style="width: 360px;"] {
		min-width: 490px;
	}

}
@media (max-width:1199px){
	#t3-mainnav {
		margin-left: 0px;
	}
}
@media (max-width:991px){
	#t3-mainnav {
		margin-left: 40px;
		margin-top: 20px;
	}
	.t3-mainnav-wrapper .t3-navbar ul.level0 > li > span, .t3-mainnav-wrapper .t3-navbar ul.level0 > li > a {
		padding: 10px 15px;
	}
}
@media (max-width:767px){
	#t3-mainnav {
		margin-top: 3px;
		margin-left: 0;
	}
	.t3-navbar-collapse.navbar-collapse.collapse.in {
		max-height: 88vh;
	}
	.blz_search_compact .blz_search_submit i.fa, .blz_search_compact.collapsed .blz_search_submit i.fa {
		font-size: 26px;
		transform: none !important;
	}
}

.t3-mainnav-wrapper .navbar-styled {
	border: 0;
	border-radius: 0;
}
.t3-navbar .nav .open > a, .t3-navbar .nav .open > a:hover, .t3-navbar .nav .open > a:focus {
	background: inherit;
}
.t3-mainnav {
	float: left;
}
.t3-mainnav-wrapper .navbar-header {
	float: right;
	position: absolute;
    top: 18px;
    right: 15px;
	margin-top: 30px;
	z-index: 9;
}
.t3-mainnav-wrapper .navbar-header.search-focused {
	z-index: 12;
}
@media (max-width: 767px){
	.t3-mainnav-wrapper .navbar-header {
		margin-top: 4px;
	}
}
.t3-mainnav-wrapper .navbar-toggle {
	position: absolute;
	margin: 0;
	right: 0;
	top: -47px;
}
.t3-mainnav-wrapper .navbar-toggle i.fa {
    font-size: 21px;
    line-height: 36px;
}

@media (max-width: 767px) {
	.t3-mainnav {
		float: none;
	}
	.col-xs-12 + .col-xs-12.t3-mainnav-wrapper {
		margin-top: 0;
	}

	.t3-mainnav-wrapper .navbar-header {
		top: -47px;
		right: 66px;
	}
	.t3-navbar-collapse {
		position: absolute;
		left: -15px;
		right: -15px;
		top: 1px;	
	}
}

/**********/
/* Search */
/**********/
.aspectRatio.result-image::after {
	padding-top: 75%;
}
.mSchClose {
	display: none;
}
.blz_search_submit .fa.fa-search {
    position: relative;
    left: -3px;
    top: -2px;
}
.blz_search .result-image {
	width: 80px;
	height: auto;
}
.blz_search .result-noimage {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	position: relative;
}
.result-noimage::before, .result-noimage::after {
	font-family: FontAwesome;
	content: "\f03e";
}
.result-noimage::after {
	position: absolute;
}
@media (max-width: 767px){
	.blz_search {
		width: 36px !important;
		height: 36px !important;
	}
	.blz_search .input-group-btn {
		display: block;
	}
	.blz_search_compact .blz_search_searchBox, .blz_search_compact.collapsed .blz_search_form {
		width: 100%;
	}
	.btn.btn-default.blz_search_submit {
		border: 0;
		background: transparent;
		padding: 6px 0 7px;
		font-size: 21px;
		line-height: 0;
	}
	.blz_search_compact .blz_search_searchword,
	.blz_search_compact.collapsed .blz_search_searchword {
		display: none;
	}
	/* Active */
	.t3-mainnav-wrapper.search-active .navbar-header {
		height: 60px; /* Fixed header height */
		top: -60px; /* Fixed header height */
		right: 0;
		bottom: auto;
		left: 0;
		background: #efeeeb;
		background: #dfdedb; /* TODO LESS - 10% tamnije */
		z-index: 9;
		padding: 12px;
	}
	.search-active .blz_search_searchword, .search-active .blz_search_compact.collapsed .blz_search_searchword {
		display: block;
	}
	.search-active .blz_search {
		width: 100% !important;
		height: 100% !important;
		float: none !important;
	}
	.search-active .blz_search_form .input-group {
		float: none;
		display: block;
		width: auto;
	}
	.search-active .blz_search_compact .blz_search_form {
		float: none;
		width: auto;
	}
	.search-active .blz_search_compact .blz_search_searchword {
		position: static;
		height: 36px;
		padding: 9px 70px 8px 10px;
		border-radius: 0;
	}
	.search-active .input-group-btn .blz_search_submit {
		display: none;
	}
	.search-active .blz_search .input-group-btn {
		display: block;
		position: absolute;
		right: 0;
		width: 36px;
		height: 36px;
	}
	.search-active .mSchClose {
		display: block;
		background: #efefef;
		border: 0;
		border-radius: 0;
		width: 35px;
		height: 34px;
		margin-top: 1px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}
	.times, .times::after {
		display: block;
		content: "";
		position: absolute;
		height: 1px;
		background: #000;
	}
	.times {
		left: 6px;
		right: 6px;
		transform: rotate(45deg);
	}
	.times::after {
		left: 0;
		right: 0;
		background: #000;
		transform: rotate(-90deg);
	}
	.loading .form-control.blz_search_searchword, .form-control.blz_search_searchword {
		background-position: 86% 50%;
	}
	.search-active .blz_search_results {
	}
	.blz_search_results {
		width: auto !important;
		right: -12px !important;
		max-height: 400px !important;
		left: -12px !important;
		top: 48px !important;
	}
	.blz_search_resultsHeader {
		display: none;
	}
}

/****************/
/* Aspect ratio */
/****************/
.aspectRatio {
	width: 100%;
	display: block;
	position: relative;
}
.aspectRatio-auto {
	display: block;
	position: relative;
}
.aspectRatio::after, .aspectRatio-auto::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.aspect-square::after {
	padding-top: 100%;
}
.aspectRatio3-2::after, .galleryBSLandscape li .img-wrapper::after {
	padding-top: 75.5%;
}
.aspectRatioWide::after {
	padding-top: 33%;
}
.aspectRatio-inner {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.aspectRatio-bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.aspectRatio-bg img {
	display: none;
}

/**************/
/* Pagination */
/**************/
.pagWrap {
    text-align: center;
}
.pagination {
	display: block;
	margin: 15px auto 2px;
}
.pagination > li {
	display: inline-block;
}
.pagination > li + li {
	margin: 0 !important;
}
.pagination > li > a, .pagination > li > span {
	height: 36px;
}
.pagWrap .pCounter {
	font-size: 12px;
}

/*********************/
/* BEGIN MODAL FIXES */
/*********************/
.t3-wrapper {
	-webkit-transition: 300ms -webkit-filter linear;
	-moz-transition: 300ms filter linear;
	-ms-transition: 300ms -ms-filter linear;
	-o-transition: 300ms -o-filter linear;
	transition: 300ms filter linear;
	overflow: hidden;
}
/*
body.body-overlayed .t3-wrapper {
	-moz-filter: blur(5px);
	-webkit-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
*/
body #sbox-window {
	padding: 1px;
	background: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
@media (max-width: 767px){
	body #sbox-window {
		position: fixed;
		top: 50% !important;
		transform: translateY(-50%);
		width: 94% !important;
		max-height: 92%;
		height: auto !important;
	}
	#sbox-content, .sbox-content-image img {
		height: auto !important;
	}
}

/************/
/* Fancybox */
/************/
#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#fancybox-content > div {
	width: 100% !important;
}
/* Fancybox 3 */
.fancybox-slide {
	padding: 15px;
}
.fancybox-button.fancybox-close-small {
    background: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -15px;
    width: 26px;
    height: 26px;
    padding: 0px;
    right: -15px;
    opacity: 1;
	box-shadow: 0 0 3px #333;
}
.fancybox-button.fancybox-close-small:hover {
	transform: scale(1.2) rotate(90deg);
	box-shadow: 0 0 5px #000;
}
.fancybox-button--share {
	display: none;
}

@media (max-width:767px){
	.fancybox-slide--iframe .fancybox-content {
		max-height: 100%;
	}
}

@media (min-width:768px){
	.form-horizontal select, .form-horizontal textarea, .form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-horizontal input[type="datetime"], .form-horizontal input[type="datetime-local"], .form-horizontal input[type="date"], .form-horizontal input[type="month"], .form-horizontal input[type="time"], .form-horizontal input[type="week"], .form-horizontal input[type="number"], .form-horizontal input[type="email"], .form-horizontal input[type="url"], .form-horizontal input[type="search"], .form-horizontal input[type="tel"], .form-horizontal input[type="color"], .form-horizontal .inputbox,
	#com-form-login input[type="text"], #com-form-login input[type="password"] {
		width: 302px;
		max-width: 100%;
	}
	.chzn-container, .chzn-container-single .chzn-drop {
		width: 302px !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}
}

/****************/
/* BLZ Checkbox */
/****************/
label.blzCheckbox input[type="checkbox"] {
	display: none;
}
label.blzCheckbox {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	margin-top: 10px;
	font-weight: normal;
}
span.blzCheckbox {
	display: block;
	width: 21px;
	height: 21px;
	background: #fefefe;
	position: relative;
	left: 0;
	top: -3px;
	float: left;
	margin-left: -30px;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 0 0 2px #999 inset;
}
label.blzCheckbox input[type="checkbox"]:focus ~  span.blzCheckbox {
	border-color: #ea5f56;
}
span.blzCheckbox::after {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	top: 1px;
	left: 3px;
	font-size: 13px;
	color: #fff;

	opacity: 0;
	transform: scale(0);
}
span.blzCheckbox::before {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: #4ec869;
	position: absolute;
	left: 4px;
	top: 4px;

	opacity: 0;
}
label.blzCheckbox:hover span.blzCheckbox::before {
	opacity: 1;
}
label.blzCheckbox input[type="checkbox"]:checked ~ span.blzCheckbox::before,
label.blzCheckbox input[type="checkbox"] {
	opacity: 0;
}
label.blzCheckbox input[type="checkbox"]:checked ~ span.blzCheckbox {
	background: #2ea849;
	border-color: #0e8829;
}
label.blzCheckbox input[type="checkbox"]:checked ~ span.blzCheckbox::after {
	opacity: 1;
	transform: scale(1);
}
label.blzCheckbox:hover span.blzCheckbox {
	box-shadow: 0 0 3px #4ec869;
}
.input-group > .blzCheckbox {
	margin-left: 10px;
}
/*
.input-group > .blzCheckbox .blzChkTitle {
	margin-left: 24px;
}
*/
span.blzCheckbox::after, span.blzCheckbox::before, label.blzCheckbox span.blzCheckbox {
	transition: 175ms;
}
.text-center > .blzCheckbox {
	padding-left: 0;
}
.productInqueryModal .input-group span.blzCheckbox {
	display: inline-block;
	float: none;
	position: relative;
	margin-right: 10px;
	top: 4px;
	left: 30px;
}
.productInqueryModal .blzChkTitle {
	padding-left: 30px;
}
.productInqueryModal .form-group .input-group {
	width: 100%;
}
.productInqueryModal .input-group > .blzCheckbox {
	margin-left: 0;
}

/**********/
/* Footer */
/**********/
.copyright ul {
    list-style-type: none;
    padding: 0;
	margin: 10px 0 0;
}
.copyright li {
	display: inline;
	display: inline-block;
	white-space: nowrap;
}
.copyright li:last-child::after {
	display: none;
}
.copyright li::after {
	content: "\00a0/\00a0";
}
@media (min-width:992px){
	.copyright .row > div + div {
		text-align: right;
	}
}
@media (max-width:991px){
	.modOfc > .row > * + * {
		margin-top: 30px;
	}
}
@media (max-width:767px){
	#t3-footer {
		text-align: center;
	}
}

/***********/
/* Contact */
/***********/
.contact-category ul {
    list-style-type: none;
    padding: 0;
}
.contact h2 {
	margin: 8px 0 10px;
}
.contact-form .input-group-addon i.fa {
    min-width: 14px;
}
.contact-address > div + div {
    margin-top: 10px;
}
.contactIcons {
    float: left;
    margin-right: 10px;
    min-width: 15px;
    text-align: center;
}
.contactIcons + * {
    float: left;
}
.contact-misc {
    margin-top: 50px;
}
/******************************************************************************/
/********/
/* Maps */
/********/

.gmWrapWrapper {
	padding-top: 20px;
    border-top: 1px dashed #f5f2f5;
    margin-top: 20px;
}
.gmWrapWrapper > .googleMap {
	position: relative;
}
.gmWrapWrapper > .googleMap::after {
	display: block;
	content: '';
	padding-top: 50%;
}
.gmWrapWrapper > .googleMap > div {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gmWrapWrapper > .googleMap > div > div,
.gmWrapWrapper > .googleMap > div > div > div {
	height: 100% !important;
}
@media (max-width:768px){
	.gmWrapWrapper > .googleMap::after {
		min-height: 400px;
	}
}
/***************/
/* Breadcrumbs */
/***************/
.t3-breadcrumbs ul.breadcrumb {
	background: transparent;
	position: relative;
}
.breadcrumb > li::before, .breadcrumb > li + li::before {
	content: "";
	padding: 0;
}
.breadcrumb > li[itemprop] {
	position: relative;
	background: transparent;
	color: white;
}
.breadcrumb > li[itemprop] + li {
    margin-left: 2px;
}

.breadcrumb > li[itemprop] a::before,
.breadcrumb > li[itemprop] a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
.breadcrumb > li[itemprop] a::before {
	top: 0;
	bottom: 50%;
	z-index: -1;
	transform: skew(25deg);
	background: #0B8B0B;
}
.breadcrumb > li[itemprop] a::after {
	top: 50%;
	bottom: 0;
	z-index: -2;
	transform: skew(-25deg);
	background: #008000;
}

.breadcrumb > li[itemprop] > a,
.breadcrumb > li[itemprop] > span {
	display: inline-block;
	padding: 5px 15px 3px;
}
.breadcrumb > li[itemprop] a {
	color: #fff;
}
.breadcrumb > li[itemprop] > span.divider {
	display: none;
}
.breadcrumb > li[itemprop] > span {
	color: green;
}

.breadcrumb > li[itemprop]:last-child {
	margin-left: 2px;
}
.breadcrumb > li[itemprop] > span::before,
.breadcrumb > li[itemprop] > span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: transparent;
}
.breadcrumb > li[itemprop] > span::before {
	top: 0;
	bottom: 50%;
	z-index: -1;
	transform: skew(25deg);

	border: 1px solid green;
	border-bottom: 0;
}
.breadcrumb > li[itemprop] > span::after {
	top: 50%;
	bottom: 0;
	z-index: -2;
	transform: skew(-25deg);

	border: 1px solid green;
	border-top: 0;

	background: #f5f5f5;
}

.breadcrumb > li:first-child .divider {
	display: inline-block;
	position: absolute;
	left: -3px;
	top: 8px;
	right: auto;
	bottom: 0;
	background: green;
	width: 6px;
	height: 28px;
	z-index: -2;
}

/********/
/* Misc */
/********/
/* Tab collapse */
.tab-collapse + .panel-group .panel {
    overflow: hidden;
}
.tab-collapse + .panel-group .panel-heading {
	padding: 0;
}
.tab-collapse + .panel-group .panel-heading a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	background: #3d3c31;
	color: #fff;
	font-weight: bold;
}

.tab-collapse + .panel-group .panel-heading a:not(.collapsed) {
	background: #fff;
	color: #8bb31d;
}
.tab-collapse + .panel-group .panel-heading a.collapsed:hover {
	background: #031300;
}
.vm-product-tabs .tab-content {
	background: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
}
/* Send inquiry button */
.sendInquiry {
	text-transform: uppercase;
}
@media (min-width: 768px){
}
@media (max-width: 767px){
	.sendInquiry {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 300px;
	}
}

/* Show/hide / Collapse */
.collapseWrap [data-toggle="collapse"] {
    margin-bottom: 25px;
}

/* BEGIN Custom */
ul.level0 > li > span, ul.level0 > li > a {
	font-size: 26px;
}

.slider-full .cameraContents .btn {
	margin-top: 10px;
}
.slider-full .camera_wrap .camera_caption .content-container {
	padding-left: 52%;
	padding-right: 2%;
}

.blz_search_compact.collapsed .input-group-btn .blz_search_submit.btn {
	background: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.blz_search_compact.collapsed .blz_search_searchword {
	opacity: 0;
}
.search-active .blz_search_compact.collapsed .blz_search_searchword {
	opacity: 1;
}
.blz_search_compact .blz_search_searchword,
.blz_search_compact .blz_search_submit.btn {
	height: 36px;
}
.blz_search_compact .blz_search_submit.btn {
	line-height: 0;
}
.blz_search_compact.collapsed .blz_search_submit i.fa {
	transform: scale(1.5);
}

/* Home */
div.home .t3-sl {
	padding: 0;
}
.k2i-rel-crsl .module-title,
div.home .module-title {
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
	margin: 0;
	position: relative;
	z-index: 10;
}
.k2i-rel-crsl .module-title span,
div.home .t3-sl-1 .module-title span {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.8px;
	padding: 4px 65px 22px;
	border-radius: 0 0 18px 18px;

	background: -moz-linear-gradient(top, #dc0032 30%, #7a0026 100%);
	background: -webkit-linear-gradient(top, #dc0032 30%,#7a0026 100%);
	background: linear-gradient(to bottom, #dc0032 30%,#7a0026 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0032', endColorstr='#7a0026',GradientType=0 );

	background-color: #dc0032;
	text-shadow: 0 2px 2px #7d0026;
}
.k2i-rel-crsl::before {
    content: "";
    height: 27px;
    display: block;
    background: #000;
	position: absolute;
	left: -40%;
	right: -40%;
	top: -27px;
}
.k2i-rel-crsl .module-title span {
	background: -moz-linear-gradient(top, #000000 30%, #494949 100%);
	background: -webkit-linear-gradient(top, #000000 30%,#494949 100%);
	background: linear-gradient(to bottom, #000000 30%,#494949 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#494949',GradientType=0 );

	background-color: #000000;
	text-shadow: 0 2px 2px #000;
}
.k2i-rel-crsl .inner {
	overflow: hidden;
}

.k2i-rel-crsl .carousel,
.acm-crsl .carousel,
.aCarousel.carousel {
	position: relative;
	z-index: 5;
}
.acm-crsl .carousel {
	padding-top: 40px;
}
.k2i-rel-crsl .carousel {
	padding-top: 39px;
}
.k2i-rel-crsl,
.acm-crsl,
.aCarousel.carousel{
	position: relative;
}
.k2i-rel-crsl,
div.home .acm-crsl {
	color: #fff;
}

@media (max-width:1330px) {
	.carousel,
	.k2i-rel-crsl,
	div.home .acm-crsl {
		margin-left: 50px;
		margin-right: 50px;
	}
}
@media (min-width: 480px) and (max-width:767px) {
	.carousel,
	.k2i-rel-crsl,
	div.home .acm-crsl {
		margin-left: 70px;
		margin-right: 70px;
	}
}
@media (max-width: 479px) {
	.carousel,
	.k2i-rel-crsl,
	div.home .acm-crsl {
		margin-left: 30px;
		margin-right: 30px;
	}
	div.home .particles-wrap .carousel {
		margin-left: 5px;
		margin-right: 5px;
	}
}
.k2i-rel-crsl,
div.home .acm-crsl {

}

.k2i-rel-crsl .carousel,
div.home .acm-crsl .carousel {
	margin-left: 0;
	margin-right: 0
}
.k2i-rel-crsl {
    margin-top: 28px;
}
.k2i-rel-crsl .title,
div.home .acm-crsl .title {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 22px;
	font-size: 30px;
	letter-spacing: 1.5px;
}
div.home .acm-crsl .title {
	height: 5.15em;
	overflow: hidden;
	margin-bottom: 20px;
}
.k2i-rel-crsl .title.limited,
div.home .acm-crsl .title.limited {
	height: 1.85em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.k2i-rel-crsl .title + div,
div.home .acm-crsl .title + div {
	line-height: 1.1em;
	color: #d9d9d9;
	margin-bottom: 1.1em;

	max-height: 5.5em;
	overflow: hidden;
}
.k2i-rel-crsl .title + div b, .k2i-rel-crsl .title + div strong,
div.home .acm-crsl .title + div b, div.home .acm-crsl .title + div strong {
	color: #fff;
}
.k2i-rel-crsl .title, .k2i-rel-crsl .title a,
div.home .acm-crsl .title, div.home .acm-crsl .title a {
	color: #fff;
}
.k2i-rel-crsl .cImg,
div.home .acm-crsl .cImg {
	margin-bottom: 50px;
	max-height: 214px;
	max-width: 214px;
	margin-left: auto;
	margin-right: auto;
}
.k2i-rel-crsl .cC,
div.home .acm-crsl .cC {
	padding: 0 15px;
}

@media (min-width:768px) {
	.k2irCrsl .cImg > span > a::after,
	div.home .acm-crsl .cImg > span > a::after {
		content: "\f0d7";

		position: absolute;
		bottom: -45px;
		left: -8px;

		color: #d9d9d9;
		font-family: FontAwesome;
		font-size: 40px;

		transition: all 175ms;
	}
	.k2irCrsl .cArtc:hover .cImg > span > a::after,
	div.home .cAcm:hover .cImg > span > a::after {
		color: #b91135;
		transform: translateY(10px);
	}

	.k2i-rel-crsl .title a,
	div.home .acm-crsl .title a {
		position: relative;
		display: inline-block;

		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	div.home .acm-crsl .title:not(.limited) a {
		max-height: 100%;
	}

	.k2i-rel-crsl .title a::before,
	div.home .acm-crsl .title a::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #fff;
		transform-origin: bottom right;
		transform: scaleX(0);
		transition: transform 175ms ease;
	}

	.k2irCrsl .cArtc:hover .title a::before,
	div.home .cAcm:hover .title a::before,

	.k2i-rel-crsl .title a:hover::before,
	div.home .acm-crsl .title a:hover::before {
		transform-origin: bottom left;
		transform: scaleX(1);
	}
}
@media (max-width:992px) {
	.k2irCrsl .cImg > span > a::after,
	div.home .acm-crsl .cImg > span > a::after {
		bottom: -55px;
		left: 0;
	}
}

.carousel-bg {
    background: #fdfdfd;
    position: absolute;
    top: 56px;
    left: -15px;
    right: -15px;
    bottom: auto;
	height: 323px;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 0 44px #999;
}
/*
.d1, .d2, .d3 {
    background: #d9d9d9;
    width: 1px;
    position: absolute;
    top: 23px;
    bottom: 0;
    left: 25%;
}
.d2 {
    left: 50%;
}
.d3 {
    left: 75%;
}
*/
.k2i-rel-crsl .cArtc + .cArtc::before,
.cAcm + .cAcm::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 264px;
	width: 1px;
	background: #d9d9d9;
}
.acm-crsl .carousel-control,
.aCarousel.carousel .carousel-control {
	background: transparent;
	color: #d9d9d9;
	text-shadow: none;
	width: 30px;
	font-size: 80px;
	line-height: 0;
	height: 50%;
	top: 6%;
}
.acm-crsl .carousel-control:hover,
.aCarousel.carousel .carousel-control:hover {
	color: #666;
}
.carousel .carousel-control.left {
	left: -50px;
}
.carousel .carousel-control.right {
	right: -50px;
}
.k2i-rel-crsl .carousel-control.left,
.acm-crsl .carousel-control.left {
	left: -75px;
}
.k2i-rel-crsl .carousel-control.right,
.acm-crsl .carousel-control.right {
	right: -75px;
}
@media (max-width:991px){
	.k2i-rel-crsl, div.home .acm-crsl {
		margin-left: 20px;
		margin-right: 20px;
	}
	.k2i-rel-crsl .carousel .carousel-control,
	.acm-crsl .carousel-control {
		color: #333;
		text-shadow: 0 0 5px #fff, 0 0 3px #fff;
	}
	.k2i-rel-crsl .carousel-control.left, .acm-crsl .carousel-control.left {left: -40px;}
	.k2i-rel-crsl .carousel-control.right, .acm-crsl .carousel-control.right {right: -40px;}

	.k2i-rel-crsl .cImg, div.home .acm-crsl .cImg {
		margin-bottom: 57px;
	}
}
@media (max-width:479px){
	.carousel .carousel-control.right {
		right: -40px;
	}
	.carousel .carousel-control.left {
		left: -40px;
	}
	.particles-wrap .carousel .carousel-control.left {left: -20px;}
	.particles-wrap .carousel .carousel-control.right {right: -20px;}

	.k2i-rel-crsl .carousel-control.left, .acm-crsl .carousel-control.left {left: -32px;}
	.k2i-rel-crsl .carousel-control.right, .acm-crsl .carousel-control.right {right: -32px;}
}
.acm-crsl .carousel-control > *,
.aCarousel.carousel .carousel-control > * {
	display: block;
	height: 50%;
	transform: translateY(50%);
}
.carousel-bg-bot, .carousel-bg-bot::before {
    position: absolute;
    bottom: 0;
    top: 378px;
    right: -40%;
    left: -40%;
    background: url("../images/bg-akcija.jpg") 50% 50%;
}
@media (max-width:1599px){
	.carousel-bg-bot, .carousel-bg-bot::before {
		right: -24%;
		left: -24%;
	}
}
@media (max-width:767px){
	.carousel-bg-bot, .carousel-bg-bot::before {
		right: -35px;
		left: -35px;
	}
}
.carousel-bg-bot {
	background-size: cover;
}

.carousel-bg-bot::before {
    content: "";
    display: block;
    height: 1px;
    top: auto;
    bottom: -6px;
    z-index: 9;
}

/* Home 2 */
div.home .particles-wrap, div.home .t3-sl-2 {
	background: #f0f2f5;
	background: -moz-linear-gradient(left, #c0c8d8 0%, #e9edf2 25%, #f0f2f5 50%, #edf0f4 75%, #c1cada 100%);
	background: -webkit-linear-gradient(left, #c0c8d8 0%,#e9edf2 25%,#f0f2f5 50%,#edf0f4 75%,#c1cada 100%);
	background: linear-gradient(to right, #c0c8d8 0%,#e9edf2 25%,#f0f2f5 50%,#edf0f4 75%,#c1cada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c8d8', endColorstr='#c1cada',GradientType=1 );
}
#t3-mainbody {
	background: url("../images/bg-footer.jpg") 50% 100% no-repeat;
	background-size: 1920px 1130px;
}
#t3-mainbody .t3-sl-3 {
	padding: 270px 0 0;
}
#t3-mainbody .t3-sl-3,
div.home .t3-sl-2,
div.home .t3-sl-3 {
	position: relative;
	z-index: 8;
}
div.home .particles-wrap .t3-sl-2 {
	background: transparent;
}

.home .t3-sl-2 .module-title {
	margin-top: 90px;
    font-size: 42px;
    letter-spacing: 1px;
}
.t3-sl-2 .modClink {
    text-align: center;
    margin-top: 2px;
}
.home .t3-sl-2 .module-title ~ .row {
    margin-top: 52px;
}
.t3-sl-2 .modClink a {
	color: #000;
	letter-spacing: 1px;
}
.t3-sl-2 .modClink a:hover {
	color: #820c25;
}
.modClink a .fa {
	margin-left: 8px;
}
.home .t3-sl-2 {
	position: relative;
}
#particles-js, #particles-blured-js {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.home .t3-sl-2 > .container {
	position: relative;
	z-index: 9;
}
.home .t3-sl-2 > .container {
	/* padding-bottom: 220px; */
}
.home .t3-sl-2 .k2ItemsBlock {
	padding-bottom: 210px;
	position: relative;
}
#t3-mainbody .t3-sl-3 .custom,
div.home .t3-sl-3 {
	padding: 15px 0 60px;
    background: #475062; /* original */
    background: #485162; /* fallback preview */
    background: rgba(71,80,98,0.9);
    background: rgba(71,80,98,0.75);
	position: relative;
}
/* */
div.home .t3-sl-3,
#t3-mainbody .t3-sl-3 .custom {
	background: rgba(81,89,103,0.92);
}
/* */
#t3-mainbody .t3-sl-3 .modBg,
div.home .t3-sl-3 .custom {

	min-height: 230px;

	background: #92a2c5;
	background: -moz-linear-gradient(left, #92a2c5 0%, #ffffff 50%, #c6cddb 100%);
	background: -webkit-linear-gradient(left, #92a2c5 0%,#ffffff 50%,#c6cddb 100%);
	background: linear-gradient(to right, #92a2c5 0%,#ffffff 50%,#c6cddb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a2c5', endColorstr='#c6cddb',GradientType=1 );


	/*
	background-image: url("../images/footer.png");
	background-position: 14% 15px;
	background-size: 41%;
	background-repeat: no-repeat;
	*/
}
#t3-mainbody .t3-sl-3 .custom::before,
div.home .t3-sl-3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-image: url("../images/footer.png");
	background-position: 14% 15px;
	background-size: 41%;
	background-size: 779px 230px;
	background-repeat: no-repeat;
}

@media (max-width: 1380px){
	#t3-mainbody .t3-sl-3 .custom::before, div.home .t3-sl-3::before {
		background-position: -16% 15px;
	}
}
@media (max-width: 1199px){
	#t3-mainbody .t3-sl-3 .custom::before, div.home .t3-sl-3::before {
		background-position: -30% 15px;
	}
}
@media (max-width: 1110px){
	#t3-mainbody .t3-sl-3 .custom::before, div.home .t3-sl-3::before {
		background-position: -90% 15px;
	}
}
@media (max-width:991px) {

	#t3-mainbody .t3-sl-3 .custom::after,
	div.home .t3-sl-3::after {
		content: "";
		display: block;
		height: 200px;

		background-image: url("../images/footer.png");
		background-position: 14% 15px;
		background-size: 779px 230px;
		background-position: 70% 50%;
		background-repeat: no-repeat;
	}

	#t3-mainbody .t3-sl-3 .custom::before, div.home .t3-sl-3::before {
		display: none;
	}
	#t3-mainbody .t3-sl-3 .modBg, div.home .t3-sl-3 .custom {
		height: auto;
	}
	.modBg > div > .row > div {
		margin-bottom: 25px;
	}
	#t3-mainbody .t3-sl-3 .custom::after, div.home .t3-sl-3::after {
		background-position: 40% 50%;
	}
}

.particles-wrap {
    position: relative;
}
#particles-blured-js {
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	z-index: 4;
	opacity: 0.5;
	/* transform: rotateX(50deg) scale(1.555); */
	transform: rotateX(50deg) translateY(27%);
}

.home .t3-sl-2 .aImageBlock {
	border-radius: 18px;
	overflow: hidden;
	margin-top: 15px;
}
.home .t3-sl-2 .aImageBlock ~ * {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.home .t3-sl-2 .aItemTitle {
    margin: 14px 0 14px;
    font-size: 24px;
    line-height: 1;
	color: #000;

	max-height: 3em;
	overflow: hidden;
}
.home .t3-sl-2 .itemText {
	margin-bottom: 14px;
}

.home .t3-sl-2 .cArt .inner {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	position: relative;
	box-shadow: 0 0 30px #9fb0c2;
}
.aCarousel.carousel:not(.k2irCrsl) .carousel-control {
	top: 50%;
    transform: translateY(-65%);
}
.t3-sl-2 .aCarousel.carousel .carousel-control {
	color: #b2b2b2
}

.crsl-js-of .carousel-inner {
	overflow: visible;
}
.crsl-js-of .inner {
	-webkit-transition: background 175ms ease, color 175ms ease, -webkit-transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
	-moz-transition: background 175ms ease, color 175ms ease, -moz-transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
	-o-transition: background 175ms ease, color 175ms ease, -o-transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
	transition: background 175ms ease, color 175ms ease, transform 175ms ease, box-shadow 175ms ease, opacity 175ms ease, border 175ms ease;
}
.crsl-js-of.sliding .carousel-inner {
	overflow: hidden;
}
.crsl-js-of.sliding .carousel-inner .inner {
	transform: scale(0.7);
}
#t3-mainbody .t3-sl-3 .modBg .row,
div.home .t3-sl-3 .modBg .row {
	text-align: center;
}
#t3-mainbody .t3-sl-3 .modBg .row img:first-child,
div.home .t3-sl-3 .modBg .row img:first-child {
    display: block;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
}
#t3-mainbody .t3-sl-3 .modBg .btn,
div.home .t3-sl-3 .modBg .btn {
	font-size: 26px;
	color: #b01427;
	letter-spacing: 1px;
}
#t3-mainbody .t3-sl-3 .modBg .btn + .btn,
div.home .t3-sl-3 .modBg .btn + .btn {
	margin-left: 30px;
}
@media (max-width:479px) {
	#t3-mainbody .t3-sl-3 .modBg .btn + .btn, div.home .t3-sl-3 .modBg .btn + .btn {
		margin-left: 0;
	}
	.t3-sl-2 .aCarousel.carousel .carousel-control {color: #333;}
}

.t3-sl-3 .modBg .btn .fa {
	margin-right: 5px;
}
.t3-sl-3 .modBg .fa-file-text-o {
	color: #ec6707;
}
.t3-sl-3 .modBg .fa-globe {
	color: #26a07c;
}
.t3-sl-3 .modBg .btn .fa-angle-right {
	margin-left: 10px;
	margin-right: 0;
}


/* Footer */
#t3-footer {
	position: relative;
	z-index: 11;
	text-align: center;
}
.modOfc {
    margin-top: -46px;
}

.fImgWrap {
    position: relative;
    overflow: hidden;
}
@media (min-width: 480px){
	.fImgWrap .square-img {
		display: none;
	}
}
.fImgWrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 33%;
    background: rgba(255,255,255,0.85);
}
.fImgTxt {
    position: absolute;
    top: 50%;
    right: 43%;
    right: 10%;
    font-size: 30px;
    transform: translateY(-50%);
	text-align: right;
	color: #000;
}
.fImgTxt span {
	display: block;
}
.fImgTxt span:first-child {
	text-transform: uppercase;
	color: #7f7f7f;
}
.fImgTxt span:first-child + * {
	font-size: 50px;
}

.fTxt {
    margin-top: 31px;
    margin-left: -30px;
    padding-left: 40px;
    padding-top: 44px;
    padding-bottom: 42px;
    border-radius: 0 0 18px 0;
	color: #fff;
	line-height: 1.1em;
	letter-spacing: 1px;
	text-align: left;

	background: #b01427;
	background: -moz-linear-gradient(left, #b01427 0%, #dc0032 100%);
	background: -webkit-linear-gradient(left, #b01427 0%,#dc0032 100%);
	background: linear-gradient(to right, #b01427 0%,#dc0032 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01427', endColorstr='#dc0032',GradientType=1 );
}
.fTxt a {
	color: #fff;
}
.t3-wrapper > .t3-sl-2 {
	z-index: 10;
}

.fTxt a {
	position: relative;
}

.fTxt a::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	transform-origin: bottom right;
	transform: scaleX(0);
	transition: transform 0.25s ease;
}

.fTxt a:hover::before {
	transform-origin: bottom left;
	transform: scaleX(1);
}

ul.fMenu {
	text-align: center;
	font-size: 26px;
	color: #b2b2b2;
	margin-top: 40px;
}
ul.fMenu a {
	color: #b2b2b2;
}
ul.fMenu a:hover {
	color: #b91135;
}
ul.fMenu li::after {
	content:"";
}
ul.fMenu li + li {
	margin-left: 42px;
	margin-bottom: 5px;
}
.fBot, .fBot a {
	color: #7f7f7f;
	letter-spacing: 1px;
}

.imgRight {
	margin: 5px 0 20px 20px; width: 120px; float: right;
}

/* Heading */
#heading {
	height: 250px;
	color: #fff;
	background-position: 100% 50%;
}
#heading .container {
	position: relative;
	height: 100%;
}
#heading h1, .itemCatTitle {
	font-size: 40px;
	color: #fff;
	margin: 0;
}
#hmg .subcatTree {
	font-size: 30px;
}
#hmg .backLink a {
	color: #b2b2b2;
}
#hmg .backLink a i {
	color: #b91135;
	margin-right: 10px;
}


/* K2 */
.blockLink {
	cursor: pointer;
}
.itemListView .bs-divide {
    margin: 15px 0;
}
.catItemContentBlock {
	color: #d9d9d9;
	position: relative;
    height: 100%;
    padding: 15px;
	background: #b7002d;
	background: -moz-linear-gradient(-45deg, #b7002d 60%, #8f0027 80%, #a7002b 100%);
	background: -webkit-linear-gradient(-45deg, #b7002d 60%,#8f0027 80%,#a7002b 100%);
	background: linear-gradient(135deg, #b7002d 60%,#8f0027 80%,#a7002b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7002d', endColorstr='#a7002b',GradientType=1 );
}
.defaultItemListView .catItemView:hover::before,
.proizvodiItemListView .catItemView:hover {
	box-shadow: 0 0 30px #888;
}
.catItemView .catItemContentBlock::after {
	content: "";
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 10px 10px 0;
	pointer-events: none;
	opacity: 0;
}
.proizvodiItemListView .catItemView .catItemContentBlock::after {
	border-radius: 0 0 10px 10px;
}
.catItemView:hover .catItemContentBlock::after {
	opacity: 1;
}
.catItemView:hover .catItemHeader, .catItemView:hover .catItemBody {
	position: relative;
	z-index: 10;
}
.catItemView {
	position: relative;
}
/*
.catItemImage .aspectRatio-bg {
	background-size: contain;
}
*/
.catItemContentBlock {
	border-radius: 0 10px 10px 0;
}
.defaultItemListView .catItemContentBlock::before {
	content: "";
	width: 15px;
	background: #000;

	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 9;
	pointer-events: none;
}

.catItemView::before {
	content: "";
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px #b2b2b2;

	position: absolute;
	z-index: 0;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.defaultItemListView .catItemContentBlock {
	margin-left: -15px;
	padding-left: 30px;
}


.catItemImage.aspectRatio {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.catItemContent {
	padding-left: 0;
}
.catItemContentBlock a {
	color: #fff;
}
.catItemTitle {
	font-size: 40px;
	max-height: 5em;
	overflow: hidden;
	margin-bottom: 0;
	line-height: 1em;
}

/* K2 Item */
.itemImageBlock .itemImage img {
    width: 100%;
}
.itemImage {
	display: block;
}
.itemImage img {
	border-radius: 10px;
	overflow: hidden;
}
.proizvodiItemView .itemImage img {
	padding: 15px;
	background: #fff;
}

.itemImgLftBlock {
	/* background: url("../images/hr.png") 50% 0 no-repeat; */
	padding-top: 40px;
}

@media (min-width:768px){
	.itemImageBlock {
		top: -155px;
	}

	.backLink.row {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 24px;
		left: 0;
	}
}

.fMark {
    display: block;
    position: absolute;
    top: -18px;
    right: 0;
	/*
    width: 64px;
    height: 64px;
	*/
    font-size: 24px;
    color: #fff;
	padding: 20px 7px 16px;
	line-height: 28px;
	white-space: nowrap;
	text-transform: uppercase;
	border-radius: 8px;

	background: #dc0032;
	background: -moz-linear-gradient(top, #dc0032 40%, #7d0027 100%);
	background: -webkit-linear-gradient(top, #dc0032 40%,#7d0027 100%);
	background: linear-gradient(to bottom, #dc0032 40%,#7d0027 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0032', endColorstr='#7d0027',GradientType=0 );
}
/*
.mceContentBody[onload*="fulltext"] > h2:first-child, .itemFullText > h2:first-child,
*/
.proizvodiItemView .itemFullText > h2:first-child,
.mceContentBody[onload*="introtext"] > h2:first-child, .itemIntroText > h2:first-child,
.mceContentBody[onload*="introtext"] > h3:first-child, .itemIntroText > h3:first-child,
.mceContentBody[onload*="fulltext"] > h3:first-child, .itemFullText > h3:first-child {
	color: #7f7f7f;
}

h1.itemTitle, .itemFullText h2 {
	color: #b01427;
}
.itemFullText > h3:first-child {
    margin-top: -10px;
    margin-bottom: 28px;
}
@media (min-width:768px){
	.itemView.wImg .itemHeader, .itemView.wImg .itemContentBlock, .itemView.wImg .itemRgtBlock {
		padding-left: 50px;
	}
}
.itemIntroText, .itemFullText {
	letter-spacing: 0.5px;
}
.itemIntroText p, .itemIntroText ul {
	font-size: 28px;
	color: #b91135;
}
.itemIntroText + .itemFullText {
	margin-top: 15px;
}
.avPlayerContainer, .galleryBSLandscape .img-border {
	box-shadow: none;
	background: #d6d6d6;
	border-color: #ececec;
}

.itemAttachmentsNP .attachment {
	display: block;
	margin: 0;
	float: none;
	padding: 0;
}

.mMove .attachment a i.fa:first-child,
.itemImgLftBlock .attachment a i.fa:first-child {
	color: #dc0032;
	position: absolute;
	top: 7px;
	right: 2px;
	font-size: 16px;
}
.mMove .attachment a i.fa:first-child::before,
.itemImgLftBlock .attachment a i.fa:first-child::before {
	content: "\f019";
}

.itemContentBlock .dMove {
	margin-top: 30px;
}
.dMove > * + * {
	margin-top: 30px;
}
.attachment a i.fa:last-child {
	display: none;
}
.mMove .attachment a,
.itemImgLftBlock .attachment a {
	display: block;
	padding: 12px 10px 8px;
	border: 1px solid #b2b2b2;
	font-size: 24px;
	border-radius: 10px;
	color: #000;
	position: relative;
	text-align: center;
}
.mMove .attachment a:hover,
.itemImgLftBlock .attachment a:hover {
	background: #f8f8f8;
	color: #b91135;
	border-color: #999;
}
.attachment .fType {
	display: block;
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 20px;
}
.itemImgLftBlock .attachment + .attachment,
.mMove .attachment + .attachment {
	margin-top: 10px;
}

.proizvodiItemListView .catItemImage {
	border-radius: 10px 10px 0 0;
	padding: 10px;
}
.proizvodiItemListView .catItemContentBlock {
	border-radius: 0 0 10px 10px;
	border-top: 15px solid #000;
}
.proizvodiItemListView .catItemView::before {
	left: 0;
	right: 0;
}
.proizvodiItemListView .catItemContentBlock .catItemBody {
	max-height: 3.6em;
	overflow: hidden;
}
.proizvodiItemListView .rCol {
    padding-left: 30px;
}
@media (min-width: 992px){
	.proizvodiItemListView .lCol::after {
		content: "";
		position: absolute;
		top: 4px;
		right: -2px;
		bottom: 0;
		left: auto;
		width: 1px;
		background: #d9d9d9;
	}
}

.catItemImage .fMark {
	top: 4px;
	left: 4px;
	right: auto;
	font-size: 18px;
	line-height: 15px;
}

@media (max-width:1599px) {
	.home .t3-sl-2 .k2ItemsBlock {
		padding-bottom: 150px;
	}	
	#t3-mainbody .t3-sl-3 {
		padding-top: 150px;
	}
}
@media (max-width:1199px) {
}
@media (max-width:991px) {
	.home .t3-sl-2 .k2ItemsBlock {
		padding-bottom: 100px;
	}	
	#t3-mainbody .t3-sl-3 {
		padding-top: 100px;
	}
}
@media (max-width:767px) {
	/* Imamo iznad, netreba duplo
	.home .t3-sl-2 .k2ItemsBlock {
		padding-bottom: 100px;
	}
	*/
	ul.fMenu li, ul.fMenu li + li {
		margin-left: 20px;
		margin-right: 20px;
	}
	#t3-mainnav .dropdown-menu {
		font-size: 26px;
	}
	#t3-mainnav .active > a, #t3-mainnav .active > span {
		color: #b91135;
	}
	#t3-mainnav .dropdown.open > a {
		padding-bottom: 0;
	}
	#t3-mainnav .dropdown-menu a::before {
		content: "\f105";
		font-family: FontAwesome;
		color: #b91135;
		display: inline-block;
		margin-right: 5px;
	}
}
@media (max-width:479px) {
	.home .t3-sl-2 .k2ItemsBlock {
		padding-bottom: 50px;
	}	
	.modOfc .row-flex {
		display: block;
	}
	.fImgWrap .img-reponsive {
		display: none;
	}
	.fImgWrap .square-img {
		position: absolute;
		display: block;
		width: 33%;
		height: 100px;
	}
	.fImgTxt {
		position: relative;
		top: 4px;
		right: auto;
		left: 38%;
		width: 57%;
		transform: translateY(0);
	}
	.fTxt {
		margin-top: 0px;
		margin-left: 0;
		border-radius: 0 0 10px 10px;
		padding: 25px 44px;
	}


}

@media (max-width:991px) {
	.proizvodiItemListView .rCol {
		padding-left: 15px;
	}

}

/* Categories accordion */
nav.accNav {
	/*
	border-radius: 4px;
	border: 1px solid #ddd;
	*/
	overflow: hidden;
}
nav.accNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav.accNav ul ul {
	padding-bottom: 5px;
}
nav.accNav ul > li > a {
	/* background: #f5f5f5; */
	padding: 10px 30px 10px 12px;
	padding: 3px 30px 2px 12px;
	padding: 5px 22px 4px 0;
	letter-spacing: 0.5px;
}
/*
nav.accNav > ul > li + li > a {
	border-top: 1px solid #dddddd
}
*/
nav.accNav ul > li + li {
	margin-top: 0;
}
nav.accNav ul > li:first-child > a {
}
nav.accNav ul > li:last-child > a {
	padding-bottom: 10px;
}
nav.accNav ul ul a {
	font-size: 100%;
	color: #333;
	padding: 3px 12px 2px 19px;
	padding: 6px 12px 4px 19px;
}
/*
nav.accNav ul ul .active > a {
	padding-left: 41px;
}
*/
nav.accNav ul a:hover {
	color: #8B2222;
}
nav.accNav ul li.active > a,
nav.accNav ul li.current > a {
	color: #b91135;
}
nav.accNav a {
	position: relative;
	display: block;
	padding: 5px 20px 5px 10px;
	padding: 6px 20px 6px 12px;
	color: #000;
}
/*
nav.accNav li.active > a {
	padding-left: 19px
}
nav.accNav li.active > a::before,
nav.accNav li.active > a::before {
	font-family: FontAwesome;
	content: "\f105";
	width: 12px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}
*/
nav.accNav ul ul li.active > a::before,
nav.accNav ul ul li.active > a::before {
	left: 19px;
	top: 4px;
}

nav.accNav a i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	-webkit-transition: all 175ms;
	-moz-transition: all 175ms;
	-o-transition: all 175ms;
	transition: all 175ms;
}
nav.accNav li.opened > a i {
	transform: rotate(90deg);
}

.accNavHeading {
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: none;
}
nav.accNav ul li.active > a, nav.accNav ul li.current > a {
	color: #b91135;
}

.rImg {
	margin: 5px 0 20px 20px;
	width: 300px;
	float: right;
}
.rImgMd {
	max-width: 170px;
}
.rImgSm {
	max-width: 120px;
}
.galleryBSLandscape .img-border {
	position: relative;
}
.galleryBSLandscape .img-border::before,
.galleryBSLandscape .img-border::after,
.galleryBSLandscape .img-wrapper::before,
.galleryBSLandscape .sigProLink::before
{
	transition: 50ms all ease;
}
.galleryBSLandscape .img-border:hover {
	transform: scale(1);
}

.galleryBSLandscape .img-border::after,
.galleryBSLandscape .img-border::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	height: 4px;
	background: #b91135;
	transform: scaleX(0);
	transform-origin: left top;
}
.galleryBSLandscape .img-border:hover::before,
.galleryBSLandscape .img-border:hover::after {
	transform: scaleX(1);
}
.galleryBSLandscape .img-border::after { /* Bottom */
	transform-origin: right bottom;
	top: auto;
	bottom: 0;
}

.galleryBSLandscape .img-wrapper::before,
.galleryBSLandscape .sigProLink::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: -4px;
	width: 4px;
	background: #b91135;
	transform: scaleY(0);
	transform-origin: right bottom;
	z-index: 9;
}
.galleryBSLandscape .img-border:hover .img-wrapper::before,
.galleryBSLandscape .img-border:hover .sigProLink::before {
	transform: scaleY(1);

}

.galleryBSLandscape .sigProLink::before {
	left: auto;
	right: -4px;
	transform-origin: right top;
}
.galleryBSLandscape .img-border:hover::before {transition-delay: 0ms;}
.galleryBSLandscape .img-border:hover .sigProLink::before {transition-delay: 50ms;}
.galleryBSLandscape .img-borderhover::after {transition-delay: 100ms;}
.galleryBSLandscape .img-border:hover .img-wrapper::before {transition-delay: 150ms;}

.galleryBSLandscape .img-border::before {transition-delay: 150ms;}
.galleryBSLandscape .sigProLink::before {transition-delay: 100ms;}
.galleryBSLandscape .img-border::after {transition-delay: 50ms;}
.galleryBSLandscape .img-wrapper::before {transition-delay: 0ms;}

#productInqueryForm {
	letter-spacing: 0.5px;
}
#productInqueryForm .contactSeller {
	padding: 7px 45px 6px;
}
.productInqueryModal #productInqueryForm h2 {
    color: #b91135;
	font-size: 26px;
}

@media (min-width:768px) {
	.logo-img,
	#t3-mainnav,
	.t3-mainnav-wrapper .navbar-header {
		transition: margin 175ms;

	}
	.scrolled .logo-img {
		margin: 24px 0 33px;
	}
	.scrolled #t3-mainnav {
		margin-top: 21px;
	}
	.scrolled .t3-mainnav-wrapper .navbar-header {
		margin-top: 20px;
	}
}
@media (min-width:992px) {
	.accNavHeading {
		display: none;
	}
	.accNav .item-default {
		display: none;
	}

}
@media (max-width:991px) {
	nav.accNav {
		position: relative;
		background: #fff;
		margin: 0 0 50px;
		height: 64px;
		overflow: visible;
		z-index: 10;
	}
	nav.accNav .accNavWrap {
		cursor: pointer;
		background: #fff;
		padding: 15px 8px 13px 3px;
		border: 1px solid #ccc;
		border-radius: 10px;
	}
	nav.accNav ul > li:last-child > a {
		padding-bottom: 0;
	}
	nav.accNav a {
		padding: 3px 22px 2px 17px;
	}
	nav.accNav ul > li > a {
		padding: 3px 22px 2px 12px;
	}
	nav.accNav ul ul > li > a {
		padding: 2px 22px 1px 30px;

	}
	nav.accNav a i {
		top: -2px;
		right: 10px;
		width: 50px;
		text-align: right;
	}
	nav.accNav li.opened > a i {
		transform: rotate(90deg);
		transform-origin: right center;
		top: -6px;
		right: 24px;
		width: 30px;
		height: 50px;
	}
	nav.accNav .accNavWrap, nav.accNav .accNavWrap > ul,
	.accNav.open .item-default i {
		transition: all 175ms;
	}
	nav.accNav.open .accNavWrap, nav.accNav .accNavWrap:hover {
		box-shadow: 0 0 15px #ccc;
	}

	nav.accNav .accNavWrap > ul {
		max-height: 30px;
		overflow: hidden;
	}
	nav.accNav.open .accNavWrap > ul {
		max-height: 308px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.accNav.open .item-default {
		border-bottom: 1px solid #ccc;
		padding-bottom: 14px;
		margin-bottom: 15px;
	}
	.accNav.open .item-default i {
		top: -35px;
		right: 5px;
		transform: rotate(90deg);
		transform-origin: bottom center;
	}
	.scrolled #t3-mainnav {
		margin-top: 3px;
	}

}
@media (min-width:768px) {
	.mMove {
		display: none;
	}
	.home .t3-sl-2 .cArt:hover .inner {
		background: #b91135;
		color: #fff;
	}
	.home .t3-sl-2 .cArt .inner, .home .t3-sl-2 .cArt .aItemTitle, .home .t3-sl-2 .cArt {
		transition: all 175ms;
	}
	.home .t3-sl-2 .cArt:hover .aItemTitle {
		color: #fff;
	}
	/*
	.home .t3-sl-2 .cArt:hover .aItemTitle {
		margin: 19px 0 19px;
	}
	.home .t3-sl-2 .cArt {
		padding-bottom: 10px;
	}
	.home .t3-sl-2 .cArt:hover {
		padding-bottom: 0;
	}
	*/
}
@media (max-width:767px) {
	#heading {
		height: 180px;
	}
	#heading h1, .itemCatTitle {
		font-size: 36px;
	}
	#hmg .subcatTree {
		font-size: 26px;
	}
	.itemIsFeatured h1.itemTitle {
		padding-right: 74px;
	}
	.fMark {
		right: 15px;
	}

	.dMove {
		display: none;
	}
	.mMove {
		padding-top: 25px;
		margin-top: 25px;
	}
	.mMove > * + * {
		margin-top: 40px;
	}

	.k2i-rel-crsl .module-title span, div.home .t3-sl-1 .module-title span {
		padding: 4px 30px 22px;
	}
	.k2i-rel-crsl .module-title, div.home .module-title {
		font-size: 32px;
	}
	.col-xs-12 + .form-group.col-xs-12 {
		margin-top: 0;
	}
}
@media (max-width:479px) {
	.fImgTxt {
		text-align: left;
	}

	.rImg {
		width: 300px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-height: 400px;
	}
	.catItemTitle, .defaultItemListView h2 {
		font-size: 30px;
		max-height: 4em;
		overflow: hidden;
	}

	.imgLoaded {
		margin-left: auto !important;
		margin-right: auto !important;
		right: 0 !important;
	}
	.slider-full .camera_wrap .camera_caption .content-container {
		padding-left: 2%;
	}
	.slider-xl {
		font-size: 10vw;
	}
	.slider-lg {
		font-size: 7vw;
	}

}

/* Responsive Carousel centering - 1,2,2,3,4,4 */

@media (min-width:1200px){
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="3"] div[class*="col-"] {
		left: 12.5%;
	}
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="2"] div[class*="col-"] {
		left: 25%;
	}
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="1"] div[class*="col-"] {
		left: 37.5%;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="2"] div[class*="col-"] {
		left: 16.6%;
	}
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="1"] div[class*="col-"] {
		left: 33.3%;
	}
}
@media (min-width:768px) and (max-width:991px){
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="2"] div[class*="col-"] {
		left: 16.6%;
	}
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="1"] div[class*="col-"] {
		left: 33%;
	}
}
@media (min-width:480px) and (max-width:767px){
	.carousel[data-items-xxs="1"][data-items-xs="2"][data-items-sm="3"][data-items-md="3"][data-items-lg="4"][data-items-xl="4"] .item[items="1"] div[class*="col-"] {
		left: 25%;
	}
}
