/* ============================================================================= 
   Cyberwoven.com
   Responsive Style Sheet
   Author: Cyberwoven
   Version:  2012.06.18
   ========================================================================== */

/* =============================================================================
   Normalize
   ========================================================================== */
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; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ff572a; color: #fff; text-shadow: none; }
::selection { background: #ff572a; color: #fff; text-shadow: none; }
a { color:#035483; }
a:visited { color:#036f83; }
a:hover { color:#ff420f; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; 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; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin:0.2em 0; background:#ff420f; color:#fff; padding:0.5em 0; }
.chromeframe a { color:#e1ebec; }


/* =============================================================================
   Primary Styles
   ========================================================================== */
body {
	font-family:"open-sans-1", "open-sans-2", Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	text-align:center;
}
h1 {
	color:#ff4615;
	font-size:1em;
	text-transform:uppercase;
	font-weight:800;	
}
h2 {
	color:#484848;
	font-size:2.5em;
	line-height:1;
	text-transform:uppercase;
	font-family:"bebas-neue-1","bebas-neue-2", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-shadow:1px 1px 0 #fff;
	margin:0.375em 0;
}

.button {
	display:inline-block;
	color:#fdfdfd !important;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	text-shadow:1px 1px 0 #b02804;
	border:1px solid #e33404;
	border-radius:4px;
	padding:10px 20px;
	box-shadow:3px 3px 0 rgba(0,0,0,0.07),
			inset 0 25px 20px -10px rgba(255, 255, 255, 0.15),
            inset 0 -15px 30px -10px rgba(0, 0, 0, 0.25);
	background: #ff5020;
	-webkit-transition: box-shadow 0.2s linear;
       -moz-transition: box-shadow 0.2s linear;
        -ms-transition: box-shadow 0.2s linear;
         -o-transition: box-shadow 0.2s linear;
            transition: box-shadow 0.2s linear;
}
.button:hover {
	color:#fff;
	text-decoration:none !important;
	border:1px solid #ff5b30;
	box-shadow:3px 3px 0 rgba(0,0,0,0.1),
            inset 0 20px 20px -10px rgba(0, 0, 0, 0.25),
            inset 0 -15px 20px -10px rgba(255, 255, 255, 0.15);
}
a {
  -webkit-transition: color 0.2s ease;
     -moz-transition: color 0.2s ease;
      -ms-transition: color 0.2s ease;
       -o-transition: color 0.2s ease;
	      transition: color 0.2s ease;
}

/* =============================================================================
   Header
   ========================================================================== */
.pageheader {
	background:#292b2c;
	color:#fff;
	margin-bottom:10px;
	position:fixed;
	top:0; left:0; right:0;
	z-index:1;
	width:100%;
}
.pageheader h1 {
	margin:0 auto;
	padding:10px 0;
	border-left:24px solid #ff572a;
}
.pageheader h1 a {
	display:inline-block;
	width:175px;
	height:34px;
	background:url(../img/cyberwoven.png) no-repeat;
	text-indent:-9999px;
	margin-left:-24px;
}
.svg .pageheader h1 a {
	background:url(../img/cyberwoven.svg) no-repeat;
}
.lt-ie8 .pageheader h1 a {
	display:block;	
}
.pageheader p {
	display:none;
}
.mainnav {
	background:#2e3336;
	border-top:1px solid #3c4143;
	padding:8px 0;
	position:relative;
}
.mainnav h2 {
	font-family:"open-sans-1", "open-sans-2", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	margin:0;
}
#menutoggle {
	color:#fff;
	text-decoration:none;
	text-shadow:none;
	background:#2e3336 url(../img/menu.png) no-repeat 12px 0;
	padding:0 12px 15px 45px;
	border-radius:0 0 4px 4px;
	position:absolute;
	top:14px;
	left:50%;
	margin-left:-55px;
	outline:none;
}
.svg #menutoggle {
	background:#2e3336 url(../img/menu.svg) no-repeat 12px 0;	
}
.mainnav ul {
	display:none;
	padding:35px 0 0 0;
}
.mainnav li a {
	font-size:1.125em;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	display:inline-block;
	padding:10px 0;
	text-shadow:1px 1px 0 #000;
}
.mainnav a:hover {
	color:#ff5020;
}

/* =============================================================================
   About
   ========================================================================== */
#about {
	padding:75px 0 40px;
}
.box {
	border-radius:4px;
	padding:35px 10px 40px;
	margin:0 5px;
}
.box h1 {
	margin:0;
}
.box p {
	margin-bottom:2em;
	text-shadow:1px 1px 0 #fff;
}
#about .box {
	background:#e1ebec;
	border:1px solid #d9e6e8;
}
.virtues {
	list-style:none;
	margin:0;
	padding:0;
}
.virtues h3 {
	color:#005264;
	font-family:"bebas-neue-1","bebas-neue-2", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.5em;
	margin:0;
}
.virtues p {
	margin:0;
	font-weight:300;
}
.virtues li {
	margin:20px;
}

/* =============================================================================
   Services
   ========================================================================== */
#services {
	margin-bottom:40px;
}
#services .box {
	background:#f4f4f4;
	border:1px solid #eeebeb;
	padding-bottom:20px;
}
.circle {
	display:inline-block;
    position:relative;
    width:100%;
	border-radius:50%;
}
.circlefill {
	margin-top:100%;
}
.circlecontent {
	position:absolute;
    top:5%;
    bottom:0;
    left:0;
    right:0;
}
.lt-ie8 .circlefill {
	margin:0;	
}
.lt-ie8 .circlecontent {
	position:relative;	
}
.circle ul {
	list-style:none;
	margin:0;
	padding:0;
}
.circle h1 {
	margin:0;
	font-size:1.5em;
	font-weight:700;
	text-transform:none;
	text-shadow:1px 1px 0 #fff;
}
.circle li {
	font-size:0.875em;
	width:60%;
	margin:0 auto;
	text-shadow:1px 1px 0 #fff;
}
.strategy {
	background:#f2e6e6;
}
.no-borderradius .circle {
	background:none;
}
.strategy h1 {
	color:#a12909;
}
.design {
	background:rgba(219,244,247,0.6);
	margin-top:-40px;
}
.design h1 {
	color:#036f83;
}
.design .circlecontent {
	top:20%;
}
.development {
	background:rgba(198,225,176,0.4);
	margin-top:-40px;
}
.development h1 {
	color:#558f24;
}
.development .circlecontent {
	top:20%;
}

/* =============================================================================
   Clients
   ========================================================================== */
#clients {
	margin-bottom:40px;	
}
#clients .box {
	background:#eaf0e5;
	border:1px solid #e7e9e9;
	margin-bottom:10px;
}
.logos {
	list-style:none;
	margin:0 5px;
	padding:0;
}

.logos li {
	margin-bottom:10px;	
}
.logos a {
	display:block;
	background:#f8f9f9;
	border:1px solid #edf0f0;
	border-radius:4px;
	padding:0 30px;
	height:140px;
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	outline:none;
}
.logos a:hover {
	background-position:center bottom;
}
.logosonoco a {
	background-image:url(../img/logo-sonoco.png);
}
.svg .logosonoco a {
	background-image:url(../img/logo-sonoco.svg);
}
.logousc a {
	background-image:url(../img/logo-usc.png);
}
.svg .logousc a {
	background-image:url(../img/logo-usc.svg);
}
.logocae a {
	background-image:url(../img/logo-cae.png);
}
.svg .logocae a {
	background-image:url(../img/logo-cae.svg);
}
.logoberkley a {
	background-image:url(../img/logo-berkley.png);
}
.svg .logoberkley a {
	background-image:url(../img/logo-berkley.svg);
}
.logoabugarcia a {
	background-image:url(../img/logo-abugarcia.png);
}
.svg .logoabugarcia a {
	background-image:url(../img/logo-abugarcia.svg);
}
.logoscbt a {
	background-image:url(../img/logo-scbt.png);
}
.svg .logoscbt a {
	background-image:url(../img/logo-scbt.svg);
}
.logosalvation a {
	background-image:url(../img/logo-salvation.png);
}
.svg .logosalvation a {
	background-image:url(../img/logo-salvation.svg);
}
.logoscchamber a {
	background-image:url(../img/logo-scchamber.png);
}
.svg .logoscchamber a {
	background-image:url(../img/logo-scchamber.svg);
}
.logocma a {
	background-image:url(../img/logo-cma.png);
}
.svg .logocma a {
	background-image:url(../img/logo-cma.svg);
}

.logoauthorize a {
	background-image:url(../img/logo-authorize.png);
}
.svg .logoauthorize a {
	background-image:url(../img/logo-authorize.svg);
}
.logoimmedion a {
	background-image:url(../img/logo-immedion.png);
}
.svg .logoimmedion a {
	background-image:url(../img/logo-immedion.svg);
}
.logomicrosoft a {
	background-image:url(../img/logo-microsoft.png);
}
.svg .logomicrosoft a {
	background-image:url(../img/logo-microsoft.svg);
}
.logorackspace a {
	background-image:url(../img/logo-rackspace.png);
}
.svg .logorackspace a {
	background-image:url(../img/logo-rackspace.svg);
}
.logositecore a {
	background-image:url(../img/logo-sitecore.png);
}
.svg .logositecore a {
	background-image:url(../img/logo-sitecore.svg);
}
.logogoogle a {
	background-image:url(../img/logo-google.png);
}
.svg .logogoogle a {
	background-image:url(../img/logo-google.svg);
}
.portfolio {
	background:#f3f9f9;
	border:1px solid #eee;
	margin:0 5px 10px;
	padding:15px 10px;
}
.pager {
	list-style:none;
	margin:0;
	padding:0;	
}
.pager li {
	display:inline;
	padding-right:5px;
}
.pager li a {
	color:#717171;
	text-decoration:none;
	font-weight:700;
}
.pager li a:hover {
	color:#ff420f;
	text-decoration:underline;
}
.pager li.active a {
	color:#ff5e32;	
}
.portfolio h1 {
	font-family:"bebas-neue-1","bebas-neue-2", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.125em;
	margin:0.425em 0;
	line-height:1;
}
.portfolio h1 a {
	color:#3c3c3c;
	text-decoration:none;	
}
.portfolio a:hover {
	color:#717171;
	text-decoration:underline;	
}
.portfolio img {
	width:90%;
	margin-top:20px;
}
.services {
	list-style:none;
	margin:0;
	padding:0;	
}
.services li {
	display:inline;
	color:#005264;
	font-size:0.75em;
	font-weight:700;
	text-transform:uppercase;	
	padding-right:10px;
}
.services li a {
	color:#005264;
	text-decoration:none;
}
.services li a:hover {
	color:#005264;
	text-decoration:underline;
}
.portfolio p {
	text-align:left;	
}

/* =============================================================================
   Partners
   ========================================================================== */
#partners {
	margin-bottom:40px;	
}
#partners .box {
	background:#f0efe4;
	border:1px solid #dddcce;
	padding-bottom:0;
	margin-bottom:10px;
}

/* =============================================================================
   Jobs
   ========================================================================== */
#jobs {
	margin-bottom:40px;	
}
#jobs .box {
	background:#f2ebe6;
	border:1px solid #e8e0da;
}
#jobs h3 {
	font-size:0.9375em;
    font-weight:700;
    text-transform:uppercase;
    color:#484848;
    text-shadow:1px 1px 0 #FFFFFF;
}
.listings {
	list-style:none;
	margin:0;
	padding:0;
}
.listings li {
	margin-bottom:10px;
}
.nonimmediate {
	margin:30px 0 0;
	padding:10px;
}
#jobs .nonimmediate p {
	font-size:0.875em;
	margin-bottom:0;
}
.nonimmediate ul {
	padding:0;
	list-style:none;
}
.nonimmediate li {
	display:inline;
}
.nonimmediate a {
	display:inline-block;
	padding:15px 20px;
	margin:0 5px 10px;
	background:#fbf5f1;
	border-radius:4px;
	text-decoration:none;
	font-weight:700;
	box-shadow:3px 3px 0 rgba(0,0,0,0.02);
	-webkit-transition: background 0.2s ease;
       -moz-transition: background 0.2s ease;
        -ms-transition: background 0.2s ease;
         -o-transition: background 0.2s ease;
	        transition: background 0.2s ease;
}
.nonimmediate a:hover {
	background:#fff;
	color:#147dba;
}

/* =============================================================================
   Footer
   ========================================================================== */
.pagefooter {
	background: #0a5263;
	color:#fff;
	padding:20px 10px 20px;
}
.pagefooter p {
	display:none;	
}
.footerlinks {
	list-style:none;
	margin:20px 0 0;
	padding:0;
}
.footerlinks li {
	display:inline-block;
	font-size:0.875em;
	margin:0 5px 5px 0;
}
.footerlinks a {
	color:#fff;
	text-decoration:none;	
}
.footerlinks a:hover {
	color:#eee;
	text-decoration:underline;	
}
.footerlinks span {
	color:#ff420f;	
	font-weight:800;
}
.social {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	margin: 0 3px;
}
.social a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/social.png) no-repeat 0 0;
	background-image: linear-gradient(transparent,transparent), url(../img/social.svg);
	text-indent: -9999px;
	transform: opacity 0.2s ease;
}
.social a:hover {
	opacity: 0.7;
}
.facebook a { background-position: -20px 0; }
.instagram a { background-position: -40px 0; }
.linkedin a { background-position: -60px 0; }

/* =============================================================================
   Contact
   ========================================================================== */
#contact {
	background:#e1ebec;	
	padding:15px;
	text-align:left;
	text-shadow:1px 1px 0 #fff;
	display:none;
}
#contact h1 {
	color:#484848;
	font-family:"bebas-neue-1","bebas-neue-2", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.5em;
	margin:0 0 15px;
	line-height:1;
}
#contact p {
	display:none;
}
#contact ul {
	list-style:none;
	margin:0;
	padding:0;
}
#contact li {
	font-size:0.8125em;
}
#contact .letter {
	color:#ff420f;
    font-weight:800;
	display:inline-block;
	padding-right:5px;
}
#contact a {
	color:#3c3c3c;
	text-decoration:none;
}
#contact a:hover {
	color:#ff420f;
	text-decoration:underline;
}
#contact .copy {
	margin-bottom:25px;	
}
#contact label {
	display:none;	
}
.htext {
	display:none;
}
.textbox, textarea {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	border:1px solid #d6dee0;
	background:#fff;
	border-radius:4px;
	padding:10px;	
	margin-bottom:15px;
	resize:none;
	color:#838383;
	font-family:"open-sans-1", "open-sans-2", Arial, Helvetica, sans-serif;
}
input:invalid, textarea:invalid {
	background:#fff;
}
#contact .button {
	width:100%;	
}
#contactsuccess, #contactfail {
	background:#e1ebec;	
	padding:15px;
	text-align:left;
	text-shadow:1px 1px 0 #fff;
	display:none;
}
#contact input#name {
    display: none;
}
   
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(../img/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}
#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* =============================================================================
   Services
   ========================================================================== */
.circle {
    width:70%;
}

}

@media only screen and (min-width: 768px) {
/* =============================================================================
   Header
   ========================================================================== */
.pageheader {
	background:#2e3336;
	border-left:20px solid #FF572A;
	text-align:left;
	margin-bottom:30px;
	position:fixed;
	top:0; left:0;
	width:100%;
	z-index:1;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.pageheader .wrapper {
	z-index:2;
}
.pageheader h1 {
	border:none;
	width:175px;
	margin:0 0 0 30px;
	padding-top:65px;
	position:relative;
	z-index:3;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}
.pageheader h1 a {
	margin:0;
}
.pageheader p {
	display:block;
	font-size:0.875em;
	font-weight:300;
	width:60%;
	height:55px;
	margin:-65px 5% 15px 35%;
}
.mainnav {
	background:#292b2c;
	border:1px solid #292b2c;
	z-index:1;
}
#mainmenu {
	display:block !important;
	padding:0 10px 0 0;
	text-align:right;
}
#mainmenu li {
	display:inline;
}
#mainmenu li a {
	padding:25px 20px 40px;
	margin:-23px 0 -35px;
	font-size:0.875em;
	outline:none;
}
#mainmenu li.active a {
	background:url(../img/mainnav-active.png) no-repeat left bottom;
	color:#fff;
	text-shadow:1px 1px 0 #ca1000;
} 
#menutoggle, #mainmenu .contact {
	display:none;	
}
.open .pageheader {
	transform:translate(0,-100px);
	-webkit-transform:translate(0,-100px);
	-moz-transform:translate(0,-100px);
	-ms-transform:translate(0,-100px);
	-o-transform:translate(0,-100px);
	
}
.open .pageheader h1 {
	transform:translate(0,58px);
	-webkit-transform:translate(0,58px);
	-moz-transform:translate(0,58px);
	-ms-transform:translate(0,58px);
	-o-transform:translate(0,58px);
}
.open .pageheader p {
	visibility:hidden;
}
.page {
	padding-top:175px;	
}
.lt-ie9 .open .pageheader {
	margin-top:-100px;
}
.lt-ie9 .open .pageheader h1 {
	position:relative;
	top:58px;
}

/* =============================================================================
   About
   ========================================================================== */
#about {
	margin-bottom:80px;
	padding-top:0;
}
h2 {
	font-size:4.6875em;	
}
.box {
	padding:35px 20px 40px;	
}
.box p {
	font-size:1.125em;	
}
.button {
	padding:15px 30px;
}
.large {
	font-size:1.25em;
	padding:20px 100px;	
}
.virtues {
	padding:15px 0 0 10px;	
}
.virtues li {
	text-align:left;
	width:40%;
	float:left;
	padding:5px;
	margin:15px 20px;
}
.virtues h3 {
	font-size:1.875em;
}

/* =============================================================================
   Services
   ========================================================================== */
#services {
	margin-bottom:80px;
}
.circle {
	width:55%;
	float:left;	
}
.circlecontent {
	top:8%;	
}
.design {
    margin:0 -40px 0 -10%;
}
.design .circlecontent {
	top:10%;	
}
.development {
	margin:-15% 0 0 22.5%;	
}

/* =============================================================================
   Clients
   ========================================================================== */
#clients {
	margin-bottom:80px;
}
#clients .box {
	margin-bottom:5px;	
}
.logos {
	margin-bottom:10px;	
}
.logos li {
	width:48%;
	margin:5px;
	float:left;	
}
.portfolio {
	text-align:left;
	padding: 15px 15px 25px;	
}
.pager li a {
	font-size:0.8125em;	
}
.portfolio .copy {
	width:45%;
	margin:0 5% 0 0;
	padding-top:5px;
	float:left;
}
.portfolio p {
	margin-bottom:30px;
}
.portfolio img {
	width:50%;
	float:left;
}
.left .copy {
	margin:0 0 0 5%;
	float:right;
}
.left img {
	float:right;
}

/* =============================================================================
   Partners
   ========================================================================== */
#partners {
	margin-bottom:80px;
}
#partners .box {
	margin-bottom:5px;
}

/* =============================================================================
   Jobs
   ========================================================================== */
#jobs {
	margin-bottom:210px;
}
.listings li {
	display:inline;
}
.listings .button {
	margin:0 5px;
}


/* =============================================================================
   Footer
   ========================================================================== */
.pagefooter {
	background: #0a5263;
	text-align:left;
	padding:0 40px 10px;
	position:fixed;
	left:0; bottom:0;
	width:100%;
}
.pagefooter .button {
	float:left;
	margin:15px 50px 0 0;
	font-size:1.125em;
}
.footerlinks {
	float:left;
	margin:15px 0 0;
	width:50%;
}
.social {
	margin: 30px 40px 10px 0;
	float: left;
}

/* =============================================================================
   Contact
   ========================================================================== */
#contact {
	width:540px;
}
#contact .copy {
	width:45%;
	margin-right:15px;
	float:left;	
}
#contact p {
	display:block;
	margin-top:0;
	font-size:1.125em;
}
#contact li {
	font-size:1em;
	margin-bottom:8px;	
}
#contact form {
	width:50%;
	float:right;	
}
textarea {
	height:180px;	
}
#contact .city {
	display:block;
	margin-left:20px;
}


}

@media only screen and (min-width: 850px) {
.open .pageheader h1 {
	transform:translate(0,62px);
	-webkit-transform:translate(0,62px);
	-moz-transform:translate(0,62px);
	-ms-transform:translate(0,62px);
	-o-transform:translate(0,62px);
}
.lt-ie9 .open .pageheader h1 {
	top:62px;
}

.pageheader p {
	height:60px;
}
#mainmenu li a {
	padding:30px 23px 40px;
	margin:-28px 0 -35px;
	font-size:1em;
}
#mainmenu li.active a {
	background:url(../img/mainnav-active.png) no-repeat left bottom;
	color:#fff;
	text-shadow:1px 1px 0 #ca1000;
}
#mainmenu {
	padding:0 20px 0 0;
}

}



@media only screen and (min-width: 1024px) {
/* =============================================================================
   Header
   ========================================================================== */
.wrapper {
	width:1000px;
	margin:0 auto;
}
.pageheader {
	width:100%;
}
#mainmenu {
	width:950px;
	margin:0 auto;
	padding-right:50px;
}
#mainmenu li a {
	padding:30px 26px 40px;
	margin:-28px 0 -35px;
	font-size:1.125em;
}
.page {
    padding-top: 185px;
}
.pageheader p {
    margin: -53px 5% 0 35%;
}

/* =============================================================================
   About
   ========================================================================== */
#about {
	margin-bottom:100px;
}
   
/* =============================================================================
   Services
   ========================================================================== */
#services {
	margin-bottom:120px;
}
.virtues li {
    margin:15px20px;
    padding:5px;
    width:19%;
}
.circle {
	width:40%;
}
.circle h1 {
	font-size:1.875em;
	margin-bottom:5px;
}
.development {
    margin:0 0 0 -7%;
}
.development .circlecontent {
    top:10%;
}

/* =============================================================================
   Clients
   ========================================================================== */
#clients {
	margin-bottom:120px;
}
.logos li {
    width:320px;
}

/* =============================================================================
   Partners
   ========================================================================== */
#partners {
	margin-bottom:140px;
}

/* =============================================================================
   Jobs
   ========================================================================== */
#jobs {
	margin-bottom:260px;
}

/* =============================================================================
   Footer
   ========================================================================== */
.pagefooter {
	width:100%;
	background-position:center 0;
}
.pagefooter p {
	display:block;
	font-size:1.5em;
	font-family:"bebas-neue-1","bebas-neue-2", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	width:310px;
	margin:15px 0;
	float:left;
}
.pagefooter .button {
    margin:15px 60px 0 0;
}
.footerlinks {
	width:45%;
}
.social {
	margin: 30px 80px 10px 0;
	float: left;
}

}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after, .footerlinks a:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3, h4{ page-break-after: avoid; text-transform:capitalize !important;  }
  
body {
	text-align:left;
	font-size:12px;  
}
h1 {
	font-size:18px !important;
	text-transform:capitalize !important;  
}
h2 {
	font-size:16px !important; 
}
h3, h4 {
	font-size:14px !important;
}
.pageheader {
	position:static;
}
.pageheader h1 {
	border:none;
}
.pageheader h1 a, .svg .pageheader h1 a {
	background:none;
	text-indent:0;
	color:#000;
	display:inline;
	margin:0;
}
.pageheader p {
	display:block;  
}
.mainnav {
	display:none;	
}
.button, .box {
	border:none !important;
	padding:0;	
}
.button.large {
	display:none;	
}
#about, #services, #clients, #partners, #jobs {
	margin-bottom:20px;	
}
.virtues li {
    margin: 10px;
	width:130px;
	float:left;
}
.circle {
	width:30%;
	float:left;	
	margin:0;
}
.circlefill {
	display:none;	
}
.circlecontent {
	position:relative;
	top:0;
}
.circle li {
	font-size:12px !important;
	width:auto;
	font-weight:300;	
}
.logos {
	list-style:disc;	
}
.logos li {
	padding-left:25px;	
}
.logos a {
	border:none;
	background:none;
	text-indent:0;
	display:inline;
	padding:0;	
}
.portfolio {
	border:none;
	padding:0;
	margin:10px 0;	
}
.pager {
	display:none;	
}
.portfolio .copy {
	width:43%;
	margin-right:2%;
	float:left;	
}
.portfolio h1 {
	font-size:14px !important;	
}
.portfolio img {
	width:50%;
	float:left;	
}
.pagefooter .button {
	font-size:18px;
	font-weight:800;	
}
.footerlinks li {
    display:block;
    font-size:12px;
    margin:0;
}
  
  
}
