/* Generated by less 2.5.1 */
/*[[BANNER]]*/
.resetlist {
  list-style-type: none;
  padding: 0;
}
.translate-50Y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-50X {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-50 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cfix,
.clearfix {
  *zoom: 1;
}
.cfix:before,
.clearfix:before,
.cfix:after,
.clearfix:after {
  content: "";
  display: table;
}
.cfix:after,
.clearfix:after {
  clear: both;
}
.ratio_16-9 {
  position: relative;
}
.ratio_16-9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio_4-3 {
  position: relative;
}
.ratio_4-3:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.ratio_8-5 {
  position: relative;
}
.ratio_8-5:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.ratio_3-2 {
  position: relative;
}
.ratio_3-2:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.ratio_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a {
  text-decoration: none;
  color: #efdd09;
}
nav {
  margin-top: 20px;
}
nav a {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #efdd09;
  color: #333333 !important;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease,color 0.2s ease;
  transition: background 0.2s ease,color 0.2s ease;
}
nav a:hover {
  color: #efdd09 !important;
  background-color: #ffffff;
  text-decoration: none;
}
table.factory__table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
table.factory__table tr {
  border-bottom: 1px solid #cccccc;
}
table.factory__table th {
  background: #333333;
  color: #efdd09;
}
table.factory__table td,
table.factory__table th {
  padding: 10px;
}
table.factory__table .optionName {
  font-weight: bold;
}
table.factory__table .optionDesc {
  font-style: italic;
}
.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.factory__factory-title {
  background: #212020;
  color: #ffffff;
  padding: 5px 0;
}
.factory__factory-title h3 {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  text-align: right;
}
.factory__factory-title h3 a {
  color: #ffffff !important;
}
.factory__factory-title h3 a span {
  font-weight: 400;
  text-transform: none;
}
.factory__factory-title h3 a:hover {
  color: #efdd09 !important;
  text-decoration: none;
}
.factory__main-header {
  background-color: #333333;
  padding: 40px 0 20px 0;
  color: #efdd09;
}
.factory__main-header h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.factory__github-banner {
  display: block;
  background-color: #212020;
  padding: 40px;
  margin: 40px 0;
  font-size: 3em;
  font-weight: 700;
  text-decoration: none;
  line-height: 1em;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.factory__github-banner:hover {
  text-decoration: none;
  color: #efdd09;
}
