@charset "UTF-8";
/* ---------------------------------------------- *
	Big Mama Styles!

	Here we collate all of our partials into one file ready to be processed and generate that
	beautiful CSS.

\* ---------------------------------------------- */
/* - Index
-------------------------------------------------
	- Susy ...................................... 1.0.
	- Breakpoint ................................ 2.0.
	- Modular Scale ............................. 3.0.
	- Mixins .................................... 4.0.
	- Variables ................................. 5.0.
	- Reset ..................................... 6.0.
	- Base ...................................... 7.0.
	- Grid ...................................... 8.0.
	- Typography ................................ 9.0.
	- Nav ...................................... 10.0.
	- Header ................................... 11.0.
	- Content .................................. 12.0.
	- Footer ................................... 13.0.
*/
/* -----------------------------------------
	1.0. Susy
----------------------------------------- */
/* -----------------------------------------
	2.0. Breakpoint
----------------------------------------- */
/* -----------------------------------------
	3.0. Modular Scale
----------------------------------------- */
/* -----------------------------------------
	4.0. Mixins
----------------------------------------- */
@import 'https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i';
.yourClass_svgWrap-square {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%; }
  .yourClass_svgWrap-square svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.yourClass_svgWrap-3by4 {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 133.33333%; }
  .yourClass_svgWrap-3by4 svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

/* -----------------------------------------
	5.0. Variables
----------------------------------------- */
@font-face {
  font-family: "Antonio";
  font-weight: 400;
  src: url("/assets/fonts/antonio-regular.eot?") format("eot"), url("/assets/fonts/antonio-regular.woff") format("woff"), url("/assets/fonts/antonio-regular.ttf") format("truetype"), url("/assets/fonts/antonio-regular.svg#Antonio") format("svg"); }

@font-face {
  font-family: "Antonio";
  font-weight: 600;
  src: url("/assets/fonts/antonio-bold.eot?") format("eot"), url("/assets/fonts/antonio-bold.woff") format("woff"), url("/assets/fonts/antonio-bold.ttf") format("truetype"), url("/assets/fonts/antonio-bold.svg#Antonio") format("svg"); }

@font-face {
  font-family: "Antonio";
  font-weight: 300;
  src: url("/assets/fonts/antonio-light.eot?") format("eot"), url("/assets/fonts/antonio-light.woff") format("woff"), url("/assets/fonts/antonio-light.ttf") format("truetype"), url("/assets/fonts/antonio-light.svg#Antonio") format("svg"); }

@font-face {
  font-family: "Dustismo";
  font-weight: 400;
  src: url("/assets/fonts/dustismo_roman-webfont.eot?") format("eot"), url("/assets/fonts/dustismo_roman-webfont.woff") format("woff"), url("/assets/fonts/dustismo_roman-webfont.ttf") format("truetype"), url("/assets/fonts/dustismo_roman-webfont.svg#Dustismo") format("svg"); }

@font-face {
  font-family: "Dustismo";
  font-weight: 600;
  src: url("/assets/fonts/dustismo_roman_bold-webfont.eot?") format("eot"), url("/assets/fonts/dustismo_roman_bold-webfont.woff") format("woff"), url("/assets/fonts/dustismo_roman_bold-webfont.ttf") format("truetype"), url("/assets/fonts/dustismo_roman_bold-webfont.svg#Dustismo") format("svg"); }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?w7obpd");
  src: url("/assets/fonts/icomoon.eot?w7obpd#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?w7obpd") format("truetype"), url("/assets/fonts/icomoon.woff?w7obpd") format("woff"), url("/assets/fonts/icomoon.svg?w7obpd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-sweep:before {
  content: ""; }

.icon-fireplace:before {
  content: ""; }

.icon-match:before {
  content: ""; }

.icon-chimney:before {
  content: ""; }

.icon-house:before {
  content: ""; }

.icon-plaster:before {
  content: ""; }

.icon-swiggle:before {
  content: ""; }

.icon-fire2:before {
  content: ""; }

.icon-speech:before {
  content: ""; }

.icon-chevron-thin-right:before {
  content: ""; }

.icon-chevron-thin-left:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-mobile:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

/* -----------------------------------------
	6.0. Reset
----------------------------------------- */
/* ---------------------------------------------- *
  Partial: reset

  Reset the fuck out of everything. Phwouah!

\* ---------------------------------------------- */
* {
  box-sizing: border-box; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  height: 100%; }

a img {
  border: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* -----------------------------------------
	8.0. Grid
----------------------------------------- */
/* ---------------------------------------------- *
  Partial: grid

  We're using Susy. Please visit http://susy.readthedocs.org/en/latest/install/

  Due to using Susy, we're going to need the Ruby gems installed. Please a see a guide here: [TBD].

  Usage
  =====

\* ---------------------------------------------- */
/* - Index
-------------------------------------------------
  - Global defaults     ............................. 1.0.
  - Grid makeup         ............................. 2.0.
*/
/* ---------------------------------------------- *  1.0 Global defaults
\* ---------------------------------------------- */
/* ---------------------------------------------- *  1.0 Grid makeup
\* ---------------------------------------------- */
.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  .container-sm {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto; }
    .container-sm:after {
      content: " ";
      display: block;
      clear: both; }

@media (min-width: 57.5em) {
  .cols2 {
    width: 14.28571%;
    float: left; }
  .cols10 {
    width: 82.85714%;
    float: left; } }

.g-1-xs {
  width: 8.33333%;
  float: left; }

.g-2-xs {
  width: 16.66667%;
  float: left; }

.g-3-xs {
  width: 25%;
  float: left; }

.g-4-xs {
  width: 33.33333%;
  float: left; }

.g-5-xs {
  width: 41.66667%;
  float: left; }

.g-6-xs {
  width: 50%;
  float: left; }

.g-7-xs {
  width: 58.33333%;
  float: left; }

.g-8-xs {
  width: 66.66667%;
  float: left; }

.g-9-xs {
  width: 75%;
  float: left; }

.g-10-xs {
  width: 83.33333%;
  float: left; }

.g-11-xs {
  width: 91.66667%;
  float: left; }

.g-12-xs {
  width: 100%;
  float: left; }

@media (min-width: 40em) {
  .g-1-sm {
    width: 8.33333%;
    float: left; } }

@media (min-width: 40em) {
  .g-2-sm {
    width: 16.66667%;
    float: left; } }

@media (min-width: 40em) {
  .g-3-sm {
    width: 25%;
    float: left; } }

@media (min-width: 40em) {
  .g-4-sm {
    width: 33.33333%;
    float: left; } }

@media (min-width: 40em) {
  .g-5-sm {
    width: 41.66667%;
    float: left; } }

@media (min-width: 40em) {
  .g-6-sm {
    width: 50%;
    float: left; } }

@media (min-width: 40em) {
  .g-7-sm {
    width: 58.33333%;
    float: left; } }

@media (min-width: 40em) {
  .g-8-sm {
    width: 66.66667%;
    float: left; } }

@media (min-width: 40em) {
  .g-9-sm {
    width: 75%;
    float: left; } }

@media (min-width: 40em) {
  .g-10-sm {
    width: 83.33333%;
    float: left; } }

@media (min-width: 40em) {
  .g-11-sm {
    width: 91.66667%;
    float: left; } }

@media (min-width: 40em) {
  .g-12-sm {
    width: 100%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-1-md {
    width: 8.33333%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-2-md {
    width: 16.66667%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-3-md {
    width: 25%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-4-md {
    width: 33.33333%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-5-md {
    width: 41.66667%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-6-md {
    width: 50%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-7-md {
    width: 58.33333%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-8-md {
    width: 66.66667%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-9-md {
    width: 75%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-10-md {
    width: 83.33333%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-11-md {
    width: 91.66667%;
    float: left; } }

@media (min-width: 48.0625em) {
  .g-12-md {
    width: 100%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-1-lg {
    width: 8.33333%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-2-lg {
    width: 16.66667%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-3-lg {
    width: 25%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-4-lg {
    width: 33.33333%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-5-lg {
    width: 41.66667%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-6-lg {
    width: 50%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-7-lg {
    width: 58.33333%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-8-lg {
    width: 66.66667%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-9-lg {
    width: 75%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-10-lg {
    width: 83.33333%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-11-lg {
    width: 91.66667%;
    float: left; } }

@media (min-width: 68.75em) {
  .g-12-lg {
    width: 100%;
    float: left; } }

/* -----------------------------------------
	7.0. Base
----------------------------------------- */
/* ---------------------------------------------- *
  Partial: base

  Here you place the base defaults to any project

\* ---------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  color: #2f2f2f;
  font-family: "Arimo";
  font-size: 16px;
  line-height: 1.6;
  margin: 0; }

html, body {
  height: 100%;
  min-height: 100%; }

small {
  font-size: 0.85em; }

ul li {
  list-style: none; }

ol li {
  list-style: none; }

img, object, embed {
  height: auto;
  max-width: 100%; }

blockquote {
  color: #FFFFFF;
  font-size: 1.1em;
  font-style: italic;
  margin: 0 0 1.250em 1.250em;
  padding: 0.625em 1.250em 1.250em; }
  blockquote p:last-child {
    margin-bottom: 0; }

strong, b {
  font-weight: 600; }

/*********************************************
	- 2.0 -  LINKS
*********************************************/
/* - 2.1. - BASE LINK STYLES
	------------------------------------------ */
a {
  color: blue;
  cursor: pointer;
  text-decoration: none;
  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ }
  a:hover {
    color: purple; }
  a:focus {
    color: green; }
  a:focus, a:active {
    outline: none; }

/* - 2.2. - HEADER LINKS
	------------------------------------------ */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: blue; }

/*********************************************
	- 3.0 -  Helpers
*********************************************/
.hide {
  display: none; }

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

.sidePadded {
  padding-left: 1em;
  padding-right: 1em; }

.smallPaddings {
  padding-top: 1.44em;
  padding-bottom: 0.69444em;
  margin: 0; }

.large {
  font-size: 1.2em; }

/* -----------------------------------------
	9.0. Typography
----------------------------------------- */
/* ---------------------------------------------- *
  Partial: typography

  I set all typographic styles here. First we list our variables such as fonts (maybe we're using some @font-face) and
  additionally and maps we might want to use. Then we specificy the typographic scales we want.

\* ---------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

.intro h1 {
  font-family: "Dustismo";
  font-size: 1.728em;
  padding-bottom: 1em; }

p {
  margin-bottom: 0.5em; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* -----------------------------------------
	10.0. Nav
----------------------------------------- */
@media (min-width: 0em) and (max-width: 57.4375em) {
  nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: opacity 0.25s, visibility 0s 1s; }
    .menuOpen nav {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.25s, visibility 0s 0s; }
    nav .menu {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: 0;
      transform: translateY(-50%); }
    nav .menu_item {
      padding-bottom: 1em; }
      nav .menu_item a {
        color: #203e52;
        text-transform: uppercase;
        font-weight: bold; } }

@media (min-width: 57.5em) {
  nav {
    width: 74.28571%;
    float: left;
    text-align: right; }
    nav .menu .menu_item {
      display: inline-block;
      padding-left: 1.44em;
      text-transform: uppercase; }
      nav .menu .menu_item a {
        color: #2a4a5f;
        font-weight: bold;
        font-size: 0.83333em;
        padding-bottom: 0.25em;
        position: relative; }
        nav .menu .menu_item a:after {
          content: "";
          position: absolute;
          display: block;
          height: 2px;
          background: #203e52;
          border-radius: 4px;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          opacity: 0;
          transform: scaleX(0);
          transition: transform 0.3s linear, opacity 0.3s linear;
          transform-origin: right; }
        nav .menu .menu_item a:hover:after {
          transform: scaleX(1);
          transform-origin: left;
          transition-delay: 0.1s;
          opacity: 1; } }

/* -----------------------------------------
	11.0. Header
----------------------------------------- */
header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: fixed;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 1.44em 0;
  transition: padding 0.1s linear; }
  .scrolled header {
    padding: 1em 0; }
  header .logo_wrap {
    width: calc(100% - 4em);
    max-width: 350px;
    position: relative;
    z-index: 1; }
    @media (min-width: 57.5em) {
      header .logo_wrap {
        padding-top: 0.2em;
        width: 22.85714%;
        float: left; } }

/* -----------------------------------------
	12.0. Content
----------------------------------------- */
/* 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; }

.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;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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;
  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; }

.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;
  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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  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;
  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;
    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 {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.bg-grey {
  background: #f9f9f9; }

.bg-blue {
  background-color: #203e52;
  color: white; }

.bg-lightBlue {
  background-color: #e8f2f9; }

.paddings {
  padding: 5em 0; }

.intro {
  color: #fff;
  background: #203e52;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em; }

.banner {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: url(/assets/images/logs.jpg);
  background-attachment: fixed; }
  .touchevents .banner {
    background-attachment: scroll; }
  .banner .container {
    height: 100%;
    position: relative; }

.banner_text {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: aut0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.48832em;
  padding: 80px 0.40188em 0;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
  overflow: hidden;
  line-height: 1.2; }
  .visible .banner_text {
    opacity: 1; }
  @media (min-width: 0em) and (max-width: 57.4375em) {
    .banner_text {
      font-size: 2.0736em; } }
  @media (min-width: 0em) and (max-width: 39.9375em) {
    .banner_text {
      font-size: 1.728em; } }
  @media (min-width: 0em) and (max-width: 29.9375em) {
    .banner_text {
      font-size: 1.44em; } }
  .banner_text::before {
    display: block;
    content: "";
    font-family: 'icomoon';
    font-size: 1.44em;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s 1s ease-out; }
    .visible .banner_text::before {
      transform: scale(1);
      opacity: 1; }
  .banner_text::after {
    display: block;
    content: "";
    font-family: 'icomoon';
    font-size: 0.40188em;
    padding-top: 0.33em;
    transform: scaleX(3);
    opacity: 0;
    transition: all 0.2s 1.3s ease-out; }
    .visible .banner_text::after {
      transform: scale(1);
      opacity: 1; }

.banner_text_line1 {
  font-family: "Dustismo";
  padding-bottom: 0.25em; }

.banner_text_line2,
.banner_text_line3 {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 1.728em; }

.banner_text_line2 {
  font-weight: 600; }

.banner_text_line3 {
  font-weight: 300; }

.services_service {
  padding-bottom: 2em;
  opacity: 0;
  transition: opacity 0.5s; }
  @media (min-width: 0em) and (max-width: 57.4375em) {
    .services_service {
      max-width: 480px;
      margin-left: auto;
      margin-right: auto; }
      .services_service:after {
        content: " ";
        display: block;
        clear: both; } }
  .services_service ul li {
    list-style-type: disc;
    list-style-position: inside; }
  .services_service ul {
    text-align: left; }
  .services_service.visible {
    opacity: 1; }
    .services_service.visible .icon {
      opacity: 1;
      transition-delay: 0.3s;
      transform: scale(1) translateY(-50%); }
      @media (min-width: 0em) and (max-width: 57.4375em) {
        .services_service.visible .icon {
          transform: scale(1); } }
  @media (min-width: 0em) and (max-width: 57.4375em) {
    .services_service {
      padding-bottom: 3em;
      text-align: center; } }
  .services_service:nth-child(2n) .icon {
    color: #b0aeae; }
  .services_service:nth-child(2n-1) .icon {
    color: #507c99; }
  .services_service .icon {
    text-align: center;
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.5s;
    font-size: 5.15978em;
    padding-bottom: 0.19381em; }
    @media (min-width: 57.5em) {
      .services_service .icon {
        padding: 0;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0;
        transform: translateY(-50%) scale(0.1); } }
  .services_service strong {
    font-size: 1.2em; }
  .services_service .icon_wrap {
    position: relative; }
    @media (min-width: 0em) and (max-width: 57.4375em) {
      .services_service .icon_wrap {
        text-align: center; } }

.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

@media (min-width: 0em) and (max-width: 57.4375em) {
  .beforeAfter .g-3-md {
    margin-bottom: 3em; } }

.testimonials .icon-speech {
  font-size: 2.98598em; }

.testimonials_slider {
  padding: 2em 0; }

.testimonials_slide {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .testimonials_slide:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 0em) and (max-width: 29.9375em) {
    .testimonials_slide {
      max-width: 67%;
      margin-left: auto;
      margin-right: auto; }
      .testimonials_slide:after {
        content: " ";
        display: block;
        clear: both; } }
  .testimonials_slide_text {
    font-style: italic; }
  .testimonials_slide_author {
    display: block;
    font-size: 1.2em;
    padding-top: 1em; }

.testimonials .owl-controls {
  font-family: "icomoon"; }

.testimonials .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  font-size: 2.48832em;
  height: 100%; }

.testimonials .owl-prev {
  position: absolute;
  top: 33%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-33%); }

.testimonials .owl-next {
  position: absolute;
  top: 33%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-33%); }

.photoGrid_photo .square {
  position: relative;
  box-shadow: none; }

.photoGrid_photo_inner {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.menu-toggle {
  display: block;
  top: 1.7em;
  transition: all 0.1s linear;
  margin: auto;
  background: #fff;
  position: absolute;
  right: 1em;
  z-index: 2;
  height: 1.5625em;
  width: 2.5em;
  cursor: pointer; }
  .scrolled .menu-toggle {
    top: 1.25em; }
  @media (min-width: 57.5em) {
    .menu-toggle {
      display: none; } }
  @media (min-width: 0em) and (max-width: 29.9375em) {
    .menu-toggle {
      transform: scale(0.8);
      top: 1.45em; }
      .scrolled .menu-toggle {
        top: 0.95em; } }
  .menu-toggle .bars {
    display: block;
    width: 2.5em;
    height: 0.3125em;
    border-radius: 0px;
    background-color: #203e52;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.15625em;
    transition: all .2s linear; }
    .menu-toggle .bars:before, .menu-toggle .bars:after {
      display: block;
      width: 2.5em;
      height: 0.3125em;
      border-radius: 0px;
      content: "";
      position: absolute;
      transition: all 0.4s ease-in-out; }
    .menu-toggle .bars:before {
      top: -0.625em;
      background-color: #203e52; }
    .menu-toggle .bars:after {
      bottom: -0.625em;
      background-color: #203e52; }

.menuOpen .menu-toggle .bars {
  transform: rotate(-45deg);
  background-color: transparent; }
  .menuOpen .menu-toggle .bars:before {
    top: 0;
    transform: rotate(-180deg);
    background-color: #203e52; }
  .menuOpen .menu-toggle .bars:after {
    bottom: 0;
    transform: rotate(90deg);
    background-color: #203e52; }

/* -----------------------------------------
	13.0. Footer
----------------------------------------- */
.footer_bottom a {
  color: #203e52; }
  .footer_bottom a:active, .footer_bottom a:focus, .footer_bottom a:hover, .footer_bottom a:visited {
    color: inherit;
    text-decoration: underline; }

.contact {
  display: block;
  max-width: 370px;
  margin: 0 auto; }
  @media (min-width: 0em) and (max-width: 39.9375em) {
    .contact {
      font-size: 0.69444em;
      max-width: 255px; } }
  .contact_section {
    position: relative; }
  @media (min-width: 57.5em) {
    .contact {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: 0;
      transform: translateY(-50%);
      text-align: left; } }
  .contact_detail {
    font-size: 1.2em;
    padding-bottom: 1em; }
    .contact_detail a,
    .contact_detail a:active,
    .contact_detail a:focus,
    .contact_detail a:hover,
    .contact_detail a:visited {
      color: inherit; }
    .contact_detail a:hover {
      text-decoration: underline; }
    .contact_detail_text {
      padding-left: 2em;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle; }
    .contact_detail_icon {
      height: 1.5em;
      display: inline-block;
      vertical-align: middle;
      width: 1.5em;
      font-size: 1.728em;
      border-radius: 50%;
      line-height: 0;
      background: white;
      position: relative;
      text-align: center; }
      .contact_detail_icon .icon-envelope {
        font-size: 0.69444em; }
      .contact_detail_icon > span {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: 0;
        transform: translateY(-50%);
        margin: 0 auto;
        display: block; }

.footer_fireplace {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 86.1377%; }
  .footer_fireplace svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .footer_fireplace svg .st0 {
    opacity: 0.3; }
  .footer_fireplace svg .st1 {
    fill: #C1B3A8; }
  .footer_fireplace svg .st2 {
    fill: #1C1C1C; }
  .footer_fireplace svg .st3 {
    fill: #565656; }
  .footer_fireplace svg .st4 {
    fill: #754727; }
  .footer_fireplace svg .st5 {
    fill: #49290E; }
  .footer_fireplace svg .st6 {
    fill: #603413; }
  .footer_fireplace svg .st7 {
    opacity: 0.2; }
  .footer_fireplace svg .st8 {
    opacity: 0.6; }
  .footer_fireplace svg .st9 {
    fill: #351A08; }
  .footer_fireplace svg .st10 {
    fill: #303030; }
  .footer_fireplace svg .st11 {
    fill: #1E1B18; }
  .footer_fireplace svg .st12 {
    fill: #2B2B2B; }
  .footer_fireplace svg .st13 {
    fill: #8C6122; }
  .footer_fireplace svg .st14 {
    fill: #302B28; }
  .footer_fireplace svg .st15 {
    fill: #EACEA0; }
  .footer_fireplace svg .st16 {
    fill: #7F521C; }
  .footer_fireplace svg .st17 {
    fill: #9B6A29; }
  .footer_fireplace svg .st18 {
    fill: #A5A5A5; }
  .footer_fireplace svg .st19 {
    fill: #205621; }
  .footer_fireplace svg .st20 {
    fill: #993710; }
  .footer_fireplace svg .st21 {
    fill: #878686; }
  .footer_fireplace svg .st22 {
    fill: #D3B07F; }
  .footer_fireplace svg .st23 {
    fill: #194419; }
  .footer_fireplace svg .st24 {
    fill: #7C280A; }
  .footer_fireplace svg .st25 {
    fill: #F69025; }
  .footer_fireplace svg .st26 {
    opacity: 0.6;
    fill: #F4B027; }
  .footer_fireplace svg .st27 {
    opacity: 0.43; }
  .footer_fireplace svg .st28 {
    opacity: 0.95; }
  .footer_fireplace svg .st29 {
    fill: #FFFFFF; }
  .footer_fireplace_wrap {
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 0em) and (max-width: 57.4375em) {
      .footer_fireplace_wrap {
        padding-bottom: 2em; } }

.hetas {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 45.36785%; }
  .hetas svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .hetas svg .st0 {
    fill: #232021; }
  .hetas svg .st1 {
    fill: #CE1F3E; }
  .hetas svg .st2 {
    fill: #EF9221; }
  .hetas svg .st3 {
    fill: #FBCE0A; }
  .hetas svg .st4 {
    fill: #252222; }
  .hetas svg .st5 {
    fill: #221F20; }
  .hetas svg .st6 {
    fill: #252021; }
  .hetas svg .st7 {
    fill: #AE1F24; }
  .hetas svg .st8 {
    fill: #F16360; }
  .hetas svg .st9 {
    fill: #282021; }
  .hetas svg .st10 {
    fill: #272426; }
  .hetas svg .st11 {
    fill: #282324; }
  .hetas svg .st12 {
    fill: #292426; }
  .hetas svg .st13 {
    fill: #2A2627; }
  .hetas svg .st14 {
    fill: #242122; }
  .hetas svg .st15 {
    fill: #272223; }
  .hetas svg .st16 {
    fill: #FDFEFF; }
  .hetas svg .st17 {
    fill: #971A35; }
  .hetas_wrap {
    max-width: 150px;
    width: 100%;
    display: inline-block; }
    @media (min-width: 0em) and (max-width: 57.4375em) {
      .hetas_wrap {
        padding: 16px 0; } }

.footer_bottom {
  padding: 16px;
  font-size: 0; }
  @media (min-width: 57.5em) {
    .footer_bottom_left {
      width: 25%; } }
  .footer_bottom_center {
    text-align: center;
    padding-top: 1em;
    font-size: 15px; }
    @media (min-width: 57.5em) {
      .footer_bottom_center {
        width: 50%;
        padding-top: 0; } }
  .footer_bottom_right {
    text-align: right; }
    @media (min-width: 57.5em) {
      .footer_bottom_right {
        width: 25%; } }
  .footer_bottom_center, .footer_bottom_left, .footer_bottom_right {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 0em) and (max-width: 57.4375em) {
      .footer_bottom_center, .footer_bottom_left, .footer_bottom_right {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center; } }
