.rfq-wrapper {
	font-family: 'Open Sans';
}
.header {
	background: rgba(26, 35, 37, .85);
	height: 85px;
	width: 100%;
	display: block;
}
#logo {
	float: left;
	width: 214px;
}
/*#logo a {
	display:inline-block;
	margin:12px 0;
	width:214px;
	height:56px;
}
*/
#logo a {
	display: inline-block;
	margin: 12px 0;
	width: 227px;
	height: 61px;
}
.call {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	padding-top: 24px;
	margin: 0 auto;
	text-align: center;
	width: 697px;
	float: left;
}
.back {
	float: right;
	margin-top: 24px;
}
.back a {
	background: url(../img2/home.png) no-repeat 6px 2px;
	border: solid 1px #cfcecd;
	border-radius: 2px;
	color: #fff !important;
	padding: 8px 12px 8px 35px;
	display: inline-block;
	font-size: 14px;
}
.back a:hover {
	border: solid 1px #a5b0c0;
}
.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;
}
.gray-container {
	/*background:#f3f3f3;*/
	background: #fff;
}
.gray-container .fix-container {
	width: 1000px;
}
.side-left {
	padding: 0 40px 30px 0;
	width: 600px;
	display: table-cell;
}
.side-right {
	border-left: solid 1px #e3e3e3;
	display: table-cell;
	width: 350px;/*	border:solid 1px #ccc; padding:0 20px;*/
	padding: 0 0 0 40px;
}
.rfq-forms {
}
.rfq-forms h3 {
	color: #0c3b78;
	font-size: 22px;
	padding: 18px 0px;
}
.rfq-forms h3 span {
	font-size: 13px;
}
.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;
}

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

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

:-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;
}
ul.service-list {
	margin: 0 0 15px 0;
}
ul.service-list li {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	color: #5b5b5b;
	font-size: 13px;
	padding: 0px;
	margin: 3px 0;
}
.exe-years {
	margin: 15px 0 25px 0;
}
.exe-years li {
	display: inline-block;
	margin-left: 40px;
}
.exe-years li:first-child {
	margin-left: 0px;
}
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;
}
.side-right h3 {
	color: #0c3b78;
	font-size: 22px;
	padding: 18px 0px;
}
.side-right p {
	font-size: 13px;
	color: #000;
}
.why-us-list {
	padding: 0;
}
.why-us-list li {
	vertical-align: top;
	width: 100%;
	display: inline-block;
	margin: 0 0 25px 0;
}
.why-us-list li .thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}
.why-us-list li .thumb.one {
	background-color: #555faa;
	background-image: url(../img2/why-us-1.png);
}
.why-us-list li .thumb.two {
	background-color: #de5235;
	background-image: url(../img2/why-us-2.png);
}
.why-us-list li .thumb.three {
	background-color: #12a2de;
	background-image: url(../img2/why-us-3.png);
}
.why-us-list li .thumb.four {
	background-color: #f09c2a;
	background-image: url(../img2/why-us-4.png);
}
.why-us-list li .thumb.five {
	background-color: #66a72b;
	background-image: url(../img2/why-us-5.png);
}
.why-us-list li h4 {
	text-align: left;
	color: #2c383a;
	font-size: 16px;
	padding: 0px;
	margin-top: 32px;
	font-style: normal;
	font-weight: 600;
}
.get-wrapper {
	border: solid 1px #f0eac4;
	padding: 0 10px 15px 18px;
	background: #fefae1;
}
.get-wrapper h3 {
	font-size: 18px;
	color: #000;
}
ul.get-list li {
	background: url(../img2/bullet-red-box.png) no-repeat 0 1px;
	color: #000;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 23px 15px 0;
	padding: 0 0 5px 30px;
	vertical-align: top;
}
span.lock {
}

@media screen and (max-width: 800px) {
.fix-container {
	margin: 0 auto;
	width: auto;
	padding: 0 10px;
}
#logo {
	float: none;
	width: 214px;
	margin: 0;
	display: block;
}
.call {
	display: none;
}
.back {
	float: none;
	margin-top: 0px;
	position: absolute;
	right: 15px;
	top: 30px;
}
.back a {
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	display: block;
	padding: 0px;
	background-position: center center;
}
.page-title h3 {
	padding-top: 15px;
}
.gray-container {
	padding-bottom: 15px;
}
.gray-container .fix-container {
	width: auto;
}
.rfq-forms {
	padding-bottom: 10px;
}
.rfq-forms form fieldset {
	margin: 0;
	padding: 0px;
}
.side-left, .side-right, .rfq-forms form .field.small-left, .rfq-forms form .field.small-right {
	float: none;
	width: auto;
	display: block;
	padding: 0px;
}
.side-right {
	margin: 0px;
	border: none;
}
ul.service-list li {
	display: block;
	width: auto;
	vertical-align: top;
}
.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;
}
.exe-years li {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: auto;
}
.exe-years li img {
	width: 100%;
	height: auto;
}
.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;
}
}

@media only screen and (min-width : 801px) and (max-width : 1024px) {
}
