﻿input[name=catching]{
	display: none;
}

header{
	width: 100%;
	padding: 2% 0;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

header strong#logo{
	margin:0 !important;
	padding: 0;
	float: left;
}

header strong#logo strong{
	display: none;
}

header strong#logo img{
	height: 40px;
	float: left;
}

header .column,
header .columns{
	margin-top: 0;
	margin-bottom: 0;
	height: 40px;
}

#heading{
	float: left;
	width: 100%;
	height: 25%;
}

#logomark{
	position: absolute;
	top: 60%;
  left: 0;
	transform: translate(0, -50%);
	user-select: none;
}

#logomark img{
	height: 30px;
}

#services{
	background: #1a1c1f;
	width: 100%;
	float: left;
	padding: 4% 0 0.5% 0;
}

#services img{
	height: 50px;
	margin-bottom: 10px;
}

#services h3{
	margin-bottom: 2px;
}

#services .button{
	margin: 0;
}

#projects{
	width: 100%;
	clear: both;
	float: left;
}

#projects h3{
	font-size: 22px; 
	line-height: 32px;
	color: #0085ca;
	margin-top: 1%;
}

#projects a{
	float:left;
	width:50%;
	overflow:hidden;
	position:relative;
	background: #111;
}

#projects.projects-page a{
	width: 33.3%;
}

#projects a:hover{
}

#projects a:hover:before, 
#projects a:hover:after {
	  width: auto;
	  opacity: 1;
}

#projects a:before{
	position: relative;
	content: "";
	display: block;
	padding-top: 55%; /* initial ratio of 1:1*/
}

#projects a img{
	width:100% !important;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.01);
	object-fit: cover;
	-o-transition:.5s; 
	-ms-transition:.5s; 
	-moz-transition:.5s; 
	-webkit-transition:.5s;
	opacity: 1;
	z-index: 1;
}

#projects a:hover img{
	opacity: 0.9;
	transform: translate(-50%, -50%) scale(1.10);
}

#projects a strong{
	text-align: center;
	background: rgba(34,37,43,0.75);
	width: 90%;
	padding: 25px 5%;
	line-height: normal;
	float: left;
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 2;
	color: #fff;
	position: absolute;
	font-weight: 400;
	display: block !important;
	transition: all 0.5s ease;
}

#projects a:hover strong{
	bottom: 0;
}














#projects strong{
	display: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #22252b; /* change if the mask should have another color then white */
	z-index: 9999 !important; /* makes sure it stays on top */
	width:100%;
	height:100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align:center;
	touch-action: none;
}

#status {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:0 auto;
	width: 100px;
	height: 100px;
	background: none;
}

#magnum-intro{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

#magnum-intro .container{
	position: absolute;
	top: 60%;
  left: 50%;
	transform: translate(-50%, -50%);	
	z-index: 1;
}

#magnum-intro .container h1{
	line-height: 56px;
	font-size: 48px;
	margin-bottom: 20px;
	color: #fff;
}

#magnum-intro .container h1 span{
	display: inline-block;
}

#magnum-intro .container p{
	font-size: 20px;
	line-height: 30px;
}

#magnum-intro-bg{
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#magnum-intro-bg strong{
	position: absolute;
  top: 0;
  left: 0;
  font-size: 900px;
  font-weight:normal;
	font-family: 'COCOGOOSE', sans-serif;
	font-style: normal;
  display: flex;
  align-items: bottom;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #272a32;
  animation: marquee 90s infinite linear;
  z-index: 0;
  text-transform: uppercase;
  user-select: none;
}

.magnum-container{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6%;
	padding-bottom: 0;
}

#featured-projects{
	z-index: 1;
}

#featured-projects li{
	margin: 0;
	padding: 0;
	background: none;
	width: 33.33%;
	position: relative;
	float: left;
  border:1px solid #22252b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#featured-projects li:nth-child(1),
#featured-projects li:nth-child(7){
	width: 66.64%;
}

#featured-projects li:nth-child(1),
#featured-projects li:nth-child(3),
#featured-projects li:nth-child(6){
	margin-left: -1px;
}

#featured-projects li:nth-child(1),
#featured-projects li:nth-child(3),
#featured-projects li:nth-child(4),
#featured-projects li:nth-child(6){
}

#featured-projects li:nth-child(3){
	clear: both;
}

#featured-projects li:before{
  content: "";
  display: block;
  padding-top: 100%;
}

#featured-projects li:nth-child(1):before,
#featured-projects li:nth-child(7):before{
  padding-top: 50%;
}

#featured-projects li a{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#featured-projects li a img{
	transition: all 0.3s;
  display: block;
 	position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) scale(1);
  z-index: 9999;
  height: 100%;
}

#featured-projects li a:hover img{
	transform: translate(0, -50%) scale(1.07);
}

@keyframes marquee {
  0% {
		left: 0;
  }

  100% {
    left: -100%;
  }
}

#quote{
	background: #0085ca;
	float: left;
	width: 100%;
	padding: 4% 0;
}

#quote *{
	text-align: center;
}

#quote a.prev{
	font-weight: 800;
	color: #fff;	
	float: left;
	line-height: 24px;
	text-align: left;
	white-space: nowrap;
	margin-left: 0;
}

#quote a.next{
	font-weight: 800;
	color: #fff;	
	float: right;
	line-height: 24px;
	text-align: right;
	white-space: nowrap;
	margin-right: 0;
}

#quote a small{
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}

#quote a.prev:after {
  background-color: #fff;
  left: 0;
}

#quote a.next:after {
  background-color: #fff;
  right: 0;
  left: auto;
}

#quote a.prev:before{
	content: "\2190";
	color: #fff;
	font-size: 20px;
	width: 30px !important;
	float: left;
  height: 50px;
  background: none !important;
  opacity: 1;
  top: -1px;
  left: -30px;
}

#quote a.next:before{
	content: "\2192";
	color: #fff;
	font-size: 20px;
	line-height: 18px;
	width: 30px !important;
	height: 50px;
  background: none !important;
  opacity: 1;
  top: 4px;
  left: auto;
  right: -30px;
}

a:hover:before, 
a:hover:after {
	  width: 100%;
	  opacity: 1;
	}

#quote blockquote{
	font-family: 'COCOGOOSE', sans-serif; 
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #fff; 
	float: left;
	width: 100%;
	margin-bottom: 0;
}

#quote .button{
	border: 1px solid #fff !important;
	color: #fff;
}

#quote .button:hover{
	background: #fff;
	color: #0085ca;
}

#quote .container,
#quote .columns{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#navicon{
	width: 21px;
	height: 20px;
	padding: 3px 0;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;

	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	z-index: 9999;
}

#navicon span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #0085ca;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	z-index: 9999;
}

#navicon span:nth-child(1) {
  top: 4px;
}

#navicon span:nth-child(2),#navicon span:nth-child(3) {
  top: 11.5px;
}

#navicon span:nth-child(4) {
  top: 19.5px;
}

#navicon.open span{
  background: #fff;
}

#navicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navicon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#menuwrapper{
	display: none;
	background: rgba(18,20,23,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	padding: 0 0;
	margin: 0; 
	float: left;
	touch-action: none;
}

#menuwrapper .container{
	height: 100%;
}

#menuwrapper .container .columns{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	position: relative;
}

#menuwrapper ul{
	margin: 0 0 0 -2px;
	padding: 0; 
	position: absolute;
	top: 55%;
	left: 0;
	transform: translate(0, -50%);
}

#menuwrapper ul li{
	width: 100% !important;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	background: none;
}

#menuwrapper ul li a{
	color: #fff !important;
	display: inline-block;
	line-height: 48px;
	font-size: 48px;
	font-family: 'COCOGOOSE', sans-serif;
	padding-bottom: 8px;
	text-indent: 0;
}

#menuwrapper ul li a:before, 
#menuwrapper ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 8px;
  margin: 0 0 0 0;
  transition: all 0.5s ease;
  transition-duration: 0.5s;
  opacity: 0;
  background-color: #0085ca;
  left: 4px;
}

#menuwrapper ul li a:hover {
  color: #0085ca !important;
  cursor: pointer;
}

#menuwrapper ul li a:hover:before, 
#menuwrapper ul li a:hover:after {
  width: 98%;
  opacity: 1;
}


#contact-information strong{
	width: 100px;
	display: inline-block;
}

#about{
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	position: absolute !important;
	bottom: 4%;
	left: 3%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#aftersubmit{
	display: none;
}

#project-portfolio{
	float: left;
	width: 100%;
	margin-bottom: 4%;
}

#project-portfolio img{
	float: left;
	margin-bottom: 1.5px;
}


.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}


footer{
	padding:6% 0 2% 0;
	text-align:left;
	width:100%;
	clear:both;
	float:left;
	bottom:0;
	z-index:9999;
}

footer *{
	font-size: 14px;
	font-weight:400;
	line-height: normal !important;
}

footer h3{
	font-weight:400;
	float: left;
}

footer p{
	clear: both;
	padding-top: 10px !important;
}

footer ul{
	margin: 0;
	padding: 0;
}

footer li{
	float: left;
	margin: 0 0 0 20px !important;
	background: none;
}

footer .columns:last-child ul{
	float: right;
}

footer .columns:last-child li{
	margin: 0  0 0 20px;
}




































@media only screen and (max-width: 768px) {
	.show-on-mobile{
		display: block;
	}

	body{
		overflow: auto !important;
	}

	header{
		margin-top: 6%;
	}

	#magnum-intro{
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
	}

	#magnum-intro .container{
		position: absolute;
		top: auto;
		bottom: 0%;
	  left:8%;
		transform: none;
	}

	#magnum-intro h2 { font-size: 36px !important; line-height: 46px !important; margin-bottom: 5%; }
	#magnum-intro h2 span{ margin-bottom: 5%; }
	#navicon{
		top: 6% !important;
		left: 8%;
	}

	#logomark{
		display: none;
	}

	#featured-projects li{
		width: 50%;
		position: relative;
		float: left;
	  border:1px solid #22252b;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  clear: none !important;
	}

	#featured-projects li:nth-child(1),
	#featured-projects li:nth-child(7){
		width: 100%;
	}

	#featured-projects li:nth-child(2),
	#featured-projects li:nth-child(4),
	#featured-projects li:nth-child(7){
		margin-left: -1px;
	}

	#featured-projects li:nth-child(1),
	#featured-projects li:nth-child(3),
	#featured-projects li:nth-child(4){
	}

	#featured-projects li:nth-child(6){
		display: none;
	}

	#featured-projects li:before{
	  content: "";
	  display: block;
	  padding-top: 100%;
	}

	#featured-projects li:nth-child(1):before,
	#featured-projects li:nth-child(7):before{
	  padding-top: 50%;
	}

	#navicon{
		position: absolute;
		top: 0;
		left: 85%;
		transform: none;
		z-index: 9999;
	}

	#menuwrapper{
		width: 100% !important;
		display: none;
	}

	#menuwrapper .container{
		height: 100%;
	}

	#menuwrapper .container .columns{
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		height: 100%;
	}

	#menuwrapper .two.columns{
		display: none;
	}

	#menuwrapper ul{
		top: 35%;
	}

	#menuwrapper ul li{
		width: 100% !important;
		height: 50px;
		margin: 0;
		padding: 0 !important;
	}

	#menuwrapper ul li a{
		font-size: 30px;
		line-height: 20px;
		display: inline-block;
	}

	#menuwrapper ul li a:before, 
	#menuwrapper ul li a:after {
	  height: 6px;
	  left: 3px;
	  bottom: -4px;
	}

	#menuwrapper ul li a:hover:before, 
	#menuwrapper ul li a:hover:after {
	  width: 99%;
	  opacity: 1;
	}

	#services img{
		margin-top: 8%;
	}

	#quote{
		background: #0085ca;
		float: left;
		width: 100%;
		padding: 8% 0 10% 0;
	}

	#quote a.prev,
	#quote a.next{
		width: 45%;
		white-space: normal;
	}

	#quote a.prev small,
	#quote a.next small{
		opacity: 0;
	}

	#quote a.prev:before{
		left: 0;
	}

	#quote a.next:before{
		right: 0;
	}

	#quote blockquote{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5%;
	}

	#projects h3{
		margin:12% 0 8% 0;
	}

	#projects a{
		width: 100%;
	}

	#projects a strong{
		font-size: 14px;
		width: 94%;
		padding: 20px 3%;
		bottom: 0;
	}

	#projects a:hover strong{
		bottom: 0;
	}

	footer{
		padding: 10% 0;
	}

	footer ul{
		float: left !important;
		clear: both;
	}

	footer ul li{
		margin: 0 20px 0 0 !important;
		padding: 0 !important;
	}

	footer *{
		text-align: left !important;
	}

	footer .columns{
	}
}