<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @override http://v2013.local.vilocity.com/styles/vilocity.css */
@font-face {
    font-family: 'XXXdeftone_stylusregular';
    src: url('/fonts/deftone-webfont.eot');
    src: url('/fonts/deftone-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/deftone-webfont.woff') format('woff'),
         url('/fonts/deftone-webfont.ttf') format('truetype'),
         url('/fonts/deftone-webfont.svg#deftone_stylusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LAKESHOREdeftone_stylusregular';
    src: url('/fonts/lakeshoredrive.regular-webfont.eot');
    src: url('/fonts/lakeshoredrive.regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lakeshoredrive.regular-webfont.woff') format('woff'),
         url('/fonts/lakeshoredrive.regular-webfont.ttf') format('truetype'),
         url('/fonts/lakeshoredrive.regular-webfont.svg#lakeshore_drive_nfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'L2deftone_stylusregular';
    src: url('/fonts/lobstertwo-bold-webfont.eot');
    src: url('/fonts/lobstertwo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lobstertwo-bold-webfont.woff') format('woff'),
         url('/fonts/lobstertwo-bold-webfont.ttf') format('truetype'),
         url('/fonts/lobstertwo-bold-webfont.svg#lobster_twobold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'L2deftone_stylusregular';
    src: url('/fonts/lobstertwo-regular-webfont.eot');
    src: url('/fonts/lobstertwo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lobstertwo-regular-webfont.woff') format('woff'),
         url('/fonts/lobstertwo-regular-webfont.ttf') format('truetype'),
         url('/fonts/lobstertwo-regular-webfont.svg#lobster_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'deftone_stylusregular';
    src: url('/fonts/Airstream-webfont.eot');
    src: url('/fonts/Airstream-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Airstream-webfont.woff') format('woff'),
         url('/fonts/Airstream-webfont.ttf') format('truetype'),
         url('/fonts/Airstream-webfont.svg#airstreamregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@-webkit-keyframes st_fadein{0%{opacity:.1} 100%{opacity:1}}
@-moz-keyframes st_fadein{0%{opacity:.1} 100%{opacity:1}}
@-o-keyframes st_fadein{0%{opacity:.1} 100%{opacity:1}}
@keyframes st_fadein{0%{opacity:.1} 100%{opacity:1}}

@-webkit-keyframes st_zoom{0%{-webkit-transform:scale(.3);opacity:.1} 100%{-webkit-transform:scale(1);opacity:1}}
@-moz-keyframes st_zoom{0%{-moz-transform:scale(.3);opacity:.1} 100%{-moz-transform:scale(1);opacity:1}}
@-o-keyframes st_zoom{0%{-o-transform:scale(.3);opacity:.1} 100%{-o-transform:scale(1);opacity:1}}
@keyframes st_zoom{0%{transform:scale(.3);opacity:.1} 100%{transform:scale(1);opacity:1}}

@-webkit-keyframes st_move_to_right{0%{-webkit-transform:translate(-15%, 0);opacity:0} 100%{-webkit-transform:translate(0, 0);opacity:1}}
@-moz-keyframes st_move_to_right{0%{-moz-transform:translate(-15%, 0);opacity:0} 100%{-moz-transform:translate(0, 0);opacity:1}}
@-o-keyframes st_move_to_right{0%{-o-transform:translate(-15%, 0);opacity:0} 100%{-o-transform:translate(0, 0);opacity:1}}
@keyframes st_move_to_right{0%{transform:translate(-15%, 0);opacity:0} 100%{transform:translate(0, 0);opacity:1}}

@-webkit-keyframes st_move_to_left{0%{-webkit-transform:translate(15%, 0);opacity:0} 100%{-webkit-transform:translate(0, 0);opacity:1}}
@-moz-keyframes st_move_to_left{0%{-moz-transform:translate(15%, 0);opacity:0} 100%{-moz-transform:translate(0, 0);opacity:1}}
@-o-keyframes st_move_to_left{0%{-o-transform:translate(15%, 0);opacity:0} 100%{-o-transform:translate(0, 0);opacity:1}}
@keyframes st_move_to_left{0%{transform:translate(15%, 0);opacity:0} 100%{transform:translate(0, 0);opacity:1}}

.reveal {
	opacity: 0;
}

.small-to-large {
	-webkit-animation: st_zoom 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	-moz-animation: st_zoom 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	-o-animation: st_zoom 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	animation: st_zoom 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	opacity: 1;
}

.move-to-left {
	-webkit-animation: st_move_to_left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	-moz-animation: st_move_to_left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	-o-animation: st_move_to_left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	animation: st_move_to_left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	opacity: 1;
}

.move-to-right {
	-webkit-animation: st_move_to_right .6s 1 cubic-bezier(.77, 0, .175, 1);
	-moz-animation: st_move_to_right .6s 1 cubic-bezier(.77, 0, .175, 1);
	-o-animation: st_move_to_right .6s 1 cubic-bezier(.77, 0, .175, 1);
	animation: st_move_to_right .6s 1 cubic-bezier(.77, 0, .175, 1);
	opacity: 1;
}

.fade-in {
	-webkit-animation:st_fadein 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	-moz-animation:st_fadein 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	-o-animation:st_fadein 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	animation:st_fadein 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1;
	opacity:1;
}

body {
  font-family: Verdana,Geneva,Tahoma,sans-serf;
  color: #949494;
  line-height: 24px;
}

.clear {
	clear: both;
}

header {
	background-color: #191919;
	padding-top: 5px;
	border-bottom: 1px solid #a3a3a3;
}

#header_navigation {
	list-style-type: none;
	width: 100%;
	text-align: center;
}

#header_navigation li {
	display: inline-block;
	text-align: center;
	font-size: 13px;
}

#header_navigation li span {
	display: block;
	padding: 0 25px;
	border-left: 1px solid #c6c4c4;
}

#header_navigation li a {
	color: #c6c4c4;
}

#header_navigation li.first-nav span {
	border-left: 0;
}

#header_navigation a.selected, .navbar-inverse .navbar-nav li a.selected {
	color: #90e4d8
}

#header_contact {
	border-top: 1px dashed #3d3c3c;
	height: 80px;
}

#header_logo {
	text-align: center;
}

#header_logo img {
	padding-top: 10px;
	max-width: 100%;
}

#header_email_phone {
	border-right: 1px dashed #3d3c3c;
	height: 80px;
}

#header_email_phone div {
	margin-top: 13px;
}

#header_email_phone ul {
	list-style-type: none;
}

#header_email_phone ul li {
	text-align: right;
	font-size: 13px;
	line-height: 24px;
}

#header_email_phone ul li a {
	color: #c6c4c4;
}

#header_social_media {
	border-left: 1px dashed #3d3c3c;
	height: 80px;
}

#header_social_media div.social-icons {
	margin-top: 22px;
}

#header_callout {
        overflow: visible;
}
#header_callout .container {
}
#header_callout a img {
        position:absolute;
        top:2px;
        left:-20px;
        z-index: 60;
        display:block;
        margin:0;
        padding:0;
}
@media (max-width: 991px) {
        #header_callout a img {
                width:175px;
                height:auto;
                left: auto;
                right: 0px;
        }
}

#navbar_logo {
	padding: 10px 30px;
}

.navbar-inverse {
	background-color: #191919;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
	color: #7d7d7d;
}

.navbar-nav a img.hidden-xs {
	vertical-align: middle;
	display: inline-block !important;
	height: 23px;
	width: auto;
}

a.navbar-brand {
	text-transform: uppercase;
}

.navbar a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

div.social-icons img {
	margin-right: 1px;
}

#swiffy_row {
	background-image: url(/images/vilocity-intro-background-stars.gif);
	background-position: center;
	background-color: transparent;
}
#swiffy {
	padding: 0;
	height: 380px;
}

#homepage_intro {
	text-align: center;
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}

#homepage_intro h1 {
	font-family: 'deftone_stylusregular';
	font-size: 60px;
	color: #f6941d;
}

div.rocket-divider {
	width: 66%;
	margin: 30px auto;
	height: 15px;
	background-image: url(../images/vilocity-rocket-divider-mid-line.gif);
}

div.rocket-divider img.rocket-left {
	float: left;
}

div.rocket-divider img.rocket-right {
	float: right;
}

h2.rocket-header {
	background-image: url(/images/martketing-phoenix-vilocity-rocket-divider-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	color: #545454;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

h2.rocket-header div {
	background-image: url(/images/martketing-phoenix-vilocity-rocket-divider-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	line-height: 16px;
}

div.blue-row {
		background-color: #e1f7f4;
}

div.blue-row-image {
	background-image: url(../images/vilocity-blue-stripe-feature-box-background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 45px 10px;
}

div.blue-row-image img {
	width: 100%;
	height: auto;
}

div.blue-row h3 {
	color: #545454;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #d5d6d6;
	border-bottom: 1px solid #d5d6d6;
	padding: 10px 0;
	margin-bottom: 30px;
}

.homepage-text {
	font-size: 13px;
}

.homepage-article {
	margin-top: 50px;
	margin-bottom: 20px;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

h2 {
	color: #fa9600;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

ul.services-stack-icon-right, ul.services-stack-icon-left {
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 0 0 20px 0;
	margin-bottom: 60px;
}

ul.services-stack-icon-right li, ul.services-stack-icon-left li {
	margin: 0;
}

div.service-teaser a.detail-link, div.service-teaser-homepage a.detail-link {
	color:  #949494;
	text-decoration: underline;
}

ul.services-stack-icon-right h3, ul.services-stack-icon-left h3 {
	text-transform: lowercase;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
}

ul.services-stack-icon-right h3 a, ul.services-stack-icon-left h3 a {
	color: #545454;
}

ul.services-stack-icon-right img.service-icon {
	float: right;
}

ul.services-stack-icon-left img.service-icon {
	float: left;
}

ul.services-stack-icon-right {
	text-align: right;
	background-image: url(/images/dashed-line-right.png);
	background-position: bottom right;
}

ul.services-stack-icon-left {
	background-image: url(/images/dashed-line-left.png);
	background-position: bottom left;
}

ul.services-stack-icon-right div  {
	padding-right: 75px;
}

ul.services-stack-icon-left div {
	padding-left: 75px;
}

img.service-column-header {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
}

#clients_header {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #545454;
	border-top: 1px solid #ebebeb;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 30px;
}

#client_logos {
	text-align: center;
}

#client_logos img.client-logo {
	vertical-align: middle;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	+filter: grayscale(100%);
	padding: 0 20px;}

#client_logos img.client-logo:hover {
	-webkit-filter: grayscale(0);
	-ms-filter: grayscale(0);
	+filter: grayscale(0);
}

#client_logos img.inactive {
	display: none;
}

#client_logos div {
	display: inline-block;
	line-height: 150px;
	height: 150px;
}

img.category-footer {
	width: 100%;
	height: auto;
}

a.back-button {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #949494;
	border-radius: 2px;
	color: #838484;
	font-size: 13px;
	text-decoration: none;
	margin-top: 30px;
}

div.service-emblem img {
	width: 100%;
	height: auto;
}

a.sample-button {
	display: inline-block;
	background-color: #5eb5a5;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 40px;
	border-radius: 3px;
	font-size: 16px;
	margin-top: 30px;
}
a.leap-button {
        display: inline-block;
        background-color: #5eb5a5;
        color: #fff;
        padding: 7px 40px;
        border-radius: 3px;
        font-size: 21px;
        font-weight: bold;
        margin-top: 30px;
}
.iconlist-item {
  display:block;
  height:30px;
  line-height:1em;
  margin:20px 0px 0px 0px;
  padding:0;
  color:#191919;
  font-size:1.5em;
}
.iconlist-item img {
  display:block;
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.headline {
background-color: #0c2330;
height: 120px;
margin-bottom: 20px;
}
.headline h1 {
font-family: 'deftone_stylusregular';
font-size: 70px;
color: #6ac2b3;
line-height:120px;
margin-top:0px;
}
a.linkbutton {
  display: block;
  padding: 2px 5px;
  background-color: #fff;
  border: 1px solid #bebfc1;
  color: #838484;
  line-height: 14px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  outline: 0px;
  font-size: 12px;
}
a.linkbutton:hover, a.button-on {
  background-color: #fa9600;
  color: #fff;
}
a.linkbutton:active {
  color: #bebfc1;
}
.portfolio-category {
  display: none;
}
.toggleoff {
  display: none;
}
.toggleon {
  display: block;
}

.captcha-image {
	display: block;
	margin-bottom: 1em;
}

.body-content {
	min-height: 300px;
}

.social-sharing {
	margin: 30px 0 15px 15px;
}

.social-sharing span {
	color:#454545;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
}

/* TEMPLATES */
#elements-catg-services-landing-tpl h3,#elements-catg-one-column-tpl h3, #elements-webp-simple-layout-tpl h3 {
font-size: 16px;
color: rgb(246, 148, 29);
}
.portfolio-detail h3 {
  color: #fa9600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.portfolio-detail h3 i {
  font-style: normal;
  color: #999;
}
.portfolio-detail h3 span {
  font-size: 0.8em;
  color: #838484;
}
.portfolio-detail h4 {
  color: #838484;
  text-transform: uppercase;
}

#footer {
	position: relative;
	background-image: url(../images/vilocity-footer-space-background.jpg);
	background-position: center;
	border-bottom: 25px solid #16303d;
	padding-top: 50px;
        margin-top: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a.tel {
	text-decoration: none;
}

#footer div.container {
	position: relative;
}

#footer div.container div {
	/*display: inline-block;*/
}

#footer #vilocity_logo_bottom {
	vertical-align: top;
	margin-right: 75px;
	margin-bottom: 20px;
}

#footer #basecamp {
	vertical-align: top;
	padding-bottom: 1em;
}

#footer div.address h3 {
	font-size: 16px;
	border-top: 1px solid #41616a;
	border-bottom: 1px solid #41616a;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 38px;
}

#footer div.address h3 img {
	display: inline-block;
	vertical-align: middle;
}

#footer div.address h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

#footer div.address div + div {
	/* margin-left: 80px; */
}

#otto {
	position: absolute;
	left: 20px;
	bottom: -17px;
}

.ottos-shadow {
	height: 200px;
	margin: 0;
	clear: both;
}

#moon {
	position: absolute;
	right: 0;
	bottom: 20px;
}

#bottom {
	padding: 20px 0;
	font-size: 13px;
	line-height: 13px;
}

#bottom_links {
	display: inline-block;
	float: right;
}

#bottom_links a {
	display: inline-block;
	color: #949494;
	text-decoration: none;
	margin-left: 40px;
}
.portfolio-vertical {
        padding-bottom: 25px;
        border-bottom: 1px solid #999;
        margin-bottom: 25px;
}
.portfolio-vertical h3 {
        margin-top: 0;
}


/* INSET SWIFFY */
.inset-swiffy {
  background-image: url(/images/inset-swiffy-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.inset-swiffy2 {
  background-image: url(/images/inset-swiffy-bg2.jpg);
}
/* FLEXSLIDER OVERRIDES */
.flex-direction-nav li a {
  margin-top: 0px;
  line-height: 1em;
}
.flexslider video {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
	.showme img.maxwidth {
		margin-left: -30%;
	}
        .showme.vertical img.maxwidth, .pseudo-showme.vertical img.maxwidth {
                margin-left: -15%;
        }
}
@media (min-width: 1200px) {
        .showme.vertical img.maxwidth, .pseudo-showme.vertical img.maxwidth {
                margin-left: -5px;
        }
}

@media (max-width: 991px) {
	.showme,.pseudo-showme {
		height: auto !important;
	}
	
	.showme .showme-info {
		top:  75% !important;
		height: 25% !important;
	}
}

@media (min-width: 769px) {
	div.service-teaser-homepage {
		height: 100px;
	}
	
	div.service-teaser {
		height: 175px;
	}
	
	.maxwidth {
	  max-width: auto;
	  max-height: 100%;
	  height: 100%;
	}
	
	.showme img.maxwidth, .pseudo-showme img.maxwidth {
	  position: relative;
	  display:block;
	  margin-right:0;
	  margin-bottom: 0;
	  margin-top: 0%;
	  padding:0;
	  z-index: 9;
  
	}
}

@media (min-width: 768px) {
	#fixed_navigation {
		display: none;
	}
}

@media (max-width: 767px) {
  	.navbar a img.hidden-xs {
  	  display: none !important;
	}
	header {
	  margin-top: 50px;
	}
	#footer div.address div + div {
	  /*margin-left: 0px;
 	  display: block;*/
	}
	
	.showme img.maxwidth {
		width: 100% !important;
		height: auto !important;
		max-width: 720px !important;
		max-height: 510px !important;
	}
	
	.showme img.maxwidthtest {
		width: 100%;
		height: auto !important;
		max-width: 720px !important;
		max-height: 510px !important;
	}
	
	.maxwidth {
		max-height: 1000px !important;
	}
	
	
}

@media (max-width: 639px) {
	#bottom {
		text-align: center;
	}
	#bottom_links {
		display: block;
		margin: 1em 0;
		text-align: center;
		float: none;
	}
	
	#bottom_links a {
		margin-left: 10px;
	}
}

.satellite-left {
        padding-left: 0px;
        margin-bottom: 20px;
}
.satellite-right {
        padding-left: 0px;
        z-index: 60;
}
@media (min-width: 992px) {
	.satellite-left {
		margin-bottom: 0px;
	}
        .satellite-right {
                padding-left: 15px;
        }
}
.fs-tiny {
	font-size: 8px;
        line-height: 8px;
	margin: 0px 0px 0px 0px;
}

.service-teaser.awards h3 {
        text-transform: none;
}
ul.services-stack-icon-left.awards-icon {
        background-position-x: 30px;
}
ul.services-stack-icon-right.awards-icon div  {
        padding-right: 150px;
}

ul.services-stack-icon-left.awards-icon div {
        padding-left: 150px;
}
</pre></body></html>