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

.preloaded-a {
	-webkit-transition: all 740ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 740ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 740ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 740ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.preloaded {
	opacity: 0.2;
}

.preloaded.p-static {
	/*transform: translateY(100px);*/
}

.hdn {
	display: none;
}


.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 Condensed', sans-serif;
}
*.sf * {
	font-family: 'Open Sans Condensed', sans-serif;
}
*:focus {
    outline: none !important;
    outline: 0 !important;
}

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


#full-bg-header-container {
    box-shadow: 0 0 125px rgba(0, 0, 0, 0.32);
}

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

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

body.disabled {
	overflow:hidden !important;
}

.w {
	width:1250px !important;
	margin-left:auto;
	margin-right:auto;
	max-width: 96%;
}
.w2 {
	width:810px !important;
	margin-left:auto;
	margin-right:auto;
	max-width: 96%;
}
.fw {
	width:96%;
	max-width: 96%;
	margin-left:auto;
	margin-right:auto;
}

#harmonika {
	width: calc(100vw - 110px);
    height: calc(100vh - 60px);
    left: 59px;
    position: absolute;
    background-color: rgba(29, 29, 29, 0.98);
    top: 30px;
}

#harmonika-container {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(29, 29, 29, 0.98);
    z-index: 9;
    display: none;
}

#harmonika-container ul {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	border: solid 1px rgba(0,0,0,0.1);
}

.harmonika-full ul {
	border:0 !important;
}

#harmonika.gs ul li {
}

#harmonika.gs ul li:not(.active) .image {
	-webkit-filter: brightness(20%) blur(0.2px);
    filter: brightness(20%) blur(0.2px);
}

#harmonika-container ul li {
	display:-webkit-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	position: relative;
	-webkit-box-flex:1;
	-ms-flex:1 0 0px;
	flex:1 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
	overflow:hidden;
	
}

.harmonika-full ul li h3 {
	bottom:19% !important;
}

#harmonika-container ul li h3 {
	font-size:18px;
    position: absolute;
    text-align: center;
    bottom: 150px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 0.8px;
    display: inline-block;
    z-index: 5;
    left:50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#harmonika-container ul li h3:after {
	content:'';
	height: 1px;
	width:100%;
	/*border-bottom: solid 1px #fff;*/
	bottom:-20px;
	display: block;
	position: absolute;
	margin:auto;
	left:0;
	right: 0;
	-webkit-transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 50%;
}

#harmonika-container ul li:not(.tofull).active h3:after {
	border:solid 2px #fff;
    height: 170px;
    width: 170px;
	margin-left: -15px;
    margin-bottom: -5px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

#harmonika-container ul li:not(.tofull).active {
	-webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0;
    -webkit-filter:none;
    filter:none;
}

#harmonika-container ul li:not(.tofull).active h3 {
	-webkit-transform: translateY(-5vw);
	-ms-transform: translateY(-5vw);
	transform: translateY(-5vw);
    width: 150px;
}

#harmonika-container ul li:not(.tofull).active .image {
	-webkit-filter: none;
    filter: none;
}

#harmonika-container ul li:not(.tofull).active .image:before {
	background:0;
}

#harmonika-container ul li .image:before {
	content:'';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(22,22,22,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(22,22,22,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(22,22,22,1) 100%);
}
#harmonika-container ul li .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 20% !important;
	background-position-x: 20%;
    background-position-y: center;
}



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

#full-footer-container footer {
	padding-top:120px;
	padding-bottom:75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.footer-sect {
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex:1;-ms-flex:1;flex:1;
}

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

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


.footer-sect ul li {
	font-size: 15px;
	font-weight: 300;
	white-space: nowrap;
	color: rgba(255,255,255,0.95);
	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;
}


.footer-sect li.d b {
	margin-right: 4px;
}

.footer-sect ul li:not(.d):hover{
	transform: translateX(10px);
}

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

#footer-copyright {
	font-size:12px;
    border-top: solid 1px #ffff01;
    padding: 30px 0px;
    color: #ffff01;
}

#footer-copyright span:last-child {
	float: right;
}

#footer-copyright span {
	font-weight: 400;
}

#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 {
	color: #fff
}

#super-header {
	width:100%;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 30px;
}
#super-header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;
	font-weight: 900;
	padding-left:20px;
	margin-right:20px;
	border-left: solid 1px #fff;
	line-height: 14px;
}

#super-header ul li:first-child {
	border:0;
}

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

#super-header ul li a span {
	font-size:17px;
	margin-top:0px;
	display: block;
}


#ol-preloader {
	position: fixed;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.6);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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 {
	position: absolute;
	z-index: 7;
	margin: auto;
	left: 0;
	right: 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-header-container.dynpage-preload {
	transform: translateY(-100px);
	opacity: 0;
}
#main-content-back.dynpage-preload {
	transform: translateX(-100px);
	opacity: 0;
}
#tiles-container.dynpage-preload {
	transform: translateY(10vh);
	opacity: 0;
}
#main-content-slider.dynpage-preload-delay li:first-child ._bgoneslider-container {
	transform: translateX(20%);
	opacity: 0;
}



#header {
	display: block;
	-webkit-transition: background 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: background 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: background 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: background 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#full-header-container.fixed {
	position: fixed;
	top:0;
	-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;
}
#full-header-container.fixed #header {
	position: relative;
	top: 0;
	margin:auto;
    border-radius: 0;
    background-color: rgba(255,255,255,0.88);
    width:100% !important;
    max-width: none;
}
#full-header-container.fixed:after {
	-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: 8px;
	background-color: rgba(255,255,255,0.3);
	width:100%;
	content:'';
	display: block;
}
#full-header-container.fixed #super-header {
	display: none;
}
#full-header-container.fixed #header-inner {
	border-radius: 0;
	z-index: 10;
	padding:0;
	width:1250px;
	margin:auto;
	max-width: 96%;
	background-color: rgba(0,0,0,0);
	height: 69px;
}
#full-header-container.fixed #header-inner:before {
	display: none;
}
#full-header-container.fixed #header-left img {
	height: 40px;
}
#full-header-container.fixed #header-nav li {
	font-size: 12px;
}

#full-header-container.fixed #header-nav .nav-dropdown li {
	font-size: 14px !important;
}

#full-header-container.fixed #header-nav li a {
	padding:0 28px;
}
#nav-povp {
	display: none !important;
}
#full-header-container.fixed #nav-povp {
	display: inline-block !important;
}


#header-inner {
	height:102px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-direction:row;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.8);
	padding:0px 60px;
	position: relative;
	border-radius: 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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   	#header-inner:before {
   		content:none !important;
   		display: none !important;
   	}
}
#header-inner:before {
	content:'';
	display: block;
	position: absolute;
	width: 100%;
	height:117px;
	background-color: rgba(255,255,255,0.3);
	top:-15px;
	left:0;
	border-radius: 16px;
    box-shadow: 0px 30px 120px rgba(0, 0, 0, 0.4);
    -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;

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

#header-logo {
	display: flex !important;
    height: 100%;
    align-items: center;
}

#header-left img {
	height: 50px;
	position: relative;
	z-index: 1;
}

#header-nav {
	height: 100%;
	float:right;
}
#header-nav ul {
	height: 100%;
}
#header-nav > li.active {
    box-shadow: inset 0 -3px black;
}

#header-nav > ul > li:hover {
	box-shadow: inset 0 -6px #fefd00;
	color: #444;
}
#header-nav > ul > li {
	font-size:13px;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	position: relative;
	text-transform: uppercase;
	height: 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;
	cursor: pointer;
}
#header-nav > ul > li a {
	color: inherit;
	display: inline-flex;
	padding:0 20px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}


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



#header-nav > ul > li:hover .nav-dropdown {
	visibility: visible;
	transform: translateX(0px);
	opacity: 1;
	pointer-events: all;
}

.nav-dropdown {
	position: absolute;
    background-color: rgba(255,255,255,0.75);
    margin-top: 10px;
    height: auto !important;
    border-radius: 10px;
    padding: 28px;
    width: 624px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(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;
}

.nav-dropdown:after {
    content: '';
    background-image: url(../res/world-dots.png);
    height: 100%;
    position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    background-size: auto 107%;
    background-repeat: no-repeat;
    background-position: 0 -15px;
}

.nav-dropdown-filler {
	position: absolute;
    height: 40px;
    width: 100%;
    top: -10px;
    left: 0;
    z-index: 1;

}

.nav-dropdown li {
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	font-size: 15px;
}

.nav-dropdown a {
	text-transform: none;
}




#podstran-nav-totop {
	-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;
}







#main-content-slider {
    height: 100vh;
	background-color: #eee;
	background-size: cover;
	background-position: 50%;
}

#ploj-podstran #main-content-slider {
	height: 500px;
}

#ploj-podstran ._bgoneslider-container {
	bottom:70px;
}

#ploj-podstran #main-content-back {
    top: 220px;
}

#main-content-back.open {
	z-index: 20;
}

.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: 'Slabo 13px', serif;
	margin-bottom:30px;
	text-align: center;
}


.full-width-2part .element-right span.signature {
	font-size:28px;
	line-height: 24px;
	color: #999;
	font-family: 'Sacramento', 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;
}





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

._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% / 3 - 30px + (30px / 3));
	margin-right:30px;
	margin-top:30px;
}
._kat-list-inner._kat-list-3 li:nth-child(3n) {
	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);
	border:solid 1px #bbb;
	overflow: hidden;
	background-color: #fff;
	padding:15px;
	position: relative;
}

#produtki-index-container .artikel-element-slika {
	height:calc(265px - 30px);
	width:calc(100% - 2px - 30px);
	border:solid 1px #bbb;
	overflow: hidden;
	background-color: #fff;
	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: #688f36;
    margin-top: 25px;
}

.artikel-element-cena {
	margin-top:10px;
}

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

.artikel-element-slika: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: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	visibility: hidden;
	justify-content: center;
	align-items: center;
	opacity: 0;
}



.artikel-element-hover span {
	font-size: 14px;
    background-color: #6d9040;
    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);
}

.rel {
	position: relative;
	overflow: hidden;
}

.rel .spinner-container {
	background-color: #f1f1f1;
}


#tiles-container {
	padding:50px;
	padding-bottom: 30px;
	padding-top:0;
	top:-10vh;
	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;
}


.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;
	width: calc(100% / 3 - 50px + (50px / 3));
    display: inline-block;
    margin-left:50px;
    vertical-align: top;
    font-size:20px;
    color: #fff;
    background-size: 100%;
    background-position: 50%;
    cursor: pointer;
}

.row-3tiles li:hover {
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.39);
}

.row-3tiles-image { 
	height: 215px;
	position: relative;
	background-size: 100%;
	background-position: 50%;
	-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;
	overflow:hidden;

}

.row-3tiles-image-inner {
	height: 100%;
	width:100%;
	background-size: cover;
	-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;
	filter: grayscale(1);
}

.row-3tiles-image a {

}

.row-3tiles-text {
	display: block;
	background-color: #222;
	padding:30px;
	-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-3tiles li:hover .row-3tiles-text {
	background-color: #fff;
}

.row-3tiles li:hover .row-3tiles-text h4 {
	color: #555;
}

.row-3tiles li a {
	position: absolute;
	display: inline-flex;
	height: 32px;
	padding:0px 20px;
	padding-right: 0;
	font-size: 15px;
	background-color: #fefd00;
	color: #777;
	bottom: 0;
	right: 0;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
}


.row-3tiles li a i {
    background-color: rgba(0,0,0,0.2);
    margin-left: 20px;
    display: inline-block;
    height: 32px;
    line-height: 33px;
    font-size: 29px;
    color: #777;

}

.row-3tiles li:hover {
	background-size: 110%;
}
.row-3tiles 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 .row-3tiles-image-inner {
	transform: scale(1.1);
	filter: grayscale(0);
}

.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;
	color: #fff;
	font-weight: 400;
    -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;
	padding-top:10px;
    letter-spacing: -0.5px;
	position: relative;
}

.row-3tiles li h4:before {
	content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 40px;
    top: -2px;
    background-color: #fefd00;
}











#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 {
	display: inline-block;
	width:calc(25% - 34px + (30px / 4));
	margin-right: 30px;
	font-size:20px;
	margin-top:30px  !important;
	text-align: center;
}

.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: 500;
	font-size: 18px;
	margin-top:20px;
	color: #708f43;
}

.produkti-row-section ul li .cena {
	font-family: 'Slabo 13px', serif;
	font-weight: 600;
	font-size: 18px;
}





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

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














#zakaj-mi-container {
	background-color: #ffff01;
	padding:50px;
}

#zakaj-mi-container ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}

#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:48px;
	color: #000;
	margin-right: 21px;
}

#zakaj-mi-container ul li p {
	display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
	white-space: nowrap;
}

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







.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;

}


#main-content-back {
	position: absolute;
	font-size: 20px;
	text-align: center;
	left:0;
	top:calc(50% - 60px);
    background-color: rgba(19, 19, 19, 0.92);
	color: #fff;
	width:60px;
	height: 120px;
	z-index: 6;
	line-height: 120px;
	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;
}

.align-r {
	text-align: right;
}

#vse-storitve {
	margin-top:30px;
}

.blk-button-down {
	background-color: #d2d2d2;
    color: #6d6d6d;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
}

.blk-button-down i {
	margin-left: 20px;
	position: relative;
	top:3px;
	font-size: 20px;
}

#vse-storitve .blk-button-down i {
	font-size: 16px;
	top:2px;
}

.title-responsive {
	font-size: 2.3vw !important;
}

.section-heading {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 300;
	position: relative;
	padding-bottom: 40px;
}

.section-heading.dark {
	color: #222;
}


.section-heading.light {
	color: #fff;
}

.section-heading:before {
	content:'';
	display:block;
	position: absolute;
	height:5px;
	width:70px;
	top:-10px;
	background-color: #fefd00;
}


#zakaj-container {
	margin-bottom: 150px;
}


#zakaj-inner {
	width:calc(100% - 30px);
	margin-bottom: 50px;
	position: relative;
}

#zakaj-content {
	background-color: #222;
	font-size: 15px;
	color: #fff;
	padding:80px 100px;
	position: relative;
	z-index: 2;
	-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;
}


#zakaj-inner.preloaded.p-static #zakaj-content {
	transform:translateX(-40%);
}

#zakaj-inner.preloaded.p-static:before {
	opacity: 0;
	border-radius: 50%;
	transform: translateX(100%) scale(0.5) rotate(20deg);
}

#zakaj-inner:before {
	content:'';
	display:block;
	position: absolute;
	height:300px;
	width:300px;
	bottom:0;
	z-index: 1;
	right: -30px;
	top:55px;
	background-color: #fefd00;
    box-shadow: 3px 4px 80px rgba(0, 0, 0, 0.12);
    -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;
}


#zakaj-inner h4 {
	text-transform: uppercase;
}

#zakaj-inner p {
	margin-top:15px;
	text-align: justify;
	line-height: 24px;
}




#zakaj-servis-container {
	margin-bottom: 150px;
	margin-top:120px;
}


#zakaj-servis-inner {
	width:calc(100% - 80px);
	margin-bottom: 50px;
	position: relative;
	margin-left:80px;
}

#zakaj-servis-content {
	font-size: 19px;
	color: #111;
	position: relative;
	z-index: 2;
	-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;
}


#zakaj-servis-inner h4 {
	text-transform: uppercase;
}

#zakaj-servis-inner p {
	margin-top:20px;
	text-align: justify;
	line-height: 29px;
}



#galerija-container .section-heading {
	
}


#galerija-container {
	padding-top:150px;
	background-color: #222;
}

.galerija-3 ul {
	height: 33.3vw !important;
}


#galerija-container ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 366px;
	padding-bottom:100px;
	padding-top:10px;
}

ul#galerija-transport-inner {
	display: block;
	white-space: nowrap;
}

ul#galerija-transport-inner li {
	width:33.33%;
	display: inline-block;
}

#galerija-container ul li {
	flex:1;
	height: 100%;
	display: inline-flex;
	background-color: #111;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	cursor: pointer;
}

#galerija-container ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width:100%;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	-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;
}

#galerija-container ul li .image {
	height: 100%;
    width: 100%;
    background-size: cover;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50%;
}


#galerija-container ul li .hover {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.8);
    display: block;
    height: 43vw;
    width: 43vw;
    transform: scale(0.08);
    border-radius: 50%;
    -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;
}

#galerija-container ul li:hover .image, #galerija-container ul li:hover a {
	transform: scale(1.1);
}

#galerija-container ul li:hover .hover {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

#galerija-container ul li .hover i {
	font-size: 96px;
    color: #fff;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 4;
    line-height: 100px;
    opacity: 0;
     -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transform: rotate(20deg);
}

#galerija-container ul li:hover .hover i {
	opacity: 1;
	transform: rotate(0deg);
}







#nasvet-container {
	padding:85px;
	text-align: center;
	background-image: url(../res/ploj_nasvet.jpg);
	background-image: url(../res/povp-bg.jpg);
	background-size: cover;
	background-position: 0 100%;
	background-color: #222;
}



#nasvet-container h3 {
	font-size: 32px;
	font-weight: 300;
	color: #ffff01;
}

#nasvet-container > a {
	display: block;
	width:calc(55% - 40px);
	font-size: 15px;
	color: #000;
	background-color: #fff;
	border:solid 2px #fff;
	font-weight: 600;
	text-transform: uppercase;
    margin: auto;
    margin-top: 30px;
    padding:20px 30px;
    box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.49);
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	border-radius: 4px;
}

#nasvet-container > a:hover {
	background:0;
	border:solid 2px #fff;
	color: #fff;
}

#nasvet-povp {
	display: block;
	width:calc(55% - 40px);
	font-size: 15px;
	color: #000;
	background-color: #fff;
	border:solid 2px #fff;
	font-weight: 600;
	text-transform: uppercase;
    margin: auto;
    margin-top: 30px;
    padding:20px 30px;
    box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.49);
    -webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	border-radius: 4px;
}

#nasvet-povp:hover {
	background:0;
	border:solid 2px #fff;
	color: #fff;
}

#nasvet-kontakt {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
}

#nasvet-kontakt i {
	margin-right: 20px;
	color: #ffff01;
	display: inline-block;
}


#partnerji-container ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
    padding: 75px 0;
    width: 70%;
    margin: auto;
}

#partnerji-container ul li {

}

#partnerji-container ul li img {
	height: 30px;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	opacity: 0.9;
}


#zemljevid-container {
	margin-top: 120px;
}

#mapsvg-container {
	width: 100%;
	text-align: right;
	height: 33vw;
	position: relative;
}

#mapsvg {
	position: absolute;
	height: calc(33vw + 220px) !important;
	width: calc(33vw + 220px) !important;
	margin-top:-220px;
	right:0;
	top:0;
	overflow:hidden;
}

#mapsvg-legenda {
	position: absolute;
	height: 100%;
	left:0;
	right: 0;
	margin: auto;
	text-align: left;
	z-index: 3;
}

.mapsvg-legenda-row div {
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-top:30px;
	vertical-align: middle;
}

.mapsvg-legenda-row b {
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 40px;
	margin-left:30px;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}










#podstran-container {
	padding-top: 80px;
	padding-bottom: 80px;
}


#podstran-container #podstran-nav {
	display: inline-block;
	width:299px;
	vertical-align: top;
	border-right: solid 1px #e2e2e2;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

#podstran-container #podstran-nav li {
	font-size: 15px;
	color: #777;
	height: 50px;
	line-height: 50px;
	text-align: right;
	padding:0px 20px;
	cursor: pointer;
}

#podstran-container #podstran-nav li.active {
	background-color: #eee;
	font-weight: 600;
	color: #222;
}

#podstran-container #podstran-nav li:hover {
	background-color: #f6f6f6;
}

#podstran-container #podstran-content {
	display: inline-block;
	margin-left:120px;
	width: calc(100% - 300px - 120px - 80px);
	vertical-align: top;
	padding-top:20px;
	padding-bottom:20px;
}

#podstran-content img {
	width: 100%;
}

#podstran-container #podstran-content h3 {
	font-size: 17px;
	margin-bottom: 30px;
	font-weight: 900;
	line-height: 22px;
	text-align: justify;
	display: block;
}

#podstran-container #podstran-content p {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 22px;
	text-align: justify;
	display: block;
}

#podstran-container #podstran-content p:last-child {
	margin-bottom: 0;
}

#podstran-container #podstran-content p.bg {
	background-color: #ffff01;
	padding:50px 125px;
	padding:8% 15%;
	font-size: 14px;
	text-align: center;
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

#podstran-container #podstran-content p.bg br {
	content:'';
	display: block;
	margin-bottom: 20px;
}

#podstran-container #podstran-content ul:not(.podstran-bg-ul) {
	padding-left:120px;
    margin-bottom: 55px;
}

#podstran-container #podstran-content ul:not(.podstran-bg-ul) li {
	font-size: 14px;
	margin-bottom:10px; 
}

#podstran-container #podstran-content ul:not(.podstran-bg-ul) li:last-child {
	margin-bottom: 0 !important
}

#podstran-container #podstran-content ul:not(.podstran-bg-ul):not(.podstran-ul-tick) li span {
	display: inline-block;
    width: calc(100% - 28px);
    vertical-align: top;
}

#podstran-container #podstran-content ul:not(.podstran-bg-ul):not(.podstran-ul-tick) li:before {
	content:'';
	display: inline-block;
	height: 3px;
	width:3px;
	border-radius: 50%;
	background-color: #111;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 25px;
}


.reference-bg {
	height: 225px;
	height: 350px;
	background-color: #333;
	margin-top: 15px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: 50%;
	cursor: default;
	overflow: hidden;
	position: relative;
}

.reference-bg.lrg {
	height: 350px;
}


.reference-ttl {
	background-color: #333;
	margin-top: 30px;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: 50%;
	cursor: default;
	font-size: 17px;
	padding:23px 0;
}

.reference-ttl h3 {
	font-weight: 400 !important;
	color:#fff;
	text-transform: uppercase !important;
	cursor: default !important;
	padding: 0px 25px !important;
	text-align: center !important;
	line-height: auto !important;
	margin:0 !important;
	font-size: 20px !important;
}


#ref-last {
	font-size: 20px;
	list-style-type: none !important;
	padding:55px !important;
	background-color: #333;
}


#ref-last li {
	list-style-type: none !important;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase;
}

#ref-last li:before {
	display: none !important;
}



.podstran-izkaznica-bg:after {
    content: '';
    background-image: url(../res/world-dots.png);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.2;
}

.podstran-izkaznica-bg {
	background-color: #ffff01;
	padding: 9% 15% !important;
	position: relative;
}

.podstran-izkaznica-bg ul {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 24px;
	padding-left:0 !important;
    font-size: 0;
    margin-bottom: 0 !important;
}

.podstran-izkaznica-bg ul li {
	font-size: 19px !important;
	margin:0 !important;
	margin-bottom: 4px !important;
}

.podstran-izkaznica-bg ul:first-child li:first-child {
	margin-bottom: 10px !important;
}

.podstran-izkaznica-bg ul:first-child li b {
	font-weight: 600;
	font-size: 120%;
}

.podstran-izkaznica-bg ul li b {
	font-weight: 600;
}

.podstran-izkaznica-bg ul li:before {
	display: none !important;
}

.storitve-bg {
	height: 172px;
	background-color: #333;
	margin-top: 30px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.storitve-bg:hover {
	transform: scale(1.05);
}

.storitve-bg h3 {
	color: #fff;
	font-size: 35px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
	line-height: 35px !important;
	margin:0 !important;

}


.predstavitev-bg {
    background: #555;
    padding: 50px;
    text-align: center;
    font-size: 0;
    color: #fff;
    position: relative;1
}

.predstavitev-bg:before {
    position: absolute;
    pointer-events: none;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    left: 0;
    background-image: url(../res/world-dots.png);
    opacity: 0.4;
}

.predstavitev-bg h3 {
	color: #fbfc00;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.predstavitev-bg p {
	text-align: center !important;
	position: relative;
    z-index: 2;
}

.bg-quote {
	padding:50px;
	position: relative;
}

.bg-quote:before {
	content: '˝';
    font-size: 244px;
    position: absolute;
    transform: scaleY(1.5);
    height: 80px;
    line-height: 214px;
    left: -44px;
    top: -44px;
    color: #ffff00;
}

.bg-quote:after {
	content: '˝';
    font-size: 244px;
    position: absolute;
    transform: scaleY(1.5);
    height: 80px;
    line-height: 214px;
    right: -44px;
    bottom: -44px;
    color: #ffff00;
}

.align-children-right * {
	text-align: right !important;
}


.bg-quote-signature p {
	margin:0 !important;
}





.podstran-bg-ul {
	background-color: #ffff01;
    padding: 35px;
    padding-left: 18%;
    margin-bottom: 30px;
}

.podstran-bg-ul li {
	font-size: 15px;
    margin-bottom: 10px;
}

.podstran-bg-ul li span {
	font-weight: 400;
    display: inline-block;
    width: calc(100% - 46px);
    vertical-align: top;
}

.podstran-bg-ul li:last-child {
	margin:0;
}


.podstran-bg-ul li:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-top: -5px;
    margin-right: 36px;
    content: '';
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



.podstran-ul-tick li span {
	font-weight: 400;
    display: inline-block;
    width: calc(100% - 46px);
    vertical-align: top;
}

.podstran-ul-tick {
	list-style-type: none;
}

.podstran-ul-tick li:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-top: -5px;
    margin-right: 36px;
    content: '';
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}




.osebna-izkaznica {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.osebna-izkaznica td {
    border-bottom: 15px solid #fff;
}

.osebna-izkaznica td:first-child {
	background-color: #acacac;
    color: #fff;
    padding: 15px 48px;
}


.osebna-izkaznica td:last-child {
	background-color: #ebebeb;
    color: #000;
    padding: 13px 48px;
    width:calc(100% - 88px);
    border-left: solid 30px #fff;
    font-weight: 600;
}

.osebna-izkaznica td:last-child br {
	display: block;
	content:'';
	margin:10px 0;
}






.harmonika-full #harmonika {
	width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    background-color: rgba(29, 29, 29, 0.98);
}

.harmonika-full li {
	-webkit-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 640ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.harmonika-preloaded {
	visibility: hidden;
	transform: translateX(100%);
}





#harmonika li.tofull {
	flex-basis: 100%;
}

/*#harmonika li.tofull .image:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    pointer-events: none;
}*/
#harmonika li.tofull .image {
	background-position: 50%;
}

#harmonika li.tofull h3 {
	opacity: 0;
}



#harmonika li > a {
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

#index {
	background-color: #333;
}

#harmonika-logo {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    position: absolute;
    z-index: 4;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#harmonika-logo img {
	width:55%;
	margin-top: -10%;
	opacity: 0;
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

#harmonika-logo img.visible {
	opacity: 0.48;
}

#index-header {
	height: 75px;
	width:100%;
	background-color: #fff;
	position: fixed;
	z-index: 10;
	top:-75px;
}

#index-header ul {
	text-align:right;
	height: 75px;
	line-height: 75px;
	width: 66.6vw !important;
	max-width: 98vw;
}

#index-header li {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.4px;
    font-weight: 400;
    margin-left: 38px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    height: 75px;
}

.responsive-in-fixed, #zakaj-intro-full-container > div h2.responsive-in-fixed, #zakaj-intro-full-container > div h1.responsive-in-fixed {
	font-size: 44px !important;
}

#mobile-bg-title {
	display: none;
}

#index-header li:not(.nav-img):before {
	content:'';
	height: 2px;
	position: absolute;
	bottom:0;
	display: block;
	background-color: #ffff00;
	-webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	width: 100%;
	opacity: 0;
}

#index-header li:not(.nav-img):hover:before {
	bottom:50%;
	opacity: 1;
}

#index-header li.nav-img img {
	height: 34px;
}


.nav-img {
	background-color: #353535;
	padding:11px;
	height: calc(100% - 22px) !important;
}



#index-loader {
	display: none;
}
















.kontakt-tile {
	padding:50px;
	width: calc(50% - 35px - 100px - 2px);
	margin-right: 70px;
	border:solid 1px #ddd;
	display: inline-block;
	color: #333;
	margin-bottom: 50px;
	-webkit-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	cursor: pointer;
}

.kontakt-tile:hover {
	background-color: rgba(255, 255, 1, 0.46);
	border-color:rgba(226, 226, 45, 0.39);
}

.right {
	margin-right: 0 !important
}


.kontakt-tile > p {
	margin:0 !important;
	font-size: 18px !important;
}

.kontakt-tile > p:nth-child(2) {
	margin-top: 6px !important;
}

.kontakt-tile > p:nth-child(2) b {
	font-size: 110%;
}

.kontakt-tile > div {
	margin-top:20px;
}

.kontakt-tile > div p {
	margin:0 !important;
	font-size: 16px;
	margin-top: 5px !important;
}

.kontakt-tile > div p b {
	margin-right: 6px;
	font-size: 120%;
}




.kontakt-medtile h4 {
	font-size: 19px;
	margin-bottom:20px;
}


.kontakt-medtile {
	display: block;
	background-color: #f4f4f4;
	padding:50px;
	margin-bottom: 50px;
}

.kontakt-medtile p {
	margin:0 !important;
	font-size: 16px;
	margin-top: 5px !important;
}

.kontakt-medtile p b {
	margin-right: 6px;
	font-size: 120%;
}



#map, #map-2 {
	width:100vw;
	left:0;
	right: auto;
	height: 640px;
	max-width:100%;
	position: absolute;
}

.map-sidebyside #map {
	width:calc(50vw - 1px);
	border-right: solid 1px #222;
}
.map-sidebyside #map-2 {
	width:calc(50vw - 1px);
	right: 0;
	left: auto;
	border-left: solid 1px #222;
}

#map1, #map2 {
	width: 100%;
	left:0;
	height: 640px;
	max-width:100%;
	position: absolute;
}

#map-full-container {
	height: 640px;
}

#map-full-container-left, #map-full-container-right {
	display: inline-block;
	height: 640px;
	position: relative;
	width: 50%;
}

#map-full-container-left #map-info-inner {
	position: absolute;
	right: 0;
	border-right: solid 1px #222;
	text-align: right;
}
#map-full-container-right #map-info-inner {
	position: absolute;
	left: 0;
	border-left: solid 1px #222;
}

#map-info {
	height: 100%;
}

#map-info-container {
	position: relative;
	height: 100%;
}

#map-info-inner {
	height: 100%;
	width:430px;
	background-color: rgba(22,22,22,0.8);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

#map-info-inner > div {
	display: inline-block;
	font-size: 24px;
	color: #fafafa;
}

#map-info-inner h3 {
    color: #fff001;
    color:#fff;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 35px;
}




#ploj-servis #zakaj-container {
	margin-top: 100px;
}

#ploj-servis ._bgoneslider-container-inner {
	width: auto;
    position: absolute;
    right: -2.5vw;
    top: -18vh;
}

#ploj-servis ._bgoneslider-container-inner h2 b {
	font-size: 2.8vw;	
}

#ploj-servis ._bgoneslider-container-inner p {
	color: #fff;
    line-height: 2.9vw;
}

#ploj-servis ._bgoneslider-container-inner h2 {
	white-space: normal;
	font-size: 3.1vw;
    line-height: 2.4vw;
}

#bgoneslider-el-kakovostno {
	font-size: 2.95vw;
}
#bgoneslider-el-vulkanizersko {
	color: #ffff00;
    font-size: 3.1vw;
    margin-top: 8px;
    display: inline-block;
}
#bgoneslider-el-servisno {
	color: #ffff00;
    font-size: 3.5vw;
    display: inline-block;
}
#bgoneslider-el-dejavnost {
	font-size: 4.1vw;
}


.bgonelider-el-yel {
	color: #ffff00;
}

#bgoneslider-el-sk-sladiscenje {
	font-size: 4.4vw;
}

#bgoneslider-el-sk-blaga {
	font-size: 3.6vw;
}

#ploj-avtopralnica ._bgoneslider-container-inner p#bgoneslider-el-ap-last {
	font-size: 2.03vw !important;
    line-height: 1vw;
}


#ploj-avtopralnica #zakaj-container {
	margin-top: 100px;
}

#ploj-avtopralnica ._bgoneslider-container-inner p {
	font-size: 2.6vw !important;
	line-height: 3.4vw;
	color: #fff;
}

#ploj-avtopralnica ._bgoneslider-container-inner h2 {
	white-space: normal;
	font-size: 2.6vw;
}


#ploj-avtopralnica-osebna ._bgoneslider-container-inner h2 {
	font-size: 80px;
	white-space: normal;
}

#ploj-avtopralnica-osebna ._bgoneslider-container {
	bottom: 38vh;
}

#ploj-skladiscenje ._bgoneslider-container-inner p#bgoneslider-el-ap-last {
	font-size: 2.03vw !important;
}



#ploj-skladiscenje ._bgoneslider-container-inner p {
	line-height: 2.9vw;
}

#ploj-skladiscenje #zakaj-container {
	margin-top: 100px;
}

#ploj-skladiscenje ._bgoneslider-container-inner p {
	font-size: 3.6vw !important;
	color: #fff;
	white-space: nowrap;
}

#ploj-skladiscenje ._bgoneslider-container-inner h2 {
	white-space: normal;
	font-size: 48px;
    width: auto;
}

#ploj-skladiscenje ._bgoneslider-container-inner h2:before {
    top: -22px;
}


#ploj-skladiscenje ._bgoneslider-container-inner {
    width: 548px;
}


#ploj-skladiscenje #kontakt-tiles_osebni {
	background-color: #333;
}

#ploj-skladiscenje #kontakt-tiles_ap-tovorna .__padding {
}


#ploj-skladiscenje #kontakt-tiles_osebni .__padding {
}

#ploj-skladiscenje #kontakt-tiles_osebni h3 {
	color: #ffff00;
	margin-bottom: 25px;
}

#bgonelisder-el-ap-temeljito {
	font-size: 3.1vw;
}

#bgoneslider-el-ap-ucinkovito {
	font-size: 2.8vw;
}


#ploj-skladiscenje .w2 {
	width: 1029px !important;
}


#ponudba-tile > ul {
	width: 100%;
	text-align:center;
	margin-bottom: 100px;
}


#ponudba-tile > ul > li {
	display: inline-block;
	width:33%;
	width: calc(100% / 3 - 150px);
	padding:50px;
	margin-right: 50px;
	background-color: #e1e1e1;
	font-size: 15px;
	text-align:left;
}

#ponudba-tile > ul > li h2 {
	text-transform: uppercase;
	margin-top:50px;
	margin-bottom: 30px;
	font-weight: 600;
}

#ponudba-tile > ul > li h2:before {
	content:'';
	display: block;
	height: 3px;
	width:26px;
	background-color: #ffff00;
	margin-bottom: 25px;
}

#ponudba-tile > ul > li p {
	margin-bottom: 8px;
}


#ponudba-tile > ul > li li:before {
	content:'';
	display: inline-block;
	height: 3px;
	width:3px;
	border-radius: 50%;
	background-color: #111;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
    top: -1px;
}

#ponudba-tile > ul > li img {
	display: block;
    width: 65%;
    text-align: center;
    margin: auto;
}


#zakaj-intro-container {
	margin-top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width:100%;
}

#zakaj-intro-container > div {
	display: inline-block;
	padding:8vw;
	width: calc(50% - 16vw);
	position: relative;
}

#zakaj-intro-container > div:nth-child(2) {
	background-color: #ffff01;
	overflow: hidden;
}


#zakaj-intro-container > div h2, #zakaj-intro-container > div h1 {
	font-size: 2.3vw !important;
}
#zakaj-intro-container > div:nth-child(2) h2.section-heading:before, #zakaj-intro-container > div:nth-child(2) h1.section-heading:before {
	background-color: #e4e600;
}

#zakaj-intro-container > div p {
	font-size: 1vw;
	color: #111;
	line-height: 1.6vw;
}

#zakaj-intro-container > div br {
	display: block;
	content:'';
	margin-bottom: 20px;
}


#zakaj-intro-container > div ul li {
	font-size: 1vw;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}


#zakaj-intro-container > div ul li:before {
	content:'+';
	font-size: 2vw;
	display: inline-block;
	font-weight: 100;
	margin-right: 10px;
    margin-top: -4px;
}

.zakaj-intro-sect img {
	position: absolute;
    right: -6%;
    height: 54%;
    bottom: 3%;
    opacity: 0.3;
    pointer-events: none;
    user-select:none;
}







#zakaj-intro-full-container {
	margin-top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width:100%;
}

#zakaj-intro-full-container > div {
	display: inline-block;
	padding: 8vw 0;
	width: calc(50% - 16vw);
	position: relative;
}

#zakaj-intro-full-container > div:nth-child(2) {
	background-color: #ffff01;
	overflow: hidden;
}


#zakaj-intro-full-container > div h2, #zakaj-intro-full-container > div h1 {
	font-size: 2.3vw !important;
}
#zakaj-intro-full-container > div:nth-child(2) h2.section-heading:before, #zakaj-intro-full-container > div:nth-child(2) h1.section-heading:before {
	background-color: #e4e600;
}

#zakaj-intro-full-container > div p {
	font-size: 18px;
	color: #111;
	line-height: 1.6vw;
}

#zakaj-intro-full-container > div br {
	display: block;
	content:'';
	margin-bottom: 20px;
}

#zakaj-intro-full-container > div ul {
	margin-top: 10px;
}

#zakaj-intro-full-container > div ul li {
	font-size: 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}


#zakaj-intro-full-container > div ul li:before {
	content:'';
	font-size: 2vw;
	display: inline-block;
	font-weight: 100;
	margin-right: 20px;
	height: 3px;
	width:3px;
	background-color: #333;
	border-radius: 50%;
    margin-top: 3px;
}






#ploj-avtopralnica-osebna ._bgoneslider-container-inner h2:before {
	top: -20px;
}











.decide-container {
	width:100%;
}

.decide-container > div {
	width:33%;
	width:calc(100% / 3);
	height: 40vw;
	display: inline-block;
	vertical-align: top;
	position: relative;	
}

.decide-center-section a {
	display: block;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.decide-right, .decide-left {
	background-color: #222;
	overflow: hidden;
}

.decide-right:before, .decide-left:before {
	content:'';
	display: block;
	width: 0;
	height: 80vw;	
	width:100%;
	height: 100%;
	position: absolute;
	top:-20vw;
	top:0;
	-webkit-transition: all 140ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 140ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 140ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 140ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	opacity: 0;
	border-radius: 50%;
	border-radius: 0;
	pointer-events: none;
}

.decide-right:before {
	/*left: -40vw;*/
}


.decide-left:before {
	/*right:-40vw;*/
}

.decide-left.active:before, .decide-left.inactive:before  {
	/*right:-20vw;*/
}

.decide-right.active:before, .decide-right.inactive:before {
	/*left: -20vw;*/
}


.decide-right.active:before, .decide-left.active:before {
	/*content:'';
	display: block;
	width: 100vw;
	height: 100vw;
    background-color: rgba(254, 255, 0, 0.19);
    opacity: 1;*/
}

.decide-right.inactive:before, .decide-left.inactive:before {
/*	width: 100vw;
	height: 100vw;*/
    background-color: rgba(22, 22, 22, 0.95);
    opacity: 1;
}

.decide-left.active > div, .decide-right.active > div {
	transform: scale(1.1);
}

.decide-right > div, .decide-left > div {
	height: 100%;
	width:100%;
	background-size: cover;
}

.decide-center {
	background-color: #343434;
}

.decide-center > div {
    height: 50%;
    width: 100%;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 440ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.decide-center > div:hover {
	background-color: #222;
}

.decide-center > div h3 {
	text-transform: uppercase;
    font-size: 1.4vw;
    font-weight: 300;
    color: #feff00;
    line-height: 1.7vw;
    position: relative;
}

.decide-center > div h3 b {
	color: #fff;
	font-size: 150%;
	display: block;
	font-weight: 600;
}

.decide-center > div:first-child h3:before {
	content:'';
	height: 2vw;
	width:2vw;
	display: inline-block;
	background: transparent;
    border-top: .23rem solid #feff00;
    border-right: .23rem solid #feff00;
    box-shadow: 0 0 0 lightgrey;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
    transform: translate3d(0, -50%, 0) rotate(-135deg);
    position: absolute;
    left: -15%;
    top: 54%;

}

.decide-center > div:last-child h3:before {
	content:'';
	height: 2vw;
	width:2vw;
	display: inline-block;
	background: transparent;
    border-top: .23rem solid #feff00;
    border-right: .23rem solid #feff00;
    box-shadow: 0 0 0 lightgrey;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    position: absolute;
    right: -15%;
    top: 54%;

}


#delovni-cas-container {
	height: 33vw;
}

.two-part-container {
	width: 100%;
}

.two-part-container > div {
	width:50%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.two-part-img {
	background-color: #eee;
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.two-part-img > div {
	height: 100%;
	width: 100%;
	background-size: cover;
}


.two-part-text .__padding {
    padding: 8vw;
}

.two-part-text .__padding h2 {
	font-size: 2.3vw;
	margin-bottom: 5%;

}

.two-part-text .__padding h3 {
    font-size: 1.7vw;
    font-weight: 300;
    text-transform: uppercase;
    color: #373737;
    margin-top: 5%;
}

.two-part-text .__padding h3:before {
    content:'';
	height: 1.2vw;
	width:1.2vw;
	display: inline-block;
	background: transparent;
    border-top: .15rem solid #222;
    border-right: .15rem solid #222;
    box-shadow: 0 0 0 lightgrey;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    position: relative;
    top: 0.5vw;
    vertical-align: middle;
    margin-right: 6%;
}

.two-part-text .__padding p {
	font-size: 1.4vw;
	font-weight: 900;
	text-transform: uppercase;
	margin-left:20%;
	color: #333;
}









.galerija-sel {
	margin-bottom: 20px;
}

.galerija-sel a {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.galerija-sel span {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.galerija-sel a.active {
	font-style: italic;
}
.galerija-sel a.active:before {
	content:'';
	height: 12px;
	width:120%;
	left:-10%;
	bottom:-10%;
	background-color: #fff001;
	opacity: 0.5;
	position: absolute;
}

.galerija-sel a:before {
	content:'';
	height: 12px;
	width:0;
	left:60%;
	bottom:-50%;
	background-color: #777;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-moz-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	-o-transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
	transition: all 240ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.galerija-sel a:hover:before {
	width:120%;
	left:-10%;
	bottom:-10%;
	opacity: 0.5;
}



/*


#ploj-skladiscenje #povprasevanje-container, #ploj-avtopralnica #povprasevanje-container, #ploj-avtopralnica-osebna #povprasevanje-container, #ploj-servis #povprasevanje-container {
	margin-top: 120px;
}
*/
#povprasevanje-container {
	margin-top: 120px;
	margin-bottom: 120px;
}

#povprasevanje-container p {
    font-size: 18px;
    margin-top: -20px;
    color: #aaa;
    font-style: italic;
    margin-bottom: 80px;
}




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

.form-row label {
	font-size: 14px;
	font-weight: 600;
	color: #555;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.form-row-col-2 {
	display: inline-block;
	width: 48%;
}
.form-row-col-2:first-child {
	margin-right: 4%;
}
.form-row-col-2 input {
	width: calc(100% - 20px - 4px);
	padding:10px;
	border:solid 2px #959595;
}
.form-row-col-2 select {
	width: calc(100% - 4px);
	padding:10px;
	border:solid 2px #959595;
	text-transform: uppercase;
}

.form-row textarea {
	width: calc(100% - 20px - 4px);
	padding:10px;
	border:solid 2px #959595;
	height: 100px;
	resize: none;
}

.form-row:last-child {
	text-align: right;
}

.form-row:last-child button {
    border: 0;
    background-color: #707070;
    color: #fff;
    font-size: 14px;
    padding: 16px 26px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.form-row:last-child button:hover {
	background-color: #555;
}











#kontakt-tiles {
	width: 100%;
}


#kontakt-tiles > div {
	display: inline-block;
	position: relative;
	height: 25vw;
	vertical-align: top;
	font-weight: 400;
}


#kontakt-tiles_icon {
	width: 20%;
	background-color: #5a5a5a;
}
#kontakt-tiles_icon img {
	height: 16vw;
	width: 16vw;
	display: block;
	margin: auto;
	margin-top: 4.5vw;
}

#kontakt-tiles_osebni, #kontakt-tiles_tovorni, #kontakt-tiles_ap-tovorna {
	width: 40%;
}

#kontakt-tiles_osebni .__padding, #kontakt-tiles_tovorni .__padding, #kontakt-tiles_ap-tovorna .__padding {
	padding:7% 21%;
	height: 78%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	justify-content: center;
}




#kontakt-tiles_osebni {
	background-color: #6a6a6a;
}

#kontakt-tiles_tovorni, #kontakt-tiles_ap-tovorna {
	background-color: #ebebeb;
}




#kontakt-tiles h3 {
	font-size: 1.4vw;
	text-transform: uppercase;
}



#kontakt-tiles_osebni h3 {
	color: #fff;
}

#kontakt-tiles_osebni .kontakt-bg {
	background-color: #ffff01;
	font-size: 0.9vw;
	text-align: center;
	padding:2%;
	margin-top: 6%;
}

#kontakt-tiles_osebni .kontakt-bg span {
	color: #a19d8f;
}

#kontakt-tiles_osebni .kontakt-bg b {
	font-size: 2vw;
	font-weight: 400;
	margin-left:4%;
}

#kontakt-tiles_osebni ul  {
	display: inline-block;
}

#kontakt-tiles_osebni ul li {
	font-size: 1.1vw;
	color: #fefefe;
	white-space: nowrap;
	margin-bottom: 1%;
}

#kontakt-tiles_osebni ul li span {
	width:25%;
	display: inline-block;
}

.tiles_osebni-upper a {
	display: inline-block;
	font-size: 1.12vw;
}

#kontakt-tiles_osebni-num {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 15%;
	justify-content: center;
}

.tiles_osebni-upper:last-child {
	margin-bottom: 5%;
}

.tiles_osebni-lower {
	margin-top: 5%;
}






#kontakt-tiles_tovorni-vodja {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 11%;
	margin-bottom: 7%;
	justify-content: center;
}

#kontakt-tiles_tovorni-vodja {
	font-size: 0.9vw;
}

#kontakt-tiles_tovorni-vodja p {
	color: #aaa;
}
#kontakt-tiles_tovorni-vodja a {
	font-size: 1.8vw;
}

#kontakt-tiles_tovorni .kontakt-bg {
	background-color: #ffff01;
	font-size: 0.9vw;
	text-align: left;
	padding:3% 10%;
	margin-top: 4%;
}

#kontakt-tiles_tovorni .kontakt-bg > div {
	margin-bottom: 1%;
}

#kontakt-tiles_tovorni .kontakt-bg > div:last-child {
	margin:0;
}

#kontakt-tiles_tovorni .kontakt-bg span {
	display: inline-block;
	margin-right: 7%;
	color: #aaa;
}

#kontakt-tiles_tovorni .kontakt-bg a {
	font-size: 1.3vw;

}


#kontakt-tiles_ap-tovorna .kontakt-bg {
	background-color: #ffff01;
	font-size: 0.9vw;
	text-align: left;
	padding:3% 10%;
	margin-top: 4%;
}


#kontakt-tiles_ap-tovorna .kontakt-bg > div {
	margin-bottom: 0.5%;
}

#kontakt-tiles_ap-tovorna .kontakt-bg > div:last-child {
	margin:0;
}

#kontakt-tiles_ap-tovorna .kontakt-bg > div:first-child a {
	font-size: 1.4vw;
}

#kontakt-tiles_ap-tovorna .kontakt-bg span {
	display: inline-block;
	margin-right: 7%;
	color: #aaa;
}

#kontakt-tiles_ap-tovorna .kontakt-bg a {
	font-size: 1.1vw;

}

#ploj-avtopralnica ._bgoneslider-container-inner {
	transform: scale(1.4);
	width: auto;
	margin-right: 7%;
}


#kontakt-tiles_rocna-ap-vodja {
	justify-content: center;
}

#kontakt-tiles_rocna-ap-vodja {
	font-size: 0.9vw;
	margin: 11% 0;
	margin-bottom: 6%;
}

#kontakt-tiles_rocna-ap-vodja p {
	color: #aaa;
}
#kontakt-tiles_rocna-ap-vodja a {
	font-size: 1.5vw;
}

#kontakt-tiles_rocna-ap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}


#kontakt-tiles_ap-tovorna-vodja {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 6%;
	margin-bottom: 6%;
	justify-content: center;
}

#kontakt-tiles_ap-tovorna-vodja {
	font-size: 0.9vw;
}

#kontakt-tiles_ap-tovorna-vodja p {
	color: #aaa;
}


#kontakt-tiles_ap-tovorna-vodja a {
	font-size: 1.5vw;
}

#kontakt-tiles_rocna-ap img {
	position: relative;
	top: 2px;
	height: 16px;
}




#main-content-downbtn.dynpage-preload-delay {
	transform: translateY(20px);
	opacity: 0;
}

#main-content-downbtn {
	height: 61px;
    width: 150px;
    /*background-color: rgba(255,255,255,0.8);*/
    position: absolute;
    bottom: 30px;
    display: inline-block;
    right: calc(50% - 75px);
    z-index: 3;
    -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;
}

#main-content-downbtn:hover {
	cursor: pointer;
	transform: translateY(-10px);
}

#main-content-downbtn:before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 16%;
    width: 26px;
    left: calc(50% - 13px);
    height: 26px;
    background: transparent;
    border-top: 4px solid #fdff01;
    border-right: 4px solid #fdff01;
    box-shadow: 0 0 0 lightgrey;
    transition: all 200ms ease;
    transform: rotate(135deg);
}






#ploj-skladiscenje .two-part-text .__padding {
	background-color: #ffff01;
}

#ploj-skladiscenje #delovni-cas-container .section-heading:before {
	background-color: #333;
}

#ploj-skladiscenje #delovni-cas-container {
	height: 29vw;
}





#ploj-avtopralnica-osebna ._bgoneslider-container-inner p#bgoneslider-el-ap-last {
	font-size: 39px !important;
}

#ploj-avtopralnica-osebna ._bgoneslider-container-inner p {
	line-height: 57px;
}

#ploj-avtopralnica-osebna #zakaj-container {
	margin-top: 100px;
}

#ploj-avtopralnica-osebna ._bgoneslider-container-inner p {
	font-size: 70px !important;
	color: #fff;
}

#ploj-avtopralnica-osebna ._bgoneslider-container-inner h2 {
	white-space: normal;
	font-size: 63px;
	transform: scale(1.4);
    width: 618px;
}

#ploj-avtopralnica-osebna ._bgoneslider-container-inner h2:before {
    top: -22px;
}


#ploj-avtopralnica-osebna ._bgoneslider-container-inner {
    width: 548px;
}


#ploj-avtopralnica-osebna #kontakt-tiles_osebni {
	background-color: #333;
}

#ploj-avtopralnica-osebna #kontakt-tiles_ap-tovorna .__padding {
}


#ploj-avtopralnica-osebna #kontakt-tiles_osebni .__padding {
}

#ploj-avtopralnica-osebna #kontakt-tiles_osebni h3 {
	color: #ffff00;
	margin-bottom: 25px;
}

.osebna-vozila-2 {
	background-color: #5a5a5a !important;
}

.osebna-vozila-2 .__padding {
}







.big-ul {
	font-size: 20px;
	display: inline-block;
}

.big-ul li {
	font-size: 1.6vw !important;
	text-transform: uppercase;
	font-weight: 300;
}

.big-ul li:before {
	content: '';
    width: 9px !important;
    height: 20px !important;
    border: solid #000 !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    border-radius: 0 !important;
    background-color: rgba(255,255,255,0) !important;
    margin-top: -3px !important;
}


.tiles-ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style-type: none !important;
	flex-wrap:wrap;
	justify-content: center;
}

.tiles-ul#servis-osebna-tiles li:first-child {
	width:100%;
}

#konfig-platisca {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:20px;
	align-items: center;
}

.tiles-ul#servis-osebna-tiles li:nth-child(3n) {
	margin-right: 40px;
}
.tiles-ul#servis-osebna-tiles li:nth-child(3n+1) {
	margin-right: 0;
}

.tiles-ul#servis-osebna-tiles li:first-child {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tiles-ul#servis-osebna-tiles li:first-child a {
	display: inline-block;
	margin:10px 30px;
	vertical-align: middle;
}

.tiles-ul#servis-osebna-tiles li:first-child img {
	position: static !important;
	opacity: 1;
	pointer-events: all;
	user-select:all;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: auto !important;
	width:100%;
	display: block !important;
}

.tiles-ul > li {
	display: inline-block !important;
	width:calc(100% / 3 - 40px + (40px / 3));
	background-color: #ebebeb;
	margin-right:40px;
	margin-bottom: 40px !important;
}

.tiles-ul > li:before{
	display: none !important;
}

.tiles-ul > li:nth-child(3n) {
	margin-right: 0;
}

.tiles-ul > li h3 {
    font-weight: 300;
    color: #fff;
    background-color: #676767;
    text-align: center;
    line-height: 61px;
    text-transform: uppercase;
    font-size: 21px;
}

.tiles-ul > li div.li-body {
	padding: 45px;
	background-color: #ebebeb;
	font-size: 16px;
}

.tiles-ul > li div.li-body p {
	font-size: 16px !important;
	line-height: 24px !important;
}

.tiles-ul > li div.li-body p {
	margin-bottom: 15px;
}

.tiles-ul > li div.li-body p:last-child{
	margin-bottom: 0;
}

.tiles-ul > li div.li-body ul li {
	font-size: 15px !important;
}

.avtoservis-right {
	color: #000;
    font-size: 1.8vw;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 17vw;
}


#bgooneslider-kavarna-kvm {
    font-size: 3.6vw;
    display: block;
    line-height: 3vw;
}

#konfig-platisca p {
	font-size: 13px !important;
    word-break: break-all;
}

#ploj-kavarna ._bgoneslider-container-inner h2 {
	font-size: 2.59vw;
	transform: scale(1.4);
    transform-origin: left center;
}


#tiny-gal-container {
}

#tiny-gal-container ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#tiny-gal-container ul li {
	height: 20vw;
	width: 25%;
	background-color: #eee;
	position: relative;
}

#tiny-gal-container ul li > div {
	height: 100%;
	width:100%;
	background-size: cover;
	background-position: 50%;
}





#kavarna-socialno {
	padding:8% 6%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 0;
}


#kavarna-socialno .kavarna-socialno-sect {
	display: inline-block;
	width: 40%;
	flex:1;

}

#kavarna-socialno .kavarna-socialno-sect:first-child {
	margin-right: 0;
	width:50% !important;
}
#kavarna-socialno .kavarna-socialno-sect:last-child {
	margin-left: 10%;
}

#fb-box {
	text-align: center;
}


#kavarna-banner-text {
	font-size: 23px;
	margin-bottom: 80px;
	font-weight: 400;
}

#kavarna-banner-text h3 {
	font-weight: inherit;
	text-transform: uppercase;
	text-align: center;
}

#kavarna-banner-text img {
	display: inline-block;
    height: 61px;
    vertical-align: middle;
    margin-top: -13px;

}

#kavarna-zakaj-p {
	margin-top: 50px;
	font-size: 1.25vw !important;
	font-weight: 900;
    margin-bottom: -7%;
}

#kavarna-zakaj-p img {
	display: inline-block;
    height: 61px;
    vertical-align: middle;
    margin-top: -13px;

}




#kavarna-gal {
	position: relative;
	height: 45vw;
	padding-bottom: 5vw;
}

#kavarna-gal-imgs {
	position: relative;
	width: 34vw;
}

#kavarna-gal:before {
    content: '';
    background-image: url(../res/ig.svg);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 100% 100%;
    opacity: 0.09;
}



#kavarna-gal-1 {
	height: 15vw;
	width: 15vw;
	background-color: red;
	position: absolute;
	top:0;
	left:0;
}

#kavarna-gal-2 {
	height: 19vw;
	width: 19vw;
	background-color: green;
	position: absolute;
	top:3vw;
	right:5%;
}


#kavarna-gal-3 {
	height: 24vw;
	width: 24vw;
	background-color: blue;
	position: absolute;
	top:20vw;
	right:20%;
}

/*#kavarna-gal-3:after {
	content:'';
	display: block;
	position: absolute;
	height: 4vw;
	width:4vw;
	background-color: #111;
	bottom: 0;
	right: -5vw;
	cursor: pointer;
}

#kavarna-gal-3:after:hover {
	background-color: #444;
}

#kavarna-gal-3:before {
    content: '';
    height: calc(1.5vw - 0.2vw);
    width: calc(1.5vw - 0.2vw);
    background: transparent;
    border-top: 0.2vw solid #fff001;
    border-right: 0.2vw solid #fff001;
    box-shadow: 0 0 0 lightgrey;
    transition: all 200ms ease;
    display: block;
    position: absolute;
    bottom: 0.4vw;
    right: -3.5vw;
    z-index: 2;
    transform: translate3d(0,-50%,0) rotate(45deg);
}
*/

#ploj-podstran ._bgoneslider-container-inner {
	width:720px;
}



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

#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: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width:100%;
	flex-flow: column;
	font-size: 16px;
	color: #fff;
	overflow:hidden;
}

#mobile-menu ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1;
    justify-content: left;
    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;
}


#ploj-transport #main-content-downbtn {
	display: none;
}



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

#ploj-kavarna #main-content-downbtn {
	display: none;
}

.podstran-gal {
	display: block;
	width:100%;
	list-style-type: none;
	margin-left:0;
	padding-left:0 !important;
}


.podstran-gal li {
    width: calc(100% / 3 - 15px + (15px / 3));
    margin-right: 15px;
    background-color: #eee;
    display: inline-block;
    height: 235px;
    vertical-align: top;
    background-size: cover;
    background-position: 50%;
}
.podstran-gal li:last-child {
	margin-right: 0;
}

.podstran-gal li:before {
	display: none !important;
}

#popup-info-container.active {
	visibility: visible;
  	opacity: 1;
}
#popup-info-container {
	position: fixed;
	height: 100%;
	width:100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	visibility: hidden;
  	opacity: 0;
  	-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;
}


#popup-info {
	width:800px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-flow: column;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	padding:60px 0;
  	position: relative;
  	font-size: 16px;
}

#popup-info h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}

#popup-info p {
	font-size: 18px;
	width:600px;
	margin: 25px auto;
}

#popup-info p br {
	content:'';
	display: block;
	margin-bottom: 6px;
}

#popup-info-close {
	font-size: 20px;
	color:#fff;
	background-color: #000;
	border-radius: 50%;
	height: 32px;
	width:32px;
	position: absolute;
	right: -20px;
	top:-20px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

#popup-info-close:hover{
	background-color: #222;
}

.socialna a:hover svg{
    filter: invert(49%) sepia(0%) saturate(1784%) hue-rotate(147deg) brightness(85%) contrast(72%);
}
@media only screen and (max-width: 600px) {
    .socialna svg{
        width:32pt;
    }
}
