/* Shane Seminole Mielke */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FONT STUFF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@font-face {
	font-family: 'FontSiteSansBoldCondensed';
	font-style: normal;
	font-weight: normal;
	src: url('../assets/fonts/FontSiteSans/FontSiteSans-BoldCd-webfont.eot');
	src: local('☺'), url('../assets/fonts/FontSiteSans/FontSiteSans-BoldCd-webfont.woff') format('woff'),
					 url('../assets/fonts/FontSiteSans/FontSiteSans-BoldCd-webfont.ttf') format('truetype'), 
					 url('../assets/fonts/FontSiteSans/FontSiteSans-BoldCd-webfont.svg#webfontKsYZnMzo') format('svg');
	}
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Body - General Layout Structure	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	background-color: #FFF;
	color: #CCC;
	font: 14px/22px "Roboto", Verdana, Arial, geneva, sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	}

	img {
		border: 0;
		border-style: none;
		padding: 0;
		}
	
	a:link {color: #66ccff; font-weight: bold; text-decoration: none;}
	a:active {color:#66ccff; font-weight: bold; text-decoration: none;}
	a:visited {color: #66ccff; font-weight: bold; text-decoration: none;}
	a:hover {color: #66ccff; font-weight: bold; text-decoration: none;}

	.light a:link {color: #666666; font-weight: bold; text-decoration: none;}
	.light a:active {color:#666666; font-weight: bold; text-decoration: none;}
	.light a:visited {color: #666666; font-weight: bold; text-decoration: none;}
	.light a:hover {color: #66ccff; font-weight: bold; text-decoration: none;}

		
	.tweenAll_025 {
		transition: all 0.25s cubic-bezier(0.25,1,0.25,1);
		}
	.tweenAll_05 {
		transition: all 0.5s cubic-bezier(0.25,1,0.25,1);
		}
	.tweenAll_75 {
		transition: all 0.75s cubic-bezier(0.25,1,0.25,1);
		}
	.tweenAll_1 {
		transition: all 1s cubic-bezier(0.25,1,0.25,1);
		}

		h1 {
			color: #666;
			font: 42px/42px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
			margin: 0 0 10px 0;
			padding: 0;
			position: relative;
			text-transform: uppercase;
			}
		h2 {
			color: #666;
			font: 32px/32px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
			margin: 0 0 10px 0;
			padding: 0;
			position: relative;
			text-transform: uppercase;
			}
		h3 {
			color: #666;
			font: 24px/24px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
			margin: 0 0 10px 0;
			padding: 0;
			position: relative;
			text-transform: uppercase;
			}

		
	/**********************************************************************************
	PRELOADER
	**********************************************************************************/

	#door-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		overflow: hidden;
		}
		#door-cover {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			bottom: 0;
			margin: 0;
			background-color: #FFF;
			}
		#door-left,
		#door-right { 
			width: 100%; 
			height: 100%;
			position: absolute; 
			top: 0;
			bottom: 0;
			margin: 0;
			background-color: #FFF;
			}
		#preloader {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			height: 70px;
			width: 70px;
			margin: -35px 0 0 -35px;
			background: transparent url(../img/preloader.png) no-repeat 0 0;
			opacity: 0;
			}

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTAINER ELEMENTS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#background {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #222222;
		}

	#wrapper {
		height: 100%;
		width: 100%;
		opacity: 0;
		}

		.section {
			display: inline-block;
			position: relative;
			width: 100%;
			margin: 0;
			padding: 0;
			text-align: center;
			}
			#work .section {
				margin-bottom: 75px;
				}


			.section-inner {
				position: relative;
				width: 100%;
				margin: 25px auto 25px auto;
				}
				.inner-wide {
    				position: relative;
					margin: 0 auto;
					padding: 0 20px;
					text-align: left;
					max-width: 1240px;
					box-sizing: border-box;
					}
					.showcase .inner-wide {
						max-width: 750px;
						}
					.streamlined .inner-wide {
						max-width: 960px;
						}
					.centered .inner-wide {
						text-align: center;
						}

				.light .angle-top {
					display: block;
					position: absolute;
					top: -29px;
					left: 0;
					width: 100%;
					height: 30px;
					background-image: url(../img/angle_top.png);
					background-repeat: no-repeat;
					background-position: bottom center;
					background-size: 100% 100%;
					image-rendering: -webkit-optimize-contrast;
					}
				.light .angle-bottom {
					display: block;
					position: absolute;
					bottom: -29px;
					left: 0;
					width: 100%;
					height: 30px;
					background-image: url(../img/angle_bottom.png);
					background-repeat: no-repeat;
					background-position: top center;
					background-size: 100% 100%;
					image-rendering: -webkit-optimize-contrast;
					}


				.light .section-inner {
					background-color: #FFF;
					margin: 0 auto 0 auto;
    				padding: 20px 0;
					}
					.light .metatitle,
					.light .title,
					.light p {
						color: #666666;
					}
					.light .inner-wide {
						color: #666666;
						}
				.angles {
					z-index: 2;
					}
					.angles .book {
						margin-top: 0;
						margin-bottom: 0 !important;
						height: 220px;
					}
					.angles .book ul {
						margin-top: 0;
						margin-bottom: 0;
						}
					#info .angles {
						margin-top: 50px;
						margin-bottom: 50px;
						}



			.column {
				display: inline-block;
				width: 47%;
				margin: 0 1% 0 0;
				vertical-align: top;
				text-align: left;
				}
				.column-book1 {
					width: 225px;
					}
				.column-book2 {
					width: calc(100% - 250px);
					}

			.clear {
				content: ".";
				visibility: hidden;
				display: block;
				height: 0;
				clear: both;
				}
			.clear-block {
				clear: both;
				}


		
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HOMEPAGE
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
		#home-feature {
			padding: 100px 0;
			}
			#home-feature-status {
				display: block;
				font: 16px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				letter-spacing: 1px;
				text-align: center;
				color: #fff;
				}
				span.faded {
					opacity: .5;
					}
			#home-feature-title {
				display: block;
				font: 180px/135px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				letter-spacing: 1px;
				text-align: center;
				color: #fff;
				}

		#home-projects {
			padding-bottom: 100px;
		}

		#home-skills .section-inner {
			padding-top: 50px;
		}

		#home-accolades,
		#home-social {
			padding: 50px 0;
			}
			#twitter-box {
				display: block;
				margin: 0;
				padding: 0 10px 0 10px;
				background-color: #FFF;
				border-radius: 5px;
				}
				#twitter-widget-0 {
					margin: 5px 0 0 0;
					}
				#twitter-widget-1 {
					display: block;
					margin: 0 5px 0 0;
					}
				#twitter-widget-1 {
					display: block;
					margin: 0;
					}

		#home-info .brands {
			margin-top: 50px;
			}
			.clients {
				padding: 0;
				font-size: 0;
				text-align: center;
				}
				.clients img {
					margin: 20px;	
					}

			.clients img{
				transform-origin: 50% 50%;
				transform-style: preserve-3d;
				transition: all 1s cubic-bezier(0.25,1,0.25,1);
				}



	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SKILLS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

		#home-skills {
			height: 600px;
			}
			#home-skills .metatitle,
			#home-skills .title {
				margin: 0;
				text-align: center;
			}
			.skill {
				position: absolute;
				width: 25%;
				height: 600px;
				background-position: center center;
				background-size: cover;
				}
				.skill1 {
					top: 0;
					left: 0;
					background-color: rgba(25,25,25,1);
					background-image: url(../img/capabilities/design.jpg);
					}
				.skill2 {
					top: 0;
					left: 25%;
					background-color: rgba(25,25,25,1);
					background-image: url(../img/capabilities/dev.jpg);
					}
				.skill3 {
					top: 0;
					left: 50%;
					background-color: rgba(25,25,25,1);
					background-image: url(../img/capabilities/webgl.jpg);
					}
				.skill4 {
					top: 0;
					left: 75%;
					background-color: rgba(25,25,25,1);
					background-image: url(../img/capabilities/motion.jpg);
					}
				.skill-cover {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: #000;
					opacity: 0.6;
				}
				.skill-dividers {
					position: absolute;
					top: 10%;
					left: 0;
					width: 100%;
					height: 80%;
					}
					.skill-divider {
						position: absolute;
						background-color: #fff;
						width: 50px;
						height: 1px;
						top: 0;
						left: 50%;
						margin: 0 0 0 -25px;
						opacity: 0.25;
						}
						.skill-divider.bottom {
							top: auto;
							bottom: 0;
							}

				.skilltext {
					position: absolute;
					top: 75%;
					left: 0;
					width: 100%;
					text-align: center;
					}
					.skill-title {
						font: 38px/38px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						color: rgba(255,255,255,1);
						}
					.skill-description {
						font: 16px/16px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
    					font-weight: 400;
						color: rgba(255,255,255,0.5);
						}




	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SUBNAV
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	.subnav {
		display: inline-block;
		position: absolute;
		top: 12px;
		right: 30px;
		text-align: right;
		margin: 0;
		padding: 0;
		list-style: none outside;
		font-size: 12px;
		}
		.subnav li {
			display: inline-block;
			margin: 0;
			padding: 0;
			text-align: center;
			color: #fff;
			vertical-align: middle;
			}
			.subnav a {
				display: inline-block;
				font: 14px/25px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				text-align: center;
				margin: 0;
				padding: 0 5px 0 5px;
				text-decoration: none;
				color: #fff;
				background-color: rgba(0, 0, 0, .15);
				transition: all .75s cubic-bezier(0.25,1,0.25,1);
				}
				.subnav .active,
				.subnav a:hover {
					color: #66ccff;
					background-color: rgba(0, 0, 0, .6);
					}
				.subnav a.active:hover {
					color: #fff;
					background-color: rgba(0, 0, 0, .6);
					}
			.subnav .dim {
				opacity: .5;
				padding: 2px;
				}

	#accolade .subnav,
	#project .subnav,
	/*#work .subnav,*/
	#showcase .subnav {
		right: 20px;
		}

	#project .subnav {
		display: none;
		}


	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	HEADER ELEMENTS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 55;
		overflow: hidden;
		}

		#spacer {
			width: 100%;
			height: 60px;
			margin: 0;
			padding: 0;
			}

		#header.scrolled {
			background-color: rgba(37,37,37,1);
			height: 40px;
			}
			#header-name {
				position: absolute;
				top: 0;
				left: 0;
				display: inline-block;
				margin: 10px 0 0 10px;
				transition: margin 1s cubic-bezier(0.25,1,0.25,1);
				color: #FFFFFF;
				}
				
				#header.scrolled #header-name {
					margin: 5px 0 0 10px;
					/*
					color: #333333;
					color: #66ccff;
					*/
					}
				#header-name h1 {
					display: block;
					color: #FFF;
					font: 36px/32px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 1px;
					margin: 0;
					padding: 0;
					transition: all 1s cubic-bezier(0.25,1,0.25,1);
				
					display: none;
					}

				#header-name .tagline {
					display: block;
					font: 12px/8px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					letter-spacing: 1px;
					padding: 0;
					opacity: 0;
					margin: 0;
					transition: margin 1s cubic-bezier(0.25,1,0.25,1);
					color: #999;
					
					display: none;
					}
					#header.scrolled #header-name .tagline {
						margin: 20px 0 0 0;
						}
				#header-name .logo {
					float: left;
					display: none;
					height: 40px;
					width: 40px;
					transition: all 1s cubic-bezier(0.25,1,0.25,1);
					
					display: block;
					}
					#header.scrolled #header-name .logo {
						height: 30px;
						width: 30px;
						}
			#header-nav {
				position: absolute;
				top: 0;
				right: 0;
				display: inline-block;
				text-align: right;
				margin: 20px 20px 0 0;
				transition: margin 1s cubic-bezier(0.25,1,0.25,1);
				}
				#header.scrolled #header-nav {
					margin: 10px 20px 0 0;
					}
			#header-nav a {
				font: 18px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				letter-spacing: 1px;
				margin-left: 15px;
				padding: 5px;
				transition: all 1s cubic-bezier(0.25,1,0.25,1);
				}
				
				#header-nav a:link {color: #fff;}
				#header-nav a:active {color: #fff;}
				#header-nav a:visited {color: #fff;}

				#showcase #header-nav a:first-child,
				#work #header-nav a:nth-child(2),
				#project #header-nav a:nth-child(2),
				#info #header-nav a:nth-child(3),
				#accolade #header-nav a:nth-child(3),
				#header-nav a:hover {
					color: #66ccff;
					}

		
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FOOTER ELEMENTS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#footer {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 50px 0 0 0;
		}
		
		#social {
			display: block;
			position: relative;
			width: 220px;
			height: 60px;
			margin: 0 auto 0 auto;
			padding: 0;
			text-align: center;	
			}
			#social a {
				display: inline-block;
				width: 32px;
				height: 32px;
				margin: 4px 4px 0 4px;
				transform-origin: 50% 50%;
				perspective: 50px;
				perspective-origin: 50% 50%;
				}
			
			.icon {
				display: block;
				width: 32px;
				height: 32px;
				transform-origin: 50% 50%;
				transform-style: preserve-3d;
				transition: all 1s cubic-bezier(0.25,1,0.25,1);
				}
				.icon-email {
					background: transparent url(../img/icons.png) no-repeat 0 0;
					}
				.icon-tweeter {
					background: transparent url(../img/icons.png) no-repeat -32px 0;
					}
				.icon-behance {
					background: transparent url(../img/icons.png) no-repeat -64px 0;
					}
				.icon-instagram {
					background: transparent url(../img/icons.png) no-repeat -96px 0;
					}
					.icon-flip {
						transform: rotateY(360deg) rotateX(0deg);
						}
			.icon-rollover {
				display: block;
				font-family: "Roboto", Verdana, Arial, geneva, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				color: #666;
				text-align: center;
				margin: 0;
				opacity: 0;
				}
		#legal {
			display: block;
			width: 100%;
			margin: 0;
			padding: 10px 0 25px 0;
			font-family: "Roboto", Verdana, Arial, geneva, sans-serif;
			font-size: 11px;
			color: #777;
			text-align: center;
			}
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SUBPAGES	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
			
	#brand {
		 background-color: white;
		}



	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PROJECT ELEMENTS	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.divider {
		display: block;
		height: 50px;
		margin: 0;
		}

	.metatitle {
		margin: 0;
		padding: 0;
		font: 14px/14px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #FFF;
		opacity: 0.5;
		text-align: left;
		}
	.title {
		position: relative;
		margin: 0 50px 5px 0;
		padding: 0;
		font: 26px/26px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #FFF;
		text-align: left;
		}

	.info-bio {
		margin: 5px 0 10px 0;
		font-size: 12px;
		color: #999;
		text-align: center;
		}

	.info-details {
		margin: 0 0 15px 0;
		color: #999;
		text-align: center;
		}
		.role,
		.agency,
		.year {
			display: inline-block;
			font-size: 10px;
			color: #999;
			margin: 0 5px;
			}
		.role strong,
		.agency strong,
		.year strong,
		.awards strong {
			color: #CCC;
			}

			#project .metatitle,
			#project .title {
				text-align: center;
			}
			#project .title {
				margin: 0;
			}

        .awards {
            margin: 10px 0 5px 0;
			font-size: 10px;
			color: #999;
            text-align: center;
            }
            .awards img {
                height: 15px;
                width: auto;
                opacity: 0.75;
                }

		.linkage {
			display: block;
			margin-top: 5px;
			}
			.linkage a {
				display: inline-block;
				margin: 5px 5px 0 5px;
				padding: 5px 10px;
				background-color: #000;
				color: #66ccff;
				font-size: 10px;
				transition: all .5s cubic-bezier(0.25,1,0.25,1);
				}
				.linkage a:link {color: #66ccff;}
				.linkage a:active {color: #66ccff;}
				.linkage a:visited {color: #66ccff;}
				.linkage a:hover {color: #FFF;}




	.featured-images {
		padding: 0;
		}
		.featured-images img,
		.featured-images video {
			width: 100%;
			float: none;
			margin: 0 0 0.5% 0;
			}
		#info .featured-images {
			padding: 0;
			}


	.featured-images.sd {
		margin: 5px auto 5px auto;
		max-width: 1020px;
		}

	.project-images {
		display: block;
		margin: 0 0 5px 0;
		margin: 0;
		padding: 0;
		text-align: center;
		text-align: left;
		}
		.project-images img,
		.project-images video,
		.project-images .project-panel {
			display: inline-block;
    		vertical-align: top;
			width: 49.5%;
			margin: 0 0.5% 1% 0;
			float: left;
			}
		.project-images img:nth-of-type(even),
		.project-images video:nth-of-type(even),
		.project-images .project-panel:nth-of-type(even) {
			margin: 0 0 1% 0.5%;
			}
			.project-images .project-panel img,
			.project-images .project-panel video {
				display: block;
				width: 100%;
				height: auto;
				margin: 0;
				float: none;
				}

		.project-images.sd {
			margin: 5px auto 5px auto;
			max-width: 1020px;
			}

		.project-images.archive {
			margin: 5px auto 5px auto;
			max-width: 710px;
			}
			.project-images.archive img,
			.project-images.archive video,
			.project-images.archive .project-panel {
				display: block;
				width: 100%;
				margin: 0 0 15px 0;
				}

	@media screen and (max-width: 750px) {
	.featured-images {
		padding: 0;
		}
		.project-images img,
		.project-images video,
		.project-images .project-panel,
		.project-images img:nth-of-type(even),
		.project-images video:nth-of-type(even),
		.project-images .project-panel:nth-of-type(even){
			display: block;
			width: 100%;
			margin: 0 0 10px 0 !important;
			}
	}


	.project-content {
		margin: 0 0 10px 0;
		padding: 10px;
		background-color: #fff;
		border-radius: 5px; 
		color: #013c65;
		}
		
		.project-content ul {
			display: inline-block;
			margin: 0 0 20px 0;
			padding: 0;
			width: 450px;
			}
			
		.project-content lh {
			font-size: 14px;
			}
			
		.project-content li {
			list-style: none;
			margin-left: 0;
			padding-left: 0;
			padding-left: 1em;
			text-indent: -1em;
			list-style-position:outside;
			}
			/*
			.project-content li:before { content: "- " };
			*/
		.project-content a {color: #013c65;}
		.project-content a:link {color: #013c65;}
		.project-content a:active {color: #013c65;}
		.project-content a:visited {color: #013c65;}
		.project-content a:hover {color: #66ccff;}
		
		.video-wrapper {
			display: block;
			position: relative;
			padding-bottom: 56.25%;
			margin-bottom: 10px;
			height: 0;
		}
		.video-wrapper iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
				
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTENT ELEMENTS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

		.press-list {
			display: inline-block;
			margin: 0;
			padding: 0;
			}
			.press-list lh {
				font: 20px/18px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				}
			.press-list li {
				list-style: none;
				margin: 0;
				padding: 0;
				list-style-position: outside;
				}
		.contenticons,
		.contenttext {
			padding: 1px 15px 1px 15px;
			}
			.contenttext a {
				color: #666666;
				}
			.contenttext a:hover {
				color: #66ccff;
				}
			.contenttext .title,
			.contenttext .metatitle {
				color: #013c65;
				}
				
			.contenttext a:hover {
				color: #66ccff;
				}
			.socialicon {
				display: inline-block;
				width: 110px;
				height: 80px;
				margin: 5px 20px 25px 20px;	
				
				transform-origin: 50% 50%;
				perspective: 100px;
				perspective-origin: 50% 50%;
				}
				
				.icon-large {
					display: block;
					width: 110px;
					height: 80px;
					transform-origin: 50% 50%;
					transform-style: preserve-3d;
					transition: all 1s cubic-bezier(0.25,1,0.25,1);
					}
				

   
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PROJECT GRID ELEMENTS	
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	.project-grid {
		/*
		overflow: hidden;
		*/
		}
	/*#work .project-grid,*/
	#home .project-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 10px 0 0 0;
		padding: 0;
		}
		.project-grid.left {
			justify-content: left;
			}

		.project-bucket {
			display: inline-block;
			width: 230px;
			margin: 0 10px 10px 0;
			text-align: left;
			float: left;
			}
			.project-bucket .project-thumb:first-child {
				margin: 0 0 10px 0;
				}
			.project-bucket .project-thumb:nth-child(2) {
				margin: 0 0 0 0;
				}
	/*
	#work .project-grid {
		justify-content: left;
		}
	*/







	/**********************************************************************************
	GENERIC FLIP STUFF
	**********************************************************************************/

	.flip-left .side {
		transform: rotateY(90deg);
		}
	.flip-right .side {
		transform: rotateY(-90deg);
		}
	.flip-up .side {
		transform: rotateX(-90deg);
		}
	.flip-down .side {
		transform: rotateX(90deg);
		}
		.side {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
			.inside {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
				background-size: 100% 100%;
				overflow: hidden;
				opacity: 0;
				}
				.inside p {
					display: block;
					position: absolute;
					left: 50%;
					top: 50%;
					width: 80%;
					color: #FFF;
					text-align: center;
					text-transform: uppercase;
					font: 20px/18px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
					text-shadow: 0 15px 25px rgba(0, 0, 0, 1), 0 15px 25px rgba(0, 0, 0, .5), 0 15px 5px rgba(0, 0, 0, 0.12);
					transform: translate(-50%, -50%);
					margin: 0;
					}

				.project-feature .inside span {
					font: 40px/38px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
					}

		.flip-footer {
			display: block;
			text-align: center;
			font: 10px/16px "Roboto", Verdana, Arial, geneva, sans-serif;
			color: #FFF;
			opacity: 0;
			}
			.flip-footer strong {
				color: #66CCFF;
				font-size: 12px;
				}


	/**********************************************************************************
	PROJECT THUMBS
	**********************************************************************************/

	.project-thumb-xl {
		display: inline-block;
		width: 230px;
		height: 270px;
		margin: 0 10px 10px 0;
		padding: 0;
		text-align: center;
		float: left;
		}
		.project-thumb-xl video, 
		.project-thumb-xl img {
			display: block;
			position: relative;
			width: 100%;
			height: auto;
			}
		.project-thumb-xl video {
			position: absolute;
			top: 0;
			left: 0;
			}

		.project-thumb-xl ul {
			max-width: 230px;
			list-style: none;
			margin: 0;
			padding: 0;
			
			transform-style: preserve-3d;
			perspective: 500px;
			}
			.project-thumb-xl li {
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000;
				
				backface-visibility: hidden;
				transform-origin: 50% 50% -115px;
				}
				.project-thumb-xl li.side {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					}
					.project-thumb-xl .inside {
						background-image: url(../img/thumbs-xl/bg_thumb.jpg);
						}

	.project-thumb {
		display: inline-block;
		width: 230px;
		height: 130px;
		margin: 0 10px 10px 0;
		padding: 0;
		text-align: center;
		float: left;
		}
		.project-thumb video,
		.project-thumb img {
			display: block;
			position: relative;
			width: 100%;
			height: auto;
			}
		.project-thumb video {
			position: absolute;
			top: 0;
			left: 0;
			}
		.project-thumb ul {
			max-width: 230px;
			list-style: none;
			margin: 0;
			padding: 0;
			
			transform-style: preserve-3d;

			perspective: 250px;
			}
			.project-thumb li {
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000;
				
				backface-visibility: hidden;
				transform-origin: 50% 50% -115px;
				}
				.project-thumb .inside {
					background-image: url(../img/thumbs/bg_thumb.jpg);
					}

	#home .project-bucket,
	#home .project-thumb,
	#home .project-thumb-xl {
		float: none;
		}
	#home .project-thumb {
		display: block;
		}


	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	PROJECT FEATURE PAGE
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.project-feature {
		display: block;
		width: 710px;
		height: 230px;
		margin: 0 0 30px 0;
		padding: 0;
		text-align: center;
		}
		.project-feature img {
			display: block;
			position: relative;
			width: 100%;
			height: auto;
			}
		.project-feature ul {
			max-width: 710px;
			list-style: none;
			margin: 0;
			padding: 0;

			transform-style: preserve-3d;
			perspective: 1000px;
			}
			.project-feature li {
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000;

				backface-visibility: hidden;
				transform-origin: 50% 50% -115px;
				}

	/**********************************************************************************
	FWA
	**********************************************************************************/

	.fwa {
		display: inline-block;
		width: 190px;
		height: 310px;
		margin: 20px;
		padding: 0;
		vertical-align: top;
		}
		.fwa img {
			display: block;
			position: relative;
			width: 100%;
			height: auto;
			}
		.fwa ul {
			max-width: 155px;
			list-style: none;
			margin: 16px 0 16px 17px;
			padding: 0;
			
			transform-style: preserve-3d;
			perspective: 500px;
			}
			.fwa li {
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000;
				backface-visibility: hidden;
				transform-origin: 50% 50% -77px;
				}
		.sotm {
			background: transparent url(../img/fwa/frame-sotm-cropped.png) no-repeat top left;
			}
		.sotd {
			background: transparent url(../img/fwa/frame-sotd-cropped.png) no-repeat top left;
			}
		.motd {
			background: transparent url(../img/fwa/frame-motd-cropped.png) no-repeat top left;
			}


	/**********************************************************************************
	MAGAZINES
	**********************************************************************************/

	.mag {
		display: inline-block;
		width: 190px;
		height: 280px;
		margin: 20px 20px 0 20px;
		padding: 0;
		vertical-align: top;
		}
		.mag img {
			display: block;
			position: relative;
			width: 100%;
			height: auto;
			}
			.mag-square img {
				height: 100%;
				}

		.mag ul {
			max-width: 155px;
			list-style: none;
			margin: 15px auto;
			padding: 0;
			
			transform-style: preserve-3d;
			perspective: 800px;
			}
			.mag li {
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000;
				
				backface-visibility: hidden;
				transform-origin: 0% 50% 0;
				}

			.mag .page {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				}
				.page img,
				.cover img {
					outline: 1px solid transparent;
					}

			.cover {
				transform: rotateY(0deg) translateZ(0px);
				}
			.page1 {
				transform: rotateY(20deg) translateZ(-1px);
				}
			.page2 {
				transform: rotateY(30deg) translateZ(-2px);
				}
			.page3 {
				transform: rotateY(40deg) translateZ(-3px);
				}

	/**********************************************************************************
	BOOKS
	**********************************************************************************/

	.book {
		display: inline-block;
		position: relative;
		width: 190px;
		height: 310px;
		margin: 20px 20px 0 20px;
		padding: 0;
		vertical-align: top;
		}
		.book img {
			display: block;
			position: relative;
			width: 100%;
			height: auto;
			}
		.book ul {
			max-width: 155px;
			list-style: none;
			margin: 15px auto;
			padding: 0;

			transform-style: preserve-3d;
			perspective: 800px;
			}
			.book li {
				outline: 1px solid transparent;
				display: block;
				width: 100%;
				height: 100%;
				background-color: #000;
				
				backface-visibility: hidden;
				transform-origin: 0% 50% 0;
				}
				.book li:first-child {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}




	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	TOOLS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
	#tools {
		display: block;
		position: fixed;
		width: 39px;
		height: 120px;
		right: 0;
		top: 50%;
		margin: -60px 0 0 0;
		z-index: 55;
		}
	   .tool {
			display: block;
			margin: 0 0 1px 0;
			padding: 0;
			width: 39px;
			height: 39px;
			}

			.tool-up li {
				background: url(../img/controls.png) no-repeat 0 -40px;
				}
			.tool-up li:nth-child(2) {
				background: url(../img/controls.png) no-repeat 0 0;
				}

			.tool-down li {
				background: url(../img/controls.png) no-repeat -40px -40px;
				}
			.tool-down li:nth-child(2) {
				background: url(../img/controls.png) no-repeat -40px 0;
				}

			.tool-work li {
				background: url(../img/controls.png) no-repeat -80px -40px;
				}
			.tool-work li:nth-child(2) {
				background: url(../img/controls.png) no-repeat -80px 0;
				}

			.tool img {
				border: 0;
				padding: 0;
				}
			.tool ul {
				display: block;
				position: relative;
				width: 39px;
				height: 39px;
				margin: 0;
				padding: 0;
				list-style: none;
				
				transform-style: preserve-3d;
				perspective: 80px;
				}
				.tool ul > li {
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 39px;
					height: 39px;
					padding: 0;
					margin: 0;
					
					backface-visibility: hidden;
					transform-origin: 50% 50% -19px;
					}



			
	/**********************************************************************************
	3D ROTATION EXTRAS
	**********************************************************************************/

	.overlay {
		display: inline-block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		opacity: 1;
		}

	.overlay-solid {
		opacity: 0;
		}
	.overlay-cover {
		background-color: transparent;
		background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
		background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
		background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
		background: -o-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
		background: linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
		opacity: 0;
		}
	.overlay-gradient-top {
		background-color: transparent;
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		}
	.overlay-gradient-bottom {
		background-color: transparent;
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		}
	.overlay-gradient-left {
		background-color: transparent;
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		}
	.overlay-gradient-right {
		background-color: transparent;
		background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
		}

	.project-panel {
		transform-origin: 50% 50%;
		perspective-origin: 50% 50%;
		perspective: 1500px;
		}
		.project-panel img {
			transform-origin: 50% 50%;
			transform-style: preserve-3d;
			}
			.easecubic {
				transition: all 1s cubic-bezier(0.25,1,0.25,1);
				}
			.easelinear {
				transition: all linear;
				}
			
	/**********************************************************************************
	RESPONSIVE
	**********************************************************************************/
	@media screen and (max-width: 1260px) {
		#work .inner-wide,
		#home-projects .inner-wide {
			max-width: 1000px;
		}
		
		.mag,
		.book {
			margin-left: 0;
			margin-right: 0;
			}
		
		.fwa {
			margin-left: 5px;
			margin-right: 5px;
			}
	}


	@media screen and (max-width: 1020px) {
		#work .inner-wide,
		#home-projects .inner-wide {
			max-width: 760px;
		}
	}

	@media screen and (max-width: 780px) {
		#header-name .logo {
			display: block;
			}
			#header-name h1,
			#header-name .tagline {
				display: none;
				}
		#work .inner-wide,
		#home-projects .inner-wide {
			max-width: 520px;
		}
		
		.column {
			display: block;
			width: 100%;
			margin: 0 0 20px 0;
			}
		
		#home-tdj .column,
		#home-launchit .column {
    		text-align: center;
		}
		
		#tools {
			display: none;
		}
		
		#home-skills {
			height: auto;
			}
			#home-skills .section-inner {
				padding-top: 25px;
				position: absolute;
				top: 0;
				left: 0;
				}
				.skill {
					display: block;
					position: relative;
					top: auto;
					left: auto;
					width: 100%;
					height: 300px;
					background-position: top center;
					}
					.skill-dividers {
						display: none;
						}

		.project-feature {
			display: inline-block;
			width: 100%;
			height: auto;
			margin: 0 0 25px 0;
			}
		
		.project-feature .inside p {
			font: 14px/16px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
			text-shadow: 0 10px 25px rgba(0, 0, 0, 1), 0 15px 25px rgba(0, 0, 0, .5), 0 10px 10px rgba(0, 0, 0, 0.12);
			}
		
		.project-feature .inside span {
			font: 20px/24px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
			}
		
		#home-feature-title {
			font: 70px/50px FontSiteSansBoldCondensed, Verdana, Helvetica, Arial, sans-serif;
			}
		
	}


	@media screen and (max-width: 550px) {
		body {
			font: 12px/18px "Roboto", Verdana, Arial, geneva, sans-serif;
			}
			.info-bio {
				font-size: 10px;
				}
			.role,
			.agency,
			.year {
				font-size: 8px;
				}

					#home-projects .inner-wide {
						max-width: none;
						}
		
		.project-thumb-xl {
			display: inline-block;
			width: 47%;
			height: auto;
			margin: 0 2% 2% 0;
			}
			.project-thumb-xl video,
			.project-thumb-xl img {
				width: 100%;
				height: auto;
				}
		
			.project-bucket {
				display: inline-block;
				width: 47%;
				height: auto;
				margin: 0 2% 2% 0;
				}
			.project-bucket .project-thumb:first-child {
				margin: 0 0 4% 0;
				}
		
				.project-bucket .project-thumb {
					display: block;
					width: 100%;
					height: auto;
					margin: 0 0 2% 0;
					}
		
				.project-thumb {
					display: block;
					width: 100%;
					height: auto;
					margin: 0 0 2% 0;
					}
			#work .project-thumb {
				display: inline-block;
				width: 47%;
				height: auto;
				margin: 0 2% 2% 0;
				}

		
		.book {
			display: inline-block;
			width: 47%;
			height: auto;
			margin: 0 0 20px 0;
			}

			.book ul {
				margin: 15px 5px;
				}
		
		.mag {
			display: inline-block;
			width: 47%;
			height: auto;
			margin: 0 0 20px 0;
			}

			.mag ul {
				margin: 15px 5px;
				}
		
		.fwa {
			display: inline-block;
			width: 47%;
			height: auto;
			margin: 10px 1% 20px 1%;
			background-size: 100% auto;
			max-width: 160px;
			}
			.fwa ul {
				margin: 8.4% 8.9%;
				}
		.clients img {
			width: 20%;
			height: auto;
			margin: 2%;
			}
		
				.light .angle-top {
					background-image: url(../img/angle_top_mobile.png);
					}
				.light .angle-bottom {
					background-image: url(../img/angle_bottom_mobile.png);
					}
		/*
		.project-panel img,
		.project-panel video,
		.featured-images img,
		.featured-images video {
			margin: 0 0 10px 0 !important;
			}
		*/
	}


	/**********************************************************************************
	VERY SPECIAL CASES
	**********************************************************************************/

	@media screen and (max-width: 400px) {
		.subnav .dim {
			display: none;
			}
	}
	@media screen and (max-width: 350px) {
		.subnav {
			display: none;
			}
	}
