@charset "utf-8";
/* CSS Document */
/*
Aileron UltraLight
font-family: 'aileron', sans-serif;
font-weight: 200;
font-style: normal;

Aileron UltraLight Italic
font-family: aileron, sans-serif;
font-weight: 200;
font-style: italic;

Aileron Light
font-family: aileron, sans-serif;
font-weight: 300;
font-style: normal;

Aileron Light Italic
font-family: aileron, sans-serif;
font-weight: 300;
font-style: italic;

Aileron Regular
font-family: 'aileron', sans-serif;
font-weight: 400;
font-style: normal;


Aileron Bold Italic
font-family: aileron, sans-serif;
font-weight: 700;
font-style: italic;

Aileron Heavy
font-family: 'aileron', sans-serif;
font-weight: 900;
font-style: normal;
*/
.grecaptcha-badge { visibility: hidden; }
body {
  background-color: #000;
  font-family: 'aileron', sans-serif;
  font-weight: 300;
  font-style: normal;
}
*::-webkit-scrollbar {
  width: .125em;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
@keyframes flicker {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
    opacity: .99;
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
    opacity: 0.4;
  }
}
a:hover {
  text-decoration: none;
}
#page {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
#primary-nav {
  background-color: #000;
  padding: 2rem 0;
}
#primary-nav .nav a {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 1.25rem 1rem;
  border-radius: 0;
  text-shadow: 0 0 5px rgba(255, 255, 255, .55), 0 0 7px rgba(255, 255, 255, .95), 0 0 15px rgba(255, 255, 255, .4), 0 0 17px rgba(255, 255, 255, .5);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.00), 0 0 7px rgba(255, 255, 255, 0.00), 0 0 15px rgba(255, 255, 255, 0.00), 0 0 17px rgba(255, 255, 255, 0.00);
  transition: all ease 1s;
}
#secondary-nav a {
  color: rgba(255, 255, 255, .65);
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  padding: .65rem 1rem;
  border-radius: 0;
  transition: all ease 1s;
}
#primary-nav.fixed-top #nav-brand-top {
  display: none;
}
#primary-nav.fixed-top {
  background-color: rgba(0, 0, 0, .95);
  padding: 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(3, 20, 59, 1.00);
}
#primary-nav.fixed-top .nav a {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 0;
  text-shadow: 0 0 5px rgba(255, 255, 255, .55), 0 0 7px rgba(255, 255, 255, .95), 0 0 15px rgba(255, 255, 255, .4), 0 0 17px rgba(255, 255, 255, .5);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.00), 0 0 7px rgba(255, 255, 255, 0.00), 0 0 15px rgba(255, 255, 255, 0.00), 0 0 17px rgba(255, 255, 255, 0.00);
  transition: all ease 1s;
}
#primary-nav.fixed-top #home-link {
  display: inline-block !important;
}
.fixed-top #nav-brand {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
}
.fixed-top #nav-brand a {
  padding: .5rem .5rem .5rem 1.5rem !important;
}
#primary-nav .nav a {
  font-size: 1rem;
  padding: .65rem .75rem;
}
@media (max-width: 1024px) {
  #primary-nav .nav a {
    font-size: 1rem;
    padding: .65rem .75rem;
  }
}
@media (max-width: 767px) {
  #primary-nav .nav a {
    font-size: .9rem !important;
    padding: .65rem .35rem !important;
  }
  .fixed-top #nav-brand {
    display: block !important;
    position: static;
  }
  .fixed-top #nav-brand img {
    width: 70px;
  }
}
#primary-nav .nav a:hover {
  text-decoration: none;
  transition: all ease 1s;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.00), 0 0 7px rgba(255, 255, 255, 0.00), 0 0 15px rgba(255, 255, 255, 0.00), 0 0 17px rgba(255, 255, 255, 0.00);
  text-shadow: 0 0 5px rgba(255, 255, 255, .55), 0 0 7px rgba(255, 255, 255, .95), 0 0 15px rgba(255, 255, 255, .4), 0 0 17px rgba(255, 255, 255, .5);
}


.btn-primary{
    background-color:#fff;
     border-color:#fff;
    color: #000;
    transition: all .3s linear;
}

.btn-primary:hover{
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(0, 192, 249, 1) 0%, rgba(2, 95, 235, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 192, 249, 1) 0%, rgba(2, 95, 235, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 192, 249, 1) 0%, rgba(2, 95, 235, 1) 100%);
    color:#fff;
     border-color:#fff;
}


.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



h1 {
  color: #fff;
  font-weight: 200;
  font-size: 10rem;
}
h2 {
  color: #fff;
  font-weight: 300;
  font-size: 2.5rem;
}
h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.125rem;
}
h4 {
  color: #fff;
  font-weight: 300;
  font-size: 3.25rem;
}
p {
  color: #fff;
  font-size: 1.8rem;
}
em {
  font-style: italic;
}
strong {
  font-family: 'aileron', sans-serif;
  font-weight: 900;
  font-style: normal;
}
.text-italic-bold {
  font-family: 'aileron', sans-serif;
  font-weight: 700 !important;
  font-style: italic !important;
}
.text-glow {
  text-shadow: 0 0 5px rgba(255, 255, 255, .55), 0 0 7px rgba(255, 255, 255, .95), 0 0 15px rgba(255, 255, 255, .4), 0 0 17px rgba(255, 255, 255, .5) !important;
  color: aliceblue !important;
}


.form-group label { 
  color: #fff !important;
  font-weight: 200;
  font-size: 1.5rem;
}



@media (max-width: 1024px) {
  h1 {
    color: #fff;
    font-weight: 200;
    font-size: 5rem;
  }
  h2 {
    font-size: 2rem;
  }
  p {
    font-size: 1.35rem;
  }
  h4 {
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h1 {
    color: #fff;
    font-weight: 200;
    font-size: 5rem;
  }
  h2 {
    font-size: 1.65rem;
  }
  h4 {
    color: #fff;
    font-weight: 300;
    font-size: 1.85rem;
  }
  p {
    font-size: 1.15rem;
  }
}
em {
  font-weight: 200;
  font-style: italic;
}
.definition-line-type {
  font-size: 3.25rem;
  color: #fff;
  font-weight: 200;
  font-style: italic;
  margin: 0 !important;
}
.definition-line-1 {
  color: #fff;
  font-weight: 200;
  font-style: italic;
  margin: 0 !important;
}
.definition-line-2 {
  color: #fff;
  font-weight: 200;
  font-size: 3.25rem;
  margin: 0 !important;
}
.definition-line-3 {
  color: #fff;
  font-weight: 200;
  font-size: 2.125rem;
  font-style: italic;
  margin: 0 !important;
}
.definition-line-4 {
  color: #fff;
  font-weight: 200;
  font-size: 2.75rem;
  margin: 0 !important;
}
.definition-line-5 {
  color: #fff;
  font-weight: 200;
  font-size: 2.75rem;
  margin: 0 !important;
}
.definition-line-6 {
  color: #fff;
  font-weight: 200;
  font-size: 2.12rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .definition-line-type {
    font-size: 2.25rem;
    padding-bottom: 1.25rem;
  }
  .definition-line-1 {}
  .definition-line-2 {
    font-size: 2.25rem;
  }
  .definition-line-3 {
    font-size: 1.125rem;
  }
  .definition-line-4 {
    font-size: 1.75rem;
  }
  .definition-line-5 {
    font-size: 1.75rem;
  }
  .definition-line-6 {
    font-size: 1.12rem;
  }
}
@media (max-width: 767px) {
  .definition-line-type {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
  .definition-line-1 {}
  .definition-line-2 {
    font-size: 1.25rem;
  }
  .definition-line-3 {
    font-size: .95rem;
  }
  .definition-line-4 {
    font-size: 1.12rem;
  }
  .definition-line-5 {
    font-size: 1.12rem;
  }
  .definition-line-6 {
    font-size: 1rem;
  }
}
#diving-wrap h2, #diving-wrap p {}
@media (max-width: 991px) {
  #diving-wrap h2 {
    font-size: 1.25rem;
    line-height: 1;
  }
  #diving-wrap p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #diving-wrap p {
    font-size: .9rem;
    line-height: 1.1;
  }
}
.section-spacer {
  padding: 5rem 0;
}
.gallery-item {
  border: .5px solid rgba(0, 192, 249, .1);
}
.bg-img {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-img {
    background-attachment: local;
    background-position: center center;
    background-size: contain;
  }
}
.bg-img-wood-dark {
  background-image: url("/img/bg-wood-dark.jpg");
}
.bg-img-neon-tubes {
  background-image: url("/img/bg-neon-tubes.jpg");
}
.bg-img-led {
  background-image: url("/img/bg-led.jpg");
}
.bg-img-retro {
  background-image: url("/img/img-expand-retro.jpg");
}
.bg-img-specialty-bar {
  background-image: url("/img/bg-specialty-bar.jpg");
}
.bg-img-custom {
  background-image: url("/img/bg-custom.jpg");
}
.bg-img-merchandiser {
  background-image: url("/img/bg-merchandiser.jpg");
}
.bg-img-city-night {
  background-image: url("/img/bg-city-night.jpg");
}
.bg-img-circles {
  background-image: url("/img/bg-circles.jpg");
}
.bg-img-contact {
  background-image: url("/img/bg-contact.jpg");
}
.bg-img-placeholder {
  background-image: url("/img/bg-placeholder.jpg");
}
.bg-gradient-pink-orange {
  background: rgb(238, 15, 189);
  background: -moz-linear-gradient(top, rgba(238, 15, 189, 1) 1%, rgba(255, 103, 31, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 15, 189, 1) 1%, rgba(255, 103, 31, 1) 100%);
  background: linear-gradient(to bottom, rgba(238, 15, 189, 1) 1%, rgba(255, 103, 31, 1) 100%);
}
.bg-gradient-red {
  background: rgb(255, 15, 124);
  background: -moz-linear-gradient(top, rgba(255, 15, 124, 1) 1%, rgba(255, 10, 29, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 15, 124, 1) 1%, rgba(255, 10, 29, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 15, 124, 1) 1%, rgba(255, 10, 29, 1) 100%);
}
.bg-gradient-indigo {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(88, 9, 251, 1) 0%, rgba(153, 42, 235, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, 1) 0%, rgba(153, 42, 235, 1) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, 1) 0%, rgba(153, 42, 235, 1) 100%);
}
.bg-gradient-pink {
  background: rgb(239, 9, 105);
  background: -moz-linear-gradient(top, rgba(239, 9, 105, 1) 0%, rgba(182, 53, 156, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(239, 9, 105, 1) 0%, rgba(182, 53, 156, 1) 100%);
  background: linear-gradient(to bottom, rgba(239, 9, 105, 1) 0%, rgba(182, 53, 156, 1) 100%);
}
.bg-gradient-pink-indigo {
  background: rgb(239, 9, 105);
  background: -moz-linear-gradient(top, rgba(140, 0, 234, 1) 0%, rgba(255, 0, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(140, 0, 234, 1) 0%, rgba(255, 0, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(140, 0, 234, 1) 0%, rgba(255, 0, 255, 1) 100%);
}
.bg-gradient-blue {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(0, 192, 249, 1) 0%, rgba(2, 95, 235, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 192, 249, 1) 0%, rgba(2, 95, 235, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 192, 249, 1) 0%, rgba(2, 95, 235, 1) 100%);
}
.bg-gradient-orange {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(242, 141, 38, 1) 0%, rgba(252, 101, 78, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(242, 141, 38, 1) 0%, rgba(252, 101, 78, 1) 100%);
  background: linear-gradient(to bottom, rgba(242, 141, 38, 1) 0%, rgba(252, 101, 78, 1) 100%);
}
.bg-gradient-pink-purple {
  background: rgb(255, 58, 202);
  background: -moz-linear-gradient(top, rgba(255, 58, 202, 1) 0%, rgba(238, 15, 189, 1) 17%, rgba(141, 34, 237, 1) 74%, rgba(110, 19, 245, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 58, 202, 1) 0%, rgba(238, 15, 189, 1) 17%, rgba(141, 34, 237, 1) 74%, rgba(110, 19, 245, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 58, 202, 1) 0%, rgba(238, 15, 189, 1) 17%, rgba(141, 34, 237, 1) 74%, rgba(110, 19, 245, 1) 100%);
}
.bg-gradient-pink-blue {
  background: rgb(204, 62, 207);
  background: -moz-linear-gradient(top, rgba(204, 62, 207, 1) 0%, rgba(61, 179, 252, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(204, 62, 207, 1) 0%, rgba(61, 179, 252, 1) 100%);
  background: linear-gradient(to bottom, rgba(204, 62, 207, 1) 0%, rgba(61, 179, 252, 1) 100%);
}
.bg-gradient-purple-dark-blue {
  background: rgb(23, 111, 234);
  background: -moz-linear-gradient(top, rgba(23, 111, 234, 1) 0%, rgba(110, 19, 245, 1) 68%, rgba(114, 0, 237, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(23, 111, 234, 1) 0%, rgba(110, 19, 245, 1) 68%, rgba(114, 0, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(23, 111, 234, 1) 0%, rgba(110, 19, 245, 1) 68%, rgba(114, 0, 237, 1) 100%);
}
.bg-gradient-green {
  background: rgb(114, 191, 68);
  background: -moz-linear-gradient(top, rgba(114, 191, 68, 1) 0%, rgba(0, 170, 115, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(114, 191, 68, 1) 0%, rgba(0, 170, 115, 1) 100%);
  background: linear-gradient(to bottom, rgba(114, 191, 68, 1) 0%, rgba(0, 170, 115, 1) 100%);
}
#sign-list .sign-list-item {
  position: relative;
}
.sign-list-item a:before {
  content: 'Learn More';
  text-align: center;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7rem 0;
  color: #fff;
  transition: all linear .5s;
  opacity: 0;
  font-size: 3rem;
  background: -moz-linear-gradient(top, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
}
.sign-list-item a:hover::before {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  padding: 4rem 0 10rem 0;
  transition: all linear.5s;
  opacity: 1.00;
}
.sign-list-item h1 {
  margin: 0;
  padding: 0;
  background-color: red;
}
#sign-list a {
  display: block;
  padding: 7rem 0;
  color: white;
}
#sign-list a:hover, #sign-list a:acitve, #sign-list a:focus {
  text-decoration: none !important;
}
.gallery-item a {
  position: relative;
  display: block;
  z-index: 1;
  transform: scale(1);
  transition: all ease .5s;
}
.gallery-item a:hover {
  outline: none;
  z-index: 1000;
  transform: scale(1.175);
  background-color: rgba(215, 163, 255, 1.00);
}
.gallery-item a:before {
  content: 'View Gallery';
  text-align: center;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8rem 0;
  color: #fff;
  transition: all linear .5s;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
}
.gallery-item a:hover::before {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  padding: 4rem 0 3rem 0;
  transition: all linear.5s;
  opacity: 1.00;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 0.99;
  font-size: 4rem;
  transition: all linear .35s
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, .55), 0 0 7px rgba(255, 255, 255, .95), 0 0 15px rgba(255, 255, 255, .4), 0 0 17px rgba(255, 255, 255, .5);
}
.carousel-control-prev {
  left: -100px;
}
.carousel-control-next {
  right: -100px;
}
@media (max-width: 1024px) {
  .carousel-control-prev, .carousel-control-next {
    font-size: 2rem;
  }
  .carousel-control-prev {
    left: 0px;
  }
  .carousel-control-next {
    right: 0px;
  }
}
.carousel-control-prev i, .carousel-control-next i {
  color: rgba(255, 255, 255, 1);
}
.modal-backdrop {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(88, 9, 251, 1) 0%, rgba(153, 42, 235, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, 1) 0%, rgba(153, 42, 235, 1) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, 1) 0%, rgba(153, 42, 235, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5809fb', endColorstr='#992aeb', GradientType=0);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.88;
}
.modal-content {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(44, 0, 75, .45);
}
.modal-content .close-icon {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 5px 15px;
  color: rgba(153, 42, 235, 1) !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
  z-index: 1001;
}
#footer {
  padding-top: 5rem;
}
#footer a {
  color: #fff;
 }
#footer #top-link a {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 200px;
}
#footer #top-link a:before {
  position: absolute;
  content: '';
  display: block;
  width: 200px;
  height: 75px;
  padding: 5px;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("/img/back-to-top-arrow-up.svg");
  background-position: 0 0;
  background-size: 200px 75px;
}
#footer a:hover {
  color: rgba(153, 42, 235, 1)
}
#expand-wrap {
  height: auto;
  width: 100%;
}
#expand-wrap a {
  width: 16.6%;
  height: 800px;
  height: 80vh;
  margin: 0 !important;
  transition: all ease-in-out .5s;
  background-attachment: fixed;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  align-self: center !important;
  z-index: 1;
  transform: scale(1);
}
#horizontal-wrap a {
  margin: 0 !important;
  transition: all ease-in-out .5s;
  background-position: 0 0;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  font-family: aileron, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media (max-width: 1200px) {
  #expand-wrap a {
    height: 650px;
  }
}
@media (max-width: 991px) {
  #expand-wrap a {
    height: 550px;
  }
}
#expand-wrap a:hover {
  width: 60%;
  z-index: 1000;
  transform: scale(1.1);
}
#expand-wrap a:before {
  font-family: 'aileron', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all linear .3s;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, 0) 0%, rgba(153, 42, 235, 0) 100%);
  -webkit-animation: fadeAnimate 10s ease infinite;
  -moz-animation: fadeAnimate 10s ease infinite;
  animation: fadeAnimate 10s ease infinite;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#expand-wrap a:after {
  font-family: 'aileron', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  letter-spacing: inherit;
  left: 0;
  padding-top: 6rem;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all linear .3s;
  opacity: 0;
  -webkit-animation: fadeAnimate 10s ease infinite;
  -moz-animation: fadeAnimate 10s ease infinite;
  animation: fadeAnimate 10s ease infinite;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes fadeAnimate {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@-moz-keyframes fadeAnimate {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@keyframes fadeAnimate {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
@media (max-width: 1600px) {
  #expand-wrap a:before {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  #expand-wrap a:before {
    font-size: 2.75rem;
  }
}
@media (max-width: 1000px) {
  #expand-wrap a:before {
    font-size: 2rem;
  }
}
#expand-wrap a:hover::before {
  background: rgb(88, 9, 251);
  background: -moz-linear-gradient(top, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  background: -webkit-linear-gradient(top, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  background: linear-gradient(to bottom, rgba(88, 9, 251, .65) 0%, rgba(153, 42, 235, .65) 100%);
  transition: all linear .756s;
  opacity: 1.00;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#expand-wrap a:hover::after {
  transition: all linear .756s;
  opacity: .35;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#img-expand-neon, #img-horz-neon {
  background-image: url("/img/img-expand-neon.jpg");
}
#img-expand-neon:before {
  content: 'NEON';
}
#img-expand-neon:after {
  content: 'SIGNS';
}
#img-expand-led, #img-horz-led {
  background-image: url("/img/img-expand-led.jpg");
}
#img-expand-led:before {
  content: 'LED';
}
#img-expand-led:after {
  content: 'SIGNS';
}
#img-expand-motion, #img-horz-motion {
  background-image: url("/img/img-expand-led.jpg");
}
#img-expand-motion:before {
  content: 'MOTION';
}
#img-expand-motion:after {
  content: 'SIGNS';
}
#img-expand-custom, #img-horz-custom {
  background-image: url("/img/img-expand-custom.jpg");
}
#img-expand-custom:before {
  content: 'CUSTOM';
}
#img-expand-custom:after {
  content: 'SIGNS';
}
#img-expand-retro, #img-horz-retro {
  background-image: url("/img/img-expand-retro.jpg");
}
#img-expand-retro:before {
  content: 'RETRO';
}
#img-expand-retro:after {
  content: 'SIGNS';
}
#img-expand-specialty, #img-horz-specialty {
  background-image: url("/img/img-expand-specialty.jpg");
}
#img-expand-specialty:before {
  content: 'SPECIALTY';
}
#img-expand-specialty:after {
  content: 'BAR SIGNS';
}
#img-expand-merch, #img-horz-merch {
  background-image: url("/img/img-expand-merch.jpg");
}
#img-expand-merch:before {
  content: 'MERCHANDISERS';
}
#img-expand-merch:after {
  content: 'IN-STORE';
}


.border-radius{
    border-radius: 5px;
}