body,
html {
	margin: 0;
	height: 100%;
	width: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	font-family: 'Open Sans Condensed', sans-serif;
	background: #EECA46;
	padding: 0;
	margin: 0;
	font-weight: bold;
	-webkit-transition: background 3s ease-in-out;
	-moz-transition: background 3s ease-in-out;
	-o-transition: background 3s ease-in-out;
	transition: background 3s ease-in-out;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	overflow-x: hidden;
}

/* Proper box-model */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Cleafix hack: IE6/7 support */

.clearfix {
	*zoom: 1;
}

/* Hide: keep in to bots and screen-readers */

.visuallyhidden {
	position: absolute;
	width: 1px;
	/* Setting this to 0 make it invisible for VoiceOver */
	height: 1px;
	/* Setting this to 0 make it invisible for VoiceOver */
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

/* Image replacement */

.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* Break string */

.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Ellipse string */

.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	/* Required for IE8 */
	-o-text-overflow: ellipsis;
	/* Required for Opera */
	text-overflow: ellipsis;
}

/* Make wrap in pre tags */

pre {
	white-space: pre-wrap;
	/* Chrome & Safari */
	white-space: -moz-pre-wrap;
	/* Mozilla since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}

/* Float classes */

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* Hide / Show classes */

.hide {
	display: none;
}

.show {
	display: block;
}

/* Disabled effect class */

.disabled {
	pointer-events: none;
	opacity: 0.5;
}

/* Links improvement */

a {
	text-decoration: none;
	color: #D25134;
	transition: all 0.3s ease-out;
	position: relative;
	padding: .5em;
	margin: -.5em;
}

a:hover {
	color: #D25134;
}

/* Print */

@media print {
	* {
		background: none !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		/* Images, vectors and such */
		filter: Gray();
		/* IE4-8: depreciated */
		filter: url('desaturate.svg#grayscale');
		/* SVG version for IE10, Firefox, Safari 5 and Opera */
		-webkit-filter: grayscale(100%);
		/* Chrome + Safari 6 */
		-moz-filter: grayscale(100%);
		/* Future proof */
		-ms-filter: grayscale(100%);
		/* Future proof */
		-o-filter: grayscale(100%);
		/* Future proof */
		filter: grayscale(100%);
		/* Future proof or polyfilled */
	}
	a {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	a[href="#"],
	a[href="javascript:"] {
		content: "";
	}
}

/* Retina */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
/* Looks like a bug, so may want to add: */

only screen and ( -moz-min-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
	/* Your retina specific stuff here */
}

/* Debug: empty Elements */

.debug div:empty,
.debug span:empty,
.debug li:empty,
.debug p:empty,
.debug td:empty,
.debug th:empty {
	padding: 20px;
	border: 5px dotted yellow !important;
}

/* Debug: empty Attributes */

.debug *[alt=""],
.debug *[title=""],
.debug *[class=""],
.debug *[id=""],
.debug a[href=""] {
	border: 5px solid yellow !important;
}

/* Debug: deprecated Elements */

.debug applet,
.debug basefont,
.debug center,
.debug dir,
.debug font,
.debug isindex,
.debug menu,
.debug s,
.debug strike,
.debug u {
	border: 5px dotted red !important;
}

/* Debug: deprecated Attributes */

.debug *[background],
.debug *[bgcolor],
.debug *[clear],
.debug *[color],
.debug *[compact],
.debug *[noshade],
.debug *[nowrap],
.debug *[size],
.debug *[start],
.debug *[bottommargin],
.debug *[leftmargin],
.debug *[rightmargin],
.debug *[topmargin],
.debug *[marginheight],
.debug *[marginwidth],
.debug *[alink],
.debug *[link],
.debug *[text],
.debug *[vlink],
.debug *[align],
.debug *[valign],
.debug *[hspace],
.debug *[vspace],
.debug *[height],
.debug *[width],
.debug ul[type],
.debug ol[type],
.debug li[type] {
	border: 5px solid red !important;
}

/* Debug: proposed Deprecated Elements */

.debug input[type="button"],
.debug big,
.debug tt {
	border: 5px dotted #33FF00 !important;
}

/* Debug: proposed Deprecated Attributes */

.debug *[border],
.debug table[cellpadding],
.debug table[cellspacing] {
	border: 5px solid #33FF00 !important;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto
}

canvas {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

a {
	outline: 0;
	color: #ffffff;
}

a img {
	outline: 0;
}

img {
	border: 0;
}

#container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 80px;
}

.header div {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-right: 5px;
}

.header img {
	vertical-align: top;
	position: absolute;
	top: 20px;
	left: 20px;
}

.logotext {
	position: absolute;
	top: 4px;
	left: 60px;
	width: 200px;
}

#logoimage2 {
	visibility: hidden;
}

.logo {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
	font-size: 30px;
	font-weight: 300;
	width: 200px;
	height: 40px;
	cursor: pointer;
}

.logo img {
	position: absolute;
	top: 0;
	left: 0;
}

.closebtn {
	text-align: center;
	font-size: 0;
	position: absolute;
	top: 16px;
	right: 12px;
	z-index: 5;
	display: none;
}

.toggle {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: nd 0.3s
}

.toggle:focus {
	outline: none
}

.toggle .toggle-icon-line {
	position: absolute;
	top: 23px;
	left: 12px;
	right: 12px;
	height: 2px;
	background: black
}

.toggle .toggle-icon-line::before,
.toggle .toggle-icon-line::after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	background-color: black;
	left: 0;
	width: 100%
}

.toggle .toggle-icon-line::before {
	top: -9px
}

.toggle .toggle-icon-line::after {
	bottom: -9px
}

.toggle-x .toggle-icon-line {
	transition: background 0s linear 0.3s;
}

.toggle-x .toggle-icon-line::before {
	transition-property: top, -webkit-transform;
	transition-property: top, transform
}

.toggle-x .toggle-icon-line::after {
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform
}

.toggle-x .toggle-icon-line::before,
.toggle-x .toggle-icon-line::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s
}

.toggle-x.active .toggle-icon-line {
	background: none
}

.toggle-x.active .toggle-icon-line::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: white;
}

.toggle-x.active .toggle-icon-line::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: white;
}

.toggle-x.active .toggle-icon-line::before,
.toggle-x.active .toggle-icon-line::after {
	transition-delay: 0s, .3s;
}

.content {
	/*font-family: 'Vollkorn', serif;*/
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.intro {
	font-size: 32px;
	text-align: center;
	color: #222;
	font-weight: 700;
	line-height: 36px;
	position: absolute;
	bottom: 20%;
	visibility: hidden;
	width: 100%;
	cursor: default;
	text-transform: uppercase;
}

.intro_links {
	position: fixed;
	bottom: 13%;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #D25134;
	font-weight: 700;
	text-decoration: none;
}

.intro_links:hover {
	color: rgba(255, 255, 255, 0.7);
}

#anc1 {
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	visibility: hidden;
}

#anc1:hover path {
	fill: rgba(255, 255, 255, 0.8);
}

#anc1:hover {
	color: rgba(255, 255, 255, 0.8);
}

#anc2 {
	visibility: hidden;
	cursor: pointer;
}

#anc3 {
	visibility: hidden;
	cursor: pointer;
}

#anc2 svg:hover .st1,
#anc3 svg:hover .st4,
.anc4 svg:hover .stf {
	fill: rgba(255, 255, 255, 1);
}

.anc4 {
	position: absolute;
	right: 50px;
	bottom: 95px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	cursor: pointer;
}

#about {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #171717;
	color: #fff;
	cursor: default;
}

.about_content {
	float: left;
	width: 50%;
	padding: 80px 10%;
}

.about_content img {
	padding-right: 20px;
}

.about_title {
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	padding-bottom: 20px;
}

.about_desc {
	padding-top: 10px;
	color: #ccc;
	text-align: left;
}

.about_desc img {
	padding-right: 25px;
	padding-top: 10px;
}

.about_content_big {
	clear: both;
	padding: 80px 10%;
	background: #202122;
	text-align: left;
}

#clients {
	background: #202122;
}

.clientdiv {
	display: inline-block;
	opacity: 0.75;
	width: 9%;
	margin: 0.2%;
}

.clientdiv img {
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}

.menu {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
}

.main_menu {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.menu_item {
	font-family: 'Vollkorn', serif;
	color: #FFFFFF;
	font-size: 64px;
	font-weight: 300;
	text-align: center;
	height: 80px;
	margin-top: 0px;
}

/*
.menu_item:hover {
	color: #D25134;
}
.menu_item a {
	text-decoration: none;
	display:block;
	line-height: 70px;
	width:320px;
}
.menu_item a:hover {
	color: #D25134;
}
.menu_item a.active {
	background-color: #D25134;
}
.menu_item a.active:hover {
	color: #fff;
}
*/

/* Sweep To Right */

.hvr-sweep-to-right {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 0px 8px;
	cursor: pointer;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: -4px;
	background: #fff;
	height: 3px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
	color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.footer {
	position: relative;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 50px 0px;
	font-size: 14px;
	font-weight: 800;
	line-height: 40px;
	clear: both;
	color: #fff;
}

.footer span {
	padding: 0px 20px;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.linked a:hover {
	text-decoration: none;
}

a svg:hover .st0 {
	fill: #D25134;
}

/* WORK==================================================================================================================================== */

.item {
	float: left;
	position: relative;
	line-height: 1em;
}

#work {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	display: none;
	background: #000000;
	-webkit-transition: all 2s;
	/* Safari */
	transition: all 2s;
}

.item {
	width: 25%;
}

@media screen and (max-width: 1224px) {
	/* 10 columns for larger screens */
	.grid-sizer {
		width: 33.33%;
	}
	.item {
		width: 33.33%;
	}
}

@media screen and (max-width: 720px) {
	/* 10 columns for larger screens */
	.grid-sizer {
		width: 50%;
	}
	.item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	/* 10 columns for larger screens */
	.grid-sizer {
		width: 100%;
	}
	.item {
		width: 100%;
	}
}

@media screen and (max-width: 359px) {
	.logo {
		font-size: 23px;
	}
	.closebtn {
		top: 12px;
	}
}

/* Common style */

.item figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.item figure img {
	position: relative;
	display: block;
	max-width: 100%;
	width: 100%;
}

.item figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item figure figcaption::before,
.item figure figcaption::after {
	pointer-events: none;
}

.item figure figcaption,
.item figure figcaption>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.item figure figcaption>div {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.item figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.item figure h2 span {
	font-weight: 800;
}

.item figure h2,
.item figure p {
	margin: 0;
}

.item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/

/***** Goliath *****/

/*-----------------*/

figure.effect-goliath {
	background: #000;
}

figure.effect-goliath img {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
}

figure.effect-goliath p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	width: 100%;
	background: #111111;
}

figure.effect-goliath span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

figure.effect-goliath:hover img {
	/*-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);*/
	-webkit-transform: scale3d(1.15, 1.15, 1);
	transform: scale3d(1.15, 1.15, 1);
	opacity: 0.5;
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.line_container {
	width: 320px;
	position: relative;
	margin-top: 30px;
}

.line-white {
	position: absolute;
	background-color: white;
	width: 320px;
	height: 1px;
}

.contact_info {
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	padding-top: 20px;
	font-size: 22px;
}

.contact_info a {
	text-decoration: none;
	color: #D25134;
	font-weight: 600;
	font-size: 18px;
}

.contact_info a:hover {
	color: #fff;
}

.work_details {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

.hidden {
	right: 50%;
	left: -50% !important;
}

.showit {
	position: absolute;
	left: 0;
	top: 0;
}

.project_desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.project_desc.show {
	display: block;
}

.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 10;
}

.pageload-overlay.show {
	visibility: visible;
}

.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.pageload-overlay svg path {
	fill: #fff;
}

@-webkit-keyframes moveRight {
	to {
		-webkit-transform: translateX(20px);
	}
}

@keyframes moveRight {
	to {
		transform: translateX(20px);
	}
}

@-webkit-keyframes moveLeft {
	to {
		-webkit-transform: translateX(-20px);
	}
}

@keyframes moveLeft {
	to {
		transform: translateX(-20px);
	}
}

iframe {
	border: 0;
	width: 100%;
	min-height: 100%;
	margin: 0;
	height: 100%;
	background-color: #fff;
}

.project_close {
	position: absolute;
	top: 25px;
	left: 25px;
	cursor: pointer;
}

.project_close:hover {
	opacity: 0.7;
}

.preloader_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EECA46;
	z-index: 9999;
}

.preloader_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.element {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	background: #000;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: roll 1s infinite;
	animation: roll 1s infinite;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

@-webkit-keyframes roll {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes roll {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}