@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/static/fonts/SourceSansPro-Bold.eot?776ed4d98202');
    src: url('/static/fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/SourceSansPro-Bold.woff?776ed4d98202') format('woff'),
         url('/static/fonts/SourceSansPro-Bold.ttf?024be015096c') format('truetype');
         url('/static/fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('/static/fonts/SourceSansPro-Light.eot?776ed4d98202');
    src: url('/static/fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/SourceSansPro-Light.woff?776ed4d98202') format('woff'),
         url('/static/fonts/SourceSansPro-Light.ttf?024be015096c') format('truetype');
         url('/static/fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('/static/fonts/SourceSansPro-Regular.eot?776ed4d98202');
    src: url('/static/fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/SourceSansPro-Regular.woff?776ed4d98202') format('woff'),
         url('/static/fonts/SourceSansPro-Regular.ttf?024be015096c') format('truetype');
         url('/static/fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('/static/fonts/SourceSansPro-Semibold.eot?776ed4d98202');
    src: url('/static/fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/SourceSansPro-Semibold.woff?776ed4d98202') format('woff'),
         url('/static/fonts/SourceSansPro-Semibold.ttf?024be015096c') format('truetype');
         url('/static/fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0px;
  margin: 0px;
  height: 100%; }

body {
  font-family: "SourceSansPro-Regular";
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  min-width: 960px; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: #C20000;
  text-decoration: none; }

a:hover {
  -webkit-transition: color 500ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: color 500ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: color 500ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: color 500ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

input[type="text"], textarea {
  border: none;
  display: block; }

input[type="submit"] {
  font-weight: bold;
  border: none;
  color: white;
  font-size: 11px;
  padding: 7px; }

textarea {
  overflow: hidden;
  resize: none; }

::-webkit-input-placeholder {
  color: #CCC; }

:-moz-placeholder {
  color: #CCC; }

p {
  line-height: 25px; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.container {
  *zoom: 1;
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-wrapper {
  padding-top: 70px;
  overflow: hidden; }

#header {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  background: black; }

.header-wrapper .logo {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 57.23104%; }
  .header-wrapper .logo:last-child {
    margin-right: 0; }
  .header-wrapper .logo img {
    float: left;
    margin-right: 10px; }
  .header-wrapper .logo a {
    text-decoration: none;
    font-size: 16px;
    color: #CCC;
    line-height: 60px; }

#nav {
  font-size: 14px;
  color: #999999;
  margin: 0px;
  font-family: "SourceSansPro-Semibold";
  padding-left: 44px;
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 40.12346%;
  /* firefox 19+ */
  /* ie */ }
  #nav:last-child {
    margin-right: 0; }
  #nav .nav-wrapper {
    margin: 0px;
    padding: 0px; }
  #nav li {
    list-style: none;
    border-bottom: 1px solid #656565;
    padding: 5px 0 2px 0;
    width: 123px;
    float: left;
    margin-right: 21px; }
  #nav li:nth-child(3) {
    border-bottom: none; }
  #nav li:nth-child(1), #nav li:nth-child(2), #nav li:nth-child(3) {
    padding-top: 0px; }
  #nav li:nth-child(3n+3) {
    margin-right: 0px; }
  #nav input {
    padding: 3px 7px;
    font-size: 14px;
    width: 100%;
    bottom: 6px;
    position: relative;
    background: #4E4E4E;
    color: white;
    font-family: "SourceSansPro-Regular"; }
  #nav ::-webkit-input-placeholder {
    font-style: italic;
    color: #999; }
  #nav ::-moz-placeholder {
    font-style: italic;
    color: #999; }
  #nav :-ms-input-placeholder {
    font-style: italic;
    color: #999; }
  #nav input:-moz-placeholder {
    font-style: italic;
    color: #999; }
  #nav a {
    color: gray;
    display: block;
    text-decoration: none; }
  #nav a:visited {
    color: gray; }
  #nav a:hover {
    color: white; }

#main-banner {
  background: url('/static/website/img/banner.jpg?eed94b583e16') no-repeat left center;
  background-position: center;
  overflow: hidden;
  width: 100%;
  height: 350px;
  font-family: "SourceSansPro-Light"; }
  #main-banner .main-banner-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  #main-banner .detail {
    display: block;
    float: left;
    margin-right: 2.6455%;
    width: 40.12346%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 32px; }
    #main-banner .detail:last-child {
      margin-right: 0; }
    #main-banner .detail h1 {
      color: #CCC;
      font-size: 50px;
      line-height: 50px;
      margin: 0px; }
    #main-banner .detail p {
      color: #CCC;
      font-size: 20px; }

#content {
  padding-top: 50px;
  margin-bottom: 55px; }
  #content .edit-mode .sub-content:last-child {
    width: 260px; }
  #content .edit-mode .cms_placeholder {
    float: left;
    clear: none;
    width: 282px;
    padding-right: 19px; }
  #content .sub-content {
    display: block;
    float: left;
    margin-right: 2.6455%;
    width: 23.01587%;
    color: #323232; }
    #content .sub-content:last-child {
      margin-right: 0; }
    #content .sub-content .title {
      font-size: 17px;
      padding-bottom: 8px;
      border-bottom: 1px solid #cccccc;
      font-family: "SourceSansPro-Semibold";
      color: #323232; }
    #content .sub-content img {
      padding-top: 18px;
      padding-bottom: 15px; }
    #content .sub-content p {
      margin: 0px;
      line-height: 22px;
      font-size: 14px; }
    #content .sub-content .read-more {
      font-size: 14px;
      color: #C20000;
      padding-top: 6px; }
  #content .contact h1 {
    font-size: 34px;
    margin-top: 8px;
    margin-bottom: 10px;
    font-family: "SourceSansPro-Light"; }
  #content .contact .social {
    padding-top: 30px; }
    #content .contact .social img {
      padding: 0px;
      margin-right: 7px; }
    #content .contact .social p {
      width: 60px;
      padding-bottom: 15px; }
    #content .contact .social .icon {
      padding-left: 10px;
      line-height: 35px; }

.phone {
  color: #6A6869; }

.content-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  position: relative; }

footer, .push {
  height: 60px; }

footer {
  padding: 22px 0px;
  color: #4C4C4C;
  font-size: 12px;
  background: #E2E0DB;
  position: relative; }
  footer a {
    color: #C20000; }

.about-us .edit-mode .list-category .cms_placeholder, .about-us .edit-mode .list-category .cms_placeholder-title, .about-us .edit-mode .list-category .cms_placeholder-btn, .product-list .edit-mode .list-category .cms_placeholder, .product-list .edit-mode .list-category .cms_placeholder-title, .product-list .edit-mode .list-category .cms_placeholder-btn {
  border-bottom: none; }
.about-us .edit-mode .list-category .cms_placeholder div, .product-list .edit-mode .list-category .cms_placeholder div {
  width: 100%; }
.about-us .edit-mode .list-category .cms_placeholder-title, .product-list .edit-mode .list-category .cms_placeholder-title {
  width: 70%; }
.about-us .edit-mode .list-category .cms_placeholder-btn, .product-list .edit-mode .list-category .cms_placeholder-btn {
  width: 30%; }
.about-us .edit-mode .list-wrapper, .product-list .edit-mode .list-wrapper {
  margin-top: 0px; }
.about-us .product .item, .product-list .product .item {
  width: 100%; }
.about-us .product .cms_placeholder, .product-list .product .cms_placeholder {
  float: left;
  clear: none;
  width: 210px;
  height: 325px;
  padding-right: 19px; }

.about-us .sidebar {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 23.01587%;
  font-size: 16px;
  margin-top: 6px; }
  .about-us .sidebar:last-child {
    margin-right: 0; }
  .about-us .sidebar .cms_placeholder {
    width: 100%; }
  .about-us .sidebar .cms_placeholder-title {
    width: 70%; }
  .about-us .sidebar .cms_placeholder-btn {
    width: 30%; }
  .about-us .sidebar a:first-child {
    padding-top: 0px; }
  .about-us .sidebar a {
    padding-top: 23px;
    display: block;
    border-bottom: 1px solid #cccccc;
    width: 88%; }
  .about-us .sidebar div {
    padding-bottom: 10px;
    width: 100%;
    position: relative; }
  .about-us .sidebar .selected {
    color: #4D4D4D;
    font-family: "SourceSansPro-Semibold"; }
    .about-us .sidebar .selected i {
      background: url('/static/website/img/arrow_right.png?024be015096c') no-repeat left center;
      height: 12px;
      width: 7px;
      display: table;
      position: absolute;
      right: 0px;
      bottom: 12px; }
.about-us .detail {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 65.78483%;
  color: #4D4D4D; }
  .about-us .detail:last-child {
    margin-right: 0; }
  .about-us .detail h1 {
    font-size: 34px;
    font-family: "SourceSansPro-Light";
    margin-top: -5px;
    margin-bottom: 23px;
    color: black; }
  .about-us .detail p {
    font-size: 15px;
    margin-top: 15px; }

.contact-us {
  color: #4D4D4D;
  font-size: 14px; }
  .contact-us .container-wrapper {
    padding-top: 35px; }
  .contact-us a {
    color: #4D4D4D; }
  .contact-us .errorlist {
    padding: 0px;
    margin: 5px 0px;
    list-style-type: none;
    color: #C20000;
    font-size: 14px; }
  .contact-us .contact-wrapper {
    display: block;
    float: left;
    margin-right: 2.6455%;
    width: 74.33862%; }
    .contact-us .contact-wrapper:last-child {
      margin-right: 0; }
    .contact-us .contact-wrapper h1 {
      font-size: 50px;
      padding-bottom: 10px;
      margin-bottom: 12px;
      font-family: "SourceSansPro-Light";
      border-bottom: 1px solid #cccccc;
      margin-top: 0px; }
    .contact-us .contact-wrapper .contact {
      display: block;
      float: left;
      margin-right: 2.6455%;
      width: 31.56966%;
      padding-top: 15px; }
      .contact-us .contact-wrapper .contact:last-child {
        margin-right: 0; }
    .contact-us .contact-wrapper .left-wrapper {
      clear: both; }
      .contact-us .contact-wrapper .left-wrapper i {
        height: 21px;
        width: 21px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
        bottom: -2px; }
      .contact-us .contact-wrapper .left-wrapper p {
        width: 85%;
        margin-top: 0px;
        line-height: 22px; }
    .contact-us .contact-wrapper .phoneicon {
      background: url('/static/website/img/phoneicon.png?024be015096c') no-repeat left center; }
    .contact-us .contact-wrapper .faxicon {
      background: url('/static/website/img/faxicon.png?eea0b4a2391d') no-repeat left center; }
    .contact-us .contact-wrapper .emailicon {
      background: url('/static/website/img/emailicon.png?024be015096c') no-repeat left center; }
    .contact-us .contact-wrapper .alamaticon {
      background: url('/static/website/img/alamaticon.png?024be015096c') no-repeat left center; }
    .contact-us .contact-wrapper .right {
      margin-left: 35px;
      display: block;
      float: left;
      margin-right: 2.6455%;
      width: 57.23104%; }
      .contact-us .contact-wrapper .right:last-child {
        margin-right: 0; }
      .contact-us .contact-wrapper .right input[type="text"], .contact-us .contact-wrapper .right textarea {
        border: 1px solid #adadad;
        width: 100%;
        padding: 7px 8px;
        margin-top: 5px; }
      .contact-us .contact-wrapper .right textarea {
        height: 175px; }
      .contact-us .contact-wrapper .right p {
        margin-bottom: 25px;
        line-height: 22px; }
      .contact-us .contact-wrapper .right div {
        font-size: 16px;
        padding-bottom: 28px;
        color: #333333; }
      .contact-us .contact-wrapper .right .button {
        top: -8px;
        position: relative; }

.button {
  background: #808080;
  color: white;
  font-size: 16px;
  padding: 5px 12px;
  border: none;
  font-family: "SourceSansPro-Regular";
  cursor: pointer; }
  .button .arrow {
    background: url('/static/website/img/arrow_send.png?024be015096c') no-repeat left center;
    height: 11px;
    width: 5px;
    float: right;
    margin-left: 10px;
    position: relative;
    bottom: -6px; }

#margin-wrapper {
  margin-bottom: 60px; }

.product-details {
  color: #4D4D4D;
  font-size: 14px; }

.detail-left {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 48.67725%; }
  .detail-left:last-child {
    margin-right: 0; }
  .detail-left h1 {
    color: #4D4D4D;
    font-family: "SourceSansPro-Light";
    font-size: 50px;
    margin-top: -1px; }
  .detail-left h2 {
    color: #4D4D4D;
    font-family: "SourceSansPro-Semibold";
    font-size: 26px;
    margin-top: -35px; }
  .detail-left img {
    display: block;
    float: left;
    margin-right: 5.43478%;
    width: 100%;
    width: auto;
    float: none; }
    .detail-left img:last-child {
      margin-right: 0; }

.detail-right {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 48.67725%; }
  .detail-right:last-child {
    margin-right: 0; }
  .detail-right .bar {
    line-height: 2.9em;
    margin-top: 15px;
    padding-bottom: 0px; }
    .detail-right .bar ul {
      margin-left: -40px; }
    .detail-right .bar li {
      color: #C20000;
      float: left;
      font-family: "SourceSansPro-Regular";
      font-size: 16px;
      list-style: none;
      padding-right: 30px;
      vertical-align: middle; }
    .detail-right .bar a:first-child {
      padding-top: 0px; }
    .detail-right .bar a {
      display: block;
      padding-top: 23px; }
    .detail-right .bar .selected {
      color: #4D4D4D;
      font-family: "SourceSansPro-Bold";
      background: url('/static/website/img/arrow_top.png?eed94b583e16') no-repeat top center; }
  .detail-right .detail {
    clear: both;
    margin-top: 10px; }
    .detail-right .detail h3 {
      color: #4D4D4D;
      font-family: "SourceSansPro-Bold";
      line-height: 28px;
      font-size: 20px;
      margin: 0px;
      padding-top: 20px;
      padding-bottom: 0px; }
    .detail-right .detail p {
      font-family: "SourceSansPro-Regular";
      font-size: 15px;
      line-height: 25px; }
    .detail-right .detail ul {
      margin-top: -7px;
      padding-left: 15px; }
    .detail-right .detail li {
      font-family: "SourceSansPro-Regular";
      line-height: 25px;
      margin-top: -10px;
      font-size: 15px; }

.line {
  border-bottom: 1px solid #cccccc; }

.product-list {
  color: #4D4D4D;
  font-size: 14px; }
  .product-list h1 {
    font-size: 50px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-family: "SourceSansPro-Light";
    border-bottom: 1px solid #cccccc;
    margin-top: 0px; }

.list-category {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 23.01587%;
  font-size: 16px;
  margin-top: 27px;
  margin-bottom: 55px; }
  .list-category:last-child {
    margin-right: 0; }
  .list-category a:first-child {
    padding-top: 0px; }
  .list-category a {
    padding-top: 23px;
    display: block; }
  .list-category div {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    width: 88%;
    position: relative; }
  .list-category .selected {
    color: #4D4D4D;
    font-family: "SourceSansPro-Semibold"; }
    .list-category .selected i {
      background: url('/static/website/img/arrow_right_bold.png?eed94b583e16') no-repeat left center; }
  .list-category i {
    background: url('/static/website/img/arrow_right.png?024be015096c') no-repeat left center;
    height: 12px;
    width: 7px;
    display: table;
    position: absolute;
    right: 0px;
    bottom: 12px; }

.list-wrapper {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 74.33862%;
  padding-bottom: 55px;
  margin-top: 24px; }
  .list-wrapper:last-child {
    margin-right: 0; }

.list-content:first-child {
  margin-top: 0px; }

.list-content:last-child {
  border-bottom: none; }

.list-content {
  margin-top: 37px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding-bottom: 28px; }
  .list-content h1 {
    color: #4D4D4D;
    font-family: "SourceSansPro-Semibold";
    font-size: 21px;
    margin-bottom: 10px;
    border-bottom: none; }
  .list-content p {
    margin-top: -13px;
    font-family: "SourceSansPro-Regular";
    font-size: 15px;
    line-height: 24px; }
  .list-content br {
    clear: both;
    font-size: 21px; }

.item {
  display: block;
  float: left;
  margin-right: 3.55872%;
  width: 28.65955%;
  float: left; }
  .item:last-child {
    margin-right: 0; }
  .item img {
    display: block;
    float: left;
    margin-right: 12.41722%;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px; }
    .item img:last-child {
      margin-right: 0; }
  .item h2 {
    font-family: "SourceSansPro-Semibold";
    font-size: 17px;
    color: #323232;
    line-height: 19px;
    margin-bottom: 2px; }
  .item a {
    font-size: 14px;
    display: block;
    margin-top: 3px; }

@media only screen and (max-width: 1134px) {
  .container {
    padding: 0 20px; }

  #nav li:nth-child(3) {
    padding-top: 15px;
    margin-right: 21px; } }
.error-404 {
  margin: 31px auto; }
  .error-404 img {
    float: left; }
  .error-404 .description {
    display: block;
    float: left;
    margin-right: 2.6455%;
    width: 48.67725%;
    float: left;
    margin-top: 137px;
    margin-left: -110px; }
    .error-404 .description:last-child {
      margin-right: 0; }
    .error-404 .description h1 {
      font-family: "SourceSansPro-Light";
      font-size: 98px;
      color: #000000; }
    .error-404 .description h2 {
      font-family: "SourceSansPro-Light";
      font-size: 48px;
      color: #000000;
      margin-top: -95px; }
    .error-404 .description p {
      font-family: "SourceSansPro-Regular";
      font-size: 15px;
      color: #6D6E71;
      margin-top: -13px; }

.related .sub-content-related {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 48.67725%;
  color: #323232;
  margin-right: 2.6455%!important; }
  .related .sub-content-related:last-child {
    margin-right: 0; }
  .related .sub-content-related .cms_placeholder {
    float: left;
    clear: none;
    width: 276px; }
.related img {
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 15px; }
.related .description {
  text-align: left; }
.related .title {
  font-size: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  font-family: "SourceSansPro-Semibold"; }
.related .name {
  padding-bottom: 9px;
  font-family: "SourceSansPro-Semibold";
  color: #323232; }
.related p {
  margin-top: -6px;
  line-height: 22px;
  margin-bottom: 12px; }
.related .read-more {
  font-size: 14px;
  color: #C20000; }
.related .related-product {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 48.67725%;
  text-align: center; }
  .related .related-product:last-child {
    margin-right: 0; }
.related .product {
  margin-top: -13px; }

.message {
  display: block;
  float: left;
  margin-right: 2.6455%;
  width: 57.23104%;
  margin-top: 5px;
  text-align: center; }
  .message:last-child {
    margin-right: 0; }
  .message h2 {
    font-family: "SourceSansPro-Light";
    font-size: 36px;
    line-height: 42px;
    color: #4D4D4D; }
  .message p {
    font-family: "SourceSansPro-Regular";
    font-size: 13px;
    color: #4D4D4D;
    margin-top: -24px; }
  .message .cms-sub-content {
    color: #323232;
    padding-right: 30px;
    text-align: center; }

.search-result {
  color: #4D4D4D;
  font-size: 14px; }
  .search-result .container-wrapper {
    padding-top: 35px; }
  .search-result a {
    color: #4D4D4D; }
  .search-result .errorlist {
    padding: 0px;
    margin: 5px 0px;
    list-style-type: none;
    color: #C20000;
    font-size: 14px; }
  .search-result .item {
    display: block;
    float: left;
    margin-right: 2.6455%;
    width: 23.01587%; }
    .search-result .item:last-child {
      margin-right: 0; }
    .search-result .item .caption {
      font-family: "SourceSansPro-Semibold";
      font-size: 17px;
      color: #323232; }
  .search-result .item:nth-child(5n+5) {
    margin-right: 0px; }
  .search-result .search-wrapper {
    display: block;
    float: left;
    margin-right: 2.6455%;
    width: 100%; }
    .search-result .search-wrapper:last-child {
      margin-right: 0; }
    .search-result .search-wrapper h1 {
      font-size: 50px;
      padding-bottom: 10px;
      margin-bottom: 0px;
      font-family: "SourceSansPro-Light";
      border-bottom: 1px solid #cccccc;
      margin-top: 0px; }
    .search-result .search-wrapper span, .search-result .search-wrapper a {
      color: #C20000; }
