/*  ---------------------------------------------------------------------------------------
Description:    Basic styles and layout
Media:        screen, projection
---------------------------------------------------------------------------------------*/

/*  ---------------------------------------------------------------------------------------
Basic styles
---------------------------------------------------------------------------------------*/
body {

	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

a, .glyphicon {
	color: #747474;
}

a:hover {
	color: #7daa2a;
}

.link__block {
	border-color: transparent;border-width: 3px; border-style: solid;padding: 0;margin: 0.3em;
}
.link__block:active,
.link__block:hover {
	border-color: #7daa2a;
}

input[type="text"],
input[type="password"], select, textarea {

	padding: 8px;
	border: 1px solid #ddd;

	margin: 0;
	background: #fcfcfc;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"].small,
input[type="password"].small {
	width: 58px;
}
input[type="submit"] {
	cursor: pointer;
}

label {
	padding: 0 0 5px 0;
	display: inline-block;
}

.typo__label {
	font-weight: bold;
}

.bsha05 {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

h1, h2, h3 {
	font-weight: 300; font-family: 'Open Sans', sans-serif;
}
h4, h5 {
	font-weight: 400; font-family: 'Open Sans', sans-serif;
}

.logo h1 {
	margin: 0;
	padding: 0;
}

.logo h1 a {
	height: 1.5em;
	display: block;
}

.logo h1 a img {
	display: block;
	max-height: 110%;
}

.logo .logo__small {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
}

.logo .logo__small a {
	height: 1.5em;
	margin: 0.3em 0;
	display: block;
}

.logo .logo__small a img {
	display: block;
	max-height: 100%;
}

.mobile-show,
.mobile-show-sm {
	display: none;
}

.page-width {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5em;
}

@media (min-width: 768px) {
	.page-width--80p {
		width: 80%;
	}

	.page-width--90p {
		width: 90%;
	}
}

.page-width--1500 {

	max-width: 1500px;

}
.page-width--1700 {

	max-width: 1700px;

}

.table {display: table;}

.table__cell {display: table-cell;}
.table__cell--middle {vertical-align: middle;}
.table__cell--bottom {vertical-align: bottom;}
.table__cell--top {vertical-align: top;}

.enchanced-ul li {color: #747474;padding: .4em;}
.enchanced-ul li span {color: #444;}

.flags {position: absolute;top: 1em;right: 0;z-index: 1;}

.flag {float: left; padding: 0.25em 0.5em;margin: 0.25em;background: #333;color: #fff;display: inline-block;
}

.hover-show {}

.hover-show.hover-show--border {border: 1px solid transparent;}

.hover-show:hover.hover-show--border {border: 1px solid #ddd;}

.hover-show .hover-show__child {
	display: none;
}

.hover-show:hover .hover-show__child {
	display: block;
}

@media (max-width: 768px) {

	.hover-show.hover-show--border {
		border: 1px solid #ddd;
	}

	.hover-show .hover-show__child {
		display: block;
	}

	.m-relative {position: relative !important;}

	.item--m-relative {padding: 1em 0 !important;}
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

	.hover-show.hover-show--border {
		border: 1px solid #ddd;
	}

	.hover-show .hover-show__child {
		display: block;
	}

	.sd-relative {position: relative !important;}

	.item--sd-relative {padding: 1em 0 !important;}
}

.item {
	width: 100%;
	position: relative;
	height: 0;
	padding: 37.1% 0 0 0;
	display: block;
}

.item.item--square {padding: 100% 0 0 0;}
.item.item--tight-rectangle {padding: 24.1% 0 0 0;}
.item.item--slim-rectangle {padding: 38% 0 0 0;}
.item.item--video-rectangle {padding: 45% 0 0 0;}
.item.item--short-rectangle {padding: 57% 0 0 0;}
.item.item--rectangle {padding: 72% 0 0 0;}
.item.item--portrait-rectangle {padding: 140% 0 0 0;}
.item.item--tall-portrait-rectangle {padding: 170% 0 0 0;}

.item.item--overflow-hidden {overflow: hidden;}

@media (min-width: 1400px) {
	.item.item--xl-forced {padding: 37.1% 0 0 0;}
}
@media (max-width: 1200px) {
	.item.item--lg-square {padding: 100% 0 0 0;}

	.item.item--lg-slim-rectangle {padding: 45% 0 0 0;}

	.item.item--lg-short-rectangle {padding: 57% 0 0 0;}

	.item.item--lg-rectangle {padding: 72% 0 0 0;}
}
@media (max-width: 995px) {
	.item.item--md-square {padding: 100% 0 0 0;}

	.item.item--md-slim-rectangle {padding: 45% 0 0 0;}

	.item.item--md-short-rectangle {padding: 57% 0 0 0;}

	.item.item--md-rectangle {padding: 72% 0 0 0;}
}

@media (max-width: 768px) {
	.item.item--t-square {padding: 100% 0 0 0;}

	.item.item--t-slim-rectangle {padding: 45% 0 0 0;}

	.item.item--t-short-rectangle {padding: 57% 0 0 0;}

	.item.item--t-rectangle {padding: 72% 0 0 0;}
}

@media (max-width: 380px) {
	.item.item--m-square {padding: 100% 0 0 0;}

	.item.item--m-short-rectangle {padding: 57% 0 0 0;}

	.item.item--m-rectangle {padding: 72% 0 0 0;}
}

.item .item__img {
	display: block;
	top: 0;
	left: 50%;
	margin-left: -50%;
	position: absolute;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.item .item__img--cover {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.item .item__img--hover-transparency {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.hover-show:hover .item .item__img--hover-transparency,
.item .item__img--hover-transparency:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.item .item__img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.item .item__img--hover-blur {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.hover-show:hover .item__img--hover-blur,
.item:hover .item__img--hover-blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.hover-show:hover .item .item__img--hover-zoom,
.item .item__img--hover-zoom:hover {
	top: -1%;
	left: 49%;
	width: 102%;
	height: 102%;
}

.hover-show:hover .item .item__img--hover-giant-zoom,
.item .item__img--hover-giant-zoom:hover {
	top: -5%;
	left: 45%;
	width: 110%;
	height: 110%;
}

.item.item--overflow-hidden .item__img--hover-giant-zoom {
	top: 5%;
	left: 55%;
	width: 90%;
	height: 90%;
}

.hover-show:hover .item.item--overflow-hidden .item__img--hover-giant-zoom,
.item.item--overflow-hidden .item__img--hover-giant-zoom:hover {
	top: 0%;
	left: 50%;
	width: 100%;
	height: 100%;
}

.hover-show.hover-show--shadow-light,
.item .item__img--hover-shadow-light,
.hover-show.hover-show--shadow,
.item .item__img--hover-shadow {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.hover-show.hover-show--shadow:hover,
.hover-show:hover .item .item__img--hover-shadow,
.item .item__img--hover-shadow:hover {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}

.hover-show.hover-show--shadow-light:hover,
.hover-show:hover .item .item__img--hover-shadow-light,
.item .item__img--hover-shadow-light:hover {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.item.item--hover-zoom-shadow-inside {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.hover-show:hover .item.item--hover-zoom-shadow-inside,
.item.item--hover-zoom-shadow-inside:hover {
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.item .item__img--mw100 {
	background-position: 50% 50%;
	-webkit-background-size: 95% auto;
	background-size: 95% auto;
}
.item .item__title {font-size: 1.9em; }

.item .item__title--center {
	text-align: center;
}
.item .item__title--white {

	text-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
}

.item .item__title--dark {

	text-shadow: 0px 0px 8px 3px rgba(255, 255, 255, 0.3);
	color: #111;
}

.indent--right {
	padding-right: 0.5em;display: inline-block;
}
.indent--left {
	padding-left: 0.5em;display: inline-block;
}

.btn.indent--right {
	margin-right: 0.5em;display: inline-block;
}

.btn.indent--left {
	margin-left: 0.5em;display: inline-block;
}

.infobox {
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 0.3em;
}

a.btn,
.btn {
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin-bottom: 0.3em;
}

@media (min-width: 962px) {
	.btn.btn--double-padding {padding: 14px 20px;}
}

.infobox.btn--no-radius,
.btn.btn--no-radius {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.infobox.btn--skew,
.btn.btn--skew {
	-webkit-transform: skew(-20deg, 0deg);
	-ms-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.modal-footer .btn + .btn {margin-bottom: 0.3em;}
.modal-content .modal-footer {position: relative;}

.infobox.btn--long,
.btn.btn--long {
	padding: 7px 18px;
}

.btn.btn--color-1,
.btn.btn--color-2 {color: #fff;}

.infobox.btn--background-1,
.btn.btn--background-1 {background: #747474;}
.infobox.btn--background-2,
.btn.btn--background-2 {background: #999;}

.btn.btn--background-facebook {background: #4da5d7;}
.btn.btn--primary {}

.infobox.btn--transparent,
.btn.btn--transparent {background: transparent !important;}

.icon--right {padding-right: 36px;position: relative;}
.icon--left {padding-left: 36px;position: relative;}

.icon--right:after,
.icon--left:before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0px;
	left: 10px;
	width: 16px;
	height: 16px;
}

.icon--alone:before {
	display: inline-block;
	position: relative;
	content: '';

	width: 16px;
	height: 16px;
}

.btn.icon--right:after,
.btn.icon--left:before {top: 6px;}

.icon--right:after {
	right: 10px;
	left: auto;
}

.btn.icon--alone span {display: none;}
.btn.icon--alone {
	padding: 0;
	height: 16px;
	margin: 1.2em 0.5em;
	height: 16px;
	position: relative;
	width: 16px;
	display: inline-block;
}

.typo__color--1 {color: #747474;}
.typo__background--1 {color: #747474;}
.typo__color--2 {color: #999;}
.typo__background--2 {color: #999;}

.typo__color--error {color: #ff0000;}
.typo__background--error {background: #ff0000;}

.typo__color--success {color: #81b030;}
.typo__background--success {background: #81b030;}

.typo__color--dark {color: #333;}
.typo__background--dark {background: #333;}

.typo__color--white {color: #fff;}
.typo__background--white {background: #fff;}

.typo__color--dark-imp {color: #333 !important;}
.typo__background--dark-imp {background: #333 !important;}

.typo__color--white-imp {color: #fff !important;}
.typo__background--white-imp {background: #fff !important;}

.typo__color--success {color: #81b030;}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cover.cover__opacity {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.cover.cover__opacity--40 {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.cover.cover__opacity--80 {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.nav--fixed,
nav.nav--fixed {
	position: fixed;
}

.nav--w100p,
nav.nav--w100p {
	width: 100%;
}

.nav {
	padding: 0;
	margin: 0;
}

.nav ul {
	padding: 0;
	margin: 0;
	position: relative;
}

.nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav.nav--funky-pagination {
	bottom: 0em;
	z-index: 500;
	left: 2em;
	background: rgba(255, 255, 255, 0.85);
	position: fixed;
}

.nav--non-product {}
.nav--non-product ul {

}

.nav__first-ul > li {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
.nav__first-ul > li > span,
.nav__first-ul > li a {
	padding: 1.2em;
	margin: 0;
	position: relative;
	float: left;
	display: inline-block;
}

.nav__first-ul > li a.compact {
	padding: 0.3em 1em;
	margin: 1em .5em;
	position: relative;
	float: left;
	display: inline-block;
}

.nav__item--parent {
	position: relative;
}

.nav__item--parent > ul {
	position: absolute;
	top: 100%;
	width: 250px;
	background: #fff;
	display: none;
	padding: 0.5em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.nav__item--parent:hover > ul {
	display: block;
}

.nav__item--active {

}

.nav__item.item--last {

}

.nav__item.item__submenu {

}

.nav__first-ul > li .nav__item--child {
	width: 100%;
	position: relative;
	padding: 0 0.5em !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #fff;
}

.nav__first-ul > li .nav__item--child a {

	color: #333;
	width: 100%;
	padding: 0.7em 0.5em;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav__first-ul > li .nav__item--child:last-child a {border-bottom-width: 0;}

.nav__first-ul > li .nav__item--child:hover {
	background: #eee;

}

.nav__first-ul > li .nav__item--child:hover a {
	color: #333;text-decoration: none;
}

.nav__first-ul {

}

.nav--rounded li {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}

.nav--rounded li a {
	width: 2.2em;
	font-size: 0.9em;
	height: 2.2em;
	display: block;
	text-align: center;

}

.nav__first-ul.nav--rounded > li {margin: 0.9em 0.3em 0 0.3em}
.nav__first-ul.nav--rounded > li a {padding: 0.4em 0 0 0;text-decoration: none;}

.nav--icons {}
.nav__icon {
	display: inline-block;
	position: relative;
	width: 1.3em;
	height: 1.3em;
	overflow: hidden;
	text-indent: -9999px;
}
.nav__icon:before {
	display: block;
	font-size: 1.3em;
	height: 1.3em;
	overflow: hidden;
	text-indent: -9999px;
}

.owl-dots {
	z-index: 10;
	position: relative;
	bottom: 60px;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

#reference .owl-dots {

	bottom: 0px;

}

w100p {
	display: block;
	width: 100%;
}

/* ----------------------------------#navbox---------------------------- */

.navbox {
	background: #ddd;
	margin-bottom: 1em;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbox ul li {
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	list-style: none;
}

.navbox ul li a {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbox ul li:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.navbox ul li:last-child a {
	border-bottom-width: 0px
}

.flexrow {
	display: flex; /* or inline-flex */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: stretch;
	align-content: center;
	align-items: center;
}

.flexcol-lg-4 {
	flex: 1;
	max-width: 30%;
	margin: 1.5%;
}

.flexcol-lg-4.myplech {

}

.flexcol-lg-4 .myrow {

	display: flex; /* or inline-flex */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: stretch;
	align-content: center;
	align-items: center;

}
.flexcol-lg-4 .myrow > * {
	flex: 1; margin: 0 1%;font-size: 16px;text-transform: uppercase;font-weight: normal;

}
.flexcol-lg-4.flex-right .myrow {
	flex-direction: row-reverse; text-align: right;

}

.plech {
	width: 85%;
	margin: 0 0 0 8.5%;

}

.imgl {
	width: 95px;
	max-width: 45%;
	height: auto;
	float: left;
	padding: 0.5em;
	text-align: right;
}

.imgr {
	width: 95px;
	max-width: 45%;
	height: auto;
	float: right;padding: 0.5em;text-align: left;
}

.myrow:after {
	content: '';
	display: block;
	position: relative;

	clear: both;
}

@media (max-width: 998px) {

	.flexcol-lg-4 .myrow > * {
		font-size: 12px;
	}

	.flexcol-lg-4 {

		max-width: 38%;
		margin: 0.5%;
	}

	.flexcol-lg-4.myplech {
		max-width: 25%;
	}

	.imgl,
	.imgr {
		max-width: 38%;
	}

}

/* mobile menu */

.glyphicon-menu-hamburger {display: none;}

@media (max-width: 1200px) {

	.nav__first-ul > li a.compact {
		padding: 0.3em 0.5em;
		margin: 1em 0.5em;

	}
}

@media (max-width: 1100px) {

	.nav__first-ul > li a.compact {
		padding: 0.3em 0.5em;
		margin: 1em 0em;

	}
}

@media (max-width: 770px) {

	.nav--socials {
		position: fixed;
		top: 2em;
		right: 1em;

	}

	.nav--fixed,
	nav.nav--fixed {
		display: block;
		width: 100%;
		max-height: 100%;
		z-index: 500;
		overflow: auto;
	}

	nav.nav--fixed .glyphicon-menu-hamburger {
		position: fixed;
		top: 2em;
		left: 1em;
		z-index: 900;
		display: block;

	}

	.nav ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.nav--text .flr,
	.nav--text .fll,
	.nav--text .fle,
	.nav--text {
		clear: both;
		width: 100%;
	}

	.nav__item--parent > a {font-weight: bold;}

	.nav__item--parent > ul {
		display: block;
		float: left;
		position: relative;
		top: auto;
		width: 100%;
	}

	.nav--text .nav__first-ul > li {
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav--text .nav__first-ul > li a {
		padding: 1.2em;
		margin: 0;
		position: relative;
		float: none;
		display: block;
		width: 80%;
		font-size: 1.1em;
		left: 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav__first-ul > li a.compact {
		padding: 0.3em 1em;
		margin: 1em .5em;
		position: relative;
		float: left;
		display: inline-block;
	}

	.logo {text-align: center;margin: 20px 0;}

	.logo h1 a img {display: inline;}

	.nav.nav--menu-hamburger {display: none;}

}

@media (max-width: 460px) {

	.nav--text .nav__first-ul > li a {

		width: 100%;
		left: 0;

	}

}

.h-better-decoration.better-decoration,
.better-decoration {text-decoration: none; border-bottom: 1px solid #ddd;}

.h-better-decoration--both {border-top: 1px solid transparent;}
.h-better-decoration {border-bottom: 1px solid transparent;}

.h-better-decoration:hover {text-decoration: none; border-bottom: 1px solid #ddd;}
.h-better-decoration--both:hover {text-decoration: none; border-top: 1px solid #ddd;}

.pseudo-table {
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0;
}
.pseudo-table li {
	clear: both;
	border-top: 1px solid #ddd;
	padding: 8px 0;
	margin: 0;
	list-style: none;
}

.pseudo-table:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.pseudo-table__label {
	font-weight: bold;
}

.pseudo-table__value {

}

.pseudo-table--dark {
	background: #f8f8f8;
}

.pseudo-table--darker {
	background: #ebeced;
}

ul.order-process-navigation {
	margin: 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #eee;
	margin-bottom: 1em;
}

ul.order-process-navigation li {
	float: left;
	list-style: none;
	padding: 0 2em 0 0;
	position: relative;
}

ul.order-process-navigation li:after {
	right: 1em;
	content: '';
	top: 1.4em;
	width: 18px;
	height: 18px;
	border: 3px solid #eee;
	border-width: 3px 3px 0 0;
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -6666px;
	background: none;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.order-process-navigation li.last:after {
	display: none;
}

ul.order-process-navigation li a,
ul.order-process-navigation li span,
ul.order-process-navigation li button {
	border: 0 #fff solid;
	padding: 1em 2em;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.transition--bg {
	-webkit-transition: background-color 500ms ease;
	-moz-transition: background-color 500ms ease;
	-o-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}

.transition--all:before,
.transition--all:after,
.transition--all {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* ---- Nedědičné styly ---- */

.transition {
	-webkit-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	transition: all 500ms ease 500ms;
}

.carousel-item .active-show,
.carousel-item .active-show2 {
	display: none;
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;

}

.carousel-item.active .active-show,
.carousel-item.active .active-show2 {
	display: block;
}

.hover-show:hover .h-transparent--inverted,
.item:hover .h-transparent--inverted,
.h-transparent--inverted:hover,
.h-transparent {
	opacity: 0.0 !important;
	filter: alpha(opacity=0) !important; /* For IE8 and earlier */
}
.h-transparent--inverted,
.hover-show:hover .h-transparent,
.item:hover .h-transparent,
.h-transparent:hover {
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}

.tmava {background: rgba(0, 0, 0, 0.8);color: #fff;}
.tmava_pruhledna {background: rgba(0, 0, 0, 0.5);color: #fff;}
.svetla {background: rgba(255, 255, 255, 0.8);color: #333;}
.svetla.special {background: rgba(255, 255, 255, 0.8);color: #000;padding: 0.3em;}
.svetla.special > .fz13 {font-size: 1.7em;}
.svetla_pruhledna {background: rgba(255, 255, 255, 0.5);color: #333;}

.h-tmava {background: transparent}
.h-tmava_pruhledna {background: transparent}
.h-svetla {background: transparent}
.h-svetla_pruhledna {background: transparent}

.h-tmava:hover {background: rgba(0, 0, 0, 0.8);color: #fff;}
.h-tmava_pruhledna:hover {background: rgba(0, 0, 0, 0.5);color: #fff;}
.h-svetla:hover {background: rgba(255, 255, 255, 0.8);color: #333;}
.h-svetla_pruhledna:hover {background: rgba(255, 255, 255, 0.5);color: #333;}

@media (max-width: 768px) {

	.h-transparent--inverted {
		opacity: 0.0 !important;
		filter: alpha(opacity=0) !important;
	}

	.h-transparent {
		opacity: 1.0 !important;
		filter: alpha(opacity=100) !important;
	}

	/* Pro mobily musí být okamžitě viditelné  */
	.h-tmava {background: rgba(0, 0, 0, 0.8);color: #fff;}

	.h-tmava_pruhledna {background: rgba(0, 0, 0, 0.5);color: #fff;}

	.h-svetla {background: rgba(255, 255, 255, 0.8);color: #333;}

	.h-svetla_pruhledna {background: rgba(255, 255, 255, 0.5);color: #333;}
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

	.h-transparent--inverted {
		opacity: 0.0 !important;
		filter: alpha(opacity=0) !important;
	}

	.h-transparent {
		opacity: 1.0 !important;
		filter: alpha(opacity=100) !important;
	}

	/* Pro mobily musí být okamžitě viditelné  */
	.h-tmava {background: rgba(0, 0, 0, 0.8);color: #fff;}

	.h-tmava_pruhledna {background: rgba(0, 0, 0, 0.5);color: #fff;}

	.h-svetla {background: rgba(255, 255, 255, 0.8);color: #333;}

	.h-svetla_pruhledna {background: rgba(255, 255, 255, 0.5);color: #333;}
}

.bart {position: relative;padding-bottom: 2em;}
.active .bart:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 25px 25px;
	border-color: #e30613 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.owl-theme .owl-nav .owl-page span {
	background: #929599;
	border: 3px solid #e6e7ec;
}

.owl-theme .owl-nav .owl-page.active span {
	background: #e6e7ec;
	border: 3px solid #ccffff;
}

.owl-theme .owl-nav {
	height: 0;
	padding-top: 0;
	margin-top: 0;
}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 10%;
}
.owl-next {
	position: absolute;
	top: 50%;
	right: 10%;
}

.detail .owl-prev {
	position: absolute;
	top: auto;
	left: 5%;
	bottom: 8%;
	z-index: 50;
}
.detail .owl-next {
	position: absolute;
	top: auto;
	right: 5%;
	bottom: 8%;
	z-index: 50;
}

.owl-theme .owl-nav div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	overflow: hidden;
	text-indent: -9999px;

}

.owl-carousel .owl-stage-outer {clear: both;}

.detail .owl-theme .owl-navs div.owl-prev {
	background: url('../images/sprite_electroboard.png') no-repeat -9px -126px;
	width: 60px;
	height: 34px;
}

.detail .owl-theme .owl-nav div.owl-next {
	background: url('../images/sprite_electroboard.png') no-repeat -242px -126px;
	width: 60px;
	height: 34px;
}

.pencil {
	width: 1px; height: 1px; position: relative; z-index: 3;
}
.pencil img {
	border: none; position: absolute; left: -30px; top: -10px;
}

.eu-pruda-cookies {
	display: none;
	z-index: 500;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.delitko {
	padding-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
	clear: both;

}

.pv08em {padding-top: 0.8em;padding-bottom: 0.8em;}

.parametr_hidden {
	display: none;
}
.parametr_hidden.open {
	display: block;
}

.polozka.rows {position: relative;}

.rows:hover .icon_product {
	position: absolute;
	z-index: 55;
	display: block;
	top: -120px;
	right: -80%;
	background-color: #fff;
	width: 250px;
	height: 250px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.rows:hover .icon_product--right {
	top: -120px;
	left: 100%;
	right: auto;
}

ul.order_process_navigation {
	margin: 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #eee;
	margin-bottom: 1em;
}

ul.order_process_navigation li {
	float: left;
	list-style: none;
	padding: 0 2em 0 0;
	position: relative;
}

ul.order_process_navigation li:after {
	right: 1em;
	content: '';
	top: 1.4em;
	width: 18px;
	height: 18px;
	border: 3px solid #eee;
	border-width: 3px 3px 0 0;
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -6666px;
	background: none;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.order_process_navigation li.last:after {
	display: none;
}

ul.order_process_navigation li a,
ul.order_process_navigation li span,
ul.order_process_navigation li button {
	border: 0 #fff solid;
	padding: 1em 2em;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.rows .icon_product {display: none;
}

.rows:hover .icon_product.small {
	width: 72px;
	height: 72px;
	z-index: 9999;
	display: block;
	top: -20px;
	left: 10%;
}

.rows:hover .icon_product img {
	max-width: 90%;
	max-height: 90%;
}

.rows:hover .icon_product--right img {
	max-width: 90%;
	max-height: 90%;
}

.rows .icon_product:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -15px;
	left: -15px;
	top: 50%;
}

.rows .icon_product:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #ddd;
	display: block;
	width: 0;
	z-index: 0;
	margin-top: -15px;
	left: -16px;
	top: 50%;
}

.icon--login:after,
.icon--login:before {
	background: url('../images/sprite_electroboard.png') no-repeat -122px -82px;
	width: 17px;
	height: 18px;
}

.icon--cart:after,
.icon--cart:before {
	background: url('../images/sprite_electroboard.png') no-repeat -157px -82px;
	width: 17px;
	height: 18px;
}

.icon--instagram:after,
.icon--instagram:before {
	background: url('../images/sprite_electroboard.png') no-repeat -83px -83px;
	width: 16px;
	height: 16px;
}
.icon--facebook:after,
.icon--facebook:before {
	background: url('../images/sprite_electroboard.png') no-repeat -196px -85px;
	width: 16px;
	height: 17px;
}
.icon--twitter:after,
.icon--twitter:before {
	background: url('../images/sprite_electroboard.png') no-repeat -45px -84px;
	width: 18px;
	height: 15px;
}

.icon--instagram-sm:after,
.icon--instagram-sm:before {
	background: url('../images/sprite_electroboard.png') no-repeat -251px -85px;
	width: 12px;
	height: 12px;
}
.icon--facebook-sm:after,
.icon--facebook-sm:before {
	background: url('../images/sprite_electroboard.png') no-repeat -199px -85px;
	width: 12px;
	height: 12px;
}
.icon--twitter-sm:after,
.icon--twitter-sm:before {
	background: url('../images/sprite_electroboard.png') no-repeat -223px -86px;
	width: 14px;
	height: 11px;
}

.icon--top:after,
.icon--top:before {
	background: url('../images/sprite_electroboard.png') no-repeat -141px 0;
	width: 22px;
	height: 22px;

}

.icon--arrow:after,
.icon--arrow:before {
	background: url(../images/sprite_electroboard.png) no-repeat -273px -84px;
	width: 16px;
	height: 16px;

}

.icon--rotate:after,
.icon--rotate:before {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.eswing-label {
	color: #00275a;
}
.eswing-strong {
	color: #000;
}

/**
* Colorbox Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
}

/**
 * Avoid outlines on :active (mouseclick),
 * but preserve outlines on :focus (tabbed navigating)
 */
#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* Reset box sizing to content-box if theme is using border-box. */
#colorbox, #cboxContent, #cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/**
 * Colorbox module Stockholm syndrome style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {
	background: #000;
}

#colorbox {
	background: transparent;
}

#colorbox, #colorbox div {
	overflow: visible; /* Required by the close button. */
}

#cboxWrapper {
}

#cboxTopLeft {
	width: 0;
	height: 0;
}

#cboxTopCenter {
	height: 0;
}

#cboxTopRight {
	width: 0;
	height: 0;
}

#cboxBottomLeft {
	width: 0;
	height: 0;
}

#cboxBottomCenter {
	width: 0;
	height: 0;
}

#cboxBottomRight {
	width: 0;
	height: 0;
}

#cboxMiddleLeft {
	width: 0;
}

#cboxMiddleRight {
	width: 0;
}

#cboxContent {
	background: transparent;
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 4em;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
}

#cboxTitle {
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	font-weight: lighter;
	color: #fff;
	font-size: 1.3em;
	padding: 1.5em 0 0.5em 1.5em;
	display: table-cell !important;
	vertical-align: middle;
	float: none !important;
}

#cboxCurrent {
	position: absolute;
	bottom: -26px;
	right: 80px;
	color: #313131;
	border-left: 1px solid #313131;
	padding: 0 0 0 15px;
}

/* Slideshow not implemented. */
.cboxSlideshow_on #cboxSlideshow {
	display: none;
}

.cboxSlideshow_on #cboxSlideshow:hover {
}

.cboxSlideshow_off #cboxSlideshow {
	display: none;
}

.cboxSlideshow_off #cboxSlideshow:hover {
}

#cboxPrevious {
	position: fixed;
	bottom: 50%;
	left: 1.5em;
	right: auto;
	background: transparent;
	border-color: #fff
}

#cboxNext {
	position: fixed;
	bottom: 50%;
	right: 1.5em;
	left: auto;
	background: transparent;
	border-color: #fff
}

#cboxNext:after,
#cboxPrevious:after { border-color: #fff}

#cboxNext,
#cboxPrevious {
	background: rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#cboxLoadingOverlay {
	background: #e6e6e6;
}

#cboxLoadingGraphic {
	background: url(images/loading_animation.gif) no-repeat center center;
}

.cboxPrevious {
	left: 0;
	margin-left: 2.5rem;
}

#cboxNext, #cboxPrevious {
	background: #1b1b1b;
}

#cboxNext, #cboxPrevious {
	position: fixed;
	font-size: 4em;
	font-weight: 300;
}

#cboxNext, #cboxPrevious {
	position: absolute;
	width: 70px;
	height: 70px;

	top: 50%;
	margin-top: -35px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 35px;
	border: 0;
	opacity: .5;
	text-shadow: none;
	z-index: 5;
	color: #fff;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

#cboxOverlay {
	background: rgba(0, 0, 0, 0.77);
}

.cboxNext, .cboxPrevious {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
}

#cboxClose {
	position: fixed;
	background: #1b1b1b;
	opacity: .5;
	font-size: 35px;
	font-weight: 300;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	top: 2.5rem;
	right: 2.5rem;

	border: none;
	text-align: center;
	text-shadow: none;
	font-size: 3em;
	font-weight: 300;
	z-index: 5;
	line-height: 70px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	font-family: 'MobiriseIcons'; }

#cboxClose:hover {
	opacity: 1;
	background: #000;
	color: #fff; }

.close-icon {
	font-size: 35px;
	height: 70px;
	line-height: 70px;
	display: block;
}

.close-icon:before {
	content: '\e91a';
	font-family: 'MobiriseIcons';

}

label.error {
	color: red; padding: 5px 0;
}
input.error {
	border: 1px solid red;
}

.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-20px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}