body
{
    background: #000;
    font-family: 'Roboto', sans-serif;
}

/****** Preloader ******/
#preloader 
{
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

#status 
{
    top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}

#status img
{
    width: 64px;
    height: 64px;
}

/****** Header ******/
header
{
    position: relative;
    background: #fff;
}

img
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    max-width: 90% !important;
}

.mb20
{
    margin-bottom: 20px !important;
}

p.text, a.text
{
    color: #70A320 !important;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    display: block;
    margin: 0px;
    line-height: 25px;
}

span.text
{
    color: #058DDD;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    display: block;
}

.text span
{
    font-size: 30px;
    vertical-align: middle;
}

.about
{
    display: block;
    width: 100%;
    margin: 20px auto;
}

.about a.contact-btn
{
    position: relative;
    width: 110px;
    margin: 10px auto 0px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 12px;
    border: 1px solid #4DB0D9;
    border-radius: 20px;
    text-decoration: none;
}

.about span.glyphicon
{
    vertical-align: middle;
    top: 0px;
}

.about span.glyphicon-envelope
{
    display: inline-block;
}

.about span.btn-label
{
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
    font-weight: 300;
}

#contact
{
    background-color: #000;
}

#contact-form
{
    max-width: 600px;
    margin: 0 auto;
    display: none;
}

#contact-form .form-group label
{
    display:none;
    font-size:14px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

#contact-form.no-placeholder .form-group label
{
    display:block;
}

#contact-form .controls 
{
    padding:0;
    margin-bottom:15px;
    border-radius:2px;
}

#contact-form .form-control 
{
    background:transparent !important;
    border:none;
    border-top:1px solid #4DB0D9;
    border:1px solid #4DB0D9;
    border-radius:2px;
    outline:none;
    box-shadow:none;
    height:40px;
    font-size:14px;
    line-height:22px;
    font-weight:100;
    padding-left:40px;
    -webkit-transition:border-color .3s ease-out;
    transition:border-color .3s ease-out;
    border-radius:2px;
}

#contact-form .form-group
{
    position:relative;
}

#contact-form .form-group [class*=glyphicon] {
    display:block;
    width:40px;
    position:absolute;
    top:0;
    left:5px;
    color:#e5e5e5;
    font-size:18px;
    line-height:40px;
    text-align:center;
    font-weight:300;
    opacity:0.5;
    transition:opacity .2s ease-out;
}

#contact-form.no-placeholder .form-group [class*=glyphicon]{
    top:30px;
}

#contact-form .form-control:focus + [class*=glyphicon]{
    opacity:1;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    font-size:14px;
    line-height:18px;
    padding-top:10px;
}

#contact-form .form-control:focus {
    background:#fff;
    border: 0px;
    border-bottom:1px solid #70A320;
    border:1px solid #70A320;
    outline:none;
    box-shadow:none;
    -webkit-transition:border-color .3s ease-in;
    transition:border-color .3s ease-in;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-30px;
    right:0;
    font-size:14px;
    font-weight:300;
    color:#ff0000;
    z-index:10;
}

#contact-form .error-message:before {
    content:"\00d7";
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
}

.submit-btn
{
    background: #70A320;
    background-color: #70A320;
    background-image: none;
}

.submit-btn span
{
    margin-right: 10px;
}

@media(max-width: 600px)
{
    p.text, a.text
    {
        font-size: 14px;
        line-height: 18px;
    }

    span.text
    {
        font-size: 10px;
    }

    .form-control, .form-group label,
    #contact-form textarea.form-control
    {
        font-size: 12px !important;
    }

    #contact-form .form-group [class*=glyphicon]
    {
        font-size: 14px;
    }
}

.text-danger 
{
    color: #e74c3c;
}