@charset "UTF-8";

.base-btn {
    display: inline-block;
    cursor: pointer
}

.base-btn span {
    height: 24px;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .08em;
    display: block
}

.base-btn.fill {
    background-color: #af945c;
    background-image: linear-gradient(to right, #d2b373, #af945c);
    box-shadow: 2px 2px 32px rgba(175, 148, 92, .4)
}

.base-btn.border {
    box-shadow: inset 0 0 0 2px #FFFFFF
}

.base-btn.border:after,
.base-btn.border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 666ms cubic-bezier(.666, 0, .237, 1)
}

.base-btn.border:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0
}

.base-btn.border span:after,
.base-btn.border span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0%;
    background-color: #fff;
    transition: height 666ms cubic-bezier(.666, 0, .237, 1)
}

.base-btn.border span:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0
}
.gold-frame-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gold-frame-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: radial-gradient(circle at 60% 60%, rgba(60, 248, 255, .4), transparent 40%), radial-gradient(circle at 40% 80%, rgba(241, 0, 153, .4), transparent 50%);
     */
    background-image: radial-gradient(circle at 60% 60%, rgba(181, 181, 181, 0.4), transparent 40%), radial-gradient(circle at 40% 80%, rgba(90, 87, 89, 0.4), transparent 50%);
     overflow: hidden
}

.gold-frame-holder .frame-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 16px;
    background-size: auto 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.gold-frame-holder .frame-image.frame-overlap {
    bottom: 50%;
    background-size: auto 200%
}

.gold-frame-holder .gold-frame {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px
}

.gold-frame-holder .gold-frame:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #888;
}

.gold-frame-holder .gold-frame .gold-logo {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 66px;
    height: 26px;
    text-align: center;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translate(-12px, -10px);
    transform: rotate(-90deg) translate(-12px, -10px)
}

.gold-frame-holder .gold-frame .gold-logo svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    fill: #af945c
}

.gold-frame-holder .max-bounds {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 860px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.gold-frame-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(175, 148, 92, .25)
}

.gold-frame-holder .overlay h2 {
    position: absolute;
    bottom: 85px;
    left: 32px;
    right: 32px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 1px 1px 1px #4a4a4a
}

.gold-frame-holder .overlay h2 span {
    display: block
}

.gold-frame-holder .overlay .base-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gold-frame-holder.feature-frame-holder .gold-frame,
.gold-frame-holder.feature-frame-holder .pattern-fill {
    top: 30%;
    left: 32px;
    right: 32px;
    bottom: 20%
}

.gold-frame-holder.feature-frame-holder:before {
    background-image: radial-gradient(100% 30% at center bottom, rgba(60, 248, 255, .6), transparent 50%), radial-gradient(circle at center bottom, rgba(241, 0, 153, .6), transparent 50%)
}

.gold-frame-holder.feature-frame-holder .gold-frame .alt-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.gold-frame-holder.feature-frame-holder .gold-frame .alt-label span {
    position: absolute;
    top: 50%;
    left: 8px;
    color: #af945c;
    font-size: 9px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels {
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 100%
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels.right {
    right: -32px;
    left: auto
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label {
    position: absolute;
    bottom: 0;
    left: 32px;
    height: 32px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label.holiday {
    top: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-size: 9px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label.when {
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: none
}

.gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label.when span {
    left: auto;
    right: 0;
    color: #af945c
}

.gold-frame-holder.feature-frame-holder .frame-image {
    background-position: 50% 66px
}

@media all and (max-aspect-ratio:1 / 1) {
    .gold-frame-holder.feature-frame-holder .gold-frame,
    .gold-frame-holder.feature-frame-holder .pattern-fill {
        top: 25%;
        bottom: 25%
    }
}

@media all and (min-height:480px) {
    .gold-frame-holder.feature-frame-holder .gold-frame .alt-label {
        display: none
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label.when {
        display: block
    }
}

@media all and (min-width:768px) and (min-height:580px) {
    .gold-frame-holder.feature-frame-holder,
    .gold-frame-holder.feature-frame-holder .frame-image {
        background-position: 50% 96px
    }
    .gold-frame-holder .gold-frame {
        top: 32px;
        left: 32px;
        right: 32px;
        bottom: 32px
    }
    .gold-frame-holder .gold-frame .gold-logo {
        width: 76px;
        height: 30px
    }
    .gold-frame-holder .overlay h2 {
        top: 50%;
        bottom: auto;
        text-shadow: none;
        left: 32px;
        right: 32px;
        margin-top: -12px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .gold-frame-holder.feature-frame-holder .gold-frame,
    .gold-frame-holder.feature-frame-holder .pattern-fill {
        top: 20%;
        left: 40px;
        right: 40px
    }
    .gold-frame-holder .overlay .base-btn {
        bottom: 32px
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels {
        left: -40px;
        width: 40px
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels.right {
        right: -40px;
        left: auto
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label {
        left: 40px;
        height: 40px
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label span {
        left: 0;
        font-size: 14px;
        letter-spacing: 3px
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label.when {
        left: 0
    }
    .gold-frame-holder.feature-frame-holder .gold-frame .side-labels .label.when span {
        right: 0
    }
}


.base-grid .cell {
    float: left;
    width: 100%;
    display: block
}

.base-grid .cell .cell-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.base-grid .cell .cell-content {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px
}

.base-grid .cell .cell-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.base-grid .cell.event-cell .info-slider {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.base-grid .cell.event-cell .info-slider .info-bar {
    position: relative;
    width: 100%;
    height: 106px
}

.base-grid .cell.event-cell .info-slider .info-bar:last-child {
    height: 66px
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell div {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell div.day,
.base-grid .cell.event-cell .info-slider .info-bar .info-cell div.month {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell div.day {
    font-size: 11px;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 5px
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell:first-child {
    width: 66px;
    text-align: center;
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell:last-child {
    left: 66px;
    right: 0
}

.base-grid .weekly-cell.cell.event-cell .info-slider .info-bar .info-cell:last-child {
    left: 40px!important;
}

.base-grid .cell.event-cell .info-slider .info-bar .info-cell .date {
    font-size: 26px;
    color: #FFF;
    /* background: #fff; */
}

.base-grid .cell.event-cell.weekly-cell .info-slider .info-bar .info-cell .date {
    font-size: 26px;
    color: #fff;
}


.base-grid .cell.event-cell .info-slider .info-bar .base-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.base-grid .cell.event-cell .info-slider .info-bar .base-btn:nth-child(1):not(:last-child) {
    margin-left: -12px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.base-grid .cell.event-cell .info-slider .info-bar .base-btn:nth-child(2) {
    margin-left: 16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.base-grid .cell.promoted-event-cell .cell-inner,
.base-grid .cell.special-event-cell .cell-inner {
    background-color: #0e0529;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.base-grid .cell.wide-cell .cell-inner {
    padding-bottom: 50%
}

.base-grid .cell.promoted-event-cell .base-btn {
    position: absolute;
    bottom: 12%;
    left: 25%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.base-grid .cell.no-photo .cell-inner {
    padding-bottom: 60%
}

.base-grid .cell.no-photo .cell-inner .info-slider {
    padding-bottom: 40px;
    -webkit-transform: translate3d(0, -100%, 0)!important;
    transform: translate3d(0, -100%, 0)!important
}



@media all and (min-width:580px) {
    .base-grid .cell {
        width: 50%
    }
    .base-grid .cell.wide-cell {
        width: 100%
    }
}


@media all and (min-width:1025px) {
    .base-grid .cell {
        width: 33.333%
    }
    .base-grid .cell.wide-cell {
        width: 66.666%
    }

    .base-grid .cell.event-cell.weekly-cell {
        width: 33.33%!important;
    }
}

@media all and (min-width:1200px) {

    .base-grid .cell.event-cell.weekly-cell {
        width: 20%!important;
    }
}

@media all and (min-width:1440px) {
    .base-grid .cell.event-cell {
        width: 25%
    }
    .base-grid .cell.wide-cell {
        width: 50%
    }

    .base-grid .cell.event-cell.weekly-cell {
        width: 20%!important;
    }
}




.base-grid .cell.event-cell .info-slider {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    transition: -webkit-transform 666ms cubic-bezier(.666, 0, .237, 1);
    transition: transform 666ms cubic-bezier(.666, 0, .237, 1);
    transition: transform 666ms cubic-bezier(.666, 0, .237, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .237, 1)
}

.base-grid .cell .cell-link:hover + .info-slider{
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.base-grid .cell.event-cell:hover .info-slider {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
   


.weeklyNY .info-bar .info-cell:last-child, 
.starsNY .info-bar .info-cell:last-child, 
.otherNY .info-bar .info-cell:last-child{
    background:url('images/60.png');
    background-size: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transition: background 0.5s ease-in-out;
}

.weeklyNY:hover .info-bar .info-cell:last-child, 
.starsNY:hover .info-bar .info-cell:last-child, 
.otherNY:hover .info-bar .info-cell:last-child{
    background:url('images/60.png');
    background-size: 80px;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transition: background 0.5s ease-in-out;
}



.weekly39 .info-bar .info-cell:last-child, 
.stars39 .info-bar .info-cell:last-child, 
.other39 .info-bar .info-cell:last-child{
    background:url('images/39.png');
    background-size: 0px;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transition: background 0.5s ease-in-out;
}


.weekly39:hover .info-bar .info-cell:last-child, 
.stars39:hover .info-bar .info-cell:last-child, 
.other39:hover .info-bar .info-cell:last-child{
    background:url('images/39.png');
    background-size: 80px;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transition: background 0.5s ease-in-out;
}

#sapphire39Content{
    float: left;
    width: 100%;
    background: #000;

    display: none;
}

#sapphire60Content{
    float: left;
    width: 100%;
    background:#000;
    display: none;

}

.chooseLocation{
    padding: 50px 0;
}

.selectLocation{
    float: left;
    width: 54%;
    text-align: center;
    padding: 0px 0 0px 20px;
    font-weight: bold;
}

.selectLocation select{
    /* background: #000;
    color:#fff;
    cursor: pointer;
    outline: 0;
    padding: 15px 25px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    width: 100%;
    background: url("../images/selectbox_arrow.png") right center no-repeat;
    border-radius: 0; */

    background: #000;
    color: #fff;
    cursor: pointer;
    outline: 0;
    padding: 0px 10px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: url(../images/selectbox_arrow.png) right center no-repeat;
    border-radius: 0;
}

.selectLocation select option {
    margin: 10px 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: rgba(0, 0, 0, 1);
}



.chooseLocation img{
    width: 80%;
    float:left;
    margin-left: 10%;
}

.chooseNY img, .choose39 img{


}
.chooseNY:hover img{
    cursor: pointer;
}


.choose39:hover img{
    cursor: pointer;
}

.attention{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    
}


.attention p{
    display: inline-block;
    background: #000000;
    padding:7px 10px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    font-weight: bold;
    cursor: pointer;
    color:#fff;
}

.attention p:hover{
    background: #f0f0f0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.1s linear;
    color:#000;
}
.changeLocation{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
}

.changeLocation p{
    display: inline-block;
    background: #000000;
    padding:7px 10px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    font-weight: bold;
    color:#fff;
}
.changeLocation p:hover{
    background: #f0f0f0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.1s linear;
    color:#000;
}
.locationLogos img{
    float: left;width: 20%;margin-left: 40%;
}

.works-filter a{
    border: 1px solid transparent;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}
.works-filter a:hover{
    background: #fff;
    color: #000;
    border: 1px solid #d1d1d1;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.attention .pulse{
    display: block;
    float: left;
    margin: 5px 10px 0 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(226, 226, 224, 0.4);
    animation: pulse 1s infinite;
}
.calendar-table .pulse {
    display: block;
    float: left;
    margin: 5px 0px 0 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 1%;
    position: absolute;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(226, 226, 224, 0.4);
    animation: pulse 1s infinite;
}

/* .pulse:hover {
  animation: none;
} */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(226, 226, 224, 0.4)
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(226, 226, 224, 0.4);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(226, 226, 224, 0.4)
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(226, 226, 224, 0.4)
    box-shadow: 0 0 0 0 rgba(226, 226, 224, 0.4)
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(226, 226, 224, 0.4);
      box-shadow: 0 0 0 10px rgba(226, 226, 224, 0.4);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(226, 226, 224, 0.4)
      box-shadow: 0 0 0 0 rgba(226, 226, 224, 0.4)
  }
}

@media only screen and (max-width: 992px){
    

    .chooseLocation img {
        width: 35%;
        float: left;
        margin: 15px 30%;
    }
}

@media only screen and (max-width: 992px){
    

    .chooseLocation img {
        width: 50%;
        float: left;
        margin: 15px 25%;
    }
    .locationLogos img{
        float: left;width: 50%;margin-left: 25%;
    }

}

.grayscale {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nongrayscale {
    filter: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

