@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: left;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: -25px;
}
[dir=rtl] .slick-prev {
  right: auto;
  left: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  left: -25px;
}
[dir=rtl] .slick-next {
  right: -25px;
  left: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.page-template-homepage section.c-pricing .container-fluid,
.page-template-homepage section.c-testimonials .container-fluid,
.page-template-homepage section.c-news .container-fluid,
.page-template-homepage section.c-edd .container-fluid,
.page-template-homepage section.c-blank .container-fluid,
.page-template-homepage section.c-text .container-fluid,
.page-template-homepage section.c-faq .container-fluid,
.page-template-homepage section.c-single-feature .container-fluid,
.page-template-homepage section.c-gallery .container-fluid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .page-template-homepage section.c-pricing .container-fluid,
  .page-template-homepage section.c-testimonials .container-fluid,
  .page-template-homepage section.c-news .container-fluid,
  .page-template-homepage section.c-edd .container-fluid,
  .page-template-homepage section.c-blank .container-fluid,
  .page-template-homepage section.c-text .container-fluid,
  .page-template-homepage section.c-faq .container-fluid,
  .page-template-homepage section.c-single-feature .container-fluid,
  .page-template-homepage section.c-gallery .container-fluid {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-template-homepage section.c-woo .container-fluid {
  padding-top: 3rem;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-homepage section.c-woo .container-fluid {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}

.page-template-homepage section.c-counter .container-fluid,
.page-template-homepage section.c-features .container-fluid,
.page-template-homepage section.c-img-features .container-fluid,
.page-template-homepage section.c-team .container-fluid {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-template-homepage section.c-counter .container-fluid,
  .page-template-homepage section.c-features .container-fluid,
  .page-template-homepage section.c-img-features .container-fluid,
  .page-template-homepage section.c-team .container-fluid {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.page-template-homepage section.c-map .c-intro {
  padding-top: 3rem;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-homepage section.c-map .c-intro {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.page-template-homepage section.c-map .c-map__map .container-fluid {
  padding-top: 0;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .page-template-homepage section.c-map .c-map__map .container-fluid {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .page-template-homepage section.c-map .c-map__map .container-fluid .c-map__map-content {
    margin-top: 2rem;
  }
}

.c-hero.c-hero__full {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.c-hero.c-hero__full .col-lg-10.text-center .c-hero__callout {
  justify-content: center;
}

.c-hero.c-hero__split .container-fluid {
  max-width: 100%;
}
.c-hero.c-hero__split .container-fluid .c-hero__split-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .c-hero.c-hero__split .container-fluid .c-hero__split-img {
    min-height: 60vh;
  }
}
@media (max-width: 575.98px) {
  .c-hero.c-hero__split .container-fluid .c-hero__split-img {
    min-height: 45vh;
  }
}
.c-hero.c-hero__split .container-fluid .c-hero__split-geo {
  margin: 2rem 1rem 0;
}
@media (min-width: 992px) {
  .c-hero.c-hero__split .container-fluid .c-hero__split-geo {
    margin: 2rem 1rem 2rem;
  }
}
.c-hero.c-hero__split .container-fluid .c-hero__content {
  max-width: 516px;
}
@media (max-width: 991.98px) {
  .c-hero.c-hero__split .container-fluid .c-hero__content {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-hero.c-hero__full .c-hero__description,
.c-hero.c-hero__split .c-hero__description {
  margin-bottom: 1.5rem;
}
.c-hero.c-hero__full .c-hero__callout,
.c-hero.c-hero__split .c-hero__callout {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -1rem;
}
.c-hero.c-hero__full .c-hero__callout-btn,
.c-hero.c-hero__split .c-hero__callout-btn {
  margin-left: 1.5rem;
  margin-top: 1rem;
}
.c-hero.c-hero__full .c-hero__fb-video,
.c-hero.c-hero__split .c-hero__fb-video {
  margin-top: 1rem;
}
.c-hero.c-hero__full .c-hero__fb-video:hover,
.c-hero.c-hero__split .c-hero__fb-video:hover {
  text-decoration: none;
}
.c-hero.c-hero__full .c-hero__fb-video .c-hero__video-btn.btn--circle,
.c-hero.c-hero__split .c-hero__fb-video .c-hero__video-btn.btn--circle {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 1.05rem;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
.c-hero.c-hero__full .c-hero__fb-video .c-hero__video-text,
.c-hero.c-hero__split .c-hero__fb-video .c-hero__video-text {
  padding: 0;
  margin-right: 0.5rem;
}
.c-hero.c-hero__full .c-hero__fb-video .c-hero__video-text:hover,
.c-hero.c-hero__split .c-hero__fb-video .c-hero__video-text:hover {
  text-decoration: none;
}
.c-hero.c-hero__full #c-hero-modal .modal-dialog,
.c-hero.c-hero__split #c-hero-modal .modal-dialog {
  max-width: 1000px;
  margin: 100px auto 10px;
}
.c-hero.c-hero__full #c-hero-modal .modal-body,
.c-hero.c-hero__split #c-hero-modal .modal-body {
  padding: 0px;
}
.c-hero.c-hero__full #c-hero-modal .btn-close,
.c-hero.c-hero__split #c-hero-modal .btn-close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  filter: invert(1) grayscale(100%) brightness(200%);
}

section.c-clients {
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-300);
}
section.c-clients .c-clients__carousel .c-clients__item:nth-child(n+2) {
  display: none;
}
section.c-clients .c-clients__carousel.slick-initialized .c-clients__item {
  display: inline-block;
}
section.c-clients .slick-initialized .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.c-clients .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}
section.c-clients .slick-initialized .c-clients__item {
  vertical-align: middle;
  min-height: 1px;
}
section.c-clients .slick-initialized img.client {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
section.c-clients .slick-initialized .slick-prev {
  right: -10px;
}
section.c-clients .slick-initialized .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  color: #8c98a4;
  opacity: 1;
  font-weight: 700;
}
section.c-clients .slick-initialized .slick-next {
  left: -10px;
}
section.c-clients .slick-initialized .slick-next::before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  color: #aaa;
  opacity: 1;
  font-weight: 700;
}

@media (min-width: 576px) {
  section.c-counter .row:first-of-type {
    justify-content: center;
  }
}
section.c-counter .row:first-of-type .c-counter__block {
  margin-bottom: 1.5rem;
}
section.c-counter .row:first-of-type .c-counter__block .card {
  text-align: center;
  background-color: #f3f3f3;
}
section.c-counter .row:first-of-type .c-counter__block .card .c-counter__block-icon {
  display: block;
}
section.c-counter .row:first-of-type .c-counter__block .card .c-counter__block-icon i {
  font-size: 3rem;
}
section.c-counter .row:first-of-type .c-counter__block .card .c-counter__block-count {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.c-counter h4.c-counter__block-text {
  color: var(--bs-secondary);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  section.c-features .row:first-of-type {
    justify-content: center;
  }
}
section.c-features .row:first-of-type .c-features__block {
  margin-bottom: 1.5rem;
}
section.c-features .row:first-of-type .c-features__block .card {
  text-align: center;
  background-color: transparent;
}
section.c-features .row:first-of-type .c-features__block .card .c-features__block-icon {
  display: block;
}
section.c-features .row:first-of-type .c-features__block .card .c-features__block-icon i {
  font-size: 3rem;
}
section.c-features .c-features__block-desc {
  color: var(--bs-secondary);
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  section.c-img-features .row:first-of-type {
    justify-content: center;
  }
}
section.c-img-features .row:first-of-type .c-img-features__block {
  margin-bottom: 1.5rem;
}
section.c-img-features .row:first-of-type .c-img-features__block a.card,
section.c-img-features .row:first-of-type .c-img-features__block a.card:hover {
  text-decoration: none;
  transition: 0.3s;
}
section.c-img-features .row:first-of-type .c-img-features__block a.card .c-img-features__block-link,
section.c-img-features .row:first-of-type .c-img-features__block a.card:hover .c-img-features__block-link {
  text-decoration: underline;
}
section.c-img-features .c-img-features__block-desc {
  color: var(--bs-secondary);
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  section.c-gallery .row:first-of-type,
  section.c-gallery .row:nth-of-type(2) {
    justify-content: center;
  }
}
section.c-gallery .c-features__block-desc {
  color: var(--bs-secondary);
  margin-bottom: 1rem;
}
section.c-gallery .c-gallery__image {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
section.c-gallery .c-gallery__image a {
  display: inline-block;
}
section.c-gallery .c-gallery__image img {
  max-width: 700px;
  width: 100%;
}

.lb-nav a.lb-prev {
  background: url(../gallery/images/prev.png) right 48% no-repeat !important;
}

.lb-nav a.lb-next {
  background: url(../gallery/images/next.png) left 48% no-repeat !important;
}

.lb-cancel {
  background: url(../gallery/images/loading.gif) no-repeat !important;
}

.lb-data .lb-close {
  background: url(../gallery/images/close.png) top left no-repeat !important;
}

@media (min-width: 576px) {
  section.c-team .row:first-of-type {
    justify-content: center;
  }
}
section.c-team .c-team__block {
  margin-bottom: 1.5rem;
}
section.c-team .c-team__block .card {
  text-align: center;
  background-color: transparent;
}
section.c-team .c-team__block .card .list-inline-item:not(:last-child) {
  margin-left: 1rem;
}
section.c-team .c-team__block .c-team__block-img {
  border-radius: 50%;
  max-height: 180px;
  max-width: 180px;
  margin-bottom: 1rem;
}
section.c-team .c-team__block .c-team__block-desc {
  color: var(--bs-secondary);
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .c-pricing .row:first-of-type {
    justify-content: center;
  }
}
.c-pricing .row:first-of-type .c-pricing__table {
  margin-bottom: 1.5rem;
}
.c-pricing .row:first-of-type .c-pricing__table .card {
  max-width: 28rem;
  margin: 0 auto;
}
.c-pricing .row:first-of-type .c-pricing__table .card .card-header {
  background-color: #fff;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0;
  border: 0;
}
.c-pricing .row:first-of-type .c-pricing__table .card .card-body {
  text-align: center;
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.c-pricing .row:first-of-type .c-pricing__table .card li {
  font-size: 0.94rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.c-pricing .row:first-of-type .c-pricing__table .card li:last-of-type {
  border-bottom: 0;
}

@media (min-width: 576px) {
  section.c-news .row:first-of-type {
    justify-content: center;
  }
}
section.c-news .row:first-of-type .c-news__card-wrapper {
  margin-bottom: 1.5rem;
}
section.c-news .row:first-of-type .c-news__card-wrapper .card {
  max-width: 28rem;
  margin: 0 auto;
}

section.c-testimonials .c-testimonials__quote {
  padding: 20px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  background: #fff;
  border-radius: 10px;
  border-top: 1px solid var(--bs-gray-300);
  border-left: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-300);
}
@media (min-width: 576px) {
  section.c-testimonials .c-testimonials__quote {
    padding-right: 60px;
  }
}
section.c-testimonials .c-testimonials__quote::before {
  font-family: "Font Awesome 6 Free";
  content: "\f10d";
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 1.75rem;
  color: #ddd;
  font-weight: 700;
}
@media (min-width: 576px) {
  section.c-testimonials .c-testimonials__quote::before {
    font-size: 2.25rem;
  }
}
section.c-testimonials .c-testimonials__quote p {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  section.c-testimonials .c-testimonials__quote p {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
section.c-testimonials .c-testimonials__quote cite {
  font-size: 1rem;
}
section.c-testimonials .c-testimonials__quote cite .fa-star {
  color: orange;
}
section.c-testimonials .c-testimonials__quote .c-testimonials__nav i {
  color: #8c98a4;
  font-size: 1.2rem;
}
section.c-testimonials .c-testimonials__quote .c-testimonials__nav i:hover {
  cursor: pointer;
  color: #77818b;
}

section.c-faq #c-faq__accordion {
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.c-faq.c-shortcode #c-faq__accordion {
  width: 100%;
}

section.c-single-feature .c-single-feature__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.c-single-feature .c-single-feature__media {
  display: flex;
  align-items: center;
}
section.c-single-feature .c-single-feature__image,
section.c-single-feature .c-single-feature__youtube,
section.c-single-feature .c-single-feature__vimeo {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

section.c-map .c-map__map-responsive {
  display: flex;
}
section.c-map .c-map__map-responsive iframe {
  height: 100%;
  width: 100%;
  min-height: 375px;
  max-height: 450px;
}
section.c-map .c-map__map-responsive.c-map__map-with-content iframe {
  box-shadow: 0 0.25rem 0.3rem rgba(0, 0, 0, 0.2);
}

.c-social-icons ul.list-inline {
  margin-bottom: 0;
}
.c-social-icons ul.list-inline li.list-inline-item:not(:last-child) {
  margin-left: 0.6rem;
}
.c-social-icons ul.list-inline li.list-inline-item a {
  display: inline-block;
}
.c-social-icons ul.list-inline li.list-inline-item i {
  vertical-align: middle;
}

#wrapper-footer .c-social-icons {
  display: flex;
  justify-content: center;
  margin: 0.75rem 0 0 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #wrapper-footer .c-social-icons {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #wrapper-footer .c-social-icons {
    justify-content: flex-end;
    margin: 0;
  }
}

.c-social.c-shortcode {
  margin: 1.5rem 0;
}

.widget-area .c-social.c-shortcode,
.footer-widget-area .c-social.c-shortcode {
  margin: 0 0 1.5rem 0;
}

@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below {
    border-bottom: 1px solid var(--bs-gray-300);
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below {
    flex-flow: column nowrap;
    align-items: normal;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-branding,
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-branding {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
#wrapper-navbar .navbar.navbar-below .navbar-below-branding .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
#wrapper-navbar .navbar.navbar-below .navbar-below-branding .nav-extras {
  margin: 0;
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-branding .nav-extras {
    display: none;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-branding .nav-extras {
    display: flex;
    align-items: center;
  }
}
#wrapper-navbar .navbar.navbar-below .navbar-below-branding .nav-extras .list-inline-item {
  margin-left: 0;
}
#wrapper-navbar .navbar.navbar-below .navbar-below-branding .nav-extras .list-inline-item .nav-link {
  padding: 0.5rem;
}
#wrapper-navbar .navbar.navbar-below .navbar-below-branding .nav-extras .nav-callout-button {
  margin-right: 0.75rem;
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu {
    width: 100%;
    background: #fff !important;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu li:first-child a.nav-link {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-link {
    color: #000;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-link:hover {
    color: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 991.98px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .active > .nav-link,
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-link.active,
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-link.show,
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .show > .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-item.account-icon, #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-item.cart, #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-item.search-icon, #wrapper-navbar .navbar.navbar-below .navbar-below-menu .nav-item.nav-callout-button {
    display: none;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .navbar-below-menu .c-nav__social {
    display: none;
  }
}
@media (min-width: 992px) {
  #wrapper-navbar .navbar.navbar-below .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  right: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  right: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  right: 0;
  float: right;
  background: url(../images/prev.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  left: 0;
  float: left;
  background: url(../images/next.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: right;
  text-align: right;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: right;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top left no-repeat;
  text-align: left;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
