/* Style CSS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');

body {
    font-family: 'Open Sans', Arial, sans-serif;
	
}

header {
     background: url(../img/brushed_alu.png);
}

h1, h2 {
    font-weight: 300;
    margin-top: 0;
}
p {
    margin: 10px 0 0 0;
   
}



.distans {
    padding: 10px 0;
}

#sec-search {
	 background: url(../img/brushed_alu.png);
	
}

/* - - - - - - BRAND - - - - - - - */
.navbar-brand img {
    height: 25px;
}

/* - - - - - - SLOGAN - - - - - - - */
.slogan {
    margin: 10px 0 10px 0;
	

}
.slogan a {
    font-size: 16px;
    color: #222;
    text-decoration: none;
	
	
}
.slogan p {
    font-size: 14px;
    color: #e20000;
	
}


.icon-facebook-official {
	
	font-size: 22px;
	
}

/* - - - - - - PANEL - - - - - - - */
.panelek {
    margin: 25px 0 0 0;
}
.panelek li {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}

.panelek span, .panelek a {
    display: block;
    color: #666;
	
}
.panelek span {   
    font-size: 24px;
}
.panelek a {
    font-size: 11px;
}

/* - - - - - - NAV - - - - - - - */
.navbar {
    border-radius: 0px;
    margin: 7px 0 0 0;
    
}
.navbar-inverse .navbar-nav > li > a {
    color: #d4d4d4;
	margin-left: 20px;
    font-size: 20px;
}

.badge {
    padding: 4px 10px;
    border-radius: 5px;
}
.glyphicon-shopping-cart { 
    font-size: 15px;
}


/* - - - - - - CONTENT - - - - - - - */
#content {
	 background: url(../img/brushed_alu.png);
}

#content ul li {
    background-image: url(../img/checklist.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    list-style: none;
    margin: 15px;	
}
#content p  {
	font-size: 18px;
}
#content a  {
	color: #333;
}

.google-maps {
position: relative;
padding-bottom: 75%; // Tutaj regulujemy wysokość
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* - - - - - - SLIDES - - - - - - - */

.carousel-caption {
	font-size: 3vw;
	color: #fff;
	text-shadow: 1px 2px 5px #222;
	text-align: right;
   
}


/* - - - - - - SEC - AWARDS - - - - - - - */
#awards {
	background: url(../img/brushed_alu.png);
}

#awards p {
	font-size: 18px;
}

.reward {
    margin-top: 30px;

}

/* - - - - - - SEC - FOOTER - - - - - - - */
#footer {
    background: url(../img/binding_dark.png);
    color: #fff;
    font-size: 18px;    
    }
#footer a {
    color: #fff;
}
#footer b {
    color: #e20000;
}
#footer p {
    padding-bottom: 15px;
}


/* - - - - - - STICKI MENU - - - - - - */
.affix {
    top: 0;
    z-index: 999;
    margin: 0;
    width: 100%;
}


/* - - - - - - - - MEDIA - - - - - - - - - */



@media all and (max-width:767px) {
    
				}
	
	.logo {
        text-align: center;
}
    .panelek {
        text-align: center;
    }
    .panelek li:first-child, .panelek ul {
        margin: 0;
        padding: 0;
    }










