.rfq-wrapper {
	font-family: 'Open Sans';
}
.page-title {
	padding:30px 0;
	background:#f3f3f3;
	border-bottom:solid 1px #e3e3e3;
}
.page-title h2 {
	text-align:center;
	color:#000;
	font-size:55px;
	padding:0px 0 0 0;
	
}
.page-title h2 span {
	color:#c10e27;
}
.page-title h3 {
	color:#000;
	text-align:center;
	font-size:23px;
	
	padding:0px 0;
}
.rfq-forms {
}
.rfq-forms h3 {
	
	color:#0c3b78;
	font-size:22px;
	padding:18px 0px;
}
.rfq-forms h4 {
	color:#010101;
	
	font-size:18px;
	padding:0px 0px 10px 0;
	font-weight:normal;
}
.rfq-forms p {
	color:#575656;
	
	font-size:16px;
	padding:0px 0px 10px 0;
	font-weight:normal;
	text-align:center;
}
.rfq-forms p a, p a {
	color:#c10e27;
}
.rfq-forms form {
	padding:0px;
	margin:0px 0 0px 0;
	border:none;
}
.rfq-forms form fieldset {
	border:none;
	padding:0px 0 10px 0;
	margin:0px;
}
.rfq-forms form .req {
	color:#F00;
}
.rfq-forms form fieldset > label {
	color:#767676;
	font-size:14px;
	
	position:absolute;
	z-index:100;
	line-height:40px;
	padding:0 10px;
}
.row-inline {
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.rfq-forms form input[type="text"], .rfq-forms form select, .rfq-forms form textarea, .customfile-input {
	background:#f7f7f7;
	color:#272727;
	font-size:14px;
	font-family: 'Open Sans';
	width:100%;
	padding:4px 5px;
	float:left;
	border:1px solid #e5e5e5;
	height:40px;
	border-radius:3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-bottom:9px;
	position:relative;
}
 
::-webkit-input-placeholder {
 color:#272727;
 opacity:  .7;
}

:-moz-placeholder { /* Firefox 18- */
 color:#272727;
 opacity:  .7;
}

::-moz-placeholder {  /* Firefox 19+ */
 color:#272727;
 opacity:  .7;
}

:-ms-input-placeholder {
 color:#272727;
}
.rfq-forms form input[type="text"]:focus, .rfq-forms form select:focus, .rfq-forms form textarea:focus, .customfile-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.rfq-forms form input.security-code {
	float:left;
	width:279px;
}
.refesh {
	float:left;
	padding:5px 10px 0 10px;
}
.captch {
	float:left;
	margin-left:10px;
}
.rfq-forms form input[type="submit"] {
	color:#fff;
	margin:10px 0;
	background:#f24130;
	text-align:center;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor: pointer;
	margin-right:10px;
	padding:12px 44px;
	font-size:22px;
}
.rfq-forms form input[type="reset"] {
	color:#282828;
	font-size:19px;
	margin:10px 0;
	padding: 7px 20px;
	background:#fff;
	text-align:center;
	border: solid 1px #cfcecd;
	cursor: pointer;
	outline: none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor: pointer;
	float:right
}
.rfq-forms form input[type="submit"]:hover, .rfq-forms form input[type="reset"]:hover {
	background:#7fc241;
}
.rfq-forms form select {
	width:100%;
	padding:7px 5px;
}
.rfq-forms form textarea {
	height:132px;
}
.rfq-forms form .field {
}
.rfq-forms form .field.small-left {
	width:49%;
	float:left;
}
.rfq-forms form .field.small-right {
	width:49%;
	float:right;
}
label.error {
	color: #f00;
	margin:0px;
	padding:0px;
	clear:both !important;
	display:block;
}
.div_msg {
	background-color: #eee;
	border: 3px solid green;
	margin: 5px 0px;
	font-size:16px;
	padding:5px;
	color:#505050;
	font-style: italic;
}
.div_error {
	background-color: #eee;
	border: 3px solid #FF0000;
	margin: 5px 0px;
	font-size:16px;
	padding:5px;
	color:#505050;
	font-style: italic;
}
.contact-wrapper-left {
	padding:10px 30px 30px 0;
	width:700px;
	display:table-cell;
	vertical-align:top;
}
.contact-wrapper-right {
	border-left: 1px solid #e3e3e3;
	display: table-cell;
	padding: 0 0 0 30px;
	width: 400px;
}
.proposal-wrap {
	background:url(../../img2/pro-form.png) repeat;
	border:1px solid #e9e9e9;
	padding:20px;
	margin:13px 0 0 0;
	display:block;
}
.proposal-inner {
	background:#fff;
	padding:31px 27px 40px 20px;
}
.ticket {
	width:86px;
	height:86px;
	background:#e9e9e9;
	float:right;
	display:table;
	transition:all 0.3s;
}
.ticket span {
	color: #000;
	display: table-cell;
	
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
.proposal-wrap:hover .ticket {
	background:#f24130;
}
.proposal-wrap:hover .ticket span {
	color:#fff;
}
.proposal-wrap h3 {
	
	color:#000;
	font-size:32px;
	margin:55px 0 0 0;
}
.proposal-wrap h4 {
	color:#f26e30;
	
	text-transform:uppercase;
	font-size:32px;
}
.proposal-wrap .btn_ico {
	font-size:18px;
	font-weight:400;
	padding:10px 25px;
	border-radius:3px;
	color:#999999;
	margin:5px 0 0 0;
	display:inline-block;
	background:#f24130;
	color:#fff;
}
.proposal-wrap .btn_ico span {
	background:url(../../img2/arrow_enqiry_1.png) no-repeat left 0;
	height:32px;
	width:32px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	transition:all 0.3s;
}
.proposal-wrap:hover a {
	color:#f24130;
}
.proposal-wrap:hover .btn_ico span {
	margin:0 0 0 25px;
}
.proposal-wrap:hover .btn_ico {
	background:#7fc241;
}
.contact-wrapper {
	background: none repeat scroll 0 0 #fefae1;
	border: 1px solid #f0eac4;
	border-top:none;
}
.contact-wrapper:first-child {
	border-top:1px solid #f0eac4;
	margin:34px 0 0 0;
}
.contact-wrapper-inner {
	padding:18px 30px 21px;
}
.contact-wrapper h3 {
	
	color:#000000;
	font-size:28px;
	padding:0 0 10px 0;
}
.contact-wrapper h4 {
	
	color:#000000;
	font-size:22px;
	padding:0 0 10px 0;
}
.contact-wrapper p {
	font-weight: 400;
	color:#000000;
	font-size:17px;
	line-height:24px;
}
.contact-wrapper p a {
	color:#f24130;
}
.contact-cell-lt, .contact-cell-rt {
	display:table-cell;
	width:50%;
	vertical-align:top;
	padding:15px 30px 18px;
}
.contact-cell-rt {
	border-left:1px solid #f0eac4;
}
.location_map {
	display:block;
	border:1px solid #e5decc;
	margin:30px 0 20px 0;
}
.location_map iframe {
	display:block;
}
 @media screen and (max-width: 800px) {
.fix-container {
	margin: 0 auto;
	width: auto;
	padding:0 10px;
}
.rfq-forms {
	padding-bottom:10px;
}
.rfq-forms form fieldset {
	margin:0;
	padding:0px;
}
.contact-wrapper-left, .contact-wrapper-right, .rfq-forms form .field.small-left, .rfq-forms form .field.small-right, .contact-cell-lt, .contact-cell-rt {
	float: none;
	width: auto;
	display:block;
	padding:0px;
}
.contact-cell-lt, .contact-cell-rt {
	padding:15px 30px 18px;
}
.contact-cell-lt {
	border-bottom:1px solid #f0eac4;
}
.contact-wrapper-right {
	margin:0px;
	border:none;
}
.rfq-forms form input.security-code {
	float: none;
	width:100%;
}
.field.fl {
	float:none;
}
.refesh {
	padding:5px 10px 0 5px;
}
.captch {
	float:left;
	margin-left:0px;
	margin-bottom:10px;
}
.rfq-forms form input[type="submit"], .rfq-forms form input[type="reset"] {
	display:block;
	margin:15px auto;
	width:100%;
	float:none;
	padding:12px 0;
	line-height:1.5;
}
.rfq-forms p {
	text-align:center;
}
.div_msg {
	background-color: #eee;
	border: 3px solid green;
	margin: 5px 0px;
	font-size:16px;
	padding:5px;
	color:#505050;
	font-style: italic;
}
.div_error {
	background-color: #eee;
	border: 3px solid #FF0000;
	margin: 5px 0px;
	font-size:16px;
	padding:5px;
	color:#505050;
	font-style: italic;
}
.proposal-wrap h3, .proposal-wrap h4 {
	font-size:24px;
	display:block;
	clear:both;
}
}
@media only screen and (min-width : 801px) and (max-width : 1024px) {
}
