@import url(http://fonts.googleapis.com/css?family=Roboto:400,700&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;}

.mtop ul,
.mleft ul,
.animacja 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: #000; 
}
a:hover{
	color: #ffc50f;
}


.font{
	font-family: 'Roboto', arial, verdana, sans-serif;
}
.fnormal{font-weight: 400;}
.fbold{font-weight: 700;}


body{	
	padding: 0;	margin: 0;
	font-family: arial, verdana, sans-serif;
	background: #fafbff url(../images/bg1.jpg) repeat-x top;
}

.bg2{
	background: url(../images/bg2.jpg) repeat top center;
	position: absolute;
	width: 100%;
	min-height: 500px;
}

.container{
	width: 960px;
	margin: auto;
}

 div.logo { margin: 20px 0;}


.mtop { 
	display: table; width: 100%;
	height: 75px;
	background: url(../images/t1.png) no-repeat;
	padding:10px 0 0 0;
}
.mtop > ul{display: table-row; }
.mtop > ul > li {display: table-cell; text-align: center;}
.mtop > ul > li > a{
	display: inline-block;
	color: #fff; 
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 20px 10px 15px 10px;
	transition: border-color .4s ease;
	border-bottom: 2px solid rgba(0,0,0,0);

}
.mtop > ul > li > a:hover,
.mtop > ul > li > a.active{
	border-bottom: 2px solid #f4b513;
}

.mtop > ul > li:first-child a{
	text-indent: -9999px;
	width: 35px;
	margin-left: 5px;
}

.animacja {
	position: relative;
	background: url(../images/t2.png);
	height: 500px;
	padding: 25px 12px 0 13px;

}
div.animacja >div {
	width: 936px;
	height: 212px;
}


.bxtop li  div{
	height: 300px;	
	border-top: 25px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.1);
}

.info img{display: block;}

/* ----------- home ---------- */

.home{ padding-top: 20px;}
div.home div.color{
	background: #d7e2ef; 
	padding: 20px 10px 20px 10px;
	margin-top: -20px;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
div.home div.color .lng{
	border-color: #afbfd2;
}

ul.uslugi{ font-size: 14px; padding-left: 25px; }
ul.uslugi li{ padding: 5px; }

/* --------- srodek ---------- */

section.s{
	background: url(../images/tlo.png) repeat-y;
	padding: 0 20px 20px 20px;
	font-size: 14px;
	line-height: 22px;
}


aside.left{
	width: 280px;
	float: left;
	margin: 30px 0;
}

aside.left .txt {
	line-height: 20px;
	font-size: 14px;
}

nav.mleft{
	padding-bottom: 10px;
}
nav.mleft a{
	font-size: 14px; 
	color: #000;
	display: block;	
	padding: 10px 20px;	
	text-decoration: none;
	transition: all .3s ease;
	border-bottom: 1px solid rgba(0,0,0,0.05)
}
nav.mleft a:hover{
	background: rgba(0,0,0,.09); 
	padding: 10px 20px 10px 30px;
}


div.right{
	float: right;
	width: 600px;
	line-height: 22px;
	font-size: 16px;
	margin: 30px 0;
}



div.right .ng,
.lng{
	font-size: 20px;
	color: #0f335e;
	text-transform: uppercase;
	padding: 5px;	
	margin: 10px 0 10px 0;
	font-weight: 700;
	border-bottom: 4px solid #d8dde5;
}

.lng1{
	font-size: 20px;
	color: #0f335e;
	text-transform: uppercase;
	padding: 5px;	
	margin: 10px 0 10px 0;
	font-weight: 700;
	border-bottom: 4px solid #ffffff;
}




.galimg{
	padding: 10px;
	transition: all .3s ease;
	background: rgba(0,0,0,0.1);
	display: inline-block;
}
.galimg:hover{background: rgba(0,0,0,0.2);}

/*----------*/





footer.f{
	padding: 15px 30px 0 0;
	font-size: 12px;
	color: #000000;
	text-align: right;
	background: url(../images/f.png) no-repeat top center;
	min-height: 100px;
}
footer.f a{color: #000000; text-decoration: underline;}





.tab1{
	width: 100%;
	font-size: 12px;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}
.tab1 thead th{
	background:#f4b513;
	font-weight: bold;
	color: #fff;
}
.tab1 td,
.tab1 th{
	padding: 8px;
	color: #525252;
	text-align: center;
}
.tab1 td{
	background: #f7f7f7;
}






/*------ form -----*/


#contact_form{
	font-size: 12px;
}
#contact_form label{display: block; margin-bottom:5px;}
#contact_form label span{float:left; width:100px; color:#666666;}
#contact_form input,
#contact_form textarea{
	 
	border: 1px solid #DBDBDB; 
	border-radius: 3px; 	
	padding: 6px 10px;
	color: #666; 
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif;
}
.submit_btn { 
	border: 0; 
	padding: 8px 30px; 
	color: #fff; 
	text-shadow: 1px 1px 1px #000; 
	border-radius: 3px; 
	background: #145281;
	text-transform: uppercase;
}
.submit_btn:hover {
	background: #0d446f;
}
.success{ 
	background: #549619;
	padding: 10px; 
	margin-bottom: 10px; 	 
	border-radius: 5px; 
	font-weight: normal;
	color: #fff; 
}
.error{ 
	background: #FFDFDF; 
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #FFCACA; 
	border-radius: 5px; 
	font-weight: normal;
}
/*------------------------------*/












