@import url(stala/default.css);

.body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #1d1d1d;
}
hr, .hr {
	border: 0; height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    width:100%;
	margin: 20px 0 20px 0;
}
ul, ol {
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
    vertical-align:middle;
}

.text {
	line-height: 140%;
	width:100%;
	clear:both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}

.main {
	width: 1040px;
	position: relative;
	text-align: center;
	margin: auto;
	clear:both;
}

/*START*/

#logo {
	width: 370px;
	height: 137px;
	float:left;
	font-size: 30px;
	text-align: center;
	position:absolute;
	top:75px;
	left: 22%;
	text-indent: -9999px;
	z-index: 1;
}

#logo span {
	width: 370px;
	height: 137px;
	position:absolute;
	top:0;
	left:0;
	background:url(logo.png) center center no-repeat;
}

#logo_male{
	display: block;
	width: 159px;
	height: 100px;
	position: absolute;
	top: 20px;
	right: -170px;
	background: url(logo_male.png) center center no-repeat;
	z-index: 20;
}

#lang{
	display: inline-block;
	float: right;
	margin-top: 15px;
}

#lang a{
	opacity: 0.7;
	display: inline-block;
}

#lang a.s{
	opacity: 1;
}

.input_wysz {
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	height: 24px;
	line-height: 25px;
	width: 153px;
	padding-left: 6px;
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
}
.button_wysz {
	background: url(wysz.png) left center no-repeat;
	vertical-align:middle;
	height: 24px;
	width: 20px;
	border:none;
	cursor:pointer;
	border-bottom: 1px solid #fff;
	margin-left: -4px;
}
#wysz {
	position: absolute;
	top: 11px;
	right: 60px;
}

header {
	clear: both;
	float: left;
	min-height: 52px;
	width: 100%;
	position: relative;
	background: #e31b22;

}

/*menu rozwijane*/
nav {
	position: absolute;
	left: 0;
	top: 0;
	z-index:100;
}

nav menu {
	margin:0px;
	text-align:left;
	display: table-row;
	width:100%;
	z-index: 20;;
}

nav li {
	display: inline-block;
	text-align:center;
	position:relative;
	text-transform: uppercase;
}

nav li a {
	font-size: 17px;
	line-height: 50px;
	color: #ffffff;
	display: inline-block;
	height: 52px;
	padding-right: 18px;
	padding-left: 18px;
	position:relative;
	margin: 0 2px;
}

nav li.s a, nav li:hover a, nav li.act a {
	text-decoration:none;
	background-color: #2c2727;
}

nav li.s menu a, nav li.act menu a, nav li:hover menu a {
	color:#fff;
}

nav li menu {
	display:none;
	position:absolute;
	text-align:left;
	background-color: #000000;
	padding: 10px 10px 10px 10px;
	z-index:2;
	min-width:150px;
	border-bottom: solid 3px #e31b22;
}

nav li menu a {
	color:#fff;
	display:block;
	padding: 7px 10px 7px 10px;
	white-space: nowrap;
	font-size: 12px;
	background:none !important;
	line-height: 100% !important;
	height:auto !important;
}

nav li menu a {
	color:#ffffff;
}

nav li menu a:hover, nav li menu a.s {
	color:#fff;
	background:#e31b22 !important;
}


/*CONTENT*/

#content {
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

#koll{
	width: 260px;
	float: left;
}

#kolp{
	width: 745px;
	float: right;
	text-align: left;
}

#kols, #banery_gl, #baner{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

#menull{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 11px;
}

#koll h4{
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#menull a{
	display: block;
	font-size: 18px;
	border-bottom: 1px dashed #a8a8a8;
	margin-bottom: 15px;
	font-weight: 300;

}

#menull a:hover, #menull a.s{
	text-decoration: none;
	color: #e31b22;
}

.m1{
	color: #fff;
	background: url(tr.png) 5px 8px no-repeat;
	padding-left: 15px;
	padding-bottom: 3px;
}

.m2{
	color: #b4b4b4;
	background: url(tr.png) 15px 8px no-repeat;
	padding-left: 25px;
	padding-bottom: 3px;
}

#baner img{
	width: 100%;
	height: auto;
}

#banery_gl{
	margin-top: -60px;
}

#banery_gl a{
	display: block;
	float: left;
	margin-right: 2px;
	position: relative;
}

.wy{
	width: 116px;
	height: 260px;
	background: url(bn4_pl.jpg) top center no-repeat;
}

.en{
	background: url(bn4_en.jpg) top center no-repeat;
}

#banery_gl a:before {
    content: "";
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 31px;
	height: 31px;
	background: #e31b22 url(ar.png) center center no-repeat;
	border-radius: 3px;
}

.center:before{
	right: 40px !important;
	background: #000 url(ar.png) center center no-repeat !important;
}

.pu:before{ 
	background: #000 url(ar.png) center center no-repeat !important;
}

.center:hover:before, .pu:hover:before{
	background-color: #b1b1b1 !important;
}

#banery_gl a:hover:before {
	background-color: #000;
}

aside {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	height: 300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

blockquote {
	float: left;
	height: 300px;
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.slajd {
	height: 300px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
	text-align: left;
	border: none;
	background-position: top center !important;
	background-repeat: no-repeat !important;
}

aside.gl, aside.gl blockquote, aside.gl blockquote .slajd {
	height: 724px;
}


.nakl{
	position: absolute;
	left: 26%;
	top: 44%;
	font-size: 22px;
	color: #e31b22;
	text-transform: uppercase;
	font-weight: 400;
}

.nakl h6{
	font-size: 47px;
	font-weight: bold;
	line-height: 45px;
	color: #2c2727;
}

.nakl h6 a{
	color: #2c2727;
}

.nakl h6 a:hover{
	text-decoration: none;
	color: #e31b22;
}

.wwl{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #e31b22;
	padding: 13px 15px;
	border-radius: 3px;
	margin: 10px 0;
}

.wwl:hover{
	text-decoration: none;
	background: #070707;
}

aside small{
	position: absolute;
	left: 25.5%;
	bottom: 100px;
	z-index: 100;
}

aside.gl small {
	top: 40.5%;
	bottom: auto;
}

aside small a {
    background: #070707;
    width: 115px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
	border-radius: 5px;
}

aside small a.s {
    background: #e31b22;
}

h1, h2 {
	font-size: 36px !important;
	color: #fefefe;
	border-bottom: 1px dashed #c1c1c1;
	text-transform: uppercase !important;
	font-weight: bold !important;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h1 span, h2 span {
	text-align:center;
	display:block;
	font-size:42px;
}

#kolp h2, #kols h2{
	font-size: 24px;
}

h3{
	font-size: 22px;
	color: #e31b22;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 7px;
}

#tlo_biale{
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 20px;
}

#foto_k{
	widows: 406px;
	float: left;
}

#kform{
	width: 528px;
	min-height: 230px;
	float: right;
	text-align: center;
	position: relative;
	padding-left: 25px;
}

#kform span{
	display: block;
	width: 13px;
	height: 126px;
	background: url(napisz.png);
	position: absolute;
	left: 0;
	bottom: 3px;
}

.inp_f, .textarea{
	width: 398px;
	height: 32px;
	float: left;
	font-size: 13px;
	color: #6f6f6f;
	padding-left: 10px;
	margin-bottom: 3px;
	border: 1px solid #bebebe;
	border-radius: 1px;
}

.inp_f:focus, .textarea:focus {
	background: #f6f6f6;
}

.textarea{
	width: 502px;
	height: 159px;
	padding: 10px;
	resize: none !important;
}

.btn_f{
	font-size: 18px;
	color: #fff;
	width: 100px;
	height: 66px;
	background: #e31b22;
	border: none;
	border-radius: 3px;
	position: absolute;
	right: 0;
	bottom: 3px;
	cursor: pointer;
}

.btn_f:hover{
	background: #000;
}

#mapka{
	clear: both;
	float: left;
	width: 100%;
}

#mapka iframe{
	opacity: 0.8;
}


/*FOOTER*/
footer {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-top: dashed 1px #ccc;
}
#copy {
	float: left;
	color:#6b6b6b;
	font-size:9px;
	font-family: Arial;
	padding-top: 3px;
}

#copy a{
	color:#6b6b6b;
}

#projekt {
	float: right;
	color:#6b6b6b;
	font-size:9px;
	font-family: Arial;
	line-height: 21px;
}

#projekt a {
	color:#6b6b6b;
}

#projekt a:hover:nth-child(2){
	text-decoration: none;
	color: #94b700;
}

#projekt a:hover:nth-child(3){
	text-decoration: none;
	color: #29B6E3;
}

.bns{
	display: inline-block;
	width: 34px;
	height: 16px;
	background:url(bns.png) no-repeat;
	float: left;
	vertical-align:  middle;
	margin-right: 7px;
}

.bns:hover{
	opacity: 0.5;
}

.acenter{
	color: #000;
}

/*boxy strony*/

.box{
	width: 224px;
	height: 300px;
	float: left;
	position: relative;
	margin-right: 36px;
	margin-bottom: 36px;
}

.box h4{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(237,28,36,0.7);
	width: 100%;
	text-align: center;
	padding: 15px 5px;
}

.box h4 a{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}

.box.col2{
	margin-right: 0px;
}

.box:hover h4 a{
	text-decoration: none;
	color: #000;
}

#opis_zwijany {
	overflow:hidden;
	line-height: 22px;
	height:85px;
}

#roz {
	display: inline-block;
	margin-top:20px;
	cursor:pointer;
}

.produkt {
	float:left;
	width: 170px;
	height: 170px;
	position:relative;
	border-top: solid 2px #e31b22;
	margin: 0 21px 20px 0;
}

.produkt img {
	cursor:pointer;
}

.listing .produkt:nth-child(4n) {
	margin-right:0;
}

.apla {
	position: absolute;
	width: 170px;
	background: rgba(255,255,255,.9);
	bottom:170px;
	left: 0px;
	z-index:10;
	border-top: solid 2px #e31b22;
	padding: 15px;
	text-align:left;
	color:#000;
	font-size: 14px;
	display:none;
}

.apla span {
	display: block;
}

.apla h6 {
	margin-bottom:5px;
	font-size: 18px;
	color:#e31b22;
}

#nav_res {
	position:absolute;
	right:20px;
	top: 113px;
	width: 25px;
	height:20px;
	display:none;
	z-index: 1000;
	text-indent: -9999px;
	border:solid 10px #000;
	background: #000 url(stala/nav_res.gif) repeat-x center;
	cursor: pointer;
	padding: 11px;
}

#nav_res:hover {
	background: #212121 url(stala/nav_res.gif) repeat-x center;
	border-color:#212121;
}

.boxy{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

#face {
	width: 39px;
	height: 117px;
	position:fixed;
	top: 200px;
	left:0;
	background: url(face.gif) no-repeat left top;
	z-index:100;
}

#owcz {
	width: 39px;
	height: 194px;
	position:fixed;
	top: 320px;
	left:0;
	background: url(owczarki.gif) no-repeat left top;
	z-index:100;
}


#slogan_top{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	position: absolute;
	bottom: 50px;
	text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.8);
	padding: 20px;
}

.wyp{
	position: fixed;
	top: 360px;
	right: 0px;
	z-index: 1;
	background: #000;
}

.wyp img{
	float: right;
	width: 70px;
	height: auto;
}

.wyp:hover img{
	opacity: .8;
}

/*RWD*/

@media all and (max-width: 1400px){

	#logo_male{
		right: 35%;
		top: 20px;
	}

}

@media all and (max-width: 1280px){

	aside, blockquote{
		height: 200px;
	}

	.slajd{
		background-size: 100% auto !important;
		height: 200px;
	}

	aside.gl, aside.gl blockquote, aside.gl blockquote .slajd {
		background-size: 100% auto !important;
		height: 500px;
	}

	#logo_male{
		right: 0;
		top: 60px;
	}

}

@media all and (max-width: 1060px){

	aside, blockquote, .slajd{
		height: 160px;
	}

	.main{
		width: 100%;
	}

	#content{
		padding: 20px;
	}

	#banery_gl a{
		display: inline-block;
		float: none;
	}

	#banery_gl a img{
		width: 200px;
		height: auto;
	}

	#logo{
		left: 20px;
	}


	.gl, aside.gl blockquote, aside.gl blockquote .slajd {
		height: 440px;
	}

	#lang{
		margin-right: 20px;
	}

	#wysz{
		right: 70px;
	}

	footer{
		padding-left: 20px;
		padding-right: 20px;
	}

	#kolp {
	    width: 700px;
	}

	.u5_foto img, .gallery img{
		width: 90%;
		height: auto;
	}

	#kolp h2{
		font-size: 20px;
	}

	.box{
		width: 180px;
		height: 221px;
		float: none;
		display: inline-block;
	}

	.box img{
		width: 180px;
		height: 221px;
	}

	.listing .produkt:nth-child(4n){
		margin-right: 21px;
	}

	.listing{
		text-align: center;
	}

	.produkt{
		float: none;
		display: inline-block;
	}

	.gallery div.ofg4{
		padding-bottom: 5px;
	}

	.pods #logo, .pods #logo span{
		width: 222px;
		height: 82px;
	}

	#logo span{
		background-size: 100% auto;
	}

	#banery_gl .wy{
		width: 76px;
		height: 170px;
		background-size: 300% auto;
	}

	#banery_gl .wy:before{
		background: none !important;
	}

}

@media all and (max-width: 1020px){

	#kolp {
	    width: 650px;
	}

	#slogan_top{
		font-size: 25px;
		bottom: 120px;
	}
}

@media all and (max-width: 990px){

	#kolp {
	    width: 600px;
	}

	.box{
		width: 140px;
		height: 188px;
	}

	.box img{
		width: 140px;
		height: 188px;
	}

	.box h4 a{
		font-size: 15px;
	}

}

@media all and (max-width: 920px){

	aside.gl, aside.gl blockquote, aside.gl blockquote .slajd {
		height: 380px;
	}

	.nakl{
		clear: both;
		float: left;
		width: 100%;
		left: auto;
		top: 50%;
		text-align: center;
	}

	aside.gl small{
		top: 45%;
		left: 16.5%;
	}

	#kolp{
		width: 550px;
   }

	#slogan_top{
		font-size: 25px;
		bottom: 50px;
	}

}

@media all and (max-width: 880px){

	#kolp{
		width: 500px;
	}
}

@media all and (max-width: 830px){

	.produkt{
		margin: 5px;
	}

	.listing .produkt:nth-child(4n) {
		margin-right:5px;
	}

	#kolp{
		clear: both;
		float: left;
		width: 100%;
	}

	#koll{
		width: 100%;
		margin-bottom: 30px;
	}

	#koll a{
		display: inline-block;
		float: left;
		border: none;
		margin-left: 20px;
	}

	.box{
		width: 140px;
		height: 188px;
	}

	.box img{
		width: 140px;
		height: 188px;
	}

	.box h4 a{
		font-size: 22px;
	}

}

@media all and (max-width: 768px){

	#slogan_top{
		font-size: 18px;
	}

	aside, blockquote, .slajd{
		height: 100px;
	}

	aside.gl, aside.gl blockquote, aside.gl blockquote .slajd {
		height: 320px;
	}

	#wysz{
		right: auto;
		left: 80px;
	}

	#lang{
		float: left;
		margin-left: 20px;
	}

	#logo_male{
		background-size: 80% auto;
		top: 2px;
		right: 100px;
		width: 80px;
		height: 50px;
		z-index: 100;
	}

	#nav_res {
		top: 5px;
		display:block;
		z-index: 100;
	}

	#menur {
		position: relative;
		top:10px;
		left: 0;
		width:100%;
		clear:both;
		float:left;
		display: none;
		margin-bottom:10px;
		background: #fbfbfb;
		z-index: 1000;
	}

	#menur>menu {
		width:100% !important;
		display:block;
	}

	#menur li {
		display: block;
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align:center;
		background: none;
	}

	#menur li a {
		font-size: 14px;
		line-height: 50px;
		color: #000;
	}

	#menur li {
		display:block !important;
		margin-bottom: 2px;
	}

	#menur li menu {
		position:relative !important;
		top: auto !important;
		left:auto !important;
		padding: 10px 0;
		display: none;
		text-align: center !important;
	}

	#menur li menu a{
		padding: 15PX 0;
	}

	nav li.s a, nav li:hover a, nav li.act a {
		color:#fff !important;
		text-decoration:none;
		background: #d20707;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.nakl h6{
		font-size: 30px;
	}

	.nakl{
		top: 50%;
	}

	aside.gl small{
		position: relative;
		width: 100%;
		text-align: center;
		left: auto;
		top: 45%;
	}

	#logo{
		display: inline-block;
		position: relative !important;
		left: auto;
		top: auto;
		margin: 0 auto;
		float: none;
		background-color: #fff;
		width: 100%;
		height: 160px;
	}

	#logo span{
		left: 10px;
		top: 10px;
	}

	.gallery div.ofg3{
		padding: 0;
	}

	#mapka iframe{
		height: 250px;
	}

	.pods #logo{
		width: 100%;
		height: 100px;
	}
}

@media all and (max-width: 710px){

	#banery_gl a img{
		width: 150px;
	}

	#banery_gl a:before {
		right: 2px;
		bottom: 8px;
	}

	.center:before{
		right: 2px !important;
		bottom: 5px !important;
	}

	.sys_col0, .sys_col1{
		clear: both;
		float: left;
		width: 100% !important;
		margin: 0;
		text-align: center;
	}

	#banery_gl .wy {
	    width: 76px;
	    height: 127px;
	    background-size: 250% auto;
	}

}

@media all and (max-width: 600px){
	aside.gl, aside.gl blockquote, aside.gl blockquote .slajd {
		display: none;
	}

	#banery_gl{
		margin-top: 20px;
	}

	#copy{
		float: none;
	}

	#projekt{
		float: none;
	}

	.bns{
		margin: 0;
		display: block;
		float: none;
		margin: 3px auto;
	}

	h2 span{
		font-size: 22px;
	}
}

@media all and (max-width: 550px){


	#banery_gl a{
		display: block;
		width: 300px;
		margin: 0 auto;
	}

	#banery_gl a img{
		width: 300px;
	}

	#banery_gl a:before {
		right: 7px;
		bottom: 10px;
	}

	.center:before{
		right: 7px !important;
		bottom: 10px !important;
	}

	#banery_gl .wy {
	    width: 300px;
		height: 200px;
	    background-size: 100% auto;
	}

	aside{
		display: none;
	}

	.box, .box img{
		width: 224px;
		height: 300px;
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
	}

	.box.col2{
		margin-right: auto;
	}

	#banery_gl .wy::before {
		background: #000 url("ar.png") no-repeat scroll center center !important;
	}

	#banery_gl .wy:hover:before {
		background: #b1b1b1 url("ar.png") no-repeat scroll center center !important;
	}

}

@media all and (max-width: 420px){

	#logo span{
		background-size: 70% auto;
	}

	#logo_male{
		right: 0;
		top: 70px;
	}

	#koll a{
		float: none;
		display: block;
		margin: 0 auto;
	}
}

@media all and (max-width: 370px){

	#logo span{
		background-size: 70% auto;
	}

	#banery_gl a img, #banery_gl a{
		width: 250px;
	}

	#logo span{
		left: 0;
		top: 0;
		width: 100%;
	}

	#logo{
		height: 130px;
	}

	#banery_gl .wy {
	    width: 250px;
		height: 165px;
	}

}


@media all and (max-width: 320px){

	header{
		min-height: 100px;
	}

	#lang{
		clear: both;
		float: left;
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}

	#wysz{
		position: relative;
		left: auto;
		top: auto;
		clear: both;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	#logo_male{
		top: 110px;
	}
}


































