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

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?hr9hjx");
	src: url("../fonts/icomoon.eot?hr9hjx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hr9hjx") format("truetype"), url("../fonts/icomoon.woff?hr9hjx") format("woff"), url("../fonts/icomoon.svg?hr9hjx#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;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
	font: 14px/1.2 "open_sansbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	color: #7acfd0;
	border: 1px solid #7acfd0;
	border-radius: 5px;
	padding: 12px 41px;
	min-width: 163px;
	text-align: center;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.btn:hover {
	text-decoration: none;
	background: #7acfd0;
	color: #fff;
}

.btn.bermuda {
	background: #7acfd0;
	color: #fff;
}

.btn.bermuda:hover {
	background: none;
	color: #7acfd0;
}

.btn.orange-border {
	border-color: #fca92d;
	color: #fca92d;
	border-radius: 0;
	padding: 10px 41px;
}

.btn.orange-border:hover {
	background: #fca92d;
	color: #3d4045;
}

.btn.lg {
	font-size: 16px;
	padding: 16px 57px;
	border-radius: 8px;
}

.btn-play-video {
	display: inline-block;
	vertical-align: top;
	color: #7acfd0;
	text-decoration: none;
	z-index: 1;
	font-size: 90px;
	line-height: 1;
}

.btn-play-video:before {
	display: block;
}

.btn-play-video:hover {
	color: #fff;
	text-decoration: none;
}

.clearfix:after,
.wrap:after,
.vertical-data-boxes .heading:after {
	content: " ";
	display: table;
	clear: both;
}

.nav-drop ul,
.vertical-lines-circles,
.vertical-lines,
.social-networks,
.footer-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	height: 100%;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #808080;
	background: #fff;
	font: 16px/1.2 "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	width: 100%;
	/*display: table;*/
	table-layout: fixed;
}

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

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

.resize-active #nav,
.resize-active .nav-drop,
.resize-active #header {
	-webkit-transition: none !important;
	transition: none !important;
}

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,
.h1 {
	font-size: 30px;
}

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

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: #7acfd0;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

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

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

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

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

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

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;
	outline: none;
}

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

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

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

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

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

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

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*display: table-cell;*/
}

.wrap {
	max-width: 1171px;
	padding: 0 15px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media (max-width: 1023px) {
.bg-video {
	 display: none !important;
}
	}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 21px 0 20px;
	z-index: 5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#header:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	opacity: 0;
	background: #7acfd0;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}


.header-fixed-override #header {
	position: fixed;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-fixed #header{
	position: fixed;
	top: 0;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    padding: 9px 0px 8px;
}

.header-fixed #header:after, .header-fixed-override #header:after {
	opacity: 1;
}

.logo {
	float: left;
	width: 172px;
}

.logo img {
	display: block;
}

.nav-drop {
	text-align: right;
}

.nav-drop ul {
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

.nav-drop ul > * {
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}

.nav-drop li {
	font: 600 13px/1.2 "open_sansbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	padding: 0 2px;
}

.nav-drop li:last-child ul {
	width: auto;
}

.nav-drop a {
	border: 2px solid transparent;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 13px 10px;
	text-decoration: none;
	position: relative;
}

.nav-drop .icon-lock {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	margin: -2px 8px -2px 0;
}

.nav-drop .hover > a {
	border-color: #fff;
}

.nav-drop .hover .sub-menu {
	display: block;
}

.nav-drop .sub-menu {
	position: absolute;
	top: 100%;
	left: 2px;
	width: 270px;
	padding: 29px 0 0;
	display: none;
	z-index: 5;
}

.nav-drop .sub-menu ul {
	border: 1px solid #bfbcbc;
	background: #fff;
	padding: 9px 0 7px;
	width: 100%;
}

.nav-drop .sub-menu li {
	font-family: "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
	display: block;
	padding: 11px 20px 12px;
}

.nav-drop .sub-menu a {
	display: inline;
	color: #444;
	border: none;
	padding: 0;
}

.nav-drop .sub-menu a:hover {
	color: #007cc2;
}

.sub-opener {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 5px;
	margin: -13px 13px;
	font-size: 16px;
	display: none;
}

.sub-opener:hover {
	color: #000;
}

.sub-opener:after {
	content: "\e900";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-box {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 8px 0 9px 5px;
}

.search-box .search-drop {
	position: absolute;
	top: 100%;
	right: 0;
	width: 331px;
	margin: 30px 0 0;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	visibility: hidden;
	opacity: 0;
}

.search-box .search-opener {
	padding: 5px 0;
	border: none;
}

.search-box .search-opener:hover {
	color: #007cc2;
}

.search-box.search-active .search-drop {
	opacity: 1;
	visibility: visible;
}

.search-form {
	padding: 0 57px 0 0;
	border: 1px solid #bfbcbc;
}

.search-form button {
	position: absolute;
	top: 1px;
	right: 1px;
	border: none;
	color: #fff;
	background: #bfbcbc;
	width: 57px;
	height: 56px;
	padding: 10px;
}

.search-form button:hover {
	background: #faa83d;
}

.search-form input[type="search"] {
	border: none;
	width: 100%;
	height: 56px;
}

#nav {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: -3px 0 0;
}

.nav-opener {
	float: right;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 3px;
	display: none;
	margin: 0 -8px 0 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

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

.nav-active .nav-drop {
	max-height: 4000px;
}

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

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.promo-block {
	text-align: center;
	background: #7acfd0;
	color: #fff;
	position: relative;
}

.promo-block .promo-holder {
	padding: 79px 0 78px;
	position: relative;
	z-index: 1;
}

.promo-block .sub-title {
	font: 33px/1.2 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 2.25em;
}

.promo-block.hero .bg-video:after,
.promo-block.hero .bg-stretch:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.promo-block.hero .promo-holder {
	padding: 44px 0 129px;
}

.promo-block.hero h1 {
	font-family: "robotothin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 .2em;
}

.promo-block.hero .sub-title {
	font-family: "robotolight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 1.3em;
}

.promo-block.hero .btn {
	margin: 0 15px;
}

.promo-block.hero .btn:hover {
	background: #fff;
	border-color: #fff;
}


		.promo_hr{
			background-color: #7acfd0;
			text-align: center;
			vertical-align: middle;
			line-height: 50px;
			padding: 10px 0px;
			}
			.promo_hr span{
				display: inline-block;
				color: #FFF;
				vertical-align: middle;
				margin-right: 20px;
			    font-weight: 600;
				}
			.promo_hr .btn{
				background-color: #FFF;
				color: #7acfd0;
				cursor: pointer;
				vertical-align: middle;
			    font-weight: 600;
				}
				.promo_hr .btn:hover{
					background-color: transparent;
					border-color: #FFF;
					color: #FFF;
					}
		.btn-video{
			position: relative;
			padding-right: 60px;
			}
			.btn-video:after{
				content:"\e908";
				/*content:"\f01d";*/
			    font-family: "icomoon" !important;
				font-size: 26px;
				position: absolute;
				right: 15px;
				top: 5px;
				height: 30px;
				width: 30px;
				line-height: 30px;
				text-align: center;
			}




h1 {
	font: 79px/1.2 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 .25em;
}

.vertical-lines-circles {
	text-align: center;
	height: 400px;
	position: relative;
}

.vertical-lines-circles li {
	width: 2px;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 50%;
	height: 127px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 32px -39px;
}

.vertical-lines-circles li:after {
	position: absolute;
	top: 100%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 32px;
	height: 32px;
	content: "";
	margin: 0 -16px;
	border-radius: 50%;
	border: 2px solid #e6e6e6;
}

.vertical-lines-circles .pos01 {
	height: 64px;
}

.vertical-lines-circles .pos02 {
	margin-left: -134px;
}

.vertical-lines-circles .pos03 {
	margin-left: -242px;
	height: 192px;
}

.vertical-lines-circles .pos04 {
	margin-left: -352px;
	height: 273px;
}

.vertical-lines-circles .pos05 {
	margin-left: -417px;
}

.vertical-lines-circles .pos06 {
	margin-left: -565px;
	height: 207px;
}

.vertical-lines-circles .pos07 {
	margin-left: -713px;
}

.vertical-lines-circles .pos08 {
	margin-left: 84px;
}

.vertical-lines-circles .pos09 {
	margin-left: 179px;
	height: 202px;
}

.vertical-lines-circles .pos10 {
	margin-left: 238px;
	height: 54px;
}

.vertical-lines-circles .pos11 {
	margin-left: 365px;
}

.vertical-lines-circles .pos12 {
	margin-left: 492px;
	height: 243px;
}

.vertical-lines-circles .pos13 {
	margin-left: 622px;
}

.vertical-lines-circles .pos14 {
	margin-left: 711px;
	height: 39px;
}

h2 {
	font: 54px/1 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h3 {
	font: 22px/1.2 "open_sansbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.items-line-area {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 1px 0 0;
	margin: -80px 0 0;
}

.items-line-area:after {
	position: absolute;
	top: 1px;
	right: auto;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: auto;
	content: "";
	background: #7acfd0;
	opacity: 0;
}

.items-line-area .wrap {
	max-width: 1100px;
	position: relative;
	z-index: 1;
}

.items-line-area h2 {
	text-transform: uppercase;
	margin: 0 0 .23em;
	color: #7acfd0;
}

.items-line-area h3 {
	text-transform: uppercase;
	margin: 0 0 .25em;
	color: #7acfd0;
}

.items-line-area i {
	font-size: 84px;
	color: #7acfd0;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 70px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
}

.items-line-area p {
	margin: 0 0 1.4em;
}

.items-line-area .item {
	background: #fff;
	padding: 10px 0 21px;
	margin: 0 0 122px;
	position: relative;
	z-index: 1;
}

.items-line-area .item:last-child {
	padding-bottom: 0;
}

.items-line-area .item:last-child:after {
	display: none;
}

.items-line-area .horizontal-lines {
	padding: 21px 0;
	position: relative;
	background: none;
	margin: 0;
}

.items-line-area .horizontal-lines:after,
.items-line-area .horizontal-lines:before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 66px;
	height: 2px;
	content: "";
	margin: 0 -33px;
	z-index: 2;
	background: #7acfd0;
}

.items-line-area .horizontal-lines:after {
	top: auto;
	bottom: 0;
}

.items-line-area .horizontal-lines .item-holder {
	display: inline-block;
	vertical-align: top;
	padding: 21px 365px;
	margin: -21px 0;
	position: relative;
}

.items-line-area .horizontal-lines .item-holder:after {
	position: absolute;
	top: 2px;
	right: auto;
	bottom: 2px;
	left: 50%;
	width: 20px;
	height: auto;
	content: "";
	margin: 0 -9px;
	background: #fff;
}

.items-line-area .horizontal-lines .frame {
	position: relative;
	z-index: 1;
}

.items-line-area .horizontal-lines .gray-holder {
	padding: 21px 0;
}

.items-line-area .item-frame:after {
	position: absolute;
	top: 2px;
	right: auto;
	bottom: 2px;
	left: 50%;
	width: 20px;
	height: auto;
	content: "";
	z-index: 0;
	margin: 0 -9px;
	background: #fff;
}

.items-line-area .item-frame .img-box {
	margin: 0;
}

.items-line-area .img-box {
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.items-line-area .photo-box,
.items-line-area .brain-box {
	position: absolute;
	bottom: -120px;
	left: 66px;
}

.items-line-area .photo-box img,
.items-line-area .brain-box img {
	position: relative;
	z-index: -1;
}

.items-line-area .brain-box {
	left: auto;
	right: 0;
	bottom: 94px;
	padding: 30px 58px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.items-line-area .brain-box .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 44px;
	background: #7acfd0;
	opacity: 0;
}

.items-line-area .brain-box .arrow:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 16px;
	height: 16px;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #7acfd0;
	margin: 0 -7px;
	border-width: 2px 0 0 2px;
}

.items-line-area .brain-box .arrow.pos01 {
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	margin: -109px -57px;
}

.items-line-area .brain-box .arrow.pos02 {
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	margin: -104px 52px;
}

.items-line-area .brain-box .arrow.pos03 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -30px 102px;
}

.items-line-area .brain-box .arrow.pos04 {
	-webkit-transform: rotate(137deg);
	-ms-transform: rotate(137deg);
	transform: rotate(137deg);
	margin: 41px 80px;
}

.items-line-area .brain-box .arrow.pos05 {
	-webkit-transform: rotate(-113deg);
	-ms-transform: rotate(-113deg);
	transform: rotate(-113deg);
	margin: 16px -78px;
}

.items-line-area .chart-box {
	margin: -14px 0 -4px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.items-line-area .chart-box:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 10px;
	height: 23px;
	content: "";
	z-index: 1;
	margin: 89px -4px;
	background: #fff;
	-webkit-transform: skewY(30deg);
	-ms-transform: skewY(30deg);
	transform: skewY(30deg);
}

.items-line-area .chart-box:before {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 19px;
	content: "";
	z-index: 10;
	background: #7acfd0;
}

.items-line-area .bg-gray {
	position: relative;
	z-index: inherit;
	background: none;
	padding: 0 0 190px;
	margin: 0;
}

.items-line-area .bg-gray:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	content: "";
	background: #f9f9f9;
}

.items-line-area .bg-gray i {
	background: #f9f9f9;
}

.items-line-area .bg-gray .horizontal-lines {
	padding: 0;
	margin: 0 0 30px;
}

.items-line-area .gray-holder {
	background: #f9f9f9;
	padding: 15px 0 21px;
	position: relative;
	z-index: 1;
}

.items-line-area .icon-box {
	padding: 0 0 46px;
}

.items-line-area .icon-box.bg-gray {
	padding: 112px 0 46px;
}

.items-line-area .icon-box i {
	margin: 0;
}

.items-line-area-line {
	position: absolute;
	top: 30px;
	right: auto;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 0;
	background: #7acfd0;
}

.dashed-line {
	position: absolute;
	top: 50%;
	left: -160px;
	border: dashed #7acfd0;
	border-width: 0 0 2px;
	width: 150px;
	margin: 16px 5px;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	display: none;
}

.dashed-line.arrow {
	right: auto;
	left: 100%;
	width: 188px;
	margin: 16px 0;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	display: none;
}

.dashed-line.arrow:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 14px;
	height: 14px;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #7acfd0;
	margin: -6px -6px;
	border-width: 2px 2px 0 0;
}

.videoarea {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px;
}

.videoarea:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .54);
}

.videoarea iframe {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

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

.vertical-lines {
	height: 460px;
	position: relative;
	margin: -250px 0 0;
	z-index: 1;
}

.vertical-lines li {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 178px;
	padding: 0 0 0 23px;
	background: #fff;
	border: solid #f9f9f9;
	border-width: 0 23px 0 0;
}

.vertical-lines .pos01 {
	margin: 20px -62px;
}

.vertical-lines .pos02 {
	margin: 21px -139px;
	height: 42px;
}

.vertical-lines .pos03 {
	margin: 0 -219px;
	height: 226px;
}

.vertical-lines .pos04 {
	margin: 30px -297px;
	height: 256px;
}

.vertical-lines .pos05 {
	margin: 24px -375px;
	height: 136px;
}

.vertical-lines .pos06 {
	margin: 26px -454px;
	height: 248px;
}

.vertical-lines .pos07 {
	margin: 28px -533px;
	height: 62px;
}

.vertical-lines .pos08 {
	margin: 14px -611px;
	height: 286px;
}

.vertical-lines .pos09 {
	margin: 51px -690px;
	height: 326px;
}

.vertical-lines .pos10 {
	margin: 19px -769px;
	height: 214px;
}

.vertical-lines .pos11 {
	height: 134px;
	margin: 22px 16px;
}

.vertical-lines .pos12 {
	height: 285px;
	margin: 15px 94px;
}

.vertical-lines .pos13 {
	height: 189px;
	margin: 20px 172px;
}

.vertical-lines .pos14 {
	height: 41px;
	margin: 20px 250px;
}

.vertical-lines .pos15 {
	height: 177px;
	margin: 22px 328px;
}

.vertical-lines .pos16 {
	height: 294px;
	margin: -2px 407px;
}

.vertical-lines .pos17 {
	height: 456px;
	margin: 17px 484px;
}

.vertical-lines .pos18 {
	height: 422px;
	margin: -30px 563px;
}

.vertical-lines .pos19 {
	height: 260px;
	margin: -61px 642px;
}

.vertical-lines .pos19 {
	height: 260px;
	margin: -61px 642px;
}

.vertical-lines .pos20 {
	height: 459px;
	margin: -56px 720px;
}

.items-block {
	background: #7acfd0;
	text-align: center;
	padding: 13px 0 16px;
	position: relative;
	overflow: hidden;
}

.items-block:after {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: "";
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, .5);
}

.items-block .holder {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px;
}

.items-block .holder > * {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}

.items-block .item {
	width: 33.3333%;
	padding: 15px;
}

.items-block .frame {
	background: #fff;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.items-block h3 {
	text-transform: uppercase;
	margin: 0 0 1px;
	color: #7acfd0;
}

.items-block img {
	width: 100%;
	max-width: none;

}

.items-block .img-box {
	position: relative;
}

.items-block .img-box:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";


}

.items-block .img-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.items-block .img-box:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.items-block .img-box:hover:after {
	opacity: 0;
	visibility: hidden;
}

.items-block p a {
	color: #808080;
}

.items-block .text-box {
	padding: 21px 21px 39px;
}

.signup-block {
	padding: 58px 0 65px;
	font: 32px/1.55 "open_sansbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.signup-block .wrap {
	max-width: 880px;
}

.signup-block b {
	font: 33px/1.55 "open_sansextrabold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #7acfd0;
}

.signup-block p {
	margin: 0 0 .45em;
}

.signup-form input {
	font: 22px/1.2 "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 4px 4px 4px;
	border: dashed #ededec;
	border-width: 0 0 1px;
	width: 242px;
	color: #808080;
}

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

.signup-form input::-moz-placeholder {
	opacity: 1;
	color: #b8b6b4;
}

.signup-form input:-moz-placeholder {
	color: #b8b6b4;
}

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

.signup-form input.placeholder {
	color: #b8b6b4;
}

#footer {
	overflow: hidden; /*for FF on Windows 7*/
	/*display: table-footer-group;*/
	height: 1%;
}

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks > * {
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}

.social-networks li {
	padding: 0 4px;
}

.social-networks a {
	color: #808080;
	text-decoration: none;
}

.social-networks a:hover {
	color: #7acfd0;
}

.footer-holder {
	background: #3d4045;
	color: #808080;
	padding: 42px 0 25px;
	overflow: hidden;
	position: relative;
}

.footer-holder:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 0;
	content: "";
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, .5);
}

.footer-holder .wrap {
	max-width: 1126px;
}

.footer-holder .logo {
	width: 160px;
	float: none;
}

.footer-holder .social-networks {
	margin: 0 0 0 -4px;
	padding: 22px 0 0;
}

.footer-holder .social-networks li {
	margin: 0;
}

.footer-holder ul li {
	margin: 0 0 4px;
}

.footer-holder a {
	color: #808080;
	text-decoration: none;
}

.footer-holder a:hover {
	color: #7acfd0;
}

.footer-holder .columns {
	overflow: hidden;
}

.footer-holder .columns .holder {
	font-size: 0;
	line-height: 0;
	margin: 0 -24px;
}

.footer-holder .columns .holder > * {
	font-size: 14px;
	line-height: 1.7;
	display: inline-block;
	vertical-align: top;
}

.footer-holder .columns .col {
	width: 25%;
	padding: 16px 24px;
}

.footer-holder .columns .col:last-child {
	text-align: center;
}

.footer-holder .columns .btn {
	width: 100%;
	max-width: 251px;
}

.footer-holder address {
	display: block;
	font-style: normal;
}

.footer-holder .tel-holder {
	font: 16px/1.2 "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 17px 0 0;
}

.footer-holder .tel-holder a {
	color: #d5d6d7;
}

.footer-holder .tel-holder a:hover {
	color: #7acfd0;
}

.items-area {
	font-size: 0;
	line-height: 0;
	color: #fff;
	position: relative;
	padding: 0 50% 0 0;
}

.items-area > * {
	font-size: 18px;
	line-height: 1.25;
	display: inline-block;
	vertical-align: top;
}

.items-area .bg-stretch {

}

.items-area .bg-stretch:after {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .50);
	-webkit-transition: all .20s linear;
	transition: all .20s linear;
}

.items-area .item {
	text-align: center;
	position: relative;
	width: 50%;
	height: 226px;
}

.items-area .item:hover .bg-stretch {
	-webkit-filter: none;
	filter: none;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.items-area .item:hover .bg-stretch:after {
	background: rgba(0, 0, 0, .45);
}

.items-area .item .center {
	max-width: 330px;
	margin: 0 auto;
}

.items-area .item.large {
	width: 50%;
	min-height: 452px;
	position: absolute;
	top: 0;
	right: 0;
	font: 39px/1.22 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.items-area .item.large .center {
	max-width: 600px;
}

.items-area .item.large .img-box {
	margin: 0 0 37px;
}

.items-area .item.large .btn-play-video {
	margin: 0 0 29px;
}

.items-area .item.large p {
	margin: 0;
}

.items-area .box-holder {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.items-area .box-holder > * {
	display: table-cell;
	vertical-align: middle;
}

.items-area .text-box {
	padding: 15px;
}

.items-area p {
	margin: 0 0 1.1em;
}

.items-area p a {
	color: #fff;
}

.items-area h3 {
	color: #7acfd0;
	text-transform: uppercase;
	margin: 0 0 .22em;
}

.vertical-data-boxes {
	text-align: center;
	padding: 125px 0 144px;
}

.vertical-data-boxes .wrap {
	max-width: 1256px;
}

.vertical-data-boxes h2 {
	font: 79px/1.2 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 .26em;
}

.vertical-data-boxes .sub-title {
	font: 33px/1.2 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 .26em;
	display: block;
}

.vertical-data-boxes .heading {
	margin: 0 0 4.35em;
}

.spin-block {
	margin: 0 0 150px;
}

.data-boxes {
	font-size: 0;
	line-height: 0;
}

.data-boxes > * {
	font-size: 24px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
}

.data-boxes .item-box {
	width: 20%;
	padding: 0 41px;
	text-align: center;
	position: relative;
	min-height: 410px;
}

.data-boxes .item-box:after,
.data-boxes .item-box:before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 80px;
	content: "";
	z-index: 1;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.data-boxes .item-box:before {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.data-boxes .marquee-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 40px;
}

.d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 10px;
	width: 162px;
	height: 162px;
	background: rgba(255, 255, 255, .8);
	margin: -81px;
	display: table;
}

.d-box span {
	display: table-cell;
	vertical-align: middle;
}

.d-box.red {
	color: #39b54a;
	border-color: #39b54a;
}

.d-box.blue {
	color: #00aeef;
	border-color: #00aeef;
}

.d-box.orange {
	color: #ffc60b;
	border-color: #ffc60b;
}

.d-box.purple {
	color: #ed1c24;
	border-color: #ed1c24;
}

.d-box.green {
	color: #86328c;
	border-color: #86328c;
}

.squares-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.squares-block .d-box {
	background: none;
	margin: -81px;
}

.squares-block .d-box span {
	display: none;
}

.squares-block .red {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.squares-block .blue {
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
}

.squares-block .orange {
	-webkit-transform: rotate(85deg);
	-ms-transform: rotate(85deg);
	transform: rotate(85deg);
}

.squares-block .purple {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.squares-block .green {
	-webkit-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	transform: rotate(27deg);
}

.squares-block .marquee-box {
	display: none;
}

.squares-block .item-box {
	height: auto;
	width: 20%;
	padding: 0;
}

.squares-block .item-box:after,
.squares-block .item-box:before {
	display: none;
}

.marquee-box {
	font: 15px/1.2 "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 20px;
}

.marquee-box p {
	margin: 0;
}

.bermuda-block {
	padding: 90px 0 111px;
	background: #7acfd0;
	color: #fff;
	margin: 0 0 158px;
}

.bermuda-block .heading {
	margin: 0 0 5.65em;
}

.data-squares {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 30px 410px 60px;
	height: 310px;
	margin: 55px auto 90px;
	max-width: 820px;
}

.data-squares .img-box {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.data-squares .text {
	font-size: 24px;
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 16px;
}

.data-squares .text:after,
.data-squares .text:before {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 100%;
	width: 24px;
	height: 1px;
	content: "";
	background: #fff;
}

.data-squares .text:before {
	width: 130px;
	margin: 17px 22px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.data-squares .text i {
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: -3px 0;
}

.data-squares .text.right {
	left: auto;
	right: 0;
}

.data-squares .text.right:after,
.data-squares .text.right:before {
	left: auto;
	right: 100%;
}

.data-squares .text.right i {
	left: 0;
	right: auto;
}

.data-squares .pos1 {
	margin: 47px 10px;
}

.data-squares .pos2 {
	margin: 8px 88px;
}

.data-squares .pos2:before {
	-webkit-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
	transform: rotate(-34deg);
	margin: 18px;
	width: 66px;
}

.data-squares .pos3 {
	margin: 110px -175px;
}

.data-squares .pos3:before {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin: 8px 22px;
	width: 183px;
}

.data-squares .pos4 {
	top: auto;
	bottom: 0;
	margin: 16px -90px;
}

.data-squares .pos4:before {
	-webkit-transform: rotate(-28deg);
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg);
	margin: -31px 15px;
	width: 135px;
}

.data-squares .pos5 {
	top: auto;
	bottom: 0;
	margin: 7px -86px;
}

.data-squares .pos5:before {
	-webkit-transform: rotate(29deg);
	-ms-transform: rotate(29deg);
	transform: rotate(29deg);
	margin: -34px 15px;
	width: 140px;
}

.items-line-area .photo-box {
	overflow: hidden;
}

.items-line-area .photo-box img {
	top: 400px;
}

.squares-block-item .red {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.squares-block-item .blue {
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
}

.squares-block-item .orange {
	-webkit-transform: rotate(85deg);
	-ms-transform: rotate(85deg);
	transform: rotate(85deg);
}

.squares-block-item .purple {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.squares-block-item .green {
	-webkit-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	transform: rotate(27deg);
}

.squares-block .item-box {
	padding: 0;
}

.squares-block-item .item-box {
	height: auto;
	width: auto;
	padding: 0; /*position: static;*/
}

.squares-block-item .item-box:after,
.squares-block-item .item-box:before {
	display: none;
}

.bermuda-color {
	background: #7acfd0;
	color: #fff;
}

.data-squares .text {
	opacity: 0;
}

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

.icon-data,
.icon-man,
.icon-graph {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

@media (max-width: 1199px) {
	.nav-drop .hover > a {
		background: rgba(0, 0, 0, .03);
	}

	.nav-drop .sub-menu {
		width: 250px;
	}

	.data-squares .pos3 {
		margin: 118px -85px;
	}

	.data-squares .pos3:before {
		margin: 4px 22px;
		width: 93px;
	}
}

@media (max-width: 1023px) {
	#header {
		position: relative !important;
		box-shadow: none !important;
		background: #7acfd0;
		padding: 10px 0;
	}

	.header-offset {
		padding-top: 0 !important;
	}

	.nav-drop {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: left;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .35s linear;
		transition: all .35s linear;
	}

	.nav-drop ul {
		display: block;
	}

	.nav-drop li {
		display: block;
		padding: 0;
		border-bottom: 1px solid rgba(128, 128, 128, .2);
	}

	.nav-drop a {
		color: #444;
		border: none;
		padding: 20px 50px 18px 20px;
	}

	.nav-drop .hover .sub-menu {
		display: none;
	}

	.nav-drop .sub-menu {
		position: static;
		width: 100%;
		padding: 0;
	}

	.nav-drop .sub-menu ul {
		border-color: rgba(128, 128, 128, .2);
		border-width: 1px 0 0;
		text-transform: none;
		padding: 0;
	}

	.nav-drop .sub-menu li {
		border: none;
		padding: 0;
		font-size: 12px;
	}

	.nav-drop .sub-menu a {
		display: block;
		padding: 12px 15px 12px 30px;
	}

	.nav-drop .sub-menu a:hover {
		color: #444;
	}

	.sub-opener {
		display: block;
	}

	.search-box {
		display: block;
		padding: 10px;
	}

	.search-box .search-drop {
		position: relative;
		visibility: visible;
		opacity: 1;
		margin: 0;
		width: 100%;
	}

	.search-box .search-opener {
		display: none;
	}

	.search-form button {
		height: 40px;
		width: 40px;
	}

	.search-form input[type="search"] {
		height: 40px;
	}

	#nav {
		background: #fff;
		display: block;
		margin: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .35s linear;
		transition: all .35s linear;
	}

	.nav-opener {
		display: block;
	}

	.promo-block .promo-holder {
		padding: 50px 0;
	}

	.promo-block .sub-title {
		font-size: 26px;
		margin: 0 0 1em;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 45px;
	}

	h3 {
		font-size: 20px;
	}

	.items-line-area .horizontal-lines .item-holder {
		padding: 21px 250px;
	}

	.items-line-area .photo-box,
	.items-line-area .brain-box {
		left: 0;
	}

	.items-line-area .brain-box {
		bottom: 95px;
		left: auto;
	}

	.dashed-line {
		width: 93px;
	}

	.dashed-line.arrow {
		width: 69px;
	}

	.items-block .holder {
		margin: 0 -10px;
	}

	.items-block .item {
		padding: 10px;
	}

	.items-block .text-box {
		padding: 20px 15px;
	}

	.signup-block {
		font-size: 27px;
		padding: 25px 0 30px;
	}

	.signup-block b {
		font-size: 28px;
	}

	.signup-form input {
		width: 215px;
	}

	.footer-holder {
		padding: 30px 0 15px;
	}

	.footer-holder .columns .holder {
		margin: 0 -15px;
	}

	.footer-holder .columns .col {
		width: 50%;
		padding: 10px 15px;
	}

	.footer-holder .columns .col:last-child {
		text-align: left;
	}

	.items-area {
		padding: 0;
	}

	.items-area .item.large {
		position: relative;
		width: 100%;
	}

	.vertical-data-boxes {
		padding: 80px 0;
	}

	.vertical-data-boxes h2 {
		font-size: 62px;
	}

	.vertical-data-boxes .sub-title {
		font-size: 28px;
	}

	.vertical-data-boxes .heading {
		margin: 0 0 2em;
	}

	.spin-block {
		margin: 0 0 80px;
	}

	.data-boxes {
		padding: 50px 0;
	}

	.data-boxes .item-box {
		width: 33.3333%;
		margin: 15px 0;
		min-height: 350px;
	}

	.bermuda-block {
		padding: 50px 0 70px;
		margin: 0 0 60px;
	}

	.bermuda-block .heading {
		margin: 0 0 2.5em;
	}

	.data-squares {
		padding: 30px 250px;
		max-width: 720px;
	}

	.data-squares .text {
		width: 150px;
	}

	.data-squares .text:before {
		margin: 11px 22px;
		width: 88px;
	}

	.data-squares .pos1 {
		margin: 22px 20px;
	}

	.data-squares .pos2 {
		margin: 8px 50px;
	}

	.data-squares .pos2:before {
		margin: 18px;
		width: 66px;
	}

	.data-squares .pos3 {
		margin: 107px 18px;
	}

	.data-squares .pos3:before {
		width: 55px;
		margin: 2px 22px;
	}

	.data-squares .pos4 {
		margin: 23px 28px;
	}

	.data-squares .pos4:before {
		margin: -20px 19px;
		width: 85px;
	}

	.data-squares .pos5 {
		margin: 14px 18px;
	}

	.data-squares .pos5:before {
		margin: -24px 17px;
		width: 100px;
	}

	.dashed-line {
		width: 93px;
		display: none;
	}

	.dashed-line.arrow {
		width: 69px;
		display: none;
	}
}

@media (max-width: 767px) {
	.btn.lg {
		padding: 12px;
		font-size: 14px;
		min-width: 120px;
	}

	.promo-block .promo-holder {
		padding: 20px 0 30px;
	}

	.promo-block .sub-title {
		font-size: 20px;
	}

	.promo-block.hero .promo-holder {
		padding: 50px 0 70px;
	}

	.promo-block.hero .btn {
		margin: 0 5px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	.items-line-area i {
		font-size: 70px;
		margin: 0 0 50px;
	}

	.items-line-area .item {
		margin: 0 0 50px;
	}

	.items-line-area .item:last-child {
		margin: 0;
	}

	.items-line-area .horizontal-lines .item-holder {
		padding: 21px;
	}

	.items-line-area .photo-box,
	.items-line-area .brain-box {
		display: none;
	}

	.items-line-area .bg-gray {
		margin: 0;
	}

	.items-line-area .icon-box.bg-gray {
		padding: 50px 0;
	}

	.dashed-line {
		display: none;
	}

	.items-block {
		padding: 10px 0;
	}

	.items-block .item {
		width: 50%;
	}

	.signup-block {
		font-size: 20px;
	}

	.signup-block b {
		font-size: 24px;
	}

	.signup-form input {
		font-size: 20px;
	}

	.footer-holder .social-networks {
		padding: 12px 0 0;
	}

	.footer-holder .columns .col {
		padding: 5px 15px;
	}

	.footer-holder .columns .col:last-child {
		text-align: center;
	}

	.items-area .item.large {
		font-size: 26px;
		min-height: 400px;
	}

	.items-area .item.large .img-box {
		margin: 0 0 20px;
	}

	.items-area .item.large .btn-play-video {
		font-size: 70px;
	}

	.vertical-data-boxes {
		padding: 30px 0;
	}

	.vertical-data-boxes h2 {
		font-size: 30px;
	}

	.vertical-data-boxes .sub-title {
		font-size: 20px;
	}

	.spin-block {
		margin: 0 0 40px;
	}

	.data-boxes {
		padding: 20px 0;
	}

	.data-boxes .item-box {
		min-height: 250px;
		width: 50%;
	}

	.bermuda-block {
		padding: 40px 0;
		margin: 0 0 30px;
	}

	.data-squares {
		padding: 0;
		height: 330px;
		max-width: 290px;
	}

	.data-squares .img-box {
		width: 230px;
		top: 100px;
	}

	.data-squares .img-box img {
		max-width: none;
		width: 100%;
	}

	.data-squares .text {
		position: relative;
		margin: 0 !important;
		font-size: 12px;
		padding: 10px;
		display: inline-block;
		vertical-align: top;
		width: 90px;
	}

	.data-squares .text:after,
	.data-squares .text:before {
		display: none;
	}

	.data-squares .text:before {
		display: block;
		margin: 0 1px !important;
		left: 50% !important;
		top: 100% !important;
		height: 128px !important;
		width: 1px !important;
		-webkit-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		transform: rotate(0deg) !important;
	}

	.data-squares .text i {
		top: auto;
		bottom: 0;
		margin: 0 -2px;
		left: 50% !important;
		right: auto !important;
	}

	.data-squares .pos1 {
		margin: 22px -23px;
	}

	.data-squares .pos2 {
		margin: 8px -19px;
	}

	.data-squares .pos2:before {
		height: 66px !important;
	}

	.data-squares .pos3:before {
		height: 115px !important;
	}

	.data-squares .pos4 {
		margin: 45px -23px;
	}

	.data-squares .pos4:before {
		height: 13px !important;
	}

	.data-squares .pos5 {
		margin: 0 -20px;
	}

	.data-squares .pos5:before {
		height: 16px !important;
	}

	.items-line-area .photo-box,
	.items-line-area .brain-box,
	.img-box .dashed-line {
		display: none !important;
	}
}

@media (max-width: 479px) {
	.items-block .item {
		width: 100%;
	}

	.footer-holder {
		text-align: center;
		padding: 20px 0;
	}

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

	.footer-holder .columns .col {
		width: 100%;
	}

	.items-area .item {
		width: 100%;
	}

	.data-boxes .item-box {
		width: 100%;
		margin: 10px 0;
	}
}

