.errorlist li {

    clear: both;
    color: #f00;

}

/*title_5 {*/
/*font-family: 'Passion One', cursive;*/
/*font-size:46px;	*/
/*line-height:38px;*/
/*padding-top:17px; */
/*color:#fff;*/
/*text-transform:uppercase; */
/*text-align:center;*/
/*}  */
.date {
    margin-top: 16px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffcc00;
}

.center_cont {
    background: url(/static/images/center_cont.png) right bottom no-repeat;
    padding: 0 40px 100px 40px;
}

.date_2 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #990000;
    line-height: 16px;
    padding-top: 8px;
}

.pic_1 {
    background: url(/static/images/pic_frame.png) left top no-repeat;
    width: 148px;
    height: 141px;
    padding: 17px 0 0 20px;
    margin: 10px 0 0 -11px;
    position: relative;
    float: left;
}

.info_1 {
    width: 700px;
    margin-top: 3px;
    float: left;
}

.info_1 p {
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.grey_block {
    background: url(/static/images/grey_block.png) left top;
    /*width:148px;	*/
    width: 867px;
    margin: 20px -40px 0 -40px;
    padding: 1px 40px 20px 40px;
    position: relative;
}

.feedback {
    background: url(/static/images/center_cont.png) left bottom no-repeat;
    width: 100%;
    padding-bottom: 120px;
}

.left_col_1 {
    width: 300px;
    margin: 0 100px 0 40px;
    padding-top: 1px;
    float: left;

}

.cont_1 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    line-height: 21px;
    margin-top: 22px;
}

.right_col_1 {
    width: 430px;
    margin-top: 50px;
    float: left;
}

.inp_tx_1 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    margin-top: 7px;
}

.inp_3 {
    background: url(/static/images/inp_1.png) left top no-repeat;
    width: 427px;
    height: 32px;
    margin-top: 2px;
}

.inp_3 input, input#id_subject, #id_contact_info {
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 5px 0 0 6px;
    width: 400px;
    height: 20px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 15px;

    -moz-box-shadow: 3px 4px 6px #666666;
    -webkit-box-shadow: 3px 4px 6px #666666;
    box-shadow: 3px 4px 6px #666666;

}

.textarea_1 {
    background: url(/static/images/textarea.png) left top no-repeat;
    width: 427px;
    height: 156px;
    margin-top: 2px;
}

.textarea_1 textarea, #id_message {

    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 5px 0 0 6px;
    width: 400px;
    height: 144px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 15px;

    -moz-box-shadow: 3px 4px 6px #666666;
    -webkit-box-shadow: 3px 4px 6px #666666;
    box-shadow: 3px 4px 6px #666666;

}

.right_col_1 label {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin-top: 7px;
    clear:both;
    display:block;
}

.feedback {
    height: 380px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    color: #333;
    font-weight: 900;
    line-height: 36px;
    margin-top: 40px;
}

.contact_submit {

    clear: both;
}

.contact_submit input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background: #C83C01;
    background: -moz-linear-gradient(top, #C83C01 0%, #820A0A 50%, #A31600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C83C01), color-stop(50%, #820A0A), color-stop(100%, #A31600));
    background: -webkit-linear-gradient(top, #C83C01 0%, #820A0A 50%, #A31600 100%);
    background: -o-linear-gradient(top, #C83C01 0%, #820A0A 50%, #A31600 100%);
    background: -ms-linear-gradient(top, #C83C01 0%, #820A0A 50%, #A31600 100%);
    background: linear-gradient(top, #C83C01 0%, #820A0A 50%, #A31600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c83c01', endColorstr = '#a31600', GradientType = 0);
    width: 84px;
    height: 26px;
    display: block;
    padding: 0px;
    border: none;
    cursor: pointer;
    color: #fff;
    margin: 15px auto;

    -moz-box-shadow: 3px 4px 6px #666666;
    -webkit-box-shadow: 3px 4px 6px #666666;
    box-shadow: 3px 4px 6px #666666;

}

.contact_submit input {

    -moz-box-shadow: 3px 4px 6px #ccc;
    -webkit-box-shadow: 3px 4px 6px #ccc;
    box-shadow: 3px 4px 6px #ccc;

}

