/* #Reset & Basics
================================================== */
::selection { background:#007fc6; color:#fff } ::-moz-selection { background:#007fc6; color:#fff } code::selection { background:#007fc6; color:#fff } code::-moz-selection { background:#007fc6; color:#fff } pre::selection { background:#007fc6; color:#fff } pre::-moz-selection { background:#007fc6; color:#fff }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    }


@font-face {
    font-family: 'League_Gothic';
    src: url('../fonts/League_Gothic.ttf') format('truetype'),
		 url('../fonts/League_Gothic.otf') format('opentype'), 
		 url('../fonts/League_Gothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic.woff') format('woff'),
         url('../fonts/League_Gothic.svg#League_Gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'Chunkfive';
    src: url('../fonts/Chunkfive.ttf') format('truetype'),
		 url('../fonts/Chunkfive.otf') format('opentype'), 
		 url('../fonts/Chunkfive.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chunkfive.woff') format('woff'),
         url('../fonts/Chunkfive.svg#Chunkfive') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:600;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:600;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	font-weight:normal;
}

h2.space-two {
  padding-top:20px;
  float:left;
  width:100%;
}

img {
  max-width:100%;
}

.f-facility {
	font-family: 'Sanchez', serif;
	font-size:22px;
	color:#fff;
	font-weight:bold;
}

.f-color-red {
  	color:#00a0e4;
	font-weight:normal;
}

.f-color-white {
  	color:#fff;
	font-weight:normal;
}

.f-color-dark {
  	color:#616161;
}

.align-text-center {
  	text-align:center;
}

span.bg-middle {
	width:auto;
	padding:10px 20px;
	color:#fff;
	background: -webkit-linear-gradient(#555553, #918c88); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#555553, #918c88); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#555553, #918c88); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#555553, #918c88); /* For IE 10 to 12 */
	background: linear-gradient(#555553, #918c88); /* Standard syntax */
}

.f-color-gray {
  	color:#6d6d6d;
	font-weight:normal;
}

.f-color-blue {
  	color:#015cab;
}

.f-bold {
	font-weight:600;
}

.align-text {
	text-align:left;
}

/*space*/
.space-facility {
  padding-top:50px;
}

.space-address {
  padding:5px 0;
}

.space-one {
  padding-top:30px;
}

.space-two {
  padding-top:20px;
}

.space-three {
  padding-top:10px;
}

.space-four {
  padding-bottom:30px;
}

.space-seven {
  padding:20px 0;
}

.container.space-four {
  padding-bottom:30px;
}

.space-five {
  padding-bottom:30px;
}

.space-six {
  margin-bottom:20px;
}

.column-certificate {
  width:100%;
  min-height:354px;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
}

.bg-advanced{
  padding:30px;
  text-align:justify;
  background:#015cab;
  color:#fff;
}

.spare-rotational{
  padding:30px;
  text-align:justify;
  color:#fff;
  min-height:700px;
  height:700px;
}

.spare-rotational-center{
  padding:30px;
  text-align:justify;
  background:#303030;
  min-height:760px;
  height:760px;
  color:#fff;
}

.spare-rotational-main{
  text-align:justify;
  background:#015cab;
  color:#fff;
  min-height:730px;
  height:730px;
}

.non-rotational-first{
  text-align:justify;
  background:#f2f0f1;
  color:#fff;
  padding:30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-bottom:solid 1px #d5d5d5;
}

.non-rotational-end{
  text-align:justify;
  background:#f2f0f1;
  color:#fff;
  padding:30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.hengyang-bg-gray{
  text-align:justify;
  background:#f2f0f1;
  color:#fff;
  padding:30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin-bottom:1px;
}

.bg-hsm2{
  float:left;
  width:100%;
  min-height:238px;
  background: url(../images/hsm2-structure.png) no-repeat top left;
  margin-bottom:20px;
}

.bg-hsm2 span{
  float:right;
}

.bg-hsm-casing span{
  float:left;
  padding-top:100px;
}

.bg-hsm-tubing span{
  float:left;
  padding-top:100px;
}

.line-blue{
  float:left;
  width:100%;
  height:2px;
  margin:5px 0 20px 0;
  background:#015cab;
  border-radius:2px;
}

.subtitle-long{
  float:left;
  width:100%;
  padding:10px 20px;
  background:#015cab;
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin:20px 0 0 0;
}

.subtitle-md{
  float:left;
  width:100%;
  padding:5px 10px;
  background:#015cab;
  font-size:18px;
  font-weight:600;
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin:0 0 20px 0;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}

.subtitle-large{
  padding:0 0 10px 0;
  border-bottom:solid 5px #00a1e5;
  font-size:20px;
  font-family: 'Open Sans', sans-serif;
  color:#00a1e5;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  margin:0 0 20px 0;
  text-align:center;
  letter-spacing:3px;
  float:left;
  width:auto;
}

table.gridtable {
	width:100%;
	border-width: 1px;
	border-color: #00a1e5;
	border-collapse: collapse;
	font-size:12px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  text-align:center;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #00a1e5;
	background-color: #acdcff;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #00a1e5;
	background-color: #ffffff;
	width:33%;
}

table.gridtable2 {
	width:100%;
	border-width: 1px;
	border-color: #00a1e5;
	border-collapse: collapse;
	font-size:12px;
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
  text-align:center;
}
table.gridtable2 th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #00a1e5;
	background-color: #acdcff;
}
table.gridtable2 td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #00a1e5;
	background-color: #ffffff;
	width:50%;
}

/*Top*/
.top {
  width:100%;
  height:auto;
  background: -webkit-linear-gradient(#283b97, #0162b1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#283b97, #0162b1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#283b97, #0162b1); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(#283b97, #0162b1); /* For IE 10 to 12 */
  background: linear-gradient(#283b97, #0162b1) url(../images/ornament-top.png) no-repeat top center; /* Standard syntax */
  margin:0 auto;
  clear:both;
  padding-bottom:20px;
}

.bg-ornament {
  min-height:141px;
  background: url(../images/ornament-top.png) no-repeat top center;
  margin:0 auto;
}

.logo-indokaya {
  float:left;	
  width:100%;
  height:auto;
  margin-top:10px;
  display:block;
}

.logo-indokaya-small {
  display:none;
}

.search-box {
  width:100%;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color:#fff;
  padding:12px 40px 12px 12px;
  background:url(../images/icon-search.png) no-repeat center right 10px #273a98;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:none;
  border-radius:7px;
  margin-top:40px;
  display:block;
  border:solid 2px #007ac3;
}

a .mail-bullet {
  float:right;	
  width:90px;
  height:37px;
  line-height:37px;
  background:url(../images/mail-bullet.png) no-repeat center right;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color:#fff;
  margin-top:10px;
}

a:hover .mail-bullet {
  background:url(../images/mail-bullet.png) no-repeat center right;
  color:#007fc6;
}

/*Menu*/

#menu {
	width:100%;
	background:#141414;
	margin:0 auto;
}

ul.menu {
	width:100%;
	height:64px;
	background:#141414;
	margin:0 auto;
}

#topNav {
	width:100%;
	background:#007fc6;
	margin:0 auto;
	z-index: 99;
	bottom:auto;
}

.bg-tagline {
	width:100%;
	padding:40px;
	text-align:center;
	background:#273a98;
	margin:0 auto;
	position:relative;
	clear:both;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	font-family: 'Sanchez', serif;
	font-size:40px;
	font-weight:400;
	color:#fff;
}

.triangle-down {
	width: 0;
	height: 0;
	border-top: 30px solid #273a98;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	margin:0 auto;
}

/*Facility*/

.list-white {
	width:100%;
	height:6px;
	background:#bdbebf;
	position:relative;
	clear:both;
}

.bg-facility {
	width:100%;
	background: -webkit-linear-gradient(#283b97, #0162b1); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#283b97, #0162b1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#283b97, #0162b1); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#283b97, #0162b1); /* For IE 10 to 12 */
	background: linear-gradient(#283b97, #0162b1); /* Standard syntax */
	margin:0 auto;
	padding-bottom:40px;
	position:relative;
	clear:both;
}

.column-facility {
	float:left;
	width:100%;
	height:530px;
	background:url(../images/bg-dark-facility.jpg) repeat-x bottom;
	border:solid 5px #00a1e5;
	border-radius:10px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	padding:15px;
	text-align:center;
}

.bullet-number {
	float:left;
	width:61px;
	height:61px;
	line-height:61px;
	border-radius:100%;
	border:solid 2px #fff;
	color:#fff;
	font-family:'Chunkfive', Arial, Helvetica, sans-serif;
	font-size:48px;
	text-align:center;
}

.line-white {
	float:left;
	width:80%;
	height:2px;
	margin-top:30px;	
	background:#fff;
}

.center-pos {
	position:relative;
	width:100%;
	left:0;
	right:0;
	margin:0 auto;
}

.bar.btn-more  {
	float:left;
	margin-top:30px;
}

.btn-more-large a i.arrow-right:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 13px;
	font-style: normal;
	content: "\f054";
	margin-left:5px;
}

.btn-more-large a {
	width:100%;
	position:relative;
	padding:5px 20px;
	background:#01a2e6;
	margin:0 auto;
	left:0;
	right:0;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.btn-more-large a:hover {
	background:#024ea2;
}

.btn-more a i.arrow-right:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 13px;
	font-style: normal;
	content: "\f054";
	margin-left:5px;
}

.btn-more a {
	width:auto;
	position:relative;
	padding:5px 20px;
	border-radius:5px;
	background:#01a2e6;
	margin:0 auto;
	left:0;
	right:0;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

.btn-more a:hover {
	background:#024ea2;
}

.wrap-welcome {
	float:left;
	width:100%;
	padding:20px 100px 0 100px;
	margin-bottom:40px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.title-pages {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:solid 2px #01a2e6;
	text-align:left;
}

.title-welcome-h {
	float:left;
	width:100%;
	margin-bottom:20px;
	padding:10px 0;
	border-bottom:solid 1px #918c88;
	text-align:center;
}

ul.welcome-h {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.sub-partner {
	float:left;
	width:100%;
	border-bottom:solid 1px #dadada;
	padding-bottom:5px;
	padding-top:10px;
}

.sub-services {
	float:left;
	width:100%;
	background:url(../images/arrow-right.png) no-repeat left center;
	padding:10px 0 10px 20px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	border-top:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
}

li.welcome-h {
	float:left;
	width:100%;
	background:url(../images/arrow-right.png) no-repeat left top 12px;
	padding-left:20px;
	padding-top:10px;
	list-style:none;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

ul.about-list {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

li.about-list {
	float:left;
	width:100%;
	min-height:53px;
	background:url(../images/arrow-red.png) no-repeat left top 3px;
	padding:0px 0 15px 27px;
	margin-bottom:15px;
	list-style:none;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	border-bottom:solid 1px #dadada;
}

.box-product {
	float:left;
	width:18.2%;
	border:solid 1px #b4b4b4;
	padding:5px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
	margin:10px;
}

.box-product-in {
	float:left;
	width:100%;
	min-height:220px;
	background:#f4f4f4;
}

.box-product-img {
	float:left;
	width:100%;
	border-bottom:solid 5px #fff;
}

.box-product-name {
	float:left;
	width:100%;
	height:90px;
	padding:10px;
	margin-bottom:10px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.box-product2 {
	float:left;
	width:100%;
	border:solid 1px #575757;
	padding:10px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
	color:#fff;
}

.box-product-in2 {
	float:left;
	width:100%;
	height:370px;
	background:#575757;
}

.box-product3 {
	float:left;
	width:100%;
	border:solid 1px #a6a6a6;
	padding:10px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
	color:#000;
}

.box-product-in3 {
	float:left;
	width:100%;
	height:370px;
	background:#a6a6a6;
}

.box-white {
	float:left;
	width:100%;
	height:150px;
	background:#fff;
	padding:30px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
	color:#000;
	margin-bottom:30px;
	border:solid 1px #dadada;
}

.box-photo {
	float:left;
	width:100%;
	padding:5px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	text-align:center;
	color:#111111;
	border:solid 3px #b4b4b4;
	border-radius:10px;
}

.box-photo img {
	border-radius:4px;
}

.box-table {
	float:left;
	width:100%;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	color:#111111;
	border:solid 3px #015cab;
	border-radius:10px;
}

.box-rovad {
	float:left;
	width:100%;
	background:#015cab;
	padding:20px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	color:#111111;
	border-radius:10px;
}

.box-rotational {
	float:left;
	width:100%;
	background:#015cab;
	padding:20px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	color:#ffffff;
	border-radius:10px;
}

.customer-logo {
	margin:0 auto;
	position:relative;
	left:0;
	right:0;
	width:100%;
	height:150px;
}

.bg-certificate {
	width:100%;
	height:auto;
	background:#e9eaeb;
	border-top:solid 1px #bdbebf;
	padding-bottom:20px;
	position:relative;
	clear:both;
}

/*Footer*/
.bg-footer {
	width:100%;
	height:auto;
	background:#242424;
	border-top:solid 7px #484848;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}

ul.nav-footer {
	float:left;
	width:auto;
	padding:0;
	margin:0;
	margin-right:20px;
}

.footer-title-red {
	font-size:18px;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#00a0e4;
	list-style:none;
}

.footer-small {
	font-size:11px;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	list-style:none;
}

li.nav-footer a {
	color:#00a0e4;
	list-style:none;
}

li.nav-footer a:hover {
	color:#fff;
	list-style:none;
}

ul.nav-footer2 {
	float:left;
	width:190px;
	padding:0;
	margin:0;
	margin-right:20px;
}

.footer-title-white {
	font-size:15px;
	margin-top:3px;
	margin-bottom:20px;
	padding-left:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#fff;
	border-left:solid 5px #00a0e4;
	list-style:none;
}

.footer-small2  {
	font-size:11px;
	margin-bottom:10px;
	margin-left:20px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	color:#787878;
	background:url(../images/arrow-footer.png) no-repeat left top 3px;
	list-style:none;
}

li.nav-footer2 a {
	list-style:none;
}

li.nav-footer2 a:hover {
	list-style:none;
	color:#fff;
}

.address-footer {
	float:left;
	width:100%;
	background:url(../images/icon-home.png) no-repeat left top;
	padding-left:50px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
}

.phone-footer {
	float:left;
	width:100%;
	background:url(../images/icon-phone.png) no-repeat left top;
	padding-left:20px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
	margin-top:10px;
}

.fax-footer {
	float:left;
	width:100%;
	background:url(../images/icon-fax.png) no-repeat left top;
	padding-left:20px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
}

.mail-footer {
	float:left;
	width:100%;
	background:url(../images/icon-mail-small.png) no-repeat left top;
	padding-left:20px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
}

.bg-copyright {
	width:100%;
	background:#111111;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:25px;
}

/* #Form Contact
================================================== */
#contact-form {
	background:none;
	width:100%;	
	position:relative;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
}


#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
	font-size:13px;
	margin-bottom:2px;
}
 
#contact-form select, #contact-form input {
	width:100%;
	border: 1px solid #575757;
	margin-bottom:20px;
	padding:10px;
	background:none;
	color:#666666;
}

#contact-form input {
	width:100%;
	border: 1px solid #dadada;
	margin-bottom:20px;
	padding:10px;
	background:none;
	color:#666666;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
}

#contact-form textarea {
	width:50%;
	border: 1px solid #dadada;
	margin-bottom:20px;
	padding:10px;
	background-color:#dadada;
	color:#111111;
	height:150px;
	resize: none;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	border: 1px solid #575757;
	background-color: #575757;
	color:#fff;
}

#contact-form label {
	display:block;
}

#contact-form .required {
	color:#586e09;	
}

#contact-form #submit-button {
	float:right;
	width:auto;
	position:relative;
	padding:5px 20px;
	border-radius:5px;
	background:#01a2e6;
	border:none;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

#contact-form #submit-button:hover {
	background:#024ea2;
}

#contact-form #submit-button:active {
	position:relative;
	top:1px;
}

#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(images/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	float:left;
	border:solid 1px #ffcc00;
	padding:10px;
	margin:25px 0px;
	margin-top:0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#292929 url(images/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	float:left;
	border:solid 1px #ffcc00;
	padding:25px 10px;
	margin:25px 0px;
	margin-top:0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#292929 url(images/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
	margin-bottom:20px;
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
	
.box-white {
	margin-bottom:20px;
	height:auto;
}	
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.box-product {
	width:30.5%;
	margin:0 10px 20px 10px;
}

.box-product-in {
	height:300px;
}

.box-product-in2 {
	height:300px;
}

.box-product-in3 {
	height:300px;
}

h2 {
	font-size:22px;
}
	
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
.box-white {
	height:auto;
}

.customer-logo {
	height:auto;
}

.space-four {
  float:left;
  width:100%;
  padding-top:0;
}

.space-five {
  padding-bottom:20px;
  float:left;
  width:100%;
}

.wrap-welcome {
	padding:0;
}

#menu {
	width:100%;
	height:50px;
	background:#141414;
	margin:0 auto;
}

ul.menu {
	width:100%;
	height:50px;
	background:#141414;
	margin:0 auto;
}

#topNav {
	width:100%;
	height:50px;
	background:#007fc6;
	margin:0 auto;
	z-index: 99;
	bottom:auto;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:22px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

.align-text {
	text-align:justify;
}

}

@media only screen and (min-width: 240px) and (max-width: 767px) {
h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

span.bg-middle {
    width: auto;
    padding: 5px 0;
    color: #918C88;
    background: none;
}

.box-product {
	width: 100%;
	margin: 0 0 20px 0;
}

.box-product-in {
	min-height: 280px;
}

.box-product-name {
	padding:20px;
}

.box-product2 {
	margin-bottom:20px;
}

.box-product-in2 {
	height:auto;
}

.box-product3 {
	margin-bottom:20px;
}

.box-product-in3 {
	height:auto;
}

.search-box {
  display:none;  
}

.bg-facility {
	width:100%;
	background-color:#bdbec0;
	background-image:none;
	border-bottom:solid 7px #e9eaec;
	margin:0 auto;
	margin-top:-5px;
	padding-bottom:30px;
}

.column-facility {
	height:auto;
	background:url(../images/bg-dark-facility.jpg) repeat;
	border:solid 2px #161616;
	padding-bottom:20px;
	margin-bottom:20px;
}

.bullet-number {
	float:none;
	position:relative;
	left:0;
	right:0;
	margin:0 auto;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:30px;
}

.f-facility {
	font-size:30px;
}

.line-white {
	display:none;
}

.btn-more a {
	font-size:11px;
}

ul.nav-footer {
	width:100%;
	margin-right:0px;
	text-align:center;
}

.footer-title-red {
	margin-bottom:10px;
}

ul.nav-footer2 {
	width:100%;
	margin-right:0px;
	text-align:center;
	margin-bottom:10px;
}

.footer-title-white {
	margin-bottom:10px;
	padding-left:0px;
	padding-top:10px;
	border-left:none;
	border-top:solid 1px #e23931;
}

.footer-small2  {
	margin-bottom:10px;
	margin-left:0px;
	padding-left:10px;
	background:none;
	list-style:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 768px) {

.address-footer {
	float:left;
	width:100%;
	background:url(../images/icon-home.png) no-repeat left top;
	background-size:20px;
	padding-left:25px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
}

.bullet-number {
	float:none;
	position:relative;
	left:0;
	right:0;
	margin:0 auto;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
}

.f-facility {
	font-size:26px;
}

.line-white {
	display:none;
}
	
}

@media only screen and (min-width: 568px) and (max-width: 600px) {
.address-footer {
	position:relative;
	float:left;
	width:250px;
	background:url(../images/icon-home.png) no-repeat left top;
	padding-left:50px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
}
	
}

@media only screen and (min-width: 240px) and (max-width: 567px) {
.address-footer {
	position:relative;
	float:none;
	width:100%;
	background:none;
	padding-left:0px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
	margin-bottom:20px;
	left:0;
	right:0;
	text-align:center;
}

.phone-footer {
	background:none;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.fax-footer {
	background:none;
	padding-left:0px;
	margin-bottom:0px;
}

.mail-footer {
	background:none;
	padding-left:0px;
}

.bg-copyright {
	position:relative;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
	
}