/*
	Theme Name: Squatch 2019	
	Theme URI: https://squatch.us
	Description: WP Theme for Squatch Creative
	Version: 2019.1
	Author: Squatch Creative
	Author URI: https://squatch.us

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url('https://fonts.googleapis.com/css?family=Orbitron:700|Oswald:400,700|Source+Code+Pro');

/*
font-family: 'Source Code Pro', monospace;
font-family: 'Oswald', sans-serif;
font-family: 'Orbitron', sans-serif;
*/

/*WP CORE
=========================*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* SPAN SIMPLE by Squatch
==========================*/
body {
	margin:0px; padding:0px;
	font-family: 'Source Code Pro', Arial, sans-serif;
	background:#212121;
	font-size:15px; 
	line-height:21px; 
	color:#a8a8a8;
	overflow-y:auto;
	-webkit-overflow-scrolling:auto;
} 

body.noscroll {
	overflow:hidden !important;
	height:100%;
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow-x:hidden;
}
.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
	display:block; 
	position:relative; 
	overflow:hidden !important;
}
.flex-container {
	display:-webkit-flex;
	display:flex;
}
.row {
	float:none; clear:both; margin:0px auto; padding:0px; 
	width:100%; height:auto; 
	max-width:1080px; 
	display:block; 
	position:relative; 
}

div[class*='span'] {
	float:left; margin:0px auto; padding:28px 28px; height:auto;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
	display:block; 
	position:relative; 
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

.table {
	display:table; position:absolute; height:100%; width:100%;
}
.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width:auto;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-size:42px;
	line-height:48px;
	margin:12px auto;
	padding:0px;
}

h5 {
	font-size:12px;
	line-height:15px;
	color:#a4a4a4;
}

p {
	
}
a {
	-webkit-transition: 120ms;
	transition: 120ms; 
	text-decoration:none;
	color:#ffd747;
}
a.no-touch:hover {
	color:#fff;
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
small {font-size:70%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 

hr {
	display:block; 
	clear:both; 
	position:relative;
	max-width:120px;
	border:0px;
	border-bottom:6px #ffd747 solid;
	height:1px;
	margin:48px 0px;
	text-align:left;
}

hr.short {
	max-width:72px; 
}

input {
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   	box-sizing: border-box;
	width:auto;
	height:auto;
	padding:10px 18px 6px 18px;
	margin:0px auto; 
	
	font-size:14px;
	line-height:18px;
	
	border:1px #ccc solid; 
}

a.button,button, input[type="submit"] {
	display:inline-block; position:relative;
	margin:10px auto; padding:10px 34px 10px 34px;
	width:auto; height:auto;
	
	font-size:18px; line-height:18px;
	text-transform:uppercase;
	background:#383838 !important;
	color:#fff !important; 
	
	-webkit-transition:200ms;
	transition:200ms;
}

a.button:hover,button:hover, input[type="submit"]:hover {
	background:#aaa !important;
	color:#fff !important; 
}

button.rstore-add-to-cart.button.btn.btn-primary {
    border: 2px solid #ffd747;
    color: #ffd747 !important;
    background: 0 0 !important;
    margin-top: 36px;
}

button.rstore-add-to-cart.button.btn.btn-primary:hover {
    background: black !important;
}














/* HEADER
================================*/
a.toggle-menu {
	display:block;
	position:fixed;
	z-index:1000;
	top:24px;
	left:calc(100vw - 96px);
	height:48px;
	width:48px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:24px;
	line-height:48px;
	border:1px #ffd747 solid;
	color:#ffd747;
	background:transparent;
	-webkit-transition:120ms;
	transition:120ms;
}
 
a.no-touch.toggle-menu:hover {
	background:#ffd747;
	color:#fff;
}
 
header.opened a.toggle-menu {
	color:#fff;
	border-color:#fff;
}
 
header.opened a.toggle-menu:hover {
	color:#383838;
	border-color:#383838;
}
 
.header {
	position:fixed;
	z-index:-1;
	opacity:0.0;
	pointer-events:none;
	margin:0px;
	padding:0px;
	width:100%; 
	height:auto;
	min-height:100vh;
	-webkit-transition:120ms;
	transition:120ms;
}

header.opened .header {
	z-index:999;
	opacity:1.0; 
	pointer-events:auto;
}

.logo-holder {	
	padding:28px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: center;
	background:#000;
	/*url('images/squatchtv.gif') center center no-repeat;*/
	background-size:cover;
	
	-webkit-transition:180ms;
	transition:180ms;
	max-width:50vw;
	max-height:100vh;
	
	opacity:0.0;
	-webkit-transform:translateX(-100vw);
	transform:translateX(-100vw);
}

.logo-holder .logo-image img {
	max-width:300px;
	visibility:hidden;
}

.nav-holder {	
	padding:28px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: center;
	background:#ffd747;
	
	-webkit-transition:180ms;
	transition:180ms;
	max-width:50vw;
	max-height:100vh;
	
	opacity:0.0;
	-webkit-transform:translateX(100vw);
	transform:translateX(100vw);
}

header.opened .nav-holder,
header.opened .logo-holder {
	opacity:1.0;
	-webkit-transform:translateX(0);
	transform:translateX(0);
}

header .nav-holder .span100,
header .logo-holder .span100 {
	display:none;
}

header.opened .nav-holder .span100,
header.opened .logo-holder .span100 {
	display:block;
}

ul.menu {
	list-style:none; margin:0px; padding:0px;
	display:block;
	position:relative;
}

ul.menu li {
	list-style:none; margin:0px; padding:0px;
	display:block;
	position:relative;
}

ul.menu li a {
	display:block;
	height:auto; width:auto;	
	margin:0px; 
	padding:18px 32px;
	text-transform:uppercase;
	font-size:26px; 
	line-height:30px;
	font-weight:400;
	color:#3d3d3d;
	text-decoration:none;
	text-align:center;
}

ul.menu li a:hover {
	color:#fff;
}


ul.social-menu {
	list-style:none;
	margin:12px auto;
	padding:0px;
}

ul.social-menu li {
	list-style:none;
	margin:0px auto;
	padding:0px;
	display:inline-block;
}

ul.social-menu li a {
    display: block;
    color: #a4a4a4;
    font-size: 20px;
    line-height: 22px;
    padding: 12px 16px;
    margin: 0px;
    border: 1px #a4a4a4 solid;
}

ul.social-menu li a:hover {
	color:#ffd747;
	border-color:#ffd747;
}

.slide-counter {
    position: fixed;
    display: block;
    bottom: 10px;
    left: 16px;
    width: 32px;
    height: auto;
    max-width: 32px;
    z-index: 500;
}

.slide-counter h6 {
    display: block;
    position: relative;
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    line-height: 20px;
    margin: 0px;
    padding: 4px 0px;
    text-align: center;
    color: #ffd747;
}

h6.current-slide {
    border-bottom: 2px #a4a4a4 solid;
}


.tiny-squatch {
	display:block;
	position:fixed;
	z-index:99;
	top:24px;
	left:24px;
	height:48px;
	width:48px;
	padding:0px;
	margin:0px;
	background:url('images/squatch-tiny-yellow.png') 0px -48px no-repeat;
	background-size:48px 48px;
	-webkit-transition:80ms;
	transition:80ms;
	cursor:pointer;
}

.tiny-squatch.active {
	background-position:center center;
}




































/* HERO
==========================*/

.hero {
	overflow:hidden !important;
	background:#000 url('images/homegif.png') center center no-repeat;
	background-size:cover; 
}

.video-mobile.backgroundmp4 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mobile-video { 
	position: absolute; 
	bottom:0; left:50%;
	transform:translateX(-50%);
	display:block;  
	min-width: 100% !important; 
	min-height: 100% !important; 
	width:auto; height:auto; 
	overflow: hidden;
	z-index:0;
}

.video-background {
	background: #000;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 0;
	overflow:hidden !important;
	-webkit-transition:180ms ease;
	transition:180ms ease;
	opacity:0.0;
}

.video-background.mobile-video, 
.video-background.mobile-video.animation, 
.video-background.mobile-video.playing {
	visibility:hidden !important;
	-webkit-animation:none !important;
	animation:none !important;
}

.video-background.playing {
	opacity:1.0;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.video-wrapper.ready {
	opacity:1.0;
}

a.toggle-mute {
	 display:block;
	 position:absolute;
	 z-index:100;
	 top:24px;
	 left:24px;
	 height:48px;
	 width:48px;
	 padding:0px;
	 margin:0px;
	 text-align:center;
	 border:1px #ffd747 solid;
	 color:#ffd747;
	 background:transparent;
	 -webkit-transition:120ms;
	 transition:120ms;
}
 
a.toggle-mute:hover {
	 background:#ffd747;
	 color:#fff;
}

a.toggle-mute:hover::before {
	color:#fff;
}

a.toggle-mute.muted {
	color:#a4a4a4;
	border-color:#a4a4a4;
}

a.toggle-mute:before {
	font-family: FontAwesome;
	content: "\f028";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:48px;
	height:48px;
	font-size:24px;
	line-height:48px;
	text-align:center;
	color:#ffd747;
}

a.toggle-mute.muted:before {
	content: "\f028"; /* \f026*/
	color:#a4a4a4;
}

a.toggle-play {
	 display:block;
	 position:absolute;
	 z-index:100;
	 top:24px;
	 left:84px;
	 height:48px;
	 width:48px;
	 padding:0px;
	 margin:0px;
	 text-align:center;
	 border:1px #a4a4a4 solid;
	 color:#a4a4a4;
	 background:transparent;
	 -webkit-transition:120ms;
	 transition:120ms;
}
 
a.toggle-play:hover {
	 background:#ffd747;
	 color:#fff;
}

a.toggle-play:hover::before {
	color:#fff;
}

a.toggle-play.playing {
	color:#ffd747;
	border-color:#ffd747;
}

a.toggle-play:before {
	font-family: FontAwesome;
	content: "\f04c";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:48px;
	height:48px;
	font-size:20px;
	line-height:48px;
	text-align:center;
	color:#a4a4a4;
}

a.toggle-play.playing:before {
	content: "\f04b";
	color:#ffd747;
}

a.toggle-play.playing:hover::before {
	color:#fff;
}

.hero-container {
	padding:48px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: center;
	
	-webkit-transition:120ms;
	transition:120ms;
	max-width:40vw;
	max-height:100vh;
	position:relative;
}

a.logo-image img {
    max-width: 100%;
	width:400px;
}

h2.logo-type {
	font-size:20px;
	line-height:24px;
	color:#ffd747;
	margin:12px auto;
	padding:0px;
	font-weight:400;
}

h5.tagline {
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	bottom:18px;
	font-weight:400;
	margin:12px 0px;
}

h5.locations {
    position: absolute;
    text-align: center;
    font-family: 'Oswald';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
    left: -18vw;
    top: 44vh;
    letter-spacing: 2px;
    color: #ffd747;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.intro-container {
	padding:28px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: flex-end;
	
	-webkit-transition:120ms;
	transition:120ms;
	max-width:60vw;
	max-height:100vh;
}

.intro-container .span50 {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.intro-container p {
	color:#ffd747;
	font-size:14px;
	line-height:18px;
	padding-bottom:48px;
}

.intro-container p strong {
	color:#fff;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}






























/* TITLE FRAMES
=========================================*/

.title-frame {
	background:#363636;
	/*url('images/tracking.gif') center center no-repeat;*/
	background-size:cover;
}

.title-holder {	
	padding:28px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: center;
	
	-webkit-transition:120ms;
	transition:120ms;
	max-width:50vw;
	max-height:100vh;
}

.title-frame h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	text-align:right;
	padding-right:20px;
}

.title-frame h4  {
    font-size: 240px;
    line-height: 240px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    margin: 0px auto;
	text-align:right;
}

.subnav-holder {
	padding:28px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: center;
	
	-webkit-transition:120ms;
	transition:120ms;
	max-width:50vw;
	max-height:100vh;
}

.subnav-holder a {
	color:#a8a8a8;
	text-transform:uppercase;
}

.subnav-holder a:hover {
	color:#ffd747;
}




















/* SELECTED WORKS
=====================================*/

.overview {
	background:#fff url('images/white-dots.png') top left repeat;
	border-right:6px #ffd747 solid;
	
	padding:28px;
	overflow:hidden;
	
	-webkit-flex:1;
	flex:1;
	display: flex;
	align-items: center;
	
	-webkit-transition:120ms;
	transition:120ms;
	max-width:50vw;
	max-height:100vh;
}

.container.toggled .overview {
	max-width:0vw;
	padding:0px;
	border:0px;
}

.container.toggled .overview .span100 {
	display:none;
}

.overview hr:first-of-type {
	margin-top:0px 
}

.overview h1 {
	color:#000;
    margin: 0px auto 12px auto;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
}

.overview h2 {
	font-family: 'Oswald', sans-serif;
	color:#000;
	font-weight:700;
	margin:0px auto;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}

.overview p {
	color:#000;
	margin:24px auto;
	text-transform:uppercase;
}

.hero-image {
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex:1;
	flex:1;
	align-items: center;
	position:relative;
	padding:28px;
	max-height:100vh;
	overflow: hidden;
}

a.toggle-more,
a.toggle-next {
	display:block;
	position:relative;
	overflow:visible;
	font-size:64px;
	line-height:64px;	
	z-index:100;
}

a.toggle-more i,
a.toggle-next i {
	-webkit-transition:.1s linear all;
	transition:.1s linear all;
}

a.toggle-more:hover i {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

a.toggle-next i {
	-webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}

a.toggle-next:hover i {
	-webkit-transform: rotate(90deg) scale(1.2); 
    transform: rotate(90deg) scale(1.2);
}

.container.toggled a.toggle-more i {
	-webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.details a.toggle-next,
.details a.toggle-next i {
	font-size:22px;
	line-height:24px;
}

.details .span100.loading a.toggle-next {
	display:none; 
}

.details a.toggle-next:hover i {
	-webkit-transform: rotate(90deg) scale(1.0); 
    transform: rotate(90deg) scale(1.0);
}


.details {
	background:#212121;
	-webkit-flex:1;
	flex:1;
	display:-webkit-flex;
	display: flex;
	z-index:990;
	align-items:-webkit-flex-start;
	align-items:flex-start;
	max-width:0vw;
	max-height:100vh;
	overflow:hidden;
	padding:0px;
	border:0px;
	opacity:0.0;
	
	-webkit-transition:120ms;
	transition:120ms;
}

.container.toggled .details {
	border-left:6px #ffd747 solid;
	padding:28px;	
	opacity:1.0;	
	max-width:50vw;
}

.overlay {
	position: fixed; 
	display:block;
	overflow:auto;
	max-height: 100vh;
	height:100vh;
    width: 90vw;
    top: 0;
	bottom:0;
    left: 110vw;
    padding-left: calc(40vw + 28px);
    padding-right: 28px;
	z-index:990;
	opacity:0.0;
	/*
	-webkit-transition:left 120ms ease, opacity 300ms .2s ease;
	transition:left 120ms ease, opacity 300ms .2s ease;
	*/
}

.overlay .span100 {
	padding-bottom:128px;
}

.overlay .span100 img.loader-gif {
	display:none;
}

.overlay .span100.loading img.loader-gif {
    display: block;
    padding: 24px 0px;
}

.container.toggled .overlay {
	z-index:990;
	opacity:1.0;
	left:10vw;
}

.details h1 {
    color: #fff;
    margin: 0px auto 12px auto;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
}

.details h2 {
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px auto;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}

.details p {
    color: #a8a8a8;
    text-transform: none;
    margin: 24px auto;
    font-size: 14px;
    line-height: 19px;
}

.details p.sub-services  {
	color:#ffd747;
	text-transform:uppercase;
	margin-top:12px;
	font-size:15px;
	line-height:22px;
	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
 
.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:5;
}

a.youtube-url {
    display: none;
}

.wp-video {
    width: 100%;
    max-width: 100%;
	position:relative;
}

.wp-video video {
    max-width: 100%;
    height: auto;
    width: 100%;
	position:relative;
	display:block;
}

.wp-video a.toggle-mute {
    left: unset;
    right: 24px;
}

i.arrow-lead {
	display:none;
}

.active-slide.toggled i.arrow-lead {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 50%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
    margin-left: -7px;
    width: 20px;
    height: 20px;
    background: #ffd747;
    color: #212121;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: visible;
}



























/* SERVICES
=============================== */

.services.overview {
	background:#212121;
}


.services.overview h1 {
	color:#fff;
}

.services.overview p {
	color:#a8a8a8;
	text-transform:none;
	font-size:14px;
	line-height:18px;
}

.services.overview p.sub-services  {
	color:#ffd747;
	text-transform:uppercase;
	margin-top:12px;
	font-size:15px;
	line-height:22px;
	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
}

.scanlines {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: 1;
	top:0;
	left:0;
}

.scanlines:after,
.scanlines:before {
	display: block;
	pointer-events: none;
	content: '';
	position: absolute;
}

.scanlines:before {
	width: 100%;
	height: 2px;
	z-index: 2147483649;
	background: rgba(0, 0, 0, .3);
	opacity: .75;
	-webkit-animation: scanline 6s linear infinite;
	animation: scanline 6s linear infinite;
}

.scanlines:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483648;
	background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .3) 51%);
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .3) 51%);
	background-size: 100% 4px;
	-webkit-animation: scanlines 1s steps(60) infinite;
	animation: scanlines 1s steps(60) infinite
}


















/*** 404
==================================*/

.holder404 {
	max-width:80vw;
	-webkit-flex:2;
	flex:2;
}


























/* FOOTER 
================================*/

.contact.overview {
	background:#212121;
}


.contact.overview h1 {
	color:#fff;
}



.contact.overview p {
	color:#a8a8a8;
	text-transform:none;
	font-size:13px;
	line-height:18px;
}

.contact.overview p..-email  {
	color:#ffd747;
	text-transform:uppercase;
	margin-top:12px;
	font-size:16px;
	line-height:22px;
	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
}

.overview p a {
	outline:none;
	display:block;
}

.contact.overview .directors h1 {
	font-size:18px;
	line-height:24px;
}

.contact.overview p.member-list {
    max-width: 100%;
    margin: 0px auto 6px auto;
	display:block;
	font-size:15px;
	line-height:20px;
	color:#fff;
}

p.member-list:first-of-type {
    margin-top: 24px !important;
}

.member-list .name ,
.member-list .title {
	text-transform:uppercase;
	background:#212121;
	display:inline-block;
	position:relative;
	z-index:10;
}

.member-list .title {
	padding-left:8px;
}

.member-list .name {
	color:#ffd747;	
	padding-right:8px;
}

.member-list .dots {
	background:url('images/dots.png') 0 11px repeat-x; 
	min-width:50%;
	display:inline-block;
}

.member-list .title {
}

.the-end {
	/*
	background:url('images/theend.gif') center center no-repeat;
	background-size:cover; 
	*/
}


.builtby {
	max-width:90px; padding:20px 0px; 
	margin:0px auto; 
	display:block; float:none; clear:both; 
	z-index:100; 
	
	opacity:0.45; 
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}









/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

	.animate {
		opacity:0.0; 
	}		
	.animation {
		-webkit-animation:slideRight .4s forwards;
		animation:slideRight .4s forwards;
	}

	.logo-image.animation {
		-webkit-animation:fadeIn .4s .2s forwards;
		animation:fadeIn .4s .2s forwards;
	}

	.logo-type.animation {
		-webkit-animation:fadeIn .4s .4s forwards;
		animation:fadeIn .4s .4s forwards;
	}

	h5.tagline.animation,
	h5.locations.animation {
		-webkit-animation:fadeInHalf .4s .6s forwards;
		animation:fadeInHalf .4s .6s forwards;
	}

	.intro-container .span50.animation {
		-webkit-animation:slideUp .4s .8s forwards;
		animation:slideUp .4s .8s forwards;
	}

	.title-holder h1.animation, 
	.left-time.animation, 
	.right-time.animation {
		-webkit-animation:fadeIn .2s .5s forwards;
		animation:fadeIn .2s .5s forwards;
	}

	.toggle-more.animation {
		-webkit-animation:slideLeft .4s .2s forwards;
		animation:slideLeft .4s .2s forwards;
	}

	.toggle-next.animation {
		-webkit-animation:slideUp .4s .2s forwards;
		animation:slideUp .4s .2s forwards;
	}

	.hero-image.animation {
		-webkit-animation:slideLeft .4s forwards;
		animation:slideLeft .4s forwards;
	}
	
	.active-slide.toggled i.arrow-lead {
		-webkit-animation: arrowLead 8s ease infinite;
		animation: arrowLead 8s linear infinite;
	}

	@-webkit-keyframes slideRight {
		from 	{ opacity:0.0; -webkit-transform: translate(-80px,0px); }
		to		{ opacity:1.0; -webkit-transform: translate(0,0); }
		}

	@-keyframes slideRight {
		from 	{ opacity:0.0; transform: translate(-80px,0px); }
		to		{ opacity:1.0; transform: translate(0,0); }
	}

	@-webkit-keyframes slideLeft {
		from 	{ opacity:0.0; -webkit-transform: translate(80px,0px); }
		to		{ opacity:1.0; -webkit-transform: translate(0,0); }
		}

	@-keyframes slideLeft {
		from 	{ opacity:0.0; transform: translate(80px,0px); }
		to		{ opacity:1.0; transform: translate(0,0); }
	}

	@-webkit-keyframes slideUp {
		from 	{ opacity:0.0; -webkit-transform: translate(0px,40px); }
		to		{ opacity:1.0; -webkit-transform: translate(0,0); }
		}

	@-keyframes slideUp {
		from 	{ opacity:0.0; transform: translate(0px,40px); }
		to		{ opacity:1.0; transform: translate(0,0); }
	}

	@-webkit-keyframes fadeIn {
		from 	{ opacity:0.0; }
		to		{ opacity:1.0; }
		}

	@-keyframes fadeIn {
		from 	{ opacity:0.0; }
		to		{ opacity:1.0; }
	}

	@-webkit-keyframes fadeInHalf {
		from 	{ opacity:0.0; }
		to		{ opacity:0.6; }
		}

	@-keyframes fadeInHalf {
		from 	{ opacity:0.0; }
		to		{ opacity:0.6; }
	}
	
	@-webkit-keyframes arrowLead {
		0% 		{ opacity:0.0; top:0; }
		10%		{ opacity:1.0; top:10%; }
		90%		{ opacity:1.0; top:90%; }
		100%	{ opacity:0.0; top:100%; }
	}

	@-keyframes arrowLead {
		0% 		{ opacity:0.0; top:0; }
		10%		{ opacity:1.0; top:10%; }
		90%		{ opacity:1.0; top:90%; }
		100%	{ opacity:0.0; top:100%; }
	}


	@-webkit-keyframes scanline {
		0% {
			-webkit-transform: translate3d(0, 200000%, 0);
			transform: translate3d(0, 200000%, 0)
		}
	}

	@keyframes scanline {
		0% {
			-webkit-transform: translate3d(0, 200000%, 0);
			transform: translate3d(0, 200000%, 0)
		}
	}

	@-webkit-keyframes scanlines {
		0% {
			background-position: 0 50%
		}
	}

	@keyframes scanlines {
		0% {
			background-position: 0 50%
		}
	}

	@-webkit-keyframes shake {
		0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
		10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
		20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
		30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
		40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
		50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
		60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
		70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
		80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
		90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
		100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
	}

	@keyframes shake {
		0% { transform: translate(2px, 1px) rotate(0deg); }
		10% { transform: translate(-1px, -2px) rotate(-1deg); }
		20% { transform: translate(-3px, 0px) rotate(1deg); }
		30% { transform: translate(0px, 2px) rotate(0deg); }
		40% { transform: translate(1px, -1px) rotate(1deg); }
		50% { transform: translate(-1px, 2px) rotate(-1deg); }
		60% { transform: translate(-3px, 1px) rotate(0deg); }
		70% { transform: translate(2px, 1px) rotate(-1deg); }
		80% { transform: translate(-1px, -1px) rotate(1deg); }
		90% { transform: translate(2px, 2px) rotate(0deg); }
		100% { transform: translate(1px, -2px) rotate(-1deg); }
	}






}



/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1080px) {
	

hr {
	margin:36px 0px;
}
	
h5.locations {
	display:none;
}

.hero.flex-container {
	-webkit-flex-direction:column;
	flex-direction:column;
}

.hero-container {
	max-height:80vh;
	max-width:100vw;
	width:100vw;
	-webkit-flex:3;
	flex:3;
}

.intro-container {
    max-height: 40vh;
    max-width: 100vw;
}

.title-frame h4 {
    font-size: 120px; 
    line-height: 140px;
}

.title-frame h1 {
    padding-right:0px;
	font-size:32px;
	line-height:40px;
	margin:0px auto;
}

.overview h1, .details h1 {
    font-size: 34px;
    line-height: 38px;
}

.services.overview p.sub-services {
    font-size: 13px;
    line-height: 18px;
}

.overview p, .details p, .services.overview p {
    font-size: 14px;
    line-height: 18px;
	margin:18px auto;
}

.contact.overview p.member-list {
   font-size:13px;
   line-height:18px;
}





}
@media ALL and (max-aspect-ratio: 13/16) {


body.noscroll {
    overflow:scroll !important;
    height: auto;
}

.flex-container {
	-webkit-flex-direction:column;
	flex-direction:column;
}	

.container.flex-container {
    min-height: 100vh;
}


.logo-holder,
.title-holder,
.overview {
	align-items:flex-end;
	max-width:100vw;
	max-height:50vh;
}

.nav-holder,
.subnav-holder {
	max-width:100vw;
	max-height:50vh;
	align-items:flex-start;
}

.hero-image {
	max-width:100vw;
	max-height:50vh;
}

.details {
	max-height:0vh;
	max-width:100vw;
}

.title-holder .span100 {
	max-width:60%;
	text-align:center;
}

.subnav-holder .span60  {
	max-width:60%;
}


.overview {
	border-right:0px;
	border-bottom:4px #ffd747 solid;
}

a.toggle-menu {
    left: calc(100vw - 72px);
}

ul.menu li a {
	font-size:18px;
	line-height:22px;
	padding: 9px 14px;
}

a.toggle-more, a.toggle-next {
    font-size: 36px;
    line-height: 36px;
}

.container.toggled .overview {
    max-height: 0vw;
    padding: 0px !important;
}

.container.toggled .flex-box.hero-image {
    height: 120px;
    min-height: 8vh;
    max-height: 15vh;
    border-bottom: 6px #ffd747 solid;
}

.container.toggled .details {
    border-left: 0px;
    padding: 0px;
    max-width: 100vw;
    max-height: none;
    overflow: scroll;
}

.details-added hr:first-of-type {
    display: none;
}

.container.toggled .overlay {
    padding: 16px 16px 148px 16px;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100vw;
    transform: translate3d(0,0,0);
}

a.youtube-url {
	display:block;
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	z-index:50;
}



[data-container-name="lycra"] .hero-image {
	background-position:top center !important;
}

[data-container-name="hannibal-buress"] .hero-image {
    background-position: top center !important;
}

.flex-container.the-end {
	background-size:100% auto !important;
}

.active-slide.toggled i.arrow-lead {
	display:none;
}
	
	
	
	
}

@media all and (max-width:768px) {
	
div[class*='span'] {
    float: none;
    padding: 0px;
}

.hero-image {
	align-items:flex-start;
}

.tiny-squatch, .slide-counter {
	display:none;
}

hr {
	margin:24px 0px;
	border-width:4px;
}
	
.logo-holder .logo-image img {
    max-width: 140px;
}
	
a.logo-image img {
	max-width:200px;
}

ul.social-menu li a {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    border:0px;
}

.intro-container {
	display:none;
}

.hero-container {
	max-height:100vh;
}

a.toggle-play {
	display:none;
}

h2.logo-type {
    font-size: 14px;
    line-height: 20px;
    margin: 8px auto;
}
	
.title-frame h4 {
    font-size: 48px;
    line-height: 60px;
}

.overview h1, 
.details h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
}

.overview h2 {
	font-size:12px;
	line-height:18px;
}

.overview p, 
.details p, 
.services.overview p,
.details p.sub-services {
    font-size: 12px;
    line-height: 16px;
	margin:8px auto;
}

.directors, .member-list {
	display:none !important;
}

.overview p:not(.sub-services):not(.phone-email):not(.address):not(.services-provided) {
	display:none;
}

.contact.overview p.phone-email {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.contact.overview p {
    font-size: 12px;
    line-height: 16px;
}

.contact.overview p.copyright {
	font-size:8px; 
	line-height:10px;
}
		
	
	
}
@media all and (max-width:480px) {
	



	
h5.tagline {
	display:none;
}

.video-background.playing {
	opacity:0.0; 
}

.title-holder .span100 {
    max-width: 100%;
}

.subnav-holder .span60 {
    max-width: 100%;
    width: 100%;
}

.flex-box:not(.details) {
	padding:12px !important;
}


a.toggle-menu {
    left: calc(100vw - 60px);
    top: 12px;
}

a.toggle-mute, a.toggle-play {
	display:none;
}

a.toggle-play {
	top:12px;
	left:12px; 
}

p.services-provided {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
	
	
	
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/


