/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 2%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 6.65%;
}

.row .twocol {
width: 14.10%;
}

.row .threecol {
width: 23.45%;
}

.row .fourcol {
width: 32%;
}

.row .fivecol {
width: 40.65%;
}

.row .sixcol {
width: 49%;
}

.row .sevencol {
width: 57.65%;
}

.row .eightcol {
width: 66%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}


/* Smaller screens */

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

	body {
	font-size: 0.8em;
	line-height: 1.5em;
	}

	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}

	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

}

/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 7px solid white;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dropdown .caret {
  margin-top: 2px;
  margin-left: 4px;
  display: inline-block;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0px;
  list-style: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #BFBFBF;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Start of css for IE 7 */

*+html .row {
    position:relative;
}

*+html .page-about .last .vertical-img-wrapper, *+html .page-technology .last .vertical-img-wrapper, *+html .page-history .last .vertical-img-wrapper {
    left: 0px;
}

*+html .row .threecol {
    width: 23%;
}

*+html .row .fourcol {
    width: 31.95%;
}

*+html .row .sixcol {
    width: 48.99%;
}

*+html .footer-wrapper .last {
    padding-left: 20px;
}

*+html #nav {
    z-index: 1001;
}

*+html .row {
    z-index: 1000;
}

*+html .sub-menu li {
    min-width: 238px;
}

/* Start of css for IE */

.dropdown-menu {
    margin: -4px\9;
}

.page-product .threecol, .page-product-detail .threecol  {
    margin-right: 1.5%\9;
}

html {
  background: url('/static/website/img/garis-abu.jpg?9ac5b87a165b') top center #595959;
  background-repeat: repeat-y;
}
body {
  background: url('/static/website/img/background-ie.jpg?9ac5b87a165b') top center no-repeat;
  font-family: 'Droid Sans', arial, serif;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a:hover {
  color: #BFBFBF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.nivoSlider {
  overflow: inherit!important;
}
#nav a:hover {
  color: white;
  background: #4d4d4d;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#666666), color-stop(1, #fff));
  background: -moz-linear-gradient(top, #4d4d4d 0%, #666666 100%);
  background-image: -o-linear-gradient(top, #4d4d4d, #666666);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4D4D4D, EndColorStr=#666666);
}
input[type="text"],
textarea {
  border: none;
  font-size: 11px;
  padding: 7px;
  display: block;
}
input[type="submit"] {
  font-weight: bold;
  background-color: #790000;
  border: none;
  color: white;
  font-size: 11px;
  padding: 7px;
}
textarea {
  overflow: hidden;
  resize: none;
}
::-webkit-input-placeholder {
  color: #CCC;
}
:-moz-placeholder {
  color: #CCC;
}
.clear {
  clear: both;
}
.button_enquiry {
  font-weight: bold;
  background-color: #790000;
  border: none;
  color: white;
  font-size: 11px;
  float: right;
  padding: 6px 22px;
  cursor: pointer;
  bottom: -26px;
  position: absolute;
  right: 21px;
}
.enquiry {
  /* firefox 19+ */
  /* ie */
}
.enquiry form {
  width: 397px;
  padding-bottom: 80px;
  color: white;
}
.enquiry .message {
  padding-bottom: 300px;
}
.enquiry .err-message {
  display: table;
}
.enquiry .vertical-img-wrapper {
  height: 2500px;
}
.enquiry h4 {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.enquiry ul {
  list-style-type: none;
  margin-left: 0px!important;
}
.enquiry ::-webkit-input-placeholder {
  font-size: 12px;
}
.enquiry ::-moz-placeholder {
  font-size: 12px;
}
.enquiry :-ms-input-placeholder {
  font-size: 12px;
}
.enquiry input:-moz-placeholder {
  font-size: 12px;
}
.enquiry .wrapper_label {
  width: 28%;
  display: table;
  float: left;
}
.enquiry li {
  float: left;
  width: 49%;
  font-size: 11px;
  line-height: 15px;
}
.enquiry li input {
  margin: 0px;
  font-size: 12px;
}
.enquiry .wrapper_label {
  font-size: 12px;
}
.enquiry li:nth-child(2n) {
  margin-left: 5px;
}
.enquiry .content {
  float: left;
  width: 72%;
  display: table;
}
.enquiry .customer_detail,
.enquiry .description_of_work_piece,
.enquiry .description_of_work_piec,
.enquiry .machine,
.enquiry .shape_abrasive,
.enquiry .abrasive_in_use,
.enquiry .comments {
  padding-bottom: 25px;
  clear: both;
  display: table;
  width: 100%;
}
.enquiry .wrapper_phone,
.enquiry .wrapper_material,
.enquiry .wrapper_machine,
.enquiry .wrapper_manufacturer,
.enquiry .wrapper_grit_size {
  margin-right: 25px;
}
.enquiry .wrapper_type_of_processing,
.enquiry .shape_abrasive,
.enquiry .abrasive_in_use,
.enquiry .wrapper_contact_person {
  clear: both;
}
.enquiry .wrapper_other,
.enquiry .wrapper_description_other,
.enquiry .wrapper_abrasive_other {
  width: 100%;
  height: 42px;
  background: #808080;
}
.enquiry .wrapper_other .wrapper_label,
.enquiry .wrapper_description_other .wrapper_label,
.enquiry .wrapper_abrasive_other .wrapper_label {
  width: 28.3%;
  float: left;
  height: 44px;
}
.enquiry .wrapper_other input,
.enquiry .wrapper_description_other input,
.enquiry .wrapper_abrasive_other input {
  width: 88%!important;
  margin-top: 0px;
  background-color: #ABABAB !important;
}
.enquiry .wrapper_other .content,
.enquiry .wrapper_description_other .content,
.enquiry .wrapper_abrasive_other .content {
  width: 71%;
  display: table;
  float: left;
}
.enquiry .wrapper_other .wrapper_label,
.enquiry .wrapper_description_other .wrapper_label,
.enquiry .wrapper_abrasive_other .wrapper_label {
  color: #808080;
}
.enquiry .wrapper_other li,
.enquiry .wrapper_description_other li,
.enquiry .wrapper_abrasive_other li {
  float: left;
}
.enquiry .wrapper_belt_joint_required,
.enquiry .wrapper_paper_product,
.enquiry .wrapper_cloth_product {
  width: 98%;
}
.enquiry .wrapper_paper_product,
.enquiry .wrapper_cloth_product {
  margin-top: 18px;
}
.enquiry .wrapper_type_of_processing,
.enquiry .wrapper_grinding_process,
.enquiry .wrapper_shape_abrasive,
.enquiry .wrapper_paper_product,
.enquiry .wrapper_cloth_product,
.enquiry .wrapper_belt_joint_required {
  background: #808080;
  display: table;
  padding: 12px 0px 0px 8px;
}
.enquiry .wrapper_type_of_processing .wrapper_label,
.enquiry .wrapper_grinding_process .wrapper_label,
.enquiry .wrapper_shape_abrasive .wrapper_label,
.enquiry .wrapper_paper_product .wrapper_label,
.enquiry .wrapper_cloth_product .wrapper_label,
.enquiry .wrapper_belt_joint_required .wrapper_label {
  line-height: 18px;
}
.enquiry .wrapper_type_of_processing li,
.enquiry .wrapper_grinding_process li,
.enquiry .wrapper_shape_abrasive li,
.enquiry .wrapper_paper_product li,
.enquiry .wrapper_cloth_product li,
.enquiry .wrapper_belt_joint_required li {
  margin-bottom: 8px;
}
.enquiry .wrapper_type_of_processing .err-message,
.enquiry .wrapper_grinding_process .err-message,
.enquiry .wrapper_shape_abrasive .err-message,
.enquiry .wrapper_paper_product .err-message,
.enquiry .wrapper_cloth_product .err-message,
.enquiry .wrapper_belt_joint_required .err-message {
  padding-top: 10px;
}
.enquiry .wrapper_type_of_processing input,
.enquiry .wrapper_grinding_process input,
.enquiry .wrapper_shape_abrasive input,
.enquiry .wrapper_paper_product input,
.enquiry .wrapper_cloth_product input,
.enquiry .wrapper_belt_joint_required input {
  position: relative;
  top: 3px;
}
.enquiry .wrapper_phone,
.enquiry .wrapper_fax,
.enquiry .wrapper_material,
.enquiry .wrapper_dimension,
.enquiry .wrapper_machine,
.enquiry .wrapper_contact_element,
.enquiry .wrapper_manufacturer,
.enquiry .wrapper_brand,
.enquiry .wrapper_grit_size,
.enquiry .wrapper_dimension,
.enquiry .wrapper_abrasive_dimension {
  float: left;
  width: 46%;
}
.enquiry input[disabled="disabled"] {
  opacity: 0.5;
}
.page-brochures .brochure-image.eightcol {
  margin-left: 1%;
  margin-right: 1%;
}
.page-brochures .showcase,
.page-brochures .showcase-top {
  padding-left: 0px;
  padding-right: 22px;
  padding-bottom: 11px;
}
.page-brochures .main-image-wrapper .cms-picture img {
  margin: 0px;
  padding: 0px;
}
.page-brochures .row .image-sidebar .showcase h1 {
  font-size: 22px;
}
.page-brochures .main-image-wrapper img {
  margin: 0 auto;
  display: block;
  padding: 32px 0px;
}
.page-brochures .description {
  padding-left: 42px;
  font-size: 12px;
  line-height: 19px;
}
.page-brochures .description .choice {
  padding-top: 35px;
  padding-bottom: 200px;
}
.page-brochures .description .choice span {
  float: left;
  width: 120px;
  line-height: 22px;
  text-align: right;
  margin-right: 10px;
}
.page-brochures .description .choice div {
  padding-bottom: 10px;
}
.page-brochures .description .choice-height {
  padding-bottom: 168px;
}
.page-brochures .description .description-bottom {
  border-top: 1px solid gray;
  padding-bottom: 70px;
}
.page-brochures .description .description-bottom span {
  padding-top: 22px;
  font-size: 22px;
  display: block;
  width: 180px;
  line-height: 28px;
}
.page-brochures .description .download-button {
  padding-top: 18px;
}
.page-brochures .description .download-button div {
  padding-top: 8px;
}
.page-brochures .description .download-button button {
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  padding: 9px 22px;
  background-color: #790000;
  border: none;
  color: white;
}
.page-brochures .description .left {
  float: left;
}
.page-brochures .description .right {
  float: right;
}
.page-brochures .description input[type="submit"] {
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  padding: 9px 28px;
}
.page-brochures .description p {
  margin-top: -5px;
}
.enquiry_page p {
  line-height: 19px;
  font-size: 12px;
}
.enquiry_page .sixcol .left {
  padding-right: 0px;
}
.enquiry_page .edit-mode .showcase-top h1 {
  padding-bottom: 45px;
}
.enquiry_page .edit-mode .cms_placeholder {
  padding-right: 0px!important;
  width: 100%!important;
}
.page-applications .left,
.enquiry_page .left {
  background-color: #595959;
  padding: 24px 21px 28px 23px;
  min-height: 496px;
}
.page-applications .left .wrapper,
.enquiry_page .left .wrapper {
  padding-left: 40px;
}
.page-applications h1,
.enquiry_page h1 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 40px;
}
.page-applications .showcase-top,
.enquiry_page .showcase-top {
  padding: 0px;
}
.page-applications .product,
.enquiry_page .product {
  background: #595959;
  min-height: 252px;
  margin-top: 22px;
}
.page-applications .product .content,
.enquiry_page .product .content {
  padding: 8px 18px 15px 18px;
}
.page-applications .product .content h3,
.enquiry_page .product .content h3 {
  font-size: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
}
.page-applications .product .content p,
.enquiry_page .product .content p {
  line-height: 15px;
  float: right;
  padding: 8px 0 10px 0;
  font-size: 10px;
  text-align: right;
}
.page-applications .edit-mode .fourcol,
.enquiry_page .edit-mode .fourcol {
  width: 100%;
}
.page-applications .edit-mode .cms_placeholder,
.enquiry_page .edit-mode .cms_placeholder {
  float: left;
  clear: none;
  width: 356px;
  padding-right: 19px;
}
.page-application-detail .wrapper {
  display: inline-table;
  padding-left: 40px;
  padding-bottom: 20px;
}
.page-application-detail .wrapper h4 {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
}
.page-application-detail .description .showcase {
  padding-left: 23px;
  padding-bottom: 28px;
}
.page-application-detail .description h4 {
  font-size: 18px;
  padding-top: 19px;
}
.page-application-detail .description h4:first-child {
  padding-top: 0px;
}
.page-application-detail .description p {
  padding-top: 5px;
}
.page-application-detail .product {
  float: left;
  margin-right: 3%;
  background: #7F7E7F;
  min-height: 80px;
  text-align: center;
  margin-top: 10px;
}
.page-product-detail .showcase,
.page-application-detail .showcase {
  margin-bottom: 0px;
  padding: 24px 21px 0px 0px;
}
.page-product-detail .other-product,
.page-application-detail .other-product {
  position: relative;
}
.page-product-detail .other-product .wrapper,
.page-application-detail .other-product .wrapper {
  padding-bottom: 0px;
  border-top: 1px solid #595959;
  padding-top: 30px;
  margin-top: 30px;
}
.page-product-detail .other-product .product,
.page-application-detail .other-product .product {
  min-height: 220px;
}
.page-product-detail .other-product .content,
.page-application-detail .other-product .content {
  padding: 12px 18px 2px 18px;
  color: #E6E6E6;
}
.page-product-detail .other-product .content h3,
.page-application-detail .other-product .content h3 {
  float: left;
  border-bottom: none;
}
.page-product-detail .other-product .content p,
.page-application-detail .other-product .content p {
  float: none;
  width: 100%;
  font-size: 12px;
}
.page-product-detail .other-product .description,
.page-application-detail .other-product .description {
  padding: 0px 0px 15px 40px;
  line-height: 20px;
}
.page-product-detail .other-product .description h4,
.page-application-detail .other-product .description h4 {
  font-size: 18px;
}
.page-product-detail .other-product .description p,
.page-application-detail .other-product .description p {
  line-height: 19px;
  text-align: left;
  width: 100%;
  font-size: 12px;
  padding-top: 15px;
}
.page-product-detail .specification,
.page-application-detail .specification {
  padding-left: 42px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 19px;
}
.page-product-detail .specification .wrapper,
.page-application-detail .specification .wrapper {
  padding-bottom: 18px;
}
.page-product-detail .specification p,
.page-application-detail .specification p {
  margin-left: 0px;
  padding-top: 10px;
  font-size: 12px;
}
.page-product-detail .specification h4,
.page-application-detail .specification h4 {
  font-size: 15px;
  font-weight: bold;
}
.page-product-detail .specification .right,
.page-application-detail .specification .right {
  float: right;
  width: 55%;
  text-align: left;
}
.page-product-detail .specification .list,
.page-application-detail .specification .list {
  clear: both;
  padding: 5px 0 2px 0;
  border-bottom: 1px solid gray;
  overflow: hidden;
}
.page-product-detail .specification .list:last-child,
.page-application-detail .specification .list:last-child {
  border-bottom: none;
}
.page-product-detail .specification .left,
.page-application-detail .specification .left {
  float: left;
}
.page-product-detail .specification .first,
.page-application-detail .specification .first {
  border-top: 1px solid #E6E6E6;
  margin-top: 8px;
  padding-top: 8px;
}
.page-product,
.page-product-detail {
  color: #E6E6E6;
}
.page-product .cms_placeholder,
.page-product-detail .cms_placeholder {
  float: left;
  clear: none;
  width: 266px;
  padding-right: 19px;
  margin-bottom: 20px;
}
.page-product .cms_placeholder .threecol,
.page-product-detail .cms_placeholder .threecol {
  width: 100%;
}
.page-product .gray,
.page-product-detail .gray {
  color: #595959;
}
.page-product h2,
.page-product-detail h2 {
  font-size: 22px;
  padding: 22px 0 20px 0;
}
.page-product .product,
.page-product-detail .product {
  background: #595959;
  min-height: 266px;
}
.page-product .product.last,
.page-product-detail .product.last {
  margin-right: 0px;
}
.page-product .wrapper,
.page-product-detail .wrapper {
  border-bottom: 1px solid #595959;
  padding-bottom: 25px;
  overflow: hidden;
}
.page-product .wrapper:last-child,
.page-product-detail .wrapper:last-child {
  border-bottom: none;
}
.page-product .content,
.page-product-detail .content {
  padding: 8px 18px 15px 18px;
}
.page-product .content h3,
.page-product-detail .content h3 {
  font-size: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
}
.page-product .content p,
.page-product-detail .content p {
  width: 80%;
  line-height: 15px;
  float: right;
  padding: 8px 0 10px 0;
  font-size: 10px;
  text-align: right;
}
.page-product .product {
  margin-bottom: 2%;
}
.fourcol .cms_placeholder {
  float: none;
}
.page-home #showcase-list .fourcol {
  background-color: #595959;
}
.page-home .gallery .banner-editmode {
  display: block!important;
  position: relative;
  max-width: 100%;
}
.page-home .gallery .cms_placeholder {
  float: left;
  clear: none;
  width: 550px;
  padding-right: 19px;
  margin-bottom: 20px;
}
.page-home .showcase {
  padding: 24px 21px 0 23px;
  margin-bottom: 0;
}
.page-home .showcase .showcase-content {
  padding-bottom: 20px;
}
.page-home .showcase .showcase-content h3 a {
  color: #E6E6E6;
}
.page-home #news-list {
  top: -8px;
  position: relative;
}
.not-found .error404 {
  background-color: #595959;
  text-align: center;
  padding: 80px 0 120px 0;
  color: #E6E6E6;
}
.not-found .error404 h1 {
  padding: 30px 0 30px 0;
  font-size: 31px;
}
.not-found .error404 p {
  line-height: 19px;
  font-size: 12px;
}
.not-found .error404 p a {
  color: white;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: white;
}
i {
  display: inline-block;
  vertical-align: middle;
}
.left {
  float: left;
}
i.icon-mail {
  background: url('/static/website/img/web-mail.png?9ac5b87a165b') no-repeat;
  width: 15px;
  height: 9px;
}
.container {
  margin: 0 auto;
}
.header {
  font-size: 18px;
  padding-top: 10px;
}
.header:first-child {
  padding-top: 0px;
}
.top {
  padding-top: 0px;
}
#showcase-list img {
  margin-bottom: -6px;
}
.showcase,
.showcase-top {
  background-color: #595959;
  padding: 24px 21px 28px 23px;
  color: #E6E6E6;
  position: relative;
}
.showcase h3,
.showcase-top h3 {
  line-height: 27px;
  font-size: 22px;
  margin-top: -3px;
  margin-bottom: 6px;
}
.showcase p,
.showcase-top p,
.showcase ul,
.showcase-top ul {
  line-height: 19px;
  font-size: 12px;
}
.showcase ul,
.showcase-top ul {
  margin-left: 13px;
}
.showcase .read-more,
.showcase-top .read-more {
  margin-top: 3px;
  display: block;
}
.showcase .showcase-content,
.showcase-top .showcase-content {
  margin-left: 43px;
}
.showcase-top {
  padding-left: 0px;
}
#news-list {
  margin-left: 43px;
}
#news-list p {
  margin-left: 0px;
}
.news {
  padding-bottom: 7px;
  padding-top: 7px;
  border-top: 1px solid #E6E6E6;
}
.news h4 {
  font-size: 18px;
  line-height: 25px;
}
.news:last-child {
  padding-bottom: 0px;
}
.news:first-child {
  padding-top: 0px;
  border: none;
}
.page-news-detail .wrapper {
  padding-top: 15px;
}
.page-news-detail .news {
  font-size: 12px;
  line-height: 19px;
  color: #E6E6E6;
  margin-bottom: 45px;
}
.page-news-detail .news span {
  font-size: 13px;
  color: #CCCCCC;
  margin-bottom: 2px;
}
.page-news-detail .news h4 {
  line-height: 28px;
  font-size: 22px;
  margin-bottom: 18px;
}
.page-news-list .date,
.page-news-detail .date {
  display: block;
  font-size: 13px;
  margin-top: 21px;
  margin-bottom: 5px;
}
.page-news-list .news-header,
.page-news-detail .news-header {
  font-size: 21px;
  margin-bottom: 10px;
}
.page-news-list .showcase,
.page-news-detail .showcase {
  margin-bottom: 0px;
  padding-bottom: 17px;
}
.page-news-list .news,
.page-news-detail .news {
  padding-bottom: 26px;
  border-top: 2px solid #808080;
}
.page-news-list .news:first-child,
.page-news-detail .news:first-child {
  padding-top: 0px;
  border-top: none;
}
.page-news-list .news img {
  margin-bottom: 26px;
}
.page-news-list #news-list .news:first-child .date {
  margin-top: 0px;
}
.grey {
  background-color: #595959;
}
.page-product-detail .row .fourcol {
  position: relative;
  margin-bottom: 55px;
}
.row .fourcol.image-sidebar .showcase {
  padding-top: 22px;
}
.row .fourcol.image-sidebar h1 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 35px;
}
.row .fourcol.image-sidebar .subheader {
  font-size: 18px;
  display: block;
  margin-bottom: 18px;
}
.row .fourcol.image-sidebar p {
  margin-top: -5px;
}
.main-image-wrapper {
  margin-bottom: -3px;
}
.vertical-img-wrapper {
  position: absolute;
  height: 1140px;
  float: left;
  background-color: #790000;
  padding-left: 8px;
  padding-right: 6px;
  padding-top: 9px;
}
#header {
  padding-top: 65px;
  padding-bottom: 16px;
}
#header .menu {
  float: right;
  font-size: 13px;
  margin-top: 15px;
}
#header .menu i {
  margin-bottom: 3px;
  margin-right: 4px;
}
#header .menu:last-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;
}
.language_chooser {
  top: -55px;
  position: relative;
}
.language_chooser .language {
  float: right;
  font-size: 12px;
  color: black;
}
#nav {
  color: #F2F2F2;
  overflow: visible;
  font-size: 11px;
}
.sub-menu li:first-child {
  border-top: none;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li {
  clear: both;
  border-left: none!important;
  border-right: none!important;
  width: 100%;
  border-top: 1px solid gray;
  border-bottom: 1px solid #333;
  color: #BFBFBF;
  box-shadow: 3px 3px 4px rgba(128, 128, 128, 0.5);
}
.nav-wrapper {
  list-style-type: none;
  background: #666666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#4d4d4d), color-stop(1, #fff));
  background: -moz-linear-gradient(top, #666666 0%, #4d4d4d 100%);
  background-image: -o-linear-gradient(top, #666666, #4d4d4d);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#666666, EndColorStr=#4d4d4d);
}
.nav-wrapper .selected a {
  background: #4D4D4D;
  background: -webkit-gradient(linear, left top, left bottom, from(#4D4D4D), to(#666666), color-stop(1, #fff));
  background: -moz-linear-gradient(top, #4D4D4D 0%, #666666 100%);
  background-image: -o-linear-gradient(top, #4D4D4D, #666666);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4D4D4D, EndColorStr=#666666);
}
.nav-wrapper li:last-child {
  padding: 0;
  border-right: none;
  padding: 15px 0px;
}
.nav-wrapper li {
  float: left;
  border-right: 1px solid #333;
  border-left: 1px solid #808080;
}
.nav-wrapper li a {
  display: block;
  padding: 15px 35px;
  text-align: center;
}
.nav-wrapper li:firts-child {
  border-left: none;
}
.nav-wrapper .sub-menu li a {
  background: #666;
  background: -webkit-gradient(linear, left center, right center, from(#666), to(#4D4D4D));
  background: -moz-linear-gradient(to right, #666 0%, #4D4D4D 100%);
  background-image: -o-linear-gradient(left, #666, #4D4D4D);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType="1", startColorstr='#666666', endColorstr='#4D4D4D');
  color: white;
  font-size: 11px;
  text-align: left;
}
.nav-wrapper .sub-menu li a:hover {
  background: #808080;
  background: -webkit-gradient(linear, left center, right center, from(#808080), to(#595959));
  background: -moz-linear-gradient(to right, #808080 0%, #595959 100%);
  background-image: -o-linear-gradient(left, #808080, #595959);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType="1", startColorstr='#666666', endColorstr='#595959');
}
.nav-wrapper .sub-menu li:last-child {
  padding: 0;
}
#footer {
  border-top: 3px solid black;
  color: #E6E6E6;
  font-size: 10px;
  padding-top: 9px;
  padding-bottom: 26px;
  margin-top: 30px;
}
#footer .footer-wrapper {
  float: right;
}
#footer .social {
  position: relative;
  top: 5px;
  margin-right: 0px;
  padding-right: 0px;
}
#footer .social img:last-child {
  margin-left: 8px;
}
#footer span,
#footer b {
  display: inline-block;
}
#footer span {
  padding-top: 8px;
  padding-bottom: 4px;
  border-right: 1px solid #595959;
  padding-right: 10px;
  margin-right: 10px;
}
#footer span:last-child {
  border-right: none;
}
#footer b {
  margin-right: 10px;
  color: black;
}
.separator {
  margin: 25px 0px;
  border-top: 1px solid #595959;
}
.page-service h1 {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 40px;
}
.page-service .last .showcase-top {
  padding-left: 10px;
  padding-right: 40px;
}
.page-service p {
  line-height: 22px;
  margin-bottom: 10px;
}
.page-service .header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-service .header:first-child {
  margin-top: -3px;
}
.page-service .description .subheader:first-child {
  padding-top: 0px;
}
.page-service .description img {
  margin-bottom: -10px;
  margin-left: 1px;
}
.page-service .description .showcase-content {
  margin-bottom: 25px;
}
.page-vision h4.header,
.page-vision p {
  margin-bottom: 10px;
}
.page-about .sixcol {
  margin-right: 0px;
  width: 50%;
}
.page-about h4.header,
.page-about p {
  margin-bottom: 10px;
}
.page-about .showcase {
  padding-bottom: 40px;
  padding-top: 35px;
  margin-bottom: 0px;
}
.page-about .subtitle {
  font-weight: bold;
}
.page-about .showcase {
  padding-top: 24px;
}
.sub-main {
  padding: 15px 0px 0px 20px;
  font-size: 34px;
  line-height: 40px;
  color: white;
  bottom: -10px;
  position: relative;
  z-index: 1;
}
.sub-main h1 {
  margin-bottom: 0px;
  width: 60%;
  font-size: 34px;
  line-height: 40px;
}
.page-technology .showcase-top p {
  padding-bottom: 16px;
}
.page-technology .description {
  background-color: #595959;
}
.page-technology .description .showcase {
  padding-top: 30px;
}
.page-technology .description img {
  margin-bottom: -10px;
}
.page-technology .description .header,
.page-technology .description ul,
.page-technology .description p {
  margin-left: 4px;
  line-height: 22px;
}
.page-technology .description ul {
  margin-left: 18px;
}
.page-technology .description .header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-technology .description .header:first-child {
  margin-top: -3px;
}
.page-technology .description .multi-list-wrapper p {
  margin-top: 10px;
}
.page-technology .description .multi-list-wrapper p:first-child {
  margin-top: 0px;
}
.page-technology .description .last .showcase {
  padding-left: 0px;
}
.page-technology .description .last .showcase .header {
  margin-left: 0px;
}
.page-contact .header {
  font-size: 22px;
  margin-bottom: 4px;
}
.page-contact .err-message {
  color: #790000;
  position: relative;
  top: -12px;
}
.page-contact .showcase {
  padding-right: 0px;
}
.page-contact p {
  margin-bottom: 13px;
}
.page-contact input {
  margin-bottom: 18px;
}
.page-contact input[type="text"],
.page-contact textarea {
  width: 96%;
  background-color: #808080;
  color: white;
}
.page-contact input[type="submit"] {
  float: right;
  padding: 6px 22px;
  cursor: pointer;
}
.page-contact textarea {
  margin-bottom: 18px;
}
.page-contact .last .header {
  margin-bottom: 21px;
}
.page-contact .address {
  margin-bottom: 23px;
}
.page-contact .left {
  padding-right: 115px;
}
.page-history .year {
  display: inline-block;
  font-size: 23px;
}
.page-history .description ul li div {
  margin-bottom: 16px;
}
.page-history .description ul li div p {
  margin-top: -25px;
  margin-left: 59px;
}
.page-history .showcase-content .header {
  margin-bottom: 26px;
}
.page-history .showcase-top p {
  padding-bottom: 16px;
}
.page-home #showcase-list {
  padding-top: 30px;
}
.page-home #showcase-list #column_2 h3 a {
  font-size: 20px!important;
}
.page-home #showcase-list h3,
.page-home #showcase-list h3 a,
.page-home #showcase-list h4 a {
  font-size: 22px;
  color: white;
}
.page-home #showcase-list p,
.page-home #showcase-list h4 {
  font-size: 12px;
}
.nivo-controlNav {
  z-index: 8;
  position: relative;
  margin-top: -113px;
  line-height: 19px;
  width: 100%;
}
.nivo-controlNav p {
  margin: 22px 25px 17px 25px;
}
.nivo-controlNav .nivo-control {
  display: block;
  width: 25%;
  background-color: rgba(121, 0, 0, 0.6);
  float: left;
  text-align: left;
  min-height: 98px;
}
.nivo-controlNav .slider-header {
  display: block;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  font-size: 11px;
}
.nivo-controlNav .description {
  font-size: 21px;
}
.nivo-controlNav .active {
  background-color: rgba(51, 51, 51, 0.6);
}
#arrow {
  display: none;
  width: 0px;
  height: 0px;
  border-bottom: 21px solid #333;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  opacity: 0.6;
  margin-top: -132px;
  position: absolute;
  z-index: 8;
}
#nav ul.nav-wrapper .open > .dropdown-menu {
  background: #4d4d4d;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#666666), color-stop(1, #fff));
  background: -moz-linear-gradient(top, #4d4d4d 0%, #666666 100%);
  background-image: -o-linear-gradient(top, #4d4d4d, #666666);
  font-size: 12px;
}
#nav ul.nav-wrapper .open > .dropdown-menu li {
  border: none;
  width: 100%;
}
#nav ul.nav-wrapper .open > .dropdown-menu li:last-child {
  padding: 0;
}
#nav ul.nav-wrapper .open > .dropdown-menu a,
#nav ul.nav-wrapper .open > .dropdown-menu .selected a {
  color: white;
  background: transparent;
  text-align: left;
}
#nav ul.nav-wrapper .open > .dropdown-menu a:hover,
#nav ul.nav-wrapper .open > .dropdown-menu .selected a:hover {
  background: #C4C5C9;
  color: #595959;
}
@media only screen and (max-width: 480px) {
  .page-home #slider-nav span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .nivo-controlNav {
    margin-top: -68px;
  }
  .nivo-controlNav p {
    margin: 15px 25px 0px 25px;
  }
  .nivo-controlNav .nivo-control {
    text-align: center;
    min-height: 40px;
  }
  .nivo-controlNav .nivo-control .description {
    display: none;
  }
  .nivo-controlNav .nivo-control .slider-header {
    padding-bottom: 9px;
    border-bottom: none;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  #nav {
    font-size: 10px;
  }
  #nav .nav-wrapper li a {
    padding: 10px 26px;
  }
  #nav li:last-child {
    padding: 0;
    border-right: none;
  }
  .page-product .product {
    min-height: 225px;
  }
  .showcase-content {
    padding-bottom: 20px;
  }
  .page-technology .row .showcase-top h1 {
    font-size: 32px;
  }
  .page-product-detail .showcase {
    padding: 0px 20px 0px 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-technology .row .showcase-top h1 {
    font-size: 32px;
  }
  #nav {
    font-size: 10px;
  }
  #nav .nav-wrapper li a {
    padding: 10px 26px;
  }
  #nav li:last-child {
    padding: 0;
    border-right: none;
  }
  .page-product .threecol {
    width: 31.4%;
  }
  .page-product .product {
    margin-bottom: 20px;
  }
}
.page-product {
  /*    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }*/
}
.page-product #category_list .left {
  height: 380px!important;
}
.page-product #category_list .left ul {
  list-style-type: none;
  line-height: 50px;
  text-align: center;
}
.page-product #category_list .left ul li {
  position: relative;
  height: auto!important;
}
.page-product #category_list .left ul .red {
  background: #660000;
  background: -webkit-gradient(linear, left center, right center, from(#660000), to(#9B3D3D));
  background: -moz-linear-gradient(to right, #660000 0%, #9B3D3D 100%);
  background-image: -o-linear-gradient(left, #660000, #9B3D3D);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType="1", startColorstr='#660000', endColorstr='#9B3D3D');
}
.page-product #category_list .left ul li.red {
  border-bottom: 1px solid #3A0101;
}
.page-product #category_list .left ul li.red .description {
  background: #660000;
}
.page-product #category_list .left ul li.red .description .triangle {
  border-color: transparent transparent transparent #660000;
}
.page-product #category_list .left ul .gold {
  background: #664D16;
  background: -webkit-gradient(linear, left center, right center, from(#664D16), to(#C4A24E));
  background: -moz-linear-gradient(to right, #664D16 0%, #C4A24E 100%);
  background-image: -o-linear-gradient(left, #664D16, #C4A24E);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType="1", startColorstr='#664D16', endColorstr='#C4A24E');
}
.page-product #category_list .left ul li.gold {
  border-top: 1px solid #BA9843;
  border-bottom: 1px solid #563D05;
}
.page-product #category_list .left ul li.gold .description {
  background: #664D16;
}
.page-product #category_list .left ul li.gold .description .triangle {
  border-color: transparent transparent transparent #664D16;
}
.page-product #category_list .left ul .silver {
  background: #666666;
  background: -webkit-gradient(linear, left center, right center, from(#666666), to(#ABABAB));
  background: -moz-linear-gradient(to right, #666666 0%, #ABABAB 100%);
  background-image: -o-linear-gradient(left, #666666, #ABABAB);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType="1", startColorstr='#666666', endColorstr='#ABABAB');
}
.page-product #category_list .left ul .silver .description {
  background: #666666;
}
.page-product #category_list .left ul .silver .description .triangle {
  border-color: transparent transparent transparent #666666;
}
.page-product #category_list .left ul li.silver {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #4D4D4D;
}
.page-product #category_list .left .description {
  padding: 32px 25px;
  display: none;
  text-align: left;
  position: relative;
}
.page-product #category_list .clear_col {
  margin-right: 0px;
}
.page-product .lof-main-wapper h4 {
  font-size: 16px;
}
.page-product .lof-main-wapper .right {
  position: absolute;
  right: 60px;
  top: 13px;
  font-size: 11px;
}
.page-product .lof-main-wapper .right i {
  background: url('/static/website/img/view-products-arrow.png?9ac5b87a165b') no-repeat;
  width: 7px;
  height: 7px;
  position: relative;
  left: 5px;
}
.page-product .product-list {
  display: table;
  padding-top: 34px;
  padding-bottom: 20px;
  padding-right: 0px;
  width: 96%;
}
.page-product .description {
  line-height: 20px;
  max-height: 224px;
  /*    overflow: scroll;
*/
  height: 161px;
  /*    width: 182px;

    overflow-x: hidden;
    overflow-y: scroll;*/
}
.page-product .product {
  min-height: initial;
}
.page-product ul.lof-main-wapper li {
  position: relative;
}
.product_list #category_list .left ul li {
  height: 40px!important;
  line-height: 40px;
}
.product_list .triangle {
  position: absolute;
  right: -12px !important;
  top: 12px!important;
  border-color: transparent transparent transparent #333;
}
.product_list .left ul {
  margin-left: 2px;
}
.product_list .left li {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #333;
  font-size: 12px;
}
.product_list .left li:first-child {
  border-top: none;
}
.product_list .left li:last-child {
  border-bottom: none;
}
.product_list .left ul li {
  padding: 0px 20px;
  text-align: left;
  background: #4C4C4C;
}
.product_list .left .active {
  background: #333;
}
.product_list .left ul.title {
  width: 94.5%;
  height: 46px!important;
  background: #4C4C4C;
  margin-bottom: 2px;
}
.product_list .left ul.title li {
  line-height: 48px!important;
}
.product_list ul.lof-navigator {
  position: absolute;
  width: 94.45%;
  height: 238px;
}
.product_list .navigator {
  overflow: hidden;
  position: relative;
  height: 332px;
}
.product_list h4 {
  font-size: 16px;
}
.product_list .lof-main-item-desc {
  height: 95px;
}
.product_list .lof-main-item-desc h4 {
  font-size: 23px;
  width: 90%;
  padding: 5px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
}
.product_list .lof-main-item-desc .desc {
  width: 45%;
  margin-left: 25px;
  line-height: 15px;
}
.product_list .lof-main-item-desc .right {
  top: 63px;
}
.product_list .lof-main-item-desc div {
  font-size: 11px;
}
