/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
*{
	outline: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: Arial, Helevtica, Verdana, san-serif; color: #222; }

body { 
		font-size: 1.125em; line-height: 1.6em; 
		color: #fff;	
		background: #0b0a0a url(../img/background_grey.jpg) 0 0 fixed;
		min-width: 1024px;
		margin: 0;
		padding: 0;	
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #339fd6; color: #fff; text-shadow: none; }
::selection { background: #339fd6; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #4b99c7;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out; /* Firefox 4 */
	-webkit-transition: color .5s ease-in-out; /* Safari and Chrome */
	-o-transition: color .5s ease-in-out; /* Opera */
}
a:hover { color: #fff; }


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

p {
	line-height: 1.6em;
	margin: 0 0 15px 0;
	}
p a { text-decoration: none; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4
{
	/* font-weight: 900; */
	text-transform: uppercase;	
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
}
h2 { font-size: 2em; color: #fff; line-height: 1em; }
h3 { font-size: 1.25em; color: #fff; line-height: 1.25em; margin-bottom: 1em;}
h4 { font-size: .725em; margin: -20px 0 10px 0; line-height: 1.25em;}
h1 span, h2 span, h3 span 
{
	color: #6699e1;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {  padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== Primary styles =====================================================
   Author: Candorem LLC
   ========================================================================== */

	.red { color: #d84420; }
	.green { color: #7f8c1f; }
	.blue { color: #5397c1; }
	.orange { color: #ffad29; }
	.purple { color: #734b8d; }
	
	.clear, .drop { clear: both; }
	.hidden { display: none; }
 	
	header { background: none; width: 100%; height: 110px; position: fixed; top: 0; z-index: 999; -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
	header.sticky { background: rgba(25, 25, 25, .95); box-shadow: 0 5px 5px rgba(0, 0, 0, .15); -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
	.ie7 header.sticky, .ie8 header.sticky { background: #111; height: 120px; }

	header .boom { width: 100%; height: 70px; background: none; -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
	header.sticky .boom { background: rgba(0, 0, 0, .5); -webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out; }

	header .logo, 
	.ie7 header.sticky .logo, 
	.ie8 header.sticky .logo { 
		display: block;
		top: 15px; left: 0;
		position: absolute;
		-webkit-transform: none;
		-moz-transform:none; 
		-ms-transform:none;
		-o-transform:none;
		transform:none; 
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		-webkit-transform-style:preserve-3d;
	}
	header.sticky .logo { 
		top: 5px; left: -45px;
		-webkit-transform:scale(.75);
		-moz-transform:scale(.75);
		-ms-transform:scale(.75);
		-o-transform:scale(.75);
		transform:scale(.75); 
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
	} 

	header .cta { position:absolute; top: -100px; right: 0; padding-right: 0; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; transition:all .5s ease-in-out;}
	header.sticky .cta,
	.ie7 header .cta, 
	.ie8 header .cta 
	 { top: 15px; -webkit-transition:all 1.0s ease-in-out; -moz-transition:all 1.0s ease-in-out; transition:all 1.0s ease-in-out;}

	header .cta span { display: block; font-size: .75em; color: #999; line-height: 1.25em;}
	.ie8 header .cta span { font-size: .825em; }
	header .cta a { color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; font-size: 1.5em; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
	header .cta a:hover { color: #5397c1; }
	
	header ul#nav { position: absolute; top: 10px; width: 900px; margin: 0; padding: 0; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}
	header.sticky ul#nav { top: 5px; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; transition:all .2s ease-in-out; }	
	.ie8 header.sticky ul#nav { top: 10px; }
	header ul#nav li { list-style: none; float: left; display: block; height: 1em; padding: 0 60px 0 0; margin: 0; width: auto; text-align: left;}
	header ul#nav li.last { width: 70px; text-align: right;}
	header ul#nav li a { color: #999; text-decoration: none;} 
	header ul#nav li a:hover, header ul#nav li.active a { color: #52a3d6;}
	
	header ul#nav li.process a:hover { color: #52a3d6;}
	header ul#nav li.testimonials a:hover { color: #ffad29;}
	header ul#nav li.projects a:hover { color: #7f8c1f;}
	header ul#nav li.contact a:hover { color: #52a3d6;}

	.wrap { width: 100%; margin-top: 140px; }
	.ie7 .wrap { position: relative; top: 140px; }
	.container {  width: 900px; margin: 0 auto; padding-left: 0; position: relative;}
	.ie8 .container.iefix { top: 200px; }

	#intro { width: 335px; float: left; }
	#process { background: #f2f2f2; width: 100%; padding: 30px 0; margin: 10px 0;}
	#together { width: 245px; float: right; }
	#actions { text-align: center; }
	.ie7 #actions, .ie8 #actions { display: none; }
	
	
	/* fancy circles */
	.circle {
		float: left;
		position: relative;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	}
	.circle.small {
		width: 115px;
		height: 115px;
		border-radius: 115px;
		-moz-border-radius: 115px;
		-webkit-border-radius: 115px;		
		margin: 10px;
	}
	.circle .label { position: absolute; height: 95px; width: 95px; padding: 10px; display: table; }
	.circle .label p { display: table-cell; vertical-align: middle; text-align: center; font-size: 1em; line-height: 1.25em; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);}
	.circle.red-bg { background: #d84420; }
	.circle.green-bg { background: #7f8c1f;}
	.circle.blue-bg { background: #5397c1;}		
	
	/* in order of appearance - a1 is first arrow, a2 is second, etc, hl1 = first headline */
	.arrows { display: block;}
	.arrows.a1 { margin: 0px 0 30px 50px; }
	p.intro { width: 390px; margin: 0 0 0 0;}
	.arrows.a2 { margin: 20px 0 0 280px; }
	img.hl1 { float: right; margin: -290px 40px 0 0; }
	.arrows.a3 { float: right; margin: 10px 225px 0 0;}
	img.services { margin: 10px 0 0 270px; }
	.arrows.a4 { margin: 5px 0 0 320px; }
	.arrows.a5 { position: absolute; right: -20px; top: -225px; }
	.ie7 .arrows.a5, .ie8 .arrows.a5 { top: -40px; }
	#testimonials { width: 400px; margin: 190px 0 30px 260px; }
	.ie8 #testimonials { position: relative; top: 190px; bottom: 30px;}
	.arrows.a6 {margin: 0 0 10px 50px;}
	#clients { width: 300px; float: left; height: 174px; margin: -30px 120px 0 30px;}
	.ie7 #clients { margin-top: 0; }
	.arrows.a7 {margin: 0 auto 10px;}
	#work { width: 300px; float: right; height: 174px; margin: -20px 70px 0 0;}
	.ie7 #work { float: none; width: 100%; margin: 50px 0 0 30px; height: 80px;}
	.arrows.a8 { margin: 0 auto 10px; }
	#ready { width: 400px; margin: 0 0 40px 270px; }
	#options { width: 645px; margin: 0 auto 340px; } /* yes, no buttons */
		#yes, #no { position: relative; height: 176px; width: 176px; display: inline-block;}
		#yes img, #no img {
			position: absolute; 
			left: 0;
			-webkit-transition: opacity .35s ease-in-out;
			-moz-transition: opacity .35s ease-in-out;
			-o-transition: opacity .35s ease-in-out;
			transition: opacity .35s ease-in-out;	
		}
		img.off:hover { 
			opacity: 0; 
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-moz-opacity: 0.0;
			cursor: pointer;
		}
	.arrows.a9 { margin: -180px 20px 80px; display: inline;}
	.ie7 .arrows.a9 { margin: -180px 20px 0 200px; }
	.ie7 #no { position: absolute; top: 380px; }
	
	
	/* projects */
	#projects li { position: relative; height: 174px; width: 173px; display: inline-block;}
	#projects li img.on  {
		position: absolute; 
		left: 0;
		opacity: 0; 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0.0;		
		-webkit-transition: opacity .35s ease-in-out;
		-moz-transition: opacity .35s ease-in-out;
		-o-transition: opacity .35s ease-in-out;
		transition: opacity .35s ease-in-out;	
	}
	#projects li img.on:hover { 
		opacity: 0.90; 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.90;
		cursor: pointer;
	}
	
	/* 4 equal columns */
	.col1_4 { width: 20%; padding: 0 2% 0 3%; float: left;}
	.col2_4 { width: 50%; padding: 0 5%; float: left;}
	.col2_4.push { margin: 0 25%; padding: 0 0 0 3%; }
/*	.col1_4 h3 { font-size: 1.25em; color: #fff; line-height: 1.25em; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); margin-bottom: 10px;}
	.col1_4 h3 { background: transparent url(../img/headline_process.png) 0 0 no-repeat; text-indent: -9999px; width: 200px; overflow: hidden;}
	.col1_4 h3.discover { background-position: 0 0; }
	.col1_4 h3.design { background-position: -230px 0;}
	.col1_4 h3.implement { background-position: -465px 0; width: 205px;}
	.col1_4 h3.followup { background-position: -705px 0; width: 200px;}*/
	
	/* 2 equal columns */
	.col1_2 { width: 45%; padding: 0 2.5%; float: left; }
	.ie7 .col1_2 { width: 44%; }
	.col1_2 span { background: transparent url(../img/testimonial_photos.png) 0 0 no-repeat; width: 138px; height: 138px; overflow: hidden; float: left; margin: 20px 30px 20px 0; }
	.col1_2 span.mark { background-position: 0 0; }
	.col1_2 span.jeff { background-position: -139px 0; }
	.col1_2 span.olivier { background-position: -278px 0; }
	.col1_2 h3 span { background: none; width: auto; height: auto; overflow: auto; float: none; margin: 0; }
	
	/* list elements, circles */
	ul {margin: 0; padding: 0; list-style: none;  }
	li { margin: 0 25px 25px; padding: 0; height: 174px; width: 174px; float: left; display: inline-block; text-align: center;  }
	/*li.collab { margin-left: 130px;}*/
	
	footer { width: 100%; background: #171717; padding: 30px 0 0 0; }
	footer p { color: #b1a8a8; font-size: 16px; }
	footer a:hover { color: #fff; }
	footer .col1_2 { width: 45%; padding: 0; float: left; margin-right: 10%;}
	footer .col1_2.last { margin-right: 0; }
	footer .col1_2 span { background: url(../img/footer_photos.jpg) 0 0 no-repeat; width: 173px; height: 173px; overflow: hidden; float: left; margin: 0 30px 20px 0; }
	footer .col1_2 span.location { background-position: 0 0; }
	footer .col1_2 span.jg { background-position: -173px 0; }
	
	footer ul#nav { margin: 0; padding: 0; font-size: 14px; border-top: 1px solid #282828; padding: 30px 0; margin: 30px 0;}
	footer ul#nav li { list-style: none; float: left; display: block; height: 32px; padding: 0 30px 0 0; margin: 0; width: auto; text-align: left;}
	footer ul#nav li a { color: #b1a8a8; text-decoration: none; }
	footer ul#nav li a:hover { color: #5397c1; }
	
	footer #copyright { width: 100%; background: #5397c1; padding: 30px 0; font-size: 12px;}
	footer #copyright ul.products { margin: 0; padding: 0; font-size: 12px; display: inline;}
	footer #copyright ul.products li { list-style: none; float: right; display: block; height: 32px; padding: 0 0 0 30px; margin: 0; width: auto; text-align: left;}
	footer #copyright ul.products li a { color: #fff; text-decoration: none; }

	/* prettyPhoto overwrites */
	.pp_content_container p { color: #000; font-family: Arial, Helvetica, sans-serif !important; font-weight: normal !important; font-size: 12px !important; }
	.pp_social .facebook { width: 100px !important; }
	.pp_gallery { display: none !important; }

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 174px;
	height: 173px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	width: 135px;
	height: 134px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	/*background: #f9f9f9 url(../img/project_bg.jpg);*/
	box-shadow: 
		0 0 0 10px rgba(255,255,255,0.2), 
		inset 0 0 0px rgba(115,114, 23, 0.8);

}

.ch-info{
	position: absolute;
	width: 135px;
	height: 134px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}

.ch-img-1 { background-image: url(../img/project_satmodo.png); }
.ch-img-2 { background-image: url(../img/project_amfambap.png); }
.ch-img-3 { background-image: url(../img/project_amfamcareerblog.png); }
.ch-img-4 { background-image: url(../img/project_amfamdv.png); }
.ch-img-5 { background-image: url(../img/project_ecohub.png); }
.ch-img-6 { background-image: url(../img/project_cupcakesagogo.png); }
.ch-img-7 { background-image: url(../img/project_pangeo.png); }
.ch-img-8 { background-image: url(../img/project_ratingsadmin.png); }
.ch-img-9 { background-image: url(../img/project_wildwood.png); }

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 26px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
/* Large desktop */
@media (min-width: 1200px) { ... }
 
/* Facebooks */
@media (min-width: 800px) and ( max-width: 800px){
	body { font-size: 1em; }
	.container { width: 740px; margin: 0 30px; }	
	header ul#nav { width: 740px; }
	
	p.intro { width: 290px; }
	img.arrows.a2 { display: none; }
	img.hl1 { margin: -260px 0 0 0; }
	img.arrows.a3 { margin-right: 185px; }
	img.arrows.a4 { margin: 0 0 0 200px; }
	img.arrows.a5 { right: 50px; }
	#testimonials { margin-left: 70px;}
	#work { width: 380px; margin: 0 0 0 180px; float: none;}
	li.drop { clear: none; }
	img.arrows.a8 { margin: 0 auto; }
	#ready { margin: 0 0 40px 200px; }
	#options { margin: 0 0 80px 0; }
	
	.col1_2, footer .col1_2 { width: 80%; padding: 0 10%; }
	.col1_4 { width: 45%; }
	.col2_4.push { margin: 0 15%; }
	.col2_4 { width: 60%; }	

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { ... }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { ... }
 
/* Landscape phones and down */
@media (max-width: 480px) { ... }