/*! Humaan CSS v4.0 */

/* 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 {
	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 */ /* 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;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

html {
	font-size: 6.25%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

strong {
	font-weight: 600;
}

p {
	margin: 0;
}

p + p {
	margin: 30px 0 0;
}

a {
	text-decoration: none;
	outline: 0;
	color: #f37824;
	transition: color 0.15s linear;
}

html:not(.mobile):not(.tablet) a:hover,
a.on_press {
	color: #858d92;
}

.cta-orange {
	color: #f37824 !important;
	transition: color 0.15s linear;
}

html:not(.mobile):not(.tablet) .cta-orange:hover,
.cta-orange.on_press {
	color: #858d92 !important;
}

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-icn_01-logo:before {
	content: "\E001";
}

.icon-icn_02-arrow-left:before {
	content: "\E002";
}

.icon-icn_03-arrow-right:before {
	content: "\E003";
}

.icon-icn_04-arrow-up:before {
	content: "\E004";
}

.icon-icn_05-arrow-down:before {
	content: "\E005";
}

.icon-icn_06-Close:before {
	content: "\E006";
}

.icon-icn_07-yappy:before {
	content: "\E007";
}

.icon-icn_08-pin:before {
	content: "\E008";
}

.icon-icn_09-phone:before {
	content: "\E009";
}

.icon-icn_10-email:before {
	content: "\E00A";
}

.icon-icn_11-direction:before {
	content: "\E00B";
}

.icon-icn_12-swipe:before {
	content: "\E00C";
}

.icon-icn_13-questions:before {
	content: "\E00D";
}

.icon-icn_14-content:before {
	content: "\E00E";
}

.icon-icn_15-music:before {
	content: "\E00F";
}

.icon-icn_16-images:before {
	content: "\E010";
}

.icon-icn_17-target:before {
	content: "\E011";
}

.icon-icn_18-profit:before {
	content: "\E012";
}

.icon-icn_19-sales:before {
	content: "\E013";
}

.icon-icn_20-money:before {
	content: "\E014";
}

.icon-icn_21-facebook:before {
	content: "\E015";
}

.icon-icn_22-instagram:before {
	content: "\E016";
}

.icon-icn_23-linkedin:before {
	content: "\E017";
}

.icon-icn_24-full-arrow-right:before {
	content: "\E018";
}

.icon-icn_25-full-arrow-left:before {
	content: "\E019";
}

.icon-icn_26-service-eye:before {
	content: "\E01A";
}

.icon-icn_27-service-ribbon:before {
	content: "\E01B";
}

.icon-icn_28-service-target:before {
	content: "\E01C";
}

.icon-icn_29-service-dial:before {
	content: "\E01D";
}

.icon-icn_30-service-bulb:before {
	content: "\E01E";
}

.icon-icn_31-service-converation:before {
	content: "\E01F";
}

.icon-icn_32-service-speech:before {
	content: "\E020";
}

.icon-icn_33-cases-navigate:before {
	content: "\E021";
}

.icon-icn_34-email-icon:before {
	content: "\E022";
}

.icon-icn_35-twitter:before {
	content: "\E023";
}

.icon-icn_36-fb-save:before {
	content: "\E024";
}

button {
	border: none;
	outline: none;
}

.btn {
	display: block;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
	background: #f37824;
	border-radius: 2px;
	height: 45px;
	line-height: 44px;
	padding: 1px 35px 0;
	transition: background 0.15s linear;
	font-weight: 600;
	font-size: 18px;
	font-size: 18rem;
}

html:not(.mobile):not(.tablet) .btn:hover,
.btn.on_press {
	background: #e34b25;
}

.btn.btn-caps {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 14rem;
}

.btn.btn-turq {
	background: #18a88f;
}

html:not(.mobile):not(.tablet) .btn.btn-turq:hover,
.btn.btn-turq.on_press {
	color: #fff;
	background: #f37824;
}

.btn.btn-white {
	color: #f37824;
	background: #fff;
	transition: opacity 0.15s linear;
}

html:not(.mobile):not(.tablet) .btn.btn-white:hover,
.btn.btn-white.on_press {
	opacity: 0.8;
	color: #f37824;
	background: #fff;
}

.btn.btn-small {
	width: 100%;
	max-width: 170px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
}

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

body {
	background: #fff;
	font-family: "ff-din-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	font-size: 16px;
	font-size: 16rem;
}

.hidden {
	display: none;
}

.ui-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.print-contact,
.print-logo {
	display: none;
}

.container {
	width: 100%;
	max-width: 1290px;
	padding: 0 30px;
	margin: 0 auto;
}

.container.m500 {
	max-width: 560px;
}

.panel {
	position: relative;
}

.panel-orange {
	color: #fff;
	background: #f37824;
}

.panel-dark {
	color: #fff;
	background: #202020;
}

.panel-dark2 {
	color: #fff;
	background: #373737;
}

.panel-grey {
	background: #f3f3f3;
}

.full-panel {
	height: 100vh;
}

.left {
	float: left;
}

.right {
	float: right;
}

.edge-svg-wrap {
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
}

.edge-svg {
	display: block;
	width: 100%;
	min-width: 700px;
	height: auto;
	margin: 0 0 -2px;
	fill: #fff;
}

.panel-orange .edge-svg {
	fill: #f37824;
}

.panel-dark .edge-svg {
	fill: #202020;
}

.panel-dark2 .edge-svg {
	fill: #373737;
}

.panel-grey .edge-svg {
	fill: #f3f3f3;
}

.yappy-catch-bar {
	width: 850px;
	height: 50px;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -425px;
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
	text-align: center;
	border-radius: 6px 6px 0 0;
	line-height: 52px;
	color: #535353;
	z-index: 20;
	font-size: 14px;
	font-size: 14rem;
	transition: transform 0.3s linear;
}

.yappy-catch-bar ul {
	margin: 0;
	padding: 0 135px 0 60px;
	list-style: none;
}

.yappy-catch-bar strong {
	color: #f37824;
	font-weight: 400;
}

.yappy-catch-bar:before {
	display: block;
	content: " ";
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 51px;
	height: 81px;
	background: url(../img/catch-bar-yappyman.png) no-repeat 0 0;
	background-size: 100% auto;
}

.yappy-catch-bar.is-visible {
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.catch-cta {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 135px;
	height: 50px;
	text-align: center;
	line-height: 52px;
	border-radius: 0 6px 0 0;
	background: #f37824;
	text-transform: uppercase;
	color: #fff;
	transition: background 0.15s linear;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

html:not(.mobile):not(.tablet) .catch-cta:hover,
.catch-cta.on_press {
	background: #e34b25;
	color: #fff;
}

.standard-page-container {
	width: 100%;
	min-height: 100vh;
	background: #f37824 url(../img/enquire-bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.standard-page-container h2,
.standard-page-container h3,
.standard-page-container h4 {
	line-height: normal;
	margin: 30px 0 15px;
	color: #60676b;
}

.standard-page-container p + p {
	margin: 20px 0 0;
}

.standard-page-container li {
	margin: 0 0 5px;
}

html:not(.mobile):not(.tablet) .standard-page-container a:hover,
.standard-page-container a.on_press {
	color: #e34b25;
}

.standard-page-container ul ul,
.standard-page-container ul ol,
.standard-page-container ol ol,
.standard-page-container ol u {
	margin-top: 10px;
	margin-bottom: 10px;
}

.standard-page-container .container {
	position: relative;
	margin: 0 auto;
	max-width: 1330px;
	min-height: 100vh;
	color: #858d92;
	background: #fff;
	font-size: 16px;
	font-size: 16rem;
	padding: 150px 50px 50px;
}

.standard-page-container .container:before {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	content: " ";
	height: 1px;
	background: #f3f3f3;
}

.standard-page-container .container .logo {
	display: block;
	width: 150px;
	height: 46px;
	margin: 0 auto 80px;
	overflow: hidden;
	background: url(../img/yappy-logo.png) no-repeat 0 0;
	background-size: 100%;
	transition: width 0.3s linear, height 0.3s linear;
}

.standard-page-container .container h1 {
	margin: 0 0 30px;
	padding: 50px 0 0;
	color: #f37824;
	font-size: 50px;
	font-size: 50rem;
}

.standard-page-container .container .btn {
	max-width: 200px;
	padding-left: 0;
	padding-right: 0;
	margin: 40px auto 0;
	font-size: 14px;
	font-size: 14rem;
}

.main-header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 50px 0 0;
	z-index: 50;
	box-shadow: 0 0 10px transparent;
	transition: padding 0.3s linear, background 0.3s linear, box-shadow 0.3s linear;
}

.main-header .logo {
	float: left;
	width: 150px;
	height: 46px;
	overflow: hidden;
	background: url(../img/yappy-logo.png) no-repeat 0 0;
	background-size: 100%;
	transition: width 0.3s linear, height 0.3s linear;
}

.main-header:not(.blog-header).scrolling {
	background: #fff;
	padding: 15px 0 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main-header:not(.blog-header).scrolling .header-nav {
	padding-top: 7px;
}

.main-header:not(.blog-header).scrolling .logo {
	width: 100px;
	height: 30px;
}

.main-header:not(.blog-header).scrolling .main-nav a.active:after {
	opacity: 1;
}

.blog-header {
	padding: 25px 30px;
	background: #fff;
}

.blog-header .logo {
	width: 118px;
	height: 36px;
	margin: 3px 0 0;
}

.blog-header.scrolling {
	padding: 15px 30px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
}

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

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

.blog-main-nav li {
	float: left;
}

.blog-main-nav a {
	display: block;
	float: left;
	padding: 0 13px;
	text-transform: uppercase;
	color: #373737;
	transition: color 0.15s linear;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	font-size: 14rem;
}

html:not(.mobile):not(.tablet) .blog-main-nav a:hover,
.blog-main-nav a.on_press {
	color: #f37824;
}

.blog-main-nav a:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 100%;
	margin: 0 0 19px;
	left: 10px;
	right: 10px;
	height: 3px;
	opacity: 0;
	background: #f37824;
	transition: opacity 0.15s linear;
}

.hamburger {
	display: none;
	float: right;
	padding: 13px 15px;
	margin: 0 -15px;
	line-height: 19px;
	cursor: pointer;
	transition-property: opacity, margin, -webkit-filter;
	transition-property: opacity, margin, filter;
	transition-property: opacity, margin, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	text-transform: uppercase;
	color: #373737;
	font-size: 14px;
	font-size: 14rem;
	font-weight: 600;
}

html:not(.mobile):not(.tablet) .hamburger:hover,
.hamburger.on_press {
	opacity: 0.7;
}

.scrolling .hamburger {
	margin: -6px -15px -20px !important;
}

.hamburger-box {
	width: 30px;
	height: 19px;
	margin: -2px 0 0 15px;
	display: inline-block;
	position: relative;
	float: right;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #f37824;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner:before {
	top: -8px;
}

.hamburger-inner:after {
	bottom: -8px;
}

.hamburger-spin .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-spin .hamburger-inner::before {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger-spin .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-spin.is-active .hamburger-inner {
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger-spin.is-active .hamburger-inner::after {
	bottom: 0;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.visit-facebook {
	height: 80px;
	background: #5879bd url(../img/facebook-like-icon.png) no-repeat 30px 16px;
	background-size: 48px auto;
	overflow: hidden;
}

.visit-facebook h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 110px;
	color: #fff;
	line-height: 83px;
	font-size: 16px;
	font-size: 16rem;
}

.visit-facebook .cta {
	display: block;
	float: right;
	height: 80px;
	line-height: 80px;
	padding: 0 54px;
	text-transform: uppercase;
	background: #3c5b9b;
	color: #fff;
	transition: background 0.15s linear, color 0.15s linear;
	font-weight: 600;
	font-size: 13px;
	font-size: 13rem;
}

html:not(.mobile):not(.tablet) .visit-facebook .cta:hover,
.visit-facebook .cta.on_press {
	color: #fff;
	background: #324c81;
}

.visit-facebook .fb-like {
	float: right;
	margin: 29px 50px 0 0;
}

.main-footer {
	padding: 70px 0 130px;
	display: block;
	text-align: center;
	color: #858d92;
	font-size: 14px;
	font-size: 14rem;
}

.main-footer a {
	color: #cacaca;
}

html:not(.mobile):not(.tablet) .main-footer a:hover,
.main-footer a.on_press {
	color: #f37824;
}

.main-footer .credits {
	margin: 0 0 0 15px;
	color: #cacaca;
}

.main-footer .logo {
	display: block;
	width: 150px;
	height: 46px;
	margin: 0 auto 0px;
	overflow: hidden;
	background: url(../img/yappy-logo.png) no-repeat 0 0;
	background-size: 100%;
	transition: width 0.3s linear, height 0.3s linear;
}

.main-footer .footer-links {
	margin: 37px 0 30px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.main-footer .footer-links a {
	color: #858d92;
}

html:not(.mobile):not(.tablet) .main-footer .footer-links a:hover,
.main-footer .footer-links a.on_press {
	color: #f37824;
}

.main-footer .footer-links a.tel {
	color: #f37824;
}

.main-footer .footer-links a.tel:before {
	display: inline-block;
	margin: 0 10px 0 0;
	content: "\E009";
	font-size: 13px;
	font-size: 13rem;
}

html:not(.mobile):not(.tablet) .main-footer .footer-links a.tel:hover,
.main-footer .footer-links a.tel.on_press {
	color: #e34b25;
}

.main-footer li {
	padding: 0 20px;
	display: inline-block;
	font-size: 20px;
	font-size: 20rem;
}

#opening {
	display: table;
	width: 100%;
	height: calc(100vh - 30px);
	min-height: 600px;
	overflow: hidden;
	z-index: 0;
}

#opening.particles-loading {
	background: url(../img/loading.gif) no-repeat 50% 46%;
}

#opening.step-in .opening-content h2,
#opening.step-in .opening-content .opening-copy,
#opening.step-in .roi-examples {
	top: 0;
	opacity: 1;
}

#canvas,
#bg-canvas {
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 1.5s linear;
	opacity: 1;
}

#canvas.inactive-canvas,
#bg-canvas.inactive-canvas {
	opacity: 0.3;
}

#bg-canvas {
	z-index: 1;
}

.panel-opening-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	padding: 0 0 100px;
	position: relative;
	z-index: 10;
}

html.mobile.ios .panel-opening-inner {
	padding-bottom: 100px !important;
}

.opening-content {
	width: 100%;
	max-width: 730px;
	margin: 0 auto 0;
	text-align: center;
}

.opening-content h2 {
	margin: 0 0 24px;
	font-size: 45px;
	font-size: 45rem;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	text-shadow: 0px 0px 20px #fff;
}

.opening-content .opening-copy {
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.2s;
	text-shadow: 0px 0px 20px #fff;
}

.roi-examples {
	width: 100%;
	margin: 40px auto 0;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.4s;
}

.roi-examples .btn {
	position: absolute;
	right: 0;
	top: 50%;
	float: right;
	margin: -22px 0 0;
	z-index: 10;
}

html:not(.mobile):not(.tablet) .roi-examples .btn:hover,
.roi-examples .btn.on_press {
	color: #fff;
}

.roi-examples-brands {
	float: left;
	width: 210px;
	color: #b2b2b2;
	text-transform: uppercase;
	text-align: left;
	height: 65px;
	margin: 0 -20px 0 0;
	font-weight: 600;
	font-size: 11px;
	font-size: 11rem;
}

.roi-examples-brands img {
	display: block;
	height: auto !important;
	max-width: 100px;
	max-height: 35px;
	margin: 4px 0 9px;
}

.roi-examples-return {
	width: 300px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	position: relative;
	border-radius: 2px;
	background: #fff;
	min-height: 57px;
}

.roi-return-col {
	float: left;
	width: 50%;
	line-height: 1;
	padding: 13px 0 6px;
	min-height: 65px;
}

.roi-return-col strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	font-size: 11rem;
}

.roi-return-col span {
	display: block;
	font-size: 30px;
	font-size: 30rem;
}

.roi-return-col + .roi-return-col {
	padding-right: 0;
	border-left: 1px solid #e0e0e0;
}

.roi-return-col:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #f37824;
	content: "vs";
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	color: #f37824;
	border-radius: 100%;
	background: #fff;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

.roi-return-col.roi-example-prev {
	color: #b3b3b3;
}

.roi-return-col.roi-example-prev strong {
	color: #7d7d7d;
}

.roi-return-col.roi-example-yappy {
	color: #f37824;
}

.roi-return-col.roi-example-yappy strong {
	color: #373737;
}

.roi-examples-rotation {
	position: relative;
	width: 100%;
	z-index: 5;
}

.roi-examples-rotation .slick-track,
.roi-examples-rotation .slick-list {
	height: 100%;
}

.roi-examples-rotation .slick-prev,
.roi-examples-rotation .slick-next {
	position: absolute;
	top: 50%;
	color: #f37824;
	background: transparent;
	line-height: 1;
	padding: 10px 20px;
	transition: color 0.15s linear, padding 0.15s linear;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 20px;
	font-size: 20rem;
}

html:not(.mobile):not(.tablet) .roi-examples-rotation .slick-prev:hover,
.roi-examples-rotation .slick-prev.on_press,
html:not(.mobile):not(.tablet)
    .roi-examples-rotation .slick-next:hover,
.roi-examples-rotation .slick-next.on_press {
	color: #e34b25;
}

.roi-examples-rotation .slick-prev {
	left: -70px;
}

.roi-examples-rotation .slick-prev:before {
	content: "\E002";
}

html:not(.mobile):not(.tablet) .roi-examples-rotation .slick-prev:hover,
.roi-examples-rotation .slick-prev.on_press {
	padding-left: 15px;
	padding-right: 25px;
}

.roi-examples-rotation .slick-next {
	right: -70px;
	left: auto;
}

.roi-examples-rotation .slick-next:before {
	content: "\E003";
}

html:not(.mobile):not(.tablet) .roi-examples-rotation .slick-next:hover,
.roi-examples-rotation .slick-next.on_press {
	padding-left: 25px;
	padding-right: 15px;
}

.roi-examples-rotation .slick-dots {
	position: absolute;
	top: 100%;
	margin: 18px 0 0;
	left: 0;
	width: 100%;
	padding: 0;
	list-style: none;
}

.roi-examples-rotation .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	opacity: 0.5;
	background: #d2d2d2;
	transition: opacity 0.15s linear, background 0.15s linear;
	border-radius: 100%;
}

.roi-examples-rotation .slick-dots li.slick-active {
	opacity: 1;
	background: #f37824;
}

.roi-examples-rotation .slick-dots button {
	width: 100%;
	height: 8px;
	overflow: hidden;
	text-indent: -9999em;
	outline: none;
	padding: 0;
	background: transparent;
}

.roi-example-item {
	float: left;
	width: 100%;
	outline: none;
}

.panel-intro {
	padding: 123px 0 330px;
	background: #202020 url(../img/intro-background.jpg) no-repeat center top;
}

.panel-intro:before {
	display: block;
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 0 203px;
	width: 187px;
	height: 32px;
	background: url(../img/intro-cutout.png) no-repeat 0 0;
}

.intro-copy-wrap {
	max-width: 570px;
	padding: 0 100px 0 0;
	font-size: 22px;
	font-size: 22rem;
}

.intro-copy-wrap h2 {
	line-height: 1.4;
	margin: 0 -120px 50px 0;
	font-size: 32px;
	font-size: 32rem;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.intro-copy-wrap .intro-copy {
	opacity: 0;
	transition: opacity 0.5s linear;
	transition-delay: 0.15s;
}

.step-in .intro-copy-wrap h2,
.step-in .intro-copy-wrap .intro-copy {
	opacity: 1;
}

#what-we-do {
	padding: 155px 0 0;
}

.what-we-do-title {
	text-transform: uppercase;
	color: #a45118;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 7px 0 0;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

.what-we-do-title:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	display: block;
	content: " ";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 2px;
	margin: 0 0 21px -2px;
	z-index: 1;
	-ms-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
}

.what-we-do-title:after {
	position: absolute;
	left: 50%;
	margin: 0 0 27px -1px;
	bottom: 100%;
	display: block;
	content: " ";
	width: 2px;
	height: 85px;
	background: #ca631d;
}

.what-we-do-list {
	position: absolute;
	width: 100%;
	bottom: 100%;
	margin: 0 0 -45px;
	padding: 0 8%;
	z-index: 2;
	font-size: 18px;
	font-size: 18rem;
}

.what-we-do-list ul {
	float: left;
	width: 100%;
	padding: 0 0px;
	margin: 0;
	list-style: none;
	position: relative;
}

.what-we-do-list ul:before,
.what-we-do-list ul:after {
	display: block;
	content: " ";
	position: absolute;
	top: 100%;
	height: 2px;
	margin: -2px 0 0;
	background: #ca631d;
}

.what-we-do-list ul:before {
	left: 12.5%;
	right: 50%;
}

.what-we-do-list ul:after {
	right: 12.5%;
	left: 50%;
}

.what-we-do-list li {
	float: left;
	width: 25%;
	padding: 0 0 93px;
	text-align: center;
	position: relative;
}

.what-we-do-list li .wwd-copy {
	opacity: 0;
	transition: opacity 0.5s linear;
}

.what-we-do-list li:after {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -1px;
	bottom: 0;
	display: block;
	content: " ";
	width: 2px;
	height: 0;
	background: #ca631d;
	transition: height 0.5s linear;
}

.what-we-do-list li:before {
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: block;
	content: " ";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 2px;
	margin: 0 0 4px -2px;
	z-index: 1;
	-ms-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
	opacity: 0;
	transition: opacity 0.15s linear;
}

.what-we-do-list li .wwd-icon {
	display: block;
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 33px -39px;
	width: 79px;
	height: 76px;
	background: url(../img/what-we-do-icons.png) no-repeat 0 0;
	background-size: 79px 304px;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.what-we-do-list li.wwd-1:after {
	transition-delay: 0;
}

.what-we-do-list li.wwd-1:before,
.what-we-do-list li.wwd-1 .wwd-copy {
	transition-delay: 0.3s;
}

.what-we-do-list li.wwd-1 .wwd-icon {
	transition-delay: 0.3s;
	background-position: 0 0;
}

.what-we-do-list li.wwd-2 {
	transition-delay: 0.2s;
}

.what-we-do-list li.wwd-2:after {
	transition-delay: 0.2s;
}

.what-we-do-list li.wwd-2:before,
.what-we-do-list li.wwd-2 .wwd-copy {
	transition-delay: 0.5s;
}

.what-we-do-list li.wwd-2 .wwd-icon {
	transition-delay: 0.5s;
	background-position: 0 -76px;
}

.what-we-do-list li.wwd-3 {
	transition-delay: 0.4s;
}

.what-we-do-list li.wwd-3:after {
	transition-delay: 0.4s;
}

.what-we-do-list li.wwd-3:before,
.what-we-do-list li.wwd-3 .wwd-copy {
	transition-delay: 0.7s;
}

.what-we-do-list li.wwd-3 .wwd-icon {
	transition-delay: 0.7s;
	background-position: 0 -152px;
}

.what-we-do-list li.wwd-4 {
	transition-delay: 0.6s;
}

.what-we-do-list li.wwd-4:after {
	transition-delay: 0.6s;
}

.what-we-do-list li.wwd-4:before,
.what-we-do-list li.wwd-4 .wwd-copy {
	transition-delay: 0.9s;
}

.what-we-do-list li.wwd-4 .wwd-icon {
	transition-delay: 0.9s;
	background-position: 0 -228px;
}

#what-we-do.step-in .what-we-do-list li {
	opacity: 1;
}

#what-we-do.step-in .what-we-do-list li:before,
#what-we-do.step-in .what-we-do-list li .wwd-copy,
#what-we-do.step-in .what-we-do-list li .wwd-icon {
	opacity: 1;
}

#what-we-do.step-in .what-we-do-list li:after {
	height: 55px;
}

#services-wrapper {
	width: 100%;
	overflow: hidden;
	perspective: 1000;
	height: calc(100vh - 80px);
	min-height: 530px;
}

html.desktop #services-wrapper {
	height: 100vh;
}

#services-inner {
	width: 400%;
	height: 100%;
	overflow: hidden;
}

#services-inner.swipe-explorer {
	width: 100%;
}

#services-inner.swipe-explorer .service-item {
	width: 100%;
}

#services-inner.swipe-explorer + .services-indicators {
	display: none;
}

#services-inner .slick-list,
#services-inner .slick-track {
	height: 100%;
}

#services-inner .slick-dots {
	position: absolute;
	bottom: auto;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 15;
}

#services-inner .slick-dots li {
	width: 62px;
	height: 44px;
}

#services-inner .slick-dots li.slick-active button {
	color: #f37824;
	background: #fff;
}

#services-inner .slick-dots button {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 0 30px 30px 0;
	line-height: 45px;
	padding: 0 0 0 28px;
	color: #fff;
	background: transparent;
	text-align: left;
	overflow: hidden;
	transition: background 0.15s linear, colour 0.15s linear;
	font-size: 14px;
	font-size: 14rem;
}

html:not(.mobile):not(.tablet) #services-inner .slick-dots button:hover,
#services-inner .slick-dots button.on_press {
	color: #f37824;
	background: #fff;
}

.service-item {
	display: table;
	padding: 0;
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	line-height: 1.5;
	outline: none;
	font-size: 18px;
	font-size: 18rem;
}

.service-item .service-item-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 0 15%;
	vertical-align: middle;
}

.is-touch .service-item .service-item-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.service-item .service-item-contents {
	width: 100%;
	max-width: 400px;
	position: relative;
	z-index: 10;
}

.service-item .service-img {
	z-index: 9;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.service-item h2 {
	margin: 0 0 26px;
	font-size: 32px;
	font-size: 32rem;
}

.service-item h2,
.service-item .service-item-content-wrap {
	position: relative;
	top: -30px;
	opacity: 0;
	transition: opacity 0.5s linear, top 0.5s linear;
}

.service-item .service-item-content-wrap {
	transition-delay: 0.2s;
}

.service-item .service-hero-alt-1,
.service-item .service-hero-alt-2,
.service-item .service-hero-alt-3 {
	background-size: 100% auto !important;
	position: absolute;
	z-index: 2;
}

.service-item .service-item-icons {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.service-item .service-item-icons .icon {
	opacity: 0;
	color: #ec721f;
	position: absolute;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: opacity 0.3s linear;
}

.service-item .service-item-icons .icon-1 {
	transition-delay: 0.0s;
}

.service-item .service-item-icons .icon-5 {
	transition-delay: 0.2s;
}

.service-item .service-item-icons .icon-3 {
	transition-delay: 0.4s;
}

.service-item .service-item-icons .icon-7 {
	transition-delay: 0.6s;
}

.service-item .service-item-icons .icon-2 {
	transition-delay: 0.8s;
}

.service-item .service-item-icons .icon-6 {
	transition-delay: 1.0s;
}

.service-item .service-item-icons .icon-4 {
	transition-delay: 1.2s;
}

.service-item .service-item-icons .icon-8 {
	transition-delay: 1.4s;
}

.service-item.in-view .service-img,
.service-item.slick-active .service-img {
	opacity: 1;
}

.service-item.in-view h2,
.service-item.in-view .service-item-content-wrap,
.service-item.slick-active h2,
.service-item.slick-active .service-item-content-wrap {
	top: 0;
	opacity: 1;
}

.service-item.in-view .service-item-icons .icon,
.service-item.slick-active .service-item-icons .icon {
	opacity: 1;
}

html.tablet .service-item .service-img,
html.movile .service-item .service-img {
	opacity: 1;
}

html.tablet .service-item h2,
html.tablet .service-item .service-item-content-wrap,
html.movile .service-item h2,
html.movile .service-item .service-item-content-wrap {
	top: 0;
	opacity: 1;
}

html.tablet .service-item .icon,
html.movile .service-item .icon {
	-ms-transform: scale(1);
	transform: scale(1);
}

.services-indicators {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 206px;
	margin: -103px 0 0 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

.services-indicators li {
	margin: 6px 0;
}

.services-indicators a {
	display: block;
	height: 44px;
	width: 62px;
	border-radius: 0 30px 30px 0;
	line-height: 45px;
	padding: 0 0 0 28px;
	color: #fff;
	background: transparent;
	text-align: left;
	overflow: hidden;
	transition: background 0.15s linear, colour 0.15s linear;
	font-size: 14px;
	font-size: 14rem;
}

html:not(.mobile):not(.tablet) .services-indicators a:hover,
.services-indicators a.on_press {
	color: #f37824;
	background: #fff;
}

.services-indicators a.is-active {
	color: #f37824;
	background: #fff;
}

#service-1 .service-item-contents {
	max-width: 320px;
}

#service-1 .service-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#service-1 .service-hero-alt-1 {
	width: 530px;
	height: 531px;
	top: 0%;
	left: -14%;
	background: url(../img/services/glasses.png) no-repeat 0 0;
}

#service-1 .service-hero-alt-2 {
	width: 489px;
	height: 517px;
	top: 72%;
	left: 2%;
	background: url(../img/services/leather-case.png) no-repeat 0 0;
}

#service-1 .service-hero-alt-3 {
	width: 714px;
	height: 533px;
	top: 50%;
	right: -1%;
	background: url(../img/services/coffee.png) no-repeat 0 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#service-1 .icon {
	line-height: 1;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.02);
	font-size: 66px;
	font-size: 66rem;
	transition: opacity 0.3s linear, transform 0.5s linear;
}

#service-1 .icon:before {
	content: "\E01A";
}

#service-1 .icon-1 {
	top: 20.2%;
	left: 1.66%;
}

#service-1 .icon-5 {
	top: 6.6%;
	left: 28.66%;
}

#service-1 .icon-3 {
	top: 6.4%;
	left: 66.2%;
}

#service-1 .icon-7 {
	top: 18.2%;
	left: 86.8%;
}

#service-1 .icon-2 {
	top: 67%;
	left: 9.9%;
}

#service-1 .icon-6 {
	top: 81%;
	left: 27.4%;
}

#service-1 .icon-4 {
	top: 71.7%;
	left: 63.8%;
}

#service-1 .icon-8 {
	top: 83.8%;
	left: 92.66%;
}

#service-1 .icon-9,
#service-1 .icon-10 {
	display: none;
}

#service-1.in-view .service-item-icons .icon {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
}

#service-2 .service-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	max-width: 908px;
	-ms-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
}

#service-2 .service-hero-alt-1 {
	width: 720px;
	height: 600px;
	top: -30%;
	left: 50%;
	background: url(../img/services/muffins.png) no-repeat 0 0;
}

#service-2 .service-hero-alt-2 {
	width: 503px;
	height: 545px;
	bottom: -5%;
	right: -12%;
	background: url(../img/services/book.png) no-repeat 0 0;
}

#service-2 .service-hero-alt-3 {
	display: none;
}

#service-2 .icon-1:before,
#service-2 .icon-3:before,
#service-2 .icon-6:before,
#service-2 .icon-8:before {
	font-size: 96px;
	font-size: 96rem;
	content: "\E01C";
}

#service-2 .icon-2:before,
#service-2 .icon-4:before,
#service-2 .icon-5:before,
#service-2 .icon-7:before,
#service-2 .icon-9:before {
	font-size: 83px;
	font-size: 83rem;
	content: "\E01B";
}

#service-2 .icon-1 {
	top: 29%;
	left: 8%;
}

#service-2 .icon-2 {
	top: 18%;
	left: 28%;
}

#service-2 .icon-3 {
	top: 15%;
	left: 56%;
}

#service-2 .icon-4 {
	top: 18.2%;
	left: 86.8%;
}

#service-2 .icon-5 {
	top: 67%;
	left: 9.9%;
}

#service-2 .icon-6 {
	top: 77%;
	left: 36%;
}

#service-2 .icon-7 {
	top: 71.7%;
	left: 63.8%;
}

#service-2 .icon-8 {
	top: 83.8%;
	left: 92.66%;
}

#service-2 .icon-9,
#service-2 .icon-10 {
	display: none;
}

#service-3 .service-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	max-width: 908px;
	-ms-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
}

#service-3 .service-hero-alt-1 {
	width: 583px;
	height: 525px;
	top: -25%;
	left: 13%;
	background: url(../img/services/headphones.png) no-repeat 0 0;
}

#service-3 .service-hero-alt-2 {
	width: 374px;
	height: 504px;
	bottom: -27%;
	right: -12%;
	background: url(../img/services/earbuds.png) no-repeat 0 0;
}

#service-3 .icon-1:before,
#service-3 .icon-3:before,
#service-3 .icon-5:before,
#service-3 .icon-6:before,
#service-3 .icon-8:before {
	font-size: 117px;
	font-size: 117rem;
	content: "\E01E";
}

#service-3 .icon-2:before,
#service-3 .icon-4:before,
#service-3 .icon-7:before,
#service-3 .icon-9:before,
#service-3 .icon-10:before {
	font-size: 63px;
	font-size: 63rem;
	content: "\E01D";
}

#service-3 .icon-1 {
	top: 8.8%;
	left: 6.26%;
}

#service-3 .icon-2 {
	top: 13%;
	left: 29.53%;
}

#service-3 .icon-3 {
	top: 9.2%;
	left: 42.9%;
}

#service-3 .icon-4 {
	top: 10.1%;
	left: 72.3%;
}

#service-3 .icon-5 {
	top: 22.4%;
	left: 90.93%;
}

#service-3 .icon-6 {
	top: 75.8%;
	left: 10.6%;
}

#service-3 .icon-7 {
	top: 76%;
	left: 31.4%;
}

#service-3 .icon-8 {
	top: 74.4%;
	left: 58.66%;
}

#service-3 .icon-9 {
	top: 86.5%;
	left: 88.53%;
}

#service-3 .icon-10 {
	display: none;
}

#service-4 .service-item-contents {
	max-width: 320px;
}

#service-4 .service-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
}

#service-4 .service-hero-alt-1 {
	width: 891px;
	height: 773px;
	top: -70%;
	left: 5%;
	background: url(../img/services/typewriter.png) no-repeat 0 0;
}

#service-4 .service-hero-alt-2 {
	width: 465px;
	height: 602px;
	right: -15%;
	bottom: -25%;
	background: url(../img/services/pen-cup.png) no-repeat 0 0;
}

#service-4 .icon-1:before,
#service-4 .icon-3:before,
#service-4 .icon-4:before,
#service-4 .icon-6:before {
	font-size: 108px;
	font-size: 108rem;
	content: "\E01F";
}

#service-4 .icon-2:before,
#service-4 .icon-5:before {
	font-size: 70px;
	font-size: 70rem;
	content: "\E020";
}

#service-4 .icon-1 {
	top: 6.5%;
	left: 53.2%;
}

#service-4 .icon-2 {
	top: 10.8%;
	left: 78.93%;
}

#service-4 .icon-3 {
	top: 28.5%;
	left: 90.53%;
}

#service-4 .icon-4 {
	top: 80%;
	left: 11.13%;
}

#service-4 .icon-5 {
	top: 76.6%;
	left: 35.13%;
}

#service-4 .icon-6 {
	top: 81%;
	left: 58%;
}

#service-4 .icon-7,
#service-4 .icon-8,
#service-4 .icon-9,
#service-4 .icon-10 {
	display: none;
}

#case-studies {
	padding: 0 0 260px;
}

#case-studies.step-in h2.case-studies-title {
	top: 0px;
	opacity: 1;
}

#case-studies.step-in .case-studies-list-wrap .navigate-icon {
	opacity: 1;
}

#case-studies.step-in .case-studies-list {
	top: 0px;
	opacity: 1;
}

#case-studies.step-in .case-studies-list .slick-prev,
#case-studies.step-in .case-studies-list .slick-next {
	opacity: 1;
	transition-delay: 0.3s;
}

html.is-touch #case-studies.step-in .case-studies-list-wrap .drag-icon {
	opacity: 1 !important;
}

html.is-touch #case-studies.step-in .case-studies-list-wrap .navigate-icon {
	opacity: 0 !important;
}

h2.case-studies-title {
	text-align: center;
	color: #f37824;
	font-size: 36px;
	font-size: 36rem;
	position: relative;
	top: -30px;
	opacity: 0;
	transition: opacity 0.5s linear, top 0.5s linear;
}

.case-studies-list-wrap {
	width: 100%;
	padding: 70px 0 60px;
	margin: 30px 0 0;
	overflow: hidden;
	position: relative;
}

.case-studies-list-wrap .drag-icon,
.case-studies-list-wrap .navigate-icon {
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 7px 0 0 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transform-style: preserve-3d;
	line-height: 1.1;
	text-transform: uppercase;
	color: #afb7bc;
	opacity: 0;
	transition: opacity 0.5s linear;
	transition-delay: 0.6s;
	font-size: 12px;
	font-size: 12rem;
	font-weight: 600;
}

.case-studies-list-wrap .drag-icon {
	padding-left: 55px;
}

.case-studies-list-wrap .drag-icon:before {
	float: left;
	margin: -7px 0 0 -55px;
	content: "\E00C";
	font-size: 35px;
	font-size: 35rem;
}

.case-studies-list-wrap .navigate-icon {
	padding-left: 81px;
}

.case-studies-list-wrap .navigate-icon:before {
	float: left;
	margin: -3px 0 0 -81px;
	content: "\E021";
	font-size: 25px;
	font-size: 25rem;
}

.case-studies-list {
	width: 100%;
	height: 100%;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: opacity 0.5s linear, top 0.5s linear;
}

.case-studies-list .slick-track,
.case-studies-list .slick-list {
	height: 100%;
	overflow: visible !important;
}

.case-studies-list .slick-prev,
.case-studies-list .slick-next {
	position: absolute;
	top: -33px;
	color: #d2d2d2;
	background: transparent;
	line-height: 1;
	padding: 10px 20px;
	transition: color 0.15s linear, padding 0.15s linear, opacity 0.5s linear;
	opacity: 0;
	font-size: 33px;
	font-size: 33rem;
}

html:not(.mobile):not(.tablet) .case-studies-list .slick-prev:hover,
.case-studies-list .slick-prev.on_press,
html:not(.mobile):not(.tablet)
    .case-studies-list .slick-next:hover,
.case-studies-list .slick-next.on_press {
	color: #f37824;
	transition-delay: 0s;
}

.case-studies-list .slick-prev {
	left: 20px;
}

.case-studies-list .slick-prev:before {
	content: "\E002";
}

html:not(.mobile):not(.tablet) .case-studies-list .slick-prev:hover,
.case-studies-list .slick-prev.on_press {
	padding-left: 15px;
	padding-right: 25px;
}

.case-studies-list .slick-next {
	right: 20px;
	left: auto;
}

.case-studies-list .slick-next:before {
	content: "\E003";
}

html:not(.mobile):not(.tablet) .case-studies-list .slick-next:hover,
.case-studies-list .slick-next.on_press {
	padding-left: 25px;
	padding-right: 15px;
}

.case-studies-list .case-study-item {
	padding: 40px 0 63px;
	float: left;
	width: 450px;
	height: 400px;
	outline: none;
	transition: padding 0.5s cubic-bezier(0.92, 0.04, 0.31, 0.95);
	position: relative;
}

.case-studies-list .case-study-item a {
	position: relative;
	display: block;
	margin: 0 15px;
	height: 100%;
	border-radius: 4px;
	background: #373737;
	background-position: center center;
	background-size: cover;
}

.case-studies-list .case-study-item:before,
.case-studies-list .case-study-item:after {
	position: absolute;
	display: block;
	content: " ";
	margin: 0 0 63px;
	border-bottom: 0px solid #fff;
	transition: border 0.5s cubic-bezier(0.92, 0.04, 0.31, 0.95), margin 0.5s cubic-bezier(0.92, 0.04, 0.31, 0.95);
	z-index: 1;
}

.case-studies-list .case-study-item:before {
	width: 50%;
	left: 0;
	bottom: 0;
	border-right: 23px solid transparent;
}

.case-studies-list .case-study-item:after {
	left: 50%;
	bottom: 0;
	right: 0;
	border-left: 23px solid transparent;
}

.case-studies-list .case-study-item .corner-radius {
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 5px;
	height: 5px;
	background: url(../img/corner-radius.png) no-repeat 0 0;
	background-size: 10px 5px;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s linear, bottom 0.4s linear;
}

.case-studies-list .case-study-item .left-radius {
	left: 0;
	right: auto;
	background-position: -5px 0;
}

.case-studies-list .case-study-item.slick-current,
.case-studies-list .case-study-item.slick-active {
	padding-top: 0;
	padding-bottom: 0;
}

.case-studies-list .case-study-item.slick-current:before,
.case-studies-list .case-study-item.slick-current:after,
.case-studies-list .case-study-item.slick-active:before,
.case-studies-list .case-study-item.slick-active:after {
	margin: 0;
	border-bottom-width: 23px;
}

.case-studies-list .case-study-item.slick-current .corner-radius,
.case-studies-list .case-study-item.slick-active .corner-radius {
	bottom: 23px;
	opacity: 1;
}

.case-study-item-inner {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	position: relative;
	background: radial-gradient(ellipse at center, transparent -10%, rgba(0, 0, 0, 0.5) 120%);
}

.case-study-item-inner:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.case-study-item-brand {
	position: absolute;
	width: 100%;
	padding: 0 30px;
	top: 50%;
	transition: top 0.5s cubic-bezier(0.92, 0.04, 0.31, 0.95), transform 0.5s cubic-bezier(0.92, 0.04, 0.31, 0.95);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.case-study-item-brand img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.slick-current .case-study-item-brand,
.slick-active .case-study-item-brand {
	top: 60px;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.case-study-item-roi {
	position: absolute;
	width: 100%;
	bottom: 34px;
	line-height: 1;
	text-align: center;
	color: #fff;
	transition: bottom 0.5s cubic-bezier(0.92, 0.04, 0.31, 0.95), opacity 0.5s linear;
	opacity: 0;
	font-size: 12px;
	font-size: 12rem;
}

.case-study-item-roi strong {
	display: block;
	margin: 0;
	font-size: 50px;
	font-size: 50rem;
	font-weight: 600;
}

.slick-current .case-study-item-roi,
.slick-active .case-study-item-roi {
	bottom: 77px;
	opacity: 1;
}

#active-case-studies {
	overflow: hidden;
	height: 850px;
	background: #f3f3f3;
	position: relative;
	margin: 0 0 90px;
}

#active-case-studies:before,
#active-case-studies:after {
	display: block;
	content: " ";
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 1;
}

#active-case-studies:before {
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, transparent 100%);
}

#active-case-studies:after {
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.07) 100%);
}

.full-case-studies {
	width: 100%;
	height: 100%;
}

.full-case-studies .slick-track,
.full-case-studies .slick-list {
	height: 100%;
	overflow: visible !important;
}

.full-case-studies .slick-prev,
.full-case-studies .slick-next {
	position: absolute;
	top: 50%;
	color: #f37824;
	background: transparent;
	line-height: 1;
	padding: 10px 20px;
	transition: color 0.15s linear, padding 0.15s linear;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 33px;
	font-size: 33rem;
}

html:not(.mobile):not(.tablet) .full-case-studies .slick-prev:hover,
.full-case-studies .slick-prev.on_press,
html:not(.mobile):not(.tablet)
    .full-case-studies .slick-next:hover,
.full-case-studies .slick-next.on_press {
	color: #e34b25;
}

.full-case-studies .slick-prev {
	left: 20px;
}

.full-case-studies .slick-prev:before {
	content: "\E002";
}

html:not(.mobile):not(.tablet) .full-case-studies .slick-prev:hover,
.full-case-studies .slick-prev.on_press {
	padding-left: 15px;
	padding-right: 25px;
}

.full-case-studies .slick-next {
	right: 20px;
	left: auto;
}

.full-case-studies .slick-next:before {
	content: "\E003";
}

html:not(.mobile):not(.tablet) .full-case-studies .slick-next:hover,
.full-case-studies .slick-next.on_press {
	padding-left: 25px;
	padding-right: 15px;
}

.full-case-study-item {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	outline: none;
	position: relative;
	overflow: hidden;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.full-case-study-item.draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.full-case-study-item-hero {
	position: absolute;
	top: 0;
	left: 0;
	right: 55%;
	width: 45%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.full-case-study-item-inner {
	padding: 80px 0 0 50%;
	color: #393939;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-size: 18rem;
}

.full-case-study-item-inner .full-case-study-brand {
	padding: 0 30px 0 0;
}

.full-case-study-item-inner .full-case-study-brand img {
	display: block;
	max-width: 220px;
	max-height: 100px;
}

.full-case-study-item-inner h2 {
	margin: 20px 0 0;
	font-size: 26px;
	font-size: 26rem;
}

.full-case-study-item-inner h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 16rem;
}

.full-case-study-item-inner .case-study-copy {
	width: 100%;
	max-width: 550px;
	padding: 0 40px 0 0;
	margin: 0 0 40px;
	line-height: 1.5;
	max-height: 190px;
	overflow: hidden;
}

.full-case-study-item-inner .objective {
	display: inline-block;
	border-radius: 4px;
	background: #373737;
	height: 34px;
	line-height: 36px;
	white-space: nowrap;
	padding: 0 0 0 15px;
	margin: 15px 10px 30px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

.full-case-study-item-inner .objective span {
	display: inline-block;
	background: #f37824;
	padding: 0 15px;
	height: 34px;
	margin: 0 -10px 0 15px;
	border-radius: 0 4px 4px 0;
}

.case-study-result {
	position: relative;
	display: inline-block;
	width: 156px;
	height: 156px;
	border-radius: 20px;
	margin: 20px 19px 50px 0;
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05);
	background: #fff;
	text-align: center;
	line-height: 1;
	color: #5f5f5f;
	overflow: hidden;
	font-size: 16px;
	font-size: 16rem;
}

.case-study-result strong {
	display: block;
	color: #f37824;
	line-height: 160px;
	letter-spacing: -1px;
	font-size: 50px;
	font-size: 50rem;
	font-weight: 400;
}

.case-study-result span {
	position: absolute;
	left: 0;
	width: 100%;
}

.case-study-result .result-bottom {
	bottom: 20px;
}

.case-study-result .result-top {
	top: 20px;
}

.yappy-clients {
	text-align: center;
	color: #858d92;
}

.yappy-clients h2 {
	color: #373737;
	font-size: 24px;
	font-size: 24rem;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
}

.yappy-clients .clients-post-brands {
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.4s;
}

.yappy-clients.step-in h2,
.yappy-clients.step-in .yappy-client-brands,
.yappy-clients.step-in .clients-post-brands {
	top: 0;
	opacity: 1;
}

.yappy-client-brands {
	display: block;
	position: relative;
	opacity: 0;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.2s;
}

.yappy-client-brands ul {
	margin: 0;
	padding: 40px 5%;
	list-style: none;
	text-align: center;
	font-size: 0;
}

.yappy-client-brands li {
	display: inline-block;
	width: 16.66%;
	height: 100px;
	padding: 17px 0 0;
}

.yappy-client-brands li .brand-inner {
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}

.yappy-client-brands img {
	display: block;
	width: 100%;
	max-width: 175px;
	margin: 0 auto;
}

#yappy-machine {
	padding: 0 0 100px;
	text-align: center;
	font-size: 18px;
	font-size: 18rem;
}

#yappy-machine .pre-title {
	text-transform: uppercase;
	color: #f37824;
	font-size: 12px;
	font-size: 12rem;
	font-weight: 600;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
}

#yappy-machine h2 {
	margin: 20px 0 170px;
	font-size: 36px;
	font-size: 36rem;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.2s;
}

#yappy-machine .roi-machine-copy {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	position: relative;
	opacity: 0;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.6s;
}

#yappy-machine .get-yappy-modaal {
	margin-top: 30px;
	position: relative;
	opacity: 0;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.8s;
}

#yappy-machine.step-in .pre-title,
#yappy-machine.step-in h2,
#yappy-machine.step-in .roi-machine-copy,
#yappy-machine.step-in .get-yappy-modaal,
#yappy-machine.step-in #yappy-roi-machine {
	top: 0;
	opacity: 1;
}

#yappy-machine.no-posts {
	padding-bottom: 150px;
}

#yappy-roi-machine {
	margin: 0 0 36px;
	height: 260px;
	position: relative;
	opacity: 0;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.4s;
}

.roi-machine-middle {
	width: 260px;
	height: 260px;
	background: #18a88f;
	border-radius: 32px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin: 0 0 0 -130px;
	color: #fff;
	line-height: 260px;
	padding: 0 3px 0 0;
	font-size: 195px;
	font-size: 195rem;
	animation: buldge 2s infinite;
}

.roi-machine-middle:before {
	content: "\E007";
}

.roi-machine-middle .bolt {
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #73797d;
	background: #fff;
	position: absolute;
	border-radius: 100%;
}

.roi-machine-middle .bolt.bolt-tl {
	left: 17px;
	top: 17px;
}

.roi-machine-middle .bolt.bolt-tr {
	right: 17px;
	top: 17px;
}

.roi-machine-middle .bolt.bolt-bl {
	left: 17px;
	bottom: 17px;
}

.roi-machine-middle .bolt.bolt-br {
	right: 17px;
	bottom: 17px;
}

.machine-exhaust {
	position: absolute;
	left: 50%;
	top: -60px;
	width: 28px;
	height: 75px;
	background: url(../img/roi-machine-exhaust.png) no-repeat 0 0;
	background-size: 28px 75px;
	margin: 0 0 0 -14px;
	animation: exhaustMotion 2s infinite;
}

.machine-smoke {
	position: absolute;
	left: 50%;
	top: -120px;
	width: 55px;
	height: 60px;
	background: url(../img/roi-machine-smoke.png) no-repeat 0 0;
	background-size: 55px 55px;
	margin: 0 0 0 -27px;
	animation: smokeMotion 2s infinite;
}

.roi-machine-icons {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	color: #fff;
	z-index: 1; /*
	// device tweaks
	.mobile &,
	.tablet & {
		
		.icon-icn_16-images {
			//display: none;
			animation: iconIn 6s infinite linear;
			animation-delay: 5s;
		}
		.icon-icn_15-music {
			display: none;
			animation: iconIn 6s infinite linear;
			animation-delay: 5s;
		}
		.icon-icn_14-content {
			animation: iconIn 6s infinite linear;
			animation-delay: 5s;
		}
		.icon-icn_13-questions {
			animation: iconIn 6s infinite linear;
			animation-delay: 5s;
		}
		
		.icon-icn_17-target {
			display: none;
			animation: iconOut 6s infinite linear;
			animation-delay: 6s;
		}
		.icon-icn_18-profit {
			display: none;
			animation: iconOut 6s infinite linear;
			animation-delay: 9s;
		}
		.icon-icn_19-sales {
			display: none;
			animation: iconOut 6s infinite linear;
			animation-delay: 12s;
		}
		.icon-icn_20-money {
			display: none;
			animation: iconOut 6s infinite linear;
			animation-delay: 15s;
		}
		
	}*/
}

.roi-machine-icons:before {
	display: block;
	content: " ";
	width: 200px;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}

.roi-machine-icons .icon {
	position: absolute;
	top: 0%;
	line-height: 260px;
	display: block;
}

.roi-machine-icons.roi-icon-in {
	left: 0;
}

.roi-machine-icons.roi-icon-in:before {
	left: 0;
	background: linear-gradient(to right, #202020 0%, rgba(32, 32, 32, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#00202020',GradientType=1 );
}

.roi-machine-icons.roi-icon-out {
	right: 0;
	color: #f37824;
}

.roi-machine-icons.roi-icon-out:before {
	right: 0;
	background: linear-gradient(to right, rgba(32, 32, 32, 0) 0%, #202020 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#00202020',GradientType=1 );
}

.roi-machine-icons .icon-icn_16-images {
	animation: iconIn 8s infinite linear;
	animation-delay: -0s;
	font-size: 44px;
	font-size: 44rem;
}

.roi-machine-icons .icon-icn_15-music {
	animation: iconIn 8s infinite linear;
	animation-delay: -2s;
	font-size: 48px;
	font-size: 48rem;
}

.roi-machine-icons .icon-icn_14-content {
	animation: iconIn 8s infinite linear;
	animation-delay: -4s;
	font-size: 45px;
	font-size: 45rem;
}

.roi-machine-icons .icon-icn_13-questions {
	animation: iconIn 8s infinite linear;
	animation-delay: -6s;
	font-size: 42px;
	font-size: 42rem;
}

.roi-machine-icons .icon-icn_17-target {
	animation: iconOut 8s infinite linear;
	animation-delay: -5s;
	font-size: 46px;
	font-size: 46rem;
}

.roi-machine-icons .icon-icn_18-profit {
	animation: iconOut 8s infinite linear;
	animation-delay: -7s;
	font-size: 48px;
	font-size: 48rem;
}

.roi-machine-icons .icon-icn_19-sales {
	animation: iconOut 8s infinite linear;
	animation-delay: -9s;
	font-size: 38px;
	font-size: 38rem;
}

.roi-machine-icons .icon-icn_20-money {
	animation: iconOut 8s infinite linear;
	animation-delay: -11s;
	font-size: 48px;
	font-size: 48rem;
}

#about-us {
	padding: 88px 0 170px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	font-size: 18px;
	font-size: 18rem;
}

#about-us:before {
	display: block;
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 723px;
	height: 416px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/yappy-founders.jpg) no-repeat 0 0;
	transition: top 0.7s linear;
}

#about-us .pre-title {
	text-transform: uppercase;
	color: #373737;
	font-size: 12px;
	font-size: 12rem;
	font-weight: 600;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
}

#about-us h2 {
	margin: 20px 0 170px;
	color: #f37824;
	font-size: 36px;
	font-size: 36rem;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.2s;
}

#about-us.step-in .pre-title,
#about-us.step-in h2 {
	top: 0;
	opacity: 1;
}

#about-us.step-in:before {
	top: 255px;
}

#about-us.step-in .founder-item {
	opacity: 1;
	left: 0;
}

.founders-wrap {
	padding: 0 90px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	color: #202020;
	position: relative;
	z-index: 5;
}

.founder-item {
	float: left;
	width: 290px;
	text-align: left;
	letter-spacing: -10;
	font-size: 16px;
	font-size: 16rem;
	position: relative;
	opacity: 0;
	left: -30px;
	transition: opacity 0.5s linear, left 0.5s linear;
	transition-delay: 0.8s;
}

.founder-item h3 {
	color: #323537;
	font-size: 20px;
	font-size: 20rem;
	font-weight: 600;
}

.founder-item .position {
	margin: 10px 0 20px;
	text-transform: uppercase;
	color: #858d92;
	font-size: 12px;
	font-size: 12rem;
	font-weight: 600;
}

.founder-item.founder-right {
	float: right;
	text-align: right;
	left: 30px;
}

.founder-item.founder-right .founder-links {
	float: right;
}

.founder-item.founder-right .founder-links li {
	margin: 0 0 0 9px;
}

.founder-links {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.founder-links li {
	float: left;
	margin: 0 9px 0 0;
}

.founder-links a {
	display: block;
	border-radius: 100%;
	border: 2px solid transparent;
	transition: color 0.15s linear, border 0.15s linear;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 31px;
	font-size: 16px;
	font-size: 16rem;
}

html:not(.mobile):not(.tablet) .founder-links a:hover,
.founder-links a.on_press {
	color: #f37824 !important;
	border-color: #f37824 !important;
}

.founder-links .social-fb {
	color: #3c5b9b;
	border-color: #3c5b9b;
}

.founder-links .social-fb:before {
	content: "\E015";
}

.founder-links .social-ig {
	color: #3f729b;
	border-color: #3f729b;
}

.founder-links .social-ig:before {
	content: "\E016";
}

.founder-links .social-li {
	color: #0077b5;
	border-color: #0077b5;
}

.founder-links .social-li:before {
	content: "\E017";
}

#careers {
	padding: 0 0 60px;
	text-align: center;
	font-size: 20px;
	font-size: 20rem;
}

#careers .pre-title {
	text-transform: uppercase;
	color: #373737;
	font-size: 12px;
	font-size: 12rem;
	font-weight: 600;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
}

#careers h2 {
	margin: 20px 0 33px;
	color: #fff;
	font-size: 36px;
	font-size: 36rem;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.2s;
}

#careers .careers-copy-wrap {
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.4s;
}

#careers .btn {
	margin-top: 40px;
	opacity: 0;
	position: relative;
	top: -30px;
	transition: opacity 0.5s linear, top 0.5s linear;
	transition-delay: 0.6s;
}

#careers.step-in .pre-title,
#careers.step-in h2,
#careers.step-in .careers-copy-wrap,
#careers.step-in .btn {
	top: 0;
	opacity: 1;
}

#contact {
	padding: 0 0 70%;
	position: relative;
	min-height: 570px;
}

#gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gmap.step-in .yappy-location-inner {
	bottom: 0;
	opacity: 1;
}

.yappy-location {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #f37824;
	border-radius: 100%;
}

.yappy-location-inner {
	position: absolute;
	opacity: 0;
	bottom: 30px;
	left: 50%;
	width: 274px;
	margin: 0 0 25px -137px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
	background: #fff;
	border-radius: 4px;
	transition: bottom 0.5s linear, opacity 0.5s linear;
}

.yappy-location-inner h2 {
	position: relative;
	background: #373737;
	padding: 14px 0;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-size: 14rem;
}

.yappy-location-inner h2 span {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 36px 0 0;
}

.yappy-location-inner h2 span + span {
	padding: 0 0 0 36px;
}

.yappy-location-inner h2:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -36px;
	font-family: "Icons";
	display: block;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	display: block;
	content: "\E007";
	width: 72px;
	height: 72px;
	background: #f37824;
	border-radius: 9px;
	visibility: visible;
	line-height: 72px;
	text-align: center;
	font-size: 45px;
	font-size: 45rem;
	padding: 0 3px 0 0;
}

.yappy-location-inner:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 19px;
	margin-left: -19px;
}

.yappy-location-inner ul {
	margin: 0;
	padding: 30px 25px 30px 59px;
	list-style: none;
	color: #858d92;
	font-size: 16px;
	font-size: 16rem;
}

.yappy-location-inner ul li {
	margin: 0;
}

.yappy-location-inner ul li + li {
	margin: 20px 0 0;
}

.yappy-location-inner ul li:before {
	float: left;
	width: 21px;
	text-align: center;
	margin: 0 0 0 -34px;
	color: #f37824;
	line-height: 1;
}

.location-address:before {
	content: "\E008";
	font-size: 22px;
	font-size: 22rem;
}

.location-phone:before {
	content: "\E009";
	font-size: 13px;
	font-size: 13rem;
	margin-top: 3px !important;
}

.location-email:before {
	content: "\E00A";
	font-size: 14px;
	font-size: 14rem;
	margin-top: 4px !important;
}

.location-directions:before {
	content: "\E00B";
	font-size: 20px;
	font-size: 20rem;
}

.error-container {
	width: 100%;
	min-height: 100vh;
	background: #f37824 url(../img/enquire-bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.error-inner-container {
	width: 100%;
	height: 100%;
	display: table;
}

.error-copy-wrap {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 80px 0;
}

.error-copy {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	color: #858d92;
	background: #fff;
	font-size: 18px;
	font-size: 18rem;
	padding: 80px 50px 50px;
	border-radius: 4px;
}

.error-copy .logo {
	display: block;
	width: 150px;
	height: 46px;
	margin: 0 auto 80px;
	overflow: hidden;
	background: url(../img/yappy-logo.png) no-repeat 0 0;
	background-size: 100%;
	transition: width 0.3s linear, height 0.3s linear;
}

.error-copy h1 {
	margin: 0 0 30px;
	color: #373737;
	font-size: 36px;
	font-size: 36rem;
}

.error-copy .btn {
	max-width: 200px;
	padding-left: 0;
	padding-right: 0;
	margin: 40px auto 0;
	font-size: 14px;
	font-size: 14rem;
}

.blog-home-listing-inner {
	padding-top: 110px;
	padding-bottom: 87px;
}

.blog-home-listing-inner h2 {
	float: left;
	color: #f37824;
	margin: 0 0 60px;
	padding: 4px 0 0;
	font-size: 35px;
	font-size: 35rem;
}

html:not(.mobile):not(.tablet) .blog-home-listing-inner .btn:hover,
.blog-home-listing-inner .btn.on_press {
	color: #fff;
}

.blog-home-list-item {
	float: left;
	width: 50%;
	padding: 0 40px 0 0;
	clear: both;
}

.blog-home-list-item + .blog-home-list-item {
	padding: 0 0 0 40px;
	clear: none;
}

.blog-home-list-item a {
	display: block;
	background: #f3f3f3;
	transition: background 0.35s linear;
	border-radius: 4px;
	overflow: hidden;
}

html:not(.mobile):not(.tablet) .blog-home-list-item a:hover,
.blog-home-list-item a.on_press {
	background: #f37824;
}

html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-hero:before,
.blog-home-list-item a.on_press .home-list-hero:before {
	opacity: 0.7;
}

html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-hero:after,
.blog-home-list-item a.on_press .home-list-hero:after {
	opacity: 1;
}

html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-meta,
html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-readnow,
.blog-home-list-item a.on_press .home-list-meta,
.blog-home-list-item a.on_press .home-list-readnow {
	color: #fff;
}

html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-meta strong,
html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-readnow strong,
.blog-home-list-item a.on_press .home-list-meta strong,
.blog-home-list-item a.on_press .home-list-readnow strong {
	color: #373737;
}

html:not(.mobile):not(.tablet) .blog-home-list-item a:hover .home-list-teaser,
.blog-home-list-item a.on_press .home-list-teaser {
	opacity: 1;
	top: 0;
}

.blog-home-list-item .home-list-hero {
	height: 390px;
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.blog-home-list-item .home-list-hero:before {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55%;
	transition: opacity 0.35s linear;
	background: transparent;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.blog-home-list-item .home-list-hero:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.35s linear;
	background: rgba(0, 0, 0, 0.75);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.55)), color-stop(100%, transparent));
	background: linear-gradient(30deg, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.blog-home-list-item .home-list-content {
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 40px;
	z-index: 1;
	line-height: 1.4;
	font-size: 14px;
	font-size: 14rem;
}

.blog-home-list-item .home-list-content h3 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-size: 30rem;
}

.blog-home-list-item .home-list-teaser {
	overflow: hidden;
	height: 0;
	color: #fff;
	margin: 10px 0 0;
	opacity: 0;
	transition: opacity 0.35s linear, top 0.35s linear;
	position: relative;
	top: 20px;
}

.blog-home-list-item .home-list-meta {
	padding: 21px 40px 18px;
	text-transform: uppercase;
	color: #373737;
	transition: color 0.35s linear;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

.blog-home-list-item .home-list-meta strong {
	color: #b3b3b3;
	transition: color 0.35s linear;
}

.blog-home-list-item .home-list-meta span + span {
	margin-left: 20px;
}

.blog-home-list-item .home-list-meta .home-list-readnow {
	display: block;
	float: right;
	color: #f37824;
	transition: color 0.35s linear;
}

.blog-common-container {
	padding: 90px 0 0;
}

.blog-header-left {
	float: left;
}

.blog-title {
	float: left;
	height: 40px;
	margin: 0 0 0 10px;
	padding: 6px 40px 0 0;
	border-right: 1px solid #e0e0e0;
	color: #b8b8b8;
	line-height: 1;
	font-size: 25px;
	font-size: 25rem;
}

.blog-header-filter {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #373737;
	transition: color 0.15s linear;
	font-weight: 600;
	font-size: 14px;
	font-size: 14rem;
}

.blog-header-filter .filter-label {
	position: relative;
	height: 90px;
	padding: 0 40px;
	line-height: 90px;
	margin: -25px 0 -25px -1px;
	border: 1px solid transparent;
	border-width: 0 1px;
	transition: height 0.3s linear, margin 0.3s linear, line-height 0.3s linear, border 0.15s linear;
	z-index: 1;
}

.blog-header-filter .filter-label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
}

.blog-header-filter .filter-label.on-hover {
	border-left-color: #f3f3f3;
	border-right-color: #f3f3f3;
}

.blog-header-filter .filter-label.on-hover:after {
	opacity: 1;
}

.blog-header-filter .filter-label:before {
	display: block;
	float: left;
	content: "\E005";
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #f37824;
	color: #f37824;
	font-size: 5px;
	border-radius: 100%;
	margin: 32px 15px 0 0;
	transition: margin 0.3s linear;
}

.scrolling .blog-header-filter .filter-label {
	height: 70px;
	line-height: 70px;
	margin: -15px 0 -15px -1px;
}

.scrolling .blog-header-filter .filter-label:before {
	margin-top: 22px;
}

.blog-header-right {
	float: right;
	margin: 0;
}

.blog-header-right .blog-main-nav {
	float: left;
	margin: 12px 0 0;
}

.blog-search-wrap {
	float: left;
	padding: 0 0 0 14px;
	margin: 0 -8px 0 20px;
	border-left: 1px solid #e0e0e0;
}

.blog-search-input {
	float: left;
	width: 0px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s linear;
}

.blog-search-input input {
	width: 100%;
	border: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	box-shadow: none !important;
}

.blog-search-input input:focus {
	outline: none;
	box-shadow: none !important;
}

.blog-search-input input::-webkit-input-placeholder {
	color: #d2d2d2;
}

.blog-search-input input:-moz-placeholder {
	color: #d2d2d2;
}

.blog-search-input input::-moz-placeholder {
	color: #d2d2d2;
}

.blog-search-input input:-ms-input-placeholder {
	color: #d2d2d2;
}

.blog-search-input input.error::-webkit-input-placeholder {
	color: #cd201f;
}

.blog-search-input input.error:-moz-placeholder {
	color: #cd201f;
}

.blog-search-input input.error::-moz-placeholder {
	color: #cd201f;
}

.blog-search-input input.error:-ms-input-placeholder {
	color: #cd201f;
}

.search-blog {
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
}

.search-blog:before {
	position: absolute;
	top: 11px;
	left: 12px;
	display: block;
	content: " ";
	width: 14px;
	height: 14px;
	border: 2px solid #e0e0e0;
	border-radius: 100%;
	transition: border-color 0.15s linear;
}

.search-blog:after {
	display: block;
	content: " ";
	width: 2px;
	height: 9px;
	border-radius: 2px;
	background: #e0e0e0;
	position: absolute;
	top: 21px;
	left: 25px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: background 0.15s linear;
}

html:not(.mobile):not(.tablet) .search-blog:hover:before,
.search-blog.on_press:before {
	border-color: #f37824;
}

html:not(.mobile):not(.tablet) .search-blog:hover:after,
.search-blog.on_press:after {
	background: #f37824;
}

.blog-container {
	width: 100%;
	max-width: 1060px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.blog-copy-container {
	padding: 0 14.5%;
}

.filter-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1000px;
	background: #fff;
	margin: 0 0 0 -500px;
	border-top: 1px solid #f3f3f3;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.filter-column {
	-ms-flex: 1;
	flex: 1;
	padding: 45px 48px;
}

.filter-column:not(:first-child) {
	border-left: 1px solid #f3f3f3;
}

.filter-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filter-column li {
	clear: both;
	margin: 10px 0 0;
}

.filter-column h2 {
	margin: 0 0 20px;
	color: #f37824;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

.filter-column a {
	text-transform: none;
	color: #373737;
	font-weight: 400;
	font-size: 16px;
	font-size: 16rem;
}

html:not(.mobile):not(.tablet) .filter-column a:hover,
.filter-column a.on_press {
	color: #f37824;
}

.filter-column.filter-authors a {
	display: block;
	line-height: 50px;
}

.filter-column.filter-authors li {
	margin: 15px 0 0;
}

.filter-column.filter-authors .author-profile {
	float: left;
	width: 50px;
	height: 50px;
	border: none;
	margin: 0 20px 0 0;
}

.blog-listing-wrap {
	padding: 190px 0;
}

.blog-intro {
	text-align: center;
	padding: 0 0 80px;
	margin: 0 auto;
	width: 100%;
	max-width: 710px;
	line-height: 1.5;
	color: #717171;
	font-size: 16px;
	font-size: 16rem;
}

.blog-intro h1 {
	color: #373737;
	margin: 0;
	font-weight: 300;
	font-size: 40px;
	font-size: 40rem;
}

.blog-intro .intro-teaser {
	margin: 40px 0 0;
}

.blog-item {
	position: relative;
	margin: 0 0 100px;
}

.blog-item .blog-item-content {
	padding: 40px 40px 30px 40px;
	margin: -165px -40px 0 25%;
	background: #fff;
	color: #232323;
	font-size: 16px;
	font-size: 16rem;
}

.blog-item .blog-item-content h2 {
	line-height: 1;
	margin: 0 0 20px;
	font-size: 30px;
	font-size: 30rem;
}

.blog-item .blog-item-content .blog-item-teaser {
	max-width: 610px;
}

.blog-item h3 {
	text-transform: uppercase;
	font-size: 11px;
	color: #707070;
	margin: 0 0 5px;
	line-height: 1;
	font-weight: 600;
}

.blog-item .meta-author {
	top: 75%;
	margin: 0 -40px 0 0;
	left: 0;
	width: 25%;
}

.blog-item.blog-item-alt .blog-item-content {
	margin-left: -40px;
	margin-right: 25%;
}

.blog-item.blog-item-alt .meta-author {
	left: auto;
	right: 0;
}

.blog-item-meta {
	border-top: 1px solid #e0e0e0;
	margin: 50px -40px 0 0;
	padding: 30px 0 0;
	font-size: 0;
}

.blog-item-meta .meta-categories {
	width: 45%;
	display: inline-block;
	padding: 0 30px 0 0;
	font-size: 14px;
	font-size: 14rem;
}

.blog-item-meta .meta-reading {
	width: 49%;
	display: inline-block;
	font-size: 14px;
	font-size: 14rem;
}

.blog-item-hero {
	display: block;
	width: 100%;
	padding: 0 0 63%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-blend-mode: multiply;
	transition: background-color 0.2s linear;
}

html:not(.mobile):not(.tablet) .blog-item-hero:hover,
.blog-item-hero.on_press {
	background-color: rgba(243, 120, 36, 0.4);
}

.pagination {
	width: 100%;
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	padding: 0 30px;
	list-style: none;
	text-align: center;
	color: #9b9b9b;
}

.pagination li {
	display: inline-block;
	margin: 0 20px;
	line-height: 1;
	font-size: 22px;
	font-size: 22rem;
}

.pagination span {
	color: #f37824;
}

.pagination a {
	color: #373737;
}

.pagination .next,
.pagination .prev {
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -9999em;
	width: 20px;
	height: 30px;
	margin: 0;
}

.pagination .next a:before,
.pagination .prev a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: "Icons";
	line-height: 1;
	text-indent: 0;
	font-size: 19px;
	font-size: 19rem;
}

.pagination .next.inactive a:before,
.pagination .prev.inactive a:before {
	opacity: 0.15;
	cursor: default;
}

.pagination .prev {
	left: 0;
}

.pagination .prev a:before {
	content: "\E002";
}

.pagination .next {
	right: 0;
}

.pagination .next a:before {
	content: "\E003";
}

.blog-subscribe {
	padding: 30px 0 100px;
	text-align: center;
}

.blog-subscribe h2 {
	margin: 0;
	font-size: 20px;
	font-size: 20rem;
}

.blog-subscribe .blog-signup {
	margin: 30px 0 0;
}

.blog-subscribe input {
	border: none !important;
}

.blog-subscribe.blog-subscribe-break {
	padding: 85px 0 100px;
}

.blog-subscribe.blog-subscribe-break .edge-svg-wrap {
	bottom: auto;
	top: 100%;
}

.blog-subscribe.blog-subscribe-break .edge-svg-wrap .edge-svg {
	margin: -2px 0 0;
	fill: #f37824;
}

.blog-subscribe .success {
	margin: 40px 0 -10px;
}

.post-header {
	position: relative;
	width: 100%;
	height: calc(100vh - 89px);
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.post-header h1 {
	margin: 0;
	color: #fff;
	line-height: 1;
	font-size: 55px;
	font-size: 55rem;
}

.post-header-hero {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.post-header-hero .post-header-hero-shadow {
	display: block;
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55%;
	background: transparent;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.post-header-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.post-header-meta {
	position: relative;
	background: #fff;
	height: 100px;
	margin: 100px 0 0;
	text-align: left;
	font-size: 14px;
	font-size: 14rem;
}

.post-header-meta .blog-container {
	height: 100%;
	position: relative;
}

.post-header-meta .blog-container:after {
	display: block;
	content: " ";
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
}

.post-header-meta h2 {
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 5px;
	color: #b3b3b3;
	font-weight: 600;
	font-size: 11px;
	font-size: 11rem;
}

.post-header-meta .meta-categories,
.post-header-meta .meta-reading {
	width: 41%;
	margin: 40px 0 0;
}

.post-header-meta .meta-reading {
	text-align: right;
	position: relative;
}

.meta-author {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 180px;
	margin: 0 0 0 -90px;
	text-align: center;
	font-size: 16px;
	font-size: 16rem;
}

.meta-author a {
	color: #373737;
}

html:not(.mobile):not(.tablet) .meta-author a:hover,
.meta-author a.on_press {
	color: #f37824;
}

.author-profile {
	width: 80px;
	height: 80px;
	border: 7px solid #fff;
	background: #e0e0e0;
	border-radius: 100%;
	margin: 0 auto 14px;
	background-position: center 8px;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

.fb-read-later {
	float: right;
	margin: -12px 0 0;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s linear;
}

.fb-read-later.is-visible {
	opacity: 1;
}

.post-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-share li {
	float: left;
	position: relative;
}

.post-share li + li {
	margin: 0 0 0 10px;
}

.post-share a {
	display: block;
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 0px 1px rgba(55, 55, 55, 0.15);
	background: #fff;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
	transition: color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear;
}

html:not(.mobile):not(.tablet) .post-share a:hover,
.post-share a.on_press {
	color: #fff;
	background: #f37824;
	box-shadow: 0px 0px 0px 1px rgba(55, 55, 55, 0);
}

.post-share a.icon-fb {
	color: #3b5998;
	line-height: 38px;
	font-size: 18px;
}

.post-share a.icon-fb:before {
	content: "\E015";
}

.post-share a.icon-tw {
	color: #55acee;
	font-size: 16px;
}

.post-share a.icon-tw:before {
	content: "\E023";
}

.post-share a.icon-in {
	color: #0077b5;
	line-height: 38px;
	font-size: 16px;
}

.post-share a.icon-in:before {
	content: "\E017";
}

.post-share a.icon-save {
	color: #3b5998;
	font-size: 18px;
}

.post-share a.icon-save:before {
	content: "\E024";
}

.post-share a.icon-save + .fb-save {
	display: none;
	position: absolute;
	left: 100%;
	margin: 0 0 0 20px;
	top: 6px;
}

.post-share.fixed-share {
	position: absolute;
	top: -175px;
	right: 30px;
	opacity: 0;
	transition: opacity 0.3s linear;
}

.post-share.fixed-share.is-visible {
	opacity: 1;
}

.post-share.fixed-share li {
	float: none;
	margin: 5px 0 0;
}

.blog-copy {
	position: relative;
}

.blog-copy-wrap {
	padding: 110px 0 0;
	line-height: 1.5;
	font-size: 20px;
	font-size: 20rem;
}

.blog-copy-wrap h2,
.blog-copy-wrap h3,
.blog-copy-wrap h4,
.blog-copy-wrap h5,
.blog-copy-wrap h6 {
	color: #f37824;
}

.blog-copy-wrap h2 {
	margin: 70px 0 30px;
	font-size: 35px;
	font-size: 35rem;
}

.blog-copy-wrap h3 {
	margin: 50px 0 30px;
	font-size: 30px;
	font-size: 30rem;
}

.blog-copy-wrap h4 {
	margin: 40px 0 20px;
	font-size: 26px;
	font-size: 26rem;
}

.blog-copy-wrap h5 {
	margin: 30px 0 10px;
	font-size: 20px;
	font-size: 20rem;
	font-weight: 600;
}

.blog-copy-wrap h5 {
	margin: 30px 0 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 16rem;
	font-weight: 600;
}

.blog-copy-wrap blockquote {
	margin: 60px 10% 60px -20.4%;
	line-height: 1.5;
	color: #f37824;
	font-style: italic;
	font-size: 35px;
	font-size: 35rem;
	font-weight: 400;
}

.full-container-img {
	margin: 60px -20.4%;
}

.full-container-img img {
	width: 100%;
	height: auto !important;
	display: block;
}

.full-bleed-img {
	margin: 60px 0;
}

.full-bleed-img img {
	display: block;
	width: 100%;
}

.breakout-facebook {
	margin: 60px 0;
	display: block !important;
}

.breakout-facebook > span {
	width: 100% !important;
	display: block;
}

.breakout-facebook > span iframe {
	left: 50% !important;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.breakout-facebook.breakout-left {
	float: left;
	margin: 60px 10% 60px -20.4%;
	width: 60%;
}

.breakout-facebook.breakout-left + p {
	margin-top: 30px;
}

.breakout-facebook.breakout-right {
	float: right;
	margin: 60px -20.4% 60px 10%;
	width: 60%;
}

.breakout-facebook.breakout-right + p {
	margin-top: 30px;
}

.breakout-tweet {
	margin: 60px 0;
}

.breakout-tweet .twitter-tweet {
	width: 100%;
	max-height: 500px;
	margin: 0 auto;
}

.breakout-tweet.breakout-left {
	float: left;
	margin: 60px 10% 60px -20.4%;
	width: 60%;
}

.breakout-tweet.breakout-left + p {
	margin-top: 30px;
}

.breakout-tweet.breakout-right {
	float: right;
	margin: 60px -20.4% 60px 10%;
	width: 60%;
}

.breakout-tweet.breakout-right + p {
	margin-top: 30px;
}

.alignleft,
img[align=left],
.alignright,
img[align=right] {
	display: block;
	width: 60% !important;
	height: auto !important;
}

.alignleft,
img[align=left] {
	float: left;
	margin: 60px 10% 60px -20.4%;
}

.alignright,
img[align=right] {
	float: right;
	margin: 60px -20.4% 60px 10%;
}

/*
.breakout-left {
	float: left;
	margin: 60px 10% 60px $overlap;
	width: 60%;
	img {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	@include breakpoint(0, $bp-x-small) {
		float: none;
		margin: 40px 0;
	}
}
.breakout-right {
	float: right;
	margin: 60px $overlap 60px 10%;
	width: 60%;
	img {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	@include breakpoint(0, $bp-x-small) {
		float: none;
		margin: 40px 0;
	}
}*/

.breakout-container {
	margin: 60px 0;
	display: table;
}

.breakout-container .twitter-tweet {
	width: 100% !important;
	margin: 0 !important;
}

.breakout-container iframe {
	width: 100% !important;
	margin: 0 !important;
}

.video-container {
	margin: 60px -20.4%;
	position: relative;
	padding: 0 0 79.3%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.blog-end-subscribe {
	text-align: center;
	border-top: 1px solid #e0e0e0;
	padding: 85px 0 200px;
	margin: 140px 0 0;
	font-size: 16px;
	font-size: 16rem;
}

.blog-end-subscribe h2 {
	margin: 0 0 20px !important;
}

.blog-end-subscribe .post-share {
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -70px;
}

.blog-end-subscribe .post-share ul {
	float: left;
}

.blog-end-subscribe .success {
	margin: 40px 0 -10px;
}

.blog-signup {
	margin: 50px 0 0;
	display: block;
	position: relative;
}

.blog-signup input {
	float: left;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 60px;
	height: 60px;
	text-align: center;
	color: #858d92;
	font-weight: 500;
	transition: border-color 0.15s linear;
	font-size: 20px;
	font-size: 20rem;
}

.blog-signup input:focus {
	outline: none;
	border-color: #f37824;
}

.blog-signup button {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 -62px;
	padding: 0;
	color: #f37824;
	background: transparent;
	transition: color 0.15s linear;
	font-size: 40px;
	font-size: 40rem;
}

.blog-signup button:before {
	content: "\E022";
}

html:not(.mobile):not(.tablet) .blog-signup button:hover,
.blog-signup button.on_press {
	color: #373737;
}

.post-author-wrap {
	transition: background 0.4s linear;
}

.post-author-wrap .edge-svg {
	transition: fill 0.4s linear;
}

.post-author-wrap.on-hover {
	background: #212222;
}

.post-author-wrap.on-hover .edge-svg {
	fill: #212222;
}

.author-content {
	padding: 40px 13% 78px 29%;
}

.author-content h2 {
	margin: 0 0 30px;
	font-size: 35px;
	font-size: 35rem;
}

.author-content .see-all-author {
	display: inline-block;
	margin: 30px 0 0;
	color: #fff;
	font-weight: 600;
}

html:not(.mobile):not(.tablet) .author-content .see-all-author:hover,
.author-content .see-all-author.on_press {
	color: #f37824;
}

.post-author-wrap:after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 10px;
	background: transparent;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.author-title {
	text-transform: uppercase;
	opacity: 0.5;
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 14px;
	font-size: 14rem;
}

.author-photo {
	position: absolute;
	left: 30px;
	bottom: 0;
	height: calc(100% + 50px);
	width: 22.2%;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

.author-yappy-profile {
	display: none;
}

.see-all-author {
	padding: 0 0 0 16px;
}

.see-all-author:before {
	float: left;
	margin: 2px 0 0 -16px;
	font-size: 10px;
	content: "\E003";
}

.blog-comments {
	padding-top: 100px;
	padding-bottom: 200px;
}

.blog-comments h2 {
	margin: 0 0 30px;
	color: #f37824;
	font-size: 26px;
	font-size: 26rem;
}

.blog-nextprev {
	padding: 20px 0 90px;
}

.blog-nextprev .left,
.blog-nextprev .right {
	width: 50%;
}

.blog-nextprev .right {
	text-align: right;
}

.blog-nextprev a {
	display: block;
	color: #fff;
	font-size: 22px;
	font-size: 22rem;
}

.blog-nextprev a:before {
	line-height: 1;
	margin-top: 2px;
	opacity: 0.2;
	color: #fff;
	font-size: 33px;
	font-size: 33rem;
}

.blog-nextprev a span {
	display: block;
	text-transform: uppercase;
	opacity: 0.5;
	color: #fff !important;
	font-weight: 600;
	font-size: 11px;
	font-size: 11rem;
}

html:not(.mobile):not(.tablet) .blog-nextprev a:hover,
.blog-nextprev a.on_press {
	color: #f37824;
}

.blog-nextprev .left .icon {
	padding-left: 60px;
}

.blog-nextprev .left .icon:before {
	float: left;
	margin-left: -60px;
	content: "\E002";
}

.blog-nextprev .right .icon {
	padding-right: 60px;
}

.blog-nextprev .right .icon:before {
	float: right;
	margin-right: -60px;
	content: "\E003";
}

.enquire-modal-wrap .modaal-container {
	background: #f37824 url(../img/enquire-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	-webkit-overflow-scrolling: touch;
}

.enquire-modal-wrap .modaal-container .modaal-close {
	background: #fff;
	border-radius: 5px;
	transition: background 0.15s linear;
}

.enquire-modal-wrap .modaal-container .modaal-close:before,
.enquire-modal-wrap .modaal-container .modaal-close:after {
	background: #f37824;
	transition: background 0.15s linear;
}

html:not(.mobile):not(.tablet) .enquire-modal-wrap .modaal-container .modaal-close:hover,
.enquire-modal-wrap .modaal-container .modaal-close.on_press {
	background: #373737;
}

html:not(.mobile):not(.tablet) .enquire-modal-wrap .modaal-container .modaal-close:hover:before,
html:not(.mobile):not(.tablet) .enquire-modal-wrap .modaal-container .modaal-close:hover:after,
.enquire-modal-wrap .modaal-container .modaal-close.on_press:before,
.enquire-modal-wrap .modaal-container .modaal-close.on_press:after {
	background: #fff;
}

.enquire-wrap {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding: 115px 30px;
}

.enquire-wrap h2 {
	margin: 0 0 30px;
	font-size: 40px;
	font-size: 40rem;
	position: relative;
	opacity: 0;
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: opacity 0.5s linear, transform 0.5s linear;
}

.enquire-wrap h2 + p {
	opacity: 0.6;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px;
	font-size: 22px;
	font-size: 22rem;
	position: relative;
	opacity: 0;
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: opacity 0.5s linear, transform 0.5s linear;
	transition-delay: 0.2s;
}

.enquire-wrap.step-in h2,
.enquire-wrap.step-in h2 + p,
.enquire-wrap.step-in .enquire-ctas,
.enquire-wrap.step-in .enquire-form-wrap {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.enquire-ctas {
	margin: 30px 0 0;
	font-size: 20px;
	font-size: 20rem;
	position: relative;
	opacity: 0;
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: opacity 0.5s linear, transform 0.5s linear;
	transition-delay: 0.4s;
}

.enquire-ctas a {
	color: #fff;
	margin: 0 20px;
	transition: opacity 0.15s linear;
}

html:not(.mobile):not(.tablet) .enquire-ctas a:hover,
.enquire-ctas a.on_press {
	color: #fff;
	opacity: 0.8;
}

.enquire-form-wrap {
	background: #fff;
	border-radius: 4px;
	padding: 0 0 65px;
	margin: 38px 0 0;
	position: relative;
	opacity: 0;
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: opacity 0.5s linear, transform 0.5s linear;
	transition-delay: 0.6s;
}

.enquire-form-wrap .form-field-submit {
	margin: 20px auto 0;
	position: relative;
	width: 100%;
	max-width: 362px;
}

.enquire-form-wrap .form-field-submit button {
	display: block;
	background: #f37824;
	width: 100%;
	max-width: 362px;
	height: 70px;
	border-radius: 40px;
	transition: background 0.15s linear;
	font-size: 22px;
	font-size: 22rem;
	font-weight: 600;
}

html:not(.mobile):not(.tablet) .enquire-form-wrap .form-field-submit button:hover:not([disabled]),
.enquire-form-wrap .form-field-submit button.on_press:not([disabled]) {
	background: #373737;
	color: #fff;
}

.enquire-form-wrap .form-field-submit button[disabled] {
	cursor: default;
}

.enquire-form-wrap label.error {
	display: block;
	text-transform: uppercase;
	color: #b72121;
	margin: 10px 0 0;
	font-size: 12px;
	font-size: 12rem;
	font-weight: 600;
}

.enquire-form-wrap .form-field {
	width: 100%;
	max-width: 630px;
	margin: 0 auto 20px;
}

.enquire-form-wrap input {
	width: 100%;
	height: 60px;
	padding: 3px 30px 0;
	border-radius: 40px;
	line-height: 62px;
	background: #fff;
	border: 1px solid #e2e5e7;
	color: #858d92 !important;
	box-shadow: inset 0 0 0 100px #fff;
	font-size: 20px;
	font-size: 20rem;
}

.enquire-form-wrap input::-webkit-input-placeholder {
	color: #858d92;
	transition: color 0.15s linear;
}

.enquire-form-wrap input:-moz-placeholder {
	color: #858d92;
	transition: color 0.15s linear;
}

.enquire-form-wrap input::-moz-placeholder {
	color: #858d92;
	transition: color 0.15s linear;
}

.enquire-form-wrap input:-ms-input-placeholder {
	color: #858d92;
	transition: color 0.15s linear;
}

.enquire-form-wrap input:-webkit-autofill {
	color: #858d92 !important;
}

.enquire-form-wrap textarea {
	width: 100%;
	height: 190px;
	padding: 15px 30px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e2e5e7;
	resize: none;
}

.enquire-form-wrap input,
.enquire-form-wrap textarea {
	transition: border 0.15s linear;
	-webkit-appearance: none;
}

.enquire-form-wrap input.error,
.enquire-form-wrap textarea.error {
	border-color: #b72121;
}

.enquire-form-wrap input.error::-webkit-input-placeholder,
.enquire-form-wrap textarea.error::-webkit-input-placeholder {
	color: #b72121;
}

.enquire-form-wrap input.error:-moz-placeholder,
.enquire-form-wrap textarea.error:-moz-placeholder {
	color: #b72121;
}

.enquire-form-wrap input.error::-moz-placeholder,
.enquire-form-wrap textarea.error::-moz-placeholder {
	color: #b72121;
}

.enquire-form-wrap input.error:-ms-input-placeholder,
.enquire-form-wrap textarea.error:-ms-input-placeholder {
	color: #b72121;
}

.enquire-form-wrap input:focus,
.enquire-form-wrap textarea:focus {
	outline: none;
	border-color: #f37824;
}

.enquire-form-wrap input:focus::-webkit-input-placeholder,
.enquire-form-wrap textarea:focus::-webkit-input-placeholder {
	color: #bcc0c2;
}

.enquire-form-wrap input:focus:-moz-placeholder,
.enquire-form-wrap textarea:focus:-moz-placeholder {
	color: #bcc0c2;
}

.enquire-form-wrap input:focus::-moz-placeholder,
.enquire-form-wrap textarea:focus::-moz-placeholder {
	color: #bcc0c2;
}

.enquire-form-wrap input:focus:-ms-input-placeholder,
.enquire-form-wrap textarea:focus:-ms-input-placeholder {
	color: #bcc0c2;
}

.form-submitting {
	display: block;
	pointer-events: none;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: opacity 0.3s linear;
	background: #fff url(../img/loading.gif) no-repeat center center;
	background-size: 30px 30px;
	opacity: 0;
}

.form-submitting.is-visible {
	opacity: 1;
}

html.ios .enquire-form-wrap input {
	padding-top: 0;
}

.enquire-sliders-wrap {
	border-radius: 3px;
	background: #fff;
	padding: 68px 30px 45px;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 630px;
	position: relative;
}

.enquire-sliders-wrap .range-labels {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	top: 20px;
	display: block;
	font-weight: 400;
	color: #f37824;
	font-size: 24px;
	font-size: 24rem;
}

.enquire-sliders-wrap .fixed-label {
	text-transform: uppercase;
	color: #858d92;
	position: absolute;
	top: 43px;
	font-weight: 600;
	font-size: 12px;
	font-size: 12rem;
}

.enquire-sliders-wrap .fixed-label.label-min {
	left: 30px;
}

.enquire-sliders-wrap .fixed-label.label-max {
	right: 30px;
}

.form-group {
	padding: 45px 30px 25px;
	color: #858d92;
	font-size: 20px;
	font-size: 20rem;
}

.form-group h3 {
	text-transform: uppercase;
	color: #323537;
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 16px;
	font-size: 16rem;
}

.form-group h3 + p {
	margin: -10px auto 30px;
	width: 100%;
	max-width: 630px;
}

.form-group.form-group-dark {
	background-color: #323537;
	color: #aaa;
}

.form-group.form-group-dark h3 {
	color: #fff;
}

.status-message {
	padding: 67px 30px 0;
	color: #858d92;
	text-align: center;
	font-size: 23px;
	font-size: 23rem;
}

.status-message h3 {
	margin: 0 0 20px;
	color: #f37824;
	font-size: 36px;
	font-size: 36rem;
}

.status-message p {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}

.status-message .btn {
	margin: 50px auto 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	transition: left .3s,top .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base {
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 2px;
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
	cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #B8B8B8;
}

[disabled] .noUi-handle {
	cursor: not-allowed;
}

.noUi-horizontal {
	height: 2px;
}

.noUi-background {
	border: none !important;
	box-shadow: none !important;
	background: #e2e5e7;
}

.noUi-connect {
	box-shadow: none !important;
	background: #fde74c !important;
	border: none !important;
}

.noUi-base .noUi-handle {
	border: none;
	box-shadow: none;
	background: #f37824;
	width: 30px;
	height: 30px;
	left: -15px;
	top: -13px;
	cursor: hand;
	cursor: -webkit-grab;
	border-radius: 100%;
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.15s linear;
}

.noUi-base .noUi-handle.noUi-active {
	cursor: hand;
	cursor: -webkit-grabbing;
}

.noUi-base .noUi-handle:before {
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	content: " ";
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 100%;
	transition: top 0.15s linear, left 0.15s linear;
}

.noUi-base .noUi-handle:after {
	display: none;
}

.noUi-base .noUi-handle:hover {
	background: #e34b25;
	width: 32px;
	height: 32px;
	left: -16px;
	top: -15px;
}

.noUi-base .noUi-handle:hover:before {
	top: 9px;
	left: 9px;
}

/*!
    Modaal - accessible modals - v0.2.7
    by Humaan, for all humans.
    http://humaan.com
 */

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 0;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	animation-name: instaReveal;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 1500px;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-prev {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-container {
	width: auto;
	max-width: none;
}

.modaal-iframe-elem {
	width: 100%;
	display: block;
}

.ios .modaal-wrapper {
	position: absolute;
	height: auto;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Dots

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 8px;
        width: 8px;
        margin: 0 4px;
        padding: 0;
        cursor: pointer;
        border-radius: 100%;
        border: 1px solid red;
        transition: background $duration linear;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 8px;
            width: 8px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 0;
            cursor: pointer;
            &:hover, &:focus {
                outline: none;
                &:before {
                    opacity: $slick-opacity-on-hover;
                }
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 8px;
                height: 8px;
                font-size: $slick-dot-size;
                line-height: 8px;
                text-align: center;
                color: $slick-dot-color;
                opacity: $slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active {
	        background: red;
	        button:before {
	            color: $slick-dot-color-active;
	            opacity: $slick-opacity-default;
            }
        }
    }
}*/

@media screen and (min-width: 768px) and (max-height: 830px) {

html.desktop #service-1 .service-img {
	top: 38% !important;
}

html.desktop #service-4 .service-img {
	top: 38% !important;
}

}

@media (min-width: 768px) {

.breakout-container .breakout-container-inner {
	display: table-cell;
	vertical-align: middle;
}

.breakout-container .breakout-hero {
	display: inline-block;
	width: 58%;
	padding: 0 70px 0 0;
	vertical-align: middle;
	font-size: 14px;
	font-size: 14rem;
}

.breakout-container .breakout-content {
	width: 41%;
	display: inline-block;
	vertical-align: middle;
}

.breakout-container.breakout-left {
	margin-left: -20.4%;
}

.breakout-container.breakout-right {
	margin-right: -20.4%;
}

.breakout-container.breakout-right .breakout-hero {
	padding: 0 0 0 70px;
}

}

@media screen and (min-width: 830px) and (max-height: 767px) {

#canvas,
#bg-canvas {
	-ms-transform: scale(0.8) translate(-12.5%, -12.5%);
	transform: scale(0.8) translate(-12.5%, -12.5%);
}

}

@media (min-width: 831px) {

.header-nav {
	float: right;
	padding: 13px 0 0;
	transition: padding 0.3s linear;
}

.main-nav li {
	float: left;
}

.main-nav li.blog-link {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

.main-nav li.blog-link:before {
	display: block;
	content: " ";
	width: 1px;
	height: 37px;
	position: absolute;
	top: -10px;
	left: 0;
	background: #e0e0e0;
}

.main-nav a {
	display: block;
	float: left;
	padding: 0 13px;
	text-transform: uppercase;
	color: #373737;
	transition: color 0.15s linear;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	font-size: 14rem;
}

html:not(.mobile):not(.tablet) .main-nav a:hover,
.main-nav a.on_press {
	color: #f37824;
}

.main-nav a:after {
	display: block;
	content: " ";
	position: absolute;
	bottom: 100%;
	margin: 0 0 19px;
	left: 10px;
	right: 10px;
	height: 3px;
	opacity: 0;
	background: #f37824;
	transition: opacity 0.15s linear;
}

}

@media only screen and (min-width: 1400px) {

.modaal-video-container {
	padding-bottom: 0;
	height: 731px;
	margin: 0 auto;
}

}

@media (min-width: 1495px) {

.filter-dropdown {
	left: 247px;
	right: 247px;
	margin: 0;
	width: auto;
}

}

@media (min-width: 1600px) {

.full-case-study-item-hero {
	right: 60%;
}

.full-case-study-item-inner .case-study-copy {
	max-width: none;
	padding-right: 20%;
}

}

@media (max-width: 1500px) {

#service-1 .service-img {
	-ms-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
}

#service-1 .service-hero-alt-1 {
	width: 400px;
	left: -5%;
}

#service-1 .service-hero-alt-2 {
	width: 350px;
}

#service-1 .service-hero-alt-3 {
	width: 500px;
}

#service-2 .service-hero-alt-1 {
	width: 430px;
	top: -16%;
	left: 40%;
}

#service-2 .service-hero-alt-2 {
	width: 400px;
	bottom: -10%;
}

#service-4 .service-hero-alt-1 {
	width: 605px;
	top: -75%;
}

#service-4 .service-hero-alt-2 {
	width: 360px;
	bottom: -45%;
}

#service-4 .service-img {
	-ms-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
}

#about-us:before {
	width: 600px;
	background-size: 100% auto;
	background-position: center bottom;
}

#about-us h2 {
	margin-bottom: 140px;
}

#about-us.step-in:before {
	top: 245px;
}

.founders-wrap {
	padding: 0 3%;
}

}

@media (max-width: 1300px) {

.what-we-do-list li {
	padding: 0 0 53px;
}

.what-we-do-list li .wwd-icon {
	margin-bottom: 25px;
}

.what-we-do-list li:before {
	margin-bottom: -26px;
}

#what-we-do.step-in .what-we-do-list li:after {
	height: 25px;
}

}

@media (max-width: 1280px) {

#about-us:before {
	width: 500px;
}

#about-us h2 {
	margin-bottom: 80px;
}

#about-us.step-in:before {
	top: 200px;
}

}

@media (max-width: 1200px) {

.service-item .service-item-contents {
	max-width: 320px !important;
}

.service-item .service-item-inner {
	padding: 0 12%;
}

#service-1 .service-hero-alt-1,
#service-1 .service-hero-alt-3 {
	display: none;
}

#service-1 .service-hero-alt-2 {
	left: 20%;
	top: 100%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#service-1 .service-img {
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#service-2 .service-img {
	width: 50%;
	-ms-transform: translate(-3%, -50%);
	transform: translate(-3%, -50%);
}

#service-2 .service-hero-alt-1 {
	top: 50%;
}

#service-2 .service-hero-alt-2 {
	display: none;
}

#service-3 .service-img {
	width: 50%;
	-ms-transform: translate(-3%, -50%);
	transform: translate(-3%, -50%);
}

#service-3 .service-hero-alt-1 {
	display: none;
}

#service-3 .service-hero-alt-2 {
	bottom: -37%;
	right: 48%;
}

#service-4 .service-img {
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#service-4 .service-hero-alt-2 {
	display: none;
}

.full-case-study-item-hero {
	width: 55%;
	-ms-transform: translateX(-15%);
	transform: translateX(-15%);
}

.case-study-result {
	margin: 15px 15px 30px 0;
	width: 120px;
	height: 120px;
	border-radius: 15px;
	font-size: 14px;
	font-size: 14rem;
}

.case-study-result strong {
	line-height: 126px;
	font-size: 30px;
	font-size: 30rem;
}

.case-study-result .result-top,
.case-study-result .result-bottom {
	text-transform: uppercase;
	font-size: 11px;
	font-size: 11rem;
	font-weight: 600;
}

#about-us:before {
	width: 400px;
}

#about-us h2 {
	margin-bottom: 80px;
}

#about-us.step-in:before {
	top: 200px;
}

.blog-home-list-item .home-list-hero {
	height: 360px;
}

.blog-home-list-item .home-list-content {
	padding: 0 30px;
}

.blog-home-list-item .home-list-meta {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11px;
	font-size: 11rem;
}

.blog-home-list-item .home-list-meta span + span {
	margin-left: 10px;
}

.blog-item .blog-item-content {
	margin-right: 0;
}

.blog-item.blog-item-alt .blog-item-content {
	margin-left: 0;
}

.post-share.fixed-share {
	display: none;
}

}

@media only screen and (max-width: 1140px) {

.modaal-gallery-item img {
	width: 100%;
}

.modaal-gallery-control {
	top: auto;
	bottom: 20px;
	-ms-transform: none;
	transform: none;
	background: rgba(0, 0, 0, 0.7);
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	background: #fff;
}

.modaal-gallery-next {
	left: auto;
	right: 20px;
}

.modaal-gallery-prev {
	left: 20px;
	right: auto;
}

}

@media (max-width: 1100px) {

#service-1 .service-img {
	left: 50%;
	height: auto;
	width: 350px;
}

#service-1 .icon {
	font-size: 50px;
	font-size: 50rem;
}

#service-4 .service-img {
	left: 53%;
	height: auto;
	width: 350px;
}

}

@media (max-width: 1060px) {

.filter-dropdown {
	left: 30px;
	right: 30px;
	margin: 0;
	width: auto;
}

}

@media (max-width: 1024px) {

.panel-opening-inner {
	padding: 0 0 100px;
}

.opening-content h2 {
	margin: 0 0 15px;
	font-size: 36px;
	font-size: 36rem;
}

.roi-examples {
	margin-top: 40px;
}

.panel-intro {
	margin: 0;
}

#services-inner .slick-dots {
	margin-top: -50px;
}

.service-item .service-item-inner {
	padding-bottom: 100px;
}

.service-item .service-hero-alt-1,
.service-item .service-hero-alt-2,
.service-item .service-hero-alt-3 {
	display: none !important;
}

#service-1 .service-img {
	left: 55% !important;
	height: auto;
	width: 300px !important;
	-ms-transform: translate(0, -55%);
	transform: translate(0, -55%);
}

#service-2 .icon-1:before,
#service-2 .icon-3:before,
#service-2 .icon-6:before,
#service-2 .icon-8:before {
	font-size: 45px;
	font-size: 45rem;
}

#service-2 .icon-2:before,
#service-2 .icon-4:before,
#service-2 .icon-5:before,
#service-2 .icon-7:before,
#service-2 .icon-9:before {
	font-size: 40px;
	font-size: 40rem;
}

#service-2 .icon-1 {
	top: 17%;
}

#service-2 .icon-2 {
	top: 10%;
}

#service-2 .icon-3 {
	top: 2%;
}

#service-2 .icon-4 {
	top: 11%;
}

#service-2 .icon-5 {
	top: 55%;
}

#service-2 .icon-6 {
	top: 70%;
}

#service-2 .icon-7 {
	top: 61%;
}

#service-2 .icon-8 {
	top: 70%;
}

html.tablet #service-2 .service-img,
html.mobile #service-2 .service-img {
	-ms-transform: translate(-3%, -65%);
	transform: translate(-3%, -65%);
}

#service-3 .icon-1:before,
#service-3 .icon-3:before,
#service-3 .icon-5:before,
#service-3 .icon-6:before,
#service-3 .icon-8:before {
	font-size: 55px;
	font-size: 55rem;
}

#service-3 .icon-2:before,
#service-3 .icon-4:before,
#service-3 .icon-7:before,
#service-3 .icon-9:before,
#service-3 .icon-10:before {
	font-size: 32px;
	font-size: 32rem;
}

#service-3 .icon-1 {
	top: 2%;
}

#service-3 .icon-2 {
	top: 8%;
}

#service-3 .icon-3 {
	top: 4%;
}

#service-3 .icon-4 {
	top: 3%;
}

#service-3 .icon-5 {
	top: 15%;
}

#service-3 .icon-6 {
	top: 61%;
}

#service-3 .icon-7 {
	top: 70%;
}

#service-3 .icon-8 {
	top: 74.4%;
}

#service-3 .icon-9 {
	top: 59%;
}

html.tablet #service-3 .service-img,
html.mobile #service-3 .service-img {
	-ms-transform: translate(-3%, -65%);
	transform: translate(-3%, -65%);
}

#service-4 .service-img {
	left: 55% !important;
	height: auto;
	width: 300px !important;
	-ms-transform: translate(0, -55%);
	transform: translate(0, -55%);
}

#case-studies {
	padding: 0 0 200px;
}

.case-studies-list .case-study-item {
	width: 390px;
	height: 480px;
}

#active-case-studies {
	height: 660px;
}

.full-case-studies .slick-prev {
	left: 10px;
}

.full-case-studies .slick-next {
	right: 10px;
}

.full-case-study-item-inner {
	padding: 60px 0 0 45%;
	font-size: 14px;
	font-size: 14rem;
}

.full-case-study-item-inner .full-case-study-brand img {
	max-width: 200px;
}

#about-us {
	padding: 70px 0 250px;
}

#about-us:before {
	width: 400px;
	height: 300px;
	bottom: -100%;
	top: auto;
}

#about-us h2 {
	margin-bottom: 60px;
}

#about-us.step-in:before {
	top: auto;
	bottom: 0;
}

.founder-item {
	width: 45%;
}

.blog-home-list-item .home-list-meta .home-list-readnow {
	display: none;
}

.blog-home-list-item {
	padding: 0 15px 0 0;
}

.blog-home-list-item + .blog-home-list-item {
	padding: 0 0 0 15px;
}

.filter-column.filter-authors .author-profile {
	display: none;
}

.filter-column.filter-authors li {
	margin: 10px 0 0;
}

.filter-column.filter-authors a {
	display: block;
	line-height: 1.4;
}

}

@media (max-width: 1023px) {

.service-item .service-item-inner {
	display: block !important;
	padding: 130px 30px 0;
}

.service-item .service-item-contents {
	max-width: 420px !important;
	text-align: center;
	margin: 0 auto;
}

.service-item .icon {
	display: none !important;
}

#service-1 .service-img {
	width: 450px !important;
	top: 30%;
	left: 50% !important;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#service-2 .service-img {
	-ms-transform: translate(-47%, -28%) !important;
	transform: translate(-47%, -28%) !important;
	width: 80%;
}

#service-3 .service-img {
	-ms-transform: translate(-47%, -28%) !important;
	transform: translate(-47%, -28%) !important;
	width: 80%;
}

#service-4 .service-img {
	width: 450px !important;
	top: 30%;
	left: 50% !important;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@media (max-width: 960px) {

.main-nav a {
	padding: 0 10px;
}

.main-nav li.blog-link {
	margin: 0;
	padding: 0;
}

.main-nav li.blog-link:before {
	display: none;
}

.blog-main-nav a {
	padding: 0 8px;
}

.visit-facebook h2 {
	font-size: 14px;
	font-size: 14rem;
}

.visit-facebook .cta {
	padding: 0 30px;
}

.visit-facebook .fb-like {
	margin-right: 30px;
}

.roi-examples-rotation .slick-prev {
	left: -50px;
}

.roi-examples-rotation .slick-next {
	right: -50px;
}

.intro-copy-wrap {
	max-width: 400px;
	padding: 0;
	font-size: 16px;
	font-size: 16rem;
}

.intro-copy-wrap h2 {
	margin-right: 0;
	font-size: 28px;
	font-size: 28rem;
}

.what-we-do-list {
	font-size: 15px;
	font-size: 15rem;
	padding: 0 2%;
}

#services-wrapper {
	height: calc(100vh - 120px);
}

.full-case-study-item-hero {
	-ms-transform: translateX(-25%);
	transform: translateX(-25%);
}

.yappy-client-brands li {
	width: 20%;
}

.blog-home-listing-inner {
	padding-top: 80px;
}

.blog-home-listing-inner h2 {
	float: none;
	text-align: center;
	margin: 0;
}

.blog-home-listing-inner .btn {
	float: none;
	display: block;
	max-width: 250px;
	width: 100%;
	margin: 20px auto 50px;
}

.blog-home-list-item {
	padding: 0 !important;
	float: none;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.blog-home-list-item + .blog-home-list-item {
	margin-top: 30px;
}

.blog-title {
	padding-right: 25px;
}

.blog-header-filter .filter-label {
	padding-left: 25px;
	padding-right: 25px;
}

.blog-search-wrap {
	margin-left: 16px;
}

.blog-copy-container {
	padding: 0;
}

.filter-column {
	padding: 30px;
}

.filter-column a {
	font-size: 14px;
	font-size: 14rem;
}

.filter-column li {
	margin: 8px 0 0 !important;
}

.blog-item .meta-author {
	top: auto;
	bottom: 0;
	font-size: 14px;
	font-size: 14rem;
}

.post-header {
	height: 60vh;
}

.blog-copy-wrap {
	font-size: 18px;
	font-size: 18rem;
}

.blog-copy-wrap blockquote {
	line-height: 1.3;
	margin-left: 0;
	margin-right: 0;
}

.full-container-img {
	margin-left: 0;
	margin-right: 0;
}

.breakout-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.video-container {
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 56.25%;
}

}

@media screen and (max-width: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

}

@media (max-width: 870px) {

.main-nav a {
	font-size: 12px;
	font-size: 12rem;
	padding: 0 9px;
}

}

@media (max-width: 850px) {

.yappy-catch-bar {
	width: 100%;
	margin: 0;
	left: 0;
	border-radius: 0 !important;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.yappy-catch-bar ul {
	padding: 0 120px 0 0;
}

.yappy-catch-bar:before {
	display: none;
}

.catch-cta {
	width: 120px;
	border-radius: 0 !important;
}

}

@media screen and (max-width: 830px) and (max-height: 350px) {

.main-nav a {
	padding: 10px 0;
	font-size: 20px;
	font-size: 20rem;
}

}

@media screen and (max-width: 830px) and (max-height: 450px) {

.main-nav li {
	float: left;
	width: 50%;
}

.main-nav a {
	padding: 12px 0;
	font-size: 24px;
	font-size: 24rem;
}

}

@media (max-width: 830px) {

.main-header:not(.blog-header) {
	padding: 30px 0 0;
}

.header-nav {
	display: none;
	position: fixed;
	top: 105px;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
	transition: top 0.3s linear;
}

.scrolling .header-nav {
	top: 60px;
}

.main-nav {
	display: table;
	width: 100%;
	height: 100%;
}

.main-nav ul {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.main-nav li {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.main-nav li.is-visible {
	opacity: 1;
}

.main-nav a {
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 34px;
	font-size: 34rem;
}

.hamburger {
	display: block;
}

.visit-facebook {
	background-image: none;
}

.visit-facebook h2 {
	padding: 0 0 0 30px;
}

.visit-facebook .fb-like {
	display: none;
}

#opening {
	display: block;
}

#canvas,
#bg-canvas {
	-ms-transform: scale(0.5) translate(-50%, -50%);
	transform: scale(0.5) translate(-50%, -50%);
}

.panel-opening-inner {
	display: block;
	padding: 0 30px 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.opening-content h2 {
	font-size: 28px;
	font-size: 28rem;
}

.opening-content .opening-copy br {
	display: none;
}

.roi-examples {
	margin: 30px auto 0;
}

.roi-examples .btn {
	float: none;
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
	padding-left: 0;
	padding-right: 0;
	width: 160px;
	margin: 0 0 0 -80px;
}

.roi-examples-brands {
	height: auto;
	width: auto;
	float: none;
	text-align: center;
	margin: 0 0 10px;
}

.roi-examples-brands img {
	margin: 0 auto 10px;
	display: block;
	max-width: 150px;
}

.roi-examples-return {
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}

.roi-return-col {
	min-height: 55px;
}

.roi-return-col span {
	font-size: 20px;
	font-size: 20rem;
}

.roi-examples-rotation {
	padding: 0 0 60px;
	margin: 0 -30px;
	width: auto;
}

.roi-examples-rotation .slick-prev,
.roi-examples-rotation .slick-next {
	display: none !important;
}

.roi-example-item {
	padding: 0 30px;
}

.panel-intro {
	background-position: 65% top;
}

.panel-intro:before {
	display: none;
}

}

@media only screen and (max-width: 800px) {

.modaal-close {
	position: absolute;
}

}

@media (max-width: 769px) {

.enquire-modal-wrap .modaal-container .modaal-close {
	top: 0;
	right: 0;
	border-radius: 0 0 0 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

}

@media (max-width: 767px) {

.yappy-catch-bar {
	display: none;
}

.standard-page-container .container {
	font-size: 16px;
	font-size: 16rem;
	padding: 105px 30px 40px;
}

.standard-page-container .container .logo {
	margin: 0 auto 50px;
}

.standard-page-container .container h1 {
	font-size: 35px;
	font-size: 35rem;
}

.blog-main-nav {
	display: none;
}

.panel-intro {
	padding: 100px 0 270px;
}

.panel-intro:after {
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(32, 32, 32, 0.65);
}

.panel-intro .container {
	position: relative;
	z-index: 1;
}

.panel-intro {
	padding-bottom: 190px;
}

.intro-copy-wrap {
	margin: 0 auto;
	text-align: center;
}

#what-we-do {
	padding: 0;
}

.what-we-do-title {
	padding: 0;
	text-transform: none;
	color: #fff;
	font-size: 28px;
	font-size: 28rem;
	font-weight: 400;
}

.what-we-do-title:before,
.what-we-do-title:after {
	display: none;
}

.what-we-do-list {
	padding: 0;
	position: relative;
	margin: 40px 0 80px;
	bottom: auto;
	float: left;
	width: 100%;
	font-size: 14px;
	font-size: 14rem;
}

.what-we-do-list ul:before,
.what-we-do-list ul:after {
	display: none;
}

.what-we-do-list li {
	padding: 0;
}

.what-we-do-list li:before,
.what-we-do-list li:after {
	display: none;
}

.what-we-do-list li .wwd-icon {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 0 auto 20px;
	width: 50px;
	height: 48px;
	background-size: 50px 192px;
}

.what-we-do-list li.wwd-1 .wwd-icon {
	background-position: 0 0;
}

.what-we-do-list li.wwd-2 .wwd-icon {
	background-position: 0 -48px;
}

.what-we-do-list li.wwd-3 .wwd-icon {
	background-position: 0 -96px;
}

.what-we-do-list li.wwd-4 .wwd-icon {
	background-position: 0 -144px;
}

#services-inner .slick-dots {
	margin: 0;
}

#services-inner .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 0 10px 10px;
	opacity: 0.5;
	transition: opacity 0.3s linear;
}

#services-inner .slick-dots li.slick-active {
	opacity: 1;
}

#services-inner .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	padding: 0;
}

.service-item {
	font-size: 14px;
	font-size: 14rem;
}

.service-item h2 {
	font-size: 28px;
	font-size: 28rem;
}

.service-item .service-item-inner {
	padding: 50px 30px;
}

#service-1 .service-img {
	width: 350px !important;
}

#service-2 .service-img {
	width: 90% !important;
}

#service-3 .service-img {
	width: 90% !important;
}

#service-4 .service-img {
	width: 350px !important;
}

#case-studies {
	padding: 0 0 150px;
}

h2.case-studies-title {
	font-size: 28px;
	font-size: 28rem;
}

.full-case-study-item-hero {
	width: 65%;
	-ms-transform: translateX(-35%);
	transform: translateX(-35%);
}

.case-study-result {
	width: 90px !important;
	height: 90px !important;
	overflow: visible;
	margin: 15px 5px 30px !important;
}

.case-study-result strong {
	line-height: 94px !important;
	font-size: 30px !important;
}

.case-study-result .result-bottom {
	bottom: 8px !important;
}

.case-study-result .result-top {
	top: 8px !important;
}

.yappy-client-brands li {
	width: 25%;
}

#yappy-machine {
	font-size: 16px;
	font-size: 16rem;
}

#yappy-machine h2 {
	margin-bottom: 130px;
	font-size: 28px;
	font-size: 28rem;
}

#about-us h2 {
	font-size: 28px;
	font-size: 28rem;
}

.founder-item {
	font-size: 14px;
	font-size: 14rem;
}

#careers {
	padding: 20px 0 60px;
	font-size: 16px;
	font-size: 16rem;
}

#careers h2 {
	font-size: 28px;
	font-size: 28rem;
}

.error-copy {
	font-size: 16px;
	font-size: 16rem;
	padding: 60px 30px 40px;
}

.error-copy .logo {
	margin: 0 auto 50px;
}

.blog-search-wrap {
	margin-left: 0;
	border: none;
}

.blog-listing-wrap {
	padding: 150px 0;
}

.blog-intro {
	padding: 0 30px 40px;
}

.blog-intro h1 {
	margin: 0;
	line-height: 1.2;
	font-size: 30px;
	font-size: 30rem;
}

.blog-intro .intro-teaser {
	margin: 20px 0 0;
}

.blog-item .meta-author {
	position: relative;
	display: block;
	left: auto !important;
	right: auto !important;
	bottom: auto;
	width: auto;
	text-align: left;
}

.blog-item .author-profile {
	display: none;
}

.blog-item .blog-item-content {
	margin: 0 !important;
	font-size: 14px;
	font-size: 14rem;
}

.blog-item .blog-item-content h2 {
	margin: 0 0 10px;
	font-size: 24px;
	font-size: 24rem;
}

.blog-item h3 {
	margin: 0 0 2px;
}

.blog-item-meta {
	margin-top: 25px;
}

.blog-item-meta .meta-categories,
.blog-item-meta .meta-reading {
	display: block;
	width: auto;
	padding: 0;
	margin: 15px 0 0;
}

.blog-item-hero {
	padding: 0 0 40%;
}

.post-header h1 {
	font-size: 40px;
	font-size: 40rem;
}

.post-header-hero {
	bottom: 140px;
}

.post-header-meta {
	height: 140px;
}

.post-header-meta .meta-categories,
.post-header-meta .meta-reading {
	width: 50%;
	margin: 88px 0 0;
}

.blog-copy-wrap {
	padding: 60px 0 0;
}

.alignleft,
img[align=left],
.alignright,
img[align=right] {
	float: none !important;
	margin: 40px 0;
	width: 100% !important;
}

.breakout-container .breakout-hero {
	padding: 0 !important;
}

.breakout-container.breakout-left .breakout-content {
	margin: 40px 0 0;
}

.breakout-container.breakout-right .breakout-content {
	margin: 0 0 40px;
}

.blog-end-subscribe {
	padding: 85px 0 100px;
	margin-top: 100px;
}

.blog-end-subscribe h2 {
	font-size: 26px;
	font-size: 26rem;
}

.author-content {
	padding: 40px 0 40px 45%;
}

.author-content h2 {
	margin: 0 0 20px;
	font-size: 26px;
	font-size: 26rem;
}

.author-photo {
	width: 35%;
}

.blog-comments {
	padding-top: 50px;
	padding-bottom: 140px;
}

.blog-nextprev {
	padding: 40px 0 50px;
}

.blog-nextprev a {
	padding: 0 !important;
	font-size: 16px;
	font-size: 16rem;
}

.blog-nextprev a:before {
	display: none;
}

.enquire-wrap {
	padding: 80px 0 0;
}

.enquire-wrap h2 {
	font-size: 30px;
	font-size: 30rem;
}

.enquire-wrap h2 + p {
	font-size: 16px;
	font-size: 16rem;
}

.enquire-wrap h2 span {
	display: none;
}

.enquire-ctas a {
	display: block;
	text-align: center;
}

.enquire-form-wrap {
	border-radius: 0;
}

.enquire-form-wrap input,
.enquire-form-wrap textarea {
	font-size: 14px;
	font-size: 14rem;
}

.enquire-form-wrap textarea {
	padding: 15px 20px;
}

}

@media screen and (max-width: 700px), screen and (max-height: 767px), screen and (max-width: 700px) and (max-height: 767px) {

#opening.particles-loading {
	background-position: 50% 33%;
}

#opening:after {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	-ms-transform: none;
	transform: none;
	z-index: 1;
}

}

@media (max-width: 700px) {

.post-header {
	height: auto;
	overflow: visible;
}

.post-header h1 {
	position: absolute;
	bottom: 100%;
	margin: 0 0 50px;
	left: 30px;
	right: 30px;
}

.post-header-hero {
	position: relative;
	height: auto;
	top: auto;
	left: auto;
	bottom: auto;
	padding: 0 0 60%;
}

.post-header-content {
	position: relative;
	bottom: auto;
	left: auto;
}

.post-header-meta {
	height: auto;
	margin: 0;
	border-bottom: none;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
}

.post-header-meta .blog-container {
	padding-top: 100px;
}

.post-header-meta .blog-container:after {
	display: none;
}

.post-header-meta .meta-categories,
.post-header-meta .meta-reading {
	width: 100%;
	float: none !important;
	text-align: center;
	margin: 0 0 20px;
}

.fb-read-later {
	display: none;
}

}

@media (max-width: 650px) {

.what-we-do-list {
	margin-bottom: 40px;
}

.what-we-do-list li {
	width: 50%;
	margin: 0 0 40px;
}

.what-we-do-list li:nth-child(2n+1) {
	clear: both;
}

}

@media (max-width: 600px) {

.standard-page-container {
	background: #fff;
}

.visit-facebook {
	background-image: none;
	height: auto;
	padding: 30px 30px 25px;
}

.visit-facebook h2 {
	text-align: center;
	padding: 0;
	float: none;
	line-height: 1.4;
	font-size: 18px;
	font-size: 18rem;
}

.visit-facebook .cta {
	float: none;
	width: 180px;
	margin: 20px auto 0;
	border-radius: 2px;
	height: 45px;
	line-height: 44px;
	padding: 1px 0 0;
	text-align: center;
}

.visit-facebook .fb-like {
	display: none;
}

.main-footer {
	padding: 50px 0;
	font-size: 12px;
	font-size: 12rem;
}

.main-footer .footer-links {
	margin: 25px 0 15px;
}

.main-footer li {
	padding: 0 10px;
	font-size: 14px;
	font-size: 14rem;
}

.main-footer li:first-child {
	display: block;
	text-align: center;
	margin: 0 0 15px;
}

.main-footer .credits {
	display: block;
	margin: 15px 0 0;
}

.panel-intro {
	padding: 50px 0 150px;
}

.intro-copy-wrap h2 {
	margin: 0 0 30px;
	font-size: 22px;
	font-size: 22rem;
}

#case-studies {
	padding: 0 0 100px;
}

.case-studies-list-wrap {
	height: auto !important;
	padding-bottom: 20px;
}

.case-studies-list .slick-prev,
.case-studies-list .slick-next {
	top: -80px;
	padding: 10px;
}

.case-studies-list .case-study-item {
	height: 330px !important;
}

.slick-current .case-study-item-brand,
.slick-active .case-study-item-brand {
	top: 50px;
}

.slick-current .case-study-item-roi,
.slick-active .case-study-item-roi {
	bottom: 55px;
}

#active-case-studies {
	height: auto !important;
	margin: 0 0 50px;
}

.full-case-studies .slick-track,
.full-case-studies .slick-list {
	height: auto;
}

.full-case-study-item-hero {
	display: none;
}

.full-case-study-item-inner {
	padding: 60px 30px !important;
	text-align: center;
}

.full-case-study-item-inner .case-study-copy {
	padding: 0;
}

.full-case-study-item-inner .full-case-study-brand {
	padding: 0;
}

.full-case-study-item-inner .full-case-study-brand img {
	margin: 0 auto;
}

.full-case-study-item-inner .objective {
	font-size: 11px;
	font-size: 11rem;
}

.yappy-clients {
	padding: 0 30px;
}

.yappy-client-brands li {
	width: 33.33%;
}

#yappy-machine {
	padding: 0 0 50px;
}

#yappy-machine h2 {
	margin-bottom: 90px;
}

#yappy-machine .container .container {
	padding: 0;
}

#yappy-machine.no-posts {
	padding-bottom: 100px;
}

#yappy-roi-machine {
	height: 200px;
}

.roi-machine-middle {
	width: 200px;
	height: 200px;
	line-height: 200px;
	margin: 0 0 0 -100px;
	font-size: 140px;
	font-size: 140rem;
}

.roi-machine-icons .icon {
	line-height: 200px;
}

.roi-machine-icons .icon-icn_13-questions,
.roi-machine-icons .icon-icn_20-money {
	display: none;
}

.founders-wrap {
	padding: 0 30px;
}

#careers {
	padding-top: 40px;
}

.yappy-location-inner ul {
	font-size: 14px;
	font-size: 14rem;
}

.yappy-location-inner ul li + li {
	margin-top: 10px;
}

.error-container {
	background: #fff;
}

.error-copy-wrap {
	padding: 0;
}

.blog-home-list-item .home-list-hero {
	height: 300px;
}

.filter-dropdown {
	left: 0;
	right: 0;
}

.blog-listing-wrap {
	padding: 150px 0 100px;
}

.blog-item {
	margin: 0 0 30px;
}

.blog-item .blog-item-content {
	padding: 30px 30px 25px 30px;
}

.blog-item-meta {
	margin-right: -30px;
}

.blog-item-meta .meta-categories,
.blog-item-meta .meta-reading {
	display: none;
}

.blog-item-hero {
	padding: 0 0 60%;
}

.pagination {
	margin-top: 60px;
}

.pagination li {
	margin: 0 10px;
	line-height: 1;
	font-size: 18px;
	font-size: 18rem;
}

.blog-subscribe {
	padding: 30px 0 60px;
}

.blog-subscribe.blog-subscribe-break {
	padding: 55px 0 60px;
}

.blog-subscribe h2 {
	font-size: 16px;
	font-size: 16rem;
}

.blog-copy-wrap blockquote {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 26px;
	font-size: 26rem;
}

.breakout-facebook {
	margin: 40px 0 !important;
	float: none !important;
	width: 100% !important;
}

.breakout-tweet {
	margin: 40px 0 !important;
	float: none !important;
	width: 100% !important;
}

.breakout-container {
	margin: 30px 0;
}

.blog-end-subscribe {
	padding: 60px 0 100px;
	margin-top: 50px;
}

.blog-signup {
	margin: 30px 0 0;
}

.blog-comments {
	padding-bottom: 50px;
}

.blog-nextprev {
	display: none !important;
}

}

@media only screen and (max-width: 600px) {

.modaal-instagram iframe {
	width: 280px !important;
}

}

@media (max-width: 550px) {

.blog-header {
	position: relative;
	padding: 15px 30px 0;
	zoom: 1;
}

.blog-header:before,
.blog-header:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.blog-header:after {
	clear: both;
}

.blog-home-list-item .home-list-content h3 {
	font-size: 24px;
	font-size: 24rem;
}

.blog-home-list-item .home-list-meta {
	display: none;
}

.blog-common-container {
	padding: 0;
}

.blog-header-left {
	float: none;
	text-align: center;
	margin: 0 -30px;
	padding: 0 0 9px;
	border-bottom: 1px solid #f3f3f3;
}

.blog-header-left .logo {
	float: none;
	display: inline-block;
}

.blog-header-left .blog-title {
	float: none;
	display: inline-block;
	border: none;
	padding-right: 0;
	vertical-align: top;
}

.blog-header-filter {
	width: 50%;
}

.blog-header-filter .filter-label {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	height: 50px;
	line-height: 50px;
	border-width: 0 !important;
	padding: 0;
}

.blog-header-filter .filter-label:before {
	margin-top: 13px;
}

.blog-header-filter .filter-label:after {
	display: none;
}

.blog-header-right {
	float: right;
	width: 50%;
	padding: 5px 0;
	border-left: 1px solid #f3f3f3;
}

.blog-search-wrap {
	float: right;
	width: 100%;
	margin: 0;
}

.blog-search-input {
	width: 100% !important;
	opacity: 1;
}

.blog-search-input input {
	padding: 0;
}

.search-blog {
	margin: 0 -40px 0 -15px;
}

.filter-column {
	-ms-flex: none;
	flex: none;
	padding: 30px 30px 25px;
}

.filter-column:not(:first-child) {
	border-left: none;
	border-top: 1px solid #f3f3f3;
}

.blog-listing-wrap {
	padding-top: 40px;
}

}

@media (max-width: 500px) {

#yappy-machine h2 {
	margin-bottom: 40px;
}

#yappy-roi-machine {
	display: none;
}

.founder-item {
	float: none !important;
	width: auto;
}

.founder-item.founder-right {
	margin: 70px 0 0;
}

}

@media (max-width: 480px) {

.full-case-study-item-inner {
	padding: 40px 30px !important;
}

.full-case-study-item-inner h2 {
	margin: 20px 0 15px;
	font-size: 22px;
	font-size: 22rem;
}

.full-case-study-item-inner .objective {
	height: 28px;
	line-height: 32px;
	padding: 0 0 0 10px;
}

.full-case-study-item-inner .objective span {
	height: 28px;
	padding: 0 10px;
	margin-left: 10px;
}

.full-case-study-item-inner .get-yappy-modaal {
	display: block;
}

}

@media (max-width: 460px) {

.main-nav a {
	padding: 12px 0;
	font-size: 24px;
	font-size: 24rem;
}

}

@media (max-width: 400px) {

.yappy-client-brands li {
	width: 50%;
}

.founder-item.founder-right {
	text-align: left;
	margin: 100px 0 0;
}

.founder-item.founder-right .founder-links {
	float: left;
}

.founder-item.founder-right .founder-links li {
	margin: 0 9px 0 0;
}

.blog-header-filter .filter-label:before {
	display: none;
}

}

@media (max-width: 370px) {

.what-we-do-list {
	float: none;
}

.what-we-do-list ul {
	float: none;
}

.what-we-do-list li {
	float: none;
	width: 100%;
}

}

@media (max-width: 350px) {

#service-1 .service-img {
	top: 38% !important;
	width: 280px !important;
}

#service-2 .service-img {
	top: 58% !important;
	-ms-transform: translate(-50%, -28%) !important;
	transform: translate(-50%, -28%) !important;
}

#service-3 .service-img {
	top: 58% !important;
	-ms-transform: translate(-50%, -28%) !important;
	transform: translate(-50%, -28%) !important;
}

#service-4 .service-img {
	top: 38% !important;
	width: 280px !important;
}

}

@media screen and (max-height: 1100px) {

.modaal-instagram iframe {
	width: 700px !important;
}

}

@media only screen and (max-height: 1024px) {

.modaal-gallery-item img {
	width: auto !important;
	max-height: 85vh;
}

.modaal-gallery-label {
	display: none;
}

}

@media screen and (max-height: 1000px) {

.modaal-inner-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.modaal-instagram iframe {
	width: 600px !important;
}

}

@media (max-height: 960px) {

#service-1 .service-img {
	left: 60%;
	height: auto;
	width: 350px;
}

#service-1 .service-hero-alt-1,
#service-1 .service-hero-alt-3 {
	display: none;
}

#service-1 .service-hero-alt-2 {
	left: 5%;
	top: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#service-2 .service-hero-alt-1 {
	top: 50%;
}

#service-2 .service-hero-alt-2 {
	display: none;
}

#service-2 .service-img {
	width: 50%;
	-ms-transform: translate(-3%, -50%);
	transform: translate(-3%, -50%);
}

#service-3 .service-hero-alt-1 {
	display: none;
}

#service-3 .service-hero-alt-2 {
	bottom: -37%;
	right: 48%;
}

#service-3 .service-img {
	width: 50%;
	-ms-transform: translate(-3%, -50%);
	transform: translate(-3%, -50%);
}

#service-4 .service-img {
	left: 53%;
	height: auto;
	width: 350px;
}

}

@media screen and (max-height: 900px) {

.modaal-instagram iframe {
	width: 500px !important;
}

.modaal-video-container {
	max-width: 900px;
	max-height: 510px;
}

}

@media (max-height: 850px) {

#active-case-studies {
	height: 660px;
}

.full-case-study-item-inner {
	padding: 60px 0 0 45%;
	font-size: 14px;
	font-size: 14rem;
}

.full-case-study-item-inner .full-case-study-brand img {
	max-width: 200px;
}

.case-study-result {
	margin: 15px 15px 30px 0;
	width: 120px;
	height: 120px;
	border-radius: 15px;
	font-size: 14px;
	font-size: 14rem;
}

.case-study-result strong {
	line-height: 126px;
	font-size: 30px;
	font-size: 30rem;
}

.case-study-result .result-bottom {
	bottom: 13px;
}

.case-study-result .result-top {
	top: 13px;
}

}

@media (max-height: 800px) {

.case-studies-list .case-study-item {
	width: 390px;
	height: 480px;
}

}

@media (max-height: 420px) {

.main-footer {
	padding: 50px 0;
}

.case-studies-list .case-study-item {
	height: 280px !important;
}

.slick-current .case-study-item-brand,
.slick-active .case-study-item-brand {
	top: 50px;
}

.slick-current .case-study-item-roi,
.slick-active .case-study-item-roi {
	bottom: 55px;
}

#yappy-roi-machine {
	height: 200px;
}

.roi-machine-middle {
	width: 200px;
	height: 200px;
	line-height: 200px;
	margin: 0 0 0 -100px;
	font-size: 140px;
	font-size: 140rem;
}

.roi-machine-icons .icon {
	line-height: 200px;
}

}

@keyframes buldge {

0% {
	border-radius: 32px;
	transform: scale(1, 1);
}

20% {
	border-radius: 40px;
	transform: scale(1.02, 0.98);
}

35% {
	border-radius: 30px;
	transform: scale(0.98, 1.02);
}

45% {
	border-radius: 32px;
	transform: scale(1, 1);
}

100% {
	border-radius: 32px;
	transform: scale(1, 1);
}

}

@keyframes exhaustMotion {

0% {
	top: -60px;
}

20% {
	top: -55px;
}

35% {
	top: -65px;
}

45% {
	top: -60px;
}

100% {
	top: -60px;
}

}

@keyframes smokeMotion {

0% {
	opacity: 0;
	transform: scale(0.9) translateY(0);
}

25% {
	opacity: 0;
	transform: scale(0.9) translateY(0);
}

35% {
	opacity: 1;
	transform: scale(1) translateY(0);
}

95% {
	opacity: 0;
	transform: scale(1.5) translateY(-50px);
}

100% {
	opacity: 0;
	transform: scale(0.9) translateY(0);
}

}

@keyframes iconIn {

0% {
	left: 0;
}

100% {
	left: 100%;
}

}

@keyframes iconOut {

0% {
	right: 100%;
}

100% {
	right: 0;
}

}

@keyframes instaReveal {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes modaal-loading-spinner {

0% {
	opacity: 1;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

100% {
	opacity: .1;
	-ms-transform: scale(1);
	transform: scale(1);
}

}

