body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: url('../images/css/bg_image.png') no-repeat fixed top;
	background-size: cover;
	color: white;
	line-height: 1.6;
}
a:focus, a:hover{
	outline: none;
}
#navbar{
	text-align: center;
}
/* this part is responsible for centered navbar */
.navbar-nav{
	margin: 0 auto !important;
	float: none !important;
}
.navbar-default{
	border: none !important;
	background-color: #ef9c00;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-nav>li{
 display: inline-block !important;
 float: none !important; 
 padding: 15px 0 0 0;
}
/*END this part is responsible for centered navbar END*/
.navbar-default .navbar-nav>li>a{
 padding: 0 30px;
 border-right: 1px solid #f3b238;
 font-family: 'Open Sans', semi-bold;
 font-size: 14px !important;
 color: white !important;
}
.navbar-nav>li>a:active, .navbar-nav>li>a:focus, .navbar-nav>li>a:hover{
 color: #5E410A !important;
}
#underheader_logo{
	min-height: 165px;
	height: 100%;
	background: url('../images/css/bkg_belt_top.png') repeat-x;
	padding: 40px 10px 10px 10px;
}
/*----------------------------------------------------------------------------------- content -----------------------------------------------------------------------------*/
.content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;  
	padding: 20px 0;
}
.kondracki_header{
	font-family: 'Comfortaa', light;
	font-size: 25px;
	color: white;
	background: url('../images/css/ico.png') no-repeat left;
	padding-left: 50px;
}
.standart_p{
	font-size: 14px;
	font-weight: 300;
}
.manipulate_article{
	padding: 20px 10px 20px 20px;
	margin-top: 50px;
}
.inner_column{
	margin: 60px auto;
}
.img-responsive{
	margin: 0 auto !important;
}
.nav-pills > li > a{
	border-radius: 0;
	font-family: 'Comfortaa';
	font-weight: 300;
	font-size: 17px;
	background-color: rgba(0,0,0,0.2);
	color: white;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus{
	background-color: #EF9C00;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color: #EF9C00;
}
.tab-content{
	border-top: 6px solid #EF9C00;
	background-color: rgba(0,0,0,0.5); 
	border-bottom: 5px solid #7A5D26;
	margin-bottom: 50px;
}
.zakres_h2{
	background: url('../images/css/ico_oferta.png') no-repeat left;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 15px;
	padding-left: 35px;
	margin: 0 0 15px 0;
}
.padder{
	padding: 50px;
}
.borderer{
	padding-bottom: 20px;
}
.separ{
	min-height: 1px;
	border-top: 1px solid #3c3c3c;
	width: 95%;
	margin: 0 auto;
}
.span_orange_italic{
	color: #EF9C00;
	font-style: italic;
}
.img_holder_zakres{
	padding: 20px;
}
/*==================================================================================== gallery ============================================================================*/
.thumbnail{
	border-radius: 0;
	border: 0;
	padding: 0;
}
.standart_header_h1{
	text-align: center;
	font-family: 'Comfortaa', light;
	font-size: 25px;
	color: white;	
}
.gallery{
 padding: 20px;
}
.no-margin{
	margin: 0;
}
/*================================================================================ kontakt =============================================================================*/
.contact_div{
	min-height: 200px;
	height: 100%;
	border-bottom: 5px solid #7A5D26;
	background-color: rgba(98,98,98,0.8);
	margin: 30px auto;
	text-align: center;
}
#form_id{
	margin: 20px auto;
	max-width: 1200px;
}
.input-sm, .form-group-sm .form-control{
	border-radius: 0;
	border: none;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
	color: white !important;
}
.form-control{
	background-color: rgba(98,98,98,0.8);
	color: white !important;
	border: none;
		margin-bottom: 10px;
}
.form-control::-moz-placeholder {
	color: white;
}
label{
	font-weight: 300;
}
#ankieta_submit{
	margin: 20px auto;
	background-color: #ef9c00;
	border: none;
	color: #3b3b3b;
	min-height: 50px;
	height: 100%;
	min-width: 200px;
	font-size: 20px;
	font-weight: 400;
}
.mkontakt_message{
	color: #EF9C00;
	font-size: 16px;
	margin-bottom: 20px;
}
#map-canvas{
	min-height: 300px;
	height: 100%;
	margin-bottom: 50px;
}
.contact_icon{
	margin: 20px auto;
}
.p_contact{
color: white;
}
.span_kontakt{
color: #EF9C00;	
}
/*----------------------------------------------------------------------------------- footer ------------------------------------------------------------------------------*/
.footer{
	background-color: black;
	min-height: 50px;
	height: 100%;
	padding: 15px;
}
.footer_inner{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.footer_p{
	font-family: 'Open Sans', condensed;
	font-size: 14px;
	color: #909090;
	padding: 0;
	margin: 0 ;
}