/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* @end */

/* @group Typography */

@font-face {
    font-family: 'simpson';
    src: url('../fonts/simpson-webfont.eot');
    src: url('../fonts/simpson-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/simpson-webfont.woff') format('woff'),
         url('../fonts/simpson-webfont.ttf') format('truetype'),
         url('../fonts/simpson-webfont.svg#helvregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
body {
	font: 24px/29px 'simpson', Arial, sans-serif;
	color: black;
}
a {
	text-decoration: none;
	color: black;
}
a:hover,
a.active {
	color: #009ada;
}
.float {
	float: left;
}
.hide {
	display: none;
}

/* @end */

/* @group Layout */

.container {
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	background: white;
	background: rgba(255, 255, 255, 0.99);
	width: 100%;
	height: 96px;
	position: fixed;
	top: 0;
	z-index: 100;
}
#header .container {
	height: 96px;
	padding-top: 24px;
	padding-bottom: 12px;
}
.title {
	width: 168px;
}
a:hover .text {
	color: black;
}
.menu1 {
	width: 122px;
}
.menu2 {
	width: 122px;
}
.description .text {
	color: #009ada;
	padding-right: 30px;
}
.description .info {
	width: 300px;
	position: absolute;
	top: 104px;
	display: none;
}
.description.white .info {
	color: white;
}
.extra {
	color: #009ada;
}
.extra .links div:hover,
.extra .active {
	color: black;
}
.extra .share {
	color: black;
	position: absolute;
	top: 104px;
	display: none;
}
.extra .share.white a {
	color: white;
}
.extra .share.white a:hover {
	color: #009ada;
}
.links .float {
	cursor: pointer;
	width: 30px;
}
.links .float:hover,
.links .float.active {
	color: black;
}

/* @end */

/* @group Content */

#content {
	margin: 96px auto 24px;
}
.image,
.thumb {
	line-height: 0;
}
.image {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.image.grey img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.image .overlay {
	background-color: #009ada;
	background-color: rgba(0, 154, 218, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
}
.thumb {
	width: 216px;
	margin-bottom: 12px;
	position: relative;
	cursor: pointer;
}
.thumb.grey img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.thumb .overlay {
	color: black;
	line-height: 29px;
	background-color: #009ada;
	background-color: rgba(0, 154, 218, 0.4);
	width: 100%;
	height: 100%;
	padding: 8px 12px 12px;
	position: absolute;
	top: 0;
	overflow: hidden;
	display: none;
}

/* @end */

/* @group Home */

.home #content {
	opacity: 0;
}

/* @end */

/* @group Styling */

.styling #content {
	opacity: 0;
}

/* @end */

/* @group Gallery */

.gallery #content {
	opacity: 0;
}
.gallery .infotemp {
	display: none;
}
.gallery .images {
	position: relative;
}
.gallery .image {
	display: none;
}
.gallery .thumbs {
	display: none;
}
.gallery .click {
	width: 450px;
	height: 600px;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.gallery .click.prev {
	left: 0;
}
.gallery .click.next {
	right: 0;
}

/* @end */

/* @group Text */

#content .text {
	padding: 15px 96px 0 168px;
}
#content .text p {
	padding-bottom: 29px;
}
#content .text span {
	width: 122px;
	display: block;
	float: left;
}
body.casting {
	background: #938785;
}
body.casting #header {
	background: #938785;
	background: rgba(147, 135, 133, 0.99);
}
body.casting a:hover,
body.casting a.active {
	color: white;
}
body.profile {
	background: #009ada;
}
body.profile #header {
	background: #009ada;
	background: rgba(0, 154, 218, 0.99);
}
body.profile a:hover,
body.profile a.active {
	color: white;
}
body.contact {
	background: #fffef4;
}
body.contact #header {
	background: #fffef4;
	background: rgba(255, 254, 244, 0.99);
}
body.contact a:hover,
body.contact a.active {
	color: #d2232a;
}
body.contact .text {
	padding-right: 240px;
}

/* @end */