/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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: .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: -.5em;
}

sub {
	bottom: -.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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}

/* custom select styles */

.jcf-select {
	display: block;
	width: 100%;
	position: relative;
	border: 1px solid #cbcccb;
	background: #fff;
	height: 40px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 38px;
	margin: 0 35px 0 20px;
	color: #b9b9b9;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #06a84e transparent transparent;
}

body > .jcf-select-drop {
	position: absolute;
	margin: 2px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #cbcccb;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1.4;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-option img {
	border-radius: 100%;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -10px 8px 0 0;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?d5e87f");
	src: url("../fonts/icomoon.eot?d5e87f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?d5e87f") format("truetype"), url("f../onts/icomoon.woff?d5e87f") format("woff"), url("../fonts/icomoon.svg?d5e87f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.icon-google-plus:before {
	content: "\e904";
}

.icon-youtube:before {
	content: "\e900";
}

.icon-arrow-right2:before {
	content: "\e902";
}

.nav ul,
.buy-menu,
.app-info,
.product-switch,
.product-slider .slick-dots,
.thumbnail .options,
.in-box .list,
.how-it-works-container .text-holder ol,
.sitemap ul,
.contacts-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#header:after,
.buy-menu:after,
.app-block .text-content:after,
.about-block .info-text:after,
.image-list:after,
.elq-form .item-padding:after,
.elq-form .field-style:after,
.text-columns .column:after,
.in-box .list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.44 "morebi_rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 65px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #06a84e;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #cbcccb;
	padding: 9px 19px;
	width: 100%;
	height: 40px;
	color: #b9b9b9;
	font-size: 18px;
	line-height: 1.3;
	-webkit-transition: border .3s;
	transition: border .3s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b9b9b9;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #b9b9b9;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b9b9b9;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b9b9b9;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #b9b9b9;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-black-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-black-webfont.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-blackitalic-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-blackitalic-webfont.woff") format("woff");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-bold-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-bold-webfont.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-bolditalic-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-bolditalic-webfont.woff") format("woff");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-italic-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-italic-webfont.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-light-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-light-webfont.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-lightitalic-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-lightitalic-webfont.woff") format("woff");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-medium-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-medium-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-mediumitalic-webfont.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-regular-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-thin-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-thin-webfont.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "morebi_rounded";
	src: url("../fonts/gt-canary_-_morebirounded-thinitalic-webfont.woff2") format("woff2"), url("../fonts/gt-canary_-_morebirounded-thinitalic-webfont.woff") format("woff");
	font-weight: 100;
	font-style: italic;
}

body {
	background: #e5e5e5;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover {
	color: #000;
}

h2 {
	line-height: 1.2;
}

.bordered {
	border-bottom: 1px solid #e5e5e5;
}

#wrapper {
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1313px;
}

img {
	vertical-align: top;
}

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

.bg-image.has-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(37, 41, 44, .3);
}

.center-wrap {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.center-wrap .center {
	display: table-cell;
	vertical-align: middle;
}

.button {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #06a84e;
	padding: 8px 20px 12px;
	text-align: center;
	min-width: 140px;
	border-radius: 26px;
	color: #06a84e;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.button:hover {
	background: #06a84e;
	color: #fff;
}

.button.green {
	background: #06a84e;
	color: #fff;
}

.button.green:hover {
	background: transparent;
	color: #06a84e;
}

.button.green:hover .play-ico {
	border-color: #06a84e;
}

.button.green:hover .play-ico:before {
	border-left-color: #06a84e;
}

.button.white {
	border-color: #fff;
	color: #fff;
}

.button.white:hover {
	color: #fff;
	background: #fff;
	color: #333;
}

.button .play-ico {
	margin: -4px -10px 0 10px;
}

.play-ico {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.play-ico:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
}

.link {
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrows {
	outline: none !important;
}

.viewport-section {
	opacity: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: opacity .2s, -webkit-transform .5s;
	transition: opacity .2s, transform .5s;
}

.viewport-section.in-viewport {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-holder {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

#wrapper {
	padding-top: 51px;
}

#header {
	height: 51px;
	padding: 10px 0;
	background: #fff;
	max-width: 1440px;
	margin: 0 auto;
	-webkit-transition: box-shadow .3s, padding .3s, height .3s;
	transition: box-shadow .3s, padding .3s, height .3s;
}

#header.scrolled {
	box-shadow: 0 0 5px 0 rgba(185, 186, 178, .65);
}

#header .title {
	position: absolute;
	top: 50%;
	left: 15px;
	font-weight: 600;
	font-size: 14px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -2px;
}

.logo {
	width: 108px;
	height: 31px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.logo.care-logo {
	margin-top: -6px;
}

.logo img {
	display: block;
	width: 100%;
	max-width: none;
	vertical-align: top;
}

.nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.nav .settings {
	text-align: center;
}

.nav .settings .sub-row {
	font-size: 14px;
	line-height: 1;
}

.nav .settings a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	margin: 0 0 15px;
}

.nav .settings a:hover {
	color: #000;
}

.nav ul {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.nav li {
	font-size: 15px;
	line-height: 1;
	display: block;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.nav a {
	font-weight: 600;
	color: #000;
}

.nav a:hover {
	color: #06a84e;
}

.nav .opener {
	width: 23px;
	height: 16px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 100;
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -10px 0 0;
}

.nav .opener:before,
.nav .opener:after,
.nav .opener span {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	margin-top: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav .opener:before,
.nav .opener:after {
	content: "";
	top: 8px;
}

.nav .opener:after {
	top: 15px;
}

.nav .opener:hover {
	background: none;
}

.nav .opener:hover:before,
.nav .opener:hover:after,
.nav .opener:hover span {
	background: #000;
}

.nav .close-btn span {
	opacity: 0;
}

.nav .close-btn:after,
.nav .close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
	left: 0;
	right: 0;
}

.nav .close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav.active .opener span {
	opacity: 0;
}

.nav.active .opener:hover {
	opacity: .9;
}

.nav.active .opener:after,
.nav.active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	right: 0;
}

.nav.active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.buy-header {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 101;
	padding: 13px 10px;
	height: 51px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.buy-header.scrolled {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.buy-header .btn-hold {
	float: right;
	display: none;
}

.buy-menu {
	font-size: 14px;
	text-align: center;
}

.buy-menu li {
	display: inline-block;
	font-weight: 700;
	margin: 0 10px;
}

.buy-menu a {
	color: #333;
}

.buy-menu a:hover {
	color: #06a84e;
}

.language-form .jcf-select {
	height: 37px;
	border-radius: 6px;
	background: #047737;
}

.language-form .jcf-select-text {
	margin-left: 10px;
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	text-align: left;
}

.language-form .jcf-select-text img {
	border-radius: 100%;
	overflow: hidden;
	display: inline-block !important;
	vertical-align: middle;
	margin: -10px 8px 0 0;
	height: 14px;
	width: 14px;
}

.language-form .jcf-select-opener:after {
	content: "";
	clear: both;
	display: block;
	width: 6px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 17px;
	left: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-width: 0;
	margin: 0;
}

.language-form .jcf-select-opener:before {
	content: "";
	border: none;
	clear: both;
	display: block;
	width: 6px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 17px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.jcf-select-present .jcf-select-drop-content {
	border-radius: 6px;
	overflow: hidden;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-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 {
	-webkit-transform: translate3d(0, 0, 0);
	-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.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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* RESET */

.elq-form * {
	margin: 0;
	padding: 0;
}

.elq-form input,
textarea {
	box-sizing: content-box;
}

.elq-form button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	box-sizing: border-box;
}

/* GENERIC */

.elq-form input {
	height: 16px;
}

.elq-form .item-padding {
	padding: 6px 5px 9px 9px;
}

.elq-form .pp-group {
	padding: 0 5px 0 9px;
}

.elq-form .pp-field {
	padding: 6px 0 9px 0;
}

.elq-form .field-wrapper.individual {
	float: left;
	width: 100%;
	clear: both;
}

.elq-form .field-p {
	position: relative;
	margin: 0;
	padding: 0;
}

.elq-form .zIndex-fix {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.elq-form .field-design {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.elq-form .no-fields-prompt {
	float: left;
	width: 100%;
	height: 150px;
	padding-top: 50px;
	clear: both;
}

/* SECTION BREAKS */

.elq-form .section-break {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 1%;
	padding-bottom: 6px;
}

.elq-form .section-break .heading {
	width: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* LABEL */

.elq-form .required {
	color: red !important;
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0 0 0;
	padding: 0 0 0;
}

/* FIELD GROUP */

.elq-form .field-group {
	float: left;
	clear: both;
}

.elq-form .field-group.large {
	width: 100%;
}

.elq-form .field-group.medium {
	width: 51%;
}

.elq-form .field-group.small {
	width: 31%;
}

.elq-form .field-group .label {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 1%;
	padding-bottom: 6px;
	font-weight: bold;
}

.elq-form .field-group .field-style {
	float: left;
}

.elq-form .progressive-profile .pp-inner {
	float: left;
	clear: both;
}

.elq-form .progressive-profile .pp-inner.large {
	width: 100%;
}

.elq-form .progressive-profile .pp-inner.medium {
	width: 51%;
}

.elq-form .progressive-profile .pp-inner.small {
	width: 31%;
}

/* RADIO */

.elq-form .radio-option {
	display: inline-block;
}

.elq-form .radio-option .label {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 22px;
	text-indent: -22px;
}

.elq-form .radio-option .input {
	vertical-align: middle;
	margin-right: 7px;
}

.elq-form .radio-option .inner {
	vertical-align: middle;
}

/* CHECKBOX */

.elq-form .checkbox-span {
	display: inline-block;
}

.elq-form .checkbox-label {
	margin-left: 4px;
}

/* INPUT */

.elq-form .accept-default {
	width: 100%;
}

/* SIZING */

.elq-form .field-style {
	margin-right: 2%;
	margin-left: 2%;
}

.elq-form .field-style._25 {
	width: 21%;
}

.elq-form .field-style._50 {
	width: 46%;
}

.elq-form .field-style._50_left {
	clear: left;
	width: 46%;
}

.elq-form .field-style._75 {
	width: 71%;
}

.elq-form .field-style._100 {
	width: 96%;
}

.elq-form .field-size-top-small {
	width: 30%;
}

.elq-form .field-size-top-medium {
	width: 75%;
}

.elq-form .field-size-top-large {
	width: 100%;
}

.elq-form .field-size-left-small {
	width: 21%;
}

.elq-form .field-size-left-medium {
	width: 46%;
}

.elq-form .field-size-left-large {
	width: 60%;
}

/* INSTRUCTIONS */

.elq-form .instructions.default {
	color: #444;
	display: block;
	font-size: 10px;
	padding: 6px 0 3px;
}

.elq-form .instructions.group {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 2%;
	padding: 6px 0 3px;
	color: #444;
	display: block;
	font-size: 10px;
}

.elq-form .instructions.left-single {
	margin: 0 0 0 33%;
}

.elq-form .instructions-other {
	margin: 0;
}

/* POSITIONING */

.elq-form .label-position.left {
	display: block;
	line-height: 150%;
	padding: 1px 0 3px;
	float: left;
	width: 31%;
	margin: 0 15px 0 0;
	word-wrap: break-word;
}

.elq-form .label-position.top {
	display: block;
	line-height: 150%;
	padding: 1px 0 3px;
	white-space: nowrap;
}

.elq-form .label-position.alignment-left {
	text-align: left;
}

.elq-form .label-position.alignment-right {
	text-align: right;
}

/* LIST ORDER */

.elq-form .list-order {
	display: block;
}

.elq-form .list-order.oneColumn {
	margin: 0 7px 0 0;
	width: 100%;
	clear: both;
}

.elq-form .list-order.twoColumn {
	float: left;
	margin: 0 7px 0 0;
	width: 38%;
}

.elq-form .list-order.threeColumn {
	float: left;
	margin: 0 7px 0 0;
	width: 30%;
}

.elq-form .list-order.oneColumnLeft {
	float: left;
	margin: 0 7px 0 0;
	width: 100%;
}

.elq-form .list-order.twoColumnLeft {
	float: left;
	margin: 0 7px 0 0;
	width: 38%;
}

.elq-form .list-order.threeColumnLeft {
	float: left;
	margin: 0 7px 0 0;
	width: 30%;
}

/* GRID STYLE */

.elq-form .grid-style {
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

.elq-form .grid-style._25 {
	width: 21%;
}

.elq-form .grid-style._50 {
	width: 46%;
}

.elq-form .grid-style._75 {
	width: 71%;
}

.elq-form .grid-style._100 {
	width: 96%;
}

.LV_validation_message {
	font-weight: bold;
	margin: 0 0 0 5px;
}

.LV_valid {
	color: #0c0;
	display: none;
}

.LV_invalid {
	color: #c00;
	font-size: 10px;
}

.intro-wrapper {
	position: relative;
}

.intro-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	box-shadow: 640px 0 140px -80px rgba(255, 255, 255, .4) inset;
}

.intro-wrapper.dark {
	color: #fff;
}

.intro-wrapper.dark:before {
	box-shadow: none;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .29) 0%, rgba(0, 0, 0, .28) 35%, rgba(0, 0, 0, .2) 56%, rgba(0, 0, 0, .06) 83%, transparent 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .29) 0%, rgba(0, 0, 0, .28) 35%, rgba(0, 0, 0, .2) 56%, rgba(0, 0, 0, .06) 83%, transparent 100%);
}

.intro-wrapper.inner-intro {
	color: #fff;
}

.intro-wrapper.inner-intro:before {
	box-shadow: 640px 0 140px -80px rgba(0, 0, 0, .4) inset;
}

.intro-wrapper .bg-image {
	z-index: 1;
}

.intro-wrapper .center-wrap {
	height: 360px;
	position: relative;
	z-index: 3;
	padding: 20px 0;
}

.intro-wrapper h2 {
	font-size: 40px;
	margin: 0 0 21px;
}

.intro-wrapper .info {
	display: block;
	font-size: 20px;
	line-height: 1.07;
	margin: 0 0 15px;
}

.intro-wrapper .text-content {
	padding-bottom: 20px;
	max-width: 600px;
}

.intro-wrapper .button-wrap .button {
	margin: 0 4px 10px 0;
}

.intro-wrapper .button-wrap .button:last-child {
	margin-right: 0;
}

.description-block {
	position: relative;
}

.description-block .has-icons span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px 0 28px;
}

.description-block .has-icons span:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	background: url(../images/ico-music.svg) no-repeat;
	width: 18px;
	height: 23px;
	background-size: 18px 23px;
}

.description-block .has-icons span:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 12px;
	background: url(../images/ico-music2.svg) no-repeat;
	width: 12px;
	height: 21px;
	background-size: 12px 21px;
}

.description-block .image-holder {
	position: relative;
	margin: 0 -15px;
}

.description-block .image-holder .bg-image {
	position: static;
	margin: 0 auto;
}

.description-block .text-holder {
	padding: 50px 0 30px;
}

.description-block h2 {
	margin-bottom: 25px;
}

.description-block p {
	margin-bottom: 17px;
}

.description-block .link {
	margin-bottom: 4px;
}

.info-block {
	position: relative;
	color: #fff;
	text-align: center;
}

.info-block.add h2 {
	font-size: 40px;
}

.info-block .bg-image {
	z-index: 1;
}

.info-block .bg-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(37, 41, 44, .3);
}

.info-block.has-bg {
	background: #f5f5f5;
	color: #000;
}

.info-block .container {
	position: relative;
	z-index: 2;
}

.info-block h2 {
	font-size: 35px;
	margin-bottom: 20px;
}

.info-block h3 {
	font-size: 26px;
	text-transform: capitalize;
}

.info-block .text-content {
	max-width: 720px;
	margin: 0 auto;
	padding: 50px 0 40px;
}

.info-block p {
	margin-bottom: 32px;
}

.info-block .button {
	margin-bottom: 38px;
	padding: 8px 30px;
}

.app-block {
	position: relative;
	overflow: hidden;
}

.app-block:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 2;
}

.app-block .has-icons span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px 0 22px;
}

.app-block .has-icons span:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 6px;
	background: url(../images/ico-music-white.svg) no-repeat;
	width: 14px;
	height: 18px;
	background-size: 14px 18px;
}

.app-block .has-icons span:after {
	content: "";
	position: absolute;
	right: -6px;
	top: 7px;
	background: url(../images/ico-music2-white.svg) no-repeat;
	width: 10px;
	height: 17px;
	background-size: 10px 17px;
}

.app-block > .bg-image.for-mobile {
	display: none;
}

.app-block > .bg-image {
	z-index: 1;
	background-position: 0 0;
	bottom: auto;
}

.app-block .text-content {
	padding: 100px 0 78px;
	margin-right: 3px;
	float: right;
	max-width: 481px;
}

.app-block .text-content .wrapper {
	position: relative;
	z-index: 4;
}

.app-block .text-content h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 30px;
}

.app-block.style-2:before {
	display: none;
}

.app-block.style-2 > .bg-image {
	background-position: center;
	height: auto;
	bottom: 0;
	display: block;
}

.app-block.style-2 .text-content {
	padding: 50px 0 30px;
}

.app-block.style-2 .app-info a {
	border-color: #000;
	color: #000;
	padding: 12px 10px 10px 18px;
	opacity: .15;
}

.app-block.style-2 .app-info .active a,
.app-block.style-2 .app-info a:hover {
	opacity: 1;
}

.app-block.style-2 .app-info .title {
	margin-bottom: 12px;
}

.app-block.style-2 .app-tab-content {
	background: url(../images/iphone.png) no-repeat;
	background-size: 306px 509px;
	width: 306px;
	height: 509px;
	padding: 51px 16px 52px;
	position: relative;
	z-index: 4;
	top: auto;
	left: auto;
	right: auto;
	display: block;
	margin-left: -10px;
}

.app-block.style-2 .app-tab-content > div {
	width: 100%;
	height: 100%;
	padding: 18px 29px 13px 30px;
}

.app-block.style-2 .app-tab-content .img-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.app-block.style-2 .app-tab-content .bg-image {
	z-index: 1;
	background-size: 100% 100%;
}

.app-block.right:before {
	box-shadow: inset 630px 0 230px -160px rgba(0, 0, 0, .3);
}

.app-block.right > .bg-image {
	bottom: 0;
	height: auto;
	background-position: 50% 50%;
}

.app-block.right .text-content {
	float: left;
}

.app-block.right .app-tab-content {
	background: url(../images/iphone.png) no-repeat;
	left: auto;
	right: 276px;
	top: 27px;
	width: 306px;
	height: 509px;
	padding: 44px 0 0 14px;
}

.app-block.right .app-tab-content > div {
	width: 100%;
	height: 100%;
	padding: 24px 48px 67px 33px;
}

.app-block.right .app-tab-content .img-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.app-block.right .app-tab-content .bg-image {
	z-index: 1;
	background-size: 100% 100%;
}

.app-tab-content {
	position: absolute;
	left: 231px;
	top: 204px;
	width: 353px;
	z-index: 1;
	height: 530px;
}

.app-tab-content > div {
	width: 100%;
	height: 100%;
	padding: 21px 44px 75px 44px;
}

.app-tab-content .img-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-transform: rotate(13.4deg);
	-ms-transform: rotate(13.4deg);
	transform: rotate(13.4deg);
}

.app-tab-content .bg-image {
	z-index: 1;
	background-size: 100% 100%;
}

.app-info li {
	margin-bottom: 20px;
}

.app-info a {
	display: block;
	border: 2px solid #fff;
	border-radius: 6px;
	padding: 13px 5px 11px 20px;
	color: #fff;
	opacity: .4;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.app-info a:hover {
	opacity: 1;
}

.app-info .active > a {
	opacity: 1;
}

.app-info p {
	margin-bottom: 5px;
	letter-spacing: -.03em;
}

.app-info .ico-wrap {
	float: left;
	width: 50px;
	margin: 7px 10px 0 0;
}

.app-info .text-holder {
	overflow: hidden;
}

.app-info .title {
	font-size: 24px;
	line-height: 1.25;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

.about-block {
	padding: 50px 0 20px;
}

.about-block .center-image {
	text-align: center;
	padding: 30px 0;
}

.about-block .ico-wrap {
	float: left;
	width: 41px;
	margin: 7px 20px 0 0;
}

.about-block .text-hold {
	overflow: hidden;
}

.about-block .info-text {
	margin-bottom: 31px;
}

.image-list .slide {
	float: left;
	width: 25%;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 4;
	border: none;
	background: transparent;
	padding: 0;
	color: #fff;
	outline: none !important;
}

.slick-slider .slick-arrow.slick-next {
	right: 20px;
}

.slick-slider .slick-arrow.slick-prev {
	left: 20px;
}

.product-wrap {
	padding: 50px 0;
}

.product-detail h2 {
	margin-bottom: 24px;
	font-size: 27px;
}

.product-detail .info {
	display: block;
	font-size: 14px;
	margin: 0 0 16px;
	font-weight: 500;
}

.product-switch {
	font-size: 14px;
	line-height: 1.1;
	margin: 0 -4px 18px;
}

.product-switch li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 16px;
}

.product-switch a {
	display: block;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	color: #000;
	padding: 8px 15px;
	-webkit-transition: border .3s;
	transition: border .3s;
}

.product-switch a:hover {
	border-color: #06a84e;
}

.product-switch .active > a {
	border-color: #06a84e;
}

.product-switch .text {
	font-weight: 700;
}

.product-switch .price {
	display: block;
	color: #a9a9a9;
	font-weight: normal;
}

.product-slider {
	overflow: hidden;
	text-align: center;
}

.product-slider .image-wrap {
	white-space: nowrap;
	height: 363px;
	padding: 0 10px;
}

.product-slider .image-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -.25em;
}

.product-slider .image-wrap img {
	display: inline-block;
	vertical-align: middle;
	max-width: 99.5%;
}

.product-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
}

.product-slider .slick-dots li a {
	cursor: pointer;
	display: block;
	width: 62px;
	height: 62px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.product-slider .slick-dots li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.product-slider .slick-dots li a:hover {
	background: #000;
}

.product-slider .slick-dots .slick-active > a {
	background: #000;
}

.product-slider .slick-dots img {
	display: inline-block;
	vertical-align: middle;
	max-width: 85%;
	max-height: 85%;
}

.accessories-block {
	border-width: 1px 0;
	border-color: #e5e5e5;
	border-style: solid;
	padding: 50px 0;
}

.accessories-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.accessories-row.no-options .thumbnail .image {
	margin-bottom: 40px;
}

.accessories-row .column {
	padding: 0 15px;
	width: 100%;
}

.thumbnail {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.thumbnail .image {
	height: 223px;
	white-space: nowrap;
	margin: 0 0 75px;
}

.thumbnail .image:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.thumbnail .image img {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail .title {
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin: 0 0 16px;
}

.thumbnail .options {
	position: absolute;
	left: 0;
	right: 0;
	top: 237px;
	z-index: 4;
	text-align: center;
}

.thumbnail .options li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.thumbnail .options a {
	display: block;
	border: 1px solid transparent;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding: 4px;
}

.thumbnail .options a:hover {
	border-color: #7a7a7a;
}

.thumbnail .options .active > a {
	border-color: #7a7a7a;
}

.thumbnail .color-ball {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
}

.thumbnail .color-ball.yellow {
	background: #ffea00;
}

.thumbnail .color-ball.white {
	background: #fff;
	box-shadow: inset 0 0 0 1px #b4b4b4;
}

.thumbnail .color-ball.black {
	background: #000;
}

.thumbnail .color-ball.brown {
	background: #b1853e;
}

.thumbnail .color-ball.grey {
	background: #bababa;
}

.thumbnail .color-ball.green {
	background: #31993f;
}

.thumbnail .color-ball.blue {
	background: #a2ccec;
}

.thumbnail .color-ball.light-yellow {
	background: #f5f09c;
}

.thumbnail .color-ball.pink {
	background: #fbd7eb;
}

.more-wrap {
	text-align: center;
	padding: 37px 0 0;
}

.more-wrap a {
	color: #b2b2b2;
}

.more-wrap .text-close {
	display: none;
}

.open-close.active .text-close {
	display: inline;
}

.open-close.active .text-open {
	display: none;
}

.more-product-block {
	padding: 50px 0 20px;
	border-top: 1px solid #e5e5e5;
}

.product-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.product-row .column {
	padding: 0 15px;
	width: 100%;
}

.card {
	text-align: center;
	max-width: 374px;
	margin: 0 auto 40px;
}

.card a {
	display: block;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.card a:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.card a:hover .image {
	box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

.card .image {
	margin-bottom: 14px;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.card .text {
	display: block;
	font-weight: 500;
}

.learn-block {
	background: #f5f5f5;
	padding: 25px 0;
	text-align: center;
}

.learn-block .text {
	display: block;
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}

.learn-block .button {
	padding: 6px 33px 8px;
	margin-left: 14px;
	margin-bottom: 10px;
}

.story-block {
	background: #f5f5f5;
	padding: 40px 0;
}

.story-block .button-wrap {
	padding-top: 20px;
	text-align: center;
}

.story-block .container .story-wrapper {
	display: none;
}

.story-block .container .story-wrapper:first-child {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.story-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.story-wrapper .column {
	padding: 0 15px;
	width: 100%;
}

.story-wrapper .story-box {
	max-width: 425px;
	margin: 0 auto 30px;
}

.story-form-block {
	padding: 40px 0;
	overflow: hidden;
}

.story-form-block .form-block {
	padding: 0 0 40px;
}

.story-form-block .img-wrap {
	text-align: center;
}

.story-form-block h2 {
	font-size: 30px;
	margin-bottom: 25px;
}

.story-form-block p {
	margin-bottom: 48px;
}

.social-wrapper {
	text-align: center;
	background: #f5f5f5;
	padding: 40px 0;
}

.social-wrapper .social-head {
	display: block;
	font-size: 30px;
	margin: 0 0 30px;
}

.social-wrapper .holder {
	margin-bottom: 20px;
}

.elq-form input,
.elq-form textarea {
	box-sizing: border-box;
}

.elq-form .form-title {
	display: block;
	padding-bottom: 6px;
}

.elq-form .form-holder {
	overflow: hidden;
	display: block;
}

.elq-form .item-padding {
	padding: 0 0 20px;
}

.elq-form .field-style {
	margin: 0;
}

.elq-form .field-style._100 {
	width: auto;
}

.elq-form .label-position.top {
	display: inline-block;
	font-size: 16px;
	line-height: 1.39;
	padding: 0;
	color: #333;
	white-space: normal;
}

.elq-form .required {
	color: #333 !important;
}

.elq-form .col-wrap {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elq-form .col-wrap .col {
	padding: 0 15px 10px;
	width: 100%;
}

.elq-form input {
	height: 40px;
}

.elq-form .field-size-top-medium {
	width: 100%;
}

.elq-form .submit-wrap {
	display: block;
	text-align: right;
}

.elq-form .button {
	min-width: 1px;
	border-radius: 26px !important;
	height: auto;
	padding: 15px 28px;
}

.elq-form .LV_invalid_field {
	outline: none !important;
	border-color: #f00;
}

.elq-form textarea {
	height: 120px !important;
	width: 100% !important;
	padding: 10px 19px;
}

.image-masonary-block {
	height: 360px;
	overflow: hidden;
}

.image-masonary-block .image-holder {
	position: relative;
	height: 100%;
	float: left;
}

.image-masonary-block .row {
	width: 50%;
	height: 100%;
	float: left;
}

.image-masonary-block .row .image-holder {
	height: 50%;
	float: none;
}

.image-masonary-block .column {
	float: left;
	width: 50%;
	height: 100%;
}

.image-masonary-block .column .hold {
	height: 50%;
}

.image-masonary-block .column .hold:last-child .image-holder {
	width: 100%;
}

.image-masonary-block .column .image-holder {
	width: 33%;
}

.image-masonary-block .column .image-holder:first-child {
	width: 67%;
}

.image-masonary-block .width-1 {
	width: 50%;
}

.image-masonary-block .bg-image {
	z-index: 2;
}

.product-info-block {
	padding: 40px 0;
}

.product-info-block .image-info {
	text-align: center;
	padding: 50px 0 20px;
}

.product-info-block h2 {
	margin-bottom: 46px;
	text-transform: capitalize;
}

.product-info-block .image {
	max-width: 411px;
	margin: 0 auto;
	position: relative;
}

.product-info-block .tooltip-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
}

.product-info-block .tooltip {
	position: absolute;
	left: 12%;
	top: 29.9%;
}

.product-info-block .tooltip.hover .block {
	visibility: visible;
}

.product-info-block .tooltip.pos-2 {
	left: 66.8%;
	top: -3.1%;
}

.product-info-block .tooltip.pos-3 {
	left: 86%;
	top: 76%;
}

.product-info-block .tooltip .opener {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 40px;
	height: 40px;
	background: url(../images/ico-plus.svg) no-repeat;
	background-size: 40px auto;
	cursor: pointer;
}

.product-info-block .block {
	position: absolute;
	width: 124px;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	background: #f5f5f5;
	margin: -4px 0 0 17px;
	font-size: 14px;
	line-height: 1.2;
	padding: 13px 15px;
	text-align: left;
	visibility: hidden;
	-webkit-transition: visibility .1s;
	transition: visibility .1s;
}

.product-info-block .block:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}

.product-info-block .block p {
	margin-bottom: 0;
}

.text-columns .title {
	display: block;
	font-weight: 700;
	color: #06a84e;
}

.text-columns .column {
	padding-bottom: 8px;
}

.video-gallery {
	padding: 40px 0;
}

.video-gallery .slide {
	padding: 5px;
}

.video-gallery .bg-image {
	z-index: 2;
}

.video-gallery .video {
	-webkit-transition: all .1s;
	transition: all .1s;
	position: relative;
	width: 100%;
	height: 300px;
}

.video-gallery .video a {
	display: block;
}

.video-gallery .slick-active .btn-play {
	opacity: 1;
}

.video-gallery .center-hold {
	white-space: nowrap;
}

.video-gallery .center-hold:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.video-gallery .center-hold .video {
	display: inline-block;
	vertical-align: middle;
}

.video-gallery .btn-play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 73px;
	height: 73px;
	background: url(../images/ico-play.svg) no-repeat;
	background-size: 73px auto;
	z-index: 4;
	opacity: 0;
}

.three-col-text {
	text-align: center;
	padding: 73px 0 50px;
}

.three-col-text.no-space {
	padding-top: 0;
	padding-bottom: 0;
}

.three-columns {
	margin: 0 -25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
	line-height: 1.45;
}

.three-columns .column {
	padding: 0 25px 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.three-columns .column:hover .bg-image {
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
}

.three-columns h3 {
	font-size: 30px;
	margin: 0 0 23px;
}

.three-columns .bg-image {
	z-index: 2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.three-columns .bg-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
}

.three-columns .wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 50px 39px 12px;
}

.three-columns .ico-wrap {
	height: 140px;
	white-space: nowrap;
}

.three-columns .ico-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.three-columns .ico-wrap img {
	display: inline-block;
	vertical-align: middle;
}

.form-section {
	padding: 40px 0 30px;
}

.form-section h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
}

.form-section .form-hold {
	max-width: 960px;
	margin: 0 auto;
}

.form-section .submit-wrap {
	text-align: center;
}

.form-section .elq-form .button {
	padding: 11px 39px;
}

.post-area {
	background: #fff;
	max-width: 424px;
	margin: 0 auto 30px;
}

.post-area .t-area {
	overflow: hidden;
	font-size: 14px;
	padding: 20px 15px;
}

.post-area .category {
	float: left;
}

.post-area .t-rt-area {
	float: right;
	color: #b9b9b9;
	opacity: 0;
}

.post-area .img {
	display: block;
	width: 100%;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.post-area .bg-image {
	z-index: 2;
}

.post-area .des {
	padding: 20px 15px;
}

.post-area h2 {
	margin-bottom: 26px;
	font-size: 22px;
}

.post-area h2 a {
	color: #000;
}

.post-area h2 a:hover {
	color: #06a84e;
}

.post-area .date-author {
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 20px;
}

.post-area .date-author time {
	display: block;
	color: #b9b9b9;
	font-weight: 300;
}

.post-area .thumb {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 13px;
}

.post-area .txt-wrap {
	overflow: hidden;
	padding-top: 5px;
}

.post-area .by {
	display: block;
	font-weight: 500;
}

.post-area p {
	line-height: 1.2;
	margin-bottom: 14px;
}

.app-block.style-2.light .app-info a {
	color: #fff;
	border-color: #fff;
}

.about-block .slider-wrapper {
	clear: both;
	padding: 11px 0 0;
}

.about-block .more-wrap {
	font-size: 18px;
}

.info-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.info-text-wrapper .column {
	width: 100%;
	padding: 0 15px;
}

.in-box .list {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.3;
	color: #333;
}

.in-box .list li {
	margin-bottom: 3px;
}

.inner-hero-banner {
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	color: #fff;
}

.inner-hero-banner .text-holder {
	padding: 40px 10px;
	overflow: hidden;
	max-width: 580px;
	margin: 0 auto;
	line-height: 1.0667;
	font-size: 20px;
}

.inner-hero-banner h1 {
	font-size: 46px;
	margin-bottom: .6154em;
}

.center-animation-block {
	position: relative;
	overflow: hidden;
}

.center-animation-block > img {
	width: 100%;
	height: auto;
}

.center-animation-block .voice-box {
	position: absolute;
	top: 29.4%;
	left: 31.4%;
	width: 8.95%;
	font-size: 0;
	display: none;
}

.center-animation-block .voice-box .img-wrap {
	overflow: hidden;
	-webkit-transition: none;
	transition: none;
}

.center-animation-block .voice-box img {
	opacity: 0;
	max-width: none;
	width: 33.33%;
}

.center-animation-block .voice-box .imageanimation1 {
	-webkit-animation: imageanimation-one 1s infinite step-end;
	animation: imageanimation-one 1s infinite step-end;
}

.center-animation-block .voice-box .imageanimation2 {
	-webkit-animation: imageanimation-two 1s infinite step-end;
	animation: imageanimation-two 1s infinite step-end;
}

.center-animation-block .voice-box .imageanimation3 {
	-webkit-animation: imageanimation-three 1s infinite step-end;
	animation: imageanimation-three 1s infinite step-end;
}

.how-it-works-container {
	padding: 40px 0 20px;
}

.how-it-works-container h2 {
	text-align: center;
	margin-bottom: 30px;
}

.how-it-works-container .works-row {
	max-width: 1146px;
	margin: 0 auto;
	padding: 0 15px;
}

.how-it-works-container .img-wrap {
	max-width: 600px;
}

.how-it-works-container .text-holder ol {
	counter-reset: item;
}

.how-it-works-container .text-holder ol li {
	line-height: 1.2;
	font-size: 20px;
	position: relative;
	padding-left: 56px;
	margin: 0 0 25px;
}

.how-it-works-container .text-holder ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	top: .4em;
	left: 0;
	width: 2.3333em;
	height: 2.3333em;
	border: 2px solid #06a84e;
	color: #06a84e;
	font-size: .625em;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
}

.info-block.dark-theme {
	color: #000;
}

.info-block.dark-theme .bg-image:before {
	display: none;
}

.arlo-products-holder {
	text-align: center;
	background: #f5f5f5;
	padding: 40px 0 10px;
}

.arlo-products-holder h2 {
	color: #262626;
	margin-bottom: 40px;
}

.arlo-products-holder .products-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 1280px;
}

.arlo-products-holder .product-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 37px;
}

.arlo-products-holder .product-item .product-img {
	margin: 0 0 6px;
}

.arlo-products-holder .product-item .product-name {
	display: block;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 10px;
}

.arlo-products-holder .product-item .product-name a {
	color: #333;
}

.arlo-products-holder .product-item .product-name a:hover {
	color: #06a84e;
}

.arlo-products-holder .product-item .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px;
}

.arlo-products-holder .product-item .button {
	min-width: 135px;
	line-height: 1.3889;
	padding: 8px;
	margin: 0 5px 10px;
	cursor: pointer;
}

.footer {
	padding: 40px 30px 40px;
	text-align: center;
}

.footer .logo-holder {
	margin: 0 0 25px;
}

.footer .logo-footer {
	width: 75px;
	height: 73px;
	margin: 0 auto;
}

.footer .logo-footer img {
	display: block;
}

.sitemap {
	overflow: hidden;
	margin: 0 0 13px;
}

.sitemap li {
	display: block;
	margin: 0 0 5px;
}

.sitemap a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	color: #06a84e;
}

.sitemap a:hover {
	color: #000;
}

.contacts-box span,
.contacts-box label {
	display: block;
	font-size: 16px;
	margin: 0 0 12px;
}

.contacts-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-box ul li {
	margin: 0 11px 0 0;
}

.signup-form {
	margin: 0 auto 27px;
	max-width: 325px;
}

.signup-form .row {
	position: relative;
}

.signup-form .row:hover .submit i {
	-webkit-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.signup-form .text {
	display: block;
	width: 100%;
	background: #e5e5e5;
	border: 0;
	margin: 0;
	border-radius: 20px;
	font-size: 18px;
	line-height: 22px;
	height: 44px;
	padding: 11px 55px 11px 26px;
	outline: none;
	font-weight: normal;
}

.signup-form .text::-webkit-input-placeholder {
	color: #a5a5a5;
}

.signup-form .text::-moz-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

.signup-form .text:-moz-placeholder {
	color: #a5a5a5;
}

.signup-form .text:-ms-input-placeholder {
	color: #a5a5a5;
}

.signup-form .text.placeholder {
	color: #a5a5a5;
}

.signup-form .submit {
	position: absolute;
	top: 50%;
	right: 22px;
	border: 0;
	padding: 0;
	margin: 0;
	color: #06a84e;
	background: none;
	-webkit-transform: translate(0, -45%);
	-ms-transform: translate(0, -45%);
	transform: translate(0, -45%);
	font-size: 26px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.signup-form .submit i {
	display: block;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	margin: -2px 0 0;
}

.signup-form .submit:hover {
	color: #000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 360px) {
	.app-block.style-2 .app-tab-content {
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}

	body.baby-page {
		font-size: 20px;
		line-height: 1.3;
	}

	.button {
		padding: 11px 35px 13px;
		min-width: 149px;
		font-size: 18px;
	}

	.link {
		font-size: 18px;
	}

	#wrapper {
		padding-top: 80px;
	}

	#header {
		padding: 16px 15px 21px;
		height: 80px;
	}

	#header.scrolled {
		padding: 13px 15px 18px;
		height: 75px;
	}

	#header .title {
		display: none;
	}

	.logo {
		width: 130px;
		height: 37px;
		float: left;
		margin: 4px 10px 0 0;
	}

	.nav {
		position: static;
		top: 0;
		overflow: hidden;
	}

	.nav .settings {
		float: right;
		padding: 6px 0 0 0;
		text-align: left;
	}

	.nav .settings .sub-row {
		float: left;
		padding: 9px 0 0;
	}

	.nav .settings a {
		margin: 0 0 0 10px;
		color: #717171;
	}

	.nav .settings a:hover {
		color: #06a84e;
	}

	.nav .language-form {
		margin: 0 0 0 10px;
		float: right;
		width: 149px;
	}

	.nav ul {
		text-align: left;
		padding: 16px 0 0 0;
	}

	.nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 10px;
	}

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

	.nav .opener {
		display: none;
	}

	.nav .drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.buy-header {
		padding: 13px 20px;
		height: 75px;
	}

	.buy-header .btn-hold {
		display: block;
	}

	.buy-menu {
		float: left;
		padding: 15px 0 0;
		text-align: left;
	}

	.buy-menu li {
		margin: 0 47px 0 0;
	}

	.language-form .jcf-select {
		background: #fff;
	}

	.language-form .jcf-select-text {
		color: #565656;
	}

	.language-form .jcf-select-opener:after {
		background: #717171;
	}

	.language-form .jcf-select-opener:before {
		background: #717171;
	}

	.intro-wrapper.inner-intro .text-content {
		padding-bottom: 60px;
	}

	.intro-wrapper .center-wrap {
		height: 649px;
	}

	.intro-wrapper h2 {
		font-size: 65px;
		margin: 0 0 41px;
	}

	.intro-wrapper .info {
		font-size: 30px;
		margin: 0 0 36px;
	}

	.baby-page .intro-wrapper .info {
		font-size: 35px;
	}

	.intro-wrapper .text-content {
		padding-bottom: 76px;
	}

	.intro-wrapper .button-wrap .button {
		margin: 0 18px 10px 0;
	}

	.description-block.style2 .image-holder {
		right: auto;
		left: 0;
	}

	.description-block.style2 .text-holder {
		float: right;
		margin-right: 0;
	}

	.description-block .image-holder {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		z-index: 2;
		margin: 0;
	}

	.description-block .image-holder .bg-image {
		position: absolute;
		max-width: none;
	}

	.description-block .text-holder {
		width: 45%;
		padding: 50px 0;
	}

	.description-block h2 {
		margin-bottom: 45px;
		font-size: 36px;
	}

	.description-block p {
		margin-bottom: 27px;
	}

	.info-block h2 {
		font-size: 40px;
		margin-bottom: 46px;
	}

	.info-block h3 {
		font-size: 30px;
		padding: 10px 0 17px;
	}

	.info-block .text-content {
		padding: 93px 0 68px;
	}

	.app-block > .bg-image {
		height: 906px;
	}

	.app-block .text-content h2 {
		font-size: 45px;
		margin: -9px 0 50px;
	}

	.app-block.style-2 .text-content {
		float: left;
		margin-right: 0;
		margin-left: 3px;
		padding: 100px 0 78px;
		max-width: 410px;
	}

	.app-block.style-2 .app-tab-content {
		position: absolute;
		right: 1%;
		top: 194px;
	}

	.app-block.right h2 {
		font-size: 40px;
		margin: -6px 0 57px;
	}

	.app-block.right.with-head-pos .app-tab-content {
		top: 123px;
	}

	.app-block.right.with-head-pos.single-block .app-tab-content {
		top: 28px;
	}

	.about-block {
		padding: 96px 0;
	}

	.about-block.no-bottom {
		padding-bottom: 0;
	}

	.about-block .text-wrap {
		float: left;
		width: 35%;
		padding: 30px 0 0;
	}

	.about-block .text-wrap:last-child {
		float: right;
	}

	.about-block .center-image {
		float: left;
		width: 30%;
		margin: 0 0 4px;
		padding: 0 30px;
	}

	.product-wrap {
		padding: 87px 0 90px;
	}

	.product-detail {
		float: right;
		width: 362px;
		margin-left: 15px;
	}

	.product-detail h2 {
		margin-bottom: 54px;
		font-size: 30px;
	}

	.product-switch {
		margin: 0 -8px 18px;
	}

	.product-switch li {
		margin: 0 8px 16px;
	}

	.product-switch a {
		padding: 8px 13px;
		min-width: 170px;
	}

	.product-slider .slick-dots {
		padding: 22px 0 0 0;
	}

	.accessories-block {
		padding: 94px 0 45px;
	}

	.accessories-row .column {
		width: 33.33%;
	}

	.more-product-block {
		padding: 100px 0 57px;
	}

	.product-row .column {
		width: 33.33%;
	}

	.card {
		margin: 0 0 40px;
		font-size: 18px;
	}

	.learn-block {
		padding: 40px 0;
	}

	.story-block {
		padding: 100px 0 94px;
	}

	.story-wrapper .column {
		width: 33.33%;
	}

	.story-form-block {
		padding: 91px 0 73px;
	}

	.story-form-block .form-block {
		float: left;
		width: 57%;
		padding: 10px 0 0;
	}

	.story-form-block .text-block {
		float: right;
		width: 37.5%;
	}

	.story-form-block h2 {
		font-size: 45px;
		margin-bottom: 43px;
	}

	.social-wrapper {
		padding: 83px 0;
	}

	.social-wrapper .social-head {
		font-size: 45px;
		margin: 0 0 46px;
	}

	.elq-form .form-title {
		float: left;
		width: 170px;
		padding: 4px 8px 0 0;
	}

	.elq-form .item-padding {
		padding-bottom: 28px;
	}

	.elq-form .label-position.top {
		font-size: 18px;
	}

	.elq-form .submit-wrap {
		margin: -12px 0 0;
	}

	.elq-form textarea {
		height: 179px !important;
	}

	.image-masonary-block .row {
		width: 12.5%;
	}

	.image-masonary-block .column {
		width: 37.5%;
	}

	.image-masonary-block .column .hold:last-child .image-holder {
		width: 67%;
	}

	.image-masonary-block .column .hold:last-child .image-holder:first-child {
		width: 33%;
	}

	.image-masonary-block .width-1 {
		width: 25%;
	}

	.product-info-block {
		padding: 90px 0 69px;
	}

	.product-info-block .image-info {
		width: 48%;
		float: left;
	}

	.product-info-block .text-content {
		float: right;
		width: 37.5%;
	}

	.video-gallery .center-hold {
		height: 426px;
	}

	.three-columns .column {
		width: 33.33%;
	}

	.form-section {
		padding: 90px 0 72px;
	}

	.form-section h2 {
		font-size: 45px;
		margin-bottom: 51px;
	}

	.baby-page .intro-wrapper .text-content {
		padding-bottom: 36px;
	}

	.baby-page .intro-wrapper h2 {
		margin-bottom: 11px;
	}

	.baby-page .intro-wrapper .info {
		margin-bottom: 50px;
	}

	.baby-page .intro-wrapper .button-wrap {
		padding-top: 41px;
	}

	.about-block .slide {
		padding-top: 60px;
	}

	.info-text-wrapper .column {
		width: 50%;
	}

	.info-text-wrapper .info-text {
		max-width: 360px;
		margin-bottom: 28px;
	}

	.inner-hero-banner .text-holder {
		font-size: 25px;
		padding-top: 82px;
		padding-bottom: 82px;
		min-height: 380px;
	}

	.inner-hero-banner h1 {
		font-size: 55px;
	}

	.how-it-works-container {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.how-it-works-container h2 {
		margin-bottom: 40px;
	}

	.how-it-works-container .works-row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.how-it-works-container .img-wrap {
		-ms-flex-preferred-size: 600px;
		flex-basis: 600px;
	}

	.how-it-works-container .text-holder {
		-ms-flex-preferred-size: calc(100% - 600px);
		flex-basis: calc(100% - 600px);
		max-width: 370px;
		padding-top: 5px;
	}

	.how-it-works-container .text-holder ol li {
		font-size: 24px;
		margin-bottom: 45px;
	}

	.info-block.dark-theme .container {
		white-space: nowrap;
		text-align: center;
	}

	.info-block.dark-theme .container:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 390px;
	}

	.info-block.dark-theme .container > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.info-block.dark-theme .text-content {
		max-width: 400px;
		padding: 24px 0 20px;
	}

	.arlo-products-holder {
		padding: 50px 0 20px;
	}

	.arlo-products-holder h2 {
		font-size: 45px;
		margin-bottom: 50px;
	}

	.arlo-products-holder .product-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 50px;
	}

	.arlo-products-holder .product-item:nth-child(2n) ~ .product-item .product-img {
		margin-bottom: 18px;
	}

	.arlo-products-holder .product-item .product-name {
		font-size: 30px;
	}

	.arlo-products-holder .product-item .button {
		min-width: 165px;
	}

	.footer {
		padding: 50px 15px 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}

	.footer .logo-holder {
		margin: 0 30px 0 0;
		width: 90px;
		padding: 6px 0 0;
	}

	.sitemap {
		width: calc(100% - 340px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0;
	}

	.sitemap ul {
		width: calc(100% - 130px);
		padding: 0 10px 0 0;
	}

	.sitemap ul:first-child {
		width: 130px;
	}

	.sitemap li {
		margin: 6px 0 0;
	}

	.sitemap li:first-child {
		margin: 0;
	}

	.contacts-box {
		width: 250px;
	}

	.contacts-box span,
	.contacts-box label {
		font-size: 18px;
	}

	.contacts-box ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.signup-form {
		max-width: none;
		margin: 0 0 44px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.about-block.no-bottom .center-image {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.logo {
		margin: 0 34px 0 0;
		width: 165px;
	}

	.nav .settings a {
		margin: 0 0 0 29px;
	}

	.nav .language-form {
		margin: 0 0 0 30px;
	}

	.nav li {
		margin: 0 0 0 30px;
	}

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

	.description-block.style2 .text-holder {
		margin-right: 114px;
	}

	.description-block .text-holder {
		width: 35%;
		padding: 91px 0;
	}

	.description-block h2 {
		font-size: 40px;
	}

	.app-block:before {
		box-shadow: -630px 0 230px -160px rgba(0, 0, 0, .7) inset;
		background: transparent;
	}

	.app-block.style-2 .text-content {
		max-width: 481px;
	}

	.app-block.style-2 .app-tab-content {
		right: 15%;
	}

	.app-tab-content {
		z-index: 3;
	}

	.about-block .text-wrap {
		width: 28%;
	}

	.about-block .center-image {
		width: 44%;
		padding: 0;
	}

	.product-detail {
		margin-left: 123px;
	}

	.product-detail h2 {
		font-size: 40px;
	}

	.product-slider .slick-dots {
		padding-right: 34px;
	}

	.product-row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.learn-block .text {
		font-size: 45px;
	}

	.story-form-block .form-block {
		width: 50%;
	}

	.elq-form .col-wrap .col {
		width: 50%;
		padding-bottom: 0;
	}

	.text-columns {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

	.post-area .t-area {
		padding: 28px 29px;
	}

	.post-area .img {
		height: 209px;
	}

	.post-area .des {
		padding: 20px 30px 24px;
	}

	.post-area h2 {
		font-size: 30px;
	}

	.post-area .date-author {
		padding: 0 0 36px;
	}

	.info-text-wrapper .column {
		width: 33.33%;
	}

	.inner-hero-banner .text-holder {
		font-size: 30px;
		padding-top: 92px;
		padding-bottom: 92px;
		min-height: 480px;
	}

	.inner-hero-banner h1 {
		font-size: 65px;
	}

	.how-it-works-container {
		padding-top: 90px;
		padding-bottom: 51px;
	}

	.how-it-works-container h2 {
		font-size: 45px;
		margin-bottom: 51px;
	}

	.how-it-works-container .text-holder {
		padding-top: 10px;
	}

	.how-it-works-container .text-holder ol li {
		margin-bottom: 54px;
	}

	.how-it-works-container .text-holder ol li:before {
		left: -1px;
	}

	.info-block.dark-theme .container:after {
		min-height: 480px;
	}

	.info-block.dark-theme .text-content h2 {
		margin-bottom: 45px;
	}

	.arlo-products-holder {
		padding: 89px 0 30px;
	}

	.arlo-products-holder h2 {
		margin-bottom: 70px;
	}

	.arlo-products-holder .product-item {
		margin-bottom: 61px;
	}

	.arlo-products-holder .product-item .button {
		margin: 0 10px 10px;
		min-width: 165px;
	}

	.footer .logo-holder {
		width: 220px;
		margin: 0;
	}

	.footer .logo-footer {
		width: 131px;
		height: 127px;
		margin: 0;
	}

	.sitemap {
		width: calc(100% - 545px);
	}

	.sitemap ul {
		width: calc(100% - 167px);
		padding: 0 15px 0 0;
	}

	.sitemap ul:first-child {
		width: 167px;
	}

	.sitemap a {
		font-size: 18px;
	}

	.contacts-box {
		width: 325px;
	}
}

@media (min-width: 1200px) {
	.app-block:before {
		box-shadow: -630px 0 230px -160px rgba(0, 0, 0, .3) inset;
	}

	.app-block.style-2 .app-tab-content {
		right: 21%;
	}

	.app-block.right.with-head-pos .app-tab-content {
		right: 261px;
	}

	.learn-block {
		text-align: left;
		padding: 92px 0 91px;
	}

	.learn-block .text-wrap {
		float: left;
	}

	.learn-block .text {
		max-width: 740px;
		margin-bottom: 0;
	}

	.learn-block .button-wrap {
		float: right;
		margin: 12px 0 0 0;
	}

	.video-gallery {
		padding: 95px 0;
	}

	.video-gallery .video {
		width: 370px;
		height: 330px;
	}

	.video-gallery .slick-active .video {
		height: 426px;
		width: 720px;
	}

	.inner-hero-banner .text-holder {
		min-height: 517px;
	}

	.how-it-works-container .works-row {
		padding-left: 26px;
	}

	.how-it-works-container .text-holder {
		padding-top: 15px;
	}

	.info-block.dark-theme .container:after {
		min-height: 591px;
	}

	.info-block.dark-theme .text-content {
		padding-bottom: 58px;
		max-width: 520px;
	}

	.footer .logo-holder {
		width: 250px;
	}

	.sitemap {
		width: calc(100% - 695px);
	}
}

@media (min-width: 1400px) {
	.info-text-wrapper {
		margin: 0 -87px 0 -15px;
	}
}

@media (min-width: 1450px) {
	#header {
		padding: 16px 40px 21px 48px;
	}

	#header.scrolled {
		padding: 13px 40px 18px 48px;
		height: 75px;
	}

	.accessories-row {
		margin: 0 -40px;
	}

	.product-row .column {
		width: auto;
	}

	.story-wrapper {
		margin: 0 -60px 0 -53px;
	}

	.footer {
		padding: 53px 80px 55px;
	}
}

@media (max-width: 1199px) {
	.app-block > .bg-image {
		background-position: -190px 0;
	}

	.app-block.right .app-tab-content {
		right: 200px;
	}

	.app-tab-content {
		left: 41px;
	}
}

@media (max-width: 1023px) {
	.app-block.right:before {
		background: none;
	}

	.app-block.right .app-tab-content {
		right: 20px;
		top: 35px;
	}

	.app-block.right .text-content {
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
		line-height: 42px;
	}

	h2 {
		font-size: 30px;
	}

	.nav a {
		color: #fff;
	}

	.nav a:hover {
		color: #000;
	}

	.nav.active .drop {
		opacity: 1;
		visibility: visible;
		height: auto;
		z-index: 999;
	}

	.nav .drop {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
		margin: 0;
		background: #06a84e;
		padding: 20px 0;
	}

	.language-form .jcf-select {
		border: none;
		border-radius: 0;
	}

	.app-block > .bg-image {
		display: none;
	}

	.app-block > .bg-image.for-mobile {
		display: block;
		background-position: -200px 0;
		height: auto;
		bottom: 0;
	}

	.app-block > .bg-image.for-mobile {
		display: block;
	}

	.app-block > .bg-image {
		background-position: -190px -120px;
	}

	.app-block .text-content {
		max-width: none;
		float: none;
	}

	.app-block.right > .bg-image {
		display: block;
	}

	.app-block.right .app-tab-content {
		display: block;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		margin: 0 auto;
	}

	.app-block.right .text-content {
		max-width: none;
		float: none;
		padding: 30px 0;
	}

	.app-tab-content {
		display: none;
	}

	.product-info-block .tooltip.pos-2 .block {
		left: auto;
		right: 100%;
		margin-right: 17px;
	}

	.product-info-block .tooltip.pos-2 .block:before {
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #f5f5f5;
		right: auto;
		left: 100%;
	}

	.product-info-block .tooltip.pos-3 .block {
		left: auto;
		right: 100%;
		margin-right: 17px;
	}

	.product-info-block .tooltip.pos-3 .block:before {
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #f5f5f5;
		right: auto;
		left: 100%;
	}

	.product-info-block .block {
		font-size: 12px;
	}

	.how-it-works-container .img-wrap {
		margin: 0 auto;
		text-align: center;
	}
}

@-webkit-keyframes imageanimation-one {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes imageanimation-one {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes imageanimation-two {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes imageanimation-two {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes imageanimation-three {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes imageanimation-three {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}