body {
  font-family: 'Cabin', sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: url("../images/salto_bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  text-shadow: 1px 1px 1px #000;
}

h3 {
  color: #ffffff;
  font-size: 25px;
  text-shadow: 1px 1px 1px #000;
}

/* 
Loading section
*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loading.gif") center no-repeat #032b44;
}

.no-js #loader {
  display: none;
}

.js #loader {
  position: absolute;
  left: 100px;
  top: 0;
  display: block;
}

/*
Header Section
*/
.header-logo-wrapper {
      margin: 20px 0px 20px 0px;
}
.header-logo-wrapper img {
      width: 110px;
}



@media (min-width: 768px) {
  .form-subs-email {
    margin-left: 10px;
    margin-right: 10px;
    width:100% !important;
  }
}

/*
 Social media section
 */
.social-media-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 25px;
}
.social-media-wrapper a {
  margin-right: 20px;
  font-size: 25px;
  color: #ffffff;
}
.legal-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
}
.social-media-wrapper a:last-child {
  margin-right: 0px;
}

/*
Footer and copyright section
*/
.copyright {
  margin: 30px 0px 20px 0px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
}



/*--- FORMS ---*/
/*
This is the bit you need.
*/
.subscribe-form-wrapper label{
  position:absolute;
  left:-9999px;
}
.subscribe-form-wrapper input,
.subscribe-form-wrapper textarea{
  font:inherit;
  resize:none;
height: 38px;
width: 234px !important;
}





/*--- THE MAGIC ---*/
/*
This is the best bit!
*/
[placeholder]{
  cursor:pointer;
}
[placeholder]:active,
[placeholder]:focus{
  cursor:text;
}
.facebook {
  background-color: #3b5998;
    color: #fff;
        padding: 10px 12px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.twitter {
  background-color: #00aced;
    color: #fff;
    padding: 10px 11px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.youtube {
  background-color: #e62117;
    color: #fff;
    padding: 10px 12px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.facebook:hover {
  color: #3b5998;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.twitter:hover {
  color: #00aced;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.youtube:hover {
  color: #e62117;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}