/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

@import "fonts.css";

html {
	font-size: 62.5%;
}
body {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Jost', Helvetica, Arial, sans-serif;
	text-rendering: geometricPrecision;
	color: #fff;
	margin: 0;
	padding: 0;
	background:#56565a;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline:none;
}


#top, #bottom, #left, #right {
	position: fixed;
	z-index:100;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 4rem;
		}
		#left { left: 0;
		background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 65%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(65%, rgba(18,18,18,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 65%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 65%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 65%, rgba(18,18,18,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 65%, rgba(18,18,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#121212', GradientType=0 ); }
		#right { right: 0;
		background: rgba(18,18,18,1);
background: -moz-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,18,18,1)), color-stop(50%, rgba(18,18,18,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#000000', GradientType=0 ); }

	#top, #bottom {
		left: 0; right: 0;
		height: 4rem;
		}
		#top { top: 0;
		background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(18,18,18,1)), color-stop(100%, rgba(18,18,18,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(18,18,18,1) 50%, rgba(18,18,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#121212', GradientType=1 ); }
		#bottom { bottom: 0;
		height:4rem;background: rgba(18,18,18,1);
background: -moz-linear-gradient(left, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,18,18,1)), color-stop(50%, rgba(18,18,18,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#000000', GradientType=1 );
 }

	#bottom.bottomborder{
		z-index:0;
position:relative;
right:0;
float:right;
width:100%;
	}

/*.logo {
	width: 8rem;
	height: 8rem;
	position: fixed;
	top:4rem;
	left:3rem;
	margin: 0;
	padding: 0;
	z-index:101;
}*/
.logo {
	width: 14rem;
	height: 14rem;
	top:4.4rem;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index:101;
}
.logo.internal{
	width: 8rem;
	height: 8rem;
}
.logo:hover {
	opacity: .7;
}
.logo.home{
	background:#00bce4;
}

.homebg {
	background: #fb739c;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fb739c, #ff9172);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fb739c, #ff9172); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.otherbg{
	background:#39b54a;
}
.zoggsbg {
	background: #00B4DB;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #82d6f3, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #82d6f3, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.zoggsicon1 {
	background: #00B4DB;
}
.zoggslogo{
	background: #00aeef
}
.tgibg {
	background: #ed1c24;  /* fallback for old browsers */
}
.tgiicon1 {
	background: #ed1c24;
}
.tuttibg {
	background: #14b1b6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #14b1b6, #8be6e9);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #14b1b6, #8be6e9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tuttiicon1 {
	background: #14b1b6;
}
.tuttilogo {
	background: #028e9e;
}
.tattoobg {
	background: #ffb347;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #ffcc33, #ffb347);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #ffcc33, #ffb347); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tattooicon1 {
	background: #ffb347;
}
.tattoologo{
	background:#ffb347;
}
.taskersbg {
	background: #8571ba;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #8571ba, #4f5193);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #8571ba, #4f5193); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.taskersicon1 {
	background: #654ea3;
}
.taskerslogo{
	background:#797DE0;
}
.kaysbg {
	background: #7474BF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #348AC7, #348AC7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #348AC7, #7474BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.kayslogo{
	background:#ff0042;
}
.hencotebg {
	background: #e8c99b;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #cea58f, #c69c6d);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #cea58f, #c69c6d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.hencotelogo{
	background: #c69c6d;
}
.kaysicon1 {
	background: #348AC7;
}
.hencoteicon1{
	background:#cea58f;
}
.otherworkbg {
	background: #8e9eab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
img {
	padding: 0;
	margin: 0;
	float: left;
	image-rendering: -webkit-optimize-contrast;
}
header {
	margin: 0 auto 0 auto;
	padding: 6em 0 0 0;
	width: 82%;
	position:relative;
	z-index:1;
}
.wrapper {
	width: 100%;
	margin: 0 auto 6em auto;
	padding: 0;
}
.wrapper .container {
	width: 100%;
}
.wrapper.wrapperother{
	margin: 0 auto 0 auto;
}
header.projectheader {
	margin: 0 auto;
	padding: 6em 0 2.5em 0;
	width: 52%;
	border: none;
}
img {
	outline: none;
}
img:hover {
	outline: none;
}
.container {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.container {
	width: 52%;
}
.container.containerhome {
	padding: 0;
	width: 52%;
}
.container.prevnext{
	padding: 16px 0 26px 0;
	width: 82%;
}
.containerfullwidth {
	width: 52%;
	margin: 0 auto;
	background: none;
}
.column, .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
::selection {
	background: #ddd;
	color: #212121;
}
::-moz-selection {
 background: #ddd;
 color:#212121;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	margin: 0 auto;
}
.container.containerhome section {
	max-width: 100%;
}
section.homeproject {
	width: 100%;
	float: left;
	position: relative;
	padding:16px 0 26px 0;
	margin-bottom:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-top: #7D7D7F 1px solid;
}
section.homeproject a, section.homeproject a:visited{
	text-decoration:none;
	font-weight:600;
	margin:0;
	padding:0;
	left:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size:3.6rem;
	color:#fff;
	text-transform:none;
	letter-spacing:-0.1rem;
	line-height:3.2rem;
	float:left;
	outline:none;
}
section.homeproject a:hover{
	margin:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding-left: 14px;
}
section.homeproject a.tgititle:hover{
	color:#ed1c24;
}
section.homeproject a.tuttititle:hover{
	color:#028e9e;
}
section.homeproject a.zoggstitle:hover{
	color:#00aeef;
}
section.homeproject a.hencotetitle:hover{
	color:#c69c6d;
}
section.homeproject a.tattootitle:hover{
	color:#ffb347;
}
section.homeproject a.taskerstitle:hover{
	color:#797DE0;
}
section.homeproject a.kaystitle:hover{
	color:#ff0042;
}
section.homeproject a.othertitle:hover{
	color:#39b54a;
}
.pinfo{
	width:40px;
	float:right;
	position:relative;
	margin:0;
	padding:0;
	text-align: center;
}
.pinfo span.year{
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:14px;
	font-weight:900;
	float:right;
	text-align: center;
	letter-spacing: -0.5px;
}
span.year.yeartgi{
	color:#ed1c24;
}
span.year.yeartutti{
	color:#028e9e;
}
span.year.yearzoggs{
	color:#00aeef;
}
span.year.yearhencote{
	color:#c69c6d;
}
span.year.yeartattoo{
	color:#ffb347;
}
span.year.yeartaskers{
	color:#797DE0;
}
span.year.yearkays{
	color:#ff0042;
}
span.year.yearother{
	color:#39b54a;
}
.tri{
width: 0;
height: 0;
border-style: solid;
border-width: 26px 15px 0 15px;
border-color: #007bff transparent transparent;
float:right;
position:relative;
margin:0;
border-radius: 3px;
}
.tri.tritgi{
	border-color:#ed1c24 transparent transparent;
}
.tri.tritutti{
	border-color:#028e9e transparent transparent;
}
.tri.trizoggs{
	border-color:#00aeef transparent transparent;
}
.tri.trihencote{
	border-color:#c69c6d transparent transparent;
}
.tri.tritattoo{
	border-color:#ffb347 transparent transparent;
}
.tri.tritaskers{
	border-color:#797DE0 transparent transparent;
}
.tri.trikays{
	border-color:#ff0042 transparent transparent;
}
.tri.triother{
	border-color:#39b54a transparent transparent;
}

section.homeproject .contentcontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.label {
	width: 100%;
	position: absolute;
	text-align: left;
	color: #fff;
	z-index: 2;
	padding: 5%;
}
section.homeproject.smallsquare {
	width: 25%;
	float: left;
	position: relative;
	padding: 0 0 25% 0;
}
section.homeproject p {
	margin: 0;
	font-size: 1.25rem;
	font-family: 'Overpass', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #212121;
	letter-spacing: 0rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.homeproject p span {
	border: 2px solid #fff;
	border-radius: 17px;
	padding: 0.4em 1.2em;
}
section.homeproject p span:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #fb739c;
	border-radius: 17px;
	padding: 0.2em 1.2em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.homeproject h2 {
	margin-bottom: 0;
	color: #212121;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: -0.05rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.homeproject h2 span{
	font-weight:400;
}
section.homeproject:hover h2, section.homeproject:hover p {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-left: 1rem;
}
section.homeproject h2.darktext {
	color: #2d2d2d;
}
section.homeproject .projectpic {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
section.homeproject .projectpic img {
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.homeproject .projectpicsquare {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	overflow: hidden;
}
section.homeproject .projectpic img:hover, section.homeproject .projectpicsquare img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.homeproject .projectpic img:hover, section.homeproject .projectpicsquare img:hover {
	cursor: pointer;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
section.homeproject .projectpic.zoggsimg img {
	cursor: pointer;
	opacity: 1;
	height: 94%;
	margin: 3%;
	width: 94%;
}
section.homeproject .projectpic.zoggsimg img:hover {
	cursor: pointer;
	height: 100%;
	margin: 1% 0 0 0;
	width: 100%;
}
section.homeproject .projectpicsquare.kaysimg img {
	cursor: pointer;
	margin: 16% -8% 0 -8%;
width: 116%;
height: 116%;
}
section.homeproject .projectpicsquare.kaysimg img:hover {
	cursor: pointer;
	margin: 12% -8% 0 -8%;
width: 116%;
height: 116%;
}
section.homeproject .projectpicsquare.tuttiimg img{
	cursor: pointer;
	margin: 0;
	width: 100%;
	height: 100%;
}
section.homeproject .projectpicsquare.tuttiimg img:hover{
	cursor: pointer;
	margin: 2%;
	width: 96%;
	height: 96%;
}
section.homeproject .projectpicsquare.taskersimg img {
	cursor: pointer;
	height: 94%;
	margin: 6% 3% 0 3%;
	width: 94%;
}
section.homeproject .projectpicsquare.taskersimg img:hover {
	cursor: pointer;
	height: 100%;
	width: 100%;
	margin:2% 0 0 0;
}
section.homeproject .projectpicsquare.tattooimg img {
	cursor: pointer;
	height: 94%;
	margin: 6% 3% 0 3%;
	width: 94%;
}
section.homeproject .projectpicsquare.tattooimg img:hover {
	cursor: pointer;
	margin:2% 0 0 0;
width: 100%;
height: 100%;
}
section.homeproject .projectpicsquare.tgiimg img {
	cursor: pointer;
	margin: 3% 0 0 0;
	width: 100%;
	height:100%;
	overflow:hidden;
}
section.homeproject .projectpicsquare.tgiimg img:hover {
	cursor: pointer;
	margin:0;
	width: 100%;
	height:100%;
	overflow:hidden;
}
section.homeproject .projectpicsquare.otherimg img {
	cursor: pointer;
	margin: 8% 3% -4% 3%;
	width: 94%;
	height:94%;
	overflow:hidden;
}
section.homeproject .projectpicsquare.otherimg img:hover {
	cursor: pointer;
	margin:2% 0 0 0;
	width: 100%;
	height:100%;
	overflow:hidden;
}

.zoggs {
	background: #42c1e1 !important;
}
.zoggs2 {
	background: #00f0f1;
}
.zoggstext, .label.labelzoggs p {
	color: #fff;
}
.zoggstext2 {
	color: #42c1e1;
}
.tgi {
	background: #f66d60;
}
.tutti {
	background: #00f0f1;
}
.tuttitext, .label.labeltutti p {
	color: #fff;
}
.tattoo {
	background: #fbdf7d;
}
.tattootext, .label.labeltattoo p {
	color: #fff;
}
.tattootexttwo {
	color: #58327d;
}
.pmt {
	background: #5e2861;
}
.pmttext {
	color: #fff;
}
.label.labelpmt .pmttext, .label.labelpmt p {
	color: #fff;
}
.taskers {
	background: #333;
}
.taskerstext {
	color: #fff;
}
.label.labeltaskers .taskerstext, .label.labeltaskers p, .label.labeltgi p {
	color: #fff;
}
.inov8 {
	background: #dfdfdf;
}
.inov8text {
	color: #30f130;
}
.label.labelinov8 .inov8text, .label.labelinov8 p {
	color: #181a37;
}
.kays {
	background: #38579f;
}
.kaystext {
	color: #ff0751;
}
.label.labelkays .kaystext, .label.labelkays p {
	color: #fff;
}
.soapandglory {
	background: #fdabc4;
}
.whitetext {
	color: #fff;
}
.goldlabel {
	background: #b7a782;
	color: #fff;
}
.blacklabel {
	background: #2e2e2e;
	color: #fff;
}
.moreicon {
	width: 26px;
	height: 26px;
	background: url(../siteassets/moreicon.svg) 0 0 no-repeat;
}

.homeicon {
	width: 60%;
	position: absolute;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 0;
	z-index: 1;
	margin: 0 auto;
	top: 2rem;
	left: 0;
	right: 0;
}
.homeicon a:hover {
	opacity: 0.4;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icons {
	margin: 0 auto;
	width: 16em;
}
.icons ul {
	margin: 0;
	padding: 0;
}
.icons ul li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0.7em;
	text-align: right;
	width: 4em;
	height: 4em;
}
.icons ul li a, .icons ul li a:visited {
	outline: none;
	opacity: 1;
	width: 3em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icons ul li a:hover {
	opacity: 0.4;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icons p {
	position: relative;
	float: left;
	text-align: left;
	font-size: 0.65em;
	color: #222;
	font-weight: 400;
}
.container.projectheader, .container.introblock {
	float: none;
	margin: 0 auto;
	padding: 3em 0 0 0;
	text-align: left;
	width: 100%;
}
.container.introblock {
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
.container.projectheader {
	padding-bottom: 3em;
	padding-top: 0;
}
.container.projectheader .titledivide {
	width: 1px;
	height: 3em;
	background: #fff;
	opacity: 0.4;
	float: left;
	margin: .6em 0 0 0;
}
section.heroimage {
	width: 100%;
	position: relative;
}
section.smallhero {
	width: 360px;
	height: 435px;
	float: left;
	position: relative;
	overflow: hidden;
}
section.browsermockup, section.tabletmockup, section.desktopmockup, section.twoblocks {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 0 3em 0;
}
section.tabletmockup {
	width: 100%;
	float: left;
	position: relative;
	padding: 2em 0;
	margin: 0 0 3em 0;
	background: #ddd;
}
section.desktopmockup, section.infographicmockup  {
	width: 100%;
	float: left;
	position: relative;
	padding: 5em 0;
	margin: 0 0 3em 0;
	background: #ddd;
}
section.tabletmockup img, section.desktopmockup img {
	margin: 0 auto;
	float: none;
	display: block;
	width: 67.5%;
	width:60.976%;
}
section.desktopmockup img{
	border: #fff 8px solid;
}
section.infographicmockup img {
	margin: 0 auto;
	float: none;
	display: block;
	width: auto;
	border: #fff 20px solid;
}
section.twoblocks .blockleft, section.twoblocks .blockright, section.twoblocks .blockleft.logorow, section.twoblocks .blockright.logorow {
	width: 48.6%;
	float: left;
	position: relative;
	padding: 0;
	border:#7D7D7F 1px solid;
	overflow: hidden;
}
section.twoblocks .blockleft.noborder, section.twoblocks .blockright.noborder{
	border:none;
}
section.twoblocks .blockleft.logorow, section.twoblocks .blockright.logorow{
	width:32%;
	margin:0 1.3% 0 0;
}
section.twoblocks .blockright.logorow{
	margin:0;
}
section.twoblocks .blockright {
	float: right;
}
section.twoblocks .blockleft .logocontainer, section.twoblocks .blockright .logocontainer {
	width: 92%;
	margin:4% auto;
	position: relative;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
section .carousel {
	margin: 0 auto;
	z-index: 2;
	padding: 10rem 0 0 0;
	width: 82%;
}
section .carousel-cell {
	margin-left: 0;
	width: 100%;
	margin:0 auto;
	counter-increment: carousel-cell;
	padding: 0 4.8785%;
}
section .carousel-cell img {
	float: left;
	width: 99.946%;
}
.fadeInBlock {
	opacity: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 3.0rem;
	line-height: 0.95;
	letter-spacing: -.8rem;
	font-weight: 700;
	margin-top: 0.1em;
	font-family: 'Jost', Helvetica, Arial, sans-serif;
	margin-bottom: 0.1em;
}
h2 {
	line-height: 1.315em;
	letter-spacing: -.1rem;
	font-weight: 700;
	font-family: 'Jost', Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
h3 {
	line-height: 1.115em;
	letter-spacing: 0;
	font-weight: 300;
	font-family: 'Jost', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 3rem;
}
h1 {
	font-size: 6.4rem;
}
h2 {
	font-size: 3.2rem;
}
h3 {
	font-size: 1.9rem;
}
h4 {
	font-size: 4.1rem;
}
h5 {
	font-size: 2.4rem;
}
h6 {
	font-size: 1.5rem;
}
p {
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 2em;
	letter-spacing: 0rem;
	font-weight: 400;
	color: #212121;
}
.projecttitle p{
	font-weight:400;
	margin:0;
	color:#aaaaaa;
	padding-bottom: 10px;
}
.linksbar {
	width: 100%;
	position: relative;
	margin: 0;
	float:left;
	text-align:center;
	z-index:102;
}
.linksbar p{
margin-top: 0;
font-size: 1.4rem;
line-height: 0.6em;
letter-spacing: 0rem;
font-weight: 700;
color: #fff;
text-align:center;
}

.linksbar p span{
	font-weight: 400; color:#fff;
}
.linksbar p a, .linksbar p a:visited{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
.linksbar p a:hover {
	text-decoration: underline;
	cursor: pointer;
	padding: 0 10px;
}

footer, footer.homefooter, footer.aboutmefooter {
	margin:0;
	padding:100px 0 100px 0;
	width: 100%;
	position:relative;
	float: left;
	z-index:102;
}
footer.homefooter, footer.aboutmefooter{
	width: 100%;
	float: left;
	position:relative;
	margin: 0;
	z-index:102;
}
.copyright {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.copyright p {
	font-size: 1.1rem;
	color: #aaaaaa;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}
.copyright p br{
	display:none;
}

.container.projectheader h1, .container.introblock h1 {
	font-size: 5.6rem;
	font-weight: 700;
	letter-spacing: -0.3rem;
	line-height: 1.1;
	margin-top: 0;
	text-align: center;
}
.container.introblock h1 {
	font-size: 9rem;
	margin-bottom: 0;
	color: #fff;
	padding-bottom: 8rem;
	line-height: 4rem;
	font-weight:700;
}
h1 span {
	font-weight: 200;
	font-style:normal;
	color:#aaaaaa;
	font-size:4.4rem;
	letter-spacing: normal;

}
.container.projectheader h1 {
	text-align: left;
	width: 100%;
	float: left;
	color: #fff;
	line-height: 6rem;
	text-transform:normal;
	border-top:#7D7D7F 1px solid;
	padding: 16px 0 26px 0;
}

.container.projectheader h1.aboutmetitle{
	width: 100%;
}

/*.container.projectheader h1 span{
	font-size:7rem;
}*/
.container.introblock h2 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 1.3em;
	margin: 3rem 0 5rem;
}
.container.projectheader h2 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 1.3em;
	margin: 3rem 0 5rem;
}
.container.projectheader p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #aaaaaa;
	float: left;
}
.container.projectheader p span {
	margin-right: 2em;
}
.container.introblock p {
	width: 80%;
	margin: 0;
	padding: 0;
	color: #444;
	float: left;/*border-left: #ddd 4px solid;*/
}
.container.projectheader .label, .sectionlabel.label {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.35rem;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Jost", Helvetica, Arial, sans-serif;
	color: #fff;
	position: relative;
	text-align: center;
}
.container.projectheader .label.whitelabel {
	color: #fff;
}
.container.projectheader p.darklabel {
	color: #2e2e2e;
}
.container.projectheader .label span {
	padding: 0.3rem 0.9rem 0.2rem 0.9rem;
	width: auto;
	float: right;
}
.aboutproject {
	margin: -1px auto 3em auto;
	width: 74%;
	background: #fff;
	padding: 9em 10em 6em;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.14);
}
.aboutprojectlabel {
	width: 25%;
	position: absolute;
	z-index: 1;
	bottom: 2rem;
	left: 3rem;
	text-align: left;
}
.aboutprojectlabel p {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2em;
	color:#eee;
}
.aboutprojectlabel p span {
	font-weight: 400;
	width: 100%;
	float: left;
	font-size: 1.05rem;
}
.aboutprojectlabel p.whitetext {
	color: #fff;
}
.aboutprojectlabel p.blacktext {
	color: #121212;
}
.aboutproject h2 {
	letter-spacing: -0.1rem;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.aboutproject p {
	width: 100%;
	margin-bottom: 2rem;
	padding: 0;
	text-align: center;
}
.aboutme {
	margin: 0 auto 2em auto;
	width: 82%;
	padding: 4em 0 1em;
}
.aboutme h2 {
	color: #212121;
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.aboutme h2 span {
	font-weight: 400;
}
.aboutme p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color:#566574;
	width:62%;
	float:left;
}
.container.mockups, .container.buttons {
	width: 82%;
}
.projectinfo {
	width: 100%;
	padding: 0.5rem 0;
	margin: 0 0 4rem 0;
	float: left;
}
.projectinfo .icon, .projectinfo .icon2 {
	width: 38px;
	height: 38px;
	float: left;
	padding: 0.55em 0 0 0;
	text-align: center;
	margin-right: 0.5rem;
	font-size: 1.55rem;
	font-weight: 200;
	border-radius: 50%;
}
.projectinfo .icon2 {
	padding: 0.2em;
}
.previousProject, .nextProject {
	width: 48.6%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 0;
}
.nextProject{
	float: right;
}
.previousProject h3, .nextProject h3 {
	font-size: 2.5rem;
	font-weight: 200;
	letter-spacing: -0.1rem;
	float: left;
	border: #7D7D7F 1px solid;
	width: 220px;
	text-align: center;
	padding: 10px 20px;
}
.previousProject h3{
	float: right;
}
.previousProject h3 span, .nextProject h3 span {
	font-weight: 400;
}
.previousProject h3 a, .nextProject h3 a, .previousProject h3 a:visited, .nextProject h3 a:visited {
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.nextProject h3 a, .nextProject h3 a:visited {
	text-align: center;
}
.previousProject a:hover, .nextProject a:hover {
	color: #212121;
	text-decoration: none;
	opacity: .6;
}
.arrow, .arrowright {
	width: 1em;
	height: 1em;
	float: left;
	margin-right: 0.5em;
	margin-left: 0;
}
.arrowright {
	float: right;
	margin-left: 0.5em;
	margin-right: 0;
}
.aboutmeimage{
	opacity:0.5;
	z-index:0;
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	right:0;
}
.aboutmeimage img{
	float:right;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #1EAEDB;
}
a:hover {
	color: #0FA0CE;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
	#left, #right, #bottom, #top {
		top: 0; bottom: 0;
		width: 2.4rem;

	}
	#bottom.bottomborder{
		z-index:0;
position:relative;
right:0;
float:right;
width:100%;
height:2.4rem;
	}
.wrapper {
	width: 100%;
}
/*#left {
	display: none;
}*/
.container.containerhome {
	padding: 0;
	width: 88%;
}
.container.introblock {
	float: none;
	margin: 0 auto;
	padding: 6em 0 0 0;
	text-align: left;
	width: 100%;
}
header {
	left: 0;
	padding: 2em 0 2em 0;
	position: relative;
	top: 0;
	width: 88%;
}
.container.introblock p {
	width: 94%;
	font-size: 1.2rem;
	line-height: 1.6em;
}
section.homeproject h2 {
	font-size: 1.7rem;
	margin-bottom: 0;
}
section.homeproject p {
	font-size: 1rem;
	margin-bottom: 0;
	line-height: 1.2;
}
footer, footer.homefooter, footer.aboutmefooter {
	width: 100%;
	margin:0 auto;
	left:0;
	right:0;
	position:relative;
}
/*footer.homefooter{
	position:fixed;
}
footer.aboutmefooter{
	position:fixed;
}*/
.copyright {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
header.projectheader {
	width: 88%;
	padding: 6em 0 2.5em 0;
}
.container.projectheader {
	width: 100%;
	padding-bottom:3.5em;
}
/*.container.projectheader h1 {
	font-size:6.2rem;
}*/
.container.projectheader p {
	width: 100%;
	font-size: 1.1em;
line-height: 1.6em;
}
section.browsermockup, section.tabletmockup, section.twoblocks {
	margin: 0 0 2em 0;
}
section .carousel {
	width: 88%;
	padding-top: 8rem;
}
section.twoblocks .blockleft, section.twoblocks .blockright {
	width: 100%;
}
section.twoblocks .blockleft, section.desktopmockup {
	margin-bottom: 2em;
}
.container, .container.mockups, .container.buttons {
	width: 88%;
}
/*.logo {
    width: 10rem;
height: 10rem;
float:left;
top: 2.4rem;
left: 2.4rem;
margin: 0;
padding: 1.4rem;
z-index: 101;
position:relative;
}*/
section.infographicmockup{
	padding:4% 0;
	margin: 0 0 2em 0;
}
section.infographicmockup img {
	margin: 0 auto;
	float: none;
	display: block;
	width: 92%;
	border: #fff 20px solid;
}
/*section.homeproject a, section.homeproject a:visited {
    font-size: 5.6rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.3rem;
    line-height: 5.2rem;
    float: left;
    outline: none;

}
	section.homeproject{
		padding-right: 100px;
	}*/
section .carousel .aboutprojectlabel{
	display:none;
}
.aboutmeimage img{
	height:100vh;
}
.container.projectheader h1.aboutmetitle{
	width:100%;
}
.container.projectheader p.aboutmetext{
	width:100%;
}
}
/* ----------- mobile ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 260px) and (max-device-width: 767px) {

	#left, #right, #bottom, #top {
		top: 0; bottom: 0;
		width: 1.2rem;
	display:none;
	}
	#top{
		display:block;
		height:1.8rem;
		width:100%;
		background:#121212;
	}
	#bottom.bottomborder{
		z-index:0;
position:relative;
right:0;
float:right;
width:100%;
height:1.2rem;
	}
	.projecttitle p{
		font-size:1.2rem;
	}
.container.containerhome {
	padding: 0;
	width: 80%;
}
.logo {
    width: 8rem;
height: 8rem;
position: relative;
top: 2rem;
margin: 0 auto;
padding: 0;
z-index: 301;
}
.logo.internal {
    width: 6rem;
    height: 6rem;
}
.linksbar {
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: left;
    text-align: center;
    z-index: 102;
}
.linksbar p {

    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.25em;
    letter-spacing: 0rem;
    font-weight: 700;
    color: #fff;
    text-align: center;

}
.linksbar p a:hover, .linksbar p a:visited{
	text-decoration:none;
	border-bottom:none;
}
section.homeproject{
	padding:10px 0px 14px 0;
}
section.homeproject a, section.homeproject a:visited{
	font-size:2.7rem;
	line-height:2.7rem;
}

/*.tri{
	border-width: 15px 15px 0 0;
}*/
.container.introblock {
	float: none;
	margin: 0 auto;
	padding: 1em 0 0;
	text-align: left;
	width: 100%;
}

header {
	left: 0;
	margin-bottom: 0;
	padding: 2em 0 1.3em 0;
	position: relative;
	top: 0;
	width: 88%;
}
header.projectheader {
    margin: 0 auto;
    padding: 2.8em 0 2.5em 0;
    width: 88%;
    border: none;

}
.container.introblock h1 {
	font-size: 4rem;
	margin-bottom: 0;
	letter-spacing: -0.2rem;
	line-height: 2rem;
	padding-bottom: 3rem;
}
.container.introblock h1 span{
	font-size: 2.1rem;
letter-spacing: -0.1rem;
}
.pinfo{
	width:15px;
}
.pinfo span.year{
	font-size:8.5px !important;
	line-height:11px;
	letter-spacing:0;
}
.tri{
	border-width: 20px 12px 0 12px;
	border-radius: 2px;
}
.container.introblock p {
	width: 94%;
	font-size: 1.1rem;
	line-height: 1.6em;
	padding: 0 0 0 2rem;
}
section.homeproject h2 {
	font-size: 1.7rem;
	margin-bottom: 0;
}
section.homeproject p {
	font-size: 1rem;
	margin-bottom: 0;
	line-height: 1.2;
}
/*section.homeproject.pad{
	padding-right:50px;
}*/
section.homeproject.nopad{
	padding-right:0px;
}
.aboutme h2 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
}
.aboutme p {
    font-size: 1em;
    line-height: 1.6;
}

footer, footer.homefooter, footer.aboutmefooter{
	width:100%;
	position:relative;
	bottom:0;
	margin-top:0.5rem;
	padding: 50px 0;
}
/*footer.aboutmefooter{
	position:fixed;
}*/
footer p{
	font-size:1.25rem;
}
.copyright {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
.copyright p{
	line-height:1.4em;
}
.copyright p br{
	display:block;
}
.container.projectheader h1 {
	font-size: 3rem;
	max-width:100%;
	margin-bottom:1rem;
	line-height: 2.8rem;
	padding: 12px 0 12px 0;
	letter-spacing:-0.1rem;
}
.container.projectheader h1 span {
    font-size: 2.3rem;
}
header.projectheader {
	width: 80%;
}
.container.projectheader {
	width: 100%;
	padding-bottom:0;
}
.container.projectheader p {
	width: 100%;
	font-size: 0.86em;
	line-height: 1.4em;
}
section.browsermockup, section.tabletmockup, section.twoblocks {
	margin: 0 0 1.5em 0;
}
section .carousel {
	width: 100%;
	padding-top: 3rem;
	z-index:200;
}
section.twoblocks .blockleft, section.twoblocks .blockright {
	width: 100%;
}
section.twoblocks .blockleft, section.desktopmockup {
	margin-bottom: 1.5em;
}
.container, .sitetitle, .container.mockups, .container.buttons {
	width: 88%;
}
.previousProject, .nextProject{
	width: 48.5%;
}
.sitetitle {
	width: 100%;
	padding: 2em 6% 1em 6%;
}
.projectinfo .icon, .projectinfo .icon2 {
	width: 30px;
	height: 30px;
	padding: 0.5em 0 0 0;
	text-align: center;
	margin-right: 0.3rem;
	font-size: 1.3rem;
}
.projectinfo .icon2 {
	padding: 1px;
}
.previousProject, .nextProject {
    margin-top: 1rem;
	padding:0;
}
.nextProject {
    margin-top: 1rem;
}
.previousProject h3, .nextProject h3 {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
		padding: 10px;
		width: 100%;
}
section.infographicmockup{
	padding:5% 0;
	margin: 0 0 1em 0;
}
section.infographicmockup img {
	margin: 0 auto;
	float: none;
	display: block;
	width: 90%;
	border: #fff 10px solid;
}
.aboutprojectlabel{
	width:60%;
	bottom: 1rem;
left: 1.2rem;
}
.aboutprojectlabel p{
	font-size: 1rem;
line-height: 1em;
}
.aboutprojectlabel p span {

    font-size: .85rem;
}
section .carousel .aboutprojectlabel{
	display:none;
}
section.homeproject .projectpic.zoggsimg img {
    height: 92%;
    margin: 8% 4% 4% 4%;
    width: 92%;
}
.container.aboutme{
	margin: 0 auto 0 auto;
padding: 2em 0 0 0;
}
section.twoblocks .blockleft.logorow, section.twoblocks .blockright.logorow{
	width:100%;
}
.container.projectheader h1.aboutmetitle{
	width:88%;
}
.container.projectheader p.aboutmetext{
	width:100%;
}
.aboutmeimage img{
	height:100vh;
}
.wrapper.aboutmewrapper{
	margin-bottom:1em;
}
}
/* Self Clearing Goodness */
.container:after, .row:after, .u-cf {
	content: "";
	display: table;
	clear: both;
}
