/**
 * CSS Reset
 * 
 * @media    screen
 * @author   Quiller Caudill
 * @version  0.1
 * @desc     Based on YUI Reset: http://developer.yahoo.com/yui/reset/
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

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

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

sup, sub {
  vertical-align: baseline;
}

/**
 * @section Classes
 */
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.hidden, html.js .noscript {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/**
 * @section Mozilla
 * @purpose Target Mozilla-based browsers with unique rules
 */
a:focus, object:focus, param:focus {
  -moz-outline-style: none;
  outline-style: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

*:focus {
  outline: none;
}

body {
  width: 100%;
  *zoom: 1;
}

body:before,
body:after {
  content: "";
  display: table;
}

body:after {
  clear: both;
}

/* Semantic Grid */
/* Fonts */
/* Color Palette */
/* Typography */
h1, h2, h3, h4 {
  font-weight: 700;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: top;
}

.hide {
  display: none;
}

a {
  color: #2b2929;
  font-weight: 700;
  text-decoration: none;
}

a.button, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
  line-height: normal;
  background: #fff;
  text-transform: uppercase;
}

a.button.arrow, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  margin: 5px 0;
  padding-right: 25px;
  white-space: nowrap;
}

a.button.arrow:hover:after, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow:hover:after {
  background: url("/_ui/skin/img/arrow-yellow.png") no-repeat center right transparent;
}

html.backgroundsize a.button.arrow:hover:after, html.backgroundsize main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow:hover:after, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction html.backgroundsize a.arrow:hover:after {
  background-image: url("/_ui/skin/img/arrow-yellow-2x.png");
  background-size: 19px 33px;
}

a.button.arrow:after, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow:after {
  content: "";
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: -4px;
  width: 19px;
  height: 100%;
  background: url("/_ui/skin/img/arrow-grey.png") no-repeat center right transparent;
}

html.backgroundsize a.button.arrow:after, html.backgroundsize main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow:after, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction html.backgroundsize a.arrow:after {
  background-image: url("/_ui/skin/img/arrow-grey-2x.png");
  background-size: 19px 33px;
}

a.button.arrow.shadow, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow.shadow {
  -webkit-box-shadow: 1px 0px 11px 0px rgba(84, 84, 84, 0.5) ;
  -moz-box-shadow: 1px 0px 11px 0px rgba(84, 84, 84, 0.5) ;
  box-shadow: 1px 0px 11px 0px rgba(84, 84, 84, 0.5) ;
}

a.button.arrow.shadow:hover, main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.arrow.shadow:hover {
  -webkit-box-shadow: 1px 0px 16px 0px #545454 ;
  -moz-box-shadow: 1px 0px 16px 0px #545454 ;
  box-shadow: 1px 0px 16px 0px #545454 ;
}

a.menu {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 20px;
  right: 0;
  padding-left: 35px;
  height: 30px;
  color: #545454;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  z-index: 100;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  a.menu {
    right: 30px;
  }
}

@media only screen and (max-width: 600px) {
  a.menu {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    right: 15px;
    padding-left: 25px;
    width: 25px;
  }
}

a.menu span {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.menu.close {
  color: #fff;
}

a.menu.close span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
}

a.menu.close span:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

a.menu.hamburger span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 3px;
  background: #545454;
}

a.menu.hamburger span:before,
a.menu.hamburger span:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #545454;
}

a.menu.hamburger span:before {
  top: -7px;
}

a.menu.hamburger span:after {
  top: 7px;
}

/* Universal Elements */
.logo {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 101px;
  height: 30px;
  background: url("/_ui/skin/img/logo-sig-sauer.svg") no-repeat center center transparent;
}

.legion {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  background: url("/_ui/skin/img/logo-legion.svg") no-repeat center center transparent;
  background-size: contain;
}

.legion.black {
  background-image: url("/_ui/skin/img/logo-legion-dark.svg");
}

.social ul li {
  display: inline-block;
}

.social ul li a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 8px;
  width: 25px;
  height: 25px;
  background: none no-repeat center center transparent;
}

.social ul li a.facebook {
  background-image: url("/_ui/skin/img/social/facebook.png");
}

html.backgroundsize .social ul li a.facebook {
  background-image: url("/_ui/skin/img/social/facebook-2x.png");
  background-size: 25px 25px;
}

.social ul li a.facebook:hover {
  background-image: url("/_ui/skin/img/social/facebook-hover.png");
}

html.backgroundsize .social ul li a.facebook:hover {
  background-image: url("/_ui/skin/img/social/facebook-hover-2x.png");
  background-size: 25px 25px;
}

.social ul li a.instagram {
  background-image: url("/_ui/skin/img/social/instagram.png");
}

html.backgroundsize .social ul li a.instagram {
  background-image: url("/_ui/skin/img/social/instagram-2x.png");
  background-size: 25px 25px;
}

.social ul li a.instagram:hover {
  background-image: url("/_ui/skin/img/social/instagram-hover.png");
}

html.backgroundsize .social ul li a.instagram:hover {
  background-image: url("/_ui/skin/img/social/instagram-hover-2x.png");
  background-size: 25px 25px;
}

.social ul li a.youtube {
  width: 30px;
  background-image: url("/_ui/skin/img/social/youtube.png");
}

html.backgroundsize .social ul li a.youtube {
  background-image: url("/_ui/skin/img/social/youtube-2x.png");
  background-size: 30px 23px;
}

.social ul li a.youtube:hover {
  background-image: url("/_ui/skin/img/social/youtube-hover.png");
}

html.backgroundsize .social ul li a.youtube:hover {
  background-image: url("/_ui/skin/img/social/youtube-hover-2x.png");
  background-size: 30px 23px;
}

section {
  position: relative;
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}

section .section-title {
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 36px;
}

section.gray {
  color: #545454;
  background: #e5e5e5;
}

section.gray h2 {
  text-align: center;
}

section.white {
  color: #fff;
}

section.elite-company {
  height: 426px;
  background: url("/_ui/skin/img/callout-elite-company.jpg") no-repeat top center #434343;
}

html.backgroundsize section.elite-company {
  background-image: url("/_ui/skin/img/callout-elite-company-2x.jpg");
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  section.elite-company {
    padding: 40px 0;
    height: 340px;
  }
}

section.elite-company .container .content {
  margin-top: 80px;
}

@media only screen and (max-width: 600px) {
  section.elite-company .container .content {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  section.elite-company .container .content p {
    padding: 0 50px;
  }
}

section.elite-company .container .content .button {
  margin-top: 20px;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "stratum-1-web", arial, sans-serif;
  font-size: 20px;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html.wf-loading body {
  visibility: hidden;
}

html.wf-active body,
html.wf-inactive body,
html.no-js body {
  visibility: visible;
}

body.menu-open {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

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

.container {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  clear: both;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container {
  *zoom: 1;
}

.container .content {
  display: inline;
  float: left;
  width: 98.8425925926%;
  margin: 0 0.5787037037%;
}

@media only screen and (max-width: 1024px) {
  .container .content {
    padding: 0 15px;
  }
}

.container .content.column-12 {
  display: inline;
  float: left;
  width: 73.8425925926%;
  margin: 0 0.5787037037%;
  margin-left: 13.0787037037%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .container .content.column-12 {
    display: inline;
    float: left;
    width: 98.8425925926%;
    margin: 0 0.5787037037%;
  }
}

/* ---------------
 * HEADER
 * --------------- */
header {
  padding: 20px 0;
  background: #fff;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  header {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 600px) {
  header {
    padding: 20px 15px;
  }
}

/* ---------------
 * FOOTER
 * --------------- */
footer {
  float: left;
  padding: 50px 0;
  width: 100%;
  background: #f7f7f7;
  clear: both;
}

footer .logo-wrap,
footer .social {
  float: left;
  padding: 10px 0;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  footer .logo-wrap,
  footer .social {
    float: none;
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
}

footer .logo-wrap {
  padding-right: 3%;
  line-height: normal;
  border-right: 1px solid #cecece;
}

@media only screen and (max-width: 600px) {
  footer .logo-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0px none;
    border-bottom: 1px solid #cecece;
  }
}

footer .logo-wrap .logo {
  float: right;
}

@media only screen and (max-width: 600px) {
  footer .logo-wrap .logo {
    float: none;
  }
}

footer .social {
  padding-left: 3%;
}

@media only screen and (max-width: 600px) {
  footer .social {
    padding-top: 30px;
    padding-left: 0;
  }
  footer .social ul {
    text-align: center;
  }
  footer .social ul li a {
    margin: 0 20px;
  }
}

nav {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(43, 41, 41, 0.98);
  z-index: 99;
  overflow: hidden;
}

nav .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 150px 0 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

nav .nav-header {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5) ;
  position: relative;
  padding: 30px 0 20px;
  height: 150px;
  width: 100%;
  background: #2b2929;
  border-bottom: 1px solid #545454;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  nav .nav-header {
    padding: 60px 0 40px;
  }
}

nav .nav-header .legion {
  margin: 0 auto;
  width: 350px;
  height: 100px;
  clear: both;
}

@media only screen and (max-width: 600px) {
  nav .nav-header .legion {
    width: 300px;
    height: 50px;
  }
}

nav .nav-header .legion a {
  display: block;
  height: 100%;
}

nav ul.menu li {
  padding-right: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #545454;
}

nav ul.menu li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 40px;
  line-height: normal;
}

@media only screen and (max-width: 600px) {
  nav ul.menu li a {
    font-size: 32px;
  }
}

nav ul.menu li a:hover span {
  color: #fcb31c;
}

nav ul.menu li a:hover span:after {
  background: url("/_ui/skin/img/arrow-menu-yellow.png") no-repeat center right transparent;
}

html.backgroundsize nav ul.menu li a:hover span:after {
  background-image: url("/_ui/skin/img/arrow-menu-yellow-2x.png");
  background-size: 17px 27px;
}

@media only screen and (max-width: 600px) {
  html.backgroundsize nav ul.menu li a:hover span:after {
    background-size: 10px auto;
  }
}

nav ul.menu li a span {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

nav ul.menu li a span:after {
  content: "";
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -11px;
  width: 17px;
  height: 27px;
  background: url("/_ui/skin/img/arrow-menu-grey.png") no-repeat center right transparent;
}

html.backgroundsize nav ul.menu li a span:after {
  background-image: url("/_ui/skin/img/arrow-menu-grey-2x.png");
  background-size: 17px 27px;
}

@media only screen and (max-width: 600px) {
  html.backgroundsize nav ul.menu li a span:after {
    right: -24px;
    margin-top: -7px;
    width: 10px;
    height: 17px;
    background-size: 10px auto;
  }
}

nav ul.menu li a._blank span:after {
  right: -44px;
  margin-top: -8px;
  width: 24px;
  height: 20px;
  background: url("/_ui/skin/img/nav-new-window.png") no-repeat center center transparent;
}

html.backgroundsize nav ul.menu li a._blank span:after {
  background-image: url("/_ui/skin/img/nav-new-window-2x.png");
  background-size: 23px 19px;
}

@media only screen and (max-width: 600px) {
  html.backgroundsize nav ul.menu li a._blank span:after {
    right: -34px;
    margin-top: -8px;
    width: 24px;
    height: 20px;
  }
}

nav ul.menu li a._blank:hover span:after {
  background-image: url("/_ui/skin/img/nav-new-window-hover.png");
}

html.backgroundsize nav ul.menu li a._blank:hover span:after {
  background-image: url("/_ui/skin/img/nav-new-window-hover-2x.png");
  background-size: 23px 19px;
}

nav .social {
  margin: 40px 0;
}

nav .social ul li a {
  margin: 0 25px;
}

nav .social ul li a.facebook {
  background-image: url("/_ui/skin/img/social/facebook-white.png");
}

html.backgroundsize nav .social ul li a.facebook {
  background-image: url("/_ui/skin/img/social/facebook-white-2x.png");
  background-size: 25px 25px;
}

nav .social ul li a.instagram {
  background-image: url("/_ui/skin/img/social/instagram-white.png");
}

html.backgroundsize nav .social ul li a.instagram {
  background-image: url("/_ui/skin/img/social/instagram-white-2x.png");
  background-size: 25px 25px;
}

nav .social ul li a.youtube {
  background-image: url("/_ui/skin/img/social/youtube-white.png");
}

html.backgroundsize nav .social ul li a.youtube {
  background-image: url("/_ui/skin/img/social/youtube-white-2x.png");
  background-size: 30px 23px;
}

body.menu-open nav {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

main.front section.marquee {
  width: 100%;
  height: 750px;
  background: url("/_ui/skin/img/motion-marquee-bg.jpg") no-repeat top center #1e1d1b;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  main.front section.marquee {
    height: 300px;
    background-image: url("/_ui/skin/img/mobile/motion-marquee-bg.jpg");
  }
  html.backgroundsize main.front section.marquee {
    background-image: url("/_ui/skin/img/motion-marquee-bg.jpg");
    background-size: cover;
  }
}

main.front section.marquee.playing .container .content .button {
  display: none;
}

main.front section.marquee #big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

main.front section.marquee #big-video-wrap.show {
  display: block;
}

@media only screen and (max-width: 600px) {
  main.front section.marquee #big-video-wrap.show {
    display: none;
  }
}

main.front section.marquee #big-video-wrap #big-video-vid {
  top: 0 !important;
  left: 0 !important;
  height: 900px !important;
  max-width: 100%;
}

main.front section.marquee #big-video-wrap #big-video-vid .vjs-tech {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto !important;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

main.front section.marquee #big-video-wrap #big-video-vid .vjs-loading-spinner {
  display: none !important;
}

main.front section.marquee #big-video-wrap #big-video-vid .vjs-control-bar {
  display: none !important;
}

main.front section.marquee #video-close {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  padding-left: 25px;
  color: #fff;
  z-index: 11;
}

main.front section.marquee #video-close:before,
main.front section.marquee #video-close:after {
  content: "";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #fff;
}

main.front section.marquee #video-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

main.front section.marquee #video-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

main.front section.marquee .content {
  margin-top: 230px;
}

@media only screen and (max-width: 600px) {
  main.front section.marquee .content {
    margin-top: 0;
  }
}

main.front section.marquee .content .legion {
  position: relative;
  left: 5px;
  margin-bottom: 50px;
  width: 700px;
  height: 120px;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  main.front section.marquee .content .legion {
    background-image: url("/_ui/skin/img/mobile/logo-legion.svg");
  }
}

main.front section.marquee .content .button {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e5e5e5;
}

main.front section.marquee .content .button:hover,
main.front section.marquee .content .button:focus,
main.front section.marquee .content .button:active {
  color: #fff;
  background: #fcb31c;
}

main.front section.about-legion {
  padding-bottom: 65px;
  background: url("/_ui/skin/img/homepage/texture-metal.jpg") no-repeat top center #727272;
}

@media only screen and (max-width: 1024px) {
  main.front section.about-legion {
    background-image: url("/_ui/skin/img/homepage/texture-metal-2x.jpg");
  }
}

html.backgroundsize main.front section.about-legion {
  background-image: url("/_ui/skin/img/homepage/texture-metal-2x.jpg");
  background-size: cover;
}

main.front section.about-legion p {
  font-size: 23px;
  line-height: 43px;
}

main.front section.about-legion h2 {
  margin: 30px 0 10px;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
}

@media only screen and (max-width: 600px) {
  main.front section.about-legion h2 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }
}

main.front section.about-legion h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 3px;
}

main.front section.products-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: url("/_ui/skin/img/homepage/texture-metal-triangle.png") no-repeat top center transparent;
}

html.backgroundsize main.front section.products-list:after {
  background-image: url("/_ui/skin/img/homepage/texture-metal-triangle-2x.png");
  background-size: 30px 16px;
}

main.front section.products-list:before {
  content: "";
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e0e0e0 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e0e0e0 0%, #e5e5e5 100%);
  /* W3C */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}

main.front section.products-list .products {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  main.front section.products-list .products {
    margin-top: 0;
  }
}

main.front section.products-list .products .product {
  float: left;
  padding: 20px 30px;
  width: 33%;
  text-align: left;
  border-right: 1px solid #cecece;
}

@media only screen and (max-width: 768px) {
  main.front section.products-list .products .product {
    padding: 60px 0 25px;
    width: 100%;
    border-right: 0px none;
  }
}

main.front section.products-list .products .product:last-child {
  border-right: 0px none;
}

@media only screen and (max-width: 768px) {
  main.front section.products-list .products .product:last-child {
    padding-bottom: 0;
    border-bottom: 0px none;
  }
}

main.front section.products-list .products .product img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  main.front section.products-list .products .product .wrapper {
    position: relative;
    top: -80px;
    margin: 0 auto;
    max-width: 510px;
  }
}

@media only screen and (max-width: 600px) {
  main.front section.products-list .products .product .wrapper {
    top: -40px;
  }
}

main.front section.products-list .products .product .wrapper h3 {
  margin: 10px 0;
  padding-bottom: 5px;
  font-size: 36px;
  border-bottom: 1px solid #cecece;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.front section.products-list .products .product .wrapper h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  main.front section.products-list .products .product .wrapper h3 {
    margin-top: 0;
  }
}

main.front section.products-list .products .product .wrapper h3 span {
  font-size: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.front section.products-list .products .product .wrapper h3 span {
    font-size: 16px;
  }
}

main.front section.products-list .products .product .wrapper p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.front section.products-list .products .product .wrapper p strong {
    display: block;
  }
}

main.front section.products-list .products .product .wrapper p span.caliber {
  padding: 0 6px;
  border-right: 1px solid #545454;
}

main.front section.products-list .products .product .wrapper p span.caliber .category {
  position: relative;
  left: -3px;
  font-size: 12px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.front section.products-list .products .product .wrapper p span.caliber:nth-child(2) {
    padding-left: 0;
  }
}

main.front section.products-list .products .product .wrapper p span.caliber:last-child {
  border-right: 0px none;
  padding-right: 0;
}

main.product section.product-spotlight {
  background: url("/_ui/skin/img/products/detail-texture-2x.jpg") no-repeat top center transparent;
  background-size: cover;
}

main.product section.product-spotlight:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("/_ui/skin/img/products/detail-hr-shadow.png") no-repeat bottom center transparent;
}

html.backgroundsize main.product section.product-spotlight:after {
  background: url("/_ui/skin/img/products/detail-hr-shadow-2x.png") no-repeat bottom center transparent;
  background-size: auto 8px;
}

main.product section.product-spotlight .details {
  float: left;
  padding-bottom: 40px;
  width: 100%;
}

main.product section.product-spotlight .details h2 {
  position: relative;
  float: left;
  padding-left: 12px;
  font-size: 64px;
  line-height: 64px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details h2 {
    float: none;
    font-size: 52px;
  }
}

main.product section.product-spotlight .details h2:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 44px;
  background: #fcb31c;
}

main.product section.product-spotlight .details h2 span {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details h2 span {
    font-size: 26px;
  }
}

main.product section.product-spotlight .details .gun-details {
  float: right;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details .gun-details {
    float: none;
    margin-bottom: 20px;
    padding-left: 8px;
    text-align: left;
  }
}

main.product section.product-spotlight .details .gun-details .calibers {
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details .gun-details .calibers {
    padding: 0;
    line-height: normal;
    border-bottom: 0px none;
  }
}

main.product section.product-spotlight .details .gun-details .calibers .caliber {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details .gun-details .calibers .caliber {
    font-size: 18px;
  }
}

main.product section.product-spotlight .details .gun-details .calibers .caliber:after {
  content: "";
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  position: absolute;
  right: -4px;
  bottom: 6px;
  height: 22px;
  width: 1px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details .gun-details .calibers .caliber:after {
    right: -3px;
    bottom: 3px;
    height: 16px;
  }
}

main.product section.product-spotlight .details .gun-details .calibers .caliber span {
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details .gun-details .calibers .caliber span {
    font-size: 16px;
  }
}

main.product section.product-spotlight .details .gun-details .calibers .caliber:last-child:after {
  content: none;
}

main.product section.product-spotlight .details .gun-details .capacity {
  padding: 3px 10px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  main.product section.product-spotlight .details .gun-details .capacity {
    padding: 0;
    font-size: 16px;
    line-height: normal;
  }
}

main.product section.product-spotlight .details .gun-details .capacity .mag {
  position: relative;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 700;
}

main.product section.product-spotlight .details .gun-details .capacity .mag:after {
  content: "";
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  position: absolute;
  right: -3px;
  bottom: 3px;
  height: 16px;
  width: 1px;
  background: #fff;
}

main.product section.product-spotlight .details .gun-details .capacity .mag:last-child {
  padding-right: 0;
}

main.product section.product-spotlight .details .gun-details .capacity .mag:last-child:after {
  content: none;
}

main.product section.product-spotlight .gun-tooltips {
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  main.product section.product-spotlight .gun-tooltips {
    margin: 0 auto;
  }
}

main.product section.product-spotlight .gun-tooltips.ready a.tooltip {
  cursor: pointer;
}

main.product section.product-spotlight .gun-tooltips.ready a.tooltip span {
  cursor: pointer;
}

main.product section.product-spotlight .gun-tooltips.ready a.tooltip:hover span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  border-width: 2px;
}

main.product section.product-spotlight .gun-tooltips.ready a.tooltip:active span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #fcb31c;
  border: 2px solid #fcb31c;
}

main.product section.product-spotlight .gun-tooltips a.tooltip {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  margin: -14px 0 0 -14px;
  height: 28px;
  width: 28px;
  background: rgba(255, 255, 255, 0);
  cursor: default;
}

@media only screen and (max-width: 600px) {
  main.product section.product-spotlight .gun-tooltips a.tooltip {
    display: none;
  }
}

main.product section.product-spotlight .gun-tooltips a.tooltip span {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  height: 16px;
  width: 16px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  cursor: default;
}

html.no-js main.product section.product-spotlight .gun-tooltips a.tooltip {
  display: none;
}

main.product section.product-spotlight .gun-tooltips a.tooltip.active span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #fcb31c;
  border: 2px solid #fcb31c;
}

main.product section.product-spotlight .gun-tooltips .tip {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 11px 2px #545454 ;
  -moz-box-shadow: 0px 0px 11px 2px #545454 ;
  box-shadow: 0px 0px 11px 2px #545454 ;
  position: absolute;
  bottom: 150px;
  left: 100px;
  width: 250px;
  opacity: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product section.product-spotlight .gun-tooltips .tip {
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product section.product-spotlight .gun-tooltips .tip {
    left: 0;
    bottom: 0;
    width: 175px;
  }
}

@media only screen and (max-width: 600px) {
  main.product section.product-spotlight .gun-tooltips .tip {
    display: none;
  }
}

main.product section.product-spotlight .gun-tooltips .tip.active {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s 0.5s;
  -ms-transition: 0.3s 0.5s;
  -moz-transition: 0.3s 0.5s;
  -webkit-transition: 0.3s 0.5s;
  transition: 0.3s 0.5s;
  opacity: 1;
  z-index: 1;
}

main.product section.product-spotlight .gun-tooltips .tip.active.active-onload {
  -webkit-font-smoothing: antialiased;
  -o-transition: 0.3s 0s;
  -ms-transition: 0.3s 0s;
  -moz-transition: 0.3s 0s;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}

html.no-js main.product section.product-spotlight .gun-tooltips .tip {
  display: none;
}

main.product section.product-spotlight .gun-tooltips .tip-slide {
  position: relative;
}

html.no-js main.product section.product-spotlight .gun-tooltips .tip-slide {
  display: none;
}

main.product section.product-spotlight .gun-tooltips .tip:before,
main.product section.product-spotlight .gun-tooltips .tip-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fcb31c;
}

main.product section.product-spotlight .gun-tooltips .tip img,
main.product section.product-spotlight .gun-tooltips .tip-slide img {
  display: block;
}

main.product section.product-spotlight .gun-tooltips .tip div,
main.product section.product-spotlight .gun-tooltips .tip-slide div {
  padding: 10px 10px 15px;
  color: #545454;
  font-size: 18px;
  line-height: 22px;
  background: #fff;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper {
  display: none !important;
  padding: 0 25px 30px;
  max-width: 300px !important;
}

@media only screen and (max-width: 600px) {
  main.product section.product-spotlight .gun-tooltips .bx-wrapper {
    display: block !important;
  }
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-viewport {
  -webkit-box-shadow: 0 0 0 0 !important ;
  -moz-box-shadow: 0 0 0 0 !important ;
  box-shadow: 0 0 0 0 !important ;
  left: 0 !important;
  background: none !important;
  border: 0px none !important;
  overflow: visible !important;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-viewport .tip-slide div {
  position: relative;
  padding: 0;
  min-height: 73px;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-viewport .tip-slide div p {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px;
  width: 100%;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls {
  position: relative;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: auto;
  bottom: -40px;
  margin-top: 0;
  padding: 10px 15px;
  width: auto;
  height: auto;
  color: #545454;
  line-height: 10px;
  text-indent: 0;
  z-index: 0;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
  padding-right: 25px;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background: url("/_ui/skin/img/arrow-slider-next.png") no-repeat center center transparent;
}

html.backgroundsize main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
  background-image: url("/_ui/skin/img/arrow-slider-next-2x.png");
  background-size: 6px 10px;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
  padding-left: 25px;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background: url("/_ui/skin/img/arrow-slider-prev.png") no-repeat center center transparent;
}

html.backgroundsize main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
  background-image: url("/_ui/skin/img/arrow-slider-prev-2x.png");
  background-size: 6px 10px;
}

main.product section.product-spotlight .gun-tooltips .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  opacity: 0.5;
}

main.product section.product-spotlight .features {
  padding-top: 40px;
}

main.product section.product-spotlight .features h3 {
  position: relative;
  width: 100%;
  font-size: 24px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 600px) {
  main.product section.product-spotlight .features h3 {
    margin-bottom: 10px;
  }
}

main.product section.product-spotlight .features h3:before,
main.product section.product-spotlight .features h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #fff;
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product section.product-spotlight .features h3:before,
  main.product section.product-spotlight .features h3:after {
    width: 31%;
  }
}

@media only screen and (max-width: 600px) {
  main.product section.product-spotlight .features h3:before,
  main.product section.product-spotlight .features h3:after {
    width: 20%;
  }
}

html.no-js main.product section.product-spotlight .features h3:before,
html.no-js main.product section.product-spotlight .features h3:after {
  content: none;
}

main.product section.product-spotlight .features h3:before {
  left: 0;
}

main.product section.product-spotlight .features h3:after {
  right: 0;
}

main.product section.product-spotlight .features .features-list li {
  position: relative;
  float: left;
  padding: 10px 30px;
  width: 33%;
  font-size: 18px;
  text-align: left;
  line-height: normal;
}

@media only screen and (max-width: 600px) {
  main.product section.product-spotlight .features .features-list li {
    padding: 10px 0 10px 30px;
    width: 100%;
  }
}

main.product section.product-spotlight .features .features-list li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  height: 16px;
  width: 10px;
  background: url("/_ui/skin/img/arrow-features-list.png") no-repeat center center transparent;
}

html.backgroundsize main.product section.product-spotlight .features .features-list li:before {
  background-image: url("/_ui/skin/img/arrow-features-list-2x.png");
  background-size: 10px 16px;
}

main.product section.product-spotlight .features .features-list li:nth-child(3n+4) {
  clear: left;
}

@media only screen and (max-width: 600px) {
  main.product section.specs.table-expanded .specs-table .column:nth-child(n+3) {
    display: block;
  }
  main.product section.specs.table-expanded a[href="#expand"] {
    display: none;
  }
}

main.product section.specs .section-title {
  text-align: left;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  main.product section.specs .section-title {
    text-align: center;
  }
}

main.product section.specs .specs-table {
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding-top: 2px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #b7b7b7;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  main.product section.specs .specs-table {
    display: inline;
    float: left;
    width: 86.3425925926%;
    margin: 0 0.5787037037%;
    margin-left: 6.8287037037%;
    margin-bottom: 20px;
  }
}

main.product section.specs .specs-table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fcb31c;
}

main.product section.specs .specs-table .column {
  display: block;
  position: relative;
  float: left;
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  main.product section.specs .specs-table .column:nth-child(2n) {
    background: #f7f7f7;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  main.product section.specs .specs-table .column {
    width: 50%;
  }
  main.product section.specs .specs-table .column:nth-child(2n+1) {
    border-right: 1px solid #e5e5e5;
  }
}

@media only screen and (max-width: 600px) {
  main.product section.specs .specs-table .column {
    width: 100%;
  }
  main.product section.specs .specs-table .column:nth-child(n+3) {
    display: none;
  }
  main.product section.specs .specs-table .column:nth-child(2n) .cell:nth-child(2n+1) {
    background: #f7f7f7;
  }
  main.product section.specs .specs-table .column:nth-child(2n+1) .cell:nth-child(2n) {
    background: #f7f7f7;
  }
}

main.product section.specs .specs-table .column .cell {
  height: 107px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

main.product section.specs .specs-table .column .cell.no-subscript {
  padding: 30px 0;
}

main.product section.specs .specs-table .column .cell .label,
main.product section.specs .specs-table .column .cell .value,
main.product section.specs .specs-table .column .cell .subscript {
  line-height: normal;
}

main.product section.specs .specs-table .column .cell .label {
  padding-bottom: 3px;
  font-size: 14px;
}

main.product section.specs .specs-table .column .cell .value {
  color: #676767;
  font-size: 18px;
  font-weight: 700;
}

main.product section.specs .specs-table .column .cell .subscript {
  font-size: 13px;
}

main.product section.specs a[href="#expand"] {
  display: none;
  margin-bottom: 20px;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background: #545454;
  clear: both;
}

@media only screen and (max-width: 600px) {
  main.product section.specs a[href="#expand"] {
    display: block;
    width: 100%;
  }
  html.no-js main.product section.specs a[href="#expand"] {
    display: none;
  }
}

main.product section.specs .price {
  display: inline-block;
  position: relative;
  padding: 10px 50px;
  color: #676767;
  font-weight: 700;
  background: #fff;
  border-width: 1px 2px;
  border-color: #cecece #fcb31c;
  border-style: solid;
  clear: both;
}

@media only screen and (max-width: 600px) {
  main.product section.specs .price {
    display: block;
  }
}

main.product section.specs .price span {
  font-size: 14px;
}

main.join-legion section.marquee {
  height: 561px;
  background: url("/_ui/skin/img/join-legion/header.jpg") no-repeat top center #000;
}

html.backgroundsize main.join-legion section.marquee {
  background-image: url("/_ui/skin/img/join-legion/header-2x.jpg");
  background-size: 1524px 561px;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.marquee {
    height: 300px;
    background-image: url("/_ui/skin/img/join-legion/mobile/header.jpg");
  }
  html.backgroundsize main.join-legion section.marquee {
    background-image: url("/_ui/skin/img/join-legion/header-2x.jpg");
    background-size: cover;
  }
}

main.join-legion section.marquee h1 {
  margin-top: 160px;
  color: #fff;
  font-size: 60px;
  line-height: normal;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.marquee h1 {
    margin-top: 50px;
    font-size: 36px;
  }
}

main.join-legion section.callout {
  padding: 30px 0;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.callout {
    padding: 20px 0;
  }
}

main.join-legion section.callout h1 {
  height: 60px;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.callout h1 {
    height: 50px;
  }
}

main.join-legion section.join-legion {
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion {
    padding-top: 30px;
  }
}

main.join-legion section.join-legion:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url("/_ui/skin/img/join-legion/logo-shadow.png") no-repeat top center transparent;
}

main.join-legion section.join-legion .intro {
  padding-bottom: 50px;
}

main.join-legion section.join-legion .intro h2 {
  margin: 50px 0 10px;
  font-size: 28px;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion .intro h2 {
    margin-top: 30px;
  }
}

main.join-legion section.join-legion .intro h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

main.join-legion section.join-legion .intro h3:before,
main.join-legion section.join-legion .intro h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 31%;
  height: 1px;
  background: #545454;
}

@media only screen and (max-width: 1024px) {
  main.join-legion section.join-legion .intro h3:before,
  main.join-legion section.join-legion .intro h3:after {
    content: none;
  }
}

html.no-js main.join-legion section.join-legion .intro h3:before,
html.no-js main.join-legion section.join-legion .intro h3:after {
  content: none;
}

main.join-legion section.join-legion .intro h3:before {
  left: 0;
}

main.join-legion section.join-legion .intro h3:after {
  right: 0;
}

main.join-legion section.join-legion .benefits .benefit {
  position: relative;
  float: left;
  margin: 0 1.5%;
  width: 30%;
  text-align: left;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  main.join-legion section.join-legion .benefits .benefit {
    margin: 0 2% 20px;
    width: 46%;
  }
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion .benefits .benefit {
    margin: 0 0 50px;
    width: 100%;
  }
}

main.join-legion section.join-legion .benefits .benefit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fcb31c;
}

main.join-legion section.join-legion .benefits .benefit img {
  display: block;
  width: 100%;
}

main.join-legion section.join-legion .benefits .benefit .copy {
  padding: 20px 30px 30px;
  min-height: 300px;
  background: #fff;
  border-bottom: 1px solid #a8a8a8;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  main.join-legion section.join-legion .benefits .benefit .copy {
    min-height: 250px;
  }
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion .benefits .benefit .copy {
    min-height: 0;
  }
}

main.join-legion section.join-legion .benefits .benefit .copy h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

main.join-legion section.join-legion .benefits .benefit .copy p {
  font-size: 18px;
}

main.join-legion section.join-legion .beginning {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion .beginning {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

main.join-legion section.join-legion .beginning h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
}

main.join-legion section.join-legion .beginning h2:before,
main.join-legion section.join-legion .beginning h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 31%;
  height: 1px;
  background: #545454;
}

@media only screen and (max-width: 1024px) {
  main.join-legion section.join-legion .beginning h2:before,
  main.join-legion section.join-legion .beginning h2:after {
    content: none;
  }
}

html.no-js main.join-legion section.join-legion .beginning h2:before,
html.no-js main.join-legion section.join-legion .beginning h2:after {
  content: none;
}

main.join-legion section.join-legion .beginning h2:before {
  left: 0;
}

main.join-legion section.join-legion .beginning h2:after {
  right: 0;
}

main.join-legion section.join-legion .beginning p {
  margin-bottom: 20px;
}

main.join-legion section.join-legion img.footer-landscape {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion img.footer-landscape {
    display: none;
  }
}

main.join-legion section.join-legion img.footer-portrait {
  display: none;
}

@media only screen and (max-width: 600px) {
  main.join-legion section.join-legion img.footer-portrait {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips {
    width: 716px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips {
    width: 550px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
  top: 30px;
  right: 211px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
    right: 146px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
    top: 18px;
    right: 109px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
  top: 23px;
  left: 100px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
    left: 72px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
    top: 18px;
    left: 55px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
  top: 198px;
  right: 107px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
    top: 142px;
    right: 57px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
    top: 107px;
    right: 40px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
  top: 370px;
  left: 625px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
    top: 260px;
    left: 450px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
    top: 201px;
    left: 342px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
  top: 125px;
  left: 425px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
    top: 87px;
    left: 300px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
    top: 60px;
    left: 235px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
  top: 365px;
  right: 255px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
    top: 265px;
    right: 173px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
    top: 200px;
    right: 128px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="adjustable-trigger"] {
  top: 279px;
  left: 520px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="adjustable-trigger"] {
    top: 205px;
    left: 367px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="adjustable-trigger"] {
    top: 157px;
    left: 282px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="srt"] {
  top: 206px;
  left: 555px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="srt"] {
    top: 142px;
    left: 404px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="srt"] {
    top: 105px;
    left: 313px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="slide-catch"] {
  top: 156px;
  right: 297px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="slide-catch"] {
    top: 109px;
    right: 200px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="slide-catch"] {
    top: 85px;
    right: 150px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
  top: 153px;
  left: 67px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
    top: 108px;
    left: 50px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
    top: 86px;
    left: 40px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
  top: 500px;
  right: 338px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
    top: 350px;
    right: 235px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
    top: 275px;
    right: 176px;
  }
}

main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
  top: 350px;
  left: 445px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
    top: 247px;
    left: 316px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
    top: 190px;
    left: 240px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips {
    width: 716px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips {
    width: 550px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
  top: 30px;
  right: 211px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
    right: 146px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
    top: 18px;
    right: 109px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
  top: 23px;
  left: 100px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
    left: 72px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
    top: 18px;
    left: 55px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
  top: 198px;
  right: 107px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
    top: 142px;
    right: 57px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
    top: 107px;
    right: 40px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
  top: 370px;
  left: 625px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
    top: 260px;
    left: 450px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
    top: 201px;
    left: 342px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
  top: 125px;
  left: 425px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
    top: 87px;
    left: 300px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
    top: 60px;
    left: 235px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
  top: 365px;
  right: 255px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
    top: 265px;
    right: 173px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
    top: 200px;
    right: 128px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="flat-trigger"] {
  top: 279px;
  left: 520px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="flat-trigger"] {
    top: 205px;
    left: 367px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="flat-trigger"] {
    top: 157px;
    left: 282px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
  top: 153px;
  left: 67px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
    top: 108px;
    left: 50px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
    top: 86px;
    left: 40px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
  top: 500px;
  right: 338px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
    top: 350px;
    right: 235px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
    top: 275px;
    right: 176px;
  }
}

main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
  top: 350px;
  left: 445px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
    top: 247px;
    left: 316px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p226-sao .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
    top: 190px;
    left: 240px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips {
    width: 716px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips {
    width: 550px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
  top: 30px;
  right: 195px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
    top: 23px;
    right: 138px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-rear"] {
    top: 18px;
    right: 103px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
  top: 25px;
  left: 178px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
    top: 20px;
    left: 125px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="x-ray-front"] {
    top: 14px;
    left: 96px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
  top: 195px;
  right: 100px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
    top: 138px;
    right: 67px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="beavertail"] {
    top: 109px;
    right: 46px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
  top: 360px;
  left: 633px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
    top: 255px;
    left: 447px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="trigger-guard"] {
    top: 197px;
    left: 343px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
  top: 118px;
  left: 461px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
    top: 83px;
    left: 322px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="gray-finish"] {
    top: 64px;
    left: 245px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
  top: 355px;
  right: 245px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
    top: 245px;
    right: 173px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="g10-grips"] {
    top: 190px;
    right: 128px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="adjustable-trigger"] {
  top: 280px;
  left: 527px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="adjustable-trigger"] {
    top: 193px;
    left: 371px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="adjustable-trigger"] {
    top: 150px;
    left: 284px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="srt"] {
  top: 202px;
  left: 582px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="srt"] {
    top: 143px;
    left: 413px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="srt"] {
    top: 109px;
    left: 319px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="slide-catch"] {
  top: 155px;
  right: 282px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="slide-catch"] {
    top: 110px;
    right: 195px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="slide-catch"] {
    top: 84px;
    right: 146px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
  top: 150px;
  left: 138px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
    top: 106px;
    left: 99px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="steel-rod"] {
    top: 82px;
    left: 76px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
  top: 500px;
  right: 325px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
    top: 350px;
    right: 228px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-grip"] {
    top: 270px;
    right: 171px;
  }
}

main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
  top: 343px;
  left: 454px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
    top: 242px;
    left: 319px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  main.product.p229 .product-spotlight .gun-tooltips a.tooltip[data-tip="checkering-trigger"] {
    top: 186px;
    left: 247px;
  }
}

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