body {
  font-family: 'jaf-facitweb', Helvetica Neue, Helvetica, sans-serif;
  color: #262f3f;
  font-weight: 400;
  background: #f9f9f9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

section {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 150px 0 100px 0;
  font-size: 0;
}

article {
  width: 600px;
  margin: 0 auto;
  font-size: 0;
}

.logo {
  position: absolute;
  top: 250px;
  left: 50.5%;
  width: 40%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

p {
  font-size: 13px;
  line-height: 24px;
  color: #999;
}

p strong {
  font-weight: 400;
  color: #666;
}

p.left {
  position: relative;
  width: 45%;
  margin: 0 5% 0 0;
  padding: 1px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

h2 {
  font-weight: 400;
  font-size: 18px;
}

h2.section-header {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15em;
  color: #666;
  margin: 0 0 80px 0;
}

h2.section-header.desktop-header {
  margin: 20px 0 60px 0;
}

h2.credit {
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: 40px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: white;
  text-align: center;
}

article img {
  border-radius: 4px;
}

img {
  width: 100%;
  margin: 0 0 40px 0;
}

img.caption {
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

img.border {
  border: 1px solid #ddd;
}

p.caption {
  font-style: italic;
  padding: 20px 30px;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: left;
  background: #fff;
}

.cta {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 12px 24px;
  margin: 0 auto 80px 0;
  color: #ff8710;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid rgba(255, 135, 16, 0.5);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cta:hover {
  cursor: pointer;
  border: 1px solid rgba(255, 135, 16, 1);
}

.cta.white {
  margin: 40px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  background: rgba(255, 255, 255, 0.2);
}

.text {
  padding: 0 80px;
  margin: 0 0 40px 0;
  text-align: left;
}

.black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*
Nav ------------------------------------ */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.nav {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}

.nav a {
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav li {
  display: inline-block;
  line-height: 60px;
  list-style-type: none;
  
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.navbar {
  padding: 15px 0 0 0;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
  padding: 0;
  background: white;
  box-shadow: 0 2px 0 rgba(150, 150, 150, 0.1);
}

.top-nav-collapse a {
  color: #666;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #eee;
}

.top-nav-collapse.navbar-default .navbar-nav > li > a:hover {
  color: #aaa;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ff8710;
}

/*
Brand ------------------------------------ */

.font-specimen {
  display: inline-block;
  max-width: 300px;
  width: 50%;
  background: white;
  margin: 0 0 40px 0;
  padding: 10px 25px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  vertical-align: top;
}

/*
Marketing ------------------------------------ */

#marketing {
  position: relative;
  width: 100%;
  padding: 100px 0 0 0;
  text-align: center;

  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;

}

#marketing article {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#marketing img {
  margin: 0;
}

/*
Desktop ------------------------------------ */

#desktop {
  text-align: center;
}

/*
Mobile ------------------------------------ */

#mobile {
  position: relative;
  border-top: none;
  padding: 62px 0 0 0;
}

#mobile .mobile-screen-options {
  position: absolute;
  max-width: 300px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

#mobile .text {
  padding: 0;
  margin: 0 0 30px 0;
  color: #fff;
  opacity: 1;
  line-height: 24px;
}

#mobile .text:hover {
  cursor: default;
}

#mobile .text strong {
  color: #fff;
}

.mobile-screen-options p {
  color: white;
  opacity: 0.6;
  margin: 0;
  line-height: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.mobile-screen-options p:hover {
  cursor: pointer;
  opacity: 1;
}

.mobile-screen-options ul {
  padding: 0;
}

.mobile-screen-options li {
  margin: -2px 0 0 0;
}

.mobile-screen-options li.active p {
  opacity: 1;
}

#mobile img {
  position: absolute;
  top: 62px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#mobile img.default-img {
  position: relative;
  top: 0;
  opacity: 1;
  margin: 0;
}


.next img, .prev img {
  width: 60px;
  padding: 0 50px;
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.next img:hover, .prev img:hover {
  opacity: 1;
}

.content {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;

}

.slides li {
  padding: 100px 0 110px 0;
  text-align: center;
}

.slides .testimonial {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.flexslider .slides img {
  display: inline-block;
  max-width: 260px;
  width: 30%;
  vertical-align: top;
  margin: 0 50px 0 0;
}

.slides p.quote {
  color: #999;
  max-width: 340px;
  font-size: 14px;
  text-indent: -5px;
  margin: 0;
}

.slides p.couple {
  color: #262f3f;
  font-size: 12px;
  margin: 20px 0 0 0;
  font-weight: 400;
}

.slides p.locations {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.footer {
  background: #262f3f;
  text-align: center;
  padding: 0;
}

.footer h2 {
  font-weight: 200;
  display: inline-block;
  margin: 0 40px 0 0;
  letter-spacing: 1px;
}

.footer .content {
  padding: 80px 0;
}

.footer a {
  text-decoration: none;
  color: #ddd;
  font-size: 12px;
  opacity: 0.7;
  line-height: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.footer a:hover {
  opacity: 1;
}