/*******************************************
GENERAL
*******************************************/

#content {
	position: relative;
}
body, html, #content {
	height: 100%;
	color: #1a1e2b;
	font: 18px/27px "futura-pt", "Futura", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
img {
	height: auto !important;
	max-width: 100% !important;
}

.lazy {
        visibility: hidden;
    }

.fadingIn {
        -webkit-animation: animat_show 0.8s;
        -moz-animation: animat_show 0.8s;
        -o-animation: animat_show 0.8s;
        animation: animat_show 0.8s;
        visibility: visible !important;
    }

    @-webkit-keyframes animat_show{
      0%   { -webkit-transform: translateY(80px); opacity:0; }
      100% { -webkit-transform: translateY(0px); opacity:1; }
    }
    @-moz-keyframes animat_show{
      0%   { -moz-transform: translateY(80px); opacity:0; }
      100% { -moz-transform: translateY(0px); opacity:1; }
	}
	@-o-keyframes animat_show{
      0%   { -o-transform: translateY(80px); opacity:0; }
      100% { -o-transform: translateY(0px); opacity:1; }
	}
	@keyframes animat_show{
      0%   { transform: translateY(80px); opacity:0; }
      100% { transform: translateY(0px); opacity:1; }
	}
	
h3 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 0.06em;
	line-height: 34px;
}

/*******************************************
COVER
*******************************************/
header {
	top: 0;
	z-index: 100;
	position: absolute;
	width: 100%;
}

nav li {
	display: inline-block;
	padding: 0 5px;
}
nav ul {
	list-style: none;
	padding: 0;
}
nav {
	text-align: center;
	margin-top: 40px;
}
nav a {
	font-family: "futura-pt", "Futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 13px;
	font-weight: 700;
	color: #aa9d6b;
}
nav a:hover {
	color: #aa9d6b;
	text-decoration: none;
	border-bottom: #fff;
}

nav a:after {
	background: transparent;
	content: '';
	height: 8px;
	width: 100%;
	display: inline-block;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	
	-webkit-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
     -o-transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
        transition: all 300ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
nav a:hover:after {
	background: #aa9d6b;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}


#cover {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1a1e2b;
	

}
#cover-logo {
	position: absolute;
	z-index: 100;
	display: inline-block;
	margin: -147px 0 0 -234px;
	width: 468px;
	height: 295px;
	background-image: url(../img/logo-2.png);
	background-repeat: no-repeat;
	top: 50%;
	left:50%;
	opacity: 1;
	
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
        
}
#cover-logo:hover {
	background-image: url(../img/logo-4.png);
	width: 258px;
	height: 260px;
	margin: -130px 0 0 -128px;
	
	-webkit-transform: rotate(720deg);
	transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	}
	
	@-webkit-keyframes fadeIn {
		0% { }
		100% { opacity: 1; }
	}
	
	@keyframes fadeIn {
		0% { }
		100% { opacity: 1; }
	}
 
.fade-in {
	    opacity:0;  
	    -webkit-animation:fadeIn ease-in 1;
	    -moz-animation:fadeIn ease-in 1;
	    animation:fadeIn ease-in 1;
	 
	    -webkit-animation-fill-mode:forwards;
	    -moz-animation-fill-mode:forwards;
	    animation-fill-mode:forwards;
	 
	    -webkit-animation-duration:2.5s;
	    -moz-animation-duration:2.5s;
	    animation-duration:2.5s;
	    
	    -webkit-animation-delay: 0.4s;
		-moz-animation-delay: 0.4s;
		animation-delay: 0.4s;
}
	
/*******************************************
QUOTE
*******************************************/

.quote {

	padding: 80px 30px 80px;
	text-align: center;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.top-quote {
	display: block;
}

/*******************************************
WORK
*******************************************/
ul {	
	list-style: none outside;
}

.list-work {
	padding: 0;
	margin: 0;
}

.list-work li {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.25s ease;
}
.list-work img {
	width: 100%;
	
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.list-work img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*******************************************
ABOUT
*******************************************/
img.about-img {
margin: 0 0 0 -15px;
}

.about-copy {
	padding: 10% 10%;
	font-size: 16px;
	line-height: 23px;
}
/*******************************************
CONTACT
*******************************************/
.contact {
	height: 100%;
	background: #fffbec;
}

.contact-info {
	top: 50%;
	left: 50%;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
}
.contact-info h2 {
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 0.14em;
	font-weight: 700;
}
.contact-info ul {
	padding: 0;
}

.contact-info li {
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
}


.contact-info a {
	color: #000;
	letter-spacing: 0.15em;
	text-decoration: none;
	
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.email:before {
	content: "\25BB";
	font-family: 'SSGizmo';
	font-size: 20px;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	
	-webkit-transform: translateX(-40px);
	
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	
}
.email:hover:before {
	
	opacity: 1;
	text-decoration: none;

	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.phone:before {
	content: "\25c5";
	font-family: 'SSGizmo';
	font-size: 20px;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	
	-webkit-transform: translateX(90px);
	
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	
}
.phone:hover:before {
	
	opacity: 1;
	text-decoration: none;

	-webkit-transform: translateX(75px);
	-moz-transform: translateX(75px);
	transform: translateX(75px);
}



span.or {
text-transform: uppercase;
font-family: 'Steelfish', sans-serif;
font-size: 30px;
letter-spacing: 0.1em;
font-weight: 300;
padding: 10px 30px;

}
.contact-info:before {
	content: '';
	display: inline-block;
	background: #000;
	height: 2px;
	width: 80px;
	margin: 0 0 -112px 10px;
}
/*******************************************
FOOTER
*******************************************/
footer {
	background: #1a1e2b;
	padding: 50px 0 40px;	
}

footer p {
	color: #fffbec;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 700;
}

footer .copywrite {
	display: block;
	text-align: center;
}

footer .social {
	display: block;
	text-align: center;
	padding: 0;
}

footer li {
	display: inline-block;
	padding:0 10px 20px 10px; 
}

/*******************************************
INTERIOR-Ando
*******************************************/

.Ando-intro-type {
	margin: 300px 0 50px 0;
	width: 80%;
}

video.Ando-intro-video {
width: 100%;
margin: 0px 0px 100px 0px;
}

video.Ando-homepage-video {
width: 75%;
margin: 100px 0px 100px 0px;
}

.Ando-app-home {
	width: 100%;
	margin: -215px 0 0 0px;
}
video.Ando-early-pay-app {
	width: 32%;
	margin: -410px -375px 0 0;
}
.Ando-app-impact-center {
	width: 75%;
	margin: -100px 0 0px 0px;
}
video.Ando-impact-center-app {
	width: 32%;
	margin: 0px 0px 0 0;
}

.bg-image-Ando-photo { 
	background-image: url("../img/work/ando/Ando-alex-img-climbing.jpg");
	width: 100%;
	height: 780px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
.type-Ando-photo-bg {
	position: relative;
	margin: 325px 0 0 0;
	width: 50%;
}
video.Ando-img-collage-video {
width: 75%;
margin: 30px 0px;
}
video.Ando-card-clip-video {
width: 75%;
margin: 0px 0px 30px 0px;
}

.Ando-flv-type {
	margin: 100px 0;
	width: 40%;
}

.Ando-video-container {
	margin: 50px 0;
}


.Ando-illustration-type {
	margin: 100px 0;
	width: 40%;
}
video.Ando-puffin {
	width: 22%;
}
.Ando-icons-yellow {
	margin: 100px 0;
	width: 60%;
}
video.Ando-badges-video {
width: 100%;
margin: 0px 0px 50px 0px;
}

.Ando-color-type {
	margin: 100px 0;
	width: 75%;
}
video.Ando-color-ratio {
	width: 90%;
}
.Ando-typography {
	width: 100%;
}
.Ando-product-type {
	margin: 130px 0;
	width: 22%;
}
.Ando-impact-center-page {
	width: 80%;
	margin: -100px 0 0;
}
.Ando-site-page-break {
	width: 100%;
}
video.Ando-app-module-video {
	width: 100%;
	margin: 100px 0;
}


/*******************************************
INTERIOR-Mazda
*******************************************/

.Mazda-intro-type {
	margin: 300px 0 -10px 0;
	width: 80%;
}
.Mazda-case-study-video {
	margin: 0;
}

.Mazda-homepage {
	margin: 0px 0 125px 0;
}
.Mazda-video-container {
	position: relative;
	margin: 300px 0 125px 0;
    padding-bottom: 56.25%; /* 16:9
*/
}
.Mazda-video-container  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	box-shadow: 5px 5px 50px rgba(0,0,0,0.3);
}
img.Mazda-vlp-heroes {
width: 100%;
}
.bg-image-Mazda { 
	background-image: url(../img/work/bg-image-Mazda.jpg);
	width: 100%;
	height: 680px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: -80px;		
}
img.Mazda-mobile {
width: 100%;
margin-top: -80px;
}
.type-mazda {
	position: relative;
	margin: 225px 0 0 0;
}

/*******************************************
INTERIOR-AM
*******************************************/

.homepage-AM {
	margin: 300px 0 125px 0;
}
.AM-video-container {
	position: relative;
    padding-bottom: 56.25%; /* 16:9
*/


}
.AM-vlp {
	margin: 125px 0;
}
.AM-article {
	margin: 0 0 125px;
}
.AM-dashboard {
	margin: 0 0 125px;
}
.AM-video-container  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	box-shadow: 5px 5px 50px rgba(0,0,0,0.3);
}

/*******************************************
INTERIOR-MB
*******************************************/

.MB-intro-type {
	margin: 300px 0 50px 0;
}
img.MB-intro-image {
width: 100%;
margin: 0px 0px 100px 0px;
}
.MB-intro-laptop {
	margin: 100px 0 0 0;
}
.MB-app-home {
	margin: -100px 0 0 600px;
}
.MB-app-class-detail {
	margin: -200px 600px 0 0;
}
.MB-app-wellness {
	margin: -100px 0 100px 600px;
}

.bg-image-MB-photo { 
	background-image: url("../img/work/MB/MB-bg-image-photo.jpg");
	width: 100%;
	height: 780px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
.type-MB {
	position: relative;
	margin: 325px 0 0 0;
}
.MB-lifestyle-images {
	margin: -80px 0 40px;
}
.MB-studio-image-2 {
	margin: -110px 0 35px 0;
}

.MB-studio-image-4 {
	margin: 0 0 20px 0;
}
.MB-type-intro {
	margin: 100px 0 80px;
}

.MB-breakdown {
	margin: 0 0 100px;
}

.MB-color-intro {
	margin: 100px 0 0;
}
.MB-gradient {
	margin: 0 0 100px;
}
.MB-video-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.MB-video {
	width: 75%;
}
.MB-homepage {
	margin: 20px 0 0;
}
img.MB-web-page-break {
width: 100%;
margin: 0 0px 100px 0px;
}

img.MB-web-product-break {
width: 100%;
margin: 0;
}
.MB-logo-pitch-type {
	width: 38%;
	margin: 100px 0;
}
.MB-video-container {
	margin: 0 0 200px 0;
}



/*******************************************
INTERIOR-Penfolds
*******************************************/

.Penfolds-fathers-day-site {
	margin: 300px 0 125px 0;
}
.bg-image-Penfolds { 
	background-image: url(../img/work/Penfolds-img-4.jpg);
	width: 100%;
	height: 680px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
.type-penfolds {
	position: relative;
	margin: 325px 800px 0 0;
}
.Penfolds-filter-1 {
	margin: 100px 0 40px;
}
.Penfolds-filter {
	margin: 40px 0;
}
.Penfolds-filter-4 {
	margin: 40px 0 150px;
}


/*******************************************
INTERIOR-BH
*******************************************/

nav.menu-interior a{
	color: #000;
}
nav.menu-interior a:hover:after {
	background: #000;
	
}
#logo-interior {
	background-image: url(../img/logo-interiorpage.png);
	background-repeat: no-repeat;
	width: 251px;
	height: 152px;
	margin: 0 auto;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#logo-interior:hover {
	opacity: 0.5;
}
.work-interior {
	background: #fff;
	text-align: center;
}
.homepage-BH {
	margin: 250px 0 150px 0;
}
.ipad-BH {
	background-image: url(../img/work/BH-bg-image.jpg);
	width: 100%;
	height: 15%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;	
}
img.ipad-screen-BH {
margin: -180px 500px 0 0;
z-index: 200;
position: relative;
}
.iphone {
	margin:0 0 0 -15px;
}
img.BH-iphone {
float: left;
margin-top: -150px;
}

/*******************************************
INTERIOR-CCC
*******************************************/
.homepage-CCC-display {
	margin: 250px 0 150px 0;
}
.homepage-CCC {
	margin: -150px 0;
}
.bg-image-CCC { 
	background-image: url(../img/work/CCC-bg-image.jpg);
	width: 100%;
	height: 350px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
img.ipad-screen-CCC {
margin:  -120px 0 0;
z-index: 200;
position: relative;
}

/*******************************************
INTERIOR-HOB
*******************************************/

.homepage-HOB {
	margin: 250px 0 150px 0;
}
.HOB-new-logo {
	margin: -120px 0 100px;
	padding: 0 50px;
}

img.HOB-image {
width: 100%;
}

img.ipad-screen-HOB {
	margin:  -120px 650px 0 0;
	z-index: 200;
	position: relative;
}
img.merch-site {
	margin: -160px 0 -75px;
}
/*******************************************
INTERIOR-BLAST
*******************************************/

.homepage-Blast {
	margin: 250px 0 -150px 0;
}
.bg-image-Blast { 
	background-image: url(../img/work/Blast-bg-image.jpg);
	width: 100%;
	height: 550px;
	background-position: 48% 48%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
img.POP-Blast {
margin: -200px 0px -50px 30%;
}

img.Blast-packaging {
	margin-top: 5%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*******************************************
INTERIOR-SDX
*******************************************/

.homepage-SDX {
	margin: 250px 0 -150px 0;
}
.SDX-logo {
	margin: 100px 0 0;
	padding: 100px;
}
.bg-image-SDX { 
	background-image: url(../img/work/SDX-bg-image.jpg);
	width: 100%;
	height: 550px;
	background-position: 48% 48%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
img.SDX-ipad {
margin: -280px 200px -200px 0px;
}
/*******************************************
INTERIOR-JYLLION
*******************************************/

.homepage-jyllion {
	margin: 260px 0 0;
}
.jyllion-logo {
	padding: 50px;
}
.bg-image-jyllion { 
	background-image: url(../img/work/jyllion-bg-image.jpg);
	width: 100%;
	height: 200px;
	background-position: 48% 48%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
img.jyllion-mobile {
margin: -600px 0 0 -800px;
}
img.jyllion-type {
margin: 30px 0 70px;
}

img.jyllion-bcard {
margin: -100px 0;
}

/*******************************************
INTERIOR-MOTION
*******************************************/
section.motion-video {
margin: 300px 0 0;
}
section.motion-video li{
margin: 0 0 80px 0;
}

/*******************************************
INTERIOR-RANDOM
*******************************************/

.homepage-Bud {
	margin: 250px 0 50px 0;
}

img.MG-image {
width: 100%;
}

img.Scripps-landing {
	margin: 50px 0 50px 0;

}

/*******************************************
INTERIOR-BADBOY
*******************************************/

.homepage-BB {
	margin: 250px 0 20px 0;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100% !important;
  width: auto;
  max-width: none !important;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #b50610 url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #b50610;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

img.BB-product-detail {
  margin: 50px 0 0;
}

img.BB-athelete-detail {
  margin: 0 0 -150px 0;
}




/*******************************************
MOBILE
*******************************************/

@media (max-width: 767px) {
#cover {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #1a1e2b;

}
#cover-logo {
	position: absolute;
	z-index: 100;
	display: inline-block;
	margin: -70px 0 0 -116px;
	width: 233px;
	height: 140px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	top: 50%;
	left:50%;
	}

/********Ando-work********/	
	
video.Ando-intro-video {
width: 100%;
margin: 300px 0px 50px 0px;
}
	

video.Ando-early-pay-app {
	width: 62%;
	margin: -35px -110px 0 0;
}
.Ando-app-impact-center {
	width: 75%;
	margin: -100px 0 0px 0px;
}
video.Ando-impact-center-app {
	width: 62%;
	margin: 0px 100px 0 0;
}	

video.Ando-homepage-video {
width: 100%;
margin: 50px 0px 0px 0px;
}

video.Ando-img-collage-video {
width: 100%;
margin: 10px 0px;
}
video.Ando-card-clip-video {
width: 100%;
margin: 0px 0px 30px 0px;
}
.Ando-flv-type {
    margin: 50px 0 0;
	width: 60%;
}	
video.Ando-puffin {
	width: 55%;
}
.Ando-icons-yellow {
	margin: 20px 0;
	width: 100%;
}
video.Ando-badges-video {
width: 100%;
margin: 0;
}
.Ando-color-type {
	margin: 50px 0;
	width: 100%;
}
video.Ando-color-ratio {
	width: 100%;
}

.Ando-product-type {
	margin: 50px 0 0;
	width: 25%;
}
.Ando-impact-center-page {
	width: 100%;
	margin: -20px 0 0;
}
.Ando-site-page-break {
	width: 100%;
}
video.Ando-app-module-video {
	width: 100%;
	margin: 25px 0;
}
	
.Ando-video-container {
    margin: 30px 0;
}	
	
	
	
/********MB-work********/
	
img.MB-intro-image {
width: 100%;
margin: 300px 0 0;
}
	
.MB-intro-laptop {
	margin: 50px 0 0 0;
}
	
.MB-app-home {
	margin: -35px 52px 0 0;
	width: 60%;
}
.MB-app-class-detail {
	margin: -20px 52px 0 0;
	width: 60%;
}
.MB-app-wellness {
	margin: -20px 52px 100px 0;
	width: 60%;
}
	
.MB-studio-image-2 {
	margin: -24px 0 12px 0;
}
.MB-video {
    width: 100%;
}
.MB-video-container {
	margin: 25px 0 50px 0;
}
	
	
/********Mazda-work********/

.Mazda-case-study-video {
	margin: 145px 0 10px;
}	
	
.Mazda-video-container {
margin: 50px 0;	
	
}


.Mazda-homepage {
	margin: 0 0 30px 0;
}

.Mazda-vlp {
	margin: 0 0 30px;
}

	
	
	
	
	
/********AM-work********/
.homepage-AM {
	margin: 300px 0 30px 0;
}

.AM-vlp {
	margin: 30px 0;
}
.AM-article {
	margin: 0 0 30px;
}
.AM-dashboard {
	margin: 0 0 50px;
}

	
	
/********Penfolds-work********/

.Penfolds-fathers-day-site {
	margin: 300px 0 0 0;
}

.Penfolds-filter-1 {
	margin: 30px 0 15px;
}
.Penfolds-filter {
	margin: 15px 0;
}
.Penfolds-filter-4 {
	margin: 15px 0 50px;
}
	
	
/********HOB-work********/		
.HOB-new-logo {
	margin: -120px 0 50px;
	padding: 0 50px;
}

img.merch-site {
	margin: 10px 0;	
}	
	
	

/********blast-work********/	

.Blast-video {
	margin: 100px;
}

.bg-image-Blast { 
	height: 250px;
}
.Blast-packaging {
	margin-top: -40px;
}



/********SDX-work********/	
.bg-image-SDX {
	background-size: auto;
	height: 250px;
}

/********jyllion-work********/	
	img.jyllion-mobile {
	margin: -150px 0 50px 0;
	padding: 20%;
	}
	img.jyllion-type {
	margin: -105px 0 50px;
	}
	.jyllion-logo {
	margin: -40px 0 0;
	}




}



/*******************************************
TABLET
*******************************************/

@media (min-width: 768px) {

/********general********/
h3 {
	font-size: 22px;
	}
	
/********cover********/

nav a {
	font-size: 14px;
	}

nav li {
	padding: 0 10px;
	}

#cover-logo {
	position: absolute;
	z-index: 100;
	display: inline-block;
	margin: -147px 0 0 -234px;
	width: 468px;
	height: 295px;
	background-image: url(../img/logo-2.png);
	background-repeat: no-repeat;
	top: 50%;
	left:50%;
	opacity: 1;
	
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
        
	}

#cover-logo:hover {
	background-image: url(../img/logo-4.png);
	
	-webkit-transform: rotate(720deg);


	}

/********quote********/	

.quote {
	padding: 120px 100px 90px;

	}

/********about********/	

.about-copy {
	padding: 2% 2%;
	font-size: 16px;
	line-height: 22px;
	}

/********contact********/

.contact-info h2 {
 	font-size: 65px;
 	}
span.or {
	padding: 10px 80px;
	}
.contact-info:before {
	width: 170px;
	margin: 0 0 -132px 10px;
	}

	
/********MB-work********/
	
	
.MB-app-home {
	margin: -100px 0 0 400px;
	width: 45%;

}
.MB-app-class-detail {
	margin: -200px 400px 0 0;
	width: 45%;

}
.MB-app-wellness {
	margin: -100px 0 100px 400px;
	width: 45%;
}	
	
	
	
/********Penfolds-work********/
.type-penfolds {
	position: relative;
	margin: 325px 400px 0 0;
}

	
/********jyllion-work********/	
img.jyllion-mobile {
margin: -600px 0 0 -600px;
}	

/********Blast-work********/	
.bg-image-Blast { 
	background-image: url(../img/work/Blast-bg-image-768.jpg);
	width: 100%;
	height: 500px;
	background-position: 48% 48%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}
	
	
/********bootstrap********/	
	
.container-fluid {
	padding-left: 32px;
	padding-right: 32px;
	}

	
	
	
	
	
		
}	


/*******************************************
TABLET LANDSCAPE
*******************************************/

@media (min-width: 992px) {

/********about********/

img.POP-Blast {
margin: -200px 0px -50px 500px;
}

/********general********/
h3 {
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 10px;
	}

.about-copy {
	padding: 10% 10%;
	font-size: 16px;
	line-height: 24px;
	}
	
	
footer p {
	float: left;
	}
footer li {
	float: right;
	padding-bottom: 0;
	}

	
/********MB-work********/
		
.MB-app-home {
	margin: -100px 0 0 450px;
	width: 517px;

}
.MB-app-class-detail {
	margin: -200px 450px 0 0;
	width: 516px;

}
.MB-app-wellness {
	margin: -100px 0 100px 450px;
	width: 517px;
}		
	

/********Penfolds-work********/
.type-penfolds {
	position: relative;
	margin: 325px 600px 0 0;
}	
	
	
/********jyllion-work********/			
	 img.jyllion-mobile {
	margin: -600px 0 0 -800px;
	}
/********blast-work********/		
	.bg-image-Blast { 
	background-image: url(../img/work/Blast-bg-image.jpg);
	width: 100%;
	height: 550px;
	background-position: 48% 48%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: inline-block;		
}

}
/*******************************************
DESKTOP
*******************************************/

@media only screen and (min-width: 1200px) {

/********general********/
h3 {
	font-size: 40px;
	line-height: 43px;
	padding-bottom: 10px;
	}

/********about********/	

.about-copy {
	padding: 10% 10%;
	font-size: 16px;
	line-height: 24px;
	}
	
/********bootstrap********/		
	
.container-fluid {
	padding-left: 64px;
	padding-right: 64px;
	}
	

/********MB-work********/
		
.MB-app-home {
	margin: -100px 0 0 650px;
	width: 517px;

}
.MB-app-class-detail {
	margin: -200px 650px 0 0;
	width: 516px;

}
.MB-app-wellness {
	margin: -100px 0 100px 650px;
	width: 517px;
}		
		

	
	
/********jyllion-work********/			
 img.jyllion-mobile {
margin: -600px 0 0 -800px;
}


}

/*******************************************
FONTS
*******************************************/

@font-face {
    font-family: 'Steelfish';
    src: url('../fonts/typodermic_-_steelfishrg-regular-webfont.eot');
    src: url('../fonts/typodermic_-_steelfishrg-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typodermic_-_steelfishrg-regular-webfont.woff2') format('woff2'),
         url('../fonts/typodermic_-_steelfishrg-regular-webfont.woff') format('woff'),
         url('../fonts/typodermic_-_steelfishrg-regular-webfont.ttf') format('truetype'),
         url('../fonts/typodermic_-_steelfishrg-regular-webfont.svg#steelfish_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'steelfishbold';
    src: url('../fonts/typodermic_-_steelfishrg-bold-webfont.eot');
    src: url('../fonts/typodermic_-_steelfishrg-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typodermic_-_steelfishrg-bold-webfont.woff2') format('woff2'),
         url('../fonts/typodermic_-_steelfishrg-bold-webfont.woff') format('woff'),
         url('../fonts/typodermic_-_steelfishrg-bold-webfont.ttf') format('truetype'),
         url('../fonts/typodermic_-_steelfishrg-bold-webfont.svg#steelfishbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


