button, html, input, select, textarea {
	color: #222;
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	font-weight: 300 !important;
}
body, html {
	-webkit-text-size-adjust: 100%
}
body {
	font-size: 1em;
	line-height: 1.4;
	font-family: 'Montserrat', 'Helvetica', sans-serif !important;
	font-weight: 300;
	background-color: #6E6E6E
}
::-moz-selection {
	background: #bcbc04;
	color: fff;
	text-shadow: none
}
::selection {
	background: #bcbc04;
	color: fff;
	text-shadow: none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
img {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}
.ie7 .title {
	padding-top: 20px
}
a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
h1, h2 {
	color: #fff;
	opacity: 1;
	font-size: 4.6em;
	font-weight: 300;
	line-height: .57em;
	letter-spacing: .005em;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table-cell;
	text-align: center;
	z-index: 2;
	position: relative;
	vertical-align: middle
}
.fix-work h2 {
	color: #fff;
	font-size: 3.6em;
	height: 3em
}
.subtitle {
	color: #fff;
	opacity: .8;
	font-size: .35em;
	font-weight: 300;
	line-height: 100%;
	margin: 1% 0;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: block
}
.subtitle-a {
	letter-spacing: .04em;
	color: #fff;
	opacity: 1s;
	font-size: .401em;
	line-height: 80%;
	margin: 1% 0;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: block
}
.subtitle-b {
	color: #fff;
	opacity: .8;
	font-size: 1em;
	line-height: 100%;
	margin: 1% 0;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: block
}
.clemens {
	font-size: 1.8em;
	letter-spacing: normal
}
.intro h1 {
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.header-container {
	position: absolute;
	width: 100%;
	z-index: 5;
	display: none
}
nav ul {
	text-align: center;
	padding: 0;
	position: fixed;
	width: 100%
}
nav ul li {
	display: inline;
	padding: 20px
}
nav a {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}
nav a:hover {
	color: #fff
}
.intro {
	width: 100%;
	position: relative;
	z-index: 2;
	height: 2000px
}
.fix {
	display: table;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 3
}
.fix-work {
	display: table;
	width: 100%;
	min-height: 12em
}
.arrow {
	position: fixed;
	bottom: 4%;
	left: 50%;
	z-index: 3;
	color: #fff;
	padding: 20px 45px;
	margin-left: -45px;
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-animation: pulse 1s ease-in-out infinite alternate;
	-moz-animation: pulse 1s ease-in-out infinite alternate;
	animation: pulse 1s ease-in-out infinite alternate;
	outline: 0;
	border: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
@-webkit-keyframes pulse {
	0% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}
@keyframes pulse {
	0% {
		opacity: .4
	}
	100% {
		opacity: 1
	}
}
.arrow:hover {
	bottom: 3%
}
.arrow::after, .arrow::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 6px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border: none
}
.arrow::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.arrow::before {
	margin: 0 0 0 -17px
}
.work {
	background-color: #8899B5;
	z-index: 4;
	position: relative
}
.thumbs {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.thumbs:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}
.about {
	padding: 0;
	background-color: #686868;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 400px;
	z-index: 4
}
.about-text {
	display: table;
	top: 0;
	left: 0;
	height: 100%;
	width: 75%;
	margin: 0 auto
}
.about-text p {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 200%;
	line-height: 140%
}
.about-text a {
	color: #fff;
	vertical-align: bottom;
	font-size: 100%;
	text-decoration: none
}
.about-text a:hover {
	text-decoration: underline
}
.about img {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	padding: 20px 15px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.about img:hover {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-ms-transform: scale(1.5)
}
a.talk {
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	text-decoration: none
}
a.talk:hover {
	color: #bcbc04;
	border-bottom: 1px solid #bcbc04;
	text-decoration: none
}
.contact {
	padding: 0;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 400px;
	z-index: 4;
	overflow: hidden
}
#big-video-wrap {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: .15
}
.contact-text {
	display: table;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999
}
.another-wrap {
	background-color: #555;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
#video_background {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	opacity: .4
}
.main-container {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.menu {
	position: fixed;
	top: 5px;
	left: 10px;
	padding:10px;
	margin: 0;
	cursor: pointer;
	z-index: 6;
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=1);
	opacity: 1
}
.menu:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
.menu.sidebar-open .menu-toggle-hr {
	display: none
}
.menu.sidebar-open {
	left: 100px;
	padding: 20px;
	position: fixed;
	width: 35px;
	height: 35px;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 6
}
.menu.sidebar-open::after, .menu.sidebar-open::before {
	content: '';
	position: absolute;
	width: 40%;
	height: 3px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border: none
}
.menu.sidebar-open::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.menu.sidebar-open:hover::after, .menu.sidebar-open:hover::before {
	background: #fff
}
.sidebar {
	width: 160px;
	position: fixed;
	z-index: 5;
	left: 0;
	bottom: 0;
	height: 100%;
	background-color: #2A2A2A;
	margin-left: -161px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-right: 0 solid #fff;
	overflow-y: auto
}
.sidebar .side-social a {
	border-bottom: none
}
.sidebar-open {
	display: block;
	margin-left: 0
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0
}
.sidebar a {
	font-size: 1.1em;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fff;
	-ms-filter: "alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8
}
.sidebar a:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	border-bottom: 1px dotted #fff
}
.sidebar a.nav-off, a.nav-off {
	color: #fff
}
.sidebar a.nav-on, nav a.nav-on {
	color: #bcbc04
}
.sidebar img {
	height: 25px
}
.grid {
	list-style: none;
	padding: 5% 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	max-width: 1700px
}
.grid li {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	height: auto;
	width: 30%
}
.grid li>a, .grid li>a img {
	border: none;
	outline: 0;
	display: block;
	position: relative;
	width: 99%
}
.grid li.expanded>a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #56719c;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px
}
.clearfix:after {
	height: 0;
	visibility: hidden
}
.expander {
	position: absolute;
	background: #56719c;
	top: auto;
	left: 0;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	height: 0;
	overflow: visible;
	padding-bottom: 250px
}
.expander-inner {
	padding: 40px 20px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 4
}
.close::after, .close::before {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 3px;
	background: #b3dbf1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.close:hover::after, .close:hover::before {
	background: #fff
}
.details, .fullimg {
	width: 55%;
	float: left;
	height: 100%;
	overflow: visible;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.details {
	width: 45%;
	padding: 0 20px
}
.fullimg {
	text-align: center
}
.fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%
}
.details h3 {
	color: #fff;
	font-weight: 500;
	font-size: 250%;
	line-height: 100%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: normal;
	max-width: 80%
}
.details h3::first-line {
	max-width: 85%
}
.details p {
	font-weight: 400;
	font-size: 120%;
	line-height: 25px;
	color: #b3dbf1;
	letter-spacing: 2px
}
.details p p {
	font-size: 80%;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 1.5em
}
.details a {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	display: inline-block;
	margin: 30px 0 0;
	outline: 0;
	border: 1px solid #fff
}
.details p p a {
	font-weight: inherit;
	font-size: inherit;
	color: #fff;
	background-color: transparent;
	text-transform: none;
	letter-spacing: inherit;
	padding: 0;
	display: inline;
	margin: 0;
	outline: 0;
	border: none;
	border-bottom: 1px solid #fff
}
.details p p a::after {
	content: '';
	display: none
}
.details a::after {
	content: '\2192';
	display: inline-block;
	margin-left: 10px
}
.details a:hover {
	color: #bcbc04;
	border-color: #bcbc04;
	text-decoration: none
}
.details p p a:hover {
	color: #bcbc04;
	border-bottom: 1px solid #bcbc04;
	text-decoration: none
}
.loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader .5s infinite ease-in-out both;
	-moz-animation: loader .5s infinite ease-in-out both;
	animation: loader .5s infinite ease-in-out both
}
@-webkit-keyframes loader {
	0% {
		background: #ddd
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
	}
}
@-moz-keyframes loader {
	0% {
		background: #ddd
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
	}
}
@keyframes loader {
	0% {
		background: #ddd
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
	}
}
#contact-form {
	padding: 0 20%;
	text-align: left;
	display: table-cell;
	vertical-align: middle
}
#contact-form .error {
	padding: 15px;
	background: #bcbc04;
	opacity: .63;
	display: block
}
mark {
	font-style: normal;
	color: #b3dbf1
}
mark h2 {
	color: #b3dbf1;
	font-weight: 400
}
mark.validate {
	display: inline-block;
	background: 0 0
}
#contact-form input, #contact-form select, #contact-form textarea {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: 0 0;
	border: none;
	margin: 2% 0;
	font-size: 150%;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	position: relative;
	border-radius: 0
}
#contact-form input#verify {
	width: 255px
}
#contact-form textarea {
	width: 100%
}
#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus {
	background-color: #fff;
	opacity: .5;
	color: #686868;
	outline: 0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#contact-form input.error, #contact-form select.error, #contact-form textarea.error {
	background: 0 0;
	color: #EF1717
}
#contact-form input.submit {
	width: 7em;
	cursor: pointer;
	position: relative;
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
	background: 0 0;
	margin: 20px 0 0;
	font-size: 125%;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #fff;
	float: right;
	border-radius: 0
}
#contact-form input.submit:hover {
	color: #7c7c7c;
	border: 1px solid #bcbc04;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background: #bcbc04
}
#contact-form legend {
	padding: 7px 10px;
	font-weight: 700;
	color: #000;
	border: 1px solid #eee;
	margin-bottom: 0 !important
}
#contact-form span.required {
	font-size: 13px;
	color: red
}
#message {
	margin: 1em 0;
	padding: 0;
	display: block;
	background: 0 0
}
.error_message {
	height: 22px;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #0C9AA8;
	display: none
}
.loader {
	padding: 0 10px
}
#contact-form #success_page h1 {
	font-size: 400%;
	color: #fff;
	display: block;
	padding-top: 10%
}
::-webkit-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}
:-moz-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}
::-moz-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}
:-ms-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}
@media only screen and (max-width:480px) {
	.fix {
		position: static
	}
	.expander {
		padding-bottom: 0
	}
	ul#grid li:nth-child(3) div.expander {
		padding-bottom: 40px
	}
	#TheSequence img {
		height: 100%;
		width: auto
	}
	html {
		font-size: 50%
	}
	.grid li {
		width: 90%
	}
	h1 span {
		font-size: 60%;
		line-height: 100%
	}
	.intro h1 span.subtitle-a {
		font-size: .28em
	}
	.about-text p {
		font-size: 120%;
		line-height: 120%
	}
	#contact-form {
		padding: 0 10%
	}
	.close {
		top: 60px;
		right: 30px
	}
	.arrow {
		position: absolute
	}
}
@media only screen and (min-width:480px) {
	.fix {
		position: static
	}
	.grid li {
		width: 25%
	}
	#contact-form {
		padding: 0 15%
	}
	.arrow {
		position: absolute
	}
}
@media screen and (max-width:700px) {
	html {
		font-size: 70%
	}
	.fullimg {
		display: none
	}
	.details {
		float: none;
		width: 100%
	}
	#contact-form {
		padding: 0 15%
	}
	.arrow {
		position: absolute
	}
	.about img {
		padding: 20px 2%
	}
}
@media only screen and (min-width:768px) {
	.grid li {
		width: 25%
	}
	#contact-form {
		padding: 0 18%
	}
}
@media screen and (min-width:850px) {
	#contact-form {
		padding: 0 25%
	}
}
@media screen and (max-width:850px) {
	.details p p {
		font-size: 85%
	}
	.arrow {
		position: fixed
	}
}
@media only screen and (min-width:1920px) {
	.header-container {
		display: block
	}
	.menu, .sidebar {
		display: none
	}
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}
.hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a, a:visited {
		text-decoration: none;
		border-bottom: 1px;
		border-bottom-style: solid
	}
	a[href]:after {
		content: " ("attr(href) ")"
	}
	abbr[title]:after {
		content: " ("attr(title) ")"
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: .5cm
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
}