@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&amp;subset=latin-ext');
@import url('../font/flaticon.css');
@import url('font-awesome.css');
@import url('jquery.fancybox.css');
@import url('bootstrap.css');

#topbar{
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #888;
}
#topbar i{
	color: #f6d014;
	font-size: 20px;
	padding: 5px
}
#topbar a{
	color: #888;
	font-size: 14px;
	padding: 10px;
	transition-duration: 0.5s;
}
#topbar a:hover{
	text-decoration: none;
	color: #f6d014
}
#topbar .socialicon i{
	font-size: 18px;
	color: #888;
	transition-duration: 0.5s;
}
#topbar .socialicon i:hover{
	color: #f6d014;
}
@media (max-width: 767px){
	#topbar i{
		font-size: 15px;
	}
	#topbar a{
		font-size: 12px;
	}
}
.dropdown:hover .dropdown-menu {
  display: block;
	left: 0;
	margin: 0;
}
#baner{
	background-image: url(../img/baner.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
	color: #fff;
	font-size: 20px;
}
#baner .title{
  background-color: #f6d014;
  color: #333;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 300;
}
#baner .title2{
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 767px){
	#baner{
		padding-top: 100px;
		padding-bottom: 100px;
		font-size: 17px;
	}
	#baner .title{
		padding: 0 10px;
		font-size: 28px;
		letter-spacing: 5px;
	}
	#baner .title2{
		font-size: 38px;
  		line-height: 45px;
	}
}
#bar{
	background-image: url(../img/bar.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
#bar h2{
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,0.5)
}
#bar .btn{
	margin-top: 15px;
}
#oferta{
	padding-top: 50px;
	padding-bottom: 50px;
}
#oferta h2{
	text-transform: uppercase;
	font-weight: 700;
}
#oferta .box{
	margin-top: 30px;
	padding: 15px;
	border: 1px solid #efefef;
	transition-duration: 0.5s;
	transition: all 1s ease;
	font-size: 14px;
	color: #333;
}
#oferta .box span[class^="flaticon-"]{
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 55px;
	background-color: #f6d014;
	color: #333;
	text-align: center;
	margin: 10px;
	transition-duration: 0.5s;
}
#oferta .box h3{
	font-weight: 700;
	color: #333;
	display: inline-block;
	font-size: 20px;
}
#oferta .box:hover{
	border: 1px solid #f6d014;
	background-color: #f6d014;
	transition: all 0.6s;
	transform: scale(1.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
#oferta .box:hover span{
	background-color: #333;
	color: #f6d014;
}
#o-firmie{
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #fff;
}
#o-firmie .bg{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(0,0,0,0.3);
}
#o-firmie h2{
	text-transform: uppercase;
	font-weight: 700;
}
#o-firmie span{
	color: #f6d014;
	font-weight: 700;
}
#aktualnosci{
  	padding-top: 50px;
  	padding-bottom: 50px;
	background-color: #efefef;
}
#aktualnosci h2{
  	text-transform: uppercase;
	font-weight: 700;
}
#aktualnosci img{
  	width:100%;
}
#aktualnosci .box{
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	transition-duration: 0.5s;
	min-height: 560px;
}
#aktualnosci .box .caption{
	padding: 20px;
	font-size: 15px;
}
#aktualnosci .box .caption span{
	width:50px;
	height:50px;
	background-color: #f6d014;
	position: absolute;
	text-align: center;
	padding: 5px;
	color: #333;
	margin-top: -45px;
}
#aktualnosci .box .caption h3{
	font-size: 20px;
	color: #333;
	font-weight: 700;
}
#aktualnosci .box:hover{
	transition: all 0.6s;
	transform: scale(1.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
#kontakt{
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #333;
	color: #fff;
}
#kontakt img{
	width: 200px;
	margin-bottom: 20px;
}
#kontakt a{
	color: #f6d014;
}
#kontakt i{
	font-size: 18px;
	color: #888;
	transition-duration: 0.5s;
	padding: 10px;
}
#kontakt i:hover{
	color: #f6d014;
}
#breadcrumb{
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#breadcrumb h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
#breadcrumb h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px){
	#breadcrumb h1{
		font-size: 40px;
		line-height: 45px;
	}
	#breadcrumb h2{
		font-size: 22px;
		text-transform: none;
	}
}
#podstrona{
	padding-top: 80px;
	padding-bottom: 80px;
}
#podstrona h4{
	font-weight: 700;
	margin-top: 30px;
}
#podstrona span[class^="flaticon-"]{
	float: left;
	display: block;
	width: 95px;
	height: 95px;
	line-height: 95px;
	font-size: 65px;
	background-color: #f6d014;
	color: #333;
	text-align: center;
	margin: 5px 30px 10px 0;
	transition-duration: 0.5s;
}
#podstrona img{
	width: 100%;
}
#podstrona .link{
	color: #f6d014;
	font-weight: 700;
}