/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
}

html {
	height: 100%;
}
body {
	background-color: #000;
	font-family: 'proxima_nova_ltregular';
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
	text-align: center;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.reg-form {
	background-color: #fff;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p, menu, ol, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.3em;
}
h1 span, h2 span {
	display: none;	
}
h2 {
	font-family: 'Austin-Light';
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;	
	letter-spacing: 0.1em;
	padding-bottom: 40px;
}
h2.abs {
	top: 32px;
    width: 100%;
    z-index: 200;
	position: absolute;
	left: 0;	
}
h3 {
	font-family: 'Austin-Light';
	/*font-size: 32px;
	line-height: 0.8em;	
	padding-bottom: 25px;*/
	font-size: 25px;
	line-height: 1.2em;	
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding-bottom: 32px;
	text-align: center;
}
h3 span {
	font-style: italic;
	text-transform: lowercase;
}
h4 {
	font-family: 'bebas_neueregular';
	font-size: 23px;
	text-transform: uppercase;
	padding-bottom: 15px;
	letter-spacing: 0.02em;
}
h5 {
	font-family: 'Austin-Roman';
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-bottom: 12px;
	text-transform: uppercase;
}
h6 {
	font-family: 'bebas_neueregular';
	font-size:18px;
}
footer h5 {
	font-weight: bold;
	font-size: 12px;
}
p {
	padding-bottom: 15px;
	text-align: left !important;
}
div.lead {
	font-size: inherit;
	line-height: inherit;
	font-style: italic;
	margin-bottom: 0;
}
ul {
	font-style: normal;
	text-decoration: none; 
}
address {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.5em;
	padding-bottom: 15px;
}
article p.lead, article div.lead  {
	font-family: 'Austin-Light';
	font-size: 22px;
	font-style: italic;
	line-height: 1.057em;
	margin-bottom: 0;
	letter-spacing: 0.02em;
}
br {
	display: none;	
}
ul, li {
	list-style: none;	
}
ul {
	padding-bottom: 10px;	
}
li {
	padding-bottom: 5px;	
}
.bullet li {
	background: url(images/li-bullet.jpg) no-repeat left 5px;
	padding-left: 16px;	
}
a:hover, a:active, a:focus {
	outline: 0;	
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}
a.active {
	color: #999;
	cursor: default;
	text-decoration: underline;
}
.text-white a:link {
	color: #fff;
	text-decoration: underline;
}
.text-white a:visited {
	color: #fff;
}
.text-white a:hover {
	color: #666;
}
.text-white a:active {
	color: #fff;
}
a.no-decor {
	text-decoration: none !important;
}
img, .lock-size img, img.lock-size {
    vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto;
}
input {
   -webkit-border-radius:0;
   -webkit-appearance:none;
   border-radius:0;
}
textarea {
	-webkit-appearance:none;
}
table { 
	border-collapse:collapse; border-spacing: 0; 
}
th, td { 
	padding: 0; 
}

.wrapper {
	width: 100%;
	position: relative;
	min-height:100%;
	
	overflow: hidden;
}
.container {
	position: relative;
	margin: 0 auto;	
}
/* global */
.sec-pad {
	padding: 40px 0 45px;	
}
.sec-pad-big {
	padding: 70px 0;	
}
.no-pad {
	padding: 0;	
}
.extra-pad {
	padding-bottom: 45px;	
}
.top-pad {
	padding-top: 35px;	
}
.top-shadow .sec-pad {
	padding-top: 0;	
}
.norm-case {
	text-transform: none;
}
.inline-block > div , .inline-block > li {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;	
}
.text-upper {
	text-transform: uppercase;	
}
.text-norm b {
	text-transform: none !important;	
}
.text-white {
	color: #fff;	
}
.small-text {
	font-size: 12px;
	padding-bottom: 15px;
}
.tag-group {
	line-height: 1.3em;
    padding-top: 12px;
}
.p2 .hero-item .tag-group {
    padding-top: 0;
}
.tags {
	font-family: 'Austin-Light';
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.05em;	
}
.tags a {
	text-decoration: none !important;
}
.tags a:hover {
	color: #e7e4e4 !important;
}
.pull-left, .pull-right {
	float: none;	
}
.cta-btn {
	display: block;
	width: 69px;
	height: 68px;
	background-position: left top;
	background-repeat: no-repeat;	
}
.toucher .cta-btn {
	width: 96px;
	height: 95px;	
}
.lt-ie9 .cta-btn:hover {
	background-position: center bottom;
}
.text-left .cta-btn, .text-right .cta-btn {
	margin-left: 0;
	margin-right: 0;
}
.cta-btn span { display: none; }
.cta-btn.read {
	background-image: url(images/btn-read2.png);
}
.text-white .cta-btn.read {
	background-image: url(images/btn-read-w.png);
}
.cta-btn.view {
	background-image: url(images/btn-view.png);
}
.text-white .cta-btn.view {
	background-image: url(images/btn-view-w.png);
}
.toucher .cta-btn {
	background-image: url(images/btn-touch.png);
}
.sec-head {
	line-height: 1em;
	padding-bottom: 40px;
}
.text-dots {
	background: url(images/dot.png) no-repeat left center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding-left: 12px;
}
.text-dots > span {
	background: url(images/dot.png) no-repeat right center;
	padding-right: 12px;
}
.text-white .text-dots, .text-white .text-dots > span {
	background-image: url(images/dot-w.png)
}
.top-shadow, .btm-shadow {
	background-repeat: no-repeat;
}
.top-shadow {
	background-image: url(images/shdw-top.png);
	background-position: center top;
	padding-top: 45px;	
}
.btm-shadow {
	background-image: url(images/shdw-btm.png);
	background-position: center bottom;
	padding-bottom: 45px;
}
.top-shadow.abs, .btm-shadow.abs {
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300;
}
.btm-shadow.abs {
	top: auto;
    bottom: 0;
}
.success {
	display: none;
}
.reg-form .success p {
	text-align: center !important;
}

/* flip animation css3*/
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.flip-container {
	margin: 20px auto 15px;
	height: 68px;
    width: 69px;
	display: block;
	overflow: hidden;
}
.flip-container.toucher {
	height: 95px;
    width: 96px;
}
.flip-container.cover {
	height: 100%;
    width: 100%;
	margin: 0;
}
.flip-container.left {
	margin: 20px 0 15px;
}
.flipper {
	-webkit-transition: 0.5s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	
	transition: 0.5s;
	transform-style: preserve-3d;

	position: relative;
	width: 100%;
	height: 100%;
		
}
.cover .flipper {
	-webkit-transition: 0.8s;

	-moz-transition: 0.8s;
	
	transition: 0.8s;
} 
.flipper .cta-btn, .flipper .btn-action {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	
	position: relative;
	top: 0;
	left: 0;
}

/*--------------------------------------------*/
/* grid */
.grid-full, .grid-half, .grid-1-3, .grid-1-6, .grid-2-3, .grid-100 {
	display: inherit;
	margin: 0 15px;
	position: relative;	
	padding-bottom: 15px;
}
.grid-full:last-child, .grid-half:last-child, .grid-1-3:last-child, .grid-1-6:last-child, .grid-2-3:last-child, .grid-100:last-child {
	padding-bottom: 0;
}
.grid-1-6 {
	margin-left:0;
	margin-right:0;
}
.alpha, .omega {
	margin-left: 0;
	margin-right: 0;	
}
section {
	position: relative;
	background-color: #FFF;
}
/* background */
.bg-black {
	background-color: #000;	
}
.bg-black.radial {
	background-image: url(images/bg-black-radial.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-grey {
	background: url(images/tile-diagonal.png);
}
.bg-white {
	background-color: #fff;
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cyan {
	background-image: url(images/bg-radial-cyan.jpg);
	background-color: #4fc9ca;
	color: #1f3b6e !important;
}
.bg-pinkred {
	background-image: url(images/bg-radial-pinkred.jpg);
	background-color: #f15b66;
	color: #fff !important;
}
.bg-dblue {
	background-image: url(images/bg-radial-blue.jpg);
	background-color: #1c4481;
	color: #fff !important;
}
.bg-yellow {
	background-image: url(images/bg-radial-yellow.jpg);
	background-color: #ffb902;
	color: #1f3b6e !important;
}
.bg-purple {
	background-image: url(images/bg-radial-purple.jpg);
	background-color: #68217a;
	color: #fff !important;
}
.ignore br {
	display: block !important;
}
/* header */
header {
	position: relative;
	width: 100%;
	height: 88px;
	background-color: #fff;
}
header .inner {
	position: relative;
	top: 0;
	width: 100%;
	background-color: #fff;
	
	height: 88px;
	overflow: visible;
	z-index: 400;
}
header .inner .mhead-shadow {
	bottom: -45px;
    position: absolute;
    width: 100%;
}
header .grid-full {
	margin: 0;	
}
.logo {
	padding: 19px 0 0;	
}
.logo-bg {
	background-image: url(images/bang.nextgenco.revised.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 250px;
	height: 50px;
	background-size: contain;
	margin-top: -5px;
}
.logo-bg.white {
	background-image: url(images/logo-bang-btm.png);
}
.main-nav {
	left: 0;
    position: absolute;
    top: 88px;
    width: 100%;
}
.main-nav.pull-right {
	float: none;
}
.main-nav .holder {
	background-image: url(images/shdw-menu-btm.png), url(images/tile-diagonal.png);
	background-position: center bottom, left top;
	background-repeat: no-repeat, repeat;
	background-color: #fdfdfd;
	height: inherit;	
	height: 0;
    overflow: hidden;
	width: 100%;
	margin-left: 0;
}
.main-nav button {
	position: absolute;
	top: -58px;
	right: 18px;	
	border: none;
	background: url(images/icon-menu.png) no-repeat left top transparent;
	display: block;
	height: 30px;
	width: 30px;
}
.main-nav button span {
	display: none;	
}
.main-nav ul {
	background: url(images/shdw-menu.png) no-repeat center top;
	padding: 12px 0;
}
.main-nav li { 
	padding: 6px 0;
}
.main-nav a {
	/*font-family: 'Austin-Roman';*/
	font-family: 'proxima_nova_ltregular';
	text-transform: uppercase;
	font-size: 11px;	
	letter-spacing: 0.1em;
	text-decoration: none;
	white-space:nowrap;
}
.n2 .main-nav a {
	font-size: 12px;	
	/*padding-bottom: 10px;*/
}
.main-nav a.active {
	/*font-family: 'Austin-Light';*/
	font-weight: bold;
	color: #000;
}
.n2 .main-nav a.active {
	font-weight: normal;
}
/* mast head */
#contact p, #masthead p {
	text-align: center !important;	
}
p#latest-tweet {
	text-align: left !important;
}
#masthead.fixed .tbl-row {
	display: table-row;
}
#masthead.fixed {
	width: 100%;
	overflow: hidden;	
}
#masthead.fixed h3 {
	padding: 15px;
}
#masthead.has-nav h3 {
	padding: 15px 15px 70px;
}
.home .hero-holder.fader {
	visibility: visible;
}
.hero-holder {
	position: relative;
}
.hero-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	
	overflow: hidden;
	display: none;
	visibility: hidden;
}
.hero-item.slick-slide img {
	margin: 0 auto;
}
.hero-item.show {
	display: block;
	visibility: visible;
}
.home .hero-item {
	display: none;
	visibility: hidden;
}
.home .fader .hero-item {
	-webkit-transition: opacity 0.2s ease-out 0s;	  
	-moz-transition:    opacity 0.2s ease-out 0s;		
	-ms-transition:     opacity 0.2s ease-out 0s;	
	-o-transition:      opacity 0.2s ease-out 0s;	
	transition: 		opacity 0.2s ease-out 0s;	
}
.home .fader .hero-item, .home .fader .hero-item:first-child {
	display: block;
	visibility: visible;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	opacity: 0;
}
.home .fader .hero-item.out {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	opacity: 0;
}
.home .hero-item:first-child  {
	display: block;
	visibility: hidden;
}
.lt-ie9 .hero-holder, .lt-ie9 .hero-item, .lt-ie9 .hero-item .container {
	min-height: 448px;
}
.lt-ie9 .case-study, .lt-ie9 .case-study .hero-item, .lt-ie9 .case-study .hero-item .container {
	min-height: 304px;
}
.hero-item:first-child {
	display: block;
	visibility: visible;
}
.hero-item .grid-half, .hero-item .grid-1-3, .hero-item .grid-2-3 {
	padding-top: 45px;
}
.case-study .hero-item .grid-half, .case-study .hero-item .grid-1-3, .case-study .hero-item .grid-2-3 {
	padding-bottom: 80px;
}
.grphc-el {
	padding: 30px 40px 0;
	position:relative;
	left:25px;
	text-align: center;
}
.hero-item .cta-btn {
	margin-top: 0;	
}
.hero-item {
	background: none;
}
.abs-center {
	bottom: -82px;
    left: 50%;
    position: absolute;
}
.abs-center .holder {
	margin-left: -35px;
}
.p2 .hero-item .grid-half, .p2 .hero-item .grid-1-3, .p2 .hero-item .grid-full {
	padding: 40px 0 100px;
}
/*nav -tab*/
.nav-pills > li > a {
	border-radius: 0;
	font-family: 'Austin-Roman';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #000;
	text-decoration: none !important;
	margin: 0;
	padding-bottom: 12px;
    padding-top: 12px;
}
.nav-pills > li > a br {
	display: block !important;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background-color: #fff;
	color: #000;
}
.nav-pills > li > a {
	color: #000;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: #000;
	color: #fff;
}
.nav-pills > li {
	border: solid 1px #000;
	border-left: none;	
	padding-bottom: 0;
}
.nav-pills > li:first-child {
	border-left: solid 1px #000;
}

.text-white .nav-pills > li > a:hover, .text-white .nav-pills > li > a:focus {
	background-color: #000;
	color: #fff;
}
.text-white .nav-pills > li > a {
	color: #fff;
}
.text-white .nav-pills > .active > a, .text-white .nav-pills > .active > a:hover, .text-white .nav-pills > .active > a:focus {
	background-color: #fff;
	color: #000;
}
.text-white .nav-pills > li {
	border: solid 1px #fff;
	border-left: none;	
}
.text-white .nav-pills > li:first-child {
	border-left: solid 1px #fff;
}

.nav-pills.nav-stacked > li > a {
	margin-bottom: 0 !important;	
}
.nav-stacked li {
	border: solid 1px #000;
	border-top: none;
}
.nav-stacked li:first-child {
	border-top: solid 1px #000;
}
.block-centered > * {
	display: inline-block;
}
/*---------------------------*/
/* cta-group */
.cta-items {
	width:100%;
	max-width: 331px;
	margin-bottom: 20px;
}
.cta-group {
	margin: 0 15px;
	background: url(images/tile-diagonal.png);
	position: relative;
}
.cta-img {
	display: none;
	background: url(images/tile-diagonal.png) repeat left top;
}
.cta-blurb {
	margin: 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	display: table-row;
}
.cta-blurb h3 {
	font-family: 'Austin-Light';
	font-size: 31px;
	line-height: 0.742em;
}
.p2 .cta-blurb.text-white {
	color: #000;	
}
.cta-blurb p {
	display: none;
	line-height: 1;
	padding-bottom: 20px;	
}
.cta-blurb .holder {
	display: block;
	vertical-align: middle;
	width: auto;
}
.cta-group a {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	text-decoration: none !important;
	color: inherit !important;
	
}
.p2 .cta-blurb .holder {
	visibility: hidden;
	padding: 0;
}
.p2 .cta-group a {
	position: relative;
	/*display: table;*/
}
.cta-group a span.inner {
	display: table-cell;
	vertical-align: middle;
}
.lt-ie8 .cta-group a span.inner {
	display: inline-block;
}
.cta-group .txt-group {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	text-decoration: none !important;
	color: inherit !important;
	
}
.p2 .cta-group a.cover {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}
.p2 .cta-group .txt-group	 {
	position: relative;
	display: table;
}
.cta-group .txt-group .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}
.lt-ie8 .cta-group .txt-group .inner {
	display: inline-block;
}
/* breadcrumbs and indicator bar */
.indicator-pad {
	padding: 12px 0; 
}
.indicator-bar {
	font-family: 'proxima_nova_ltregular';
	font-size: 11px;
	color: #000;
	letter-spacing: 0.1em;
	background: url(images/tile-diagonal.png);
}
.indicator-bar .grid-full {
	padding-bottom: 0;
}
.indicator-bar h1 {
	font-size: inherit;
	line-height: inherit;
}
.breadcrumb a {
	text-decoration: none !important;	
}
.breadcrumb .active {
	color: #666;
}
.breadcrumb, .breadcrumb >li, .breadcrumb, .breadcrumb > div {
	padding-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb > li > .divider, .breadcrumb > div > .divider {
    padding: 0 5px;
}
/* MAP */
#map-canvas, #map { 
	width:100%;
	height: 352px;
	z-index: 200; 
}
/* photo-mod */
#photo-mod .team-note {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.05em;
}
#photo-mod .team-note span {
	background: url(images/drg-arrw.png) no-repeat left center;
	display: inline-block;
    height: 8px;
    margin: 0 14px;
    width: 12px;	
}
/* mash article */
.content {
	padding: 36px 0 50px;	
}
article {
	padding-top: 40px;
}
article:first-child {
	padding-top: 0;	
}
.art-heading {
	padding-bottom: 22px;
}
.art-img {
	float: none;
	padding-bottom: 15px;
}
article h2 {
	font-family: 'Austin-Light';
	font-size: 35px;
	line-height: 0.750em;
	padding-bottom: 10px;
	text-decoration: none;
	letter-spacing: 0.05em;
	font-weight: normal;
}
article h3 {
	font-family: 'Austin-Roman';
	letter-spacing: 0.1em;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
article .by-line {
	font-family: 'Austin-Roman';
	font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.art-footer {
	padding-top: 14px;
}
#num-points b, #num-points strong {
	display: block;
}
article li {
	padding-left: 20px;
	background: url(images/bullet-plus.png) no-repeat left 5px;	
	padding-bottom: 10px;
	line-height: inherit;
}
article .doc-size {
	margin: 20px 0 15px;
	padding-left: 10px;
	height: 68px;
	line-height: 68px;
	font-family: 'Austin-Light';
	font-size: 14px;
	font-style: italic;
}
#mash article h4 {
	margin-top: 16px;
}
/* case-study */
.case-study h3 {
	font-size: 35px;
}
.case-study .hero-item h3 {	
	padding-bottom: 10px;
	text-align: center;
}
.img-items {
	width:100%;
	max-width: 331px;
	margin-bottom: 24px;
}
.img-group {
	margin: 0 15px;
	position: relative;
}
#main-sec h3 {
	font-size: 32px;
	line-height: 0.8em;	
	padding-bottom: 25px;
	text-align:left;
}
.p2 #main-sec h3 {
	text-align:center;
}
.p2 #main-sec ul {
	margin-top: 20px;
}
.p2 #main-sec li {
	padding: 0 25px;
}
#main-sec h3 b {
    font-style: italic;
	font-weight: normal;
	display: block;
    text-transform: lowercase;
}
.proj-nav {
    /*height: 304px;*/
    left: 0;
    position: absolute;
    /*top: auto;
	bottom:-110px;*/
    width: 100%;
    z-index: 350;
	
	bottom: 0;
}
.proj-nav ul {
	padding-bottom: 0;
}
.proj-nav li {
	position: absolute;
	display: block;
	width: 87px;
	height: 71px;
	/*top: 50%;
	margin-top: -35px;*/
	bottom: 0;
	padding-bottom: 0;
}
.proj-nav li a {
	display: block;
	width: 20px;
	height: 50px;
	background-image: url(images/proj-nav.png);
	background-repeat: no-repeat;
	position: absolute;
}
.proj-nav li.next {
	right: 25%;
}
.proj-nav li.prev {
	left: 25%;
}
.proj-nav li.next a {
	background-position: -17px -89px;
	right: 20px;
}
.proj-nav li.prev a {
	background-position: left -10px;
	left: 20px;
}
.proj-nav li span {
	display: none;
}
.bullet-points li {
	background: url(images/serv-bullet.png) no-repeat left top;
	padding-bottom: 15px;
    padding-left: 32px;	
}
.text-white .bullet-points li {
	background: url(images/serv-bullet-w.png) no-repeat left top;
}
#expertise a {
	text-decoration: none !important;
}
#expertise .grid-1-3, #expertise .bullet-points ul:first-child {
	padding-bottom: 0;
}
#expertise .bullet-points li {
	text-align: center;
	background: none;
	padding-left: 0;	
	padding-bottom: 10px;
}
/* footer */
footer {
	padding: 38px 0 30px;
}
.footer-item {
	margin: 0 15px 10px;
}
#contact .footer-item p {
	text-align: left !important;
}
footer, footer address {
	line-height: 1.250em !important;
	font-size: 12px;
}
footer a {
	text-decoration: none !important;	
}
footer br {
	display: block;
}
.social-links img, .social-links .logo-bg {
	margin-bottom: 25px;	
}
.social-links li {
	float: left;
	padding-bottom: 8px;
}
.social-links li > a {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(images/icons-social4.png);
	background-repeat: no-repeat;
}
.social-links .linkedin a {
	background-position: left top;	
}
.social-links .linkedin a:hover{
	background-position: left bottom;	
}
.social-links .fb a {
	background-position: -44px top;	
}
.social-links .fb a:hover{
	background-position: -44px bottom;	
}
.social-links .twitter a {
	background-position: -88px top;	
}
.social-links .twitter a:hover{
	background-position: -88px bottom;	
}
.social-links .youtube a {
	background-position: -132px top;	
}
.social-links .youtube a:hover{
	background-position: -132px bottom;	
}
.social-links .instagram a {
	background-position: -176px top;	
}
.social-links .instagram a:hover{
	background-position: -176px bottom;	
}
.social-links .gplus a {
	background-position: right top;	
}
.social-links .gplus a:hover{
	background-position: right bottom;	
}

#to-top {
	position:fixed;
	bottom:0;
	right:0;
	z-index:9999;
	opacity:0;
	transition: opacity 0.3s;
	/* Safari */
	-webkit-transition:opacity 0.3s;
}
#to-top span {
	display:block;
	width:60px;
	height:60px;
	background:transparent url(images/totop-arrow-4.png) center no-repeat;
	background-size:40px 40px;
}
#to-top.show {
	opacity:1;
}
	
/* share this */
#sthoverbuttons {
    height: 62px !important;
    margin-left: 0 !important;
    width: 62px !important;
}
#sthoverbuttons {
    top: 25% !important;
	position: absolute !important;
}
.stButton .stLarge {
    height: 20px !important;
    width: 28px !important;
	background-image: url(images/ST-bang-sml.png) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}
#sthoverbuttons #sthoverbuttonsMain {
    padding: 0 !important;
    width: 62px !important;
}
.stButton .stLarge:hover {
	background-position: left bottom !important;
}
.stButton {
    padding-top: 20px;
}
#sthoverbuttons .sthoverbuttons-background-l {
	left: 0 !important;	
}
#sthoverbuttons #sthoverbuttons-top, #sthoverbuttons #sthoverbuttons-bottom, #sthoverbuttons .sthoverbuttons-label  {
    display: none !important;
}
#sthoverbuttons .sthoverbuttons-top-l, #sthoverbuttons .sthoverbuttons-bottom-l, #sthoverbuttons .sthoverbuttons-shade-l {
    background: none !important;
}
#sthoverbuttons .sthoverbuttons-shade-l {
    background-color: #000 !important;
}
/*new*/
.share-tab {
	left: 0;
    position: absolute;
	width:100%;
	bottom:0;
}
.st_sharethis_custom {
	cursor: pointer;
	background-color: #000;
    display: block;
    height: 60px;
    width: 100%;
	background-image: url(images/ST-bang-sml.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin:0 auto;
}
.share-tab.affix {
	position:fixed;
	bottom:0 !important;

}
.share-tab.affix.mobile {
}
/*------------*/
#regoform2 input[type="text"], #regoform2 textarea, #regoDL input[type="text"] {
	font-family: 'proxima_nova_ltregular';
	font-size:12px;
	border-radius:0;
	box-shadow:none;
	padding-left:15px;
	padding-right:0;
	border-color:#e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
#regoform2 input[type="text"], #regoDL input[type="text"] {
	height:50px;
	/*width:97%;*/
}
#regoform2 textarea, #regoDL textarea {
	height:110px;
	/*width:92%;*/
	padding:15px;
	resize:none;
}
#regoform2 .grid-2-3 > .grid-1-3:first-child {
	padding-bottom:0;
}
#regoform2 .btn-action, #regoDL .btn-action {
	width:69px;
	height:69px;
	background:url(images/btn-go.png) no-repeat;
	border:none;
}
#regoform2 .btn-action > span, #regoDL .btn-action > span {
	display:none;
}

/* Site map */
.site-map ul li {
	list-style:none;
	text-align:left;
}
.site-map > div > ul > li {
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-family: 'bebas_neueregular';
	font-size:20px;
	zoom: 1;
    *display: inline;
	margin: 0 15px;
}

.site-map div > ul ul {
	padding-top:10px;
	font-weight:normal;
}
.site-map h6 {
	padding-bottom:8px;
}
.site-map h6 a {
	text-decoration:none;
}
.site-map ul li {
	font-family: 'proxima_nova_ltregular';
	font-size:14px;
	padding-bottom:10px;
}
.site-map ul li a {
	text-decoration:none;
}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

#container {
	overflow: visible !important;
	margin: 0 auto;	
}
#container .cta-items {
	float: left;	
}
.lt-ie9 .cta-items {
	height: 384px;	
}

/*------*/
.breadcrumb {
	display: inline;	
}
.indicator-bar .helpers {
	float: right;	
	padding-top: 4px;
}
.helpers .btns {
	display: block;
	background-repeat: no-repeat;	
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	text-transform: uppercase;
	padding-top: 1px;
	-webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
		  
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.helpers .btn-filter {
	background-image: url(images/icon-shortcuts-tags.png);
	background-position: left top;
	padding-left: 22px;
}
.helpers .btn-filter:hover {
	background-position: left bottom;
}
.cat-filter {
	overflow: hidden;
	position: relative;
	height: 0;
}
.cat-filter ul {
	padding: 20px 90px 15px 0;
}
.cat-filter li {
	float: left;
    padding-right: 15px;
    width: 164px;
	padding-bottom: 10px;
}
.cat-filter a {
	font-family: 'proxima_nova_ltregular';
	font-size: 11px;
	text-decoration: none;
	color: #000;
	line-height: 19px;
}
.cat-filter a span {
	background-image: url(images/check-box.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	padding-right: 15px;	
	line-height: 19px;
	vertical-align: top;
}
.cat-filter a.selected span{
	background-position: left bottom;
}
.cat-reset {
	position: absolute;
    right: 0;
    top: 17px;
	text-transform: uppercase;
	font-family: 'proxima_nova_thregular';
	font-weight: bold;
	letter-spacing: 0.2em;
}

.form-wrapper {
	position: relative;
	background-color: #FFF;
	text-align: center;
}
.form-pad {
	padding: 55px 25px 20px;
}
.reg-form .btn-close {
    background: url(images/profile-close.png) no-repeat 3px 3px;
    display: block;
    height: 20px;
    opacity: 1;
    padding: 3px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 20px;
}
.reg-form .btn-close span {
	display: none;	
}

/* mobile */
.mobilepage h3 span, .mob-close span, .mobilepage li span {
	display: none;
}
.mobilepage h3 {
	display: block;
	width: 218px;
	height: 108px;
	background: url(images/mob-contact.png) no-repeat;
	margin: 10px auto 15px;
}
.mobilepage .hero-item a {
	text-decoration: none;
}
.mobilepage .hero-item p {
	font-size: 13px;	
}
.mobilepage .hero-item br, .mob-close, .mobilepage li a {
	display: block;
}
.mob-close {
	width: 32px;
	height: 32px;
	background: url(images/mob-close.png) no-repeat;
	margin: 20px auto 0;
}
.mobilepage .hero-item li a {
	margin: 10px 5px;
	width: 80px;
	height: 79px;
	background: url(images/mob-icons.png) no-repeat;
}
.mobilepage .hero-item li a.mob-add {
	background-position: -87px top;
}
.mobilepage .hero-item li a.mob-email {
	background-position: -175px top;
}
/* video responsive*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* project image viewer */


.owl-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-controls .owl-page span {
	background: url(images/icons-diamond.png) no-repeat -47px 3px transparent !important;
	border-radius: 0px !important;
	width: 15px !important;
	height: 16px !important;
	opacity: 1 !important;
	filter: Alpha(Opacity=100) !important;/*IE7 fix*/
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	cursor: pointer !important;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background-position: -23px 3px !important;
	cursor: default;
}
.owl-theme .owl-controls.clickable .owl-page.active:hover span, .owl-theme .owl-controls .owl-page.active span {
	background-position: 3px 3px !important;
}
.owl-controls .owl-page {
	cursor: default !important;
}
.owl-theme .owl-controls {
	margin-top: 30px !important;	
}
/* our thinking */
.nav-thinking {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 30px;
	background: url(images/diamond-line2.png) no-repeat center center;
}
.text-white .nav-thinking {
	background: url(images/diamond-line2b.png) no-repeat center center;
}
.nav-thinking ul li {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	padding: 8px 0;
}
.nav-thinking ul li span {
	cursor: pointer;
	
	background-image: url(images/icons-diamonds2.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	
	display: inline-block;
	vertical-align: top;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	
	min-width: 150px;
}
.text-white .nav-thinking ul li span {
	background-image: url(images/icons-diamonds2b.png);
}
.nav-thinking ul li span:hover {
	background-position: left -290px;
}
.nav-thinking ul li.active span:hover, .nav-thinking ul li.active span {
	cursor: default;
	background-position: left -582px;	
}
.thinking .blurb-item .holder {
	position: relative;	
}
.thinking .blurb-item h3 {
	text-align: center !important;
	padding-bottom: 40px !important;
}
.blurb-container {
	padding-bottom: 30px;
	position: relative;	
}
.blurb-container .blurb-item {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}
.blurb-container .blurb-item:first-child {
	position: relative;
	display: block;
}
/* SEM form */
#sem-form form {
	margin-top: 20px;
}
#sem-form .success {
	margin-top: 20px;
}
#sem-form .success h3 {
	padding-bottom: 10px;
}

/* new video component */
.hero-holder {
	width: 100%;
}
.video-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.vjs-tech {
	left: 0;
}
.vjs-control-bar, .vjs-error-display, .vjs-caption-settings {
	display: none;
}
#big-video-wrap, .big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

/* accordion sections */

#sec-accordion > section {
	padding-top: 0;
	height:75px;
	overflow: hidden;
}
#sec-accordion > section .container {
	padding: 0;
	z-index:50;
}
#sec-accordion > section .btm-shadow {
	position: absolute;
	width:100%;
	left:0;
	bottom:0;
	z-index:20;
}
#sec-accordion .sec-title {
	padding: 30px 0;
	height: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#sec-accordion .sec-content {
	padding: 30px 0 45px;
}
#register .btn-action {
	background: url("images/btn-pricing.png") no-repeat scroll 0 0;
}
#the-journey .sec-content .hspot {
	position: absolute;
	cursor: pointer;
	display: block;
}
#the-journey .sec-content .hspot.hs1 {
	height: 140px;
	left: 171px;
	top: 0;
	width: 138px;
}
#the-journey .sec-content .hspot.hs2 {
	height: 140px;
	left: 315px;
	top: 87px;
	width: 126px;
}
#the-journey .sec-content .hspot.hs3 {
	height: 90px;
	left: 340px;
	top: 254px;
	width: 107px;
}
#the-journey .sec-content .hspot.hs4 {
	height: 120px;
	left: 260px;
	top: 360px;
	width: 117px;
}
#the-journey .sec-content .hspot.hs5 {
	height: 120px;
	left: 101px;
	top: 360px;
	width: 121px;
}
#the-journey .sec-content .hspot.hs6 {
	height: 108px;
	left: 4px;
	top: 245px;
	width: 120px;
}
#the-journey .sec-content .hspot.hs7 {
	height: 104px;
	left: 26px;
	top: 104px;
	width: 107px;
}
/* #pkg-tbl */
#pkg-tbl {
	color: #fff;
	background-color: #000;
	padding-bottom: 20px;
}
#pkg-tbl .pkg-tabs, #pkg-tbl .pkg-tbls table th {
	font-family:Austin-Light;
}
#pkg-tbl .pkg-tabs li {
	color: #000;
	text-transform: uppercase;
	float: left;
	width: 25%;
	background-color: #fff;
	border: 1px solid #000;
	border-left: none;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#pkg-tbl .pkg-tabs li.active {
	background-color: #000;
	color:#fff;
	cursor: default;
}
#pkg-tbl .pkg-tabs li.clr-grn.active, #pkg-tbl .clr-grn .pkg-head h3, #pkg-tbl .clr-grn table th, #pkg-tbl table th.clr-grn {
	color:#00bda6;
	text-transform: uppercase;
}
#pkg-tbl .pkg-tabs li.clr-orng.active, #pkg-tbl .clr-orng .pkg-head h3, #pkg-tbl .clr-orng table th, #pkg-tbl table th.clr-orng {
	color:#ff8c00;
	text-transform: uppercase;
}
#pkg-tbl .pkg-tabs li.clr-red.active, #pkg-tbl .clr-red .pkg-head h3, #pkg-tbl .clr-red table th, #pkg-tbl table th.clr-red {
	color:#f05a67;
	text-transform: uppercase;
}
#pkg-tbl .pkg-tabs li.clr-prpl.active, #pkg-tbl .clr-prpl .pkg-head h3, #pkg-tbl .clr-prpl table th, #pkg-tbl table th.clr-prpl {
	color:#9c4f96;
	text-transform: uppercase;
}

#pkg-tbl table th.clr-grn {
	color:#00bda6;
	text-transform: uppercase;
}
#pkg-tbl table th.clr-orng {
	color:#ff8c00;
	text-transform: uppercase;
}
#pkg-tbl table th.clr-red {
	color:#f05a67;
	text-transform: uppercase;
}
#pkg-tbl table th.clr-prpl {
	color:#9c4f96;
	text-transform: uppercase;
}

#pkg-tbl .pkg-display {
	display: none;
}
#pkg-tbl .pkg-display.active {
	display: block;
}
#pkg-tbl .pkg-tabs li:first-child {
	border-left: 1px solid #000;
}
#pkg-tbl .pkg-head {
	padding: 45px 10px 0;
	text-align: left;
}
#pkg-tbl .pkg-head h3 {
	padding-bottom: 0;
	font-size: 50px;
	line-height: 1em;
	text-align: left;
}
#pkg-tbl .pkg-tbls {
	padding: 0 10px 30px;
}
#pkg-tbl .pkg-tbls table {
	width: 100%;
	text-align: left;
}
#pkg-tbl .pkg-tbls table tr {
	border-bottom: 1px solid #404040;
}
#pkg-tbl .pkg-tbls table th {
	font-size: 22px;
}
#pkg-tbl .pkg-tbls table th, #pkg-tbl .pkg-tbls table td {
	padding: 22px 10px;
}
#pkg-tbl .pkg-tbls .col-main {
	width: 80%;
}
#pkg-tbl .pkg-tbls .col-sub {
	width: 20%;
	text-align: center;
}
#pkg-tbl .pkg-tbls .col-pre {
	width: 20%;
	text-align: left;
}
#pkg-tbl .icon {
	display: inline-block;
	width: 24px;
	height: 22px;
	vertical-align: top;

	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#pkg-tbl .icon.tick {
	background: url("images/ticks.png") no-repeat center top;
}
#pkg-tbl .icon.untick {
	background: url("images/ticks.png") no-repeat center bottom;
}
@media only screen and (min-width: 768px) {
	#pkg-tbl .pkg-tbls {
		padding: 0 45px 30px;
	}
	#pkg-tbl .pkg-head {
		padding: 45px 45px 20px;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 768px) {
	p {
		text-align: inherit !important;
	}
	/* grid */
	.container {
		width: 748px;	
	}
	.grid-full, .grid-half, .grid-1-3, .grid-1-6, .grid-2-3 {
		margin: 0 12px;
		float: left;
		padding-bottom: 0;
	}
	.grid-100 {
		width: auto;
	}
	.grid-full { 
		width: 724px;	
	}
	.grid-half, .grid-1-3, .sub-section .grid-1-3 {
		width: 350px;
	}
	.grid-1-3, .grid-1-6 {
		width: 225px;
	}
	.grid-1-6 {
		text-align:left;
	}
	.grid-2-3 {
		width: 474px;
	}
	.hero-item .grid-2-3, .sub-section .grid-2-3 {
		width: 724px;
	}
	.grid-centered {
		float: none;
		margin: 0 auto !important;	
	}
	.pull-left {
		float: left;	
	}
	.pull-right {
		float: right;	
	}
	.alpha {
		margin-left: 0;	
	}
	.omega {
		margin-right: 0;	
	}
	.bg-fixed {
		background-attachment: fixed;
	}
	.touch #photo-mod.bg-fixed {
		background-attachment: scroll;
		
	}
	img.m-left {
		margin-left: 25px;
	}
	h2 {
		padding-bottom: 40px;
	}
	/* header */
	header .inner {
		position: fixed;
	}
	.main-nav .holder {
		width: 1024px;
		margin-left: -150px;
	}
	header .grid-full {
		margin: 0 12px;
	}
	.main-nav button {
		right: 0;
	}
	.abs-center {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.abs-center .holder {
		margin-left: 0;
	}
	/* masthead */
	#masthead.fixed {
		height: 304px;
	}
	#masthead.fixed h3 {
		padding: 59px 0 0;
	}
	.hero-holder, .hero-item, .hero-item .container {
		height: 448px;
	}
	.fader .hero-item {
		background: none;
	}
	.hero-item, .fader .slicker {
		background: url(images/pixel.png) repeat left top;
	}
	.case-study, .case-study .hero-item, .case-study .hero-item .container {
		height: 304px;
	}
	.hero-item .grid-half, .hero-item .grid-1-3 {
		padding-top: 60px;
		position: absolute;
		left: 46%;
		top: 0;
	}
	.case-study .hero-item .grid-half, .case-study .hero-item .grid-1-3, .case-study .hero-item .grid-2-3 {
		position: relative;
		left: auto;
		top: auto;
		padding-top: 40px;
	}
	.p2 .hero-item .grid-half, .p2 .hero-item .grid-1-3 {
		padding-top: 85px;
		padding-bottom: 0;
	}
	.p2 .hero-item .grid-full {
		padding-top: 0;
		padding-bottom: 0;
	}
	.p2 .case-study .hero-item .grid-half, .p2 .case-study .hero-item .grid-1-3, .p2 .case-study .hero-item .grid-2-3 {
		padding-top: 90px;
	}
	.grphc-el {
		position: absolute;
		bottom: 0;	
		left: 60px;
		padding: 0;
	}
	
	.proj-nav {
    	top: 0;
		bottom:auto;
	}
	.proj-nav li {
		top: 116px;
		bottom: auto;
	}
	.proj-nav li a {
		width: 37px;
		height: 71px;
	}
	.proj-nav li.next {
		right: 0;
	}
	.proj-nav li.prev {
		left: 0;
	}
	
	.proj-nav li.next a {
		background-position: left bottom;
	}
	.proj-nav li.prev a {
		background-position: left top;
	}
	/*.hero-item .cta-btn {
		margin-top: 20px;	
	}*/
	
	/* hero */
	.hero-item {
		position: absolute;	
	}
	.home .hero-item .generic h3 img {
		max-width: 625px;	
		margin: 0 auto;
	}
	/*nav -tab*/
	.nav-pills > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* vertical center */
	.v-center > div {
		display: table;
		height: 100%;
		width: 100%;
		padding: 0 !important;
	}
	.v-center .holder {
		display: table-cell;
		vertical-align: middle;
	}
	.v-center .holder > *:last-child {
		padding: 0 !important;
	}
	/* cta-group*/
	.cta-group, .cta-group .holder {
		height: 384px;
	}
	.cta-blurb .holder {
		display: table-cell;
	}
	.p2 .cta-blurb.text-white {
		color: #fff;	
	}
	.p2 .cta-blurb .holder {
		/*width: 260px;*/
		width: 310px;
	}
	.p2 .cta-blurb br {
		display: block !important;
	}
	.p2 .cta-blurb h3 {
		font-size: 37px;
		line-height: 0.838em;
		padding-bottom: 5px;
	}
	.p2 .cta-blurb small {
		font-size: 9px;
	}
	.p2 .cta-blurb .tag-group {
		
	}
	.p2 .cta-blurb .tags {
		font-size: 14px;
	}
	.cta-group {
		margin: 0 10px;
	}
	.cta-img, .cta-blurb p {
		display: block;	
	}
	.cta-img {
		width: 310px;
		height: 384px;	
	}
	.p2 .cta-img {
		position: absolute;
	}
	#join-nav {
		width: 75%;
	}
	/* article */
	.content {
		padding: 65px 0 50px;	
	}
	p.lead, div.lead {
		margin-bottom: 10px;
	}
	article p.lead, article div.lead {
		font-size: 35px;
		line-height: 1.057em;
	}
	article h2 {
		font-size: 56px;
	}
	.art-heading {
		padding-bottom: 38px;
	}
	.art-img {
		float: right;
		margin-right: -140px;
		padding-left: 15px;
	}
	/* case-study */
	.case-study h3 {
		font-size: 49px;	
	}
	.img-group {
		margin: 0 10px;
	}
	/* footer */
	footer {
		text-align: left;
	}
	.footer-item {
		width: 138px;
		margin: 0 14px;	
	}
	.footer-item.large {
		width:160px;
	}
	.footer-item.alpha {
		margin-left:0;
	}
	.footer-item.omega {
		margin-right:0;
	}
	#to-top {
		display:none;
	}
	#expertise .bullet-points li {
		background: url(images/serv-bullet-w.png) no-repeat left top;
		padding-left: 32px;	
		text-align: left;
	}
	/* sharethis */
	#sthoverbuttons {
		height: 102px !important;
		width: 102px !important;
	}
	#sthoverbuttons {
		top: 502px !important;
	}
	.stButton .stLarge {
		height: 54px !important;
		width: 46px !important;
		background-image: url(images/ST-bang.png) !important;
	}
	#sthoverbuttons #sthoverbuttonsMain {
		width: 102px !important;
	}
	.stButton {
		padding-top: 22px;
	}
	.share-tab {
		width:auto;
		top:500px;
	}
	.share-tab.affix {
		top:65px;
		bottom:auto !important;
	}
	.st_sharethis_custom {
    	height: 102px;
    	width: 102px;
		background-image: url(images/ST-bang.png);

	}
	/* form */
	#regoform2 input[type="text"] {
		/*width:205px;*/
	}
	
	#regoform2 textarea {
		/*width:93%;*/
	}
	
	#regoform2 .input-holder {
		padding-bottom:20px;
	}
	
	/* site map */
	.site-map > div > ul > li {
		width:216px;
		margin:0 10px;
		float:left;
		text-align:left;
	}
	/*.site-map > div > ul > li:first-child {
		margin-left:0;
	}
	.site-map > div > ul > li:last-child {
		margin-right:0;
	}
	
	.site-map > div > ul > li:nth-child(4) {
		clear:both;
		margin-left:0;
	}*/
	.form-wrapper {
		width: 400px;
	}
	.form-pad {
		padding: 60px 100px 20px;
	}
	/* our thinking */
	.nav-thinking {
		padding-bottom: 50px;
		background: url(images/diamond-line.png) no-repeat center 7px;
		margin: 15px 0 10px;
	}
	.text-white .nav-thinking {
		background: url(images/diamond-lineb.png) no-repeat center 7px;
	}
	.nav-thinking ul li {
		float: none !important;
		display: inline-block;
		vertical-align: top;
		
		/* For IE 7 */
		zoom: 1;
		*display: inline;
		
		padding-top: 0;
	}
	.nav-thinking ul li span {
		margin-left: 88px;
		padding-top: 35px;
		background-position: center top;
		display: block;
		min-width: 0;
	}
	.nav-thinking ul li span:hover {
		background-position: center -292px;
	}
	.nav-thinking ul li.active span:hover, .nav-thinking ul li.active span {
		background-position: center -584px;
	}
	.nav-thinking ul li:first-child span {
		margin-left: 0;
	}
}
@media only screen and (min-width: 1024px) {
	br {
		display: block;	
	}
	/* grid */
	.container {
		width: 1002px;	
	}
	.grid-full {
		width: 978px;	
	}
	.grid-half, .site-map .grid-half {
		width: 477px;
	}
	.grid-1-6 {
		width:143px;
	}
	.grid-1-3, .sub-section .grid-1-3 {
		width: 310px;
	}
	.grid-2-3, .sub-section .grid-2-3 {
		width: 644px;
	}
	.wide .grid-1-3 {
		width: 350px;
	}
	.wide .grid-2-3 {
		width: 724px;
	}
	.bg-slash {
		background-image: url(images/bg-slash.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.bg-slash.left {
		background-image: url(images/bg-slash-left.png);
		background-position: left top;
	}
	.lock-size img, img.lock-size {
		max-width: none;
	}
	/* header */
	.main-nav { 
		padding-top: 33px;
	}
	.main-nav {
		left: 0;
		position: relative !important;
		top: 0 !important;
		width: auto !important;
	}
	.main-nav.pull-right {
		float: right;
	}
	.main-nav .holder {
		background: none;
		height: 25px !important;
		
		margin-left: 0 !important;
   		width: auto !important;
	}
	.main-nav ul {
		background: none;
		padding: 0;
	}
	.main-nav li { 
		padding: 0 0 0 24px !important;
		float: left;
	}
	.main-nav li:first-child { 
		padding-left: 0 !important;
	}
	.main-nav button {
		display: none;
	}
	.n2 .main-nav a:link, .p2 .main-nav a:visited {
		padding-bottom: 10px;
		background-image: url(images/dot.png);
		background-repeat: no-repeat;
		background-position: center 22px;
		
		-webkit-transition: 0.5s;

		-moz-transition: 0.5s;
		
		transition: 0.5s;
	}
	.n2 .main-nav a:hover {
		background-position: center 18px;
	}
	.n2 .main-nav a.active {
		background-position: center 18px;
	}
	/* masthead */
	.hero-item .grid-half, .hero-item .grid-1-3 {
		left: 40%;
	}
	.grphc-el {
		left: 114px;
	}
	.home .hero-item .generic h3 img {
		max-width: 100%;	
	}
	
	/* form */
	#regoform2 input[type="text"] {
		/*width:293px;*/
	}
	
	#regoform2 textarea {
		/*width:95%;*/
	}
	
	/* site map */
	.site-map > div > ul > li {
		width:138px;
	}
	.site-map > div > ul > li:nth-child(4) {
		clear:none;
		margin-left:12px;
	}
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) { 
	.logo-bg, .logo-bg.white {
		/*background-size: 67px 49px;*/
		margin-top: -2px;
		margin-left: -45px;
		width: 250px;
	}
	.logo-bg {
		background-image: url(images/bang.nextgenco.revised.png);
	}
	.logo-bg.white {
		background-image: url(images/bang.nextgenco.white.revised.png);
		margin-left: -15px;
	}
	.text-white .cta-btn.view, .cta-btn.read {
		background-size: 69px 68px;
	}
	.text-white .cta-btn.view {
		background-image: url(images/btn-view-w@2x.png);
	}
	.cta-btn.read {
		background-image: url(images/btn-read@2x.png);
	}
	.text-white .cta-btn.read {
		background-image: url(images/btn-read-w@2x.png);
	}
	.toucher .cta-btn {
		background-size: 96px 95px;
		background-image: url(images/btn-touch@2x.png);
	}
	.mobile h3 {
		background-size: 218px 108px;
		background-image: url(images/mob-contact@2x.png);
	}
	.mob-close {
		background-size: 32px 32px;
		background-image: url(images/mob-close@2x.png);
	}
	.mobilepage .hero-item li a {
		background-size: 80px 79px;
	}
	.mobilepage .hero-item li a.mob-phone {
		background-image: url(images/mob-icons1.png);
	}
	.mobilepage .hero-item li a.mob-add {
		background-image: url(images/mob-icons2.png);
		background-position: left top;
	}
	.mobilepage .hero-item li a.mob-email {
		background-image: url(images/mob-icons3.png);
		background-position: left top;
	}
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
