html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0; }

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

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, #countdown .countdown-amount, h4, h5, h6, th, td, caption {
  font-weight: normal; }

img {
  border: 0; }

.clearfix, .container:before,
.container:after, .grid:before,
.grid:after {
  display: table;
  content: " ";
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.show {
  display: block !important; }

.hidden {
  display: none !important; }

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
/*
@mixin changeColors($button-color) {
  #register-button {
    background: $button-color;
    &:focus { background: $button-color; }
    &:hover { background: lighten($button-color, $button-lighten-amount); }
    &:active { background: darken($button-color, $button-darken-amount); }
  }
  #hamburger-icon {
    color: $button-color;
  }
}

body.color-thin     { @include changeColors($color-button-thin); }
body.color-tiger    { @include changeColors($color-button-tiger); }
body.color-airplane { @include changeColors($color-button-airplane); }
*/
html, button, input, select, textarea {
  font-family: Open Sans, sans-serif;
  color: #434A54;
  line-height: 1.4; }

h1, h2, h3, #countdown .countdown-amount, h4, h5, h6,
p, li, a {
  margin: 0;
  font-weight: 300;
  margin-bottom: 1rem; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.25rem; }

h3, #countdown .countdown-amount {
  font-size: 1.875rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1rem;
  font-weight: 400; }

h6 {
  font-size: 0.75rem;
  font-weight: 400; }

p, li, a {
  font-size: 1.25rem; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

li {
  margin-bottom: 0.5rem; }

ul, ol {
  margin-bottom: 2rem;
  text-align: left; }

p {
  margin-bottom: 1.5rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem; }

  h2 {
    font-size: 1.5rem; }

  h3, #countdown .countdown-amount {
    font-size: 1.25rem; }

  h4 {
    font-size: 1rem; }

  h5 {
    font-size: 0.875rem; }

  h6 {
    font-size: 0.75rem; }

  p, li, a {
    font-size: 1.125rem; } }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html,
body {
  background: #fff; }

.body-wrapper {
  position: absolute;
  width: 100%; }

header,
footer,
section {
  position: relative;
  zoom: 1;
  width: 100%;
  padding: 48px 0;
  background-position: center center; }

@media (max-width: 767px) {
  section {
    padding: 2rem 0; } }
#content {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #fff; }

@media (max-width: 767px) {
  header + #content {
    position: absolute;
    top: 5rem; }

  .animation-styles {
    -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
    transition: all 0.2s cubic-bezier(1, 0, 0, 1); } }
img {
  display: block; }

.container {
  position: relative;
  max-width: 952px;
  margin-right: auto;
  margin-left: auto;
  word-wrap: break-word;
  padding-right: 20px;
  padding-left: 20px; }
  .container--fluid {
    width: 100%;
    max-width: 100%; }

.grid {
  font-size: 0;
  margin-right: -10px;
  margin-left: -10px; }
  .grid > [class*="col"] {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    zoom: 1;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top; }
  .grid--flush {
    margin-right: 0;
    margin-left: 0; }
    .grid--flush > [class*="col"] {
      padding-right: 0;
      padding-left: 0; }

[class*="col"] {
  width: 100%; }

.col-xs-9-10 {
  width: 90%; }

.col-xs-7-8 {
  width: 87.5%; }

.col-xs-5-6 {
  width: 83.3333333%; }

.col-xs-4-5 {
  width: 80%; }

.col-xs-3-4 {
  width: 75%; }

.col-xs-7-10 {
  width: 70%; }

.col-xs-2-3 {
  width: 66.6666666%; }

.col-xs-5-8 {
  width: 62.5%; }

.col-xs-3-5 {
  width: 60%; }

.col-xs-1-2 {
  width: 50%; }

.col-xs-2-5 {
  width: 40%; }

.col-xs-3-8 {
  width: 37.5%; }

.col-xs-1-3 {
  width: 33.3333333%; }

.col-xs-3-10 {
  width: 30%; }

.col-xs-1-4 {
  width: 25%; }

.col-xs-1-5 {
  width: 20%; }

.col-xs-1-6 {
  width: 16.6666667%; }

.col-xs-1-8 {
  width: 12.5%; }

.col-xs-1-10 {
  width: 10%; }

.col-xs-offset-9-10 {
  margin-left: 90%; }

.col-xs-offset-7-8 {
  margin-left: 87.5%; }

.col-xs-offset-5-6 {
  margin-left: 83.3333333%; }

.col-xs-offset-4-5 {
  margin-left: 80%; }

.col-xs-offset-3-4 {
  margin-left: 75%; }

.col-xs-offset-7-10 {
  margin-left: 70%; }

.col-xs-offset-2-3 {
  margin-left: 66.6666666%; }

.col-xs-offset-5-8 {
  margin-left: 62.5%; }

.col-xs-offset-3-5 {
  margin-left: 60%; }

.col-xs-offset-1-2 {
  margin-left: 50%; }

.col-xs-offset-2-5 {
  margin-left: 40%; }

.col-xs-offset-3-8 {
  margin-left: 37.5%; }

.col-xs-offset-1-3 {
  margin-left: 33.3333333%; }

.col-xs-offset-3-10 {
  margin-left: 30%; }

.col-xs-offset-1-4 {
  margin-left: 25%; }

.col-xs-offset-1-5 {
  margin-left: 20%; }

.col-xs-offset-1-6 {
  margin-left: 16.6666667%; }

.col-xs-offset-1-8 {
  margin-left: 12.5%; }

.col-xs-offset-1-10 {
  margin-left: 10%; }

.col-xs-push-9-10 {
  left: 90%; }

.col-xs-push-7-8 {
  left: 87.5%; }

.col-xs-push-5-6 {
  left: 83.3333333%; }

.col-xs-push-4-5 {
  left: 80%; }

.col-xs-push-3-4 {
  left: 75%; }

.col-xs-push-7-10 {
  left: 70%; }

.col-xs-push-2-3 {
  left: 66.6666666%; }

.col-xs-push-5-8 {
  left: 62.5%; }

.col-xs-push-3-5 {
  left: 60%; }

.col-xs-push-1-2 {
  left: 50%; }

.col-xs-push-2-5 {
  left: 40%; }

.col-xs-push-3-8 {
  left: 37.5%; }

.col-xs-push-1-3 {
  left: 33.3333333%; }

.col-xs-push-3-10 {
  left: 30%; }

.col-xs-push-1-4 {
  left: 25%; }

.col-xs-push-1-5 {
  left: 20%; }

.col-xs-push-1-6 {
  left: 16.6666667%; }

.col-xs-push-1-8 {
  left: 12.5%; }

.col-xs-push-1-10 {
  left: 10%; }

.col-xs-pull-9-10 {
  right: 90%; }

.col-xs-pull-7-8 {
  right: 87.5%; }

.col-xs-pull-5-6 {
  right: 83.3333333%; }

.col-xs-pull-4-5 {
  right: 80%; }

.col-xs-pull-3-4 {
  right: 75%; }

.col-xs-pull-7-10 {
  right: 70%; }

.col-xs-pull-2-3 {
  right: 66.6666666%; }

.col-xs-pull-5-8 {
  right: 62.5%; }

.col-xs-pull-3-5 {
  right: 60%; }

.col-xs-pull-1-2 {
  right: 50%; }

.col-xs-pull-2-5 {
  right: 40%; }

.col-xs-pull-3-8 {
  right: 37.5%; }

.col-xs-pull-1-3 {
  right: 33.3333333%; }

.col-xs-pull-3-10 {
  right: 30%; }

.col-xs-pull-1-4 {
  right: 25%; }

.col-xs-pull-1-5 {
  right: 20%; }

.col-xs-pull-1-6 {
  right: 16.6666667%; }

.col-xs-pull-1-8 {
  right: 12.5%; }

.col-xs-pull-1-10 {
  right: 10%; }

@media (min-width: 480px) {
  .col-sm-9-10 {
    width: 90%; }

  .col-sm-7-8 {
    width: 87.5%; }

  .col-sm-5-6 {
    width: 83.3333333%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-3-4 {
    width: 75%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-2-3 {
    width: 66.6666666%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-1-2 {
    width: 50%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-1-3 {
    width: 33.3333333%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-1-4 {
    width: 25%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-1-6 {
    width: 16.6666667%; }

  .col-sm-1-8 {
    width: 12.5%; }

  .col-sm-1-10 {
    width: 10%; }

  .col-sm-offset-9-10 {
    margin-left: 90%; }

  .col-sm-offset-7-8 {
    margin-left: 87.5%; }

  .col-sm-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-sm-offset-4-5 {
    margin-left: 80%; }

  .col-sm-offset-3-4 {
    margin-left: 75%; }

  .col-sm-offset-7-10 {
    margin-left: 70%; }

  .col-sm-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-sm-offset-5-8 {
    margin-left: 62.5%; }

  .col-sm-offset-3-5 {
    margin-left: 60%; }

  .col-sm-offset-1-2 {
    margin-left: 50%; }

  .col-sm-offset-2-5 {
    margin-left: 40%; }

  .col-sm-offset-3-8 {
    margin-left: 37.5%; }

  .col-sm-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-sm-offset-3-10 {
    margin-left: 30%; }

  .col-sm-offset-1-4 {
    margin-left: 25%; }

  .col-sm-offset-1-5 {
    margin-left: 20%; }

  .col-sm-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-sm-offset-1-8 {
    margin-left: 12.5%; }

  .col-sm-offset-1-10 {
    margin-left: 10%; }

  .col-sm-push-9-10 {
    left: 90%; }

  .col-sm-push-7-8 {
    left: 87.5%; }

  .col-sm-push-5-6 {
    left: 83.3333333%; }

  .col-sm-push-4-5 {
    left: 80%; }

  .col-sm-push-3-4 {
    left: 75%; }

  .col-sm-push-7-10 {
    left: 70%; }

  .col-sm-push-2-3 {
    left: 66.6666666%; }

  .col-sm-push-5-8 {
    left: 62.5%; }

  .col-sm-push-3-5 {
    left: 60%; }

  .col-sm-push-1-2 {
    left: 50%; }

  .col-sm-push-2-5 {
    left: 40%; }

  .col-sm-push-3-8 {
    left: 37.5%; }

  .col-sm-push-1-3 {
    left: 33.3333333%; }

  .col-sm-push-3-10 {
    left: 30%; }

  .col-sm-push-1-4 {
    left: 25%; }

  .col-sm-push-1-5 {
    left: 20%; }

  .col-sm-push-1-6 {
    left: 16.6666667%; }

  .col-sm-push-1-8 {
    left: 12.5%; }

  .col-sm-push-1-10 {
    left: 10%; }

  .col-sm-pull-9-10 {
    right: 90%; }

  .col-sm-pull-7-8 {
    right: 87.5%; }

  .col-sm-pull-5-6 {
    right: 83.3333333%; }

  .col-sm-pull-4-5 {
    right: 80%; }

  .col-sm-pull-3-4 {
    right: 75%; }

  .col-sm-pull-7-10 {
    right: 70%; }

  .col-sm-pull-2-3 {
    right: 66.6666666%; }

  .col-sm-pull-5-8 {
    right: 62.5%; }

  .col-sm-pull-3-5 {
    right: 60%; }

  .col-sm-pull-1-2 {
    right: 50%; }

  .col-sm-pull-2-5 {
    right: 40%; }

  .col-sm-pull-3-8 {
    right: 37.5%; }

  .col-sm-pull-1-3 {
    right: 33.3333333%; }

  .col-sm-pull-3-10 {
    right: 30%; }

  .col-sm-pull-1-4 {
    right: 25%; }

  .col-sm-pull-1-5 {
    right: 20%; }

  .col-sm-pull-1-6 {
    right: 16.6666667%; }

  .col-sm-pull-1-8 {
    right: 12.5%; }

  .col-sm-pull-1-10 {
    right: 10%; } }
@media (min-width: 768px) {
  .col-md-9-10 {
    width: 90%; }

  .col-md-7-8 {
    width: 87.5%; }

  .col-md-5-6 {
    width: 83.3333333%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-3-4 {
    width: 75%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-2-3 {
    width: 66.6666666%; }

  .col-md-5-8 {
    width: 62.5%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-1-2 {
    width: 50%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-8 {
    width: 37.5%; }

  .col-md-1-3 {
    width: 33.3333333%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-1-4 {
    width: 25%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-1-6 {
    width: 16.6666667%; }

  .col-md-1-8 {
    width: 12.5%; }

  .col-md-1-10 {
    width: 10%; }

  .col-md-offset-9-10 {
    margin-left: 90%; }

  .col-md-offset-7-8 {
    margin-left: 87.5%; }

  .col-md-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-md-offset-4-5 {
    margin-left: 80%; }

  .col-md-offset-3-4 {
    margin-left: 75%; }

  .col-md-offset-7-10 {
    margin-left: 70%; }

  .col-md-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-md-offset-5-8 {
    margin-left: 62.5%; }

  .col-md-offset-3-5 {
    margin-left: 60%; }

  .col-md-offset-1-2 {
    margin-left: 50%; }

  .col-md-offset-2-5 {
    margin-left: 40%; }

  .col-md-offset-3-8 {
    margin-left: 37.5%; }

  .col-md-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-md-offset-3-10 {
    margin-left: 30%; }

  .col-md-offset-1-4 {
    margin-left: 25%; }

  .col-md-offset-1-5 {
    margin-left: 20%; }

  .col-md-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-md-offset-1-8 {
    margin-left: 12.5%; }

  .col-md-offset-1-10 {
    margin-left: 10%; }

  .col-md-push-9-10 {
    left: 90%; }

  .col-md-push-7-8 {
    left: 87.5%; }

  .col-md-push-5-6 {
    left: 83.3333333%; }

  .col-md-push-4-5 {
    left: 80%; }

  .col-md-push-3-4 {
    left: 75%; }

  .col-md-push-7-10 {
    left: 70%; }

  .col-md-push-2-3 {
    left: 66.6666666%; }

  .col-md-push-5-8 {
    left: 62.5%; }

  .col-md-push-3-5 {
    left: 60%; }

  .col-md-push-1-2 {
    left: 50%; }

  .col-md-push-2-5 {
    left: 40%; }

  .col-md-push-3-8 {
    left: 37.5%; }

  .col-md-push-1-3 {
    left: 33.3333333%; }

  .col-md-push-3-10 {
    left: 30%; }

  .col-md-push-1-4 {
    left: 25%; }

  .col-md-push-1-5 {
    left: 20%; }

  .col-md-push-1-6 {
    left: 16.6666667%; }

  .col-md-push-1-8 {
    left: 12.5%; }

  .col-md-push-1-10 {
    left: 10%; }

  .col-md-pull-9-10 {
    right: 90%; }

  .col-md-pull-7-8 {
    right: 87.5%; }

  .col-md-pull-5-6 {
    right: 83.3333333%; }

  .col-md-pull-4-5 {
    right: 80%; }

  .col-md-pull-3-4 {
    right: 75%; }

  .col-md-pull-7-10 {
    right: 70%; }

  .col-md-pull-2-3 {
    right: 66.6666666%; }

  .col-md-pull-5-8 {
    right: 62.5%; }

  .col-md-pull-3-5 {
    right: 60%; }

  .col-md-pull-1-2 {
    right: 50%; }

  .col-md-pull-2-5 {
    right: 40%; }

  .col-md-pull-3-8 {
    right: 37.5%; }

  .col-md-pull-1-3 {
    right: 33.3333333%; }

  .col-md-pull-3-10 {
    right: 30%; }

  .col-md-pull-1-4 {
    right: 25%; }

  .col-md-pull-1-5 {
    right: 20%; }

  .col-md-pull-1-6 {
    right: 16.6666667%; }

  .col-md-pull-1-8 {
    right: 12.5%; }

  .col-md-pull-1-10 {
    right: 10%; } }
@media (min-width: 992px) {
  .col-lg-9-10 {
    width: 90%; }

  .col-lg-7-8 {
    width: 87.5%; }

  .col-lg-5-6 {
    width: 83.3333333%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-3-4 {
    width: 75%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-2-3 {
    width: 66.6666666%; }

  .col-lg-5-8 {
    width: 62.5%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-1-2 {
    width: 50%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-8 {
    width: 37.5%; }

  .col-lg-1-3 {
    width: 33.3333333%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-1-4 {
    width: 25%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-1-6 {
    width: 16.6666667%; }

  .col-lg-1-8 {
    width: 12.5%; }

  .col-lg-1-10 {
    width: 10%; }

  .col-lg-offset-9-10 {
    margin-left: 90%; }

  .col-lg-offset-7-8 {
    margin-left: 87.5%; }

  .col-lg-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-lg-offset-4-5 {
    margin-left: 80%; }

  .col-lg-offset-3-4 {
    margin-left: 75%; }

  .col-lg-offset-7-10 {
    margin-left: 70%; }

  .col-lg-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-lg-offset-5-8 {
    margin-left: 62.5%; }

  .col-lg-offset-3-5 {
    margin-left: 60%; }

  .col-lg-offset-1-2 {
    margin-left: 50%; }

  .col-lg-offset-2-5 {
    margin-left: 40%; }

  .col-lg-offset-3-8 {
    margin-left: 37.5%; }

  .col-lg-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-lg-offset-3-10 {
    margin-left: 30%; }

  .col-lg-offset-1-4 {
    margin-left: 25%; }

  .col-lg-offset-1-5 {
    margin-left: 20%; }

  .col-lg-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-lg-offset-1-8 {
    margin-left: 12.5%; }

  .col-lg-offset-1-10 {
    margin-left: 10%; }

  .col-lg-push-9-10 {
    left: 90%; }

  .col-lg-push-7-8 {
    left: 87.5%; }

  .col-lg-push-5-6 {
    left: 83.3333333%; }

  .col-lg-push-4-5 {
    left: 80%; }

  .col-lg-push-3-4 {
    left: 75%; }

  .col-lg-push-7-10 {
    left: 70%; }

  .col-lg-push-2-3 {
    left: 66.6666666%; }

  .col-lg-push-5-8 {
    left: 62.5%; }

  .col-lg-push-3-5 {
    left: 60%; }

  .col-lg-push-1-2 {
    left: 50%; }

  .col-lg-push-2-5 {
    left: 40%; }

  .col-lg-push-3-8 {
    left: 37.5%; }

  .col-lg-push-1-3 {
    left: 33.3333333%; }

  .col-lg-push-3-10 {
    left: 30%; }

  .col-lg-push-1-4 {
    left: 25%; }

  .col-lg-push-1-5 {
    left: 20%; }

  .col-lg-push-1-6 {
    left: 16.6666667%; }

  .col-lg-push-1-8 {
    left: 12.5%; }

  .col-lg-push-1-10 {
    left: 10%; }

  .col-lg-pull-9-10 {
    right: 90%; }

  .col-lg-pull-7-8 {
    right: 87.5%; }

  .col-lg-pull-5-6 {
    right: 83.3333333%; }

  .col-lg-pull-4-5 {
    right: 80%; }

  .col-lg-pull-3-4 {
    right: 75%; }

  .col-lg-pull-7-10 {
    right: 70%; }

  .col-lg-pull-2-3 {
    right: 66.6666666%; }

  .col-lg-pull-5-8 {
    right: 62.5%; }

  .col-lg-pull-3-5 {
    right: 60%; }

  .col-lg-pull-1-2 {
    right: 50%; }

  .col-lg-pull-2-5 {
    right: 40%; }

  .col-lg-pull-3-8 {
    right: 37.5%; }

  .col-lg-pull-1-3 {
    right: 33.3333333%; }

  .col-lg-pull-3-10 {
    right: 30%; }

  .col-lg-pull-1-4 {
    right: 25%; }

  .col-lg-pull-1-5 {
    right: 20%; }

  .col-lg-pull-1-6 {
    right: 16.6666667%; }

  .col-lg-pull-1-8 {
    right: 12.5%; }

  .col-lg-pull-1-10 {
    right: 10%; } }
@media (min-width: 1200px) {
  .col-xl-9-10 {
    width: 90%; }

  .col-xl-7-8 {
    width: 87.5%; }

  .col-xl-5-6 {
    width: 83.3333333%; }

  .col-xl-4-5 {
    width: 80%; }

  .col-xl-3-4 {
    width: 75%; }

  .col-xl-7-10 {
    width: 70%; }

  .col-xl-2-3 {
    width: 66.6666666%; }

  .col-xl-5-8 {
    width: 62.5%; }

  .col-xl-3-5 {
    width: 60%; }

  .col-xl-1-2 {
    width: 50%; }

  .col-xl-2-5 {
    width: 40%; }

  .col-xl-3-8 {
    width: 37.5%; }

  .col-xl-1-3 {
    width: 33.3333333%; }

  .col-xl-3-10 {
    width: 30%; }

  .col-xl-1-4 {
    width: 25%; }

  .col-xl-1-5 {
    width: 20%; }

  .col-xl-1-6 {
    width: 16.6666667%; }

  .col-xl-1-8 {
    width: 12.5%; }

  .col-xl-1-10 {
    width: 10%; }

  .col-xl-offset-9-10 {
    margin-left: 90%; }

  .col-xl-offset-7-8 {
    margin-left: 87.5%; }

  .col-xl-offset-5-6 {
    margin-left: 83.3333333%; }

  .col-xl-offset-4-5 {
    margin-left: 80%; }

  .col-xl-offset-3-4 {
    margin-left: 75%; }

  .col-xl-offset-7-10 {
    margin-left: 70%; }

  .col-xl-offset-2-3 {
    margin-left: 66.6666666%; }

  .col-xl-offset-5-8 {
    margin-left: 62.5%; }

  .col-xl-offset-3-5 {
    margin-left: 60%; }

  .col-xl-offset-1-2 {
    margin-left: 50%; }

  .col-xl-offset-2-5 {
    margin-left: 40%; }

  .col-xl-offset-3-8 {
    margin-left: 37.5%; }

  .col-xl-offset-1-3 {
    margin-left: 33.3333333%; }

  .col-xl-offset-3-10 {
    margin-left: 30%; }

  .col-xl-offset-1-4 {
    margin-left: 25%; }

  .col-xl-offset-1-5 {
    margin-left: 20%; }

  .col-xl-offset-1-6 {
    margin-left: 16.6666667%; }

  .col-xl-offset-1-8 {
    margin-left: 12.5%; }

  .col-xl-offset-1-10 {
    margin-left: 10%; }

  .col-xl-push-9-10 {
    left: 90%; }

  .col-xl-push-7-8 {
    left: 87.5%; }

  .col-xl-push-5-6 {
    left: 83.3333333%; }

  .col-xl-push-4-5 {
    left: 80%; }

  .col-xl-push-3-4 {
    left: 75%; }

  .col-xl-push-7-10 {
    left: 70%; }

  .col-xl-push-2-3 {
    left: 66.6666666%; }

  .col-xl-push-5-8 {
    left: 62.5%; }

  .col-xl-push-3-5 {
    left: 60%; }

  .col-xl-push-1-2 {
    left: 50%; }

  .col-xl-push-2-5 {
    left: 40%; }

  .col-xl-push-3-8 {
    left: 37.5%; }

  .col-xl-push-1-3 {
    left: 33.3333333%; }

  .col-xl-push-3-10 {
    left: 30%; }

  .col-xl-push-1-4 {
    left: 25%; }

  .col-xl-push-1-5 {
    left: 20%; }

  .col-xl-push-1-6 {
    left: 16.6666667%; }

  .col-xl-push-1-8 {
    left: 12.5%; }

  .col-xl-push-1-10 {
    left: 10%; }

  .col-xl-pull-9-10 {
    right: 90%; }

  .col-xl-pull-7-8 {
    right: 87.5%; }

  .col-xl-pull-5-6 {
    right: 83.3333333%; }

  .col-xl-pull-4-5 {
    right: 80%; }

  .col-xl-pull-3-4 {
    right: 75%; }

  .col-xl-pull-7-10 {
    right: 70%; }

  .col-xl-pull-2-3 {
    right: 66.6666666%; }

  .col-xl-pull-5-8 {
    right: 62.5%; }

  .col-xl-pull-3-5 {
    right: 60%; }

  .col-xl-pull-1-2 {
    right: 50%; }

  .col-xl-pull-2-5 {
    right: 40%; }

  .col-xl-pull-3-8 {
    right: 37.5%; }

  .col-xl-pull-1-3 {
    right: 33.3333333%; }

  .col-xl-pull-3-10 {
    right: 30%; }

  .col-xl-pull-1-4 {
    right: 25%; }

  .col-xl-pull-1-5 {
    right: 20%; }

  .col-xl-pull-1-6 {
    right: 16.6666667%; }

  .col-xl-pull-1-8 {
    right: 12.5%; }

  .col-xl-pull-1-10 {
    right: 10%; } }
.button-default {
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding: 1rem 4rem;
  white-space: normal;
  color: #fff;
  background-color: #3498db;
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1); }
  .button-default:focus {
    background-color: #3498db; }
  .button-default:hover {
    background-color: #5faee3; }
  .button-default:active {
    background-color: #217dbb; }

@media (max-width: 767px) {
  .button-block-mobile {
    display: block;
    padding: 1rem;
    width: 100%; } }
.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); }

.label-styles, label, .radio-buttons-field .radio label, .checkbox-field input + label {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  cursor: pointer;
  vertical-align: top;
  color: #bdc3c7; }

.radio-checkbox-styles, .radio-buttons-field .radio label:before, .checkbox-field input + label:before {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  content: "";
  border: 2px solid #bdc3c7; }

form {
  text-align: left; }

.form-control {
  margin-bottom: 16px; }

.radio-buttons-field > label:first-of-type {
  display: block;
  margin-bottom: 20px; }

.input-item {
  margin-bottom: 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 50px;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  color: #434a54;
  border: 2px solid #bdc3c7;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #3498db;
  outline: none; }

*::-webkit-input-placeholder {
  color: #bdc3c7; }

*:-moz-placeholder {
  color: #bdc3c7; }

*::-moz-placeholder {
  color: #bdc3c7; }

*:-ms-input-placeholder {
  color: #bdc3c7; }

.parsley-errors-list {
  margin: 0;
  color: red; }

.parsley-errors-list.filled {
  margin: 20px 0; }

textarea {
  height: 100px;
  resize: vertical; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.country-field,
.select-box-field {
  position: relative; }

.country-field:after,
.select-box-field:after {
  font-family: "FontAwesome";
  font-size: 1.5rem;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 10px;
  height: 50px;
  content: "\f0d7";
  pointer-events: none;
  color: #434a54; }

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden; }

.radio-buttons-field .radio {
  position: relative;
  margin-bottom: 16px; }
  .radio-buttons-field .radio label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .radio-buttons-field .radio input[type=radio] + span:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    content: "";
    background-color: #3498db;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .radio-buttons-field .radio input[type=radio]:checked + span:after {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden; }

.checkbox-field {
  position: relative; }

.checkbox-field input + label:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

input[type=checkbox] + span:after {
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 2px;
  content: "\f00c";
  color: #3498db;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
  -o-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0, 1.5);
  transition: all 0.2s cubic-bezier(1, 0, 0, 1.5); }

input[type=checkbox]:checked + span:after {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.hamburger-container {
  width: 1.5rem;
  margin-left: 15px;
  height: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  float: right; }
  .hamburger-container .hamburger {
    width: 100%;
    height: 1.5rem;
    top: 0.75rem;
    position: relative; }
    .hamburger-container .hamburger .slice {
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: #434a54;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .hamburger-container .hamburger #slice-2, .hamburger-container .hamburger #slice-3 {
      top: 10px; }
    .hamburger-container .hamburger #slice-4 {
      top: 20px; }
  .hamburger-container.opened .hamburger #slice-1, .hamburger-container.opened .hamburger #slice-4 {
    opacity: 0; }
  .hamburger-container.opened .hamburger #slice-1 {
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  .hamburger-container.opened .hamburger #slice-4 {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  .hamburger-container.opened .hamburger #slice-2 {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger-container.opened .hamburger #slice-3 {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.hamburger-container:hover .hamburger .slice {
  background-color: #3498db; }

#countdown {
  text-align: center;
  background-size: cover; }
  #countdown .color-overlay {
    background-color: rgba(255, 255, 255, 0.5); }
  #countdown .countdown-container {
    max-width: 500px; }
  #countdown .countdown-title {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #bdc3c7; }
  #countdown .countdown-title.main-title {
    color: #bdc3c7; }
  #countdown .countdown-amount {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: -5px;
    color: #434a54; }
  #countdown .countdown-item-container {
    padding: 0; }
  #countdown .countdown-item {
    display: inline-block;
    zoom: 1;
    width: 6.5rem;
    height: 6.5rem;
    margin: 0;
    text-align: center;
    border: 4px solid #bdc3c7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

@media (max-width: 479px) {
  #countdown .countdown-container {
    max-width: 260px; }
  #countdown .countdown-item.first {
    margin-bottom: 1rem; } }
#cta {
  text-align: center;
  background-size: cover; }
  #cta .color-overlay {
    background-color: rgba(255, 255, 255, 0.5); }
  #cta #cta-button {
    display: none;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #3498db; }
  #cta #cta-text {
    max-width: 60rem;
    margin-top: 3rem;
    text-align: left; }
    #cta #cta-text > * {
      color: #434a54; }
    #cta #cta-text :last-child {
      margin-bottom: 0; }

footer {
  text-align: center;
  background-size: cover; }
  footer .color-overlay {
    background-color: rgba(255, 255, 255, 0.5); }
  footer .footer-links {
    margin-bottom: 1.5rem; }
    footer .footer-links .footer-link {
      text-decoration: none;
      color: #bdc3c7;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
    footer .footer-links .footer-link:hover,
    footer .footer-links .footer-link:focus {
      color: #3498db; }
    footer .footer-links .separator {
      color: #bdc3c7;
      margin: 0 6px; }
  footer .footer-text {
    margin-bottom: 0;
    color: #bdc3c7; }

@media (max-width: 767px) {
  footer .footer-links .footer-link {
    display: block;
    margin: 0; } }
.form {
  background-size: cover; }
  .form .color-overlay {
    background-color: rgba(255, 255, 255, 0.5); }
  .form #form-button {
    display: block;
    margin: 40px auto 0;
    color: #ffffff;
    background-color: #3498db; }

header {
  position: relative;
  padding: 1rem 0;
  background-size: cover; }
  header .color-overlay {
    background-color: #ffffff; }
  header .header-container {
    height: 4rem; }
  header .avatar {
    cursor: pointer;
    border-radius: 50%;
    width: auto;
    max-width: 250px;
    max-height: 3rem;
    margin-top: 0.5rem;
    margin-left: 290px; }
  header .fa.fa-caret-down {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #434a54;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  header .current-site-user:hover .fa.fa-caret-down, header .current-site-user:focus .fa.fa-caret-down {
    color: #3498db; }
  header .header-user {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #ffffff;
    z-index: 999999999; }
    header .header-user a {
      display: block;
      line-height: 4rem;
      height: 4rem;
      margin-bottom: 0;
      text-align: center;
      text-decoration: none;
      color: #434a54;
      padding: 0 15px;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
      header .header-user a:hover, header .header-user a:focus {
        color: #3498db; }
  header #user-logo {
    position: relative;
    top: 50%;
    float: left;
    width: auto;
    max-width: 20rem;
    max-height: 4rem;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  header #navigation-items {
    position: relative;
    float: right; }
    header #navigation-items .nav-link {
      line-height: 4rem;
      float: left;
      height: 4rem;
      padding-left: 1.25rem;
      text-decoration: none;
      color: #434a54;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
    header #navigation-items .nav-link:hover,
    header #navigation-items .nav-link:focus {
      color: #3498db; }

@media (max-width: 767px) {
  header {
    overflow: hidden; }
    header .header-container {
      height: 3rem; }
    header #user-logo {
      max-width: 15rem;
      max-height: 3rem; }
    header #navigation-items {
      width: 100%;
      padding: 20px 0;
      text-align: center; }
      header #navigation-items .nav-link {
        line-height: 3rem;
        display: block;
        width: 100%;
        height: 3rem;
        padding: 0; }
      header #navigation-items .nav-link:last-child {
        margin: 0; } }
#social {
  background-size: cover; }
  #social .color-overlay {
    background-color: rgba(255, 255, 255, 0.5); }
  #social #social-text {
    margin-bottom: 3rem;
    text-align: center; }
    #social #social-text > * {
      color: #434a54; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  min-width: 100% !important; }

.chatroll {
  width: 100%;
  height: 600px; }

#video {
  text-align: center;
  background-size: cover; }
  #video .color-overlay {
    background-color: rgba(255, 255, 255, 0.5); }
  #video #video-text {
    margin-bottom: 3rem; }
    #video #video-text > * {
      color: #434a54; }
  #video .video-container {
    position: relative;
    height: auto; }
  #video .video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000; }
    #video .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
