@CHARSET "UTF-8";

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 700;
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 100;
	src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
}

html {
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	font-size: 14px;
	overflow-x: auto;
	overflow-y: scroll;
	border-bottom: 10px solid #e51b00;
	padding-bottom: 60px;
	min-height: 100%;
	box-sizing: border-box;
	padding-top: 110px;
}

.container {
	max-width: 800px;
}

.page-centered {
	max-width: 800px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

.page-full {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.page-oc {
	max-width: 800px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	border-box: content-box;
	padding-top: 30px;
}

.text-centered {
	text-align: center;
}

.bg-grey {
	background-color: #b6b3b2;
	color: #ffffff;
}

.bg-lgrey {
	background-color: #efefef;
}

h1 {
	margin: 0;
	padding: 40px;
	font-weight: 700;
	font-size: 26px;
}

h1 span {
	font-weight: 100;
	font-size: 22px;
}

h2 {
	margin: 0;
	padding: 25px;
	padding-left: 0;
	font-weight: 900;
	font-size: 18px;
	color: #e51b00;
	margin-top: 30px;
	clear: both;
	border-bottom: 2px solid #e51b00;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h1.big-red {
	margin: 0;
	padding: 25px;
	padding-left: 0;
	font-weight: 900;
	font-size: 22px;
	color: #e51b00;
	margin-top: -110px;
	padding-top: 110px;
	clear: both;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #848484;
	margin-top: 20px;
	margin-bottom: 15px;
}

.box-main-page {
	margin-top: 30px;
}

.box-main-page a {
	background-color: #eeeeee;
}

.box-main-page p{
	height: 86px;
	overflow: hidden;
}

.box-main-page img {
	width: 100%;
}

.box-main-page h2 {
	margin: 10px 0;
	padding: 0;
	color: #e51b00;
	border: none;
}

.more-button {
	margin-top: 15px;
	display: block;
	background-color: #b6b3b2;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-weight: 700;
	background-image: url("../img/arrow-down.png");
	background-repeat: no-repeat;
	background-position: center 50px;
	transition-duration: 0.07s;
	transition-timing-function: linear;
}

.more-button:HOVER {
	color: #ffffff;
	background-position: center 55px;
}


.news-main-page img {
	width: 100%;
}

hr {
	color: #e51b00;
	border-color: #e51b00;
	background-color: #e51b00;
	border-top: 2px solid #e51b00;
	clear: both;
}

a {
	color: #000000;
	text-decoration: none;
}

a:HOVER {
	color: #e51b00;
	text-decoration: none;
}

#navbar {
	margin-right: -30px;
}

.navbar-logo {
	padding: 0;
	display: block;
	width: 175px;
	height: 45px;
	background-image: url("../img/logo120.png");
	background-repeat: no-repeat;
	margin-top: 0;
}

.navbar-fixed-top {
	background-color: #ffffff;
	height: 110px;
	font-weight: 600;
	color: #848484;
}

.navbar-fixed-top #navbar a {
	color: #4c4b4b;
	font-size: 14px;
}

.navbar-fixed-top .container {
	margin-top: 30px;
}

.navbar-fixed-top-margin {

}

.carousel-indicators li {
	background-color: #ffffff;
	border-color: #ffffff;
}

.carousel-indicators .active {
	background-color: #e51b00;
	border-color: #e51b00;
}

ul.menu-left {
	position: fixed;
}

ul.menu-left li {
	margin-bottom: 5px;
}

ul.menu-left li a {
	color: #4c4b4b;
	font-weight: 600;
}

ul.menu-left li a:HOVER {
	color: #e51b00;
}

.offer-box {
	float: left;
	width: 45%;
	margin-right: 5%;
	border: 1px solid #b6b3b2;
	margin-bottom: 5%;
	position: relative;
	overflow: hidden;
	height: 200px;
}

.offer-box ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px;
	visibility: hidden;
	background-color: #b6b3b2;
	list-style-position: outside;
	padding-left: 25px;
	z-index: 2;
}

.offer-box img {
	display: block;
	max-height: 110px;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #ffffff;
	display: block;
	width: 100%;
}

.offer-box strong {
	display: block;
	background-color: #b6b3b2;
	padding: 10px;
	padding-right: 0;
	overflow: hidden;
	position: absolute;
	top: 160px;
	height: 40px;
	width: 100%;
	white-space: nowrap;
}

.gallery-column {
	width: 105%;
}

.offer-box:HOVER {
	background-color: #b6b3b2;

}

.offer-box:HOVER img {
	visibility: hidden;
}

.offer-box:HOVER ul {
	visibility: visible;
	padding-bottom: -20px;
	display: block;
	overflow: hidden;
	height: 200px;
	font-size: 11px;
	padding: 20px;
	width: 100%;
	font-weight: bold;
	line-height: 14px;
}

.offer-box:HOVER strong {
	visibility: hidden;
}

.offer-box :HOVER p {
	z-index: 10;
	background-color: #b6b3b2;
	color: #000000;
	visibility: visible;
}



.uslugi h2 {
	color: #e51b00;
	margin-top: 30px;
	padding-top: 0;
}
.uslugi h2:FIRST-CHILD {
	margin-top: 0px;
}

.uslugi img {
	margin-left: 25px;
}

.uslugi p {
	overflow: hidden;
}

.uslugi {
	margin-bottom: 25px;
	overflow: hidden;
}

.w200{
	width: 200px;
}

.p10 {
	padding: 10px;
}

.news-box {
	display: block;
	width: 380px;
	margin: 40px 10px;
	float: left;
}

div.news-box:nth-child(odd){
    clear: left;
}

.news-box h2 {
	background-color: #ffffff;
	margin: 0;
	padding: 23px 30px 27px 30px;
	height: 90px;
	overflow: hidden;
	border: 2px solid #e51b00;
	transition: all 1s;
	margin-bottom: 20px;
}

.news-box h2 a {
	color: #e51b00;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	height: 42px;
	transition: all 1s;
}

.news-box h2:HOVER {
	background-color: #e51b00;

	padding: 23px 30px 27px 30px;
	height: 90px;
	overflow: hidden;
	
}

.news-box h2:HOVER a {
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	height: 42px;
}

.news-box p {
	margin: 0;
	padding: 25px 30px;
	overflow: hidden;
	display: block;
	height: 80px;
}

.news {
	margin-top: -55px;
	overflow: hidden;
	max-width: 810px;
}

img.main-news-img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.contact1 {
	margin-bottom: 100px;
	border-bottom: 1px solid #e51b00;
	height: 20px;
	margin-top: 30px;
}

.contact form h2 {
	margin-top: 0;
	padding-top: 0;
}

.contact form label {
	width: 100%;
	display: block;
}

.contact form input.btn {
	width: auto;
}

a.button {
	display: block;
	color: #e51b00;
	background-color: #ffffff;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e51b00;
	width: 120px;
}

.contact a:HOVER {
	color: #ffffff;
	background-color: #e51b00;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
	background-color: transparent;
	background-image: url("../img/menu-dot.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
}

.footer {
	margin-top: 80px;
}

.navbar-fixed-top-margin.footer {
	margin-top: 190px;
}

.margin-l-m-30 {
	margin-left: -30px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #e51b00;
	color: #ffffff !important;
}

.location-icon {
	display: block;
	background-image: url("../img/location.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.location-icon:HOVER {
	background-image: url("../img/location_w.png");
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

.gallery-custom .col-sm-3 {
	width: 30%;
}

.gallery-custom .col-sm-9 {
	width: 70%;
}

div.nasi-klienci img {
	display: block;
	float: left;
	width: 33%;
	border-right: 4px solid #e51b00;
	margin-bottom: 10px;
}

div.nasi-klienci img:nth-child(3n+0) {
	border-right: none;

}

a.menu-yt {
	margin-top: -24px;
	margin-right: -15px;
}

div.spacer {
	height: 30px;
}

@media (max-width: 767px) {
	
	body {
		padding-top: 0;
	}
	
	.gallery-custom .col-sm-9 {
		width: 100%;
	}
	
	.navbar-fixed-top {
		position: relative;
	}
	
	.navbar-fixed-top-margin {
		margin-top: 0;
	}
	
	.page-centered {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #e51b00;
	}
	
	#navbar.collapse.in, #navbar.collapsing {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		left: 0;
		right: 0;
		clear: both;
		background-color: #ffffff;
		position: absolute;
	}
	
	.menu-top {
		padding: 0;
		margin: 0;
	}
	
	ul.navbar-nav {
		padding: 0;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.nav > li > a, .nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
		background: none;
		border: 1px solid #b6b3b2;
		margin-bottom: -1px;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
	}
	
	ul.dropdown-menu {
		padding: 0;
	}
	
	
	ul.dropdown-menu li a {
		background-color: #e51b00;
		border: 1px solid #b6b3b2;
		margin-bottom: -1px;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px; 
		color: #ffffff !important;
	}
	

	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 100000px;
	}
	
	.page-oc {
		padding: 15px;
	}
	
	.uslugi img {
		display: block;
		float: none !important;
		margin: 20px auto !important;
	    width: 100% !important;
	    height: auto !important;
	}
	
	.uslugi h2 {
		margin-left: 0;
	}
		
	h2 {
		margin: 20px;
		padding: 0;
	}
	
	.news-box {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
}

@media (max-width: 420px) {
	.offer-box {
		width: auto;
		float: none;
		margin: 20px;
	
	}
		
	div.nasi-klienci img {
		display: block;
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		border-right: none;
	}

}
