/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url("https://fonts.googleapis.com/css?family=Monda:400,700|Open+Sans:400,700,800");
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e0e0e5;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
}
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
@supports (-webkit-appearance:none) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #e0e0e5;
  margin: 0 auto;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #e0e0e5 !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #4d4d4d !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #f6bf00;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e0e0e5;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #f6bf00;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
.g-timeline.style2 .g-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Monda', sans-serif;*/
/*@font-face {
font-family: 'Monda';
src: url('fonts/DIN1451Engschrift.woff2') format('woff2'), url('fonts/DIN1451Engschrift.woff') format('woff'), url('fonts/DIN1451Engschrift.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Monda';
src: url('BritannicBold.eot');
src: url('fonts/BritannicBold.eot?#iefix') format('embedded-opentype'), url('fonts/BritannicBold.woff2') format('woff2'), url('font/BritannicBold.woff') format('woff'), url('fonts/BritannicBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}*/
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  height: 800px !important;
}
.h2 {
  font-size: 55px;
  font-family: "Monda", sans-serif;
}
h3 {
  font-family: "monda";
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  color: black;
  line-height: 55px;
}
p {
  color: black;
  font-size: 17px;
  font-family: "open sans";
  line-height: 20px;
}
.StripeElement {
  height: 40px !important;
}
/* Header */
.itemid-133 header#g-header, .itemid-131 header#g-header {
  background-image: url('../../../../images/shop-banner.jpg') !important;
}
a.yellow-btn {
  color: white;
  background-color: #f6bf00;
  padding: 13px 39px;
  font-family: monda;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 41px;
  display: block;
  width: 197px;
  margin: 0;
  margin-bottom: 50px;
  transition: 0.2s;
  margin-top: 40px;
  border-radius: 14px !important;
  padding: 18px 32px;
  text-align: center;
}
a.yellow-btn:hover {
  background-color: #1b1b1b;
}
.StripeElement {
  width: 100% !important;
}
a.triton-phone {
  color: #1b1b1b;
  font-weight: bold;
  font-family: "monda";
  transition: 0.2s;
}
a.triton-phone:hover {
  color: #f6bf00;
}
span.triton-address {
  font-size: 12px;
  font-family: monda;
}
a.triton-email {
  color: #f6bf00;
  font-size: 12px;
  font-family: monda;
  transition: 0.2s;
}
a.triton-email:hover {
  color: #1b1b1b;
}
section#g-top-bar {
  background-color: #f3f3f3;
  padding: 9px 34px !important;
  top: 0;
  z-index: 99999;
  width: 100%;
  position: fixed;
}
section#g-top-navigation {
  margin-top: 52px;
  /* background-color: red; */
}
section#g-top-navigation .g-grid:nth-of-type(2) {
  background-color: #adadad;
  z-index: 9999;
  position: relative;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav {
  z-index: 20;
  width: 75rem;
  margin: 0 auto;
  text-align: center;
  height: 60px;
  padding: 15px 0;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav .g-standard .g-sublevel li {
  position: relative;
  margin: 0;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav .g-standard .g-fade.g-dropdown {
  background-color: #adadad;
  padding: 0 12px;
  left: -12px;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav ul.g-toplevel {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  width: 100%;
  margin: 0;
  padding: 0;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav ul.g-toplevel li.active .g-menu-item-container {
  color: white;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav ul.g-toplevel li > .g-menu-item-container {
  color: black;
  font-size: 15px;
  line-height: 18px;
}
section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav ul.g-toplevel li > .g-menu-item-container:hover {
  text-decoration: underline;
  color: white;
}
span.pipe {
  margin: 0 3%;
}
i.fa.fa-facebook-square.fb-blue {
  margin: 0px 6px;
  color: #002a54;
  transition: 0.3s;
  font-size: 20px;
}
i.fa.fa-twitter.twitter-blue {
  margin: 0px 6px;
  color: #005dbf;
  transition: 0.3s;
  font-size: 20px;
}
i.fa.fa-instagram.insta-grey {
  margin: 0px 6px;
  color: #a9a3a8;
  transition: 0.3s;
  font-size: 20px;
}
i.fa.fa-youtube-play.yt-red {
  margin: 0px 6px;
  color: red;
  transition: 0.3s;
  font-size: 20px;
}
i.fa.fa-facebook-square.fb-blue:hover {
  color: black;
}
i.fa.fa-twitter.twitter-blue:hover {
  color: black;
}
i.fa.fa-instagram.insta-grey:hover {
  color: black;
}
i.fa.fa-youtube-play.yt-red:hover {
  color: black;
}
span.tagline {
  font-size: 11px;
  font-family: monda;
  font-weight: bold;
}
img.logo-header {
  margin: 13px;
  margin-left: 30px;
  object-fit: contain;
  height: 106px;
}
a.phone {
  color: black;
  margin: 30px;
  font-size: 31px;
  font-family: monda;
  font-weight: bold;
  margin-top: 34px;
  display: block;
  transition: 0.2s;
}
a.phone:hover {
  color: #f6bf00;
}
#g-header {
  background-image: none;
  background-color: #1b1b1b;
}
#g-header::before {
  display: none;
}
/* GREEDY NAV */
nav.greedy {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 38px;
  font-weight: bold;
  font-family: "monda";
}
nav.greedy h1 {
  display: flex;
  align-self: stretch;
  align-items: center;
  color: #404040;
  padding: 0 1.5rem;
  font-weight: bold;
}
nav.greedy button {
  align-self: stretch;
  transition: all 0.4s ease-out;
  padding: 0 1rem 0 1.5rem;
  outline: 0;
  border: 0;
  font-size: 0.9rem;
  font-weight: bold;
  background: black;
  color: white;
  transition: 0.2s;
}
footer#g-footer {
  display: none;
}
nav.greedy button:hover {
  background: #f6bf00;
}
nav.greedy button.hidden {
  transition: none;
  border-right: 0.5rem solid #b6b6b6;
  width: 0;
  padding: 0;
  overflow: hidden;
}
nav.greedy button::before {
  content: attr(count);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #f6bf00;
  color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-right: 1rem;
  margin-left: calc(-1rem + -19px);
}
ul.links {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  overflow: hidden;
  text-transform: uppercase;
  list-style: none;
}
ul.links li {
  flex: none;
  padding: 1.7rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
}
ul.links li a {
  color: #404040;
  transition: 0.1s;
}
ul.links li a:hover {
  color: #f6bf00;
  text-decoration: underline;
}
ul.hidden-links {
  position: absolute;
  background: #d8d8d8;
  right: 0;
  top: 100%;
  transition: 0.2s;
  text-transform: uppercase;
}
ul.hidden-links li a {
  color: white;
  padding-right: 1rem;
  display: block;
  width: 216px;
}
ul.hidden-links.hidden {
  display: none;
}
ul.hidden-links li {
  padding: 0.8rem;
  list-style: none;
  border-bottom: 1px solid white;
  background-color: #f6bf00;
  z-index: 9999;
  position: relative;
}
ul.hidden-links li:hover {
  background-color: #1b1b1b;
}
/**** Homepage Slider ****/
.itemid-101 .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after, .itemid-101 .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background: none;
  opacity: 0;
}
.itemid-101 .g-owlcarousel {
  height: 809px !important;
  min-height: 809px !important;
  display: block;
}
.itemid-101 .g-owlcarousel .owl-item .g-owlcarousel-item-img img {
  display: block;
  width: 100% !important;
  height: 809px !important;
  min-height: 809px !important;
  object-fit: cover;
  object-position: left;
}
.itemid-101 .g-owlcarousel .owl-dots {
  bottom: 4%;
}
.itemid-101 .g-owlcarousel .owl-dots .owl-dot {
  background: transparent;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: 3px solid white;
  opacity: 1;
}
.itemid-101 .g-owlcarousel .owl-dots .owl-dot:focus {
  outline: none;
  outline-color: transparent;
}
.itemid-101 .g-owlcarousel .owl-dots .owl-dot.active, .itemid-101 .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: transparent;
  border: 3px solid #f6bf00;
}
.itemid-101 .g-owlcarousel a.g-owlcarousel-item-button.button-slider {
  background-color: #f6bf00;
  padding: 13px 32px;
  color: white !important;
  display: block;
  width: 218px;
  text-align: center;
  font-size: 18px;
  font-family: monda;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 67px;
  transition: 0.2s;
  border-radius: 14px !important;
}
.itemid-101 .g-owlcarousel a.g-owlcarousel-item-button.button-slider:hover {
  color: black !important;
  background-color: white;
}
.itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper {
  height: auto;
  height: 809px !important;
  min-height: 809px !important;
}
.itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  height: 100%;
}
.itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  text-align: left;
  width: 100%;
}
.itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content h2.owl-slide-title {
  font-size: 66px;
  font-family: monda;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 72px !important;
  display: block;
  padding-left: 12px;
  margin-left: -20px;
  padding-top: 0px;
  font-weight: bold !important;
}
.itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: white;
  width: 474px;
  display: block;
  white-space: normal;
  text-align: justify;
  font-size: 17px;
  line-height: 21px;
  font-family: "monda";
}
/*
-- Demo Styles
*/
* {
  box-sizing: border-box;
}
html {
  background: #fefefe;
}
h5 {
  text-align: center;
  margin: auto;
  font-size: 0.8rem;
  line-height: 140%;
  margin-top: 1rem;
  max-width: 50ex;
}
p {
  text-align: center;
  margin-top: 3rem;
}
html {
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
}
/* THREE BOX SECTION */
.three-box {
  background-image: url('../../../../images/3box1.jpg');
  background-size: cover;
}
.g-block.size-33-3.three-box.three-box-2 {
  background-image: url('../../../../images/3box2.jpg');
}
.g-block.size-33-3.three-box.three-box-3 {
  background-image: url('../../../../images/3box3.jpg');
}
.three-box h2 {
  color: white;
  font-family: monda;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 51px;
}
.black-box-3box {
  margin: 99px 20px 11px 80px;
  padding: 4px 13px;
  background-color: rgba(0, 0, 0, 0.9);
  display: inline-block;
}
p.red-button {
  background-color: #f6bf00;
  display: block;
  padding: 12px 10px;
  width: 192px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-family: monda;
  margin: 10px 0px 54px 81px;
  transition: 0.3s;
}
p.red-button:hover {
  background-color: #8d7800;
}
section#g-three-boxes {
  background-color: #1b1b1b;
}
#g-content-1 .homepage-main-block h4 {
  color: #f6bf00;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 50px;
}
#g-content-1 .homepage-main-block h3 {
  font-family: monda;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  color: black;
  display: block;
  margin-top: -42px;
}
#g-content-1 .homepage-main-block p {
  color: black;
  font-size: 17px;
  font-family: "open sans";
  line-height: 20px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 21px;
}
#g-content-1 .homepage-main-block a {
  background-color: #f6bf00;
  padding: 13px 32px;
  color: white;
  display: block;
  width: 218px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-family: monda;
  text-transform: uppercase;
  margin-top: 56px;
  margin-bottom: 67px;
  transition: 0.2s;
}
#g-content-1 .homepage-main-block a:hover {
  background-color: #1b1b1b;
}
.outline-9 #g-content-2 .g-container, .outline-21 #g-content-2 .g-container {
  background-image: url('../../../../images/border.jpg');
  background-repeat: repeat-x;
}
.red-text {
  color: #f6bf00 !important;
}
.bike-three {
  background-image: url('../../../../images/triton-motorcycle-3.jpg');
  height: 236px;
  background-size: cover;
  margin-top: 50px;
}
.bike-three.bike-img-1 {
  background-image: url('../../../../images/st-50.jpg') !important;
}
.bike-three.bike-img-2 {
  background-image: url('../../../../images/st-125.jpg') !important;
}
.bike-three.bike-img-3 {
  background-image: url('../../../../images/limited-edition.jpg') !important;
}
p.new-motorcycles {
  font-family: monda;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-top: 30px;
  text-align: left;
}
h3.bike-block-h3 {
  display: block;
  margin-top: -25px;
  white-space: nowrap;
}
.bike-block p {
  text-align: left;
}
a.lern-more-3, a.frames-a, a.history-learn-more {
  color: white;
  background-color: #f6bf00;
  padding: 6px 37px;
  font-family: monda;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 41px;
  display: block;
  width: 183px;
  margin-bottom: 50px;
  transition: 0.2s;
}
a.frames-a, a.history-learn-more {
  font-size: 17px;
  width: 190px;
  padding: 12px;
  text-align: center;
}
a.frames-a:hover {
  background-color: #1b1b1b;
}
a.lern-more-3:hover {
  background-color: #1b1b1b;
}
a.history-learn-more:hover {
  background-color: #1b1b1b;
}
.bike-block strong {
  margin-top: -29px;
  display: block;
}
p.left-feather {
  text-align: left;
  text-transform: uppercase;
  display: block;
  margin-bottom: -16px;
  font-size: 19px;
}
.g-block.size-50.featherbedbox p {
  text-align: left;
}
.feather-image {
  background-image: url('../../../../images/1959.jpg');
  height: 333px;
  background-size: cover;
  margin-bottom: 36px;
  display: block;
}
.feather-image2 {
  background-image: url('../../../../images/1961.jpg');
}
.text-align-left {
  text-align: left;
}
/* Homepage History of */
section#g-content-4 {
  background-image: url('../../../../images/history-bg.jpg');
  background-size: cover;
}
h3.larger-history {
  color: white;
  font-size: 60px;
  line-height: 82px;
}
.customhistory-box {
  text-align: left;
}
.customhistory-box p {
  text-align: left;
  color: white;
  font-family: "open sans";
}
.customhistory-box span.red-text {
  text-align: left;
  font-size: 19px;
  font-family: "monda";
  display: block;
  font-weight: 800;
  margin-bottom: -20px;
  margin-top: 49px;
}
/* Footer */
h3.footerh3 {
  font-size: 20px;
  margin-bottom: 12px;
}
footer#g-footer-top {
  background-image: url('../../../../images/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 47px;
}
.g-block.size-100.center.logo-footer {
  margin-bottom: -68px;
  margin-top: 20px;
}
#g-footer-top a {
  color: black;
}
a.triton-footer-link-red {
  color: #f6bf00 !important;
}
#g-footer-top a:hover {
  color: #f6bf00;
  text-shadow: 0px 0px 2px black;
}
#g-footer-top .footer-socials a {
  font-size: 22px;
}
footer#g-footer-bottom {
  background-color: #1b1b1b;
  color: white;
  font-size: 12px;
  height: 65px;
}
footer#g-footer-bottom a {
  color: white;
  transition: 0.3s;
}
footer#g-footer-bottom a:hover {
  color: #f6bf00;
}
header#g-header {
  height: 395px;
  background-size: cover;
}
.outline-9 header#g-header, .outline-21 header#g-header {
  height: initial;
}
img.card-logos-image {
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  margin-top: -9px;
}
p.foo-add {
  text-align: left;
  line-height: 5px;
}
#g-footer-top i.fa.fa-facebook-square.fb-blue {
  font-size: 27px;
}
#g-footer-top i.fa.fa-twitter.twitter-blue {
  font-size: 27px;
}
#g-footer-top i.fa.fa-instagram.insta-grey {
  font-size: 27px;
}
#g-footer-top i.fa.fa-youtube-play.yt-red {
  font-size: 27px;
}
/* ABOUT - US .OUTLINE_11*/
.outline-11 section#g-content-1 {
  background-color: #f3f3f3;
  padding-bottom: 48px;
}
.outline-11 header#g-header {
  background-image: url('../../../../images/about-bg.jpg');
}
.about-top-block h3 {
  font-family: monda;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  color: black;
}
.about-top-block a {
  color: white;
  background-color: #f6bf00;
  padding: 13px 39px;
  font-family: monda;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 41px;
  display: block;
  width: 197px;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: 0.2s;
  margin-top: 54px;
}
img.about-triton-logo {
  margin-top: 73px;
  margin-bottom: -26px;
}
.itemid-192 header#g-header {
  background-image: url('../../../../images/banners/t-banner-union-jack.jpg');
}
.itemid-192 #g-content-1 {
  background-color: #f3f3f3;
  margin-bottom: 35px;
}
.itemid-192 .g-block.size-50.about-text-1 {
  padding: 0px 60px 0px 18px;
  text-align: left !important;
}
.itemid-192 .g-block.size-50.about-text-2 {
  padding: 0px 60px 0px 18px;
  text-align: left !important;
}
.itemid-192 .disclaimer-toggle {
  border-bottom: 2px solid #f6bf00;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.itemid-192 .disclaimer-toggle span {
  color: white;
  background-color: #f6bf00;
  padding: 13px 0;
  font-family: monda;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 41px;
  display: block;
  width: 197px;
  margin: 0 auto;
  margin-bottom: 0;
  transition: 0.2s;
  margin-top: 0;
  font-size: 13px;
  line-height: 15px;
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
}
.itemid-192 .disclaimer-toggle div:nth-of-type(1) {
  width: 80%;
  display: inline-block;
}
.itemid-192 .disclaimer-toggle div:nth-of-type(1) p {
  text-align: left !important;
}
.itemid-192 .disclaimer-toggle div:nth-of-type(1) h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: black;
  font-family: "monda";
}
.itemid-192 .disclaimer-toggle div:nth-of-type(2) {
  width: 18%;
  display: inline-block;
  text-align: left;
}
.itemid-192 .disclaimer-content {
  padding: 30px;
  display: none;
}
.itemid-192 .disclaimer-content p {
  text-align: left;
}
.g-block.size-50.about-text-1 {
  padding: 94px 97px 228px 88px;
  text-align: left !important;
}
.g-block.size-50.about-text-1 p {
  text-align: left !important;
}
.g-block.size-50.about-text-2 {
  padding: 73px;
  text-align: left !important;
}
.g-block.size-50.about-text-2 p {
  text-align: left !important;
}
.g-block.size-50.about-text-3 {
  padding: 53px 97px 89px 88px;
  text-align: left !important;
}
.g-block.size-50.about-text-3 p {
  text-align: left !important;
}
.g-block.size-50.about-text-4 {
  padding: 73px;
  text-align: left !important;
}
.g-block.size-50.about-text-4 p {
  text-align: left !important;
}
.g-block.size-50.about-image-1 {
  background-image: url('../../../../images/about.jpg');
  background-size: cover;
}
.g-block.size-50.about-image-2 {
  background-image: url('../../../../images/our-background.jpg');
  background-size: cover;
}
.g-block.size-50.about-image-3 {
  background-image: url('../../../../images/the-owners.jpg');
  background-size: cover;
}
.g-block.size-50.about-image-4 {
  background-image: url('../../../../images/our-background.jpg');
  background-size: cover;
}
/* TIME LINE PICTURES */
.g-timeline-icon-container {
  background-image: url('../../../../images/our-background.jpg');
  background-size: cover;
}
.timeline-2 .g-timeline-icon-container {
  background-image: url('../../../../images/the-owners.jpg');
  background-size: cover;
}
.timeline-4 .g-timeline-icon-container {
  background-image: url('../../../../images/1961.jpg');
  background-size: cover;
}
span.g-timeline-icon.fa.fa-circle-thin {
  display: none;
}
.g-timeline.style2 .g-timeline-icon-container {
  width: 220px;
  height: 220px;
  line-height: 52px;
  font-size: 24px;
  left: 43.1%;
  margin-left: -30px;
}
.g-timeline.style2 .g-timeline-content {
  margin-left: 0;
  padding: 25px;
  width: 28%;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  left: 185%;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  right: 185%;
}
.g-timeline.style2 .g-timeline-content {
  margin-left: 0;
  padding: 25px;
  width: 36%;
  line-height: 21px;
  background-color: #f3f3f3;
}
.g-timeline-year {
  color: #f6bf00;
  font-weight: bold;
  font-family: "monda";
  margin-top: 80px;
  font-size: 20px !important;
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
  margin-bottom: 90px;
  margin-top: 50px;
}
/* ^^^^^^^ END TIMELINE ^^^^^ */
.feather-image.feather-image4 {
  background-image: url('../../../../images/1961.jpg');
}
/* NEW MOTORCYCLES */
.outline-12 section#g-content-1, .outline-13 section#g-content-1 {
  background-color: #f3f3f3;
  padding-bottom: 35px;
}
.outline-12 header#g-header {
  background-image: url('../../../../images/newbikes-bg.jpg');
}
.outline-12 .g-block.size-50.about-text-1, .outline-13 .g-block.size-50.about-text-1 {
  padding: 2px 1px 6px 0px;
  text-align: left !important;
}
.outline-12 .g-block.size-50.about-text-2, .outline-13 .g-block.size-50.about-text-2 {
  padding: 2px 1px 6px 0px;
  text-align: left !important;
}
.outline-12 .g-block.size-50.about-text-3, .outline-13 .g-block.size-50.about-text-3 {
  padding: 2px 1px 6px 0px;
  text-align: left !important;
}
.outline-12 .g-block.size-50.about-text-4, .outline-13 .g-block.size-50.about-text-4 {
  padding: 2px 1px 6px 0px;
  text-align: left !important;
}
.outline-12 .g-block.size-50.about-text-2 {
  padding: 2px 1px 6px 0px;
  text-align: left !important;
  margin-bottom: -26px !important;
}
p.newtritonbutton {
  display: inline-block;
  margin: 12px;
}
.outline-12 .g-block.size-50.about-image-1 {
  background-image: url('../../../../images/colour-options.jpg');
  background-size: cover;
}
.outline-12 .g-block.size-50.about-image-2 {
  background-image: url('../../../../images/ordering.jpg');
  background-size: cover;
}
.outline-12 .g-block.size-50.about-image-3 {
  background-image: url('../../../../images/price.jpg');
  background-size: cover;
}
.outline-12 .g-block.size-50.about-image-4 {
  background-image: url('../../../../images/warranty.jpg');
  background-size: cover;
}
.outline-12 .about-top-block a {
  color: white;
  background-color: #f6bf00;
  padding: 13px 0px;
  font-family: monda;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 41px;
  display: block;
  width: 246px;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: 0.2s;
  margin-top: 54px;
}
.about-top-block a:hover {
  background-color: #1b1b1b;
}
.outline-12 #g-content-2 h3, .outline-13 #g-content-2 h3 {
  margin-top: 50px;
}
.g-block.size-50.about-image-1.new-image-motorcycles {
  margin-top: 31px;
}
.outline-12 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-4.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-4.new-image-motorcycles {
  margin-top: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 23px;
}
.g-block.size-50.new-bike-text {
  margin-bottom: 90px;
}
.outline-12 #g-content-2 h3, .outline-13 #g-content-2 h3 {
  margin-top: 47px;
  font-size: 39px;
  line-height: 49px;
}
/* NEW TRITON Frames */
.outline-13 header#g-header {
  background-image: url('../../../../images/frames.jpg');
}
.outline-13 .about-top-block a {
  width: 257px;
}
.outline-13 .g-block.size-50.about-image-1 {
  background-image: url('../../../../images/1959.jpg');
  background-size: cover;
}
.outline-13 .g-block.size-50.about-image-2 {
  background-image: url('../../../../images/1961.jpg');
  background-size: cover;
}
.outline-13 .g-block.size-50.about-image-3 {
  background-image: url('../../../../images/hdfram.jpg');
  background-size: cover;
}
.outline-13 .g-block.size-50.about-image-4 {
  background-image: url('../../../../images/frame02.jpg');
  background-size: cover;
}
.outline-13 .g-block.size-50.new-bike-text {
  margin-bottom: 4px;
}
.outline-13 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-4.new-image-motorcycles {
  margin-top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
}
.outline-13 footer#g-footer-top {
  margin-top: 98px;
}
.outline-13 .g-block.size-50.about-image-2.new-image-motorcycles {
  background-position-x: 80% !important;
}
.outline-13 .g-block.size-50.about-image-4.new-image-motorcycles {
  background-position-x: 80% !important;
}
.outline-13 #g-content-2 h3 {
  margin-top: 36px;
  font-size: 50px;
}
.outline-13 .g-block.size-50.about-image-2.new-image-motorcycles {
  background-position-x: 80% !important;
  margin-top: 0px;
}
.outline-13 .g-block.size-50.about-image-1.new-image-motorcycles {
  margin-top: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0px;
}
.outline-13 .g-block.size-50.new-bike-text {
  margin-bottom: 30px;
}
/*performance parts */
/* Outline-14 */
.outline-14 header#g-header {
  background-image: url('../../../../images/performance.jpg');
}
.outline-14 .about-top-block h3 {
  font-family: monda;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  color: black;
  text-align: left;
}
.outline-14 h3.about-us-h3 {
  text-align: left;
}
.outline-14 p.align-left-p {
  text-align: left;
}
.outline-14 #g-content-1 h3 {
  font-family: monda;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 800;
  color: black;
}
.outline-14 .g-block.size-50.perf-block p {
  display: block;
  margin-top: 54px;
}
.outline-14 section#g-content-2 {
  background-image: url('../../../../images/perfred.jpg');
  margin-bottom: 62px;
  margin-top: 55px;
}
.outline-14 p.redp1 {
  font-family: "monda";
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  margin-top: 64px;
}
.outline-14 p.redp2 {
  text-align: left;
  font-size: 28px;
  color: white;
  font-family: "monda";
  text-transform: uppercase;
  line-height: 36px;
  margin-top: 40px;
}
.outline-14 a.redplink {
  color: black;
  transform: 0.3s;
}
.outline-14 a.redplink:hover {
  color: white;
}
.outline-14 a.redplink2 {
  text-transform: uppercase;
  font-family: "monda";
  color: white;
  background-color: #f6bf00;
  font-size: 25px;
  margin-top: 26px;
  text-align: left;
  float: left;
  display: block;
  padding: 21px 91px;
  margin-bottom: 85px;
  transform: 0.3s;
  border-radius: 15px;
}
.outline-14 a.redplink2:hover {
  background-color: black;
}
.outline-14 img.perf-filter {
  margin-top: 21px;
  margin-left: 94px;
}
.outline-14 #g-content-3 h3 {
  font-family: monda;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 800;
  color: black;
}
.outline-14 section#g-content-3 {
  margin-bottom: 62px;
}
/* gallery */
.outline-15 header#g-header {
  display: none;
}
.outline-15 img.about-triton-logo {
  margin-top: 6px;
  margin-bottom: -26px;
}
.outline-16 {
  /* CONTACT US */
  /* FORM */
}
.outline-16 header#g-header {
  background-image: url('../../../../images/performance.jpg');
}
.outline-16 .customcontact-us-text p {
  text-align: left;
}
.outline-16 h3.about-us-h3 {
  text-align: left;
}
.outline-16 .g-block.size-60.grey-contact-box {
  background-color: #f3f3f3;
}
.outline-16 input#Name, .outline-16 input#Email, .outline-16 input#Number, .outline-16 textarea#Message {
  height: 63px;
  border-radius: 0px;
  padding: 17px;
  font-size: 19px;
  font-family: "monda";
  margin: 18px 0px 0px 0px;
  width: 100%;
}
.outline-16 div#custom-2280-particle {
  padding: 58px 52px 55px 52px;
}
.outline-16 textarea#Message {
  height: 228px !important;
}
.outline-16 .g-block.size-50.contact-block1 {
  font-family: "Open Sans";
  margin-top: 20px;
}
.outline-16 .g-block.size-50.contact-block1 a {
  color: #f6bf00;
  text-decoration: underline;
  transition: 0.2s;
}
.outline-16 .g-block.size-50.contact-block1 a:hover {
  color: black;
  text-decoration: underline;
}
.outline-16 input#Send {
  background-image: none;
  background: none;
  background-color: #f6bf00;
  border-radius: 0px;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  font-family: "monda";
  font-size: 20px;
  text-transform: uppercase;
  padding: 11px 79px;
  margin-top: 36px;
  margin-left: 29%;
  transition: 0.3s;
  border-radius: 14px;
}
.outline-16 input#Send:hover {
  background-color: black;
}
.outline-16 h3.about-us-h3 {
  margin-top: 33px;
}
.outline-16 section#g-content-2 {
  margin-top: 10px;
}
.outline-16 section#g-content-6 {
  padding-top: 76px;
}
.outline-17 {
  /*NEWS BLOG*/
}
.outline-17 h3.about-us-h3 {
  text-align: left;
}
.outline-17 .customcontact-us-text p {
  text-align: left;
}
.outline-17 header#g-header {
  background-image: url('../../../../images/performance.jpg');
}
.outline-17 #g-content-2 div.page-header > h2 > a {
  color: black !important;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "monda";
  font-weight: bold;
}
.outline-17 section#g-content-6 {
  padding-top: 76px;
}
.outline-17 {
  /*NEWS Page*/
}
.outline-17 h3.about-us-h3 {
  text-align: left;
}
.outline-17 .customcontact-us-text p {
  text-align: left;
}
.outline-17 header#g-header {
  background-image: url('../../../../images/performance.jpg');
}
.outline-17 #g-content-2 p {
  text-align: left;
}
.outline-17 body p {
  margin: 1rem 0;
  text-align: left;
}
.outline-17 h3.about-us-h3 {
  margin-bottom: -59px;
}
.outline-17 h2 {
  font-family: monda;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
ol.nav.nav-tabs.nav-stacked {
  display: none;
}
.pagination {
  color: black;
  font-family: "monda";
}
.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color: black;
}
p.counter.pull-right {
  font-family: "monda";
  color: #f6bf00;
}
p.readmore .btn {
  background-color: #f6bf00;
  border-radius: 0;
  font-family: monda;
  font-size: 19px;
  letter-spacing: inherit;
  padding: 20px 20px;
}
.btn span {
  padding: 0;
  margin: 0;
  display: none;
}
a.boxed-button {
  font-family: monda;
  text-transform: uppercase;
  background-color: #f6bf00;
  color: white;
  padding: 3px 47px;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 30px;
  display: inline-block;
  transform: 0.2s;
}
a.boxed-button:hover {
  background-color: #1b1b1b;
}
.g-block.size-30.map-text {
  color: black;
  font-family: monda;
}
a.map-text-3 {
  color: black;
  font-size: 17px;
  font-family: monda;
}
img.map-pin {
  margin-left: 6px;
  margin-top: 7px;
}
.outline-19 header#g-header {
  background-image: url('../../../../images/performance.jpg');
}
.outline-19 section#g-three-boxes {
  background-color: white;
}
.outline-19 section#g-content-6 {
  margin-top: 60px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 87% !important;
  height: 342px;
}
i.fa.fa-caret-right.icon-chevron-right.icon-white {
  color: black;
}
i.fa.fa-caret-left.icon-chevron-left.icon-white {
  color: black;
}
img.j2store-img-responsive {
  border: 1px solid lightgrey;
  transition: 0.3s;
}
img.j2store-img-responsive:hover {
  opacity: 0.7;
}
.product_cart_block {
  display: none;
}
#g-featured-products h3 {
  margin-bottom: 52px;
}
.j2store-img-responsive {
  max-width: 100%;
  object-fit: cover;
  height: 360px;
}
#jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
  color: black !important;
  font-family: "monda" !important;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 16px;
  font-size: 18px;
}
span.sale-price {
  color: #f6bf00;
}
.outline-19 .owl-carousel .owl-item img {
  display: block;
  width: 84% !important;
  height: 202px;
}
.outline-22 .owl-carousel .owl-item img {
  display: block;
  width: 76% !important;
  height: 202px;
}
input.j2store-cart-button.btn.btn-primary {
  background-color: #f6bf00;
  font-family: monda;
  padding: 10px 25px;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 15px;
  color: white;
  transition: 0.2s;
}
input.j2store-cart-button.btn.btn-primary:hover {
  background-color: black;
  color: white;
  text-decoration: none;
  border: 1px solid black;
}
img.j2store-product-main-image.j2store-img-responsive {
  width: 79%;
  padding: 31px 32px;
}
h1.product-title {
  font-family: Monda;
  text-transform: uppercase;
  color: black;
  line-height: 48px;
  font-size: 26px;
}
#g-three-boxes > div > div:nth-child(1) > div > div > div > div > ul > li > a > span {
  color: #404040;
}
.product-ldesc p {
  text-align: left;
}
.product-sdesc p {
  text-align: left;
}
.product-sdesc {
  width: 510px;
}
#description > div.product-sdesc > p {
  display: none;
}
input.input-mini.form-control {
  border-radius: 0px;
  padding: 9px !important;
}
.sale-price {
  color: #f6bf00;
  font-family: monda;
}
span.divider {
  margin-top: 3px;
  color: black;
}
#akeeba-renderjoomla > div > div > div:nth-child(1) > div:nth-child(2) {
  margin-left: -42px;
  width: 45%;
}
ul.additional-image-list li img {
  width: 25.85%;
  margin-top: 8px;
  object-fit: contain;
  height: 143px;
}
input.btn.btn-success {
  color: white;
  font-family: monda;
  background-color: #f6bf00;
  background-image: none;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0px;
}
input.btn.btn-inverse {
  color: white;
  font-family: monda;
  background-color: #1b1b1b;
  background-image: none;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0px;
}
#j2store-slider-range .ui-slider-handle {
  background: grey;
  border-radius: 1em;
}
.ui-slider-range.ui-widget-header {
  background-color: #f6bf00 !important;
}
#j2store-slider-range.ui-slider {
  border-radius: 0px;
  background: lightgray;
  border: none;
  height: 5px;
  width: 150px;
}
#akeeba-renderjoomla > div > div > div.span9 > div.j2store-products-row.row-0.row-fluid > div > div > h2 > a {
  color: black;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
#akeeba-renderjoomla > div > div > div.span9 > div.j2store-products-row.row-1.row-fluid > div > div > h2 > a {
  color: black;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.nav-bar-icon.top-icon-search {
  background-image: url('../../../../images/icons/search.png');
  background-repeat: no-repeat;
  transition: 0.2s;
}
.nav-bar-icon.top-icon-profile {
  background-image: url('../../../../images/icons/personal.png');
  background-repeat: no-repeat;
  transition: 0.2s;
}
.nav-bar-icon.top-icon-cart {
  background-image: url('../../../../images/icons/triton-cart.png');
  background-repeat: no-repeat;
  transition: 0.2s;
}
.nav-bar-icon.top-icon-search:hover {
  background-image: url('../../../../images/icons/search-hover.png');
  background-repeat: no-repeat;
}
.nav-bar-icon.top-icon-profile:hover {
  background-image: url('../../../../images/icons/personal-hover.png');
  background-repeat: no-repeat;
}
.nav-bar-icon.top-icon-cart:hover {
  background-image: url('../../../../images/icons/triton-cart-hover.png');
  background-repeat: no-repeat;
}
.nav-bar-icon {
  display: inline-block;
  width: 48px;
  margin-top: 55px;
}
.searchbar-header {
  font-family: monda;
  transition: 0.35s;
  opacity: 0;
  right: -200px;
  top: 159px;
  z-index: 99999;
  width: 22%;
  padding: 25px;
  position: absolute;
}
.nav-bar-icon.top-icon-search {
  cursor: pointer;
}
.close-button {
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
  float: right;
  margin-right: 7px;
  margin-top: -13px;
  font-size: 18px;
}
.close-button:hover {
  color: #f6bf00;
}
.g-block.size-100.searchbar-header.selected {
  position: absolute;
  background-color: lightgrey;
  width: 31%;
  right: 0px;
  opacity: 1;
}
.searchbar-header label {
  display: none;
}
a.btn.btn-primary {
  width: 24%;
  height: 41px;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  padding-top: 10px;
  border-radius: 0px;
  background-color: #f6bf00;
  transition: 0.3s;
}
a.btn.btn-primary:hover {
  background-color: #1b1b1b;
}
input#mod_j2store_search-137 {
  width: 71%;
  margin-right: 10px;
  border-radius: 0px;
}
#akeeba-renderjoomla > div > div > div > ul > li > a {
  color: black;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #f6bf00 !important;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
}
.g-block.size-100.searchbar-header.selected::before {
  content: " ";
  position: absolute;
  transform: rotate(45deg);
  top: -9px;
  background-color: lightgray;
  height: 30px;
  width: 30px;
  right: 146px;
}
/* Address Pages */
#address-tab > div > div.myprofile-address-addnew > a {
  color: #f6bf00;
  transform: 0.2s;
}
#address-tab > div > div.myprofile-address-addnew > a:hover {
  color: black;
  transform: 0.2s;
}
input.btn.btn-warning {
  font-weight: 800;
  border-radius: 0px;
  background-color: #f6bf00;
  background-image: none;
  color: white;
  font-family: monda;
  text-transform: uppercase;
  text-shadow: none;
}
input.btn.btn-warning:hover {
  background-color: #1b1b1b;
}
a.btn.btn-warning {
  font-weight: 800;
  border-radius: 0px;
  background-color: #f6bf00;
  background-image: none;
  color: white;
  font-family: monda;
  text-transform: uppercase;
  text-shadow: none;
}
a.btn.btn-warning:hover {
  background-color: #1b1b1b;
}
#address > div.pull-right > a {
  font-weight: 800;
  border-radius: 0px;
  background-color: #f3f3f3;
  background-image: none;
  color: #1b1b1b;
  font-family: monda;
  text-transform: uppercase;
  text-shadow: none;
}
#address > div.pull-right > a:hover {
  background-color: #1b1b1b;
  color: #f3f3f3;
}
input.btn.btn-primary {
  font-weight: 800;
  border-radius: 0px;
  background-color: white;
  background-image: none;
  color: black;
  font-family: monda;
  text-transform: uppercase;
  text-shadow: none;
  border: 1px solid #f6bf00;
}
input.btn.btn-primary:hover {
  color: #f6bf00;
  text-decoration: underline;
}
input.btn.btn-warning:hover {
  background-color: #1b1b1b;
}
a.btn.btn-large.btn-success {
  color: white !important;
  background-image: none;
  background-color: #f6bf00;
  border-radius: 0px;
  font-family: monda;
  text-transform: uppercase;
  transition: 0.3s;
}
a.btn.btn-large.btn-success:hover {
  background-color: #000000;
}
a.btn.btn-small.btn-danger.btn-xs.j2store-remove.remove-icon {
  background-image: none;
  color: white;
  border-radius: 0px;
  font-size: 18px;
  text-shadow: none;
  margin-top: 9px;
  background-color: #f6bf00;
}
table.table-bordered thead th {
  background-color: #1b1b1b;
  color: white;
  border-radius: 0px;
}
.checkout-heading {
  font-family: monda;
  text-transform: uppercase;
  background-color: #1b1b1b !important;
  color: white !important;
}
a.top-link-on-sticky {
  color: black;
  font-size: 11px;
  font-family: monda;
  font-weight: 800;
  transition: 0.3s;
}
a.top-link-on-sticky:hover {
  color: #f6bf00;
}
.loginLinks a {
  color: #f6bf00;
  font-family: monda;
}
.loginLinks a:hover {
  color: #f6bf00;
  text-decoration: underline;
}
.login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn {
  margin-right: 10px;
  font-family: monda;
  border-radius: 0px;
  background-color: #f6bf00;
  font-size: 17px;
  font-weight: 800;
  padding: 10px 29px;
  transition: 0.4s;
}
.login .btn:hover, .logout .btn:hover, .registration .btn:hover, .profile-edit .btn:hover, .remind .btn:hover, .reset .btn:hover {
  background-color: #1b1b1b;
}
input.j2store-cart-button.btn.btn-primary:hover {
  color: white;
}
.owl-carousel .owl-item img:hover {
  opacity: 0.8;
}
p.text-success {
  color: black;
  position: absolute;
}
.j2store-checkout-link {
  color: #f6bf00;
}
#akeeba-renderjoomla > div > div > div a {
  color: #f6bf00;
}
/* Slider Contents */
p.triton-slider-paragraph {
  color: white;
  width: 474px;
  display: block;
  white-space: normal;
  text-align: justify;
  line-height: 21px;
  font-family: "monda";
}
.triton-slider-large-text {
  font-size: 66px;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 72px;
  display: block;
  padding-left: 12px;
  margin-left: -20px;
  height: 205px;
  padding-top: 0px;
}
.triton-slider-large-text-redline {
  font-size: 66px;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 72px;
  display: block;
  border-left: solid #f6bf00 0px;
  padding-left: 12px;
  margin-left: -33px;
  height: 193px;
  margin-top: 13px;
}
a.slider-button {
  font-family: monda;
  color: white !important;
  background-color: #f6bf00;
  text-transform: uppercase;
  font-size: 17px;
  padding: 6px 38px;
}
a.slider-button:hover {
  color: black !important;
  background-color: white;
}
a.slider-button {
  margin-left: -2px;
}
/* Small Desktops */
@media only screen and (max-width: 1750px) {
  p.triton-slider-paragraph {
    margin-top: 50px;
  }
  a.slider-button {
    margin-top: 75px;
    display: block;
    width: 194px;
  }
  .nav-bar-icon {
    width: 29px;
    height: 24px;
  }
  a.phone {
    color: black;
    margin: 30px;
    font-size: 29px;
    font-family: monda;
    font-weight: bold;
    margin-top: 34px;
    display: block;
    transition: 0.2s;
    letter-spacing: -1px;
  }
  p.triton-slider-paragraph {
    color: white;
    width: 691px;
    display: block;
    white-space: normal;
    text-align: justify;
    line-height: 21px;
    font-family: "monda";
    text-shadow: 3px 0px 4px black;
  }
  .three-box h2 {
    color: white;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1509px) {
  a.phone {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1450px) {
  p.triton-slider-paragraph {
    margin-top: 100px;
  }
  a.slider-button {
    margin-top: 137px;
    display: block;
    width: 194px;
  }
  #g-top-navigation .size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
  }
  #g-top-navigation .size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
  }
  .hide-1450 {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  section#g-top-navigation .g-grid:nth-of-type(2) .g-main-nav {
    z-index: 20;
    width: 60rem;
    margin: 0 auto;
    text-align: center;
    height: 60px;
    padding: 15px 0;
  }
  .triton-slider-large-text {
    font-size: 47px;
    font-family: monda;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 53px;
    display: block;
    padding-left: 12px;
    margin-left: -20px;
    height: 205px;
    padding-top: 0px;
    margin-top: -35px;
  }
  .triton-slider-large-text-redline {
    margin-top: -26px;
  }
  p.triton-slider-paragraph {
    color: white;
    width: 759px;
    display: block;
    white-space: normal;
    text-align: justify;
    line-height: 21px;
    font-family: "monda";
    font-size: 13px;
    margin-top: 13px;
  }
  a.slider-button {
    margin-top: 81px;
    display: block;
    width: 194px;
    margin-left: -2px;
  }
  a.triton-email {
    color: #f6bf00;
    font-size: 12px;
    font-family: monda;
    transition: 0.2s;
    display: none;
  }
  a.triton-footer-link-red {
    font-size: 12px;
  }
  .bike-three {
    height: 174px;
  }
  h3.bike-block-h3 {
    display: block;
    margin-top: -25px;
    white-space: nowrap;
    font-size: 29px;
  }
  .triton-slider-large-text-redline {
    height: 143px;
  }
  .g-block.size-50.about-text-1 {
    padding: 7px 37px 30px 40px;
    text-align: left !important;
  }
  .g-block.size-50.about-text-2 {
    padding: 7px 37px 30px 40px;
    text-align: left !important;
  }
  #g-content-6 h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    color: black;
    font-size: 30px;
  }
  .outline-12 .about-top-block a {
    color: white;
    background-color: #f6bf00;
    padding: 13px 0px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 186px;
    margin: 0 auto;
    margin-bottom: 50px;
    transition: 0.2s;
    margin-top: 54px;
  }
  .outline-13 .about-top-block a {
    width: 176px;
  }
  .product-sdesc {
    width: 482px;
  }
  .outline-19 .owl-carousel .owl-item img {
    display: block;
    width: 84% !important;
    height: auto;
  }
  #jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
    color: black !important;
    font-family: "monda" !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
  }
  .outline-14 #g-content-1 h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1100px) {
  #g-top-navigation .size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
  }
  .nav-bar-icons {
    white-space: nowrap;
  }
  .nav-bar-icons {
    margin-left: 26px;
  }
  span.tagline {
    display: none;
  }
}
/* tweaks */
.outline-14 h3.about-us-h3:first-child {
  font-size: 50px !important;
  margin-top: 12px;
}
.outline-22 header#g-header {
  background-image: url('../../../../images/performance.jpg');
}
.outline-22 section#g-three-boxes {
  background-color: white;
}
.outline-22 section#g-content-6 {
  margin-top: 60px;
}
/* Categories Page */
.outline-22 .row-fluid.j2store-categories-module a {
  color: black;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
}
.outline-22 .row-fluid.j2store-categories-module a:hover {
  color: #f6bf00;
}
.outline-22 #g-three-boxes > div > div > div > div > div > div > div > div > a:nth-child(1) > img {
  border: 2px solid #f3f3f3;
  transition: 0.2s;
  height: 300px;
  object-fit: cover;
}
.outline-22 #g-three-boxes > div > div > div > div > div > div > div > div > a:nth-child(1) > img:hover {
  opacity: 0.7;
}
.outline-22 .j2store-categories-module h4 a {
  background-color: #f3f3f3;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 19px;
  margin-bottom: 30px;
  width: 93%;
  margin-top: 7px;
  display: block;
  transition: 0.2s;
  min-height: 117px;
}
.outline-22 .j2store-categories-module h4 a:hover {
  background-color: #f6bf00;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 19px;
  margin-bottom: 30px;
  width: 93%;
  margin-top: 7px;
  display: block;
  color: white !important;
}
.outline-22 #g-three-boxes > div > div:nth-child(2) > div > div > div > div > div > div > a:nth-child(3) {
  margin-top: -30px;
  display: block;
  margin-bottom: 50px;
  display: none;
}
.outline-22 .texto h3 {
  font-family: monda;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 800;
  color: black;
  margin-top: -50px;
}
.outline-22 #g-three-boxes > div > div > div > div > div > div > div > div > a:nth-child(3) {
  display: none;
}
.outline-22 .texto p {
  text-align: left;
}
h2.product-title a {
  color: black !important;
  font-family: monda;
  display: block;
  margin-bottom: -33px;
}
h2.product-title a:hover {
  color: #f6bf00 !important;
}
.j2store-add-to-cart {
  margin-left: 0px;
  display: inline;
  margin-top: -5px;
  display: block;
  margin-bottom: 39px;
}
form#productFilters {
  display: none;
}
p.product-categories-banner {
  text-transform: uppercase;
  font-family: monda;
  font-weight: bold;
  padding-bottom: 6px;
}
.size-25 ul > li > h4 > a {
  color: black;
  font-family: monda;
  text-decoration: none;
  display: block;
  margin-left: -3px;
}
.size-25 ul > li > h4 > a:hover {
  color: #f6bf00;
  margin-left: 4px;
}
.size-25 ul > li {
  text-decoration: none;
  list-style: none;
}
.g-block.size-25.product-categories-sidebar {
  margin-top: -17px;
  display: block;
  padding-left: 9px;
}
.size-25 ul > li > h4 > a {
  color: black;
  font-family: monda;
  text-decoration: none;
  display: block;
  margin-left: -3px;
  border-bottom: solid 1px lightgrey;
  margin-top: -14px;
  margin-bottom: 24px;
  padding-bottom: 11px;
}
.price-sku-brand-container {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  margin: 0 0 25px;
  padding: 15px 0;
}
/*#akeeba-renderjoomla>div>div>div a {
    color: white;
}*/
.product-price-container .sale-price {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 35px;
  font-size: 20px;
}
h2.product-title {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 34px;
}
.options {
  margin-bottom: -29px;
}
.j2store-single-product-view .options {
  margin-bottom: 0px;
}
.outline-19 .owl-stage, .outline-22 .owl-stage {
  padding-top: 42px;
  border-top: 1px solid lightgrey;
}
.outline-19 .owl-carousel .owl-item .j2store-product-image {
  width: 92% !important;
  margin-bottom: 20px;
}
.outline-19 .owl-carousel .owl-item .j2store-product-image img {
  display: block;
  width: 100% !important;
  height: 202px;
  margin-left: 20px;
  object-fit: cover;
}
.outline-22 .owl-carousel .owl-item .j2store-product-image {
  width: 92% !important;
  margin-bottom: 20px;
}
.outline-22 .owl-carousel .owl-item .j2store-product-image img {
  display: block;
  width: 100% !important;
  height: 226px;
  margin-left: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}
.outline-19 #jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
  color: black !important;
  font-family: "monda" !important;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 14px !important;
  font-size: 18px;
  display: block;
  line-height: 20px;
}
.product-price-container .sale-price {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 32px;
  font-size: 20px;
  padding-left: 15px !important;
}
.g-timeline.style2 .g-timeline-block {
  margin: 139px 0;
}
@media only screen and (max-width: 959px) {
  /* new frames */
  /* Performaqnce Parts */
  /* Contact Us */
  /* menu */
  .itemid-101 .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after, .itemid-101 .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
    background: none;
    opacity: 0;
  }
  .itemid-101 .g-owlcarousel {
    height: 609px !important;
    min-height: 609px !important;
    display: block;
  }
  .itemid-101 .g-owlcarousel .owl-item .g-owlcarousel-item-img img {
    display: block;
    width: 100% !important;
    height: 609px !important;
    min-height: 609px !important;
    object-fit: cover;
    object-position: left;
  }
  .itemid-101 .g-owlcarousel .owl-dots {
    bottom: 4%;
  }
  .itemid-101 .g-owlcarousel .owl-dots .owl-dot {
    background: transparent;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 3px solid white;
    opacity: 1;
  }
  .itemid-101 .g-owlcarousel .owl-dots .owl-dot:focus {
    outline: none;
    outline-color: transparent;
  }
  .itemid-101 .g-owlcarousel .owl-dots .owl-dot.active, .itemid-101 .g-owlcarousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background: transparent;
    border: 3px solid #f6bf00;
  }
  .itemid-101 .g-owlcarousel a.g-owlcarousel-item-button.button-slider {
    background-color: #f6bf00;
    padding: 13px 32px;
    color: white !important;
    display: block;
    width: 218px;
    text-align: center;
    font-size: 18px;
    font-family: monda;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 67px;
    transition: 0.2s;
    border-radius: 14px !important;
  }
  .itemid-101 .g-owlcarousel a.g-owlcarousel-item-button.button-slider:hover {
    color: black !important;
    background-color: white;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper {
    height: auto;
    height: 609px !important;
    min-height: 609px !important;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    height: 100%;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    text-align: left;
    width: 100%;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content h2.owl-slide-title {
    font-size: 55px;
    font-family: monda;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 60px !important;
    display: block;
    padding-left: 12px;
    margin-left: -20px;
    padding-top: 0px;
    font-weight: bold !important;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    color: white;
    width: 474px;
    display: block;
    white-space: normal;
    text-align: justify;
    font-size: 17px;
    line-height: 21px;
    font-family: "monda";
  }
  .itemid-192 #g-content-2 .g-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .itemid-192 #g-content-2 .g-grid:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
  .itemid-192 #g-content-2 .g-block.size-50 {
    width: 100%;
    flex: 0 100%;
  }
  .itemid-192 #g-content-2 .g-block.size-50 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .itemid-192 #g-content-1 {
    background-color: #f3f3f3;
    margin-bottom: 35px;
  }
  .itemid-192 .g-block.size-50.about-text-1 {
    padding: 0px 60px 0px 18px;
    text-align: left !important;
  }
  .itemid-192 .g-block.size-50.about-text-2 {
    padding: 0px 60px 0px 18px;
    text-align: left !important;
  }
  .itemid-192 .disclaimer-toggle {
    border-bottom: 2px solid #f6bf00;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .itemid-192 .disclaimer-toggle span {
    color: white;
    background-color: #f6bf00;
    padding: 13px 0;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 197px;
    margin: 0;
    margin-bottom: 0;
    transition: 0.2s;
    margin-top: 0;
    font-size: 13px;
    line-height: 15px;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(1) {
    width: 100%;
    display: inline-block;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(1) p {
    text-align: left !important;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(1) h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: black;
    font-family: "monda";
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(2) {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .itemid-192 .disclaimer-content {
    padding: 30px;
    display: none;
  }
  .itemid-192 .disclaimer-content p {
    text-align: left;
  }
  section#g-top-bar {
    display: none;
  }
  section#g-top-navigation {
    margin-top: 0px;
  }
  nav.greedy {
    display: none;
  }
  a.phone {
    position: absolute;
    left: 23%;
  }
  .g-offcanvas-toggle {
    margin-right: 20%;
    margin-top: 1px;
    color: white;
    background-color: black;
    height: 54px;
    width: 64px;
    padding: 11px 3px 9px 11px;
  }
  a.phone {
    position: absolute;
    left: 29%;
    top: -12px;
  }
  img.logo-header {
    margin: 31px;
    margin-top: 19px;
    margin-bottom: 14px;
    max-width: none;
    width: 190px;
  }
  .nav-bar-icon {
    width: 40px;
  }
  .nav-bar-icons {
    margin-left: 11px;
    margin-top: -16px;
  }
  .triton-slider-paragraph {
    display: none !important;
  }
  .g-block.size-33-3.three-box.three-box-1 {
    flex: 0 50% !important;
    width: 50%;
    max-width: none;
  }
  .g-block.size-33-3.three-box.three-box-2 {
    flex: 0 50% !important;
    width: 50%;
    max-width: none;
  }
  .g-block.size-33-3.three-box.three-box-3 {
    flex: 0 100% !important;
    width: 50%;
    max-width: none;
  }
  .g-block.size-33-3.three-box {
    height: 351px;
  }
  .three-box h2 {
    color: white;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
  }
  .black-box-3box {
    margin: 64px 20px 11px 53px;
    padding: 4px 13px;
    background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
  }
  .three-box p.red-button {
    background-color: #f6bf00;
    display: block;
    padding: 12px 10px;
    width: 192px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-family: monda;
    margin: 10px 0px 54px 55px;
    transition: 0.3s;
  }
  a.slider-button {
    margin-top: 81px;
    display: block;
    width: 194px;
    margin-left: -2px;
    height: 50px;
    padding-top: 16px;
  }
  #g-content-1 .homepage-main-block p {
    color: black;
    font-size: 17px;
    font-family: "open sans";
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 21px;
  }
  #g-content-1 .homepage-main-block p {
    color: black;
    font-size: 17px;
    font-family: "open sans";
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 21px;
  }
  #g-content-1 .homepage-main-block a {
    background-color: #f6bf00;
    padding: 13px 32px;
    color: white;
    display: block;
    width: 218px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-family: monda;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 28px;
    transition: 0.2s;
  }
  #g-content-1 .homepage-main-block p {
    color: black;
    font-size: 16px;
    font-family: "open sans";
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 21px;
  }
  .g-block.size-33-3.bike-block {
    max-width: none;
    flex: 0 50%;
  }
  .bike-three {
    height: 215px;
  }
  .black-box-3box {
    margin: 64px 20px 11px 53px;
    padding: 4px 13px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    width: 309px;
  }
  #custom-7317-particle {
    display: none;
  }
  #g-content-3 .size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 0%;
    width: 0%;
  }
  .feather-image {
    width: 104.8%;
    height: 268px;
  }
  #g-content-3 .size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 50%;
    width: 50%;
  }
  #g-content-3 > div > div > div:nth-child(3) {
    margin-left: -14px;
  }
  h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
    color: black;
  }
  #g-content-4 > div > div > div:nth-child(1) {
    display: none;
  }
  #g-content-4 > div > div > div:nth-child(2) {
    flex: 0 86%;
    margin-left: 5%;
  }
  footer#g-footer-bottom {
    font-size: 10px;
  }
  #g-footer-bottom .size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 65%;
    width: 57%;
  }
  #g-gooter-bottom .size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 32%;
    width: 43%;
  }
  .g-block.size-25.footer-socials {
    position: absolute;
  }
  .g-block.size-25.footer-socials h3.footerh3 {
    font-size: 20px;
    margin-bottom: 12px;
    display: none;
  }
  .g-block.size-43.align-right {
    flex: 0 34%;
  }
  footer#g-footer {
    display: none;
  }
  #g-footer-top .size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 51%;
    width: 28%;
  }
  .g-block.size-25.footer-socials {
    position: absolute;
    left: 37%;
    margin-top: 139px;
  }
  h3.footerh3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .triton-slider-large-text {
    font-size: 62px;
    font-family: monda;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 76px;
    display: block;
    padding-left: 12px;
    margin-left: -20px;
    height: 205px;
    padding-top: 0px;
    margin-top: -35px;
    text-shadow: 1px 1px 29px black;
  }
  .triton-slider-large-text-redline {
    height: 202px;
    margin-top: -20px;
  }
  header#g-header {
    height: 215px;
    background-size: cover;
  }
  img.about-triton-logo {
    margin-top: 46px;
    margin-bottom: -20px;
    width: 112px;
  }
  .g-block.size-50.about-text-1 {
    flex: 0 100%;
  }
  .outline-11 section#g-content-1 {
    background-color: #f3f3f3;
    padding-bottom: 0px;
  }
  .outline-11 #g-content-2 h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 49px;
    font-weight: 800;
    color: black;
    margin-bottom: -13px;
    margin-top: 15px;
  }
  .g-block.size-50.about-image-1 {
    flex: 0 100%;
    height: 460px;
  }
  .outline-11 #g-content-3 > div > div {
    flex-flow: column-reverse;
  }
  .g-block.size-50.about-text-2 {
    flex: 0 100%;
    width: 100%;
  }
  .g-block.size-50.about-image-2 {
    width: 100%;
    height: 447px;
  }
  #custom-8454-particle > div > div > h3, #custom-6485-particle > div > div > h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 49px;
    font-weight: 800;
    color: black;
    margin-bottom: 3px;
    margin-top: 15px;
  }
  .g-timeline-year {
    color: #f6bf00;
    font-weight: bold;
    font-family: "monda";
    margin-top: -290px;
    font-size: 20px !important;
  }
  .timeline-1 .g-timeline-year {
    position: absolute;
    left: 0%;
    right: 10%;
    margin-left: 67px;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    left: 179%;
    margin-top: -131px;
  }
  .timeline-2 .g-timeline-year {
    left: 10% !important;
    position: absolute;
    margin-left: -136%;
    top: 230px;
  }
  .g-timeline.style2 .g-timeline-block {
    margin: 99px 0;
  }
  .g-timeline.style2 .g-timeline-icon-container {
    width: 180px;
    height: 180px;
    line-height: 52px;
    font-size: 24px;
    left: 41.1%;
    margin-left: -30px;
  }
  .g-timeline.style2 #g-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 49%;
    height: 100%;
    width: 4px;
    background: #e0e0e5;
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
    right: 216%;
  }
  #g-content-6 .size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 0%;
    width: 0%;
  }
  .feather-image {
    width: 104.8%;
    height: 268px;
  }
  #g-content-6 .size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 50%;
    width: 50%;
  }
  #g-content-6 > div > div > div:nth-child(3) {
    margin-left: -14px;
  }
  #g-content-6 h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    color: black;
    font-size: 30px;
    line-height: 35px;
    margin-top: 33px;
  }
  #custom-7666-particle > div.custom > p.text-align-left {
    margin-bottom: 75px;
  }
  .about-top-block h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 800;
    color: black;
    line-height: 46px;
    margin-top: 36px;
  }
  #custom-9752-particle > div > p:nth-child(7) {
    margin-bottom: 70px;
  }
  .outline-12 .about-top-block a {
    color: white;
    background-color: #f6bf00;
    padding: 13px 0px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 242px;
    margin: 0 auto;
    margin-bottom: -32px;
    transition: 0.2s;
    margin-top: 20px;
  }
  .outline-12 #g-content-2 > div > div:nth-child(2) {
    flex-direction: column-reverse;
  }
  .outline-12 .g-block.size-50.about-text-3, .outline-13 .g-block.size-50.about-text-3 {
    padding: 2px 1px 6px 0px;
    text-align: left !important;
    width: 100% !important;
    flex: 0 100%;
    width: 100%;
  }
  .outline-12 #g-content-2 > div > div:nth-child(4) {
    flex-direction: column-reverse;
  }
  div#limited {
    flex: 0 100% !important;
    width: 100%;
  }
  .g-block.size-50.new-bike-text {
    margin-bottom: 10px;
  }
  .outline-13 .about-top-block a {
    color: white;
    background-color: #f6bf00;
    padding: 13px 0px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 262px;
    margin: 0 auto;
    margin-bottom: -32px;
    transition: 0.2s;
    margin-top: 20px;
  }
  div#slim {
    width: 100%;
    flex: 0 100%;
  }
  #g-content-2 > div > div:nth-child(4) {
    flex-direction: column-reverse;
  }
  #g-content-2 > div > div:nth-child(2) {
    flex-direction: column-reverse;
  }
  .outline-13 footer#g-footer-top {
    margin-top: 24px;
  }
  .outline-14 h3.about-us-h3:first-child {
    font-size: 43px !important;
    margin-top: 12px;
  }
  .outline-14 img.perf-filter {
    margin-top: 118px;
    margin-left: -40px;
    width: 85%;
  }
  .outline-14 p.redp2 {
    text-align: left;
    font-size: 25px;
    color: white;
    font-family: "monda";
    text-transform: uppercase;
    line-height: 36px;
    margin-top: 40px;
  }
  .outline-14 section#g-content-2 {
    background-image: url('../../../../images/perfred.jpg');
    margin-bottom: 23px;
    margin-top: 18px;
    background-position: center;
  }
  .outline-14 p.redp1 {
    font-family: "monda";
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    margin-top: 41px;
  }
  .outline-14 a.redplink2 {
    text-transform: uppercase;
    font-family: "monda";
    color: white;
    background-color: #f6bf00;
    font-size: 25px;
    margin-top: 26px;
    text-align: left;
    float: left;
    display: block;
    padding: 21px 91px;
    margin-bottom: 58px;
    transform: 0.3s;
  }
  .outline-14 #g-content-3 h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
    color: black;
    line-height: 41px;
  }
  .g-block.size-40.center.about-top-block {
    flex: 0 100%;
  }
  .g-block.size-60.grey-contact-box {
    flex: 0 100%;
  }
  .socials-contact.hidden-desktop {
    text-align: left;
  }
  .about-top-block .socials-contact a {
    color: #f6bf00;
    background-color: #f6bf00;
    padding: 0px 0px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 197px;
    margin: 0 auto;
    margin-bottom: 50px;
    transition: 0.2s;
    margin-top: 4px;
    text-align: left;
    float: left;
    background: none;
    font-size: 14px;
  }
  a.social-contact-icon {
    width: 34px !important;
  }
  a.contact-us-phone {
    text-align: left;
    float: left;
    display: block;
    position: absolute;
    color: black !important;
    font-size: 20px !important;
  }
  a.social-contact-icon {
    width: 34px !important;
    margin-top: 20px !important;
    left: 20px;
  }
  a.contact-us-phone {
    color: black !important;
    position: absolute;
    font-size: 20px !important;
  }
  .social-contact-icon-holder {
    position: absolute;
    margin-top: 1px;
  }
  .outline-16 .g-block.size-40.center.about-top-block {
    flex: 0 100%;
    padding-bottom: 48px;
  }
  .pull-left.item-image {
    width: 100%;
  }
  .outline-22 .owl-carousel .owl-item img {
    display: block;
    width: 84% !important;
    height: auto;
    margin-left: 20px;
  }
  .outline-22 #g-content-6 h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    color: black;
    font-size: 24px;
    line-height: 35px;
    margin-top: 33px;
  }
  h2.product-title {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 34px;
    display: block;
    min-height: 70px;
  }
  .g-block.size-25.product-categories-sidebar {
    margin-top: -17px;
    display: block;
    padding-left: 0px;
  }
  .product-sdesc {
    width: 356px;
  }
  .outline-19 .owl-carousel .owl-item img {
    display: block;
    width: 84% !important;
    height: auto;
  }
  p.text-success {
    color: black;
    position: absolute;
    margin-top: 80px;
  }
  p.text-success a {
    color: red !important;
    display: none;
  }
  ul.loginLinks a {
    color: black !important;
  }
  .cart-estimator-discount-block {
    display: none;
  }
  div#g-mobilemenu-container {
    margin-top: 34px;
  }
  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    text-align: center;
    width: 250px;
  }
  div#g-offcanvas {
    background-image: url('../../../../images/menu-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #g-offcanvas #g-mobilemenu-container ul {
    background: #454545;
    background: transparent;
  }
  li.g-menu-item.g-menu-item-type-component {
    border-bottom: 1px solid black;
  }
  .outline-12 #g-content-2 h3, .outline-13 #g-content-2 h3 {
    margin-top: 47px;
    font-size: 50px;
    line-height: 50px;
  }
  .about-top-block h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    color: black;
    line-height: 38px;
    margin-top: 0;
  }
  .outline-14 h3.about-us-h3:first-child {
    font-size: 37px !important;
    margin-top: 12px;
  }
  .outline-14 img.perf-filter {
    margin-top: 3px;
    margin-left: 9px;
    width: 76%;
    z-index: 0;
    position: relative;
  }
  .outline-14 a.redplink2 {
    text-transform: uppercase;
    font-family: "monda";
    color: white;
    background-color: #f6bf00;
    font-size: 25px;
    margin-top: 26px;
    text-align: left;
    float: left;
    display: block;
    padding: 21px 48px;
    margin-bottom: 248px;
    text-align: center;
    transform: 0.3s;
    margin: 0 auto;
    display: table;
    width: 88%;
    margin-left: 1%;
    margin-bottom: 46px;
  }
  .outline-14 p.redp1 {
    font-family: "monda";
    text-transform: uppercase;
    text-align: left;
    font-size: 29px;
    line-height: 29px;
    margin-top: 41px;
  }
  .outline-17 section#g-content-6 {
    padding-top: 0px;
  }
  .g-block.size-100.searchbar-header.selected::before {
    content: " ";
    position: absolute;
    transform: rotate(45deg);
    top: -9px;
    background-color: lightgray;
    height: 30px;
    width: 30px;
    right: 146px;
    display: none;
  }
  .g-block.size-100.searchbar-header.selected {
    position: absolute;
    background-color: lightgrey;
    width: 100%;
    right: 0px;
    opacity: 1;
  }
  a.btn.btn-primary {
    width: 100px;
    height: 41px;
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
    padding-top: 10px;
    border-radius: 0px;
    background-color: #f6bf00;
    transition: 0.3s;
  }
  #akeeba-renderjoomla > div > div > div:nth-child(1) > div:nth-child(2) {
    margin-left: -2px;
    width: 45%;
  }
  #g-content-1 .homepage-main-block h4 {
    color: #f6bf00;
    font-family: monda;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 17px;
  }
  a.triton-footer-link-red {
    font-size: 14px;
  }
  div.g-block.size-70.map-text2 {
    margin-left: -18px;
  }
  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 20px !important;
    text-align: center;
    width: 100%;
  }
  .outline-14 h3.about-us-h3 {
    margin-top: 30px !important;
  }
  .outline-14 section#g-content-2 {
    background-position: center;
    background-repeat: no-repeat;
  }
  .outline-17 h3.about-us-h3 {
    margin-bottom: -42px;
  }
  input.input-mini.form-control {
    border-radius: 0px;
    padding: 9px !important;
    margin-bottom: 11px;
  }
  h1.product-title {
    line-height: 44px;
  }
  #akeeba-renderjoomla > div > div > div:nth-child(1) > div:nth-child(2) {
    margin-left: -18px;
    width: 45%;
  }
  .nav-bar-icon {
    display: inline-block;
    width: 48px;
    margin-top: 50px;
  }
  .nav-bar-icons {
    margin-left: 1px;
    margin-top: -14px;
    transform: scale(0.8);
  }
}
/* Mobile Phones */
@media only screen and (max-width: 767px) {
  /* Footer */
  .itemid-101 .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after, .itemid-101 .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
    background: none;
    opacity: 0;
  }
  .itemid-101 .g-owlcarousel {
    height: 409px !important;
    min-height: 409px !important;
    display: block;
  }
  .itemid-101 .g-owlcarousel .owl-item .g-owlcarousel-item-img img {
    display: block;
    width: 100% !important;
    height: 409px !important;
    min-height: 409px !important;
    object-fit: cover;
    object-position: left;
    margin-left: 0;
  }
  .itemid-101 .g-owlcarousel .owl-dots {
    bottom: 4%;
  }
  .itemid-101 .g-owlcarousel .owl-dots .owl-dot {
    background: transparent;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 3px solid white;
    opacity: 1;
  }
  .itemid-101 .g-owlcarousel .owl-dots .owl-dot:focus {
    outline: none;
    outline-color: transparent;
  }
  .itemid-101 .g-owlcarousel .owl-dots .owl-dot.active, .itemid-101 .g-owlcarousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background: transparent;
    border: 3px solid #f6bf00;
  }
  .itemid-101 .g-owlcarousel a.g-owlcarousel-item-button.button-slider {
    background-color: #f6bf00;
    padding: 13px 32px;
    color: white !important;
    display: block !important;
    width: 218px;
    text-align: center;
    font-size: 18px;
    font-family: monda;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 67px;
    transition: 0.2s;
    border-radius: 14px !important;
  }
  .itemid-101 .g-owlcarousel a.g-owlcarousel-item-button.button-slider:hover {
    color: black !important;
    background-color: white;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper {
    height: auto;
    height: 409px !important;
    min-height: 409px !important;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    height: 100%;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    text-align: left;
    width: 100%;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content h2.owl-slide-title {
    font-size: 45px;
    font-family: monda;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 50px !important;
  }
  .itemid-101 .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    display: none;
  }
  #g-footer-top img.logo-header {
    margin: 31px;
    margin-top: 19px;
    margin-bottom: 14px;
    max-width: none;
    width: 190px;
    left: 0;
    margin-left: 0;
    float: none;
    display: block;
  }
  #g-footer-top .g-block.size-100.disclaimer {
    margin-bottom: 40px;
  }
  .itemid-192 h3 {
    font-size: 28px;
    font-weight: 800;
    color: black;
    line-height: 35px;
    margin-top: 0;
  }
  .itemid-192 #g-content-2 .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .itemid-192 #g-content-2 .g-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .itemid-192 #g-content-2 .g-grid:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
  .itemid-192 #g-content-2 .g-block.size-50 {
    width: 100%;
    flex: 0 100%;
  }
  .itemid-192 #g-content-2 .g-block.size-50 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .itemid-192 #g-content-1 {
    background-color: #f3f3f3;
    margin-bottom: 35px;
  }
  .itemid-192 .g-block.size-50.about-text-1 {
    padding: 0px 0;
    text-align: left !important;
  }
  .itemid-192 .g-block.size-50.about-text-2 {
    padding: 0px 0;
    text-align: left !important;
  }
  .itemid-192 .disclaimer-toggle {
    border-bottom: 2px solid #f6bf00;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .itemid-192 .disclaimer-toggle span {
    color: white;
    background-color: #f6bf00;
    padding: 13px 0;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 197px;
    margin: 0;
    margin-bottom: 0;
    transition: 0.2s;
    margin-top: 0;
    font-size: 13px;
    line-height: 15px;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(1) {
    width: 100%;
    display: inline-block;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(1) p {
    text-align: left !important;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(1) h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: black;
    font-family: "monda";
    margin-bottom: 0;
  }
  .itemid-192 .disclaimer-toggle div:nth-of-type(2) {
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .itemid-192 .disclaimer-content {
    padding: 30px 0 0 0;
    display: none;
  }
  .itemid-192 .disclaimer-content p {
    text-align: left;
  }
  .nav-bar-icons {
    margin-left: 0px;
    background-color: lightgrey;
    position: absolute;
    width: 100%;
    position: fixed;
    top: 0px;
    margin-top: -46px;
    padding-left: 37%;
    z-index: 999999;
  }
  .nav-bar-icons {
    margin-left: 1px;
    margin-top: -14px;
    transform: none;
  }
  .nav-bar-icon {
    display: inline-block;
    width: 47px;
    margin-top: 50px;
    background-size: auto 22px !important;
    background-position: center;
    margin-bottom: 3px;
    margin-left: -8px;
  }
  .nav-bar-icons {
    margin-left: 1px;
    margin-top: -44px;
    transform: none;
  }
  section#g-top-navigation {
    margin-top: 49px;
    height: 153px;
  }
  .g-offcanvas-toggle {
    margin-right: 2%;
    margin-top: 40px;
    color: white;
    background-color: black;
    height: 54px;
    width: 64px;
    padding: 11px 3px 9px 11px;
  }
  a.phone {
    position: absolute;
    left: 0%;
    top: 107px;
  }
  .triton-slider-large-text {
    font-size: 37px;
    font-family: monda;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 41px;
    display: block;
    padding-left: 12px;
    margin-left: -11px;
    height: 205px;
    padding-top: 0px;
    margin-top: -10px;
    text-shadow: 1px 1px 29px black;
  }
  .triton-slider-large-text-redline {
    margin-top: -2px;
    margin-left: -18px;
    height: 110px;
  }
  .g-block.size-33-3.three-box.three-box-1 {
    display: none;
  }
  .g-block.size-33-3.three-box.three-box-2 {
    display: none;
  }
  .g-block.size-33-3.three-box.three-box-3 {
    display: none;
  }
  #g-content-1 .homepage-main-block h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    color: black;
    display: block;
    margin-top: -42px;
    line-height: 46px;
    margin-top: -18px;
  }
  #g-content-1 .homepage-main-block h4 {
    color: #f6bf00;
    font-family: monda;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 8px;
  }
  .g-block.size-33-3.bike-block {
    max-width: none;
    flex: 0 100%;
  }
  .g-block.size-33-3.bike-block {
    max-width: none;
    flex: 0 100%;
  }
  .bike-three {
    height: 50vw;
  }
  a.slider-button {
    margin-top: 81px;
    display: block;
    width: 194px;
    margin-left: -2px;
    height: 44px;
    padding-top: 8px;
  }
  a.lern-more-3, a.frames-a, a.history-learn-more {
    color: white;
    background-color: #f6bf00;
    padding: 6px 37px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 37px;
    display: block;
    width: 183px;
    margin-bottom: 26px;
    transition: 0.2s;
  }
  .bike-three {
    height: 54vw;
    margin-top: -16px;
  }
  #g-content-3 .size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 97%;
    width: 50%;
  }
  #g-content-3 > div > div > div:nth-child(3) {
    margin-left: 0px;
  }
  a.lern-more-3, a.frames-a, a.history-learn-more {
    color: white;
    background-color: #f6bf00;
    padding: 7px 37px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 37px;
    display: block;
    width: 207px;
    margin-bottom: 24px;
    transition: 0.2s;
  }
  a.frames-a {
    padding: 15px 20px;
  }
  .j2store.product-19.j2store-module-product {
    margin-left: 39px;
  }
  .outline-21 .owl-carousel .owl-item img {
    display: block;
    width: 93% !important;
    height: auto;
  }
  a.lern-more-3, a.frames-a, a.history-learn-more {
    width: 101%;
    text-align: center;
  }
  .j2store.product-9.j2store-module-product {
    margin-left: 20px;
  }
  .outline-21 section#g-content-4 {
    display: none;
  }
  a.lern-more-3, a.frames-a, a.history-learn-more {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-top: 29px;
  }
  #g-footer-top .size-28 {
    flex: 0 100%;
    margin-left: 10%;
    width: 100%;
  }
  #g-footer-top .g-block.size-22, #g-footer-top .g-block.size-25 {
    display: none;
  }
  .g-block.size-25.footer-socials {
    width: 100%;
    position: inherit;
    margin-top: 0px;
    margin: 0 auto;
    text-align: center;
    display: table !important;
  }
  #g-footer-top > div > div:nth-child(2) {
    flex-direction: column-reverse;
  }
  #g-footer-top .size-28 {
    flex: 0 100%;
    margin-left: 10%;
    width: 100%;
    margin-bottom: -19px;
  }
  .g-block.size-30.map-text {
    flex: 0 30%;
  }
  .g-block.size-70.map-text2 {
    flex: 0 70%;
  }
  .g-block.size-43.align-right {
    flex: 0 100%;
    width: 100%;
  }
  #g-footer-bottom .size-57 {
    flex: 0 100%;
    width: 100%;
    margin-top: -30px;
  }
  #g-footer-bottom > div > div {
    flex-direction: column-reverse;
  }
  footer#g-footer-bottom {
    height: 123px;
  }
  img.card-logos-image {
    margin: 0 auto;
    display: table;
  }
  footer#g-footer-top {
    padding-bottom: 17px;
    background-position: center;
  }
  .outline-21 .owl-carousel .owl-item img {
    display: block;
    width: 82% !important;
    height: auto;
    margin-left: 29px;
  }
  .outline-21 .product-price-container .sale-price {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0px;
    font-size: 20px;
    margin-left: 32px;
  }
  .outline-11 #g-content-2 h3 {
    font-size: 32px;
  }
  #custom-8454-particle > div > div > h3, #custom-6485-particle > div > div > h3 {
    font-size: 32px;
    line-height: 38px;
  }
  section#g-content-4 {
    display: none;
  }
  .g-timeline-description {
    display: none;
  }
  .g-timeline.style2 .g-timeline-icon-container {
    width: 115px;
    height: 115px;
    line-height: 52px;
    font-size: 24px;
    left: 41.1%;
    margin-left: -30px;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    left: 153%;
    margin-top: 10px;
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
    margin-top: -190px;
    margin-left: -185px;
    text-align: left;
  }
  .g-timeline.style2 .g-timeline-content {
    background-color: transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  }
  .g-block.size-50.about-image-1, .g-block.size-50.about-image-2 {
    width: 100%;
    height: 245px;
  }
  div#g-timeline {
    display: none;
  }
  .g-block.size-47.featherbedbox {
    flex: 0 100% !important;
    width: 100%;
  }
  .feather-image {
    width: 99.8%;
    height: 268px;
  }
  #g-content-6 > div > div > div:nth-child(3) {
    margin-left: 0px;
  }
  .outline-22 #g-three-boxes > div > div > div > div > div > div > div > div > a:nth-child(1) > img {
    border: 2px solid #f3f3f3;
    transition: 0.2s;
    margin: 0 auto;
    margin-left: 0%;
    width: 100%;
  }
  div > div:nth-child(1) > div:nth-child(2) {
    margin-left: -2px;
    width: auto;
    margin-bottom: 34px;
  }
  img.j2store-product-main-image.j2store-img-responsive {
    width: 105%;
    padding: 31px 32px;
  }
  img.j2store-img-responsive {
    width: 100%;
  }
  .ls-layers {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible !important;
  }
  .ls-layers, .ls-slide-backgrounds, .ls-background-videos, .ls-bg-video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible !important;
  }
  input#mod_j2store_search-137 {
    width: 62%;
    margin-right: 10px;
    border-radius: 0px;
  }
  .outline-14 a.redplink2 {
    text-transform: uppercase;
    font-family: "monda";
    color: white;
    background-color: #f6bf00;
    font-size: 25px;
    margin-top: 46px;
    text-align: left;
    float: left;
    display: block;
    padding: 21px 48px;
    margin-bottom: 58px;
    text-align: center;
    transform: 0.3s;
    margin: 0 auto;
    display: table;
    width: 88%;
    margin-left: -1%;
    margin-top: 15px;
  }
  h3.footerh3 {
    margin-left: 0;
  }
  #g-footer-bottom .size-57 {
    flex: 0 100%;
    width: 100%;
    margin-top: -71px;
  }
  .outline-22 .texto h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    color: black;
    margin-top: -50px;
    line-height: 38px;
  }
  #g-footer-top .size-28 {
    flex: 0 100%;
    margin-left: 2%;
    width: 100%;
    margin-bottom: -19px;
  }
  a.triton-footer-link-red {
    font-size: 15px;
  }
  .outline-19 .product-price-container .sale-price {
    padding-left: 27px !important;
  }
  .outline-19 section#g-content-6 {
    margin-top: -27px;
  }
  .outline-21 #g-featured-products h3 {
    margin-bottom: -18px;
  }
  .outline-11 #g-content-2 h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 49px;
    font-weight: 800;
    color: black;
    margin-bottom: -3px;
    margin-top: 42px;
  }
  #akeeba-renderjoomla > div > div > div:nth-child(1) > div:nth-child(2) {
    margin-left: -7px;
    width: 100%;
  }
  h1.product-title {
    line-height: 44px;
    margin-bottom: 4px;
  }
  .outline-19 .product-price-container .sale-price {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 3px;
    font-size: 20px;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 390px) {
  h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    color: black;
  }
  .nav-bar-icons {
    margin-left: 0px;
    background-color: lightgrey;
    position: absolute;
    width: 100%;
    position: fixed;
    top: 0px;
    margin-top: -46px;
    padding-left: 34%;
    z-index: 999999;
  }
}
@media (-webkit-device-pixel-ratio: 2) {
  a.slider-button {
    margin-top: 81px;
    display: block;
    width: 194px;
    margin-left: -2px;
    height: 44px;
    padding-top: 17px;
  }
}
.nav-bar-icon {
  background-size: contain;
}
/* ADDON PAGES */
.outline-23 header#g-header {
  background-image: url('../../../../images/newcycles-bg.jpg');
}
.outline-23 h2 {
  display: none !important;
}
.outline-23 .item-page p {
  text-align: left !important;
}
.g-block.size-100.extra-text-imp p {
  text-align: left !important;
}
.outline-12 .g-block.size-100.extra-text-imp {
  margin-top: -100px;
  margin-bottom: 50px;
}
.product-ldesc a {
  color: #f6bf00 !important;
}
img.j2store-product-main-image.j2store-img-responsive {
  width: 79%;
  padding: 31px 32px;
  object-fit: contain;
  height: 441px;
}
.outline-22 .owl-carousel .owl-item img {
  display: block;
  width: 84% !important;
  height: 226px;
  margin-left: 20px;
  object-fit: cover;
}
ul.additional-image-list li img {
  width: 27.65%;
  margin-top: 8px;
  object-fit: cover;
  height: 103px;
}
img.j2store-product-main-image.j2store-img-responsive {
  width: 85%;
  padding: 0px 0px;
  object-fit: cover;
  height: 441px;
  border: 0px;
}
a.btn.btn-success {
  background-color: transparent !important;
  background-image: none;
  /* color: green!important; */
  text-shadow: none;
  background-color: #f6bf00 !important;
  color: white !important;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 20px;
  font-family: "monda";
  text-transform: uppercase;
}
a.btn.btn-success:hover {
  background-color: transparent !important;
  background-image: none;
  /* color: green!important; */
  text-shadow: none;
  background-color: #1b1b1b !important;
  color: white !important;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 20px;
}
.j2store-products-row h2 {
  /*  min-height: 100px;*/
}
.outline-21 .j2store-product-module .owl-item .j2store-product-image {
  width: 100% !important;
  margin-bottom: 20px;
}
.outline-21 .j2store-product-module .owl-item .j2store-product-image img {
  display: block;
  width: 100% !important;
  height: 264px;
  position: relative;
  object-fit: cover;
  border: 0;
}
.outline-21 #jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
  color: black !important;
  font-family: "monda" !important;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 2px;
  font-size: 18px;
}
.outline-21 .product-price-container .sale-price {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: -7px;
  font-size: 21px;
  margin-bottom: 68px;
  display: block;
}
.outline-21 .product-price-container .base-price {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: -7px;
  font-size: 21px;
  margin-bottom: 68px;
  display: block;
}
.option {
  margin-bottom: -12px;
}
.product-sku {
  display: none;
}
.j2store-products-row.row-fluid {
  margin-bottom: 40px;
}
.j2store-products-row.row-fluid .product-price-container .sale-price {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 32px;
  font-size: 20px;
  padding-left: 2px !important;
}
ul.loginLinks a {
  color: darkred !important;
}
/* RESPONSIVE TWEAKS*/
@media (min-width: 768px) and (max-width: 959px) {
  .nav-bar-icons {
    margin-left: 10px;
    width: 100%;
    position: relative;
    top: 0px;
    margin-top: 14px;
    padding-left: 0;
    z-index: 999999;
    background-color: transparent;
  }
  .g-block.size-50.fifimgsplit {
    flex: 0 100% !important;
    width: 100% !important;
    background-position: center !important;
  }
  .g-block.size-50.fifimgsplit .g-content {
    height: 48vw !important;
    background-position: center !important;
  }
  .outline-13 .g-block.size-50.about-image-2.new-image-motorcycles {
    background-position-x: 50% !important;
  }
  .outline-14 section#g-content-2 {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .outline-14 img.perf-filter {
    margin-top: 3px;
    margin-left: -4px;
    width: 100%;
    z-index: 0;
    position: relative;
    display: none;
  }
  .outline-22 .j2store-categories-module h4 a:hover {
    background-color: #f6bf00;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 7px;
    display: block;
    color: white !important;
  }
  .j2store-img-responsive {
    max-width: 100%;
    object-fit: cover;
    height: 190px;
  }
  .outline-22 .j2store-categories-module h4 a {
    background-color: #f3f3f3;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 7px;
    display: block;
    transition: 0.2s;
    min-height: 117px;
    font-size: 15px !important;
  }
  .outline-22 #g-three-boxes > div > div > div > div > div > div > div > div > a:nth-child(1) > img {
    border: 2px solid #f3f3f3;
    transition: 0.2s;
    height: 162px;
    object-fit: cover;
  }
  section#g-featured-products {
    display: none;
  }
  ul.breadcrumb {
    display: none;
  }
  .size-25 ul > li > h4 > a {
    color: black;
    font-family: monda;
    text-decoration: none;
    display: block;
    margin-left: -3px;
    border-bottom: solid 1px lightgrey;
    margin-top: -14px;
    margin-bottom: 24px;
    padding-bottom: 11px;
    line-height: 20px;
  }
  .product-ldesc table {
    display: none;
  }
  .outline-9 #g-content-2 .g-container, .outline-21 #g-content-2 .g-container {
    background-image: url('../../../../images/border.jpg');
    background-repeat: repeat-x;
    background-image: none;
  }
  .itemid-101 #g-content-3 h3 {
    line-height: 44px !important;
  }
  a.phone {
    position: absolute;
    left: 29%;
    top: 5px;
  }
  .g-offcanvas-toggle {
    margin-right: 20%;
    margin-top: 22px;
    color: white;
    background-color: black;
    height: 54px;
    width: 64px;
    padding: 11px 3px 9px 11px;
  }
  .nav-bar-icons {
    margin-left: 1px;
    margin-top: 9px;
    transform: scale(0.8);
  }
  a.slider-button {
    margin-top: 81px;
    display: block;
    width: 194px;
    margin-left: -2px;
    height: 50px;
    padding-top: 15px;
    line-height: 20px;
  }
  .g-block.size-25.footer-socials {
    position: absolute;
    left: 37%;
    margin-top: 90px;
  }
  .about-top-block a {
    color: white;
    background-color: #f6bf00;
    padding: 12px 39px;
    font-family: monda;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 41px;
    display: block;
    width: 197px;
    margin: 0 auto;
    margin-bottom: 34px;
    transition: 0.2s;
    margin-top: 54px;
  }
  .g-block.size-50.about-text-1 {
    padding: 44px 37px 35px 40px;
    text-align: left !important;
  }
  .outline-16 #custom-9752-particle > div.customcontact-us-text > p:nth-child(2) > a {
    display: inline;
    padding: 0px;
    color: black;
    background-color: transparent;
    margin: 0;
  }
  .outline-14 h3.about-us-h3:first-child {
    font-size: 30px !important;
    margin-top: 12px;
    text-align: center;
  }
  .outline-14 #g-content-2 .size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 100%;
    width: 59%;
  }
  .outline-14 #g-content-1 h3 {
    font-size: 18px;
  }
}
/* tweaks */
@media only screen and (max-width: 768px) {
  #custom-7204-particle > div.bike-three.bike-img-1 {
    margin-top: 29px;
  }
  .nav-bar-icons {
    margin-left: 10px;
    width: 100%;
    position: absolute;
    top: 0px;
    margin-top: -34px;
    padding-left: 0;
    z-index: 999999;
    background-color: transparent;
    margin: -30px auto 0 auto;
    text-align: center;
  }
  .outline-21 #jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
    color: black !important;
    font-family: "monda" !important;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 34px;
    font-size: 18px;
  }
  .owl-nav {
    display: none;
  }
  .outline-21 .product-price-container .sale-price {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: -7px;
    font-size: 21px;
    margin-bottom: -19px;
    display: block;
  }
  .g-block.size-50.about-text-1 {
    padding: 45px 37px 56px 40px;
    text-align: left !important;
  }
  .outline-12 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-4.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-4.new-image-motorcycles {
    margin-top: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 23px;
    height: 312px;
    width: 100%;
    max-width: none;
  }
  div#custom-9197-particle, div#custom-7076-particle {
    height: 100%;
  }
  .outline-12 #g-content-2 h3, .outline-13 #g-content-2 h3 {
    margin-top: 17px;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
  }
  .outline-14 section#g-content-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  img.perf-filter {
    display: none;
  }
  .outline-16 #custom-9752-particle > div.customcontact-us-text > p:nth-child(2) > a {
    display: inline;
    padding: 0px;
    color: black;
    background-color: transparent;
    margin: 0;
  }
  .outline-16 #custom-9752-particle > div.customcontact-us-text > p:nth-child(2) > a {
    display: inline-block;
    padding: 0px;
    color: black;
    background-color: transparent;
    margin: 0;
    line-height: 28px;
  }
  #custom-9752-particle > div > p:nth-child(7) {
    margin-bottom: 14px;
  }
  div > div:nth-child(1) > div:nth-child(2) {
    margin-left: -2px;
    width: auto;
    margin-bottom: -9px;
  }
  .outline-22 .j2store-categories-module h4 a {
    background-color: #f3f3f3;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 7px;
    display: block;
    transition: 0.2s;
    min-height: 117px;
  }
  .outline-22 .j2store-categories-module h4 a:hover {
    width: 100%;
  }
  img.card-logos-image {
    margin-right: 5px;
  }
  footer#g-footer-bottom a {
    color: white;
    transition: 0.3s;
    position: relative;
    z-index: 99999999999;
  }
  #custom-7666-particle > div.custom > p:nth-child(4) > a {
    margin-top: -35px;
  }
  .outline-16 .g-block.size-50.contact-block1 br {
    display: none;
  }
  .outline-16 input#Send {
    background-image: none;
    background: none;
    background-color: #f6bf00;
    border-radius: 0px;
    outline: none;
    text-shadow: none;
    box-shadow: none;
    font-family: "monda";
    font-size: 20px;
    text-transform: uppercase;
    padding: 11px 79px;
    margin-top: 36px;
    margin-left: 0;
    transition: 0.3s;
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 20px;
  }
  .itemid-129 div > div:nth-child(1) > div:nth-child(2) {
    margin-left: -2px;
    width: auto;
    margin-bottom: 26px;
  }
  #g-content-2 > div > div > div > div > div > div > div > div.items-row.cols-2.row-0.row-fluid.clearfix {
    margin-bottom: -15px;
  }
  .outline-19 img.j2store-product-main-image.j2store-img-responsive {
    width: 100%;
    padding: 0px 0px;
    object-fit: cover;
    height: 441px;
    border: 0px;
  }
  .outline-21 #jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
    color: black !important;
    font-family: "monda" !important;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 0px;
    font-size: 18px;
    /* white-space: nowrap; */
    width: 83%;
    display: block;
    line-height: 28px;
    text-align: left;
    margin-left: 30px;
    height: 49px;
  }
  .outline-21 .product-cart-section {
    margin-bottom: 32px;
  }
  h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    color: black;
  }
  .outline-21 .product-price-container .sale-price {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: -11px;
    font-size: 23px;
    margin-bottom: 68px;
    display: block;
    margin-left: 16px;
  }
  h3 {
    font-family: monda;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    color: black;
  }
  .outline-19 .owl-carousel .owl-item img {
    display: block;
    width: 84% !important;
    height: 210px !important;
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  .outline-12 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-4.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-4.new-image-motorcycles {
    margin-top: -31px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 23px;
    height: 318px;
    width: 100%;
    max-width: none;
  }
  .outline-12 #g-content-2 h3, .outline-13 #g-content-2 h3 {
    margin-top: -11px;
    font-size: 29px;
    line-height: 50px;
    text-align: center;
  }
  .outline-12 #g-content-2 h3, .outline-13 #g-content-2 h3 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  #custom-6485-particle > div > h3 > strong {
    margin-top: 20px !important;
    display: block;
  }
  #custom-6518-particle > div > h3 {
    margin-top: 25px !important;
  }
  .outline-12 .g-block.size-100.extra-text-imp {
    margin-top: -100px;
    margin-bottom: 0px;
  }
  div#custom-7076-particle {
    height: 100%;
    margin-bottom: -68px;
  }
  #g-content-2 > div > div:nth-child(1) > div.g-block.size-50.about-image-1.new-image-motorcycles.fifimgsplit {
    margin-bottom: 0;
  }
}
.outline-16 #custom-9752-particle > div.customcontact-us-text > p:nth-child(2) > a {
  display: inline;
  padding: 0px;
  color: black;
  background-color: transparent;
  margin: 0;
}
footer#g-footer-top {
  background-image: none;
  background-color: lightgray;
}
.span4 .j2store-product-images img.j2store-img-responsive {
  background-size: cover;
  width: 100%;
}
/* NEW IMAGE BLOCKS */
img.img-responsive {
  width: 28%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 5px;
}
[id^="lightgallery"] > span.light-main-span > a > img {
  width: 86%;
  height: 400px;
}
img.img-responsive {
  width: 28%;
  height: 111px;
  object-fit: cover;
  margin-bottom: 5px;
  transition: 0.3s;
}
img.img-responsive:hover {
  opacity: 0.8;
}
[id^="lightgallery"]:before {
  content: " ";
  height: 59px;
  width: 60px;
  position: absolute;
  margin-top: 345px;
  background-image: url('../../../../images/magnify.jpg');
  background-size: cover;
  opacity: 0.9;
  transition: 0.3s;
  pointer-events: none;
  z-index: 9;
}
[id^="lightgallery"]:before:hover {
  content: " ";
  height: 59px;
  width: 60px;
  position: absolute;
  margin-top: 345px;
  background-image: url('../../../../images/magnify.jpg');
  background-size: cover;
  opacity: 0.6;
  transition: 0.3s;
  pointer-events: none;
  z-index: 9;
}
#jowl-slider-133 > div.owl-stage-outer > div > div > div > h4 > a {
  color: black !important;
  font-family: "monda" !important;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 1px;
  font-size: 18px;
}
.j2store-module-product h4.product-title {
  padding-left: 22px;
  line-height: 24px;
}
nav.greedy button::before {
  content: attr(count);
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: #f6bf00;
  color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-right: 1rem;
  margin-left: calc(-1rem + -25px);
  position: absolute;
  margin-top: -4px;
}
/* Triton Motorcycle Magnifyign Glass Fix */
@media screen and (min-width: 767px) {
  [id^="lightgallery"]:before {
    content: " ";
    height: 59px;
    width: 60px;
    position: absolute;
    margin-top: 345px;
    background-image: url('../../../../images/magnify.jpg');
    background-size: cover;
    opacity: 0.9;
    transition: 0.3s;
    pointer-events: none;
    z-index: 9;
    margin-left: -416px;
  }
}
/**** Bikes Page ****/
.itemid-165 .row_description p {
  margin: 1rem 0;
  text-align: left;
}
.itemid-165 header#g-header {
  height: 4px;
  background-size: cover;
  background-color: #f6bf00;
}
.itemid-165 section#g-three-boxes {
  background-color: white;
}
.itemid-165 ul.shadetabs {
  margin: 0;
  display: none;
}
.itemid-165 .vm_view_head {
  border: 0px solid #ddd;
}
.itemid-165 #currency_price {
  overflow: hidden;
  float: right;
  margin: 6px 0 0 10px;
}
.itemid-165 #currency_price .price, .itemid-165 #currency_price .money {
  margin: 0 5px 0 0;
  font-size: 28px;
  line-height: 54px;
  color: black;
}
.itemid-165 .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.itemid-165 .vm_view_head .componentheading h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  /* text-shadow: 1px 1px red; */
  text-decoration: underline;
  text-decoration-color: #f6bf00;
}
.itemid-165 .vm_main_info .row_02 {
  width: 46%;
  display: inline-block;
  margin-left: 2%;
  vertical-align: top;
}
.itemid-165 .vm_main_info .sub-slider {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.itemid-165 p.truncated-text.fpa__description.atc-type-picanto {
  text-align: left;
  margin-top: 0;
}
.itemid-165 .row_description {
  text-indent: 0;
}
.itemid-165 .row_main {
  margin-bottom: 6px;
  display: none;
}
.itemid-165 .vm_mainblock {
  border: 0px solid #ddd;
  background-color: white;
  padding: 0;
  margin: 15px 2%;
  overflow: hidden;
}
.itemid-165 .vm_mainblock .vm_maintitle {
  background-color: black;
  padding: 15px 0;
  border-bottom: 3px solid #f6bf00;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.itemid-165 div.viewcar {
  position: relative;
  margin: 0 2px 0 0;
}
.itemid-165 .basictable_28 {
  margin: 0 2%;
}
.itemid-165 .basictable_28 .red-button {
  background-color: black;
  display: block;
  padding: 10px 10px;
  width: 192px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-family: monda;
  text-align: center;
  transition: 0.3s;
  margin: 30px 0 30px 0;
}
.itemid-165 .basictable_28 .red-button:hover {
  background-color: #f6bf00;
}
.itemid-165 .basictable_28 div {
  margin: 5px 0;
  padding: 2px;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  color: #f6bf00;
  font-weight: bold;
}
.itemid-165 .basictable_28 .col_01.red-sub {
  position: relative;
  padding: 16px 0 16px 0;
  margin: 0;
  color: #f6bf00;
  font-size: 15px;
  font-weight: bold;
  width: 160px;
  display: inline-block;
  line-height: 20px;
}
.itemid-165 .basictable_28 .col_02 {
  color: black;
  display: inline-block;
  font-size: 15px;
  padding: 16px 0 16px 10px;
  display: inline-block;
  line-height: 20px;
  font-family: "open sans";
}
.itemid-165 .vm_featured_item {
  border: 0px solid #ddd;
  display: inline-block;
  padding: 12px 14px;
  margin-bottom: 5px;
  background: brown;
  color: white;
  font-size: 14px;
  font-family: "open sans";
  font-weight: normal;
}
.itemid-165 .row_title {
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  font-size: 18px;
}
.itemid-165 .vm_mainblock .col_01 {
  font-size: 15px;
  line-height: 20px;
  color: #f6bf00;
  font-weight: bold;
}
.itemid-165 .vm_mainblock span.col_02 {
  font-size: 17px;
  line-height: 20px;
  color: black;
  font-weight: normal;
  font-family: "open sans";
  text-transform: capitalize;
}
.itemid-165 .vm_mainblock .row_inline {
  min-width: 350px;
  display: inline-grid;
}
.itemid-165 #gallery {
  margin-top: 0;
  background-color: white;
}
.itemid-165 #gallery .okno_V .vm_text {
  display: inline-block;
  width: 160px;
  margin-top: 10px;
  display: none;
}
.itemid-165 .vm_text_model {
  display: none;
}
.itemid-165 .info_desc {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin: -1px 0 70px 0;
}
.itemid-165 .vm_viewlist {
  background: linear-gradient(to top, #000000, #000000);
  border-bottom: 4px solid #f6bf00;
}
.itemid-165 .vm_col_sale {
  background: #f6bf00;
}
.itemid-165 .titlevehicle a {
  font-size: 18px;
  line-height: 25px;
  color: black;
  font-family: monda;
  text-transform: uppercase;
  font-weight: 800;
}
.itemid-165 .titlevehicle a:hover {
  color: #f6bf00;
}
.itemid-165 .all_vehicle_search {
  display: none;
}
.itemid-165 #gallery .okno_V .vm_viewlist span {
  float: right;
  letter-spacing: 1px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}
.itemid-165 #gallery .okno_V .vm_viewlist span:hover {
  color: #f6bf00;
}
.itemid-165 .price {
  letter-spacing: 1px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}
.itemid-165 .price:hover {
  color: #f6bf00 !important;
}
@media (max-width: 1500px) {
  .itemid-165 .vm_main_info .row_02 {
    width: 100%;
    margin-left: 0;
    vertical-align: top;
    margin: 0 auto;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .itemid-165 #g-three-boxes .size-19 {
    flex: 0 10%;
    width: 10%;
  }
  .itemid-165 #g-three-boxes .size-62 {
    flex: 0 80%;
    width: 80%;
  }
  .itemid-165 div > div:nth-child(1) > div:nth-child(2) {
    margin: 10px 10px 20px 0;
  }
}
@media (max-width: 959px) {
  .itemid-165 #g-three-boxes .size-19 {
    flex: 0 5%;
    width: 5%;
  }
  .itemid-165 #g-three-boxes .size-62 {
    flex: 0 90%;
    width: 90%;
  }
  .itemid-165 div.viewcar, .itemid-165 div > div:nth-child(1) > div:nth-child(2) {
    position: relative;
    margin: 5px 5px 12px 0;
  }
}
@media (min-width: 959px) {
  #gallery .okno_img img {
    width: 100%;
    height: auto;
    height: 378px;
  }
}
/* 2021 tweaks */
#g-content-1 .homepage-main-block a, a.lern-more-3, a.frames-a, a.history-learn-more, a.slider-button, p.red-button, .about-top-block a {
  border-radius: 14px !important;
  padding: 18px 32px;
  text-align: center;
}
a.lern-more-3 {
  padding: 10px 32px;
}
footer#g-footer-top {
  background-image: url('../../../../images/footer-new.png');
  background-size: contain;
  background-position: center;
}
a.triton-footer-link-red {
  color: #dfbd00 !important;
}
.triton-slider-large-text {
  text-transform: capitalize;
}
.disclaimer p {
  font-size: 13px;
  text-align: left;
  display: block;
  margin-bottom: -46px;
  margin-top: 27px;
}
.new-menu {
  background-color: #adadad;
  padding: 0% 16%;
}
.new-menu nav.greedy {
  margin-top: 0px;
}
.new-menu ul.links li a {
  color: #404040;
  transition: 0.1s;
  color: black;
  font-size: 15px;
  text-transform: capitalize;
}
.new-menu ul.links {
  display: flex;
  flex: 1;
  overflow: hidden;
  text-transform: uppercase;
  list-style: none;
  justify-content: center;
}
.itemid-101 ul.links > li:nth-child(1) > a {
  color: white;
}
.itemid-113 ul.links > li:nth-child(2) > a {
  color: white;
}
.itemid-114 ul.links > li:nth-child(3) > a {
  color: white;
}
.itemid-165 ul.links > li:nth-child(4) > a {
  color: white;
}
.itemid-141 ul.links > li:nth-child(5) > a {
  color: white;
}
.itemid-115 ul.links > li:nth-child(6) > a {
  color: white;
}
.itemid-116 ul.links > li:nth-child(7) > a {
  color: white;
}
.itemid-129 ul.links > li:nth-child(8) > a {
  color: white;
}
.itemid-120 ul.links > li:nth-child(9) > a {
  color: white;
}
.itemid-121 ul.links > li:nth-child(10) > a {
  color: white;
}
div#header-logo-particle {
  padding-left: 16%;
}
nav.greedy button {
  background: #f6bf00;
}
nav.greedy button:hover {
  background: black;
}
nav.greedy button::before {
  background: dimgray;
}
ul.hidden-links {
  position: absolute;
  background: #d8d8d8;
  right: 0;
  top: 36px;
  transition: 0.2s;
  text-transform: uppercase;
}
p.passionpara {
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
  position: absolute;
  top: 95px;
}
#g-top-navigation a.phone {
  margin-top: 38px;
  display: block;
  letter-spacing: -1px;
  text-align: right;
  margin-right: 47px;
}
/* responsive for 2021 changes (mainly the top menu) */
@media only screen and (max-width: 1350px) {
  div#header-logo-particle {
    padding-left: 5%;
  }
  .new-menu {
    background-color: #adadad;
    padding: 0% 5%;
  }
}
@media only screen and (max-width: 959px) {
  p.passionpara {
    display: none;
  }
  footer#g-footer-top {
    background-size: cover;
  }
  .contact-us-footer-block .g-content {
    width: 100%;
  }
  .disclaimer p {
    font-size: 12px;
    text-align: left;
    display: block;
    margin-bottom: -46px;
    margin-top: -27px;
  }
  section#g-featured-products {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  div#custom-9197-particle, div#custom-7076-particle {
    height: 250px;
  }
  .outline-12 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-12 .g-block.size-50.about-image-4.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-1.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-2.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-3.new-image-motorcycles, .outline-13 .g-block.size-50.about-image-4.new-image-motorcycles {
    margin-top: 31px;
    background-repeat: no-repeat;
    background-position-y: 23px;
    height: 422px;
    width: 100%;
    max-width: none;
    display: block;
    background-size: cover;
    height: 300px;
  }
  a.slider-button {
    border-radius: 14px !important;
    padding: 8px 32px;
    text-align: center;
  }
}
h3 {
  text-transform: capitalize;
}
.itemid-116 #g-content-1 h3 {
  text-align: center;
}
/*# sourceMappingURL=custom_19.css.map */