@import url(http://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300&subset=latin,latin-ext);

/*------------------------- Podstawowe -------------------------- */
.onerow {
	clear: both;
	padding: 0 10px;
}
.onerow:after{
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.onerow > div:last-child{margin: 0;}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }
.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	display: block;
}


img{border: 0;}
.db{display: block;}

.mleft ul
{margin: 0; padding: 0; list-style: none;}

.animacja li{margin: 0;padding: 0;}

.both{clear: both;}
.tac{text-align: center;}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*-------------------------------------------------------------------*/

a{
	color: #fff; 
}
a:hover{
	color: #810317;
}
a.logo{display: inline-block; margin-bottom: -5px;}

.font{
	font-family: 'Open Sans', arial, verdana, sans-serif;
	font-weight: 300;
}


body{	
	padding: 0;	margin: 0;
	font-family: arial, verdana, sans-serif;
	background: #0a0b0b;
}

.bg{
	background:url(../images/bg.jpg) no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	margin-left: 10px;
	width: 100%;
	height: 100%;
}

.container{
	position: relative;
	z-index: 10;
	width: 970px;
	margin-left: 10px;

}
.bg,.container, footer.f {transition: margin .4s ease;}




/* --------- srodek ---------- */

section.s{
	background: url(../images/sbg.png) repeat-y;	
	font-size: 14px;
	line-height: 22px;
}


aside.left{
	width: 270px;
	float: left;
	margin: 30px 0;
}

aside.left .txt {
	line-height: 20px;
	font-size: 14px;
}
aside.left a{ color: #fff; text-decoration: none;}

nav.mleft{
	padding: 10px 20px;
}
nav.mleft li{
	padding: 5px 0;
}
nav.mleft a{
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: right;
	display: block;	
	padding: 12px 30px 15px 10px;	
	text-decoration: none;
	transition: all .4s ease;
	background: url(../images/mdot2.png) no-repeat right center;
}
nav.mleft a:hover,
nav.mleft li.current a{
	background: url(../images/mdot1.png) no-repeat right center;
	padding: 12px 20px 15px 30px;
}

.lng{
	font-size: 18px; 
	color: #fff; 
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #810317;
	margin: 15px;
}

.l-ico{
	font-size: 18px;
	line-height: 20px;
	color: #810317;
	text-align: right;
	display: block;	
	padding: 10px 65px 8px 10px;	
	text-decoration: none;
	margin: 20px 15px 5px 0;
}
.l-ico span{color: #fff; font-size: 14px }
.l-ico-tel { background: url(../images/ico-tel.png) no-repeat right center; }
.l-ico-mail { background: url(../images/ico-mail.png) no-repeat right center; }
.l-ico-loc { background: url(../images/ico-loc.png) no-repeat right center; }


article.right{
	float: right;
	width: 693px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	padding: 0 40px 0 45px;	
	text-shadow:1px 1px 1px rgba(0,0,0,.4); 
}


.right div.ng:first-child{
	margin-top: -19px;
	border-top-right-radius: 8px;
}
.right .ng{	
	background: rgba(0,0,0,.6);
	position: relative;
	margin: 20px -40px 30px -45px;
}

.right .ng h1{
	display: inline-block;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 45px;
	line-height: 54px;
	margin: 25px 0 -1px 45px;
	text-align: center;	
	width: 600px;
	
	padding-bottom: 30px;
		border-bottom: 1px solid #810317;
}


/*----------*/



footer.f{
	position: relative;
	z-index: 50;
	padding: 20px 20px 30px 10px;
	font-size: 12px;
	color: #595753;	
	background: #0a0b0b;
	min-height: 80px;
	margin-top: 50px;
	margin-left: 10px;
	border-top: 1px solid #eaeaea;
	font-size: 12px; 
	line-height: 18px;

}
footer.f a{color: #595753; text-decoration: underline;}

footer.f-bottom{
	position: fixed;
	bottom: 0;
	width: 100%;
}



/*----------------------------------*/

div.galeria ul{list-style: none;margin: 0;padding: 0;}
div.galeria li{
	float: left;
	background: rgba(0,0,0,.7);	
	border-radius: 8px;
	margin-left: 20px;
	margin-bottom: 40px;
}
div.galeria li a.img{ 
	display: block;
	width: 175px;
	height: 220px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	transition: opacity .3s ease;
}
div.galeria li a.podpis{
	color: #fff; 
	text-decoration: none;
	padding: 10px 20px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background: url(../images/ico-gal.png) no-repeat; 
	background-position: -35px center;
	transition: all .4s ease;	
	width: 175px;
}
div.galeria li:hover a.podpis { background-position: 6px center; }
div.galeria li:hover a.img {opacity: .8}


/*----------------------------------*/



@media all and (max-width: 1000px){
  .container,.bg, footer.f
  { margin-left: 0px; } 
}

@media all and (min-width: 1200px){
  .container,.bg, footer.f
  {margin-left: 100px;}
}

@media all and (min-width: 1400px){  
  .container,.bg, footer.f
  {margin-left: 200px;}
}
@media all and (min-width: 1700px){  
  .container,.bg, footer.f
  {margin-left: 300px;}
}





