﻿/* CSS Document */
@import url(theme.css);
@font-face {
  font-family: Montserrat;
  src: url(../../../../Fonts/Montserrat-Light.otf); }

@font-face {
  font-family: Raleway Thin;
  src: url(../../../../Fonts/Raleway-Thin.ttf); }

@font-face {
  font-family: Raleway Regular;
  src: url(../../../../Fonts/Raleway-Regular.ttf); }

@font-face {
  font-family: Raleway Medium;
  src: url(../../../../Fonts/Raleway-Medium.ttf); }

@font-face {
  font-family: Raleway SemiBold;
  src: url(../../../../Fonts/Raleway-SemiBold.ttf); }

@font-face {
  font-family: Raleway ExtraBold;
  src: url(../../../../Fonts/Raleway-ExtraBold.ttf); }

@font-face {
  font-family: Roboto Thin;
  src: url(../../../../Fonts/Roboto-Thin.ttf); }

@font-face {
  font-family: Roboto Light;
  src: url(../../../../Fonts/Roboto-Light.ttf); }

/*$theme-font-family:Lato Regular;
$theme-bold-font-family:Lato SemiBold;
$theme-extrabold-font-family:Lato ExtraBold;*/
/*$theme-bg-color:#998675;
$theme-secondary-bg-color:#fbfaf8;

$theme-font-family:Raleway Regular;
$theme-bold-font-family:Raleway SemiBold;
$theme-extrabold-font-family:Raleway ExtraBold;
$theme-color:#8c8c8c;
$theme-secondary-color:#8c8c8c;*/
/*$theme-font-family:Lato Regular;
$theme-bold-font-family:Lato SemiBold;
$theme-extrabold-font-family:Lato ExtraBold;*/
/*$theme-bg-color:#998675;
$theme-secondary-bg-color:#fbfaf8;

$theme-font-family:Raleway Regular;
$theme-bold-font-family:Raleway SemiBold;
$theme-extrabold-font-family:Raleway ExtraBold;
$theme-color:#8c8c8c;
$theme-secondary-color:#8c8c8c;*/
.navbar {
  background-color: crimson;
  position: fixed;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 10px 0; }
  .navbar.navbar-custom.affix > .dropdown-menu {
    background-color: crimson; }
  .navbar.navbar-custom.affix-top .dropdown-menu {
    background-color: transparent !important; }
  .navbar.navbar-custom .open .dropdown-toggle {
    background-color: transparent !important; }
    .navbar.navbar-custom .open .dropdown-toggle:focus, .navbar.navbar-custom .open .dropdown-toggle:hover, .navbar.navbar-custom .open .dropdown-toggle:active, .navbar.navbar-custom .open .dropdown-toggle:visited {
      background-color: transparent !important; }
  .navbar:before {
    border: none;
    background-color: transparent; }
  .navbar .navbar-header {
    z-index: 10;
    /*brand Name*/ }
    .navbar .navbar-header .navbar-toggle {
      color: white; }
    .navbar .navbar-header .navbar-brand {
      color: white;
      font-family: Raleway ExtraBold;
      text-transform: uppercase; }
      .navbar .navbar-header .navbar-brand:hover {
        color: white; }
  .navbar .navbar-nav li a {
    color: white;
    padding-left: 15px;
    padding-right: 0px;
    font-family: Raleway Regular; }
    .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:active, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:visited {
      background-color: transparent; }
    .navbar .navbar-nav li a:hover {
      color: white; }

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: none; }
    .navbar-custom .navbar-brand {
      font-size: 2em;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
    .navbar-custom.affix {
      background-color: crimson;
      padding: 10px 0; }
      .navbar-custom.affix .navbar-brand {
        font-size: 1.5em; }
      .navbar-custom.affix .dropdown-menu {
        background-color: crimson; }
    .navbar-custom .navbar-nav > .active > a {
      border-radius: 3px; } }

header .carousel {
  position: relative;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%; }
  header .carousel .carousel-inner {
    min-width: 100%;
    min-height: 100%; }
    header .carousel .carousel-inner .item {
      background: green;
      min-width: 100%;
      min-height: 600px;
      height: 50vw;
      background-position: center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 0; }
      header .carousel .carousel-inner .item .carousel-caption {
        width: 80%;
        height: 50%;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        header .carousel .carousel-inner .item .carousel-caption h3 {
          color: white;
          border: none;
          font-family: Raleway SemiBold;
          text-transform: uppercase;
          font-size: 36px; }
        header .carousel .carousel-inner .item .carousel-caption p {
          font-family: Raleway Regular;
          font-size: 16px; }
    header .carousel .carousel-inner .item.active {
      z-index: 10; }

/*Lato Bold,Raleway Semibold*/
section.footer {
  width: 100%;
  padding: 20px 0px;
  background-color: white;
  text-align: center;
  color: #8c8c8c;
  font-family: Raleway Regular;
  font-size: 16px;
  line-height: 28px; }

section:not(.footer) {
  width: 100%;
  padding: 60px 0px;
  background-color: white;
  min-height: 50vh; }
  section:not(.footer).footer {
    padding: 20px 0px; }
  section:not(.footer).even {
    background: white; }
    section:not(.footer).even .caption {
      background: #f8fafb; }
      section:not(.footer).even .caption a, section:not(.footer).even .caption a:visited {
        color: white; }
  section:not(.footer).odd {
    background: #f8fafb; }
    section:not(.footer).odd h2, section:not(.footer).odd h3 {
      /*color: white;*/ }
    section:not(.footer).odd .caption {
      background-color: white; }
  section:not(.footer) h2, section:not(.footer) h3 {
    padding-top: 3vh !important;
    padding-bottom: 3vh !important; }
  section:not(.footer) h2 a:visited,
  section:not(.footer) h2 a:hover,
  section:not(.footer) h2 a,
  section:not(.footer) h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    padding: 0px;
    /*padding-bottom: 100px;*/
    font-family: Raleway SemiBold;
    letter-spacing: 3px;
    line-height: 37px;
    color: #9b9b9b;
    text-decoration: none; }
  section:not(.footer) h3 a:visited,
  section:not(.footer) h3 a:hover,
  section:not(.footer) h3 a,
  section:not(.footer) h3 {
    margin: 0px;
    font-family: Raleway SemiBold;
    font-size: 30px;
    color: #9b9b9b;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 45px; }
  section:not(.footer) .text-left p {
    text-align: left; }
  section:not(.footer) .text-justify p {
    text-align: justify; }
  section:not(.footer) p {
    text-align: center;
    color: #8c8c8c;
    font-family: Raleway Regular;
    font-size: 16px;
    line-height: 28px; }
    section:not(.footer) p li {
      list-style: none;
      color: #8c8c8c;
      font-family: Raleway Regular;
      font-size: 16px;
      line-height: 32px; }
      section:not(.footer) p li a {
        color: #8c8c8c;
        font-family: Raleway Regular;
        font-size: 16px;
        line-height: 32px; }
      section:not(.footer) p li:before {
        content: "\f3d3";
        font-family: 'Ionicons';
        font-size: 16px;
        float: left;
        margin-left: -17px;
        color: #998675; }
  section:not(.footer) blockquote,
  section:not(.footer) ol {
    color: #8c8c8c;
    font-family: Raleway Regular;
    font-size: 16px;
    line-height: 32px; }
  section:not(.footer) .section-item {
    margin-top: 20px;
    margin-bottom: 30px; }
    section:not(.footer) .section-item p {
      color: #8c8c8c;
      font-family: Raleway Regular;
      font-size: 16px;
      line-height: 28px; }
    section:not(.footer) .section-item .photo {
      width: 100%;
      min-height: 235px;
      background: #808080;
      position: relative;
      background-position: center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding-top: 66%; }
      section:not(.footer) .section-item .photo .caption {
        z-index: 10;
        position: absolute;
        background: transparent !important;
        bottom: 0px;
        padding: 15px 15px; }
        section:not(.footer) .section-item .photo .caption a {
          color: white; }
          section:not(.footer) .section-item .photo .caption a:visited {
            color: white; }
    section:not(.footer) .section-item .caption {
      /*background: $caption-bg-color;*/
      padding: 30px 15px;
      width: 100%; }
      section:not(.footer) .section-item .caption a {
        text-decoration: none;
        color: #808080;
        font-family: Montserrat;
        position: relative; }
        section:not(.footer) .section-item .caption a:visited {
          text-decoration: none;
          color: #808080;
          font-family: Montserrat;
          position: relative; }
      section:not(.footer) .section-item .caption:hover {
        background: #bbbab8; }
        section:not(.footer) .section-item .caption:hover a {
          text-decoration: none;
          color: #fafafa;
          font-family: Montserrat;
          position: relative; }
    section:not(.footer) .section-item .date {
      display: inline-block;
      border-radius: 3px;
      text-align: center;
      position: absolute;
      top: 15px;
      left: 30px;
      z-index: 1; }
      section:not(.footer) .section-item .date .day {
        background: #363636;
        font-family: Roboto Light;
        font-size: 24px;
        line-height: 20px;
        color: #ffffff;
        padding: 7px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px; }
      section:not(.footer) .section-item .date .month {
        background: #252525;
        font-family: Roboto Light;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
    section:not(.footer) .section-item.col-md-6 .carousel .carousel-inner .item {
      min-height: 235px;
      padding-top: 66%; }
    section:not(.footer) .section-item.col-md-6 .photo {
      min-height: 235px; }
    section:not(.footer) .section-item .carousel .carousel-inner .item {
      width: 100%;
      min-height: 235px;
      padding-top: 66%;
      margin: 0px;
      padding: 0px;
      background-position: center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    section:not(.footer) .section-item .carousel .carousel-inner .caption {
      background: transparent;
      font-family: Montserrat;
      padding: 15px;
      color: white;
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 1000;
      display: block; }
      section:not(.footer) .section-item .carousel .carousel-inner .caption a {
        text-decoration: none;
        color: white;
        font-family: Montserrat;
        position: relative; }
        section:not(.footer) .section-item .carousel .carousel-inner .caption a:hover {
          text-decoration: none;
          color: white;
          font-family: Montserrat;
          position: relative; }
        section:not(.footer) .section-item .carousel .carousel-inner .caption a:visited {
          text-decoration: none;
          color: white;
          font-family: Montserrat;
          position: relative; }
  section:not(.footer).multiple-image {
    /* Ipad Portrait and Landscape */
    /* Ipad Landscape */ }
    section:not(.footer).multiple-image h3 {
      text-align: center; }
    section:not(.footer).multiple-image .section-item {
      text-align: center; }
      section:not(.footer).multiple-image .section-item ul {
        display: none; }
    section:not(.footer).multiple-image .group-photo {
      position: relative;
      width: 100%;
      margin-top: 80px;
      overflow: hidden;
      margin-bottom: -90px; }
    section:not(.footer).multiple-image .photo-center,
    section:not(.footer).multiple-image .photo-left,
    section:not(.footer).multiple-image .photo-right,
    section:not(.footer).multiple-image .group-photo {
      /*background-color:green;*/
      min-height: 341px;
      height: auto; }
    section:not(.footer).multiple-image .photo-center,
    section:not(.footer).multiple-image .photo-left,
    section:not(.footer).multiple-image .photo-right {
      background-position: center;
      background-size: contain;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      /*max-width: 385px;*/
      width: 50%;
      min-width: 50%;
      position: absolute;
      padding-top: 33%; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      section:not(.footer).multiple-image {
        /*background-color:red;*/ }
        section:not(.footer).multiple-image .photo-center,
        section:not(.footer).multiple-image .photo-left,
        section:not(.footer).multiple-image .photo-right,
        section:not(.footer).multiple-image .group-photo {
          /*background-color:red;*/
          min-height: 230px;
          height: auto; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
      section:not(.footer).multiple-image .photo-right,
      section:not(.footer).multiple-image .photo-left {
        padding-top: 30%; } }
    section:not(.footer).multiple-image .photo-right,
    section:not(.footer).multiple-image .photo-left {
      z-index: 50;
      bottom: -80px; }
    section:not(.footer).multiple-image .photo-right {
      right: 0; }
    section:not(.footer).multiple-image .photo-center {
      /*display:none;*/
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      z-index: 100; }
    section:not(.footer).multiple-image .photo-left {
      left: 0; }
  section:not(.footer).section-page {
    padding-top: 100px; }
    section:not(.footer).section-page p {
      text-align: justify; }
    section:not(.footer).section-page .even {
      background: white;
      background-color: #f8fafb; }

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .photo-center,
  .photo-left,
  .photo-right,
  .group-photo {
    /*background-color: green;*/
    min-height: 85px !important;
    height: 85px !important; }
  .photo-center {
    width: 75%;
    min-width: 75%; }
  .photo-right,
  .photo-left {
    padding-top: 33%;
    bottom: -20px !important; } }

/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .photo-center,
  .photo-left,
  .photo-right,
  .group-photo {
    /*background-color: green;*/
    min-height: 80px !important;
    height: 80px !important; }
  .photo-right,
  .photo-left {
    padding-top: 33%;
    bottom: -20px !important; } }

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .photo-center,
  .photo-left,
  .photo-right,
  .group-photo {
    /*background-color: green;*/
    min-height: 105px !important;
    height: 105px !important; }
  .photo-right,
  .photo-left {
    padding-top: 33%;
    bottom: -10px !important; } }

/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .photo-center,
  .photo-left,
  .photo-right,
  .group-photo {
    /*background-color: green;*/
    min-height: 200px !important;
    height: 200px !important; }
  .photo-right,
  .photo-left {
    padding-top: 33%;
    bottom: -30px !important; } }

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .photo-center,
  .photo-left,
  .photo-right,
  .group-photo {
    /*background-color: green;*/
    min-height: 115px !important;
    height: 115px !important; }
  .photo-right,
  .photo-left {
    padding-top: 33%;
    bottom: -20px !important; } }

/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .photo-center,
  .photo-left,
  .photo-right,
  .group-photo {
    /*background-color: green;*/
    min-height: 225px !important;
    height: 225px !important; }
  .photo-right,
  .photo-left {
    padding-top: 33%;
    bottom: -30px !important; } }

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/*$theme-font-family:Lato Regular;
$theme-bold-font-family:Lato SemiBold;
$theme-extrabold-font-family:Lato ExtraBold;*/
/*$theme-bg-color:#998675;
$theme-secondary-bg-color:#fbfaf8;

$theme-font-family:Raleway Regular;
$theme-bold-font-family:Raleway SemiBold;
$theme-extrabold-font-family:Raleway ExtraBold;
$theme-color:#8c8c8c;
$theme-secondary-color:#8c8c8c;*/
.panel-default {
  margin-top: 40px;
  border-radius: 0px;
  border: none;
  box-shadow: none; }
  .panel-default > .panel-heading {
    border-radius: 0px;
    border: none;
    background: transparent;
    color: crimson;
    font-family: Raleway Regular;
    padding: 0px; }
    .panel-default > .panel-heading h3 {
      margin: 0px; }
  .panel-default .panel-body {
    margin: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px; }
    .panel-default .panel-body .list-group {
      margin: 0px;
      padding: 0px;
      border: none;
      border-radius: 0px; }
      .panel-default .panel-body .list-group .list-group-item {
        border: none;
        border-radius: 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .panel-default .panel-body .list-group .list-group-item:before {
          content: "\f3d3";
          font-family: 'Ionicons';
          font-size: 16px;
          float: left;
          margin-left: -17px;
          color: #9c8c8c; }
        .panel-default .panel-body .list-group .list-group-item a {
          border-radius: 0px;
          font-family: Raleway Regular;
          font-size: 16px;
          color: #9c8c8c; }

/*$theme-font-family:Lato Regular;
$theme-bold-font-family:Lato SemiBold;
$theme-extrabold-font-family:Lato ExtraBold;*/
/*$theme-bg-color:#998675;
$theme-secondary-bg-color:#fbfaf8;

$theme-font-family:Raleway Regular;
$theme-bold-font-family:Raleway SemiBold;
$theme-extrabold-font-family:Raleway ExtraBold;
$theme-color:#8c8c8c;
$theme-secondary-color:#8c8c8c;*/
.btn {
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Lato Regular; }

.btn-success {
  background: crimson;
  border: 1px solid crimson;
  color: white; }
  .btn-success:active {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }
  .btn-success:target {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }
  .btn-success:focus {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }
  .btn-success:hover {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }

.btn-default {
  background: crimson;
  border: 1px solid crimson;
  color: white; }
  .btn-default:active {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }
  .btn-default:target {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }
  .btn-default:focus {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }
  .btn-default:hover {
    background: crimson;
    border: 1px solid crimson;
    color: #fefefe; }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #998675;
  color: #998675; }

input[type="text"].form-control {
  border-radius: 0px;
  height: 42px;
  box-shadow: none; }

.jqte {
  box-shadow: none;
  border-color: #ccc;
  border-radius: 0px !important;
  margin-top: 0px;
  min-height: 236px; }

.jqte_editor {
  min-height: 236px !important; }

.jqte_toolbar {
  display: none; }

.steps {
  display: none;
  padding-left: 0;
  list-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px; }
  .steps strong {
    font-family: Montserrat;
    font-size: 12px;
    display: block;
    line-height: 1; }
  .steps span {
    font-size: 15px;
    font-family: Montserrat;
    color: #808080; }
  .steps > li {
    position: relative;
    display: block;
    padding: 12px 50px 8px 50px;
    width: 33%;
    height: 60px; }

.users-list li {
  list-style: none;
  display: inline-block;
  padding: 15px; }

.users-list-name {
  margin-top: 10px;
  display: block;
  font-family: Montserrat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.users-list-date {
  display: block;
  font-family: Montserrat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 768px) {
  .steps {
    display: block; }
    .steps > li {
      float: left; }
    .steps .past {
      color: #666;
      background: #ececec; }
    .steps .present {
      color: #000; }
    .steps .future {
      color: #777;
      background: #efefef; }
    .steps li > span:after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      top: 0;
      left: 0;
      border: solid transparent;
      border-left-color: #f0f0f0;
      border-width: 30px;
      top: -5px;
      z-index: 1;
      border-left-color: white;
      border-width: 34px; }
    .steps li > span:before {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      top: 0;
      left: 0;
      border: solid transparent;
      border-left-color: #f0f0f0;
      border-width: 30px;
      z-index: 2; }
    .steps li:first-child > span:after {
      display: none; }
    .steps li:first-child > span:before {
      display: none; }
    .steps li:first-child i {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: solid transparent;
      border-left-color: white;
      border-width: 30px; }
    .steps li:last-child i {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: solid transparent;
      border-left-color: white;
      border-width: 30px;
      left: auto;
      right: -30px;
      border-left-color: transparent;
      border-top-color: white;
      border-bottom-color: white; }
    .steps li.past + li > span:before {
      border-left-color: #ececec; }
    .steps li.present + li > span:before {
      border-left-color: #fff; }
    .steps li.future + li > span:before {
      border-left-color: #efefef; } }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  background-color: #CCC;
  margin: 0px;
  padding: 0px;
  -webkit-overflow-scrolling: touch; }

.image-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: black; }

.gradient-chrome {
  background: -moz-linear-gradient(top, rgba(55, 5, 107, 0.2) 0%, rgba(255, 1, 252, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(55, 5, 107, 0.2) 0%, rgba(255, 1, 252, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(55, 5, 107, 0.2) 0%, rgba(255, 1, 252, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a637056b', endColorstr='#00ff01fc', GradientType=0 ); }

.gradient-simple {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); }

