@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,400i,700,700i|Droid+Serif:400,400i,700,700i|Open+Sans:400,400i,700,700i");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #616161;
  background-color: #1686f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#main {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto; }
  #main #main-inner {
    padding: 20px 40px 40px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3); }

.image-fix {
  display: block;
  max-width: 100%;
  height: auto; }

a:link, a:visited, a:active, .fake-link {
  color: #1686f4; }

a:hover, .fake-link:hover {
  color: #0a6ccd;
  cursor: pointer; }

.tac {
  text-align: center; }

label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  font: inherit;
  color: #484848;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 1px; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  select:hover {
    border-color: #aaa; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus {
    border-color: #1686f4;
    outline: none; }

select {
  height: 30px;
  margin-top: 5px; }

#headline {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7); }

#subheadline {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 20px;
  font-family: "Droid Serif", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  color: #000;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7); }

h2 {
  margin: 0;
  font-size: 36px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400; }

h3 {
  margin: 0 0 20px;
  font-size: 26px;
  font-family: "Droid Serif", serif;
  font-weight: 400;
  font-style: italic; }

h4 {
  margin: 0 0 20px;
  font-size: 26px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase; }

p {
  margin: 0 0 20px; }

.big {
  font-family: "Droid Serif", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400; }

.small {
  font-size: 14px; }

.slab {
  font-family: "Roboto Slab", sans-serif; }

.small.slab {
  font-weight: 700; }

button {
  padding: 4px 34px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  background: rgba(22, 134, 244, 0.7); }
  button:hover {
    background: #1686f4; }

hr {
  display: block;
  margin: 20px auto;
  height: 2px;
  width: 100%;
  max-width: 20px;
  border: none;
  background: #405167; }

.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    cursor: pointer; }
    .social li .iconic * {
      fill: #bababa; }
    .social li:hover .iconic * {
      fill: #1686f4;
      stroke: #1686f4; }

header .container, section .container, footer .container {
  width: 100%;
  padding: 0; }

header {
  padding-bottom: 20px; }
  header .row {
    display: flex;
    align-items: center; }
  header #header-about-me {
    text-align: right;
    font-size: 13px;
    line-height: 24px; }
    header #header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 62px;
      width: auto;
      border: 1px solid #5e6d70; }
    header #header-about-me .header-name {
      font-weight: 700;
      cursor: pointer;
      color: #1686f4; }
    header #header-about-me div {
      margin-bottom: -5px; }

section {
  padding: 40px 0 0; }
  section#hero {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 360px;
    padding: 0 40px 50px;
    text-align: right; }
    section#hero #sub {
      position: absolute;
      z-index: 10;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 7px 7px 3px;
      text-align: center;
      font-size: 24px;
      font-family: "Droid Serif", serif;
      font-style: italic;
      color: #fff;
      border-bottom: 3px solid #1686f4;
      background: rgba(22, 134, 244, 0.7); }
    section#hero img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
      section#hero img:nth-child(2), section#hero img:nth-child(3) {
        opacity: 0; }
  section#intro {
    text-align: center; }
  section#features .feature-1 {
    background: url(../images/feature-1.jpg) no-repeat center;
    background-size: cover; }
  section#features .feature-2 {
    background: url(../images/feature-2.jpg) no-repeat center;
    background-size: cover; }
  section#features .feature-3 {
    background: url(../images/feature-3.jpg) no-repeat center;
    background-size: cover; }
  section#features .feature {
    position: relative;
    height: 172px;
    margin-bottom: 20px; }
    section#features .feature > div:first-of-type {
      height: 100%; }
    section#features .feature .bar {
      width: 100%;
      padding: 5px;
      text-align: center;
      font-family: "Droid Serif", serif;
      font-style: italic;
      color: #fff;
      background: #1686f4; }
  section#cta button {
    display: block;
    margin: 0 auto;
    padding: 15px 160px;
    font-size: 34px; }

footer {
  padding: 60px 0 23px;
  text-align: center; }
  footer .social {
    margin: 0; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #1686f4;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 0; }
    .modal .modal-header .inner h4 {
      margin: 0 0 10px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      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 #amm-tabs {
  border: none;
  background: #ddd; }
  .modal #amm-tabs li {
    margin: 0; }
    .modal #amm-tabs li a {
      margin: 0;
      padding: 14px 30px;
      color: #616161;
      font-size: 14px;
      text-transform: uppercase;
      background: none;
      border: none;
      border-radius: 0; }
    .modal #amm-tabs li.active a {
      box-shadow: inset 0 -2px 0 #1686f4; }

.modal .modal-body {
  padding: 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 button {
    display: block;
    margin: 0 auto; }
  .modal .modal-body .note {
    margin: 20px 0 !important; }

.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: #616161; }

.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; }

#loadingGraphic {
  display: none; }

#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: #1686f4;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #1686f4;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #1686f4;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #1686f4;
        top: 24px;
        left: 24px; }

@keyframes card {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes card {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-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); } }

@-webkit-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@media (max-width: 1199px) {
  #headline {
    font-size: 48px; }
  section#hero #sub {
    font-size: 22px; } }

@media (max-width: 991px) {
  #headline {
    font-size: 32px; }
  #subheadline {
    font-size: 24px; }
  section#hero #sub {
    padding: 7px 80px; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  #main {
    margin: 15px auto; }
    #main #main-inner {
      padding: 20px 15px 20px; }
  h1, h2 {
    line-height: 1.3; }
  h2 {
    margin: 0 0 10px;
    font-size: 34px; }
  h3 {
    margin-top: 20px; }
  header .row {
    display: block; }
  #headline {
    margin-bottom: 20px; }
  #subheadline {
    margin-top: 20px; }
  section#hero {
    height: auto;
    padding: 145px 0 0;
    text-align: center; }
    section#hero img {
      width: 150%; }
    section#hero button {
      margin-bottom: 20px; }
    section#hero #sub {
      position: relative;
      padding: 10px 20px;
      font-size: 18px;
      border: none;
      background: #1686f4; }
  section#features .feature {
    margin-bottom: 50px; }
    section#features .feature:last-of-type {
      margin-bottom: 0; }
  section#cta button {
    padding: 15px 60px;
    font-size: 24px; }
  footer .row {
    display: block; }
  footer #profile .social {
    text-align: center;
    margin-top: 40px; } }
