/***************************************************
					GENERAL
***************************************************/
html {
  box-sizing: border-box; }

html {
  background: url("../img/back-face-overlay.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

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

body {
  color: #fefefe;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none; }

.hidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.no-padding {
  padding: 0 !important; }

/***************************************************
					CUSTOM GRID
***************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1144px) {
    .container {
      padding-left: 15px;
      padding-right: 15px;
      width: 1155px; } }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.row:after {
  clear: both; }

.col {
  position: relative;
  float: left; }

.col + .col {
  margin-left: 3.23%; }

.col-1 {
  width: 5.3715%; }

.col-2 {
  width: 13.973%; }

.col-3 {
  width: 22.5745%; }

.col-4 {
  width: 31.176%; }

.col-5 {
  width: 39.7775%; }

.col-6 {
  width: 48.379%; }

.col-7 {
  width: 56.9805%; }

.col-8 {
  width: 65.582%; }

.col-9 {
  width: 74.1835%; }

.col-10 {
  width: 82.785%; }

.col-11 {
  width: 91.3865%; }

.col-12 {
  width: 100%; }

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

.col-offset-2 {
  margin-left: 17.2%; }

.col-offset-3 {
  margin-left: 25.7015%; }

.col-offset-4 {
  margin-left: 34.303%; }

.col-offset-5 {
  margin-left: 42.9045%; }

.col-offset-6 {
  margin-left: 51.506%; }

.col-offset-7 {
  margin-left: 60.1075%; }

.col-offset-8 {
  margin-left: 68.709%; }

.col-offset-9 {
  margin-left: 77.3105%; }

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

.col-offset-11 {
  margin-left: 94.5135%; }

.col-offset-12 {
  margin-left: 100%; }

.empty {
  content: ' '; }

@media screen and (max-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: none;
    width: auto; }

  .col + .col {
    margin-left: 0; } }
/***************************************************
					CONTENT
***************************************************/
.logo {
  padding: 50px 15px 30px;
  text-align: center; }
  .logo img {
    width: 182px;
    height: auto; }

h2 {
  font-family: 'Oswald',sans-serif;
  font-size: 32px;
  line-height: 48px; }

h3 {
  font-family: 'Oswald',sans-serif;
  font-size: 28px;
  line-height: 33px; }

.title-green {
  color: #bf0; }

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

p {
  font-family: 'OpenSans',sans-serif;
  font-size: 18px;
  line-height: 30px; }

.form-block {
  background-color: rgba(0, 30, 13, 0.5);
  height: auto;
  margin-top: 27px;
  padding: 15px 36px;
  width: 100%; }

input[type="text"],
input[type="email"],
textarea {
  background-color: rgba(136, 133, 144, 0.7);
  border-radius: 8px;
  border-width: 0;
  color: white;
  height: 41px;
  margin: 0 0 18px !important;
  outline: none;
  padding-left: 10px;
  width: 100%; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ffffff;
    font-size: 15px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 15px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ffffff;
    font-size: 15px; }
  input[type="text"].small-input-margin,
  input[type="email"].small-input-margin,
  textarea.small-input-margin {
    margin-left: 5%; }
  input[type="text"].big-input,
  input[type="email"].big-input,
  textarea.big-input {
    width: 80%; }

textarea {
  height: 80px;
  resize: none;
  padding: 10px 12px !important; }

.button {
  background-color: #e6b800;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  float: right;
  height: 40px;
  margin: 2px 0;
  text-transform: uppercase;
  text-align: center;
  width: 130px; }

.bottom-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 25px;
  text-align: center; }

.table {
  display: table;
  margin: 0 auto; }
  .table .bottom-hint {
    background-color: #002f14;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 10px;
    margin-top: 4px;
    margin-bottom: 4px; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  ul li {
    display: inline-block;
    padding-right: 20px; }

.footer-link {
  color: #b7f906;
  font-family: 'OpenSans',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 86px;
  text-align: center; }
  .footer-link a {
    text-decoration: none; }
    .footer-link a:hover {
      text-decoration: underline; }

@media all and (max-width: 992px) {
  .form-block .form-title {
    padding-top: 20px; } }

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