    body{
            padding-top: 90px;
            font-family: 'Roboto', sans-serif;
    }

    h2{
        margin: 10px 0;
        text-align: center;
    }

    .act{
        background-color: red;
    }

    .navbar-inverse .navbar-nav>li>a {
    	color: white;
    }

/* MENU */


    .navtop{
        margin-top: 0px;
        border-bottom: 2px solid red;
        background: url("images/menu.jpg");
        background-position: center;
        background-repeat: no-repeat;
    }

    .navbar ul{
        list-style-type: none; 
        margin-bottom: 10px;
        padding: 0;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 18px;
    }
    .navbar{
        height: 90px;
    }
    .navbar-ex1-collapse{
        max-height: 150%;

    }

    .navbar li:hover{
        background-color: red;
    }

    .navbar-nav{
        background-image: url("images/bg-menu.jpg");
        margin-top: 35px;
    }



    body > nav > div > div.navbar-header{
        margin-bottom: 0px;
    }

    .navbar-brand {
        max-width: 100%;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: red;  /*Sets the text hover color on navbar*/
    }




/* DANE KONTAKTOWE */

    #info {
        position: absolute;
        float: right;
        padding: 5px;
        margin-left: 30%;
        background-color: #dddddd;
    }

    #info img{
        margin-right: 5px;
        margin-left: 10px; 
    }
    #boxy {
        background-color: rgb(242,242,242);
        padding: 50px 0;
    }

    #boxy h1{
        padding-bottom: 50px;
    }

    #boxy p{
        padding-bottom: 20px;
        min-height: 100px;
    }

    #boxy a{
        display: block;
        height: 40px;
        width: 90px;
        background-color: rgb(45,45,45);
        margin: 0 auto;
        line-height: 40px;
        border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        border: 0px solid red;
        color: white;
    }

    #boxy a:hover{
        background-color: red;
        text-decoration: none;
    }



/* ZAKLADKA KONTAKT */

    .kontakt{
        min-height: 650px;
    }

/* STRONA O NAS */
    
    .part{
        margin: 50px 0;
    }

    .partnerzy {
        margin: 25px 0;    
    }


    .logoPartnera{
        margin: auto auto;
        height: 150px;
                
    }
    
    .onas{
        background-color: rgb(242,242,242);
    }

    .onas p{
        font-family: 'Roboto', sans-serif;
        font-size: 1.1em;
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .zespol{
        min-height: 371px;
        background-image: url("images/onas/bg-bottom.gif");
    }
    .zespol h2{
        color: white;
    }

    .box{
        background-color: rgb(222,223,225);
        width: 300px;
        margin: 40px;
        padding-left: 70px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    h4{
        color: red;
        font-size: 1.5em;
        padding: 0;
        margin: 0;
    }
    h5{
        padding: 0;
        margin: 0;
        font-size: 1em;
        font-weight: bold;
    }
    h6{
        font-size: 1em;
    }

/* GLOWNe */
    
    #slider{
        border-bottom: 2px solid red;
        position: relative;
        min-height: 163px;
        width: 100%;
    }


    #slider h2{
        color: white;
        margin: 0;
        padding-top: 70px;
        text-align: center;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }

    .top{
        min-height: 300px;
        margin: 0 auto;
        padding: 20px 0;
        line-height: 25px;
        background-color: rgb(242,242,242);
    }

    .top img{
        width: 355px;
    }

    .top p {
      margin: 0px 45px 10px;
      font-size: 1.1em;
      line-height: 35px;
    }

    .oferta{
        min-height: 544px;        
        background-image: url("images/warsztat/bg-warsztat.jpg");
        
    }


    .boxOferta{
        min-height: 420px;
        padding: 2px;
        background-color: rgb(177,184,191);
        text-align: center;
        
        border-radius: 50px 0px 35px 0px;
        -moz-border-radius: 50px 0px 35px 0px;
        -webkit-border-radius: 50px 0px 35px 0px;
        border: 0px solid #000000;
    }

    .boxOferta p{
        margin: 0 15px;
    }

    .oferta h2{
        padding: 30px 0;
        color: white;
    }

    .oferta h3{
        color: red;
    }


/* FOOTER */

    footer {
        min-height: 70px;
        background-color: #D0D0D0;
    }

    footer .links{
        float: left;
    }

    footer .links{
        list-style-type: none;
    }

    footer .links li{
        
    }

    footer .links ul li a{
        text-decoration: none;
        color: red;
    }


    .copyright{
    	text-align: center;
    	padding-top: 25px;
    }

    .licznik{
        text-align: center;
    }