<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===========================================
         PAGE STUFF STRUCTUREZ
============================================ */

#rap {
padding: 0px;
margin: 0px auto;
text-align: center;
}

#page-stuff {
margin: 0px auto;
padding: 0px;
position: relative;
max-width: 959px;
}

.hack {
width: 959px;
}

.button-contain-one {
position: absolute;
top:804px;
}

.button-contain-two {
position: absolute;
top:1089px;
}


/* ===========================================
         LINK STYLEZ
============================================ */

a:link.roll { text-decoration: none; border-bottom: 0px; }
a:visited.roll { text-decoration: none; border-bottom: 0px; }
a:active.roll { text-decoration: none; border-bottom: 0px; }
a:hover.roll { text-decoration: none; border-bottom: 0px; }



/* ===========================================
         TOP RSVP BUTTON
============================================ */

#page-top-thing {
left: 474px;
}

.button-one {
position: relative;
padding-bottom: 8px;
z-index: 5;

    -webkit-animation: rotate 1.7s ease-in-out alternate infinite;
    -moz-animation: rotate 1.7s ease-in-out alternate infinite;
    animation: rotate 1.7s ease-in-out alternate infinite;
	
}

.button-title-one {
color: rgba(255,255,255,0);
cursor: pointer;
font-size: 18px;
display: block;
line-height: 70px;
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp-link.png);
background-repeat:no-repeat;
background-position: center center;
width: 65px; height: 65px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.button-title-one:hover {
color: rgba(255,255,255,0);
cursor: pointer;
font-size: 18px;
display: block;
line-height: 70px;
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp-hover.png);
background-repeat:no-repeat;
background-position: center center;
width: 65px; height: 65px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}


/* ===========================================
         BOTTOM RSVP BUTTON
============================================ */

#page-bottom-thing {
left: 586px;
}

#page-bottom-thing .button-title-two {
color: rgba(255,255,255,0);
}

.button-two {
position: relative;
padding-bottom: 8px;
z-index: 5;

    -webkit-animation: rotate 1.2s linear alternate infinite;
    -moz-animation: rotate 1.2s linear alternate infinite;
    animation: rotate 1.2s linear alternate infinite;
}

.button-title-two {
color: rgba(255,255,255,0);
cursor: pointer;
font-size: 18px;
display: block;
line-height: 80px;
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp2-link.png);
background-repeat:no-repeat;
background-position: center center;
width: 80px; height: 80px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.button-title-two:hover {
color: rgba(255,255,255,0);
cursor: pointer;
font-size: 18px;
display: block;
line-height: 80px;
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp2-hover.png);
background-repeat:no-repeat;
background-position: center center;
width: 80px; height: 80px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

@media (max-width:768px) {
	
.button-title-one {
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp-hover.png);
}

.button-title-one:hover {
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp-link.png);
}

.button-title-two {
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp2-hover.png);
}

.button-title-two:hover {
background-image: url(https://i.cdn.turner.com/adultswim/big/img/nycc-2015/rsvp2-link.png);
}	
	
}


@keyframes rotate {
  0% {
    transform:  rotate(0deg) ;
  }
  25% {
    transform:  rotate(10deg) ;
  }
  50% {
    transform:  rotate(-10deg) ;
  }
  75% {
    transform:  rotate(10deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  25% {
    -webkit-transform:  rotate(10deg) ;
  }
  50% {
    -webkit-transform:  rotate(-10deg) ;
  }
  75% {
    -webkit-transform:  rotate(10deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-moz-keyframes rotate {
  0% {
    transform:  rotate(0deg) ;
  }
  25% {
    transform:  rotate(10deg) ;
  }
  50% {
    transform:  rotate(-10deg) ;
  }
  75% {
    transform:  rotate(10deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}




</pre></body></html>