/* ========================================================================== */
/* FONTS
/* ========================================================================== */


/* ========================================================================== */
/* DEFINICIJA SPREMENLJIVK
/* ========================================================================== */
:root
{
	/* main text colors */
	--text: #595556;

	/* inverse text colors */
	--text-inverse: #FFFFFF;
	
	/* background colors */
	--background: #eceaeb;
	
	--blue: #01A6EA;
	--green: #77C60B;
	--orange: #FF8E01;
	--light-grey: #CBCBCB;
	/*
	--medium-grey: #5C5C5B;
	*/
	--medium-grey: #498797;
	--dark-grey: #134450;
	--black: #000000;

	/* button default */
	--btn-bgr: #DCDADB;
	--btn-brd: #DCDADB;
	--btn-txt: #595556;
	--btn-hover-bgr: #CBCBCB;
	--btn-hover-brd: #CBCBCB;
	--btn-hover-txt: #595556;
	
	/* button orange */
	--btn-orange-bgr: #FF8E01;
	--btn-orange-brd: #FF8E01;
	--btn-orange-txt: #595556;
	--btn-orange-hover-bgr: #D67500;
	--btn-orange-hover-brd: #D67500;
	--btn-orange-hover-txt: #595556;

	/* button white */
	--btn-white-bgr: rgba(255, 255, 255, 0.1);
	--btn-white-brd: #ffffff;
	--btn-white-txt: #ffffff;
	--btn-white-hover-bgr: rgba(255, 255, 255, 0.2);
	--btn-white-hover-brd: #ffffff;
	--btn-white-hover-txt: #ffffff;
}


/* ========================================================================== */
/* REVOLUTION SLIDER
/* ========================================================================== */
.rev_slider_wrapper
{
	height: 100vh;
	background: #000000 none no-repeat scroll center center / cover;
	position: relative;
}


.rev-slider-title
{
	color: #FFFFFF;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 36px; 
	line-height: 42px;
	margin: 0px 0px 6px 0px;	 
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.slide-to-content
{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.slide-to-content i
{
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
	z-index: 9000;
}

/* ========================================================================== */
/* NORMALIZE CSS
/* ========================================================================== */
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
	display: block;
}

/* ========================================================================== */
/* Correct `inline-block` display not defined in IE 8/9.
/* ========================================================================== */

audio,
canvas,
video
{
	display: inline-block;
}

/* ========================================================================== */
/* Prevent modern browsers from displaying `audio` without controls.
/* Remove excess height in iOS 5 devices.
/* ========================================================================== */
audio:not([controls])
{
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden]
{
	display: none;
}

/* ========================================================================== */
/* 1. Prevent system color scheme's background color being used in Firefox, IE,
/*    and Opera.
/* 2. Prevent system color scheme's text color being used in Firefox, IE, and
/*    Opera.
/* 3. Set default font family to sans-serif.
/* 4. Prevent iOS text size adjust after orientation change, without disabling
/*    user zoom.
/* ========================================================================== */

html
{
	background: #fff; /* 1 */
	color: #015e5f; /* 2 */
	font-family: sans-serif; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 4 */
}

/* ========================================================================== */
/* Address `outline` inconsistency between Chrome and other browsers.
/* ========================================================================== */

a:focus
{
	outline: thin dotted;
}

/* ========================================================================== */
/* Improve readability when focused and also mouse hovered in all browsers.
/* ========================================================================== */

a:active,
a:hover
{
	outline: 0;
}

/* ========================================================================== */
/* Address variable `h1` font-size and margin within `section` and `article`
/* contexts in Firefox 4+, Safari 5, and Chrome.
/* ========================================================================== */

h1
{
	font-size: 2em;
	margin: 0.67em 0;
}

/* ========================================================================== */
/* Address styling not present in IE 8/9, Safari 5, and Chrome.
/* ========================================================================== */

abbr[title]
{
	border-bottom: 1px dotted;
}

/* ========================================================================== */
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
/* ========================================================================== */

b,
strong
{
	font-weight: bold;
}

/* ========================================================================== */
/* Address styling not present in Safari 5 and Chrome.
/* ========================================================================== */

dfn
{
	font-style: italic;
}

/* ========================================================================== */
/* Address differences between Firefox and other browsers.
/* ========================================================================== */

hr
{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/* ========================================================================== */
/* Address styling not present in IE 8/9.
/* ========================================================================== */

mark
{
	background: #ff0;
	color: #000;
}

/* ========================================================================== */
/* Correct font family set oddly in Safari 5 and Chrome.
/* ========================================================================== */

code,
kbd,
pre,
samp
{
	font-family: monospace, serif;
	font-size: 1em;
}

/* ========================================================================== */
/* Improve readability of pre-formatted text in all browsers.
/* ========================================================================== */

pre
{
	white-space: pre-wrap;
}

/* ========================================================================== */
/* Set consistent quote types.
/* ========================================================================== */

q
{
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/* ========================================================================== */
/* Address inconsistent and variable font size in all browsers.
/* ========================================================================== */

small
{
	font-size: 80%;
}

/* ========================================================================== */
/* Prevent `sub` and `sup` affecting `line-height` in all browsers.
/* ========================================================================== */

sub,
sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}

/* ========================================================================== */
/* Remove border when inside `a` element in IE 8/9.
/* ========================================================================== */

img
{
	border: 0;
}

/* ========================================================================== */
/* Correct overflow displayed oddly in IE 9.
/* ========================================================================== */

svg:not(:root)
{
	overflow: hidden;
}

/* ========================================================================== */
/* Address margin not present in IE 8/9 and Safari 5.
/* ========================================================================== */

figure
{
	margin: 0;
}

/* ========================================================================== */
/* Define consistent border, margin, and padding.
/* ========================================================================== */

fieldset
{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* ========================================================================== */
/* 1. Correct `color` not being inherited in IE 8/9.
/* 2. Remove padding so people aren't caught out if they zero out fieldsets.
/* ========================================================================== */

legend
{
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/* ========================================================================== */
/* 1. Correct font family not being inherited in all browsers.
/* 2. Correct font size not being inherited in all browsers.
/* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
/* ========================================================================== */

button,
input,
select,
textarea
{
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}

/* ========================================================================== */
/* Address Firefox 4+ setting `line-height` on `input` using `!important` in
/* the UA stylesheet.
/* ========================================================================== */

button,
input
{
	line-height: normal;
}

/* ========================================================================== */
/* Address inconsistent `text-transform` inheritance for `button` and `select`.
/* All other form control elements do not inherit `text-transform` values.
/* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
/* Correct `select` style inheritance in Firefox 4+ and Opera.
/* ========================================================================== */

button,
select
{
	text-transform: none;
}

/* ========================================================================== */
/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
/*    and `video` controls.
/* 2. Correct inability to style clickable `input` types in iOS.
/* 3. Improve usability and consistency of cursor style between image-type
/*    `input` and others.
/* ========================================================================== */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"]
{
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/* ========================================================================== */
/* Re-set default cursor for disabled elements.
/* ========================================================================== */

button[disabled],
html input[disabled]
{
	cursor: default;
}

/* ========================================================================== */
/* 1. Address box sizing set to `content-box` in IE 8/9.
/* 2. Remove excess padding in IE 8/9.
/* ========================================================================== */

input[type="checkbox"],
input[type="radio"]
{
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/* ========================================================================== */
/* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
/* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
/*    (include `-moz` to future-proof).
/* ========================================================================== */

input[type="search"]
{
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/* ========================================================================== */
/* Remove inner padding and search cancel button in Safari 5 and Chrome
/* on OS X.
/* ========================================================================== */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
	-webkit-appearance: none;
}

/* ========================================================================== */
/* Remove inner padding and border in Firefox 4+.
/* ========================================================================== */

button::-moz-focus-inner,
input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}

/* ========================================================================== */
/* 1. Remove default vertical scrollbar in IE 8/9.
/* 2. Improve readability and alignment in all browsers.
/* ========================================================================== */

textarea
{
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* ========================================================================== */
/* Remove most spacing between table cells.
/* ========================================================================== */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}


/* ========================================================================== */
/* COOKIES
/* ========================================================================== */
#band-cookies
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 200;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.65);
	box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.15);
	z-index: 99999;
}

#band-cookies p
{
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	padding: 0px 70px 5px 70px;
	color: #FFFFFF;
}

#band-cookies a
{
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#band-cookies .buttons
{
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
	text-transform: none;
}

#band-cookies-ok,
#band-cookies-info
{
	font-size: 15px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	padding: 6px 35px 7px;
	margin: 10px 0px 0px 10px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #ffffff;
	border-radius: 30px;
	float: left;
}

#band-cookies-ok:hover,
#band-cookies-info:hover
{
	background: rgba(255, 255, 255, 0.2);
}

#band-cookies-close
{
	height: 36px;
	width: 36px;
	padding: 0px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -18px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #01A6EA;
}

#band-cookies-close i
{
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;	
}

@media (max-width: 768px)
{

	#band-cookies p
	{
		font-size: 13px;
		line-height: 19px;
		padding: 15px 15px 10px 15px;
	}

	#band-cookies .buttons
	{
		overflow: hidden;
		text-align: center;
		margin: 0px auto;
		display: inline-block;
	}

	#band-cookies-ok,
	#band-cookies-info
	{
		font-size: 14px;
		display: block;
		text-decoration: none;
		padding: 6px 15px 7px;
		margin-top:10px;
		float: left;
	}

	#band-cookies-close
	{
		left: 50%;
		margin-left: -16px;
		top: 0px;
	}
	
	#band-cookies-close i
	{
		line-height: 36px;
	}
}




/* ========================================================================== */
/* RESET
/* ========================================================================== */
body
{
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
	color: #595556;
	background: #eceaeb;
}

@media (min-width: 768px) 
{
	body
	{
		font-size: 17px;
		line-height: 25px;
	}
}

@media (min-width: 992px) 
{
	body
	{
		font-size: 18px;
		line-height: 27px;
	}
}

@media (min-width: 1280px) 
{

}

img
{
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	/*width: auto\9; */
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



/* ========================================================================== */
/* CSS LOADER
/* ========================================================================== */
#loading-data
{
	overflow: hidden;
}

.loader
{
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(150, 150, 150, 0.2);
  border-right: 1.1em solid rgba(150, 150, 150, 0.2);
  border-bottom: 1.1em solid rgba(150, 150, 150, 0.2);
  border-left: 1.1em solid #aaa;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after
{
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

@-webkit-keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
	100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8
{
  0%
	{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
	100%
	{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* ========================================================================== */
/* RESPONSIVE
/* ========================================================================== */
*
{
	box-sizing: border-box;
}

/* ========================================================================== */
/* SCREEN / PAGE CONTAINER
/* ========================================================================== */
.screen-container,
.page-container
{
	width: 100%;
	content: "";
	clear: both;
	display: block;
	position: relative;
}

.page-container 
{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.half-screen-container
{
	content: "";
	width: 100%;
	float: left;
	clear: both;
	display: block;
}

.half-page-container 
{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 560px) 
{

}


@media (min-width: 768px) 
{
  .page-container
	{
		padding-right: 0px;
		padding-left: 0px;
    width: 750px;
  }
}

@media (min-width: 992px) 
{
  .page-container
	{
    width: 990px;
  }
}

@media (min-width: 1280px) 
{
  .page-container
	{
    width: 1200px;
  }
}

@media (min-width: 1690px) 
{
  .page-container
	{
    width: 1400px;
  }
}



.image-container-left
{
	content: "";
	position: relative;
	width: 100%;
	height: 400px;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.text-container-right
{
	width: 100%;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	float: left;
}

.text-container-left
{
	width: 100%;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	float: left;
}

.image-container-right
{
	content: "";
	position: relative;
	width: 100%;
	height: 400px;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.image-container-right .image-container-text,
.image-container-left .image-container-text
{
	padding: 20px 20px 20px 20px;
	width: 100%;
}

@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}
	
@media (min-width: 992px) 
{
	.text-container-left
	{
		width: 50%;
		padding: 20px 20px 20px 0px;
	}

	.image-container-right
	{
		content: "";
		position: absolute;
		right: 0px;
		left: 50%;
		top: 0px;
		bottom: 0px;
		width: initial;
		height: initial;
	}
	
	.image-container-right .image-container-text
	{
		padding: 20px 20px 20px 0px;
		width: 100%;
	}

	.image-container-left
	{
		content: "";
		position: absolute;
		left: 0px;
		right: 50%;
		top: 0px;
		bottom: 0px;
		width: initial;
		height: initial;
	}

	.image-container-left .image-container-text
	{
		padding: 20px 0px 20px 20px;
    width: 495px;
	}

	.text-container-right
	{
		width: 50%;
		margin-left: 50%;
		padding: 20px 0px 20px 20px;
	}
}
	
@media (min-width: 1280px) 
{
	.image-container-right .image-container-text,
	.image-container-left .image-container-text
	{
		width: 600px;
	}
}

@media (min-width: 1690px) 
{
	.image-container-right .image-container-text,
	.image-container-left .image-container-text
	{
		width: 700px;
	}
}




/*

.ie-text-container-right
{
	width: 100%;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	float: left;
}

.ie-text-container-left
{
	width: 100%;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	float: left;
}

.ie-image-container-left
{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 35vw;
}

.ie-image-container-right
{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 100;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 35vw;
}
*/



.ie10-image-container-left
{
	content: "";
	position: relative;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.ie10-text-container-right
{
	width: 100%;
	margin: 0px;
	padding: 45px 25px 30px 40px;
	overflow: hidden;
	float: left;
}

.ie10-text-container-left
{
	width: 100%;
	margin: 0px;
	padding: 45px 25px 30px 40px;
	overflow: hidden;
	float: left;
}

.ie10-image-container-right
{
	content: "";
	position: relative;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.ie10-image-container-right .image-container-text,
.ie10-image-container-left .image-container-text
{
	padding: 20px 20px 20px 20px;
	width: 100%;
}

@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}
	
@media (min-width: 992px) 
{
	.ie10-text-container-left
	{
		width: 50%;
	}

	.ie10-image-container-right
	{
		content: "";
		position: absolute;
		right: 0px;
		left: 50%;
		top: 0px;
		bottom: 0px;
		width: initial;
		height: initial;
	}
	
	.ie10-image-container-right .image-container-text
	{
		padding: 20px 20px 20px 0px;
		width: 100%;
	}

	.ie10-image-container-left
	{
		content: "";
		position: absolute;
		left: 0px;
		right: 50%;
		top: 0px;
		bottom: 0px;
		width: initial;
		height: initial;
	}

	.ie10-image-container-left .image-container-text
	{
		padding: 20px 0px 20px 20px;
    width: 495px;
	}

	.ie10-text-container-right
	{
		width: 50%;
		margin-left: 50%;
	}
}
	
@media (min-width: 1280px) 
{
	.ie10-image-container-right .image-container-text,
	.ie10-image-container-left .image-container-text
	{
		width: 600px;
	}
}

@media (min-width: 1690px) 
{
	.ie10-image-container-right .image-container-text,
	.ie10-image-container-left .image-container-text
	{
		width: 700px;
	}
}


@media (max-width: 992px) 
{
	.ie10-image-container-left
	{
		width: 100%;
		height: 400px;
	}

	.ie10-image-container-right
	{
		width: 100%;
		height: 400px;
	}

	.ie10-text-container-left
	{
		padding: 20px 20px 20px 0px;
	}

	.ie10-text-container-left
	{
		padding: 20px 20px 20px 0px;
	}


}

.hide-on-xs,
.hide-on-sm,
.hide-on-md,
.hide-on-lg
{
	display: none;
}

.show-on-xs,
.show-on-sm,
.show-on-md,
.show-on-lg
{
	display: block;
}

/* ========================================================================== */
/* COL RESET
/* ========================================================================== */
[class*="col-xs"]
{
	float: left;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="col-sm"]
{
	float: left;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="col-md"]
{
	float: left;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="col-lg"]
{
	float: left;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="col-xl"]
{
	float: left;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="col-xxl"]
{
	float: left;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	[class*="col-xxl"]
	{
		position: relative;
	}
}

/* ========================================================================== */
/* SHOP RESET
/* ========================================================================== */
[class*="shop-xs"]
{
	float: left;
	padding: 0 6px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="shop-sm"]
{
	float: left;
	padding: 0 6px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="shop-md"]
{
	float: left;
	padding: 0 6px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="shop-lg"]
{
	float: left;
	padding: 0 6px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="shop-xl"]
{
	float: left;
	padding: 0 6px;
	width: 100%;
	margin-bottom: 10px;
}

[class*="shop-xxl"]
{
	float: left;
	padding: 0 6px;
	width: 100%;
	margin-bottom: 10px;
}

/* ========================================================================== */
/* ROW RESET
/* ========================================================================== */
.row
{
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.row-full
{
	width: calc(100% + 20px);
	margin: 0px -10px 0px -10px;
}

.row:after,
.row-full:after
{
	content: "";
	clear: both;
	display: block;
}

/* ========================================================================== */
/* dodaten razmik med stolpci 
/* ========================================================================== */
.col-spc-lc {padding-right: 10px;}
.col-spc-rc {padding-left: 10px;}	


/* ========================================================================== */
/* XSMALL - MOBILE PORTRAIT
/* ========================================================================== */
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9  {right: 75%;}
.col-xs-pull-8  {right: 66.66666667%;}
.col-xs-pull-7  {right: 58.33333333%;}
.col-xs-pull-6  {right: 50%;}
.col-xs-pull-5  {right: 41.66666667%;}
.col-xs-pull-4  {right: 33.33333333%;}
.col-xs-pull-3  {right: 25%;}
.col-xs-pull-2  {right: 16.66666667%;}
.col-xs-pull-1  {right: 8.33333333%;}
.col-xs-pull-0  {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9  {left: 75%;}
.col-xs-push-8  {left: 66.66666667%;}
.col-xs-push-7  {left: 58.33333333%;}
.col-xs-push-6  {left: 50%;}
.col-xs-push-5  {left: 41.66666667%;}
.col-xs-push-4  {left: 33.33333333%;}
.col-xs-push-3  {left: 25%;}
.col-xs-push-2  {left: 16.66666667%;}
.col-xs-push-1  {left: 8.33333333%;}
.col-xs-push-0  {left: auto;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666667%;}
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9  {margin-left: 75%;}
.col-xs-offset-8  {margin-left: 66.66666667%;}
.col-xs-offset-7  {margin-left: 58.33333333%;}
.col-xs-offset-6  {margin-left: 50%;}
.col-xs-offset-5  {margin-left: 41.66666667%;}
.col-xs-offset-4  {margin-left: 33.33333333%;}
.col-xs-offset-3  {margin-left: 25%;}
.col-xs-offset-2  {margin-left: 16.66666667%;}
.col-xs-offset-1  {margin-left: 8.33333333%;}
.col-xs-offset-0  {margin-left: 0;}

.shop-xs-6 {width: 50%;}
.shop-xs-4 {width: 33.33333333%;}
.shop-xs-3 {width: 25%;}



/* ========================================================================== */
/* SMALL - MOBILE LANDSCAPE, TABLET PORTRAIT
/* ========================================================================== */
@media (min-width: 560px) 
{
	.hide-on-xs
	{
		display: block;
	}

	.show-on-xs
	{
		display: none;
	}
	
	.xs-no-padding
	{
		padding: 0 10px;
	}
	
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.66666667%;}
	.col-sm-10 {width: 83.33333333%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.66666667%;}
	.col-sm-7 {width: 58.33333333%;}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.66666667%;}
	.col-sm-4 {width: 33.33333333%;}
	.col-sm-3 {width: 25%;}
	.col-sm-2 {width: 16.66666667%;}
	.col-sm-1 {width: 8.33333333%;}
	.col-sm-pull-12 {right: 100%;}
	.col-sm-pull-11 {right: 91.66666667%;}
	.col-sm-pull-10 {right: 83.33333333%;}
	.col-sm-pull-9  {right: 75%;}
	.col-sm-pull-8  {right: 66.66666667%;}
	.col-sm-pull-7  {right: 58.33333333%;}
	.col-sm-pull-6  {right: 50%;}
	.col-sm-pull-5  {right: 41.66666667%;}
	.col-sm-pull-4  {right: 33.33333333%;}
	.col-sm-pull-3  {right: 25%;}
	.col-sm-pull-2  {right: 16.66666667%;}
	.col-sm-pull-1  {right: 8.33333333%;}
	.col-sm-pull-0  {right: auto;}
	.col-sm-push-12 {left: 100%;}
	.col-sm-push-11 {left: 91.66666667%;}
	.col-sm-push-10 {left: 83.33333333%;}
	.col-sm-push-9  {left: 75%;}
	.col-sm-push-8  {left: 66.66666667%;}
	.col-sm-push-7  {left: 58.33333333%;}
	.col-sm-push-6  {left: 50%;}
	.col-sm-push-5  {left: 41.66666667%;}
	.col-sm-push-4  {left: 33.33333333%;}
	.col-sm-push-3  {left: 25%;}
	.col-sm-push-2  {left: 16.66666667%;}
	.col-sm-push-1  {left: 8.33333333%;}
	.col-sm-push-0  {left: auto;}
	.col-sm-offset-12 {margin-left: 100%;}
	.col-sm-offset-11 {margin-left: 91.66666667%;}
	.col-sm-offset-10 {margin-left: 83.33333333%;}
	.col-sm-offset-9  {margin-left: 75%;}
	.col-sm-offset-8  {margin-left: 66.66666667%;}
	.col-sm-offset-7  {margin-left: 58.33333333%;}
	.col-sm-offset-6  {margin-left: 50%;}
	.col-sm-offset-5  {margin-left: 41.66666667%;}
	.col-sm-offset-4  {margin-left: 33.33333333%;}
	.col-sm-offset-3  {margin-left: 25%;}
	.col-sm-offset-2  {margin-left: 16.66666667%;}
	.col-sm-offset-1  {margin-left: 8.33333333%;}
	.col-sm-offset-0  {margin-left: 0;}
	
	.col-sm-3:nth-child(4n+1){clear: left;}
	.col-sm-4:nth-child(3n+1){clear: left;}
	.col-sm-6:nth-child(2n+1){clear: left;}
	
	.shop-sm-6 {width: 50%;}
	.shop-sm-4 {width: 33.33333333%;}
	.shop-sm-3 {width: 25%;}	

	.shop-sm-3:nth-child(4n+1){clear: left;}
	.shop-sm-4:nth-child(3n+1){clear: left;}
	.shop-sm-6:nth-child(2n+1){clear: left;}
}

/* ========================================================================== */
/* MEDIUM - TABLET LANDSCAPE
/* ========================================================================== */
@media (min-width: 768px) 
{
	.hide-on-sm
	{
		display: block;
	}

	.show-on-sm
	{
		display: none;
	}

	.sm-no-padding
	{
		padding: 0 10px;
	}

	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666667%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666667%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666667%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.66666667%;}
	.col-md-1 {width: 8.33333333%;}
	.col-md-pull-12 {right: 100%;}
	.col-md-pull-11 {right: 91.66666667%;}
	.col-md-pull-10 {right: 83.33333333%;}
	.col-md-pull-9  {right: 75%;}
	.col-md-pull-8  {right: 66.66666667%;}
	.col-md-pull-7  {right: 58.33333333%;}
	.col-md-pull-6  {right: 50%;}
	.col-md-pull-5  {right: 41.66666667%;}
	.col-md-pull-4  {right: 33.33333333%;}
	.col-md-pull-3  {right: 25%;}
	.col-md-pull-2  {right: 16.66666667%;}
	.col-md-pull-1  {right: 8.33333333%;}
	.col-md-pull-0  {right: auto;}
	.col-md-push-12 {left: 100%;}
	.col-md-push-11 {left: 91.66666667%;}
	.col-md-push-10 {left: 83.33333333%;}
	.col-md-push-9  {left: 75%;}
	.col-md-push-8  {left: 66.66666667%;}
	.col-md-push-7  {left: 58.33333333%;}
	.col-md-push-6  {left: 50%;}
	.col-md-push-5  {left: 41.66666667%;}
	.col-md-push-4  {left: 33.33333333%;}
	.col-md-push-3  {left: 25%;}
	.col-md-push-2  {left: 16.66666667%;}
	.col-md-push-1  {left: 8.33333333%;}
	.col-md-push-0  {left: auto;}
	.col-md-offset-12 {margin-left: 100%;}
	.col-md-offset-11 {margin-left: 91.66666667%;}
	.col-md-offset-10 {margin-left: 83.33333333%;}
	.col-md-offset-9  {margin-left: 75%;}
	.col-md-offset-8  {margin-left: 66.66666667%;}
	.col-md-offset-7  {margin-left: 58.33333333%;}
	.col-md-offset-6  {margin-left: 50%;}
	.col-md-offset-5  {margin-left: 41.66666667%;}
	.col-md-offset-4  {margin-left: 33.33333333%;}
	.col-md-offset-3  {margin-left: 25%;}
	.col-md-offset-2  {margin-left: 16.66666667%;}
	.col-md-offset-1  {margin-left: 8.33333333%;}
	.col-md-offset-0  {margin-left: 0;}
	

	.col-sm-3:nth-child(4n+1){clear: none; float: left;}
	.col-sm-4:nth-child(3n+1){clear: none; float: left;}
	.col-sm-6:nth-child(2n+1){clear: none; float: left;}

	.col-md-3:nth-child(4n+1){clear: left;}
	.col-md-4:nth-child(3n+1){clear: left;}
	.col-md-6:nth-child(2n+1){clear: left;}
	
	.shop-md-6 {width: 50%;}
	.shop-md-4 {width: 33.33333333%;}
	.shop-md-3 {width: 25%;}	
	
	.shop-sm-3:nth-child(4n+1){clear: none; float: left;}
	.shop-sm-4:nth-child(3n+1){clear: none; float: left;}
	.shop-sm-6:nth-child(2n+1){clear: none; float: left;}

	.shop-md-3:nth-child(4n+1){clear: left;}
	.shop-md-4:nth-child(3n+1){clear: left;}
	.shop-md-6:nth-child(2n+1){clear: left;}

}

/* ========================================================================== */
/* LARGE - DESKTOP
/* ========================================================================== */
@media (min-width: 992px)
{
	.hide-on-md
	{
		display: block;
	}
	
	.show-on-md
	{
		display: none;
	}

	.col-lg-12 {width: 100%;}
	.col-lg-11 {width: 91.66666667%;}
	.col-lg-10 {width: 83.33333333%;}
	.col-lg-9 {width: 75%;}
	.col-lg-8 {width: 66.66666667%;}
	.col-lg-7 {width: 58.33333333%;}
	.col-lg-6 {width: 50%;}
	.col-lg-5 {width: 41.66666667%;}
	.col-lg-4 {width: 33.33333333%;}
	.col-lg-3 {width: 25%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-1 {width: 8.33333333%;}
	.col-lg-pull-12 {right: 100%;}
	.col-lg-pull-11 {right: 91.66666667%;}
	.col-lg-pull-10 {right: 83.33333333%;}
	.col-lg-pull-9  {right: 75%;}
	.col-lg-pull-8  {right: 66.66666667%;}
	.col-lg-pull-7  {right: 58.33333333%;}
	.col-lg-pull-6  {right: 50%;}
	.col-lg-pull-5  {right: 41.66666667%;}
	.col-lg-pull-4  {right: 33.33333333%;}
	.col-lg-pull-3  {right: 25%;}
	.col-lg-pull-2  {right: 16.66666667%;}
	.col-lg-pull-1  {right: 8.33333333%;}
	.col-lg-pull-0  {right: auto;}
	.col-lg-push-12 {left: 100%;}
	.col-lg-push-11 {left: 91.66666667%;}
	.col-lg-push-10 {left: 83.33333333%;}
	.col-lg-push-9  {left: 75%;}
	.col-lg-push-8  {left: 66.66666667%;}
	.col-lg-push-7  {left: 58.33333333%;}
	.col-lg-push-6  {left: 50%;}
	.col-lg-push-5  {left: 41.66666667%;}
	.col-lg-push-4  {left: 33.33333333%;}
	.col-lg-push-3  {left: 25%;}
	.col-lg-push-2  {left: 16.66666667%;}
	.col-lg-push-1  {left: 8.33333333%;}
	.col-lg-push-0  {left: auto;}
	.col-lg-offset-12 {margin-left: 100%;}
	.col-lg-offset-11 {margin-left: 91.66666667%;}
	.col-lg-offset-10 {margin-left: 83.33333333%;}
	.col-lg-offset-9  {margin-left: 75%;}
	.col-lg-offset-8  {margin-left: 66.66666667%;}
	.col-lg-offset-7  {margin-left: 58.33333333%;}
	.col-lg-offset-6  {margin-left: 50%;}
	.col-lg-offset-5  {margin-left: 41.66666667%;}
	.col-lg-offset-4  {margin-left: 33.33333333%;}
	.col-lg-offset-3  {margin-left: 25%;}
	.col-lg-offset-2  {margin-left: 16.66666667%;}
	.col-lg-offset-1  {margin-left: 8.33333333%;}
	.col-lg-offset-0  {margin-left: 0;}

	.col-sm-3:nth-child(4n+1){clear: none; float: left;}
	.col-sm-4:nth-child(3n+1){clear: none; float: left;}
	.col-sm-6:nth-child(2n+1){clear: none; float: left;}

	.col-md-3:nth-child(4n+1){clear: none; float: left;}
	.col-md-4:nth-child(3n+1){clear: none; float: left;}
	.col-md-6:nth-child(2n+1){clear: none; float: left;}

	.col-lg-3:nth-child(4n+1){clear: left;}
	.col-lg-4:nth-child(3n+1){clear: left;}
	.col-lg-6:nth-child(2n+1){clear: left;}
	
	.shop-lg-6 {width: 50%;}
	.shop-lg-4 {width: 33.33333333%;}
	.shop-lg-3 {width: 25%;}	
	
	.shop-sm-3:nth-child(4n+1){clear: none; float: left;}
	.shop-sm-4:nth-child(3n+1){clear: none; float: left;}
	.shop-sm-6:nth-child(2n+1){clear: none; float: left;}

	.shop-md-3:nth-child(4n+1){clear: none; float: left;}
	.shop-md-4:nth-child(3n+1){clear: none; float: left;}
	.shop-md-6:nth-child(2n+1){clear: none; float: left;}

	.shop-lg-3:nth-child(4n+1){clear: left;}
	.shop-lg-4:nth-child(3n+1){clear: left;}
	.shop-lg-6:nth-child(2n+1){clear: left;}

	.col-spc-lc {padding-right: 22px;}
	.col-spc-rc {padding-left: 22px;}	
}

/* ========================================================================== */
/* XLARGE - DESKTOP HD SCREEN
/* ========================================================================== */
@media (min-width: 1280px)
{
	.hide-on-lg
	{
		display: block;
	}
	
	.show-on-lg
	{
		display: none;
	}
	
	[class*="col-xl"],
	[class*="col-xxl"]
	{
		padding: 0 10px;
	}
	
	.col-spc-lc {padding-right: 10px;}
	.col-spc-rc {padding-left: 10px;}	

	.col-xl-12 {width: 100%;}
	.col-xl-11 {width: 91.66666667%;}
	.col-xl-10 {width: 83.33333333%;}
	.col-xl-9 {width: 75%;}
	.col-xl-8 {width: 66.66666667%;}
	.col-xl-7 {width: 58.33333333%;}
	.col-xl-6 {width: 50%;}
	.col-xl-5 {width: 41.66666667%;}
	.col-xl-4 {width: 33.33333333%;}
	.col-xl-3 {width: 25%;}
	.col-xl-2 {width: 16.66666667%;}
	.col-xl-1 {width: 8.33333333%;}
	.col-xl-pull-12 {right: 100%;}
	.col-xl-pull-11 {right: 91.66666667%;}
	.col-xl-pull-10 {right: 83.33333333%;}
	.col-xl-pull-9  {right: 75%;}
	.col-xl-pull-8  {right: 66.66666667%;}
	.col-xl-pull-7  {right: 58.33333333%;}
	.col-xl-pull-6  {right: 50%;}
	.col-xl-pull-5  {right: 41.66666667%;}
	.col-xl-pull-4  {right: 33.33333333%;}
	.col-xl-pull-3  {right: 25%;}
	.col-xl-pull-2  {right: 16.66666667%;}
	.col-xl-pull-1  {right: 8.33333333%;}
	.col-xl-pull-0  {right: auto;}
	.col-xl-push-12 {left: 100%;}
	.col-xl-push-11 {left: 91.66666667%;}
	.col-xl-push-10 {left: 83.33333333%;}
	.col-xl-push-9  {left: 75%;}
	.col-xl-push-8  {left: 66.66666667%;}
	.col-xl-push-7  {left: 58.33333333%;}
	.col-xl-push-6  {left: 50%;}
	.col-xl-push-5  {left: 41.66666667%;}
	.col-xl-push-4  {left: 33.33333333%;}
	.col-xl-push-3  {left: 25%;}
	.col-xl-push-2  {left: 16.66666667%;}
	.col-xl-push-1  {left: 8.33333333%;}
	.col-xl-push-0  {left: auto;}
	.col-xl-offset-12 {margin-left: 100%;}
	.col-xl-offset-11 {margin-left: 91.66666667%;}
	.col-xl-offset-10 {margin-left: 83.33333333%;}
	.col-xl-offset-9  {margin-left: 75%;}
	.col-xl-offset-8  {margin-left: 66.66666667%;}
	.col-xl-offset-7  {margin-left: 58.33333333%;}
	.col-xl-offset-6  {margin-left: 50%;}
	.col-xl-offset-5  {margin-left: 41.66666667%;}
	.col-xl-offset-4  {margin-left: 33.33333333%;}
	.col-xl-offset-3  {margin-left: 25%;}
	.col-xl-offset-2  {margin-left: 16.66666667%;}
	.col-xl-offset-1  {margin-left: 8.33333333%;}
	.col-xl-offset-0  {margin-left: 0;}

	.col-sm-3:nth-child(4n+1){clear: none; float: left;}
	.col-sm-4:nth-child(3n+1){clear: none; float: left;}
	.col-sm-6:nth-child(2n+1){clear: none; float: left;}

	.col-md-3:nth-child(4n+1){clear: none; float: left;}
	.col-md-4:nth-child(3n+1){clear: none; float: left;}
	.col-md-6:nth-child(2n+1){clear: none; float: left;}

	.col-lg-3:nth-child(4n+1){clear: none; float: left;}
	.col-lg-4:nth-child(3n+1){clear: none; float: left;}
	.col-lg-6:nth-child(2n+1){clear: none; float: left;}

	.col-xl-3:nth-child(4n+1){clear: left;}
	.col-xl-4:nth-child(3n+1){clear: left;}
	.col-xl-6:nth-child(2n+1){clear: left;}
	
	.shop-xl-6 {width: 50%;}
	.shop-xl-4 {width: 33.33333333%;}
	.shop-xl-3 {width: 25%;}	
	
	.shop-sm-3:nth-child(4n+1){clear: none; float: left;}
	.shop-sm-4:nth-child(3n+1){clear: none; float: left;}
	.shop-sm-6:nth-child(2n+1){clear: none; float: left;}

	.shop-md-3:nth-child(4n+1){clear: none; float: left;}
	.shop-md-4:nth-child(3n+1){clear: none; float: left;}
	.shop-md-6:nth-child(2n+1){clear: none; float: left;}

	.shop-lg-3:nth-child(4n+1){clear: none; float: left;}
	.shop-lg-4:nth-child(3n+1){clear: none; float: left;}
	.shop-lg-6:nth-child(2n+1){clear: none; float: left;}

	.shop-xl-3:nth-child(4n+1){clear: left;}
	.shop-xl-4:nth-child(3n+1){clear: left;}
	.shop-xl-6:nth-child(2n+1){clear: left;}

	.col-spc-lc {padding-right: 28px;}
	.col-spc-rc {padding-left: 28px;}	
}


/* ========================================================================== */
/* XXLARGE - DESKTOP HD SCREEN
/* ========================================================================== */
@media (min-width: 1690px)
{
	[class*="col-xl"],
	[class*="col-xxl"]
	{
		padding: 0 10px;
	}
	
	.col-spc-lc {padding-right: 15px;}
	.col-spc-rc {padding-left: 15px;}	

	.col-xxl-12 {width: 100%;}
	.col-xxl-11 {width: 91.66666667%;}
	.col-xxl-10 {width: 83.33333333%;}
	.col-xxl-9 {width: 75%;}
	.col-xxl-8 {width: 66.66666667%;}
	.col-xxl-7 {width: 58.33333333%;}
	.col-xxl-6 {width: 50%;}
	.col-xxl-5 {width: 41.66666667%;}
	.col-xxl-4 {width: 33.33333333%;}
	.col-xl-3 {width: 25%;}
	.col-xxl-2 {width: 16.66666667%;}
	.col-xxl-1 {width: 8.33333333%;}
	.col-xxl-pull-12 {right: 100%;}
	.col-xxl-pull-11 {right: 91.66666667%;}
	.col-xxl-pull-10 {right: 83.33333333%;}
	.col-xxl-pull-9  {right: 75%;}
	.col-xxl-pull-8  {right: 66.66666667%;}
	.col-xxl-pull-7  {right: 58.33333333%;}
	.col-xxl-pull-6  {right: 50%;}
	.col-xxl-pull-5  {right: 41.66666667%;}
	.col-xxl-pull-4  {right: 33.33333333%;}
	.col-xxl-pull-3  {right: 25%;}
	.col-xxl-pull-2  {right: 16.66666667%;}
	.col-xxl-pull-1  {right: 8.33333333%;}
	.col-xxl-pull-0  {right: auto;}
	.col-xxl-push-12 {left: 100%;}
	.col-xxl-push-11 {left: 91.66666667%;}
	.col-xxl-push-10 {left: 83.33333333%;}
	.col-xxl-push-9  {left: 75%;}
	.col-xxl-push-8  {left: 66.66666667%;}
	.col-xxl-push-7  {left: 58.33333333%;}
	.col-xxl-push-6  {left: 50%;}
	.col-xxl-push-5  {left: 41.66666667%;}
	.col-xxl-push-4  {left: 33.33333333%;}
	.col-xxl-push-3  {left: 25%;}
	.col-xxl-push-2  {left: 16.66666667%;}
	.col-xxl-push-1  {left: 8.33333333%;}
	.col-xxl-push-0  {left: auto;}
	.col-xxl-offset-12 {margin-left: 100%;}
	.col-xxl-offset-11 {margin-left: 91.66666667%;}
	.col-xxl-offset-10 {margin-left: 83.33333333%;}
	.col-xxl-offset-9  {margin-left: 75%;}
	.col-xxl-offset-8  {margin-left: 66.66666667%;}
	.col-xxl-offset-7  {margin-left: 58.33333333%;}
	.col-xxl-offset-6  {margin-left: 50%;}
	.col-xxl-offset-5  {margin-left: 41.66666667%;}
	.col-xxl-offset-4  {margin-left: 33.33333333%;}
	.col-xxl-offset-3  {margin-left: 25%;}
	.col-xxl-offset-2  {margin-left: 16.66666667%;}
	.col-xxl-offset-1  {margin-left: 8.33333333%;}
	.col-xxl-offset-0  {margin-left: 0;}

	.col-sm-3:nth-child(4n+1){clear: none; float: left;}
	.col-sm-4:nth-child(3n+1){clear: none; float: left;}
	.col-sm-6:nth-child(2n+1){clear: none; float: left;}

	.col-md-3:nth-child(4n+1){clear: none; float: left;}
	.col-md-4:nth-child(3n+1){clear: none; float: left;}
	.col-md-6:nth-child(2n+1){clear: none; float: left;}

	.col-lg-3:nth-child(4n+1){clear: none; float: left;}
	.col-lg-4:nth-child(3n+1){clear: none; float: left;}
	.col-lg-6:nth-child(2n+1){clear: none; float: left;}

	.col-xl-3:nth-child(4n+1){clear: none; float: left;}
	.col-xl-4:nth-child(3n+1){clear: none; float: left;}
	.col-xl-6:nth-child(2n+1){clear: none; float: left;}

	.col-xxl-3:nth-child(4n+1){clear: left;}
	.col-xxl-4:nth-child(3n+1){clear: left;}
	.col-xxl-6:nth-child(2n+1){clear: left;}
	
	.shop-xxl-6 {width: 50%;}
	.shop-xxl-4 {width: 33.33333333%;}
	.shop-xxl-3 {width: 25%;}	
	
	.shop-sm-3:nth-child(4n+1){clear: none; float: left;}
	.shop-sm-4:nth-child(3n+1){clear: none; float: left;}
	.shop-sm-6:nth-child(2n+1){clear: none; float: left;}

	.shop-md-3:nth-child(4n+1){clear: none; float: left;}
	.shop-md-4:nth-child(3n+1){clear: none; float: left;}
	.shop-md-6:nth-child(2n+1){clear: none; float: left;}

	.shop-lg-3:nth-child(4n+1){clear: none; float: left;}
	.shop-lg-4:nth-child(3n+1){clear: none; float: left;}
	.shop-lg-6:nth-child(2n+1){clear: none; float: left;}

	.shop-xl-3:nth-child(4n+1){clear: none; float: left;}
	.shop-xl-4:nth-child(3n+1){clear: none; float: left;}
	.shop-xl-6:nth-child(2n+1){clear: none; float: left;}

	.shop-xxl-3:nth-child(4n+1){clear: left;}
	.shop-xxl-4:nth-child(3n+1){clear: left;}
	.shop-xxl-6:nth-child(2n+1){clear: left;}

	.col-spc-lc {padding-right: 32px;}
	.col-spc-rc {padding-left: 32px;}	
}

.xs-no-padding,
.sm-no-padding
{
	padding: 0px;
}

.no-padding
{
	padding: 0px;
}

.no-margin
{
	margin-bottom: 0px;
}

/* ========================================================================== */
/* IMAGES
/* ========================================================================== */
.responsive-img
{ 
	max-width: 100%; 
	height: auto; 
}






/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #595556;
	
}

h1 a:hover, h2 a:hover
{
	text-decoration: none;
}


h1
{
	font-size: 36px; 
	line-height: 42px;
	margin: 0px 0px 6px 0px;	 
}

h2
{
	font-size: 36px; 
	line-height: 42px;
	margin: 0px 0px 6px 0px;
}

h3
{
	font-weight: 400;
	font-size: 24px; 
	line-height: 30px;
	margin-bottom: 12px; 
}

h4
{
	font-size: 20px; 
	line-height: 24px;   
	margin: 0px 0px 6px 0px;
	padding: 5px 0px 0px 0px;
}
	
h5
{ 
	font-size: 16px; 
	line-height: 26px; 
	margin-bottom: 8px;
}
	
h6
{ 
	font-size: 13px; 
	line-height: 24px; 
	margin-bottom: 5px;
}
	
p
{
	margin-bottom: 20px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: 700;
}

small
{
	font-size: 90%;
}
	
sub
{ 
	vertical-align: sub; 
	font-size: 75%; 
}
	
sup
{ 
	vertical-align: super;
	font-size: 35%; 
}
	
.uppercase
{
	text-transform: uppercase;
}

	
p.last,
h1.last,
h2.last,
h3.last,
h4.last,
h5.last
{
	margin-bottom: 0;
}

@media (min-width: 560px) 
{

}

@media (min-width: 768px) 
{
}
	
@media (min-width: 992px) 
{

}
	
@media (min-width: 1280px) 
{

}

@media (min-width: 1690px) 
{

}



/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color:  #595556;
	text-decoration: none; 
}
	
a:visited
{ 
	text-decoration: none; 
}

/* Remove the gray background color from active links in IE 10. */
a:active
{
	background: transparent; /* 1 */
}
	
a:hover, 
a:focus
{
	outline: 0; 
	text-decoration: underline;
}	


/* ========================================================================== */
/* TYPOGAPHY - LISTS
/* ========================================================================== */
ul
{ 
	list-style-type: disc;
	margin-bottom: 20px; 
	margin-left: 15px;
}

li
{
}



/* ========================================================================== */
/* OWL CAROUSEL
/* ========================================================================== */



/* ========================================================================== */
/* HEADER
/* ========================================================================== */
#header
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
}

#header .header-fixed
{
	position: fixed;
	background: #000000;
	width: 100%;
	z-index: 9000;
	top: 0px;
}

@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}
	
@media (min-width: 992px) 
{
}
	
@media (min-width: 1280px) 
{
}

@media (min-width: 1690px) 
{
}



/*=================================================================================================================*/
/* HEADER CONTAINER
/*=================================================================================================================*/
#header .header-top-container
{ 
	height: 40px;
	margin: 0px 0px 0px 0px;
}

#header .header-main-container
{ 
	height: 80px;
	margin: 0px 0px 0px 0px;
	position: relative;
	border-bottom: 1px none #FFFFFF;
}

#header .header-fixed .header-main-container
{ 
	height: 80px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}

#header .header-bottom-line
{ 
}


/*=================================================================================================================*/
/* HEADER LOGO
/*=================================================================================================================*/
#header .header-logo
{ 
	display: inline-block; 
	width: 140px;
	margin: -6px 0px 0px 10px;
	position: absolute;
	top: 25px;
}

#header .header-fixed .header-logo
{ 
	display: inline-block; 
	width: 140px;
	margin: -11px 0px 0px 10px;
	top: 25px;
}
	
#header .header-fixed .header-logo img,
#header .header-logo img
{ 
	max-height: 100%;
}
	
@media (min-width: 560px) 
{
	#header .header-logo
	{ 
		width: 165px;
		margin: -4px 0px 0px 15px;
		top: 20px;
	}

	#header .header-fixed .header-logo
	{ 
		width: 165px;
		margin: -12px 0px 0px 15px;
		top: 20px;
	}
}

@media (min-width: 768px) 
{
}
	
@media (min-width: 992px) 
{
}
	
@media (min-width: 1280px) 
{
	#header .header-logo
	{ 
		width: 165px;
		margin: -15px 0px 0px 15px;
		top: 20px;
	}

	#header .header-fixed .header-logo
	{ 
		width: 165px;
		margin:-12px 0px 0px 15px;
		top: 20px;
	}
}

@media (min-width: 1690px) 
{
}

/*=================================================================================================================*/
/* HEADER CONTACT INFO
/*=================================================================================================================*/
#header .header-top-container .header-contact-info
{
	overflow: hidden;
	margin: 0px auto;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
}

#header .header-top-container .header-contact-info i
{
	font-size: 18px;
	margin: 0px 5px 0px 0px;
}

#header .header-top-container .header-contact-info ul
{
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#header .header-top-container .header-contact-info a
{
	color: #eee;
}

#header .header-top-container .header-contact-info a:hover
{
	color: #eee;
}

#header .header-top-container .header-contact-info ul li
{
	display: inline-block;
	padding: 9px 25px 0px 0px;
}

/*=================================================================================================================*/
/* HEADER LANGUAGE
/*=================================================================================================================*/

/*=================================================================================================================*/
/* HEADER SIDEBAR
/*=================================================================================================================*/
#header-sidebar
{
  position: fixed;
	display: none;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
	width:60px;
	text-align:center;
}


#header-sidebar .sidebar-item
{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid var(--text);
	background: #FFF;
	text-align: center;
	margin: 8px auto 8px auto;
	transition: all 0.4s ease;
}

#header-sidebar .sidebar-icon
{
	padding: 0px 0px 0px 0px;

}

#header-sidebar .sidebar-icon i
{
	font-size: 24px;
	line-height: 46px;
	transition: all 0.2s ease;
}

#header-sidebar .sidebar-item:hover .sidebar-icon i
{
	font-size: 28px;
}

@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
}

@media (min-width: 992px) 
{
}

@media (min-width: 1280px) 
{
	#header-sidebar
	{
		display: block;
	}
}

@media (min-width: 1690px) 
{
}


/* ========================================================================== */
/* MAIN NAVIGATION - LEVEL 1
/* ========================================================================== */
.header-main-navigation
{
	float: right;
	display: none;
}

.header-main-navigation a
{
	text-decoration: none;
}

.header-fixed .header-main-navigation .menu
{
	padding: 0px 0px 0px 0px;
}

@media only screen and (min-width: 1280px)
{
	.header-main-navigation
	{
		display: block;
		margin-top: 0px;
	}
	
	.header-main-navigation .menu
	{
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
		float: right;
	}

	.header-main-navigation .menu-item-level1
	{
		position: relative;
		float: left;
		padding: 28px 20px 28px 20px;
		color: #FFFFFF;
		margin: 0px 0px 0px 0px;
		display: block;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		cursor: pointer;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	}

	.header-main-navigation .menu-item-level1 a
	{
		color: #FFFFFF;
	}

	.header-main-navigation .menu-level1:hover
	{
		color: #FFFFFF;
	}
	
	.header-main-navigation .menu-item-level1:after
	{
		content: "";
		display: block;
		height: 0px;
		width: 75%;
		margin: 0px auto;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0;
		z-index: 53;
		background-color: #FFFFFF;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.header-main-navigation .menu-item-level1:hover:after
	{
		background-color: #FFFFFF;
		height: 3px;
		width: 100%;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.header-main-navigation .menu-item-level1.active:after
	{
		background-color: #FFFFFF;
		height: 3px;
		width: 100%;
	}
	
	
	
	/* ========================================================================== */
	/* MAIN NAVIGATION - LEVEL 2
	/* ========================================================================== */
	.header-main-navigation .menu-level2
	{
		font-size: 15px;
		line-height: 20px;
		display: block;
		float: initial;
		z-index: 1100; /* 1 */
		min-width: 310px;
		position: absolute;
		top: 80px;
		visibility: hidden;
		background: rgba(0,0,0,0.6);
		padding: 6px 0px 12px 0px;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.header-fixed .header-main-navigation .menu-level2
	{
		top: 80px;
	}

	.header-main-navigation .menu-level2 .menu-item-level2
	{
		padding: 6px 10px 3px 28px;
	}
	
	.header-main-navigation .menu-level2 .menu-item-level2 a
	{
		color: #CBCBCB;
		padding: 0px 0px 0px 0px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: relative;
	}
	
	.header-main-navigation .menu-level2 .menu-item-level2 a::before
	{
		font-family: 'Font Awesome 5 Pro';
		font-size: 16px; 
		content: "\f105";
		top: 0px;
		left: -13px;
		position: absolute;
	}	
	

	.header-main-navigation .menu-item-level2 a:hover
	{
		color: #FFFFFF;
	}
	
	.header-main-navigation .menu-item-level1:hover .menu-level2
	{
		visibility: visible;
		opacity: 1;
	}
}

@media (min-width: 1690px) 
{
	.header-main-navigation .menu-item-level1 a
	{
		padding-left: 22px;
		padding-right: 22px;
	}
}



/* ========================================================================== */
/* MOBILE NAVIGATION TRIGGER
/* ========================================================================== */
#mobile-menu-trigger
{ 
	position: absolute;
	top: 28px;
	right: 12px;
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: #CBCBCB;
	z-index: 1000;
}

.header-fixed #mobile-menu-trigger
{ 
	top: 28px;
}
	
#mobile-menu-trigger:hover
{ 
	color: #FFFFFF;
}

@media only screen and (min-width: 1280px)
{
	#mobile-menu-trigger,
	#mobile-menu-close
	{ 
		display: none;
	}
}

#mobile-menu-close
{ 
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: #FFFFFF;
	z-index: 20;
	transition: all 0.3s ease;
}

#mobile-menu-close:hover
{ 
	color: #FFFFFF;
}

/* ========================================================================== */
/* MOBILE NAVIGATION
/* ========================================================================== */
#mobile-menu
{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	background-color: rgba(255, 255, 255, 0.6);
	width:100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	overflow-y: scroll;
}

#mobile-menu .mobile-menu-bgr
{
	position: absolute;
	padding: 0px 0px 20px 0px;
	width: 320px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #134450;
}


#mobile-menu ul
{	
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 15px 30px;
	background-color: #134450;
}

#mobile-menu ul li > ul
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mobile-menu ul a
{
	padding: 0px 0px 0px 45px;
	padding: 10px 15px 10px 30px;
}

#mobile-menu ul li
{	
	display: block;
	margin: 10px 0px 0px 0px;
}

#mobile-menu ul li a
{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color:  #FFFFFF;
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#mobile-menu li a:hover
{
	color:  #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-menu ul li > ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mobile-menu ul li > ul li a 
{
	font-size: 16px;
	font-weight: 400;
	color:  #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#mobile-menu
{
	display: none;
}

#mobile-menu .mobile-menu-submenu-arrow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	border-left: 1px none #595556;	
	color:  #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	display: none;
}
	
#mobile-menu .mobile-menu-submenu-arrow:hover
{
	color:  #FFFFFF;
}
	
#mobile-menu
{
	display: none;
}

@media (min-width: 560px) 
{
	#mobile-menu .mobile-menu-bgr
	{
		width:360px;
	}
}


@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
}





/*=================================================================================================================*/
/* HEADER TOP NAVIGATION
/*=================================================================================================================*/
#mobile-menu .mobile-navigation-links
{
	padding: 20px 0px 20px 10px;
	float: left;
	text-transform: uppercase;
	background-color: #77C60B;
	width: 100%;
}



/* ========================================================================== */
/* breadcrumbs
/* ========================================================================== */

/* ========================================================================== */
/* HOMEPAGE INFO
/* ========================================================================== */



/* ========================================================================== */
/* PAGE CONTENT HEADER
/* ========================================================================== */
.page-content-header
{
	position: relative;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	height: 400px;
	background: #000000 no-repeat center center / cover
}

.page-content-header::after
{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.85));
	z-index: 100;
}

.page-content-header .page-container
{
	height: 400px;
}

.page-content-header .page-header-text
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 0px 50px 15px;
	z-index: 110;
	color: #ffffff;
}

.page-content-header .page-header-text p
{
	color: #FFFFFF;
	margin-bottom: 0px;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.page-content-header h3
{
	font-weight: 600;
	font-size: 46px; 
	line-height: 52px;
	margin: 0px 0px 10px 0px;	 
	color: #FFFFFF;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.content-header-storitve
{
	height: 640px;
}

.content-header-storitve .page-container
{
	height: 640px;
}


/* ========================================================================== */
/* PRODUCTS INTRO
/* ========================================================================== */
.products-intro .image-box
{
	background: #CBCBCB;
	width: 100%;
	height: 75vw;
	float: left;
	overflow: hidden;
	position: relative;
}

.products-intro .image-box::after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
}

.products-intro .image-box .image-crop
{
	position: absolute;
	content: " ";
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
  background-size: cover;	
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 

}

.products-intro .image-box .image-title
{
	text-align: center;
	position: absolute;
	overflow: hidden;
	bottom: 12%;
	width: 100%;
	z-index: 100;
}

.products-intro .image-box .image-title h3
{
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	font-weight: 500;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	font-size: 20px;
	line-height: 24px;
}

.products-intro .image-box .image-title h3::before
{
	content: '';
	position: absolute;
	left: -40px;
	bottom: 4px;
	height: 30px;
	width: 30px;
	background: url("../img/prodrone_znak.png");
	background-size: cover;
}

.products-intro .text-box
{
	width: 100%;
	/*
	height: 38vw;
	*/
	float: left;
	padding: 40px 25px 25px 40px;
	overflow: hidden;
}

.products-intro .text-box h4
{
	font-size: 24px; 
	line-height: 30px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
}


.products-intro .text-box ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
	text-align: left;
}

.products-intro .text-box ul li
{
	padding: 1px 0px 1px 16px;
	position: relative;
}

.products-intro .text-box ul li::before
{
  font-family: 'Font Awesome 5 Pro';
	font-size: 20px; 
  content: "\f105";
	top: 4px;
	left: 0;
	position: absolute;
}

@media (min-width: 560px) 
{
	.products-intro .image-box
	{
		width: 100%;
		height: 96vw;  
	}

	.products-intro .text-box
	{
		width:50%;
		height: 48vw;
	}
	
	
	.products-intro .image-box .image-title h3
	{
		padding: 30px 0px 0px 0px;
		margin: 0px 0px 0px 50px;
		font-size: 28px;
		line-height: 32px;
	}

	.products-intro .image-box .image-title h3::before
	{
		left: -55px;
		bottom: 4px;
		height: 45px;
		width: 45px;
	}	
}

@media (min-width: 768px) 
{
	.products-intro .image-box
	{
		width: 100%;
		height: 64vw;  
	}

	.products-intro .text-box
	{
		width: 50%;
		height: 32vw;
	}
}
	
@media (min-width: 992px) 
{
	.products-intro .image-box
	{
		width: 50%;
		height: 72vw;  
	}

	.products-intro .text-box
	{
		width:50%;
		height: 18vw;
	}
}


	
@media (min-width: 1280px) 
{
	.products-intro .image-box
	{
		width: 50%;
		height: 44vw;  
	}

	.products-intro .text-box
	{
		width:25%;
		height: 22vw;
	}
}



@media (min-width: 1690px) 
{
	.products-intro .image-box
	{
		width: 50%;
		height: 30vw;  
	}

	.products-intro .text-box
	{
		width:25%;
		height: 15vw;
	}
}




/* ========================================================================== */
/* SERVICES
/* ========================================================================== */
.services-gallery
{
	width: 100%;
	padding: 0px 0px;
	display: block;
	overflow: hidden;
}


.services-gallery .services-item
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 10px;
    border-style: solid;
    border-color: #ffffff00;
}


.services-gallery .services-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 75%; /* 16:9 */
}

.services-gallery .services-image .image-crop
{
	position: absolute;
	content: " ";
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
  background-size: cover;	
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
}

.services-gallery .services-item .image-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.0);
}

.services-gallery .services-item .overlay-link
{
  position:absolute;
	top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.services-gallery .services-item .overlay-link i
{
	font-size: 0px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.1s ease-in 0.3s;
	transition: all 0.1s ease-in 0.3s;
}

.services-gallery .services-item .overlay-link i
{
	font-size: 50px;
	color: rgba(255, 255, 255, 0.5);
}

.services-gallery .services-item:hover .image-overlay
{
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.services-gallery .services-item:hover .overlay-link i
{
	font-size: 70px;
	color: rgba(255, 255, 255, 1.0);
}

.services-gallery .services-text
{
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 20px 20px;
	color: #FFFFFF;
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	z-index: 1001;
	line-height: 21px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.99));
}

.services-gallery .services-text h4
{
	font-size: 24px; 
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.services-gallery .services-text h4 span
{
  font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	padding: 0px 0px 0px 7px;
}


@media (min-width: 560px) 
{
	.services-gallery .services-item
	{
		width: 50%;
	}
}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
	.services-gallery .services-item
	{
		width: 33.3%;
	}
}

@media (min-width: 1280px) 
{

}

@media (min-width: 1690px) 
{
}







/* ========================================================================== */
/* SERVICES POST
/* ========================================================================== */






/* ========================================================================== */
/* PAGE CONTENT
/* ========================================================================== */
.page-content
{
	padding: 0px 0px 0px 0px;
}


/* ========================================================================== */
/* CONTENT TITLE
/* ========================================================================== */
.page-content .content-title
{
	padding: 50px 0px 30px 0px;
	text-align: center;
}

.page-content .content-title h1,
.page-content .content-title h2
{
}

.page-content .content-title h3
{
	margin: 0px 0px 0px 0px;
}



@media (min-width: 560px) 
{
}


@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
	.page-content .content-title
	{
		padding: 8	0px 0px 35px 0px;
		text-align: center;
	}
}

@media (min-width: 1280px) 
{
}



/* ========================================================================== */
/* CONTENT TEXT
/* ========================================================================== */
.page-content .one-column
{
	text-align: justify;
}

.page-content .two-column
{
	text-align: justify;
  -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;					
}

.page-content .justify
{
	text-align: justify;
}

.page-content .left
{
	text-align: left;
}

.page-content .center
{
	text-align: center;
}

.page-content .content-text
{
	margin: 0px 0px 45px 0px;
}

.page-content .content-text ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
	text-align: left;
}

.page-content .content-text ul li
{
	padding: 3px 0px 3px 16px;
	position: relative;
}

.page-content .content-text ul li::before
{
  font-family: 'Font Awesome 5 Pro';
	font-size: 20px; 
  content: "\f105";
	top: 4px;
	left: 0;
	position: absolute;
}

.content-button
{
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.content-button a
{
	display: inline-block;
}

@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
}

@media (min-width: 1280px) 
{
}

@media (min-width: 1690px) 
{
}




/* ========================================================================== */
/* CONTENT VIDEO
/* ========================================================================== */
.page-content .youtube-video
{
	background: #000 none repeat scroll 0 0;
	padding-bottom: 56.25%;
	width: 100%;
	position: relative;
}

.page-content .youtube-video iframe
{
	display: block;
	position: absolute;
}





/* ========================================================================== */
/* POST
/* ========================================================================== */


/* ========================================================================== */
/* INSTAGRAM FEED GALLERY
/* ========================================================================== */
.instafeed
{
	
}

#instafeed-gallery
{
	width: 100%;
	padding: 0px 0px;
	display: block;
	overflow: hidden;
	min-height: 142vw;
	background: #ECEAEB;
}

#instafeed-gallery .instafeed-item
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 50%;
	overflow: hidden;
}

#instafeed-gallery .instafeed-item *
{
	position: relative;
	/* hover-overlay hack */
}

#instafeed-gallery .instafeed-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 100%; /* 16:9 */
}

#instafeed-gallery .instafeed-image img
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 100%;
	max-width: initial;
	left: 50%;
  z-index: 0;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transition: all 0.5s ease 0.0s;
}

#instafeed-gallery .instafeed-text
{
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	height: 50px;
	overflow: hidden;
}

#instafeed-gallery .hover-overlay
{
	position: relative;
}

#instafeed-gallery .hover-overlay:before
{
	position: absolute;
	content:" ";
	background-color: rgba(0, 0, 0, 0.25);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
  z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#instafeed-gallery .hover-overlay:hover:before
{
	opacity: 1;
}


@media (min-width: 560px) 
{
	#instafeed-gallery
	{
		min-height: 64.9vw;
	}

	#instafeed-gallery .instafeed-item
	{
		width: 33.333333%;
	}
}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
	#instafeed-gallery
	{
		min-height: 16.5vw;
	}
	
	#instafeed-gallery .instafeed-item
	{
		width: 16.666666%;
	}
}

@media (min-width: 1280px) 
{

}

@media (min-width: 1690px) 
{
}


/* ========================================================================== */
/* PARTNER LOGOS CAROUSEL
/* ========================================================================== */
.partner-logos
{
	margin: 0px 0px 0px 0px;
	padding: 43px 0px 43px 0px;
	background: #CBCBCB;
	overflow: hidden;
	min-height: 133px;
}

.partner-logos img
{
	padding: 0px 5px 0px 5px;
}

/* ========================================================================== */
/* PARTNER LOGOS GRID
/* ========================================================================== */
.partner-logos-grid
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 43px 0px;
}

.partner-logos-grid img
{
	padding: 0px 5px 0px 5px;
}


/* ========================================================================== */
/* PORTFOLIO GRID
/* ========================================================================== */
.podrocja-dela
{
}

.podrocja-dela ul
{
	list-style:none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
	text-align: left;
}

.podrocja-dela ul li
{
	padding: 0px 0px 0px 16px;
	position: relative;
}

.podrocja-dela ul li::before
{
  font-family: 'Font Awesome 5 Pro';
	font-size: 20px; 
  content: "\f105";
	top: 1px;
	left: 0;
	position: absolute;
}

.podrocja-dela h2
{
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}

.podrocja-dela h4
{
	font-size: 22px;
	line-height: 28px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.podrocja-dela h4:first-child
{
	padding: 0px 0px 0px 0px;
}

.podrocja-dela .screen-container
{
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}

.podrocja-dela  .screen-container.no-margin
{
	margin: 0px 0px 10px 0px;
}

.podrocja-dela .text-container-left
{
	padding: 25px 20px 10px 20px;
}

.podrocja-dela .text-container-right
{
	padding: 25px 20px 10px 20px;
}

.podrocja-dela .ie-text-container-left,
.podrocja-dela .ie-text-container-right
{
	padding: 25px 20px 10px 20px;
}

.podrocja-dela .image-container-left,
.podrocja-dela .image-container-right
{
	height: 200px;
	overflow: hidden;
}

.podrocja-dela .ie-image-container-left,
.podrocja-dela .ie-image-container-right
{
	height: 200px;
	overflow: hidden;
	position: relative;
}

.podrocja-dela .image-container-right.video-container
{
	height: 56vw;
}

.podrocja-dela .image-container-right video
{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}


.podrocja-dela .col-xs-12,
.podrocja-dela .col-sm-12,
.podrocja-dela .col-md-12,
.podrocja-dela .col-lg-6,
.podrocja-dela .col-xl-6,
.podrocja-dela .col-xxl-6
{
	margin-bottom: 0px;
}


@media (min-width: 560px) 
{
	.podrocja-dela .image-container-left,
	.podrocja-dela .image-container-right
	{
		height: 300px;
	}

	.podrocja-dela .ie-image-container-left,
	.podrocja-dela .ie-image-container-right
	{
		height: 300px;
	}
}

@media (min-width: 768px) 
{
	.podrocja-dela .image-container-left,
	.podrocja-dela .image-container-right
	{
		height: 350px;
	}
	
	.podrocja-dela .ie-image-container-left,
	.podrocja-dela .ie-image-container-right
	{
		height: 350px;
	}

}

@media (min-width: 992px) 
{
	.podrocja-dela h2
	{
		font-size: 30px;
		line-height: 36px;
		margin: 0px 0px 20px 0px;
	}

	.podrocja-dela .image-container-left,
	.podrocja-dela .image-container-right
	{
		height: initial;
	}

	.podrocja-dela .image-container-right.video-container
	{
		height: initial;
	}

	.podrocja-dela .text-container-left
	{
		padding: 45px 40px 30px 15px;
	}

	.podrocja-dela .text-container-right
	{
		padding: 45px 15px 30px 40px;
	}

	.podrocja-dela .screen-container
	{
		min-height: 34vw;
		margin: 0px 0px 50px 0px;
	}

	.podrocja-dela .ie-image-container-left,
	.podrocja-dela .ie-image-container-right
	{
		height: 34vw;
	}

}

@media (min-width: 1280px) 
{
	.podrocja-dela h2
	{
		font-size: 36px;
		line-height: 42px;
		margin: 0px 0px 30px 0px;
	}

	.podrocja-dela .screen-container
	{
		min-height: 35vw;
		margin: 0px 0px 60px 0px;
	}

	.podrocja-dela .ie-image-container-left,
	.podrocja-dela .ie-image-container-right
	{
		height: 35vw;
	}

}

@media (min-width: 1690px) 
{
	.podrocja-dela .text-container-left
	{
		padding: 50px 40px 35px 15px;
	}

	.podrocja-dela .text-container-right
	{
		padding: 50px 15px 35px 40px;
	}

	.podrocja-dela .screen-container
	{
		min-height: 600px;
	}

	.podrocja-dela .ie-image-container-left,
	.podrocja-dela .ie-image-container-right
	{
		height: 600px;
	}

}



/* ========================================================================== */
/* PORTFOLIO POST
/* ========================================================================== */
/* ========================================================================== */
/* PORTFOLIO GRID
/* ========================================================================== */
.produkt-intro
{
}

.produkt-intro ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 1px;
	overflow: hidden;
	text-align: left;
}

.produkt-intro ul li
{
	padding: 0px 0px 0px 16px;
	position: relative;
}

.produkt-intro ul li::before
{
  font-family: 'Font Awesome 5 Pro';
	font-size: 20px; 
  content: "\f105";
	top: 1px;
	left: 0;
	position: absolute;
}

.produkt-intro h2
{
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
}

.produkt-intro h3
{
	font-size: 19px;
	line-height: 24px;
	margin: 0px 0px 18px 0px;
}


.produkt-intro .screen-container
{
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}

.produkt-intro .screen-container.no-margin
{
	margin: 0px 0px 10px 0px;
}

.produkt-intro .text-container-left
{
	padding: 25px 20px 10px 20px;
}

.produkt-intro .text-container-right
{
	padding: 25px 20px 10px 20px;
}

.produkt-intro .image-container-left,
.produkt-intro .image-container-right
{
	height: 250px;
}



.produkt-intro .image-container-right .image-container-text,
.produkt-intro .ie10-image-container-right .image-container-text
{
	text-align: center;
	padding-top: 50px;
}

.produkt-intro .image-container-right .image-container-text p,
.produkt-intro .ie10-image-container-right .image-container-text p
{
	margin: 0px 0px 0px 0px;
}

.produkt-intro .image-container-right .image-container-text h4,
.produkt-intro .ie10-image-container-right .image-container-text h4
{
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 4px 0px;
}

.produkt-intro .image-container-right .image-container-text strong,
.produkt-intro .ie10-image-container-right .image-container-text strong
{
	font-size: 30px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
}




@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
	.produkt-intro .image-container-left,
	.produkt-intro .image-container-right
	{
		height: 300px;
	}

	.produkt-intro .image-container-right .image-container-text,
	.produkt-intro .ie10-image-container-right .image-container-text
	{
		padding-top: 65px;
	}
}

@media (min-width: 992px) 
{
	.produkt-intro h2
	{
		font-size: 30px;
		line-height: 36px;
		margin: 0px 0px 6px 0px;
	}
	
	.produkt-intro h3
	{
		font-size: 24px; 
		line-height: 30px;
		margin: 0px 0px 25px 0px;
	}

	.produkt-intro .image-container-left,
	.produkt-intro .image-container-right
	{
		height: initial;
	}

	.produkt-intro .text-container-left
	{
		padding: 45px 40px 30px 15px;
	}

	.produkt-intro .text-container-right
	{
		padding: 45px 15px 30px 40px;
	}

	.produkt-intro .screen-container
	{
		margin: 0px 0px 50px 0px;
	}

	.produkt-intro .image-container-right .image-container-text,
	.produkt-intro .ie10-image-container-right .image-container-text
	{
		padding-top: 80px;
	}

	.produkt-intro .image-container-right .image-container-text h4,
	.produkt-intro .ie10-image-container-right .image-container-text h4
	{
		font-size: 30px;
		line-height: 36px;
		margin: 0px 0px 4px 0px;
	}

	.produkt-intro .image-container-right .image-container-text strong,
	.produkt-intro .ie10-image-container-right .image-container-text strong
	{
		font-size: 40px;
		line-height: 46px;
		margin: 0px 0px 0px 0px;
	}
}

@media (min-width: 1280px) 
{
	.produkt-intro h2
	{
		font-size: 36px;
		line-height: 42px;
		margin: 0px 0px 6px 0px;
	}

	.produkt-intro h3
	{
		margin: 0px 0px 30px 0px;
	}

	.produkt-intro .screen-container
	{
		margin: 0px 0px 60px 0px;
	}

	.produkt-intro .image-container-right .image-container-text h4
	{
		font-size: 36px;
		line-height: 42px;
		margin: 0px 0px 4px 0px;
	}

	.produkt-intro .image-container-right .image-container-text strong
	{
		font-size: 50px;
		line-height: 55px;
		margin: 0px 0px 0px 0px;
	}	
}

@media (min-width: 1690px) 
{
	.produkt-intro .text-container-left
	{
		padding: 50px 40px 35px 15px;
	}

	.produkt-intro .text-container-right
	{
		padding: 50px 15px 35px 40px;
	}

	.produkt-intro .screen-container
	{
	}
}



/* ========================================================================== */
/* NEWS GRID
/* ========================================================================== */








/* ========================================================================== */
/* CONTACT PAGE
/* ========================================================================== */
.contact-info
{
	padding: 30px 0px 0px 0px;
}

.contact-info p
{
	margin: 0px 0px 20px 42px;	 
}

.contact-info h2
{
	font-size: 36px; 
	line-height: 42px;
	margin: 0px 0px 20px 0px;	 
}

.contact-info h4
{
	padding-left: 42px;
	position: relative;
	text-transform: initial;
}

.contact-info i
{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 28px;
	color: #ffffff;
}

@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
	.gmap-container .image-container-right
	{
		height: 500px;
	}
}

@media (min-width: 992px) 
{
	.gmap-container .image-container-right
	{
		height: initial;
	}

	.gmap-container
	{
		min-height: 650px;
	}
}

@media (min-width: 1280px) 
{
}

@media (min-width: 1690px) 
{
}


/* ========================================================================== */
/* GOOGLE MAPS
/* ========================================================================== */
#gmap
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #eee;
}

.gmap-container
{
	min-height: 650px;
}


@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
	.gmap-container .image-container-right
	{
		height: 500px;
	}
}

@media (min-width: 992px) 
{
	.gmap-container .image-container-right
	{
		height: initial;
	}

	.gmap-container
	{
		min-height: 650px;
	}
}

@media (min-width: 1280px) 
{
}

@media (min-width: 1690px) 
{
}



/* ========================================================================== */
/* ENQUIRY SECTION
/* ========================================================================== */
.enquiry-section
{
	padding: 20px 0px 20px 0px;
	background: #5A5556 center;
	background-size: cover;
}

.enquiry-section .content-title h2,
.enquiry-section .content-title h3,
.enquiry-section .content-text
{
	color: #FFFFFF;
}

.enquiry-section .enquiry-section-price p
{
	margin: 0px 0px 0px 0px;
}

.enquiry-section .enquiry-section-price h4
{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 4px 0px;
}

.enquiry-section .enquiry-section-price strong
{
	font-size: 30px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
}

@media (min-width: 992px) 
{
	.enquiry-section .enquiry-section-price h4
	{
		font-size: 26px;
		line-height: 32px;
		margin: 0px 0px 4px 0px;
	}

	.enquiry-section .enquiry-section-price strong
	{
		font-size: 40px;
		line-height: 46px;
		margin: 0px 0px 0px 0px;
	}
}


/* ========================================================================== */
/* HIGHLIGTS
/* ========================================================================== */
.highlights
{
	background: #322E2F;
	background: #85be00;
	color: #FFFFFF;
	padding: 40px 0px 40px 0px;
}

.highlights .col-xs-12,
.highlights .col-sm-6,
.highlights .col-md-4,
.highlights .col-lg-4,
.highlights .col-xl-2,
.highlights .col-xxl-2
{
	margin: 0px 0px 0px 0px;
}

.highlights-item
{
	overflow: hidden;
	padding: 22px 0px 22px 0px;
}

.highlights-item-image
{
	float: left;
	height: 40px;
	width: 45px;
}

.highlights-item-image img
{
	height: 100%;
}

.highlights-item-text
{
	font-size: 15px;
	line-height: 18px;
	width: calc(100% - 45px);
	padding: 3px 0px 0px 15px;
	float: left;
}


/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
.footer
{
	font-size: 17px;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 40px 0px;
	color: #CBCBCB;
	background: #000000;
	position: relative;
	/*
	text-align: center;
	*/
}

.footer a,
.footer a:active
{
	color: #CBCBCB;
	text-decoration: none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer a:hover
{
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.footer img
{
	width: 200px;
	margin: 40px 0px 0px 0px;
	padding: 0px 22px 0px 0px;
}	


.footer .footer-logo
{
	/*
	text-align: center;
	*/
}

.footer .footer-logo img
{
	width: 200px;
	margin: 40px 0px 20px 0px;
	padding: 0px 22px 0px 0px;
}	


.footer h4
{
	font-size: 18px; 
	line-height: 30px;
	color: #FFFFFF;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	position: relative;
}

.footer ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
	/*
	text-align: left;
	*/
}

.footer ul li
{
	position: relative;
}


@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
	.footer
	{
		text-align: left;
	}


	.footer img
	{
		width: 200px;
		margin: 40px 0px 0px 0px;
		padding: 0px 22px 0px 0px;
	}	

	.footer .footer-logo
	{
		text-align: left;
	}

	.footer .footer-logo img
	{
		width: 200px;
		margin: 40px 0px 20px 0px;
		padding: 0px 22px 0px 0px;
	}	


}

@media (min-width: 992px) 
{
}


/* ========================================================================== */
/* FOOTER COPYRIGHT
/* ========================================================================== */
.footer-copyright
{
	background: #000000;
	color: #CBCBCB;
	font-size:12px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 5px 0px;
	text-align: center;
}

.footer-copyright-container
{
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #CBCBCB;
}

.footer-copyright a
{
	text-decoration: none;
}

.footer-copyright p
{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

@media (min-width: 768px) 
{
	.footer-copyright
	{
		text-align: left;
	}
	
	.footer-copyright p
	{
		text-align: left;
	}
}





/* ========================================================================== */
/* SUBSCRIPTION FO0RM
/* ========================================================================== */
.kontakt-form
{
	margin: 0px 0px 60px 0px;
}

.kontakt-form input[type="text"],
.kontakt-form textarea
{
	font-size: 15px;
	line-height: 40px;
	height: 42px;
	width:100%;
	color: #FFFFFF;
	border: none;
	border: 2px none #5c5a5b;
	background: #5c5a5b;
	outline: none;
	display: block;		
	margin-bottom: 10px;
	padding: 0px 14px 1px 24px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none; /* 1 */
}

.kontakt-form textarea
{
	padding: 10px 14px 0px 24px;
}

.kontakt-form .input-wrapper
{
	position: relative;
}

.kontakt-form input.input-error 
{
	border: 2px solid rgba(255,142,1,0.99);
	/*
  background-color: rgba(255,142,1,0.5);
	border: 2px solid rgba(234,83,42,1.0);
  background-color: rgba(234,83,42,0.07);
	*/
}

.kontakt-form .input-error-text
{
	position: absolute;
	font-size: 11px; 
	line-height: 14px; 
	color: #EA532A;
	height: 14px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	bottom: -15px;
	left: 24px;
}

.kontakt-form ::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #FFFFFF;
}
.kontakt-form ::-moz-placeholder
{ /* Firefox 19+ */
	color: #FFFFFF;
}
.kontakt-form :-ms-input-placeholder
{ /* IE 10+ */
	color: #FFFFFF;
}
.kontakt-form :-moz-placeholder
{ /* Firefox 18- */
	color: #FFFFFF;
}
.kontakt-form ::-moz-placeholder
{
  opacity: 0.4;
}



/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill
{
	border: 2px none #5A5556 !important;
	background: #5A5556 !important;
  -webkit-text-fill-color: green !important;
  -webkit-box-shadow: none !important;
}


.kontakt-form .form-note
{
	font-size: 11px; 
	line-height: 15px;
	margin: 0px 0px 0px 2px;
	padding: 10px 10px 0px 10px;
}

.kontakt-form .form-note a
{
	color: #01A6EA;
}


/* ========================================================================== */
/* POST RESPONSE
/* ========================================================================== */
#post-response
{
	display: none;
	padding: 20px 3px 3px 12px;
	font-size: 1.2em;
}

#post-response i
{
	margin: 0px 15px 0px 0px;
	font-size: 1.4em;
	color: #85be00;
}

.post-error
{
	margin: 0px 10px 25px 10px;
	color: #ea532a;
	background: rgba(234, 83, 42, 0.0);
}

.post-success
{
	margin: 0px 10px 25px 10px;
	color: #595556;
	background: rgba(255, 255, 255, 0.0);
}


/* ========================================================================== */
/* BUTTONS
/* ========================================================================== */
.btn
{ 
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
	display: inline-block;		
	color: #595556;
	background: #DCDADB;
	border: 2px solid #DCDADB;
	margin: 0px 0px 0px 0px;
	padding: 7px 45px 8px;
	min-width: 180px;
	outline: none;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-appearance: none; /* 1 */
}
	
.btn:focus
{
	outline: 0;
	text-decoration: none;
}

.btn:hover
{ 
	color: #595556;
	background: #CBCBCB;
	border: 2px solid #CBCBCB;
}

.btn-wide
{
	padding-left: 50px;
	padding-right: 50px;
}

@media (min-width: 560px) 
{
	.btn-wide
	{
		padding-left: 80px;
		padding-right: 80px;
	}
}


.btn-full-width
{
	width:100%;
	display:block;
}




.btn-orange
{
	color: #595556;
	background: #9fc93c;
	font-weight: 500;
	border: 2px solid #9fc93c;
}

.btn-orange:hover
{
	color: #595556;
	background: #85be00;
	border: 2px solid #85be00;
}

.btn-white
{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #ffffff;
}

.btn-white:hover
{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #ffffff;
}




.bgr-blue
{
	background: #9fc93c;
	color: #FFFFFF;
}

.bgr-green
{
	background: #b6c59f;
	color: #FFFFFF;
}

.bgr-orange
{
	background: #577925;
	color: #FFFFFF;
}

.bgr-light-grey
{
	background: #CBCBCB;
}

.bgr-medium-grey
{
	background: #5A5556;
	background: #5c5a5b;
	color: #FFFFFF;
}

.bgr-dark-grey
{
	background: #322E2F;
	background: #a2c56d;
	color: #FFFFFF;
}

.bgr-black
{
	background: #000000;
	color: #FFFFFF;
}

.bgr-medium-grey .content-title h2,
.bgr-medium-grey .content-title h3,
.bgr-medium-grey .content-text,
.bgr-dark-grey .content-title h2,
.bgr-dark-grey .content-title h3,
.bgr-dark-grey .content-text,
.bgr-black .content-title h2,
.bgr-black .content-title h3
.bgr-black .content-text,
.bgr-black h2,
.bgr-black h3,
.bgr-black h4,
.bgr-dark-grey h2,
.bgr-dark-grey h3,
.bgr-dark-grey h4,
.bgr-medium-grey h2,
.bgr-medium-grey h3,
.bgr-medium-grey h4,
.bgr-light-grey h2,
.bgr-light-grey h3,
.bgr-light-grey h4,
.bgr-orange h2,
.bgr-orange h3,
.bgr-orange h4,
.bgr-green h2,
.bgr-green h3,
.bgr-green h4,
.bgr-blue h2,
.bgr-blue h3,
.bgr-blue h4
{
	color: #FFFFFF;
}



/* ========================================================================== */
/* PARALLAX
/* ========================================================================== */
.parallax.parallax-enabled
{ 
	background-attachment: fixed !important;
	-webkit-background-size: cover;
	background-size: cover;	
}

.horizontal-parallax
{
	background-repeat: repeat-x;
}
	
.animated-parallax
{
	background-repeat: repeat-x;
}





/* ========================================================================== */
/* ENQUIRY FORM
/* ========================================================================== */
#frm_enquiry
{
	padding: 25px 0px 0px 0px;
}

#frm_enquiry input[type="text"],
#frm_enquiry textarea
{
	color: #595556;
	border: 2px solid #595556;
	background: rgba(255, 255, 255, 0.4);
}

#frm_enquiry input.input-error 
{
	/*
	border: 1px solid rgba(226,48,19,0.3);
  background-color: rgba(226,48,19,0.07);
	*/
	border: 2px solid rgba(234,83,42,1.0);
  background-color: rgba(234,83,42,0.07);
}

#frm_enquiry .input-error-text
{
	font-family: 'ClearSans', sans-serif;
	position: absolute;
	font-size: 11px; 
	line-height: 14px; 
	color: #E23013;
	color: #EA532A;
	height: 14px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	bottom: -15px;
	left: 24px;
}

#frm_enquiry ::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #595556;
	text-transform: uppercase;
}
#frm_enquiry ::-moz-placeholder
{ /* Firefox 19+ */
	color: #595556;
	text-transform: uppercase;
}
#frm_enquiry :-ms-input-placeholder
{ /* IE 10+ */
	color: #595556;
	text-transform: uppercase;
}
#frm_enquiry :-moz-placeholder
{ /* Firefox 18- */
	color: #595556;
	text-transform: uppercase;
}
#frm_enquiry ::-moz-placeholder
{
  opacity: 1;
}




