@charset "UTF-8";
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.ui-dialog {
  z-index: 2000;
}
.ui-dialog .ui-dialog-content, .ui-dialog .ui-button-icon {
  box-shadow: 2px 2px 10px black;
}
.ui-dialog .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  outline: none;
}
.ui-dialog .ui-dialog-titlebar span.ui-dialog-title {
  opacity: 0;
}
.ui-dialog .ui-widget-header, .ui-dialog.ui-widget-content {
  background: transparent;
  border: none;
}
.ui-dialog .ui-widget-header #product-interest-form-message, .ui-dialog.ui-widget-content #product-interest-form-message {
  min-height: 25px;
}
.ui-dialog.ui-widget-content {
  background: none;
}
.ui-dialog.ui-widget-content.compact {
  margin: 0 20%;
}
@media (max-width: 767px) {
  .ui-dialog.ui-widget-content { /* xs */
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    padding: 0 4%;
  }
}

.modal-signup-button {
  position: fixed;
  color: #FEFEFE;
  padding: 2px 20px;
  border: 2px solid #000;
  border-top: none;
  transition: 1.5s;
  font-weight: 400;
  font-size: 18px;
  background: #a3a3a3;
  white-space: nowrap;
  z-index: 100;
}
.modal-signup-button#modal-signup-tag-desktop {
  left: -100px;
  bottom: -15px;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  color: #333;
}
.modal-signup-button#modal-signup-tag-desktop.show {
  left: 0px;
}
.modal-signup-button#modal-signup-tag-mobile {
  bottom: -100px;
  border: none;
  border-top: 1px solid #444;
  background: rgba(0, 0, 0, 0.85);
  padding: 14px;
  width: 100%;
}
.modal-signup-button#modal-signup-tag-mobile.show {
  bottom: 0px;
}

.modal-product-interest-form-container {
  margin: 0 10%;
}
.modal-product-interest-form-container #modal_product_interest_form {
  color: #999;
  border: 1px solid #B2B2B2;
  background-color: black;
  font-size: 18px;
  padding: 1em;
}
.modal-product-interest-form-container #modal_product_interest_form h4 {
  font-weight: normal;
  color: #FEFEFE;
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1em 0;
}
.modal-product-interest-form-container #modal_product_interest_form p {
  font-size: 1em;
  margin: 1em 0;
}
.modal-product-interest-form-container #modal_product_interest_form #modal-signup-success-message,
.modal-product-interest-form-container #modal_product_interest_form #modal-signup-response-message {
  margin: 1em 0;
  color: #FFF;
}
.modal-product-interest-form-container #modal_product_interest_form #modal-signup-response-message {
  display: none;
}
.modal-product-interest-form-container #modal_product_interest_form #newsletter-form {
  margin: 1em 0;
  width: 100%;
}
.modal-product-interest-form-container #modal_product_interest_form #newsletter-form .focus {
  font-weight: bold;
}
.modal-product-interest-form-container #modal_product_interest_form #newsletter-form #newsletter-form-message {
  min-height: 25px;
}
.modal-product-interest-form-container #modal_product_interest_form .privacy-pane {
  border: 1px solid #444;
  width: 100%;
}
.modal-product-interest-form-container #modal_product_interest_form .btn {
  transition: all 0.5s ease;
  color: #CCC;
}
.modal-product-interest-form-container #modal_product_interest_form .btn.submit, .modal-product-interest-form-container #modal_product_interest_form .btn.submit:hover, .modal-product-interest-form-container #modal_product_interest_form .btn.submit:focus {
  color: #333;
  background-color: #3090ff;
}
.modal-product-interest-form-container #modal_product_interest_form .btn.submit:hover, .modal-product-interest-form-container #modal_product_interest_form .btn.submit:focus {
  color: #efefef;
}
.modal-product-interest-form-container #modal_product_interest_form .btn.cancel {
  background: initial;
}
.modal-product-interest-form-container.ui-dialog .ui-widget-header .ui-state-default {
  top: 53px;
  z-index: 1;
  right: 10px;
}

#user-dataprivacy-pref input[type=radio] {
  width: 20px;
  margin: 0 0 0 5px;
  height: 20px;
}
#user-dataprivacy-pref .q_response > div {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
}

.content_account {
  margin-top: 2em;
}

.account #product_registration #reg_form .table td {
  vertical-align: middle;
  padding: 5px;
  border-top: none;
}

.account .product_registration TH {
  background-color: #a3a3a3;
  color: #FFF;
  font-weight: normal;
}
.account .product_registration TD {
  vertical-align: middle;
}
.account .product_registration span.glyphicon {
  color: #888;
  font-size: 0.8em;
}
.account .ui-datepicker .ui-datepicker-title select {
  background-color: #666;
}

.account_box {
  background-color: #EBEBEB;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.optin_status {
  margin: 4px;
  background-color: #ccc;
  padding: 10px 15px;
  color: black;
  font-weight: bold;
  display: inline-block;
}

.account_summary h4 {
  margin: 10px;
}
.account_summary .header {
  border-bottom: 1px solid #CCC;
  position: relative;
}
.account_summary .header h3 {
  display: inline-block;
  margin: 10px;
}
.account_summary .header .summary_edit {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
}
.account_summary .header .summary_edit a {
  font-size: 1.4em;
  text-decoration: none;
}
.account_summary .header .summary_edit.active {
  background: #404040;
  padding-bottom: 6px;
}
.account_summary .header .summary_edit.active a {
  color: #DEDEDE;
}
.account_summary .header .header_nav {
  display: none;
  padding-left: 0;
  position: absolute;
  width: 100%;
  background: #404040;
  line-height: 1.2em;
  opacity: 0;
  transition: 3s;
}
.account_summary .header .header_nav a {
  color: #FFF;
}
.account_summary .header .header_nav li {
  line-height: 3em;
  padding-right: 10px;
  border-bottom: 1px solid #595959;
}
.account_summary .header .header_nav.show {
  display: block;
  z-index: 10;
  opacity: 1;
}

#purchase_history.account_summary .order_id {
  font-size: 1.1em;
  font-weight: bold;
}
#purchase_history.account_summary .order_date {
  text-align: right;
  padding-right: 10px;
}
#purchase_history.account_summary .order_items {
  margin-top: 0px;
}
#purchase_history #purchase_history_notification {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #CECECE;
  border: 1px solid #444;
  padding-bottom: 10px;
}

.content_account .label.label-success {
  line-height: inherit;
  font-size: 16px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFF;
  padding: 6px 10px;
}
.content_account #product-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_account #product-name .report {
  background-color: #DDD;
  border: 1px solid;
}
.content_account #product-name .stolen-alert {
  padding: 5px;
  background-color: #F00;
  color: #FFF;
  border: 1px solid #000;
  cursor: default;
}
.content_account .reg-action {
  text-align: center;
}

@keyframes flash-letter {
  0% {
    opacity: 0.35;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.21;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flash-letter {
  0% {
    opacity: 0.35;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.21;
  }
  100% {
    opacity: 0;
  }
}
.article-preview img {
  padding-top: 20px;
  vertical-align: text-top;
}

.article-preview .article.preview {
  border: 1px solid red;
  padding: 0 10px;
  background-color: #ffd2d2;
  background: rgb(255, 208, 208);
  background: rgba(255, 208, 208, 0.6);
}

.main-content .article a.title {
  font-family: inherit;
  text-decoration: none;
  font-style: inherit;
}

.main-content #news_article_content a {
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}

/*artist*/
/*.artist-card:hover {
    background-color: #456456;
}*/
/*.artist-card-content div.bio-container {
    color: #666;
    line-height: 1.5em;
}*/
/*.artist-card-content .bio-container .quote {
    margin-right: 0px;
    height: 90px;
    margin-top:0;
}*/
span.left-quote {
  width: 24px;
  height: 23px;
  display: inline-block;
  background-image: url(/images/icons/up-apostrophe.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}

span.right-quote {
  background-image: url(/images/icons/down-apostrophe.svg);
  width: 38px;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: -5px;
}

.artist-card-content p.text-right {
  margin-top: 10px;
}

/*.artist-card-content span.artist-name {
    font-weight: bold;
    text-transform: uppercase;
}*/
.artist-caption span.artist-name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
  color: white;
  text-shadow: 1px 1px 2px #000000;
}

/*.artist-card-content span.artist-band {
    font-weight: bold;
    font-style: italic;
}*/
.artist-caption span.artist-band {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
  color: #999999;
  text-shadow: 1px 1px 2px #000000;
}

/*.artist-card {
    min-height:150px;
    margin-top: 20px;
    padding: 10px 10px 0;
    cursor: pointer;
}*/
.artist-card {
  /*min-height: 150px;*/
  padding: 3px 3px;
  cursor: pointer;
  text-align: left;
}

.artist-caption {
  padding: 10px;
  width: 98%;
  bottom: 0.3rem;
  position: absolute;
  background: #000;
  background: -webkit-linear-gradient(bottom, #000 1%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(bottom, #000 1%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(bottom, #000 1%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to top, #000 1%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*.artist-card-content {
    margin:10px 0;
    padding: 0px 10px 4px;
    text-decoration: none;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}*/
/*.artist-card-content .read-more {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 2em;
}*/
ul#artist-list {
  list-style-type: none;
  display: inline-block;
  margin-top: 50px;
}

body.artist .main-content h3.name {
  border-top: 6px solid #999;
  padding-top: 20px;
}

body.artist .main-content h3,
body.artist .main-content h4,
body.artist .main-content h5 {
  margin: 0;
  text-transform: uppercase;
}

body.artist .main-content .gear-container h4 {
  border-bottom: 2px solid #999;
}

body.artist .main-content .gear-container .gear img {
  margin: 20px 0;
}

body.artist .main-content .gear-container .gear p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
}

body.artist .main-content .gear-container .gear a.details {
  border-radius: 3px;
  background-color: #e5e5e5;
  width: auto;
  height: 35px;
  display: inline-block !important;
  text-transform: uppercase;
  color: #595959;
  padding: 0 10px;
  line-height: 35px;
  margin-top: 20px;
}

body.artist .main-content .gear-container .gear a.details:hover {
  text-decoration: none;
  background-color: #595959;
  color: #e5e5e5;
}

body.artist .main-content h4.band {
  text-transform: none;
}

body.artist .main-content .online-media {
  margin-top: 20px;
}

body.artist .main-content .online-media h5 {
  color: #AAAAFF;
  font-weight: normal;
}

body.artist .main-content .bio {
  margin: 20px 0 0;
}

body.artist .main-content .bio h5 {
  color: #999;
  font-size: 30px;
  font-weight: normal;
}

body.artist .main-content .quote-container {
  margin: 40px 0;
}

.quote-container span.right-quote,
.quote-container span.left-quote {
  width: 40px;
  height: 25px;
}

.quote-container .quote {
  font-size: 20px;
}

/* /artist */
.btn-default {
  text-shadow: none;
  border-color: #575757;
  filter: none;
  background-color: transparent;
  background-image: none;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:hover, .btn-default:focus {
  color: #FFF;
  border-color: #575757;
}

.btn-facebook {
  background: linear-gradient(#4c69ba, #3b55a0);
}
.btn-facebook:hover {
  background: #3b55a0;
}
.btn-facebook span.logo {
  float: left;
  width: 30px;
  border-right: 1px solid #454545;
  margin: -6px -12px -6px -6px;
  height: 30px;
  padding: 0px;
  font-size: 2em;
}

#contact_form .input_title {
  padding-right: 10px;
  min-width: 200px;
  vertical-align: top;
  text-align: right;
  padding-top: 8px;
  color: #424242;
}

#contact_form .input_field {
  padding-bottom: 10px;
}

#contact_form .input_field input[type=checkbox],
#contact_form .input_field input[type=radio] {
  width: initial;
  margin: 6px;
}

#contact_form .g-recaptcha > div {
  margin: auto;
}

/* dealer finder */
body.distributors #distributor_list {
  list-style: none;
}
body.distributors #distributor_list hr {
  margin-top: 4px;
  margin-bottom: 4px;
  border-color: #EFEFEF;
  border-width: 1px;
  height: 0;
  min-height: 0;
}
body.distributors #distributor_list li {
  padding-top: 20px;
}
body.distributors #distributor_list li > h4 {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.dealer-finder-vendor img {
  max-width: 200px;
}

/* /dealer finder */
footer {
  background-color: #060606;
  padding: 0px;
  color: #999;
  position: relative;
}
footer > div {
  padding: 60px 40px 40px;
}
footer a, footer a:hover, footer a:focus {
  color: #999;
}
footer #footer-socialmedia a {
  padding: 0 2px;
  margin: 0;
}
footer #footer-socialmedia a img {
  width: 30px;
}
footer #footer-socialmedia .account, footer #footer-socialmedia .search {
  line-height: 30px;
  font-size: 28px;
}
footer .sitemap-container {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #999;
  padding-bottom: 0;
}
footer .sitemap-container ul.sitemap {
  padding-left: 0;
  margin-bottom: 0;
}
footer .sitemap-container ul.sitemap > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 60px 30px;
}
footer .sitemap-container ul.sitemap > li span {
  color: #BBB;
  text-transform: uppercase;
}
footer .sitemap-container ul.sitemap li {
  text-align: left;
  list-style: none;
  min-width: 120px;
}
footer .sitemap-container ul.sitemap ul.pagelinks {
  padding-left: 0;
  padding-top: 20px;
  text-align: left;
}
footer #footer-socialmedia {
  padding: 20px 0;
  border-top: 1px solid #999;
}
footer #footer-legal {
  padding-top: 20px;
  padding-bottom: 75px;
  border-top: 1px solid #999;
}
footer #footer-legal UL.legal {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer #footer-legal UL.legal LI {
  display: inline-block;
  padding-right: 25px;
  margin: 0px;
}

footer #footer-socialmedia a img {
  width: 35px;
  height: 35px;
}

#footer-regions {
  padding: 30px 0 25px;
}
#footer-regions img {
  width: 120px;
}
#footer-regions ul {
  margin: 0;
  display: block;
  padding-top: 20px;
  padding-left: 0px;
}
#footer-regions ul li {
  display: inline-block;
  padding: 0 10px;
  min-width: 49vw;
}

@media (max-width: 767px) { /* xs */
  footer .sitemap-container ul.sitemap > li {
    margin: 0 5px 40px;
  }
  #footer-accordion #accordion .ui-state-default {
    border: none;
    border-width: 1px 0;
    background: transparent;
    color: #999;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 200;
  }
  #footer-accordion #accordion .ui-state-default:after {
    content: "+";
    float: right;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  #footer-accordion #accordion .ui-state-active:after {
    content: "−";
    float: right;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  #footer-accordion #accordion .ui-widget-content ul {
    padding-left: 0;
  }
  #footer-accordion #accordion .ui-widget-content, #footer-accordion #accordion .ui-widget-content li, #footer-accordion #accordion .ui-widget-content a {
    border: none;
    background: transparent;
    color: #999;
    list-style: none;
    text-align: left;
    margin-left: 2rem;
    padding-left: 0;
    font-weight: 200 !important;
    padding: 4px;
  }
  #footer-accordion #accordion > li {
    border: 1px solid #BBB;
    border-width: 0 0 1px 0;
  }
  .pagelinks {
    margin-bottom: 3rem;
  }
  #footer-accordion #accordion .ui-state-active .ui-icon, #footer-accordion #accordion .ui-icon-triangle-1-e {
    background-image: none !important;
  }
  #footer-accordion .ui-accordion .ui-accordion-header {
    padding: 1.4rem 3rem !important;
  }
  #footer-accordion {
    padding: 40px 25px;
    border-top: 1px solid #999;
  }
  #footer-accordion .ui-accordion-header-icon {
    display: none;
  }
  #footer-accordion #accordion span, #accordion a {
    font-family: "Neue Helvetica W01", Helvetica, Arial, "Lucida Grande", sans-serif;
  }
}
@media (min-width: 768px) { /* sm */
  footer .sitemap-container ul.sitemap > li {
    margin: 0 20px 20px;
  }
  footer #footer-regions ul li {
    min-width: initial;
  }
}
@media (min-width: 992px) { /* md */
  footer .sitemap-container ul.sitemap > li {
    margin: 0 50px 25px;
  }
}
.navbar {
  color: #DDD;
  border: none;
  border-radius: 0;
  z-index: 1000;
  margin-bottom: 0;
}
.navbar .nav-container {
  min-height: 75px;
  background-color: #000000;
  position: sticky;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .navbar .nav-container { /* xs */
    display: block;
  }
}
.navbar .nav-container .header-nav {
  padding-top: 16px;
}
.navbar .nav-container .header-nav ul {
  padding: 0;
  margin: 0;
  margin-right: 30px;
}
.navbar .nav-container .header-nav ul .search {
  padding-left: 2px;
  padding-right: 19px;
}
.navbar .nav-container .header-nav ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
}
.navbar .nav-container .header-nav ul li a {
  color: #777;
  padding: 10px;
}
.navbar .nav-container .header-nav ul li a.main-item {
  text-transform: uppercase;
}
.navbar .nav-container .header-nav ul li a.main-item.region {
  font-size: 10px;
  vertical-align: middle;
}
.navbar .nav-container .header-nav ul li.icon {
  padding: 8px 2px;
}
.navbar .nav-container .header-nav ul li.icon a {
  padding: 0;
}
.navbar .nav-container .header-nav ul li .region, .navbar .nav-container .header-nav ul li .account, .navbar .nav-container .header-nav ul li .shop, .navbar .nav-container .header-nav ul li .search {
  font-size: 1.4em;
}
.navbar .nav-container .header-nav ul li.region {
  padding-left: 10px;
}
.navbar .nav-container .header-nav ul li .account .loggedinprofile {
  color: #C10000;
}
.navbar .nav-container .logo-container {
  display: inline-block;
}
.navbar .nav-container .logo-container a {
  padding: 0 20px;
}
.navbar .nav-container .logo-container a img {
  width: 150px;
  margin-top: 22px;
}
.navbar .hamburger:focus {
  outline: none;
}
.navbar .hamburger .hamburger-inner, .navbar .hamburger .hamburger-inner::before, .navbar .hamburger .hamburger-inner::after {
  background-color: #FFF;
}

#products-subnav-container {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.93);
  color: #b2b2b2;
  top: 75px;
  width: 100%;
  z-index: 10000;
  padding: 32px 64px 32px 0;
  display: none;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  max-width: 1400px;
}
#products-subnav-container a {
  color: #b2b2b2;
  display: block;
  font-weight: inherit;
  font-style: initial;
  text-decoration: none;
}
#products-subnav-container .categories-column a {
  font-size: 14px;
}
#products-subnav-container .categories-column a, #products-subnav-container .subcategories-column a {
  border: 1px solid #404040;
}
#products-subnav-container .categories-column a.active,
#products-subnav-container .subcategories-column a.active {
  color: #ffffff;
  background-color: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4c4c4c;
  text-decoration: none;
}
#products-subnav-container a:hover {
  color: #ffffff;
  text-decoration: none;
}
#products-subnav-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
#products-subnav-container ul ul > li {
  padding: 5px 0 5px 10px;
}
#products-subnav-container ul.nav-category > h3 {
  border-bottom: 1px dotted #BCBCBC;
  padding: 5px 0;
  color: inherit;
  font-size: inherit;
  margin: 0 0 10px 0;
}

#account-subnav-container {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #000;
  min-height: 225px;
  top: 49px;
  left: -280px;
  width: 350px;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
}
#account-subnav-container #account-subnav.show {
  display: block;
}
#account-subnav-container #account-subnav #account-subnav-links {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#account-subnav-container #account-subnav #account-subnav-links > li {
  line-height: 3em;
  text-indent: 10px;
  border-bottom: 1px solid #595959;
}
#account-subnav-container #account-subnav #account-subnav-links > li ul {
  display: none;
  border-top: 1px solid #595959;
  background-color: #363636;
  padding: 0;
  list-style-type: none;
}
#account-subnav-container #account-subnav #account-subnav-links > li ul li {
  line-height: 2em;
  text-indent: 10px;
  color: #999;
}
#account-subnav-container #account-subnav .facebook {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#account-subnav-container #account-subnav input[type=text], #account-subnav-container #account-subnav input[type=password] {
  background-color: #2e2e2e;
  height: 52px;
  line-height: 100%;
  border: 1px solid #4d4d4d;
  width: 310px;
  padding-left: 10px;
  color: #a0a0a0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: block;
}
#account-subnav-container #account-subnav .profile-desktop-form-field {
  display: inline-block;
}
#account-subnav-container #account-subnav .profile-desktop-form-button {
  width: 61px;
  height: 52px;
  display: inline-block;
  background-color: #333333;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
#account-subnav-container #account-subnav .profile-desktop-form-button-glyph {
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
}
#account-subnav-container #account-subnav .profile-desktop-form-container .btn-login {
  position: absolute;
  top: 135px;
  left: 20px;
}
#account-subnav-container #account-subnav .profile-desktop-form-container .btn-signin {
  position: absolute;
  top: 135px;
  right: 20px;
}
#account-subnav-container #account-subnav .profile-desktop-form-container .forgot-pwd {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  color: #979797;
}
#account-subnav-container #account-subnav .profile-desktop-form-container .forgot-pwd a {
  color: #CACACA;
}

/* account dropdown */
/* region dropdown */
#region-subnav-container {
  position: absolute;
  background-color: #000;
  min-height: 90px;
  top: 49px;
  right: 0;
  width: 200px;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100;
}
#region-subnav-container #region-subnav {
  padding: 10px;
  text-align: left;
}
#region-subnav-container #region-subnav dl {
  margin-bottom: 0;
}
#region-subnav-container #region-subnav dl dd {
  padding: 2px 0;
}
#region-subnav-container #region-subnav dl dd.active {
  font-weight: bold;
}

/* search dropdown */
#search-subnav-container {
  position: absolute;
  background-color: #000;
  min-height: 90px;
  top: 49px;
  right: 0;
  width: 330px;
  text-align: center;
  padding-top: 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100;
}
#search-subnav-container input[type=text] {
  background-color: #2e2e2e;
  height: 52px;
  border: 1px solid #4d4d4d;
  width: 225px;
  padding-left: 10px;
  color: #a0a0a0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#search-subnav-container .search-desktop-form-field {
  display: inline-block;
  position: absolute;
  left: 22px;
}
#search-subnav-container .search-desktop-form-button {
  width: 61px;
  height: 52px;
  display: inline-block;
  background-color: #333333;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  position: absolute;
  padding-top: 5px;
  right: 22px;
}
#search-subnav-container .search-desktop-form-button-glyph {
  line-height: 40px;
  font-size: 20px;
  color: #FFFFFF;
}

/* search dropdown */
/* mobile media 0px->767px */
@media (max-width: 767px) { /* xs */
  #nav-mobile-container {
    position: absolute;
    top: 3px;
    display: none;
    width: 100%;
  }
  #nav-mobile-container ul ul {
    display: none;
  }
  #nav-mobile-container ul ul ul {
    display: none;
  }
  .nav-mobile-items {
    position: absolute;
    top: 72px;
    width: 100%;
    overflow: auto;
    height: 368px;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.4);
  }
  .nav-mobile-items ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .nav-mobile-main-item {
    background-color: #111;
    list-style-type: none;
    text-indent: 10px;
    line-height: 45px;
    border-bottom: 1px solid #595959;
  }
  .nav-mobile-main-item a {
    color: #EEE;
  }
  .nav-mobile-second-level {
    border-top: 1px solid #595959;
  }
  .nav-mobile-sub-item {
    min-height: 30px;
    background-color: #363636;
    list-style-type: none;
    text-indent: 20px;
    line-height: 30px;
  }
  .nav-mobile-sub-item a {
    font-weight: normal;
    color: #EEE;
  }
  .nav-mobile-sub-item.selected {
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    background-color: #2e2e2e;
  }
  .nav-mobile-sub-item.selected:first-of-type {
    border-top: none;
  }
  .nav-mobile-sub-item.selected a {
    color: #EEE;
  }
  .nav-mobile-sub-sub-item {
    width: 240px;
    height: 30px;
    list-style-type: none;
    text-indent: 20px;
    line-height: 30px;
    margin-left: 20px;
    font-weight: normal;
  }
  .nav-mobile-sub-sub-item a {
    color: #999999 !important;
  }
  #nav-mobile-container a {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
  .search-mobile-button-holder {
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    background-color: #f2f2f2;
    width: 45px;
    height: 35px;
    margin-top: 12px;
    display: inline-block;
  }
  .search-mobile-button {
    font-size: 18px;
    margin: 7px 15px 0 0;
  }
  .search-mobile-button-selected {
    font-size: 18px;
    margin: 21px 10px;
  }
  .search-mobile-button-holder-selected {
    background-color: #404040;
    width: 45px;
    height: 62px;
    position: absolute;
    right: 0;
  }
  .search-mobile-button-holder a {
    color: #666666;
  }
  .search-mobile-button-holder-selected a {
    color: #979797;
  }
  #search-mobile {
    position: absolute;
    top: 3px;
    display: none;
    width: 100%;
  }
  .search-mobile-form-container {
    position: absolute;
    background-color: #404040;
    height: 90px;
    top: 62px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  }
  .search-mobile-form-container input[type=text] {
    background-color: #2e2e2e;
    height: 52px;
    border: 1px solid #4d4d4d;
    width: 225px;
    padding-left: 10px;
    color: #a0a0a0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
  }
  .search-mobile-form-field {
    display: inline-block;
  }
  .search-mobile-form-button {
    width: 61px;
    height: 52px;
    display: inline-block;
    background-color: #333333;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
  }
  .search-mobile-form-button-glyph {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
  }
  #products-subnav-container {
    opacity: 0;
    z-index: -1000;
  }
  .navbar .menu-button {
    cursor: pointer;
    z-index: 1000;
    margin: 0;
    border: 0;
    color: transparent;
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0;
    font-size: 1em;
    transform: translate3d(-0.9em, 0.9em, 0);
  }
  .navbar .menu-button .bar {
    width: 80%;
    height: 2px;
    background: #FFFFFF;
    margin: 0.5em auto;
  }
}
@media (min-width: 768px) { /* sm */
  .navbar .nav-container .header-nav ul li {
    padding: 0 4px;
  }
  .navbar .nav-container .header-nav ul li a {
    padding: 0 6px;
  }
  .navbar .nav-container .header-nav ul li #region-subnav-container,
  .navbar .nav-container .header-nav ul li #account-subnav-container,
  .navbar .nav-container .header-nav ul li #search-subnav-container {
    top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 906px) {
  .navbar .nav-container #products-subnav-container {
    top: 110px;
  }
}
@media (min-width: 992px) { /* md */
  .navbar .nav-container .header-nav ul li {
    padding: 0 8px;
    padding-bottom: 6px;
  }
  .navbar .nav-container .header-nav ul li a {
    padding: 0 10px;
  }
}
.page-nav {
  padding: 0 36px;
  background-color: #333333;
  border-bottom: 1px solid #8c8c8c;
  width: 100%;
  max-width: 1400px;
  z-index: 100;
  background-repeat: repeat-y;
  background-size: cover;
}
.page-nav .product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-nav .product-title a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
.page-nav .product-title h2 {
  margin-top: 10px;
}
.page-nav .product-title h2 strong {
  font-weight: 200;
}
.page-nav .links-bar a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #e5e5e5;
  margin: 14px 10px;
  vertical-align: middle;
  transition-duration: 0.2s;
  text-shadow: 0 0 10px #666;
}
.page-nav .links-bar a:hover {
  color: #fff;
  text-shadow: 0 0 1px #666;
}
.page-nav .links-bar a:last-of-type {
  padding-right: 0px;
  margin-right: 0px;
}
.page-nav .nav-edit {
  position: absolute;
  top: 10px;
  right: 40px;
  display: none;
}
.page-nav .buy, .page-nav .buy-cta, .page-nav .navbar .btn-info, .page-nav .navbar .buy-cta {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #50b0ff;
  width: auto;
  height: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #ffffff;
  padding: 0 10px;
  line-height: 30px;
  margin-top: 9px;
  margin-left: 30px;
  transition-duration: 0.2s;
  font-weight: 400;
}
.page-nav .buy:hover, .page-nav .buy-cta:hover, .page-nav .navbar .btn-info:hover, .page-nav .navbar .buy-cta:hover {
  background-color: #038dff;
}
.page-nav .page-title, .page-nav .product-title {
  font-size: 1.4em;
}
.page-nav .product-title {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}
.page-nav .product-title strong, .page-nav .product-title b {
  font-weight: 200;
}
.page-nav .page-title a {
  color: #FFF;
  display: inline-block;
  line-height: 46px;
}
.page-nav #subnav-links-container {
  display: none;
  position: absolute;
  background-color: #404040;
  line-height: 1.2em;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

#subnav-links-container {
  display: none;
  position: absolute;
  background-color: #404040;
  line-height: 1.2em;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  overflow: auto;
}
#subnav-links-container.show {
  display: block;
}
#subnav-links-container #subnav-links {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#subnav-links-container #subnav-links a {
  color: #FFF;
}
#subnav-links-container #subnav-links > li {
  line-height: 3em;
  text-indent: 10px;
  border-bottom: 1px solid #595959;
}
#subnav-links-container #subnav-links > li ul {
  display: none;
  border-top: 1px solid #595959;
  background-color: #363636;
  padding: 0;
  list-style-type: none;
}
#subnav-links-container #subnav-links > li ul li {
  line-height: 2em;
  text-indent: 10px;
  color: #999;
}

.nav-edit {
  position: absolute;
  top: 6px;
  right: 12px;
  display: none;
}
@media (max-width: 767px) {
  .nav-edit { /* xs */
    display: inline-block;
  }
}

@media (max-width: 767px) { /* xs */
  .page-nav {
    padding: 0;
    background-color: #363636;
    color: #FFF;
    position: relative;
  }
  .page-nav.visible-xs.hidden {
    display: none !important;
  }
  .page-nav .product-title, .page-nav .page-title {
    padding: 0 12px;
  }
  .page-nav .product-title.has-subnav, .page-nav .page-title.has-subnav {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"><path fill="none" stroke="%23FFF" stroke-width="1" d="M10 8L14 12L10 16"/></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 30px;
    cursor: pointer;
  }
  .page-nav .product-title.has-subnav.open, .page-nav .page-title.has-subnav.open {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"><path fill="none" stroke="%23FFF" stroke-width="1" d="M16 10L12 14L8 10"/></svg>');
  }
  .page-nav .product-title a, .page-nav .page-title a {
    background-image: none;
    padding-right: 0;
    content: "";
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
  }
  .page-nav .nav-edit {
    display: inline-block;
  }
  .page-nav .nav-edit a {
    color: #FFF;
  }
  .page-nav .nav-links {
    text-align: left;
    background-color: black;
  }
  .page-nav .nav-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #bfbfbf;
    margin: 0 10px 0 10px;
  }
  .page-nav a.active {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    color: #ffffff;
  }
  .page-nav a.buy {
    margin: 7px 12px;
    border-color: #fff;
    color: #fff;
    background-color: #50b0ff;
  }
  .page-nav a.buy-cta {
    margin: 7px 12px;
    border-color: #fff;
    color: #fff;
    background-color: #50b0ff;
  }
  .page-nav .scroll-indicator {
    background-color: #4D4D4D;
    border-left: 1px solid #666666;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 38px;
    line-height: 38px;
    color: #bcbcbc;
    font-size: 9px;
  }
  .page-nav .nav-clipper {
    overflow: hidden;
  }
  .page-nav .nav-container {
    overflow: hidden;
  }
  @keyframes slide-down {
    from {
      max-height: 0;
    }
    to {
      max-height: 500px; /* Adjust as needed */
    }
  }
  @keyframes slide-up {
    from {
      max-height: 500px; /* Adjust as needed */
    }
    to {
      max-height: 0;
    }
  }
  .mobile-subnav.slide-toggle {
    overflow: hidden;
    animation: slide-down 0.5s forwards;
  }
  .mobile-subnav.hidden.slide-toggle {
    animation: slide-up 0.5s forwards;
  }
}
/* homepage */
.main-feature {
  height: 600px;
  background-position: top center;
  background-size: cover;
  background-color: #000000;
  position: relative;
}
.main-feature a {
  text-decoration: none;
}
.main-feature .overlay-text {
  width: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  color: rgb(255, 255, 255);
  margin-top: 0px;
  bottom: 0;
  padding: 15px 20px;
  position: absolute;
  font-size: 26px;
  min-height: 150px;
}
.main-feature .overlay-text .headline {
  font-size: 32px;
}
.main-feature .overlay-text p {
  margin-top: 20px;
  margin-bottom: 15px;
}
.main-feature .overlay-text .cta {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  position: static;
  background-color: inherit;
  line-height: inherit;
  padding: 0;
}

#frontpage_socialmedia {
  margin: 0px;
  padding: 0px;
}

#frontpage_socialmedia li {
  display: inline;
  padding: 0 10px;
}

.social_media_block {
  padding: 35px 0;
}

/* homepage */
#homepage-artist-quote {
  margin: 75px 0px 55px 0px;
}
#homepage-artist-quote h4 {
  font-size: 1.7em;
  line-height: 1.5;
  font-weight: 100;
}

.carousel-inner {
  background-color: black;
}
.carousel-inner .carousel-caption {
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: left;
  transition-duration: 0.2s;
  background: rgba(20, 20, 20, 0.6);
  padding: 15px 20px;
}
.carousel-inner .carousel-caption h1 {
  font-weight: 200;
}
.carousel-inner .carousel-caption h1 strong {
  font-weight: 300;
}
.carousel-inner .carousel-caption h2 {
  font-weight: 100;
  color: #adadad;
}

@media (max-width: 767px) {
  #carousel-all .carousel-inner img {
    opacity: 0.5;
  }
  .carousel-inner .carousel-caption {
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 20, 20, 0.3);
    transition-duration: 0.2s;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
}
.category-tiles div > a {
  position: relative;
}
.category-tiles div > a > span {
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}

#artist-featured {
  overflow: hidden;
}
#artist-featured div a {
  position: relative;
}
#artist-featured div span {
  position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  color: #FFF;
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}

.carousel-control.right, .carousel-control.left {
  background: initial;
}

#homepage-video-section {
  background-color: #000;
}

#events-section,
#promos-section,
.sub-feature {
  background-color: #f5f5f5;
}
#events-section .image,
#promos-section .image,
.sub-feature .image {
  position: relative;
}
#events-section .image span,
#promos-section .image span,
.sub-feature .image span {
  position: absolute;
  width: 100%;
  color: #FFF;
  top: 40%;
  left: 0;
  text-align: center;
  font-size: 3em;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}
#events-section img,
#promos-section img,
.sub-feature img {
  opacity: 0;
}
#events-section .image,
#promos-section .image,
.sub-feature .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 25%;
}
#events-section .image img,
#promos-section .image img,
.sub-feature .image img {
  min-height: 350px;
}
#events-section h3,
#promos-section h3,
.sub-feature h3 {
  font-size: 2em;
  font-weight: 200;
}
#events-section .body-copy,
#promos-section .body-copy,
.sub-feature .body-copy {
  padding: 0 50px;
  min-height: 350px;
  display: flex;
  align-items: center;
}
#events-section .cta,
#promos-section .cta,
.sub-feature .cta {
  background-color: initial;
  border: 2px solid #000;
  padding: 10px 30px;
  transition-duration: 0.2s;
}
#events-section .cta:hover,
#promos-section .cta:hover,
.sub-feature .cta:hover {
  background-color: #333;
  color: #ccc;
}

#frontpage_socialmedia {
  margin: 0px;
  padding: 0px;
}
#frontpage_socialmedia li {
  display: inline;
  padding: 0 10px;
}

.social_media_block {
  padding: 35px 0;
}

.capture {
  display: flex;
  background-color: black;
}

.capture-container {
  width: 50%;
  display: inline-block;
}

#globalemailcapture-container #email-loading {
  margin-top: 5px;
  border: 0px;
  display: none;
}
#globalemailcapture-container select, #globalemailcapture-container input {
  color: #FFF;
  background-color: #000;
}
#globalemailcapture-container select {
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 99% 50%;
}

#product-feedback {
  background-color: black;
  background-image: url(/images/home/idea-scale.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px;
  display: inline-block;
  vertical-align: top;
}
#product-feedback > div {
  position: relative;
  border: 1px solid white;
  padding: 20px;
  min-height: 250px;
  height: 100%;
}
#product-feedback div.content {
  width: 100%;
  padding-left: 55%;
  font-size: 1em;
}
#product-feedback div.content h2 {
  font-size: 1.5em;
}
#product-feedback .cta.primary {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
}

#newsletter {
  background-color: black;
  color: white;
  width: 100%;
  margin: 0px;
  padding: 30px;
  display: inline-block;
  vertical-align: top;
}
#newsletter h2 {
  font-size: 1.5em;
}
#newsletter #emailcapture {
  margin-bottom: 10px;
}
#newsletter > div {
  position: relative;
  border: 1px solid white;
  padding: 20px;
  min-height: 250px;
}
#newsletter .cta.primary {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  min-width: 150px;
  color: #fff;
  padding: 6px 10px;
  font-weight: 400;
}
#newsletter .disclaimer {
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 20px;
}

#social-media {
  min-height: 121px;
}

#featured-boxes {
  min-height: 795px;
}

.category-tiles {
  min-height: 339px;
}

#black-space {
  min-height: 98px;
}

#product-feedback_newsletter {
  min-height: 401px;
}

/* xsmall media: 0->768px */
@media (max-width: 767px) { /* xs */
  .main-content {
    font-size: 0.7em;
  }
  .capture {
    display: block;
  }
  .capture .capture-container {
    display: block;
    width: 100%;
  }
  .carousel-inner .carousel-caption {
    padding: 15px 30px;
  }
  .carousel-inner .carousel-caption h1 {
    font-size: 2.5em;
  }
  .carousel-inner .carousel-caption h2 {
    font-size: 1.7em;
    color: #fff;
  }
  #events-section .image, #promos-section .image {
    max-height: 50vw;
  }
  #events-section .body-copy, #promos-section .body-copy {
    min-height: 50vw;
    margin: 25px 0;
  }
}
#node_content {
  background-color: #FFF;
}

#hero_cycle {
  width: 940px;
  height: 350px;
}

#hero_cycle {
  display: inline-block !important;
}

.fancy {
  color: #b2b2b2;
}

.section_nav a.blue_button:hover,
.section_nav a.blue_button {
  border-radius: 3px;
  background-image: none;
  background-color: #999999;
  width: auto;
  height: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #AEAEAE;
}

li.blue_button a {
  border-radius: initial;
  background: #333;
  border: 1px solid #999;
  padding-bottom: 6px;
}

.section_html .htmlbody a.learn_more {
  color: #404040;
}

#minisite-container {
  border: none;
  box-shadow: none;
}

#minisite-container-legacy {
  display: block;
  text-align: center;
}

.page_header-container {
  text-align: center;
}

.page_headline.squeeze {
  margin: auto;
  overflow: inherit;
}

.legacy .container.main-content {
  text-align: center;
}

.page_header.line {
  border-color: #BCBCBC;
}

#page-header-container.node_v1 {
  margin-bottom: 20px;
  background-color: #000;
}

#page-header-container.node_v1 a {
  color: #DDD;
}

#page-header.squeeze {
  width: 960px;
  display: inline-block;
  text-align: center;
}

.page_headline h1 {
  margin: 20px 0;
}

.node_v1 #page-header #headline .headline-image,
.node_v1 #page-header #headline {
  width: 1140px;
  margin: auto;
}

.google_map_sidebar hr {
  background-color: transparent;
  border: none;
  border-color: initial;
  margin: 2px 0;
}

@media (min-width: 768px) {
  .product-header {
    margin-bottom: 5px;
    padding-top: 16px;
  }
  .support-container {
    max-width: 1400px;
  }
  .node_v1 #page-header #headline .headline-image,
  .node_v1 #page-header #headline {
    width: 720px;
  }
  .product-text h2,
  .product-text h3 {
    text-align: left;
  }
  h3.text-center,
  h2.text-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .node_v1 #page-header #headline .headline-image,
  .node_v1 #page-header #headline {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .node_v1 #page-header #headline .headline-image,
  .node_v1 #page-header #headline {
    width: 1140px;
  }
}
@media (max-width: 767px) {
  .navbar-static-top {
    position: fixed;
  }
}
@media (max-width: 991px) {
  div.squeeze {
    overflow-x: scroll;
    width: inherit;
  }
  .page_headline.squeeze {
    width: 720px;
  }
}
.container_12 h1, .container_12 h2, .container_12 h3,
.container_12 h4, .container_12 h5, .container_12 h6 {
  text-align: left;
}

.node_footer A,
.main-content #node_content.node_v1 A {
  text-decoration: none !important;
  font-style: initial !important;
}

.node_footer .section_links li.blue_button {
  background-color: transparent;
  padding-top: 8px;
}

.node_v2 .section_headline h1 {
  display: inherit;
}

#node_content.top_border {
  border: none;
}

.product-thumb .content {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.page-divider {
  display: block;
  content: " ";
  visibility: hidden;
}

.profile-desktop-form-container > div {
  padding-left: 10px;
}

.profile-desktop-form-container.logged-in {
  height: initial;
  color: #FFF;
  text-align: left;
}

.profile-desktop-form-container div,
.profile-desktop-form-container a {
  color: #FFF;
  font-weight: inherit;
  font-style: initial;
  text-decoration: none;
}

a.button,
a.store_button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e5e5e5;
  width: auto;
  height: 35px;
  display: inline-block;
  text-transform: uppercase;
  color: #595959;
  padding: 0 10px;
  margin-top: 20px;
  border: none;
  white-space: nowrap;
}

a.button,
a.store_button {
  background: none;
  background-color: #e5e5e5;
  line-height: 35px;
  margin-top: 0;
}

a.store_button {
  font-size: 0.8em;
  line-height: 25px;
  height: 25px;
}

.btn_gray {
  text-shadow: none;
}

.lowercase {
  text-transform: lowercase;
}

span.lowercase {
  float: initial;
}

#sub-footer {
  font-size: 0.8em;
  padding: 0 40px;
}

BODY {
  min-width: initial;
}

.product_section_bg {
  padding-top: 40px;
  margin-top: 0;
}

.product-text a.cta {
  margin-top: 20px;
}

#minisite-content {
  position: relative;
}

.main-feature .overlay-text .headline {
  text-transform: inherit;
}

.anchor {
  cursor: pointer;
}

dl .topnav_account_links {
  margin-left: 20px;
}

.links-bar {
  white-space: nowrap;
}

.buy {
  white-space: nowrap;
}

.product-video-thumbs a {
  min-width: 150px;
  min-height: 70px;
  height: inherit;
}

.reveal-double .reveal-content {
  top: 100px;
  margin-top: 0;
}

.topnav_account_links dd {
  margin-left: 20px;
}

.fancy {
  color: #666666;
}

h2.fancy {
  font-size: 24px;
  text-decoration: none;
  font-style: initial;
}

h3.fancy {
  font-size: 22px;
}

.node_v1 .section_reveal .close,
.node_v1 .section_reveal .learn_more {
  float: initial;
  background-image: none;
  background-color: #e5e5e5;
  font-size: inherit;
  border-radius: 3px;
  opacity: 1;
}

.node_v1 .section_reveal .htmlbody {
  background-color: #e5e5e5;
  padding: 10px;
}

.categories-column {
  opacity: 0;
}

.section_videos > div {
  float: initial;
  display: inline-block;
}

#legacy-products .product_families .product_models {
  width: 100%;
}
#legacy-products .product_families .product_models li {
  height: 300px;
}

#login_menu {
  float: right;
}
#login_menu A {
  color: #DDD;
}

#login_dialog {
  background-color: #F2F2F2;
  border: 1px solid #000;
}
#login_dialog h4, #login_dialog h3 {
  padding: 5px;
  margin: 0;
}
#login_dialog .button {
  margin-right: 25px;
  margin-top: 6px;
}
#login_dialog form {
  padding-bottom: 5px;
  text-align: center;
}
#login_dialog .table tbody tr td {
  border-top: none;
}

@media (min-width: 992px) {
  .l6login .ui-dialog-content,
  .l6login .ui-dialog-titlebar {
    margin: 0 20%;
  }
}
.simple_login_container label {
  display: block;
}

.simple_login_container input.btn {
  width: 100%;
}

.simple_login_container {
  margin-top: 20px;
}

.simple_login_container label {
  display: block;
}

.simple_login_container input[type=text],
.simple_login_container input[type=password] {
  width: 100%;
}

.img-responsive {
  display: inline-block !important;
}

.alert-info {
  color: #000;
}

a.glyphicon {
  font-family: "Glyphicons Halflings", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 0.7em;
}

.bold-cta {
  background-color: #50b0ff;
  border-color: #50b0ff;
  transition: all 2s ease;
}

.bold-cta.pulse.up,
.bold-cta:hover,
.bold-cta:focus {
  background-color: #3090ff;
  transition: all 2s ease;
}

a.cta {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e5e5e5;
  width: auto;
  min-height: 36px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #595959;
  padding: 6px 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
}

a.cta:hover {
  background-color: #595959;
  color: #e5e5e5;
  text-shadow: none;
}

input.cta-button,
a.cta-button {
  border-style: none;
  font-weight: 400;
  color: #595959;
  display: inline-block;
  background-color: #ededed;
  font-size: 0.9em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  font-style: normal;
}

a.inline-cta {
  font-weight: bold;
  text-decoration: underline;
}

a.cta.buy {
  color: #FFF;
  background-color: #50b0ff;
  border-color: #666;
}

.sub-feature .overlay-text {
  font-style: normal;
}

.collapsed .search-bar button {
  padding: 7px;
}

.node_reveal {
  display: block;
}

#global_breadcrumb A {
  color: #CCC;
  text-decoration: none;
  font-style: initial;
}

INPUT.segment_q {
  margin: 4px 4px 0 0;
}

/* definition list by eze */
.reveal-single dl {
  padding: 0px 20px;
}

.video-container {
  background-color: #000;
  min-height: 580px;
}

.float-left {
  float: left;
}

.ui-dialog.sans-title .ui-dialog-titlebar {
  display: none !important;
}

#subnav_buy_link {
  float: right;
}

.asset-upload .cta {
  margin-top: 10px;
}

/*product-splash*/
.main-content #topic-lists-id {
  display: none;
}

.section_product .content h4 {
  text-align: center;
}

.sound-samples ul {
  padding: 0;
  width: 100%;
}
.sound-samples ul li {
  list-style: none;
  margin-bottom: 1px;
  position: relative;
  background-color: #333;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 0.8em;
  line-height: 1.4em;
}
.sound-samples ul li:hover span.loop-play-icon {
  color: #FFF;
}
.sound-samples ul li span {
  z-index: 2;
  position: relative;
  transition-duration: 0.3s;
}
.sound-samples ul li span.loop-play-icon {
  color: #000;
  font-size: 1em;
  opacity: 1;
}
.sound-samples ul li .prog {
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
  background-color: #666;
  width: 0;
  height: 100%;
  margin: 0;
  z-index: 1;
  border-radius: 0;
  transition-duration: 0.2s;
}
.sound-samples ul li .complete .prog {
  transition-duration: 2s;
}
.sound-samples ul li .loop-play-icon {
  width: 1.5em;
}

#email-capture {
  padding: 15px;
  background-color: #666;
  color: #efefef;
  margin: 0px;
}
#email-capture h2 {
  margin: 15px;
  color: #efefef;
}
#email-capture h3 {
  margin: 15px 15px 35px;
  color: #EFEFEF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}
#email-capture .email-capture-container {
  border: 1px solid #ffffff;
  padding: 15px;
  background-color: #666;
}
#email-capture #stay-informed-loading {
  display: none;
}
#email-capture .email-capture-form-message {
  margin: 0;
  padding: 10px 0;
}
#email-capture .disclaimer {
  color: #cccccc;
  line-height: 1;
}

.main-content {
  font-weight: 200;
}

.product-splash .title h2 {
  font-size: 2em;
  color: #ffffff;
  font-weight: 200;
  margin: 10px 0;
}
.product-splash .title h2 strong, .product-splash .title h2 b {
  font-weight: 200;
}

.product-text {
  margin-bottom: 20px;
}
.product-text h2 {
  text-align: left;
  color: #666666;
  font-size: 2.25em;
  font-weight: 200;
  margin: 0;
}
.product-text h2 strong, .product-text h2 bold {
  font-weight: 400;
}
.product-text hr {
  margin: 10px 0;
  border-bottom-width: 1px;
  border-color: #bbb;
}
.product-text h3 {
  text-align: left;
  color: #666666;
  font-size: 1.5em;
  font-weight: 200;
  margin: 0;
}
.product-text.single-col h2, .product-text.single-col h3 {
  text-align: center;
}
.product-text ul, .product-text p {
  color: #737373;
  line-height: 1.75;
  margin: 20px 0 0 0;
}
.product-text a:hover {
  text-decoration: none;
  background-color: #595959;
  color: #e5e5e5;
}

@media (max-width: 767px) { /* xs */
  .product-splash {
    min-height: 150px;
  }
  .product-splash .title {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 25px;
  }
  .product-splash .title.text-left {
    left: 0;
  }
  .product-splash .title.text-center {
    padding: 20px 20px 20px 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 300px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -150px;
  }
  .product-splash .title h2 {
    margin: 0;
  }
  .product-splash .title h3 {
    color: #adadad;
    margin: 10px 0 0 0;
    font-weight: 200;
  }
  .product-splash .title h2 strong,
  .product-splash .title h2 b {
    font-weight: 200;
  }
}
@media (min-width: 768px) { /* sm */
  .product-splash .title.text-left,
  .product-splash .title.text-right {
    padding: 20px 40px 20px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 500px;
    margin-top: -100px;
  }
  .product-splash .title.text-left {
    left: 0;
  }
  .product-splash .title.text-above,
  .product-splash .title.text-below {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    width: 100%;
    padding: 15px 20px;
  }
  .product-splash .title.text-above {
    top: 0;
    bottom: inherit;
  }
  .product-splash .title.text-center {
    padding: 20px 40px 20px 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 500px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -250px;
  }
  .product-splash .title h3 {
    font-size: 1.5em;
    color: #adadad;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100;
    margin-top: 10px;
  }
  .product-splash .breadcrumbs {
    position: absolute;
    top: 10px;
  }
  .product-splash img {
    width: 100%;
  }
  .product-splash {
    /*margin-top: 50px;*/
  }
}
/* products */
.product_models a {
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
}

.ui-selectmenu-menu ul.overflow {
  max-height: 250px;
}

#line6-software .software-results {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #AAA;
  box-shadow: 5px 5px 10px #999;
}
#line6-software .releasename {
  background-color: #888;
  color: #FFF;
  padding: 5px;
  margin: 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#line6-software .releasename .headerrow {
  color: #FFFFFF;
  font-size: 0.7em;
}
#line6-software .releasename .smallnote {
  font-size: 0.6em;
  color: initial;
}
#line6-software .build {
  background-color: #B0B0B0;
  padding: 5px;
  margin: 0;
}
#line6-software .release-details {
  display: flex;
}
#line6-software .release-details .sidebar {
  width: 20%;
  background-color: #D1D1D1;
  padding: 5px;
}
#line6-software .release-details .description {
  width: 80%;
  background-color: #EFEFEF;
  padding: 5px;
}
#line6-software .release-notes {
  text-align: right;
  padding-top: 20px;
  padding-right: 40px;
}
#line6-software .equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#line6-software .btn {
  background-color: #e5e5e5;
}
#line6-software .btn.download {
  background-color: #50b0ff;
  color: #FFF;
  margin: 20px 0;
}
#line6-software ul.release-type {
  text-align: left;
  padding: 0 10px;
}
#line6-software ul.release-type li {
  list-style: none;
}
#line6-software .software-articles {
  display: inline-flex;
}
#line6-software .software-articles .feature {
  width: 33%;
  display: inline-flex;
}
#line6-software .software-articles .feature .article {
  display: inline-flex;
  flex-direction: column;
  padding: 0 10px 14em;
  position: relative;
}
#line6-software .software-articles .feature .article .article-links {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
}
#line6-software .software-articles .feature .article .article-links a {
  margin-top: 10px;
}

/* mobile media 0px->767px */
@media (max-width: 767px) { /* xs */
  #line6-software .release-details {
    flex-direction: column;
  }
  #line6-software .release-details .sidebar {
    width: 100%;
    max-height: 150px;
    overflow-y: scroll;
  }
  #line6-software .release-details .description {
    width: 100%;
  }
}
.showroom_dealer .dealer-location {
  position: absolute;
  bottom: 0;
  background: rgba(3, 3, 3, 0.6);
  color: #FFF;
}

.showroom_dealer .dealer-location {
  width: 95%;
  text-align: left;
  padding: 5px;
}

.showroom_dealer .dealer-location ul {
  padding: 0;
  margin: 0;
}

.showroom_dealer .dealer-location ul li {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

.showroom_dealer .dealer-location .name {
  display: block;
}

.showroom_dealer .dealer-location .dealer-contact {
  text-align: right;
}

#video-header .copy {
  line-height: 1.7em;
}

.video_nav_filter {
  color: #FFF;
  background: #999;
  padding: 4px;
  border-radius: 0;
  border-color: #CCC;
}

.video_nav_filter .ui-multiselect-checkboxes label {
  padding: 10px;
  border: none;
}

.video_nav_filter.ui-multiselect-menu {
  padding: 0;
}

.video_nav_filter .ui-widget-header {
  border: none;
  background: none;
}

.video_nav_filter .ui-multiselect-checkboxes label input {
  margin-right: 10px;
}

.video_nav_filter .ui-multiselect-checkboxes li {
  padding-right: 0;
}

.video-description .title {
  color: #FFF;
}

.video-description {
  background-color: #444;
  margin-top: 0px;
  padding-bottom: 20px;
  color: #FFF;
}

.video-description .copy a {
  color: #FFF;
  text-decoration: underline;
}

.video-playlist {
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

.playlist-item {
  padding-bottom: 20px;
  cursor: pointer;
}

.playlist-item .preview {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px;
}

.playlist-item .preview > .glyphicon {
  margin-left: -25px;
  margin-right: 5px;
  color: #AAA;
}

.playlist-item .thumbnail {
  margin-bottom: 10px;
  border: none;
  width: 100%;
}

.node_video_container {
  margin: auto;
}

.search-bar {
  margin-top: 8px;
}

.collapsed .search-bar {
  margin-top: 2px;
}

/* /videos */
/* support */
#_elev_io ._6byvm._zvdyj {
  bottom: 70px;
  right: 6px !important;
}

tme th a, .tme_amps_effects th a {
  color: #000;
}
tme .page-header, .tme_amps_effects .page-header {
  background: url(/events/tme-spider.jpg);
  background-size: cover;
}
tme a, .tme_amps_effects a {
  color: #2DF;
}
tme a.cta, .tme_amps_effects a.cta {
  color: #333;
}
tme a.cta:hover, .tme_amps_effects a.cta:hover {
  color: #FFF;
}

.tme.icons a {
  color: #009ABB;
}
.tme.icons table a, .tme.icons .cta {
  color: #595959;
}
.tme.icons .page-header {
  background-image: url(/events/tme-icons-bg.jpg);
}

.account-promotions #progress {
  opacity: 0;
}
.account-promotions .user-product {
  min-height: 135px;
  padding: 5px 5px;
}
.account-promotions .user-product img {
  padding: 15px 0 0;
}

.privacy-pane {
  height: 200px;
  font-size: 0.8em;
  border: 1px solid black;
  padding: 0 10px;
}
.privacy-pane .content {
  margin: 10px;
  margin-right: 8px;
}
.privacy-pane .jspTrack {
  background-color: #eee;
}

.left_nav {
  margin-top: 20px;
}
.left_nav ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
.left_nav ul ul {
  padding-left: 20px;
}
.left_nav h4 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 3px;
  margin-left: 20px;
  border-bottom: 1px solid #333;
}
.left_nav li {
  padding: 0px;
  margin: 2px 0px;
  font-size: 0.9em;
}

.content_manual ul {
  list-style: none;
  list-style-type: none;
}
.content_manual li {
  padding: 10px;
}
.content_manual li:nth-child(even) {
  background: #EEE;
}
.content_manual li:nth-child(odd) {
  background: #D7D7D7;
}
.content_manual img {
  border: 0px;
  padding-right: 10px;
  vertical-align: middle;
}
.content_manual td {
  text-align: center;
  padding: 8px;
}
.content_manual td.name {
  text-align: left;
}
.content_manual th {
  text-align: center;
  background: #666;
  color: white;
  padding: 8px;
  font-weight: 200;
}
.content_manual th select {
  color: initial;
}
.content_manual tr:nth-child(even) {
  background: #EEE;
}
.content_manual tr:nth-child(odd) {
  background: #D7D7D7;
}

body.marketplace .float-right {
  float: right;
}
body.marketplace .live_draft {
  color: blue;
}
body.marketplace .main-content {
  margin: 25px;
  min-height: 80vh;
}
body.marketplace .nav-stacked a {
  text-decoration: none;
}
body.marketplace .nav-stacked > li + li {
  margin-top: 8px;
}
body.marketplace #action-bar {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
body.marketplace #fileupload {
  width: 100%;
}
body.marketplace .empty {
  width: 22px;
  display: inline-block;
}
body.marketplace .asset-actions .disabled {
  opacity: 0;
}
body.marketplace #asset-image {
  min-height: 114px;
  max-width: 100%;
}
body.marketplace section {
  padding: 10px;
  background-color: #EEE;
  margin-bottom: 10px;
}
body.marketplace section #vendor-logo {
  float: right;
  margin: 10px 10px 20px 20px;
}
body.marketplace table .glyphicon {
  margin: 4px;
}
body.marketplace .sku-order-history {
  display: none;
}
body.marketplace .sku-order-history > td > div {
  display: none;
}
body.marketplace .hamburger {
  padding: 0;
}
body.marketplace .hamburger .hamburger-box {
  width: 20px;
  height: 12px;
}
body.marketplace .hamburger .hamburger-box .hamburger-inner, body.marketplace .hamburger .hamburger-box .hamburger-inner::before, body.marketplace .hamburger .hamburger-box .hamburger-inner::after {
  width: 20px;
  height: 2px;
}
body.marketplace .hamburger.hamburger--spring .hamburger-inner::before {
  top: 5px;
}
body.marketplace .hamburger.hamburger--spring .hamburger-inner::after {
  top: 10px;
}
body.marketplace .hamburger.hamburger--spring.is-active .hamburger-inner {
  top: -2px;
}
body.marketplace .hamburger.hamburger--spring.is-active .hamburger-inner::after,
body.marketplace .hamburger.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
}

#collapse-image .files {
  padding: 0;
}
#collapse-image .files li {
  width: 25%;
  padding: 4px;
  display: inline-block;
}

.progress {
  opacity: 0;
}

.error-msg {
  margin-bottom: 10px;
  padding: 10px;
}
.error-msg .hidden {
  display: none;
  opacity: 0;
}

#yggdpd-notification {
  padding: 10px;
  background: #000;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  width: 75%;
  margin: 0 12.5%;
  border: 1px solid #232323;
  border-bottom: none;
}
@media (max-width: 767px) {
  #yggdpd-notification {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  #yggdpd-notification {
    display: inline-flex;
    justify-content: center;
  }
}
#yggdpd-notification p, #yggdpd-notification a {
  color: #FFF;
}
#yggdpd-notification #yggdpd-ack {
  color: #FFF;
  border: none;
  display: inline-block;
  cursor: pointer;
}
#yggdpd-notification .yggdpd-message {
  margin: 0;
  margin-left: 50px;
}
@media (max-width: 767px) {
  #yggdpd-notification .yggdpd-message {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  #yggdpd-notification .yggdpd-message {
    margin-left: 0px !important;
  }
}
#yggdpd-notification .yggdpd-cta {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}
#yggdpd-notification #yggdpd-customize {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#4d4d4d), to(#2e2e2e));
  background-image: -webkit-linear-gradient(top, #4d4d4d 0%, #2e2e2e 100%);
  background-image: -moz-linear-gradient(top, #4d4d4d 0%, #2e2e2e 100%);
  background-image: linear-gradient(to bottom, #4d4d4d 0%, #2e2e2e 100%);
  background-repeat: repeat-x;
  border-color: #292929;
}
#yggdpd-notification p {
  text-shadow: none;
}

.ygg-select-badge-atc,
.ygg-badge-atc {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: #e5e5e5;
  text-align: center;
  margin: 0px;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 100;
}
.ygg-select-badge-atc h3,
.ygg-badge-atc h3 {
  margin-top: 0;
}
.ygg-select-badge-atc .name,
.ygg-badge-atc .name {
  padding-right: 10px;
}
.ygg-select-badge-atc .add-to-cart,
.ygg-badge-atc .add-to-cart {
  -webkit-border-radius: 7px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  background-color: #50b0ff !important;
  border: 2px solid #50b0ff !important;
  padding: 5px 8px !important;
  transition-duration: 0.2s;
  color: #ffffff !important;
  line-height: 1.2 !important;
  font-size: 12px !important;
  margin: 0 3px;
  box-shadow: 1px 2px 2px #888888;
}
.ygg-select-badge-atc .add-to-cart:hover,
.ygg-badge-atc .add-to-cart:hover {
  background-color: #333 !important;
  border: 2px solid #333 !important;
  color: #ccc !important;
}
.ygg-select-badge-atc .find-a-dealer,
.ygg-badge-atc .find-a-dealer {
  border-radius: 7px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  background-color: #333 !important;
  border: 2px solid #333 !important;
  padding: 5px 8px !important;
  transition-duration: 0.2s;
  color: #ccc !important;
  font-size: 12px !important;
  margin: 0 3px;
  box-shadow: 1px 2px 2px #888888;
}
.ygg-select-badge-atc .find-a-dealer:hover,
.ygg-badge-atc .find-a-dealer:hover {
  background-color: #242424 !important;
  border: 2px solid #242424 !important;
  color: #bdbdbd !important;
}
.ygg-select-badge-atc .payment-options,
.ygg-badge-atc .payment-options {
  margin: 11px auto 0 auto;
  width: 100%;
  color: #000000;
  font-size: 13px;
}
.ygg-select-badge-atc h3,
.ygg-badge-atc h3 {
  color: #45408a;
  font-weight: 400;
  font-size: 17px;
  margin-top: 5px;
}
.ygg-select-badge-atc .strike,
.ygg-badge-atc .strike {
  text-decoration: line-through;
}

.ygg-select-badge-atc .selector {
  position: relative;
  margin: 10px 0px 15px;
}
.ygg-select-badge-atc .selector .selector-option {
  border: none !important;
  justify-content: center !important;
}
.ygg-select-badge-atc .selector .selector-option span {
  margin-left: 8px !important;
  margin-bottom: 3px !important;
  justify-content: start;
  display: flex;
}

@media (max-width: 767px) {
  .ygg-badge-atc {
    top: auto;
    bottom: 0;
    display: flex;
    z-index: 1000;
    justify-content: center;
    position: fixed;
    padding: 15px 60px 30px 3px;
    width: 100%;
    min-height: 120px;
    align-items: center;
    flex-direction: column;
  }
  .ygg-badge-atc h3 {
    order: 2;
    font-size: 15px;
    width: 100%;
    margin: 0 0 8px 0;
    order: 1;
  }
  .ygg-badge-atc .buttons {
    width: 100%;
    order: 2;
  }
  .ygg-badge-atc .add-to-cart {
    order: 1;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-badge-atc .find-a-dealer {
    order: 3;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-badge-atc .payment-options {
    order: 4;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 0 !important;
    color: #000000 !important;
  }
  .ygg-select-badge-atc {
    width: 100% !important;
    padding: 15px 60px 30px 3px !important;
    margin: 0px !important;
    display: flex !important;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
  }
  .ygg-select-badge-atc .buttons {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: space-around;
  }
  .ygg-select-badge-atc .buttons .add-to-cart {
    order: 1;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-select-badge-atc .buttons .find-a-dealer {
    order: 3;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-select-badge-atc .payment-options {
    order: 4;
    font-size: 13px;
    margin-top: 12px;
  }
  .ygg-select-badge-atc .selector {
    order: 1;
    width: 100% !important;
    margin: 0 5px 10px 5px !important;
  }
  .ygg-select-badge-atc .selector .selector-option {
    border: none !important;
    padding: 5px !important;
    min-height: auto !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .ygg-select-badge-atc .selector .selector-option span {
    margin-left: 8px;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .data {
    flex-direction: row !important;
    font-size: 1.3rem;
    color: #45408a;
  }
  .ygg-select-badge-atc .selector .product-selector {
    width: 100% !important;
  }
  .ygg-select-badge-atc .selector .product-selector .data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    color: #45408a;
  }
  .ygg-select-badge-atc .selector .product-selector li .data {
    font-size: 1.3rem !important;
    color: #45408a;
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    flex-wrap: wrap !important;
  }
  .ygg-select-badge-atc .payment-options {
    margin-bottom: 0 !important;
    color: #000000 !important;
  }
  .modal-signup-button#modal-signup-tag-mobile.show {
    bottom: 0px;
  }
  footer {
    padding-bottom: 120px;
  }
}
.main-content {
  position: relative;
}

.ygg-select-badge-atc {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 500;
  padding: 10px;
  background: rgb(229, 229, 229);
  margin: 0px;
}
.ygg-select-badge-atc .payment-options img {
  margin-top: -12px;
}
.ygg-select-badge-atc .selector {
  position: relative;
  margin: 10px 10px 15px;
}
.ygg-select-badge-atc .selector .selector-option {
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border: 1px solid black;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-around;
}
.ygg-select-badge-atc .selector .selector-option .selected-product {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-self: stretch;
  flex-grow: 1;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .image {
  width: 50px;
  align-self: center;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .image img {
  max-width: 50px;
  max-height: 25px;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  align-self: center;
  justify-self: stretch;
  flex-grow: 1;
  font-size: 1.3rem !important;
  color: #45408a !important;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price.strike {
  text-decoration: line-through;
  color: #999;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price .sale-price {
  padding-left: 5px;
}
.ygg-select-badge-atc .product-selector {
  position: absolute;
  top: 44px;
  left: 0px;
  margin-top: -1px;
  border: 1px solid black;
  z-index: 100;
  height: 45px;
  width: 100%;
  display: table;
}
.ygg-select-badge-atc .product-selector .hide {
  display: none;
}
.ygg-select-badge-atc .product-selector ul {
  padding: 0px;
  background-color: #FFF;
  margin-bottom: 0;
}
.ygg-select-badge-atc .product-selector li {
  display: flex;
  padding: 10px;
  cursor: pointer;
}
.ygg-select-badge-atc .product-selector li .image {
  width: 45px !important;
  align-self: center;
}
.ygg-select-badge-atc .product-selector li .image img {
  max-height: 25px;
  max-width: 45px;
}
.ygg-select-badge-atc .product-selector li .data {
  padding-left: 10px;
  align-self: center;
  flex-grow: 1;
  font-size: 1.3rem !important;
  color: #45408a;
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  flex-wrap: wrap !important;
}
.ygg-select-badge-atc .product-selector li .data .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ygg-select-badge-atc .product-selector li .data .price.strike {
  text-decoration: line-through;
  color: #999;
}
.ygg-select-badge-atc .product-selector li .data .price .sale-price {
  padding-left: 5px;
}
.ygg-select-badge-atc .product-selector li:hover {
  background-color: #333;
  color: #FFF;
}
.ygg-select-badge-atc .product-selector li:hover .data {
  color: #ffffff !important;
}
.ygg-select-badge-atc .buttons a {
  cursor: pointer;
}
.ygg-select-badge-atc .buttons.disabled, .ygg-select-badge-atc .buttons .disabled {
  pointer-events: none;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .selector-option {
    width: 100%;
  }
  .selector .selector-option {
    font-size: 1.3em;
  }
  .selector .selector-option .selected-product {
    font-size: 1em;
  }
  .product-selector {
    width: 100%;
  }
  .product-selector li .data {
    font-size: 1em;
  }
  .ygg-select-badge-atc {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    bottom: 0px;
    top: unset;
    position: fixed;
  }
  .ygg-select-badge-atc .buttons {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .ygg-select-badge-atc .buttons a {
    width: 100%;
    height: fit-content;
    padding: 12px !important;
  }
  .ygg-select-badge-atc .payment-options {
    margin-bottom: 12px;
  }
}
.ygg-atc-button {
  -webkit-border-radius: 3px;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
  min-height: 36px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  width: auto;
  margin: 10px;
}

.ygg-atc-button:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}

.buy-now {
  background-color: #50b0ff;
  border: 2px solid #50b0ff;
  opacity: 1;
}

.find-a-dealer {
  opacity: 1;
  display: inline-block;
}

.out-of-stock {
  background-color: #C90000;
  border: 2px solid #C90000;
  opacity: 1;
}

/*CMS sections*/
body {
  font-size: 16px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 200;
  color: #000;
  background-color: #222;
  letter-spacing: 0.5px;
}

A:hover, A:focus {
  text-decoration: none;
}

P {
  line-height: 2;
}

.site-container {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  max-width: 1400px;
  margin: 0 auto;
}

hr {
  border: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #e4e5e7;
}

.container.main-content {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}

.main-content {
  min-height: 400px;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 400;
}

/*General TradeGothic font*/
@font-face {
  font-family: "TradeGothic";
  src: url("/css/fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix");
  src: url("/css/fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix") format("eot"), url("/css/fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"), url("/css/fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"), url("/css/fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
}
@font-face {
  font-family: "TradeGothic";
  src: url("/css/fonts/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix");
  src: url("/css/fonts/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix") format("eot"), url("/css/fonts/1454a71d-cdbb-429c-8092-122f4493e0c7.woff") format("woff"), url("/css/fonts/d5ea405c-2180-4ff0-bd51-3e19fb280be4.ttf") format("truetype"), url("/css/fonts/70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9.svg#70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9") format("svg");
  font-weight: bold;
}
/*specific font declarations with unique family names*/
@font-face {
  font-family: "TG-Bold";
  src: url("/css/fonts/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix");
  src: url("/css/fonts/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix") format("eot"), url("/css/fonts/1454a71d-cdbb-429c-8092-122f4493e0c7.woff") format("woff"), url("/css/fonts/d5ea405c-2180-4ff0-bd51-3e19fb280be4.ttf") format("truetype"), url("/css/fonts/70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9.svg#70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9") format("svg");
}
@font-face {
  font-family: "TG-Bold-Oblique";
  src: url("/css/fonts/363fd092-cd55-4bd1-bdc5-cfc9a7057517.eot?#iefix");
  src: url("/css/fonts/363fd092-cd55-4bd1-bdc5-cfc9a7057517.eot?#iefix") format("eot"), url("/css/fonts/25f577c3-f32b-4fbf-b684-3e7c1a76d1ea.woff") format("woff"), url("/css/fonts/2ed49e17-92ad-4026-9ae6-d20f88f21840.ttf") format("truetype"), url("/css/fonts/969cd675-2b4c-4baa-ada6-62bb7ace778f.svg#969cd675-2b4c-4baa-ada6-62bb7ace778f") format("svg");
}
@font-face {
  font-family: "TG-Cond";
  src: url("/css/fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
  src: url("/css/fonts/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"), url("/css/fonts/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("/css/fonts/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("/css/fonts/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}
@font-face {
  font-family: "TG-Light";
  src: url("/css/fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix");
  src: url("/css/fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix") format("eot"), url("/css/fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"), url("/css/fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"), url("/css/fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/css/fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("/css/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("/css/fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("/css/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/*
Helvetica Neue
#para1{font-family:'Neue Helvetica W01'; font-weight: 100; font-style: normal;}
#para2{font-family:'Neue Helvetica W01'; font-weight: 100; font-style: italic;}
#para3{font-family:'Neue Helvetica W01'; font-weight: 200; font-style: normal;}
#para4{font-family:'Neue Helvetica W01'; font-weight: 200; font-style: italic;}
#para5{font-family:'Neue Helvetica W01'; font-weight: 300; font-style: normal;}
#para6{font-family:'Neue Helvetica W01'; font-weight: 300; font-style: italic;}
#para7{font-family:'Neue Helvetica W01'; font-weight: 400; font-style: normal;}
#para8{font-family:'Neue Helvetica W01'; font-weight: 400; font-style: italic;}
#para9{font-family:'Neue Helvetica W01'; font-weight: 700; font-style: normal;}
#para10{font-family:'Neue Helvetica W01'; font-weight: 800; font-style: normal;}
*/
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/c0c7b087-4dbd-4c75-8acc-8f4444b2ee1d.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/c0c7b087-4dbd-4c75-8acc-8f4444b2ee1d.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/e206f16e-f3ae-45eb-b7a9-c0a42ed7537f.woff2") format("woff2"), url("/css/fonts/neue_helvetica/f4d1bafa-befd-4f3f-ba25-7c0f77c6651e.woff") format("woff"), url("/css/fonts/neue_helvetica/428bc0de-414b-4e68-8f07-4f1a8d3f3aa3.ttf") format("truetype"), url("/css/fonts/neue_helvetica/a7ab0375-c1d6-4096-8f03-dd2e2d9112f3.svg#a7ab0375-c1d6-4096-8f03-dd2e2d9112f3") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/9ca42d54-48d0-4428-892a-f254df0434df.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/9ca42d54-48d0-4428-892a-f254df0434df.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/91faf02a-e602-411f-8235-45b42c914e41.woff2") format("woff2"), url("/css/fonts/neue_helvetica/a5919350-0aef-4bd2-9809-88c50c764770.woff") format("woff"), url("/css/fonts/neue_helvetica/393edaed-ed84-49bd-b9a9-7c30232a85ca.ttf") format("truetype"), url("/css/fonts/neue_helvetica/c49a771d-de38-4436-bc34-27fb209e9237.svg#c49a771d-de38-4436-bc34-27fb209e9237") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/4ff9f3fa-9221-4fc5-97e6-93572b6efa24.woff2") format("woff2"), url("/css/fonts/neue_helvetica/ca8d25cd-e264-4404-b271-4afc45c779c4.woff") format("woff"), url("/css/fonts/neue_helvetica/e8f8260f-dbee-4daa-81a4-0e415715c569.ttf") format("truetype"), url("/css/fonts/neue_helvetica/307413a4-d77e-4111-8ba5-e3b7d1e7c160.svg#307413a4-d77e-4111-8ba5-e3b7d1e7c160") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/55740f7d-3bf3-44a5-bfa0-2f1ef436ce72.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/55740f7d-3bf3-44a5-bfa0-2f1ef436ce72.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/a9445981-191b-46c7-866c-acb67f9cc1db.woff2") format("woff2"), url("/css/fonts/neue_helvetica/a0e9ae86-436e-483a-8201-6c694e90e9ee.woff") format("woff"), url("/css/fonts/neue_helvetica/d2655153-67dd-48c9-a5b2-cec33c40e333.ttf") format("truetype"), url("/css/fonts/neue_helvetica/bb000368-bda5-49e9-95a6-79e39b6e3151.svg#bb000368-bda5-49e9-95a6-79e39b6e3151") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"), url("/css/fonts/neue_helvetica/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"), url("/css/fonts/neue_helvetica/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype"), url("/css/fonts/neue_helvetica/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/e36efb7d-12e3-4773-a830-26e5652373ea.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/e36efb7d-12e3-4773-a830-26e5652373ea.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/261b4efb-3d70-4965-977d-38af9422700d.woff2") format("woff2"), url("/css/fonts/neue_helvetica/2e00514e-1764-4250-a0c5-aca3e5a8d133.woff") format("woff"), url("/css/fonts/neue_helvetica/e2fe2e07-9419-400f-953d-dc23cfa647a2.ttf") format("truetype"), url("/css/fonts/neue_helvetica/000472ba-312c-41be-b038-043ad8254e91.svg#000472ba-312c-41be-b038-043ad8254e91") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("/css/fonts/neue_helvetica/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("/css/fonts/neue_helvetica/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("/css/fonts/neue_helvetica/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/5d0e5dca-869d-4e14-ac6b-45fbab3c4047.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/5d0e5dca-869d-4e14-ac6b-45fbab3c4047.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2") format("woff2"), url("/css/fonts/neue_helvetica/e7c4b231-76ad-47c7-a54b-5d84dcd78d0f.woff") format("woff"), url("/css/fonts/neue_helvetica/b6db417f-e795-426a-a2af-adc37a3419a6.ttf") format("truetype"), url("/css/fonts/neue_helvetica/0c6d116c-89d1-402b-b9f3-2d9890d7a4ee.svg#0c6d116c-89d1-402b-b9f3-2d9890d7a4ee") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("/css/fonts/neue_helvetica/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("/css/fonts/neue_helvetica/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("/css/fonts/neue_helvetica/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("/css/fonts/neue_helvetica/b7066775-c685-4630-b98c-5da67d4981e9.eot?#iefix");
  src: url("/css/fonts/neue_helvetica/b7066775-c685-4630-b98c-5da67d4981e9.eot?#iefix") format("eot"), url("/css/fonts/neue_helvetica/dd7814bd-8abf-46c5-a4be-db0977de2cca.woff2") format("woff2"), url("/css/fonts/neue_helvetica/20ffa4b4-0154-4ca6-800c-468cecbd60f1.woff") format("woff"), url("/css/fonts/neue_helvetica/c68e9fac-92b0-47be-853c-1a0e92f68c3d.ttf") format("truetype"), url("/css/fonts/neue_helvetica/94d5af98-e327-4660-89da-a0c66d6fdfe9.svg#94d5af98-e327-4660-89da-a0c66d6fdfe9") format("svg");
  font-weight: 800;
  font-style: normal;
}
/* mobile media 0px->767px */
@media (max-width: 767px) { /* xs */
  body {
    padding-top: 0px;
  }
  .product-header {
    background-color: #3b3b3b;
    color: #ffffff;
    padding: 20px 0 20px 0;
    border-top: 1px solid #575757;
    border-bottom: 2px solid #575757;
  }
  .product-header h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
  }
  .product-header h1 strong {
    font-weight: normal;
  }
  .product-header h3 {
    color: #adadad;
    font-size: 18px;
    margin: 5px;
  }
  .breadcrumbs {
    color: #bebebe;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    text-indent: 5px;
    background-color: #4e4e4e;
    border-bottom: 1px solid #303030;
    padding-top: 2px;
  }
  /* category page with 2 subcategories */
  .product-double-image {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    z-index: 1;
  }
  .subcategory {
    border-bottom: 1px solid #E6E6E6;
    position: relative;
  }
  .subcategory .bg {
    height: 45%;
    width: 100%;
    background-color: #F2F2F2;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  .subcategory .cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 36px;
    z-index: 1;
  }
  .subcategory .cta a {
    color: #8C8C8C;
    text-decoration: none;
    font-style: initial;
  }
  .subcategory .cta a:hover {
    text-decoration: none;
  }
  .subcategory .title {
    z-index: 1;
  }
  .subcategory .title h4 {
    color: #666666;
    text-transform: uppercase;
    font-size: 22px;
    margin: 10px 0 20px 0;
    width: 80%;
  }
  .subcategory-image-container {
    padding-top: 60px;
    margin-bottom: 20px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(13%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }
  /* category page with 2 subcategories */
  .category-intro a.cta {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e5e5e5;
    width: auto;
    height: 35px;
    display: inline-block !important;
    text-transform: uppercase;
    color: #595959;
    padding: 0 10px;
    line-height: 35px;
    overflow: hidden;
  }
  .category-intro p {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0 20px 0;
  }
  .product-double-subtitle-bg {
    position: absolute;
    top: 0;
  }
  .product-image-container .main-image {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .product-thumb {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
  }
  .product-thumb .thumb {
    text-align: center;
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .product-thumb .thumb .cta {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 36px;
    line-height: 36px;
    z-index: 1;
    color: #8C8C8C;
    background: none;
  }
  .product-thumb .thumb .cta:hover {
    text-decoration: none;
  }
  .product-thumb .content .product-link {
    position: absolute;
    bottom: 10px;
    right: 32px;
    color: #8C8C8C;
    font-size: 20px;
  }
  .product-thumb .bg {
    display: none;
    height: 45%;
    width: 100%;
    background-color: #F2F2F2;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  .product-thumb .thumb .content h4 {
    display: none;
  }
  .product-thumb .thumb img {
    height: 150px;
    width: auto;
  }
  .product-thumb .thumb h4 {
    font-size: 24px;
    color: #666666;
    font-weight: normal;
    text-align: left;
    margin: 0 20px;
  }
  .product-thumb .content {
    padding: 0px;
  }
  .product-thumb .content h4 {
    display: none;
  }
  .product-thumb .content p {
    margin: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
  }
  .product-thumb .content p a {
    display: block;
    border: 1px solid black;
    padding: 5px;
  }
  .foggy-pass-absolute { /* foggy hack */
    width: 100%;
  }
  /* category page with 2 subcategories */
  .footnotes {
    font-style: italic;
    color: #737373;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  /* category page */
  /* product page */
  .product-title {
    text-align: left;
  }
  .product-inline-video {
    padding-top: 30px;
  }
  .product-video-thumbs {
    padding-top: 30px;
  }
  .product-video-thumbs a {
    width: 80px;
    height: 70px;
    border: 1px solid #a3a3a3;
    display: inline-block;
    padding: 5px;
  }
  .product-video-thumbs .thumb-container {
    width: 80px;
    display: inline-block;
    height: 75px;
    margin: 0 10px 20px 10px;
  }
  .product-video-thumbs .thumb-container.active, .product-video-thumbs .thumb-container:hover {
    border-bottom: 1px solid #a3a3a3;
  }
  .product .product-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product .product-section.first-section {
    margin-top: -20px;
    padding: 0;
  }
  .product .product-section-bg {
    margin-top: 20px;
    padding-top: 20px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(13%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }
  .product-specs h3 {
    font-size: 18px;
    color: #666666;
    margin: 30px 0 0 0;
  }
  .product-specs hr {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #9f9f9f;
  }
  .product-specs ul {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #737373;
  }
  /* double reveal */
  .reveal-cta {
    color: #666666;
    font-size: 28px;
  }
  .reveal-double .reveal-content, .reveal-double .reveal-content p {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
  }
  .reveal-double .reveal-content .white-box {
    background-color: #e5e5e5;
    padding: 20px;
    color: #585858;
    min-height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* double reveal */
  /* single reveal */
  .product-text.reveal-single-cta {
    margin-bottom: -1px;
  }
  .reveal-single,
  .product-text .reveal-single p {
    background-color: #595959;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    display: none;
    color: #ffffff !important;
    font-size: 14px;
    top: -10px;
    padding-bottom: 0px;
  }
  .reveal-single hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    margin-top: 5px;
  }
  .reveal-cta-active {
    -webkit-border-radius: 3px 3px 0px 0px !important;
    border-radius: 3px 3px 0px 0px !important;
    color: #e5e5e5 !important;
    background-color: #595959 !important;
  }
  .reveal-single .double-line {
    line-height: 32px;
  }
  .reveal-transparent {
    background-color: transparent !important;
    color: #737373 !important;
    padding: 25px 0 25px 0;
  }
  .reveal-transparent .reveal-cta-active {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
  }
  /* single reveal */
  .product-section table {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 0 0 1px 1px;
    border-color: #e6e6e6;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    color: #666666;
  }
  .product-section th {
    margin: 0;
    padding: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
  }
  .product-section td {
    margin: 0;
    padding: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e6e6e6;
  }
  /* product page quick start guides */
  .product .table-title h2 {
    color: #666666;
    font-size: 24px;
  }
  .product .row.first-section h2 {
    margin-top: 50px;
  }
  .product .table-title h2 strong {
    font-weight: normal;
    color: #666666;
  }
  .product .product-title h2 {
    margin-top: 10px;
  }
  .product .product-title h2 strong {
    font-weight: normal;
    color: #666666;
    font-size: 24px;
  }
  .product .guides-table tr.border-up {
    border-top: 1px solid #dfdfdf;
  }
  .product .guides-table td {
    padding: 5px;
    color: #999999;
    font-size: 12px;
  }
  .product .guides-table td.icon {
    color: #666666;
    text-align: center;
    font-size: 24px;
  }
  .product .guides-table td strong {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
  }
  .product .guides-table td.icon-download {
    font-size: 24px;
  }
  .product .grey-bar {
    border-top: 2px solid #666666;
    margin-bottom: 20px;
  }
  .product-section.diagrams {
    padding-top: 0;
  }
  .product .diagrams div {
    color: #999999;
    font-size: 12px;
  }
  .product .diagrams div strong {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
  }
  .product .diagrams div img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* product page */
  /* about page */
  .about-text h2 {
    color: #666666;
    font-size: 28px;
    margin: 20px 0 0 0;
  }
  .about-text hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
  }
  .about-text h3 {
    color: #666666;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .about-text p {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0 20px 0;
  }
  body.jobs .about-text p {
    color: #333;
  }
  .about .about-text ul {
    margin: 10px 0 40px 0;
  }
  .about .about-text ul li {
    color: #737373;
    margin: 10px 0 10px 0;
  }
  .about .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about .about-section h2 {
    color: #666666;
    font-size: 24px;
    margin: 0;
    text-align: center;
  }
  .about .about-section hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    margin: 15px 0 15px 0;
  }
  .about .about-section h3 {
    color: #666666;
    font-size: 18px;
    margin: 0;
    text-align: center;
  }
  .about .about-section p {
    color: #737373;
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 0 0;
  }
  .about .about-section .thumb {
    text-align: center;
    margin-bottom: 20px;
  }
  .about .oblique-link {
    font-style: italic;
    text-decoration: underline;
  }
  .about h5 {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #ededed;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    color: #4d4d4d;
  }
  .about .contact-box {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 20px 20px 20px;
    margin-bottom: 40px;
    border-top: 1px solid #ffffff;
  }
  .about .contact-box p {
    margin: 10px 0 0 0;
  }
  /* about page */
  /*  generic content pages
      pages using these styles: custom tone
  */
  .page-section {
    /*padding-top:20px;*/
    padding-bottom: 20px;
  }
  .page-section-bg {
    /*margin-top: 20px;*/
    padding-top: 20px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(13%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }
  /* dropdown generic */
  div.fancy-select {
    position: relative;
    text-transform: uppercase;
    color: #999999;
    width: 50%;
    height: 42px;
    display: inline-block;
    line-height: 30px;
  }
  div.fancy-select.disabled {
    opacity: 0.5;
  }
  div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
  }
  div.fancy-select div.trigger {
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #595959;
    padding: 5px 10px;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
  }
  div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #ffffff;
    top: 18px;
    right: 9px;
  }
  div.fancy-select div.trigger.open {
    background: #666666;
    color: #ffffff;
  }
  div.fancy-select div.trigger.open:after {
    border-top-color: #ffffff;
  }
  div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 42px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  }
  div.fancy-select ul.options.open {
    visibility: visible;
    top: 42px;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
  }
  div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  }
  div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  }
  div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
  }
  div.fancy-select ul.options li.selected {
    background: #666666;
    color: #ffffff;
  }
  div.fancy-select ul.options li.hover {
    color: #fff;
  }
  /* dropdown generic */
  /*  generic content pages */
  /*customtone */
  .customtone .search-bar {
    background-color: #4d4d4d;
    height: 42px;
  }
  .customtone .search-bar select {
    -webkit-appearance: none;
    moz-webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #595959;
    padding: 5px 10px;
    width: 50%;
    line-height: 30px;
  }
  .customtone .search-bar input[type=text] {
    -webkit-appearance: none;
    moz-webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #595959;
    border-left: 1px solid #363636;
    padding: 5px 10px;
    width: 50%;
    line-height: 30px;
    position: absolute;
    right: 0;
    height: 42px;
  }
  .customtone .search-bar ::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
  }
  .customtone .search-bar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
  }
  .customtone .search-bar ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
  }
  .customtone .search-bar :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
  }
  .customtone .search-bar .search-button {
    display: block;
    position: absolute;
    color: #ffffff;
    top: 14px;
    right: 14px;
  }
  .customtone .product {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }
  .customtone .product .pic {
    text-align: left;
    width: 20%;
    display: inline-block;
    height: 100%;
  }
  .customtone .product .title {
    font-size: 20px;
    color: #666666;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    height: 100%;
  }
  .customtone .product .title b, .customtone .product .title strong {
    font-size: 20px;
    color: #666666;
  }
  .customtone .dark {
    background-color: #f7f7f7;
  }
  .customtone .title-label {
    font-size: 14px;
    color: #666666;
    width: auto;
    height: 35px;
    display: none;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    top: 40px;
    left: 5%;
  }
  .customtone .top-tones {
    color: #737373;
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding-bottom: 20px;
  }
  .customtone .top-tones h2 {
    text-align: left;
    color: #666666;
    font-size: 36px;
    margin: 20px 0 0 0;
  }
  .customtone .product-pic {
    background-color: #404040;
  }
  .customtone .product-pic h2 {
    color: #ffffff;
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .customtone .product-pic img {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 80%;
  }
  .customtone .tone-name {
    padding: 7px 10px 5px 10px;
    color: #999999;
    font-size: 12px;
    border-bottom: 2px solid #ebebeb;
  }
  .customtone .tone-cta {
    padding: 15px 10px 15px 10px;
    color: #595959;
    font-size: 18px;
    border-top: 1px solid #eeeeee;
    background-color: #fff;
  }
  .customtone .tone-cta span.votes {
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
  }
  .customtone .tone-cta.dark {
    background-color: #f7f7f7;
  }
  .customtone .tone-cta.highlighted {
    background-color: #4f4f4f;
    color: #ffffff;
    border: 1px solid #404040;
  }
  .customtone .tone-cta.highlighted span.votes {
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
  }
  .customtone .tone-cta .cta {
    color: #b5b5b5;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
  }
  .customtone .tone-details {
    padding: 5px 10px 5px 10px;
    color: #e2e2e2;
    font-size: 18px;
    background-color: #474747;
    border-top: 1px solid #4f4f4f;
    display: none;
  }
  .customtone .tone-details th {
    width: 25%;
    color: #9f9f9f;
    vertical-align: top;
    padding-top: 5px;
  }
  .customtone .tone-details td {
    padding: 5px;
  }
  .customtone .add-tones {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #383838;
    border: 1px solid #525252;
    width: auto;
    height: 35px;
    display: inline-block !important;
    text-transform: uppercase;
    color: #e2e2e2;
    padding: 0 10px;
    line-height: 35px;
    overflow: hidden;
    margin: 10px 0 10px 0;
  }
  .customtone .more-tones {
    min-height: 110px;
    background-color: #e7e7e7;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
  }
  .customtone .more-tones .cta {
    color: #8f8f8f;
    display: block;
    width: 100%;
    height: 100%;
  }
  #ct_pagination {
    font-size: 20px;
    color: #595959;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block !important;
    text-transform: uppercase;
    text-align: center;
  }
  #ct_upload .copy {
    border: none;
  }
  #ct_pagination a,
  #ct_pagination b {
    height: 22px;
    padding: 0 6px;
    line-height: 22px;
    font-size: 12px;
    background-color: #BBB;
  }
  /*  /customtone pages */
  /* login page */
  .login-page h2 {
    color: #666666;
    font-size: 44px;
    margin: 20px 0 0 0;
  }
  .login-page hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    clear: left;
  }
  .login-page h3 {
    color: #666666;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .login-page .main_content p {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 15px 0;
  }
  /* validation popup */
  .login-page .validation-alert {
    margin: 40px 0px;
    color: #ebebeb;
    background-color: #636363;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .login-page .validation-alert div {
    padding: 14px;
    font-size: 17px;
  }
  .login-page .validation-alert .header {
    border-bottom: 1px solid #7d7d7d;
  }
  .login-page .validation-alert .errors {
    background-color: #707070;
    color: #f1f1f1;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 0px;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
    color: #595959;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #595959;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #595959;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #595959;
  }
  /* form fields */
  .login-page input[type=text], .login-page input[type=password], .login-page input[type=email], .login-page select {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #f5f5f5;
    padding: 12px;
    margin: 15px 0px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 0px 1px #fff inset;
    font-size: 17px;
    color: #595959;
    float: left;
    margin-right: 0px;
    width: 100%;
  }
  .login-page select {
    -webkit-appearance: none;
    margin-right: 0px;
    color: #707070;
    /* mozilla hack */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
  .login-page input[type=text]:hover, .login-page input[type=password]:hover, .login-page input[type=email]:hover, .login-page select:hover {
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    outline: none;
  }
  .login-page input:nth-child(odd) {
    margin-right: 0px;
  }
  .login-page input:focus, .login-page input:focus:hover {
    border: 1px solid #cacaca;
    background: #ffffff;
    outline: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  }
  .login-page .forgot {
    display: block;
    font-size: 13px;
    color: #959595;
    margin-top: 10px;
    clear: left;
  }
  .login-page .terms {
    display: block;
    font-size: 13px;
    color: #959595;
    margin: 10px 0px;
    clear: left;
  }
  .login-page .select-style {
    position: relative;
    float: left;
  }
  .login-page .select-style:after {
    content: "\e114";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 10px;
    top: 35px;
    width: 20px;
    height: 20px;
    display: block;
    color: #707070;
  }
  .login-page input[type=submit] {
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 20px;
    color: #595959;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 0px 1px #d9d9d9;
    border: none;
    margin-top: 15px;
  }
  .login-page input[type=submit]:hover {
    background-color: #f5f5f5;
  }
  .login-page .main_content p {
    font-size: 17px;
    margin-right: 10px;
  }
  .login-page .typeofuser {
    margin: 0px;
    padding: 0px;
  }
  .login-page .typeofuser li {
    list-style-type: none;
    width: 33%;
    float: left;
  }
  .login-page .typeofuser p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 10px 15px 0px;
  }
  .login-page input[type=checkbox] {
    display: none;
  }
  .login-page p.select {
    margin: 10px 0px 25px;
    font-size: 16px;
  }
  .login-page label:before {
    content: "";
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 0px 1px #fff inset;
    font-size: 16px;
    color: #595959;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    line-height: 20px;
  }
  .login-page input[type=checkbox]:checked + label:before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    /* content: "\2713";  */
    padding-top: 3px;
    font-size: 17px;
    color: #707070;
    text-align: center;
  }
  .login-page label {
    margin-bottom: 15px !important;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    line-height: 27px;
    color: #595959;
  }
  login-page .captcha {
    background-color: #f5f5f5;
    padding: 15px;
    width: 400px;
    float: right;
  }
  .login-page input[type=text], .login-page input[type=password], .login-page input[type=email], .login-page select {
    width: 100%;
    font-size: 17px;
    padding: 12px;
    margin-right: 0px !important;
  }
  .login-page .select-style {
    width: 100%;
  }
  .login-page .select-style:after {
    right: 2%;
  }
  .login-page .typeofuser li {
    width: 100%;
  }
  .captcha {
    float: none;
  }
  .login-page .validation-alert div {
    font-size: 15px;
    padding: 11px;
  }
  .login-page .validation-alert {
    margin: 30px 0px 10px;
  }
  .login-page h2 {
    font-size: 28px;
  }
  .create-account {
    padding-bottom: 20px;
  }
  /* login page */
  /* contact form */
  #contact_form .input_field,
  #contact_form .input_title,
  #contact_form .input_field input,
  #contact_form .input_field textarea {
    min-width: 100px;
  }
  /* /contact form */
  /* videos */
  .search-bar {
    margin-top: 66px;
  }
  .video_nav_filter {
    color: #FFF;
    background: #4D4D47;
    border: 1px solid #595959;
  }
  /* sonic port eze */
  .dark-background {
    margin-bottom: -5px;
  }
  .dark-background div.product_section_bg .col-xs-24 {
    background-color: #323232;
    margin-top: -40px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .dark-background .col-xs-24 {
    background: #323232;
    padding-bottom: 20px;
  }
  .dark-background h2, .dark-background h3, .dark-background p {
    color: #FFF;
  }
  .specs-page {
    margin-top: 40px !important;
    margin-bottom: 30px;
  }
  .specs-page .product_section_bg {
    background: none !important;
  }
  .specs-page h2 {
    font-size: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 6px;
    margin-top: 10px !important;
  }
  .specs-page h3 {
    font-size: 17px;
  }
  .specs-page ul {
    margin: 10px 0px 25px;
    padding-left: 16px;
  }
  .specs-page ul li {
    line-height: 24px;
  }
  .product_section_bg .product-splash {
    margin-top: -40px;
  } /* fix for sonic port products by eze */
  .video-container {
    min-height: 158px;
  }
  /* /videos */
  /* artist */
  .artist-card-content .read-more {
    font-size: 3em;
    bottom: 8px;
  }
}
/* small media: 768px->∞ */
@media (min-width: 768px) { /* sm */
  .product-header {
    min-height: 180px;
    background-color: #404040;
    margin: 0;
  }
  .breadcrumbs {
    position: relative;
    top: 20px;
    left: 20px;
    color: #999999;
    font-size: 11px;
    width: 400px;
  }
  .breadcrumbs a {
    color: #999999;
    text-decoration: none;
  }
  .breadcrumbs .active {
    color: #bfbfbf;
  }
  .product-header h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 3.4em;
    margin: 20px 0 0 0;
  }
  .product-header h3 {
    font-size: 1.1em;
    margin: 5px;
  }
  .product-image-container .main-image {
    text-align: center;
  }
  .product-image-container .overlay {
    position: relative;
    margin-top: -80px;
  }
  .subcategory-image-container {
    background: #d0d0d0;
    background: -moz-linear-gradient(top, #d0d0d0 0%, #ffffff 90%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(90%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #d0d0d0 0%, #ffffff 90%, #ffffff 100%);
    background: -o-linear-gradient(top, #d0d0d0 0%, #ffffff 90%, #ffffff 100%);
    background: -ms-linear-gradient(top, #d0d0d0 0%, #ffffff 90%, #ffffff 100%);
    background: linear-gradient(to bottom, #d0d0d0 0%, #ffffff 90%, #ffffff 100%);
    padding-bottom: 40px;
  }
  /* category page with 2 subcategories */
  .product-double-subtitle {
    padding-bottom: 20px;
  }
  .product-double-image {
    position: relative;
  }
  .row.overlay {
    position: relative;
    margin-top: -50px;
  }
  .product-double-subtitle-bg {
    background-color: #404040;
    margin: 0;
  }
  .product-double-subtitle h4 {
    color: #ffffff;
    font-size: 2em;
    margin: 30px 0 0 0;
  }
  .product-double-subtitle p {
    color: #adadad;
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .product-double-subtitle a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #595959;
    width: auto;
    height: 35px;
    display: inline-block;
    text-transform: uppercase;
    color: #e5e5e5;
    padding: 0 10px;
    line-height: 35px;
    margin-top: 20px;
  }
  .product-double-subtitle a:hover {
    text-decoration: none;
    background-color: #e5e5e5;
    color: #595959;
  }
  .category-intro {
    padding: 40px 0 40px 0;
  }
  .category-intro p {
    color: #737373;
    font-size: 14px;
    line-height: 28px;
  }
  .category-intro a.cta {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e5e5e5;
    width: auto;
    height: 35px;
    display: inline-block !important;
    text-transform: uppercase;
    color: #595959;
    padding: 0 10px;
    line-height: 35px;
    overflow: hidden;
  }
  .category-intro a:hover {
    text-decoration: none;
    background-color: #595959;
    color: #e5e5e5;
  }
  div.section_nav {
    min-height: 45px;
  }
  .product-thumb {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .product-thumb.active {
    background-color: #f7f7f7;
    border: 1px solid #f1f1f1;
  }
  .product-thumb .content {
    display: block !important;
    color: #666666;
  }
  .product-thumb .content h4 {
    min-height: 2em;
    font-size: 2em;
  }
  .product-thumb .content p {
    min-height: 6em;
  }
  .product-thumb .content a {
    display: block;
    border: 1px solid black;
  }
  .product-thumb div.thumb {
    min-height: 200px;
  }
  .product-line {
    text-align: center;
  }
  .product-line span {
    margin-top: 50px;
    border-left: 1px solid #e2e2e2;
    min-height: 300px;
    display: inline-block;
  }
  /* category page with 2 subcategories */
  .footnotes {
    color: #737373;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-style: italic;
  }
  /* category page */
  .product-inline-video {
    padding-top: 40px;
  }
  .product-video-thumbs {
    padding-top: 40px;
  }
  .product-video-thumbs a {
    width: 150px;
    height: 110px;
    border: 1px solid #a3a3a3;
    display: inline-block;
    padding: 5px;
  }
  .product-video-thumbs .thumb-container {
    width: 150px;
    display: inline-block;
    height: 120px;
    margin: 0 10px 20px 10px;
  }
  .product-video-thumbs .thumb-container.active, .product-video-thumbs .thumb-container:hover {
    border-bottom: 1px solid #a3a3a3;
  }
  .product .product-section {
    padding-bottom: 40px;
  }
  .product .product-section-bg {
    padding-top: 40px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(13%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }
  .product .product-section .overlay {
    margin-top: -80px;
  }
  .product .product-text h2, .product .product-text h3 {
    text-align: left;
  }
  .product .product-text h2, .product .product-text h3 {
    text-align: left;
  }
  .product .product-text.single-col h2, .product .product-text.single-col h3 {
    text-align: center;
  }
  .product .product-text.reveal-stack h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 120px;
  }
  .product .product-text.reveal-stack h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
  .product-specs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-specs h3 {
    font-size: 18px;
    color: #666666;
    margin: 0;
  }
  .product-specs hr {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #9f9f9f;
  }
  .product-specs ul {
    margin: 0;
    padding: 15px;
    font-size: 12px;
    color: #737373;
  }
  /* double reveal */
  .reveal-double {
    position: relative;
  }
  .reveal-double .reveal-cta {
    margin-bottom: 40px;
  }
  .reveal-double .reveal-cta .text {
    height: 170px;
  }
  .reveal-double .reveal-cta h3 {
    font-size: 24px;
    color: #666666;
    margin-top: 0;
    line-height: 30px;
  }
  .reveal-double .reveal-cta a.cta {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e5e5e5;
    width: auto;
    height: 35px;
    display: inline-block !important;
    text-transform: uppercase;
    color: #595959;
    padding: 0 10px;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    top: 133px;
  }
  .reveal-double .reveal-cta a:hover {
    text-decoration: none;
    background-color: #595959;
    color: #e5e5e5;
  }
  .reveal-double .reveal-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #595959;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .reveal-double .reveal-content .close-link {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ffffff !important;
    font-size: 14px;
  }
  .reveal-double .reveal-content, .reveal-double .reveal-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
  }
  .reveal-double .reveal-content .white-box {
    background-color: #e5e5e5;
    padding: 20px;
    color: #585858;
    min-height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* double reveal */
  /* single reveal */
  .product-text.reveal-single-cta {
    margin-bottom: -1px;
  }
  .reveal-single {
    background-color: #595959;
    border-radius: 3px;
    padding: 25px;
    color: #ffffff !important;
    font-size: 14px;
  }
  .reveal-cta-active {
    -webkit-border-radius: 3px 3px 0px 0px !important;
    border-radius: 3px 3px 0px 0px !important;
    color: #e5e5e5 !important;
    background-color: #595959 !important;
  }
  .reveal-single hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    margin-top: 5px;
  }
  .reveal-single .double-line {
    line-height: 32px;
  }
  .reveal-transparent {
    background-color: transparent !important;
    color: #737373 !important;
    padding: 25px 0 25px 0 !important;
  }
  .reveal-transparent .reveal-cta-active {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
  }
  .reveal-single ul {
    padding: 20px 20px 0px;
  }
  .reveal-single ul li {
    list-style-type: none;
    margin-bottom: 16px;
  }
  .reveal-single ul li ul {
    margin-top: 16px;
  }
  .reveal-single ul li ul li {
    margin-bottom: 0px;
  }
  .reveal-single p {
    display: block;
    padding: 0px 20px;
    color: #fff;
  }
  .reveal-single h4 {
    padding: 0px 20px;
  }
  .reveal-single h4 + ul {
    padding-top: 0px;
    margin-top: 0px;
  }
  img.absolute-right {
    position: absolute;
    bottom: 0px;
    right: -30px;
  }
  .reveal-single ul.image-right {
    width: 400px;
  }
  /* single reveal */
  .product-section table {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 0 0 1px 1px;
    border-color: #e6e6e6;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    color: #666666;
  }
  .product-section th {
    margin: 0;
    padding: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
  }
  .product-section td {
    margin: 0;
    padding: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e6e6e6;
  }
  /* product page quick start guides */
  .product .table-title {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .product .table-title h2 {
    color: #666666;
    font-size: 24px;
  }
  .product .table-title h2 strong {
    color: #666666;
  }
  .product .guides-table tr.border-up {
    border-top: 1px solid #dfdfdf;
  }
  .product .guides-table td {
    padding: 5px;
    color: #999999;
    font-size: 12px;
  }
  .product .guides-table td.icon {
    color: #666666;
    text-align: center;
    font-size: 24px;
  }
  .product .guides-table td strong {
    color: #666666;
    font-size: 14px;
  }
  .product .guides-table td.icon-download {
    font-size: 24px;
  }
  .product .grey-bar {
    border-top: 2px solid #666666;
    margin-bottom: 20px;
  }
  .product .grey-bar.last {
    margin-bottom: 40px;
  }
  .product-section.diagrams {
    padding-top: 0;
  }
  .product .diagrams div {
    color: #999999;
    font-size: 12px;
  }
  .product .diagrams div strong {
    color: #666666;
    font-size: 14px;
  }
  .product .diagrams div img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* product page specs table */
  .product .specs-table {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product .specs-table tr th, .product .specs-table tr td {
    border-color: #dfdfdf;
  }
  .product .specs-table tr th {
    font-size: 24px;
    text-align: center;
    background-color: #e6e6e6;
  }
  .product .specs-table tr th:first-child {
    font-size: 14px;
  }
  .product .specs-table tr td {
    text-align: center;
  }
  .product .specs-table tr td br {
    display: block;
    margin: 10px 0;
    line-height: 22px;
    content: " ";
  }
  .product .specs-table tr.sub-head th { /* eze */
    font-size: 16px;
  }
  .product .specs-table.spider tr td br { /* eze */
    margin: 0px;
    content: initial;
  }
  .product .specs-table.spider tr td {
    font-size: 13px;
    vertical-align: top;
  }
  /* product page */
  /* about page */
  .about-text h2 {
    text-align: center;
    color: #666666;
    font-size: 48px;
  }
  .about-text hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
  }
  .about-text h3 {
    text-align: center;
    color: #666666;
    font-size: 24px;
    margin: 20px 0 0 0;
  }
  .about-text p {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 0 0;
  }
  .about .breadcrumbs {
    top: 40px;
  }
  .about ul {
    margin: 10px 0 40px 0;
  }
  .about-text ul li {
    margin: 10px 0 10px 0;
  }
  .about .about-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about .about-section-bg {
    /*margin-top: 20px;*/
    padding-top: 40px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(13%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }
  .about .about-section h2 {
    color: #666666;
    font-size: 24px;
    margin: 0;
  }
  .about .about-section hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    margin: 15px 0 15px 0;
  }
  .about .about-section h3 {
    color: #666666;
    font-size: 18px;
    margin: 0;
  }
  .about .about-section p {
    color: #737373;
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 0 0;
  }
  .about h4 {
    color: #737373;
  }
  .about .oblique-link {
    font-style: italic;
    text-decoration: underline;
  }
  .about h5 {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #ededed;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    color: #4d4d4d;
  }
  .about .contact-box {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 20px 20px 20px;
    margin-bottom: 40px;
    border-top: 1px solid #ffffff;
  }
  .about .contact-box p {
    margin: 10px 0 0 0;
  }
  /* about page */
  /*  generic content pages
      pages using these styles: custom tone
  */
  .page-splash .title.text-right {
    padding: 20px 40px 20px 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    top: 50%;
    width: 500px;
    margin-top: -100px;
  }
  .page-splash .title.text-center {
    padding: 20px 40px 20px 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 500px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -250px;
  }
  .page-splash .title h2 {
    font-size: 36px;
    color: #ffffff;
  }
  .page-splash .title .plus {
    font-size: 20px;
    color: #adadad;
  }
  .page-splash .title .cta {
    font-size: 20px;
    color: #ffffff;
  }
  .page-splash .breadcrumbs {
    position: absolute;
    top: 10px;
  }
  .page-splash img {
    width: 100%;
  }
  .page-splash {
    margin-top: 50px;
  }
  .page-section {
    /*padding-top:20px;*/
    padding-bottom: 20px;
  }
  .page-section-bg {
    /*margin-top: 20px;*/
    padding-top: 40px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(13%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#ffffff",GradientType=0 );
  }
  /* dropdown generic */
  div.fancy-select {
    position: absolute;
    text-transform: uppercase;
    color: #999999;
    width: 180px;
    display: inline-block;
    top: 10px;
  }
  div.fancy-select.disabled {
    opacity: 0.5;
  }
  div.fancy-select select:focus + div.trigger.open {
    box-shadow: none;
  }
  div.fancy-select div.trigger {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #ffffff;
    background-color: #999999;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
    width: 180px;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
  }
  div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #ffffff;
    top: 15px;
    right: 9px;
  }
  div.fancy-select div.trigger.open {
    background: #666666;
    color: #ffffff;
  }
  div.fancy-select div.trigger.open:after {
    border-top-color: #ffffff;
  }
  div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 32px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    min-width: 180px;
    padding: 0;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  }
  div.fancy-select ul.options.open {
    visibility: visible;
    top: 32px;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
  }
  div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  }
  div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  }
  div.fancy-select ul.options li {
    padding: 8px 12px;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
  }
  div.fancy-select ul.options li.selected {
    background: #666666;
    color: #ffffff;
  }
  div.fancy-select ul.options li.hover {
    color: #fff;
  }
  /* dropdown generic */
  /*  generic content pages */
  /* login page */
  .login-page h2 {
    color: #666666;
    font-size: 44px;
    margin: 20px 0 0 0;
  }
  .login-page hr {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    clear: left;
  }
  .login-page h3 {
    color: #666666;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .login-page .main_content p {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 15px 0;
  }
  /* validation popup */
  .login-page .validation-alert {
    margin: 40px 0px;
    color: #ebebeb;
    background-color: #636363;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .login-page .validation-alert div {
    padding: 14px;
    font-size: 17px;
  }
  .login-page .validation-alert .header {
    border-bottom: 1px solid #7d7d7d;
  }
  .login-page .validation-alert .errors {
    background-color: #707070;
    color: #f1f1f1;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 0px;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
    color: #595959;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #595959;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #595959;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #595959;
  }
  /* form fields */
  .login-page input[type=text], .login-page input[type=password], .login-page input[type=email], .login-page select {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #f5f5f5;
    padding: 15px;
    margin: 15px 0px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 0px 1px #fff inset;
    font-size: 20px;
    color: #595959;
    width: 243px;
    float: left;
    margin-right: 25px;
  }
  .login-page select {
    -webkit-appearance: none;
    margin-right: 0px;
    color: #707070;
    /* mozilla hack */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
  .login-page input[type=text]:hover, .login-page input[type=password]:hover, .login-page input[type=email]:hover, .login-page select:hover {
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    outline: none;
  }
  .login-page input:nth-child(odd) {
    margin-right: 0px;
  }
  .login-page input:focus, .login-page input:focus:hover {
    border: 1px solid #cacaca;
    background: #ffffff;
    outline: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  }
  .login-page .forgot {
    display: block;
    font-size: 13px;
    color: #959595;
    margin-top: 10px;
    clear: left;
  }
  .login-page .terms {
    display: block;
    font-size: 13px;
    color: #959595;
    margin: 10px 0px;
    clear: left;
  }
  .login-page .select-style {
    position: relative;
    float: left;
  }
  .login-page .select-style:after {
    content: "\e114";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 10px;
    top: 35px;
    width: 20px;
    height: 20px;
    display: block;
    color: #707070;
  }
  .login-page input[type=submit] {
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 20px;
    color: #595959;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 0px 1px #d9d9d9;
    border: none;
    margin-top: 15px;
  }
  .login-page input[type=submit]:hover {
    background-color: #f5f5f5;
  }
  .login-page .main_content p {
    font-size: 17px;
    margin-right: 10px;
  }
  .login-page .typeofuser {
    margin: 0px;
    padding: 0px;
  }
  .login-page .typeofuser li {
    list-style-type: none;
    width: 33%;
    float: left;
  }
  .login-page .typeofuser p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 10px 15px 0px;
  }
  .login-page input[type=checkbox] {
    display: none;
  }
  .login-page p.select {
    margin: 10px 0px 25px;
    font-size: 16px;
  }
  .login-page label:before {
    content: "";
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 0px 1px #fff inset;
    font-size: 17px;
    color: #595959;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    line-height: 20px;
  }
  .login-page input[type=checkbox]:checked + label:before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    /* content: "\2713";  */
    padding-top: 3px;
    font-size: 17px;
    color: #707070;
    text-align: center;
  }
  .login-page label {
    margin-bottom: 15px !important;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    line-height: 27px;
    color: #595959;
  }
  login-page .captcha {
    background-color: #f5f5f5;
    padding: 15px;
    width: 400px;
    float: right;
  }
  .login-page .create-account {
    border-left: 1px solid #e2e2e2;
    padding-left: 3%;
    width: 55%;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .login-page input[type=text], .login-page input[type=password], .login-page input[type=email], .login-page .select-style {
    width: 44%;
    font-size: 16px;
  }
  .login-page .select-style select {
    width: 100%;
  }
  .login-page .typeofuser li {
    width: 100%;
  }
  .login-page .captcha {
    float: none;
  }
  /* login page */
  /* relay * eze */
  .product-splash .title.text-left {
    padding: 20px 40px 20px 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 40%;
    width: 490px;
    margin-top: -100px;
  }
  .header-margin {
    margin-top: 40px !important;
  } /* eze */
  /* mics eze */
  .extra-padding {
    padding-left: 20px;
  }
  /* sonic port eze */
  .dark-background {
    margin-bottom: -5px;
  }
  .dark-background div.product_section_bg .col-xs-24 {
    background-color: #323232;
    margin-top: -40px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .dark-background .col-xs-24 {
    background: #323232;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .dark-background h2, .dark-background h3, .dark-background p {
    color: #FFF;
  }
  .specs-page {
    margin-top: 40px;
  }
  .specs-page .product_section_bg {
    background: none !important;
  }
  .specs-page h2 {
    font-size: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 6px;
  }
  .specs-page .text-center img {
    min-height: 217px;
  }
  .specs-page h3 {
    font-size: 17px;
  }
  .specs-page ul {
    margin: 10px 0px;
    padding-left: 16px;
  }
  .specs-page ul li {
    line-height: 24px;
  }
  .product_section_bg .product-splash {
    margin-top: -40px;
  } /* fix for sonic port products by eze */
  .video-container {
    min-height: 300px;
  }
}
/* standard media 992px->∞ */
@media (min-width: 992px) { /* md */
  /* standard media >=992px */
  BODY.customtone.collapsed .search-bar input[type=text] {
    top: 0px;
  }
  BODY.customtone.collapsed .search-bar .search-button {
    top: 14px;
  }
  .page-nav .product-title {
    padding-left: 0px;
  }
  body.collapsed div.section_nav {
    min-height: 47px;
  }
  div.section_nav {
    min-height: 45px;
  }
  .product-image-container .overlay {
    position: relative;
    margin-top: -80px;
  }
  .product-splash {
    min-height: 100px;
  }
  .product-splash .title h2 {
    font-size: 3em;
  }
  .product-splash .breadcrumbs {
    top: 20px;
  }
  .reveal-double .reveal-content {
    position: fixed;
    top: 50%;
    margin-top: -40%;
    left: 50%;
    margin-left: -45%;
    z-index: 1000;
    background-color: #595959;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    display: none;
    width: 90%;
    height: 80%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
    overflow: auto;
  }
  /* product page */
  /* login */
  .login-page input[type=text], .login-page input[type=password], .login-page input[type=email], .login-page .select-style {
    font-size: 18px;
  }
  .login-page .captcha {
    float: right;
  }
  .login-page .typeofuser li {
    list-style-type: none;
    width: 33%;
    float: left;
  }
  /* login */
  /* videos */
  .collapsed .search-bar {
    margin-top: 5px;
  }
  .video-container {
    min-height: 395px;
  }
  /* /videos */
  div.section_bgimage > div:not(.hidden-md) {
    min-height: 600px;
  }
  .product-thumb div.thumb {
    min-height: 300px;
  }
}
/*CMS sections*/
/* cycle */
.section_cycle {
  text-align: center;
  background-color: black;
  height: 55vw;
  position: relative;
}
.section_cycle img {
  height: 55vw;
}
.section_cycle .nav {
  text-align: center;
  position: relative;
  z-index: 10;
  height: 55vw;
}
.section_cycle .nav a {
  text-decoration: none;
  display: inline-block;
  background-color: #333;
  color: #333;
  padding: 0px;
  margin: 3px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.section_cycle .nav .activeSlide a {
  background-color: #C1C1C1;
}
.section_cycle ul {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  padding-top: 55vw;
  margin-bottom: 0;
  position: relative;
  bottom: 20px;
}
.section_cycle li {
  display: inline;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #2e2e2e;
}

.btn-default, .btn-default:hover, .btn-default:focus {
  color: black;
  background-color: #e6e6e6;
}

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