/*
Theme Name: MAXWELL CARL SCOTT EMPTY THEME / HTML5 BOILERPLATE BASE
Theme URI: http://maxwellcarlscott.com
Author: Maxwell Carl Scott
*/

/* line 5, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.4.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 105, ../sass/_partials/_mixins.scss */
.vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* line 106, ../sass/_partials/_mixins.scss */
.horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 107, ../sass/_partials/_mixins.scss */
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* entypo */
/* line 5, ../sass/_partials/_typography.scss */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

/* fontawesome */
/* line 11, ../sass/_partials/_typography.scss */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* zocial */
/* line 17, ../sass/_partials/_typography.scss */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/* line 7, ../sass/_partials/_global.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
/* line 17, ../sass/_partials/_global.scss */
html {
  font-size: 62.5%;
}

/* line 20, ../sass/_partials/_global.scss */
body {
  font-family: 'Futura Std';
  font-size: 14px;
  line-height: 24px;
  color: #222;
  background: white;
  overflow-x: hidden;
}

/* clear */
/* line 32, ../sass/_partials/_global.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 38, ../sass/_partials/_global.scss */
.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 46, ../sass/_partials/_global.scss */
.cf {
  *zoom: 1;
}

/* line 59, ../sass/_partials/_global.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* line 63, ../sass/_partials/_global.scss */
a {
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  color: #444;
  text-decoration: none;
}

/* line 68, ../sass/_partials/_global.scss */
a:hover {
  color: #444;
  text-decoration: none;
  opacity: .9;
}

/* line 73, ../sass/_partials/_global.scss */
a:focus {
  outline: 0;
  text-decoration: none;
}

/* line 77, ../sass/_partials/_global.scss */
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/* line 82, ../sass/_partials/_global.scss */
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/* line 87, ../sass/_partials/_global.scss */
strong {
  font-weight: 600;
}

/* line 88, ../sass/_partials/_global.scss */
b {
  font-weight: 600;
}

/* line 90, ../sass/_partials/_global.scss */
em {
  font-style: italic;
}

/* line 99, ../sass/_partials/_global.scss */
h1, h2, h3, h4 {
  line-height: 1.4em;
}

/* line 101, ../sass/_partials/_global.scss */
h1 {
  font-size: 3em;
}

/* line 102, ../sass/_partials/_global.scss */
h2 {
  font-size: 2em;
}

/* line 103, ../sass/_partials/_global.scss */
h3 {
  font-size: 1.8em;
}

/* line 104, ../sass/_partials/_global.scss */
h4 {
  font-size: 1.4em;
}

/* line 105, ../sass/_partials/_global.scss */
h5 {
  font-size: 1.0em;
}

/* line 106, ../sass/_partials/_global.scss */
h6 {
  font-size: 1.0em;
}

/* line 127, ../sass/_partials/_global.scss */
.no-padding {
  padding: 0;
}

/* line 135, ../sass/_partials/_global.scss */
.blueoverlay {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: blue;
  position: absolute;
  opacity: .6;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* line 153, ../sass/_partials/_global.scss */
.site-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

/* line 165, ../sass/_partials/_global.scss */
.waypoint {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
/* line 169, ../sass/_partials/_global.scss */
.waypoint.visible {
  visibility: visible;
  opacity: 1;
}

/* line 177, ../sass/_partials/_global.scss */
.sidebar-widget h4 {
  margin-bottom: 10px;
}

/* line 180, ../sass/_partials/_global.scss */
.sidebar-widget div {
  margin-bottom: 30px;
}

/* line 188, ../sass/_partials/_global.scss */
input {
  display: block;
  padding: 12px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

/* line 197, ../sass/_partials/_global.scss */
textarea {
  display: block;
  padding: 12px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

/* line 204, ../sass/_partials/_global.scss */
input[type="submit"] {
  -webkit-appearance: none;
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-transform: uppercase;
}

/* line 220, ../sass/_partials/_global.scss */
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 226, ../sass/_partials/_global.scss */
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 238, ../sass/_partials/_global.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 244, ../sass/_partials/_global.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 260, ../sass/_partials/_global.scss */
.cube-wrap {
  display: block;
  position: relative;
  clear: both;
  padding: 120px 0 60px 0;
}

/* line 267, ../sass/_partials/_global.scss */
.cube {
  position: absolute;
  left: 48.5%;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: spin 3s infinite ease-out;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* line 285, ../sass/_partials/_global.scss */
.cube div {
  width: 40px;
  height: 40px;
  line-height: 100px;
  text-align: center;
  box-shadow: inset 0px 0px 0px 1px white;
  display: block;
  position: absolute;
}

/* line 296, ../sass/_partials/_global.scss */
.cube div.top {
  -webkit-transform: rotateX(90deg);
  margin-top: -20px;
}

/* line 301, ../sass/_partials/_global.scss */
.cube div.right {
  -webkit-transform: rotateY(90deg);
  margin-left: 20px;
}

/* line 306, ../sass/_partials/_global.scss */
.cube div.bottom {
  -webkit-transform: rotateX(-90deg);
  margin-top: 20px;
}

/* line 311, ../sass/_partials/_global.scss */
.cube div.left {
  -webkit-transform: rotateY(-90deg);
  margin-left: -20px;
}

/* line 316, ../sass/_partials/_global.scss */
.cube div.front {
  -webkit-transform: translateZ(20px);
}

/* line 320, ../sass/_partials/_global.scss */
.cube div.back {
  -webkit-transform: translateZ(-20px) rotateX(180deg);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(20deg);
    margin-top: 0;
  }
  33% {
    margin-top: 20px;
  }
  66% {
    margin-top: -5px;
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(740deg);
    margin-top: 0;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
/* line 343, ../sass/_partials/_global.scss */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 348, ../sass/_partials/_global.scss */
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 353, ../sass/_partials/_global.scss */
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/* line 363, ../sass/_partials/_global.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 366, ../sass/_partials/_global.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 371, ../sass/_partials/_global.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 375, ../sass/_partials/_global.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 379, ../sass/_partials/_global.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 383, ../sass/_partials/_global.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 386, ../sass/_partials/_global.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 390, ../sass/_partials/_global.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 395, ../sass/_partials/_global.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 402, ../sass/_partials/_global.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 405, ../sass/_partials/_global.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 408, ../sass/_partials/_global.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 411, ../sass/_partials/_global.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 419, ../sass/_partials/_global.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  /* line 438, ../sass/_partials/_global.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 444, ../sass/_partials/_global.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 448, ../sass/_partials/_global.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 451, ../sass/_partials/_global.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 454, ../sass/_partials/_global.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 459, ../sass/_partials/_global.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 463, ../sass/_partials/_global.scss */
  thead {
    display: table-header-group;
  }

  /* line 466, ../sass/_partials/_global.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 469, ../sass/_partials/_global.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 475, ../sass/_partials/_global.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 481, ../sass/_partials/_global.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/_layouts/_header.scss */
  .wrapper {
    width: 100%;
  }
}

/* line 23, ../sass/_layouts/_header.scss */
.logo {
  font-size: 42px;
  color: black;
  font-family: Didot;
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  /* line 23, ../sass/_layouts/_header.scss */
  .logo {
    position: relative;
    padding: 0;
    line-height: 60px;
  }
}

/* line 42, ../sass/_layouts/_header.scss */
.primary-nav {
  clear: both;
  text-align: left;
  margin: 60px 0;
  font-family: georgia;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px;
}
@media (max-width: 767px) {
  /* line 42, ../sass/_layouts/_header.scss */
  .primary-nav {
    display: block;
    margin: 0;
    padding: 10px 0;
    position: relative;
  }
}
/* line 57, ../sass/_layouts/_header.scss */
.primary-nav h6 {
  font-family: monospace;
  font-style: italic;
  margin: 15px 0 5px 0;
  letter-spacing: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 67, ../sass/_layouts/_header.scss */
.primary-nav li.title a {
  color: black;
}
/* line 70, ../sass/_layouts/_header.scss */
.primary-nav li {
  position: relative;
  display: block;
}
/* line 73, ../sass/_layouts/_header.scss */
.primary-nav li.current-menu-item a {
  color: blue;
}
/* line 78, ../sass/_layouts/_header.scss */
.primary-nav li:hover a {
  color: blue;
}
/* line 80, ../sass/_layouts/_header.scss */
.primary-nav li a {
  font-family: Georgia;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  color: #aaa;
}

/* line 100, ../sass/_layouts/_header.scss */
.analog-menu {
  position: fixed;
}
@media (max-width: 767px) {
  /* line 100, ../sass/_layouts/_header.scss */
  .analog-menu {
    position: relative;
    margin-bottom: 30px;
  }
}
/* line 107, ../sass/_layouts/_header.scss */
.analog-menu li.title a {
  color: black;
}
/* line 110, ../sass/_layouts/_header.scss */
.analog-menu li {
  position: relative;
  display: block;
}
/* line 113, ../sass/_layouts/_header.scss */
.analog-menu li.current-menu-item a {
  color: blue;
}
/* line 118, ../sass/_layouts/_header.scss */
.analog-menu li:hover a {
  color: blue;
}
/* line 120, ../sass/_layouts/_header.scss */
.analog-menu li a {
  font-family: Georgia;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: 500;
  color: #aaa;
}

/* line 139, ../sass/_layouts/_header.scss */
a.nav-open {
  display: none;
  line-height: 120px;
  float: right;
  margin-right: 15px;
}
/* line 144, ../sass/_layouts/_header.scss */
a.nav-open img {
  vertical-align: middle;
}
/* line 145, ../sass/_layouts/_header.scss */
a.nav-open:hover {
  opacity: .8;
}
@media (max-width: 767px) {
  /* line 139, ../sass/_layouts/_header.scss */
  a.nav-open {
    display: none;
  }
}

/* line 151, ../sass/_layouts/_header.scss */
.mobile-menu {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  /* line 151, ../sass/_layouts/_header.scss */
  .mobile-menu {
    display: block;
  }
}
/* line 164, ../sass/_layouts/_header.scss */
.mobile-menu a.nav-close {
  position: absolute;
  padding: 30px;
  right: 0;
  top: 0;
}
/* line 169, ../sass/_layouts/_header.scss */
.mobile-menu ul {
  padding: 0;
}
/* line 172, ../sass/_layouts/_header.scss */
.mobile-menu li {
  font-family: 'gothammediumregular';
  font-size: 18px;
  line-height: 42px;
  text-transform: uppercase;
}
/* line 177, ../sass/_layouts/_header.scss */
.mobile-menu li a {
  color: #222;
}
/* line 179, ../sass/_layouts/_header.scss */
.mobile-menu.active {
  left: 0;
}

/* line 196, ../sass/_layouts/_header.scss */
.banner {
  display: block;
  height: 500px;
  overflow: hidden;
  position: relative;
}
/* line 201, ../sass/_layouts/_header.scss */
.banner img {
  width: 100%;
}

/* line 203, ../sass/_layouts/_header.scss */
.page .banner, .search .banner {
  height: 300px;
}

/* line 206, ../sass/_layouts/_header.scss */
.contact .banner {
  height: 500px;
}

/* line 212, ../sass/_layouts/_header.scss */
.banner.blog {
  height: 200px;
}

/* line 220, ../sass/_layouts/_header.scss */
.homepage-slider {
  overflow: hidden;
  position: relative;
}
/* line 227, ../sass/_layouts/_header.scss */
.homepage-slider .item {
  height: 600px;
}
@media (max-width: 767px) {
  /* line 227, ../sass/_layouts/_header.scss */
  .homepage-slider .item {
    height: 300px;
  }
}
/* line 233, ../sass/_layouts/_header.scss */
.homepage-slider .callouts {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: left;
  color: white;
  top: 20%;
  margin: 0 auto;
}
/* line 241, ../sass/_layouts/_header.scss */
.homepage-slider .callouts h3 {
  text-align: left;
  background-color: white;
  float: left;
  color: black;
  padding: 10px 25px;
  font-weight: 600;
  font-style: italic;
}
/* line 250, ../sass/_layouts/_header.scss */
.homepage-slider .callouts p {
  float: left;
  clear: both;
  padding-left: 25px;
}
/* line 257, ../sass/_layouts/_header.scss */
.homepage-slider:hover .slider-controls .left {
  margin-left: 0;
}
/* line 258, ../sass/_layouts/_header.scss */
.homepage-slider:hover .slider-controls .right {
  margin-right: 0;
}

/* line 262, ../sass/_layouts/_header.scss */
.play-pause {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 99;
}
@media (max-width: 767px) {
  /* line 262, ../sass/_layouts/_header.scss */
  .play-pause {
    position: relative;
    float: right;
    margin: 5px;
    right: 0;
    bottom: 0;
  }
}
/* line 273, ../sass/_layouts/_header.scss */
.play-pause #playButton, .play-pause #pauseButton {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #aaa;
}
/* line 276, ../sass/_layouts/_header.scss */
.play-pause #playButton:hover, .play-pause #pauseButton:hover {
  cursor: pointer;
}
/* line 277, ../sass/_layouts/_header.scss */
.play-pause #playButton.active, .play-pause #pauseButton.active {
  color: white;
}

/* Carousel Fading slide */
/* line 284, ../sass/_layouts/_header.scss */
.carousel-fade .carousel-inner {
  background: #000;
}

/* line 285, ../sass/_layouts/_header.scss */
.carousel-fade .carousel-control {
  z-index: 2;
}

/* line 286, ../sass/_layouts/_header.scss */
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 294, ../sass/_layouts/_header.scss */
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
  opacity: 1;
}

/* line 298, ../sass/_layouts/_header.scss */
.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 308, ../sass/_layouts/_header.scss */
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 314, ../sass/_layouts/_header.scss */
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 320, ../sass/_layouts/_header.scss */
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 333, ../sass/_layouts/_header.scss */
.quotes-wrap {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  max-width: 500px;
  margin: 12px 15px;
}
@media (max-width: 767px) {
  /* line 333, ../sass/_layouts/_header.scss */
  .quotes-wrap {
    bottom: 0;
    top: inherit;
  }
}

/* line 345, ../sass/_layouts/_header.scss */
.quotes {
  font-family: 'gothammediumregular';
  color: white;
  background: rgba(0, 0, 0, 0.7);
  float: right;
  clear: both;
  position: relative;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 16px;
  margin-top: 5px;
}
/* line 356, ../sass/_layouts/_header.scss */
.quotes.quote2 {
  max-width: 450px;
}
@media (max-width: 767px) {
  /* line 345, ../sass/_layouts/_header.scss */
  .quotes {
    font-size: 8px;
  }
}
/* line 360, ../sass/_layouts/_header.scss */
.quotes em {
  color: #ddd;
  font-family: 'gothambookregular';
  font-size: 10px;
}
@media (max-width: 767px) {
  /* line 360, ../sass/_layouts/_header.scss */
  .quotes em {
    font-size: 7px;
  }
}

/* line 367, ../sass/_layouts/_header.scss */
.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin-top: -45px;
}
/* line 373, ../sass/_layouts/_header.scss */
.slider-controls .left {
  float: left;
  margin-left: -60px;
}
/* line 374, ../sass/_layouts/_header.scss */
.slider-controls .right {
  float: right;
  margin-right: -60px;
}
/* line 375, ../sass/_layouts/_header.scss */
.slider-controls .left, .slider-controls .right {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
/* line 381, ../sass/_layouts/_header.scss */
.slider-controls .left:hover .arrow, .slider-controls .right:hover .arrow {
  opacity: 1;
}
/* line 383, ../sass/_layouts/_header.scss */
.slider-controls .arrow {
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  position: relative;
  font-size: 32px;
  color: white;
  opacity: .5;
  position: relative;
  top: 12px;
  left: 15px;
}

/* line 4, ../sass/_layouts/_page.scss */
.page-container {
  position: relative;
  display: block;
}

/* line 9, ../sass/_layouts/_page.scss */
.main-section {
  padding: 0px 0 190px;
}
/* line 11, ../sass/_layouts/_page.scss */
.main-section h1 {
  font-family: Didot;
  text-transform: uppercase;
  font-weight: 100;
  color: black;
  padding: 15px 0 30px;
}
/* line 19, ../sass/_layouts/_page.scss */
.main-section a {
  color: blue;
}
/* line 21, ../sass/_layouts/_page.scss */
.main-section a:hover {
  opacity: .6;
}

/* line 29, ../sass/_layouts/_page.scss */
.page-breadcrumb {
  position: relative;
  display: block;
  opacity: .2;
  font-family: Georgia;
  font-style: italic;
  text-align: right;
  padding-bottom: 30px;
  font-size: 11px;
}
@media (max-width: 767px) {
  /* line 29, ../sass/_layouts/_page.scss */
  .page-breadcrumb {
    padding: 0 15px;
    margin-top: 30px;
    text-align: left;
    color: black;
    opacity: 1;
  }
}

/* line 48, ../sass/_layouts/_page.scss */
.prof-img {
  overflow: hidden;
  height: 200px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  padding-right: 30px;
}
/* line 56, ../sass/_layouts/_page.scss */
.prof-img img {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 58, ../sass/_layouts/_page.scss */
.prof-img h1 {
  font-family: Didot;
  padding-bottom: 30px;
  line-height: 1.2em;
  padding-top: 0;
}
@media (max-width: 767px) {
  /* line 58, ../sass/_layouts/_page.scss */
  .prof-img h1 {
    padding: 30px 0;
  }
}
/* line 67, ../sass/_layouts/_page.scss */
.prof-img p {
  padding-bottom: 30px;
}
/* line 71, ../sass/_layouts/_page.scss */
.prof-img .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 77, ../sass/_layouts/_page.scss */
.prof-img .embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 88, ../sass/_layouts/_page.scss */
.cyrpto-icons img {
  width: 50px;
}

/* line 97, ../sass/_layouts/_page.scss */
.homepage-showcase {
  margin: 15px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: block;
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 97, ../sass/_layouts/_page.scss */
  .homepage-showcase {
    width: 120%;
    max-height: 180px;
    margin: 0 -15px 0 -15px;
    padding: 0;
  }
}
/* line 112, ../sass/_layouts/_page.scss */
.homepage-showcase canvas {
  margin-top: -300px;
}

/* line 119, ../sass/_layouts/_page.scss */
.project {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  /* line 119, ../sass/_layouts/_page.scss */
  .project {
    margin-top: 15px;
    overflow: hidden;
  }
}
/* line 128, ../sass/_layouts/_page.scss */
.project:hover {
  cursor: pointer;
}
/* line 129, ../sass/_layouts/_page.scss */
.project h6 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: Didot;
}
/* line 138, ../sass/_layouts/_page.scss */
.project .proj-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: .5;
}

/* project block */
/* line 150, ../sass/_layouts/_page.scss */
.project-block {
  display: block;
  position: relative;
  padding-bottom: 30px;
}

/* line 155, ../sass/_layouts/_page.scss */
.project-block:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 158, ../sass/_layouts/_page.scss */
.project-block .proj-txt {
  z-index: 2;
  position: relative;
}

/* line 162, ../sass/_layouts/_page.scss */
.project-block .proj-txt h1 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 15px;
  font-weight: 600;
}

/* line 169, ../sass/_layouts/_page.scss */
a.project-block .proj-txt p {
  font-size: 11px;
  font-family: Georgia;
  font-style: italic;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

/* line 176, ../sass/_layouts/_page.scss */
.project-block .proj-thumb {
  display: block;
  position: relative;
  z-index: 1;
  width: 80%;
  top: 100px;
  left: 10%;
}
@media (max-width: 767px) {
  /* line 176, ../sass/_layouts/_page.scss */
  .project-block .proj-thumb {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
  }
}

/* line 7, ../sass/_layouts/_footer.scss */
.sub-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eee;
  text-align: center;
  padding: 100px 0;
}

/* line 21, ../sass/_layouts/_footer.scss */
.main-footer {
  padding: 100px 0;
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  background: #111;
  color: white;
  text-align: left;
}
/* line 29, ../sass/_layouts/_footer.scss */
.main-footer p {
  font-size: 11px;
  line-height: 16px;
}
/* line 33, ../sass/_layouts/_footer.scss */
.main-footer a {
  color: white;
  display: block;
  font-family: Georgia;
  font-size: 11px;
}
/* line 38, ../sass/_layouts/_footer.scss */
.main-footer a:hover {
  color: lightblue;
}
/* line 39, ../sass/_layouts/_footer.scss */
.main-footer h4 {
  font-family: 'gothammediumregular';
  margin-bottom: 30px;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 767px) {
  /* line 44, ../sass/_layouts/_footer.scss */
  .main-footer h4 {
    padding-top: 30px;
  }
}

/* line 49, ../sass/_layouts/_footer.scss */
.footer-clients a {
  float: left;
  width: 48%;
}

/* line 56, ../sass/_layouts/_footer.scss */
.copyright {
  position: relative;
  display: block;
  background: #222;
  color: #666;
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
}
/* line 63, ../sass/_layouts/_footer.scss */
.copyright a {
  color: #888;
}

/* line 67, ../sass/_layouts/_footer.scss */
.site-map {
  text-align: left;
}
/* line 69, ../sass/_layouts/_footer.scss */
.site-map li {
  display: inline-block;
  width: 49%;
  line-height: 18px;
  height: 18px;
  vertical-align: top;
}
/* line 75, ../sass/_layouts/_footer.scss */
.site-map li .sub-menu li a {
  font-size: 10px;
}
/* line 78, ../sass/_layouts/_footer.scss */
.site-map li a {
  display: block;
}
/* line 80, ../sass/_layouts/_footer.scss */
.site-map li > ul > li {
  width: 100%;
  vertical-align: top;
}
/* line 81, ../sass/_layouts/_footer.scss */
.site-map ul.children {
  margin-top: 20px;
}

/* line 85, ../sass/_layouts/_footer.scss */
.footer-social {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 88, ../sass/_layouts/_footer.scss */
.footer-social li {
  display: inline-block;
  margin-right: 5px;
}
