body {
    font-family: 'Arimo', sans-serif;
}
.navbar-brand img {
	width: 180px;
	height: 50px;
}
.nawigacja {
	margin-bottom: 0;
	margin-left: 120px;
}
.nawigacja li{
}
.nawigacja li a{
	padding-top: 30px;
	padding-bottom: 26px;
}
.navbar-default {
    border-bottom: none;
	box-shadow: 1px -2px 10px black;
	border-radius: 0px;
	background-image: none;
	background-color: white;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  color: black;
}
.navbar-default .navbar-nav > li > a:hover {
  	color: black;
	border-bottom: 4px solid #e3000f;  
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom: 4px solid #e3000f;
  background-color: white;
  color: black;
    font-weight: 700;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: black;
    background-color: white;
    border-bottom: 4px solid #e3000f;
    
}
.dropdown-menu {
    background-color: white;
    top: 81px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}
.dropdown-menu li a {
    color: black;
    border-bottom: 4px solid white;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: white;
    border-bottom: 4px solid #e3000f;
    color: black;
    background-image: none;
    background-repeat: no-repeat;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border-bottom: 4px solid #e3000f;
    background-color: white;
    color: black;
    font-weight: 700;
    background-image: none;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    border-bottom: 4px solid #e3000f;
    background-color: white;
    color: black;
    font-weight: 700;
    background-image: none;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0 -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        border-bottom: 4px solid white;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-brand {
		width: 120px;
		height: 35px;
		box-sizing: content-box; 
	}
    .navbar-toggle{
        margin-top: 15px;
    }
	.navbar-brand img{
		width: 100%;
		height: 100%;
	}

}


@media (min-width: 991px) {
    .nawigacja {
        margin-left: 10px;
    }   
}

@media (min-width: 1200px) {
    .nawigacja {
        margin-left: 100px;
    }   
}
.section-2 {
    min-height: 750px;
}
.title-row {
	text-align: center;
    border-bottom: 4px solid rgb(183,183,183);
    padding-left: 0px;
    padding-right: 0px;
}
.title-row > h1 {
    color:#252525;
	font-size: 30px;
    font-weight: 700;
	margin-top: 35px;
	margin-bottom: 35px;
}
.row-1 {
	margin-bottom: 0px;
}
.row-2 {
	margin-bottom: 0px;
}
.row-3 {
	margin-bottom: 0px;
}
.row-4 {
	margin-bottom: 0px;
}
.uchwyt-1 {
    margin-bottom: 30px;
    text-align: center;
    height: 449px;
	background-color: #ebebeb;
}
.uchwyt-1 img {
    margin-top: 30px;
}
.uchwyt-1 h5 {
    color:#252525;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(225,225,225);
    border-bottom: 2px solid rgb(183,183,183);
}
.uchwyt-1-background {
    background-color: #ebebeb;
    height: 400px;
    background-image: url("../img/bhp-i-ochrona-spawacza/przylbice.png");
    background-size: 250px 280px;
    background-position: center center;
    background-repeat: no-repeat;
}
.uchwyt-2 {
    margin-bottom: 30px;
    text-align: center;
    height: 449px;
	background-color: #ebebeb;
}
.uchwyt-2-background {
    background-color: #ebebeb;
    height: 400px;
    background-image: url("../img/bhp-i-ochrona-spawacza/odziez.png");
    background-size: 157px 348px;
    background-position: center center;
    background-repeat: no-repeat;
}
.uchwyt-2 img {
    margin-top: 30px;
}
.uchwyt-2 h5 {
    color:#252525;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(225,225,225);
    border-bottom: 2px solid rgb(183,183,183);
}
.uchwyt-3 {
    margin-bottom: 30px;
    text-align: center;
    height: 449px;
	background-color: #ebebeb;
}
.uchwyt-3-background {
    background-color: #ebebeb;
    height: 400px;
    background-image: url("../img/bhp-i-ochrona-spawacza/narzedzia.png");
    background-size: 323px 190px;
    background-position: center center;
    background-repeat: no-repeat;
}
.uchwyt-3 img {
    margin-top: 30px;
}
.uchwyt-3 h5 {
    color:#252525;
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(225,225,225);
    border-bottom: 2px solid rgb(183,183,183);
}

.section-6 {
	background-color: black;
	border-top: 2px solid white;
}
.footer-menu {
}
.footer-logo img {
	width: 100px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.footer-nav ul {
	margin-top: 13px;
}
.footer-nav ul li{
    text-align: center;
	display: inline-block;
	list-style-type: none;
}
.footer-nav ul li a{
    font-size: 11px;
	text-decoration: none;
	padding-right: 15px;
	color: gray;
}
.footer-nav ul li a:hover {
	color: silver;
}
.footer-sign {
	text-align: right;
}
.footer-sign a {
	display: inline-block;
	margin-top: 16px;
	color: gray;
	font-size: 11px;
	text-decoration: none;
}
.footer-sign a:hover {
	color: silver;
}











