
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

::selection {
	background: #252526; 
	color: #fff;
	}
/*h2.date::selection, a.trigger::selection {
	background: #252526; 
::-moz-selection {
	background: #d1c6e2;  
}*/


body{
	font-family: "Helvetica Neue"; 
	color: #252526;
	font-size: 62.5%; /* font-size 1em = 10px */
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

p {
  font-size: 1.6em; /* 1.6em = 16px */
}

.stage{
	z-index: 999;
	margin: 0 auto;
	margin-left:12.5em;
	margin-right:12.5em;
	padding-bottom: 120px;
	
	
	
}

h1{
	font-size: 6.5em;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 1em;
}



h2{
	font-size: 4.25em;
	font-weight: bold;
	letter-spacing: -3px;
	color:#fff;
}

div.twitter{
	font-size: 5.2em;
	font-weight: 200;
	letter-spacing: 0px;
	margin-top: 2em;
}


div.rosalina{
	margin-left: 12.5em;
	margin-top: 14em;
	line-height: 6.0em;
}

.time{
	color: #dddfe3;
	font-size: .6em;
	font-weight: 400;
	letter-spacing: -.03em;
}

a, a:hover, a:visited{
	color: #252526;
	text-decoration: none;
}


@-webkit-keyframes spin{
    0%{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    }
    100%{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    }
}
  
.spin{
	-moz-animation: spin 10s infinite linear;
	-webkit-animation: spin 10s infinite linear;
	-o-animation: spin 10s infinite linear;
	-ms-animation: spin 10s infinite linear;
	background-image: url("badge.svg");
		z-index:-1;
   height: 24em;
   width: 24em; 
   background-size: 24em;
}


.badge{
   height: 24em;
   width: 24em;
   position: absolute;
   top: 10em;
   right: 10em;
  }
  
.overlay-hugeinc.open > .date{
visibility: hidden;	
opacity:0;
} 

.date{
	z-index:10;
	   position: absolute;
   top: 1.3em;
   left: 1.9em;

}


.badge img{
	z-index:-1;
   height: 24em;
   width: 24em;  
  }


.closed{
	text-decoration: line-through;
}
  
.ecchi{
	position: absolute;
	top: -7em;
	left: 50%;
	WHITE-SPACE: pre;
	WORD-WRAP: normal;
	font-family: 'MS PGothic','ＭＳ Ｐゴシック','Trebuchet MS',Verdana,Futura,Arial,Helvetica,sans-serif;
	color: #baa7d6;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.2em;
	height:50em;
	overflow:hidden;
	z-index: -1;
}


.lineup{
	/*background-color: #d1c6e2;*/
	color: #fff;
	height: auto;
	/*margin-left: 4em;
	margin-right: 4em;*/
}

.lineup ul{
	list-style: none;
	-webkit-column-count:1;
  -webkit-column-gap: 1%; /* Saf3, Chrome*/
  -moz-column-count: 1;   
  -moz-column-gap: 1%; /* FF3.5+ */
  column-count: 1;        
  column-gap: 1%; /* Opera 11+*/
  text-align: center;

}

div.lineup ul li{

	font-size: 3.2em;
	font-weight: 400;
}
  

  
div.lineup ul li a{

	color:#fff;
}

.list{
	width: 104em;
	margin:0 auto;
	padding-top:9em;
	padding-bottom:9em;
	margin-top: 17em;
	line-height: 4.8em;
	letter-spacing: -.1em;
	position:relative;
}

div.donate{
	width:100%;
	height:36.5em;
	background-color: #252526;
	position: absolute;
	-webkit-transition: background 0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
	-ms-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
margin-top: 4em;

}

a.donate{
	width:100%;
	height:36.5em;
	position: absolute;
}

a.trigger{
	font-size: 5.2em;
	font-weight:200;
	color:#fff;
	position:relative;
	top:2.8em;
	margin-left: 2.5em;
	opacity:0.4;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

.plus{
	background-image: url("plus-light.svg");
	height: 15em;
	background-size: 15em;
	margin-right: 11em;
	margin-top: 6em;
	background-repeat: no-repeat;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	width:20em;
	position:absolute;
	right:-2em;
	opacity:0.2;
	
}

div.donate:hover{
	background-color: #000;	
}

.donate:hover{
		cursor:pointer;
}

div.donate:hover > .plus, div.donate:hover > a.trigger{
	opacity:1;

}






@-webkit-keyframes fadebg {
  0%, 100% {
    background-color: #edb4c2; }

  14.3% {
    background-color: #d1c6e2; }

  28.6% {
    background-color: #acd5f2; }

  42.9% {
    background-color: #b0e8d9; }

  57.2% {
    background-color: #c0e8b0; }

  71.5% {
    background-color: #f1e1a3; }

  85.8% {
    background-color: #f4bc9d; }

  100% {
    background-color: #edb4c2; } }

@-moz-keyframes fadebg {
    0%, 100% {
    background-color: #edb4c2; }

  14.3% {
    background-color: #d3c8e3; }

  28.6% {
    background-color: #acd5f2; }

  42.9% {
    background-color: #b0e8d9; }

  57.2% {
    background-color: #c0e8b0; }

  71.5% {
    background-color: #f1e1a3; }

  85.8% {
    background-color: #f4bc9d; }

  100% {
    background-color: #edb4c2; } }
@keyframes fadebg {
   0%, 100% {
    background-color: #edb4c2; }

  14.3% {
    background-color: #d1c6e2; }

  28.6% {
    background-color: #acd5f2; }

  42.9% {
    background-color: #b0e8d9; }

  57.2% {
    background-color: #c0e8b0; }

  71.5% {
    background-color: #f3e4a6; }

  85.8% {
    background-color: #f4bc9d; }

  100% {
    background-color: #edb4c2; } }
    
    
.fadebg {
  -webkit-animation: fadebg 20s ease-out infinite; }



@-webkit-keyframes fade {
  0%, 100% {
    color: #ed859f; }

  14.3% {
    color: #baa7d6; }

  28.6% {
    color: #69b8f0; }

  42.9% {
    color: #70dbbf; }

  57.2% {
    color: #7cdb70; }

  71.5% {
    color: #f2cb2c; }

  85.8% {
    color: #f59c6c; }

  100% {
    color: #ed859f; } }

/*@-moz-keyframes fade {
    0%, 100% {
    background-color: #edb4c2; }

  14.3% {
    background-color: #d1c6e2; }

  28.6% {
    background-color: #acd5f2; }

  42.9% {
    background-color: #b0e8d9; }

  57.2% {
    background-color: #c0e8b0; }

  71.5% {
    background-color: #f1e1a3; }

  85.8% {
    background-color: #f4bc9d; }

  100% {
    background-color: #edb4c2; } }
@keyframes fade {
   0%, 100% {
    background-color: #edb4c2; }

  14.3% {
    background-color: #d1c6e2; }

  28.6% {
    background-color: #acd5f2; }

  42.9% {
    background-color: #b0e8d9; }

  57.2% {
    background-color: #c0e8b0; }

  71.5% {
    background-color: #f1e1a3; }

  85.8% {
    background-color: #f4bc9d; }

  100% {
    background-color: #edb4c2; } }*/
    
    
.fade {
  -webkit-animation: fade 20s ease-out infinite; }
















.example1 {
            width: 350px;
            margin: 50px auto;
        }

        .example1 .tweet {
            padding: 15px;
            position: relative;
            background: white;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }

        .example1 .tweet:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-width: 10px;
            border-style: solid;
            border-color: white transparent transparent transparent;
            bottom: -20px;
            left: 50%;
            margin-left: -10px;
        }

        .example1 .tweet .date {
            margin-top: 5px;
            font-weight: bold;
            font-size: 11px;
        }





