@charset "UTF-8";
/*!
Theme Name: _s
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
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.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

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. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## 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 ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* 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; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    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. */ }

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

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

/* Search widget. */
.widget_search .search-submit {
  display: none; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

/*--------------------------------------------------------------
## 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.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom changes for Fleep blog 2018 update
--------------------------------------------------------------*/
b, .bold {
  font-weight: 700; }

@font-face {
  font-family: "Avenir-Demi";
  src: url("../static/assets/2017/fonts/Avenir-Demi.eot?#iefix") format("embedded-opentype"), url("../static/assets/2017/fonts/Avenir-Demi.otf") format("opentype"), url("../static/assets/2017/fonts/Avenir-Demi.woff") format("woff"), url("../static/assets/2017/fonts/Avenir-Demi.ttf") format("truetype"), url("Avenir-Demi.svg#Avenir-Demi") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Avenir-Regular";
  src: url("../static/assets/2017/fonts/Avenir-Regular.eot?#iefix") format("embedded-opentype"), url("../static/assets/2017/fonts/Avenir-Regular.otf") format("opentype"), url("../static/assets/2017/fonts/Avenir-Regular.woff") format("woff"), url("../static/assets/2017/fonts/Avenir-Regular.ttf") format("truetype"), url("Avenir-Regular.svg#Avenir-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noto_monoregular';
  src: url("https://fleep.io/static/assets/2017/fonts/NotoMono-Regular-webfont.eot");
  src: url("https://fleep.io/static/assets/2017/fonts/NotoMono-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://fleep.io/static/assets/2017/fonts/NotoMono-Regular-webfont.woff") format("woff"), url("https://fleep.io/static/assets/2017/fonts/NotoMono-Regular-webfont.ttf") format("truetype"), url("https://fleep.io/static/assets/2017/fonts/NotoMono-Regular-webfont.svg#noto_monoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.clearer {
  clear: both; }

.ralative_pos {
  position: relative; }

.desktop_only, .mobile_only {
  visibility: hidden; }

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

.table_row {
  display: table-row; }

pre.prettyprint, code.prettyprint {
  background-color: #F8F8F8 !important;
  border: 1px solid #F8F8F8 !important;
  border-radius: 5px; }

pre.prettyprint {
  width: 95%;
  margin: 1em auto;
  padding: 1em;
  /*  white-space: pre-wrap; */ }

pre.prettyprint a, code.prettyprint a {
  text-decoration: none; }

/*
  
  pre.prettyprint {
  padding: 10px 15px !important;
  border: none !important;
  white-space: pre-wrap;
  }
  
  .prettyprint,
  pre.prettyprint {
      background-color: #272822 !important;
      border: 1px solid #272822 !important;
      overflow: hidden !important !important;
      padding: 8px !important;
  }
  
  */
.prettyprint.linenums,
pre.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
  -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
  box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741; }

.prettyprint.linenums ol,
pre.prettyprint.linenums ol {
  margin: 0 0 0 33px; }

.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li {
  padding-left: 12px;
  color: #000;
  line-height: 37px;
  margin-left: 0;
  list-style: decimal; }

.prettyprint .com {
  color: #000; }

.prettyprint .lit {
  color: #DF5C5C; }

.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
  color: #000; }

.prettyprint .fun {
  color: #DF5C5C; }

.prettyprint .str,
.prettyprint .atv {
  color: #DF5C5C; }

.prettyprint .kwd,
.prettyprint .tag {
  color: #DF5C5C; }

.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
  color: #DF5C5C; }

.prettyprint .pln {
  color: #2869c3; }

.site-content {
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    .site-content {
      max-width: 100%;
      padding: 0 30px; } }
  @media (max-width: 720px) {
    .site-content {
      padding: 0 10px; } }

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item, .grid-sizer {
  width: 48.4%; }
  @media (max-width: 720px) {
    .grid-item, .grid-sizer {
      width: 100%; } }

.grid-item {
  float: left; }

.grid-item--width2 {
  width: 100%; }

.gutter-sizer {
  width: 3.3%; }

.post_container:first-child .post .thumbnail img {
  width: 100%; }
  @media (max-width: 720px) {
    .post_container:first-child .post .thumbnail img {
      margin-left: -25%;
      width: 150%; } }

.post_container:not(:first-child) .post .thumbnail img {
  margin-left: -25%;
  width: 150%; }

.post_container .post {
  background: #FFFFFF;
  box-shadow: 0px 11px 41px rgba(34, 34, 34, 0.05);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px; }
  @media (max-width: 720px) {
    .post_container .post {
      margin-bottom: 30px; } }
  .post_container .post img {
    display: block; }
  .post_container .post .entry-content, .post_container .post h2 {
    margin-top: 0; }
  @media (min-width: 1025px) {
    .post_container .post .entry-content:hover h2 {
      color: #344C6B; }
    .post_container .post .entry-content:hover p {
      color: #344C6B; } }
  .post_container .post a {
    text-decoration: none; }
  .post_container .post .entry-title {
    font-family: "Avenir-Regular";
    font-weight: bold;
    line-height: 32px;
    font-size: 28px;
    color: #222222;
    padding: 0 30px;
    margin: 0;
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .post_container .post .entry-title {
        padding: 0 20px; } }
  .post_container .post p {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
    font-size: 16px;
    color: #94989E;
    padding: 0 30px;
    margin: 0; }
    @media (max-width: 720px) {
      .post_container .post p {
        padding: 0 20px; } }

.edit-link a {
  color: #474747;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 5px 10px 4px; }
  @media (min-width: 1025px) {
    .edit-link a:hover {
      background: #3E81DE;
      color: #fff; } }

.author_container {
  display: table;
  padding: 20px 30px 25px 30px; }
  .author_container img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px; }
  .author_container .author a {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #222222;
    margin-left: 13px; }
    @media (min-width: 1025px) {
      .author_container .author a:hover {
        text-decoration: underline; } }

.category_and_date {
  font-family: "Avenir-Regular";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 26px; }
  @media (max-width: 720px) {
    .category_and_date {
      padding: 20px 20px; } }
  .category_and_date .published {
    color: #94989E; }
  .category_and_date .cat-links a {
    color: #3E81DE;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .category_and_date .cat-links a:hover {
        text-decoration: underline; } }
  .category_and_date .category_and_date_container {
    display: table; }
    .category_and_date .category_and_date_container .circle {
      width: 5px;
      height: 5px;
      background: #d1d2d5;
      border-radius: 100%;
      margin-left: 11px;
      margin-right: 7px; }

.bg_elements .bg_element {
  position: absolute;
  visibility: hidden; }
  .bg_elements .bg_element.notepad {
    left: 1%;
    top: 220px; }
    @media (max-width: 1024px) {
      .bg_elements .bg_element.notepad {
        display: none; } }
  .bg_elements .bg_element.pencil {
    left: 8%;
    top: 370px; }
    @media (max-width: 1250px) {
      .bg_elements .bg_element.pencil {
        left: 3%; } }
    @media (max-width: 1024px) {
      .bg_elements .bg_element.pencil {
        display: none; } }
  .bg_elements .bg_element.letter {
    right: 1%;
    top: 250px; }
    @media (max-width: 2124px) {
      .bg_elements .bg_element.letter {
        right: 4%; } }
    @media (max-width: 1024px) {
      .bg_elements .bg_element.letter {
        display: none; } }
  .bg_elements .bg_element.glasses {
    right: 19%;
    top: 430px; }
    @media (max-width: 2124px) {
      .bg_elements .bg_element.glasses {
        right: 14%; } }
    @media (max-width: 1620px) {
      .bg_elements .bg_element.glasses {
        right: 9%; } }
    @media (max-width: 1420px) {
      .bg_elements .bg_element.glasses {
        right: 1%; } }
    @media (max-width: 1024px) {
      .bg_elements .bg_element.glasses {
        display: none; } }

.bubbles {
  left: 15%;
  margin-top: -9vw;
  position: absolute;
  z-index: 1; }
  @media (max-width: 1920px) {
    .bubbles {
      left: 8%; } }
  @media (max-width: 1450px) {
    .bubbles {
      left: 6%; } }
  @media (max-width: 1350px) {
    .bubbles {
      left: 2%;
      margin-top: -11vw; } }
  @media (max-width: 1210px) {
    .bubbles {
      left: -2%; } }
  @media (max-width: 1024px) {
    .bubbles {
      display: none; } }

.h_line {
  height: 1px;
  width: 100%;
  background: #d1d2d5;
  opacity: 0.3; }

.pagination_section {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .pagination_section {
      margin-top: 40px;
      margin-bottom: 60px; } }
  @media (max-width: 720px) {
    .pagination_section {
      margin-top: 20px;
      margin-bottom: 40px; } }
  .pagination_section svg {
    display: inline; }
  .pagination_section .line_container {
    position: absolute;
    height: 35px;
    width: 100%;
    display: table; }
  .pagination_section .pagination_container {
    z-index: 1;
    position: relative;
    display: inline-table;
    margin: 0 auto;
    height: 35px;
    padding: 0 15px;
    background: #fff; }
    .pagination_section .pagination_container .page-numbers {
      height: 35px;
      display: table-cell;
      vertical-align: middle; }
    .pagination_section .pagination_container .page-numbers, .pagination_section .pagination_container a, .pagination_section .pagination_container a:visited, .pagination_section .pagination_container a:link {
      color: #d1d2d5;
      font-family: 'Open Sans',sans-serif;
      font-size: 13px;
      text-decoration: none;
      font-weight: bold;
      padding: 0 15px; }
      @media (min-width: 1025px) {
        .pagination_section .pagination_container .page-numbers:hover, .pagination_section .pagination_container a:hover, .pagination_section .pagination_container a:visited:hover, .pagination_section .pagination_container a:link:hover {
          color: #000; } }
      .pagination_section .pagination_container .page-numbers.current, .pagination_section .pagination_container a.current, .pagination_section .pagination_container a:visited.current, .pagination_section .pagination_container a:link.current {
        color: #3E81DE; }
    .pagination_section .pagination_container .next .table_cell, .pagination_section .pagination_container .prev .table_cell {
      height: 35px;
      width: 35px;
      box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      .pagination_section .pagination_container .next .table_cell svg, .pagination_section .pagination_container .prev .table_cell svg {
        stroke: #94989E; }
      @media (min-width: 1025px) {
        .pagination_section .pagination_container .next .table_cell:hover, .pagination_section .pagination_container .prev .table_cell:hover {
          background: #3E81DE; }
          .pagination_section .pagination_container .next .table_cell:hover svg, .pagination_section .pagination_container .prev .table_cell:hover svg {
            stroke: #fff; } }

body .ghost_header {
  position: absolute;
  z-index: 0;
  width: 100%; }
  body .ghost_header .site-header {
    padding-bottom: 100px; }

body .real_header {
  visibility: hidden;
  width: 100%; }

.site-header {
  text-align: center;
  color: #fff;
  margin-bottom: 58px; }
  @media (max-width: 1045px) {
    .site-header {
      margin-bottom: 38px; } }
  @media (max-width: 720px) {
    .site-header {
      margin-bottom: 20px; } }
  .site-header h1, .site-header p {
    margin: 33px 0 17px; }
    @media (max-width: 720px) {
      .site-header h1, .site-header p {
        margin: 18px 0 17px; } }
  .site-header .site-title a, .site-header .site-title .text {
    font-family: "Avenir-Regular";
    line-height: 50px;
    font-size: 39px;
    text-align: center;
    color: #fff; }
  .site-header .site-title a {
    font-weight: bold; }
    @media (min-width: 1025px) {
      .site-header .site-title a:hover {
        opacity: .5; } }
  .site-header .site-description {
    font-family: 'Open Sans';
    line-height: 27px;
    font-size: 16px;
    text-align: center;
    width: 450px;
    margin: 0 auto;
    margin-bottom: 36px; }
    @media (max-width: 720px) {
      .site-header .site-description {
        margin-bottom: 20px; } }
    @media (max-width: 550px) {
      .site-header .site-description {
        width: 100%;
        padding: 0 30px; } }
  .site-header .main-navigation {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .site-header .main-navigation .blog_menu_opened {
      display: none; }
    .site-header .main-navigation.toggled .blog_menu_closed {
      display: none; }
    .site-header .main-navigation.toggled .blog_menu_opened {
      display: initial; }
    .site-header .main-navigation .blog_menu {
      display: none;
      margin-bottom: 10px; }
      @media (max-width: 600px) {
        .site-header .main-navigation .blog_menu {
          display: inline-block; } }
      .site-header .main-navigation .blog_menu .hamburger {
        display: inline-block;
        height: 10px;
        margin-right: 10px; }
    .site-header .main-navigation ul {
      width: 600px;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 1024px) {
        .site-header .main-navigation ul {
          width: 100%;
          padding: 0 30px; } }
      @media (max-width: 720px) {
        .site-header .main-navigation ul {
          padding-bottom: 20px; } }
    .site-header .main-navigation li {
      display: inline-block;
      float: none;
      padding: 11px 14px; }
    .site-header .main-navigation .current-menu-item a {
      position: relative; }
      .site-header .main-navigation .current-menu-item a:after {
        left: 0;
        bottom: -8px;
        position: absolute;
        border-bottom: 2px solid #fff;
        width: 100%;
        content: ''; }
    .site-header .main-navigation a {
      font-family: 'Open Sans';
      font-weight: bold;
      text-transform: uppercase;
      transition: all .15s ease;
      color: #fff;
      background: initial;
      box-sizing: border-box;
      text-align: center;
      font-size: 12px;
      position: relative; }
      @media (max-width: 1024px) {
        .site-header .main-navigation a {
          font-size: 16px; } }
      @media (min-width: 1025px) {
        .site-header .main-navigation a:hover {
          opacity: .5; } }

.page .edit-link {
  display: none; }

.page .entry-header {
  padding-top: 140px;
  padding-bottom: 30px; }

.page .content-area {
  margin-top: -60px; }

@media (max-width: 1700px) {
  .page .content-area {
    margin-top: -30px; } }

@media (max-width: 1200px) {
  .page .entry-header {
    padding-top: 100px;
    padding-bottom: 40px; }
  .page .content-area {
    margin-top: 0; } }

@media (max-width: 1024px) {
  .page .entry-header {
    padding-top: 70px !important;
    padding-bottom: 40px !important; }
  .page .content-area {
    margin-top: 0; } }

@media (max-width: 800px) {
  .page .entry-header {
    padding-top: 50px !important;
    padding-bottom: 40px !important; }
  .page .content-area {
    margin-top: 0; } }

.single .cookie_message.ghost, .page .cookie_message.ghost {
  position: fixed;
  display: block !important;
  top: 0;
  z-index: 3; }

.single .post, .page .post {
  padding-top: 68px; }
  @media (max-width: 1024px) {
    .single .post, .page .post {
      padding-top: 58px; } }

.single .sharebar, .page .sharebar {
  position: fixed;
  z-index: 3;
  background: #fff;
  width: 100%;
  box-shadow: 0px 11px 41px rgba(34, 34, 34, 0.05); }
  .single .sharebar .upper_container, .page .sharebar .upper_container {
    height: 68px;
    width: 100%;
    display: table;
    text-align: center; }
    @media (max-width: 1024px) {
      .single .sharebar .upper_container, .page .sharebar .upper_container {
        height: 58px; } }
    .single .sharebar .upper_container .table_cell, .page .sharebar .upper_container .table_cell {
      text-align: right; }
      @media (max-width: 500px) {
        .single .sharebar .upper_container .table_cell, .page .sharebar .upper_container .table_cell {
          text-align: center; } }
      .single .sharebar .upper_container .table_cell.social_buttons, .page .sharebar .upper_container .table_cell.social_buttons {
        width: 148px; }
        @media (max-width: 1024px) {
          .single .sharebar .upper_container .table_cell.social_buttons, .page .sharebar .upper_container .table_cell.social_buttons {
            width: 138px; } }
        @media (max-width: 500px) {
          .single .sharebar .upper_container .table_cell.social_buttons, .page .sharebar .upper_container .table_cell.social_buttons {
            width: auto;
            text-align: left;
            padding-left: 23px; } }
      .single .sharebar .upper_container .table_cell.sharebar_title, .page .sharebar .upper_container .table_cell.sharebar_title {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        line-height: 25px;
        font-size: 14px;
        text-align: center;
        color: #94989E;
        padding-left: 20px; }
        @media (max-width: 1024px) {
          .single .sharebar .upper_container .table_cell.sharebar_title, .page .sharebar .upper_container .table_cell.sharebar_title {
            padding-right: 20px;
            padding-left: 20px; } }
        @media (max-width: 500px) {
          .single .sharebar .upper_container .table_cell.sharebar_title, .page .sharebar .upper_container .table_cell.sharebar_title {
            display: none; } }
      .single .sharebar .upper_container .table_cell.try_fleep, .page .sharebar .upper_container .table_cell.try_fleep {
        width: 140px; }
        .single .sharebar .upper_container .table_cell.try_fleep .button, .page .sharebar .upper_container .table_cell.try_fleep .button {
          padding: 10px 26px; }
        @media (max-width: 1024px) {
          .single .sharebar .upper_container .table_cell.try_fleep, .page .sharebar .upper_container .table_cell.try_fleep {
            width: 130px; } }
        @media (max-width: 500px) {
          .single .sharebar .upper_container .table_cell.try_fleep, .page .sharebar .upper_container .table_cell.try_fleep {
            width: auto; }
            .single .sharebar .upper_container .table_cell.try_fleep .button, .page .sharebar .upper_container .table_cell.try_fleep .button {
              float: right;
              margin-right: 23px; } }
    .single .sharebar .upper_container .social_link, .page .sharebar .upper_container .social_link {
      height: 33px;
      width: 33px;
      border-radius: 33px;
      background: #3E81DE;
      display: inline-table;
      margin-right: 6px; }
      .single .sharebar .upper_container .social_link svg, .page .sharebar .upper_container .social_link svg {
        height: 12px;
        fill: #fff;
        margin: 0 auto; }
  .single .sharebar .lower_container .scrolled_bar, .page .sharebar .lower_container .scrolled_bar {
    height: 2px;
    background: #3E81DE;
    width: 0; }

.single .slash_image, .page .slash_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: -140px;
  margin-bottom: -60px;
  z-index: 1; }
  @media (max-width: 2000px) {
    .single .slash_image, .page .slash_image {
      margin-top: -100px;
      margin-bottom: -40px; } }
  @media (max-width: 1800px) {
    .single .slash_image, .page .slash_image {
      margin-top: -80px;
      margin-bottom: -20px; } }
  @media (max-width: 1500px) {
    .single .slash_image, .page .slash_image {
      margin-bottom: -10px; } }
  @media (max-width: 1200px) {
    .single .slash_image, .page .slash_image {
      margin-top: -50px;
      margin-bottom: 0; } }
  @media (max-width: 800px) {
    .single .slash_image, .page .slash_image {
      margin-top: -20px;
      margin-bottom: 20px; } }
  @media (max-width: 400px) {
    .single .slash_image, .page .slash_image {
      margin-bottom: 15px; } }
  .single .slash_image .slash_up, .single .slash_image .slash_down, .page .slash_image .slash_up, .page .slash_image .slash_down {
    position: absolute;
    width: 104%; }
  .single .slash_image .slash_up, .page .slash_image .slash_up {
    margin-top: -2px;
    left: -2%; }
  .single .slash_image .slash_down, .page .slash_image .slash_down {
    bottom: 0;
    margin-bottom: -2px;
    left: -2%; }
  .single .slash_image .slash_middle, .page .slash_image .slash_middle {
    width: 100%; }

.single .tld-actt-minimalist, .page .tld-actt-minimalist {
  border: none !important;
  margin-bottom: 64px !important;
  margin-top: 74px !important; }
  @media (max-width: 1024px) {
    .single .tld-actt-minimalist, .page .tld-actt-minimalist {
      margin-bottom: 64px !important;
      margin-top: 54px !important; } }
  @media (max-width: 720px) {
    .single .tld-actt-minimalist, .page .tld-actt-minimalist {
      margin-bottom: 60px !important;
      margin-top: 44px !important; } }
  .single .tld-actt-minimalist .social_link, .page .tld-actt-minimalist .social_link {
    margin-top: 33px; }
    .single .tld-actt-minimalist .social_link svg, .page .tld-actt-minimalist .social_link svg {
      fill: #3E81DE !important; }
    @media (min-width: 1025px) {
      .single .tld-actt-minimalist .social_link:hover, .page .tld-actt-minimalist .social_link:hover {
        border-color: #3E81DE !important; } }
    @media (max-width: 1024px) {
      .single .tld-actt-minimalist .social_link, .page .tld-actt-minimalist .social_link {
        margin-top: 26px; } }
    @media (max-width: 720px) {
      .single .tld-actt-minimalist .social_link, .page .tld-actt-minimalist .social_link {
        margin-top: 23px; } }

.single #tld-actt-tweet-container.poiret-one p, .page #tld-actt-tweet-container.poiret-one p {
  color: #3E81DE !important;
  font-family: "Avenir-Regular" !important;
  margin-bottom: 25px;
  line-height: 41px;
  font-size: 26px;
  margin: 0 auto;
  font-weight: bold;
  width: 534px; }
  @media (max-width: 1024px) {
    .single #tld-actt-tweet-container.poiret-one p, .page #tld-actt-tweet-container.poiret-one p {
      max-width: 100%;
      padding: 0 40px;
      line-height: 36px;
      font-size: 24px; } }
  @media (max-width: 720px) {
    .single #tld-actt-tweet-container.poiret-one p, .page #tld-actt-tweet-container.poiret-one p {
      padding: 0 25px;
      font-size: 23px; } }

.single .entry-header, .page .entry-header {
  width: 722px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }
  @media (max-width: 1024px) {
    .single .entry-header, .page .entry-header {
      max-width: 100%;
      padding: 0 30px; } }
  @media (max-width: 720px) {
    .single .entry-header, .page .entry-header {
      padding: 0 10px; } }
  .single .entry-header .edit-link, .page .entry-header .edit-link {
    display: none; }
  .single .entry-header .category_and_date, .page .entry-header .category_and_date {
    padding-top: 106px;
    padding-bottom: 25px; }
    @media (max-width: 720px) {
      .single .entry-header .category_and_date, .page .entry-header .category_and_date {
        padding-top: 28px;
        padding-bottom: 17px; } }
    .single .entry-header .category_and_date .category_and_date_container, .page .entry-header .category_and_date .category_and_date_container {
      display: inline-table; }
      .single .entry-header .category_and_date .category_and_date_container .published, .single .entry-header .category_and_date .category_and_date_container .cat-links a, .page .entry-header .category_and_date .category_and_date_container .published, .page .entry-header .category_and_date .category_and_date_container .cat-links a {
        color: #fff;
        font-weight: normal; }
      .single .entry-header .category_and_date .category_and_date_container .circle, .page .entry-header .category_and_date .category_and_date_container .circle {
        background: #fff;
        margin-left: 12px;
        margin-right: 12px; }
  .single .entry-header h1.entry-title, .page .entry-header h1.entry-title {
    font-size: 42px;
    font-family: "Avenir-Regular";
    margin: 0; }
    @media (max-width: 1024px) {
      .single .entry-header h1.entry-title, .page .entry-header h1.entry-title {
        max-width: 100%;
        padding: 0 30px;
        font-size: 37px; } }
    @media (max-width: 720px) {
      .single .entry-header h1.entry-title, .page .entry-header h1.entry-title {
        padding: 0 10px;
        font-size: 32px; } }
  .single .entry-header .author_container, .page .entry-header .author_container {
    display: inline-table;
    padding-top: 51px;
    padding-bottom: 80px; }
    @media (max-width: 1680px) {
      .single .entry-header .author_container, .page .entry-header .author_container {
        padding-bottom: 120px; } }
    @media (max-width: 1024px) {
      .single .entry-header .author_container, .page .entry-header .author_container {
        max-width: 100%;
        padding: 40px; } }
    @media (max-width: 720px) {
      .single .entry-header .author_container, .page .entry-header .author_container {
        padding: 30px; } }
    .single .entry-header .author_container .author a, .page .entry-header .author_container .author a {
      color: #fff;
      font-weight: normal;
      letter-spacing: 1px;
      font-size: 14px;
      margin-left: 11px; }

.single .entry-content, .page .entry-content {
  margin-top: 0; }
  .single .entry-content a, .single .entry-content a:visited, .single .entry-content a:link, .page .entry-content a, .page .entry-content a:visited, .page .entry-content a:link {
    color: #3E81DE; }
    @media (min-width: 1025px) {
      .single .entry-content a:hover, .single .entry-content a:visited:hover, .single .entry-content a:link:hover, .page .entry-content a:hover, .page .entry-content a:visited:hover, .page .entry-content a:link:hover {
        opacity: .5; } }
  @media (max-width: 720px) {
    .single .entry-content, .page .entry-content {
      margin-top: 20px; } }
  .single .entry-content pre, .single .entry-content p, .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content ol, .single .entry-content ul, .single .entry-content .size-full, .single .entry-content .size-large, .single .entry-content .alignnone, .page .entry-content pre, .page .entry-content p, .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content ol, .page .entry-content ul, .page .entry-content .size-full, .page .entry-content .size-large, .page .entry-content .alignnone {
    width: 722px !important;
    margin: 0 auto;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    line-height: 37px;
    font-size: 18px;
    color: #222222;
    position: relative;
    z-index: 2; }
    @media (max-width: 1024px) {
      .single .entry-content pre, .single .entry-content p, .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content ol, .single .entry-content ul, .single .entry-content .size-full, .single .entry-content .size-large, .single .entry-content .alignnone, .page .entry-content pre, .page .entry-content p, .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content ol, .page .entry-content ul, .page .entry-content .size-full, .page .entry-content .size-large, .page .entry-content .alignnone {
        max-width: 100%;
        padding: 0 30px; } }
    @media (max-width: 720px) {
      .single .entry-content pre, .single .entry-content p, .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content ol, .single .entry-content ul, .single .entry-content .size-full, .single .entry-content .size-large, .single .entry-content .alignnone, .page .entry-content pre, .page .entry-content p, .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content ol, .page .entry-content ul, .page .entry-content .size-full, .page .entry-content .size-large, .page .entry-content .alignnone {
        padding: 0 15px; } }
  .single .entry-content em, .single .entry-content .button_box_container, .page .entry-content em, .page .entry-content .button_box_container {
    word-wrap: break-word;
    width: 722px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 1024px) {
      .single .entry-content em, .single .entry-content .button_box_container, .page .entry-content em, .page .entry-content .button_box_container {
        max-width: 100%;
        padding: 0 30px; } }
    @media (max-width: 720px) {
      .single .entry-content em, .single .entry-content .button_box_container, .page .entry-content em, .page .entry-content .button_box_container {
        padding: 0 15px; } }
  .single .entry-content .button_box_container, .page .entry-content .button_box_container {
    margin-bottom: 40px; }
    .single .entry-content .button_box_container .button_box, .page .entry-content .button_box_container .button_box {
      border: 1px solid #F1F1F2;
      border-radius: 6px;
      padding-top: 60px;
      padding-bottom: 50px;
      padding-left: 25px;
      padding-right: 25px; }
      @media (max-width: 600px) {
        .single .entry-content .button_box_container .button_box, .page .entry-content .button_box_container .button_box {
          width: auto;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 40px;
          padding-bottom: 40px; } }
      .single .entry-content .button_box_container .button_box .title, .single .entry-content .button_box_container .button_box .text, .page .entry-content .button_box_container .button_box .title, .page .entry-content .button_box_container .button_box .text {
        width: 434px;
        margin: 0 auto; }
        @media (max-width: 600px) {
          .single .entry-content .button_box_container .button_box .title, .single .entry-content .button_box_container .button_box .text, .page .entry-content .button_box_container .button_box .title, .page .entry-content .button_box_container .button_box .text {
            width: auto; } }
      .single .entry-content .button_box_container .button_box .title, .page .entry-content .button_box_container .button_box .title {
        font-family: "Avenir-Regular";
        line-height: 41px;
        font-size: 28px;
        text-align: center;
        font-weight: bold;
        margin: 0 auto; }
      .single .entry-content .button_box_container .button_box .text, .page .entry-content .button_box_container .button_box .text {
        color: #94989E;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
        margin-top: 16px; }
      .single .entry-content .button_box_container .button_box .button, .page .entry-content .button_box_container .button_box .button {
        margin: 0 auto;
        margin-top: 16px;
        line-height: normal;
        color: #fff; }
        .single .entry-content .button_box_container .button_box .button:hover, .page .entry-content .button_box_container .button_box .button:hover {
          opacity: 1; }
  .single .entry-content .aligncenter, .single .entry-content .alignright, .single .entry-content .alignleft, .page .entry-content .aligncenter, .page .entry-content .alignright, .page .entry-content .alignleft {
    margin-bottom: 10px;
    width: auto; }
    @media (max-width: 720px) {
      .single .entry-content .aligncenter, .single .entry-content .alignright, .single .entry-content .alignleft, .page .entry-content .aligncenter, .page .entry-content .alignright, .page .entry-content .alignleft {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 23px; } }
  .single .entry-content p, .single .entry-content ul, .single .entry-content ol, .single .entry-content h4, .single .entry-content pre, .page .entry-content p, .page .entry-content ul, .page .entry-content ol, .page .entry-content h4, .page .entry-content pre {
    margin-bottom: 43px; }
    @media (max-width: 720px) {
      .single .entry-content p, .single .entry-content ul, .single .entry-content ol, .single .entry-content h4, .single .entry-content pre, .page .entry-content p, .page .entry-content ul, .page .entry-content ol, .page .entry-content h4, .page .entry-content pre {
        margin-bottom: 33px; } }
  .single .entry-content .size-full, .page .entry-content .size-full {
    margin-bottom: 23px; }
  .single .entry-content h4, .page .entry-content h4 {
    font-family: "Avenir-Demi";
    font-size: 20px; }
  .single .entry-content pre, .page .entry-content pre {
    background: #FCFCFC;
    border-radius: 5px;
    font-family: "noto_monoregular";
    line-height: 37px;
    font-size: 14px;
    color: #000;
    padding: 35px 28px; }
  .single .entry-content blockquote p, .page .entry-content blockquote p {
    position: relative;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-left: 4px solid #d1d2d5; }
    @media (max-width: 720px) {
      .single .entry-content blockquote p, .page .entry-content blockquote p {
        padding-left: 20px; } }
  .single .entry-content h1, .single .entry-content h2, .single .entry-content h5, .page .entry-content h1, .page .entry-content h2, .page .entry-content h5 {
    font-family: "Avenir-Demi";
    margin-bottom: 25px;
    line-height: 32px;
    font-size: 28px; }
  .single .entry-content ul, .page .entry-content ul {
    list-style: none;
    position: relative; }
    @media (max-width: 1024px) {
      .single .entry-content ul, .page .entry-content ul {
        padding-left: 70px; } }
    @media (max-width: 700px) {
      .single .entry-content ul, .page .entry-content ul {
        padding-left: 50px; } }
    .single .entry-content ul li, .page .entry-content ul li {
      text-indent: -.8em;
      position: relative; }
    .single .entry-content ul li:before, .page .entry-content ul li:before {
      content: "•";
      position: relative;
      vertical-align: middle;
      font-size: 39px;
      color: #3E81DE;
      top: -3px;
      left: -12px; }

.single .entry-footer, .page .entry-footer {
  width: 722px;
  margin: 0 auto; }

.single .real_header, .page .real_header {
  visibility: visible; }

.single .h_line_container, .page .h_line_container {
  width: 722px;
  margin: 0 auto;
  opacity: 1; }
  @media (max-width: 1024px) {
    .single .h_line_container, .page .h_line_container {
      padding: 0 30px;
      max-width: 100%; } }
  @media (max-width: 720px) {
    .single .h_line_container, .page .h_line_container {
      padding: 0 15px; } }
  .single .h_line_container .h_line, .page .h_line_container .h_line {
    width: 100%;
    background: #d1d2d5;
    height: 2px; }

.single .author_block_bottom, .page .author_block_bottom {
  width: 722px;
  margin: 0 auto;
  margin-bottom: 139px;
  text-align: center; }
  @media (max-width: 1024px) {
    .single .author_block_bottom, .page .author_block_bottom {
      max-width: 100%;
      padding: 0 30px;
      margin-bottom: 100px; } }
  @media (max-width: 720px) {
    .single .author_block_bottom, .page .author_block_bottom {
      padding: 0 15px;
      margin-bottom: 60px; } }
  .single .author_block_bottom .author_container, .page .author_block_bottom .author_container {
    padding: 0;
    margin-top: 61px;
    display: inline-block;
    text-align: center; }
    @media (max-width: 720px) {
      .single .author_block_bottom .author_container, .page .author_block_bottom .author_container {
        margin-top: 40px; } }
    .single .author_block_bottom .author_container img, .page .author_block_bottom .author_container img {
      margin: 0 auto;
      margin-bottom: 31px; }
    .single .author_block_bottom .author_container .author a, .page .author_block_bottom .author_container .author a {
      font-family: "Avenir-Demi";
      font-size: 22px;
      text-transform: none;
      color: #25272b;
      margin: 0; }
  .single .author_block_bottom .author_bio, .page .author_block_bottom .author_bio {
    width: 418px;
    margin: 0 auto;
    color: #94989E;
    line-height: 29px;
    margin-top: 7px;
    margin-bottom: 31px; }
    @media (max-width: 1024px) {
      .single .author_block_bottom .author_bio, .page .author_block_bottom .author_bio {
        max-width: 100%;
        padding: 0 30px; } }
    @media (max-width: 720px) {
      .single .author_block_bottom .author_bio, .page .author_block_bottom .author_bio {
        padding: 0 10px; } }

.cookie_message {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  padding-left: 20%;
  padding-right: 20%;
  color: #000;
  overflow: hidden;
  transition: all 520ms cubic-bezier(0.45, 0.78, 0.1, 1);
  height: 0; }
  .cookie_message.ghost {
    display: none; }
  @media (max-width: 2100px) {
    .cookie_message {
      padding-left: 18%;
      padding-right: 18%; } }
  @media (max-width: 1500px) {
    .cookie_message {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (max-width: 1202px) {
    .cookie_message {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (max-width: 1100px) {
    .cookie_message {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 900px) {
    .cookie_message {
      padding-left: 20px;
      padding-right: 20px; } }
  .cookie_message .cookie_table {
    width: 40px;
    height: 40px;
    display: table;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 9px; }
    .cookie_message .cookie_table .button {
      display: inline; }
  .cookie_message .hover_fade {
    display: inline-table;
    color: #3E81DE;
    line-height: 10px; }
    .cookie_message .hover_fade .table_cell:after {
      background: #3E81DE !important;
      bottom: -6px !important; }
    @media (min-width: 1025px) {
      .cookie_message .hover_fade:hover {
        color: #3E81DE; } }
  .cookie_message .choose {
    display: table;
    padding-left: 20px; }
    @media (max-width: 900px) {
      .cookie_message .choose {
        width: 100px; } }
    .cookie_message .choose .button {
      text-decoration: none;
      font-size: 13px;
      margin-left: 20px;
      text-align: center;
      display: inline-block !important; }

body.error404 .blue_background {
  background: linear-gradient(180deg, #3E81DE 2%, #3EAADE 100%);
  position: relative;
  height: 800px; }
  @media (max-width: 1930px) {
    body.error404 .blue_background {
      height: 755px; } }
  @media (max-width: 1400px) {
    body.error404 .blue_background {
      height: 724px; } }
  @media (max-width: 1024px) {
    body.error404 .blue_background {
      height: 680px; } }
  @media (max-width: 900px) {
    body.error404 .blue_background {
      height: 650px; } }
  @media (max-width: 750px) {
    body.error404 .blue_background {
      height: auto;
      padding-bottom: 80px; } }
  @media (max-width: 420px) {
    body.error404 .blue_background {
      padding-bottom: 180px; } }
  body.error404 .blue_background .text_container.center {
    margin-top: 4%;
    position: relative;
    box-sizing: border-box;
    padding-left: 20%;
    padding-right: 20%;
    z-index: 2; }
    @media (max-width: 2100px) {
      body.error404 .blue_background .text_container.center {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 1202px) {
      body.error404 .blue_background .text_container.center {
        padding-left: 7%;
        padding-right: 7%; } }
    @media (max-width: 1100px) {
      body.error404 .blue_background .text_container.center {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (max-width: 800px) {
      body.error404 .blue_background .text_container.center {
        margin-top: 5%; } }
    @media (max-width: 720px) {
      body.error404 .blue_background .text_container.center {
        margin-top: 6%; } }
    @media (max-width: 420px) {
      body.error404 .blue_background .text_container.center {
        padding-left: 20px;
        padding-right: 20px; } }
    body.error404 .blue_background .text_container.center .error_head {
      margin-top: 50px;
      width: 129px;
      height: 146px; }

@media screen and (max-width: 800px) and (orientation: landscape) {
  body.error404 .blue_background .text_container.center .error_head {
    display: none; } }
      @media (max-width: 720px) {
        body.error404 .blue_background .text_container.center .error_head {
          margin-top: 30px;
          width: 109px;
          height: 123.359px; } }
  body.error404 .blue_background .relative_div {
    width: 70%;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 800px) {
      body.error404 .blue_background .relative_div {
        display: none; } }
    body.error404 .blue_background .relative_div .error_cloud {
      bottom: 0;
      position: absolute;
      width: 100%;
      margin: 0 auto; }

.sign_up {
  height: 311px;
  background: #3E81DE;
  background: linear-gradient(180deg, #3E81DE 0%, #3EAADE 100%);
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1100px) {
    .sign_up {
      height: 270px; } }
  @media (max-width: 900px) {
    .sign_up {
      height: 260px; } }
  @media (max-width: 660px) {
    .sign_up {
      height: 270px; } }
  @media (max-width: 580px) {
    .sign_up .clearer {
      display: none; } }
  .sign_up .sign_up_container {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 20%;
    padding-right: 20%; }
    @media (max-width: 2100px) {
      .sign_up .sign_up_container {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 1202px) {
      .sign_up .sign_up_container {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 1100px) {
      .sign_up .sign_up_container {
        padding-left: 7%;
        padding-right: 7%; } }
    @media (max-width: 900px) {
      .sign_up .sign_up_container {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (max-width: 580px) {
      .sign_up .sign_up_container {
        padding-top: 25px;
        display: block; }
        .sign_up .sign_up_container > .table_cell {
          display: block; } }
    @media (max-width: 420px) {
      .sign_up .sign_up_container {
        padding-left: 20px;
        padding-right: 20px; } }
    .sign_up .sign_up_container .small_text, .sign_up .sign_up_container .big_text {
      float: left;
      position: relative;
      z-index: 1;
      transform: translateZ(0); }
      @media (max-width: 580px) {
        .sign_up .sign_up_container .small_text, .sign_up .sign_up_container .big_text {
          float: none;
          width: 100%;
          text-align: center; } }
    @media (max-width: 580px) {
      .sign_up .sign_up_container .small_text {
        margin-top: 22px; } }
    .sign_up .sign_up_container .button_cell {
      transition: all 620ms cubic-bezier(0.45, 0.78, 0, 1); }
      .sign_up .sign_up_container .button_cell .button {
        float: right;
        position: relative;
        z-index: 1;
        transform: translateZ(0); }
        @media (max-width: 580px) {
          .sign_up .sign_up_container .button_cell .button {
            float: none;
            margin: 0 auto;
            margin-top: 21px; } }
        .sign_up .sign_up_container .button_cell .button.underline {
          margin-top: 20px; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate2 {
  0% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(-180deg); } }
  .sign_up .ball {
    position: absolute; }
  .sign_up #blue_ball {
    width: 199px;
    height: 200px;
    bottom: -30px;
    left: 34%; }
    @media (max-width: 1100px) {
      .sign_up #blue_ball {
        width: 180px;
        height: 181px;
        left: 38%; } }
    @media (max-width: 690px) {
      .sign_up #blue_ball {
        width: 120px;
        height: 121px;
        left: 43%; } }
    @media (max-width: 580px) {
      .sign_up #blue_ball {
        left: initial;
        right: -4%; } }
    @media (max-width: 520px) {
      .sign_up #blue_ball {
        display: none; } }
    .sign_up #blue_ball img {
      width: inherit;
      height: inherit; }
  .sign_up #yellow_ball {
    left: 24%;
    top: -10px;
    transform: rotate(-20deg); }
    @media (max-width: 1100px) {
      .sign_up #yellow_ball {
        left: 14%; } }
    @media (max-width: 580px) {
      .sign_up #yellow_ball {
        left: -4%; } }
    .sign_up #yellow_ball img {
      width: 108px;
      height: 108px; }
      @media (max-width: 1100px) {
        .sign_up #yellow_ball img {
          width: 100px;
          height: 100px;
          left: 14%; } }
      @media (max-width: 660px) {
        .sign_up #yellow_ball img {
          width: 85px;
          height: 85px; } }
      @media (max-width: 400px) {
        .sign_up #yellow_ball img {
          width: 80px;
          height: 80px; } }

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

.table_row {
  display: table-row; }

a.button.nav_link:visited {
  color: #fff; }

.button {
  transition: all .15s ease;
  color: #fff;
  background: initial;
  display: table;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: relative; }
  .button:hover {
    cursor: pointer; }
    @media (min-width: 1025px) {
      .button:hover {
        background: initial;
        color: #fff; }
        .button:hover svg {
          fill: #fff; }
        .button:hover.with_border:after {
          border: 2px solid #fff; } }
  .button svg {
    fill: #fff; }
  .button.with_border:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: inherit; }
  .button.nav_link {
    padding: 20px; }
    .button.nav_link.active .button_text {
      display: inline-block;
      position: relative; }
      .button.nav_link.active .button_text:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background: #fff;
        transform-origin: left top;
        transform: scale(1, 1); }
  .button.inline {
    display: inline !important; }
  .button.underline {
    text-decoration: underline; }
  .button.move_up {
    top: 0; }
    @media (min-width: 1025px) {
      .button.move_up:hover {
        top: -2px; } }
  .button.white {
    transition: all .15s ease;
    color: #3E81DE;
    background: #fff; }
    .button.white:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.white:hover {
          background: #fff;
          color: #3E81DE; }
          .button.white:hover svg {
            fill: #3E81DE; }
          .button.white:hover.with_border:after {
            border: 2px solid #fff; } }
    .button.white svg {
      fill: #3E81DE; }
    .button.white.with_border:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: inherit; }
  .button.black {
    transition: all .15s ease;
    color: #fff;
    background: #000;
    transition: all 300ms ease-out; }
    .button.black:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.black:hover {
          background: #4d4d4d;
          color: #fff; }
          .button.black:hover svg {
            fill: #fff; }
          .button.black:hover.with_border:after {
            border: 2px solid initial; } }
    .button.black svg {
      fill: #fff; }
    .button.black.with_border:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid initial;
      border-radius: inherit; }
  .button.blue_link {
    transition: all .15s ease;
    color: #3E81DE;
    background: initial;
    text-decoration: underline;
    transition: none; }
    .button.blue_link:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.blue_link:hover {
          background: initial;
          color: #344C6B; }
          .button.blue_link:hover svg {
            fill: #344C6B; }
          .button.blue_link:hover.with_border:after {
            border: 2px solid initial; } }
    .button.blue_link svg {
      fill: #3E81DE; }
    .button.blue_link.with_border:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid initial;
      border-radius: inherit; }
  .button.blue {
    transition: all .15s ease;
    color: #fff;
    background: #3E81DE; }
    .button.blue:hover {
      cursor: pointer; }
      @media (min-width: 1025px) {
        .button.blue:hover {
          background: #3EAADE;
          color: #fff; }
          .button.blue:hover svg {
            fill: #fff; }
          .button.blue:hover.with_border:after {
            border: 2px solid #fff; } }
    .button.blue svg {
      fill: #fff; }
    .button.blue.with_border:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: inherit; }
  @media (min-width: 1025px) {
    .button.hover_fade:hover {
      opacity: .5; } }
  .button.big, .button.medium {
    font-weight: 700;
    font-size: 13px;
    padding: 14px 40px;
    border-radius: 40px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.07);
    top: 0; }
    @media (min-width: 1025px) {
      .button.big:hover, .button.medium:hover {
        top: -2px; } }
  .button.medium {
    padding: 8px 24px 9px; }
  .button.small_capital {
    font-size: 12px !important;
    font-weight: 700;
    top: 0; }
    @media (min-width: 1025px) {
      .button.small_capital:hover {
        top: -2px; } }

.feature_button {
  height: 120px;
  display: table;
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  transform: translateZ(0); }
  .feature_button:hover {
    cursor: pointer; }
    @media (min-width: 1025px) {
      .feature_button:hover {
        z-index: 2; }
        .feature_button:hover .bg {
          left: -10px;
          right: -10px;
          top: -10px;
          bottom: -10px;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.07); }
          .feature_button:hover .bg.bottom {
            height: 91px !important;
            bottom: -10px !important; } }
  .feature_button > .table_cell {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .feature_button {
      width: 50%; } }
  @media (max-width: 660px) {
    .feature_button {
      width: 100%; } }
  .feature_button .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0);
    transition: all 220ms ease; }
    .feature_button .bg.top {
      background: #55C3A0;
      height: 232px;
      border-radius: 8px 8px 0 0; }
    .feature_button .bg.bottom {
      background: #fff;
      height: 81px;
      top: 222px;
      border-radius: 0 0 8px 8px;
      bottom: 0; }
  .feature_button.visible {
    position: absolute;
    left: 100%; }
    .feature_button.visible.left {
      left: -33.33%; }
    .feature_button.visible:nth-child(7) {
      transition: left 920ms cubic-bezier(0.45, 0.78, 0, 1);
      transition-delay: 150ms; }
    .feature_button.visible:nth-child(8) {
      transition: left 520ms cubic-bezier(0.45, 0.78, 0, 1);
      transition-delay: 0; }
    .feature_button.visible:nth-child(9) {
      transition: left 720ms cubic-bezier(0.45, 0.78, 0, 1);
      transition-delay: 70ms; }
    .feature_button.visible:nth-child(10) {
      transition: left 720ms cubic-bezier(0.45, 0.78, 0, 1);
      transition-delay: 160ms; }
    .feature_button.visible:nth-child(11) {
      transition: left 520ms cubic-bezier(0.45, 0.78, 0, 1);
      transition-delay: 0; }
    .feature_button.visible:nth-child(12) {
      transition: left 820ms cubic-bezier(0.45, 0.78, 0, 1);
      transition-delay: 150ms; }
    @media (max-width: 660px) {
      .feature_button.visible {
        transition: left 420ms cubic-bezier(0.45, 0.78, 0, 1) !important;
        transition-delay: 0 !important; } }
  .feature_button.ghost {
    visibility: hidden; }
  .feature_button .icon_cell {
    width: 113px;
    height: inherit;
    position: relative;
    overflow: hidden; }
    .feature_button .icon_cell .icon_container {
      width: 100%;
      height: inherit;
      position: absolute;
      display: table;
      top: 0;
      transition: all 390ms; }
      .feature_button .icon_cell .icon_container .icon {
        width: 60px;
        height: 49px;
        margin: 0 auto; }
      .feature_button .icon_cell .icon_container:nth-child(2) {
        margin-top: -100%; }
  .feature_button .text_cell {
    padding: 5px 15px 5px 0; }
    @media (max-width: 350px) {
      .feature_button .text_cell {
        padding: 5px 12px 5px 0; } }
    .feature_button .text_cell .title {
      font-family: "Avenir-Demi", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #4d4d4d;
      display: inline-block;
      position: relative; }
    .feature_button .text_cell .text {
      font-family: "Open Sans";
      font-size: 13px;
      line-height: 25px;
      color: #94989E; }

.main_logo {
  position: relative;
  width: 100px;
  perspective: 150px;
  display: table; }
  .main_logo:hover {
    cursor: pointer; }
    @media (min-width: 1025px) {
      .main_logo:hover .fleep_logo_big {
        top: -3px; } }
  .main_logo .fleep_logo_big {
    fill: #fff;
    width: 100px;
    position: relative;
    top: 0;
    transition: all .15s ease; }
    .main_logo .fleep_logo_big.christmas_logo {
      width: 120px;
      height: 48px;
      margin-top: -15px; }
      @media (max-width: 900px) {
        .main_logo .fleep_logo_big.christmas_logo {
          margin-top: 0;
          margin-left: -5px;
          width: 110px;
          height: 44px; } }
      @media (max-width: 850px) {
        .main_logo .fleep_logo_big.christmas_logo {
          margin-top: 2px;
          width: 100px;
          height: 40px; } }
    @media (max-width: 720px) {
      .main_logo .fleep_logo_big {
        width: 95px;
        height: 38px; } }

.small_text, .big_text {
  color: #fff;
  font-family: 'Avenir-Regular', sans-serif; }

.small_text {
  opacity: 0.6;
  font-size: 20px;
  margin-bottom: 8px;
  transition: all 520ms cubic-bezier(0.45, 0.78, 0, 1); }

.big_text {
  font-size: 29px;
  transition: all 820ms cubic-bezier(0.45, 0.78, 0, 1) 50ms; }

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

.relative_div {
  position: relative;
  width: 100%;
  height: 100%; }

.global_close {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  display: table;
  border-radius: 5px;
  transition: all 500ms cubic-bezier(0.45, 0.78, 0.1, 1); }
  @media (min-width: 1025px) {
    .global_close:hover {
      cursor: pointer;
      background: #F6F7F9; }
      .global_close:hover .close {
        fill: #3EAADE; } }
  .global_close .close {
    fill: #94989E;
    width: 10px;
    height: 10px;
    margin: 0 auto; }

.extra_info_circle_container {
  display: inline-block; }
  @media (max-width: 750px) {
    .extra_info_circle_container {
      display: none; } }
  .extra_info_circle_container .extra_info_circle {
    display: inline-table;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    width: 11px;
    height: 11px;
    border: 2px solid #3E81DE;
    font-size: 9px;
    color: #3E81DE;
    font-weight: 700;
    line-height: 9px;
    position: relative;
    left: 1px;
    top: 1px; }
    .extra_info_circle_container .extra_info_circle:hover {
      z-index: 2;
      cursor: pointer;
      background: #3E81DE;
      color: #fff; }
      .extra_info_circle_container .extra_info_circle:hover ~ .info_circle_text_container {
        display: block; }
        .extra_info_circle_container .extra_info_circle:hover ~ .info_circle_text_container .notch {
          cursor: pointer; }
  .extra_info_circle_container .info_circle_text_container {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 273px;
    margin-top: 13px;
    margin-left: -43px;
    border: 1px solid rgba(148, 148, 148, 0.21);
    border-radius: 5px;
    box-shadow: 0 15px 33px rgba(0, 0, 0, 0.08);
    color: #787878;
    font-family: "Open sans",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding: 15px;
    padding-bottom: 18px;
    box-sizing: border-box;
    box-shadow: 0 15px 33px rgba(0, 0, 0, 0.08);
    z-index: 1; }
    .extra_info_circle_container .info_circle_text_container .notch {
      box-sizing: border-box;
      content: "";
      width: 0;
      height: 0;
      border: 10px solid transparent;
      position: absolute;
      left: 15%;
      border-bottom: 10px solid #fff;
      top: -20px;
      border-bottom: 10px solid #fff; }
      .extra_info_circle_container .info_circle_text_container .notch.border-notch {
        border-bottom-color: rgba(148, 148, 148, 0.21);
        top: -21px; }

.invisible_big {
  visibility: hidden;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 13px;
  height: 0;
  overflow: hidden;
  font-weight: 700; }

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%; }
  html #wpadminbar, body #wpadminbar {
    position: fixed !important; }

a, a:link, a:visited {
  text-decoration: none; }

a img, a svg {
  border: 0; }

svg, img {
  display: block; }

.page-wrap.features img, .page-wrap.features svg {
  display: initial; }

.ios, .android, .mac, .linux, .win, .ipad {
  display: none !important; }

input, textarea {
  font-family: 'Open Sans', sans-serif; }

button {
  border: none;
  font-family: 'Open Sans', sans-serif; }

.fleep-form img {
  display: inline; }

#content_wrapper {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  margin-top: -5% !important; }
  @media (max-width: 900px) {
    #content_wrapper {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }

.features-heading {
  padding-top: 78px !important; }
  @media (max-width: 900px) {
    .features-heading {
      padding-top: 50px !important; } }

#mobile-wrap {
  padding-top: 0 !important; }

.footer {
  background: #fff;
  box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 45px;
  padding-left: 20%;
  padding-right: 20%; }
  @media (max-width: 720px) {
    .footer {
      display: none; } }
  @media (max-width: 2100px) {
    .footer {
      padding-left: 15%;
      padding-right: 15%; } }
  @media (max-width: 1202px) {
    .footer {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (max-width: 1100px) {
    .footer {
      padding-left: 7%;
      padding-right: 7%; } }
  @media (max-width: 900px) {
    .footer {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (max-width: 420px) {
    .footer {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer > .table_cell {
    vertical-align: top; }
  .footer .main_logo {
    width: 113px;
    margin-bottom: 13px; }
    .footer .main_logo .fleep_logo_big {
      fill: #94989E; }
  .footer .copyright {
    font-size: 13px;
    line-height: 25px;
    color: #94989E;
    margin-bottom: 19px; }
  .footer .columns {
    display: table;
    float: right; }
    .footer .columns > .table_cell {
      vertical-align: top; }
      .footer .columns > .table_cell:not(:first-child) {
        padding-left: 85px; }
        @media (max-width: 1100px) {
          .footer .columns > .table_cell:not(:first-child) {
            padding-left: 80px; } }
        @media (max-width: 1000px) {
          .footer .columns > .table_cell:not(:first-child) {
            padding-left: 70px; } }
        @media (max-width: 900px) {
          .footer .columns > .table_cell:not(:first-child) {
            padding-left: 60px; } }
        @media (max-width: 800px) {
          .footer .columns > .table_cell:not(:first-child) {
            padding-left: 40px; } }
      .footer .columns > .table_cell .column_header {
        font-size: 13px;
        font-family: "Avenir-Demi", sans-serif;
        color: #344C6B;
        margin-bottom: 18px; }
      .footer .columns > .table_cell .hover_fade {
        color: #94989E;
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          .footer .columns > .table_cell .hover_fade {
            margin-bottom: 20px; } }
        @media (min-width: 1025px) {
          .footer .columns > .table_cell .hover_fade:hover {
            color: #3E81DE;
            opacity: 1; } }
        .footer .columns > .table_cell .hover_fade .button_text:after {
          background: #3EAADE; }

.social_links {
  font-size: 0; }
  .social_links .social_link {
    display: inline-table;
    width: 40px;
    height: 40px;
    border: 1px solid #d1d2d5;
    overflow: hidden;
    border-radius: 40px;
    margin-right: 8px;
    transition: all 320ms ease-out; }
    .social_links .social_link#footer_instagram {
      top: 2px;
      position: relative; }
    @media (max-width: 1024px) {
      .social_links .social_link {
        margin-right: 10px; } }
    .social_links .social_link svg {
      margin: 0 auto;
      fill: #94989E;
      transition: all 320ms ease-out; }
    @media (min-width: 1025px) {
      .social_links .social_link:hover {
        border-color: #3EAADE; }
        .social_links .social_link:hover svg {
          fill: #3EAADE; } }

.blue_background {
  background: #3E81DE;
  background: linear-gradient(180deg, #3E81DE 2%, #3EAADE 98.5%, #fff 99%);
  width: 100%;
  position: relative;
  overflow: hidden; }
  .blue_background .snow {
    position: absolute;
    width: 100%;
    height: 100%; }
  .blue_background .white_cutoff {
    display: block;
    width: 112%;
    position: relative;
    bottom: -1px;
    left: 0%; }
    @media (max-width: 750px) {
      .blue_background .white_cutoff {
        z-index: 1; } }
  .blue_background .white_cutoff_continue.white {
    background: #fff; }
  .blue_background .white_cutoff_continue.gray {
    background: #F6F7F9; }
  .blue_background nav {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 15%;
    height: 92px;
    z-index: 2;
    position: relative; }
    .blue_background nav .mobile_open_close_container {
      display: none; }
    @media (max-width: 1200px) {
      .blue_background nav {
        padding-right: 10%;
        padding-left: 10%; } }
    @media (max-width: 1100px) {
      .blue_background nav {
        padding-right: 7%;
        padding-left: 7%; } }
    @media (max-width: 900px) {
      .blue_background nav {
        padding-right: 5%;
        padding-left: 5%;
        height: 70px; } }
    @media (max-width: 850px) {
      .blue_background nav {
        padding-right: 0;
        padding-left: 15px;
        height: 50px; }
        .blue_background nav .mobile_open_close_container {
          display: table-cell; }
        .blue_background nav > .table_cell:not(:first-child):not(:last-child) {
          display: none; }
        .blue_background nav > .table_cell:last-child .menu_items_container {
          display: table; }
        .blue_background nav > .table_cell:last-child .menu {
          display: table;
          height: 50px;
          padding-right: 15px;
          padding-left: 20px; }
          .blue_background nav > .table_cell:last-child .menu svg {
            fill: #fff;
            width: 25px; }
          .blue_background nav > .table_cell:last-child .menu .hamburger {
            fill: #fff; }
          .blue_background nav > .table_cell:last-child .menu .close {
            display: none; }
          .blue_background nav > .table_cell:last-child .menu.open {
            padding-right: 18px;
            padding-left: 23px; }
            .blue_background nav > .table_cell:last-child .menu.open .hamburger {
              display: none; }
            .blue_background nav > .table_cell:last-child .menu.open .close {
              display: block;
              width: 19px; } }

@keyframes logo_flip {
  45% {
    transform: rotateY(90deg); }
  45.1% {
    transform: rotateY(-90deg); }
  85% {
    transform: rotateY(15deg); }
  100% {
    transform: rotateY(0); } }
    .blue_background nav .table_cell {
      white-space: nowrap; }
      .blue_background nav .table_cell:first-child {
        width: 100%; }
      .blue_background nav .table_cell:last-child .button {
        margin-left: 20px; }
  .blue_background .mobile_nav {
    text-align: center;
    background: #fff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    transition: all 520ms cubic-bezier(0.45, 0.78, 0, 1);
    z-index: 2; }
    .blue_background .mobile_nav .section {
      margin-top: 20px;
      margin-bottom: 20px; }
      .blue_background .mobile_nav .section .section_header {
        font-size: 15px;
        padding-bottom: 5px;
        font-family: "Avenir-Demi", sans-serif;
        color: #344C6B; }
      .blue_background .mobile_nav .section a {
        display: inline-block;
        color: #94989E;
        padding: 10px 50px; }

.buttons_area_container {
  padding-left: 20px; }
  @media (max-width: 1000px) {
    .buttons_area_container {
      padding-left: 10px; } }
  @media (max-width: 660px) {
    .buttons_area_container {
      padding-left: 0px; } }
  .buttons_area_container .buttons_area {
    padding-left: 20%;
    padding-right: 20%;
    position: relative; }
    @media (max-width: 2100px) {
      .buttons_area_container .buttons_area {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 1500px) {
      .buttons_area_container .buttons_area {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 1202px) {
      .buttons_area_container .buttons_area {
        padding-left: 7%;
        padding-right: 7%; } }
    @media (max-width: 1100px) {
      .buttons_area_container .buttons_area {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (max-width: 760px) {
      .buttons_area_container .buttons_area {
        padding-top: 20px;
        padding-bottom: 50px; } }
    @media (max-width: 500px) {
      .buttons_area_container .buttons_area {
        padding-top: 15px;
        padding-bottom: 40px; } }
    @media (max-width: 420px) {
      .buttons_area_container .buttons_area {
        padding-left: 20px;
        padding-right: 20px; } }

.send_message_container {
  min-width: 356px;
  background: #fff;
  box-shadow: 0 11px 36px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 18px; }
  @media (max-width: 900px) {
    .send_message_container {
      min-width: initial; } }
  .send_message_container .email, .send_message_container .message {
    border: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    border-radius: 5px;
    color: #474747;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 14px 15px 16px; }
    .send_message_container .email::-webkit-input-placeholder, .send_message_container .message::-webkit-input-placeholder {
      color: #d1d2d5; }
  .send_message_container .email {
    height: 48px; }
  .send_message_container .message {
    height: 108px; }
  .send_message_container .button {
    width: 100%; }

.text_container {
  width: 100%;
  box-sizing: border-box; }
  .text_container .dark_bg_area {
    background-color: rgba(42, 57, 78, 0.4);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    display: table;
    max-width: 538px;
    margin: 0 auto; }
    .text_container .dark_bg_area > .table_cell {
      vertical-align: top;
      text-align: left; }
      .text_container .dark_bg_area > .table_cell .question_mark {
        width: 21px;
        height: 21px; }
      .text_container .dark_bg_area > .table_cell:first-child {
        padding: 16px; }
      .text_container .dark_bg_area > .table_cell:last-child {
        padding: 16px 47px 16px 0; }
        @media (max-width: 700px) {
          .text_container .dark_bg_area > .table_cell:last-child {
            padding-right: 16px; } }
  .text_container.general_setup .header_title {
    font-size: 40px; }
    @media (max-width: 1500px) {
      .text_container.general_setup .header_title {
        font-size: 35px; } }
    @media (max-width: 900px) {
      .text_container.general_setup .header_title {
        font-size: 30px; } }
  .text_container.general_setup .text {
    font-size: 16px; }
    .text_container.general_setup .text .button {
      font-size: 16px; }
  .text_container.gray_bg {
    background: #F6F7F9; }
  .text_container.with_padding {
    padding-top: 80px;
    padding-left: 20%;
    padding-right: 20%; }
    @media (max-width: 2100px) {
      .text_container.with_padding {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 1200px) {
      .text_container.with_padding {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 1100px) {
      .text_container.with_padding {
        padding-left: 7%;
        padding-right: 7%; } }
    @media (max-width: 900px) {
      .text_container.with_padding {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (max-width: 750px) {
      .text_container.with_padding {
        padding-top: 50px; } }
    @media (max-width: 560px) {
      .text_container.with_padding {
        padding-top: 40px; } }
    @media (max-width: 420px) {
      .text_container.with_padding {
        padding-right: 15px;
        padding-left: 15px; } }
  .text_container.with_padding_left_right {
    padding-left: 20%;
    padding-right: 20%; }
    @media (max-width: 2100px) {
      .text_container.with_padding_left_right {
        padding-left: 15%;
        padding-right: 15%; } }
    @media (max-width: 1200px) {
      .text_container.with_padding_left_right {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 1100px) {
      .text_container.with_padding_left_right {
        padding-left: 7%;
        padding-right: 7%; } }
    @media (max-width: 900px) {
      .text_container.with_padding_left_right {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (max-width: 420px) {
      .text_container.with_padding_left_right {
        padding-right: 15px;
        padding-left: 15px; } }
  .text_container.center {
    text-align: center; }
    .text_container.center img, .text_container.center .button {
      margin: 0 auto; }
    .text_container.center img {
      margin-bottom: 19px; }
    .text_container.center .header_title {
      margin-bottom: 27px;
      padding: 0; }
    .text_container.center .text {
      margin-bottom: 32px; }
    .text_container.center.header {
      margin-top: 4%;
      position: relative;
      box-sizing: border-box;
      z-index: 2; }
      .text_container.center.header .text {
        max-width: 445px;
        margin-left: auto;
        margin-right: auto; }
    .text_container.center .illustration_container {
      position: relative;
      width: 100%;
      box-sizing: border-box; }
      .text_container.center .illustration_container .ghost {
        visibility: hidden; }
      .text_container.center .illustration_container .illustration {
        z-index: 1;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .text_container.center .illustration_container .illustration:not(.ghost) {
          position: absolute; }
  .text_container.dark .text_container_header .header_title, .text_container.dark .header_title {
    color: #fff; }
  .text_container.dark .text {
    color: #fff; }
  .text_container.has_padding {
    padding: 0 40px !important; }
    @media (max-width: 2100px) {
      .text_container.has_padding {
        padding-left: 15% !important;
        padding-right: 15% !important; } }
    @media (max-width: 1202px) {
      .text_container.has_padding {
        padding-left: 7% !important;
        padding-right: 7% !important; } }
    @media (max-width: 800px) {
      .text_container.has_padding {
        margin-top: 5% !important; } }
  .text_container.big, .text_container.button.medium {
    padding: 0 40px !important; }
    @media (max-width: 2100px) {
      .text_container.big, .text_container.button.medium {
        padding-left: 15% !important;
        padding-right: 15% !important; } }
    @media (max-width: 1202px) {
      .text_container.big, .text_container.button.medium {
        padding-left: 7% !important;
        padding-right: 7% !important; } }
    @media (max-width: 800px) {
      .text_container.big, .text_container.button.medium {
        margin-top: 5% !important; } }
    .text_container.big .text_container_header .header_title, .text_container.button.medium .text_container_header .header_title, .text_container.big .header_title, .text_container.button.medium .header_title {
      font-family: "Avenir-Demi", sans-serif;
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 20px; }
      @media (max-width: 800px) {
        .text_container.big .text_container_header .header_title, .text_container.button.medium .text_container_header .header_title, .text_container.big .header_title, .text_container.button.medium .header_title {
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 15px; } }
      @media (max-width: 700px) {
        .text_container.big .text_container_header .header_title, .text_container.button.medium .text_container_header .header_title, .text_container.big .header_title, .text_container.button.medium .header_title {
          font-size: 32px;
          line-height: 37px;
          margin-bottom: 12px; } }
    .text_container.big .text, .text_container.button.medium .text {
      font-size: 16px; }
      @media (max-width: 800px) {
        .text_container.big .text, .text_container.button.medium .text {
          font-size: 15px;
          line-height: 27px; } }
      @media (max-width: 700px) {
        .text_container.big .text, .text_container.button.medium .text {
          font-size: 14px;
          line-height: 24px; } }
  .text_container .header_title {
    color: #222222;
    font-family: 'Avenir-Regular', sans-serif;
    font-size: 29px;
    padding-left: 20px;
    line-height: 32px; }
    .text_container .header_title.medium {
      font-size: 45px;
      padding-top: 50px;
      padding-bottom: 20px; }
      @media (max-width: 1500px) {
        .text_container .header_title.medium {
          padding-top: 50px;
          font-size: 40px; } }
      @media (max-width: 1200px) {
        .text_container .header_title.medium {
          font-size: 36px;
          padding-bottom: 20px; } }
      @media (max-width: 800px) {
        .text_container .header_title.medium {
          padding-top: 30px; } }
    .text_container .header_title.large_padding {
      margin: 0;
      padding: 90px 0 72px; }
      @media (max-width: 1200px) {
        .text_container .header_title.large_padding {
          padding: 70px 0 60px; } }
      @media (max-width: 900px) {
        .text_container .header_title.large_padding {
          padding: 50px 0 30px; } }
      @media (max-width: 660px) {
        .text_container .header_title.large_padding {
          padding: 40px 0 14px; } }
  @media (max-width: 900px) {
    .text_container {
      margin-bottom: 10px; }
      .text_container .header_title {
        font-size: 24px;
        line-height: 27px; } }
  @media (max-width: 760px) {
    .text_container .header_title {
      font-size: 23px;
      line-height: 26px;
      padding-left: 15px; } }
  .text_container .text_container_header {
    margin-bottom: 24px;
    display: table; }
  .text_container .text {
    font-size: 15px;
    line-height: 27px;
    color: #94989E; }
    .text_container .text.limited_width {
      max-width: 512px;
      margin-left: auto;
      margin-right: auto; }

.long_text {
  color: #6C7B90;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  font-size: 15px;
  padding-bottom: 100px; }
  .long_text h2, .long_text h3 {
    color: #000; }
  .long_text h3 {
    font-family: "Avenir-Regular";
    font-weight: normal !important;
    font-size: 29px; }
  .long_text p {
    line-height: 26px; }
  @media (max-width: 1200px) {
    .long_text {
      padding-right: 10%;
      padding-left: 10%;
      padding-top: 0; } }
  @media (max-width: 1100px) {
    .long_text {
      padding-right: 7%;
      padding-left: 7%; } }
  @media (max-width: 900px) {
    .long_text {
      padding-right: 5%;
      padding-left: 5%; } }
  @media (max-width: 850px) {
    .long_text {
      padding-right: 20px;
      padding-left: 20px; } }

.normal_padding {
  padding-left: 20%;
  padding-right: 20%; }
  @media (max-width: 2100px) {
    .normal_padding {
      padding-left: 15%;
      padding-right: 15%; } }
  @media (max-width: 1202px) {
    .normal_padding {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (max-width: 1100px) {
    .normal_padding {
      padding-left: 7%;
      padding-right: 7%; } }
  @media (max-width: 900px) {
    .normal_padding {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (max-width: 420px) {
    .normal_padding {
      padding-left: 20px;
      padding-right: 20px; } }
