/*  ---------------------------------------------------------------------------------------
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="email"],
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;
}

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;line-height: 1.6em;
}
h4, h5 {
	font-weight: 400;	font-family: 'Open Sans', sans-serif;line-height: 1.6em;
}


p, .text {
	line-height: 1.6em;
}
.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: 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.5%;
	height: 100.5%;
	-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;
	z-index: 150;
	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: absolute;
    bottom: 16px;
    /* bottom: 0; */
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}


#reference .owl-dots {

	bottom: 0px;

}

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

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;   border: 2px solid #fee660;
}
/* ----------------------------------#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
}


/* mobile menu */

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


.flex-body {
		display: flex; /* or inline-flex */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center  ;
}
.flex-item-5 {
	flex: 1 20%;
	max-width: 20%;

}

@media (max-width: 1200px){

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


	}
.flex-item-5 {
	flex: 1 25%;
	max-width: 25%;

}
}



@media (max-width: 1100px){

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


	}
}




@media (max-width: 992px){

.flex-item-5 {
	flex: 1 33.3334%;
	max-width: 33.3334%;

}
}


@media (max-width: 600px){

.flex-item-5 {
	flex: 1 50%;
	max-width: 50%;

}
}


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

.hover-show:hover .h-transparent--inverted,
.item:hover .h-transparent--inverted,
.h-transparent--inverted:hover,
.h-transparent,
.transparent{
	opacity: 0.0!important;
	filter: alpha(opacity=0)!important; /* For IE8 and earlier */
}
.active .transparent{
	opacity: 1.0!important;
	filter: alpha(opacity=100)!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;
}

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

.my-flex-center {
	padding: 10px 0;
}

.my-flex-center label {
	padding:  0;margin: 0;
}

.havel-form {
	 top: -3em;
    background: #112e41;
    z-index: 10 ;
    position: relative;
    border: 1px solid #5e93bb;
    border-radius: 3px;
    margin-bottom: 0;
    -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);
}

.center-checkboxy .my-flex {
	display: flex; /* or inline-flex */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}
.havel-form  .center-checkboxy .my-flex label {
	text-align: center;
}

.zpatecni.closed {display: none;}
.form-section-header.closed {display: none;}
.form-section-body.closed {display: none;}

.havel-back-form {background: #131f28;} 

.havel-form label {text-align: left;color: #fff;font-weight: normal;text-transform: uppercase;font-size: 11px;
}

.my-flex-1-3 h3 {
	color: #fff;margin-top: 0;
}
 
.havel-form .my-flex > * {
	padding: 1em;
}

.my-flex-2 {
	flex:1 50%;
}

.zpatecni .bb1so{
	border-bottom: 1px solid #5e93bb;
}


.form-section-header h2 {text-align: center;color: #fff;font-weight: bold;margin: 0;padding: 15px 0;text-transform: uppercase;    border-bottom: 1px solid #5e93bb;}



.w40p,
.my-flex-1-3 {
	flex:1 33%;
}

.my-flex-3 {
	flex:1 33%;
}
 
.my-flex-2-3 {
	flex:2 66%;
}

.w60p {
	flex:2 50%;max-width: 50%;margin-right: 20px;
}

.vysledky {text-align: right;padding:5px 25px;}
.vysledky:after {
	clear: both;
	content: '';
	display: block;
	position: relative;
}
.vysledky .button, 
.vysledky button { 
   display: inline-block;
    padding: 15px 25px;
    background: #959595;
    border: #7d7d7d;
    color: #4c4c4c;
    margin: 0 0 0 20px;
}

.vysledky .button.active   
.vysledky button.active {   
    padding: 15px 25px;
    background: #45c212;
    border: #40a019;
    color: #ffffff;
    margin: 0  0 0 20px;
}

#vysledek {
	padding:5px ;
    width: 200px;
    background: transparent;
    border: 0;
}

.havel-form label.vase-cena {
	 font-size: 2em; line-height: 1.3em; height: 2.2em; display: inline-block;
	}


 @media (max-width: 992px){

.my-flex-2 {
	flex:1 100%;
}

 
.my-flex-1-3 {
	flex:1 50%;
}

 
 
.my-flex-2-3 {
	flex:2 50%;
}

}
 @media (max-width: 600px){

 .kam-povezu {display: none;}
.my-flex-1-3 {
	flex:1 100%;
}

 
.my-flex-2-3 {
	flex:1 100%;
}

}

 @media (max-width: 450px){

.page-width.page-width--1700.havel-back-form {
	padding:0 5px;
}

}
