/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
@import
	url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
	{
	display: block;
}

audio,canvas,video {
	display: inline-block; *
	display: inline; *
	zoom: 1;
}

audio:not ([controls] ) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}

body,button,input,select,textarea {
	font-family: sans-serif;
	color: #222;
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #06e;
}

a:focus {
	outline: thin dotted;
}

a:hover,a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not (:root ) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0; *
	margin-left: -7px;
	padding: 0;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline; *
	vertical-align: middle;
}

button,input {
	line-height: normal; *
	overflow: visible;
}

table button,table input { *
	overflow: auto;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,textarea:valid {
	
}

input:invalid,textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Krystian Kuźmiński www.uKrystiana.pl www.BPCoders.pl
   ========================================================================== */
body {
	font-family: "Open Sans", sans-serif;
	background: url("../img/bg.jpg") top center no-repeat;
	color: #202020;
}

#container {
	width: 1041px;
	margin: auto;
}

header {
	position: relative;
}

header a.hp {
	position: absolute;
	left: 860px;
	top: 30px;
	display: block;
	width: 120px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 1px #363636;
}

header a.hp:hover {
	text-decoration: underline;
}

header #logo {
	width: 365px;
	margin: 50px 0 0 313px;
}

nav#top ul.submenu {
	display: none;
	margin: 0;
	position: absolute;
	padding: 0;
	padding-top: 13px;
}

nav#top {
	background: url("../img/menu.png");
	margin-top: -95px;
}

nav#top ul {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1041px;
	height: 95px;
	padding-left: 190px;
	padding-top: 18px;
}

nav#top ul li {
	float: left;
	text-transform: uppercase;
	position: relative;
}

nav#top ul li a {
	padding-left: 9px;
	padding-right: 9px;
	color: #202020;
	font-size: 18px;
	text-decoration: none;
}

nav#top ul li:hover a,nav#top ul li.active a {
	color: #da0909;
}

nav#top li:hover .submenu {
	display: block;
}

#sklep #kontakt {
	text-align: right;
	background: url("../img/callcenter_small.png") right center no-repeat;
	padding-right: 167px;
	min-height: 150px;
	width: 360px;
	margin-left: 50px;
}

#sklep #kontakt a {
	margin-left: 205px;
	margin-top: 25px;
}

nav#top ul.submenu li {
	padding: 6px 10px;
	border-bottom: 1px solid #fafafa;
	width: 190px;
	background: #dedede;
	display: block;
	float: none !important;
}

nav#top ul.submenu li:hover,nav#top ul.submenu li.active:hover {
	background: #e8e8e8;
}

nav#top * {
	z-index: 1;
}

nav#top ul.submenu li a {
	font-size: 14px;
	color: #202020;
}

nav#top ul.submenu li:hover a,nav#top ul.submenu li.active a {
	color: #da0909;
}

nav#left {
	float: left;
	z-index: 0;
	width: 240px;
	padding: 10px 0;
	background: #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 5%, #cccccc 95%, #ffffff
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(5%, #cccccc), color-stop(95%, #cccccc),
		color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 5%, #cccccc 95%,
		#ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 5%, #cccccc 95%, #ffffff
		100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 5%, #cccccc 95%, #ffffff
		100%);
	background: linear-gradient(top, #ffffff 0%, #cccccc 5%, #cccccc 95%, #ffffff 100%)
		;
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#ffffff', endColorstr = '#ffffff', GradientType = 0 );
	font-size: 15px;
}

nav#left .submenu {
	z-index: 0;
}

nav#left li {
	text-align: center;
	border-top: 2px solid #fff;
	position: relative;
}

nav#left li:last-child {
	border-bottom: 2px solid #fff;
}

nav#left li:hover {
	cursor: pointer;
	background: #e6e6e6;
}

nav#left ul li a {
	padding-top: 4px; 
	padding-bottom: 4px; 
	color: #202020;
	text-decoration: none;
	line-height: 28px;
}

#main {
	background: #fff;
	margin-top: 150px;
	-webkit-box-shadow: 0px 0px 40px 0px #6f6f6f;
	-moz-box-shadow: 0px 0px 40px 0px #6f6f6f;
	box-shadow: 0px 0px 40px 0px #6f6f6f;
}

nav#left li:hover a,nav#left .submenu a {
	color: #da0909;
}

nav#left li:hover .submenu {
	display: block;
}

nav#left .submenu li a {
	color: #202020;
}

nav#left  li.sb {
	background: #e2e2e2;
}

nav#left .submenu li:last-child {
	border-bottom: none;
}

nav#left .submenu li:hover {
	background: #e6e6e6;
}

#content {
	float: left;
	padding: 0 10px;
	width: 760px;
}

.orange {
	color: #FF5B02;
	font-size: 16px;
	font-weight: bold;
}

.orange span {
	color: #020202;
}

div.font_22 p {
	font-size: 22px;
}

div.font_30 p {
	font-size: 30px;
}

#contact {
	font-size: 15px;
}

#contact a {
	color: #020202;
}

#contact #callcenter {
	float: left;
	width: 330px;
	text-align: right;
}

#contact_data {
	margin-left: 20px;
	line-height: 19px;
	float: left;
	width: 400px;
}

.button_dark {
	display: block;
	width: 200px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	background: #333333;
	padding: 5px;
	text-align: center;
}

a.button_dark {
	color: #fff !important;
	text-decoration: none;
}

a.button_dark.small {
	width: 150px;
}

a.button_dark.pdf {
	background: #333333 url("../img/pdf.png") 10px center no-repeat;
}

#sklep #dostawa {
	padding-left: 448px;
	background: url("../img/dostawa.jpg") left no-repeat;
	min-height: 252px;
}

footer {
	width: 1041px;
	height: 211px;
	background: url('../img/footer.png');
	position: relative;
}

#about {
	padding-left: 250px;
	background: url("../img/icon3.jpg") top left no-repeat;
}

#about .clearfix a {
	float: left;
	margin-left: 30px;
}

p.red {
	font-weight: bold;
	color: #D90000;
}

#grupa div {
	padding-left: 400px;
	height: 200px;
	margin-top: 20px;
}

#grupa h3 {
	font-size: 23px;
	line-height: 60px;
	padding-top: 50px;
}

div#megastyro {
	background: url("../img/megastyro.png") left center no-repeat;
}

div#styro-papa {
	background: url("../img/styro-papa.jpg") left center no-repeat;
}

div#transmega {
	background: url("../img/transmega.jpg") left center no-repeat;
}

div#styropianspadkowy {
	background: url("../img/styropianspadkowy.png") left center no-repeat;
}

footer #allegro {
	display: block;
	width: 110px;
	height: 60px;
	position: absolute;
	left: 570px;
	top: 122px;
	background: url("../img/allegro.png") 0 -60px no-repeat;
}

footer #allegro:hover {
	background-position: 0 0;
}

#how_to_order {
	font-size: 14px;
}

#how_to_order #order_one {
	min-height: 86px;
	padding-left: 200px;
	background: url("../img/image_order.jpg") left center no-repeat;
}

.title_brown {
	font-weight: bold;
	color: #916609;
	font-size: 15px;
	border-bottom: 2px solid #F6F6F6;
	line-height: 22px;
}

#how_to_order #reczne,#how_to_order #maszynowe {
	width: 360px;
	float: left;
	text-align: center;
}

#how_to_order #maszynowe {
	margin-left: 10px;
}

ul.etabs {
	margin: 0;
	padding: 0;
}

.etabs li.tab {
	list-style: none;
	float: left;
	width: 150px;
	background: #f4f4f4;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	text-align: center;
}

.etabs li.tab:last-child {
	border-right: 1px solid #dedede;
}

.tab a {
	color: #202020;
	display: block;
	line-height: 22px;
	font-size: 15px;
	text-decoration: none;
}

.tab.active a,.tab a:hover {
	background: #c2c2c2;
}

.tab-container .panel-container {
	border: 1px solid #dedede;
	padding: 10px;
	width: 735px;
}

#main_page .icons,#single_product .icons,#offer .icons {
	margin-top: 50px;
}

#main_page .icons .left,#single_product .icons .left,#offer .icons .left
	{
	float: left;
	width: 150px;
	margin-left: 2px;
	text-align: center;
}

#main_page .icons .left img,#single_product .icons .left img,#offer .icons .left img
	{
	margin-bottom: 7px;
}

#main_page .icons .left a,#silnge_product .icons .left a {
	color: #202020;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}

#main_page .icons .left a:hover,#single_product .icons .left a:hover,#offer .icons .left a:hover
	{
	text-decoration: underline;
}

ul#adv2 {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#adv2 li {
	list-style: none;
	width: 188px;
	background: #f4f4f4;
	text-align: center;
	border: 1px solid #fff;
}

#adv2 li a.selected,#adv2 li a:hover {
	background: #c2c2c2;
}

#adv2 li a {
	color: #202020;
	display: block;
	line-height: 22px;
	text-decoration: none;
}

.slide {
	float: left;
	width: 480px;
	padding: 10px;
}

.slider_text {
	margin-top: 20px;
}

#border {
	margin-top: 10px;
	border-bottom: solid 2px #F6F6F6;
	margin-bottom: 10px;
}


#wiz_head {
	padding-left: 400px;
	min-height: 203px;
	background: url("../img/wiz.jpg") center left no-repeat;
	line-height: 17px;
	padding-top: 10px;
}

#single_product h1 span {
	display: block;
	float: left;
	min-width: 500px;
}

#single_product h1 a {
	color: #444444;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fancybox-custom .fancybox-outer {
	box-shadow: 0 0 50px #222;
}

ul.gallery {
	margin: 0;
	padding: 0;
}

ul.gallery li {
	list-style: none;
	margin: 2px 0px 0px 2px !important;
	float: left;
}

ul.gallery li:nth-child (3n){
	margin-right: 0 !important;
}

ul.gallery li img:hover {
	-webkit-box-shadow: 3px #404040;
	-moz-box-shadow: 3px #404040;
	box-shadow: 3px #404040;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

ul.gallery  .title {	
	color: #202020;	
	position: relative;
	display: block;
	text-align: center;	
	text-decoration: none;	
}

ul.polecamy {
	margin: 0;
	padding: 0;
}

ul.polecamy li {
	list-style: none;
	margin: 2px 0px 15px 85px !important;
	float: left;
text-decoration: none;
}

ul.polecamy li:nth-child (3n){
	margin-right: 0 !important;
}

ul.polecamy li img:hover {
	-webkit-box-shadow: 3px #404040;
	-moz-box-shadow: 3px #404040;
	box-shadow: 3px #404040;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}

ul.polecamy  .title {	
	margin-top: 3px;
	color: #202020;	
	position: relative;
	display: block;
	text-align: center;	
	text-decoration: none;	
}


#more {
	padding: 10px;
	font-size: 19px;
	background: #dedede;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	text-shadow: 1px 1px 0 #fff;
	margin-top: 10px;
	cursor: pointer;
}

#offer a {
	display: block;
	font-size: 25px;
	color: #202020;
	text-decoration: none;
	height: 100px;
	padding-top: 60px;
	margin-top: 10px;
	padding-left: 270px;
}


#offer #gn {
	background: url("../img/view_gn.jpg") top left no-repeat;
}

#offer #gw {
	background: url("../img/view_gw.jpg") top left no-repeat;
}

#offer #pp {
	background: url("../img/view_pp.jpg") top left no-repeat;
}

#offer #pwo {
	background: url("../img/view_pwo.jpg") top left no-repeat;
}

#offer #pz {
	background: url("../img/view_pz.jpg") top left no-repeat;
}

#offer #f {
	background: url("../img/view_f.jpg") top left no-repeat;
}

#offer #b {
	background: url("../img/view_b.jpg") top left no-repeat;
}

#offer #kolumny {
	background: url("../img/view_kolumny.jpg") top left no-repeat;
}

#offer #glowice {
	background: url("../img/view_glowice.jpg") top left no-repeat;
}

#offer #bazy {
	background: url("../img/view_kolumny.jpg") top left no-repeat;
}

.show {
	position: relative;
	width: 250px;
	height: 10px;
	float: left;
	margin-left: 10px;
}

.show2 {
	position: relative;

	height: 10px;
	float: left;	
	margin-left: 1px;
	margin-right: 4px;
}


.show:last-child {
	width: 200px;
	margin-left: 10px;
}
.show2:last-child {
	width: 200px;
	margin-left: 1px;
}


.min {
	position: absolute;
	overflow: hidden;
	height: 167px;
}

.min:hover {
	overflow: visible;
}

/* ==|== media queries ====================================================== */
@media only screen and (min-width: 480px) {
	.hidden {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,a[href ^="javascript:"]:after,a[href ^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
