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

#nav ul,
.section-features .features-list,
.staff .box-ceo .meta,
#footer .contact .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .newsletter-wrap:after,
#header .newsletter-area:after,
.section:after,
.section-about .holder:after,
.section-features .img-area:after,
.section-features .features-list:after,
.section-features .features-list li:after,
.section-features .features-list li a:after,
.staff .logo-area:after,
.staff .box-ceo:after,
.staff .box-ceo .img-area:after,
.staff .members:after,
.staff .members .member .text-box:after,
#footer:after,
#footer .contact:after,
#footer .site-info: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: 400 16px/1.1875 "Varela Round", 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;
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\e90b";
}

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

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

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

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

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

.icon-face:before {
	content: "\e905";
}

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

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

.icon-location:before {
	content: "\e908";
}

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

.icon-email2:before {
	content: "\e90a";
}

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

/* Generated by Font Squirrel (https://www.fontsquirrel.com)  */

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

body {
	line-height: 19px;
}

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span,
.h span {
	font-weight: 400;
}

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

h2,
.h2 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .5px;
	margin: 0 0 20px;
	font-weight: 400;
}

h3,
.h3 {
	font-size: 19px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0 0 15px;
}

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

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

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

p {
	margin: 0 0 20px;
}

p span {
	font-weight: 400;
}

a {
	color: #ff0c64;
	text-decoration: none;
}

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

a,
button,
input[type="submit"] {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
}

.btn {
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	background: #ff0c64;
	padding: 16px 20px 17px;
	border-radius: 30px;
	border: 0;
	text-align: center;
	min-width: 247px;
	color: #fff;
	text-transform: capitalize;
}

.btn:hover,
.btn:focus {
	background: #d8004e;
}

.btn.btn-default {
	background: #000;
	color: #fff;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	background: #262626;
}

.btn.btn-inv {
	background: transparent;
	color: #000;
	background: #fff;
	min-width: 223px;
}

.btn.btn-inv:hover {
	background: #ff0c64;
	color: #fff;
}

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 #999;
	padding: .4em .7em;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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;
}

#header {
	position: relative;
}

#header .header-holder {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 50;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

#header .header-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100vh;
}

#header .header-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

#header .header-holder h1 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
	margin: 0 0 40px;
	text-align: center;
	-webkit-animation-name: slide-left;
	animation-name: slide-left;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#header .header-holder .container {
	width: 100%;
	padding: 80px 10px 34px;
	max-width: 1040px;
	text-align: center;
}

#header .header-holder .container .btn {
	-webkit-animation-name: slide-left;
	animation-name: slide-left;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#header .animate-holder {
	margin-bottom: 50px;
}

#header .intro-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#header .logo {
	display: block;
	margin: 0 auto 81px;
	width: 234px;
	-webkit-animation-name: slide-right;
	animation-name: slide-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#header .logo img {
	display: block;
}

#header .newsletter-wrap {
	position: relative;
	min-height: 188px;
}

#header .idea-share {
	background: rgba(255, 255, 255, .6);
	border-radius: 5px;
	padding: 20px;
	box-shadow: 3px 0 25px 0 rgba(0, 0, 0, .1);
	-webkit-animation-name: slide-left;
	animation-name: slide-left;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.form-active #header .idea-share {
	display: none;
}

#header .idea-share .title {
	font-size: 27px;
	line-height: 32px;
	display: block;
	margin: 0 11px 26px;
	text-align: left;
	letter-spacing: -.5px;
	font-family: "Quicksand", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
}

#header .newsletter-area {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	margin: 0 15px;
	opacity: 0;
	visibility: hidden;
}

.form-active #header .newsletter-area {
	opacity: 1;
	visibility: visible;
}

#header .newsletter-area .error-state .form-newsletter .input-group i {
	color: #f00;
}

#header .newsletter-area .error-state .form-newsletter .input-group .form-control {
	color: #f00;
}

#header .newsletter-area .error-state .form-newsletter .input-group .form-control::-webkit-input-placeholder {
	color: #f00;
}

#header .newsletter-area .error-state .form-newsletter .input-group .form-control::-moz-placeholder {
	opacity: 1;
	color: #f00;
}

#header .newsletter-area .error-state .form-newsletter .input-group .form-control:-moz-placeholder {
	color: #f00;
}

#header .newsletter-area .error-state .form-newsletter .input-group .form-control:-ms-input-placeholder {
	color: #f00;
}

#header .newsletter-area .error-state .form-newsletter .input-group .form-control.placeholder {
	color: #f00;
}

#header .newsletter-area .note {
	position: absolute;
	left: 10px;
	top: -80px;
	right: 10px;
	bottom: auto;
	font-size: 19px;
	line-height: 28px;
	background: #00aeef;
	color: #f3f3f3;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	height: 100px;
	padding: 15px 15px 35px;
}

#header .newsletter-area .note p {
	margin: 0;
}

#header .newsletter-area .note label {
	text-decoration: underline;
}

#header .form-newsletter {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	z-index: 50;
	box-shadow: 3px 0 25px 0 rgba(0, 0, 0, .1);
}

#header .form-newsletter .btn-block {
	overflow: hidden;
	text-align: center;
	margin: 5px 0;
}

#header .form-newsletter .btn {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	color: #e3f2f6;
	width: 100%;
	min-width: inherit;
	max-width: 143px;
}

#header .form-newsletter .btn i {
	font-size: 27px;
	line-height: 27px;
}

#header .form-newsletter .input-group {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 60px;
	border: 1px solid rgba(224, 224, 227, .56);
	background: #f3f3f3;
	margin: 5px 0;
	width: 100%;
	border-radius: 5px;
	position: relative;
	height: 60px;
	padding: 12px 15px 12px 45px;
}

#header .form-newsletter .input-group i {
	position: absolute;
	left: 14px;
	top: 50%;
	right: auto;
	bottom: auto;
	font-size: 20px;
	line-height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	text-align: center;
	width: 27px;
}

#header .form-newsletter .form-control {
	width: 100%;
	height: 36px;
	font-size: 19px;
	line-height: 22px;
	padding: 7px 10px;
	background: none;
	letter-spacing: .5px;
	display: block;
	color: #000;
	border: 0;
	outline: none;
}

#header .form-newsletter .form-control::-webkit-input-placeholder {
	color: #000;
}

#header .form-newsletter .form-control::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#header .form-newsletter .form-control:-moz-placeholder {
	color: #000;
}

#header .form-newsletter .form-control:-ms-input-placeholder {
	color: #000;
}

#header .form-newsletter .form-control.placeholder {
	color: #000;
}

#header .box-thanks-message {
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	background: rgba(255, 255, 255, .6);
	border-radius: 5px;
	padding: 44px 15px 22px;
	margin: 0 15px;
	display: none;
	text-align: center;
	box-shadow: 3px 0 25px 0 rgba(0, 0, 0, .1);
}

#header .box-thanks-message .img-area {
	width: 124px;
	height: 124px;
	background: #ededed;
	border-radius: 50%;
	margin: -68px auto 15px;
}

#header .box-thanks-message .img-area img {
	display: inline-block;
	vertical-align: top;
	margin: -17px 0 0;
	border-radius: 0 0 47% 47%;
}

#header .box-thanks-message .message {
	color: #000;
	font-size: 26px;
	line-height: 32px;
	display: block;
	letter-spacing: .5px;
}

.nav-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 700;
	margin: 0 auto;
	padding: 10px 70px;
	max-width: 1150px;
	min-height: 60px;
}

.nav-holder.fixed-position {
	left: 0 !important;
}

.nav-holder.fixed-position #nav ul {
	background: rgba(0, 0, 0, .93);
}

.nav-holder .close {
	position: absolute;
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	right: 10px;
	z-index: 701;
	top: 10px;
}

.nav-holder .close img {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-holder .close .sec {
	display: none;
}

.nav-holder .close:hover {
	background: rgba(255, 255, 255, .9);
}

.nav-holder .btn {
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 110px;
	padding: 13px 20px;
}

.nav-active .nav-holder .close .fst {
	display: none;
}

.nav-active .nav-holder .close .sec {
	display: block;
}

.nav-active #nav ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-active #nav {
	max-height: 9999px;
	visibility: visible;
	opacity: 1;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

#nav ul {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #000;
	min-height: 100vh;
	padding: 70px 10px 40px;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

#nav ul li {
	position: relative;
	padding: 0 10px 15px;
	text-align: center;
}

#nav ul li:first-child:before {
	display: none;
}

#nav ul li.active a {
	color: #fff;
	text-decoration: underline;
}

#nav ul li a {
	color: rgba(255, 255, 255, .31);
}

#nav ul li a.anchor-active,
#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 10px;
}

#main {
	padding-top: 25px;
	padding-bottom: 75px;
}

.head {
	overflow: hidden;
	text-align: center;
	margin: 0 0 41px;
	position: relative;
}

.head:after {
	position: absolute;
	left: 50%;
	top: auto;
	right: auto;
	bottom: 0;
	width: 117px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	background: #888;
}

.head .animate-box {
	overflow: hidden;
}

.head h2 {
	color: #262626;
}

.section {
	padding: 32px 0 48px;
}

.section .holder {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.section-about .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-about .img-area {
	background: #efefef;
	width: 166px;
	height: 166px;
	margin: 0 auto 42px;
	border-radius: 50%;
	position: relative;
}

.section-about .img-area img {
	margin: -23px auto 0;
	display: block;
	border-radius: 0 0 47% 47%;
}

.section-about .text-box p:last-child {
	margin: 0;
}

.btn-play {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(217, 244, 253, .7);
	text-align: center;
	position: absolute;
	top: 56px;
	right: -30px;
	font-size: 20px;
	text-decoration: none;
}

.btn-play .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-play:hover {
	text-decoration: none;
	opacity: .75;
}

.section-features .img-area {
	margin: 4px auto 66px;
	position: relative;
	z-index: 60;
	width: 280px;
}

.section-features .img-area img {
	display: block;
	margin: 0 -12px 0 12px;
}

.section-features .holder {
	position: relative;
}

.section-features .features-list {
	font-size: 14px;
	line-height: 18px;
}

.section-features .features-list h3 {
	margin: 0 0 7px;
	text-transform: capitalize;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.section-features .features-list li a {
	display: block;
	padding: 32px 1018px 26px 999px;
	position: relative;
	background: #cceffc;
	border-bottom: 1px solid #aee5fa;
	z-index: 50;
	margin: 0 -999px;
	letter-spacing: -.32em;
	color: #262626;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.section-features .features-list li a > * {
	letter-spacing: 0;
}

.section-features .features-list li a:focus,
.section-features .features-list li a:hover {
	opacity: .8;
}

.section-features .features-list li a:focus i,
.section-features .features-list li a:focus .icon,
.section-features .features-list li a:hover i,
.section-features .features-list li a:hover .icon {
	border-color: #00aeef;
	color: #fff;
	background: #00aeef;
	opacity: 1;
}

.section-features .features-list li a:focus h3,
.section-features .features-list li a:hover h3 {
	opacity: 1;
	color: #ff0c64;
}

.section-features .features-list li a p {
	color: #040017;
}

.section-features .features-list li.active i,
.section-features .features-list li.active .icon {
	border-color: #00aeef;
	color: #fff;
	background: #00aeef;
}

.section-features .features-list li:nth-child(4) a {
	background: #f2fbfe;
	border-bottom: 1px solid #f2fbfe;
}

.section-features .features-list li:nth-child(2) a {
	background: #d9f3fd;
	border-bottom: 1px solid #cceffc;
}

.section-features .features-list li:nth-child(3) a {
	background: #e5f7fd;
	border-bottom: 1px solid #d9f3fc;
}

.section-features .features-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}

.section-features .features-list i,
.section-features .features-list .icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	line-height: 49px;
	border: 1px solid rgba(0, 0, 0, .22);
	position: relative;
	border-radius: 50%;
	text-align: center;
	margin: 0 32px 0 0;
	color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.section-features .features-list i.icon-chat,
.section-features .features-list .icon.icon-chat {
	font-size: 20px;
}

.section-features .features-list i.icon-communication,
.section-features .features-list .icon.icon-communication {
	font-size: 26px;
}

.section-features .features-list i.icon-hand,
.section-features .features-list .icon.icon-hand {
	font-size: 24px;
}

.section-features .features-list .border {
	position: absolute;
	left: 100%;
	top: 50%;
	right: auto;
	bottom: auto;
	width: 4px;
	height: 4px;
	background: #000;
	margin: -2px 0 0 12px;
	border-radius: 50%;
}

.section-features .features-list .border:before {
	width: 12px;
	height: 1px;
	position: absolute;
	left: auto;
	top: 2px;
	right: 100%;
	bottom: auto;
	background: rgba(0, 0, 0, .79);
	height: 1px;
}

.section-features .features-list p {
	margin: 0;
}

.section-features .features-list .text-box {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
}

.newsletter {
	padding-top: 41px;
	position: relative;
}

.newsletter .newsletter-wrap {
	background: #ff0c64;
	margin: 0 -15px;
}

.newsletter .error-state .form-newsletter .input-group i {
	color: #f00;
}

.newsletter .error-state .form-newsletter .input-group .form-control {
	color: #f00;
}

.newsletter .error-state .form-newsletter .input-group .form-control::-webkit-input-placeholder {
	color: #f00;
}

.newsletter .error-state .form-newsletter .input-group .form-control::-moz-placeholder {
	opacity: 1;
	color: #f00;
}

.newsletter .error-state .form-newsletter .input-group .form-control:-moz-placeholder {
	color: #f00;
}

.newsletter .error-state .form-newsletter .input-group .form-control:-ms-input-placeholder {
	color: #f00;
}

.newsletter .error-state .form-newsletter .input-group .form-control.placeholder {
	color: #f00;
}

.newsletter .response {
	color: #fff;
}

.newsletter .box-newsletter {
	padding: 60px 15px;
	box-shadow: 3px 0 25px 0 rgba(0, 0, 0, .1);
	position: relative;
}

.newsletter .box-newsletter .form-newsletter {
	letter-spacing: -.32em;
}

.newsletter .box-newsletter .form-newsletter > * {
	letter-spacing: 0;
}

.newsletter .box-newsletter .input-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 12px 35px 13px 45px;
	width: calc(100% - 60px);
}

.newsletter .box-newsletter .input-group i {
	position: absolute;
	left: 17px;
	top: 50%;
	right: auto;
	bottom: auto;
	font-size: 23px;
	line-height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: -2px 0 0;
	color: #161616;
}

.newsletter .box-newsletter .input-group .form-control {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 10px;
	color: #303030;
	float: left;
	background: none;
	letter-spacing: .5px;
	border: 0;
}

.newsletter .box-newsletter .input-group .form-control::-webkit-input-placeholder {
	color: #303030;
}

.newsletter .box-newsletter .input-group .form-control::-moz-placeholder {
	opacity: 1;
	color: #303030;
}

.newsletter .box-newsletter .input-group .form-control:-moz-placeholder {
	color: #303030;
}

.newsletter .box-newsletter .input-group .form-control:-ms-input-placeholder {
	color: #303030;
}

.newsletter .box-newsletter .input-group .form-control.placeholder {
	color: #303030;
}

.newsletter .box-newsletter .btn-block {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	margin: 0 0 0 -30px;
}

.newsletter .box-newsletter .btn {
	padding: 11px 15px;
	min-width: inherit;
	width: 100%;
	display: block;
	position: relative;
	z-index: 50;
	padding: 13px 15px 15px;
}

.newsletter .box-newsletter .btn i {
	font-size: 27px;
	line-height: 27px;
}

.newsletter .box-thanks-message {
	border-radius: 5px;
	padding: 44px 15px 22px;
	margin: 0 15px;
	display: none;
	text-align: center;
}

.newsletter .box-thanks-message .img-area {
	width: 124px;
	height: 124px;
	background: #ededed;
	border-radius: 50%;
	margin: -53px auto 15px;
}

.newsletter .box-thanks-message .img-area img {
	display: inline-block;
	vertical-align: top;
	margin: -17px 0 0;
	border-radius: 0 0 47% 47%;
}

.newsletter .box-thanks-message .message {
	color: #000;
	font-size: 26px;
	line-height: 32px;
	display: block;
	letter-spacing: .5px;
}

.staff {
	position: relative;
	z-index: 600;
	color: #f2f3f4;
	padding: 56px 15px 0;
}

.staff:before {
	position: absolute;
	left: -9999px;
	top: 0;
	right: -9999px;
	bottom: 0;
	background: #040017;
	content: "";
	z-index: -1;
}

.staff .logo-area {
	text-align: center;
	position: relative;
	padding: 0 0 29px;
	z-index: 60;
}

.staff .logo-area:after {
	position: absolute;
	left: -999px;
	top: auto;
	right: -999px;
	bottom: 0;
	background: rgba(48, 46, 58, .38);
	height: 1px;
	content: "";
	z-index: -1;
}

.staff .logo-area .logo {
	width: 177px;
	margin: 0 auto 21px;
}

.staff .logo-area .logo img {
	display: block;
}

.staff .logo-area .slogan {
	display: block;
	font: 30px/40px "angelfaceregular", cursive;
	color: rgba(255, 255, 255, .21);
}

.staff .box-ceo {
	font-size: 15px;
	line-height: 18px;
	position: relative;
	padding: 74px 0 45px;
}

.staff .box-ceo .img-area {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background: #efefef;
	margin: 0 auto 48px;
}

.staff .box-ceo .img-area img {
	display: inline-block;
	vertical-align: top;
	border-radius: 0 0 47% 47%;
	margin: -22px 0 0;
}

.staff .box-ceo .text-holder {
	overflow: hidden;
	padding: 0 0 10px;
}

.staff .box-ceo .meta {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.32em;
	margin: 0 -10px 18px;
}

.staff .box-ceo .meta li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .5px;
	padding: 0 10px 5px;
}

.staff .box-ceo .meta li.designation {
	color: rgba(242, 243, 244, .41);
}

.staff .box-ceo p {
	margin: 0 0 33px;
}

.staff .box-ceo .more {
	display: inline-block;
	vertical-align: top;
	font: 400 14px/18px "Century", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #f2f3f4;
	text-decoration: underline;
	margin: 0 0 0 7px;
}

.staff .box-ceo .more:hover {
	text-decoration: none;
}

.staff .members {
	text-align: center;
	padding: 33px 0 0;
}

.staff .members h3 {
	font-size: 21px;
	line-height: 24px;
	border-bottom: 1px solid #302e39;
	color: rgba(255, 255, 255, .4);
	padding: 0 0 20px;
	text-transform: capitalize;
	margin: 0 0 18px;
}

.staff .members .frame {
	overflow: hidden;
	margin: 0 -10px;
	padding: 27px 0 0;
	letter-spacing: -.32em;
}

.staff .members .member {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	letter-spacing: 0;
	width: 50%;
	padding: 15px 10px;
}

.staff .members .member:hover .links {
	opacity: 1;
	visibility: visible;
}

.staff .members .member:hover .img-area {
	opacity: .8;
}

.staff .members .member:hover .name {
	color: #fff;
}

.staff .members .member .img-area {
	width: 95px;
	height: 95px;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	border-radius: 50%;
	overflow: hidden;
	background: #d2d2d5;
	margin: 0 auto 36px;
}

.staff .members .member .img-area img {
	display: block;
}

.staff .members .member .text-box {
	position: relative;
}

.staff .members .member .links {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	opacity: 0;
	visibility: hidden;
}

.staff .members .member .links .linkedin {
	display: inline-block;
	vertical-align: middle;
	font-family: "Century", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #f2f3f4;
	text-decoration: underline;
	padding: 0 43px 0 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

.staff .members .member .links .linkedin:after {
	font-family: "icomoon";
	content: "";
	font-weight: 400;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: auto;
	font-size: 22px;
	line-height: 22px;
	color: #1e201d;
}

.staff .members .member .links .linkedin:hover {
	text-decoration: none;
}

.staff .members .member .links .linkedin:hover:after {
	color: #f2f3f4;
}

.staff .members .member .name {
	text-transform: capitalize;
	display: block;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	margin: 0 0 20px;
	position: relative;
	color: #616161;
}

.staff .members .member .name:after {
	width: 64px;
	height: 1px;
	display: block;
	content: "";
	margin: 20px auto 0;
	background: rgba(138, 136, 147, .2);
}

#mce-responses {
	display: inline;
}

.response {
	font-size: 12px;
	line-height: 18px;
	background: rgba(255, 255, 255, .7);
	padding: 15px 15px 5px;
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	border-radius: 0 0 5px 5px;
	color: #c00;
}

.newsletter .response {
	background: none;
	border-radius: 0;
}

.response.mce-success-response {
	color: #0e7833;
}

.animate-holder {
	overflow: visible !important;
}

.animate-box {
	position: relative;
}

/* Fancy box styles*/

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

#footer {
	position: relative;
	z-index: 50;
	padding-top: 18px;
	background: #040017;
}

#footer:before {
	position: absolute;
	left: -9999px;
	top: -5px;
	right: -9999px;
	bottom: 0;
	z-index: -1;
	content: " ";
	background: #040017;
}

#footer .contact {
	position: relative;
	z-index: 50;
}

#footer .contact h3 {
	font-size: 21px;
	line-height: 24px;
	border-bottom: 1px solid rgba(48, 46, 57, .37);
	color: rgba(255, 255, 255, .4);
	padding: 0 0 20px;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
}

#footer .contact .email {
	color: rgba(248, 248, 248, .18);
}

#footer .contact .email:hover,
#footer .contact .email:focus {
	color: #f8f8f8;
}

#footer .contact address {
	font-style: normal;
}

#footer .contact .contact-holder {
	overflow: hidden;
}

#footer .contact .contact-list {
	font-size: 15px;
	line-height: 20px;
	margin: 0 -20px 0 -21px;
	overflow: hidden;
	color: #565656;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 22px 0 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .contact .contact-list li {
	overflow: hidden;
	position: relative;
	padding: 25px 30px 26px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .contact .contact-list li:before {
	position: absolute;
	left: 0;
	top: 24px;
	right: auto;
	bottom: 24px;
	background: #272438;
	content: "";
	width: 1px;
}

#footer .contact .contact-list i {
	font-size: 30px;
	line-height: 33px;
	color: #575757;
	width: 40px;
	text-align: center;
	margin: 0 29px 0 0;
}

#footer .contact .contact-list i.icon-location {
	margin-right: 45px;
}

#footer .social-networks {
	position: relative;
	letter-spacing: -.32em;
	padding: 25px 0 32px;
	margin: 0 -15px;
	text-align: center;
}

#footer .social-networks:after {
	position: absolute;
	left: -9999px;
	top: auto;
	right: -9999px;
	bottom: 0;
	z-index: -1;
	content: "";
	height: 1px;
	background: rgba(48, 46, 57, .37);
}

#footer .social-networks li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 5px 15px;
}

#footer .social-networks li a {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #616161;
}

#footer .social-networks li a.icon-twitter:before {
	font-size: 19px;
}

#footer .social-networks li a:hover {
	border-color: #f8f8f8;
}

#footer .social-networks li a:hover:before {
	color: #f8f8f8;
}

#footer .social-networks li a:before {
	font-size: 20px;
	line-height: 37px;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transition-property: opacity, background, color, border, visibility;
	transition-property: opacity, background, color, border, visibility;
	color: #616161;
}

#footer .site-info {
	position: relative;
	padding: 30px 38px;
	z-index: 50;
	color: #575757;
}

#footer .site-info:after {
	position: absolute;
	left: -9999px;
	top: 0;
	right: -9999px;
	bottom: 0;
	z-index: -1;
	content: "";
	display: block;
}

#footer .site-info p {
	letter-spacing: .5px;
	margin: 0;
}

#footer .site-info .link {
	color: #575757;
}

#footer .site-info .link:hover,
#footer .site-info .link:focus {
	color: #3e3e3e;
}

@media (min-width: 375px) {
	.btn {
		font-size: 21px;
		line-height: 27px;
		min-width: 257px;
	}

	#header .idea-share {
		padding: 29px 33px 31px 35px;
		margin: 0 15px;
	}

	.section {
		padding: 32px 0 48px;
	}

	.section-about {
		padding-left: 32px;
		padding-right: 32px;
	}

	.section-features .img-area {
		width: 351px;
	}

	.newsletter .box-newsletter .input-group {
		padding: 12px 35px 13px 56px;
	}

	.newsletter .box-newsletter .input-group i {
		left: 23px;
		font-size: 25px;
	}

	.newsletter .box-newsletter .input-group .form-control {
		font-size: 18px;
		line-height: 22px;
		padding: 4px 10px;
	}

	.staff {
		padding: 56px 30px 0;
	}

	.staff .box-ceo {
		padding: 74px 15px 45px;
	}

	#footer {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 768px) {
	h2,
	.h2 {
		margin: 0 0 17px;
	}

	.btn {
		min-width: 230px;
	}

	.visible-xs {
		display: none;
	}

	#header .header-holder {
		text-align: center;
	}

	#header .header-holder:after {
		vertical-align: middle;
	}

	#header .header-holder .container {
		vertical-align: middle;
		padding: 132px 15px 100px;
	}

	#header .newsletter-wrap {
		min-height: 114px;
	}

	#header .idea-share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 27px 20px;
	}

	#header .idea-share .btn {
		margin: 0 0 0 15px;
	}

	#header .idea-share .title {
		margin: 0 5px 0 0;
	}

	#header .newsletter-area .note {
		font-size: 26px;
		line-height: 32px;
		height: 142px;
		top: -122px;
	}

	#header .newsletter-area .note p {
		letter-spacing: .5px;
	}

	#header .form-newsletter {
		letter-spacing: -.32em;
		padding: 22px 20px;
	}

	#header .form-newsletter > * {
		letter-spacing: 0;
	}

	#header .form-newsletter .btn-block {
		display: inline-block;
		vertical-align: top;
		width: calc(22% - 16px);
		margin: 5px 8px;
	}

	#header .form-newsletter .btn {
		max-width: inherit;
	}

	#header .form-newsletter .input-group {
		margin: 5px 8px;
		width: calc(39% - 16px);
		padding: 12px 15px 12px 51px;
	}

	#header .form-newsletter .input-group i {
		left: 21px;
	}

	#header .box-thanks-message {
		text-align: left;
		padding: 44px 3% 22px 7.3%;
	}

	#header .box-thanks-message .img-area {
		display: inline-block;
		vertical-align: top;
		margin: -68px 9% 0 0;
	}

	#header .box-thanks-message .message {
		display: inline-block;
		vertical-align: top;
		max-width: 70%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.nav-holder {
		padding: 0 55px;
		top: 34px;
		min-height: 60px;
	}

	.nav-holder .close {
		width: 30px;
		height: 30px;
		right: 88px;
		margin: 0 0 0 5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-holder .close img {
		width: 16px;
	}

	.nav-holder .close .sec {
		width: 13px;
	}

	.nav-holder .btn {
		left: auto;
		right: 6px;
		min-width: 80px;
		padding: 7px;
		font-size: 14px;
		line-height: 18px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-active #nav ul {
		padding: 20px 10px;
	}

	#nav {
		position: relative;
		overflow: visible;
		left: auto;
		top: auto;
		right: auto;
		max-height: none;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
	}

	#nav ul {
		background: rgba(0, 0, 0, .93);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 1px;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: padding .25s linear;
		transition: padding .25s linear;
		max-width: 515px;
		margin: 0 auto;
		padding: 0 10px;
		border-radius: 30px;
		font-size: 13px;
		line-height: 16px;
	}

	#nav ul li {
		padding: 0 6px;
		text-align: left;
	}

	#nav ul li:before {
		background: rgba(255, 255, 255, .31);
		width: 1px;
		top: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		content: "";
	}

	.container {
		padding: 0 15px;
	}

	.head {
		margin: 0 0 46px;
	}

	.section {
		padding: 35px 0 55px;
	}

	.section-about {
		padding-left: 0;
		padding-right: 0;
	}

	.section-about .head {
		margin: 0 0 14px;
	}

	.section-about .holder {
		display: block;
	}

	.section-about .img-area {
		float: left;
		width: 213px;
		margin: 23px 8% 0 9.2%;
		height: 213px;
	}

	.section-about .img-area img {
		margin: -28px auto 0;
	}

	.section-about .text-box {
		padding: 20px 20px 0 0;
		float: right;
		width: 53%;
	}

	.btn-play {
		width: 105px;
		height: 105px;
		font-size: 32px;
		right: -46px;
	}

	.section-features {
		margin: 0 0 73px;
	}

	.section-features .img-area {
		position: absolute;
		left: auto;
		top: auto;
		right: 0;
		bottom: -78px;
		width: 43.5%;
		margin: 0;
	}

	.section-features .img-area img {
		margin: 0;
	}

	.section-features .features-list {
		color: #262626;
		border-radius: 5px;
		overflow: hidden;
	}

	.section-features .features-list h3 {
		letter-spacing: 0;
	}

	.section-features .features-list li a {
		padding: 25px 47% 25px 30px;
		margin: 0;
	}

	.section-features .features-list li a:focus i,
	.section-features .features-list li a:focus .icon,
	.section-features .features-list li a:hover i,
	.section-features .features-list li a:hover .icon {
		background: none;
		border-color: rgba(255, 12, 100, .79);
		color: #ff0c64;
	}

	.section-features .features-list li a p {
		color: #262626;
	}

	.section-features .features-list li.active i,
	.section-features .features-list li.active .icon {
		background: none;
		border-color: rgba(255, 12, 100, .79);
		color: #ff0c64;
	}

	.section-features .features-list i,
	.section-features .features-list .icon {
		width: 60px;
		height: 60px;
		font-size: 27px;
		border-color: rgba(0, 0, 0, .79);
		line-height: 59px;
		margin: 0 37px 0 0;
	}

	.section-features .features-list i.icon-chat,
	.section-features .features-list .icon.icon-chat {
		font-size: 24px;
	}

	.section-features .features-list i.icon-communication,
	.section-features .features-list .icon.icon-communication {
		font-size: 30px;
	}

	.section-features .features-list i.icon-hand,
	.section-features .features-list .icon.icon-hand {
		font-size: 28px;
	}

	.section-features .features-list .border:before {
		content: "";
	}

	.section-features .features-list .text-box {
		width: calc(100% - 100px);
	}

	.newsletter .newsletter-wrap {
		margin: 5px 0 0;
		border-radius: 5px;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.newsletter .box-newsletter {
		padding: 60px 30px;
	}

	.newsletter .box-newsletter {
		padding: 56px 55px;
	}

	.newsletter .box-newsletter .input-group {
		width: calc(100% - 205px);
	}

	.newsletter .box-newsletter .input-group i {
		font-size: 26px;
	}

	.newsletter .box-newsletter .btn-block {
		width: 180px;
		margin: 0 0 0 25px;
	}

	.newsletter .box-newsletter .btn i {
		display: none;
	}

	.newsletter .box-thanks-message {
		text-align: left;
		padding: 44px 3% 22px 7.3%;
	}

	.newsletter .box-thanks-message .img-area {
		display: inline-block;
		vertical-align: top;
		margin: -68px 9% 0 0;
	}

	.newsletter .box-thanks-message .message {
		display: inline-block;
		vertical-align: top;
		max-width: 70%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.staff {
		padding: 59px 15px 25px;
	}

	.staff .logo-area:after {
		left: 0;
		right: 0;
	}

	.staff .logo-area .logo {
		margin-bottom: 12px;
	}

	.staff .box-ceo {
		padding: 85px 3% 45px 6.6%;
	}

	.staff .box-ceo .img-area {
		float: left;
		margin: 0 8.3% 0 0;
	}

	.staff .box-ceo .text-holder {
		overflow: hidden;
		position: relative;
		padding: 5px 0 0 7.7%;
	}

	.staff .box-ceo .text-holder:before {
		position: absolute;
		left: 0;
		top: 20px;
		right: auto;
		bottom: 11px;
		background: #2b2935;
		content: "";
		width: 1px;
	}

	.staff .box-ceo .meta {
		margin-bottom: 16px;
	}

	.staff .box-ceo p {
		margin: 0 0 15px;
	}

	.staff .box-ceo .more {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	.staff .members {
		text-align: left;
	}

	.staff .members .member {
		padding: 30px 10px;
		width: 33.33%;
	}

	.staff .members .member .img-area {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}

	.staff .members .member .text-box {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 120px);
		padding: 10px 0 0;
	}

	.staff .members .member .links {
		position: absolute;
		left: 0;
		top: auto;
		right: 0;
		bottom: -10px;
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		-webkit-transition-property: opacity, background, color, border, visibility;
		transition-property: opacity, background, color, border, visibility;
		white-space: nowrap;
		opacity: 0;
		visibility: hidden;
	}

	.staff .members .member .name {
		color: rgba(225, 225, 225, .41);
	}

	.staff .members .member .name:after {
		margin: 20px 0 0;
	}

	.response {
		font-size: 14px;
		line-height: 20px;
	}

	#footer {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0;
	}

	#footer .contact {
		padding: 24px 0 0;
	}

	#footer .contact:after {
		left: 0;
		right: 0;
		position: absolute;
		left: -9999px;
		top: auto;
		right: -9999px;
		bottom: 0;
		z-index: -1;
		content: "";
		display: block;
		height: 1px;
		background: #302e39;
	}

	#footer .contact h3 {
		text-align: left;
		border-bottom-color: #302e39;
	}

	#footer .contact .contact-list {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#footer .contact .contact-list li {
		width: auto;
		padding-right: 25px;
		min-width: 35.8%;
	}

	#footer .social-networks:after {
		left: 0;
		right: 0;
		background: #302e39;
	}

	#footer .social-networks li a {
		border-color: rgba(97, 97, 97, .41);
	}

	#footer .social-networks li a:before {
		color: rgba(97, 97, 97, .41);
	}

	#footer .site-info {
		text-align: center;
		padding: 30px 0;
	}

	#footer .site-info:after {
		background: #fff;
	}
}

@media (min-width: 1024px) {
	.btn {
		min-width: 257px;
	}

	#header .header-holder h1 {
		font-size: 38px;
		line-height: 45px;
        color: #022d83;
	}

	#header .header-holder .container {
		padding: 132px 15px 107px;
	}

	#header .logo {
		width: 327px;
		margin-bottom: 90px;
	}

	#header .newsletter-wrap {
		min-height: 122px;
	}

	#header .idea-share {
		margin: 0 24px;
		padding: 31px 41px 31px 52px;
	}

	#header .idea-share .title {
		font-size: 36px;
		line-height: 40px;
	}

	#header .newsletter-area {
		margin: 0 24px;
	}

	#header .newsletter-area .note {
		font-size: 34px;
		line-height: 40px;
		height: 182px;
		top: -162px;
	}

	#header .form-newsletter {
		padding: 25px 26px 27px 38px;
	}

	#header .form-newsletter .btn-block {
		width: calc(18% - 16px);
	}

	#header .form-newsletter .input-group {
		width: calc(41% - 16px);
	}

	#header .box-thanks-message {
		margin: 0 24px;
		padding: 44px 3% 22px 7.3%;
	}

	#header .box-thanks-message .message {
		font-size: 34px;
		line-height: 38px;
	}

	.nav-holder {
		padding: 0 70px;
	}

	.nav-holder .close {
		width: 45px;
		height: 45px;
		margin: 0 0 0 8px;
		right: 106px;
	}

	.nav-holder .close img {
		width: 21px;
	}

	.nav-holder .close .sec {
		width: 16px;
	}

	.nav-holder .btn {
		display: block;
		min-width: 90px;
		padding: 10px 15px;
		font-size: 19px;
		line-height: 22px;
		right: 13px;
	}

	#nav ul {
		font-size: 16px;
		line-height: 20px;
		max-width: 720px;
	}

	#nav ul li {
		padding: 0 13px;
	}

	#main {
		padding-top: 50px;
		padding-bottom: 56px;
	}

	.section {
		padding: 45px 0 93px;
	}

	.section-about .text-box {
		padding: 42px 60px 0 0;
		width: 61%;
	}

	.section-features .features-list li a {
		padding: 31px 47% 30px 50px;
	}

	.section-features .features-list i,
	.section-features .features-list .icon {
		width: 81px;
		height: 81px;
		font-size: 38px;
		line-height: 79px;
		margin: 0 70px 0 0;
	}

	.section-features .features-list i.icon-chat,
	.section-features .features-list .icon.icon-chat {
		font-size: 31px;
	}

	.section-features .features-list i.icon-communication,
	.section-features .features-list .icon.icon-communication {
		font-size: 39px;
	}

	.section-features .features-list i.icon-hand,
	.section-features .features-list .icon.icon-hand {
		font-size: 35px;
	}

	.section-features .features-list .border {
		left: 80px;
		margin-left: 25px;
	}

	.section-features .features-list .border:before {
		width: 25px;
	}

	.section-features .features-list .text-box {
		width: calc(100% - 151px);
		padding: 10px 0 0;
	}

	.newsletter .box-newsletter .input-group {
		width: calc(100% - 255px);
		padding-left: 65px;
	}

	.newsletter .box-newsletter .btn-block {
		margin: 0 0 0 35px;
		width: 220px;
	}

	.newsletter .box-thanks-message {
		margin: 0 24px;
		padding: 44px 3% 22px 7.3%;
	}

	.newsletter .box-thanks-message .message {
		font-size: 34px;
		line-height: 38px;
	}

	.staff .logo-area {
		padding: 0 0 37px;
	}

	.staff .members .frame {
		margin: 0 -20px;
		padding: 5px 0 0;
	}

	.staff .members .member {
		padding: 40px 20px;
	}

	.staff .members .member .img-area {
		margin: 0 35px 0 0;
	}

	.staff .members .member .text-box {
		width: calc(100% - 135px);
		padding: 27px 0 0;
	}

	.staff .members .member .name {
		margin: 0 0 25px;
	}

	#footer .contact .contact-list {
		margin: 0 -20px 0 -102px;
		padding: 27px 0 24px;
	}

	#footer .contact .contact-list li {
		padding: 17px 25px 17px 108px;
	}

	#footer .contact .contact-list i {
		margin: 0 49px 0 0;
		font-size: 27px;
	}

	#footer .contact .contact-list i.icon-location {
		font-size: 33px;
	}

	#footer .social-networks {
		margin: 0 -20px;
		padding: 31px 0;
	}

	#footer .social-networks li {
		padding: 5px 20px;
	}

	#footer .site-info {
		padding: 36px 0;
	}
}

@media (min-width: 1400px) {
	#header .header-holder h1 {
		margin: 0 0 97px;
		font-size: 45px;
		line-height: 55px;
	}

	#header .header-holder .container .btn {
		min-width: 285px;
	}

	#header .animate-holder {
		margin-bottom: 70px;
	}

	.nav-holder .close {
		right: 10px;
		margin: 0 0 0 5px;
		width: 54px;
		height: 54px;
	}

	.nav-holder .btn {
		padding: 13px 20px;
		min-width: 100px;
		font-size: 21px;
		line-height: 25px;
		right: -100px;
	}

	#nav ul {
		max-width: 967px;
	}

	#nav ul li {
		padding: 0 46px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.newsletter .box-newsletter .btn {
		font-size: 0;
		line-height: 0;
		white-space: nowrap;
	}
}

@keyframes slide-right {
	0% {
		opacity: 0;
	}

	0% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slide-right {
	0% {
		opacity: 0;
	}

	0% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		opacity: 1;
	}
}

@keyframes slide-left {
	0% {
		opacity: 0;
	}

	0% {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slide-left {
	0% {
		opacity: 0;
	}

	0% {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

