html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
fieldset {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
}


.m-ico {
	font-family: 'Material Icons' !important;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	-webkit-touch-callout: none; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align:middle;
}



.centerImage {
	background-position: 50%;
	background-size: cover;
}

* {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased !important;
	
}

*.sf {
	font-family: 'Open Sans', serif;
}
*.sf * {
	font-family: 'Open Sans', serif;
}
*:focus {
    outline: none !important;
    outline: 0 !important;
}

*.sff, .sff * {
	font-family: 'Open Sans', sans-serif;
}




#full-page-container {
	overflow-y: hidden;
}

body {
	height:100%;
	width:100%;
	background-color:#f4f4f4;
	position:static;
	font-size: 0px;
}

body.disabled {
	overflow:hidden !important;
}

.w {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	max-width: 96%;
}
.fw {
	width:96%;
	max-width: 96%;
	margin-left:auto;
	margin-right:auto;
}

.w2 {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	max-width: 96%;
}

.w3 {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	max-width: 96%;
}


#goto-top {
    font-size: 2vw;
    height: 2vw;
    width: 2vw;
    line-height: 2vw;
    text-align: center;
    position: fixed;
    padding: 10px;
    z-index: 10;
    bottom: 0.8vw;
    right: 0.8vw;
    color: #fff;
    background-color: #275cab;
    border-radius: 50%;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.31);
    cursor: pointer;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    visibility: hidden;
    transform: translateX(100px);
}

#goto-top.active {
	visibility: visible;
	transform: translateX(0px);
}

#goto-top:hover {
	transform: translateY(-10px);
	opacity: 0.9;
}


#kontakt-fbtn {
    font-size: 1.4vw;
    height: 2vw;
    width: 2vw;
    line-height: 2.2vw;
    text-align: center;
    position: fixed;
    padding: 10px;
    z-index: 10;
    bottom: 0.8vw;
    right: 0.8vw;
    color: #fff;
    background-color: #275cab;
    border-radius: 50%;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.31);
    cursor: pointer;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    visibility: hidden;
    transform: translateX(100px);
}

#kontakt-fbtn.active {
	visibility: visible;
	transform: translateX(0px);
}

#kontakt-fbtn:hover {
	transform: translateY(-10px);
	opacity: 0.9;
}

.t-middle {
	display: inline-block;
	vertical-align: middle;
}

.ta-right {text-align: right;}
.ta-center {text-align: center !important;}

#full-footer-container {
	background-color:#333; 
}

#full-footer-container footer {
	padding-top:80px;
	padding-bottom:40px;
	display: flex;
	flex-flow: row;
	display: none;
}

.footer-sect {
	display: inline-block;
	width:auto;
	margin-right: 145px;
	vertical-align: top;
	flex:1;
	flex-basis: auto;
	max-width: 35%;
	color: rgba(255, 255, 255, 0.72);
}

.footer-sect:nth-child(3n) {
	margin-right: 0;
}

.footer-sect h3 {
	font-size: 20px;
	white-space: nowrap;
	color: rgba(255,255,255,0.3);
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom:25px;
}

.footer-sect p, .footer-sect a {
	font-size: 14px;
}
.footer-sect > a {
	display: block;
	margin-top:20px;
	font-weight: 600;
}
.footer-sect ul li {
	font-size: 15px;
	white-space: nowrap;
	margin-bottom:10px;
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: relative;	
}
.footer-sect:nth-child(2) ul li {
	padding-left:20px;
}
.footer-sect:nth-child(2) ul li:before {
	content:'';
	display: inline-block;
	height: 5px;
	width:5px;
	vertical-align: middle;
	border-radius: 5px;
	background-color: #275cab;
	position: absolute;
	left:0;
	top:calc(50% - 2px);
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.footer-sect:nth-child(2) ul li:hover {
	transform: translateX(5px);
	color: #fff;
}




.footer-sect:nth-child(2) ul li:hover:before {
	transform: translateX(-5px);
	width:20px;
}

.footer-sect b {
	font-weight: 600;
}


.footer-sect:nth-child(3n) li b {
	margin-right: 6px;
}

.footer-br {
	margin-top:25px;
}

.footer-sect .icon-fbfull {
	font-size: 30px;
}

#footer-copyright-container {
	background-color: #333;
}
#footer-copyright {
	font-size:13px;
	padding:30px 0px;
	color: #777;
}

#footer-copyright span:last-child {
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-top:6px;
	float: right;
}

#footer-copyright span:last-child:hover b {
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#footer-copyright span:last-child:hover b:first-child {
	color: #fff;
	margin-left: 4px;
}
#footer-copyright span:last-child:hover b:last-child {
	color: #149dee;
}

#footer-copyright span {
	color: #777;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}

#footer-copyright span:last-child a {
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#footer-copyright span:last-child a:hover {
	
}

#full-header-overflow {
	display: block;
    position: relative;
    z-index: 4;
}








#header-container {
	position: relative;
}


#super-header {
	height: 48px;
    width: 100%;
    background-color: #275cab;
	text-align: right;
	text-transform: lowercase;
	position: relative;
	z-index: 5;
}
#super-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	text-align: right;
}
#super-header ul li {
	display: inline-block;
	font-size:13px;
	color: #fff;
	margin-left:40px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

#super-header ul li a {
	color: inherit;
}

#super-header ul li a span {
	display: inline-block;
}

#super-header ul li i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top:2px;
	margin-right: 10px;
	/*color: rgba(255,255,255,0.3);*/
}

#super-header ul li img {
	height: 17px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
    opacity: 0.8;
}

#ol-preloader {
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	width:100%;
	height: 100%;
	z-index: 5;
	justify-content: center;
	text-align: center;
	align-items: center;
}

#ol-preloader img {
	height: 55px;
}


#share {
	font-size: 15px;
	text-align: center;
}



#full-header-container {
    z-index: 3;
    position: absolute;
    top: 80px;
    left:0;
    right:0;
}

#header {
	display: block;
	position: relative;
    z-index: 4;
    background-color: #fff;
    box-shadow: 0 4px 33px rgba(0, 0, 0, 0.05);
}
#header-inner {
	height:110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-direction:row;
	justify-content: space-between;
	position: relative;
	padding:0 30px;
	padding-right: 0;
}

#header-inner #header-mobile-menu {
	display: none;
}


#subheader {
	display: block;
	height: 55px;
	width:100%;
	background-color:#be3235;
}

#subheader-inner {
	display: block;
	height: 100%;
}

#subheader-inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	align-items: stretch;
	flex-direction:row;
	justify-content: space-between;
	height: 100%;
}

#subheader-inner ul li {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex:1;
	flex-basis: auto;
}

#subheader-inner ul li a {
	display: inline-block;
	padding: 0px 0px;
	height: 100%;
	width: 100%;
	line-height: 55px;
	text-align: center;
}

#subheader-inner ul li:last-child:after {
	display: none;
}

#subheader-inner ul li:after {
	content:'';
	display: inline-block;
	height: 14px;
	width:1px;
	background-color: rgba(0,0,0,0.1);
	vertical-align: middle;
}



#header ._header-section {
	display: inline-block;
}

#header-left {
}

#header-right {
	height: 100%;
}

#header-right i {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    width: 37px;
    border: solid 2px #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
}

#header-right ul {
	display: flex;
	height: 100%;
	width:100%;
	align-items: center;
	justify-content: flex-end;
}

#header-left img {
	height: 64px;
}

#header-nav {
	margin-left:40px;
	height: 100%;
	display: flex !important;
    align-items: flex-end;
}
#header-nav #header-nav-lower li {
	font-size:16px;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	position: relative;
}

#header-nav #header-nav-lower li.nav i {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #be3235;
}

#header-nav #header-nav-upper {
	height: 100%;
}

#header-nav #header-nav-upper li {
	font-size:15px;
	display: inline-block;
	color: #555;
	vertical-align: middle;
	position: relative;
    font-weight: 500;
    letter-spacing: 0.3px;
    height: 100%;
}

#header-nav #header-nav-upper li:last-child {
	background-color: #275cab;
	color:#fff !important;
	margin-left: 20px;
	font-size: 17px;
}
#header-nav #header-nav-upper li:last-child a {
	padding:0 40px;
	color:#fff !important;
}
#header-nav #header-nav-upper li:last-child a:hover i{
	color:#fff;
}
#header-nav #header-nav-upper li:last-child a:hover{
	background-color:#FF00E5;
}
#header-nav #header-nav-upper li:last-child a i {
	margin-right: 10px;
	color: rgba(0, 0, 0, 0.52);
}
#header-nav #header-nav-upper li:last-child:before {
	display: none;
	visibility: hidden;
}

#header-nav #header-nav-upper li a {
	display: block;
	font-weight: 600;
	padding:0 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#header-nav #header-nav-upper li:before {
    content: '';
    position: absolute;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
    width: 0;
    top: -4px;
    left:50%;
    -webkit-transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 340ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#header-nav #header-nav-upper li.active:before {
	width: 100%;
	left: -0%;
	background-color: #FF00E5;
}

#header-nav #header-nav-upper li.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: calc(50% - 12px);
}

#header-nav #header-nav-upper li.active a {
	color:#275cab;
}

#header-nav #header-nav-upper li:hover:before {
    /*width:100%;*/
    left: -0%;
}

#header-nav #header-nav-upper li:hover a {
	color:#000;
}

#header-nav #header-nav-lower li.nav:last-child:after, li.nav.noborder:after {
	display: none;
}
#header-nav #header-nav-lower li a {
	color: inherit;
	display: inline-block;
	padding:10px 15px;
	font-weight: 600;
}

#subheader-inner li:hover {
	background-color: rgba(0,0,0,0.08);
}

#header-nav #header-nav-lower li a:hover {
	color: #444;
}

#header-nav #header-nav-lower li.nav.noborder:after {
	display: none;
}

#header-nav #header-nav-lower li.nav-left-first {
	margin-left:40px;
}

li.nav-left {
	margin-left:25px;
	font-size: 30px;
	cursor: pointer;
}

li.nav-left i {
	font-size: 28px;
}

li.nav-left i.smaller {
	font-size: 22px;
    text-shadow: 1px 0 #3f5225;
}

#main-content-slider {
    height: 800px;
	background-color: #333;
	background-size: cover;
	background-position: 50%;
	position: relative;
	/*top:-96px;*/
	overflow: hidden;
}

#main-content-slider:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -49%;
    left: -100%;
    height: 30vw;
    width: 300%;
    background-color: rgba(39, 92, 171, 0.58);
    z-index: 2;
    transform: rotate(-4deg);
}

#main-content-slider-gradient {
	position: absolute;
	display: none;
	height: 100%;
	width:100%;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 100%);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%,rgba(0,0,0,0) 76%,rgba(0,0,0,0) 100%);
	pointer-events: none;
	z-index: 2;
}

.full-width-2part {
	display: block;
	width:100%;
	height:550px;
	background-color: #fff;
}

.full-width-2part .element-left, .full-width-2part .element-right {
	width:50%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: 50%;
}

.full-width-2part .element-left .pseudo {
	position: absolute;
	height: 100%;
	width:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 30px,rgba(0,0,0,0) calc(100% - 30px),rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 30px,rgba(0,0,0,0) calc(100% - 30px),rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 30px,rgba(0,0,0,0) calc(100% - 30px),rgba(0,0,0,0.4) 100%);
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.full-width-2part .element-left:hover .pseudo {
	opacity: 1;
}

.full-width-2part .element-left {
	position: relative;
}

.full-width-2part .element-left div {
	background-size: cover;
	background-position: 50%;
}

.full-width-2part .element-left .oneslider-arrow.oneslider-arrow-right:before, .full-width-2part .element-left .oneslider-arrow.oneslider-arrow-left:before {
	border-color: #fff;
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.35);
}

.full-width-2part .element-right {

}

.full-width-2part .element-right div {
	display: inline-flex;
	font-size: 20px;
	flex-flow: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: calc(100% - 8vw);
	width:calc(100% - 14vw);
	padding:4vw 7vw;

}

.full-width-2part .element-right h2 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 30px;
	color: #3f5225;
}

.full-width-2part .element-right p {
	font-size:14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:30px;
	text-align: center;
}


.full-width-2part .element-right span.signature {
	font-size:28px;
	line-height: 24px;
	color: #999;
	font-family: 'Open Sans', sans-serif;
}



.input:invalid {
	border-color: #F44336 !important;
	color: #F44336;
}


















/* GENERIC */
._kat-nav, ._kat-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
}


._kat-container {
	margin-bottom: 150px;
}
._kat-nav {
	width:20%;
}

._kat-nav-parent-view {
	height:44px;
	line-height:44px;
	width:calc(100% - 62px);
	padding:0px 30px;
	font-size: 16px;
	border:solid 1px #3f5225;
	background-color: #3f5225;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	color: rgba(255,255,255,0.75);
}

._kat-nav-parent-view:hover, ._kat-nav-parent ul li:hover, ._kat-nav-parent ul li.active, ._kat-nav-parent ul li.active:before {
	
}
._kat-nav-parent-view:hover:after {
	border-color: transparent transparent transparent rgba(0,0,0,0.9);
}

._kat-nav-parent-view:after {
	content:'';
 	display: inline-block;
 	width: 0;
	height: 0;
	border-style: solid;
	/*border-width: 7px 3px 0 3px;*/
	border-width: 4px 0 4px 6px;
	/*border-color: rgba(0,0,0,0.6) transparent transparent transparent;*/
	border-color: transparent transparent transparent rgba(0,0,0,0.6);
	vertical-align: middle;
	position: absolute;
	right:30px;
	top:calc(50% - 3px);
}

._kat-nav-parent-view.active:after {
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent rgba(0,0,0,0.6) transparent;
}


._kat-nav-parent {
	margin-bottom:2px;
}
._kat-nav-parent ul {
	padding:20px 0px;
	display: none;
	background-color: #d1d7c9;
}
._kat-nav-parent ul li {
	font-size: 14px;
	width:calc(100% - 62px);
	padding:0px 30px;
	vertical-align: middle;
	margin-bottom:10px;
	cursor: pointer;
	font-weight: 600;
}
._kat-nav-parent ul li:hover {
	color: #3f5023;
}
._kat-nav-parent ul li.active {
	color: #3f5023;
}

._kat-nav-parent ul li:last-child {
	margin-bottom: 0;
}

._kat-nav-parent ul li:before {
	content:'';
	display: inline-block;
	height:3px;
	width:3px;
	background-color: #3f5023;
	border-radius: 50%;
	vertical-align: middle;
	margin-right:15px;
}
._kat-nav-parent ul li:hover:before {
	border-color: #ff0946;
}


#produkti-container {
	margin-top:30px;
}


._kat-list {
	/*width:calc(80% - 20px);
	margin-left:20px;*/
	width:100%;
}

._kat-list h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-align: center;
	color: #3f5023;
	text-transform: uppercase;
	margin-bottom: 10px;
}

._kat-list-inner li {
	display: inline-block;
	margin-bottom: 0px;
	position: relative;
	overflow:hidden;
}
._kat-list-inner._kat-list-3 li {
	width:calc(100% / 4 - 30px + (30px / 4));
	margin-right:30px;
	margin-top:30px;
	overflow:visible;
}
._kat-list-inner._kat-list-3 li:nth-child(4n) {
	margin-right: 0;
}

._kat-list-inner._kat-list-4 li {
	width:calc(100% / 4 - 30px + (30px / 4));
	padding-right:30px;
	margin-top:30px;
}
._kat-list-inner._kat-list-4 li:nth-child(4n+2) {
	/*margin-right: 0;*/
}

._kat-list-inner li a {
	color: inherit;
	display: block;
}

._kat-list-element-img {
	width:100%;
	display: block;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

._kat-list-element-bio {
	margin-top:20px;
}

._kat-list-popust {
	position: relative;
	font-size: 90%;
	opacity: 0.8;
	margin-right: 10px;
}
._kat-list-popust:before {
	display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #cacaca;
    content: '';
    position: absolute;
    top: 50%;
}
._kat-list-inner li { /* PP */

}

._kat-list-element-img {
	height:500px;
}

._kat-list-element-bio h4 {
	font-size: 22px;
	text-transform: uppercase;
	width:100%;
	font-weight: 600;
	overflow:hidden;
	text-overflow: ellipsis;
	text-align: center;
}
._kat-list-element-bio p {
	font-size: 28px;
	margin-top:3px;
	text-transform: uppercase;
	width:100%;
	font-weight: 400;
	overflow:hidden;
	text-overflow: ellipsis;
	text-align: center;
}

._kat-list-element-favhover:hover ._kat-list-element-fav {
	transform: scale(1.5);
	opacity:1;
	text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.32);
}

._kat-list-element-fav {
	font-size: 24px;
	position: absolute;
	height:50px;
	width:50px;
	text-align: center;
	line-height: 50px;
	bottom:15%;
	left:70%;
	color: #ff0946;
	margin:auto;
	transform: translateX(200px) scale(0.3);
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
	cursor: pointer;
}

._kat-list-element-fav:hover {
	transform: scale(2.2) !important;
	color: #d60f41;
}

._kat-list-preloader {
	height:100%;
	width:100%;
	position: absolute;
	z-index: 3;
	top:0px;
	/*display: none;*/
}

._kat-list-preloader img {
	height:48px;
	width:48px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

._kat-list-opis {
	font-size: 12px;
	margin-top:10px;
	font-weight: 600;
	text-align: center;
}


.artikel-element-slika {
	position: relative;
}
._kat-list-inner li .artikel-element-slika {
	height:calc(297px - 30px);
	width:calc(100% - 2px - 30px);
	overflow: hidden;
	background-color: #fff;
	padding:15px;
	position: relative;
}

#produtki-index-container .artikel-element-slika {
	height:calc(235px - 30px);
	width:calc(100% - 30px);
	overflow: hidden;
	padding:15px;
}

._kat-list-inner li .artikel-element-slika img {
	/*width:100%;
	min-height: 100%;
	height: auto;*/
}

._kat-list-inner li {
	font-size: 18px;
	text-align: center;
	vertical-align: top;
}


.artikel-element-naziv {
	color: #b83334;
    margin-top: 25px;
}

.artikel-element-podnaziv {
	color: #aaa;
	font-size: 11px;
	margin-top:10px;
}

.artikel-element-cena {
	margin-top:4px;
	font-weight: 600;
	color: #4e4e4e;
	font-size: 17px;
}

.cena-popust {
	font-size: 80%;
    vertical-align: middle;
    opacity: 0.5;
    text-decoration: line-through;
}

.produkti-row-section ul li:hover .artikel-element-hover {
	opacity: 1;
	visibility: visible;
}

.artikel-element-hover {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	display: flex;
	visibility: hidden;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}



.artikel-element-hover span {
	font-size: 14px;
    background-color: #b83334;
    width: 70%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    line-height: 46px;
    border-radius: 3px;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.artikel-element-hover span:hover {
	cursor: pointer;
	transform: translateY(-6px);
}




#tiles-container {
	padding:50px;
	padding-top:50px;
	position: relative;
}


.row-3tiles li {
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 358px;
	width: calc(100% / 3 - 30px + (30px / 3));
    display: inline-block;
    margin-left:30px;
    vertical-align: top;
    font-size:20px;
    color: #fff;
    background-size: 100%;
    background-position: 50%;
    margin-top:60px;
}
.row-3tiles li a, .row-2tiles li a {
	display: flex;
	color: inherit;
	height: 100%;
	width: 100%;
	justify-content: center;
    align-items: center;
    flex-flow: column;
}
.row-3tiles li:hover, .row-2tiles li:hover {
	background-size: 110%;
}
.row-3tiles li:first-child, .row-2tiles li:first-child {
	margin-left:0;
}

.row-3tiles li span.smaller {
    font-size: 70px;
    line-height: 70px;
    margin-top: 30px;
    height: 70px;
}

.row-3tiles li:hover span, .row-3tiles li:hover h4 {
	transform: translateY(-14px);
}

.row-3tiles li span {
	font-size: 100px;
	height:100px;
	line-height: 100px;
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
}

.row-3tiles li h4 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top:30px;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.42);
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.row-2tiles li:hover .tiles-image {
	transform: scale(1.15);
}

.row-2tiles li {
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 288px;
	width: calc(100% / 2 - 30px + (30px / 2));
    display: inline-block;
    margin-left:30px;
    vertical-align: top;
    font-size:20px;
    color: #fff;
    background-color: #f1f1f1;
    margin-top:30px;
    position: relative;
    overflow:hidden;
}

.row-2tiles li.tile-small {
	width: calc(45% - 30px);
}

.tiles-image {
	background-size: cover;
    background-position: 50%;
    height: 100%;
    width:100%;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.row-2tiles li.tile-large {
	width: 55%;
}


.row-2tiles li h4 {
	position: absolute;
	bottom: 0;
	text-align: left;
	background-color: rgba(0,0,0,0.70);
	display: block;
	width:calc(100% - 40px);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
    padding: 12px 20px;
}



.row-2tiles li h4 i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
}


#produtki-index-container {
	padding:50px;
	padding-top:110px;
	position: relative;
}

.row-pretriangle {
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 70px 70px 0 70px;
    border-color: #f3f1f0 transparent transparent transparent;
	position: absolute;
	top:0;
	left:calc(50% - 70px);
}






.produktirow-section-list {
	text-align: center;
}

.produktirow-section-list li {
	display: inline-block;
	font-size:22px;
	text-transform: uppercase;
	margin:0px 20px;
	color: #6b8e3b;
	cursor: pointer;
}

.produktirow-section-list li.active {
	color: #3c501d;
}



.produkti-row-section {
	margin-top:20px;
}

.produkti-row-section ul li:first-child {
	/*margin-left:12px;*/
}

.produkti-row-section ul li {
	display: inline-block;
	width:25%;
	font-size:20px;
	text-align: center;
	vertical-align: top;
	padding:0px 2px;
}

.artikel-element {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	width:100%;
}

.produkti-row-section ul li:nth-child(4n) {
	/*margin-right: 0;
	padding-right: 0;*/
}

.produkti-row-section ul li img {
	width:100%;
	height:100%;
}

.produkti-row-section .image {
	width:calc(100% - 2px);
	height:267px;
	border:solid 1px #ccc;
}

.produkti-row-section ul li h4 {
	font-weight: 600;
	font-size: 16px;
	margin-top:10px;
	color: #b83334;
}

.produkti-row-section ul li .cena {
	font-weight: 600;
	font-size: 18px;
}





#produkt-path {
	text-align: left;
	margin-top:25px;
	margin-bottom:25px;
}

#produkt-path li {
	color: #888;
	font-size: 13px;
	display: inline-block;
	margin-left:4px;
}

#produkt-path li:after {
	content:'-';
	display: inline-block;
	vertical-align: middle;
	margin-left:4px;
}

#produkt-path li:last-child:after {
	display: none;
}

#produkt-path li a {
	color: inherit;
	font-weight: 500;
}

#produkt-path li a:hover {
	color: #444;
}






#produkt-filter {
	padding: 30px 40px;
    width: calc(100% - 80px);
    background-color: #fbfbfb;
}

.produkt-filter-sect {
	display: inline-block;
	width:25%;
	vertical-align: top;
}

.produkt-filter-sect h4 {
	font-size: 18px;
    font-family: 'Open Sans', serif;
    color: #b83334;
    margin-bottom: 10px;
}


.produkt-filter-sect label {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    color: #4c4c4c;
}

.produkt-filter-sect label input {
	margin-top: -2px;
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
}



#produkt-filter-pomoc p {
	font-size: 14px;
	margin-bottom: 10px;
}

#produkt-filter-pomoc a {
	font-size: 14px;
	background-color: #b83334;
    padding: 12px 15px;
    text-transform: uppercase;
    color: #fff;
    max-width: calc(100% - 30px);
    display: inline-block;
}













#zakaj-mi-container {
	background-color: #fff;
	padding:32px;
}

#zakaj-mi-container ul {
	display: flex;
	justify-content:space-between;
	filter:grayscale(1);
	opacity: 0.6;
}

#zakaj-mi-container ul li {
	font-size: 20px;
	display: inline-flex;
	flex:0;
	align-items: center;
}

#zakaj-mi-container ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size:38px;
	color: rgba(0,0,0,0.45);
	margin-right: 21px;
}

#zakaj-mi-container ul li p {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255,255,255,0.6);
	font-size:16px;
	line-height: 24px;
	white-space: nowrap;
}

#zakaj-mi-container span.bolder {
    text-shadow: 0px 1px 0px rgb(125, 119, 109);
}



#podstran-bgfull {
	height:600px;
	background-size: cover;
    background-position: 0 24%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background-color: #fbfbfb;
}

#podstran-bgfull h3 {
	color: #fff;
    font-size: 29px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

#podstran-bgfull p {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}




#podstran-bgfull-container {
	background-color: #fbfbfb;
	position: relative;
}


#podstran-bgfull-inner {
    position: absolute;
    bottom: 0;
    background-color: rgba(22,22,22,0.55);
    padding: 45px;
    width: 289px;
}




#side-kategorije {
	width:20%;
	display: inline-block;
	vertical-align: top;
}

#side-kategorije ._kat-nav {
	width:100%;
}



#produkt-container {
	display: inline-block;
	width: 76%;
	margin-left:4%;
	vertical-align: top;
	margin-bottom: 50px;
}







#produkt-slike {
	display: inline-block;
	width:270px;
	vertical-align: top;
}

#produkt-slika {
	display: block;
	width:100%;
	height: 270px;
	background-color: #fff;
	border:solid 1px #ccc;
	overflow: hidden;
}

#produkt-podslike {
	display: block;
	white-space: nowrap;
	overflow:auto;
}

#produkt-podslike li {
	height:80px;
	width:80px;
	background-color: #fff;
	display: inline-block;
	margin-top:15px;
	margin-left:12px;
	border:solid 1px #ccc;
}

#produkt-podslike li:first-child {
	margin-left:0;
}



#produkt-osnovno {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	margin-left: 3%;
	width:calc(97% - 272px);
}

#produkt-osnovno h2 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	color: #3f5225;
	font-size: 36px;
	font-weight: 600;
}

#produkt-osnovno p {
	font-size: 14px;
	font-weight: 400;
}





#produkt-nakup {
	margin-top:20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#produkt-kupi {
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
}

#produkt-cena {
	letter-spacing: 1px;
	font-size: 28px;
	color: #3f5225;
	font-weight: 500;
	vertical-align: middle;
}

#produkt-kupi a {
	height: 56px;
	font-size: 18px;
	display: inline-block;
	background-color: #6d9040;
	padding:0px 20px;
	color: rgba(255,255,255,0.8);
	line-height: 56px;
	font-weight: 400;
	cursor: pointer;
	margin-left:6px;
}

#produkt-kupi a:hover {
	background-color: #3f5225;
}

#produkt-kupi input {
	height: 32px;
	width: 32px;
	padding:10px;
	font-size: 18px;
}


#produkt-kupi span {
	margin-right: 6px;
	font-size: 13px;
}

.badge {
	position: absolute;
    background-color: #fe4220;
    display: block;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    left: -8px;
    top: 3px;
    font-weight: 600;
}








#produkt-vec h3 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	color: #3f5225;
	font-size: 22px;
	margin-top:30px;
	font-weight: 600;

}

#produkt-vec div {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}



#vas-zanima {
	margin-top:50px;
	margin-bottom:50px;
}

#vas-zanima h3 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	color: #3f5225;
	font-size: 22px;
	margin-top:30px;
	font-weight: 500;
	text-align: center;
}









#kosarica-popup {
	position: absolute;
    width: 295px;
    background-color: #fff;
    top: calc(100% + 23px);
    left: calc(-100% - 213px);
    box-shadow: -1px 2px 19px rgba(0, 0, 0, 0.36);
    -webkit-perspective: 150px; /* Chrome, Safari, Opera  */
    perspective: 150px;
    -webkit-transform: rotateX(45deg); /* Chrome, Safari, Opera  */
    transform: rotateX(45deg);
    -webkit-transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
}

#kosarica-popup.active {
	-webkit-perspective: 0; /* Chrome, Safari, Opera  */
    perspective: 0;
    -webkit-transform: rotateX(0deg); /* Chrome, Safari, Opera  */
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

#kosarica-popup .triangle {
	position: absolute;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
    top: -10px;
    right: 28px;
}

#kosarica-popup a {
	display: block !important;
	background-color: #fe4220;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 15px !important;
}

#kosarica-popup a:hover {
	background-color: #ff2e09 !important
}

#kosarica-popup #kosarica-skupno {
	text-align:center;
	padding:20px;
	border-top:solid 1px #eee;
	color: #777;
}

#kosarica-popup ul {
	height: 400px;
	overflow-y:auto;
}

#kosarica-popup li {
	display: block;
	padding:8px;
}

#kosarica-popup li:hover {
	background-color: #f1f1f1;
}


.kosarica-popup-slika {
	display: inline-block;
	width:80pX;
	vertical-align: middle;
}

.kosarica-kvant {
	font-weight: 600;
	font-size: 13px;
	margin-top:4px;
}

.kosarica-popup-slika img {
	width: 100%;
	height: auto;
}

.kosarica-popup-bio {
	display: inline-block;
    width: calc(100% - 100px);
    margin-left: 10px;
    vertical-align: middle;
}




#main-content-container {
	min-height: calc(100vh - 112px - 381px - 100px - 55px);
}


.vas-zanima-container {

}

.vas-zanima-container li {
	display: inline-block;
	width:25%;
}

.vas-zanima-container li img {
	width:100%;
	height: 100%;
}






.full-form h2 {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 30px;
	color: #3f5225;
	font-size: 30px;
}

.full-form .p1 {
	font-size: 16px;
}


._form-section h3 {
	font-size: 18px;
	padding:15px;
	color: #fff;
	background-color: #3f5225;
	font-weight: 400;
	text-transform: uppercase;
}


._form-section {
	background-color: #fff;
	margin-bottom: 30px;
    border: solid 1px #ccc;
    vertical-align: top;
}

._form-section table {
	font-size: 15px;
	width:100%;
	margin-top:40px;
}

._form-section table th {
	padding:15px;
	text-align: left;
}

._form-section table td {
	padding: 15px;
	text-align: left;
	border-top: solid 1px #eee;
}

._td-small {
	width:100px;
	text-align: center;
}

._td-small:last-child {
	width:40px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

._td-small input[type="number"] {
	width:50px;
	font-size: 18px;
	padding:10px;
	padding-right: 0;
	border: solid 1px #ccc;
}

._form-section table td img {
	max-height: 100px;
}


._td-obracun {
	text-align: right !important;
	padding-right: 30px !important;
}

.kosarica-del {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.kosarica-del:hover {
	background-color: #f1f1f1;
}

#form-podatki {
	font-size: 0;
}

._form-section__rel {
	display: inline-block;
}


#form-podatki ._form-section__rel:first-child {
	width:calc(60% - 4px);
}

#form-dostava-placilo {
	width:calc(40% - 20px);
	margin-left: 20px;
	display: inline-block;
}

#form-dostava-placilo ._form-section label {
	margin-bottom: 10px;
}

#form-dostava-placilo ._form-section label span {
	margin-bottom: 23px;
}

._form-section-input-wrapper {
	padding:20px;
}

._form-section label {
	display: block;
	font-size: 15px;
	width: 100%;
	margin-bottom: 20px;
}

._form-section textarea {
	display: block;
	width:calc(100% - 16px);
	padding: 8px;
	height: 80px;
	resize: none;
	border:solid 1px #aaa;

}

._form-section label span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
}

._form-section label span b {
	color: red;
	margin-left:4px;
	font-size: 12px;
}

._form-section label input:not([type="radio"]) {
	width:calc(100% - 22px - 2px);
	padding:11px;
	border:solid 1px #aaa;
}

._form-section ._form-label2 label {
	display: inline-block;
	width:50%;
}

._form-section ._form-label2 label:first-child {
	margin-right: 5%;
	width: 45%;
}

#form-submit button {
	border:0;
	padding:15px 20px;
	color: #fff;
	background-color: #3f5225;
	cursor: pointer;
}

#form-submit button:hover {
	background-color: #5f7f33;
}

#form-submit {
	margin-bottom: 50px;
}



.front-header, .front-header * {
	font-size: 36px;
	text-align: center;
	font-weight: 400;
}
.front-header span {
	font-weight: 600;
	color: #b83334;
}
.front-subheader {
	text-align: center;
	font-size: 21px;
	font-weight: 400;
	color: #aaa;
	text-transform: lowercase;
}




.big-row-container {
	padding:90px 0px;
	padding-bottom: 0px;
	background-size: cover;
	background-position: 50%;
}

.big-row-container.bg {
	background-color: #f9f9f9;
}

.big-row-sect {
	width:50%;
	display: inline-block;
	vertical-align: middle;
}

.big-row-sect:first-child {
	width:40%;
	margin-right: 10%;
}

.big-row-container h2, .header-1 {
	font-size: 40px;
	font-weight: 700;
	color: #444;
	margin-bottom: 20px;
	/*font-family: 'Roboto Slab', serif;*/
}

.podstran-heading {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	/*font-family: 'Roboto Slab', serif;*/
	bottom:35px;
	text-align: center;
	position: absolute;
	width: 100%;
}

.big-row-container h2 a {
	font-family: inherit;
}

.big-row-container h3 {
    font-size: 15px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
    color: #444;
    margin-bottom: 35px;
    margin-top: 22px;
}

.big-row-container p {
	font-size: 17px;
	text-align: justify;
	color: #444;
	margin-bottom: 30px;
	margin-top:4px !important;
}

.big-row-container ul.podstran-ul {
	font-size: 17px;
	list-style-type: disc;
	margin-bottom: 20px;
}


.big-row-container ul.podstran-ul li {
	margin-left:20px;
	color:#444;
	margin-bottom: 4px;
}


.big-row-container .s-ul1 {
	margin-top: 50px;
	padding-left:110px;
}

.big-row-container .s-ul1 li {
	font-size: 30px;
	color: #fff;
	margin-bottom: 25px;
}

.big-row-container .s-ul1 li a {
	display: inline-block;
	vertical-align: middle;
    width: calc(100% - 49px);
}

.big-row-container .s-ul1 li:before {
    content: '+';
    display: inline-block;
    font-size: 47px;
    vertical-align: middle;
    margin-right: 20px;
}

.big-row-container .s-ul1 li span {
	color: #4dbeff;
}

.big-row-container table {
	font-size: 16px;
	background-color: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    overflow:hidden;
    margin:auto;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 40px;
}

.big-row-container table tr td {
	vertical-align: middle;
	padding: 20px;
}
.big-row-container table tr th {
	vertical-align: middle;
	padding: 20px;
	text-align: left;
}

.big-row-container table tr:nth-child(2n - 1) {
	background-color: #f9f9f9;
}

.big-row-container table tr td:first-child {
	text-align: left;
	color: #585858;
	border-right: solid 1px #eee;
	padding-right: 50px;
}
.big-row-container table tr td:last-child {
	text-align: left;
	font-weight: 600;
	color: #505050;
}

.big-row-container .s-ul2 {
	
}

.big-row-container .s-ul2 li {
	width:25%;
	display: inline-block;
	height: 27vw;
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.big-row-container .s-ul2 li:hover a span {
	transform: translateY(-20px);
	color: #fff;
}

.big-row-container .s-ul2 li:before {
	position: absolute;
	content:'';
	height: 100%;
	width:100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0, 0, 0, 0.72) 100%);
}


.big-row-container .s-ul2 li a {
    display: block;
    position: relative;
    height: 100%;
    width:100%;
}

.big-row-container .s-ul2 li a span {
	font-size: 1.45vw;
    font-weight: 700;
    letter-spacing: 0.4px;
    position: absolute;
    bottom: 3vw;
    width: 100%;
    color: #4dbeff;
	text-align: center;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: inherit;
}

.big-row-container form {
	margin-top: 50px;
}

#kontakt-frm > div {
	/*padding:20px;*/
}

.form-row {
	margin-bottom: 15px;
}

.form-row .input-rel input {
	
}

.form-row input {
    width: calc(100% - 2px - 36px);
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 15px 18px;
    padding-left:50px;
    font-size: 16px;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#kontakt-frm-inpage .form-row input {
	width: calc(100% - 2px - 36px);
    padding: 15px 18px !important;
}
.form-row .input-rel {
	width: calc(50% - 5px); 
 	/*margin-right: 10px;*/
 	position: relative;
}
.form-row .input-rel:first-child {
	margin-right: 10px;
}
.form-row .input-rel-full {
	width: 100%;
 	position: relative;
}
.form-row .input-rel i, .form-row .input-rel-full i {
    position: absolute;
    font-size: 24px;
    left: 16px;
    top: 16px;
    color: #999;
}
.form-row .input-rel-full textarea {
	padding-left:50px;
}
.form-row textarea {
	width: calc(100% - 2px - 36px);
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 15px 18px;
    font-size: 16px;
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	resize: none;
	height: 131px;
	    max-height: 273px;
}
.form-row input:hover, .form-row input:focus, .form-row textarea:hover, .form-row textarea:focus {
	border-color: #FF00E5;
}
.form-row input:last-child, .form-row .input-rel:last-child {
	margin:0;
}


.input-rel {
	display: inline-block;
	width: auto;
}

.form-row-last a {
	font-size: 18px;
	color: #888;
}
.form-row-last a i {
    font-size: 50px;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -3px;
    color: #275cab;
}

.form-row-last {
	text-align: center;
}

.form-row-last button, #kontakt-info > div >  a, #main-content-slider-email a { 
	display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    background-color: #275cab;
    padding: 12px 58px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border:0;
}

.form-row-last button:hover, #kontakt-info > div >  a:hover, #main-content-slider-email a:hover {
    box-shadow: 2px 7px 27px rgba(0, 0, 0, 0.23);
    background-color: #FF00E5;
    color: #fff;
}

.form-row-last button:not([disabled]):hover, #kontakt-info > div > a:hover, #main-content-slider-email a:hover {
	padding-right: 70px;
	background-color: #FF00E5;
	box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.27);
}

.form-row-last button:hover i, #kontakt-info > div > a:hover i, #main-content-slider-email a:hover i {
	opacity: 1;
	right: 35px;
	transform: rotate(0deg);
}

.form-row-last button[disabled] {
	background-color: #59a65c;
}

.form-row-last button i, #kontakt-info > div > a i, #main-content-slider-email a i {
	font-size: 22px;
    position: absolute;
    right: -25px;
    top: 24%;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
	transform: rotate(-10deg);
}


#map {
	width:100%;
	height: 100%;
}

#map-full-container {
	height: 450px;
	position: relative;
}

#map-info-container {
	position: absolute;
	left:0;
	right: 0;
	margin:auto;
	height: 100%;
    top: 0;
    pointer-events: none;
}

#map-info {
	height: calc(100% - 200px);
	width:500px;
	background-color: #4dbeff;
	display: flex;
    align-items: left;
    flex-flow: column;
    pointer-events: all;
    padding:100px 0px;
}

#map-info-container h2 {
	font-size: 69px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width:100%;
	font-weight: 900;
}


#map-info ul {
	font-size: 20px;
	margin-top: 30px;
	margin-left: 100px;
}

#map-info ul li {
	font-size: 25pX;
	color: #585657;
	font-style: italic;
}

#map-info ul li:first-child {
	font-size: 150%;
}

#map-info ul li span {
	margin-right: 8px;
	display: inline-block;
}



#index-down-btn {
    position: absolute;
    font-size: 4vw;
    z-index: 4;
    color: #fff;
    bottom: 6px;
    left: calc(50% - 2.4vw);
    cursor: pointer;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#index-down-btn:hover {
	transform: translateY(10px) scale(0.8);
}

#index-down-btn.preloaded {
	opacity: 0;
	transform: translateY(-100px) scale(0.2);
}




#mobile-menu-container {
	position: fixed;
	height: 100%;
	width:100%;
	top:0;
	left:0;
	background-color: rgba(22,22,22,0.7);
	z-index: 8;
	display: none;
}

#mobile-menu.active {
	right: 0;
}

#mobile-menu.active ul li {
	transform:translateX(0px);
	opacity: 1;
}

#mobile-menu {
	width:calc(100% - 100px);
	height: 100%;
	background-color: #2d2d2d;
	position: absolute;
	right: -100%;
	top:0;
	box-shadow: -6px -1px 60px rgba(0, 0, 0, 0.51);
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

#mobile-menu ul {
	display: flex;
	height: 100%;
	width:100%;
	flex-flow: column;
	font-size: 16px;
	color: #fff;
	overflow:hidden;
}

#mobile-menu ul li {
	display: flex;
	flex:1;
    justify-content: left;
    padding-left:10%;
    align-items: center;
    border-bottom: solid 1px #383838;
    cursor: pointer;
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transform:translateX(100%);
	opacity: 0;
}



#main-content-slider-email {
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background-color: rgba(33,33,33,0.8);
    z-index: 6;
    visibility: hidden;
    opacity: 0;
}

.email-preloaded {
	transform: translateY(300px) scale(0.4);
	opacity: 0;
}

#email-popup-close {
	position: absolute;
	font-size: 20px;
	color: #fff;
	background-color: #222;
	height: 36px;
	width:36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	right: -16px;
	top:-16px;
	cursor: pointer;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#email-popup-close:hover {
	transform:rotate(90deg);
	background-color: #555;
}

#main-content-slider-email > div {
	display: inline-block;
    background-color: #fff;
    padding: 50px;
    box-shadow: 5px 7px 120px rgba(0, 0, 0, 0.63);
    border-radius: 4px;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
}

#main-content-slider-email p {
    font-size: 15px;
    text-align: center;
    color: #444;
    font-weight: 400;
}

#main-content-slider-email input {
    width:261px;
}
#main-content-slider-email .input-wrapper {
	margin-top: 20px;
	position: relative;
	right: 0;
}

#kontakt-info .input-wrapper {
	margin-top: 20px;
	position: relative;
	right: 0;
	width:100%;
}

#kontakt-info .input-wrapper input {
	width: calc(100% - 70px);
}

.input-wrapper i {
    position: absolute;
    font-size: 25px;
    left: 13px;
    top: 10px;
    color: #4dbeff;
}

#main-content-slider-email .ta-center {
	width:100%;
	float: right;
}

#main-content-slider-email a:hover {
 
}
#main-content-slider-email a {
	display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    background-color: #4dbeff;
    padding: 11px 35px;
    border-radius: 18px;
    -webkit-transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 840ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.input-wrapper input {
	background:0;
	border:0;
	display: block;
    padding: 13px;
    padding-left:50px;
    padding-right: 20px;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.input-wrapper {
	background-color: #fff;
	border:solid 1px #ddd;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.input-wrapper:hover, .input-wrapper:focus {
	border-color: #4dbeff;
}


#_3d-slika-container {
	height: 380px;
}

#_3d-slika-slider {
	padding-bottom: 80px;
}

#_3d-slika-slider img {
	box-shadow: 0 9px 37px rgba(0, 0, 0, 0.21);
}



#blog-slider .spinner-container {
	background-color: #fff !important;
}
#blog-slider li:nth-child(1), #blog-slider li:nth-child(2),#blog-slider li:nth-child(3) {
	margin-top: 0;
}
#blog-slider li {
	display: inline-block;
	width:calc(100% / 3);
	cursor: pointer;
	vertical-align: middle;
	margin-top: 40px;
}
#blog-slider li:hover .artikel-element {
	box-shadow: inset 0px 0 0px 80px #FF00E5;
}
#blog-slider li:hover a > div {
	
}
#blog-slider li:hover .blog-title i {
	transform: translateX(-10px);
	color: #fff;
}

#blog-slider li:hover .artikel-element img {
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#blog-slider .artikel-element {
	width:100px;
	border-radius: 10px;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#blog-slider .artikel-element {
	height: 100px;
    box-shadow: inset 0px 0 0px 0px #FF00E5 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #275cab;
}

#blog-slider .artikel-element img {
	height: 50%;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100px;
}

#blog-slider .artikel-element:hover {
	/*transform: translateY(-10px);*/
}

#blog-slider.ulslider-container {
    padding-bottom: 27px;
}

#blog-slider li a {
	display: block;
}

#blog-slider li a > div {
	position: relative;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: flex;
}

#blog-slider h4 {
	font-size: 19px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    /*font-family: 'Roboto Slab', serif;*/
}


#blog-slider .blog-title {
	position: relative;
	display: flex;
	align-items: center;
}
.blog-title {
	position: absolute;
	bottom:0;
	width: calc(100% - 40px - 30px);
	padding:20px;
}

.blog-title p {
	color: #6c6c6c;
    margin-top: 3px;
    font-size: 13px;
    margin-top: 4px !important;
    display: none;
}

.blog-title i {
    font-size: 30px;
    position: absolute;
    right: 10px;
    color: rgba(255,255,255,0.4);
    top: 18px;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.podstran-header-image {
	height: 250px;
	width: 250px;
	margin:auto;
	background-color: #eee;
	margin-bottom: 20px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: solid 6px #fff;
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
}

.podstran-header-image > div {
	height: 100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.podstran-header-image > div:hover {
	transform: rotate(6deg) scale(1.2);
}

.big-row-container p.podstran-opis {
	margin:auto;
	margin-bottom:20px;
	margin-top:10px !important;
	text-align: left !important;
}



#adrifund-kampanja {
	text-align: center;
}

#adrifund-kampanja h4 {
	font-size: 16px;
	font-weight: 500;
	color: #444;
	text-align: center;
	text-decoration: underline;
}

#adrifund-kampanja ul {
	display: flex;
	width:100%;
	margin-top: 20px;
}

#adrifund-kampanja ul li {
	flex:1;
	text-align: center;
	background-color: #d0d0d0;
	padding:35px 0;
}

#adrifund-kampanja ul li:nth-child(2n) {
	background-color: #f3f3f3;
}

#adrifund-kampanja ul li b {
	font-size: 48px;
	font-weight: 400;
}

#adrifund-kampanja ul li div {
	font-size: 14px;
	font-weight: 600;
	margin-top:4px;
	text-transform: uppercase;
}

#adrifund-kampanja img {
	margin-top: 30px;
}




#casovnica {
	height: 250px;
	width:100%;
	margin-top: 50px;
	display: block;
}

#casovnica-dogodki {
	position: relative;
	height: 165px;
	width:100%;
}

#casovnica-dogodki li {
	position: absolute;
	font-size: 15px;
	text-align: center;
	color: #444;
}


#casovnica-dogodki li i {
	display: block;
	color: #29c705;
	height: 24px;
	width:24px;
	border:solid 4px #29c705;
	border-radius: 50%;
	margin:auto;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 4px;
}

#casovnica-dogodki li:nth-child(1) {
	left:5%;
	top:10%;
}

#casovnica-dogodki li:nth-child(2) {
	left:15%;
	top:40%;
}

#casovnica-dogodki li:nth-child(3) {
	left:25%;
	top:5%;
}

#casovnica-dogodki li:nth-child(4) {
	left:30%;
	top:80%;
}

#casovnica-dogodki li:nth-child(5) {
	left:50%;
}

#casovnica-dogodki li:nth-child(6) {
	left:59%;
	top:70%;
}

#casovnica-dogodki li:nth-child(7) {
	left:75%;
	top:0;
}

#casovnica-dogodki li:nth-child(8) {
	left:80%;
	top:70%;
}

#casovnica-dogodki li:nth-child(9) {
	left:90%;
}







#casovnica-trak ul {
	display: flex;
	width:100%;
}

#casovnica-trak trak {
	display: block;
	content:'';
	width:100%;
	height: 4px;
	background-color: #4dbeff;
	margin-bottom: 30px;
	margin-top:50px;
	position: relative;
}

#casovnica-trak trak:before {
    content: '';
    display: block;
    position: absolute;
    border: solid #4dbeff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    height: 20px;
    width: 20px;
    margin: auto;
    top: -10px;
}

#casovnica-trak trak:after {
    content: '';
    display: block;
    position: absolute;
    border: solid #4dbeff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    height: 20px;
    width: 20px;
    margin: auto;
    top: -10px;
    right: 0;
}

#casovnica-trak trak div {
	position: absolute;
	height: 20px;
	width:20px;
	border:solid 4px #4dbeff;
	border-radius: 50%;
	display: block;
	top:-12px;
	background-color: #fff;
	left:70%;
}

#casovnica-trak trak span {
	display: block;
	position: absolute;
	font-size: 14px;
	color: #999;
	top:8px;
}

#casovnica-trak trak span.___2017 {
	left:36%;
}

#casovnica-trak trak span.___2018 {
	left:85%;
}

#casovnica-trak ul li {
	flex:1;
	font-size: 14px;
	color: #aaa;
	text-align: center;
}















#big-row-ekipa ul {
	margin-top: 40px;
}


#big-row-ekipa ul li {
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	margin-bottom:60px;
}

#big-row-ekipa ul li:last-child {
	margin:0;
}

#big-row-ekipa ul li > div {
	display: inline-flex;
	vertical-align: middle;
	width:50%;
	align-items: center;
}
#big-row-ekipa ul li:nth-child(3n - 1) > div:first-child {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
#big-row-ekipa ul li:nth-child(2n) > div:first-child {
	-webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
#big-row-ekipa ul li > div:first-child {
	height: 300px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}


#big-row-ekipa ul li .spinner-container {
	background-color: #fff !important;
}

#big-row-ekipa ul li > div:first-child > div {
	display: block;
	height: 100%;
	width:100%;
	background-position: 50%;
	background-size: cover;
}

#big-row-ekipa ul li > div:last-child {
	font-size: 16px;
	flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 10%;
}

#big-row-ekipa ul li > div h4 {
}






#kontakt-info {
	display: inline-block;
	width:300px;
	vertical-align: top;
	font-size: 15px;
	margin-right: 70px;
}

#kontakt-info h5 {
	font-size: 15px;
	font-weight: 400;
	margin-top:25px;
	margin-bottom: 4px;
}

#kontakt-info a {
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#kontakt-info a:hover {
	color: #4dbeff;	
}

#kontakt-form-container {
	display: inline-block;
	width:calc(100% - 370px);
	vertical-align: top;
}

#kontakt-info ul {
	margin-top:25px;
	margin-bottom:25px;
}

#kontakt-info ul li {
	display: inline-block;
	margin-right: 8px;
}

#kontakt-info ul li i {
	font-size: 17px;
    color: #333;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    width: 37px;
    border: solid 1px #333;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#kontakt-info ul li i:hover {
	color: #4dbeff;	
	border-color:#4dbeff;
}























#storitve-slider {
	position: relative;
	top: -110px;
	z-index: 3;
}

#storitve-slider .spinner-container {
	background-color: #ddd !important;
}

#storitve-slider li {
	display: inline-block;
	width:calc(100% / 3);
}

#storitve-slider .artikel-element {
	height: 260px;
	background-size: cover;
	background-position: 50%;
    /*box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.14);*/
    position: relative;
    box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}

#storitve-slider .dot1, #storitve-slider .dot2 {
	background-color: #c5c5c5 !important;
}


/*#storitve-slider .artikel-element:before {
	content:'';
	display: block;
	height: 100%;
	width:100%;
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
*/
#storitve-slider .artikel-element:hover {
	box-shadow: inset 0 0 0 3px #FF00E5;
}

#storitve-slider li a > div:hover {
	transform: translateY(-30px);
}

#storitve-slider li a:hover {}

#storitve-slider.ulslider-container {
    padding-bottom: 27px;
}

#storitve-slider li a {
	display: block;
	padding:0;
	padding:5px;
}

#storitve-slider li:first-child a {
	padding-left: 0;
}
#storitve-slider li:last-child a {
	padding-right: 0;
}

#storitve-slider li a > div {
	position: relative;
	overflow: hidden;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#storitve-slider li a .spinner-container {
	background-color: #f2f2f2 !important;
}

#storitve-slider h4 {
	font-size: 21px;
    color: #fff;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*font-family: 'Roboto slab';*/
}

#storitve-slider .blog-title p {
	color: #f1f1f1;
	font-size: 18px;
}







#pomoc-container {
	background-color: #424242;
    padding: 0;
    position: relative;
}

#pomoc-container .big-row > div {
	width:50%;
	display: inline-block;
	vertical-align: middle;
}

#pomoc-container .big-row > div:first-child > div {
	width: calc(1150px / 2);
    float: right;
    background-image: url(../../logo2.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 48px) 100%;
    background-size: 139px;
}



#pomoc-container .big-row {
	display: flex;
	justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}

#pomoc-container h4 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
}

#pomoc-container h4 b {
	font-weight: 600;
}

#pomoc-container #pomoc-right {
	font-size: 24px;
    color: #fff;
}

#pomoc-container #pomoc-right i {
	margin-right: 10px;
}

#pomoc-container #pomoc-right > a:hover {
    box-shadow: -1px 5px 20px rgba(0, 0, 0, 0.45);
    background-color: #FF00E5;
    color:#fff;
}

#pomoc-container #pomoc-right > a {
	background-color: #275cab;
    display: inline-block;
    font-size: 17px;
    padding: 13px;
    width: 140px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    margin-top: 20px;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

#pomoc-container #pomoc-right span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#pomoc-container #pomoc-right span:hover {
	color:#FF00E5;
}




#blog-slider-container {
	text-align: center;
	margin-top: 30px;
}


#kontakt-popup-container {
	position: fixed;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	background-color: rgba(22,22,22,0.2);
	z-index: 10;
	display: none;
}

#kontakt-popup {
	width:500px;
	max-height: 90vh;
	padding:20px;
	background-color: #fff;
	position: absolute;
	right: 30px;
	bottom:30px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	transform: scale(0.5) translateY(200px) translateX(200px);
	opacity: 0;
}
#kontakt-popup.active {
	transform: scale(1) translateY(0) translateX(0);
	opacity: 1;
}

#kontakt-popup h4 {
	font-size: 20px;
	padding:20px;
	padding-bottom: 4px;
	font-weight: 400;
	text-align: center;
}

#kontakt-popup > p {
	font-size: 15px;
	padding:20px;
	padding-top:0;
	color: #888;
	font-weight: 400;
	text-align: center;
}

#kontakt-popup-close {
	font-size: 14px;
	position: absolute;
	right: -10px;
	top:-10px;
	padding:10px;
	border-radius: 50%;
	color: #fff;
	background-color: #333;
	cursor: pointer;
}

#kontakt-popup-close:hover {
	background-color: #444;
}


#footer-fb i {
	font-size: 30px;
}

#footer-fb i:hover {
	color: #48719f;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}











#zakaj-izbrati-nas-container {
	width: 100%;
	background-color: #606060;
	padding-bottom: 90px;
	padding-top: 90px;
    background-image: url(../res/xoZGeL.jpg);
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}

#zakaj-izbrati-nas {
	/*width: 100%;*/
	display: flex;
	user-select:none;
	width: 1120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
    justify-content: space-between;
}

#zakaj-izbrati-nas li {
	display: inline-flex;
	text-align: center;
	flex-flow: column;
	padding:0 0;
	margin-top: 50px;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#zakaj-izbrati-nas li img {
	height: 50px;
	width: 50px;
	margin:auto;
	display: block;
	margin-bottom: 20px;
}

#zakaj-izbrati-nas li h5 {
	display: block;
	font-weight: 500;
	color: #fff;
	width: 100%;
	font-size: 18px;
	cursor: default;
	/*font-family: 'Roboto Slab', serif;*/
}

#zakaj-izbrati-nas li h5:before {
    display: block;
    height: 4px;
    background-color: #FF00E5;
    border-radius: 4px;
    content: '';
    width: 57px;
    margin: auto;
    margin-bottom: 11px;
    margin-top: 4px;
}





#izdelki-glavno {
	width: 100% !important;
}

#izdelki-glavno .artikel-element {
	height: 300px;
}


.lang-img {
	margin-left: 2px !important;
	cursor: pointer;
}
.lang-img.first-lang {
	margin-left:40px !important;
}

.lang-img:hover img {
	opacity: 1 !important;
}


#intro-storitve-main {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top:0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.89);
    background-image:url(../res/hotwire-x-y-1024x486.png);
}

#vlog-big-row {
	background-color: #252525;
	padding-bottom: 90px;
}

.title-light {
	color:#fff !important;
}


#reference-container {
	background-color: #fff;
	padding:90px 0;
}

#reference-container ul {
	filter: grayscale(100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#reference-container ul li img {
	max-height: 100%;
	max-width: 150px;
	opacity: 0.6;
}

#kontakt-ul {
	font-size: 18px;
	margin-bottom: 22px;
	color:#fff;
}

#kontakt-ul li:first-child img {
	height: 40px;
}

#kontakt-ul li:nth-child(1) {
	font-size: 29px;
    margin-bottom: 10px;
}

#kontakt-ul li:nth-child(1) b {
	margin:0;
	width:auto;
	color:#fff;
}

#kontakt-ul li b {
	width: 32px;
    display: inline-block;
}

#kontakt-ul li {
	color: #bbb;
}


#galerija-container {
	padding-top:90px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.62);
	position: relative;
	z-index: 2;
	padding-bottom: 90px;
}

#galerija-container ul {

}

#galerija-container ul li {
	display: inline-block;
	width:20%;
	height: 14vw;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#galerija-container ul li > div {
	background-size: cover;
	background-position: 50%;
	height: 100%;
	width:100%;
	/*filter:contrast(120%);*/
	-webkit-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: inset 0 0 0 6px #f4f4f4;
}

#galerija-container ul li:hover > div {
	transform: scale(1.06);
}

#podstran-header-bg {
	height: 200px;
	background-color: red;
	position: relative;
}


#podstran-intro-container {
    display: block;
    height: 400px;
    background-color: #333;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

#podstran-intro-container > div {
	position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    width: 100%;
}

#o-podjetju-container {
	padding-top: 60px;
	padding-bottom: 60px;
}





#storitve-list {
	text-align: center;
	margin-bottom: 50px;
}



#storitve-list li {
	display: inline-block;
	width: calc(100% / 3 - 20px + (20px/3));
	height: 300px;
	background-color: #f2f2f2;
	position: relative;
	margin:10px;
	text-align: left;
}

#storitve-list li:hover{
	/*background-color: #FF00E5;*/
}

#storitve-list li:nth-child(3n) {
	margin-right: 0;
}

#storitve-list li:nth-child(3n + 1) {
	margin-left: 0;
}



#storitve-list li .artikel-element{
	height: 100%;
	background-size: cover;
	background-position: 50%;
    /*box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.14);*/
    position: relative;
    box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}

#storitve-list .dot1, #storitve-list .dot2 {
	background-color: #c5c5c5 !important;
}


/*#storitve-slider .artikel-element:before {
	content:'';
	display: block;
	height: 100%;
	width:100%;
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
*/
#storitve-list .artikel-element:hover {
	box-shadow: inset 0 0 0 3px #FF00E5;
}

#storitve-list li a > div:hover {
	transform: translateY(-5px);
}

#storitve-list li a:hover {}


#storitve-list li a {
	display: block;
	height: 100%;
	width: 100%;
}

#storitve-list li a > div {
	position: relative;
	overflow: hidden;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 100%;
}

#storitve-list li a .spinner-container {
	background-color: #f2f2f2 !important;
}

#storitve-list li h4 {
	font-size: 21px;
    color: #fff;
    font-weight: 600;
    /* text-transform: uppercase; */
    /*font-family: 'Roboto slab';*/
}

#storitve-list li .blog-title {
	position: absolute;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 40px - 30px);
    padding: 20px;
    background-color: rgba(37, 37, 37, 0.69);
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}


.big-row-container p.podstran-opis{
	text-align: center !important;
}

.big-row-container p.podstran-opis a {
	color:#275cab;
}

.storitev-podstran-el {

}

.storitev-podstran-el img {
	display: inline-block;
	width:300px;
	border-right: solid 1px #ddd;
	padding-right: 30px;
	margin-right: 30px;
	vertical-align: middle;
}

.storitev-podstran-el p {
	display: inline-block;
	width: calc(100% - 361px);
	vertical-align: middle;
}
#storitev-no-gal {
	padding:40px 0;
}
#storitev-slider-container {
	padding:80px 0;
	margin-top: 40px;
	background-color: #333;
}
#storitev-slider {
	width:100%;
	white-space: nowrap;
	overflow: hidden;
}

#storitev-slider li {
	width:25%;
	height: 20vw;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#storitev-slider li:hover {
	filter:contrast(1.2);
}

#storitev-slider li > div {
	height: 100%;
	width:100%;
	background-size: cover;
	background-position: 50%;
}


.podstran-ctxt-1 {
	font-size: 12px;
}










#strojni-park {

}

#strojni-park li {
	font-size: 15px;
	display: inline-block;
	width:25%;
	width:calc(100% / 4 - 20px + (20px / 4));
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.22);
    border-bottom: solid 3px #4CAF50;
    vertical-align: top;
}
#strojni-park li:nth-child(4n) {
	margin-right: 0;
}
#strojni-park li > div {
	padding:20px;
}

#strojni-park li.sp-v-obratovanju p:last-child:before {
	content:'V obratovanju';
	display: block;
	color:#4CAF50;
}

#strojni-park li.sp-ni-v-obratovanju p:last-child:before {
	content:'Ni v obratovanju';
	display: block;
	color:#f44336;
}

#strojni-park li.sp-ni-v-obratovanju {
	border-color:#f44336;
}

#strojni-park li p:first-child {
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

#strojni-park li p:last-child {
	margin-bottom: 0;
	font-size: 13px;
	color:#888;
}