/*
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}
/*.navbar {
  min-height: 70px;
}*/
.nav a{
    color: white !important;
    font-size: 24px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.phone_p
{
    padding-top: 1em !important;
    font-size: 28px !important;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
    background: url('../img/naglowek.jpg') no-repeat center center scroll;
    padding: 100px 0;
}

/* Small devices (tablets, 768px and up)
@media (min-width: @screen-sm-min) { ... }

 Medium devices (desktops, 992px and up)
@media (min-width: @screen-md-min) { ... }

 Large devices (large desktops, 1200px and up)
@media (min-width: @screen-lg-min) { ... }*/


.image-bg-fixed-height {
    background: url('../img/naglowek.jpg') no-repeat center center scroll;
    height:524px;

}
@media(max-width:768px)
{
    .image-bg-fixed-height {
        background: url('../img/naglowek_768.jpg') no-repeat center center scroll;
        max-height: 292px;

    }


}

.img-center {
    margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 2em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 16px;
    }
}
.navbar-inverse {
    background-color: #000;
}
.onas{
    text-align: center;
}
.pierwsi{
    color: red;
}
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.product {
    margin: 0 auto;

}
.jumbotron {
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    margin-bottom: 0px;
    /*color: inherit;*/
    /*background-color: #eee;*/
}
.oferta{
    color: whitesmoke;
    background-color: #000;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 300px;
    margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 262px;
    /*background-color: #777;*/
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* all map containers must be full height */
html, body, .container-fluid, .row, .map { height: 100% }

#map-canvas {
    width:100%;
    /*height: 100%;*/
    height: 200px;
    /*height:calc(100% - 0px);*/
}
#map {
    height: 50%;
}
.img-feature {
    padding-top:20px;
}
.h1_onas
{
    font-size: 40px !important;
}
.h1_pierwsi
{
    font-size: 26px !important;
    color: red !important;
}
.onas_p{
    font-size: 28px !important;
}
.cr_h5{
    color:red;
    font-family: 'Arial', 'PT Sans', sans-serif;
}