/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  display: block;
  width: 100%;
  height: auto; }

a {
  color: inherit; }

.top:after, .form-field__split:after, .form-choice:after, .photocard-group:after, .bikecard-group--double:after, .bikeinfo__controls:after, .brochure-genre__selectors:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'TriumphBrokman';
  src: url("/fonts/brokman-extrabold-webfont.eot");
  src: url("/fonts/brokman-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/brokman-extrabold-webfont.woff2") format("woff2"), url("/fonts/brokman-extrabold-webfont.woff") format("woff"), url("/fonts/brokman-extrabold-webfont.ttf") format("truetype"), url("/fonts/brokman-extrabold-webfont.svg#brokmanextrabold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'TriumphBrokman';
  src: url("/fonts/brokman-bold-webfont.eot");
  src: url("/fonts/brokman-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/brokman-bold-webfont.woff2") format("woff2"), url("/fonts/brokman-bold-webfont.woff") format("woff"), url("/fonts/brokman-bold-webfont.ttf") format("truetype"), url("/fonts/brokman-bold-webfont.svg#brokmanbold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TriumphBrokman';
  src: url("/fonts/brokman-regular-webfont.eot");
  src: url("/fonts/brokman-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/brokman-regular-webfont.woff2") format("woff2"), url("/fonts/brokman-regular-webfont.woff") format("woff"), url("/fonts/brokman-regular-webfont.ttf") format("truetype"), url("/fonts/brokman-regular-webfont.svg#brokmanregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }
  html.legacy-adaptive-mobile {
    font-size: 62.5%; }

body {
  font-family: Arial, sans-serif;
  line-height: 1.27273;
  color: #333; }

strong {
  font-weight: 600; }

ul {
  list-style-type: disc;
  list-style-position: inside; }
  * + ul {
    margin-top: 5px; }
  ul li {
    margin-top: 2px; }

* + p {
  margin-top: 10px; }

/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 20px 10px 0;
  margin: 0 auto;
  font-size: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px 6px 10px;
  background: #bdbfc2;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #fff;
  border: 1px solid #bdbfc2; }

.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(23, 23, 23, 0.9);
  padding: 0 10px;
  border-bottom: 1px solid #fff;
  font-family: "TriumphBrokman", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.09091rem;
  color: #fff;
  min-height: 48px; }
  .top__logo {
    float: left;
    width: 38px;
    height: 37px;
    margin: 5px 0 0;
    overflow: hidden;
    background: url("/img/Mobile/triumph-logo.png") center center no-repeat;
    background-size: contain;
    text-indent: -999px; }
  .top__toggle {
    float: right;
    margin: 16px 0;
    text-decoration: none;
    text-transform: uppercase; }
    .top__toggle span {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      margin: 5px 0 5px 20px;
      top: -0.2em; }
      .top__toggle span, .top__toggle span:before, .top__toggle span:after {
        background: #e7e7e5;
        height: 2px; }
      .top__toggle span:before, .top__toggle span:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        right: 0; }
      .top__toggle span:before {
        bottom: 5px; }
      .top__toggle span:after {
        top: 5px; }
    .has-main-menu .top__toggle span {
      background-color: transparent; }
      .has-main-menu .top__toggle span:before {
        bottom: 0;
        transform: rotate(-45deg); }
      .has-main-menu .top__toggle span:after {
        top: 0;
        transform: rotate(45deg); }
  .top__content {
    padding: 0 65px;
    text-align: center; }
  .top__browse {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 10px;
    margin-top: 0px; }
    .top__browse .icon-arrow-down:before {
      transition: transform 0.25s ease-in-out;
      transform: scale(1.4); }
    .has-main-menu .top__browse {
      color: #666; }
    .has-bike-menu .top__browse {
      background: #fff;
      color: #333; }
      .has-bike-menu .top__browse .icon-arrow-down:before {
        transform: rotate(180deg) scale(1.4); }

.top:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

.has-main-menu, .has-bike-menu {
  overflow: hidden; }

.menu {
  display: none;
  background: rgba(23, 23, 23, 0.9);
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 6; }
  .menu a {
    text-decoration: none; }
  .menu--main {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.09091rem;
    color: #fff;
    text-align: center; }
    .menu--main__list {
      margin-bottom: 22px;
      text-align: left;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 1.36364rem; }
      .menu--main__list a {
        display: block;
        border-bottom: 1px solid #666;
        padding: 12px 20px; }
        .menu--main__list a i {
          float: right;
          position: relative;
          top: -0.15em; }
    .has-main-menu .menu--main {
      display: block; }
  .has-bike-menu .menu--bike {
    display: block; }

.menu:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

@font-face {
  font-family: "triumphIcons";
  src: url("/fonts/triumph-mobile-icons.eot");
  src: url("/fonts/triumph-mobile-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/triumph-mobile-icons.woff") format("woff"), url("/fonts/triumph-mobile-icons.ttf") format("truetype"), url("/fonts/triumph-mobile-icons.svg#triumph-mobile-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "triumphIcons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pinterest:before {
  content: "p"; }

.icon-facebook:before {
  content: "f"; }

.icon-twitter:before {
  content: "t"; }

.icon-youtube:before {
  content: "y"; }

.icon-linkedin:before {
  content: "i"; }

.icon-arrow-left:before {
  content: "<"; }

.icon-arrow-right:before {
  content: ">";
  transform: scale(1.2);
  position: relative;
  top: -0.15em; }

.icon-arrow-down:before {
  content: "a";
  position: relative;
  top: -0.15em; }

.icon-test-ride:before {
  content: "r";
  transform: scale(2); }

.icon-offers:before {
  content: "*"; }

.icon-location:before {
  content: "l"; }

.icon-brochure:before {
  content: "b"; }

.icon-configure:before {
  content: "c"; }

.icon-rotate:before {
  content: "o"; }

.icon-cross:before {
  content: "x"; }

.icon-instagram:before {
  content: "g"; }

.icon-bike:before {
  content: "m"; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 12px;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #666;
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-size: 1.45455rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + span,
  input[type="radio"] + span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #333;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -0.1em; }
    .form-field--error input[type="checkbox"] + span, .form-field--error
    input[type="radio"] + span {
      border-color: #A11D2C; }
  input[type="checkbox"]:checked + span,
  input[type="radio"]:checked + span {
    background: #333; }
    .form-field--error input[type="checkbox"]:checked + span, .form-field--error
    input[type="radio"]:checked + span {
      background: #A11D2C; }

select {
  background: url("/img/Mobile/arrow-down.svg") right 16px center no-repeat #fff;
  background-size: 16px auto; }

.form {
  background: #bdbfc2;
  padding: 20px; }
  .form__intro {
    font-size: 15px;
    font-size: 1.36364rem;
    text-align: center;
    margin-bottom: 15px; }
  .form__note {
    font-size: 12px;
    font-size: 1.09091rem;
    font-weight: 600;
    margin-bottom: 15px; }
  .form__divider {
    border: 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 25px 0; }
  .form--testride {
    padding-top: 70px;
    border-top: 2px solid #fff; }

.form-field {
  margin-bottom: 25px; }
  .form-field label {
    display: block;
    margin-bottom: 10px;
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.09091rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer; }
  .form-field__note {
    margin-bottom: 25px; }
  .form-field__split :nth-child(1) {
    float: left;
    width: 70%; }
  .form-field__split :nth-child(2) {
    float: left;
    width: 30%;
    height: 43px; }
  .form-field--error {
    color: #A11D2C; }
    .form-field--error input[type="email"],
    .form-field--error input[type="number"],
    .form-field--error input[type="password"],
    .form-field--error input[type="search"],
    .form-field--error input[type="tel"],
    .form-field--error input[type="text"],
    .form-field--error input[type="url"],
    .form-field--error input[type="color"],
    .form-field--error input[type="date"],
    .form-field--error input[type="datetime"],
    .form-field--error input[type="datetime-local"],
    .form-field--error input[type="month"],
    .form-field--error input[type="time"],
    .form-field--error input[type="week"],
    .form-field--error select,
    .form-field--error textarea {
      border: 1px solid #A11D2C; }
  .form-field .input__dob_small, .form-field .input__dob_large {
    display: inline-block;
    width: 100px;
    margin-right: 10px; }
  .form-field .input__dob_small {
    width: 60px; }

.form-field:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

.form-choice label {
  width: 50%;
  float: left;
  text-align: center; }
  .form-choice label:nth-child(odd) {
    clear: both; }

.form-terms {
  margin-bottom: 25px; }
  .form-terms label {
    font-size: 12px;
    font-size: 1.09091rem; }

.button {
  background: #333;
  display: block;
  width: 100%;
  padding: 14px 10px;
  color: #fff;
  font-family: "TriumphBrokman", Arial, sans-serif;
  font-size: 13px;
  font-size: 1.18182rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none; }
  .button:hover, .button:focus {
    background: #262626; }
  .button i {
    line-height: 1;
    font-size: 20px;
    font-size: 1.81818rem;
    position: relative;
    top: -0.1em;
    left: 10px; }
  .button--light {
    background: #e7e7e5;
    color: #333; }
    .button--light:hover, .button--light:focus {
      background: #c2c2bd; }
  .button--long {
    font-size: 12px;
    font-size: 1.09091rem; }
  .button__back {
    position: absolute;
    top: 48px;
    z-index: 999;
    background-color: #fff;
    padding: 6px 11px;
    font-size: 21px;
    font-size: 1.90909rem;
    display: block;
    z-index: 4;
    text-decoration: none; }

.button:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

.bottom {
  background: #000;
  padding: 15px;
  text-align: center;
  font-family: "TriumphBrokman", Arial, sans-serif;
  color: #fff; }
  .bottom__region {
    margin: 15px 0; }
    .bottom__region select {
      max-width: 180px;
      margin: 0 auto;
      height: 30px;
      line-height: 30px;
      background-position: right 8px center;
      font-family: "TriumphBrokman", Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600; }
  .bottom__legal a {
    display: inline-block;
    text-decoration: none;
    margin: 0 4px; }

.bottom:lang(vi) {
  font-family: "myriad-pro", sans-serif; }
  .bottom:lang(vi)__region select {
    font-family: "myriad-pro", sans-serif; }

.hidden {
  display: none; }

.btn-styled {
  background: none;
  background-color: #cd192d;
  background-image: none;
  border: 2px solid #cd192d;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: background 250ms, border-color 250ms;
  box-sizing: border-box; }

.btn-styled:hover,
.btn-styled:focus {
  background: #8F111F;
  border-color: #8F111F;
  box-shadow: none;
  outline-color: #8F111F; }

.btn--style-a {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.btn--style-a:hover,
.btn--style-a:focus {
  background: #505050;
  border-color: #505050;
  outline-color: #505050; }

.btn--style-b {
  background-color: #0062c8;
  border-color: #0062c8;
  color: #fff; }

.btn--style-b:hover,
.btn--style-b:focus {
  background: #00448B;
  border-color: #00448B;
  outline-color: #00448B; }

.btn--style-c {
  background-color: #fff;
  border-color: #fff;
  color: #000; }

.btn--style-c:hover,
.btn--style-c:focus {
  background: #a7a9ac;
  border-color: #a7a9ac;
  outline-color: #a7a9ac; }

.additionalDetailsPanel {
  padding: 7px;
  background: none;
  margin-bottom: 2.5641%;
  display: inline-block; }
  .additionalDetailsPanel p, .additionalDetailsPanel h1, .additionalDetailsPanel h2, .additionalDetailsPanel h3, .additionalDetailsPanel h4, .additionalDetailsPanel h5, .additionalDetailsPanel h6, .additionalDetailsPanel li, .additionalDetailsPanel ul, .additionalDetailsPanel ol, .additionalDetailsPanel span {
    color: #fff; }
  .additionalDetailsPanel p {
    font-size: 0.7em; }
  .additionalDetailsPanel h1 {
    font-size: 1.0em;
    font-weight: bold; }
  .additionalDetailsPanel h2 {
    font-size: 0.9em;
    font-weight: bold; }
  .additionalDetailsPanel h3 {
    font-size: 0.8em;
    font-weight: bold; }
  .additionalDetailsPanel h4 {
    font-size: 0.7em; }
  .additionalDetailsPanel h5 {
    font-size: 0.6em; }
  .additionalDetailsPanel h6 {
    font-size: 0.6em; }
  .additionalDetailsPanel ul li {
    font-size: 0.7em; }
  .additionalDetailsPanel ol li {
    font-size: 0.7em; }

.header-spacer:before {
  content: "";
  display: block;
  height: 49px; }

.block {
  border-bottom: 2px solid #fff; }

.waypoint {
  background: #bdbfc2;
  padding: 20px; }
  .waypoint .button + .button {
    margin-top: 15px; }

.video {
  padding-bottom: 56.25%;
  position: relative; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.map {
  padding-bottom: 150%; }

.article {
  background: #000;
  color: #fff;
  font-size: 15px;
  font-size: 1.36364rem;
  text-align: center; }
  .article img {
    border-bottom: 2px solid #fff; }
  .article__title {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.45455rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .article__content {
    padding: 15px 20px; }
  .article .button {
    margin-top: 15px; }

.article:lang(vi)__title {
  font-family: "myriad-pro", sans-serif; }

.colour {
  display: inline-block;
  width: 28px;
  height: 34px;
  text-indent: -999px;
  overflow: hidden;
  position: relative; }
  .colour--blue {
    background: #0e5ae4; }
  .colour--black {
    background: black; }
  .colour--white {
    background: white; }
  .colour:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0.5) 45%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.5; }
  .is-active .colour {
    height: 40px; }

.nomargin {
  margin: 0; }

.accordion__header {
  font-size: 18px;
  font-size: 1.63636rem;
  font-family: "TriumphBrokman", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #bdbfc2; }

.accordion__title {
  display: block;
  background: #333;
  position: relative;
  text-align: center;
  font-family: "TriumphBrokman", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.63636rem;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  color: #fff;
  cursor: pointer; }
  .accordion__title span {
    display: block;
    padding: 12px 20px; }
    .js-accordion .accordion__title span:after {
      content: "+";
      font-size: 28px;
      line-height: 1;
      font-weight: normal;
      position: absolute;
      right: 8px;
      top: 8px; }
  .accordion__title img + span {
    background: rgba(23, 23, 23, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .accordion__title.is-active span {
    background: #fff;
    color: #333; }
    .accordion__title.is-active span:after {
      content: "-"; }

.accordion__content {
  background: #333;
  border-bottom: 2px solid #fff; }

.accordion__text {
  padding: 0 10px 10px;
  font-size: 12px;
  font-size: 1.09091rem;
  font-family: "TriumphBrokman", Arial, sans-serif;
  background: #fff; }

.accordion:lang(vi)__header {
  font-family: "myriad-pro", sans-serif; }

.accordion:lang(vi)__text {
  font-family: "myriad-pro", sans-serif; }

.photocard-group {
  position: relative;
  background: #000; }
  .photocard-group:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding-bottom: 45.3125%;
    border: solid #fff;
    border-width: 0 0 2px 1px; }
  .photocard-group .photocard {
    width: 50%;
    float: left;
    border-bottom: 2px solid #fff; }
    .photocard-group .photocard:nth-child(even) {
      border-left: 1px solid #fff; }
    .photocard-group .photocard:nth-child(odd) {
      border-right: 1px solid #fff; }

.photocard {
  display: block;
  position: relative; }
  .photocard__info {
    background: rgba(23, 23, 23, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 6px 10px; }
  .photocard__title, .photocard__subtitle {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.09091rem; }
  .photocard__title {
    font-weight: 600;
    text-transform: uppercase; }
  .photocard * + p {
    margin-top: 5px; }

.photocard:lang(vi)__title, .photocard:lang(vi)__subtitle {
  font-family: "myriad-pro", sans-serif; }

.text-only .photocard-group {
  overflow: hidden; }

.hero {
  text-align: center;
  background: #000;
  color: #fff;
  position: relative; }
  .hero__slide {
    width: 100%;
    padding-bottom: 90.625%;
    background: center center no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (min-width: 400px) and (orientation: landscape) {
      .hero__slide {
        padding-bottom: 50%; } }
    .hero__slide iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .hero__slide__info {
      min-height: 78px;
      background: rgba(23, 23, 23, 0.9);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 15px; }
      .flickity-enabled .hero__slide__info {
        padding: 10px 15px 38px; }
      @media screen and (min-width: 480px) {
        .flickity-enabled .hero__slide__info {
          padding: 12px 50% 14px 10px; } }
    .hero__slide__title {
      font-family: "TriumphBrokman", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.45455rem;
      font-weight: 600; }
      .hero__slide__title_dark {
        color: rgba(23, 23, 23, 0.9); }
    .hero__slide h1 {
      position: absolute;
      top: 100px;
      padding: 10px 15px;
      font-size: 2rem;
      word-wrap: break-word;
      font-weight: 800;
      text-align: left;
      font-size: 22px;
      font-size: 2rem; }
    .hero__slide__cta {
      font-family: "TriumphBrokman", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.09091rem;
      text-decoration: none; }
    .hero__slide__text {
      line-height: 1.2;
      padding-top: 2px;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left; }
  .hero .flickity-page-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0; }
    @media screen and (min-width: 480px) {
      .hero .flickity-page-dots {
        width: 50%;
        bottom: 26px;
        right: 0;
        left: auto; } }

.hero:lang(vi)__title {
  font-family: "myriad-pro", sans-serif; }

.hero:lang(vi)__cta {
  font-family: "myriad-pro", sans-serif; }

.find-dealer {
  padding: 20px;
  background: url("/img/Mobile/gravel.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .find-dealer__title {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.45455rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .find-dealer__form {
    margin-top: 10px; }
  .find-dealer__no-results {
    font-family: "TriumphBrokman", Arial, sans-serif;
    display: none;
    color: #fff;
    font-size: 14px;
    font-size: 1.27273rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px; }

.find-dealer:lang(vi)__title {
  font-family: "myriad-pro", sans-serif; }

.find-dealer:lang(vi)__no-results {
  font-family: "myriad-pro", sans-serif; }

.find-dealer-results {
  display: none; }
  .find-dealer-results address a {
    text-decoration: none; }
  .find-dealer-results .tpl td * {
    display: none; }
  .find-dealer-results .tpl .loader {
    display: block;
    width: 100%;
    height: 110px;
    background-image: url(/img/White-T-animation-6_3.gif);
    background-repeat: no-repeat;
    background-position: center; }
  .find-dealer-results .tpl .cta {
    display: block;
    color: transparent;
    pointer-events: none; }
  .find-dealer-results .tpl.inactive {
    display: none; }
  .find-dealer-results .loader {
    display: none; }

.specifications {
  width: 100%;
  background: #fff;
  color: #333; }
  .specifications tr:nth-child(even) {
    background: #e7e7e5; }
  .specifications th, .specifications td {
    padding: 12px;
    text-align: left; }
  .specifications th {
    font-weight: 600;
    width: 30%; }
  .specifications--alt th {
    width: 70%; }

.content {
  padding: 20px;
  background: center center no-repeat #333;
  background-size: cover;
  color: #fff; }
  .content--light {
    background-color: #bdbfc2;
    color: #333; }
  .content--centered {
    text-align: center; }
  .content__header {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 24px;
    font-size: 2.18182rem;
    line-height: 26px;
    line-height: 2.36364rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center; }
  .content__related {
    margin: 20px auto; }
    .content__related_header {
      font-family: "TriumphBrokman", Arial, sans-serif;
      font-size: 22px;
      font-size: 2rem;
      font-weight: 800;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 10px; }
    .content__related_item {
      background-color: #fff;
      padding: 15px;
      margin: 0 5px;
      width: 100%; }
      .content__related_item_inner {
        margin: 15px 0 0;
        font-family: "TriumphBrokman", Arial, sans-serif; }
      .content__related_item_date {
        font-size: 13px;
        font-size: 1.18182rem; }
      .content__related_item_title {
        text-transform: uppercase; }
        .content__related_item_title a {
          text-decoration: none;
          font-size: 16px;
          font-size: 1.45455rem;
          font-weight: 600; }
      .content__related_item_cta {
        text-align: right;
        margin-top: 10px; }
        .content__related_item_cta a {
          text-decoration: none;
          font-size: 12px;
          font-size: 1.09091rem; }
  .content__inner {
    background: #fff;
    color: #333;
    padding: 15px;
    font-size: 12px;
    font-size: 1.09091rem;
    position: relative;
    z-index: 1;
    margin-top: 20px; }
    .content__inner .flickity-page-dots .dot.is-selected {
      background: #000; }
  .content__title {
    font-family: "TriumphBrokman", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.81818rem;
    font-weight: 800; }
    * + .content__title {
      margin-top: 20px; }
  .content__subtitle {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 20px;
    font-size: 1.81818rem; }
  .content__tagline {
    font-family: "TriumphBrokman", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.27273rem;
    font-weight: 600; }
    * + .content__tagline {
      margin-top: 20px; }
  .content__cms-text h3 {
    font-family: "TriumphBrokman", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.81818rem;
    font-weight: 800; }
    * + .content__cms-text h3 {
      margin-top: 20px; }
  .content__cms-text h4 {
    font-family: "TriumphBrokman", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.27273rem;
    font-weight: 600; }
    * + .content__cms-text h4 {
      margin-top: 20px; }
  .content__carousel, .content__image {
    margin-top: 20px; }
  .content__slide {
    width: 100%;
    margin: 0 10px; }
    .content__slide--center {
      text-align: center; }
      .content__slide--center ul {
        display: inline-block;
        text-align: left; }
  .content__divider {
    border: 0;
    border-bottom: 1px solid #bdbfc2;
    margin: 15px 0; }
  .content__change {
    display: block;
    text-align: center;
    font-weight: 600; }
  .content * + .specifications, .content .button {
    margin-top: 20px; }

.content:lang(vi)__header {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__related_header {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__related_item_inner {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__title {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__subtitle {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__tagline {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__cms-text h3 {
  font-family: "myriad-pro", sans-serif; }

.content:lang(vi)__cms-text h4 {
  font-family: "myriad-pro", sans-serif; }

.tabber {
  margin-top: 20px; }
  .tabber__tabs {
    font-family: "TriumphBrokman", Arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .tabber__tabs__wrap {
      display: table;
      width: 100%;
      padding: 0 20px; }
      .tabber__tabs__wrap.has-overflow {
        background: #bdbfc2; }
    .tabber__tabs a {
      width: 115px;
      background: #bdbfc2;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      padding: 15px;
      border-right: 1px solid #fff; }
      .tabber__tabs a:first-child {
        border-left: 1px solid #fff; }
      .tabber__tabs a.is-active {
        background: #fff; }
  .tabber__content {
    margin: 0 20px;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word; }
    .tabber__content__inner {
      padding: 10px;
      background: #fff; }
    .tabber__content .photocard + .photocard {
      margin-top: 10px; }
  .content .tabber {
    margin-left: -20px;
    margin-right: -20px; }

.tabber:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

.quicklinks {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "TriumphBrokman", Arial, sans-serif; }
  .quicklinks__inner {
    display: table;
    margin: 0 auto; }
  .quicklinks a {
    width: 25%;
    max-width: 80px;
    line-height: 1;
    display: table-cell;
    background: #333;
    padding: 12px 11px;
    border: solid #fff;
    border-width: 0 2px 0 0;
    text-decoration: none;
    font-size: 10px;
    font-size: 0.90909rem;
    word-break: break-word; }
    .quicklinks a:hover, .quicklinks a:focus {
      background: #262626; }
    .quicklinks a:first-child {
      border-left-width: 2px; }
    .quicklinks a:first-child:nth-last-child(2),
    .quicklinks a:first-child:nth-last-child(2) ~ a {
      width: 50%; }
    .quicklinks a:first-child:nth-last-child(3),
    .quicklinks a:first-child:nth-last-child(3) ~ a {
      width: 33.33333%; }
  .quicklinks i {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.63636rem; }
    .quicklinks i:before {
      display: block; }
  .quicklinks--social a {
    width: auto; }
  .quicklinks--social i {
    font-size: 24px;
    font-size: 2.18182rem;
    margin-bottom: 0; }
  .menu .quicklinks {
    background: #e7e7e5;
    color: #333;
    margin-top: 16px;
    border: 0; }
    .menu .quicklinks a {
      font-size: 18px;
      font-size: 1.63636rem;
      padding: 10px;
      background: #e7e7e5;
      border-color: #333; }
      .menu .quicklinks a:hover, .menu .quicklinks a:focus {
        background: #c2c2bd; }

.quicklinks:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

.bikecard-group {
  background: #fff;
  color: #333;
  padding: 5px 20px 15px; }
  .bikecard-group__title {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.63636rem;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #bdbfc2;
    text-align: center; }
  .bikecard-group--full .bikecard {
    border-bottom: 1px solid #bdbfc2;
    padding: 20px 0; }
  .bikecard-group--double .bikecard {
    width: 50%;
    float: left;
    padding: 0 5px; }
  .bikecard-group__carousel {
    padding: 15px 0;
    margin: 0 -20px; }
    .bikecard-group__carousel:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 20px;
      right: 20px;
      border-bottom: 1px solid #bdbfc2; }
    .bikecard-group__carousel .bikecard {
      width: 45%;
      min-width: 160px;
      padding: 0 5px; }
      .bikecard-group__carousel .bikecard__model, .bikecard-group__carousel .bikecard__price {
        padding: 0 0 0 15px; }
      .bikecard-group__carousel .bikecard__model {
        min-height: 40px; }
      .bikecard-group__carousel .bikecard__price {
        min-height: 17px; }
  .bikecard-group + .bikecard-group {
    padding-top: 0; }

.bikecard-group:lang(vi)__title {
  font-family: "myriad-pro", sans-serif; }

.bikecard {
  display: block;
  text-decoration: none; }
  .bikecard__note {
    color: #666;
    font-weight: 600; }
  .bikecard__model {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.45455rem;
    text-transform: uppercase;
    font-weight: 800; }
  .bikecard__price {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.27273rem; }

.bikecard:lang(vi)__model {
  font-family: "myriad-pro", sans-serif; }

.bikecard:lang(vi)__price {
  font-family: "myriad-pro", sans-serif; }

.bikeinfo {
  background: #e7e7e5;
  padding: 60px 0 0 0; }
  .bikeinfo__title, .bikeinfo__price {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 20px;
    font-size: 1.81818rem;
    padding: 0 20px;
    margin-left: 35px; }
  .bikeinfo__title {
    font-weight: 800;
    text-transform: uppercase; }
  .bikeinfo__controls {
    margin-top: 20px;
    padding: 0 20px; }
  .bikeinfo__colours {
    float: left;
    color: #666;
    font-size: 0; }
    .bikeinfo__colours__title {
      font-weight: bold;
      font-size: 10px;
      font-size: 0.90909rem;
      margin-bottom: 10px; }
    .bikeinfo__colours a {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 8px;
      overflow: hidden;
      height: 30px; }
      .bikeinfo__colours a.is-active {
        height: 40px; }
  .bikeinfo__rotate {
    float: right;
    text-align: right; }
    .bikeinfo__rotate a {
      display: inline-block;
      font-size: 45px;
      font-size: 4.09091rem;
      text-decoration: none; }
  .bikeinfo__upsell {
    padding: 15px; }

.bikeinfo:lang(vi)__title, .bikeinfo:lang(vi)__price {
  font-family: "myriad-pro", sans-serif; }

.testride {
  background-position: center top; }
  .testride__inner {
    margin-bottom: -68px; }

.js-testride-bikes {
  display: none; }
  .js-testride-bikes .content {
    padding-top: 75px;
    border-top: 2px solid #fff; }
    .js-testride-bikes .content__tagline {
      margin-top: 0; }

.testride__bikes .flickity-page-dots {
  background-color: #bdbfc2;
  margin: 20px auto;
  padding: 0; }
  .testride__bikes .flickity-page-dots .dot {
    display: table-cell;
    width: 500px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cookies {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(23, 23, 23, 0.9);
  padding: 30px 30px 45px;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-family: "TriumphBrokman", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.09091rem; }
  .cookies__title {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.45455rem;
    font-weight: 600; }
  .cookies__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
  .cookies__button {
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.45455rem;
    color: #666;
    font-weight: 600; }
    .cookies__button i {
      font-size: 14px;
      font-size: 1.27273rem;
      margin-left: 15px;
      position: relative;
      top: -0.15em; }

.cookies:lang(vi) {
  font-family: "myriad-pro", sans-serif; }

.brochure-genre {
  margin-top: 20px; }
  .brochure-genre__selectors {
    padding: 10px 0;
    border-bottom: 1px solid #bdbfc2;
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.27273rem; }
    .brochure-genre__selectors a {
      text-decoration: none;
      padding: 5px 10px;
      background-color: #e7e7e5;
      color: #333; }
      .brochure-genre__selectors a.active {
        background-color: #333;
        color: #fff; }
    .brochure-genre__selectors__download {
      display: block;
      position: relative;
      padding-right: 35px !important; }
      .brochure-genre__selectors__download:after {
        content: "";
        background-image: url(/img/brochuredownloads/pdf-med.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 9px;
        top: 7px; }
    .brochure-genre__selectors__years {
      text-align: right;
      margin-top: 5px;
      padding: 5px 0;
      font-size: 0; }
      .brochure-genre__selectors__years a {
        font-size: 14px;
        font-size: 1.27273rem;
        width: 50%;
        display: inline-block;
        text-align: center; }

.brochure-genre:lang(vi)__selectors {
  font-family: "myriad-pro", sans-serif; }

.brochure__links {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #bdbfc2; }
  .brochure__links a {
    display: block;
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.27273rem;
    text-decoration: none;
    padding: 5px 0 5px 20px;
    position: relative; }
    .brochure__links a:before {
      content: "";
      background-image: url(/img/brochuredownloads/pdf-med.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      width: 13px;
      height: 13px;
      position: absolute;
      left: 0;
      top: 9px; }

.brochure__links:lang(vi) a {
  font-family: "myriad-pro", sans-serif; }

.listing-group {
  background: #fff;
  color: #333;
  padding: 5px 20px 15px; }

.listing {
  display: block;
  border-bottom: 1px solid #bdbfc2;
  padding: 15px 0; }
  .listing__title, .listing__subtitle {
    font-family: "TriumphBrokman", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.09091rem; }
  .listing__title {
    font-weight: 600;
    text-transform: uppercase; }
  .listing * + p {
    margin-top: 5px; }

.listing:lang(vi)__title, .listing:lang(vi)__subtitle {
  font-family: "myriad-pro", sans-serif; }
