@charset "utf-8";
/* CSS Document */

body{
  color: #010304;
}
a {
  text-decoration: none;
  color: #377ab7;
  transition: color .15s ease-in-out;
}
a:hover {
  color: #23527c;
  text-decoration: underline;
}
.page_content {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .page_content {
      padding: 75px 0 0 0;
    }
}
.header{
  padding:0px;
  position:fixed;
  width: 100%;
  z-index: 1000;
}

.header .nav > li > a {
  padding: 10px 9px;
  color:#000000;
  font-weight:bold;
  font-size:13px;
}
.header .pull_nav {
  float:left;
  margin-top:25px;
  margin-left:40px;
}
@media (min-width:1600px) {
  .header .pull_nav{

  }
}

ul.faq{
  margin:40px 0 0 0;
  padding:0px;
}
ul.faq li{
  margin:0px 0 25px;
  padding:0px;
  display:block;
  list-style:none;
  min-height: 140px;
}
ul.faq li h5{
  margin:0px 0 10px;
  padding:0px;
  font-weight:bold;
}

ul.faq li a{
  color:#010304;
  text-decoration:underline;
}


.gallery-nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.gallery-nav__box {
  display: flex;
  align-items: center;
  width: 49%;
  padding: 15px;
  background-color: #eee;
}
@media screen and (max-width:992px){
  .gallery-nav__box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .gallery-nav__box:last-child {
    display: none;
  }
}
.gallery-nav__select {
  width: 100%;
  display: block;
  height: 45px;
  margin: 5px;
  padding: 0 15px;
  outline: none;
  text-transform: uppercase;
  border: none;
}
.gallery-nav__submit {
  min-width: 100px;
  width: 25%;
  height: 45px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0078c1;
  color: #fff;
  font-weight: bold;
  transition: all .15s ease-in-out;
  padding: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width:992px){
  .gallery-nav__submit {
    width: 100%;
  }
}
.gallery-nav__submit:hover {
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}

/*NEW CHANGES*/

.footer__bg {
  background-size: cover;
  background-position: center;
  position: relative;
}
.footer__bg::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .75);
  z-index: 0;
}
.footer__cols {
  padding: 75px 0 25px 0;
  color: #eee;
  position: relative;
  z-index: 1;
}
.footer__cols-title {
  font-size: 18px;
  color: #eee;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
}
.footer__cols-title span {
  font-weight: bold;
  color: #337ab7;
}
.footer__cols-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5em;
}
.footer__cols-cta {
  margin: 10px 0;
}
.footer__cols-cta a {
  color: #337ab7;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer__cols-extra img {
  max-width: 100%;
}
.footer__cols-logo {
  margin-bottom: 10px;
}
.footer__cols-logo img {
  max-width: 100%;
}
.footer__cols-links {
  padding-left: 15px;
  margin: 0;
}
.footer__cols-links li {
  color: #337ab7;
  margin-bottom: 10px;
}
.footer__cols-links li a {
  color: #eee;
  font-size: 14px;
  text-transform: uppercase;
}
.footer__cols-split {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer__cols-split-content {
  margin-left: 10px;
}
.footer__cols-split-title {
  color: #fff;
  font-size: 18px;
}
.footer__cols-split-link {
  color: color: #337ab7;
}
.footer__cols-contact-row {
  margin-bottom: 15px;
  font-size: 14px;
}
.footer__cols-contact-row i {
  margin-right: 10px;
}
.footer__cols-contact-row a {
  margin-right: 5px;
  color: #eee;
}
.footer__cols-contact-row a:last-child {
  margin-right: 0;
}
.footer__cols-contact-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:992px){
  .footer__cols-col {
    margin-bottom: 25px;
  }
  .footer__cols-col:last-child {
    margin-bottom: 0;
  }
}

.footer__signup {
  padding: 25px 0 50px 0;
  position: relative;
  z-index: 1;
}
.footer__signup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__signup-container {
  max-width: 850px;
  margin: 0 auto;
}
.footer__signup-left {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 15px;
}
.footer__signup-left-icon {
  color: #337ab7;
  font-size: 32px;
  margin-right: 15px;
}
.footer__signup-left-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
}
.footer__signup-left-text {
  color: #666;
}
.footer__signup-right {
  width: 50%;
  padding: 0 15px;
}
.footer__signup-right form {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer__signup-right form p {
  margin: 0;
}
.footer__signup-right form input,
.footer__signup-right form button {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid #eee !important;
  height: 40px !important;
  outline: none !important;
  color: #fff !important;
}
.footer__signup-right form input::placeholder {
  font-style: italic;
  color: #337ab7;
}
.footer__signup-right form input {
  width: 100%;
}
.footer__signup-right form p {
  width: 100%;
}
.footer__signup-right form button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAABcVBMVEUAAAAzerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczerczereN2F+JAAAAenRSTlMAAQIDBAUGBwgJCwwNDxAREhMUFRgbHB4fICIjJikqLi8xMjY4OTo7PENERUZKTE9QUlRVV1lcYWNmZ2hpbG1wc3R1eX6AgoOOj5GSlJWanZ6go6WmqKqrsLW3ubq+wMPFyMrMzs/R09fZ2tzg4uTm6evt7/H19/n7/cI6pdsAAAILSURBVBgZ7cHpQ9JgAAbwZy/OJMpVFp2yzE67j1l2aPchZHeWZdmpzEITMHj++mBssA34sr371Pv7QVEURVEURVGCtPNVchmJyq2woYgEDb+lI4/EDNyhy0JSJsr0mEjGge/sMJCEzDP6CciXul6nnw35Tqyzpb5IRx6y7flMV+VShQ4LcqWf0LO67ydbTMgkJmv0LKZf0GVAoiO/2TYnbtAjIM3IAjtuY5weG7IMPqTPOeyq0ZOHHNqFKjv+5jD4i20WpMgV6bM2Au09O0xIMDxPv29p4AF9DMQ2cJcB8yngLP0EYtLOVBjwSAP2089GTAd/MGgSwNYy/fKIJfOcQfWjAMRXBliIIXWzzqByFg1zDDIR3cl1hhS3oeEqQwxElV1i2AcdDYcZJhBNepZdnmpo2LHJEBvRHKuxyzSa9FWGFRDNBrucRpP2jl0sRDPLkM1DcNxjNxPRaBPL9CvthOMUezAQ2d48274MwZFlLwIxbLlcouOVgCP9hz3YiGn0Dcn7aBFL7KWA2DJTF+HKsycLElnszYQ8OfZhQJrtVfYhIIu2wj5sSKOznwKk0dmPBWl0eqaulOhnQhqdrscARl+zw4A0Ols+aWjKXNugS0AanY61Ibi0sQU22ZBHZ1N9N3yMmSp5C/LobDqOIDE2Dol0NkwjWSmSL5G0GX5MIXECiqIoiqIoyn/vHy0jAebf8nACAAAAAElFTkSuQmCC') !important;
  background-size: contain;
  background-position: center;
  width: 50px !important;
  background-repeat: no-repeat;
}
@media screen and (max-width:992px){
  .footer__signup-wrap {
    flex-direction: column;
  }
  .footer__signup-left {
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
  .footer__signup-right {
    width: 100%;
    border-left: none;
  }
}
.footer__copy {
  background-color: #000;
  color: #eee;
  padding: 15px 0;
  font-size: 12px;
}
.footer__copy span {
  color: #337ab7;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width:992px){
  .footer__copy {
    text-align: center;
  }
  .footer__copy span {
    display: block;
    opacity: 0;
    height: 5px;
  }
}
h1, h2, h3, h4, h5 ,h6 {
  font-family: 'Orbitron', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.series_box h3 {
  font-size: 18px;
}

.ctct-custom-form .ctct-button {
  text-transform: uppercase;
}
.top__bar {
  background-color: #131313;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width:992px){
  .top__bar {
    display: none;
  }
  .header {
    border-bottom: none !important;
  }
}
.top__bar ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #eee;
  height: 50px;

}
.top__container {
  padding: 0 15px;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__bar ul li {
  color: #eee;
  display: inline-block;
}
.top__bar ul li > i {
  margin-right: 5px;
}
.top__bar ul li a {
  color: #eee;
}
.top__bar ul li a:hover {
  color: #337ab7;
  text-decoration: none;
}
.top__bar--phone {
  border-right: 1px solid #337ab7;
  padding: 0 10px 0 0;
}
.top__bar--mail {
  border-right: 1px solid #337ab7;
  padding: 0 10px;
}
.top__bar--submit {
  border-right: 1px solid #337ab7;
  padding: 0 10px;
}
.top__bar--inquire {
  margin-left: 5px;
}
.top__bar--inquire a {
  color: #fff !important;
  background-color: #337ab7;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  display: block;
}
.top__bar--inquire a:hover {
  color: #337ab7 !important;
  background-color: #fff;
}
.top__bar--social {
  margin: 0 5px;
}
.top__bar--social a:hover {
  color: #337ab7;
  text-decoration: none;
}
.header {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.navbar {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 51%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 51%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 51%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(250,250,250,1) 51%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 100px;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:992px){
  .nav__container {
    min-height: 75px;
  }
}
.nav__left {
  display: flex;
  justify-content: flex-start;
}

.nav__logo img {
  width: auto !important;
  max-height: 25px !important;
}

.nav__center{
  flex-grow: 1;
}
.nav__toggle {
  display: none;
  font-size: 20px;
  border: 2px solid #337ab7;
  color: #337ab7;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -18px;
}
.nav__right {
  display: flex;
  justify-content: flex-end;
}
.nav__nav {
  list-style-type: none;
  padding: 0 25px;;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.nav__nav > li {
  margin-right: 20px;
  font-size: 12px;
  /*font-family: 'Orbitron', sans-serif;*/
}
.nav__nav > li:last-child {
  margin-right: 0;
}
.nav__nav > li > a {
  padding: 5px 10px;
  position: relative;
  display: block;
  color: #333;
  font-weight: 600;
  transition: all .15s ease-in-out;
}
.nav__nav > li > a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #337ab7;
  opacity: 0;
  transition: all .15s ease-in-out;
}
.nav__nav > li:hover > a {
  color: #337ab7;
}
.nav__nav > li:hover > a::after {
  opacity: 1;
}
.nav__nav li a {
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
}
.nav__nav li a:hover {
  text-decoration: none;
}
.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  padding: 15px 10px;
}
.nav__cta {
  margin-right: 15px;
}
.nav__cta a {
  display: block;
  padding: 0 25px;
  background-color: #337ab7;
  color: #fff;
  border: 2px solid #337ab7;
  transition: all .15s ease-in-out;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav__cta a:hover {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}
.nav__form {
  display: flex;
  align-items: center;
}
.nav__form input {
  display: block;
  height: 40px;
  padding: 0 15px;
  border: 2px solid #337ab7;
}
.nav__form button {
  display: block;
  background-color: #337ab7;
  color: #fff;
  height: 40px;
  width: 40px;
  border: none;
}
@media screen and (max-width:992px){
  .nav__center {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 10px 5px rgba(0, 0, 0, .25);
  }
  .nav__nav {
    flex-direction: column;
  }
  .nav__nav li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .nav__right {
    display: none;
  }
  .nav__toggle {
    display: flex;
  }
  .nav__container {
    justify-content: center;
  }
}

/* HOMEPAGE CSS */


body {
  font-family: "Open Sans", sans-serif;
}

.ccw__container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}
.ccw__inner {
  padding: 25px 0;
}
@media screen and (max-width:992px){
  .ccw__inner {
    padding: 15px 0;
  }
}
.ccw__inner [class^='wp-image'],
.ccw__inner [class*=' wp-image'] {
  max-width: 100%;
  width: auto;
  height: auto;
}

.ccw__inner--blog {
  font-size: 18px;
  line-height: 1.5em;
}

.ccw__inner--blog [class^='wp-image'],
.ccw__inner--blog [class*=' wp-image'] {
  width: 100%;
}

.ccw__section {
  padding: 30px 0;
}
.ccw__section--tidy {
  padding: 0;
}
.ccw__section--more {
  padding: 20px 0 30px;
}
.ccw__section--grey {
  background-color: #eee;
}
.ccw__section--ddd {
  background-color: #ddd;
}
.ccw__section--d6 {
  background-color: #d6d6d6;
}
.ccw__section--dark {
  background-color: #131313;
}
.ccw__section--spaced {
  padding: 50px 0;
}
.ccw__section--blue {
  background-color: #377ab7;
}
.ccw__title {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 0;
}
.ccw__title h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.ccw__title--left {
  text-align: left;
}
.ccw__title--contact {
  font-size: 24px;
  text-align: left;
  margin-bottom: 5px;
  color: #1c1c1c;
}
.ccw__title--tidy {
  margin-bottom: 0 !important;
}
.ccw__title--spaced {
  margin-top: 25px;
}
.ccw__title--light {
  color: #fff;
}
.ccw__title span {
  color: #377ab7;
}
.ccw__title--contact span {
  color: #fff;
}
@media screen and (max-width:992px){
  .ccw__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ccw__text {
  line-height: 1.5em;
}
.ccw__text--center {
  text-align: center;
}
.ccw__cols {
  display: flex;
  margin: 0 -10px;
}
.ccw__details-row {
  font-size: 13px;
  text-transform: uppercase;
}
.ccw__details-row:first-child {
  font-size: 18px;
}
.ccw__details-row span {
  color: #377ab7;
}
.ccw__details-group {
  margin-bottom: 10px;
}
.ccw__details-group:last-child {
  margin-bottom: 0;
}
.ccw__cols--col {
  padding: 10px;
}
.ccw__cols--4 .ccw__cols--col {
  width: 20%;
}
.ccw__cols--4 .ccw__cols--col:last-child {
  width: 40%;
}
@media screen and (max-width:992px){
  .ccw__cols {
    flex-wrap: wrap;
  }
  .ccw__cols--col {
    width: 100% !important;
  }
}
.wheels {
  margin: 25px 0;
}
.wheels__grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  box-sizing: border-box;
}
.wheels__grid--finishes {
  align-items: stretch;
}
.wheels__grid--finishes .wheels__item {
  width: 20%;
  min-width: 20%;
  display: flex;
}
.wheels__grid--finishes .wheels__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width:992px) {
  .wheels__grid--homepage .wheels__item {
    width: 100% !important;
  }
}
@media screen and (min-width:992px) {
  .wheels__grid--finishes .wheels__link::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .15s ease-in-out;
  }
  .wheels__grid--finishes .wheels__label {
    position: absolute;
    color: #fff !important;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -20%);
    opacity: 0;
    transition: all .15s ease-in-out;
  }
  .wheels__grid--finishes .wheels__label span {
    color: #fff;
  }
  .wheels__grid--finishes .wheels__link:hover img {
    opacity: 1;
  }
  .wheels__grid--finishes .wheels__link:hover::before {
    opacity: 1;
  }
  .wheels__grid--finishes .wheels__link:hover .wheels__label{
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.wheels__item {
  box-sizing: border-box;
  min-width: 25%;
  width: 25%;
  padding: 15px;
}
@media screen and (max-width:992px){
  .wheels__item {
    width: 50% !important;
  }
}
@media screen and (max-width:480px){
  .wheels__item {
    width: 50% !important;
  }
}
.wheels__link {
  text-decoration: none;
  color: #333;
  display: block;
}
.wheels__link:hover {
  text-decoration: none;
  color: #333;
}
.wheels__link:hover img {
  opacity: 0.7;
}
.wheels__label {
  text-decoration: none;
  text-align: center;
  font-family: "Orbitron", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.wheels__label strong {
  font-weight: 600;
  font-style: normal;
}
.wheels__label span {
  color: #377ab7;
  font-style: normal;
}
.wheels__image {
  width: 100%;
  display: block;
  transition: all 0.15s ease-in-out;
}

.gallery__top {
  display: flex;
  align-items: center;
}
.gallery__top-left {
  min-width: 50%;
  width: 50%;
}
.gallery__top-right {
  min-width: 50%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:992px){
  .gallery__top {
    flex-wrap: wrap;
  }
  .gallery__top-left {
    width: 100%;
    min-width: 100%;
  }
  .gallery__top-right {
    width: 100%;
    min-width: 100%;
  }
}
.gallery__item {
  position: relative;
  width: 50%;
}
.gallery__item--big {
  width: 100%;
}
.gallery__item--big .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--1 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--2 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--3 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--4 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__inner {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  color: #fff;
  text-decoration: none;
}
.gallery__inner:hover {
  color: #fff;
  text-decoration: none;
}
.gallery__inner:hover .gallery__content {
  opacity: 1;
}
.gallery__image {
  position: absolute;
  background-position: center;
  background-size: cover;
}
.gallery__content {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.gallery__bottom {
  display: flex;
}
@media screen and (max-width:992px){
  .gallery__bottom {
    flex-wrap: wrap;
  }
}
.gallery__bottom .gallery__item .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width:992px){
  .gallery__title {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.gallery__text {
  font-size: 12px;
  margin-bottom: 15px;
  display: none;
}
.gallery__cta {
  background-color: #337ab7;
  padding: 5px 15px;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
}
@media screen and (max-width:992px){
  .gallery__cta {
    display: none;
  }
}
.gallery__cta:hover {
  background: #fff;
  color: #000 !important;
}
.gallery__more {
  display: block;
  width: 150px;
  text-align: center;
  margin-top: 15px;
  margin-right: 5px;
  padding: 10px 25px;
  max-width: 100%;
  text-decoration: none !important;
  font-weight: bold;
  margin-left: auto;
  background-color: #337ab7;
  color: #fff;
  transition: all .15s ease-in-out;
}
.gallery__more:hover {
  color: #fff;
  background-color: #131313;
}
.soliloquy-outer-container {
  overflow: hidden;
}
.wc {

}
.wc__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc__tabs-tab {
  width: 11%;
  min-width: 11%;
  text-align: center;
  padding: 15px 5px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 2px solid #131313;
  color: #131313;
  font-family: "Orbitron", sans-serif;
  font-style: italic;
  cursor: pointer;
  transition: all .15s ease-in-out;
}
@media screen and (max-width:992px){
  .wc__tabs {
    flex-wrap: wrap;
    display: none;
  }
  .wc__tabs-tab {
    width: auto;
  }
}
.wc__tabs-tab:hover,
.wc__tabs-tab:focus,
.wc__tabs-tab:active {
  border-color: #337ab7;
  text-decoration: none;
  color: #131313;
}
.wc__tabs-tab span {
  font-style: normal;
  color: #337ab7;
}
@media screen and (max-width:1500px){
  .wc__tabs-tab span {
    display: block;
  }
}
.wc__tabs-tab.active {
  background-color: #337ab7;
  border-color: #337ab7;

}
.wc__tabs-tab.active span {
  color: #fff;
}
.wc__tabs-tab:last-child {
  margin-right: 0;
}
.wc__content-page {
  display: none;
}
.wc__content-page.active {
  display: block !important;
}
.wc__content-page .ccw__text {
  padding: 25px 5% 0;
  min-height: 100px;
}
.wc__content-page .wheels {
  margin: 15px 0 25px;
}
.wc__all {
  max-width: 250px;
  width: 100%;
  background-color: #337ab7;
  color: #fff;
  padding: 10px 15px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  user-select: none;
  cursor: pointer;
  transition: all .15s ease-in-out;
}
.wc__all:hover {
  background-color: #333;
}
.soliloquy-container .soliloquy-image {
  width: 100% !important;
}

.gp__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gp__item {
  min-width: 25%;
  width: 25%;
  padding: 5px;
}
.gp__url {
  position: relative;
  display: block;
}
.gp__url img {
  display: block;
  width: 100%;
  height: auto;
}
.gp__url:hover .gp__content{
  opacity: 1;
}
.gp__url:hover .gp__title,
.gp__url:hover .gp__text,
.gp__url:hover .gp__cta {
  transform: translateY(0px);
}
@media screen and (max-width:992px){
  .gp__item {
    min-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width:480px){
  .gp__item {
    min-width: 100%;
    width: 100%;
  }
}
.gp__content {
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
  line-height: 1;
  color: #fff;
}
.gp__title {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  transform: translateY(20px);
}
.gp__text {
  font-size: 12px;
  margin-bottom: 15px;
  transition: all 0.15s ease-in-out;
  transform: translateY(20px);
}
.gp__cta {
  background-color: #337ab7;
  padding: 5px 15px;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  transform: translateY(20px);
}
.gp__cta:hover {
  background: #fff;
  color: #000 !important;
}

.ccw__hide--mobile {
  display: block;
}
.ccw__hide--mobile--inline {
  display: inline-block;
}
.ccw__hide--desktop {
  display: none;
}
@media screen and (max-width:992px){
  .ccw__hide--mobile {
    display: none;
  }
  .ccw__hide--mobile--inline {
    display: none;
  }
  .ccw__hide--desktop {
    display: block;
  }
}

/* INNER PAGES BANNER */
.page-banner {
  padding-bottom: 33.85%;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 500px;
  display: block;
  text-decoration: none;
}
.page-banner--archive {
  display: block !important;
}
.page-banner:hover {
  color: #fff !important
}
.page-banner__mobile {
  display: none;
  padding: 25px 10px;
}
.page-banner__mobile--desktop {
  display: block !important;
  max-width: 1470px;
  margin: 0 auto;
}
@media screen and (max-width:992px){
  .page-banner {
    display: none;
  }
  .page-banner__mobile {
    display: block;
  }
}
.page-banner__container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .65);
}
.page-banner__box {
  max-width: 1500px;
  margin: 0 auto;
  padding: 25px 15px;
}
.page-banner__box--mobile {
  display: none;
}
.page-banner__title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
  margin-top: 10px;
}
@media screen and (max-width:992px){
  .page-banner__title {
    font-size: 22px;
  }
}
.page-banner__title span {
  color: #337ab7;
}
.page-banner__mobile .page-banner__title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.page-banner__subtitle {
  font-size: 16px;
  margin-top: 0;
  margin-top: -8px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.page-banner__subtitle span {
  color: #337ab7;
}
.page-banner__mobile .page-banner__subtitle {
  font-size: 16px;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.page-banner__subtitle span {
  color: #337ab7;
}
.page-banner__image img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.page-featured {
  max-width: 1500px;
  padding: 25px 15px;
  margin: 0 auto;
}
@media screen and (max-width:992px){
  .page-featured {
    padding: 15px 15px 0;
  }
}
.page-featured__title {
  font-size: 38px;
  margin-bottom: 25px;
}
.page-featured__title--mobile {
  display: none;
}
@media screen and (max-width:992px){
  .page-featured__title {
    display: none;
    font-size: 24px;
    margin: 25px 0 10px;
    text-align: center;
  }
  .page-featured__title--mobile {
    display: block;
  }

}
.page-featured__title span {
  color: #337ab7;
}
.page-featured__image {
  text-align: center;
}
.page-featured__image img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pr__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pr__field {
  width: 22.5%;
  padding: 0 5px;
}
.pr__field span {
  display: block;
}
.pr__field input,
.pr__field select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: none;
  outline: none;
}
.pr__submit {
  width: 10%;
  min-width: 125px;
  padding: 0 5px;
}
@media screen and (max-width:992px){
  .pr__field {
    width: 100%;
    margin-bottom: 5px;
  }
  .pr__submit {
    width: 100%;
  }
}
.pr__submit input {
  background-color: #333;
  color: #fff;
  height: 44px;
  display: block;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .15s ease-in-out;
}
.pr__submit input:hover {
  background-color: #fff;
  color: #337ab7;
}
.pr__submit span {
  display: none !important;
}
.contact__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 25px 0;
}
.contact__col {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.contact__col--wide {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:992px){
  .contact__col {
    width: 100%;
  }
}
.contact__grid p,
.contact__grid br {
  display: none;
}
.contact__label {
  font-size: 14px;
  text-transform: uppercase;
}
.contact__field span {
  display: block;
}
.contact__field .wheels {
  margin: 0 !important;
}
.contact__field input[type="text"],
.contact__field input[type="email"],
.contact__field input[type="number"] {
  display: block;
  height: 45px;
  width: 100%;
  border: 2px solid #eee;
  padding: 0 15px;
}
.contact__field select {
  display: block;
  height: 45px;
  width: 100%;
  border: 2px solid #eee;
  padding: 0 15px;
}
.contact__field textarea {
  display: block;
  height: 135px;
  width: 100%;
  border: 2px solid #eee;
  padding: 5px 15px;
}
.contact__field input[type="submit"] {
  height: 45px;
  width: 150px;
  max-width: 100%;
  margin-left: auto;
  display: block;
  color: #fff;
  background-color: #0078c1;
  transition: all .15s ease-in-out;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.contact__field input[type="submit"]:hover {
  background-color: #1c1c1c;
}
.contact__checkbox {
  display: flex;
  align-items: center;
}
.contact__checkbox span{
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  user-select: none;
}
.faq-row img{
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.search__form {
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.search__form input[type=text] {
  display: block;
  width: 100%;
  height: 45px;
  border: 2px solid #eee;
  padding: 0 15px;
  outline: none;
  text-transform: uppercase;
  border-right: none;
}
.search__form input[type=submit] {
  display: block;
  min-width: 150px;
  height: 45px;
  border: none;
  background-color: #0078c1;
  color: #fff;
  font-weight: bold;
  transition: all .15s ease-in-out;
  padding: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.search__form input[type=submit]:hover {
  background-color: #1c1c1c;
}
@media screen and (max-width:992px){
  .search__form input[type=submit] {
    min-width: 90px;
  }
}

.ccw__pagination {
  padding: 35px 0;
}
.ccw__pagination h2{
  display: none;
}
.ccw__pagination .nav-links{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccw__pagination .pagination{
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.ccw__pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding :0;
}
.ccw__pagination a.page-numbers,
.ccw__pagination span.page-numbers {
  height: 35px;
  width: 35px;
  font-size: 18px;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  background-color: #0078c1;
  color: #fff;
  user-select: none;
  margin: 0 5px;
  text-decoration: none !important;
  transition: all .15s ease-in-out;
}
.ccw__pagination a.page-numbers:hover {
  background-color: #000;
}
.ccw__pagination span.current{
  background-color: #eee !important;
  color: #0078c1 !important;
}
.ccw__pagination .prev,
.ccw__pagination .next {
  margin: 0 15px;
}
@media (max-width:1500px) {
  .hide-1500 {
    display: none;
  }
}
@media (max-width:1200px) {
  .hide-1200 {
    display: none;
  }
}
@media (max-width:1000px) {
  .hide-1000 {
    display: none;
  }
}
@media (max-width:750px) {
  .hide-750 {
    display: none;
  }
}


/* SINGLE WHEEL STYLE */

.sw__split {
  display: flex;
  margin: 0 -15px;
}
.sw__left {
  width: 50%;
  padding: 0 15px;
}
.sw__right {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width:992px){
  .sw__split {
    display: block;
  }
  .sw__left {
    width: 100%;
    padding: 15px;
  }
  .sw__right {
    width: 100%;
    padding: 15px;
  }
}
.sw__image{
  position: relative;
  padding-bottom: 100%;
}
.sw__image--1,
.sw__image--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: opacity .35s ease-in-out;
}
.sw__image--2 {
  opacity: 0;
}
.sw__image:hover .sw__image--1{
  opacity: 1;
}
.sw__image:hover .sw__image--2{
  opacity: 2;
}
.sw__gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sw__gallery-item {
  width: 25%;
  padding: 5px;
  position: relative;
}
.sw__gallery-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  opacity: .75;
  pointer-events: none;
}
.sw__gallery-item a,
.sw__gallery-item img {
  display: block;
  width: 100%;
}
.sw__gallery-item a {
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  transition: all .15s ease-in-out;
}
.sw__gallery-item a:hover {
  opacity: .5;
}
.sw__title {
  font-family: 'Orbitron', sans-serif;
  font-size: 42px;
  margin-bottom: -8px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: normal;
}
@media screen and (max-width:992px){
  .sw__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.sw__subtitle {
  font-family: 'Orbitron', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
@media screen and (max-width:992px){
  .sw__subtitle {
    font-size: 18px;
  }
}
.sw__subtitle span {
  color: #0078c1;
  font-weight: bold;
}
.sw__subtitle--small {
  font-size: 18px;
  margin-top: 15px;
}
.sw__subtitle--margin-top {
  margin-top: 25px;
}
.sw__subtitle--pricing {
  margin-top: 15px;
}
.sw__price {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.sw__finish {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.sw__finish-col {
  width: 33.33%;
  padding: 0 5px;
}
.sw__finish--2 .sw__finish-col {
  width: 50%;
}
@media screen and (max-width:992px){
  .sw__finish-col {
    width: 100% !important;
  }
}
.sw__select  {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 45px;
  border: 2px solid #eee;
  padding: 0 15px;
  outline: none;
  text-transform: uppercase;
}
.sw__inquire {
  line-height: 45px;
  padding: 0 15px;
  color: #fff;
  background-color: #0078c1;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  transition: all .15s ease-in-out;
}
.sw__inquire:hover {
  background-color: #1c1c1c;
}
.sw__text {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 10px;
}
.sw__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.sw__list li {
  margin-bottom: 2px;
}
.sw__list li::before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #0078c1;
  margin-right: 5px;
}
.sw__width-set {
  display: none;
}
.sw__width-set.active {
  display: block;
}
.sw__radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sw__radio li {
  display: inline-block;
  background-color: #666;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 75px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all .15s ease-in-out;
}
.sw__radio li:hover {
  background-color: #1c1c1c;
}
.sw__radio li.active {
  background-color: #0078c1;
}
.sw__banner {
  position: relative;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  height: 400px;
}

.sw__banner--auto {
  height: auto !important;
}

.sw__banner__featured {
  position: relative;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
  height: 400px;
}

.sw__banner__featured__fitment__table {
  position: relative;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
}

.sw__banner-box__fitment__table {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, .65);
  color: #fff;
  display: flex;
  padding-top: 75px;
  padding-left: 25px;
  padding-right: 25px;
 padding-bottom: 75px;
flex-direction: column;
justify-content: center;
    align-items: center;
}

.sw__shots {
  display: flex;
  margin: 0 -15px;
}
.sw__shots-image {
  width: 33.33%;
  padding: 0 15px;
  transition: all .15s ease-in-out;
}
.sw__shots-image:hover {
  opacity: .5;
}
.sw__shots-image img {
  display: block;
  width: 100%;
}
@media screen and (max-width:992px){
  .sw__shots {
    display: block;
  }
  .sw__shots-image {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .sw__finish-col {
    width: 100%;
  }
}
.sw__banner-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 33.33%;
  background-color: rgba(0, 0, 0, .65);
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 75px;
  min-width: 450px;
}
.sw__banner-box--full {
  position: relative;
  width: 100%;
  display: block;
  padding: 50px 0;
}
.sw__banner-container {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}
.sw__banner-split {
  display: flex;
  align-items: center;
}
@media screen and (max-width:992px){
  .sw__banner-box--full {
    padding: 25px 0;
  }
  .sw__banner-split {
    display: block;
  }
}
.sw__banner-box--center {
  padding-left: 75px;
  padding-right: 75px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw__banner-table {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:992px){
  .sw__banner-table {
    justify-content: center;
  }
}
.sw__banner-text {
  max-width: 550px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding-top: 15px;
}
@media screen and (max-width:992px){
  .sw__banner-text {
    max-width: 100%;
  }
}
.sw__banner-left {
  width: 50%;
  padding-right: 25px;
}
@media screen and (max-width:992px){
  .sw__banner-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}
.sw__banner-right {
  width: 50%;
  padding-left: 25px;
}
@media screen and (max-width:992px){
  .sw__banner-right {
    width: 100%;
    padding-left: 0;
  }
}
.sw__image-container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.sw__image-item {
  padding: 15px;
  width: 25%;
}
.sw__image-item img {
  display: block;
  width: 100%;
}
@media screen and (max-width:992px){
  .sw__image-item {
    width: 50%;
  }
}
.sw__banner-box--right {
  padding-left: 0;
  padding-right: 75px;
  text-align: right;
  left: auto;
  right: 0;
}
.sw__banner-option {
  font-size: 24px;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  margin-bottom: -8px;
}
.sw__banner-title {
  font-size: 42px;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
}
.sw__banner-cta {
  height: 35px;
  width: 125px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0078c1;
  transition: all .15s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
}
.sw__banner-box--right .sw__banner-cta {
  margin-left: auto;
}
.sw__banner-cta:hover {
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:992px){
  .sw__banner {
    height: 150px;
  }
  .sw__banner-box {
    width: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
  }
  .sw__banner-option {
    font-size: 24px;
    margin-bottom: -5px;
  }
  .sw__banner-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sw__banner-box--right .sw__banner-cta {
    margin-left: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* POPUP CSS */

.ccw-popup__cta {
  position: fixed;
  bottom: 0;
  right: 50px;
  background-color: #0078c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 25px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .15s ease-in-out;
}
.ccw-popup__cta:hover {
  background-color: #111;
}
.ccw-popup__cta-left {
  max-width: 75px;
  padding: 12px 15px 12px 0;
  border-right: 1px solid #fff;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ccw-popup__cta-left img {
  max-width: 100%;
}
.ccw-popup__cta-right {
  padding: 8px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ccw-popup__cta-text {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.ccw-popup__popup {
  position: fixed;
  top: 0;
  left: 0;
  padding: 25px 15px;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  text-transform: uppercase;
}
.ccw-popup__popup--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.15s ease-in-out;
  animation: fadeInFromNone 0.15s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
.ccw-popup__container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .50);
  box-shadow: 0 0 15px rgba(0, 0, 0, .50);
  width: 500px;
  max-width: 100%;
  padding: 25px;
  position: relative
}
.ccw-popup__close {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  background-color: #0078c1;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAA0lBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Gi8hrAAAARXRSTlMAAQIDBAUGBwgJCgsMDRNrbHB5e3x+gIKDhYaIiYuMjpGSl52eoKOmqKqrr7S1t7q8vsDBxcfIys7P0dXZ3N7g4uTm6PuGG5YzAAAA5klEQVQokX1SVxaCMBBMAth7xa7Ye8XeNfe/kskGJNGn88GWgS2zIPQP6a6mJuJjA2yB0qlCpSm1dWZTlGEuUVmeWBKEZtyhC90lchA/WD1NUEuHMiG6RbmvTSBYAVUE/xIWr5ERhDYrUALvFHJLkyEk1oEK2GPQG4f0IfWE58Evr4A71MXOp66NWw6xMT4lInfBxL7Ey/z6xnz32ap9KtTDXpoN10UqYomxA2/CcsvghljVoXBTal0T8gSlJW1D7njmkrYlpT21r+xyVfk6HHmYBjOvrB4bzr0WtZO9j38nMdDRH7wAaMI/WCgfkMAAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.ccw-popup__close:hover {
  background-color: #111;
}
.ccw-popup__title {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.ccw-popup__terms {
  text-transform: none;
  font-size: 14px;
}
#footer-section {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .ccw-popup__cta {
    left: 0;
    right: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
    transform: translateY(100%);
    transition: transform .5s ease-in-out;
  }
  .ccw-popup__cta--scrolled {
    transform: translateY(0);
  }
  .ccw-popup__cta-right {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ccw-popup__popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
  }
}
@media only screen and (max-height: 768px) {
  .ccw-popup__popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
  }
}


/* NEW SLIDER */

.nSlider__wrapper {
  overflow: hidden;
}

.nSlider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.nSlider__item {
  display: block;
  min-width: 100%;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  position: relative;
  text-decoration: none;
  color: #000;
}

.nSlider__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 992px) {
  .nSlider__link {
    display: block;
  }
}
.nSlider__item:hover {
  color: #000;
}

.nSlider__image {
  display: block;
  width: 100%;
}

.nSlider__canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  .nSlider__canvas {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.nSlider__box {
  position: absolute;
  width: 450px;
  max-width: 100%;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.6);
}

.nSlider__box--top-left {
  top: 50px;
  left: 15px;
}

.nSlider__box--top-right {
  top: 50px;
  right: 15px;
}

.nSlider__box--bottom-left {
  bottom: 50px;
  left: 15px;
}

.nSlider__box--bottom-right {
  bottom: 50px;
  right: 15px;
}

.nSlider__box--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
  .nSlider__box {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    bottom: 0;
    padding: 25px;
  }
}

.nSlider__title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Orbitron', sans-serif;
}

@media only screen and (max-width: 992px) {
  .nSlider__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.nSlider__title span {
  color: #0078c1;
}

.nSlider__subtitle {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  .nSlider__subtitle {
    display: none;
  }
}

.nSlider__button {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 25px;
  background-color: #131313;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-right: 5px;
}

.nSlider__button:hover {
  background-color: #0078c1;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .nSlider__button {
    display: none;
  }
}
.contact_google_map iframe {
  display: block;
}
.top_contact_bg{
  background-color: #0078c1 !important;
  color: #fff !important;
}

.top_contact_bg a {
  color: #fff !important;
  text-decoration: underline !important;
}


#dealers__map {
  display: block;
  width: 100%;
  padding-bottom: 35%;
  min-height: 450px;
}
.dealers__wrapper {
  position: relative;
}
.dealers__search-box {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 650px;
  max-width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .dealers__search-box {
    height: auto;
    flex-direction: column;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
  }
}
.dealers__search-title {
  height: 50px;
  background-color: #fff;
  display:flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.dealers__search-title strong {
  color: #0078c1;
  display: inline-block;
  margin-right: 5px;
}
.dealers__search-title img {
  max-height: 20px;
  margin-right: 5px;
}
.dealers__search-input {
  flex-grow: 1;
  padding: 0 15px;
  border: none;
  height: 50px;
  background-color: #1c1c1c;
  color: #fff;
  border: 2px solid #1c1c1c;
  text-transform: uppercase;
  outline: none;
  font-size: 12px;
  transition: all .15s ease-in-out;
}
.dealers__search-input:focus {
  border-bottom-color: #0078c1;
}
.dealers__canvas {
  overflow: hidden;
  margin: 25px 0;
  display: none;
}
.dealers__grid {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
}
.dealers__item {
  padding: 20px;
  width: 16.666%;
  position: relative;
  padding-bottom: 45px;
  border-right: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
}
@media only screen and (max-width: 768px) {
  .dealers__item {
    width: 50%;
  }
}
.dealers__item::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 50px;
  transform: translateX(-50%);
  top: 100%;
  left: 100%;
  z-index: 99;
}
.dealers__item::after {
  content: '';
  display: block;
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  height: 50px;
  transform: translateY(-50%);
  width: 1px;
  top: 100%;
  left: 100%;
  z-index: 99;
}
.dealers__item-name {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.dealers__item-country {
  font-size: 18px;
  margin-top: -8px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #0078c1;
}
.dealers__item-address {
  color: #333;
}
.dealers__item-desc {

}
.dealers__item-url {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.dealers__item-url:hover {
  text-decoration: underline;
}
.dealers__popup-name {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.dealers__popup-city {
  margin-bottom: 5px;
}
.dealers__popup-country {
  margin-bottom: 5px;
}
.dealers__popup-phone {

}
.dealers__popup-desc {
  margin-bottom: 5px;
}
.dealers__popup-links {

}

.dealers__popup-links a {
  display: inline-block;
}
.dealers__popup-links a:first-child {
  border-right: 1px solid #0078c1;
  padding-right: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) {
  .navHide-desktop {
    display: none;
  }
}

.specstrip {
  background-color: #1c1c1c;
  color: #fff;
  padding: 35px 0;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .specstrip {
    padding: 0;
  }
}
.specstrip__mobile {
  display: none;
  position: relative;
  text-align: center;
  padding: 25px 0;
}
.specstrip__toggle {
  font-weight: bold;
  font-size: 18px;
}
.specstrip__icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background-color: #0078c1;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .specstrip__mobile {
    display: block;
  }
}
.specstrip__container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .specstrip__container {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .specstrip__container {
    display: flex !important;
  }
}
.specstrip__column {
  width: 20%;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .specstrip__column {
    width: 100% !important;
    padding-bottom: 25px !important;
  }
}
.specstrip__column:last-child {
  width: 40%;
}
.specstrip__title {
  font-weight: bold;
  margin-bottom: 5px;
}
.specstrip__item span {
  color: #0078c1;
}
.specstrip__item a {
  color: #fff;
  text-decoration: none;
}
.specstrip__item a:hover {
  color: #0078c1;
  text-decoration: underline;
}
.specstrip__text {
  line-height: 1.5;
}
