/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-01-20, 00:07:17
    Author     : Kamil Majorek
*/

body{
    background: url("../img/bge2.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -khtml-background-size: cover;
    font-size: 12px;
    color: #f9f9f9;
    font-family: Dosis;
}
html, body{
    height: 100%;
}
h1, h2, h3{
    font-weight: 100;
    padding: 0 0 40px 0;
}
header .container-fluid.menu{
    padding: 20px 40px 10px 40px;
    background: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 2;
    width: 100%;
}
    .menu p{
        color: #8a8a8a;
        font-size: 18px;
        font-weight: 400;
    }
    .menu nav > ul > li > a{
        color: #8a8a8a;
        padding: 0 20px 0 20px;
    }
    .menu nav > ul > li > a:hover,
    .menu nav > ul > li > a:active,
    .menu nav > ul > li > a:focus{
        background: transparent;
        /*border-bottom: 1px solid #6dd80e;*/
        border-bottom: 1px solid rgb(176,203,31);
    }
    /********* MENU MOBILNE ************/
    nav.navbar.navbar-inverse.visible-xs{
        background: none;
        text-align: center;
    }
    /******END MENU MOBILNE ************/
section.info{
    text-align: center;
    color: #fff;
    min-height: 800px;
    height: 100%;
}
    section.info .container-fluid{
        background: rgba(0,0,0,0.4);
        display: block;
        min-height: 100%;
    }
    section.info .container-fluid .container{
        margin: 22% auto auto auto;
    }
    section img{
        text-align: center;
        width: 400px;
    }
section.about{
    /*background: #6dd80e;*/
    /*background: rgba(109,216,14,0.8);*/
    background: rgba(176,203,31,0.8);
    min-height: 600px;
    padding: 60px 0 60px 0;
    color: #fff;
}
section.about p{
    font-size: 16px;
}
section.about h3{
    padding: 60px 0 60px 0;
}
section.offer{
    background: url("../img/src_01.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -khtml-background-size: cover;
    min-height: 600px;
    color: #fff;
}
section.offer .container-fluid{
    background: rgba(0,0,0,0.6);
    display: block;
    min-height: 600px;
    padding: 60px 0 100px 0;
    margin: 0;
}
section.offer .container{
    padding: 0;
}
section.offer .col-md-3{
    background: rgba(178,179,179,0.8);
    margin: 1px;
    padding: 40px 10px 40px 10px;
    width: 298px;
}
section.offer span.glyphicon{
    font-size: 40px;
    padding: 0 0 20px 0;
    text-align: center;
}
section.offer .col-md-3:hover,
section.offer .col-md-3:active,
section.offer .col-md-3:focus{
    background: rgba(176,203,31,0.8);
}
section.offer .col-md-3 h3{
    height: 100px;
}
section.offer .col-md-12{
    background: rgba(227,30,36,0.9);
    width: 99.9%;
    padding: 40px 20px 40px 20px;
    margin: 1px
}
section.realization{
    /*background: rgba(187,26,117,0.9);*/
    background: rgba(227,30,36,0.9);
    min-height: 300px;
    padding: 60px 0 10px 0;
    color: #fff;
}
section.offer button,
section.realization button{
    background: none;
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin-top: 40px;
}
footer .container-fluid.footer{
    min-height: 400px;
    background: #000;
    bottom: 0;
    padding: 60px 0 100px 0;
    color: #8a8a8a;
}
    footer h1{
        color: #f9f9f9;
    }
footer .container-fluid.copyright{
    padding: 20px 0 20px 0;
    /*background: #000;
    color: #f9f9f9;*/
    background: #fff;
    color: #000;
    border-top: 1px solid #8a8a8a;
}
footer img{
    width: 200px;
}
footer .row.form-contact{
    padding: 40px 0 40px 0;
}
footer .row.form-contact input#form-send{
    margin: 20px;
    padding: 10px 40px 10px 40px;
    color: #fff;
    background: rgba(176,203,31,0.8);
}
footer .row.form-contact .input-group{
    width: 100%;
}
footer .row.form-contact .form-control{
    background: transparent;
}
footer .row.form-contact input#form-send:hover,
footer .row.form-contact input#form-send:active,
footer .row.form-contact input#form-send:focus
{
    background: rgba(227,30,36,0.9);
}
.copyright img{
    width: 600px;
}
