﻿/* navigation styles */

@media (min-width:769px) and /*! space*/ (max-width: 979px) {
    .header .navigation .menuLinks{
	    font-size:80%;
	}

    .bikeInfo .tabs ul li {
        font-size:60%;
    }

    .accessoriesInfo .printInfo {
        width:100%;
    }

    .findADealer h1 {
        font-size:1em;
    }

    .bikeCatCta .cta-helpmechoose {
        padding-left:6px;
        background:#858585;
    }

    .bikeCatCta .cta-configurator {
        padding-left:6px;
        background:#474747; 
    }

    .bikeCatCta .cta-helpmechoose:hover, .bikeCatCta .cta-configurator:hover {
        background:#000000;
     }

    .contactForm .enquiry h4 {
        font-size:0.8em;
    }

    .inTouchField .inTouch div.checker {
       margin-right:28px;
    }

    .inTouchField .inTouch label {
        font-size:0.7em;
    }

    .helpBlock1 .bikeSelector, .helpBlock2 .configuratorLink {
        line-height:18px;
    }

    .bikeSelector span, .configuratorLink span {
        font-size:0.9em;
    }

    .newsAndEvents .tabs ul li a {
        font-size:0.7em;
    }

    .contactForm .inTouchField .submit {
            font-size:0.6em;
            width:100%;
            background-position: 95% 50%;
        }

}

@media (min-width: 980px) and /*! space*/ (max-width: 1169px) {
    .header .navigation .menuLinks{
	    font-size:70%;
	}

    .bikeSelector, .configuratorLink {
        font-size:0.8em;
        line-height:20px;
    }

    .bikeInfo .tabs ul li {
        font-size:0.6em;
    }

   .inTouchField .inTouch div.checker {
       margin-right:28px;
    }

    .inTouchField .inTouch label {
        font-size:0.7em;
    }
    .testRideForm .inTouch label {
            font-size:0.6em;
        }

        .inTouchField .submit {
            font-size:0.6em;
        }

        .newsAndEvents .tabs ul li a {
        font-size:0.7em;
    }

        .contactForm .inTouchField .submit {
            font-size:0.6em;
            width:100%;
            background-position: 95% 50%;
        }
    .menuLinks li a {
        padding-left:11px;
        padding-right:11px;
    }
}

@media (min-width: 1170px) {
    .bikeInfo .tabs ul li {
        font-size:0.7em;
    }

    .menuLinks li {
        font-size:74%;
    }

    .newsAndEvents .tabs ul li a {
        font-size:0.8em;
    }

    .contactForm .inTouchField .submit {
        font-size:0.6em;
        width:100%;
        background-position: 95% 50%;
    }
        .contactForm .inTouchField .submit:hover {
            background-position: 95% 50%;
        }

         .menuLinks li a {
        padding-left:11px;
        padding-right:11px;
    }
}

.dealerItem .dealerItemLink .ctaButton1 span {
    font-size:0.7em;
    line-height:30px;
}
