/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Font-Face
    #Site Styles
	#Page Styles
	#Media Queries*/


/* #Font-Face
================================================== */


/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/* v4 styling */

.new-v4-body .full-width .banner-bottom {
    display: none;
}

.bike.new-v4 .test.bike-details-bottom .colors {
    display: none!important;
}


/* #Site Styles
================================================== */

.mobile {
    display: none!important;
}

.hide-on-mobile {
    display: block!important;
}

li.shop-nav span:nth-of-type(2).hide {
    display: none;
}

li.shop-nav span:nth-of-type(2).show {
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    background: #ffffff;
    color: red;
    z-index: 1000;
    width: 100%;
    height: 115px;
    line-height: 115px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
    font-size: 18px;
}

li.shop-nav .close {
    display: none;
    position: absolute;
    top: 45px;
    right: 0px;
    background-color: #eeeeee;
    border-radius: 30px;
    text-align: center;
    color: #333333;
    height: 30px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    z-index: 100000;
}

li.shop-nav .close.show {
    display: block;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.full-width {
    width: 100%!important;
    margin: 0!important;
}

.full-width.grey {
    background-color: #f5f5f5;
}



/* Text styles */


/* Header */

header {
    position: relative;
    padding-top: 10px;
}

header .social {
    float: left;
    position: absolute;
    top: 15px;
}

header .social img {
    display: block;
    margin: 3px 0;
}

header .social img:first-of-type {
    margin-top: 0;
}

header .logo {
    display: block;
    text-align: center;
}

header .logo img {}

header .header-right {
    float: right;
    position: absolute;
    right: 0;
    top: 3px;
}

header .header-right .phonenum {
    display: block;
    font-size: 22px;
    height: auto;
    line-height: inherit;
    text-align: right;
    margin-bottom: 10px;
}

header .header-right .find-dealer {
    display: block;
    text-align: right;
}

header .header-right .factory-tour {
    display: block;
    text-align: right;
}

header .header-right .factory-booking {
    display: block;
    text-align: right;
}

header .header-right .book-test {
    display: block;
    text-align: right;
}

header .header-right .v4-new {
    display: block;
    text-align: right;
}

header .header-right span {
    height: 20px;
    margin: 3px 0;
    line-height: 15px;
}

header .header-right p {
    height: 20px;
    margin: 3px 0;
    line-height: 15px;
}

header .header-right span.bma {
    width: 230px;
    height: auto;
    display: block;
    margin: 0;
    text-align: right;
    position: relative;
    padding-right: 25px;
}

header .header-right span.bma img {
    position: absolute;
    right: 0;
    top: 10px;
}

header .header-right span a {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    color: #333333!important;
}

header .header-right p a {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    color: #333333!important;
}

header .header-right span a:hover {
    text-decoration: underline;
}

header .header-right p a:hover {
    text-decoration: underline;
}

header .header-right span img {
    float: right;
    margin-left: 15px;
}

header .header-right p img {
    float: right;
    margin-left: 15px;
}


/* FORMS */

#cta-wrapper {
    display: none;
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    widtH: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

#head-error-box {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px 10px;
}

#head-error-box p>span {
    margin-left: 20px;
}

#head-error-box p>span strong {
    color: red;
}

#error-close-pop {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}

#cta-wrapper .banner-popup {
    background-color: transparent;
    position: relative;
    width: 880px;
    padding: 0!important;
    margin: 50px auto 0;
    height: auto;
    min-height: 300px;
}

#cta-wrapper .banner-popup .inner-popup {
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 10px solid #f5f5f5;
}

#cta-wrapper .banner-popup .inner-popup .popup-leftest {
    background-color: transparent;
    padding: 10px;
}

#cta-wrapper .banner-popup .inner-popup .popup-leftest img {
    width: 245px;
}

#cta-wrapper .banner-popup .inner-popup .popup-left {
    background-color: transparent;
    width: 70%;
    height: 100%;
    padding: 10px;
}
#factory-wrapper {
    display: none;
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    widtH: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}


#factory-wrapper .banner-popup {
    background-color: transparent;
    position: relative;
    width: 880px;
    padding: 0!important;
    margin: 50px auto 0;
    height: auto;
    min-height: 300px;
}

#factory-wrapper .banner-popup .inner-popup {
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 10px solid #f5f5f5;
}

#factory-wrapper .banner-popup .inner-popup .popup-leftest {
    background-color: transparent;
    padding: 10px;
}

#factory-wrapper .banner-popup .inner-popup .popup-leftest img {
    width: 245px;
}

#factory-wrapper .banner-popup .inner-popup .popup-left {
    background-color: transparent;
    width: 70%;
    height: 100%;
    padding: 10px;
}

.banner-popup .inner-popup .popup-left #head-close-pop {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #dbc321;
    font-family: sans-serif;
}

.banner-popup .inner-popup .popup-right #head-close-pop-right {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    text-transform: uppercase;
}


/* New V4 banner style */

.exclusive-used-bikes-body #v4-link {
    display: none;
}

#v4-link {
    display: block;
    z-index: 9999;
    position: absolute;
    bottom: 80px;
    right: 45px;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}

#v4-link img {
    float: right;
    padding-left: 10px;
    margin-top: 8px;
    width: auto;
}

.hide-link {
    display: none!important;
}

#v4-thankyou {
    display: none;
    position: fixed;
    z-index: 10000;
    color: #dcc300;
    background-color: #ffffff;
    border: 1px solid #000;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#v4-thankyou.show {
    display: block;
}

#v4-form {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    padding: 50px;
    transform: translate(-50%, -50%);
    background-color: rgba(219, 219, 219, .9);
}

#v4-form.open {
    display: block;
}

#v4-form .v4-popup {
    position: relative;
    width: 100%;
    padding: 0!important;
    height: auto;
    min-height: 300px;
}

#v4-form .v4-popup .inner-v4 {
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#v4-form .v4-popup .inner-v4 .v4-header {}

#v4-form .v4-popup .inner-v4 .v4-header h2 {
    font-size: 22px;
    font-weight: bold;
}

#v4-form .v4-popup .inner-v4 .v4-header span {
    position: absolute;
    top: -40px;
    right: -40px;
}

#v4-form .v4-popup .inner-v4 .v4-content form {
    width: 680px;
}

#v4-form .v4-popup .inner-v4 .v4-content form .left {
    width: 50%;
    float: left;
}

#v4-form .v4-popup .inner-v4 .v4-content form .right {
    width: 50%;
    float: left;
}

#v4-form .v4-popup .inner-v4 .v4-content form label {
    float: left;
    clear: both;
    text-transform: uppercase;
}

#v4-form .v4-popup .inner-v4 .v4-content form select {
    float: left;
    margin-left: 47px;
    width: 58px;
    height: 25px;
}

#v4-form .v4-popup .inner-v4 .v4-content form input {
    float: right;
    margin-right: 36px;
    width: 200px;
}

#v4-form .v4-popup .inner-v4 .v4-content form #v4-age {
    width: 58px;
    float: left;
    margin-left: 20px;
}

#v4-form .v4-popup .inner-v4 .v4-content form #v4-country {
    float: right;
    margin-right: 45px;
    width: 200px;
    margin-left: 0;
}

#v4-form .v4-popup .inner-v4 .v4-content form #submit {
    width: 95px;
}


/* Navigation */

.nav-wrapper {
    border-top: 1px solid #dbc321;
}

.nav-inner {
    border-top: 1px solid #d8d8d8;
    margin-top: 5px!important;
}

.nav-wrapper nav {}

.nav-wrapper nav>ul {
    margin: 0;
}

.nav-wrapper nav>ul>li {
    position: relative;
    display: block;
    float: left;
    width: 14%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    margin: 0;
    height: 45px;
    line-height: 45px;
}

.nav-wrapper nav>ul>li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

.nav-wrapper nav>ul>li:last-of-type:after {
    content: none;
}

.nav-wrapper nav>ul>li>a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333!important;
}

.nav-wrapper nav>ul>li>a:hover {
    text-decoration: underline;
}


/* Dropdowns */

.nav-wrapper nav>ul>li>ul {
    display: none;
    margin: 0;
    border-top: 1px solid #d8d8d8;
    background-color: #ffffff;
    position: absolute;
    top: 44px;
    width: 240px;
    z-index: 10001;
}

.nav-wrapper nav>ul>li:hover>ul {
    height: auto;
    display: block;
}

.nav-wrapper nav>ul>li>ul>img {
    display: block;
    position: absolute;
    top: -8px;
}


/*.nav-wrapper nav > ul > li > ul:after,
.nav-wrapper nav > ul > li > ul:before
{
    width: 0;
    height: 0;
    content: "";
    display: block; position: absolute; bottom: 100%; left: 40px;
}

.nav-wrapper nav > ul > li > ul#nav-17:after, 
.nav-wrapper nav > ul > li > ul#nav-17:before 
{
    width: 0;
    height: 0;
    content: "";
    display: block; position: absolute; bottom: 100%; left: 165px;
}

.nav-wrapper nav > ul > li > ul:after  
{ 
    border-bottom: 10px solid #ffffff; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
    margin-top: 1px;
}
.nav-wrapper nav > ul > li > ul:before
{  
    border-bottom: 10px solid #888888;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -5px;
    margin-left: 0px;
    z-index: -100;
}*/

.nav-wrapper nav>ul>li>ul#nav-2 {
    left: -25px;
}

.nav-wrapper nav>ul>li>ul#nav-2>img {
    left: 70px;
}

.nav-wrapper nav>ul>li>ul#nav-9 {}

.nav-wrapper nav>ul>li>ul#nav-9>img {
    left: 50px;
}

.nav-wrapper nav>ul>li>ul#nav-12 {}

.nav-wrapper nav>ul>li>ul#nav-12>img {
    left: 50px;
}

.nav-wrapper nav>ul>li>ul#nav-14 {}

.nav-wrapper nav>ul>li>ul#nav-14>img {
    left: 50px;
}

.nav-wrapper nav>ul>li>ul#nav-17 {
    left: -61px;
}

.nav-wrapper nav>ul>li>ul#nav-17>img {
    left: 110px;
}

.nav-wrapper nav>ul>li>ul>li {
    display: block;
    margin: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.nav-wrapper nav>ul>li>ul>li>a {
    display: block;
    margin: 0 20px;
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    color: #888888;
}

.nav-wrapper nav>ul>li>ul>li:last-of-type>a {
    border: none;
}

.nav-wrapper nav>ul>li>ul>li>a>img {
    float: right;
    margin: 20px 0;
}

.nav-wrapper nav>ul>li>ul>li:hover {
    background-color: #f3f3f3;
}

.nav-wrapper nav>ul>li>ul>li .dropdown {
    background-color: #ffffff;
    border-top: 1px solid #d8d8d8;
    display: none;
    position: absolute;
    left: 240px;
    top: -1px;
    border-left: 1px solid #d8d8d8;
    width: 570px;
}

.nav-wrapper nav>ul>li>ul>li:hover>.dropdown {
    display: block;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop {
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop .details {}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop .details ul {
    margin: 0 0 0 20px;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop .details ul li {
    font-size: 13px;
    list-style-image: url(../images/header/yellow-arrow.png);
    color: #888888;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop .color-options {
    margin-top: 10px;
    width: 75%;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop .color-options span {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #888888;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .left-drop .color-options img {
    width: 50px;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .right-drop {
    display: block;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 100%;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .right-drop img {
    display: block;
    width: 100%;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .right-drop .full-details {
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 30px;
    line-height: 30px;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .right-drop .full-details a {
    color: #888888;
}

.nav-wrapper nav>ul>li>ul>li .dropdown .right-drop .full-details img {
    position: relative;
    top: 4px;
    left: 3px;
    width: auto;
    display: inline-block;
}

.dropdown-cover {
    display: none;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 175px;
    z-index: 10000;
}

.dropdown-cover.show-cover {
    display: block;
}


/* Footer */

.footer-wrap {
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    height: 40px;
}

footer {
    display: block;
    width: 100%;
}

footer ul {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 75%;
    overflow: auto;
    float: left;
}

footer ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 20%;
    text-align: center;
}

footer ul li:after {
    content: "|";
    position: absolute;
    right: 0;
}

footer ul li:last-of-type:after {
    content: "";
}

footer ul li:first-of-type {
    width: 9%;
}

footer ul li:nth-of-type(2) {
    width: 18%;
}

footer ul li:nth-of-type(3) {
    width: 14%;
}

footer ul li:last-of-type {
    width: 10%;
}

footer ul li a {
    font-size: 12px;
    color: #333333!important;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .social {
    display: block;
    float: right;
    width: 25%;
}

footer .social span {
    line-height: 40px;
    margin-right: 10px;
    font-size: 14px;
    float: left;
}

footer .social img {
    position: relative;
    top: 7px;
    margin: 0 1px;
}

.copyright {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #888888;
    padding: 5px 0 30px;
}

.evolve {
    font-size: 12px;
    color: #888888;
    position: absolute;
    top: 7px;
    right: 25px;
}

.evolve a {
    color: #888888;
}


/* #Page Styles
================================================== */


/* Homepage 
============================*/

.bike-logos {
    display: block;
    margin-top: 15px;
}

.bike-logos>img {
    width: 30%;
}

.bike-logos>img:first-of-type,
.bike-logos>img:nth-of-type(2) {
    margin-left: 27px;
}

.bikes {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.bikes .bike {
    position: relative;
    height: 350px;
    display: block;
    margin-bottom: -115px;
    bottom: 95px;
    float: left;
    width: 33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}

.bikes .bike>a {
    display: block;
    height: 100%;
}

.bikes .bike>a>img {
    margin-top: 35%;
    display: block;
    position: relative;
    z-index: 1000;
}


/*
.bikes .bike > a > span { position: absolute; left: 0; bottom: 50px; width: 100%; text-align: center; display: block; color: #838383; }
*/

.bikes .bike .bike-details-top {
    display: none;
    position: absolute;
    top: -58px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
}

.bikes .bike .bike-details-top .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.bikes .bike .bike-details-top .content ul {
    margin: 0 0 0 20px;
}

.bikes .bike .bike-details-top .content ul li {
    list-style-image: url(../images/header/yellow-arrow.png);
    font-size: 13px;
    color: #888888;
    margin: 0 0 5px;
}

.bikes .bike .bike-details-bottom {
    display: none;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #ffffff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 5px 0 #dddddd;
    width: 100%;
    height: 35px;
}

.bikes .bike .bike-details-bottom .colors {}

.bikes .bike .bike-details-bottom .colors span {
    padding-left: 15px;
    color: #888888;
    font-size: 14px;
}

.bikes .bike .bike-details-bottom .colors img {
    height: auto;
    width: 35px;
    margin: 0 2px;
    position: relative;
    top: 3px;
}

.bikes .bike .bike-details-top.show,
.bikes .bike .bike-details-bottom.show {
    display: block;
}

.grid {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
}

.grid .grid-item {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
    float: left;
    height: 165px;
    width: 33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px;
    position: relative;
}

.grid .grid-item a>img,
.grid .grid-item>img {
    height: 100%;
    width: 100%;
}

.grid .grid-item span {
    display: block;
    position: absolute;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .6);
    padding-right: 5px;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
}

.grid .grid-item span>img {
    float: right;
    position: relative;
    top: 6px;
}

.grid .grid-item:hover span {
    background-color: rgba(219, 195, 33, .6);
}


/* Video */

.video-wrapper,
.v4-wrapper {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

.video-wrapper.show,
.v4-wrapper.show {
    opacity: 1;
    z-index: 10000;
}

.video-wrapper .video {
    display: block;
    width: 65%;
    height: 510px;
    margin: 25% auto 0;
}

.v4-video {
    opacity: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 65%;
    height: auto;
    z-index: -1;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

.v4-video.show {
    opacity: 1;
    z-index: 10000;
    position: fixed;
    top: 19%;
    left: 18%;
}

.head-img {
    display: block;
    margin: 15px 0;
    width: 100%;
}

.gallery {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.gallery .item {
    display: block;
    float: left;
    cursor: pointer;
}

.gallery .item img {
    width: 80%;
}

.gallery #item1 {
    width: 236px;
}

.gallery #item2 {
    width: 300px;
    position: absolute;
    left: 177px;
    top: 0;
}

.gallery #item3 {
    width: 200px;
    position: absolute;
    top: 145px;
    left: 177px;
}

.gallery #item4 {
    width: 399px;
    position: absolute;
    bottom: 0;
    left: 337px;
}

.gallery #item5 {
    width: 354px;
    position: absolute;
    top: 0;
    right: 214px;
    z-index: 100;
}

.gallery #item6 {
    width: 356px;
    position: absolute;
    top: 0;
    right: 0;
}

.gallery #item6 img {
    float: right;
}


/* Bike pages
================================================== */

.banner-full {
    position: relative;
    height: 335px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}

#error-box {
    display: none;
    position: absolute;
    left: 110px;
    top: 15px;
    height: 90%;
    z-index: 1;
    background-color: #ffffff;
}

#error-box p {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
}

#error-box p strong {
    color: red;
}

#error-box p>span {
    margin-left: 15px;
}

#error-box p>span>span {
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
}

.extra-pad {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 70px 0 100px;
}

.full-width .left-sidebar {
    position: absolute;
    height: 335px;
    width: 85px;
    top: 0px;
    left: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .8);
    z-index: 999;
    transition: .5s top ease-in-out;
    -webkit-transition: .5s top ease-in-out;
    -moz-transition: .5s top ease-in-out;
    -ms-transition: .5s top ease-in-out;
    -o-transition: .5s top ease-in-out;
}

.full-width .left-sidebar ul {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.full-width .left-sidebar ul li {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    display: block;
    width: 80%;
    margin: 0 10px;
    height: 25%;
    border-bottom: 1px solid #c5c5c5;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.full-width .left-sidebar ul li:last-of-type {
    border: none;
}

.new-v4-body .full-width .left-sidebar ul #test-ride {
    display: none;
    margin: 0 auto;
    height: 100%;
}

.full-width .left-sidebar ul li img {
    display: block;
    margin: 0 auto;
    height: 100%;
}

.full-width .left-sidebar ul li#factory-tour img {
    position: relative;
    right: 1px;
}

.full-width .left-sidebar ul li span {
    position: absolute;
    left: 1px;
    bottom: 10px;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 100%;
}

.full-width .left-sidebar ul li#register-interest span {
    bottom: 8px;
}

.full-width .banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    background-color: rgba(62, 60, 60, .7);
    height: 40px;
    line-height: 40px;
}

.full-width .banner-colors {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: right;
    width: 27%;
}

.full-width .banner-colors span:first-of-type {
    font-size: 20px;
    margin-right: 5px;
    color: #ffffff;
    float: left;
}

.full-width .banner-bottom span.color {
    display: block;
    margin: 10px 5px;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 30px;
}

.full-width .banner-bottom span.color.color-black {
    background-color: #000000;
}

.full-width .banner-bottom span.color.color-red {
    background-color: #e10000;
}

.full-width .banner-bottom span.color.color-silver {
    background-color: #b0b7b8;
}

.full-width .banner-bottom span.color.color-green {
    background-color: #0d4f21;
}

.full-width .banner-bottom span.color.color-grey {
    background-color: #4b5252;
}

.full-width .banner-bottom span.color.color-white {
    background-color: #ffffff;
}

.bike-page .dropdown-cover.show-cover.big {
    height: 2000px;
    top: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, .7);
}

.banner-popup {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 0;
    background-color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}

.banner-popup.show {
    width: 100%;
    overflow: hidden;
    z-index: 998;
    padding-left: 85px;
}

.banner-popup .inner-popup {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-popup .inner-popup .popup-leftest {
    background-color: rgba(255, 255, 255, .8);
    border-right: 1px solid #cccccc;
    display: block;
    float: left;
    position: relative;
    height: 100%;
    width: 30%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 5px;
}

.banner-popup .inner-popup .popup-leftest h1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.banner-popup .inner-popup .popup-leftest p {
    margin: 0;
    line-height: 15px;
    font-size: 13px;
}

.banner-popup .inner-popup .popup-leftest img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    margin: 10px auto 0;
}

.banner-popup .inner-popup .popup-left {
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    display: block;
    float: right;
    width: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
}

.banner-popup .inner-popup .popup-left.show {
    width: 70%;
    height: 100%;
    padding: 10px;
}

.banner-popup .inner-popup .popup-left.show.float-left {
    width: 70%;
}

.banner-popup .inner-popup .popup-left.show.float-left.full {
    width: 100%;
}

.banner-popup .inner-popup .popup-left #close-pop {
    cursor: pointer;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    text-transform: uppercase;
}

.banner-popup .inner-popup .popup-left h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.banner-popup .inner-popup .popup-left form {
    display: block;
    width: 100%;
    margin: 0;
    overflow: auto;
}

.banner-popup .inner-popup .popup-left form label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    float: left;
    clear: both;
}

.banner-popup .inner-popup .popup-left form input,
.banner-popup .inner-popup .popup-left form select {
    display: block;
    float: right;
    clear: right;
    width: 158px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 5px;
}

.banner-popup .inner-popup .popup-left form select {
    width: 170px;
}

.banner-popup .inner-popup .popup-left form #title {
    width: 60px;
    margin-right: 120px;
}

.banner-popup .inner-popup .popup-left form #submit {
    clear: both;
    padding: 5px 30px;
    width: auto;
    font-size: 13px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    background: #DBC321;
}

.banner-popup .inner-popup .popup-left form #submit:hover {
    box-shadow: 0 0 10px 0 #666666 inset;
}

.banner-popup .inner-popup .popup-left form #submit:focus {
    outline: none;
}

.banner-popup .inner-popup .popup-left form #address1,
.banner-popup .inner-popup .popup-left form #address2 {
    margin-bottom: 3px;
}

.banner-popup .inner-popup .popup-left form .left #age {
    width: 65px;
    margin-right: 104px;
}

.banner-popup .inner-popup .popup-left form .left #party-size {
    width: 65px;
    margin-right: 104px;
}

.banner-popup .inner-popup .popup-left form .left {
    display: block;
    float: left;
    width: 280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.banner-popup .inner-popup .popup-left form .right {
    display: block;
    float: left;
    width: 260px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.banner-popup .inner-popup .popup-left form .right #brochure {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
}

.banner-popup .inner-popup .popup-left form .right #brochure-download {
    margin-right: 5px;
    float: left;
    width: auto;
}

.banner-popup .inner-popup .popup-left form .right #brochure-post {
    margin-right: 5px;
    float: left;
    width: auto;
}

.banner-popup .inner-popup .popup-left form .right #bro-d-label {
    line-height: 18px;
    margin-right: 10px;
    clear: none;
    font-size: 11px;
}

.banner-popup .inner-popup .popup-left form .right #bro-p-label {
    line-height: 18px;
    font-size: 11px;
    clear: none;
}

.banner-popup .inner-popup .popup-right {
    position: relative;
    display: none;
    float: left;
    background-color: rgba(255, 255, 255, .8);
    width: 0;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    transition: .5s width ease;
    -moz-transition: .5s width ease;
    -webkit-transition: .5s width ease;
    -ms-transition: .5s width ease;
    -o-transition: .5s width ease;
}

.banner-popup .inner-popup .popup-right.show {
    display: block;
    width: 30%;
    padding: 45px 10px 10px;
    overflow: visible;
    border-left: 1px solid #cccccc;
}

.banner-popup .inner-popup .popup-right #close-pop-right {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    text-transform: uppercase;
}

.banner-popup .inner-popup .popup-right h2 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: bold;
}

.banner-popup .inner-popup .popup-right img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.banner-popup .inner-popup .popup-right button {
    clear: both;
    padding: 5px 20px;
    width: auto;
    display: block;
    margin: 10px auto 0;
    font-size: 13px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    background: #DBC321;
}

.banner-popup .inner-popup .popup-right button a {
    color: #ffffff;
}

.banner-popup .inner-popup .popup-right button:hover {
    box-shadow: 0 0 10px 0 #666666 inset;
}

.bike-menu-wrapper {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.bike-menu {
    display: block;
    margin-bottom: 25px!important;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    position: relative;
    z-index: 100;
    transition: .5s top ease-in-out;
    -moz-transition: .5s top ease-in-out;
    -webkit-transition: .5s top ease-in-out;
    -ms-transition: .5s top ease-in-out;
    -o-transition: .5s top ease-in-out;
}

.bike-menu.fixed {
    position: fixed;
    top: -100px;
    z-index: 10000;
}

.bike-menu.transition {
    top: 0;
}

.full-width .left-sidebar.fixed {
    position: fixed;
    top: -100px;
    box-shadow: 0 0 5px 0 #cccccc;
    z-index: 1000;
}

.full-width .left-sidebar.transition {
    top: 40px;
}

.bike-menu ul {
    display: block;
    margin: 0;
    overflow: visible;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 110px;
}

.bike-menu ul li {
    display: block;
    margin: 0;
    float: left;
    height: 100%;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 16%;
}

.bike-menu ul li a {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

.bike-menu ul li a:hover {
    text-decoration: underline;
}

.new-v4-body .bike-menu ul li:first-of-type:after {
    display: none;
}

.bike-menu ul li:first-of-type:after {
    content: '';
    border-top: 10px solid #000000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 45%;
    transition: left .5s ease;
    -moz-transition: left .5s ease;
    -webkit-transition: left .5s ease;
    -ms-transition: left .5s ease;
    -o-transition: left .5s ease;
}


/* adds 100% to left for each menu item */

.bike-menu ul li.selected1:after {
    left: 45%;
}

.bike-menu ul li.selected2:after {
    left: 145%;
}

.bike-menu ul li.selected3:after {
    left: 245%;
}

.bike-menu ul li.selected4:after {
    left: 345%;
}

.bike-menu ul li.selected5:after {
    left: 445%;
}

.bike-menu ul li.selected6:after {
    left: 545%;
}

.bike-menu ul li.selected7:after {
    left: 545%;
}

.bike-menu ul li:before {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #6e6211;
}

.bike-menu ul li:last-of-type:before {
    content: "";
}

.title-wrap {
    position: relative;
    display: block;
    height: 30px;
    width: 95%;
    margin: 40px auto 0;
}

.title-wrap span {
    background: #ffffff;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 13%;
}

.title-wrap span:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    height: 4px;
    border-top: 1px solid #dbc321;
    border-bottom: 1px solid #d8d8d8;
    z-index: -1;
}

#features-title span {
    width: 12%;
}

#specs-title span {
    width: 18%;
}

#imgs-title span {
    width: 14%;
}

#prices-title span {
    width: 10%;
}

#access-title span {
    width: 16%;
}

#options-title span {
    width: 15%;
}

#features {
    position: relative;
    background-color: #f5f5f5;
    margin: 5px 0 15px!important;
}

.bike-colours {
    width: 460px;
    height: auto;
    margin: 0;
}

.bike-colours .images {
    display: block;
    width: 100%;
    height: 100%;
}

.bike-colours .images img {
    height: auto;
    width: auto;
    max-width: 100%;
}


/*
#scroller.bike-colours .controls { height: 30px; right: 36%; bottom: 0; padding: 0 15px; }
#scroller.bike-colours .controls .control { opacity: .5; }
#scroller.bike-colours .controls .control.selected { opacity: 1; }
#scroller.bike-colours .controls .control:first-of-type { background-color: #000000; }
#scroller.bike-colours .controls .control:nth-of-type(2) { background-color: #e10000; }
#scroller.bike-colours .controls .control:nth-of-type(3) { background-color: #dcdcdc; }
#scroller.bike-colours .controls .control:nth-of-type(4) { background-color: #0d4f21; }
#scroller.bike-colours .controls #control-left { position: absolute; left: 0; bottom: 8px; cursor: pointer; }
#scroller.bike-colours .controls #control-right { position: absolute; right: 0; bottom: 8px; cursor: pointer; }
*/

#features .content {
    display: block;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 45px 0px 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#features .content p {
    margin: 0;
    font-size: 17px;
}

#specs {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

#spec ul {}

#specs ul li {
    position: relative;
    height: 15px;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

#specs ul li:first-of-type {
    border-top: 1px solid #e1e1e1;
}

#specs ul li.open {
    height: auto;
}

#specs ul li .heading {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#specs ul li .symbol {
    font-size: 30px;
    cursor: pointer;
    color: #dbc321;
    position: absolute;
    right: 5px;
    top: 8px;
}

#specs ul li.open .symbol {
    right: 8px;
}

#specs table tr td {
    padding-bottom: 10px;
}

#specs table tr td:nth-of-type(2) {
    padding-right: 60px;
}

#specs table tr td:first-of-type,
#specs table tr td:nth-of-type(3) {
    padding-right: 10px;
}

#specs table tr td p {
    margin: 0;
}

#specs #brakes table tr td {
    padding-bottom: 15px;
}

#specs #brakes table tr td:nth-of-type(2) {
    padding: 0;
}

#dual-seat {
    position: relative;
    background-color: #f5f5f5;
    margin: 15px 0!important;
}

#dual-seat img {
    width: 365px;
    padding: 50px 0;
    float: left;
}

#dual-seat .content {
    display: block;
    width: 405px;
    float: right;
    padding: 65px 0px 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#dual-seat .content h3 {}

#dual-seat .content p {
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

#imgs {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}

#imgs .imgs-top {
    display: block;
    height: 235px;
}

#imgs .imgs-top .left {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 2px;
}

#imgs .imgs-top .left img {
    display: block;
    width: 100%;
    height: 100%;
}

#imgs .imgs-top .right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 2px;
}

#imgs .imgs-top .right img {
    display: block;
    width: 100%;
    height: 100%;
}

#imgs .imgs-mid {
    display: block;
    height: 350px;
    margin-top: 5px;
}

#imgs .imgs-mid .left {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 2px;
}

#imgs .imgs-mid .left img {
    display: block;
    width: 100%;
    height: 100%;
}

#imgs .imgs-mid .right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 2px;
}

#imgs .imgs-mid .right #bike-mid-top {
    display: block;
    float: left;
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 2px;
    padding-right: 2px;
}

#imgs .imgs-mid .right #bike-mid-bottom {
    display: block;
    float: left;
    clear: both;
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 2px;
    padding-right: 2px;
}

#imgs .imgs-mid .right #bike-mid-right {
    display: block;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 2px;
}

#imgs .imgs-bottom {
    display: block;
    height: 235px;
    margin-top: 5px;
}

#imgs .imgs-bottom .left {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 2px;
}

#imgs .imgs-bottom .left img {
    display: block;
    width: 100%;
    height: 100%;
}

#imgs .imgs-bottom .right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    height: 100%;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 2px;
}

#imgs .imgs-bottom .right img {
    display: block;
    width: 100%;
    height: 100%;
}

#imgs img {
    cursor: pointer;
}

#imgs .zoom {
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
    height: auto!important;
    width: auto!important;
}

#imgs .zoom-mt {
    left: 204px;
}

#imgs .zoom-mb {
    left: 204px;
    top: 185px;
}

#prices {
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 50px!important;
    height: 255px;
}

#prices .content {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 50px 75px 0 0px;
}

#prices .content h3 {
    font-size: 35px;
}

#prices .content span {
    display: block;
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 15px;
    width: 80%;
}

#prices .content button {
    padding: 0 0 0 15px;
    font-size: 14px;
    border-radius: 10px;
    background: #dbc321;
    border: none;
    height: 40px;
    line-height: 40px;
    text-shadow: none;
    width: 225px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#prices .content button:hover,
#price .content button:active,
#price .content button:focus {
    outline: none;
    box-shadow: 0 0 10px 0 #888888 inset;
}

#prices .content button img {
    float: right;
    width: auto;
    position: relative;
    right: 15px;
    top: 4px;
}

#prices img {
    float: right;
    width: 35%;
    padding: 10px 0;
    position: relative;
    right: 100px;
}

.commando-961-cafe-racer-body #prices img {
    width: auto;
}

.accessories {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 70px;
}

.accessories>img {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.accessories .accessory {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px;
}

.accessories .accessory img {
    max-width: 100%;
    height: 160px;
    display: block;
    margin: 0 auto 20px;
}

.accessories .accessory .title {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
}

.accessories .accessory .price {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.accessories button {
    float: right;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    width: 225px;
}

.accessories button img {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}

#compare {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 45px;
}

#compare table {
    display: block;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#compare table.left-table {
    float: left;
}

#compare table.right-table {
    float: right;
    padding-left: 15px;
    padding-bottom: 45px;
}

#compare table thead {}

#compare table thead tr {
    background: #dbc321;
}

#compare table thead tr td {
    text-align: left;
    line-height: 15px;
    padding: 10px 80px 10px 5px;
    font-size: 15px;
}

#compare table tbody tr {}

#compare table tbody tr:nth-of-type(odd) {
    background: #f5f5f5;
}

#compare table tbody tr td {
    padding: 10px 80px 10px 5px;
    line-height: 15px;
    text-align: left;
    font-size: 15px;
}

#compare-text {
    display: block;
    width: 100%;
    height: 265px;
    border: 1px solid #000000;
    margin-bottom: 10px;
}

#bk-to-top {
    clear: both;
    display: block;
    margin: 45px auto;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
}

#bk-to-top span {
    font-weight: bold;
    font-size: 40px;
    position: relative;
    top: 12px;
}

.anchor {
    position: absolute;
    top: -40px;
}

.anchor#section-specs {
    top: -75px;
}


/* News Page
================================================== */

.sidemenu {
    float: left;
    margin: 0!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sidemenu h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.sidemenu ul.clear-archive>li>a {
    color: #DBC321;
}

.sidemenu ul>li {}

.sidemenu ul>li.active>a {
    color: #DBC321;
}

.sidemenu ul>li>a {
    font-size: 20px;
    color: #333333;
}

.sidemenu ul>li>ul {
    margin: 10px 0 10px;
}

.sidemenu ul>li>ul>li {
    font-size: 12px;
}

.sidemenu ul>li>ul>li.active,
.sidemenu ul>li>ul>li.active>a {
    color: #DBC321;
}

.sidemenu ul>li>ul>li>a {
    font-size: 15px;
    text-transform: uppercase;
}

.main-articles {
    float: right!important;
    margin: 0 0 35px!important;
    display: block!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main-articles h1.title {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 34px;
}

.main-articles .entry p {
    font-size: 16px;
}

.main-articles .post {
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.main-articles .post .article-title {}

.main-articles .post .article-title .title {
    display: block;
    font-size: 25px;
    color: #333333;
}

.main-articles .post .article-title .date {
    display: block;
    color: #DBC321;
    margin: 5px 0 10px;
}

.main-articles .post .article-content {
    display: block;
    overflow: hidden;
}

.main-articles .post .article-content p {
    display: block;
    width: 70%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 5px;
    margin: 0;
}

.main-articles .post .article-content img {
    display: block;
    width: 30%;
}

.main-articles .post .article-meta {
    margin: 0;
}

.main-articles .post .article-meta .links {}

.main-articles .post .article-meta .links a.readmore {
    color: #DBC321;
    font-style: italic;
}

.paging {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
}

.paging .pageList {
    margin: 0;
}

.paging .pageList li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.paging .pageList li.control {}

.paging .pageList li a {
    color: #333333;
}

.paging .pageList li a:hover,
.paging .pageList li a.active {
    color: #DBC321;
    font-weight: bold;
}

.article-view .title {
    font-size: 25px;
    display: block;
    line-height: 25px;
    margin: 0;
}

.article-view .title a {
    color: #333333;
}

.article-view .post-info {
    margin: 0 0 20px;
}

.article-view .post-info span {
    color: #DBC321;
    margin: 5px 0 10px;
    display: block;
}

.article-view .entry hr {
    margin: 10px 0 0;
}

.article-view .entry img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
}

.article-view .entry .back-news a {
    color: #DBC321;
}


/* Bespoke Builds / Servicing */

.banner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .banner-video {
    position: absolute;
    right: 20px;
    top: 15%;
    width: 35%;
}

.banner .banner-video span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, .6);
    color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
}

.banner .banner-video img {
    width: auto;
    cursor: pointer;
    z-index: 100;
}

.banner .banner-video iframe {
    position: absolute;
    display: block;
    z-index: -1;
    opacity: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.banner .banner-video iframe.show {
    opacity: 1;
    z-index: 101;
}

.top-content {
    margin-top: 20px;
}

.top-content .title {
    font-size: 45px;
}

.top-content .subtitle {
    font-size: 35px;
}

.top-content p {
    margin: 0 0 5px;
}

.bottom-content {}

.row-bs {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 0;
}

.row-bs:first-of-type {
    margin-top: 40px;
}

.row-bs:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.row-bs .half {
    display: block;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px;
}

.row-bs .half.column-left {
    float: left;
}

.row-bs .half.column-right {
    float: right;
}

.row-bs .half .title {
    display: block;
    font-size: 30px;
    line-height: 25px;
}

.row-bs .half .content {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 15px;
}

.row-bs .half .quote {
    display: block;
    font-style: italic;
    margin-top: 10px;
}

.row-bs .half img {
    display: block;
    margin: 0 auto;
}

.row-bs .half button {
    margin: 10px 0 0;
}

.row-bs .half button a {
    color: #ffffff;
}

.row-bs .half.column-right button {
    float: right;
}

.exclusive-used-bikes-body .row-bs .half img {
    max-height: 250px;
    max-width: 75%;
}

.exclusive-used-bikes-body .row-bs .half img.plus-thumbs {
    float: left;
    width: 80%;
    max-width: none;
    height: 247px;
}

.exclusive-used-bikes-body .row-bs:nth-of-type(2) .half .content {
    margin-top: 45px;
}

.row-bs .bike-thumbs {
    display: inline-block;
    width: 22%;
}

.row-bs .bike-thumbs img {
    display: inline-block;
    cursor: pointer;
    float: none!important;
    width: 80%!important;
}

.row-bs .bike-thumbs img:nth-of-type(1) {
    height: 37px;
}

.row-bs .bike-thumbs img:nth-of-type(2) {}

.row-bs .bike-thumbs img:nth-of-type(3) {}

.row-bs .bike-thumbs img:nth-of-type(4) {}

.exclusive-used-bikes-body #scroller {
    height: 310px;
}

.exclusive-used-bikes-body #scroller .images {
    height: 310px;
}

.fwidth-img-cont {
    width: 100%;
}

.bs-main {
    width: 76.5%;
}

.bs-outer-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
}

.bs-outer-content h2 {
    font-size: 22px;
}

.bs-outer-content .droptrig {
    text-align: center;
}

.droptrig.hide {
    display: none;
}

.bs-outer-content .drop {
    text-align: left;
    display: none;
}

.bs-outer-content .content {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 15px;
}


}

/* Careers Page
================================================== */
.row-bs .career {}
.row-bs .career h1 {
    font-size: 30px;
    line-height: 35px;
}
.row-bs .career p {
    margin: 0 0 5px;
}
.row-bs .career ul {
    list-style-type: disc;
    margin-left: 20px;
}
.row-bs .career ul li {}
.row-bs .career hr {
    border-top: 1px solid #ebebeb;
    margin: 10px 0;
}
.row-bs .career a {
    color: #DBC321;
}

/* Bike Servicing Page
================================================== */
.bike-servicing-body .top-content p:first-of-type {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.bike-servicing-body .top-content p:last-of-type {
    display: block;
    float: right;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.bike-servicing-body .top-content p img {
    max-width: 100%;
    height: auto;
}

/* Press Page
================================================== */
.press-body .top-content {
    margin-bottom: 25px;
}
.press-article {
    float: left;
    display: block;
    position: relative;
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px 30px;
    margin-bottom: 10px;
}
.press-article a {
    display: block;
    width: 100%;
    height: 100%;
}
.press-article img.article {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.press-article span {
    display: block;
    color: #333333;
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 95%;
    font-size: 13px;
    text-align: center;
}
.press-article span img {
    position: relative;
    top: 3px;
    left: 5px;
    display: inline-block;
}
.press-article-body .lb-outerContainer {}
.btp {
    display: block;
    margin: 10px 0 20px;
}
.btp a {
    color: #333333!important;
}
.btp img {
    margin-right: 5px;
}
.article-image {
    display: block;
    overflow: hidden;
}
.article-image img {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.article-image img:first-of-type {
    padding-right: 5px;
}
.article-details {
    display: block;
    margin-top: 15px;
}
.article-details p {}
.press-thumbs {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.press-thumbs img {
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px 10px;
    width: 100px;
    height: 100px;
}

/* SG2 TT Racer Page
================================================== */
#sg2-racer {
    display: block;
    position: relative;
    overflow: hidden;
}
#sg2-racer img.sg2-img {
    width: 50%;
    display: block;
}
#sg2-racer .sg2-links {}
#sg2-racer .sg2-links a {
    position: absolute;
    display: block;
    color: #333333;
    background-color: #DBC321;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 30px;
    line-height: 26px;
    cursor: pointer;
}
#sg2-racer .sg2-links a:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1) inset;
}
#sg-link1 {
    top: 195px;
    left: 115px;
}
#sg-link2 {
    top: 160px;
    left: 135px;
}
#sg-link3 {
    bottom: 45px;
    left: 125px;
}
#sg-link4 {
    top: 120px;
    left: 222px;
}
#sg-link5 {
    top: 70px;
    left: 255px;
}
#sg-link6 {
    top: 133px;
    left: 290px;
}
#sg-link7 {
    top: 65px;
    left: 333px;
}
#sg-link8 {
    bottom: 95px;
    left: 370px;
}
#sg2-racer .sg2-content {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 45%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 50px;
}
#sg2-racer .sg2-content span {
    background-color: #DBC321;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
}
#sg2-racer .sg2-content h2 {}
#sg2-racer .sg2-content p {}
.sg2-overview {
    display: block;
    overflow: hidden;
}
.sg2-overview .title {}
.sg2-row {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.sg2-row:last-of-type {
    margin-bottom: 30px;
}
.sg2-row .half {
    display: block;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}
.sg2-row .half.column-left {
    float: left;
    padding: 0 10px 0 0;
}
.sg2-row .half.column-right {
    float: right;
}
.sg2-row .half img {
    display: block;
    margin: 0 auto;
}
.sg2-row .half p {
    margin: 0 0 5px;
}

/* Factory Page
================================================== */
.factory-row.row-bs .half.column-left {
    padding: 0;
}
.factory-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
    width: 100%;
}
.factory-gallery div {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}
.factory-gallery div a {
    display: block;
    width: 100%;
    height: 100%;
}
.factory-gallery div a .zoom {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
}
.ftop-left {
    float: left;
    width: 39%;
    height: 330px;
    margin-right: 5px;
}
.ftop-mid {
    float: left;
    width: 20%;
    margin-bottom: 5px;
    height: 330px;
}
.ftop-mid .ftop-mid-top {
    height: 49%;
    margin-bottom: 5px;
}
.ftop-mid .ftop-mid-bottom {
    height: 163px;
}
.ftop-right {
    float: left;
    width: 39%;
    height: 330px;
    margin-left: 5px;
}
.fbottom-left {
    float: left;
    width: 49%;
    margin-right: 5px;
    height: 310px;
}
.fbottom-right {
    float: left;
    width: 465px;
    height: 310px;
}
.factory-body .row-bs .half .content {
    margin-top: 115px;
}
.factory-body .row-bs .half img {}

/* World Record Page
================================================== */
.rotary-record {
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.rotary-record .top-text {
    opacity: 0;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 90px;
}
.rotary-record .top-text p {
    text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    font-weight: bold;
}
.rotary-record .top-text span {
    font-size: 17px;
}
.rotary-record img {
    display: block;
    margin: 0 auto;
}
.rotary-record .bottom-text {
    opacity: 0;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 200px;
}
.rotary-record .bottom-text p {
    font-size: 17px;
    margin: 0;
}
.record-imgs {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.record-imgs img {
    display: block;
    overflow: hidden;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
}
.record-imgs img:nth-last-child(3) {
    margin-left: 12%;
}

/* Dealers & Distributors Page
================================================== */
.dealers {
    display: block;
    overflow: hidden;
}
.dealers .dealer-country {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    transition: height 1s ease;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
}
.dealers .dealer-country.open {}
.dealers .dealer-country.closed {
    height: 30px!important;
}
.dealers .dealer-country span {
    cursor: pointer;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-top: 5px;
    display: block;
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #d8d8d8;
}
.dealers .dealer-country span a {
    float: right;
    line-height: 20px;
    cursor: pointer;
}
.dealers .dealer-country span a.plus {
    font-size: 30px;
}
.dealers .dealer-country span a.minus {
    font-size: 30px;
    margin-right: 3px;
}
.dealers .dealer-country .dealer {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px 0 0;
    margin: 5px 0 20px;
}
.dealers .dealer-country .dealer p {
    margin: 0px 0px 5px;
    font-size: 14px;
}
.dealers .dealer-country .dealer span.dist-button {
    clear: both;
    background-color: #0c239c;
    display: block;
    text-transform: uppercase;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}
.dealers .dealer-country .dealer span.deal-button {
    clear: both;
    background-color: #0a911d;
    display: block;
    text-transform: uppercase;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}
.dealers .dealer-country .dealer span.serv-button {
    clear: both;
    background-color: #DBC321;
    display: block;
    text-transform: uppercase;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}

/* Contact Us Page
================================================== */
.contact-left {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-left h1 {
    font-size: 45px;
    margin-top: 20px;
}
.contact-left p {
    font-size: 17px;
}
.contact-left img {}
.contact-left .directions {
    clear: both;
    display: block;
}
.contact-left .directions a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.contact-right {
    padding-top: 25px;
    display: block;
    float: right;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-right form {
    float: right;
}
.contact-right form>span {
    display: block;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-right form label {
    font-size: 15px;
    margin-right: 10px;
    float: left;
    clear: both;
    line-height: 25px;
    font-weight: normal;
}
.contact-right form label em {
    color: red;
}
.contact-right form input,
.contact-right form select,
.contact-right form textarea {
    float: right;
    width: 75%;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.contact-right form select {
    width: 38%;
    padding: 0;
}
.contact-right form textarea {
    max-width: 340px;
    height: auto;
}
.contact-right form input[type="submit"] {
    clear: both;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    padding: 0 20px 0 20px;
    line-height: 30px;
}
.contact-right form .req-info {
    color: red;
    font-size: 12px;
    float: right;
    display: block;
    clear: both;
}
#form-error {
    display: none;
    background-color: rgba(255, 0, 0, .5);
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}
#form-error p {
    margin: 0;
}
#form-error p>span {
    margin-left: 10px;
    display: block;
    clear: both;
}
#form-error p>span>span {
    margin-right: 5px;
}
#success-box {
    display: none;
    background-color: rgba(0, 255, 0, .5);
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}
#success-box p {
    margin: 0;
    text-align: center;
}

/* History Page
================================================== */
.history-img {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    margin-top: 20px;
}
.history-img.img-left {
    float: left;
    padding-right: 5px;
}
.history-img.img-right {
    float: right;
    padding-left: 5px;
}
.history-gallery {
    display: block;
    width: 100%;
    height: 800px;
}
.history-gallery div {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.history-gallery div span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.history-gallery div span.closed {
    height: 30px!important;
}
.history-gallery div span.open {
    line-height: 15px;
    padding-bottom: 10px;
}
.history-gallery div a {
    display: block;
    width: 100%;
    height: 100%;
}
.history-gallery div .zoom {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: auto;
}
.history-gallery .hist-tl {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 32%;
    height: 50%;
}
.history-gallery .hist-tm {
    margin-bottom: 10px;
    width: 32%;
    height: 50%;
}
.history-gallery .hist-tm .hist-tmt {
    margin-bottom: 10px;
    width: 100%;
    height: 51%;
}
.history-gallery .hist-tm .hist-tmb {
    margin-bottom: 10px;
    width: 100%;
    height: 186px;
}
.history-gallery .hist-tr {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 33%;
    height: 50%;
}
.history-gallery .hist-bl {
    margin-bottom: 30px;
    margin-right: 10px;
    width: 32%;
    height: 49%;
}
.history-gallery .hist-bl .hist-blt {
    margin-bottom: 10px;
    width: 100%;
    height: 51%;
}
.history-gallery .hist-bl .hist-blb {
    width: 100%;
    height: 186px;
}
.history-gallery .hist-bm {
    margin-bottom: 30px;
    margin-right: 10px;
    width: 32%;
    height: 50%;
}
.history-gallery .hist-br {
    margin-bottom: 30px;
    width: 32%;
    height: 49%;
}
.history-gallery .hist-br .hist-brt {
    margin-bottom: 10px;
    width: 100%;
    height: 51%;
}
.history-gallery .hist-br .hist-brb {
    width: 100%;
    height: 186px;
}
.sg3-gallery {}
.sg3-gallery .hist-tl {
    width: 49%;
    height: 35%;
}
.sg3-gallery .hist-tr {
    width: 49%;
    height: 35%;
    margin-left: 0;
}
.sg3-gallery .hist-bl {
    height: 35%!important;
}
.sg3-gallery .hist-br {
    height: 35%!important;
}
.hist-mid {
    display: block;
    width: 100%;
    height: 25%;
    margin-bottom: 10px;
}
.hist-mid div {
    display: block;
    float: left;
    width: 24%;
    height: 100%;
    margin-right: 10px;
}
.hist-mid .hist-m1 {}
.hist-mid .hist-m2 {}
.hist-mid .hist-m3 {}
.hist-mid .hist-m4 {
    margin-right: 0;
    background-position: 0 0;
}

/* TIMELINE */
.timeline {
    display: block;
    width: 100%;
    height: 290px;
}
.timeline-top {
    position: relative;
    display: block;
    width: 100%;
    height: 125px;
}
.timeline-top .left {
    z-index: 100;
    position: absolute;
    left: 0px;
    top: 155px;
    cursor: pointer;
}
.timeline-top .right {
    z-indeX: 100;
    position: absolute;
    right: 0px;
    top: 155px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}
.timeline-top .left.out,
.timeline-top .right.out {
    opacity: 0;
}
.timeline-top .slider-wrap {
    width: 85%;
    position: relative;
    display: block;
    height: 230%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: 0 70px;
}
.timeline-top .slider-overlay {
    position: absolute;
    top: 45px;
    left: 0;
    height: 80px;
    width: 100%;
}
.timeline-top .slider {
    height: 110%;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.timeline-top .slider section {
    display: inline-block;
    width: 125px;
    padding: 0 15px;
    height: 125px;
    text-align: center;
}
.timeline-top .slider section span {
    color: #333333;
    font-size: 30px;
    line-height: 125px;
    cursor: default;
}
.timeline-top .slider section.selected span {
    color: #dbc321;
}
.timeline-top .slider section .t-content {
    display: none;
    position: absolute;
    bottom: 15px;
    left: -75%;
    z-index: 1;
    width: 65%;
    height: 190px;
    transition: left
}
.timeline-top .slider section.selected .t-content {
    display: block;
    left: 0px;
    width: 100%;
}
.timeline-top .slider section .t-content img {
    float: right;
    height: auto;
    width: 25%;
}
.timeline-top .slider section .t-content p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 72%;
    text-align: left;
    margin: 0;
    font-size: 14px;
    white-space: normal;
}
.timeline-bottom {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}

/* Sitemap Page
================================================== */
.site-map-body {}
.site-map-body .content {}
.site-map-body .content>ul {}
.site-map-body .content>ul>li {}
.site-map-body .content>ul>li>a {
    color: #333333;
}
.site-map-body .content>ul>li>ul {
    list-style-image: url('../images/header/yellow-arrow.png');
}
.site-map-body .content>ul>li>ul>li {}
.site-map-body .content>ul>li>ul>li>a {
    color: #333333;
}
.site-map-body .content>ul>li>ul>li>ul {
    list-style-image: url('../images/header/yellow-arrow.png');
}
.site-map-body .content>ul>li>ul>li>ul>li {}
.site-map-body .content>ul>li>ul>li>ul>li>a {
    color: #333333;
}

/* Donington Hall Page
================================================== */
.donington-row {}
.donington-row p {
    display: block;
    float: left;
    width: 59%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 40px 0 0;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 17px;
    line-height: 23px;
}
.donington-row img {
    display: block;
    margin: 0 auto;
    float: right;
    width: 40%;
}
.donington-row span {
    float: right;
    padding-right: 30px;
}
.donington-gallery {
    display: block;
    width: 100%;
    height: 800px;
}
.donington-gallery div {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.donington-gallery div span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.donington-gallery div span.closed {
    height: 30px!important;
}
.donington-gallery div span.open {
    line-height: 15px;
    padding-bottom: 10px;
}
.donington-gallery div a {
    display: block;
    width: 100%;
    height: 100%;
}
.donington-gallery div .zoom {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: auto;
}
.donington-gallery .don-tl {
    width: 49%;
    height: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.donington-gallery .don-tr {
    margin-bottom: 10px;
    width: 49%;
    height: 40%;
}
.donington-gallery .don-bl {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 49%;
    height: 60%;
}
.donington-gallery .don-br {
    margin-bottom: 10px;
    width: 49%;
    height: 60%;
}
.donington-gallery .don-br .don-brt {
    width: 100%;
    height: 49%;
    margin-bottom: 10px;
}
.donington-gallery .don-br .don-brb {
    width: 100%;
    height: 49%;
    margin-bottom: 10px;
}

/* Isle of man tt race Pages
================================================== */
.row-bs .full-column {}
.row-bs .full-column .title {
    display: block;
    font-size: 25px;
    line-height: 25px;
}
.row-bs .full-column .content {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 15px;
}
.row-bs .full-column .content p {}
.body-2014-isle-of-man-tt-race .row-bs:nth-of-type(2) .full-column .content,
.body-2013-isle-of-man-tt-race .row-bs:nth-of-type(2) .full-column .content,
.body-2012-isle-of-man-tt-race .row-bs:nth-of-type(2) .full-column .content {
    border: none;
}
.body-2013-isle-of-man-tt-race .row-bs:first-of-type .half img {
    margin-top: 85px;
}
.body-sg2-2013-race-news .row-bs:first-of-type .half img {
    position: relative;
    top: 75px;
}
.factory-gallery .hist-bl {
    width: 49%;
}
.factory-gallery .hist-br {
    width: 49%;
    height: 49%;
}
.sponsors {
    display: block;
    overflow: hidden;
    margin-top: -30px;
}
.sponsors .title-wrap {
    position: relative;
    display: block;
    height: 30px;
    margin: 20px 0 20px 0;
}
.sponsors .title-wrap span {
    background: #ffffff;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 13%;
}
.sponsors .title-wrap span:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    height: 4px;
    border-top: 1px solid #dbc321;
    border-bottom: 1px solid #d8d8d8;
    z-index: -1;
}
.sponsors img:first-of-type {
    bottom: 5px;
}
.sponsors img {
    position: relative;
    display: block;
    float: left;
    width: 16.666667%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
}
.sponsors img:nth-of-type(2) {
    bottom: 5px;
}
.sponsors img:nth-of-type(3) {
    bottom: -8px;
}
.sponsors img:nth-of-type(4) {
    bottom: 18px;
}
.sponsors img:last-of-type {
    bottom: 3px;
}

/* Race History Page
================================================== */
.race-history-body .timeline {
    height: 300px;
}
.race-history-body .timeline-top .slider section {
    height: 80px;
}
.race-history-body .timeline-top .slider section span {
    line-height: 80px;
}

/* #Media Queries
================================================== */

/* Larger than standard 960 (browsers) */
@media only screen and (min-width: 1240px) {
    .row-bs .bike-thumbs img:nth-of-type(1) {
        height: 53px;
    }
    
    .full-width.max-width {
        width: 1180px!important;
        margin: 0 auto!important;
        display: block;
    }
    
    #dual-seat .content {
        width: 545px;
        padding: 115px 0px 0 15px;
    }
    
    .video-wrapper .video {
        display: block;
        width: 65%;
        height: 510px;
        margin: 10% auto 0;
    }
    
    .v4-video {
        display: block;
        width: 65%;
        height: auto;
        margin: 0 auto 0;
    }
    /* Header Popups */
    
    #cta-wrapper .banner-popup .inner-popup .popup-leftest p {
        font-size: 13px;
        line-height: 15px;
    }
    
    #cta-wrapper .banner-popup .inner-popup .popup-leftest img {
        width: 210px;
    }
    
    #v4-form {
        position: fixed;
        z-index: 100000;
        top: 50%;
        left: 50%;
        padding: 50px 50px 20px 50px;
        transform: translate(-50%, -50%);
        background-color: rgba(219, 219, 219, .9);
    }
    
    .new-v4-body #v4-link {
        bottom: 90px;
        right: 80px;
    }
    
    #v4-link {
        bottom: 20px;
        right: 450px;
        font-size: 24px;
    }
    
    #v4-form .v4-popup {
        position: relative;
        width: 700px;
        padding: 0!important;
        height: auto;
        min-height: 300px;
    }
    
    #v4-form .v4-popup .inner-v4 {
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-header {}
    
    #v4-form .v4-popup .inner-v4 .v4-header h2 {
        font-size: 22px;
        font-weight: bold;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-header span {
        position: absolute;
        top: -40px;
        right: -40px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form {
        width: 680px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form .left {
        width: 50%;
        float: left;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form .right {
        width: 50%;
        float: left;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form label {
        float: left;
        clear: both;
        text-transform: uppercase;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form select {
        float: left;
        margin-left: 47px;
        width: 58px;
        height: 25px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form input {
        float: right;
        margin-right: 36px;
        width: 200px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form #v4-age {
        width: 58px;
        float: left;
        margin-left: 20px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form #v4-country {
        float: right;
        margin-right: 45px;
        width: 200px;
        margin-left: 0;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form #submit {
        width: 95px;
    }
    /* Homepage
        =============================== */
    
    .bike-logos>img {
        width: auto;
    }
    
    .bike-logos>img:first-of-type,
    .bike-logos>img:nth-of-type(2) {
        margin-right: 50px;
    }
    
    .bikes .bike {
        height: 415px;
        margin-bottom: -135px;
    }
    
    .bikes .bike>a {
        display: block;
        height: 100%;
    }
    
    .bikes .bike>a>img {
        margin-top: 30%;
    }
    
    .bikes .bike>a>span {
        bottom: 75px;
    }
    
    .bikes .bike .bike-details-bottom {
        bottom: 30px;
    }
    
    .grid .grid-item {
        height: 180px;
    }
    
    .grid .grid-item span {
        width: 379px;
    }
    
    .gallery .item img {
        width: auto;
    }
    
    .gallery #item1 {}
    
    .gallery #item2 {
        position: absolute;
        left: 236px;
        top: 0;
    }
    
    .gallery #item3 {
        position: absolute;
        top: 181px;
        left: 236px;
    }
    
    .gallery #item4 {
        position: absolute;
        bottom: 0;
        left: 433px;
    }
    
    .gallery #item5 {
        position: absolute;
        top: 0;
        right: 356px;
        z-index: 100;
    }
    
    .gallery #item6 {
        position: absolute;
        top: 0;
        right: 0;
    }
    /* Bike Page
        ============================== */
    
    .banner-full {
        height: 400px;
    }
    
    .full-width .left-sidebar {
        height: 400px;
        width: 110px;
    }
    
    .norton-dominator-body .full-width .banner-colors {
        width: 9%;
    }
    
    .full-width .banner-colors {
        width: 21%;
    }
    
    .full-width .left-sidebar ul li span {
        font-size: 14px;
        line-height: 15px;
    }
    
    .banner-popup.show {
        padding-left: 110px;
    }
    
    .banner-popup .inner-popup .popup-leftest p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .banner-popup .inner-popup .popup-leftest img {
        width: 295px;
    }
    
    #dual-seat img {
        width: 465px;
    }
    
    #imgs .imgs-top {
        height: 275px;
    }
    
    #imgs .imgs-mid {
        height: 400px;
    }
    
    #imgs .imgs-bottom {
        height: 275px;
    }
    
    #imgs .zoom-mt {
        left: 275px;
    }
    
    #imgs .zoom-mb {
        left: 275px;
        top: 215px;
    }
    
    #prices {
        height: 315px;
    }
    
    #prices .content h3 {
        font-size: 40px;
    }
    
    #compare table thead tr td,
    #compare table tbody tr td {
        padding: 10px 135px 10px 5px;
    }
    /* Bike Servicing Page
        ================================================== */
    
    .bike-servicing-body .row-bs:first-of-type .half img {
        width: 65%;
    }
    /* Factory Page
        ================================================== */
    
    .ftop-left {
        float: left;
        width: 39%;
        height: 430px;
        margin-right: 5px;
    }
    
    .ftop-mid {
        float: left;
        width: 20%;
        margin-bottom: 5px;
        height: 430px;
    }
    
    .ftop-mid .ftop-mid-top {
        height: 49%;
        margin-bottom: 5px;
    }
    
    .ftop-mid .ftop-mid-bottom {
        height: 214px;
    }
    
    .ftop-right {
        float: left;
        width: 39%;
        height: 430px;
        margin-left: 5px;
    }
    
    .fbottom-left {
        float: left;
        width: 49%;
        margin-right: 5px;
        height: 385px;
    }
    
    .fbottom-right {
        float: left;
        width: 583px;
        height: 385px;
    }
    
    .factory-body .row-bs .half .content {
        margin-top: 120px;
    }
    
    .factory-body .row-bs .half img {}
    /* History Page
        ================================================= */
    
    .history-gallery {
        height: 1000px;
    }
    
    .history-gallery .hist-tm .hist-tmb {
        height: 235px;
    }
    
    .history-gallery .hist-bl .hist-blb {
        height: 235px;
    }
    
    .history-gallery .hist-br .hist-brb {
        height: 235px;
    }
    /* TIMELINE */
    
    .timeline-top .slider section {
        width: 140px;
    }
    
    .history-body .timeline-top .slider section {
        padding: 0 15px;
    }
    
    .timeline-top .slider section {
        padding: 0 22px;
    }
    /* Customer Collection Page
        ================================================= */
    
    .customer-collection-body .row-bs:first-of-type .half img {
        width: 75%;
    }
    /* Isle of Man TT Race Pages
        ================================================= */
    
    .body-2013-isle-of-man-tt-race .row-bs:first-of-type .half img {
        margin-top: 0;
    }
    
    .body-2014-isle-of-man-tt-race .row-bs:first-of-type .half .content {
        margin-top: 75px;
    }
    
    .body-2012-isle-of-man-tt-race .row-bs:first-of-type .half img {
        width: 70%;
    }
    
    .body-sg2-2013-race-news .row-bs:first-of-type .half img {
        top: 45px;
    }
    
    .sponsors img:nth-of-type(3) {
        bottom: -12px;
    }
    
    .hist-mid div {
        margin-right: 11px;
    }
    /* SG2 Racer Page
        ================================================= */
    
    #sg2-racer .sg2-links a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
    
    #sg-link1 {
        top: 245px;
        left: 150px;
    }
    
    #sg-link2 {
        top: 200px;
        left: 160px;
    }
    
    #sg-link3 {
        bottom: 60px;
        left: 155px;
    }
    
    #sg-link4 {
        top: 160px;
        left: 275px;
    }
    
    #sg-link5 {
        top: 90px;
        left: 320px;
    }
    
    #sg-link6 {
        top: 165px;
        left: 365px;
    }
    
    #sg-link7 {
        top: 85px;
        left: 417px;
    }
    
    #sg-link8 {
        bottom: 125px;
        left: 465px;
    }
    /* Bespoke Servicing Page
        ================================================= */
    
    .bespoke-builds-body .row-bs .half img.plus-thumbs {
        width: 70%;
        max-height: 247px;
    }
    
    .row-bs .bike-thumbs {
        width: 22%;
    }
    
    .row-bs .bike-thumbs img {
        width: 75%;
    }
    
    .bespoke-builds-body #scroller {
        height: 385px;
    }
    
    .bespoke-builds-body #scroller .images {
        height: 385px;
    }
    /* Donington page
        ================================================= */
    
    .donington-row p {
        margin: 75px 0 0;
    }
    /* Contact Page
		================================================= */
    
    .contact-left {
        padding-left: 150px;
    }
    
    .contact-right {
        padding-right: 150px;
    }
}

/* Smaller than standard 960 (devices and browsers)
	@media only screen and (max-width: 959px) {}*/

/* Tablet Portrait size to standard 960 (devices and browsers)*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* Navigation */
    
    .nav-wrapper nav>ul>li>ul>li .dropdown {
        width: 452px;
    }
    
    .nav-wrapper nav>ul>li>ul#nav-17 {
        left: -95px;
    }
    /* Footer */
    
    footer ul {
        width: 73%;
    }
    
    footer ul li {
        width: 21%;
    }
    
    footer ul li:first-of-type {
        width: 12%;
    }
    
    footer ul li:nth-of-type(2) {
        width: 22%;
    }
    
    footer ul li:nth-of-type(3) {
        width: 17%;
    }
    
    footer .social {
        width: 27%;
    }
    
    footer .social span {
        margin-right: 5px;
        font-size: 13px;
    }
    
    footer .social img {
        margin: 0;
    }
    /* Header Popup */
    
    #cta-wrapper .banner-popup {
        width: 760px;
    }
    
    #cta-wrapper .banner-popup .inner-popup .popup-leftest p {
        font-size: 12px;
    }
    /* Homepage
        ======================================= */
    
    .video-wrapper {
        height: 1410px;
    }
    
    .bike-logos>img {
        width: 30%;
    }
    
    .bike-logos>img:first-of-type,
    .bike-logos>img:nth-of-type(2) {
        margin-left: 20px;
    }
    
    .bikes .bike {
        height: 310px;
        margin-bottom: -130px;
    }
    
    .bikes .bike>a>img {
        margin-top: 40%;
    }
    
    .bikes .bike>a>span {
        bottom: 55px;
    }
    
    .bikes .bike .bike-details-bottom {
        bottom: 15px;
    }
    
    .bikes .bike .bike-details-bottom .colors span {
        font-size: 12px;
    }
    
    .bikes .bike .bike-details-bottom .colors img {
        width: 30px;
        top: 1px;
        margin: 0 1px;
    }
    
    .grid .grid-item {
        height: 135px;
        margin-bottom: 5px;
        padding: 0 2px;
    }
    
    .grid .grid-item span {
        width: 243px;
    }
    
    .gallery .item img {
        width: 65%;
    }
    
    .gallery #item1 {
        z-index: 10;
    }
    
    .gallery #item2 {
        z-index: -1;
        left: 140px;
    }
    
    .gallery #item3 {
        top: 118px;
        left: 153px;
    }
    
    .gallery #item4 {
        left: 283px;
    }
    
    .gallery #item5 {
        right: 105px;
        z-index: 1;
    }
    
    .gallery #item6 {
        z-index: 10;
    }
    
    #v4-link {
        right: 20px;
        bottom: 30px;
    }
    /* Bike Page
        ===================================== */
    
    .banner-full {
        height: 300px;
        background-size: cover;
    }
    
    .full-width .left-sidebar {
        height: 300px;
    }
    
    .full-width .banner-colors {
        width: 33%;
    }
    
    .bike-menu ul {
        padding-left: 0;
    }
    
    .bike-menu ul li a {
        font-size: 12px;
    }
    
    .banner-popup .inner-popup .popup-left {}
    
    .banner-popup .inner-popup .popup-right {}
    
    .banner-popup .inner-popup .popup-right.show {}
    
    .banner-popup .inner-popup .popup-leftest h1 {
        font-size: 13px;
        line-height: 20px;
    }
    
    .banner-popup .inner-popup .popup-leftest p {
        font-size: 9px;
    }
    
    .banner-popup .inner-popup .popup-leftest img {
        width: 185px;
    }
    
    .banner-popup .inner-popup .popup-left form .left {
        width: 50%;
    }
    
    .banner-popup .inner-popup .popup-left form .right {
        width: 50%;
    }
    
    .banner-popup .inner-popup .popup-left form .left #party-size {
        margin-right: 60px;
    }
    
    .banner-popup .inner-popup .popup-left form label {
        font-size: 11px;
    }
    
    .banner-popup .inner-popup .popup-left form input,
    .banner-popup .inner-popup .popup-left form select {
        padding: 0 5px;
        width: 115px;
    }
    
    .banner-popup .inner-popup .popup-left form .right #brochure {
        font-size: 9px;
    }
    
    .banner-popup .inner-popup .popup-left form .right #brochure-download {
        clear: left;
    }
    
    .banner-popup .inner-popup .popup-left form #title {
        margin-right: 77px;
    }
    
    .banner-popup .inner-popup .popup-left form .left #age {
        margin-right: 60px;
    }
    
    .banner-popup .inner-popup .popup-left form select {
        width: 127px;
    }
    
    .banner-popup .inner-popup .popup-right button {
        font-size: 10px;
        padding: 10px 20px;
    }
    
    #features-title span {
        width: 14%;
    }
    
    #specs-title span {
        width: 21%;
    }
    
    #dual-seat-title span {
        width: 15%;
    }
    
    #imgs-title span {
        width: 17%;
    }
    
    #prices-title span {
        width: 10%;
    }
    
    #access-title span {
        width: 18%;
    }
    
    #options-title span {
        width: 19%;
    }
    
    .bike-colours {
        width: 275px;
        height: 185px;
    }
    
    #scroller.bike-colours .controls {
        right: 35%;
    }
    
    #features .content {
        padding: 50px 0 0 15px;
        width: 40%;
        right: 25px;
    }
    
    #features .content p {
        font-size: 13px;
    }
    
    #specs table tr td {
        font-size: 13px;
        padding-bottom: 5px;
    }
    
    #specs table tr td:nth-of-type(2) {
        padding-right: 20px;
    }
    
    #dual-seat img {
        width: 218px;
        padding: 55px 0;
    }
    
    #dual-seat .content {
        width: 360px;
        padding: 35px 0 10px 15px;
    }
    
    #dual-seat .content p {
        font-size: 13px;
    }
    
    #imgs .imgs-top {
        height: 180px;
    }
    
    #imgs .imgs-mid {
        height: 265px;
    }
    
    #imgs .imgs-bottom {
        height: 180px;
    }
    
    #imgs .zoom-mt {
        left: 145px;
    }
    
    #imgs .zoom-mb {
        left: 145px;
        top: 145px;
    }
    
    #prices {
        height: 270px;
    }
    
    #prices img {
        right: 5px;
        width: 50%;
    }
    
    .commando-961-cafe-racer-body #prices img {
        width: 50%;
    }
    
    #prices .content span {
        font-size: 11px;
    }
    
    .accessories .accessory img {
        height: 140px;
    }
    
    .accessories .accessory .title {
        font-size: 12px;
    }
    
    #compare table thead tr td,
    #compare table tbody tr td {
        font-size: 14px;
        padding: 10px 40px 10px 5px;
    }
    
    #compare-text {
        height: 280px;
        margin-bottom: 30px;
    }
    /* Dealers & Distributors Page
        ==================================== */
    
    .dealers .dealer-country .dealer p {
        font-size: 12px;
    }
    /* Bike Servicing Page
        ================================================== */
    
    .bike-servicing-body .row-bs .half img {
        margin: 40px auto 0;
    }
    /* Customer Collection Page
        ================================================= */
    
    .customer-collection-body .row-bs:first-of-type .half img {
        margin: 60px auto 0;
    }
    /* Contact us Page
        ==================================== */
    
    .contact-right form select {
        width: 43%;
    }
    /* History Page
        ==================================== */
    
    .history-gallery {
        height: 660px;
    }
    
    .history-gallery .hist-tm .hist-tmb {
        height: 152px;
    }
    
    .history-gallery .hist-bl .hist-blb {
        height: 152px;
    }
    
    .history-gallery .hist-br .hist-brb {
        height: 152px;
    }
    /* TIMELINE */
    
    .timeline-top .slider-overlay {
        left: 10px;
        width: 95%;
    }
    
    .timeline-top .slider section {
        padding: 0 10px;
    }
    /* SG2 Racer Page
        ================================================= */
    
    #sg2-racer .sg2-links a {
        height: 20px;
        width: 20px;
        line-height: 20px;
    }
    
    #sg-link1 {
        top: 157px;
        left: 90px;
    }
    
    #sg-link2 {
        top: 120px;
        left: 100px;
    }
    
    #sg-link3 {
        bottom: 40px;
        left: 100px;
    }
    
    #sg-link4 {
        top: 100px;
        left: 173px;
    }
    
    #sg-link5 {
        top: 55px;
        left: 203px;
    }
    
    #sg-link6 {
        top: 105px;
        left: 230px;
    }
    
    #sg-link7 {
        top: 52px;
        left: 263px;
    }
    
    #sg-link8 {
        bottom: 80px;
        left: 295px;
    }
    /* Rotary Record Page
        ================================================= */
    
    .rotary-record .bottom-text {
        padding: 0 115px;
    }
    /* Customer Collection Page
        ================================================= */
    
    .fbottom-right {
        width: 372px;
    }
    /* Donington Page
        ================================================= */
    
    .donington-row p {
        margin: 8px 0 0;
    }
    /* Press Page
        ================================================= */
    
    .article-image img {
        height: auto;
        width: 50%;
    }
    /* Bespoke Builds page
        ================================================= */
    
    .bespoke-builds-body .row-bs .half img.plus-thumbs {
        height: 187px;
    }
    
    .row-bs .bike-thumbs {
        max-width: 20%;
    }
    
    .row-bs .bike-thumbs img {
        height: 43px;
    }
    
    .bespoke-builds-body #scroller {
        height: 245px;
    }
    
    .bespoke-builds-body #scroller .images {
        height: 245px;
    }
    /* Factory Page
        ================================================= */
    
    .factory-body .row-bs .half .content {
        margin-top: 60px;
    }
    
    .factory-body .row-bs .half img {}
    /* SG Pages
		================================================= */
    
    .body-sg3-2014-race-news .row-bs:first-of-type .half img {
        margin: 50px auto;
    }
    
    .body-sg1-2012-race-news .row-bs:first-of-type .half img {
        margin: 50px auto;
    }
    
    .body-sg2-2013-race-news .row-bs:first-of-type .half img {
        top: 145px;
    }
    
    .hist-mid div {
        margin-right: 8px;
    }
    
    .hist-mid .hist-m2 {
        margin-right: 9px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .article-view iframe {
        width: 100%;
    }
    #academy-link>img {
        max-height: 87%;
        left: 5px!important;
    }
    
    .mobile {
        display: block!important;
    }
    
    .hide-on-mobile {
        display: none!important;
    }
    
    #v4-form {
        display: none;
        position: absolute;
        z-index: 100000;
        top: 40px;
        left: 0;
        padding: 30px;
        transform: none;
        background-color: rgba(219, 219, 219, .9);
    }
    
    #v4-form .v4-popup .inner-v4 .v4-header h2 {
        font-size: 20px;
        padding-top: 25px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-header span {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form #submit {
        clear: both;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form {
        width: 100%;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form .left {
        width: 100%;
        float: left;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form .right {
        width: 100%;
        float: left;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form label {
        width: 100%;
        text-align: center;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form select {
        float: left;
        margin-left: 0;
        width: 100%;
        height: 25px;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form input {
        float: left;
        clear: both;
        width: 100%;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form #v4-country {
        float: left;
        clear: both;
        width: 100%;
    }
    
    #v4-form .v4-popup .inner-v4 .v4-content form #submit {
        width: 100%;
        height: 50px;
    }
    
    #cta-wrapper .banner-popup {
        width: 100%;
    }
    
    .page-wrap {
        overflow: hidden;
        position: relative;
        padding-top: 48px;
    }
    
    .page-wrap.extra {
        min-height: 1000px;
        overflow-y: hidden;
    }
    /* Header */
    
    header {
        position: fixed;
        padding-top: 5px;
        width: 100%;
        height: 40px;
        top: 0;
        background-color: #ffffff;
        left: 0;
        z-index: 1000000;
        border-bottom: 1px solid #aaa;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    }
    
    header .social {
        display: none!important;
        position: absolute;
        right: 0;
        bottom: 10px;
        display: block;
        float: right;
        width: 31%;
    }
    
    header .logo img {
        width: 95px;
    }
    /* Navigation */
    
    .mobile-nav-wrap {}
    
    #button-menu {
        float: right;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 5px;
    }
    
    #mobile-listing {
        background-color: #454545!important;
        height: 100%;
        position: fixed;
        right: -80%;
        top: 45px;
        width: 70%;
        z-index: 99999;
        transition: right .4s;
        -moz-transition: right .4s;
        -ms-transition: right .4s;
        -o-transition: right .4s;
        -webkit-transition: right .4s;
    }
    
    #mobile-listing.slide {
        right: 0;
    }
    
    #mobile-listing span.drop {
        height: 100%;
        left: -10px;
        position: absolute;
        top: 0;
        width: 10px;
    }
    
    #mobile-listing span.fade {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
        height: 0;
        left: -150%;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s;
        -o-transition: opacity 0.4s ease 0s;
        -webkit-transition: opacity 0.4s ease 0s;
        width: 160%;
        z-index: -9998;
    }
    
    #mobile-listing.slide span.fade {
        height: 100%;
        opacity: 1;
        z-index: -1;
    }
    
    .mobile-nav {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(69, 69, 69, .8);
        overflow-y: scroll;
    }
    
    .mobile-nav>ul {
        display: block;
        height: 100%;
        width: 100%;
        background-color: #454545!important;
    }
    
    .mobile-nav>ul>li {
        position: relative;
        display: block;
        width: 100%;
        height: 58px;
        line-height: 58px;
        margin: 0;
        border-bottom: 1px solid #353535;
        border-top: 1px solid #555555;
    }
    
    .mobile-nav>ul>li>a {
        display: block;
        width: 100%;
        height: 100%;
        color: white;
        float: left;
        margin-left: 15px;
        font-size: 18px;
        text-shadow: 0 -1px 0 #000000;
    }
    
    .mobile-nav>ul>li.dropped>a {
        overflow: auto;
    }
    
    .mobile-nav>ul>li>a>span {}
    
    .mobile-nav>ul>li>img.dropdown {
        position: absolute;
        right: 10px;
        top: 19px;
        width: 15px;
        height: auto;
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .mobile-nav>ul>li.dropped {
        height: auto;
    }
    
    .mobile-nav>ul>li.dropped>img.dropdown.dropped-img {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    
    .mobile-nav>ul>li>ul {
        height: 0;
        overflow: hidden;
    }
    
    .mobile-nav>ul>li.dropped>ul {
        height: 100%;
        overflow: visible;
        margin: 0;
        text-align: left;
        clear: both;
        background-color: #333333;
    }
    
    .mobile-nav>ul>li>ul>li>a {
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }
    
    .mobile-nav>ul>li>ul>li {
        border-bottom: 1px solid #222222;
        border-top: 1px solid #444444;
        padding: 10px 0 10px 25px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 0;
    }
    
    .mobile-nav>ul>li>ul>li>li:last-of-type {
        margin-bottom: 0;
        border-bottom: none;
    }
    /* Footer */
    
    .footer-wrap {
        height: auto;
        padding: 5px 0;
    }
    
    footer ul {
        overflow: hidden;
        width: 40%;
        margin-top: 10px;
    }
    
    footer ul:last-of-type li {
        padding-left: 15px;
    }
    
    footer ul li,
    footer ul li:first-of-type,
    footer ul li:last-of-type {
        width: 100%!important;
        text-align: left;
        height: auto;
        line-height: inherit;
    }
    
    footer ul li:after {
        display: none;
    }
    
    footer .social {
        width: 20%;
    }
    
    footer .social img {
        display: block;
        margin: 3px 0;
        top: 0;
    }
    
    .copyright {
        padding: 5px 0 5px;
    }
    
    .evolve {
        padding-bottom: 10px;
        position: relative;
        top: 0;
        right: 0;
        display: block;
        text-align: center;
    }
    /* Homepage
        ==================================== */
    
    .bikes {
        overflow: visible;
        height: auto;
    }
    
    .bikes .bike {
        margin-bottom: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    
    .bikes .bike>a>img {
        margin: 0 auto;
    }
    
    .bikes .bike>a>span {
        color: #333333;
        text-align: center;
        display: none!important;
    }
    
    .bikes .bike a.bike-logo {}
    
    .bikes .bike a.bike-logo img {
        display: block;
        width: 65%;
        margin: 0 auto;
    }
    
    .bikes .bike .bike-details-top {
        z-index: 10000;
        top: -90px;
        display: none!important;
    }
    
    .bikes .bike .bike-details-bottom {
        z-index: 10000;
        bottom: -35px;
        display: none!important;
    }
    
    .bikes .bike span.close {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }
    
    .grid {
        margin-top: 10px;
    }
    
    .grid .grid-item {
        width: 50%;
        height: 80px;
    }
    
    .grid .grid-item span {
        width: 140px;
        font-size: 13px;
    }
    
    .bikes .bike .bike-details-bottom .colors span {
        font-size: 13px;
    }
    
    .bikes .bike .bike-details-bottom .colors img {
        width: 35px;
    }
    
    .grid .grid-item:last-of-type:after {
        font-size: 15px;
    }
    
    .video-wrapper .video {
        height: auto;
        margin: 75% auto 0;
    }
    /* Bike Page
        ==================================== */
    
    .banner-full {
        height: 127px;
    }
    
    .full-width .banner-colors {
        width: 98%;
    }
    
    .full-width .banner-bottom {
        display: none;
    }
    
    .full-width .left-sidebar ul li span {
        font-size: 10px;
    }
    
    .bike-menu {
        display: none;
    }
    
    .banner-popup {
        height: auto;
        background-color: #888888;
    }
    
    .banner-popup.show {
        padding-left: 0;
        z-index: 10000;
    }
    
    .banner-popup .inner-popup .popup-leftest {
        width: 100%;
        height: auto;
    }
    
    .banner-popup .inner-popup .popup-left.show {
        width: 100%;
        height: auto;
    }
    
    .banner-popup .inner-popup .popup-left form .left,
    .banner-popup .inner-popup .popup-left form .right {
        width: 100%;
    }
    
    .banner-popup .inner-popup .popup-left form label {
        font-size: 12px;
    }
    
    .banner-popup .inner-popup .popup-left form input,
    .banner-popup .inner-popup .popup-left form select {
        padding: 5px;
        width: 65%;
    }
    
    .banner-popup .inner-popup .popup-left form #title {
        width: 68%;
        margin-right: 10px;
    }
    
    .banner-popup .inner-popup .popup-left form #interested {
        width: 68%;
    }
    
    .banner-popup .inner-popup .popup-left form #country {
        width: 68%;
    }
    
    .banner-popup .inner-popup .popup-left form .left #age,
    .banner-popup .inner-popup .popup-left form .left #party-size {
        width: 65%;
        margin-right: 10px;
    }
    
    .banner-popup .inner-popup .popup-left form #submit {
        width: 95%;
    }
    
    .banner-popup .inner-popup .popup-right {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px;
    }
    
    .banner-popup .inner-popup .popup-left.show.float-left {}
    
    .banner-popup .inner-popup .popup-right.show {
        widtH: 100%;
        padding: 30px 10px 10px;
    }
    
    .banner-popup .inner-popup .popup-left form .right #brochure {
        width: 100%;
    }
    
    .full-width .left-sidebar {
        position: fixed;
        z-index: 1000000;
        top: 0!important;
        height: 45px;
        overflow: hidden;
        width: 85px;
        transition: .5s all ease-in-out;
        -moz-transition: .5s all ease-in-out;
        -webkit-transition: .5s all ease-in-out;
        -ms-transition: .5s all ease-in-out;
        -o-transition: .5s all ease-in-out;
    }
    
    .full-width .left-sidebar.fixed {
        z-index: 1000000;
        box-shadow: none;
    }
    
    .full-width .left-sidebar svg {
        margin: 5px 10px;
        cursor: pointer;
    }
    
    .full-width .left-sidebar ul li {
        height: 70px;
    }
    
    .full-width .left-sidebar.open {
        height: 340px;
    }
    
    .full-width .left-sidebar.open ul li {
        display: block;
    }
    
    #features-title span {
        width: 33%;
    }
    
    #specs-title span {
        width: 47%;
    }
    
    #dual-seat-title span {
        width: 34%;
        font-size: 18px;
    }
    
    #imgs-title span {
        width: 50%;
        font-size: 16px;
    }
    
    #prices-title span {
        width: 23%;
    }
    
    #options-title span {
        width: 44%;
        font-size: 16px;
    }
    
    .extra-pad {
        padding: 0;
    }
    
    .bike-colours {
        width: 100%;
        height: 215px;
    }
    
    #features .content {
        padding: 0;
        width: 100%;
        right: 0;
        position: relative;
        text-align: center;
    }
    
    #specs table tr td {
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    
    #dual-seat img {
        padding: 10px 0;
        width: 100%;
    }
    
    #dual-seat .content {
        width: 100%;
        padding: 0 0 15px;
    }
    
    #dual-seat .content p:first-of-type,
    #dual-seat .content p:last-of-type {
        display: none;
    }
    
    #imgs .imgs-top {
        height: 105px;
    }
    
    #imgs .imgs-mid {
        height: 130px;
    }
    
    #imgs .imgs-bottom {
        height: 105px;
    }
    
    #prices {
        height: auto;
        margin-bottom: 0!important;
    }
    
    #prices .content {
        width: 100%;
        padding: 5px 0;
    }
    
    #prices img {
        right: 0;
        width: 100%;
    }
    
    .commando-961-cafe-racer-body #prices img {
        width: 100%;
    }
    
    #prices .content button {
        width: 100%;
    }
    
    #compare table {
        float: none!important;
        width: 100%;
    }
    
    #compare table.left-table {
        margin-bottom: 15px;
    }
    
    #compare table.right-table {
        padding-left: 0;
    }
    
    #compare table thead tr td {
        padding: 10px 35px 10px 5px;
        font-size: 12px;
    }
    
    #compare table tbody tr td {
        padding: 10px 75px 10px 5px;
        font-size: 12px;
    }
    
    #bk-to-top {
        margin: 10px auto 15px;
    }
    /* Bike Servicing Page
		==================================== */
    
    .bike-servicing-body .top-content p:first-of-type {
        width: 100%;
        float: none;
    }
    
    .bike-servicing-body .top-content p:last-of-type {
        width: 100%;
        float: none;
    }
    /* Bespoke servicing
        ==================================== */
    
    .row-bs .half {
        width: 100%;
    }
    
    .row-bs:last-of-type {
        margin-bottom: 20px;
    }
    
    .row-bs .half .title {
        text-align: center;
        margin-top: 10px;
    }
    
    .row-bs .half button {
        width: 100%;
    }
    
    .bespoke-builds-body .row-bs .half img.plus-thumbs {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    
    .row-bs .bike-thumbs {
        width: 100%;
        max-width: 100%;
    }
    
    .row-bs .bike-thumbs img {
        float: left!important;
        margin: 5px 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0 1px;
        width: 25%!important;
        height: 45px;
    }
    
    .bespoke-builds-body #scroller {
        height: 105px;
    }
    
    .bespoke-builds-body #scroller .images {
        height: 105px;
    }
    /* SG2 Page
        ==================================== */
    
    .sg2-row .half {
        width: 100%;
        padding: 0!important;
    }
    /* World Record
        ==================================== */
    
    .rotary-record {
        background-color: #D6DBE1;
        min-height: 370px;
    }
    
    .rotary-record .top-text {
        top: 10px;
        width: 100%;
    }
    
    .rotary-record .top-text p {
        font-size: 16px;
        margin: 0;
    }
    
    .rotary-record .top-text span {
        font-size: 12px;
    }
    
    .rotary-record .bottom-text {
        padding: 0 15px;
        bottom: 55px;
        width: 100%;
    }
    
    .rotary-record .bottom-text p {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }
    
    .record-imgs img {
        width: 33%;
    }
    
    .record-imgs img:nth-last-child(3) {
        margin-left: 0;
    }
    
    .record-imgs img:nth-last-child(2) {
        margin-left: 17%;
    }
    /* Press page
        ==================================== */
    
    .press-article {
        width: 50%;
    }
    /* News Page
        ==================================== */
    
    .main-articles {
        padding-top: 20px;
    }
    
    #scroller-news {
        display: none;
    }
    
    .sidemenu {
        position: relative;
        margin-top: 20px!important;
    }
    
    .sidemenu h3 {
        cursor: pointer;
        font-size: 18px;
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        color: #ffffff;
        background-color: #000000;
        text-align: right;
        padding-right: 10px;
    }
    
    .sidemenu h3 span.mobile {
        float: left;
        padding-left: 10px;
        font-size: 14px;
    }
    
    .sidemenu h3 span.mobile a {
        color: #DBC321;
    }
    
    .sidemenu h3 svg {
        position: absolute;
        top: 0;
        right: 100px;
        width: 20px;
        height: 35px;
    }
    
    .main-articles h1.title {
        text-align: center;
        border-bottom: 1px solid #cccccc;
    }
    
    .clear-archive {
        display: none;
    }
    
    .sidemenu .archives {
        display: none!important;
        position: absolute;
        right: 0;
        top: 35px;
        background-color: #ffffff;
        box-shadow: 0 0 5px 0 #888888;
        z-index: 100;
        width: 120px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px;
        margin: 0;
    }
    
    .sidemenu .archives.dropped {
        display: block!important;
    }
    
    .sidemenu .archives>ul {
        margin-bottom: 10px;
    }
    
    .sidemenu .archives>ul>li {}
    
    .sidemenu .archives>ul>li>a {}
    
    .sidemenu .archives>ul>li>ul {
        margin: 5px 0 10px;
    }
    
    .sidemenu .archives>ul>li>ul>li {
        height: 25px;
        line-height: 25px;
    }
    
    .sidemenu .archives>ul>li>ul>li>a {
        font-size: 12px;
    }
    
    .main-articles .post .article-content p {
        width: 100%;
        margin: 0 0 5px;
    }
    
    .main-articles .post .article-content img {
        width: 100%;
    }
    /* SG2 Racer Page
        =================================== */
    
    #sg2-racer {
        min-height: 450px;
    }
    
    #sg2-racer img.sg2-img {
        width: 115%;
        position: relative;
        right: 40px;
    }
    
    #sg2-racer .sg2-content {
        top: 235px;
        width: 100%;
        padding: 0 0 0 50px;
    }
    
    #sg2-racer .sg2-links a {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    
    #sg-link1 {
        top: 147px;
        left: 45px;
    }
    
    #sg-link2 {
        top: 115px;
        left: 55px;
    }
    
    #sg-link3 {
        bottom: 0;
        top: 180px;
        left: 55px;
    }
    
    #sg-link4 {
        top: 88px;
        left: 120px;
    }
    
    #sg-link5 {
        top: 52px;
        left: 145px;
    }
    
    #sg-link6 {
        top: 95px;
        left: 172px;
    }
    
    #sg-link7 {
        top: 50px;
        left: 202px;
    }
    
    #sg-link8 {
        bottom: 0;
        top: 140px;
        left: 235px;
    }
    /* Dealers & Distributors Page
        =================================== */
    
    .dealers .dealer-country .dealer {
        width: 100%;
        min-height: inherit;
    }
    
    .dealers .dealer-country .dealer span.dist-button,
    .dealers .dealer-country .dealer span.deal-button {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    /* Contact us page
        =================================== */
    
    .contact-left {
        width: 100%;
    }
    
    .contact-left img {
        width: 100%;
    }
    
    .contact-left .directions {
        width: 100%;
    }
    
    .contact-right {
        width: 100%;
    }
    
    .contact-right form {
        float: none;
        overflow: hidden;
    }
    
    .contact-right form>span {
        float: none;
        text-align: center;
        font-size: 20px;
    }
    
    .contact-right form label {
        margin-right: 5px;
        font-size: 12px;
        line-height: 30px;
    }
    
    .contact-right form input,
    .contact-right form select,
    .contact-right form textarea {
        height: 30px;
        line-height: 30px;
        width: 71%;
    }
    
    .contact-right form select {
        width: 33%;
    }
    
    .contact-right form textarea {
        max-width: 225px;
    }
    /* History Page
        =================================== */
    
    .history-img {
        width: 100%;
        margin-top: 5px;
    }
    
    .history-img.img-right,
    .history-img.img-left {
        width: 49%;
        padding: 0;
        margin-bottom: 10px;
    }
    /* TIMELINE */
    
    .timeline {
        height: 580px;
    }
    
    .timeline-top {
        width: 100%;
        height: 165px;
    }
    
    .timeline-top .right {
        top: 130px;
    }
    
    .timeline-top .left {
        top: 130px;
    }
    
    .timeline-top .slider-wrap {
        width: 100%;
        height: 364%;
        margin: 0;
    }
    
    .timeline-top .slider {
        height: 105%;
        overflow-x: hidden;
    }
    
    .timeline-top .slider section {
        position: relative;
        right: 280px;
    }
    
    .timeline-top .slider section.selected .t-content {
        bottom: -160px;
        left: -38px;
        height: 150px;
        width: 275px;
    }
    
    .timeline-top .slider section .t-content p {
        width: 100%;
        font-size: 12px;
    }
    
    .timeline-top .slider section .t-content img {
        clear: both;
        float: left;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    
    .history-gallery {
        height: 640px;
    }
    
    .history-gallery div {
        margin: 0 0 5px!important;
    }
    
    .history-gallery .hist-tl {
        margin-right: 5px!important;
        width: 49%;
        height: 32%;
    }
    
    .history-gallery .hist-tm {
        width: 49%;
        height: 32%;
    }
    
    .history-gallery .hist-tm .hist-tmt {
        width: 100%;
        height: 51%;
    }
    
    .history-gallery .hist-tm .hist-tmb {
        width: 100%;
        height: 96px;
    }
    
    .history-gallery .hist-tr {
        margin-left: 5px!important;
        width: 49%;
        height: 32%;
        float: right;
    }
    
    .history-gallery .hist-bl {
        width: 49%;
        height: 32%;
    }
    
    .history-gallery .hist-bl .hist-blt {
        width: 100%;
        height: 51%;
    }
    
    .history-gallery .hist-bl .hist-blb {
        width: 100%;
        height: 96px;
    }
    
    .history-gallery .hist-bm {
        margin-right: 5px!important;
        width: 49%;
        height: 32%;
    }
    
    .history-gallery .hist-br {
        width: 49%;
        height: 32%;
    }
    
    .history-gallery .hist-br .hist-brt {
        width: 100%;
        height: 51%;
    }
    
    .history-gallery .hist-br .hist-brb {
        width: 100%;
        height: 96px;
    }
    
    .mobile-history-item {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px 5px;
        overflow: hidden;
    }
    
    .mobile-history-item .year-wrap {
        position: relative;
        display: block;
        height: 30px;
        margin: 20px 0 10px 0;
    }
    
    .mobile-history-item .year {
        background: #ffffff;
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 38%;
    }
    
    .mobile-history-item .year:before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0px;
        width: 100%;
        height: 4px;
        border-top: 1px solid #dbc321;
        border-bottom: 1px solid #d8d8d8;
        z-index: -1;
    }
    
    .mobile-history-item p {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }
    
    .mobile-history-item img {
        display: block;
        margin: 0 auto;
        height: auto;
        max-width: 100%;
    }
    
    .mobile-history-item:last-of-type {
        margin-bottom: 30px;
    }
    /* Race History Page
        =================================== */
    
    .race-history-body .timeline {
        height: 570px;
    }
    
    .race-history-body .timeline-top .slider-wrap {
        height: 350%;
    }
    
    .race-history-body .timeline-top .slider section.selected .t-content {
        left: -38px;
    }
    /* Donington Hall Page
        =================================== */
    
    .donington-row p {
        margin: 0;
        width: 100%;
    }
    
    .donington-row img {
        width: 100%;
    }
    
    .donington-gallery div {
        width: 100%!important;
        height: 40%!important;
    }
    /* Factory Page
        ================================== */
    
    .factory-body .row-bs .half .content {
        margin-top: 0;
    }
    
    .factory-body .row-bs .half img {
        margin-top: 0;
    }
    
    .factory-gallery {
        height: 460px;
    }
    
    .ftop-left {
        width: 49%;
        height: 30%;
    }
    
    .ftop-mid {
        width: 49%;
        height: 30%;
    }
    
    .ftop-mid .ftop-mid-top {
        height: 49%;
    }
    
    .ftop-mid .ftop-mid-bottom {
        height: 65px;
    }
    
    .ftop-right {
        width: 49%;
        height: 30%;
        margin-right: 5px;
        margin-left: 0;
    }
    
    .fbottom-left {
        width: 49%;
        height: 30%;
        margin-right: 0;
    }
    
    .fbottom-right {
        width: 100%;
        height: 40%;
        margin-top: 5px;
    }
    /* sg Race News Page
        ==================================== */
    
    .factory-gallery.history-gallery {
        height: 640px;
    }
    
    .factory-gallery.history-gallery .hist-br,
    .factory-gallery.history-gallery:nth-of-type(2) .hist-br,
    .factory-gallery.history-gallery:nth-of-type(3) .hist-tr {
        width: 100%;
    }
    
    .body-sg2-2013-race-news .row-bs:first-of-type .half img {
        top: 0;
    }
    
    .sponsors .title-wrap span {
        width: 38%;
    }
    
    .sponsors img {
        width: 33%;
    }
    
    .sponsors img:nth-of-type(3) {
        bottom: 0px;
    }
    
    .sponsors img:nth-of-type(4) {
        clear: both;
        bottom: 0;
    }
    
    .sponsors img:nth-of-type(5) {
        top: 8px;
    }
    
    .sponsors img:last-of-type {
        bottom: -7px;
    }
    
    .sg3-gallery {
        height: 500px!important;
        margin-top: 20px;
    }
    
    .sg3-gallery .hist-tl {
        margin-right: 0!important;
        height: 20%;
    }
    
    .sg3-gallery .hist-tr {
        margin-left: 5px!important;
        height: 20%;
    }
    
    .sg3-gallery .hist-mid {
        height: 40%;
    }
    
    .sg3-gallery .hist-mid div {
        width: 49%;
        height: 49%;
    }
    
    .sg3-gallery .hist-mid .hist-m1,
    .sg3-gallery .hist-mid .hist-m3 {
        margin-right: 5px!important;
    }
    
    .sg3-gallery .hist-bl {
        margin-right: 5px!important;
        height: 20%;
    }
    
    .sg3-gallery .hist-br {
        width: 49%!important;
        height: 20%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Homepage
        =================================== */
    
    .grid .grid-item {
        height: 120px;
    }
    
    .grid .grid-item span {
        width: 200px;
    }
    /* v4-banner */
    
    #v4-link {
        bottom: 33px;
        right: 6px;
    }
    
    #v4-link img {
        display: none;
    }
    /* Bike Page
        =================================== */
    
    .bike-colours .images>img {
        width: auto!important;
        display: block;
        margin: 0 auto;
        height: 100%;
    }
    
    #compare table thead tr td {
        padding: 10px 85px 10px 5px;
    }
    
    #compare table tbody tr td {
        padding: 10px 135px 10px 5px;
    }
    /* SG2 Racer Page
        =================================== */
    
    #sg2-racer {
        min-height: 480px;
    }
    
    #sg2-racer img.sg2-img {
        right: 65px;
    }
    
    #sg2-racer .sg2-content {
        top: 325px;
    }
    
    #sg-link1 {
        top: 210px;
        left: 55px;
    }
    
    #sg-link2 {
        top: 165px;
        left: 70px;
    }
    
    #sg-link3 {
        bottom: 0;
        top: 250px;
        left: 70px;
    }
    
    #sg-link4 {
        top: 130px;
        left: 165px;
    }
    
    #sg-link5 {
        top: 70px;
        left: 195px;
    }
    
    #sg-link6 {
        top: 140px;
        left: 235px;
    }
    
    #sg-link7 {
        top: 70px;
        left: 280px;
    }
    
    #sg-link8 {
        bottom: 0;
        top: 205px;
        left: 320px;
    }
    /* Bespoke Servicing Page
        ================================= */
    
    .row-bs .bike-thumbs img {
        height: 65px;
    }
    
    .bespoke-builds-body #scroller {
        height: 140px;
    }
    
    .bespoke-builds-body #scroller .images {
        height: 140px;
    }
    /* History Page
        ================================ */
    
    .history-gallery .hist-tr {
        width: 50%;
        margin-left: 0!important;
    }
    /* sg Race News Page
        ==================================== */
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 535px) {
    #v4-link {
        bottom: 25px;
        right: 10px;
    }
    
    #v4-link img {
        display: none!important;
    }
}