/* BASICS                                                                                        BASICS */
/* ---------------------------------------------------------------------------------------------------- */
/* XXS COLUMNS                                                                              XXS COLUMNS */
/* ---------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

@media screen and (max-width: 480px) {
  .col-xxs-pull-12 {
    right: 100%; }

  .col-xxs-pull-11 {
    right: 91.66666667%; }

  .col-xxs-pull-10 {
    right: 83.33333333%; }

  .col-xxs-pull-9 {
    right: 75%; }

  .col-xxs-pull-8 {
    right: 66.66666667%; }

  .col-xxs-pull-7 {
    right: 58.33333333%; }

  .col-xxs-pull-6 {
    right: 50%; }

  .col-xxs-pull-5 {
    right: 41.66666667%; }

  .col-xxs-pull-4 {
    right: 33.33333333%; }

  .col-xxs-pull-3 {
    right: 25%; }

  .col-xxs-pull-2 {
    right: 16.66666667%; }

  .col-xxs-pull-1 {
    right: 8.33333333%; }

  .col-xxs-pull-0 {
    right: auto; }

  .col-xxs-push-12 {
    left: 100%; }

  .col-xxs-push-11 {
    left: 91.66666667%; }

  .col-xxs-push-10 {
    left: 83.33333333%; }

  .col-xxs-push-9 {
    left: 75%; }

  .col-xxs-push-8 {
    left: 66.66666667%; }

  .col-xxs-push-7 {
    left: 58.33333333%; }

  .col-xxs-push-6 {
    left: 50%; }

  .col-xxs-push-5 {
    left: 41.66666667%; }

  .col-xxs-push-4 {
    left: 33.33333333%; }

  .col-xxs-push-3 {
    left: 25%; }

  .col-xxs-push-2 {
    left: 16.66666667%; }

  .col-xxs-push-1 {
    left: 8.33333333%; }

  .col-xxs-push-0 {
    left: auto; }

  .col-xxs-offset-12 {
    margin-left: 100%; }

  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }

  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }

  .col-xxs-offset-9 {
    margin-left: 75%; }

  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }

  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }

  .col-xxs-offset-6 {
    margin-left: 50%; }

  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }

  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }

  .col-xxs-offset-3 {
    margin-left: 25%; }

  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }

  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }

  .col-xxs-offset-0 {
    margin-left: 0; }

  .col-xxs-1 {
    width: 8.33333333%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-12 {
    width: 100%; } }
/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.visible-xxs {
  display: none; }

@media (max-width: 480px) {
  .visible-xxs {
    display: inherit; }

  .hidden-xxs {
    display: none; } }
/* RESPONSIVE ALIGNMENT                                                            RESPONSIVE ALIGNMENT */
/* ---------------------------------------------------------------------------------------------------- */
.text-xxs-left {
  text-align: left; }

.text-xxs-right {
  text-align: right; }

.text-xxs-center {
  text-align: center; }

.text-xxs-justify {
  text-align: justify; }

@media (min-width: 481px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-right {
    text-align: right; }

  .text-xs-center {
    text-align: center; }

  .text-xs-justify {
    text-align: justify; } }
@media (min-width: 769px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 993px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1201px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
html {
  height: 100%; }

body {
  height: 100%; }

a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 20px;
  margin-bottom: 0; }

hr {
  margin-top: 20px;
  margin-bottom: 0; }

ul {
  margin-top: 20px;
  margin-bottom: 0; }

/* STYLES                                                                                        STYLES */
/* ---------------------------------------------------------------------------------------------------- */
.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* TOP BOTTOM                                                                                TOP BOTTOM */
/* ---------------------------------------------------------------------------------------------------- */
.top-part {
  position: relative;
  height: 50%;
  line-height: 0;
  overflow: hidden; }
  .top-part .top-background {
    position: absolute;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    text-align: center; }
    .top-part .top-background img {
      margin: 0 auto; }
  .top-part .top-content {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center; }
    .top-part .top-content .logo {
      margin: 0 auto;
      padding: 0 50px; }
      .top-part .top-content .logo img {
        margin: 0 auto; }

.bottom-part {
  height: 50%; }
  .bottom-part .bottom-content {
    width: 100%;
    margin: 0;
    padding: 30px;
    text-align: center; }
    .bottom-part .bottom-content .fa {
      position: relative;
      top: 3px;
      margin-right: 5px;
      font-size: 20px;
      opacity: 0.7;
      filter: alpha(opacity=70); }

/* CUSTOMIZATIONS                                                                        CUSTOMIZATIONS */
/* ---------------------------------------------------------------------------------------------------- */
.top-part .top-background {
  top: -64%;
  margin: 0; }
  .top-part .top-background img {
    width: 100%; }
.top-part .top-content {
  bottom: 30%; }
@media only screen and (max-width: 1200px) {
  .top-part .top-background {
    top: 0; } }

@media only screen and (max-width: 767px) {
  .top-part {
    height: auto; }
    .top-part .top-background {
      position: relative;
      margin: 0; }
      .top-part .top-background img {
        width: 100%;
        height: 100%; }
    .top-part .top-content {
      top: 30%; } }
.bottom-part {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  .bottom-part .bottom-content {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.3px; }
    .bottom-part .bottom-content h2 {
      margin-bottom: 35px;
      font-size: 33px;
      font-weight: 300; }
    .bottom-part .bottom-content .info {
      margin: 0 auto;
      max-width: 600px; }
      .bottom-part .bottom-content .info div {
        padding-top: 25px; }

/*# sourceMappingURL=style.css.map */
