* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
.clear {
	clear:both;
}
.bold {
	font-weight: bold;
}
.alignCenter {
	text-align: center;
	display: block;
}
.orangeColor {
	color: #ef5100;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
}
.wrapper {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
/* --- TOP ---*/
.orangeLine {
	width: 100%;
	height: 5px;
	background-color: #ef5100;
}
.greyLine {
	width: 100%;
	height: 25px;
	background-color: #ebebeb;
	margin-bottom: 10px;
}
	.contactPhone {
		float: left;
		display: block;
	}
		.contactPhone p {
			color: #666;
			font-size: 14px;
			line-height: 25px; 
		}
	.lang {
		display: block;
		float: right;
		border-left: 1px solid #cdcdcd;
		height: 25px;
		list-style: none;
	}
		.lang li {
			float: left;
			border-right: 1px solid #cdcdcd;
			line-height: 25px;
			width: 35px;
			text-align: center;
			font-size: 14px;
			color: #6f6f6f;
		}
			.lang li:hover, .langActive {
				background-color: #ef5100;
				color: #fff;
			}
				.langActive a {
					text-decoration: none;
					color: #fff;
				}
#logo {
	display: block;
	float: left;
	width: 242px;
	height: 79px;
  background: url('../img/cofim_tools_logo.png') no-repeat center center / contain;
	margin-bottom: 10px;
}
	#logo a {
		display: block;
		text-indent: -9999px;
		width: 242px;
		height: 79px;
	}
/*-- MAIN MENU -- */
#menu {
	display: block;
	float: right;
	list-style: none;
}
	#menu li {
		float: left;
		line-height: 79px;
		margin-left: 25px;
	}
		#menu li a{
			color: #919191;
		}
		#menu li a:hover, #menu li a.menuActive {
			color: #ef5100;
			border-bottom: 3px solid #ef5100; 
		}
/*-- PODZIAŁ TRZYKOLUMNOWY --*/
.list3 {
	width: 100%
	height: auto;
	display: block;
	list-style: none;
}
	.list3 li {
		width: 32%;
		height: auto;
		display: block;
		float: left;
	}
	.list3 li:nth-child(2) {
		margin: 0 2%;
	}
		.list3 li.photo {
			padding: 10px;
			background-color: #efefef;
			height: auto;
			margin-bottom: 20px;
		}
/* --- BANNER ---*/
#banner {
	width: 100%;
	height: auto;
	background-color: #efefef;
}
/* --- H1, H2, H3 ---*/
h1 {
	color: #3b3b3b;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight:normal;
}
.fullPhoto {
	width: 100%;
	height: 50px;
}
	.fullPhoto h2 {
		display: block;
		line-height: auto;
		font-weight: bold;
		font-size: 75px;
		color: #fff;
		padding-top: -15px;
	}
.fullPhoto .wrapper h6 {
	height: 50px;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	padding: 0;
	margin: 0;
	color: #fff;
	
}
h2 {
	color: #3b3b3b;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight:normal;
}
	h1 span, h2 span {
		border-bottom: 3px solid  #ef5100;
		padding-bottom: 3px;
	}
/* --- CONTENT P ---*/
#content p.pageText {
	font-size: 14px;
	line-height: 18px;
	color: #3b3b3b;
	margin-bottom: 10px;
}
/* --- CONTENT BOXY ---*/
.box {
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto; 
}
	.box .boxImg {
		display: block;
		width: 116px;
		height: 34px;
		margin: 20px auto 0;
		background: url('../img/precyzja.png') no-repeat center; 
	}
	.box .boxHead {
		text-transform:uppercase;
		color: #3b3b3b;
		margin: 25px 0 0 0;
	}
	.box p {
		padding: 25px;
		font-size: 14px;
		line-height: 20px;
		color: #3b3b3b; 
	}
/*-- BOXY PODŚWIETLENIE --*/
.ib-container{
	position: relative;
	width: 100%;
	margin: 30px auto;
	display: block;
}
.ib-container:before, .ib-container:after {
    content:"";
    display: block;
}
.ib-container:after {
    clear:both;
}
.ib-container article{
	display: block;
	background-color:#efefef;
	width: 25%;
	height: auto;
	margin: 0 40px;
	cursor: pointer;
	float: left;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
}
/* Hover Style for all the items: blur, scale down*/
.ib-container article.blur{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
/* Hover Style for single item: scale up */
.ib-container article.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	background-color: #ef5100; 
	z-index: 100;	
	opacity: 1;
}
	.ib-container article.active .boxImg {
		background: url('../img/precyzja_hov.png') no-repeat center;
	}
	.ib-container article.active p {
		color: #fff;
	}
	.ib-container article.active .boxHead {
		color: #fff;
	}
/*-- MENU BAR --*/
#menuBar {
	width: 25%;
	min-height: 500px;
	float: left;
}
	#menuBar ul {
		display: block;
		list-style: none;
	}
		#menuBar ul li {
			display: block;
			width: 100%;
			height: auto;
			line-height: 35px;
			border-bottom: 1px solid #ccc;
		}
				#menuBar ul li a {
					display: block;
					width: 100%;
					padding-left: 5%;
				}
				#menuBar ul li a:hover, .activeBar {
					background-color: #ef5100;
					color: #fff;
				}
/*-- CONTENT BAR --*/
#contentBar {
	float: right;
	width: 73%
}			
table {
	width: 100%;
}
table td {
	font-size: 14px; 
	vertical-align: top;
	text-align: left; 
	padding:5px; 
}
table td img {
	border: 1px solid #CCC;
}
.table_header td {
	background: #FFF;
	border-top: 1px solid #ef5100; 
	text-align: center; 
	text-transform: uppercase; 
	font-weight: 600; 
	padding: 5px;
}
.product td.product_name {
	background: #FFF; 
	text-align: center; 
	color: #666; 
	vertical-align: middle;
}
.product td.product_photo	{
	text-align: center; 
	vertical-align: middle;
}
.product td ul {
	list-style: square;
}
.product1 td {
	text-align: center; 
	background-color: #efefef;
}
.opisProduktuWTabelce {
	margin: 10px 20px;
}
/* --- ZDJECIA FIRM ---*/
.zdjeciaFirm {
	position: absolute;
	width: 300px;
	height: 800px;
	left: 724px;
	top: 200px;
}
/* --- KOTAKT ---*/
#formTable {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
	.topLine {
		border-top: 1px solid #ef5100;
		height: 50px; 
	}
		input[type="submit"] {
			background: #ef5100;
			float: right;
			padding:5px 20px;
			margin-top: -5px;
			border: none;
			margin-right: -5px;
			color: #fff;
			cursor: pointer;
		}
		input[type="text"], textarea {
			padding: 5px;
			height: 25px;
			border: 1px solid #ddd;
			min-width: 300px;
			font-size: 14px;
		}
			textarea {
				min-height: 300px;
			}
/* --- FOOTER ---*/
#footer {
	background-color: #373737;
	width: 100%;
	min-height: 200px;
	padding: 20px 0 25px 0;
}
.footerContent h5 span {
	border-bottom: 3px solid  #ef5100;
	color: #ddd;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
}
.footerContent p {
	color: #ddd;
	line-height: 16px;
	font-size: 12px;
	margin-top: 20px;
}
	.footerContent a img {
		display: block;
		margin: 10px auto;
	}
#footer a.mail:hover {
	text-decoration: underline;
}
	#footer a.contactForm {
		display: block;
		width: 100%;
		height: 20px;
		border-top: 1px solid #ef5100;
		margin-top: 10px;
		text-align: right;
	}
		#footer a.contactForm span {
			color: #fff;
			background-color: #ef5100;
			padding: 7px 10px;
			height: 30px;
			line-height: 30px;
		}
		#footer section.tagList {
			margin: 20px 0;
		}
			#footer section.tagList span {
					float:left;
					background-color: #131313;
					color: #909090;
					margin: 0 5px 5px 0;
					padding: 5px;
					font-size: 12px;
					display: block;
					text-align: center;
					border: 1px solid #4c4c4c;
				
			}
#footerCopy {
	width: 100%;
	height: 25px;
	background-color: #252424;
}
	#footerCopy p {
		font-size: 10px;
		color: #ccc;
		text-align: right;
		line-height: 25px;
	} 
