body {
	background: #f6f6f6;
	margin: 0;
	padding: 0;
	font-family: "greycliff-cf", sans-serif;
	}
a {
	text-decoration: none;
	color: #F1C40F;
	}
a:hover {
	text-decoration: none;
	color: #F1C40F;
	}
strong {
	font-weight: 600;
	}
#content {
	color: #37313c;
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-block;
	width: 100%;
	}
#content.header {
	position: fixed;
	z-index: 99;
	background: #ffffff;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0 0 20px -10px #ebebeb;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#content.splash {
	z-index: 99;
	background: #ebebeb;
	padding-top: 60px;
	padding-bottom: 110px;
	margin-top: 90px;
	}
#content-inner {
	max-width: 1080px;
	margin: 0 auto;
	color: #37313c;
	position: relative;
	padding: 0px;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 60px;
	box-shadow: 0 0 20px -10px #ebebeb;
	}
#splash-inner {
	max-width: 1000px;
	margin: 0 auto;
	color: #37313c;
	position: relative;
	padding: 0px;
	overflow: hidden;
	font-family: "greycliff-cf", sans-serif;
	font-size: 32px;
	letter-spacing: -.5px;
	font-weight: 500;
	}
#splash-inner a {
	margin-top: 20px;
	display: inline-block;
	color: #F1C40F;
	transition: border 1s;
	border-bottom: 3px solid #ebebeb;
	}
#splash-inner a:hover {
	margin-top: 20px;
	display: inline-block;
	border-bottom: 3px solid #F1C40F;
	}
#content-inner.white {
	background: #ffffff;
	}
#content-inner:first-of-type {
	margin-top: -90px !important;
	}
#content #mark {
	font-family: "greycliff-cf", sans-serif;
	display: block;
	font-size: 28px;
	margin-left: 0px;
	float: left;
	color: #37313c;
	font-weight: 600;
	padding-top: 26px;
	letter-spacing: -.5px;
	}
#content #mark img {
	height: 40px;
	}
#menu {
	display: block;
	max-width: 1080px;
	margin: 0 auto;
	text-align: right;
	}
#menu button {
	font-family: "greycliff-cf", sans-serif;
	font-size: 18px;
	color: #37313c;
	position: relative;
	background: #ffffff;
	overflow: hidden;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 34px;
	padding-bottom: 31px;
	display: inline-block;
	border: 0;
	margin-left: 20px;
	font-weight: 700;
	cursor: hand;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #ffffff;
	}
#menu button:hover {
	color: #F1C40F;
	background: #ffffff;
	border-bottom: 3px solid #F1C40F;
	}
#menu button.active {
	color: #F1C40F;
	background: #ffffff;
	}
.nopad {
	padding: 0px !important;
	overflow: hidden;
	}
#work-art {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 500px;
	float: left;
	margin-right: 50px;
	}
#work-art video {
	max-width: 500px;
	position: relative;
	z-index: 1;
	}
#work-art #plyr {
	max-width: 100%;
	min-width: 500px;
	margin: 0;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
	}
#work-info {
	z-index: 1;
	display: block;
	margin-top: 30px;
	}
#work-info .tag {
	color: #bbbbbb;
	font-size: 12px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	}
#work-info .title {
	font-size: 32px;
	line-height: 36px;
	color: #37313c;
	display: block;
	font-weight: 600;
	border-bottom: 3px solid #f6f6f6;
	padding-bottom: 30px;
	padding-right: 30px;
	letter-spacing: -.5px;
	}
#work-info .desc {
	font-family: "greycliff-cf", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #37313c;
	display: block;
	margin-top: 30px;
	font-weight: 400;
	padding-right: 30px;
	}
#work-info .desc a {
	}

@media screen and (max-width: 800px) {
	body {
		
		}
	#content {
		
		}
	}