b/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
	font-family: sans-serif;
/* 1 */
	-ms-text-size-adjust: 100%;
/* 2 */
	-webkit-text-size-adjust: 100%;
/* 2 */ }

/**
* Remove default margin.
*/
body {
	margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
	display: inline-block;
/* 1 */
	vertical-align: baseline;
/* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
	display: none;
	height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden], template {
	display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
	background: transparent; }

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

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
	border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong {
	font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
	font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {font: Volkorn;
	font-size: 5em;
	margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
	background: #ff0;
	color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
	font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
	border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
	overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
	margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
	overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
	overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button, select {
	text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
	cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
	line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
	overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
	font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
	border-collapse: collapse;
	border-spacing: 0; }

td, th {
	padding: 0; }

@-webkit-keyframes borderGrow {
to {
	width: 100%; } }

@-moz-keyframes borderGrow {
to {
	width: 100%; } }

@keyframes borderGrow {
to {
	width: 100%; } }

@-webkit-keyframes fadeSlideDown {
to {
	-webkit-transform: translateY(0);
	opacity: 1; 
	} }

@-moz-keyframes fadeSlideDown {
to {
	-moz-transform: translateY(0);
	opacity: 1; } }

@keyframes fadeSlideDown {
to {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1; } }

@-webkit-keyframes fadeSlideIn {
to {
	-webkit-transform: translateX(0);
	opacity: 1; } }

@-moz-keyframes fadeSlideIn {
to {
	-moz-transform: translateX(0);
	opacity: 1; } }

@keyframes fadeSlideIn {
to {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1; } }

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

html {
	height: 100%; }

body {
	height: 100%;
	color: #333;
	font: 15px/25px 'Vollkorn', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
h1 {
	margin: 0 0 60px;
	font: 36px/50px 'Ubuntu', sans-serif;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase; }

h2 {
	margin: 0 0 60px;
	font: 24px/35px 'Ubuntu', sans-serif;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase; }

h3 {
	margin: 0;
	font: 18px/25px 'Ubuntu', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase; }

h4 {
	margin: 0;
	font: 11px/25px Ubuntu, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase; }

p {
	margin: 0 0 25px; }

a {
	color: #2795bd;
	text-decoration: none;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out; }

a:hover {
	opacity: 0.6; }

@media screen and (min-width: 1024px) {
h2 {
	margin-bottom: 110px; } }

.wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 30px;}

@media screen and (min-width: 600px){
.wrap {padding: 0 60px;} }

.btn {
	display: inline-block;
	height: 40px;
	padding: 0 24px;
	background: #2795bd;
	color: #fff;
	font: 13px Ubuntu;
	letter-spacing: 2px;
	line-height: 41px;
	text-transform: uppercase; }

.dark .btn {
	background: #6894CD; }

.ray {
	position: absolute;
	z-index: 2;
	width: 560px;
	height: 500px;
	background-color: rgba(255, 255, 255, 0);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04));
	background-image: linear-gradient(to top,rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04));
	-webkit-transform: skewX(26deg);
	-moz-transform: skewX(26deg);
	-ms-transform: skewX(26deg);
	-o-transform: skewX(26deg);
	transform: skewX(26deg); }

.arrow-down {
	width: 77px;
	height: 39px;
	background: url(/img/icon_arrow-white.svg);
	background-size:contain;
	text-indent: -999em; }

.arrow-left {
	width: 77px;
	height: 39px;
	background: url(/img/icon_arrow-white.svg);
	text-indent: -999em; 
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg); }

.arrow-right {
	width: 77px;
	height: 39px;
	background: url(/img/icon_arrow-white.svg);
	text-indent: -999em; 
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg); }

.back-to-top {
	position: fixed;
	z-index: 11;
	bottom: 18px;
	right: 18px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out; }
	
.back-to-top a {
	display: block;
	width: 48px;
	height: 48px;
	background: rgba(32, 32, 32, 0.8) url(/img/icon_arrow-white.svg) no-repeat center;
	text-indent: -999em;
	background-size: 38px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg) }

.back-to-top.shown {
	opacity: 1; }

.light .arrow-left {
	background: url(/img/icon_arrow-black.svg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);}

.light .arrow-right {
	background: url(/img/icon_arrow-black.svg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg)}
	
.page {
	overflow: hidden;
	position: relative; }
	
.page.dark {
	background-color: #777777;
	color: #fff; }
	
.page .push {
	display: block;
	padding: 0 0 60px; }
	
.page .wrap {
	position: relative;
	z-index: 3;
	height: 100%;
	padding-bottom: 60px; }

@media screen and (min-width: 1024px) {
.page .push {
	padding-bottom: 100px; }
	
.page .wrap {
	padding-bottom: 150px; } }

/*TITLE*/
.logo {
	margin: 0; }
	
.logo a {
	display: block;
	width: 250px;
	height: 19px;
	background: url(/img/logoText-white.svg) no-repeat center;
	background-size: contain;
	text-indent: -999em; }
	
.logo a:hover {
	opacity: 1; }

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

.header-main {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
	
.header-main .logo {
	float: left;
	line-height: 80px; }

.header-main .logo a {
	height: 80px; }

@media screen and (min-width: 1024px) {
.header-main {
	height: 60px; }
	
.header-main .logo {
	float: left;
	line-height: 60px; }

.header-main .logo a {
	height: 60px; } }

.show-menu {
	float: right;
	width: 40px;
	height: 80px;
	background: url(/img/icon_menu-white.svg) no-repeat right center;
	text-indent: -999em;}
	
.show-menu:hover {
	opacity: 1; }

@media screen and (min-width: 1024px) {
.show-menu {
	display: none; } }

.nav-primary, .nav-clone {
	font: bold 14px 'Ubuntu'; }

.nav-primary a, .nav-clone a {
	color: #fff;
	text-decoration: none; }

.nav-primary .count, .nav-clone .count {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 14px;
	margin: 0 0 0 6px;
	border-radius: 7px;
	background: #2795bd;
	color: #fff;
	font-size: 9px;
	line-height: 14px;
	text-align: center; }

.nav-primary .lg-nav, .nav-clone .lg-nav {
	height: 70px;
	width: 104px; }

.nav-primary .lg-nav a, .nav-clone .lg-nav a {
	display: block;
	height: 100%; }

.nav-primary .lg-nav:hover, .nav-clone .lg-nav:hover {
	opacity: 0.5; }

.nav-primary {
	display: none;
	float: right;
	line-height: 68px; }

.nav-primary li {
	float: left;
	margin-left: 42px; }

.nav-primary li:first-child {
	margin-left: 0; }

@media screen and (min-width: 1024px) {
.nav-primary {
	display: block; } }

.nav-clone {
	position: fixed;
	z-index: 100;
	top: 0;
	right: -40%;
	bottom: 0;
	width: 40%;
	margin: 0 -2px 0 0;
	padding: 0 24px;
	background: #777777;
	line-height: 42px;
	list-style: none;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out; }

.nav-clone:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 2px;
	background: rgba(0, 0, 0, 0.2); }

.nav-clone.shown {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }

.nav-clone h2 {
	display: none;
	height: 60px;
	margin: 0 0 10px;
	color: #333;
	letter-spacing: normal;
	line-height: 80px;
	text-align: left; }

.nav-clone .mobile-hide {
	display: none; }

.nav-clone ul {
	margin: 0 -24px;
	padding: 18px 0; }

.nav-clone .lg-nav {
	width: 100%; }

@media screen and (min-height: 460px) {
.nav-clone {
	font-size: 18px;
	line-height: 54px; }

.nav-clone h2 {
	display: block; }

.nav-clone ul {
	padding: 0; } }

.nav-clone a {
	display: block;
	padding: 0 24px;
	color: #fff;
	-webkit-transition: background 0.1s ease-out;
	-moz-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out; }

.nav-clone a:active, .nav-clone a:hover {
	background: #2795bd;
	opacity: 1; }

@media screen and (min-width: 600px) {
.nav-clone .mobile-hide {
	display: block; } }

.body-overlay {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4); }

.light .logo a {
	background-image: url(/img/logoText-black.svg); }

.light li.active a {
	border-bottom: 1px solid #333; }

.footer-main {
	overflow: hidden;
	padding: 60px 0;
	font-size: 12px; }

.footer-main .footer-col {
	display: none; }

.footer-main .footer-col:first-child {
	display: block; }

.footer-main .identity {
	text-align: center; }

@media screen and (min-width: 600px) {
.footer-main .footer-col {
	display: block;
	float: left;
	width: 22%; }

.footer-main .footer-col:first-child {
	width: 56%; }

.footer-main .footer-col.extra {
	display: none; }

.footer-main .identity {
	width: 240px;
	width: 240px;
	padding: 8px 0 0;
	text-align: right; } }

@media screen and (min-width: 768px) {
.footer-main .footer-col {
	width: 25%; }

.footer-main .footer-col:first-child {
	width: 50%; } }

@media screen and (min-width: 1024px) {
.footer-main .footer-col {
	width: 20%; }

.footer-main .footer-col:first-child {
	width: 40%; }

.footer-main .footer-col.extra {
	display: block; } }

.footer-main ul {
	margin: 0;
	padding: 0;
	list-style: none; }
	
.footer-main a {
	color: #333;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out; }
	
.footer-main a:hover {
	color: #2795bd;
	opacity: 1; }
	  
.footer-main .disabled {
	color: #ccc; }
	
.footer-main .logo {
	display: inline-block; }
	
.footer-main .logo a {
	background-image: url(/img/logoText-black.svg);
	text-indent: 999em; }
	  
.footer-main .slogan {
	margin: 0 0 21px;
	color: #2795bd;
	font-size: 16px; }
	
.footer-main .social {
	display: inline-block;
	overflow: hidden;
	margin: 0 0 14px; }
	
.footer-main .social li {
	float: left;
	margin: 0 0 0 16px; }

.footer-main .social li:first-child {
	margin-left: 0; }

.footer-main .copyright {
	margin: 0;
	color: #666; }
	
.footer-main .vea:hover {
	opacity: 1; }

/* Base */
.text-slides p{
	text-align:left; }

.text-slides {
	position: relative;
	margin: 76px auto 0;
	text-align: center; }

.text-slides .slides-prev, .text-slides .slides-next {
	position: absolute;
	width: 41px;
	height: 66px;
	background-size: 25px 40px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out; }

.text-slides .slides-prev:hover, .text-slides .slides-next:hover {
	opacity: 1; }

.text-slides .slides-prev.disabled, .text-slides .slides-next.disabled {
	opacity: 0.2; }

.text-slides .slides-prev {
	left: -30px; }

.text-slides .slides-next {
	right: -30px; }

.text-slides .slides-tabs {
	display: block;
	margin: 0 -30px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font: 15px Ubuntu;
	letter-spacing: 3px;
	line-height: 64px;
	text-transform: uppercase; }

.dark .text-slides .slides-tabs a {
	display: none;
	color: #fff; }
	
.light .text-slides .slides-tabs a {
	display: none;
	color: #000; }

.text-slides .slides-tabs a.active {
	display: inline-block; }

.text-slides .slides-contents {
	position: relative;
	max-width: 460px;
	margin: 70px auto 0; }

.text-slides .slides-contents article {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; }
	
@media screen and (min-width: 768px) {
.text-slides .slides-prev, .text-slides .slides-next {
	width: 77px;
	height: 39px;
	margin: 200px 0 0;
	background-size: auto; }

.text-slides .slides-prev {
	left: 0; }

.text-slides .slides-next {
	right: 0; }

.text-slides .slides-tabs {
	display: inline-block;
	margin: 0;
	padding: 0 24px;
	border-color: #fff;
	line-height: 58px; }

.text-slides .slides-tabs li {
	display: inline;
	margin: 0 0 0 10px;
	}

.text-slides .slides-tabs li:first-child {
	margin-left: 0; }

.dark .text-slides .slides-tabs a {
	display: inline-block;
	color: #fff;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
	opacity: 0.2; }
	
.light .text-slides .slides-tabs a {
	display: inline-block;
	color: #000;
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
	opacity: 0.2; }
	
.text-slides .slides-tabs a:hover {
	opacity: 1; }

.text-slides .slides-tabs a.active {
	opacity: 1; } }

@media screen and (min-width: 1024px) {
.text-slides .slides-tabs {
	font-size: 18px; }

.text-slides .slides-tabs li {
	margin: 0 0 0 15px; } }

.continue {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin: 0 0 0 -37px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-animation: fadeSlideDown 1s 1.75s forwards;
	-moz-animation: fadeSlideDown 1s 1.75s forwards;
	animation: fadeSlideDown 1s 1.75s forwards; }

.mood {
	overflow: hidden;
	position: relative;
	height: 100%;
	text-align: center; }

.mood .ray {
	left: 60%; }

.mood .ray2 {
	margin: 0 0 0 200px; }

.mood .ray3 {
	margin: 0 0 0 300px; }

.mood .mood-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background-image: url(/img/backgroundImage.jpg);
	background-position: center;
	background-size: cover; }

.mood .mission-wrap {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0; }

.mood .mission {
	display: inline-block;
	position: relative;
	padding: 18px 0;
	font-size: 22px;
	font-style: italic;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0); }

.mood .mission:before, .mood .mission:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: borderGrow 1s 0.75s forwards;
	-moz-animation: borderGrow 1s 0.75s forwards;
	animation: borderGrow 1s 0.75s forwards; }

.mood .mission:before {
	top: 0;
	left: 0; }

.mood .mission:after {
	right: 0;
	bottom: 0; }

.mood .mission span {
	display: block;
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: fadeSlideIn 1s 0.75s forwards;
	-moz-animation: fadeSlideIn 1s 0.75s forwards;
	animation: fadeSlideIn 1s 0.75s forwards; }

.mood .mission strong {
	display: block;
	margin: 6px 0 0;
	font: 21px Ubuntu;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation: fadeSlideIn 1s 0.75s forwards;
	-moz-animation: fadeSlideIn 1s 0.75s forwards;
	animation: fadeSlideIn 1s 0.75s forwards; }

@media screen and (min-width: 600px) {
.mood .mission {
	padding-left: 24px;
	padding-right: 24px; }

.mood .mission strong {
	margin-top: 0;
	font-size: 36px; } }

@media screen and (min-width: 1024px) {
.mood .mission {
	width: 860px; } }

@-webkit-keyframes clarify {
from {
	background-position: 0 0; }

to {
	background-position: -3696px 0; } }

@-moz-keyframes clarify {
from {
	background-position: 0 0; }

to {
	background-position: -3696px 0; } }

@keyframes clarify {
from {
	background-position: 0 0; }

to {
	background-position: -3696px 0; } }

@-webkit-keyframes create {
from {
	background-position: 0 -112px; }

to {
	background-position: -4816px -112px; } }

@-moz-keyframes create {
from {
	background-position: 0 -112px; }

to {
	background-position: -4816px -112px; } }

@keyframes create {
from {
	background-position: 0 -112px; }

to {
	background-position: -4816px -112px; } }

@-webkit-keyframes code {
from {
	background-position: 0 -224px; }

to {
	background-position: -4704px -224px; } }

@-moz-keyframes code {
from {
	background-position: 0 -224px; }

to {
	background-position: -4704px -224px; } }

@keyframes code {
from {
	background-position: 0 -224px; }

to {
	background-position: -4704px -224px; } }

@-webkit-keyframes connect {
from {
	background-position: 0 -336px; }

to {
	background-position: -4480px -336px; } }

@-moz-keyframes connect {
from {
	background-position: 0 -336px; }

to {
	background-position: -4480px -336px; } }

@keyframes connect {
from {
	background-position: 0 -336px; }

to {
	background-position: -4480px -336px; } }

@-webkit-keyframes control {
from {
	background-position: 0 -448px; }

to {
	background-position: -4592px -448px; } }

@-moz-keyframes control {
from {
	background-position: 0 -448px; }

to {
	background-position: -4592px -448px; } }

@keyframes control {
from {
	background-position: 0 -448px; }

to {
	background-position: -4592px -448px; } }

.services h2 {
	margin-bottom: 12px; }

.services p {
	margin-bottom: 60px;
	text-align: center; }

.services p br {
	display: none; }

.services ol, .services ul {
	margin: 0;
	padding: 0;
	list-style: none; }

.services ol {
	margin: 0 0 -60px 10px; }

.services .service {
	overflow: hidden;
	margin: 0 0 30px; }

.services .service .icon {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 24px 0 0;
	background: url(); /*cool icon swirly things*/
	background-size: 2752px 320px;
	opacity: 1; }

.services h3 {
	padding: 6px 0 0; }

.services .s1 .icon {
	background: url(/img/icon_automation.svg);
	background-size:contain; }

.services .s2 .icon {
	background: url(/img/icon_process.svg);
	background-size:contain;
}

.services .s3 .icon {
	background: url(/img/icon_web.svg);
	/*background-position: 0 -128px;*/ 
	background-size:contain;}

.services .s4 .icon {
	background: url(/img/icon_data.svg);
	background-size:contain; }

.services ul {
	font-style: italic; }

.services ul li {
	display: inline; }

.services ul li:after {
	content: ','; }

.services ul li:last-child:after {
	content: ''; }

.services .read-more {
	text-align: center;
	margin: 120px 0 0; }

@media screen and (min-width: 600px) {
.services p br {
	display: inline; }

.services ol {
	margin-left: 0;
	text-align: center; }

.services .service {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 0 0 60px; }

.services .service .icon {
	float: none;
	display: block;
	width: 112px;
	height: 112px;
	margin: 0 auto 30px;
	background-size: 4816px 560px; }

.services .service:hover h3:after {
	width: 40px; }

.services h3:after {
	content: ' ';
	display: block;
	width: 30px;
	height: 4px;
	margin: 24px auto 18px;
	-webkit-transition: width 0.25s ease-in-out;
	-moz-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out; }

.services .s1 .icon {
	background: url(/img/icon_automation.svg);
	background-size:contain; }
}

.services .s1 .icon.loop {
	-webkit-animation: clarify 1.32s steps(33);
	-moz-animation: clarify 1.32s steps(33);
	animation: clarify 1.32s steps(33); }

.services .s2 .icon {
	background: url(/img/icon_process.svg);
	background-size:contain;
	 }

.services .s2 .icon.loop {
-webkit-animation: create 1.72s steps(43);
-moz-animation: create 1.72s steps(43);
animation: create 1.72s steps(43); }

.services .s3 .icon {
	background: url(/img/icon_web.svg);
	background-size:contain; }

.services .s3 .icon.loop {
	-webkit-animation: code 1.68s steps(42);
	-moz-animation: code 1.68s steps(42);
	animation: code 1.68s steps(42); }

.services .s4 .icon {
	background: url(/img/icon_data.svg);
	background-size:contain; 
	/*background-position: 0 -336px;*/ }

.services .s4 .icon.loop {
	-webkit-animation: connect 1.6s steps(40);
	-moz-animation: connect 1.6s steps(40);
	animation: connect 1.6s steps(40); }

.services ul li {
	display: block; }

.services ul li:after {
	content: ''; }



@media screen and (min-width: 1024px) {
.services p {
	margin-bottom: 110px; }

.services .service {
	width: 20%; } }

.about .ray {
	left: -20%; }

.about .ray2 {
	margin: 0 0 0 100px; }

.about .ray3 {
	margin: 0 0 0 300px; }

.about .btn {
	margin: 36px 0 0; }
.projects-mobile {
	text-align: center; }	
/*PROJECT SLIDES
h3 {font: 24px/35px Ubuntu, sans-serif;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;}
	
h5 {margin-top:50%;
	font: 24px/35px Ubuntu, sans-serif;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase; }

* { margin: 0; padding: 0; }
 
h1 {color:#333; text-shadow:1px 1px #999; font-size:40px; font-family:Archivo Narrow; text-align:center;}
.slider-project{
    display: block;
    height: 500px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
    position: relative;
}
 
.sliderinner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
 
.sliderinner>ul {
    list-style: none;
    height: 100%;
    width: 500%;
    overflow: hidden;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

.sliderinner>ul>li {
	margin-bottom: 100px;
    width: 20%;
    height: 500px;
    float: left;
    position: relative;
}
.slider-image {
	height:500px;
	width: 70%;
	float:right;
}
.sliderinner>ul>li>img {
    margin: auto;
    height: 100%;
}
 
.slider-project input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}
 
.slider-project label {
    position: absolute;
    left: 50%;
    bottom: -45px;
    z-index: 100;
    width: 12px;
    height: 12px;
    background-color:#ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
 
.slider-project input[type=radio]#control1:checked~label[for=control1] { background-color: #333; }
.slider-project input[type=radio]#control2:checked~label[for=control2] { background-color: #333; }
.slider-project input[type=radio]#control3:checked~label[for=control3] { background-color: #333; }
.slider-project input[type=radio]#control4:checked~label[for=control4] { background-color: #333; }
.slider-project input[type=radio]#control5:checked~label[for=control5] { background-color: #333; }
.slider-project label[for=control1] { margin-left: -36px }
.slider-project label[for=control2] { margin-left: -18px }
.slider-project label[for=control4] { margin-left: 18px }
.slider-project label[for=control5] { margin-left: 36px }
.slider-project input[type=radio]#control1:checked~.sliderinner>ul { left: 0 }
.slider-project input[type=radio]#control2:checked~.sliderinner>ul { left: -100% }
.slider-project input[type=radio]#control3:checked~.sliderinner>ul { left: -200% }
.slider-project input[type=radio]#control4:checked~.sliderinner>ul { left: -300% }
.slider-project input[type=radio]#control5:checked~.sliderinner>ul { left: -400% }
 
.description {
	height:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    font-family:Archivo Narrow;
    z-index: 1000;
}
.description-text {
	
	height:100%;
    background-color: rgba(0,0,0,.8);
    padding:10px;
    top: 0;
    z-index: 4;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    color: #fff;
}
.description-text p {
	margin-top:10%;
	vertical-align:center;
	font: 15px/12px Ubuntu, sans-serif;
	text-align:center;
}

.slider-project .wrap{
	 display: none;
  min-height: 100%;
  height: 800px; }


@media screen and (min-width: 1025px) {
.projects-mobile {
	display: none; }}	

.projects {
	display: none;
	min-height:100%;
	height: 800px;}

.projects .wrap {
	position: relative;
	height: 100%; }

.projects .slider{
	position: relative;
	top 100px;
	right: 0;
	bottom: 0;
	left: 0;}

.projects .project-slides article {
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    bottom: 175px;
    background: #fff; }

.projects .project-slides .explanation {
    position: relative;
    top: 0;
    width: 500px; }
.projects .slides-tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;}
	
.projects .project-tabs ul {
      text-align: center; }
.projects .project-tabs li {
      display: inline-block;
      width: 139px;
      height: 175px;
      margin: 0 0 0 80px; }
.projects .project-tabs li:first-child {
      margin-left: 0; }

*/
@media screen and (min-width: 1025px) {
.projects {
	display: block; } }

.clients {
	display: none; }

.clients .ray {
	left: 60%; }

.clients .ray2 {
	margin: 0 0 0 200px; }

.clients .ray3 {
	margin: 0 0 0 300px; }

.client-list {
	margin: 0 0 -120px;
	padding: 0;
	list-style: none;
	text-align: center; }

.client-list li {
	display: inline-block;
	width: 33.33333%;
	margin: 0 0 120px;
	background-position: center; }

.client-list img {
	display: block;
	width: 181px;
	height: 91px;
	margin: 0 auto; }

@media screen and (min-width: 600px) {
.clients {
	display: block; }

.client-list li:last-child {
	display: none; } }

@media screen and (min-width: 1024px) {
.client-list li {
	width: 25%; }

.client-list li:last-child {
	display: inline-block; } }

.team {
	display: none; }

.team-list {
	overflow: hidden;
	margin: 0 0 -80px;
	padding: 0;
	list-style: none; }

.team-list li {
	float: left;
	width: 50%;
	margin: 0 0 80px;
	cursor: pointer;
	text-align: center; }

.team-list li:hover h3:after {
	width: 40px; }

.team-list .img {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto 24px; }

.team-list .img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/team-mask.png); }

.team-list img {
	display: block;
	width: 180px;
	height: 180px; }

.team-list h3:after {
	content: ' ';
	display: block;
	width: 30px;
	height: 4px;
	margin: 18px auto 12px;
	-webkit-transition: width 0.1s ease-in-out;
	-moz-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out; }

.team-list .t0 h3:after {
	background: #2795bd; }

.team-list .t1 h3:after {
	background: #967aa5; }

.team-list .t2 h3:after {
	background: #d27a24; }

.team-list .t3 h3:after {
	background: #cd3636; }

.team-list .t4 h3:after {
	background: #cbda22; }

.team-list .t5 h3:after {
	background: #d591bb; }

.team-list p {
	margin: 0;
	font-style: italic; }

@media screen and (min-width: 600px) {
.team {
	display: block; } }

@media screen and (min-width: 1024px) {
.team-list li {
	width: 33.33333%; } }

.office .slides .slides-contents {
	max-width: 350px; }

.office .wrap {
	position: relative;
	z-index: 4; }

.office .ray {
	left: -20%; }

.office .ray2 {
	margin: 0 0 0 100px; }

.office .ray3 {
	margin: 0 0 0 300px; }

.office-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: no-repeat center;
	background-size: cover; }

.bg-9 {
	display: block;
	background-image: url(/img/office-creative-capital.png); }

.bg-10 {
	background-image: url(/img/office-everything-you-need.png); }

.bg-11 {
	background-image: url(/img/office-we-are-family.jpg); }

.contact {
	overflow: visible;
	position: relative; }

.contact .ray {
	left: 60%; }

.contact .ray2 {
	margin: 0 0 0 100px; }

.contact .ray3 {
	margin: 0 0 0 300px; }

.contact .map-canvas {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	height: 670px; }

.contact-content {
	overflow: hidden;
	position: relative;
	z-index: 4;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

.contact-content .contact-mobile {
	text-align: center; }

.contact-content .contact-mobile p:before {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	margin: 24px auto;
	background: #6894cd; }

.contact-content ul {
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none; }

.contact-content li {
	float: left;
	width: 33.33333%;
	text-align: center; }

.contact-content h3 {
	margin: 30px 0 0; }

.contact-content .btn {
	background: #6894cd; }

pa .contact-content .sub-title {
	font-style: italic; }

.contact-content .sub-title.large {
	font: normal 18px/25px Ubuntu, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase; }

.contact-content .sub-title:after {
	content: ' ';
	display: block;
	width: 30px;
	height: 4px;
	margin: 24px auto;
	-webkit-transition: width 0.1s ease-in-out;
	-moz-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out; }

.contact-content li:hover .sub-title:after {
	width: 40px; }

.contact-content img, .contact-content .show-map {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto; }

.contact-content .show-map {
	text-indent: -999em; }

@media screen and (min-width: 768px) {
.contact-content .contact-mobile {
	display: none; }

.contact-content ul {
	display: block; 
	}
	
}