#mobileheader {
	width: 100%;
	background-color: #262626;
	height: 40px;
	position: absolute;
	z-index: 100;
}

#mobileheader A {padding: 0px 10px;}
##mobileheader IMG {display: block;}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
	background-color: #2d2d2d;
	background: rgb(45, 45, 45);
}

.mm-list > li > a, .mm-list > li > span {
	color: #b2b2b2;
}

.mm-list, .mm-list > li {
	font-size: 12px;
	line-height: 28px;
	letter-spacing: .1em;
}

#crMobileLogo {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

#mobileHomeFull {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

#homeslide1, #homeslide2, #homeslide3, #homeslide4 {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#mobileExpertiseWrap {
	padding: 60px 20px;
	margin: auto;
	max-width: 500px;
}

#fullPageWrap {
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
}

.mobileExpertise {
	width: 100%;
	padding-bottom: 60px;
}

.mobileExpertise P {
	text-align: left;
	color: #b2b2b2;
}

.mobileExpertise H1 {
	margin-bottom: 18px;
}

.mobileLeadership {
	width: 100%;
	padding-bottom: 60px;
}

.mobileLeadership P {
	text-align: left;
}

.mobileLeadership H1 {
	margin-bottom: 0px;
}

.bioDetailHead, .bioDetailText {width: 100%;}
.bioDetailImage, .bioDetailHead, .bioDetailText {float: none;}

.bioDetailText P {
	width: 100%;
	color: #b2b2b2;
}

.bioDetailHead H2 {
	color: #b2b2b2;
}

IMG.leadershipThumbs {display: block; margin-bottom: 20px; }

.mobileClientList {
	padding: 60px 20px;
	margin: auto;
	max-width: 500px;
}

.mobileClientList P {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 18px;
	color: #b2b2b2;
	text-align: left;
}

#mobileOurstoryWrap {
	padding: 60px 20px;
	margin: auto;
	max-width: 500px;
}

.mobileOurstory {
	width: 100%;
	padding-bottom: 60px;
}

.mobileOurstory P {
	text-align: left;
	color: #b2b2b2;
}

.mobileOurstory H1 {
	margin-bottom: 18px;
}



.mobileNews A {color: #737373;}

IMG.mobileLocationImages {width: 100%; height: auto;}

.mobileLocation {
	width: 100%;
	padding-bottom: 60px;
}

.mobileLocation P {
	text-align: left;
	color: #b2b2b2;
}

.mobileLocation H1 {
	margin-bottom: 18px;
}

IMG.mobileProjectImages {width: 100%; height: auto;}

.mobileProjects H1 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #b2b2b2;
}

.mobileProjects P {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 18px;
	color: #b2b2b2;
}

#facebook, #twitter, #gplus, #pinit, #email {
	display: block;
	margin: 0px 0px 18px 0px;
    height: auto;
    overflow:none;
}

#fbButton {
	position: relative;
	background-color: #1A1A1A;
	width: 49px; 
	overflow: hidden;
	margin-left: 0px; 
}

#allProjectsPrev {
	position: static;
	display: inline-block;
	width: 35px;
	height: 35px;
	background:url('../images/project_prev.png') right center;
	background-repeat:no-repeat;
	z-index: 100;
	cursor: pointer;
}

#allProjectsNext {
	position: static;
	display: inline-block;
	width: 35px;
	height: 35px;
	background:url('../images/project_next.png') right center;
	background-repeat:no-repeat;
	z-index: 100;
	cursor: pointer;
}

.mobileThumbs {
	width: 50px; 
	height: 50px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	margin: 10px 3px;
	cursor: pointer;
}

.notSelected {opacity: .3;}
.selectedSlide {opacity: 1;}

#mobileThumbRow {width: 100%; text-align: center; }

video#backgroundvid {
position: fixed;
right: 0; 
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto; 
height: auto; 
z-index: -100;
background-size: cover;
}

.video {
    width: 100%;
    border: 1px solid black;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}
.playpause {
    background-image:url(../images/play_button.png);
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    position:fixed;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}