﻿/*Store CSS*/
.sale-price,
.level-price {
  color: #e00600;
}
.regular-price {
  color: #777777;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12.8px;
}
.in-stock-hint {
  color: #5cb85c;
}
.out-stock-hint {
  color: #e00600;
}
/*Baseline margin utility class to add basline spacing to
    content and other elements
*/
.baseline-margin {
  margin-bottom: 27px;
}
.medium-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Store Alerts and Notices -- 
these should be converted to bootstrap 'alert' classes */
.notice-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.notice-success hr {
  border-top-color: #c9e2b3;
}
.notice-success .alert-link {
  color: #2b542c;
}
.notice-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.notice-info hr {
  border-top-color: #a6e1ec;
}
.notice-info .alert-link {
  color: #245269;
}
.notice-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.notice-warning hr {
  border-top-color: #f7e1b5;
}
.notice-warning .alert-link {
  color: #66512c;
}
.notice-failure {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.notice-failure hr {
  border-top-color: #e4b9c0;
}
.notice-failure .alert-link {
  color: #843534;
}
.field-validation-error {
  color: #a94442;
}
/*Checkout Highlights*/
.checkout-header,
.order-header {
  border-bottom: solid 1px #eeeeee;
}
.block-success .checkout-header {
  color: #5cb85c;
  border-bottom: solid 1px #def1de;
}
.block-danger .checkout-header {
  color: #e00600;
  border-bottom: solid 1px #f9cdcc;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #e00600;
}
.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
  content: "\f00c";
  /* fa-check */
  color: #5cb85c;
}
.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
  content: "\f00d";
  /* fa-times */
  color: #e00600;
}
/*Add to cart form margins*/
.add-to-cart-group .form-control,
.add-to-cart-group select,
.add-to-cart-group .btn {
  margin-bottom: 8px;
}
/*Small add to cart form for product listings and varaint listings*/
.cart-form-sm .btn {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.cart-form-sm .form-control,
.cart-form-sm select {
  height: 43px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.cart-form-sm .form-control,
select.cart-form-sm select {
  height: 43px;
  line-height: 43px;
}
textarea.cart-form-sm .form-control,
textarea.cart-form-sm select,
select[multiple].cart-form-sm .form-control,
select[multiple].cart-form-sm select {
  height: auto;
}
.cart-form-sm .quantity-field {
  width: 45px;
}
.cart-form-sm label[for="Quantity"] {
  display: none;
}
.variant-info-wrap {
  border-top: 0px;
  padding-top: inherit;
  margin-top: inherit;
}
/*product.variants-in-list.xml.config*/
.variant-image-wrap img {
  width: 100%;
  max-width: 80px;
}
/*entity.responsivegrid.xml.config*/
.sub-entity-main-wrapper .panel {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.sub-entity-main-wrapper .panel .fa-angle-right {
  float: right;
}
@media (min-width: 992px) {
  .sub-entity-main-wrapper .panel {
    margin-bottom: 15px;
    text-align: center;
  }
  .sub-entity-main-wrapper .panel .fa-angle-right {
    display: none;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*Set min-height for dynamic content area*/
.main-content-wrapper {
  min-height: 300px;
  padding-top: 15px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .main-content-wrapper {
    min-height: 500px;
  }
}
/*Logo & Header element padding*/
.logo-wrap,
.social-links,
.header-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .logo-wrap,
  .social-links,
  .header-middle {
    padding-top: 27px;
  }
}
.logo-wrap {
  align-content: center;
}
/*Main Header - Top navigation */
.main-header {
  box-shadow: 0px 22px 45px rgba(0, 0, 0, 0.1);
}
.top-header-bar {
  background: -webkit-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: -moz-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: -o-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: -ms-linear-gradient(top, #efefef 94%, #cccccc 98%);
  background: linear-gradient(top, #efefef 94%, #cccccc 98%);
  font-size: 12px;
}
/*Remove margin-top, rely on baseline margin
     values for vertical rhythm*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  line-height: 1.5;
}
h1.product-page-header {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h1.product-page-header {
    font-size: 32px;
  }
}
h1.entity-page-header {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1.entity-page-header {
    font-size: 41px;
  }
}
body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#bodyTag {
  background: #fff;
}
h1,
h2,
h3 {
  color: #666;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
}
/*Product Cells*/
.grid-item {
  text-align: center;
}
.grid-item-price-wrap {
  font-weight: bold;
  padding-top: 4px;
}
/*Product XmlPackages*/
.variant-name-wrap {
  font-size: 14px;
  margin: 0;
}
.product-page .product-info-wrap .price-wrap {
  margin-top: 0;
  margin-bottom: 15px;
}
.rating-stars {
  display: inline-block;
  width: 78px;
  position: relative;
  top: 5px;
}
a.rating-link,
.rating-link {
  display: inline-block;
  padding-right: 3px;
}
/*Tabs*/
.tab-content > .tab-pane {
  background: #fff;
  border-top: none;
  font-size: 14px;
  margin-bottom: 30px;
}
.tab-content {
  position: relative;
}
/*Dropdowns*/
.dropdown-menu {
  min-width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
  color: #fff;
  border-color: #212121;
}
.dropdown-menu a {
  color: #fff;
}
.dropdown-menu .divider {
  margin: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f4f4f4;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
/*Breadcrumb*/
.breadcrumb {
  font-size: 12px;
  margin-bottom: 15px;
  color: #777777;
}
/*Buttons*/
.btn {
  font-weight: bold;
}
/*Template Checkout/Cart Links*/
.header-right-nav {
  padding-top: 18px;
}
.top-header-left {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.header-phone-number {
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
}
a.checkout-link {
  color: #ffffff;
  background-color: #13bef7;
  border-color: #13bef7;
}
.user-links > li {
  margin: 0;
}
a.user-link[disabled],
a.user-link[aria-disabled] {
  display: none;
}
a.user-link {
  display: inline-block;
  font-size: 12px;
}
a#js-header-checkout-link.user-link[disabled] {
  display: none;
}
.checkout-link,
#js-show-cart {
  text-align: center;
}
a#js-show-wish,
a#js-show-wish:focus {
  color: #13bef7;
}
a#js-show-cart,
a#js-show-cart:focus {
  background-color: transparent;
  color: #fff;
}
a#js-show-cart:hover {
  background-color: transparent;
}
a#js-show-wish:hover {
  background-color: #eeeeee;
}
a.checkout-link:hover,
a.checkout-link:active,
a.checkout-link:focus {
  color: #ffffff;
}
a.checkout-link {
  display: none;
}
/* Manufacturer List */
.brands-sidebar {
  background: #62d4fa;
  width: 34px;
  right: 0px;
  padding: 8px 6px;
  font-size: 10px;
  position: fixed;
  right: -34px;
  top: 1%;
  top: 244px;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brandNavLink {
  display: block;
  padding-bottom: 10px;
}
.brand-section-wrapper {
  margin-bottom: 32px;
  padding-right: 32px;
  min-height: 100px;
}
.brand-list-heading {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  color: #4B616F;
}
.brands-sidebar a {
  color: #fff;
}
.nav-hint {
  background: #62d4fa;
  color: #fff;
}
.nudge-menu {
  right: 0px;
}
/*Inverse Color Classes*/
.btn-inverse {
  color: #fff;
  background-color: #4B616F;
  border-color: #4B616F;
}
.text-inverse {
  color: #fff;
}
.text-inverse a {
  color: #fff;
}
.text-inverse a:hover {
  color: #fff;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.panel-inverse .panel-heading {
  background: #13bef7;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: bold;
}
.panel-inverse .panel-heading a {
  color: #fff;
}
/*Navbar*/
.navbar {
  margin: 0;
}
.navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
}
.top-account-nav > li > a {
  padding: 10px;
}
.top-account-nav .dropdown-menu {
  min-width: 125px;
  margin-top: -1px;
}
/*Theme-specific Content Styles*/
.group-header {
  color: #4B616F;
  background: #eeeeee;
  padding: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  border-top: 5px solid #4B616F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.ultra {
  font-weight: 800;
}
.login-form .group-header,
.group-header .signin-text {
  padding: 0px;
  background: transparent;
  border: None;
  box-shadow: none;
  margin: 0;
}
.home-heading {
  text-align: center;
  margin-bottom: 18px;
  padding: 18px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
/* Fix some common problems with set widths in admin entered data*/
.responsive-content-fix img,
.responsive-content-fix div,
.responsive-content-fix table,
.responsive-content-fix p {
  max-width: 100%;
}
.responsive-content-fix {
  max-width: 100%;
  overflow: auto;
}
/* Footer */
.footer-wrapper {
  padding: 100px 0px;
  background-color: #212121;
}
.footer-row ul {
  list-style-type: none;
  font-size: 12px;
  line-height: 3;
  margin-bottom: 18px;
}
.footer-row ul a {
  color: #fff;
}
ul.ft-links {
  padding-left: 0px;
  text-transform: uppercase;
}
.ft-links li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.ft-links li a:hover {
  color: #eb2428;
  text-decoration: none;
}
.footerHeading {
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.copyright {
  border-top: 1px solid #555555;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #575757;
  font-size: 14px;
  background: #212121;
}
.copyright a {
  color: #575757;
}
.live-chat-wrapper {
  position: relative;
}
.live-chat {
  position: fixed;
  bottom: 0px;
  right: 20px;
}
/*Featured Entities*/
.brandbar .featured-entity-name-wrap {
  display: none;
}
.featured-entity-panel .panel-body {
  padding: 0;
}
.featured-item .panel-inverse .panel-heading {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #eeeeee;
  border-top: 4px solid #4B616F;
}
.featured-item .panel-inverse .panel-heading a {
  color: #4B616F;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
.address-collapse-link:focus {
  text-decoration: none;
  color: #809CDC;
}
.address-collapse-link:hover {
  color: #809CDC;
}
/* Credit card secure form styles */
.secured-form {
  background-color: #eeeeee;
  border: solid 1px #aaa;
  border-radius: 4px;
}
.credit-card-secured-form {
  max-width: 424px;
}
.braintree-secured-form {
  max-width: 424px;
}
.sagepaypi-secured-form {
  max-width: 424px;
}
.credit-card-page {
  padding: 15px;
}
.sage-pay-pi-credit-card-page {
  padding: 15px;
}
.braintree-credit-card-page {
  padding: 15px;
}
.order-confirmation-receipt-button {
  margin: 7px;
}
.order-confirmation-shipping-address-header {
  font-weight: bold;
}
.order-confirmation-billing-address-header {
  font-weight: bold;
}
.order-confirmation-shipping-method-header {
  font-weight: bold;
}
.collapsed-address-field {
  margin-bottom: 15px;
}
.order-confirmation-billing-address {
  display: inline-block;
  width: 250px;
  margin: 15px;
  vertical-align: top;
}
.order-confirmation-shipping-address {
  display: inline-block;
  width: 250px;
  margin: 15px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .customer-favorites {
    padding: 32px;
    padding-top: 54px;
  }
}
picture > img {
  width: 100%;
}
/*Search*/
.search-wrapper {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fcfcfc;
  margin-right: 0px;
  height: 48px;
}
.search-wrapper .glyphicon-search {
  padding: 8px;
  border-radius: 100%;
  float: left;
  height: 47px;
  text-align: center;
  color: #666;
  padding-top: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 10%;
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper .glyphicon-search {
    display: block;
  }
}
.search-static {
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .search-static {
    width: 90%;
  }
}
.search-box {
  width: 70%;
  display: inline-block;
  height: 46px;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 8px 0px;
  padding-left: 12px;
  float: left;
}
@media (min-width: 992px) {
  .search-box {
    width: 80%;
  }
}
.search-box:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-go {
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border: none;
  float: right;
  max-width: 44px;
  height: 44px;
  margin: 0px;
  width: 30%;
}
@media (min-width: 992px) {
  .search-go {
    width: 20%;
  }
}
.search-static .form-control {
  border: 0px;
}
.search-static .form-group {
  margin-bottom: 0px;
}
/*Promo Blurb Classes*/
.promo-blurbs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 32px;
  margin-bottom: 24px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.top-promo-blurbs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px;
}
@media (min-width: 992px) {
  .top-promo-blurbs {
    padding: 32px;
  }
}
.top-promo-blurbs a {
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  background: #eeeeee;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 18px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-promo-blurbs a:hover {
  background: #13bef7;
  text-decoration: none;
  color: #fff;
}
.promo-blurbs .border-right {
  border: none;
}
@media (min-width: 992px) {
  .promo-blurbs .border-right {
    border-right: 1px solid #eeeeee;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.social-links {
  padding-top: 0;
}
.location-section {
  background: #212121;
}
.location-one {
  background: url(../images/location-bg4.jpg) no-repeat 0 0;
  background-size: cover;
}
.location-two {
  background: url(../images/location-bg2.jpg) no-repeat 0 0;
  background-size: cover;
}
.location-three {
  background: url(../images/location-bg3.jpg) no-repeat 0 0;
  background-size: cover;
}
.location-four {
  background: url(../images/location-bg1.jpg) no-repeat 0 0;
  background-size: cover;
}
.inside {
  color: #fff;
  height: 100%;
  margin: 0 -15px;
  padding: 80px 0;
}
.heading-location {
  font-size: 30px;
  font-weight: 700;
}
.ft-location-title {
  color: #d94346;
  font-size: 12px;
  margin-top: 10px;
}
.carousel-indicators {
  left: 51.5%;
  bottom: -10px;
}
.carousel-indicators .active {
  background-color: #eb2428;
  border: 1px solid #eb2428;
}
.big-para {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
}
.red-text {
  text-align: center;
  color: #eb2428;
  font-size: 14px;
}
.red-heading {
  color: #eb2428;
  font-size: 14px;
}
.big-heading {
  color: #212121;
  line-height: 30px;
  font-size: 55px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.line-heading {
  background: #cccccc;
  width: 100px;
  height: 1px;
  margin-top: 0px;
  display: inline-block;
}
.para {
  color: #737373;
}
.guy-wrap {
  border-radius: 100%;
  height: 150px;
}
.circle-wrap {
  border-radius: 100%;
}
.featured-guy-wrap {
  background-image: url('../Images/circle-background.jpg');
  background-size: cover;
  padding-top: 30px;
  color: #fff;
}
.featured-guy-wrap a {
  color: #eb2428;
  font-weight: bold;
}
.featured-circle-wrap {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #333333f0;
}
.featured-circle-wrap a {
  color: #eb2428;
  font-weight: bold;
}
.section {
  padding: 90px 0px;
}
/* when no sale price, match the height so add-to-cart lines up with the others */
.featured-price .variant-price {
  margin-top: 22px;
}
.border-box-line {
  background: #d0d0d0 none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 30px 0;
  width: 100px;
}
.banner-section {
  height: 570px;
  position: relative;
}
.banner-section-item {
  height: 100%;
  display: none;
}
.banner-full-container {
  width: 100%;
  height: 100%;
  display: table;
  background-size: cover !important;
}
.banner-overlay {
  background: rgba(25, 25, 25, 0.5);
  width: 100%;
  height: 100%;
  color: #ffffff;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.rentals-banner {
  background: rgba(25, 25, 25, 0.8);
}
.banner-section h1 {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
}
.banner-section p {
  margin: 20px 0px;
  font-size: 18px;
}
.banner-section .btn {
  padding-right: 50px;
  padding-left: 50px;
}
.banner-call-to-action {
  width: 100%;
  text-align: center;
  bottom: 0px;
  border-top-color: #646363;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  text-transform: uppercase;
}
.banner-links {
  padding: 10px 50px;
  color: #ffffff;
  font-size: 14px;
  border-left-color: #646363;
  border-left-width: 1px;
  border-left-style: solid;
  display: inline-block;
}
.banner-links:last-of-type {
  border-right-color: #646363;
  border-right-width: 1px;
  border-right-style: solid;
}
.banner-links:hover {
  color: #eb2428;
  text-decoration: none;
}
.banner-links.active {
  color: #eb2428;
  text-decoration: none;
}
.banner-links:focus {
  color: #eb2428;
  text-decoration: none;
}
.call-to-action {
  color: #ffffff;
  background: rgba(255, 0, 0, 0.8);
  border-color: rgba(255, 0, 0, 0.8);
  border-radius: 0;
}
.call-to-action:hover,
.call-to-action:focus,
.call-to-action:active,
.call-to-action.active,
.open .dropdown-toggle.call-to-action {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}
.call-to-action:active,
.call-to-action.active,
.open .dropdown-toggle.call-to-action {
  background-image: none;
}
.call-to-action.disabled,
.call-to-action[disabled],
fieldset[disabled] .call-to-action,
.call-to-action.disabled:hover,
.call-to-action[disabled]:hover,
fieldset[disabled] .call-to-action:hover,
.call-to-action.disabled:focus,
.call-to-action[disabled]:focus,
fieldset[disabled] .call-to-action:focus,
.call-to-action.disabled:active,
.call-to-action[disabled]:active,
fieldset[disabled] .call-to-action:active,
.call-to-action.disabled.active,
.call-to-action[disabled].active,
fieldset[disabled] .call-to-action.active {
  background-color: rgba(255, 0, 0, 0.6);
  border-color: rgba(255, 0, 0, 0.6);
}
.call-to-action .badge {
  color: #428bca;
  background-color: #fff;
}
.button,
.featured-entities-shop-now {
  border: 0;
  padding: 12px 32px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.featured-entities-shop-now:hover {
  color: #fff;
  background-color: #666;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.button {
  text-decoration: none;
}
.feature-title {
  color: #d94346;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.feature-title {
  color: #d94346;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.feature-and-services {
  background: url('../images/services-bg.jpg') bottom #ffffff;
  background-repeat: no-repeat;
  padding: 90px 0px;
}
.feature-section {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 70px;
  padding-bottom: 70px;
}
.feature-section .btn {
  font-size: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
  border-radius: 0;
}
.feature-section .btn-info {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #eb2428;
  color: #eb2428;
}
.feature-section .btn-primary {
  background: #eb2428 none repeat scroll 0 0;
  border-color: #eb2428;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.feature-section img {
  display: inline-block;
}
.feature-section p {
  font-size: 15px;
  font-weight: 300;
  min-height: 100px;
}
.feature-heading {
  color: #212121;
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
}
.feature-heading a {
  color: #212121;
  line-height: 55px;
  font-weight: 700;
}
.fadetext .feature-heading {
  opacity: 0.4;
}
.featured-product-name {
  height: 75px;
  overflow: hidden;
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.featured-summary.truncate {
  height: 60px;
  overflow: hidden;
}
/* when no sale price, match the height so add-to-cart lines up with the others */
.featured-price .variant-price {
  margin-top: 22px;
}
.services-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.services-list li {
  width: 20%;
  text-align: center;
  vertical-align: top;
  float: left;
}
.services-list li .service-box {
  padding: 10px;
  border: 1px solid #ffffff;
  border-image: none;
  position: relative;
}
.services-list li .service-box a:hover {
  opacity: 0.8;
}
.services-list li .service-box .services-caption {
  background: rgba(0, 0, 0, 0.7);
  left: 10px;
  top: 10px;
  text-align: center;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  position: absolute;
}
.btn-primary {
  color: #fff;
  background-color: #E31136;
  border-color: #db1a2d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ba0827;
  border-color: #ba0827;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ba0827;
  border-color: #ba0827;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ba0827;
  border-color: #ba0827;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ba0827;
  border-color: #ba0827;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #E31136;
  border-color: #db1a2d;
}
.sub-entity-list-item a {
  color: #666;
  font-weight: bold;
}
a {
  color: #000;
}
.header-top-section {
  background: #212121;
}
.header-top-section ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
.top-left-menu li {
  color: #eb2428;
}
.top-left-menu li,
.top-right-menu li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 18px;
}
.top-left-menu li a,
.top-right-menu li a {
  color: #fff;
  font-weight: 500;
}
.top-right-menu li {
  border-right: 2px solid #fff;
}
.top-right-menu li:first-of-type,
.top-right-menu li:last-of-type {
  border: 0;
}
.top-right-menu li a span.cart {
  display: inline-block;
  background: #eb2428;
  margin-left: 5px;
  padding: 0 4px;
  color: #fff;
}
.top-right-menu li .dropdown-menu {
  background: #212121;
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.top-right-menu li .dropdown-menu li {
  border: 0;
  border-bottom: 1px solid #4e4e56;
  display: block;
  padding: 0;
  text-align: left;
}
.top-right-menu li .dropdown-menu li a {
  color: #8a8a8a;
  font-weight: 300;
  display: block;
  padding: 8px;
  margin: 0;
}
.top-right-menu a.popcart span {
  background-color: #E9231A;
  padding: 0px 2px;
}
.header-logo-section {
  margin-bottom: 5px;
}
.popcart-dropdown .caret-wrapper {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 100%;
  padding-top: 0px;
  margin-left: 6px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  float: right;
  color: #fff;
}
.cart-items {
  display: inline-block;
  padding: 0px 0px 0px 4px;
  margin-left: 5px;
  padding: 0 4px;
  color: #fff;
}
.popcart-dropdown .caret {
  margin-left: 0px;
}
.glyphicon-shopping-cart {
  color: #fff;
}
.pop-cart-menu {
  padding: 14px;
  min-width: 150px !important;
}
.dropdown-menu {
  background-color: #212121;
  color: #fff;
}
.category-menu {
  width: 100%;
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a.call-to-action {
  color: #fff;
}
.dropdown-menu > li > a.button:hover {
  color: #333;
}
.template-top-right {
  text-align: center;
}
.header-right-info {
  padding-right: 0px;
  padding-left: 0px;
}
.pop-cart-menu {
  right: 0px;
  left: inherit;
}
.top-account-nav {
  background: rgba(0, 0, 0, 0.5);
}
.top-account-nav a.dropdown-toggle {
  text-align: center;
  padding: 13px;
  color: #fff;
}
.top-account-nav > li > a:hover,
.top-account-nav > li > a:focus {
  background: rgba(0, 0, 0, 0.3);
}
.top-account-nav .open > a,
.top-account-nav .open > a:hover,
.top-account-nav .open > a:focus {
  color: #333;
}
.popcart-label {
  padding-left: 4px;
  display: inline-block;
}
.tab-content {
  border: 1px solid #ebebeb;
  border-top: none;
  position: relative;
}
.product-image-wrap {
  margin-bottom: 32px;
}
.product-page-top {
  background: #F4F4F4;
  padding: 32px;
  margin-bottom: 32px;
}
h1.product-page-header {
  margin-top: 0px;
  font-size: 22px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list a {
  padding: 10px 20px;
}
.menu-list li {
  list-style-type: none;
  font-weight: normal;
  font-size: 13px;
}
.menu-list > li > a:hover {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}
.menu-list a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  background: #212121;
}
.menu-heading {
  font-weight: bold;
}
.menu-section {
  padding-bottom: 8px;
}
.ymm-content .row {
  margin: 0px;
}
.menu-list .viewAllItem a {
  background: #f4f4f4;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-nav {
  margin-left: 0;
  margin-right: 0;
  background-color: #000;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar {
  border: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
.home-image-links-wrapper {
  background: rgba(0, 0, 0, 0.02);
}
.home-chunks {
  margin: 0 auto;
  margin-bottom: 32px;
}
.home-top-block {
  padding: 0px;
}
.home-block {
  padding: 0px;
}
.cart-count {
  background-color: #e9231a;
  padding: 0px 4px 2px 3px;
}
@media (max-width: 480px) {
  .team-page .nav-tabs > li {
    float: none;
  }
  .lessons-page .nav-tabs > li {
    float: none;
  }
}
.rental-mid {
  background: url('../images/rentals-banner2.jpg');
  background-repeat: no-repeat;
  padding: 40px 100px;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rental-mid h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 25px;
}
.lessons-page h1 {
  padding-bottom: 25px;
}
.lessons-page p,
.welcome-text-wrapper p {
  line-height: 26px;
  margin-bottom: 25px;
}
.lessons-faq {
  padding: 50px;
  background: #f4f4f4;
}
.lessons-mid {
  background: url('images/lessons-banner2.jpg') no-repeat;
  padding: 40px 150px 40px 40px;
  color: #808080;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.breadcrumb {
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  font-size: 13px;
  text-transform: uppercase;
  color: #eb2428;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-weight: 300;
}
.breadcrumb a {
  color: #777;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.SectionTitleText {
  text-transform: uppercase;
  color: #eb2428;
  font-size: 13px;
  font-weight: 300;
}
.breadcrumbseparator {
  font-size: 13px;
  font-weight: 300;
  color: #ccc;
  padding: 0px 5px;
}
@media (min-width: 768px) {
  .menu-list a {
    color: #fff;
  }
  .ymm-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
  .menu-list {
    min-width: 250px;
    line-height: 22px;
  }
  .two-column-menu {
    width: 600px;
  }
  .three-column-menu {
    width: 394px;
  }
  .navbar-nav > li > a {
    border-right: 1px solid #e1e1e1;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav > li {
    display: table-cell;
    width: 1%;
    float: none;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav > li > a:hover {
    color: #eb2428 !important;
  }
  .navbar-inverse .menu-list a {
    color: #fff !important;
  }
  .navbar-inverse .menu-list a:hover {
    color: #666 !important;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav > li {
    display: table-cell;
    width: 1%;
    float: none;
  }
  .navbar-collapse {
    padding: 0;
    margin-top: 10px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    color: #5b5b5b;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
    padding-left: 3px;
    padding-right: 3px;
  }
  .navbar-nav > li > a:hover {
    color: #eb2428 !important;
  }
  .navbar-nav > li > a {
    border-right: 1px solid #e1e1e1;
  }
  .navbar-nav li:last-of-type a {
    border-right: 0;
  }
}
.navbar-inverse .menu-list a {
  color: #fff !important;
}
.top-navigation-wrap {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.navbar-inverse {
  border-color: #F8F8F8;
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #F8F8F8;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 500;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.three-column-menu {
  padding: 0 !important;
  background-color: #212121;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #eb2428;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.header-middle {
  margin-top: 30px;
}
.main-content-wrapper {
  padding-top: 30px;
}
.manager-bio {
  background-color: f4f4f4;
  padding: 50px;
}
.mgr-photo,
.team-photo {
  border-radius: 100%;
}
.team-page .nav-tabs li,
.locations-page .nav-tabs li {
  border: 0;
}
.team-page .nav-tabs > li,
.locations-page .nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}
.team-page .nav-tabs > li.active > a,
.team-page .nav-tabs > li.active > a:hover,
.team-page .nav-tabs > li.active > a:focus,
.locations-page .nav-tabs > li.active > a,
.locations-page .nav-tabs > li.active > a:hover,
.locations-page .nav-tabs > li.active > a:focus {
  background-color: #f4f4f4;
  border: 0;
  border-bottom: solid 1px #f4f4f4;
}
.team-page .nav-tabs,
.locations-page .nav-tabs {
  text-align: center;
}
.team-page .nav-tabs,
.locations-page .nav-tabs {
  border-bottom: 0px;
  font-size: 18px;
}
.team-page .tab-content,
.locations-page .tab-content {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  margin-top: -1px;
  padding-top: -1px;
  padding-bottom: 0;
}
.tab-content {
  position: relative;
}
.tab-content > .active {
  display: block;
}
.mgr-name {
  color: #202020;
  font-size: 26px;
  margin-bottom: 0;
}
.mgr-title {
  color: #eb2428;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}
.manager-bio p {
  color: #808080;
}
.manager-bio {
  background-color: #F4F4F4;
}
.staff {
  margin: 0;
  padding: 50px 0px;
  background: #fff;
}
.staff-bio {
  text-align: center;
}
.staff-name {
  color: #858585;
  font-size: 15px;
}
.staff-title,
.loc-label {
  color: #eb2428;
  text-transform: uppercase;
  font-size: 12px;
}
.staff img {
  margin-top: 35px;
  nargin-bottom: 10px;
}
@media (min-width: 992px) {
  .brand-menu {
    left: -285px;
  }
  .ymm-content {
    padding: 0 15px;
  }
  .two-column-menu {
    width: 700px;
  }
  .three-column-menu {
    width: 950px;
    padding: 0;
  }
  .viewAllItem {
    text-align: right;
  }
  .menu-list .viewAllItem a {
    display: inline-block;
    background: #baf4ed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-top: 0px;
  }
  .menu-list .viewAllItem a:hover {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .top-left-menu li,
  .top-right-menu li {
    padding: 5px 3px;
    font-size: 12px;
  }
  .navbar-nav > li > a {
    font-size: 10px;
  }
  .pop-cart-menu {
    padding: 14px;
    min-width: 150px !important;
  }
  .footer-sub label {
    font-size: 10px;
  }
  .heading-location {
    font-size: 16px;
  }
  .inside {
    padding: 20px 0;
  }
  .ft-heading {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .top-left-menu li,
  .top-right-menu li,
  .top-right-menu .dropdown-menu > li > a {
    padding: 5px 3px;
    font-size: 10px;
  }
  .navbar-nav > li > a {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 15px;
    border-top: 0;
  }
  .navbar-nav {
    border-top: 1px solid #e1e1e1;
  }
  .navbar-nav > li {
    display: inline-block;
    width: auto;
    float: left;
  }
  .pop-cart-menu {
    min-width: 150px !important;
  }
  .heading-location {
    font-size: 16px;
  }
  .inside {
    padding: 20px 0;
  }
  .ft-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    background-color: #212121;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #262626;
    background-color: #f5f5f5;
  }
  .header-phone-number {
    padding-top: 0;
  }
  .header-middle {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .top-left-menu,
  .top-right-menu {
    display: block;
    text-align: center;
  }
  .top-left-menu li {
    border-right: 2px solid #fff;
  }
  .top-left-menu li,
  .top-right-menu li,
  .top-right-menu li a {
    font-size: 8px;
    padding: 0;
  }
  .navbar-nav li a {
    text-align: center;
  }
  .pop-cart-menu {
    min-width: 150px !important;
  }
  .search-wrapper {
    margin-top: 20px;
    text-align: center;
  }
  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 8px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .services-list li {
    display: block;
    float: none;
    width: 50%;
    text-align: center;
  }
}
.sev-text {
  color: #ffffff;
  line-height: 35px;
  font-size: 30px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .sev-text {
    line-height: 30px;
    font-size: 25px;
    margin-top: 15px;
  }
}
/* vertically stacked */
@media (max-width: 767px) {
  .sev-text {
    line-height: 30px;
    font-size: 25px;
    margin-top: 35px;
  }
}
@media (max-width: 499px) {
  .sev-text {
    line-height: 20px;
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .location-section {
    background: #212121;
  }
  .location-one {
    background: url(../images/location-bg4.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .location-two {
    background: url(../images/location-bg2.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .location-three {
    background: url(../images/location-bg3.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .location-four {
    background: url(../images/location-bg1.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .inside {
    color: #fff;
    height: 100%;
    margin: 0 -15px;
    padding: 80px 0;
  }
  .heading-location {
    font-size: 30px;
    font-weight: 700;
  }
  .ft-location-title {
    color: #d94346;
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .three-column-menu {
    padding: 0 !important;
  }
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list {
  padding: 0px 15px;
}
.menu-list li {
  list-style-type: none;
  font-weight: normal;
  font-size: 13px;
}
.menu-list li:hover {
  background-color: #f5f5f5;
}
.menu-list a {
  padding: 10px;
  display: block;
}
.menu-list a:hover {
  text-decoration: none;
  color: #262626;
}
.menu-list .btn-sm {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .menu-list .btn-sm {
    text-align: right;
    display: inline-block;
    float: right;
  }
}
@media (min-width: 768px) {
  .menu-list {
    min-width: 250px;
    line-height: 22px;
  }
}
/*SET links and hover states if navbar background is inverse or dark*/
.navbar-inverse .menu-list a {
  color: #fff;
}
.navbar-inverse .menu-list a:hover {
  color: #fff;
}
.navbar-inverse .menu-list li:hover {
  background-color: #364651;
}
.navbar-inverse .menu-list .btn-default {
  color: #364651;
}
@media (min-width: 768px) {
  .navbar-inverse .menu-list a {
    color: #333333;
  }
  .navbar-inverse .menu-list a:hover {
    color: #666666;
  }
  .navbar-inverse .menu-list li:hover {
    background: #f5f5f5;
  }
}
/*Menu Widths at Different Viewports*/
@media (min-width: 768px) {
  .two-column-menu {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .two-column-menu {
    width: 700px;
    padding: 18px;
  }
}
@media (min-width: 768px) {
  .three-column-menu {
    width: 394px;
  }
}
@media (min-width: 1200px) {
  .three-column-menu {
    width: 950px;
    padding: 18px;
  }
}
.menu-heading {
  font-weight: bold;
}
.menu-section {
  padding-bottom: 8px;
}
.ymm-content .row {
  margin: 0px;
}
@media (min-width: 768px) {
  .ymm-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm-content {
    padding: 18px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/* For styles unique to a particular vertical. */

.checkout-location-pickup-message {
	font-size: 0.85em;
}
.rental-location-pickup-label {
	font-weight: bold;
}
/* BEGIN 1.31 themestyles.css (vertical-custom.css -full) */
/*Tritech Specific Styles*/
.rental-selection-wrapper {
  position: relative;
}
.rental-selection-wrapper .fa-spinner {
  position: absolute;
  right: 34px;
  top: 40px;
  color: #265680;
}
.spinner-loader {
  display: none;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 32px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.button.disabled,
fieldset[disabled] a.button {
  pointer-events: none;
}
.rent-instrument-button {
  color: #fff;
  background-color: #265680;
  border-color: #20496c;
}
.rent-instrument-button:focus,
.rent-instrument-button.focus {
  color: #fff;
  background-color: #1a3c59;
  border-color: #03070a;
}
.rent-instrument-button:hover {
  color: #fff;
  background-color: #1a3c59;
  border-color: #12293d;
}
.rent-instrument-button:active,
.rent-instrument-button.active,
.open > .dropdown-toggle.rent-instrument-button {
  color: #fff;
  background-color: #1a3c59;
  background-image: none;
  border-color: #12293d;
}
.rent-instrument-button:active:hover,
.rent-instrument-button.active:hover,
.open > .dropdown-toggle.rent-instrument-button:hover,
.rent-instrument-button:active:focus,
.rent-instrument-button.active:focus,
.open > .dropdown-toggle.rent-instrument-button:focus,
.rent-instrument-button:active.focus,
.rent-instrument-button.active.focus,
.open > .dropdown-toggle.rent-instrument-button.focus {
  color: #fff;
  background-color: #12293d;
  border-color: #03070a;
}
.rent-instrument-button.disabled:hover,
.rent-instrument-button[disabled]:hover,
fieldset[disabled] .rent-instrument-button:hover,
.rent-instrument-button.disabled:focus,
.rent-instrument-button[disabled]:focus,
fieldset[disabled] .rent-instrument-button:focus,
.rent-instrument-button.disabled.focus,
.rent-instrument-button[disabled].focus,
fieldset[disabled] .rent-instrument-button.focus {
  background-color: #265680;
  border-color: #20496c;
}
.rent-instrument-button .badge {
  color: #265680;
  background-color: #fff;
}
.rental-form-control input[type='text'] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.rental-form-control input[type='text']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rental-form-control input[type='text']::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.rental-form-control input[type='text']:-ms-input-placeholder {
  color: #767676;
}
.rental-form-control input[type='text']::-webkit-input-placeholder {
  color: #767676;
}
.rental-form-control input[type='text']::-ms-expand {
  border: 0;
  background-color: transparent;
}
.rental-form-control input[type='text'][disabled],
.rental-form-control input[type='text'][readonly],
fieldset[disabled] .rental-form-control input[type='text'] {
  background-color: #eeeeee;
  opacity: 1;
}
.rental-form-control input[type='text'][disabled],
fieldset[disabled] .rental-form-control input[type='text'] {
  cursor: not-allowed;
}
textarea.rental-form-control input[type='text'] {
  height: auto;
}
#PlanCode {
  width: 80%;
  display: inline;
  vertical-align: middle;
}
.inventory-by-location-topic-wrap {
  border: solid 1px #ddd;
  background: #fff;
  padding: 1rem;
  font-size: 0.9rem;
  margin: 0 1rem;
}
.inventory-by-location-topic-wrap:first-child {
  margin-left: 0;
}
.inventory-by-location-topic-wrap:last-child {
  margin-right: 0;
}
.edition-inventory-by-location-in-stock {
  color: green;
  font-weight: bold;
}
.edition-inventory-by-location-out-of-stock {
  color: #663;
  font-weight: bold;
}
.edition-inventory-by-location-name {
  font-size: 16px;
}
.list-item-mpn-wrap {
  margin-bottom: 5px;
}
.product-fullsku,
.product-sku,
.product-mpn {
  margin-bottom: 5px;
}
.product-manufacturerpartnumber {
  margin-bottom: 5px;
}
a.thumbnailLink {
  text-decoration: none;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
  height: 150px;
}
.thumbnail > img {
  max-height: 75px;
}
.thumbnail:hover,
.thumbnail:focus,
.thumbnail:active {
  border-color: #00693C;
}
.thumbnail .caption {
  text-align: center;
}
.manage-creditcard-list {
  margin: 25px 0 25px 0;
}
.manage-creditcard-form {
  margin: 25px 0 25px 0;
}
.manage-creditcard-list-td-radio {
  text-align: center;
}
.manage-creditcard-edit-icon {
  font-size: 21px;
}
.sign-button-separator {
  padding: 0 25px 0 25px;
}
.sub-entity-in-list {
  width: 25%;
  margin-bottom: 16px;
}
#modal-reservation-details h4,
#modal-reservation-details p {
  text-align: center;
}
#modal-reservation-details .reservation-calendar {
  display: inline-block;
}
#modal-reservation-details .row > * {
  text-align: center;
}
#modal-reservation-details .reservation-input {
  display: none;
}
#repairs-wrapper h2 {
  padding: 0;
  margin: 0;
}
#repairs-wrapper header {
  margin-bottom: 3rem;
}
#repairs-wrapper img {
  margin-bottom: 2rem;
}
#repairs-wrapper #repairs-submit {
  width: 100%;
}
#repairs-serial-modal header {
  margin-bottom: 1rem;
}
.pointer {
  cursor: pointer;
}
#email-me-modal h3 {
  margin-bottom: 0;
}
#email-me-modal .body-header {
  margin-bottom: 2rem;
}
#email-me-modal .modal-body {
  padding: 0 5rem 5rem;
}
#email-me-modal .image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
#email-me-modal .notes-text {
  resize: none;
}
.checkout-location-pickup-message {
  font-size: 0.85em;
}
.rental-location-pickup-label {
  font-weight: bold;
}
.aec2brequest-submit {
  text-align: center;
}
.aec2brequest-form {
  margin: 1em 0 1em 0;
}
.aec2brequest-fields {
  margin: 1em 0 1em 0;
}
/*Serialzed Product Display*/
.product-info-section {
  text-align: center;
  margin-bottom: 3rem;
}
.product-page-top-section {
  margin-bottom: 3rem;
}
.serialized-product-page .parent-variantid-selectors {
  margin-bottom: 9px;
}
.serialized-product-page .section-heading {
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d5d5d5;
  line-height: 0.1em;
  margin: 1rem 0 3rem;
}
.serialized-product-page .section-heading span {
  background: #fff;
  padding: 0 1rem;
}
.serialized-product-page .rating-header {
  overflow: hidden;
  border-bottom: none;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}
.serialized-product-page .rating-header:before,
.serialized-product-page .rating-header:after {
  background-color: #d5d5d5;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.serialized-product-page .rating-header:before {
  right: 0.5em;
  margin-left: -50%;
}
.serialized-product-page .rating-header:after {
  left: 0.5em;
  margin-right: -50%;
}
.serialized-product-page .product-summary-wrap,
.serialized-product-page #Reviews {
  margin-bottom: 3rem;
}
.serialized-product-page .variant-info {
  margin-bottom: 3rem;
}
.serialized-product-page .variant-info .condition-flag {
  display: none;
}
.serialized-product-page .variant-info .section-heading {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.serialized-product-page .variant-info .section-heading span {
  background-color: #eeeeee;
}
.serialized-product-page .medium-image-wrap {
  min-height: 250px;
  margin-bottom: 0;
}
.serialized-product-page .product-heading {
  font-weight: bold;
}
.serialized-product-page .grid-item-inner {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
  padding: 0;
  font-size: 1.3rem;
  width: 100%;
}
.serialized-product-page .price-wrap {
  font-size: 1.3rem;
}
.serialized-product-page .price-wrap span {
  display: none;
}
.serialized-product-page #defaultProduct {
  display: none;
}
.serialized-product-page .product-top-page-section {
  padding: 3rem 0;
}
.serialized-product-page.is-serial .default-sku {
  display: none;
}
.serialized-product-page.is-serial .product-page-header {
  display: none;
}
.serialized-product-page.is-serial .product-section-anchors {
  display: none;
}
.serialized-product-page.is-serial .product-page-top-section {
  background: #eeeeee;
  padding: 3rem;
}
.condition-flag {
  position: relative;
}
.condition-flag span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.condition-flag span.used {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.condition-flag span.new {
  background-color: rgba(38, 86, 128, 0.8);
  color: #fff;
}
.product-section-anchors {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 3rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem;
}
.product-section-anchors .section-anchor img {
  width: 25px;
}
.inventory-by-location-wrap {
  display: flex;
}
.variant-row {
  justify-content: flex-start;
  display: flex;
}
.variant-row .variant-grid-item {
  display: flex;
  align-items: stretch;
  width: 20%;
  margin: 0 1rem;
}
.variant-row .variant-image-wrap a {
  margin: 0 auto;
}
.variant-row .variant-image-wrap img {
  max-width: unset;
  margin: 0 auto;
  align-self: center;
  max-width: 240px;
}
.variant-row .grid-item-image-wrap {
  display: flex;
  min-height: 150px;
  justify-content: space-around;
  align-items: center;
}
#ae-gift-card-check-balance-button {
  width: 100%;
}
.ae-gift-card-spacer {
  margin-bottom: 10px;
}
.form-control.ae-gift-card-spacer {
  margin-bottom: 10px;
}
.serialized-product-micro-alternate-image {
  padding: 0 4px 0 4px;
}
.reservation-details {
  border-bottom: solid 1px #eee;
  padding-bottom: 15px;
}
.off,
.btn.off {
  display: none;
}
.choose-payment-method-button {
  text-align: center;
  width: auto;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ae-approve-estimate-credit-card-modal-body,
.ae-approve-estimate-credit-card-modal-footer {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
.ae-approve-estimate-credit-card-form-label {
  text-align: center;
  font-weight: bold;
}
/* END 1.31 themestyles.css (vertical-custom.css -full) */
/* BEGIN AIMStorefront 1.36, themestyles.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.admin-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 85px;
  left: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  opacity: 0.9;
  text-transform: none;
  border: 0;
  border-radius: 24px;
  background-color: #bce8f1;
  transition: all 0.3s ease;
  text-decoration: none;
}
.admin-link:hover {
  text-decoration: none;
  background-color: #9edeeb;
}
.admin-link:hover span {
  transform: rotate(70deg);
}
.paypal-payment-methods {
  padding: 7px;
}
#ae-gift-card-check-balance-button {
  width: 100%;
  font-size: 14px;
}
#ae-gift-card-checkbox-label {
  display: inline;
}
#AeGiftCardUseFullBalance {
  margin-top: 30px;
}
.account-contracts-table-invoice-link a {
  font-weight: bolder;
}
.account-contracts-table-invoice-plain {
  font-weight: lighter;
}
/* END AIMStorefront 1.36, themestyles.css */
/* AIMStorefront v1.38 - Start */
/*all entity grid pages*/
.grid-item-name-wrap .fa-angle-right {
  margin-left: 5px;
}
/* hack to get firefox to display correctly */
.checkout-giftcard-serial-number {
  height: inherit;
}
.forgot-password-email {
  margin-top: 15px;
}
.fa-calendar.input-group-addon.location-pickup-calendar {
  display: table-cell;
}
.fa-calendar.input-group-addon.local-delivery-calendar {
  display: table-cell;
}
/* AIMStorefront v1.38 - End */
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(118, 118, 118, 0.3);
  z-index: 990;
}
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 991;
}
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 992;
}
.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
  border-width: 10px;
  z-index: 993;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Append v1.44 BEGIN */
.pre-tag-rental-page-info {
  background-color: white;
  border: none;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: initial;
  font-size: 16px;
}
.ae-rnt-payments-table tr td {
  padding: 5px;
}
.ae-rnt-payments-table tr td:first-child {
  padding-left: 0;
}
/* Append v1.44 END */
/* v1.48 SkinAppend CSS BEGIN */
.order-confirmation-googlepay-header {
  font-weight: bold;
}
.order-confirmation-applepay-header {
  font-weight: bold;
}
/*Apple Pay*/
/*This cannot be put in themestyles.less as the LESS compiler chokes on it */
apple-pay-button {
  --apple-pay-button-width: 351px;
  --apple-pay-button-height: 47px;
  --apple-pay-button-border-radius: 6px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
}
/*Google Pay*/
#googlepay-container {
  height: 47px;
  width: 328px;
  border-radius: 6px;
  padding: 0px 0px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mini-cart-button-wrapper {
    padding-bottom: 7px;
  }
}
.unauthorized-iframe-warning {
  display: none;
}
.unauthorized-iframe-warning a {
  color: red;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
/* AIM CUSTOM Styles */
div.col-sm-2.ae-account-list > div > div > label > span.form-label-suffix.form-label-suffix-optional {
  display: none;
}
/* v1.48 SkinAppend CSS END */
