img {
  border: none !important;
}

input, textarea {
  outline: none;
}

a, a:hover {
  text-decoration: none; }

a:hover {
  color: #e9c100;
}

a, a:visited, a:active {
  outline-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase; }

.search-popout__input:focus, .social a:hover, .header a:hover, .footer a:hover {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

/* CENTER ELEMENTS */
.ghost:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.icon,
.ghost__content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.header div[class^="col-"] { padding: 0;}

.header .row {
  margin: 0; 
}

.header__element {
  white-space: nowrap;
  text-align: center;
}
  @media only screen and (min-width: 768px) {
    .header__element {text-align: left}

 }
  .header__left {
    text-align: left; }
  .header__mid {
    text-align: center; }
  .header__right {
    text-align: right; } 

#display_homepage_title {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  white-space: normal;
  line-height: 111px;

}
#display_homepage_title a:focus{
  outline: none;
}
#display_homepage_title a {
  background: url('../images/template/header_bg.gif') no-repeat left center;
  display: block;
  left:0;
  top:0;
  height: 100%; 
  text-indent: -9999px;
  width: 100%;
  position: absolute;
}

#display_homepage_title #homepage_title {
  background: none;
  font-size: 23px;
  line-height: 1.2;
  min-width: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  position: static;
  font-family: "Source Sans Pro";
  text-indent: 0 !important;
}
@media only screen and (min-width: 767px) {
  #homepage_title {
    text-indent: 20px !important;
    text-align: left;
  }
}
@media only screen and (min-width:321px) and (max-width:992px) {
  #display_homepage_title a{
    text-align: center;
    background-position: center center;
  }
  .logo{
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #display_homepage_title a{
    background-size: contain;
    background-position: center center;
    width: 60%;
    right: 0;
    margin: 0 auto;
  }
  #display_homepage_title #homepage_title {
    font-size: 15px;
    
  }

}


.header .ghost:before{
  min-height: 111px;
}

.cart-summary a {
  color: #e9c100;
  font-size: 14px;
  font-weight: bold;
}

.cart-summary [class*="icon-"] {
  margin-right: 2px;
  display: inline-block;
}

.cart-summary [class*="icon-"] img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -3px;
}

.search-popout {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 15px; }
  .search-popout__trigger {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    padding: 2px 0;
    font-size: 21px;
    margin: 0; }
  .search-popout__input {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border: 1px solid #e0e0e0;
    height: 28px;
    text-indent: 5px; }
    .search-popout__input:focus {
      outline: none;
      border-color: #da4545; }
  .search-popout__submit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 28px;
    padding: 0 6px;
    margin-left: -3px; }

.sitetools {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .sitetools__item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 15px;
    text-transform: uppercase; }

  .sitetools [class*="icon-"] {
    margin-right: 2px;
  }

  .sitetools [class*="icon-"] img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: -3px;
}

  .search-mobile {
    height: 58px;
    padding: 15px;
    display: block;
    position: relative;
    width: 100%; }

  .search-mobile .form-group {
    width: 100%;
  }
    .search-mobile__input {
      -webkit-border-radius: 0;
      border-radius: 0;
      width: 100%;
      border: 1px solid #111;
      height: 28px;
      background-color: #111;
      text-indent: 5px; }
      .search-mobile__input:focus {
        outline:none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 240, 162, .4);
        box-shadow: 0px 0px 12px 0px rgba(255, 240, 162, .4);
        background-color: #000; }
    .search-mobile__submit {
      position: absolute;
      top: 15px;
      font: 700 10px "Source Sans Pro", sans-serif !important;
      right: 15px;
      width: 30px;
      display: inline-block;
      vertical-align: middle;
      height: 28px;
      padding: 0 6px;
      margin-left: -3px;
      border: none;}

.sitetools {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .sitetools__item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 15px;
    text-transform: uppercase; }

  .sitetools [class*="icon-"] {
    font-size: 12px;
    margin-right: 2px;
  }
  /*****************************
  * *       SEARCH BOX       * *
  ******************************/
  #displaySearch {
    display: inline-block;
    vertical-align: middle;
    margin-right:30px;
    height: 26px;
    width: 180px;
    z-index: 200;
  }
  #displaySearch form {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #displaySearch .searchInput {
    background: #151a1d url(../images/template/mag.png) no-repeat 5px 6px;
    border: 0;
    color: #727272;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    padding: 5px 10px 5px 23px;
    text-align: left;
    width: 80px;
  }
  #displaySearch .searchInput::-webkit-input-placeholder {
    color: #727272;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:-moz-placeholder {
    color: #727272;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput::-moz-placeholder {
    color: #727272;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:-ms-input-placeholder {
    color: #727272;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:focus::-webkit-input-placeholder {
    color: #444444;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:focus:-moz-placeholder {
    color: #444444;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:focus::-moz-placeholder {
    color: #444444;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:focus:-ms-input-placeholder {
    color: #444444;
    font-style: normal;
    font-weight: normal;
  }
  #displaySearch .searchInput:focus {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 180px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 240, 162, .6);
    box-shadow: 0px 0px 12px 0px rgba(255, 240, 162, .6);
  }
  #displaySearch .searchSubmit {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: right;
    text-indent: -9999px;
    width: 20px;
  }

/******** NAVBAR **********/
.navbar {
  margin-bottom: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.navbar-collapse {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0; }

.navbar-toggle {
  margin: 0; }

/******** CONTENT AREA **********/
#content_area{
  background-color: #151a1d;
  padding: 20px 15px;
  text-align: left;

}
@media only screen and (min-width:992px) {
  #content_area{max-width: 935px;}
}
@media only screen and (min-width: 1200px) {
  #content_area{ max-width: 1143px;}
}

/******** FOOTER **********/
.footer {
  border-top: 1px solid #262626;
  margin-top: 30px; 
  color: #6f6f6f;}
  .footer .column {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer a{
      color: #6f6f6f;}
    .footer a:hover{
        color: #efbd00;}
    .footer .column li {
      margin-bottom: 4px; }
    .footer .column .column__title {
      margin-bottom: 6px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      font-family: "Source Sans Pro";
      text-transform: uppercase;
      font-size: 14px; }
    .footer ul li img{
      margin-right: 5px;
    }
    @media only screen and (min-width: 768px) {
      .footer .column {
        margin: 30px 15px 30px 0; } }

.footer .panel {
  background: none;
  border-left: 0;
  border-right: 0; }
.footer .panel-group {
  margin-bottom: 0; }
.footer .panel-default{
   border-color:#272727
}
.footer .panel-heading {
  border-color:#272727 !important;
  background: none !important;
  padding: 0; }
  .footer .panel-heading h4 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-size: 12px; }
.footer .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0; }
.footer .panel-title > a {
  display: block;
  padding: 10px; }
.footer .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #6f6f6f;
  /* adjust as needed */ }
.footer .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */ }
.footer .panel-body {
  border-color:#272727 !important;
  padding: 15px 10px; }


.elist .elist__title {
  text-align: center;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Source Sans Pro";
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .elist .elist__title {
      text-align: left;
      margin-top: 30px; } }
.elist form {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }
.elist .elist__input {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-box-shadow: none;
  height: 31px;
  background: #232629;
  box-shadow: none;
  padding: 6px 10px;
  display: inline-block;
  border: 0px solid #e8e8e8;
  font-size: 12px;
  width: 100%;
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */ }
  .elist .elist__input::-webkit-input-placeholder {
    color: #999999;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input:-moz-placeholder {
    color: #999999;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input::-moz-placeholder {
    color: #999999;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input:-ms-input-placeholder {
    color: #999999;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input:focus::-webkit-input-placeholder {
    color: #333;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input:focus:-moz-placeholder {
    color: #333;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input:focus::-moz-placeholder {
    color: #333;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  .elist .elist__input:focus:-ms-input-placeholder {
    color: #333;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
.elist .elist__input:focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 240, 162, .4);
  box-shadow: 0px 0px 12px 0px rgba(255, 240, 162, .4);
  background-color: #111;
}
.elist .elist__submit {
  background: url(../images/template/submit.png) no-repeat 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0;
  height: 31px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-align: right;
  text-indent: -9999px;
  width: 74px;
  }
  .elist .elist__submit .icon:hover {
    color: #e74f5d;
  }

.copyright {
  padding: 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .copyright {
      border-top: 1px solid #262626;
      text-align: justify; 

       /* IE special */  
      width: 100%;  
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines;
      }
      .copyright:after{
          content: '';
          display: inline-block;
          width: 100%;
          height: 0;
          font-size:0;
          line-height:0;
      }
      .copyright__seals{
        margin-bottom: 10px;
        display: inline-block;
            margin-top: 0.321em; 
            /* ie 7*/ 
            *display: inline;
            *zoom: 1;
            *text-align: left; 
      }
      .copyright__text {
          display: inline-block;
          vertical-align: baseline; 
          /* ie 7*/
          *display: inline;
          *zoom:1;
          *text-align: right;
      } 
  }
  .copyright__item {
    margin: 5px 7px; }
    @media only screen and (min-width: 768px) {
      .copyright__item {
        margin: 0 15px 0 0; } }
  .copyright__text {
    display: block;
    padding: 5px 0; }
    @media only screen and (min-width: 768px) {
      .copyright__text {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0; } }




.btn {
  text-transform: uppercase; }
  .btn.btn-primary, #content_area .deal-buy-now a {
    color: #000;
    background-image: -moz-linear-gradient(#FFD500, #FFBD00);
    background-image: -webkit-linear-gradient(#FFD500, #FFBD00);
    background-image: linear-gradient(#FFD500, #FFBD00); }
    .btn.btn-primary:hover, #content_area .deal-buy-now a:hover {
      background: #e9c100; }

.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.2); }

  /* ERROR MESSAGES */
  #content_area .v65-error-list-container {
    background-color: #f6c1ac !important;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(1, 1, 1, 0.4);
    box-shadow: 1px 1px 6px 0px rgba(1, 1, 1, 0.4);
    border: 1px solid #e0ad93;
  }
  #content_area .v65-error-list-image {
    opacity: .5;
  }

  #content_area .v65-error-list-text {
    color: #6c4836;
  }

  #EditRegionModal .v65pageTextModalTitle {
    font-size: 18px !important;
  }

  .v13-notice-container > li.v13-notice-error[class*="v13-notice"] {
      color: #000;
  }
  .colors_productname {
  color: #efbd00;
  }

  .productnamecolorLARGE, a.productnamecolorLARGE {
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  }
