@font-face{
	font-family:"ClanPro";
	src:url("https://s1.kaercher-media.com/fileadmin/templates/kaercher2014/fonts/ClanWebPro-News.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"ClanPro";
	src:url("https://s1.kaercher-media.com/fileadmin/templates/kaercher2014/fonts/ClanWebPro-Medium.woff") format("woff");font-weight:500;
	font-style:normal;
	
	font-weight:500;
}

@font-face{
	font-family:"ClanPro";
	src:url("https://s1.kaercher-media.com/fileadmin/templates/kaercher2014/fonts/ClanWebPro-Bold.woff") format("woff");
	font-weight:bold;
	font-style:normal
}
@font-face{
	font-family:"ClanPro";src:url("https://s1.kaercher-media.com/fileadmin/templates/kaercher2014/fonts/ClanWebPro-NarrBlack.woff") format("woff");
	font-weight:900;
	font-style:normal;
}

body{
	font-family:ClanPro, Arial, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#2B2B2B;
	background-color:#fff;
	direction:ltr;
	word-wrap:break-word;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #ccc, transparent);
    background-image: linear-gradient(to right, #ddd, #ccc, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0;
}
img {
	width:100%;
	display:block;
} 

/*---NAGŁÓWEK I MENU---*/
.karcher-header{
	background-color: #FFED00;
	height:72px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.karcher-logo{
	background-color: #fff;
	width:250px;
	height:70px;
	float:left;
	content: url(../img/logo-06.png);
	padding:8px 25px 8px 25px;
}
.karcher-center{
	line-height:70px;
	font-size:16px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 15px;
    border: 1px solid transparent;
	font-size:16px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight:500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
	font-weight:bold;
}
  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
	  position:fixed;
	  border-bottom: 1px solid #ccc;
  }


/*---SLIDER---*/
.slajder{
	margin-bottom:40px;
}
.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    background-color: rgba(50, 50, 50, 1);
    border: 1px solid #ccc;
}

.carousel-indicators .active {
    background-color: rgba(255, 237, 0, 1);
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*--- CONTENT ---*/
.content{
	margin-top:20px;
	margin-bottom:20px;
	display:table;
}
.content a{
	color:#555;
}
.content a:hover{
	color:#333;
	text-decoration:none;
}
.yellow-bg{
	background-color: #FFED00;
	min-height:100px;
	padding:20px;
}
.yellow-bg h2{
	font-weight:900;
}

.gray-bg{
	background-color: #444;
	min-height:100px;
	padding:20px;
	color:#fff;
}
.gray-bg h2{
	font-weight:900;
}
.mapa{
	height:80vh;
}
.serwis-btn{
	background-image: url('../img/serwis-10.png');
	width:250px;
	height:40px;
	font-size:14px;
	font-weight: 900;
	line-height:30px;
	padding:5px 15px;
	margin-top:15px;
}

/*---OFETA---*/
.home{
	list-style: none;
}

.home li{
	width:25%;
	height:275px;
	float:left;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	display:block;
	
	
}
.home li:hover{
	cursor:pointer;
	
}
.obrazek{
	width:100%;
	height:275px;
}
.obrazek:hover{
	border: 2px solid #FFED00;
}
.katalog{
	width:100%;
	border: 2px solid #333;
	height:275px;
}
.katalog img{
	height:150px;
	width:auto;
	margin-right:auto;
	margin-left:auto;
}
.katalog p{
	font-weight:300;
	text-transform: none;
	font-size:10px;
}

/*---STOPKA---*/
.karcher-footer{
	background-color: #ccc;
	height:50px;
	margin-bottom:20px;
	margin-top:50px;
	line-height:50px;

}
.gotop {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    bottom: 40px;
    right: 20px;
    text-align: center;
    line-height: 40px;
    color: white;
	display: none;
}
.gotop:hover{
	 background-color: rgba(0,0,0,0.8);
}

/*--FORMULARZ--*/
.form-control{
	overflow:hidden;
}
.kontakt-form{
	position:fixed;
	width:80%;
	height:80vh;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color:#fff;
	z-index:15;
	border-radius:5px;
	display:none;
	overflow: auto;
	}
.kontakt-bg{
	position:fixed;
	width:100%;
	height:100vh;
	z-index:15;
	background-color: rgba(0,0,0,0.5);
	margin:auto;
	top:0;
	display:none;
}
.kontakt-close { 
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    color: #333;
    display: block;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    box-sizing: content-box;
	margin:10px;
}
/*--------- galeria------*/
.gallery{
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}
.group1 {
		width:25%;
}
.galeria{

	overflow:hidden;
	float:left;
	padding: 0;
}
.gallery a > img{
	transform: scale(1);
	transition: all 0.4s ease-out;
	z-index:1;

}
.gallery a:hover > img{
	transform: scale(1.1);
	transition: all 0.4s ease-out;
}
/*---SMARTFONY---*/
@media screen and (max-width: 550px)
{
	
}