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

* {
  border-radius: 0;
  border: 0;
  /*&:focus {
    -moz-outline: none;
  }*/ }

button, a, input {
	
  /*&:focus {
    outline: none !important;
  }*/ }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  line-height: normal;
  overflow: visible;
  padding: 0; }

input, textarea, *[contenteditable=true] {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
  padding: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

ul, menu, dir, p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0; }

/*:focus {
  -moz-outline: 3px solid #fff !important;
}*/
input[type="radio"]:focus {
  /*-moz-outline-radius: 12px !important;
  -moz-outline-offset: 0px !important;*/ }

.navbar-toggle:focus {
  outline: rgba(77, 144, 254, 0.62) solid !important; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

cite,
em,
i {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark,
ins {
  background-color: #ff0;
  color: #000;
  text-decoration: none; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * 1. Remove the border on images inside links in IE 10-.
 * 2.  Make sure images are scaled correctly.
 * 3. Adhere to container width.
 */
img {
  border: none;
  /* 1 */
  height: auto;
  /* 2 */
  max-width: 100%;
  /* 3 */ }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  border: 0; }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
Theme Name: HotSchedules
Theme URI:
Author:
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotschedules
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hotschedules is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
a {
	
  background-color: transparent; }

a:active,
a:hover {
	
  outline: none; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #65656a; }

pre {
  overflow: auto; }

button[disabled],
html input[disabled] {
  cursor: default; }

input {
  line-height: normal; }

fieldset {
  border: 1px solid #c0c0c0; }

optgroup {
  font-weight: bold; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #65656a;
  font-family: 'HelveticaNeue', serif;
  line-height: 1; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

/**,
*:before,
*:after {
  !* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ *!
  box-sizing: inherit; }*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  /* margin: 0 0 1.5em 3em;*/
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #e3e3e3;
  background: transparent;
  color: #65656a;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #transparent; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: transparent; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #65656a;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #65656a; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	
  color: inherit; }

a:visited {
  color: inherit; }

a:hover,
a:focus,
a:active {
	
  color: #65656a; }


/*--------------------------------------------------------------
## New/Soon Items
--------------------------------------------------------------*/
.new-soon {
	
	color: #fff010;
	
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: none; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

.gallery-caption {
  display: block; }

/*--------------- MAIN COLORS --------------*/
/*--------------- CLIENTS COLORS --------------*/
/*--------------- End: CLIENTS COLORS --------------*/
/* -------------
FONTS
--------------*/
/* ------------- Paddings --------------*/
/* ------------- Margins --------------*/
/* ------------- Transitions ------------*/
/*********************
Stylization
*********************/
/*********************
Alignment elem
*********************/
/* -- Y Centered --*/
/* -- XY Centered --*/
/* -- X Centered --*/
/* -- X Centered & Justify--*/
/********** End: Alignment elem's mixins ************/
/*********************
FUNCTIONS
*********************/
/*********************
BUTTONS
*********************/
/*--- top / left / right / bottom ---*/
/*********************
BREAKPOINTS
*********************/
/* BASE SIZES
---------------------------------- */
/*1409*/
/*1199*/
/*991*/
/*767px*/
/*480*/
/*1410px*/
/*>=1200px*/
/*<=1409px*/
/*>=1200px*/
/*>=1410px*/
/*
@include breakpoint(sm) {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }*/
/* -------- GRID ---------*/
.container-fluid {
  padding-right: 114px;
  padding-left: 114px;
  /*>=1200px*/
  /*>=1410px*/ }
  .container-fluid > .row > [class*="col-"] {
    padding-right: 114px;
    padding-left: 114px; }
  @media (max-width: 991px) {
    .container-fluid {
      padding-right: 30px;
      padding-left: 30px; }
      .container-fluid > .row > [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px; } }

.roww {
  margin-right: -114px;
  margin-left: -114px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .roww {
      margin-right: -30px;
      margin-left: -30px; } }

.row {
  margin-right: -114px;
  margin-left: -114px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .row {
      margin-right: -30px;
      margin-left: -30px; } }

.container {
  max-width: 100%;
  /*border: 1px solid blue;*/
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }

/* -------- End: GRID ---------*/
/* =================
FONT PATH
==================== */
/*---------------- HelveticaNeue ------------------*/
@font-face {
  font-family: 'HelveticaNeue';
  src: url("./fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.woff") format("woff"), url("./fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.ttf") format("truetype"), url("./fonts/HelveticaNeue-Medium/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

/*---------------- HelveticaNeue-Condensed ------------------*/
@font-face {
  font-family: 'HelveticaNeue-Condensed';
  src: url("./fonts/Helvetica_Regular/HelveticaNeueLT-Condensed.eot?#iefix") format("embedded-opentype"), url("./fonts/Helvetica_Regular/HelveticaNeueLT-Condensed.woff") format("woff"), url("./fonts/Helvetica_Regular/HelveticaNeueLT-Condensed.ttf") format("truetype"), url("./fonts/Helvetica_Regular/HelveticaNeueLT-Condensed.svg#HelveticaNeueLT-Condensed") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue-Condensed';
  src: url("./fonts/Helvetica_Medium/HelveticaNeueLT-MediumCond.eot?#iefix") format("embedded-opentype"), url("./fonts/Helvetica_Medium/HelveticaNeueLT-MediumCond.woff") format("woff"), url("./fonts/Helvetica_Medium/HelveticaNeueLT-MediumCond.ttf") format("truetype"), url("./fonts/Helvetica_Medium/HelveticaNeueLT-MediumCond.svg#HelveticaNeueLT-MediumCond") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("./fonts/Helvetica_Bold/HelveticaNeueLT-BoldCond.eot?#iefix") format("embedded-opentype"), url("./fonts/Helvetica_Bold/HelveticaNeueLT-BoldCond.woff") format("woff"), url("./fonts/Helvetica_Bold/HelveticaNeueLT-BoldCond.ttf") format("truetype"), url("./fonts/Helvetica_Bold/HelveticaNeueLT-BoldCond.svg#HelveticaNeueLT-BoldCond") format("svg");
  font-weight: bold;
  font-style: normal; }

/* ---------------------  Bootstrap Customized ---------------------*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: inherit; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent; }

.nav > li > a:focus, .nav > li > a:hover {
	
  background-color: transparent; }

.navbar-toggle {
  margin: 0; }

/* ---------------------  End: Bootstrap Customized ---------------------*/
html {
  font-family: serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  font-size: 100%;
  overflow-x: hidden; }
  @media (min-width: 768px) and (max-width: 1199px) {
    html {
      font-size: 85%; } }
  @media (min-width: 320px) and (max-width: 413px) {
    html {
      font-size: 80%; } }
  @media (min-width: 992px) and (max-width: 1205px) {
    html {
      font-size: 87%; } }

body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1rem;
  color: #fffffe;
  font-weight: normal;
  overflow-x: hidden;
  margin: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  color: #fffffe;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  clear: both; }

h1 {
  font-family: "HelveticaNeue-Condensed", serif;
  font-weight: 500;
  font-size: 4.6875rem;
  line-height: 1.04;
  letter-spacing: 9px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    h1 {
      font-size: 3rem;
      line-height: 1.08;
      letter-spacing: 5.8px; } }

h2, .h2 {
  font-size: 3.125rem;
  font-family: "HelveticaNeue", serif;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 8px;
  text-transform: uppercase;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 2.25rem;
      line-height: 1.11;
      letter-spacing: 5.8px; } }

.desc {
  color: #fffffe;
  font-size: 1.125rem;
  font-family: "HelveticaNeue", serif;
  line-height: 1.56;
  letter-spacing: 2px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .desc {
      font-size: 15px;
      line-height: 1.47;
      letter-spacing: 1.7px; } }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s easer; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    color: inherit; }

/**********
BUTTONS
**********/
.btn {
  border-radius: 3px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  white-space: pre-wrap; }

.btn-default {
  color: #1a1a1d;
  padding: 18px 32px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 6px;
  text-align: center;
  background-image: linear-gradient(104deg, #da3832, #af222f);
  box-shadow: 3px 3px 25px 0 rgba(127, 20, 30, 0.5); }
  .btn-default:hover {
    background: #e2625d; }

.btn-premium {
  display: inline-block;
  min-width: 173px;
  font-family: "HelveticaNeue", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 6px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 17px 36px;
  background-image: linear-gradient(104deg, #da3832, #af222f);
  box-shadow: 3px 3px 25px 0 rgba(127, 20, 30, 0.5);
  transition: all 0.5s !important;
  transition-delay: 0s !important;
  /*>=1200px*/
  /*>=1410px*/ }
  .btn-premium:hover {
    box-shadow: none;
    background-image: linear-gradient(104deg, #da3832, #da3832);
    color: #fff;
    transition: all 0.5s;
    transition-delay: 0s !important; }
  .btn-premium:focus {
    color: #fff; }
  .btn-premium:hover, .btn-premium:focus {
	  color: #fff;
    border-color: #da3832; }
  @media (max-width: 991px) {
    .btn-premium {
		color: #fff;
      min-width: 183px;
      margin: 0 auto; } }
  @media (max-width: 413px) {
    .btn-premium {
		color: #fff;
      font-size: 1.125rem;
      letter-spacing: 3px;
      padding-right: 20px !important;
      padding-left: 20px !important; } }

.danger-border {
  border: solid 1px #da3832; }

/**********
End: BUTTONS
**********/
nav > ul > li {
  display: inline-block; }

ul li, ul a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit; }

.fixed {
  position: fixed;
  z-index: 999; }

.site {
  background-color: #212023;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 767px) {
    .site {
      background-position-x: 54.5%;
      background-position-y: -17px; } }

.archive.category .site {
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 767px) {
    .archive.category .site {
      background-size: auto;
      background-attachment: fixed; } }

.home .site {
  background-image: url(./img/png/space-background.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* @if $color != 'none' {
     background-color: $color;
   }*/ }

.absolute_elem {
  position: absolute; }

section, .container, .container-fluid {
  position: relative; }

.site-content {
  min-height: calc(100vh - 138px - 272px); }

/*<=1399px*/
/*>=1200px*/
/*>=1410px*/
@media (max-width: 1409px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse.collapse {
    opacity: 0;
    visibility: hidden; }
  .navbar-nav {
    float: none !important; }
  .navbar-nav > li {
    float: none; }
  .collapse.in {
    opacity: 1;
    visibility: visible; } }

.section-info {
  padding-top: 67px;
  padding-bottom: 70px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .section-info {
      padding-top: 47px;
      padding-bottom: 55px;
      text-align: center; }
      .section-info > * {
        text-align: center; } }
  @media (max-width: 413px) {
    .section-info {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 120px; } }
  .section-info h2, .section-info .h2 {
    margin-bottom: 19px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .section-info h2, .section-info .h2 {
        margin-bottom: 15px; } }
  .section-info .desc {
    margin-bottom: 50px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .section-info .desc {
        margin-bottom: 33px; } }
  .section-info button, .section-info .btn {
    /*@include breakpoint(sm-up) {
      margin-left: 16px;
    }*/
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .section-info button, .section-info .btn {
        margin: 0 auto; } }

.frame {
  border: solid 3px #fff; }

.dark-bg {
  background-color: #131515; }

/*------ AOS Custom ANIMATIONS -----*/
[data-aos="fadeIn"] {
  opacity: 0; }
  [data-aos="fadeIn"].aos-animate {
    opacity: 1; }

[data-aos="fadeInUp"] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }
  [data-aos="fadeInUp"].aos-animate {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

[data-aos="fadeInDown"] {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }
  [data-aos="fadeInDown"].aos-animate {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

[data-aos="fadeInLeft"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }
  [data-aos="fadeInLeft"].aos-animate {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

[data-aos="fadeInRight"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }
  [data-aos="fadeInRight"].aos-animate {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

[data-aos="example-anim2"] {
  background: red;
  transition-property: background; }
  [data-aos="example-anim2"].aos-animate {
    background: green; }

[data-aos="growBottomLine"] {
  position: absolute;
  top: 0;
  max-height: 0; }
  [data-aos="growBottomLine"].aos-animate {
    max-height: 100%; }

[data-aos="growRightLine"] {
  position: absolute;
  right: 0;
  max-width: 0; }
  [data-aos="growRightLine"].aos-animate {
    max-width: 100%; }

@-webkit-keyframes linegrow {
  0 {
    opacity: 1;
    right: -27px;
    -webkit-transform: scale(0.17, 1) translateX(-27px);
            transform: scale(0.17, 1) translateX(-27px);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50% {
    opacity: 0;
    right: 0;
    -webkit-transform: scale(1.007, 1) translate(0, -50%);
            transform: scale(1.007, 1) translate(0, -50%);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: scale(1.007, 1) translate(0, -50%);
            transform: scale(1.007, 1) translate(0, -50%);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }

@keyframes linegrow {
  0 {
    opacity: 1;
    right: -27px;
    -webkit-transform: scale(0.17, 1) translateX(-27px);
            transform: scale(0.17, 1) translateX(-27px);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50% {
    opacity: 0;
    right: 0;
    -webkit-transform: scale(1.007, 1) translate(0, -50%);
            transform: scale(1.007, 1) translate(0, -50%);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: scale(1.007, 1) translate(0, -50%);
            transform: scale(1.007, 1) translate(0, -50%);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }

.linegrow {
  -webkit-animation: linegrow 0.3s ease-in-out;
          animation: linegrow 0.3s ease-in-out; }

.navigation.posts-navigation {
  display: none; }

#content.site-content, #masthead, .hero-section, #colophon > .container-fluid {
  max-width: 1800px;
  margin: 0 auto; }

@media (max-width: 991px) {
  .bullet-list li a {
	  
    font-size: 15px !important; }
  .home .hero-section .hero_planet__img {
    top: initial;
    bottom: 50px; } }

.site-header nav {
  border-radius: 0;
  font-family: "HelveticaNeue-Condensed", serif;
  margin-bottom: 0; }

.site-header .w-nav_inner {
  width: 100%;
  min-height: 136px;
  padding: 19px 30px;
  margin-right: 15px;
  /*>=1200px*/
  /*>=1410px*/
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (min-width: 1410px) {
    .site-header .w-nav_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (max-width: 1409px) {
    .site-header .w-nav_inner {
      max-height: 99px;
      min-height: initial;
      margin: 0; } }
  .site-header .w-nav_inner ul {
    font-family: "HelveticaNeue-Condensed", serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    /*<=1399px*/
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 1409px) {
      .site-header .w-nav_inner ul {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 3.1px;
        text-align: center;
        margin: 0; } }
    .site-header .w-nav_inner ul a {
      text-transform: uppercase; }
    .site-header .w-nav_inner ul > li {
      padding: 14px 8.5px;
      /*<=1399px*/
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 1409px) {
        .site-header .w-nav_inner ul > li {
          padding: 18px 0; } }
      @media (min-width: 320px) and (max-width: 413px) {
        .site-header .w-nav_inner ul > li {
          padding-top: 7px;
          padding-bottom: 7px; } }
      .site-header .w-nav_inner ul > li > a {
        position: relative;
        display: block;
        padding: 0 7px;
        border: 1px solid transparent;
        transition: all 0.3s;
        /*>=1200px*/
        /*>=1410px*/
        /*<=1399px*/
        /*>=1200px*/
        /*>=1410px*/ }
        @media (min-width: 1410px) {
          .site-header .w-nav_inner ul > li > a:before, .site-header .w-nav_inner ul > li > a:after {
            position: absolute;
            content: '';
            display: inline-block;
            background-color: transparent;
            transition: opacity 0.5s;
            opacity: 0; }
          .site-header .w-nav_inner ul > li > a:before {
            width: 41.2px;
            height: 2px;
            top: -2px;
            left: 2px; }
          .site-header .w-nav_inner ul > li > a:after {
            height: 9px;
            width: 2px;
            bottom: 0;
            right: -2px; } }
        @media (max-width: 1409px) {
          .site-header .w-nav_inner ul > li > a {
            line-height: 1.5;
            letter-spacing: 2.5px;
            padding: 0; } }
      .site-header .w-nav_inner ul > li:hover, .site-header .w-nav_inner ul > li.current-menu-item {
        /*>=1200px*/
        /*>=1410px*/ }
        @media (min-width: 1410px) {
          .site-header .w-nav_inner ul > li:hover a, .site-header .w-nav_inner ul > li.current-menu-item a {
            border-color: #da3832; } }
      .site-header .w-nav_inner ul > li:hover a, .site-header .w-nav_inner ul > li:hover a:before, .site-header .w-nav_inner ul > li:hover a:after, .site-header .w-nav_inner ul > li.current-menu-item a:after, .site-header .w-nav_inner ul > li.current-menu-item a:before, .site-header .w-nav_inner ul > li.current-menu-item a {
        /*>=1200px*/
        /*>=1410px*/ }
        @media (min-width: 1410px) {
          .site-header .w-nav_inner ul > li:hover a, .site-header .w-nav_inner ul > li:hover a:before, .site-header .w-nav_inner ul > li:hover a:after, .site-header .w-nav_inner ul > li.current-menu-item a:after, .site-header .w-nav_inner ul > li.current-menu-item a:before, .site-header .w-nav_inner ul > li.current-menu-item a {
            opacity: 1;
            background-color: #da3832; } }

.site-header .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .site-header .navbar-header:before, .site-header .navbar-header:after {
      content: none; } }

.site-header .navbar-toggle {
  position: relative;
  width: 36px;
  height: 27px;
  border-radius: 0; }
  .site-header .navbar-toggle .icon-bar {
    height: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    left: auto;
    margin: 0; }
    .site-header .navbar-toggle .icon-bar:nth-child(1) {
      width: 32px;
      top: 0; }
    .site-header .navbar-toggle .icon-bar:nth-child(2) {
      width: 26px;
      top: 50%;
      -webkit-transform: translateY(-40%);
              transform: translateY(-40%); }
    .site-header .navbar-toggle .icon-bar:nth-child(3) {
      width: 36px;
      bottom: 0;
      top: auto; }

.site-header .navbar-collapse {
  transition: all 0.4s;
  /*>=1200px*/
  /*>=1410px*/
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (min-width: 1410px) {
    .site-header .navbar-collapse {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 1409px) {
    .site-header .navbar-collapse {
      position: fixed;
      width: 100%;
      height: 100vh !important;
      left: 0;
      top: 0;
      padding: 88px 30px 58px;
      background-image: radial-gradient(circle at 50% 11%, #293847, #1b1b1d);
      z-index: 999;
      overflow-y: auto !important; } }

.site-header .w-mob_menu {
  position: relative;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .site-header .w-mob_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .site-header .w-mob_menu .mob-menu-border {
        display: block !important;
        position: absolute;
        height: 1px;
        background: #af222f; }
      .site-header .w-mob_menu .mob-menu-btl {
        top: 0;
        left: 0; }
      .site-header .w-mob_menu .mob-menu-btr {
        top: 0;
        right: 0; }
      .site-header .w-mob_menu .mob-menu-btl, .site-header .w-mob_menu .mob-menu-btr {
        width: calc(50% - 12px - 28px); }
      .site-header .w-mob_menu .mob-menu-bbl {
        bottom: 0;
        left: 0; }
      .site-header .w-mob_menu .mob-menu-bbr {
        bottom: 0;
        right: 0; }
      .site-header .w-mob_menu .mob-menu-bbl, .site-header .w-mob_menu .mob-menu-bbr {
        width: calc(50% - 12px - 118px); } }
    @media (max-width: 1409px) and (max-width: 350px) {
      .site-header .w-mob_menu .mob-menu-bbl, .site-header .w-mob_menu .mob-menu-bbr {
        width: calc(50% - 12px - 108px); } }
  .site-header .w-mob_menu .mob-menu-border {
    display: none; }

.site-header .mob-menu_inner {
  position: relative;
  height: 100%;
  /*>=1200px*/
  /*>=1410px*/
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (min-width: 1410px) {
    .site-header .mob-menu_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 1409px) {
    .site-header .mob-menu_inner {
      padding: 105px 15px 132px;
      border-right: solid 1px #af222f;
      border-left: solid 1px #af222f; } }
  @media (min-width: 320px) and (max-width: 413px) {
    .site-header .mob-menu_inner {
      padding-top: 14.84%;
      padding-bottom: 18.13%; } }
  @media (max-width: 767px) {
    .site-header .mob-menu_inner {
      padding: 50px 15px 65px; } }

/* ------- Li Hover Animation ------*/
.header_navbar__list {
  /*>=1200px*/
  /*>=1410px*/ }
  .header_navbar__list > li {
    position: relative; }
  @media (min-width: 1410px) {
    .header_navbar__list .li_anim__elems {
      height: 4px;
      width: 72px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 2px; }
      .header_navbar__list .li_anim__elems .elems_wrapper {
        position: relative;
        right: 0; }
      .header_navbar__list .li_anim__elems .top_elem, .header_navbar__list .li_anim__elems .bottom_elem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 2px;
        max-width: 0;
        transition: max-width 0.5s ease-in-out; }
        .header_navbar__list .li_anim__elems .top_elem span, .header_navbar__list .li_anim__elems .bottom_elem span {
          display: inline-block;
          height: 2px;
          background-color: #45847e; }
      .header_navbar__list .li_anim__elems .top_elem span {
        margin-right: 5px; }
        .header_navbar__list .li_anim__elems .top_elem span:nth-of-type(1), .header_navbar__list .li_anim__elems .top_elem span:nth-of-type(3), .header_navbar__list .li_anim__elems .top_elem span:nth-of-type(4) {
          width: 1px; }
        .header_navbar__list .li_anim__elems .top_elem span:nth-of-type(2) {
          width: 35px; }
        .header_navbar__list .li_anim__elems .top_elem span:last-child {
          margin-right: 0; }
      .header_navbar__list .li_anim__elems .bottom_elem {
        transition-delay: 0.2s; }
        .header_navbar__list .li_anim__elems .bottom_elem span {
          width: 46px;
          margin-left: 31px; } }
  .header_navbar__list li:hover .top_elem, .header_navbar__list li:hover .bottom_elem {
    max-width: 77px; }

.w-started_btn {
  position: relative;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .w-started_btn {
      position: absolute;
      bottom: -57px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; } }

.header_started-btn {
  display: inline-block;
  white-space: nowrap;
  float: right;
  max-height: 60px;
  font-size: 1rem;
  line-height: 1em;
  font-family: "HelveticaNeue", serif;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-align: left;
  color: #fffffe;
  border: solid 1px #da3832;
  padding: 21px 30px 20px 30px;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .header_started-btn {
      float: none;
      min-width: 236px;
      text-align: center;
      width: 26px;
      padding-right: 20px; } }
  .header_started-btn:focus {
    color: inherit; }
  .header_started-btn:hover {
    color: inherit; }
    .header_started-btn:hover:before {
      left: 0px;
      right: 33px;
      -webkit-transform: scale(0.86, 1) translate(0, 0);
              transform: scale(0.86, 1) translate(0, 0); }
    .header_started-btn:hover:after {
      display: none; }
  .header_started-btn:before {
    height: 1px;
    position: absolute;
    left: 0;
    right: 33px;
    top: 70%;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1) translate(0, 0);
            transform: scale(0, 1) translate(0, 0);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
    /*<=1399px*/
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 1409px) {
      .header_started-btn:before {
        display: none; } }
  .header_started-btn:before, .header_started-btn:after {
    content: ""; }

.mob-menu_close-btn {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 33px;
  left: auto;
  right: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(./img/svg/shape.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* @if $color != 'none' {
     background-color: $color;
   }*/
  cursor: pointer; }

.w-mob-menu_logo {
  width: 100px;
  height: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(./img/svg/flame.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 56px 55px;
  /* @if $color != 'none' {
     background-color: $color;
   }*/
  z-index: 1; }

.mob-menu_close-btn, .w-mob-menu_logo {
  display: none;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .mob-menu_close-btn, .w-mob-menu_logo {
      display: block !important; } }

.w-header_logo {
  height: 100%;
  max-width: 355px;
  margin-right: 45px;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .w-header_logo {
      max-width: 113px;
      margin-right: 0; } }

.header-site-logo {
  width: 100%;
  max-width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*<=1399px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1409px) {
    .header-site-logo {
      max-width: 113px; } }
  .header-site-logo svg {
    height: 100px;
    /*<=1399px*/
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 1409px) {
      .header-site-logo svg {
        height: 63px; } }

@media (min-width: 1400px) and (max-width: 1498px) {
  .w-header_logo {
    margin-right: 10px; }
  .site-header .w-nav_inner ul > li {
    padding: 14px 2px; } }

/*--------------- HERO SECTION -----------------*/
.hero-section h1 {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 57px;
  /* @include breakpoint(sm-up) {
      max-width: 49.25%;
    }

    @include breakpoint(xs-up) {
      max-width: 70%;
    }*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .hero-section h1 {
      font-size: 2.875rem;
      font-weight: 500;
      line-height: 1.08;
      letter-spacing: 5.8px;
      margin-bottom: 50px; } }

.w-hero_content {
  padding-top: 281px;
  padding-bottom: 181px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .w-hero_content {
      padding-top: 140px;
      padding-bottom: 116px; } }
  .w-hero_content .btn {
    margin: initial; }

.w-hero_info {
  position: relative;
  padding: 0;
  z-index: 2;
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .w-hero_info {
      padding: 0; }
      .w-hero_info .btn {
        margin: 0 auto; } }
  @media (max-width: 1199px) and (min-width: 800px) {
    .w-hero_info h1 {
      max-width: 550px; } }
  @media (max-width: 800px) and (min-width: 750px) {
    .w-hero_info h1 {
      max-width: 500px; } }

.hero_pre-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HelveticaNeue", serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 12px;
  text-align: left;
  color: #5dbf8c;
  text-transform: uppercase;
  margin-bottom: 8px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .hero_pre-heading {
      max-width: 100%;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 6px;
      margin-bottom: 9px; } }
  .hero_pre-heading span {
    display: inline-block; }
    .hero_pre-heading span:first-child {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 27px;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 991px) {
        .hero_pre-heading span:first-child {
          margin-right: 19px; } }
  .hero_pre-heading .grow-left_line {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1px;
    -ms-flex-preferred-size: calc(100% - 264px);
        flex-basis: calc(100% - 264px);
    width: calc(100% - 264px);
    max-width: calc(100% - 264px);
    background-color: rgba(255, 255, 255, 0.2);
    /*>=1200px*/
    /*>=1410px*/
    /*>=1200px*/
    /*>=1410px*/ }
    @media (min-width: 992px) {
      .hero_pre-heading .grow-left_line {
        max-width: 428px; } }
    @media (max-width: 991px) {
      .hero_pre-heading .grow-left_line {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 215px; } }

.hero_planet__img {
  width: 26.25%;
  height: auto;
  max-width: 420px;
  min-width: 220px;
  left: auto;
  right: 45%;
  top: 8px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 480px) {
    .hero_planet__img {
      top: 34px !important;
      right: 30%;
      left: 18%; } }

.hero_cosmonaut_img {
  width: 32.5%;
  height: auto;
  max-width: 520px;
  min-width: 214px;
  height: auto;
  bottom: -116px;
  top: auto;
  left: 64%;
  width: 32.5%;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 767px) {
    .hero_cosmonaut_img {
      top: 260px; } }

/*--------------- FLOAT STONES SECTION -----------------*/
.float-stones_section {
  min-height: 231px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .float-stones_section {
      margin-bottom: 16px; } }
  .float-stones_section .float-stones_img {
    width: 424px;
    height: 257px;
    background-image: url(./img/png/asteroids.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* @if $color != 'none' {
     background-color: $color;
   }*/
    left: 60px;
    top: -76px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .float-stones_section .float-stones_img {
        width: 231px;
        height: 140px;
        left: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }

.float-stones_line {
  width: 1px;
  height: 100%;
  background: #45847e;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .float-stones_line.white_line {
    background: #fff; }

/*--------------- Heart u channel SECTION -----------------*/
.heart-channel {
  /*>=1200px*/
  /*>=1410px*/ }
  .heart-channel .front-layer {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  .heart-channel .wrapper {
    position: relative;
    /*EDIT TJ padding-top: 231px;*/
	padding-top: 190px;
    padding-bottom: 170px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .heart-channel .wrapper {
        padding: 0; } }
  @media (max-width: 991px) {
    .heart-channel {
      padding-top: 357px;
      /*EDIT TJpadding-bottom: 226px; } }*/
		padding-bottom: 0px; } }
  .heart-channel .section-info {
    position: relative;
    width: 58.06%;
    padding-right: 5.125rem;
    padding-left: 6.75rem;
    margin-left: 41.7%;
    z-index: 3;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .heart-channel .section-info {
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
        margin-left: 0; } }
    .heart-channel .section-info .btn, .heart-channel .section-info button {
      padding-right: 29px;
      padding-left: 29px; }

.heart_float-elem__1 {
  right: 54.5%;
  top: 26px;
  width: 39.31%;
  max-width: 521px;
  min-width: 386px;
  height: 64vh;
  max-height: 568px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .heart_float-elem__1 {
      top: -340px;
      right: -79px;
      left: auto; } }
  .heart_float-elem__1 .heart_colored-back_layer {
    top: 0;
    left: 0;
    height: 42.2%;
    max-height: 244px;
    width: 52.74%;
    min-width: 245px;
    max-width: 283px;
    background-color: #af222f;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .heart_float-elem__1 .heart_colored-back_layer {
        width: 59.18%;
        min-width: 245px;
        min-height: 211px; } }
  .heart_float-elem__1 .front-layer {
    top: 40px;
    /*left: 39px;*/
    z-index: 2;
    width: calc(100% - 16px);
    -o-object-fit: cover;
       object-fit: cover; }
  .heart_float-elem__1 .take_colored-back_layer {
    top: 110px;
    left: auto;
    bottom: 0; }

.heart_float-elem__2 {
  top: 477px;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 29.8%;
  min-width: 270px;
  max-width: 462px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .heart_float-elem__2 {
      top: -12%;
      left: 15px;
      width: 50%;
      min-width: 207px;
      min-height: 170px; } }

.heart_float-elem__3 {
  max-width: 396px;
  max-height: 313.8px;
  width: 24.75%;
  height: 34.78vh;
  top: 51.5%;
  right: 0;
  opacity: 0.6;
  background-color: #131515;
  z-index: 2; }

/*---------------  TAKE 5 SECTION -----------------*/
.take-5 {
  /* EDIT TJ padding-top: 173px;*/
	padding-top: 90px;
  padding-bottom: 116px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .take-5 {
      /*EDIT TJ padding-top: 226px;*/
      padding-bottom: 186px; }
      .take-5 .btn.aos-animate {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
  .take-5 .section-info {
    width: 110%;
    left: 0;
    top: 18%;
    padding-right: 118px;
    padding-left: 118px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .take-5 .section-info {
        width: 100%;
        position: static;
        top: initial;
        padding: 142px 31px 67px;
        background-color: transparent !important; } }

.take_float-elem__1 {
  top: -30px;
  left: 65%;
  width: 32.63%;
  max-width: 522px;
min-width: 320px;
  max-height: 566px;
  min-height: 270px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .take_float-elem__1 {
      left: 0;
      right: auto;
      top: -90%;
      max-height: 372px; } }
  .take_float-elem__1 .take_colored-back_layer {
    height: calc(100% - 63px);
    width: 52.74%;
    max-height: 503px;
    max-width: 282.1px;
    top: 63px;
    left: 0;
    background-color: #45847e;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .take_float-elem__1 .take_colored-back_layer {
        width: 68.16%;
        min-width: 282px;
        min-height: 333px;
        top: 0;
        left: 25px; } }
  .take_float-elem__1 .front-layer {
    width: calc(100% - 42px);
    top: 0;
    left: 42px;
    -o-object-fit: cover;
       object-fit: cover;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .take_float-elem__1 .front-layer {
        min-height: 346px;
        width: calc(100% - 25px);
        top: 25px;
        left: 0; } }

.take_float-elem__2 {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  width: 23.69%;
  min-width: 188px;
  max-width: 379px;
  height: auto;
  top: 25%;
  left: auto;
  right: 29%;
  bottom: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .take_float-elem__2 {
      width: 45.41%;
      min-width: 188px;
      min-height: 245px;
      right: 16px;
      top: -40%; } }

.take_info__wrap {
  position: relative;
  left: -114px;
  width: 52.5%;
  /* max-width: 720.1px;
 min-width: 348.4px;
  height: 56.5vh;*/
  min-height: 329.7px;
  border-color: #f99d2a;
  border-width: 1px;
  padding-top: 89px;
  padding-bottom: 32px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .take_info__wrap {
      width: 100%;
      height: auto;
      max-width: initial;
      left: 0;
      padding: 0; } }
  .take_info__wrap button, .take_info__wrap .btn {
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .take_info__wrap button, .take_info__wrap .btn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

/*---------------  TIP OF THE DAY SECTION -----------------*/
.tip_section {
  position: relative;
  padding-top: 116px;
  padding-bottom: 231px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .tip_section {
      padding-top: 173px;
      padding-bottom: 88px; } }
  .tip_section .section-info {
    position: relative;
    width: 75.5%;
    border-width: 3px;
    margin: 0 auto;
    padding: 115px 45px 292px 468px;
    z-index: 2;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (min-width: 992px) and (max-width: 1300px) {
      .tip_section .section-info {
        padding-left: 32.25%; } }
    @media (max-width: 991px) {
      .tip_section .section-info {
        width: 100%;
        padding: 101px 33px 50px; } }
    @media (max-width: 413px) {
      .tip_section .section-info {
        padding-right: 15px;
        padding-left: 15px; } }

.tip_colored-back__1 {
  background-color: #056f86;
  /*------  width / min-width / max-width ------*/
  width: 21.25%;
  min-width: 340px;
  max-width: 340px;
  /*--- height / min-height / max-height ---*/
  height: 43.67vh;
  min-height: 134px;
  max-height: 393px;
  /*--- top / left / right / bottom ---*/
  top: 35%;
  left: 8.5%;
  right: auto;
  bottom: auto;
  /*Media*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .tip_colored-back__1 {
      max-width: 82.12%;
      max-height: 134.6px;
      top: -55%;
      left: 14.25%; } }

.tip_colored-back__2 {
  z-index: 0;
  /*------  width / min-width / max-width ------*/
  width: 43.31%;
  min-width: 305px;
  max-width: 693px;
  /*--- height / min-height / max-height ---*/
  height: 52vh;
  min-height: 244px;
  max-height: 467px;
  /*--- top / left / right / bottom ---*/
  top: 35%;
  left: auto;
  right: 0;
  bottom: auto;
  /*Media*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .tip_colored-back__2 {
      max-width: 73.67%;
      max-height: 244px;
      top: 23.5%; } }

.take_layer__img-1 {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  /*------  width / min-width / max-width ------*/
  width: 33.25%;
  min-width: 264px;
  max-width: 532px;
  /*--- height / min-height / max-height ---*/
  height: auto;
  min-height: 277px;
  max-height: 552px;
  /*--- top / left / right / bottom ---*/
  top: 10%;
  left: 10.5%;
  right: auto;
  bottom: auto;
  /*Media*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .take_layer__img-1 {
      max-width: 63.77%;
      max-height: none;
      left: 0;
      top: -51%;
      z-index: 1; } }

.take_layer__img-2 {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  /*------  width / min-width / max-width ------*/
  width: 42.44%;
  min-width: 208px;
  max-width: 679.3px;
  /*--- height / min-height / max-height ---*/
  height: auto;
  min-height: auto;
  max-height: 380px;
  /*--- top / left / right / bottom ---*/
  top: auto;
  left: auto;
  right: 10%;
  bottom: -20%;
  /*Media*/
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .take_layer__img-2 {
      /*max-width: 50.24%;*/
      z-index: 2;
      width: 50.24%;
      min-width: 208px;
      min-height: 157px;
      max-height: none;
      top: -43%;
      bottom: auto;
      right: 0; } }
  @media (max-width: 480px) {
    .take_layer__img-2 {
      z-index: 2; } }

/* Tablets Fix ref. aha-21 #6738 */
@media (min-width: 414px) and (max-width: 991px) {
  .home .heart-channel > .container-fluid > .row > .col-md-12 > .wrapper {
    top: 270px; }
  .home .heart-channel {
    padding-top: 87px; }
  .home .take_info__wrap.frame {
    top: 100px; }
  .home .take-5 > .container-fluid > .row > .take_float-elem__1 {
    top: calc(-90% + 100px); } }

@media (max-width: 520px) {
  .take_info__wrap .btn-premium.btn {
    letter-spacing: 3px; } }

@media (min-width: 414px) and (max-width: 600px) {
  .heart-channel {
    margin-bottom: calc(116px + 20%); }
  .take-5 .take_info__wrap {
    margin-bottom: 116px; }
    .take-5 .take_info__wrap .btn-premium.btn {
      padding: 17px 10px; } }

#primary .scroll-down {
  position: fixed !important;
  bottom: 0;
  height: 86px;
  width: 58px;
  display: block;
  padding-top: 70px;
  cursor: pointer;
  z-index: 2; }
  @media (max-width: 768px) {
    #primary .scroll-down {
      display: none !important; } }

#primary .scroll-down,
#primary .scroll-down span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

#primary .scroll-down span {
  background-image: url(./img/svg/scroll-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  /* @if $color != 'none' {
     background-color: $color;
   }*/
  width: 40px;
  height: 20px;
  top: 0;
  -webkit-animation: scrollLinkAnimate 2s infinite;
  animation: scrollLinkAnimate 2s infinite;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

#primary .scroll-down span:first-of-type {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#primary .scroll-down span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

#primary .scroll-down span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

@-webkit-keyframes scrollLinkAnimate {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@keyframes scrollLinkAnimate {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }

@-webkit-keyframes fadeInRightLittle {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightLittle {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@media (min-width: 991px) {
  .home .heart-channel .section-info {
    margin-left: 0;
    width: calc(100% - 75px);
    margin-left: 75px; }
    .home .heart-channel .section-info > .heart_float-elem__1.absolute_elem {
      right: initial;
      top: 0px;
      width: 39.31%;
      max-width: 521px;
      min-width: 386px;
      height: 36vh;
      max-height: 568px;
      left: -5.1%; }
      .home .heart-channel .section-info > .heart_float-elem__1.absolute_elem > .front-layer {
        width: calc(85% - 16px); }
      .home .heart-channel .section-info > .heart_float-elem__1.absolute_elem > .heart_colored-back_layer.absolute_elem {
        top: initial;
        bottom: -50%;
        height: 100%;
        max-height: 100%;
	left: -5%;}
    .home .heart-channel .section-info > .heart_float-elem__2 {
      left: 13.9%;
      top: 70%; }
    .home .heart-channel .section-info + .heart_float-elem__3 {
      left: -30px;
      margin-left: 41.7%;
      width: 100%;
      max-width: 55vw;
      top: 32%;
      height: 100%;
      max-height: 50%;
      opacity: 1; }
    .home .heart-channel .section-info .description-wrapper {
      margin-left: 45.6%;
      width: 58.06%;
      margin-top: 100px;
      margin-bottom: 100px; }
  .home .take-5 .take_info__wrap.frame {
    left: 0;
    width: calc(95.8% - 40px);
    z-index: 1;
    margin-left: 40px; }
    .home .take-5 .take_info__wrap.frame > .take_float-elem__1 {
      top: 0;
      left: 71.8%; }
      .home .take-5 .take_info__wrap.frame > .take_float-elem__1 > .take_colored-back_layer.absolute_elem {
        top: initial;
        height: 300px;
        left: 40%;
        bottom: 25px;
        }
    .home .take-5 .take_info__wrap.frame > .section-info.dark-bg {
      background-color: transparent !important; }
    .home .take-5 .take_info__wrap.frame > .section-info > .description-wrapper-2 {
      max-width: 50%; }
    .home .take-5 .take_info__wrap.frame > .custom-take-float > .take_float-elem__2 {
      top: 65%;
      right: 20%;
      z-index: 3; }
  .home .take-5 .take-control-elem__3 {
    height: calc(100% - 63px);
    width: 100%;
    max-height: 450px;
    max-width: 65%;
    left: 0;
    z-index: 0;
    top: 18%; }
  .home .tip_section .section-info.frame {
    padding-left: 375px; }
    .home .tip_section .section-info.frame h2 {
      font-size: 40px; }
  .home .tip_section .take_layer__img-1.absolute_elem {
    max-width: 470px; } }

.error-404 {
  text-align: center; }
  .error-404 .w-hero_content {
    padding: 24vh 0; }
  .error-404 h1 {
    text-align: center;
    margin-bottom: 30px; }
    .error-404 h1 span {
      color: #DA3832; }
  .error-404 p {
    font-family: HelveticaNeue;
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: 2.4px;
    text-align: center;
    color: #fffffe; }

.error404 .site-content {
  display: none; }

.page-template-template-hero-fullwidth h1 {
  text-align: center; }

.page-template-template-hero-fullwidth .w-hero_content {
  padding-top: 100px;
  padding-bottom: 266px; }

.course-catalog {
  /*.image-frame {
        width: 96%;
        height: 100%;
        display: block;
        position: absolute;
        border: solid 2px #da3832;
        z-index: 1;
        top: 35px;
        right: 75px;
    }
    .section-info {
        max-width: 973px;
    }
    .take_float-elem__course {
        top: -107px;
        right: 54.2px;
        width: 100%;
        height: 100%;
        max-width: 608px;
        min-height: 745px;
    }
    .take_colored-back_layer {
        left: 44px;
    }
    .btn-premium{
        position: relative;
        bottom:0;
        font-size:20px
    }
    .take-5{
        padding-top: 48px;
        @media(max-width:991px){
            padding-right: 15px;
            padding-left: 15px;
            padding-bottom: 0 !important;
            margin-bottom: 38px;
        }
        .container-fluid {
            @media(max-width: 991px) {
                background-color: #000;
            }
        }
    }*/ }
  .course-catalog .course-content-blocks {
    margin-bottom: 146px; }
    @media (max-width: 991px) {
      .course-catalog .course-content-blocks {
        margin-bottom: 88px; } }
    @media (max-width: 991px) {
      .course-catalog .course-content-blocks .col-md-12 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .course-catalog .course-content-blocks .col-md-12 .row .course-block-text {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .course-catalog .course-content-blocks .col-md-12 .row .course-block-image {
          z-index: 2;
          margin-top: 10px;
          float: none;
          left: 0; }
          .course-catalog .course-content-blocks .col-md-12 .row .course-block-image .course-image-frame {
            width: 70%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
          .course-catalog .course-content-blocks .col-md-12 .row .course-block-image .course-image-wrapper .img-responsive {
            margin: 0 auto;
            padding: 0 15px; } }
  .course-catalog .course-block-text {
    padding-left: 0;
    padding-right: 0;
    max-width: 973.6px;
    margin-top: 140px; }
    @media (max-width: 991px) {
      .course-catalog .course-block-text {
        margin-top: -40px; } }
  .course-catalog .course-block-image {
    margin-top: -75px;
    padding-left: 0;
    padding-right: 0;
    float: right;
    left: -55px; }
  .course-catalog .desc-wrap {
    background-color: #000;
    padding: 81px 67px 62.8px 118px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .course-catalog .desc-wrap {
        padding: 108px 17px 51px 17px; } }
    .course-catalog .desc-wrap > .desc a {
      color: #da3832; }
      .course-catalog .desc-wrap > .desc a:after {
        content: "";
        border-top: solid 1px #da3832;
        height: 1px;
        width: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        @media (max-width: 991px) {
          .course-catalog .desc-wrap > .desc a:after {
            display: block; } }
    .course-catalog .desc-wrap .btn-premium {
      position: relative;
      bottom: 0;
      font-size: 20px;
      white-space: inherit;
      margin-top: 52px; }
      @media (max-width: 991px) {
        .course-catalog .desc-wrap .btn-premium {
          font-size: 14px; } }
  .course-catalog .course-text-wrapper {
    position: relative; }
    @media (max-width: 991px) {
      .course-catalog .course-text-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
  .course-catalog .course-text-overlay {
    background-color: #056f86;
    z-index: 1;
    position: absolute;
    width: 61%;
    height: calc(100% + 22.7px + 48.2px);
    top: -22.7px;
    left: 44px; }
  .course-catalog .course-image-frame {
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% - 30px);
    border: 2px solid #da3832;
    top: 57px;
    left: calc(0px - 46px); }
  .course-catalog .float-stones_section {
    position: absolute;
    width: 100%;
    z-index: 5;
    margin-top: -121px; }
  @media (max-width: 991px) {
    .course-catalog .section-info .desc {
      text-align: left; }
    .course-catalog .take-5 {
      top: -50px;
      padding-top: 0;
      padding-bottom: 90px; }
    .course-catalog .take_info__wrap button, .course-catalog .take_info__wrap .btn {
      left: 0;
      -webkit-transform: translate(0);
      transform: translate(0); }
    .course-catalog .take_float-elem__course + .col-md-12 {
      padding-left: 16px;
      padding-right: 16px; }
    .course-catalog .btn-premium {
      width: 100%; }
    .course-catalog .float-stones_section {
      position: absolute;
      width: 100%;
      z-index: 5;
      margin-top: -175px; } }

.hero-archive .w-hero_content {
  padding-top: 100px;
  padding-bottom: 150px;
  margin-bottom: 30px; }
  .hero-archive .w-hero_content .desc {
    max-width: 788px;
    text-align: center;
    margin: 0 auto; }

@media (max-width: 991px) {
  .hero-archive .w-hero_content {
    padding-bottom: 151px; } }

.hero-archive h1 {
  text-align: center; }

.archive.category-whats-new .float-stones_section {
  top: -100px !important; }

.archive .float-stones_section {
  top: -121px;
  z-index: 0; }
  @media (max-width: 991px) {
    .archive .float-stones_section {
      top: -174px; } }
  .archive .float-stones_section .float_rocket {
    background-image: url(./img/png/RocketResource.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    /* @if $color != 'none' {
     background-color: $color;
   }*/
    right: 0;
    margin-right: 52%;
    top: 0;
    width: 100%;
    max-width: 746.4px;
    height: 799px; }

.archive-text {
  margin-top: -145px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .archive-text {
      margin-top: -275px; } }
  .archive-text .desc-wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 977.6px; }
  .archive-text .desc {
    font-size: 22px;
    max-width: 977.6px;
    margin: 0 auto;
    padding: 119px 95px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .archive-text .desc {
        padding: 108px 17px 50px 17px; } }
  .archive-text .layer-bg {
    background-color: #AF222F;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    width: calc(100% + 41px);
    height: 100%;
    top: 46px;
    left: -32px; }
    @media (max-width: 991px) {
      .archive-text .layer-bg {
        background-color: #AF222F;
        margin: 0 auto;
        position: absolute;
        z-index: 1;
        width: 80%;
        height: 100%;
        top: 46px;
        left: initial;
        right: -8px; } }
  @media (max-width: 991px) {
    .archive-text .container-fluid > .row > .col-md-12 {
      padding-left: 15px;
      padding-right: 15px; }
    .archive-text .desc {
      font-size: 15px; }
      .archive-text .desc p {
        text-align: left !important; } }

/*>=1200px*/
/*>=1410px*/
.posts {
  margin-top: -39px;
  margin-bottom: 59px; }
  .posts .row {
    padding: 0 116px; }
  .posts article {
    margin-bottom: 76px;
    text-align: center;
    padding: 0 6px !important;
    /*>=1200px*/
    /*>=1410px*/ }
    .posts article a {
      height: 360px;
      background-color: transparent;
      /*>=1200px*/
      /*>=1410px*/ }
      .posts article a .post-thumbnail {
        height: inherit;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
        .posts article a .post-thumbnail .hover-overlay {
          opacity: 0; }
      .posts article a .post-frame {
        border: 1px solid;
        height: inherit;
        position: absolute;
        top: 16px;
        left: 19px;
        width: calc(100% - 36px);
        z-index: 1; }
      .posts article a .post-hover {
        opacity: 0;
        top: 43%;
        position: absolute;
        left: 0;
        text-align: center;
        width: 100%;
        font-family: HelveticaNeue;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2.4px;
        text-align: center;
        color: #fffffe; }
        .posts article a .post-hover:after {
          content: "";
          display: block;
          background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MyIgdmlld0JveD0iMCAwIDQwIDQzIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTExLjg2NyAyMy43NWw3LjkzMyA3LjkzNCA3LjkzNC03LjkzNE0yMCAxMi44MzN2MTcuODUiLz4KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkZGRkUiIGQ9Ik0zOC44MTggMzIuMjg4TDIwLjA0NSA0Mi4xMiAxLjI3MiAzMi4yODhWMTAuODMzTDIwLjA0NSAxbDE4Ljc3MyA5LjgzM3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
          width: 40px;
          height: 42px;
          background-repeat: no-repeat;
          margin: 0 auto;
          margin-top: 19px; }
      .posts article a .post-title {
        font-family: HelveticaNeue;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2.4px;
        text-align: center;
        color: #ffcb05;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        background-color: #1a1a1d;
        box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.5);
        width: calc(100% - 37px);
        margin: 0 auto;
        top: -85px;
        max-height: 130px;
        height: 100%;
        display: table; }
        .posts article a .post-title span {
          display: table-cell;
          vertical-align: middle;
          padding: 0 32px; }
      .posts article a:hover {
        background-color: #000; }
        .posts article a:hover .hover-overlay {
          background: #141516;
          opacity: 0.8;
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
      @media (max-width: 767px) {
        .posts article a {
          background-color: #000 !important; }
          .posts article a .hover-overlay {
            background: #141516;
            opacity: 0 !important;
            width: 100%;
            height: 100%;
            transition: all 0.3s; } }
    .posts article:hover .post-hover {
      opacity: 1;
      transition: opacity 0.5s; }
    @media (max-width: 767px) {
      .posts article .post-hover {
        opacity: 1 !important;
        transition: opacity 0.5s; } }
  .posts article.resources {
    /*>=1200px*/
    /*>=1410px*/ }
    .posts article.resources .post-hover {
      font-family: HelveticaNeue;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 1px;
      text-align: center;
      color: #fffffe;
      top: 25%; }
      .posts article.resources .post-hover p {
        max-width: 250.8px;
        margin: 0 auto; }
      .posts article.resources .post-hover:after {
        display: none; }
    .posts article.resources .post-title {
      position: relative; }
      .posts article.resources .post-title .download-text {
        opacity: 0;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 9px;
        font-family: HelveticaNeue;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 6px;
        text-align: center;
        color: #9b9ba0; }
      .posts article.resources .post-title .download-icon {
        opacity: 0;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MyIgdmlld0JveD0iMCAwIDQwIDQzIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTExLjg2NyAyMy43NWw3LjkzMyA3LjkzNCA3LjkzNC03LjkzNE0yMCAxMi44MzN2MTcuODUiLz4KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkZGRkUiIGQ9Ik0zOC44MTggMzIuMjg4TDIwLjA0NSA0Mi4xMiAxLjI3MiAzMi4yODhWMTAuODMzTDIwLjA0NSAxbDE4Ljc3MyA5LjgzM3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
        background-size: 40px 42px;
        background-position: 50%;
        width: 100%;
        height: 42px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        top: calc(100% - 25px); }
        .posts article.resources .post-title .download-icon .line-before {
          left: 0; }
        .posts article.resources .post-title .download-icon .line-after {
          right: 0; }
        .posts article.resources .post-title .download-icon .line-before, .posts article.resources .post-title .download-icon .line-after {
          opacity: 0;
          position: absolute;
          height: 4px;
          background-color: #fff;
          width: calc(50% - 40px);
          bottom: 50%; }
    .posts article.resources:hover .download-text {
      opacity: 1;
      transition: opacity 0.4s; }
    .posts article.resources:hover .post-title:after {
      opacity: 1;
      transition: opacity 0.3s; }
    .posts article.resources:hover .download-icon {
      opacity: 1;
      transition: opacity 0.3s; }
      .posts article.resources:hover .download-icon .line-before, .posts article.resources:hover .download-icon .line-after {
        opacity: 1;
        transition: opacity 0.3s; }
    @media (max-width: 767px) {
      .posts article.resources .download-text {
        opacity: 1 !important;
        transition: opacity 0.4s; }
      .posts article.resources .post-title:after {
        opacity: 1 !important;
        transition: opacity 0.3s; }
      .posts article.resources .download-icon {
        opacity: 1 !important;
        transition: opacity 0.3s; }
        .posts article.resources .download-icon .line-before, .posts article.resources .download-icon .line-after {
          opacity: 1  !important;
          transition: opacity 0.3s; } }
  @media (max-width: 1400px) {
    .posts .archive-post {
      width: 33%; } }
  @media (max-width: 1200px) {
    .posts .archive-post {
      width: 50%; } }
  @media (max-width: 991px) {
    .posts .archive-post {
      width: 100%; } }
  @media (max-width: 590px) {
    .posts .row {
      padding: 0;
      margin: 0 42px; }
    .posts .container-fluid {
      padding: 0; } }
  @media (max-width: 420px) {
    .posts .row {
      margin: 5px; } }

.get-start_hero_section {
  padding-top: 39px;
  margin-bottom: 30px;
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .get-start_hero_section {
      padding-top: 76px;
      margin-bottom: 18.5px; }
      .get-start_hero_section .container-fluid {
        padding-right: 16px;
        padding-left: 16px; } }
  @media (min-width: 1200px) {
    .get-start_hero_section .container-fluid {
      padding-right: 62px;
      padding-left: 62px; } }

.getting-started_hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 590px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .getting-started_hero {
      max-height: 394px;
      min-height: 394px; } }
  .getting-started_hero .frame {
    position: absolute;
    top: 38px;
    left: 38px;
    height: calc(100% + 28px);
    width: calc(100% - 38px - 38px);
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .getting-started_hero .frame {
        top: 30px;
        left: 21px;
        height: calc(100% + 18px);
        width: calc(100% - 21px - 21px); } }
  .getting-started_hero h1 {
    position: relative; }
  .getting-started_hero .desc.page-hero-subtitle {
    width: calc(100% - 104px);
    margin: 0 auto; }
    @media (max-width: 450px) {
      .getting-started_hero .desc.page-hero-subtitle {
        display: none; } }

.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5; }

.page-template-getting-started {
  /* ----------- Float stone section -------------*/
  /*------------  Getting started section --------------*/ }
  .page-template-getting-started .float-stones_section {
    z-index: 3;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .page-template-getting-started .float-stones_section {
        min-height: 180px;
        max-height: 180px;
        margin-bottom: 40px; } }
    .page-template-getting-started .float-stones_section .white_line {
      height: 0px;
      width: 3px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .page-template-getting-started .float-stones_section .white_line {
          height: 0px;
          width: 2px;
          margin: 0 auto;
          max-height: 181px; } }
  .page-template-getting-started .get-start_page__take-5 {
    padding: 40px 0 0;
    margin-bottom: 149px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .page-template-getting-started .get-start_page__take-5 {
        padding: 0;
        margin-bottom: 131px; } }
    .page-template-getting-started .get-start_page__take-5 h2, .page-template-getting-started .get-start_page__take-5 .h2 {
      margin-bottom: 21px;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 991px) {
        .page-template-getting-started .get-start_page__take-5 h2, .page-template-getting-started .get-start_page__take-5 .h2 {
          margin-bottom: 28px; } }
    .page-template-getting-started .get-start_page__take-5 .take_info__wrap {
      padding: 0 114px;
      width: 100%;
      left: 0;
      /*>=1200px*/
      /*>=1410px*/
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 1199px) {
        .page-template-getting-started .get-start_page__take-5 .take_info__wrap {
          min-height: initial; } }
      @media (max-width: 991px) {
        .page-template-getting-started .get-start_page__take-5 .take_info__wrap {
          padding-right: 30px;
          padding-left: 30px;
          min-height: initial; } }
      .page-template-getting-started .get-start_page__take-5 .take_info__wrap .section-info {
        width: 61.5%;
        max-width: 100%;
        padding: 9.55vh 0 0;
        /*>=1200px*/
        /*>=1410px*/ }
        @media (max-width: 991px) {
          .page-template-getting-started .get-start_page__take-5 .take_info__wrap .section-info {
            width: 100%;
            min-height: initial;
            padding: 0; } }
        .page-template-getting-started .get-start_page__take-5 .take_info__wrap .section-info > * {
          text-align: left; }
      .page-template-getting-started .get-start_page__take-5 .take_info__wrap .desc {
        margin-bottom: 0; }
    .page-template-getting-started .get-start_page__take-5 .take_float-elem__1 {
      top: 0;
      left: auto;
      right: 6.7%;
      width: 51.25%;
      min-width: auto;
      max-width: 805px;
      height: 57.7vh;
      min-height: auto;
      max-height: 519px;
      /*>=1200px*/
      /*>=1410px*/
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 1199px) {
        .page-template-getting-started .get-start_page__take-5 .take_float-elem__1 {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          max-height: 70%; } }
      @media (max-width: 991px) {
        .page-template-getting-started .get-start_page__take-5 .take_float-elem__1 {
          display: none; } }
      .page-template-getting-started .get-start_page__take-5 .take_float-elem__1 .front-layer {
        left: 0;
        top: 0;
        width: calc(100% - 15px);
        /*>=1200px*/
        /*>=1410px*/ }
      .page-template-getting-started .get-start_page__take-5 .take_float-elem__1 .take_colored-back_layer {
        background-color: #5dbf8c;
        top: 21.19%;
        left: auto;
        right: 0;
        width: calc(100% - 15.85%);
        min-width: auto;
        max-width: 688px;
        height: calc(100% - 21.15%);
        min-height: auto;
        max-height: 407px; }

.float_section__righter30 .float-stones_img {
  left: -43px;
  top: -150px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .float_section__righter30 .float-stones_img {
      top: -21px; } }

.items_grid {
  margin-bottom: 56px;
  /*>=1200px*/
  /*>=1410px*/ }
  .items_grid [class*="col-"] {
    margin-bottom: 72px; }
  @media (max-width: 991px) {
    .items_grid {
      margin-bottom: 38px; } }
  .items_grid .container-fluid {
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .items_grid .container-fluid {
        padding-right: 8.5px;
        padding-left: 8.5px; } }
    .items_grid .container-fluid [class*="col-"] {
      padding-right: 7.5px;
      padding-left: 7.5px; }
  .items_grid .grid_item {
    position: relative;
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(./img/jpg/599104836.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* @if $color != 'none' {
     background-color: $color;
   }*/
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .items_grid .grid_item {
        height: 480px;
        max-height: 480px;
        min-height: initial; } }
    .items_grid .grid_item .w-img {
      position: absolute;
      top: 0;
      left: 0; }
      .items_grid .grid_item .w-img img {
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 100%; }
    .items_grid .grid_item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.2;
      transition: 0.3s linear;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 991px) {
        .items_grid .grid_item .overlay {
          opacity: 0.7; } }
    .items_grid .grid_item .frame {
      border-width: 1px;
      position: absolute;
      top: -33px;
      left: 50%;
      height: calc(100% + 33px + 37px);
      width: calc(100% - 26px - 26px);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      transition: 0.3s linear;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 991px) {
        .items_grid .grid_item .frame {
          height: calc(100% + 18px + 22px);
          width: calc(100% - 11px - 11px);
          top: -18px;
          opacity: 1; } }
    .items_grid .grid_item .w-text {
      position: relative;
      max-height: 100%;
      padding: 0 60px;
      z-index: 2;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 991px) {
        .items_grid .grid_item .w-text {
          padding-right: 51px;
          padding-left: 51px; } }
    .items_grid .grid_item h4, .items_grid .grid_item .h4 {
      font-size: 2.125rem;
      font-family: "HelveticaNeue-Condensed", serif;
      font-weight: 500;
      letter-spacing: 5px;
      color: #fffffe;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 991px) {
        .items_grid .grid_item h4, .items_grid .grid_item .h4 {
          font-size: 1.75rem;
          letter-spacing: 4.1px; } }
    .items_grid .grid_item:hover .overlay, .items_grid .grid_item:focus .overlay {
      opacity: 0.7; }
    .items_grid .grid_item:hover .frame, .items_grid .grid_item:focus .frame {
      opacity: 1; }
    .items_grid .grid_item:hover .view-now, .items_grid .grid_item:focus .view-now {
      opacity: 1;
      transition: opacity 0.4s; }
  .items_grid .view-now {
    opacity: 0;
    margin-top: 20px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 991px) {
      .items_grid .view-now {
        opacity: 1; } }

.hero-section.contact-us .w-hero_content {
  padding-top: 100px;
  padding-bottom: 0px; }

.hero-section.contact-us h1 {
  text-align: center; }

.contact-us .float-stones_line {
  background-color: #5DBF8C;
  top: -121px; }

.contact-us .top-text .desc {
  max-width: 673px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .contact-us .top-text .desc {
      font-size: 15px !important; } }

.contact-us .bullet-list li {
  margin-bottom: 30px;
  position: relative; }
  .contact-us .bullet-list li a {
    padding-left: calc(22px + 24.8px);
    font-family: HelveticaNeue;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fffffe;
    position: relative;
    display: inline-block; }
    .contact-us .bullet-list li a span {
      /* from Bret Bash, ref. https://codepen.io/brettbash/pen/YNErgL */
      /*background-image: linear-gradient(to right, transparent 50%, #000 50%);
        background-position: 0;
        background-size: calc(200% + 1px);
        transition: all 0.4s;
        &:hover {
          background-position: calc(-100% - 1px);
          color:$pale-red;
        }*/ }
    .contact-us .bullet-list li a:hover {
		
      color: #da3832; }
  .contact-us .bullet-list li:before {
    background-image: url(./img/svg/bullet.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* @if $color != 'none' {
     background-color: $color;
   }*/
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    top: 3px;
    z-index: 2; }

.contact-us .contact-text {
  margin-bottom: 65px; }
  @media (max-width: 991px) {
    .contact-us .contact-text .desc {
      font-size: 20px; } }

.contact-us .padding-zero-right {
  padding-right: 0px !important; }

.contact-us .padding-zero-left {
  padding-left: 0px !important; }

.contact-us .contact-image-form {
  margin-top: 80px;
  margin-bottom: 142px; }

.contact-us .union {
  margin-bottom: 16px; }
  .contact-us .union .your-name input {
    margin-right: 8px; }
  .contact-us .union .your-lastname input {
    margin-left: 8px; }
  .contact-us .union input {
    width: calc(50% - 8px); }

.contact-us input[type=text], .contact-us input[type=email], .contact-us textarea {
  background-color: #131515;
  border: none;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 2px;
  color: #9b9ba0;
  padding: 24px 29px;
  outline: 0; }
  @media (max-width: 991px) {
    .contact-us input[type=text], .contact-us input[type=email], .contact-us textarea {
      font-size: 15px; } }

.contact-us .wpcf7-form-control-wrap.your-email {
  width: 100%;
  margin-bottom: 16px;
  display: block; }
  .contact-us .wpcf7-form-control-wrap.your-email input {
    width: 100%; }

.contact-us input[type=submit] {
  margin-left: 88px;
  float: right;
  margin-top: 16px;
  border-radius: 3px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  white-space: pre-wrap;
  display: inline-block;
  min-width: 173px;
  font-family: "HelveticaNeue", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 6px;
  text-align: center;
  color: #1a1a1d;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 17px 36px;
  background-image: linear-gradient(104deg, #da3832, #af222f);
  box-shadow: 3px 3px 25px 0 rgba(127, 20, 30, 0.5);
  transition: 0.25s ease-in-out;
  /*>=1200px*/
  /*>=1410px*/ }
  .contact-us input[type=submit]:hover {
    box-shadow: none;
    background-image: linear-gradient(104deg, #da3832, #da3832);
    color: #fff; }
  .contact-us input[type=submit]:hover, .contact-us input[type=submit]:focus {
    border-color: #da3832; }
  @media (max-width: 991px) {
    .contact-us input[type=submit] {
      min-width: 183px;
      margin: 0 auto; } }
  @media (max-width: 413px) {
    .contact-us input[type=submit] {
      font-size: 1.125rem;
      letter-spacing: 3px;
      padding-right: 20px !important;
      padding-left: 20px !important; } }

.contact-us .wpcf7-response-output {
  margin: 0;
  border: none;
  font-family: HelveticaNeue;
  font-size: 16px;
  letter-spacing: 1.8px;
  padding: 0;
  margin-top: 16px; }

.contact-us input.wpcf7-not-valid, .contact-us textarea.wpcf7-not-valid {
  border: 1px solid #da3832; }

.contact-us .wpcf7-not-valid-tip {
  display: none; }

.contact-us .wpcf7-response-output {
  color: #5dbf8c; }

.contact-us .wpcf7-validation-errors {
  color: #da3832; }

.contact-us div.wpcf7 .ajax-loader {
  display: none; }

@media (max-width: 991px) {
  .contact-us .contact-image {
    text-align: center;
    margin-bottom: 80px; }
  .contact-us .padding-zero-right {
    padding-right: 30px !important; }
  .contact-us .padding-zero-left {
    padding-left: 30px !important; }
  .contact-us input[type=submit] {
    width: 100%;
    margin-top: 16px !important; }
  .contact-us .union {
    margin-bottom: 0; }
    .contact-us .union input {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 16px; }
  .contact-us .wpcf7-response-output {
    top: 16px;
    position: relative;
    text-align: center; } }

.contact-us .mailto-link:hover {
  color: #da3832; }

@media (max-width: 991px) {
  .page-template-about .container-fluid > .row > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .page-template-about .desc {
    font-size: 15px !important; } }

@media (max-width: 991px) {
  .page-template-about .w-hero_content {
    padding-bottom: 146px;
    padding-top: 100px; } }

.content-area.about .padding-zero-left {
  padding-left: 0 !important;
  padding-right: 78px; }

.content-area.about .float-stones_section.aboutstones {
  margin-top: 0; }
  .content-area.about .float-stones_section.aboutstones .float-stones_line {
    margin: 0 auto;
    top: 125px;
    position: absolute;
    background-color: #5dbf8c; }
    @media (max-width: 991px) {
      .content-area.about .float-stones_section.aboutstones .float-stones_line {
        z-index: 6;
        top: 48px; } }

.content-area.about .astronaut-section {
  margin-top: 201px; }
  @media (max-width: 991px) {
    .content-area.about .astronaut-section {
      margin-top: 20px; } }
  .content-area.about .astronaut-section .absolute_elem {
    top: -246px;
    left: 5px; }
    @media (max-width: 1024px) {
      .content-area.about .astronaut-section .absolute_elem {
        top: 0; } }
  .content-area.about .astronaut-section .absolute_elem_2 {
    right: 0;
    position: absolute;
    bottom: -170px; }
  .content-area.about .astronaut-section .desc-wrapper {
    max-width: 714px; }
    .content-area.about .astronaut-section .desc-wrapper .layer-bg {
      background-color: #af222f;
      max-width: calc(592.2px - 29px);
      margin: 0 auto;
      position: absolute;
      z-index: 1;
      width: calc(100% + 41px);
      height: 100%;
      top: -29px;
      right: 58px; }
      @media (max-width: 991px) {
        .content-area.about .astronaut-section .desc-wrapper .layer-bg {
          display: none; } }
    .content-area.about .astronaut-section .desc-wrapper .wrapper-content {
      padding-left: 15px;
      padding-right: 39px;
      padding-top: 97px;
      padding-bottom: 97px;
      background-color: #131515;
      z-index: 2;
      position: relative;
      max-width: 714px; }
      @media (max-width: 991px) {
        .content-area.about .astronaut-section .desc-wrapper .wrapper-content {
          max-width: 100%;
          margin: 0 auto;
          padding-top: 100px;
          padding-left: 17px;
          padding-right: 17px; } }
    .content-area.about .astronaut-section .desc-wrapper .title {
      font-family: HelveticaNeue;
      font-size: 50px;
      font-weight: bold;
      letter-spacing: 8.3px;
      text-align: right;
      color: #da3832;
      text-transform: uppercase;
      margin-bottom: 34px; }
      @media (max-width: 991px) {
        .content-area.about .astronaut-section .desc-wrapper .title {
          text-align: center;
          font-size: 36px;
          font-weight: bold;
          line-height: 1.11;
          letter-spacing: 5.8px; } }
    .content-area.about .astronaut-section .desc-wrapper .desc {
      font-family: HelveticaNeue;
      font-size: 18px;
      line-height: 1.56;
      letter-spacing: 2px;
      text-align: right;
      color: #fffffe;
      padding-left: 80px; }
      @media (max-width: 991px) {
        .content-area.about .astronaut-section .desc-wrapper .desc {
          text-align: left;
          padding-left: 0px; } }
    @media (max-width: 991px) {
      .content-area.about .astronaut-section .desc-wrapper {
        margin: 0 auto;
        max-width: 100%;
        z-index: 5;
        position: relative; } }
  @media (max-width: 991px) {
    .content-area.about .astronaut-section .padding-zero-left {
      padding-left: 15px !important;
      padding-right: 15px; } }

.content-area.about .middle-line-section {
  margin-top: 145px;
  position: relative;
  z-index: 2; }
  .content-area.about .middle-line-section .desc.desc-middle-line {
    background-color: #1a1a1d;
    padding: 54.3px 26.7px 72.7px 311px;
    font-family: HelveticaNeue;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 3px;
    text-align: center;
    color: #fffffe;
    max-height: 210px;
    max-width: 1242px;
    position: relative;
    left: -76px; }
    @media (max-width: 1280px) {
      .content-area.about .middle-line-section .desc.desc-middle-line {
        padding: 54.3px 26.7px 72.7px 55px; } }
    .content-area.about .middle-line-section .desc.desc-middle-line:after {
      content: "";
      position: absolute;
      border: 1px solid #da3832;
      height: 100%;
      width: 100%;
      right: -41px;
      top: -19px;
      max-width: 1025px; }
      @media (max-width: 991px) {
        .content-area.about .middle-line-section .desc.desc-middle-line:after {
          display: none; } }
    @media (max-width: 991px) {
      .content-area.about .middle-line-section .desc.desc-middle-line {
        padding: 50px 17px;
        left: 0;
        z-index: 2;
        max-width: 100%;
        max-height: 100%; } }
  .content-area.about .middle-line-section .lines-back {
    position: absolute;
    border: 1px solid #da3832;
    height: calc(100% + 38px);
    width: calc(100% - 100px);
    left: 0;
    top: -19px;
    max-width: 100%;
    z-index: 1; }

.content-area.about .bullets-info {
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .content-area.about .bullets-info {
      margin-bottom: 0px; }
      .content-area.about .bullets-info > .container-fluid > .row:first-child {
        margin-bottom: -60px; }
      .content-area.about .bullets-info > .container-fluid > .row.visible-xs {
        margin-left: 15px; }
        .content-area.about .bullets-info > .container-fluid > .row.visible-xs .col-md-6 {
          max-height: 190px;
          top: calc(100% - 165px);
          left: -20px; } }
  .content-area.about .bullets-info .bullet-list li {
    margin-bottom: 30px;
    position: relative; }
    .content-area.about .bullets-info .bullet-list li span {
      /* from Brett Bash, ref. https://codepen.io/brettbash/pen/YNErgL */
      /*background-image: linear-gradient(to right, transparent 50%, #000 50%);
        background-position: 0;
        background-size: calc(200% + 1px);
        transition: all 0.4s;
        line-height: 22px;
        &:hover {
          background-position: calc(-100% - 1px);
          color:$pale-red;
        }*/
      padding-left: calc(22px + 24.8px);
      font-family: HelveticaNeue;
      font-size: 18px;
      letter-spacing: 2px;
      color: #fffffe;
      position: relative;
      display: inline-block; }
    .content-area.about .bullets-info .bullet-list li:before {
      background-image: url(./img/svg/bullet.svg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      /* @if $color != 'none' {
     background-color: $color;
   }*/
      content: "";
      position: absolute;
      left: 0;
      display: block;
      width: 22px;
      height: 22px;
      top: 3px;
      z-index: 2; }
  .content-area.about .bullets-info .about-bullets {
    margin-top: 74px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .content-area.about .bullets-info .about-bullets {
        margin-bottom: 0px;
        padding-right: 30px;
        z-index: 4; } }
  .content-area.about .bullets-info .about-info-image {
    padding-right: 70px;
    top: -35px; }
    .content-area.about .bullets-info .about-info-image .img-responsive {
      z-index: 2;
      position: relative; }
    .content-area.about .bullets-info .about-info-image .layer-bg {
      background-color: #056f86;
      max-width: 527.1px;
      margin: 0 auto;
      position: absolute;
      z-index: 1;
      width: calc(100% + 41px);
      height: 100%;
      bottom: -30px;
      right: -20px;
      max-height: 367px; }
      @media (max-width: 991px) {
        .content-area.about .bullets-info .about-info-image .layer-bg {
          width: calc(75% - 41px);
          right: -30px; } }
    .content-area.about .bullets-info .about-info-image .data-wrapper {
      position: relative;
      max-width: 608px; }
      .content-area.about .bullets-info .about-info-image .data-wrapper .float-stones_section {
        position: absolute;
        top: -115px;
        left: 0;
        z-index: 3; }
      .content-area.about .bullets-info .about-info-image .data-wrapper .float-stones_img-about {
        width: 164px;
        height: 252px;
        background-image: url(./img/png/about_asteroids.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        /* @if $color != 'none' {
     background-color: $color;
   }*/
        left: 14px;
        position: relative; }
      @media (max-width: 991px) {
        .content-area.about .bullets-info .about-info-image .data-wrapper {
          margin: 0 auto; } }
    @media (max-width: 991px) {
      .content-area.about .bullets-info .about-info-image {
        top: 0;
        margin-top: 80px;
        padding: 0 30px; } }

.content-area.about .about-bottom {
  margin-bottom: 100px;
  z-index: 3; }
  .content-area.about .about-bottom .float-stones_img-about {
    width: 416px;
    height: 252px;
    background-image: url(./img/png/about_asteroids.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    /* @if $color != 'none' {
     background-color: $color;
   }*/
    left: -35px;
    position: relative; }
  .content-area.about .about-bottom.hidden-xs {
    margin-top: 90px;
    left: 90px;
    position: relative;
    margin-left: -40px; }
    .content-area.about .about-bottom.hidden-xs .float-stones_img-about {
      width: 208px; }
  .content-area.about .about-bottom .data-wrapper {
    position: relative; }
    .content-area.about .about-bottom .data-wrapper .img-responsive {
      z-index: 2;
      position: relative;
      top: 16px; }
    .content-area.about .about-bottom .data-wrapper .layer-bg {
      background-color: #45847e;
      max-width: 177px;
      margin: 0 auto;
      position: absolute;
      z-index: 1;
      width: calc(100% + 41px);
      height: 100%;
      top: 0;
      left: -45px;
      max-height: 336px; }
      @media (max-width: 991px) {
        .content-area.about .about-bottom .data-wrapper .layer-bg {
          max-height: 138px;
          top: calc(100% - 95px);
          left: -15px; } }
    @media (max-width: 991px) {
      .content-area.about .about-bottom .data-wrapper {
        top: -39px;
        width: 75%;
        left: 30px; } }

@media (max-width: 991px) {
  .content-area.about section.team {
    margin-top: 50px; } }

.content-area.about section.team .team-title-wrap {
  margin-bottom: 50px; }
  .content-area.about section.team .team-title-wrap h2 {
    margin-bottom: 25px; }

@media (min-width: 991px) {
  .content-area.about section.team .team-list-wrap.right .team-item > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content-area.about section.team .team-list-wrap.right .team-item > .row .team-underlay {
      right: calc(0px - 20px);
      left: initial; }
    .content-area.about section.team .team-list-wrap.right .team-item > .row .team-image {
      text-align: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      left: calc(0px - 20px) !important; }
    .content-area.about section.team .team-list-wrap.right .team-item > .row .team-desc {
      padding-left: 50px; }
      .content-area.about section.team .team-list-wrap.right .team-item > .row .team-desc:after {
        right: -100px;
        left: initial; } }

.content-area.about section.team .team-item {
  margin-bottom: 88px; }
  @media (min-width: 991px) {
    .content-area.about section.team .team-item {
      max-width: 80%;
      margin: 0 auto 139px auto; } }
  .content-area.about section.team .team-item .team-content {
    margin-top: 10%; }
    .content-area.about section.team .team-item .team-content .team-name {
      text-transform: uppercase;
      margin-bottom: 100px;
      font-family: "HelveticaNeue", serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 5px; }
      @media (max-width: 991px) {
        .content-area.about section.team .team-item .team-content .team-name {
          margin-bottom: 0.7em; } }
  @media (max-width: 991px) {
    .content-area.about section.team .team-item .team-image {
      max-width: 70%;
      padding: 0 10px;
      margin: 0 auto; } }
  .content-area.about section.team .team-item .team-image .team-underlay {
    position: absolute;
    bottom: calc(0px - 50px);
    left: calc(0px - 20px);
    width: 285px;
    height: 255px;
    background: #af2330;
    z-index: 1; }
    @media (max-width: 991px) {
      .content-area.about section.team .team-item .team-image .team-underlay {
        display: none; } }
  @media (max-width: 991px) {
    .content-area.about section.team .team-item .team-image {
      text-align: center; } }
  .content-area.about section.team .team-item .team-image img {
    position: relative;
    z-index: 2; }
  @media (max-width: 991px) {
    .content-area.about section.team .team-item .team-name {
      padding: 0 15px;
      margin-bottom: 50px; } }
  .content-area.about section.team .team-item .team-desc {
    padding-right: 50px;
    position: relative; }
    @media (max-width: 991px) {
      .content-area.about section.team .team-item .team-desc {
        padding: 0 15px; } }
    .content-area.about section.team .team-item .team-desc:after {
      content: "";
      position: absolute;
      top: -50px;
      left: -100px;
      width: calc(100% + 115px);
      height: calc(100% + 100px);
      border: 3px solid #af2330;
      z-index: 2; }
      @media (max-width: 991px) {
        .content-area.about section.team .team-item .team-desc:after {
          display: none; } }

.page-template-book-club .hero-section .w-hero_content {
  padding-top: 100px;
  padding-bottom: 150px;
  /*@media (max-width:991px) {
      padding-bottom: 146px;
      padding-top: 137px;
    }*/ }

@media (max-width: 991px) {
  .page-template-book-club .desc {
    font-size: 15px !important; } }

.book-club .fix-index {
  position: relative;
  z-index: 4; }

.book-club .padding-zero-right {
  padding-right: 0 !important; }

.book-club .padding-zero-left {
  padding-left: 0 !important; }

.book-club .float-stones_section {
  margin-top: -231px; }
  .book-club .float-stones_section .float-stones_line {
    margin: 0 auto;
    top: 125px;
    position: absolute;
    background-color: #5dbf8c; }
    @media (max-width: 991px) {
      .book-club .float-stones_section .float-stones_line {
        z-index: 6;
        top: 100px; } }

.book-club .float-elems {
  margin-top: -100px; }

.book-club .info-section {
  margin-top: 50px;
  margin-bottom: 128px; }
  .book-club .info-section .padding-left-fix {
    padding-left: 59px; }
  .book-club .info-section .margin-top-fix {
    margin-top: 22px; }
  .book-club .info-section .block-text .layer-bg {
    background-color: #45847e;
    max-width: 448px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    width: calc(100% + 41px);
    height: 100%;
    top: -10px;
    left: 35px;
    max-height: 148px; }
    @media (max-width: 991px) {
      .book-club .info-section .block-text .layer-bg {
        display: none; } }
  @media (max-width: 991px) {
    .book-club .info-section .block-text {
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .book-club .info-section .block-text .title {
        text-align: center !important;
        padding-top: 60px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .book-club .info-section .block-text .title {
        font-size: 36px !important; } }
  .book-club .info-section .block-image {
    padding-left: 0 !important;
    margin-left: -35px; }
    .book-club .info-section .block-image .layer-bg {
      background-color: #af222f;
      max-width: calc(688px - 29px);
      margin: 0 auto;
      position: absolute;
      z-index: 1;
      width: calc(100% + 41px);
      height: 100%;
      top: 108px;
      right: 100px;
      max-height: 380px; }
      @media (max-width: 991px) {
        .book-club .info-section .block-image .layer-bg {
          display: none; } }
    @media (max-width: 991px) {
      .book-club .info-section .block-image {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-left: 0;
        text-align: center; }
        .book-club .info-section .block-image img {
          margin: 0 auto;
          margin-top: -70px; } }
  .book-club .info-section .desc-wrapper .wrapper-content {
    background-color: #131515;
    padding: 96px 58px; }
    @media (max-width: 991px) {
      .book-club .info-section .desc-wrapper .wrapper-content {
        padding: 108px 17px 50px 17px; } }
  .book-club .info-section .desc-wrapper .title {
    font-family: HelveticaNeue;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 8.3px;
    text-align: left;
    color: #da3832;
    text-transform: uppercase;
    margin-bottom: 21px; }
  .book-club .info-section .desc-wrapper .desc {
    font-family: HelveticaNeue;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 2px;
    text-align: left;
    color: #fffffe; }
    @media (max-width: 991px) {
      .book-club .info-section .desc-wrapper .desc {
        margin-bottom: 45px; } }
  .book-club .info-section .bullet-list li {
    margin-bottom: 30px;
    position: relative; }
    .book-club .info-section .bullet-list li a {
      padding-left: calc(22px + 24.8px);
      font-family: HelveticaNeue;
      font-size: 18px;
      letter-spacing: 2px;
      color: #fffffe;
      position: relative;
      display: inline-block; }
      .book-club .info-section .bullet-list li a span {
        /* from Bret Bash, ref. https://codepen.io/brettbash/pen/YNErgL */
        /*background-image: linear-gradient(to right, transparent 50%, #000 50%);
          background-position: 0;
          background-size: calc(200% + 1px);
          transition: all 0.4s;

          &:hover {
            background-position: calc(-100% - 1px);
            color:$pale-red;
          }*/ }
      .book-club .info-section .bullet-list li a:hover {
		  
        color: #da3832; }
    .book-club .info-section .bullet-list li:before {
      background-image: url(./img/svg/bullet.svg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      /* @if $color != 'none' {
     background-color: $color;
   }*/
      content: "";
      position: absolute;
      left: 0;
      display: block;
      width: 22px;
      height: 22px;
      top: 3px;
      z-index: 2; }
  .book-club .info-section .list-title {
    font-family: HelveticaNeue;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 12px;
    text-align: left;
    color: #5dbf8c;
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .book-club .info-section .list-title {
        font-size: 25px; } }
    .book-club .info-section .list-title:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      max-width: 428px;
      background-color: rgba(255, 255, 255, 0.2);
      margin-left: 20px; }
      @media (max-width: 991px) {
        .book-club .info-section .list-title:after {
          max-width: calc(100% - 528px); } }

.book-club .col-md-8 {
  margin-top: 118px; }



.book-club .astro {
  z-index: 5; }
  .book-club .astro img {
    right: -80px;
    top: -130px; }

@media (max-width: 991px) {
  .page-template-compliance-training .w-hero_content {
    padding-bottom: 146px;
    padding-top: 137px; } }

.compliance-training .padding-zero-right {
  padding-right: 0 !important; }

.compliance-training .float-stones_section {
  margin-top: -231px; }
  .compliance-training .float-stones_section .float-stones_line {
    margin: 0 auto;
    top: 125px;
    position: absolute;
    background-color: #5dbf8c; }
    @media (max-width: 991px) {
      .compliance-training .float-stones_section .float-stones_line {
        z-index: 6;
        top: 48px; } }

.compliance-training .info-section {
  margin-top: 276px;
  margin-bottom: 128px; }
  @media (max-width: 991px) {
    .compliance-training .info-section {
      margin-top: -85px; } }

.compliance-training .block-text {
  z-index: 2;
  top: 10px;
  padding-left: 0 !important;
  padding-right: 0px !important;
  right: 50px; }
  @media (max-width: 991px) {
    .compliance-training .block-text {
      padding-right: 15px !important;
      padding-left: 15px !important;
      right: 0;
      margin-top: -45px; } }

.compliance-training .block-image .img-responsive {
  z-index: 2;
  position: relative; }

.compliance-training .block-image .layer-bg {
  background-color: #af222f;
  position: absolute;
  height: 100%;
  width: calc(100% - 228px);
  top: -20px;
  left: calc(114px - 10px);
  max-width: 688px; }
  @media (max-width: 991px) {
    .compliance-training .block-image .layer-bg {
      display: none; } }

@media (max-width: 991px) {
  .compliance-training .block-image {
    padding-right: 15px !important;
    padding-left: 15px !important; }
    .compliance-training .block-image img {
      margin: 0 auto; } }

.compliance-training .desc-wrapper .desc {
  font-family: HelveticaNeue;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 2px;
  text-align: left;
  color: #fffffe;
  padding: 63px 62.2px 78.7px 73.5px;
  background-color: #131515; }
  @media (max-width: 991px) {
    .compliance-training .desc-wrapper .desc {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 15px; } }

.compliance-training .bullet-list li {
  margin-bottom: 30px;
  position: relative; }
  .compliance-training .bullet-list li a {
    padding-left: calc(22px + 24.8px);
    font-family: HelveticaNeue;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fffffe;
    position: relative;
    display: inline-block; }
    .compliance-training .bullet-list li a span {
      /* from Bret Bash, ref. https://codepen.io/brettbash/pen/YNErgL */
      /*background-image: linear-gradient(to right, transparent 50%, #000 50%);
        background-position: 0;
        background-size: calc(200% + 1px);
        transition: all 0.4s;
        line-height: 22px;
        &:hover {
          background-position: calc(-100% - 1px);
          color:$pale-red;
        }*/ }
    .compliance-training .bullet-list li a:hover {
      color: #da3832; }
  .compliance-training .bullet-list li:before {
    background-image: url(./img/svg/bullet.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* @if $color != 'none' {
     background-color: $color;
   }*/
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    top: 3px;
    z-index: 2; }

.compliance-training .list-title {
  font-family: HelveticaNeue;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 12px;
  text-align: left;
  color: #5dbf8c;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.25em; }
  @media (max-width: 991px) {
    .compliance-training .list-title {
      font-size: 25px; } }
  .compliance-training .list-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    max-width: 428px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 20px; }
    @media (max-width: 991px) {
      .compliance-training .list-title:after {
        max-width: calc(100% - 528px); } }

.compliance-training .bottom-row {
  margin-top: 110px; }

footer {
  position: relative;
  color: #9b9ba0;
  font-size: 1.125rem;
  font-family: "HelveticaNeue", serif;
  padding-top: 52px;
  background-image: url(./img/png/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* @if $color != 'none' {
     background-color: $color;
   }*/
  background-color: #1a1a1d;
  z-index: 1;
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    footer {
      padding-top: 45px; } }
  @media (max-width: 480px) {
    footer {
      background-position-x: 56%;
      /*background-position-y: 9px;*/
      background-size: cover; } }
  footer h4 {
    font-family: "HelveticaNeue-Condensed", serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #af222f;
    margin-bottom: 16px;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 767px) {
      footer h4 {
        text-align: center; } }
  footer .row {
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 767px) {
      footer .row [class*="col-"] {
        margin-bottom: 68px; }
        footer .row [class*="col-"]:last-child {
          margin-bottom: 0; } }
  footer ul, footer p {
    font-family: inherit;
    color: inherit; }

.footer_links ul {
  font-size: 1.125rem; }
  .footer_links ul li {
    text-align: left;
    /*>=1200px*/
    /*>=1410px*/ }
    @media (max-width: 767px) {
      .footer_links ul li {
        text-align: center; } }
    .footer_links ul li a {
      font-size: 1.125rem;
      line-height: 1.44;
      letter-spacing: 1.6px;
      /*>=1200px*/
      /*>=1410px*/ }
      @media (max-width: 767px) {
        .footer_links ul li a {
          text-decoration: underline; } }
      .footer_links ul li a:hover, .footer_links ul li a:focus {
        color: #af222f; }

.footer_contact-info .txt {
  line-height: 1.44;
  letter-spacing: 2px;
  padding-right: 8px;
  margin-bottom: 22px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 767px) {
    .footer_contact-info .txt {
      text-align: center;
      padding-right: 0;
      margin-bottom: 33px; } }

.footer_socials {
  text-align: right;
  padding-right: 7px;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 767px) {
    .footer_socials {
      text-align: center;
      padding-right: 0; } }
  .footer_socials a {
    font-size: 23px;
    margin-left: 28px; }
    .footer_socials a:first-child {
      margin-left: 0; }
  .footer_socials a:hover .fa, .footer_socials a:focus .fa {
    color: #af222f; }

.w-footer_bottom-info {
  padding-top: 52px;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .w-footer_bottom-info {
      padding-top: 77px;
      padding-bottom: 23px; } }

.footer_copyright {
  letter-spacing: 2.2px;
  text-align: center;
  font-size: 0.875rem;
  color: #96969f;
  width: calc(100% /3);
  -ms-flex-preferred-size: calc(100% /3);
      flex-basis: calc(100% /3);
  max-width: calc(100% /3);
  padding: 0 15px;
  margin-left: calc(100% /3);
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 1199px) {
    .footer_copyright {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-left: 0; } }
  @media (max-width: 991px) {
    .footer_copyright {
      font-size: 0.75rem; } }

.w-digitech {
  float: left;
  width: calc(100% /3);
  -ms-flex-preferred-size: calc(100% /3);
      flex-basis: calc(100% /3);
  max-width: calc(100% /3);
  /*>=1200px*/
  /*>=1410px*/
  /*>=1200px*/
  /*>=1410px*/ }
  @media (max-width: 991px) {
    .w-digitech {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }
  @media (max-width: 1199px) {
    .w-digitech {
      display: none; } }

.digitech {
  position: relative;
  display: inline-block;
  font-family: "HelveticaNeue", serif;
  font-size: 0.8125rem;
  letter-spacing: 1.4px;
  text-align: left;
  color: #65656a;
  padding-right: 55px; }
  .digitech .digitech_icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 35px;
    background-image: url(./img/svg/rocket.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* @if $color != 'none' {
     background-color: $color;
   }*/ }

/*# sourceMappingURL=maps/style.css.map */
