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


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

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

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

/* ========================================================================== */
/* 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: #000; /* 2 */
	font-family: sans-serif; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 4 */
}

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

a:focus
{
	outline: thin dotted;
}

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

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

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

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

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

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

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

b,
strong
{
	font-weight: bold;
}

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

dfn
{
	font-style: italic;
}

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

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

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

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

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

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

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

pre
{
	white-space: pre-wrap;
}

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

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

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

small
{
	font-size: 80%;
}

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

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

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}

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

img
{
	border: 0;
}

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

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

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

figure
{
	margin: 0;
}

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

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

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

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

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

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

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

button,
input
{
	line-height: normal;
}

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

button,
select
{
	text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#band-cookies p
{
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	padding: 0px 70px 5px 70px;
	color: 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-size: 15px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	padding: 6px 35px 7px;
	margin: 10px 0px 0px 10px;
	color: var(--btn-white-txt);
	background: var(--btn-white-bgr);
	border: 1px solid var(--btn-white-brd);
	border-radius: 30px;
	float: left;
}

#band-cookies-ok:hover,
#band-cookies-info:hover
{
	background: var(--btn-white-hover-bgr);
}

#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(--blue);
}

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

@media (max-width: 768px)
{

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

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

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

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




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

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

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

@media (min-width: 1280px) 
{

}

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



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

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

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

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

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



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

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

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


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

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


@media (min-width: 560px) 
{

}


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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

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

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

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

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

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

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


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

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



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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padding
{
	padding: 0px;
}

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

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






/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--text-2);
	
}

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


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

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

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

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

em
{
	font-style: italic;
}

strong
{
	font-weight: 700;
}

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

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

@media (min-width: 560px) 
{

}

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

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

}

@media (min-width: 1690px) 
{

}



/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color:  var(--text);
	text-decoration: none; 
}
	
a:visited
{ 
	text-decoration: none; 
}

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


/* ========================================================================== */
/* FULLPAGE BACKGROUND
/* ========================================================================== */
body, html
{
  height: 100%;
}

.bgr
{
  /* The image used */
  background-image: url("../img/bgr_sibilslejko.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  /* 
	background-position: bottom center;
	 */
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	overflow: hidden;
}

.container
{
	padding: 20px 7px 10px 7px;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}


.logo
{
	width: 100%;
	text-align: center;
	padding: 0px 0px 3px 0px;
}

.logo img
{
	width: 170px;
}


.text
{
	width: 100%;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.text i
{
	font-size: 28px;
	line-height: 32px;
	padding: 2px 3px 2px 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-shadow: 1px 1px 12px rgba(160, 160, 160, 1.0);

}

.text.bgr-transparent
{
  background: rgba(255,255,255,0.7);
	padding: 18px 12px 9px 12px;
	border-radius: 8px;
	max-width: 700px;
	margin: 0px auto;
}

.text i:hover
{
	font-size: 30px;
	padding: 1px 2px 1px 2px;
}



@media (min-width: 560px) 
{

}

@media (min-width: 768px) 
{
	.container
	{
		padding: 30px 50px 10px 50px;
	}

	.logo
	{
		padding: 0px 0px 5px 0px;
	}

	.logo img
	{
		width: 200px;
	}

	.text
	{
		padding: 0px 12px 0px 12px;
	}
}
	
@media (min-width: 992px) 
{
	.container
	{
		padding: 40px 50px 10px 50px;
	}

	.logo img
	{
		width: 220px;
	}
	
	.text
	{
		padding: 0px 13px 0px 13px;
	}
}
	
@media (min-width: 1280px) 
{
	.logo img
	{
		width: 240px;
	}

	.text
	{
		padding: 0px 15px 0px 15px;
	}
}

@media (min-width: 1690px) 
{

}


