body {
  overflow-x: hidden;
  font-family: ‘proxima-nova’, sans-serif;
}

/*
 * NO-JS
 */
.no-js .animatable {
  visibility: visible;
}

.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 180px;
  height: 47px;
  text-transform: uppercase;
}

.btn-ap-orange {
  background-color: #ff6f20;
  color: #fff;
}

.btn-ap-orange:hover {
    color: #fff;
    background-color: #fa8f54;
}

.btn-ap-transparent {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid;
}

.call-to-action {
  padding: 13px;
  width: 250px;
}


label.error {
    display: none;
}

.error {
    color: red;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 160px;
}

.hr-black {
  border-top: 1px solid #292929;
}

/*
##############################
    CONFIG - Typography
##############################
*/

h2 {
  margin-top: 0;
  color: #292929;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 25px;
  }
}

p {
  margin: 20px auto;
  max-width: 50em;
  color: #7d7f7e;
  line-height: 1.8;
}

a {
  color: #FFF;
}
a:hover {
  text-decoration: none;
}

.heading {
  max-width: 600px;
}

header .image-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
header .regular, header .blurred {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header .regular {
  background: url("../img/bg.jpg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1;
}
header .blurred {
  background: url("../img/bg-blur.jpg") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}

.visual h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 45px;
  letter-spacing: 8px;
}

@media only screen and (min-width: 761px) {
  .visual .visual-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .visual p {
    max-width: 50em;
  }
}

@media only screen and (max-width: 760px) {
 header .image-wrap {
   height: 550px;
 }

  .visual h1 {
    font-size: 35px;
  }

  .visual p {
    max-width: 90%;
  }

  .visual .visual-content {
    top: 10%;
  }
}

@media only screen and (max-width: 517px) {
  header .image-wrap {
    height: 630px;
  }
  .visual .visual-content {
    top: 10%;
  }
}

@media only screen and (max-width: 406px) {
  .visual h1 {
    font-size: 30px;
  }
}
.visual p {
  margin: 0 auto;
  color: #fff;
}
.visual hr {
  max-width: 160px;
  color: #fff;
}
.visual .visual-content {
  position: absolute;
  width: 100%;
}
.visual .btn-position {
  letter-spacing: 10px;
}

.navbar, .reference .reference-content, .content {
  max-width: 960px;
  margin: 0 auto;
}
.navbar .navbar-brand, .overview .navbar-brand, .reference .reference-content .navbar-brand, .clients .clients-content .navbar-brand {
  height: 55px;
}

.overview, .contact, .second-opinion {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
  .navbar .navbar-brand, .overview .navbar-brand, .reference .navbar-brand, .clients .clients-content .navbar-brand {
    float: none;
  }
}

.bar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-left: -480px;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .bar {
    left: 0;
    margin-left: 0;
  }
}
.social-media {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 10px;
}
.social-media a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .img-center {
    display: block;
    margin: 0 auto;
  }

  .social-media {
    display: none;
  }
}

.overview .about {
  margin-top: 75px;
}

.overview .overview-icons {
  margin-bottom: 65px;
}

.overview .icon-block {
  margin-bottom: 40px;
}

.overview h4 {
  letter-spacing: 2px;
}
.overview p {
  line-height: 1.8;
}

.overview .circle {
  margin: 0 auto 40px auto;
  width: 100px;
  height: 100px;
  border: 2px solid #A8AAAA;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.overview i {
  color: #ff6f20;
  font-size: 40px;
  line-height: 95px;
}

.overview i.fa-external-link {
  line-height: 98px;
}

@media only screen and (max-width: 500px) {
  .overview p {
      width: 100%;
      margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  .content {
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .overview .overview-icons {
    margin-bottom: 20px;
  }
}

.reference {
  background-color: #fafafa;
}

.reference .reference-content {
  margin-bottom: 70px;
}

.reference .reference-content .img-padding {
  padding-left: 11px;
  padding-right: 11px;
}

.reference .reference-content .img-space {
  height: 22px;
}

@media only screen and (max-width: 992px) {
  .reference .img-space-tablet {
    height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .reference .img-responsive {
    margin: 0 auto;
    max-width: 90%;
  }
  .reference .img-space-mobile {
    height: 22px;
  }
}

/**
 * Second Opinion
 */

.second-opinion {
  background-color: #FCFCFC;
}

.contact .ap-form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  background-color: #fafafa;
  border: none;
  border-top: 1px solid #292929;
  font-size: 14px;
  line-height: 1.42857143;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.contact {
    max-width: 500px;
    margin: 0 auto;
}

.contact form {
  max-width: 500px;
}

.contact form textarea {
  resize: none;
}

footer {
  background-color: #292929;
  padding: 60px 0;
  text-align: center;
  color: #a2a5a4;
}

footer a {
  text-decoration: none;
  color: #a2a5a4;
}
footer a:hover {
  text-decoration: underline;
  color: #a2a5a4;
}

footer #APlink {
  color: #ff6f20;
}

.animatable {
  visibility: hidden;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.animated {
  visibility: visible;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.02);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.02);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.02);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.animationDelay {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated.animationDelayMed {
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.animationDelayLong {
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animated.bounceIn {
  -moz-animation-name: bounceIn;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated.fadeIn {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@media screen and (max-width: 480px) {
  .navbar, .overview, .reference .reference-content, .clients .clients-content {
  max-width: 90%;
  margin: 0 auto;
  }
}



/*
form
*/

#form-error {
    background:#d9534f;color: #FFF; font-weight:bold;font-size:18px;
}
