@charset "UTF-8";
/* line 4, ../../../../../../_shared/scss/custom/_webOn.scss */
.DisplayInlineBlock {
  display: inline-block;
}

/* line 8, ../../../../../../_shared/scss/custom/_webOn.scss */
.align-left {
  text-align: left !important;
}

/* line 12, ../../../../../../_shared/scss/custom/_webOn.scss */
.align-right {
  text-align: right !important;
}

/* line 16, ../../../../../../_shared/scss/custom/_webOn.scss */
.align-center {
  text-align: center !important;
}

/* line 15, ../../../../../../_shared/scss/custom/_common.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 26, ../../../../../../_shared/scss/custom/_common.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 36, ../../../../../../_shared/scss/custom/_common.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 41, ../../../../../../_shared/scss/custom/_common.scss */
.clearfix:after {
  clear: both;
}

/* line 44, ../../../../../../_shared/scss/custom/_common.scss */
.clearfix {
  *zoom: 1;
}

/* line 47, ../../../../../../_shared/scss/custom/_common.scss */
.float_r {
  float: right;
}

/* line 51, ../../../../../../_shared/scss/custom/_common.scss */
.float_l {
  float: left;
}

/* line 58, ../../../../../../_shared/scss/custom/_common.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "微軟正黑體","Microsoft JhengHei","黑体", STXihei, Helvetica, Arial, sans-serif;
}

/* line 77, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-ql-green .navbar-header a, .navbar-ql-green .navbar-collapse .nav.navbar-nav li a {
  text-transform: uppercase;
}

/* line 89, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-ql-green .navbar-header a, .navbar-ql-green .navbar-collapse .nav.navbar-nav li a {
  font-family: 'Open Sans', sans-serif;
}

/* line 94, ../../../../../../_shared/scss/custom/_common.scss */
.trace_outline {
  border: 1px red dashed;
}

/* line 99, ../../../../../../_shared/scss/custom/_common.scss */
.trace_template_title {
  color: white;
  background: red;
}

/* line 106, ../../../../../../_shared/scss/custom/_common.scss */
.vertical-outer-container {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
}

/* line 113, ../../../../../../_shared/scss/custom/_common.scss */
.vertical-cen-wrapper {
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

/* line 120, ../../../../../../_shared/scss/custom/_common.scss */
.vertical-cen-content {
  display: table-cell;
  vertical-align: middle;
}

/* line 127, ../../../../../../_shared/scss/custom/_common.scss */
.v-container {
  display: table;
}
/* line 135, ../../../../../../_shared/scss/custom/_common.scss */
.v-container .helper {
  #position: absolute;
  /*a variation of an "lte ie7" hack*/
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}
/* line 142, ../../../../../../_shared/scss/custom/_common.scss */
.v-container .helper .content {
  #position: relative;
  #top: -50%;
}

/* 
  vertical center, version 3
  http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/
  padding control by left and right
  easy for big area but not easy for small area that need to tune padding and margin such as divide the screen area
*/
/* line 158, ../../../../../../_shared/scss/custom/_common.scss */
.Center-Container {
  position: relative;
}

/* line 169, ../../../../../../_shared/scss/custom/_common.scss */
.Absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 178, ../../../../../../_shared/scss/custom/_common.scss */
.Center-Container {
  width: 100%;
  clear: both;
  /*height: 400px;*/
  /*margin: 20px auto 40px;*/
}

/*
 making element absolute center in both horizontal and vertical, support multi-lined text, while big area using another absolute center method is good and simple, individual element using this is better, need more test and experience
http://css-tricks.com/vertically-center-multi-lined-text/

 padding control by elements, the only draw back is there will be 1px gap sometimes because when display: table is applied
 the floating point of height and width will be truncated if using percentage, tested in Chrome 39
 good for tuning small area such as header and footer

 define the background color in .area to avoid 1px difference inside, since display:table is defined in .bubble
*/
/* line 198, ../../../../../../_shared/scss/custom/_common.scss */
.area {
  position: relative;
  height: 100%;
}

/* line 206, ../../../../../../_shared/scss/custom/_common.scss */
.bubble {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: table;
  height: 100%;
  width: 100%;
}

/* line 226, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-content {
  display: table-cell;
}

/* line 230, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-center {
  vertical-align: middle;
  text-align: center;
}

/* line 235, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-right {
  vertical-align: middle;
  text-align: right;
}

/* line 240, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-left {
  vertical-align: middle;
}

/* completely optional*/
/* line 285, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-sidebar .triangle, .timeline-menu a .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #007bff transparent transparent transparent;
  line-height: 0px;
  _border-color: #007bff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 296, ../../../../../../_shared/scss/custom/_common.scss */
.product-details .thumbnails .color-set-group .triangle_up, .news-container .previous-news ul li a .triangle_up, .catalog .previous ul li a .triangle_up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #007bff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 307, ../../../../../../_shared/scss/custom/_common.scss */
.news-bar-vertical li a .triangle_left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #007bff transparent transparent;
  line-height: 0px;
  _border-color: #000000 #007bff #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 318, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-sidebar .collapsed .triangle, .sales_network .navbar-sidebar li .triangle_right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #007bff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #007bff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 423, ../../../../../../_shared/scss/custom/_common.scss */
.display-block {
  display: block !important;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../_source/_font-awesome.min.scss */
.fa, .navbar-sidebar .submenu li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, ../_source/_font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa.pull-left, .navbar-sidebar .submenu li.pull-left:before {
  margin-right: .3em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa.pull-right, .navbar-sidebar .submenu li.pull-right:before {
  margin-left: .3em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../_source/_font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-circle-o:before, .navbar-sidebar .submenu li:before {
  content: "\f10c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-circle:before, .navbar-sidebar .submenu li.active:before, .navbar-sidebar .submenu li:hover:before {
  content: "\f111";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, ../_source/_font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, ../../../../../../_shared/scss/custom/_webOn.scss */
.DisplayInlineBlock {
  display: inline-block;
}

/* line 8, ../../../../../../_shared/scss/custom/_webOn.scss */
.align-left {
  text-align: left !important;
}

/* line 12, ../../../../../../_shared/scss/custom/_webOn.scss */
.align-right {
  text-align: right !important;
}

/* line 16, ../../../../../../_shared/scss/custom/_webOn.scss */
.align-center {
  text-align: center !important;
}

/* line 15, ../../../../../../_shared/scss/custom/_common.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 26, ../../../../../../_shared/scss/custom/_common.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 36, ../../../../../../_shared/scss/custom/_common.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 41, ../../../../../../_shared/scss/custom/_common.scss */
.clearfix:after {
  clear: both;
}

/* line 44, ../../../../../../_shared/scss/custom/_common.scss */
.clearfix {
  *zoom: 1;
}

/* line 47, ../../../../../../_shared/scss/custom/_common.scss */
.float_r {
  float: right;
}

/* line 51, ../../../../../../_shared/scss/custom/_common.scss */
.float_l {
  float: left;
}

/* line 58, ../../../../../../_shared/scss/custom/_common.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "微軟正黑體","Microsoft JhengHei","黑体", STXihei, Helvetica, Arial, sans-serif;
}

/* line 77, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-ql-green .navbar-header a, .navbar-ql-green .navbar-collapse .nav.navbar-nav li a {
  text-transform: uppercase;
}

/* line 89, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-ql-green .navbar-header a, .navbar-ql-green .navbar-collapse .nav.navbar-nav li a {
  font-family: 'Open Sans', sans-serif;
}

/* line 94, ../../../../../../_shared/scss/custom/_common.scss */
.trace_outline {
  border: 1px red dashed;
}

/* line 99, ../../../../../../_shared/scss/custom/_common.scss */
.trace_template_title {
  color: white;
  background: red;
}

/* line 106, ../../../../../../_shared/scss/custom/_common.scss */
.vertical-outer-container {
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
}

/* line 113, ../../../../../../_shared/scss/custom/_common.scss */
.vertical-cen-wrapper {
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

/* line 120, ../../../../../../_shared/scss/custom/_common.scss */
.vertical-cen-content {
  display: table-cell;
  vertical-align: middle;
}

/* line 127, ../../../../../../_shared/scss/custom/_common.scss */
.v-container {
  display: table;
}
/* line 135, ../../../../../../_shared/scss/custom/_common.scss */
.v-container .helper {
  #position: absolute;
  /*a variation of an "lte ie7" hack*/
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}
/* line 142, ../../../../../../_shared/scss/custom/_common.scss */
.v-container .helper .content {
  #position: relative;
  #top: -50%;
}

/* 
  vertical center, version 3
  http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/
  padding control by left and right
  easy for big area but not easy for small area that need to tune padding and margin such as divide the screen area
*/
/* line 158, ../../../../../../_shared/scss/custom/_common.scss */
.Center-Container {
  position: relative;
}

/* line 169, ../../../../../../_shared/scss/custom/_common.scss */
.Absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 178, ../../../../../../_shared/scss/custom/_common.scss */
.Center-Container {
  width: 100%;
  clear: both;
  /*height: 400px;*/
  /*margin: 20px auto 40px;*/
}

/*
 making element absolute center in both horizontal and vertical, support multi-lined text, while big area using another absolute center method is good and simple, individual element using this is better, need more test and experience
http://css-tricks.com/vertically-center-multi-lined-text/

 padding control by elements, the only draw back is there will be 1px gap sometimes because when display: table is applied
 the floating point of height and width will be truncated if using percentage, tested in Chrome 39
 good for tuning small area such as header and footer

 define the background color in .area to avoid 1px difference inside, since display:table is defined in .bubble
*/
/* line 198, ../../../../../../_shared/scss/custom/_common.scss */
.area {
  position: relative;
  height: 100%;
}

/* line 206, ../../../../../../_shared/scss/custom/_common.scss */
.bubble {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: table;
  height: 100%;
  width: 100%;
}

/* line 226, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-content {
  display: table-cell;
}

/* line 230, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-center {
  vertical-align: middle;
  text-align: center;
}

/* line 235, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-right {
  vertical-align: middle;
  text-align: right;
}

/* line 240, ../../../../../../_shared/scss/custom/_common.scss */
.bubble-left {
  vertical-align: middle;
}

/* completely optional*/
/* line 285, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-sidebar .triangle, .timeline-menu a .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #007bff transparent transparent transparent;
  line-height: 0px;
  _border-color: #007bff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 296, ../../../../../../_shared/scss/custom/_common.scss */
.product-details .thumbnails .color-set-group .triangle_up, .news-container .previous-news ul li a .triangle_up, .catalog .previous ul li a .triangle_up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #007bff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 307, ../../../../../../_shared/scss/custom/_common.scss */
.news-bar-vertical li a .triangle_left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #007bff transparent transparent;
  line-height: 0px;
  _border-color: #000000 #007bff #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 318, ../../../../../../_shared/scss/custom/_common.scss */
.navbar-sidebar .collapsed .triangle, .sales_network .navbar-sidebar li .triangle_right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #007bff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #007bff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 423, ../../../../../../_shared/scss/custom/_common.scss */
.display-block {
  display: block !important;
}

/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
/* line 14, ../_source/_disable_responsive.scss */
body {
  min-width: 998px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
/* line 26, ../_source/_disable_responsive.scss */
.container {
  width: 998px;
  max-width: none !important;
}

/* Demonstrate the grids */
/* line 32, ../_source/_disable_responsive.scss */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}

/* line 41, ../_source/_disable_responsive.scss */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
/* line 48, ../_source/_disable_responsive.scss */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
/* line 53, ../_source/_disable_responsive.scss */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

/* line 60, ../_source/_disable_responsive.scss */
.navbar-toggle {
  display: none;
}

/* line 63, ../_source/_disable_responsive.scss */
.navbar-collapse {
  border-top: 0;
}

/* line 67, ../_source/_disable_responsive.scss */
.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
/* line 72, ../_source/_disable_responsive.scss */
.navbar-nav {
  float: left;
  margin: 0;
}

/* line 76, ../_source/_disable_responsive.scss */
.navbar-nav > li {
  float: left;
}

/* line 79, ../_source/_disable_responsive.scss */
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
/* line 84, ../_source/_disable_responsive.scss */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
/* Undo dropdowns js with hover support */
/* line 124, ../_source/_disable_responsive.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}

/* line 141, ../_source/_disable_responsive.scss */
.navbar .navbar-nav .open .dropdown-menu {
  /* Undo custom dropdowns */
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 153, ../_source/_disable_responsive.scss */
.navbar .navbar-nav .open .dropdown-menu > li > a:hover
, .navbar .navbar-nav .open .dropdown-menu > li > a:focus
, .navbar .navbar-nav .open .dropdown-menu > .active > a
, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover
, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
/* line 162, ../_source/_disable_responsive.scss */
.navbar .navbar-nav .open .dropdown-menu > .disabled > a
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
/* line 172, ../_source/_disable_responsive.scss */
.navbar .navbar-nav .dropdown:hover .dropdown-menu, .navbar .navbar-nav .open .dropdown-menu {
  display: block;
  border-width: 0 1px 1px;
}

/* line 186, ../_source/_disable_responsive.scss */
.navbar-ql-green {
  background: #C7E0B9;
  min-height: 16px;
  height: 32px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 199, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-header a {
  color: #989A82;
  font-size: 16px;
  padding: 6px 13px;
}
/* line 208, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-header a:hover {
  color: #48493E;
}
/* line 214, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-collapse {
  text-align: center;
  padding: 0;
}
/* line 218, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-collapse .nav.navbar-nav {
  display: inline-block;
  float: none;
}
/* line 223, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-collapse .nav.navbar-nav li a {
  color: #989A82;
  font-size: 16px;
}
/* line 231, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-collapse .nav.navbar-nav li a:hover {
  color: #48493E;
}
/* line 236, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-collapse .nav.navbar-nav > li > a {
  padding: 6px 13px;
}
/* line 239, ../_source/_disable_responsive.scss */
.navbar-ql-green .navbar-collapse .nav.navbar-nav > li > a:hover, .navbar-ql-green .navbar-collapse .nav.navbar-nav > li > a:focus {
  background: none;
}

/* line 253, ../_source/_disable_responsive.scss */
.navbar-browse .container {
  background: #DDD;
  border-bottom: 1px solid #bbb;
}
/* line 259, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-nav > li {
  padding-right: 25px;
  margin: 15px;
  border-right: 1px solid #666;
}
/* line 265, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-nav > li:last-of-type {
  border-right: none;
}
/* line 270, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-nav > li > a, .navbar-browse .navbar-nav > li > span {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  position: relative;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
/* line 288, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-nav > li > a span, .navbar-browse .navbar-nav > li > span span {
  vertical-align: middle;
}
/* line 293, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-nav > li > a {
  padding: 3px 0;
}
/* line 297, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-nav > li > span {
  line-height: 22px;
  color: #666;
}
/* line 304, ../_source/_disable_responsive.scss */
.navbar-browse .navbar-form .glyphicon {
  margin-left: -28px;
  display: inline-block;
  vertical-align: middle;
  color: #2FA89C;
}

/* line 314, ../_source/_disable_responsive.scss */
.sorting-arrow {
  font-size: 14px;
  display: inline-block;
  height: 26px;
  /* line-height: 56px; no effect */
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  color: #666;
}
/* line 324, ../_source/_disable_responsive.scss */
.sorting-arrow .fa, .sorting-arrow .navbar-sidebar .submenu li:before, .navbar-sidebar .submenu .sorting-arrow li:before {
  position: absolute;
}
/* line 328, ../_source/_disable_responsive.scss */
.sorting-arrow .fa.selected, .sorting-arrow .navbar-sidebar .submenu li.selected:before, .navbar-sidebar .submenu .sorting-arrow li.selected:before {
  color: #2FA89C;
}
/* line 332, ../_source/_disable_responsive.scss */
.sorting-arrow a:hover, .sorting-arrow a:focus {
  color: #2FA89C;
  text-decoration: none;
}
/* line 338, ../_source/_disable_responsive.scss */
.sorting-arrow .fa-caret-up {
  top: 0;
}
/* line 342, ../_source/_disable_responsive.scss */
.sorting-arrow .fa-caret-down {
  bottom: 0;
}

/* line 355, ../_source/_disable_responsive.scss */
.navbar-main a {
  color: #666;
}
/* line 359, ../_source/_disable_responsive.scss */
.navbar-main .container {
  padding: 0;
}
/* line 364, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav {
  border-bottom: 4px solid #2FA89C;
}
/* line 368, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav > li > a:hover, .navbar-main .navbar-collapse .nav > li > a:focus {
  background: none;
  color: #2FA89C;
}
/* line 373, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav > li > a {
  padding-bottom: 5px;
}
/* line 379, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav .dropdown:hover .dropdown-menu, .navbar-main .navbar-collapse .nav .dropdown.open .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  width: 512px;
  right: 0;
}
/* line 388, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav .dropdown:hover .dropdown-menu li, .navbar-main .navbar-collapse .nav .dropdown.open .dropdown-menu li {
  float: right;
}
/* line 394, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav .dropdown:hover .dropdown-menu li a .glyphicon, .navbar-main .navbar-collapse .nav .dropdown.open .dropdown-menu li a .glyphicon {
  margin-right: 6px;
  font-size: 8px;
  vertical-align: top;
  line-height: 18px;
}
/* line 405, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav .dropdown:hover .dropdown-menu > li > a:hover, .navbar-main .navbar-collapse .nav .dropdown:hover .dropdown-menu > li > a:focus, .navbar-main .navbar-collapse .nav .dropdown.open .dropdown-menu > li > a:hover, .navbar-main .navbar-collapse .nav .dropdown.open .dropdown-menu > li > a:focus {
  background: none;
  color: #2FA89C;
}
/* line 414, ../_source/_disable_responsive.scss */
.navbar-main .navbar-collapse .nav .dropdown.open .dropdown-menu > li > a:hover {
  background: none !important;
  color: #2FA89C !important;
}

/* line 430, ../_source/_disable_responsive.scss */
.navbar-basic .social-button, .navbar-kuka .social-button, .navbar-footer .social-button {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
  margin-bottom: 15px;
}
/* line 436, ../_source/_disable_responsive.scss */
.navbar-basic .navbar-nav > li > a, .navbar-kuka .navbar-nav > li > a, .navbar-footer .navbar-nav > li > a {
  border-left: 1px solid #ccc;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 15px;
}
/* line 447, ../_source/_disable_responsive.scss */
.navbar-basic .navbar-nav > li:first-of-type > a, .navbar-kuka .navbar-nav > li:first-of-type > a, .navbar-footer .navbar-nav > li:first-of-type > a {
  border: none;
}

/* line 455, ../_source/_disable_responsive.scss */
.navbar-kuka .navbar-collapse, .navbar-footer .navbar-collapse {
  text-align: center;
}
/* line 460, ../_source/_disable_responsive.scss */
.navbar-kuka .navbar-nav, .navbar-footer .navbar-nav {
  display: inline-block;
  float: none;
  margin-bottom: -4px;
}

/* line 77, ../_source/style.scss */
.container {
  padding: 0;
}

/* line 86, ../_source/style.scss */
body {
  font-size: 15px;
  margin: 20px auto 20px;
  color: #4e4e4e;
}

/* line 92, ../_source/style.scss */
a {
  color: #4e4e4e;
}

/* line 103, ../_source/style.scss */
.free-style ul {
  list-style-position: outside;
}

/* line 120, ../_source/style.scss */
nav ul, nav ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 127, ../_source/style.scss */
h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 6px;
}

/* line 134, ../_source/style.scss */
.header {
  margin-bottom: 14px;
}
/* line 137, ../_source/style.scss */
.header .logo {
  float: left;
}
/* line 141, ../_source/style.scss */
.header #search_mini_form,
.header #cse-search-box {
  margin-bottom: 0;
  padding-right: 0;
}
/* line 146, ../_source/style.scss */
.header #search_mini_form input,
.header #cse-search-box input {
  border-radius: 28px;
  border: 1px solid #000;
  height: 20px;
  padding: 0 18px;
}
/* line 153, ../_source/style.scss */
.header #search_mini_form .form-search,
.header #cse-search-box .form-search {
  position: relative;
}
/* line 156, ../_source/style.scss */
.header #search_mini_form .form-search .search_box,
.header #cse-search-box .form-search .search_box {
  padding-left: 21px;
}
/* line 160, ../_source/style.scss */
.header #search_mini_form .form-search .glyphicon,
.header #cse-search-box .form-search .glyphicon {
  vertical-align: middle;
  position: absolute;
  left: 6px;
  top: 6px;
  color: #999;
  font-size: 12px;
}
/* line 172, ../_source/style.scss */
.header .newsletter {
  width: 385px;
  float: left;
  margin-left: 105px;
  position: relative;
}
/* line 178, ../_source/style.scss */
.header .newsletter .message_box {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  width: 370px;
  top: 0;
  text-align: center;
  display: none;
}
/* line 188, ../_source/style.scss */
.header .newsletter .message_box .helper {
  height: 58px;
}
/* line 193, ../_source/style.scss */
.header .newsletter button {
  border-radius: 5px;
  box-shadow: none;
  border: none;
  padding: 2px 9px;
  width: auto;
  background: #CA5764;
  color: white;
  text-shadow: 1px 0 0 #666;
  outline: none;
  background: url(/templates/kuka/images/btn-background1.png) no-repeat center center;
}
/* line 210, ../_source/style.scss */
.header .form-horizontal .form-group {
  margin: 0;
}
/* line 213, ../_source/style.scss */
.header .form-horizontal .form-group .control-label {
  padding-top: 0;
  padding-bottom: 7px;
}
/* line 218, ../_source/style.scss */
.header .form-horizontal .form-group .input-box {
  padding: 0;
}
/* line 221, ../_source/style.scss */
.header .form-horizontal .form-group .input-box input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #919191;
  padding: 0px 8px;
  height: 24px;
}
/* line 235, ../_source/style.scss */
.header .actions {
  padding-right: 0;
}

/* line 240, ../_source/style.scss */
.footer {
  text-align: center;
}
/* line 243, ../_source/style.scss */
.footer strong {
  color: red;
  font-style: normal;
  font-weight: normal;
}

/* line 250, ../_source/style.scss */
.navbar-lang {
  min-height: initial;
  margin-bottom: 0;
}
/* line 254, ../_source/style.scss */
.navbar-lang .navbar-collapse {
  padding: 0;
}
/* line 261, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li.active a {
  font-weight: bold;
}
/* line 266, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li a {
  padding: 15px 8px 0 8px;
  margin-bottom: 5px;
}
/* line 274, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li a:hover {
  background: none;
  color: inherit;
  text-decoration: underline;
}
/* line 282, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li.first a {
  padding-left: 0;
}
/* line 289, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li.last a {
  padding-right: 0;
}
/* line 295, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li.icon-phone {
  letter-spacing: -2px;
}
/* line 297, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li.icon-phone a {
  display: inline-block;
  padding: 15px 8px 0 0;
}
/* line 302, ../_source/style.scss */
.navbar-lang .navbar-collapse .navbar-nav li.icon-phone:before {
  padding-left: 8px;
}

/* line 311, ../_source/style.scss */
.navbar-kuka {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: initial;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
/* line 322, ../_source/style.scss */
.navbar-kuka .navbar-collapse {
  padding: 0;
}
/* line 326, ../_source/style.scss */
.navbar-kuka .navbar-nav {
  margin-bottom: 0px;
  width: 100%;
}
/* line 330, ../_source/style.scss */
.navbar-kuka .navbar-nav li {
  margin-bottom: -5px;
}
/* line 335, ../_source/style.scss */
.navbar-kuka .navbar-nav li a {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-left-color: #b36563;
}
/* line 344, ../_source/style.scss */
.navbar-kuka .navbar-nav li a:hover {
  background: none;
  color: inherit;
}
/* line 355, ../_source/style.scss */
.navbar-kuka .navbar-nav li.active, .navbar-kuka .navbar-nav li:hover {
  border-bottom: 4px solid black;
  margin-bottom: -8px;
}
/* line 361, ../_source/style.scss */
.navbar-kuka .navbar-nav li.active a, .navbar-kuka .navbar-nav li:hover a {
  color: black;
}
/* line 367, ../_source/style.scss */
.navbar-kuka .navbar-nav li.active a {
  font-size: 18px;
}
/* line 372, ../_source/style.scss */
.navbar-kuka .navbar-nav li.active.home {
  border-bottom: 4px solid #c2272d;
  margin-bottom: -8px;
}
/* line 376, ../_source/style.scss */
.navbar-kuka .navbar-nav li.active.home .icon-home {
  color: #c2272d;
}
/* line 386, ../_source/style.scss */
.navbar-kuka .navbar-nav li.both_border a {
  border-right: 1px solid #b36563;
}
/* line 392, ../_source/style.scss */
.navbar-kuka .navbar-nav li.no_hover {
  border: none;
  margin-bottom: 0;
}

/* line 410, ../_source/style.scss */
.navbar-footer {
  min-height: initial;
  margin-bottom: 0;
}
/* line 422, ../_source/style.scss */
.navbar-footer .navbar-nav li.active a {
  font-weight: bold;
}
/* line 427, ../_source/style.scss */
.navbar-footer .navbar-nav li a {
  padding-bottom: 0;
  margin-bottom: 5px;
}
/* line 435, ../_source/style.scss */
.navbar-footer .navbar-nav li a:hover {
  background: none;
  color: inherit;
  text-decoration: underline;
}

/* line 449, ../_source/style.scss */
.main-content .content-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #E36D6D;
  padding: 5px;
  margin-bottom: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 460, ../_source/style.scss */
.main-content .sidebar {
  font-size: 18px;
}
/* line 463, ../_source/style.scss */
.main-content .sidebar .page-title {
  background: #E36D6D;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 10px;
}
/* line 482, ../_source/style.scss */
.main-content .sidebar-right {
  text-align: right;
}

/* line 488, ../_source/style.scss */
.navbar-sidebar {
  border-left: 1px solid #ccc;
}
/* line 491, ../_source/style.scss */
.navbar-sidebar ul, .navbar-sidebar ol {
  list-style-type: none;
}
/* line 495, ../_source/style.scss */
.navbar-sidebar a {
  display: block;
}
/* line 499, ../_source/style.scss */
.navbar-sidebar li {
  position: relative;
}
/* line 518, ../_source/style.scss */
.navbar-sidebar .btn {
  text-decoration: none;
  font-size: 18px;
  background: none;
  border: none;
  margin: 0 0 24px 0;
  padding-left: 12px;
  border-left: 4px solid #cccccc;
  line-height: 32px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
}
/* line 533, ../_source/style.scss */
.navbar-sidebar .btn .triangle {
  border-width: 5px 5px 5px 5px;
  position: absolute;
  right: 1px;
  top: 17px;
  border-color: black transparent transparent transparent;
  _border-color: black #000000 #000000 #000000;
}
/* line 544, ../_source/style.scss */
.navbar-sidebar .btn.collapsed .triangle {
  border-width: 5px 5px 5px 5px;
  position: absolute;
  right: 1px;
  top: 17px;
  border-color: transparent transparent transparent black;
  _border-color: #000000 #000000 black #000000;
}
/* line 555, ../_source/style.scss */
.navbar-sidebar .btn:active {
  -moz-box-shadow: 0 0 0 0 #333333;
  -webkit-box-shadow: 0 0 0 0 #333333;
  box-shadow: 0 0 0 0 #333333;
}
/* line 559, ../_source/style.scss */
.navbar-sidebar .btn:focus {
  outline: 0;
}
/* line 567, ../_source/style.scss */
.navbar-sidebar > ul {
  padding-top: 16px;
}
/* line 572, ../_source/style.scss */
.navbar-sidebar > ul > li {
  display: block;
}
/* line 575, ../_source/style.scss */
.navbar-sidebar > ul > li > a {
  margin: 0 0 24px 0;
  padding-left: 12px;
  border-left: 4px solid #ccc;
  line-height: 32px;
}
/* line 590, ../_source/style.scss */
.navbar-sidebar > ul > li.active > .btn, .navbar-sidebar > ul > li > .btn:hover, .navbar-sidebar > ul > li.active > a, .navbar-sidebar > ul > li > a:hover {
  border-color: #c2272d;
  text-decoration: none;
  font-size: 23px;
  color: black;
}
/* line 599, ../_source/style.scss */
.navbar-sidebar > ul > li.parent a {
  margin-bottom: 5px;
}
/* line 607, ../_source/style.scss */
.navbar-sidebar .submenu-toggle {
  margin-bottom: 8px;
}
/* line 610, ../_source/style.scss */
.navbar-sidebar .submenu {
  margin-bottom: 12px;
  padding-left: 20px;
}
/* line 614, ../_source/style.scss */
.navbar-sidebar .submenu li {
  font-size: 15px;
}
/* line 618, ../_source/style.scss */
.navbar-sidebar .submenu li:before {
  font-size: 10px;
  vertical-align: middle;
}
/* line 625, ../_source/style.scss */
.navbar-sidebar .submenu li.active:before, .navbar-sidebar .submenu li:hover {
  color: #c2272d;
}
/* line 636, ../_source/style.scss */
.navbar-sidebar .submenu li a {
  font-size: 15px;
  display: inline-block;
  padding: 0 0 15px 7px;
}
/* line 642, ../_source/style.scss */
.navbar-sidebar .submenu li a:hover {
  color: black;
  text-decoration: none;
}
/* line 648, ../_source/style.scss */
.navbar-sidebar .submenu li a, .navbar-sidebar .submenu li span {
  vertical-align: top;
  white-space: normal;
}
/* line 655, ../_source/style.scss */
.navbar-sidebar .submenu li .desc {
  width: 165px;
}
/* line 660, ../_source/style.scss */
.navbar-sidebar .submenu2 {
  padding-left: 18px;
}
/* line 663, ../_source/style.scss */
.navbar-sidebar .submenu2 li {
  font-size: 14px;
}
/* line 666, ../_source/style.scss */
.navbar-sidebar .submenu2 li.active {
  font-weight: bold;
}
/* line 670, ../_source/style.scss */
.navbar-sidebar .submenu2 li .thumb {
  float: left;
  padding-right: 5px;
}
/* line 679, ../_source/style.scss */
.navbar-sidebar .submenu2 .desc span {
  text-indent: 25px;
  display: inline-block;
}

/* line 709, ../_source/style.scss */
.services.sidebar .navbar-sidebar .parent .submenu li a {
  padding: 0 0 0 7px;
}

/* line 751, ../_source/style.scss */
.col3 .sidebar-right {
  text-align: right;
}

/* line 769, ../_source/style.scss */
.navbar-sidebar .triangle, .timeline-menu a .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #007bff transparent transparent transparent;
  line-height: 0px;
  _border-color: #007bff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 780, ../_source/style.scss */
.product-details .thumbnails .color-set-group .triangle_up, .news-container .previous-news ul li a .triangle_up, .catalog .previous ul li a .triangle_up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #007bff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 791, ../_source/style.scss */
.news-bar-vertical li a .triangle_left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #007bff transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 802, ../_source/style.scss */
.navbar-sidebar .collapsed .triangle, .sales_network .navbar-sidebar li .triangle_right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #007bff;
  line-height: 0px;
  _border-color: #000000 #000000 #007bff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/* line 822, ../_source/style.scss */
.timeline-menu {
  margin: 0 10%;
  padding-left: 14px;
  border: none;
}
/* line 827, ../_source/style.scss */
.timeline-menu a {
  display: inline-block;
  text-decoration: none;
}
/* line 832, ../_source/style.scss */
.timeline-menu a .triangle {
  display: none;
  border-color: #F27452 transparent transparent transparent;
  _border-color: #F27452 #000000 #000000 #000000;
  position: absolute;
  left: 40%;
  top: 0;
}
/* line 843, ../_source/style.scss */
.timeline-menu li {
  float: left;
  position: relative;
}
/* line 847, ../_source/style.scss */
.timeline-menu li a {
  border: none;
  padding: 10px 10px 3px 10px;
}
/* line 851, ../_source/style.scss */
.timeline-menu li a:hover {
  background: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #F27452;
}
/* line 860, ../_source/style.scss */
.timeline-menu li.active a {
  font-weight: bold;
  font-size: 17px;
  background: none;
  border: none;
}
/* line 867, ../_source/style.scss */
.timeline-menu li.active a .triangle {
  display: block;
}
/* line 871, ../_source/style.scss */
.timeline-menu li.active a:hover {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
}

/* line 885, ../_source/style.scss */
.timeline {
  margin: 0 10%;
  list-style-type: none;
  padding: 0;
}
/* line 891, ../_source/style.scss */
.timeline span {
  font-size: 16px;
  display: inline-block;
  line-height: 49px;
  vertical-align: top;
}
/* line 909, ../_source/style.scss */
.timeline .circle, .timeline .square {
  z-index: 100;
  position: relative;
  display: inline-block;
  border: 3px solid white;
  width: 20px;
  height: 20px;
  margin-right: -12px;
  margin-left: 8px;
}
/* line 923, ../_source/style.scss */
.timeline .circle {
  border-radius: 10px;
}
/* line 929, ../_source/style.scss */
.timeline .square {
  width: 22px;
  height: 22px;
  margin-right: -13.2px;
  margin-left: 8.8px;
  border-radius: 5.5px;
}
/* line 938, ../_source/style.scss */
.timeline .title {
  width: 38px;
  font-weight: bold;
  line-height: 20px;
}
/* line 947, ../_source/style.scss */
.timeline .desc {
  max-width: 89%;
  line-height: 20px;
  border-left: 4px solid #ddd;
  padding-left: 12px;
  padding-bottom: 22px;
  text-align: justify;
}
/* line 960, ../_source/style.scss */
.timeline .head .title {
  width: 37px;
}
/* line 964, ../_source/style.scss */
.timeline .head .square {
  margin-top: 19px;
}
/* line 967, ../_source/style.scss */
.timeline .head .desc {
  padding-top: 19px;
  font-weight: bold;
}
/* line 974, ../_source/style.scss */
.timeline .theme-red .title {
  color: #BA2D35;
}
/* line 978, ../_source/style.scss */
.timeline .theme-red .square, .timeline .theme-red .circle {
  background: #BA2D35;
}
/* line 986, ../_source/style.scss */
.timeline .theme-orange .title {
  color: #F27452;
}
/* line 990, ../_source/style.scss */
.timeline .theme-orange .circle {
  background: #F27452;
}
/* line 996, ../_source/style.scss */
.timeline .theme-green .title {
  color: #84C0A8;
}
/* line 1000, ../_source/style.scss */
.timeline .theme-green .circle {
  background: #84C0A8;
}
/* line 1006, ../_source/style.scss */
.timeline .theme-gold .title {
  color: #DDC233;
}
/* line 1009, ../_source/style.scss */
.timeline .theme-gold .circle {
  background: #DDC233;
}

/* line 1016, ../_source/style.scss */
.form-container {
  padding: 20px 200px 0 0;
}
/* line 1020, ../_source/style.scss */
.form-container form h2 {
  font-weight: bold;
  margin-top: 30px;
}
/* line 1025, ../_source/style.scss */
.form-container form input, .form-container form textarea, .form-container form select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1033, ../_source/style.scss */
.form-container .form-horizontal .control-label {
  text-align: left;
}
/* line 1044, ../_source/style.scss */
.form-container .form-horizontal .form-group .remark {
  padding: 0;
  line-height: 30px;
  vertical-align: middle;
}
/* line 1052, ../_source/style.scss */
.form-container .form-group.textarea-group {
  margin-right: 15px;
}
/* line 1056, ../_source/style.scss */
.form-container .form-group.textarea-group textarea {
  margin-left: 15px;
}

/* line 1071, ../_source/style.scss */
.info_list .icon {
  vertical-align: middle;
  color: #E36D6D;
}
/* line 1077, ../_source/style.scss */
.info_list li a {
  padding-left: 10px;
}

/* line 1086, ../_source/style.scss */
.dropdown-remove .dropdown-toggle {
  margin-bottom: 8px;
}
/* line 1090, ../_source/style.scss */
.dropdown-remove .dropdown-menu {
  position: relative;
  top: initial;
  left: initial;
  z-index: initial;
  float: none;
  min-width: initial;
  margin-bottom: 12px;
  padding-left: 20px;
  background-color: initial;
  -webkit-background-clip: initial;
  background-clip: initial;
  border: initial;
  border: none;
  border-radius: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
/* line 1112, ../_source/style.scss */
.dropdown-remove .dropdown-menu.collapse.in {
  display: block;
}
/* line 1116, ../_source/style.scss */
.dropdown-remove .dropdown-menu.collapse {
  display: none;
}
/* line 1121, ../_source/style.scss */
.dropdown-remove .dropdown-menu .active a {
  background-color: initial;
  color: initial;
  font-weight: bold;
}
/* line 1130, ../_source/style.scss */
.dropdown-remove .dropdown a {
  white-space: initial;
}
/* line 1133, ../_source/style.scss */
.dropdown-remove .dropdown a:hover {
  background-color: initial;
}

/* line 1143, ../_source/style.scss */
.event .content-title {
  font-size: 24px;
}
/* line 1146, ../_source/style.scss */
.event .content-title .sub-title {
  font-size: 16px;
  display: block;
  margin: 10px 0 0;
}

/* line 1154, ../_source/style.scss */
.top_product_menu {
  background: white;
}

/* line 1158, ../_source/style.scss */
.top_product_menu_table {
  z-index: 1000;
  width: 998px;
  background: white;
}
/* line 1164, ../_source/style.scss */
.top_product_menu_table .second_inner_area .content_inner_area {
  width: 190.8px;
  display: inline-block;
}
/* line 1171, ../_source/style.scss */
.top_product_menu_table a {
  text-decoration: none;
}
/* line 1175, ../_source/style.scss */
.top_product_menu_table .icon-arrow {
  font-size: 22px;
}
/* line 1178, ../_source/style.scss */
.top_product_menu_table .icon-arrow:hover {
  color: #2AABE5;
}

/* line 1187, ../_source/style.scss */
.top_product_menu {
  height: 93px;
}

/* line 1191, ../_source/style.scss */
.top_product_menu .top_product_menu_table {
  position: absolute;
  z-index: 200;
}

/* line 1200, ../_source/style.scss */
.top_product_menu .first_inner_area {
  width: 955px;
  height: 85px;
  overflow: hidden;
  position: relative;
  z-index: 200;
  background: white;
}

/* line 1209, ../_source/style.scss */
.top_product_menu .first_inner_area .second_inner_area {
  position: absolute;
  z-index: 199;
}

/* line 1214, ../_source/style.scss */
.top_product_menu .first_inner_area .content_inner_area_off {
  width: 190px;
  height: 83px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  float: left;
  background-position: top left;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 199;
}

/* line 1233, ../_source/style.scss */
.top_product_menu .first_inner_area .content_inner_area_on {
  width: 190.8px;
  height: 83px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  float: left;
  background-position: top left;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 199;
}

/* line 1252, ../_source/style.scss */
.top_product_menu .child_div {
  background-color: #ffffff;
  display: none;
  width: 955px;
  position: absolute;
  z-index: 200;
}
/* line 1264, ../_source/style.scss */
.top_product_menu .child_div table {
  border: 1px solid #000;
  -moz-box-shadow: 2px 3px 6px #666;
  -webkit-box-shadow: 2px 3px 6px #666;
  box-shadow: 2px 3px 6px #666;
}
/* line 1268, ../_source/style.scss */
.top_product_menu .child_div table .inner_td {
  height: 85px;
  cursor: pointer;
  text-align: left;
}
/* line 1274, ../_source/style.scss */
.top_product_menu .child_div table .inner_td img {
  padding: 0 0px 5px 0px;
}

/* line 1288, ../_source/style.scss */
.products #slideshow .slides_container {
  height: 170px;
}
/* line 1289, ../_source/style.scss */
.products #slideshow .slides {
  height: 170px;
}
/* line 1290, ../_source/style.scss */
.products #slideshow .btn {
  top: 30px;
}

/* line 1293, ../_source/style.scss */
#slideshow .btn {
  position: absolute;
  top: 110px;
  width: 60px;
  height: 90px;
  display: block;
  z-index: 101;
}

/* line 1294, ../_source/style.scss */
#slideshow .btn:hover {
  background-position: 0px -90px;
}

/* line 1298, ../_source/style.scss */
#slideshow .pagination {
  display: initial;
  margin: initial;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* display: inline-block; */
  /* padding-left: 0; */
  /* margin: 20px 0; */
  /* border-radius: 4px; */
}
/* line 1320, ../_source/style.scss */
#slideshow .pagination li a {
  border: none;
  padding: 0;
  padding-top: 12px;
  /* position: relative; */
  /* padding: 6px 12px; */
  /* line-height: 1.42857143; */
  /* color: #428bca; */
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
}

/* line 1354, ../_source/style.scss */
.product_list_content ul, .product_list_content ol,
.product-list ul,
.product-list ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1361, ../_source/style.scss */
.product_list_content .item,
.product-list .item {
  position: relative;
  padding: 20px;
}
/* line 1365, ../_source/style.scss */
.product_list_content .item a,
.product-list .item a {
  text-decoration: none;
}
/* line 1368, ../_source/style.scss */
.product_list_content .item a:hover,
.product-list .item a:hover {
  color: black;
}
/* line 1373, ../_source/style.scss */
.product_list_content .item .title,
.product-list .item .title {
  margion: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 1382, ../_source/style.scss */
.product_list_content .item .title a:hover,
.product-list .item .title a:hover {
  color: #bbb;
}
/* line 1392, ../_source/style.scss */
.product_list_content .item .code a:hover,
.product-list .item .code a:hover {
  color: #bbb;
}
/* line 1400, ../_source/style.scss */
.product_list_content .item .image-container,
.product-list .item .image-container {
  text-align: center;
  position: relative;
}
/* line 1404, ../_source/style.scss */
.product_list_content .item .image-container a,
.product-list .item .image-container a {
  text-decoration: none;
}
/* line 1411, ../_source/style.scss */
.product_list_content .item .image-container .image-wrapper img,
.product-list .item .image-container .image-wrapper img {
  display: none;
}
/* line 1416, ../_source/style.scss */
.product_list_content .item .image-container .image-wrapper.active img,
.product-list .item .image-container .image-wrapper.active img {
  display: block;
}
/* line 1423, ../_source/style.scss */
.product_list_content .item .image-container .description,
.product-list .item .image-container .description {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: justify;
  display: none;
  background: white;
  height: 280px;
  width: 280px;
  overflow: hidden;
}
/* line 1436, ../_source/style.scss */
.product_list_content .item .image-container .description a,
.product-list .item .image-container .description a {
  height: 260px;
  width: 250px;
  display: block;
}
/* line 1444, ../_source/style.scss */
.product_list_content .item .image-container .no-content,
.product-list .item .image-container .no-content {
  border: none;
  padding: 1px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity_ie)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}
/* line 1451, ../_source/style.scss */
.product_list_content .item .image-container:hover .description,
.product-list .item .image-container:hover .description {
  display: block;
}
/* line 1457, ../_source/style.scss */
.product_list_content .item .configurable-options,
.product-list .item .configurable-options {
  text-align: center;
  margin-top: 10px;
}
/* line 1462, ../_source/style.scss */
.product_list_content .item .configurable-options a,
.product-list .item .configurable-options a {
  text-decoration: none;
}
/* line 1470, ../_source/style.scss */
.product_list_content .item .configurable-options .available-color,
.product-list .item .configurable-options .available-color {
  display: inline-block;
}
/* line 1473, ../_source/style.scss */
.product_list_content .item .configurable-options .available-color .color-block,
.product-list .item .configurable-options .available-color .color-block {
  float: left;
  padding-left: 12px;
}
/* line 1477, ../_source/style.scss */
.product_list_content .item .configurable-options .available-color .color-block a,
.product-list .item .configurable-options .available-color .color-block a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
  margin-top: 4px;
  -moz-box-shadow: 1px 1px 3px #666;
  -webkit-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
}
/* line 1486, ../_source/style.scss */
.product_list_content .item .configurable-options .available-color .color-block.first,
.product-list .item .configurable-options .available-color .color-block.first {
  padding-left: 0;
}
/* line 1491, ../_source/style.scss */
.product_list_content .item .configurable-options .available-color .color-block.active a,
.product-list .item .configurable-options .available-color .color-block.active a {
  width: 32px;
  height: 32px;
  border: 3px solid #ccc;
  margin-top: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 3px 6px #666;
  -webkit-box-shadow: 2px 3px 6px #666;
  box-shadow: 2px 3px 6px #666;
}
/* line 1505, ../_source/style.scss */
.product_list_content .aux-functions,
.product-list .aux-functions {
  text-align: right;
}

/* line 1513, ../_source/style.scss */
.product-details h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
/* line 1519, ../_source/style.scss */
.product-details h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  text-indent: 16px;
  font-size: 16px;
}
/* line 1530, ../_source/style.scss */
.product-details .info-line {
  line-height: 33px;
  margin-bottom: 5px;
}
/* line 1534, ../_source/style.scss */
.product-details .info-line .sub-head {
  text-indent: 16px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1540, ../_source/style.scss */
.product-details .info-line .line-content {
  vertical-align: middle;
}
/* line 1545, ../_source/style.scss */
.product-details article {
  padding: 0 16px;
}
/* line 1549, ../_source/style.scss */
.product-details .image-container {
  border: 1px solid #ccc;
  height: 482px;
  position: relative;
}
/* line 1557, ../_source/style.scss */
.product-details .image-container .image-wrapper {
  display: none;
  position: relative;
}
/* line 1561, ../_source/style.scss */
.product-details .image-container .image-wrapper.active {
  display: block;
}
/* line 1564, ../_source/style.scss */
.product-details .image-container .image-wrapper.active img {
  opacity: 0;
  transition: visibility 0s, linear 0.5s,opacity 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1573, ../_source/style.scss */
.product-details .image-container .image-wrapper.active img.active {
  opacity: 1;
  transition-delay: 0s;
}
/* line 1598, ../_source/style.scss */
.product-details .thumbnails {
  margin: 10px 0;
}
/* line 1601, ../_source/style.scss */
.product-details .thumbnails ul, .product-details .thumbnails ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1607, ../_source/style.scss */
.product-details .thumbnails a {
  text-decoration: none;
}
/* line 1611, ../_source/style.scss */
.product-details .thumbnails .icon-arrow {
  font-size: 25px;
  vertical-align: middle;
}
/* line 1618, ../_source/style.scss */
.product-details .thumbnails .arrow:hover .icon-arrow {
  color: #c2272d;
}
/* line 1624, ../_source/style.scss */
.product-details .thumbnails .preview-area {
  width: 434px;
  height: 86px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
/* line 1632, ../_source/style.scss */
.product-details .thumbnails .preview-area {
  position: relative;
}
/* line 1636, ../_source/style.scss */
.product-details .thumbnails .color-set-group {
  display: none;
  position: relative;
}
/* line 1640, ../_source/style.scss */
.product-details .thumbnails .color-set-group .triangle_up {
  position: absolute;
  left: 40%;
  top: 0;
  border-color: #E36D6D;
  border-color: transparent transparent #E36D6D transparent;
  _border-color: #000000 #000000 #E36D6D #000000;
  display: none;
}
/* line 1653, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active {
  display: inline-block;
}
/* line 1657, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active ul {
  position: relative;
}
/* line 1660, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active ul li {
  position: relative;
  text-align: center;
  float: left;
}
/* line 1665, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active ul li a {
  display: block;
}
/* line 1669, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active ul li img {
  padding: 1px;
  max-width: 86px;
  width: 86px;
  max-height: 86px;
  height: 86px;
}
/* line 1680, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active ul li.active .triangle_up, .product-details .thumbnails .color-set-group.active ul li:hover .triangle_up {
  display: block;
}
/* line 1686, ../_source/style.scss */
.product-details .thumbnails .color-set-group.active ul li:hover img {
  border: 1px solid #ccc;
  padding: 0;
}
/* line 1697, ../_source/style.scss */
.product-details .configurable-options {
  display: inline-block;
  vertical-align: middle;
}
/* line 1700, ../_source/style.scss */
.product-details .configurable-options .available-color {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1705, ../_source/style.scss */
.product-details .configurable-options .available-color .color-block {
  float: left;
  padding-left: 12px;
}
/* line 1710, ../_source/style.scss */
.product-details .configurable-options .available-color .color-block a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  vertical-align: middle;
}
/* line 1720, ../_source/style.scss */
.product-details .configurable-options .available-color .color-block .color-name {
  vertical-align: middle;
  padding-left: 5px;
}
/* line 1725, ../_source/style.scss */
.product-details .configurable-options .available-color .color-block.first {
  padding-left: 0;
}
/* line 1730, ../_source/style.scss */
.product-details .configurable-options .available-color .color-block.active a {
  width: 28px;
  height: 28px;
  border: 3px solid #ccc;
  margin-top: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1741, ../_source/style.scss */
.product-details .configurable-options .available-color .color-block .pseudo-click, .product-details .configurable-options .available-color .color-block.active .pseudo-click {
  color: black;
  text-decoration: none;
  width: auto;
  height: auto;
  border: none;
  background: none;
}
/* line 1755, ../_source/style.scss */
.product-details .additional-images .info-box {
  text-align: center;
  float: left;
  padding-left: 70px;
}
/* line 1761, ../_source/style.scss */
.product-details .additional-images .info-box.first {
  padding-left: 0;
}
/* line 1767, ../_source/style.scss */
.product-details .related-items {
  margin: 20px auto;
  border-top: 4px solid #c2272d;
}
/* line 1771, ../_source/style.scss */
.product-details .related-items h3 {
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
}
/* line 1777, ../_source/style.scss */
.product-details .related-items ul, .product-details .related-items ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1783, ../_source/style.scss */
.product-details .related-items a {
  text-decoration: none;
}
/* line 1787, ../_source/style.scss */
.product-details .related-items li {
  float: left;
  padding-left: 37px;
  text-align: center;
}
/* line 1792, ../_source/style.scss */
.product-details .related-items li a {
  display: block;
  padding-bottom: 4px;
  border-bottom: 4px solid black;
}
/* line 1797, ../_source/style.scss */
.product-details .related-items li a:hover {
  border-bottom: 4px solid #c2272d;
}
/* line 1803, ../_source/style.scss */
.product-details .related-items li.first {
  padding-left: 0;
}
/* line 1807, ../_source/style.scss */
.product-details .related-items li .sub-title {
  font-size: 13px;
  word-wrap: break-word;
}

/* line 1816, ../_source/style.scss */
.v-container {
  overflow: visible;
}
/* line 1819, ../_source/style.scss */
.v-container ul, .v-container ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1825, ../_source/style.scss */
.v-container .helper {
  height: 105px;
}
/* line 1830, ../_source/style.scss */
.v-container .helper .content .title {
  font-size: 13px;
  width: 115px;
  text-align: justify;
}
/* line 1839, ../_source/style.scss */
.v-container .first .helper {
  vertical-align: top;
}
/* line 1845, ../_source/style.scss */
.v-container .last .helper {
  vertical-align: bottom;
}

/* line 1852, ../_source/style.scss */
.news-bar-vertical a {
  text-decoration: none;
  display: block;
}
/* line 1860, ../_source/style.scss */
.news-bar-vertical li a {
  padding: 2px;
  position: relative;
}
/* line 1864, ../_source/style.scss */
.news-bar-vertical li a .triangle_left {
  position: absolute;
  top: 35%;
  left: -10px;
  border-color: transparent #c2272d transparent transparent;
  _border-color: transparent #c2272d #000000 #000000;
  visibility: hidden;
}
/* line 1878, ../_source/style.scss */
.news-bar-vertical li a.active, .news-bar-vertical li a:hover {
  border: 2px solid #c2272d;
  padding: 0;
}
/* line 1882, ../_source/style.scss */
.news-bar-vertical li a.active .triangle_left, .news-bar-vertical li a:hover .triangle_left {
  visibility: visible;
}

/* line 1892, ../_source/style.scss */
.news-container h2 {
  margin: 0;
  font-size: 20px;
}
/* line 1896, ../_source/style.scss */
.news-container h2 .sub-title {
  font-size: 16px;
  display: block;
}
/* line 1902, ../_source/style.scss */
.news-container .video-container {
  text-align: center;
  background: black;
  height: 315px;
  width: 565px;
}
/* line 1909, ../_source/style.scss */
.news-container .previous-news {
  margin-top: 40px;
}
/* line 1912, ../_source/style.scss */
.news-container .previous-news ul, .news-container .previous-news ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1918, ../_source/style.scss */
.news-container .previous-news a {
  text-decoration: none;
  display: block;
}
/* line 1923, ../_source/style.scss */
.news-container .previous-news .sidebar-title {
  border-bottom: 1px solid #E36D6D;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 1932, ../_source/style.scss */
.news-container .previous-news ul li {
  float: left;
  width: 25%;
  text-align: center;
}
/* line 1937, ../_source/style.scss */
.news-container .previous-news ul li .title {
  text-align: left;
  font-size: 13px;
  width: 170px;
  margin: 0 auto;
}
/* line 1944, ../_source/style.scss */
.news-container .previous-news ul li a {
  padding: 2px;
  position: relative;
  width: 174px;
  margin: 0 auto;
}
/* line 1950, ../_source/style.scss */
.news-container .previous-news ul li a .triangle_up {
  position: absolute;
  top: -11px;
  left: 43%;
  border-color: transparent transparent #c2272d transparent;
  _border-color: #000000 #000000 #c2272d #000000;
  visibility: hidden;
}
/* line 1964, ../_source/style.scss */
.news-container .previous-news ul li a.active, .news-container .previous-news ul li a:hover {
  border: 2px solid #c2272d;
  padding: 0;
}
/* line 1968, ../_source/style.scss */
.news-container .previous-news ul li a.active .triangle_up, .news-container .previous-news ul li a:hover .triangle_up {
  visibility: visible;
}

/* line 1980, ../_source/style.scss */
.sales_network .main-content {
  font-size: 12px;
}
/* line 1984, ../_source/style.scss */
.sales_network h1 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-weight: bold;
}
/* line 1992, ../_source/style.scss */
.sales_network .navbar-sidebar {
  border: none;
  font-size: 12px;
}
/* line 1998, ../_source/style.scss */
.sales_network .navbar-sidebar .sidebar-title {
  font-size: 18px;
  font-weight: bold;
}
/* line 2003, ../_source/style.scss */
.sales_network .navbar-sidebar li {
  margin-bottom: 18px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity_ie)";
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
}
/* line 2009, ../_source/style.scss */
.sales_network .navbar-sidebar li .triangle_right {
  position: absolute;
  top: 45%;
  right: 0;
  border-color: transparent transparent transparent #E36D6D;
  _border-color: transparent #000000 #E36D6D #000000;
  visibility: hidden;
}
/* line 2019, ../_source/style.scss */
.sales_network .navbar-sidebar li .info-actions {
  font-size: 14px;
}
/* line 2022, ../_source/style.scss */
.sales_network .navbar-sidebar li .info-actions a {
  color: #2AABE5;
  text-decoration: none;
}
/* line 2028, ../_source/style.scss */
.sales_network .navbar-sidebar li .info-actions .action {
  float: left;
}
/* line 2031, ../_source/style.scss */
.sales_network .navbar-sidebar li .info-actions .action.last {
  margin-left: 15px;
}
/* line 2036, ../_source/style.scss */
.sales_network .navbar-sidebar li .info-actions .action-icon {
  color: #E36D6D;
}
/* line 2044, ../_source/style.scss */
.sales_network .navbar-sidebar li.active, .sales_network .navbar-sidebar li:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity_ie)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
/* line 2049, ../_source/style.scss */
.sales_network .navbar-sidebar li.active .triangle_right, .sales_network .navbar-sidebar li:hover .triangle_right {
  visibility: visible;
}

/* line 2062, ../_source/style.scss */
.shop-info h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #E36D6D;
}
/* line 2069, ../_source/style.scss */
.shop-info section {
  margin-bottom: 10px;
}

/* line 2074, ../_source/style.scss */
.map-info-box {
  width: 300px;
  height: 150px section;
  height-margin-bottom: 10px;
}

/* line 2084, ../_source/style.scss */
.catalog .previous {
  margin-top: 40px;
}
/* line 2087, ../_source/style.scss */
.catalog .previous ul, .catalog .previous ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 2093, ../_source/style.scss */
.catalog .previous a {
  text-decoration: none;
  display: block;
}
/* line 2098, ../_source/style.scss */
.catalog .previous .sub-title {
  border-bottom: 1px solid #E36D6D;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 2107, ../_source/style.scss */
.catalog .previous ul li {
  float: left;
  width: 25%;
  text-align: center;
}
/* line 2112, ../_source/style.scss */
.catalog .previous ul li .title {
  text-align: left;
  font-size: 13px;
  width: 170px;
  margin: 0 auto;
}
/* line 2119, ../_source/style.scss */
.catalog .previous ul li a {
  padding: 2px;
  position: relative;
  width: 174px;
  margin: 0 auto;
}
/* line 2125, ../_source/style.scss */
.catalog .previous ul li a .triangle_up {
  position: absolute;
  top: -11px;
  left: 43%;
  border-color: transparent transparent #c2272d transparent;
  _border-color: #000000 #000000 #c2272d #000000;
  visibility: hidden;
}
/* line 2139, ../_source/style.scss */
.catalog .previous ul li a.active, .catalog .previous ul li a:hover {
  border: 2px solid #c2272d;
  padding: 0;
}
/* line 2143, ../_source/style.scss */
.catalog .previous ul li a.active .triangle_up, .catalog .previous ul li a:hover .triangle_up {
  visibility: visible;
}

/* line 2156, ../_source/style.scss */
.en .search_box {
  width: 175px;
}
/* line 2160, ../_source/style.scss */
.en .sub-head {
  padding-right: 10px;
}

/* line 2165, ../_source/style.scss */
.warn {
  color: red;
}
