/*---------------------------------------------- RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}p,ul,ol{margin:0 0 20px}ul,ol{padding:0 0 0 2.5em}label{cursor:pointer}button{cursor:pointer;border:0;outline:0}input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner{border:0}input[type="submit"]:focus,input[type="button"]:focus{outline:0}


/*---------------------------------------------- GLOBAL SETTINGS */


html, body{ height: 100%; }

body {
	background: #3f3f3f url(../img/footer-bg.jpg) top left repeat;
	font: 15px/25px "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/*---------------------------------------------------- FORMATTING */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

p { margin: 0 0 20px 0; }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

input, textarea {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
	-moz-transition: border-color .2s ease-out,-moz-box-shadow .2s ease-out; 
	background:  #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #666;
}

input:focus, textarea:focus {
	outline: none;
    -webkit-box-shadow: 0 0 6px 0 #f1ea0c;
    -moz-box-shadow: 0 0 6px 0 #f1ea0c;
    box-shadow: 0 0 6px 0 #f1ea0c;
	border: 1px solid #f1ea0c !important;
}

::selection {    background: #f1ea0c;  }
::-moz-selection {    background: #f1ea0c;  }

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }

.rnd-right {
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
}

.rnd-left {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}

.yellow {
	color: #f1ea0c;
}

.yellow-bg {
	background-color: #f1ea0c;
}

.grey-bg {
	background-color: #656565;
}

.lt-grey-bg {
	background-color: #dadada;
}

input[type=text] {
	height: 23px;
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 7px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

input[type=checkbox] {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

textarea {
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 7px;
	-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/*------------------------------------------------------ LAYOUT */

.container {
	width:100%;
	display: block;
	background-color: transparent;
}

.inner {
	float: none;
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	height: 100%;
	display: block;
}

/*------------------------------------------------------ LAYOUT */

header {
	display: block;
	height: 68px;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0.65);
	z-index: 101;
}

	header .logo {
		display: block;
		position: absolute;
		top: 0;
		left: 5px;
		width: 110px;
		height: 148px;
		z-index: 101;
		text-indent: -9999px;
	}

	header a#logo img {
		width: 100%;
		height: auto;
		left: 0;
	}
	
header nav {
	position: absolute;
	left: 124px;
	top: 0;
	display: block;
	height: 68px;
	width: auto;
	z-index: 1000;
}

	header nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header nav li {
		float: left;
		height: 68px;
		margin: 0;
		-webkit-transition: background-color .1s ease-in-out;
		-moz-transition: background-color .1s ease-in-out;
		transition: background-color .1s ease-in-out;
	}
	
	
	header nav li a {
		text-transform: uppercase;
		color: #fff !important;
		text-decoration: none;
		letter-spacing: 0px;
		font-weight: 600;
		line-height: 16px;
		padding: 26px 20px;
		display: block;
	}
	
		header nav li:hover {
			background-color: rgba(0,0,0,0.3);
		}
		
			header nav li:hover a {
				color: #f1ea0c;
			}
			
			header nav li a:active,
			header nav li a:visited {
				text-decoration: none;
			}
	
		header nav li.active {
			padding: 0 20px;
		}
	
		header nav li.active a,
		header nav li.current_page_item a,
		header nav li.current-menu-parent a {
			font-weight: 700;
			padding: 21px 20px 26px;
			border-top: 5px solid #f1ea0c;
			text-decoration: none;
		}
		
		header nav li.active:hover {
			background-color: transparent;
		}
		
		header nav li.active:hover a {
			color: #fff;
		}

nav ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

nav ul ul a {
	display: block;
	width: 210px
}

nav ul ul li { /* all list items */
	float: none;
	width: 100%;/* width needed or else Opera goes nuts */
	height: auto !important;
	padding: 7px 0;
}

nav li ul { /* second-level lists */
	position: absolute;
	background-color: rgba(0,0,0,0.65);
	width: 210px;
	border-radius: 0 0 3px 3px;
	padding-bottom: 5px;
	-webkit-border-radius: 0 0 3px 3px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

nav li ul li a {
	font-weight: 800;
	height: auto !important;
	padding: 7px 7px 8px 40px !important;
	width: 163px;
}

	nav li ul li#menu-item-31 a {
		background: url(../img/icons/nav-seo.png) 15px top no-repeat;
	}
	
		nav li ul li#menu-item-31 a:hover {
			background: url(../img/icons/nav-seo.png) 15px -31px no-repeat;
		}
		
	nav li ul li#menu-item-30 a {
		background: url(../img/icons/nav-target.png) 13px 2px no-repeat;
	}
	
		nav li ul li#menu-item-30 a:hover {
			background: url(../img/icons/nav-target.png) 13px -30px no-repeat;
		}
	
	nav li ul li#menu-item-32 a {
		background: url(../img/icons/nav-websites.png) 15px -2px no-repeat;
	}
	
		nav li ul li#menu-item-32 a:hover {
			background: url(../img/icons/nav-websites.png) 15px -34px no-repeat;
		}
		
	nav li ul li#menu-item-873 a {
		background: url(../img/icons/nav-remarketing.png) 12px -1px no-repeat;
	}
	
		nav li ul li#menu-item-873 a:hover {
			background: url(../img/icons/nav-remarketing.png) 12px -37px no-repeat;
		}
		
	nav li ul li.employment-link a {
		background: url(../img/employment-icon.png) 15px -2px no-repeat;
	}
		nav li ul li.employment-link a:hover {
			background: url(../img/employment-icon.png) 15px -34px no-repeat;
		}
	nav li ul li.our-team a {
		background: url(../img/team-icon.png) 13px -2px no-repeat;
	}
		nav li ul li.our-team a:hover {
			background: url(../img/team-icon.png) 13px -34px no-repeat;
		}	


nav li.current_page_item li a,
header nav li.current-menu-parent li a {
	border: none;
}

header nav li.current_page_parent li a {
	padding: 7px 7px 8px 40px;
}


nav li ul li a:hover {
	color: #f1ea0c !important;
	background-color: transparent !important;
}

nav li:hover ul, nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*-- mobile nav dropdown --*/

nav.mobile-dropdown {
	left: 0;
	width: 100%;
	display: none;
	height: 294px;
	background-color: #262626;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	position: absolute;
	padding: 20px 0 0 10px;
	
}

nav.mobile-dropdown div {
	position: absolute;
	right: 52px;
	top: 150px;
	width: 35px;
}

nav.mobile-dropdown a.twitter {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	background:  url(../img/social.png) 0px 0px no-repeat;
	margin: 0 3px 10px;
	padding: 0;
}

nav.mobile-dropdown a.facebook {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	background:  url(../img/social.png) -41px 0px no-repeat;
	margin: 0 3px;
	padding: 0;
}

nav.mobile-dropdown ul {
	float: none;	
	z-index: 9999999;
	top: 0;
	width: 60%;
	clear: both;
	margin: 0;	
	padding: 0;
}

nav.mobile-dropdown ul ul {
	display: none;
}

nav.mobile-dropdown ul li {
	float: left;
	padding: 0;
	border: none;
	margin: 0;
	width: 100%;
	display: block;
	height: auto;
	text-transform: uppercase;	
	font-size: 14px;
	overflow: hidden;
}

nav.mobile-dropdown ul li.hide {
	display: none !important;
}

nav.mobile-dropdown ul li .icn {
	display: none;
}

nav.mobile-dropdown ul li span {
	display: inline;
}

nav.mobile-dropdown ul li span {
	padding: 0;
}

nav.mobile-dropdown ul li a {
	display: block;
	padding: 12px 0 !important;
	text-indent: 20px;
	text-decoration: none;
	float: left;
	width: 100%;
	color: #fff !important;
	height: auto;
	border-top: 1px solid #464646;
	position: relative;
	font-weight: 600;
}


nav.mobile-dropdown ul li:hover,
nav.mobile-dropdown ul li a:hover {
	color: #f1ea0c !important;
	background: transparent !important;
}

nav.mobile-dropdown ul li a:active {
	color: #f1ea0c !important;
}

nav.mobile-dropdown ul li.active,
nav.mobile-dropdown ul li.current_page_item {
	padding: 0 !important;
}

nav.mobile-dropdown ul li.active a,
nav.mobile-dropdown ul li.current_page_item a {
	color: #f1ea0c !important;
}


header p.phone {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 20px;
	color: #f1ea0c;
	font-weight: 700;
}

header p.phone a {
	color: #f1ea0c;
}



/*------------------------------------------------------ BANNER */


#banner {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 90;
	overflow:hidden;
}

	#banner article .dots {
		height: 778px;
		width: 100%;
		display: block;
		position: absolute;
		background: url(../img/dots.png) 0px 0px repeat;
		z-index: 3;
	}

	#banner article .image {
		display: block;
		width: 100%;
		height: 778px;
		position: absolute;
		z-index: 2;
		left: 0;
		background-size: cover;
		background-repeat: inherit;
		background-position: center;
	}

#banner #intro-slide {
	background: #231f20 url(../img/main-2.jpg) 0px 0px no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 4;
	background-size: cover;
	background-repeat: inherit;
}

	#banner #intro-slide .text {
		position: absolute;
		top: 32%;
		left: 5px;
	}
	
	#banner img.spinner {
		position: absolute;
		display: block;
		bottom: 35%;
		left: 50%;
	}
	
	#banner #intro-slide span {
		color: #f1ea0c;
		font-weight: 600;
	}
	
	#banner #intro-slide .text p {
		max-width: 650px;
		color: #fff;
		/*font-size: 18px;*/
		font-size: 40px;
		/*line-height: 28px;*/
		line-height: 42px;
		font-weight: 400;
	}
	
	#banner #intro-slide .text p strong {
		color: #fff;
		font-weight: 800;
	}
	
	#banner #intro-slide .text a {
		text-decoration: none;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-weight: 800;
	}
	
#banner #slides {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

#slides article {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}

#slides article .inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	width: 1080px;
}


#banner article .text {
	position: absolute;
	top: 30%;
	left: 5px;
}

	#banner article h1 {
		text-transform: uppercase;
		color: #fff;
		font-size: 50px;
		font-weight: 600;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	}
	
	#banner article .text p {
		font-size: 37px;
		line-height: 45px;
		max-width: 650px;
		color: #fff;
		text-shadow: 0px 0px 20px rgba(0,0,0,0.6);
        filter: dropshadow(color=#000000, offx=0, offy=0);
	}
	
	#banner article p strong {
		color: #fff;
		font-weight: 600;
	}
	
#banner .cta {
	position: absolute;
	right: 0;
	top: 32%;
	z-index: 80;
	border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0 0 7px;
	padding: 27px 0 19px 30px;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	text-decoration: none;
}

	#banner .cta:hover {
		background-color: #231f20;
	}
	
	#banner .cta.active:hover {
		background-color: #f1ea0c;
	}

#banner .cta p {
	font-size: 12px;
	color: #747113;
	width: 444px;
	margin:0;
	z-index: 1;
	position: relative;
}

#banner .cta p strong {
	text-transform: uppercase;
	color: #000;
	font-size: 25px;
	font-weight: 800;
	display: block;
	background: url(../img/quote-arrow.png) 270px -25px no-repeat;
}

#banner .cta:hover p,
#banner .cta:hover p strong {
	color: #f1ea0c;
}

#banner .cta:hover p strong {
	background: url(../img/quote-arrow.png) 270px 2px no-repeat;
	color: #f1ea0c;
}

#banner .cta.active:hover p {
	color: #747113;
}

#banner .cta.active:hover p strong {
	background: url(../img/quote-arrow.png) 270px -25px no-repeat;
	color: #000;
}

#banner .cta .quote-tab {
	display: block;
	position: absolute;
	height: 162px;
	width: 30px;
	background: url(../img/home-quote-form-tab.png) 0px 0px no-repeat;
	top: -32px;
	right: -30px;
}

#banner .banner-nav {
	position: absolute;
	top: 80%;
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	z-index: 9990;
	display: none;
}

#banner .banner-nav:hover {
	background-color: rgba(0,0,0,0.6);
}

#banner .banner-nav.prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

#banner .banner-nav.next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

#banner .banner-nav .icn-go-left {
	display: inline-block;
	width: 11px;
	height: 18px;
	top: 8px;
	left: 10px;
	position: relative;
	background: url(../img/main-banner-left.png) center no-repeat;
}

#banner .banner-nav .icn-go-right {
	display: inline-block;
	width: 11px;
	height: 18px;
	top: 8px;
	left: 12px;
	position: relative;
	background: url(../img/main-banner-right.png) center no-repeat;
}


#banner .loading-bar {
	position: absolute;
	width: 0%;
	height: 3px;
	bottom: 94px;
	background-color: #f1ea0c;
	display: block;
	z-index: 5;
}

#banner nav {
	background-color: rgba(0,0,0,0.6);
	height: 93px;
	position: absolute;
	bottom: 0;
	z-index: 5;
	width: 100%;
}

#banner nav a.more,
#banner nav a.more:active {
	position: absolute;
	right: 0;
	top: 13px;
	display: block;
	height: 66px;
	width: 33px;
	text-indent: -9999px;
	background: url(../img/more.png) 0px 0px no-repeat;
	z-index: 500;
}

	#banner nav a.more:hover {
		background: url(../img/more.png) 0px -66px no-repeat;
	}

#banner nav ul.inner {
	padding: 0;
}

#banner nav li {
	position: relative;
	float: left;
	width: 33%;
	text-align: center;
	height: 93px;
	margin: 0;
	border-top: 2px solid rgba(0,0,0,0.1);
	display: block;
	z-index: 10;
}

#banner nav li.hide {
	display: none !important;
}

#banner nav li:first-child {
	border-right: 1px solid #4b4b4b;
}

#banner nav li:last-child {
	border-left: 1px solid #4b4b4b;
}

#banner nav li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	height: 93px;
	display: block;
	position: relative;
	zoom: 1;
	line-height: 93px;
	padding: 0 0 0 85px;
	background: url(../img/banner-nav-bg.png) 25% center no-repeat;

}

	#banner nav li:hover {
		border-top: 2px solid #f1ea0c;
	}
	
	#banner nav li.activeSlide,
	#banner nav li.activeSlide:hover {
		border-top: 2px solid #f1ea0c;
		background-color: rgba(0,0,0,0.3);

	}
	
	#banner nav li.activeSlide:hover a {
		margin:0;
	}


#banner nav li a span {
	background-repeat: no-repeat;
	height: 56px;
	width: 56px;
	top: 18px;
	left: 21%;
	display: block;
	position: absolute;
}

#banner nav li a:hover span,
#banner nav li.activeSlide a span {
	background-position: bottom left;
}

#banner nav .content-wrap {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	margin-top: -15px;
}

#banner nav .banner-tab {
	height: 108px;
	width: 110px;
	display: block;
	background: url(../img/banner-tab.png) 0 0 no-repeat;
	float: left;
}

#banner nav .top-clients {
	margin: 0 auto;
	width: 75%;
}

#banner nav .top-clients p {
	color: #fff;
	font-size: 11px;
	margin: 20px 0 0;
	text-align: center;
}

#banner nav .top-clients div {
	float: left;
	width: 25%;
	text-align: center;
}

#banner nav .top-clients div img {
	height: 45px;
	width: auto;
}

/*  --------------------------------------------------- INTERNAL BANNER */

.int #banner {
	height: 376px;
	width: 100%;
	border-bottom: 6px solid #231f20;
	background-color: #000;
}

.int #banner article .image,
.int #banner article .dots {
	width: 100%;
	height: 376px;
}

.int #banner article .image {
	background-size: cover;
}

.int #banner #slides {
	height: 100%;
} 

.int #slides article {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 4;
}

.int #banner article .text {
	top: 220px;
}

.int #banner article p {
	font-size: 51px;
	line-height: 60px;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #f1ea0c;
	max-width: 600px;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	padding: 0;
}

.int #banner article .text h1 {
	font-size: 32px;
	text-shadow: none;
	max-width: none;
	line-height: 29px;
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    filter: dropshadow(color=#000000, offx=0, offy=0);
    text-transform: none;
    font-weight: 300;
}

.int #banner a.cta,
.int #banner a.cta.active {
	bottom: 66px;
	top: auto;
	padding: 17px 0 11px 30px;
	width: auto;
	background-image: none;
	background-color: #f1ea0c;
}

.int #banner .cta:hover {
	background-color: #231f20;
}

.int #banner .cta p {
	width: 330px;
	font-size: 12px;
	color: #747113;
	margin: 0;
	text-shadow: none;
	text-transform: none;
	font-weight: 400;
	line-height: 25px;
}

.int #banner .cta .quote-tab {
	height: 144px;
	top: -32px;
	background: url(../img/quote-form-tab.png) 0px 0px no-repeat;
}

.int #content a.cta:hover {
	background: #231f20 url(../img/tab-arrows-left.png) right -108px no-repeat;
	color: #000;
}


/*  --------------------------------------------------- HOMEPAGE CONTENT */
		
#content {
	position: relative;
	display: block;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.5);
}

.int #content .inner {
	padding: 0 10px;
}

#content .grey {
	background: url(../img/grey-bg.jpg) 0px 0px repeat;
}

#content .black {
	background: url(../img/black-bg.png) 0px 0px repeat;
}

#content .inner {
	z-index: 2;
}

#content .bgimage {
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
}

#content article {
	float: left;
}

#content .grey article p {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

#content .black article p {
	color: #fff;
}

#content ul.bullets {
	float: left;
	padding: 0;
}

#content ul.bullets li {
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	line-height: 23px;
	height: 23px;
	padding: 0 0 0 40px;
	position: relative;
	font-size: 14px;
}

#content ul.bullets li img {
	position: absolute;
	top: 1px;
	left: 0;
}

#content .tabs {
	float: right;
	position: relative;
	z-index: 2;
}

#content .tabs a {
	display: block;
	padding: 13px 0 13px 17px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	text-decoration: none;
	margin: 0 0 10px;
	background-image: url(../img/tab-arrows.png);
	background-repeat: no-repeat;
	/*#todo*/
	position: relative;
}

#content .tabs a.grey-bg {
	color: #fff;
	background-position: 165px 16px;
}

#content .tabs a.grey-bg:hover {
	color: #f1ea0c;
	background-color: #231f20;
	background-position: 165px 16px;
}

#content .tabs a.yellow-bg {
	color: #4a4a4a;
	background-position: 165px -32px;
}

#content .tabs a.yellow-bg:hover {
	color: #f1ea0c;
	background-color: #231f20;
	background-position: 165px 16px;
}

#content .black .tabs a.yellow-bg:hover {
	color: #fff !important;
	background-color: #656565;
	background-position: 195px -70px !important;
}

#content .tabs a.lt-grey-bg {
	color: #232323;
	background-position: 165px -114px;
}

#content .black .tabs a.lt-grey-bg:hover {
	color: #fff !important;
	background-color: #656565;
	background-position: 195px -70px !important;
}

#content #dial {
	width: 204px;
	height: 204px;
	position: fixed;
	display: block;
	background: url(../img/dial-bg.png) 0 0 no-repeat;
	top: 100px;
	z-index: 120;
	left: -204px;
}

	#content #dial .bg {
		width: 204px;
		height: 204px;	
		background: url(../img/dial-middle.png) 0 0 no-repeat;
		position: absolute;
		z-index: 120;
		left: 0px;
		top: 0px;
	}
	
	#content #dial .top {
		width: 204px;
		height: 204px;	
		background: url(../img/dial-top.png) 0 0 no-repeat;
		position: absolute;
		top: 2px;
		left: 0;
		z-index: 120;
	}
	
		#content #dial a {
			text-indent: -9999px;
		}
		
		#content #dial a.seo {
			width: 19px;
			height: 19px;	
			background: url(../img/dial-seo.png) 0px 0px no-repeat;
			position: absolute;
			top: 35px;
			left: 109px;
			z-index: 140;
			display: block;
		}
		
		#content #dial a.seo:hover,
		#content #dial a.seo.active {
			background: url(../img/dial-seo.png) 0px -19px no-repeat;
		}
		
		#content #dial a.target {
			width: 19px;
			height: 19px;	
			background: url(../img/dial-target.png) -3px 0px no-repeat;
			position: absolute;
			top: 71px;
			left: 149px;
			z-index: 140;
			display: block;
		}
		
		#content #dial a.target:hover,
		#content #dial a.target.active {
			background: url(../img/dial-target.png) -3px -19px no-repeat;
		}
		
		#content #dial a.web {
			width: 20px;
			height: 14px;	
			background: url(../img/dial-websites.png) 0px 0px no-repeat;
			position: absolute;
			top: 120px;
			left: 149px;
			z-index: 140;
			display: block;
		}
		
		#content #dial a.web:hover,
		#content #dial a.web.active {
			background: url(../img/dial-websites.png) 0px -14px no-repeat;
			height: 18px;
		}
		
		#content #dial a.rem {
			width: 24px;
			height: 20px;	
			background: url(../img/dial-remarketing.png) 0px 0px no-repeat;
			position: absolute;
			top: 154px;
			left: 109px;
			z-index: 140;
			display: block;
		}
		
		#content #dial a.rem:hover,
		#content #dial a.rem.active {
			background: url(../img/dial-remarketing.png) 0px -20px no-repeat;
			height: 25px;
		}

/*  --------------------------------------------------- CONTENT SEO */

#content #seo {
	min-height: 885px;
	position: relative;
	display: block;
	width: 100%;
	z-index: 80;
	overflow: hidden;
}

#content #seo .bgimage {
	background: url(../img/seo-bg.png) right bottom repeat-x;
	right: 0;
}

#content #seo h1 {
	font-size: 224px;
	color: #f1ea0c;
	font-weight: 800;
	line-height: 60px;
	margin: 0 0 120px 70px;
	position: relative;
}

#content #seo h1 a,
#content #seo h1 a:hover {
	color: #f1ea0c;
	text-decoration: none;
}

#content #seo article {
	max-width: 363px;
	display: block;
	margin: 0px 0 0 70px;
}

#content #seo ul.bullets {
	max-width: 280px;
	display: block;
	margin: 0px 40px 30px 50px;
}

#content #seo .tabs {
	margin: 0px 0 40px;	
}

	#content #seo .tabs a {
		width: 280px;
	}

#content #seo .testimonial {
	clear: both;
	position: relative;
	max-width: 640px;
	margin: 30px 0 0 70px;
	display: block;
}

#content #seo .testimonial article {
	position: relative;
	float: left;
	max-width: 508px;
	margin: 0 30px 0 0;
}

	#content #seo .testimonial p {
		color: #fff;
		font-size: 20px;
		margin: 0;
		font-weight: 300;
	}
	
	#content #seo .testimonial .quotation {
		display: block;
		height: 50px;
		width: 65px;
		background: url(../img/quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 0 20px 5px 0;
	}
	
	#content #seo .testimonial .text {
		display: block;
		background-color: rgba(15,15,15,0.15);
		padding: 25px 30px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.2);
        box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	}
	
	#content #seo .testimonial span {
		position: absolute;
		right: -18px;
		top: 0;
		display: block;
		width: 18px;
		height: 102px;
		background: url(../img/quote-span.png) 0px 0px no-repeat;
	}
	
	#content #seo .testimonial p.credit {
		float: left;
		font-size: 14px;
		color: #000;
		line-height: 20px;
		margin: 23px 0 0;
	}
	
	#content #seo .testimonial p.credit strong {
		color: #fff;
		display: block;
		font-weight: 800;

	}

/*  --------------------------------------------------- CONTENT ADWORDS */

#content #adwords {
	min-height: 900px;
	position: relative;
	display: block;
	width: 100%;
	z-index: 70;
	overflow: hidden;
}

#content #adwords .bgimage {
	background: url(../img/adwords-bg.png) left bottom no-repeat;
	left: 0;
}

#content #adwords h1 {
	font-size: 100px;
	text-align: right;
	font-weight: 800;
	line-height: 75px;
	margin: 0 0 106px;
	text-transform: uppercase;
	color: #ddd;
	position: absolute;
	top: -35px;
	right: 60px;
}

#content #adwords h1 a {
	text-decoration: none;
	color: #ddd;
}

#content #adwords h1 a strong {
	color: #f1ea0c;
	display: block;
}

#content #adwords article {
	max-width: 400px;
	display: block;
	margin: 224px 0 0 29%;
}

#content #adwords article a {
	color: #f1ea0c;
}

#content #adwords ul.bullets {
	max-width: 280px;
	display: block;
	margin: 224px 0 0 50px;
}

#content #adwords ul.bullets li {
	color: #fff;
}

#content #adwords .tabs {
	margin: 45px 0 0;
}	

	#content #adwords .tabs a {
		width: 250px;
	}
	
	#content #adwords .tabs a.yellow-bg {
	color: #4a4a4a;
	background-position: 195px -32px;
}

	#content #adwords .tabs a.lt-grey-bg {
		color: #232323;
		background-position: 195px -114px;
	}

#content #adwords .testimonial {
	clear: both;
	position: relative;
	max-width: 500px;
	margin: 45px 0 0 29%;
	display: block;
	float: left;
}

#content #adwords .testimonial article {
	position: relative;
	float: none;
	max-width: 440px;
	margin: 0 30px 0 0;
}

	#content #adwords .testimonial p {
		color: #fff;
		font-size: 20px;
		margin: 0;
		font-weight: 300;
		float: left;
		max-width: 260px;
	}
	
	#content #adwords .testimonial .quotation {
		display: block;
		height: 50px;
		width: 65px;
		background: url(../img/quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 0 30px 0 0;
	}
	
	#content #adwords .testimonial .text {
		display: block;
		background-color: rgba(15,15,15,0.37);
		padding: 25px 25px 25px 35px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.1);
        box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	}
	
	#content #adwords .testimonial span {
		position: absolute;
		left: 106px;
		bottom: -21px;
		display: block;
		width: 21px;
		height: 21px;
		background: url(../img/quote-span-black.png) 0px 0px no-repeat;
	}
	
	#content #adwords .testimonial p.credit {
		font-size: 14px;
		color: #acacac;
		line-height: 20px;
		margin: 26px 0 0 106px;
		font-weight: 800;
	}
	
	#content #adwords .testimonial p.credit strong {
		color: #fff;
		display: block;
		font-weight: 800;

	}

/*  --------------------------------------------------- CONTENT WEBSITES */

#content #websites {
	min-height: 924px;
	position: relative;
	display: block;
	width: 100%;
	z-index: 60;
	overflow: hidden;
}

#content #websites .bgimage {
	background: url(../img/websites-bg.png) right bottom no-repeat;
	right: 0;
}

#content #websites h1 {
	font-size: 150px;
	color: #f1ea0c;
	font-weight: 800;
	line-height: 75px;
	margin: 0 0 106px;
	text-transform: uppercase;
	color: #f1ea0c;
	position: absolute;
	top: -7px;
	left: 70px;
}

#content #websites h1 a,
#content #websites h1 a:hover {
	text-decoration: none;
	color: #f1ea0c;
}

#content #websites .web-wrap {
	margin: 170px 0 0 70px;
	display: block;
	width: auto;
	float: left;
	max-width: 689px;
}

#content #websites article {
	max-width: 368px;
	display: block;
	margin: 0;
	float: right;
}

#content #websites ul.bullets {
	max-width: 265px;
	display: block;
	margin: 0 58px 30px 0px;
	float: left;
}

#content #websites .tabs {
	margin: 250px 0 0;
}

	#content #websites .tabs a {
		width: 250px;
	}

#content #websites .testimonial {
	clear: both;
	position: relative;
	max-width: 640px;
	margin: 60px 0 0 70px;
	display: block;
}

#content #websites .testimonial article {
	position: relative;
	float: none;
	max-width: 508px;
	margin: 0 30px 0 0;
}

	#content #websites .testimonial p {
		color: #fff;
		font-size: 20px;
		margin: 0;
		font-weight: 300;
	}
	
	#content #websites .testimonial .quotation {
		display: block;
		height: 50px;
		width: 65px;
		background: url(../img/quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 0 20px 5px 0;
	}
	
	#content #websites .testimonial .text {
		display: block;
		background-color: rgba(15,15,15,0.15);
		padding: 25px 30px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.2);
        box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	}
	
	#content #websites .testimonial span {
		position: absolute;
		left: 96px;
		bottom: -20px;
		display: block;
		width: 26px;
		height: 20px;
		background: url(../img/web-quote-span.png) 0px 0px no-repeat;
	}
	
	#content #websites .testimonial p.credit {
		font-size: 14px;
		color: #000;
		line-height: 20px;
		margin: 23px 0 0 96px;
	}
	
	#content #websites .testimonial p.credit strong {
		color: #fff;
		display: block;
		font-weight: 800;
	}

/*  --------------------------------------------------- CONTENT REMARKETING */

#content #remarketing {
	min-height: 900px;
	position: relative;
	display: block;
	width: 100%;
	z-index: 70;
	overflow: hidden;
}

#content #remarketing .bgimage {
	background: url(../img/remarketing-background.png) left bottom no-repeat;
	left: 0;
}

#content #remarketing h1 {
	font-size: 120px;
	text-align: right;
	font-weight: 800;
	line-height: 75px;
	margin: 0 0 106px;
	text-transform: uppercase;
	color: #ddd;
	position: absolute;
	top: -35px;
	right: 60px;
}

#content #remarketing h1 a {
	text-decoration: none;
	color: #ddd;
}

#content #remarketing h1 a strong {
	color: #f1ea0c;
	display: block;
}

#content #remarketing article {
	max-width: 400px;
	display: block;
	margin: 221px 0 0 9%;
}

#content #remarketing article a {
	color: #f1ea0c;
}

#content #remarketing ul.bullets {
	max-width: 280px;
	display: block;
	margin: 224px 0 0 200px;
}

#content #remarketing ul.bullets li {
	color: #fff;
}

#content #remarketing .tabs {
	margin: 45px 0 0;
}	

	#content #remarketing .tabs a {
		width: 250px;
	}
	
	#content #remarketing .tabs a.yellow-bg {
	color: #4a4a4a;
	background-position: 195px -32px;
}

	#content #remarketing .tabs a.lt-grey-bg {
		color: #232323;
		background-position: 195px -114px;
	}

#content #remarketing .testimonial {
	clear: both;
	position: relative;
	max-width: 500px;
	margin: 45px 0 0 19%;
	display: block;
	float: left;
}

#content #remarketing .testimonial article {
	position: relative;
	float: none;
	max-width: 440px;
	margin: 0 30px 0 0;
}

	#content #remarketing .testimonial p {
		color: #fff;
		font-size: 20px;
		margin: 0;
		font-weight: 300;
		float: left;
		max-width: 260px;
	}
	
	#content #remarketing .testimonial .quotation {
		display: block;
		height: 50px;
		width: 65px;
		background: url(../img/quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 0 30px 0 0;
	}
	
	#content #remarketing .testimonial .text {
		display: block;
		background-color: rgba(15,15,15,0.37);
		padding: 25px 25px 25px 35px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-webkit-box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.1);
        box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	}
	
	#content #remarketing .testimonial span {
		position: absolute;
		left: 106px;
		bottom: -21px;
		display: block;
		width: 21px;
		height: 21px;
		background: url(../img/quote-span-black.png) 0px 0px no-repeat;
	}
	
	#content #remarketing .testimonial p.credit {
		font-size: 14px;
		color: #acacac;
		line-height: 20px;
		margin: 26px 0 0 106px;
		font-weight: 800;
	}
	
	#content #remarketing .testimonial p.credit strong {
		color: #fff;
		display: block;
		font-weight: 800;

	}


/*  --------------------------------------------------- INTERNAL - BREADCRUMBS */

#breadcrumbs {
	list-style: none;
	padding: 0;
	height: 20px;
	margin: 0 0 40px;
	padding: 30px 0 0;
}

#breadcrumbs.blog {
	width: 689px;
	margin: 0 auto 30px;
	padding: 10px 0 0;
}

#breadcrumbs li {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	margin: 0 10px 0 0;
}

	#breadcrumbs li a {
		font-weight: normal;
		text-decoration: underline;
	}



/*  --------------------------------------------------- INTERNAL - SERVICES */

.services #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 0;
}

.services #intro {
	margin: 0 0 20px;
	display: block;
	position: relative;
}

.services #intro article {
	max-width: 696px;
	padding: 0 0 20px;
	border-bottom: 1px solid #b4b4b4;
	float: none;
}

.services #intro article h2 {
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
}

.services #intro img {
	position: absolute;
	top: -23px;
	right: 0;
}

.services .wrapper {
	clear: both;
}

.services .wrapper article {
	float: none;
	width: 100%;
	margin: 0;
	min-height: 360px;
	position: relative;
	background-position: 100px bottom !important;
	background-repeat: no-repeat !important;
}

.services .wrapper article:nth-child(even) {
	background-position: 677px bottom !important;
	background-repeat: no-repeat !important;
}

.services .wrapper article .shadow {
	width: 100%;
	height: 60px;
	display: block;
	background: url(../img/odd-bg.png) bottom center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.services article.first {
	background: url(../img/service-cta-left-bg.png) bottom right no-repeat;
}

.services article.last {
	background: url(../img/service-cta-right-bg.png) top left no-repeat;
}

.services article.service {
	background: url(../img/service-cta-middle-bg.png) bottom center no-repeat;
}


	.services article .smlimage {
		height: 189px;
		width: 100%;
	}
	
		.services article .smlimage img {
			width: 100%;
			height: auto;
			border-radius: 7px 7px 0 0;
		}

	.services #content article .text {
		text-align: left;
		padding: 60px 20px 40px;
		height: 100%;
		min-height: 280px;
		max-width: 510px;
		margin-left: 39%;
	}
	
		.services #content article:nth-child(even) .text {
			margin-left: 130px;
		}
	
	.services article .text h2 {
		font-size: 55px;
		font-weight: 800;
		text-transform: uppercase;
		color: #231f20;
		margin: 0 0 10px;
		line-height: 50px;
	}
	
	.services article .text h2 a {
		text-decoration: none;
	}
	
.services article .text h2 img {
	margin: 0 10px 0 0;
}
	
	.services article .text p {
		font-size: 14px;
		line-height: 20px;
		color: #231f20;
		margin: 0;
		padding: 0 20px 20px 0;
	}
	
	.services article .text p strong {
		font-size: 14px;
		font-weight: 600;
	}

.services article a.cta {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	border-radius: 0 11px 11px 0;
	padding: 15px 25px 15px 25px;
	width: 230px;
	margin: 10px 0 0;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	background: #231f20 url(../img/service-cta-arrow.png) right -46px no-repeat;
	color: #fff;
	position: relative;
}

.services article a.cta span {
	position: absolute;
	left: 0;
	top: -19px;
	background: url(../img/services-button-shadow.png) 0 0 no-repeat;
	display: block;
	height: 97px;
	width: 33px;
	z-index: -1;
}

.services #content article a.cta:hover {
	background: #f1ea0c url(../img/service-cta-arrow.png) right 4px no-repeat;
	color: #231f20;
}


/*  --------------------------------------------------- INTERNAL - PARTNERS */

.partners #content,
.reviews #content {
	position: relative;
	min-height: 600px;
	background: url(../img/int-bg.jpg) 0px 0px repeat;
}

.partners #content .bgimage,
.reviews #content .bgimage {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	width: 50% !important;
}


.partners #intro,
.reviews #intro {
	display: block;
	position: relative;
}

.partners #intro article,
.reviews #intro article {
	max-width: 550px;
	padding: 0 0 20px;
	float: none;
}

.partners #intro article h2,
.reviews #intro article h2 {
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
}


.partners h3,
.reviews h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px;
	line-height: 29px;
	color: #414141;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.partners .wrapper,
.reviews .wrapper {
	width: 550px;
}

.partners p,
.reviews p {
	font-size: 15px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.partners #content article,
.reviews #content article {
	float: none;
}

.partners a.cta,
.reviews a.cta {
	width: 368px;
	display: block;
	color: #f1e82b;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0px 13px 0;
	text-align: left;
	clear: both;
	border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	margin: 50px 0px;
	background: #2a2a2a url(../img/tab-arrows-left.png) right 20px no-repeat;
}

.reviews a.cta {
	margin: 10px 0 40px;
}

.partners #content a.cta:hover,
.reviews #content a.cta:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows-left.png) right -65px no-repeat;
}

.reviews ol {
    list-style-type: decimal;
}


/*  --------------------------------------------------- INTERNAL - BILLBOARD */

.this-billboard #content {
	position: relative;
	min-height: 600px;
	background: url(../img/int-bg.jpg) 0px 0px repeat;
}

.this-billboard #content .bgimage {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	width: 50% !important;
}


.this-billboard #intro {
	display: block;
	position: relative;
}

.this-billboard #intro article {
	max-width: 550px;
	padding: 0 0 20px;
	float: none;
}

.this-billboard #intro article h2 {
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
}


.this-billboard h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px;
	line-height: 29px;
	color: #414141;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.this-billboard .wrapper {
	width: 550px;
}

.this-billboard p {
	font-size: 15px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.this-billboard #content article {
	float: none;
}

.this-billboard a.cta {
	width: 368px;
	display: block;
	color: #f1e82b;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0px 13px 0;
	text-align: left;
	clear: both;
	border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	margin: 50px 0px;
	background: #2a2a2a url(../img/tab-arrows-left.png) right 20px no-repeat;
}

.this-billboard #content a.cta:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows-left.png) right -65px no-repeat;
}


/*  --------------------------------------------------- INTERNAL - responsive */

.responsive #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
}


/*  --------------------------------------------------- INTERNAL - employment */

.work-for-us #content {
	position: relative;
	min-height: 800px;
	background: url(../img/int-bg.jpg) 0px 0px repeat;
}

.work-for-us .left {
	width: 560px;
}

.work-for-us .right {
	width: 450px;
	position: relative;
}

.work-for-us #intro {
	display: block;
	position: relative;
}

.work-for-us #intro article {
	max-width: 550px;
	padding: 0 0 20px;
	float: none;
}

.work-for-us #intro article h2 {
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
}

.work-for-us h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px;
	line-height: 29px;
	color: #414141;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.work-for-us .right h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 20px 0 10px 27px;
	line-height: 29px;
	color: #f1ea0c;
	display: inline-block;
}

.work-for-us p.key {
	position: relative;
	color: #787878;
	font-weight: 600;
	font-size: 12px;
	float: right;
	margin: 26px 0 0;
	display: inline-block;
}

.work-for-us .wrapper {
	width: 100%
}

.work-for-us p {
	font-size: 15px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.work-for-us #content article {
	float: none;
}

.work-for-us a.cta {
	width: 368px;
	display: block;
	color: #f1e82b;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0px 13px 0;
	text-align: left;
	clear: both;
	border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	margin: 50px 0px;
	background: #2a2a2a url(../img/tab-arrows-left.png) right 20px no-repeat;
}

.work-for-us #content a.cta:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows-left.png) right -65px no-repeat;
}



/*  --------------------------------------------------- INTERNAL - ABOUT */

.about #content {
	position: relative;
	background: url(../img/process-bg.jpg) top center repeat;
	padding: 0 0 50px 0;
}

.about #secondary {
	position: relative;
	background: url(../img/int-bg.jpg) 0px 0px repeat;
}

.about #content .bgimage {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	width: 65%;
}

.about #intro {
	display: block;
	position: relative;
}

.about #intro article {
	max-width: 550px;
	padding: 0 0 20px;
	float: none;
}

.about #content article {
	float: none;
}

.about #content .cols_2_right {
	margin-top: -160px;
}

.about #content .cols_2_right img {
	margin-right: 0;
	max-width: 100%;
}

.about h1,
.about h2,
.about h3
.about p {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.about h2 {
	font-size: 35px;
	font-weight: 800;
	margin: 0 0 40px;
	line-height: 38px;
	width: 50%;
}

.about h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px;
	line-height: 29px;
	color: #414141;
}

.about .wrapper {
	width: 100%;
}

.about p {
	font-size: 15px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}


.about a.cta {
	width: 368px;
	display: block;
	color: #f1e82b;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 40px 13px 0;
	text-align: left;
	clear: both;
	border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	margin: 0;
	background: #2a2a2a url(../img/tab-arrows-left.png) right 20px no-repeat;
	float: left;
}

.about a.cta:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows-left.png) right -65px no-repeat;
}

.about #secondary {
	padding: 100px 0;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.5);
}

.about #secondary .wrapper {
	float: right;
	padding: 0 20px 0 0;
	width: 550px;
}

.about #secondary .wrapper p {
	font-size: 20px;
	font-weight: 600;
	color: #414141;
	line-height: 30px;
}

.about #secondary .wrapper a {
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #f1ea0c;
}

#team {
	text-align: center;
	padding: 50px 0 0;
	background: url(../img/bg-team-top.jpg) top center repeat;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: inset 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 10px 20px 0px rgba(0, 0, 0, 0.1);   
    display: block;
    overflow-x: hidden;
}

#team h3 {
	font-size: 38px;
	color: #f1ea0c;
	font-weight: bold;
	margin: 0 0 40px;
	text-transform: uppercase;
}

#team .carousel {
	position: relative;
	margin: 0;
	padding: 0;
}

#team .items {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg-staff.jpg) center bottom repeat;
}
/*
#team .carousel-btn {
	position: absolute;
	height: 36px;
	width: 38px;
	background-color: red;
	top: 290px;
	text-indent: -9999px;
}

#team .carousel-btn.disabled {
	display: none !important;
}

#team .carousel-btn.previous {
	left: 0;
	background: url(../img/team-nav.png) 0px 0px no-repeat;
}

	#team .carousel-btn.previous:hover {
		background: url(../img/team-nav.png) 0px -36px no-repeat;
	}

#team .carousel-btn.next {
	right: 0;
	background: url(../img/team-nav.png) 0px -72px no-repeat;
}

	#team .carousel-btn.next:hover {
		background: url(../img/team-nav.png) 0px -108px no-repeat;
	}
*/

#team .team-row {
	display: block;
}

#team article {
	height: 315px;
	width: 226px;
	margin: 13px 8px 0px 8px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

	#team article .team-image {
		display: block;
		height: 251px;
		position: absolute;
		bottom: 30px;
	}
	
	#team article .team-image img {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#team article .text {
		padding: 14px 0 0;
		position: absolute;
		height: 42px;
		overflow: hidden;
		background-color: #231f20;
		border-radius: 10px 10px 0 0;
		bottom: 11px;
		width: 90%;
		left: 5%;
		-webkit-transition: height 0.1s ease-in-out;
		-moz-transition: height 0.1s ease-in-out;
		transition: height 0.1s ease-in-out;
	}
	
	#team article:hover .text {
		height: 89px;
	}
		
		#team article .text p {
			text-shadow: none;
		}
		
		#team article .text p.name {
			text-transform: uppercase;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 4px;
			line-height: 1em;
		}
		
		#team article .text p.title {
			color: #f1ea0c;
			font-size: 12px;
			margin: 0 0 4px;
			line-height: 1em;
			font-weight: 600;
		}
		
		#team article .text p.joined {
			text-align: left;
			font-size: 12px;
			color: #fff;
			margin: 20px 0 0 20px;
			-webkit-touch-callout: none;
		}

			#team article .text p.joined a {
				color: #fff;
				text-decoration: none;
			}
		
			#team article .text p.joined strong {
				color: #c1c1c1;
			}
		
		#team article a.linkedin {
			position: relative;
			float: right;
			margin-top: -27px;
			display: block;
			width: 40px;
			height: 26px;
			background: url(../img/team-linkedin.png) 0 0 no-repeat;
			text-indent: -9999px;
		}
		
		#team article a.linkedin:hover {
			background: url(../img/team-linkedin.png) 0 -26px no-repeat;
		}


#news-snippets {
	background: url(../img/grey-bg.jpg) 0px 0px repeat;
	display: block;
	position: relative;
	padding: 70px 0 110px;
}

#news-snippets .news-dude {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 357px;
	height: 295px;
	background: url(../img/news-dude.png) 0 0 no-repeat;
}

#news-snippets .rnd-left {
	display: block;
	padding: 13px 0 13px 17px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px;
	border-radius: 7px 0 0 7px;
	background-image: url(../img/tab-arrows.png);
	background-position: 250px 17px;
	background-repeat: no-repeat;
	position: relative;
	width: 30%;
	color: #f1ea0c;
	background-color: #231f20;
	position: absolute;
	right: 0;
	bottom: 50px;
}

#news-snippets .rnd-left:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows.png) 249px -68px no-repeat
}

#news-snippets h3 {
	font-weight: bold;
	color: #1e1e1e;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
}

#news-snippets .snippet-wrap {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

#news-snippets .snippet-wrap article {
	display: block;
	border-bottom: 1px solid #999;
	padding: 30px 0;
	position: relative;
	padding-left: 40px
}

#news-snippets .snippet-wrap article:last-child {
	border: 0;
}

#news-snippets .snippet-wrap article .icn-newspaper {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	float: left;
	background: url(../img/icn-newspaper.png) center no-repeat;
	background-size: 100%;
}

#news-snippets .snippet-wrap article .text {
	margin-left: 35px;
}

#news-snippets .snippet-wrap article h4 {
	color: #1e1e1e;
	font-size: 22px;
	line-height: 26px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	font-weight: bold;
	text-decoration: none;
	padding-right: 100px;
}

#news-snippets .snippet-wrap article a {
	text-decoration: none;
}

#news-snippets .snippet-wrap article p.date {
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	margin: 0;
}

#news-snippets .snippet-wrap article a.read-more {
	position: absolute;
	top: 30px;
	right: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #747474;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

#news-snippets .snippet-wrap article a.read-more:hover {
	color: #606060;
}


#streetview {
	display: block;
	position: relative;
	text-align: center;
	padding: 55px 0 60px;
	background: url(../img/bg-streetview.jpg) top center repeat;
}

	#streetview h3 {
		text-transform: uppercase;
		color: #f1ea0c;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	#streetview .streetview-container {
		max-width: 1200px;
		width: auto;
		margin: 0 auto;
	}

	#streetview .streetview-container:after {
		content: '';
		display: block;
		width: 100%;
		height: 115px;
		background: url(../img/streetview-shadow.png) center no-repeat;
		background-size: 100% auto;
		margin-top: -79px;
	}

#process {
	text-align: center;
	padding: 70px 0;
	background: url(../img/process-bg.jpg) top center repeat;
	position: relative;
	z-index: 1;
}

#process .inner {
	text-align: center;
}

#process h3 {
	font-size: 38px;
	color: #1e1e1e;
	font-weight: 600;
	margin: 0 0 40px;
	text-transform: uppercase;
}

#process p {
	color: #1e1e1e;
	font-size: 18px;
	line-height: 25px;
	width: 540px;
	margin: 0 auto 50px;
}

#process ul {
	list-style: none;
	padding: 0;
	margin: 20px auto 0;
	display: inline-block;
}

	#process li {
		float: left;
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 0 7px;
	}
	
	#process li.arrow {
		background: url(../img/process-arrow.png) center no-repeat;
		width: 40px;
		height: 185px;
	}
	
	#process li .heading {
		font-weight: 800;
		color: #231f20;
		font-size: 14px;
	}
	
	#process li .image {
		height: 185px;
		width: 185px;
		text-indent: -9999px;
		display: block;
		margin: 0 0 10px;
	}
	
	#process li .talk {
		background: url(../img/about-talk.png) 0px 0px no-repeat;
	}
	
	#process li .talk:hover {
		background: url(../img/about-talk.png) 0px -185px no-repeat;
		cursor: pointer;
	}
	
	#process li .plan {
		background: url(../img/about-plan.png) 0px 0px no-repeat;
	}
	
	#process li .plan:hover {
		background: url(../img/about-plan.png) 0px -185px no-repeat;
		cursor: pointer;
	}
	
	#process li .busy {
		background: url(../img/about-busy.png) 0px 0px no-repeat;
	}
	
	#process li .busy:hover {
		background: url(../img/about-busy.png) 0px -185px no-repeat;
		cursor: pointer;
	}
	
	#process li .over {
		background: url(../img/about-over.png) 0px 0px no-repeat;
	}
	
	#process li .over:hover {
		background: url(../img/about-over.png) 0px -185px no-repeat;
		cursor: pointer;
	}
	
	#process li .tooltip {
		text-align: center;
		color: #231f20;
		font-size: 12px;
		position: absolute;
		top: 183px;
		width: 207px;
		padding: 20px;
		left: -35px;
		background-color: #fff;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-webkit-box-shadow:  0px 0px 5px 3px rgba(241, 234, 12, 1);
        box-shadow:  0px 0px 5px 3px rgba(241, 234, 12, 1);
        z-index: 1000;
        display: none;
	}
	
	#process li .tooltip strong {
		display: block;
		margin: 0 0 10px;
		font-size: 14px;
	}


#process li .tooltip:after, #process li .tooltip:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#process li .tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

#process li .tooltip:before {
	border-color: rgba(241, 234, 12, 0);
	border-bottom-color: #f1ea0c;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}
	


/*  --------------------------------------------------- INTERNAL WORK */

.int.work #banner article .text h1 {
	margin: 0 0 3px;
	font-size: 26px;
}

.int.work #banner article .text p {
	text-shadow: none;
	max-width: none;
}

.work #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 0 0 20px;
}

.work #intro {
	display: block;
	position: relative;
}

.work #intro article {
	max-width: 100%;
	padding: 0 0 20px;
	float: none;
}

.work #intro article h2 {
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
}

.work #filter {
	display: block;
	width: 100%;
	margin: 0 0 70px;
	background: url(../img/filter-bg.png) center no-repeat;
}
	
	.work #filter div {
		width: 517px;
		margin: 0 auto;
		height: 45px;
		display: block;
	}

	.work #filter a {
		background-color: #231f20;
		color: #d6d6d6;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 800;
		padding-top: 10px;
		padding-bottom: 10px;
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
		box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
		-webkit-transition: background-color 0.1s ease-in-out;
		-moz-transition: background-color 0.1s ease-in-out;
		transition: background-color 0.1s ease-in-out;
		float: left;
	}	
	
	.work #filter a.left {
		padding-right: 30px;
		padding-left: 49px;
		border-radius: 5px 0 0 5px;
		-webkit-border-radius: 5px 0 0 5px;
		background: #231f20 url(../img/filter-all.png) left top no-repeat;
	}
	
		.work #filter a.left:hover,
		.work #filter a.left.active {
			background: #f1ea0c url(../img/filter-all.png) left -46px no-repeat;
			color: #231f20;
			-webkit-box-shadow: none;
			box-shadow: none;
			border-bottom: 1px solid rgba(0,0,0,0.2);
		}
	
	.work #filter a.middle {
		padding-left: 49px;
		padding-right: 36px;
		margin-left: 1px;
		border-radius: 0;
		float: left;
		-webkit-border-radius: 0;
		background: #231f20 url(../img/filter-case.png) left top no-repeat;
	}
	
	.work #filter a.middle:hover,
	.work #filter a.middle.active {
		background: #f1ea0c url(../img/filter-case.png) left -46px no-repeat;
		color: #231f20;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}	
	
	.work #filter a.right {
		padding-left: 49px;
		padding-right: 36px;
		margin-left: 1px;
		border-radius: 0 5px 5px 0;
		-webkit-border-radius: 0 5px 5px 0;
		background: #231f20 url(../img/filter-portfolio.png) -15px top no-repeat;
	}
	
		.work #filter a.right:hover,
		.work #filter a.right.active {
			background: #f1ea0c url(../img/filter-portfolio.png) -15px -46px no-repeat;
			color: #231f20;
			box-shadow: none;
			-webkit-box-shadow: none;
			border-bottom: 1px solid rgba(0,0,0,0.2);
		}
		
.work #filter a#toggle_seo {
	background: #231f20 url(../img/filter-seo.png) -15px top no-repeat;
}

	.work #filter a#toggle_seo:hover,
	.work #filter a#toggle_seo.active {
		background: #f1ea0c url(../img/filter-seo.png) -15px -46px no-repeat;
		color: #231f20;
	}

.work #filter a#toggle_adwords {
	background: #231f20 url(../img/filter-adwords.png) -15px top no-repeat;
}
	.work #filter a#toggle_adwords:hover,
	.work #filter a#toggle_adwords.active {
		background: #f1ea0c url(../img/filter-adwords.png) -15px -46px no-repeat;
		color: #231f20;
	}

.work #filter a#toggle_websites {
	background: #231f20 url(../img/filter-portfolio.png) -15px top no-repeat;
}
	.work #filter a#toggle_websites:hover,
	.work #filter a#toggle_websites.active {
		background: #f1ea0c url(../img/filter-portfolio.png) -15px -46px no-repeat;
		color: #231f20;
	}

.work .work-items {
	width: 1106px;
	margin-left: -26px;
}

.work .wrapper article {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 0 26px 26px;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.25);       
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
	-webkit-border-radius: 11px;
}

.work .wrapper article.last {
	/*margin: 0 0 26px; */
}


.work .wrapper article a.shadow {
     display: block;
     position: relative;
     left: 0;
     top: 0;
}

.work .wrapper article a.shadow::before {
	-webkit-box-shadow: inset 0px 0px 75px 0px rgba(0, 0, 0, 0.9);
     box-shadow: inset 0px 0px 75px 0px rgba(0, 0, 0, 0.9);
     z-index: 2;
     width: 250px;
     height: 250px;
      content:'';
     position: absolute;
     border-radius: 11px;
     -webkit-border-radius: 11px;
}

.work .wrapper article img {
	border-radius: 11px;
	-webkit-border-radius: 11px;
	display: block;
	float: left;
	position: absolute;
	z-index: 1;
	width: 100%;

}

.work .wrapper article a.details {
	position: absolute;
	right: 0;
	bottom: 22px;
	width: 85%;
	height: auto;
	padding: 18px 0 14px 15px;
	border-radius: 11px 0 0 11px;
	-webkit-border-radius: 11px 0 0 11px;
	z-index: 4;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration: none;
	background-color: #f1ea0c;
	background-image: url(../img/details-arrow.png);
	background-position: 190px -68px;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;

}

.work .wrapper article a.details:hover {
	background-color: #231f20;
	background-image: url(../img/details-arrow.png);
	background-position: 190px -9px;
	background-repeat: no-repeat;
}

.work .wrapper article a.details strong {
	display: block;
	font-size: 16px;
	line-height: 16px;
	width: 160px;
}
	.work .wrapper article a.details:hover strong {
		color: #f1ea0c;
	}

.work .wrapper article a.details span {
	font-style: italic;
	font-size: 13px;
}
	.work .wrapper article a.details:hover span {
		color: #f1ea0c;
	}


/*  --------------------------------------------------- CASE STUDY PAGE */

.case-study #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 0 0 20px;
}

.case-study .left {
	max-width: 590px;
	width: auto;
}

.case-study .right {
	width: 395px;
}

.case-study .left p {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

.case-study article.intro {
	display: block;
	position: relative;
	max-width: 590px;
	margin: 0 0 20px;
}

.case-study article.intro h2 {
	font-size: 20px;
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
	text-align: left;
}

.case-study table {
	width: 98%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 30px;
    border: 1px solid #000;
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.25);       
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

	.case-study table thead {
		background-color: #231f20;
		border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px;
	}
	
	.case-study table thead td {
		font-size: 18px;
		font-weight: bold;
		color: #f1e82b;
		padding: 20px 25px;
		background: url(../img/case-study-icon.png) 530px center no-repeat;
	}
	
	.this-billboard .case-study table thead td {
		background: url(../img/case-study-icon.png) 490px center no-repeat;
	}
	
	.case-study table thead td strong {
		color: #fff;
	}
	
	.case-study table tbody {
		background-color: #fff;
	}
	
	.case-study table tbody tr.definitions th {
		background-color: #393536;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 800;	
		text-align: left;
		padding: 10px 0;
		text-align: center;	
	}

	.case-study table tbody tr.definitions th.keywords {
		text-align: left;
		padding-left: 10px;
	}

	.case-study table tbody th.pos,
	.case-study table tbody th.tick {
		background-color: #f1ea0c;
		width: 85px;
		padding: 15px 0;
		border-bottom: 1px solid #231f20;
		font-size: 17px;
		color: #857f24;
		font-weight: 800;
	}
	
	.case-study table tbody th.tick {
		background: #f1ea0c url(../img/tick.png) center no-repeat;
	}
	
	.case-study table tbody th.pos strong {
		color: #434343;
		font-size: 24px;
		text-shadow: 0px 1px 0px #fff;
	}
	
	.case-study table tbody td {
		font-size: 16px;
		color: #231f20;
		font-weight: 600;
		border-bottom: 1px solid #231f20;
		padding: 10px;
	}
	
	.case-study table tbody td.for {
		background-color: #fff;
		width: 60px;
		padding: 15px 0;
		text-align: center;
		font-size: 13px;
		font-weight: 600;
		color: #909090;
	}
	
	.case-study table tfoot td {
		background-color: #231f20;
		height: 15px;
		padding: 0;
	}
	
.case-study .testimonial {
	clear: both;
	position: relative;
	max-width: 390px;
	margin: 0 0 50px 0;
	display: block;
}

.case-study #content .testimonial article {
	position: relative;
	float: none;
	max-width: 390px;
	margin: 0;
}

	.case-study .testimonial p {
		color: #fff;
		font-size: 15px;
		line-height: 24px;
		margin: 0;
		font-weight: 300;
	}
	
	.case-study .testimonial .quotation {
		display: block;
		height: 50px;
		width: 65px;
		background: url(../img/quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 0 15px 0 0;
	}
	
	.case-study .testimonial .text {
		display: block;
		background-color: rgba(15,15,15,0.35);
		padding: 25px 20px 20px;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	}
	
	.case-study .testimonial span {
		position: absolute;
		left: 0px;
		bottom: -26px;
		display: block;
		width: 390px;
		height: 26px;
		background: url(../img/cs-test-span.png) 0px 0px no-repeat;
	}
	
	.case-study .testimonial .credit {
		margin: 45px 0 0 0px;
		display: block;
	}
	
		.case-study .testimonial .credit img {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.5);       
			box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.5);
			float: left;
			margin: 0 10px 0 0;
			
		}
	
	.case-study .testimonial .credit p {
		font-size: 14px;
		color: #000;
		line-height: 20px;
		padding: 10px 0 0;
	}
	
	.case-study .testimonial .credit p strong {
		color: #000;
		display: block;
		font-weight: 800;
	}
	

.case-study a.cta {
	max-width: 386px;
	color: #f1e82b;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0 13px 0;
	min-width: 386px;
	display: block;
	text-align: left;
	border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	margin: 50px 0;
	background: #2a2a2a url(../img/tab-arrows-left.png) right 20px no-repeat;
}

.case-study #content a.cta:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows-left.png) right -65px no-repeat;
}


/*  --------------------------------------------------- SERVICES SUB PAGE (AS GENERIC AS POSSIBLE!) */


.service-sub #banner .text {
	top: 200px;
}

.service-sub #banner .text p {
	font-size: 75px;
	line-height: 60px;
}

.service-sub #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 0 0 20px;
}

.service-sub .left {
	max-width: 590px;
	width: auto;
}

.service-sub .right {
	width: 395px;
}

.service-sub #content article {
	float: none;
	width: auto;
}

.service-sub .left h1,
.service-sub .left h2,
.service-sub .left h3
.service-sub .left p {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}


.service-sub .left h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 48px;
	line-height: 42px;
}

.service-sub .left h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 40px;
	line-height: 29px;
}

.service-sub .left h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 30px;
	line-height: 29px;
	color: #414141;
}

.service-sub .left p,
.service-sub .left ul {
	margin: 0 0 30px 0;
	font-size: 15px;
	padding: 0;
}

.service-sub .left li {
	background: url(../img/service-bullet.png) left -1px no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}

.service-sub .testimonial {
	clear: both;
	position: relative;
	max-width: 390px;
	margin: 0 0 50px 0;
	display: block;
}

.service-sub #content .testimonial article {
	position: relative;
	float: none;
	max-width: 390px;
	margin: 0;
}

	.service-sub .testimonial p {
		color: #fff;
		font-size: 15px;
		line-height: 24px;
		margin: 0;
		font-weight: 300;
	}
	
	.service-sub .testimonial .quotation {
		display: block;
		height: 50px;
		width: 65px;
		background: url(../img/quote.png) 0px 0px no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 0 15px 0 0;
	}
	
	.service-sub .testimonial .text {
		display: block;
		background-color: rgba(15,15,15,0.35);
		padding: 25px 20px 10px;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	}
	
	.service-sub .testimonial span {
		position: absolute;
		left: 0px;
		bottom: -26px;
		display: block;
		width: 390px;
		height: 26px;
		background: url(../img/cs-test-span.png) 0px 0px no-repeat;
	}
	
	.service-sub .testimonial .credit {
		margin: 45px 0 0 0px;
		display: block;
	}
	
		.service-sub .testimonial .credit img {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.5);       
			box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.5);
			float: left;
			margin: 0 10px 0 0;
			
		}
	
	.service-sub .testimonial .credit p {
		font-size: 14px;
		color: #000;
		line-height: 20px;
		padding: 10px 0 0;
	}
	
	.service-sub .testimonial .credit p strong {
		color: #000;
		display: block;
		font-weight: 800;
	}
	
.service-sub a.cta {
	max-width: 386px;
	color: #f1e82b;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 0 13px 0;
	min-width: 386px;
	display: block;
	text-align: left;
	border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	margin: 30px 0 50px;
	background: #2a2a2a url(../img/tab-arrows-left.png) right 20px no-repeat;
}

.service-sub #content a.cta:hover {
	color: #fff;
	background: #2a2a2a url(../img/tab-arrows-left.png) right -65px no-repeat;
}

.google-adwords .bullet-wrap {
	min-height: 592px;
	width: 409px;
	background: url(../img/adwords-men.png) right bottom no-repeat;
}

.seo .bullet-wrap {
	min-height: 592px;
	width: 409px;
	background: url(../img/seo-couple.png) right bottom no-repeat;
}

.websites .bullet-wrap {
	min-height: 592px;
	width: 390px;
	background: url(../img/website-guys.png) 6px bottom no-repeat;
}


.remarketing .bullet-wrap {
	min-height: 590px;
	width: 389px;
	background: url(../img/remarketing-sidebar.png) right bottom no-repeat;
}





/*  --------------------------------------------------- CONTACT PAGE */

.contact #hero-google-map {
	display: block;
	height: 376px;
}

.contact #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 0 0 20px;
}

.contact .left {
	width: 560px;
}

.contact .right {
	width: 450px;
	position: relative;
}

.contact .left h1,
.contact .left h2,
.contact .right h2,
.contact .right h3,
.contact .left p {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}


.contact .left h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 34px;
	line-height: 36px;
}

.contact .left h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 40px;
	line-height: 29px;
}

.contact .right h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 20px 0 10px 27px;
	line-height: 29px;
	color: #f1ea0c;
	display: inline-block;
}

.contact dl {
	display: block;
	min-height: 200px;
	margin: 0 0 20px;
}

.contact dt {
	float: left; 
	width: 211px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 35px;
	clear: both;
	font-weight: 600;
	color: #1e1e1e;
	font-size: 15px;
	position: relative;
}

	.contact dt img {
		position: absolute;
		top: 2px;
		left: 0;
	}

.contact dd {
	font-weight: 800;
	color: #1e1e1e;
	font-size: 15px;
	display: block;
	width: 100%;
	margin: 0 0 10px;
}

.contact dd a {
	text-decoration: none;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #f1ea0c;
}

.contact dd a.tele {
	border: none;
}

.contact p.key {
	position: relative;
	color: #787878;
	font-weight: 600;
	font-size: 12px;
	float: right;
	margin: 26px 0 0;
	display: inline-block;
}


.contact .left .streetview {
	margin-top: 40px;
	margin-bottom: 40px;
}

.contact .left .streetview:after {
	content: '';
	display: block;
	height: 72px;
	width: 562px;
	background: url(../img/map-shadow.png) center no-repeat;
	margin-top: -55px;
}

.contactForm,
#applyForm {
	background-color: #231f20;
	border-radius: 11px 0 0 11px;
	padding: 5px 0 10px;
	margin: 0 0 30px;
}

#applyForm {
	margin: 90px 0 0;
}

	.contactForm .field,
	#applyForm .field {
		padding: 10px 0 10px 27px;
		border-bottom: 1px solid #474444;
		clear: both;
	}
	
	.contactForm .field.last,
	#applyForm .field.last {
		border-bottom: none;
	}

	.contactForm .field label,
	.contactForm .field p.label,
	#applyForm .field label {
		color: #d1d1d1;
		font-size: 14px;
		font-weight: 600;
		width: 148px;
		float: left;
		padding: 6px 0 0;
	}
	
	.contactForm .field label.error,
	#applyForm .field label.error {
		color: #f1ea0c;
		margin-left: 148px;
		position: relative;
		font-weight: 700;
		font-size: 13px;
		width: auto;
	}
	
	p.success,
	p.fail {
		font-weight: 700;
		background-color: #f1ea0c;
		padding: 10px 15px;
		border-radius: 7px;
	}
	
	.work-for-us p.success,
	.work-for-us p.fail {
		font-weight: 700;
		background-color: #f1ea0c;
		padding: 10px 15px;
		border-radius: 7px;
		position: relative;
		top: 60px;
	}
	
	.contactForm .field label span,
	#applyForm .field label span {
		color: #f1ea0c;
	}
	
	.contactForm .field input[type=text],
	#applyForm .field input[type=text],
	#applyForm .field input[type=file] {
		width: 259px;
		float: left;
	}
	
	#applyForm .field input[type=file] {
		padding: 5px 7px;
	}
	
	.contactForm .field .check-wrap,
	#applyForm .field .check-wrap {
		float: left;
		width: 259px;
	}
	
	.contactForm .field .check-wrap div,
	#applyForm .field .check-wrap div {
		float: left;
		width: 129px;
	}
	
	.contactForm .field .check-wrap div label,
	#applyForm .field .check-wrap div label {
		width: auto;
		float: none;
		font-size: 13px;
	}
	
	.contactForm textarea,
	#applyForm textarea {
		width: 259px;
		height: 100px;
	}
	
	.contactForm button,
	#applyForm button {
		/*float: right;*/
		float: left;
		text-transform: uppercase;
		color: #231f20;
		font-size: 16px;
		font-weight: 800;
		width: 273px;
		font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: left;
		padding: 20px 0 20px 20px;
		border-radius: 7px 0 0 7px;
		/*margin: 10px 0 0;*/
		margin: 10px 0 0 148px;
		/* #todo - done, docked background position against left instead of right 273px-widthofbutton8px = 265px*/
		/* #todo - check with karen, make float left + margin left instead of float right for more consistent js width calculations */
		/*background: #f1ea0c url(../img/btn-arrow.png) right top no-repeat;*/
		background: #f1ea0c url(../img/btn-arrow.png) 265px -1px no-repeat;
		-webkit-transition: background-color 0.1s ease-in-out;
		-moz-transition: background-color 0.1s ease-in-out;
		transition: background-color 0.1s ease-in-out;
		
	}

	.contactForm button:hover,
	#applyForm button:hover {
		background: #656565 url(../img/btn-arrow.png) 265px -61px no-repeat;
		color: #f1ea0c;
	}
/*  --------------------------------------------------- INTERNAL - THANKYOU */

.thank-you #content {
	position: relative;
	min-height: 600px;
	background: url(../img/int-bg.jpg) 0px 0px repeat;
}

.thank-you #intro article h2 {
	font-size: 25px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #1e1e1e;
	font-weight: 600;
	line-height: 29px;
}

.thank-you #content article {
	float: none;
}


/*  --------------------------------------------------- ADWORDS BADGE */

#adwords-logo {
	display: block;
	width: 392px;
	margin: 0;
	position: relative;
	min-height: 98px;
	padding: 20px 0 0;
}

	#adwords-logo p {
		font-size: 15px;
		font-weight: 800;
		text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
		margin: 0px;
		display: inline-block;
	}
	
	#adwords-logo a {
		font-size: 14px;
		text-decoration: none;
		padding: 0 0 3px;
		font-weight: 600;
	}
	
	#adwords-logo p a {
		border-bottom: 1px solid #f1ea0c;
	}
		
	#adwords-logo img {		
		width: 200px;
		margin: 10px 0 0;
	}

/*  --------------------------------------------------- MORE CASE STUDIES */

#more-cs {
	/*#todo - typo? */
	border-radius: 11px 0 0 11px;
	-webkit-border-radisu: 11px 0 0 11px;
	background-color: rgba(255,255,255,0.5);
	padding: 30px 0 30px 30px;
	margin: 0 0 32px 0;
}

	#more-cs p {
		color: #5a5a5a;
		line-height: 21px;
		font-size: 14px;
	}

	#more-cs p.heading {
		text-transform: uppercase; 
		font-size: 20px;
		color: #414141;
		margin: 0 0 15px;
		font-weight: 800;
	}

	#more-cs ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
		#more-cs li {
			display: block;
			margin: 0 0 10px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			height: 62px;
			background: #fff url(../img/more-cs-arrow.png) right center no-repeat;
			position: relative;
		}
		
		#more-cs li a {
			display: block;
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			text-decoration: none;
		}
		
		#more-cs li span.icon {
			width: 45px;
			height: 63px;
			display: inline-block;
			float: left;
			background: #353535 url(../img/more-cs-icon.png) center top no-repeat;
			border-radius: 3px 0px 0px 3px;
			-webkit-border-radius: 3px 0px 0px 3px;
			-webkit-transition: background-color 0.1s ease-in-out;
			-moz-transition: background-color 0.1s ease-in-out;
			transition: background-color 0.1s ease-in-out;
			margin: 0 14px 0 0;
		}
		
		#more-cs li:hover span.icon {
			background: #f1ea0c url(../img/more-cs-icon.png) center -62px no-repeat;
		}
		
		#more-cs li img {
			float: left;
			margin: 10px 14px 0 0;
		}
		
		#more-cs li span.text {
			font-size: 14px;
			color: #3d3d3d;
			line-height: 18px;
			text-decoration: none;
			margin: 13px 14px 0 0;
			width: 203px;
			float: left;
			display: block;
			font-weight: 600;
		}


/*  --------------------------------------------------- BLOG */

.blog #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 0 0 20px;
}

.blog .wrapper {
	padding-top: 30px;
}

.blog #filter-search {
	width: 689px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}

	.blog #filter-search .blog-filter {
		background: #231f20 url(../img/filter-arrow.png) top right no-repeat;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		border: 0;
		border-bottom: 1px solid rgba(255,255,255,0.9);
		height: 13px;
		width: 232px;
		padding: 11px 0 11px 11px;
		position: relative;
		float: left;
		margin: 0 8px 0 0;
	}
	
		.blog #filter-search .blog-filter:hover {
			background: #231f20 url(../img/filter-arrow.png) right -35px no-repeat;
		}
		
		.blog #filter-search .blog-filter a {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
		}
	
		#filter-search .blog-filter p {
			position: absolute;
			left: 11px;
			top: 6px;
			text-transform: uppercase;
			color: #cecece;
			font-size: 12px;
			font-weight: 800;
			margin: 0;
		}
		
		.blog #filter-search .blog-filter ul {
			position: absolute;
			left: 0;
			top: 34px;
			background-color: #231f20;
			border-radius: 0 0 3px 3px;
			-webkit-border-radius: 0 0 3px 3px;
			display: block;
			z-index: 100;
			width: 243px;
			padding: 0;
			margin: 0;
			display: none;
			z-index: 999999;
		}
		
		.blog #filter-search .blog-filter li {
			display: block;
			padding: 12px 10px;
			margin: 0;
			position: relative;
			border-top: 1px solid #666;
		}
		
		.blog #filter-search .blog-filter li a {
			color: #ddd;
			display: block;
			position: relative;
			text-decoration: none;
			font-weight: 600;
			font-size: 13px;
			text-indent: 0;
		}
		
		.blog #filter-search .blog-filter li a:hover {
			color: #f1ea0c;
		}

	#filter-search form#search-form {
		float: left;
		position: relative;
		margin: 0 8px 0 0;
		width: 330px;
	}
	
		#filter-search form input {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			background-color: #8b8b8b;
			border: 0;
			border-bottom: 1px solid rgba(255,255,255,0.7);
			position: absolute;
			left: 0;
			width: 330px;
			color: #fff;
			font-size: 14px;
			padding: 6px 8px 6px;
		}
		
		#filter-search form label {
			position: absolute;
			left: 11px;
			top: 6px;
			text-transform: uppercase;
			color: #fff;
			font-size: 12px;
			font-weight: 800;
			margin: 0;
			z-index: 2;
		}
		
		#filter-search form button {
			display: block;
			height: 12px;
			width: 12px;
			background: url(../img/search-button.png) 0px 0px no-repeat;
			position: absolute;
			right: 0px;
			top: 10px;
			text-indent: -9999px;
		}
		
			#filter-search form button:hover {
				background: url(../img/search-button.png) 0px -14px no-repeat;
			}
		
		#filter-search a.rss {
			float: right;
			display: block;
			height: 35px;
			width: 83px;
			background: url(../img/rss.png) 0px 0px no-repeat;
			-webkit-transition: background 0.1s ease-in-out;
			-moz-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
			text-indent: -9999px;
		}
		
		#filter-search a.rss:hover {
			background: url(../img/rss.png) 0px -35px no-repeat;
		}
		
		.blog p.not-found {
			font-weight: bold;
			text-align: center;
		}
		

.blog #content article {
	border-radius: 11px;
	-webkit-border-radius: 11px;
	background-color: #fff;
	width: 689px;
	display: block;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	float: none;
	margin: 0 auto 40px;
	position: relative;
	padding: 0 0 64px;
}

	.blog article .img-wrap {
		display: block;
		width: 689px;
		height: 237px;
		border-radius: 11px 11px 0 0;
		-webkit-border-radius: 11px 11px 0 0;
		position: relative;
	}
	
	.blog article .img-wrap .shadow {
	     display: block;
	     position: absolute;
	     left: 0;
	     top: 0;
	     height: 237px;
	     z-index: 100;
	     border-radius: 11px 11px 0 0;
		-webkit-border-radius: 11px 11px 0 0;
	}
	
	.blog article .img-wrap a {
	     display: block;
	     position: relative;
	     left: 0;
	     top: 0;
	     height: 237px;
	     z-index: 5;
	}

	.blog article .img-wrap .shadow::before {
		-webkit-box-shadow: inset 0px -40px 50px 0px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px -40px 50px 0px rgba(0, 0, 0, 0.2);
		z-index: 2;
		width: 689px;
		height: 237px;
		content:'';
		position: absolute;
		border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
	.blog article .img-wrap img {
		border-radius: 11px 11px 0 0;
		-webkit-border-radius: 11px 11px 0 0;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
	}
	
	.blog #content article .text {
		padding: 40px 25px;
	}

		.blog article .text h1 {
			text-transform: uppercase;
			color: #231f20;
			font-size: 22px;
			margin: 0;
			font-weight: 800;
			line-height: 26px;
		}
		
		.blog article .text h1 a {
			text-decoration: none;
		}
		
		.blog article .text ul {
			list-style: disc;
		}
		
		.blog article .text p {
			font-size: 14px;
		}
		
		.blog article .text p.meta {
			font-weight: 800;
			font-size: 12px;
		}
		
		.blog article .text p.meta a {
			text-decoration: none;
			padding: 0 0 2px;
			border-bottom: 2px solid #f1ea0c;
		}
		
	.blog article a.more,
	.blog article a.share {
		font-size: 12px;
		text-transform: uppercase;
		color: #231f20;
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: 800;
		text-decoration: none;
		position: absolute;
		bottom: 20px;
	}
	
	.blog article a.more {
		border-radius: 0 11px 11px 0;
		-webkit-border-radius: 0 11px 11px 0;
		left: 0;
		padding-left: 30px;
		padding-right: 60px;
		background: #f1ea0c url(../img/tab-arrows-left.png) 120px -113px no-repeat
	}
	
		.blog article a.more:hover {
			background: #231f20 url(../img/tab-arrows-left.png) 120px 16px no-repeat;
			color: #f1ea0c;
		}
	
	.blog article a.share {
		border-radius: 11px 0 0 11px;
		-webkit-border-radius: 11px 0 0 11px;
		right: 0;
		padding-left: 25px;
		padding-right: 25px;
	}
		
		.blog article a.share:hover {
			color: #fff;
			background-color: #1a1a1a;
		}
		
	.blog a.share-close {
		width: 10px;
		height: 10px;
		display: block;
		background: url(../img/blog-close.png) 0px 0px no-repeat;
		position: absolute;
		top: 15px;
		left: 20px;
		text-indent: -9999px;
	}
	
	.blog a.share-close:hover {
		background: url(../img/blog-close.png) 0px -10px no-repeat;
	}

	.blog .share-targets {
		position: absolute;
		bottom: 20px;
		background: #dadada;
		right: -410px;
		width: 410px;
		height: 41px;
		-webkit-border-radius: 11px 0 0 11px;
		border-radius: 11px 0 0 11px;
		z-index: 99999;
	}

	.blog .addthis_toolbox {
		position: absolute;
		left: 45px;
		top: 10px;
		display: block;
		width: 340px;
	}


.pagination {
	width: 689px;
	margin: 0 auto 50px;
	height: 40px;
	text-align: center;
	position: relative;
}

	.pagination .pagwrap {
		margin: 0 auto;
		padding: 0;
		width: 500px;
		text-align: center;
	}
		.pagination ul,
		.pagination ol {
			list-style: none;
			padding: 0;
			margin: 0;
			width: auto;
			display: inline-block;
		}
	
		.pagination li {
			float: left;
			margin: 0 2px;
			background-color: #e4e5e7;
			text-transform: uppercase;
			color: #231f20;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			font-weight: 800;
			text-decoration: none;
			font-size: 12px;
		}
		
		.pagination .pager.disabled {
			background-color: #e4e5e7;
			text-transform: uppercase;
			color: #231f20;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			font-weight: 800;
			text-decoration: none;
			font-size: 12px;
			padding: 7px 16px;
		}
		
		.pagination .pager a {
			float: left;
			margin: 0 1px;
			background-color: #fff;
			text-transform: uppercase;
			color: #231f20;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			font-weight: 800;
			text-decoration: none;
			font-size: 12px;
			padding: 7px 16px;
		}
		
		.pagination .next a,
		.pagination .next.disabled {
			padding: 7px 40px 7px 16px;
		}
		
		.pagination .next a {
			background: #fff url(../img/pag-next.png) right top no-repeat;
		}
		
		.pagination .next a:hover {
			background: #111 url(../img/pag-next.png) right -39px no-repeat;
		}
		
		.pagination .next.disabled {
			background: #e4e5e7 url(../img/pag-next.png) right top no-repeat;
		}
		
		.pagination .prev a,
		.pagination .prev.disabled {
			padding: 7px 16px 7px 40px;
		}
		
		.pagination .prev.disabled {
			padding: 7px 16px 7px 40px;
		}

		.pagination .prev a {
			background: #fff url(../img/pag-prev.png) -5px top no-repeat;
		}
		
		.pagination .prev a:hover {
			background: #111 url(../img/pag-prev.png) -5px -39px no-repeat;
		}
		
		.pagination .prev.disabled {
			background: #e4e5e7 url(../img/pag-prev.png) -5px top no-repeat;
		}

.pagination .prev {
	position: absolute;
	left: 0;
	top: 0;
}

.pagination .next {
	position: absolute;
	right: 0;
	top: 0;
}

.pagination li.active {
	padding: 10px 16px;
}

.pagination li a {
	background-color: #fff;
	text-transform: uppercase;
	color: #231f20;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: 800;
	text-decoration: none;
	padding: 10px 16px;
	display: block; 
}

.pagwrap ul li span {
    display: block;
    padding: 10px 16px;
}

.pagwrap ul li span.dots {
    
}

.pagination a:hover {
	background-color: #111;
	color: #f1ea0c;
}
	

/*  --------------------------------------------------- QUOTE FORM */

#quote-form {
	height: 100%;
	position: fixed;
	top: 0;
	right: -450px;
	display: block;
	width: 470px;
	background-color: #231f20;
	border-left: 3px solid #f1ea0c;
	z-index: 1000;
	display: none;
}

#quote-form p.heading {
	color: #f1ea0c;
	font-weight: 800;
	font-size: 24px;
	padding: 30px 0 0 27px;
	
}

#quote-form p.intro {
	color: #d1d1d1;
	font-size: 14px;
	padding: 0 27px;
	font-weight: 600;
	text-shadow: none;
	line-height: 20px;
}

#quote-form p.intro strong,
#quote-form p.intro strong a {
	color: #f1ea0c;
	font-weight: 800;
	font-size: 18px;
	text-decoration: none;
}

#quote-form p.key {
	position: absolute;
	right: 25px;
	top: 34px;
	color: #787878;
	font-weight: 600;
	font-size: 12px;
	text-shadow: none;
}

	.quoteForm .field {
		padding: 10px 0 10px 27px;
		border-bottom: 1px solid #474444;
		clear: both;
	}
	
	.quoteForm .field.last {
		border-bottom: none;
	}

	.quoteForm .field label,
	.quoteForm .field p.label {
		color: #d1d1d1;
		font-size: 14px;
		font-weight: 600;
		width: 148px;
		float: left;
		padding: 6px 0 0;
		margin: 0;
	}
	
	.quoteForm .field label.error {
		color: #f1ea0c;
		margin-left: 148px;
		position: relative;
		font-weight: 700;
		font-size: 13px;
		width: auto;
	}
	
	.quoteForm .field label span {
		color: #f1ea0c;
	}
	
	.quoteForm .field input[type=text] {
		width: 259px;
		float: left;
	}
	
	.quoteForm .field .check-wrap {
		float: left;
		width: 259px;
	}
	
	.quoteForm .field .check-wrap div {
		float: left;
		width: 129px;
	}
	
	.quoteForm .field .check-wrap div label {
		width: auto;
		float: none;
		font-size: 13px;
	}
	
	.quoteForm textarea {
		width: 259px;
		height: 100px;
	}
	
	.quoteForm button {
		float: right;
		text-transform: uppercase;
		color: #231f20;
		font-size: 16px;
		font-weight: 800;
		width: 293px;
		font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: left;
		padding: 20px;
		border-radius: 7px 0 0 7px;
		margin: 10px 0 0;
		background: #f1ea0c url(../img/btn-arrow.png) 253px top no-repeat;
		-webkit-transition: background-color 0.1s ease-in-out;
		-moz-transition: background-color 0.1s ease-in-out;
		transition: background-color 0.1s ease-in-out;
	}

	.quoteForm button:hover {
		background: #656565 url(../img/btn-arrow.png) 253px -64px no-repeat;
		color: #f1ea0c;
	}
	
	.quoteForm .logos {
		margin-top: 30px;
	}
	
	.quoteForm .logos div img {
		height: 43px;
		width: auto;
		opacity: 0.7;
	}
	
	.quoteForm .logos div:nth-child(4) {
		clear: both;
	}
	
	.quoteForm .logos div {
		text-align: center;
		float: left;
		margin: 0 0 20px;
	}
	
	.quoteForm .logos div:nth-child(1),
	.quoteForm .logos div:nth-child(2),
	.quoteForm .logos div:nth-child(3) {
		width: 33.3%;
	}
	
	.quoteForm .logos div:nth-child(4),
	.quoteForm .logos div:nth-child(5) {
		width: 50%;
	}
	
	


/*  --------------------------------------------------- TERMS CONDITIONS, PRIVACY POLICY, SITEMAP */

.default #content,
.error404 #content {
	background: url(../img/int-bg.jpg) 0px 0px repeat;
	position: relative;
	z-index: 100;
	padding: 40px 0 40px;
}

.default #content h2,
.error404 #content h2 {
	margin: 0 0 30px;
}

.default #content li {
	background: url(../img/service-bullet.png) left 0px no-repeat;
	padding: 0 0 0 30px;
}

/*  --------------------------------------------------- FOOTER */

footer {
	background-color: transparent;
	padding: 0;
}

footer #footer-logos {
	width: 100%;
	display: block;
	padding: 40px 0;
}

#footer-logos > div {
	width: 20%;
	text-align: center;
	float: left;
}

#footer-logos > div img {
	opacity: 0.6;
}

footer #f-main {
	background-color: #f1e82b;
	max-width: 1009px;
	border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	padding: 0 40px 0 20px;
	float: left;
	width: 70%;
	margin: 0 0 20px;
}

footer #f-main a#footer-logo {
	display: block;
	height: 89px;
	width: 91px;
	text-indent: -9999px;
	background: url(../img/footer-logo.png) 0px 0px no-repeat;
	float: left;
}

footer #f-main .copyright-terms {
	float: left;
}

	#f-main .copyright-terms p {
		color: #353535;
	}
	
	#f-main .copyright-terms p.copy a,
	#f-main .copyright-terms p.copy strong {
		text-transform: uppercase;
		font-weight: 800;
		text-decoration: none;
	}
	
#f-main p.copy {
	padding: 10px 0 10px 29px;
	border-bottom: 1px solid #000;
	margin: 0;
	font-size: 13px;
}

#f-main p.terms {
	padding: 10px 84px 8px 29px;
	font-size: 12px;
	margin: 0;
}

#f-main p.terms a {
	text-decoration: none;
}

#f-main .sitemap {
	padding: 0px;
	float: left;
}

	#f-main .sm-container {
		float: left;
	}
	
	#f-main .sitemap ul {
		list-style: none;
		padding: 12px 30px 22px 25px;
		margin: 0;
		float: left;
		
	}
	
	#f-main .sitemap ul#menu-footer-nav-2,
	#f-main .sitemap ul#menu-footer-nav-3 {
		padding: 12px 30px 22px 25px;
	}
	
	#f-main .sitemap ul#menu-footer-nav-1 {
		border-left: 1px solid #000;
	}
	
	#f-main .sitemap ul#menu-footer-nav-2 {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
	}
	
	#f-main .sitemap li {
		font-size: 12px;
		margin: 0px;
	}
	
	#f-main .sitemap li a {
		text-decoration: none;
		font-weight: 600;
		padding: 0 !important;
	}
	
	#f-main .sitemap ul ul {
		list-style: disc;
		margin: 0 0 0 21px;
		padding: 0;
		float: none;
		border: none;
	}
	
	#f-main .sitemap ul ul li a {
		font-weight: normal;
	}
	
footer #request-quote {
	float: right;
	display: inline-block;
	width: 250px;
	text-align: center;
	margin: 10px 0 0;
}

footer #request-quote a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 0 30px 0 0;
	text-decoration: none;
	background: url(../img/footer-quote-arrow.png) right center no-repeat;
}

footer #request-quote a:hover {
	color: #f1ea0c;
}

	footer #request-quote div {
		width: 72px;
		text-align: center;
		margin: 15px auto 0;
		display: block;
	}

	footer #request-quote div a.twitter {
		display: block;
		height: 30px;
		width: 30px;
		text-indent: -9999px;
		background:  url(../img/social.png) 0px 0px no-repeat;
		margin: 0 3px;
		padding: 0;
		float: left;
	}
	
		footer #request-quote a.twitter:hover {
			background:  url(../img/social.png) 0px -30px no-repeat;
		}
	
	
	footer #request-quote div a.facebook {
		display: block;
		height: 30px;
		width: 30px;
		text-indent: -9999px;
		background:  url(../img/social.png) -41px 0px no-repeat;
		margin: 0 3px;
		padding: 0;
		float: left;
	}
	
		footer #request-quote a.facebook:hover {
			background:  url(../img/social.png) -41px -30px no-repeat;
		}




/*  --------------------------------------------------- CUSTOM CLASSES */

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.mobile-prt,
.mobile-lndprt {
	display: none !important;
}

iframe {

/*display:none;*/

}

/*  ------------------------------------------ RESPONSIVE AWESOMENESS */


/* main nav < 1024px */

.sml #main li a {
	padding-left: 10px;
	padding-right: 10px;
}

.sml #main li.active {
	padding-left: 10px;
	padding-right: 10px;
}

.sml header p.phone {
	top: 80px;
}

/* homepage banner < 1024px */
.med #banner .text p,
.med #banner #intro-slide .text p {
	max-width: 500px;
}

.sml #banner .cta p {
	width: 300px;
}

.sml #banner .text p {
	width: 43%;
	max-width: none;
}

.sml #banner #intro-slide .text {
	position: absolute;
	top: 30%;
	left: 5px;	
}

.sml #banner #intro-slide .text p {
	width: 51%;
	max-width: none;
}

/* Internal banner styles < 1300px */

.med.int #banner article .text h1 {
	font-size: 25px;
}

/* Internal banner styles < 1024px */

.sml.int #banner article .text p {
	width: 400px;
	font-size: 40px;
}

.sml.int #banner article .text h1 {
	font-size: 19px;
	font-weight: bold;
}

/* Homepage sections < 1024px */

.sml #content #seo .bgimage {
	background-size: auto 43%;
	background-position: right bottom;
}

.sml #content #adwords .bgimage {
	background-size: auto 50%;
	background-position: -120px bottom;
}

.med #content #adwords .bgimage {
	background-size: auto 80%;
	background-position: -100px bottom;
}

.sml #content #websites .bgimage {
	background-size: auto 35%;
	background-position: right bottom;
}

.med #content #remarketing .bgimage {
	background-size: auto 45%;
	background-position: -60px bottom;
}

.sml #content #remarketing .bgimage {
	background-size: auto 30%;
	background-position: -50px bottom;
}

.sml #content #adwords {
	height: 1250px !important;
}

.sml #content #seo h1,
.sml #content #adwords h1,
.sml #content #websites h1,
.sml #content #remarketing h1  {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	line-height: 1em;
	font-size: 100px;
	text-align: left;
	margin: 0 0 80px 70px;
}

.sml #content #adwords h1 {
	line-height: 75px;
	margin: 0 0 100px 70px;
}


.sml #content #seo article,
.sml #content #adwords article, .sml #content #remarketing article  {
	max-width: 363px;
	display: block;
	margin: 0px 0 0 70px;
	float: left;
}

.sml #content #remarketing article {
	margin: 0px 0 0 25px;
}


.sml #content #websites .web-wrap {
	margin: 0 0 0 70px;
}

.sml #content #websites article {
	max-width: 363px;
	display: block;
	margin: 0px 0 0 0;
	float: left;
}

.sml #content #seo ul.bullets,
.sml #content #adwords ul.bullets,
.sml #content #websites ul.bullets,
.sml #content #remarketing ul.bullets {
	float: left;
	max-width: 280px;
	display: block;
	margin: 0px 40px 30px 80px;
}

.sml #content #websites ul.bullets  {
	margin: 0px 40px 30px 30px;
}

.sml #content #remarketing ul.bullets {
	margin: 0 20px 30px 80px;
}

.sml #content #seo .testimonial,
.sml #content #adwords .testimonial,
.sml #content #websites .testimonial,
.sml #content #remarketing .testimonial,
.med #content #seo .testimonial,
.med #content #websites .testimonial,
.med #content #remarketing .testimonial { 
	margin: 40px 0 0 70px;
	clear: left;
	width: auto;
}

.sml #content #websites .testimonial {
	clear: both;
}


.sml #content #seo .testimonial article,
.sml #content #adwords .testimonial article,
.sml #content #websites .testimonial article,
.sml #content #remarketing .testimonial article {
	margin: 0 30px 0 0;
	width: auto;
	max-width: none;
}


.sml #content #seo .testimonial .text span,
.sml #content #websites .testimonial .text span { 
	display: none;
}

.sml #content .testimonial p {
	font-size: 16px;
}

.sml #content #seo .testimonial p.credit,
.sml #content #websites .testimonial p.credit {
	float: none;
	clear: both;
	padding: 10px 0 0;
	margin: 0;
	display: block;
}


.med #content #adwords .testimonial {
	margin: 40px 0 0 29%;
}

.med #content #remarketing .testimonial {
	margin: 40px 0 0 19%;
}

#content #remarketing .testimonial article {
	max-width: 500px;
}

#content #remarketing .testimonial p {
	max-width: 400px;
}

#content #remarketing .testimonial .quotation {
	margin-bottom: 20px;
}

.sml #content #adwords .testimonial,
.sml #content #remarketing .testimonial {
	max-width: 430px;
}

.sml #content #adwords .testimonial article, 
.sml #content #remarketing .testimonial article {
	margin: 0 5px 0 0;
}


.sml #content #websites .tabs {
	margin: 0 0 40px;
	
}



/* Services parent page < 1024px */

.sml.services .wrapper article {
	margin: 0 5px 115px 0;
}


.sml.services #intro article {
	max-width: none;
	width: 49%;
}

.sml.services .wrapper article {
	margin: 0;
	/*width: 33.3%;*/
	background-position: 2% bottom !important;
	background-size: auto 80% !important;
}

.sml.services .wrapper article:nth-child(even) {
	margin: 0;
	/*width: 33.3%;*/
	background-position: 98% bottom !important;
}

.sml.services #content article .text {
	background-size: 80% auto !important;
	max-width: 440px;
}

.sml.services #content article:nth-child(even) .text {
	margin-left: 5%;
}

.sml.services article .text h2 {
	font-size: 40px;
}

.sml.services article a.cta {
	font-size: 13px;
	padding: 15px 10px 15px 25px;
}



/* Services sub page < 1024px */

.med.service-sub .left {
	max-width: 50%;
}

.sml.service-sub .left {
	max-width: 47%;
}

.sml.service-sub .bullet-wrap {
	width: 400px;
}

/* Work parent page < 1024px */

.med.work .work-items {
	width: 828px;
	margin: 0 auto;
}

.sml .work-items {
	width: 578px;
	margin: 0 auto;
}

.sml.work .wrapper article.last {
	/*margin: 0 26px 26px 0;*/
}

.sml.work #banner article .text h1 {
	font-size: 20px;
	font-weight: bold;
	width: 400px;
}

.sml.case-study .left {
	width: 47%;
}

.sml.case-study article.intro {
	width: 100%;
}

.sml.work .wrapper article img {
	width: 250px;
}

/* Partners page < 1024px */
	
.sml.partners .wrapper {
	width: auto
}

.sml.partners #intro article {
	max-width: none;
	width: 60%;
}

.sml.partners article p {
	width: 50%;
}

.sml.partners #content .bgimage {
	background-size: 140% auto !important;
}

/* About page < 1024px */

.sml.about #content article {
	padding: 0 0 30px;
}

.sml.about .bgimage {
	/*display: none;*/
}

.sml.about #secondary .wrapper {
	float: none;
	width: 80%;
	padding: 0 10%;
	clear: both;
	margin: 40px 0 auto;
}

.sml.about #secondary .wrapper article {
	width: 100%;
}

.sml.about #secondary .wrapper p {
	padding: 0;
}

.med.about #content .bgimage,
.sml.about #content .bgimage {
	background-size: 100% auto !important;
	background-size: 120% auto !important;
}

.sml.about .wrapper {
	width: 100%;
}

.sml.about .wrapper p {
	padding-right: 0;
}

.sml.about a.cta {
	float: none;
	margin: 0 auto;
	padding-left: 20px !important;
}

.sml #process ul {

	width: 409px;
}

.sml #process ul li.arrow {
	display: none;
}

.sml #process li {
	margin-bottom: 20px;
}

/* employment page */

.sml.work-for-us #content {
	min-height: 0;
	padding-bottom: 20px;
}

/* Contact page < 1024px */

.sml.contact .left,
.sml.work-for-us .left {
	width: 100%;
}

.sml.contact .right,
.sml.work-for-us .right {
	width: 480px;
	float: left !important;
}

.sml.contact .contactForm,
.sml.work-for-us #applyForm {
	border-radius: 11px;
	-webkit-border-radius: 11px;
}


/* Service sub page & case study < 1024px */

.med.service-sub .right,
.med.case-study .right,
.sml.service-sub .right,
.sml.case-study .right {
	
}


/* Responsive footer */

.med footer #footer-logos > div img,
.sml footer #footer-logos > div img {
	height: 40px;
	width: auto;
}

.med footer #f-main,
.sml footer #f-main {
	width: 59%;
}

.sml .copyright-terms p.copy strong {
	display: block;
}

.sml #f-main p.terms {
	padding: 10px 20px 8px 29px;
}

.med .sm-container,
.sml .sm-container {
	float: left;
}

.med ul#menu-footer-nav-3,
.sml ul#menu-footer-nav-3 {
	border: none;
}

.med #f-main .sitemap ul#menu-footer-nav-2, .med #f-main .sitemap ul#menu-footer-nav-3,
.sml #f-main .sitemap ul#menu-footer-nav-2, .sml #f-main .sitemap ul#menu-footer-nav-3 {
	padding: 11px 0px 0 15px;
	border: none;
}

.sml #f-main .sitemap ul#menu-footer-nav-2 {
	padding-top: 20px !important;
	padding-left: 20px;
}

.sml #f-main .sitemap ul#menu-footer-nav-3 {
	float: none;
	padding: 0 0 22px 20px;
}

.sml #f-main .sitemap ul {
	list-style: none;
	padding: 20px 3px 94px 10px;
	margin: 0;
	float: left;
	border-left: 1px solid #000;
}

.med #f-main .sitemap ul  {
	padding: 10px 3px 33px 10px;
}

.med #f-main .sitemap ul ul  {
	padding: 0px 3px 0px 0px;
}

.sml #f-main .sitemap ul.sub-menu {
	border: none;
	padding: 0;
}

.med #f-main p.terms,
.sml #f-main p.terms {
	padding: 10px 15px 8px 10px;
	line-height: 19px;
}

.med #f-main p.copy,
.sml #f-main p.copy {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #000;
	margin: 0;
	font-size: 11px;
}

	.sml #content .cols_2_right img {
		width: 100%;
		max-width: 100%;
	}


.med #streetview .streetview-container {
	max-width: 960px;
}
.med #streetview .streetview-container iframe {
	width: 960px;
}

.sml #streetview .streetview-container {
	max-width: 80%;
}

.sml #streetview .streetview-container iframe {
	width: 100%;
	height: 400px;
}

.med #news-snippets .snippet-wrap {
	width: 700px;
}

.sml #news-snippets .snippet-wrap {
	width: 550px;
}

.sml #news-snippets .snippet-wrap article h4 {
	padding-right: 120px;
}


.sml .pipe {
	display: none;
}

.sml #f-main p.terms a {
	display: block;
}

@media only screen and (max-width: 1280px) {
	
	#team .team-row {
		display: inline;
	}
	
}

/* #Tablet (Landscape) */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	.tablet-prt {
		display: block !important;
	}
	
	.hide-tablet-prt {
		display: none !important;
	}	
	
	.sml header p.phone {
		top: 20px;
	}
	
	.sml #banner .text p {
		width: 56%;
		max-width: none;
	}
	
	.sml header p.phone a {
		text-decoration: none;
	}
	
	.sml #content #seo h1,
	.sml #content #adwords h1,
	.sml #content #websites h1 {
		margin: 40px 0 40px 70px;
	}

	.sml #content #adwords .bgimage {
	background-size: auto 50%;
	background-position: -100px bottom;
	}
	
	.sml #content #seo .bgimage {
		background-size: auto 40%;
	}

	.sml.services article .text {
		background-size: 87% auto !important;
	}
	
	#quote-form {
		overflow: scroll;
		position: absolute;
	}

	.sml.services #intro article {
		width: 60%;
	}

}
/* #Tablet (Portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation : portrait) {
	
	.tablet-prt {
		display: block !important;
	}
	
	.hide-tablet-prt {
		display: none !important;
	}
	
	.container section { width: 100%; }
	
	.container section article { width: 760px; }
	
	.sml header p.phone {
		display: none;
	}
	
	#content #seo h1, .sml #content #adwords h1, .sml #content #websites h1 {
		top: 60px !important;
	}
	
	#banner article .text p {
		max-width: 400px;
	}
	
	#banner #intro-slide .text p {
		max-width: 400px;
	}
	#banner nav li a span {
		left: 19%;
	}
	
	.service-sub.int #banner a.cta {
		min-width: 250px !important;
	}
	
	.sml.service-sub .left {
		max-width: 43%;
	}
	
	.case-study .left {
		max-width: 43%;
	}

	.sml #content #seo .bgimage {
		background-size: auto 28%;
		background-position: -50px bottom;
	}

	.sml #content #adwords .bgimage {
		background-size: auto 25%;
		background-position: 0 bottom;
	}

	
	.sml #content #websites .bgimage {
		background-size: auto 25%;
		background-position: right bottom;
	}

	.sml #content #websites .web-wrap {
		width: 50%;
	}
	
	.sml #content #websites ul.bullets {
		margin: 0 0 10px;
	}
	
	.sml #content #websites .tabs {
		margin: 0;
	}




}
/* #Mobile (Landscape & Portrait) */
@media only screen and (max-width: 767px) {
	
	
	.hide-mobile-lndprt {
		display: none !important;
	}
		
	header .inner { min-width: 100%; width: 100%; }
	
	.inner { height: auto; }
	
	.container section { width: 100%; }

	
	header {
		display: block;
		height: 112px;
		width: 100%;
		position: fixed;
		top: 0;
		background-color: rgba(0,0,0,0.65);
		z-index: 102;
		border-bottom: 3px solid #231f20;
	}
	
	header a.logo {
		top: 15px !important;
		left: 0;
	}
	
	header .logo {
		display: block;
		position: absolute;
		width: 154px;
		height: 83px;
		z-index: 101;
		text-indent: -9999px;
		left: 0;
	}

	header a#logo img {
		width: 100%;
		height: auto;
	}
	
	header .bgimage {
		z-index: 1;
		width: 100%;
		height: 100%;
		bottom: 0;
		position: absolute;
		background-size: cover;
	}

	header .phone-menu {
		position: absolute;
		right: 30px;
		top: 0;
		display: block;
		width: 54px;
		height: 96px;
		border-radius: 0px 0px 7px 7px;
		-webkit-border-radius: 0px 0px 7px 7px;
		color: #fff;
		text-decoration: none;
		font-size: 100px;
		color: #231f20;
		padding: 0 0 0 0;
		z-index: 1000;
		background-color: #f1ea0c;
	}
	
		a.tel {
			display: block;
			height: 45px;
			width: 54px;
			background: url(../img/phone-link.png) 0px 0px no-repeat;
			text-indent: -9999px;
		}
	
		a.menu-trigger {
			display: block;
			height: 26px;
			width: 34px;
			margin-left: 10px;
			margin-top: 12px;
		}
		
		a.menu-trigger span {
			display: block;
			height: 26px;
			width: 34px;
			background: url(../img/menu-trigger.png) 0px 0px no-repeat;
			background-size: 100%;
			text-indent: -9999px;
		}
	
		header a.menu-trigger:hover,
		header a.menu-trigger.active {
			background-color: #f1ea0c;
			color: #fff;
		}
		
		header a.menu-trigger.active {
			margin-top: 18px;
		}	
	
	header a.menu-trigger.active span {
		display: block;
		height: 26px;
		width: 34px;
		background: url(../img/menu-trigger.png) 6px -15px no-repeat;
		background-size: 60%;
	}
	
		header a.menu-trigger span img {
			width: 100%;
			height: auto;
		}
		
	header h1 strong {
		color: #f1ea0c;
	}
	
	.int #content {
		padding: 0 0 10px !important;
	}
	
	#content article {
		float: none;
		position: relative;
	}

	
	ul.bullets { float: none !important; margin: 0 0 20px !important; }
	
	ul#breadcrumbs { float: none !important; margin: 0 auto 20px !important; }
	
	
	
	#content .tabs {
		top: auto !important;
		bottom: auto !important;
		margin: 20px 0 0;
		display: none;
	}
	
	#content section h1 {
		font-size: 60px !important;
	}
	
	#content article p {
		font-size: 13px;
		margin: 0 0 40px;
	}
	
	#banner {
		/*min-height: 550px;*/
		height: auto;
		position: relative;
	}
	
	#banner #intro-slide {
		position: relative;
		display: block;
		z-index: 101;
		padding: 30px 0 30px 0;
		top: 0;
		background-image:none;
		background-color: #231f20;
	}
	
		
	h1#statement {
		padding: 120px 0 8px;
		background-color: #292627;
		color: #fff;
		margin: 0;
		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	
	h1#statement strong {
		color: #f1ea0c;
	}
	
	
	
	#banner #intro-slide .text {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#banner #intro-slide span {
		text-transform: none;
		color: #f1ea0c;
		display: block;
		font-size: 60px;
		font-weight: 800;
		margin: 0 0 20px;
		color: #f1ea0c;
	}
	
	#banner #intro-slide .text p {
		font-size: 14px;
		margin: 0;
		line-height: 28px;
	}
	
	#content #seo {
		min-height: 0;
	}
	
	#content #seo .inner {
		padding: 30px 0;
	}
		
	#content #seo h1 {
		position: relative;
		text-transform: none;
		color: #f1ea0c;
		font-weight: 800;
		line-height: 1em;
		margin: 0 0 20px;
		color: #f1ea0c;
		margin: 0 auto 20px;

	}
	
	#content #seo .tabs {
		margin: 20px 0 40px;
	}
	
	#content .tabs,
	#content .tabs a {
		width: 100% !important;
	}
	
	#content #adwords {
		padding-bottom: 30px;
		min-height: 0;
	}
	
	#content #adwords h1 {
		text-align: left;
		color: #f1ea0c;
		font-weight: 800;
		line-height: 50px;
		margin: 0 auto;
		padding: 30px 0;
		text-transform: uppercase;
		color: #ddd;
		position: relative;
		top: auto;
		right: auto;
	}
	
	#content #remarketing {
		padding-bottom: 30px;
		min-height: 0;
	}
	
	#content #remarketing h1 {
		text-align: left;
		color: #f1ea0c;
		font-weight: 800;
		line-height: 50px;
		margin: 0 auto;
		padding: 30px 0;
		text-transform: uppercase;
		color: #ddd;
		position: relative;
		top: auto;
		right: auto;
		font-size:40px !important;
	}
	
	
	#content #websites .web-wrap {
		margin: 0px;
		display: block;
		width: auto;
		float: left;
		max-width: none;
		width: 100%;
	}
	
	#content #websites {
		min-height: 0;
		padding: 30px 0;
	}
	
	#content #websites article {
		float: none;
	}
	
	#content #websites h1 {
		color: #f1ea0c;
		font-weight: 800;
		line-height: 40px;
		margin: 0 0 30px;
		text-transform: uppercase;
		color: #f1ea0c;
		position: relative;
		top: auto;
		left: auto;
	}
	
	#content #websites .tabs {
		margin: 0;
	}
	
	.services #content article {
		margin: 0 auto 40px !important;
		background-position: top center !important;
		background-size: auto 200px !important;
		width: 100%;
	}
	
	.services .wrapper article .shadow {
		display: none;
	}
	
	.services #content article p {
		margin: 0 0 10px;
		padding: 0;
	}
	
	.services article a.cta {
		width: 60%;
	}
	
	.services #content article {
		min-height: 0;
		padding-top: 210px;
	}

	.services #intro article {
		padding-top: 0;
	}
	
	
	
	.services #content article .text,
	.services #content article:nth-child(even) .text {
		margin: 0;
		text-align: center;
		padding: 0;
		min-height: 0;
		max-width: none;
	}

	.services #content article .text h2 {
		font-size: 40px;
	}
	
	.services article a.cta {
		width: auto;
		text-align: left;
		margin: 30px 0 0;
	}
	
	.services #content article.last {
		margin-bottom: 40px;
	}

	
	.int .left,
	.int .right {
		width: 100%;
	}
	
	
	
	
	.partners {
		padding: 0 0 40px;
	}
	
	.partners .wrapper {
		width: 100%;
	}
	
	.partners .bgimage {
		display: none;
	}
	
	.partners #intro p {
		margin: 0 0 10px;
	}

	#partners {
		width: 100%;
	}

	#partners article {
		margin: 0 !important;
	}
	
	#partners article p {
		font-size: 14px;
		margin: 0 0 20px;
	}
	
	.partners a.cta {
		position: relative;
		width: 300px;
		background-image: none;
	}


	.work .work-items {
		width: 100%;
		margin-left: 0;
	}


	.work .wrapper article {
		position: relative;
		margin: 0 0 20px !important;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	.work .wrapper article a.shadow::before {
		position: relative;
	}

	.work .wrapper  article a.shadow {
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}

	.work .wrapper  article img {
		float: none;
		position: relative;
		margin: 0 auto;
	}
	
	.work .wrapper  article a.details {
		width: 225px;
		right: 25px;
		bottom: 10px;
	}
	
	.work #filter {
		margin: 0 0 30px;
	}
	
	.work #filter div {
		width: 100%;
		height: auto;
	}
	
	.work #filter a {
		display: block;
		width: 90%;
		padding: 10px;
		background-image: none;
		text-align: center;
	}
		
	.work #filter a.left {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		float: none;
		margin: 0 0 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	.work #filter a.middle {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		float: none;
		margin: 0 0 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	.work #filter a.right {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		float: none;
		margin: 0 0 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	.work .wrapper article img {
		width: 250px;
	}

	

	
	.case-study article.intro {
		width: 100%;
		margin: 0 0 30px !important;
	}
	
	.case-study table {
		width: 100%;
	}
	
	.case-study table tbody th.pos {
		width: 65px;
	}
	
	.case-study table tbody td.for {
		background-color: #fff;
		width: 40px;
	}
	
	#more-cs {
		padding: 15px;
		border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
	#more-cs li img {
		display: none;
	}
	
	#more-cs li span.text {
		width: 180px;
		font-size: 13px;
	}
	
	#adwords-logo {
		width: 100%;
	}
	
	#adwords-logo p {
		width: 70%;
	}
	
	#adwords-logo a {
		font-size: 12px;
	}
	
	.case-study a.cta {
		width: 100%;
		min-width: 0;
		margin: 40px 0;
		text-align: center;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		background-image: none;
	}
	
	
	

	
	.service-sub a.cta {
		width: 100%;
		min-width: 0;
		margin: 40px 0;
		text-align: center;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		background-image: none;
	}
	
	.service-sub .bullet-wrap {
		background-image: none;
		height: auto;
		width: 100%;
		min-height:0;
	}
	
	
	
	.blog #filter-search {
		width: 100%;
		margin: 0;
	}
	
	#filter-search form#search-form {
		width: 100%;
		margin: 0 0 20px;
	}
	
	#filter-search form input {
		width: 95%;
	}
	
	#filter-search form button {
		right: 10px;
	}
	
	.blog #filter-search .blog-filter {
		width: 96%;
		margin: 0 0 10px;
	}
	
	.blog #content article {
		margin: 0 auto 20px !important;
	}
	
	
	.blog #content article .img-wrap {
		width: 100%;
		height: auto;
	}
	
	.blog article .img-wrap .shadow {
		width: 100%;
		height: auto;
	}
	
	.blog #content article .shadow::before {
		display: none;
	}
	
	.pagination {
		width: 100%;
	}
	
	.pagination ul {
		display: none;
	}
	
	
	
	
	
	.about #content {
		padding: 0;
	}
	
	.about .wrapper {
		width: 100%;		
	}
	
	.about h2 {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.about .bgimage {
		display: none;
	}
	
	
	.about #secondary .wrapper {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	.cols_2_left,
	.cols_2_right {
		width: 100%;
		float: none;
	}
	
	.about #content .cols_2_right {
		margin-top: 0;
	}
	
	.cols_2_right img {
		width: 100%;
		height: auto;
	}
	
	
	#streetview {
		padding-bottom: 30px;
	}
	
	#streetview h3 {
		font-size: 25px;
	}
	
	#streetview .streetview-container {
		width: 80%;
	}
	
	#streetview .streetview-container iframe {
		width: 100%;
		height: 300px;
	}
	
	#news-snippets .rnd-left {
		width: 40%;
	}
	
	#news-snippets .news-dude {
		width: 250px;
		height: 207px;
		background-size: 100%;
	}
	
	#process p {
		width: 100%;
	}
	
	#process ul {
		width: 185px;
	}
	
	#process li {
		margin: 0 0 20px;
		height: auto;
	}
	
	#process li.arrow {
		display: none;
	}
		
	.about #secondary {
		padding: 30px 0;
	}
	
	.about a.cta {
		width: 100%;
		min-width: 0;
		margin: 40px 0;
		padding: 13px 0;
		text-align: center;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		background-image: none;
	}
	
	.about .wrapper p {
		padding-right: 0;
	}
	
		
	
	.contact article {
		margin: 0 !important;
		width: 100%;
	}
	
	.contact dl {
		margin: 0 0 20px;
	}
	
	.contact dt {
		text-align: center;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.contact dt img {
		display: none;
	}
	
	.contact dd {
		text-align: center;
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}
	
	.contact p.key,
	.work-for-us p.key {
		position: relative;
		display: block;
		float: none;
		text-align: left;
		margin: 0 0 0 28px;
	}
	
	.contactForm,
	#applyForm {
		border-radius: 7px;
		-webkit-border-radius: 7px;
		width: 100% !important;
	}
	
	#applyForm {
		margin: 0 0 20px;
	}
	
	.contactForm .field,
	#applyForm .field {
		padding: 10px;
	}
	
	.contactForm button,
	#applyForm button {
		border-radius: 7px;
		-webkit-border-radius: 7px;
		text-align: center;
		width: 100%;
		padding: 20px 0;
		background-image: none;
		/* #todo - check with karen, part of suggested change from float right to float left+marginleft for stretch js */
		margin-left: 0;
	}
	
	.contactForm button:hover,
	#applyForm button:hover {
		background-image: none;
	}
	
	
	footer {
		background: url(../img/black-bg.png) 0px 0px repeat;
	}
	
	footer #footer-logos > div {
		width: 100%;
		margin: 0 0 20px;
	}
	
	footer #f-main {
		width: 85% !important;
		padding: 0 20px;
		
	}
	footer #f-main .copyright-terms {
		float: left;
	}
	
	
	footer #f-main p.copy {
		padding: 25px 0 0px 10px;
		border-bottom: 0;
		margin: 0;
		font-size: 13px;
	}
	
	footer #f-main p.terms {
		padding: 0px 0px 25px 10px;
		font-size: 10px;
		margin: 0;
	}
	
	#footer-tab {
		background-color: #f1e82b;
		width: 68%;
		display: block;
		border-radius: 0px 7px 7px 0px;
		-webkit-border-radius: 0px 7px 7px 0px;
		padding: 20px 40px 20px 20px;
		position: fixed;	
		bottom: 20px;
		left: 0;
		z-index: 9999;
	}
	
	#footer-tab p {
		text-transform: uppercase;
		margin: 0;
		font-weight: 800;
		font-size: 16px;
		padding: 0 0 0 30px;
		background: url(../img/freecall-icon.png) left center no-repeat;
	}
	
	#footer-tab p strong {
		color: #908a14;
	}
	
	#footer-tab a {
		text-decoration: none;
	}
	
	.sml #f-main p.terms a {
		display: inline;
	}
	
	.sml #f-main .pipe {
		display: inline;
	}
	
	.streetview iframe {
		width: 100% !important;
	}
	
	.contact .left .streetview:after {
		width: 100%;
		background-size: 100% auto;
	}
}


/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.mobile-prt {
		display: none;
	}
	
	.mobile-lnd,
	.mobile-lndprt {
		display: block !important;
	}
		
	.hide-mobile,
	.hide-mobile-lnd {
		display: none !important;
	}
	
	.container section article,
	.container section .inner  { max-width: 420px !important; width: 420px; margin: 0 auto !important; }
	
	#team article {
		margin: 13px 8px 0px 8px !important;
	}
	
	ul.bullets { max-width: 420px !important; width: 420px; }
	ul#breadcrumbs { max-width: 420px !important; width: 420px; }
	
	#content #seo h1,
	#content #adwords h1,
	#content #websites h1  {
		width: 425px;
	}
	
	.work .wrapper article {
		margin: 0 auto 20px !important;
	}

	.work .wrapper article a.details {
		right: 0;
	}

	.contactForm .field input[type=text],
	.contactForm .field textarea,
	#applyForm .field input[type=text],
	#applyForm .field textarea {
		width: 95%;
	}
	
	
	
}


/*  #Mobile (Portrait) */
@media only screen and (max-width: 480px) {
	
	.mobile-prt,
	.mobile-lndprt {
		display: block !important;		
	}
	
	.hide-mobile,
	.hide-mobile-prt {
		display: none !important;
	}
	
	.container section article,
	.container section .inner { min-width: 300px; max-width: 300px !important; width: 300px; margin: 0 auto !important; }
	
	ul.bullets { max-width: 300px !important; width: 300px; }
	ul#breadcrumbs { max-width: 300px !important; width: 300px; }

	#content #seo h1,
	#content #adwords h1,
	#content #websites h1,
	#content #remarketing h1 {
		width: 300px;
	}
		
	
	#services article .smlimage {
		height: 172px;
	}
	
		
	.container section#team article {
		width: 226px !important;
		max-width: 226px !important;
		min-width: 0 !important;
		margin:inherit !important;
		margin: 13px 8px 0px 8px !important;
	}

	#news-snippets {
		padding-bottom: 192px;
	}
	
	#news-snippets .snippet-wrap article {
		padding-left: 0;
	}
	
	#news-snippets .snippet-wrap article h4 {
		padding-right: 0;
		font-size: 20px;
		line-height: 24px;
	}
	
	#news-snippets .snippet-wrap article a.read-more {
		position: relative;
		right: auto;
		top: auto;
	}

	#news-snippets .rnd-left {
		width: 65%;
		bottom: 100px;
	}
	
	#news-snippets .news-dude {
		width: 250px;
		height: 207px;
		background-size: 100%;
	}

}

/* mobile lnd & prt */


@media only screen and (max-width: 767px) {

	}

/*   custom screen widths  */
@media only screen and (max-width: 1200px) {

	
}


@media only screen and (max-width: 1120px) {
	
}

@media only screen and (max-height: 740px) {
	
	#banner .banner-nav {
		top: 70%;
	}
	
}

