#lay_body {
	width: auto;
    padding: 40px 20px 40px 20px;
}

.page_name {
    width: 100%;
    height: 110px;
    margin: 0px auto;
  	padding: 30px 0px 0px 0px;
    background: url(/_mod_files/ce_images/bg-image-1.jpg) no-repeat center -180px;
    background-size: auto;
    background-attachment: fixed;
}

.page_name h1 {
  	margin: 0px;
  	text-align: center;
  	font-size: 46px;
  	font-weight: bold;
  	color: #fff;
}

.page_name hr {
  	width: 100px;
  	height: 3px;
  	margin: 0 auto;
  	background: #fff;
}

.wide_content_container {
    display: table;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0px 10px 50px 10px;
}

.feedback_container {
	display: table;
    width: 100%;
}

.feedback_form, .feedback_contacts {
	display: table-cell;
  	padding: 0px 20px;
}

.feedback_form {
	width: 60%
}

.feedback_contacts {
	width: 40%
}

.feedback_title {
  	display: inline-block;
  	margin-bottom: 10px;
  	font-weight: bold;
    line-height: 1.26667;
    font-size: 30px;
  	color: #000;
}

.feedback_form table td {
	padding: 10px 0px;
}

.feedback_form table td:nth-of-type(1) {
	color: #666;
  	line-height: 24px;
  	font-size: 14px;
}

.feedback_form table td input {
    padding: 13px 17px;
  	background: #f4f7f9;
    line-height: 24px;
    font-size: 15px;
  	color: #999;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.feedback_form table td textarea {
  	width: 100% !important;
  	max-width: 440px;
  	margin: 0px;
	color: #999;
  	background: #f4f7f9;
	border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.feedback_form table td input[type="submit"] {
    color: #fff;
    background: #740404;
    border-color: #740404;
    padding: 10px 30px;
  	font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 4px;
}

.feedback_contacts ul {
	list-style: none;
}

.feedback_contacts ul span {
    line-height: 1.55556;
    font-size: 18px;
  	color: #000;
}

.feedback_contacts ul p {
    line-height: 1.6;
    font-size: 15px;
  	color: #666;
}

.feedback_contacts ul a {
	text-decoration: none;
  	color: #666;
}

.feedback_contacts ul a:hover {
  	color: #740404;
}


@media screen and (max-width: 1000px) {  
    .page_name {
        margin: 57px auto 0px auto;
    }
    
    .page_name h1 {
        padding: 0px 10px 10px 10px;
        font-size: 24px;
    }
    
    #lay_body {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .feedback_container {
        display: block;
        width: auto;
        padding: 0px 10px;
    }
    
    .feedback_form, .feedback_contacts {
        display: block;
        width: 100%;
        padding: 0px;
    }
    
    .feedback_form form > table {
        width: 100%;
    }
    
    .feedback_contacts {
        margin: 30px 0px;
    }
    
    .feedback_form form > table td {
        width: 50% !important;
    }
    
    .feedback_form form > table td:nth-of-type(1) {
        padding: 10px 10px 10px 0px !important;
    }
    
    .feedback_form form > table td:nth-of-type(2) {
        padding: 10px 10px !important;
    }
    
    .feedback_form form > table td[colspan="2"] {
        padding-right: 10px;
    }
    
    .feedback_form input {
        width: 100% !important;
        margin: 0px -25px;
    }
    
    .feedback_form table td input[type="submit"] {
        padding: 5px 10px;
        font-size: 15px;
        width: 100px !important;
        margin: 0px;
    }

}