@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
	color: inherit;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* BB */

#header {
    position:fixed;
    height: 75px;
    display:block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index:9;
    text-align:center;
    color: #000;

    line-height:75px;
    top:0px;
}

.darkFilter {
    color:#fff;
    cursor:pointer;
    width:100%; height:100%; background-color:rgba(0,10,30,0.25);
    transition: all 1s;
    padding-top:60%;

    text-transform:uppercase;
    font-size:34px;
    font-weight:bold;
}




.darkFilter p {
    font-size:16px;
}
.darkFilter:hover {
    background-color:rgba(0,0,0,0.0);
    padding-top:55%;
}



/* Custom CSS
 * --------------------------------------- */
body{
    font-family: 'Lato', sans-serif;
    color: #333;
    color: rgba(0,0,0,0.5);
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
h1{
    font-size: 6em;
}
p{
    font-size: 2em;
}
.intro p{
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}
.section{
    text-align:center;
}
#menu li {
    display:inline-block;
    margin: 10px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu li.active{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover{
    color: #000;
}
#menu li:hover{
    background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
    padding: 9px 18px;
    display:block;
}
#menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
.twitter-share-button{
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}
#download{
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
    text-decoration:none;
    color:#fff;
}
#download:hover{
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
#infoMenu{
    height: 20px;
    color: #f2f2f2;
    position:fixed;
    z-index:70;
    bottom:0;
    width:100%;
    text-align:right;
    font-size:0.9em;
    padding:8px 0 8px 0;
}
#infoMenu ul{
    padding: 0 40px;
}
#infoMenu li a{
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}
#infoMenu li a:hover{
    text-decoration:underline;
}
#infoMenu li{
    display:inline-block;
    position:relative;
}
#examplesList{
    display:none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width:638px;
    text-align:left;
}
#examplesList ul{
    padding:0;
}
#examplesList ul li{
    display:block;
    margin: 5px 0;
}
#examplesList ul li a{
    color: #BDBDBD;
    margin:0;
}
#examplesList ul li a:hover{
    color: #f2f2f2;
}
#examplesList .column{
    float: left;
    margin: 0 20px 0 0;
}
#examplesList h3{
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
#demosMenu{
    position:fixed;
    bottom: 10px;
    right:10px;
    z-index: 999;
}

ul.menu-gorne li a{letter-spacing:1px;text-transform:uppercase;font-size:20px;margin-left:30px;margin-right:20px;}
h1.naglowek-home1 {color:#fff;font-size:44px;text-transform:uppercase;font-weight:300;line-height:1.0em;}
.naglowek-home1-span {font-size:84px;font-weight:700;color:#fff;}
p.tekst-home1{color:#fff;font-size:15px;font-weight:300;max-width:400px;text-transform:uppercase;}
.wiecej {background-color:#fff;border:1px solid white;/*padding:8px*/;color:#222;font-size:12px;font-weight:bold;border-radius:5px;width:150px;margin-left:auto;margin-right:auto;margin-top:30px;}
.produkt-tytul {min-height:130px;}
.strona-tytul{color:#fff;font-size:44px;text-transform:uppercase;font-weight:300;line-height:1.0em;margin-top:150px;}
.strona-p{color:#fff;font-size:17px;font-weight:300;margin-top:50px;text-align:left;max-width:400px;margin-left:auto;margin-right:auto;}
.wiecej  a{display:inline-block;width:89%;height:100%;padding:8px;position:static;}
.wiecej .section-link{display:none;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
	top:75px;
	left:-100px;
    background-color: #182640;
	opacity:0.95;
    min-width: 300px;
    padding: 0px 0px;
    z-index: 1;
}

.dropdown-content a {
		color:#fff;
		line-height:1em!important;
		text-align:center;
		font-size:13px!important;
		line-height:1.2em!important;
		margin-left:auto!important;
		margin-right:auto!important;
		width: 100%;
		height: 60%;
		display: inline-block;
		padding-top: 30px;
	}
.dropdown-content ul li {border-top:1px solid white; line-height:0;height:75px;width:300px;}
.dropdown-content ul li:hover {background-color:#2892e3;}
.dropdown-content ul li.pierwszy {border-top:0px solid white;}

.dropdown:hover .dropdown-content {
    display: block;
}



/* css do flip card */


/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	float:left;
}
	/* flip the pane when hovered */
.flip-container:hover .flipper{
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 250px;
	height: 250px;
	border:0px solid #777;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	width:100%;
	height:100%;
	position: absolute;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
}

/* front pane, placed above back */
.front {
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {

	transform: rotateY(-180deg);
}

.kontener-pcv {max-width:1000px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;min-height:250px;}
.kontener-alu {max-width:750px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;min-height:250px;}
.kontener-szklo {max-width:750px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;min-height:500px;}
.kontener-dre {max-width:500px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;min-height:250px;}
.kontener-okucia {max-width:760px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;min-height:510px;opacity:0.8;}
.kontener-materialy-tlo {width:100%;min-height:600px;background-image:url('http://nort-pol.plimages/materialy.jpg');background-size:cover;background-position:center center;background-attachment:fixed;}
.kontener-materialy-budowlane{max-width:760px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;background-color:#fff;padding:30px;font-size:17px;line-height:1.7em;color:#444;}
.kontener-uslugi-szklarskie{max-width:760px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;background-color:#fff;padding:30px;font-size:17px;line-height:1.7em;color:#444;min-height:300px;opacity:0.8;}
.kontener-uslugi-szklarskie ul li {border-bottom:1px solid #aaa;}
.kontener-balustrady{max-width:1050px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;background-color:transparent;padding:0px;min-height:700px;}
.kontener-balustrady p{font-size:17px;line-height:1.7em;color:#444;}
.kontener-kontakt{max-width:100%;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;background-color:transparent;padding:0px;min-height:700px;text-align:center;color:#fff;}
.kontener-kontakt h1{font-size:50px;color:#fff;}
.kontener-kontakt h2 {font-size:30px;color:#fff;}
.kontener-kontakt h3{font-size:20px;color:#fff;}
.kontener-galeria{max-width:1040px;margin-left:auto;margin-right:auto;margin-top:50px;border:0px solid red;background-color:transparent;padding:0px;min-height:1700px;}
.kontener-ofirmie{max-width:760px;margin-left:auto;margin-right:auto;margin-top:0px;border:0px solid red;background-color:transparent;padding-top:50px;}
.kontener-ofirmie p {font-size:17px;line-height:1.7em;color:#444;}
.kontener-ofirmie h2 {font-size:30px;font-weight:300;margin-bottom:30px;}
.balustrada-kolumna {width:330px;float:left;background-color:#fff;text-align:center;margin-left:10px;margin-right:10px;height:700px;}
h1.ofertah1 {font-size:50px;text-align:center;color:#fff;font-weight:bold;}
ul.oferta-katalogi {margin-top:20px;text-align:center;margin-left:auto;margin-right:auto;}
ul.oferta-katalogi li {border-bottom:1px dotted #ccc;margin-bottom:20px;padding-bottom:8px;}
ul.oferta-katalogi a {color:#fff;}
ul.jasnea a {color:#444!important;}
.spaceroferta {width:100%;height:300px;}
h2.okienkoh2 {font-size:25px;font-weight:bold;margin-top:100px;width:90%;margin-left:5%;margin-right:5%;}
h2.balustradah2 {font-size:25px;font-weight:bold;margin-top:30px;margin-bottom:30px;}
p.okienkop {padding:10px;font-size:14px;line-height:1.3em;margin-top:20px;}
p.balustradap {padding:10px;font-size:17px;line-height:1.7em;color:#444;margin-top:5px;}
.formularz {max-width:1040px;margin-left:auto;margin-right:auto;border-top:0px dotted white;padding-top:50px;}
.mapka {max-width:1030px;margin-left:auto;margin-right:auto;border-top:1px dotted white;padding-top:0px;border:7px solid white;margin-top:50px;}
h1.stopka {color:#fff;font-size:30px;text-align:center;text-transform:uppercase;font-weight:300;margin-top:100px;}

/* custom */

.logo-container{
	float:left;
	line-height:75px;
}

.sectiondiv50{
	width:50%;
	height:100%;
	float:left; 
	background-size:cover;
}
.sectiondiv25{
	width:25%;
	height:100%;
	float:left; 
	background-size:cover;
}
.section-link{
	display:none;
	height:100%;
	width:25%;
	margin-left:-50%;
	position:absolute;
}

.flagamobile {display:none;}


/* mobile */
@media only screen and (max-width: 1040px) {
	.kontener-balustrady{
		width:600px;
		margin:0 auto;
	}
	.balustrada-kolumna{
		margin: 5px 0px;
		width:600px;
	}
	p.balustradap {
		font-size: 18px;
	}
	.balustrada-kolumna img {width: 600px;}
}

@media only screen and (min-width: 1200px) {#mobilemenu{display:none;}}
@media only screen and (max-width: 1200px) {
	.menu-gorne{display:none;}
	.logo-container{float:none; margin: 0 auto;}
	.flagamobile {display:inline-block;float:right;margin-top:-70px;margin-right:10px;}
}




@media only screen and (max-width: 758px) {
	.kontener-ofirmie{padding: 80px 25px}

	.menu-gorne{display:none}
	.sectiondiv50.horizontal .darkFilter{padding-top:50px;}
	.sectiondiv25.horizontal br{display:none}
	
	.sectiondiv25.horizontal{
		height:221.75px;
		width:100%;
	}
	.sectiondiv50.horizontal{
		height:50%;
		width:100%;
	}
	
	.darkFilter{
		transition: none;
		padding-top: 15px;
	}
	.produkt-tytul {min-height:0;}

	.sectiondiv25 .darkFilter:hover {
		background-color:rgba(0,0,0,0.0);
		padding-top:15px;
	}
	.sectiondiv50 .darkFilter:hover {
		background-color:rgba(0,0,0,0.0);
		padding-top:50px;
	}
	
	.kontener-okucia img, .kontener-szklo, .flip-container, .flip-container .front, .back, .front img {
		width: 350px;
		height: 350px;
		font-size:20px;
	}
	.kontener-okucia, .kontener-pcv, .kontener-alu, .kontener-dre {
		width:350px;
	}
	h1.ofertah1{
		display: table !important;
		margin: 0 auto !important;
	}
	p.okienkop {
		font-size:17px;
	}
	
	.kontener-balustrady{
		width:500px;
		margin:0 auto;
	}
	.balustrada-kolumna{
		margin: 5px 0px;
		width:500px;
	}
	p.balustradap {
		font-size: 18px;
	}
	.balustrada-kolumna img {width: auto;}
	
	.section-link{
		display:inline-block;
		height:25%;
		width:100%;
		margin-left:-50%;
		position:absolute;
	}
	

}
@media only screen and (max-width: 500px) {
		.kontener-balustrady{width:350px;}
		.balustrada-kolumna {width: 350px;}
		.balustrada-kolumna img {max-width: 350px;}
		
		

		
		
		
		
		
		

.kontener-materialy-budowlane{font-size:13px;}
.kontener-balustrady p{font-size:13px;}
.kontener-kontakt h1{font-size:30px;}
.kontener-kontakt h2 {font-size:20px;}
.kontener-kontakt h3{font-size:15px;}
.kontener-ofirmie p {font-size:13px;}
.kontener-ofirmie h2 {font-size:20px;}
h1.ofertah1 {font-size:30px;}
h2.okienkoh2 {font-size:15px;}
h2.balustradah2 {font-size:15px;}
p.okienkop {font-size:13px;}
p.balustradap {font-size:13px;}
h1.stopka {font-size:20px;}
		
		
		
		
		
		
		
		
		
		
		
		
		


		
}
@media only screen and (max-width: 480px) {
	h1.naglowek-home1-span{font-size:75px;}
	.kontener-okucia img, .kontener-szklo, .flip-container, .flip-container .front, .back, .front img {
		width: 250px;
		height: 250px;
		font-size:15px;
	}
	.kontener-okucia, .kontener-pcv, .kontener-alu, .kontener-dre {
		width:250px;
	}
	p.okienkop {
		font-size:15px;
	}
}
@media only screen and (max-width: 350px) {
	.darkFilter.okuciamaterialy{padding-top:1px !important;}
	.okuciamaterialy .wiecej{margin-top: 168px;}
}
#mobilemenu.shown{
	margin-left:0px;
}

#mobilemenu a{
	display:inline-block;
	width:100%;
	height:100%;
	padding:8px 0px;
}

#mobilemenu{
	height: 100vh;
	position: fixed;
	z-index: 10;
	color: white;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	background: #182640;
	width: 213px;
	margin-left:-213px;
	transition: 0.5s;
/*	overflow: auto; */
}

ul.mobilemenulist{
	margin-top:20px;
/*	z-index: 2;
	position: absolute; */
}

.mobilemenulist li{
	background:#transparent;
	padding-left:20px;
	border-bottom:1px solid #283650!important;
}

.mobilemenulist li:hover{
	background:#2b92e1;

}

ul.dropdownlist li{
	font-size: 15px;
	background:transparent;
	text-align:left;
	padding-left:40px;
	padding-right:20px;
}

li.main{
	font-size:20px;
	text-align: left;
}
