body{
	font-family: 'Roboto',Helvetica, Arial;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	
	
}
p{
	line-height: 30px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	color: #009933;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial;
	font-weight: 700;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus{
	color: #666666;
}

.btn-default{
	border-radius:2px;
	border: 1px solid #bdc3c7;
	font-size: 14px;
	color: #95a5a6;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 20px;
} 

.btn-default:hover{
	background: #fff;
	color: #;
	border: 1px solid #3498db;
	
}
.btn:active{
	box-shadow: none;
}

/* end */

/* logo */

.navbar-brand{
	width: 293px;
	height: 38px;
	padding: 0;
	margin: 0;
	background: url(img/brand.png) no-repeat;
	text-indent: -9999px;
}


/* end */

/* navigation */

.navbar-default{
	background: none;
	border: none;
	padding: 0 0 60px 0;
}

.navbar-default .navbar-nav>li>a{
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	padding: 11px 0;
	text-align: center;
}

.active a:hover{
	color: #009933 !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #009933;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: #fff;
	background: none;
	outline: 0;
}

.navbar-toggle{
	border: none;
	margin-top: 0;
	margin-right: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;	
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: none;
	outline: none;
}

.navbar-default .navbar-collapse{
	border: none;
	background: rgba(255,255,255,0.05);
	border-radius: 2px;
	box-shadow: none;
}

.jumbotron{
	background: url(img/banner.png) no-repeat;
	background-size: cover;
	max-height: 1000px;
	padding: 60px 0;
	margin: 0;
}
.jumbotron h1{
	color: #009933;
	font-weight: 300;
	
}
.jumbotron h3{
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-transform: none;
}
.jumbotron h3 span{
	font-size: 24px;
}

.services{
	padding: 60px 0;
	border-bottom: 1px solid #e3e3e3;
}
.services h4{
	margin-bottom: 30px;
	
}
.services p{
	margin-bottom: 40px;

}
.iconsprite{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(img/usuicon.png) no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	margin-top: 80px;
}
/* end */

/* services */

.heading{
	padding: 60px 0;
}

.heading h1{
	background: url(img/krecha.png) no-repeat;
	background-position: center bottom;
	padding: 0 0 20px 0;
}

.control-right{
	padding: 50px 0 0 0;
}
.gallery{
	background: #009933;
}
.gallery-inner{
	position: relative;
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;

}
.gallery-inner img{
	margin: 0;
	padding: 0;
	
}
.gallery-inner .caption h4{
	color: #ffffff;
}

.gallery-inner .caption{
	opacity:0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,153,51,0.8);
	-webkit-transition: opacity .1s ease-in-out;
	
}
.gallery-inner:hover .caption{
	opacity: 1;
}

.contact{
	margin-top: 60px;
	background: #009933;
	background-size: cover;
	padding: 60px 30px;
	
}
.contact h2{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
}

.contact a{
	color: #fff;
	font-weight: 500;
	border-bottom: 2px solid #fff;
}
.contact a:hover{
	text-decoration: none;
	color: #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	
}

.kontaktinfo{
	padding: 60px 0;
}
.kontaktinfo h6{
	color: #009933;
	font-size: 24px;
	margin: 0 0 30px 0;
	
}
.kontaktinfo p{
	color: 000;
	font-size: 18px;
}
.kontaktinfo .lokalizacja, .kontakt-info .email{
	margin-bottom: 60px;
}

footer{
	padding: 60px 0;
}
.copyright small{
	font-size: 14px ;
}

@media(min-width: 768px){
	.navbar-default .navbar-collapse{ background: none; }
	.navbar-default .navbar-nav{float: right; }
	.navbar-default .navbar-nav>li{margin-left: 30px; }
	.navbar-default .navbar-nav>li>a{ padding: 9px 0 0 0; }
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
		border-bottom: 2px solid #fff;
	}

}
@media(min-width: 992px){
	.navbar-default .navbar-nav>li{margin-left: 40px; }
	.jumbotron h3{ font-size: 18px;}
	.services-usu, .services-szko{ margin-bottom: 0; }
	.heading h1{ text-align: left; background-position: left bottom; }
	.control-right{ padding: 25px 0 0 0; text-align: right;}
}
@media(min-width: 1200px){
	.jumbotron { padding: 60px 0 180px 0; 
	max-height: 800px;}
	.navbar { margin-bottom: 0;}
	.heading{padding: 120px 0;}
}