@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  background: #101618 url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat;
  background: url("http://designwise.me.s3.amazonaws.com/img/bg_gradient.jpg") no-repeat center -400px, url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat, #101618;
  border-top: 4px solid #728B67;
  color: #a4a7a8;
  font-family: "freight-sans-pro", "proxima-nova-n4", "proxima-nova", arial, sans-serif;
  font-size: 19px; }
  body.home, body.subpage {
    background: url("http://designwise.me.s3.amazonaws.com/img/bg_gradient.jpg") no-repeat center -400px, url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat, #101618; }

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #778b67; }
  a:hover {
    color: #abb8a0;
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  line-height: 1.3;
  margin: 15px 0;
  color: #fff; }

h1 {
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: 100;
  margin-bottom: 1rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0; }

p, ul, ol, blockquote, li {
  line-height: 1.6; }

p.lead {
  line-height: 1.5;
  font-weight: 100;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 300;
  position: relative; }
  p.lead strong {
    font-weight: inherit;
    color: #fff; }

.container-fluid {
  max-width: 1400px; }

.work .container-fluid {
  max-width: 100%; }

.navbar {
  background-color: #0F1316;
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-nav > li > a {
  color: #999999; }
  .navbar-nav > li > a:hover {
    background-color: #010101;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff; }

.masthead {
  padding-top: 100px;
  padding-bottom: 44px;
  overflow: hidden; }

h1.logo,
a.logo {
  background-image: url("http://designwise.me.s3.amazonaws.com/img/logo.png");
  height: 36px;
  width: 209px;
  display: inline-block;
  margin: 0 0 0 0px;
  top: -14px;
  position: relative; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    h1.logo,
    a.logo {
      background-image: url("http://designwise.me.s3.amazonaws.com/img/logo@2x.png");
      background-size: 209px 36px; } }

h2.tagline {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  margin-top: 13px;
  float: right;
  color: #ddd;
  font-size: 17px;
  font-size: 1.7rem; }
  h2.tagline em {
    font-style: normal;
    color: #999;
    margin-left: -4px; }
    h2.tagline em:before {
      content: "・"; }

.carousel {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 50px;
  position: relative; }
  .carousel .carousel-inner {
    overflow: visible;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .carousel .carousel-indicators {
    top: 20px; }
    .carousel .carousel-indicators > li {
      cursor: pointer;
      height: 10px;
      width: 10px;
      margin-left: 14px;
      background-color: #010101;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 1px rgba(255, 255, 255, 0.04);
      -webkit-transition: all 2s;
      -moz-transition: all 2s;
      transition: all 2s;
      border-radius: 2px;
      border: none; }
      .carousel .carousel-indicators > li.active {
        background-color: #748B67;
        background-color: rgba(149, 184, 131, 0.5);
        background-color: #aaa;
        box-shadow: 0 0px 12px rgba(170, 170, 170, 0.5); }
  .carousel .more {
    position: absolute;
    right: 50px;
    top: 14px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #707476; }
    .carousel .more:hover {
      color: #778b67; }
  .carousel.carousel-fade .item {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    left: 0 !important; }
  .carousel.carousel-fade .next.left, .carousel.carousel-fade .prev.right {
    opacity: 1;
    z-index: 1; }
  .carousel.carousel-fade .active.left,
  .carousel.carousel-fade .active.right {
    opacity: 0;
    z-index: 2;
    filter: alpha(opacity=0); }
  .carousel.carousel-fade .carousel-control {
    z-index: 3; }
    .carousel.carousel-fade .carousel-control.left .glyphicon {
      left: 22px; }
    .carousel.carousel-fade .carousel-control.right .glyphicon {
      right: 12px; }
  .carousel .carousel-caption {
    background: transparent;
    bottom: -78px;
    left: 0;
    height: auto;
    text-align: center;
    width: 100%; }
    .carousel .carousel-caption h4 {
      font-size: 13px;
      font-size: 1.3rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #8a8d90; }
      .carousel .carousel-caption h4 em {
        font-style: normal;
        color: #fff; }
    .carousel .carousel-caption .context {
      margin-left: 15px; }

.main {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 100px 15% 150px; }
  .main h2 {
    margin-top: 50px; }
  .main p, .main ul, .main ol, .main li, .main blockquote {
    margin: 20px 0; }
  .main ul {
    margin-left: 0;
    margin-bottom: 50px;
    padding-left: 0; }
  .main strong {
    font-weight: normal;
    color: #fff; }
  .main blockquote {
    border-left: none;
    padding: 30px;
    margin-top: 40px;
    display: block;
    font-size: inherit; }
    .main blockquote p:first-child {
      position: relative; }
      .main blockquote p:first-child:before {
        content: "‟";
        font-size: 70px;
        font-size: 7rem;
        position: absolute;
        top: -22px;
        left: -35px;
        opacity: .5; }
  .main cite {
    font-size: inherit; }
  .main img {
    max-width: 100%; }

.subpage h1 {
  margin-bottom: 1em; }
.subpage p.lead {
  margin-bottom: 80px; }
.subpage.affirmation p.lead {
  margin-bottom: 40px; }
.subpage.skills p.lead {
  margin-bottom: 50px; }
.subpage.skills .main li {
  margin: 5px 0; }
.subpage.skills .main .last {
  margin-left: 50px; }
.subpage.skills .main blockquote p:last-child {
  margin-bottom: 0; }
.subpage.skills .main cite {
  margin-left: 30px;
  margin-top: -30px;
  display: block;
  font-size: 17px;
  font-size: 1.7rem; }

.progress {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 -1px 0 rgba(0, 0, 0, 0.8); }

.contact {
  padding: 35px 0;
  text-align: center; }
  .contact .btn-email > a {
    display: inline-block;
    height: 78px;
    line-height: 68px;
    border: 5px solid #111;
    margin-bottom: 30px;
    padding: 0 50px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ccc;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 1px; }
    .contact .btn-email > a:hover {
      color: #fff;
      border-color: #45503c; }

.modal .modal-content {
  background: #101618 url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat;
  background: url("http://designwise.me.s3.amazonaws.com/img/bg_gradient.jpg") no-repeat center -400px, url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat, #101618;
  background-color: #778b67;
  background-color: rgba(119, 139, 103, 0.8);
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 black, inset 0 1px 0 rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 3px; }
.modal .modal-body {
  padding: 60px 50px; }
.modal .form-horizontal .form-group {
  margin-left: 0; }
  .modal .form-horizontal .form-group label {
    position: relative;
    top: auto;
    left: -2%; }
.modal .form-group {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem; }
  .modal .form-group label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 2%;
    font-weight: normal;
    color: #fff; }
  .modal .form-group#field_2_div label {
    top: 6px; }
  .modal .form-group sup {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -10px;
    display: none; }
  .modal .form-group .form-control {
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.15);
    border-color: #111;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    color: #91a382; }
    .modal .form-group .form-control::-webkit-input-placeholder {
      color: #aaa;
      color: rgba(255, 255, 255, 0.5); }
    .modal .form-group .form-control:-moz-placeholder {
      color: #aaa;
      color: rgba(255, 255, 255, 0.5); }
    .modal .form-group .form-control::-moz-placeholder {
      color: #aaa;
      color: rgba(255, 255, 255, 0.5); }
    .modal .form-group .form-control:-ms-input-placeholder {
      color: #aaa;
      color: rgba(255, 255, 255, 0.5); }
.modal .form-control {
  font-size: 18px;
  font-size: 1.8rem;
  min-height: 46px;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  box-sizing: "border-box";
  padding-left: 30.5%; }
.modal textarea.form-control {
  padding-top: 10px; }
.modal .bootstrap-select .btn-inverse {
  color: #ddd;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.15); }
.modal .bootstrap-select .dropdown-menu {
  border-radius: 3px; }
  .modal .bootstrap-select .dropdown-menu > ul.dropdown-menu {
    font-size: 16px;
    font-size: 1.6rem; }
    .modal .bootstrap-select .dropdown-menu > ul.dropdown-menu > li.selected > a {
      color: #778b67;
      font-weight: 600; }
    .modal .bootstrap-select .dropdown-menu > ul.dropdown-menu a:hover {
      background-color: #ddd; }
    .modal .bootstrap-select .dropdown-menu > ul.dropdown-menu a:focus {
      outline: none; }
.modal .btn-primary {
  background-color: #5e6e51;
  background-color: #778b67;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778b67), color-stop(100%, #5e6e51));
  background-image: -webkit-linear-gradient(#778b67, #5e6e51);
  background-image: linear-gradient(#778b67, #5e6e51);
  border: none;
  font-size: 2rem;
  box-shadow: 0 2px 0 #131610, inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 14px;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  .modal .btn-primary:hover {
    color: #fff;
    background-color: #748865; }
  .modal .btn-primary:active {
    color: #fff;
    background-color: #748865;
    box-shadow: 0 3px 0 #131610, 0 4px 0px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05); }
.modal .help-block {
  font-size: 14px;
  font-size: 1.4rem; }
.modal .secondary-contact {
  text-align: center;
  display: block;
  margin: .5em auto;
  font-size: 16px;
  font-size: 1.7rem; }

.btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 2px; }
  .btn:hover {
    color: #abb8a0; }
  .btn:active {
    color: lighen(#778b67, 100%); }

.btn-flat {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); }

.footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 65px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888; }
  .footer .copynav .designwise {
    color: inherit; }
    .footer .copynav .designwise:hover {
      color: #abb8a0; }
  .footer .copynav .first {
    margin-left: 10px; }
  .footer .copynav .pipe {
    font-style: normal;
    margin: 0 5px;
    opacity: .5; }
  .footer .copynav .tel a {
    color: #a4a7a8; }
  .footer .socialnav {
    position: relative;
    margin-top: -30px;
    text-align: right;
    float: right; }
    .footer .socialnav .twitter,
    .footer .socialnav .dribbble {
      height: 43px;
      width: 43px;
      display: inline-block;
      position: relative;
      margin-top: 15px; }
      .footer .socialnav .twitter span,
      .footer .socialnav .dribbble span {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 43px;
        width: 43px;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      .footer .socialnav .twitter:hover span,
      .footer .socialnav .dribbble:hover span {
        opacity: 1;
        text-indent: -900em;
        overflow: hidden; }
    .footer .socialnav .twitter {
      background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_twitter_default.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .footer .socialnav .twitter {
          background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_twitter_default@2x.png");
          background-size: 43px 43px; } }
      .footer .socialnav .twitter span {
        background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_twitter_selected.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .footer .socialnav .twitter span {
            background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_twitter_selected@2x.png");
            background-size: 43px 43px; } }
    .footer .socialnav .dribbble {
      background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_dribbble_default.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .footer .socialnav .dribbble {
          background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_dribbble_default@2x.png");
          background-size: 43px 43px; } }
      .footer .socialnav .dribbble span {
        background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_dribbble_selected.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .footer .socialnav .dribbble span {
            background-image: url("http://designwise.me.s3.amazonaws.com/img/btn_dribbble_selected@2x.png");
            background-size: 43px 43px; } }

#horn-tooting {
  padding-top: 50px;
  clear: both; }

@media only screen and (max-width: 480px) {
  body {
    font-size: 2.2rem; }

  .btn-flat.more {
    display: none; }

  .main {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 2%;
    padding-right: 2%; }

  .contact .btn-email {
    background-position: center center;
    width: 100%; }
    .contact .btn-email .btn-flat {
      font-size: 2.2rem; }

  footer {
    font-size: 2.2rem; }

  .tel {
    font-size: 2.4rem;
    display: block;
    margin: 1em auto;
    color: #fff; } }
@media only screen and (min-width: 481px) and (max-width: 990px) {
  .masthead {
    text-align: center; }
    .masthead h1.logo {
      margin-left: 0; }
    .masthead h2.tagline {
      margin-left: 0;
      float: none;
      margin-right: 0; } }
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0; }
    body.home {
      background: url("http://designwise.me.s3.amazonaws.com/img/bg_gradient.jpg") no-repeat center -400px, url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat, #101618; }

  .masthead {
    height: auto;
    min-height: 84px;
    text-align: center;
    height: auto; }

  .subpage .main {
    margin-top: 0px;
    padding: 50px; }

  .carousel {
    padding: 50px 20px 60px;
    margin: 0 10px; }
    .carousel.carousel-fade .carousel-control {
      z-index: 3; }
      .carousel.carousel-fade .carousel-control.left .glyphicon {
        left: 12px; }
      .carousel.carousel-fade .carousel-control.right .glyphicon {
        right: 12px; }

  .footer {
    background-color: transparent; }
    .footer .copynav {
      text-align: center; }
    .footer .socialnav {
      margin-top: 10px;
      text-align: center;
      float: none; } }
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    width: 984px; }

  .logo {
    margin-left: 50px; } }
@media (min-width: 768px) {
  .contact {
    padding: 35px 0;
    margin-left: -27px;
    text-align: center; } }
@media (max-width: 767px) {
  .subpage.skills .main {
    margin-bottom: 50px; }
    .subpage.skills .main .last {
      margin-left: 0px; } }
@media (min-width: 993px) {
  h1.logo,
  a.logo {
    margin-left: 50px; }

  .footer .copynav {
    margin-left: 50px; }
  .footer .socialnav {
    margin-right: 50px; } }
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body {
    border-top: none;
    background: #101618 url("http://designwise.me.s3.amazonaws.com/img/body_bg.jpg") repeat; }

  .masthead {
    height: auto;
    min-height: 54px; }
    .masthead h1.logo {
      margin-left: 0; }
    .masthead h2.tagline {
      display: none; } }
.work .sample img {
  margin-bottom: 0;
  border-radius: 1px;
  box-shadow: 0 0 20px black; }

.sample {
  position: relative;
  padding-bottom: 30px; }

.sample-caption {
  background: transparent;
  bottom: 0;
  margin-bottom: 10px;
  left: 10px;
  height: auto;
  text-align: center; }
  .sample-caption h4 {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8a8d90; }
    .sample-caption h4 em {
      font-style: normal;
      color: #fff; }
  .sample-caption .context {
    margin-left: 15px; }
