@charset "UTF-8";
/*New CSS */
*,
*:after,
*:before {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	padding: 0;
	margin: 0;
	outline: none;
}
 * {margin: 0; padding: 0; outline: none;}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333333;
	
}
img, img a, img a:hover {
	border: 0;
}
a {
	
	color: #ff29bb;
	text-decoration: none;
}
a:hover {
	color: #ff29bb;
	text-decoration: none;
}
#intro{
	position:fixed;
	width:100%;
	height:100%;
}
#intro #base-gradient,#highlight-gradient {
	height: 100%;
	width: 100%;
position: absolute;
top: 0;
left: 0;
}
#container {
	max-width: 1200px;
	margin: auto;
	padding-top: 60px;
}
#navigation {
	width: 100%;
	height: 80px;
	float: left;
	padding: 0px 0 0px 0;
	position: fixed;
	z-index: 69;
	top: 0px;
}
#leftSideMenu{
float: left;
width: 73%;
background: white;
height:80px;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#rightSideMenu{
float: right;
width: 27%;
height:80px;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hamburger {
	background:white;
	height: 40px;
	width: 22px;
	float:left;
	padding-top: 34px;

}
#navigation #menu2 {
	max-width: 900px;
	margin: 0 auto;
}
#navigation .spacer {
	width: 15%;
height: 80px;
float: left;
background: white;
}
#navigation #fleft, #fleft p{
float: left;
background: white;
height: 40px;
}
#fleft p{
color:#696868;
padding-top: 34px;
padding-left: 14px;
font-size: 13px;
}
#navigation .sectionLabel{
float: left;
height: 40px;
background: white;
padding-top: 34px;
padding-left: 14px;
font-weight: 700;
font-size: 16px;
}
#navigation #left, #right {
	background-color: #FFF;
	width: 0px;
	height: 80px;
	float: left;
}
#middle {
	width: 100%;
	height: 80px;
	float: left;
	padding: 0;
	margin: 0 auto;
}

/*
Filter Drop Down
*/
.cd-dropdown,
.cd-select {
	position: relative;
	width: 210px;
	margin: 22px auto;
	display: block;
}

.cd-dropdown > span {
	width: 100%;
	height: 30px;
	line-height: 40px;
	color: #000;
	font-size: 13px;
	background: #fff;
	display: block;
	padding: 0 20px 0 10px;
	position: relative;
	cursor: pointer;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cd-dropdown > span:after {
	content: '\25BC';
	position: relative;
	left: 0px;
	top: 3%;
	width: 50px;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	height: 70%;
	line-height: 4px;
	color:#f42b8d;
	
	
}

.cd-dropdown.cd-active > span:after {
	content: '\25B2';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li span {
	width: 100%;
	background: rgba(255,255,255,0.9);
line-height: 30px;
	padding: 0 0 0 10px;
display: block;
color: #696868;
cursor: pointer;
font-size: 13px;
text-align: left;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cd-dropdown {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	float:left;
}

.cd-dropdown > span {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;

	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-ms-transition: -ms-transform .3s;
	transition: transform .3s;
}

.cd-dropdown > span:active {
	-webkit-transform: rotateX(60deg);
	-moz-transform: rotateX(60deg);
	-o-transform: rotateX(60deg);
	-ms-transform: rotateX(60deg);
	transform: rotateX(60deg);
}

.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
	
}
.cd-dropdown ul li:nth-last-child(-n+7) span {
	
	background-image: url(/img/menuBackground.png);
	background-position: -3px -3px;
	background-repeat: no-repeat;
	width: 195px;
}

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;

}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
}

.cd-active.cd-dropdown > span {
	color: #333;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	
	color: #f42b8d;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
End drop down style
*/
/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
}
	
#logo {
	width: 100%;
	height: 80px;
	background: url(/img/newLogo.png) no-repeat;
	
	float:left;
}



#contents {
	max-width: 1200px;
	margin: 40px auto 0 auto;
}
#contents h1 {
	font-size: 14px;
	margin: 20px 0 0 15px;
}
#contents p {
	font-size: 13px;
	margin: 7px 0 7px 15px;
	padding: 0 20px;
	color:#fff;
	font-weight: 400;
}
#contents p.nospace {
	font-size: 12px;
	margin: 7px 0 7px 0px;
}
#contents p.contact {
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	color: #7a7a7a;
	font-size: 14px;
	margin: 30px auto 7px auto;
	line-height: 22px;
	width: 640px;
}
#contents p.contactGrey {
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	color: #7a7a7a;
	font-size: 14px;
	margin: 130px 0 30px -153px;
	line-height: 18px;
	text-align: center;
}
#contents p.contactGrey a {
	color: #6dc5ff;
}
#contents h1 p {
	font-size: 13px;
	color: #fff;
	margin: 0;
	font-weight: 800;
}
#contents a.external, #contents a.fancy {
	color: #4e9cf0;
	font-size: 12px;
	float: right;
width: 100%;
height: 100%;
	
}
#contents a.fancy span {
	color: #979899;
	font-size: 11px;
	padding-right: 10px;
}
#contents #view {
	float: left;
	color: #fc3cb4;
	padding-left: 35px;
}
#contents #view span {
	padding-right: 10px;
	color: #fc3cb4;
}
#contents a.external:hover, #contents a.fancy:hover {
	text-decoration: none;
}
img#new {
	position: absolute;
	margin: 10px 0 0 370px;
	z-index: 3;
}
img#newSm {
	position: absolute;
	margin: 10px 0 0 212px;
	z-index: 3;
}


/*
MISC
*/	
.clear {
	clear: both;
	height: 1px;
}
.label {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	bottom: -110px;
	margin: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	padding-bottom: 10px;
}
.labelSm {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	width: 296px;
	bottom: -100px;
	margin: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	padding-bottom: 10px;
}
#imageHolder img {
	max-width: 100%;
}
.entry {
	/*background: rgb(135, 199, 135);*/
	width: 285px;
	height: 174px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}
.entry a:hover{
display:none;
}
a.inlineLink:hover{
display:inline;
}
.entry.Feature {
	width: 580px;
	height: 400px;
}
#imageHolder, #imageHolderF {
	position: relative;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
#imageHolderSm {
	position: relative;
	height: 294px;
	width: 296px;
	border: 5px solid #fff;
	margin: 5px;
	overflow: hidden
}
#navMain {
	position: relative;
	top: -24px;
	left: 23px;
	width: 572px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#navRight {
	float: right;
	position: relative;
	top: -74px;
	right: 10px;
	height: 50px;
}


#noFlash {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
#noFlash h1 {
	font-size: 27px;
	color: #7a7a7a;
	font-weight: 100;
}
#contentsCase {
	background-color: #ffffff;
	height: 500px;
	width: 829px;
	margin-top: 130px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#navHolder{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
#leftHack{
height: 80px;
width: 780px;
background: white;
position: absolute;
top: 0;
z-index: -1;
left: 0px;
}
#rightHack{
height: 80px;
width: 1200px;
background: white;
position: absolute;
top: 0;
z-index: -1;
right: 105px;
}
#fancybox-right-ico {
color: #ff29bb;
}
#fancybox-left > i{
float:left;
padding-top: 2px;
padding-right: 5px;
}
#pullout{
position: fixed;
top: 0;
left: -500px;
width: 250px;
height: 100%;
background: white;
z-index: 2;
}
#pullout > ul{
color: #696868;
margin-top: 90px;
font-size: 16px;
width: 250px;
margin-left: 50px;
list-style-type: none;
}
#pullout > ul > li{

padding-bottom: 36px;
padding-top: 20px;
border-bottom: 1px #b7b7b7 solid;
width: 141px;
margin-top: 15px;
}
#contact{
color: #696868;
margin-top: 34px;
font-size: 16px;
width: 250px;
margin-left: 50px;
}
#contact h2, #social h2{
font-size: 16px;
padding-bottom: 8px;
font-weight: 100;
}
#contact > span{
font-size: 14px;
}
#social{
color: #696868;
margin-top: 34px;
font-size: 16px;
width: 250px;
margin-left: 50px;
}
#social .email {
	background-image: url(img/socialSprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 27px;
	float: left;
	margin-right: 5px;
}
#social .fb {
	background-image: url(img/socialSprite.png);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 27px;
	float: left;
margin-right: 5px;
}
#social .linkd {
	background-image: url(img/socialSprite.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 27px;
	float: left;
}
//****************WHo we are******//////
	#infoMenu li a {
		color: #fff;
	}
	#gradientOVer {
	background-image: url(img/pattern.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position:center top;
	opacity:.3;
	pointer-events:none;
}
.base-gradient,.highlight-gradient {
	height: 100%;
	width: 100%;
position: absolute;
top: 0px;
left: 0;
}
#base-gradient2,#highlight-gradient2 {
	height: 100%;
	width: 100%;
position: absolute;
top: 0px;
left: 0;
}
h1 a{
	color: black;
z-index: 69;
/*font-size: 50px;*/
position: relative;
font-weight:bold;
}
h1{
	color:white;
	z-index: 69;
font-size: 50px;
position: relative;
font-weight:bold;

opacity:0;
}
#fullpage{
	
}
.mainImage{
	background-image:url(img/who_1.png);
	background-repeat:no-repeat;
	width:330px;
	height:350px;
	position:relative;
	float:left;
	z-index: 2;
	left: 0px;
	top:500px;
	opacity: 0;
	padding-right: 60px;	
}
#section0 > div > div.pageHolder > div.mainImage{
top:-500px;
}
#section1 > div > div.pageHolder > div.mainImage{
background-image:url(img/who_3.png);
}
#section2 > div > div.pageHolder > div.mainImage{
background-image:url(img/who_4.png);

}
#section3 > div > div.pageHolder > div.mainImage{
background-image:url(img/who_2.png);
}
#section4 > div > div.pageHolder > div.mainImage{
background-image:url(img/who_5.png);
}
.mainContent{
	
width: 60%;
float: left;
position: relative;
top: 500px;
}
#section0 > div > div.pageHolder > div.mainContent{
top: -500px;
}

.pageHolder{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
width:100%;

	
}
.pageHolder h1{
	font-size:22px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding-bottom:20px;
	line-height: 28px;
}
.highLight{
	color:#233396;
	font-weight:800;
}
.highLight a{
font-weight:400;
}
#bulltList{
font-size:15px;
}
.leftCol, .rightCol,.midCol{
float: left;
width: 236px;

}
#bulltList ul{
list-style-position: outside;
margin-left: 0;
padding-left: 1em;
}
#bulltList li{
padding-right: 50px;
line-height: 19px;
}
/************************/
.slider{
z-index: 69;
opacity: 1;
/* position: relative; */
/* top: 120px; */

max-width: 1010px;
margin-left: 40px;
margin-right: 40px;
padding-top: 40px;
}
#sliderHoler{
	
}
/*.base-gradient, .highlight-gradient {
height: 100%;
width: 100%;
position: fixed;
top: 0px;
left: 0;
}*/
#navigation {
width: 100%;
height: 80px;
float: left;
padding: 0px 0 0px 0;
position: fixed;
z-index: 72;
top: 0px;
}
#bottomGallery{
left: 40px;
position: relative;
margin-top: 20px;
float: left;
}
.leftCopy{
width: 61%;

font-size: 14px;
line-height: 17px;
margin-left: 40px;
float: left;
}
.pinkBox{

padding: 30px 45px 30px 45px;
background: rgb(252,10,95);
background: -moz-linear-gradient(-45deg,  rgba(252,10,95,1) 1%, rgba(254,111,115,1) 50%, rgba(252,10,95,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(252,10,95,1)), color-stop(50%,rgba(254,111,115,1)), color-stop(100%,rgba(252,10,95,1)));
background: -webkit-linear-gradient(-45deg,  rgba(252,10,95,1) 1%,rgba(254,111,115,1) 50%,rgba(252,10,95,1) 100%);
background: -o-linear-gradient(-45deg,  rgba(252,10,95,1) 1%,rgba(254,111,115,1) 50%,rgba(252,10,95,1) 100%);
background: -ms-linear-gradient(-45deg,  rgba(252,10,95,1) 1%,rgba(254,111,115,1) 50%,rgba(252,10,95,1) 100%);
background: linear-gradient(135deg,  rgba(252,10,95,1) 1%,rgba(254,111,115,1) 50%,rgba(252,10,95,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0a5f', endColorstr='#fc0a5f',GradientType=1 );

width: 22%;

right: 50px;
float: right;
font-size: 14px;
line-height: 21px;
margin-right: 40px;


color:#ffffff;
margin-top: 100px;

}
.pinkBox strong{
	color:#000000;
}
.caseStudyHolder{
	background: rgba(255, 255, 255, 0.9);
max-width: 1110px;

z-index: 70;
position: absolute;
top: 70px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.images{
	float:left;
	padding-right: 50px;
padding-bottom: 20px;
height: 130px;
}
img,#orphanblack >{
	width:100%;
}
.content{
width: 100%;
float: left;
margin-top: -50px;
}
#largeNav{
width: 1198px;
height: 44px;

margin-left: auto;
margin-right: auto;
position: relative;
top: 450px;
z-index: 80;
}
#largeNav #rightArrow {

margin: 0px;
padding: 0px;
height: 70px;
width: 44px;
float: right;
background: rgba(255, 255, 255, 0.9);
}
#largeNav #leftArrow {


margin: 0px;
padding: 0px;
padding: 0px;
height: 70px;
width: 44px;
float: left;
background: rgba(255, 255, 255, 0.9);
visibility: hidden;

}
div.leftCopy > div.title{
	font-size:20px;
	padding-bottom:17px;
	padding-top:10px;
}
div.leftCopy h2{
font-size: 14px;
line-height: 18px;
padding-bottom: 20px;
padding-right: 30px;
font-weight: 300;
}
#orphanblack_first > p{
	color:#333;
}
.flashWarn{
display:none;
}
.slash{
display:none;
}
div.caseStudyHolder.conjuring,div.caseStudyHolder.clinique,div.caseStudyHolder.futureState,div.caseStudyHolder.agency,div.caseStudyHolder.sonic{

left: 1200px;
visibility: hidden;
display:none;
}
div.caseStudyMain{
margin-left: 45px;
position: relative;
}

div.subhead > h2{
font-weight: 800;
font-size: 14px;
padding-bottom: 15px;
}
div.subhead > h2 > span{
font-weight: 300;
font-size: 14px;
}
#bottomGallery p{
text-transform: uppercase;
}
#bottomGallery a{
color: #6e6868;
}
#bottomGallery subhead{
clear:both;
}