i3/*------------------------------------------------------------------
[Global Stylesheet]

Project:	    Mars Spiders

1) Grid 2) Typography 3) Main 4) Colour scheme 5) Responsive
/*------------------------------------------------------------------

/*--------------------------------------*/
/* 1. Grid -------------------*/
/*--------------------------------------*/

@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	tr.visible-xs {
		display: table-row !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
		padding-left:15px;
		padding-right:15px;
	}
}

@media (max-width: 767px) {
	.container {
		margin-left:15px;
		margin-right:15px;
	}
}


@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------*/
/* 2. Typography -------------------*/
/*--------------------------------------*/

/*------------------------------------------------------------------
[Stylesheet]
JAMES Framework - Reset & Typography
-------------------------------------------------------------------*/

/*! 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-size: 2em;
	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; }

html {
	box-sizing: border-box; }

*, *:before, *:after {
	box-sizing: inherit; }

ul {
	list-style-type: none;
	padding:0; }

iframe {border:none;}


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

html, body {
	font-family: "Lato","Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.53rem;
	-webkit-font-smoothing: antialiased !important;
}


@media (max-width: 479px) {html { font-size: 12px; }}
@media (min-width: 480px) and (max-width: 767px) {html { font-size: 12px; }}
@media (min-width: 768px) and (max-width: 991px) {html { font-size: 13px; }}
@media (min-width: 992px) and (max-width: 1199px) {html { font-size: 14px; }}
@media (min-width: 1200px) {html { font-size: 17px; }}



h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0; }

/**
  * Styles for HTML elements
  */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-family: "Lato",'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.02rem;
	opacity: 0.54;
	font-size: 0.6rem; }

h1 {
	font-family: "Lato",'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.02rem;
	margin-top: 1.71rem;
	margin-bottom: 1.71rem;
}

h2 {
	font-family:"Lato",'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 3.21rem;
	font-weight: 300;
	line-height: 3.53rem;
	margin-top: 1.71rem;
	margin-bottom: 1.71rem;
	opacity: 0.8;
	letter-spacing: -0.08rem;
}

h3 {
	font-family: "Lato",'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 2.43rem;
	font-weight: 400;
	line-height: 2.86rem;
	margin-top: 1.71rem;
	margin-bottom: 1.71rem;
	opacity: 0.8;
	letter-spacing: -0.02rem;
}

h4 {
	font-family: "Lato",'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.71rem;
	font-weight: 400;
	line-height: 2.36rem;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 1.71rem;
	margin-bottom: 1.14rem;
	opacity: 0.8;
}

h5 {
	font-family:"Lato",'Open Sans', "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.43rem;
	font-weight: 500;
	line-height: 1.86rem;
	letter-spacing: 0.02rem;
	margin-top: 1.71rem;
	margin-bottom: 1.14rem;
	opacity: 0.8;
}

h6 {
	font-family:"Lato", 'Open Sans',"Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 1.14rem;
	font-weight: 400;
	line-height: 1.71rem;
	letter-spacing: 0.02rem;
	margin-top: 1.71rem;
	margin-bottom: 1.14rem;
	opacity: 0.8;
}

p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.71rem;
	letter-spacing: 0;
	margin-bottom: 1.14rem;
	opacity: 0.8;}

a {
	text-decoration: none;
	font-weight: 500;

}

blockquote {
	font-family: "Lato","Roboto Slab", serif;
	position: relative;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: normal;
	font-style: normal;}
blockquote:before {
	position: absolute;
	left: -0.5em;
	content: ''; }
blockquote:after {
	content: '';
	margin-left: -0.05em; }


mark {
	background-color: #f4ff81; }

dt {
	font-weight: 700; }

address {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-style: normal; }

ul, ol {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0; }

/*--------------------------------------*/
/* 3. Main -------------------*/
/*--------------------------------------*/

/*------------------------------------------------------------------
[Main Stylesheet]

/*------------------------------------------------------------------
[Table of contents]

1. Helper Classes
2. Service Page Icons
3. Font Awesome
4. Navigation
5. Homepage Content
11. Reviews
12. Contact
13. Footer
14. Material Design Lite tweeks + MS Core

-------------------------------------------------------------------*/

/*--------------------------------------*/
/* 1. Helper Classes -------------------*/
/*--------------------------------------*/

.align-center {text-align:center}
.align-left {text-align:left}
.align-right {text-align:right}
.float-left {float:left}
.img_responsive {max-width: 100%}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.img-circle {border-radius: 50%}
.img-rounded_corner {border-radius: 0.2rem}
.margin-top-5 {margin-top:5rem;}
.margin-bottom-5 {margin-bottom:5rem;}
.margin-bottom-3 {margin-bottom:3rem;}
.margin-bottom-0 {margin-bottom:0;}
.margin-top-2 {margin-top:2rem;}
.margin-bottom-2 {margin-bottom:2rem;}
.padding-top-5 {padding-top:5rem;}
.padding-bottom-5 {padding-bottom:5rem;}
.padding-top-2 {padding-top:2rem;}
.padding-bottom-2 {padding-bottom:2rem;}
.subsection { padding-top:7rem; padding-bottom:7rem; position:relative; z-index:100;}
.font-weight-400{font-weight: 400;}
.m-top-40{margin-top: 40px}
#footer p.f48 a{font-size: 48px;}
@media only screen and (max-width: 480px) {
	#footer p.f48 a{font-size: 38px;}
	#footer p.f48{
		text-align: center;
	}
}
@media (max-width: 768px){
	.margin-top-2-sm{margin-top:2rem;}
}
.m-b-null{margin-bottom: 0}
.m-t-null{margin-top: 0}
.img-center{margin: auto;  display: block;}
.invisible{display: none}
.m40{margin: 40px 0;}
.no-pad{padding: 0}
.italic{font-style: italic;}
.separator-subtitle {
	background-image: url("../img/headline-subtitle.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 120px;
}
img#myElement_logo{display: none!important;}
img#myElement1_logo{display: none!important;}
html .opacity {opacity: 1}
.margin-both{margin: 3rem 0}
.img-left{direction: rtl;}
@media (min-width: 960px){
.img-responsive.large-sc{
    max-width: none;
}}
.square{list-style-type: square; line-height: 30px}
/*--------------------------------------*/
/* 3. Service Page Icons ----------------*/
/*--------------------------------------*/
@-webkit-keyframes icon-animate {
	from {
		background-position: center top; }

	to {
		background-position: center -9400px; } }

@-moz-keyframes icon-animate {
	from {
		background-position: center top; }

	to {
		background-position: center -9400px; } }

@keyframes icon-animate {
	from {
		background-position: center top; }

	to {
		background-position: center -9400px; } }

#services .icon {
	width: 200px;
	height: 200px;
	border-radius: 12%;
	display: inline-block;
	background-size: 200px 9600px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 20px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	cursor: pointer; }
#services .icon:hover {
	-webkit-animation: icon-animate 1.7s steps(47) infinite;
	-moz-animation: icon-animate 1.7s steps(47) infinite;
	animation: icon-animate 1.7s steps(47) infinite; }
.icon.bullseye {
	background-image: url(../img/icons/bullseye.png);
	background-color: rgba(255, 217, 213, 0.514); }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.icon.bullseye {
		background-image: url("../img/icons/bullseye@2x.png"); } }
.icon.cogs {
	background-image: url(../img/icons/cogs.png);
	background-color: rgba(255, 217, 213, 0.514);}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.icon.cogs {
		background-image: url("../img/icons/cogs@2x.png"); } }
.icon.lightbulb {
	background-image: url(../img/icons/lightbulb.png);
	background-color: bisque; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.icon.lightbulb {
		background-image: url("../img/icons/lightbulb@2x.png"); } }
.icon.chat {
	background-image: url(../img/icons/chat.png);background-color: rgba(254, 181, 0, 0.176);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.icon.chat {
		background-image: url("../img/icons/chat@2x.png");
	} }
.icon.phone {
	background-image: url(../img/icons/phone.png);
	background-color: bisque; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.icon.phone {
		background-image: url("../img/icons/phone@2x.png"); } }
.icon.search {
	background-image: url(../img/icons/search.png);
	background-color: rgba(254, 181, 0, 0.176); }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
	.icon.search {
		background-image: url("../img/icons/search@2x.png"); } }

/*--------------------------------------*/
/* 4. Font awesome -----------------------*/
/*--------------------------------------*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 "mars-spiders-font-awesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "mars-spiders-font-awesome";
    src:url("../fonts/mars-spiders-font-awesome.eot");
    src:url("../fonts/mars-spiders-font-awesome.eot?#iefix") format("embedded-opentype"),
    url("../fonts/mars-spiders-font-awesome.woff") format("woff"),
    url("../fonts/mars-spiders-font-awesome.ttf") format("truetype"),
    url("../fonts/mars-spiders-font-awesome.svg#mars-spiders-font-awesome") format("svg");
    font-weight: normal;
    font-style: normal;

}
/*
[data-icon]:before {
    font-family: "mars-spiders-font-awesome" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: "mars-spiders-font-awesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.fa-linkedin:before {
    content: "\6f";
}
.fa-facebook-square:before {
    content: "\70";
}
.fa-twitter:before {
    content: "\61";
}
.fa-pinterest:before {
    content: "\62";
}
.fa-location-arrow:before {
    content: "\63";
    top: 2px;
    position: relative;
}
.fa-envelope:before {
    content: "\64";
    top: 2px;
    position: relative;
}
.fa-phone:before {
    content: "\65";
    top: 2px;
    position: relative;
}
.fa-chevron-up:before {
    content: "\66";
}
.fa-instagram:before {
    content: "\67";
}
/*--------------------------------------*/
/* 4. Navigation -----------------------*/
/*--------------------------------------*/

/*-- desktop navigation --*/

.navigation_desktop ul:not(.mdl-menu) {
	float:right;
	padding:0;
	margin:0;
	line-height: 4rem;
}

.navigation_desktop ul li:not(.mdl-menu__item) {
	float:left;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	height:auto;
	margin-left:1rem;
	margin-right:1rem;
	display:inline-block;
}

.navigation_desktop ul li:last-child {
	margin-right:0;
}

.navigation_desktop ul li a:not(.mdl-menu_a) {
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.71rem;
	margin:0 !important;
	padding:0 !important;
	letter-spacing: 0;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:black;
	text-transform: uppercase;
}

.navigation_desktop a:not(.mdl-menu_a):hover {
	opacity:1;
}

.navigation_desktop li a:focus, .navigation_desktop a:hover {
	outline:none;
	text-decoration: none;
}

/*-- menu_bar --*/

.menu_bar {
	height: 4rem;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index:900;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(-105%);
	-moz-transform: translateY(-105%);
	transform: translateY(-105%);
	-ms-transform: translateY(-105%);
}

.menu_bar-hide {
	height: 4rem;
	-webkit-transform: translateY(-105%);
	-moz-transform: translateY(-105%);
	transform: translateY(-105%);
	-ms-transform: translateY(-105%);

}

.menu_bar-show {
	height: 4rem;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-ms-transform: translateY(0%);
}

.menu_bar .navigation_desktop ul {
	margin:0;

}

.mobile_open_button {

}

.logo {
	float:left;
	line-height: 0;
	margin-top:1rem;
	height: 30px;
}


/*-- Mobile Menu --*/

.cbp-spmenu {
	position: fixed;
	padding-top:0rem;
	padding-left:0rem;
	background-color: white;

	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.cbp-spmenu-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1001;
}

.cbp-spmenu-right {
	right:-255px;
	-webkit-animation: animation_back 1000ms linear both;
	animation: animation_back 1000ms linear both;
}

#mobile_menu_content {
	float:left;
}

#mobile_menu_content ul li a{
	color:black;
	padding: 0 2rem;
	font-size: 1.2rem;
	height: 3.2rem;
	line-height:  3.2rem;
	width:250px;
	display: block;
}

#mobile_menu_content ul li a:hover {
	background-color: rgb(238,238,238)
}

#mobile_menu_content ul li {
	width:250px;
	display: block;
}

.cbp-spmenu-right.cbp-spmenu-open {
	-webkit-animation: animation 1000ms linear both;
	animation: animation 1000ms linear both;
}


/* Generated with Bounce.js. Edit at http://goo.gl/6EqiXS */

@-webkit-keyframes animation {
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1); }
	8.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1); }
	12.91% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1); }
	17.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1); }
	28.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1); }
	39.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1); }
	61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1); }
	83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); }
}

@keyframes animation {
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -102.854, 0, 0, 1); }
	8.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -175.717, 0, 0, 1); }
	12.91% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -210.455, 0, 0, 1); }
	17.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.667, 0, 0, 1); }
	28.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -204.125, 0, 0, 1); }
	39.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -198.754, 0, 0, 1); }
	61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200.083, 0, 0, 1); }
	83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -199.994, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); }
}

/* Generated with Bounce.js. Edit at http://goo.gl/Y6j3eR */

@-webkit-keyframes animation_back {
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); }
	4.3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1); }
	8.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1); }
	12.91% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1); }
	17.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1); }
	28.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1); }
	39.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1); }
	61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1); }
	83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation_back {
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1); }
	4.3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -97.146, 0, 0, 1); }
	8.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24.283, 0, 0, 1); }
	12.91% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.455, 0, 0, 1); }
	17.22% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.667, 0, 0, 1); }
	28.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.125, 0, 0, 1); }
	39.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.246, 0, 0, 1); }
	61.66% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.083, 0, 0, 1); }
	83.98% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.006, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}



/*-- Mobile Menu open & close buttons --*/

#mobile_menu_content {
	clear:both;
	box-shadow:none;
	-webkit-box-shadow: none;
}

.mdl-menu__container{
	margin-top:0.5rem;
}

.mdl-menu__item {
	padding: 0 1.14rem;
	font-size: 0.8rem;
	height: 2rem;
	line-height:  2rem;
}

.mdl-menu__item a{
	color:black
}

.menu_button {
	position:relative;
	float:right;
	margin-top:-0.05rem;
}


/*--------------------------------------*/
/* 5. Homepage Content -----------------*/
/*--------------------------------------*/

.top_bar {
	position:relative;
	z-index:2000;
	margin-bottom:5rem;
}

html {
	overflow-x:hidden;
}

.logo_home {
	float:left;
	margin-bottom:7rem;
}

.hero_fullscreen {
	padding-top:2rem;
	padding-bottom:0;
}

.home_content button {
	margin-top:1rem;
}


/*--------------------------------------*/
/* 12. Contact -------------------------*/
/*--------------------------------------*/

#message {
	margin-top:0.5rem;
	display:none;
	position: relative;
	z-index:3000;
	width:100%;
	text-align:left;
	padding:1rem;
}

#alert {
	background-color: #F00;	
}

.alert_title {
	margin:0;
	display:inline-block;
	vertical-align: middle;
}

.unordered li p {
	margin:0 !important;
	font-size:1rem;
	line-height:1.7rem;
}

.unordered {
	margin:0;
	padding:0;
}

#message.warning {
	background:#F44336;
}

#message.success {
	background:#4CAF50;
	padding-bottom:0rem;
}


/*--------------------------------------*/
/* 13. Footer --------------------------*/
/*--------------------------------------*/

#footer {
	padding-top:2rem;
	padding-bottom:0.75rem;
	position:relative; z-index:100;
	background: #00bbd6;
}

#footer p.48 {
	font-size: 48px;
}

#footer i {
	display:inline-block;
	vertical-align: middle;
	margin-bottom:0.3rem;
}


/*--------------------------------------*/
/* 14. Material Design Lite tweeks -----*/
/*--------------------------------------*/

/* cards */

.mdl-card {
	/*display: block;*/
	font-size: 1rem;
	min-height: auto;
	width: auto;
	margin-bottom:1.5rem;
}

.mdl-card__supporting-text {
	font-size: 0.9rem;
	line-height: 1.53rem;
	overflow: hidden;
	padding: 1.1rem;
	width: 100%;
}

.mdl-card__menu {
	right: 1rem;
	top: 1rem; }

.mdl-card__menu a {
	margin-right:0 !important;
}

.mdl-card__actions.mdl-card--border {
    border-top: none;
    margin-top: auto;
}

.mdl-button:hover,.mdl-button:active,.mdl-button:focus:not(:active){background: none;border-bottom: 3px solid rgba(42, 16, 71, 0.54);}

.mdl-button{padding: 0; margin-left: 1.1rem;}

/* inputs */

.mdl-textfield {
	font-size: 1rem;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 1.43rem 0; }
.mdl-textfield .mdl-button {
	bottom: 1.43rem; }

.mdl-textfield--full-width {
	width: 100%; }

.mdl-textfield--expandable {
	min-width: 2.28rem;
	width: auto;
	min-height: 2.28rem; }

.mdl-textfield__input {
	font-size: 1rem;
	margin: 0;
	padding: 0.3rem 0;
	width: 100%;
	background: 1rem;
}

.mdl-textfield__label {
	bottom: 0;
	font-size: 1rem;
	left: 0;
	right: 0;
	top: 1.71rem;
	width: 100%;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
	font-size: 1rem;
	top: 0.3rem;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
	top: -1rem;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
	font-size: 1rem;
}
.mdl-textfield__label:after {
	bottom: 1.43rem;
	height: 2px;
	left: 45%;
	width: 0.71rem;
}

.mdl-textfield__error {
	font-size: 1rem;
	margin-top: 0.3rem;
}

.mdl-textfield__expandable-holder {
	margin-left: 2.28rem;
	max-width: 0.1px;
}
.mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
	max-width: 100%;
}
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
	bottom: 0;
}

/*services tabs*/
.wpb_single_image img {
	vertical-align: top;
	height: auto;
	max-width: 100%;
}
div.wpb_tour_next_prev_nav a {
	color: #999;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.85);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
@media screen and (min-width: 960px){
	body .wpb_tour .ui-tabs .ui-tabs-nav {
		width: 25%;
	}

}
@media screen and (min-width: 500px){ .round-b.img-responsive{height: 527px}}
.wpb_tour .wpb_tabs_nav {
	float: left;
	width: 31.66666667%;
}
.wpb_content_element .wpb_tabs_nav {
	margin: 0;
	padding-left: 0 !important;
	text-indent: inherit !important;
}

.wpb_tour .wpb_tabs_nav li {
	margin: 0 0 1px 0;
	clear: left;
	width: 100%;
}
div.wpb_tour a {color: #feb500 }
div.wpb_tour div.ui-tabs .ui-tabs-nav li a {
	border-right: 1px solid #E0E0E0;
	background-color: transparent;
	padding: 9px 1.25em 9px .25em;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	color: #aaa;
}
@media screen and (min-width: 960px){
	body .wpb_tour .wpb_tab, body .wpb_tour .wpb_tab.ui-tabs-panel {
		width: 75%;
		padding-left: 4%;
	}}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	float: left;
	width: 68.33333333%;
	padding: 0 0 0 21.73913043px;
}
.ui-tabs-nav li a {border-color: #e0e0e0;}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .wpb_content_element .wpb_accordion_header a {
	border-bottom: none;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em;
}
div.wpb_tour div.ui-tabs ul.ui-tabs-nav li.ui-tabs-active a, div.wpb_tour div.ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	border: 1px solid #E0E0E0;
	border-width: 1px 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.wpb_content_element div.ui-tabs .ui-tabs-nav li {
	background-color: transparent;
}
div.wpb_tour div.ui-tabs ul.ui-tabs-nav li.ui-tabs-active a, div.wpb_tour div.ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	border: 1px solid #E0E0E0;
	border-width: 1px 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.wpb_tour_next_prev_nav a {
	color: #999;
	border-color: #ccc;
	background-color: transparent;
}
div.wpb_tour_next_prev_nav a {
	font-size: 12px;
	width: auto;
	height: auto;
	padding: 5px 12px;
	border-bottom-style: solid!important;
	border-bottom-width: 1px!important;
}
div.wpb_tour_next_prev_nav a  {
	overflow: hidden;
	width: 24px;
	height: 24px;
	font-size: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	border: 1px solid #ccc;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
div.wpb_tour_next_prev_nav a {
	color: #999;
	border-color: #ccc;
	background-color: transparent;
}
div.wpb_tour_next_prev_nav a, div.wpb_tour_next_prev_nav a:hover {
	background-color: transparent;
	text-shadow: none;
}
div.wpb_tour_next_prev_nav a, div.wpb_tour_next_prev_nav a:hover {
	background-color: transparent;
	text-shadow: none;
}
div.wpb_tour_next_prev_nav a {
	font-size: 12px;
	width: auto;
	height: auto;
	padding: 5px 12px;
	border-bottom-style: solid!important;
	border-bottom-width: 1px!important;
}
div.wpb_tour_next_prev_nav {
	margin-left: 25%;
	padding-left: 4%;
	font-size: 12px;
}
div.wpb_tour_next_prev_nav {
	margin-left: 25%;
	padding-left: 4%;
	font-size: 12px;
}
.wpb_tour_next_prev_nav span {
	width: 48%;
	display: inline-block;
	padding-top: 1em;
	float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
	text-align: right;
	float: right;
}
div.wpb_tour_next_prev_nav {
	margin-left: 25%;
	padding-left: 4%;
	font-size: 12px;
}
.wpb_wrapper img {
	height: auto;
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.wpb_tabs_nav {
		display: none;
	}
	div.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	div.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
		padding-left: 1em;
		padding-right: 1em;
	}
	div.wpb_tour_next_prev_nav {
		width: auto;
		padding: 0 1em;
	}
	div.wpb_tour .wpb_tab, div.wpb_tour_next_prev_nav {
		width: 100%;
		float: none;
		margin-left: 0;
	}

}
.vc_separator {
	margin: 40px 0;
}

/* MS Core
------------------------- */

/*Across all pages*/
#myElement{margin: 0 auto}
#myElement1{margin: 60px auto 0}
@media screen and (max-device-width: 1024px){
	.contact_info{overflow: hidden}
}

/* Home page */
*{font-family: "Lato",'Open Sans', sans-serif;}
.mdl-color--primary {

	background-color:#fff!important;
}
.mdl-color--secondary {

	background-color:#212121;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.recent-client-container{box-shadow: 0px 0px 1px 0px rgba(31,45,61,0.30);}
.recent-clients-logos{display: block;height: 100px;padding:5px 0;opacity:0.26;background:url("../img/Mars-Spiders-companies-we-worked-for.png");background-repeat: repeat-x;background-color: #000000;background-size: auto 100px;animation: animatedBackground 350s linear infinite;}
h1{font-weight: 300}
@-webkit-keyframes pulsate {
	0% { opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {opacity: 0.0;}
}
.overlap-i {
	width: 125%;
}
@media only screen and (max-width: 480px) {
	.overlap-i {
		width: 100%;
	}
	.yt-size{width:480px;height:auto;}
}
@media screen and (min-width: 1200px){
	.overlap-i {
		width: 150%;
	}
}
@media screen and (min-width: 1500px){
	.overlap-i {
		width: 200%;
	}
}

@media screen and (max-width: 992px){
	p{font-size:16px;line-height: 28px;}
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
	background-color: #feb500;font-family: 'Lato';
}

h1 #typed{text-rendering: optimizeLegibility;}

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.typed-resize {
    height:360px;
}

@media (max-width:1199px) {
    .typed-resize {
        height:300px;
    }
}

@media (max-width:992px) {
    .typed-resize {
        height:260px;
    }
}

@media (max-width:490px) {
    .typed-resize {
        height:120px;
    }
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
.yt-size{width:1280px;height:720px;}
@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 68px;
	}
	.h2-resize span{position: relative;top:-25px}
}
hr{border-top:0px;}
.h2-resize{font-size: 4rem;
	line-height: 1.35;}
.h2-resize span{font-size: 2.7rem;}

.ml-button{}
.work-testimonial {
	text-align: center;
	padding: 5em 0 4.5em;
	border-bottom: solid 1px #eeeeee;
}
.no-bor{border:none}
.work-testimonial blockquote {
	font-size: 1.7em;
	line-height: 1.4;
	max-width: 26em;
	margin: 0 auto 1em;
	text-rendering: optimizeLegibility;
	font-weight: 400;
}
.work-testimonial-name {
	display: inline-block;
	font-size: 1.1em;
	opacity: 0.6;
	margin-left: 0.7em;
	color: #4c4c4c;
}
.work-testimonial-avatar img {
	width: 100%;
}
.work-testimonial-avatar {
	display: inline-block;
	border-radius: 50%;
	background: #eeeeee;
	height: 60px;
	overflow: hidden;
	width: 60px;
	vertical-align: middle;
}
blockquote{font-family: "Lato"}

/*Footer*/
.h-special .strecha a{margin-right:2.5px}
.h-special.pseudofooter .fa a {line-height: 35px;padding: 0 0 0 6px;}
li.fa{display: block;color: #fff;
	padding: 0 0 20px;opacity: 0.8;}
.pseudofooter a:hover{color:#feb500}
.pseudofooter a{color:#fff;font-size: 16px;font-weight: 400}
.pseudofooter .fa a{padding: 0 0 0 9px}
.pseudofooter h2{color:#fff;opacity: 1}
#footer .pseudofooter p.footerstyle,#footer .pseudofooter a.footerstyle{font-size:16px; color: #fff;}
#footer .pseudofooter p.footerstyle{opacity: 1;font-weight: 400}
.pseudofooter a.footerstyle:hover{color: #feb500}
.footer-nav.strecha{opacity: 0.8;}
.strecha{margin: 29px 0}
ul.address{font-size:18px;margin-left:0}
#footer.c::after{background: url("../img/footer-london-image.jpg")no-repeat; background-position: center;opacity: 0.5;background-repeat: repeat-x;
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	-webkit-animation-duration: 30s;
}
img.footer-logo-link:hover{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
img.footer-logo-link{-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);margin-bottom: 29px;margin-top: 18px}

.n-m-top{margin-top: 0}

a {color: #feb500}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.lnr{ background: #d2d2d2 none repeat scroll 0 0;
	border: 2px solid #d8d8d8;
	border-radius: 20px;
	box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.59);
	color: rgba(255,255,255,.86);
	font-size: 93px;
	padding: 11px;


	text-shadow: 0 1px 0 rgb(204,204,204) , 0 1px 0 rgb(201,201,201) , 0 1px 0 rgb(187,187,187) , 0 1px 0 rgb(185,185,185) , 0 2px 0 rgb(170,170,170) , 0 1px 1px rgba(0,0,0,0.0980392) , 0 0 1px rgba(0,0,0,0.0980392) , 0 1px 1px rgba(0,0,0,0.298039) , 0 0px 1px rgba(0,0,0,0.2) , 0 0px 1px rgba(0,0,0,0.247059) , 0 1px 1px rgba(0,0,0,0.2) , 0 2px 2px rgba(0,0,0,0.14902);
}
.recent-clients {
	display: inline-block;
	width: 100%;
	padding: 0px 7.8125%;
	margin: 50px 0px;
	list-style: none;
}
.recent-clients li {
	height: 169.9px;
	float: left;
	width: 17.6999%;
	margin-right: 7.1%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recent-clients a {
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.recent-clients span {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.recent-clients span:hover{filter:grayscale(100%);-webkit-filter: grayscale(100%);}
.recent-clients li:last-child {
	margin-right: 0;
}
.recent-clients span.i1{background-image: url("../img/bureau-veritas-logo.png")}
.recent-clients span.i2{background-image: url("../img/yc-logo.png")}
.recent-clients span.i3{background-image: url("../img/bod-logo.png")}
.recent-clients span.i4{background-image: url("../img/peak-money-logo.png")}
.recent-clients span.i5{background-image: url("../img/dfe-logo.png")}
.recent-clients span.i6{background-image: url("../img/hmrc-logo.png")}
.recent-clients span.i7{background-image: url("../img/reindeer-logo.png")}
.recent-clients span.i8{background-image: url("../img/bl-logo.png")}
.featurette-b-divider {border-top:  solid 1px #eeeeee;}
@media only screen and (max-width: 600px){
	.recent-clients li {
		width: 50%;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.recent-clients span{    width: 100%;
		height: 148px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);    background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;}
	.recent-clients li a {
		border: none;}
}
a:focus {
	outline: none;
}
.recent-clients a:hover {
	border: 8px solid #feb500;
}
.linkedin-link svg {
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 13px;
	height: 12px;
	fill: #feb500;
	position: absolute;
	display: block;
	left: 35%;
	top: 35%;
}
a.linkedin-link{padding-left: 15px}
.linkedin-link:hover::before {background-color: #999}
.linkedin-link:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 28px;
	height: 28px;
	background-color: #000;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform-origin: 50% 50% 50%;
	-ms-transform-origin: 50% 50% 50%;
	-webkit-transform-origin: 50% 50% 50%;
	transform-origin: 50% 50% 50%;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.linkedin-link {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 2px;
	border: 0;
	float: none;
	z-index: 1;
}

#svg {
	height:800px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
}


.typed-cursor {
	-moz-animation: cssAnimation 0s ease-in 5s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 5s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 5s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 5s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes cssAnimation {
	to {
		width:0;
		height:0;
		overflow:hidden;
	}
}
@-webkit-keyframes cssAnimation {
	to {
		width:0;
		height:0;
		visibility:hidden;
	}
}

/* Back to the top */

#BackToTop a:link i.fa, #BackToTop a:visited i.fa {
	color: #ddd;
	color: rgba(255,255,255,.8);
}
#BackToTop a:link, #BackToTop a:visited {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	background-color: #BABABA;
	background-color: rgba(57,57,57,.35);
	border-radius: 2px;
}
@media screen and (min-width: 960px){
	#BackToTop a:link, #BackToTop a:visited {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
}
#BackToTop {
	z-index: 200000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: none;
}
@media screen and (min-width: 960px){
	#BackToTop {
		bottom: 20px;
		left: 20px;
	}
}


/*Services*/
@media (min-width: 992px){
	.fix-float{height: 800px}
}
#services .icon {width:100%;border-radius: 0;margin: 0}
#services .mdl-card__supporting-text {padding-top: 0}
#services p {opacity: 1}
#services .mdl-button:hover, .mdl-button:active, .mdl-button:focus:not(:active) {
    border-bottom: 3px solid rgb(63,81,181);
}
.mdl-button{font-family: "Lato", "Helvetica", "Arial", sans-serif}
/*Testimonials*/
	.ml15 {  margin-left: 15%}
/*Case Study*/
/*YC*/
.case-study .navigation_desktop ul li a:not(.mdl-menu_a) {color: #fff;}
.case-study #main_content {background: url('../img/youcapital-investment-matching-platform-apps-developed-by-mars-spiders.png') no-repeat;background-color: #212121;height: 430px}
@media only screen and (max-width: 600px){
	.case-study #main_content {background: url('../img/youcapital-investment-matching-platform-apps-developed-by-mars-spiders-mobile.png') no-repeat;background-position: left center;}
}
/*CC C*/
.mdl-color--cc{background-color:#c60939 }
.case-study.cccollect #main_content {background: url('../img/case-studies/cccollect-logo.png') no-repeat;background-color:#c60939;background-position: center;background-size: 100% 100%;background-size: contain;}

.pg-canvas{display: block;
	position: absolute;}
#intro{margin:0px!important}

/*Nav*/
#cbp-spmenu-s2{z-index:2200}

/*Particles*/
canvas.particles-js-canvas-el {
	position: absolute;

}

h1 span#typed {
	background-color: rgba(255,255,255, 0.6);
}

.home_content h6 {
	background-color: rgba(255,255,255, 0.6);
}

section#home {
	position: relative;
}
img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*About*/
.align-resp {padding-left:118px }
@media (max-width: 62em) {
	.align-resp {padding-left:0px;text-align: center }
}

/*Team*/
.p-left {padding-left:10px}

/*Work*/
.work-page, .work-page .mdl-color--primary{}
.row-flex, .row-flex > div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1 1 auto;
    /*flex-direction: column;*/
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}
.card-details{background: #fff;}
.card-details a:nth-child(2n){padding: 0 26px 20px;
	display: block;
}
.work-project-link {
	display: inline-block;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	border: none;
	background: #333333;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 1.575em;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	-webkit-appearance: none;
	-webkit-user-select: none;
}

.work-project-link {
	display: inline-block;
	background: #feb500;
	color: white;
	font-size: 0.90em;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.casestudy.work-project-link:before {
	content: "Download Free";}

.round-b{border-radius: 27px}
::selection{background:none}
.attachment-full{width: auto;height: auto}
.work-cont h3{font-size: 1.5rem; color: #feb500;font-weight: 600;
	margin-bottom: 0;}
.work-cont a{color: #999;}
@media only screen and (max-width: 900px) {
	.work-cont .margin-bottom-3{margin-bottom: 0}
	.team-cont .margin-bottom-3{margin-bottom: 0}
	.motivation .margin-bottom-3{margin-bottom: 0}
	.work-cont .row-flex-wrap .col-md-4{margin-bottom: 20px}
	.motivation .row-flex-wrap .col-md-4{margin-bottom: 20px}
	.team-cont .row-flex-wrap .col-md-4{margin-bottom: 20px}
}
.new-work-style #main_content {background:#212121;height: auto;height: 500px}
.new-work-style #main_content h1{font-weight: 400}
.new-work-style #main_content img {
    position: relative;
    display: block;
    will-change: transform;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.new-work-style .top_bar{margin-bottom: 0}
.new-work-style .hero_text {
    position: absolute;
    top: 100px;
    left: 30px;
}
/*Blog*/
#rss-viewer img{width:auto;height:87px;display: block}
#rss-viewer a{font-size: 20px;}
.container-fluid.no-pad{padding: 0}
.container-fluid.no-pad .col-sm-6{padding: 0}
.blog .fb_iframe_widget {
    overflow: hidden;
}
.blog .fb_iframe_widget span {
    margin-bottom: -30px;
}
.blog #main_content {background:#212121;height: auto;height: 500px}
.blog #main_content h1{font-weight: 400}
.blog .top_bar{margin-bottom: 0}
.blog #main_content img {
    position: relative;
    display: block;
    will-change: transform;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog .hero_text {
    position: absolute;
    top: 100px;
    left: 30px;
}

/*Services*/
.accreditation img {width: 200px}
.accreditation a {display: block;text-align: center;}
@media (min-width: 48em) {.m50{margin-bottom: 50px}}
@media (max-width: 48em) {
	.accreditation a{margin-bottom: 50px}
}
.services-style .img{position: relative}
.services-style .img:after {
    z-index: 1;
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,255,0,0.22);}
.services-style .img:after {
background: rgba(247, 247, 247,0.22);}
.services-style .wrapper {
    width: 100%;
    max-width: 124rem;
    max-width: 1240px;

    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    margin-left: auto;
}
.services-style .wrapper img{    max-width: 100%;will-change: transform,opacity; }
.services-style .project{padding-top: 7.5em;
    padding-bottom: 7.5em;}
/*Motivation*/
@media screen and (min-width: 990px){
	.motivation .row{margin-bottom: 30px}
}
.card-details p{padding: 35px 26px 20px;}
.motivation .card-details {
	background: #f2f2f2;
}
/*Share Buttons*/
#share-buttons {text-align: center}
#share-buttons img {
	padding: 30px;
	border: 0;
	box-shadow: none !important;
	display: inline !important;
	vertical-align: middle;
}

/*--------------------------------------*/
/* 4. Colour scheme -------------------*/
/*--------------------------------------*/

/*------------------------------------------------------------------
[Stylesheet]
Color Scheme - Light
-------------------------------------------------------------------*/

.mdl-color-text--color-1 {
	color:white;
}

.mdl-color-text--color-2 {
	color:black;
}

.mdl-color-text--color-3 {
	color:black;
}

.mdl-color--color-1 {
	background:white;
}

.mdl-color--color-2 {
	background:#fafafa;
}

.mdl-color--color-3 {
	background:#f5f5f5;
}

.mdl-color--color-4 {
	background:#e0e0e0;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background-color: #fafafa;
}

.nivo-lightbox-theme-default .nivo-lightbox-close,
.nivo-lightbox-theme-default .nivo-lightbox-nav {
	color:black
}

.mdl-tabs__tab-bar {
	border-bottom: 1px solid rgba(0,0,0, 0.2);
}

.mdl-textfield__input {
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

.mdl-textfield.is-disabled .mdl-textfield__input {
	border-bottom: 1px dotted rgba(0,0,0, 0.12);
}

.mdl-textfield__label {
	color: rgba(0,0,0, 0.26);
}

/*--------------------------------------*/
/* 6. Responsive -------------------*/
/*--------------------------------------*/

/*------------------------------------------------------------------
[Stylesheet]
Responsiveness Fixes
-------------------------------------------------------------------*/

@media (max-width: 479px) {
	.logo {margin-top:0.75rem;}
	.home_content {text-align:center !important; padding-top:2rem;}
	.top_bar {margin-bottom:0;}
	.list-icons i {top:-0.1rem;}
	.video_headline h3, .video_headline a {display:block;}
	.video_headline a {margin:0 auto;}
	#testimonials {text-align: center!important}
}

@media (min-width: 480px) and (max-width: 767px) {
	.home_fullscreen {opacity:1 !important }
	.logo {margin-top:0.8rem;}
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	.list-icons i {top:-0.1rem;}
	.video_headline h3, .video_headline a {display:block;}
	.video_headline a {margin:0 auto;}
	#testimonials {text-align: center!important}
}
@media (min-width: 768px) and (max-width: 991px) {
	.list-icons i {top:-0.1rem;}
	.home_fullscreen {opacity:1 !important }
	.logo {margin-top:0.85rem;}
	.home_content {text-align:center !important;}
	.top_bar {margin-bottom:0;}
	#testimonials {text-align: center!important}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.list-icons i {top:-0.1rem;}
}
@media (max-width: 490px) {
	.home_content h1{font-size: 2.5rem;}
	.go_to_home img {
		height: 30px;
	}
}

@media (max-width: 768px) {
    .text-center-sm {
        text-align: center;
    }
    .white-space-sm{margin: 5rem 0;}
    .text-underline{text-decoration: underline}
}
@media (min-width: 995px) {
.footer-refinement{padding-left: 71px;}
}

/*PROCESS ICONS*/

.process-cont {
	margin-bottom:10px;	
	text-align:center;
}

.process-heading {
	margin-top: 0;
	font-size: 2.2em;
	text-align:center;	
}

.process-image {
	max-width: 100%;
	height:300px;
	margin: 0 auto;	
}

.process-hr {
	height: 1px;
	border-top: solid 2px #333;
	margin-bottom:60px;	
}

.services-image {
	width:100%;
	margin: 0 auto;	
}

/*BLOG*/

.blog-summary {
	display:block;
	margin-top:20px;	
}

.blog-date {
	display:block;
	clear-both;
	font-size: .9em;
	font-style:italic;
	width:100%;
	margin-top:20px;	
}

/*FORM*/
.form-error {
	width:100%;
	display:none;
	padding:20px;
	height:0px;
	background-color:#F00;
	color:#fff;
	clear:both;
	margin-top:20px;
	font-size:1em;
	line-height:normal;
	overflow:hidden;
	potition:relative;
	border-radius:4px;

}	

.form-error-title {
	font-size:1.3em;
	display:block;
	font-weight:bold;
	height:55px;
	clear:both;
	text-overflow: ellipsis;
}

.form-error-text {
	height:45px;
	display:block;
	clear:both;
	text-overflow: ellipsis;
}

.awards2018 {
	width: 45%;
	margin: 20px 10% 40px 0;	
}

.awards2018.cssda {
	width: 25%;	
}

/*AUTHOR BIO PLUGIN*/
.saboxplugin-gravatar img {
	width:100px !important;
	height:100px !important;	
}