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 {
  background: url(../images/template/blue_note-reissue.jpg) no-repeat center center;
  margin: 0; 
}
  @media only screen and (max-width: 992px) {
    .header .row {background: none;}
 }

.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; } 

.subscribeHeader {
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size:14px;
  padding: .4em 1em;
  font-family: serif;
  color: rgb(230,230,0);
  border: 2px outset #ddd;
}
  @media only screen and (max-width: 991px) {
    .subscribeHeader {bottom: -75px}
}

#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.jpg') 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: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans';
  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-position: center center;
    width: 85%;
    right: 0;
    margin: 0 auto;
  }
  #display_homepage_title #homepage_title {
    font-size: 15px;
  }
  .cart-summary a img {
  	display: block;
  }
}


.header .ghost:before{
  min-height: 111px;
}

.cart-summary a {
  color: #43abea;
  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;
}

#span_GiftCertificates_Editable {
       display: block !important;
}

.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 MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans', 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 11px 6px;
    border: 0;
    border-radius: 15px;
    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: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans', Arial, Helvetica, sans-serif;
    padding: 5px 10px 5px 33px;
    text-align: left;
    width: 100px;
  }
  #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 6px 0px rgba(255, 255, 255, .6);
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, .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-top: 35px;
  margin-bottom: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.navigation {
    background: #191919;
    margin: 30px 0 50px;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a; }

.navbar-toggle {
  margin: 0; }

/******** CONTENT AREA **********/
#content_area{
  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;}
}

h1.mm-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans', Helvetica, Arial, sans-serif!important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4180ff;
}
h1.mm-header:before,
h1.mm-header:after {
    content: '';
    flex: 0 1 15%;
    margin: 0 2rem;
    border-top: 2px solid #fff;
}

.fp-banners-main {
    float: left;
}
.fp-banners-main-right {
    float: right;
}
.fp-banners-main img,
.fp-banners-main-right img {
    border: 2px solid #2e2e2e!important;
    max-width: 100%;
    opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity 90);
}
.fp-banners-main,
.fp-banners-main-right {
    width: 464px;
    max-width: 100%;
    text-align: center;
}
#outdated {
    position: fixed;
    top: 1em;
    left: calc(50% - 288px);
    width: 576px;
    padding: 1em 6em 2em;
    z-index: 1505;
    border: 2px solid #41a3df;
    background-color: #000;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    display: none;
}
a#btnCloseUpdateBrowser {
    font-size: 30px;
    float: right;
    top: 0px;
    right: 20px;
    color: rgb(65, 163, 223);
    position: absolute;
}
@media only screen and (max-width: 991px) {
    .fp-banners-main,
    .fp-banners-main-right {
        float: none;
        margin: 0 auto;
    }
}
.fp-banners-main img:hover,
.fp-banners-main-right img:hover,
.ws-small-banner-group li:hover {
    border: 2px solid #3982af!important;
    opacity: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity 100);
    /* Firefox */
    
    -moz-transition: all 0.6s ease-in;
    /* WebKit */
    
    -webkit-transition: all 0.6s ease-in;
    /* Opera */
    
    -o-transition: all 0.6s ease-in;
    /* Standard */
    
    transition: all 0.6s ease-in;
}
.ws-small-banner-group {
    width: 100%;
    border-top: 1px solid #3A3A3A;
    clear: both;
}
.ws-small-banner-group ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .ws-small-banner-group ul {
        flex-direction: column;
    }
}
.ws-small-banner-group li {
    border: 2px solid #2e2e2e!important;
    list-style-type: none;
    margin-top: 30px;
}
.fp-link {
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 160px;
    margin-top: 30px;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
}
.fp-link:hover {
    color: #3982af;
    border: 3px solid #3982af;
    -moz-transition: all 0.6s ease-in;
    /* WebKit */
    
    -webkit-transition: all 0.6s ease-in;
    /* Opera */
    
    -o-transition: all 0.6s ease-in;
    /* Standard */
    
    transition: all 0.6s ease-in;
}
.ws-row {
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}
.ws-row .title {
    color: #4980f7;
}
.ws-row .titleimg {
    display: block;
    margin: 0 auto;
}
.ws-row-item {
    float: left;
}
.ws-row-item-first {
    margin-right: 15px;
}
.tjackets {
    width: 100%;
    text-align: center;
    color: #627f9a;
    text-transform: uppercase;
    margin-top: 15px;
}
.imgjackets {
    border: 1px solid #666!important;
}
.corner-wrapper {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.corner-wrapper .corner {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 220px;
    height: 350px;
    overflow: hidden;
}
.corner-wrapper .corner img {
    width: 218px;
    height: 218px;
    border: 1px solid #666!important;
    margin: 0;
}
#body .corner-wrapper .corner img:hover {
    border: 1px solid #4980F7!important;
}
.corner-wrapper .corner img + br,
.corner-wrapper .corner img + br + br { display: none; }
.ws-row-item, .ws-row, .ws-row span, .ws-row div { text-align: justify!important; }

img {
  max-width: 100%;
}

/******** FOOTER **********/
.footer-wrap {
  border-top: 1px solid #262626;}
.footer {
  margin-top: 30px; 
  color: #6f6f6f;}
  .footer .column {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer a{
      color: #627f9a;}
    .footer a:hover{
        color: #fff;}
    .footer .column li {
      margin-bottom: 4px; }
    .footer .column .column__title, .elist__title {
      margin-bottom: 10px;
      font-weight: normal;
      color: #B4B9BF;
      text-transform: uppercase;
      white-space: nowrap;
      font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans';
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px; }
    .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: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans';
    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 {
  letter-spacing: 5px;
  /*text-align: center;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', 'PT Sans';
  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: #43abea;
    background: #000;
	border: 2px solid #fff;
margin-left: 15px;
    padding: 7px;
}

    .btn.btn-primary:hover, #content_area .deal-buy-now a:hover {
      background: #000; }

.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: #627f9a;
  }

  .productnamecolorLARGE, a.productnamecolorLARGE {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  }

  #content_area .v65-productDisplay .v-product {text-align: center;}