/*
Theme Name: KD Cycles
Theme URI: http://limedesign.com.au
Author: Nathan Winnall
Author URI: http://limedesign.com.au
Description: KD Cycles Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Fonts */

html {
  position: relative;
  min-height: 100%;
}
body {
  color: #000;
}


/* GLOBAL SETTINGS */

a {
	color: #ff0000;
}

a:hover {
	color: #C30000;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	margin-bottom: 15px;
}


h2 {
	line-height: 40px;
}


h3 {
	line-height: 35px;
}

h4 {
	line-height: 30px;
}

ul {
list-style:none;	
padding:0;
margin-bottom: 0px;
}

p img {
	width: 100%;
	height: auto;
}

.no-padding {
	padding-left:0;
	padding-right:0;
}

.page-header {
	margin:0 0 30px 0;
	padding:0;
	color:#fff;
	height:200px;
	background-color: #151515;
	background-repeat: no-repeat;
	background-position: center;
	text-transform:uppercase;
	letter-spacing:2px;
	background-size: cover;
}

.page-header-contact {
	margin:0 0 0px 0;
	padding:0;
	color:#fff;
	height:200px;
	background-color: #151515;
	background-repeat: no-repeat;
	background-position: center;
	text-transform:uppercase;
	letter-spacing:2px;
}

.header-text {
	font-family: 'Michroma', sans-serif;
	line-height:200px;
	text-shadow: 1px 1px 10px rgba(0,0,0, .5);
}

.land-page {
	margin-top: 30px;
}

.marg-top-30 {
	margin-top:30px;
}

.marg-bottom-50 {
	margin-bottom:50px;
}

.marg-top-60 {
	margin-top:60px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.button {
	border:2px solid #55565a;
	padding: 10px 20px;
	font-size: 12px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#55565a;
	min-width:150px;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.button:hover {
	border:2px solid #cede00;
	transition: all 0.2s ease-in-out;
}
	

/* FOOTER STYLES */

.footer {
  font-family: 'robotoregular';
  position: relative;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 50px;
  background-color: #000;
  border-top: solid 1px #333333;
}

.footer-text-left {
	font-size: 10px;
	line-height: 50px;
	text-align:left;
	color: #fff;
}

.footer-base-menu {
	font-size: 10px;
	line-height: 50px;
	text-align:center;
	display: inline;
}

.footer-base-menu ul li{
	display: inline;
}

.footer-base-menu ul li a{
	color:#fff;
	text-decortaion:none;
	padding: 0 5px;
}

.footer-base-menu ul li a:hover{
	color:#ff0000;
	text-decortaion:none;
}

.footer-text-right {
	color: #fff;
	font-size: 10px;
	line-height: 50px;
	text-align:right;
}

@media (max-width: 767px) {
  .footer-text-left {
	text-align:center;
	line-height: 30px;
}

.footer-text-right {
	text-align:center;
	line-height: 30px;
	margin-bottom: 10px;
}

.footer-base-menu {
	line-height: 30px;
	}
}

a {
    text-decoration: none !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}

.footer-social {
	display: block;
	text-align: left;
	margin-top: 20px;	
	vertical-align:top;
	position: relative;
}

.footer-social a{
	font-size: 16px;
	margin-left: 2px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	border: #ffffff 1px solid;
}

.footer-social a:hover {
	color: #ff0000;
	border: #aaaaaa 1px solid;
}


/* HEADER */

.navbar-header {
	display:inline-block;
	width:120px;
	height: 100px;
	padding: 18px 0 0 20px;
}

.navbar-header img {
	width:100%;
}

header {
    position: relative;
    background: #222;
    height: 120px;
}

header a {
    color: #777;
}

header a:hover {
    color: #fff;
}

header .logo {
    float: left;
    height: 50px;
    line-height: 50px;
}

header .toggle-panel {
    position: absolute;
    top: 35px;
    right: 15px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff0000;
    display: none;
}


/* OFF CANVAS PANEL STYLES */

#scotch-panel {
    background: #000000;
}
#scotch-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
	
}


.off-canvas-title {
	text-align:left;
	border-bottom: solid 1px #252525;
	font-size:20px;
	padding:30px;
	margin-bottom: 10px;
}

@media only screen and (min-width : 769px) {
    .scotch-panel-canvas {
        -o-transform: translate3d(0px, 0px, 0px) !important;
        -ms-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media only screen and (max-width : 768px) {
    header .toggle-panel {
        display: block;
    }
    header ul {
        display: none;
    }
}

/* OFF CANVAS BUTTON */

.burger-x {
    position: absolute;
    top: 45%;
    left: 25%;
    display: block;
    width: 50%;
    height: 4px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    margin: 0 auto;
}
.burger-x:before, .burger-x:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;

}
.burger-x:before {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}
.burger-x:after {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}
.scotch-is-showing .burger-x {
    background-color: transparent !important;
}
.scotch-is-showing .burger-x:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.scotch-is-showing .burger-x:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}


/* SIDEBAR WIDGET */
.sidebar-blog{
	background: #efefef;
	padding: 30px;
}

.sidebar-blog h3{
	margin-bottom:10px;
	color: #252525;
}

.sidebar-blog h3:after{
	content: "";
    display: block;
	border-bottom: solid 2px #ff0000;
	padding-bottom: 5px;
	width: 50px;
}

.sidebar-blog ul{
	list-style: none;
	padding:0;
    margin:0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #aaa;
	margin-bottom:20px;
}

.sidebar-blog ul li a{
	color: #454545;
}

.sidebar-blog ul li{
	padding-left: 1em;
	padding-bottom: 4px;
    text-indent: -.7em;
}

.sidebar-blog ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    color: #ff0000;
    margin-right: 4px;
}

/* FOOTER WIDGET */
.footer-widget {
	background: #000;
	margin-top: 0px;
	padding: 25px 0;
}

.footer-widgets{
	padding-bottom: 0px;
}

@media (max-width: 991px){
.footer-widgets{
	padding-bottom: 15px;
}
}

.footer-widgets h4 {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	color: #ff0000;
	margin-bottom:0px;
}

.footer-widget .menu {
	font-family: 'robotoregular';
	font-size: 12px;
	list-style: none;
	padding:0;
}

.footer-widget .menu li{
	width: 100%;
}

.footer-widget .menu li > a{
	color: #fff;
}

.footer-widget .menu li > a:hover{
	color: #ff0000;
}

.footer-border-left {
	border-left: solid 2px #ff0000;
}

@media (max-width: 767px){
.footer-border-left {
	border-left: 0;
}

.footer-border-left:before {
	content: "";
    display: block;
	border-bottom: solid 3px #ff0000;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom: 20px;
	width: 250px;
}

}

.footer-widget .textwidget {
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
}

#mc4wp-form-1.mc4wp-form .mc4wp-form-fields .input {
	border: 1px #fff solid;
	background: #000;
	padding: 5px 10px;
	width: 100%;
	}

#mc4wp-form-1.mc4wp-form .mc4wp-form-fields input.submit-btn {
	border: 0;
	background: transparent;
	margin: 0;
}

input[type="submit"] {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mc4wp-form-1.mc4wp-form .mc4wp-form-fields .submit {
	border: 0;
	position: relative;
    display:inline-block;
    font-family: 'roboto_condensedbold';
 	font-size: 12px;
	background: #ff0000;
	color: #fff;
	padding: 10px 40px 10px 10px;
	text-align: left;
	cursor: pointer;
}

#mc4wp-form-1.mc4wp-form .mc4wp-form-fields .submit:hover{
  background:#C30000;
  text-decoration:none;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  color:#FFFFFF;
}

#mc4wp-form-1.mc4wp-form .mc4wp-form-fields .submit:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f054";
	text-align: center;
	padding-top:11px;
	position: absolute;
	right: 0;
	top: 0;
	height:100%;
	width: 30px;
	background: #C30000;
}

/* HOMEPAGE STYLES */

.home-headings {
	font-family: 'Michroma', sans-serif;
	font-size:30px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.home-headings span{
	color: #ff0000;
}

.home-border {
	border-bottom: solid 1px #cccccc
}

.home-brands {
	background: #151515;
	padding: 30px 0;
	height: 100%;
}

.brands-heading {
	font-family: 'Michroma', sans-serif;
	font-size:25px;
	color: #fff;
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 50px 0;
}

.home-brands > .container > div {
	vertical-align:middle;
}

@media (max-width: 992px) {
.brands-heading {
	text-align: center;
	vertical-align: none;
	border-right: 0;
	padding: 15px 0;
}

.brands-heading:after {
	content: "";
    display: block;
	border-bottom: solid 3px #ff0000;
	margin: 0 auto;
	margin-top:15px;
	width: 100px;
}
}

.home-brands-cont {
	border-left: solid 2px #ff0000;
}

@media (max-width: 992px) {
.home-brands-cont {
	border-left: 0;
	text-align: center;
}
}


ul.home-brands-logo {
	display: block;
}

ul.home-brands-logo li {
	display: inline-block;
	padding: 20px 0px 20px 40px;	
}

ul.home-brands-logo li img{
	width: 120px;
	height: auto;
}

@media (max-width: 992px) {
ul.home-brands-logo li {
	display: inline-block;
	padding: 20px;	
}

ul.home-brands-logo li:nth-child(n+7){
	display: none;
}
}

@media (max-width: 500px) {
ul.home-brands-logo li {
	display: block;
	padding: 20px 0px 20px 0px;
	text-align: center;
}
	
ul.home-brands-logo li:nth-child(n+4){
	display: none;
}
}


/* BLOG */

.article-blog {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width:30%;
	margin: 0 1.5% 3%;
	background: #efefef;
}

@media (max-width: 992px) {
.article-blog {
	width:47%;
	margin: 0 1% 3%;
}
}

@media (max-width: 767px) {
.article-blog {
	width:100%;
}
}

.blog-container {
	height: 100%;
	padding:30px;
}

.blog-container-bg {
	padding:30px;
}

.blog-container-bg-single {
	padding:30px;
	background: #efefef;
	margin-bottom: 20px;
}

.blog-meta ul{
	margin:0;
	padding: 0 0 20px 0;
}

.meta-style li{
	display: inline;
	margin:0;
	padding:0 15px 0 0;
}

.blog-single {
	
}

.blog-single h1 {
	font-family: 'roboto_condensedbold';
}

.blog-single .single-featured-single{
	display: block;
	width: 100%;
	height: auto;
	
}

#event {
	background-color: #000000;
	display: block;
	width:100%;
	position: relative;
	z-index: 5;
	height: 100%;
}

#event .event-image {
	height:100%;
	width:100%;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}

@media (max-width: 992px) {
#event .event-image {
	height:50vw;
}
}

article.event-height {
	background: #EAEAEA;	
}

article > .event-height {
	height:100%;
	display:block;
}

article > .event-height-1 {
	height:100%;
	display:block;
}

.event-details {
	font-family: 'robotolight';
	font-size:14px;
	margin-bottom:15px;
}

.event-details-single {
	font-family: 'robotolight';
	font-size:14px;
}

.event-detail-info {
	display: inline-block;
	width: 100%;
}

.event-detail-label {
	font-family: 'robotoregular';
	float: left;
	width: 15%;
}

.event-detail-data {
	float: right;
	width: 80%;
}

.event-detail-desc {
	clear: both;
	margin-top: 20px;
	position:relative;
}

.article-title {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	padding-bottom: 10px;
}

.article-title a{
	color: #000;
}

.article-title:after {
	content: "";
    display: block;
	border-bottom: solid 3px #ff0000;
	margin-top:10px;
	width: 50px;
}

.article-title-single {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	padding-bottom: 15px;
}

.article-title-single:after {
	content: "";
    display: block;
	border-bottom: solid 3px #ff0000;
	margin-top:10px;
	width: 50px;
}


.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
	width:100%;
	height:auto;
}
.single-featured:hover {
  opacity: 0.8;
}

.view-full-post-btn{
	position: relative;
    display:inline-block;
    font-family: 'roboto_condensedbold';
 	font-size: 12px;
	background: #ff0000;
	color: #fff;
	padding: 10px 40px 10px 10px;
	margin-top: 10px;
}
.view-full-post-btn:hover{
  background:#C30000;
  text-decoration:none;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  color:#FFFFFF;
}

.view-full-post-btn:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f054";
	text-align: center;
	padding-top:11px;
	position: absolute;
	right: 0;
	height:100%;
	width: 30px;
	margin-top: -10px;
	background: #C30000;
}


/* TEAM STYLES */

.profile {
	margin-bottom: 20px;
}
	
.team-cont {
	display: block;
	background: #efefef;
	margin-top: 50px;
}

.profile-header img {
	width: 100%;
}

.profile-content {
	display: block;
	position: relative;
	background: #f9f9f9;	
	padding: 30px;
	width: 100%;
}

.profile-content h3{
	font-family: 'roboto_condensedbold';
	margin-bottom: 0;
}

.profile-content .lead{
	font-family: 'roboto_condensedbold';
	font-size: 15px;
	color: #ff0000;
	margin-top: 10px;
}

.profile-content p{
	margin: 10px 0 0 0 !important;
}

.profile-name {
	display: inline-block;
	width: 50%;
	vertical-align:top;
}

.profile-contact {
	display: inline-block;
	width: 50%;
	text-align: right;
	margin-top: 0px;	
	vertical-align:top;
}

.profile-contact a{
	font-size: 16px;
	margin-left: 2px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #aaa;
	border: #aaa 1px solid;
}

.profile-contact a:hover {
	color: #ff0000;
	border: #000 1px solid;
}

.profile .view-full-post-btn {
	margin-top: 20px;
}

.team-info-single .title {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 20px;
}

.team-slider-container {
	display: block;
	position: relative;
	height: 100%;
	margin-bottom: 30px;
}

.team-slider-container .slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.team-slider-container .slide img {
	width: 100%;
	height: auto;
}


/* CONTACT FORM STYLES */

.wpcf7 .wpcf7-form .wpcf7-text {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #cccccc;
}

.wpcf7 .wpcf7-form .wpcf7-textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #cccccc;
}

.wpcf7 .wpcf7-form .submit-btn{
	position: relative;
    display:inline-block;
    font-family: 'roboto_condensedbold';
	text-transform: uppercase;
 	font-size: 12px;
	background: #cccccc;
	color: #fff;
}

.wpcf7 .wpcf7-form .submit-btn img{
	width: auto;
}

.wpcf7 .wpcf7-form .submit-btn:hover{
  background:#bbbbbb;
  text-decoration:none;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  color:#FFFFFF;
}

.wpcf7 .wpcf7-form .submit-btn:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f054";
	text-align: center;
	padding-top:11px;
	position: absolute;
	right: 0;
	height:100%;
	width: 30px;
	background: #bbbbbb;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
	background: transparent;
	border:0;
	padding: 10px 40px 10px 10px;
	}


/* MAIN NAVIGATION */

.navbar {
	border-radius: 0px;
}

.navbar-lime {
  background-color: #000;
  border-color: transparent;
  margin-bottom: 0;
  height:120px;
}
.navbar-lime .navbar-text {
  color: #777;
}
.navbar-lime .navbar-nav > li > a {
  color: #fff;
  font-family: 'roboto_condensedbold';
  letter-spacing:0px;
  text-transform:uppercase;
  font-size: 14px;
  line-height: 120px;
}

@media (max-width: 992px){
	.nav > li > a {
		padding: 10px 5px;
	}
	
}

.navbar-lime .navbar-nav > li > a:hover,
.navbar-lime .navbar-nav > li > a:focus {
  color: #ff0000;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.navbar-lime .navbar-nav > .active > a,
.navbar-lime .navbar-nav > .active > a:hover,
.navbar-lime .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.navbar-lime .navbar-nav > .disabled > a,
.navbar-lime .navbar-nav > .disabled > a:hover,
.navbar-lime .navbar-nav > .disabled > a:focus {
  color: #cede00;
  background-color: transparent;
}
.navbar-lime .navbar-toggle {
  border-color: #005d91;
  background-color: #005d91;
  margin-top: 20px;
}
.navbar-lime .navbar-toggle:hover,
.navbar-lime .navbar-toggle:focus {
  background-color: #777;
}
.navbar-lime .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-lime .navbar-collapse,
.navbar-lime .navbar-form {
  border-color: #e7e7e7;
}
.navbar-lime .navbar-nav > .open > a,
.navbar-lime .navbar-nav > .open > a:hover,
.navbar-lime .navbar-nav > .open > a:focus {
  color: #ff0000;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navbar-lime .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-lime .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-lime .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-lime .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-lime .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-lime .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-lime .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-lime .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-lime .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-lime .navbar-link {
  color: #777;
}
.navbar-lime .navbar-link:hover {
  color: #333;
}
.navbar-lime .btn-link {
  color: #777;
}
.navbar-lime .btn-link:hover,
.navbar-lime .btn-link:focus {
  color: #333;
}
.navbar-lime .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-lime .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
    border-width: 0 0 0px;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  ul.navbar-nav {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
  }
  ul.navbar-nav > li {
    display: inline-block;
    float:none !important;
    vertical-align: middle;
  }
  ul.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
	margin-top:30px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  text-transform:uppercase;
  font-size:13px;
  font-family: 'roboto_condensedbold';
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .175);
          box-shadow: 0 5px 5px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 10px 10px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
  border-bottom: solid 1px #efefef;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff0000;
  text-decoration: none;
  background-color: #fff;
  padding-left: 20px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ff0000;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.dropdown-menu > li.dropdown > .dropdown-menu {
  left:200px;
  top:-2px;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
	right: auto;
	min-width:200px;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.navbar-lime ul li.mega-bike {
	position: static !important;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu{
	display: none;
	background: #fff;
	position: absolute;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	height: auto;
	left: 50%;
	
	/* update in media queries */
	width: 90%;
	margin-left: -45%;
}


@media (min-width: 992px) and (max-width: 1199px) {
.navbar-lime ul li.mega-bike ul.dropdown-menu{
	/* update in media queries */
	width: 960px;
	margin-left: -480px;
	padding: 20px 20px 20px 20px;
}
}

@media screen and (max-width: 992px) {
.navbar-lime ul li.mega-bike ul.dropdown-menu{
	/* update in media queries */
	width: 750px;
	margin-left: -375px;
	padding: 20px 20px 20px 20px;
}
}

.navbar-lime ul li.mega-bike.open ul.dropdown-menu{
	display: block;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu:before {
	content: 'Bikes';
	font-family: 'Michroma', sans-serif;
	text-transform:capitalize;
	display:block;
	width:20%;
	text-align: center;
	position: absolute;
	top:25%;
	left:0;
	margin-top: -20px;
	font-size: 40px;
}
	
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-lime ul li.mega-bike ul.dropdown-menu:before {
	width:160px;
	margin-top: -18px;
	font-size: 36px;
}
}
	
@media screen and (max-width: 992px) {
.navbar-lime ul li.mega-bike ul.dropdown-menu:before {
	width:110px;
	margin-top: -15px;
	font-size: 30px;
	left:15px;
}
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li {
	display:inline-block;
	width: 20%;
	padding-right: 20px;
	margin-bottom: 10px;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li:before {
	content: "";
    display: block;
	border-top: solid 2px #ff0000;
	margin-top:10px;
	width: 100%;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li:hover:before {
	border-top: solid 2px #000;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li a{
	border-bottom: 0;
	color: #ff0000;
	padding: 0;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li a:hover{
	border-bottom: 0;
	color: #000;
	padding: 0;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li a{
	content: "";
	width: 180px;
	height: 140px;
    background-position: 0px 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-lime ul li.mega-bike ul.dropdown-menu li a{
	content: "";
	width: 160px;
	height: 115px;
    background-position: 0px 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
}

@media screen and (max-width: 992px) {
.navbar-lime ul li.mega-bike ul.dropdown-menu li a{
	content: "";
	width: 110px;
	height: 90px;
    background-position: 0px 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-184 a{
	background-image: url('../../uploads/2016/03/mega-mountain.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-189 a{
	background-image: url('../../uploads/2016/03/mega-bmx.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-190 a{
	background-image: url('../../uploads/2016/03/mega-hybrid.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-188 a{
	background-image: url('../../uploads/2016/03/mega-tri.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-187 a{
	background-image: url('../../uploads/2016/03/mega-flatbar.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-186 a{
	background-image: url('../../uploads/2016/03/mega-cruiser.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-185 a{
	background-image: url('../../uploads/2016/03/mega-road.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-191 a{
	background-image: url('../../uploads/2016/03/mega-scooter.png');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-1884 a{
	background-image: url('../../uploads/2018/09/ebikes.jpg');
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-1885 {
	text-indent: -5000px;
}

.navbar-lime ul li.mega-bike ul.dropdown-menu li.menu-item-1885:before {
	border-top: 0;
}


/* OFF CANVAS NAVIGATION */

.navbar-lime-offcanvas {
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-lime-offcanvas .navbar-text {
  color: #777;
}
.navbar-lime-offcanvas .navbar-nav > li > a {
  color: #fff;
  font-family: 'roboto_condensedbold';
  text-transform:uppercase;
  font-weight: normal;
  font-size: 16px;
  padding-left:30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #252525;
}
.navbar-lime-offcanvas .navbar-nav > li > a:hover,
.navbar-lime-offcanvas .navbar-nav > li > a:focus {
  color: #ff0000;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.navbar-lime-offcanvas .navbar-nav > .active > a,
.navbar-lime-offcanvas .navbar-nav > .active > a:hover,
.navbar-lime-offcanvas .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.navbar-lime-offcanvas .navbar-nav > .disabled > a,
.navbar-lime-offcanvas .navbar-nav > .disabled > a:hover,
.navbar-lime-offcanvas .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-lime-offcanvas .navbar-nav > .open > a,
.navbar-lime-offcanvas .navbar-nav > .open > a:hover,
.navbar-lime-offcanvas .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #353535;
	background-color: #222222;
	font-size: 16px;
	
  }
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff0000;
    background-color: transparent;
  }
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #f9f9f9;
  }
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-lime-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  
  .navbar-lime-offcanvas .navbar-nav li ul li ul li a{
	  background: #ff0;
	  padding-left: 45px!important;
  }
  
}
.navbar-lime-offcanvas .navbar-link {
  color: #777;
}
.navbar-lime-offcanvas .navbar-link:hover {
  color: #333;
}
.navbar-lime-offcanvas .btn-link {
  color: #777;
}
.navbar-lime-offcanvas .btn-link:hover,
.navbar-lime-offcanvas .btn-link:focus {
  color: #333;
}
.navbar-lime-offcanvas .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-lime-offcanvas .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
	
/* SOCIAL ICONS */

.social-links {
	margin-top:0px;
	line-height:50px;
}

.social-links a{
    font-size: 15px;
	margin-right: 8px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #77777a;
	border: #77777a 1px solid;
	border-radius: 16px;

}

.social-links a:hover{
	border: #cfde00 1px solid;
	color: #fff;
	transition: all 0.2s ease-in-out;
}



/* SLIDER */
#slider {
	background-color: #000000;
	display: block;
	width:100%;
	position: relative;
	z-index: 5;
	height: 500px;
}

@media (max-width:767px){
	#slider {
	height: 300px;
}
}

#slider .slide {
	height:100%;
	width:100%;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}

#slider .slide .slide-content-container {
	display: table;
	position: relative;
	width:60%;
	margin: 0 auto;
	height: 100%;
}

#slider .slide .slide-content-container .slide-content {
	display:table-row;
}

#slider .slide .slide-content-container .slide-content .slide-box {
	display:table-cell;
	font-weight: 700;
	line-height: 1.1em;
	vertical-align:middle;
}

#slider .slide .slide-content-container .slide-content .slide-box .slider-heading {
	font-family: 'Michroma', sans-serif;
	font-size:35px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
	border-bottom: solid 2px #FF0000;
	width: 420px;
	padding-bottom: 20px;
}	

#slider .slide .slide-content-container .slide-content .slide-box .slider-btn-con {
	margin-top: 20px;
}

#slider .slide .slide-content-container .slide-content .slide-box .slider-btn {
	position: relative;
    display:inline-block;
    font-family: 'roboto_condensedbold';
 	font-size: 12px;
	background: #ff0000;
	color: #fff;
	padding: 10px 40px 10px 10px;
	margin-top: 10px;
}

#slider .slide .slide-content-container .slide-content .slide-box .slider-btn:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f054";
	text-align: center;
	padding-top:11px;
	position: absolute;
	right: 0;
	height:100%;
	width: 30px;
	margin-top: -10px;
	background: #C30000;
}

#slider .slide .slide-content-container .slide-content .slide-box .slider-btn:hover{
  background:#C30000;
  text-decoration:none;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  color:#FFFFFF;
}

#slider .slide .slide-content-container .slide-content .slide-box span {
	font-family: 'robotolight';
	font-size:14px;
	line-height:24px;
	display: inline-block;
	color: #fff;
	width: 400px;
}

@media (max-width: 767px) {
#slider .slide .slide-content-container {
	display: table;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
	
	
#slider .slide .slide-content-container .slide-content .slide-box .slider-heading {
	font-family: 'Michroma', sans-serif;
	font-size:20px;
	line-height: 25px;
	color: #fff;
	margin: 0;
	margin-bottom: 0;
	border-bottom: 0;
	width: 60%;
	padding-bottom: 0;
}

#slider .slide .slide-content-container .slide-content .slide-box span {
	display:none;
}
}

.slider-arrow {
	cursor: pointer;
	background-color: transparent;
	display: block;
	position: absolute;
	height: 100%;
	width: 16%;
	z-index: 10;
	top:0;
	transition:.2s width;
}

.slider-arrow:hover {
	width: 14%;
}

#slider-prev {
	left:0;
	background: url( '/wp-content/uploads/2016/02/left-arrow.png' ) no-repeat center center;
}

#slider-next {
	right:0;
	background: url( '/wp-content/uploads/2016/02/right-arrow.png' ) no-repeat center center;
}

@media ( max-width:767px ){
#slider-prev {
	left:0;
	background: url( '/wp-content/uploads/2016/03/left-arrow-50px.png' ) no-repeat center center;
}

#slider-next {
	right:0;
	background: url( '/wp-content/uploads/2016/03/right-arrow-50px.png' ) no-repeat center center;
}
}

.slider-navigation {
	display: none;
	width:100%;
	text-align: center;
}

.slider-navigation span {
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #F49C0E;
	width: 24px;
	height: 24px;
	margin: 0 5px;
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
}

.slider-navigation span:after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,1);
	width:14px;
	height:14px;
	left: 3px;
	top: 3px;
	transition: .2s background-color;
}

.slider-navigation span.cycle-pager-active:after {
	background-color: rgba(255,255,255,1);
}

.slider-container {
	display: block;
	position: relative;
}

/* BIKE SLIDER */
.bike-slider-container {
	display: block;
	position: relative;
}

#bike-slider {
	background-color: #fff;
	display: block;
	width:100%;
	position: relative;
	z-index: 5;
}

#bike-slider .slide {
	width:100%;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}

.bike-slider-container .slider .slide img {
	width: 100%;
	height: auto;
}

.bike-slider-container .slider-navigation {
	display: block;
	width:100%;
	text-align: center;
}

.bike-slider-container:hover .slider-navigation {
	display: block;
	width:100%;
	text-align: center;
}

.bike-slider-container .slider-arrow,
.team-slider-container .slider-arrow {
	cursor: pointer;
	background-color: transparent;
	display: block;
	position: absolute;
	height: 80%;
	width: 16%;
	z-index: 10;
	top:0;
	transition:.2s ease;
	opacity: 0;
}

.bike-slider-container:hover .slider-arrow,
.team-slider-container:hover .slider-arrow {
	transition:.2s ease;
	opacity: 1;
}

.bike-slider-container #slider-prev,
.bike-slider-container #slider-next,
.team-slider-container #slider-prev,
.team-slider-container #slider-next {
	background: none;
	opacity; 0;
}

.bike-slider-container #slider-prev:hover,
.bike-slider-container #slider-next:hover,
.team-slider-container #slider-prev:hover,
.team-slider-container #slider-next:hover {
	opacity; .5;
}

.bike-slider-container #slider-prev:before,
.team-slider-container #slider-prev:before {
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: "\f190";
	font-size: 50px;
	top: 50%;
	left: 0;
	margin-top: -25px;
	color: rgba(0,0,0, .1)
}

.bike-slider-container #slider-next:before,
.team-slider-container #slider-next:before {
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: "\f18e";
	font-size: 50px;
	top: 50%;
	right: 0;
	margin-top: -25px;
	color: rgba(0,0,0, .1)
}

.bike-slider-container .slider-navigation .slider-navigation-item {
	display: inline-block;
	width: 120px;
	margin: 0 5px;
	cursor: pointer;
}

.bike-slider-container .slider-navigation .slider-navigation-item img{
	width: 100%;
	height: auto;
}


.menu-home{
	position: relative;
	width:30px;
	text-indent:-10000px;
	overflow: hidden;
}

.menu-home a:before {
	font-family: FontAwesome;
	content: "\f015";
	color: #ff0000;
	font-size: 20px;
	top: 0px;
	left:6px;
	position: absolute;
	text-indent:0px;
}

.menu-home a:hover:before {
	color: #ff0000;
}

@media (max-width: 767px) {
	.menu-home{
		position: relative;
		width:100%;
		text-indent:0px;
		overflow: hidden;
	}
		
	.menu-home a:before {
		display:none;
	}
}

.navbar-lime .navbar-nav > li.menu-phone {
	display: inline-block;
	margin-left: 8px;
}

.navbar-lime .navbar-nav > li.menu-phone:hover > a {
	color: #FFF;
	background-color: transparent;
}

.menu-phone:before {
	font-family: FontAwesome;
	content: "\f095";
	color: #ff0000;
	font-size: 20px;
	top: 4px;
	left: 12px;
	position: absolute;
	text-indent:0px;
}

.navbar-lime .navbar-nav > li.menu-phone > a {
	line-height: 30px;
	padding-left: 30px;
	padding-right: 10px;
	border: 2px solid #FFF;
}

@media (max-width: 767px) {
	.navbar-lime-offcanvas .navbar-nav > li.menu-phone a{
		padding-left: 55px;
	}
	
	.menu-phone:before {
	top: 18px;
	left: 30px;
}
}

/* BIKE GRID */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	list-style: none;
	text-align: left;
	font-size: 0;
}

/* Common style */

.grid figure {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 25%;
	background: #fff;
	text-align: center;
	border: solid 0px #fff;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
.grid figure {
	width: 50%;
}
}

@media (max-width: 500px) {
.grid figure {
	width: 100%;
}
}

.bike-thumb-container {
	display: block;
	height: auto;
	padding: 0 15px;
	min-height: 150px;
}

img.bike-thumb{
	display: block;
	width: 100%;
	height: auto;
	
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure .bike-info {
	display: block;
	margin: 0 0 20px 0;	
	text-align: center;
	padding: 0 15px;
}

.bike-info-single {
	display:block;
	position: relative;
	background: #efefef;	
	padding: 30px;
}

.bike-info-single .title {
	display: block;
	width: 100%;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 8px 0;
	margin-bottom: 15px;
}

.bike-info-single .heading {
	display: inline-block;
	width: 58%;
}

.bike-info-single .price{
	display: inline-block;
	width: 40%;
	font-size: 18px;
	color: #000;
	text-align:right;
}

.bike-info-single h2{
	font-family: 'roboto_condensedbold';
	color: #000;
	margin-bottom: 0px;
}

.bike-info-single .features{
	font-size: 12px;
	color: #000;
}

.bike-info-single .features .lead{
	font-size: 12px;
	color: #000;
}

.bike-info-single .features ul li a{
	color: #454545;
}

.bike-info-single .features ul li{
	padding-left: 1em;
	padding-bottom: 4px;
    text-indent: -.7em;
}

.bike-info-single .features ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    color: #999999;
    margin-right: 4px;
}


.bike-info-single .view-specs-btn{
	position: relative;
    display:inline-block;
    font-family: 'roboto_condensedbold';
	text-transform: uppercase;
 	font-size: 12px;
	background: #cccccc;
	color: #fff;
	padding: 10px 40px 10px 10px;
	margin-top: 20px;
}
.bike-info-single .view-specs-btn:hover{
  background:#bbbbbb;
  text-decoration:none;
  /*transition*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  color:#FFFFFF;
}

.bike-info-single .view-specs-btn:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f054";
	text-align: center;
	padding-top:11px;
	position: absolute;
	right: 0;
	height:100%;
	width: 30px;
	margin-top: -10px;
	background: #bbbbbb;
}

.overview {
	margin-bottom: 30px;	
}

.overview .header-overview {
	font-family: 'Michroma', sans-serif;
	color: #999999;
	border-bottom: solid 2px #efefef;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.overview p {
	line-height: 22px;
}

.grid figure h4 {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure .category {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ff0000;
	width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.grid figure .category:before { 
	display: inline-block;
    margin: 0 5px 3px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #ff0000;
    width: 30px;	
}

.grid figure .category:after {
	display: inline-block;
    margin: 0 0 3px 5px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #ff0000;
    width: 30px;	
}

.grid figure .logo {
	display: block;
	height: 35px;
	width: 150px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.grid figure .price {
	font-family: 'roboto_condensedbold';
	display: inline-block;
	color: #fff;
	background: #ff0000;
	padding: 5px 20px;
	text-align: center;
	width: 100px;
	margin-top: 15px;
}

.grid figure .price p{
	margin: 0;
}

.grid figure .readmore {
	font-family: 'roboto_condensedbold';
	font-size: 10px;
	letter-spacing: 1px;
	display: inline-block;
	color: #fff;
	background: #dd0000;
	padding: 5px 10px;
	text-align: center;
	width: 100px;
}

.grid figure a.bike-more {
	display:block;
	width: 100px;
	margin:0 auto;
	
}

.grid figure a.bike-more:hover {
	opacity: .8;
}

/* GIANT STYLES */

.grid figure .category.category-giant,
.grid figure .category-giant a {
	color: #005cb9;
}	

.grid figure .category.category-giant:before,
.grid figure .category.category-giant:after,
.grid figure .price.category-giant {
	background-color: #005cb9;
}

.grid figure .logo.logo-giant {
	background-image: url( '../../uploads/2016/02/Giant-Colour-logo.png' );
}

.grid figure .readmore.category-giant {
	background-color: #0053a1;
}

.bike-info-single .logo.logo-giant {
	background-image: url( '../../uploads/2016/02/Giant-Colour-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* TREK STYLES */

.grid figure .category.category-trek,
.grid figure .category-trek a {
	color: #e72f24;
}	

.grid figure .category.category-trek:before,
.grid figure .category.category-trek:after,
.grid figure .price.category-trek {
	background-color: #e72f24;
}

.grid figure .readmore.category-trek {
	background-color: #bd2e27;
}

.grid figure .logo.logo-trek {
	background-image: url( '../../uploads/2016/02/Trek-colour-logo.png' );
}

.bike-info-single .logo.logo-trek {
	background-image: url( '../../uploads/2016/02/Trek-colour-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* CANNONDALE STYLES */

.grid figure .category.category-cannondale,
.grid figure .category-cannondale a {
	color: #77b601;
}	

.grid figure .category.category-cannondale:before,
.grid figure .category.category-cannondale:after,
.grid figure .price.category-cannondale {
	background-color: #77b601;
}

.grid figure .readmore.category-cannondale {
	background-color: #70aa03;
}

.grid figure .logo.logo-cannondale {
	background-image: url( '../../uploads/2016/02/Cannondale-colour-Logo.png' );
}

.bike-info-single .logo.logo-cannondale {
	background-image: url( '../../uploads/2016/02/Cannondale-colour-Logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* BIANCHI STYLES */

.grid figure .category.category-bianchi,
.grid figure .category-bianchi a {
	color: #87C0B3;
}	

.grid figure .category.category-bianchi:before,
.grid figure .category.category-bianchi:after,
.grid figure .price.category-bianchi {
	background-color: #87C0B3;
}

.grid figure .readmore.category-bianchi {
	background-color: #7ab0a3;
}

.grid figure .logo.logo-bianchi {
	background-image: url( '../../uploads/2016/02/Bianchi-colour-logo.png' );
}

.bike-info-single .logo.logo-bianchi {
	background-image: url( '../../uploads/2016/02/Bianchi-colour-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* MALVERN STAR STYLES */

.grid figure .category.category-malvern-star,
.grid figure .category-malvern-star a {
	color: #000;
}	

.grid figure .category.category-malvern-star:before,
.grid figure .category.category-malvern-star:after,
.grid figure .price.category-malvern-star {
	background-color: #000;
}

.grid figure .logo.logo-malvern-star {
	background-image: url( '../../uploads/2016/02/Malvern-Star-Colour-logo.png' );
}

.grid figure .readmore.category-malvern-star {
	background-color: #252525;
}

.bike-info-single .logo.logo-malvern-star {
	background-image: url( '../../uploads/2016/02/Malvern-Star-Colour-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* GEKKO STYLES */

.grid figure .category.category-gekko,
.grid figure .category-gekko a {
	color: #44413c;
}	

.grid figure .category.category-gekko:before,
.grid figure .category.category-gekko:after,
.grid figure .price.category-gekko {
	background-color: #44413c;
}

.grid figure .logo.logo-gekko {
	background-image: url( '../../uploads/2016/03/Gekko-colour-logo.png' );
}

.grid figure .readmore.category-gekko {
	background-color: #252320;
}

.bike-info-single .logo.logo-gekko {
	background-image: url( '../../uploads/2016/03/Gekko-colour-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* HARO STYLES */

.grid figure .category.category-haro,
.grid figure .category-haro a {
	color: #FF0000;
}	

.grid figure .category.category-haro:before,
.grid figure .category.category-haro:after,
.grid figure .price.category-haro {
	background-color: #FF0000;
}

.grid figure .logo.logo-haro {
	background-image: url( '../../uploads/2016/03/Haro-Colour-Logo.png' );
}

.grid figure .readmore.category-haro {
	background-color: #e40000;
}

.bike-info-single .logo.logo-haro {
	background-image: url( '../../uploads/2016/03/Haro-Colour-Logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* ELECTRA STYLES */

.grid figure .category.category-electra,
.grid figure .category-electra a {
	color: #00a8cb;
}	

.grid figure .category.category-electra:before,
.grid figure .category.category-electra:after,
.grid figure .price.category-electra {
	background-color: #00a8cb;
}

.grid figure .logo.logo-electra {
	background-image: url( '../../uploads/2016/03/Electra-Colour-logo.png' );
}

.grid figure .readmore.category-electra {
	background-color: #0093b0;
}

.bike-info-single .logo.logo-electra {
	background-image: url( '../../uploads/2016/03/Electra-Colour-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* MASI STYLES */

.grid figure .category.category-masi,
.grid figure .category-masi a {
	color: #000;
}	

.grid figure .category.category-masi:before,
.grid figure .category.category-masi:after,
.grid figure .price.category-masi {
	background-color: #000;
}

.grid figure .logo.logo-masi {
	background-image: url( '../../uploads/2016/03/Masi-Colour-Logo.png' );
}

.grid figure .readmore.category-masi {
	background-color: #252525;
}

.bike-info-single .logo.logo-masi {
	background-image: url( '../../uploads/2016/03/Masi-Colour-Logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* REDLINE STYLES */

.grid figure .category.category-redline,
.grid figure .category-redline a {
	color: #ff002b;
}	

.grid figure .category.category-redline:before,
.grid figure .category.category-redline:after,
.grid figure .price.category-redline {
	background-color: #ff002b;
}

.grid figure .logo.logo-redline {
	background-image: url( '../../uploads/2016/03/Redline-Colour-Logo.png' );
}

.grid figure .readmore.category-redline {
	background-color: #e10027;
}

.bike-info-single .logo.logo-redline {
	background-image: url( '../../uploads/2016/03/Redline-Colour-Logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}


.grid figure p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.blog-social-share {
	text-align: left;
	margin-top: 20px;	
	vertical-align:top;
	clear: both;
}

.blog-social-share a{
	font-size: 16px;
	margin-right: 7px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #aaa;
	border: #aaa 1px solid;
}

.blog-social-share a:hover {
	color: #ff0000;
	border: #000 1px solid;
}

.blog-container-bg .blog-social-share,
.blog-container .blog-social-share {
	display: block;
	text-align: right;
	margin-top: 0px;	
	vertical-align:top;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* KINK STYLES */

.grid figure .category.category-kink,
.grid figure .category-kink a {
	color: #DAAA00;
}	

.grid figure .category.category-kink:before,
.grid figure .category.category-kink:after,
.grid figure .price.category-kink {
	background-color: #DAAA00;
}

.grid figure .logo.logo-kink {
	background-image: url( '../../uploads/2016/07/Kink-logo.png' );
}

.grid figure .readmore.category-kink {
	background-color: #c49900;
}

.bike-info-single .logo.logo-kink {
	background-image: url( '../../uploads/2016/07/Kink-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* FORGOTTEN STYLES */

.grid figure .category.category-forgotten,
.grid figure .category-forgotten a {
	color: #000;
}	

.grid figure .category.category-forgotten:before,
.grid figure .category.category-forgotten:after,
.grid figure .price.category-forgotten {
	background-color: #000;
}

.grid figure .logo.logo-forgotten {
	background-image: url( '../../uploads/2016/07/forgotten-logo.png' );
}

.grid figure .readmore.category-forgotten {
	background-color: #252525;
}

.bike-info-single .logo.logo-forgotten {
	background-image: url( '../../uploads/2016/07/forgotten-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* DK STYLES */

.grid figure .category.category-dk,
.grid figure .category-dk a {
	color: #7ac043;
}	

.grid figure .category.category-dk:before,
.grid figure .category.category-dk:after,
.grid figure .price.category-dk {
	background-color: #7ac043;
}

.grid figure .logo.logo-dk {
	background-image: url( '../../uploads/2016/07/dk-logo.png' );
}

.grid figure .readmore.category-dk {
	background-color: #6caa3c;
}

.bike-info-single .logo.logo-dk {
	background-image: url( '../../uploads/2016/07/dk-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* COLONY STYLES */

.grid figure .category.category-colony,
.grid figure .category-colony a {
	color: #000;
}	

.grid figure .category.category-colony:before,
.grid figure .category.category-colony:after,
.grid figure .price.category-colony {
	background-color: #000;
}

.grid figure .logo.logo-colony {
	background-image: url( '../../uploads/2016/07/Colony-logo.png' );
}

.grid figure .readmore.category-colony {
	background-color: #252525;
}

.bike-info-single .logo.logo-colony {
	background-image: url( '../../uploads/2016/07/Colony-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}

/* PREMIUM STYLES */

.grid figure .category.category-premium,
.grid figure .category-premium a {
	color: #65418b;
}	

.grid figure .category.category-premium:before,
.grid figure .category.category-premium:after,
.grid figure .price.category-premium {
	background-color: #65418b;
}

.grid figure .logo.logo-premium {
	background-image: url( '../../uploads/2016/07/Premium-logo.png' );
}

.grid figure .readmore.category-premium {
	background-color: #563777;
}

.bike-info-single .logo.logo-premium {
	background-image: url( '../../uploads/2016/07/Premium-logo.png' );
	height:35px;
	width:206px;
	margin-bottom: 15px;
}


/* SERVICES GRID */
.servicesGrid {
	position: relative;
	margin: 0 auto;
	list-style: none;
}

/* Common style */

.servicesGrid figure {
	display: block;
	float: left;
	margin: 0;
	width: 33.333%;
	padding: 0 15px;
	text-align: left;
	border: solid 0px #fff;
	margin-bottom: 50px;
}

.servicesGrid figure .serviceHeading {
	display: block;
	font-size: 0;
}

.servicesGrid figure .serviceTitle{
	display: inline-block;
	position: relative;
	width: 70%;
	height: 60px;
	font-size: 0;
	background: #000;
	vertical-align: top;
	padding: 15px;
}

.servicesGrid figure .serviceTitle h4{
	color: #fff;
	margin-bottom: 0;
}

.servicesGrid figure .servicePrice{
	display: inline-block;
	position: relative;
	width: 30%;
	height: 60px;
	font-family: 'roboto_condensedbold';
	font-style: italic;
	font-size: 25px;
	color: #fff;
	padding: 12px 10px 10px 15px;
	background: #ff0000;
	vertical-align: top;
}

.servicesGrid figure .servicePrice .priceTerm{
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

.servicesGrid figure .serviceImage {
	background: #fff;
	padding: 40px 15px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

.servicesGrid figure .serviceContainer {
	display: block;
	position: relative;
	background: #efefef;
	padding: 15px 15px 80px 15px;
}

@media (max-width: 550px){
	
	.servicesGrid figure .serviceContainer {
		padding: 15px 15px 110px 15px;
}
}

.servicesGrid figure .serviceContainer ul{
	margin-bottom: 20px;
}

.servicesGrid figure .serviceContainer ul li a{
	color: #454545;
}

.servicesGrid figure .serviceContainer ul li{
	padding-left: 1em;
	padding-bottom: 4px;
    text-indent: -.7em;
}

.servicesGrid figure .serviceContainer ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    color: #999999;
    margin-right: 4px;
}


.servicesGrid figure .serviceContainer .serviceFooter {
	display: block;
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.servicesGrid figure .serviceContainer .recommend{
	font-family: 'roboto_condensedbold';
	font-size: 16px;
	padding-top: 20px;
}

.servicesGrid figure .serviceContainer .terms{
	font-size: 12px;
	color: #999;
	font-style: italic;
	padding-top: 5px;
}

.servicesGrid figure .serviceContainer .blog-social-share{
	display: none;
}

@media (max-width: 992px) {
	.servicesGrid  figure {
		width: 100%;
	}
}

/* MEDIA ENGINE */

.mediaengine {
	
}

.mediaengine a {
	display: inline-block;
    position: relative;
    padding-right: 62px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}


.mediaengine a:after{
	font-family: 'me' !important;
    content: "\e906";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    display: block;
    position: absolute;
    margin-top: -25px;
    top: 50%;
    right: 0;
    font-size: 50px;
    transition: .3s color;
}

.mediaengine a:hover,
.mediaengine a:hover:after {
	color: #ff0000;
}

/* HOME ACTION */

.greyBG {
	background: #EAEAEA;
	padding: 30px 0;
}

.greyBG .borderLeft{
	border-left: 1px solid rgba(0,0,0, 0.1);
}

.greyBG .borderRight{
	border-right: 1px solid rgba(0,0,0, 0.1);
}

@media (max-width: 767px) {
	.greyBG .borderLeft{
		border-left: 0;
		border-top: 1px solid rgba(0,0,0, 0.1);
		margin:0 40px;
		padding-top: 20px;
		margin-top: 20px;
	}
	
	.greyBG .borderRight{
		border-right: 0;
		border-bottom: 1px solid rgba(0,0,0, 0.1);
		margin:0 40px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

.greyBG .actionContainer {
	display: block;
	position: relative;
	font-size: 0;
	padding-bottom: 20px;
}

.greyBG .actionContainer .icon{
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}

.greyBG .actionContainer .text{
	display: inline-block;
	position: relative;
	width: 100%;
	font-family: 'roboto_condensedbold';
	font-size: 20px;
	letter-spacing: .5px;
	padding-left: 20px;
	text-align: center;
	color: #58595b;
}

/* SEARCH FILTER */
.container {
	position: relative;
}
.searchGrey {
	background-color:#EAEAEA;
	padding: 30px 0;
	margin-top: -30px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
.wcf-form-search {
    margin: 0 0 0 30px;
}
}

@media (max-width: 450px) {
.wcf-submit_button{
	margin-top: 20px;
	}
}

.wcf-form-search h3.wcf-form-title {
	display: none;
}

.wcf-field-body select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.wcf-form-field-wrapper {
	margin-bottom: 0px!important;
}

.wcf-form-search input {
	color: #58595b;
}

.wcf-form-search .wcf-field-body {
	display: inline-block;
	position: relative;
}

.wcf-form-search .wcf-label {
	display: inline-block;
	color: #58595b;
}

.wcf-form-search .wcf-field-body select {
    color: #58595b;
    padding: 5px !important;
    width: 150px;
}

/*.wcf-form-search .wcf-field-body select {
    background-color: #fff;
    background-image: url('images/select-arrow.png');
    background-position: 130px center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    color: #58595b;
    padding: 5px 40px 5px 5px!important;
}*/

.wcf-field-taxonomy_select .wcf-field-body:after,
.wcf-field-select .wcf-field-body:after {
	display: block;
	position: absolute;
	content: '';
    background-image: url('images/select-arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    z-index: 100;
    pointer-events: none;
}

.wcf-field-row {
	margin-bottom: 0px!important;
	}
	
.wcf-submit_button .wcf-submit-button, .wcf-submit_button .wcf-reset-button {
	background-color: #58595b!important;
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.2rem;
}

.wcf-submit_button:hover .wcf-submit-button:hover, .wcf-submit_button:hover .wcf-reset-button:hover {
	opacity: .8;
    color: #fff;
    transition: .3s ease;
}

.wcf-form-wrapper ul {
	text-align: center;
	margin-bottom: 50px;
	}
	
.wcf-form-wrapper header {
	height: auto;
	background: none;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 50px;
}

/* PAGNATION 
.paginationCont {
	display: block;
	text-align: center;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#aaa;
	background: #fff;
	border: 1px solid #aaa;
}
 
.pagination a:hover{
	color:#ff0000;
	background: #fff;
	border: 1px solid #000;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #000;
	color:#fff;
	border: 1px solid #000;
}
*/