﻿@font-face {
  font-family: "GoBold";
  src: url("/Content/fonts/gobold/Gobold Regular.otf") format("opentype");
  src: url("/Content/fonts/gobold/Gobold Regular.eot");
  /* IE9 Compat Modes */
  src: url("/Content/fonts/gobold/Gobold Regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/gobold/Gobold Regular.woff") format("woff"), url("/Content/fonts/gobold/Gobold Regular.ttf") format("truetype"), url("/Content/fonts/gobold/Gobold Regular.svg") format("svg");
  /* Legacy iOS */ }

h1, h2, h3, h4, h5, h6 {
  font-family: "GoBold", arial;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #151a1b;
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 1400px; }

@media (min-width: 1200px) {
  .container.c-2400 {
    max-width: 2400px; }
  .container.c-1600 {
    max-width: 1600px; }
  .container.c-1400 {
    max-width: 1400px; }
  .container.c-1000 {
    max-width: 1000px; } }

header {
  position: relative;
  z-index: 999; }
  header .header-top {
    background: #080a0b;
    border-bottom: 5px solid #ed1c24; }
    header .header-top .pull-left {
      color: #fff;
      margin-top: 5px; }
      header .header-top .pull-left h4 {
        line-height: 1.4;
        margin-top: 17px; }
    header .header-top .pull-right {
      margin-top: 5px;
      margin-bottom: 5px;
      text-transform: uppercase; }
      @media (min-width: 601px) {
        header .header-top .pull-right .address, header .header-top .pull-right .phone, header .header-top .pull-right .facebook {
          margin-left: 50px; } }
      @media (max-width: 600px) {
        header .header-top .pull-right .address, header .header-top .pull-right .phone, header .header-top .pull-right .facebook {
          margin-left: 20px; } }
      header .header-top .pull-right .address, header .header-top .pull-right .phone {
        font-family: "GoBold", arial;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px; }
        header .header-top .pull-right .address img, header .header-top .pull-right .phone img {
          padding-right: 10px;
          float: left;
          margin-top: 2px;
          height: 25px; }
      header .header-top .pull-right .facebook {
        float: left;
        margin-left: 0; }
        header .header-top .pull-right .facebook img {
          margin-top: 5px;
          height: 28px;
          opacity: 0.95; }
      header .header-top .pull-right .address {
        float: left; }
        header .header-top .pull-right .address span {
          float: left; }
      header .header-top .pull-right .phone {
        float: right; }
    header .header-top a, header .header-top a:focus, header .header-top a:hover {
      color: #fff;
      text-decoration: none; }
  header .header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px; }
  header .header-menu {
    background: #fff;
    color: #000;
    font-family: "GoBold";
    height: 110px;
    position: relative;
    z-index: 101;
    width: 100%;
    border-bottom: 5px solid #000;
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.15); }
    header .header-menu .logo-class {
      margin-top: 10px; }
      @media (max-width: 992px) {
        header .header-menu .logo-class img {
          height: 60px; } }
    @media (max-width: 992px) {
      header .header-menu {
        height: 85px; } }
    header .header-menu.fixed-header {
      height: 75px; }
      header .header-menu.fixed-header .menu-desktop {
        margin-top: 5px;
        margin-bottom: 5px; }
      header .header-menu.fixed-header .logo-class img {
        height: 55px; }
    @media (min-width: 1200px) {
      header .header-menu .menu-desktop {
        margin-top: 23px;
        margin-bottom: 22px; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      header .header-menu .menu-desktop {
        margin: 23px -10px 22px -10px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      header .header-menu .menu-desktop {
        float: right !important; } }
    @media (max-width: 767px) {
      header .header-menu .menu-desktop {
        float: left !important;
        padding-top: 4px; } }
    header .header-menu .shopping-cart > div {
      float: left; }
    header .header-menu .shopping-cart img {
      height: 48px;
      margin-left: 10px;
      padding: 10px; }
    @media (min-width: 768px) and (max-width: 992px) {
      header .header-menu .menu-desktop {
        margin: 9px -10px 7px -10px; } }
    header .header-menu .menu-desktop .nav {
      float: left; }
    header .header-menu .menu-desktop .shopping-cart {
      float: right;
      margin-top: 2px; }
    header .header-menu .container-infinite {
      overflow: hidden;
      padding: 0;
      margin: 0;
      text-align: center; }
    header .header-menu .nav > ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      vertical-align: baseline;
      font-size: 0; }
      header .header-menu .nav > ul > li {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-size: 16px; }
    header .header-menu .nav > ul > li, header .header-menu .nav > ul > li > a {
      display: inline-block;
      vertical-align: middle;
      vertical-align: baseline;
      line-height: 60px;
      height: 60px; }
    header .header-menu .nav > ul > li.page > a {
      color: #000;
      text-decoration: none;
      -moz-transition: .25s;
      -o-transition: .25s;
      -webkit-transition: .25s;
      transition: .25s;
      border-bottom: 3px solid transparent; }
      @media (min-width: 1441px) {
        header .header-menu .nav > ul > li.page > a {
          padding: 0 24px;
          letter-spacing: 2px;
          font-size: 18px; } }
      @media (min-width: 1200px) and (max-width: 1440px) {
        header .header-menu .nav > ul > li.page > a {
          padding: 0 20px;
          font-size: 18px; } }
      @media (min-width: 993px) and (max-width: 1199px) {
        header .header-menu .nav > ul > li.page > a {
          padding: 0 16px;
          font-size: 15px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        header .header-menu .nav > ul > li.page > a {
          padding: 0 10px;
          font-size: 14px; } }
      header .header-menu .nav > ul > li.page > a:hover, header .header-menu .nav > ul > li.page > a.expanded {
        color: #ed1c24;
        border-bottom: 3px solid #ed1c24; }
    header .header-menu .nav > ul > li.page.active a, header .header-menu .nav > ul > li.page.active a:focus, header .header-menu .nav > ul > li.page.active a:hover {
      color: #ed1c24;
      border-bottom: 3px solid #ed1c24; }
    header .header-menu .nav > ul > li.page > a.family-show-trigger2:after, header .header-menu .nav > ul > li.page > a.family-show-trigger:after, header .header-menu .nav > ul > li.page > a.family-show-trigger3:after, header .header-menu .nav > ul > li.page > a.family-show-trigger4:after, header .header-menu .nav > ul > li.page > a.family-show-trigger5:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 0;
      border-top: 6px solid #000;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      margin-left: 5px;
      margin-bottom: 3px;
      -moz-transition: .25s;
      -o-transition: .25s;
      -webkit-transition: .25s;
      transition: .25s; }
    header .header-menu .nav > ul > li.page > a.family-show-trigger.expanded:after, header .header-menu .nav > ul > li.page > a.family-show-trigger2.expanded:after, header .header-menu .nav > ul > li.page > a.family-show-trigger3.expanded:after, header .header-menu .nav > ul > li.page > a.family-show-trigger4.expanded:after, header .header-menu .nav > ul > li.page > a.family-show-trigger5.expanded:after {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    header .header-menu .nav > ul > li.page > a.expanded:after, header .header-menu .nav > ul > li.page > a.expanded:hover:after {
      border-top: 6px solid #ed1c24; }

@media (min-width: 768px) {
  .show-mobile {
    display: none; } }

@media (max-width: 767px) {
  .show-mobile img {
    width: 36px;
    height: 36px;
    position: absolute;
    margin-top: 17px;
    float: right;
    right: 10px; } }

.bg-white {
  background: #ebebeb;
  box-shadow: inset 0px 15px 25px -10px rgba(0, 0, 0, 0.06), 0 15px 25px rgba(0, 0, 0, 0.2); }

main {
  background: #ebebeb; }

.header-menu .our-range {
  padding-top: 15px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%; }
  .header-menu .our-range .box-menu {
    margin-bottom: 15px; }
    .header-menu .our-range .box-menu img {
      margin-top: 10px;
      margin-bottom: 10px; }
    .header-menu .our-range .box-menu h3 {
      margin-bottom: 0px;
      margin-top: 5px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 1.4;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .header-menu .our-range .box-menu h3 {
          font-size: 14px; } }
    .header-menu .our-range .box-menu a, .header-menu .our-range .box-menu a:focus {
      color: #151a1b;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .header-menu .our-range .box-menu a:hover, .header-menu .our-range .box-menu a:focus:hover {
        color: #ed1c24;
        text-decoration: none; }

/**
 * Sliding swipe menu CSS
 */
.menu-class {
  height: 100%;
  width: 280px;
  left: 0;
  top: 0;
  z-index: 99999;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-280px, 0); }

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99998; }

@media (min-width: 993px) {
  .menu-mobile {
    display: none; } }

.menu-mobile .menu-class {
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #151a1b; }
  .menu-mobile .menu-class h2 {
    font-family: "GoBold";
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px; }
    .menu-mobile .menu-class h2 a, .menu-mobile .menu-class h2 a:focus {
      color: #151a1b;
      font-size: 14px;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .menu-mobile .menu-class h2 a:hover, .menu-mobile .menu-class h2 a:focus:hover {
        text-decoration: none;
        color: #ed1c24; }
  .menu-mobile .menu-class h3 {
    font-family: "GoBold";
    font-size: 13px;
    margin-top: 10px;
    padding-left: 15px; }
    .menu-mobile .menu-class h3 a, .menu-mobile .menu-class h3 a:focus {
      color: #ed1c24;
      font-size: 13px;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .menu-mobile .menu-class h3 a:hover, .menu-mobile .menu-class h3 a:focus:hover {
        text-decoration: none;
        color: #ed1c24; }
  .menu-mobile .menu-class ul {
    padding-left: 20px; }
    .menu-mobile .menu-class ul li a, .menu-mobile .menu-class ul li a:focus {
      font-size: 12px;
      color: #151a1b;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .menu-mobile .menu-class ul li a:hover, .menu-mobile .menu-class ul li a:focus:hover {
        text-decoration: none;
        color: #ed1c24; }
  .menu-mobile .menu-class .btn-link span {
    font-size: 12px !important;
    padding: 0px 10px;
    min-width: 180px;
    height: 36px; }
  .menu-mobile .menu-class .btn-link i {
    height: 36px;
    width: 36px; }
  .menu-mobile .menu-class .logo-menu-mobile img {
    margin-bottom: 10px; }

/* width */
.menu-mobile ::-webkit-scrollbar {
  width: 4px; }

/* Track */
.menu-mobile ::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.menu-mobile ::-webkit-scrollbar-thumb {
  background: #ccc; }

/* Handle on hover */
.menu-mobile ::-webkit-scrollbar-thumb:hover {
  background: #ccc; }

.menu-class {
  background-color: #fff; }

.menu-mobile .menu-class h2 {
  background: rgba(0, 0, 0, 0.06);
  margin-top: 0px;
  padding: 10px 15px;
  letter-spacing: 2px; }

.menu-class li {
  list-style-type: none; }

.menu-mobile .menu-class ul li a, .menu-mobile .menu-class ul li a:focus {
  font-size: 13px;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  padding: 7px 0; }

/*------------------------ begin banner-home -----------------------------*/
@media (min-width: 961px) {
  .banner-home {
    overflow: hidden;
    position: relative; }
    .banner-home #carousel img {
      display: block;
      float: left; }
    .banner-home .caroufredsel_wrapper {
      height: 505px !important; } }

@media (max-width: 960px) {
  .banner-home {
    overflow: hidden;
    position: relative; }
    .banner-home .caroufredsel_wrapper {
      height: 168px !important; }
      .banner-home .caroufredsel_wrapper ul li img {
        width: 320px;
        height: 168px; } }

.banner-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .banner-home ul li {
    display: block;
    float: left; }
    .banner-home ul li .text-banner {
      text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px 30px;
      color: #fff; }
      @media (min-width: 1200px) {
        .banner-home ul li .text-banner {
          margin-left: 0.5%;
          text-align: left;
          max-width: 600px;
          position: absolute;
          margin-top: 80px; } }
      @media (min-width: 993px) and (max-width: 1199px) {
        .banner-home ul li .text-banner {
          margin-left: 1.4%;
          text-align: left;
          max-width: 600px;
          position: absolute;
          margin-top: 80px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .banner-home ul li .text-banner {
          margin-left: 1.7%;
          text-align: left;
          max-width: 600px;
          position: absolute;
          margin-top: 100px; }
          .banner-home ul li .text-banner h2 {
            font-size: 30px; } }
      @media (min-width: 501px) and (max-width: 767px) {
        .banner-home ul li .text-banner {
          margin-left: 2.3%;
          text-align: left;
          max-width: 400px;
          position: absolute;
          margin-top: 90px; }
          .banner-home ul li .text-banner h2 {
            font-size: 24px; } }
      @media (max-width: 500px) {
        .banner-home ul li .text-banner {
          margin-left: 2.7%;
          text-align: left;
          width: 280px;
          position: absolute;
          margin-top: 60px;
          padding: 20px; }
          .banner-home ul li .text-banner h2 {
            font-size: 24px; }
          .banner-home ul li .text-banner a {
            font-size: 13px; } }
      .banner-home ul li .text-banner h2 {
        font-family: "StemWeb-Bold", Arial, sans-serif;
        font-size: 38px;
        text-transform: uppercase;
        margin-top: 0; }
      .banner-home ul li .text-banner a {
        color: #fff;
        padding: 15px 30px;
        display: inline-block;
        border-radius: 30px;
        font-weight: 500;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-transform: uppercase; }
      .banner-home ul li .text-banner a:hover, .banner-home ul li .text-banner a:focus {
        color: #fff;
        text-decoration: inherit; }
    @media (max-width: 767px) {
      .banner-home ul li img {
        float: left; } }

.banner-home .list_carousel.responsive {
  width: auto;
  margin-left: 0; }

.btn-prev, .btn-next {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 505px;
  width: 50%;
  top: 0;
  position: absolute; }
  .btn-prev i, .btn-next i {
    width: 50px;
    height: 50px;
    margin-top: 232px; }

.btn-prev:hover, .btn-next:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }

.btn-prev:hover i {
  background: url(../images/left2-icon.png) right center no-repeat; }

.btn-next:hover i {
  background: url(../images/right2-icon.png) right center no-repeat; }

.btn-prev {
  left: -470px; }
  .btn-prev i {
    background: url(../images/left1-icon.png) right center no-repeat;
    float: right;
    margin-right: -25px; }

.btn-next {
  right: -470px; }
  .btn-next i {
    background: url(../images/right1-icon.png) right center no-repeat;
    float: left;
    margin-left: -25px; }

/*------------------------ end banner-home -----------------------------*/
.big-title {
  line-height: 150%;
  margin-top: 0; }
  .big-title span {
    color: #ed1c24; }
  @media (min-width: 1200px) {
    .big-title {
      font-size: 38px; } }
  @media (min-width: 993px) and (max-width: 1199px) {
    .big-title {
      font-size: 32px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .big-title {
      font-size: 26px; } }

.check-icon {
  background: url(/Content/images/icon.svg) center center no-repeat;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px; }

.form-control {
  border: 0;
  border-radius: 0; }

input.form-control {
  height: 46px; }

select.form-control {
  height: 46px; }

.service-class {
  background: #151a1b;
  padding-top: 50px;
  padding-bottom: 40px; }
  .service-class .zippay-banner img {
    margin-bottom: 30px; }
  .service-class h1 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px; }
  .service-class .box {
    text-align: center; }
    .service-class .box .link {
      position: relative;
      margin-top: -25%;
      margin-bottom: 22%; }
      .service-class .box .link .btn-link {
        -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
        transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
        background: rgba(237, 28, 36, 0.85); }
  .service-class a img {
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
  .service-class a:hover img {
    filter: grayscale(100%); }
  .service-class a:hover .link .btn-link {
    background: #ed1c24; }

.banner-class {
  padding-top: 50px;
  padding-bottom: 60px; }

.btn-link {
  font-family: "GoBold";
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 12px 35px;
  display: inline-block;
  transform: skew(-21deg);
  letter-spacing: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  /* Un-skew the text */ }
  .btn-link.btn-link-1 {
    color: #fff !important;
    background: #ed1c24 !important; }
    .btn-link.btn-link-1:visited {
      color: #fff !important;
      text-decoration: none; }
    .btn-link.btn-link-1:hover {
      background: #c10209 !important;
      text-decoration: none; }
  .btn-link.btn-link-2 {
    color: #fff;
    background: #151a1b; }
    .btn-link.btn-link-2:visited {
      color: #fff;
      text-decoration: none; }
    .btn-link.btn-link-2:hover {
      background: #ed1c24;
      text-decoration: none; }
  .btn-link > span {
    display: inline-block;
    transform: skew(21deg); }

.btn-link-wl {
  font-family: "GoBold";
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 12px 35px;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
  .btn-link-wl.btn-link-wl-1 {
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff; }
    .btn-link-wl.btn-link-wl-1:visited {
      color: #fff !important;
      text-decoration: none; }
    .btn-link-wl.btn-link-wl-1:hover {
      background: #ed1c24 !important;
      text-decoration: none;
      color: #ed1c24;
      border: 2px solid #ed1c24; }
  .btn-link-wl.btn-link-wl-2 {
    color: #151a1b !important;
    background: transparent !important;
    border: 2px solid #151a1b; }
    .btn-link-wl.btn-link-wl-2:visited {
      color: #fff !important;
      text-decoration: none; }
    .btn-link-wl.btn-link-wl-2:hover {
      background: transparent !important;
      text-decoration: none;
      color: #ed1c24 !important;
      border: 2px solid #ed1c24; }

.featured-class {
  padding-bottom: 60px; }
  .featured-class h2 {
    text-align: center; }
  .featured-class .btn-class {
    text-align: center;
    margin-top: 30px; }
  .featured-class .slider-featured a, .featured-class .slider-featured a:focus {
    text-decoration: none; }
    .featured-class .slider-featured a .model-box, .featured-class .slider-featured a:focus .model-box {
      color: #000;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .featured-class .slider-featured a .model-box h3, .featured-class .slider-featured a:focus .model-box h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 15px;
        text-decoration: none;
        height: 75px;
        margin-bottom: 0;
        text-transform: uppercase; }
      .featured-class .slider-featured a .model-box .price, .featured-class .slider-featured a:focus .model-box .price {
        font-size: 18px;
        font-family: "GoBold";
        margin-bottom: 0; }
      .featured-class .slider-featured a .model-box ul, .featured-class .slider-featured a:focus .model-box ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none; }
        .featured-class .slider-featured a .model-box ul li, .featured-class .slider-featured a:focus .model-box ul li {
          float: left;
          width: 100%;
          margin-bottom: 10px; }
          .featured-class .slider-featured a .model-box ul li img, .featured-class .slider-featured a:focus .model-box ul li img {
            width: 24px;
            float: left;
            margin-right: 10px; }
      .featured-class .slider-featured a .model-box .btn-link, .featured-class .slider-featured a:focus .model-box .btn-link {
        margin-top: 15px;
        margin-left: 10px; }
      .featured-class .slider-featured a .model-box .box-resize, .featured-class .slider-featured a:focus .model-box .box-resize {
        width: 100%;
        padding-top: 70%;
        /* 1:1 Aspect Ratio */
        position: relative;
        border-bottom: 4px solid #fff; }
        .featured-class .slider-featured a .model-box .box-resize span, .featured-class .slider-featured a:focus .model-box .box-resize span {
          position: absolute;
          z-index: 9;
          background: #151a1b;
          bottom: 0;
          padding: 4px 8px 1px 8px;
          color: #fff;
          font-size: 14px;
          -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
          transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
        .featured-class .slider-featured a .model-box .box-resize > .resize-img, .featured-class .slider-featured a:focus .model-box .box-resize > .resize-img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
          .featured-class .slider-featured a .model-box .box-resize > .resize-img > img, .featured-class .slider-featured a:focus .model-box .box-resize > .resize-img > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            overflow: hidden; }
    .featured-class .slider-featured a:hover .btn-link, .featured-class .slider-featured a:focus:hover .btn-link {
      background: #ed1c24;
      color: #fff; }
    .featured-class .slider-featured a:hover .box-resize, .featured-class .slider-featured a:focus:hover .box-resize {
      border-bottom: 4px solid #ed1c24; }

@media (max-width: 1700px) {
  .owl-carousel .owl-nav {
    display: none; } }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  padding: 0;
  margin-top: -24% !important;
  width: 40px;
  height: 40px;
  text-indent: -9999px; }

.owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -55px !important;
  background: url(/Content/images/banner-icon.png) left center no-repeat #ed1c24 !important; }

.owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -55px !important;
  background: url(/Content/images/banner-icon.png) right center no-repeat #ed1c24 !important; }

@media (max-width: 1500px) {
  .owl-carousel .owl-nav {
    display: none; } }

.owl-dots {
  margin-top: 30px; }
  .owl-dots .owl-dot span {
    width: 30px !important; }
  .owl-dots .owl-dot.active span {
    background: #ed1c24 !important; }

.welcome-class {
  background: #151a1b;
  color: #fff; }
  @media (min-width: 993px) {
    .welcome-class h2 {
      font-size: 32px; } }
  .welcome-class .left {
    background: url(/Content/images/welcome-img.jpg) center center no-repeat; }
  .welcome-class ul {
    list-style: none;
    padding-left: 0; }
    .welcome-class ul li {
      padding-top: 10px;
      padding-bottom: 10px; }
  @media (min-width: 993px) {
    .welcome-class .left {
      height: 560px; }
    .welcome-class .right {
      padding: 4% 4% 0 4%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .welcome-class .left {
      height: 600px; }
    .welcome-class .right {
      padding: 4% 4% 0 4%; } }
  @media (max-width: 767px) {
    .welcome-class .left {
      height: 250px; }
    .welcome-class .right {
      padding: 10% 5%; } }

footer .footer-top {
  color: #fff; }
  @media (min-width: 768px) {
    footer .footer-top {
      background: linear-gradient(to left, #282b2c 50.01%, #ed1c24 49.99%); } }
  @media (min-width: 768px) {
    footer .footer-top .newsletters-class {
      padding: 30px; } }
  footer .footer-top .newsletters-class h3 {
    margin-bottom: 0; }
  footer .footer-top .newsletters-class .frm-newsletters {
    padding: 3% 4% 0 4%; }
    footer .footer-top .newsletters-class .frm-newsletters .with-errors span {
      color: #fff; }
    footer .footer-top .newsletters-class .frm-newsletters .form-group .input-group {
      width: 100%; }
  footer .footer-top .newsletters-class .btn-subscribe {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0; }
    footer .footer-top .newsletters-class .btn-subscribe button {
      background: #ed1c24;
      padding: 13px 20px;
      border: 0;
      border-radius: 0;
      float: right;
      font-family: "GoBold";
      color: #fff; }
  footer .footer-top .newsletters-class .btn-subscribe-1 {
    background: #ed1c24;
    padding: 13px 20px;
    border: 0;
    border-radius: 0;
    font-family: "GoBold";
    color: #fff; }

footer .footer-center, footer .footer-bottom {
  color: #fff;
  text-transform: uppercase;
  background: #797979; }
  footer .footer-center a, footer .footer-center a:focus, footer .footer-bottom a, footer .footer-bottom a:focus {
    color: #fff;
    text-decoration: none; }
    footer .footer-center a:hover, footer .footer-center a:focus:hover, footer .footer-bottom a:hover, footer .footer-bottom a:focus:hover {
      color: #ed1c24; }

footer .footer-center {
  padding-top: 50px; }
  footer .footer-center > div > div > div {
    margin-bottom: 20px; }
  footer .footer-center .div-mar > div {
    margin-bottom: 40px; }
  footer .footer-center ul {
    list-style: none;
    padding-left: 0; }
    footer .footer-center ul li {
      margin-bottom: 15px; }

footer .footer-bottom hr {
  border-top: 3px solid #a1a1a1; }

footer .footer-bottom img {
  margin-top: -55px; }

footer .footer-bottom p {
  padding: 20px 0 10px 0; }

@media (min-width: 768px) {
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; } }

#btnTopPages {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 9999;
  background: #ed1c24;
  padding: 3px 5px; }

#btnTopPages a, #btnTopPages a:focus, #btnTopPages:hover {
  color: #fff !important;
  text-decoration: inherit;
  background: #ed1c24; }

.content-page .header-class .title-header {
  height: 425px;
  color: #fff; }
  .content-page .header-class .title-header > div {
    padding-top: 100px; }
    @media (min-width: 768px) {
      .content-page .header-class .title-header > div {
        padding-top: 100px; } }
    @media (max-width: 767px) {
      .content-page .header-class .title-header > div {
        padding-top: 70px; } }
  .content-page .header-class .title-header h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .content-page .header-class .title-header h1 {
        font-size: 46px; } }
    @media (max-width: 767px) {
      .content-page .header-class .title-header h1 {
        font-size: 36px; } }
    .content-page .header-class .title-header h1 span {
      color: #ed1c24; }
  .content-page .header-class .title-header h2 {
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .content-page .header-class .title-header h2 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .content-page .header-class .title-header h2 {
        font-size: 18px; } }

.content-page .content-class {
  background: url(../images/bg-home.png) center center no-repeat;
  padding-top: 60px;
  padding-bottom: 60px; }
  .content-page .content-class h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 1.2;
    /*span {
				color: $colorGreen;
			}*/ }
  .content-page .content-class h3 {
    margin-top: 0; }
  .content-page .content-class button {
    font-size: 20px; }
  .content-page .content-class .cl-validate {
    font-size: 14px;
    color: #ed1c24; }
  .content-page .content-class table tr {
    line-height: 1.8; }
  .content-page .content-class a, .content-page .content-class a:focus {
    color: #ed1c24; }
  .content-page .content-class a:hover {
    color: #c10209;
    text-decoration: none; }

.contact-page .title-header {
  background: #000 url("/Content/images/banner-pages/banner-contact.jpg") center top no-repeat; }

.service-page .title-header {
  background: #000 url("/Content/images/banner-pages/banner-service.jpg") center top no-repeat; }

.finance-page .title-header {
  background: #000 url("/Content/images/banner-pages/banner-finance.jpg") center top no-repeat; }

.about-page .title-header {
  background: #000 url("/Content/images/banner-pages/banner-about.jpg") center top no-repeat; }

hr.line-header {
  width: 140px;
  height: 5px;
  text-align: center;
  background: #ed1c24;
  border-top: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.form-control {
  border-radius: 0;
  padding: 10px 12px;
  border: 1px solid rgba(21, 26, 27, 0.5); }

.bg-grey-dark {
  background: #151a1b;
  width: 100%;
  position: relative; }

.mega-title-banner {
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 53%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 108px;
  opacity: 0.3;
  color: white;
  line-height: 1;
  letter-spacing: 5px; }

.heroBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 376px;
  width: 750px;
  z-index: 0;
  background-size: cover !important;
  background-position: 50% !important; }

.heroBackground2Wrap {
  height: 77px;
  width: 175px;
  position: relative;
  float: left; }

.heroBackground2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 77px;
  width: 175px;
  z-index: 0;
  background-size: cover !important;
  background-position: 50% !important; }

.shardRight {
  right: 0;
  left: auto;
  bottom: 0; }

.clubHero .shardLeft {
  left: -1px;
  right: auto;
  top: 0; }

.shard {
  position: absolute;
  fill: #151a1b;
  height: 100%; }

.streak {
  position: relative;
  height: 378px;
  overflow: hidden; }

.streak:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  background-image: url(../images/streak.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.my-container:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background-image: url("http://placekitten.com/1500/1000");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.nm-option-tile {
  margin-top: 80px;
  display: inline-block; }
  .nm-option-tile a {
    width: 99px;
    margin: 1px;
    display: block;
    float: left;
    height: 90px;
    background: black;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
    .nm-option-tile a:hover {
      background: #ed1c24;
      text-decoration: none; }
    .nm-option-tile a img {
      margin-bottom: 6px;
      margin-top: 9px; }

.white {
  color: #fff !important; }

.big-title-page {
  font-size: 42px;
  line-height: 1.2;
  margin-top: 66px;
  margin-left: 0; }

.mini-title2 {
  font-size: 20px;
  line-height: 150%; }

a.btn-direction, a.btn-direction:focus {
  border: 2px solid #ed1c24;
  background: #ed1c24;
  color: #fff !important;
  text-align: center;
  padding: 10px 40px;
  font-family: "GoBold";
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
  a.btn-direction i, a.btn-direction:focus i {
    background: url(../images/location-icon.svg) left center no-repeat;
    float: left;
    width: 35px;
    height: 30px; }

a.btn-direction:hover {
  border: 2px solid #c10209;
  background: #c10209;
  color: #fff !important; }
  a.btn-direction:hover i {
    background: url(../images/location-icon.svg) left center no-repeat; }

a.btn-direction2 i, a.btn-direction2:focus i {
  background: url(../images/location-icon.svg) left center no-repeat; }

.btn-sendEmail {
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 0 0 0 transparent;
  font-family: "GoBold"; }
  .btn-sendEmail:hover {
    border: 2px solid #ed1c24;
    color: #ed1c24;
    text-shadow: 0 0px 0 #fff; }

.btn-default {
  font-size: 21px;
  padding: 13px 47px;
  color: #2e3537;
  border: 2px solid #151a1b;
  border-radius: 0;
  background: none;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  .btn-default:hover {
    color: #ed1c24;
    border: 2px solid #ed1c24;
    background: none;
    box-shadow: none; }

/*------------------------ begin zippay -----------------------------*/
.zippay {
  font-family: 'Rubik', sans-serif;
  background-color: #fff; }
  .zippay h1, .zippay h2 {
    margin: 0; }
  .zippay .main {
    margin-top: 30px; }
    .zippay .main .page-title {
      margin: 0 0 10px;
      padding: 11px 10px 13px 10px;
      background: url(/Content/images/zippay/page-title.gif) repeat-x center top #f6f6f6;
      border-radius: 5px;
      border: 1px solid #cfcfcf; }
      .zippay .main .page-title h1, .zippay .main .page-title h2 {
        font-size: 16px;
        color: #3a3a3a;
        font-weight: normal; }
    .zippay .main .hero {
      padding: 24px 0 0px;
      text-align: center; }
      @media (min-width: 768px) {
        .zippay .main .hero {
          padding: 72px 0 20px; } }
      .zippay .main .hero .logo img {
        width: 160px; }
        @media (min-width: 769px) {
          .zippay .main .hero .logo img {
            width: 250px; } }
    .zippay .main .zippay-section {
      text-align: center;
      margin-top: 0px; }
      @media (min-width: 768px) {
        .zippay .main .zippay-section {
          margin: 72px; } }
      .zippay .main .zippay-section > div {
        margin: 15px 0; }
        @media (min-width: 768px) {
          .zippay .main .zippay-section > div {
            margin: 0; } }
      .zippay .main .zippay-section .zippay-icon img {
        max-height: 38px;
        height: 38px;
        width: 100%;
        margin-bottom: 8px; }
      .zippay .main .zippay-section .zippay-content .title {
        font-size: 25px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: normal;
        text-align: inherit;
        color: #21285e;
        margin-bottom: 12px; }
        @media (min-width: 769px) {
          .zippay .main .zippay-section .zippay-content .title {
            font-size: 30px; } }
      .zippay .main .zippay-section .zippay-content p {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: inherit;
        color: #424876;
        max-width: 220px;
        margin: 0 auto; }
      .zippay .main .zippay-section .zippay-content .content-detail {
        max-width: 290px; }
  .zippay .create-account {
    padding: 50px 0;
    text-align: center; }
    @media (min-width: 769px) {
      .zippay .create-account {
        padding: 0 0 100px; } }
    .zippay .create-account a {
      background: #ed1c24;
      border: none;
      color: white;
      text-decoration: none;
      padding: 18px 35px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 16px; }
  .zippay .zip-pay-smarter {
    text-align: center;
    padding: 72px 0 0; }
    .zippay .zip-pay-smarter .row > div {
      margin: 15px 0; }
      @media (min-width: 768px) {
        .zippay .zip-pay-smarter .row > div {
          margin: 0; } }
    .zippay .zip-pay-smarter .banner {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
      text-align: left;
      flex-wrap: wrap; }
      @media (min-width: 769px) {
        .zippay .zip-pay-smarter .banner {
          margin-bottom: 72px; } }
      .zippay .zip-pay-smarter .banner .img-left {
        max-width: 400px;
        max-height: 333px;
        float: left;
        max-height: 300px;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        mix-blend-mode: multiply;
        order: 1; }
        .zippay .zip-pay-smarter .banner .img-left img {
          max-height: 300px;
          width: 100%;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          mix-blend-mode: multiply;
          border-right: 2px solid #00aeb8; }
          @media (max-width: 821px) {
            .zippay .zip-pay-smarter .banner .img-left img {
              border: none; } }
        @media (max-width: 821px) {
          .zippay .zip-pay-smarter .banner .img-left {
            order: 2; } }
      .zippay .zip-pay-smarter .banner .img-right {
        margin-bottom: 0;
        text-align: left;
        display: flex;
        align-items: center;
        margin-left: 72px;
        float: right;
        order: 2; }
        @media (max-width: 821px) {
          .zippay .zip-pay-smarter .banner .img-right {
            order: 1;
            margin-right: 72px; } }
        .zippay .zip-pay-smarter .banner .img-right .right-detail img {
          max-width: 300px;
          margin: 0 0 36px; }
          @media (max-width: 821px) {
            .zippay .zip-pay-smarter .banner .img-right .right-detail img {
              margin: 10px auto; } }
        .zippay .zip-pay-smarter .banner .img-right .right-detail p {
          display: block;
          text-align: left;
          line-height: 1.13;
          max-width: 350px;
          font-size: 40px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: normal;
          color: #21285e;
          margin: 10px 0 0 0; }
          @media (max-width: 821px) {
            .zippay .zip-pay-smarter .banner .img-right .right-detail p {
              font-size: 30px;
              text-align: center; } }
  .zippay .own-easy .c-1140 {
    max-width: 1140px; }
    .zippay .own-easy .c-1140 .top-image {
      width: 100%;
      max-height: 435px; }
      @media (min-width: 769px) {
        .zippay .own-easy .c-1140 .top-image {
          display: none; } }
    .zippay .own-easy .c-1140 .left {
      text-align: center; }
      @media (min-width: 769px) {
        .zippay .own-easy .c-1140 .left {
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50%;
          float: left;
          height: 380px; } }
      .zippay .own-easy .c-1140 .left .title {
        font-size: 25px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: -0.4px;
        color: #21285e;
        margin-bottom: 12px; }
        @media (min-width: 769px) {
          .zippay .own-easy .c-1140 .left .title {
            font-size: 40px; } }
      .zippay .own-easy .c-1140 .left p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #424876;
        max-width: 350px;
        margin: 0 auto 42px auto; }
        @media (min-width: 769px) {
          .zippay .own-easy .c-1140 .left p {
            font-size: 18px;
            margin: 0 0 42px; } }
    .zippay .own-easy .c-1140 .right {
      float: right;
      width: 50%;
      background-size: contain;
      background-position: right center;
      background-repeat: no-repeat;
      mix-blend-mode: multiply;
      background-image: url(/Content/images/zippay/we-own-easy.png); }
      @media (min-width: 769px) {
        .zippay .own-easy .c-1140 .right {
          height: 380px; } }
  .zippay .faq {
    padding: 72px 0 82px; }
    .zippay .faq .c-700 {
      max-width: 700px; }
      .zippay .faq .c-700 .title {
        font-size: 30px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -0.3px;
        text-align: center;
        color: #21285e;
        padding-bottom: 30px; }
      .zippay .faq .c-700 .faq-detail {
        list-style-type: none;
        border-top: 1px solid #d4d5e0;
        padding: 0; }
        .zippay .faq .c-700 .faq-detail .open-answer .faq-question:after {
          transform: rotate(180deg) !important; }
        .zippay .faq .c-700 .faq-detail .open-answer .faq-answer {
          display: block !important; }
        .zippay .faq .c-700 .faq-detail li {
          border-bottom: 1px solid #d4d5e0;
          user-select: none; }
          .zippay .faq .c-700 .faq-detail li .faq-question {
            padding: 10px 20px 10px 0;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            color: #424876;
            position: relative;
            cursor: pointer; }
            .zippay .faq .c-700 .faq-detail li .faq-question:after {
              content: url(/Content/images/zippay/faq-arrow-down.svg);
              display: block;
              position: absolute;
              right: 0;
              top: 10px;
              transition: transform .15s; }
          .zippay .faq .c-700 .faq-detail li .faq-answer {
            max-width: 700px;
            font-size: 14px;
            line-height: 26px;
            padding-bottom: 12px;
            color: #333;
            display: none;
            animation: fade_in .15s forwards ease-in; }
            .zippay .faq .c-700 .faq-detail li .faq-answer ul {
              list-style-type: disc; }
              .zippay .faq .c-700 .faq-detail li .faq-answer ul li {
                border: none; }
      .zippay .faq .c-700 .faq-link {
        margin-top: 16px;
        margin-bottom: 76px;
        display: inline-block;
        color: #ed1c24; }
      .zippay .faq .c-700 .zip-details {
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #21285e; }
        .zippay .faq .c-700 .zip-details .zip-co-link {
          color: #ed1c24; }
      .zippay .faq .c-700 .terms-and-conditions {
        margin-top: 46px;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal; }
        .zippay .faq .c-700 .terms-and-conditions a {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 8px;
          color: #ed1c24; }

/*------------------------ end zippay -----------------------------*/
.list-style-1 {
  padding: 0;
  list-style: none;
  margin-bottom: 30px; }
  .list-style-1 li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    display: block;
    background: url(../images/check-icon.png) left center no-repeat; }

.frm-calculate {
  background: #ebebeb;
  padding: 25px 40px; }
  .frm-calculate h4 {
    font-size: 24px;
    margin-bottom: 15px; }

.finance-bg {
  background: #151a1b;
  margin-bottom: -60px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .finance-bg h3 {
    font-size: 40px;
    margin-bottom: 15px; }

.title-vehInfo {
  font-size: 24px;
  float: left;
  margin-bottom: 0;
  margin-top: 10px; }

.brangs-logo {
  display: flex;
  justify-content: center; }
  .brangs-logo a {
    margin: 10px; }
    @media (max-width: 767px) {
      .brangs-logo a {
        margin: 5px; } }

.preferred-location {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  .preferred-location > span {
    margin-right: 10px; }
    .preferred-location > span > input {
      display: none; }
    .preferred-location > span label {
      display: inline-block;
      text-transform: uppercase;
      border: 1px solid #080a0b;
      border-radius: 20px;
      padding: 20px 30px;
      cursor: pointer; }
      .preferred-location > span label:hover {
        border: 1px solid #ed1c24;
        background: #ed1c24;
        color: #fff; }
    .preferred-location > span.checked label {
      border: 1px solid #ed1c24;
      background: #ed1c24;
      color: #fff; }

.preferred-frontrear-cls {
  margin-bottom: 20px; }
  .preferred-frontrear-cls h3 {
    font-family: "GoBold";
    font-size: 22px;
    margin-top: 30px !important;
    margin-bottom: 20px; }
  .preferred-frontrear-cls .preferred-frontrear {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%; }
    .preferred-frontrear-cls .preferred-frontrear > span {
      margin-right: 10px; }
      .preferred-frontrear-cls .preferred-frontrear > span > input {
        display: none; }
      .preferred-frontrear-cls .preferred-frontrear > span label {
        display: inline-block;
        text-transform: uppercase;
        border: 1px solid #080a0b;
        border-radius: 20px;
        padding: 20px 30px;
        cursor: pointer; }
        .preferred-frontrear-cls .preferred-frontrear > span label:hover {
          border: 1px solid #ed1c24;
          background: #ed1c24;
          color: #fff; }
      .preferred-frontrear-cls .preferred-frontrear > span.checked label {
        border: 1px solid #ed1c24;
        background: #ed1c24;
        color: #fff; }

.vehicleList-info .vehicleList-specifications p i {
  background-image: url("../images/iconStockView19_Bike.png");
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 25px; }

.vehicleList-info .vehicleList-specifications p.cl-type i {
  background-position: center -95px; }

.vehicleList-info .vehicleList-specifications p.cl-displacement i, .vehicleList-info .vehicleList-specifications p.cl-senginedes i {
  background-position: center -30px; }

.vehicleList-info .vehicleList-specifications p.cl-odometer i {
  background-position: center 0; }

.vehicleList-info .vehicleList-specifications p.cl-stocknumber i, .vehicleList-info .vehicleList-specifications p.cl-body i {
  background-position: center -64px; }

.container-listview19 .container-filter-top {
  background: #282b2c;
  border-radius: 0px;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px; }
  .container-listview19 .container-filter-top .div-search-5 {
    padding-bottom: 5px; }
    .container-listview19 .container-filter-top .div-search-5 input.btn-filter {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      outline: none;
      background: #ed1c24;
      border: 1px solid #fff;
      border-radius: 0px;
      padding: 8px 12px;
      width: 100%;
      font-size: 18px;
      font-family: "GoBold"; }
      .container-listview19 .container-filter-top .div-search-5 input.btn-filter:hover {
        background: #c10209;
        color: #fff !important;
        box-shadow: inset 0 0px 0px transparent; }
  .container-listview19 .container-filter-top .div-sortby-1 {
    background: rgba(0, 0, 0, 0.25);
    padding-top: 15px;
    padding-bottom: 5px; }
    .container-listview19 .container-filter-top .div-sortby-1 .count-vehicles {
      color: #fff;
      font-size: 18px; }
      .container-listview19 .container-filter-top .div-sortby-1 .count-vehicles b {
        font-size: 24px; }
    .container-listview19 .container-filter-top .div-sortby-1 .title-current {
      color: #fff;
      font-size: 18px;
      text-align: right;
      line-height: 2; }
      @media (max-width: 767px) {
        .container-listview19 .container-filter-top .div-sortby-1 .title-current {
          text-align: left; } }
  .container-listview19 .container-filter-top select.form-control {
    font-size: 13px;
    line-height: 2.4em;
    height: 46px;
    padding: 10px;
    margin-bottom: 10px; }

.container-listview19 .vehicleList-img {
  width: 100%;
  padding-top: 65%;
  /* 1:1 Aspect Ratio */
  position: relative; }
  .container-listview19 .vehicleList-img .resize-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .container-listview19 .vehicleList-img .resize-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: hidden; }

.container-listview19 .vehicleList {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #ebebeb;
  box-shadow: 0 0 19px 4px #eee;
  display: block;
  margin-bottom: 30px;
  color: #151a1b;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px; }
  .container-listview19 .vehicleList .vehicleList-title h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    color: #ed1c24; }
  .container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications {
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 10px 0px 10px;
    height: 65px; }
    .container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 {
      padding-left: 10px;
      padding-right: 10px; }
      .container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 p {
        margin: 0;
        font-size: 14px; }
  .container-listview19 .vehicleList .vehicleList-info .vehicleList-description {
    padding: 0 15px;
    margin: 15px 0;
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.container-listview19 .vehicleList:hover {
  box-shadow: 0 0 19px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }
  .container-listview19 .vehicleList:hover h3 {
    color: #c10209; }

.container-listview19 .vehicleList a:hover, .container-listview19 .vehicleList a:focus {
  text-decoration: initial; }

.justify-content-md-center {
  text-align: center; }
  .justify-content-md-center ul.pagination {
    margin-top: 0; }
    .justify-content-md-center ul.pagination li a {
      color: #151a1b;
      background-color: #ebebeb;
      border-radius: 0;
      float: left;
      padding: 5px 10px;
      border: 1px solid rgba(121, 121, 121, 0.4);
      text-transform: uppercase; }
    .justify-content-md-center ul.pagination li.active a {
      background-color: #ed1c24;
      color: #fff;
      border-radius: 0;
      float: left;
      padding: 5px 10px;
      border: 1px solid rgba(121, 121, 121, 0.4); }

.container-detailview12 {
  margin-top: 60px;
  margin-bottom: 50px; }
  .container-detailview12 .product-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    .container-detailview12 .product-title h2 {
      margin-top: 10px;
      margin-bottom: 0;
      float: left;
      font-size: 24px; }
    .container-detailview12 .product-title .cl_search_results a {
      background: #151a1b;
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: center;
      color: #fff;
      float: left;
      width: 100%;
      text-decoration: none; }
    .container-detailview12 .product-title .product-header {
      float: right; }
      .container-detailview12 .product-title .product-header .product-price {
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 24px;
        line-height: 1.4; }
      .container-detailview12 .product-title .product-header .drive-away-label {
        font-size: 13px; }
  .container-detailview12 .widget.form {
    background: #ebebeb;
    padding: 15px;
    margin-bottom: 30px; }
    .container-detailview12 .widget.form h3 {
      border-bottom: 0;
      font-size: 22px;
      margin-top: 5px;
      padding-bottom: 5px;
      font-weight: normal; }
    .container-detailview12 .widget.form label {
      font-weight: inherit; }
  .container-detailview12 .product-slider {
    margin-bottom: 20px; }
  .container-detailview12 .product-comments {
    margin-bottom: 40px; }
    .container-detailview12 .product-comments h3 {
      background: #ebebeb;
      font-size: 24px;
      padding: 15px; }
  .container-detailview12 #btnSendMail {
    font-size: 20px;
    font-family: "GoBold";
    text-align: center;
    display: block;
    background: #ed1c24;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .container-detailview12 #btnSendMail:hover {
      background: #c10209;
      color: #fff !important;
      box-shadow: inset 0 0px 0px transparent; }

@media (min-width: 993px) {
  .container-detailview12 .product-title {
    background: #ebebeb; }
    .container-detailview12 .product-title .col-md-4.col-lg-3 {
      float: right; }
      .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
        margin-right: -15px;
        margin-left: 8px; } }

@media (max-width: 992px) {
  .container-detailview12 .product-title .col-md-8.col-lg-9 {
    background: #ebebeb;
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: left; }
    .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
      margin-left: -15px; }
      .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results a {
        padding-left: 15px;
        padding-right: 15px; } }

@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px; }
    .main-content .tab-content .frm2-calculator {
      margin: 30px 20%; } }

.main-content .tab-content h4 {
  margin-bottom: 20px; }

.main-content .tab-content .vehicle-detail-body table tr th {
  font-weight: 500; }

.main-content .tab-content .vehicle-detail-body table tr th, .main-content .tab-content .vehicle-detail-body table tr td {
  border-top: 1px solid #ddd; }

.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0; }
  .main-content .tab-content .tab-pane .panel-group .panel-heading a {
    padding-left: 10px;
    padding-right: 10px; }
  .main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
    background: #fbfbfb; }
  .main-content .tab-content .tab-pane .panel-group .panel-heading i {
    margin-right: 10px; }

.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center; }
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    background: rgba(121, 121, 121, 0.2);
    background-image: url("/Content/images/icondetails12.png");
    background-repeat: no-repeat;
    float: left;
    height: 90px; }
    @media (min-width: 768px) {
      .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
        padding: 0; } }
    @media (max-width: 767px) {
      .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
        width: 49%;
        margin: 0.5%; } }
    .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
      background-color: transparent;
      border: 0;
      color: #151a1b;
      padding-top: 57px;
      margin-right: 0;
      font-size: 18px; }
      @media (min-width: 993px) and (max-width: 1100px) {
        .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
          font-size: 15px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
          font-size: 13px;
          line-height: 1.4;
          margin-top: 4px; } }
  .main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
    background-position: center 5px; }
  .main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
    background-position: center -195px; }
  .main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
    background-position: center -195px; }
  .main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
    background-position: center -395px; }
  .main-content ul.nav-tabs li.tabs5, .main-content ul.nav-tabs li.tabs5:hover {
    background-position: center -585px; }
  .main-content ul.nav-tabs li.active {
    background: #282b2c;
    background-image: url("/Content/images/icondetails12.png");
    background-repeat: no-repeat;
    float: left;
    height: 90px; }
    @media (min-width: 768px) {
      .main-content ul.nav-tabs li.active {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .main-content ul.nav-tabs li.active a {
        padding: 0; } }
    @media (max-width: 767px) {
      .main-content ul.nav-tabs li.active {
        width: 49%;
        margin: 0.5%; } }
    .main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
      background-color: transparent;
      border: 0;
      color: #fff;
      padding-top: 57px;
      margin-right: 0; }
  .main-content ul.nav-tabs li.tabs1.active {
    background-position: center -95px; }
  .main-content ul.nav-tabs li.tabs2.active {
    background-position: center -295px; }
  .main-content ul.nav-tabs li.tabs3.active {
    background-position: center -295px; }
  .main-content ul.nav-tabs li.tabs4.active {
    background-position: center -495px; }
  .main-content ul.nav-tabs li.tabs5.active {
    background-position: center -665px; }

.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0; }
  .main-content .panel-group .panel .panel-heading {
    background: transparent;
    padding: 0 0 5px 0;
    border: 1px solid #f0f0f0; }
    .main-content .panel-group .panel .panel-heading a {
      display: inline-block;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; }
    .main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
      text-decoration: none; }
    .main-content .panel-group .panel .panel-heading i {
      position: relative;
      margin-top: -30px; }
  .main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.4; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.frm2-calculator div.tooltip {
  background-color: #ed1c24 !important; }

.galleria-container {
  background: #7b7b7b !important; }

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important; }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-info-description {
  margin: 10px 14px 10px !important;
  display: none; }

.addCart-class i {
  border: 1px solid #7b7b7b;
  cursor: pointer; }
  .addCart-class i:hover {
    border: 1px solid #ed1c24; }

.vehicleList-price {
  padding: 0 15px 15px 15px;
  text-align: left;
  display: inline-block;
  width: 100%; }
  .vehicleList-price .price-class {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 5px; }
    .vehicleList-price .price-class h4 {
      margin-bottom: 0;
      margin-top: 0; }
    .vehicleList-price .price-class span {
      font-size: 14px; }
  .vehicleList-price .moreDetails-class {
    float: left; }
  .vehicleList-price .listButton-class {
    float: right;
    display: none; }
    .vehicleList-price .listButton-class i.opencart-icon {
      background: url(../images/cart-icon.svg) center center no-repeat;
      width: 42px;
      height: 42px;
      display: inline-block; }

.btn-moreDetails {
  text-align: center;
  display: block;
  background: #282b2c;
  color: #fff !important;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  border-radius: 0;
  text-decoration: none; }
  .btn-moreDetails:hover {
    background: #ed1c24 !important;
    color: #fff !important;
    box-shadow: inset 0 0px 0px transparent;
    text-decoration: none; }

.model-page {
  padding-top: 40px;
  padding-bottom: 60px; }
  .model-page .tab-content {
    margin-top: 30px; }
  .model-page .model-item-class {
    margin-top: 30px; }
    .model-page .model-item-class .owl-item.active {
      border-top: 5px solid #151a1b; }
      .model-page .model-item-class .owl-item.active.current {
        border-top: 5px solid #ed1c24; }
    .model-page .model-item-class .model-item-box {
      padding-bottom: 30px; }
      .model-page .model-item-class .model-item-box h3 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 20px;
        line-height: 1.4; }
      .model-page .model-item-class .model-item-box .displacement-class img {
        width: 24px;
        float: left;
        margin-right: 10px; }
  .model-page .model-box-main {
    color: #fff; }
    @media (min-width: 768px) {
      .model-page .model-box-main {
        background: linear-gradient(to left, #151a1b 50.1%, #fff 50%); } }
    @media (max-width: 767px) {
      .model-page .model-box-main {
        background: #151a1b; } }
    .model-page .model-box-main .model-box-resize {
      background: #fff; }
      @media (min-width: 1140px) {
        .model-page .model-box-main .model-box-resize img {
          height: 425px;
          width: auto; } }
    .model-page .model-box-main .model-content {
      padding: 40px 30px 30px 30px; }
      .model-page .model-box-main .model-content .title-model {
        margin-top: -5px;
        margin-bottom: 15px; }
      .model-page .model-box-main .model-content ul {
        padding-left: 0;
        list-style: none;
        display: inline-block; }
        .model-page .model-box-main .model-content ul li {
          margin-bottom: 10px;
          padding-bottom: 5px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .model-page .model-box-main .model-content .btn-model {
        display: flex; }
  .model-page .model-group {
    padding-top: 30px; }
    .model-page .model-group .model-title {
      height: 110px; }
      .model-page .model-group .model-title h3 {
        font-size: 48px;
        line-height: 65px;
        text-transform: uppercase;
        color: #000;
        z-index: 9;
        position: relative; }
      .model-page .model-group .model-title span {
        opacity: 0.31;
        color: #151a1b;
        font-size: 65px;
        font-weight: bold;
        line-height: 0px;
        margin-top: -15px;
        margin-left: 65px;
        position: absolute;
        text-transform: uppercase; }
    .model-page .model-group .model-list-box {
      width: 100%;
      display: inline-block;
      text-decoration: none; }
      .model-page .model-group .model-list-box a, .model-page .model-group .model-list-box a:focus {
        display: inline-block;
        width: 100%; }
      .model-page .model-group .model-list-box h4 {
        color: #000;
        font-family: "GoBold";
        text-transform: uppercase;
        margin-top: 15px;
        height: 60px;
        margin-bottom: 0; }
        @media (min-width: 501px) {
          .model-page .model-group .model-list-box h4 {
            font-size: 23px;
            line-height: 28px; } }
        @media (max-width: 500px) {
          .model-page .model-group .model-list-box h4 {
            font-size: 16px;
            line-height: 22px; } }
      .model-page .model-group .model-list-box p.title-class {
        color: #151a1b;
        font-size: 15px;
        line-height: 20px;
        display: -webkit-box;
        height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px; }
      .model-page .model-group .model-list-box span {
        color: #151a1b;
        font-size: 11px;
        line-height: 16px;
        height: 50px; }
      .model-page .model-group .model-list-box .model-box {
        border-bottom: 4px solid #ebebeb;
        margin-bottom: 30px; }
        .model-page .model-group .model-list-box .model-box .btn-link-1 {
          display: inline-block;
          margin-top: 5px;
          margin-bottom: 15px; }
        .model-page .model-group .model-list-box .model-box:hover {
          border-bottom: 4px solid #ed1c24; }
  .model-page .menu-left-model.fixed-model-left {
    display: inline-block !important;
    visibility: inherit !important;
    position: fixed;
    top: 200px;
    z-index: 9;
    text-transform: uppercase;
    background: #ebebeb;
    font-family: "GoBold"; }
    .model-page .menu-left-model.fixed-model-left ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .model-page .menu-left-model.fixed-model-left ul li a, .model-page .menu-left-model.fixed-model-left ul li a:focus {
        font-weight: normal;
        color: #000;
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #fff; }
        .model-page .menu-left-model.fixed-model-left ul li a:hover, .model-page .menu-left-model.fixed-model-left ul li a:focus:hover {
          color: #ed1c24;
          background: rgba(0, 0, 0, 0.1); }
      .model-page .menu-left-model.fixed-model-left ul li a.active {
        color: #ed1c24;
        background: rgba(0, 0, 0, 0.1); }
  .model-page .service-model-class {
    background: #ebebeb;
    margin-top: 50px;
    margin-bottom: -60px;
    padding-top: 50px;
    padding-bottom: 10px; }
    .model-page .service-model-class > div > div {
      margin-bottom: 40px; }
    .model-page .service-model-class h5 {
      font-family: "GoBold";
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.4; }
    .model-page .service-model-class img {
      height: 90px; }

.twisted-bg {
  background: url(../images/twisted-background.png) center 60px no-repeat; }

.bg-grey-dark-banner {
  background: #282b2c;
  width: 100%;
  position: relative;
  overflow: hidden; }

.bg-grey-dark {
  background: #151a1b;
  width: 100%;
  position: relative;
  overflow: hidden; }

.bg-1 {
  background: url(../images/banner-pages/banner-bg-1.jpg) center center no-repeat; }

.bg-2 {
  background: url(../images/banner-pages/banner-bg-2.jpg) center center no-repeat; }

.bg-3 {
  background: url(../images/banner-pages/banner-bg-3.jpg) center center no-repeat; }

.bg-4 {
  background: url(../images/banner-pages/banner-bg-4.jpg) center center no-repeat; }

.bg-5 {
  background: url(../images/banner-pages/banner-bg-5.jpg) center center no-repeat; }

.bg-6 {
  background: url(../images/banner-pages/banner-bg-6.jpg) center center no-repeat; }

.bg-7 {
  background: url(../images/banner-pages/banner-bg-7.jpg) center center no-repeat; }

.bg-ATV {
  background: url(../images/banner-service/ATV.jpg) center center no-repeat; }

.bg-FUN {
  background: url(../images/banner-service/FUN.jpg) center center no-repeat; }

.bg-LAMS {
  background: url(../images/banner-service/LAMS.jpg) center center no-repeat; }

.bg-OFF_ROAD {
  background: url(../images/banner-service/OFF_ROAD.jpg) center center no-repeat; }

.bg-ROAD {
  background: url(../images/banner-service/ROAD.jpg) center center no-repeat; }

.bg-SCOOTER {
  background: url(../images/banner-service/SCOOTER.jpg) center center no-repeat; }

.bg-SXS {
  background: url(../images/banner-service/SXS.jpg) center center no-repeat; }

.banner-container {
  height: 282px;
  position: relative; }
  .banner-container h2 {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 120px;
    margin-bottom: -9px;
    opacity: 0.3;
    right: 0; }

.page-intro {
  background: black; }
  .page-intro h1 {
    color: white;
    margin: 0;
    padding: 20px 0;
    font-size: 26px; }

.mega-title-banner {
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 53%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 108px;
  opacity: 0.3;
  color: white;
  line-height: 1;
  letter-spacing: 5px; }

.streak {
  position: relative;
  height: 378px;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  padding-right: 100px; }
  .streak h1 {
    line-height: 1.3;
    font-size: 42px; }
  .streak h5 {
    line-height: 1.6;
    font-size: 20px;
    font-family: "GoBold"; }

.shard {
  position: absolute;
  fill: #282b2c;
  height: 100%; }

.shardRight {
  right: 0;
  left: auto;
  bottom: 0; }

.streak:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  background-image: url(../images/streak.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.heroBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 376px;
  width: 750px;
  z-index: 0;
  background-size: cover !important;
  background-position: 50% !important; }

.big-paragraph {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 90px 7% 43px 7%; }

.nm-banner .nm-banner-link {
  position: relative;
  z-index: 99;
  margin-top: 10px; }

.nm-banner .tag {
  font-size: 13px;
  color: white;
  line-height: 31px;
  background: #ed1c24;
  letter-spacing: 2px;
  padding: 6px 10px;
  text-transform: uppercase; }

.nm-title {
  padding-top: 50px; }
  .nm-title h1 {
    text-transform: uppercase; }
  .nm-title .nm-option-tile {
    margin-top: 80px;
    display: inline-block; }
    .nm-title .nm-option-tile a {
      width: 99px;
      margin: 1px;
      display: block;
      float: left;
      height: 90px;
      background: black;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      line-height: 1.1;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .nm-title .nm-option-tile a:hover {
        background: #ed1c24;
        text-decoration: none; }
      .nm-title .nm-option-tile a img {
        margin-bottom: 6px;
        margin-top: 9px; }
    .nm-title .nm-option-tile .tooltip {
      display: none !important; }
  .nm-title .nm-option-tile.fixed-menu-model {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 9;
    width: 52px; }
    .nm-title .nm-option-tile.fixed-menu-model a, .nm-title .nm-option-tile.fixed-menu-model a:focus {
      width: 42px;
      height: 42px;
      padding: 2px 0px;
      overflow: hidden; }
      .nm-title .nm-option-tile.fixed-menu-model a img, .nm-title .nm-option-tile.fixed-menu-model a:focus img {
        margin-bottom: 10px; }
      .nm-title .nm-option-tile.fixed-menu-model a span, .nm-title .nm-option-tile.fixed-menu-model a:focus span {
        display: none; }
    .nm-title .nm-option-tile.fixed-menu-model .tooltip {
      background: transparent !important;
      width: 110px;
      font-size: 11px;
      display: inline-block !important; }
    @media (max-width: 767px) {
      .nm-title .nm-option-tile.fixed-menu-model {
        display: none !important; } }

.nm-gallery {
  padding-top: 70px; }
  .nm-gallery .mega-title-gallery {
    font-size: 84px;
    color: #ebebeb;
    line-height: 1;
    letter-spacing: 10px; }
  @media only screen and (min-width: 992px) {
    .nm-gallery .mega-title-gallery {
      font-size: 164px;
      color: #ebebeb;
      line-height: 1;
      letter-spacing: 10px;
      margin-bottom: -95px; } }
  .nm-gallery h4 {
    font-family: "GoBold"; }
  .nm-gallery .owl-carousel .owl-nav .owl-prev, .nm-gallery .owl-carousel .owl-nav .owl-next {
    margin-top: -14% !important; }
  .nm-gallery .owl-dots {
    margin-top: 20px; }

.nm-specs {
  padding-top: 70px; }

.nm-features {
  padding-top: 70px;
  padding-bottom: 70px; }
  .nm-features .mega-title-features {
    font-size: 84px;
    color: #ebebeb;
    line-height: 1;
    letter-spacing: 10px; }
  @media only screen and (min-width: 992px) {
    .nm-features .mega-title-features {
      font-size: 164px;
      color: #ebebeb;
      line-height: 1;
      letter-spacing: 10px;
      margin-bottom: -44px; } }
  .nm-features h5 {
    font-family: "GoBold";
    font-size: 24px;
    text-transform: uppercase; }

.bookatestride-class .bg-grey-dark, .question-class .bg-grey-dark, .finance-class .bg-grey-dark {
  color: #fff !important;
  padding-top: 60px;
  padding-bottom: 60px; }
  .bookatestride-class .bg-grey-dark h3, .question-class .bg-grey-dark h3, .finance-class .bg-grey-dark h3 {
    font-size: 30px;
    text-transform: uppercase; }
  .bookatestride-class .bg-grey-dark p, .question-class .bg-grey-dark p, .finance-class .bg-grey-dark p {
    font-size: 22px; }
  .bookatestride-class .bg-grey-dark .noUi-value-horizontal, .question-class .bg-grey-dark .noUi-value-horizontal, .finance-class .bg-grey-dark .noUi-value-horizontal {
    color: #fff !important; }

.form-control {
  border-radius: 0;
  padding: 10px 12px; }

.disc {
  padding-right: 75px; }

div.tooltip {
  background-color: #ed1c24 !important; }

.nav-tabs {
  border-bottom: 1px solid #151a1b; }
  .nav-tabs > li > a {
    font-weight: 500;
    margin-right: 33px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    font-size: 20px;
    line-height: 46px;
    font-family: "GoBold";
    text-transform: uppercase;
    border-radius: 0;
    color: #151a1b;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    border-color: transparent; }
    .nav-tabs > li > a:hover {
      background: none;
      border-color: transparent;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      color: #151a1b; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #151a1b;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  cursor: default;
  border-color: transparent;
  border-bottom: 5px solid #151a1b;
  font-weight: 500; }

.table-striped > tbody > tr {
  background-color: #fefefe; }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fefefe; }
  .table-striped > tbody > tr th {
    width: 25%; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 16px 5%;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
  font-size: 17px;
  text-transform: uppercase; }
