@charset "UTF-8";
@font-face {
  font-family: 'Knockout-47';
  src: url("fonts/Knockout-HTF47-Bantamweight.eot");
  src: url("fonts/Knockout-HTF47-Bantamweight.eot?#iefix") format("embedded-opentype"), url("fonts/Knockout-HTF47-Bantamweight.woff") format("woff"), url("fonts/Knockout-HTF47-Bantamweight.ttf") format("truetype"), url("fonts/Knockout-HTF47-Bantamweight.svg#218900fca350aa7dec2613c4ebe35ed0") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'AvenirNext LT Pro Medium';
  src: url("fonts/AvenirNextLTPro-Bold.eot");
  src: url("fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Bold.svg#add6a56a5a62396eaea1929a4942a5a6") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'AvenirNext LT Pro Medium';
  src: url("fonts/AvenirNextLTPro-Medium.eot");
  src: url("fonts/AvenirNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Medium.woff") format("woff"), url("fonts/AvenirNextLTPro-Medium.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Medium.svg#bca38cd97b16c9a0a447297f3709bcd3") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?17269767");
  src: url("fonts/fontello.eot?17269767#iefix") format("embedded-opentype"), url("fonts/fontello.woff?17269767") format("woff"), url("fonts/fontello.ttf?17269767") format("truetype"), url("fonts/fontello.svg?17269767#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-direction:before {
  content: '\e800';
}

.icon-location:before {
  content: '\e801';
}

.icon-mobile:before {
  content: '\e802';
}

.icon-mail:before {
  content: '\e803';
}

.icon-search:before {
  content: '\e804';
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #555555;
  font-family: "AvenirNext LT Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
}
body a {
  transition: background 0.2s ease;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tech-wrap {
  padding: 60px 0 0;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
  	/* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Larger than phablet */
  	/* #Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  	/* Utilities
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  	/* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  	/* Clearing
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Self Clearing Goodness */
}
.tech-wrap .container {
  position: relative;
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.tech-wrap .column,
.tech-wrap .columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .tech-wrap .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .tech-wrap {
    /* Offsets */
  }
  .tech-wrap .container {
    width: 80%;
  }
  .tech-wrap .column,
  .tech-wrap .columns {
    margin-left: 4%;
  }
  .tech-wrap .column:first-child,
  .tech-wrap .columns:first-child {
    margin-left: 0;
  }
  .tech-wrap .one.column,
  .tech-wrap .one.columns {
    width: 4.66666666667%;
  }
  .tech-wrap .two.columns {
    width: 13.3333333333%;
  }
  .tech-wrap .three.columns {
    width: 22%;
  }
  .tech-wrap .four.columns {
    width: 30.6666666667%;
  }
  .tech-wrap .five.columns {
    width: 39.3333333333%;
  }
  .tech-wrap .six.columns {
    width: 48%;
  }
  .tech-wrap .seven.columns {
    width: 56.6666666667%;
  }
  .tech-wrap .eight.columns {
    width: 65.3333333333%;
  }
  .tech-wrap .nine.columns {
    width: 74.0%;
  }
  .tech-wrap .ten.columns {
    width: 82.6666666667%;
  }
  .tech-wrap .eleven.columns {
    width: 91.3333333333%;
  }
  .tech-wrap .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .tech-wrap .one-third.column {
    width: 30.6666666667%;
  }
  .tech-wrap .two-thirds.column {
    width: 65.3333333333%;
  }
  .tech-wrap .one-half.column {
    width: 48%;
  }
  .tech-wrap .offset-by-one.column,
  .tech-wrap .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .tech-wrap .offset-by-two.column,
  .tech-wrap .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .tech-wrap .offset-by-three.column,
  .tech-wrap .offset-by-three.columns {
    margin-left: 26%;
  }
  .tech-wrap .offset-by-four.column,
  .tech-wrap .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .tech-wrap .offset-by-five.column,
  .tech-wrap .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .tech-wrap .offset-by-six.column,
  .tech-wrap .offset-by-six.columns {
    margin-left: 52%;
  }
  .tech-wrap .offset-by-seven.column,
  .tech-wrap .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .tech-wrap .offset-by-eight.column,
  .tech-wrap .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .tech-wrap .offset-by-nine.column,
  .tech-wrap .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .tech-wrap .offset-by-ten.column,
  .tech-wrap .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .tech-wrap .offset-by-eleven.column,
  .tech-wrap .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .tech-wrap .offset-by-one-third.column,
  .tech-wrap .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .tech-wrap .offset-by-two-thirds.column,
  .tech-wrap .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .tech-wrap .offset-by-one-half.column,
  .tech-wrap .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.tech-wrap h1,
.tech-wrap h2,
.tech-wrap h3,
.tech-wrap h4,
.tech-wrap h5,
.tech-wrap h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
.tech-wrap h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}
.tech-wrap h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}
.tech-wrap h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}
.tech-wrap h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}
.tech-wrap h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}
.tech-wrap h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (min-width: 550px) {
  .tech-wrap h1 {
    font-size: 5.0rem;
  }
  .tech-wrap h2 {
    font-size: 4.2rem;
  }
  .tech-wrap h3 {
    font-size: 3.6rem;
  }
  .tech-wrap h4 {
    font-size: 3.0rem;
  }
  .tech-wrap h5 {
    font-size: 2.4rem;
  }
  .tech-wrap h6 {
    font-size: 1.5rem;
  }
}
.tech-wrap p {
  margin-top: 0;
}
.tech-wrap .remove-bottom {
  margin-bottom: 0 !important;
}
.tech-wrap .half-bottom {
  margin-bottom: 15px !important;
}
.tech-wrap .add-bottom {
  margin-bottom: 30px !important;
}
.tech-wrap .u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.tech-wrap .u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.tech-wrap .u-pull-right {
  float: right;
}
.tech-wrap .u-pull-left {
  float: left;
}
.tech-wrap hr.tech {
  margin-top: 3rem;
  margin-bottom: 8rem;
  border-width: 0;
  border-top: 1px solid #000;
}
.tech-wrap hr.tech-break {
  border: solid #000;
  border-width: 1px 0 0;
  clear: both;
  margin: 0;
  height: 0;
}
.tech-wrap .container:after,
.tech-wrap .row:after,
.tech-wrap .u-cf {
  content: "";
  display: table;
  clear: both;
}

.img-responsive-tech {
  max-width: 100%;
  height: auto;
}

img.tech-fullwidth {
  width: 100%;
}

.tech-wrap h1 {
  font-family: "Knockout-47", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  color: #808080;
  line-height: 1em;
}
@media (min-width: 768px) {
  .tech-wrap h1 {
    font-size: 4em;
    line-height: 1.065em;
  }
}
@media (min-width: 960px) {
  .tech-wrap h1 {
    font-size: 5em;
    line-height: .865em;
  }
}
.tech-wrap h2 {
  font-family: "AvenirNext LT Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #575757;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .tech-wrap h2 {
    font-size: 1.375em;
  }
}
.tech-wrap h6 {
  font-weight: bold;
  text-transform: uppercase;
}
.tech-wrap p {
  color: #575757;
}

@media (min-width: 1200px) {
  .tech-wrap.eightseven p {
    width: 60%;
  }
}
.tech-wrap h1 {
  margin-bottom: 0;
}

.tech-wrap.nitro h2 {
  margin: 60px 0 0;
  text-align: center;
}

.tech-wrap.nitro p {
  text-align: center;
  color: #575757;
}

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

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

.tech-wrap.highp img {
  margin-top: 60px;
}

.tech-set-bolt {
  position: relative;
  z-index: 0;
}
.tech-set-bolt .tech__text--container {
  margin-top: 1em;
  position: relative;
  z-index: 99;
}
@media (min-width: 968px) {
  .tech-set-bolt .tech__text--container {
    margin-top: 6em;
  }
}
@media (min-width: 968px) {
  .tech-set-bolt .container {
    margin-bottom: -200px;
  }
}

.tech-versa-r h6 {
  line-height: 20px;
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .tech-mseven-1 img {
    margin-top: -100px;
  }
}
.tech-recoil-1 h2 {
  margin: 60px 0 0;
  text-align: center;
}

.tech-recoil-2,
.tech-recoil-3 {
  margin: 80px 0 40px;
}

.tech-recoil-2 ul {
  list-style: none;
  padding: 0;
}

.tech-recoil-2 ul li ul li {
  display: inline-block;
  vertical-align: text-bottom;
}

.tech-recoil-2 ul li ul {
  margin-bottom: 5px;
}

.tech-recoil-2 ul li.tech-dot.bk {
  background: #000;
}

.tech-recoil-2 ul li.tech-dot {
  width: 25px;
  list-style: none;
  margin-right: 5px;
  height: 25px;
  background: #8dc442;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

@media (min-width: 1200px) {
  .tech-accutip-2 h1 {
    margin-bottom: 140px !important;
  }
}
.tech-accutip-2 ol:last-child {
  padding-right: 0;
}

.tech-accutip-2 ol {
  display: inline-block;
  padding-right: 30px;
}

@media (min-width: 1000px) {
  img.hog-bullet {
    margin-top: -300px;
  }

  .tech-hoghammer-1 .tech-bulletpoints.start {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .tech-golden2 {
    margin-top: 4em;
  }
}

.tech-accutip-2,
.tech-corelokt-2,
.tech-corelokt-3,
.tech-ulti-2,
.tech-golden-b,
.tech-versa-r,
.tech-hyperrifle-2,
.tech-hyperrifle-3,
.tech-hoghammer-1,
.tech-hoghammer-2 {
  margin: 80px 0 40px;
}

ol.tech-bulletpoints li h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

ol.tech-bulletpoints {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

ol.tech-bulletpoints > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
  list-style: none;
  border: none;
  background: none;
}

ol.tech-bulletpoints .counter__item {
  position: absolute;
  top: 8px;
  left: -1.5em;
  width: 32px;
  height: 32px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 8px;
  padding: 4px 0;
  color: #fff;
  background: #575757;
  text-align: center;
  line-height: 1;
}

.tech-wrap.premier img,
.tech-wrap.hypersonic img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=technology.css.map */
