body {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "ff-dagny-web-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #000;
  /*background: url(../images/main-image.jpg) no-repeat center center;
  background-size: cover;*/
}

body, html { height: 100%; }
/* --------------------------------------------------------------------------------------------------------- */

* {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a, a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}

h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1em;
  font-weight: 400;
  margin: 0 0 30px;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.container-top {
  width: 100%;
  height: 100%;
  background: url(../images/main-image.jpg) no-repeat center center;
  background-size: cover;
}

.main-container {
  position: relative;
}

.logo {
  display: block;
  max-width: 250px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

footer {
  width: 100%;
  text-align: center;
  position: relative;
}

footer .container {
  padding: 60px 40px 300px;
}

.footer-col-one {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 70px;
}
.footer-col-one br {
  display: none;
}

.footer-col-two {
  margin-bottom: 70px;
}
.footer-col-two h1 {
  display: none;
}

.copyright {
  font-size: 12px;
}

.notice-bar {
  color: #000;
  font-size: 18px;
  font-family: "ff-dagny-web-pro",sans-serif;
  text-align: center;
  background: #c2b59b;
  padding: 45px 20px;
}
.notice-bar h2 {
  font-family: "din-condensed-web",sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px;
}

.stamps {
  display: block;
  width: 230px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* ----------------------------- */


/* FORM  */
.form-inline {
  display: block;
  max-width: 620px;
  margin: 0 auto;
}
.form-control {
  height: 50px;
  color: #8f8f8f;
  border: #000 solid 2px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-inline .form-control {
  width: 100%;
}
.form-inline .form-group {
  display: block;
  width: 70%;
  font-family: "ff-dagny-web-pro",sans-serif;
  margin-right: -6px;
  float: left;
}
.btn {
  display: block;
  width: 30%;
  height: 50px;
  color: #fff;
  font-family: "din-condensed-web",sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.42857143;
  background: #000;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  float: left;
}

.message-box {
  clear: both;
  font-size: 18px;
  border: none !important;
  background: none !important;
  padding: 20px;
}
/* ----------------------------- */