@font-face {
  font-family: 'Cerebri Sans';
  src: url("../../fonts/cerebri-sans.woff2") format("woff2"), url("../../fonts/cerebri-sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-primary: #ff8806;
  --color-secondary: #ff8806;
  --color-tertiary: #ac1de1;
  --color-gradient-start: #4762ff;
  --color-gradient-stop: #ff798e;
  --color-gradient-start-secondary: #0bccee;
  --color-gradient-stop-secondary: #ac1de1;
  --color-gradient-start-tertiary: #ffba83;
  --color-gradient-stop-tertiary: #ffa5cd;
}

body {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  color: #828282;
}

.ld-gmap-container > iframe {
  height: 100% !important;
  width: 100% !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
  font-family: 'neuzeit-grotesk', 'sans-serif';
  color: #060221;
}

.h1,
h1 {
  font-size: 50px;
  line-height: 1.4em;
}

.h2,
h2 {
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.5em;
}

.h4,
h4 {
  font-size: 26px;
  line-height: 1.6em;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.6em;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.8;
}

.btn-black-outline {
  border-color: #000;
  border-radius: 999px;
  padding: 5px 26px;
  color: #000;
  margin-top: 0px !important;
  margin-bottom: 36px !important;
}

.text-align-right {
  text-align: right !important;
}
.text-align-left {
  text-align: left !important;
}

.height-100 {
  height: 281px !important;
}

.pr-15px {
  padding-right: 15px;
}
.pl-15px {
  padding-left: 15px;
}

.thin-border {
  border: 1px solid #ff8806;
}

/* Loader */

#loader{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 1200;
    background: #ffffff;
    position: fixed;
}


.loader-inner{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ff8806;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.fullscreen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.font-family-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-family-amiri {
  font-family: 'Amiri', sans-serif;
}

.main-header .social-icon {
  font-size: 17px;
}

.main-header .social-icon:not([class*=scheme-]) a,
.main-nav > li > a {
  color: rgba(255, 255, 255, 1);
}

.main-header .social-icon:not([class*=scheme-]) a:hover,
.main-nav > li > a:hover {
  color: #fff;
}

.main-nav > li > a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.nav-light .main-nav > li > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-light .main-nav > li > a .link-ext {
  background-color: #fff;
}

.nav-dark .main-nav > li > a {
  color: rgba(0, 0, 0, 0.75);
}

.nav-dark .main-nav > li.is-active > a,
.nav-dark .main-nav > li.current-menu-item > a,
.nav-dark .main-nav > li:hover > a,
.nav-dark .main-nav > li > a:hover {
  color: #000;
}

.content-background {
  background-image: url("../../img/baseball-background3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-footer {
  color: #fff;
}

.main-footer a:not(.btn) {
  color: #fff;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.full-video-container {
  position: absolute;
  background-color: black;
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.full-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fancy-box-right {
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
  margin-left: -30%;
  margin-right: 30%;
  min-width: 35vw;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.fancy-box-left {
  background: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
  margin-left: 30%;
  min-width: 35vw;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.liquid-img-container-inner video {
  max-width: 100%;
}

.liquid-parallax-figure {
  background-position: center 25% !important;
}

.sticker-container {
  position: absolute;
  bottom: 12%;
  right: 5vw;
  width: 120px;
  height: 120px;
  height: auto;
}

.sticker-container img {
  max-width: 100%;
  height: auto;
}

.font-weight-light {
  font-family: sans-serif;
}

.link-ext {
  background-color: #ff8806 !important;
  height: 2px !important;
}

.is-sloped {
  position: relative;
}

.is-sloped:before {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  -webkit-transform: rotate(360deg);
  z-index: 1;
  border-right-color: #eff0f0;
  border-right-width: 100vw;
  border-top-width: 10rem;
  top: -10rem;
  left: 0;
}

.is-sloped:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  -webkit-transform: rotate(360deg);
  z-index: 1;
  border-left-color: #eff0f0;
  border-left-width: 100vw;
  border-bottom-width: 10rem;
  bottom: -10rem;
  left: 0;
}

.overlay-img {
  position: absolute;
}

.rounded-border {
  border: 2px solid #ff8805;
  border-radius: 55px;
}

.tp-bullet {
  border-radius: 50%;
  background: #fff !important;
}

.tp-bullet.selected {
  background: #c5c5c5 !important;
}

.kool-caption {
  text-shadow: 3px 3px rgba(0,0,0,0.6);
}

.coming-soon-sticker {
  position: absolute;
  bottom: 10%;
  right: 5%;
  max-width: 100%;
  height: 9rem;
}

.about-text {
  font-size: 1.25rem;
}

.submenu-expander:hover {
  background: transparent !important;
}

.rev-btn {
  border-width: 1px !important;
  border-style: solid;
  border-color: #fff;
}

.alt {
  border-color: #ff733b !important;
}

.rev-btn:hover {
  border-color: #ff8805 !important;
  color: #fff !important;
  background-color: #ff8805 !important;
}

.alt:hover {
  border-color: #ff733b !important;
  color: #fff !important;
  background-color: #ff733b !important;
}

.carousel-btn-bordered {
  border: 1px solid #fff;
  color: #fff;
}

.carousel-btn-bordered:hover {
  border-color: #ff8806;
}

.alt-iconbox {
  position: absolute;
  bottom: -26px;
  left: 16px;
  margin: 0px;
}

.alt-iconbox-icon-container {
  margin: 0px !important;
  font-size: 32px !important;
  background: #fff !important;
  color: #ff8806 !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.alt-fancy-box-contents {
  padding: 1.5em 25px !important;
  text-align: center;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.carousel-nav {
  top: -40px !important;
}

.hof-image {
  height: 28vw;
}

.ld-media-bg {
  background-color: rgba(0,0,0,0.1);
}

.baseball-signature-img {
  background-size: 120% 120% !important;
  background-position: center center !important;
}

.px-75 {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}


@media only screen and (max-width: 600px) {
  .hof-image {
    height: 38vw;
  }
  .carousel-nav {
    text-align: center !important;
  }
  .height-xs-100 {
    height: 100% !important;
  }
  .text-xs-center {
    text-align: center;
  }
  .img-xs-2 {
    width: 80%;
  }
  .about-text {
    text-align: center;
  }
  .coming-soon-sticker {
    bottom: 15%;
  }
  .cricket-bg {
    background: transparent !important;
  }
  .max-width-xs-100 {
    max-width: 100% !important;
  }
  .kool-caption {
    white-space: normal !important;
  }
  .sticker-container {
    width: 120px;
    height: 120px;
    top: 16px;
  }
  .order-xsm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xsm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xsm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xsm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xsm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .pt-xs-5 {
    padding-top: 5em;
  }
  .ml-xs-5 {
    margin-left: 2em !important;
  }
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .mt-xs-2 {
    margin-top: 2em !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .pl-xs-5 {
    padding-left: 2em !important;
  }
  .pr-xs-5 {
    padding-right: 2em !important;
  }
  .pl-xs-4 {
    padding-left: .89em !important;
  }
}

@media only screen and (min-width: 600px) {
  .height-sm-100 {
    height: 100% !important;
  }
  .coming-soon-sticker {
    bottom: 15%;
  }
  .stretch-sm-left {
    margin-left: -10vw;
  }
  .sticker-container {
    width: 120px;
    height: 120px;
    bottom: 15%
  }
  .coin {
    margin-left: 5vw;
  }
  .fancy-box-right {
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.4);
    padding: 1rem 2rem;
    margin-left: 0px;
    width: 85%;
    border-radius: 10px;
    margin: auto;
    margin-top: -20%;
  }
  .fancy-box-left {
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.4);
    padding: 1rem 2rem;
    margin-left: 0;
    margin-top: -20%;
    width: 85%;
    margin: auto;
  }
  .mt-sm-2 {
    margin-top: -22vw;
    z-index: 1;
  }
  .mt-sm-1 {
    margin-top: 2em;
  }
  .mt-sm-5 {
    margin-top: 5em;
  }
  .mb-sm-5 {
    margin-bottom: 5em;
  }
  .mb-sm-large {
    margin-bottom: 13em;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .ml-sm-5 {
    margin-left: 2em !important;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .pl-sm-5 {
    padding-left: 2em !important;
  }
  .pl-sm-4 {
    padding-left: .89em !important;
  }
  .col-sm-2dot4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-5ths {
        width: 20%;
        float: left;
    }
  .height-md-100 {
    height: 100% !important;
  }
  .img-md-1 {
    width: 60%;
  }
  .coming-soon-sticker {
    bottom: 5%;
  }
  .stretch-md-left {
    margin-left: -10vw;
  }
  .sticker-container {
    width: 160px;
    height: 160px;
    bottom: 15%
  }
  .coin {
    margin-left: 5vw;
  }
  .fancy-box-right {
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.4);
    padding: 1rem 2rem;
    margin-left: 0px;
    width: 85%;
    border-radius: 10px;
    margin: auto;
    margin-top: -20%;
  }
  .fancy-box-left {
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.4);
    padding: 1rem 2rem;
    margin-left: 0;
    margin-top: -20%;
    width: 85%;
    margin: auto;
  }
  .text-md-center {
    text-align: center;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .sm-float-none {
    float: none !important;
  }
  .mt-sm-2 {
    margin-top: -22vw;
    z-index: 1;
  }
  .mt-md-1 {
    margin-top: 2em;
  }
  .mt-md-5 {
    margin-top: 5em;
  }
  .mb-md-5 {
    margin-bottom: 5em;
  }
  .mb-md-large {
    margin-bottom: 13em;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .pl-md-3 {
    padding-left: .49em !important;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .col-md-2dot4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-5ths {
        width: 20%;
        float: left;
    }
  .height-lg-400 {
    height: 400px !important;
  }
  .stretch-lg-0 {
    margin-left: 0;
  }
  .sticker-container {
    width: 210px;
    height: 210px;
    bottom: 10%
  }
  .coin {
    margin-left: 10vw;
  }
  .fancy-box-right {
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.4);
    padding: 1rem 2rem;
    margin-left: 0px;
    width: 85%;
    border-radius: 10px;
    margin: auto;
    margin-top: -20%;
  }
  .fancy-box-left {
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.4);
    padding: 1rem 2rem;
    margin-left: 0;
    margin-top: -20%;
    width: 85%;
    margin: auto;
  }
  .text-lg-left {
    text-align: left;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .col-lg-2dot4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-5ths {
        width: 20%;
        float: left;
    }
  .sd-fix-color {
    color: rgba(0,0,0,0.7) !important;
  }
  .txt-lg-orange {
    color: #ff8806;
  }
  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover,
  .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #000 !important;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
  [data-megamenu-bg-scheme=light] .lqd-custom-menu a {
    color: #3e3f42;
  }
  .megamenu .lqd-custom-menu a:hover {
    color: #3b91f7;
  }
  .mr-lg-8 {
    margin-right: 8% !important;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .col-xl-2dot4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

/* Five Column Grid */

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.backer-name {
  text-align: center;
  position: absolute;
  width: 85%;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.scrollmagic-pin-spacer {
  top: 0px !important;
}
