@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Gloria+Hallelujah);

html {
  margin: 0; 
  padding: 0;
}

body { 
  background-color: #000000;
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.9em; 
  color: #000000; 
  margin: 0; 
  padding: 0;
}

img { border: none; }

a { color: #cc0000; text-decoration: none; }
a:visited { color: #cc0000; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gloria Hallelujah', cursive;
  color: #000000; 
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2.1em;
  line-height: 115%;
}

.margin_br {
  position: relative;
  margin: 0 10px 10px 0;
}

.margin_tl {
  position: relative;
  margin: 0 0 0 0;
}

.frame {
  position: relative;
  border: solid 1px #e0e0e0;
}

.clear {
  clear: both;
}

#top_bar_container {
  min-height: 44px;
  background-color: #000000;
}

#top_bar_inner { 
  position: relative;
  max-width: 1180px;
  margin: auto;
}

#top_bar_menu {
  position: relative;
  width: 240px;
  float: right;
  z-index: 1000;
}

#slicknav {
  display: none;
}

#search_box {
  position: relative;
  float: left;
  height: 36px;
  padding: 6px 0 2px 0;
}

#search_box  input[type="text"] {
  width: 200px;
  border-radius: 3px;
  border-style: none;
  font-size: 16px;
  padding: 6px 6px;
  color: #ffffff;
  background-color: #2a2a2a;
  margin: 0 5px;
}

#header_container {
  position: relative; 
}

#logo_container {
  position: absolute;
  max-width: 1180px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -590px;
  z-index: 2;
}

#logo_container .logo {
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  width: auto;
  display: block;
}

#logo_container .logo img {
  height: 100%;
  width: auto;
  display: block;
}

#extra_bar_container {
  background-color: #cc0000;
}

#extra_bar_inner {
  position: relative;
  max-width: 1180px; 
  margin: auto;
  padding: 5px 10px;
  color: #ffffff;
  box-sizing: border-box;  
}

#extra_bar_inner a {
  color: #ffffff;
}

#extra_bar_inner a:hover {
  color: #ffffff;
}

#extra_bar_inner a.close {
  color: #ffffff;
  background-color: #000000;
  padding: 5px;
  border-radius: 3px;
}

#extra_bar_inner a.close:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

#dealer_container {
  background-color: #909090;
  position: relative;
  overflow: hidden;
}

#dealer_inner {
  max-width: 1180px; 
  margin: auto;
  color: #cc0000;
}

#dealer_inner h1 {
  color: #cc0000;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 30px;
  margin: 0;
}

#header_container .logo_reduced {
  position: absolute;
  display: none;
}


#header_container .facebook_reduced {
  display: block;
  z-index: 110;
  position: absolute;
  right: 0;
  top: 0;
  height: 120px;
  width: 200px;
  max-width: 20%;
  background-image: url('/graphics/FollowUsFB.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}

#header_container .special_reduced {
  display: block;
  z-index: 110;
  position: absolute;
  right: 0;
  top: 30%;
  height: 120px;
  width: 200px;
  max-width: 20%;
  background-image: url('/bmx_special.php');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}

#header_container .image_placeholder {
  position:relative; 
  width:100%;
  height:0; 
  padding-top:23.4375%;
  z-index: 0;  
}

#header_container .header_img_ab {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%;
}

#header_container .header_img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;  
}

#middle_container {
  background-color: #ffffff;
}

#middle_inner {
  position: relative;
  max-width: 1180px;
  margin: auto; 
}

#middle_col_1 {
  position: relative;
  float: right;
  width: 190px;
  min-height: 550px;
  overflow: hidden;
}

#middle_col_2 {
  position: relative;
  float: right;
  width: 990px;
  min-height: 550px;
  overflow: hidden;
}

#middle_col_2 img {
  max-width: 100%;
}

#middle_col_3 {
  position: relative;
  float: right;
  width: 300px;
  min-height: 550px;
  overflow: hidden;
}

#footer_container {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #000000;
}

#footer_inner { 
  position: relative; 
  max-width: 1180px;
  margin: auto;
  text-align: center;
}

#footer_inner .section {
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
}

#footer_inner .section h1{
  font-size: 24px;
  color: #cc0000;
}

#footer_inner .section a{
  color: #ffffff;
  text-decoration: none;
}

#footer_inner .section a:hover{
  text-decoration: underline;
}

#footer_inner .bottom {
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
}

#side_menu {
  margin: 0px;
  padding: 0px;
}

#side_menu li{
  list-style: none;
  margin: 0 0 0 0;
}

#side_menu a {
  margin: 0px;
  display: block;
}

#side_menu a:hover{
  text-decoration: none;
}

li.menu_left a {
  padding: 3px 0 3px 5px;
  color: #000000;
  font-size: 1.2em;
  /*font-weight: bold;*/
}

li.menu_left a:hover {
  background-color: #f0f0f0;
}

li.menu_left_high a {
  padding: 3px 0 3px 5px;
  color: #ffffff;
  font-size: 1.2em;
  background-color: #000000;
  /*font-weight: bold;*/
}

li.menu_left_high a:hover {
}

li.menu_left_2 a {
  padding: 2px 0 2px 15px;
  color: #000000;
  font-size: 1.1em;
  background-color: #f7f7f7;
}

li.menu_left_2 a:hover {
  background-color: #f0f0f0;
}

li.menu_left_2_high a {
  padding: 2px 0 2px 15px;
  color: #ffffff;
  font-size: 1.1em;
  background-color: #000000;
}

li.menu_left_3 a {
  padding: 2px 0 2px 30px;
  color: #000000;
  font-size: 1em;
  background-color: #f7f7f7;
}

li.menu_left_3 a:hover {
  background-color: #f0f0f0;
}

li.menu_left_3_high a {
  padding: 2px 0 2px 30px;
  color: #ffffff;
  font-size: 1em;
  background-color: #303030;
}

.product_box {
  position: relative;
  float: left;
  width: 25%;
}

.product_box .pb_header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 50;
}

.product_box  .square {
  position: relative;
  width: 100%;
  height:0; 
  padding-top: 100%;
}

.product_box .product_pic_a_ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}

.product_box .product_pic_a_ab img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.product_box .product_pic_a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 20;
}

.product_box .product_pic_a img {
  width: 100%;
  height: auto;
}

.product_box .pb_footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 50;
  min-height: 25px;
}

.product_box .pb_was {
  text-decoration: line-through;
}

.product_box .pb_details {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.2em;
  z-index: 50;
}

.details_list {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 0.9em;
  z-index: 20;
}

.add_cart_list {
  position: absolute;
  bottom: 22px;
  right: 5px;
  font-size: 0.8em;
  z-index: 20;
}

.product_price {
  font-size: 1.2em;
  font-weight: bold;
  z-index: 20;
}

.small_nav {
  font-size: 0.9em;
}

.small_nav_title {
  font-size: 0.9em;
  font-weight: bold;
}

.product_was_price {
  font-size: 1em;
  text-decoration: line-through;
}

.product_you_save {
  font-size: 1em;
  font-style: italic;
}

#cart_summary {
  position: absolute;
  z-index: 1200;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  height: 44px;
  overflow-y: hidden;
  top: 0;
  right: 100px;
}

#cart_summary li {
  font-size: 1.1em;
  color: #ffffff;
  float: right;
  list-style: none;
  display: inline-block;
  height: 44px;
  line-height: 310%;
  padding: 0 10px 0 0;
}

#cart_summary li img {
  padding-top: 8px;
}

#cart_summary a {
  color: #909090;
  text-decoration: none;
}

#cart_summary a:hover {
  text-decoration: underline;
}

.cart_button {
  width: 180px;
  height: 35px;
  color: #ffffff;
  font-size: 11pt;  
  line-height: 135%;
  padding-left: 30px;
  border-width: 0;
  border-radius: 3px;  
  -moz-border-radius: 3px;  
  background-color: #ff6c00;
  background-image: url('/graphics/cart.png');
  background-position: 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button {
  color: #ffffff;
  font-size: 11pt;  
  line-height: 135%;
  border-width: 0;
  padding: 6px 12px;
  border-radius: 3px;  
  -moz-border-radius: 3px;  
  background-color: #ff6c00;
  cursor: pointer;
}

.divider_line{
  clear: both;
  height: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e0e0e0;
}

.scroll_container {
  width: 100%;
  overflow-x: auto;
}

#cart_table  {
  width: 100%;
  border-collapse: collapse;
}

#cart_table tr {
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 0 0 1px 0;
}

#cart_table th {
  text-align: left;
}

#cart_table a {
  vertical-align: middle;
}

#cart_table img {
  vertical-align: middle;
}

#cart_table input[type=text] {
  width: 3em;
}

#submit_feedback {
  font-weight: bold;
  color: red;
}

.categories_brand_links {
  position: relative;
  width: 130px;
  height: 70px;
  float: left;
}

.categories_brand_links img{
  vertical-text-align: middle;
  text-align: center;
}


.popup-gallery {
  float: right;
  width: 33%;
}

.popup-gallery a {
  width: 100%;
}

.popup-gallery a img {
  width: 100%;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

.auto_gallery {
  box-sizing: border-box;
}

.auto_gallery a {
  display: inline-block; 
  width: 33%;
}

.auto_gallery img {
  display: block; 
  width: 100%;
  height: auto;
  padding: 5px;  
  box-sizing: border-box;
}

.rider_owned_banner {
  position: absolute;
  background-color: #000000;
  bottom: 0;
  right: 0;
  padding: 15px;
  font-size: 2vw;
  font-weight: bold;
  box-sizing: border-box;
}

a.rider_owned_banner {
  color: #ffffff;
}

a.rider_owned_banner:hover {
  color: #cc0000;
  text-decoration: none;
}

#contact_form {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
}

#contact_form div {
  padding-bottom: 10px;
}

#contact_form input[type=text] {
  padding: 8px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  max-width: 100%;
}

#contact_form textarea {
  padding: 5px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  max-width: 100%;
}

#contact_form button {
  margin-top: 10px;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #72b01d;
  border: none;
  cursor: pointer;
}

#popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.80);
  z-index: 9999;
}

#popup_main {
  position: absolute;
  padding: 30px;
  min-width: 400px;
  max-width: 90%;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#popup_close {
  color: #cc0000;
  cursor: pointer;
}

@media all and (max-width: 1280px) {

  .margin_tl {
    position: relative;
    margin: 10px 0 0 10px;
  }

  #logo_container {
    display: none;
  }

  #header_container .logo_reduced {
    display: block;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('/graphics/bmx_logo6.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 90%;
  }

  #middle_col_1 {
    width: 20%;
  }
  
  #middle_col_2 {
    width: 80%;
  }
    
  .product_box {
    position: relative;
    float: left;
    width: 25%;
  }
  
  #middle_col_3 {
    display: none;
  }
  
}


@media all and (max-width: 980px) {

  #middle_col_1 {
    width: 25%;
  }
  
  #middle_col_2 {
    width: 75%;
  }
  
  .product_box {
    position: relative;
    float: left;
    width: 33.3%;
  }
  
  #search_box {
    width: 100%;
  }

  #search_box  input[type="text"] {
    float: right;
    max-width: 80%;
  }

  #footer_inner .section {
    width: 100%;

}


@media all and (max-width: 680px) {

  #middle_col_1 {
    width: 33.3%;
  }
  
  #middle_col_2 {
    width: 66.6%;
  }
  
  .product_box {
    position: relative;
    float: left;
    width: 50%;
  }

}


@media all and (max-width: 480px) {

  #middle_col_1 {
    width: 100%;
  }
  
  #middle_col_2 {
    width: 100%;
  }
  
  .product_box {
    position: relative;
    float: left;
    width: 50%;
  }

}


@media all and (max-width: 280px) {

  #middle_col_1 {
    width: 100%;
  }
  
  #middle_col_2 {
    width: 100%;
  }
  
  .product_box {
    position: relative;
    float: left;
    width: 100%;
  }

}
