@font-face {
  font-family: 'Eagle-Light';
  src: url("http://www.vincentxeus.com/fonts/eaglelight.eot");
  src: url("http://www.vincentxeus.com/fonts/eaglelight.eot?#iefix") format("embedded-opentype"), url("http://www.vincentxeus.com/fonts/eaglelight.woff") format("woff"), url("http://www.vincentxeus.com/fonts/eaglelight.ttf") format("truetype"), url("http://www.vincentxeus.com/fonts/eaglelight.svg#Eagle-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("http://www.vincentxeus.com/fonts/avenirlight.eot");
  src: url("http://www.vincentxeus.com/fonts/avenirlight.eot?#iefix") format("embedded-opentype"), url("http://www.vincentxeus.com/fonts/avenirlight.woff") format("woff"), url("http://www.vincentxeus.com/fonts/avenirlight.ttf") format("truetype"), url("http://www.vincentxeus.com/fonts/avenirlight.svg#avenirlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("http://www.vincentxeus.com/fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("http://www.vincentxeus.com/fonts/Avenir-Heavy.woff") format("woff"), url("http://www.vincentxeus.com/fonts/Avenir-Heavy.ttf") format("truetype"), url("http://www.vincentxeus.com/fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: normal;
  font-style: normal; }

body, html {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
  /*&:hover{
  	.font-effect-wrapper h2{
  		//animation: mymove 1s;
  		//animation-fill-mode:forwards;
  	}
  	#navigation{
  		animation: fadeIn 0.5s;
  		animation-fill-mode:forwards;
  	}	
  }*/ }

.thank-you {
  color: #AAA;
  text-transform: uppercase;
  text-align: left;
  display: none; }

#videoHolder, #videoHolder2, #videoHolder3 {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  top: -60px; }
  #videoHolder iframe, #videoHolder2 iframe, #videoHolder3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% + 120px); }
  #videoHolder .end-frame, #videoHolder2 .end-frame, #videoHolder3 .end-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0px;
    left: 0px;
    height: calc(100% + 60px);
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/endframe.jpg");
    background-position: center center;
    background-size: cover;
    display: none; }

#videoHolder2 {
  display: none; }

#videoHolder3 {
  z-index: 99999; }

#videoHolder3 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#videoHolder3 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  #videoHolder3 video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  #videoHolder3 video {
    width: 300%;
    left: -100%; } }
#contactFormReveal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  opacity: 0; }
  #contactFormReveal #closeForm {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: 20px;
    color: #EEE;
    opacity: 0.8;
    font-size: 48px;
    z-index: 2000;
    margin-left: -20px;
    font-family: 'AvenirLTStd-Light';
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: -2px; }
    #contactFormReveal #closeForm .fa {
      font-size: 48px !important;
      margin: 20px !important;
      padding-top: 0px !important;
      opacity: 0.8 !important;
      border: none !important; }
      #contactFormReveal #closeForm .fa:hover {
        opacity: 1 !important;
        cursor: pointer; }
    #contactFormReveal #closeForm:hover {
      opacity: 1;
      cursor: pointer;
      border-color: #fff; }
  #contactFormReveal #contactFormContent {
    position: absolute;
    width: 350px;
    height: auto;
    z-index: 2000;
    top: 0px;
    left: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px; }
    #contactFormReveal #contactFormContent .dateC {
      font-family: 'Eagle-Light';
      font-size: 16px;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 2px; }
    #contactFormReveal #contactFormContent h2 {
      color: #BBB;
      font-family: 'Eagle-Light';
      text-transform: uppercase;
      font-size: 30px;
      letter-spacing: 7px; }
    #contactFormReveal #contactFormContent form {
      width: 300px;
      margin: 20px auto 10px auto; }
      #contactFormReveal #contactFormContent form input, #contactFormReveal #contactFormContent form textarea {
        width: 100%;
        margin-bottom: 5px;
        background: #000;
        border: 1px solid #212121;
        padding: 5px 8px;
        font-family: 'AvenirLTStd-Light';
        font-size: 12px;
        color: #FFF; }
      #contactFormReveal #contactFormContent form textarea {
        height: 75px; }
      #contactFormReveal #contactFormContent form input[type=submit] {
        width: 60px;
        float: right;
        color: #aaa;
        background: transparent;
        border: none;
        border-top: 5px solid #333; }
        #contactFormReveal #contactFormContent form input[type=submit]:hover {
          border-color: #EEE;
          color: #EEE; }
    #contactFormReveal #contactFormContent p {
      font-family: 'AvenirLTStd-Light';
      font-size: 15px;
      color: #666; }
    #contactFormReveal #contactFormContent .fa {
      color: #eee;
      font-size: 20px;
      margin: 20px;
      border: 1px solid #eee;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      padding-top: 6px;
      opacity: 0.3; }
      #contactFormReveal #contactFormContent .fa:hover {
        opacity: 1;
        cursor: pointer; }

#videoHoverPrevent #videoStatusBar {
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -25%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 50;
  display: none; }
  #videoHoverPrevent #videoStatusBar #videoStatusFiller {
    position: relative;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); }
#videoHoverPrevent #contactButton, #videoHoverPrevent #explore, #videoHoverPrevent #muteVid {
  position: absolute;
  right: 140px;
  bottom: 20px;
  width: auto;
  overflow: hidden;
  height: 50px;
  z-index: 3000; }
  #videoHoverPrevent #contactButton h3, #videoHoverPrevent #explore h3, #videoHoverPrevent #muteVid h3 {
    color: #b9b9b9;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Eagle-Light';
    letter-spacing: 2px;
    opacity: 0.6;
    position: relative;
    top: 2px; }
    #videoHoverPrevent #contactButton h3:hover, #videoHoverPrevent #explore h3:hover, #videoHoverPrevent #muteVid h3:hover {
      opacity: 1;
      cursor: pointer; }
#videoHoverPrevent #explore {
  right: 230px; }
#videoHoverPrevent #muteVid {
  right: 80px; }
#videoHoverPrevent #videoPausePlay {
  position: absolute;
  bottom: 2%;
  width: 100%;
  height: 35px;
  z-index: 100;
  display: none; }
  #videoHoverPrevent #videoPausePlay #videoPauseButton, #videoHoverPrevent #videoPausePlay #videoPlayButton {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    margin-left: -8.5px;
    opacity: 0.3; }
    #videoHoverPrevent #videoPausePlay #videoPauseButton:hover, #videoHoverPrevent #videoPausePlay #videoPlayButton:hover {
      opacity: 1;
      cursor: pointer; }
    #videoHoverPrevent #videoPausePlay #videoPauseButton .video-pause-line, #videoHoverPrevent #videoPausePlay #videoPlayButton .video-pause-line {
      width: 1px;
      height: 100%;
      margin-right: 15px;
      background: #FFF;
      float: left; }
  #videoHoverPrevent #videoPausePlay #videoPlayButton {
    margin-left: -17px;
    display: none; }
    #videoHoverPrevent #videoPausePlay #videoPlayButton .video-play-line {
      width: 1px;
      height: 100%;
      background: #FFF;
      position: absolute;
      left: 5px; }
    #videoHoverPrevent #videoPausePlay #videoPlayButton .video-play-line:nth-of-type(2) {
      transform: rotateZ(-60deg);
      -webkit-transform: rotateZ(-60deg);
      top: -8px;
      left: 20px; }
    #videoHoverPrevent #videoPausePlay #videoPlayButton .video-play-line:nth-of-type(3) {
      transform: rotateZ(60deg);
      -webkit-transform: rotateZ(60deg);
      left: 20px;
      top: 8.5px; }
#videoHoverPrevent #siteFullScreen {
  position: absolute;
  width: 35px;
  height: 30px;
  z-index: 3000;
  top: 0px;
  left: 0px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 26px;
  opacity: 0.4; }
  #videoHoverPrevent #siteFullScreen:hover {
    opacity: 1;
    cursor: pointer; }
  #videoHoverPrevent #siteFullScreen .box {
    width: 10px;
    margin-right: 5px;
    height: 10px;
    float: left;
    margin-bottom: 5px; }
  #videoHoverPrevent #siteFullScreen .top-left {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF; }
  #videoHoverPrevent #siteFullScreen .bottom-left {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF; }
  #videoHoverPrevent #siteFullScreen .top-right {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF; }
  #videoHoverPrevent #siteFullScreen .bottom-right {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF; }

#navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  opacity: 0;
  overflow: hidden; }
  #navigation .holder {
    position: absolute;
    width: 430px;
    left: 75%;
    margin-left: -215px;
    padding: 20px;
    z-index: 300;
    text-align: center; }
  #navigation .logo img {
    width: 300px;
    opacity: 0.6; }
  #navigation .logo:hover {
    cursor: pointer; }
  #navigation form {
    margin: 20px 0 0 0;
    display: none;
    width: 380px;
    position: relative; }
    #navigation form input, #navigation form textarea {
      float: none;
      width: 100%;
      color: #FFF;
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      border: none;
      margin-bottom: 5px;
      padding: 5px 5px;
      font-size: 12px;
      font-family: 'Eagle-Light';
      letter-spacing: 2px; }
    #navigation form input[type='submit'] {
      display: inline-block;
      float: right;
      width: 50px;
      color: #CCC; }
  #navigation #muteVid {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100; }
    #navigation #muteVid .glyphicon {
      color: #FFF;
      font-size: 26px;
      opacity: 0.6; }
      #navigation #muteVid .glyphicon:hover {
        cursor: pointer;
        opacity: 1; }
  #navigation #panels {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0px;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2); }
    #navigation #panels .vidPanel {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5;
      top: 0px;
      left: 0px;
      background: transparent;
      width: calc(100%/2);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0.8; }
      #navigation #panels .vidPanel:hover {
        background-color: rgba(0, 0, 0, 0.6);
        animation: fadeIn2 0.5s;
        animation-fill-mode: forwards; }
        #navigation #panels .vidPanel:hover .font-effect-wrapper h2 {
          transform: translateY(0px); }
      #navigation #panels .vidPanel .font-effect-wrapper {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 5;
        top: 0px;
        left: 0px;
        top: 50%;
        padding: 0px 10px; }
        #navigation #panels .vidPanel .font-effect-wrapper h2, #navigation #panels .vidPanel .font-effect-wrapper h3 {
          color: #b9b9b9;
          font-family: 'Eagle-Light';
          font-weight: 100;
          font-size: 22px;
          position: relative;
          margin: 0;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 4px; }
        #navigation #panels .vidPanel .font-effect-wrapper .exhibit-details {
          text-align: center;
          top: 24px;
          position: relative;
          opacity: 0.5; }
          #navigation #panels .vidPanel .font-effect-wrapper .exhibit-details h3, #navigation #panels .vidPanel .font-effect-wrapper .exhibit-details h4 {
            color: #b9b9b9;
            font-family: 'Eagle-Light';
            font-size: 15px;
            letter-spacing: 2px; }
          #navigation #panels .vidPanel .font-effect-wrapper .exhibit-details h4 {
            font-family: 'Avenir-Heavy';
            font-size: 12px;
            margin-top: 22px;
            font-weight: bold; }
    #navigation #panels .active {
      opacity: 1; }
    #navigation #panels .vidPanel {
      left: 0px;
      z-index: 1; }
      #navigation #panels .vidPanel h3:nth-of-type(1) {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: -38px;
        opacity: 0.7; }
      #navigation #panels .vidPanel h3:nth-of-type(2), #navigation #panels .vidPanel h3:nth-of-type(3), #navigation #panels .vidPanel h3:nth-of-type(4), #navigation #panels .vidPanel h3:nth-of-type(5) {
        font-size: 15px;
        margin-top: 20px;
        opacity: 0.7; }
      #navigation #panels .vidPanel h3:hover {
        opacity: 1;
        cursor: pointer; }
    #navigation #panels .vidPanel:nth-of-type(2) {
      left: calc(100%/2);
      z-index: 2;
      /*&:hover{
      	cursor: pointer;
      }*/ }

#upComingShow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  #upComingShow .holder {
    position: absolute;
    width: 430px;
    left: 75%;
    margin-left: -215px;
    padding: 20px;
    z-index: 300;
    text-align: center; }
  #upComingShow .logo img {
    width: 300px; }
  #upComingShow .logo:hover {
    cursor: pointer; }
  #upComingShow form {
    margin: 20px 0 0 0;
    display: none;
    width: 380px;
    position: relative; }
    #upComingShow form input, #upComingShow form textarea {
      float: none;
      width: 100%;
      color: #FFF;
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      border: none;
      margin-bottom: 5px;
      padding: 5px 5px;
      font-size: 12px;
      font-family: 'Eagle-Light';
      letter-spacing: 2px; }
    #upComingShow form input[type='submit'] {
      display: inline-block;
      float: right;
      width: 50px;
      color: #CCC; }
  #upComingShow #showContent {
    position: absolute;
    width: 62%;
    height: 200px;
    z-index: 200;
    top: 0px;
    left: 0px;
    left: auto;
    right: 20.7%;
    opacity: 0.6;
    top: 20px; }
    #upComingShow #showContent img {
      left: 0px; }
    #upComingShow #showContent h1 {
      color: #FFF;
      font-family: 'Eagle-Light';
      margin-bottom: 45px;
      letter-spacing: 2px;
      font-weight: normal; }
    #upComingShow #showContent p {
      color: #FFF;
      font-family: 'AvenirLTStd-Light'; }
  #upComingShow #showHolder {
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: 200;
    top: 0px;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #upComingShow #showHolder #showStrip {
      position: relative;
      width: 400%;
      height: 100%; }
      #upComingShow #showHolder #showStrip .showPiece {
        position: relative;
        float: left;
        width: 12.5%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        #upComingShow #showHolder #showStrip .showPiece:hover {
          cursor: pointer; }
          #upComingShow #showHolder #showStrip .showPiece:hover .showDetailsOverlay, #upComingShow #showHolder #showStrip .showPiece:hover .showDetails {
            animation: fadeIn 0.5s;
            animation-fill-mode: forwards; }
        #upComingShow #showHolder #showStrip .showPiece .showDetailsOverlay {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 10;
          top: 0px;
          left: 0px;
          background: rgba(255, 255, 255, 0.7);
          opacity: 0; }
        #upComingShow #showHolder #showStrip .showPiece .showDetails {
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute;
          z-index: 30;
          opacity: 0; }
        #upComingShow #showHolder #showStrip .showPiece h2, #upComingShow #showHolder #showStrip .showPiece h3, #upComingShow #showHolder #showStrip .showPiece h4 {
          font-family: 'Eagle-Light';
          color: #000;
          text-transform: uppercase;
          text-align: center;
          margin: 0;
          letter-spacing: 3px;
          font-weight: normal; }
        #upComingShow #showHolder #showStrip .showPiece h2 {
          font-size: 22px;
          margin-bottom: 20px; }
        #upComingShow #showHolder #showStrip .showPiece h4 {
          font-size: 13px;
          opacity: 0.8;
          margin-bottom: 5px; }
        #upComingShow #showHolder #showStrip .showPiece h3 {
          font-size: 12px;
          font-weight: bold;
          opacity: 0.5;
          letter-spacing: 0px;
          font-family: 'Avenir-Heavy'; }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(1) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/TheyJustLieThereandTheyDieThere.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(2) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/StrangelyTrue.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(3) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/BillboardonPeoplesBoulevard.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(4) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/1985.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(5) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/TheGoodLife.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(6) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/ARibbonaroundaBomb.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(7) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/HeStartedIt.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(8) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/OMuse.jpg"); }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(9) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/ItsAllMakeBelieve.jpg");
        display: none !important; }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(10) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/AtEase.jpg");
        display: none !important; }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(11) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/IndivisiblewithLibertyandJusticeforAll.jpg");
        display: none !important; }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(12) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/Her.jpg");
        display: none !important; }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(13) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/TheRestofYouAreJustVisiting.jpg");
        display: none !important; }
      #upComingShow #showHolder #showStrip .showPiece:nth-of-type(14) {
        background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/thumbs/PurveyorofFantasies.jpg");
        display: none !important; }
  #upComingShow #showNavigation {
    position: fixed;
    z-index: 300;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    #upComingShow #showNavigation #showPrev {
      position: fixed;
      left: 20px; }
    #upComingShow #showNavigation #showNext {
      position: fixed;
      right: 20px; }
    #upComingShow #showNavigation #showPrev:hover, #upComingShow #showNavigation #showNext:hover {
      cursor: pointer; }
      #upComingShow #showNavigation #showPrev:hover p, #upComingShow #showNavigation #showNext:hover p {
        color: #FFF; }
    #upComingShow #showNavigation #showPrev p, #upComingShow #showNavigation #showNext p {
      text-shadow: 1px 1px 3px #000;
      color: #DDD;
      font-family: 'Eagle-Light';
      font-size: 18px;
      letter-spacing: 2px;
      text-transform: uppercase; }
  #upComingShow #showClose {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 800;
    top: 0px;
    left: 0px;
    left: auto;
    right: 20px;
    top: 20px;
    opacity: 0.5; }
    #upComingShow #showClose:hover {
      opacity: 0.8;
      cursor: pointer; }
    #upComingShow #showClose h4 {
      font-family: 'Eagle-Light';
      font-size: 32px;
      color: #FFF; }
  #upComingShow #detailedUpcomingShow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3000;
    top: 0px;
    left: 0px;
    display: none; }
    #upComingShow #detailedUpcomingShow #detailedLeft, #upComingShow #detailedUpcomingShow #detailedRight {
      position: absolute;
      width: 50%;
      height: 100%;
      z-index: 200;
      top: 0px;
      left: 0px;
      background: #FFF; }
      #upComingShow #detailedUpcomingShow #detailedLeft #detailedNext, #upComingShow #detailedUpcomingShow #detailedLeft #detailedPrev, #upComingShow #detailedUpcomingShow #detailedRight #detailedNext, #upComingShow #detailedUpcomingShow #detailedRight #detailedPrev {
        position: absolute;
        width: 60px;
        height: 30px;
        z-index: 800;
        top: 0px;
        left: 0px;
        left: auto;
        right: 20px;
        top: 50%;
        margin-top: -25px;
        opacity: 0.4; }
        #upComingShow #detailedUpcomingShow #detailedLeft #detailedNext:hover, #upComingShow #detailedUpcomingShow #detailedLeft #detailedPrev:hover, #upComingShow #detailedUpcomingShow #detailedRight #detailedNext:hover, #upComingShow #detailedUpcomingShow #detailedRight #detailedPrev:hover {
          cursor: pointer;
          opacity: 1; }
        #upComingShow #detailedUpcomingShow #detailedLeft #detailedNext h5, #upComingShow #detailedUpcomingShow #detailedLeft #detailedPrev h5, #upComingShow #detailedUpcomingShow #detailedRight #detailedNext h5, #upComingShow #detailedUpcomingShow #detailedRight #detailedPrev h5 {
          color: #000;
          font-family: 'Eagle-Light';
          font-size: 14px;
          text-transform: uppercase; }
      #upComingShow #detailedUpcomingShow #detailedLeft #detailedPrev, #upComingShow #detailedUpcomingShow #detailedRight #detailedPrev {
        right: auto;
        left: 20px; }
      #upComingShow #detailedUpcomingShow #detailedLeft #detailedClose, #upComingShow #detailedUpcomingShow #detailedRight #detailedClose {
        position: absolute;
        width: 65px;
        height: 30px;
        z-index: 800;
        top: 0px;
        left: 0px;
        left: auto;
        right: -20px;
        top: 20px;
        opacity: 0.4; }
        #upComingShow #detailedUpcomingShow #detailedLeft #detailedClose:hover, #upComingShow #detailedUpcomingShow #detailedRight #detailedClose:hover {
          cursor: pointer;
          opacity: 1; }
        #upComingShow #detailedUpcomingShow #detailedLeft #detailedClose h5, #upComingShow #detailedUpcomingShow #detailedRight #detailedClose h5 {
          color: #000;
          font-family: 'Eagle-Light';
          font-size: 32px;
          text-transform: uppercase; }
      #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage {
        position: absolute;
        width: 90%;
        height: 90%;
        z-index: 200;
        top: 0px;
        left: 0px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedFull, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedFull {
          position: relative;
          width: 100%;
          height: calc(98% - 60px);
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/1985.jpg");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat; }
        #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedDetails, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedDetails {
          text-align: center;
          margin-top: 20px; }
          #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedDetails h2, #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedDetails h3, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedDetails h2, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedDetails h3 {
            font-family: 'Eagle-Light';
            color: #000;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
            letter-spacing: 3px;
            font-weight: normal; }
          #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedDetails h2, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedDetails h2 {
            font-size: 18px;
            margin: 40px 0 20px 0px; }
          #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedDetails h3, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedDetails h3 {
            font-size: 12px;
            font-weight: 700;
            opacity: 0.5;
            font-family: 'Avenir-Heavy';
            letter-spacing: 0px; }
          #upComingShow #detailedUpcomingShow #detailedLeft #detailedImage .detailedDetails p, #upComingShow #detailedUpcomingShow #detailedRight #detailedImage .detailedDetails p {
            font-family: 'Eagle-Light'; }
    #upComingShow #detailedUpcomingShow #detailedRight {
      left: 50%;
      background: #000; }
      #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 200;
        top: 0px;
        left: 0px; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item {
          position: relative;
          float: left;
          width: 33.3%;
          height: 25%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          opacity: 0.4; }
          #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:hover {
            animation: fadeIn2 0.5s;
            animation-fill-mode: forwards;
            cursor: pointer; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .active {
          opacity: 1; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(1) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheyJustLieThereandTheyDieThere.jpg"); }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(2) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/StrangelyTrue.jpg"); }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(3) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/BillboardonPeoplesBoulevard.jpg"); }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(4) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/1985.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(5) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheGoodLife.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(6) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/ARibbonaroundaBomb.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(7) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/HeStartedIt.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(8) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/OMuse.jpg"); }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(9) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/ItsAllMakeBelieve.jpg"); }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(10) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/AtEase.jpg"); }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(11) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/IndivisiblewithLibertyandJusticeforAll.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(12) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/Her.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(13) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/TheRestofYouAreJustVisiting.jpg");
          width: 25% !important; }
        #upComingShow #detailedUpcomingShow #detailedRight #detailedGrid .detailed-grid-item:nth-of-type(14) {
          background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/PurveyorofFantasies.jpg");
          width: 25% !important; }

@media (min-width: 1201px) and (max-width: 1280px), (max-height: 900px) {
  .logo img {
    width: 325px !important; }

  #showContent {
    top: 20px !important; }
    #showContent h1 {
      font-size: 22px !important; }

  #showHolder, #showNavigation {
    top: 70% !important; }

  #videoStatusBar {
    bottom: 12% !important; } }
@media (min-width: 797px) and (max-width: 1200px) {
  .detailedFull {
    width: 70% !important;
    height: 70% !important;
    left: 15% !important; }

  #detailedImage {
    top: 60% !important; } }
@media (max-width: 768px) {
  #showHolder, #showNavigation {
    top: 60% !important; }

  #showContent {
    width: 90% !important;
    right: 5% !important;
    top: 30px !important; }
    #showContent h1 {
      font-size: 22px !important; }

  #detailedLeft {
    width: 80% !important; }

  #detailedRight {
    width: 20% !important;
    left: 80% !important; }

  .detailed-grid-item {
    width: 100% !important;
    height: 7.14% !important; } }
.ios .detailedFull {
  width: 70% !important;
  height: 70% !important;
  left: 15% !important; }
.ios #videoHolder3 {
  display: none !important; }
.ios #videoPauseButton {
  display: none; }
.ios #videoPlayButton {
  display: block !important; }
.ios #siteFullScreen {
  display: none !important; }
.ios .end-frame {
  display: block !important; }
.ios #navigation {
  opacity: 1 !important; }
.ios #videoStatusBar, .ios #videoPausePlay, .ios #videoHolder iframe, .ios #videoHolder2 iframe {
  display: none !important; }
.ios .modal-dialog {
  position: absolute;
  top: 25%;
  width: 100% !important; }
.ios .modal-content {
  background: none !important;
  box-shadow: none !important;
  border: none !important; }
.ios .modal-header {
  border: none; }
.ios .close {
  color: #FFF !important;
  font-family: 'Eagle-Light';
  opacity: 1 !important; }
.ios #vimeoplaye, .ios #vimeoplaye2 {
  width: 100% !important;
  height: 400px; }
.ios #muteVid {
  display: none; }
.ios #contactButton {
  right: 30px !important; }
.ios #explore {
  right: 130px !important; }
@media (width: 768px) {
  .ios .detailedFull {
    left: 50% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ios .detailedDetails {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
@media (width: 1024px) {
  .ios .modal-dialog {
    top: 10% !important; } }

@-webkit-keyframes mymove {
  from {
    transform: translateY(30px) rotate(0deg); }

  to {
    transform: translateY(0px) rotate(0deg); } }

@keyframes mymove {
  from {
    transform: translateY(30px) rotate(0deg); }

  to {
    transform: translateY(0px) rotate(0deg); } }

@-webkit-keyframes zoomFont {
  from {
    font-size: 18px; }

  to {
    font-size: 22px; } }

@keyframes zoomFont {
  from {
    font-size: 18px; }

  to {
    font-size: 22px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0.4; }

  to {
    opacity: 1; } }

@keyframes fadeIn2 {
  from {
    opacity: 0.4; }

  to {
    opacity: 1; } }

@-webkit-keyframes mymove2 {
  from {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px); }

  to {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes mymove2 {
  from {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px); }

  to {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

/* MOBILE */
#mobileSiteHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0px;
  left: 0px;
  overflow: hidden; }
  #mobileSiteHolder #mobilePanelHolder {
    position: relative;
    width: 300%;
    height: 100%; }
  #mobileSiteHolder .mobile-panel {
    position: absolute;
    width: 33.33%;
    height: 100%;
    float: left;
    background-position: center center;
    background-size: cover;
    z-index: 10; }
    #mobileSiteHolder .mobile-panel .mobile-details, #mobileSiteHolder .mobile-panel .mobile-details2 {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 45px;
      z-index: 50; }
      #mobileSiteHolder .mobile-panel .mobile-details h1, #mobileSiteHolder .mobile-panel .mobile-details h2, #mobileSiteHolder .mobile-panel .mobile-details2 h1, #mobileSiteHolder .mobile-panel .mobile-details2 h2 {
        color: #FFF;
        font-family: 'Eagle-Light';
        text-transform: uppercase;
        font-size: 22px;
        margin: 0 0 10px 0;
        letter-spacing: 2px; }
      #mobileSiteHolder .mobile-panel .mobile-details h2, #mobileSiteHolder .mobile-panel .mobile-details2 h2 {
        color: #AAA;
        font-size: 12px;
        font-family: 'Avenir-Heavy'; }
    #mobileSiteHolder .mobile-panel .mobile-details2 {
      bottom: auto !important;
      top: 45% !important; }
  #mobileSiteHolder .mobile-panel:nth-of-type(1) {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/2bg.jpg"); }
  #mobileSiteHolder .mobile-panel:nth-of-type(2) {
    left: 33.33%;
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/1bg.jpg"); }
  #mobileSiteHolder .mobile-panel:nth-of-type(3) {
    left: 66.66%;
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheyJustLieThereandTheyDieThere.jpg"); }
  #mobileSiteHolder #mobileNav {
    position: absolute;
    text-align: center;
    bottom: 30px;
    z-index: 10;
    left: 50%;
    margin-left: -35px; }
    #mobileSiteHolder #mobileNav .mobileSquare {
      width: 10px;
      height: 10px;
      background: #FFF;
      opacity: 0.6;
      float: left;
      margin-right: 20px; }
    #mobileSiteHolder #mobileNav .active {
      opacity: 1; }

#mobileSiteHolder .logo {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 15;
  top: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  text-align: center; }
  #mobileSiteHolder .logo img {
    width: 80%; }

#contactForm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1500;
  top: 0px;
  left: 0px;
  background: #000;
  display: none; }
  #contactForm .logo {
    left: 56.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
  #contactForm form {
    position: absolute;
    width: 80%;
    top: 230px;
    text-align: center;
    left: 10%; }
    #contactForm form input, #contactForm form textarea {
      float: none;
      width: 100%;
      color: #FFF;
      background: #333;
      border: 1px solid #666;
      margin-bottom: 10px;
      padding: 5px 5px;
      font-size: 12px;
      font-family: 'Eagle-Light';
      letter-spacing: 2px;
      border-radius: 0px; }
    #contactForm form input[type='submit'] {
      display: inline-block;
      float: right;
      width: 50px;
      color: #CCC;
      background: #000;
      border: none; }
  #contactForm .fa {
    color: #eee;
    font-size: 20px;
    margin: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    opacity: 0.3;
    padding-left: 8px; }
    #contactForm .fa:hover {
      opacity: 1;
      cursor: pointer; }
  #contactForm .social {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -120px; }
  #contactForm p {
    font-family: 'AvenirLTStd-Light';
    font-size: 15px;
    color: #666;
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: center; }

.mobile-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  z-index: 20;
  color: #FFF !important;
  font-size: 22px;
  font-family: 'Eagle-Light'; }

#upcomingList {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 199;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  display: none; }
  #upcomingList #upcomingListContent {
    position: absolute;
    width: 100%;
    height: 100%; }
    #upcomingList #upcomingListContent h2 {
      font-family: 'Eagle-Light';
      font-size: 16px;
      letter-spacing: 2px;
      text-align: center;
      color: #eee;
      text-transform: uppercase;
      top: 50%;
      position: relative;
      margin: 0;
      padding: 0;
      transform: translateY(-50%); }
    #upcomingList #upcomingListContent .showContact {
      position: relative;
      width: 100%;
      height: 25%;
      border-top: 1px solid #333; }

#mobileUpcoming {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0px;
  left: 0px;
  background: #000;
  display: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  #mobileUpcoming .mobile-details-upcoming h3, #mobileUpcoming .mobile-details-upcoming h2, #mobileUpcoming .mobile-details-upcoming h4 {
    font-family: 'Eagle-Light';
    color: #FFF;
    text-align: center; }
  #mobileUpcoming .mobile-details-upcoming h3 {
    font-family: 'Avenir-Heavy';
    color: #AAA;
    font-size: 11px;
    text-transform: uppercase; }
  #mobileUpcoming .mobile-details-upcoming h2 {
    text-transform: uppercase;
    font-size: 22px; }
  #mobileUpcoming .mobile-details-upcoming h4 {
    font-family: 'Avenir-Heavy';
    margin-top: 30px;
    font-size: 14px;
    color: #CCC;
    text-transform: uppercase; }
  #mobileUpcoming .mobile-details-upcoming p {
    margin: 20px 20px;
    color: #b9b9b9;
    font-family: 'AvenirLTStd-Light'; }
  #mobileUpcoming .mobile-details-upcoming span {
    font-size: 36px; }
  #mobileUpcoming .mobile-details-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0px;
    left: 0px;
    top: 110px;
    display: none; }
    #mobileUpcoming .mobile-details-gallery #detailedGrid {
      position: relative;
      width: 100%;
      height: 100%; }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item {
      position: relative;
      display: inline-block;
      width: 50%;
      height: 200px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      float: left; }
    @media (max-width: 767px) {
      #mobileUpcoming .mobile-details-gallery .detailed-grid-item {
        width: 50% !important;
        height: 30% !important; } }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(1) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheyJustLieThereandTheyDieThere.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(2) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/BillboardonPeoplesBoulevard.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(3) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/ARibbonaroundaBomb.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(4) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheGoodLife.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(5) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/HeStartedIt.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(7) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/ItsAllMakeBelieve.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(6) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/1985.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(8) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/AtEase.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(9) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/OMuse.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(10) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/IndivisiblewithLibertyandJusticeforAll.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(11) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/Her.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(12) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/StrangelyTrue.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(13) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/TheRestofYouAreJustVisiting.jpg"); }
    #mobileUpcoming .mobile-details-gallery .detailed-grid-item:nth-of-type(14) {
      background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/PurveyorofFantasies.jpg"); }
  #mobileUpcoming .mobile-show-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 800;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    display: none;
    position: fixed;
    top: 0px; }
  #mobileUpcoming .mobile-showPiece {
    display: none; }
    #mobileUpcoming .mobile-showPiece .mobile-close {
      color: #000 !important; }
    #mobileUpcoming .mobile-showPiece .mobile-next {
      position: absolute;
      left: 20px;
      top: 15px;
      text-align: right;
      color: #000;
      font-size: 14px;
      font-family: 'Eagle-Light';
      text-transform: uppercase; }
    #mobileUpcoming .mobile-showPiece .showDetailsOverlay {
      width: 80%;
      height: 70%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 10;
      position: absolute;
      margin-top: 40px;
      left: 50%;
      margin-left: -40%; }
    #mobileUpcoming .mobile-showPiece .showDetails {
      position: absolute;
      bottom: 20px;
      width: 100%;
      z-index: 10; }
      #mobileUpcoming .mobile-showPiece .showDetails h2, #mobileUpcoming .mobile-showPiece .showDetails h3 {
        text-align: center;
        color: #333;
        font-family: 'Eagle-Light';
        text-transform: uppercase;
        font-size: 22px;
        margin: 0px; }
      #mobileUpcoming .mobile-showPiece .showDetails h3 {
        font-family: 'Avenir-Heavy';
        font-size: 10px;
        margin-top: 10px; }
  #mobileUpcoming .mobile-showPiece:nth-of-type(1) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheyJustLieThereandTheyDieThere.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(2) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/BillboardonPeoplesBoulevard.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(3) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/ARibbonaroundaBomb.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(4) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/TheGoodLife.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(5) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/HeStartedIt.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(7) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/ItsAllMakeBelieve.jpg"); }
  #mobileUpcoming .mobile-showPiecem:nth-of-type(6) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/1985.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(8) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/AtEase.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(9) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/OMuse.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(10) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/IndivisiblewithLibertyandJusticeforAll.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(11) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/Her.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(12) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/StrangelyTrue.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(13) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/TheRestofYouAreJustVisiting.jpg"); }
  #mobileUpcoming .mobile-showPiece:nth-of-type(14) .showDetailsOverlay {
    background-image: url("http://vincentxeus.s3.amazonaws.com/img/upcoming/additions/PurveyorofFantasies.jpg"); }

#mobileVideo1, #mobileVideo2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000; }
  #mobileVideo1 iframe, #mobileVideo2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }

.ui-btn {
  color: #000; }

.ui-loader {
  display: none !important; }

.bottom-shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 1;
  bottom: 0px; }

@media (min-width: 481px) {
  .mobile-close {
    position: absolute;
    right: 0px;
    top: 40px !important;
    padding: 20px;
    z-index: 20;
    color: #FFF !important;
    font-size: 22px;
    font-family: 'Eagle-Light'; } }
