@charset "UTF-8";
/**
 * Main CSS
 *
 * @author      David Friedrich < dfriedrich@xstudios.agency >
 * @copyright   2017 Bahamar
 */
@import url(../bootstrap/bootstrap.css);
/**
 * Global CSS
 *
 * @author      David Friedrich < dfriedrich@xstudios.agency >
 * @copyright   2017
 */
@import url("//hello.myfonts.net/count/3301c3");
body,
html {
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased; }

header .down {
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 75px;
  z-index: 999999999;
  bottom: 35px;
  display: block;
  width: 53px;
  height: 28px;
  opacity: 1;
  color: #fff;
  background-image: url(../../img/icon-down.png);
  background-size: 53px 28px; }

.container-fluid {
  max-width: 1600px; }

section h1 {
  font-family: 'FuturaLT-Medium';
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  letter-spacing: 2.4px;
  color: #dcddde; }
section h2,
section h3 {
  font-family: 'BauerBodoniBT-Roman';
  font-size: 64px;
  line-height: 72px;
  margin: 0;
  text-align: center;
  letter-spacing: 4.26px;
  text-transform: uppercase;
  color: #9b9b9b; }
section h3 {
  font-style: italic;
  margin-bottom: 60px;
  color: #1da9c5; }
section p {
  font-family: 'FuturaLT-Book';
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  color: #4b5562; }

.button {
  transition: all 0.5s ease-in-out;
  font-family: 'FuturaLT-Book';
  font-size: 16px;
  line-height: 48px;
  display: block;
  width: 150px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent; }
  .button:hover {
    text-decoration: none; }
  .button:focus {
    text-decoration: none; }
  .button.gold {
    color: #d9c89e;
    border: 1px solid #d9c89e; }
    .button.gold:hover, .button.gold:focus {
      text-decoration: none;
      color: #454545;
      border: 1px solid #454545;
      outline: none; }
  .button.blue {
    color: #1da9c5;
    border-color: #1da9c5; }
    .button.blue:hover {
      color: #fff;
      background: #1da9c5; }

.pager {
  transition: all 0.5s ease-in-out;
  width: 100%;
  margin: 0;
  padding: 0; }
  .pager span {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    width: 50px;
    height: 5px;
    margin-right: 10px;
    cursor: pointer;
    text-indent: -99999px;
    background: #9b9b9b; }
    .pager span:hover {
      background: #404545; }
    .pager span.cycle-pager-active {
      background: #404545; }

.bloom .circle {
  display: none !important; }

input[type='checkbox']:not(:checked),
input[type='checkbox']:checked {
  position: absolute;
  left: -9999px; }
  input[type='checkbox']:not(:checked) + label,
  input[type='checkbox']:checked + label {
    letter-spacing: 1.5px;
    font-family: 'FuturaLT-Book';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding-left: 38px;
    cursor: pointer;
    letter-spacing: 0;
    color: #4b5562; }
    input[type='checkbox']:not(:checked) + label:before,
    input[type='checkbox']:checked + label:before {
      transition: all 0.25s ease-in-out;
      position: absolute;
      top: 50%;
      left: 0;
      width: 28px;
      height: 28px;
      margin-top: -14px;
      content: '';
      border: 1px solid #e1c290;
      background: #fff; }

input[type='checkbox']:checked + label:before {
  background: #e1c290; }

.controls {
  position: absolute;
  bottom: 50px;
  display: none; }
  .controls i {
    display: inline-block; }
  .controls .counter {
    font-family: 'FuturaLT-Book';
    font-size: 10px;
    line-height: 20px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #4b5562; }

.bottom-modal {
  transition: all 0.75s ease-in-out;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  background: rgba(4, 169, 199, 0.85); }
  .bottom-modal i {
    position: absolute;
    top: 0;
    right: 12px; }
  .bottom-modal.hiding {
    bottom: -20px;
    visibility: hidden;
    opacity: 0; }
  .bottom-modal .title {
    font-family: 'BauerBodoniBT-Italic';
    font-size: 40px;
    line-height: 38px;
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0;
    color: #fff; }
  .bottom-modal .sub {
    font-family: 'FuturaLT-Light';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff; }
  .bottom-modal .button {
    width: 560px;
    margin: 0 auto;
    color: white;
    border-color: white; }
  .bottom-modal .close {
    font-size: 50px;
    opacity: 1;
    color: #fff; }
  .bottom-modal br {
    display: none; }

@media (max-width: 991px) {
  .controls {
    display: block; }

  section h2,
  section h3 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 2px; }
  section h3 {
    margin-bottom: 42px; }
  section p {
    font-size: 15px;
    line-height: 17px; }

  .bottom-modal {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .bottom-modal {
    height: auto;
    padding-bottom: 33px; }
    .bottom-modal br {
      display: block; }
    .bottom-modal .button {
      width: 90%; } }
@supports (-ms-ime-align: auto) {
  body {
    overflow-x: hidden; } }
/**
 * Fonts CSS
 *
 * @author      David Friedrich < dfriedrich@xstudios.agency >
 * @copyright   2017 Bahamar
 */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'BauerBodoniBT-Roman';
  font-display: optional;
  src: url("../../fonts/3301C3_0_0.woff2") format("woff2"); }
@font-face {
  font-family: 'BauerBodoniBT-Italic';
  font-display: optional;
  src: url("../../fonts/3301C3_1_0.woff2") format("woff2"); }
@font-face {
  font-family: 'BauerBodoniBT-Bold';
  font-display: optional;
  src: url("../../fonts/3301C3_2_0.woff2") format("woff2"); }
@font-face {
  font-family: 'BauerBodoniBT-BoldItalic';
  font-display: optional;
  src: url("../../fonts/3301C3_3_0.eot");
  src: url("../../fonts/3301C3_3_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_3_0.woff2") format("woff2"), url("../../fonts/3301C3_3_0.woff") format("woff"), url("../../fonts/3301C3_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BauerBodoniBT-Black';
  font-display: optional;
  src: url("../../fonts/3301C3_4_0.eot");
  src: url("../../fonts/3301C3_4_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_4_0.woff2") format("woff2"), url("../../fonts/3301C3_4_0.woff") format("woff"), url("../../fonts/3301C3_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BauerBodoniBT-BlackItalic';
  font-display: optional;
  src: url("../../fonts/3301C3_5_0.eot");
  src: url("../../fonts/3301C3_5_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_5_0.woff2") format("woff2"), url("../../fonts/3301C3_5_0.woff") format("woff"), url("../../fonts/3301C3_5_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BauerBodoniBT-BoldCondensed';
  font-display: optional;
  src: url("../../fonts/3301C3_6_0.eot");
  src: url("../../fonts/3301C3_6_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_6_0.woff2") format("woff2"), url("../../fonts/3301C3_6_0.woff") format("woff"), url("../../fonts/3301C3_6_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BauerBodoniBT-BlackCondensed';
  font-display: optional;
  src: url("../../fonts/3301C3_7_0.eot");
  src: url("../../fonts/3301C3_7_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_7_0.woff2") format("woff2"), url("../../fonts/3301C3_7_0.woff") format("woff"), url("../../fonts/3301C3_7_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BauerBodoniBT-Titling';
  font-display: optional;
  src: url("../../fonts/3301C3_8_0.eot");
  src: url("../../fonts/3301C3_8_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_8_0.woff2") format("woff2"), url("../../fonts/3301C3_8_0.woff") format("woff"), url("../../fonts/3301C3_8_0.ttf") format("truetype"); }
@font-face {
  font-family: 'BauerBodoniBT-TitlingNo2';
  font-display: optional;
  src: url("../../fonts/3301C3_9_0.eot");
  src: url("../../fonts/3301C3_9_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_9_0.woff2") format("woff2"), url("../../fonts/3301C3_9_0.woff") format("woff"), url("../../fonts/3301C3_9_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Condensed';
  font-display: optional;
  src: url("../../fonts/3301C3_A_0.eot");
  src: url("../../fonts/3301C3_A_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_A_0.woff2") format("woff2"), url("../../fonts/3301C3_A_0.woff") format("woff"), url("../../fonts/3301C3_A_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondensedLight';
  font-display: optional;
  src: url("../../fonts/3301C3_B_0.eot");
  src: url("../../fonts/3301C3_B_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_B_0.woff2") format("woff2"), url("../../fonts/3301C3_B_0.woff") format("woff"), url("../../fonts/3301C3_B_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-ExtraBoldOblique';
  font-display: optional;
  src: url("../../fonts/3301C3_C_0.eot");
  src: url("../../fonts/3301C3_C_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_C_0.woff2") format("woff2"), url("../../fonts/3301C3_C_0.woff") format("woff"), url("../../fonts/3301C3_C_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Black';
  font-display: optional;
  src: url("../../fonts/3301C3_D_0.eot");
  src: url("../../fonts/3301C3_D_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_D_0.woff2") format("woff2"), url("../../fonts/3301C3_D_0.woff") format("woff"), url("../../fonts/3301C3_D_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Display';
  font-display: optional;
  src: url("../../fonts/3301C3_E_0.eot");
  src: url("../../fonts/3301C3_E_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_E_0.woff2") format("woff2"), url("../../fonts/3301C3_E_0.woff") format("woff"), url("../../fonts/3301C3_E_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondensedOblique';
  font-display: optional;
  src: url("../../fonts/3301C3_F_0.eot");
  src: url("../../fonts/3301C3_F_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_F_0.woff2") format("woff2"), url("../../fonts/3301C3_F_0.woff") format("woff"), url("../../fonts/3301C3_F_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Bold';
  font-display: optional;
  src: url("../../fonts/3301C3_10_0.eot");
  src: url("../../fonts/3301C3_10_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_10_0.woff2") format("woff2"), url("../../fonts/3301C3_10_0.woff") format("woff"), url("../../fonts/3301C3_10_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondensedBoldOblique';
  font-display: optional;
  src: url("../../fonts/3301C3_11_0.eot");
  src: url("../../fonts/3301C3_11_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_11_0.woff2") format("woff2"), url("../../fonts/3301C3_11_0.woff") format("woff"), url("../../fonts/3301C3_11_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-BookOblique';
  font-display: swap;
  src: url("../../fonts/3301C3_12_0.eot");
  src: url("../../fonts/3301C3_12_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_12_0.woff2") format("woff2"), url("../../fonts/3301C3_12_0.woff") format("woff"), url("../../fonts/3301C3_12_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondensedExtraBold';
  font-display: optional;
  src: url("../../fonts/3301C3_13_0.eot");
  src: url("../../fonts/3301C3_13_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_13_0.woff2") format("woff2"), url("../../fonts/3301C3_13_0.woff") format("woff"), url("../../fonts/3301C3_13_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-HeavyOblique';
  font-display: optional;
  src: url("../../fonts/3301C3_14_0.eot");
  src: url("../../fonts/3301C3_14_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_14_0.woff2") format("woff2"), url("../../fonts/3301C3_14_0.woff") format("woff"), url("../../fonts/3301C3_14_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Book';
  font-display: optional;
  src: url("../../fonts/3301C3_15_0.woff2") format("woff2"); }
@font-face {
  font-family: 'FuturaLT-ExtraBold';
  font-display: optional;
  src: url("../../fonts/3301C3_16_0.eot");
  src: url("../../fonts/3301C3_16_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_16_0.woff2") format("woff2"), url("../../fonts/3301C3_16_0.woff") format("woff"), url("../../fonts/3301C3_16_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondExtraBoldObl';
  font-display: optional;
  src: url("../../fonts/3301C3_17_0.eot");
  src: url("../../fonts/3301C3_17_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_17_0.woff2") format("woff2"), url("../../fonts/3301C3_17_0.woff") format("woff"), url("../../fonts/3301C3_17_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-LightOblique';
  font-display: optional;
  src: url("../../fonts/3301C3_18_0.eot");
  src: url("../../fonts/3301C3_18_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_18_0.woff2") format("woff2"), url("../../fonts/3301C3_18_0.woff") format("woff"), url("../../fonts/3301C3_18_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Oblique';
  font-display: optional;
  src: url("../../fonts/3301C3_19_0.eot");
  src: url("../../fonts/3301C3_19_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_19_0.woff2") format("woff2"), url("../../fonts/3301C3_19_0.woff") format("woff"), url("../../fonts/3301C3_19_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondensedLightObl';
  font-display: optional;
  src: url("../../fonts/3301C3_1A_0.eot");
  src: url("../../fonts/3301C3_1A_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_1A_0.woff2") format("woff2"), url("../../fonts/3301C3_1A_0.woff") format("woff"), url("../../fonts/3301C3_1A_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-BoldOblique';
  font-display: optional;
  src: url("../../fonts/3301C3_1B_0.eot");
  src: url("../../fonts/3301C3_1B_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_1B_0.woff2") format("woff2"), url("../../fonts/3301C3_1B_0.woff") format("woff"), url("../../fonts/3301C3_1B_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT';
  font-display: swap;
  src: url("../../fonts/3301C3_1C_0.eot");
  src: url("../../fonts/3301C3_1C_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_1C_0.woff2") format("woff2"), url("../../fonts/3301C3_1C_0.woff") format("woff"), url("../../fonts/3301C3_1C_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-ExtraBoldShadowed';
  font-display: optional;
  src: url("../../fonts/3301C3_1D_0.eot");
  src: url("../../fonts/3301C3_1D_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_1D_0.woff2") format("woff2"), url("../../fonts/3301C3_1D_0.woff") format("woff"), url("../../fonts/3301C3_1D_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-CondensedBold';
  font-display: optional;
  src: url("../../fonts/3301C3_1E_0.eot");
  src: url("../../fonts/3301C3_1E_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_1E_0.woff2") format("woff2"), url("../../fonts/3301C3_1E_0.woff") format("woff"), url("../../fonts/3301C3_1E_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Heavy';
  font-display: swap;
  src: url("../../fonts/3301C3_1F_0.eot");
  src: url("../../fonts/3301C3_1F_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3301C3_1F_0.woff2") format("woff2"), url("../../fonts/3301C3_1F_0.woff") format("woff"), url("../../fonts/3301C3_1F_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FuturaLT-Light';
  font-display: optional;
  src: url("../../fonts/3301C3_20_0.woff2") format("woff2"); }
@font-face {
  font-family: 'FuturaLT-Medium';
  font-weight: normal;
  font-style: normal;
  font-display: optional;
  src: url("../../fonts/FuturaLT.eot?#iefix") format("embedded-opentype"), url("../../fonts/FuturaLT.otf") format("opentype"), url("../../fonts/FuturaLT.woff") format("woff"), url("../../fonts/FuturaLT.ttf") format("truetype"), url("../../fonts/FuturaLT.svg#FuturaLT") format("svg"); }
@font-face {
  font-family: 'SquareFont';
  font-weight: normal;
  font-style: normal;
  font-display: optional;
  src: url("../../fonts/SquareFont.woff2") format("woff2"), url("../../fonts/SquareFont.woff") format("woff"); }
@font-face {
  font-family: 'DK Grumpy Tiger';
  font-weight: normal;
  font-style: normal;
  font-display: optional;
  src: url("../../fonts/DKGrumpyTiger-Regular.woff2") format("woff2"), url("../../fonts/DKGrumpyTiger-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Koara Bold';
  font-weight: bold;
  font-style: normal;
  font-display: optional;
  src: url("../../fonts/koara-bold/Koarafree-Bold.woff2") format("woff2"), url("../../fonts/koara-bold/Koarafree-Bold.woff") format("woff"); }
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../../fonts/ionicons/ionicons.eot?v=2.0.0");
  src: url("../../fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../../fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/* Global Sections */
/**
 * Hamburger CSS
 *
 * @author      David Friedrich < dfriedrich@xstudios.agency >
 * @version     1.0.0
 * @copyright   2015 
 */
.cmn-toggle-switch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 3;
  left: 0;
  overflow: hidden;
  width: 60px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-indent: -9999px;
  border: none;
  border-radius: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .cmn-toggle-switch:focus {
    outline: none; }
  .cmn-toggle-switch span {
    position: absolute;
    top: 28px;
    right: 22px;
    left: 22px;
    display: block;
    width: 100%;
    height: 2px;
    background: #1da9c5; }
    .cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #1da9c5; }
    .cmn-toggle-switch span::before {
      top: -9px; }
    .cmn-toggle-switch span::after {
      bottom: -9px; }

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.cmn-toggle-switch__htx {
  background-color: transparent; }
  .cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s; }
    .cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
      -webkit-transition-delay: 0.3s, 0;
      transition-delay: 0.3s, 0;
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s; }
    .cmn-toggle-switch__htx span::before {
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, transform; }
    .cmn-toggle-switch__htx span::after {
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform; }
  .cmn-toggle-switch__htx.active {
    background-color: transparent; }
    .cmn-toggle-switch__htx.active span {
      background: none; }
      .cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s; }
      .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .cmn-toggle-switch__htx.active span::after {
        bottom: 12px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

nav {
  transition: all 500ms ease-in-out;
  position: fixed;
  z-index: 10005;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  box-shadow: 0 1px 10px 0 #ebebeb; }
  nav.nav-transition {
    height: 60px; }
    nav.nav-transition .container img {
      width: auto;
      max-width: 100%;
      max-height: 40px;
      margin-top: 10px; }
    nav.nav-transition .container .button {
      top: 30px; }
    nav.nav-transition .container .cmn-toggle-switch {
      top: 40%; }
  nav .container {
    position: relative; }
    nav .container img {
      transition: all 500ms ease-in-out;
      display: block;
      width: 278px;
      height: auto;
      margin: 30px auto 0 auto; }
    nav .container .button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }

#menu {
  transition: all 500ms ease-in-out;
  position: fixed;
  z-index: 10004;
  top: 60px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95); }
  #menu.nav-transition {
    top: 60px; }
  #menu.opened {
    visibility: visible;
    opacity: 1; }
  #menu .links {
    padding-left: 100px; }
  #menu a {
    transition: all 500ms ease-in-out;
    font-family: 'BauerBodoniBT-Roman';
    font-size: 64px;
    line-height: 90px;
    display: block;
    text-align: left;
    letter-spacing: 4.26px;
    text-transform: uppercase;
    color: #9b9b9b; }
    #menu a:hover {
      text-decoration: none;
      color: #1da9c5; }
    #menu a.home {
      font-family: 'FuturaLT-Book';
      font-size: 36px;
      color: #1da9c5; }

@media (max-width: 767px) {
  nav {
    height: 64px; }
    nav .container img {
      width: auto;
      max-width: 100%;
      max-height: 35px !important;
      margin: 10px auto; }
    nav .container .button {
      font-size: 12px;
      line-height: 30px;
      right: 15px;
      width: 80px;
      height: 30px; }
    nav .cmn-toggle-switch {
      top: 40%; }

  #menu {
    top: 60px;
    padding-top: 30px; }
    #menu .links {
      padding-left: 15px; }
    #menu a {
      font-size: 32px;
      line-height: 50px; }
      #menu a.home {
        font-size: 24px; } }
@media (max-width: 320px) {
  nav .container .button {
    display: none; } }
header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-position: center center;
  background-size: cover; }
  header .scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    bottom: 0; }
    header .scroll span {
      font-family: 'FuturaLT-Book';
      font-size: 16px;
      line-height: 1px;
      display: block;
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff; }
    header .scroll .line {
      width: 1px;
      height: 50px;
      margin: 0 auto;
      background: #fff; }
  header .poster {
    display: none;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover; }
    header .poster .play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      header .poster .play i {
        font-size: 50px;
        color: #fff; }
  header .video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    header .video-wrapper .controls {
      font-size: 15px;
      position: absolute;
      bottom: 40px;
      left: 100px;
      display: block;
      color: #fff; }
      header .video-wrapper .controls span {
        font-family: 'FuturaLT-Book';
        color: #fff; }
      header .video-wrapper .controls a {
        color: white; }
        header .video-wrapper .controls a.active {
          font-weight: bold;
          text-decoration: underline; }
    header .video-wrapper video {
      z-index: 1;
      width: 100%;
      min-width: 100%;
      height: auto; }

@media (max-width: 767px) {
  header {
    display: none; } }
footer {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  background: #1da9c5; }
  footer span {
    font-family: 'BauerBodoniBT-Italic';
    font-size: 16px;
    line-height: 72px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
  footer img {
    display: block;
    max-width: 40%;
    height: auto;
    margin: 0 auto; }
  footer .rosewood-logo,
  footer .sls-logo {
    display: inline-block;
    max-width: 25%;
    height: auto; }
  footer .rosewood-logo {
    margin-right: 100px; }
  footer .sls-logo {
    margin-left: 100px; }
  footer .links {
    margin-top: 50px;
    padding: 0;
    text-align: center; }
    footer .links li {
      display: inline-block;
      margin-right: 80px;
      list-style: none; }
      footer .links li:last-child {
        margin: 0; }
      footer .links li a {
        transition: all 0.5s ease-in-out;
        font-family: 'FuturaLT';
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        color: #d9c89e; }
        footer .links li a:hover {
          text-decoration: none;
          color: #fff; }
  footer .divider {
    width: 100%;
    height: 1px;
    margin-top: 28px;
    margin-bottom: 39px;
    background: #fff; }
  footer .copyright {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    text-align: center; }
    footer .copyright li {
      font-family: 'FuturaLT-Book';
      font-size: 16px;
      display: inline-block;
      margin-right: 40px;
      list-style: none;
      color: #fff; }
      footer .copyright li:last-child {
        margin: 0; }
      footer .copyright li a {
        transition: all 0.5s ease-in-out;
        font-family: 'FuturaLT-Book';
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        color: #fff; }
        footer .copyright li a:hover {
          text-decoration: none;
          color: #404545; }

@media (max-width: 767px) {
  footer {
    height: auto;
    padding-top: 5px; }
    footer img {
      max-width: 80%; }
    footer .rosewood-logo,
    footer .sls-logo {
      display: block;
      max-width: 50%;
      max-height: 65px;
      margin: 0 auto; }
    footer .rosewood-logo {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid white; }
    footer .links li,
    footer .copyright li {
      display: block;
      margin: 0 auto 5px auto;
      text-align: center; }
    footer .copyright li {
      font-size: 12px; }
      footer .copyright li a {
        font-size: 12px; } }
/* Landing Page (Index) */
#destination {
  height: auto;
  min-height: 1300px; }
  #destination p {
    margin-bottom: 45px; }
  #destination h1,
  #destination h2,
  #destination h3 {
    text-align: left; }
  #destination h2,
  #destination h3 {
    font-size: 40px;
    line-height: 45px; }
  #destination h1 {
    line-height: 60px; }
  #destination h2 {
    letter-spacing: 1px; }
  #destination h3 {
    margin: 0; }
  #destination .container-fluid {
    position: relative;
    padding-left: 0; }
  #destination .info {
    padding-top: 270px;
    padding-right: 30px;
    padding-left: 60px; }
  #destination .photo {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    margin-top: 200px; }
    #destination .photo img {
      display: block;
      max-width: 100%;
      height: auto; }
    #destination .photo .small {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%; }
    #destination .photo .bg {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: contain; }
    #destination .photo .inside {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 80px;
      width: 450px;
      height: 450px;
      background-position: center center;
      background-size: contain; }
  #destination .bloom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1300px;
    background: url("../../img/residences/Vector Lace Top_2x.png") no-repeat;
    background-position: bottom center;
    background-size: cover; }
    #destination .bloom .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all 1.5s ease-in-out;
      position: relative;
      width: 500px;
      height: 500px;
      border: 1000px solid #fff;
      border-radius: 100%;
      background: transparent; }
      #destination .bloom .circle.showing {
        width: 4000px;
        height: 4000px; }

@media (max-width: 991px) {
  #destination {
    overflow: visible;
    height: auto;
    min-height: 0; }
    #destination .info {
      padding-right: 30px;
      padding-left: 30px; }
    #destination .bloom {
      background-position: 0 -60%;
      background-size: 90%; }
      #destination .bloom .circle {
        display: none; } }
@media (max-width: 768px) {
  #destination h1 {
    font-size: 12px;
    letter-spacing: 1px; }
  #destination h2 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px; }
  #destination h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 42px;
    letter-spacing: 2px; }
  #destination p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px; }
  #destination .info {
    padding-top: 25px; }
  #destination .photo {
    margin-top: 100px; } }
#residences {
  padding-top: 50px; }
  #residences .hotels {
    margin-top: 60px; }
    #residences .hotels #one {
      border-right: 10px solid white; }
    #residences .hotels #two {
      border-left: 10px solid white; }
    #residences .hotels .building {
      transition: all 0.5s ease-in-out; }
    #residences .hotels .name {
      position: relative;
      height: 100px;
      background: #f5f5f4; }
      #residences .hotels .name img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 50px; }
    #residences .hotels .slides {
      height: 600px; }
      #residences .hotels .slides .slide {
        width: 100%;
        height: 100%; }
        #residences .hotels .slides .slide .hotel {
          width: inherit;
          height: inherit;
          background-position: center center;
          background-size: cover; }
    #residences .hotels .content {
      transition: all 0.75s ease-in-out;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10000;
      bottom: -25%;
      opacity: 0; }
      #residences .hotels .content.showing {
        opacity: 1; }
    #residences .hotels .info {
      padding: 48px 114px 60px 114px;
      background: #fff; }
      #residences .hotels .info span {
        font-family: 'FuturaLT';
        font-size: 16px;
        line-height: 30px;
        display: block;
        margin-bottom: 11px;
        letter-spacing: 2.4px;
        color: #4b5562; }
      #residences .hotels .info h4 {
        font-family: 'BauerBodoniBT-Roman';
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 17px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #9b9b9b; }
      #residences .hotels .info p {
        font-family: 'FuturaLT-Book';
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        letter-spacing: 0;
        color: #4b5562; }
      #residences .hotels .info .button {
        width: 250px; }
    #residences .hotels .pager {
      transition: all 0.5s ease-in-out; }
      #residences .hotels .pager span {
        background: #fff; }
        #residences .hotels .pager span:hover {
          background: #9b9b9b; }
        #residences .hotels .pager span.cycle-pager-active {
          background: #9b9b9b; }
  #residences .controls {
    right: 0; }

@media (max-width: 991px) {
  #residences .hotels #one,
  #residences .hotels #two {
    border: none; }
  #residences .hotels .content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: -60px;
    left: auto;
    display: block;
    padding: 0;
    opacity: 1; }
  #residences .hotels .info {
    padding: 0 15px; }
    #residences .hotels .info span {
      font-size: 12px;
      line-height: 15px;
      padding-top: 43px;
      letter-spacing: 1.6px; }
    #residences .hotels .info h4 {
      font-size: 25px;
      line-height: 28px;
      letter-spacing: 0.5px; }
    #residences .hotels .info p {
      font-size: 15px;
      line-height: 20px; }
    #residences .hotels .info .button {
      font-size: 8px;
      line-height: 31px;
      width: 110px;
      height: 32px;
      letter-spacing: 0.5px; }
  #residences .hotels .name {
    height: 75px; }
    #residences .hotels .name img {
      max-width: 20%; }
  #residences .hotels .building {
    padding-right: 0;
    padding-left: 30px; }
  #residences .hotels .slides {
    height: auto; }
    #residences .hotels .slides .slide .hotel {
      height: 325px; }
  #residences .pager {
    display: none; } }
@media (max-width: 768px) {
  #residences .hotels {
    margin-top: 50px; }
    #residences .hotels .name img {
      max-width: 30%; } }
@media (max-width: 500px) {
  #residences .hotels .name img {
    max-width: 50%; } }
#amenities {
  padding-top: 200px; }
  #amenities .row {
    position: relative; }
  #amenities .photo {
    width: 100%;
    height: 585px;
    background-position: center center;
    background-size: cover; }
    #amenities .photo.taller {
      height: 800px; }
    #amenities .photo#casino {
      margin-top: 165px; }
    #amenities .photo#spa {
      margin-top: 20px; }
    #amenities .photo#fitness {
      margin-top: 100px; }
    #amenities .photo#nightlife {
      margin-top: 145px; }
  #amenities .bloom {
    position: absolute;
    z-index: -101;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain; }
    #amenities .bloom .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all 1.5s ease-in-out;
      position: relative;
      width: 1px;
      height: 1px;
      border: 620px solid #fff;
      border-radius: 100%;
      background: transparent; }
      #amenities .bloom .circle.showing {
        width: 4000px;
        height: 4000px; }
    #amenities .bloom.blue {
      top: -100px;
      right: 0;
      background-image: url("../../img/residences/blooms/Vector Lace 1_2x.png");
      background-position: right center; }
    #amenities .bloom.casino {
      top: -220px;
      right: -90px;
      background-image: url("../../img/residences/blooms/Vector Lace 2_2x.png");
      background-position: right center; }
    #amenities .bloom.fitness {
      top: -150px;
      left: -180px;
      background-image: url("../../img/residences/blooms/Vector Lace 3_2x.png");
      background-position: right center; }
    #amenities .bloom.nightlife {
      top: 60px;
      left: -90px;
      background-image: url("../../img/residences/blooms/Vector Lace 4_2x.png");
      background-position: right center;
      background-size: 50%; }
  #amenities .content {
    padding: 0; }
  #amenities .title {
    font-family: 'BauerBodoniBT-Roman';
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9b9b9b; }
  #amenities p {
    font-size: 17px;
    line-height: 30px;
    width: 320px;
    letter-spacing: 0;
    color: #4b5562; }

@media (max-width: 991px) {
  #amenities {
    padding-top: 20px; }
    #amenities .pull-right {
      float: left !important; }
    #amenities .single > div {
      padding: 0; }
    #amenities .photo {
      height: 293px; }
      #amenities .photo.taller {
        height: 400px; }
      #amenities .photo#racquet-club, #amenities .photo#casino, #amenities .photo#spa, #amenities .photo#fitness, #amenities .photo#dining, #amenities .photo#nightlife {
        margin-top: 40px; }
    #amenities .flush {
      position: static; }
    #amenities .bloom .circle {
      display: none; }
    #amenities .bloom.blue {
      background-position: right 40%;
      background-size: 50%; }
    #amenities .bloom.casino {
      top: 0;
      right: auto;
      left: 0;
      overflow: visible;
      background-position: left top;
      background-size: 50%; }
    #amenities .bloom.fitness {
      top: 0;
      left: 0;
      background-position: -40px 0;
      background-size: 50%; }
    #amenities .bloom.nightlife {
      display: none; }
    #amenities h4 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 1px; }
    #amenities p {
      font-size: 15px;
      line-height: 17px;
      width: 80%; }
    #amenities .content {
      padding: 0 15px; } }
@media (max-width: 767px) {
  #amenities .title {
    font-size: 25px;
    line-height: 20px; } }
#experiences {
  position: relative;
  margin-top: 115px;
  margin-bottom: 125px; }
  #experiences .container-fluid {
    background-color: transparent; }
  #experiences .gallery-slider .slides {
    height: 800px; }
  #experiences .slides {
    width: 100%; }
    #experiences .slides .slide {
      width: 100%;
      height: 100%; }
      #experiences .slides .slide .bg {
        width: inherit;
        height: inherit;
        background-position: center center;
        background-size: cover; }
  #experiences .side {
    height: 800px; }
    #experiences .side .row {
      height: 100%; }
  #experiences .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65%;
    background: #f5f5f4; }
    #experiences .content span {
      font-family: 'BauerBodoniBT-Roman';
      font-size: 40px;
      line-height: 45px;
      display: block;
      margin-bottom: 22px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #9b9b9b; }
    #experiences .content p {
      font-family: 'FuturaLT-Book';
      font-size: 17px;
      line-height: 30px;
      letter-spacing: 0;
      color: #4b5562; }
    #experiences .content .slides {
      width: 100%;
      height: 100%; }
      #experiences .content .slides .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%; }
    #experiences .content .slide {
      width: 100%;
      height: 100%;
      background: #f5f5f4; }
  #experiences .photo {
    width: 100%;
    height: 35%; }
    #experiences .photo .slides {
      height: 100%; }
      #experiences .photo .slides .slide .bg {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover; }
  #experiences .pager {
    margin-top: 20px;
    text-align: center; }
  #experiences .controls {
    bottom: 80px;
    left: 15px; }

@media (max-width: 991px) {
  #experiences .gallery-slider {
    padding: 0; }
  #experiences .content .slides .text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    right: auto;
    left: auto;
    width: 100%; }
  #experiences .side {
    height: auto;
    padding: 45px;
    background: #f5f5f4; } }
@media (max-width: 767px) {
  #experiences {
    margin-bottom: 0; }
    #experiences .gallery-slider .slides {
      height: 400px; }
    #experiences .content span {
      font-size: 25px;
      line-height: 28px;
      letter-spacing: 0.94px; }
    #experiences .content p {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.5px; }
    #experiences .side {
      position: relative;
      z-index: 10000;
      top: -60px;
      float: right; }
      #experiences .side .photo {
        display: none; }
    #experiences .pager {
      display: none; } }
#benefits {
  margin-bottom: 61px; }
  #benefits h3 {
    margin-bottom: 11px; }
  #benefits .paragraph {
    margin-bottom: 60px; }
    #benefits .paragraph p {
      text-align: center; }
  #benefits .slider {
    position: relative; }
  #benefits .slides {
    width: 100%;
    height: 800px; }
    #benefits .slides .slide {
      width: 100%;
      height: 100%; }
      #benefits .slides .slide .bg {
        width: inherit;
        height: inherit;
        background-position: center center;
        background-size: cover; }
  #benefits .pager {
    position: absolute;
    z-index: 10001;
    bottom: 0; }
    #benefits .pager span {
      background: #fff; }
      #benefits .pager span.cycle-pager-active {
        background: #9b9b9b; }
  #benefits .content {
    position: relative;
    height: 800px;
    text-align: center;
    background: #f5f5f4; }
    #benefits .content p {
      font-family: 'FuturaLT-Book';
      font-size: 15px;
      line-height: 25px;
      margin-top: 20px;
      margin-bottom: 15px;
      padding: 0 40px;
      text-align: left;
      letter-spacing: 1.33px;
      color: #404545; }
    #benefits .content .text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    #benefits .content span {
      font-family: 'FuturaLT-Book';
      font-size: 10px;
      line-height: 25px;
      display: inline-block;
      text-align: center;
      letter-spacing: 1.33px;
      color: #404545; }
    #benefits .content .divider {
      width: 100px;
      height: 1px;
      margin: 0 auto;
      background: #979797; }

@media (max-width: 1299px) {
  #benefits .content {
    height: 900px; } }
@media (max-width: 1199px) {
  #benefits .content {
    height: 1100px; } }
@media (max-width: 991px) {
  #benefits .content {
    height: 1300px; } }
@media (max-width: 767px) {
  #benefits .flip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  #benefits .slides {
    height: 400px; }
  #benefits .content {
    height: auto;
    padding-top: 30px; }
    #benefits .content .text {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-top: 20px; }
    #benefits .content p {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 15px;
      letter-spacing: 1px; } }
#inquire {
  position: relative; }
  #inquire h3 {
    margin-bottom: 11px; }
  #inquire p {
    text-align: center; }
  #inquire form {
    display: block;
    margin-top: 69px; }
    #inquire form input,
    #inquire form textarea {
      transition: all 500ms ease-in-out;
      font-family: 'FuturaLT-Book';
      font-size: 16px;
      width: 100%;
      height: 80px;
      margin-bottom: 20px;
      padding-left: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #404545;
      border: none;
      border: 1px solid #9fa2a2;
      outline: none;
      background-color: #fff; }
      #inquire form input::-webkit-input-placeholder,
      #inquire form textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #404545; }
      #inquire form input::-moz-placeholder,
      #inquire form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #404545; }
      #inquire form input:-ms-input-placeholder,
      #inquire form textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #404545; }
      #inquire form input:-moz-placeholder,
      #inquire form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #404545; }
      #inquire form input:focus,
      #inquire form textarea:focus {
        border-color: #1da9c5; }
    #inquire form #form-response {
      font-family: 'FuturaLT-Book';
      font-size: 20px;
      display: none;
      margin: 20px 0;
      text-align: center;
      letter-spacing: 1px; }
    #inquire form button {
      transition: all 500ms ease-in-out;
      font-family: 'FuturaLT-Book';
      font-size: 16px;
      line-height: 18px;
      display: block;
      width: 420px;
      height: 80px;
      margin: 80px auto 0 auto;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      border: none;
      border: 1px solid transparent;
      background: #d9c89e; }
      #inquire form button:hover {
        color: #d9c89e;
        border: 1px solid #d9c89e;
        background: #fff; }
    #inquire form textarea {
      padding-top: 12px; }
    #inquire form .dropdown {
      position: relative;
      width: 100%;
      height: 80px;
      margin-bottom: 20px;
      border: 1px solid #9fa2a2; }
      #inquire form .dropdown .arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 79px;
        border-bottom: 1px solid #9fa2a2;
        border-left: 1px solid #9fa2a2;
        background: #fff; }
        #inquire form .dropdown .arrow i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #inquire form .dropdown select {
        font-family: 'FuturaLT-Book';
        font-size: 16px;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
        padding-left: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #404545;
        border: none;
        outline: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        #inquire form .dropdown select::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #404545; }
        #inquire form .dropdown select::-moz-placeholder {
          /* Firefox 19+ */
          color: #404545; }
        #inquire form .dropdown select:-ms-input-placeholder {
          /* IE 10+ */
          color: #404545; }
        #inquire form .dropdown select:-moz-placeholder {
          /* Firefox 18- */
          color: #404545; }
  #inquire .numbers {
    margin-top: 60px;
    text-align: center; }
    #inquire .numbers a {
      transition: all 500ms ease-in-out;
      font-family: 'FuturaLT-Book';
      font-size: 16px;
      display: block;
      margin: 10px auto 0 auto;
      text-align: center;
      letter-spacing: 1.09px;
      color: #4b5562; }
      #inquire .numbers a strong {
        font-family: 'FuturaLT-Heavy';
        display: inline-block;
        margin-right: 10px; }
      #inquire .numbers a:hover {
        text-decoration: none;
        color: #1da9c5; }
    #inquire .numbers span {
      font-family: 'FuturaLT-Book';
      font-size: 16px;
      display: inline-block;
      margin-right: 10px;
      text-align: center;
      letter-spacing: 1.09px;
      color: #4b5562; }
      #inquire .numbers span:last-child {
        margin: 0; }
      #inquire .numbers span strong {
        font-family: 'FuturaLT-Heavy';
        display: inline-block;
        margin-right: 10px; }
  #inquire .mobile-numbers {
    display: none;
    margin-top: 40px; }
    #inquire .mobile-numbers .number {
      display: block;
      width: 100%;
      height: 40px;
      margin: 0 auto 20px auto;
      border: 1px solid #d9c79e;
      background: #d9c89e; }
      #inquire .mobile-numbers .number .icon {
        font-size: 30px;
        position: relative;
        display: block;
        float: left;
        width: 40px;
        height: 100%;
        background: #d9c79e; }
        #inquire .mobile-numbers .number .icon i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff; }
      #inquire .mobile-numbers .number span {
        font-family: 'FuturaLT-Medium';
        font-size: 11px;
        line-height: 40px;
        display: block;
        float: left;
        width: 80%;
        height: 100%;
        text-align: center;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: white; }
  #inquire #thanks {
    transition: all 500ms ease-in-out;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    background-image: url("../../img/residences/blooms/Vector Lace Thank You.png");
    background-position: center center;
    background-size: cover; }
    #inquire #thanks.showing {
      visibility: visible;
      opacity: 1; }
    #inquire #thanks .text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@media (max-width: 991px) {
  #inquire #thanks {
    background-image: url("../../img/residences/blooms/Vector Lace Thank you Mob.png"); } }
@media (max-width: 767px) {
  #inquire .numbers {
    display: none; }
  #inquire .mobile-numbers {
    display: block; }
  #inquire form input,
  #inquire form textarea {
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.5px; }
  #inquire form button {
    width: 100%;
    height: 40px; }
  #inquire form .dropdown {
    height: 40px; }
    #inquire form .dropdown .arrow {
      width: 40px;
      height: 39px; }
    #inquire form .dropdown select {
      font-size: 12px;
      letter-spacing: 0.5px; }
  #inquire form input[type='checkbox']:not(:checked) + label,
  #inquire form input[type='checkbox']:checked + label {
    font-size: 12px; } }
#privacy section {
  letter-spacing: 0.16px;
  font-family: 'FuturaLT-Book';
  font-size: 16px;
  padding-bottom: 100px; }
  #privacy section p {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: left; }
  #privacy section h1 {
    margin-top: 140px;
    margin-bottom: 65px; }
  #privacy section h2 {
    letter-spacing: 0.2px;
    font-family: 'FuturaLT-Book';
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left; }
  #privacy section a {
    transition: all 0.5s ease-in-out;
    color: #00A1B0; }
    #privacy section a:hover {
      text-decoration: none;
      color: #007E8E; }
  #privacy section .updates {
    margin-bottom: 47px; }
    #privacy section .updates span {
      display: block; }
      #privacy section .updates span:first-child {
        margin-bottom: 17px; }
  #privacy section #accordion {
    margin: 50px 0; }
    #privacy section #accordion .panel {
      border: none;
      background: none;
      box-shadow: none; }
      #privacy section #accordion .panel .panel-heading {
        padding: 10px 0 20px 0;
        background: none; }
        #privacy section #accordion .panel .panel-heading h4 {
          position: relative; }
          #privacy section #accordion .panel .panel-heading h4 a {
            transition: all 0.5s ease-in-out;
            color: #B69960; }
            #privacy section #accordion .panel .panel-heading h4 a i {
              position: absolute;
              top: 0;
              right: 0; }
              #privacy section #accordion .panel .panel-heading h4 a i:before {
                transition: all 0.5s ease-in-out;
                font-family: 'Ionicons';
                font-size: 30px;
                font-weight: normal;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                display: block;
                content: '\f404';
                text-transform: none;
                color: #B69960;
                -webkit-font-smoothing: antialiased;
                speak: none;
                text-rendering: auto; }
            #privacy section #accordion .panel .panel-heading h4 a.collapsed {
              text-decoration: none;
              color: #383838; }
              #privacy section #accordion .panel .panel-heading h4 a.collapsed i:before {
                content: '\f489'; }
              #privacy section #accordion .panel .panel-heading h4 a.collapsed:hover {
                color: #B69960; }

@media (max-width: 767px) {
  #privacy h1 {
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 0 15px; }
  #privacy .container {
    padding: 0; }
  #privacy article {
    padding: 40px 15px 0 15px; } }

/*# sourceMappingURL=main.css.map */
