@charset "UTF-8";
/* Plugins
------------------------------------------------*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    /* Hide the slides before the JS is loaded. Avoids image jumping */ }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    /* Clearfix for the .slides element */
    visibility: hidden;
    line-height: 0;
    height: 0; }

.flex-pauseplay span {
  text-transform: capitalize; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Theme
*********************************/
.flexslider {
  background: #fff;
  border: 4px solid #fff;
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  .flexslider .slides {
    zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    background: url(i/bg_direction_nav.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    -webkit-transition: all .3s ease;
    width: 30px;
    z-index: 10; }
  .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px; }
    .flex-direction-nav .flex-next:hover {
      opacity: 1; }
  .flex-direction-nav .flex-prev {
    left: -36px; }
    .flex-direction-nav .flex-prev:hover {
      opacity: 1; }
  .flex-direction-nav:hover .flex-next {
    opacity: 0.8;
    right: 5px; }
  .flex-direction-nav:hover .flex-prev {
    opacity: 0.8;
    left: 5px; }
  .flex-direction-nav .flex-disabled {
    cursor: default;
    filter: alpha(opacity=30);
    opacity: .3 !important; }

/* Control Nav */
.flex-control-nav {
  bottom: -40px;
  position: absolute;
  text-align: center;
  width: 100%; }

.flex-control-paging li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
  *display: inline; }
  .flex-control-paging li a {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
    .flex-control-paging li a:hover {
      background: #333;
      background: rgba(0, 0, 0, 0.7); }
    .flex-control-paging li a .flex-active {
      background: #000;
      background: rgba(0, 0, 0, 0.9);
      cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%; }
  .flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

/* Select
*******************************/
.selectbox {
  position: relative;
  width: 100%;
  min-width: 110px;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
  text-align: left; }

.selectbox .select {
  width: 100%;
  height: 30px;
  font: 10px/30px 'Gotham-Book';
  text-transform: uppercase;
  color: #959595;
  box-sizing: border-box;
  z-index: 2 !important; }

.selectbox .select .text {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 30px 0 0px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0; }

.selectbox .trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.selectbox .trigger .arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  overflow: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60); }
  .selectbox .trigger .arrow:after {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    font: 12px/1 'Gotham-Book';
    content: ">"; }

.selectbox:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

.selectbox .dropdown {
  top: 30px;
  left: -1px;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 0;
  background: #f1f1f1;
  font: 10px/20px 'Gotham-Book';
  text-transform: uppercase;
  color: #000;
  z-index: 100; }

.selectbox .dropdown li.all {
  font-size: 0; }
  .selectbox .dropdown li.all:after {
    font: 10px/16px 'Gotham-Book';
    content: "All"; }

.selectbox li {
  padding: 5px 10px;
  color: #231F20; }

.selectbox li.selected {
  background: #e4e4e4; }

.selectbox li:hover {
  background: #e4e4e4; }

.selectbox li.disabled {
  color: #AAA; }

.selectbox li.disabled:hover {
  background: none; }

/* Mixins
------------------------------------------------*/
/* Clearfix
*******************************/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.clear {
  clear: both; }

/* Basic Styles.
 *
 * Uncomment "@import 'reset'", if you wanna use
 * Eric Meyer’s “Reset CSS” 2.0 
------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

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

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

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

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

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

.layout {
  width: 95%;
  max-width: 800px;
  margin: 0 auto; }

/* Fonts
	$ft_med
	$ft_book
	$enc_bd
	$enc_it
	$enc_reg
*/
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

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

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }

  40% {
    stroke-dashoffset: 240; }

  100% {
    stroke-dashoffset: 0; } }

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }

  40% {
    stroke-dashoffset: 240; }

  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }

  40% {
    stroke-dashoffset: 240; }

  100% {
    stroke-dashoffset: 240; } }

@keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }

  40% {
    stroke-dashoffset: 240; }

  100% {
    stroke-dashoffset: 240; } }

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }

  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }

  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }

  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }

  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }

  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }

  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }

  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }

  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }

  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }

  100% {
    left: 0;
    bottom: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes bun-top-in {
  0% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }

  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }

  100% {
    left: 0;
    bottom: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }

  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }

  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

  20% {
    left: -5px;
    bottom: 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }

  80% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }

  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }

  40% {
    width: 0;
    left: 40px; }

  80% {
    width: 36px;
    left: -6px; }

  100% {
    width: 36px;
    left: 0px; } }

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }

  40% {
    width: 0;
    left: 40px; }

  80% {
    width: 36px;
    left: -6px; }

  100% {
    width: 36px;
    left: 0px; } }

@-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }

  20% {
    width: 42px;
    left: -6px; }

  40% {
    width: 0;
    left: 40px; }

  100% {
    width: 0;
    left: 36px; } }

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }

  20% {
    width: 42px;
    left: -6px; }

  40% {
    width: 0;
    left: 40px; }

  100% {
    width: 0;
    left: 36px; } }

#wrapper {
  width: 100%;
  overflow: hidden;
  min-width: 320px; }

.inner-wrapper {
  max-width: 1025px;
  width: 90%;
  margin: 0 auto; }

.large-wrapper {
  max-width: 1266px;
  width: 90%;
  margin: 0 auto; }

.small-wrapper {
  max-width: 684px;
  width: 90%;
  margin: 0 auto; }

.home .header-main {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: calc(100vh - 70px); }
  @media (max-width: 768px) {
    .home .header-main {
      top: calc(100vh - 90px); } }
  .home .header-main.fixed {
    top: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8); }

.header-main {
  height: 70px;
  box-sizing: border-box;
  font-family: 'futura_medium_condesed';
  font-size: 18px;
  color: #000; }
  .header-main .hamburglar {
    display: none;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    top: 10%;
    z-index: 301;
    position: absolute;
    right: 22px;
    width: 68px;
    height: 68px;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .header-main .hamburglar .path-burger {
      position: absolute;
      top: 0;
      left: 0;
      height: 68px;
      width: 68px;
      -webkit-mask: url(#mask);
              mask: url(#mask);
      -webkit-mask-box-image: url('../img/mask.svg'); }
    .header-main .hamburglar .animate-path {
      position: absolute;
      top: 0;
      left: 0;
      width: 68px;
      height: 68px; }
    .header-main .hamburglar .path-rotation {
      height: 34px;
      width: 34px;
      margin: 34px 34px 0 0;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }
      .header-main .hamburglar .path-rotation:before {
        content: '';
        display: block;
        width: 30px;
        height: 34px;
        margin: 0 4px 0 0;
        background: #2166c8; }
    .header-main .hamburglar.is-open .path {
      -webkit-animation: dash-in 0.6s linear normal;
              animation: dash-in 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-open .animate-path {
      -webkit-animation: rotate-in 0.6s linear normal;
              animation: rotate-in 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-closed .path {
      -webkit-animation: dash-out 0.6s linear normal;
              animation: dash-out 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-closed .animate-path {
      -webkit-animation: rotate-out 0.6s linear normal;
              animation: rotate-out 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar .path {
      stroke-dasharray: 240;
      stroke-dashoffset: 240;
      stroke-linejoin: round; }
    .header-main .hamburglar .burger-icon {
      position: absolute;
      padding: 20px 16px;
      height: 68px;
      width: 68px;
      box-sizing: border-box; }
    .header-main .hamburglar .burger-container {
      position: relative;
      height: 28px;
      width: 36px; }
    .header-main .hamburglar .burger-bun-top, .header-main .hamburglar .burger-bun-bot, .header-main .hamburglar .burger-filling {
      position: absolute;
      display: block;
      height: 4px;
      width: 36px;
      border-radius: 0;
      background: #2166c8; }
    .header-main .hamburglar .burger-bun-top {
      top: 0;
      -webkit-transform-origin: 34px 2px;
          -ms-transform-origin: 34px 2px;
              transform-origin: 34px 2px; }
    .header-main .hamburglar .burger-bun-bot {
      bottom: 0;
      -webkit-transform-origin: 34px 2px;
          -ms-transform-origin: 34px 2px;
              transform-origin: 34px 2px; }
    .header-main .hamburglar .burger-filling {
      top: 12px; }
    .header-main .hamburglar .burger-ring {
      position: absolute;
      top: 0;
      left: 0;
      width: 68px;
      height: 68px; }
    .header-main .hamburglar .svg-ring {
      width: 68px;
      height: 68px; }
    .header-main .hamburglar.is-open .burger-bun-top {
      -webkit-animation: bun-top-out 0.6s linear normal;
              animation: bun-top-out 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-open .burger-bun-bot {
      -webkit-animation: bun-bot-out 0.6s linear normal;
              animation: bun-bot-out 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-closed .burger-bun-top {
      -webkit-animation: bun-top-in 0.6s linear normal;
              animation: bun-top-in 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-closed .burger-bun-bot {
      -webkit-animation: bun-bot-in 0.6s linear normal;
              animation: bun-bot-in 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-open .burger-filling {
      -webkit-animation: burger-fill-out 0.6s linear normal;
              animation: burger-fill-out 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .header-main .hamburglar.is-closed .burger-filling {
      -webkit-animation: burger-fill-in 0.6s linear normal;
              animation: burger-fill-in 0.6s linear normal;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .header-main a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.45px;
    font-size: 18px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 100%;
    padding-bottom: 3px; }
    .header-main a::after {
      content: '';
      display: block;
      height: 0;
      border-left: 2px solid #2166c8;
      position: absolute;
      left: -32px;
      top: 6px;
      -webkit-transition: height .3s;
              transition: height .3s;
      z-index: 1; }
    .header-main a::before {
      z-index: 1;
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: -32px;
      bottom: 0;
      border-bottom: 2px solid #2166c8;
      -webkit-transition: width 0.3s;
              transition: width 0.3s;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .header-main a:hover::after {
      height: 13px; }
    .header-main a:hover::before {
      width: calc(100% + 33px); }
  .header-main .logo {
    float: left;
    width: 25%;
    height: 70px;
    font-family: 'encorpada_bold'; }
    .header-main .logo a {
      text-transform: none;
      -webkit-transition: color .3s;
              transition: color .3s; }
      .header-main .logo a:hover {
        color: #2166c8; }
      .header-main .logo a::before, .header-main .logo a::after {
        display: none; }
  .header-main .nav-main {
    width: auto;
    overflow: hidden;
    text-align: right; }
    .header-main .nav-main ul li {
      display: inline-block;
      height: 70px;
      position: relative;
      padding-left: 33px;
      margin-left: 26px; }
      .header-main .nav-main ul li.home {
        display: none; }
      .header-main .nav-main ul li:hover::after {
        opacity: 0; }
      .header-main .nav-main ul li:nth-child(2) {
        padding-left: 0;
        margin-left: 0; }
        .header-main .nav-main ul li:nth-child(2)::after {
          display: none; }
        .header-main .nav-main ul li:nth-child(2) a::after {
          left: auto;
          right: -33px; }
        .header-main .nav-main ul li:nth-child(2) a::before {
          left: 0; }
        .header-main .nav-main ul li:nth-child(2):hover + li:nth-child(2)::after {
          opacity: 0; }
      .header-main .nav-main ul li::after {
        -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s;
        content: '•';
        z-index: -1;
        display: block;
        position: absolute;
        left: 0;
        top: 42%;
        font-size: 8px; }
  @media (max-width: 768px) {
    .header-main {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 300;
      height: 90px; }
      .header-main .logo {
        margin-left: 40px;
        width: 330px;
        max-width: 100%;
        height: 90px; }
        .header-main .logo a {
          letter-spacing: 0.7px;
          font-size: 28px; }
      .header-main #hamburger {
        display: block; }
      .header-main .large-wrapper {
        width: 100%; }
      .header-main .nav-main {
        position: fixed;
        top: 90px;
        left: -120%;
        width: 100%;
        height: calc(100vh - 90px);
        overflow-y: auto;
        background-color: #2166c8;
        color: #fff;
        z-index: 300;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-sizing: border-box;
        text-align: left;
        padding-left: 40px;
        padding-top: 60px;
        -webkit-transition: left .5s cubic-bezier(0.32, 1.26, 0.71, 1.37);
                transition: left .5s cubic-bezier(0.32, 1.26, 0.71, 1.37); }
        .header-main .nav-main.open {
          left: 0;
          width: 100%; }
        .header-main .nav-main ul li {
          display: block;
          margin-left: 0;
          padding-left: 0; }
          .header-main .nav-main ul li.home {
            display: block; }
          .header-main .nav-main ul li::after {
            display: none; }
          .header-main .nav-main ul li a {
            letter-spacing: 0.7px;
            font-size: 28px; }
            .header-main .nav-main ul li a::before, .header-main .nav-main ul li a::after {
              display: none; }
            .header-main .nav-main ul li a:hover {
              color: #000; } }
  @media (max-width: 580px) {
    .header-main .logo {
      margin-top: 0;
      margin-left: 5%;
      width: 75%; }
      .header-main .logo a {
        font-size: 19px; }
    .header-main .hamburglar {
      right: 3%; } }

.mobile {
  display: none; }

.footer-main {
  margin: 60px 0 44px;
  border-top: 2px solid #f3f3f3;
  padding-top: 65px; }
  .footer-main .col-left {
    width: 48%;
    float: left; }
    .footer-main .col-left h4 {
      font-family: 'futura_medium_condesed';
      text-transform: uppercase;
      letter-spacing: 0.45px;
      font-size: 18px;
      color: #000;
      margin-bottom: 20px; }
    .footer-main .col-left .nav-footer ul li {
      display: inline-block;
      width: 32%;
      float: left;
      margin-bottom: 5px; }
      .footer-main .col-left .nav-footer ul li a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #b8b8b8;
        text-transform: uppercase;
        font-family: 'futura_medium_condesed';
        letter-spacing: 0.4px;
        font-size: 16px;
        -webkit-transition: color .3s;
                transition: color .3s;
        text-decoration: none; }
        .footer-main .col-left .nav-footer ul li a:hover {
          color: #000; }
  .footer-main h5 {
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.45px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    float: left;
    margin-top: 15px;
    width: 30%; }
  .footer-main form {
    float: right;
    width: 70%; }
    .footer-main form input[type="text"], .footer-main form input[type="email"] {
      box-sizing: border-box;
      border-radius: 0;
      box-shadow: none;
      border: none;
      border-top: 2px solid transparent;
      border-bottom: 2px solid #000;
      padding: 5px 1px;
      color: #000;
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.4px;
      font-size: 16px;
      outline: none;
      display: block;
      float: left;
      width: 41.5%;
      margin-right: 3.5%;
      -webkit-transition: all .3s ease-in;
              transition: all .3s ease-in; }
      .footer-main form input[type="text"]:-moz-placeholder, .footer-main form input[type="email"]:-moz-placeholder {
        color: #000; }
      .footer-main form input[type="text"]::-moz-placeholder, .footer-main form input[type="email"]::-moz-placeholder {
        color: #000; }
      .footer-main form input[type="text"]:-ms-input-placeholder, .footer-main form input[type="email"]:-ms-input-placeholder {
        color: #000; }
      .footer-main form input[type="text"]::-webkit-input-placeholder, .footer-main form input[type="email"]::-webkit-input-placeholder {
        color: #000; }
      .footer-main form input[type="text"]:focus, .footer-main form input[type="email"]:focus {
        border-top: 2px solid #000; }
      @media (max-width: 1024px) {
        .footer-main form input[type="text"], .footer-main form input[type="email"] {
          width: 40%; } }
    .footer-main form button[type="submit"], .footer-main form input[type="submit"] {
      display: block;
      margin-top: 15px;
      width: 50px;
      float: left;
      vertical-align: bottom;
      box-sizing: border-box;
      background: transparent;
      border-radius: 0;
      border: none;
      padding: 0;
      color: #000;
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.45px;
      font-size: 18px;
      outline: none;
      font-weight: normal; }
  .footer-main .copy-right {
    margin-top: 65px;
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.35px;
    font-size: 14px;
    color: #b8b8b8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer-main .copy-right a {
      color: inherit;
      text-decoration: none;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
      .footer-main .copy-right a:hover {
        color: #000; }
    .footer-main .copy-right .copy {
      float: left; }
    .footer-main .copy-right .madeby {
      float: right; }
  @media (max-width: 768px) {
    .footer-main .foot-menu-wrap h5 {
      float: none;
      width: 100%;
      margin-bottom: 40px;
      margin-top: 0; }
    .footer-main .foot-menu-wrap form {
      float: none;
      width: 100%; } }
  @media (max-width: 580px) {
    .footer-main .foot-menu-wrap h5 {
      margin-bottom: 20px; }
    .footer-main .foot-menu-wrap form input[type="text"], .footer-main .foot-menu-wrap form input[type="email"] {
      display: block;
      width: 100%;
      float: none;
      margin: 0 0 10px 0; }
    .footer-main .foot-menu-wrap form button[type="submit"], .footer-main .foot-menu-wrap form input[type="submit"] {
      float: right; } }

.desc {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 50px;
  font-family: 'futura_book'; }
  .desc p {
    line-height: inherit; }
  .desc strong {
    font-weight: normal;
    font-family: 'encorpada_italic'; }

.btn {
  vertical-align: top;
  min-width: 130px;
  border-radius: 5px;
  padding: 12px 11px 10px;
  box-sizing: border-box;
  font-family: 'futura_medium_condesed';
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.8px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  text-align: center; }
  .btn::after {
    content: '';
    display: block;
    width: 110%;
    position: absolute;
    left: -5%;
    top: 110%;
    height: 110%;
    -webkit-transition: all .3s;
            transition: all .3s;
    z-index: -1; }
  .btn.mobile {
    display: none; }
  .btn.white-bleed {
    color: #000;
    border: 2px solid #fff; }
    .btn.white-bleed::after {
      background-color: #fff;
      top: -5%; }
    .btn.white-bleed:hover {
      border-color: #fff;
      color: #fff; }
      .btn.white-bleed:hover::after {
        top: 110%; }
  .btn.blue {
    color: #fff;
    border: 2px solid #2166c8; }
    .btn.blue::after {
      background-color: #2166c8;
      top: -5%; }
    .btn.blue:hover {
      border-color: #000;
      color: #000; }
      .btn.blue:hover::after {
        top: 110%; }
  .btn.white {
    border: 2px solid #000;
    color: #000; }
    .btn.white::after {
      background-color: #2166c8; }
    .btn.white:hover {
      border-color: #2166c8;
      color: #fff; }
      .btn.white:hover::after {
        top: 0; }
  @media (max-width: 580px) {
    .btn {
      width: 90%; } }

.social .col-left {
  width: 49.5%;
  float: left;
  padding-bottom: 37.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .social .col-left:hover::before {
    background-color: rgba(33, 102, 200, 0.5); }
  .social .col-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 102, 200, 0.8);
    -webkit-transition: background-color .3s;
            transition: background-color .3s; }
  .social .col-left a {
    display: block;
    font-family: 'encorpada_bold';
    color: #fff;
    font-size: 24px;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    padding-top: 30%; }
    .social .col-left a::after {
      content: 'Subscribe';
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.8px;
      font-size: 16px;
      text-transform: uppercase;
      position: absolute;
      display: block;
      bottom: 10%;
      width: 100%;
      text-align: center; }
.social .col-right {
  padding-bottom: 37.5%;
  float: right;
  width: 49.5%;
  background-color: #f9f9f9;
  position: relative; }
  .social .col-right img {
    display: none; }
  .social .col-right .twifeed {
    display: block;
    position: absolute;
    max-width: 90%;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    bottom: 11%; }
    .social .col-right .twifeed h3 {
      font-family: 'encorpada_bold';
      font-size: 18px;
      color: #000;
      margin-bottom: 40px;
      text-align: center; }
    .social .col-right .twifeed .desc {
      font-size: 14px;
      line-height: 24px;
      max-width: 270px;
      text-align: center;
      margin: 0 auto 50px; }
      .social .col-right .twifeed .desc .home-tweet-date {
        display: none; }
    .social .col-right .twifeed a {
      color: inherit;
      -webkit-transition: color .3s;
              transition: color .3s; }
      .social .col-right .twifeed a:hover {
        color: #2166c8; }
    .social .col-right .twifeed .flw-btn {
      letter-spacing: 0.8px;
      font-size: 16px;
      font-family: 'futura_medium_condesed';
      color: #000;
      text-transform: uppercase;
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none; }
@media (max-width: 768px) {
  .social .col-right, .social .col-left {
    padding-bottom: 40%; } }
@media (max-width: 580px) {
  .social .col-left, .social .col-right {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 95%; }
  .social .col-left a {
    padding-top: 20%; } }

.insta-block {
  margin: 90px 0 120px; }
  .insta-block ul.title-block {
    text-align: justify;
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.8px;
    font-size: 16px;
    color: #000;
    margin-bottom: 45px; }
    .insta-block ul.title-block::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .insta-block ul.title-block a {
      color: inherit;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: color .3s;
              transition: color .3s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .insta-block ul.title-block a:hover {
        color: #2166c8; }
    .insta-block ul.title-block h3 {
      font-family: 'encorpada_bold';
      font-size: 18px; }
    .insta-block ul.title-block li {
      display: inline-block; }
  .insta-block .insta-photos img {
    width: 100%;
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    will-change: opacity; }
    .insta-block .insta-photos img:hover {
      opacity: 0.8; }
  .insta-block .insta-photos .left-side {
    width: 50%;
    float: left; }
  .insta-block .insta-photos .right-side {
    float: right;
    width: 50%; }
  @media (max-width: 768px) {
    .insta-block {
      margin-top: 60px;
      margin-bottom: 30px; }
      .insta-block .flo-shcode-instgm-container.columns6:not(.instgm-flo-pattern) .img-block {
        width: 50%; }
      .insta-block .insta-photos .left-side, .insta-block .insta-photos .right-side {
        width: 100%;
        float: none; } }
  @media (max-width: 580px) {
    .insta-block ul.title-block {
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 0; }
      .insta-block ul.title-block li {
        position: absolute;
        bottom: 0;
        display: block; }
        .insta-block ul.title-block li:first-child {
          left: 0; }
        .insta-block ul.title-block li:last-child {
          right: 0; }
      .insta-block ul.title-block li:nth-child(2) {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        vertical-align: top;
        position: relative; } }

.member {
  width: 110px;
  float: left;
  margin-right: 70px;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .member {
      margin-right: 60px; } }
  .member.large {
    width: 31.5%;
    margin-left: 2.75%;
    margin-bottom: 90px;
    margin-right: 0; }
    .member.large:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .member.large h4 {
      max-width: 240px;
      margin: 0 auto 20px;
      font-family: 'encorpada_bold';
      letter-spacing: -0.3px;
      font-size: 30px;
      text-transform: none; }
    .member.large .avatar {
      margin-bottom: 30px;
      border-radius: 0;
      background-clip: initial; }
      .member.large .avatar img {
        max-width: 100%;
        width: auto;
        height: auto;
        border-radius: 100%;
        background-clip: border-box; }
  .member .avatar {
    width: 100%;
    overflow: hidden;
    border-radius: 100%;
    background-clip: padding-box; }
    .member .avatar img {
      width: 100%;
      height: auto;
      max-width: 220px;
      display: block;
      margin: 0 auto; }
  .member h4 {
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.75px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px; }
    .member h4 a {
      color: inherit;
      -webkit-transition: color .3s;
              transition: color .3s;
      text-decoration: none; }
      .member h4 a:hover {
        color: #2166c8; }
  .member h5.contributions {
    font-family: 'futura_medium_condesed';
    color: #b8b8b8;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 240px;
    line-height: 1.2em;
    margin: 0 auto 30px;
    text-align: center; }
    .member h5.contributions p {
      text-align: inherit; }
    .member h5.contributions a {
      color: inherit;
      text-decoration: none;
      -webkit-transition: color .3s;
              transition: color .3s; }
      .member h5.contributions a:hover {
        color: #2166c8; }
  .member .desc {
    line-height: 30px; }
  .member:last-child {
    position: relative;
    margin-right: 0; }
  @media (max-width: 768px) {
    .member.large {
      width: 48%; }
      .member.large:nth-child(3n+1) {
        clear: none; }
      .member.large:nth-child(2n+1) {
        clear: left;
        margin-left: 0; }
      .member.large:nth-child(2n) {
        margin-left: 4%; } }
  @media (max-width: 580px) {
    .member.large {
      display: block;
      width: 100%;
      margin: 0 0 30px 0;
      float: none; }
      .member.large:nth-child(2n) {
        margin: 0 0 30px 0; } }

.home-top {
  min-height: calc(100vh - 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .home-top {
      min-height: calc(100vh - 90px);
      margin-bottom: 90px; } }
  .home-top .large-wrapper {
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.35px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify; }
    .home-top .large-wrapper::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .home-top .large-wrapper a {
      display: inline-block;
      color: inherit;
      text-decoration: none;
      position: relative;
      -webkit-transition: all .3s;
              transition: all .3s; }
      .home-top .large-wrapper a::before {
        content: attr(data-content);
        display: block;
        opacity: 0;
        left: 0;
        width: 100%;
        top: -5px;
        position: absolute;
        -webkit-transition: all .3s;
                transition: all .3s;
        color: #2166c8;
        visibility: hidden; }
      .home-top .large-wrapper a:hover {
        color: transparent; }
        .home-top .large-wrapper a:hover::before {
          visibility: visible;
          opacity: 1;
          top: 0; }
      .home-top .large-wrapper a.down {
        float: right;
        position: relative;
        padding-right: 20px; }
        .home-top .large-wrapper a.down::after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          height: 9px;
          width: 9px;
          top: 2px;
          -webkit-transition: top .3s;
                  transition: top .3s;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 9px 9px;
          background-image: url('../img/arr_down_white.png'); }
  .home-top .inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: left; }
    .home-top .inner .central {
      height: 57vh;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-bottom: 9vh; }
    .home-top .inner input[type="email"], .home-top .inner input[type="text"] {
      background-color: transparent;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.8px;
      font-size: 16px;
      border: none;
      resize: none;
      display: inline-block;
      width: 48%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      border-bottom: 2px solid rgba(255, 255, 255, 0.7);
      padding: 12px 0 10px 0; }
      .home-top .inner input[type="email"]:-moz-placeholder, .home-top .inner input[type="text"]:-moz-placeholder {
        color: #fff; }
      .home-top .inner input[type="email"]::-moz-placeholder, .home-top .inner input[type="text"]::-moz-placeholder {
        color: #fff; }
      .home-top .inner input[type="email"]:-ms-input-placeholder, .home-top .inner input[type="text"]:-ms-input-placeholder {
        color: #fff; }
      .home-top .inner input[type="email"]::-webkit-input-placeholder, .home-top .inner input[type="text"]::-webkit-input-placeholder {
        color: #fff; }
    .home-top .inner button[type="submit"], .home-top .inner input[type="submit"] {
      vertical-align: top;
      background-color: #2166c8;
      border: 2px solid #2166c8;
      display: inline-block;
      max-width: 48%;
      float: right;
      color: #fff; }
      .home-top .inner button[type="submit"]:hover, .home-top .inner input[type="submit"]:hover {
        background-color: transparent;
        border-color: #fff; }
  @media (max-width: 640px) {
    .home-top {
      box-sizing: border-box; }
      .home-top .inner .central {
        height: 35vh;
        margin-top: 10vh; }
      .home-top .inner input[type="text"], .home-top .inner input[type="email"], .home-top .inner button[type="submit"], .home-top .inner input[type="submit"] {
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
        float: none;
        margin-bottom: 10px; } }

.homepage section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .homepage section .go-down {
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 35px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 35px 18px;
    background-image: url('../img/arr_down_blue.png');
    -webkit-transition: all .3s;
            transition: all .3s; }
    .homepage section .go-down:hover {
      bottom: 30px;
      padding-top: 10px; }
.homepage .s2 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 180px 0 100px; }
  @media (max-width: 1024px) {
    .homepage .s2 {
      background-image: none !important; } }
  @media (max-width: 768px) {
    .homepage .s2 {
      background-size: 1100px;
      background-position: left top;
      padding: 90px 0 20px; } }
  @media (max-width: 580px) {
    .homepage .s2 {
      background-size: 850px; } }
  .homepage .s2::before {
    content: '';
    display: block;
    width: 53%;
    background: #fff;
    height: 150%;
    top: -24%;
    right: 2%;
    position: absolute;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    z-index: 0; }
    @media (max-width: 1024px) {
      .homepage .s2::before {
        width: 56%;
        right: -1%; } }
    @media (max-width: 768px) {
      .homepage .s2::before {
        display: none; } }
  .homepage .s2 .large-wrapper {
    position: relative;
    z-index: 10; }
  .homepage .s2 .col-left {
    width: 40%;
    float: left;
    text-align: center;
    font-family: 'encorpada_bold';
    font-size: 60px;
    color: #fff; }
    .homepage .s2 .col-left h1 {
      text-transform: uppercase;
      text-align: center;
      line-height: 1.2em; }
    @media (max-width: 768px) {
      .homepage .s2 .col-left {
        float: none;
        margin: 0 auto 50px;
        width: 100%;
        color: #000; } }
    @media (max-width: 580px) {
      .homepage .s2 .col-left {
        font-size: 50px;
        word-spacing: 300px; }
        .homepage .s2 .col-left br {
          display: none; } }
    @media (max-width: 580px) and (orientation: landscape) {
      .homepage .s2 .col-left {
        word-spacing: 400px; } }
  .homepage .s2 .col-right {
    width: 45%;
    float: right;
    font-family: 'futura_book';
    position: relative; }
    @media (max-width: 768px) {
      .homepage .s2 .col-right {
        float: none;
        width: 100%; } }
    .homepage .s2 .col-right .desc h3 {
      margin-top: 36px;
      font-size: 24px; }
    .homepage .s2 .col-right .cols {
      display: block;
      text-align: justify;
      margin-bottom: 40px; }
      .homepage .s2 .col-right .cols::after {
        content: '';
        display: inline-block;
        width: 100%; }
      .homepage .s2 .col-right .cols p.nr {
        font-family: 'encorpada_bold';
        font-size: 48px;
        color: #2166c8;
        margin-bottom: 20px; }
        @media (max-width: 320px) {
          .homepage .s2 .col-right .cols p.nr {
            font-size: 30px; } }
      .homepage .s2 .col-right .cols p {
        font-family: 'futura_medium_condesed';
        letter-spacing: 0.8px;
        font-size: 16px;
        text-transform: uppercase; }
      .homepage .s2 .col-right .cols .col {
        display: inline-block;
        max-width: 30%; }
    .homepage .s2 .col-right h3 {
      font-family: 'encorpada_bold';
      font-size: 24px; }
  .homepage .s2 .go-down {
    right: 43%;
    bottom: 37px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 18px;
    background-image: url('../img/arr_down_blue.png');
    -webkit-transition: all .3s;
            transition: all .3s; }
    .homepage .s2 .go-down:hover {
      bottom: 32px; }
    @media (max-width: 768px) {
      .homepage .s2 .go-down {
        right: 5%;
        z-index: 100; } }
.homepage .s3 {
  padding: 180px 0; }
  .homepage .s3 h1 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.6px;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center; }
  .homepage .s3 .desc {
    text-align: center; }
  @media (max-width: 580px) {
    .homepage .s3 {
      padding: 90px 0 20px; }
      .homepage .s3 h1 {
        letter-spacing: -0.35px;
        font-size: 35px; } }
.homepage .s4 {
  padding: 220px 0;
  position: relative; }
  .homepage .s4::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 102, 200, 0.8);
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0; }
  .homepage .s4 .small-wrapper {
    position: relative;
    z-index: 10;
    padding-bottom: 70px; }
  .homepage .s4 h1 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.72px;
    font-size: 72px;
    color: #fff;
    text-align: center;
    line-height: 1.2em; }
  .homepage .s4 .go-down {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 18px;
    background-image: url('../img/arr_down_white.png');
    right: 50%;
    margin-right: -17px; }
  @media (max-width: 580px) {
    .homepage .s4 {
      padding: 120px 0; }
      .homepage .s4 h1 {
        letter-spacing: -0.35px;
        font-size: 35px; } }
.homepage .s5 {
  padding: 190px 0 210px; }
  @media (max-width: 768px) {
    .homepage .s5 {
      padding: 140px 0 0; } }
  @media (max-width: 580px) {
    .homepage .s5 {
      padding-top: 80px; } }
  .homepage .s5 h1 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.48px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 35px; }
    @media (max-width: 580px) {
      .homepage .s5 h1 {
        letter-spacing: -0.35px;
        font-size: 35px; } }
  .homepage .s5 .desc {
    text-align: center; }
  .homepage .s5 .inner-wrapper {
    margin-top: 170px;
    text-align: justify; }
    .homepage .s5 .inner-wrapper::after {
      content: '';
      display: inline-block;
      width: 100%; }
    .homepage .s5 .inner-wrapper .col {
      display: inline-block;
      max-width: 30%; }
      @media (max-width: 768px) {
        .homepage .s5 .inner-wrapper .col {
          display: block;
          max-width: 300px;
          margin: 0 auto 90px; } }
    .homepage .s5 .inner-wrapper .logo {
      margin: 0 auto 72px;
      width: 90px;
      height: 60px;
      background-color: #2166c8;
      position: relative;
      box-sizing: border-box;
      text-align: center;
      border-radius: 7px; }
      .homepage .s5 .inner-wrapper .logo img {
        text-align: center;
        max-width: 46px;
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        margin: 0 auto; }
      .homepage .s5 .inner-wrapper .logo:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 24px solid #2166c8;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        position: absolute;
        top: -21px;
        border-radius: 7px;
        left: 0; }
      .homepage .s5 .inner-wrapper .logo:after {
        content: '';
        left: 0;
        border-radius: 7px;
        width: 0;
        position: absolute;
        bottom: -21px;
        border-top: 24px solid #2166c8;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent; }
    .homepage .s5 .inner-wrapper h3 {
      font-family: 'encorpada_bold';
      font-size: 24px;
      margin-bottom: 12px;
      text-align: center; }
    .homepage .s5 .inner-wrapper .desc {
      font-size: 15px;
      line-height: 24px; }
    @media (max-width: 580px) {
      .homepage .s5 .inner-wrapper {
        margin-top: 70px; } }
.homepage .s6 {
  height: 80vh; }
  .homepage .s6 .inner-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-bottom: 90px; }
  .homepage .s6 h1 {
    color: #fff;
    font-family: 'futura_book';
    font-size: 18px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .homepage .s6 h1 strong {
      font-family: 'encorpada_bold';
      letter-spacing: -0.48px;
      font-size: 48px;
      line-height: 1.1em; }
    @media (max-width: 768px) {
      .homepage .s6 h1 br {
        display: none; } }
  .homepage .s6 .go-down {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 19px;
    background-image: url('../img/arr_down_white.png');
    right: 50%;
    margin-right: -14px;
    bottom: 10px; }
    .homepage .s6 .go-down:hover {
      bottom: 0; }
  @media (max-width: 768px) {
    .homepage .s6 {
      height: auto;
      padding: 70px 0; }
      .homepage .s6 .inner-wrapper {
        position: static;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
.homepage .s7 {
  padding: 200px 0 160px; }
  .homepage .s7 .col-left {
    width: 50%;
    float: left;
    position: relative;
    text-align: center; }
    .homepage .s7 .col-left .big {
      font-size: 498px;
      color: #2166c8;
      font-family: 'encorpada_regular';
      position: relative;
      line-height: 0.7em; }
    .homepage .s7 .col-left .vertical {
      z-index: 10;
      display: block;
      -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
              transform-origin: right top;
      position: absolute;
      right: 55%;
      top: 10%;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-family: 'encorpada_regular';
      font-size: 40px;
      color: #3a3a3a; }
    .homepage .s7 .col-left .year {
      display: block;
      font-family: 'encorpada_bold';
      font-size: 20px;
      color: #3a3a3a;
      position: relative;
      margin-top: -70px; }
      .homepage .s7 .col-left .year::before {
        content: '•';
        display: block;
        color: #2166c8;
        position: absolute;
        top: -28px;
        width: 100%;
        text-align: center; }
    @media (max-width: 768px) {
      .homepage .s7 .col-left .big {
        font-size: 450px; }
      .homepage .s7 .col-left .vertical {
        right: 58%;
        top: 11%; } }
    @media (max-width: 580px) and (orientation: landscape) {
      .homepage .s7 .col-left .vertical {
        right: 54.5%; } }
  .homepage .s7 .col-right {
    float: right;
    width: 50%;
    font-family: 'futura_book';
    font-size: 18px;
    line-height: 36px; }
    .homepage .s7 .col-right .hashtag {
      margin-top: 40px;
      color: #2166c8;
      font-family: 'encorpada_italic';
      letter-spacing: -0.36px;
      font-size: 36px; }
  @media (max-width: 768px) {
    .homepage .s7 {
      padding: 80px 0; }
      .homepage .s7 .col-left {
        float: none;
        width: 100%;
        margin-bottom: 120px; }
      .homepage .s7 .col-right {
        float: none;
        width: 100%;
        text-align: center; }
        .homepage .s7 .col-right .hashtag {
          letter-spacing: -0.26px;
          font-size: 26px; } }
.homepage .s8 {
  padding: 220px 0 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .homepage .s8 {
      padding-top: 120px; } }
  .homepage .s8::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    background-image: url('../img/triangle.png');
    z-index: 0;
    width: 280px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .homepage .s8::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    background-image: url('../img/triangle.png');
    z-index: 4;
    width: 280px; }
  .homepage .s8 .inner-wrapper {
    position: relative;
    z-index: 5; }
    .homepage .s8 .inner-wrapper.found-wrap {
      z-index: 4; }
  .homepage .s8 .col-left {
    float: left;
    width: 50%; }
    .homepage .s8 .col-left h1 {
      font-family: 'encorpada_bold';
      letter-spacing: -0.59px;
      font-size: 59px;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 1024px) {
        .homepage .s8 .col-left h1 {
          letter-spacing: -0.55px;
          font-size: 55px; } }
    @media (max-width: 768px) {
      .homepage .s8 .col-left {
        float: none;
        width: 100%;
        margin-bottom: 60px; }
        .homepage .s8 .col-left h1 {
          text-align: center;
          letter-spacing: -0.6px;
          font-size: 60px; } }
  .homepage .s8 .col-right {
    float: right;
    width: 43%; }
    @media (max-width: 1024px) {
      .homepage .s8 .col-right br {
        display: none; } }
    .homepage .s8 .col-right .desc {
      margin: 0; }
    @media (max-width: 768px) {
      .homepage .s8 .col-right {
        float: none;
        max-width: 450px;
        margin: 0 auto;
        display: block;
        width: 100%; } }
  .homepage .s8 .founders {
    margin-top: 100px;
    width: 120%;
    margin-bottom: 140px; }
    @media (max-width: 768px) {
      .homepage .s8 .founders {
        margin-bottom: 60px; } }
  .homepage .s8 .actions {
    text-align: center; }
    .homepage .s8 .actions a:first-child {
      margin-right: 80px; }
  @media (max-width: 580px) {
    .homepage .s8 .col-left h1 {
      letter-spacing: -0.35px;
      font-size: 35px; }
    .homepage .s8 .col-right .desc {
      text-align: center; }
    .homepage .s8 .inner-wrapper.found-wrap {
      z-index: 6; }
    .homepage .s8 .actions a:first-child {
      margin-right: 0;
      margin-bottom: 20px; } }
.homepage .s10 {
  padding: 100px 0 120px; }
  .homepage .s10 h1 {
    letter-spacing: -0.6px;
    font-size: 60px;
    font-family: 'encorpada_bold';
    text-align: center;
    margin-bottom: 0; }
  .homepage .s10 .desc {
    margin-bottom: 0;
    text-align: center; }
  @media (max-width: 768px) {
    .homepage .s10 {
      padding: 20px 0 25px; } }
  @media (max-width: 580px) {
    .homepage .s10 h1 {
      letter-spacing: -0.35px;
      font-size: 35px;
      margin-bottom: 1em; } }
.homepage .s12 {
  height: calc(100vh - 70px);
  margin-bottom: 100px; }
  .homepage .s12 .small-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    text-align: center; }
    .homepage .s12 .small-wrapper h1 {
      font-family: 'encorpada_bold';
      letter-spacing: -0.6px;
      font-size: 60px;
      margin-bottom: 60px; }
    .homepage .s12 .small-wrapper .desc {
      line-height: 30px;
      margin-bottom: 60px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .homepage .s12 .small-wrapper .donate:hover {
      border-color: #fff;
      color: #fff; }
  @media (max-width: 580px) {
    .homepage .s12 {
      height: auto;
      padding: 80px 0; }
      .homepage .s12 .small-wrapper {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        top: 0; } }
.homepage .s13 {
  background-position: left top;
  box-sizing: border-box;
  padding: 70px 0;
  position: relative;
  background-size: initial;
  overflow: hidden; }
  .homepage .s13::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -15%;
    height: 150%;
    width: 46%;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    background-color: #fff;
    z-index: 0; }
  .homepage .s13 .inner-wrapper {
    z-index: 5;
    position: relative; }
  .homepage .s13 .col-left {
    float: left;
    width: 45%;
    margin-top: 20px; }
    .homepage .s13 .col-left h3 {
      font-family: 'encorpada_bold';
      letter-spacing: -0.24px;
      font-size: 24px;
      line-height: 1.1em;
      margin-bottom: 40px;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .homepage .s13 .col-left hr {
      border-color: #b3b3b3;
      margin: 50px 0 60px; }
  .homepage .s13 .col-right {
    float: right;
    width: 36.4%;
    text-align: right; }
    @media (max-width: 1024px) {
      .homepage .s13 .col-right {
        margin-right: 9%; } }
    .homepage .s13 .col-right h1 {
      font-family: 'encorpada_bold';
      letter-spacing: -0.36px;
      font-size: 36px;
      color: #000;
      margin-bottom: 65px; }
    .homepage .s13 .col-right .desc {
      line-height: 26px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .homepage .s13 .col-right a {
      color: inherit;
      -webkit-transition: color .3s;
              transition: color .3s; }
      .homepage .s13 .col-right a:hover {
        color: #2166c8; }
    .homepage .s13 .col-right .additional-info {
      margin-top: 25px; }
    .homepage .s13 .col-right .btn.blue {
      color: #fff; }
      .homepage .s13 .col-right .btn.blue:hover {
        color: #000; }
  @media (max-width: 768px) {
    .homepage .s13 {
      background-size: 768px auto;
      background-position: center top; }
      .homepage .s13::after {
        display: none; }
      .homepage .s13 .col-left, .homepage .s13 .col-right {
        float: none;
        width: 100%;
        margin: 0; }
      .homepage .s13 .col-left {
        max-width: 465px;
        width: 100%;
        margin-bottom: 180px; }
      .homepage .s13 .col-right {
        text-align: center; } }

.as-seen {
  margin-top: 100px; }
  .as-seen h1 {
    text-align: center;
    font-family: 'encorpada_bold';
    letter-spacing: -0.6px;
    font-size: 60px;
    margin-bottom: 100px; }
  .as-seen .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .as-seen .logos .item {
      width: 30%;
      text-align: center;
      margin-bottom: 100px; }
      .as-seen .logos .item:hover img {
        -webkit-transition: -webkit-transform 3s;
                transition: transform 3s;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
    .as-seen .logos img {
      max-width: 100%;
      height: auto;
      width: auto;
      -webkit-transition: -webkit-transform .3s;
              transition: transform .3s; }
  @media (max-width: 768px) {
    .as-seen .logos .item {
      width: 45%;
      margin-bottom: 50px; } }
  @media (max-width: 580px) {
    .as-seen .logos .item {
      width: 100%;
      margin-bottom: 30px; } }

.s9 {
  margin-top: 200px;
  position: relative;
  z-index: 10; }
  .s9 h1 {
    text-align: center;
    font-family: 'encorpada_bold';
    letter-spacing: -0.6px;
    font-size: 60px;
    margin-bottom: 60px; }
  .s9 .desc {
    text-align: center;
    margin-bottom: 70px; }
  .s9 .ambass .col-left {
    width: 50%;
    float: left; }
    .s9 .ambass .col-left .member {
      margin-bottom: 40px; }
      .s9 .ambass .col-left .member:nth-child(3n) {
        margin-right: 0; }
    .s9 .ambass .col-left .btn {
      float: right;
      margin-right: 47px; }
    @media (max-width: 768px) {
      .s9 .ambass .col-left {
        float: none;
        width: 100%; } }
  .s9 .ambass .col-right {
    width: 50%;
    float: right;
    padding-left: 3%;
    border-left: 2px solid #ededed;
    box-sizing: border-box; }
    .s9 .ambass .col-right .member {
      margin-bottom: 40px; }
      .s9 .ambass .col-right .member:nth-child(3n) {
        margin-right: 0; }
    @media (max-width: 768px) {
      .s9 .ambass .col-right {
        float: none;
        padding-left: 0;
        border-left: none;
        width: 100%;
        max-width: 100%;
        padding-top: 30px;
        border-top: 2px solid #ededed; } }
  .s9 .ambass h3 {
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.8px;
    font-size: 16px;
    text-transform: uppercase;
    color: #a1a1a1;
    margin-bottom: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 768px) {
    .s9 .ambass .col-left .btn {
      display: none; }
    .s9 .ambass .col-left, .s9 .ambass .col-right {
      text-align: center; }
      .s9 .ambass .col-left .btn.mobile, .s9 .ambass .col-right .btn.mobile {
        display: inline-block;
        margin-right: 10%; }
      .s9 .ambass .col-left .mem-wrap, .s9 .ambass .col-right .mem-wrap {
        text-align: justify; }
        .s9 .ambass .col-left .mem-wrap::after, .s9 .ambass .col-right .mem-wrap::after {
          content: '';
          display: inline-block;
          width: 100%; }
      .s9 .ambass .col-left .member, .s9 .ambass .col-right .member {
        display: inline-block;
        margin-right: 15%;
        float: none; } }
  @media (max-width: 580px) {
    .s9 {
      margin-top: 80px; }
      .s9 h1 {
        letter-spacing: -0.35px;
        font-size: 35px;
        margin-bottom: 35px; }
      .s9 .ambass .col-left .member, .s9 .ambass .col-right .member {
        margin-right: 0; }
      .s9 .ambass .col-left .btn.mobile, .s9 .ambass .col-right .btn.mobile {
        margin-right: 0;
        margin-bottom: 20px; } }

.tpl-founders h1 {
  font-family: 'encorpada_bold';
  letter-spacing: -0.6px;
  font-size: 60px;
  margin-bottom: 1em;
  text-align: center; }
  @media (max-width: 580px) {
    .tpl-founders h1 {
      letter-spacing: -0.35px;
      font-size: 35px; } }
.tpl-founders .desc {
  text-align: center;
  margin-bottom: 0; }
.tpl-founders .main-sect {
  margin: 145px 0 120px; }
  .tpl-founders .main-sect h1 {
    text-transform: uppercase; }
.tpl-founders .go-down {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 40px;
  width: 36px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 18px;
  background-image: url('../img/arr_down_white.png');
  -webkit-transition: all .3s;
          transition: all .3s; }
  .tpl-founders .go-down:hover {
    bottom: 30px; }
.tpl-founders .memebers .full {
  margin-right: 0;
  width: 100%;
  background-color: #2166c8;
  padding-bottom: 120px;
  position: relative;
  float: left; }
  .tpl-founders .memebers .full .desc {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .tpl-founders .memebers .full .desc img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .tpl-founders .memebers .full .desc a {
      color: #fff;
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.75px;
      font-size: 15px;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      margin-right: 5%; }
      .tpl-founders .memebers .full .desc a:last-of-type {
        margin-right: 0; }
  .tpl-founders .memebers .full .valigner {
    margin-top: 10%;
    color: #fff;
    width: 86%;
    left: 7%;
    position: relative; }
@media (max-width: 768px) {
  .tpl-founders .memebers .double {
    width: 100%;
    margin-left: 0;
    padding-bottom: 100%; } }
@media (max-width: 580px) {
  .tpl-founders .memebers .double {
    float: none;
    padding-bottom: 0;
    height: auto;
    padding: 30px 0 60px; }
    .tpl-founders .memebers .double .valigner {
      left: 0;
      position: static;
      margin: 0 auto; } }
.tpl-founders .partners {
  margin-top: 150px;
  text-align: center; }
  .tpl-founders .partners .partners-list {
    margin-bottom: 100px; }
    .tpl-founders .partners .partners-list li {
      display: block;
      width: 23.5%;
      margin-left: 2%;
      height: 90px;
      float: left;
      margin-bottom: 30px;
      position: relative; }
      .tpl-founders .partners .partners-list li.hidden {
        display: none; }
      .tpl-founders .partners .partners-list li::after {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        content: '';
        left: 0;
        top: 0; }
      .tpl-founders .partners .partners-list li:hover img {
        -webkit-transform: scale(1.1) translateY(-50%);
            -ms-transform: scale(1.1) translateY(-50%);
                transform: scale(1.1) translateY(-50%); }
      .tpl-founders .partners .partners-list li:nth-child(4n+1) {
        margin-left: 0; }
      .tpl-founders .partners .partners-list li a {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 5;
        position: relative; }
      .tpl-founders .partners .partners-list li img {
        z-index: 5;
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        max-width: 80%;
        height: auto;
        max-height: 90%;
        width: auto;
        margin: 0 auto;
        will-change: trasnform;
        -webkit-transition: -webkit-transform .3s;
                transition: transform .3s; }
  .tpl-founders .partners .btn.white {
    margin-right: 30px; }
  @media (max-width: 580px) {
    .tpl-founders .partners .partners-list {
      margin-bottom: 20px; }
      .tpl-founders .partners .partners-list li {
        display: block;
        width: 100%;
        margin: 0 0 30px; }
    .tpl-founders .partners .btn.white {
      margin-right: 0;
      margin-bottom: 10px; } }
.tpl-founders .s2 {
  margin: 120px 0 110px; }
.tpl-founders .main-fon {
  margin-bottom: 115px; }
  .tpl-founders .main-fon .inner-wrapper {
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center; }
  .tpl-founders .main-fon img {
    border-radius: 100%;
    margin-bottom: 35px; }
  .tpl-founders .main-fon h4 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.3px;
    font-size: 30px;
    margin-bottom: 20px; }
  .tpl-founders .main-fon h5 {
    color: #b8b8b8;
    font-family: 'futura_medium_condesed';
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2em; }
    .tpl-founders .main-fon h5 a {
      color: inherit;
      text-decoration: none; }
  .tpl-founders .main-fon .desc {
    width: 80%;
    margin: 35px auto 50px; }
  .tpl-founders .main-fon .fon-socials a {
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.75px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .3s;
            transition: color .3s;
    color: #2166c8;
    margin-right: 5%;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .tpl-founders .main-fon .fon-socials a:last-child {
      margin-right: 0; }
    .tpl-founders .main-fon .fon-socials a:hover {
      color: #000; }

.tpl-ambassador .be-ambass {
  text-align: center;
  margin-bottom: 17vh; }
  .tpl-ambassador .be-ambass h1 {
    text-transform: uppercase;
    margin-bottom: 50px; }
.tpl-ambassador h1 {
  font-family: 'encorpada_bold';
  letter-spacing: -0.6px;
  font-size: 60px;
  margin-bottom: 1em;
  text-align: center; }
  @media (max-width: 580px) {
    .tpl-ambassador h1 {
      letter-spacing: -0.35px;
      font-size: 35px; } }
.tpl-ambassador .desc {
  text-align: center;
  margin-bottom: 0; }
.tpl-ambassador .main-sect {
  margin: 145px 0 80px; }
  .tpl-ambassador .main-sect h1 {
    text-transform: uppercase; }
.tpl-ambassador .s9 {
  margin-top: 80px; }
  .tpl-ambassador .s9 .btn {
    display: none; }
.tpl-ambassador .count-amb {
  text-align: center;
  font-family: 'encorpada_bold';
  text-transform: uppercase;
  margin: 115px 0; }
  .tpl-ambassador .count-amb h3 {
    letter-spacing: -0.6px;
    font-size: 60px;
    margin-bottom: 8px; }
  .tpl-ambassador .count-amb h1 {
    color: #2166c8;
    letter-spacing: -2.5px;
    font-size: 250px;
    margin-bottom: 35px; }
  .tpl-ambassador .count-amb h4 {
    color: #000;
    letter-spacing: -0.5px;
    font-size: 50px;
    margin-bottom: 50px; }
    .tpl-ambassador .count-amb h4 span {
      color: #696969; }
  @media (max-width: 580px) {
    .tpl-ambassador .count-amb h3 {
      letter-spacing: -0.35px;
      font-size: 35px; }
    .tpl-ambassador .count-amb h1 {
      letter-spacing: -1.3px;
      font-size: 130px; }
    .tpl-ambassador .count-amb h4 {
      letter-spacing: -0.3px;
      font-size: 30px; } }
.tpl-ambassador .social-section {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .tpl-ambassador .social-section {
      margin-top: 90px; } }
.tpl-ambassador .ambassador-slider-wrap {
  margin: 120px 0 0; }
  .tpl-ambassador .ambassador-slider-wrap .inner-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0; }
    @media (min-width: 1025px) {
      .tpl-ambassador .ambassador-slider-wrap .inner-wrapper {
        padding: 38px 5% 50px; } }
  .tpl-ambassador .ambassador-slider-wrap .col-left {
    width: 96.6%; }
    .tpl-ambassador .ambassador-slider-wrap .col-left .slider-wrap {
      position: relative;
      width: 100%;
      height: 482px;
      padding: 0; }
      @media (min-width: 1025px) {
        .tpl-ambassador .ambassador-slider-wrap .col-left .slider-wrap {
          overflow: visible !important; } }
      .tpl-ambassador .ambassador-slider-wrap .col-left .slider-wrap::after {
        content: '';
        display: block;
        position: absolute;
        right: -300px;
        top: 0;
        height: 100%;
        width: 300px;
        background-color: #fff;
        z-index: 0; }
    .tpl-ambassador .ambassador-slider-wrap .col-left .slidee {
      display: block;
      height: 100%;
      margin: 0;
      padding: 0; }
      .tpl-ambassador .ambassador-slider-wrap .col-left .slidee li {
        float: left;
        margin: 0;
        padding: 0;
        text-align: justify; }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee li::after {
          content: '';
          display: inline-block;
          width: 100%; }
      .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember {
        display: block;
        width: 8.5%;
        float: left;
        margin-bottom: 30px;
        margin-left: 5.26%;
        position: relative;
        padding-bottom: 45px; }
        @media (max-width: 1024px) {
          .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember {
            float: none;
            display: inline-block;
            margin-left: 0;
            clear: none;
            margin-right: 5.26%; }
            .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:nth-child(7n+1) {
              clear: none;
              margin-left: inherit;
              margin-right: 5.26%; } }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:hover {
          z-index: 100; }
          .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:hover .socials, .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:hover::before {
            visibility: visible;
            opacity: 1; }
          .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:hover h4 {
            font-family: 'encorpada_bold';
            letter-spacing: -0.18px;
            font-size: 18px;
            width: 200%;
            left: -50%;
            bottom: 0; }
          .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:hover .avatar {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember::before {
          content: '';
          display: block;
          width: 300%;
          left: -100%;
          height: 250%;
          top: -25%;
          background: #f1f1f1;
          position: absolute;
          z-index: 1;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all .3s;
                  transition: all .3s; }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember:nth-child(7n+1) {
          margin-left: 0;
          clear: left; }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember .socials {
          -webkit-transition: all .3s;
                  transition: all .3s;
          text-align: center;
          position: absolute;
          top: 120%;
          width: 100%;
          left: 0;
          z-index: 5;
          visibility: hidden;
          opacity: 0; }
          .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember .socials a {
            font-family: 'futura_medium_condesed';
            letter-spacing: 0.75px;
            font-size: 15px;
            color: #2166c8;
            text-transform: uppercase;
            margin-bottom: 10px;
            text-decoration: none;
            -webkit-transition: all 0.3s;
                    transition: all 0.3s;
            display: inline-block; }
            .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember .socials a:hover {
              color: #000; }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember .avatar {
          width: 100%;
          margin-bottom: 14px;
          -webkit-transition: all 0.3s;
                  transition: all 0.3s;
          position: relative;
          z-index: 5; }
          .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember .avatar img {
            margin: 0;
            width: 100%;
            height: auto;
            border-radius: 100%;
            background-clip: border-box; }
        .tpl-ambassador .ambassador-slider-wrap .col-left .slidee .smember h4 {
          position: absolute;
          z-index: 5;
          font-family: 'futura_medium_condesed';
          width: 100%;
          letter-spacing: 0.6px;
          font-size: 12px;
          text-transform: uppercase;
          text-align: center;
          width: 100%;
          left: 0;
          bottom: 15%; }
  .tpl-ambassador .ambassador-slider-wrap .col-right {
    position: absolute;
    right: 0;
    top: 38px;
    width: 7.4%;
    height: 320px;
    color: #fff;
    text-align: center;
    font-family: 'encorpada_bold'; }
    @media (max-width: 1024px) {
      .tpl-ambassador .ambassador-slider-wrap .col-right {
        top: 0; } }
    .tpl-ambassador .ambassador-slider-wrap .col-right .current, .tpl-ambassador .ambassador-slider-wrap .col-right .total, .tpl-ambassador .ambassador-slider-wrap .col-right #searchToggle {
      box-sizing: border-box;
      height: 33%;
      background-color: #2166c8;
      padding-top: 60%; }
    .tpl-ambassador .ambassador-slider-wrap .col-right .total {
      background-color: #000; }
    .tpl-ambassador .ambassador-slider-wrap .col-right #searchToggle {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 14px 12px;
      background-image: url('../img/search_ico.png');
      cursor: pointer;
      position: relative;
      z-index: 120; }
    .tpl-ambassador .ambassador-slider-wrap .col-right .search-box {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      left: 350px;
      width: 350px;
      box-sizing: border-box;
      padding: 43px 40px;
      background-color: #2166c8;
      -webkit-transition: all .3s;
              transition: all .3s;
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.8px;
      font-size: 16px;
      color: #fff;
      top: 66%;
      z-index: 110; }
      .tpl-ambassador .ambassador-slider-wrap .col-right .search-box.open {
        left: -274px;
        opacity: 1;
        visibility: visible; }
      .tpl-ambassador .ambassador-slider-wrap .col-right .search-box input {
        border: none;
        border-bottom: 2px solid #97b8e5;
        margin-bottom: 35px;
        outline: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0 5px 0;
        display: block;
        width: 200px;
        background: transparent;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.3s;
                transition: all 0.3s; }
        .tpl-ambassador .ambassador-slider-wrap .col-right .search-box input:-moz-placeholder {
          color: #fff; }
        .tpl-ambassador .ambassador-slider-wrap .col-right .search-box input::-moz-placeholder {
          color: #fff; }
        .tpl-ambassador .ambassador-slider-wrap .col-right .search-box input:-ms-input-placeholder {
          color: #fff; }
        .tpl-ambassador .ambassador-slider-wrap .col-right .search-box input::-webkit-input-placeholder {
          color: #fff; }
        .tpl-ambassador .ambassador-slider-wrap .col-right .search-box input.blur {
          -webkit-filter: blur(2px);
                  filter: blur(2px);
          opacity: 0.5; }
      .tpl-ambassador .ambassador-slider-wrap .col-right .search-box h3 {
        font-family: 'encorpada_bold';
        letter-spacing: -0.18px;
        font-size: 18px;
        text-align: left;
        width: 100%;
        margin-bottom: 50px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .tpl-ambassador .ambassador-slider-wrap .col-right .search-box #closeS {
        font-family: 'futura_medium_condesed';
        font-size: 25px;
        color: #fff;
        text-decoration: none;
        display: block;
        position: absolute;
        right: 30px;
        bottom: 50px;
        -webkit-transition: -webkit-transform 0.3s;
                transition: transform 0.3s; }
        .tpl-ambassador .ambassador-slider-wrap .col-right .search-box #closeS:hover {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
    .tpl-ambassador .ambassador-slider-wrap .col-right .controls {
      position: absolute;
      top: 30%;
      width: 100%;
      left: 0;
      z-index: 10;
      text-align: justify; }
      .tpl-ambassador .ambassador-slider-wrap .col-right .controls::after {
        content: '';
        display: inline-block;
        width: 100%; }
      .tpl-ambassador .ambassador-slider-wrap .col-right .controls::before {
        content: '';
        display: block;
        width: 0;
        height: 28px;
        border-left: 1px solid #fff;
        position: absolute;
        left: 50%;
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg);
        top: -4px; }
    .tpl-ambassador .ambassador-slider-wrap .col-right #prev, .tpl-ambassador .ambassador-slider-wrap .col-right #next, .tpl-ambassador .ambassador-slider-wrap .col-right .ambassador-slider-wrap-mobile .bottom-box .controls #next, .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls .ambassador-slider-wrap .col-right #next {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      width: 9px;
      height: 17px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 9px 17px;
      background-image: url('../img/arr_left_big.png');
      margin-left: 10px; }
      @media (max-width: 768px) {
        .tpl-ambassador .ambassador-slider-wrap .col-right #prev, .tpl-ambassador .ambassador-slider-wrap .col-right #next, .tpl-ambassador .ambassador-slider-wrap .col-right .ambassador-slider-wrap-mobile .bottom-box .controls #next, .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls .ambassador-slider-wrap .col-right #next {
          margin: 0; } }
    .tpl-ambassador .ambassador-slider-wrap .col-right #next {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-right: 10px; }
      @media (max-width: 768px) {
        .tpl-ambassador .ambassador-slider-wrap .col-right #next {
          margin: 0; } }
.tpl-ambassador .ambassador-slider-wrap-mobile {
  width: 90%;
  margin: 0 auto; }
  .tpl-ambassador .ambassador-slider-wrap-mobile .search-box {
    margin-bottom: 20px; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .search-box input {
      display: block;
      width: 100%;
      box-shadow: none;
      border: 2px solid #000;
      height: 85px;
      box-sizing: border-box;
      outline: none;
      background: #fff;
      border-radius: 0;
      padding-left: 10px;
      padding-right: 45px;
      background-repeat: no-repeat;
      background-position: 96% center;
      background-size: 28px 26px;
      background-image: url('../img/search_ico.png');
      font-family: 'encorpada_bold';
      color: #000;
      letter-spacing: -0.18px;
      font-size: 18px; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .search-box input:-moz-placeholder {
        color: #000; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .search-box input::-moz-placeholder {
        color: #000; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .search-box input:-ms-input-placeholder {
        color: #000; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .search-box input::-webkit-input-placeholder {
        color: #000; }
  .tpl-ambassador .ambassador-slider-wrap-mobile .slidee {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .slidee li {
      width: 100%;
      float: left;
      margin: 0;
      height: 500px;
      padding: 0; }
  .tpl-ambassador .ambassador-slider-wrap-mobile .smember {
    display: block;
    float: left;
    width: 49%;
    background-color: #f1f1f1;
    position: relative;
    padding: 30px 0;
    margin-bottom: 20px;
    margin-left: 2%;
    text-align: center;
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.75px;
    font-size: 15px;
    color: #2166c8;
    text-transform: uppercase; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .smember:nth-child(2n+1) {
      clear: left;
      margin-left: 0; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .smember .avatar {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .smember .avatar img {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-clip: border-box; }
        .tpl-ambassador .ambassador-slider-wrap-mobile .smember .avatar img.avatar {
          margin-bottom: 0; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .smember h4 {
      font-family: 'encorpada_bold';
      letter-spacing: -0.16px;
      font-size: 16px;
      text-transform: none;
      color: #000;
      margin-bottom: 20px; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .smember a {
      color: inherit;
      text-decoration: none; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .smember a:hover {
        color: #000; }
  .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box {
    font-family: 'encorpada_bold';
    letter-spacing: -0.36px;
    font-size: 36px;
    position: relative;
    color: #fff;
    margin-bottom: 60px; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls {
      position: absolute;
      width: 90%;
      left: 5%;
      top: 33px; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls::before {
        content: '';
        display: block;
        width: 0;
        height: 60px;
        border-left: 1px solid #fff;
        position: absolute;
        left: 50%;
        -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
                transform: rotate(15deg);
        top: -15px; }
      .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls #prev, .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls #next {
        display: block;
        width: 18px;
        height: 34px;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px 34px;
        background-image: url('../img/arr_left_big.png'); }
      .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .controls #next {
        float: right;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .current, .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .ambassador-slider-wrap .col-right #searchToggle, .tpl-ambassador .ambassador-slider-wrap .col-right .ambassador-slider-wrap-mobile .bottom-box #searchToggle, .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .total {
      float: left;
      background-color: #2166c8;
      width: 50%;
      height: 100px;
      box-sizing: border-box;
      text-align: center;
      padding-top: 33px; }
    .tpl-ambassador .ambassador-slider-wrap-mobile .bottom-box .total {
      background-color: #000;
      float: right; }

.tpl-come-soon .s1 {
  margin-bottom: 100px;
  width: 100%;
  height: calc(100vh - 70px);
  background-size: cover;
  background-position: center center;
  position: relative;
  font-family: 'encorpada_bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 6%;
  box-sizing: border-box; }
  .tpl-come-soon .s1::before {
    content: '';
    background-color: rgba(87, 87, 87, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0; }
  .tpl-come-soon .s1 .v-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    color: #fff; }
  .tpl-come-soon .s1 h2 {
    font-family: 'encorpada_bold';
    letter-spacing: -1px;
    font-size: 100px;
    margin-bottom: 10px; }
  .tpl-come-soon .s1 h3 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.5px;
    font-size: 50px;
    margin-bottom: 3vh;
    line-height: 1; }
  .tpl-come-soon .s1 h4 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.24px;
    font-size: 24px;
    line-height: 1; }
  .tpl-come-soon .s1 h5 {
    font-family: 'futura_medium_condesed';
    letter-spacing: -0.4px;
    font-size: 40px;
    text-decoration: underline;
    margin-bottom: 10px; }
  .tpl-come-soon .s1 .bottom {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 5vh;
    color: #fff; }
  @media (max-width: 1024px) {
    .tpl-come-soon .s1 {
      height: auto;
      padding: 15vh 0 20vh; }
      .tpl-come-soon .s1 .v-wrap {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        top: 0; }
      .tpl-come-soon .s1 h1 {
        font-size: 25vw;
        margin-bottom: 0.2em; }
      .tpl-come-soon .s1 h2 {
        font-size: 5vw;
        margin-bottom: 0.5em; }
      .tpl-come-soon .s1 h3 {
        font-size: 4vw; }
      .tpl-come-soon .s1 .date, .tpl-come-soon .s1 .location, .tpl-come-soon .s1 h5 {
        font-size: 3vw; } }
  @media (max-width: 768px) {
    .tpl-come-soon .s1 {
      margin-top: 90px;
      margin-bottom: 60px; } }
  @media (max-width: 580px) {
    .tpl-come-soon .s1 h2 {
      font-size: 28px; }
    .tpl-come-soon .s1 h1 {
      font-size: 95px; }
    .tpl-come-soon .s1 h3 {
      font-size: 25px; }
    .tpl-come-soon .s1 .date, .tpl-come-soon .s1 .location, .tpl-come-soon .s1 h5 {
      font-size: 20px; } }

.tpl-reg {
  margin: 120px 0 90px; }
  .tpl-reg h1 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.6px;
    font-size: 60px;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 580px) {
      .tpl-reg h1 {
        letter-spacing: -0.35px;
        font-size: 35px; } }
  .tpl-reg .desc {
    text-align: center;
    margin-bottom: 0; }
  .tpl-reg .wpcf7-display-none, .tpl-reg span.wpcf7-not-valid-tip {
    display: none !important; }
  .tpl-reg form {
    margin-top: 120px; }
  .tpl-reg textarea, .tpl-reg input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: 'futura_medium_condesed';
    letter-spacing: 0.45px;
    font-size: 18px;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    border-radius: 0;
    background-color: transparent; }
    .tpl-reg textarea:-moz-placeholder, .tpl-reg input:-moz-placeholder {
      color: #000; }
    .tpl-reg textarea::-moz-placeholder, .tpl-reg input::-moz-placeholder {
      color: #000; }
    .tpl-reg textarea:-ms-input-placeholder, .tpl-reg input:-ms-input-placeholder {
      color: #000; }
    .tpl-reg textarea::-webkit-input-placeholder, .tpl-reg input::-webkit-input-placeholder {
      color: #000; }
    .tpl-reg textarea.wpcf7-not-valid, .tpl-reg input.wpcf7-not-valid {
      border-color: rgba(255, 0, 0, 0.5); }
    .tpl-reg textarea:focus:-moz-placeholder, .tpl-reg input:focus:-moz-placeholder {
      color: transparent; }
    .tpl-reg textarea:focus::-moz-placeholder, .tpl-reg input:focus::-moz-placeholder {
      color: transparent; }
    .tpl-reg textarea:focus:-ms-input-placeholder, .tpl-reg input:focus:-ms-input-placeholder {
      color: transparent; }
    .tpl-reg textarea:focus::-webkit-input-placeholder, .tpl-reg input:focus::-webkit-input-placeholder {
      color: transparent; }
  .tpl-reg input[type="submit"] {
    border: none;
    width: 200px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal; }
  .tpl-reg .row {
    margin-bottom: 25px; }
  .tpl-reg input {
    height: 50px; }
  .tpl-reg textarea {
    resize: none;
    height: 200px;
    padding-top: 80px; }

.tpl-contact {
  margin: 60px 0; }
  .tpl-contact .contact-info h1 {
    font-size: 60px;
    margin-bottom: 40px; }
  .tpl-contact .contact-info .desc {
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em; }
  .tpl-contact .contact-info .addresses {
    text-align: center; }
    .tpl-contact .contact-info .addresses .heading {
      font-family: 'encorpada_bold';
      font-size: 18px;
      color: #2166c8;
      margin-bottom: 10px; }
    .tpl-contact .contact-info .addresses .link {
      font-family: 'futura_medium_condesed';
      font-size: 16px;
      color: #696969;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .tpl-contact .contact-info .addresses .link a {
        -webkit-transition: color .3s;
                transition: color .3s;
        color: inherit;
        text-decoration: none; }
        .tpl-contact .contact-info .addresses .link a:hover {
          color: #2166c8; }
  .tpl-contact .contact-form {
    background-color: #2166c8;
    color: #fff;
    padding: 50px 25px;
    box-sizing: border-box; }
    .tpl-contact .contact-form div.wpcf7 img.ajax-loader, .tpl-contact .contact-form div.wpcf7-validation-errors {
      display: none !important; }
    .tpl-contact .contact-form div.wpcf7-mail-sent-ng {
      border: none;
      padding: 0;
      margin: 2em 0 0 0;
      width: 100%;
      font-family: 'futura_medium_condesed';
      color: #ff8080;
      letter-spacing: 0.9px;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: justify;
      line-height: 1.3em; }
    .tpl-contact .contact-form span.wpcf7-not-valid-tip {
      display: none; }
    .tpl-contact .contact-form select, .tpl-contact .contact-form input, .tpl-contact .contact-form textarea {
      background-color: transparent;
      border-radius: 0;
      outline: none;
      box-shadow: none;
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.8px;
      font-size: 16px;
      border: none;
      resize: none;
      display: block;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff; }
      .tpl-contact .contact-form select:-moz-placeholder, .tpl-contact .contact-form input:-moz-placeholder, .tpl-contact .contact-form textarea:-moz-placeholder {
        color: #fff; }
      .tpl-contact .contact-form select::-moz-placeholder, .tpl-contact .contact-form input::-moz-placeholder, .tpl-contact .contact-form textarea::-moz-placeholder {
        color: #fff; }
      .tpl-contact .contact-form select:-ms-input-placeholder, .tpl-contact .contact-form input:-ms-input-placeholder, .tpl-contact .contact-form textarea:-ms-input-placeholder {
        color: #fff; }
      .tpl-contact .contact-form select::-webkit-input-placeholder, .tpl-contact .contact-form input::-webkit-input-placeholder, .tpl-contact .contact-form textarea::-webkit-input-placeholder {
        color: #fff; }
      .tpl-contact .contact-form select.wpcf7-not-valid, .tpl-contact .contact-form input.wpcf7-not-valid, .tpl-contact .contact-form textarea.wpcf7-not-valid {
        color: #ff6666; }
        .tpl-contact .contact-form select.wpcf7-not-valid:-moz-placeholder, .tpl-contact .contact-form input.wpcf7-not-valid:-moz-placeholder, .tpl-contact .contact-form textarea.wpcf7-not-valid:-moz-placeholder {
          color: #ff6666; }
        .tpl-contact .contact-form select.wpcf7-not-valid::-moz-placeholder, .tpl-contact .contact-form input.wpcf7-not-valid::-moz-placeholder, .tpl-contact .contact-form textarea.wpcf7-not-valid::-moz-placeholder {
          color: #ff6666; }
        .tpl-contact .contact-form select.wpcf7-not-valid:-ms-input-placeholder, .tpl-contact .contact-form input.wpcf7-not-valid:-ms-input-placeholder, .tpl-contact .contact-form textarea.wpcf7-not-valid:-ms-input-placeholder {
          color: #ff6666; }
        .tpl-contact .contact-form select.wpcf7-not-valid::-webkit-input-placeholder, .tpl-contact .contact-form input.wpcf7-not-valid::-webkit-input-placeholder, .tpl-contact .contact-form textarea.wpcf7-not-valid::-webkit-input-placeholder {
          color: #ff6666; }
    .tpl-contact .contact-form textarea {
      height: 125px; }
    .tpl-contact .contact-form input[type="submit"] {
      display: block;
      max-width: 185px;
      border-radius: 5px;
      background-color: #fff;
      color: #000;
      margin: 0 auto;
      -webkit-transition: all .3s;
              transition: all .3s;
      border: 1px solid #fff; }
      .tpl-contact .contact-form input[type="submit"]:hover, .tpl-contact .contact-form input[type="submit"]:focus {
        background-color: #2166c8;
        color: #fff; }
    .tpl-contact .contact-form .input {
      position: relative;
      margin-bottom: 30px;
      -webkit-transition: all .3s;
              transition: all .3s;
      padding: 10px 0 5px; }
      .tpl-contact .contact-form .input::after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
        left: 0;
        top: 100%;
        height: 0;
        position: absolute;
        -webkit-transition: top .3s;
                transition: top .3s; }
      .tpl-contact .contact-form .input.focused {
        background-color: #3d80df;
        border-radius: 0 0 5px 5px; }
        .tpl-contact .contact-form .input.focused::after {
          top: 0; }
  .tpl-contact .inspire {
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .tpl-contact .inspire h3 {
      font-family: 'encorpada_bold';
      letter-spacing: -0.36px;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      padding: 0 10%;
      line-height: 1.2em;
      margin-bottom: 50px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .tpl-contact .inspire .btn.white {
      color: #fff;
      border-color: #fff;
      position: absolute;
      bottom: 10%;
      left: 50%;
      margin-left: -65px; }
  .tpl-contact .facebook {
    background-size: cover;
    background-position: center center;
    padding: 60px 0 50px;
    position: relative;
    text-align: center;
    color: #fff; }
    .tpl-contact .facebook a {
      color: inherit; }
    .tpl-contact .facebook::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(33, 102, 200, 0.8);
      z-index: 0; }
    .tpl-contact .facebook .in {
      position: relative;
      z-index: 10; }
    .tpl-contact .facebook h3 {
      padding-top: 40px;
      font-family: 'encorpada_bold';
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.2em;
      position: relative; }
      .tpl-contact .facebook h3::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 20px;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 8px 16px;
        background-image: url('../img/fb_w.png'); }
    .tpl-contact .facebook .flw-btn {
      font-family: 'futura_medium_condesed';
      letter-spacing: 0.8px;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      text-decoration: none; }
    .tpl-contact .facebook .twifeed h3 {
      margin-top: 60px;
      margin-bottom: 20px; }
      .tpl-contact .facebook .twifeed h3::before {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 18px 14px;
        background-image: url('../img/twi_w.png'); }
    .tpl-contact .facebook .twifeed .desc {
      line-height: 1.5em;
      font-size: 15px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 30px; }
  .tpl-contact .downloads {
    background-color: #f1f1f1;
    padding: 60px 40px;
    box-sizing: border-box; }
    .tpl-contact .downloads h2 {
      font-family: 'encorpada_bold';
      font-size: 30px;
      margin-bottom: 35px;
      color: #2166c8;
      text-align: center; }
    .tpl-contact .downloads h4 {
      font-family: 'encorpada_bold';
      font-size: 18px;
      margin-bottom: 40px;
      text-align: center;
      color: #000; }
    .tpl-contact .downloads .cols {
      text-align: justify; }
      .tpl-contact .downloads .cols::after {
        content: '';
        display: inline-block;
        width: 100%; }
      .tpl-contact .downloads .cols .col {
        vertical-align: top;
        display: inline-block;
        width: 30%;
        box-sizing: border-box;
        background-color: #fff;
        padding: 50px 2% 45px; }
      .tpl-contact .downloads .cols ul {
        text-align: center;
        font-family: 'futura_medium_condesed';
        letter-spacing: 0.8px;
        font-size: 16px;
        text-transform: uppercase; }
        .tpl-contact .downloads .cols ul li {
          margin-bottom: 13px; }
        .tpl-contact .downloads .cols ul a {
          color: #696969;
          -webkit-transition: color .3s;
                  transition: color .3s; }
          .tpl-contact .downloads .cols ul a:hover {
            color: #2166c8; }
  @media (max-width: 1024px) {
    .tpl-contact .contact-info h1 {
      font-size: 45px; } }
  @media (max-width: 768px) {
    .tpl-contact {
      margin-top: 90px; }
      .tpl-contact .large-wrapper {
        max-width: 600px; }
      .tpl-contact .inspire {
        padding: 70px 0; }
      .tpl-contact .downloads .cols {
        text-align: center; }
        .tpl-contact .downloads .cols .col {
          width: 90%;
          margin-bottom: 50px; } }
  @media (max-width: 580px) {
    .tpl-contact .inspire .btn.white {
      left: 5%;
      margin-left: 0; } }

.flex-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .flex-layout .box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    .flex-layout .box.double {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 66.66%;
          -ms-flex: 1 1 66.66%;
              flex: 1 1 66.66%; }
    .flex-layout .box .in {
      margin: auto;
      width: 100%; }
  @media (max-width: 1024px) {
    .flex-layout .box {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }
  @media (max-width: 768px) {
    .flex-layout .box {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }

.selectbox {
  font-family: inherit;
  color: inherit;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 14px 12px;
  background-image: url('../img/arr_down_white.png'); }
  .selectbox .select {
    color: inherit;
    font-family: 'futura_medium_condesed';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit; }
  .selectbox li {
    color: #fff;
    padding: 5px 0; }
    .selectbox li:hover {
      background: #3d80df; }
    .selectbox li.selected {
      background: #fff;
      color: #000; }
  .selectbox .dropdown {
    background: rgba(33, 102, 200, 0.8);
    font-family: 'futura_medium_condesed';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    color: #fff; }

.page404 {
  margin: 140px 0 160px;
  text-align: center; }
  .page404 h1 {
    font-family: 'encorpada_bold';
    color: #2166c8;
    letter-spacing: -2.5px;
    font-size: 250px; }
  .page404 h2 {
    font-family: 'encorpada_bold';
    color: #000;
    letter-spacing: -0.6px;
    font-size: 60px; }

.social-section h1 {
  font-family: 'encorpada_bold';
  letter-spacing: -0.6px;
  font-size: 60px;
  text-align: center;
  margin-bottom: 0;
  margin-bottom: 120px; }
.social-section .desc {
  margin-bottom: 100px;
  text-align: center; }
@media (max-width: 768px) {
  .social-section .desc {
    margin-bottom: 40px; } }
@media (max-width: 580px) {
  .social-section h1 {
    letter-spacing: -0.35px;
    font-size: 35px;
    margin-bottom: 1em; } }

.archive-event .meta-info {
  margin-bottom: 60px; }
  .archive-event .meta-info.white .loc::before {
    background-image: url('../img/loc_w.png'); }
  .archive-event .meta-info.white .time::before {
    background-image: url('../img/cal_w.png'); }
  .archive-event .meta-info div {
    display: inline-block;
    margin-right: 45px;
    padding-left: 28px;
    color: #000;
    font-family: 'encorpada_bold';
    font-size: 18px;
    position: relative; }
    .archive-event .meta-info div:last-child {
      margin-right: 0; }
    .archive-event .meta-info div::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 18px;
      height: 16px; }
    .archive-event .meta-info div a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      display: block;
      height: 100%;
      z-index: 1; }
  .archive-event .meta-info .time::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 13px;
    background-image: url('../img/cal_b.png'); }
  .archive-event .meta-info .loc::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px 14px;
    background-image: url('../img/loc_b.png'); }
.archive-event .story {
  font-family: 'futura_book';
  font-size: 18px;
  line-height: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .archive-event .story h3 {
    margin-top: 40px;
    font-family: 'encorpada_italic';
    font-size: 24px;
    line-height: 36px; }
    .archive-event .story h3 a {
      text-decoration: none; }
  .archive-event .story a {
    color: inherit;
    -webkit-transition: color .3s;
            transition: color .3s; }
    .archive-event .story a:hover {
      color: #2166c8; }
.archive-event .not-found {
  text-align: center; }

.head-box {
  width: 100%;
  position: relative;
  padding: 10vh 0;
  text-align: center; }
  .head-box::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 102, 200, 0.8);
    z-index: 5; }
  .head-box .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .head-box .small-wrapper {
    position: relative;
    z-index: 7;
    color: #fff; }
    .head-box .small-wrapper figure {
      margin-bottom: 60px; }
    .head-box .small-wrapper img {
      max-width: 100%;
      height: auto;
      width: auto;
      display: inline-block; }

.host-event {
  margin: 10vh auto;
  text-align: center;
  padding-bottom: 10vh;
  border-bottom: 1px solid #f3f3f3; }
  .host-event h2 {
    font-family: 'encorpada_bold';
    letter-spacing: -0.3px;
    font-size: 30px;
    margin-bottom: 50px; }
  .host-event .buttons .btn.blue {
    margin-right: 40px; }
  @media (max-width: 580px) {
    .host-event .buttons .btn.blue {
      margin-right: 0;
      margin-bottom: 20px; } }

.event-list {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #f3f3f3; }
  .event-list .top-row {
    margin-bottom: 120px; }
    .event-list .top-row .col-center {
      width: 50%;
      float: left;
      text-align: center; }
      .event-list .top-row .col-center h1 {
        font-family: 'encorpada_bold';
        letter-spacing: -0.6px;
        font-size: 60px;
        line-height: 1;
        text-transform: uppercase; }
    .event-list .top-row .col-left {
      float: left; }
    .event-list .top-row .col-right {
      float: right;
      text-align: right; }
    .event-list .top-row .col-left, .event-list .top-row .col-right {
      margin-top: 20px;
      width: 25%; }
      .event-list .top-row .col-left span, .event-list .top-row .col-right span {
        vertical-align: top;
        line-height: 20px;
        height: 20px;
        font-family: 'futura_medium_condesed';
        letter-spacing: 0.8px;
        font-size: 16px;
        text-transform: uppercase;
        color: #a1a1a1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .event-list .top-row .select {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      vertical-align: top;
      position: relative; }
      .event-list .top-row .select select {
        visibility: hidden; }
      .event-list .top-row .select .selectbox {
        background-image: url('../img/arr_d_bl.png');
        background-size: 7px 5px; }
        .event-list .top-row .select .selectbox .select .text {
          padding: 0 5px 0 0;
          height: 20px; }
        .event-list .top-row .select .selectbox .dropdown {
          background: #fff; }
        .event-list .top-row .select .selectbox li {
          color: #000;
          padding-left: 5px; }
        .event-list .top-row .select .selectbox li.sel {
          background: #3d80df; }
    @media (max-width: 1024px) {
      .event-list .top-row .col-right, .event-list .top-row .col-left {
        width: 30%; }
      .event-list .top-row .col-center {
        width: 40%; }
        .event-list .top-row .col-center h1 {
          letter-spacing: -0.5px;
          font-size: 50px; } }
    @media (max-width: 768px) {
      .event-list .top-row {
        margin-bottom: 60px; }
        .event-list .top-row .cols {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row wrap;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; }
        .event-list .top-row .col-right, .event-list .top-row .col-left, .event-list .top-row .col-center {
          float: none;
          width: auto; }
        .event-list .top-row .col-center {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%;
          margin-bottom: 20px; }
        .event-list .top-row .col-right, .event-list .top-row .col-left {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; } }
  .event-list .listing .meta-info {
    margin-bottom: 30px; }
  .event-list .listing .small-wrapper {
    text-align: center; }
    .event-list .listing .small-wrapper .btn {
      margin-top: 100px; }
  .event-list .listing .item {
    margin-top: 110px; }
    .event-list .listing .item h1 {
      font-family: 'encorpada_bold';
      font-size: 36px;
      margin-bottom: 1em; }
    @media (max-width: 768px) {
      .event-list .listing .item {
        margin-top: 100px; } }

.info-page .desc {
  margin-top: 6vh; }
  .info-page .desc h1, .info-page .desc h2, .info-page .desc h3, .info-page .desc h4, .info-page .desc h5, .info-page .desc h6 {
    font-family: 'encorpada_bold';
    margin: 2em 0 1em;
    letter-spacing: 0.08em; }
  .info-page .desc h1 {
    font-size: 30px; }
  .info-page .desc h2 {
    font-size: 26px; }
  .info-page .desc h3 {
    font-size: 22px; }
  .info-page .desc h4 {
    font-size: 18px; }
  .info-page .desc h5 {
    font-size: 16px; }
  .info-page .desc h6 {
    font-size: 14px; }

/* Mobile & Other
------------------------------------------------*/