@charset "utf-8";

body {
	background-image: url('../gfx/background.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #1b0704;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #191917;
	margin: 0px;
}

.clearfix {
	clear: both;
	width: 100%;
}

p {
	margin: 0px;
	padding: 0px;
}

.main {
	width: 1170px;
	margin: 0 auto;
}

.main p {
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #888888;
}

.stopka {
	margin-bottom: 50px;
}

.header {
	margin: 0 auto;
	display: block;
	width: 1170px;
	background-color: #ffffff;
	background-image: url('../gfx/header_bg.png');
	background-repeat: no-repeat;
	background-position: top;
}

.header .logo {
	padding: 46px 70px;
	float: left;
}

.header .kontakt {
	float: right;
	padding: 46px 67px;
	font-size: 18px;
	line-height: 30px;
}

.header .kontakt span, .header .kontakt .email {
	padding-left: 11px;
}

.header .kontakt .numer {
	background: url("../gfx/bg_numer.png") no-repeat 0px 7px;
	font-weight: bold;
}

.header .kontakt .email {
	background: url("../gfx/bg_email.png") no-repeat 0px 7px;
	font-weight: bold;
}

.header .kontakt .email a {
	color: #191917;
	text-decoration: none;
}

.header .kontakt .adres {
	background: url("../gfx/bg_adres.png") no-repeat 0px 7px;
}

.main .baner {
	background: url("../gfx/baner.png") no-repeat 50% 50%;
	text-align: center;
	position: relative;
	width: 100%;
	height: 336px;
}



.main .baner .baner_in {
	width: 1170px;
	/*    background: url("../gfx/baner.png") no-repeat 50% 50%;*/
	height: 336px;
	margin: 0 auto;
}

.main .baner img {
	margin-left: 5px;
}

.main .banner {
	text-align: center;
	position: absolute;
}

.main .baner a img {
	position: absolute;
	margin-top: 185px;
	margin-left: -100px;
}

.main .txt {
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
	display: block;
	text-align: center;
	/*    background: url("../gfx/header_buttom.png") no-repeat 0px 0px;*/
}

.wrapper .main {
	background-color: #ffffff;
}

.wrapper .main .foto {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 30px;
	float: left;
}

.wrapper .galeria {

}

.wrapper .galeria a img {
	width: 20%;
	margin: 15px;
	border: #f2f2f2 10px solid;
}

.tabs-nav-custom {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav-custom a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 1170px) {
	body {
		width: 100% !important;
	}
	
	.main .baner {
		background: none;
	}
	
	.main .baner .baner_in {
		background: url("../gfx/baner.png") no-repeat 50% 50%;
	}
}

.banners {
	padding: 32px 180px;
}

.banners__banner {
	/*padding: 15px;*/
	background: #fff;
	display: block;
	
	
}
.banners__banner + .banners__banner {
	margin-top: 24px;
}

.banners__banner img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

/* dodane dla menu */

#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #ffffff;
  margin-left: 1px
}

#navbar a {
  float: right;
  display: block;
  color: #000000;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 12px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #543c94;
  color: white;
}