/*****************************************************************
    Hoteleia: Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
navbar, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

select {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* COLORS */
html {
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  font-size: calc(1em + 1vw); }

html, body {
  height: 100%;
  margin: 0; }

/*
  Base elements
 */
h2 {
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: 400;
  font-size: 1em; }
  h2 span {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.4em; }

h4 {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 400;
  font-size: 1em; }
  @media (min-width: 300px) and (max-width: 899px) {
    h4 {
      font-size: 0.7em; } }

a {
  color: #3A89C9;
  text-decoration: none; }
  a:hover {
    color: #9CC4E4; }

p {
  font-size: 0.8em;
  line-height: 1.5em; }
  @media (min-width: 300px) and (max-width: 899px) {
    p {
      font-size: 0.7em;
      line-height: 1.8em; } }

/*
  Helpers
 */
.helper--clear {
  clear: both; }

/*
  Wrappers
 */
.wrapper {
  min-height: 100%;
  margin-bottom: -170px; }
  .wrapper .push {
    height: 170px; }

.wrapper--wide {
  width: 90%;
  margin: 0 auto; }

.wrapper--regular {
  width: 70%;
  margin: 0 auto; }
  @media (min-width: 300px) and (max-width: 899px) {
    .wrapper--regular {
      width: 80%; } }

.wrapper--narrow {
  width: 70%;
  margin: 0 auto; }
  @media (min-width: 300px) and (max-width: 899px) {
    .wrapper--narrow {
      width: 80%; } }

/*
  Website Sections
 */
/*
  01. logo
 */
.logo {
  position: absolute;
  top: 30px;
  width: 100%; }
  .logo a {
    display: block; }
  .logo_footnote {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding: 12px;
    font-size: 0.5em;
    font-weight: 700;
    text-align: left;
    color: #fff;
    background: #008009;
    border-radius: 4px;
    z-index: 10;
    top: 20px; }
    @media (min-width: 300px) and (max-width: 899px) {
      .logo_footnote {
        font-size: 0.4em; } }
  .logo_footnote:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #008009 transparent;
    top: -19px;
    left: 30px;
    z-index: 999; }

/*
  02. hero
 */
.hero {
  background-color: #1b325f;
  padding-top: 30px;
  color: #fff;
  overflow: hidden; }
  .hero h1 {
    font-size: 1.8em;
    margin-bottom: 0.5em; }
    .hero h1 span {
      color: #0095ff; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hero h1 {
        font-size: 1.5em; } }
  .hero h2 {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: left; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hero h2 {
        margin-bottom: 0; } }
  .hero .block_row .block_column--left {
    float: left;
    width: 55%;
    display: table; }
    .hero .block_row .block_column--left .inner {
      display: table-cell;
      vertical-align: middle; }
  .hero .block_row .block_column--right {
    float: right;
    width: 40%;
    display: table; }
    .hero .block_row .block_column--right .inner {
      display: table-cell;
      vertical-align: middle; }
  @media (min-width: 300px) and (max-width: 899px) {
    .hero {
      padding-top: 120px;
      padding-bottom: 2em; } }

/*
  03. content
 */
/*
  04. footer
 */
.footer {
  height: 170px;
  background-color: #f5f5f5;
  border-top: 1px solid #ebebeb; }
  .footer a {
    color: #3A89C9;
    text-decoration: none; }
  .footer a:hover {
    color: #9CC4E4; }
  .footer .block_row .block_row--upper {
    padding-top: 40px; }
    @media (min-width: 300px) and (max-width: 899px) {
      .footer .block_row .block_row--upper {
        padding-top: 20px; }
        .footer .block_row .block_row--upper img {
          width: 30%; } }
  .footer .block_row .block_row--lower {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 12px; }
    .footer .block_row .block_row--lower .block_column--left {
      width: 70%;
      float: left; }
      @media (min-width: 300px) and (max-width: 899px) {
        .footer .block_row .block_row--lower .block_column--left {
          width: 100%;
          float: none; } }
    .footer .block_row .block_row--lower .block_column--right {
      width: 30%;
      float: left;
      text-align: right; }
      .footer .block_row .block_row--lower .block_column--right ul li {
        display: inline-block; }
      .footer .block_row .block_row--lower .block_column--right ul li:after {
        content: " | "; }
      .footer .block_row .block_row--lower .block_column--right ul li:last-of-type:after {
        content: ""; }
      @media (min-width: 300px) and (max-width: 899px) {
        .footer .block_row .block_row--lower .block_column--right {
          width: 100%;
          float: none;
          text-align: left;
          padding-top: 15px; } }
    @media (min-width: 300px) and (max-width: 899px) {
      .footer .block_row .block_row--lower {
        margin-top: 15px; } }

.section {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 300px) and (max-width: 899px) {
    .section {
      padding-top: 2em;
      padding-bottom: 2em; } }

.hoteleia_onboarding_welcome .hero .block_row .block_column--left {
  height: 700px; }
  @media (min-width: 300px) and (max-width: 899px) {
    .hoteleia_onboarding_welcome .hero .block_row .block_column--left {
      height: auto;
      width: 100%;
      float: none; } }

.hoteleia_onboarding_welcome .hero .block_row .block_column--right {
  height: 700px;
  text-align: right; }
  .hoteleia_onboarding_welcome .hero .block_row .block_column--right img {
    width: 90%; }
  @media (min-width: 300px) and (max-width: 899px) {
    .hoteleia_onboarding_welcome .hero .block_row .block_column--right {
      display: none; } }

.hoteleia_onboarding_welcome .section--why {
  background-color: #fff; }

.hoteleia_onboarding_welcome .section--how {
  background-color: #f8f8f8; }

.hoteleia_onboarding_welcome .section--what {
  background-color: #fff;
  overflow: hidden; }
  .hoteleia_onboarding_welcome .section--what .block-column--left {
    float: left;
    width: 45%; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_welcome .section--what .block-column--left {
        width: 100%; } }
  .hoteleia_onboarding_welcome .section--what .block-column--right {
    float: right;
    width: 45%; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_welcome .section--what .block-column--right {
        width: 100%; } }
  .hoteleia_onboarding_welcome .section--what ul {
    font-size: 0.6em; }
    .hoteleia_onboarding_welcome .section--what ul li {
      margin-bottom: 0.5em;
      line-height: 1.5em; }
      .hoteleia_onboarding_welcome .section--what ul li i {
        color: #F26C4F; }

.hoteleia_onboarding_welcome .section--plans {
  background-color: #f8f8f8; }
  .hoteleia_onboarding_welcome .section--plans ul {
    overflow: hidden; }
    .hoteleia_onboarding_welcome .section--plans ul li {
      width: 50%;
      float: left;
      display: inline-block; }
      .hoteleia_onboarding_welcome .section--plans ul li .item {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 4px;
        margin: 0.5em;
        padding: 0.8em;
        text-align: center;
        border: 1px solid #efefef;
        position: relative;
        margin-left: 1em;
        margin-right: 1em; }
        .hoteleia_onboarding_welcome .section--plans ul li .item a {
          width: 50%;
          display: inline-block;
          margin: 0 auto;
          font-size: 0.5em; }
        .hoteleia_onboarding_welcome .section--plans ul li .item_title {
          text-transform: uppercase;
          margin-bottom: 1em; }
        .hoteleia_onboarding_welcome .section--plans ul li .item_price {
          font-size: 2em;
          margin-bottom: 1em;
          color: #F26C4F;
          position: relative; }
          .hoteleia_onboarding_welcome .section--plans ul li .item_price--strike {
            font-size: 0.4em;
            position: absolute;
            top: 0;
            margin-left: 0.2em;
            color: #5e5e5e; }
          .hoteleia_onboarding_welcome .section--plans ul li .item_price--strike:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            right: 0;
            border-top: 3px solid;
            border-color: #F26C4F;
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg); }
          @media (min-width: 300px) and (max-width: 899px) {
            .hoteleia_onboarding_welcome .section--plans ul li .item_price {
              font-size: 1.5em;
              margin-bottom: 0.5em; } }
        .hoteleia_onboarding_welcome .section--plans ul li .item_features {
          margin-bottom: 1em;
          min-height: 178px; }
          .hoteleia_onboarding_welcome .section--plans ul li .item_features li {
            display: block !important;
            width: 100% !important;
            float: none !important;
            text-align: left;
            font-size: 0.5em;
            line-height: 1.8em; }
            .hoteleia_onboarding_welcome .section--plans ul li .item_features li i {
              color: #3a945b; }
          @media (min-width: 300px) and (max-width: 899px) {
            .hoteleia_onboarding_welcome .section--plans ul li .item_features {
              min-height: initial; }
              .hoteleia_onboarding_welcome .section--plans ul li .item_features li:first-child {
                margin-bottom: 0px; } }
        .hoteleia_onboarding_welcome .section--plans ul li .item .button {
          padding: 0.8em;
          padding-top: 0.7em;
          padding-bottom: 0.7em;
          color: #FFFFFF;
          background-color: #f26c4f;
          border-radius: 4px; }
          .hoteleia_onboarding_welcome .section--plans ul li .item .button:hover {
            background-color: #ee4420; }
          @media (min-width: 300px) and (max-width: 899px) {
            .hoteleia_onboarding_welcome .section--plans ul li .item .button {
              padding-top: 1em;
              padding-bottom: 1em; } }
        @media (min-width: 300px) and (max-width: 899px) {
          .hoteleia_onboarding_welcome .section--plans ul li .item {
            margin-left: 0.5em;
            margin-left: 0.5em; } }
      @media (min-width: 300px) and (max-width: 899px) {
        .hoteleia_onboarding_welcome .section--plans ul li {
          width: 100%; } }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_welcome .section--plans ul li:first-child {
        margin-bottom: 20px; } }

form {
  background-color: #fff;
  color: #000;
  padding: 0.8em;
  border-radius: 4px; }
  form h3 {
    font-size: 0.6em;
    font-weight: 400;
    color: #3c3c3c;
    margin-bottom: 0.4em; }
    @media (min-width: 300px) and (max-width: 899px) {
      form h3 {
        text-align: center;
        font-size: 0.7em;
        padding-bottom: 0.5em;
        font-weight: 700; } }
  form label {
    display: block;
    font-size: 0.4em;
    margin-top: 0.8em; }
    @media (min-width: 300px) and (max-width: 899px) {
      form label {
        font-size: 0.6em; } }
  form input {
    border: 1px solid #ccc;
    padding: 0.7em;
    width: 100%;
    border-radius: 4px;
    font-size: 0.4em;
    margin-top: 0.4em; }
    @media (min-width: 300px) and (max-width: 899px) {
      form input {
        padding: 15px;
        font-size: 0.6em; } }
  form select {
    border: 1px solid #ccc;
    padding: 0.7em;
    width: 100%;
    border-radius: 4px;
    font-size: 0.4em;
    margin-top: 0.4em; }
    @media (min-width: 300px) and (max-width: 899px) {
      form select {
        padding: 15px;
        font-size: 0.6em; } }
  form button {
    background-color: #0071c2;
    padding: 0.7em;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer; }
    form button:hover {
      background-color: #00538f; }
    @media (min-width: 300px) and (max-width: 899px) {
      form button {
        margin-top: 15px; } }

.hoteleia_onboarding_step_one {
  background-color: #1b325f; }
  .hoteleia_onboarding_step_one .hero .block_row .block_column--left {
    height: 700px; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_one .hero .block_row .block_column--left {
        height: auto;
        width: 100%;
        float: none;
        padding-bottom: 2em; } }
  .hoteleia_onboarding_step_one .hero .block_row .block_column--right {
    height: 700px; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_one .hero .block_row .block_column--right {
        height: auto;
        width: 100%;
        float: none; } }
  @media (min-width: 300px) and (max-width: 899px) {
    .hoteleia_onboarding_step_one .hero {
      padding-top: 150px; } }
  .hoteleia_onboarding_step_one form .block_row {
    overflow: hidden; }
    .hoteleia_onboarding_step_one form .block_row label {
      display: block; }
    .hoteleia_onboarding_step_one form .block_row .block_column--left {
      height: auto !important;
      float: left;
      width: 48%; }
      @media (min-width: 300px) and (max-width: 899px) {
        .hoteleia_onboarding_step_one form .block_row .block_column--left {
          padding-bottom: 0 !important; } }
    .hoteleia_onboarding_step_one form .block_row .block_column--right {
      height: auto !important;
      float: right;
      width: 48%; }

.hoteleia_onboarding_step_two {
  background-color: #1b325f; }
  .hoteleia_onboarding_step_two .hero .block_row .block_column--left {
    height: 700px; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_two .hero .block_row .block_column--left {
        height: auto;
        width: 100%;
        float: none;
        padding-bottom: 2em; } }
  .hoteleia_onboarding_step_two .hero .block_row .block_column--right {
    height: 700px; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_two .hero .block_row .block_column--right {
        height: auto;
        width: 100%;
        float: none; } }
  @media (min-width: 300px) and (max-width: 899px) {
    .hoteleia_onboarding_step_two .hero {
      padding-top: 150px; } }

.hoteleia_onboarding_step_three {
  background-color: #1b325f; }
  .hoteleia_onboarding_step_three .hero h1 {
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 1em; }
  .hoteleia_onboarding_step_three .hero h2 {
    font-size: 0.7em; }
  .hoteleia_onboarding_step_three .hero .block_row .block_column--left {
    height: 700px;
    width: 50%; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_three .hero .block_row .block_column--left {
        height: auto;
        width: 100%;
        float: none;
        padding-bottom: 2em; } }
  .hoteleia_onboarding_step_three .hero .block_row .block_column--right {
    height: 700px;
    width: 45%; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_three .hero .block_row .block_column--right {
        height: auto;
        width: 100%;
        float: none; } }
  .hoteleia_onboarding_step_three .hero .block_row .stripe-button-el {
    background-image: none !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    /*width:300px;*/
    width: 80%;
    display: block !important;
    margin: 0 auto !important; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_three .hero .block_row .stripe-button-el {
        width: 100%;
        padding: 20px; } }
  .hoteleia_onboarding_step_three .hero .block_row .stripe-button-el span {
    background-color: #3A89C9 !important;
    background: #3A89C9 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 90px !important;
    line-height: 90px !important;
    padding: 0 !important;
    font-size: 2em !important; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_step_three .hero .block_row .stripe-button-el span {
        height: initial !important;
        font-size: 1.5em !important; } }
  .hoteleia_onboarding_step_three .hero .block_row .stripe-button-el span:hover {
    background-color: #2d6ea3 !important; }
  .hoteleia_onboarding_step_three .hero .block_row .stripe_logo {
    width: 115px;
    margin: 0 auto;
    margin-top: 10px !important;
    margin-bottom: 40px; }
    .hoteleia_onboarding_step_three .hero .block_row .stripe_logo img {
      height: 25px; }
  .hoteleia_onboarding_step_three .hero form {
    text-align: center;
    margin-top: 2em;
    display: table; }
    .hoteleia_onboarding_step_three .hero form img {
      /*width:300px !important;*/
      width: 80%;
      margin-top: 30px; }
      @media (min-width: 300px) and (max-width: 899px) {
        .hoteleia_onboarding_step_three .hero form img {
          width: 100%;
          margin-top: 20px; } }
  @media (min-width: 300px) and (max-width: 899px) {
    .hoteleia_onboarding_step_three .hero {
      padding-top: 150px; } }

.hoteleia_onboarding_thankyou, .hoteleia_onboarding_thankyou_lifetime, .hoteleia_onboarding_thankyou_yearly {
  background-color: #1b325f; }
  .hoteleia_onboarding_thankyou .hero p, .hoteleia_onboarding_thankyou_lifetime .hero p, .hoteleia_onboarding_thankyou_yearly .hero p {
    padding-bottom: 1em; }
  .hoteleia_onboarding_thankyou .hero .block_row .block_column--left, .hoteleia_onboarding_thankyou_lifetime .hero .block_row .block_column--left, .hoteleia_onboarding_thankyou_yearly .hero .block_row .block_column--left {
    height: 700px;
    width: 100%; }
    @media (min-width: 300px) and (max-width: 899px) {
      .hoteleia_onboarding_thankyou .hero .block_row .block_column--left, .hoteleia_onboarding_thankyou_lifetime .hero .block_row .block_column--left, .hoteleia_onboarding_thankyou_yearly .hero .block_row .block_column--left {
        height: auto;
        width: 100%;
        float: none; } }
  .hoteleia_onboarding_thankyou .hero .block_row .block_column--right, .hoteleia_onboarding_thankyou_lifetime .hero .block_row .block_column--right, .hoteleia_onboarding_thankyou_yearly .hero .block_row .block_column--right {
    display: none; }

.ribbon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  z-index: 10; }
  @media (min-width: 300px) and (max-width: 899px) {
    .ribbon {
      width: 120px;
      height: 120px; } }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 50;
  content: '';
  display: block;
  border: 5px solid #6b0f01; }

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #d01c00;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 300px) and (max-width: 899px) {
    .ribbon span {
      font: 700 14px/1 'Lato', sans-serif; } }

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px; }

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent; }

.ribbon-top-left::before {
  top: 0;
  right: 0; }
  @media (min-width: 300px) and (max-width: 899px) {
    .ribbon-top-left::before {
      right: 5px; } }

.ribbon-top-left::after {
  bottom: 0;
  left: 0; }
  @media (min-width: 300px) and (max-width: 899px) {
    .ribbon-top-left::after {
      bottom: 5px; } }

.ribbon-top-left span {
  right: -37px;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px; }

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent; }

.ribbon-top-right::before {
  top: 0;
  left: 0; }

.ribbon-top-right::after {
  bottom: 0;
  right: 0; }

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px; }

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent; }

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0; }

.ribbon-bottom-left::after {
  top: 0;
  left: 0; }

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px; }

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0; }

.ribbon-bottom-right::after {
  top: 0;
  right: 0; }

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.tooltip {
  border-bottom: 3px solid transparent;
  padding: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  cursor: help; }

.tooltip:before {
  content: attr(data-message);
  padding: 10px 20px;
  background: #434343;
  color: #fff;
  /*white-space: nowrap;*/
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  -o-transition: 0.18s all ease-out;
  transition: 0.18s all ease-out;
  -webkit-transition: 0.18s all ease-out;
  -moz-transition: 0.18s all ease-out;
  position: absolute;
  opacity: 0;
  line-height: 1.5 !important;
  z-index: 100; }

.tooltip:after {
  content: "";
  width: 0;
  height: 0;
  -o-transition: 0.18s all ease-out;
  transition: 0.18s all ease-out;
  -webkit-transition: 0.18s all ease-out;
  -moz-transition: 0.18s all ease-out;
  position: absolute;
  opacity: 0;
  z-index: 100;
  background-color: initial !important; }

.tooltip.top:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #434343;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  pointer-events: none;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  left: 50%;
  bottom: 100%; }

.tooltip.top:before {
  margin-bottom: 7px;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  pointer-events: none;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  left: 50%;
  bottom: 100%;
  width: 300px; }

.tooltip.top:hover:before, .tooltip.top:hover:after {
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  opacity: 1; }

/* Toastr */
.toast-message {
  font-size: 1.5em;
  line-height: 1.5; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.4em; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
  font-size: 12px; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 15px;
  width: 400px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  /*-moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;*/
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  /*-moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;*/
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #206ba4; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

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