/* RG CSS v3.1 AWS Aug 2021*/

html {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	min-height: 100%;
	background-color:#fff;
	padding-top:94px;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
	color:#222;
    background-size: auto 100% !important;
    background-color:#fff;
}
body form:first-child {
	margin-top:0;
}
.cssdebug {
	padding-top: 10px;
	padding-bottom: 10px;
	background:#eee;
	text-align:center;
}
.deviceWrapper {
	position:fixed;
	bottom:10px;
	left:10px;
	border:1px dashed #ccc;
	background:rgba(0, 0, 0, 0.5);
	z-index:100;
	color:#fff;
	text-align:center;
	padding:5px;/*display:none;*/
}
.deviceWrapper span {
	display:block;
	font-size:0.8em;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
}
.pageWrapper {
	background:#fff;
	border-radius:0;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
    padding:15px 0 0 0;
    position: relative;
}
.smallSpacer {
	margin-bottom:10px !important;
}
.spacer {
	margin-bottom:20px !important;
}
.largeSpacer {
	margin-bottom:30px !important;
}
.hugeSpacer {
	margin-bottom:40px !important;
}
.marginTop10{
	margin-top:10px;
}
.marginTop20{
	margin-top:10px;
}
.whiteBG {
	background:#fff;
}
.redBG {
	background:#ff0600;
}
.greenBG{
	background:#3c6;
}
.blueBG{
	background:#06c;
}
.orangeBG{
	background:#c93;
}
.text-red {
	color:#ff0600;
}
.text-black{
    color:#000;
}
.text-white {
	color:#fff;
}
.italic{
	font-style:italic;
}
.animate {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.animate-fast {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
p.lead {
	margin-bottom:10px;
}
.lead {
	font-weight:400;
	font-size:1.2em;
	margin-bottom:0;
}
blockquote {
	margin: 20px 10%;
	border-left: 5px solid #eeeeee;
	font-style:italic;
	font-weight:300;
}
a.thumbnail, a.thumbnail:focus {
	border-color: #fff;
}
a.thumbnail:hover, a.thumbnail.active {
	border-color: #ff0600;
}
a:focus {
	outline: none;
}
.noMargin {
	margin:0 !important;
}
.noPadding {
	padding:0 !important;
}
.noBorder{
	border:0;
}
.pagination {
	margin: 10px 0 0 0;
}
ul, ol {
	margin-bottom: 20px;
}
hr {
	border-color:#ddd;
}
hr.small {
	margin:10px 0;
}
hr.short{
	width:75%;
}
.dashed {
	border-top:1px dashed #ddd;
}
smaller {
	font-size: 70%;
}
.paddingL {
	padding-left:15px;
}
.paddingR {
	padding-right:15px;
}
a:link, a:visited {
	color:#36c;
	text-decoration:none;
}
a:hover, a:active {
	color:#36c;
	text-decoration:underline;
}
a:link.greyLink, a:visited.greyLink {
	/*color:#ff0600;*/
	color:#777;
	text-decoration:none;
}
a:hover.greyLink, a:active.greyLink {
	color:#ff0600 !important;
	text-decoration:underline;
}
/*  HEADERS  */
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	margin:0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color:#ff0600;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	display:block;
	margin-top:3px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000 !important;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h3 a:hover i, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	color:#f00600;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1.1em;
}
h1 small {
	display:block;
	margin-top:3px;
}
h1+hr, h2+hr, h3+hr, h4+hr, h5+hr, h6+hr {
	margin:5px 0 10px 0;
}
h3 a i {
	color:#000;
}
h3 a.greyLink {
	color:#777 !important;
}
.shadow {
	-webkit-box-shadow: 0px 7px 10px -3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 7px 10px -3px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 7px 10px -3px rgba(50, 50, 50, 0.75);
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding:20px;
}
.padding30 {
	padding:30px;
}
.help-block {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #333;
}
/* BUTTONS */
.btn {
	white-space:normal;
	color:#222 !important;
	border-radius:0;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:700;
}
.btn:focus {
	outline: none;
}
.btn-primary {
	background:#ff0600;
	color:#fff !important;
	border-color:#c30;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #C00;
	border-color:#c30;
}
.btn-primary.disabled, .btn-primary[disabled] {
	background-color: #eee;
	border-color: #ddd;
	color:#000 !important;
	cursor: not-allowed;
}
.btn.text-muted{
	color:#777 !important;
}
.btn.text-muted:hover{
	color:#ff0600 !important;
}

.btn-outline-primary{
	border: 3px solid #ff0600!important;
	background-color:#fff;
	color: #ff0600!important;
	padding: 4px 12px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	background-color: #C00;
	border-color:#c30!important;
	color: #fff!important;
}


/*  MENU  */
.navbar {
	width:100%;
	border:0;
	border-radius:0;
	z-index:5;
	margin:0;
}
.navbar-inner {
	background:rgba(0, 0, 0, 0.95);
	border-radius: 0;
	border-top:3px solid #ff0600;
}
.navbar-fat {
	padding:0;
	background:rgba(0, 0, 0, 1);
}
.navbar-logo {
	float:left;
	margin:-30px 10px 0 0;
}
.navbar-logo img {
	max-height:70px;
}
.navbar-search {
	float:right;
	width:240px;
	margin-top:-20px;
}
nav a.search-btn {
	padding:7px 10px 0 0;
	font-size:24px;
	color:#666;
}
.navbar-search a i {
	font-size:24px;
	color:#666;
	margin:5px 7px 8px 7px;
}
.navbar-search a:hover i {
	color:#f00600;
}
.site-search .form-control {
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
	height:30px;
	width:120px;
	float:right;
	-webkit-transition: width .5s ease-in-out;
	-moz-transition: width .5s ease-in-out;
	-o-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}
.site-search .form-control::-webkit-input-placeholder {
 color:#ccc;
}
.site-search .form-control:focus {
	width:200px;
	color:#333;
}
.site-search .input-group-btn .btn {
	border-left:0;
	height:30px;
	padding:5px 12px;
	color:#333;
}
.site-search .input-group-btn .btn:hover, .site-search .input-group-btn .btn:active {
	background:#fff;
	border-color:#ccc;
	color: #f00;
}
.navbar-menuToggle {
	float:left;
	margin-right:10px;
	padding:10px 0;
}
.navbar-menuToggle a i {
	color:#666;
}
.navbar-default {
	background-color:transparent;
	border-color:transparent;
}
.navbar-toggle {
}
nav {
	position:fixed !important;
	top: -1px;
}
.navbar-nav>li>a {
	font-size:1.1em;
	color:#fff;
	font-weight:600;
	padding: 10px;
}
.navbar li.active a, .navbar li.active a:hover {
	color:#ff0600;
	background:none;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color:transparent;
	color:#ff0600;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#fff;
	color:#000;
	border:0;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.nav .prodList li a:hover {
	background-color:#eee;
}
.navbar-nav {
}
.navbar-nav.basketSummary>li {
	float: right;
}
.navbar-nav.basketSummary>li>a {
	font-size:0.9em;
	padding:4px 7px 5px 7px;
	color:#666;
	font-weight:400;
}
.navbar-nav.basketSummary>li>a:hover {
	color:#ff0600;
}
.navbar-nav.basketSummary>li>a i {
	font-size:1.4em;
}
.navbar-nav .open .dropdown-menu {
	position: absolute;
}
.sidenavWrapper {
	z-index:100;
	position:static;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom:15px;
}
.spynav {
	background: #fff;
	border: 1px solid #eee;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.spynav ul.nav li.active {
	background:none;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	line-height:48px;
	border-top:1px solid #fff;
}
.sidr-title {
	font-size:1.1em;
	background:#222;
	line-height: 48px;
	padding-left:15px;
}
.sidr ul {
	margin: 0;
}
.dropdown-menu {
	border-top:0;
	border-color:#eee;
	margin-left:15px;
	margin-right:15px;
}
.nav-xs>li>a {
	padding-top:3px;
	padding-bottom:3px;
	font-size:0.9em;
}
.nav-sm>li>a {
	padding-top:7px;
	padding-bottom:7px;
	font-size:0.9em;
}
.nav-md>li>a {
	padding-top:15px;
	padding-bottom:15px;
}
.nav-lg>li>a {
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.2em;
}
.crumbs {
	font-size:0.8em;
}
.yamm-fw b {
	margin-left:5px;
}
.yamm .dropdown.yamm-fw .dropdown-menu, .yamm .dropdown.yamm .dropdown-menu {
	margin:-11px 40px 0 40px;
	border-radius:5px;
	padding-top:0;
	border-top:0;
	background:#fff;
}
.yamm .yamm-content {
	min-width:640px;
	padding:15px;
}
.yamm .basketSummary .yamm-content {
	min-width:10px;
	max-width:350px;
	background:#fff;
}
.yamm .basketSummary .dropdown-menu {
	margin-top:-2px !important;
	border: 1px solid #ccc !important;
	border: 1px solid rgba(0,0,0,0.15)!important;
}
.yamm ul.dropdown-menu-small {
	margin-left:-300px !important;
}
.yamm .basketSummary .thumbnail {
	Margin-bottom:0;
}
.yamm .yamm-content a.thumbnail {
	border-color:#fff;
	margin-bottom:10px;
}
.yamm .yamm-content a.thumbnail:hover {
	border-color:#f00;
}
.bikedd .item a{
	min-height:77px
}
.yamm .yamm-content h4, .yamm .yamm-content h5 {
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
}
.yamm .yamm-content h5 {
	display:block;
	margin-bottom:10px;
}
.yamm .yamm-content .catList {
	margin-bottom:20px;
}
.yamm .yamm-content .catList a {
	display:block;
	color:#000;
	font-size:0.9em;
	padding:3px 7px 3px 0;
	margin-bottom:2px;
}
.yamm .yamm-content .list-unstyled a:hover {
	color:#ff0600;
}
header .linkBox i {
	margin-right:5px;
	font-size:1.4em;
	color:#000;
}
header span.badge {
	margin-left:2px;
	font-size:9px;
	background-color: #ff0600;
	padding: 3px 5px 3px 5px;
}
header ul.prodList {
	overflow:hidden;
}
header ul.prodList span.product {
	display:inline-block;
	width:100%;
	font-size:1.1em;
	color:#000;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom: -5px;
}
header ul.prodList span.category {
	font-size:0.8em;
	color:#666;
}
header ul.prodList i {
	display:none;
	font-size:1.6em;
	margin-top:-3px;
}
header ul.prodList>li>a:hover span.product {
	text-decoration: none;
	background-color: #eee;
	color:#ff0600;
}
header ul.prodList>li>a:hover i {
	display:block;
	color:#ff0600;
}
.open > .dropdown-menu {
	animation-name: slidenavAnimation;
	animation-duration:0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration:0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration:0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
	from {
		opacity: 0;
		margin-top:-25px;
	}
	to {
		opacity: 1;
		margin-top:-15px;
	}
}
@-webkit-keyframes slidenavAnimation {
	from {
		opacity: 0;
		margin-top:-25px;
	}
	to {
		opacity: 1;
		margin-top:-15px;
	}
}
.widgetColumn {
	min-height: 10px;
	margin-bottom: 2em;
}
.widget {
	background:#fff;
	margin-bottom: 40px;
	margin-top:1px;
	padding:0 0 10px 0;
	border-radius: 5px;
}
.widget-border {
	padding:10px 15px;
	border: 1px solid #ddd;
}
.widget h3 {
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
form {
	display: block;
	margin-top: 1.5em;
}
.fullwidthbanner {
	height:150px;
}
.footerlinks {
	border-top:1px solid #ddd;
}
.footerlinks h6 {
	border-bottom:1px solid #eee;
	padding-bottom:3px;
}
.footerlinks .nav li a {
	font-size:0.8em;
	color:#333;
	padding:7px 20px 7px 0;
}
.footerlinks .nav li a:hover {
	color:#ff0600;
	background-color:#f2f2f2;
	padding-left:3px;
}
ul.nav-small li a {
	font-size:0.9em;
	padding: 7px 10px;
}
.footerlinks .footerImg {
	margin-top:0;
}
/* SUPER BACKGROUND */
.superBG {
	width:100vw;
	height:100vh;
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* COLOURED HERO */
#colouredHero h1 {
	line-height: 1.5em;
	font-size: 40px;
}
#colouredHero .carousel-caption .captionText {
	padding:10px;
	background:rgba(0,0,0,0.5);
}
#colouredHero .carousel-caption .captionText p {
	font-size:18px;
}
#colouredHero .nav a small {
	display: block;
}
#colouredHero .nav {
	background: #eee;
}
#colouredHero .nav-justified > li > a {
	border-radius: 0px;
}
#colouredHero .nav-pills>li[data-slide-to="0"].active a {
	background-color: #16a085;
}
#colouredHero .nav-pills>li[data-slide-to="1"].active a {
	background-color: #e67e22;
}
#colouredHero .nav-pills>li[data-slide-to="2"].active a {
	background-color: #2980b9;
}
#colouredHero .nav-pills>li[data-slide-to="3"].active a {
	background-color: #8e44ad;
}
/* MEDIA LIST */
.mediaList .media-object {
	max-width:150px;
}
.mediaList .media>.pull-left {
	margin-right: 20px;
}
.mediaList h3 {
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
/* BLOG LINKS */
.bloglinks .item-bloglink {
	float:left;
	width: calc(33.33% -10px);
}
a.item-bloglink {
	position:relative;
	width: calc(100% - 10px); /* width - (margin + border) */
	float:left;
	margin:0 5px 10px 5px;
	padding:0;
	border-left:0px solid #fff;
	overflow:hidden;
}
a.item-bloglink:hover {
	border-left:10px solid #ff0600;
}
a.item-bloglink span.bgImage {
	height:170px;
}
a.item-bloglink h3 {
	width: calc(100% + 5px);
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 20px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	border-bottom-right-radius:0px;
	font-size:1.1em;
	line-height:1.3em;
	margin-left:-5px;
}
a.item-bloglink span.date {
	position:absolute;
	top:0;
	right:0;
	padding:5px 10px 5px 10px;
	text-align:right;
	background:rgba(255,255,255,1);
	color:#ff0600;
	font-size:0.7em;
}
a.item-bloglink:hover h3 {
	color:#fff;
	border-bottom-right-radius:10px;
	margin-left:0px;
	padding-right:5px;
}
a.item-bloglink:hover {
	text-decoration:none;
}
/* BLOG ARTICLE */
.bg {
	position: fixed; /* abosolute to move - fixed for static */
	width: 100%;
	height: 450px; /* same height as jumbotron */
	top:60px;
	left:0;
	z-index: -1;
}
.jumbotron {
	height: 450px;
	width:100%;
	color: #fff;
	text-shadow: #333 0 1px 1px;
	background:transparent;
	margin:0 0 -100px 0;
	display: table;
	padding: 0 30px 100px 30px;
}
.jumbotron h1 {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	line-height:1.65em;
	font-size:26px;
}
.jumbotron h1 span {
	padding:0 5px 7px 5px;
}
.comments.well hr {
	border:2px solid #fff;
	margin-top:5px
}
.comments.well .media p {
	margin-bottom:25px;
}
.shoppingList ul.nav {
}
.shoppingList .nav li a {
	color:#333;
}
.shoppingList .nav li a:hover {
	color: #428bca;
}
.shoppingList .nav li a span {
	color:#999;
	font-size:0.8em;
	display:block;
}
.colorblock-top {
	border-top:10px solid #ff0600;
}
.colorblock-right {
	border-right:10px solid #ff0600;
}
.colorblock-bottom {
	border-bottom:10px solid #ff0600;
}
.colorblock-left {
	border-left:10px solid #ff0600;
}
.float-tr {
	position:absolute;
	top:0px;
	right:0px;
}
.float-tl {
	position:absolute;
	top:0px;
	left:0px;
}
.float-br {
	position:absolute;
	bottom:0px;
	right:0px;
}
.float-bl {
	position:absolute;
	bottom:0px;
	left:0px;
}
.border {
	border:1px solid #ddd;
}
.border-l {
	border-left:1px solid #ddd;
}
.border-r {
	border-right:1px solid #ddd;
}
.clubrg-btn {
	margin-top:0;
}
.productcarousel a {
	padding:3px;
	border-radius:5px;
	border: 1px solid #fff;
	color:#333;
}
.productcarousel a:hover {
	border: 1px solid #ddd;
	text-decoration:none;
	color:#ff0600;
}
.productcarousel h6.bikeName {
	text-align: center;
	margin: 0 0 10px 0;
	font-size:0.9em;
}
span.bgImage {
	display:block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-repeat: no-repeat;
	height:120px
}
.bikecarousel a, a.bikecarousel-item {
	display:block;
	padding:15px;
	border: 1px solid #fff;
	border-radius:5px;
	color:#333;
}
.bikecarousel a:hover, a.bikecarousel-item:hover {
	border: 1px solid #ddd;
	text-decoration:none;
	color:#ff0600;
}
.bikecarousel .slick-slide {
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	opacity:0.5;
}
.bikecarousel .slick-center {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.bikecarousel .slick-prev, .bikecarousel .slick-next {
	height: 30px;
	width: 30px;
	margin-top: -15px;
}
.bikecarousel .slick-prev {
	left: 15px;
}
.bikecarousel .slick-next {
	right: 15px;
}
.bikecarousel .slick-prev:before, .bikecarousel .slick-next:before {
	font-size: 30px;
	color:#333;
}
.slick-slide img {
    margin: 0 auto;
}
.underline {
	border-bottom:1px solid #ddd;
}
/* VIDEO */
.vid {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.vid iframe, .vid object, .vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 3px;
}
.videocarousel .slick-list, .videocarousel .vid iframe {
	max-height:220px !important;
}
/* SHARE THIS */
.shareThis {
	display:block;
	margin:20px 0 0 0 ;
	padding:15px 0;
	min-height:56px;
	border-top: 1px solid #ddd;
}
.shareThis-large{
	display:inline-block;
}
.stButton .stButton_gradient {
	height: 24px !important;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height: 24px !important;
}
.gridContainer {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
}
.gridContainer .item {
	width: 10%;
	float:left;
	position:relative;
}
.gridContainer .item a.thumbnail span.textlogo {
	font-size:0.9em;
	color:#333;
	width:100%;
	text-align:center;
	position:absolute;
	top:20px;
	padding-right:10px;
}
.gridContainer .item a.thumbnail:hover {
	text-decoration:none;
}
.gridContainer.modalGrid .item {
	width: calc(33.333% - 4px);
	padding: 0 2px;
	float:left;
}
.gridContainer .item-brand {
	width: 25%;
	float:left;
}
.gridContainer .item-category.detail {
	position:relative;
	width: calc(100% - 10px); /* width - (margin + border) */
	float:left;
	margin:0 5px 10px 5px;
	;
	padding:0;
	border-left:0px solid #fff;
}
.gridContainer .item-category.detail:hover {
	border-left:10px solid #ff0600;
	background:#fff;
}
.gridContainer .item-category.detail span {
	width:40%;
	height:170px;
}
.gridContainer .item-category.detail span.bgImage {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-repeat: no-repeat;
	float:left;
}
.gridContainer a.item-category.detail h3 {
	top:0;
	padding:10px;
	padding-left:calc(40% + 20px);
	background:rgba(255,255,255,0);
	color:#000;
	text-transform:none;
	border-bottom-right-radius:0px;
	font-size:1.2em;
	margin-left:0;
}
.gridContainer a.item-category.detail:hover h3 {
	color:#ff0600;
	border-bottom-right-radius:0px;
	padding-right:5px;
}
.gridContainer a.item-category.detail:hover {
	text-decoration:none;
}
.gridContainer a.item-category.detail .desc {
	display:block;
	top:40px;
	position:relative;
	padding:10px 20px 10px 10px;
	padding-left:calc(40% + 20px);
	color:#666;
	font-size:0.9em;
}
.gridContainer a.item-category.detail:hover .desc {
}
.gridContainer .item-category {
	position:relative;
	width: calc(50% - 10px); /* width - (margin + border) */
	float:left;
	margin:0 5px 10px 5px;
	;
	padding:0;
	border-left:0px solid #fff;
	overflow:hidden;
}
.gridContainer .item-category:hover {
	border-left:10px solid #ff0600;
}
.gridContainer .item-category span.bgImage {
	display:block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-repeat: no-repeat;
	height:170px;
}
.gridContainer a.item-category h3 {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:10px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	text-transform:uppercase;
	border-bottom-right-radius:0px;
	font-size:0.8em;
	margin-left:-5px;
}
.gridContainer a.item-category:hover h3 {
	color:#fff;
	border-bottom-right-radius:10px;
	margin-left:0px;
	padding-right:5px;
}
.gridContainer a.item-category:hover {
	text-decoration:none;
}
.gridContainer a.item-category .desc {
	display:none;
}
.gridContainer .item-category.list {
	position:relative;
	display:block;
	width: calc(100% - 10px);
	text-align:left;
	margin:0 5px 0 5px;
	padding:2px;
}
.gridContainer .item-category.list:hover {
	border-left:5px solid #ff0600;
}
.gridContainer .item-category.list span.bgImage {
	display:none;
}
.gridContainer .item-category.list h3 {
	position:relative;
	background-color:#fff;
	color:#000;
	margin:0;
	width:100%;
	border-bottom:1px dashed #ddd;
}
.gridContainer a.item-category.list:hover h3 {
	color:#ff0600;
	border-bottom-right-radius:0;
}
.gridContainer a.list:hover {
	color: #fff;
	background-color: #fff
}
.gridContainer a.item-category.list .desc {
	display:none;
}
.item-product.detail a.thumbnail {
	margin-bottom:5px;
}
.item-product.detail a.thumbnail:hover {
	border-color:#ff0600;
}
.item-product.detail h3 a {
	color:#000;
	position:relative;
}
.item-product.detail h3 a:hover, .item-product.detail h3 a:focus {
	color:#ff0600;
}
.item-product.detail:hover h3 {
}
.item-product.detail a:hover {
	text-decoration:none;
}
.item-product.detail .desc {
	font-size:0.9em;
	margin-bottom:15px;
	overflow:hidden;
	max-height:75px;
	padding-right:20px;
	display:block;
	color:#666;
}
.item-product.detail .priceContainer {
	display:block;
	float:left;
	text-align:center;
	width:80%;
}
.item-product.detail .priceContainer .label {
	display:inline-block;
	font-size:12px;
	margin-bottom:10px;
}
.item-product.detail .price {
	font-size:1.5em;
	display:block;
}
.item-product.detail .price span {
	display:block;
	font-size:11px;
	margin:-2px 0 15px 0;
	color:#777;
}
.item-product.detail img.promo {
	position:absolute;
	top:2px;
	left:12px;
	max-width:60px;
}
.item-related p {
	font-size:0.9em;
	color:#999;
}
.item-related .priceContainer {
	text-align:center;
	background:#fff;
}
.item-related .priceContainer .label {
	display:inline-block;
	font-size:12px;
	margin-bottom:10px;
}
.item-related a {
	text-decoration:none;
}
.item-related a.thumbnail:hover {
	border-color:#ff0600;
}
.item-related a h3 {
	color:#000;
}
.item-related a:hover h3 {
	color:#ff0600;
}
.item-related .priceContainer .price {
	font-size:1.3em;
	display:block;
}
#listbtn, #gridbtn, #detailbtn {
	font-size:1.4em;
	color:#999;
}
#listbtn.active, #gridbtn.active, #detailbtn.active {
	color:#ff0600;
}
.sortOptions {
	position:relative;
	top:-55px;
	right:10px;
	margin-bottom:-40px;
}
.sortOptions .form-group {
	float:right;
	padding-right:1px;
}
.sortOptions .rssLink {
	float:right;
	text-decoration:none;
	color:#333;
	position:relative;
	top:5px;
	margin-right:25px;
	font-size:1.1em;
}
.sortOptions .rssLink:hover {
	color:#ff0600;
}
.sortOptions .rssLink i {
	color:#f90;
	margin-right:4px;
}
.sortOptions .rssLink:hover i {
	color:#ff0600;
}
.pp_social {
	display:none;
}
.add-to-garage{
	text-align: right;
    margin-top: 5px;
    padding: 0;
}
.gridContainer .item-manuf-logo{	
	width:25%;
	height:117px;
}
.gridContainer .item-manuf-logo a.thumbnail span.textlogo {
  font-size: 0.5em;
  top: 15px;
  padding-right: 10px;
}
/*  PRODUCT DETAILS */
.nav-tabs>li>a {
	color:#666;
	line-height: 1.2;
	border: 1px solid #eee;
	padding: 8px 15px;
	margin-top:3px;
	border-bottom:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color:#000;
	padding: 10px 15px;
	margin-top:0;
}
.nav-tabs>li>a:hover {
	color:#ff0600;
}
.nav-tabs>li>a i {
	font-size:1.6em;
	margin-right:0px;
}
.tab-content {
	padding:15px;
	border-bottom:1px solid #ddd;
}
.greyfadeBG {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-8 */
}
.productDetails .item-prodGallery {
	width: calc(20% - 10px);
	float:left;
	text-align:center;
	margin:0 5px;
}
.zoomWindowContainer div {
	left:4px !important;
	top:4px !important;
}
.carousel-small-arrows .slick-list {
	margin:0;
}
.carousel-small-arrows .slick-prev, .carousel-small-arrows .slick-next {
	height: 30px;
	width: 30px;
	margin-top: -15px;
}
.carousel-small-arrows .slick-prev {
	left: 5px;
}
.carousel-small-arrows .slick-next {
	right: 5px;
}
.carousel-small-arrows .slick-prev:before, .carousel-small-arrows .slick-next:before {
	font-size: 30px;
	color:#333;
}
.nav-cat>li>a {
	color:#333;
	border-bottom:1px dashed #ccc;
}
.nav-cat>li>a:hover, .nav-cat>li>a:focus {
	color:#ff0600;
	background:#eee;
	padding-left:20px;
}
.nav-cat>li.active>a:hover, .nav-cat>li.active>a:focus {
	padding-left:15px;
}
.nav-cat>li.active>a, .nav-cat>ul.nav li.active>a {
	color:#000;
	font-weight:600;
}
.nav-cat ul.nav {
	background:#fafafa;
}
.nav-cat ul.nav>ul.nav {
	background:#fff;
}
ul.nav>ul.nav>li>a {
	border-bottom:1px dashed #ddd;
	padding-left:30px;
	color:#666;
}
ul.nav>ul.nav>ul.nav>li>a {
	padding-left:50px;
}
ul.nav>ul.nav>li>a:before {
	content:" - ";
}
ul.nav>ul.nav>li>a:hover, ul.nav>ul.nav>li>a:focus {
	padding-left:35px;
	color:#ff0600;
}
ul.nav>ul.nav>li.active>a {
	padding-left:30px;
	color:#000;
}
.productDetails img.manu-logo {
    max-height:50px;
    position: absolute;
    right: 15px;
    top: 0;
}
.productDetails ul.bikelist li {
	width:100%;
	display:inline-block;
	float:left;
	margin-bottom:8px;
}
ul.bikelist li.active {
	color:#000;
	font-weight:600;
}
.alert-dismissable span em {
	position:absolute;
	top:4px;
	right:25px;
	padding-right:2px;
	opacity:0.3;
	font-size:0.9em;
}
.productDetails .price {
	font-size:2em;
	display:inline-block;
}
.productDetails .price span {
	display:block;
	font-size:11px;
	margin:-4px 0 10px 0;
	color:#777;
}
.alert-dismissable button.close {
	position:absolute;
	top:3px;
	right:5px;
	padding-right:2px;
}
.productDetails .productSpec .row div:first-child {
	font-weight:bold;
	text-align:left;
}
.productDetails #accordion-wishlist {
	margin-bottom:0;
}
ul.dashed-list li {
	border-bottom:1px dashed #ddd;
}
ul.dashed-list li a {
	color:#000;
}
.productDetailGallery{
	width:85%;
	margin:0 auto;
}

/* TESTIMONIALS */
blockquote.testimonial {
	border-color:#ff0600;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:14px;
	margin:20px 0 20px 10px;
}
blockquote.testimonial h5 {
	color:#000;
	margin-bottom:5px;
	font-style:normal;
}
blockquote.testimonial span {
	display:block;
	text-align:right;
	font-weight:400;
	color:#333;
	padding:5px 35px 0 0;
	font-style:normal;
	font-family: 'Roboto', sans-serif;
}
.gridContainer .item-gallery {
	width: 50%;
	float:left;
	margin:0;
	padding:5px;
	background:#fff;
}
.gridContainer .item-gallery:hover {
	background:#ff0600;
}
.item-gallery .bgImage {
	height:100px
}
/* FAQ's */

/* BACK TO TOP */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 80px;
	right: 20px;
	display:none;
	z-index:10;
	background:#ddd;
}
a.back-to-top {
	color:#ff0600 !important;
}
a.back-to-top:hover {
	color:#c00 !important;
}
.newscarousel{
	margin-top:10px;
	max-height:50px;
	overflow:hidden;
}
.newsticker {
	margin: -13px 0 15px 0;
}
.newsticker .slick-slide {
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:0 10px;
}
.newsticker .slick-slider {
	margin-bottom:0;
}
.slick-slider {
	margin-bottom: 20px;
}
.slick-slider .thumbnail {
	margin-bottom: 0;
}
.slick-slide .thumbnail img {
	max-width:70px;
}
.slick-initialized .slick-slide {
	position:relative;
}
.slick-dots {
	bottom: -45px;
	clear:right;
}
.slick-prev, .slick-next {
	height: 40px;
	width: 40px;
	margin-top: -20px;
	z-index: 1;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
}
.slick-prev:before, .slick-next:before {
	font-size: 40px;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.slick-dots li.slick-active button:before {
	color: #ff0600;
	opacity: 0.75;
}
.productcarousel .slick-slide a.thumbnail:hover {
	text-decoration:none;
	color:#333;
	background:#fff;
	border-color:#fff;
}
.productcarousel .slick-slide a.thumbnail:hover p.text-muted {
	color:#777;
}
.checkoutContainer {
	padding-right:10px;
}
/*  BASKET  */
.basket .basketHeader {
	border-bottom:1px solid #999;
	margin-bottom:30px;
	padding-bottom:3px;
}
.basket .basketRow {
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
	padding-bottom:30px;
}
.basket .basketRow:last-child {
	border-bottom:0;
	padding-bottom:20px;
	margin-bottom:0;
}
.confirmOrder .basketRow {
	border-bottom:1px solid #eee;
	margin:0 0 15px 30px;
	padding-bottom:5px;
}
.confirmOrder .basketRow:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.basket .totalSummary {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:0 0 20px 0;
	padding:15px 0 15px 0;
}
.basket .thumbnail {
	margin-bottom:0;
}
.basket a.productName {
	display:block;
	color:#333;
	padding-bottom:5px;
}
.basket a.productName:hover {
	color:#ff0600;
}
.basket h6 small {
	margin-top: 5px;
}
.basket #qty {
	max-width:60px;
	border:0;
	box-shadow:none;
}
.basket .basketRow #qty {
	border:1px solid #fff;
}
.basket .basketRow #qty:hover, .basket .basketRow #qty:focus {
	border:1px solid #ddd;
	box-shadow: none;
	background:#fff;
}
.basket .each, .basket .total {
	padding-top:5px;
}
.basket a.wishlist, .basket a.delete {
	color:#777 !important;
}
.basket a.wishlist:hover, .basket a.delete:hover {
	color:#ff0600 !important;
}
.basket .discountRow {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	padding:10px 0 5px 0;
}
.basket .discountRow .form-group {
	margin-bottom:0;
}
.basket a.wishlist:hover, .basket a.delete:hover {
	color:#ff0600 !important;
}
/*  CHECKOUT PROGRESS */
.checkout-progress {
	border-bottom: solid 1px #e0e0e0;
	padding: 10px 0;
}
.checkout-progress > .checkout-progress-step {
	padding: 0;
	position: relative;
	width:20%;
	float:left;
}
.checkout-progress-new > .checkout-progress-step {
	width:16.666%;
}
.checkout-progress > .checkout-progress-step + .checkout-progress-step {
}
.checkout-progress > .checkout-progress-step .checkout-progress-stepnum {
	color: #595959;
	font-size: 11px;
	margin-bottom: 0px;
}
.checkout-progress > .checkout-progress-step .checkout-progress-info {
	color: #999;
	font-size: 0.8em;
}
.checkout-progress > .checkout-progress-step > .checkout-progress-dot i {
	position:absolute;
	left:3px;
	top:-4px;
	z-index:2;
	color:#000;
	font-size:30px;
}
.checkout-progress > .checkout-progress-step + .active > .checkout-progress-dot i, .checkout-progress > .checkout-progress-step + .disabled > .checkout-progress-dot i {
	display:none;
}
.checkout-progress > .checkout-progress-step + .final > .checkout-progress-dot i {
	display:inline-block;
}
.checkout-progress > .checkout-progress-step > .checkout-progress-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #ffd9d9;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}
.checkout-progress > .checkout-progress-step + .active > .checkout-progress-dot {
	background: #ff0600;
}
.checkout-progress > .checkout-progress-step > .checkout-progress-dot:after {
	content: ' ';
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	top: 6px;
	left: 6px;
}
.checkout-progress > .checkout-progress-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 25px 0;
}
.checkout-progress > .checkout-progress-step > .progress > .progress-bar {
	width:0px;
	box-shadow: none;
	background: #ffd9d9;
}
.checkout-progress > .checkout-progress-step.complete > .progress > .progress-bar {
	width:100%;
}
.checkout-progress > .checkout-progress-step.active > .progress > .progress-bar {
	width:50%;
}
.checkout-progress > .checkout-progress-step:first-child.active > .progress > .progress-bar {
	width:0%;
}
.checkout-progress > .checkout-progress-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}
.checkout-progress > .checkout-progress-step.disabled > .checkout-progress-dot {
	background-color: #f5f5f5;
}
.checkout-progress > .checkout-progress-step.disabled > .checkout-progress-dot:after {
	opacity: 0;
}
.checkout-progress > .checkout-progress-step:first-child > .progress {
	left: 50%;
	width: 50%;
}
.checkout-progress > .checkout-progress-step:last-child > .progress {
	width: 50%;
}
.checkout-progress > .checkout-progress-step.disabled a.checkout-progress-dot, .checkout-progress > .checkout-progress-step.active a.checkout-progress-dot {
	pointer-events: none;
}
/*  CONFRIM ORDER & REGISTER */
/*.register .form-control {
	border: 1px solid #fff;
	border-bottom: 1px dashed #ccc;
	-webkit-box-shadow:none;;
	box-shadow:none;
	-webkit-transition:none;;
	-o-transition:none;;
	 transition:none;;
}
.register .form-control:hover {
	border-bottom: 1px dashed #999;
	box-shadow: none;
	background: #fff;
}
.register .form-control:focus {
	border: 1px solid #999;
	box-shadow: none;
	background: #fff;
}*/
.form-group.required .control-label:after {
	content:" *";
	color:#ff0600;
}
.confirmOrder label.deliveryOption {
	display:block;
	margin-bottom:20px;
}
.confirmOrder label.deliveryOption:last-child {
	margin-bottom:0;
}
/*  ORDER COMPLETE */
.orderComplete.basket .basketRow {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
.orderComplete.basket .basketRow:last-child {
	border-bottom:0;
	padding-bottom:0px;
	margin-bottom:0;
}
.orderComplete.basket .basketRow h6 small {
	padding-left:15px;
}
.orderComplete.basket .basketRow .total {
	padding-top:0;
}
.orderComplete .orderShare {
}
/*  LOGIN */
.login {
}
/* ADDRESSES */
.addresses .form-horizontal .checkbox .control-label {
	text-align:left;
}
/* MODAL */
.modal {
	overflow-y: auto;
}
.modal-open {
	overflow: auto;
}
.modal-open[style] {
	padding-right: 0px !important;
}

/* CRUMBS */
ol.breadcrumb {
	background:none;
	padding-left:0;
	margin-bottom:5px;
}
ol.breadcrumb li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:80px;
}
ol.breadcrumb > *:nth-child(n+2) {
	display:none;
}
.form-control-feedback {
	display:none;
}
.has-error .form-control-feedback {
	display:inline;
}
.has-error .help-block {
	color: #333;
}
.contact-form .form-control-feedback{
	top:19px;
}

/* ACCOUNT */
.accountBox .left {
	text-align:left;
	font-weight:600;
}
.accountBox .right h6 {
	padding-top:0px;
}
.accountBox .right h6 a {
	color:#f00600 !important;
}
.accountBox h5 a.greyLink {
	padding-top:4px;
	color:#777 !important;
	font-size:70%;
}
.accountBox h5 a:hover.greyLink {
	color:#ff0600 !important;
}
.accountBox .list-group-item-text {
	color:#777 !important;
	font-size:90%;
}
.accountBox .bikeRow {
	margin-bottom:15px;
}
.accountBox .bikeRow hr {
	margin:15px 0 0 0;
	border-top:1px dashed #ddd;
}
.accountBox .bikeRow:last-child hr {
	display:none;
}
.accountBox .list-group {
	margin-bottom:10px !;
}
.item-wishlist{
	padding-right:20px;
}
.item-wishlist hr.dashed{
	width:50%;
}
.item-wishlist:last-child hr.dashed{
	display:none;
}
.item-wishlist img.promo{
	top: 3px !important;
	left: 12px !important;
	max-width: 30px !important;
}
.wishlist-title{
	float:left;
	width:100%;
}
.wishlist-title a{
	margin-right:15px;
}
.wishlist-title a:hover{
	text-decoration:none;
}





/*  SEARCH  */
.searchresults .tab-content {
	border-bottom: 0;
}
.searchresults .nav-tabs span.badge{
	margin-left:7px;
	background-color: #fff;
	border: 1px solid #ddd;
	color:#999;
}
.searchresults .nav-tabs>li>a {
	font-size: 0.7em;
}
.searchresults .list-group {
	border:0;
	margin-left:10px;
	margin-bottom:10px;
}
.searchresults .list-group-item, .partners .list-group-item, .testimonials .list-group-item, .events .list-group-item {
	border:1px solid #fff;
	padding:10px;
}
.searchresults .list-group-item:hover, .partners .list-group-item:hover, .testimonials .list-group-item:hover, .events .list-group-item:hover {
	border:1px solid #ddd;
}
.searchresults .media .media-left{
	width:20%;
	padding-right:20px;
}
.searchresults .list-group-item .thumbnail{
	margin-bottom:0px;
}
h5 span.startrecord, h5 span.endrecord{
	color:#777;
}
a.list-group-item .media-body h5{
	color:#000;
}
a.list-group-item:hover .media-body h5{
	color:#ff0600;
}
a.list-group-item:hover .text-success{
	text-decoration:underline;
}
.searchresults .list-group .testimonial-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
}
.searchresults .partner-results .badge{
	margin-left:5px;
	background-color:#fff;
	color:#777;
	border:1px solid #ddd;
}
.searchresults #gallery .media-left{
	background:#fff;
	padding:5px;
	margin-right:30px;
}
.searchresults #gallery .media-body{
	margin-left:0px;
	padding:10px 0 0 5px;
}
.searchresults #gallery .media-left .bgImage{
	width:225px;
}

/*  PAGING  */
.pagination{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
}
.pagination>li>a, .pagination>li>span {
	color: #777;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #ff0600;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	color: #fff !important;
	background:#ff0600;
	border-color:#ff0600;
}
.pagination>li.disabled i{
	color:#ccc;
}


/*  PARTNERS (content page) */
.partners{ 
}
.partners .form-inline .form-group{
	margin-right:15px;
}
.partners .form-inline label{
	margin-right:5px;
}
.partners .form-inline btn{
	width:100%;
}
.partners .list-group .media .media-left{
	width:30%;
	padding-right:20px;
}
.partners .partnermap-search{
	margin-top:-10px;
	margin-bottom:30px;
}
.partners .partnermap-search.is_stuck{
	margin-top:0;
}
.partners .partnermap-search .map{
	border:1px solid #ddd;
	height:500px;
}
.partnerdetail .partnermap-search .map{
	border:1px solid #ddd;
	height:300px;
}


/*  BLOG  */
.blog a.list-group-item {
	border:1px solid #fff;
	color:#000;
}
.blog a.list-group-item:hover {
	color:#ff0600;
	border:1px solid #ddd;
}
.blog a.list-group-item:hover .desc{
	color:#000;
}
.blog .featuredPost .bgImage{
	height:200px;
}
.blog .regularPost .bgImage{
	height:90px;
	margin-right:20px;
}
.blog .regularPost .desc{
}
.blog hr.small{
	margin:10px 0;
}
.blog .nav-sm a:hover small{
	color:#fff;
}
.blog .herospacer{
	margin:0 5% 10px 5%;
}

/*  BLOG WIDGETS  */
.widget {
	background:#fff;
	margin-bottom: 15px;
	padding:10px;
}
.widget a{
	color:#999;
}
.widget h5{
	border-bottom:1px solid #ddd;
}
.widget .nav a:hover{
	background:#ff0600;
	color:#fff;
}
.widget .nav a:hover small{
	color:#fff !important;
}
.widget a .media {
	text-align:center;
	padding:5px;
}
.widget a:hover .media {
	background: #ff0600;
	color:#fff;
	text-decoration:none;
}
.widget a:hover {
	text-decoration:none;
}
.widget a:hover .media small {
	color:#fff;
}
/*   TAG CLOUD */
ul.tagcloud {
	line-height:1.5;
	list-style:none;
	margin:20px 5px 0 5px;
	padding:0 0 10px 0;
	text-align:justify;
}
ul.tagcloud li {
	display:inline;
}
ul.tagcloud a {
	margin-right:5px;
	text-decoration:none;
	line-height: 1.4em;
	padding:5px 7px;
	text-wrap:none;
}
ul.tagcloud a:hover {
	background: #ff0600;
	color:#fff;
}
.tag1 {
	font-size: 75%;
}
.tag2 {
	font-size: 85%;
}
.tag3 {
	font-size: 90%;
}
.tag4 {
	font-size: 95%;
}
.tag5 {
	font-size: 100%;
}
.tag6 {
	font-size: 105%;
}
.tag7 {
	font-size: 110%;
}
.tag8 {
	font-size: 120%;
}
.tag9 {
	font-size: 130%;
}
.tag10 {
	font-size: 140%;
}

/*  BLOG ARTICLE  */
.blog-article h1, .blog-article h2, .blog-article h3, .blog-article h4, .blog-article h5, .blog-article h6 {
	margin-bottom:10px;
}

/*  COMMENTS  */
h5.comments{
	font-size:16px;
}
.seecomments h5.media-heading{
	display:inline;
	font-size:0.9em;
	font-weight:600;
}
.seecomments .media .media{
	margin-left:30px;
}


/*  GALLERY  */
.galleries a.item-galleryCat .bgImage{
	height:200px;
}
.galleries a.item-galleryCat h6 {
	position:absolute;
	bottom:5px;
	left:10px;
	padding:5px 10px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	width: calc(100% - 30px);
	line-height:1.3em;
}
.galleries a.item-galleryCat:hover h6 {
	color:#ff0600;
	background:rgba(0,0,0,0.8);
}
.galleries a.item-galleryCat .count {
	position:absolute;
	top:5px;
	right:15px;
	padding:5px;
	background:rgba(255,255,255,0.6);
	color:#000;
	border-radius:3px;
}
.galleries a.item-galleryCat:hover .count {
	color:#fff;
	background:rgba(0,0,0,0.8);
}

/*  TESTIMONIALS  */
.testimonials blockquote.testimonial{
	margin-top:0;
}
.testimonials .list-group .testimonial-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
}
.testimonials .list-group .media-left{
	width:200px;
	padding-right:20px;
}
.testimonials .list-group .thumbnail{
	margin-bottom:0;
}


/*  EVENTS  */
.events .bgImage{
	height:250px;
}
.events .media-left{
	width:20%;
	padding-right:20px;
}
.events .media-left .thumbnail{
	margin-bottom:0;
}
.events a.list-group-item h3{
	color:#000;
}
.events a.list-group-item:hover h3{
	color:#ff0600;
}
.events a.list-group-item p.desc{
	color:#000;
}


/*  LINKS  */
.links .media{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px dashed #ddd;
}
.links .media:last-child{
	padding-bottom:20px;
	margin-bottom:0;
	border:0;
}
.links .media-left{
	padding-right:20px;
	width:20%;
}



/*  FAQ's  */
.faq{
}
.faqGroup{
	margin-bottom:30px;
}
.faqGroup:last-child{
	margin-bottom:0;
}
.faq .panel-heading{
	border:0 !important;
	background-color:#fff;
	padding:2px 2px 5px 5px;
}
.faq .panel-default{
	border:0;
}
.faq .panel-body{
	border:0 !important;
}
.faq h5{
	margin-bottom:15px;
}
.faq h5 span.glyphicon{
	display:inline-block;
	margin-right:5px;
	color:#999;
	line-height:1em;
}
.faq .question h6 a{
	margin:0 0 4px 0;
	color:#000;
}
.faq .question h6 span.glyphicon{
	display:inline-block;
	margin-right:5px;
}
.faq .answer{
	padding-left:0;
	font-size:0.9em;
	color:#777;
	border:0 !important;
}


/*  PARTNER ACCOUNT  */
.partner-account .tab-content {
	border:0;
}
.partner-account-details{
}
.partner-account-export h5{
	width:95%;
}
.partner-account-export p{
	margin-bottom:0;
}
.partner-account-export .resultsBox{
	margin-top:0;
	float:left;
}
.partner-account-downloads table a{
	color:#222;
}
.partner-account-downloads a.fileLink:link, .partner-account-downloads h4 a.fileLink:link span{
	color:#36c !important;
	text-decoration:none;
}
.partner-account-downloads a.fileLink:hover, .partner-account-downloads h4 a.fileLink:hover span{
	text-decoration:underline;
}
.partner-account-downloads table .badge{
	background:#ff0600;
	margin-right:5px;
}

.lazy-img {
  opacity: 0;
  transition: opacity 0.7s ease-in;
} 

/*  FONT AWESOME COUNTER CLOCKWISE SPINNER */
.fa-counter-spin {
  -webkit-animation: spin-counter 2s infinite linear;
  -moz-animation: spin-counter 2s infinite linear;
  -o-animation: spin-counter 2s infinite linear;
  animation: spin-counter 2s infinite linear;
}
@-moz-keyframes spin-counter {
  0% {
    -moz-transform: rotate(359deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin-counter {
  0% {
    -webkit-transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes spin-counter {
  0% {
    -o-transform: rotate(359deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes spin-counter {
  0% {
    -ms-transform: rotate(359deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes spin-counter {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.text-gold{
	color:#efc31b;
}

.newproducts .thumbnail{
	margin-bottom:15px;
}
.newproducts-desc{
	padding-top:0;
}
.newproducts-desc h6 a:hover{
	color:#ff0600 !important;
}

.widgetcarousel img{
	padding:0 10px;
}
.widgetcarousel-inner{
	padding:0 10px 10px 10px;
}

.bannercarousel{
	margin-bottom:5px;
}
small.skutext{
	font-size: 50%;
}








/*  2019 styles  */

.container{
    width:100%;
}

.d-flex{
    display:flex;
}
.d-flex-center{
    display:flex;
    align-items: center;
}
.d-flex-end{
    display:flex;
    align-items: flex-end;
}
.d-flex-row{
    display:flex;
    flex-direction: row;
}
.d-flex-column{
    display:flex;
    flex-direction: column;
}
.d-inline{
    display:inline;
}
.h-100{
    height:100%;
}
.w-100{
    width:100%;
}
.mx-auto{
    margin-left:auto;
    margin-right:auto;
}

.bg-cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-dark-bottom{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.bg-primary{
    background:#ff0600;
}
a.bg-primary:hover {
    background-color: #d81f1b;
}

/*
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    overflow: hidden;
}
*/

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.searchbox{
    width:100%;
    margin:0 auto;
    padding: 5px 15px
}
.searchbox img{
    max-height:70px;
    margin-right:15px;
}
.searchbox input, .searchbox select{
    border: 2px solid #ddd;
    border-radius: 15px;
}
.searchbox input:focus{
}
.searchbox select{
}


.RGAutoSearch{
    border-bottom-left-radius: 0;
}
.autocomplete-bg{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 30px 50px 0 50px;
    margin: 0 auto;
    width: 80%;
}
.autocomplete-bg .title{
    padding:0;
    margin:0 15px 0 0;
    font-size:3rem;
}
.autocomplete-bg input{
    width:100%;
    border-radius: 10px;
    padding: 20px 30px;
    margin-left:20px;
    font-size: 1.8rem;
    box-shadow:none;
    flex: 1 1 auto;
}
.autocomplete-results{
    padding: 15px 20px;
    z-index: 10;
    position: absolute;
    top: -37px;
    right: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,0.19), 0 10px 6px rgba(0,0,0,0.23);
    min-width: 310px;
    max-width: 350px;
    display: none;
}
.autocomplete-results.wide{
    width: calc(70% - 0px);
    max-width:900px;
}
.autocomplete-results a{
    color:#000;
    text-decoration: none;
}
.autocomplete-results a:hover{
    color:#ff0600!important;
}
.autocomplete-results li{
    width:100%;
    display: inline-block;
    float:left;
    overflow: hidden;
    position: relative;
    min-height: 1px;
    padding:0 10px;
    margin-bottom:20px;
}
.autocomplete-results .item-product{
    width: 20%!important;
    text-align: center;
}
.autocomplete-results .item-category{
}
.autocomplete-results .item-category a{
    padding:0 3px 3px 3px;
}
.autocomplete-results .item-bike{
}
.autocomplete-results .item-bike:last-child{
    margin-bottom:0px;
}
.autocomplete-results .item-bike img{
    max-width:50px;
    margin-right:10px;
}
.autocomplete-results .item-bike .biketitle{
    font-size: 1.2rem;
}
.autocomplete-results .item-seperator{
}
.autocomplete-results .item-title{
    padding:0;
    margin:20px 0;
    font-style: italic;
    font-size:2rem;
}
.autocomplete-results .item-title:first-child{
    margin-top:0;
}

.autocomplete-results .priceContainer .price{
    font-size: 1.5em;
    margin-bottom: 10px;
}



.ui-state-focus{
    margin:0!important;
    border:0!important;
    background-color: transparent!important;
}


.manufacurerscarousel{
    padding:0 70px;
}
.manufacurerscarousel .logo a img{
    filter: grayscale(100%);
    opacity: .4;
}
.manufacurerscarousel .logo.active a img{
    filter: grayscale(0%);
    opacity: 1!important;
}
.manufacurerscarousel .logo a:hover img{
    filter: grayscale(0%);
    opacity: 1;
}
.manufacurerscarousel .logo a:hover{
    cursor: pointer;
}


.manufacurersbikes a{
    text-decoration: none;
    color:#777;
}
.manufacurersbikes a:hover{
    text-decoration: none;
    color:#ff0600;
}
.manufacurersbikes .bikeName{
    height:32px;
    overflow:hidden;
    font-size: 1.4rem;
    text-align: center;
}
.manufacurersbikes img{
    max-height:100px;
}
.manufacurersbikes .bike-wrapper{
    min-height:110px;
}


.imageoverlay{
    position: relative;
    display: block;
    overflow:hidden;
    box-shadow: 0px 7px 10px -3px rgba(50, 50, 50, 0);
    transition: all 0.8s ease-in;
}
.imageoverlay:hover{
    box-shadow: 0px 7px 10px -3px rgba(50, 50, 50, 0.2);
    transition: all 0.5s ease-out;
}
.imageoverlay img{
    width:100%;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.grow:hover img{
    transform: scale(1.02);
    transition: all 0.5s ease-in-out;
}
.imageoverlay .text{
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding:10px;
}
.imageoverlay .text .cat{
    font-size:1.2rem;
    color:#ddd;
}
.imageoverlay .text .prod{
    font-size:1.4rem;
    font-weight:700;
}

.makemodelyearsearch .titleimg{
    max-height:30px;
    width: 100%;
}


#divNewTandCMask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
#divNewTandC{
    top: 150px;
    left: 10%;
    width: calc(100% - 20%);
    position: absolute;
    background-color: white;
    z-index: 1000;
    padding: 20px;
    display: none;
}
#divNewTandCContent{
    height: 50vh;
    width: 100%;
    border: 1px solid black;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 20px;
}


.newsticker {
	margin: 0;
}
.newscarousel {
    margin-top: 0px;
    padding:0;
}
.newsticker .slick-slide {
    border: 0;
}

.productcarousel .imageoverlay .float-tl{
    width:90px;
    top: -3px;
    left: -2px;
}
.productcarousel .imageoverlay .float-tr{
    width:120px;
    top: -3px;
    right: -2px;
}
.productcarousel .imageoverlay .cat{
    font-size:1.3rem;
    margin-bottom:5px;
}
.productcarousel .imageoverlay .prod{
    font-size:1.5rem;
}

.well{
    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}

.modal-backdrop {
}


#divLinkSelectModelLoading div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
}
#divLinkSelectModelLoading i{
    position: absolute;
    top: calc(50% - 15px);
    left:calc(50% - 15px);
    font-size: 30px;
}
#divLinkSelectModelLoading img{
    padding: 4px;
}

.usp-text{
    line-height:2rem;
    text-transform: uppercase;
}
.usp-text i{
    margin-right:5px;
    font-size:2rem;
}
.usp-text h6{
    font-weight: 600;
}



@keyframes blink { 
    50% { border-color: #ff0000; } 
}
.attract{
    animation: blink 1s step-end infinite alternate;
}


@media (min-width: 1400px) { /*  HD DESKTOP - Xlarge  */
    .container{
        width:90%;
        max-width:1400px;
    }
}






/*  2FA Modal  */
.modal-2fa-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-2fa-wrapper .inner{
    padding: 20px 30px 20px 30px;
    margin: 0 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: rgba(0,0,0,.8);
    text-align: center;
}
.modal-2fa-wrapper .inner{
    color:#fff;
}
.modal-2fa-wrapper .inner a{
    color:#ff0600;
}
.modal-2fa-wrapper .inner .title{
    color: #ff0600;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.modal-2fa-wrapper .inner input{
    text-align:center;
    width: 50px;
    font-size: 40px;
    font-weight: 600;
    color:#ff0600;
    border-radius: 5px;
    border: 0;
    margin-right: 10px;
    margin-bottom: 20px;
}
.modal-2fa-wrapper .inner input:last-child{
    margin-right: 0;
}

/* Prevent number field arrows - Chrome, Safari, Edge, Opera */
.modal-2fa-wrapper input::-webkit-outer-spin-button, .modal-2fa-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Prevent number field arrows - Firefox */
.modal-2fa-wrapper input[type=number] {
    -moz-appearance: textfield;
}


.btn-social:hover{
	color:#ff0600!important;

}
.btn-email{
	color:#ff0600!important;;
}
.btn-facebook{
	color:#1877f2!important;;
}
.btn-twitter{
	color:#1da1f2!important;;
}
.btn-youtube{
	color:#ff0000!important;;
}







/*   - - - - -     R    E    S    P    O    N    S    I    V    E    - - - - -   */


 @media (min-width: 768px) { /*  TABLET  */
	body {
		padding-top:79px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.navbar-collapse {
		padding-left:0px;
	}
	.pullup {
		margin-top:-170px;
		margin-bottom:20px;
	}
	.fullwidthbanner {
		height:250px;
	}
	.footerlinks {
		display:block;
	}
	.jumbotron h1 {
		line-height:1.5em;
		font-size:50px;
	}
	.deviceWrapper {
		display:inline;
	}
	.pageWrapper {
		margin:0 0 10px 0;
		padding:15px;
	}
	.productcarousel span.bgImage {
		height:150px
	}
	.productcarousel .slick-slide a.thumbnail:hover {
		color:#fff;
		background: rgba(163,3,3,1);
		background: -moz-linear-gradient(top, rgba(163,3,3,1) 0%, rgba(255,4,0,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,3,3,1)), color-stop(100%, rgba(255,4,0,1)));
		background: -webkit-linear-gradient(top, rgba(163,3,3,1) 0%, rgba(255,4,0,1) 100%);
		background: -o-linear-gradient(top, rgba(163,3,3,1) 0%, rgba(255,4,0,1) 100%);
		background: -ms-linear-gradient(top, rgba(163,3,3,1) 0%, rgba(255,4,0,1) 100%);
		background: linear-gradient(to bottom, rgba(163,3,3,1) 0%, rgba(255,4,0,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30303', endColorstr='#ff0400', GradientType=0 );
	}
	.productcarousel .slick-slide a.thumbnail:hover p.text-muted {
		color:#fff;
	}
	.largeproductcarousel span.bgImage {
		height:190px
	}
	.videocarousel .slick-list, .videocarousel .vid iframe {
		max-height:190px !important;
	}
	.checkout-progress > .checkout-progress-step > .progress {
		margin: 20px 0;
	}
	.checkout-progress > .checkout-progress-step .checkout-progress-stepnum {
		font-size: 14px;
	}
	.checkoutContainer {
		padding-right:0;
	}
	.orderComplete .orderShare .well {
		padding:10px 45px;
	}
	.gridContainer .item-category {
		width: calc(33.33% - 10px);
	}
	ol.breadcrumb > *:nth-last-child(-n+3) {
		display:inline-block;
	}
	.gridContainer .item-gallery {
		width: 25%;
	}
	.item-gallery .bgImage {
		height:80px
	}
	.nav-tabs>li>a i {
		font-size:2em;
	}
	.searchresults .nav-tabs>li>a{
		font-size: 0.8em;
	}
	.gridContainer .item-category.list, .gridContainer .item-product.list {
		width: calc(50% - 10px);
	}
	.item-product.detail img.promo {
		top:1px;
		left:11px;
		max-width:80px;
	}
	.item-product.detail .desc {
		max-height:none;
	}
	.gridContainer.modalGrid .item {
		width: calc(10.4% - 4px);
		padding: 0 2px;
	}
	.navbar-nav.basketSummary>li>a i {
		display:none;
	}
	a.item-bloglink {
		width: calc(33% - 10px); /* width - (margin + border) */
	}
	.productDetails .productSpec .row div:first-child {
		text-align:right;
	}
	.accountBox .left {
		text-align:right;
	}
	.item-wishlist img.promo{
		top: 2px !important;
		left: 12px !important;
		max-width: 50px !important;
	}
	.searchresults #gallery .media-body{
		margin-left:60px;
		padding:5px 15px;
	}
	.searchresults #gallery .media-left .bgImage{
		width:110px;
		height:75px;
	}
	.partner-account-export .resultsBox{
		float:right;
		margin-top:10px;
	}
	.gridContainer .item-manuf-logo{
		height:117px;
	}
	.gridContainer .item-manuf-logo a.thumbnail span.textlogo {
		font-size: 0.8em;
	  	top: 30px;
	}
	.productDetailGallery{
		width:100%;
		margin:0 auto;
	}
	.shareThis-large{
	}
	.newproducts .thumbnail{
		margin-bottom:0;
    }
    .modal-2fa-wrapper .inner input{
        width: 70px;
        font-size:60px;
    }

}


@media (min-width: 992px) { /*  LAPTOP - medium  */
		body {
			padding-top:111px;
		}
		h1 {
			font-size:2.2em;
		}
		h2 {
			font-size:1.8em;
		}
		h3 {
			font-size:1.7em;
		}
		h4 {
			font-size:1.5em;
		}
		h5 {
			font-size:1.3em;
		}
		h6 {
			font-size:1.1em;
		}
		.widgetColumn {
			min-height: 100%;
			margin-bottom: 0;
		}
		.sidenavWrapper {
			position:relative;
		}
		.spynav ul.nav li.active {
			background:#ddd;
		}
		nav {
			position:absolute !important;
		}
		.navbar-fat {
			padding:30px 0 0 0;
		}
		.navbar-fat .navbar-logo {
			margin:-60px 10px 0 0;
		}
		.navbar-logo {
			margin:-30px 10px 0 0;
		}
		.navbar-logo img {
			max-height:70px;
		}
		.navbar-fat .navbar-logo img {
			max-height:100px;
		}
		.bg {
			top:100px;
		}
		.slick-slide .thumbnail img {
			max-width:100px;
		}
		.videocarousel .slick-list, .videocarousel .vid iframe {
			max-height:200px !important;
		}
		.gridContainer .item-category {
			width: calc(25% - 10px);
		}
		.carousel-small-arrows .slick-list {
			margin:0 40px;
		}
		ol.breadcrumb li {
			max-width:150px;
		}
		ol.breadcrumb > *:nth-last-child(-n+4) {
			display:inline-block;
		}
		.productDetails ul.bikelist li {
			width:50%;
		}
		.gridContainer .item-gallery {
			width: 20%;
		}
		.item-gallery .bgImage {
			height:100px
		}
		.nav-tabs>li>a i {
			font-size:1em;
			margin-right:4px;
		}
		.searchresults .nav-tabs>li>a i {
			font-size: 1em;
		}
		.gridContainer .item-category.list, .gridContainer .item-product.list {
			width: calc(33.33% - 10px);
		}
		.item-product .desc {
			width:65%;
			float:left;
		}
		.item-product.detail .priceContainer {
			width:35%;
			float:left;
		}
		.gridContainer a.item-category.detail h3 {
			font-size:1.7em;
		}
		.item-product.detail img.promo {
			top:0px;
			left:10px;
			max-width:none;
		}
		.clubrg-btn {
			margin-top:23px;
		}
		.footerlinks .footerImg {
			margin-top:30px;
		}
		.accountBox .right h6 {
			padding-top:6px;
		}
		.searchresults #gallery .media-left .bgImage{
			width:150px;
			height:100px;
		}
		.gridContainer .item-manuf-logo a.thumbnail span.textlogo {
		  font-size: 0.9em;
		  top: 40px;
		}
		.newscarousel{
			margin-top:35px;
			max-height:32px;
		}
		.newsticker .slick-slide {
			padding:5px 10px;
        }
        .autocomplete-results{
            display: block;
        }
        .autocomplete-results.wide{
            
        }
}


@media (min-width: 1200px) { /*  DESKTOP - large  */
			.productcarousel span.bgImage {
			}
			.largeproductcarousel span.bgImage {
				height:250px
			}
			.yamm ul.dropdown-menu-small {
				margin-left:-500px !important;
			}
			.videocarousel .slick-list, .videocarousel .vid iframe {
				max-height:240px !important;
			}
			.gridContainer .item-category {
				width: calc(20% - 10px);
			}
			.item-gallery .bgImage {
				height:120px
			}
			.gridContainer .item-category.list, .gridContainer .item-product.list {
				width: calc(25% - 10px);
			}
			.accountBox .right h6 {
				padding-top:11px;
			}
			.item-wishlist img.promo{
				top: 1px !important;
				left: 11px !important;
				max-width: 75px !important;
			}
			.gridContainer .item-manuf-logo a.thumbnail span.textlogo {
				font-size: 1em;
				top: 50px;
			}
			.newproducts-desc{
				padding-top:15px;
			}
			.newscarousel{
				margin-top:0px;
			}
}


@media print { /*  PRINT  */
	#sidr, #back-to-top {
		display:none;
	}
}
@media print {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.visible-xs {
		display: none !important;
	}
	.hidden-xs {
		display: block !important;
	}
	table.hidden-xs {
		display: table;
	}
	tr.hidden-xs {
		display: table-row !important;
	}
	th.hidden-xs,  td.hidden-xs {
		display: table-cell !important;
	}
	.hidden-xs.hidden-print {
		display: none !important;
	}
	.hidden-sm {
		display: none !important;
	}
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,  td.visible-sm {
		display: table-cell !important;
	}
}


