/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, ../sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, ../sass/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 42, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 53, ../sass/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, ../sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, ../sass/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 80, ../sass/normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, ../sass/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 103, ../sass/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, ../sass/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, ../sass/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, ../sass/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../sass/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../sass/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 180, ../sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../sass/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, ../sass/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 225, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, ../sass/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, ../sass/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 260, ../sass/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, ../sass/normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, ../sass/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 289, ../sass/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 302, ../sass/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 313, ../sass/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 325, ../sass/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, ../sass/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 346, ../sass/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, ../sass/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, ../sass/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 379, ../sass/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, ../sass/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, ../sass/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, ../sass/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, ../sass/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: 'butlermedium';
  src: url("../fonts/butler_medium-webfont.woff2") format("woff2"), url("../fonts/butler_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../sass/layout.scss */
body.loaded section.gal #gal1:after {
  height: 100%;
}
/* line 24, ../sass/layout.scss */
body.loaded section.gal #gal3:after {
  height: 100%;
}

/* line 32, ../sass/layout.scss */
section#sib #cont {
  background: transparent url("../images/proj-bg.jpg") no-repeat center center;
  min-height: 350px;
  background-size: cover;
  position: relative;
}
/* line 37, ../sass/layout.scss */
section#sib #cont #text {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 43, ../sass/layout.scss */
section#sib #cont #text p {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}
/* line 49, ../sass/layout.scss */
section#sib #cont #text p.title {
  font-family: 'butlermedium', serif;
  font-size: 45px;
  line-height: 45px;
  text-transform: none;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}
/* line 58, ../sass/layout.scss */
section#sib #cont #text a {
  display: inline-block;
  /* width: 100%; */
  background-color: transparent;
  border: 1px solid white;
  padding: 11px 55px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin: 10px 0;
}
/* line 71, ../sass/layout.scss */
section#sib #cont #text a:hover {
  cursor: pointer;
  background-color: white;
  color: black;
}

/* line 81, ../sass/layout.scss */
section.gal {
  height: 100vh;
  position: relative;
  background-color: #1a1a1a;
  top: 0px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
/* line 89, ../sass/layout.scss */
section.gal #header {
  z-index: 102;
}
/* line 92, ../sass/layout.scss */
section.gal #title {
  position: absolute;
  z-index: 102;
  bottom: 10%;
  text-align: center;
  color: white;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  z-index: 102;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 108, ../sass/layout.scss */
section.gal .gal {
  width: 100%;
  height: 100%;
}
/* line 111, ../sass/layout.scss */
section.gal .gal .royalSlider {
  width: 100%;
  height: 100% !important;
}
/* line 114, ../sass/layout.scss */
section.gal .gal .royalSlider .rsOverflow {
  opacity: 0;
  transition: all 1.3s ease-in-out;
  filter: blur(0px);
}
/* line 121, ../sass/layout.scss */
section.gal #gal1 {
  width: 33%;
  overflow: hidden;
  position: absolute;
  transform: rotate(10deg) scale(1.2);
  left: -9.8%;
  z-index: 2;
}
/* line 128, ../sass/layout.scss */
section.gal #gal1 .royalSlider {
  transform: rotate(-10deg);
}
/* line 131, ../sass/layout.scss */
section.gal #gal1:after {
  content: "";
  width: 2px;
  height: 0%;
  position: absolute;
  right: 0;
  background-color: white;
  top: 0;
  z-index: 3001;
  transition: all 1.5s ease-in-out;
}
/* line 143, ../sass/layout.scss */
section.gal #gal2 {
  z-index: 1;
  position: absolute;
}
/* line 147, ../sass/layout.scss */
section.gal #gal2 .royalSlider .rsOverflow {
  transition-delay: .2s;
}
/* line 152, ../sass/layout.scss */
section.gal #gal3 {
  z-index: 2;
  position: absolute;
  width: 33%;
  right: -9.8%;
  transform: rotate(10deg) scale(1.2);
  overflow: hidden;
}
/* line 159, ../sass/layout.scss */
section.gal #gal3 .royalSlider {
  transform: rotate(-10deg);
  left: -25%;
}
/* line 163, ../sass/layout.scss */
section.gal #gal3:after {
  content: "";
  width: 2px;
  height: 0%;
  position: absolute;
  left: 0;
  background-color: white;
  bottom: 0;
  z-index: 3001;
  transition: all 1.5s ease-in-out;
}

/* line 176, ../sass/layout.scss */
nav {
  opacity: 0;
  transition: all 1s ease-in-out;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1001;
  visibility: hidden;
}
/* line 187, ../sass/layout.scss */
nav ul {
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 194, ../sass/layout.scss */
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 198, ../sass/layout.scss */
nav ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 45px;
  display: block;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 300;
  position: relative;
  color: #000;
  margin: 0 0 10px;
  padding: 0px 0 10px;
  font-family: 'butlermedium', serif;
}
/* line 211, ../sass/layout.scss */
nav ul li a:hover:after {
  width: 100%;
}
/* line 214, ../sass/layout.scss */
nav ul li a:after {
  content: "";
  width: 0px;
  transition: all .6s ease-in-out;
  position: absolute;
  height: 2px;
  bottom: 0px;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
}
/* line 227, ../sass/layout.scss */
nav ul li.last {
  margin: 30px 0;
}
/* line 229, ../sass/layout.scss */
nav ul li.last a {
  font-size: 30px;
  padding-top: 30px;
}
/* line 232, ../sass/layout.scss */
nav ul li.last a:before {
  content: "";
  width: 35px;
  transition: all .6s ease-in-out;
  position: absolute;
  height: 2px;
  top: 0px;
  left: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
}
/* line 246, ../sass/layout.scss */
nav #title {
  position: absolute;
  z-index: 102;
  bottom: 10%;
  text-align: center;
  color: black;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  z-index: 102;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 264, ../sass/layout.scss */
.aos-item {
  width: 100%;
  height: 400px;
  background-color: red;
}

/* line 270, ../sass/layout.scss */
nav.open {
  opacity: 1;
  visibility: visible;
}

/* line 275, ../sass/layout.scss */
main {
  position: relative;
  width: 100%;
}
/* line 278, ../sass/layout.scss */
main h1 {
  text-align: left;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
  margin: 0px 0 30px;
  font-family: 'butlermedium', serif;
}
/* line 287, ../sass/layout.scss */
main h1:before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: -49px;
  top: 21px;
}
/* line 297, ../sass/layout.scss */
main p {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}
/* line 303, ../sass/layout.scss */
main ul li {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 26px;
  position: relative;
}
/* line 309, ../sass/layout.scss */
main ul li:before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: -25px;
  top: 13px;
}
/* line 320, ../sass/layout.scss */
main article.half {
  width: 100%;
  height: 100vh;
  max-height: 750px;
  text-align: center;
  position: relative;
}
/* line 326, ../sass/layout.scss */
main article.half .bg {
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 0;
  top: 0;
  background-color: #f6f6f6;
}
/* line 334, ../sass/layout.scss */
main article.half .left {
  position: relative;
  display: inline-block;
  white-space: normal;
  width: 45%;
  max-width: 600px;
  z-index: 1;
  height: 100%;
  text-align: left;
  vertical-align: top;
}
/* line 344, ../sass/layout.scss */
main article.half .left .cont {
  position: absolute;
  top: 50%;
  width: 500px;
  transform: translate(0%, -65%);
}
/* line 350, ../sass/layout.scss */
main article.half .left img {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 0;
}
/* line 357, ../sass/layout.scss */
main article.half .right {
  position: relative;
  display: inline-block;
  white-space: normal;
  width: 45%;
  max-width: 600px;
  z-index: 1;
  height: 100%;
  vertical-align: top;
}
/* line 366, ../sass/layout.scss */
main article.half .right img {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  right: 0;
}
/* line 372, ../sass/layout.scss */
main article.half .right .cont {
  position: absolute;
  top: 50%;
  width: 500px;
  right: 0;
  text-align: left;
  transform: translate(0%, -65%);
}
/* line 379, ../sass/layout.scss */
main article.half .right .cont a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid black;
  padding: 11px 65px;
  text-transform: uppercase;
  color: black;
  margin-top: 30px;
  transition: all .3s ease-in-out;
}
/* line 389, ../sass/layout.scss */
main article.half .right .cont a:hover {
  background-color: black;
  color: white;
}
/* line 397, ../sass/layout.scss */
main article.gallery {
  max-width: 1202px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 0 100px 0;
}
/* line 404, ../sass/layout.scss */
main article.gallery .royalSlider .infoBlockHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 409, ../sass/layout.scss */
main article.gallery .royalSlider .infoBlockHolder p.top {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 300;
  max-width: 450px;
  text-align: center;
  color: #fff;
  margin: 0px;
  font-family: 'butlermedium', serif;
}
/* line 421, ../sass/layout.scss */
main article.gallery .royalSlider .rsOverflow {
  overflow: visible;
}
/* line 424, ../sass/layout.scss */
main article.gallery .royalSlider .rsBullets {
  position: absolute;
  top: -120px;
  left: 0px;
}
/* line 428, ../sass/layout.scss */
main article.gallery .royalSlider .rsBullets .rsBullet {
  display: inline-block;
  padding: 15px 5px;
  margin: 0 10px;
  color: #d8d8d8;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  border-bottom: 1px solid #d8d8d8;
  transition: all .3s ease-in-out;
}
/* line 437, ../sass/layout.scss */
main article.gallery .royalSlider .rsBullets .rsBullet:hover {
  cursor: pointer;
  color: black;
  border-bottom: 1px solid #000;
}
/* line 443, ../sass/layout.scss */
main article.gallery .royalSlider .rsBullets .rsBullet.rsNavSelected {
  border-bottom: 1px solid #000;
  color: black;
}
/* line 450, ../sass/layout.scss */
main article.quote {
  position: relative;
  z-index: 0;
  overflow: visible;
  min-height: 600px;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: 300px;
}
/* line 458, ../sass/layout.scss */
main article.quote .bg {
  height: 200%;
  top: -50%;
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 0;
  top: 0;
  background-color: #f6f6f6;
}
/* line 468, ../sass/layout.scss */
main article.quote .cont {
  position: relative;
  z-index: 2;
  width: 650px;
  margin: 0 auto;
  text-align: center;
}
/* line 474, ../sass/layout.scss */
main article.quote .cont .fq {
  width: 70px;
  height: 70px;
  background: transparent url(../images/fq.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
}
/* line 481, ../sass/layout.scss */
main article.quote .cont .text {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 300;
  max-width: 450px;
  text-align: center;
  color: #000;
  margin: 0px auto;
  font-family: 'butlermedium', serif;
  padding: 20px 0 30px;
}
/* line 493, ../sass/layout.scss */
main article.quote .cont .bq {
  width: 70px;
  height: 70px;
  background: transparent url(../images/bq.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
}
/* line 502, ../sass/layout.scss */
main article.contact {
  margin-top: -550px;
}
/* line 504, ../sass/layout.scss */
main article.contact .cont {
  transform: translate(0%, -50%) !important;
}

/* line 510, ../sass/layout.scss */
.clear {
  float: none;
  clear: both;
}

/* line 515, ../sass/layout.scss */
footer {
  background-color: #231f20;
  position: relative;
  padding: 80px 0;
}
/* line 519, ../sass/layout.scss */
footer #footer {
  max-width: 1202px;
  margin: 0 auto;
}
/* line 522, ../sass/layout.scss */
footer #footer .col {
  display: inline-block;
  min-width: 15%;
  padding: 0 5% 0 0%;
  margin-right: 5%;
  vertical-align: top;
  position: relative;
}
/* line 529, ../sass/layout.scss */
footer #footer .col #logo {
  position: relative;
  margin: 0;
  width: 135px;
}
/* line 534, ../sass/layout.scss */
footer #footer .col h4 {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fff;
  margin: 0px 0 30px;
  font-family: 'Open Sans', serif;
  text-transform: uppercase;
  position: relative;
}
/* line 545, ../sass/layout.scss */
footer #footer .col h4:before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: -49px;
  top: 10px;
}
/* line 555, ../sass/layout.scss */
footer #footer .col p {
  color: white;
  font-family: 'Open Sans', serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}
/* line 563, ../sass/layout.scss */
footer #footer .col p.copy {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 10px;
  letter-spacing: 1px;
}
/* line 571, ../sass/layout.scss */
footer #footer #social {
  height: auto;
  width: auto;
  text-align: left;
}
/* line 575, ../sass/layout.scss */
footer #footer #social div {
  margin-right: 15px;
}
/* line 579, ../sass/layout.scss */
footer #footer #contact-footer {
  width: 100%;
}
/* line 581, ../sass/layout.scss */
footer #footer #contact-footer .col {
  display: inline-block;
  padding-right: 0px !important;
  width: 100%;
}
/* line 585, ../sass/layout.scss */
footer #footer #contact-footer .col input {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 0;
  border: none;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 596, ../sass/layout.scss */
footer #footer #contact-footer .col .error {
  color: red;
}
/* line 600, ../sass/layout.scss */
footer #footer #contact-footer input[type="submit"] {
  display: inline-block;
  width: 100%;
  background-color: #231f20;
  border: 1px solid white;
  padding: 11px 0;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
}
/* line 611, ../sass/layout.scss */
footer #footer #contact-footer input[type="submit"]:hover {
  cursor: pointer;
  background-color: white;
  color: black;
}
/* line 618, ../sass/layout.scss */
footer #footer .col:nth-child(2n) {
  padding-right: 50px;
}
/* line 621, ../sass/layout.scss */
footer #footer .col:nth-child(3) {
  padding-right: 0px;
}
/* line 624, ../sass/layout.scss */
footer #footer .col:last-child {
  padding-right: 0px;
  min-height: 160px;
  min-width: 24%;
  margin-right: 0px;
}

/* line 633, ../sass/layout.scss */
#social-holder {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 330px;
  top: 50%;
  margin-top: -200px;
  z-index: 20;
}

/* line 642, ../sass/layout.scss */
#social {
  position: relative;
  text-align: center;
  height: 330px;
  z-index: 2;
}
/* line 647, ../sass/layout.scss */
#social .fb {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background: transparent url(../images/facebook-gg.svg) no-repeat center center;
  background-size: 20px;
  margin-bottom: 20px;
  opacity: 0;
  transition-delay: 0.2s !important;
}
/* line 657, ../sass/layout.scss */
#social .fb:hover {
  cursor: pointer;
}
/* line 661, ../sass/layout.scss */
#social .tw {
  width: 20px;
  height: 17px;
  position: relative;
  display: inline-block;
  background: transparent url(../images/twitter-gg.svg) no-repeat center center;
  background-size: 22px;
  margin-bottom: 20px;
  opacity: 0;
  transition-delay: 0.4s !important;
}
/* line 671, ../sass/layout.scss */
#social .tw:hover {
  cursor: pointer;
}
/* line 675, ../sass/layout.scss */
#social .in {
  width: 20px;
  height: 17px;
  position: relative;
  display: inline-block;
  background: transparent url(../images/instagram-gg.svg) no-repeat center center;
  background-size: 22px;
  margin-bottom: 20px;
  opacity: 0;
  z-index: 10001;
}
/* line 685, ../sass/layout.scss */
#social .in:hover {
  cursor: pointer;
}
/* line 690, ../sass/layout.scss */
#social .si {
  transition: all .3s ease-in-out;
}
/* line 692, ../sass/layout.scss */
#social .si a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 697, ../sass/layout.scss */
#social .si:hover {
  cursor: pointer;
  opacity: 0.6;
}
/* line 702, ../sass/layout.scss */
#social .line {
  width: 2px;
  height: 0px;
  margin: 10px 0;
  left: 50%;
  margin-left: -1px;
  background-color: white;
  position: absolute;
  transition-delay: 0.7s !important;
  transition: all .5s ease-in-out;
}
/* line 713, ../sass/layout.scss */
#social .text {
  color: white;
  position: relative;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  text-transform: uppercase;
  transform: rotate(-90deg);
  width: 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  transition-delay: 1.2s !important;
  transition: all .5s ease-in-out;
}

/* line 730, ../sass/layout.scss */
p.new {
  position: absolute;
  bottom: 7%;
  text-align: center;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  z-index: 102;
  letter-spacing: 2px;
}

/* line 745, ../sass/layout.scss */
#logo {
  background: transparent url("../images/logo.png") no-repeat center center;
  width: 240px;
  height: 130px;
  position: absolute;
  margin: 0 auto;
  background-size: 70px;
  top: 50%;
  margin-top: -110px;
  left: 0;
  right: 0;
  z-index: 102;
  opacity: 1;
  background-size: contain !important;
  transition: all .5s ease-in-out;
}

/* line 763, ../sass/layout.scss */
body.loaded #logo {
  z-index: 100;
}
/* line 766, ../sass/layout.scss */
body.loaded video#bgvid {
  min-width: 105%;
  min-height: 105%;
  opacity: 0.4;
}
/* line 771, ../sass/layout.scss */
body.loaded #nav-icon3 {
  opacity: 1;
  top: 10%;
}
/* line 776, ../sass/layout.scss */
body.loaded #social .si {
  opacity: 1;
}
/* line 779, ../sass/layout.scss */
body.loaded #social .line {
  height: 95px;
}
/* line 782, ../sass/layout.scss */
body.loaded #social .text {
  opacity: 1;
}

/* line 788, ../sass/layout.scss */
#logo.hide {
  opacity: 0;
}

/* line 792, ../sass/layout.scss */
#logo.white {
  background: transparent url("../images/logo.png") no-repeat center center;
  background-size: 70px;
}

/* line 798, ../sass/layout.scss */
body.pace-done .s-up {
  height: 100%;
}
/* line 801, ../sass/layout.scss */
body.pace-done .s-menu {
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 805, ../sass/layout.scss */
body.pace-done .s-menu #content {
  opacity: 1;
}
/* line 808, ../sass/layout.scss */
body.pace-done .s-menu #content.off {
  opacity: 0;
}
/* line 811, ../sass/layout.scss */
body.pace-done .s-menu #form.on {
  opacity: 1;
  visibility: visible;
}

/* line 818, ../sass/layout.scss */
body.dark {
  background-color: #231f20;
}
/* line 820, ../sass/layout.scss */
body.dark #logo {
  top: 10%;
  margin-top: -50px;
  width: 125px;
}
/* line 825, ../sass/layout.scss */
body.dark #video {
  min-height: 100vh;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 1.1s ease-in-out;
}
/* line 833, ../sass/layout.scss */
body.dark #video #text {
  font-size: calc(12px + 3.5vw);
  color: white;
  position: absolute;
  max-width: 80%;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
/* line 845, ../sass/layout.scss */
body.dark #video #text p {
  color: white;
  width: 100%;
  text-align: center;
  font-family: 'butlermedium', serif;
  font-size: 68px;
  letter-spacing: 1px;
  padding: 15px 0;
  margin: 0;
}
/* line 855, ../sass/layout.scss */
body.dark #video #text p.bottom {
  text-transform: inherit;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
}
/* line 862, ../sass/layout.scss */
body.dark #video video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/video-bg.jpg) no-repeat;
  background-size: cover;
}
/* line 879, ../sass/layout.scss */
body.dark #nav-icon3 {
  left: 10%;
}
/* line 882, ../sass/layout.scss */
body.dark footer {
  border-top: 1px solid #545454;
}
/* line 886, ../sass/layout.scss */
body.dark section.gal #gal1 {
  width: 100%;
  transform: rotate(0deg) scale(1);
  left: 0;
}
/* line 890, ../sass/layout.scss */
body.dark section.gal #gal1:after {
  width: 0px;
}
/* line 893, ../sass/layout.scss */
body.dark section.gal #gal1 .royalSlider {
  transform: rotate(0deg);
}
/* line 895, ../sass/layout.scss */
body.dark section.gal #gal1 .royalSlider .infoBlockHolder {
  position: absolute;
  z-index: 123123123123;
  width: 1000px;
  height: auto;
  display: block;
  visibility: visible;
  opacity: 1;
  top: 50%;
  left: 50%;
  width: 1000px;
  transform: translate(-50%, -50%);
}
/* line 908, ../sass/layout.scss */
body.dark section.gal #gal1 .royalSlider .infoBlockHolder .infoBlock p {
  color: white;
  width: 100%;
  text-align: center;
  font-family: 'butlermedium', serif;
  font-size: 68px;
  letter-spacing: 1px;
  padding: 15px 0;
  margin: 0;
}
/* line 918, ../sass/layout.scss */
body.dark section.gal #gal1 .royalSlider .infoBlockHolder .infoBlock p.bottom {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 930, ../sass/layout.scss */
body.dark main h1 {
  color: white;
}
/* line 932, ../sass/layout.scss */
body.dark main h1:before {
  background-color: white;
}
/* line 936, ../sass/layout.scss */
body.dark main p {
  color: white;
}
/* line 940, ../sass/layout.scss */
body.dark main article.half .bg {
  display: none;
}
/* line 945, ../sass/layout.scss */
body.dark main article.half .right .cont a {
  border: 1px solid white;
  color: white;
}
/* line 948, ../sass/layout.scss */
body.dark main article.half .right .cont a:hover {
  background-color: white;
  color: black;
}
/* line 956, ../sass/layout.scss */
body.dark main article.contact {
  margin-top: 0px;
}
/* line 959, ../sass/layout.scss */
body.dark main article.quote {
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: auto;
  margin-top: 0px;
}
/* line 965, ../sass/layout.scss */
body.dark main article.quote .cont .fq {
  background: transparent url(../images/fq-white.png) no-repeat center center;
  background-size: contain;
}
/* line 969, ../sass/layout.scss */
body.dark main article.quote .cont .bq {
  background: transparent url(../images/bq-white.png) no-repeat center center;
  background-size: contain;
}
/* line 973, ../sass/layout.scss */
body.dark main article.quote .cont .text {
  color: white;
}
/* line 981, ../sass/layout.scss */
body.dark main article.gallery .royalSlider .rsBullets .rsBullet.rsNavSelected {
  border-bottom: 1px solid #fff;
  color: #fff;
}

/* line 991, ../sass/layout.scss */
body.inspiration {
  background-color: white;
}
/* line 998, ../sass/layout.scss */
body.inspiration section.gal #gal1 .royalSlider .infoBlockHolder .infoBlock p.bottom {
  text-transform: inherit;
  font-size: 18px;
}
/* line 1007, ../sass/layout.scss */
body.inspiration #video {
  min-height: 100vh;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 1.1s ease-in-out;
}
/* line 1015, ../sass/layout.scss */
body.inspiration #video #text {
  font-size: calc(12px + 3.5vw);
  color: white;
  position: absolute;
  max-width: 80%;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
/* line 1027, ../sass/layout.scss */
body.inspiration #video #text p {
  color: white;
  width: 100%;
  text-align: center;
  font-family: 'butlermedium', serif;
  font-size: 68px;
  letter-spacing: 1px;
  padding: 15px 0;
  margin: 0;
}
/* line 1037, ../sass/layout.scss */
body.inspiration #video #text p.bottom {
  text-transform: inherit;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
}
/* line 1044, ../sass/layout.scss */
body.inspiration #video video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/video-bg.jpg) no-repeat;
  background-size: cover;
}
/* line 1061, ../sass/layout.scss */
body.inspiration #news {
  width: 80%;
  max-width: 1202px;
  margin: 0 auto;
  font-size: 0;
}
/* line 1066, ../sass/layout.scss */
body.inspiration #news .news {
  display: inline-block;
  text-decoration: none;
  width: 30%;
  color: black;
  margin: 0;
  margin-right: 5%;
  vertical-align: top;
  margin-bottom: 3vh;
}
/* line 1075, ../sass/layout.scss */
body.inspiration #news .news img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}
/* line 1082, ../sass/layout.scss */
body.inspiration #news .news .cont {
  border-bottom: 1px solid black;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
/* line 1086, ../sass/layout.scss */
body.inspiration #news .news .cont h3 {
  font-family: 'butlermedium', serif;
  font-size: 42px;
  font-weight: 100;
  padding: 25px 3% 10px;
  margin: 0;
  line-height: 45x;
}
/* line 1094, ../sass/layout.scss */
body.inspiration #news .news .cont p {
  font-size: 12px;
  padding: 0 3%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  line-height: 25px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
/* line 1104, ../sass/layout.scss */
body.inspiration #news .news .cont p span {
  font-family: 'butlermedium', serif;
  font-size: 19px;
}
/* line 1110, ../sass/layout.scss */
body.inspiration #news .news:hover > img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/* line 1115, ../sass/layout.scss */
body.inspiration #news .news:nth-child(3n) {
  margin-right: 0;
}
/* line 1119, ../sass/layout.scss */
body.inspiration main {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 70px;
  max-width: 1202px;
}
/* line 1124, ../sass/layout.scss */
body.inspiration main h1 {
  color: black;
}
/* line 1127, ../sass/layout.scss */
body.inspiration main p {
  color: black;
}
/* line 1132, ../sass/layout.scss */
body.inspiration .icon-scroll .text {
  color: white;
  width: 400px;
  position: absolute;
  margin-left: -185px;
  margin-top: -23px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-size: 17px;
}

/* line 1146, ../sass/layout.scss */
body.contact {
  min-height: 950px;
}
/* line 1148, ../sass/layout.scss */
body.contact section.gal {
  min-height: 950px;
}
/* line 1150, ../sass/layout.scss */
body.contact section.gal #gal1:after {
  width: 0px;
}
/* line 1154, ../sass/layout.scss */
body.contact main {
  position: absolute;
  margin-top: 70px;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  min-height: 400px;
  transform: translate(-50%, -50%);
  z-index: 101;
}
/* line 1163, ../sass/layout.scss */
body.contact main h1 {
  position: relative;
  color: white;
}
/* line 1167, ../sass/layout.scss */
body.contact main p {
  color: white;
}
/* line 1171, ../sass/layout.scss */
body.contact main ul li {
  color: white;
}
/* line 1175, ../sass/layout.scss */
body.contact main .left {
  display: inline-block;
  width: 45%;
  margin-right: 8%;
  vertical-align: top;
  padding-top: 50px;
}
/* line 1182, ../sass/layout.scss */
body.contact main .right {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  padding-top: 30px;
}
/* line 1189, ../sass/layout.scss */
body.contact form {
  text-align: center;
}
/* line 1191, ../sass/layout.scss */
body.contact form form {
  text-align: center;
}
/* line 1195, ../sass/layout.scss */
body.contact form .col input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  width: 0%;
  padding: 15px 0;
  margin-top: 10px;
  color: white;
  text-align: center;
  transition: all .6s ease-in-out;
}
/* line 1206, ../sass/layout.scss */
body.contact form .col .error {
  display: block;
  text-align: center;
  color: #b10000;
  padding-top: 5px;
}
/* line 1213, ../sass/layout.scss */
body.contact form input[type="submit"] {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background: transparent url(../images/send.svg) no-repeat center center;
  text-indent: -5000px;
  background-size: 48px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans';
  letter-spacing: 1px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  margin-top: 30px;
  display: block;
  opacity: 0;
  transition: all .6s ease-in-out;
  transition-delay: 1s;
}
/* line 1233, ../sass/layout.scss */
body.contact form input[type="submit"]:hover {
  cursor: pointer;
}
/* line 1238, ../sass/layout.scss */
body.contact form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  width: 0%;
  padding: 15px 0;
  margin-top: 10px;
  text-align: center;
  color: white;
  transition: all .6s ease-in-out;
}
/* line 1249, ../sass/layout.scss */
body.contact form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #858384;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
/* line 1256, ../sass/layout.scss */
body.contact form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #858384;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
/* line 1263, ../sass/layout.scss */
body.contact form :-ms-input-placeholder {
  /* IE 10+ */
  color: #858384;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
/* line 1270, ../sass/layout.scss */
body.contact form :-moz-placeholder {
  /* Firefox 18- */
  color: #858384;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

/* line 1282, ../sass/layout.scss */
body.login main .content {
  width: 100%;
}
/* line 1284, ../sass/layout.scss */
body.login main .content .loginLogin {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
/* line 1288, ../sass/layout.scss */
body.login main .content .loginLogin input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  margin-top: 10px;
  color: white;
  text-align: center;
  transition: all .6s ease-in-out;
}
/* line 1298, ../sass/layout.scss */
body.login main .content .loginLogin input ::-webkit-input-placeholder {
  color: white;
  letter-spacing: 2px;
}
/* line 1302, ../sass/layout.scss */
body.login main .content .loginLogin input ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  letter-spacing: 2px;
}
/* line 1306, ../sass/layout.scss */
body.login main .content .loginLogin input :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  letter-spacing: 2px;
}
/* line 1310, ../sass/layout.scss */
body.login main .content .loginLogin input :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  letter-spacing: 2px;
}
/* line 1315, ../sass/layout.scss */
body.login main .content .loginLogin input[type="submit"] {
  border-bottom: none;
  background-image: url(../images/tick.svg);
  background-size: 20px 20px;
  border: 1px solid white;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  padding: 0;
}
/* line 1326, ../sass/layout.scss */
body.login main .content .loginLogin input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
/* line 1331, ../sass/layout.scss */
body.login main h1 {
  text-align: center;
}
/* line 1333, ../sass/layout.scss */
body.login main h1:before {
  display: none;
}
/* line 1337, ../sass/layout.scss */
body.login main p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 1346, ../sass/layout.scss */
body.project .icon-scroll {
  opacity: 0;
  height: 38px;
  bottom: 10%;
  transition: all .6s ease-in-out;
  transition-delay: .7s;
}
/* line 1352, ../sass/layout.scss */
body.project .icon-scroll .text {
  color: white;
  width: 400px;
  position: absolute;
  margin-left: -185px;
  margin-top: -23px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-size: 17px;
}
/* line 1364, ../sass/layout.scss */
body.project .icon-scroll.active {
  opacity: 1;
  bottom: 7%;
}
/* line 1368, ../sass/layout.scss */
body.project .spinner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  z-index: 100002;
  transform: translate(-50%, 0%);
  position: absolute;
  transition: all .6s ease-in-out;
  opacity: 0;
}
/* line 1380, ../sass/layout.scss */
body.project .spinner.active {
  opacity: 1;
}
/* line 1384, ../sass/layout.scss */
body.project section.gal #gal1:after {
  width: 0px;
}
/* line 1388, ../sass/layout.scss */
body.project section.gal .infoBlockHolder .infoBlock {
  text-align: center;
}
/* line 1390, ../sass/layout.scss */
body.project section.gal .infoBlockHolder .infoBlock p.bottom {
  transition: all .3s ease-in-out;
  padding: 10px 0px !important;
}
/* line 1393, ../sass/layout.scss */
body.project section.gal .infoBlockHolder .infoBlock p.bottom:hover {
  cursor: pointer;
  color: #cccccc !important;
}
/* line 1398, ../sass/layout.scss */
body.project section.gal .infoBlockHolder .infoBlock p.desc {
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  max-width: 620px;
  display: inline-block;
  height: 0px;
  opacity: 0;
  padding: 0px !important;
  overflow: hidden;
  transition: all 1.2s ease-in-out;
}
/* line 1413, ../sass/layout.scss */
body.project section.gal .infoBlockHolder.active .infoBlock p.desc {
  opacity: 1;
  height: 100px;
}
/* line 1417, ../sass/layout.scss */
body.project section.gal .infoBlockHolder.active .infoBlock p.bottom {
  opacity: 0;
}
/* line 1422, ../sass/layout.scss */
body.project section.gal .rsBullet {
  transition: all .8s ease-in-out;
  position: relative;
}
/* line 1427, ../sass/layout.scss */
body.project section.gal .rsBullets .rsNavItem {
  top: 0px;
  transition: all .8s ease-in-out;
}
/* line 1433, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem {
  top: -10px;
}
/* line 1436, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(1) {
  opacity: 0;
  transition-delay: .2s;
}
/* line 1440, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(2) {
  opacity: 0;
  transition-delay: .3s;
}
/* line 1444, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(3) {
  opacity: 0;
  transition-delay: .4s;
}
/* line 1448, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(4) {
  opacity: 0;
  transition-delay: .5s;
}
/* line 1452, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(5) {
  opacity: 0;
  transition-delay: .6s;
}
/* line 1456, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(6) {
  opacity: 0;
  transition-delay: .7s;
}
/* line 1460, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(7) {
  opacity: 0;
  transition-delay: .8s;
}
/* line 1464, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(8) {
  opacity: 0;
  transition-delay: .9s;
}
/* line 1468, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(9) {
  opacity: 0;
  transition-delay: 1s;
}
/* line 1472, ../sass/layout.scss */
body.project section.gal .rsBullets.active .rsNavItem:nth-child(10) {
  opacity: 0;
  transition-delay: 1.1s;
}
/* line 1477, ../sass/layout.scss */
body.project section.gal .rsOverflow {
  overflow: visible;
}
/* line 1480, ../sass/layout.scss */
body.project section.gal .rsBullets {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
}
/* line 1485, ../sass/layout.scss */
body.project section.gal .rsBullets .rsBullet {
  display: inline-block;
  padding: 15px 5px;
  margin: 0 10px;
  color: #d8d8d8;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  border-bottom: 1px solid #d8d8d8;
  transition: all .3s ease-in-out;
}
/* line 1494, ../sass/layout.scss */
body.project section.gal .rsBullets .rsBullet:hover {
  cursor: pointer;
  color: black;
  border-bottom: 1px solid #000;
}
/* line 1500, ../sass/layout.scss */
body.project section.gal .rsBullets .rsBullet.rsNavSelected {
  border-bottom: 1px solid #fff;
  color: white;
}
/* line 1506, ../sass/layout.scss */
body.project section.content {
  color: white;
}
/* line 1509, ../sass/layout.scss */
body.project .anim {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  overflow: hidden;
}
/* line 1517, ../sass/layout.scss */
body.project .anim .a1 {
  position: absolute;
  height: 100%;
  right: -100%;
  width: 100%;
  background-color: white;
  z-index: 1;
}
/* line 1525, ../sass/layout.scss */
body.project .anim .a2 {
  position: absolute;
  height: 100%;
  left: 100%;
  width: 10%;
  background-color: #f5f5f5;
  z-index: 2;
}
/* line 1533, ../sass/layout.scss */
body.project .anim .a3 {
  position: absolute;
  height: 100%;
  left: 100%;
  width: 2%;
  background-color: #f1f1f1;
  z-index: 3;
}
/* line 1542, ../sass/layout.scss */
body.project .anim.play {
  z-index: 10001;
}
/* line 1544, ../sass/layout.scss */
body.project .anim.play .a1 {
  right: 0%;
  transition: all .6s ease-in-out;
}
/* line 1548, ../sass/layout.scss */
body.project .anim.play .a2 {
  left: -50%;
  width: 50%;
  transition: all 1.2s ease-in-out;
}
/* line 1553, ../sass/layout.scss */
body.project .anim.play .a3 {
  right: auto;
  left: -20%;
  width: 20%;
  transition: all 1.5s ease-in-out;
  transition-delay: .4s;
}
/* line 1562, ../sass/layout.scss */
body.project .anim.close .logo {
  opacity: 0;
}
/* line 1565, ../sass/layout.scss */
body.project .anim.close .a1 {
  right: 100%;
}
/* line 1569, ../sass/layout.scss */
body.project div.project.detail {
  background-color: white;
  overflow: hidden;
}
/* line 1572, ../sass/layout.scss */
body.project div.project.detail .content {
  margin: 0 auto;
  text-align: center;
}
/* line 1575, ../sass/layout.scss */
body.project div.project.detail .content p {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}
/* line 1580, ../sass/layout.scss */
body.project div.project.detail .content h2 {
  text-align: left;
  position: relative;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
  margin: 0px 0 30px;
  font-family: 'butlermedium', serif;
}
/* line 1590, ../sass/layout.scss */
body.project div.project.detail .content h2:before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: -49px;
  top: 21px;
}
/* line 1600, ../sass/layout.scss */
body.project div.project.detail .content .cont-content {
  background-color: #f2f3f4;
}
/* line 1602, ../sass/layout.scss */
body.project div.project.detail .content .cont-content .content {
  width: 800px;
  margin: 0 auto;
  display: inline-block;
  padding: 140px 0 280px;
}
/* line 1607, ../sass/layout.scss */
body.project div.project.detail .content .cont-content .content .left {
  width: 25%;
  float: left;
  text-align: right;
}
/* line 1611, ../sass/layout.scss */
body.project div.project.detail .content .cont-content .content .left h2 {
  display: inline-block;
}
/* line 1615, ../sass/layout.scss */
body.project div.project.detail .content .cont-content .content .right {
  width: 65%;
  text-align: left;
  float: right;
}
/* line 1619, ../sass/layout.scss */
body.project div.project.detail .content .cont-content .content .right p:nth-child(1) {
  margin-top: 0px;
}
/* line 1626, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.challenge .content {
  padding-bottom: 80px;
}
/* line 1631, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.exec .content {
  padding-bottom: 80px;
}
/* line 1635, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.grid {
  background-color: transparent;
}
/* line 1637, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.grid .content {
  width: 1202px;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  font-size: 0px;
}
/* line 1643, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.grid .content img {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 2%;
}
/* line 1649, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.grid .content img:nth-child(1), body.project div.project.detail .content .cont-content.grid .content img:nth-child(2), body.project div.project.detail .content .cont-content.grid .content img:nth-child(3) {
  width: 32%;
}
/* line 1652, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.grid .content img:nth-child(3) {
  margin-right: 0px;
}
/* line 1655, ../sass/layout.scss */
body.project div.project.detail .content .cont-content.grid .content img:nth-child(5) {
  margin-right: 0px;
}
/* line 1660, ../sass/layout.scss */
body.project div.project.detail .content .quote {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 300;
  max-width: 950px;
  text-align: center;
  color: #000;
  margin: 0px auto;
  font-family: 'butlermedium', serif;
  padding: 100px 0 100px;
}
/* line 1672, ../sass/layout.scss */
body.project div.project.detail .content .double {
  margin-top: -150px;
}
/* line 1675, ../sass/layout.scss */
body.project div.project.detail .content .vision {
  padding-top: 250px;
  margin-top: -250px;
}
/* line 1679, ../sass/layout.scss */
body.project div.project.detail .content .challenge, body.project div.project.detail .content .exec {
  background-color: transparent;
}
/* line 1682, ../sass/layout.scss */
body.project div.project.detail .content .clear {
  float: none;
  clear: both;
}
/* line 1686, ../sass/layout.scss */
body.project div.project.detail .content .cont-image {
  width: 1202px;
  margin: 0 auto;
}
/* line 1690, ../sass/layout.scss */
body.project div.project.detail .content .cont-image .image .left {
  width: 49%;
  float: left;
  margin-right: 2%;
}
/* line 1694, ../sass/layout.scss */
body.project div.project.detail .content .cont-image .image .left img {
  width: 100%;
  height: auto;
}
/* line 1699, ../sass/layout.scss */
body.project div.project.detail .content .cont-image .image .right {
  width: 49%;
  float: left;
}
/* line 1702, ../sass/layout.scss */
body.project div.project.detail .content .cont-image .image .right img {
  width: 100%;
  height: auto;
}
/* line 1709, ../sass/layout.scss */
body.project div.project.detail .content #large-image {
  width: 1202px;
  margin: 0 auto;
  max-height: 650px;
  margin-top: -220px;
  overflow: hidden;
}

/* line 1720, ../sass/layout.scss */
body.login-project {
  background-color: #231f20;
  overflow: hidden;
}
/* line 1724, ../sass/layout.scss */
body.login-project main .left {
  width: 50%;
  float: left;
  height: 100vh;
  position: relative;
}
/* line 1729, ../sass/layout.scss */
body.login-project main .left .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1734, ../sass/layout.scss */
body.login-project main .left .content p, body.login-project main .left .content h1 {
  color: white;
}
/* line 1738, ../sass/layout.scss */
body.login-project main .left .content h1:before {
  background-color: white;
}
/* line 1742, ../sass/layout.scss */
body.login-project main .left .content p.client {
  text-transform: uppercase;
  margin-left: -50px;
  margin-top: 50px;
  letter-spacing: 1px;
}
/* line 1749, ../sass/layout.scss */
body.login-project main .left .content #sibnav li {
  list-style: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}
/* line 1753, ../sass/layout.scss */
body.login-project main .left .content #sibnav li a {
  display: block;
}
/* line 1756, ../sass/layout.scss */
body.login-project main .left .content #sibnav li:hover {
  cursor: pointer;
  opacity: 1 !important;
}
/* line 1761, ../sass/layout.scss */
body.login-project main .left .content #sibnav li:first-child {
  background: transparent url(../images/arrow-left.png) no-repeat center center;
  width: 45px;
  height: 20px;
  opacity: 0.4;
  text-indent: -5000px;
  margin-right: 10px;
}
/* line 1769, ../sass/layout.scss */
body.login-project main .left .content #sibnav li:nth-child(2) {
  background: transparent url(../images/arrow-right.png) no-repeat center center;
  width: 45px;
  height: 20px;
  opacity: 0.4;
  text-indent: -5000px;
}
/* line 1779, ../sass/layout.scss */
body.login-project main .right {
  width: 50%;
  float: left;
  height: 100vh;
  overflow: hidden;
}
/* line 1784, ../sass/layout.scss */
body.login-project main .right #login-gallery {
  position: relative;
  height: 100vh;
  width: 100%;
}
/* line 1788, ../sass/layout.scss */
body.login-project main .right #login-gallery image {
  background-position: center center;
  background-size: cover;
}
/* line 1794, ../sass/layout.scss */
body.login-project main .right #login-gallery.i1 .image {
  width: 100%;
  height: 100%;
}
/* line 1800, ../sass/layout.scss */
body.login-project main .right #login-gallery.i2 .img-1 {
  height: 49.5%;
  margin-bottom: 1%;
}
/* line 1804, ../sass/layout.scss */
body.login-project main .right #login-gallery.i2 .img-2 {
  height: 49.5%;
}
/* line 1809, ../sass/layout.scss */
body.login-project main .right #login-gallery.i3 .img-1 {
  height: 49.5%;
  margin-bottom: 1%;
}
/* line 1813, ../sass/layout.scss */
body.login-project main .right #login-gallery.i3 .img-2 {
  height: 49.5%;
  width: 49.5%;
  margin-right: 1%;
  display: inline-block;
}
/* line 1819, ../sass/layout.scss */
body.login-project main .right #login-gallery.i3 .img-3 {
  height: 49.5%;
  width: 49.5%;
  display: inline-block;
}
/* line 1826, ../sass/layout.scss */
body.login-project main .right #login-gallery.i4 .img-1 {
  height: 49.5%;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
  display: inline-block;
}
/* line 1833, ../sass/layout.scss */
body.login-project main .right #login-gallery.i4 .img-2 {
  height: 49.5%;
  width: 49.5%;
  margin-bottom: 1%;
  display: inline-block;
}
/* line 1839, ../sass/layout.scss */
body.login-project main .right #login-gallery.i4 .img-3 {
  height: 49.5%;
  width: 49.5%;
  margin-right: 1%;
  display: inline-block;
}
/* line 1845, ../sass/layout.scss */
body.login-project main .right #login-gallery.i4 .img-4 {
  height: 49.5%;
  width: 49.5%;
  display: inline-block;
}
/* line 1853, ../sass/layout.scss */
body.login-project #logout {
  display: inline-block;
  right: 2%;
  top: 2%;
  position: absolute;
  top: 0;
  z-index: 21340293402;
}
/* line 1860, ../sass/layout.scss */
body.login-project #logout a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid white;
}

/* line 1869, ../sass/layout.scss */
.sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 1876, ../sass/layout.scss */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1884, ../sass/layout.scss */
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

/* line 1895, ../sass/layout.scss */
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 1900, ../sass/layout.scss */
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 1905, ../sass/layout.scss */
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1910, ../sass/layout.scss */
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 1915, ../sass/layout.scss */
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 1920, ../sass/layout.scss */
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1925, ../sass/layout.scss */
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 1930, ../sass/layout.scss */
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 1935, ../sass/layout.scss */
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1940, ../sass/layout.scss */
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 1945, ../sass/layout.scss */
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 1950, ../sass/layout.scss */
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 1954, ../sass/layout.scss */
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 1958, ../sass/layout.scss */
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 1962, ../sass/layout.scss */
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 1966, ../sass/layout.scss */
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 1970, ../sass/layout.scss */
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 1974, ../sass/layout.scss */
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 1978, ../sass/layout.scss */
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 1982, ../sass/layout.scss */
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 1986, ../sass/layout.scss */
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 1990, ../sass/layout.scss */
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  /* line 1996, ../sass/layout.scss */
  0%, 39%, 100% {
    opacity: 0;
  }

  /* line 1997, ../sass/layout.scss */
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  /* line 2001, ../sass/layout.scss */
  0%, 39%, 100% {
    opacity: 0;
  }

  /* line 2002, ../sass/layout.scss */
  40% {
    opacity: 1;
  }
}

/* line 2008, ../sass/layout.scss */
body.contact.loaded form .col input {
  width: 100%;
}
/* line 2012, ../sass/layout.scss */
body.contact.loaded form textarea {
  width: 100%;
}
/* line 2015, ../sass/layout.scss */
body.contact.loaded form input[type="submit"] {
  opacity: 1;
}

/* line 2021, ../sass/layout.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #383838;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

/* line 2041, ../sass/layout.scss */
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

/* line 2066, ../sass/layout.scss */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 50px;
  height: 35px;
  position: absolute;
  margin: 0px auto;
  z-index: 1002;
  left: 10%;
  transform: translate(-50%) !important;
  top: 40px;
  opacity: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 2087, ../sass/layout.scss */
#nav-icon3.open {
  position: fixed;
}

/* line 2091, ../sass/layout.scss */
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 2110, ../sass/layout.scss */
#nav-icon3.open span {
  background: black;
}

/* line 2114, ../sass/layout.scss */
#nav-icon2 span {
  display: block;
  position: absolute;
  z-index: 2001;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 2132, ../sass/layout.scss */
.pace.pace-inactive {
  opacity: 0;
}

/* line 2136, ../sass/layout.scss */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

/* line 2140, ../sass/layout.scss */
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

/* line 2144, ../sass/layout.scss */
#nav-icon3 span:nth-child(4) {
  top: 16px;
}

/* line 2148, ../sass/layout.scss */
#nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* line 2154, ../sass/layout.scss */
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 2161, ../sass/layout.scss */
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 2168, ../sass/layout.scss */
#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* line 2174, ../sass/layout.scss */
.icon-scroll {
  position: absolute;
  bottom: 2%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 60px;
  z-index: 101;
}

/* line 2184, ../sass/layout.scss */
.icon-scroll span {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0 2px 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* line 2202, ../sass/layout.scss */
.icon-scroll .a1 {
  margin-top: 6px;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}

/* line 2209, ../sass/layout.scss */
.icon-scroll .a2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

/* line 2215, ../sass/layout.scss */
.icon-scroll .a3 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

/* line 2221, ../sass/layout.scss */
.icon-scroll .mouse {
  height: 30px;
  width: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
/* line 2226, ../sass/layout.scss */
.icon-scroll .mouse:hover {
  cursor: pointer;
}

/* line 2231, ../sass/layout.scss */
.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 3px;
  width: 3px;
  margin: 2px auto 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@-webkit-keyframes mouse-wheel {
  /* line 2245, ../sass/layout.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 2251, ../sass/layout.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-moz-keyframes mouse-wheel {
  /* line 2258, ../sass/layout.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 2264, ../sass/layout.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes mouse-wheel {
  /* line 2271, ../sass/layout.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 2276, ../sass/layout.scss */
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  /* line 2283, ../sass/layout.scss */
  0% {
    opacity: 0;
  }

  /* line 2284, ../sass/layout.scss */
  50% {
    opacity: .5;
  }

  /* line 2285, ../sass/layout.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  /* line 2288, ../sass/layout.scss */
  0% {
    opacity: 0;
  }

  /* line 2289, ../sass/layout.scss */
  50% {
    opacity: .5;
  }

  /* line 2290, ../sass/layout.scss */
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  /* line 2293, ../sass/layout.scss */
  0% {
    opacity: 0;
  }

  /* line 2294, ../sass/layout.scss */
  50% {
    opacity: .5;
  }

  /* line 2295, ../sass/layout.scss */
  100% {
    opacity: 1;
  }
}
