/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	color: #4c4c4c;
	font-family: 'Muli', sans-serif; 
	line-height: 1.5;
}
header {
	background: url(./img/slider1.png) 50% 0 no-repeat;
	height: 819px;
	margin: 0 auto;
	border-radius: 15px;
	background-size: cover;
}
.podstrona {
	background: url(./img/slider2.jpg) 50% 0 no-repeat;
	height: 100%;
	margin: 0 auto;
	border-radius: 15px;
	background-size: cover;
}
p {
	color: #4c4c4c;
}
.menu {
	margin-top: -50px;
}
@media (max-width: 576px) {
    .menu { margin-top: 20px; }
}
@media (max-width: 768px) {
    .menu { margin-top: 20px; }
}
@media (max-width: 576px) {
    .menu-last { display: none; }
}
@media (max-width: 768px) {
    .menu-last { display: none; }
}
.menu li {
	margin-left: 25px;
}
.menu a {
	color: #fff;
	font-size: 18px;
}
.menu a:hover {
	border-bottom: 2px solid #fdce0c;
	text-decoration: none;
	padding-bottom: 20px;
}
.menu ul li:last-child {
	border: 1px solid #fdce0c;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: -10px;
}
@media (max-width: 576px) {
    .menu ul li:last-child { display: none; }
}
@media (max-width: 768px) {
    .menu ul li:last-child { display: none; }
}
.menu a:hover:last-child {
	padding-bottom: 10px;
}
.logo {
	padding-top: 10px;
}
.header-text {
	top:40%;
}
.podstrona .header-text {
	margin-top:5%;
}
@media (max-width: 576px) {
    .header-text { top:20%; }
}
@media (max-width: 768px) {
    .header-text { top:20%; }
}
.header-text span {
	color: #fdce0c;
}
.header-text p {
	color: #9c9c9c;
	line-height: 30px;
	font-size: 17px;
}
.header-text h2 {
	font-size: 50px;
	padding-bottom: 20px;
	color: #fff;
}
@media (max-width: 576px) {
    .header-text h2 { font-size: 36px; }
}
@media (max-width: 768px) {
    .header-text h2 { font-size: 36px; }
}
.header-text h2::before {
    display: inline-block;
    content: "";
    border-top: .3rem solid #fdce0c;
    border-radius: 5px;
    width: 60px;
    margin: 0 10px;
    transform: translateY(-1rem);
    margin-left: -70px;
}
@media (max-width: 576px) {
    .header-text h2::before { 
    display: inline-block;
    content: "";
    border-top: .3rem solid #fdce0c;
    border-radius: 5px;
    width: 40px;
    margin: 0 10px;
    transform: translateY(-1rem);
     }
}
@media (max-width: 768px) {
    .header-text h2::before { 
    display: inline-block;
    content: "";
    border-top: .3rem solid #fdce0c;
    border-radius: 5px;
    width: 40px;
    margin: 0 10px;
    transform: translateY(-1rem);
     }
}
.about-us h3 {
	color: #4c4c4c;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 40px;
}
h3 {
	color: #4c4c4c;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 40px;
}
h3 span {
	border-bottom: 4px solid #fdce0c;
	padding-bottom: 10px; 
}
h5 a {
	color: #4c4c4c;
	padding: 20px 0 0 0;
	text-align: left;
	font-size: 28px;
}
h5 span a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fdce0c;
	color: #fdce0c;
}
.about-us p {
	color: #4c4c4c;
}
.about-us h3 span {
	border-bottom: 4px solid #fdce0c; 
}
.img1 {

}
.img2 {
	position: absolute;
	margin-top: -250px;
	margin-left: -200px;
	border-radius: 10px;
}
.oferta h3 {
	margin-top: 50px;
}
.oferta-box h4 span {
	color: #fdce0c;
}
.oferta-box h4 {
	padding-bottom: 20px;
	border-bottom: 4px solid #fdce0c; 
	color: #fff;
}
.oferta img {
	text-align: center;
}
.oferta-box {
	background: #383838;
	padding: 30px;
	border-radius: 10px;
	margin: 10px 10px 0 10px;
}
.oferta-box p {
	color: #9c9c9c;
	text-align: left;
}
.oferta-box img {
	padding-bottom: 20px;
}
.head-text {
	font-size: 18px;
}
.footer {
	padding: 50px 0 10px 0;
	color: #696969;
}
.footer ul li a {
	color: #696969;
	margin: 15px 0;
	size: 16px;
}
.footer ul li a::before {
    display: inline-block;
    content: "";
    border-top: .1rem solid #fdce0c;
    border-radius: 0;
    width: 20px;
    margin: 0 15px -10px 15px;
    transform: translateY(-1rem);
    margin-left: -30px;
}
.footer ul li {
	list-style: none;
	margin: 10px 0;
}
.footer h3 {
	font-size: 34px;
	padding: 0px 0px 20px 0px;
}
.firma {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #f0f0f0;
	margin: 20px 0;
	border-radius: 20px;
	padding: 5px 0;
}
.firmowe ul li span {
	padding: 0 10px;
}
.firmowe ul li {
	padding: 5px 0;
}
@media (max-width: 576px) {
    .footlogo { margin-left: 20px; }
}
@media (max-width: 768px) {
    .footlogo { margin-left: 20px; }
}
@media (max-width: 576px) {
    .map {  }
}
@media (max-width: 768px) {
    .map {  }
}
.wpisypodstrona h6 {
	padding-top: 50px;
}
h6 a {
	color: #4c4c4c;
	padding: 20px 0 0 0;
	text-align: left;
	font-size: 28px;
}
h6 span a:hover {
	text-decoration: none;
	border-bottom: 2px solid #fdce0c;
	color: #4c4c4c;
}
.sidebar h6 {
	color: #4c4c4c;
	padding: 50px 0 0 0;
	text-align: left;
	font-size: 22px;
}
.sidebar ul li {
	list-style: none;
}
.sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.sidebar a {
	color: #fdce0c;
}