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

body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: default;
}

p {
	margin: 0 0 15px;
}
p:last-child {
	margin-bottom: 0;
}
p + ul {
	margin-top: -0.5em;
}
a {
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
#sbox-content > iframe {
    max-width: 100%;
}
.row-flex {
	display:flex;
}
h1 {
	line-height: 1.3em;
    margin: 0 0 0.67em;
	/*
    font-size: 2.142857143em;
	font-weight: bold;
	*/
}
a, img {
	outline: none;
}
#sbox-window {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
a, .btn,
.vm-product-descr-container, .vm-more > i.fa, .product-inner, #productCarousel .carousel-indicators li,
.navbar-toggle, .fancybox-button.fancybox-close-small {
	-webkit-transition: background 175ms ease, color 175ms ease, -webkit-transform 175ms ease, box-shadow 175ms ease, border 175ms ease;
	-moz-transition: background 175ms ease, color 175ms ease, -moz-transform 175ms ease, box-shadow 175ms ease, border 175ms ease;
	-o-transition: background 175ms ease, color 175ms ease, -o-transform 175ms ease, box-shadow 175ms ease, border 175ms ease;
	transition: background 175ms ease, color 175ms ease, transform 175ms ease, box-shadow 175ms ease, border 175ms ease;
}
ul {
	padding: 0 0 0 15px;
	list-style-type: none;
}
ul:not([class]) > li::before {
	font-family: FontAwesome;
	content: "\f105";
	color: #f00;
	float: left;
	margin-left: -13px;
}
.btn-inverse {
	color: #8bb31d;
}

.kreda {
	color: #f00;
}
.vCenter {
    display: table;
    width: 100%;
    overflow: hidden;
}
.vCenter .inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.t3-wrapper {
	overflow: hidden;
}

body > .home {
}

.btn-secondary {
	border-color: #000;
	background: transparent;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active {
	background: #fff;
	border-color: #f00;
	background: transparent;
}

/*************************/
/* Header + Logo + Stuff */
/*************************/
#t3-header {
    padding-bottom: 10px;
	margin-top: 30px;
	position: relative;
	z-index: 10;
}
#t3-header > * {
	position: relative;
}
#t3-header div.logo::before {
    content: "";
    background: #033134;
    position: absolute;
    top: -30px;
    right: 15px;
    width: 200%;
    height: 30px;
    opacity: 0.5;
}
#t3-header .t3-mainnav-wrapper {
	clear: left;
}
.t3-header > .row > * {
	z-index: 9;
}

.t3-header > .row > div::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 200%;
    top: 0;
    right: 15px;
    height: 100%;
	z-index: -1;
	opacity: 0.95;
}
.t3-header > .row > .t3-mainnav-wrapper::before {
    content: "";
    background: #fff;
    position: absolute;
    width: 200%;
    bottom: -10px;
    right: 15px;
    height: 10px;
	opacity: 0.95;
}

.t3-tp.top-panel {
    background: #fff;
}
.logo-image {
    padding-right: 105px;
}
.logo-img {
    margin-top: 23px;
	height: 61px;
}
.t3-mainbody {
	padding-top: 30px;
	padding-bottom: 40px;
}

/**************/
/* Navigation */
/**************/
#t3-mainnav {
	z-index: 5;
	min-height: 0;
}

/* BEGIN RESET BOOTSTRAP NAV */
.t3-mainnav-wrapper .navbar-styled {
	margin: 0;
	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-navbar {
	margin-top: 16px;
	margin-left: -12px;
}
.t3-navbar .level0 > li > a, .t3-navbar .level0 > li > span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
/* END RESET BOOTSTRAP NAV */

@media (min-width: 768px) {
	.t3-mainnav .t3-navbar-collapse {
		display: none !important;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.t3-navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
		border-top: 1px solid #3E140C;
	}

}
.t3-mainnav .navbar-header {
	float: right;
	margin-left: 20px;
	position: absolute;
    top: -66px;
    right: 0;
}
.t3-mainnav .navbar-toggle {
	margin: 0;
}
.t3-mainnav .navbar-toggle i.fa {
    font-size: 21px;
    line-height: 36px;
}
.t3-navbar-collapse {clear: both;}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
	margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
	margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
	border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
	position: absolute;
	top: 40%;
	right: 12px;
}
.navbar-nav .open .dropdown-menu.level2 > li > a {
	padding-left: 50px;
}
.navbar-nav .open .dropdown-menu.level3 > li > a {
	padding-left: 75px;
}
/**************/
/* Live Seach */
/**************/
#t3-mainnav .liveSearch {
    float: right;
	position: relative;
	z-index: 10;
}
.blz_search {
	position: relative;
	top: 15px;
}
#t3-mainnav .liveSearch .category-chooser, #t3-mainnav .liveSearch .magnifier, #t3-mainnav .liveSearch #ajax-search-button100 {
	height: 100%;
}
@media (max-width: 767px) {
	#t3-mainnav .liveSearch {
		position: absolute;
		top: -66px;
		right: 48px;
	}
	#t3-mainnav .blz_search_compact .blz_search_searchword {
		height: 36px;
	}
}

/*************/
/* Spotlight */
/*************/
.t3-sl {
	padding-top: 20px;
	padding-bottom: 20px;
}
.t3-sl.slider-full {
	padding: 0;
}
/****************/
/* Aspect ratio */
/****************/
.aspectRatio {
	width: 100%;
	display: block;
	position: relative;
}
.aspectRatio-auto {
	display: block;
	position: relative;
}
.aspectRatio::after, .aspectRatio-auto::after {
	/* padding-top: 75.5%; */
	/* padding-top: 56.25%; */
	padding-top: 75.5%;
	display: block;
	content: '';
}
.aspect-square::after {
	padding-top: 100%;
}
.aspectRatio3-2::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, .ar-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.aspectRatio-bg img, .ar-bg img {
	display: none;
}

/***********/
/* Banners */
/***********/
.banner-full {
    text-align: center;
    margin-bottom: 20px;
	background: #F5F5F3;
}
.banneritem .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 480px){
	.bFull .altBanner {
		background-image: none !important
	}
}
@media (max-width: 479px){
	.bFull .altBanner img {
		visibility: hidden;
	}
	.bFull .altBanner {
		width: 300px;
		height: 250px;
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
	}
}

/**************/
/* Pagination */
/**************/
.pagWrap {
    text-align: center;
}
.pagination {
	display: block;
	margin: 15px auto 2px;
}
.pagination > li {
	display: inline-block;
}
.pagWrap .pCounter {
	font-size: 12px;
}

/******/
/* K2 */
/******/

/* Toolbar */
.toolbar {
	float: right;
	margin-left: 10px;
	margin-top: 8px;
}
.toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.toolbar ul li {
	margin-left: 10px;
	float: left;
}
.toolbar ul li a {
	margin:0 0 0 2px;
	font-size: 14px;
	text-decoration: none;
}
.toolbar ul li a .fa {
	font-size:18px;
}
.fa.fa-stack-addon {
    font-size: 8px;
    position: absolute;
    right: 2px;
    top: 10px;
}
/**********/
/* Footer */
/**********/
#t3-footer {
	margin-top: 25px;
	position: relative;
}
#t3-footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: blue;
    height: 150px;
    background: #fff;
    z-index: 0;
}
.t3-footnav .t3-module .module-title {
	font-weight: normal;
}
.t3-copyright {
	border: 0 none transparent;
}
/***********/
/* Contact */
/***********/
.contact-category ul {
    list-style-type: none;
    padding: 0;
}
.contact h2 {
	margin: 5px 0 1px;
}
.contact-form .input-group-addon i.fa {
    min-width: 14px;
}
.contact-address > div + div {
    margin-top: 0;
}
.contactIcons {
    float: left;
    margin-right: 10px;
    min-width: 15px;
    text-align: center;
}
.contactIcons + * {
    float: left;
}
/********/
/* Maps */
/********/
.contact .googleMap {
    border-top: 1px dashed #f5f2f5;
    margin-top: 20px;
    padding-top: 20px;
}
.gmWrapWrapper {
	position: relative;
	min-height: 360px;
}
.gmWrapWrapper::after {
	display: block;
	content: '';
	padding-top: 25%;
}
.gmWrapWrapper .googleMap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.googleMap > div {
    height: auto;
}
.googleMap .map {
    height: 100% !important;
}
.contact .googleMap > div {
    border: 1px solid #ccc;
}
.contact-misc {
    margin-top: 50px;
}
/*
@media (max-width: 767px){
	.gmWrapWrapper {
		min-height: 360px;
	}
}
*/
/**************/
/* 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;
}


@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;
	}
}

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

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

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;
	}
}
/* END MODAL FIXES */

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

.itemPrintLink, .itemEmailLink {
	/* TODO - inherit colors */
	cursor: pointer;
}

/* BEGIN 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;
}
/* DODANO 2019-08-01 */
.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;
}
/* END BLZ Checkbox */

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

/* Naslovnica */
div.home .t3-sl-2, div.home .t3-sl-3, div.home .t3-sl-4 {
    border: 0 none transparent;
}
div.home .t3-sl-1 {
    background: transparent;
    border: 0 none transparent;
    padding: 0;
}
.customAdv.cNasl {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: -180px;
    padding-top: 180px;
}
.cNasl .blockVideo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: auto;
    height: auto;
	overflow: hidden;
}
.cNasl .blockTxt {
	position: relative;
    background: rgba(255,0,0,0.9);
	padding: 30px 15px 45px 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.cNasl .blockTxt::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 100%;
    bottom: 0;
    left: auto;
    background: rgba(255,0,0,0.9);
    z-index: -1;
}

.cNasl .blockVideo > div {
	position: relative;
	width: 100%;
	height: 100%;
}
.textWrap.aspectRatio {
    /* background: red; */
	min-height: 520px;
	/* min-height: 520px; */
	margin-top: -180px;
	padding-top: 180px;
}
.cNasl .textWrap .container {
    padding-top: 180px;
}
.textWrap.aspectRatio::after {
	padding-top: 27.35%;
	padding-top: 37.8%;
}

#video {
    position: absolute;
    top: 50%;
	right: -50%;
	bottom: -50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.home h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    line-height: 1.23 !important;
	margin-bottom: 25px;
    /* letter-spacing: -1px; */
}
.blockTxt .btn.btn-default {
	background: transparent;
	color: #fff;
    margin-top: 24px;
    height: 49px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 13px 43px 12px;
}
.blockTxt .btn.btn-default:hover {
	background: rgba(255,255,255,0.3);
}
.home .t3-sl-3 .k2ItemsBlock .row > * {
    margin-top: -100px;
}
.k2ItemsBlock .moduleItemTitle {
    display: block;
    min-height: 100px;
    background: #474747;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding: 12px 23px;
    text-shadow: 0 1px 2px #000;
}

.home .k2ItemsBlock .moduleItemTitle {
    background: #f00;
}

.k2ItemsBlock .aspectRatio::after {
	padding-top: 71.5%;
}

div.home .t3-sl-3 {
	padding-top: 0;
}
.home .wrap.t3-sl.t3-sl-4 {
    margin-top: 80px;
}

@media (min-width:992px){
	.bss1 .blockTxt, .bss1 .blockTxt + div {
		padding-left: 65px;
	}
	.bss1 .blockTxt + div, .bss1 .pull-left, .bss2 .blockTxt + div, .bss2 .pull-left {
		margin-top: 35px;
	}
}

.bss1 .mod-title {
    font-size: 36px;
    padding-left: 48px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 10px;
}
.bss1 .mod-title::before {
	content: "";
	position: absolute;
	top: 6px;
	right: auto;
	bottom: 0;
	left: 0;
	width: 20px;
	background: #f00;
}
.bss1 .blockTxt {
	font-size: 18px;
	line-height: 1.36;
	color: #808080;
	font-weight: 600;
}
.bss1 .btn-lg, .bssR .btn-lg {
    padding: 11px 32px 12px;
	font-weight: 600;
}
.btn-lg {
	font-weight: 600;
}
.bss2 .blockTxt {
    font-size: 26px;
}
.bss2 .blockTxt p > span:first-child {
	color: #000;
}

.t3-footnav > div:first-child {
    padding-right: 0;
	z-index: 2;
}
.t3-footnav > div > div:not(.fLogo):not(.modCert) {
	box-shadow: 0 0 30px #ccc;
}
.t3-footnav > div:last-child {
    padding-left: 0;
}
.t3-mod.bssR {
    background: #f00;
    color: #fff;
    padding: 40px 50px 70px;
}
.bssR .mod-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 22px;
}
.bssR .blockTxt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 36px;
}
.bssR .btn-secondary {
	color: #fff;
}
.bssR .btn-secondary:hover, .bssR .btn-secondary:focus, .bssR .btn-secondary.focus, .bssR .btn-secondary:active {
	border-color: #000;
	background: #fff;
	color: #f00;
}

.t3-footnav {
    padding: 32px 0 0;
}
.fLogo {
    margin-top: 32px;
	margin-bottom: 25px;
    box-shadow: none !important;
}
.copyright {
	font-size: 13px;
}
.copyright .row > div:first-child {
	font-weight: 600;
}
.copyright a {
	color: #808080;
}
.copyright a:hover {
	color: #f00;
}
.copyright a + a {
	margin-left: 12px;
}

/* */ 
.t3-sl.slider-full {
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 0;

	height: 320px;
}
.imgWrap {
	position: absolute;
	height: 500px;
	top: -180px;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	background-size: cover;
}
.pull-top {
	height: 350px;
	margin-top: -350px;
}
.pull-top .itemTitle, .pull-top .catTitle, .pull-top .pageTitle {
	/* .itemView .itemTitle, .pageTitle, .itemListView .catTitle { */
    background: rgba(255,0,0,0.9);
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	padding: 38px 15px 50px 0;
    margin: 0;
	position: relative;
}

/* .itemView .itemTitle::before, .pageTitle::before, .itemListView .catTitle::before { */
.pull-top .itemTitle::before, .pull-top .catTitle::before, .pull-top .pageTitle::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	right: 100%;
	bottom: 0;
	left: auto;
	background: rgba(255,0,0,0.9);
}

.itemView .itemImageBlock, .contact .itemImageBlock, .itemListView .catImageBlock, .pull-top + .row .imgPullTop {
    margin-top: -140px;
}
.itemView .itemImage > * , .contact .itemImage, .itemListView .catImageBlock > *, .pull-top + .row .imgPullTop > * {
	display: block;
	box-shadow: 0 0 30px #ccc;
}
.row .imgPullTop img {
	width: 100%;
}
.itemView .itemIntroText, .cInfo, .catItemTitle, .modItems .moduleItemTitle {
    font-size: 18px;
    line-height: 1.43;
    min-height: 60px;
    padding-left: 50px;
    position: relative;
}
.itemView .itemIntroText {
    font-weight: 600;
    color: #333;
    margin-top: 12px;
    margin-bottom: 35px;
}
.itemView .itemIntroText::before, .cInfo::before, .catItemTitle::before, .modItems .moduleItemTitle::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: 20px;
	background: #f00;
}
.itemView .itemFullText {
    font-size: 16px;
    line-height: 1.43;
}
.itemFullText h2 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}
.itemFullText h3 {
    color: #73a1a4;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 10px;
}

.avPlayerWrapper .avPlayerContainer {
    padding: 0;
    background: #fff;
    border: 0;
}
.itemVideoBlock .itemVideo {
	margin-left: 0;
}
.itemLinks .sendInquiry {
    margin-top: 30px;
}

.cInfo::before {
	/* Po dizajnu */
	top: 12px;
	height: 52px;

	top: 7px;
	height: 54px;
}
.contact-name {
    font-size: 18px;
    font-weight: 600;
}
.cInfo {
    margin-bottom: 45px;
}
.contact-form, .rsform-boxed {
    box-shadow: 0 0 30px #ccc;
    padding: 20px 20px;
}
.contact-form > span {
    font-size: 26px;
    font-weight: 300;
    display: block;
    margin-top: -4px;
    margin-bottom: 22px;

}

#system-message-container {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 190px;
    right: 0;
    bottom: auto;
}

#system-message-container > div {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0 30px #ccc;
}
/* BEGIN Contact form */
.contact-form .star {
    color: #333;
    margin-left: 4px;
}
.contact-form #jform_contact_message {
	font-size: 16px;
	border: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #333;
}
.contact-form #jform_contact_message:focus {
	box-shadow: none !important;
}
.contact-form .captcha label {
	margin-bottom: 10px;
}
.contact-form span.blzCheckbox {
	top: 0;
}
.contact-form span.blzCheckbox::after {
	top: -1px;
}
.contact-form .gdprcenter-consent {
	margin-top: 15px;
}

.contact-form .btn-lg {
	margin-top: 20px;
	font-weight: 600;
	min-width: 200px;
}
.contact-form .contact_message {
	clear: left;
}
@media(min-width:768px){
	.form-group.captcha {
		margin-top: -50px;
	}
}
.controls .invalid {
    border-color: #cc0000 !important;
}
.contact_name {
	clear: left;
}
/* END Contact form */

.boxBlocks {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    overflow: hidden;
    clear: both;
	font-size: 18px;
}
.boxBlocks > li {
    float: left;
    width: 49%;
    margin-top: 2%;
    /* margin-top: 25px; */
    background: #d6d6d6;
	position: relative;
	padding: 17px 20px 17px 40px; /* nije u upotrebi */
}
.boxBlocks h3, .boxBlocks h4, .boxBlocks h5 {
	font-size: 26px;
	margin: 0 0 7px 0;
	font-weight: 600;
}
.boxBlocks.bbDark h3, .boxBlocks.bbDark h4, .boxBlocks.bbDark h5 {
	margin: 0;
	font-weight: 300;
}
.boxBlocks > li {
}
.boxBlocks > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 20px;
	width: 1px;
	background: #f00;

}
.boxBlocks > li:nth-child(2n+1) {
    clear: left;
}
.boxBlocks > li:nth-child(2n) {
	margin-left: 2%;
}
.boxBlocks.bbDark > li {
    background: #333;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
    padding: 16px 20px 28px 40px;
}

ul.galleryBSLandscape .img-border {
	border: 0;
	padding: 0;
	box-shadow: 0 0 0 #ccc;
}
ul.galleryBSLandscape .img-border:hover {
	box-shadow: 0 0 10px #ccc;
}
ul.galleryBSLandscape li .img-wrapper::after {
	padding-top: 75.5%;
}

.catItemTitle, .modItems .moduleItemTitle {
	font-size: 26px;
	font-weight: 600;
}
.catItemTitle a, .modItems .moduleItemTitle a {
	color: #333;
}
.catItemTitle a:hover, .modItems .moduleItemTitle a:hover {
	color: #f00;
}
.itemListView .ics {
	position: relative;
}
.itemListView .ics + .ics::before, .modItems .ics + .ics::before {
	content: "";
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 1px;
	background: #474747;
}
.itemListView .catItemImage.aspectRatio, .modItems .moduleItemImage.aspectRatio {
	width: auto;
    margin-left: 50px;
}
.catImage img {
	width: 100%;
}
.catItemReadMore, .modItemReadMore {
	margin-top: 15px;
}

.t3-mainnav-wrapper .mod-languages {
	position: absolute;
	right: 30px;
	top: -61px;
	z-index: 99;
}
.t3-mainnav-wrapper .mod-languages .open > .dropdown-menu {
	padding-top: 5px;
	padding-bottom: 5px;

	animation-name: slidenavAnimation;
	animation-duration:.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;

	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration:.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;

	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration:.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes slidenavAnimation {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.t3-mainnav-wrapper .mod-languages .btn-nav {
    font-size: 18px;
	line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    padding: 8px 10px;
	color: #73a1a4;

}
.t3-mainnav-wrapper .mod-languages .btn-nav:hover, .t3-mainnav-wrapper .mod-languages .btn-nav:focus, .t3-mainnav-wrapper .mod-languages .btn-nav.focus, .t3-mainnav-wrapper .mod-languages .btn-nav:active, .t3-mainnav-wrapper .mod-languages .btn-nav.active, .open > .dropdown-toggle.t3-mainnav-wrapper .mod-languages .btn-nav,
.mod-languages .dropdown-menu > li > a:hover, .mod-languages .dropdown-menu > li > a:focus {
	background: #f00;
	color: #fff;
	box-shadow: none;
}

.t3-mainnav-wrapper div.mod-languages li {
	margin: 0;	
}
.t3-mainnav-wrapper div.mod-languages li + li {
	margin-top: 1px
}


/* RS FORM START */
.formContainer .rsform-input-box, .formContainer .rsform-text-box, .rsform-block-file .formControls,
.contact-form .controls input[type="text"], .contact-form .controls input[type="email"] {
	color: #787f80;
	box-shadow: none !important;
	width: 100%;
	border-radius: 0;

	font-size: 19px;
	font-weight: 400;

	background: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.formContainer .rsform-input-box:hover, .formContainer .rsform-text-box:hover,
.contact-form .controls input[type="text"]:hover, .contact-form .controls input[type="email"]:hover {
	border-bottom-color: #73a1a4;
}
.formContainer .rsform-input-box:focus, .formContainer .rsform-text-box:focus,
.contact-form .controls input[type="text"]:focus, .contact-form .controls input[type="email"]:focus {
	border-bottom-color: #000;
}
.rsform-block-file .formControls {
	background: #eee;
	border: 1px solid #ccc;
}
.formContainer .rsform-input-box, .contact-form .controls input[type="text"], .contact-form .controls input[type="email"] {
	height: 44px;
}
.formContainer .formControlLabel, .control-label label {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    font-weight: 300;
}
.formContainer .rsform-block-file .formControlLabel,
.formContainer .rsform-block-recapctha .formControlLabel,
.formContainer .rsform-block-info .formControlLabel
{
	margin-bottom: 10px;
}
.formContainer .rsform-block-info .formControlLabel {
	margin-top: 16px;
}
.formContainer .rsform-select-box {
	padding: 6px 15px 6px 35px;
	height: 44px;
	border-radius: 10px;
}
.formContainer > .row > .col-xs-12 {
	margin-top: 10px;
}
.rsform-block-file {
	position: relative;
}
.rsform-block-file .formControls {
	text-align: center;
}
.rsform-block-file input {
	opacity: 0.01;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	color: transparent;
}
.rsform-block-file .formControls {
	display: table;
	width: 100%;
	height: 160px;
}
.file-upload-name-title {
	font-size: 16px;
}
.rsform-block-file .file-upload-name {
	display: table-cell;
	vertical-align: middle;
}
.rsform-block-file .file-upload-name i {
	color: #787f80;
	font-size: 26px;
	margin-top: 5px;
}
.rsform-block.rsform-block-file .formControls .help-block {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 5px;
}
.rsform-block-submit {
	margin-top: 42px;
}
.rsform-submit-button {
	/*
	background: #05924a;
	border-color: #05924a;
	*/
	height: 60px;
	font-size: 26px;
	border-radius: 0;
	min-width: 320px;
}
.rsform-submit-button:hover, .rsform-submit-button:focus, .rsform-submit-button:active {
	/*
	background: #00823a;
	border-color: #00823a;
	*/
}
.formFooter {
	border-top: 1px solid #b4bfba;
	margin-top: 13px;
	padding-top: 26px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #787f80;
}
.formControls, .contact-form .controls {
	position: relative;
}
.rsform-block-interest .formControls::before, .rsform-block-info .formControls::before {
	display: none;
}
.formContainer .checkbox label {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 15px;
}
.formContainer .rsform-checkbox {
	top: -2px;
}
.formContainer hr.light {
	opacity: 0.25;
	margin-bottom: 20px;
}
.formContainer .checkbox {
	margin-top: 0;
}

.input-group-btn .btnCal {
	height: 44px;
	font-size: 23px;
	padding: 7px 15px;
	background: #dedede;
	border: 0;
	border: 1px solid #ccc !important;
	z-index: 9;
}
.has-error .input-group-btn .btnCal {
	border: 1px solid #b94a48 !important;
}
.input-group-btn .btnCal:hover {
	background: #ccc;
}

.rsform-block-file .formControls::before, .rsform-block-submit .formControls::before {
	display: none;
}
.rsform-text-box {
	text-indent: 23px;
	padding: 7px 6px 7px 14px;
}
.rsform-block-info .formControls::before {
	top: 5px
}
.rsform-block-privola {
	border-top: 1px dashed #ccc;
	margin-top: 15px;
	padding-top: 20px;
}
.rsform-block-privola .formControls::before {
	display: none;
}
/*
.rsform-block-phone, .rsform-block-fullname, .rsform-block-titleanddegree, .rsform-block-email {
	border-bottom: 1px solid #333;
}
*/
.rsform-block-header h2 {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 300;
}
.rsform-block .formControls .help-block {
    margin: 0;
}
.rsform-block label.blzCheckbox {
	margin-top: 3px;
}

@media (min-width: 768px) and (max-width:991px)  {
	.component.window.com_rsform.view-rsform .interestGroup + * {
		left: 25%;
	}
}

strong.formRequired {
	font-weight: 300;
}
.jobApp {
    margin-top: 35px;
}

@media (max-width: 1599px){
	.k2ItemsBlock .moduleItemTitle {
		font-size: 20px;
		min-height: 80px;
	}
	.home .t3-sl-3 .k2ItemsBlock .row > * {
		margin-top: -80px;
	}
	.textWrap.aspectRatio::after {
		padding-top: 37.35%;
		padding-top: 37.95%; /* Laptop tweak */
		min-height: 540px;
	}
	.modCert {
		margin-bottom: 25px;
	}
	.t3-navbar .level0 > li > a, .t3-navbar .level0 > li > span {
		font-size: 16px;
	}
}
@media (max-width: 1199px){
	.textWrap.aspectRatio::after {
		padding-top: 47.35%;
		min-height: 470px;
	}
	.t3-navbar .level0 > li > a, .t3-navbar .level0 > li > span {
		font-size: 15px;
	}
	.home h1 {
		font-size: 26px;
	}
	.cNasl .blockTxt {
		font-size: 16px;
		line-height: 1.3em;
	}
	.k2ItemsBlock .moduleItemTitle {
		font-size: 16px;
		min-height: 65px;
	}
	.home .t3-sl-3 .k2ItemsBlock .row > * {
		margin-top: -65px;
	}
	.bss1 .mod-title, .bssR .mod-title {
		font-size: 28px;
	}
	.bss1 .blockTxt, .bssR .blockTxt {
		font-size: 16px;
	}
}

@media (max-width: 991px){
	.textWrap.aspectRatio::after {
		min-height: 390px;
	}
	.t3-navbar .level0 > li > a, .t3-navbar .level0 > li > span {
		font-size: 14px;
	}
	.home h1 {
		font-size: 23px;
	}
	.k2ItemsBlock .moduleItemTitle {
		font-size: 20px;
	}
	.cNasl .blockTxt {
		font-size: 14px;
	}
	.home .t3-sl-3 .k2ItemsBlock .row > *:nth-child(n+3),
	.k2ItemsBlock .row > *:nth-child(n+3) {
		margin-top: 30px;
	}

	.bss1 .blockTxt + div, .bss2 .blockTxt + div {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.pull-top + div .itemImageBlock,
	.itemView .itemImageBlock, .contact .itemImageBlock, .itemListView .catImageBlock, .pull-top + .row .imgPullTop {
		margin-bottom: 35px;
		float: left;
	}
	.pull-top .itemTitle, .pull-top .catTitle, .pull-top .pageTitle {
		font-size: 34px;
	}

}
@media (max-width: 767px){
	#t3-header .t3-mainnav-wrapper {
		margin-bottom: 15px;
		margin-top: 0;
	}
	.pull-top .itemTitle::after, .pull-top .catTitle::after, .pull-top .pageTitle::after,
	.cNasl .blockTxt::after {
		content: "";
		position: absolute;
		width: 100%;
		top: 0;
		left: 100%;
		bottom: 0;
		right: auto;
		background: rgba(255,0,0,0.9);
		z-index: 0;
	}
	#t3-header div.logo::before, .t3-header > .row > div::after, .t3-header > .row > .t3-mainnav-wrapper::before {
		right: 0;
	}
	.t3-mainnav-wrapper .mod-languages .btn-nav {
		padding: 5px;
		font-size: 16px;
	}
	.t3-mainnav-wrapper .mod-languages {
		right: 6px;
		top: -26px;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		right: 0;
		top: 11px;
	}
	.t3-navbar-collapse {
		box-shadow: 0 5px 5px #cf0000;
	}
	.home .wrap.t3-sl.t3-sl-4 {
		margin-top: 30px;
	}
	.t3-footnav > div:first-child {
		padding-left: 0;
	}
	.t3-footnav > div:last-child {
		display: none;
	}
	.itemListView .catItemBody, .modItems .moduleItemBody,
	.itemListView .catItemReadMore, .modItems .modItemReadMore {
		margin-left: 50px;
	}


}
@media (max-width: 650px){
	.boxBlocks > li {
		width: 100%;
		margin-left: 0 !important;
	}
	.boxBlocks > li + li {
		margin-top: 30px;
	}
}
@media (max-width: 480px){
	.textWrap.aspectRatio::after {
		min-height: 480px;
	}

	.home h1 {
		font-size: 18px;
	}
	.home .t3-sl-3 .k2ItemsBlock .row > * + *,
	.k2ItemsBlock .row > * + * {
		margin-top: 30px;
	}
	#Mod116 {
		margin-top: 50px;
	}
	.bss1 .blockTxt + div, .bss2 .blockTxt + div {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.blockTxt + div .img-responsive {
		width: 100%;
	}

}