/*body {
    background: url(../../img/slider_3.jpg) no-repeat center center fixed;
    content: "";
    position: relative;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background-size:cover;
    width: 100%;
    height: 100%;
}

body:before {
    content: "";
    position: absolute;
    width : 100%;
    height: 100%;
    background: inherit;
    z-index: -1;

    filter        : blur(3px);
    -moz-filter   : blur(3px);
    -webkit-filter: blur(3px);
    -o-filter     : blur(3px);

    transition        : all 2s linear;
    -moz-transition   : all 2s linear;
    -webkit-transition: all 2s linear;
    -o-transition     : all 2s linear;
}

span.highlight{
    background-color: #000000c4;
    color: white;
    font-family: "CaviarDreamsRegular";
}
*/

#fname, #lname, #email, #message, #number{
    background: #ffffff;
}

.btn-primary{
    width: 100%;
    border: 2px solid #000000C4 !important;
    background: #cbcbcb !important;
    color: #000000C4 !important;
    font-weight: bolder !important;
}

.probootstrap-form label {
    text-transform: capitalize;
}

input{
    font-weight: bolder;
    color: black !important;
}

textarea{
    font-weight: bolder;
    color: black !important;
}

.a_link{
    color: #009200;
}