/* 2014-06-02 */
.dealer_menu {
	margin: 10px 0;
	}
.dealer_menu ul {
		list-style: none; 
		margin: 0; 
		padding: 0
		}
.dealer_menu > ul > li {
		float: left; 
		z-index: 10; 
		padding: 0; 
		position: relative; 
		margin-right: 5px;
		width: 120px;
		}
.dealer_menu > ul > li a:hover, 
.dealer_menu > ul > li a.current {
		color: #fff;
		
		}
.dealer_menu > ul > li > a {
		color: #fff; 
		line-height: 15px; 
		text-decoration: none; 
		display: block; 
		padding: 2px 10px 2px 10px; 
		z-index: 1; 
		position: relative; 
		font-size: 1em; 
		font-style:normal;
		background: #000;
		}
.dealer_menu > ul > li > a:hover, 
.dealer_menu > ul > li.active > a {
		color: #fff; 
		background: #333;
		}
.dealer_menu > ul > li > a {line-height: 1.9em}



/* 2014-06-02 */
#system .option-box,
#schemat .option-box {
	width: 420px;
}

#schemat .option-box {
	width: 680px;
}
#szyba .option-box {
    width: 470px;
    background: #eee;
}

#system img {
    padding-top: 0px;
}
#system .option-box ul li {
    font-size: 13px;
    padding-top: 8px;
}
#system ul.image {
    padding-top: 0px!important;
    padding-bottom: 20px;
}
#system ul.image li {
    width: 120px!important;
    height: 120px!important;
    margin: 5px;
    padding: 0!important;
    float: left;
}
#system ul.image li img {
	width: 100px;
    height: 100px;
    float: left;
    background:#ddd;
	opacity: 0.4;
	padding:0;
	margin:0;
}
#system ul.image li img:hover {
	opacity: 1;
}



#schemat ul.image {
    padding-top: 0px!important;
    padding-bottom: 20px;
}
#schemat ul.image li {
    width: 120px!important;
    height: 80px!important;
    margin: 5px;
    padding: 0!important;
    float: left;
}
#schemat ul.image li img {
	width: 100px;
    height: 70px;
    float: left;
    background:#ddd;
	opacity: 0.4;
	padding:0;
	margin:0;
}
#schemat ul.image li img:hover {
	opacity: 1;
}

#kolor .option-box {
    width: 560px;
    background: #eee;
}


/*
 * Like box
*/
.dealer_box {
	float:right;
	width:120px;
	height:200px; 
	display:block;
	right:0px;
	padding:0;
	position:fixed;
	top: 110px;
	z-index:1002;
	}

/* ----------------------------------------------
 * Boxes
 * ---------------------------------------------- */
.homebox {
	margin: 20px 0; 
	width: 300px;
	height: 340px;
	background: #eee;
	position: relative;
	border-bottom: 1px #ccc solid;
	}
.homebox h2 {
	width: 290px;
	font-size:16px; 
	text-transform: uppercase; 
	background: url(../img/boxhome-header-bg.png);
	/*height: 37px;
	line-height: 2.5em;
	color: #fff;*/
	margin:0;
	padding:0;
	padding-left: 10px;
	border-bottom: 5px #000 solid;
	/*position: absolute;
	top: 0;
	left: 0;*/
	}
	.homebox h2 a {
		display: block;
		width: 290px;
		height: 37px;
		color: #fff;
		line-height: 2.5em;
	}
.homebox p {
	font-size:12px; 
	line-height: 1.3em;
	color: #000;
	padding: 5px;
	}
.homebox p.more {
	}
.homebox a.btn-more {
	position: absolute;
	top: 200px;
	right: 10px;
	color: #fff;
	width: 67px;
	height: 29px;
	display: block;
	line-height: 1.9em;
	padding-left: 20px;
	background: #e20412;
	}
.homebox a.btn-more:hover {
	background: #666666;
	}
.homebox img {
	margin: 0; 
	padding: 0; 
	width: 300px;
	border-bottom: 2px #fff solid;
	}
	
.page-title {
	margin: 20 0;
	font-size:30px;
	text-transform:uppercase;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url('../img/icons/divider1.png');
	letter-spacing:1px;
}
.page-title span {
	padding-right:10px;
	background-color:#FFFFFF;
}


/* ----------------------------------------------
 * Tables Bootstrap
 * ---------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}


.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 0px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table-systemy {
	border-collapse: separate; /* Or do nothing, this is default */
	border-spacing: 5px; /* Only works if border-collapse is separate */
	}
.table-systemy > tbody > tr:nth-child(2n) {
	background: #eee;
}
.table-systemy > tbody > tr:nth-child(2n) td {
	text-align:center;
}
.table-systemy > tbody > tr:nth-child(2n) td:hover {
	background: #666666;
}



.row.montaz-info {
	padding-left:30px;
	font-weight: bold;
	display:none;
	}
	
/*--- contact_form ------*/
#cForm {
	/*position: relative;*/
	/*margin-top: 54px;*/
}
#cForm label {
	/*position: relative;*/
	/*!*/
	display: block;
	min-height: 51px;
	margin-bottom: 0px;
	width: 100%;
	box-shadow: none;
}
#cForm label.message{width: 100%;}
#cForm span {display: block;}
#cForm ._placeholder {
	position: absolute;
	/*!*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 10px 10px 18px;
	font: 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #323a45;
	display: block;
}
#cForm ._placeholder.focused {
	opacity: .4;
	filter: alpha(opacity=40);
	/*.box-shadow(0px 0px 7px 0px rgba(0, 0, 255, 0.5));*/
}
#cForm ._placeholder.hidden {
	display: none;
}
#cForm input,
#cForm select,
#cForm textarea {
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	font: 11px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	border: 1px solid #b61d70;
	width: 100%;
	/*height: 35px;*/
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	
}
#cForm select {
	color: #666;
	padding-left: 5px;
}
#cForm select option {color: #90949a;}
#cForm textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 0;
}
#cForm .message {
	width: 100%;
}
#cForm .error-message,
#cForm .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	-moz-transition: 0.3s ease-in height;
	-o-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#cForm .errormail {background: #ff6464}
#cForm .invalid .error-message,
#cForm .empty .empty-message {
	height: 20px;
}


#cForm .success-message {
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #FFF;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 0px 0;
}
#cForm.success .success-message {
	height: 143px;
	padding: 55px 0;
	border: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.form_btns {
	display: block;
}
.form_btns a {
	margin-right: 18px;
	margin-top: 29px !important;
}
#cForm .btn {
	background: #333;
	padding: 4px;
	color:#fff;
	text-decoration:none;
	margin: 10px 0;
	display:block;
	width:100px;
	text-align:center;
}
#content_thanks {
	position: absolute;
	top: 210px; 
	right: 0; 
	width: 35%;
	height: 100%; 
	z-index: 5;
	padding: 0 10px 10px 10px;
	font-family: arial;
	display:none;
}
#content_thanks p {
	padding-top: 100px; 
	text-align: center;
	font-weight: bold;	
}


#cForm {
	margin: 10px 0;
}
#cForm .info {
	margin: 10px 0;
}

#cForm .r {
	margin: 0 0 5px 0;
	overflow: hidden;
	}
	#cForm .t {
		float: left;
		width: 29%;
		text-align: right;
		padding-right: 1%;
	}
	#cForm .i {
		float: left;
		width: 70%;
		}
		#cForm .i input {
			padding-left: 10px;
			width: 250px;
			
		}
		#cForm .i input,
		#cForm .i select,
		#cForm .i textarea {
			border: solid 1px #3a84df;
		}
		#cForm .i #cf_email {
			width: 300px;
		}
		#cForm .i #cf_haslo {
			width: 150px;
		}
		#cForm .i #cf_name {
			width: 250px;
		}
		#cForm .i #cf_firm {
			width: 300px;
		}
		#cForm .i #cf_country {
			width: 150px;
		}
		#cForm .i #cf_number {
			width: 150px;
		}
		#cForm .i #cf_code {
			width: 150px;
		}		
		
	#cForm .btn {
		background: navy;
		padding: 10px;
		color:#fff;
		text-decoration:none;
		margin: 10px 0;
		display:block;
		width:100px;
		text-align:center;
	}
#status {
	background: #eee;
	border: solid 1px #ccc;
	padding: 10px;
	display:none;
}


/*--- contact_form end------*/



.form-signin {margin: 50px 0}
.form-signin input {
	background: #eee; 
	border: solid 1px #ddd;
	padding: 5px;
	}
.form-signin button[type="submit"] {
	background: #ccc; 
	border: solid 1px #ddd;
	padding: 5px;
	}
	
	
.formfilters {
	margin: 0 auto;
	width: 900px;
	background: #ccc;
	padding: 20px;
}
.formfilters1 input, .formfilters2 input, .formfilters3 input {
	background: #eee;
	padding: 5px;
	width: 90px;
	border: solid 1px #666;
}


#order_cart input.error {
	border: 1px solid #ff0000;
}

#podsumowanie {display:block}




.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    font-size: 12px;
  }
.table-info thead tr {
 	border-bottom: solid 2px #666666;
	}
.table-info thead tr td {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	}
.table-info tbody tr {
 	border-bottom: solid 1px #ccc;
	}
.table-info tbody tr td {
 	font-size: 11px;
 	line-height: 1.2em;
	}	
.table-info tbody tr td.td-price {
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
	}
.table-info tbody tr td a.a-details{
 	font-size: 11px;
 	color: red;
	}



#easy_zoom{
	width:600px;
	height:400px;	
	border:5px solid #eee;
	background:#fff;
	color:#333;
	position:absolute;
	top:60px;
	left:400px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
	z-index: 1000000;
	}
	
.schemat {
	position: relative;
}
.schemat .lup {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 20px;
	height: 20px;
	border: silid 1px #ddd;
	text-align: center;
	}
			
#popup-schemat {
    width: 600px;
    height: 400px;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background: #eee;
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1000;
}
#popup-overlay span {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}

#preview2 {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	padding: 8px;
	display: none;
	color: #000;
	z-index: 2000;
	font-size: 12px;
	top: 100px;
	left: 100px;
	width: 570px;
	height: 500px;
}
#preview2 img {
	width: 570px;
	height: 500px;
	
	}

		
.product-box-menu {
	margin: 0px 0 0 0;
	width: 300px;
	}
	.product-box-menu ul {
		list-style: none;
		padding: 0;
		margin:0;
		}
		.product-box-menu ul li {
			border-bottom: solid 1px #ddd;
			background: #fff;
			}
			.product-box-menu ul li a {
				width: 290px;
				display: block;
				padding: 5px;
				line-height:2em;
				color: #000;
			}
			.product-box-menu ul li a:hover {
				color: #000;
			}
			.product-box-menu ul li:hover {
				background: #eee;
				
			}
			.product-box-menu ul li a.selected {
				background: #eee;
				color: #000;
			}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  /*line-height: 1.428571429;*/
  vertical-align: top;
  border-top: 0px solid #eee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0px solid #eee;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/*
.table > tbody > tr:nth-child(2n+1) {
	background: #eee	;
}
.table > tbody > tr > td:nth-child(1) {
	background: #ccc;
}*/
.error {
	text-align: center;
	padding-top:100px;
	font-weight:bold;
}



#mob-menu {
				display: none;
				width: 35px;
				height: 31px;
				position: absolute; 
				top: -22px; 
				right: 30px; 
				cursor: pointer;
			}
			#mob-menu a {
				cursor: pointer;
			} 

			#mob-menu-list {
				/*width: 180px;
				height: auto;
				position: absolute;
				top: -19px;
				right: 66px;*/
				z-index: 100000;
				padding:0;
				margin:0;
				background: #fff;
				width: 100%;
				margin: 0 auto;
				background: #e20412;
				border-bottom: solid 1px #000;
				}
				#mob-menu-list ul {
					list-style: none;
					padding: 0;
					padding:0;
					margin:0 auto;
					overflow: hidden;
					width: 960px;
					}
				#mob-menu-list ul li {
					float: left;
					}
				#mob-menu-list ul.mob-menu li a {
					width: auto;
					height: 25px;
					display: block;
					line-height: 2em;
					background: #e20412;
					color: #fff;
					text-decoration: none;
					font-size: 11px;
					text-transform: uppercase;
					margin: 5px 5px;
					padding: 0 7px;
					background: #73020b;
					}
				
				#mob-menu-list ul.mob-menu-2 li a {
					width: auto;
					height: 25px;
					display: block;
					line-height: 2em;
					background: #000;
					color: #fff;
					text-decoration: none;
					font-size: 12px;
					text-transform: uppercase;
					margin-bottom: 0px;
					padding-left: 5px;
				}
.center {text-align: center}

.form-signin {
	margin: 60px 0 0 0;
}

.form-signin .row {
	margin: 0 0 10px 0;
}
.form-signin .row input {
	
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	font: 11px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	border: 1px solid #000;
	width: 200px;
	/*height: 35px;*/
	background: #eee;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	}
.form-signin .row.submit {
	
}	
.form-signin .row .btn {
	background: #333;
	padding: 4px;
	color:#fff;
	text-decoration:none;
	margin: 10px 0;
	display:block;
	width:100px;
	text-align:center;
	cursor: pointer;
	border: 1px solid #000;
}

a.ytfilm, a.ytfilm:link {
	color: blue;
}

.social-box {
	float:right;
	width:50px;
	height:50px; 
	display:block;
	right:10px;
	padding:0;
	position:fixed;
	top: 20px;
	z-index:100;
	}
/*------------------------------------------------
 * Like box wersja po lewej
 * ------------------------------------------------*
.slide_likebox {
    float:left;
    width:247px;
    height:420px; 
    background: url(../img/fbslide2.png) no-repeat !important;
    display:block;
    left:-205px;
    padding:0;
    position:fixed;
    top: 260px;
    z-index:1002;
    }
.slide_text {
    font-family: Geneva, Verdana, sans-serif;
    font-size: 8px; 
    padding-left: 10px;
    text-decoration: none;
    color: #FFF;
    }
* ------------------------------------------------*/

/*------------------------------------------------
 * Like box wersja po prawej
 * ------------------------------------------------*/
.slide_likebox {
	float:right;
	width:247px;
	height:420px; 
	background: url(../img/fbslide3.png) no-repeat !important;
	display:block;
	right:-205px;
	padding:0;
	position:fixed;
	top: 5px;
	z-index:1002;
	}
.slide_text {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 8px; 
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	}    