/* Variables / Mixins
--------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  background-color: #f5f4f1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
}
a {
  color: #000;
}
a:hover,
a:active,
a:focus {
  color: #f26122;
}
a:visited {
  color: #000;
}
a.underline {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'jaf-bernino-sans', sans-serif;
}
h2,
h3 {
  font-weight: 600;
}
.section-title {
  padding-left: 15px;
}
.orange {
  color: #f26122;
}
.gray {
  color: #d8d2c9;
}
.dark-gray {
  color: #666;
  margin-top: 15px;
  font-size: 0.6em;
}
.orange-border {
  border-bottom: 3px solid #f26122;
}
.orange-border-small {
  border-bottom: 1px solid #f26122;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.clear {
  clear: both;
}
#wrapper {
  width: 980px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
header#branding {
  background-color: #d8d2c9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
header#branding .desktop {
  height: 115px;
}
header#branding .desktop nav ul {
  list-style: none;
}
header#branding .desktop nav ul li {
  float: left;
}
header#branding .mobile-header {
  height: 85px;
  width: 100%;
}
header#branding .mobile-header .logo {
  height: 50px;
  text-align: center;
}
header#branding .mobile-header .logo img {
  width: 100px;
}
header#branding .mobile-nav {
  display: block;
}
header#branding .mobile-nav nav {
  padding: 0;
}
header#branding .social-bar {
  display: none;
  text-align: right;
}
header#branding .social-bar img {
  margin: 0 5px;
}
header#branding .social-bar img:last-child {
  margin: 0 0 0 5px;
}
@media (min-width: 1024px) {
  header#branding .social-bar {
    display: block;
  }
}
.logo {
  padding-top: 15px;
}
.header-product-title {
  padding-top: 30px;
  font-family: 'octin-college';
  font-weight: 400;
  margin-bottom: 0;
}
.header-nav ul {
  margin-top: 40px;
  margin-bottom: 10px;
  list-style: none;
  right: 0;
  margin-right: -30px;
}
.header-nav ul li {
  font-size: 0.8em;
  font-family: 'octin-college';
}
.header-nav ul li a {
  text-transform: uppercase;
  color: #000;
}
.header-nav ul li a:hover {
  color: #f26122;
}
.product-nav {
  display: none;
  margin-top: -22px;
}
.product-nav ul {
  list-style: none;
}
#gear_carrier_nav {
  margin-left: 73px;
}
.current-section {
  color: #f26122 !important;
}
/***********/
/* Content */
/***********/
.content {
  width: 100%;
  background: #f3f0ed;
  overflow: hidden;
  height: auto;
  padding-bottom: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 750px;
}
.inner-container {
  padding-top: 25px;
  min-height: 500px;
  background: #f3f0ed;
  padding-bottom: 20px;
}
/* Hero section */
.hero-section {
  background: url(/images/tree_pattern.jpg) repeat-x center bottom #666;
  color: #fff;
  height: 380px;
  padding-bottom: 0;
}
.hero-section p {
  font-size: 1.125em;
  line-height: 1.8;
  margin: 3em 1em 2em 0;
}
.hero-section h2 {
  color: #fff;
  font-size: 2em;
}
.hero-section img {
  margin-top: 65px;
}
.hero-section ul {
  list-style: none;
}
.hero-section ul li img {
  margin-top: -10px;
  margin-left: 15px;
}
.hero-section a {
  color: #fff;
}
.product-images {
  text-align: center;
}
#gear-carrier-gallery {
  width: 434px !important;
}
.slidesjs-container {
  height: 570px !important;
  width: 434px;
  text-align: center;
  padding: 0 32px;
}
.slidesjs-control {
  text-align: center;
}
.slidesjs-container img {
  width: auto !important;
}
.slidesjs-previous {
  float: left;
  cursor: pointer;
}
.slidesjs-next {
  float: right;
  cursor: pointer;
}
.slidesjs-slide {
  margin: 0 auto !important;
}
.review-button {
  padding: 10px 20px;
  background: #f26122;
  color: #fff !important;
}
/* Specifications */
table {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 1.125em;
}
table tr th {
  text-align: left;
}
table tr th,
table tr td {
  border-top: 1px solid #dddddd;
  padding: 0.25em 1em 0.125em 0;
}
table tr,
table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: none;
  height: auto;
  overflow: hidden;
}
.bike-grid {
  margin: 0 0 2em;
  text-align: center;
}
.bike-grid .bike-modal {
  display: block;
  height: 250px;
  position: relative;
}
.bike-grid .bike-modal img {
  display: block;
  height: auto;
  width: 100%;
}
.bike-grid .bike-modal i {
  background: url(/images/plus.png) 0 0 no-repeat;
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
}
.wrapper {
  padding-top: 115px;
}
.wrapper ul {
  list-style: none;
}
.safety-block {
  height: auto;
  overflow: hidden;
  padding: 20px 0 50px;
}
.pdf {
  background: url(/images/icons/icon_pdf.png) 0 50% no-repeat;
  display: block;
  line-height: 25px;
  margin: 0.25em 0;
  padding-left: 35px;
}
.orange {
  color: #f26122;
}
dl {
  margin-top: 15px;
}
dl dt,
dl dd {
  /*line-height:2;*/
}
dt {
  /*font-family:'octin-college', serif;*/
}
dd {
  margin-bottom: 15px;
}
.team-name {
  margin-bottom: 0;
}
.team-title {
  color: #f26122;
  font-size: 1em;
  margin-bottom: 0;
}
.team-bio {
  font-size: 0.8em;
  margin-bottom: 30px;
}
.warranty-block {
  height: 500px;
}
.safety-block label,
.dealer-form label {
  color: #000;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
}
.safety-block input,
.dealer-form input {
  margin-bottom: 20px;
}
.button-standard {
  background: #f26122;
  color: #fff;
  font-family: "octin-college";
  border: none;
  font-size: 1em;
  padding: 5px;
  cursor: pointer;
}
.button-standard:hover {
  background: #f04000;
}
/**********/
/* Videos */
/**********/
.video-wrapper {
  margin-bottom: 50px;
}
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video,
.video-wrapper iframe {
  margin: 0 auto;
}
.video-thumb {
  cursor: pointer;
}
.wrapper h4 {
  font-size: 1.2em;
}
/********/
/* Gear */
/********/
.context-gallery img {
  display: block;
  float: left;
  margin-right: 2%;
  width: 48%;
}
/**************/
/* Promo Page */
/**************/
.promo-page ul,
.promo-page ol {
  margin-left: 1.5em;
}
.promo-page ul {
  list-style: initial;
}
.promo-page a {
  color: #f26122;
}
.promo-page a:hover {
  text-decoration: underline;
}
/**********/
/* Footer */
/**********/
footer {
  border-top: 3px solid #f26122;
  background: #d8d2c9;
  height: 550px;
  padding-top: 15px;
}
footer h3 {
  font-size: 1.2em;
}
footer textarea {
  max-width: 386px;
  height: 150px;
}
.fine-print {
  margin-top: 50px;
}
.fine-print p {
  text-align: center;
  font-size: 0.8em;
}
/* column float reset */
[class*="column"] + [class*="column"]:last-child {
  float: left;
}
.dealer-hero {
  height: 335px;
  width: 100%;
  background: url(/images/ashley_riding.jpg) no-repeat center;
  position: relative;
}
.dealer-hero h3 {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 2.75em;
}
.dealer-list {
  padding-top: 20px;
}
.dealer-column {
  width: 25%;
  height: auto;
  float: left;
}
.dealer-column dt {
  font-size: 1.2em;
  width: 90%;
}
.dealer-column dd {
  line-height: 1.5;
  padding-bottom: 10px;
}
.mobile-nav {
  display: none;
}
.tinner {
  width: 835px !important;
  height: 630px !important;
}
.whatisthis {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
}
.bln-explanation {
  position: absolute;
  right: 00px;
  top: -8px;
  background-color: #f5f4f1;
  border: 1px solid #3e451e;
  color: #3e451e;
  padding: 10px;
  font-size: 10px;
  width: 240px;
  text-transform: uppercase;
  line-height: 1.2;
  z-index: 3000;
}
.bln-explanation .tag {
  position: absolute;
  left: -7px;
  top: 10px;
}
/************/
/* features */
/************/
.features-list dd,
.features-list dt {
  line-height: 1.2;
}
.features-list dd {
  margin-bottom: 1em;
}
.dealer-list-item {
  line-height: 1.5;
  padding-bottom: 30px;
}
/*************/
/* Utilities */
/*************/
.fillsize {
  display: block;
  height: auto;
  width: 100%;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/* Parallax images */
.bike-section {
  background-image: url(/images/heroes/01-Cortney-Boice_DSC8515_1280x960.jpg);
  background-attachment: fixed;
}
.bike-info-section {
  background-image: url(/images/heroes/02-Cortney-Boice_MG_9437_1280x960.jpg);
  background-attachment: fixed;
}
.bike-spec-section {
  background-image: url(/images/heroes/03-IMG_6981_1280x960.jpg);
  background-attachment: fixed;
}
.gear-carrier-overview {
  background-image: url(/images/heroes/_MG_9208_LR.jpg);
  background-attachment: fixed;
}
.frame-bags-overview {
  background-image: url(/images/heroes/O95A4449_LR.jpg);
  background-attachment: fixed;
}
.team-member {
  border-top: 1px solid #d8d2c9;
  padding: 2em 0 3em;
  overflow: hidden;
}
.team-member .profile-pictures .thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-member .profile-pictures .thumbs li {
  display: none;
  text-align: center;
}
.team-member .profile-pictures .thumbs li:first-child {
  display: block;
  width: 100%;
}
.team-member .profile-content header {
  margin: 0 0 1em;
}
.team-member .profile-content .name {
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
}
.team-member .profile-content .subtitle {
  color: #f26122;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}
.team-member .profile-content .bio a {
  color: #f26122;
}
@media (min-width: 1024px) {
  .team-member {
    border: 0;
    padding: 0;
    margin: 0 -0.9375em 5em;
  }
  .team-member img {
    display: block;
  }
  .team-member .profile-pictures .thumbs li {
    display: block;
    float: left;
    padding-right: 1px;
    width: 50%;
  }
  .team-member .profile-pictures .thumbs li:first-child {
    float: none;
    padding: 0 0 1px;
  }
  .team-member .profile-pictures .thumbs li:last-child {
    padding: 0;
  }
}
/***** Dropdown *********/
.dropdown,
.select {
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  position: relative;
  width: 200px;
}
.dropdown > span {
  background: white;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1em;
  height: 33px;
  padding: 0.5em 1em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1001;
}
.dropdown > span:after {
  content: '\25BC';
  font-size: 12px;
  height: 1em;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 5%;
  width: 50px;
}
.dropdown.dropdown-active > span:after {
  content: '\25B2';
}
.dropdown ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.dropdown ul li {
  border: 1px solid #000;
  position: absolute;
  width: 100%;
  -webkit-transition: top 0.15s ease;
  -moz-transition: top 0.15s ease;
  -ms-transition: top 0.15s ease;
  -o-transition: top 0.15s ease;
  transition: top 0.15s ease;
}
.dropdown ul li span {
  background: white;
  color: #000;
  cursor: pointer;
  display: block;
  line-height: 2em;
  padding: 0 1em;
  width: 100%;
}
/*********/
/* Modal */
/*********/
.modal-wrapper {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (min-width: 48em) {
  .modal-wrapper.active {
    display: block;
  }
}
.modal-inner {
  background: #fff;
  height: auto;
  margin: 1em;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 101;
}
@media (min-width: 48em) {
  .modal-inner {
    margin: 50px auto;
    width: 920px;
  }
}
.modal-screen {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.close-modal {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  font-size: 25px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
}
/**************/
/* Bike Modal */
/**************/
#bike-modal h3 {
  margin: 0;
}
/***************/
/* Promo Modal */
/***************/
#promo_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-image: url(/images/modal_bg.png);
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.7);
}
#promo_inner {
  width: 720px;
  position: relative;
  top: 30px;
  margin: 0 auto;
}
/**************/
/* Team Modal */
/**************/
#team-modal figure {
  text-align: center;
}
#bln-container .modal-inner {
  -webkit-box-shadow: 0 0 95px;
  box-shadow: 0 0 95px;
  margin-top: 1em;
  padding: 0;
}
@media (min-width: 48em) {
  #bln-container .modal-inner {
    max-width: 70em;
    width: 90%;
  }
}
.bln-modal h2,
.bln-modal h3 {
  margin-bottom: 0;
}
.bln-modal form {
  margin: 0;
}
.bln-modal .row {
  margin-left: -0.5em;
  margin-right: -0.5em;
  max-width: initial;
  width: auto;
}
.bln-modal .columns {
  float: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.bln-modal [class*="small-"],
.bln-modal [class^="small-"] {
  float: left;
}
@media (min-width: 37.5em) {
  .bln-modal [class*="large-"],
  .bln-modal [class^="large-"] {
    float: left;
  }
}
.bln-modal header {
  background: #d8d2c9;
  overflow: hidden;
  padding: 10px;
  padding-right: 3em;
  position: relative;
}
.bln-modal header * {
  margin: 0;
}
.bln-modal header h2 {
  font-size: 1.25em;
  line-height: 1;
}
.bln-modal header .explanation,
.bln-modal header .needhelp {
  font-size: 0.75em;
  font-weight: 400;
}
.bln-modal header .explanation {
  clear: both;
  margin: 0.5em 0;
}
.bln-modal header .needhelp a {
  text-decoration: underline;
}
.bln-modal header .close-modal {
  font-size: 25px;
  line-height: 1;
  padding: 2px 8px 4px;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (min-width: 560px) {
  .bln-modal header .needhelp {
    float: right;
  }
}
@media (min-width: 48em) {
  .bln-modal header h2 {
    float: left;
    font-size: 1.7em;
  }
  .bln-modal header .explanation,
  .bln-modal header .needhelp {
    margin-top: 0.9em;
  }
  .bln-modal header .explanation {
    clear: none;
    float: left;
    margin-bottom: 0;
    margin-left: 1em;
  }
}
.bln-modal .options h3 {
  font-size: 1em;
}
.bln-modal .options .location {
  margin-bottom: 1em;
  padding-top: 1em;
}
.bln-modal .options .dropdown {
  width: 100%;
}
@media (min-width: 48em) {
  .bln-modal .options .dropdown {
    width: 200px;
  }
}
.bln-modal .options button {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 33px;
  margin: 0;
  width: 100%;
}
.bln-modal .options .prod-info {
  margin: 0 0 1em;
  text-align: center;
}
.bln-modal .options .prod-info figure {
  margin: 0 0 1em;
}
.bln-modal .options .prod-info img {
  display: inline-block;
}
.bln-modal .options .prod-info h2 {
  font-size: 1.25em;
  line-height: 1;
  margin: 0 0 0.5em;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .bln-modal .options .prod-info {
    text-align: left;
  }
  .bln-modal .options .prod-info img {
    display: block;
  }
  .bln-modal .options .prod-info h2 {
    font-size: 1.7em;
    margin: 0;
  }
}
.bln-modal .options .location .address-field {
  background: #fff;
  border: 1px solid #000;
  height: 33px;
  position: relative;
}
.bln-modal .options .location .address-field input {
  padding-right: 2em;
}
.bln-modal .options .location .address-field #find-location {
  height: 2em;
  margin-top: -1em;
  position: absolute;
  right: 0;
  top: 50%;
}
.bln-modal .options .location .address-field,
.bln-modal .options .location button {
  margin: 0 0 1em;
}
.bln-modal .options .location.disabled h3 {
  color: #888;
}
.bln-modal .options .location.disabled button {
  background: #aaa;
}
.bln-modal .options .location.disabled .address-field {
  border-color: #aaa;
}
@media (min-width: 37.5em) {
  .bln-modal .options .location .large-4 {
    width: 33.33333333%;
  }
  .bln-modal .options .location .large-8 {
    width: 66.66666667%;
  }
}
.bln-modal .options input,
.bln-modal .options .gtin-list-item-selected,
.bln-modal .options .search-list-selected {
  background: #fff;
  border: none;
  box-shadow: none;
  font-size: 16px;
  height: 30px;
  overflow: hidden;
  padding: 1px 0.5em;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
}
.bln-modal .options .option-selected {
  background: #b3d5f1;
  color: #fff;
}
.bln-modal .options .option-list-container {
  display: inline-block;
}
.bln-modal .legend {
  display: none;
  float: left;
  overflow: hidden;
}
.bln-modal .legend ul {
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.bln-modal .legend li {
  display: inline-block;
  font-size: 0.75em;
  margin: 0 1em;
  text-align: center;
  width: 75px;
}
.bln-modal .legend li b {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.bln-modal .legend li img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .bln-modal .legend {
    display: inline-block;
  }
}
.modal-content {
  padding: 10px;
  position: relative;
}
.bln-modal .location-results {
  clear: both;
  overflow: hidden;
}
.bln-modal .location-results a {
  color: #f26122;
}
.bln-modal .location-results a.btn {
  color: #fff;
}
.bln-modal .location-results #bln-results-list {
  overflow: auto;
  padding: 0 10px;
}
.bln-modal .location-results #bln-results-list .bln-status {
  bottom: 15px;
  font-size: 10px;
  position: absolute;
  right: 5px;
  text-align: right;
}
.bln-modal .location-results #bln-results-map {
  display: none;
  float: left;
}
.bln-modal .location-results #bln-results-map .bln-status {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 110%;
}
@media (min-width: 1024px) {
  .bln-modal .location-results #bln-results-list,
  .bln-modal .location-results #bln-results-map {
    height: 420px;
  }
  .bln-modal .location-results #bln-results-list {
    float: left;
  }
  .bln-modal .location-results #bln-results-map {
    display: block;
  }
}
.dealer {
  border-bottom: 1px solid #8c8c8c;
  font-size: 11px;
  line-height: 1.3;
  padding: 15px 5px;
  position: relative;
  width: 100%;
}
.dealer.preferred {
  background: #eee;
}
.dealer .dealer-name {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.dealer p {
  margin: 0;
}
.msg-container {
  background: #3f4520;
  display: block;
  height: auto;
  opacity: 0;
  padding: 5px;
  position: fixed;
  width: 175px;
  z-index: 2000;
}
.msg-container.viewsite-msg {
  background: #666;
  color: #fff;
}
.msg-container.buynow-msg {
  background: #f04000;
  border: 3px solid #f26122;
  color: #fff;
}
.msg-container.error {
  background: #f9bdbd;
  border: 3px solid #f00;
}
.search-list-selected {
  margin-right: 20px;
  padding-top: 5px;
  width: 100px;
}
.finding-retailers-msg {
  clear: both;
}
.stocking-header {
  background: rgba(8, 8, 8, 0) url('/images/template_images/bln/stockingdealer-header-bg.png') 0 0 no-repeat;
  color: #fff;
  font-size: 1.5em;
  height: 73px;
  margin-bottom: 0;
  margin-left: -20px;
  padding-left: 30px;
  position: relative;
  z-index: 1002;
}
.bln-modal a.buynow,
.bln-modal a.viewsite {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 5px;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.bln-modal a.buynow {
  background: #f26122;
  border: 0;
  color: #fff !important;
}
.bln-modal a.buynow:hover {
  background: #f58352;
}
.bln-modal a.viewsite {
  background: #666;
  border: 0;
  color: #fff;
  z-index: 2001;
}
.bln-modal a.viewsite:hover {
  background: #808080;
}
.bln-modal .stocking-dealers .dealer {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: relative;
  z-index: 1001;
}
.prod-list {
  background: #ccc;
  border-bottom: 1px solid #333;
  display: none;
  margin-top: -60px;
  position: absolute;
  z-index: 1000;
}
.prod-list h3 {
  border: 1px solid black;
  margin: 0;
}
.line-item button {
  border: 1px solid #333;
  border-width: 1px 1px 0 1px;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.line-item button:hover {
  background: #000;
  color: #fff;
}
.gtin-list,
.search-list,
.option-list {
  border-bottom: 1px solid #000;
  display: none;
  max-height: 500px;
  overflow: scroll;
  position: absolute;
  z-index: 2000;
}
.gtin-list-item,
.search-list-item,
.option-list-item {
  background: #fff;
  border: 1px solid #000;
  border-bottom: 0;
  color: #000;
  cursor: pointer;
  padding: 5px;
  width: 245px;
}
.search-list-item {
  width: 150px;
}
.gtin-list-item:hover,
.search-list-item:hover {
  background: #ccc;
}
.gtin-list-container,
.search-radius-container {
  display: inline-block;
  margin-bottom: 7px;
}
.gtin-list-item-selected,
.search-list-selected {
  background: transparent url('/images/template_images/bln/option-indicator.png') center right no-repeat;
  color: #000;
  cursor: pointer;
  margin-right: 20px;
}
.loading-msg {
  background: url(/images/template_images/backgrounds/background_30_black.png);
  background: rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  left: 50%;
  margin-left: -150px;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 300px;
}
/* Higher res parallax images */
@media all and (min-width: 1500px) {
  .bike-section {
    background-image: url(/images/heroes/01-Cortney-Boice_DSC8515_2000x1500.jpg);
  }
  .bike-info-section {
    background-image: url(/images/heroes/02-Cortney-Boice_MG_9437_2000x1500.jpg);
  }
  .bike-spec-section {
    background-image: url(/images/heroes/03-IMG_6981_2000x1500.jpg);
  }
  .gear-carrier-overview {
    background-image: url(/images/heroes/_MG_9208.jpg);
  }
  .frame-bags-overview {
    background-image: url(/images/heroes/O95A4449.jpg);
  }
}
@media all and (max-width: 1024px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .content {
    background-image: none;
    padding-bottom: 100px;
  }
  .wrapper {
    padding-top: 85px;
  }
  .hero-section {
    height: 480px;
    background-position: center;
    background-size: cover;
    background-image: url(/images/tree_pattern.jpg);
  }
  footer {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
  }
  footer textarea {
    max-width: 100%;
    min-width: 100%;
    height: 150px;
  }
  footer input[type=submit] {
    width: 100%;
  }
  .bike-grid .bike-modal {
    height: auto;
  }
  .dealer-column {
    width: 100%;
    height: auto;
    float: left;
  }
  .dealer-column dt {
    width: 100%;
  }
  .close-modal.mobile {
    background: #fff;
    left: 0;
    text-align: right;
    width: 100%;
    z-index: 101;
  }
  .mobile-modal-header {
    float: left;
    padding-left: 15px;
    font-family: 'octin-college';
    padding-top: 5px;
  }
  .video-wrapper iframe {
    height: auto;
  }
}
@media all and (max-width: 320px) {
  .header-product-title {
    padding-top: 10px;
  }
  .nav-block h3 {
    font-size: 1em;
  }
  .product-nav li {
    font-size: 0.8em;
  }
  .logo img {
    width: 100%;
  }
  .bln-explanation {
    position: relative;
  }
  .bln-explanation .tag {
    display: none;
  }
}
