/*           MIXINS          */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'SBLIIISecondarySilver';
  src: url("../font/sbliiisecondarysilver.eot");
  src: url("../font/sbliiisecondarysilver.eot?#iefix") format("embedded-opentype"), url("../font/sbliiisecondarysilver.svg#sbliiisecondarysilver") format("svg"), url("../font/sbliiisecondarysilver.ttf") format("truetype"), url("../font/sbliiisecondarysilver.woff") format("woff"), url("../font/sbliiisecondarysilver.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'SB53TypeV1Solid';
  src: url("../font/sb53typev1solidfinal.eot");
  src: url("../font/sb53typev1solidfinal.eot?#iefix") format("embedded-opentype"), url("../font/sb53typev1solidfinal.svg#sb53typev1solidfinal") format("svg"), url("../font/sb53typev1solidfinal.ttf") format("truetype"), url("../font/sb53typev1solidfinal.woff") format("woff"), url("../font/sb53typev1solidfinal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'EndzoneTech-Bold';
  src: url("../font/endzonetechbold.eot");
  src: url("../font/endzonetechbold.eot?#iefix") format("embedded-opentype"), url("../font/endzonetechbold.svg#endzonetechbold") format("svg"), url("../font/endzonetechbold.ttf") format("truetype"), url("../font/endzonetechbold.woff") format("woff"), url("../font/endzonetechbold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'EndzoneSans-MediumItalic';
  src: url("../font/endzonesansmediumitalic.eot");
  src: url("../font/endzonesansmediumitalic.eot?#iefix") format("embedded-opentype"), url("../font/endzonesansmediumitalic.svg#endzonesansmediumitalic") format("svg"), url("../font/endzonesansmediumitalic.ttf") format("truetype"), url("../font/endzonesansmediumitalic.woff") format("woff"), url("../font/endzonesansmediumitalic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'EndzoneSans-Medium';
  src: url("../font/endzonesansmedium.eot");
  src: url("../font/endzonesansmedium.eot?#iefix") format("embedded-opentype"), url("../font/endzonesansmedium.svg#endzonesansmedium") format("svg"), url("../font/endzonesansmedium.ttf") format("truetype"), url("../font/endzonesansmedium.woff") format("woff"), url("../font/endzonesansmedium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'EndzoneSans-Bold';
  src: url("../font/endzonesansbold.eot");
  src: url("../font/endzonesansbold.eot?#iefix") format("embedded-opentype"), url("../font/endzonesansbold.svg#endzonesansbold") format("svg"), url("../font/endzonesansbold.ttf") format("truetype"), url("../font/endzonesansbold.woff") format("woff"), url("../font/endzonesansbold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'EndzoneTech-Light';
  src: url("../font/endzonetechlight.eot");
  src: url("../font/endzonetechlight.eot?#iefix") format("embedded-opentype"), url("../font/endzonetechlight.svg#endzonetechlight") format("svg"), url("../font/endzonetechlight.ttf") format("truetype"), url("../font/endzonetechlight.woff") format("woff"), url("../font/endzonetechlight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
html,
body {
  height: 100%;
  position: relative; }

.page_load {
  background: #000000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999999;
  left: 0;
  top: 0; }
  .page_load .spinner {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .page_load .spinner > div {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.7s infinite ease-in-out both;
    -moz-animation: bouncedelay 1.7s infinite ease-in-out both;
    animation: bouncedelay 1.7s infinite ease-in-out both;
    margin-right: 5px; }
@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    opacity: 0; }
  40% {
    -moz-transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    opacity: 0; }
  40% {
    -webkit-transform: scale(0);
    opacity: 1; } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0; }
  40% {
    transform: scale(1);
    opacity: 1; } }
  .page_load .spinner .spinner__item1 {
    animation-delay: -0.60s; }
  .page_load .spinner .spinner__item2 {
    animation-delay: -0.40s; }
  .page_load .spinner .spinner__item3 {
    animation-delay: -0.20s; }

body {
  background: #000; }
  body::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
  body::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); }

.topNav {
  position: absolute;
  text-align: center;
  margin-top: 25px;
  left: 0;
  width: 100%;
  z-index: 2; }
  .topNav .menuList {
    height: 24px;
    line-height: 14px;
    display: inline-block; }
    .topNav .menuList .menuSpan {
      font-family: SBLIIISecondarySilver;
      font-size: 11px;
      color: #FFFFFF;
      letter-spacing: 1.3px;
      text-transform: uppercase;
      display: inline-block;
      margin-left: 2px;
      margin-right: 2px; }
      .topNav .menuList .menuSpan.active a {
        color: #D82027;
        opacity: 1; }
      .topNav .menuList .menuSpan a {
        color: #FFFFFF;
        text-decoration: none;
        opacity: 0.6;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
        .topNav .menuList .menuSpan a:hover {
          opacity: 1; }
    .topNav .menuList .menuDivider {
      width: 32px;
      height: 1px;
      background: #DA2128;
      display: inline-block;
      vertical-align: top;
      margin-top: 5px; }
    .topNav .menuList span:last-child {
      display: none; }

.cornerDesign {
  z-index: 2;
  -webkit-animation-name: opacity-animate;
  animation-name: opacity-animate;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  pointer-events: none; }
  .cornerDesign.topLeft {
    content: '';
    background: url(../assets/top-left.png);
    background-repeat: no-repeat;
    background-size: 100% 65%;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    opacity: 0.1; }
  .cornerDesign.topRight {
    content: '';
    background: url(../assets/top-right.png);
    background-repeat: no-repeat;
    background-size: 100% 45%;
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    opacity: 0.1;
    animation-delay: 1s; }
  .cornerDesign.bottomLeft {
    content: '';
    background: url(../assets/bottom-left.png);
    background-repeat: no-repeat;
    background-size: 100% 45%;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 100%;
    opacity: 0.1;
    animation-delay: 2s; }
  .cornerDesign.bottomRight {
    content: '';
    background: url(../assets/bottom-right.png);
    background-repeat: no-repeat;
    background-size: 100% 65%;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
    opacity: 0.1;
    animation-delay: 3s; }
@keyframes opacity-animate {
  0% {
    opacity: 0.1; }
  12.5% {
    opacity: 0.4; }
  25% {
    opacity: 0.6; }
  37.5% {
    opacity: 0.8; }
  50% {
    opacity: 1; }
  62.5% {
    opacity: 0.8; }
  75% {
    opacity: 0.6; }
  87.5% {
    opacity: 0.4; }
  100% {
    opacity: 0.1; } }
.videoWrapper {
  position: absolute;
  width: 100%;
  z-index: 0;
  height: 100%;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  overflow: hidden; }
  .videoWrapper #landingVideo {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.homePage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .homePage.suiteActive {
    opacity: 0;
    pointer-events: none; }
  .homePage .content {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    .homePage .content .superBowlIcon {
      max-width: 191px;
      margin-bottom: 30px; }
    .homePage .content .subTitle {
      font-family: SBLIIISecondarySilver;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1.65px;
      margin-bottom: 30px; }
    .homePage .content .clientGreeting {
      font-family: SBLIIISecondarySilver;
      font-size: 27px;
      color: #FFFFFF;
      letter-spacing: 3.19px;
      margin-bottom: 25px; }
  .homePage .countdown .countdownWrapper {
    position: relative;
    display: inline-block;
    margin-right: 13px;
    padding-right: 13px; }
    .homePage .countdown .countdownWrapper::after {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: #DA2128;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .homePage .countdown .countdownWrapper:last-child {
      margin-right: 0;
      padding-right: 0; }
      .homePage .countdown .countdownWrapper:last-child::after {
        display: none; }
    .homePage .countdown .countdownWrapper .countdownNumber {
      font-family: EndzoneTech-Light;
      font-size: 54px;
      color: #FFFFFF;
      letter-spacing: 1.65px;
      line-height: 54px;
      margin-bottom: 8px; }
    .homePage .countdown .countdownWrapper .countdownLabel {
      font-family: SBLIIISecondarySilver;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1.65px; }
  .homePage .playVideo {
    display: block;
    max-width: 233px;
    height: 37px;
    line-height: 37px;
    background-image: linear-gradient(-180deg, #0072BC 0%, #001F53 100%);
    box-shadow: 0 2px 4px 0 #000000;
    border-radius: 5px;
    font-family: SBLIIISecondarySilver;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 2.5px;
    margin: auto;
    text-decoration: none;
    margin-bottom: 30px;
    opacity: 0.8;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    .homePage .playVideo:hover, .homePage .playVideo:focus {
      opacity: 1; }

.suitesWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .suitesWrapper .suites {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    .suitesWrapper .suites.active {
      opacity: 1; }
      .suitesWrapper .suites.active .titleWrapper,
      .suitesWrapper .suites.active .suitesNav,
      .suitesWrapper .suites.active .featuresAndSuiteMap,
      .suitesWrapper .suites.active .suiteGalleryWrapper {
        z-index: 2; }
    .suitesWrapper .suites .suiteCarousel {
      position: relative;
      height: 100%;
      z-index: 1; }
      .suitesWrapper .suites .suiteCarousel .carousel-inner {
        height: 100%; }
      .suitesWrapper .suites .suiteCarousel .item {
        height: 100%; }
      .suitesWrapper .suites .suiteCarousel .carousel-control {
        width: 80px;
        opacity: 1;
        text-shadow: none;
        position: absolute;
        top: 50%;
        margin-top: -20px; }
        .suitesWrapper .suites .suiteCarousel .carousel-control.left, .suitesWrapper .suites .suiteCarousel .carousel-control.right {
          background-image: none; }
        .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl {
          background-image: linear-gradient(-180deg, #DA2128 0%, #68060A 100%);
          box-shadow: 0 2px 4px 0 #000000;
          border-radius: 5px;
          width: 80px;
          height: 40px;
          line-height: 35px;
          opacity: 0.8;
          -moz-transition: opacity 0.5s ease-in-out;
          -o-transition: opacity 0.5s ease-in-out;
          -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out; }
          .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl.left {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px; }
          .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl.right {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px; }
          .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl:hover {
            opacity: 1; }
          .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl img {
            max-width: 34px; }
    .suitesWrapper .suites .titleWrapper {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      top: 85px; }
      .suitesWrapper .suites .titleWrapper .title {
        font-family: SB53TypeV1Solid;
        font-size: 60px;
        line-height: 60px;
        color: #FFFFFF; }
      .suitesWrapper .suites .titleWrapper .subTitle {
        font-family: SBLIIISecondarySilver;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
        letter-spacing: 17.4px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.64);
        padding-left: 17px; }
    .suitesWrapper .suites .suitesNav {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      top: 170px;
      margin-top: 30px; }
      .suitesWrapper .suites .suitesNav ul {
        list-style: none;
        background-image: linear-gradient(-180deg, #0072BC 0%, #001F53 100%);
        box-shadow: 0 2px 4px 0 #000000;
        border-radius: 5px;
        max-width: 390px;
        padding-left: 0;
        margin-bottom: 0;
        height: 26px;
        line-height: 26px;
        margin: auto; }
        .suitesWrapper .suites .suitesNav ul li {
          font-family: SBLIIISecondarySilver;
          font-size: 10px;
          color: #FFFFFF;
          letter-spacing: 2.5px;
          text-transform: uppercase;
          float: left;
          width: 33.33%;
          text-align: center;
          cursor: pointer;
          -moz-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
          -o-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
          -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
          transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }
          .suitesWrapper .suites .suitesNav ul li.deactive {
            background: rgba(0, 0, 0, 0.3);
            font-family: SBLIIISecondarySilver;
            font-size: 10px;
            color: #6592D6;
            letter-spacing: 2.5px; }
          .suitesWrapper .suites .suitesNav ul li:hover {
            background: transparent;
            color: #FFFFFF; }
    .suitesWrapper .suites .featuresAndSuiteMap {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      top: 240px;
      margin-top: 30px; }
      .suitesWrapper .suites .featuresAndSuiteMap .content {
        overflow: hidden;
        max-height: 0px;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        -webkit-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
        animation-delay: 2s; }
        .suitesWrapper .suites .featuresAndSuiteMap .content.active {
          max-height: 900px; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .contentRow.max720 {
          max-width: 720px;
          margin: auto; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .contentRow.sameHeightRow {
          display: table;
          width: 100%;
          border-spacing: 20px 0px;
          border-collapse: separate; }
          .suitesWrapper .suites .featuresAndSuiteMap .content .contentRow.sameHeightRow .sameHeightCol {
            width: 50%;
            display: table-cell;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 4px;
            padding: 20px;
            vertical-align: middle;
            float: none; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .description {
          font-family: EndzoneSans-MediumItalic;
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 0;
          max-width: 437px;
          margin: auto;
          margin-bottom: 20px; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .amenities,
        .suitesWrapper .suites .featuresAndSuiteMap .content .accomodation {
          width: 50%;
          float: left; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .contentTitle {
          font-family: EndzoneSans-MediumItalic;
          font-size: 14px;
          color: #D82027;
          letter-spacing: 0;
          text-transform: uppercase; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .amenities {
          text-align: left; }
          .suitesWrapper .suites .featuresAndSuiteMap .content .amenities ul {
            margin-left: 0px;
            margin-top: 10px;
            list-style-type: none;
            padding-left: 0px; }
            .suitesWrapper .suites .featuresAndSuiteMap .content .amenities ul li {
              font-family: EndzoneSans-MediumItalic;
              font-size: 14px;
              color: #FFFFFF;
              letter-spacing: 0;
              text-align: left; }
              .suitesWrapper .suites .featuresAndSuiteMap .content .amenities ul li::before {
                content: " ";
                background: #DA2128;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                border-radius: 50%;
                height: 5px;
                width: 5px;
                display: inline-block;
                vertical-align: middle;
                margin-top: -3px;
                margin-right: 15px; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .accomodation img {
          max-width: 37px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .accomodation .seatNumberOfAccomodation {
          display: inline-block;
          vertical-align: middle;
          font-family: EndzoneSans-MediumItalic;
          font-size: 40px;
          color: #FFFFFF;
          letter-spacing: 0; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .accomodation .lineDivider {
          width: 100%;
          max-width: 152px;
          height: 1px;
          background: #616161;
          display: block;
          margin: auto;
          margin-top: 5px;
          margin-bottom: 8px; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .accomodation .accomodationNotes {
          font-family: EndzoneSans-MediumItalic;
          font-size: 12px;
          color: #FFFFFF;
          letter-spacing: 0; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .suiteCostWrapper {
          margin-top: 20px; }
          .suitesWrapper .suites .featuresAndSuiteMap .content .suiteCostWrapper .priceCost {
            font-family: EndzoneSans-MediumItalic;
            font-size: 29px;
            line-height: 29px;
            color: #FFFFFF;
            letter-spacing: 0;
            display: block; }
        .suitesWrapper .suites .featuresAndSuiteMap .content .suiteMapImg {
          width: auto;
          border-radius: 4px;
          padding: 40px;
          height: 100%; }
    .suitesWrapper .suites .suiteGalleryWrapper {
      width: 100%;
      max-width: 1000px;
      max-height: 500px;
      position: absolute;
      top: 100%;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transition: top 0.5s ease-in-out;
      -o-transition: top 0.5s ease-in-out;
      -webkit-transition: top 0.5s ease-in-out;
      transition: top 0.5s ease-in-out; }
      .suitesWrapper .suites .suiteGalleryWrapper.active {
        top: 270px; }
      .suitesWrapper .suites .suiteGalleryWrapper .carousel-inner > .item {
        max-height: 500px;
        padding-left: 40px;
        padding-right: 40px;
        height: auto; }
      .suitesWrapper .suites .suiteGalleryWrapper .outerBorder {
        position: absolute;
        top: 2.5%;
        left: 3%;
        height: 95%;
        width: 94%;
        background-image: linear-gradient(-180deg, #006EB8 0%, #002358 100%);
        box-shadow: 0 0 9px 0 #00193A;
        z-index: -1; }
      .suitesWrapper .suites .suiteGalleryWrapper .outerOuterBorder {
        position: absolute;
        top: 5%;
        left: 1%;
        height: 90%;
        width: 98%;
        box-shadow: 0 0 9px 0 #00193A;
        z-index: -2;
        background: #01275a; }
      .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper {
        text-align: center;
        margin-top: 30px; }
        .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper .left img,
        .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper .right img {
          max-width: 34px; }
        .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper .carouselPagination {
          font-family: EndzoneSans-Medium;
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 0;
          margin-left: 15px;
          margin-right: 15px; }
        .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper .left,
        .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper .right,
        .suitesWrapper .suites .suiteGalleryWrapper .carouselControlWrapper .carouselPagination {
          display: inline-block; }
  .suitesWrapper .fieldLevelSuites {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .suitesWrapper .perimeterSuites {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .suitesWrapper .peachtreeSuites {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .suitesWrapper .logeBoxes {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .suitesWrapper .centennialSuites {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .suitesWrapper .superSuites {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

@media screen and (max-height: 930px) {
  body.suitesActive {
    min-height: 800px; }

  .suitesWrapper .suites .featuresAndSuiteMap .content .suiteMapImg {
    padding: 10px; }
  .suitesWrapper .suites .suiteGalleryWrapper {
    max-width: 800px; } }
@media screen and (min-height: 931px) {
  .suitesWrapper .suites .featuresAndSuiteMap {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); } }
@media screen and (max-width: 767px) {
  body.suitesActive .mobileTopNav {
    background: #1E1E1E; }
  body:after {
    content: none; }

  .mobileTopNav {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 30px;
    padding-right: 30px;
    background: transparent;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out; }
    .mobileTopNav.mobileActive, .mobileTopNav.onScrollMobile {
      background: #1E1E1E; }
    .mobileTopNav .mobileMenuWrapper {
      cursor: pointer;
      cursor: hand; }
      .mobileTopNav .mobileMenuWrapper .fa {
        font-size: 20px;
        color: #DA2128; }
      .mobileTopNav .mobileMenuWrapper .mobileCurrentSuite {
        font-family: SBLIIISecondarySilver;
        font-size: 11px;
        height: 52px;
        color: #DA2128;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        margin-left: 15px; }
        .mobileTopNav .mobileMenuWrapper .mobileCurrentSuite br {
          display: none; }

  .topNav {
    position: fixed;
    z-index: 3;
    top: 52px;
    margin-top: 0px;
    background: #292929;
    max-height: 0px;
    overflow: hidden;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
    .topNav.mobileActive {
      max-height: 600px; }
    .topNav .menuList {
      height: auto;
      line-height: 14px;
      display: block;
      text-align: left;
      padding-left: 30px;
      padding-right: 30px; }
      .topNav .menuList .menuSpan {
        display: block;
        margin: 28px 0px; }
        .topNav .menuList .menuSpan:hover a {
          color: #D82027; }
        .topNav .menuList .menuSpan br {
          display: none; }
        .topNav .menuList .menuSpan a {
          font-size: 11px;
          line-height: 13px;
          letter-spacing: 1.3px;
          opacity: 1; }
      .topNav .menuList .menuDivider {
        display: none; }

  .cornerDesign {
    display: none; }

  .homePage {
    position: relative;
    height: auto; }
    .homePage.suiteActive {
      height: 0px;
      overflow: hidden; }
    .homePage .content {
      height: 100%;
      height: 100vh;
      top: 0%;
      left: 0%;
      -moz-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%); }
      .homePage .content .contentMobile {
        position: relative;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      .homePage .content .subTitle {
        font-size: 12px;
        letter-spacing: 1.42px;
        line-height: 17px;
        margin-top: 30px;
        margin-bottom: 30px; }
      .homePage .content .countdown .countdownWrapper .countdownNumber {
        font-size: 37.8px;
        letter-spacing: 1.16px;
        line-height: 30px; }
      .homePage .content .countdown .countdownWrapper .countdownLabel {
        font-size: 9.8px;
        letter-spacing: 1.16px; }
      .homePage .content .clientGreeting {
        font-size: 21px;
        letter-spacing: 2.48px;
        margin-top: 30px; }
      .homePage .content .superBowlIcon {
        margin-bottom: 0px; }
    .homePage .homePageSuiteNavWrapper .homePageSuiteNav {
      display: block;
      position: relative;
      height: 110px;
      background: url(../assets/mb-stadium-finished.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      cursor: pointer;
      cursor: hand; }
      .homePage .homePageSuiteNavWrapper .homePageSuiteNav:hover:after {
        opacity: 0.5; }
      .homePage .homePageSuiteNavWrapper .homePageSuiteNav:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(218, 33, 40, 0.9);
        z-index: 1;
        opacity: 1;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
      .homePage .homePageSuiteNavWrapper .homePageSuiteNav:nth-child(odd):after {
        background-color: rgba(12, 51, 102, 0.9); }
      .homePage .homePageSuiteNavWrapper .homePageSuiteNav .homePageSuiteNavContent {
        position: relative;
        z-index: 2;
        padding-left: 30px;
        padding-right: 30px;
        top: 50%;
        transform: translateY(-50%); }
        .homePage .homePageSuiteNavWrapper .homePageSuiteNav .homePageSuiteNavContent .suiteName {
          display: inline-block;
          vertical-align: middle; }
        .homePage .homePageSuiteNavWrapper .homePageSuiteNav .homePageSuiteNavContent .suitePrimaryName {
          font-family: SB53TypeV1Solid;
          font-size: 25px;
          line-height: 25px;
          color: #FFFFFF;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
        .homePage .homePageSuiteNavWrapper .homePageSuiteNav .homePageSuiteNavContent .suiteSecondaryName {
          font-family: SBLIIISecondarySilver;
          font-size: 12px;
          color: #FFFFFF;
          letter-spacing: 11.6px;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.64); }
        .homePage .homePageSuiteNavWrapper .homePageSuiteNav .homePageSuiteNavContent .homePageSuiteArrowIcon {
          max-width: 38px;
          position: absolute;
          right: 15px;
          margin-top: 10px; }
    .homePage .playVideo {
      margin-top: 30px; }

  .suitesWrapper {
    position: relative;
    overflow: visible;
    height: auto; }
    .suitesWrapper .suites {
      background: transparent;
      position: relative;
      height: 0;
      overflow: hidden; }
      .suitesWrapper .suites.fieldLevelSuites .content:first-child {
        background: url(../assets/mb-stadium-finished.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .suitesWrapper .suites.perimeterSuites .content:first-child {
        background: url(../assets/mb-stadium-finished.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .suitesWrapper .suites.peachtreeSuites .content:first-child {
        background: url(../assets/mb-stadium-finished.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .suitesWrapper .suites.logeBoxes .content:first-child {
        background: url(../assets/mb-stadium-finished.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .suitesWrapper .suites.centennialSuites .content:first-child {
        background: url(../assets/mb-stadium-finished.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .suitesWrapper .suites.superSuites .content:first-child {
        background: url(../assets/mb-stadium-finished.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .suitesWrapper .suites.active {
        height: auto; }
      .suitesWrapper .suites .suiteTitleMobile {
        position: absolute;
        top: 50px;
        width: 100%;
        height: 50px;
        z-index: 1;
        background: #292929;
        font-family: SBLIIISecondarySilver;
        font-size: 11px;
        color: #FFFFFF;
        letter-spacing: 1.3px;
        text-align: center;
        line-height: 50px;
        padding-left: 70px;
        padding-right: 70px; }
      .suitesWrapper .suites .suiteCarousel {
        height: auto; }
        .suitesWrapper .suites .suiteCarousel .item {
          height: auto; }
        .suitesWrapper .suites .suiteCarousel .carousel-control {
          top: 70px;
          height: 50px;
          width: 60px;
          z-index: 1; }
          .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl {
            width: 60px;
            height: 30px;
            line-height: 25px;
            margin-top: 10px; }
            .suitesWrapper .suites .suiteCarousel .carousel-control .suiteCarouselControl img {
              max-width: 23px; }
      .suitesWrapper .suites .titleWrapper,
      .suitesWrapper .suites .suitesNav {
        display: none; }
      .suitesWrapper .suites .featuresAndSuiteMap {
        position: relative;
        top: auto;
        left: auto;
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -ms-transform: translateX(0%); }
        .suitesWrapper .suites .featuresAndSuiteMap .content {
          overflow: visible;
          max-height: none;
          padding-left: 30px;
          padding-right: 30px; }
          .suitesWrapper .suites .featuresAndSuiteMap .content:first-child {
            position: relative;
            padding-top: 80px;
            padding-bottom: 40px;
            z-index: 1; }
            .suitesWrapper .suites .featuresAndSuiteMap .content:first-child:before {
              content: '';
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              left: 0;
              background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
              z-index: -1; }
            .suitesWrapper .suites .featuresAndSuiteMap .content:first-child:after {
              content: '';
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              left: 0;
              background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
              z-index: -1; }
          .suitesWrapper .suites .featuresAndSuiteMap .content:last-child {
            padding-left: 0;
            padding-right: 0;
            background-color: #000; }
          .suitesWrapper .suites .featuresAndSuiteMap .content.active {
            max-height: none; }
          .suitesWrapper .suites .featuresAndSuiteMap .content .contentRow.sameHeightRow {
            display: block; }
            .suitesWrapper .suites .featuresAndSuiteMap .content .contentRow.sameHeightRow .sameHeightCol {
              display: block;
              width: 100%;
              margin-bottom: 20px; }
          .suitesWrapper .suites .featuresAndSuiteMap .content .description {
            max-height: none;
            margin-bottom: 20px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 4px;
            padding: 20px;
            font-size: 13px;
            letter-spacing: 0;
            line-height: 18px; }
          .suitesWrapper .suites .featuresAndSuiteMap .content .suiteMapImg {
            margin-top: 30px;
            margin-bottom: 30px;
            padding: 20px 30px;
            width: 100%;
            height: auto; }
      .suitesWrapper .suites .suiteGalleryWrapper {
        position: relative;
        top: auto;
        left: auto;
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -ms-transform: translateX(0%);
        padding-bottom: 30px;
        background-color: #000; }
      .suitesWrapper .suites .suiteGalleryWrapper {
        padding-left: 0;
        padding-right: 0; }
        .suitesWrapper .suites .suiteGalleryWrapper .outerBorder,
        .suitesWrapper .suites .suiteGalleryWrapper .outerOuterBorder {
          display: none; }
        .suitesWrapper .suites .suiteGalleryWrapper .carousel-inner > .item {
          padding-left: 0px;
          padding-right: 0px; }

  .footer {
    background: #222222;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: SBLIIISecondarySilver;
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 2.48px;
    text-align: center; } }

/*# sourceMappingURL=styles.css.map */
