/* style.scss */
/**
 * em()
 * -------------
 * Calculate em value from pixels factoring in base font size (16px)
 */
/**
 * strip-unit()
 * Strip a value that has units to be just the integer.
 */
/**
 * calculate-rem()
 * Calcualte the rem value using base 16px font sizing.
 */
/** 
 * VERTICAL ALIGN
 */
/** 
 * UL-BLANK
 */
/** 
 * INLINE-BLOCK
 */
/** 
 * BG-SHORTHAND
 */
/** 
 * MP0
 */
/** 
 * HIDE TEXT
 */
/** 
 * FLEXBOX (fauxflex)
 */
/** 
 * TABLE / TABLE CELL
 */
@import url(../components/normalize.css/normalize.css);
@import url(../components/animate.css/animate.min.css);
@import url(../components/font-awesome/css/font-awesome.min.css);
.table {
  display: table;
  text-align: center; }

.cell {
  display: table-cell;
  vertical-align: middle; }

/** 
 * EMPTY-BUTTON
 */
/** 
 * KEYFRAMES
 */
/** 
 * ANIMATION EX:-webkit-animation: name 1s infinite;
 */
/**
 * FONTAWESOME
 */
/* _config.scss */
/**
 * Grid Settings
 * Width settings for media queries in pixels
 * REQUIRED: All
 */
/**
 * Colors
 * Colors of various elements as per style guide
 * REQUIRED: $colorPrimary<>, $colorSecondary<>, $colorTextDefault
 */
/**
 * Font Sizes
 * Headings, Paragraphs and other common elements
 */
/**
 * Compass Settings
 * Flags for compass
 */
/**
 * Font Settings
 * Shortened variable names for font families for degradation convenience
 */
/* MEDIA
================================================== */
/* CONTAINER(S)
================================================== */
@media only screen and (min-width: 940px) {
  min-width: 980px; }
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1440px; }
  .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: tabletpx) {
    .container {
      max-width: 768px;
      padding: 0 10px;
      min-width: 980px; } }
  @media only screen and (max-width: 767px) {
    .container {
      /*max-width: 320px;*/ } }
  @media only screen and (min-width: 480px) {
    .container {
      max-width: 768px; } }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 1440px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.container-thin {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1440px;
  padding: 0 15px;
  max-width: 780px; }
  .container-thin:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: tabletpx) {
    .container-thin {
      max-width: 768px;
      padding: 0 10px;
      min-width: 980px; } }
  @media only screen and (max-width: 767px) {
    .container-thin {
      /*max-width: 320px;*/ } }
  @media only screen and (min-width: 480px) {
    .container-thin {
      max-width: 768px; } }
  @media only screen and (min-width: 768px) {
    .container-thin {
      max-width: 1440px; } }
  @media only screen and (min-width: 768px) {
    .container-thin {
      max-width: 980px;
      padding: 0 30px; } }

.container-full {
  width: 100%; }
  .container-full:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.container-max {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px; }
  .container-max:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: tabletpx) {
    .container-max {
      max-width: 768px;
      padding: 0 10px;
      min-width: 980px; } }
  @media only screen and (max-width: 767px) {
    .container-max {
      /*max-width: 320px;*/ } }
  @media only screen and (min-width: 480px) {
    .container-max {
      max-width: 768px; } }
  @media only screen and (min-width: 768px) {
    .container-max {
      max-width: 1440px; } }

/* OMEGA
================================================== */
/* SPANS (1-12)
================================================== */
.span1 {
  width: 8.333333333333332%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span1 {
      width: 100%; } }

.span2 {
  width: 16.666666666666664%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span2 {
      width: 100%; } }

.span3, .one-fourth {
  width: 25%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span3, .one-fourth {
      width: 100%; } }

.span4, .one-third {
  width: 33.33333333333333%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span4, .one-third {
      width: 100%; } }

.span5 {
  width: 41.66666666666667%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span5 {
      width: 100%; } }

.span6, .one-half {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span6, .one-half {
      width: 100%; } }

.span7 {
  width: 58.333333333333336%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span7 {
      width: 100%; } }

.span8, .two-thirds {
  width: 66.66666666666666%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span8, .two-thirds {
      width: 100%; } }

.span9, .three-fourths {
  width: 75%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span9, .three-fourths {
      width: 100%; } }

.span10 {
  width: 83.33333333333334%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span10 {
      width: 100%; } }

.span11 {
  width: 91.66666666666666%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span11 {
      width: 100%; } }

.span12 {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .span12 {
      width: 100%; } }

.span-gutters {
  margin-left: 10px;
  margin-right: 10px; }

.center, .span-center {
  float: none !important;
  margin: 0 auto; }

.halves:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.half {
  width: 50%;
  float: left; }

.thirds:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.third {
  width: 33.33333337%;
  float: left; }

.fourths:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.fourth {
  width: 25%;
  float: left; }

.fifths:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.fifth {
  width: 20%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .fifth {
      width: 100%; } }

/* ROW(S)
================================================== */
.row {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px; }
  .row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "avenir", Georgia, serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #413d44; }

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

a {
  color: #2e29ee;
  text-decoration: underline;
  font-weight: normal;
  /* TRANSITION */
  -moz-transition: color 150ms, background 150ms;
  -o-transition: color 150ms, background 150ms;
  -webkit-transition: color 150ms, background 150ms;
  transition: color 150ms, background 150ms; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.45;
  margin: 1rem 0; }

h1 {
  font-size: 7.3125em;
  font-weight: normal; }

h2 {
  font-size: 3em;
  font-weight: normal; }

h3 {
  font-size: 2.25em;
  font-weight: 600; }

h4 {
  font-size: 1.875em;
  font-weight: 600; }

h5 {
  font-size: 1.5em;
  font-weight: normal; }

h6 {
  font-size: 1.25em;
  font-weight: 600; }

p {
  line-height: 1.5; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.list-icons .icon, .list-icons .fa {
  padding-right: 4px; }

.list-blank {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.125em; }
  .list-blank li {
    margin-bottom: 7px; }

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.rel {
  position: relative; }

hr.and {
  margin: 70px auto;
  position: relative; }
  hr.and:before {
    position: absolute;
    top: -9px;
    left: 50%;
    width: 70px;
    height: 16px;
    margin-left: -35px;
    content: 'AND';
    font-weight: 600;
    background-color: #fff;
    padding: 0 5px; }

/**
 * Text Colors 
 */
.primary {
  color: #fff; }

.secondary {
  color: #2e29ee; }

.bold {
  font-weight: bold; }

.semibold {
  font-weight: 600; }

.light {
  font-weight: 300; }

.mp0 {
  margin: 0;
  padding: 0; }

.m0 {
  margin: 0; }

.p0 {
  padding: 0; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.z0 {
  z-index: 0 !important; }

.z1 {
  z-index: 1 !important; }

.z10 {
  z-index: 10 !important; }

.z100 {
  z-index: 100 !important; }

.z1000 {
  z-index: 1000; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.baseline {
  line-height: 1;
  margin: 0; }

.lh1 {
  line-height: 1; }

.list-blank {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list-inline {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-inline li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 10px; }
    .list-inline li:last-child {
      margin-right: 0; }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobile-only {
      display: inline-block !important; } }

/* _fonts.scss */
@font-face {
  font-family: kapra;
  src: url("../fonts/kapra/kapra-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kapra/kapra-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kapra/kapra-regular.woff") format("woff"), url("../fonts/kapra/kapra-regular.ttf") format("truetype"), url("../fonts/kapra/kapra-regular.svg#kapra") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: kapra;
  src: url("../fonts/kapra/kapra-regular-condensed.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kapra/kapra-regular-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/kapra/kapra-regular-condensed.woff") format("woff"), url("../fonts/kapra/kapra-regular-condensed.ttf") format("truetype"), url("../fonts/kapra/kapra-regular-condensed.svg#kapra") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: kapra;
  src: url("../fonts/kapra/kapra-regularbold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kapra/kapra-regularbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kapra/kapra-regularbold-webfont.woff") format("woff"), url("../fonts/kapra/kapra-regularbold-webfont.ttf") format("truetype"), url("../fonts/kapra/kapra-regularbold-webfont.svg#kapra") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: kapra;
  src: url("../fonts/kapra/kapra-extrabold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kapra/kapra-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/kapra/kapra-extrabold.woff") format("woff"), url("../fonts/kapra/kapra-extrabold.ttf") format("truetype"), url("../fonts/kapra/kapra-extrabold.svg#kapra") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: kapra;
  src: url("../fonts/kapra/kapra-extrabold-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kapra/kapra-extrabold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/kapra/kapra-extrabold-italic.woff") format("woff"), url("../fonts/kapra/kapra-extrabold-italic.ttf") format("truetype"), url("../fonts/kapra/kapra-extrabold-italic.svg#kapra") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: avenir;
  src: url("../fonts/avenir/2E7DA2_1_0.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/avenir/2E7DA2_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/2E7DA2_1_0.woff") format("woff"), url("../fonts/avenir/2E7DA2_1_0.ttf") format("truetype"), url("../fonts/avenir/2E7DA2_1_0.svg#avenir") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: avenir;
  src: url("../fonts/avenir/2E7DA2_0_0.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/avenir/2E7DA2_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/2E7DA2_0_0.woff") format("woff"), url("../fonts/avenir/2E7DA2_0_0.ttf") format("truetype"), url("../fonts/avenir/2E7DA2_0_0.svg#avenir") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold; }
/**
 * Chrome v33 "invisible text" fix
 */
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
/* -----------------------------------
  INPUTS (TEXT)
----------------------------------- */
.close {
  width: 24px;
  height: 24px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/close.png"); }

.btn, .contact .contact-trigger-wrap a, #contact-popup .modal-body > ul li a, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn.secondary {
  text-align: center;
  border: 2px solid #2e29ee;
  padding: .5em 1.65em;
  color: #2e29ee;
  font-family: "avenir", Georgia, serif;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  /**
   * Button Icon
   * Use sub-inheritance classes for positioning of nested fa icons
   */ }
  .btn:hover, .contact .contact-trigger-wrap a:hover, #contact-popup .modal-body > ul li a:hover, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn.secondary:hover {
    background-color: #2e29ee;
    color: white; }
  .btn.large, .contact .contact-trigger-wrap a.large, #contact-popup .modal-body > ul li a.large, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .large.btn.secondary {
    padding: .5em 1.65em;
    font-size: 1.5em;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .btn.large, .contact .contact-trigger-wrap a.large, #contact-popup .modal-body > ul li a.large, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .large.btn.secondary {
        font-size: 1em; } }
  .btn.btn-icon .fa, .contact .contact-trigger-wrap a.btn-icon .fa, #contact-popup .modal-body > ul li a.btn-icon .fa, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn-icon.btn.secondary .fa {
    top: 1px;
    font-size: 24px;
    color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35; }
  .btn.btn-icon span, .contact .contact-trigger-wrap a.btn-icon span, #contact-popup .modal-body > ul li a.btn-icon span, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn-icon.btn.secondary span {
    position: relative;
    top: -2px; }

/**
 * Animate CSS
 * Supplement classes for duration
 */
.animated-500 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-250 {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -webkit-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite; }

@-webkit-keyframes shakeFast {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  30%, 60%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  15%, 45%, 75% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shakeFast {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  30%, 60%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  15%, 45%, 75% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shakeFast {
  -webkit-animation-name: shakeFast;
  animation-name: shakeFast; }

/**
 * Headroom.js
 */
.headroom {
  -moz-transition: -moz-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear; }

.headroom--fixed {
  position: fixed;
  z-index: 100; }

.headroom--pinned {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .headroom--unpinned .navigation-loggedin .menu-main-loggedin li.current a:before {
    display: none; }

/**
 * Font Awesome
 */
.fa-l {
  padding-right: 5px; }

.fa-r {
  padding-left: 5px; }

/**
 * LazyLoad
 */
.lazyload {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  /* TRANSITION */
  -moz-transition: opacity 150ms, visibility 150ms;
  -o-transition: opacity 150ms, visibility 150ms;
  -webkit-transition: opacity 150ms, visibility 150ms;
  transition: opacity 150ms, visibility 150ms; }
  .lazyload.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible; }

/**
 * Magnific Popup
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* _xbc.scss */
/* BOX-SHADOW
================================================== */
/* IE BACKGROUND SIZE
================================================== */
/* IE BG GRADIENTS
================================================== */
/* RGBA with IE support
================================================== */
/* OPACITY
================================================== */
/* TRANSPARENT BG
/* USAGE:       @include trans-bg(.15,#000000,0,0,0);
================================================== */
/**
 * Spacer
 */
.spacer {
  width: 100%;
  height: auto;
  margin: 40px auto; }

/**
 * Text Image
 * Images with text too complicated for normal rendering. Keep in this wrapper
 */
.text-image {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

body.nav-offset .shop-breadcrumb {
  padding-top: 80px; }
body.nav-offset .blog-container {
  padding-top: 80px; }

.blog .nav-container.black {
  background: black; }

.nav-container {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  padding: 15px 10px; }
  @media only screen and (max-width: 767px) {
    .nav-container {
      padding: 15px 0; } }
  .nav-container.black {
    background-color: #000; }

.logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 51px;
  display: block;
  float: left;
  position: relative; }
  .logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.site-nav-toggle {
  width: 35px;
  height: 27px;
  display: block;
  background-image: url("../images/hamburger.png");
  background-size: 100%;
  float: right;
  margin-top: 14px; }

.project-toggle {
  width: 29px;
  height: 27px;
  display: block;
  background-image: url("../images/project-btn.png");
  background-size: 100%;
  float: right;
  margin-right: 30px;
  margin-top: 14px; }

.project-menu {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 70px 0px;
  z-index: 25;
  top: 0;
  background: #fff;
  display: none;
  text-align: center; }
  .project-menu > div {
    padding: 30px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .project-menu {
      padding: 50px 10px;
      height: 100%; }
      .project-menu.show {
        height: auto;
        z-index: 30; } }
  .project-menu .close {
    position: absolute;
    right: 82px;
    top: -19px; }
    @media only screen and (min-width: 480px) {
      .project-menu .close {
        right: 72px; } }
    @media only screen and (min-width: 768px) {
      .project-menu .close {
        right: 107px;
        top: -39px; } }
    @media only screen and (min-width: 1441px) {
      .project-menu .close {
        right: 97px; } }
  .project-menu.show {
    display: block; }
  .project-menu a.btn, .project-menu .contact .contact-trigger-wrap a, .contact .contact-trigger-wrap .project-menu a, .project-menu #contact-popup .modal-body > ul li a, #contact-popup .modal-body > ul li .project-menu a, .project-menu #contact-popup .modal-body .owl-carousel .gform_footer.top_label a.btn.secondary, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .project-menu a.btn.secondary {
    margin: 10px 0 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .project-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .project-menu ul li {
      display: block;
      float: left;
      text-align: center;
      height: 200px;
      margin-bottom: 60px; }
      @media only screen and (min-width: 320px) {
        .project-menu ul li {
          margin-right: 0;
          width: 100%; } }
      @media only screen and (min-width: 480px) {
        .project-menu ul li {
          width: 49.75%;
          float: left;
          margin-bottom: .5%;
          margin-right: .5%; }
          .project-menu ul li:nth-child(2n+2) {
            margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        .project-menu ul li {
          width: 33%; }
          .project-menu ul li:nth-child(2n+2) {
            margin-right: .5%; }
          .project-menu ul li:nth-child(3n+3) {
            margin-right: 0; } }
      @media only screen and (min-width: 940px) {
        .project-menu ul li {
          width: 24.62%; }
          .project-menu ul li:nth-child(3n+3) {
            margin-right: .5%; }
          .project-menu ul li:nth-child(4n+4) {
            margin-right: 0; } }
      @media only screen and (min-width: 1260px) {
        .project-menu ul li {
          width: 16.25%; }
          .project-menu ul li:nth-child(4n+4) {
            margin-right: .5%; }
          .project-menu ul li:nth-child(6n+6) {
            margin-right: 0; } }
      .project-menu ul li a {
        display: block;
        width: 100%;
        height: 145px;
        position: relative; }
        .project-menu ul li a img {
          max-width: 60%; }
        .project-menu ul li a span {
          position: absolute;
          bottom: 15px;
          left: 0;
          width: 100%;
          color: #2e29ee;
          font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
          text-transform: uppercase;
          font-size: 1.25em; }
        .project-menu ul li a small {
          font-size: 0.75em;
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0; }

.site-menu {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 25;
  padding: 50px 0;
  display: none; }
  @media only screen and (min-width: 768px) {
    .site-menu {
      padding: 70px 0 50px 0; } }
  .site-menu.show {
    display: block; }
  .site-menu .close {
    position: absolute;
    right: 21px;
    top: -19px; }
    @media only screen and (min-width: 768px) {
      .site-menu .close {
        right: 45px;
        top: -39px; } }
    @media only screen and (min-width: 1441px) {
      .site-menu .close {
        right: 35px; } }
  .site-menu ul {
    margin: 0;
    padding: 0; }
    .site-menu ul li {
      text-align: center;
      padding: 10px 0 8px 0;
      list-style-type: none; }
      .site-menu ul li a {
        line-height: 80px;
        color: #2e29ee;
        font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
        font-size: 3.4375em;
        text-transform: uppercase;
        font-weight: normal;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .site-menu ul li a {
            font-size: 2.8125em;
            line-height: 70px; } }

.callout-container {
  width: 100%;
  /* Firefox needs this */
  height: 100%;
  display: -webkit-box;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -ms-box;
  -ms-box-align: center;
  display: box;
  box-align: center; }
  .callout-container .callout h1 {
    color: #fff;
    font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 3.5em; }
    @media only screen and (min-width: 768px) {
      .callout-container .callout h1 {
        font-size: 5.3125em; } }
    @media only screen and (min-width: 940px) {
      .callout-container .callout h1 {
        font-size: 7.3125em; } }
    .callout-container .callout h1 span {
      text-decoration: line-through; }

.go-to {
  position: absolute;
  left: 30px;
  bottom: 10%;
  color: #fff;
  font-size: 0.875em; }
  .go-to:hover {
    color: #2e29ee; }
  @media only screen and (min-width: 768px) {
    .go-to {
      bottom: 5%;
      font-size: 1.25em; } }

.callout .post-meta {
  color: #fff;
  font-size: 0.875em; }
  @media only screen and (min-width: 768px) {
    .callout .post-meta {
      bottom: 5%;
      font-size: 1.25em; } }

header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative; }
  header.short {
    height: 666px; }
  @media only screen and (min-width: 940px) {
    header.home-header {
      background: none !important; } }
  @media only screen and (max-width: 767px) {
    header {
      height: 96vh;
      background-position-x: 70%; } }
  header .header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 940px) {
      header .header-video {
        display: block; } }

/**
 * Hero
 * Hero unit with various page-specific inheritors
 */
/* _modals.scss */
/* MODAL SETTINGS
================================================== */
/* MODAL-OVERLAY
================================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  background-color: rgba(46, 41, 238, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E62E29EE,endColorstr=#E62E29EE);
  zoom: 1;
  /* TRANSITION */
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  z-index: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .modal-overlay.show {
    z-index: 1000;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/* MODAL
================================================== */
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  height: auto;
  background-color: #fff;
  color: #313131;
  /* DEFAULT - same as .medium */
  width: 500px;
  margin-left: -250px;
  font-size: initial;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* BOX SHADOW */
  -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.15);
  /* TRANSITION */
  -moz-transition: -moz-transform;
  -o-transition: -o-transform;
  -webkit-transition: -webkit-transform;
  transition: transform;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 0;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .modal.show {
    -moz-transition: -moz-transform;
    -o-transition: -o-transform;
    -webkit-transition: -webkit-transform;
    transition: transform;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1100;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .modal br {
    display: none; }
  .modal button.modal-close {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1100;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: initial; }
    .modal button.modal-close::before {
      font-family: "avenir", Georgia, serif;
      font-size: 1.875em;
      content: 'x';
      right: 12px;
      position: absolute; }
    .modal button.modal-close:hover {
      color: #2e29ee; }
  .modal header, .modal main, .modal footer {
    width: 100%;
    height: auto; }
  .modal header {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    padding: 17px 20px 13px 20px;
    background-color: #fafafa;
    border-bottom: 1px solid #f2f2f2;
    line-height: 1;
    font-size: 1.0625em;
    text-transform: uppercase;
    font-weight: bold; }
  .modal .modal-body {
    background-color: transparent;
    padding: 30px 40px; }
  .modal footer {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    background-color: #fafafa;
    border-top: 1px solid #f2f2f2;
    padding: 0px 20px 20px 20px; }

/**
 * Flexslider defaults
 * @TODO move to _plugins.scss
 */
/**
 * Flex Control Nav <ol>
 */
.flex-control-nav {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 10px 0;
  width: 100%;
  list-style-type: none;
  text-align: center; }
  .flex-control-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    margin-right: 7px; }
    .flex-control-nav li:last-child {
      margin-right: 0; }
    .flex-control-nav li a {
      display: block;
      text-indent: -9999px;
      width: 16px;
      height: 16px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      -moz-background-clip: padding;
      -o-background-clip: padding-box;
      -webkit-background-clip: padding;
      background-clip: padding-box;
      background-color: #d9d5c5; }
      .flex-control-nav li a:hover {
        background-color: #cdc8b3; }

/**
 * Flex Direction Nav <ul>
 */
.flex-direction-nav {
  position: absolute;
  width: 100%; }

.menu-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #f8ae41; }
  .menu-social a {
    color: inherit; }
  .menu-social label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    top: -3px; }
  .menu-social.horizontal li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 1.75em;
    margin-right: 10px; }

html, body {
  overflow-x: hidden; }

/**
 * Wrapper
 * Main wrapper element for hiding overflow etc
 */
#wrap {
  overflow-x: hidden; }

/**
 * Content
 * Main content container, after header/hero and before footer
 */
/**
 * Section
 */
.section {
  padding: 50px 0; }

.section-large {
  padding: 80px 0; }

.section-medium {
  padding: 60px 0; }

.section-small {
  padding: 40px 0; }

.section-xsmall {
  padding: 20px 0; }

/**
 * Article
 * Article styling for pages/posts
 */
article:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

footer .classic-logo {
  width: 97px;
  height: 82px;
  margin: 0 auto;
  margin-top: 70px;
  background-image: url("../images/classic-logo.png");
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    footer .classic-logo {
      margin-top: 50px; } }
footer p {
  text-align: center;
  font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: #413d44;
  line-height: 24px;
  color: #000; }
footer .nav-footer {
  border-top: 1px solid #333333;
  width: 100%;
  margin: 50px 0 30px 0;
  padding-top: 15px; }
  footer .nav-footer ul {
    margin: 14px 0 0 0;
    padding: 0;
    list-style: none; }
    footer .nav-footer ul.menu-footer {
      float: right; }
      @media only screen and (max-width: 767px) {
        footer .nav-footer ul.menu-footer {
          float: none; } }
    footer .nav-footer ul li {
      display: inline;
      margin-right: 60px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        footer .nav-footer ul li {
          margin-right: 10px; } }
      footer .nav-footer ul li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 767px) {
        footer .nav-footer ul li {
          display: block;
          text-align: center;
          margin-right: 0;
          margin-bottom: 30px; } }
      footer .nav-footer ul li a {
        font-size: 14px;
        color: #000;
        font-family: "avenir", Georgia, serif;
        position: relative;
        text-decoration: none; }
        footer .nav-footer ul li a:after {
          width: 100%;
          height: 1px;
          content: '';
          background-color: #000;
          position: absolute;
          bottom: -2px;
          left: 0; }
        footer .nav-footer ul li a:hover {
          color: #2e29ee; }
          footer .nav-footer ul li a:hover:after {
            background-color: #2e29ee; }
  footer .nav-footer p {
    font-family: "avenir", Georgia, serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: none; }

.main {
  padding: 50px 20px;
  text-align: center; }
  @media only screen and (min-width: 940px) {
    .main {
      padding: 120px 0 140px; } }
  .main h2 {
    color: #2e29ee;
    text-transform: lowercase;
    text-align: center;
    font-family: "avenir", Georgia, serif;
    font-weight: bold;
    line-height: 1.4;
    font-size: 2.25em; }
    @media only screen and (max-width: 767px) {
      .main h2 {
        font-size: 1.5625em;
        line-height: 1.4; } }
  .main p {
    margin-top: 30px;
    text-align: center;
    font-family: "avenir", Georgia, serif;
    width: 80%;
    margin: 0 auto 3em; }
    @media only screen and (max-width: 767px) {
      .main p {
        padding: 0;
        width: 100%; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .main p {
        padding: 0 !important;
        width: 80%; } }
  .main .btn, .main .contact .contact-trigger-wrap a, .contact .contact-trigger-wrap .main a, .main #contact-popup .modal-body > ul li a, #contact-popup .modal-body > ul li .main a, .main #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn.secondary, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .main .btn.secondary {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 auto; }

.home-nav {
  width: 100%;
  height: 100%; }
  .home-nav > div {
    height: 400px;
    margin: 0 1% 1% 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .home-nav > div:hover > a {
      background-color: rgba(46, 41, 238, 0.85); }
    @media only screen and (max-width: 767px) {
      .home-nav > div {
        width: 100% !important;
        height: 100vh !important; } }
    .home-nav > div img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .home-nav > div img {
          width: auto !important;
          height: 100vh !important; } }
    .home-nav > div.two-thirds {
      width: 66.33%; }
    .home-nav > div.one-third {
      width: 32.66%; }
    .home-nav > div:nth-child(even) {
      margin-right: 0; }
    .home-nav > div.half {
      width: 49.5%; }
    .home-nav > div > a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      position: 10; }
    .home-nav > div h4 {
      font-family: "avenir", Georgia, serif;
      font-size: 1.875em;
      color: #fff;
      text-decoration: underline;
      position: absolute;
      bottom: 25px;
      left: 25px;
      z-index: 25;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
      .home-nav > div h4 > a {
        color: white; }

.projects {
  margin-top: 66px; }
  .projects .project {
    width: 49.5%;
    float: left;
    margin: 15px 1% 0 0;
    padding-bottom: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .projects .project {
        width: 100%;
        margin: 15px 0 0 0;
        padding-bottom: 100%; } }
    .projects .project:nth-child(even) {
      margin-right: 0; }
    .projects .project a {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2; }
      .projects .project a:hover {
        background-color: rgba(46, 41, 238, 0.85); }
    .projects .project h2 {
      position: absolute;
      left: 15px;
      bottom: 50px;
      z-index: 1;
      text-transform: lowercase;
      color: #fff;
      text-decoration: underline;
      font-size: 1.875em;
      line-height: 50px;
      font-weight: normal;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
      max-width: 100%; }

.project-single .top-section {
  padding-top: 100px;
  padding-bottom: 160px; }
  @media only screen and (max-width: 767px) {
    .project-single .top-section {
      padding: 45px 0; } }
  .project-single .top-section .details {
    float: left;
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position-x: center; }
    .project-single .top-section .details h6 {
      text-transform: uppercase;
      font-size: 1.5em;
      color: #333333;
      text-align: center;
      margin-top: 115px;
      margin-bottom: 0; }
    .project-single .top-section .details p {
      margin-top: 0;
      text-align: center;
      font-size: 1em; }
    .project-single .top-section .details ul {
      display: none; }
  .project-single .top-section .content {
    float: left; }
    .project-single .top-section .content p {
      margin-bottom: 75px;
      line-height: 30px;
      padding-right: 190px; }
      @media only screen and (max-width: 767px) {
        .project-single .top-section .content p {
          padding: 0 20px;
          text-align: center; } }
    .project-single .top-section .content .btn, .project-single .top-section .content .contact .contact-trigger-wrap a, .contact .contact-trigger-wrap .project-single .top-section .content a, .project-single .top-section .content #contact-popup .modal-body > ul li a, #contact-popup .modal-body > ul li .project-single .top-section .content a, .project-single .top-section .content #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn.secondary, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .project-single .top-section .content .btn.secondary {
      padding: .65em 2em; }
      @media only screen and (max-width: 767px) {
        .project-single .top-section .content .btn, .project-single .top-section .content .contact .contact-trigger-wrap a, .contact .contact-trigger-wrap .project-single .top-section .content a, .project-single .top-section .content #contact-popup .modal-body > ul li a, #contact-popup .modal-body > ul li .project-single .top-section .content a, .project-single .top-section .content #contact-popup .modal-body .owl-carousel .gform_footer.top_label .btn.secondary, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .project-single .top-section .content .btn.secondary {
          display: block;
          width: 175px;
          margin: 0 auto; } }
.project-single .gallery {
  clear: both; }
  .project-single .gallery .gallery-item {
    float: left;
    display: block;
    margin: 0;
    margin-bottom: 1%; }
    @media only screen and (max-width: 767px) {
      .project-single .gallery .gallery-item {
        width: 100% !important;
        margin-bottom: 1%; } }
    .project-single .gallery .gallery-item .gallery-icon {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .project-single .gallery .gallery-item:nth-child(7n+1) {
      width: 60%;
      height: 800px;
      margin-right: 1%; }
    .project-single .gallery .gallery-item:nth-child(7n+2) {
      width: 39%;
      height: 800px; }
    .project-single .gallery .gallery-item:nth-child(7n+3) {
      width: 49.5%;
      height: 570px;
      margin-top: 0;
      margin-right: 1%; }
    .project-single .gallery .gallery-item:nth-child(7n+4) {
      width: 49.5%;
      height: 570px;
      margin-top: 0; }
    .project-single .gallery .gallery-item:nth-child(7n+5) {
      width: 32.66%;
      height: 800px;
      margin-top: 0;
      margin-right: 1%; }
    .project-single .gallery .gallery-item:nth-child(7n+6) {
      width: 32.66%;
      height: 800px;
      margin-top: 0;
      margin-right: 1%; }
    .project-single .gallery .gallery-item:nth-child(7n+7) {
      width: 32.66%;
      height: 800px;
      margin-top: 0; }
.project-single .quote {
  width: 80%;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 160px;
  border: 5px solid #2e29ee;
  position: relative; }
  .project-single .quote .quote-bg {
    width: 279px;
    height: 89px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
    background-image: url("../images/quote.png"); }
    @media only screen and (max-width: 767px) {
      .project-single .quote .quote-bg {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
        width: 160px; } }
  .project-single .quote p {
    margin: 120px 5%;
    text-align: center;
    font-weight: bold;
    font-size: 2.1875em;
    line-height: 60px; }
    @media only screen and (max-width: 767px) {
      .project-single .quote p {
        font-size: 1.125em;
        line-height: 31px;
        margin: 45px 5%; } }
.project-single .go-here {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e0e0e0; }
  .project-single .go-here a {
    display: block;
    text-align: center;
    width: 100%; }
    .project-single .go-here a h1 {
      width: 100%;
      padding: 30vh 0;
      text-align: center;
      font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
      text-transform: uppercase;
      text-decoration: underline;
      color: #fff;
      letter-spacing: 6px; }
    .project-single .go-here a:hover {
      background-color: rgba(46, 41, 238, 0.85); }

.contact {
  text-align: center;
  padding-top: 3em; }
  .contact h5 {
    text-transform: uppercase;
    color: #2e29ee; }
  .contact .social {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px; }
    .contact .social li a {
      color: #333333;
      font-size: 1em; }
  .contact .address {
    margin-bottom: 60px; }
  .contact .pr p {
    margin: 0; }
  .contact .contact-trigger-wrap {
    padding: 2em 0 0 0; }
    .contact .contact-trigger-wrap a {
      font-size: 2em;
      position: relative; }
  .contact .contact-projects {
    width: 100%;
    height: 100%;
    margin-top: 100px; }
    .contact .contact-projects .project {
      margin-bottom: 60px;
      text-align: center;
      font-size: .9em;
      float: none; }
      @media only screen and (min-width: 320px) {
        .contact .contact-projects .project {
          margin-right: 0;
          width: 100%; } }
      @media only screen and (min-width: 480px) {
        .contact .contact-projects .project {
          width: 49.75%;
          float: left;
          margin-bottom: 5%;
          margin-right: .5%; }
          .contact .contact-projects .project:nth-child(2n+2) {
            margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        .contact .contact-projects .project {
          width: 33%; }
          .contact .contact-projects .project:nth-child(2n+2) {
            margin-right: .5%; }
          .contact .contact-projects .project:nth-child(3n+3) {
            margin-right: 0; } }
      @media only screen and (min-width: 940px) {
        .contact .contact-projects .project {
          width: 24.62%; }
          .contact .contact-projects .project:nth-child(3n+3) {
            margin-right: .5%; }
          .contact .contact-projects .project:nth-child(4n+4) {
            margin-right: 0; } }
      .contact .contact-projects .project img {
        max-width: 175px; }
      .contact .contact-projects .project h6 {
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 0; }
      .contact .contact-projects .project p {
        margin-top: 0; }
      .contact .contact-projects .project ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .contact .contact-projects .project ul li {
          display: inline;
          margin-right: 15px; }
          .contact .contact-projects .project ul li a {
            font-size: 1em; }

#contact-popup {
  font-family: "avenir", Georgia, serif; }
  #contact-popup .modal-body {
    max-height: 80vh;
    overflow: scroll;
    text-align: center; }
    #contact-popup .modal-body h3 {
      text-transform: uppercase;
      font-size: 2em;
      margin-bottom: 2em;
      margin-top: 0; }
      #contact-popup .modal-body h3:first-child {
        margin-bottom: 0;
        margin-top: 1em; }
    #contact-popup .modal-body > ul {
      text-align: center;
      padding: 0;
      margin-bottom: 3em; }
      #contact-popup .modal-body > ul li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 0 .5em;
        cursor: pointer; }
        #contact-popup .modal-body > ul li a {
          border: none;
          padding: .65em 1.25em;
          text-decoration: underline; }
        #contact-popup .modal-body > ul li.active a {
          background-color: #2e29ee;
          color: white; }
    #contact-popup .modal-body .owl-carousel {
      text-align: left; }
      #contact-popup .modal-body .owl-carousel .gfield label {
        display: none !important; }
      #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
        margin-right: 2.3%; }
      #contact-popup .modal-body .owl-carousel .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email], #contact-popup .modal-body .owl-carousel .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number], #contact-popup .modal-body .owl-carousel .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password], #contact-popup .modal-body .owl-carousel .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel], #contact-popup .modal-body .owl-carousel .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text], #contact-popup .modal-body .owl-carousel .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url], #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex input[type=email], #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex input[type=number], #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex input[type=password], #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex input[type=tel], #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex input[type=text], #contact-popup .modal-body .owl-carousel .gform_wrapper .ginput_complex input[type=url] {
        width: 100%;
        padding: .75em .5em;
        border: 1px solid #dadada; }
      #contact-popup .modal-body .owl-carousel .gform_wrapper .hidden_label input.large, #contact-popup .modal-body .owl-carousel .gform_wrapper .hidden_label select.large, #contact-popup .modal-body .owl-carousel .gform_wrapper .top_label input.large, #contact-popup .modal-body .owl-carousel .gform_wrapper .top_label select.large {
        width: 100%;
        padding: .75em .5em;
        border: 1px solid #dadada; }
      #contact-popup .modal-body .owl-carousel .gform_wrapper textarea.medium {
        width: 100%;
        padding: .75em .5em;
        border: 1px solid #dadada; }
      #contact-popup .modal-body .owl-carousel .gform_wrapper ul li.gfield {
        margin-bottom: 1.25em; }
      #contact-popup .modal-body .owl-carousel .gform_footer.top_label {
        text-align: right; }
        #contact-popup .modal-body .owl-carousel .gform_footer.top_label .contact .contact-trigger-wrap a.secondary, .contact .contact-trigger-wrap #contact-popup .modal-body .owl-carousel .gform_footer.top_label a.secondary, #contact-popup .modal-body > ul .owl-carousel .gform_footer.top_label li a.secondary, #contact-popup .modal-body > ul li .owl-carousel .gform_footer.top_label a.secondary, #contact-popup .modal-body .owl-carousel .gform_footer.top_label .secondary.btn {
          background-color: #2e29ee;
          color: white; }
  @media only screen and (min-width: 320px) {
    #contact-popup {
      width: 300px;
      margin-left: -150px; }
      #contact-popup .modal-body h3 {
        font-size: 1.25rem; }
      #contact-popup .modal-body > ul li a {
        line-height: 1em;
        display: block; }
      #contact-popup .modal-body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, #contact-popup .modal-body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, #contact-popup .modal-body .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
        width: 100%; }
      #contact-popup .modal-body .name_first {
        margin-bottom: 1em; } }
  @media only screen and (min-width: 480px) {
    #contact-popup {
      width: 450px;
      margin-left: -225px; } }
  @media only screen and (min-width: 768px) {
    #contact-popup {
      width: 700px;
      margin-left: -350px; }
      #contact-popup .modal-body h3 {
        font-size: 1.75rem; }
      #contact-popup .modal-body > ul li a {
        padding: .65em 1.05em; }
      #contact-popup .modal-body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, #contact-popup .modal-body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, #contact-popup .modal-body .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
        width: 48.4%; }
      #contact-popup .modal-body .name_first {
        margin-bottom: 0em; } }
  @media only screen and (min-width: 940px) {
    #contact-popup {
      width: 750px;
      margin-left: -375px; }
      #contact-popup .modal-body h3 {
        font-size: 2rem; } }

.blog-container {
  width: 100%;
  height: 100%; }
  .blog-container article {
    margin-top: 15px; }
    .blog-container article:first-child {
      margin-top: 0; }
    .blog-container article .post {
      background-size: cover;
      background-position: center;
      background-color: #f1f1f1;
      width: 66.4%;
      height: 590px;
      margin-bottom: 6px;
      position: relative;
      padding: 100px 100px 0 100px;
      float: left; }
      @media only screen and (max-width: 767px) {
        .blog-container article .post {
          width: 100%;
          height: 100%;
          padding: 45px 20px 45px 20px; } }
      .blog-container article .post h3 {
        font-weight: normal;
        font-size: 2.25em;
        line-height: 42px;
        color: #2e29ee;
        text-transform: lowercase;
        text-decoration: underline; }
        @media only screen and (max-width: 767px) {
          .blog-container article .post h3 {
            font-size: 1.25em line-height 32px; } }
      .blog-container article .post p {
        font-size: 1.25em;
        line-height: 39px;
        color: #171618; }
      .blog-container article .post .meta {
        margin-top: 25px; }
        .blog-container article .post .meta p {
          margin: 0; }
          .blog-container article .post .meta p a {
            text-transform: lowercase; }
      .blog-container article .post.has-image {
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .blog-container article .post.has-image {
            height: 590px; } }
        .blog-container article .post.has-image h3 {
          position: absolute;
          left: 53px;
          bottom: 48px; }
          .blog-container article .post.has-image h3 a {
            color: #fff; }
          @media only screen and (max-width: 767px) {
            .blog-container article .post.has-image h3 {
              left: 23px; } }
    .blog-container article:nth-child(2) .post {
      float: right; }
    .blog-container article:nth-child(2) .ig-image {
      float: left;
      margin-left: 0;
      margin-right: .45%; }
      .blog-container article:nth-child(2) .ig-image:last-child {
        margin-right: 0; }

.blog .blog-container article.post,
.blog .blog-container div.leader-post {
  width: 49.5%;
  float: left;
  margin: 0 1% 1% 0;
  height: 0;
  padding-bottom: 49.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .blog .blog-container article.post,
    .blog .blog-container div.leader-post {
      width: 100%;
      margin: 15px 0 0 0;
      padding-bottom: 100%; } }
  .blog .blog-container article.post .post-wrap,
  .blog .blog-container div.leader-post .post-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2; }
    .blog .blog-container article.post .post-wrap:hover,
    .blog .blog-container div.leader-post .post-wrap:hover {
      background-color: rgba(46, 41, 238, 0.85); }
  .blog .blog-container article.post a.instagram-link,
  .blog .blog-container div.leader-post a.instagram-link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    color: white;
    text-decoration: none; }
    .blog .blog-container article.post a.instagram-link i.fa:before,
    .blog .blog-container div.leader-post a.instagram-link i.fa:before {
      margin-right: .5em; }
  .blog .blog-container article.post .owl-carousel,
  .blog .blog-container div.leader-post .owl-carousel {
    overflow: hidden;
    position: relative; }
    .blog .blog-container article.post .owl-carousel .owl-item img,
    .blog .blog-container div.leader-post .owl-carousel .owl-item img {
      width: 100%;
      height: auto; }
    .blog .blog-container article.post .owl-carousel .owl-controls,
    .blog .blog-container div.leader-post .owl-carousel .owl-controls {
      width: 100%;
      bottom: 5px;
      position: absolute;
      text-align: center; }
      .blog .blog-container article.post .owl-carousel .owl-controls .owl-pagination,
      .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-pagination {
        position: absolute;
        width: 100%;
        bottom: 11px; }
        .blog .blog-container article.post .owl-carousel .owl-controls .owl-pagination .owl-page span,
        .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-pagination .owl-page span {
          background-color: white;
          opacity: 1; }
          @media only screen and (min-width: 320px) {
            .blog .blog-container article.post .owl-carousel .owl-controls .owl-pagination .owl-page span,
            .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-pagination .owl-page span {
              width: 4px;
              border-radius: 1px; } }
          @media only screen and (min-width: 1440px) {
            .blog .blog-container article.post .owl-carousel .owl-controls .owl-pagination .owl-page span,
            .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-pagination .owl-page span {
              width: 5px; } }
        .blog .blog-container article.post .owl-carousel .owl-controls .owl-pagination .owl-page.active span,
        .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
          background-color: #2e29ee; }
      .blog .blog-container article.post .owl-carousel .owl-controls .owl-buttons > div,
      .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-buttons > div {
        font-size: 1.75em;
        background-color: white;
        opacity: 1;
        color: #2e29ee;
        border-radius: 0;
        margin: 0;
        padding: .25em .65em;
        z-index: 10;
        position: relative; }
        .blog .blog-container article.post .owl-carousel .owl-controls .owl-buttons > div:hover,
        .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-buttons > div:hover {
          background-color: #2e29ee;
          color: white; }
      .blog .blog-container article.post .owl-carousel .owl-controls .owl-buttons .owl-next,
      .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-buttons .owl-next {
        float: right; }
      .blog .blog-container article.post .owl-carousel .owl-controls .owl-buttons .owl-prev,
      .blog .blog-container div.leader-post .owl-carousel .owl-controls .owl-buttons .owl-prev {
        float: left; }
  .blog .blog-container article.post:nth-child(even),
  .blog .blog-container div.leader-post:nth-child(even) {
    margin-right: 0; }
  .blog .blog-container article.post:first-child a,
  .blog .blog-container div.leader-post:first-child a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2; }
    .blog .blog-container article.post:first-child a:hover,
    .blog .blog-container div.leader-post:first-child a:hover {
      background-color: rgba(46, 41, 238, 0.85); }
  .blog .blog-container article.post h1,
  .blog .blog-container div.leader-post h1 {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 1;
    text-transform: lowercase;
    color: #fff;
    text-decoration: underline;
    font-size: 1.875em;
    line-height: 50px;
    font-weight: normal;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    max-width: 85%; }
  .blog .blog-container article.post .post-meta,
  .blog .blog-container div.leader-post .post-meta {
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 1;
    text-transform: none;
    color: #fff;
    text-decoration: none;
    font-size: 1.125em;
    line-height: 24px;
    font-weight: normal;
    max-width: 90%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }

#nav-below {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1.5em 0;
  text-align: center;
  color: black; }
  #nav-below .loop-pagination .page-numbers {
    display: inline-block;
    text-align: center;
    padding: 0 .35em;
    font-size: 1.25em; }
    #nav-below .loop-pagination .page-numbers.dots {
      font-size: 2.5em;
      top: -5px;
      position: relative;
      line-height: 0; }

.single.simple article {
  padding-top: 2em; }
.single.simple header {
  height: auto; }
.single.simple h1 {
  font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 3em;
  line-height: 1;
  text-decoration: none;
  color: #2e29ee;
  font-weight: 500;
  text-transform: uppercase; }
.single.simple .post-meta {
  font-size: .9em; }
@media only screen and (min-width: 768px) {
  .single.simple h1 {
    font-size: 5em; }
  .single.simple .post-meta {
    font-size: 1em; } }
.single.simple #content img {
  max-width: 100%;
  height: auto; }
  .single.simple #content img.image {
    width: 100%; }
@media only screen and (min-width: 768px) {
  .single.simple #content .content {
    padding: 3em 0; } }
.single.complex figure {
  margin: 0; }
.single.complex p {
  margin: 0; }
.single.complex section {
  padding: 3em 0 0 0; }
  .single.complex section:first-child {
    padding-top: 0em; }
  .single.complex section:last-child {
    padding-bottom: 3em; }
.single.complex .post-content {
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .single.complex .post-content {
      width: 80%;
      max-width: 650px; } }
.single.complex .post-single-image figure img {
  max-width: 100%; }
.single.complex .post-single-image figure .image-caption {
  font-size: 1em;
  font-style: italic;
  color: gray; }
.single.complex .post-double-image {
  padding: 0 15px; }
  .single.complex .post-double-image figure {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .single.complex .post-double-image figure {
        width: 49.25%;
        margin-right: 1.5%;
        float: left; } }
    .single.complex .post-double-image figure:last-child {
      margin-right: 0; }
    .single.complex .post-double-image figure img {
      max-width: 100%; }
    .single.complex .post-double-image figure .image-caption {
      margin-left: 1em;
      font-size: 1em;
      font-style: italic;
      color: gray; }
  @media only screen and (min-width: 480px) {
    .single.complex .post-double-image {
      padding: 3em 0 0 0; } }
.single .post-nav {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1.5em 0; }
  .single .post-nav a {
    float: right;
    color: black;
    font-size: .85em; }
    .single .post-nav a:hover {
      color: #2e29ee; }
  .single .post-nav a:first-child {
    float: left; }

.shop {
  margin-top: 90px; }
  @media only screen and (max-width: 767px) {
    .shop .product-sidebar {
      text-align: center; } }
  .shop .product-sidebar .shop-all {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.25em; }
  .shop .product-sidebar h3 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 1.25em;
    line-height: 34px;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .shop .product-sidebar h3 {
        margin-top: 25px; } }
  .shop .product-sidebar ul.product-categories {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media only screen and (max-width: 767px) {
      .shop .product-sidebar ul.product-categories {
        margin-bottom: 25px; } }
    .shop .product-sidebar ul.product-categories li a {
      color: #413d44;
      text-decoration: none;
      font-size: 1.25em;
      line-height: 34px; }
      .shop .product-sidebar ul.product-categories li a:hover {
        color: #2e29ee; }
    .shop .product-sidebar ul.product-categories li.current-cat a {
      color: #2e29ee;
      text-decoration: underline; }
  .woocommerce .shop li.product, .woocommerce-page .shop li.product,
  .shop ul.products li.product {
    margin-bottom: 6%;
    margin-right: 3%;
    min-height: 350px; }
    @media only screen and (min-width: 400px) {
      .woocommerce .shop li.product, .woocommerce-page .shop li.product,
      .shop ul.products li.product {
        min-height: 400px; } }
    @media only screen and (min-width: 900px) {
      .woocommerce .shop li.product, .woocommerce-page .shop li.product,
      .shop ul.products li.product {
        min-height: 450px; } }
    .woocommerce .shop li.product:nth-child(2n), .woocommerce-page .shop li.product:nth-child(2n),
    .shop ul.products li.product:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .woocommerce .shop li.product img, .woocommerce-page .shop li.product img,
      .shop ul.products li.product img {
        margin: 0 auto;
        display: block; } }
    .woocommerce .shop li.product p, .woocommerce-page .shop li.product p,
    .shop ul.products li.product p {
      font-size: 0.8125em;
      line-height: 13px; }
      @media only screen and (max-width: 767px) {
        .woocommerce .shop li.product p, .woocommerce-page .shop li.product p,
        .shop ul.products li.product p {
          text-align: center; } }
    .woocommerce .shop li.product.first, .woocommerce-page .shop li.product.first,
    .shop ul.products li.product.first {
      clear: none; }
    .woocommerce .shop li.product.last, .woocommerce-page .shop li.product.last,
    .shop ul.products li.product.last {
      clear: none; }
    @media only screen and (min-width: 480px) {
      .woocommerce .shop li.product, .woocommerce-page .shop li.product,
      .shop ul.products li.product {
        width: 48.5%;
        float: left;
        margin-bottom: 6%;
        margin-right: 3%; } }
    @media only screen and (min-width: 768px) {
      .woocommerce .shop li.product, .woocommerce-page .shop li.product,
      .shop ul.products li.product {
        width: 31.33%; }
        .woocommerce .shop li.product:nth-child(2n+2), .woocommerce-page .shop li.product:nth-child(2n+2),
        .shop ul.products li.product:nth-child(2n+2) {
          margin-right: 3%; }
        .woocommerce .shop li.product:nth-child(3n+3), .woocommerce-page .shop li.product:nth-child(3n+3),
        .shop ul.products li.product:nth-child(3n+3) {
          margin-right: 0; } }
    @media only screen and (min-width: 1260px) {
      .woocommerce .shop li.product, .woocommerce-page .shop li.product,
      .shop ul.products li.product {
        width: 22.75%; }
        .woocommerce .shop li.product:nth-child(3n+3), .woocommerce-page .shop li.product:nth-child(3n+3),
        .shop ul.products li.product:nth-child(3n+3) {
          margin-right: 3%; }
        .woocommerce .shop li.product:nth-child(4n+4), .woocommerce-page .shop li.product:nth-child(4n+4),
        .shop ul.products li.product:nth-child(4n+4) {
          margin-right: 0; } }

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
  display: none; }

.single-product .product_title {
  font-family: "kapra", "BrothersOT", Helvetica, "Helvetica Neue", sans-serif; }

.woocommerce .shop-breadcrumb,
.woocommerce-page .shop-breadcrumb {
  border-bottom: 1px solid black;
  overflow: hidden;
  line-height: 50px; }
  .woocommerce .shop-breadcrumb .container,
  .woocommerce-page .shop-breadcrumb .container {
    padding-top: 10px;
    padding-bottom: 10px; }
  .woocommerce .shop-breadcrumb a,
  .woocommerce-page .shop-breadcrumb a {
    color: #2e29ee;
    text-decoration: none; }
    .woocommerce .shop-breadcrumb a:hover,
    .woocommerce-page .shop-breadcrumb a:hover {
      text-decoration: underline; }
  .woocommerce .shop-breadcrumb .back-link,
  .woocommerce-page .shop-breadcrumb .back-link {
    float: left; }
  .woocommerce .shop-breadcrumb .breadcrumbs,
  .woocommerce-page .shop-breadcrumb .breadcrumbs {
    float: right; }
    .woocommerce .shop-breadcrumb .breadcrumbs nav,
    .woocommerce-page .shop-breadcrumb .breadcrumbs nav {
      margin-bottom: 0; }

.woocommerce, .woocommerce-page {
  /**
   * Buttons
   */
  /**
   * Product loops
   */ }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message,
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-info {
    border-top-color: #2e29ee; }
  .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    border-top-color: #2e29ee; }
    .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
      content: "\e015";
      color: #2e29ee; }
  .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    border-top-color: #2e29ee; }
    .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
      color: #2e29ee; }
  .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    border-top-color: #b81c23; }
    .woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
      color: #b81c23; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit, .woocommerce-page a.button,
  .woocommerce-page button.button,
  .woocommerce-page input.button,
  .woocommerce-page #respond input#submit {
    font-size: 85%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0px;
    border: 2px solid #2e29ee;
    left: auto;
    color: #2e29ee;
    background-color: white;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none; }
    @media only screen and (min-width: 480px) {
      .woocommerce a.button,
      .woocommerce button.button,
      .woocommerce input.button,
      .woocommerce #respond input#submit, .woocommerce-page a.button,
      .woocommerce-page button.button,
      .woocommerce-page input.button,
      .woocommerce-page #respond input#submit {
        font-size: 100%; } }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading, .woocommerce-page a.button.loading,
    .woocommerce-page button.button.loading,
    .woocommerce-page input.button.loading,
    .woocommerce-page #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading:after,
      .woocommerce button.button.loading:after,
      .woocommerce input.button.loading:after,
      .woocommerce #respond input#submit.loading:after, .woocommerce-page a.button.loading:after,
      .woocommerce-page button.button.loading:after,
      .woocommerce-page input.button.loading:after,
      .woocommerce-page #respond input#submit.loading:after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .618em;
        right: 1em;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.added:after, .woocommerce-page a.button.added:after,
    .woocommerce-page button.button.added:after,
    .woocommerce-page input.button.added:after,
    .woocommerce-page #respond input#submit.added:after {
      font-family: 'WooCommerce';
      content: "\e017";
      margin-left: .53em;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover, .woocommerce-page a.button:hover,
    .woocommerce-page button.button:hover,
    .woocommerce-page input.button:hover,
    .woocommerce-page #respond input#submit:hover {
      background-color: #2e29ee;
      text-decoration: none;
      background-image: none;
      color: white; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt, .woocommerce-page a.button.alt,
    .woocommerce-page button.button.alt,
    .woocommerce-page input.button.alt,
    .woocommerce-page #respond input#submit.alt {
      background-color: #2e29ee;
      color: white;
      -webkit-font-smoothing: antialiased; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover,
      .woocommerce-page button.button.alt:hover,
      .woocommerce-page input.button.alt:hover,
      .woocommerce-page #respond input#submit.alt:hover {
        background-color: #110da4;
        border-color: #110da4;
        color: white; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce-page a.button.alt.disabled, .woocommerce-page a.button.alt:disabled, .woocommerce-page a.button.alt:disabled[disabled], .woocommerce-page a.button.alt.disabled:hover, .woocommerce-page a.button.alt:disabled:hover, .woocommerce-page a.button.alt:disabled[disabled]:hover,
      .woocommerce-page button.button.alt.disabled,
      .woocommerce-page button.button.alt:disabled,
      .woocommerce-page button.button.alt:disabled[disabled],
      .woocommerce-page button.button.alt.disabled:hover,
      .woocommerce-page button.button.alt:disabled:hover,
      .woocommerce-page button.button.alt:disabled[disabled]:hover,
      .woocommerce-page input.button.alt.disabled,
      .woocommerce-page input.button.alt:disabled,
      .woocommerce-page input.button.alt:disabled[disabled],
      .woocommerce-page input.button.alt.disabled:hover,
      .woocommerce-page input.button.alt:disabled:hover,
      .woocommerce-page input.button.alt:disabled[disabled]:hover,
      .woocommerce-page #respond input#submit.alt.disabled,
      .woocommerce-page #respond input#submit.alt:disabled,
      .woocommerce-page #respond input#submit.alt:disabled[disabled],
      .woocommerce-page #respond input#submit.alt.disabled:hover,
      .woocommerce-page #respond input#submit.alt:disabled:hover,
      .woocommerce-page #respond input#submit.alt:disabled[disabled]:hover {
        background-color: grey;
        color: white; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled], .woocommerce-page a.button:disabled, .woocommerce-page a.button.disabled, .woocommerce-page a.button:disabled[disabled],
    .woocommerce-page button.button:disabled,
    .woocommerce-page button.button.disabled,
    .woocommerce-page button.button:disabled[disabled],
    .woocommerce-page input.button:disabled,
    .woocommerce-page input.button.disabled,
    .woocommerce-page input.button:disabled[disabled],
    .woocommerce-page #respond input#submit:disabled,
    .woocommerce-page #respond input#submit.disabled,
    .woocommerce-page #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce-page a.button:disabled:hover, .woocommerce-page a.button.disabled:hover, .woocommerce-page a.button:disabled[disabled]:hover,
      .woocommerce-page button.button:disabled:hover,
      .woocommerce-page button.button.disabled:hover,
      .woocommerce-page button.button:disabled[disabled]:hover,
      .woocommerce-page input.button:disabled:hover,
      .woocommerce-page input.button.disabled:hover,
      .woocommerce-page input.button:disabled[disabled]:hover,
      .woocommerce-page #respond input#submit:disabled:hover,
      .woocommerce-page #respond input#submit.disabled:hover,
      .woocommerce-page #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: grey; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button, .woocommerce-page .cart .button,
  .woocommerce-page .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: none; }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #a7a2ab; }
  .woocommerce div.product, .woocommerce-page div.product {
    /*target Internet Explorer 9 and Internet Explorer 10:*/ }
    .woocommerce div.product .product_title, .woocommerce-page div.product .product_title {
      line-height: 1;
      margin-bottom: 0;
      text-transform: uppercase; }
    .woocommerce div.product div[itemprop="offers"], .woocommerce-page div.product div[itemprop="offers"] {
      margin-bottom: 3em; }
    .woocommerce div.product p.price,
    .woocommerce div.product span.price, .woocommerce-page div.product p.price,
    .woocommerce-page div.product span.price {
      margin-top: 0;
      color: #a7a2ab; }
    .woocommerce div.product select, .woocommerce-page div.product select {
      border: 1px solid #a7a2ab;
      background: transparent;
      width: auto !important;
      padding: 5px 35px 5px 5px;
      font-size: 16px;
      border: 1px solid #a7a2ab;
      border-radius: 0;
      height: 34px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../images/down-arrow.png) 94%/15% no-repeat #fff;
      background-size: 10px; }
    @media screen and (min-width: 0\0) {
      .woocommerce div.product select, .woocommerce-page div.product select {
        background: none;
        padding: 5px; } }
  .woocommerce form.cart .variations td, .woocommerce-page form.cart .variations td {
    vertical-align: middle !important; }
  .woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce-page .quantity input[type=number]::-webkit-inner-spin-button,
  .woocommerce-page .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1; }
  .woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
    width: 4.5em;
    text-align: center;
    border: 2px solid #a7a2ab;
    padding: 0.518em 1.2em 0.518em 1em; }
  .woocommerce .related,
  .woocommerce .upsells.products, .woocommerce-page .related,
  .woocommerce-page .upsells.products {
    clear: both; }
    .woocommerce .related ul.products,
    .woocommerce .related ul,
    .woocommerce .upsells.products ul.products,
    .woocommerce .upsells.products ul, .woocommerce-page .related ul.products,
    .woocommerce-page .related ul,
    .woocommerce-page .upsells.products ul.products,
    .woocommerce-page .upsells.products ul {
      float: none; }
      .woocommerce .related ul.products li.product,
      .woocommerce .related ul li.product,
      .woocommerce .upsells.products ul.products li.product,
      .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product,
      .woocommerce-page .related ul li.product,
      .woocommerce-page .upsells.products ul.products li.product,
      .woocommerce-page .upsells.products ul li.product {
        float: left;
        margin: 0 3.8% 2.992em 0;
        padding: 0;
        position: relative;
        width: 22.05%; }
        @media only screen and (max-width: 767px) {
          .woocommerce .related ul.products li.product,
          .woocommerce .related ul li.product,
          .woocommerce .upsells.products ul.products li.product,
          .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product,
          .woocommerce-page .related ul li.product,
          .woocommerce-page .upsells.products ul.products li.product,
          .woocommerce-page .upsells.products ul li.product {
            width: 46.2%; } }
        .woocommerce .related ul.products li.product:last-child,
        .woocommerce .related ul li.product:last-child,
        .woocommerce .upsells.products ul.products li.product:last-child,
        .woocommerce .upsells.products ul li.product:last-child, .woocommerce-page .related ul.products li.product:last-child,
        .woocommerce-page .related ul li.product:last-child,
        .woocommerce-page .upsells.products ul.products li.product:last-child,
        .woocommerce-page .upsells.products ul li.product:last-child {
          margin-right: 0; }
        .woocommerce .related ul.products li.product img,
        .woocommerce .related ul li.product img,
        .woocommerce .upsells.products ul.products li.product img,
        .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img,
        .woocommerce-page .related ul li.product img,
        .woocommerce-page .upsells.products ul.products li.product img,
        .woocommerce-page .upsells.products ul li.product img {
          width: 100%;
          height: auto; }
        .woocommerce .related ul.products li.product .price,
        .woocommerce .related ul li.product .price,
        .woocommerce .upsells.products ul.products li.product .price,
        .woocommerce .upsells.products ul li.product .price, .woocommerce-page .related ul.products li.product .price,
        .woocommerce-page .related ul li.product .price,
        .woocommerce-page .upsells.products ul.products li.product .price,
        .woocommerce-page .upsells.products ul li.product .price {
          color: #a7a2ab; }
  .woocommerce .related, .woocommerce-page .related {
    border-top: 1px solid black;
    padding-top: 1em;
    margin-top: 1em; }

/**
* Cart Page
*/
/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  .woocommerce-page table.shop_table, .woocommerce-page table.shop_table thead, .woocommerce-page table.shop_table tbody, .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */ }

  .woocommerce-page table.shop_table td {
    /* Behave like a 'row' */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important; }

  .woocommerce-page table.shop_table {
    border: none; }

  .woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px; }

  .woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap; }

  /* Label the data */
  .woocommerce-page table.shop_table td.product-remove:before {
    content: 'DELETE'; }

  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: 'IMAGE'; }

  .woocommerce-page table.shop_table td.product-name:before {
    content: 'PRODUCT'; }

  .woocommerce-page table.shop_table td.product-price:before {
    content: 'PRICE'; }

  .woocommerce-page table.shop_table td.product-quantity:before {
    content: 'QUANTITY'; }

  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: 'SUBTOTAL'; }

  .woocommerce-page table.shop_table td.product-total:before {
    content: 'TOTAL'; }

  .woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
    margin: 0; }

  .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important; }

  .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px; }

  .woocommerce-page table.cart td.actions div, .woocommerce-page #content table.cart td.actions div, .woocommerce-page table.cart td.actions input, .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px; }

  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left; }

  .woocommerce-page .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important; }

  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td, .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important; }

  .woocommerce-page table.shop_table tr.cart-subtotal td, .woocommerce-page table.shop_table tr.shipping td, .woocommerce-page table.shop_table tr.total td, .woocommerce-page table.shop_table.order_details tfoot th, .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important; }

  .woocommerce-page table.shop_table tbody {
    padding-top: 10px; }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: none;
    width: 100%; }

  .woocommerce .order_details ul, .woocommerce-page .order_details ul, .woocommerce .order_details, .woocommerce-page .order_details {
    padding: 0; }

  .woocommerce .order_details li, .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0; }

  /* make buttons full width, text wide anyway, improves effectiveness */
  #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
    width: 100%; }

  /* keep coupon at 50% */
  #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 48%; }

  /* clean up how coupon inputs display */
  #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em; }

  #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em; }

  /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    display: none; } }
/* END Make the cart table responsive */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px; }
.woocommerce-cart table.cart img {
  width: 32px;
  box-shadow: none; }
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle; }
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid black;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1rem;
  text-align: center;
  border: 2px dashed #a7a2ab;
  padding: 1rem 0;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: auto; } }
.woocommerce-cart table.cart td.actions .coupon .button {
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1rem;
  text-align: center;
  padding: 1.15rem 0;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .woocommerce-cart table.cart td.actions .coupon .button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      padding: 1.15rem 1.65rem; } }

.lead-in {
  color: #2e29ee;
  font-size: 1.75em;
  line-height: 48px;
  font-family: "avenir", Georgia, serif;
  font-weight: bold;
  padding-top: 2em; }
  @media only screen and (max-width: 767px) {
    .lead-in {
      font-size: 1.4375em;
      line-height: 33px; } }

.page .content div {
  float: left;
  margin-right: 74px;
  width: 46%; }
  @media only screen and (max-width: 767px) {
    .page .content div {
      width: 100%;
      float: none; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .page .content div {
      width: 43%; } }
  .page .content div p {
    font-size: 1.125em;
    line-height: 30px;
    color: #413d44;
    margin-bottom: 50px; }
  .page .content div:last-child {
    margin-right: 0; }
.page .staff-container {
  width: 100%;
  height: 100%; }
  .page .staff-container .staff {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: none; }
    .page .staff-container .staff > div {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      height: 600px;
      width: 100%;
      position: absolute;
      overflow: hidden;
      width: 100%;
      opacity: 0;
      -moz-transition: opacity, ease-out 0.1s;
      -o-transition: opacity, ease-out 0.1s;
      -webkit-transition: opacity, ease-out 0.1s;
      transition: opacity, ease-out 0.1s; }
    .page .staff-container .staff:hover > div {
      opacity: 1;
      -moz-transition: opacity, cubic-bezier(0.55, 0.84, 0.5, 0.99) 0.1s;
      -o-transition: opacity, cubic-bezier(0.55, 0.84, 0.5, 0.99) 0.1s;
      -webkit-transition: opacity, cubic-bezier(0.55, 0.84, 0.5, 0.99) 0.1s;
      transition: opacity, cubic-bezier(0.55, 0.84, 0.5, 0.99) 0.1s; }
    @media only screen and (min-width: 320px) {
      .page .staff-container .staff {
        margin-right: 0;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .page .staff-container .staff {
        width: 49.5%;
        float: left;
        margin-bottom: 1%;
        margin-right: 1%; }
        .page .staff-container .staff:nth-child(2n+2) {
          margin-right: 0; } }
    @media only screen and (min-width: 940px) {
      .page .staff-container .staff {
        width: 32.66%; }
        .page .staff-container .staff:nth-child(2n+2) {
          margin-right: 1%; }
        .page .staff-container .staff:nth-child(3n+3) {
          margin-right: 0; } }
    @media only screen and (min-width: 1440px) {
      .page .staff-container .staff {
        width: 24.25%; }
        .page .staff-container .staff:nth-child(3n+3) {
          margin-right: 1%; }
        .page .staff-container .staff:nth-child(4n+4) {
          margin-right: 0; } }
    @media only screen and (min-width: 1600px) {
      .page .staff-container .staff {
        width: 19.2%; }
        .page .staff-container .staff:nth-child(4n+4) {
          margin-right: 1%; }
        .page .staff-container .staff:nth-child(5n+5) {
          margin-right: 0; } }
    .page .staff-container .staff img {
      position: absolute;
      left: 0;
      top: 0;
      width: auto;
      height: 100%; }
    .page .staff-container .staff h4 {
      color: #fff;
      text-decoration: underline;
      position: absolute;
      left: 23px;
      bottom: 31px;
      font-size: 1.875em;
      line-height: 30px;
      font-weight: normal;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); }
.page .staff.filler-item h4 {
  color: black;
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0; }
.page .hiring {
  clear: both;
  padding: 115px 0;
  background-color: #FFF;
  background-image: -moz-linear-gradient(left, #D5D6D1 0%, #D9DBD5 15%, #DBDDD8 28%, #E1E1DE 44%, #E1E2DD 58%, #DEDFDB 68%, #DBDCD7 83%, #D0D2CD 93%, #C9CCC6 97%, #C2C4BF 100%);
  background-image: -o-linear-gradient(left, #D5D6D1 0%, #D9DBD5 15%, #DBDDD8 28%, #E1E1DE 44%, #E1E2DD 58%, #DEDFDB 68%, #DBDCD7 83%, #D0D2CD 93%, #C9CCC6 97%, #C2C4BF 100%);
  background-image: -webkit-linear-gradient(left, #D5D6D1 0%, #D9DBD5 15%, #DBDDD8 28%, #E1E1DE 44%, #E1E2DD 58%, #DEDFDB 68%, #DBDCD7 83%, #D0D2CD 93%, #C9CCC6 97%, #C2C4BF 100%);
  background-image: linear-gradient(to right, #d5d6d1 0%, #d9dbd5 15%, #dbddd8 28%, #e1e1de 44%, #e1e2dd 58%, #dedfdb 68%, #dbdcd7 83%, #d0d2cd 93%, #c9ccc6 97%, #c2c4bf 100%);
  text-align: center; }
  .page .hiring h2 {
    font-size: 2.25em;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 auto 1em; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .page .hiring h2 {
        padding: 0 25px; } }
    @media only screen and (max-width: 767px) {
      .page .hiring h2 {
        font-size: 1.5625em;
        line-height: 35px;
        padding: 0 20px; } }
  .page .hiring p {
    font-size: 1.125em;
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .page .hiring p {
        padding: 0;
        width: 100%; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .page .hiring p {
        padding: 0 20px; } }
.page .bottom-image {
  width: 100%;
  height: 698px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media only screen and (max-width: 767px) {
    .page .bottom-image {
      height: 300px;
      background-size: 125%;
      background-position-x: center; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .page .bottom-image {
      height: 300px; } }
