h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
	font-size: 36px;
	font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.center {
    margin: 0 auto;
    width: 80%
}
.jagged-border {
    position: relative;
    width: 100%;
    /*height: 50px;*/
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 1px 2px);
}
.jagged-border:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
}
.lightgray-bg {
    background: #ECF0F1;
}
.lightgray-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #ecf0f1 33.333%, #ecf0f1 66.667%, transparent 66.667%), -webkit-linear-gradient(135deg, transparent 33.333%, #ecf0f1 33.333%, #ecf0f1 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #ecf0f1 33.333%, #ecf0f1 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #ecf0f1 33.333%, #ecf0f1 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}
.white-bg {
    background: #FFF;
}
.white-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%), -webkit-linear-gradient(135deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}
.darkgray-bg {
    background: #000000;
}
.darkgray-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #000000 33.333%, #000000 66.667%, transparent 66.667%), -webkit-linear-gradient(135deg, transparent 33.333%, #000000 33.333%, #000000 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #000000 33.333%, #000000 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #000000 33.333%, #000000 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}
.darkred-bg {
    background: #aa0808;
}
.darkred-bg:before {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #aa0808 33.333%, #aa0808 66.667%, transparent 66.667%), -webkit-linear-gradient(135deg, transparent 33.333%, #aa0808 33.333%, #aa0808 66.667%, transparent 66.667%);
    background: linear-gradient(45deg, transparent 33.333%, #aa0808 33.333%, #aa0808 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #aa0808 33.333%, #aa0808 66.667%, transparent 66.667%);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}
h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0px;
    margin: 0px;
	font-size: 30px;
	color: inherit;
    font-weight: 500;
}
.form-group {
    padding: 0px;
}
.form-horizontal .control-label {
    /*text-align: left;*/
}
.form-control {}
.page-header {
    margin-bottom: 10px;
}
.page-header-dark {
    padding-bottom: 9px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #521909;
    color: #521909;
}
div.slideOutTab {
    position: fixed;
    width: 182px;
    height: 121px;
    top: 200px;
    left: -139px;
}
div.slideOutTab a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999em;
    color: #fff;
    background: 0 0 url('/bike/images/slidetab2.png');
    background-repeat: no-repeat;
    -webkit-box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0px 5px 5px 0px;
}
div.slideOutTab a:hover {
    background-position-y: -123px;
    -webkit-box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
}
.shadow {
    -webkit-box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.75);
    margin: 10px;
}
.navbar-fixed-top {
    margin-bottom: 0;
}
body {
    padding: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.lilbox {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    width: 30%
}
label {
    display: inline;
}
.page-header {
    margin-top: 0px
}
.gray {
    color: #333;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
body {
    background-color: #000;
}
.inverse-dropdown {
    background-color: #222;
    border-color: #080808;
}
.inverse-dropdown > li > a {
    color: #999;
}
.inverse-dropdown > li > a:hover {
    color: #fff;
    background-color: #000;
}
.inverse-dropdown > .divider {
    background-color: #000;
}

.indent {
    margin-left:40px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 100%;
}
@media (min-width: 768px) {
.container {
    width: 750px;
}
}

@media (min-width: 992px) {
.container {
    width: 970px;
}
}
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}

a, a:link, a:visited {
    color: #1D50C3;
    text-decoration: none;
}

a:focus, a:hover { color:#23527c; }

.navbar-bottom a.footerlink, .navbar-bottom a.footerlink:link, .navbar-bottom a.footerlink:visited {
	color: #3C6FE2;
	text-decoration: none;
}

.navbar-bottom  a.footerlink:hover, .navbar-bottom a.footerlink:focus {
    color: #23527c;
}
.btn-twitter {
    background: #55ACEE;
    color: #fff;
}
.btn-facebook {
    background: #3B5998;
    color: #fff;
}
.btn-twitter:hover {
    background: #356c95;
    color: #fff;
}
.btn-facebook:hover {
    background: #213256;
    color: #fff;
}

a.btn-facebook, a.btn-facebook:link, a.btn-facebook:hover, a.btn-facebook:visited,
a.btn-twitter, a.btn-twitter:link, a.btn-twitter:hover, a.btn-twitter:visited {
    color: #fff;
}

.form-group .grouped-field { width: auto; text-align: center; border: 1px solid #CCC; float: left; }
.form-group span { float: left; display: inline-block; margin-left: .25em; margin-right: .25em;}



#footer {
	background: #000;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
	padding: 10px 0;
	color: #333;
}

h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #AAA;
}

.btngray {
	background: #CCC;
	background-image: -webkit-linear-gradient(top, #F6F6F6, #C6C6C6);
	background-image: -moz-linear-gradient(top, #F6F6F6, #C6C6C6);
	background-image: -ms-linear-gradient(top, #F6F6F6, #C6C6C6);
	background-image: -o-linear-gradient(top, #F6F6F6, #C6C6C6);
	background-image: linear-gradient(to bottom, #F6F6F6, #C6C6C6);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	text-shadow: 1px 1px 3px #FFFFFF;
	font-family: Arial;
	color: #000000;
	font-size: 20px;
	width: 50%;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	border: solid #fff 2px;
	margin-bottom: 30px;
	margin-top: 10px;
}
	
.btngray:hover {
	background: #BBB;
	background-image: -webkit-linear-gradient(top, #C6C6C6, #B6B6B6);
	background-image: -moz-linear-gradient(top, #C6C6C6, #B6B6B6);
	background-image: -ms-linear-gradient(top, #C6C6C6, #B6B6B6);
	background-image: -o-linear-gradient(top, #C6C6C6, #B6B6B6);
	background-image: linear-gradient(to bottom, #C6C6C6, #B6B6B6);
	text-decoration: none;
	text-shadow: none;
	color: #000000;
	border: solid #DDD 2px;
}
  #bikegaurd_preloader {
    height: 150px;
    position: absolute;
    background-color: dimgrey;
    width: 150px;
    text-align: center;
    top: 50%;
    left: 50%;
    border-radius: 8px;
    z-index: 9;
    margin-top: -75px;
    margin-left: -75px;
    padding: 15px 0 0;
    box-shadow: 0px 0px 15px #000;
    border: 1px solid #404040;
    display:none;
}
.back_arrow{
    padding: 0px;
    margin: 0px; 
    font-size: 30px;
    vertical-align: middle;
    margin-top: -8px;
    color: #52abf8;
}
.help-block{
    color: #585858;
}
.ipprint{color: #757575;}