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


/* ========================================================================== */
/* COLOR INIT
/* ========================================================================== */
:root
{
	/* main text colors */
	--text: #282d40;
	--text-inverse: #FFFFFF;
	--text-error: #eb5159;
	
	--background: #FFFFFF;
	
	--main-blue: #282d40;
	--main-blue-light: #373c50;
	--main-orange: #eb5159;

	--light-grey: #BBB;
	--dark-grey: #999;
	--black: #101112;


	/* button default */
	--btn-bgr: #eb5159;
	--btn-brd: #FFFFFF;
	--btn-txt: #FFFFFF;
	--btn-hover-bgr: #eb5159;
	--btn-hover-brd: #FFFFFF;
	--btn-hover-txt: #FFFFFF;
	
	/* button white */
	--btn-white-bgr: rgba(255, 255, 255, 0.0);
	--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: 900px;
	background: #f1f1f1 none no-repeat scroll center center / cover;
	position: relative;
}


.yxgd8mj01p
{
	color: var(--text-inverse);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 36px; 
	line-height: 42px;
	text-shadow: 1px 1px 6px rgba(40, 45, 64, 0.0);
}

.hrfrx4c5ko
{
	color: var(--text-inverse);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px; 
	line-height: 26px;
	text-shadow: 1px 1px 6px rgba(40, 45, 64, 0.0);
	position: relative;
}

.hrfrx4c5ko:after
{
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	left: 1px;
	bottom: -30px;
	border-radius: 5px;
	background: var(--text-inverse);
	box-shadow: 1px 1px 6px rgba(40, 45, 64, 0.0);
}


@media (min-width: 560px) 
{
	.hrfrx4c5ko:after
	{
		width: 90px;
		height: 5px;
		left: 3px;
		bottom: -40px;
	}
}

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

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

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

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



.rev-slider-footer
{
	background: rgba(40, 45, 64, 0.6);
	background: #7E818C;
	padding: 0px 0px 5px 0px;
	text-align: right;
}

.rev-slider-footer:after
{
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-box-shadow: 0 0 35px rgba(40, 45, 64, 0.5);
	box-shadow: 0 0 35px rgba(40, 45, 64, 0.5);
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.rev-slider-footer a
{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: var(--text-inverse);
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}

.rev-slider-footer a:hover
{
	text-decoration: underline;
}

.rev-slider-overlay
{
  width: 100%;
	padding: 15px 0px 10px 0px;
	position: absolute;
	overflow: hidden;
	bottom: 20px;
}

.rev-slider-overlay:before
{
	position: absolute;
	content: "";
	z-index: 0;
	-webkit-box-shadow: 0 0 35px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 35px rgba(255, 255, 255, 0.3);
	top: -90px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 90px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.rev-slider-overlay .milestone
{
}


.milestone .milestone-content
{
  text-align: center;
	padding: 0px 10px 0px 10px;
	color: var(--text-inverse);
}

.milestone .milestone-content h3
{
  font-weight: 400;
  text-align: center;
	font-size: 26px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: var(--text-inverse);
}

.milestone .milestone-content h4
{
  font-weight: 400;
  text-align: center;
	font-size: 18px;
	line-height: 22px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 3px 0px;
	color: var(--text-inverse);
}

.milestone .milestone-content h3 span,
.milestone .milestone-content h4 span
{
  font-weight: 700;
}

.milestone .milestone-description
{
}


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

@media (min-width: 768px) 
{
	.rev-slider-overlay
	{
		width: 100%;
		padding: 22px 0px 18px 0px;
		bottom: 20px;
	}
	
	.milestone .milestone-content
	{
		padding: 0px 10px 0px 10px;
	}
	
	.milestone .milestone-content h3
	{
		font-size: 34px;
		line-height: 36px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 12px 0px;
	}

	.milestone .milestone-content h4
	{
		font-size: 22px;
		line-height: 26px;
		padding: 8px 0px 14px 0px;
    margin: 0px 0px 0px 0px;
	}
}

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

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

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


/* ========================================================================== */
/* 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: #222; /* 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;
}

/* ========================================================================== */
/* Correct img
/* ========================================================================== */

img
{
	/* Remove border when inside `a` element in IE 8/9.*/
	border: 0;
	/* 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;
}

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





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



/* ========================================================================== */
/* CSS LOADER
/* ========================================================================== */
#loading-fullscreen
{
	background: rgba(0, 0, 0, 0.7) url("../img/evhhdola.png");
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	display: none;
}

#loading-spinner
{
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes 
  transform: translate(-50%, -50%);
	*/
  margin-top: -25px;
  margin-left: -25px;
}

.loading-text
{
  position: fixed;
  top: 50%;
  left: 50%;
	width: 100px;
	text-align: center;
	font-size: 16px;
	color: var(--text-inverse);
  margin-top: 25px;
  margin-left: -50px;

}

.loader
{
  margin: 0px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.5em solid rgba(255, 255, 255, 0.7);
  border-right: 1.5em solid rgba(255, 255, 255, 0.7);
  border-bottom: 1.5em solid rgba(255, 255, 255, 0.7);
  border-left: 1.5em solid rgba(255, 255, 255, 1.0);
  -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: 8em;
  height: 8em;
}

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


/* ======================================================================================================================================================= */
/* OWL CAROUSEL
/* ======================================================================================================================================================= */
.owl-carousel .owl-nav 
{
	float: right;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
	text-align: right;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
	float: left;
	height: 30px;
	width: 22px;
	text-align: center;
	margin: 0px 0px 0px 5px;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i
{
	color: #e0e0e0;
	font-size: 25px;
	line-height: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i
{
	color: var(--text);
}


.owl-carousel .owl-item
{
	padding: 0px 10px 0px 10px;
}



.owl-carousel-footer
{
	width: 100%;
	text-align: right;
	overflow: hidden;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.owl-carousel-footer a
{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
	display: block;
}

.owl-carousel-footer a:hover
{
	text-decoration: underline;
}



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


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

.vble0bsy0i 
{
  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) 
{
  .vble0bsy0i
	{
		padding-right: 0px;
		padding-left: 0px;
    width: 750px;
  }
}

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

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

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


/* ========================================================================== */
/* HALF SCREEN IMAGE/TEXT
/* ========================================================================== */
.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;
	}
}




/* ========================================================================== */
/* RESPONSIVE SHOW/HIDE
/* ========================================================================== */
.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-xxl-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;
}


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



/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
body
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	color: var(--text);
	background: none;
}

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

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

@media (min-width: 1280px) 
{

}



h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: none;
	color: var(--main-blue);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

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

h1
{
	font-weight: 400;
	font-size: 30px; 
	line-height: 36px;
	margin: 0px 0px 10px 0px;	 
}

h2
{
	font-weight: 400;
	font-size: 30px; 
	line-height: 36px;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 17px; 
	line-height: 24px;
	margin-bottom: 12px; 
}

h4
{
	font-size: 16px; 
	line-height: 22px;   
	margin: 0px 0px 6px 0px;
	padding: 5px 0px 0px 0px;
}
	
h5
{ 
	text-transform: none;
	font-size: 16px; 
	line-height: 24px; 
	margin-bottom: 8px;
}
	
h6
{ 
	text-transform: none;
	font-size: 13px; 
	line-height: 23px; 
	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) 
{
	h1
	{
		font-size: 36px; 
		line-height: 44px;
		margin: 0px 0px 12px 0px;	 
	}

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

	h3
	{
		font-size: 18px; 
		line-height: 25px;
		margin-bottom: 12px; 
	}

	h4
	{
		font-size: 17px; 
		line-height: 24px;   
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 6px 0px;
	}
	
	h5
	{ 
		font-size: 16px; 
		line-height: 22px; 
		margin-bottom: 8px;
	}
}
	
@media (min-width: 1280px) 
{

}

@media (min-width: 1690px) 
{

}


/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color:  var(--black);
	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: none;
}	


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

li
{
}

/* ========================================================================== */
/* 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.75);
	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: var(--text-inverse);
}

#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-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	text-transform: none;
	padding: 8px 20px 8px;
	margin: 10px 0px 0px 10px;
	color: var(--text-inverse);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--text-inverse);
	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: var(--main-orange);
}

#band-cookies-close i
{
	font-size: 20px;
	line-height: 36px;
	color: var(--text-inverse);	
}

@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: 12px;
		display: block;
		text-decoration: none;
		padding: 7px 10px 7px;
		margin-top:10px;
		float: left;
	}

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





/* ========================================================================== */
/* 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;
	position: fixed;
}

#header .header-fixed
{
	position: fixed;
	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-top-container
{ 
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: rgba(40, 45, 64, 0.5);
	
}

#sticky-header
{
	background: none;
}

.header-main-container
{ 
	margin: 0px 0px 0px 0px;
	height: 50px;
}

.header-main-container:after
{ 
	display: none;
}

.header-main
{ 
	height: 50px;
}

.header-fixed .header-main-container
{ 
	height: 50px;
	margin: 0px 0px 0px 0px;
	background: #eee;
}

.header-fixed .header-main
{ 
	height: 50px;
	background: #eee;
}


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

@media (min-width: 768px) 
{
	.header-main
	{ 
		height: 50px;
	}

	.header-fixed .header-main
	{ 
		height: 50px;
	}
	
}
	
@media (min-width: 992px) 
{
	.header-main-container-x:after
	{ 
		position: absolute;
		display: block;
		content: "";
		z-index: -1;
		top: 0px;
		right: 0px;
		bottom: 0px;
		width: 70%;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(40, 45, 64, 1.0));
	}	
	
	.header-main:after
	{
	 background-color: var(--main-blue);
	 content:"";
	 height:100%;
	 position:absolute;
	 right:-200%;
	 top:0;
	 width:200%;
	 z-index:1;
  }
	
	.header-fixed .header-main:after
	{
	 background-color: var(--main-blue);
	 content:"";
	 height:100%;
	 position:absolute;
	 right:-200%;
	 top:0;
	 width:200%;
	 z-index:1;
  }	
	
}
	
@media (min-width: 1280px) 
{
}

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



/*=================================================================================================================*/
/* HEADER LOGO
/*=================================================================================================================*/
.header-logo
{ 
	display: inline-block; 
	height: 32px;
	width: 130px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	left: 50%;
  transform: translate(-50%, 0%);
	background: url("../img/q6yzg2fw.png") no-repeat left top;
	background-size: contain;
}

.mobile-menu-header-logo
{ 
	display: inline-block; 
	height: 32px;
	width: 130px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	left: 50%;
  transform: translate(-50%, 0%);
	background: url("../img/q6yzg2fw.png") no-repeat left top;
	background-size: contain;
}

.header-fixed .header-logo
{ 
	height: 32px;
	width: 130px;
	margin: 0px 0px 0px 0px;
	top: 9px;
	left: 50%;
  transform: translate(-50%, 0%);
	background: url("../img/logo_kf_finance_dark_si.svg") no-repeat left top;
	background-size: contain;
}

.header-logo.logo-si,
.mobile-menu-header-logo.logo-si
{ 
	background: url("../img/logo_kf_finance_dark_si.svg") no-repeat left top;
	background-size: contain;
}

.header-logo.logo-hr,
.mobile-menu-header-logo.logo-hr
{ 
	background: url("../img/logo_kf_finance_dark_hr.svg") no-repeat left top;
	background-size: contain;
}

.header-logo.logo-en,
.mobile-menu-header-logo.logo-en
{ 
	background: url("../img/logo_kf_finance_dark_en.svg") no-repeat left top;
	background-size: contain;
}
	
.header-fixed .header-logo img,
.header-logo img
{ 
	max-height: 100%;
}
	
@media (min-width: 560px) 
{
}

@media (min-width: 768px) 
{
	.header-logo
	{ 
		height: 35px;
		width: 150px;
		top: 14px;
	}
}
	
@media (min-width: 992px) 
{
	.header-logo
	{ 
		height: 40px;
		width: 200px;
		top: 5px;
		left: 10px;
	  transform: none;
	}
	
	.header-fixed .header-logo
	{ 
		height: 35px;
		width: 170px;
		top: 7px;
		left: 10px;
	  transform: none;
	}	
}
	
@media (min-width: 1280px) 
{
	.header-logo
	{ 
		height: 50px;
		width: 205px;
		top: -3px;
		left: 10px;
	  transform: none;
	}
	
	.header-fixed .header-logo
	{ 
		height: 35px;
		width: 170px;
		top: 7px;
		left: 10px;
	  transform: none;
	}		
}

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

.header-main1:after {
 background-color: var(--main-blue);
 content:"";
 height:100%;
 position:absolute;
 right:-200%;
 top:0;
 width:200%;
 z-index:-1
}

/*=================================================================================================================*/
/* HEADER CONTACT INFO
/*=================================================================================================================*/
.header-top-container .header-contact-info
{
	overflow: hidden;
	margin: 0px auto;
	float: left;
	color: var(--text-inverse);
	font-size: 14px;
	font-weight: 400;
	width: 240px;
}

.header-top-container .header-contact-info i
{
	color: var(--text-inverse);
	font-size: 15px;
	line-height: 15px;
	margin: 0px 8px 0px 0px;
}

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

.header-top-container .header-contact-info a
{
	color: var(--text-inverse);
}

.header-top-container .header-contact-info a:hover
{
	color: var(--text-inverse);
}

.header-top-container .header-contact-info ul li
{
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
	padding: 5px 25px 6px 5px;
}

.header-top-container .header-contact-info ul li.hide-on-xs
{
	display: none;
}

@media (min-width: 560px) 
{
	.header-top-container .header-contact-info
	{ 
	 width: initial;
	}
	.header-top-container .header-contact-info ul li.hide-on-xs
	{
		display: inline-block;
	}	
}

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

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


/*=================================================================================================================*/
/* HEADER LANGUAGE
/*=================================================================================================================*/
.b9x4x5trh0
{
	font-size: 12px;
	line-height: 18px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	float: right;
	display: inline-block;
}

@media (min-width: 768px) 
{
	.b9x4x5trh0
	{
		left: 290px;
	}
}

.b9x4x5trh0 a
{
	color: var(--text-inverse);
}

.b9x4x5trh0 ul
{
	list-style: none;
	margin: 0px;
	padding: 4px 0px 3px 0px;
}

.b9x4x5trh0 li
{
	float: left;
	display: inline-block; 
	position: relative;
	border-right: 1px solid #ccc;
}

.b9x4x5trh0 ul > li a
{
	text-decoration: none;
	font-weight: 600;
  -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px 1px 0px 0px;
	padding: 0px 6px 0px 5px;
}

.b9x4x5trh0 ul > li:last-child
{
	border-right: 1px none #ccc;
}

.b9x4x5trh0 ul li:hover a
{
	color: var(--text-inverse);
	background: none;
}

.b9x4x5trh0 .selected a
{
	font-weight: 600;
	color: var(--text-inverse);
}

/*=================================================================================================================*/
/* HEADER SOCIAL MEDIA
/*=================================================================================================================*/
.header-social
{
	border-right: 1px solid #ccc;
	padding: 0px 5px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: right;
}

.header-social .media-icons
{
}

.header-social ul
{
	padding: 0px;
	margin: 0px;
}

.header-social li
{
	border: none;
	float: left;
	display: block; 
}

.header-social i
{
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	height: 24px;
	width: 18px;
	color: var(--text-inverse);
	margin: 0px 10px 0px 0px;
  -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;
}

.header-social i:hover
{
	cursor: pointer;
}




/* ========================================================================== */
/* MAIN NAVIGATION - LEVEL 1
/* ========================================================================== */
.header-main-navigation
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	float: right;
	display: none;
	height: 50px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;

}

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

@media only screen and (min-width: 992px)
{
	.header-main-navigation
	{
		display: block;
	}
	
	.header-main-navigation .menu
	{
		margin: 0px 0px 0px 0px;
		text-transform: uppercase;
		display: block;
		float: right;
	}

	.header-main-navigation .menu-contact
	{
		padding: 15px 0px 16px 25px;
		float: right;
		color: var(--text-inverse);
		display: block;
		cursor: pointer;
		position: relative;
		background: var(--main-blue);
		font-size: 13px;
		line-height: 18px;
		text-transform: none;
		border-radius: 25px 0px 0px 25px;
	}	
	
	.header-main-navigation .menu-contact i
	{
		font-size: 16px;
		line-height: 18px;
		margin: 0px 8px 0px 0px
	}	
	
	.header-main-navigation .menu-item-level1
	{
		float: left;
		color: var(--text);
		display: block;
		cursor: pointer;
		position: relative;
		margin: 13px 0px 0px 0px;
	}
	


	.header-main-navigation .menu-item-level1 a
	{
		color: var(--text);
		padding: 10px 24px 5px 24px;
	}
	
	.header-main-navigation .menu-item-level1.noclick
	{
		padding: 0px 24px 0px 24px;
	}

	.header-main-navigation .menu-item-level1 .menu-item-active
	{
		content: "";
		display: block;
		height: 0px;
		width: 0px;
		margin: 0px auto;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: -12px;
		z-index: 53;
		background-color: var(--text);
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.header-main-navigation .menu-item-level1:hover
	{
		-webkit-transition: all 0.2s ease;
		transition: all 0.1s ease;
	}
	
	.header-main-navigation .menu-item-level1:hover .menu-item-active,
	.header-main-navigation .menu-item-level1.selected .menu-item-active
	{
		color: var(--text);
		height: 4px;
		width: 80%;
		border-radius: 5px;
	}	

	.header-main-navigation .menu-item-level1:hover.menu-item-level1 a
	{
		/*
		color: var(--text-inverse);
		background: var(--background-1);
		*/
	}


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

	.header-fixed .header-main-navigation .menu-item-level1 a
	{
		color: var(--text);
		padding: 10px 24px 14px 24px;
	}

	.header-fixed .header-main-navigation .menu-item-level1.noclick
	{
		color: var(--text);
	}
	
	
	.header-fixed .header-main-navigation .menu-item-level1 .menu-item-active
	{
		top: -13px;
	}
	
	/* ========================================================================== */
	/* MAIN NAVIGATION - LEVEL 2
	/* ========================================================================== */
	.header-main-navigation  .three-column
	{
		-webkit-columns: 3 200px;
			 -moz-columns: 3 200px;
						columns: 3 200px;
		-webkit-column-gap: 2em;
			 -moz-column-gap: 2em;
						column-gap: 2em;
						column-rule: 1px solid #eee;
	}

	.header-main-navigation  .menu-mega-container
	{
		padding: 33px 30px 30px 30px;
	}

	.header-main-navigation  .menu-mega-image
	{
		padding: 0px 90px 0px 0px;
	}

	.header-main-navigation  .menu-mega-image-clip
	{
		position: relative;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding-bottom: 90%;
		overflow: hidden;
		background-size: cover;	
		background-repeat: no-repeat;
		background-position: center;
	}

	.header-main-navigation  .menu-mega-text
	{

	}


	.header-main-navigation .menu-level2
	{
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		display: block;
		z-index: 1100; /* 1 */
		min-width: 265px;
		position: absolute;
		left: -70px;
		top: 33px;
		width: 100%;
		visibility: hidden;
		background: rgba(40,45,64,1.0);
		padding: 0px 0px 4px 0px;
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.0);
		opacity: 0;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}


	#header .header-fixed .header-main-navigation
	{
		height: 50px;
	}

	#header .header-fixed .header-main-navigation .menu-level2
	{
		left: 0px;
		top: 38px;
	}

	.header-main-navigation .menu-item-level1:hover .menu-item-level2 a
	{
		color: var(--text-inverse);
		background: none;
	}
	

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

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

	.header-main-navigation .menu-level2 .menu-item-level2
	{
		background: none;
		display: block;
		margin: 0px 0px 0px 0px;
    position: relative;
	}
	
	.header-main-navigation .menu-level2 .menu-item-level2 a
	{
		font-size: 13px;
    line-height: 18px;
		font-weight: 400;
		color: var(--text-inverse);
		background: none;
		width: 100%;
		padding: 10px 15px 10px 15px;
		display: block;
	}

	
	.header-main-navigation .menu-level2 .menu-item-level2 a:hover
	{
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		color: var(--text-inverse);
		background-color: rgba(255,255,255,0.1);
	}
	
}

@media (min-width: 1280px) 
{
	.header-main-navigation .menu-item-level1 a
	{
		padding-left: 32px;
		padding-right: 32px;
	}
	.header-fixed .header-main-navigation .menu-item-level1 a
	{
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.header-fixed .header-main-navigation .menu-level2 .menu-item-level2 a
	{
		padding: 8px 15px 8px 15px;
	}
	
	.header-main-navigation .menu-level2
	{
		left: -65px;
	}
	
	
	.header-main-navigation .menu-item-level1:hover .menu-item-active,
	.header-main-navigation .menu-item-level1.selected .menu-item-active
	{
		width: 68%;
	}	
	
}


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

	.header-fixed .header-main-navigation .menu-item-level1 a,
	.header-fixed .header-main-navigation .menu-item-level1.noclick
	{
		padding-left: 40px;
		padding-right: 40px;
	}

	.header-fixed .header-main-navigation .menu-level2 .menu-item-level2 a
	{
		padding: 8px 15px 8px 15px;
	}

	.header-main-navigation .menu-level2
	{
		left: -52px;
	}
}



/* ========================================================================== */
/* MOBILE NAVIGATION TRIGGER
/* ========================================================================== */
#mobile-menu-trigger
{ 
	position: absolute;
	top: 11px;
	left: 25px;
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: var(--text);
	z-index: 1000;
}

#mobile-contact-trigger
{ 
	position: absolute;
	top: 11px;
	right: 25px;
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: var(--text);
	z-index: 1000;
}

.header-fixed #mobile-menu-trigger
{ 
	top: 10px;
	left: 25px;
	color: var(--text);
}

.header-fixed #mobile-contact-trigger
{ 
	top: 10px;
	right: 25px;
	color: var(--text);
}
	
@media (min-width: 768px) 
{
	#mobile-menu-trigger
	{ 
		top: 18px;
		left: 12px;
	}
	
	#mobile-contact-trigger
	{ 
		top: 18px;
		right: 12px;
	}
}
	
@media only screen and (min-width: 992px)
{
	#mobile-contact-trigger,
	#mobile-menu-trigger,
	#mobile-menu-close
	{ 
		display: none;
	}
}


.mobile-menu-header .mobile-menu-header-logo
{ 
	top: 13px;
}

.mobile-menu-header #mobile-menu-contact
{ 
	font-size: 22px;
	line-height: 28px;
	display: block;
	color: var(--text);
	transition: all 0.3s ease;
	display: inline-block;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	float: right;
}

.mobile-menu-header #mobile-menu-contact:hover
{ 
	color: var(--text);
}


.mobile-menu-header #mobile-menu-trigger-1
{ 
	font-size: 20px;
	line-height: 28px;
	display: block;
	color: var(--text);
	transition: all 0.3s ease;
	display: inline-block;
	padding: 8px 8px 8px 8px;
	margin: 6px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	float: left;
	top: 0px;
  left: 2px;
}

.mobile-menu-header #mobile-menu-trigger-1:hover
{ 
	color: var(--text);
}


.mobile-menu-header #mobile-menu-contact-trigger
{ 
	font-size: 19px;
	line-height: 28px;
	display: block;
	color: var(--text);
	transition: all 0.3s ease;
	display: inline-block;
	padding: 8px 8px 8px 8px;
	margin: 6px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	float: right;
	top: 0px;
  left: 2px;
}

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



#mobile-menu .mobile-menu-bgr
{
	position: absolute;
	padding: 0px 0px 20px 0px;
	width:100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: #ebebeb;
}

#mobile-menu .mobile-menu-header
{
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}


#mobile-menu .mobile-menu-header .mobile-header-top
{
	display: block;
	overflow: hidden;
	padding: 0px 30px 0px 30px;
	height: 60px;
}

#mobile-menu .mobile-menu-header .mobile-header-info
{
	display: block;
	overflow: hidden;
	height: 50px;
	padding: 13px 26px 0px 40px;
	background: var(--main-blue);
}


.mobile-header-info .mobile-contact
{
	overflow: hidden;
	margin: 0px auto;
	padding: 1px 0px 0px 0px;
	float: left;
	color: var(--text-inverse);
	font-size: 14px;
	font-weight: 400;
}

.mobile-header-info .mobile-contact i
{
	color: var(--text-inverse);
	font-size: 14px;
	line-height: 14px;
	margin: 0px 8px 0px 0px;
}

.mobile-header-info .mobile-contact a
{
	color: var(--text-inverse);
	font-size: 13px;
	font-weight: 600;
}


.mobile-header-info .xu9n9yi09h
{
	line-height: 15px;
	overflow: hidden;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	float: right;
	color: var(--text-inverse);
}


.mobile-header-info .xu9n9yi09h a
{
	color: var(--text-inverse);
}

.mobile-header-info .xu9n9yi09h ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.mobile-header-info .xu9n9yi09h li
{
	float: left;
	display: inline-block; 
	position: relative;
	border-right: 1px solid #ccc;
}

.mobile-header-info .xu9n9yi09h ul > li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
  -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0px 1px 0px 0px;
	padding: 0px 10px 0px 10px;
}

.mobile-header-info .xu9n9yi09h ul > li:last-child
{
	border-right: 1px none #ccc;
}

.mobile-header-info .xu9n9yi09h ul li:hover a
{
	color: var(--text-inverse);
	background: none;
}

.mobile-header-info .xu9n9yi09h .selected a
{
	font-weight: 600;
	color: var(--text-inverse);
}


#mobile-menu .fln4cdpjs0
{	
	margin: 0px 0px 0px 0px;
	padding: 12px 38px 15px 40px;
}

#mobile-menu .fln4cdpjs0 ul
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mobile-menu .fln4cdpjs0 ul a
{
}

#mobile-menu .fln4cdpjs0 ul li
{	
	display: block;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	display: block;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid var(--text);
}

#mobile-menu .fln4cdpjs0 ul li a
{
	padding: 0px 5px 0px 5px;
	font-weight: 700;
	text-decoration: none;
	color: var(--text);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-menu .fln4cdpjs0 ul li.nolink
{
	padding: 0px 0px 15px 5px;
	font-weight: 700;
	text-decoration: none;
	color: var(--text);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-menu .fln4cdpjs0 li:hover
{
	color: var(--text);
}

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

#mobile-menu .fln4cdpjs0 ul li > ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 28px;
	border-bottom: none;
}


#mobile-menu .fln4cdpjs0 ul li > ul li a 
{
	font-size: 14px;
	font-weight: 400;
	color: var(--text);
	padding: 5px 20px 5px 20px;
	/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;	
	*/
}

#mobile-menu
{
	display: none;
}

#mobile-menu .fln4cdpjs0 .mobile-menu-submenu-arrow,
#mobile-menu .fln4cdpjs0 .mobile-menu-submenu-arrow-nolink
{
	position: absolute;
	top: -2px;
	right: 0;
	width: 30px;
	height: 100%;
	border-left: 1px none #595556;	
	color: var(--text);
	font-size: 28px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
	
#mobile-menu .fln4cdpjs0 .mobile-menu-submenu-arrow:hover,
#mobile-menu .fln4cdpjs0 .mobile-menu-submenu-arrow-nolink:hover
{
	color: var(--text);
}
	
#mobile-menu .fln4cdpjs0 li a:hover
{
	color: var(--text);
}

#mobile-menu
{
	display: none;
}

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

@media (min-width: 768px) 
{
	#mobile-menu
	{
		background-color: rgba(0, 10, 20, 0.65);
	}
	
	#mobile-menu .mobile-menu-bgr
	{
		width:760px;
	}
}

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







/* ========================================================================== */
/* MOBILE CONTACT
/* ========================================================================== */
#mobile-contact
{
	position: fixed;
	background-color: rgba(0, 10, 20, 0.65);
	background-color: #ebebeb;
	width:100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
	display: none;
	overflow-y: scroll;
}

#mobile-contact .mobile-contact-bgr
{
	position: absolute;
	padding: 0px 0px 20px 0px;
	width: 100%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #ebebeb;
}

#mobile-contact .mobile-contact-header
{
	display: block;
	overflow: hidden;
	padding: 5px 5px 5px 20px;
	background: var(--main-blue);
}

#mobile-contact #contact-form
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mobile-contact #contact-form-response
{
	display: none;
}

#mobile-contact .contact-form select,
#mobile-contact .contact-form input[type="text"],
#mobile-contact .contact-form textarea
{
	margin-bottom: 2px;
	padding: 8px 5px 8px 5px;
}


.mobile-contact-header #mobile-contact-close
{ 
	font-size: 22px;
	line-height: 28px;
	display: block;
	color: var(--text-inverse);
	transition: all 0.3s ease;
	display: inline-block;
	padding: 3px 10px 5px 10px;
	margin: 0px 12px 0px 0px;
	cursor: pointer;
	float: right;
}

.mobile-contact-header #mobile-contact-close:hover
{ 
	color: #FFFFFF;
}

.mobile-contact-header .mobile-contact-title
{
	padding: 9px 0px 0px 10px;
	float: left;
	color: var(--text-inverse);
	display: block;
	position: relative;
	background: var(--main-blue);
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	text-transform: none;
}	
	
.mobile-contact-header .mobile-contact-title i
{
	font-size: 16px;
	line-height: 18px;
	margin: 0px 8px 0px 0px
}	

.mobile-contact-content
{
	padding: 30px 30px 20px 30px;
}

.mobile-contact-content .contact-content-title
{
	padding: 0px 0px 20px 0px;
	text-align: left;
	position: relative;
}

.mobile-contact-content .contact-content-title h3
{
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	color: var(--text);
	margin: 0px 0px 7px 0px;
}

.mobile-contact-content .contact-content-title h4
{
	font-size: 15px; 
	line-height: 20px;   
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 3px;
}

.mobile-contact-content .contact-content-title:after
{
	position: absolute;
	left: 3px;
	content: "";
	width: 80px;
	height: 4px;
	border-radius: 5px;
	background: var(--text);
}


@media (min-width: 560px) 
{

	#mobile-contact .contact-form select,
	#mobile-contact .contact-form input[type="text"],
	#mobile-contact .contact-form textarea
	{
		margin-bottom: 4px;
		padding: 10px 5px 10px 5px;
	}
	
	.mobile-contact-content
	{
		padding: 40px 30px 20px 30px;
	}
	
	.mobile-contact-content .contact-content-title h3
	{
		font-size: 32px;
		line-height: 36px;
		margin: 0px 0px 7px 0px;
	}
	
	.mobile-contact-content .contact-content-title h4
	{
		padding: 0px 0px 15px 0px;
		margin: 0px 0px 0px 3px;
		font-size: 16px; 
		line-height: 22px;   
	}	
	
}

@media (min-width: 768px) 
{
	#mobile-contact
	{
		background-color: rgba(0, 10, 20, 0.65);
	}	
	
	#mobile-contact #contact-form
	{
		display: block;
		padding: 0px 0px 30px 0px;
		margin: 20px 0px 0px 0px;
	}

	#mobile-contact .mobile-contact-bgr
	{
		width: 760px;
	}
}

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

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

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


/* ========================================================================== */
/* BREADCRUMBS
/* ========================================================================== */
.breadcrumbs
{
	padding: 5px 0px 5px 5px;
	font-size: 12px;
	color: var(--text);
	position: relative;
  background-image: linear-gradient(to right, #eaeaea, #eeeeee, #eaeaea);
  background-repeat: no-repeat;	
}

.breadcrumbs .vble0bsy0i
{
	overflow: hidden;
	padding: 0px 10px 0px 10px;
}

.breadcrumbs:after
{
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.2);
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.breadcrumbs i
{
	color: var(--dark-grey);
	padding: 0px 8px 0px 9px;
}

.breadcrumbs .breadcrumbs-links
{
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 2px;
}

.breadcrumbs .breadcrumbs-links a
{
	color: var(--text);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs .breadcrumbs-links a:hover
{
	color: var(--text);
}


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

@media (min-width: 768px) 
{
	.breadcrumbs
	{
		padding: 5px 0px 5px 0px;
	}
}




/* ======================================================================================================================================================= */
/* SIDE NAVIGATION
/* ======================================================================================================================================================= */
.side-navigation-wrap
{
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#side-navigation-head
{
  display: block;
	margin: 0px 0px 0px 0px;
	padding: 24px 0px 24px 58px;
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	font-weight: 700;
	cursor: pointer;
}

#side-navigation-head i
{
  position: absolute;
	top: 24px;
	left: 24px;
	font-size: 23px;
	margin: 0px 0px 0px 0px;
	
}

#side-navigation
{
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 30px 20px;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0));
}

@media (min-width: 768px) 
{
	#side-navigation-head
	{
		display: none;
	}	
	
	#side-navigation
	{
		display: block;
    margin: 0px 0px 0px 0px;
    padding: 30px 10px 30px 20px;
    min-height: 420px;
	}
}

#side-navigation ul
{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
#side-navigation li
{	
	display: block;
	margin: 0px 0px 0px 0px;
}

#side-navigation ul li a
{
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: var(--text);
	text-align: left;
	text-decoration: none;
	padding: 3px 0px 4px 5px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#side-navigation ul li > ul
{
	padding: 0px 0px 5px 25px;
}

#side-navigation ul li > ul li a
{
  font-weight: 400;
}

#side-navigation ul li > ul li > ul li a 
{
	font-size: 13px;
	line-height: 15px;
	padding: 6px 0px 8px 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#side-navigation a.active
{
  font-weight: 700;
}


#side-navigation li a:hover
{
	background: rgba(44,48,64,0.0);
}






/* ========================================================================== */
/* 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 .vble0bsy0i
{
	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);
}






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

.service-page.page-content
{
	padding: 21px 0px 20px 0px;
	overflow: hidden;
}


.info-page.page-content
{
	padding: 60px 0px 40px 0px;
	overflow: hidden;
}


@media (min-width: 768px) 
{.service-page.page-content
	{
		padding: 50px 0px 20px 0px;
	}
}


/* ========================================================================== */
/* TITLE BAR
/* ========================================================================== */
.titlebar
{
	height: 180px;
	margin: 0px;
	padding: 0px 0px 20px 3px;
	color: var(--text);
	background: #eee none no-repeat scroll center center / cover;
	overflow: hidden;
	display: flex;
}

.titlebar .vble0bsy0i
{
	align-self: flex-end;
}

.titlebar .title-text
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
	text-shadow: 0px 0px 18px rgba(255,255,255,0.8);
}

.titlebar .title-text:after
{
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0px;
	width: 80px;
	height: 4px;
	border-radius: 5px;
	background: var(--text);
	left: 3px;
}



.titlebar .title-text h3
{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 0px 18px rgba(255,255,255,0.7);
}


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

@media (min-width: 768px) 
{
	.titlebar .title-text
	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 10px;
	}	
}

@media (min-width: 992px) 
{
	.titlebar
	{
		height: 260px;
		margin: 0px;
		padding: 0px 0px 30px 3px;
	}
	
	.titlebar .title-text h3
	{
		font-size: 32px;
		line-height: 38px;
	}	
}

@media (min-width: 1280px) 
{
	.titlebar
	{
		margin: 0px;
		padding: 0px 0px 50px 3px;
		height: 420px;
	}
	
	.titlebar .title-text h3
	{
		font-size: 46px;
		line-height: 55px;
	}	
	
	.titlebar .title-text h4
	{
		font-size: 24px;
		line-height: 30px;
		padding: 5px 0px 7px 3px;
	}	
}

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



/* ========================================================================== */
/* SECTION TITLE
/* ========================================================================== */



/* ========================================================================== */
/* CONTENT TITLE
/* ========================================================================== */
.page-content .content-title
{
	padding: 40px 0px 20px 0px;
	text-align: center;
	position: relative;
}

.page-content .content-title:after
{
	position: absolute;
	content: "";
	width: 85px;
	height: 4px;
	border-radius: 5px;
	background: var(--main-blue);
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.page-content .content-title.align-center:after
{

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


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

.page-content .content-title h4
{
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

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

.page-content .content-title.inverse-text h1,
.page-content .content-title.inverse-text h2,
.page-content .content-title.inverse-text h4
{
	font-weight: 400;
	color: var(--text-inverse);
}

.page-content .content-title.inverse-text:after
{
	background: var(--text-inverse);
}


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


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

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

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



/* ========================================================================== */
/* CONTENT TEXT
/* ========================================================================== */

.page-content .info-content
{
	padding: 30px 0px 30px 0px;
}

.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 .one-column h3,
.page-content .one-column h4,
.page-content .one-column h5
{
	text-align: center;
}

.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 35px 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-weight: 500;
	font-size: 20px; 
  content: "\f105";
	top: 4px;
	left: 0;
	position: absolute;
	color: var(--brown-3);
}

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

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

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

@media (min-width: 768px) 
{
	.page-content .one-column h3,
	.page-content .one-column h4,
	.page-content .one-column h5
	{
		text-align: left;
	}
}

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

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

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

/* ========================================================================== */
/* PARTNER LOGOS CAROUSEL
/* ========================================================================== */
.partner-logos
{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background: none;
	overflow: hidden;
}

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





/* ========================================================================== */
/* CONTENT VIDEO
/* ========================================================================== */
.predstavitev-video
{
	margin: 40px 0px 20px 0px;
	background: none;
  position: relative;
}

.predstavitev-video:after
{
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-box-shadow: 0 0 35px rgba(40, 45, 64, 0.7);
	box-shadow: 0 0 35px rgba(40, 45, 64, 0.7);
	bottom: 10px;
	left: 15%;
	right: 10%;
	width: 70%;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}


.predstavitev-video .video-container-900
{
  max-width: 900px;
	margin: 0px auto;
}

.predstavitev-section
{
	margin: 50px 0px 0px 0px;
	background: var(--main-blue);
	color: var(--text-inverse);
  position: relative;
}

.predstavitev-section .text-container
{
	padding: 30px 0px 30px 0px;
	overflow: hidden;
}

.predstavitev-section:after
{
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-box-shadow: 0 0 35px rgba(40, 45, 64, 0.7);
	box-shadow: 0 0 35px rgba(40, 45, 64, 0.7);
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.predstavitev-section .content-title
{
	padding-top: 20px;
	text-align: left;
}

.predstavitev-section .content-title:after
{
	position: absolute;
	transform: none;
	-webkit-transform: none;
}

.predstavitev-section .content-title h2
{
	margin: 0px 0px 10px 0px;
}

.predstavitev-section .content-title.align-center
{
	text-align: center;
}

.predstavitev-section.screen-container
{
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}

.predstavitev-section  .screen-container.no-margin
{
	margin: 0px 0px 10px 0px;
}

.predstavitev-section .text-container-left
{
	padding: 25px 20px 10px 20px;
}

.predstavitev-section .text-container-right
{
	padding: 25px 20px 10px 20px;
}

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

.predstavitev-section .image-container-right.video-container
{
	height: 56vw;
}

.predstavitev-section .image-container-right video
{
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: absolute;
}


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


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

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

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

	.predstavitev-section .image-container-left,
	.predstavitev-section .image-container-right
	{
		height: initial;
	}

	.predstavitev-section .image-container-right.video-container
	{
		height: initial;
		background: #000;
		z-index: 1;
	}
	
	.predstavitev-section .image-container-right.video-container.cover-photo
	{
    background-size: cover;
	}	

	.predstavitev-section .text-container-left
	{
		padding: 45px 40px 30px 15px;
	}

	.predstavitev-section .text-container-right
	{
		padding: 45px 15px 30px 40px;
	}

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

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

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

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

	.predstavitev-section .text-container-right
	{
		padding: 50px 15px 35px 40px;
	}

	.predstavitev-section .screen-container
	{
		min-height: 600px;
	}
	
	.predstavitev-section .screen-container.initial
	{
		min-height: initial;
	}
}




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



/* ========================================================================== */
/* IMAGE GALLERY
/* ========================================================================== */



/* ========================================================================== */
/* INSTAGRAM FEED GALLERY
/* ========================================================================== */


/* ========================================================================== */
/* SERVICES GRID
/* ========================================================================== */
.services-section
{
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.services-section .content-title
{
	padding-top: 0px;
}

.services-item
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px none #e5e5e5;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  -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;
	position: relative;
}

.services-item:hover
{
	text-decoration: none;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
}

.services-item .services-item-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	height: 400px;
	overflow: hidden;	
}

.services-item .services-image-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
  background-size: cover;	
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.services-item .services-item-text
{
	position: absolute;
	top: 50%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	padding: 0px 15px 0px 30px;
	color: var(--text-inverse);
	transform: translate(0%, -42%);
	-webkit-transform: translate(0%, -42%);
}

.services-item .services-text-title
{
	position: relative;
	margin: 0px 0px 35px 0px;
}

.services-item .services-text-title h3
{
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: var(--text-inverse);
	margin: 0px 0px 0px 0px;
}

.services-item .services-item-footer
{
	position: absolute;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
	color: var(--text-inverse);
	bottom: 24px;
	right: 10px;
}

.services-item .services-item-footer i
{
	color: #e0e0e0;
	font-size: 22px;
	line-height: 22px;
}


.services-item .hover-overlay
{
	position: relative;
}

.services-item .hover-overlay:before
{
	position: absolute;
	content:" ";
	background-color: rgba(40, 45, 64, 0.8);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 1;
  z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.services-item:hover .hover-overlay:before
{
	opacity: 0;
}

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


/* ========================================================================== */
/* SERVICES SIDEBAR - ACCORDION
/* ========================================================================== */
.accordion-item
{
	background: var(--main-blue);
	color: var(--text-inverse);
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	
}

.accordion-wrapper
{
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
}

.accordion-item.modra_1
{
  padding: 40px 0px 0px 0px;
	background: #53586D;
	background: #3D4358;
}

.accordion-item.modra_2
{
	background: #3D4358;
}

.accordion-item.modra_3
{
	background: #33384D;
}

.accordion-item.modra_4
{
	background: #33384D;
}

.accordion-item.modra_5
{
	background: #33384D;
}

.accordion-item.modra_6
{
	background: #33384D;
}

.accordion-item.modra_1.active,
.accordion-item.modra_2.active,
.accordion-item.modra_3.active,
.accordion-item.modra_4.active,
.accordion-item.modra_5.active,
.accordion-item.modra_6.active
{
	background: #53586D;
}

.accordion-item.modra_porocilo
{
  padding: 0px 0px 55px 0px;
	background: #282D40;
}

.accordion-item:before
{
	position: absolute;
	content: "";
	z-index: 0;
	-webkit-box-shadow: 0 0 75px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 65px rgba(255, 255, 255, 0.2);
	bottom: -90px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 90px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: initial;
}

.accordion-item.modra_porocilo:before
{
	display: none;
}

.accordion
{
	background: none;
  cursor: pointer;
  padding: 20px 20px 18px 60px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	position: relative;
}

.button-icon
{
	width: 30px;
	position: absolute;
	left: 20px;
	top: 25px;
}

.accordion h4
{
	font-size: 14px;
	line-height: 18px;
	color: var(--text-inverse);
}

.accordion.active,
.accordion:hover
{
}

.panel
{
  padding: 0px 0px 0px 0px;
  overflow: hidden;
	display: none;
}


.panel.active
{
	display: block;
}

.panel .panel-text
{
  padding: 0px 25px 10px 60px;
}



.panel .panel-text ul
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.panel .panel-text ul li
{
	padding: 3px 0px 3px 20px;
	position: relative;
}

.panel .panel-text ul li::before
{
	color: var(--text-inverse);
	font-weight: 600;
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
	top: 4px;
	left: 0;
	position: absolute;
}


@media (min-width: 560px) 
{

}


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


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

	.accordion
	{
		padding: 25px 22px 24px 60px;
	}	

	
	.panel .panel-text
	{
		padding: 0px 25px 10px 60px;
	}
}





/* ========================================================================== */
/* PORTFOLIO GRID
/* ========================================================================== */
.portfolio-section
{
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.portfolio-section .content-title
{
	padding-top: 0px;
}

.portfolio-grid.margin-bottom-20
{
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}


.portfolio-grid
{
	display: block;
}


.portfolio-item
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px none #e5e5e5;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  -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;
	position: relative;
}

.portfolio-item:hover
{
	text-decoration: none;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
}

.portfolio-item .portfolio-item-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	height: 480px;
	overflow: hidden;	
}

.portfolio-item .portfolio-image-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
  background-size: cover;	
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.portfolio-item .portfolio-item-text
{
	position: absolute;
	top: 50%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	padding: 0px 15px 0px 50px;
	color: var(--text-inverse);
	transform: translate(0%, -52%);
	-webkit-transform: translate(0%, -52%);
}


.portfolio-item .portfolio-item-text ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.portfolio-item .portfolio-item-text ul li
{
	display: block;
	margin: 0;
	padding: 0px 0px 4px 0px;
}

.portfolio-item .portfolio-text-title
{
	position: relative;
	margin: 0px 0px 45px 0px;
}

.portfolio-item .portfolio-text-title:after
{
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	border-radius: 5px;
	background: var(--text-inverse);
}

.portfolio-item .portfolio-text-title h3
{
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: var(--text-inverse);
	margin: 0px 0px 20px 0px;
}



.portfolio-item .portfolio-item-footer
{
	position: absolute;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
	color: var(--text-inverse);
	bottom: 24px;
	right: 20px;
}

.portfolio-item .portfolio-item-footer i
{
	color: #e0e0e0;
	font-size: 32px;
	line-height: 32px;
}


.portfolio-item .hover-overlay
{
	position: relative;
}

.portfolio-item .hover-overlay:before
{
	position: absolute;
	content:" ";
	background-color: rgba(40, 45, 64, 0.8);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 1;
  z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .hover-overlay:before
{
	opacity: 0;
}



/* ========================================================================== */
/* PORTFOLIO GRID - KONTAKT
/* ========================================================================== */
.contact-page .portfolio-item
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  -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;
	position: relative;
}

.contact-page .portfolio-item:hover
{
	text-decoration: none;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
}

.contact-page  .portfolio-item .portfolio-item-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	height: 480px;
	overflow: hidden;	
}

.contact-page .portfolio-item .portfolio-image-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
  background-size: cover;	
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contact-page .portfolio-item .portfolio-item-text
{
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	padding: 0px 15px 0px 50px;
	color: var(--text-inverse);
	position: absolute;
	top: 60px;
	transform: initial;
	-webkit-transform: initial;
}

.contact-page .portfolio-item .portfolio-item-text a
{
	color: var(--text-inverse);
}

.contact-page .portfolio-item .portfolio-item-text p
{
	margin: 0px;
}


.contact-page .portfolio-item .portfolio-item-text ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.contact-page .portfolio-item .portfolio-item-text ul li
{
	padding: 0px 0px 3px 26px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.contact-page .portfolio-item .portfolio-item-text ul li i
{
	position: absolute;
	left: 0px;
	top: 8px;
	color: var(--text-inverse);
}


.contact-page .portfolio-item .portfolio-text-title
{
	position: relative;
	margin: 0px 0px 45px 0px;
}

.contact-page .portfolio-item .portfolio-text-title:after
{
	position: absolute;
	content: "";
	width: 80px;
	height: 3px;
	border-radius: 5px;
	background: var(--text-inverse);
}

.contact-page .portfolio-item .portfolio-text-title h4
{
	font-size: 18px;
	color: var(--text-inverse);
	margin: 0px 0px 15px 0px;
}

.contact-page .portfolio-item .hover-overlay
{
	position: relative;
}

.contact-page .portfolio-item .hover-overlay:before
{
	position: absolute;
	content:" ";
	background-color: rgba(40, 45, 64, 0.8);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 1;
  z-index: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



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




/* ========================================================================== */
/* BLOG/NEWS GRID
/* ========================================================================== */
.aktualno-section
{
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.aktualno-item
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px none #e5e5e5;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  -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;
}

.aktualno-item:hover
{
	text-decoration: none;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.3);
}

.aktualno-item .aktualno-item-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 52%;
	overflow: hidden;	
}

.aktualno-item .aktualno-image-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
  background-size: cover;	
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.aktualno-item .aktualno-item-text
{
	overflow: hidden;
	padding: 0px 15px 0px 15px;
  -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;
}

.aktualno-item .aktualno-item-text p
{
	margin: 0px 0px 0px 0px;
}

.aktualno-item .aktualno-text-header
{
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
	padding: 12px 0px 15px 0px;
	height: 47px;
}

.aktualno-item .aktualno-text-body
{
	overflow: hidden;
	/*
	height: 185px;
  */
}

.aktualno-item .aktualno-text-footer
{
	text-align: right;
	padding: 5px 5px 10px 0px;
	color: var(--text-inverse);
}

.aktualno-item .aktualno-text-footer i
{
	font-size: 20px;
	line-height: 20px;
}

.aktualno-item .aktualno-item-text h3
{
}

.aktualno-item:hover .aktualno-item-text
{
	background: var(--main-blue);
	color: var(--text-inverse);
}

.aktualno-item:hover .aktualno-item-text h3
{
	color: var(--text-inverse);
}

.aktualno-item:hover .aktualno-text-footer
{
	color: var(--light-grey);
}



@media (min-width: 560px) 
{
	.aktualno-item .aktualno-text-header
{
	line-height: 20px;
	padding: 12px 0px 15px 0px;
	height: 47px;
}

	.aktualno-item .aktualno-text-body
	{
		height: 144px;
	}
}

@media (min-width: 768px) 
{
	.aktualno-item .aktualno-text-body
	{
		height: 190px;
	}
}

@media (min-width: 992px) 
{
	.aktualno-item .aktualno-text-body
	{
		height: 190px;
	}
}

@media (min-width: 1280px) 
{
	.aktualno-item .aktualno-text-body
	{
		height: 165px;
	}
}

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





/* ======================================================================================================================================================= */
/* TIMELINE
/* ======================================================================================================================================================= */

.zgodovina-section .blog-timeline
{
	overflow: hidden;
}

.zgodovina-section .blog-timeline .timeline-item
{
	text-align: center;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-text
{
	display: block;
	padding: 0px 0px 0px 0px;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-text-header
{
	display: block;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-text-header .timeline-header-shadow
{
	bottom: 8px;
	left: 0px;
	font-size: 45px;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	color: #ddd;
	position: absolute;
	z-index: -1;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-text-header .timeline-header-shadow
{
	right: 0px;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-text p
{
	margin: 0px 0px 0px 0px;
}


.zgodovina-section .blog-timeline .timeline-item.image-right .timeline-text
{
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-text h4
{
	font-weight: 700;
  font-size: 18px;
	line-height: 20px;
}

.zgodovina-section .blog-timeline .timeline-item .timeline-image
{
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
	height: 26px;
	width: 26px;
	display: none;
}

.zgodovina-section .blog-timeline .timeline-item.image-right .timeline-image
{
	margin: 0px auto 0px auto;
  order: 2;	
}


.zgodovina-section .blog-timeline .timeline-image:before
{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	border: 3px solid #fff;
	background: var(--main-blue);
	-moz-border-radius:100%;
	border-radius:100%;
	
}

@media (min-width: 560px) 
{
	.zgodovina-section .blog-timeline
	{
		background: linear-gradient(var(--main-blue), var(--main-blue)) no-repeat center/12px 100%;
	}
	
	.zgodovina-section .blog-timeline .timeline-item
	{
		overflow: hidden;
		display: flex;
		/*
		align-items: center;
    */
		align-items: flex-start;		
		margin: 30px 0px 30px 0px;
		width: 100%;
	}

	.zgodovina-section .blog-timeline .timeline-item .timeline-text
	{
    text-align: left;
    width: calc(50% - 20px);
    padding: 0px 0px 0px 20px;
	}

	.zgodovina-section .blog-timeline .timeline-item.image-right .timeline-text
	{
		text-align: right;
		padding: 0px 20px 0px 0px;

		order: 1;
	}	
	
	.zgodovina-section .blog-timeline .timeline-item .timeline-image
	{
		margin: 20px 0px 0px calc(50% - 13px);
    padding: 0px 0px 0px 0px;
    display: block;
	}

	.zgodovina-section .blog-timeline .timeline-item.image-right .timeline-image
	{
		margin: 20px calc(50% - 13px) 0px 0px;
		margin-left: auto;
		order: 2;	
	}
}








.blog-post-page
{
	padding: 40px 0px 0px 0px;
}

.blog-post
{
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.blog-post .blog-date
{
  font-size: 13px;
	padding: 0px 0px 5px 0px;
}




.blog-post .blog-info
{
	font-size: 13px;
	padding: 10px 0px 10px 3px;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.blog-post .blog-info ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.blog-post .blog-info ul li
{
	display: inline-block;
	padding: 0px 20px 0px 0px;
}

.blog-post .blog-info ul li::before
{
	display: none;
}

.blog-post .blog-info i
{
	font-size: 16px;
	color: var(--dark-grey);
	margin: 0px 6px 0px 0px;
}


.blog-post .blog-header
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
}

.blog-post .blog-header h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 600;
}

.blog-post .blog-header h5
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}


.blog-post .blog-header:after
{
	position: absolute;
	content: "";
	width: 85px;
	height: 4px;
	border-radius: 5px;
	background: var(--main-blue);
	bottom: 0px;
	
	
}

.blog-post .ul3ewdnb5
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blog-post .ul3ewdnb5 ul
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.blog-post .ul3ewdnb5 ul li
{
	padding: 3px 0px 3px 20px;
	position: relative;
}

.blog-post .ul3ewdnb5 ul li::before
{
	color: var(--text);
	font-weight: 600;
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
	top: 4px;
	left: 0;
	position: absolute;
}




.blog-post .post-quote
{
	margin: 30px 0px 30px 0px;
	padding: 0px 12px 0px 40px;
	background: #fff;
	position: relative;
	font-style: italic;
	line-height: 24px;
}

.blog-post .post-quote p
{
	margin: 0px 0px 0px 0px;
}

.blog-post .post-quote::before
{
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 2px;
	background: var(--main-blue);
}



.blog-post .blog-gallery,
.portfolio-post .portfolio-gallery
{
	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px -3px;
	width: calc(100% + 6px);
	overflow: hidden;
}


.portfolio-post .portfolio-gallery
{
	padding: 11px 0px 15px 0px;
}


.blog-post .gallery-item,
.portfolio-post .gallery-item
{
	position: relative;
	width: 50%;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 6px 0px;
	float: left;
}

.blog-post .blog-image,
.blog-post .gallery-thumb,
.portfolio-post .portfolio-image,
.portfolio-post .gallery-thumb
{
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 56%;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;	
}

.blog-post .blog-image .image-crop,
.blog-post .gallery-thumb .thumb-crop,
.portfolio-post .portfolio-image .image-crop,
.portfolio-post .gallery-thumb .thumb-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
  background-size: cover;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-post .blog-image .image-overlay,
.blog-post .gallery-thumb .thumb-overlay,
.portfolio-post .portfolio-image .image-overlay,
.portfolio-post .gallery-thumb .thumb-overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 45, 64, 0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

.blog-post .blog-image:hover .image-overlay,
.blog-post .gallery-thumb:hover .thumb-overlay,
.portfolio-post .portfolio-image:hover .image-overlay,
.portfolio-post .gallery-thumb:hover .thumb-overlay
{
	height: 100%;
	opacity: 1;
}

.blog-post .blog-image .overlay-link,
.blog-post .gallery-thumb .overlay-link,
.portfolio-post .portfolio-image .overlay-link,
.portfolio-post .gallery-thumb .overlay-link
{
  position:absolute;
	top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.blog-post .blog-image .overlay-link i,
.blog-post .gallery-thumb .overlay-link i,
.portfolio-post .portfolio-image .overlay-link i,
.portfolio-post .gallery-thumb .overlay-link i
{
	font-size: 0px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}

.blog-post .blog-image-caption
{
	font-weight: 600;
	overflow: hidden;
	padding: 5px 0px 24px 0px;
}

.blog-post .gallery-thumb:hover .overlay-link i,
.portfolio-post .gallery-thumb:hover .overlay-link i
{
	font-size: 28px;
}

.blog-post .blog-image:hover .overlay-link i,
.portfolio-post .blog-image:hover .overlay-link i
{
	font-size: 42px;
}

.blog-post-attachments
{
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #ddd;
}

.portfolio-post-attachments
{
	border-top: 1px solid #ddd;
	margin: 40px 0 0;
	padding: 20px 0 0;
}


.blog-post-attachments a,
.portfolio-post-attachments a
{
	color: #444;
}

.blog-post-attachments .attachments-item,
.portfolio-post-attachments .attachments-item
{
	position: relative;
	overflow: hidden;
	margin: 0px 0px 7px 0px;
	display: block;
}

.blog-post-attachments .attachments-item i,
.portfolio-post-attachments .attachments-item i
{
	font-size: 22px;
	color: var(--brown-3);
	margin: 1px 10px 0px 1px;
}

@media (min-width: 560px) 
{
	.blog-post .gallery-item,
	.portfolio-post .gallery-item
	{
		width: 33.33%;
	}
}

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

@media (min-width: 992px)
{
	.blog-post .blog-gallery,
	.portfolio-post .portfolio-gallery
	{
		margin: 0px 0px 0px -5px;
		width: calc(100% + 10px);
	}

	.blog-post .gallery-item
	{
		width: 25%;
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 10px 0px;
	}

	.portfolio-post .gallery-item
	{
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 10px 0px;
	}
}

@media (min-width: 1280px)
{

}


/* ========================================================================== */
/* BLOG SIDEBAR
/* ========================================================================== */
.blog-sidebar
{
	padding: 40px 0px 0px 0px;
}

.blog-sidebar .blog-sidebar-header
{
	margin: 0px 0px 25px 0px;
}

.blog-sidebar .blog-sidebar-item
{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}

.blog-sidebar .blog-sidebar-item p
{
	margin: 0px 0px 0px 0px;
}

.blog-sidebar a
{
	color: var(--text);
	text-decoration: none;
}

.blog-sidebar a:hover
{
	text-decoration: none;
}



.blog-sidebar .blog-date
{

}



.blog-sidebar .blog-sidebar-item .sidebar-item-text
{
	float: left;
}

.blog-sidebar h3
{
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	position: relative;
}

.blog-sidebar .blog-sidebar-list h5
{
}

.blog-sidebar .blog-sidebar-list h5 a
{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog-sidebar .blog-sidebar-list h5 a:hover
{

}


.blog-sidebar .sidebar-item-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 56%;
	border-bottom: 3px none var(--brown-3);
	overflow: hidden;	
}

.blog-sidebar .blog-sidebar-item .image-crop
{
	position: absolute;
	content: " ";
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
  background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #aaa; 
  background-size: cover;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

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

.blog-sidebar .sidebar-item-image:hover .image-crop
{
	-webkit-transform: translate(-50%, -50%) scale(1.06); /* Safari and Chrome */
	-moz-transform: translate(-50%, -50%) scale(1.06); /* Firefox */
	-ms-transform: translate(-50%, -50%) scale(1.06); /* IE 9 */
	-o-transform: translate(-50%, -50%) scale(1.06); /* Opera */
	transform: translate(-50%, -50%) scale(1.06);
}

.blog-sidebar .sidebar-item-image:hover .image-overlay
{
	height: 100%;
	opacity: 1;
}

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

.blog-sidebar .sidebar-item-image .overlay-link i
{
	font-size: 0px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}

.blog-sidebar .sidebar-item-image:hover .overlay-link i
{
	font-size: 30px;
}






.blog-sidebar .blog-sidebar-list
{
	overflow: hidden;
}

.blog-sidebar .blog-sidebar-list .blog-info
{
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	color: #aaa;
	font-size: 12px;
}

.blog-sidebar .blog-sidebar-list .blog-info i
{
	font-size: 14px;
	color: var(--brown-3);
	margin: 0px 6px 0px 0px;
}


@media (min-width: 768px) 
{
	.blog-sidebar
	{
		padding: 36px 0px 0px 0px;
	}
}

@media (min-width: 992px) 
{
	.blog-sidebar
	{
		padding: 36px 0px 0px 0px;
	}
}










/* ========================================================================== */
/* STORITVE KONTAKT SECTION
/* ========================================================================== */
.storitve-kontakt-section
{
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	background: #fff none no-repeat scroll center bottom;
	background-size: cover;
}

.storitve-kontakt-section .storitve-kontakt-carousel
{
	margin: 0px 0px 0px 0px;
	
}

.storitve-kontakt-section .content-title
{
	padding-top: 50px;
	margin: 0px 0px 0px 2px;
	text-align: left;
}

.storitve-kontakt-section .content-title:after
{
	position: absolute;
	transform: none;
	-webkit-transform: none;
}

.storitve-kontakt-section .content-title h2
{
	margin: 0px 0px 10px 0px;
}

.storitve-kontakt-section p
{
	margin: 0px 0px 20px 2px;
	font-weight: 600;
}


.storitve-kontakt-section .content-button
{
	margin: 0px 0px 20px 2px;
	text-align: left;
}


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

@media (min-width: 768px) 
{
	.storitve-kontakt-section .content-title
	{
		padding-top: 208px;
	}
}

@media (min-width: 992px) 
{
	.storitve-kontakt-section .content-title
	{
		padding-top: 96px;
	}
}

@media (min-width: 1280px) 
{
	.storitve-kontakt-section .content-title
	{
		padding-top: 135px;
	}
}

@media (min-width: 1690px) 
{
	.storitve-kontakt-section .content-title
	{
		padding-top: 173px;
	}
}



/* ========================================================================== */
/* ZAPOSLENI SECTION
/* ========================================================================== */
.zaposleni-section
{
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 25px 0px;
	background: #fff none no-repeat scroll center bottom;
	background-size: cover;
}


.zaposleni-grid-section
{
	overflow: hidden;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 25px 0px;
	background: #fff none no-repeat scroll center bottom;
	background-size: cover;
}

.zaposleni-grid-section .section-text-title
{
	position: relative;
	margin: 0px 0px 25px 0px;
}

.zaposleni-grid-section .section-text-title h3
{
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: var(--text);
	margin: 0px 0px 12px 0px;
}

.zaposleni-grid-section .section-text-title:after
{
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	border-radius: 5px;
	background: var(--text);
}



.zaposleni-item
{
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px none #e5e5e5;
	background: none;
	position: relative;
  -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;
	overflow: initial;
}

.zaposleni-item .zaposleni-item-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 75%;
	overflow: hidden;	
	background: none;
}

.zaposleni-item .zaposleni-image-crop
{
	position: absolute;
	content: " ";
	top: 0%;
	left: 50%;
	width: 75%;
	height: 100%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);

  background-size: cover;	
  background-repeat: no-repeat;
	background-position: top center;
	display: block;
	background-color: none; 
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.zaposleni-item .zaposleni-item-text
{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
	background: var(--main-blue);
	color: var(--text-inverse);
  -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;
}

.zaposleni-item .zaposleni-text-wrapper
{
	padding: 24px 24px 0px 24px;
}

.zaposleni-item .zaposleni-text-header
{
	padding: 0px 0px 10px 0px;
}

.zaposleni-item a
{
	color: var(--text-inverse);
}

.zaposleni-item .zaposleni-item-text h3
{
	color: var(--text-inverse);
	margin: 0px 0px 0px 0px;
}


.zaposleni-item .zaposleni-item-text p
{
	margin: 0px 0px 0px 0px;
}

.zaposleni-item .zaposleni-item-text i
{
	color: var(--text-inverse);
}

.zaposleni-item .zaposleni-text-contacts
{
	margin: 15px 0px 0px 0px;
	padding: 20px 10px 18px 20px;
	color: var(--text-inverse);
	background: var(--main-blue-light);
	overflow: hidden;
}




.zaposleni-item .zaposleni-text-contacts ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.zaposleni-item .zaposleni-text-contacts ul li
{
	display: block;
	margin: 0;
	padding: 4px 0px 5px 0px;
	position: relative;
}

.zaposleni-item .zaposleni-text-contacts ul li
{
	padding-left: 32px;
}

.zaposleni-item .zaposleni-text-contacts i
{
	position: absolute;
	left: 0px; 
	top: 6px;
	font-size: 20px;
	
}


.zaposleni-item .zaposleni-text-footer
{
	margin: 20px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	color: var(--text-inverse);
	background: var(--main-blue-light);
	overflow: hidden;
}

.zaposleni-item .zaposleni-footer-tel
{
	padding: 2px 0px 0px 0px;
	float: left;
}

.zaposleni-item .zaposleni-footer-tel i
{
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}

.zaposleni-item .zaposleni-footer-email
{
	float: right;
}

.zaposleni-item .zaposleni-footer-email i
{
	padding: 5px 0px 0px 0px;
	font-size: 18px;
	line-height: 18px;
}

.zaposleni-item:hover .zaposleni-item-text
{
	text-decoration: none;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.4);
}

.zaposleni-item .zaposleni-full-text
{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 0px 0px;
}

.zaposleni-item .zaposleni-full-text:before
{
	display: none;
}

.zaposleni-item .zaposleni-full-text ul
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.zaposleni-item .zaposleni-full-text ul li
{
	padding: 3px 0px 3px 20px;
	position: relative;
}

.zaposleni-item .zaposleni-full-text ul li::before
{
	color: var(--text);
	font-weight: 600;
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
	top: 4px;
	left: 0;
	position: absolute;
}



@media (min-width: 560px) 
{
	.zaposleni-item .zaposleni-full-text:before
	{
		content: "";
		overflow: hidden;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding-bottom: 75%;
  	display: block;
	}
}

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

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

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

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

/* ========================================================================== */
/* CHECK LIST
/* ========================================================================== */
.check-list
{
	color: var(--text-inverse);
	background: var(--main-blue) none no-repeat scroll center center / cover;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 24px 10px;
	position: relative;
}
.check-list-footer
{
	content: "";
	background: var(--main-blue) none no-repeat scroll center center / cover;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.check-list-footer:after
{
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-box-shadow: 0 0 35px rgba(40, 45, 64, 0.7);
	box-shadow: 0 0 35px rgba(40, 45, 64, 0.7);
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.check-list:before
{
	position: absolute;
	content: "";
	z-index: 0;
	-webkit-box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 75px rgba(255, 255, 255, 0.4);
	bottom: -90px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 90px;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: initial;
}


.check-list-content
{
	padding: 0px 15px 0px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
}

.check-list-content p
{
	position: relative;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 5px 0px;
	
}

.check-list-content p:before
{
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	height: 30px;
	width: 30px;
	background: url("../img/kyufvz1u.png") no-repeat left top;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}


.check-list-content p:before
{
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	height: 30px;
	width: 30px;
	background: url("../img/kyufvz1u.png") no-repeat left top;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

@media (min-width: 560px) 
{
	.check-list-content p:before
	{
		top: -6px;
		transform: initial;
		-webkit-transform: initial;
	}	
}

@media (min-width: 992px) 
{
	.check-list .content-title
	{
		padding: 30px 0px 30px 0px;
		text-align: center;
	}
}

/* ========================================================================== */
/* CONTACT BANNER
/* ========================================================================== */
.kontakt-banner
{
	color: var(--text-inverse);
	background: var(--main-blue) none no-repeat scroll center center / cover;
	padding: 30px 0px 10px 0px;
	margin: 0px 0px 24px 0px;
	position: relative;
}


.kontakt-banner:after
{
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-box-shadow: 0 0 35px rgba(40, 45, 64, 0.9);
	box-shadow: 0 0 35px rgba(40, 45, 64, 0.9);
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50px;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.kontakt-banner .content-button
{
	padding: 8px 0px 0px 0px;
	text-align: center;
}

/* ========================================================================== */
/* CONTACT PAGE
/* ========================================================================== */





/* ========================================================================== */
/* GOOGLE MAPS
/* ========================================================================== */
#gmap
{
	border-top: 1px solid #e5e3df;
	height: 550px;
	background-color: #e5e3df;
	margin-bottom: 0px;
}


/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
.footer
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 40px 0px;
	color: var(--footer-text);
	background: var(--main-blue);
}

.footer .vble0bsy0i
{
	padding: 0px 50px 0px 60px;
}


.footer a,
.footer a:active
{
	color: var(--text-inverse);
	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: var(--text-inverse);
	cursor: pointer;
	text-decoration: none;
}

.footer h4
{
	font-size: 15px;
	color: var(--text-inverse);
	padding: 39px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.footer p
{
	color: var(--text-inverse);
	padding: 6px 0px 0px 0px;
}

.footer ul
{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.footer ul li
{
	display: block;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.footer i
{
	color: #fff;
	margin: 0px 6px 0px 0px; 
}

.footer .footer-logo
{
	width: 200px;
	margin: 0px 0px 10px 0px;
}

.footer .footer-logo img
{
	width: 200px;
	margin: 30px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	


.footer .l8dnt4j5w3 p
{
	padding: 0px 0px 3px 26px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.footer .l8dnt4j5w3 i
{
	position: absolute;
	left: 0px;
	top: 5px;
	color: var(--text-inverse);
}

.footer .l8dnt4j5w3 h4
{
	font-size: 17px;
	font-weight: 400;
	color: var(--text-inverse);
	padding: 39px 0px 15px 0px;
}


.footer .social-media
{
	padding: 5px 0px 0px 0px;
	text-align: center;
	
}

.footer .social-media .media-icons
{
	border-top: 1px solid var(--text-inverse);
	padding: 10px 10px 0px 10px;
	display: inline-block;
}

.footer .social-media ul
{
	padding: 0px;
	margin: 0px;
}

.footer .social-media li
{
	border: none;
	float: left;
	display: block; 
}

.footer .social-media i
{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	width: 28px;
	color: var(--text-inverse);
	margin: 0px 10px 0px 0px;
  -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 .social-media i:hover
{
	cursor: pointer;
}


@media (min-width: 560px) 
{
	.footer .vble0bsy0i
	{
		padding: 0px 0px 0px 0px;
	}
}

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

	.footer .footer-logo
	{
		text-align: left;
		width: 220px;
	}

	.footer .footer-logo img
	{
		width: 220px;
		margin: 20px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}	
	.footer .footer-intro
	{
		padding: 0px 30px 0px 0px;
	}	
}

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


/* ========================================================================== */
/* FOOTER COPYRIGHT
/* ========================================================================== */
.footer-copyright
{
	background: var(--main-blue);
	color: #ddd;
	font-size:11px;
	text-transform: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 8px 0px;
	text-align: center;	
}

.copyright-container
{
	overflow: hidden;
	padding: 5px 5px 20px 5px;
	border-top: 1px solid var(--text-inverse);
}

.copyright-left
{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.copyright-right
{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.footer-copyright a
{
	text-decoration: none;
	color: var(--footer-text);
}

.footer-copyright a:hover
{
	text-decoration: none;
	color: var(footer-text);
}


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

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






/* ========================================================================== */
/* BUTTONS
/* ========================================================================== */
.btn
{ 
	font-size: 15px;
	line-height: 21px;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	display: inline-block;		
	color: var(--btn-txt);
	background: var(--btn-bgr);
	border: 1px solid var(--btn-brd);
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 13px;
	min-width: 150px;
	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: var(--btn-hover-txt);
	background: var(--btn-hover-bgr);
	border: 1px solid var(--btn-hover-brd);
}

.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-white
{
	color: #ffffff;
	background: #01c3cc;
	border: 2px solid #ffffff;
}

.btn-white:hover
{
	color: #01c3cc;
	background: #ffffff;
	border: 2px solid #ffffff;
}

.btn-slider
{ 
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 13px 25px;
	color: var(--btn-txt);
	background: var(--btn-bgr);
	border: 1px solid var(--btn-brd);
	outline: none;
}

.knqvlpx87b .btn-slider
{ 
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 13px 30px;
	color: var(--btn-white-txt);
	background: var(--btn-white-bgr);
	border: 1px solid var(--btn-white-brd);
	outline: none;
}

.g3qrlguxfl .btn-slider-next,
.g3qrlguxfl .btn-slider-prior
{ 
	font-size: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: var(--btn-white-txt);
	background: var(--btn-white-bgr);
	border: none;
	outline: none;
	border-radius: 0px;
	min-width: initial;
	cursor: pointer;
}



.g3qrlguxfl .btn-slider-next:hover,
.g3qrlguxfl .btn-slider-prior:hover
{ 
	color: var(--btn-white-txt);
	background: var(--btn-white-bgr);
	border: none;
}


@media (min-width: 560px) 
{
	.btn-slider,
	.knqvlpx87b .btn-slider
	{ 
		min-width: 180px;
	}
}

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

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

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

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


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




/* ========================================================================== */
/* CONTACT FORM
/* ========================================================================== */
.contact-form
{
  background: #ebebeb;
	padding: 0px 0px 30px 0px;
	margin: 50px 0px 30px 0px;
}

#contact-form
{
	display: block;
}



.form-label-wrap
{
	width: 100%;
	height: 16px;
	margin: 0px 0px 6px 0px;
	overflow: hidden;
}

.form-input-wrap
{
	width: 100%;
	display: block;
	margin: 0px 0px 5px 0px;
}

form p
{
	color: var(--main-blue);
	margin: 0px;
}

form .label,
form .error-msg
{
	color: var(--main-blue);
	font-size: 15px;
	line-height: 15px;
	margin: 0px 10px 0px 0px;
	display: initial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;	
	text-transform: none;
	float: left;
}


form .required:after
{
	content: "*";
	color: #FF6666;
	font-size: 14px;
	line-height: 10px;
	padding: 0px 0px 0px 3px;
}

form .error-msg
{
	font-size: 13px;
	color: #FF6666;
}


.contact-form select,
.contact-form input[type="text"],
.contact-form textarea
{
	font-weight: 400;
	line-height: 24px;
	width:100%;
	background: none;
	color: var(--text);
	border: none;
	border-bottom: 1px solid var(--text);
	outline: none;
	display: block;		
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	-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 */
}

.contact-form textarea
{
	height: 45px;
	max-width: 100%;
	padding: 10px 10px 10px 3px;
	overflow: hidden;
	resize: none;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus
{
	border-bottom: 1px solid var(--text);
}

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

.contact-form input.input-error,
.contact-form .selectize-control .input-error 
{
  background-color: rgba(235,81,89,0.15);
	color: var(--text-error);
	border-bottom: 1px solid var(--text-error);
}

.contact-form input.input-error[type="text"]:focus,
.contact-form textarea.input-error:focus
{
	border-bottom: 1px solid var(--text-error);
}

.contact-form .input-error-text
{
	position: absolute;
	font-size: 11px; 
	line-height: 14px; 
	color: var(--text-error);
	height: 14px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	bottom: -15px;
	left: 1px;
}

.contact-form ::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	font-weight: 400;
	color: var(--text);
}
.contact-form ::-moz-placeholder
{ /* Firefox 19+ */
	font-weight: 400;
	color: var(--text);
}
.contact-form :-ms-input-placeholder
{ /* IE 10+ */
	font-weight: 400;
	color: var(--text);
}
.contact-form :-moz-placeholder
{ /* Firefox 18- */
	font-weight: 400;
	color: var(--text);
}
.contact-form ::-moz-placeholder
{
  opacity: 1;
}

.noSelect
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;	
}

.contact-form .notes
{
  font-size: 0.8em;
  line-height: 1.5em;
}

.contact-form .notes a
{
  text-decoration: underline;
}

/* ========================================================================== */
/* POST RESPONSE
/* ========================================================================== */
#post-response
{
	position: relative;
	display: none;
	color: var(--text-inverse);
	margin: 0px 0px 20px 0px;
	padding: 15px 15px 15px 46px;
	line-height: 17px;
  border-radius: 0px;
}

#post-response.post-error
{
	color: var(--text-error);
}

#post-response.post-error::before
{
	position: absolute;
	color: var(--text-error);
  font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	font-size: 32px; 
  content: "\f057";
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

#post-response.post-success
{
	color: var(--text);
}

#post-response.post-success::before
{
	position: absolute;
	color: var(--text);
  font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	font-size: 32px; 
  content: "\f058";
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}





/* ========================================================================== */
/* CUSTOM CHECKBOX
/* ========================================================================== */
 /* Customize the label (the container) */
.custom-checkbox
{
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 19px;
  width: 19px;
  background-color: #fff;
	border: 1px solid var(--text);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark
{
  background-color: rgba(44,48,66,0.1);
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark
{
  background-color: var(--text);
	border: 1px solid var(--text);
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after
{
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after
{
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after
{
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

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

@media (min-width: 768px) 
{
	.custom-checkbox .checkmark
	{
		top: 1px;
		left: 0px;
	}
}

@media (min-width: 992px) 
{
	
	.custom-checkbox
	{
		padding-left: 32px;
		margin-bottom: 12px;
		font-size: 14px;
	}
	
	.custom-checkbox .checkmark
	{
		top: 2px;
		left: 0px;
		height: 22px;
		width: 22px;
	}

	.custom-checkbox .checkmark:after
	{
		left: 6px;
		top: 2px;
		width: 5px;
		height: 10px;
	} 
}

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

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


.checkmark-error
{
	font-size: 11px; 
	line-height: 14px; 
	color: var(--text-error);
	height: 14px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.checkmark-error
{
	display: none;
	font-size: 11px; 
	line-height: 14px; 
	color: var(--text-error);
	height: 14px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.checkmark-error.input-error
{
	display: block;
}


/* ========================================================================== */
/* CUSTOM RADIO
/* ========================================================================== */
 /* Customize the label (the container) */
.custom-radio
{
  display: block;
  position: relative;
  padding: 0px 0px 0px 35px;
  margin: 10px 0px 0px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	width: -moz-fit-content
}

/* Hide the browser's default radio button */
.custom-radio input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.custom-radio .checkmark
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background: #fff;
	border: 1px solid var(--main-blue);
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark
{
  background-color: rgba(44,48,66,0.1);
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark
{
  background-color: #fff;
}

.custom-radio input:checked ~ .caption
{
	font-weight: 600;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after
{
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after
{
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after
{
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main-blue);
} 


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

@media (min-width: 768px) 
{
	.custom-radio .checkmark
	{
		top: 0px;
		left: 0px;
	}
}

@media (min-width: 992px) 
{
	.custom-radio .checkmark
	{
		top: 1px;
		left: 0px;
		height: 22px;
		width: 22px;
	}

	.custom-radio .checkmark:after
	{
		top: 4px;
		left: 4px;
		width: 12px;
		height: 12px;
	} 	
}

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

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


/* ========================================================================== */
/* CUSTOM SELECT
/* ========================================================================== */
/* The container must be positioned relative: */
.custom-select
{
  position: relative;
}

.custom-select select
{
  display: none; /*hide original SELECT element: */
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected
{
	padding: 10px 10px 10px 15px;
  cursor: pointer;
  border-top: 1px solid rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.select-selected
{
  background-color: #fff;
  border: 1px solid #888;
	margin-bottom: 10px;
	border-radius: 3px;
}

/* Style the arrow inside the select element: */
.select-selected:after
{
  position: absolute;
  content: "";
  top: 20px;
  right: 12px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #aaa transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after
{
  border-color: transparent transparent #aaa transparent;
  top: 9px;
}


.select-selected.select-placeholder
{
	color: #ccc;
}

/* Style items (options): */
.select-items
{
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #888;
  border-top: none;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0px 3px 6px 3px #fff;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 3px 6px 3px #fff;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 3px 6px 3px #fff;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.select-option
{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.select-option:first-child
{
  border-top: none;
}

.select-option:last-child
{
}

/* Hide the items when the select box is closed: */
.select-hide
{
  display: none;
}

.same-as-selected
{
	background: #BAF1F2;
}

.select-items div:hover
{
	background: #01C3CC;
	color: #fff;	
}



.flex-container
{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flex-content
{
	flex:1; 
}




/* ========================================================================== */
/* FIX za anchor linke zaradi stalnega headerja
/* ========================================================================== */
:target::before
{
  content: "";
  display: block;
  height: 120px; 
  margin: -120px 0 0; 
}

svg
{
	fill: red;
}


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



/* ========================================================================== */
/* TEXT ALIGN
/* ========================================================================== */

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

.no-padding
{
	padding: 0px;
}

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



/* ======================================================================================================================================================= */
/* BREAKPOINTS
/* ======================================================================================================================================================= */
@media (min-width: 560px) 
{
}

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

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

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

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

	