body {
    background: transparent !important;
    max-width: 1300px !important;
    margin: 0 auto;
    position: relative;
}

#landing_back_img {
    position: absolute;
    top: 0;
    z-index: 1;
}

#landing_main {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 15px;
    margin: 0 auto;
    width: 820px;
    float: left;
    font-weight: bold;
    top: 15px;
}

#landing_main h1 {
    margin: 0;
    font-weight: bold;
}

#landing_main a {
    color: blue;
    text-decoration: underline;
}

#landing_main a:hover {
    text-decoration: none;
}
.wpcf7 {
    width: 280px;
    margin-top: 10px;
}

input[type='text'],  input[type='email'],  input[type='tel'], textarea {
    width: 100% !important;
    float: none !important;
    height: 36px !important;
}

textarea {
    height: 55px !important;

}

.wpcf7 input[type='submit'] {
    float: left;
    border: 1px solid #000 !important;
    background: #72b835 !important;
}
span.wpcf7-not-valid-tip {
    margin-top: -22px;
}

div.wpcf7-validation-errors {
    background: red;
    width: 377px;
    margin: 0 auto;
    margin-top: 46px;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    width: 377px;
    margin: 0 auto;
    margin-top: 46px;
}
#landing_page_logo {
    position: absolute;
    left: -5px;
    z-index: 10;
    top: 26px;
}

.lp_info {
    /*background: #3366B0;
    color: #fff;*/
}

.lp_info {
    margin-top: 3px;
    margin-bottom: 10px;
}

.lp_info.lp1 {
    float: right;
}

.lp_info.lp1 .info_phone {
    float: right;
}

.lp_info.lp1 .phone {
    direction: ltr !important;
    float: left;
    margin-right: 5px;
} 

.lp_info.lp2 {
    float: left;
}

@media only screen and (max-width: 767px) {
    body {
        max-width: 100% !important;
        background: #1e5799 !important;
        background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 100%, #7db9e8 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#ffffff), color-stop(100%,#7db9e8)) !important;
        background: -webkit-linear-gradient(top, #1e5799 0%,#ffffff 100%,#7db9e8 100%) !important;
        background: -o-linear-gradient(top, #1e5799 0%,#ffffff 100%,#7db9e8 100%) !important;
        background: -ms-linear-gradient(top, #1e5799 0%,#ffffff 100%,#7db9e8 100%) !important;
        background: linear-gradient(to bottom, #1e5799 0%,#ffffff 100%,#7db9e8 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ) !important;
    }
    
    #landing_back_img {
        width: 100%;
        height: 100%;
        display: none;
    }
    
    #landing_main {
        position: relative;
        z-index: 2;
        color: #000;
        width: 100%;
        float: left;
        font-weight: bold;
        font-size: 1.2em;
        top: 15px;
    }
    
    #in_land {
        margin: 0 5px;
    }
    
    #landing_page_logo {
        width: 60px;
        height: auto;
        left: 5px;
        top: 3px;
        z-index: 1;
    }
    
    .wpcf7-form {
        width: 100%;
    }
    
    .wpcf7-form textarea {
        width: 100% !important;
    }

}