/* Movie Box - Okno z filmem z Youtube */
.openMovie {
	cursor: pointer;
}
#movieBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../../_app/_public/img/bg_black_70.png) repeat;
	left: 0;
	top: 0;
	display: none;
	z-index: 9997;
}
#movieBox > div {
    width: 1000px;
    margin: 0 auto;
    background: url(../../_app/_public/img/preloader.gif) no-repeat center center #000;
    border: 1px solid #000;
    margin-top: 24px;
    opacity: 1;
    position: relative;
    z-index: 9998;
    border: 1px solid #CCCCCC;
    background-color: #000000;
}
#movieBox > div div.x {
	position: absolute;
	background: #000;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	right: 0;
	top: 4px;
	font-size: 27px;
	cursor: pointer;
	z-index: 9999;
}
#movieBox > div h2 {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	color: #FFF;
	margin: 0;
	font-size: 12px;
	padding-left: 15px;
	text-shadow: 1px 1px 1px #000;
	z-index: 10000;
}
#movieBox > div iframe {
	border-radius: 4px;
	height: 510px;
	width: 994px;
	margin: 0 3px;
	padding: 20px 0px;
}
#movieBox > div div.x {
	z-index: 9999;
}
#movieBox > div div video {
	z-index: 9998;
}

/* Linia produkcyjna */
#control {
	width: 100%;
	padding-left: 370px;
}
#control a {
	display: inline-block;
	width: 404px;
	text-align: center;
	line-height: 40px;
	background: #f1f1f1;
	cursor: pointer;
	position: relative;
	z-index: 10;
	/*border-bottom: 1px solid;*/
	font-size: 1.4em;
	color: #989898;
	/* border: 1px solid transparent; */
	/* border-bottom: 1px solid #989898; */
	box-sizing: border-box;
	top: 1px;
}
#control a.active {
	/* top: 1px; */
	z-index: 12;
	opacity: 1;
	border-color: #FFF;
	color: #09a0f1;
	background: #FFF !important;
	border-color: #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #FFF;
}
#control a:hover {
	text-decoration: none;
	color: #09a0f1;
}

#liniaProdukcyjnaZasilaczy > .content {
	height: 984px;
}
#liniaProdukcyjnaObudow {
	display: none;
}
#liniaProdukcyjnaObudow > .content {
	height: 984px;
}
.liniaProdukcyjna {
	width: 100%;
}
.liniaProdukcyjna ul {
	position: relative;
	width: 370px;
	margin: 0;
	padding: 0;
	float: left;
	color: #989898;
	background: #f3f3f3;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f7f7f7+100 */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(left,  #ededed 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ededed 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ededed 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
.liniaProdukcyjna ul li {
	list-style-type: none;
	cursor: pointer;
	opacity: 1;
	width: 370px;
	/* padding: 6px 0px 6px 0px; */
	height: 56px;
	border: 1px solid transparent;
}
.liniaProdukcyjna ul li:hover {
	opacity: 1;
}
.liniaProdukcyjna ul li:hover img {
	opacity: 1 !important;
	border-color: #989898;
}
.liniaProdukcyjna ul li:hover h4 {
	color: #09a0f1;
}
.liniaProdukcyjna ul li h4 {
	display: inline-block;
	vertical-align: middle;
}
.liniaProdukcyjna ul li img {
	width: 60px;
	border: 1px solid #09a0f1;
	opacity: 0.5;
	vertical-align: middle;
	margin: 10px 10px;
}
.liniaProdukcyjna .content {
	overflow: hidden;
	padding: 0px 50px;
	border: 1px solid #a0a0a0;
}
.liniaProdukcyjna .content #li-1 img.openMovie {
	display: none;
}
.liniaProdukcyjna ul li.big {
	opacity: 1;
	background: url(../gfx8/_boxLinia.png) no-repeat;
	width: 136px;
	height: 217px;
}
.liniaProdukcyjna ul li.big a:hover {
	color: #fff;
}
.liniaProdukcyjna ul li.big img {
	width: 100px;
	position: relative;
	top: 40px;
}
.liniaProdukcyjna ul li.big h4 {
	left: 17px;
	top: 11px;
}
.liniaProdukcyjna .loading {
	width: 676px;
	height: 80px;
	margin: 320px 0;
	display: none;
}
.liniaProdukcyjna .loading p {
	text-align: center;
	font-size: 10px;
	color: #AAA;
}
.liniaProdukcyjna .loading .loadBarOuter {
	overflow: hidden;
	height: 8px;
	background: #DDD;
	border: 1px solid #C2C2C2;
	text-align: center;
	color: #DDD;
}
.liniaProdukcyjna .loading .loadBarOuter #loadBar {
	width: 0px;
	height: 8px;
	background: #497EEE;
}
.liniaProdukcyjna .content p {
	font-size: 1.2em;
	text-align: left;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	color: #414141;
}
.liniaProdukcyjna .content > div {
	display: none;
	height: auto;
	margin-top: 54px;
}
.liniaProdukcyjna .content div > img {
	width: 97%;
	height: auto;
	padding: 3px;
	border: solid 1px #EFEFEF;
	cursor: pointer;
	margin: 25px 0;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 10ms ease;
	transition: all 100ms ease;
}
/*
.liniaProdukcyjna .content div > img:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
*/
.liniaProdukcyjna .content div p.kontakt {
	color: #4681C6;
	font-size: 15px;
	line-height: 37px;
	padding-left: 0px;
	letter-spacing: -1px;
	margin: 6px 0px;
	overflow: hidden;
}
.liniaProdukcyjna .content div p.kontakt span a {
	color: #4681C6;
}
.liniaProdukcyjna .content div p.kontakt span a:hover {
	color: #4681C6;
}
.liniaProdukcyjna .content div p.kontakt span.line {
	display: block;
	width: 45%;
	margin: 12px auto;
}
.liniaProdukcyjna .content div p.kontakt span.left {
	display: inline-block;
	width: 50%;
}
.liniaProdukcyjna .content div p.kontakt span.right {
	display: block;
	width: 150px;
	margin: 0 auto;
}
.liniaProdukcyjna .content div p.kontakt span img {
	float: left;
	margin-right: 6px;
	width: 37px;
	height: auto;
}
.liniaProdukcyjna .content div h5 {
	margin-bottom: 16px;
}
.liniaProdukcyjna .content div.instruction {
	display: block;
}
.liniaProdukcyjna .active img {
	opacity: 1 !important;
	border-color: #989898;
}
.liniaProdukcyjna .active h4 {
	color: #09a0f1;
}
.liniaProdukcyjna .active {
	background: #FFF !important;
	border-color: #a0a0a0;
	border-right: none;
}
.liniaProdukcyjna .show {
	display: block !important;
}