@font-face {
  font-family: "i";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/i.woff") format('woff'), url("../fonts/i.woff2") format('woff2');
}
/* FONTS
 ========================================================================== */
@font-face {
  font-family: "CastlePressNo1";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/CastlePressNo1.woff") format('woff'), url("../fonts/CastlePressNo1.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  height: auto;
  min-height: 100vh;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  color: #fff;
  background: #cca96e;
}
body ::selection {
  color: #fff;
  background: #cca96e;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea {
  padding: 0 10px;
  outline: 0 none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 20px;
  color: #fff;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  background: #000;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #fff;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #fff;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #fff;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-bottom: 1px solid #cca96e;
}
textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #cca96e;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1100px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    border-left: 1px solid #ccc;
    background-color: #eaeaea;
  }
  ::-webkit-scrollbar-thumb {
    background: #c59e5b;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #bf9348;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.justify_around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex.justify_center, .flex.v_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.align_center, .flex.h_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 code
 ========================================================================== */
#content .registration > p {
  padding-bottom: 60px;
  color: #bfbfbf;
}
@media (max-width: 768px) {
  #content .registration > p {
    padding-bottom: 30px;
  }
}
#content .registration p {
  color: #76736f;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #content .registration p {
    padding-bottom: 20px;
  }
}
#content .registration h3 {
  font-size: 22px;
  font-family: 'CastlePressNo1';
  color: #fff;
  margin-bottom: 25px;
}
#content .registration .item {
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  #content .registration .item {
    margin-bottom: 25px;
  }
}
#content .registration .item .input-field {
  margin-bottom: 8px;
}
#content .registration .item .input-field p {
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  #content .registration .item .input-field p {
    display: block;
  }
}
@media (max-width: 768px) {
  #content .registration .item .input-field p {
    font-size: 14px;
    margin-right: 0;
  }
}
#content .registration .item.radio .wpcf7-form-control-wrap {
  display: inline-block !important;
}
#content .registration .item.radio .input-field {
  margin-bottom: 0;
}
#content .registration hr {
  height: 1px;
  border: 1px solid #000;
  margin-bottom: 20px;
}
#content .registration .read-this p {
  font-size: 14px;
}
/*======================================
 Selectric v1.13.0
 ======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: none;
  border-radius: 0px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 20px;
  font-size: 16px;
  line-height: 40px;
  color: #444;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0Array/0Array a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.tpl-guns-child .top-info, .tpl-guns-child .bottom-info {
  padding: 7px;
  background: #d3cbbd;
}
.tpl-guns-child .top-info .inner, .tpl-guns-child .bottom-info .inner {
  padding: 1px;
  border: 1px solid #3e2a15;
}
.tpl-guns-child .top-info .inner .inner, .tpl-guns-child .bottom-info .inner .inner {
  border: 1px solid #3e2a15;
}
.tpl-guns-child .top-info {
  background: url('../img/bg-guns-child.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  z-index: 9;
  margin-bottom: 50px;
}
.tpl-guns-child .top-info figure {
  text-align: center;
}
.tpl-guns-child .top-info .inner .inner {
  padding: 85px 30px;
}
@media (max-width: 768px) {
  .tpl-guns-child .top-info .inner .inner {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .tpl-guns-child .top-info .inner .inner {
    padding: 20px;
  }
}
.tpl-guns-child .top-info h1 {
  padding-bottom: 45px;
  font-size: 50px;
  margin: 0 auto;
  line-height: 1.1;
  color: #3e2a15;
  max-width: 88%;
  text-align: center;
}
@media (max-width: 768px) {
  .tpl-guns-child .top-info h1 {
    padding-bottom: 25px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .tpl-guns-child .top-info h1 {
    font-size: 30px;
  }
}
.tpl-guns-child .top-info h3 {
  font-size: 22px;
  font-family: 'CastlePressNo1';
  margin-bottom: 5px;
}
.tpl-guns-child .top-info p {
  color: #000 !important;
  padding-bottom: 30px;
}
.tpl-guns-child .bottom-info {
  position: relative;
  margin-bottom: 70px;
}
.tpl-guns-child .bottom-info .inner .inner {
  background: #fff;
  padding: 65px 55px;
}
@media (max-width: 768px) {
  .tpl-guns-child .bottom-info .inner .inner {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .tpl-guns-child .bottom-info .inner .inner {
    padding: 30px 15px;
  }
}
.tpl-guns-child .bottom-info .characteristic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.tpl-guns-child .bottom-info .characteristic-item .bold {
  color: #c7a366;
  margin-right: 20px;
}
.tpl-guns-child .bottom-info .characteristic-item span {
  display: inline-block;
  color: #000;
  text-align: right;
}
.tpl-guns-child .characteristic {
  padding-right: 20px;
}
.tpl-guns-child .bottom-right-part {
  padding-left: 20px;
}
.tpl-guns-child .bottom-right-part h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.tpl-guns-child .bottom-right-part p {
  color: #000 !important;
  padding-bottom: 20px;
}
.tpl-guns-child .bottom-right-part ul li {
  list-style-type: disc;
  margin-left: 30px;
}
.tpl-guns-child .bottom-right-part ul li a {
  line-height: 1.8;
  color: #000;
}
.tpl-guns-child .bottom-info .wrap-block {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .tpl-guns-child .bottom-info .wrap-block {
    margin-bottom: 30px;
  }
}
.tpl-guns-child .bottom-info hr {
  height: 1px;
  border: 1px solid #000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .tpl-guns-child .bottom-info hr {
    margin-bottom: 20px;
  }
}
.tpl-guns-child .colors-block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.tpl-guns-child .colors-block > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .tpl-guns-child .colors-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .tpl-guns-child .colors-block > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .tpl-guns-child .colors-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .tpl-guns-child .colors-block > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.tpl-guns-child .colors-block .column-item h4 {
  margin-bottom: 25px;
  font-weight: 700;
}
.tpl-guns-child .colors-block .column-item .item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tpl-guns-child .colors-block .column-item .item .color {
  margin-right: 14px;
  width: 18px;
  height: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* ==========================================================================
 code
 ========================================================================== */
.row_1180 {
  width: 1180px;
  margin: 0 auto;
  max-width: 96%;
  position: relative;
}
.shadow_box {
  border-top: 4px solid #8b7756;
  background-color: rgba(0, 0, 0, .55);
  padding: 50px 30px 20px 55px;
  color: #bfbfbf;
}
.content_list {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .content_list {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .content_list {
    margin-bottom: 20px;
  }
}
.tpl-faq .content_list {
  padding-right: 115px;
}
@media (max-width: 767px) {
  .tpl-faq .content_list {
    padding-right: 20px;
  }
}
.top_description {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .top_description {
    text-align: center;
  }
}
.top_description h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .list_box {
    text-align: center;
  }
}
.list_box .wysiwyg p {
  font-size: 16px;
  line-height: 1.5;
}
.list_box .wysiwyg mark {
  color: #c7a366;
}
.list_box .wysiwyg a {
  color: #fff;
  text-decoration: none;
}
.list_box .wysiwyg a:hover {
  color: #c7a366;
}
.list_box .links {
  padding-top: 60px;
  text-align: right;
}
@media (max-width: 1024px) {
  .list_box .links {
    padding-top: 0;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .list_box .links {
    text-align: center;
  }
}
.list_box .links a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}
.list_box .links a:hover {
  color: #c7a366;
}
@media (max-width: 1024px) {
  .list_box .links a {
    font-size: 17px;
  }
}
.bottom_description {
  text-align: center;
  border-top: 1px solid #7d7a76;
  padding: 25px 0 5px;
}
.bottom_description a {
  color: #fff;
  margin: 0 30px;
  text-decoration: none;
}
.bottom_description a:hover {
  color: #c7a366;
}
@media (max-width: 550px) {
  .bottom_description a {
    display: block;
  }
}
.faq_box {
  padding-bottom: 30px;
}
.faq_box h4 {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq_box h4 span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
}
.faq_box h4 span:before, .faq_box h4 span:after {
  content: '';
  background: #fff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq_box h4 span:after {
  width: 2px;
  height: 8px;
}
.faq_box h4 span:before {
  width: 8px;
  height: 2px;
}
.faq_box h4.is-active {
  color: #c7a366;
}
.faq_box h4.is-active span:before {
  background: #c7a366;
}
.faq_box h4.is-active span:after {
  opacity: 0;
}
.faq_box .accordionContent {
  color: #bfbfbf;
  display: none;
  padding: 25px 0;
}
.associations_content .associations_box .item {
  margin-bottom: 20px;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .associations_content .associations_box .item {
    display: block;
    padding: 30px 20px;
  }
}
.associations_content .associations_box .item .figure {
  -webkit-flex-basis: 140px;
  -moz-flex-basis: 140px;
  -ms-flex-basis: 140px;
  flex-basis: 140px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .associations_content .associations_box .item .figure {
    display: block;
    margin-bottom: 20px;
  }
}
.associations_content .associations_box .item .figure img {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .associations_content .associations_box .item .figure img {
    padding-top: 0;
  }
}
.associations_content .associations_box .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.associations_content .associations_box .item .info .description {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  padding-top: 20px;
}
.associations_content .associations_box .item .info .description img {
  margin: 0 30px;
}
@media (max-width: 768px) {
  .associations_content .associations_box .item .info .description img {
    margin: 0 15px;
  }
}
.associations_content .associations_box .item .info .description:hover {
  color: #fff;
}
#content p {
  color: #fff;
}
.wysiwyg .gallery-columns-2#gallery-1 {
  margin: 30px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wysiwyg .gallery-columns-2#gallery-1 {
    margin: 10px 0 0;
    display: block;
  }
}
.wysiwyg .gallery-columns-2#gallery-1 .gallery-item {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  margin: 7px;
  float: none;
}
@media (max-width: 1024px) {
  .wysiwyg .gallery-columns-2#gallery-1 .gallery-item {
    margin: 0 auto 30px;
    width: 98%;
  }
}
.wysiwyg .gallery-columns-2#gallery-1 .landscape {
  -webkit-box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  -moz-box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
}
.wysiwyg .gallery-columns-2#gallery-1 .landscape img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  outline: 1px solid #d3cbbd;
  outline-offset: -2px;
  width: 100%;
  border: 3px solid #3e2a15;
}
@media (max-width: 767px) {
  .wysiwyg .gallery-columns-2#gallery-1 .landscape img {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .wysiwyg .gallery-columns-2#gallery-1 .landscape img {
    height: 250px;
  }
}
.info_block {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .info_block {
    padding-bottom: 30px;
  }
}
.tpl-about_us #content, .tpl-cobra_dealer #content, .tpl-lifetime #content, .tpl-service_repair #content {
  padding-top: 0;
}
.tpl-about_us h1, .tpl-cobra_dealer h1, .tpl-lifetime h1, .tpl-service_repair h1 {
  line-height: 1.1;
}
.tpl-about_us .top_content, .tpl-cobra_dealer .top_content, .tpl-lifetime .top_content, .tpl-service_repair .top_content {
  min-height: 860px;
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .tpl-about_us .top_content:before, .tpl-cobra_dealer .top_content:before, .tpl-lifetime .top_content:before, .tpl-service_repair .top_content:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tpl-about_us .top_content:before, .tpl-cobra_dealer .top_content:before, .tpl-lifetime .top_content:before, .tpl-service_repair .top_content:before {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .tpl-about_us .top_content, .tpl-cobra_dealer .top_content, .tpl-lifetime .top_content, .tpl-service_repair .top_content {
    padding: 50px 0 30px;
    min-height: inherit;
  }
}
.tpl-about_us .top_content .flag, .tpl-cobra_dealer .top_content .flag, .tpl-lifetime .top_content .flag, .tpl-service_repair .top_content .flag {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .tpl-about_us .top_content .flag, .tpl-cobra_dealer .top_content .flag, .tpl-lifetime .top_content .flag, .tpl-service_repair .top_content .flag {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .tpl-about_us .top_content .flag, .tpl-cobra_dealer .top_content .flag, .tpl-lifetime .top_content .flag, .tpl-service_repair .top_content .flag {
    display: none;
  }
}
.tpl-cobra_dealer .top_content {
  min-height: 740px;
}
.info_top {
  width: 580px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .info_top {
    width: 100%;
  }
}
.info_top .wysiwyg p {
  font-size: 16px;
  line-height: 1.8;
}
.info_top .wysiwyg .btn, .info_top .wysiwyg .woocommerce-cart .button, .woocommerce-cart .info_top .wysiwyg .button, .info_top .wysiwyg .woocommerce-checkout .button, .woocommerce-checkout .info_top .wysiwyg .button {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .info_top .wysiwyg .btn, .info_top .wysiwyg .woocommerce-cart .button, .woocommerce-cart .info_top .wysiwyg .button, .info_top .wysiwyg .woocommerce-checkout .button, .woocommerce-checkout .info_top .wysiwyg .button {
    margin-top: 0;
  }
}
.tpl-lifetime .top_content {
  min-height: 1050px;
}
.tpl-lifetime .info_top {
  position: relative;
  width: 695px;
}
.tpl-lifetime .info_top img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(75%, 0);
  -moz-transform: translate(75%, 0);
  -ms-transform: translate(75%, 0);
  transform: translate(75%, 0);
}
.tpl-service_repair .top_content {
  min-height: 830px;
}
@media (max-width: 768px) {
  .tpl-service_repair .top_content {
    min-height: 1px;
  }
}
.tpl-service_repair .info_top {
  position: relative;
  width: 449px;
}
.tpl-service_repair .info_top img {
  position: absolute;
  max-width: initial;
  right: 0;
  top: 0;
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  transform: translate(110%, 0);
}
.video_container {
  padding-bottom: 70px;
}
@media (max-width: 960px) {
  .video_container {
    padding-bottom: 30px;
  }
}
.video_box {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .video_box {
    padding-bottom: 10px;
  }
}
.video_box .item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  margin-bottom: 48px;
  -webkit-box-shadow: 0 12px 23px 6px rgba(43, 40, 38, .28);
  -moz-box-shadow: 0 12px 23px 6px rgba(43, 40, 38, .28);
  box-shadow: 0 12px 23px 6px rgba(43, 40, 38, .28);
}
@media (max-width: 960px) {
  .video_box .item {
    margin-bottom: 35px;
  }
}
.video_box .item:before {
  content: '';
  width: 80px;
  height: 56px;
  background: url("../img/play.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.video_box .item img {
  -webkit-box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  -moz-box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  -o-object-fit: cover;
  object-fit: cover;
  outline: 1px solid #d3cbbd;
  outline-offset: -2px;
  border: 3px solid #3e2a15;
}
.video_box .item h4 {
  color: #fff;
  font-size: 22px;
  font-family: "CastlePressNo1";
  position: absolute;
  bottom: 0;
  padding: 15px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .video_box .item h4 {
    font-size: 18px;
  }
}
.video_box .item:hover:before {
  opacity: 0.8;
}
.video_box .item:hover h4 {
  color: #cca96e;
}
.tpl-video .wysiwyg {
  width: 830px;
  max-width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .tpl-video .wysiwyg {
    padding-bottom: 20px;
  }
}
.tpl-video .wysiwyg p {
  font-size: 16px;
  line-height: 1.8;
}
.list_categoties {
  padding: 55px 0 75px;
  border-top: 1px solid #49262a;
  border-bottom: 1px solid #49262a;
}
@media (max-width: 960px) {
  .list_categoties {
    padding: 30px 0;
  }
}
.list_categoties h2 {
  color: #fff;
  font-size: 50px;
  font-family: "CastlePressNo1";
  text-align: center;
  padding-bottom: 55px;
}
@media (max-width: 960px) {
  .list_categoties h2 {
    padding-bottom: 25px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .list_categoties h2 {
    font-size: 30px;
  }
}
.list_categoties .items .item {
  -webkit-box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  -moz-box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  box-shadow: 0 0 0 7px rgba(211, 203, 189, 1);
  outline: 1px solid #d3cbbd;
  outline-offset: -2px;
  border: 3px solid #3e2a15;
  text-decoration: none;
  background-color: #fff;
  position: relative;
  top: 0;
}
@media (max-width: 960px) {
  .list_categoties .items .item {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .list_categoties .items .item {
    margin: 0 auto 30px;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    flex-basis: 300px;
    max-width: 100%;
  }
}
.list_categoties .items .item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .list_categoties .items .item img {
    font-size: 30px;
  }
}
.list_categoties .items .item h4 {
  min-height: 113px;
  padding: 30px 3% 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 12px 23px 6px rgba(43, 40, 38, .28);
  -moz-box-shadow: 0 12px 23px 6px rgba(43, 40, 38, .28);
  box-shadow: 0 12px 23px 6px rgba(43, 40, 38, .28);
}
@media (max-width: 768px) {
  .list_categoties .items .item h4 {
    min-height: inherit;
    padding: 15px;
  }
}
.list_categoties .items .item:hover {
  top: -10px;
}
.list_categoties .items .item:hover h4 {
  color: #cca96e;
  -webkit-box-shadow: 0 28px 25px 6px rgba(43, 40, 38, .28);
  -moz-box-shadow: 0 28px 25px 6px rgba(43, 40, 38, .28);
  box-shadow: 0 28px 25px 6px rgba(43, 40, 38, .28);
}
.home_products h1 {
  position: relative;
  z-index: 1;
}
.category_products .category_names {
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .category_products .category_names {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .category_products .category_names {
    padding-bottom: 25px;
  }
}
.category_products .category_names > .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .category_products .category_names > .flex {
    display: block;
  }
}
.category_products .category_names > .flex .title_category {
  border-right: 2px solid #000;
  font-weight: 700;
  font-size: 20px;
  padding: 0 45px;
}
@media (max-width: 960px) {
  .category_products .category_names > .flex .title_category {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .category_products .category_names > .flex .title_category {
    border-right: none;
  }
}
.category_products .category_names > .flex .title_category span {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.category_products .category_names > .flex .title_category span:before {
  content: '';
  background: #cca96e;
  bottom: -6px;
  height: 3px;
  left: 50%;
  width: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_products .category_names > .flex .title_category:last-of-type {
  border-right: hidden;
}
.category_products .category_names > .flex .title_category:hover span, .category_products .category_names > .flex .title_category.active span {
  color: #cca96e;
}
.category_products .category_names > .flex .title_category:hover span:before, .category_products .category_names > .flex .title_category.active span:before {
  width: 100%;
  opacity: 1;
}
.category_products .category_names > .flex .title_category:hover a, .category_products .category_names > .flex .title_category.active a {
  text-decoration: none !important;
}
.category_products .products_container {
  padding-bottom: 42px;
  position: relative;
}
@media (max-width: 960px) {
  .category_products .products_container {
    padding-bottom: 25px;
  }
}
.category_products .products_container .bridge {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.category_products .products_container .products .product {
  padding: 19px;
  background-color: #fff;
  text-decoration: none;
  border: 1px dashed #cca96e;
}
.category_products .products_container .products .product img {
  margin-bottom: 35px;
}
.category_products .products_container .products .product h4 {
  color: #000;
  font-family: "CastlePressNo1";
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
}
.category_products .swiper-pagination {
  margin-top: 30px;
  text-align: center;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .category_products .swiper-pagination {
    bottom: -90px;
  }
}
.category_products .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.category_products .swiper-btn {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  top: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.category_products .swiper-btn:before {
  font-size: 17px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_products .swiper-btn.swiper_prev {
  left: 0;
}
.category_products .swiper-btn.swiper_next {
  right: 0;
}
.category_products .swiper-btn:hover {
  background-color: #cca96e;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.row {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .row {
    width: 100%;
    max-width: 94%;
  }
}
#content {
  padding: 125px 0 0;
}
@media (max-width: 1600px) {
  #content {
    padding: 20px 0 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg_center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn, .woocommerce-cart .button, .woocommerce-checkout .button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 22px 26px;
  min-width: 240px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  outline: 0;
  background: url(../img/btn_bg.jpg) 0 0 no-repeat !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:before, .woocommerce-cart .button:before, .woocommerce-checkout .button:before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px solid #fff;
}
@media (max-width: 1200px) {
  .btn, .woocommerce-cart .button, .woocommerce-checkout .button {
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  .btn, .woocommerce-cart .button, .woocommerce-checkout .button {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover, .woocommerce-cart .button:hover, .woocommerce-checkout .button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  opacity: 0.95;
}
.btn:active, .woocommerce-cart .button:active, .woocommerce-checkout .button:active {
  opacity: 0.75;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 14px/1 'Roboto Slab', serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 8px 0;
  color: #76736f;
}
@media (max-width: 960px) {
  .wpcf7-list-item {
    display: block;
  }
}
.wpcf7-list-item label {
  display: inline-block;
}
@media (max-width: 960px) {
  .wpcf7-list-item label {
    display: block;
  }
}
.wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  vertical-align: top;
}
.wpcf7-list-item label span:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background: #201c19;
}
.wpcf7-list-item label span:after {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 3px;
  content: '\2713';
  opacity: 0;
  color: #fff;
}
.wpcf7-list-item label input {
  display: none;
}
.wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s_link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s_link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s_link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s_link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s_link a.i-c-bk:hover {
  background: #3b5993;
}
.s_link a.i-c-tr:hover {
  background: #55acee;
}
.s_link a.i-c-ism:hover {
  background: #181818;
}
.s_link a.i-c-ln:hover {
  background: #0177b5;
}
.s_link a.i-c-gp:hover {
  background: #d94733;
}
.s_link a.i-c-pr:hover {
  background: #bd1e23;
}
.s_link a.i-c-yb:hover {
  background: #f80000;
}
/* ==========================================================================
 index_style
 ========================================================================== */
.index_style .post_item {
  margin-bottom: 20px;
}
.index_style .post_title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index_style .post_title:hover {
  color: #000;
}
.index_style .post_thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index_style .post_thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #cca96e;
  background: #cca96e;
}
.page_title {
  font-size: 50px;
  color: #fff;
  font-family: "CastlePressNo1";
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .page_title {
    font-size: 36px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  li.product-category {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
html {
  background: url(../img/gray.jpg) 0 0 repeat;
}
body {
  background: url(../img/body.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}
.header {
  position: relative;
  z-index: 999;
  height: 150px;
  margin-bottom: -11px;
  padding-right: 40px;
  padding-left: 40px;
  will-change: transform, opacity;
}
@media (max-width: 1100px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 70px;
  }
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159px;
  content: '';
  background: url(../img/header.png);
  background-position: bottom center;
}
@media (max-width: 1100px) {
  .header:before {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .header:before {
    height: 80px;
  }
}
.header #logo {
  position: relative;
  z-index: 10;
  opacity: 1;
  color: #181818;
}
.header #logo:hover {
  opacity: 0.8;
}
@media (max-width: 1100px) {
  .header #logo img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .header #logo img {
    width: 35%;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li:last-child > .sub-menu {
  right: 0;
}
.main_nav .level_a > li > a {
  font-family: 'CastlePressNo1';
  font-size: 18px;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .main_nav .level_a > li > a {
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px 8px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #cca96e;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li .column {
  width: 50% !important;
  display: inline-block !important;
  vertical-align: top;
}
.main_nav .level_a > li .column > a {
  font-size: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.main_nav .level_a > li > .sub-menu {
  font-size: 0;
  position: absolute;
  z-index: 100;
  display: none;
  width: 500px;
  padding: 40px;
  margin-top: 10px;
  background: #392910;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  width: 100%;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 16px;
  line-height: 1.3;
  padding: 5px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: underline;
}
#menu-item-11 > .sub-menu {
  width: 350px;
}
/* ==========================================================================
 footer
 ========================================================================== */
.footer {
  position: relative;
  z-index: 10;
  padding: 30px 0;
  text-align: center;
  background: #232323;
}
.footer .copyright {
  opacity: 0.5;
  color: #fff;
}
/* ==========================================================================
 home_top
 ========================================================================== */
body.home {
  background: none !important;
}
.home_top {
  position: relative;
  z-index: 10;
  min-height: 860px;
  background-position: bottom center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .home_top {
    min-height: auto;
  }
}
@media (max-width: 1780px) {
  .home_top {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1366px) {
  .home_top > .flex {
    display: block;
    text-align: center;
  }
}
.home_top * {
  color: #fff;
}
.home_top .t_content {
  max-width: 490px;
}
@media (max-width: 1366px) {
  .home_top .t_content {
    margin: 50px auto 0;
  }
}
.home_top .t_content h1 {
  font-family: 'CastlePressNo1';
  font-size: 65px;
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .home_top .t_content h1 {
    font-size: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home_top .t_content h1 {
    font-size: 35px;
    padding-bottom: 20px;
  }
}
.home_top .t_content p {
  font-size: 16px;
  line-height: 1.6;
}
.home_top .t_content .btn, .home_top .t_content .woocommerce-cart .button, .woocommerce-cart .home_top .t_content .button, .home_top .t_content .woocommerce-checkout .button, .woocommerce-checkout .home_top .t_content .button {
  margin-top: 50px;
}
/* ==========================================================================
 home_products
 ========================================================================== */
.home_products {
  position: relative;
  z-index: 5;
  min-height: 1040px;
  margin-top: -40px;
  padding-top: 180px;
  text-align: center;
  background-position: bottom center;
  background-size: 100% auto;
}
@media (max-width: 1800px) {
  .home_products {
    background-size: cover;
  }
}
@media (max-width: 1366px) {
  .home_products {
    min-height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .home_products {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .home_products {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home_products h1 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  padding-bottom: 40px;
  color: #000;
}
@media (max-width: 768px) {
  .home_products h1 {
    font-size: 38px;
    padding-bottom: 10px;
  }
}
/* ==========================================================================
 home_about
 ========================================================================== */
.home_about {
  min-height: 675px;
  padding: 90px 0 20px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 960px) {
  .home_about {
    min-height: auto;
    padding: 45px 0;
  }
}
.home_about * {
  color: #fff;
}
.home_about .content {
  max-width: 680px;
}
@media (max-width: 960px) {
  .home_about .content {
    margin: 0 auto;
    text-align: center;
  }
}
.home_about h2 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #9b9a98;
  border-bottom: 1px solid #9b9a98;
}
@media (max-width: 960px) {
  .home_about h2 {
    font-size: 38px;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .home_about h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.home_about p {
  font-size: 16px;
}
.home_about .btn, .home_about .woocommerce-cart .button, .woocommerce-cart .home_about .button, .home_about .woocommerce-checkout .button, .woocommerce-checkout .home_about .button {
  margin-top: 40px;
}
/* ==========================================================================
 home_gun
 ========================================================================== */
.home_gun {
  position: relative;
  z-index: 10;
  padding: 100px 0 160px;
}
@media (max-width: 960px) {
  .home_gun {
    padding: 50px 0 80px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home_gun {
    padding: 30px 0;
  }
}
.home_gun .img {
  width: 100%;
}
.home_gun h2 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #000;
}
@media (max-width: 960px) {
  .home_gun h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home_gun h2 {
    font-size: 30px;
  }
}
.home_gun h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  content: '';
  background: #c7a366;
}
@media (max-width: 960px) {
  .home_gun h2:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.home_gun p {
  font-size: 16px;
  padding-bottom: 20px;
  color: #000;
}
/* ==========================================================================
 home_dealer
 ========================================================================== */
.home_dealer {
  position: relative;
  background: url(../img/bg.jpg) 0 0 repeat;
}
.home_dealer .search_col {
  text-align: center;
}
@media (max-width: 1366px) {
  .home_dealer .search_col {
    padding: 40px;
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.home_dealer .map_col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1366px) {
  .home_dealer .map_col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.home_dealer h2 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #000;
}
@media (max-width: 1366px) {
  .home_dealer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.home_dealer h2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  content: '';
  background: #c7a366;
}
.home_dealer .search_input {
  width: 100%;
  max-width: 530px;
  height: 60px;
  margin-bottom: 40px;
  border: 1px dashed #cca96e;
  background: #fff;
}
.home_dealer .search_input::-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #000;
  text-align: center;
}
.home_dealer .search_input::-moz-placeholder {
  opacity: 1;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #000;
  text-align: center;
}
.home_dealer .search_input:-ms-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #000;
  text-align: center;
}
.home_futured {
  padding: 140px 0 130px;
}
@media (max-width: 960px) {
  .home_futured {
    padding: 70px 0 65px;
  }
}
@media (max-width: 768px) {
  .home_futured {
    padding: 35px 0;
  }
}
.home_futured .item {
  position: relative;
  height: 360px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .home_futured .item {
    height: 200px;
    margin-bottom: 15px;
  }
}
.home_futured .item:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: '';
  border: 1px dotted #cca96e;
}
.home_futured .item:nth-child(1) {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-basis: 56%;
  flex-basis: 56%;
}
@media (max-width: 960px) {
  .home_futured .item:nth-child(1) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.home_futured .item:nth-child(2) {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-basis: 42%;
  flex-basis: 42%;
}
@media (max-width: 960px) {
  .home_futured .item:nth-child(2) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.home_futured .item:nth-child(3) {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-basis: 42%;
  flex-basis: 42%;
}
@media (max-width: 960px) {
  .home_futured .item:nth-child(3) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.home_futured .item:nth-child(4) {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-basis: 56%;
  flex-basis: 56%;
}
@media (max-width: 960px) {
  .home_futured .item:nth-child(4) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.home_futured .item span {
  font-family: 'CastlePressNo1';
  font-size: 30px;
  position: absolute;
  bottom: 38px;
  left: 0;
  display: inline-block;
  padding: 3px 43px;
  color: #fff;
  background: url(../img/btn_bg.jpg) 0 0 repeat;
}
@media (max-width: 960px) {
  .home_futured .item span {
    font-size: 20px;
    padding: 3px 25px;
  }
}
@media (max-width: 480px) {
  .home_futured .item span {
    font-size: 18px;
    padding: 3px 10px;
  }
}
/* ==========================================================================
 video_slider
 ========================================================================== */
.video_slider_wrap {
  padding: 120px 0 90px;
  text-align: center;
}
@media (max-width: 960px) {
  .video_slider_wrap {
    padding: 60px 0 45px;
  }
}
@media (max-width: 768px) {
  .video_slider_wrap {
    padding: 30px 0;
  }
}
.video_slider_wrap h3 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  padding-bottom: 90px;
  color: #fff;
}
@media (max-width: 960px) {
  .video_slider_wrap h3 {
    font-size: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .video_slider_wrap h3 {
    font-size: 35px;
    line-height: 1.4;
    padding-bottom: 20px;
  }
}
.video_slider_wrap .swiper-slide {
  min-height: 355px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .video_slider_wrap .swiper-slide {
    min-height: 180px;
  }
}
.video_slider_wrap .swiper-slide:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 0.95;
}
.video_slider_wrap .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination {
  font-size: 0;
  width: 100% !important;
  margin-top: 70px;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
  background: #acacac;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cca96e;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 20px;
  }
}
.home .video_slider_wrap {
  background: url(../img/home_video.jpg) 0 0 no-repeat;
  background-size: cover;
}
ul.products > li {
  padding: 7px !important;
  background: #d3cbbd;
}
ul.products .inner {
  padding: 1px;
  border: 1px solid #3e2a15;
}
ul.products .inner .inner {
  padding: 0;
}
ul.products .img {
  height: 200px;
  background: #000;
  overflow: hidden;
}
ul.products .img img {
  max-height: 200px;
}
ul.products .title {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background: #fff;
}
.product-tags-filter {
  padding-bottom: 70px;
  display: none;
}
@media (max-width: 1100px) {
  .product-tags-filter {
    padding-bottom: 40px;
  }
}
.product-tags-filter a {
  line-height: 1;
  margin-right: 30px;
  padding-right: 30px;
  color: #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1600px) {
  .product-tags-filter a {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.product-tags-filter a:last-child {
  border-right: none;
}
.product-tags-filter a:hover {
  color: #cca96e;
}
/* ==========================================================================
 category_sidebar
 ========================================================================== */
.category_sidebar {
  padding: 7px;
  background: #d3cbbd;
}
.category_sidebar .inner {
  padding: 1px;
  border: 1px solid #3e2a15;
}
.category_sidebar .inner .inner {
  padding: 30px 30px;
}
.category_sidebar mark {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding-bottom: 30px;
  color: #000;
}
.category_sidebar a {
  font-size: 15px;
  line-height: 1.5;
  display: block;
  padding-bottom: 15px;
  color: #4c4c4c;
}
.tax-product_cat ul.products li.first, .tax-product_tag ul.products li.first {
  clear: none;
}
ul.products li.product.type-product {
  clear: none !important;
  width: 31.332% !important;
  margin-right: 1% !important;
  margin-left: 1% !important;
  padding-bottom: 40px !important;
  text-align: center !important;
  border: 1px dashed #cca96e;
  background: #fff;
}
@media (max-width: 690px) {
  ul.products li.product.type-product {
    width: 48% !important;
  }
}
@media (max-width: 460px) {
  ul.products li.product.type-product {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
ul.products li.product.type-product .price, ul.products li.product.type-product .added_to_cart {
  display: none !important;
}
ul.products li.product.type-product .button:after {
  margin-top: 12px;
}
ul.products li.product.type-product .post_thumbnail {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
}
ul.products li.product.type-product .prod_title {
  font-family: 'CastlePressNo1';
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  min-height: 60px;
}
@media (max-width: 1100px) {
  ul.products li.product.type-product .prod_title {
    font-size: 18px;
  }
}
.woocommerce-cart .button, .woocommerce-checkout .button {
  max-width: 200px;
}
.post-type-archive-product .products_loop {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.post-type-archive-product .sidebar_column {
  display: none;
}
.post-type-archive-product .product-tags-filter {
  display: none;
}
.woocommerce-pagination {
  padding-bottom: 60px;
}
@media (max-width: 1100px) {
  .woocommerce-pagination {
    padding-bottom: 30px;
  }
}
.single-product .index_aside {
  display: none;
}
.single_product_container {
  border: 7px solid #d3cbbd;
  background: url(../img/bg-guns-child.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.single_product_container .inner {
  padding: 1px;
  border: 1px solid #3e2a15;
}
.single_product_container .inner .inner {
  padding: 20px;
}
.single_product_container .product_title {
  font-family: 'CastlePressNo1';
  line-height: 1.4;
  margin-bottom: 20px;
}
.single_product_container .price {
  padding-bottom: 10px;
  font-weight: 700;
}
.single_product_container .price span {
  font-size: 22px;
  color: #000;
}
.single_product_container .tagged_as, .single_product_container .quantity {
  display: none;
}
.single_product_container .sku_wrapper {
  display: block;
}
.related.products {
  position: relative;
  left: -1%;
  width: 102%;
  margin-top: 40px;
  text-align: center;
}
.related.products h2 {
  font-family: 'CastlePressNo1';
  font-size: 30px;
  padding-bottom: 10px;
  color: #fff;
}
@media (max-width: 960px) {
  .home .video_slider_wrap .swiper-pagination {
    margin-top: 20px;
  }
}
#page_id_8 .wysiwyg, #page_id_9 .wysiwyg {
  padding: 20px;
  background: #fff;
}
#page_id_8 .checkout-button, #page_id_9 .checkout-button {
  font-size: 16px !important;
}
#page_id_8 .list_categoties, #page_id_9 .list_categoties, #page_id_8 .video_slider_wrap, #page_id_9 .video_slider_wrap {
  display: none;
}
#page_id_8 #content p, #page_id_9 #content p {
  color: #000;
}
#menu-main-menu {
  display: inline-block;
}
.cart-contents {
  font-size: 16px;
  display: inline-block !important;
  position: relative;
  color: #000;
  font-weight: 700;
  padding-right: 40px;
  margin-left: 20px;
}
.cart-contents:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/cart.png);
  right: 0;
  top: -5px;
  content: "";
  width: 28px;
  height: 24px;
}
.cart-contents:hover {
  color: #cca96e;
}
.home_dealer .search_input {
  color: #000 !important;
}
.mobile_home_blocks .item {
  display: block;
  max-width: 360px;
  margin: 0 auto;
}
#registration-popup {
  max-width: 980px;
  width: 100%;
  background: #d3cbbd;
  padding: 7px;
  text-align: center;
}
#registration-popup .inner {
  border: 1px solid #3e2a15;
  padding: 1px;
}
#registration-popup .inner_inner {
  border: 1px solid #3e2a15;
  background: #fff;
  padding: 80px 20px 60px;
}
#registration-popup h2 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  color: #3e2a15;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  #registration-popup h2 {
    font-size: 36px;
  }
}
.tpl-guns-child .bottom-right-part ul li a {
  font-size: 14px;
}
#request_brochure {
  max-width: 650px;
  width: 100%;
  background: #d3cbbd;
  padding: 7px;
  text-align: center;
}
#request_brochure .inner {
  border: 1px solid #3e2a15;
  padding: 1px;
}
#request_brochure .inner_inner {
  border: 1px solid #3e2a15;
  background: #fff;
  padding: 80px 20px 60px;
}
#request_brochure h2 {
  font-family: 'CastlePressNo1';
  font-size: 50px;
  color: #3e2a15;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  #request_brochure h2 {
    font-size: 36px;
  }
}
#request_brochure input[type="text"], #request_brochure input[type="email"] {
  background: #fff;
  border: 1px dashed #cca96e;
  margin-bottom: 15px;
}
#request_brochure input[type="text"]::-webkit-input-placeholder, #request_brochure input[type="email"]::-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #000;
}
#request_brochure input[type="text"]::-moz-placeholder, #request_brochure input[type="email"]::-moz-placeholder {
  opacity: 1;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #000;
}
#request_brochure input[type="text"]:-ms-input-placeholder, #request_brochure input[type="email"]:-ms-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  opacity: 1;
  color: #000;
}
#request_brochure .selectric {
  background: #fff !important;
  border: 1px dashed #cca96e;
}
#request_brochure .selectric .button {
  background-color: #fff;
  color: #000 !important;
}
#request_brochure .submit {
  margin-top: 20px;
}
#request_brochure .selectric .button:after {
  border-top-color: #000 !important;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1100px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    font-size: 0;
    position: absolute;
    z-index: 1001;
    top: 25px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #cca96e;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 70px solid #bf9348;
    border-bottom: 3px solid #bf9348;
    background: #cca96e;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #d3b481;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #c59e5b;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #d9bf94;
  }
  .mobile_menu_container .sub-menu .sub-anchor {
    display: none !important;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: block;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #d3b481;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #d3b481;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
