/* line 1, ../scss/_layout.scss */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../scss/_layout.scss */
html, body {
  height: 100%;
}

/* line 9, ../scss/_layout.scss */
.wrap {
  overflow: hidden;
  min-height: 100%;
  height: auto;
  margin: 0 auto -50px;
}

/* line 17, ../scss/_layout.scss */
.inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: auto;
  position: relative;
  min-width: 320px;
}
/* line 37, ../scss/_mixins.scss */
.inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 500px) {
  /* line 17, ../scss/_layout.scss */
  .inner {
    padding: 0 10px;
  }
}

/* line 30, ../scss/_layout.scss */
body {
  background: #534a3f;
  margin: 0;
  padding: 0;
}

/* line 36, ../scss/_layout.scss */
.banner {
  margin: 0 auto 40px;
  position: relative;
  background: url(../img/home.jpg) center top no-repeat;
  height: 450px;
}
/* line 42, ../scss/_layout.scss */
.banner a.bubble {
  cursor: pointer;
}
/* line 46, ../scss/_layout.scss */
.banner div.bubble {
  position: absolute;
  left: 65%;
  max-width: 300px;
  top: -10px;
  background: #e3dbcb;
  color: #534a3f;
  text-align: center;
  border: 2px #c19746 solid;
  border-radius: 50%;
  padding: 20px;
  transform: translate(0, -50%) scale(1, 1);
  transform-origin: 0 50%;
  opacity: 0.5;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 100;
}
/* line 64, ../scss/_layout.scss */
.banner div.bubble.ng-hide {
  opacity: 0;
  transform: translate(0, -50%) scale(0.1, 0.1);
}
@media screen and (max-width: 500px) {
  /* line 46, ../scss/_layout.scss */
  .banner div.bubble {
    left: auto;
    right: 5px;
    max-width: 50%;
    transform-origin: 100% 50%;
  }
}
/* line 77, ../scss/_layout.scss */
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 84, ../scss/_layout.scss */
.banner .text h1 {
  margin: 2em 0 0;
}
/* line 89, ../scss/_layout.scss */
.banner img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  /* line 96, ../scss/_layout.scss */
  .banner h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  /* line 102, ../scss/_layout.scss */
  .banner h1 {
    font-size: 30px;
  }
  /* line 106, ../scss/_layout.scss */
  .banner img {
    max-width: 200%;
    margin: 0 0 0 -25%;
  }
}
@media screen and (max-width: 500px) {
  /* line 113, ../scss/_layout.scss */
  .banner h1 {
    font-size: 25px;
  }
}

/* line 119, ../scss/_layout.scss */
.buffer {
  height: 50px;
  margin: 0 0 40px;
  background: #645c52;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  /* line 119, ../scss/_layout.scss */
  .buffer {
    margin: 0 0 10px;
  }
}

/* line 132, ../scss/_layout.scss */
.cols {
  margin: 0 -45px;
  font-size: 0;
}
/* line 37, ../scss/_mixins.scss */
.cols:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
/* line 138, ../scss/_layout.scss */
.cols .col {
  width: 50%;
  font-size: 21px;
  line-height: 1.2em;
  display: inline-block;
  padding: 0 45px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mq2nvj");
  src: url("../fonts/icomoon.eot?mq2nvj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mq2nvj") format("truetype"), url("../fonts/icomoon.woff?mq2nvj") format("woff"), url("../fonts/icomoon.svg?mq2nvj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../scss/_fonts.scss */
.icon-facebook:before {
  content: "\e800";
}

/* line 29, ../scss/_fonts.scss */
.icon-instagram:before {
  content: "\e801";
}

/* line 32, ../scss/_fonts.scss */
.icon-twitter:before {
  content: "\e802";
}

/* line 35, ../scss/_fonts.scss */
.icon-linkedin:before {
  content: "\e803";
}

/* line 38, ../scss/_fonts.scss */
.icon-cue-ball:before {
  content: "\e600";
}

/* line 41, ../scss/_fonts.scss */
.icon-folder:before {
  content: "\e604";
}

/* line 44, ../scss/_fonts.scss */
.icon-mail:before {
  content: "\e605";
}

/* line 47, ../scss/_fonts.scss */
.icon-video-play:before {
  content: "\e606";
}

/* line 1, ../scss/_text.scss */
body {
  color: #e3dbcb;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.4em;
}

/* line 9, ../scss/_text.scss */
a {
  color: #c19746;
  text-decoration: none;
}

/* line 14, ../scss/_text.scss */
h1 {
  line-height: 1.4em;
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  text-shadow: 0 0 100px #000;
}

/* line 22, ../scss/_text.scss */
h2 {
  color: #c19746;
  border-bottom: 2px #c19746 solid;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0;
}
/* line 30, ../scss/_text.scss */
h2 strong {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 36, ../scss/_text.scss */
h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  color: #c19746;
}

/* line 1, ../scss/_header.scss */
#logo {
  width: 404px;
  position: absolute;
  height: 116px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0;
}
/* line 10, ../scss/_header.scss */
#logo a {
  display: block;
  width: 404px;
  height: 116px;
  background: url(../img/logo.png?v=2) 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -99999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  /* line 10, ../scss/_header.scss */
  #logo a {
    background-image: url(../img/logo@2x.png);
  }
}
@media screen and (max-width: 1000px) {
  /* line 1, ../scss/_header.scss */
  #logo {
    position: relative;
    margin: 20px auto 0;
    max-width: 100%;
  }
  /* line 32, ../scss/_header.scss */
  #logo a {
    max-width: 100%;
  }
}

/* line 38, ../scss/_header.scss */
header {
  position: relative;
  z-index: 3;
  background: #534a3f;
}
/* line 43, ../scss/_header.scss */
header nav {
  float: right;
  padding: 15px 0 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  /* line 43, ../scss/_header.scss */
  header nav {
    float: none;
    padding-top: 0;
  }
}
/* line 54, ../scss/_header.scss */
header nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 59, ../scss/_header.scss */
header nav ul.menu li {
  display: inline-block;
  width: 150px;
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  /* line 59, ../scss/_header.scss */
  header nav ul.menu li {
    width: 100px;
  }
}
/* line 71, ../scss/_header.scss */
header nav a {
  color: #e3dbcb;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: auto;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 79, ../scss/_header.scss */
header nav a i {
  color: #c19746;
  display: block;
  font-size: 24px;
  margin: 0 0 5px;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 88, ../scss/_header.scss */
header nav a:hover i, header nav a.active i {
  color: #e3dbcb;
}

/* line 1, ../scss/_footer.scss */
.push {
  height: 50px;
}

/* line 5, ../scss/_footer.scss */
footer {
  background: #c19746;
  padding: 1px 8px;
  margin: 0 0 0;
  height: 50px;
  position: relative;
  color: #534a3f;
}
/* line 13, ../scss/_footer.scss */
footer .credits {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  line-height: 1.4em;
  padding: 6px 0;
}
/* line 20, ../scss/_footer.scss */
footer .credits a {
  color: inherit;
  text-decoration: underline;
}
/* line 24, ../scss/_footer.scss */
footer .credits a:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 13, ../scss/_footer.scss */
  footer .credits {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    color: #e3dbcb;
    font-size: 10px;
  }
}
/* line 42, ../scss/_footer.scss */
footer .social {
  text-align: right;
  padding: 12px 0 0;
}
/* line 46, ../scss/_footer.scss */
footer .social a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #534a3f;
  vertical-align: middle;
  margin: 0 15px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 57, ../scss/_footer.scss */
footer .social a:hover i {
  color: #e3dbcb;
}
/* line 62, ../scss/_footer.scss */
footer .social h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 15px;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  /* line 74, ../scss/_footer.scss */
  footer .social h3 {
    font-size: 16px;
    margin: 0 5px;
  }
  /* line 79, ../scss/_footer.scss */
  footer .social a {
    margin: 0 5px;
  }
}

/* line 1, ../scss/_bio.scss */
.bio-blocks {
  position: relative;
  margin: 0 10px 40px;
}
@media screen and (max-width: 500px) {
  /* line 1, ../scss/_bio.scss */
  .bio-blocks {
    margin: 0 0 40px;
  }
}
/* line 9, ../scss/_bio.scss */
.bio-blocks .pb {
  width: 50%;
}
/* line 12, ../scss/_bio.scss */
.bio-blocks .pb.small {
  width: 25%;
}
/* line 16, ../scss/_bio.scss */
.bio-blocks .pb.wide {
  width: 100%;
}
@media screen and (max-width: 900px) {
  /* line 9, ../scss/_bio.scss */
  .bio-blocks .pb {
    width: 100%;
  }
}

/* line 27, ../scss/_bio.scss */
.bio-b {
  padding: 20px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
/* line 35, ../scss/_bio.scss */
.bio-b h2 {
  font-size: 30px;
}
/* line 39, ../scss/_bio.scss */
.bio-b p {
  margin-bottom: 0;
}
/* line 43, ../scss/_bio.scss */
.bio-b img {
  float: right;
  max-width: 50%;
  display: block;
  margin: 20px 0 20px 20px;
}

/* line 51, ../scss/_bio.scss */
.bio-i {
  margin: 10px;
  padding: 0;
  background: none;
}
/* line 56, ../scss/_bio.scss */
.bio-i img {
  float: none;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* line 66, ../scss/_bio.scss */
.r-block {
  padding: 20px 20px 0 0;
}
/* line 69, ../scss/_bio.scss */
.r-block img {
  float: left;
  margin: -10px 10px 0 0;
}
@media screen and (max-width: 600px) {
  /* line 69, ../scss/_bio.scss */
  .r-block img {
    float: none;
    margin: 0 0 10px;
  }
}
/* line 79, ../scss/_bio.scss */
.r-block .th-wrap {
  width: 160px;
  background: #444;
  overflow: hidden;
  float: left;
  margin: -5px 10px 0 0;
  box-shadow: inset 0 0 50px #000;
}
/* line 87, ../scss/_bio.scss */
.r-block .th-wrap img {
  float: none;
  margin: 0 auto;
  max-width: none;
}
@media screen and (max-width: 900px) {
  /* line 79, ../scss/_bio.scss */
  .r-block .th-wrap {
    float: none;
    margin: 0 0 10px;
  }
}
/* line 100, ../scss/_bio.scss */
.pb.wide .r-block {
  /*
  		@include media-min(1000px) {
  			width: 33.33%;
  			&:nth-child(2n-1) {
  				clear: none;
  			}
  			&:nth-child(3n-1) {
  				clear: left;
  			}
  		}
  */
}
@media screen and (min-width: 600px) {
  /* line 100, ../scss/_bio.scss */
  .pb.wide .r-block {
    float: left;
    width: 50%;
  }
  /* line 104, ../scss/_bio.scss */
  .pb.wide .r-block:nth-child(2n) {
    clear: left;
  }
}
/* line 123, ../scss/_bio.scss */
.r-block h3 {
  margin: 0 0 5px;
  line-height: 1em;
}
/* line 128, ../scss/_bio.scss */
.r-block p {
  margin: 0;
  font-size: 12px;
}

/* line 1, ../scss/_portfolio.scss */
.portfolio {
  margin: -40px 0 0;
  padding: 40px 0;
}
/* line 5, ../scss/_portfolio.scss */
.portfolio .bg {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: center center no-repeat;
  background-size: cover;
}
/* line 16, ../scss/_portfolio.scss */
.portfolio .inner {
  position: relative;
  z-index: 1;
}
/* line 21, ../scss/_portfolio.scss */
.portfolio .player {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 52, 56, 0.8);
  text-align: center;
  padding: 50px 0 0;
}
@media screen and (max-width: 640px) {
  /* line 34, ../scss/_portfolio.scss */
  .portfolio .player iframe {
    width: 320px;
    height: 240px;
  }
}
/* line 41, ../scss/_portfolio.scss */
.portfolio .work {
  overflow: hidden;
  margin: 0 0 40px;
  cursor: pointer;
}
/* line 46, ../scss/_portfolio.scss */
.portfolio .work .thumb-wrap {
  border: 6px #c19746 solid;
  width: 400px;
  height: 400px;
  -webkit-border-radius: 200px;
  -ms-border-radius: 200px;
  -moz-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  text-align: center;
  float: left;
}
/* line 55, ../scss/_portfolio.scss */
.portfolio .work .thumb-wrap .inside {
  width: 600px;
  margin: 0 0 0 -100px;
}
/* line 65, ../scss/_portfolio.scss */
.portfolio .work .text {
  margin: 100px 0 0 450px;
  padding: 20px;
  background: rgba(52, 52, 56, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  /* line 73, ../scss/_portfolio.scss */
  .portfolio .work .thumb-wrap {
    float: none;
    margin: auto;
  }
  /* line 78, ../scss/_portfolio.scss */
  .portfolio .work .text {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 440px) {
  /* line 84, ../scss/_portfolio.scss */
  .portfolio .work .thumb-wrap {
    width: 300px;
    height: 300px;
  }
}
/* line 91, ../scss/_portfolio.scss */
.portfolio h3 {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0;
}
/* line 99, ../scss/_portfolio.scss */
.portfolio .actions {
  margin: 20px 0 0;
}
/* line 102, ../scss/_portfolio.scss */
.portfolio .actions a {
  color: #e3dbcb;
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
}
/* line 108, ../scss/_portfolio.scss */
.portfolio .actions a:hover {
  color: #c19746;
}
