/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Google fonts import */
@import url("https://fonts.googleapis.com/css?family=Lato:300,700|Trirong:400,500");
/* Carousel files */
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css");
/* Font awesome */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3a3a3a;
  background: #f1f1f1;
  margin: 0;
  padding: 0; }

a {
  color: #6b000a; }
  a:hover {
    color: #520008; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #f1f1f1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Trirong", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; } }

@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66667%; }
  .two.columns {
    width: 13.33333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.66667%; }
  .five.columns {
    width: 39.33333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.66667%; }
  .eight.columns {
    width: 65.33333%; }
  .nine.columns {
    width: 74%; }
  .ten.columns {
    width: 82.66667%; }
  .eleven.columns {
    width: 91.33333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.66667%; }
  .two-thirds.column {
    width: 65.33333%; }
  .one-half.column {
    width: 48%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #5c5c5c;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #5c5c5c;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #3a3a3a;
  border-color: #8f8f8f;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #3a3a3a;
  border-color: #8f8f8f;
  outline: 0; }

.button:focus,
button:focus {
  color: #3a3a3a;
  border-color: #8f8f8f;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #3a3a3a;
  border-color: #8f8f8f;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #6b000a;
  border-color: #6b000a; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #6b000a;
  border-color: #6b000a; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #6b000a;
  border-color: #6b000a; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #6b000a;
  border-color: #6b000a; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #6b000a;
  border-color: #6b000a; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #6b000a;
  border-color: #6b000a; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #6b000a;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #6b000a;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: white;
  border: 1px solid #f1f1f1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.fade-enter {
  opacity: 0;
  top: -25px;
  z-index: 5; }

.fade-enter.fade-enter-active {
  opacity: 1;
  top: 0;
  transition: all 5s ease-in;
  transition-delay: 5s; }

.fade-leave {
  opacity: 1;
  top: 0;
  z-index: 1; }

.fade-leave.fade-leave-active {
  opacity: 0;
  top: -25px;
  transition: all 5s ease-in; }

.slick-next:before, .slick-prev:before {
  color: #6b000a; }

.redtxt {
  color: #6b000a; }

.hide-on-mobile {
  display: none; }
  @media (min-width: 550px) {
    .hide-on-mobile {
      display: inline-block; } }

.hide-on-desktop {
  display: inline-block; }
  @media (min-width: 550px) {
    .hide-on-desktop {
      display: none; } }

@media (min-width: 550px) {
  .vbreak-desktop {
    margin-top: 100px; } }

#mainContent {
  position: relative;
  overflow: hidden; }

#mainContentHome {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 150px);
  min-height: 600px; }

.header {
  position: relative; }
  .header h2 {
    display: block;
    background: #fff;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
    text-transform: uppercase; }
  .header .img {
    display: none; }

a.box {
  display: inline-block;
  background: #fff;
  border: solid 2px #b9b9b9;
  padding: 10px 35px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .075rem;
  margin-left: 45px;
  color: #6b000a;
  height: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }
  a.box:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #b9b9b9;
    position: relative;
    top: 10px;
    left: -80px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }
  a.box:hover {
    margin-left: 65px;
    color: #fff;
    background: #6b000a; }
    a.box:hover:before {
      width: 80px;
      left: -100px; }

.pre-footer {
  height: 180px;
  width: 100%;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  display: none; }
  @media (min-width: 550px) {
    .pre-footer {
      display: block; } }
  .pre-footer .images {
    display: none;
    margin-left: 40px; }
    .pre-footer .images .img {
      width: 24.5%;
      min-height: 185px;
      border: solid 5px #fff;
      display: inline-block;
      background-size: cover;
      background-position: 50% 50%;
      transition: all .25s; }
      .pre-footer .images .img:nth-of-type(2) {
        position: relative;
        margin-left: -5px; }
      .pre-footer .images .img:hover {
        background-position: 50% 75%; }
  .pre-footer .box {
    position: absolute;
    top: 95px;
    right: 100px;
    width: 100px; }
    .pre-footer .box:before {
      width: 35vw;
      left: -36vw; }
    .pre-footer .box:hover {
      right: 120px; }
      .pre-footer .box:hover:before {
        width: calc(35vw - 20px);
        left: calc(-36vw + 20px); }

footer {
  background: #fff;
  color: #3a3a3a;
  text-transform: uppercase;
  overflow: hidden;
  padding-top: 75px;
  text-align: center; }
  @media (min-width: 550px) {
    footer {
      text-align: left; } }
  footer .head {
    font-family: "Trirong", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0; }
    @media (min-width: 550px) {
      footer .head {
        text-indent: 50px; } }
    footer .head:before {
      content: "";
      display: none;
      background: #b9b9b9;
      width: 30px;
      height: 2px;
      top: 10px;
      position: absolute; }
      @media (min-width: 550px) {
        footer .head:before {
          display: block; } }
    footer .head.last {
      font-size: 1.1rem;
      text-indent: 0;
      margin-bottom: 50px;
      text-align: center; }
      @media (min-width: 550px) {
        footer .head.last {
          text-align: right;
          margin-bottom: 0; } }
      footer .head.last:before {
        display: none; }
  footer span.link, footer a.link {
    margin-bottom: 75px;
    color: #6b000a;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block; }
  footer a.link:after {
    content: "";
    display: block;
    background: #6b000a;
    width: 0;
    height: 1px;
    margin-left: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }
  footer a.link:hover:after {
    margin-left: 0;
    width: 100%; }

.copyContainer {
  margin-top: 75px; }

@media (min-width: 550px) {
  .copyContainer {
    margin-top: 0;
    margin-bottom: 250px; }
    .copyContainer.projects {
      margin-bottom: 100px; }
  .pre-footer .images {
    display: block; }
  .header {
    position: relative;
    height: 370px; }
    .header h2 {
      display: block;
      background: #fff;
      width: 60%;
      z-index: 100;
      position: absolute;
      top: 100px;
      left: 40px;
      padding-left: 80px;
      text-align: left;
      height: 160px;
      line-height: 160px;
      font-size: 2.4rem;
      text-transform: uppercase; }
      .header h2.contact {
        width: 100%; }
    .header .img {
      width: 45%;
      position: absolute;
      right: 0;
      height: 220px;
      background: #b9b9b9;
      display: block; }
    .header.contact {
      height: 240px; }
      .header.contact h2 {
        top: 30px; } }

.topnav .logo {
  height: 90px; }
  .topnav .logo img {
    height: 45px;
    margin: 20px 0 0 10px; }

.topnav #nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  -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;
  top: 30px;
  right: 10px; }

.topnav #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #6b000a;
  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; }

.topnav #nav-icon span:nth-child(1) {
  top: 0px; }

.topnav #nav-icon span:nth-child(2), .topnav #nav-icon span:nth-child(3) {
  top: 10px; }

.topnav #nav-icon span:nth-child(4) {
  top: 20px; }

.topnav #nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.topnav #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.topnav #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.topnav #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.topnav .menu {
  transition: all .5s;
  overflow: hidden;
  display: block;
  height: 0;
  opacity: 0;
  width: 100vw;
  z-index: 999;
  background: #fff;
  position: relative;
  padding-top: 40px; }
  .topnav .menu ul {
    width: 100%;
    height: 100%;
    display: block; }
    .topnav .menu ul li {
      display: block;
      text-align: center;
      height: 12.5vh; }
      .topnav .menu ul li a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        text-decoration: none;
        color: #000;
        font-family: "Trirong", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
        .topnav .menu ul li a:after {
          content: "";
          display: block;
          position: relative;
          top: -30px;
          left: 50%;
          background: #6b000a;
          width: 1px;
          height: 100%;
          opacity: 0;
          z-index: -1; }
        .topnav .menu ul li a.active, .topnav .menu ul li a:hover {
          color: #fff; }
          .topnav .menu ul li a.active:after, .topnav .menu ul li a:hover:after {
            left: -7.5px;
            height: 100%;
            opacity: 1;
            width: calc(100% + 15px); }
  .topnav .menu.active {
    height: calc(100vh - 90px);
    opacity: 1;
    transition: all .5s; }

@media (min-width: 550px) {
  .topnav {
    height: 150px; }
    .topnav .logo img {
      margin: 52.5px 0 0 40px; }
    .topnav .menu {
      display: block;
      position: relative;
      height: 150px;
      width: 56%;
      background: none;
      padding-top: 0;
      opacity: 1; }
      .topnav .menu ul {
        width: 100%;
        height: 100%;
        display: table; }
        .topnav .menu ul li {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          height: 100%; }
          .topnav .menu ul li a {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            font-size: 1.4rem;
            letter-spacing: 0.1rem;
            text-decoration: none;
            color: #000;
            font-family: "Trirong", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s; }
            .topnav .menu ul li a:after {
              content: "";
              display: block;
              position: relative;
              top: -30px;
              left: 50%;
              background: #6b000a;
              width: 1px;
              height: 100%;
              opacity: 0;
              z-index: -1;
              -webkit-transition: all .25s;
              -moz-transition: all .25s;
              transition: all .25s; }
            .topnav .menu ul li a.active, .topnav .menu ul li a:hover {
              color: #fff; }
              .topnav .menu ul li a.active:after, .topnav .menu ul li a:hover:after {
                left: -7.5px;
                height: 100%;
                opacity: 1;
                width: calc(100% + 15px); } }

#mainCarousel {
  width: 66.6666%;
  float: right;
  overflow: hidden;
  height: calc(100% - 125px); }
  #mainCarousel div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%; }

.hpCopy {
  position: absolute;
  left: 40px;
  float: left;
  top: 22.5%;
  z-index: 9999; }
  .hpCopy h1 {
    width: calc(33vw - 40px);
    font-size: 3.25rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #f1f1f1; }

@media (min-width: 550px) {
  .hpCopy h1 {
    font-size: 4rem; } }

h3 {
  margin-top: 35px;
  text-transform: uppercase; }

.bigletter {
  font-size: 21rem;
  line-height: 21rem;
  font-family: "Trirong", serif;
  color: #6b000a;
  text-align: center;
  display: block;
  margin: -9.5rem 0 0 0;
  padding: 0; }

.project {
  cursor: pointer;
  position: relative; }
  .project .more {
    color: #fff;
    position: absolute;
    top: 165px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    margin-left: -10px;
    transition: all .5s; }
    .project .more span {
      line-height: 50px;
      height: 50px;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 700;
      display: inline-block; }
      .project .more span:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #6b000a;
        position: absolute;
        z-index: -1;
        margin-left: 30px;
        transition: all .5s; }
  .project .img {
    height: 380px;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 5;
    transition: all 1s; }
  .project .title {
    text-transform: uppercase;
    color: #3a3a3a;
    background: #fff;
    font-family: "Trirong", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.9rem;
    height: 80px;
    width: calc(100% - 60px);
    line-height: 80px;
    float: right;
    padding: 0 0 0 30px;
    position: relative;
    transition: all .75s; }
    .project .title:before {
      content: "";
      display: block;
      background: #6b000a;
      width: 45px;
      height: 2px;
      position: absolute;
      top: calc(50% - 1px);
      left: -30px;
      transition: all .75s; }
  .project .award {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    background: #fff;
    height: 190px;
    width: 190px;
    transition: all 1s; }
    .project .award img {
      max-width: calc(100% - 10px);
      margin: 5px; }
  .project:hover .more {
    opacity: 1;
    margin-left: 0; }
    .project:hover .more span:after {
      margin-left: -30px; }
  .project:hover .img {
    filter: brightness(35%); }
  .project:hover .award {
    filter: brightness(50%); }
  .project:hover .title {
    width: calc(100% - 90px);
    padding: 0 0 0 60px; }
    .project:hover .title:before {
      width: 75px; }

.projectDetails .projectSlide {
  min-height: 75vh;
  max-height: 750px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.projectDetails .slick-dots {
  bottom: -65px; }
