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

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

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

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

h1 {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase; }
  h1 span {
    display: block;
    font-family: "Droid Serif", serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    text-transform: none; }

h2 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

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: #facd28;
    outline: none; }

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

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

button {
  padding: 4px 50px;
  background: #facd28;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }

hr {
  display: block;
  margin: 10px auto;
  height: 1px;
  width: 100%;
  border: none;
  background: #b0b0b0; }

#social-bar {
  position: relative;
  z-index: 4;
  background: #fafafa;
  font-size: 12px; }
  #social-bar #am-name {
    cursor: pointer; }
    #social-bar #am-name:hover {
      text-decoration: underline;
      cursor: pointer;
      color: #000; }
  #social-bar .social-info {
    height: 34px;
    margin: 0;
    padding: 0;
    list-style: none; }
    #social-bar .social-info li {
      display: inline-block;
      overflow: hidden;
      padding: 8px 10px;
      border-right: 1px solid #f1f1f1; }
      #social-bar .social-info li:first-of-type {
        padding-left: 0; }
      #social-bar .social-info li:last-of-type {
        border: none; }
    #social-bar .social-info img {
      float: left; }
    #social-bar .social-info span {
      float: left;
      margin-left: 10px; }
  #social-bar .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
    #social-bar .social-list .iconic {
      width: 18px !important;
      height: 18px !important;
      margin-bottom: -5px; }
    #social-bar .social-list .iconic * {
      fill: #6f6f6f; }
    #social-bar .social-list li {
      display: inline-block;
      border-right: 1px solid #f1f1f1; }
      #social-bar .social-list li a {
        display: inline-block;
        padding: 8px 10px; }
      #social-bar .social-list li:first-of-type {
        border-left: 1px solid #f1f1f1; }
      #social-bar .social-list li:hover .iconic * {
        fill: #555555; }

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

section {
  padding: 70px 0; }
  section#hero {
    display: flex;
    align-items: center;
    height: 385px;
    padding: 0;
    color: #fff;
    background-image: url(../images/hero-texture.png), url(../images/hero.jpg);
    background-position: center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    text-align: center; }
    section#hero button {
      font-size: 28px; }
  section#features {
    text-align: center; }
    section#features hr {
      width: 30px; }
    section#features .feature {
      padding: 0 30px; }
      section#features .feature img {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto 10px; }
  section #about {
    text-align: center; }
    section #about hr {
      width: 100%;
      max-width: 570px;
      margin: 40px auto; }
  section#world {
    display: flex;
    align-items: center;
    min-height: 540px;
    padding: 40px 0;
    background: url(../images/world.png) no-repeat center top #616263;
    text-align: center;
    color: #fff; }
    section#world #profile {
      margin-top: 40px;
      text-align: left; }
      section#world #profile #profile-pic {
        display: block;
        float: left;
        width: 100%;
        max-width: 170px;
        margin-right: 20px;
        border: 1px solid #facd28; }
      section#world #profile #profile-name {
        font-size: 22px;
        font-family: "Roboto Slab", sans-serif;
        font-weight: 700; }
        section#world #profile #profile-name:hover {
          text-decoration: underline;
          cursor: pointer; }
      section#world #profile #profile-email {
        display: block;
        overflow: hidden;
        max-width: 340px;
        margin-bottom: 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #facd28 !important; }
      section#world #profile .social {
        margin: 10px 0; }
        section#world #profile .social .iconic * {
          fill: #bababa; }
        section#world #profile .social li:hover .iconic * {
          fill: #fff;
          stroke: #fff; }

footer {
  padding: 60px 0 23px;
  text-align: center; }
  footer .social {
    margin: 0; }
    footer .social li:hover .iconic * {
      fill: #facd28;
      stroke: #facd28; }

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

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

.modal .modal-header {
  padding: 0;
  border: none;
  background: #facd28;
  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: #555555;
      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 #facd28; }

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

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

.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 {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%; }

.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: #facd28;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #facd28;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #facd28;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #facd28;
        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) {
  section {
    padding: 50px 0; } }

@media (max-width: 991px) {
  h1 {
    font-size: 42px; }
  section#hero {
    background-position: 68% 0; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h1, h2 {
    line-height: 1.3; }
  h1 {
    font-size: 30px; }
    h1 span {
      margin-bottom: 10px;
      font-size: 22px; }
  p.big {
    font-size: 18px; }
  .social-info li:last-of-type span {
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  section#hero {
    height: auto;
    padding: 40px 0; }
    section#hero button {
      padding: 4px 30px;
      font-size: 22px; }
  section#world #profile #profile-pic {
    max-width: 90px; }
  section#world #profile #profile-email {
    max-width: 220px;
    margin-bottom: 25px; }
  section#world #profile .social {
    text-align: center; }
  section#world #profile button {
    display: block;
    margin: 0 auto; } }
