*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:link {
	color: #BB319E;
	text-decoration:none;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
}

a:visited {
	color: #871970;
}

a:hover {
	color: #F394DF;
	text-shadow: 1px 1px 2px #1EB0E4;
}

a:active {
	color: #FBDFF5;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

p,
li {
	margin: 0 auto;
	font-size: 1.25em;
	padding-bottom: 1.5em;
	line-height: 1.5em;
	text-align: left;
	width: 60%;
}


html {
	padding: 0;
	margin: 0;
	height: 100%;
	border: 0;
	background: #fff;
}

body {
	font: 100% Dosis, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #777;
	margin: 0 auto;
	text-align: center;
	padding:0;
	border:0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#container {
	margin:0;
	width: 100%;
	padding: 0;
	position: relative;
}

#intro {
	margin: 0 auto;
	padding: 2px 5px 5px; 
	position: relative;
	width: 75%;
	z-index: 5;
}

#main {
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
}

.special {
	margin: 0 auto;
	width: 9em;
}

footer {
	color: #bbb;
	font-size: .8em;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
}

.logo,
.logo a {
	font-family: "Raleway Thin", Raleway, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}

.logotype,
.logotype a {
	font-family: "Raleway Thin", Raleway, Helvetica, Arial, sans-serif;
	font-size-adjust: 0.8;
	text-transform: lowercase;
}

.asterism {
	color: #111;
    font-family: "Gentium Plus","Gentium Basic","Gentium","GentiumAlt","Helvetica","Arial Unicode MS","Microsoft Sans Serif","Free Sans","DejaVu Sans","DejaVu Serif","Free Serif","TITUS Cyberbit Basic","Bitstream Cyberbit","Bitstream CyberBase","Doulos SIL","Code2000","Code2001";
    font-size-adjust: 0.8;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.noshow {
	display: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444; 
	font-family: "Raleway Thin", Raleway, Verdana, Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin: .6em auto; 
	text-align: center; 
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3,
.special {
	font-size: 1.75em;
}

h4,
h5,
h6 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.notice { color: #E21F46; }
.artwork a { opacity: 0.6; }
.artwork a:hover { opacity: 1; }
.artwork img { padding:1px; }


/* Media Queries */

@media screen and (max-width: 46.875em) {
	.logo img {
		display: block;
		margin: 0 auto !important;
	}
	
	.cs-style figure {
		max-width: 100%;
		width: 100%;
	}
}


/* Caption Overlay / Codrops */

.grid {
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

.grid li {
	display: inline;
	margin: 0;
	padding: 1em;
	position: relative;
	text-align: left;
}

.grid figure {
	margin: 0 auto;
	position: relative;
}

.grid figure img {
	display: block;
	max-width: 100%;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em;
	background: #00A7CE;
	color: #fff;
}

.grid figcaption span {
	font-size: 1.15em;
	position: relative;
	top: 35px;
	left: 10px;
}

.grid figcaption span img {
	display: inline;
}

.grid figcaption h3 {
	clear: both;
	color: #fff;
	font-size: 2.5em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.grid figcaption a.more {	
	background: #F68C1F;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

.cs-style figure {
	overflow: hidden;
	width: 540px;
}

.cs-style figure img {
	margin: 0 auto;
	padding: 0;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style figure:hover img,
.cs-style figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.no-touch .cs-style figure:hover figcaption img,
.cs-style figure.cs-hover figcaption img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.cs-style figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style figure:hover figcaption,
.cs-style figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style figcaption a.more {
	position: absolute;
	bottom: 40px;
	right: 35px;
}


/* Clear fixes */

clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
 
* html .clearfix { height: 1%; }