* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
blockquote,
q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
	-ms-interpolation-mode: bicubic;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.silent {
	display: none;
}

a {
	text-decoration: none;
}

.noMargin {		margin: 0 !important;}
.noPadding {	padding: 0 !important;}
.noBorder {		border: none !important;}





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


html,
body {
	position: relative;
	height: 100%;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "proxima-nova", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	/*font-size: 62.5%;*/ /* gives us a base of 10px reset */
	border-top: 4px solid #009dff;
}



div.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	/*max-width: 990px;*/
	min-width: 280px;
}
html.lt-ie div.wrapper {	max-width: 990px; width: 990px; min-width: 990px;}



header {
	position: relative;
	padding-bottom: 8px;
}

header div.logo {
	display: block;
	float: left;
	width: 25%;
}

header h1 {
	display: block;
	padding-top: 23px;
	padding-left: 15px;
}

header h1 a {
	display: block;
	margin: 0 auto;
	max-width: 180px;
}
header h1 a img {
	width: 100%;
}



section.work,
section.contact {
	padding-top: 78px;
}

div.workInner,
div.contactInner {
	padding-right: 15px;
	padding-left: 15px;
}


section.work {
	float: left;
	width: 50%;
	display: block;
}
div.workInner {
	
}

header section h2,
header ul li {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
header section h2 {
	font-weight: normal;
	font-weight: 700;
	color: #111;
	padding-bottom: 9px;
	border-bottom: 4px double #555;
	margin-bottom: 9px;
}
section.work ul {
	float: left;
	width: 50%;
}
header ul.sitesRight {			display: block;}

header ul li {
	color: #666;
}
header ul.sitesRight li {		margin-left: 30px;}

header ul li a {
	color: #666;
}
header ul li a:hover {
	color: #009dff;
	text-decoration: underline;
}


section.contact {
	float: left;
	width: 25%;
}
div.contactInner {
	
}





section.hero {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}



.royalSlider {
	width: 100%;
	height: auto;
	padding-bottom: 42px;
}



/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	position: relative;
	direction: ltr;
	/*overflow: hidden;*/
	/*width: 600px;
	height: 400px;*/
}

.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}

.rsOverflow {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* End of Core RS CSS file. 95% of time you shouldn't change anything here. */



.rsArrow,
.rsNav {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
		-moz-transition: opacity 0.3s linear;
			-o-transition: opacity 0.3s linear;
				transition: opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
		-moz-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
			-o-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
				transition:visibility 0s linear 0.3s, opacity 0.3s linear;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
		-moz-transition: 0s;
			-o-transition: 0s;
				transition: 0s;
	display: none;
}






.rsSlide {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body.desker .rsSlide {	background-color: #fff;}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}



.rsContent {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	padding-top: 5%;
}





div.details {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
	padding-top: 5.5%;
}


div.heroAMF div.details,
div.heroHourigan div.details {		text-align: right;}

div.heroVirginia div.details,
div.heroCircleS div.details,
div.heroCudas div.details {		text-align: left;}


/*.rsABlock {		}

.rsAbsoluteEl {		}*/


div.details h1 {
	color: #111;
	font-family: "futura-pt", "proxima-nova", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-weight: 700;
	font-size: 62px;
	line-height: 0.9;
	letter-spacing: -0.02em;
	word-spacing: -0.03em;
	margin: 0 3% 0.2em 3%;
}


/*@media screen and (min-width: 990px) {		div.details h1 {	font-size: 62px;}}*/

@media screen and (min-width: 1006px) {		div.details h1 {	font-size: 63px;}}
@media screen and (min-width: 1022px) {		div.details h1 {	font-size: 64px;}}
@media screen and (min-width: 1038px) {		div.details h1 {	font-size: 65px;}}
@media screen and (min-width: 1054px) {		div.details h1 {	font-size: 66px;}}
@media screen and (min-width: 1070px) {		div.details h1 {	font-size: 67px;}}
@media screen and (min-width: 1086px) {		div.details h1 {	font-size: 68px;}}
@media screen and (min-width: 1102px) {		div.details h1 {	font-size: 69px;}}
@media screen and (min-width: 1118px) {		div.details h1 {	font-size: 70px;}}
@media screen and (min-width: 1133px) {		div.details h1 {	font-size: 71px;}}
@media screen and (min-width: 1149px) {		div.details h1 {	font-size: 72px;}}
@media screen and (min-width: 1165px) {		div.details h1 {	font-size: 73px;}}
@media screen and (min-width: 1181px) {		div.details h1 {	font-size: 74px;}}
@media screen and (min-width: 1197px) {		div.details h1 {	font-size: 75px;}}
@media screen and (min-width: 1213px) {		div.details h1 {	font-size: 76px;}}
@media screen and (min-width: 1229px) {		div.details h1 {	font-size: 77px;}}
@media screen and (min-width: 1245px) {		div.details h1 {	font-size: 78px;}}
@media screen and (min-width: 1261px) {		div.details h1 {	font-size: 79px;}}
@media screen and (min-width: 1277px) {		div.details h1 {	font-size: 80px;}}

@media screen and (max-width: 989px) {		div.details h1 {	font-size: 61px;}}
@media screen and (max-width: 973px) {		div.details h1 {	font-size: 60px;}}
@media screen and (max-width: 957px) {		div.details h1 {	font-size: 59px;}}
@media screen and (max-width: 941px) {		div.details h1 {	font-size: 58px;}}
@media screen and (max-width: 925px) {		div.details h1 {	font-size: 57px;}}
@media screen and (max-width: 909px) {		div.details h1 {	font-size: 56px;}}
@media screen and (max-width: 893px) {		div.details h1 {	font-size: 55px;}}
@media screen and (max-width: 877px) {		div.details h1 {	font-size: 54px;}}
@media screen and (max-width: 861px) {		div.details h1 {	font-size: 53px;}}
@media screen and (max-width: 845px) {		div.details h1 {	font-size: 52px;}}
@media screen and (max-width: 829px) {		div.details h1 {	font-size: 51px;}}
@media screen and (max-width: 813px) {		div.details h1 {	font-size: 50px;}}
@media screen and (max-width: 797px) {		div.details h1 {	font-size: 49px;}}
@media screen and (max-width: 781px) {		div.details h1 {	font-size: 48px;}}
@media screen and (max-width: 765px) {		div.details h1 {	font-size: 47px;}}
@media screen and (max-width: 749px) {		div.details h1 {	font-size: 46px;}}
@media screen and (max-width: 734px) {		div.details h1 {	font-size: 45px;}}
@media screen and (max-width: 718px) {		div.details h1 {	font-size: 44px;}}
@media screen and (max-width: 702px) {		div.details h1 {	font-size: 43px;}}
@media screen and (max-width: 686px) {		div.details h1 {	font-size: 42px;}}
@media screen and (max-width: 670px) {		div.details h1 {	font-size: 41px;}}
@media screen and (max-width: 654px) {		div.details h1 {	font-size: 40px;}}
@media screen and (max-width: 638px) {		div.details h1 {	font-size: 39px;}}

@media screen and (max-width: 622px) {		div.details h1 {	font-size: 38px;}}
@media screen and (max-width: 606px) {		div.details h1 {	font-size: 37px;}}
@media screen and (max-width: 590px) {		div.details h1 {	font-size: 36px;}}
@media screen and (max-width: 574px) {		div.details h1 {	font-size: 35px;}}
@media screen and (max-width: 558px) {		div.details h1 {	font-size: 34px;}}
@media screen and (max-width: 542px) {		div.details h1 {	font-size: 33px;}}
@media screen and (max-width: 526px) {		div.details h1 {	font-size: 32px;}}
@media screen and (max-width: 510px) {		div.details h1 {	font-size: 31px;}}
@media screen and (max-width: 494px) {		div.details h1 {	font-size: 30px;}}

@media screen and (max-width: 479px) {		div.details h1 {	font-size: 28px;}}
@media screen and (max-width: 465px) {		div.details h1 {	font-size: 27px;}}
@media screen and (max-width: 449px) {		div.details h1 {	font-size: 26px;}}
@media screen and (max-width: 433px) {		div.details h1 {	font-size: 25px;}}
@media screen and (max-width: 416px) {		div.details h1 {	font-size: 24px;}}
@media screen and (max-width: 399px) {		div.details h1 {	font-size: 23px;}}
@media screen and (max-width: 383px) {		div.details h1 {	font-size: 22px;}}
@media screen and (max-width: 366px) {		div.details h1 {	font-size: 21px;}}
@media screen and (max-width: 349px) {		div.details h1 {	font-size: 20px;}}
@media screen and (max-width: 333px) {		div.details h1 {	font-size: 19px;}}
@media screen and (max-width: 316px) {		div.details h1 {	font-size: 18px;}}
@media screen and (max-width: 299px) {		div.details h1 {	font-size: 17px;}}
@media screen and (max-width: 283px) {		div.details h1 {	font-size: 16px;}}


span.tight { 	letter-spacing: -0.05em;}
span.tighter { 	letter-spacing: -0.10em;}
span.looser { 	letter-spacing: 0.05em;}
span.breaker { 	display: block; margin-right: 0.3em;}

div.heroVirginia h1 {		padding-top: 0.35em;}
div.heroAMF h1 { 			padding-top: 0.1em; margin-right: 1.5%;}
div.heroCircleS h1 {		padding-top: 0.9em;}
div.heroHourigan h1 {		padding-top: 0.0em; margin-right: 1.5%;}
div.heroCudas h1 {			padding-top: 0.0em;}



div.details p,
div.details ul {
	font-size: 15px;
	line-height: 1.333333;
	letter-spacing: 0.02em;
	color: #444;
	margin-right: 3%;
	margin-left: 3%;
}

div.details p {
	margin-bottom: 0.2em;
}


div.heroVirginia p {	margin-right: 55%;}
div.heroAMF p {			margin-left: 54%;}
div.heroCircleS p {		margin-right: 57%;}
div.heroHourigan p {	margin-left: 59%;}
div.heroCudas p {		margin-right: 53%;}


div.details ul {
	margin-bottom: 0.6em;
}


/*div.heroVirginia ul {	margin-bottom: 0.6em;}
div.heroAMF ul {		margin-bottom: 0.6em;}
div.heroCircleS ul {	margin-bottom: 0.6em;}
div.heroHourigan ul {	margin-bottom: 0.6em;}
div.heroCudas ul {		margin-bottom: 0.6em;}*/


div.details li.liner {
	border-left: 1px solid #000;
	padding-left: 8px;
}
div.details li a {
	color: #009dff;
	font-weight: 700;
}
div.details li a:hover {
	text-decoration: underline;
}


div.details a.logoSlide {
	display: block;
	margin: 0 3%;
	/*background: red;*/
}

div.heroVirginia div.details a.logoSlide {	width: 8.5%;}
div.heroAMF div.details a.logoSlide {		width: 13%; float: right;}
div.heroCircleS div.details a.logoSlide {	width: 18%;}
div.heroHourigan div.details a.logoSlide {	width: 10.5%; float: right;}
div.heroCudas div.details a.logoSlide {		width: 8%;}

div.details a.logoSlide img {
	font-size: 0 !important;
	width: 100%;
}



div.topper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
div.topper img {
	width: 100%;
	height: auto;
}

span.striperWrapper {
	display: none;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 27%;
	width: 100%;
}
body.desker span.striperWrapper {	display: block;}

span.striperInner {
	display: block;
	height: 4px;
	margin: 0 15px;
	background-color: #111;
	overflow: hidden;
}




div.masker {
	overflow: hidden;
}

img.fuller {
	width: 100%;
	height: auto;
	margin-top: -5% !important;
}



/* *** BEGIN RoyalSlider Controls *** */

.rsNav {
	-moz-user-select: -moz-none;
		-webkit-user-select: none;
			user-select: none;
}
.rsBullets {
	position: absolute;
	z-index: 35;
	bottom: 0;
	left: 50%;
	margin-left: -65px;
	height: 30px;
	text-align: center;
	overflow: hidden;
}


.rsNavItem {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsBullet {
	width: 26px;
	height: 22px;
	padding-top: 8px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
}
.rsBullet.rsNavSelected {
	cursor: default;
}

.rsBullet span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	border-radius: 50%;
	background: #bbb;
}

.rsBullet:hover span {			background: #00a1ff;}
.rsBullet:active span {			background: #111;}
.rsBullet.rsNavSelected span {	background: #555;}

.rsNavItem span {
	
}



div.rsArrow {	
	z-index: 21;
	display: block;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-family: "futura-pt", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 0.4;
	color: #333;
}

div.rsArrowLeft { left: 50%; margin-left: -104px;}
div.rsArrowRight { right: 50%; margin-right: -104px;}

div.rsArrow:hover {		color: #00a1ff;}
div.rsArrow:active {	color: #777;}

div.rsArrowDisabled {
	opacity: 0.3 !important;
	filter: alpha(opacity=30);
	*display: none;
}


.rsPreloader {
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;	
	background-image: url(/images/loading-new.gif);
	background-repeat: no-repeat;
}


/* *** END RoyalSlider Controls *** */





span.sliverTop,
span.sliverBottom {
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	width: 100%;
}

span.sliverTop {		top: 4%;}
span.sliverBottom {		bottom: 38px;}

span.sliverTop span,
span.sliverBottom span {
	display: block;
	height: 4px;
	margin: 0 15px;
	background-color: #111;
	overflow: hidden;
}






section.news,
section.tweets,
section.clients {
	width: 33.333333333333333%;
	/*min-height: 20px;*/
}

div.newsInner,
div.tweetsInner,
div.clientsInner {
	padding: 0 15px;
}

section.news {
	float: left;
}
section.tweets {
	float: right;
}

section.clients {
	float: left;
}



section.news h2,
section.tweets h2,
section.clients h2 {
	color: #111;
	font-family: "futura-pt-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-weight: 700;
	font-size: 58px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0 6px 0;
	border-bottom: 4px double #555;
	margin-bottom: 24px;
}








section.news h2 {
	margin-bottom: 20px !important;
}
section.news h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	color: #444;
	letter-spacing: 6px;
	margin-bottom: 8px;
}
section.news h3 span {	
	display: block;
	font: normal 20px/40px "acta-poster", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-indent: 0.1em;
	color: #fff;
	background-color: #000;
	width: 2em;
	margin: 0 auto 5px auto;
	-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
			border-radius: 1em;
}

section.news p,
section.tweets p,
footer {
	font-size: 14px;
	line-height: 1.4;
}

section.news p {
	padding-bottom: 18px;
	border-bottom: 3px dotted #bbb;
	margin-bottom: 20px;
	text-align: center;
}
section.news p.last {
	border-bottom: none;
	margin-bottom: 10px;
}

section.news p a {
	color: #009dff;
	font-weight: 600;
}
section.news p a:hover {
	text-decoration: underline;
}








div#twitter-feed {
	position: relative;
	padding-top: 8px;
}

div#twitter-feed a {
	text-decoration: none;
	white-space: nowrap;
}
div#twitter-feed a:hover {
	text-decoration: underline;
}

div#loading-container {
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
}


div.twitter-article {
	margin-bottom: 20px;
}


p.twitter-text {
	background-color: #eeebea;
	padding: 14px 20px 16px 20px;
}
p.twitter-text a {
	color: #333;
}
p.twitter-text a:hover {
	color: #009dff;
}



section.tweets p.tweet-time {
	position: relative;
	text-align: right;
	font-size: 12px;
	line-height: 2;
	padding: 0 20px;
	min-height: 21px;
}

p.tweet-time span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	display: block;
	border-right: 21px solid transparent;
	border-top: 21px solid #eeebea;
	width: 0;
	height: 0;
	overflow: hidden;
}

p.tweet-time a {
	color: #aaa;
}
p.tweet-time a:hover {
	color: #009dff;
}







div.clientsInner {
	padding-bottom: 40px;
}

section.clients ul {
	
}
section.clients ul li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
	font-size: 8px;
	text-align: center;
}
section.clients ul li img {
	width: 100%;
	font-size: 0 !important;
}





footer {
	clear: both;
	margin: 0 15px;
	border-top: 4px solid #000;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 1.7;
	color: #777;
}

footer ul {
	float: left;
	margin-bottom: 12px;
}
footer li {
	display: inline;
	margin-right: 20px;
}

footer p {
	float: right;
}

footer a {
	color: #777;
	text-decoration: none;
}
footer a:hover {
	color: #000;
	text-decoration: underline;
}






@media screen and (min-width: 1025px) {	
	section.work,
	section.contact {
		padding-top: 70px;
	}
	header section h2,
	header ul li {
		font-size: 14px;
	}
	
	
	
	div.details p,
	div.details ul {
		font-size: 16px;
	}
	div.heroVirginia p {	margin-right: 55%;}
	div.heroAMF p {			margin-left: 56%;}
	div.heroCircleS p {		margin-right: 55%;}
	div.heroHourigan p {	margin-left: 58%;}
	div.heroCudas p {		margin-right: 55%;}
	
		
	section.clients ul li {
		margin-bottom: 4px;
	}
	
	
	
	section.news h2,
	section.tweets h2,
	section.clients h2 {
		font-size: 60px;
	}
}


@media screen and (min-width: 1100px) {	
	section.work,
	section.contact {
		padding-top: 60px;
	}
	header section h2,
	header ul li {
		font-size: 15px;
	}
	
	
	div.details p,
	div.details ul {
		font-size: 17px;
	}
	
	
	div.heroVirginia p {	margin-right: 56%;}
	div.heroAMF p {			margin-left: 57%;}
	div.heroCircleS p {		margin-right: 58%;}
	div.heroHourigan p {	margin-left: 58%;}
	
	div.heroCudas p {		margin-right: 55%;}
	
	
	section.news p,
	section.tweets p,
	footer {
		font-size: 15px;
	}
	
	section.tweets p.tweet-time {
		font-size: 13px;
	}
	
	
	section.clients ul li {
		margin-bottom: 0;
	}
}


@media screen and (min-width: 1180px) {	
	div.heroVirginia p {	margin-right: 59%;}
	div.heroAMF p {			margin-left: 60%;}
	div.heroCircleS p {		margin-right: 60%;}
	div.heroHourigan p {	margin-left: 62%;}
	div.heroCudas p {		margin-right: 58%;}
	
	
	section.news p,
	div.twitter-article {
		margin-right: 20px;
		margin-left: 20px;
	}
	section.news p,
	section.tweets p,
	footer {
		font-size: 16px;
	}
	
	section.tweets p.tweet-time {
		font-size: 14px;
	}
}


@media screen and (max-width: 920px) {
	div.details p,
	div.details ul {
		font-size: 14px;
	}
	div.heroVirginia p {	margin-right: 53%;}
	div.heroAMF p {			margin-left: 51%;}
	div.heroCircleS p {		margin-right: 54%;}
	div.heroHourigan p {	margin-left: 57%;}
	div.heroCudas p {		margin-right: 48%;}
	
	
	
	section.news h2,
	section.tweets h2,
	section.clients h2 {
		font-size: 52px;
	}
	
	
	section.clients ul li {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 800px) {
	header div.logo,
	section.work,
	section.contact {
		width: 33.3333%;
	}
	section.work,
	section.contact {
		padding-top: 75px;
	}
	
	section.work ul {
		float: none;
		width: 100%;
	}
	header ul.sitesRight {
		display: none;
	}
	
	header section h2,
	header ul li {
		font-size: 12px;
		line-height: 18px;
	}
	
	
	
	.royalSlider {
		padding-bottom: 36px;
	}
	
	.rsBullet {
		height: 20px;
		padding-top: 10px;
	}
	.rsBullet span {
		width: 10px;
		height: 10px;
	}
	
	div.rsArrow {
		font-size: 42px;
		line-height: 0.45;
	}
	div.rsArrowLeft {		margin-left: -96px;}
	div.rsArrowRight {		margin-right: -96px;}
	
	
	
	div.details p,
	div.details ul {
		font-size: 13px;
	}
	div.heroVirginia p {	margin-right: 50%;}
	div.heroAMF p {			margin-left: 52%;}
	div.heroCircleS p {		margin-right: 55%;}
	div.heroHourigan p {	margin-left: 57%;}
	div.heroCudas p {		margin-right: 50%;}
		
	
	span.sliverBottom {		bottom: 32px;}
	
	
	
	
	section.news,
	section.tweets {
		width: 50%;
	}
	section.clients {
		clear: both;
		width: 100%;
		float: none;
	}
	div.clientsInner {
		padding-bottom: 25px;
	}
	
	
	section.news h2,
	section.tweets h2,
	section.clients h2 {
		font-size: 48px;
	}
	
	
	section.clients ul li {
		width: 24%;
		margin: 0 4.666666666666666% 12px 4.666666666666666%;
	}
}



@media screen and (max-width: 767px) {
	div.heroAMF h1,
	div.heroHourigan h1 {
		margin-right: 2.75%;
	}
	
	div.details p {
		display: none;
	}
	div.details ul {
		font-size: 15px;
	}
	div.heroHourigan div.details ul {
		margin-right: 4.5%;
	}
	
	div.heroHourigan div.details a.logoSlide { margin-right: 5%;}
	
	
	
	section.news h2,
	section.tweets h2,
	section.clients h2 {
		font-size: 42px;
	}
}



@media screen and (max-width: 600px) {
	body {
		border-top-width: 3px;
	}
	header div.logo {
		width: 22%;
	}
	section.work {
		width: 40%;
	}
	section.contact {
		width: 38%;
	}
	
	header h1 {
		padding: 12px 0 0 12px;
	}
	
	section.work,
	section.contact {
		padding-top: 15px;
	}
	
	
	.royalSlider {
		padding-bottom: 35px;
	}
	
	div.heroVirginia,
	div.heroAMF,
	div.heroCircleS,
	div.heroHourigan,
	div.heroCudas {
		padding-bottom: 3px;
	}
	span.striperInner,
	span.sliverTop span,
	span.sliverBottom span {
		height: 3px;
	}
	span.sliverTop {
		top: 5%;
	}	
	
	section.clients ul li {
		width: 28%;
		margin: 0 2.666666666666666% 12px 2.666666666666666%;
	}
	
	
	
	footer ul,
	footer p {
		float: none;
		text-align: center;
	}
	
	footer {
		border-top-width: 3px;
	}
}



@media screen and (max-width: 567px) {
	header div.logo {
		width: 18%;
	}
	section.work {
		width: 42%;
	}
	section.contact {
		width: 40%;
	}
	
	
	
	div.details ul {
		font-size: 14px;
	}
	div.details ul a span {
		display: none;
	}
	
}



@media screen and (max-width: 479px) {
	header {
		padding-right: 12px;
		padding-bottom: 12px;
		padding-left: 12px;
	}
	
	
	header div.logo {
		width: 90px;
	}
	
	header h1,
	div.contactInner {
		padding-right: 0;
		padding-left: 0;
	}
	header h1 {
		padding-left: 10px;
	}
	
	section.work {
		display: none;
	}
	section.contact {
		float: none;
		width: auto;
		margin-left: 100px;
		padding-top: 24px;
	}
	
	header section h2 {
		display: none;
	}
	
	header ul li {
		text-align: right;
		font-size: 13px;
		line-height: 19px;
	}
	
	
	
	
	
	div.details h1,
	div.details p,
	div.details ul {
		margin-right: 5%;
		margin-left: 5%;
	}
	
	div.details ul {
		font-size: 12px;
		margin-bottom: 0.2em;
	}
	div.heroHourigan div.details ul {
		margin-right: 6.5%;
	}
	
	div.details a.logoSlide {
		margin-right: 5%;
		margin-left: 5%;
	}
	
	
	div.heroAMF div.details a.logoSlide {		width: 15%;}
	div.heroVirginia div.details a.logoSlide {	width: 10%;}
	div.heroCircleS div.details a.logoSlide {	width: 25%;}
	div.heroHourigan div.details a.logoSlide {	width: 15%; margin-right: 6.5%;}
	div.heroCudas div.details a.logoSlide {		width: 10%;}
	
		
	span.sliverTop span,
	span.sliverBottom span {
		margin: 0 12px;
	}
	
	
	

	section.news,
	section.tweets,
	section.clients {
		clear: both;
		width: 100%;
		float: none;
	}
	div.newsInner,
	div.tweetsInner,
	div.clientsInner {
		padding-right: 12px;
		padding-left: 12px;
	}
	
	div.newsInner,
	div.tweetsInner,
	div.clientsInner {
		padding-bottom: 12px;
	}
	
	
	section.news h2,
	section.tweets h2,
	section.clients h2 {
		font-size: 36px;
	}
	
	section.clients ul li {
		width: 50%;
		margin: 0 0 12px 0;
	}
	
	
	
	
	footer {
		margin: 0 12px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	footer li {
		display: block;
	}
}

