  .alert {
  position: relative;
  background: #040707; }
  .alert.desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      .alert.desktop {
        display: block; } }
  .alert.mobile {
    display: block; }
    .alert.mobile p {
      font-size: 14px; }
    @media screen and (min-width: 768px) {
      .alert.mobile {
        display: none; } }
  .alert #exit {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: 15px;
    font-weight: bold;
    cursor: pointer; }
  .alert p {
    font-family: 'Ubuntu';
    font-weight: bold;
    padding: 12px 0;
    color: #F0CB1F;
    max-width: 80%;
    margin: auto;
    text-align: center; }

/* -----------------------------------------
   Home page slider
   ----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 600px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }

#home-slider .slider-caption {
  position: absolute;
  top: 33%;
  width: 100%;
  text-align: center; }

#home-slider .slider-caption h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  font-family: 'Ubuntu';
  margin-bottom: 11px; }

#home-slider .slider-caption p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Ubuntu';
  margin-bottom: 27px; }

.slider-caption .button {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Ubuntu';
  background-color: #595959;
  border: 2px solid #fff;
  text-transform: uppercase; }

.slick-dots {
  margin-bottom: 4px; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  background-color: #000; }

.slick-dots li button:before {
  background-color: #fff;
  width: 8px;
  height: 8px; }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 287px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 375px;
    /*define the height of slide*/ } }

/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center; }

.wp-caption img {
  width: auto;
  margin-bottom: 10px; }

.wp-caption p {
  margin-bottom: 0;
  font-size: 14px; }

.gallery-caption {
  font-size: 12px; }

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0); }

#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1; }

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none; }

.gform_fields {
  margin: 0; }

.gfield {
  list-style: none;
  margin-bottom: 20px; }

.gfield_label {
  display: none !important; }

.ginput_container ul {
  margin-left: 0; }

.gfield_error input, .gfield_error textarea {
  border-color: red; }

.gfield_description {
  margin-top: 10px; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.gform_footer {
  text-align: right;
  /*aligning of submit button*/ }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
  width: 98% !important; }

.sidebar .gform_wrapper .field_description_below .gfield_description {
  padding-left: 15px; }

.sidebar .validation_error {
  width: 95% !important; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb; }

.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd; }

.ui-datepicker tbody {
  border: none; }

.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb; }

.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666; }

.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none; }

.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table; }

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left; }

.ui-datepicker-next {
  text-align: right; }

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed; }

.ui-datepicker-calendar .ui-state-hover {
  background: #fff; }

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #030000;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 200; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #030000;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 200; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #030000;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 200; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #030000;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 200; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0; }

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #124260; }

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #333;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit; }

h1 {
  font-family: 'Ubuntu';
  font-size: 70px;
  color: #030000;
  letter-spacing: -1px; }

h2 {
  font-family: 'Ubuntu';
  font-size: 38px;
  color: #030000; }

h3 {
  font-family: 'Ubuntu';
  font-size: 24px;
  color: #030000;
  font-weight: 500; }

h4 {
  /*basic heading styles*/ }

h5 {
  /*basic heading styles*/ }

h6 {
  /*basic heading styles*/ }

p {
  font-family: 'Ubuntu';
  font-size: 20px;
  color: #030000;
  font-weight: 200; }

p:empty {
  display: none; }

p a {
  text-decoration: underline; }

ul {
  /*basic list styles*/ }

ul li {
  /*basic list-item styles*/ }

a {
  color: #1a608b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #0a2535;
  outline: none; }

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.button:hover, .button:focus {
  /*basic hover and focus effects*/ }

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/* Pagination */
ul.pagination {
  margin: 1rem 0; }

ul.pagination .pagination {
  margin: 0; }

ul.pagination .pagination.current {
  color: #fff;
  background: #1a608b;
  display: block; }

/* Search form */
#searchform {
  position: relative; }

#s {
  padding-right: 75px; }

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer; }

#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px; }

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* ------------------------------------
    Header Styles
    ------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff; }

.home-banner {
  padding-top: 125px; }

.logo {
  background-color: #414141; }

.logo img {
  float: right; }

.top-nav-bar li {
  list-style: none; }

.based {
  font-family: 'Ubuntu';
  font-size: 20px;
  color: #414141;
  font-weight: 400;
  padding-left: 38px;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
  display: inline-block; }

.top-nav-bar {
  margin: 0;
  padding-top: 20px; }

.top-nav-bar a {
  font-family: 'Ubuntu';
  font-size: 16px;
  color: #414141;
  font-weight: 500;
  background-color: #F0CB13;
  padding: 0 14px;
  width: 100%;
  line-height: 31px;
  margin-bottom: 3px; }

.top-nav-bar a:hover {
  background-color: #595959;
  color: #fff; }

.slider-caption .button:hover, .four-block__main .button:hover, .welcome__content .button:hover, .main-content-single .button:hover {
  background-color: #F0CB13;
  color: #030000; }

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #595959;
  color: #fff; }

aside {
  position: absolute;
  width: 300px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  display: none;
  z-index: 10; }

aside::before {
  content: "";
  display: block;
  height: 64px; }

aside a {
  display: block;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  font-family: 'Ubuntu';
  font-weight: 500; }

.menu-header-menu-container ul li {
  list-style: none;
  padding-bottom: 16px; }

.accordion-toggle {
  display: none; }

.is-accordion-submenu-parent > a:after {
  display: none; }

.menu-header-menu-container {
  padding-top: 53px; }

.menu-header-menu-container a:hover {
  color: #F0CB13; }

.toggle-wrap {
  position: absolute;
  padding: 10px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999; }
  .toggle-wrap.active {
    top: 0; }

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.toggle-bar {
  width: 41px;
  margin: 10px 0;
  position: relative;
  display: inline-block;
  height: 4px;
  background: #fff; }

.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #fff;
  height: 4px;
  width: 41px;
  position: absolute;
  top: -11px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 2%;
  -webkit-transform-origin: 2%;
  transform-origin: 11%; }

.toggle-bar::after {
  top: 11px; }

.toggle-wrap.active .toggle-bar {
  /* border-top: 6px solid transparent;*/
  border: none;
  height: 0px; }

.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.active .title-bar-title {
  display: inline-block !important;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: 500; }

.toggle-wrap .title-bar-title {
  display: none; }

/* ------------------------------------
    Content Styles
    ------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }

.posts-list .entry-meta {
  margin-bottom: 0; }

.posts-list #searchform {
  margin-bottom: 40px; }

.entry-meta {
  color: #666;
  font-size: 14px; }

.thumbnail {
  margin-bottom: 20px; }

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }

.comment-meta {
  font-size: 14px; }

.comment-metadata {
  color: #666; }

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd; }

.reply {
  text-align: right; }

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe; }

.four-block__main p {
  font-family: 'Ubuntu';
  font-size: 18px;
  color: #030000;
  font-weight: 300;
  line-height: 27px; }

.four-block__main .button, .welcome__content .button {
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 700;
  color: #414141;
  background-color: #f7f7f7;
  border: 2px solid #474747;
  text-transform: uppercase; }

.welcome__content p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 27px;
  line-height: 34px; }

.post-ul li {
  list-style: none;
  line-height: 30px; }

.post-ul li a {
  font-family: 'Ubuntu';
  font-size: 16px;
  color: #fff; }

/* 404 page */
.not-found {
  padding: 100px 0; }

.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b; }

.not-found .label:hover {
  background-color: #144869;
  color: #fff; }

/* Sidebar */
.widget {
  margin-bottom: 20px; }

.page-banner {
  padding-top: 92px; }

.page-banner .top-img-banner {
  width: 100%;
  height: auto; }

.default-page {
  padding: 32px 0 14px; }

.page-title {
  display: inline-block;
  border: 2px solid #000;
  padding: 0 14px 0 25px;
  margin-bottom: 34px;
  transform: translateX(10px); }

.main-content-brand p {
  transform: translateX(10px);
  margin-bottom: 32px !important; }

.brands-ul {
  margin: 0; }

.brands__col .columns {
  border-right: 1px solid #e7e7e7; }

.brands__col .columns:nth-last-child(1) {
  border-right: none; }

.main-content-brand {
  border-right: none !important; }

.brands__col {
  transform: translateX(-8px);
  padding-top: 16px; }

.main-content h2 {
  margin-bottom: 1px; }

.main-content h3 {
  margin: 16px 0 8px 0; }

.main-content p {
  line-height: 30px;
  margin-bottom: 14px; }

.main-content {
  height: 100%;
  border-right: 1px solid #e7e7e7;
  margin-right: 10px;
  padding-right: 30px;
  padding-left: 10px; }

.sidebar {
  padding-left: 9px;
  padding-right: 30px; }

.sidebar-title h2 {
  line-height: 44px;
  margin: 3px 0 22px; }

.sidebar-title a {
  text-decoration: none;
  font-family: 'Ubuntu';
  font-size: 20px;
  color: #030000;
  font-weight: 200; }

.sidebar-title a:hover {
  text-decoration: underline; }

.left-col {
  transform: translateX(10px); }

.brands-ul li {
  list-style: none;
  padding: 0 20px;
  margin-bottom: 17px; }

.brands-ul li a {
  font-family: 'Ubuntu';
  font-size: 24px;
  color: #030000; }

.brands-ul li:hover {
  background-color: #F0CB13; }

.brand-image {
  padding: 250px 0;
  background-size: contain;
  background-repeat: no-repeat; }

.parts-we-carry {
  background-color: #d8d8d8;
  padding: 37px 135px 56px; }

.c-width1 {
  width: 41.5%; }

.c-width2 {
  width: 52.5%;
  max-width: 790px; }

.four-block {
  padding: 54px 0; }

.four-block__main img {
  margin-bottom: 34px; }

.four-block__main h3 {
  font-size: 28px; }

.four-block__main .button {
  margin-top: 35px;
  padding: 0px 33px;
  line-height: 41px; }

.welcome__title {
  font-size: 60px; }

.welcome {
  padding: 49px 0 63px; }

.welcome__content .button {
  margin-top: 12px;
  padding: 0 57px;
  line-height: 40px; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  margin: 0; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.large {
  background-color: #e7e7e7;
  border: none;
  box-shadow: none;
  height: 42px;
  margin-bottom: 12px;
  padding: 5px 10px !important; }

.gform_wrapper textarea.large {
  height: 241px !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-family: 'Ubuntu';
  font-size: 20px !important;
  font-weight: 700;
  color: #414141;
  background-color: #F0CB13;
  text-transform: uppercase; }

.sidebar-title {
  margin-bottom: 35px; }

.brands {
  padding: 31px 0 40px; }

.single-brand {
  padding: 32px 0 66px; }

.pt-single {
  padding: 0 29px 0 25px; }

.main-content-single {
  margin-top: 15px; }

.main-content-single h2 {
  line-height: 31px;
  margin-bottom: 22px; }

.main-content-single p {
  line-height: 30px;
  margin-bottom: 30px; }

.main-content-single .button {
  font-family: 'Ubuntu';
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
  background-color: #595959;
  margin-top: 7px;
  padding: 10px 25px;
  text-transform: uppercase; }

.parts-title {
  margin-bottom: 40px; }

.parts-block p {
  line-height: 42px; }

.right-border {
  border-right: 1px solid #c3c3c3; }

.right-border:nth-last-child(1) {
  border-right: none; }

.request {
  padding: 59px 0 47px; }

.form-title {
  padding-left: 7px; }

.request .gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: -6px;
  /*      padding: 0 10px !important;*/ }

.request .gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 25px !important; }

.request .gform_wrapper textarea.medium {
  height: 218px;
  background-color: #e7e7e7;
  border: none;
  box-shadow: none; }

.request .gform_wrapper .gform_footer input.button, .request .gform_wrapper .gform_footer input[type=submit] {
  margin: -12px 0 0 0;
  width: auto !important;
  padding: 12px 64px; }

.request .gform_wrapper .gform_footer {
  padding-right: 8px; }

.send-us {
  background-color: #F0CB13;
  margin-top: 22px;
  padding: 40px 15px 15px 26px; }

.send-us h1 {
  font-size: 100px;
  line-height: 72px;
  display: inline-block;
  border-bottom: 4px solid #000;
  padding-bottom: 23px; }

.send-us h2 {
  line-height: 31px; }

.send-us a {
  font-size: 20px;
  color: #030000;
  text-decoration: none;
  font-family: 'Ubuntu';
  font-weight: 200; }

.send-us a:hover {
  text-decoration: underline; }

.contact {
  padding: 32px 0 35px; }

.contact-title {
  padding: 0 36px 0 25px;
  margin-bottom: 19px; }

.contact #form-main {
  margin-top: -20px; }

.contact .gform_wrapper .top_label li.gfield.gf_left_half {
  margin-bottom: 10px;
  /*      padding: 0 25px 0 10px !important;*/ }

.contact-phone a {
  font-family: 'Ubuntu';
  font-size: 20px;
  color: #030000;
  font-weight: 200;
  line-height: 30px; }

.contact-phone a:hover {
  text-decoration: underline;
  color: #030000; }

.contact-phone ul {
  margin: 0; }

.contact-phone ul li {
  list-style: none; }

.contact .gform_wrapper .gform_footer {
  padding-right: 8px;
  margin-top: 39px; }

.about-title {
  padding: 0 27px 0 25px; }

/*---------------------------------------
	TMPL: Home page
  ---------------------------------------*/
/* ------------------------------------
    Footer Styles
    ------------------------------------- */
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #414141; }

.footer-top {
  padding: 37px 0 60px; }

.footer-bottom {
  padding-bottom: 30px; }

.post-ul li a:hover {
  text-decoration: underline; }

.post-ul {
  margin: 0; }

.footer-bottom p {
  font-family: 'Ubuntu';
  font-size: 14px;
  font-weight: 300;
  color: #fff; }

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0; }

.footer-menu li {
  display: inline-block; }

.footer-menu li a {
  display: block;
  padding: 5px 10px; }

.footer-bottom {
  position: relative; }

.footer-bottom:before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  background-color: #979797;
  top: -43px;
  left: 15px; }

.dark-hover {
  display: none;
  background-color: #030000 !important;
  opacity: 0.85;
  position: fixed;
  top: 0;
  height: 330px;
  z-index: 5;
  width: 100%;
  transition: all 0.5s ease-in-out; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  right: 0;
  left: -518px;
  position: relative !important; }

.footer-border {
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #F0CB13 90%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 38px 4px;
  background-repeat: repeat-x;
  margin-bottom: 5px; }

.contact-address h4 {
  font-weight: 600;
  letter-spacing: -1.2px; }

.instruction {
  display: none !important; }

.footer-bottom a {
  font-family: 'Ubuntu';
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
  text-decoration: none; }

/*---------------------------------------
			OTM CUSTOM STLYING STARTS HERE:
		  ---------------------------------------*/
.manufacturer-single {
  position: relative; }
  .manufacturer-single .full_list {
    display: none;
    position: absolute;
    top: 150px;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    z-index: 2; }
    .manufacturer-single .full_list.active {
      display: block; }
    .manufacturer-single .full_list .parts-block {
      background: white;
      column-count: 2; }
    .manufacturer-single .full_list .full-toggle {
      margin: 30px 0 100px; }

.gform_body .gform_fields #feild_2_5 {
  padding: 0 !important !important; }

.gform_body .gform_fields #field_2_6 .ginput_container input[name=MAX_FILE_SIZE] {
  background-color: red !important; }

.is-dropdown-submenu {
  background: none !important; }
