/*
	Theme Name: Zeldathon
	Author: RidleyPlays

_______________________________________$
______________________________________$$
_____________________________________$$$
____________________________________$$$
__________________________$$$$$$___$$$
_________________________$$$$_$$$$$$$
____________________111_______$$11$$$$$$
_______________111111111111__1111__$_$$$
__________1111111111111111111111_____$$$
____111111111##################11111
__1111111122#####2222222######################_########____######
__111122222##2222224442######2#########_####____####_###____#####
___11122222#2222244222#####2222####22##_####_____###__####__######
___11111122222244444#####222222####2##__####_____###___####_##_###
___111111122222444######2222222######_#_####___#_###___####/##__###
____1111122222222######22222222####_#_#_####__##_###___####/########
_____11122222222#####2222222222####__##_####_###_###__####/##___####
______11122211######2222222222#########_########_#######_####__######
_______111211#####222222222###########################_######_#########
________111##################11111
_________11111111111111111111111
________1111111111111111111111
_______11111___1111111111111
______1111________111111
_____1111
____1111

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body {
	background-color: #181818;
}
html {
	height: 100%;
	width: 100%;
	font-size:62.5%;
}
body {
	font:400 20px/1.8 'brandon-grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#444;
}
body.home2 h2.page-subtitle {
	display: none !important;
}
	body.timeline {
		height: 100%;
		width: 100%;
	}
	/* body.home {
		height: auto;
		background-color: #181818;
		background-position: top center;
		background-size: cover;
	}
	body.page-template-past-php {
		background-color: #000;
	} */
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	cursor: pointer;
	transition: linear .1s;
	-moz-transition: linear .1s;
	-webkit-transition: linear .1s;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
iframe, embed, object {
	max-width: 100%;
}
video {
	height: auto;
}
hr {
	position: relative;
	height: 1px;
	border: 0;
	background: #DDD;
}
.small {
	color: #999;
	font-size: .9em;
}
.notice {
	display: inline-block;
	font-size: .8em;
	text-align: center;
	width: 100%;
	margin: 0 0 1em;
	padding: .4em 0;
	border: solid 1px #CCC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4 {
	color: #444;
	margin-bottom: 1em;
}
h1 {
	font-size: 3.2em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 6px;
}
	h1.page-title {
		color: #FFF;
		text-align: center;
	}
h2 {

}
	h2.page-subtitle {
		color: #FFF;
		font-weight: 400;
		margin: .8em 0 0;
	}
		body.home h2.page-subtitle {
			position: relative;
			display: inline-block;
			text-transform: uppercase;
			padding: .2em 1.6em;
			margin: 1.6em auto 0;
			background: rgba(255,255,255,.15);
		}
			body.home h2.page-subtitle:before {
				content: "";
				position: absolute;
				top: -12px;
				left: 50%;
				width: 0;
				height: 0;
				margin-left: -14px;
				border-left: 14px solid transparent;
				border-right: 14px solid transparent;
				border-bottom: 12px solid rgba(255,255,255,.15);
			}
h3 {
	font-size: 1.2em;
	font-weight: 300;
}
	h3.section-title {
		position: relative;
		z-index: 4;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin: 3.6em auto 0;
		width: 45%;
		max-width: 400px;
	}
h5 {
	font-size: 1em;
}
p {
	line-height: 1.8em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper & content*/
.mainWrap {
	position: relative;
	z-index: 900;
	height: 100%;
}
.wrapper {
	width: 100%;
	margin: 0;
}
.container {
	position: relative;
	width: 100%;
	background: #F4F4F4;
}
.content {
	width: 85%;
	max-width: 1024px;
	padding: 3.8em 0;
	margin: 0 auto;
}
	body.thanks .content {
		padding: 1.6em 0;
		text-align: center;
	}

/* header */

#header {
	position: relative;
}
.totals {
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 1em 0;
}
	.donation-header {
		color: #FFF;
		font-size: .8em;
		font-weight: 400;
	}
	.donation-total {
		display: inline-block;
		line-height: 1em;
		font-weight: 400;
		text-transform: uppercase;
		margin: 0 auto;
		padding: 5px;
		width: 16%;
		min-width: 200px;
		height: 50px;
	}
		.donation-total span {
			display: block;
			color: #AAA;
			font-size: .5em;
			line-height: 1.8em;
			letter-spacing: 2px;
			padding: .2em 0;
		}
		#total-donation {
			color: #FFF;
			font-size: 1.2em;
		}
	.shareIt, .nav a.donate {
		float: right;
	}
	.shareIt {
		color: #AAA;
		position: relative;
		padding: 0 .2em;
		width: 180px;
		height: 60px;
		margin-right: -86px;
		background: #2C2C2C;
		z-index: 1;
		cursor: pointer;
	}
		.shareIt:before {
			-webkit-transform: skew(-20deg);
			-moz-transform: skew(-20deg); 
			-o-transform: skew(-20deg);
			position:absolute;
			bottom: 0;
			content:'';
			z-index: -5;
			width: 35px;
			height: 175px;   
			left: 0;
			transition: linear .1s;
			-moz-transition: linear .1s;
			-webkit-transition: linear .1s;
			background: #2C2C2C;
		}
		.shareIt span {
			float: left;
			display: inline-block;
			font-size: .7em;
			text-transform: uppercase;
			padding: 0 1.2em 0 .3em !important;
			line-height: 60px;
		}
		.shareIt a {
			float: left;
			width: 25px;
			height: 60px;
			padding: 0 .6em !important;
			background-position: center center;
			background-repeat: no-repeat;
			opacity: .2;
		}
			.shareIt a:hover {
				opacity: 1;
			}
		.shareIt a.facebook-share {
			background-image: url(img/facebook-share.png);
		}
		.shareIt a.twitter-share {
			background-image: url(img/twitter-share.png);
		}

/* logo */
.logo {
	text-align: center;
	padding: 8em 0 3em;
}
	body.page-template-past-php .logo {
		padding: 12em 0 8em;
	}
	.logo img {
		display: block;
		max-width: 460px;
		width: 85%;
		margin: 0 auto;
	}
		img.small-logo {
			max-width: 140px;
			width: 90%;
		}
	.logo h1 {
		color: #FFF;
		font-size: 3.8em;
		font-weight: 100;
		line-height: 1em;
		margin: 0;
	}
	body.page-template-art-php .logo {
		display: none;
	}
/* nav */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	height: 60px;
	width: 100%;
	background: rgba(24,24,24,.9);
	z-index: 1000;
}
	.nav a.nav-button {
		display: none;
	}
	.nav a {
		color: #AAA;
		display: inline-block;
		font-size: .7em;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 0 1.6em;
		line-height: 60px;
	}
		.nav li.current-menu-item a,
		.nav a:hover {
			color: #FFF;
		}
	.nav .donationDiv {
		position: absolute;
		top: 0;
		right: 0;
	}
		.nav .donationDiv a.social-share {
			float: left;
			display: inline-block;
			color: #FFF;
			font-weight: 300;
			line-height: 60px;
			padding: 0 2em;
		}
			.nav .donationDiv a.social-share:before {
				-webkit-transform: skew(-20deg);
				-moz-transform: skew(-20deg);
				-o-transform: skew(-20deg);
				position: absolute;
				bottom: 0;
				content: '';
				z-index: -5;
				width: 35px;
				height: 175px;
				left: 0;
				transition: linear .1s;
				-moz-transition: linear .1s;
				-webkit-transition: linear .1s;
			}
			.fb_iframe_widget span {
				height: auto !important;
			}
			.fb_iframe_widget iframe {
				position: relative !important;
			}
	.nav a.donate {
		position: relative;
		display: inline-block;
		color: #FFF;
		font-size: .9em;
		font-weight: 700;
		line-height: 60px;
		padding: 0 2em 0 1em;
		z-index: 2;
	}
		.nav a.donate:before {
			-webkit-transform: skew(-20deg);
			-moz-transform: skew(-20deg); 
			-o-transform: skew(-20deg);
			position:absolute;
			bottom: 0;
			content:'';
			z-index: -5;
			width: 35px;
			height: 175px;   
			left: 0;
			transition: linear .1s;
			-moz-transition: linear .1s;
			-webkit-transition: linear .1s;
		}
	.nav .rightMenu {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nav ul {
		margin: 0;
		padding: 0;
	}
		.nav li {
			float: left;
			display: inline-block;
		}
		.rightMenu a {
			border-right: solid 1px #2C2C2C;
			background-repeat: no-repeat;
		}
			.rightMenu a.closethis {
				display: none;
			}
			.rightMenu a.slidemenu {
				display: none;
				color: #444;
				font-size: 1.4em;
			}
			ul.menu li.homelink a {
				float: left;
				text-indent: -9999px;
				width: 35px;
				height: 60px;
				padding: 0 1.4em;
				border-left: 0;
				border-right: solid 1px #222;
				background-position: center center;
				background-image: url(img/zeldathonlogo.png);
				overflow: hidden;
			}
	ul.socialize {
		position: absolute;
		top: 6px;
		right: 10px;
		margin: 0;
	}
	ul.socialize li {
		display: inline;
	}
	ul.socialize li a {
		display: inline-block;
		height: 26px;
		width: 26px;
		margin: 0 .2em;
		text-indent: -9999px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 26px;
		opacity: .6;
	}
		ul.socialize li a:hover {
			opacity: 1;
		}
		ul.socialize li a.twitter { background-image: url(img/twitter-icon.png); }
		ul.socialize li a.twitch { background-image: url(img/twitch-icon.png); }
		ul.socialize li a.youtube { background-image: url(img/youtube-icon.png); }
		ul.socialize li a.facebook { background-image: url(img/facebook-icon.png); }


/* background video */

#big-video-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
}
	.videoWrap {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		/*background-color: #ffffff;*/
		background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(51, 51, 51, .7)), to(rgba(255, 255, 255, 0.00)));
		background-image: -webkit-radial-gradient(50% 50%, rgba(255, 255, 255, 0.00), rgba(51, 51, 51, .7));
		background-image: -moz-radial-gradient(50% 50%, rgba(255, 255, 255, 0.00), rgba(51, 51, 51, .7));
		background-image: -o-radial-gradient(50% 50%, rgba(255, 255, 255, 0.00), rgba(51, 51, 51, .7));
		background-image: -ms-radial-gradient(50% 50%, rgba(255, 255, 255, 0.00), rgba(51, 51, 51, .7));
		background-image: radial-gradient(50% 50%, rgba(255, 255, 255, 0.00), rgba(51, 51, 51, .7));
	}

/* buttons */

.btn {
	display: inline-block;
	color: #FFF;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 2em;
	padding: .8em 1.4em;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
	input.btn {
		display: block;
	}
a.mainAction {
	display: inline-block;
	color: #FFF;
	font-size: .75em;
	margin-top: 1.6em;
	border: solid 2px #FFF;
	background: transparent;
}
	a.mainAction:hover {
		background: rgba(255,255,255,.1);
	}

/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	width: 100%;
	padding: 1.2em 0;
	background: #181818;
}
	body.page-template-past-main-php .footer {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 900;
	}
	.footerInner {
		width: 90%;
		max-width: 1140px;
		margin: 0 auto;
	}
	.footerInner .copy {
		float: right;
		color: #777;
		font-size: .8em;
	}
	.footerInner .fff {
	}
		.footerInner .fff img {
			float: left;
			width: 60px;
		}
		.footerInner .fff ul {
			float: left;
			list-style: none;
			line-height: 1em;
			margin: .1em 0;
			padding: 0 1.4em;
		}
		.footerInner .fff ul li {
			display: inline;
			margin: 0 .6em;
		}
		.footerInner .fff ul li a {
			color: #777;
			font-size: .8em;
		}
			.footerInner .fff ul li a:hover {
				color: #FFF;
			}
	body.timeline .contactBar {
		display: none;
	}
	.contactBar {
		text-align: center;
		padding: 1em 0;
		width: 100%;
		background: #DDD;
	}
		.contactBar p {
			margin: .4em 0;
		}
		.contactBar a.btn {
			font-size: .7em;
			padding: .3em 1.4em;
			margin: 0 0 0 .6em;
		}
			.contactBar a.btn:hover {
				color: #FFF;
			}


/*------------------------------------*\
    TRIPLE TRIANGLE PRELOADER
\*------------------------------------*/

.loading-wrap {
	width: 60px; height: 60px;
	position: fixed;
	top: 50%; left: 50%;
	margin: -30px 0 0 -30px;  
	-moz-animation: rotation ease-in-out 2s infinite;
	-webkit-animation: rotation ease-in-out 2s infinite;
	-ms-animation: rotation ease-in-out 2s infinite;
	animation: rotation ease-in-out 2s infinite;
	border: solid 2px #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
 	z-index: 9999;
}
	.loader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #222;
		z-index: 9999;
	}
	.triangle1, .triangle2, .triangle3 {
		border-width: 0 20px 30px 20px;
		border-style: solid;
		border-color: transparent;
		border-bottom-color: #555;
		height: 0; width: 0;
		position: absolute;
		left: 10px; top: -10px;
		-moz-animation: fadecolor 2s 1s infinite;
		-webkit-animation: fadecolor 2s 1s infinite;
		-ms-animation: fadecolor 2s 1s infinite;
		animation: fadecolor 2s 1s infinite;
	}
	.triangle2, .triangle3 {
		content: '';
		top: 20px; left: 30px;
		-moz-animation-delay: 1.1s;
		-webkit-animation-delay: 1.1s;
		-ms-animation-delay: 1.1s;
		animation-delay: 1.1s;
	}
	.triangle3 {
		left: -10px;
		-moz-animation-delay: 1.2s;
		-webkit-animation-delay: 1.2s;
		-ms-animation-delay: 1.2s;
		animation-delay: 1.2s;
	}
		@-moz-keyframes rotation
		{
			0% {-moz-transform: rotate(0deg);}
			20% {-moz-transform: rotate(360deg);}
			100% {-moz-transform: rotate(360deg);}
		}
		@-webkit-keyframes rotation
		{
			0% {-webkit-transform: rotate(0deg);}
			20% {-webkit-transform: rotate(360deg);}
			100% {-webkit-transform: rotate(360deg);}
		}
		@-ms-keyframes rotation
		{
			0% {-webkit-transform: rotate(0deg);}
			20% {-webkit-transform: rotate(360deg);}
			100% {-webkit-transform: rotate(360deg);}
		}
		@keyframes rotation
		{
			0% {transform: rotate(0deg);}
			20% {transform: rotate(360deg);}
			100% {transform: rotate(360deg);}
		}          
		@-moz-keyframes fadecolor
		{
			0% {border-bottom-color: #CCC;}
			100%{border-bottom-color: #E4E4E4;}
		}
		@-webkit-keyframes fadecolor
		{
			0% {border-bottom-color: #CCC;}
			100%{border-bottom-color: #E4E4E4;}
		}
		@-ms-keyframes fadecolor
		{
			0% {border-bottom-color: #CCC;}
			100%{border-bottom-color: #E4E4E4;}
		}
		@keyframes fadecolor
		{
			0% {border-bottom-color: #CCC;}
			100%{border-bottom-color: #E4E4E4;}
		}

/*------------------------------------*\
    ZELDATHON MARATHON SELECTION
\*------------------------------------*/

#zeldathon-list {
	display: none;
	padding: 2em;
}
#pageslide #zeldathon-list {
	display: block;
}
	#zeldathon-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#zeldathon-list ul li {
		margin-bottom: .4em;
	}
	#zeldathon-list ul li a {
		display: inline-block;
		color: #777;
		font-size: .8em;
		line-height: 1.3em;
	}
		#zeldathon-list ul li a:hover {
			color: #333;
		}
	#zeldathon-list ul li a.current_page_item {
		color: #181818;
		font-weight: 600;
	}
	#zeldathon-list .revisithead {

	}
		#zeldathon-list .revisithead h4 {
			color: #181818;
			font-size: .8em;
			text-transform: uppercase;
		}
span.more-zeldathons {
	display: block;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1000;
	margin-top: -22.5px;
}
	span.more-zeldathons:before {
		content: ' ';
		display: block;
		position: absolute;
		top: 3px;
		right: 0;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #FFF transparent transparent;
	}
span.more-zeldathons a {
	display: inline-block;
	height: 25px;
	width: 40px;
	padding-left: 1.8em;
	background: url(img/white-menu.png) no-repeat center center;
}
.rsUni .rsGCaption {
	position: absolute !important;
	z-index: 999 !important;
	top: 34%;
	width: 100% !important;
	text-align: center !important;
	background: transparent !important;
}
.rsArrowLeft {
	background: rgba(255,255,255,.3) url(img/past-up-arrow.png) center center no-repeat;
}
.rsArrowRight {
	background: rgba(255,255,255,.3) url(img/past-down-arrow.png) center center no-repeat;
}
#pageslide .rightMenu {
	position: relative;
	text-align: center;
	height: 100%;
	background: #181818;
}
	#pageslide .rightMenu ul {
		margin: 0;
		padding: 1.6em 0;
		list-style: none;
	}
	#pageslide .rightMenu ul li {
		display: block;
	}
	#pageslide .rightMenu a {
		display: inline-block;
		float: none;
		padding: .4em 0;
		border-right: 0;
	}
	#pageslide .rightMenu a.closethis {
		display: block;
		color: #FFF;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* ---- // Homepage // ---- */

#streamWindow {
	transition: .2s linear;
	-webkit-transition: .2s linear;
}
#stream {
	position: relative;
	margin: 0 auto;
	padding: .3em;
	width: 75%;
	max-width: 1200px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #222;
	box-shadow: 0 0 60px rgba(0,0,0,.7);
	z-index: 10;
}
	#featured {
		position: relative;
		overflow: hidden;
	}
	#featured .featuredstreamcontainer {
		position: relative;
		float: left;
		width: 100%;
		transition: width .2s linear;
		-webkit-transition: width .2s linear;
		z-index: 10;
	}
	#featured .featuredchat {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
		height: 100%;
		width: 35%;
		min-width: 300px;
		z-index: 1;
		padding-bottom: 32%;
	}
		#featured .featuredchat iframe {
			height: 100%;
			width: 100%;
			min-height: 335px;
		}
	#featured .biggerFeaturedStream {
		width: 65%;
	}
	.stream-controls {
		position: absolute;
		top: 0;
		right: -75px;
		bottom: 0;
		text-align: center;
		padding: 1.2em 0;
		clear: both;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
		.stream-controls a {
			display: block;
			color: #FFF;
			width: 60px;
			font-size: .7em;
			font-weight: 400;
			line-height: 1.2em;
			text-align: center;
			padding-top: 35px;
			margin: .4em .4em 2em .4em;
			background-position: top center;
			background-repeat: no-repeat;
			opacity: .5;
		}
			.stream-controls a:hover, .chaton {
				opacity: 1 !important;
			}
			.stream-controls a.togglechat {
				background-image: url(img/togglechat.png);
			}
			.stream-controls a.newstream {
				background-image: url(img/newstream.png);
			}
			.stream-controls a.tweetchallenge {
				background-image: url(img/tweetchallenge.png);
			}
			.stream-controls a.schedule {
				background-image: url(img/schedule.png);
			}
	.dark {
		background: rgba(0,0,0,.8) !important;
	}

.marathon-info {
	position: relative;
	margin-top: 2.6em;
	background: #E4E4E4;
}
	.marathon-info .wrapper {
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
		padding: 3em 10%;
	}

/* ---- // Fan Art // ---- */

.fan-art-wrap {
	position: relative;
	height: 520px;
}
	.fan-art-overlay {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background: rgba(51,51,51,.8);
		z-index: 2;
	}
#fan-art-slider {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: #2C2C2C;
	box-shadow: inset 0 -1px 4px rgba(0,0,0,.4);
}
	#fan-art-slider .artStuff {
		position: absolute;
		top: 36%;
		width: 100%;
		text-align: center;
		padding: 0;
		z-index: 900;
		background: none;
	}
.ngg-gallery-thumbnail {
	float: none !important;
}
.ngg-galleryoverview {
	width: 99.2% !important;
	margin: 0 !important;
	padding: .4%;
	background: #FFF;
}
.ngg-gallery-thumbnail-box {
	width: 13.48%;
	width: -webkit-calc(94.4% / 7);
	width: calc(94.4% / 7);
	float: left;
	margin: 0 !important;
	padding: .4%;
}
.ngg-gallery-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.nivoSlider img {
    height: auto !important;
    width: 100% !important;
}
body.page-template-art-php .hentry p {
	display: none;
}
#submit-art {
	height: 0;
	overflow: hidden;
	width: 100%;
	background: #E4E4E4;
}
	#submit-art form {
		width: 90%;
		max-width: 1140px;
		padding: 1em 0;
		margin: 0 auto;
	}
	#submit-art form h5 {
		margin: 1.67em 0;
	}
		#submit-art form h5 span {
			display: inline-block;
			padding: .4em;
			margin-right: .4em;
			height: 16px;
			width: 16px;
			text-align: center;
			color: #FFF;
			line-height: 16px;
			background: #CCC;
			border-radius: 50%;
			-moz-border-radius: 50%;
		}
	#submit-art form label {
		position: absolute;
		top: 12px;
		left: 3%;
		color: #BBB;
		font-style: italic;
	}
	#submit-art form input[type="text"] {
		width: 80%;
	}
	#submit-art form .form-wrap {
		position: relative;
	}
	#submit-art form input#uploadimage_btn {
		padding: 1.3em 2.6em !important;
	}
	.upload_error {
		position: absolute;
		top: 60px;
		color: #FFF;
		font-size: .9em;
		font-weight: 600;
		text-align: center;
		padding: .8em 0;
		width: 100%;
		background: #2c2c2c;
		z-index: 1000;
	}
		.upload_error a.close {
			position: absolute;
			right: 20px;
			display: inline;
			color: #555;
			font-weight: 700;
		}
	#uploadimage .upload, #submit-art .imageInfo, #submit-art .submitstuff {
		float: left;
		width: 33.33%;
	}
	#uploadimage .upload input {
		font-size: .8em;
		background: transparent;
	}
.gallery-wrap {
	min-height: 200px;
	background: #FFF;
}
.center-message {
	position: absolute;
	top: 50%;
	padding: 0 7.5%;
	width: 85%;
	margin-top: -200px;
	text-align: center;
	text-transform: uppercase;
}
	.center-message h2 {
		color: #FFF;
		font-size: 2.2em;
		font-weight: 400;
	}
	.center-message h2 span {
		font-weight: 700;
	}
	.center-message p {
		line-height: 1.4em;
	}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    FORMS
\*------------------------------------*/

/* ---- // General // ---- */

input, textarea {
	font-size: .9em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
input:focus {
	outline:0;
}
input[type="text"], textarea {
	padding: 1em 3% !important;
	border-radius: 2px;
	border: solid 2px #DDD;
	width: 90%;
	max-width: 500px;
}
textarea {
	height: 120px;
	width: 100%;
	max-width: 100%;
}
select {
	width: 90%;
	max-width: 300px;
}
input[type="file"] {
	padding: 1em 0 !important;
	background: #FFF;
	width: 90%;
	max-width: 300px;
}
label {
	display: block;
	line-height: 1.2em;
	margin-bottom: .8em;
}
button {
	font-family: 'brandon-grotesque', Helvetica, sans-serif;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}

}

/*------------------------------------*\
    PAGESLIDE/CHAT
\*------------------------------------*/

#pageslide, #modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    background-color: #FFF;
    color: #FFF;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
	#modal ul {
		list-style: none;
	}
		#modal ul li a {
			font-weight: 600;
			text-transform: uppercase;
		}

/*------------------------------------*\
    DONATION & SUBPAGE STYLING 
\*------------------------------------*/

#donationHeader, #bigHeader {
	text-align: center;
	padding: 7em 0 6em;
	background-position: center center;
	background-size: cover;
}
	#donationHeader h3, #bigHeader h3 {
		color: #FFF;
		font-size: 1.4em;
		margin: 0;
	}
#donationPage {
	position: relative;
}
	div.separation {
		position: absolute;
		top: -30px;
		height: 30px;
		overflow: hidden;
		width: 100%;
	}
	div.separation > div.separation-left {
		position: absolute;
		width: 50%;
		height: 30px;
		top: 0;
		left: 0;
		background: #E4E4E4;
		margin: 0 0 0 -20px;
	}
	div.separation > div.separation-right {
		position: absolute;
		width: 50%;
		height: 30px;
		top: 0;
		left: 50%;
		background: #E4E4E4;
		margin: 0 0 0 20px;
	}
	div.separation > div.separation-left:after {
		content: '';
		position: absolute;
		top: 0;
		right: -90px;
		height: 0;
		width: 0;
		border-left: 90px solid transparent;
		border-right: 90px solid transparent;
		border-bottom: 50px solid #E4E4E4;
	}
	div.separation > div.separation-right:after {
		content: '';
		position: absolute;
		top: 0;
		left: -90px;
		height: 0;
		width: 0;
		border-left: 90px solid transparent;
		border-right: 90px solid transparent;
		border-bottom: 50px solid #E4E4E4;
	}
#donationWrap {
	background: #FFF;
}
	.donationContainer {
		padding: 1.2em 0 2.2em;
		background: #E4E4E4;
		border-bottom: solid 1px #DDD;
	}
		.donationContainer h3 {
			background: #F4F4F4 !important;
			margin: 0 auto;
		}
	.donationWars {
		text-align: center;
		padding: .6em 0;
		border-bottom: solid 1px #E4E4E4;
		background: #F7F7F7;
	}
		.donationWarsWrap {
			padding: 2em 0;
		}
		#donationWrap .donationWarsWrap h3.section-title {
			background: #F7F7F7;
			margin: 0 auto;
		}
		a.show-wars {
			position: relative;
			color: #AAA;
			font-size: .7em;
			font-weight: 600;
			text-transform: uppercase;
			margin: 0 auto;
		}
		a.show-wars:after {
			content: '▾';
			display: block;
			color: #CCC;
			width: 0;
			height: 0;
			position: absolute;
			right: -10px;
			top: -4px;
		}
	#donationWrap .content {
		max-width: 700px;
		padding: 2em 0;
	}
	#donationWrap h1 {
		color: #444;
		margin: .6em 0;
	}
	#donationWrap h3 {
		background: #FFF;
	}
	#donationWrap hr {
		margin: -15px 0 48px;
	}
	#donationWrap .field {
		position: relative;
		margin: 2em 0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	#donationWrap .field.input label {
		position: absolute;
		top: 20px;
		left: 3%;
	}
	#donation-amount, .enable-bonus {
		position: relative;
		width: 90%;
		max-width: 820px;
		margin: 0 auto;
	}
	#donation-amount {
		margin-bottom: 2em;
	}
		.enable-bonus div {
			float: left;
			width: 50%;
		}
		.enable-bonus img {
			float: left;
			display: inline;
			margin-right: 5%;
		}
		.enable-bonus span {
			font-size: .7em;
			font-weight: 600;
			text-transform: uppercase;
		}
		.enable-bonus p {
			font-size: 1em;
			line-height: 1em;
			margin: 0;
		}
    	#no-punishments, .minecraftUser, #donatemoreToWhileList {
        	display: none;
    	}
    		#punishments {
    			display: none;
    		}
		#other {
			position: absolute;
			top: 0;
			left: 0;
			right: 17%;
			background: #FFF;
			border-radius: 3px;
			-moz-border-radius: 3px;
			border: solid 2px #DDD;
			overflow: hidden;
		}
			#other input {
				font-size: 2.6em;
				width: 100%;
				padding: .54em 10% !important;
				border: 0;
				text-indent: 6%;
			}
			#other .field {
				margin: 0;
			}
			#other label {
				position: absolute;
				color: #AAA;
				top: 34px;
				left: 13%;
				font-size: 1.6em;
			}
			span.dollar-sign {
				position: absolute;
				left: 6.5%;
				color: #AAA;
				z-index: 900;
				font-size: 2.6em;
				line-height: 120px;
			}
			a.closethis {
				position: absolute;
				top: 0;
				right: 32px;
				font-size: 1.4em;
				line-height: 120px;
				z-index: 100;
			}
			.minecraft, .donationwheel {
				opacity: .3;
				transition: linear .2s;
				-moz-transition: linear .2s;
				-webkit-transition: linear .2s;
			}
	#donationWrap .minecraft-option {
		display: none;
	}
	#donationWrap .fieldamount {
		position: relative;
		float: left;
		display: inline-block;
		text-align: center;
		margin: 0 .5%;
		width: 16%;
		width: -webkit-calc(94% / 6);
		width: calc(94% / 6);
		border-radius: 3px;
		-moz-border-radius: 3px;
		overflow: hidden;
		background: #C9C9C9;
		transition: linear .1s;
		-moz-transition: linear .1s;
		-webkit-transition: linear .1s;
	}
		#donationWrap .otheramount {
			float: right;
		}
		#donationWrap .fieldamount label {
			font-size: 1.6em;
			line-height: 120px;
			letter-spacing: -1px;
			margin: 0;
			cursor: pointer;
		}
		#donationWrap .fieldamount label.other {
			font-size: 1em;
			text-transform: uppercase;
		}
		#donationWrap .fieldamount label.active {
			color: #FFF;
		}
		#donationWrap .fieldamount input[type="radio"] {
			position: absolute;
			left: -999px;
		}
		#donationWrap .fieldamount:hover {
			background: #CCC;
		}
	button.submitForm {
		font-size: 1.2em;
		padding: .8em 2em;
	}
	span#no-punishments, .redwarning {
		position: relative;
		display: block;
		color: #af4d5f;
		font-size: .9em;
		padding: .75em 2%;
		background: #EFD8D7;
	}
		span#no-punishments:before
                {
			content: '';
			position: absolute;
			top: -10px;
			left: 10%;
			height: 0;
			width: 0;
			border-left: 16px solid transparent;
			border-right: 16px solid transparent;
			border-bottom: 10px solid #EFD8D7;
		}
	.donation-action {
		text-align: center;
	}
	p.donation-disclaimer {
		color: #999;
		font-size: .8em;
		line-height: 1.4em;
		text-align: center;
	}

/*------------------------------------*\
    THANK YOU
\*------------------------------------*/

.server {
	float: left;
	text-align: center;
	height: 400px;
	width: 33.33%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.server h3 {
		color: #FFF;
		font-weight: 600;
		line-height: 400px;
		width: 100%;
		margin: 0;
	}
	.survival {background-image: url(img/survival-back.jpg);}
	.creative {background-image: url(img/creative-back.jpg);}
	.minigame {background-image: url(img/minigame-back.jpg);}


/*------------------------------------*\
    SCHEDULE
\*------------------------------------*/

body.home #schedule,
body.home2 #schedule {
	position: relative;
	background: #FFF;
}
#schedule .content {
	max-width: 880px;
}
.scheduleWrap {
	position: relative;
	padding: 1em 0;
}

/*------------------------------------*\
    PAST ZELDATHONS - GALLERY
\*------------------------------------*/

span.next a, span.previous a {
	position: absolute;
	top: 50%;
	color: #FFF;
	font-size: .7em;
	line-height: 1.4em;
	text-align: center;
	margin-top: -70px;
	padding-top: 100px;
	width: 80px;
	opacity: .5;
}
	span.next a:hover, span.previous a:hover {
		opacity: 1;
	}
span.previous a {
	left: 30px;
	background: url(img/left-arrow.png) no-repeat top center;
}
span.next a {
	right: 30px;
	background: url(img/right-arrow.png) no-repeat top center;
}
.infographic {
	position: relative;
	background: #FFF;
}
	.infographic:before {
		content: ' ';
		display: block;
		position: absolute;
		top: -12px;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #FFF;
		margin-left: -11px;
	}
	.infographic h2 {
		color: #FFF;
		font-weight: 300;
		text-align: center;
		margin-top: 0;
	}
	.infographic .content {
		max-width: 920px;
		padding: 3.6em 2%;
		background: #FFF;
	}
	.infographic .content div {
		float: left;
		text-align: center;
		width: 33.33%;
	}
	.infographic .content div img {
		max-width: 100px;
		margin: 0 auto .8em;
		opacity: .25;
	}
	.infographic .content div span {
		display: block;
		color: #AAA;
	}
	.infographic .content h3 {
		color: #444;
		font-size: 2em;
		font-weight: 700;
		line-height: 1em;
		margin: 0;
	}
	.gallery {
		position: relative;
		width: 80%;
		padding: 3em 10%;
		background: rgba(24,24,24,.7);
	}
		.gallery h2 {
			color: #FFF;
			font-weight: 300;
			text-align: center;
		}
		.gallery p {
			display: none;
		}
		.gallery .ngg-galleryoverview {
		background: transparent;
	}
		.gallery .ngg-gallery-thumbnail-box {
		width: 16%;
		width: -webkit-calc(96% / 5);
		width: calc(96% / 5);
	}

/*------------------------------------*\
    FLEXSLIDER
\*------------------------------------*/

.flexslider .slides img, .flexslider .slides > li {
	min-height: 580px;
}

/*------------------------------------*\
    TABLES
\*------------------------------------*/

.pullTable {
	color: #777;
	width: 100%;
	min-height: 300px;
}
	.donationWars .pullTable {
		font-size: .9em;
	}
.pullTable th, .pullTable td {
	text-align: left;
	padding: .8em 2% .6em;
	line-height: 1.2em;
	vertical-align: middle;
	width: 20%;
	border-bottom: solid 1px #DDD;
	word-wrap: break-word;
}
	.pullTable th {
		color: #444;
		font-size: .8em;
		font-weight: 700;
		text-transform: uppercase;
	}
	.pullTable tr.odd {
		background: #E4E4E4;
	}
	.pullTable td:first-child {
		color: #444;
		font-weight: 700;
	}
		#schedule .pullTable td:first-child {
			font-size: .7em;
		}
	.donationWars .pullTable td {
		padding: 0 2% !important;
	}
	.donationWars .pullTable thead tr:first-child {
		display: none;
	}

/*------------------------------------*\
    MODALS
\*------------------------------------*/

.mfp-content #modalWrap {
	margin: 8em 10%;
}
	.mfp-content #modalWrap .content:before, .mfp-content #modalWrap #donationPage:before {
		content: ' ';
		display: block;
		position: absolute;
		top: -12px;
		left: 50%;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #F4F4F4;
		margin-left: -11px;
	}
	.mfp-content #modalWrap #donationPage .content:before {
		border-bottom: 12px solid #E4E4E4;
	}
	.mfp-content #donationPage, .mfp-content #modalWrap #schedule {
		max-width: 920px;
		margin: 0 auto;
	}
	.mfp-content #modalWrap h1 {
		display: block;
		margin-bottom: .4em;
	}
	.mfp-content #modalWrap .separation {
		display: none;
	}
	.mfp-content .donationContainer {
		padding: 2.2em 0;
	}
	.modalTitle {
		display: none;
	}
		.mfp-content .modalTitle {
			display: inline-block;
			text-align: center;
			width: 100%;
		}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #181818;
	opacity: 0.92;
	filter: alpha(opacity=92);
}
.mfp-wrap {
	top: 0;
	left: 0;
 	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
      color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -22px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 68px;
	font-weight: 300;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
	color: #FFF;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	.mfp-arrow:active {
		margin-top: -54px;
	}
	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}
	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}
	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
	}
.mfp-arrow-left {
	left: 0;
}
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid white;
		margin-left: 31px;
	}
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f;
	}
.mfp-arrow-right {
	right: 0;
}
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid white;
		margin-left: 39px;
	}
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3f3f3f;
	}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}
	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: black;
	}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    		background: #444444;
    	}
	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}
	.mfp-figure figure {
		margin: 0;
	}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.96;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
    		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {
	.shareIt {
		display: none;
	}
	#stream {
		padding: .3em;
	}
	.stream-controls {
		position: static;
		float: left;
		clear: both;
		width: 100%;
		padding: .8em 0;
	}
	.stream-controls a {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0;
	}
	.ngg-gallery-thumbnail-box {
		width: 24.2%;
		width: -webkit-calc(96.2% / 4);
		width: calc(96.2% / 4);
	}
	.gallery .ngg-gallery-thumbnail-box {
		width: 24.2%;
		width: -webkit-calc(97.5% / 3);
		width: calc(97.5% / 3);
	}
	.mfp-content #modalWrap {
		margin: 8em 5% 0 5%;
	}
	.center-message {
		position: relative;
		top: 0;
		margin: 0;
		padding: 5em 25% 4em;
		width: 50%;
	}
		.center-message h2 {
			font-size: 1.9em;
		}
	.footerInner .copy, .footerInner .fff img, .footerInner .fff ul {
		float: none;
		clear: both;
	}
	.footerInner .fff ul {
		padding: .8em 0;
	}
	.footer {
		text-align: center;
	}
	body.page-template-past-main-php .footer {
		position: relative;
	}
	/* Navigation */
	.nav a.nav-button {
		position: absolute;
		top: 0;
		display: block;
		height: 60px;
		width: 35px;
		margin-right: 12px;
		z-index: 9999;
		opacity: 1;
		cursor: pointer;
		border-right: solid 1px #222;
		padding: 0 1.4em;
		background: transparent url(img/white-menu.png) center center no-repeat;
	}
	.nav ul.menu {
		position: absolute;
		top: 62px;
		left: 0;
		right: 0;
		float: none;
		display: none;
		z-index: 998;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: #FFF;
		clear: both;
	}
	.nav ul.menu li {
		display: none;
		height: auto;
		width: 100%;
		margin: 0;
		border-top: solid 1px #DDD;
	}
	.nav ul.menu li a {
		opacity: 1;
		float: none;
		display: block;
		color: #999;
		font-size: 16px;
		text-indent: 0;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 8px 0 !important;
		margin: 0;
		border: 0;
		background: none;
	}
	.nav ul.menu li a:hover {
		background-color: transparent;
		border-top-color: transparent;
	}
	.nav ul.menu > li:first-child {
		border-top: 0;
	}

	/* Toggle the navigation bar open  */

	.nav ul.menu.open { 
		display: block;
		height: auto; 
	}
	.nav ul.menu.open li { 
		display: block; 
	}
}
@media only screen and (max-width:540px) {
	/* Typography */
	h1 {
		font-size: 2.6em;
		line-height: 1em;
	}
	h2.page-subtitle {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1em;
	}
	/* Menu */
	.nav .rightMenu a.slidemenu {
		display: block;
	}
	.donation-total {
		display: none;
	}
	/* Header */
	#donationHeader, #bigHeader {
		padding: 6em 5% 4.6em;
	}
	/* Content */
	#donationWrap .content {
		padding: 1.8em 0;
	}
	#donationWrap .fieldamount {
		margin: .5%;
		width: 33%;
		width: -webkit-calc(97% / 3);
		width: calc(97% / 3);
	}
		#donationWrap .otheramount {
			float: left;
		}
		#donationWrap .fieldamount label {
			line-height: 100px;
		}
		#other {
			right: 0;
		}
		a.closethis, span.dollar-sign {
			line-height: 102px;
		}
		#other input {
			text-indent: 18%;
			padding: .36em 10% !important;
		}
	.enable-bonus div {
		float: none;
		width: 100%;
	}
	.minecraft {
		margin-bottom: 1.2em;
	}
	.enable-bonus img {
		max-width: 40px;
	}
	.fan-art-wrap {
		height: 320px;
	}
	#fan-art-slider .artStuff {
		top: 45%;
	}
	.ngg-gallery-thumbnail-box {
		width: 100%;
		margin: .4em 0 .2em !important;
	}
	.center-message h2 {
		font-size: 1.2em;
	}
	a.submitArt {
		display: none;
	}
	span.more-zeldathons {
		top: 136px;
	}
	body.page-template-past-php .logo {
		padding: 8em 0 4em;
	}
	.infographic .content {
		padding: 3em 2%;
	}
	.infographic .content div {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 3em;
	}
		.infographic .content div.past-members {
			margin: 0;
		}
	.gallery .ngg-gallery-thumbnail-box {
		width: 100%;
		margin-bottom: .6em !important;
	}
	.server {
		float: none;
		height: 200px;
		width: 100%;
	}
	.server h3 {
		line-height: 200px;
	}
	.mfp-content #modalWrap {
		margin: 8em 0 0 0;
	}
	/* Footer */
	.footerInner .copy {
		font-size: .6em;
	}
}
@media only screen and (max-width:1010px) {
	.stream-controls a.togglechat, #featured .featuredchat {
		display: none !important;
	}
	#featured .biggerFeaturedStream {
		width: 100%;
	}
}
@media only screen and (max-width:1140px) {
	#stream {
		width: 80%;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}

/*  Trailer Styles  */
#trailerHolder {
	padding: 6em 0 4em;
	background-image: url(img/oldzeldathon.jpg);
	background-color: #222;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}
	#trailerHolder #stream {
		box-shadow: none;
	}
	#trailerHolder #stream.trailer {
		padding: 0;
	      -webkit-animation: fadein 6s;
	       -moz-animation: fadein 3s;
	        -ms-animation: fadein 3s;
	         -o-animation: fadein 3s;
	            animation: fadein 3s;
	}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​