/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0;
  background: #ffffff;
  border: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  display: none;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a .flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.main-container {
  max-width: 960px;
  margin: 0 auto;
}
.main-container:before, .main-container:after {
  content: " ";
  display: table;
}
.main-container:after {
  clear: both;
}
@media (max-width: 960px) {
  .main-container {
    width: 100%;
    padding: 0 20px;
  }
}

.wide-container {
  max-width: 1680px;
  margin: 0 auto;
}
.wide-container:before, .wide-container:after {
  content: " ";
  display: table;
}
.wide-container:after {
  clear: both;
}
@media (max-width: 1680px) {
  .wide-container {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .wide-container {
    width: 730px;
  }
}
@media (max-width: 700px) {
  .wide-container {
    width: 100%;
    padding: 0 20px;
  }
}

.header-section:before, .header-section:after {
  content: " ";
  display: table;
}
.header-section:after {
  clear: both;
}
@media (max-width: 1650px) {
  .header-section {
    display: none;
  }
}
.header-section .wide-container {
  padding: 52px 0 47px 0;
  position: relative;
}
.header-section .wide-container:before, .header-section .wide-container:after {
  content: " ";
  display: table;
}
.header-section .wide-container:after {
  clear: both;
}
.header-section .wide-container .header-logo {
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 150;
}
.header-section .wide-container .header-menu {
  float: left;
}
.header-section .wide-container .header-menu ul {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}
.header-section .wide-container .header-menu ul li {
  float: left;
  padding: 0 20px;
  display: inline-block;
}
.header-section .wide-container .header-menu ul li a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 0 0 2px 0;
}
.header-section .wide-container .header-menu ul li a:hover {
  color: #9b968f;
  border-bottom: 1px solid #9b968f;
}
.header-section .wide-container .header-menu ul li.current_page_item>a {
  color: #9b968f;
  border-bottom: 1px solid #9b968f;
}
.header-section .wide-container .header-contact {
  float: right;
}
.header-section .wide-container .header-contact ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.header-section .wide-container .header-contact ul li {
  position: relative;
  padding: 0 10px 0 15px;
  float: left;
  display: inline-block;
}
.header-section .wide-container .header-contact ul li .header-phone {
  margin: 0;
  padding: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  color: #9b968f;
  font-size: 12px;
  text-transform: uppercase;
}
.header-section .wide-container .header-contact ul li .header-phone span {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  color: #f15d24;
}
.header-section .wide-container .header-contact ul li.header-email {
  margin: -1px 0 0 0;
}
.header-section .wide-container .header-contact ul li.header-email a {
  display: inline-block;
}
.header-section .wide-container .header-contact ul li.header-email a img {
  float: left;
}
.header-section .wide-container .header-contact ul li + li:before {
  position: absolute;
  content: '|';
  top: -1px;
  left: 0;
  color: #999999;
}
.header-section .wide-container .header-cart {
  position: absolute;
  right: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
}
.header-section .wide-container .header-cart a {
  color: #000000;
  text-decoration: none;
}

.tablet-header-section {
  padding: 33px 20px 31px 20px;
  position: relative;
}
.tablet-header-section {
  display: none;
}
@media (min-width: 700px) and (max-width: 1024px) {
  .tablet-header-section {
    display: inherit;
  }
}
.tablet-header-section .header-logo {
  position: absolute;
  left: 20px;
  top: -7px;
  z-index: 150;
}
.tablet-header-section .tablet-header-container:before, .tablet-header-section .tablet-header-container:after {
  content: " ";
  display: table;
}
.tablet-header-section .tablet-header-container:after {
  clear: both;
}
.tablet-header-section .tablet-header-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tablet-header-section .tablet-header-container ul li {
  padding: 0 15px;
  display: inline-block;
}
.tablet-header-section .tablet-header-container ul li a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 0 0 2px 0;
}
.tablet-header-section .tablet-header-container ul li a:hover {
  color: #9b968f;
  border-bottom: 1px solid #9b968f;
}
.tablet-header-section .tablet-header-container ul li.current_page_item>a {
  color: #9b968f;
  border-bottom: 1px solid #9b968f;
}
.tablet-header-section .tablet-header-container .header-menu {
  float: right;
}
.tablet-header-section .tablet-header-container .header-cart-list a {
  background: url(../images/basket-icon.png) no-repeat left center;
  padding-left: 25px;
}

.homepage-slider {
  position: relative;
}
.homepage-slider .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homepage-slider .slide .home-slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-hero-overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.expt-item-overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #424647;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.homepage-slider .slide .details {
  position: absolute;
  width: 100%;
}
.homepage-slider .slide .details .home-slider-container {
  max-width: 1400px;
  margin: 0 auto;
}
.homepage-slider .slide .details .home-slider-container:before, .homepage-slider .slide .details .home-slider-container:after {
  content: " ";
  display: table;
}
.homepage-slider .slide .details .home-slider-container:after {
  clear: both;
}
.homepage-slider .slide .details .home-slider-container .text {
  width: 500px;
}
.homepage-slider .slide .details .home-slider-container .text h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 46px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 19px 0;
  background: url(../images/home-slider-title-underline.jpg) no-repeat 0 bottom transparent;
  line-height: 57px;
}
.homepage-slider .slide .details .home-slider-container .text p {
  margin: 24px 0 0 0;
  padding: 0;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}
.homepage-slider .slide .details .home-slider-container .text a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 24px;
}
.homepage-slider .slide .details .home-slider-container .text a:hover, .homepage-slider .slide .details .home-slider-container .text a:focus {
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}
@media (max-width: 1680px) {
  .homepage-slider .slide .details .home-slider-container {
    width: 870px;
  }
}
@media (max-width: 1024px) {
  .homepage-slider .slide .details .home-slider-container .text {
    width: 400px;
  }
  .homepage-slider .slide .details .home-slider-container .text h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .homepage-slider .slide .details .home-slider-container .text p {
    font-size: 12px;
  }
  .homepage-slider .slide .details .home-slider-container .text a {
    padding: 10px 25px 11px 25px;
  }
}
@media (max-width: 768px) {
  .homepage-slider .slide .details .home-slider-container {
    width: 600px;
  }
}
@media (max-width: 700px) {
  .homepage-slider .slide .details .home-slider-container {
    width: 100%;
  }
  .homepage-slider .slide .details .home-slider-container .text {
    width: 100%;
    text-align: center;
  }
  .homepage-slider .slide .details .home-slider-container .text h2 {
    font-size: 35px;
    background: url(../images/home-slider-title-underline.jpg) no-repeat center bottom transparent;
  }
  .homepage-slider .slide .details .home-slider-container .text p {
    font-size: 12px;
  }
  .homepage-slider .slide .details .home-slider-container .text {
    margin-top: 24px;
    position: static;
    text-align: center;
  }
  .homepage-slider .slide .details .home-slider-container .text a {
    padding: 10px 25px 11px 25px;
  }
}
@media (max-width: 700px) {
  .homepage-slider .slide .details {
    padding: 0 20px;
  }
  .large-testimonial-section .large-testimonial-content p {
	  display: none;
  }
}
.homepage-slider .homepage-slider-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.homepage-slider .homepage-slider-nav .wide-container {
  position: relative;
}
.homepage-slider .homepage-slider-nav .wide-container .homepage-slider-nav-left {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 39px;
  background: url(../images/home-slider-left-arrow.png) no-repeat 0 0 transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homepage-slider .homepage-slider-nav .wide-container .homepage-slider-nav-right {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 39px;
  background: url(../images/home-slider-right-arrow.png) no-repeat 0 0 transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homepage-slider:hover .homepage-slider-nav .wide-container .homepage-slider-nav-left {
  opacity: 0.8;
}
.homepage-slider:hover .homepage-slider-nav .wide-container .homepage-slider-nav-left:hover {
  opacity: 1;
}
.homepage-slider:hover .homepage-slider-nav .wide-container .homepage-slider-nav-right {
  opacity: 0.8;
}
.homepage-slider:hover .homepage-slider-nav .wide-container .homepage-slider-nav-right:hover {
  opacity: 1;
}
.homepage-slider .homepage-slider-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
}
.homepage-slider .homepage-slider-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.homepage-slider .homepage-slider-bottom ul:before, .homepage-slider .homepage-slider-bottom ul:after {
  content: " ";
  display: table;
}
.homepage-slider .homepage-slider-bottom ul:after {
  clear: both;
}
.homepage-slider .homepage-slider-bottom ul li {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 21px 0;
}
@media (min-width: 768px) {
  .homepage-slider .homepage-slider-bottom ul li {
    float: left;
    width: 33.33333%;
  }
}
.homepage-slider .homepage-slider-bottom ul li a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: url(../images/home-slider-bottom-arrow.png) no-repeat right center transparent;
  padding: 0 15px 0 0;
}
.homepage-slider .homepage-slider-bottom ul li + li {
  border-left: 1px solid white;
}
@media (max-width: 1024px) {
  .homepage-slider .homepage-slider-bottom ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .homepage-slider .homepage-slider-bottom ul li a {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .homepage-slider .homepage-slider-bottom {
    position: initial;
    background: #333;
  }
  .homepage-slider .homepage-slider-bottom ul {
    border-top: 0;
  }
  .homepage-slider .homepage-slider-bottom ul li {
    border-top: 1px solid white;
    padding: 10px 20px;
  }
  .homepage-slider .homepage-slider-bottom ul li a {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .homepage-slider .homepage-slider-bottom ul li + li {
    border-left: 0;
  }
}

.footer-section {
  background: #cde6c5;
  padding: 45px 0 25px 0;
}
.footer-section .footer-widget-section {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #aec4a8;
}
.footer-section .footer-widget-section:before, .footer-section .footer-widget-section:after {
  content: " ";
  display: table;
}
.footer-section .footer-widget-section:after {
  clear: both;
}
.footer-section .footer-widget-section .footer-logo {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-section .footer-widget-section .footer-logo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .footer-section .footer-widget-section .footer-logo .footer-tablet {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-section .footer-widget-section .footer-logo .footer-desktop {
    display: none;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-widget-section .footer-logo .footer-tablet, .footer-section .footer-widget-section .footer-logo .footer-desktop {
    display: none;
  }
}
.footer-section .footer-widget-section .footer-widget-list {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-section .footer-widget-section .footer-widget-list {
    float: left;
    width: 50%;
  }
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .first-footer-widget-area {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-section .footer-widget-section .footer-widget-list .footer-widget-area .first-footer-widget-area {
    float: left;
    width: 66.66667%;
  }
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .second-footer-widget-area {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-section .footer-widget-section .footer-widget-list .footer-widget-area .second-footer-widget-area {
    float: left;
    width: 33.33333%;
  }
}
@media (max-width: 700px) {
  .footer-section .footer-widget-section .footer-widget-list .footer-widget-area .second-footer-widget-area {
    margin: 20px 0 0 0;
  }
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area h2 {
  margin: 0 0 10px 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-social-list:before, .footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-social-list:after {
  content: " ";
  display: table;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-social-list:after {
  clear: both;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-social-list ul {
  list-style: none;
  margin: 0 -8px;
  padding: 0;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-social-list ul li {
  display: inline-block;
  float: left;
  padding: 0 8px;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-link-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-link-list ul li {
  margin: 0 0 10px 0;
}
.footer-section .footer-widget-section .footer-widget-list .footer-widget-area .footer-link-list ul li a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 700px) {
  .footer-section .footer-widget-section {
    padding: 0;
  }
}
.footer-section .footer-text {
  padding: 10px 0;
}
.footer-section .footer-text p {
  padding: 0;
  margin: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 13px;
  color: #666666;
}
.footer-section .footer-text p strong {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .footer-section .main-container {
    padding: 0 80px;
  }
}
@media (max-width: 700px) {
  .footer-section {
    padding: 40px 0 20px 0;
  }
  .footer-section .main-container {
    padding: 0 20px;
  }
}

.homepage-faraday-know-section {
  padding: 75px 0;
  background: #f25d23;
}
.homepage-faraday-know-section h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.homepage-faraday-know-section ul {
  list-style: none;
  margin: 65px 0 0 0;
  padding: 0;
}
.homepage-faraday-know-section ul li {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage-faraday-know-section ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .homepage-faraday-know-section ul li {
    float: left;
    width: 25%;
  }
}
.homepage-faraday-know-section ul li .homepage-faraday-know-logo {
  height: 85px;
  margin: 0 0 40px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.homepage-faraday-know-section ul li h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
.homepage-faraday-know-section ul li p {
  margin: 0;
  padding: 0;
  font-size: 15px;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@media (min-width: 1025px) {
  .homepage-faraday-know-section ul {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 1024px) {
  .homepage-faraday-know-section ul {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    padding: 0 20px;
  }
  .homepage-faraday-know-section ul li {
    height: 300px;
  }
  .homepage-faraday-know-section ul li:nth-child(1) {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }
  .homepage-faraday-know-section ul li:nth-child(2) {
    border-bottom: 1px solid white;
  }
  .homepage-faraday-know-section ul li:nth-child(3) {
    position: relative;
    border-right: 1px solid white;
  }
  .homepage-faraday-know-section ul li:nth-child(3) .hfkl-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
  }
  .homepage-faraday-know-section ul li:nth-child(4) {
    position: relative;
  }
  .homepage-faraday-know-section ul li:nth-child(4) .hfkl-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  .homepage-faraday-know-section ul {
    margin: 0;
  }
  .homepage-faraday-know-section ul li {
    margin: 20px 0 0 0;
    height: auto;
    padding: 0;
  }
  .homepage-faraday-know-section ul li h3 {
    padding: 0 0 20px 0;
    background: url(../images/home-slider-title-underline.jpg) no-repeat center bottom transparent;
  }
  .homepage-faraday-know-section ul li:nth-child(1) {
    border: 0;
  }
  .homepage-faraday-know-section ul li:nth-child(2) {
    border: 0;
  }
  .homepage-faraday-know-section ul li:nth-child(3) {
    border: 0;
  }
  .homepage-faraday-know-section ul li:nth-child(3) .hfkl-inner {
    position: initial;
  }
  .homepage-faraday-know-section ul li:nth-child(4) {
    border: 0;
  }
  .homepage-faraday-know-section ul li:nth-child(4) .hfkl-inner {
    position: initial;
  }
}
@media (max-width: 700px) {
  .homepage-faraday-know-section {
    padding: 40px 0;
  }
  .homepage-faraday-know-section h2 {
    font-size: 20px;
  }
}

.hompage-quote {
  background: #f0f0f0;
  padding: 65px;
}
.hompage-quote .quote-mark-wrapper {
  text-align: center;
}
.hompage-quote .quote-content {
  text-align: center;
  padding: 30px 0;
}
.hompage-quote .quote-content h2 {
  margin: 0 0 15px 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 30px;
  color: #f15d24;
}
.hompage-quote .quote-content p {
  margin: 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 15px;
  color: #f15d24;
}
@media (max-width: 700px) {
  .hompage-quote {
    padding: 40px 20px;
  }
}

.large-testimonial-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0 200px 0;
}
.large-testimonial-section .large-testimonial-content {
  width: 53%;
}
.large-testimonial-section .large-testimonial-content h2 {
  margin: 0 0 23px 0;
  padding: 0;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
}
.large-testimonial-section .large-testimonial-content p {
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
}
.large-testimonial-section .large-testimonial-content a {
  margin: 18px 0 0 0;
  display: inline-block;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 50px 16px 50px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  border: 1px solid white;
}
@media (max-width: 700px) {
  .large-testimonial-section {
    padding: 40px 0;
  }
  .large-testimonial-section .large-testimonial-content {
    width: 100%;
    text-align: center;
  }
  .large-testimonial-section .large-testimonial-content h2 {
    font-size: 20px;
  	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
    margin: 0;
  }
}

.small-testimonial-section:before, .small-testimonial-section:after {
  content: " ";
  display: table;
}
.small-testimonial-section:after {
  clear: both;
}
.small-testimonial-section .sm-tml-row:before, .small-testimonial-section .sm-tml-row:after {
  content: " ";
  display: table;
}
.small-testimonial-section .sm-tml-row:after {
  clear: both;
}
.small-testimonial-section .sm-tml-row .sm-tml-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .small-testimonial-section .sm-tml-row .sm-tml-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .small-testimonial-section .sm-tml-row .sm-tml-item {
    float: left;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .small-testimonial-section .sm-tml-row .sm-tml-item {
    height: 400px;
  }
}
.small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(241, 93, 36, 0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info .sm-tml-info-inner {
  position: absolute;
  padding: 0 50px;
}
.small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info .sm-tml-info-inner .sm-tml-info-mark {
  text-align: center;
}
.small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info .sm-tml-info-inner h2 {
  margin: 30px 0 0 0;
  padding: 0;
  color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  text-align: center;
}
.small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info .sm-tml-info-inner h3 {
  margin: 15px 0 30px 0;
  padding: 0;
  color: #fff;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1400px){
  .small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info .sm-tml-info-inner h2 {
    margin: 15px 0 0 0;
    font-size: 14px;
  }
  .small-testimonial-section .sm-tml-row .sm-tml-item .sm-tml-info .sm-tml-info-inner h3 {
    margin: 15px 0 0 0;
    font-size: 14px;
  }
}

.small-testimonial-section .sm-tml-row .sm-tml-item:hover .sm-tml-info {
  opacity: 1;
}
@media (max-width: 700px) {
  .small-testimonial-section {
    display: none;
  }
}

.homepage-try .main-container {
  padding: 170px 0 230px 0;
  position: relative;
}
.homepage-try .main-container .homepage-try-info {
  width: 50%;
}
.homepage-try .main-container .homepage-try-info h2 {
  margin: 0 0 40px 0;
  padding: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  color: #000000;
}
.homepage-try .main-container .homepage-try-info p {
  margin: 0 0 20px 0;
  padding: 0;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000000;
}
.homepage-try .main-container .homepage-try-info a{
  display: inline-block;
}
.homepage-try .main-container .homepage-try-info a.try-btn-white {
  margin: 0;
  padding: 0;
  display: inline-block;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff;
  padding: 15px 50px 16px 50px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.homepage-try .main-container img {
  position: absolute;
  top: 0;
  right: -300px;
  z-index: -1;
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .homepage-try .main-container img {
    right: -200px;
  }
}
@media (max-width: 1400px) {
  .homepage-try .main-container {
    padding: 60px 80px 90px 80px;
  }
  .homepage-try .main-container .homepage-try-info{
    width: 60%;
  }
  .homepage-try .main-container img {
    right: 0;
    width: 40%;
  }
}
@media (max-width: 700px) {
  .homepage-try .main-container {
    padding: 20px 20px 0 20px;
  }
  .homepage-try .main-container .homepage-try-info {
    width: 100%;
    text-align: center;
  }
  .homepage-try .main-container .homepage-try-info h2 {
    margin: 0 0 20px 0;
  	font-family: 'Gotham SSm A', 'Gotham SSm B';
  	font-weight: 300;
  	font-style: normal;
    font-size: 28px;
  }
  .homepage-try .main-container img {
    position: initial;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.homepage-blog-section {
  background: #f5f2ec;
  padding: 45px 0;
}
.homepage-blog-section .home-blog-row .home-blog-item {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .homepage-blog-section .home-blog-row .home-blog-item {
    float: left;
    width: 50%;
  }
}
.homepage-blog-section .home-blog-row .home-blog-item.odd-item {
  border-right: 1px solid #d6d5d4;
  padding-right: 70px;
}
.homepage-blog-section .home-blog-row .home-blog-item.even-item {
  border-left: 1px solid #d6d5d4;
  margin-left: -1px;
  padding-left: 70px;
}
.homepage-blog-section .home-blog-row .home-blog-item .home-blog-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .homepage-blog-section .home-blog-row .home-blog-item .home-blog-image {
    float: left;
    width: 33.33333%;
  }
}
.homepage-blog-section .home-blog-row .home-blog-item .home-blog-image img {
  max-width: 100%;
  height: auto;
}
.homepage-blog-section .home-blog-row .home-blog-item .home-blog-info {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .homepage-blog-section .home-blog-row .home-blog-item .home-blog-info {
    float: left;
    width: 66.66667%;
  }
}
.homepage-blog-section .home-blog-row .home-blog-item .home-blog-info h2 {
  margin: 0 0 10px 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 20px;
  color: #000;
}
.homepage-blog-section .home-blog-row .home-blog-item .home-blog-info h3 {
  margin: 0 0 10px 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 14px;
  color: #f15d24;
  text-transform: uppercase;
}
.homepage-blog-section .home-blog-row .home-blog-item .home-blog-info a {
  margin: 0;
  padding: 0;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
}
@media (max-width: 1024px) {
  .homepage-blog-section .main-container {
    padding: 0 80px;
  }
  .homepage-blog-section .home-blog-row .home-blog-item .home-blog-image {
    display: none;
  }
  .homepage-blog-section .home-blog-row .home-blog-item .home-blog-info {
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .homepage-blog-section {
    padding: 40px 0;
    display: none;
  }
  .homepage-blog-section .main-container {
    padding: 0 20px;
  }
  .homepage-blog-section .home-blog-row .home-blog-item.odd-item {
    border-right: 0;
    padding-right: 0;
  }
  .homepage-blog-section .home-blog-row .home-blog-item.even-item {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .homepage-blog-section .home-blog-row .home-blog-item .home-blog-image {
    display: inherit;
  }
  .homepage-blog-section .home-blog-row .home-blog-item .home-blog-info {
    padding-left: 0;
  }
}

.home-our-bikes {
  padding: 80px 0;
}
.home-our-bikes .home-our-bikes-container {
  max-width: 1400px;
  margin: 0 auto;
}
.home-our-bikes .home-our-bikes-container:before, .home-our-bikes .home-our-bikes-container:after {
  content: " ";
  display: table;
}
.home-our-bikes .home-our-bikes-container:after {
  clear: both;
}
@media (max-width: 1400px) {
  .home-our-bikes .home-our-bikes-container {
    width: 100%;
    padding: 0 20px;
  }
}
.home-our-bikes .home-our-bikes-container .main-ourbike:before, .home-our-bikes .home-our-bikes-container .main-ourbike:after {
  content: " ";
  display: table;
}
.home-our-bikes .home-our-bikes-container .main-ourbike:after {
  clear: both;
}
.home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1200px) {
  .home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide {
    background-size: 600px;
  }
}
@media (max-width: 900px) {
  .home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide {
    background-size: 400px;
  }
}
.home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info {
  position: absolute;
  right: 0;
  width: 320px;
}
.home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info h2 {
  margin: 0 0 40px 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 60px;
  color: #000000;
}
.home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info h3 {
  margin: 0 0 0 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 30px;
  color: #333333;
  text-transform: uppercase;
}
.home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info p {
  margin: 24px 0 0 0;
  padding: 0;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #333333;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike {
  position: relative;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike:before, .home-our-bikes .home-our-bikes-container .thumb-ourbike:after {
  content: " ";
  display: table;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike:after {
  clear: both;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel {
  position: relative;
  width: 461px;
  margin: 0 auto;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel.our-bike-one{
  width: 127px;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel.our-bike-two{
  width: 294px;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel:before, .home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel:after {
  content: " ";
  display: table;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel:after {
  clear: both;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel li {
  opacity: 0.5;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel li.flex-active-slide {
  opacity: 1;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike #our-bikes-carousel li + li {
  margin-left: 40px;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike .our-bikes-carousel-nav {
  position: absolute;
  top: 30px;
  width: 100%;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike .our-bikes-carousel-nav .our-bikes-carousel-nav-container {
  position: relative;
  max-width: 461px;
  margin: 0 auto;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike .our-bikes-carousel-nav .our-bikes-carousel-nav-container.our-bike-one{
  width: 127px;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike .our-bikes-carousel-nav .our-bikes-carousel-nav-container.our-bike-two{
  width: 294px;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike .our-bikes-carousel-nav .our-bikes-carousel-nav-container .our-bikes-carousel-nav-prev {
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 0;
  width: 22px;
  height: 42px;
  background: url(../images/ourbike-left-arrow.png) no-repeat 0 0 transparent;
}
.home-our-bikes .home-our-bikes-container .thumb-ourbike .our-bikes-carousel-nav .our-bikes-carousel-nav-container .our-bikes-carousel-nav-next {
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 0;
  width: 22px;
  height: 42px;
  background: url(../images/ourbike-right-arrow.png) no-repeat 0 0 transparent;
}
@media (max-width: 700px) {
  .home-our-bikes {
    display: none;
  }
}

.page-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 575px;
  position: relative;
}
.testimonial-hero{
  height: 770px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page-hero h2 {
  margin: 0 0 20px 0;
  text-align: center;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}
.page-hero h3 {
  padding: 0 0 45px 0;
  margin: 0;
  text-align: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/hero-mark.png) no-repeat bottom center transparent;
}
.page-hero .page-hero-inner {
  position: absolute;
  width: 100%;
}
.testimonial-hero .testimonial-container {
  float: right;
  width: 600px;
}
@media (max-width: 1600px) {
  .testimonial-hero .testimonial-container {
    width: 550px;
  }
}
@media (max-width: 1400px) {
  .testimonial-hero .testimonial-container {
    width: 500px;
  }
}
@media (max-width: 1300px) {
  .testimonial-hero .testimonial-container {
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .testimonial-hero .testimonial-container {
    width: 400px;
  }
}
.testimonial-hero .page-hero-inner {
  position: absolute;
  width: 100%;
  top: 100px;
}
.testimonial-hero .testimonial-text {
  margin: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  padding: 0 50px 0 0;
}
.testimonial-hero .testimonial-author {
  padding: 0;
  margin: 10px 0 0 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  color: #fff;
}
@media (max-width: 1024px) {
  .testimonial-hero{
    height: 575px;
  }
  .testimonial-hero .testimonial-container{
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .testimonial-hero .testimonial-text {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .page-hero {
    height: 350px;
  }
  .testimonial-hero{
    height: 350px;
  }
  .page-hero h3 {
    font-size: 42px;
  }
  .testimonial-hero .testimonial-text {
    font-size: 20px;
  }
  .testimonial-hero .testimonial-author {
    font-size: 18px;
  }
}

.expt-section {
  padding: 90px 0;
  background: #f25d0d;
}
.expt-section .main-container {
  background-repeat: no-repeat;
  background-position: right center;
}
.expt-section .main-container .expt-inner {
  width: 70%;
}
.expt-section .main-container .expt-inner h2 {
  margin: 0 0 30px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 34px;
  color: #fff;
}
.expt-section .main-container .expt-inner p {
  margin: 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 700px) {
  .expt-section {
    padding: 20px 0;
  }
  .expt-section .main-container {
    padding: 100px 20px 0 20px;
    background-position: top center;
  }
  .expt-section .main-container .expt-inner {
    width: 100%;
  }
  .expt-section .main-container .expt-inner h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
}

.expt-rows {
  position: relative;
  border-bottom: 1px solid white;
}
.expt-rows:before, .expt-rows:after {
  content: " ";
  display: table;
}
.expt-rows:after {
  clear: both;
}
.expt-rows .expt-item {
  position: relative;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(greyscale.svg);
  filter: gray;
}
@media (min-width: 768px) {
  .expt-rows .expt-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .expt-rows .expt-item {
    float: left;
    width: 33.33333%;
  }
}
.expt-rows .expt-item:hover{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.expt-rows .expt-item:hover .expt-item-overlay {
  opacity: 0;
}
@media (min-width: 1025px) {
  .expt-rows .expt-item {
    border-top: 1px solid white;
    border-left: 1px solid white;
  }
  .expt-rows .expt-item.no-border-left {
    border-left: 0;
  }
}
@media (max-width: 1024px) {
  .expt-rows .expt-item {
    height: 400px;
    border-top: 1px solid white;
  }
  .expt-rows .expt-item:nth-child(even) {
    border-left: 1px solid white;
  }
}
.expt-rows .expt-item .expt-inner {
  position: absolute;
  width: 100%;
  text-align: center;
}
.expt-rows .expt-item .expt-inner p {
  margin: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .expt-rows .expt-item {
    float: none;
    width: 100%;
    height: 300px;
    border: 0;
  }
  .expt-rows .expt-item:nth-child(even) {
    border: 0;
  }
}
.expt-rows .expt-dialog {
  background-color: #cde6c5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.expt-rows .expt-dialog.expt-loading {
  background-image: url(../images/ajax-loader-green.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.expt-rows .expt-dialog .expt-dlg-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .expt-rows .expt-dialog .expt-dlg-image {
    float: left;
    width: 66.66667%;
  }
}
.expt-rows .expt-dialog .expt-dlg-content {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .expt-rows .expt-dialog .expt-dlg-content {
    float: left;
    width: 33.33333%;
  }
}
.expt-rows .expt-dialog .expt-dlg-content .expt-dlg-content-inner {
  padding: 40px 0;
  position: relative;
  height: 100%;
}
.expt-rows .expt-dialog .expt-dlg-content .expt-close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  background: url(../images/dialog-close.png) no-repeat right center transparent;
  padding: 0 30px 0 0;
}
.expt-rows .expt-dialog .expt-dlg-content .expt-dlg-title p {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0 0 19px 0;
  background: url(../images/black_underline.png) no-repeat 0 bottom transparent;
}
.expt-rows .expt-dialog .expt-dlg-content .expt-next {
  cursor: pointer;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 700;
	font-style: normal;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.expt-rows .expt-dialog .expt-dlg-content p {
	font-family: 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 20px;
  color: #000;
}
.expt-rows .expt-dialog .expt-dlg-content .expt-dlg-content-info {
  position: absolute;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .expt-rows .expt-dialog {
    padding: 80px 40px 40px 40px;
    position: relative;
  }
  .expt-rows .expt-dialog .expt-dlg-image {
    float: none;
  }
  .expt-rows .expt-dialog .expt-dlg-content {
    position: static;
    float: none;
    width: 100%;
    height: 50%;
  }
  .expt-rows .expt-dialog .expt-dlg-content .expt-dlg-content-inner{
    position: static;
    padding-bottom: 0;
  }
  .expt-rows .expt-dialog .expt-dlg-content .expt-dlg-content-inner .expt-close {
    top: 20px;
    right: 40px;
  }
  .expt-rows .expt-dialog .expt-dlg-content .expt-dlg-content-inner .expt-dlg-content-info {
    padding: 0;
    position: static;
  }
}

.bike-section {
  padding: 100px 0;
}
.bike-section .bike-container {
  width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .bike-section .bike-container {
    width: 100%;
    padding: 0 20px;
  }
}
.bike-section .bike-container .bike-row:before, .bike-section .bike-container .bike-row:after {
  content: " ";
  display: table;
}
.bike-section .bike-container .bike-row:after {
  clear: both;
}
.bike-section .bike-container .bike-row .bike-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.bike-section .bike-container .bike-row .bike-image .bike-point {
  cursor: pointer;
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../images/plus-circle.png) no-repeat 0 0 transparent;
}
.bike-section .bike-container .bike-row .bike-image .bike-point1 {
  top: 0;
  left: 230px;
}
.bike-section .bike-container .bike-row .bike-image .bike-point2 {
  top: 330px;
  left: 150px;
}
.bike-section .bike-container .bike-row .bike-image .bike-point3 {
  top: 150px;
  left: 55px;
}
.bike-section .bike-container .bike-row .bike-image .bike-point4 {
  top: 75px;
  left: 135px;
}
.bike-section .bike-container .bike-row .bike-image .bike-point5 {
  top: 110px;
  left: 455px;
}
.bike-section .bike-container .bike-row .bike-image .brain-point1 {
  top: 340px;
  left: 470px;
}
.bike-section .bike-container .bike-row .bike-image .brain-point2 {
  top: 340px;
  left: 240px;
}
.bike-section .bike-container .bike-row .bike-image .brain-point3 {
  top: 90px;
  left: 130px;
}
.bike-section .bike-container .bike-row .bike-image .brain-point4 {
  top: 110px;
  left: 370px;
}
.bike-section .bike-container .bike-row .bike-image .brain-point5 {
  top: 60px;
  left: 400px;
}
.bike-section .bike-container .bike-row .bike-image .brain-point6 {
  top: -10px;
  left: 410px;
}
@media (min-width: 768px) {
  .bike-section .bike-container .bike-row .bike-image {
    float: left;
    width: 620px;
    min-height: 550px;
  }
}
.bike-section .bike-container .bike-row .bike-image img {
  max-width: 100%;
  height: auto;
}
.bike-section .bike-container .bike-row .bike-info {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .bike-section .bike-container .bike-row .bike-info {
    float: left;
    width: 420px;
    padding: 0 20px;
  }
}
.bike-section .bike-container .bike-row .bike-info .bike-icon {
  text-align: center;
  margin: 0 0 30px 0;
}
.bike-section .bike-container .bike-row .bike-info h2 {
  margin: 0 0 30px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 40px;
  color: #000;
}
.bike-section .bike-container .bike-row .bike-info p {
  margin: 0 0 25px 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.bike-section .bike-container .bike-row .bike-info .bike-link .bike-link-left {
  cursor: pointer;
  padding: 17px 0;
  float: left;
  width: 50%;
  text-align: center;
  background: #f2f2f2;
  display: inline-block;
  color: #8a8a8a;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px 0 0 30px;
}
.bike-section .bike-container .bike-row .bike-info .bike-link .bike-link-right {
  cursor: pointer;
  padding: 17px 0;
  float: left;
  width: 50%;
  text-align: center;
  background: #f2f2f2;
  display: inline-block;
  color: #8a8a8a;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0 30px 30px 0;
}
.bike-section .bike-container .bike-row .bike-info .bike-link .bike-link-left:hover, .bike-section .bike-container .bike-row .bike-info .bike-link .bike-link-right:hover, .bike-section .bike-container .bike-row .bike-info .bike-link .bike-link-active {
  background: #d7d7d7;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 700px) {
  .bike-section {
    padding: 20px 0;
  }
  .bike-section .bike-container .bike-row .bike-image {
    width: 280px;
    min-height: 280px;
  }
  .bike-section .bike-container .bike-row .bike-image .bike-point1 {
    top: 0;
    left: 95px;
  }
  .bike-section .bike-container .bike-row .bike-image .bike-point2 {
    top: 150px;
    left: 55px;
  }
  .bike-section .bike-container .bike-row .bike-image .bike-point3 {
    top: 70px;
    left: 15px;
  }
  .bike-section .bike-container .bike-row .bike-image .bike-point4 {
    top: 30px;
    left: 50px;
  }
  .bike-section .bike-container .bike-row .bike-image .bike-point5 {
    top: 50px;
    left: 210px;
  }
  .bike-section .bike-container .bike-row .bike-image .brain-point1 {
    top: 150px;
    left: 220px;
  }
  .bike-section .bike-container .bike-row .bike-image .brain-point2 {
    top: 150px;
    left: 110px;
  }
  .bike-section .bike-container .bike-row .bike-image .brain-point3 {
    top: 40px;
    left: 55px;
  }
  .bike-section .bike-container .bike-row .bike-image .brain-point4 {
    top: 50px;
    left: 170px;
  }
  .bike-section .bike-container .bike-row .bike-image .brain-point5 {
    top: 20px;
    left: 190px;
  }
  .bike-section .bike-container .bike-row .bike-image .brain-point6 {
    top: -15px;
    left: 185px;
  }
  .bike-section .bike-container .bike-row .bike-info{
    padding: 0 20px;
  }
  .bike-section .bike-container .bike-row .bike-info h2 {
    font-size: 30px;
    text-align: center;
  }
}

.fpx-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
}
.fpx-section .fpx-hexagon {
  background: url(../images/hexagon.png) no-repeat 0 0 transparent;
  width: 680px;
  height: 680px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 90px 0 90px;
}
.fpx-section .fpx-hexagon h2 {
  margin: 30px 0 0 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 40px;
  color: #000;
}
.fpx-section .fpx-hexagon .fpx-list {
  list-style: none;
  margin: 27px 0 0 0;
  padding: 15px 0;
  text-align: center;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.fpx-section .fpx-hexagon .fpx-list li {
  display: inline-block;
  padding: 0 18px;
  cursor: pointer;
  color: #999;
}
.fpx-section .fpx-hexagon .fpx-list li:hover, .fpx-section .fpx-hexagon .fpx-list li.active {
  background: url(../images/fpx-arrow.png) no-repeat left center transparent;
  color: #000;
}
.fpx-section .fpx-hexagon .fpx-content {
  margin: 30px 0 0 0;
}
.fpx-section .fpx-hexagon .fpx-content .fpx-content-item p {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
  margin: 0 0 20px 0;
}
.fpx-section .fpx-hexagon .fpx-content .fpx-content-item p strong {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 700px) {
  .fpx-section {
    padding: 0;
  }
  .fpx-section .fpx-hexagon {
    width: auto;
    height: auto;
    background: none;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
  }
}

.fs-section {
  padding: 100px 0;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.fs-section .main-container {
  text-align: center;
}
@media (max-width: 1024px) {
  .fs-section .main-container {
    padding: 0 80px;
  }
}
.fs-section .main-container h2 {
  margin: 35px 0 25px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 40px;
  color: #000;
}
.fs-section .main-container h3 {
  margin: 0 0 0 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #000;
}
.fs-section .main-container h4 {
  margin: 20px 0 10px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.fs-section .main-container p {
  margin: 0 0 15px 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.fs-section .main-container .fs-row {
  margin: 50px -30px 0 -30px;
}
.fs-section .main-container .fs-row:before, .fs-section .main-container .fs-row:after {
  content: " ";
  display: table;
}
.fs-section .main-container .fs-row:after {
  clear: both;
}
.fs-section .main-container .fs-row .fs-item {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .fs-section .main-container .fs-row .fs-item {
    float: left;
    width: 50%;
  }
}
.fs-section .main-container .fs-row .fs-item:first-child {
  border-right: 1px solid #acaba7;
}
.fs-section .main-container .fs-row .fs-item:last-child {
  border-left: 1px solid #acaba7;
  margin-left: -1px;
}
.fs-section .main-container .fs-link {
  margin: 30px 0;
  display: inline-block;
}
@media (max-width: 700px) {
  .fs-section {
    padding: 20px 0;
  }
  .fs-section .main-container {
    padding: 0 20px;
  }
  .fs-section .main-container h2 {
    margin: 15px 0;
    font-size: 25px;
  }
  .fs-section .main-container h3 {
    font-size: 20px;
  }
  .fs-section .main-container .fs-row {
    margin: 30px 0 0 0;
  }
  .fs-section .main-container .fs-row .fs-item {
    padding: 0;
    margin: 10px 0;
  }
  .fs-section .main-container .fs-row .fs-item:first-child, .fs-section .main-container .fs-row .fs-item:last-child {
    border: 0;
  }
}

.page-section {
  border-top: 12px solid #f15d24;
  padding: 80px 0;
}
.page-section h1 {
  margin: 0 0 30px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 40px;
  color: #333333;
}
.page-section h2 {
  margin: 0 0 10px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 16px;
  color: #333333;
}
.page-section h3 {
  margin: 0 0 15px 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #333333;
}
.page-section p {
  margin: 0 0 15px 0;
	font-family: 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 15px;
  color: #333333;
}
.page-section ul {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #333333;
}
.page-section ul li{
  margin: 0 0 15px 0;
}
@media (min-width: 1025px) {
  .page-section .page-row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.page-section .page-row:before, .page-section .page-row:after {
  content: " ";
  display: table;
}
.page-section .page-row:after {
  clear: both;
}
.page-section .page-row .page-info {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .page-section .page-row .page-info {
    float: left;
    width: 64.58333%;
  }
}
.page-section .page-row .page-side {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .page-section .page-row .page-side {
    float: left;
    width: 35.41667%;
  }
}
.page-section .page-row .page-side .page-open-list h2 {
  border-bottom: 1px solid #cfcfcf;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}
.page-section .page-row .page-side .page-open-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-section .page-row .page-side .page-open-list ul li {
  margin: 0 0 10px 0;
}
.page-section .page-row .page-side .page-open-list ul li a {
	font-family: 'Whitney SSm A', 'Whitney SSm B';
	font-weight: 700;
	font-style: normal;
  font-size: 16px;
  color: #333333;
}
.page-section .page-row .page-side .widget_latest_tweets_widget .latest-tweets ul {
  list-style: none;
  padding: 0;
}
.page-section .page-row .page-side .widget_latest_tweets_widget .latest-tweets ul li p {
  margin: 0 0 10px 0;
}
.page-section .page-row .page-inner-row {
  margin: 0 -20px;
}
.page-section .page-row .page-inner-row .page-span4 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-section .page-row .page-inner-row .page-span4 {
    float: left;
    width: 33.33333%;
  }
}
.page-section .page-nav a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 700px) {
  .page-section {
    padding: 20px 0;
  }
  .page-section .page-row .page-info {
    padding: 0;
  }
  .page-section .page-row .page-side {
    padding: 0;
  }
}

.mobile-home-our-bikes {
  display: none;
}
.mobile-home-our-bikes:before, .mobile-home-our-bikes:after {
  content: " ";
  display: table;
}
.mobile-home-our-bikes:after {
  clear: both;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike {
  position: relative;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .slides {
  display: inline-block;
  width: 100%;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .flex-control-nav {
  position: initial;
  padding: 15px 0;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .flex-control-nav.flex-control-paging li a {
  background: #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .flex-control-nav.flex-control-paging li a.flex-active {
  background: #ff6633;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-our-bikes-slide .mobile-our-bikes-slide-info {
  text-align: center;
  padding: 20px;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-our-bikes-slide .mobile-our-bikes-slide-info h2 {
  margin: 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 28px;
  color: #000000;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-our-bikes-slide .mobile-our-bikes-slide-info h3 {
  margin: 10px 0 0 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-our-bikes-slide .mobile-our-bikes-slide-info p {
  margin: 10px 0 10px 0;
  padding: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #333333;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-our-bikes-slide .mobile-our-bikes-slide-info a {
  margin: 0;
  padding: 0;
  display: inline-block;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: #f15d24;
  padding: 15px 50px 16px 50px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-main-ourbike-nav {
  bottom: 45px;
  position: absolute;
  width: 100%;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-main-ourbike-nav .mobile-main-ourbike-nav-prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 20px;
  width: 15px;
  height: 27px;
  background: url(../images/mobile-bike-prev.png) no-repeat 0 0 transparent;
}
.mobile-home-our-bikes .mobile-home-our-bikes-container .mobile-main-ourbike .mobile-main-ourbike-nav .mobile-main-ourbike-nav-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  width: 15px;
  height: 27px;
  background: url(../images/mobile-bike-next.png) no-repeat 0 0 transparent;
}
@media (max-width: 700px) {
  .mobile-home-our-bikes {
    display: inherit;
  }
}

.mobile-header-section {
  position: relative;
  background: #fff;
  padding: 10px 20px;
  text-align: right;
  display: none;
}
.mobile-header-section:before, .mobile-header-section:after {
  content: " ";
  display: table;
}
.mobile-header-section:after {
  clear: both;
}
@media (max-width: 700px) {
  .mobile-header-section {
    display: inherit;
  }
}
.mobile-header-section .mobile-header-logo {
  position: absolute;
  top: -6px;
  left: 20px;
  z-index: 99999;
}
.mobile-header-section .mobile-menu-btn {
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url(../images/mobile-menu-btn.png) no-repeat 0 0 transparent;
}
.mobile-header-section .mobile-menu-section {
  position: absolute;
  z-index: 9999;
  background: #edece9;
  top: 43px;
  left: 20px;
  right: 0;
  padding: 20px;
  text-align: left;
}
.mobile-header-section .mobile-menu-section .display-mobile-list h2 {
  margin: 0;
  padding: 0 0 12px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}
.mobile-header-section .mobile-menu-section .display-mobile-list h2 span {
  float: right;
  color: #000000;
  text-transform: none;
}
.mobile-header-section .mobile-menu-section .display-mobile-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-header-section .mobile-menu-section .display-mobile-list ul li {
  padding: 8px 0;
  border-bottom: 1px solid #cfccc8;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 14px;
  color: #9b968f;
  text-transform: uppercase;
}
.mobile-header-section .mobile-menu-section .display-mobile-list ul li a {
  color: #9b968f;
}
.mobile-header-section .mobile-menu-section .display-mobile-list ul li.has-submenu {
  background: url(../images/sub-menu-icon.png) no-repeat right center transparent;
}
.mobile-header-section .mobile-menu-section .mobile-menu {
  display: none;
}

.shop-section {
  border-top: 12px solid #f15d24;
  padding: 50px 0;
}
.shop-section .shop-row {
  margin: 0 -20px;
}
.shop-section .shop-row:before, .shop-section .shop-row:after {
  content: " ";
  display: table;
}
.shop-section .shop-row:after {
  clear: both;
}
.shop-section .shop-row .only-portable-show {
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.shop-section .shop-row .only-portable-show h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 30px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
.shop-section .shop-row .only-portable-show p {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .shop-section .shop-row .only-portable-show {
    display: none;
  }
}
.shop-section .shop-row .shop-image {
  padding: 0 20px;
}
@media (min-width: 1681px) {
  .shop-section .shop-row .shop-image {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .shop-section .shop-row .shop-image {
    float: left;
    width: 45%;
  }
}
.shop-section .shop-row .shop-image img {
  max-width: 100%;
  height: auto;
}
.shop-section .shop-row .shop-content {
  padding: 0 20px;
}
@media (min-width: 1681px) {
  .shop-section .shop-row .shop-content {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .shop-section .shop-row .shop-content {
    float: right;
    width: 55%;
  }
}
@media (max-width: 1100px) {
  .shop-section .shop-row .shop-content .only-desktop-show {
    display: none;
  }
}
.shop-section .shop-row .shop-content h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 48px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
.shop-section .shop-row .shop-content p {
	font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}
.shop-section .shop-row .shop-content .shop-switch-bike {
  margin: 40px 0 0 0;
}
.shop-section .shop-row .shop-content .shop-switch-bike select {
  border: 2px solid #9b968f;
  border-radius: 5px;
  padding: 5px 30px 5px 5px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 13px;
  color: #9b968f;
  text-transform: uppercase;
  background: url(../images/select-arrow.png) no-repeat right center transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 100px;
}
.shop-section .shop-row .shop-content .bike-option-list {
  margin: 30px 0 0 0;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item {
  border-top: 1px solid #9b968f;
  padding: 45px 0 15px 0;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item:before, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item:after {
  content: " ";
  display: table;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item:after {
  clear: both;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
  width: 20.07299%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #9b968f;
	font-family: 'Sentinel SSm A', 'Sentinel SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 80px;
  color: #000;
  line-height: 1;
}
@media (min-width: 768px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index {
    float: left;
    width: 15.66265%;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index.mobile-full-width {
  border: 0;
}
@media (max-width: 1680px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index {
    font-size: 55px;
  }
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index {
    font-size: 38px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index.mobile-full-width {
    float: none;
    width: 100%;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index.mobile-full-width:before, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index.mobile-full-width:after {
    content: " ";
    display: table;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-index.mobile-full-width:after {
    clear: both;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  float: left;
  width: 79.92701%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info {
    float: left;
    width: 84.33735%;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h2 {
  margin: 10px 0 15px 0;
  text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 26px;
  color: #9b968f;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h2 {
    margin: 10px 0 30px 0;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 20px;
  color: #333333;
  margin: 0 0 30px 0;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list h3.bike-attr-name, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list h3.bike-attr-name {
  padding: 0 0 0 15px;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name:before, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name:after {
  content: " ";
  display: table;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name:after {
  clear: both;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item {
  cursor: pointer;
  padding: 0 0 0 40px;
  float: left;
  background: url(../images/empty-radio.png) no-repeat left center transparent;
  margin: 0 15px;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item.selected {
  background: url(../images/check-radio.png) no-repeat left center transparent;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item .color-pattern {
  float: left;
  width: 60px;
  height: 40px;
  border: 1px solid black;
}
.mobile-color-attr{
  float: left;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  display: none;
  margin: 10px 0 0 20px;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item:before, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item:after {
  content: " ";
  display: table;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item:after {
  clear: both;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item {
    float: none;
    padding: 10px 0 10px 40px;
    margin: 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list .color-item + .color-item {
    margin: 0;
    border-top: 1px solid #e6e5e3;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item {
  cursor: pointer;
  padding: 0 0 0 40px;
  float: left;
  background: url(../images/empty-radio.png) no-repeat left center transparent;
  margin: 0 15px;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item.selected {
  background: url(../images/check-radio.png) no-repeat left center transparent;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item .size-pattern {
  padding: 10px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  color: #333333;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item {
    float: none;
    padding: 10px 0 10px 40px;
    margin: 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item + .size-item {
    margin: 0;
    border-top: 1px solid #e6e5e3;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item {
  position: relative;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item .seat-pattern {
  cursor: pointer;
  padding: 15px 25px 15px 40px;
  background: url(../images/empty-radio.png) no-repeat left center transparent;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  color: #333333;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item.selected .seat-pattern {
  background: url(../images/check-radio.png) no-repeat left center transparent;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item .seat-content {
  padding: 5px 0 20px 0;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item + .seat-item {
  border-top: 1px solid #e3e2e0;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item {
    float: none;
    padding: 10px 0 10px 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item + .seat-item {
    margin: 0;
    border-top: 1px solid #e6e5e3;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item {
  position: relative;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item .rack-pattern {
  cursor: pointer;
  padding: 15px 25px 15px 40px;
  background: url(../images/empty-radio.png) no-repeat left center transparent;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  color: #333333;
  display: inline-block;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item.selected .rack-pattern {
  background: url(../images/check-radio.png) no-repeat left center transparent;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item + .rack-item {
  border-top: 1px solid #e3e2e0;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item {
    float: none;
    padding: 10px 0 10px 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item + .rack-item {
    margin: 0;
    border-top: 1px solid #e6e5e3;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item {
  position: relative;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-list-item-inner {
  cursor: pointer;
  padding: 15px 0 15px 40px;
  background: url(../images/empty-check.jpg) no-repeat left center transparent;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 18px;
  color: #333333;
  display: inline-block;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-list-item-inner.selected {
  background: url(../images/check-check.jpg) no-repeat left center transparent;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content {
  padding: 5px 0 20px 0;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content:before, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content:after {
  content: " ";
  display: table;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content:after {
  clear: both;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-image {
    float: left;
    width: 45%;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-image img {
  max-width: 100%;
  height: auto;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-info {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-info {
    float: left;
    width: 55%;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item + .acc-list-item {
  border-top: 1px solid #e3e2e0;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item {
    float: none;
    padding: 10px 0 10px 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item + .acc-list-item {
    margin: 0;
    border-top: 1px solid #e6e5e3;
  }
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .expand-btn {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .expand-btn.expand-open {
  background: url(../images/red-plus.png) no-repeat right center transparent;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .expand-btn.expand-close {
  background: url(../images/red-minus.png) no-repeat right center transparent;
}
@media (max-width: 700px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info {
    padding: 0 10px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info.mobile-full-width {
    float: none;
    width: 100%;
    padding: 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info.mobile-full-width:before, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info.mobile-full-width:after {
    content: " ";
    display: table;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info.mobile-full-width:after {
    clear: both;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h2 {
    font-size: 14px;
  }
}
.shop-section .shop-row .shop-content .shop-price {
  border-top: 1px solid #9b968f;
  padding: 20px 0;
}
.shop-section .shop-row .shop-content .shop-price:before, .shop-section .shop-row .shop-content .shop-price:after {
  content: " ";
  display: table;
}
.shop-section .shop-row .shop-content .shop-price:after {
  clear: both;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-text {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 20px;
  color: #9b968f;
  text-transform: uppercase;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-text span{
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 300;
  font-style: normal;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-text span {
  font-size: 36px;
  color: #000;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-text {
  float: left;
  width: 50%;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn {
  float: left;
  width: 50%;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button] {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: white;
  background-color: #f15d24;
  border-color: #f15d24;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:hover, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:focus, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].focus, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:active, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].active, .open > .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].dropdown-toggle {
  color: white;
  background-color: #d4450e;
  border-color: #cb420d;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:active, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].active, .open > .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].dropdown-toggle {
  background-image: none;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].disabled, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].disabled:hover, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].disabled:focus, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].disabled.focus, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].disabled:active, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].disabled.active, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button][disabled], .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button][disabled]:hover, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button][disabled]:focus, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button][disabled].focus, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button][disabled]:active, .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button][disabled].active, fieldset[disabled] .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button], fieldset[disabled] .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:hover, fieldset[disabled] .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:focus, fieldset[disabled] .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].focus, fieldset[disabled] .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]:active, fieldset[disabled] .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button].active {
  background-color: #f15d24;
  border-color: #f15d24;
}
.shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button] .badge {
  color: #f15d24;
  background-color: white;
}
@media (max-width: 1100px) {
  .shop-section .shop-row {
    margin: 0;
  }
}

.ajax-spin-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ajax-loader-black.gif) no-repeat center center white;
  opacity: 0.8;
  z-index: 9999;
  display: none;
}

.single-product-summary-section {
  margin: 0;
}
.single-product-summary-section .single-product-summary-info:before, .single-product-summary-section .single-product-summary-info:after {
  content: " ";
  display: table;
}
.single-product-summary-section .single-product-summary-info:after {
  clear: both;
}
.single-product-summary-section .single-product-summary-info .single-product-image {
  display: none;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .single-product-summary-section .single-product-summary-info .single-product-summary-info-slider {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 767px) {
  .single-product-summary-section .single-product-summary-info .single-product-summary-info-slider {
    margin: 0 0 40px 0;
  }
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider {
  margin: 0 0 40px 0;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider #single-product-slider li {
  text-align: center;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider {
  position: relative;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider #single-product-carousel {
  position: relative;
  width: 100%;
  padding: 0 50px;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider #single-product-carousel li {
  background: #fff;
  padding: 0 2px;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider .single-product-carousel-nav {
  position: absolute;
  top: 50px;
  width: 100%;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider .single-product-carousel-nav .single-product-carousel-nav-container {
  position: relative;
  max-width: 100%;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider .single-product-carousel-nav .single-product-carousel-nav-container .single-product-carousel-nav-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 42px;
  background: url(../images/ourbike-left-arrow.png) no-repeat 0 0 transparent;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .thumb-single-product-slider .single-product-carousel-nav .single-product-carousel-nav-container .single-product-carousel-nav-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 42px;
  background: url(../images/ourbike-right-arrow.png) no-repeat 0 0 transparent;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-inner {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .single-product-summary-section .single-product-summary-info .single-product-summary-info-inner {
    float: left;
    width: 33.33333%;
  }
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-inner h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 48px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-inner p {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-inner p .price .amount {
  color: #000;
}
.single-product-summary-section .single-product-accessory {
  margin: 80px 0 0 0;
}
.single-product-summary-section .single-product-accessory:before, .single-product-summary-section .single-product-accessory:after {
  content: " ";
  display: table;
}
.single-product-summary-section .single-product-accessory:after {
  clear: both;
}
.single-product-summary-section .single-product-accessory .product-cross-sell-section h2.corss-sell-title {
  margin: 0 0 30px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 26px;
  color: #9b968f;
}
.single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row:before, .single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row:after {
  content: " ";
  display: table;
}
.single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row:after {
  clear: both;
}
.single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row .featured-info {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row .featured-info {
    float: left;
    width: 25%;
  }
}
.single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row .featured-info h3.featured-title {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 20px;
  color: #333333;
  margin: 15px 0 10px 0;
}
.single-product-summary-section .single-product-accessory .product-cross-sell-section .featured-info-row .featured-info span.featured-price {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #333333;
}

.woocommerce-tabs .tabs a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-weight: 400 !important;
}
.woocommerce-tabs .panel.entry-content h2, .woocommerce-tabs .panel.entry-content h3 {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
}
.woocommerce-tabs .panel.entry-content p {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
}
.woocommerce-tabs .panel.entry-content label {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-weight: 400;
}

.bike-cat-row {
  margin: 0 -20px;
}
.bike-cat-row:before, .bike-cat-row:after {
  content: " ";
  display: table;
}
.bike-cat-row:after {
  clear: both;
}
.bike-cat-row .bike-cat-item {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .bike-cat-row .bike-cat-item {
    float: left;
    width: 50%;
    padding: 15px 20px;
  }
}
.bike-cat-row .bike-cat-item .bike-cat-item-title {
  text-align: center;
}
.bike-cat-row .bike-cat-item .bike-cat-item-title h2 {
  margin: 0 0 30px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 40px;
  color: #000;
}
.bike-cat-row .bike-cat-item .bike-cat-item-price {
  text-align: center;
}
.bike-cat-row .bike-cat-item .bike-cat-item-img {
  text-align: center;
}
.bike-cat-row .bike-cat-item .bike-cat-item-img img {
  max-width: 100%;
  height: auto;
}
.bike-cat-row .bike-cat-item .bike-cat-item-des {
  text-align: center;
  padding: 20px 0;
}
.bike-cat-row .bike-cat-item .bike-cat-item-link {
  text-align: center;
}
.bike-cat-row .bike-cat-item:nth-child(1) {
  border-right: 1px solid #d6d5d4;
}
.bike-cat-row .bike-cat-item:nth-child(2) {
  border-left: 1px solid #d6d5d4;
  margin-left: -1px;
}

.bike-cat-row + .bike-cat-row {
  border-top: 1px solid #d6d5d4;
}

@media (min-width: 1025px) {
  .acc-cat-row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.acc-cat-row:before, .acc-cat-row:after {
  content: " ";
  display: table;
}
.acc-cat-row:after {
  clear: both;
}
.acc-cat-row .acc-cat-side {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .acc-cat-row .acc-cat-side {
    float: left;
    width: 25%;
  }
}
.acc-cat-row .acc-cat-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acc-cat-row .acc-cat-side ul li {
  margin: 0 0 10px 0;
  padding: 10px 0;
}
.acc-cat-row .acc-cat-side ul li a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.acc-cat-row .acc-cat-info {
  position: relative;
  min-height: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row {
  margin: 0 0 30px 0;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-row-title h2 {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 30px;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner {
  margin-left: -20px;
  margin-right: -20px;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner:before, .acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner:after {
  content: " ";
  display: table;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner:after {
  clear: both;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner:before, .acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner:after {
  content: " ";
  display: table;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner:after {
  clear: both;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner .acc-cat-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner .acc-cat-item {
    float: left;
    width: 25%;
  }
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner .acc-cat-item .acc-cat-item-image img {
  max-width: 100%;
  height: auto;
}
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner .acc-cat-item .acc-cat-item-title,
.acc-cat-row .acc-cat-info .acc-cat-item-row .acc-cat-item-row-inner .acc-cat-item .acc-cat-item-title a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #333333;
  margin: 15px 0;
}
@media (max-width: 700px) {
  .acc-cat-row .acc-cat-info {
    padding: 0;
  }
  .acc-cat-row .acc-cat-side {
    padding: 0;
  }
}

.blog-row {
  margin: 0 0 70px 0;
}
.blog-row:before, .blog-row:after {
  content: " ";
  display: table;
}
.blog-row:after {
  clear: both;
}
.blog-row .blog-date {
  float: left;
  width: 60px;
  height: 60px;
  background: #eee;
  border-radius: 50%;
  text-align: center;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #333333;
  padding: 9px;
}
.blog-row .blog-info {
  margin-left: 80px;
}
.blog-row .blog-info .blog-img {
  margin: 0 0 20px 0;
}
.blog-row .blog-info .blog-img img {
  max-width: 100%;
  height: auto;
}
.blog-row .blog-content p {
  margin: 0 0 10px 0;
}
.blog-row .blog-link a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 11px 43px 10px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
}
.blog-row .blog-link a:hover, .blog-row .blog-link a:focus {
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}
.latesttweet-widget h2 {
  margin: 0 0 10px 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 35px;
  color: #333333;
}
.latesttweet-widget .lasttweet-row {
  margin: 0 0 10px 0;
}
.latesttweet-widget .lasttweet-row .lasttweet-row-title {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
  font-size: 16px;
  color: #333333;
}
.latesttweet-widget .lasttweet-row .lasttweet-row-date a {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
  font-size: 16px;
  color: #333333;
}

.bs-row {
  margin-left: -20px;
  margin-right: -20px;
}
.bs-row:before, .bs-row:after {
  content: " ";
  display: table;
}
.bs-row:after {
  clear: both;
}
.bs-row:before, .bs-row:after {
  content: " ";
  display: table;
}
.bs-row:after {
  clear: both;
}
.bs-row .bs-span6 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .bs-row .bs-span6 {
    float: left;
    width: 50%;
  }
}

.dp-gallery-row {
  margin-left: -5px;
  margin-right: -5px;
}
.dp-gallery-row:before, .dp-gallery-row:after {
  content: " ";
  display: table;
}
.dp-gallery-row:after {
  clear: both;
}
.dp-gallery-row:before, .dp-gallery-row:after {
  content: " ";
  display: table;
}
.dp-gallery-row:after {
  clear: both;
}
.dp-gallery-row .dp-gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .dp-gallery-row .dp-gallery-item {
    float: left;
    width: 33.33333%;
  }
}
.dp-gallery-row .dp-gallery-item img {
  max-width: 100%;
  height: auto;
}

.dealer-locator-section {
  border-top: 12px solid #f15d24;
  position: relative;
}

.bike-cat-row .bike-cat-item .bike-cat-item-link a, .product-conf-btn, .home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info a, .homepage-try .main-container .homepage-try-info a.try-btn-red, .fs-section .main-container .fs-link a{
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.bike-cat-row .bike-cat-item .bike-cat-item-link a:hover, .bike-cat-row .bike-cat-item .bike-cat-item-link a:focus, .product-conf-btn:hover, .product-conf-btn:focus, .home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info a:hover, .home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info a:focus, .homepage-try .main-container .homepage-try-info a.try-btn-red:hover, .homepage-try .main-container .homepage-try-info a.try-btn-red:focus, .fs-section .main-container .fs-link a:hover, .fs-section .main-container .fs-link a:focus{
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}

.product-tab-wrapper{
  border: 1px solid #f0f0f0;
  margin: 80px 0 0 0;
}

.product-tab-wrapper .product-tab-title{
  border-bottom: 1px solid #f0f0f0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.product-tab-wrapper .product-tab-title div{
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.product-tab-wrapper .product-tab-title div.active, .product-tab-wrapper .product-tab-title div:hover{
  background: #f9f9f9;
}

.product-tab-wrapper .product-tab-title div+div{
  border-left: 1px solid #f0f0f0;
}

.product-tab-wrapper .product-tab-title:before, .product-tab-wrapper .product-tab-title:after {
  content: " ";
  display: table;
}

.product-tab-wrapper .product-tab-title:after {
  clear: both;
}

.product-tab-wrapper .product-tab-info{
  padding: 20px 0;
}

.product-tab-wrapper .product-tab-info .product-tab-info-side{
  float: left;
  width: 50%;
  padding: 0 50px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
}

.product-tab-wrapper .product-tab-info .product-tab-info-side-full{
  padding: 0 50px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
}

.product-tab-wrapper .product-tab-info:before, .product-tab-wrapper .product-tab-info:after {
  content: " ";
  display: table;
}

.product-tab-wrapper .product-tab-info:after {
  clear: both;
}

@media (max-width: 700px) {
  .product-tab-wrapper .product-tab-title{
    border: 0;
  }

  .product-tab-wrapper .product-tab-title div{
    float: none;
    width: 100%;
  }

  .product-tab-wrapper .product-tab-title div+div{
    border-left: 0;
    border-top: 1px solid #f0f0f0
  }

  .product-tab-wrapper .product-tab-info .product-tab-info-side{
    float: none;
    width: 100%;
    padding: 0 20px;
    text-align: left;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce input.button.alt{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
    -webkit-font-smoothing: inherit;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce input.button.alt:hover{
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}

.fs-section .wide-container {
  text-align: center;
}
@media (max-width: 1024px) {
  .fs-section .wide-container {
    padding: 0 80px;
  }
}
.fs-section .wide-container h2 {
  margin: 35px 0 25px 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #000;
}
.fs-section .wide-container h3 {
  margin: 0 0 0 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #000;
}
.fs-section .wide-container h4 {
  margin: 20px 0 10px 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.fs-section .wide-container p {
  margin: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.fs-section .wide-container .fs-row {
  margin: 50px -30px 0 -30px;
}
.fs-section .wide-container .fs-row:before, .fs-section .wide-container .fs-row:after {
  content: " ";
  display: table;
}
.fs-section .wide-container .fs-row:after {
  clear: both;
}
.fs-section .wide-container .fs-row .fs-item {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .fs-section .wide-container .fs-row .fs-item {
    float: left;
    width: 50%;
  }
}
.fs-section .wide-container .fs-row .fs-item:first-child {
  border-right: 1px solid #acaba7;
}
.fs-section .wide-container .fs-row .fs-item:last-child {
  border-left: 1px solid #acaba7;
  margin-left: -1px;
}
.fs-section .wide-container .fs-link {
  margin-top: 74px;
}
@media (max-width: 700px) {
  .fs-section {
    padding: 20px 0;
  }
  .fs-section .wide-container {
    padding: 0 20px;
  }
  .fs-section .wide-container h2 {
    margin: 15px 0;
    font-size: 25px;
  }
  .fs-section .wide-container h3 {
    font-size: 20px;
  }
  .fs-section .wide-container .fs-row {
    margin: 30px 0 0 0;
  }
  .fs-section .wide-container .fs-row .fs-item {
    padding: 0;
    margin: 10px 0;
  }
  .fs-section .wide-container .fs-row .fs-item:first-child, .fs-section .wide-container .fs-row .fs-item:last-child {
    border: 0;
  }
}

.product-conf-btn{
  display: inline-block;
}

.price-number{
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
}

.price .amount{
  font-family: 'Sentinel SSm A', 'Sentinel SSm B';
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  color: #000;
}

.add-to-cart-acc-wrapper{
  margin: 20px 0;
}

.ourstory-row:before, .ourstory-row:after {
  content: " ";
  display: table;
}

.ourstory-row:after {
  clear: both;
}

.page-section .ourstory-row{
  margin: 40px -20px 48px -20px;
}

.page-section .ourstory-row .ourstory-img{
  float: left;
  width: 35.41667%;
  padding: 4px 20px 0 20px;
}

.page-section .ourstory-row .ourstory-info{
  float: left;
  width: 64.58333%;
  padding: 0 20px;
}

.page-section .ourstory-row .ourstory-img img{
  max-width: 100%;
  height: auto;
}

.page-section .ourstory-row .ourstory-info p{
  margin: 0 0 15px 0;
}

.page-section .ourstory-row .ourstory-info .ourstory-date{
  margin: 0 0 20px 0;
}

.page-section .ourstory-row .ourstory-info .ourstory-date span{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  padding: 0 0 5px 0;
  display: inline-block;
}

.page-section .ourstory-row .ourstory-info h2{
  font-size: 20px;
  margin: 0 0 20px 0;
}

.team-row:before, .team-row:after {
  content: " ";
  display: table;
}

.team-row:after {
  clear: both;
}

.team-row{
  margin: 40px -20px;
}

@media (min-width: 768px) {
  .team-item{
    float: left;
    width: 25%;
  }
}

.team-item{
  padding: 0 20px;
}

@media (max-width: 767px) {
  .team-row{
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-item{
    margin: 20px 0;
  }
}

.team-image img{
  max-width: 100%;
  height: auto;
}

.team-title{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  margin: 20px 0 0 0;
}

.team-job{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  color: #333333;
  margin: 5px 0 0 0;
}

.team-quote p{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #333333;
  margin: 10px 0 0 0;
}

.team-movie-title{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  margin: 10px 0 0 0;
}

.team-movie-info p{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  margin: 5px 0 0 0;
}

.team-footer{
  text-align: center;
  margin-top: 40px;
  padding: 40px 0 0 0;
  border-top: 1px solid #f0f0f0;
}

.page-section .team-footer h2{
  font-size: 30px;
  margin: 0 0 20px 0;
}

.page-section .team-footer p{
  margin: 0 0 20px 0;
}

.team-footer .view-jobs{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
}

.team-footer .view-jobs:hover{
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}

.press-row:before, .press-row:after {
  content: " ";
  display: table;
}

.press-row:after {
  clear: both;
}

.press-row {
  margin: 0 -20px;
}

@media (min-width: 768px) {
  .press-row+.press-row .press-item-inner{
    border-top: 1px solid #f0f0f0;
  }
  .press-item{
    float: left;
    width: 33.3333333333%;
  }
}

.press-item{
  padding: 0 20px;
}

.press-item-inner{
  padding: 40px 0;
}

.press-content h2{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  margin: 20px 0 0 0;
}

.press-content h2 a{
  color: #333333;
}

.press-image img{
  max-width: 100%;
  height: auto;
}

.press-content p{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  margin: 10px 0 0 0;
}

.press-link{
  margin: 20px 0 0 0;
}

.press-link a{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
}

.press-link a:hover{
  color: #f15d24;
  text-decoration: none;
}

.hfkl-inner a{
  text-decoration: none;
}

.header-section .wide-container .header-menu ul li ul.sub-menu{
  margin: 0;
}

.header-section .wide-container .header-menu ul li ul.sub-menu li:first-child{
  padding-left: 0;
}

.header-section .wide-container .header-menu ul li ul.sub-menu li{
  padding: 20px 11px 10px 16px;
}

.header-section .wide-container .header-menu ul li ul.sub-menu li a{
  font-size: 12px;
  color: #9b968f;
  padding: 5px 0 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  display: inline-block;
}

.continue-shop-btn{
  float: right;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.continue-shop-btn:hover{
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .mobile-hide{
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-show{
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .bike-section .bike-container .bike-row .bike-info{
    float: none;
    margin: 0 auto;
  }

  .bike-section .bike-container .bike-row .bike-image{
    float: none;
    margin: 0 auto;
  }
}

.bike-modal{
  float: left;
  width: 300px;
}

@media screen and (max-width: 1040px) {
  .bike-modal{
    float: none;
    width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .bike-modal{
    float: none;
    width: 280px;
    margin: 0 auto;
  }
}

.bike-modal-inner{
  border: 1px solid #acaba7;
  margin: 20px 0 0 0;
}

.bike-modal .bike-modal-image{
  border-bottom: 1px solid #acaba7;
}

.bike-modal .bike-modal-image img{
  max-width: 100%;
  height: auto;
}

.bike-modal .bike-modal-info{
  padding: 20px;
}

.bike-modal .bike-modal-info h3{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

.bike-modal .bike-modal-info p{
  margin: 15px 0 0 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #000;
}

.bike-modal .bike-modal-btn{
  padding: 0 20px;
  text-align: right;
}

.bike-modal .bike-modal-btn div{
  display: inline-block;
  background: url(../images/small-dialog-close.png) no-repeat right center transparent;
  margin: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  cursor: pointer;
}

h3.widget-title{
  border-bottom: 1px solid #cfcfcf;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}

.instagram-pics{
  list-style: none;
  margin: 0 -3px;
  padding: 0;
}

.instagram-pics li{
  float: left;
  width: 33.3333%;
  padding: 0 3px;
  margin: 0 0 3px 0;
}

.instagram-pics li img{
  max-width: 100%;
  height: auto;
}

.sub-menu-wrapper{
  position: absolute;
  z-index: 100;
}

#desktop-header-menu .sub-menu-wrapper{
  padding-top: 47px;
}

#tablet-header-menu .sub-menu-wrapper{
  padding-top: 31px;
}

.sub-menu-wrapper-inner{
  height: 60px;
  background: #eeebe5;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}

#tablet-header-menu{
  float: right;
}

#tablet-header-menu ul.sub-menu li{
  padding: 20px 11px 10px 16px;
}

#tablet-header-menu .sub-menu-wrapper-container{
  position: absolute;
}

#tablet-header-menu .sub-menu-wrapper{
  left: 0;
}
#tablet-header-menu ul.sub-menu li a{
  font-size: 12px;
  color: #9b968f;
  padding: 5px 0 0 0;
}
.laptop-header-section {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1649px) {
  .laptop-header-section {
    display: inherit;
  }
}
.laptop-header-section{
  padding: 33px 20px 31px 20px;
  position: relative;
}
.laptop-header-section .header-logo {
  position: absolute;
  left: 20px;
  top: -7px;
  z-index: 150;
}
.laptop-header-section .header-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#laptop-header-menu li {
  padding: 0 15px;
  display: inline-block;
}
#laptop-header-menu li a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 0 0 2px 0;
}
.laptop-header-section .laptop-header-container .header-cart-list{
  position: absolute;
  right: 20px;
}
.laptop-header-section .laptop-header-container .header-cart-list a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.laptop-header-section .laptop-header-container .laptop-menu-container{
  max-width: 800px;
  margin: 0 auto;
}
.laptop-header-section .laptop-header-container .header-main-menu{
  float: left;
}
.laptop-header-section .laptop-header-container .header-contact{
  float: right;
}
#laptop-header-menu .sub-menu-wrapper{
  left: 0;
}
#laptop-header-menu ul.sub-menu li {
  padding: 20px 11px 10px 16px;
}
#laptop-header-menu ul.sub-menu li a {
  font-size: 12px;
  color: #9b968f;
  padding: 5px 0 0 0;
}
#laptop-header-menu .sub-menu-wrapper {
  padding-top: 31px;
}
#laptop-header-menu .sub-menu-wrapper-container{
  position: absolute;
}
.laptop-header-section .header-main-menu ul li a:hover {
  color: #9b968f;
  border-bottom: 1px solid #9b968f;
}
.laptop-header-section .header-main-menu ul li.current_page_item>a {
  color: #9b968f;
  border-bottom: 1px solid #9b968f;
}
.home-our-bikes .home-our-bikes-container .main-ourbike #our-bikes-slider .our-bikes-slide .our-bikes-slide-info a{
  display: inline-block;
  margin: 24px 0 0 0;
}
.laptop-menu-container ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.laptop-menu-container .header-contact ul li {
  position: relative;
  padding: 0 10px 0 15px;
  float: left;
  display: inline-block;
}
.laptop-menu-container .header-contact ul li .header-phone {
  margin: 0;
  padding: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  color: #9b968f;
  font-size: 12px;
  text-transform: uppercase;
}
.laptop-menu-container .header-contact ul li .header-phone span {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  color: #f15d24;
}
.laptop-menu-container .header-contact ul li.header-email {
  margin: -1px 0 0 0;
}
.laptop-menu-container .header-contact ul li.header-email a {
  display: inline-block;
}
.laptop-menu-container .header-contact ul li + li:before {
  position: absolute;
  content: '|';
  top: -1px;
  left: 0;
  color: #999999;
}
.laptop-menu-container:before, .laptop-menu-container:after {
  content: " ";
  display: table;
}
.laptop-menu-container:after {
  clear: both;
}
.ourstory-hr{
  border-top: 1px solid #d6d5d4;
}
.shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-info p{
  margin: 0 0 30px 0;
}

@media (min-width: 1025px) and (max-width: 1649px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item{
    float: none;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h2{
    font-size: 20px;
    margin: 5px 0 10px 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name{
    font-size: 15px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item .size-pattern,
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item .seat-pattern,
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item .rack-pattern,
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-list-item-inner{
	font-size: 15px;
  }
}
.acc-cat-price{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  margin: 15px 0;
}
.product-attributes:before, .product-attributes:after {
  content: " ";
  display: table;
}
.product-attributes:after {
  clear: both;
}
.product-attributes-row:before, .product-attributes-row:after {
  content: " ";
  display: table;
}
.product-attributes-row:after {
  clear: both;
}
.product-attributes .product-attributes-row .product-attributes-item{
  float: left;
  width: 33.3333%;
}
.product-attributes .product-attributes-row .product-attributes-item .product-attributes-inner{
  cursor: pointer;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  padding: 10px 0 10px 40px;
  background: url(../images/empty-radio.png) no-repeat left center transparent;
}
.product-attributes .product-attributes-row .product-attributes-item .product-attributes-inner.selected{
  background: url(../images/check-radio.png) no-repeat left center transparent;
}
@media (max-width: 1649px) {
  .product-attributes .product-attributes-row .product-attributes-item{
    width: 50%;
  }
}
.bike-color-list{
  margin: 0 -15px;
}
.bike-size-list{
  margin: 0 -15px;
}
@media (max-width: 700px) {
  .bike-color-list{
    margin: 0;
  }
  .bike-size-list{
    margin: 0;
  }
  .bike-cat-row .bike-cat-item{
    padding: 30px 0;
  }
  .bike-cat-row .bike-cat-item:nth-child(1){
    border: 0;
  }
  .bike-cat-row .bike-cat-item:nth-child(2){
    border: 0;
    border-top: 1px solid #d6d5d4;
  }
}
@media (max-width: 1024px) {
  .bike-cat-row{
    margin: 0;
  }
}
.page-section .gform_wrapper .top_label .gfield_label{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #333333;
}
.page-section .gform_wrapper .gfield_radio li label{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #333333;
}
.page-section .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label{
  font-weight: 500;
}
.page-section .gform_wrapper .ginput_complex label{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
}
.page-section .gform_wrapper .gfield_description{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
}
.page-section .gform_wrapper .top_label select.medium{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
}
.page-section .gform_wrapper .gform_footer input[type=submit]{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
}
.page-section .gform_wrapper .gform_footer input[type=submit]:hover{
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}
.homepage-video-dlg{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}
.homepage-video-dlg-inner{
  position: absolute;
  width: 800px;
}
@media (max-width: 900px) {
  .homepage-video-dlg-inner{
    position: absolute;
    width: 300px;
  }
}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.video-close{
  text-align: right;
}
.video-close a{
  cursor: pointer;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}
.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border: 0;
}
.home-video-btn{
  cursor: pointer;
}
.dealer-location-row:before, .dealer-location-row:after {
  content: " ";
  display: table;
}
.dealer-location-row:after {
  clear: both;
}
.dealer-location-row{
  margin: 20px -20px;
}
.dealer-location-item{
  text-align: center;
}
.dealer-location-item h3, .dealer-location-item h3 a{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  margin: 0 0 20px 0;
}
.dealer-location-item p{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  margin: 10px 0 0 0;
}
.dealer-location-list{
  padding: 20px 0;
}
.dealer-location-list:before, .dealer-location-list:after {
  content: " ";
  display: table;
}
.dealer-location-list:after {
  clear: both;
}
.location-title{
  text-align: center;
}
.location-title h2{
  margin: 20px 0;
  padding: 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  color: #f15d24;
}
.dealer-location-row:before, .dealer-location-row:after {
  content: " ";
  display: table;
}
.dealer-location-row:after {
  clear: both;
}
.dealer-location-row{
  max-width: 960px;
  margin: 20px auto;
}
.dl-span6{
  float: left;
  width: 50%;
  padding: 0 20px;
}
.dl-span12{
  width: 50%;
  margin: 0 auto;
}
.bike-section .bike-container .bike-row .bike-image svg{
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.expt-rows .expt-dialog .expt-dlg-image img{
  max-width: 100%;
  height: auto;
}
@media (max-width: 1400px) {
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-content .acc-content-info p{
    font-size: 14px;
  }
}
.dealer-info-section{
  max-width: 1000px;
  margin: 55px auto 0 auto;
}
.dealer-info-section p {
  margin: 0 0 15px 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #333333;
}
.page-section .page-side .tm-item .tm-info {
  margin: 20px 0 0 0;
}
.page-section .page-side .tm-item .tm-image img {
  max-width: 100%;
  height: auto;
}
.page-section .page-side .tm-item .tm-info p {
  margin: 0 0 10px 0;
}
.page-section .page-side .tm-item .tm-info p strong{
  font-weight: 500;
}
.page-section .page-side .tm-item .tm-info .tm-info-name {
  margin: 0 0 10px 0;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #333333;
}
.dealer-locator-map-wrapper{
  max-width: 1000px;
  margin: 0 auto;
}
.dealer-locator-map-inner{
  height:0;
  padding-top:63.63%;
  position: relative;
}
.dealer-locator-map-inner svg{
  height: 100%;
  display:block;
  width: 100%;
  position: absolute;
  top:0;
  left:0;
}
.shop-image .stuck{
  position: fixed;
  top: 50px;
}
.orange-btn{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 16px 43px 15px 44px;
  border: 0;
  color: #fff;
  background-color: #f15d24;
  border-color: #f15d24;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
}
.orange-btn:hover{
  color: #fff;
  background-color: #d4450e;
  border-color: #cb420d;
  text-decoration: none;
}
@media (max-width: 700px) {
  .dealer-info-section{
    padding: 0 20px;
  }
  .dl-span6, .dl-span12{
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
.testimonial-section:before, .testimonial-section:after {
  content: " ";
  display: table;
}
.testimonial-section:after {
  clear: both;
}
.testimonial-section{
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.tm-span{
  position: relative;
  float: left;
  width: 33.3333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f15c24;
  border: 4px solid #fff;
}
.tm-span-clickable{
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(greyscale.svg);
  filter: gray;
}
.tm-span-clickable:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.tm-span p{
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: center;
}
.tm-span h2{
  margin: 30px 0 0 0;
  padding: 0;
  color: #fff;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  text-align: center;
}
.tm-span .tm-span-text{
  position: absolute;
  width: 100%;
  padding: 0 30px;
}
.tm-span:nth-child(3n+1){
  border-left: 0;
}
.tm-span:nth-child(3n+0){
  border-right: 0;
}
.tm-span-row:before, .tm-span-row:after {
  content: " ";
  display: table;
}
.tm-span-row:after {
  clear: both;
}
.tm-span-row{
  position: relative;
}
.tm-span-row-dlg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #cde6c5;
}
.tm-span-row-dlg-img{
  float: left;
  width: 66.6666%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  height: 100%;
}
.tm-span-row-dlg-content{
  float: left;
  width: 33.33333%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  height: 100%;
  position: relative;
}
.tm-span-row-dlg-close{
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  background: url(../images/dialog-close.png) no-repeat right center transparent;
  padding: 0 30px 0 0;
}
.tm-span-row-dlg-img{
  background-repeat: no-repeat;
  background-size: cover;
}
.tm-dlg-content{
  display: none;
}
.tm-span-row-dlg-inner{
  position: absolute;
  width: 100%;
  padding: 0 50px;
}
.tm-span-row-dlg-inner h2{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.tm-span-row-dlg-inner p{
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1024px){
  .tm-span p{
    font-size: 18px;
  }
  .tm-span h2{
    font-size: 16px;
  }
  .tm-span-row-dlg-inner h2{
    font-size: 18px;
  }
  .tm-span-row-dlg-inner p{
    font-size: 16px;
  }
}
@media (max-width: 700px){
  .tm-span{
    width: 50%;
  }
  .tm-span-row-dlg-img{
    float: none;
    width: 100%;
    border: 0;
    padding: 20px;
  }
  .tm-span-row-dlg-img img{
    max-width: 100%;
    height: auto;
  }
  .tm-span-row-dlg-content{
    float: none;
    width: 100%;
    border: 0;
  }
  .tm-span-row-dlg{
    position: static;
    display: inline-block;
    width: 100%;
  }
  .tm-span-row-dlg-close{
    position: static;
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
  }
  .tm-span-row-dlg-inner{
    position: static;
    padding: 40px 20px 20px 20px;
  }
  .tm-span:nth-child(odd){
    border-left: 0;
    border-right: 4px solid #fff;
  }
  .tm-span:nth-child(even){
    border-left: 4px solid #fff;
    border-right: 0;
  }
  .page-section .ourstory-row .ourstory-img{
    float: none;
    width: 100%;
  }
  .page-section .ourstory-row .ourstory-info{
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 400px){
  .tm-span{
    float: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .tm-span:nth-child(odd){
    border-left: 0;
    border-right: 0;
  }
  .tm-span:nth-child(even){
    border-left: 0;
    border-right: 0;
  }
}
.page-info img{
  max-width: 100%;
  height: auto;
}
.woocommerce-cart table.cart img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider .main-single-product-carousel-nav {
  position: absolute;
  top: 50px;
  width: 100%;
  display: none;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider .main-single-product-carousel-nav .main-single-product-carousel-nav-container {
  position: relative;
  max-width: 100%;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider .main-single-product-carousel-nav .main-single-product-carousel-nav-container .main-single-product-carousel-nav-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 42px;
  background: url(../images/ourbike-left-arrow.png) no-repeat 0 0 transparent;
}
.single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider .main-single-product-carousel-nav .main-single-product-carousel-nav-container .main-single-product-carousel-nav-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 42px;
  background: url(../images/ourbike-right-arrow.png) no-repeat 0 0 transparent;
}
@media (max-width: 700px) {
  .thumb-single-product-slider{
    display: none;
  }
  .single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider .main-single-product-carousel-nav {
    display: inherit;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list .size-item .size-pattern{
    font-size: 14px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name,
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-color-list h3.bike-attr-name, .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-size-list h3.bike-attr-name{
    padding: 0;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-seat-list .seat-item .seat-pattern{
    font-size: 14px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .bike-rack-list .rack-item .rack-pattern{
    font-size: 14px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info .acc-list .acc-list-item .acc-list-item-inner{
    font-size: 14px;
  }
  .shop-section .shop-row .shop-content{
    padding: 0;
  }
  .shop-section .shop-row .shop-content .shop-price .shop-price-text {
    font-size: 16px;
  }
  .shop-section .shop-row .shop-content .shop-price .shop-price-text span{
    font-size: 20px;
  }
  .shop-section .shop-row .shop-content .shop-price .shop-price-text{
    width: 40%;
  }
  .shop-section .shop-row .shop-content .shop-price .shop-price-btn {
    width: 60%;
  }
  .shop-section .shop-row .shop-content .shop-price .shop-price-btn input[type=button]{
    display: inline-block;
    padding: 14px 33px 15px 34px;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name{
    font-size: 14px;
  }
  .shop-section .shop-row .only-portable-show{
    padding: 0;
  }
  .press-row{
    padding: 0;
  }
  .team-item{
    display: inline-block;
    width: 100%;
  }
  .single-product-summary-section .single-product-summary-info .single-product-summary-info-slider .main-single-product-slider #single-product-slider{
    padding: 0 50px;
  }
  .homepage-slider .slide .home-slide-overlay {
    background: #424647;
    opacity: 0.7;
  }
  .page-hero-overlay{
    background: #424647;
    opacity: 0.7;
  }
  .shop-section .shop-row .shop-content .bike-option-list .bike-option-item .option-info h3.bike-attr-name{
    display: none;
  }
  .mobile-color-attr{
    display: inherit;
  }
}
.bike-cat-row .bike-cat-item .bike-cat-item-link a{
  display: inline-block;
}