*
html, body, object, iframe, h1, h2, h3, h4, h5, h6, a, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, ul, li, p, div, span{ 
	margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; 
} 
	
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
	font-family: 'Panton-Bold';
	src: url('../fonts/PantonBold.eot');
	src: url('../fonts/PantonBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PantonBold.woff') format('woff'),
		url('../fonts/PantonBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Panton-Regular';
	src: url('../fonts/Panton.eot');
	src: url('../fonts/Panton.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Panton.woff') format('woff'),
		url('../fonts/Panton.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Panton-SemiBold';
	src: url('../fonts/PantonSemiBold.eot');
	src: url('../fonts/PantonSemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PantonSemiBold.woff') format('woff'),
		url('../fonts/PantonSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body {
	background-color: #000;	
	overflow-x: hidden;
	font-family: 'Panton-Regular'; /*; , Verdana; */
	font-size:18px; /* base font size! */
	color:#fffef8;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* mobile safari workaround*/
}

/*
.gold {
	color: #d08f20;
}
.cream {
	color: #fffef8;
}
.magenta {
	color: #cd006c;
}
.grey {
	color: #8f8f8f;
}
*/

.hide-cursor { cursor: none; }
.ignore-clicks { pointer-events: none; }

.no_select{ 
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

#world-holder {
	position: fixed;
	top: 0px;
    left: 0px;
}

#status {
	position:fixed;
	top:0;
	left:0;
	font-size:0.66em;
	padding:2px;
}

#status p {
	background-color:rgba(0,0,0,.5);
}

#status {
	padding-bottom: 2px;
}

#title_label {
	background-color: #d08f20;/*cd006c;*/
	font-size: 0.9444em;
	color:#fff;
	padding: .6em 1.0em;
	position:fixed;
	visibility:hidden;
}

#label-pointer-svg {
	position:fixed;
	/*visibility:hidden;*/
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#mini-canvas {
	position:absolute;
	opacity:0.9;
	bottom:10px; 
	left:10px;
}

#mez-logo-loading {
	position:fixed;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width:100px;
	height:100px;
	fill:#d08f20;
}

#preload-juggler {
	position:fixed;
	top: 50%;
	left: 50%;
	
/*	width:59px; 
	height:110px;  */
	
	transform-origin: 50% 160px;
	transform:translate(-25px,-160px) rotate(0deg);
}

#preload-fill {
	position:fixed;
	left:0px;
	top:0px;
	width:0%;
	height:3px;
	background-color:#cd006c;
}

#reveal-svg {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#intro-message {
	position:fixed;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*margin:0 auto;*/
	color:black;
	font-family:"Panton-Semibold";
	font-size: 1.222em; /**22px*/
	text-align:center;
}

#im-background {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display: inline-block;
	/*background-color:rgba(0,0,0,.2);*/
}

#im-dialog {
	position:fixed;
	max-width:420px;
	width:90%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:rgba(208,143,32,.9); /* d08f20 */
	padding:20px 20px;
	/*font-size:0.8em;*/
}

#im-dialog p:first-child {
  	margin: 0 10px;
	padding-bottom:20px;
}

/*#im-dialog p:first-child {
	padding:20px 20px;
}

#im-dialog .last {
	border-top:1px solid #fffef8;
	padding:15px 10px 10px 10px;
}*/

#im-dialog svg {
	width:18px;
	height:18px;
	fill:black;
	vertical-align:middle;
}

#im-dialog #mez-dialog-logo {
	width:25px;
	height:25px;
}

#im-close-but-svg {
	display: inline-block;
	top: 10px;
    right: 10px;
    position: absolute;
}

#mez-logo, #mez-title {
	position:fixed;
	fill:#000;
	visibility:hidden;
	cursor:pointer;
}

#mez-logo {
	top: 30px;
	left: 33px;
	width:49px;
	height:49px;
}

#mez-title {
	top: 34px;
	left: 95px;
	width:142px;
	height:40px;
}

#menu-but {
	position:fixed;
	top: 27px;
	right: 30px; /* 451px = 428 + 23 */
	width:44px;
	height:44px;
	/*border:1px dashed black;*/
	
	display:inline-flex;
	align-items:center;
	justify-content: center;
	
	/*background-color:rgba(255, 254, 248, 0.9);*/
	
	cursor:pointer;
	visibility:hidden;
}

#menu-but-svg {
	width: 27px;
	height:27px;
}

#pop-but {
	position:fixed;
	top: 27px;
	right: 94px; /* 30 + 20 + 44 */
	width:44px;
	height:44px;

	/*border:1px dashed black;*/
	
	display:inline-flex;
	align-items:center;
	justify-content: center;
	
	/*background-color:rgba(255, 254, 248, 0.9);*/
	
	cursor:pointer;
	visibility:hidden;
}

#pop-but-svg {
	width: 27px;
	height:27px;
}

#menu {
	position:absolute;
	background-color:rgba(0,0,0,1.0);
	/*height:100%;*/
	width:428px; /* 362 + 66*/
	top:0px;
	right:-428px;
	color:#fffef8;
	padding-top:20px;
	display:none;
	/*visibility:visible;*/
}

#toolbar {
	position:fixed;
	top:0px;
	width:428px;
	right:-428px;
	height:129px; /* 99 + 30 */
	padding-top:27px; /*27 - 23 as border spacing*/
	display:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+70,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); *//* IE6-9 */
}

#toolbar .button{	
	width:44px;
	height:44px;	
	/*border:1px dashed magenta;*/	
	margin-left:23px;		
	display:inline-flex;
	align-items:center;
	justify-content: center;	
	cursor:pointer;
}

svg {
	
	image-rendering: -moz-crisp-edges;       
	image-rendering:  -o-crisp-edges;         
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	
}

#toolbar .button svg {
	width:23px;
	height:23px;
	fill:#fffef8;
}

#contact-but svg {
	width:25px !important;
	height:19px !important;
}

#close-but {
	float:right;
	margin-right:23px;
}	

#close-but svg { 
	width:18px !important;
	height:18px !important;
}

#content {
	margin-left:33px;
	margin-right:33px;	
}

#content a {
	text-decoration:none;
	color:#fffef8;
}

#content .section {
	/*border:1px dashed magenta;*/
	margin-top:100px;
	margin-bottom:60px;
}

#content #credits { /* Credits footer .section:last-child */
	border-top:1px solid #8f8f8f;
	margin-bottom:16px;
	padding-top: 8px;
	color:#8f8f8f;
	font-size:11px;
}

#content #credits span:last-child {
	float:right;
}

#content h1 {
	font-family:'Panton-Bold';
	color:#d08f20;
	padding-bottom:30px;
}

#content h2 {
	font-family:'Panton-SemiBold';
	color:#cd006c;
	margin-top: 20px;
	margin-bottom: 10px;
}	

#about-sec h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}

#nav-sec .title {
	font-family:'Panton-SemiBold';
	font-weight: bold;
}

#content ul {
	list-style: none;
}

#content li {
	height:44px;
	border-bottom: 1px solid #cd006c;
	line-height:44px; /* vertical align */
	
	cursor:pointer;
}

#content li:first-child {
	border-top: 1px solid #cd006c;
}

#content li:hover {
	color:#d08f20;
}

#content p {
	line-height: 1.5em;
	/*margin-bottom: 1.0em;*/
}

#clients {
	/*max-width:470px;*/
	width:100%;
	min-width: 310px;
}

.client_logo{ 
   display: inline-block;

	background:#fffef8;

	width: 31.5%;
	height: 5em;
	/*width:111px;*/ /*91 = 111 - 20 */
	/*height:89px; *//* 69 = 89 - 20 for border */
	
	border: 5px solid #fffef8;
	
	margin-bottom: 1.5%;
	margin-right: 1.5%;
	
	/*margin-bottom: 10px;
	margin-right: 10px;*/
	
	overflow:hidden;
	
	background-size: contain;
	background-repeat: no-repeat; 
	
  	background-position: 50% 50%;	
}

.client_logo:nth-child(3n) { /* every 3rd child */
	margin-right: 0px;
}

.team-member {
	display: inline-block;
	margin-bottom:20px;
}

.team-member p {
	line-height:1.2em !important;
}

.team-member:first-child {
	margin-right:14px;
}

.team-photo {
	display: inline-block;
	width:171px;
	height:125px;
	background:#d08f20;
	margin-bottom:15px;
	background-position:top center;
	background-size:100% auto;
}


#newsletter {
	margin-top: 70px;
	/*height:44px;*/
/*	width:100%;*/
}

input { /*rem ios stuff on form inputs*/
    -webkit-appearance: none;
	border-radius: 0;
}

#newsletter .input {
	font-family: 'Panton-Regular';
	font-size: .8333em;/* 15px 15/18 = .833333333 */
	color:#fffef8;
	
	display:inline-block;
	
	background:#cd006c;
	
	width:75%;
	height:44px;
	
	border-width:0;
	padding-left:10px;
}

#newsletter .button {
	font-family: 'Panton-SemiBold';
	font-size: .8333em;/* 15px 15/18 = .833333333 */
	color:#fffef8;
	
	display:inline-block;
	
	float: right;
	background:#d08f20;
	width:25%;
	height:44px;
	
/*	-webkit-appearance:none;
	-moz-appearance:none;*/
	
	border-width:0;
}

#newsletter #subForm {
	
}

#newsletter #form-overlay-msg {
	display:none;
	background:#d08f20;
	padding: 10px 10px;
	text-align: center;
	  line-height: 1.5em;
}
/* MEDIA QUERIES */

@media screen and (max-width:640px) { 	/* MOBILE */
	#menu, #toolbar {
		width:100%; 
	}
	
	body {
		font-size: 16px;
	}
	
	#content {
		margin-left:22px;
		margin-right:22px;	
	}
	
	#toolbar {
		height:118px; /* 88 + 30 */
		padding-top:12px;
	}
	
	#toolbar .button {
		margin-left:12px;
	}
	
	#content .section:first-child {
		margin-top:90px;
	}
	
	#close-but {
		margin-right:12px;
	}
	
	#mez-logo {
		top: 22px;
		left: 25px;
	}

	#menu-but {
		top: 22px;
		right: 22px;
	}	
	
	#pop-but {
		top: 22px;
		right: 86px;
	}

	#mez-title {
		display:none;
	}
	
	#clients {
		/*border:1px dashed green;*/
		/* here is blocking it  TODO: needs some work possibly bringing this in later. */
	/*	max-width:320px; */
	}

	.client_logo{ 
	  /*	margin-bottom: 5px;
		margin-right: 5px;*/
		 /* width calc = 91 = 111 - 20 */
	/*	width:86px;
		height:72px; */
	}
	
	.client_logo:nth-child(3n) { 
		/*margin-right: 0px;*/
	}
	
	.team-member {
		display:block;    
		margin-bottom: 40px
	}
	.team-member:first-child {
	    margin-right: 0;
	}
	.team-photo {
		width:100%;
		height:235px;
	}
	
}


@media screen and (max-width:320px) { 	
	
	
	
}