@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400:italic,700|Open+Sans+Condensed:300");
html, body {
  height: 100%;
}

body {
  font: normal 18px/1.5 'Open Sans', sans-serif;
  color: #fff;
  background-color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

#about-me {
  margin-bottom: 10px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

#about-me img {
  float: right;
  margin: 0 0 0 15px !important;
  max-height: 60px;
  width: auto;
  border: 1px solid #5e6d70;
}

#about-me .header-name {
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #6eabad;
}

#about-me .header-name:hover {
  color: #417274;
  text-decoration: underline;
}

#about-me div {
  margin-bottom: -3px;
}

#home-page {
  letter-spacing: -.5px;
}

#home-page .tac {
  text-align: center;
}

#home-page .thanks, #home-page .page {
  display: none;
}

#home-page hr {
  max-width: 170px;
  height: 1px;
  margin: 40px auto 50px;
  border: none;
  background: #929292;
}

#home-page .social {
  margin: 20px 0 -15px;
  padding: 0;
}

#home-page .social li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}

#home-page .social .iconic {
  cursor: pointer;
}

#home-page .social .iconic * {
  fill: #aaa;
  stroke: #aaa;
}

#home-page .social .iconic:hover * {
  fill: #6eabad;
  stroke: #6eabad;
}

#home-page h1 {
  font-weight: 700;
}

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

#home-page input[type="text"],
#home-page input[type="email"],
#home-page input[type="tel"],
#home-page textarea,
#home-page select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#home-page a, #home-page a:active, #home-page a:visited {
  color: #6eabad;
}

#home-page a:hover {
  color: #417274;
  cursor: pointer;
}

#home-page button {
  margin: 40px auto 20px;
  padding: 10px 33px;
  color: #333;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  background: #c6e899;
  border: 1px solid #fff;
}

#home-page button:hover {
  cursor: pointer;
  background: #ddf1c3;
}

#home-page #bar {
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  letter-spacing: 6px;
  text-align: center;
  font-size: 32px;
  background: #000;
}

#home-page section {
  padding: 60px 0 140px;
  font-size: 24px;
  background: url(../images/hero-chair.jpg) no-repeat center center/cover #000;
}

#home-page section .box {
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

#home-page section .box p:first-of-type {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .5px;
}

#home-page section .box p:first-of-type span {
  color: #6eabad;
  font-weight: 700;
}

#home-page section .box p:last-of-type {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

#home-page section .video-wrap {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7), 0 10px 40px rgba(0, 0, 0, 0.8);
}

#home-page section p {
  margin: 0;
}

#home-page footer {
  padding: 30px 0;
  background-color: #000;
  text-align: right;
}

#success-page {
  font: 16px/1.6 'Open Sans', sans-serif;
  color: #484848;
  background: #f3f3f3;
}

#success-page .social {
  margin: 10px 0 0;
  padding: 0;
}

#success-page .social li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}

#success-page .social .iconic {
  cursor: pointer;
}

#success-page .social .iconic * {
  fill: #6eabad;
  stroke: #6eabad;
}

#success-page .social .iconic:hover * {
  fill: #8fbebf;
  stroke: #8fbebf;
}

#success-page a, #success-page a:active, #success-page a:visited {
  color: #6eabad;
}

#success-page a:hover {
  color: #8fbebf;
}

#success-page h1 {
  display: block;
  width: 95%;
  margin: 0 auto 60px;
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
}

#success-page h1 span {
  font-weight: 700;
}

#success-page h2 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
  color: #405167;
}

#success-page h3 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
}

#success-page hr {
  max-width: 170px;
  height: 1px;
  margin: 40px auto 50px;
  border: none;
  background: #929292;
}

#success-page label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #6eabad;
  text-transform: uppercase;
}

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

#success-page input[type="text"]:hover,
#success-page input[type="email"]:hover,
#success-page input[type="tel"]:hover,
#success-page select:hover {
  border-color: #aaa;
}

#success-page input[type="text"]:focus,
#success-page input[type="email"]:focus,
#success-page input[type="tel"]:focus,
#success-page select:focus {
  border-color: #6eabad;
  outline: none;
}

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

#success-page button {
  padding: 10px 33px;
  color: #393d3d;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  background: #c6e899;
  border: 1px solid #fff;
}

#success-page button:hover {
  cursor: pointer;
  background: #ddf1c3;
}

#success-page header {
  padding: 40px 0;
  text-align: center;
}

#success-page nav {
  padding: 8px 0;
  background: #6eabad;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#success-page nav ul {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#success-page nav ul li {
  display: inline-block;
  padding: 0 50px;
  font-size: 18px;
  font-weight: 300;
  border-right: 1px solid #fff;
}

#success-page nav ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}

#success-page nav ul li:first-of-type {
  padding-left: 0;
}

#success-page nav ul li:last-of-type {
  padding-right: 0;
  border: none;
}

#success-page nav button {
  float: right;
  padding: 3px 63px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  background: #393d3d;
  border: none;
}

#success-page nav button:hover {
  background: #525757;
}

#success-page #mobile-nav-button {
  padding: 10px 5px;
  border: none;
}

#success-page #mobile-nav {
  border-top: 1px solid #f1f1f1;
  height: auto;
}

#success-page #mobile-nav ul {
  margin: 0;
  padding: 0;
}

#success-page #mobile-nav li {
  display: block;
  margin: 0;
  padding: 15px;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#success-page .navbar-toggle {
  float: left;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  background: #393d3d;
  border-radius: 0;
}

#success-page .navbar-toggle .iconic * {
  fill: #fff;
  stroke: #fff;
}

#success-page section {
  padding: 95px 0;
}

#success-page section.hero {
  padding: 60px 0 80px;
  background: url(../images/hero-bg.jpg) no-repeat top;
  background-size: 100% auto;
  border-bottom: 1px solid #525252;
  text-align: center;
}

#success-page section.hero .video-wrap {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 40px;
  border: 50px solid #fff;
}

#success-page section.hero.sub {
  padding: 44px 0;
  text-align: left;
}

#success-page section.hero.sub h1 {
  margin: 0;
  font-weight: 700;
}

#success-page section#testimonials {
  display: none;
  background: url(../images/white-bg.jpg) no-repeat bottom #fafafa;
  background-size: 100% auto;
  border-bottom: 1px solid #525252;
  text-align: center;
}

#success-page section#testimonials .testimonial {
  margin-top: 30px;
}

#success-page section#philosophy h2 {
  margin: 0;
}

#success-page section#philosophy hr {
  margin: 10px 0 20px;
}

#success-page section#philosophy img {
  display: block;
  max-width: 100%;
  height: auto;
}

#success-page section#philosophy button {
  margin-top: 30px;
}

#success-page #webcast-page header {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 2px solid #6eabad;
  border-bottom: 2px solid #6eabad;
}

#success-page #webcast-page header .container {
  padding: 60px 0;
}

#success-page #webcast-page header h1 {
  display: block;
  margin: 0 0 0 50px;
  background: none;
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#success-page #webcast-page img {
  display: block;
  margin: 50px auto;
}

#success-page #webcast-page section {
  padding: 50px 0;
}

#success-page #webcast-page section#s1 {
  text-align: center;
}

#success-page #webcast-page section#s1 p {
  font-size: 20px;
  line-height: 28px;
}

#success-page #webcast-page section#s1 #times {
  padding: 0;
  list-style: none;
}

#success-page #webcast-page section#s1 #times li {
  font-size: 24px;
  line-height: 34px;
}

#success-page #webcast-page section#s1 button {
  margin: 0 auto 20px;
}

#success-page #webcast-page section#s1 .disclaimer {
  font-style: italic;
  font-size: 16px;
}

#success-page footer {
  margin: 0 0 -37px;
  padding: 118px 0;
  background: url(../images/footer-bg.jpg);
  background-size: cover;
}

#success-page footer img {
  display: block;
  margin: 0 auto;
}

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

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

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

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

.modal .modal-header .inner {
  padding: 20px 30px 10px;
}

.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#am-modal .social {
  margin: 10px 0 0;
  padding: 0;
}

.modal#am-modal .social li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}

.modal#am-modal .social .iconic {
  cursor: pointer;
}

.modal#am-modal .social .iconic * {
  fill: #6eabad;
  stroke: #6eabad;
}

.modal#am-modal .social .iconic:hover * {
  fill: #8fbebf;
  stroke: #8fbebf;
}

.modal#form-modal {
  color: #000;
}

.modal#form-modal .modal-dialog {
  max-width: 660px;
}

.modal#form-modal .modal-body input[type="text"],
.modal#form-modal .modal-body input[type="email"],
.modal#form-modal .modal-body input[type="tel"],
.modal#form-modal .modal-body select {
  width: 100%;
  margin-bottom: 20px;
}

.modal#form-modal .modal-body button {
  margin: 10px auto 0;
  padding: 10px 33px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background: #c6e899;
  border: 1px solid #fff;
}

.modal#form-modal .modal-body button:hover {
  cursor: pointer;
  background: #ddf1c3;
}

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

.modal #amm-tabs li {
  margin: 0;
}

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

.modal #amm-tabs li.active a {
  box-shadow: inset 0 -2px 0 #6eabad;
}

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

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

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

.modal .modal-body .note {
  margin: 0 0 20px !important;
  font-size: 14px;
  text-align: center;
}

.modal .modal-body button {
  display: block;
  margin: 0 auto;
  box-shadow: none;
}

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

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

#book-modal .modal-content, #book-modal .modal-dialog {
  height: 100%;
  max-height: 80%;
}

#book-modal iframe {
  width: 100%;
  height: 88%;
  border: none;
}

#book-modal .modal-body {
  height: 100%;
  border: none;
}

#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: #6eabad;
  top: 0;
  left: 0;
}

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

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

#loader .loaderBall .ball.ball4 {
  background-color: #6eabad;
  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);
  }
}

@-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) {
  #success-page h1 {
    font-size: 38px;
  }
  #success-page h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #success-page nav ul li {
    padding: 0 40px;
  }
  #success-page section#intro {
    padding: 38px 0 0;
  }
  #success-page section#intro h3 {
    font-size: 32px;
  }
  #success-page section.m1 .video-list {
    margin: 0 5px 40px;
  }
  #success-page section#m2 .feature-box {
    padding: 30px;
  }
  #success-page section#m4 #am-big img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #home-page section .box p:first-of-type {
    font-size: 32px;
  }
  #home-page section .box p:last-of-type {
    font-size: 24px;
  }
  #success-page h1 {
    font-size: 30px;
  }
  #success-page h2 {
    font-size: 46px;
    line-height: 46px;
  }
  #success-page nav button {
    padding: 3px 40px;
  }
  #success-page nav ul li {
    padding: 0 20px;
    margin: 4px 0 0;
    font-size: 16px;
  }
  #success-page header button {
    margin-top: 20px;
  }
  #success-page header#success-hero h1 {
    line-height: 1;
    font-size: 26px;
  }
  #success-page section#intro {
    padding: 20px 0 0;
  }
  #success-page section#intro h3 {
    width: 65%;
    margin: 0 auto;
    font-size: 30px;
  }
  #success-page section#philosophy h2 {
    margin: 20px 0 20px;
  }
  #success-page section#m3 #testimonials img {
    display: block;
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  #about-me {
    margin-top: 20px;
  }
  #home-page button {
    margin: 20px auto 0;
    padding: 10px 45px;
    font-size: 30px;
    line-height: 1.2;
  }
  #home-page section {
    padding: 40px 0;
  }
  #home-page section .box {
    padding: 20px;
  }
  #home-page section .box p:first-of-type {
    font-size: 22px;
  }
  #home-page section .box p:last-of-type {
    font-size: 18px;
  }
  #success-page h3 {
    font-size: 24px;
    padding: 0 15px;
  }
  #success-page button {
    font-size: 22px;
  }
  #success-page nav #logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  #success-page nav ul {
    margin: 0;
  }
  #success-page nav ul li {
    margin: 0;
  }
  #success-page header, #success-page nav .row {
    display: block;
  }
  #success-page header {
    padding: 20px 0;
  }
  #success-page header#success-hero {
    height: auto;
    padding: 20px 0;
    background-size: cover;
  }
  #success-page section {
    padding: 60px 0;
  }
  #success-page section#intro {
    padding: 28px 0 0;
  }
  #success-page section#intro h3 {
    width: 95%;
    font-size: 24px;
  }
  #success-page section#s1 {
    padding: 80px 0 40px;
  }
  #success-page section#s1 .blue {
    margin: 0 0 40px;
  }
  #success-page section#s2 button {
    font-size: 28px;
  }
  #success-page section#m2 {
    padding: 80px 0 40px;
  }
  #success-page section#m2 hr {
    margin: 20px auto;
  }
  #success-page section#m2 .feature-box {
    margin-bottom: 40px;
  }
  #success-page section#m2 .package {
    margin-top: 0;
  }
  #success-page section#m2 .package img {
    margin-top: 40px;
  }
  #success-page section#m3 #testimonials img {
    display: block;
  }
  #success-page section#m3 #testimonials .col-sm-7 {
    padding: 0 15px;
  }
  #success-page section#m4 #am-big .vertical-align {
    display: block;
  }
  #success-page section#m4 #am-big img {
    display: block;
    max-width: 60%;
    margin: 0 auto 20px;
  }
  #success-page section#m4 #am-big .col-md-7 {
    text-align: center;
  }
  #success-page section.hero {
    padding: 60px 0;
  }
  #success-page section.hero .video-wrap {
    border-width: 20px;
  }
  #success-page section#philosophy button {
    display: block;
    margin: 30px auto 0;
  }
  #success-page #webcast-page img {
    width: 45%;
    height: auto;
  }
  #success-page footer {
    padding: 40px 0;
  }
}
