* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 1.65;
}

a {
  color: #b82c11;
}

h1, h2, h3, h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

h1 {
  margin: 0 0 10px;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 800;
}

h2 {
  margin: 0 0 15px;
  font-size: 42px;
  font-weight: 800;
  color: #b82c11;
}

h3 {
  font-size: 22px;
  color: #b82c11;
}

label {
  font-size: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

button {
  padding: 12px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  background: #b82c11;
  border: none;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

button.mini {
  margin-top: 0;
  padding: 8px 20px;
  font-size: 14px;
}

button:hover {
  transform: scale(1.025);
  background: #cf3213;
}

button:active {
  transform: scale(1.0125);
  background: #b82c11;
}

button:focus {
  outline: none;
}

nav {
  align-items: center;
}

nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

nav .nav-link:hover {
  color: #b82c11;
  transform: translateY(-1px);
}

nav .nav-link:active {
  color: #a1260f;
  transform: none;
}

nav button {
  margin-left: 15px;
}

section {
  padding: 60px 0;
}

section#hero {
  padding: 0;
  background: url(../images/bg-hero.png) no-repeat center top/cover;
}

section#hero header {
  padding: 25px 0;
  background-color: rgba(0, 0, 0, 0.6);
}

section#hero header #logo {
  display: block;
  height: 42px;
}

section#hero header span {
  margin-left: 15px;
  color: #fff;
}

section#hero .inner {
  height: 680px;
  display: flex;
  align-items: center;
}

section#hero h1 {
  color: #fff;
}

section#hero .subheadline {
  width: 85%;
  margin: 0 0 40px;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
}

section.s1 .feature-box {
  background: #eee;
}

section.s1 .feature-box img {
  width: 100%;
}

section.s1 .feature-box .inner {
  padding: 30px 40px;
}

section.s1 .feature-box .inner p {
  font-size: 18px;
}

section.s1 .feature-box .inner p:last-of-type {
  margin-bottom: 0;
}

section.s1 button {
  margin-top: 30px;
}

section.s2 {
  background: url(../images/shake-bg.png) no-repeat center center/cover;
  color: #fff;
}

section.s2 h2 {
  color: inherit;
}

section.s2 img {
  margin: -60px 0 -60px -40px;
}

footer {
  padding: 20px 0;
  background: #000;
  color: #fff;
}

footer p {
  margin: 0;
  font-size: 14px;
}

.modal .modal-dialog {
  width: 95%;
  max-width: 660px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #b82c11;
  color: #fff;
}

.modal .modal-header .close {
  margin: 0;
  padding: 0;
}

.modal .modal-header .inner {
  width: 100%;
  padding: 20px 30px;
}

.modal .modal-header .inner h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.modal .modal-header .modal-title {
  font-size: 20px;
  text-transform: none;
}

.modal .modal-header .close:hover {
  background: none;
  color: #fff;
}

.modal#form-modal .modal-header .inner {
  padding: 20px 30px 15px;
}

.modal#form-modal .thanks {
  display: none;
  text-align: center;
}

.modal#form-modal #form-post {
  display: none;
}

.modal#form-modal #form-post p {
  margin-bottom: 0;
}

.modal #amm-tabs {
  border: none;
  background: #ddd;
}

.modal #amm-tabs .nav-item {
  margin: 0;
  padding: 14px 30px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  border-radius: 0;
}

.modal #amm-tabs .nav-item.active {
  box-shadow: inset 0 -2px 0 #b82c11;
}

.modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.modal .modal-body p {
  margin: 0 0 20px;
}

.modal .modal-body p:last-of-type {
  margin: 0;
}

.modal .modal-body .note {
  margin: 20px 0 !important;
}

.modal .modal-body button {
  display: block;
  margin: 0 auto;
  font-size: 20px;
}

.modal #amm-head {
  text-align: center;
}

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.modal .bx-viewport {
  border: none;
  box-shadow: none;
}

.modal .bx-wrapper {
  margin: 0 auto;
}

.modal .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
}

.modal #amm-slider div img {
  margin: 0 auto 20px;
}

.modal #amm-slider p {
  text-align: center;
}

.modal #video-page iframe {
  margin-bottom: 20px;
}

.modal #video-page p {
  text-align: center;
}

#form-modal input[type="checkbox"] {
  transform: translateY(1px);
  margin-right: 3px;
}

#form-modal p {
  margin: 0 0 20px;
  font-size: 16px;
}

#loadingGraphic {
  display: none;
  padding: 2px 0 3px;
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #b82c11;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #b82c11;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #b82c11;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #b82c11;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@media (max-width: 1199px) {
  section#hero img {
    margin-right: -260px;
  }
}

@media (max-width: 991px) {
  section#hero .subheadline {
    width: auto;
    font-size: 22px;
  }
  section#hero img {
    margin-right: -330px;
  }
}

@media (max-width: 767px) {
  section#hero {
    height: auto;
    padding: 60px 0;
  }
  section#hero .subheadline {
    width: auto;
    font-size: 18px;
  }
  section#hero button {
    width: 100%;
  }
}
