.container {
  max-width: 818px;
}
.container.wide {
  max-width: 854px;
}
section.main.bg1 {
  background: url("../img/bg-1.jpg") no-repeat top center #cc5819;
}
section.main.bg2 {
  background: url("../img/bg-2.jpg") no-repeat top center #cc5819;
}
header.top {
  padding-top: 18px;
  padding-bottom: 161px;
}
header.top a.logo {
  position: relative;
  display: block;
  margin: auto;
  text-align: left;
  font-family: Lobster;
  font-size: 4em;
  line-height: 120%;
  color: #fff;
  letter-spacing: 0.165em;
  padding-left: 207px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  header.top a.logo {
    padding-left: 0;
    text-align: center;
  }
}
header.top a.logo img {
  position: absolute;
  top: -18px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  header.top a.logo img {
    position: relative;
    top: 0;
    display: block;
    margin: auto;
    z-index: 1;
  }
}
header.nav .container p {
  background: #cc5819;
  text-align: center;
  line-height: 100%;
  margin: 0;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header.nav .container p.affix {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
header.nav .container p a {
  font-family: 'Lato';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.16em;
  color: #fff;
  padding: 19px 15px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
header.nav .container p a.active,
header.nav .container p a:focus,
header.nav .container p a:hover {
  background: #ea8650;
}
article#content {
  padding-top: 25px;
  padding-bottom: 48px;
}
article#content h1.title {
  color: #fff;
  font-size: 4em;
  text-align: center;
  line-height: 132%;
  letter-spacing: 0.16em;
  margin-bottom: 127px;
  font-family: 'Days One';
}
article#content h1.title img {
  display: block;
  margin: auto;
}
article#content h1.title.left {
  margin-top: 11px;
}
article#content h1.title.left img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  top: -5px;
  left: -8px;
}
@media only screen and (max-width: 768px) {
  article#content h1.title.left img {
    top: 0;
    left: 0;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}
article#content h2.title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.16em;
  font-size: 2.5em;
  margin-bottom: 45px;
  font-weight: 700;
}
article#content .contents {
  background: #4c4c4e;
  padding: 10px 15px 39px 15px;
  color: #fff;
  font-family: 'Lato';
}
article#content .contents.m0 {
  margin: 0 !important;
}
article#content .contents.inner {
  background: #212222;
  padding: 47px 17px 39px 17px;
  margin-bottom: 40px;
}
article#content .contents.empty {
  background: none;
  padding: 47px 17px 10px 17px;
  margin-bottom: 0px;
}
article#content .contents label {
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 1.16em;
  text-align: right;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  font-family: 'Lato';
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  article#content .contents label {
    text-align: left;
  }
}
article#content .contents .form-group .form-control {
  background: #ff6e1f;
  height: 40px;
  border-color: #ff6e1f;
  -webkit-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
article#content .contents button.submit {
  display: block;
  text-align: center;
  font-family: 'Days One';
  font-size: 5em;
  color: #fff;
  width: 100%;
  text-decoration: none;
  margin: 0px;
  line-height: 100%;
}
article#content .contents h3 {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.16em;
  font-size: 2.5em;
  margin-bottom: 63px;
  font-weight: 700;
}
article#content .contents p {
  font-weight: 400;
  text-align: left;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 157%;
  font-size: 1.11em;
  padding-left: 14px;
  padding-right: 14px;
  text-indent: 14px;
}
footer.bottom {
  background: #cc5819;
  padding-top: 56px;
  padding-bottom: 73px;
}
footer.bottom p {
  margin: 0;
  font-size: 1em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: 'Lato';
}
@media only screen and (max-width: 979px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  p br,
  li br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
  .row .col-xs-1,
  .row .col-xs-2,
  .row .col-xs-3,
  .row .col-xs-4,
  .row .col-xs-5,
  .row .col-xs-6,
  .row .col-xs-7,
  .row .col-xs-8,
  .row .col-xs-9,
  .row .col-xs-10,
  .row .col-xs-11,
  .row .col-xs-12 {
    float: none;
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  p {
    word-wrap: break-word;
  }
}
a:hover,
a:focus,
a,
.btn,
.btn:hover,
.btn:focus {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
