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

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

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


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

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



.item.item--square {padding: 100% 0 0 0;}
.item.item--tight-rectangle {padding: 24.1% 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--overfolow-hidden {overflow: hidden;}

.item.item--tall-portrait-rectangle {
	padding: 170%  0 0 0;

}

@media (max-width: 768px) {
	.item.item--t-square {padding: 100% 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.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}



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






.item .item__img--hover-zoom:hover {
	top: -1%;
	left: 49%;
	width: 102%;
	height: 102%;
}
.item .item__img--hover-zoom-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);
}

.item .item__img--hover-zoom-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);
}




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

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

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

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

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


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



.btn.btn--color-1,
.btn.btn--color-2 {color: #fff;}
.btn.btn--background-1 {background: #747474;}
.btn.btn--background-2 {background: #999;}
.btn.btn--background-facebook {background: #4da5d7;}
.btn.btn--primary {}
.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;}



.nav--fixed {
	position: fixed;
}

.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--non-product {}
.nav--non-product ul {

}


.nav__first-ul > li {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}

.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.item--parent {

}

.nav__item.item--active {

}

.nav__item.item--last {

}

.nav__item.item__submenu {

}

.nav__item.item--child {

}

.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-pagination {
	z-index: 10;
	position: relative;
	bottom: 60px;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

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
}


/* mobile menu */


@media (max-width: 768px){



	.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--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: 50%;

		left: 25%;
		-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
{border-bottom: 1px solid transparent;}

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




.pseudo-table {
	border-bottom: 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;
}

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

.tmava {background:rgba(0,0,0,0.8);}
.tmava_pruhledna {background:rgba(0,0,0,0.5);}
.svetla {background:rgba(255,255,255,0.8);}
.svetla_pruhledna {background:rgba(255,255,255,0.5);}

.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-controls .owl-page span {
	background: #929599;
	border:3px solid #e6e7ec;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #e6e7ec;
	border:3px solid #84b130;
}

.owl-theme .owl-controls {
	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-controls .owl-buttons 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;

}

#index .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url('../images/sprite_electroboard.png') no-repeat 0 0;
	width: 67px;
	height: 67px;

	display: none;
}

#index .owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url('../images/sprite_electroboard.png') no-repeat -69px 0;
	width: 67px;
	height: 67px;

	display: none;
}

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

.detail .owl-theme .owl-controls .owl-buttons 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;}

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

/* --------------- pokladny -------------------*/


  /* ---------------------------------------------------------------- */
  /* --------------------------- Detail Zalozky ------------------------------------- */
  /* ---------------------------------------------------------------- */
  .big {
    font-size: 1.5em;
  }

  .big.blue {
  }

  .ui-widget-content {

    border-width: 0;
    background:transparent;
    color: auto;
  }

  .ui-widget {

    font-size: 1.1em;
  }

  .ui-tabs .ui-tabs-nav li
  {

    list-style: none;
    float: left;
    position: relative;
    top: 0;
    border:1px solid #999;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    color: #777;
    white-space: nowrap;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .ui-widget-header {

    border-width: 0;
    border-bottom: 1px solid #999;
    background: transparent;
    color: #222222;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default
  {

    border-width: 0;
    background:transparent;
    font-weight: normal;
    color: #444;
  }

  .ui-tabs .ui-tabs-nav li:hover,
  .ui-tabs .ui-tabs-nav li.ui-tabs-active  {

    border-color: #ca0000;
    color: #000;
    margin-bottom: -1px;
    padding-bottom: 1px;
  }

  .catalogue_product_detail_left_main_img {

    height: 386px;
    margin: 0 0 10px 0;
    overflow: hidden;
    display: block;
    position: relative;
    width: 386px;
    max-width: 100%;
  }

  .catalogue_product_detail_left_main_img img {

    position: absolute;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    top: 0;
    left: 0;
  }

  .catalogue_product_detail_left_images {

    margin-top: 10px;
    float: left;
  }

  .catalogue_product_detail_left_images a {

    position: relative;
    display: inline-block;
  }

  .catalogue_product_detail_left_images img {

    margin: 0;
    margin-right: 10px;
    float: left;
    border: 1px solid #fff;
  }

  .catalogue_product_detail_left_images img:hover {

    border: 1px solid #000000;
  }

  .catalogue_product_detail_right_info {

    padding: 0.5em 0;
    display: block;
  }

  .attributes {

    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: transparent url('../images/dotted-rule-hor.png') 100% 100% repeat-x;
  }

  .attributes label {

    cursor: pointer;
    display: block;
    float: left;
    list-style: none;
    padding: 9px 11px;
    margin: 0;
    margin-right: 4px;
    height: 39px;
    line-height: 21px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    min-width: 50px;
    border: 1px solid #dadada;
    background: transparent;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .attributes .error {

    text-align: left;
    float: none;
    width: auto;
    color: red;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    height: auto!important;
    line-height: normal!important;
    font-weight: 600;
  }

  .attributes .error:hover {
    text-align: left;
    background: none;
    border: none;
  }

  .attributes label:hover, .attributes label.active {

    border: 1px solid #ca0000;
    background: transparent;
    box-shadow: inset 0px 0px 0px 2px #ca0000;
  }

  #zoomContainer {
  }

  .vlastnosti .product-view {
    border-left: 1px solid #dadada;
    padding: 0 25px 32px 25px;
  }

  textarea {

    padding: 8px;
    border: 1px solid white;
    border-radius: 2px;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.23);
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 110px;
  }

  #tabs   {

    border-bottom: 1px solid #dadada;
    padding-bottom: 1em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 400px;
  }

  #tabs-2 h2,
  #tabs #discussion-form h2 {

    font-size: 1.6em;
    padding-bottom: 0.5em;
  }

  #tabs #discussion-form .form-list {

    margin: 0;
    padding: 0;
  }

  #tabs-1  li {
    padding: 0.3em 0;
  }

  #tabs-2 ul {
    padding: 0;
    margin: 0;
  }

  #tabs-2 li{

    clear: both;
    padding: 0.6em 0;
    margin: 0;
    list-style: none;
    border-top: 1px dotted #ddd;
  }

  #tabs #discussion-form .form-list li {

    font-size: 1em;
    clear: both;
    padding: 1em 0;
    margin: 0;
    list-style: none;
    border-top: 1px dotted #ddd;
  }

  #tabs #discussion-form .form-list li .label-box  {

    font-size: 1.1em;
    font-weight: normal;
  }

  #tabs #discussion-form .form-list li .label-box label {

    font-weight: normal;
  }

  #tabs #discussion-form .form-list li .input-box textarea,
  #tabs #discussion-form .form-list li .input-box input {

    width: 80%;
    float: left;
  }

  /* ------------------------------- bootstrap rozsireni  --------------------------*/

#article table  {
  border-width:0;
  border-color: #ddd;
  border-collapse: collapse;
}

#article table  th {
  border-width: 0px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}

#article table  td {
  border-width: 0px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}

#article table  tr:nth-child(even) {
  background-color:#eee;
}

#article table  td  {
  border-width: 0;
  border-top-width:1px;
  border-color: #ddd;
  border-collapse: collapse;

}



.catalogue_header_paging
{
 clear: both;
}

.catalogue_header_paging ul li, .paging ul li
{
 float: left;
 padding:0;
 margin: 0.5em;
 list-style-type: none;
}

.catalogue_header_paging ul { margin:0  -0.5em ; }

.catalogue_header_paging ul li span,
.catalogue_header_paging ul li a,
.paging ul li a,
.paging ul li span
{
 display: block;
 float: left;
 width: 2em;
 height: 2em;
 text-align: center;
 line-height: 2em;
 font-weight: 300;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-size:1.3em;
 border: 1px solid #333;

 background: transparent;
 color: #333;
}

.catalogue_header_paging ul li a {
 border:1px solid #ddd;
}

.catalogue_header_paging ul li a.wa {
    width: auto;
    padding: 0 1em;
}