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

@font-face {
    font-family: 'taken_by_vultures_demoregular';
    src: url('taken_by_vultures_demo-webfont.woff2') format('woff2'),
         url('taken_by_vultures_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'taken_by_vultures_alternateRg';
    src: url('taken_by_vultures_alternates_demo-webfont.woff2') format('woff2'),
         url('taken_by_vultures_alternates_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



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

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

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

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




#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:1000px;
	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%;
}


#goto-top {
    font-size: 2.4vw;
    position: fixed;
    padding: 10px;
    z-index: 10;
    bottom: 0.8vw;
    right: 0.8vw;
    color: #fff;
    background-color: #70be44;
    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;
}

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

#full-footer-container {
	background-color:#525252; 
	margin-top: -1px;
}

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

.footer-sect {
	display: inline-block;
	width:auto;
	margin-right: 80px;
	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: #b83334;
	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(10px);
}


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

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

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

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

#footer-copyright-container {
	background-color: #464646;
}
#footer-copyright {
	font-size:14px;
	padding:30px 0px;
	color: rgba(0,0,0,0.2);
}

#footer-copyright span:last-child {
	float: right;
	-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 {
	letter-spacing: 0.6px;
	-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: rgba(255, 255, 255, 0.5);
    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 {
	height:55px;
	width:100%;
	background-color: #3f5225;
	text-align: right;
	text-transform: uppercase;
}
#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:14px;
	color: #8ca36b;
	margin-left:30px;
	font-family: 'Source Sans Pro', sans-serif;
}

#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: 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;
	left:0;
	top:0;
	right: 0;
	z-index: 3;
}

#header {
	display: block;
}
#header-inner {
	height:176px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-direction:row;
	justify-content: space-between;
	position: relative;
}

#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 img {
	height: 155px;
}

#header-nav {
	float:right;
}
#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 {
	text-align: right;
	margin-bottom: 18px;
}

#header-nav #header-nav-upper > li {
	font-size:15px;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	position: relative;
	margin-right:50px;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2px;
}

#header-nav #header-nav-upper > li.more {
	padding: 30px 0;
}

#header-nav #header-nav-upper > li.more:hover > ul {
	visibility: visible;
	opacity: 1;
}


#header-nav #header-nav-upper > li a {
	display: block;
	position: relative;
	z-index: 1;
}

#header-nav #header-nav-upper > li:before {
    content: '';
    position: absolute;
    height: 8px;
    background-color: #70be44;
    width: 0;
    bottom: 0px;
    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;
    opacity: 0.9;
}

#header-nav #header-nav-upper > li:hover:before {
 	width: 110%;
    left: -5%;
}

#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-upper li > ul {
	position: absolute;
	padding:40px;
	background-color: #6fbf44;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 8px);
    display: inline-block;
    visibility: hidden;
    -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;
    opacity: 0;
}

#header-nav #header-nav-upper li > ul li {
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
	box-shadow: inset 5px 0px #fff;
	font-size: 110%;
	padding-left:20px;
	-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;
	margin-bottom: 22%;
}

#header-nav #header-nav-upper li > ul li:hover {
	transform: scale(1.05) translateX(5%);
}


#header-nav #header-nav-upper li > ul li:last-child {
	margin-bottom: 0;
}


#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: 100vh;
	background-color: #aaa;
	background-size: cover;
	background-position: 50%;
}

#main-content-slider-gradient {
	position: absolute;
	display: block;
	height: 100%;
	width:100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.77) 0%,rgba(0,0,0,0) 21%,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: 'Source Sans Pro', 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: 'Source Sans Pro', 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;
	padding:15px 0px;
	width:calc(100% - 15px);
}

.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: 'Source Sans Pro', 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:120px 0px;
	background-size: cover;
	background-position: 50%;
}

.big-row-container h2 {
	font-size: 69px;
	font-weight: 900;
	text-transform: uppercase;
	color: #70be44;
}
.big-row-container h3 {
	font-size: 24px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 400;
	color: rgba(243, 243, 243, 0.9);
	margin-bottom: 50px;
}

.big-row-container p {
	font-size: 25px;
	text-align: justify;
	font-style: italic;
	letter-spacing: 0.9px;
	color: #565656;
	margin-top:25px;
	margin-bottom:45px;
}

.big-row-container .s-quote {
	font-size: 31px;
	text-transform: uppercase;
	color: #a4a4a4;
	display: block;
	text-align: center;
	padding:25px 0px;
	font-style: italic;
	letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}

.big-row-container .s-quote:before {
    content: '˝';
    color: #70be44;
    position: absolute;
    left: 17%;
    font-size: 156px;
    top: -46px;
    transform: skew(13deg);
}

.big-row-container .s-quote:after {
    content: '˝';
    color: #70be44;
    position: absolute;
    right: 17%;
    font-size: 156px;
    bottom: calc(-100% - 46px);
    transform: skew(13deg);
}

.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: #70be44;
}

.big-row-container table {
	font-size: 30px;
	margin-top: 50px;
}

.big-row-container table tr td {
	vertical-align: middle;
	padding-bottom: 30px;
}

.big-row-container table tr td:first-child {
	text-align: right;
	font-style: italic;
	color: #585858;
	padding-right: 50px;
}
.big-row-container table tr td:last-child {
	text-align: left;
	font-weight: 800;
	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;
	vertical-align: top;
}

.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: #70be44;
	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;
	overflow:hidden;
}


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

.form-row input {
    width: calc(45% - 3px - 36px);
    display: inline-block;
    margin-right: 10%;
    border-radius: 10px;
    border: solid 1.5px #eee;
    padding: 18px;
    font-size: 18px;
    -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;
}
.form-row textarea {
	width: calc(100% - 3px - 36px);
    display: inline-block;
    border-radius: 10px;
    border: solid 1.5px #eee;
    padding: 18px;
    font-size: 18px;
	-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: 180px;
}
.form-row input:hover, .form-row input:focus, .form-row textarea:hover, .form-row textarea:focus {
	border-color: #70be44;
}
.form-row input:last-child {
	margin:0;
}



.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: #70be44;
}

.form-row-last button {
	font-size: 18px;
	float: right;
	background-color: #70be44;
	border:0;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
    padding: 12px 40px;
    font-weight: 600;
    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;
}

.form-row-last button:not([disabled]):hover {
	padding-right: 60px;
	background-color: #5e9e3a;
	box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.27);
}

.form-row-last button:hover i {
	opacity: 1;
	right: 25px;
}

.form-row-last button i {
	font-size: 22px;
    position: absolute;
    right: -25px;
    top: 28%;
    -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;
}


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

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

#map-info-container {
	position: absolute;
	left:0;
	right: 0;
	margin:auto;
	height: 100%;
    top: 0;
    pointer-events: none;
    z-index: 2;
    max-width: none !important;
    width:100% !important;
}

#map-info-inner {
    background-color: rgba(112, 190, 68, 0.7);
	padding:50px;
	pointer-events: all;
	margin-left: -50px;
}
@media (min-width: 1200px) {
#map-info-inner {
    background-color: rgba(112, 190, 68, 1);    
    width: 306px;
    margin-left: 0;
}
}
@media (max-width: 700px) {
#map-info-inner {
    background-color: rgba(112, 190, 68, 1);    
}
}
#map-full-container:before {
	height: 100%;
	width: 100%;
	/*background-color: rgba(78, 152, 36, 0.66);*/
	content:'';
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	pointer-events: none;
}

#map-info {
	height: calc(100% - 200px);
	display: flex;
    align-items: left;
    flex-flow: column;
    pointer-events: none;
    padding:100px 0px;
    z-index: 3;
}

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


#map-info ul {
	font-size: 20px;
	margin-top: 36px;
}

#map-info ul li {
	font-size: 25pX;
	color: #3f3f3f;
	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.active ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	width: calc(100% - 10%);
	padding-left:10%;
}

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






















#trener-page ._bgoneslider-container {
	background-color: rgba(0,0,0,0);
}

#trener-page ._bgoneslider-container {
	height: 100vh;
	width:100vw;
	bottom:0;
	left:0;
}

#trener-page ._bgoneslider-container-inner h2 {
	position: static;
	font-size: 70px;
	line-height: 80px;
	margin-top: 31%;
}

#trener-page ._bgoneslider-container-inner {
	width:1000px;
	height: 100vh;
	padding:0;
	display: flex;
    justify-content: flex-start;
	align-items: center;
}

#trener-page ._bgoneslider-container-inner h2 span {
	width:100%;
}

#trener-page ._bgoneslider-container-inner h2 span:nth-child(2) {
	font-size: 150%;
}

#trener-page .big-row-container p {
	font-size: 24px;
	letter-spacing: 0px;
}








#big-row-trener {
	width:100%;
	height: 36vw;
	max-height: 650px;
	background-color: #444;
	background-size: cover;
    background-position: 50% 0;
    display: flex;
    align-items: center;
}

#big-row-trener .spinner-container {
	background-color: #444;
}

#big-row-trener h2 {
    font-family: 'taken_by_vultures_demoregular' !important;
    font-size: 100px;
    color: #70be44;
    font-weight: 500;
    font-size: 180px;
    pointer-events: none;
    letter-spacing: 5px;
    transform: rotate(-16deg);
    margin-top: -5%;
}


.image-paragraph-img {
	margin-top:60px;
}


.image-paragraph-img p {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}


.image-paragraph-img img {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}


.image-paragraph-r-img img {
	margin-left:10%;
}


.image-paragraph-l-img img {
	margin-right:10%;
}





#skupinska-profil {
	display: inline-block;
	width: 200px;
	margin-left: 300px;
	border-radius: 50%;
	vertical-align: middle;
}

#skupinska-profil > div:first-child {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image:url(../res/DR1_1099.jpg);
	background-size: cover;
}
#skupinska-profil > div:last-child {
	font-size: 25px;
    text-align: center;
    font-style: italic;
    color: #565656;
    margin-top: 15px;
}


#medeya-team-list {
	margin-top: 40px;
}

#medeya-team-list > li {
	width:30%;
	width:calc(100% / 3 - 6% + (6% / 3));
	display: inline-block;
	margin-left:6%;
	position: relative;
}

#medeya-team-list > li:first-child {
	margin-left: 0;
}

#medeya-team-list > li > div {
	width:100%;
	height: 330px;
	background-color: #eee;
	background-position: 100%;
	background-size: cover;
}

#medeya-team-list > li h3 {
	font-style: normal;
    color: #878787;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 4px;
}

#medeya-team-list > li a {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #474747;
	font-size: 16px;
	text-align: center;
}


#medeya-team-list > li a img {
	height: 15px;
    position: relative;
    top: 2px;
    left: 4px;
    transform: rotate(180deg);
}


#galerija-list  {
	margin-top: 40px;
	position: relative;
	white-space: nowrap;

}
#galerija-list li {
	width:33.33%;
	width:calc(100vw / 3);
	display: inline-block;
	position: relative;
	height: 33.33vw;
	background-color: #333;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
}

#galerija-list li > div {
	background-color: #333;
	background-position: 50%;
	background-size: cover;
	cursor: pointer;
	height: 100%;
	width: 100%;
}




#fitnes-galerija {
	margin-bottom: 50px;
}

#fitnes-galerija li {
	width: calc(100% / 3 - 20px + (20px / 3));
	height: 200px;
	margin-right: 20px;
	background-color: #eee;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

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

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

#big-row-delovni table a {
    font-size: 16px;
    color: #fff;
    background-color: #70be44;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    -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;
}

#big-row-delovni table a:hover {
	background-color: #5da832;
}


.ponudba-hover:hover div,  .ponudba-hover.active div {
	opacity: 1;
}

.ponudba-hover div {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #70be44;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.ponudba-hover > a {
	pointer-events: none;
}

.clickable{
	pointer-events: all;
}

#ponudba-skupinske-vadbe-popup.addpopup{
	position: relative;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;	
}

#ponudba-skupinske-vadbe-popup-closebtn:before{
	font-family: FontAwesome;
    content: "\f00d";
	position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
}

.ponudba-hover div ul li {
	pointer-events: all;
	text-transform: uppercase;
	color: #fff;
    font-size: 1vw;
    margin-bottom: 1.4vw;
    border-left: solid 6px #fff;
    padding-left: 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;
}

.ponudba-hover div ul li:hover {
	 border-left: solid 12px #fff;
}

#medeya-promo {
	margin-bottom:60px;
}





#ponudba-trenerstvo:hover div,  #ponudba-trenerstvo.active div {
	opacity: 1;
}

#ponudba-trenerstvo div {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #70be44;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

#ponudba-trenerstvo > a {
	pointer-events: none;
}

#ponudba-trenerstvo div ul {
	height: 100%;
    width: 100%;
}
#ponudba-trenerstvo div ul li {
	text-transform: uppercase;
	color: #fff;
 	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;
	font-size: 20px;
}
