/* Global Transition
-----------------------------------------------------------------*/

#header .container .menu-container > .menu-item > .menu-link,
#content a,
.footer-widgets-wrap a,
#copyrights a,
#side-panel .nav-tree li a,
.top-links-item a,
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before,
.mfp-close,
.featured-logos-container a img,
.menu-item:hover > .menu-link {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dark .header-badge,
.menu-link span.stock-level,
.page-menu-item > a div,
#side-panel .nav-tree span.stock-level {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/* General
-----------------------------------------------------------------*/

:root {
  --fancybox-accent-color: #acacac !important;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}

body.dark,
.dark #wrapper,
.dark #content,
.dark .shop-quick-view-ajax,
.dark .portfolio-ajax-modal,
.dark .ajax-modal-title,
.dark .modal-content,
.dark .page-transition-wrap,
.dark #header,
#header.dark,
.dark #header-wrap {
  background-color: #000000;
}

  .dark #page-title,
  #page-title.dark,
  body.dark #side-panel,
  body #side-panel.dark,
  .dark .card,
  .dark .modal-bg,
  .dark .bg-grey {
    background-color: #181818;
  }

.dark .form-select:not(.not-dark) optgroup,
.dark .sm-form-select:not(.not-dark) optgroup {
  background-color: #282828;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input.webkitappearance,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form {
  margin: 0;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.listspacing ul,
.listspacing ol {
  padding-left: 40px;
}

a.racecar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-decoration: none !important;
  border: 0 none !important;
}

.grecaptcha-badge {
  z-index: 999;
}

.top-links {
  border-left: 1px solid #EEE;
  margin-left: 17px;
}

.dark .top-links {
  border-left-color: rgba(255,255,255,0.1);
}

.top-links-item:hover {
  background-color: transparent !important;
}

.top-links-item a:hover {
  color: #000;
}

.modal-bg {
  background-color: #fff;
}

.mfp-close {
  color: #000;
}

.dark .mfp-close {
  color: #fff;
}

.card {
  background-color: #F5F5F5;
  border: 0 none;
}

.portfolio-meta li:last-child {
  margin-bottom: 0;
}

select.sm-form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

@media (min-width: 992px) {
  .menu-link div > i.icon-angle-down {
    margin: 0 -5px 0 5px;
  }
}

.top-links {
  border-left: none;
}

.intro {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  /*font-size: 33px;*/
  line-height: 38px;
  margin-bottom: 30px;
  font-weight: 500;
}

body {
  font-size: 1rem;
  color: #000;
}

/*@media (min-width: 768px) {
  body {
    font-size: 1.19rem;
  }
}*/

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

ul.bullet-points {
  padding-left: 15px;
}

  ul.bullet-points li {
    line-height: 1.8rem;
  }

.dark hr {
  border-top-color: rgba(255,255,255,0.4);
}

/* Buttons
-----------------------------------------------------------------*/
.button {
  padding: 11px 22px;
}

.button-border {
  padding: 8px 22px;
}

.button.button-reveal.button-border i {
  top: 0px;
}

.button.button-reveal i {
  background-color: unset;
}

.button.button-border,
.button.button-black {
  border: 2px solid #000;
}

body.dark .button.button-black {
  border: 2px solid #fff;
  background-color: #fff !important;
  color: #000;
  text-shadow: none !important;
}

.button.button-border {
  color: #000;
}

.button-black:hover {
  background-color: #444 !important;
  border-color: #444 !important;
}

body.dark .button-black:hover {
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
}

.button.button-black.button-reveal:hover {
  border: 2px solid #000 !important;
}

body.dark .button.button-black.button-reveal:hover {
  border: 2px solid #fff !important;
  background-color: #fff !important;
}



.button-border:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.button-light:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

.button.button-small {
  padding: 9px 17px;
}

.button-border.button-small {
  padding: 7px 17px;
}

/* Navigation
-----------------------------------------------------------------*/
.menu-link {
  color: #fff;
}

.bg-dark {
  background-color: #0c0c0c !important;
}

a.menu-link div i.icon-angle-down {
  display: none !important;
}

@media (min-width: 992px) {
  .menu-link {
    padding: 39px 14px;
  }
}

/* Custom Header Size
-----------------------------------------------------------------*/
.navigation-bg {
  background-color: #fff;
}

.menu-link {
  color: #000;
}

body.dark .navigation-bg {
  background-color: #000;
}

body.dark .menu-link {
  color: #fff;
}

.header-size-custom #logo img {
  height: 80px;
}

@media (min-width: 992px) {

  .header-size-custom .header-wrap-clone {
    height: calc( 167px + 1px + 1rem );
  }

  #header.header-size-custom + .include-header {
    margin-top: calc( -194px - 2px );
  }

  .header-size-custom.sticky-header-shrink #header-wrap #logo img {
    height: 70px;
  }

  .header-size-custom .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

#header,
#footer,
.copyright-links a {
  border: 0 none !important;
}

.menu-link,
.sub-menu-container .menu-item > .menu-link {
  font-size: 0.9rem;
  font-weight: 400;
}

  .sub-menu-container .menu-item > .menu-link:hover {
    font-weight: 400;
  }

.top-links-item > a {
  padding: 12px 15px;
}

.top-links-item i {
  color: var(--themecolor);
}

.btn-primary,
.button.button-primary.button-border:not(.button-fill):hover,
.button-primary-solid {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
}

#page-title {
  border: 0 none;
  padding: 3rem 0;
}

  #page-title h1 {
    line-height: 1;
    font-size: 2.5rem;
    color: #000;
  }

.intro-video video,
.intro-video .swiper-slide-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.text-page-title h1{
  line-height: 1.3 !important;
  font-size: 1.5rem !important;
  color: #000;
}

@media (min-width: 992px) {
  .text-page-title h1 {
    line-height: 1 !important;
    font-size: 2.5rem !important;
  }
}

  /* Image Header
-----------------------------------------------------------------*/
  .header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
  }

  #page-title.page-image-title {
    border: 0 none;
    padding: 9rem 0;
  }

    #page-title.page-image-title h1 {
      color: #fff;
      letter-spacing: 3px;
      font-weight: 500;
    }

    #page-title.page-image-title .container {
      z-index: 2;
    }

    #page-title.page-image-title span {
      display: block;
      margin-top: 1.7rem;
      color: #ffffffb3;
      font-size: 1.2rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

  .heading-block {
    margin-bottom: 0px;
  }

    .heading-block::after {
      border-top: 2px solid #ffffff6e;
    }

  /* Mode Switcher
---------------------------------------------------------------------------- */
  .call-to-action-bg {
    background-size: cover;
    background-position: center right;
    background-image: url(/images/services/call-to-action-bg.jpg);
    padding-top: 7rem;
    padding-bottom: 7rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .call-to-action-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    /*  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);*/
  }

  /* Mode Switcher
---------------------------------------------------------------------------- */
  .icon-dark {
    font-family: 'lined-icons' !important;
  }

  .dark .icon-dark {
    font-family: 'font-icons' !important;
  }

  .dark .dark-mode .icon-dark::before {
    content: "\eae7";
  }

  .dark-mode .icon-dark::before {
    content: "\e9e3";
  }

  .mode-switcher {
    position: relative;
  }

    .mode-switcher .pts-text,
    .mode-switcher .pts-switcher {
      display: block;
      overflow: hidden;
    }

    .mode-switcher .pts-text {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      margin-right: 10px !important;
      cursor: default;
    }

      .mode-switcher .pts-text span.tlight,
      .mode-switcher.pts-switch-active .pts-text span.tdark {
        display: none;
      }

      .mode-switcher .pts-text span.tdark,
      .mode-switcher.pts-switch-active .pts-text span.tlight {
        display: inline-block;
      }


  /* Stock Side Push Panel
-----------------------------------------------------------------*/

  #side-panel .nav-tree li .badge {
    font-size: 12px;
  }

  #side-panel .side-panel-padding,
  #side-panel .nav-tree li a {
    padding-left: 30px;
    padding-right: 30px;
  }

  #side-panel .widget,
  #side-panel .side-panel-wrap {
    width: 100%;
  }

  .nav-tree li.active > a,
  .dark .nav-tree li a {
    color: #fff !important;
  }

  .dark .nav-tree li:not(.active) a:hover {
    color: var(--navhover) !important;
    padding-left: 35px !important;
  }

  .dark .si-dark:hover,
  .dark .header-badge:hover,
  .menu-link:hover span.stock-level,
  #side-panel .nav-tree li:not(.active) a:hover span.stock-level {
    background-color: #eee !important;
  }

    .dark .si-dark:hover i,
    .dark .header-badge:hover a,
    .menu-link:hover span.stock-level,
    #side-panel .nav-tree li:not(.active) a:hover span.stock-level {
      color: #000 !important;
    }

  .nav-tree li.active {
    background-color: var(--themecolor);
  }

  @media (max-width: 1199px) {
    .stock-label-hide {
      display: none !important;
    }
  }


  /* Home
-----------------------------------------------------------------*/

  /* Slider */

  .slider-caption h2 {
    font-size: 1.7rem !important;
    line-height: 1.3;
    margin-bottom: 2rem !important;
    text-transform: none !important;
    letter-spacing: 1px;
  }

  .swiper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
  }

  /* Text background overlay */

  .home-intro-bg {
    background-size: cover;
    background-position: center right;
    background-image: url('/images/home/intro-bg.jpg');
  }

  .home-intro-bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    z-index: 0;
  }

  .home-intro-text {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 2;
    line-height: 2rem;
  }

  .home-intro-text-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
  }

  @media (min-width: 992px) {
    .home-intro-text {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

    .home-intro-text-bg-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.5);
      background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    }
  }

  /** Block links **/

  .block-link {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .block-link-image-overlay {
    position: absolute;
    display: table;
    top: 50% !important;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
    margin: 0px;
  }

  .block-link .block-link-image-overlay h2,
  .cat-card h2 {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 30px;
    /**font-size: 1.4rem;**/
    z-index: 2;
    margin: 0px;
  }

  .block-link .block-link-image-overlay p,
  .cat-card p {
    position: relative;
    opacity: 0.8;
    letter-spacing: 0.2px;
    margin-bottom: 0;
  }

  .content-item .item-opacity-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 40%);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    transition: 0.3s;
    transition-timing-function: ease-out;
  }

  .content-item:hover .item-opacity-overlay,
  .stock-item:hover .item-opacity-overlay {
    background-color: rgb(0 0 0 / 60%);
  }

  @media (max-width: 767px) {
    .block-link h2 {
      font-size: 16px;
      letter-spacing: 0.5em;
    }
  }

  @media (max-width: 1199px) {
    .block-link h2 {
      letter-spacing: 3px;
    }
  }

  .txt-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    z-index: 1;
    transition: all .35s;
  }

    .txt-overlay:hover {
      opacity: 0.6;
    }

  .block-link .block-link-caption {
    color: #fff;
    opacity: 0;
    display: block;
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }

  .row.no-gutter div:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.no-gutter div:last-child {
    padding-right: 0px;
    padding-left: 0px;
  }

  @media (max-width: 767px) {

    .row.no-gutter div:last-child, .row.no-gutter div:first-child {
      padding: 0px;
    }

    .row.no-gutter div:first-child {
      margin-bottom: 10px;
    }
  }

  /* Partners */

  .featured-logos-container a img {
    opacity: 1;
  }

    .featured-logos-container a img:hover {
      opacity: 0.7;
    }

  /* Storage
-----------------------------------------------------------------*/

  .pricing-box {
    border-radius: 0px !important;
    background-color: #f8f9fa;
  }

  .border-bronze {
    border-color: #cd7f32 !important;
  }

  .border-silver {
    border-color: #acacac !important;
  }

  .border-gold {
    border-color: #d4af37 !important
  }


  .text-bronze {
    color: #cd7f32 !important;
  }

  .text-silver {
    color: #acacac !important;
  }

  .text-gold {
    color: #d4af37 !important
  }

  .button.button-bronze, .button.button-silver, .button.button-gold {
    text-shadow: none;
  }

    .button.button-bronze:hover, .button.button-silver:hover, .button.button-gold:hover {
      background-color: #444 !important;
      border-color: #444 !important;
    }

  .button.button-bronze {
    border: 2px solid #cd7f32 !important;
    background-color: #cd7f32 !important;
  }

  .button.button-silver {
    border: 2px solid #acacac !important;
    background-color: #acacac !important;
  }

  .button.button-gold {
    border: 2px solid #d4af37 !important;
    background-color: #d4af37 !important;
  }

  /* Vinchecker
-----------------------------------------------------------------*/

  .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
  }

  .video-overlay {
    background: rgba(0,0,0,0.4) !important;
  }

  /* The Team
-----------------------------------------------------------------*/

  .team-item {
    margin-bottom: 30px;
  }

    .team-item h3 {
      font-weight: normal;
    }

  .card.team-item .card-footer {
    background-color: #F5F5F5;
    border: 0px;
  }

  body.dark .card.team-item .card-footer {
    background-color: #181818;
    border: 0px;
  }

  .item-opacity-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 0%);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    transition: 0.5s;
    transition-timing-function: ease-out;
  }

  .image-container:hover .item-opacity-overlay {
    background-color: rgb(0 0 0 / 15%);
  }

  /* Parts
-----------------------------------------------------------------*/
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate( 90deg);
  }

  .parts-filter .accordion-button:focus, .parts-filter .accordion-button:not(.collapsed) {
    box-shadow: none;
  }

  .parts-filter .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
  }

  .portfolio-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
  }

  .portfolio-image:hover .portfolio-overlay {
    opacity: 1;
  }

  .crt-widget.crt-widget-branded {
    padding-bottom: 0 !important;
  }

  .bg-grey {
    background-color: #F5F5F5;
  }

  .bg-dark-grey {
    background-color: #282828;
  }

  .divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .modal-summary {
    max-width: 800px;
  }

  .pt-30,
  .py-30 {
    padding-top: 30px !important;
  }

  .pb-30,
  .py-30 {
    padding-bottom: 30px !important;
  }

  .pr-30,
  .px-30 {
    padding-right: 30px !important;
  }

  .pl-30,
  .px-30 {
    padding-left: 30px !important;
  }

  @media (max-width: 1200px) {
    #logo img {
      padding: 20px 0;
    }

    .menu-link {
      font-size: 0.83rem;
    }
  }

  @media (max-width: 992px) {
    #header {
      z-index: 99;
    }

      #header + .include-header {
        margin-top: calc( -100px - 1px );
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
      }
  }

  @media (max-width: 767.98px) {
    #logo img {
      padding: 20px 0;
    }

    #logo img {
      height: 80px !important;
    }

    #header + .include-header {
      margin-top: calc( -80px - 1px );
    }
  }

  .accordion-button::after {
    opacity: 0.3;
  }

  .parts-search-btn .btn-primary {
    background-color: #111;
    border-radius: 0px;
    border-color: #111;
  }

    .parts-search-btn .btn-primary:hover {
      background-color: #111;
      box-shadow: none;
      border-color: #111;
    }

  /* Parts Categories
-----------------------------------------------------------------*/

  .parts-categories .item {
    background-color: #F5F5F5;
  }

    .parts-categories .item:hover {
      background-color: #EEE;
    }

  .models-badge {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    background-color: rgb(245 245 245) !important;
  }

  /* Parts Details
-----------------------------------------------------------------*/
  .modal-enquiry {
    background-color: #fff;
  }

  /* News Index
-----------------------------------------------------------------*/
  .more-link {
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    letter-spacing: 0.5px;
  }

  a.more-link:hover {
    color: var(--themecolor);
    border-bottom-color: var(--themecolor);
  }

  .entry-image img {
    border-radius: 0px;
  }

  .item-image-container {
    position: relative;
  }

  .item-opacity-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 0%);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    transition: 0.5s;
    transition-timing-function: ease-out;
  }

  .item-image-container:hover .item-opacity-overlay {
    background-color: rgb(0 0 0 / 20%);
  }


  /* Pagination
-----------------------------------------------------------------*/

  .page-link {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }

  .page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }


  /* Videos Index
-----------------------------------------------------------------*/

  .video-holder {
    position: relative;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
  }

  .i-custom {
    color: #fff !important;
    border-color: #fff !important;
    border-width: 3px !important;
    width: 92px !important;
    height: 92px !important;
    line-height: 88px !important;
    margin: 0 !important;
    padding-left: 5px;
  }

  a:hover .i-custom {
    background-color: #FFF !important;
    color: #222 !important;
    text-shadow: none !important;
  }


  /* Alerts
-----------------------------------------------------------------*/

  .alert-success h3 {
    color: #155724;
  }

  .alert-danger h3 {
    color: #721c24;
  }

  .alert-success h3, .alert-danger h3 {
    margin-bottom: 5px;
  }

  .alert-success p, .alert-danger p {
    margin-bottom: 0px;
  }


  /* Errors 404 & 500
-----------------------------------------------------------------*/

  .error404-wrap .error404 {
    color: var(--themecolor) !important;
    opacity: 1;
    text-shadow: none;
  }

  /* Footer
-----------------------------------------------------------------*/
  #footer {
    color: var(--ThemeColorSecondary);
    border-top: 0px;
  }

    #footer .footer-logo {
      max-height: 50px;
    }

  @media (min-width: 768px) {
    #footer .footer-logo {
      max-height: 80px;
    }
  }

  ul.footer-links {
    margin-bottom: 0px;
  }

  ul.footer-links-lg li {
    font-family: 'Goldman', cursive;
    font-weight: 500;
    font-size: 1.8rem;
    list-style-type: none;
    margin-bottom: 10px;
  }

  @media (min-width: 768px) {
    ul.footer-links-lg li {
      font-size: 1.9rem;
    }
  }

  @media (min-width: 992px) {
    ul.footer-links-lg li {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }
  }

  @media (min-width: 1200px) {
    ul.footer-links-lg li {
      font-size: 2.6rem;
      margin-bottom: 10px;
    }
  }

  ul.footer-links-lg {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  @media (min-width: 992px) {
    ul.footer-links-lg {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }

  ul.footer-links-lg li:last-child {
    margin-bottom: 0px;
  }

  ul.footer-links-lg li a {
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
  }

  #footer h2 {
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
  }

  @media (min-width: 1200px) {
    #footer h2 {
      margin-bottom: 15px;
      font-size: 1.3rem;
    }
  }

  @media (min-width: 1400px) {
    #footer h2 {
      margin-bottom: 15px;
      font-size: 1.2rem;
    }
  }

  ul.footer-links li {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    list-style-type: none;
    margin-bottom: 4px;
  }

  @media (min-width: 768px) {
    ul.footer-links li {
      font-size: 1rem;
      margin-bottom: 5px;
    }
  }

  @media (min-width: 992px) {
    ul.footer-links li {
      font-size: 1rem;
      margin-bottom: 5px;
    }
  }

  @media (min-width: 1200px) {
    ul.footer-links li {
      font-size: 1rem;
      margin-bottom: 5px;
    }
  }

  @media (min-width: 1400px) {
    ul.footer-links li {
      font-size: 1rem;
      margin-bottom: 10px;
    }
  }

  ul.footer-links li a {
    color: var(--ThemeColorSecondary);
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
  }

  .footer-icon {
    font-size: 80%;
  }

  #copyrights {
    background-color: #eee !important;
    font-size: 0.8rem;
  }

  body.dark #copyrights {
    background-color: #282828 !important;
  }

  .footer-icon {
    font-size: 80%;
  }

    .footer-icon:before {
      margin-top: 20px;
    }

  /* Search
-----------------------------------------------------------------*/

  .striped-rows .row:nth-child(odd) {
    background-color: #f5f5f5; /* light gray */
  }

  .striped-rows .row:nth-child(even) {
    background-color: #ffffff; /* white */
  }


