/*-------------------------------
CSS INDEX
---------------------------------*/

/* 0 - RESET
/* 1 - BASE
/* 2 - HEADER

---------------------------------*/

/*-------------------------------
 0 - RESET
---------------------------------*/
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, 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: #202020;
}

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;
}

*, *:after, *:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

/*-------------------------------
 1 - BASE
---------------------------------*/
[data-live-background-colour] {
  -webkit-transition: background-color 0.55s ease-in-out;
  transition: background-color 0.55s ease-in-out;
}

body {
  color: #202020;
  font-family: 'Rubik', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 30px;
}

blockquote {
  margin: 20px 20px;
  padding: 25px 25px;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  line-height: 35px;
}

blockquote:before {
  content: "\f2cd";
  font-family: "LineAwesome";
  font-size: 240px;
  position: absolute;
  top: 4px;
  line-height: 100px;
  left: -50px;
  opacity: 0.07;
}

blockquote *:last-child {
  margin-bottom: 0;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit']:not(.draw-border) {
  background-color: #202020;
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 1.4px;
  line-height: 45px;
  padding: 4px 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.button:focus, .button:hover, button:focus, button:hover, input[type='button']:focus, input[type='button']:hover, input[type='reset']:focus, input[type='reset']:hover, input[type='submit']:focus, input[type='submit']:not(.draw-border):hover {
  background-color: #e67816;
  border-color: #e67816;
  color: #fff;
  outline: 0;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.button[disabled], button[disabled], input[type='button'][disabled], input[type='reset'][disabled], input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type='button'][disabled]:focus, input[type='button'][disabled]:hover, input[type='reset'][disabled]:focus, input[type='reset'][disabled]:hover, input[type='submit'][disabled]:focus, input[type='submit'][disabled]:hover {
  background-color: #202020;
  border-color: #202020;
}

.button.button-outline, button.button-outline, input[type='button'].button-outline, input[type='reset'].button-outline, input[type='submit'].button-outline {
  background-color: transparent;
  color: #202020;
}

.button.button-outline:focus, .button.button-outline:hover, button.button-outline:focus, button.button-outline:hover, input[type='button'].button-outline:focus, input[type='button'].button-outline:hover, input[type='reset'].button-outline:focus, input[type='reset'].button-outline:hover, input[type='submit'].button-outline:focus, input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #e67816;
  color: #e67816;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline[disabled]:focus, button.button-outline[disabled]:hover, input[type='button'].button-outline[disabled]:focus, input[type='button'].button-outline[disabled]:hover, input[type='reset'].button-outline[disabled]:focus, input[type='reset'].button-outline[disabled]:hover, input[type='submit'].button-outline[disabled]:focus, input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #202020;
}

.button.button-clear, button.button-clear, input[type='button'].button-clear, input[type='reset'].button-clear, input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #202020;
}

.button.button-clear:focus, .button.button-clear:hover, button.button-clear:focus, button.button-clear:hover, input[type='button'].button-clear:focus, input[type='button'].button-clear:hover, input[type='reset'].button-clear:focus, input[type='reset'].button-clear:hover, input[type='submit'].button-clear:focus, input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #e67816;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear[disabled]:focus, button.button-clear[disabled]:hover, input[type='button'].button-clear[disabled]:focus, input[type='button'].button-clear[disabled]:hover, input[type='reset'].button-clear[disabled]:focus, input[type='reset'].button-clear[disabled]:hover, input[type='submit'].button-clear[disabled]:focus, input[type='submit'].button-clear[disabled]:hover, .button.button-white:focus {
  color: #202020;
}

.button.button-white {
  background-color: #fff;
  border-color: #fff;
  color: #000 !important;
}

.button-outline-white {
  border-color: #fff !important;
  color: #fff !important;
}

.button.button-large {
  font-size: 15px;
  font-weight: 800;
  height: 55px;
  letter-spacing: 1.2px;
  line-height: 54px;
  padding: 0 40px;
}

.draw-border {
  box-shadow: inset 0 0 0 3px #000;
  color: #fff !important;
  transition: color 0.25s 0.0833333333s;
  position: relative;
  background-color: #000 !important;
  border: none;
  line-height: 45px;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.draw-border-white {
  box-shadow: inset 0 0 0 3px #fff;
  color: #000 !important;
  background-color: #fff !important;
}

.draw-border-white i {
  color: #000 !important;
}

.draw-border-white:hover {
  box-shadow: inset 0 0 0 3px #000;
  background-color: #000 !important;
}

.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  transition: border-color 0s, width 0.25s, height 0.25s;
}
.draw-border::before {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.draw-border::after {
  border-top-width: 3px;
  border-right-width: 3px;
}
.draw-border:hover {
  color: #e67816 !important;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #e67816;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #000;
  overflow-y: hidden;
}

pre>code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='color'], input[type='date'], input[type='month'], input[type='week'], input[type='datetime'], input[type='datetime-local'], input:not([type]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: none;
  box-sizing: inherit;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  font-size: 13px;
}

input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, input[type='color']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #202020;
  outline: 0;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%239b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 180px;
}

label, legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'], input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

.container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 40px;
  position: relative;
  width: 100%;
}

.container.container-thin {
  max-width: 1000px;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding>.column, .no-column-padding>.column {
  padding: 0 !important;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  align-self: flex-start;
}

.row .column .column-bottom {
  align-self: flex-end;
}

.row .column .column-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.h-100 {
  min-height: 100vh;
}

.h-50 {
  min-height: 50vh;
}

.h-60 {
  min-height: 60vh;
}

a {
  color: #202020;
  text-decoration: none;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

a:focus, a:hover {
  color: #e67816;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

dl, ol, ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button, button, dd, dt, li {
  margin-bottom: 1.0rem;
}

fieldset, input, select, textarea {
  margin-bottom: 1.5rem;
}

blockquote, dl, figure, form, ol, pre, table, ul {
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

table {
  border-spacing: 0;
  width: 100%;
}

td, th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

td:first-child, th:first-child {
  padding-left: 0;
}

td:last-child, th:last-child {
  padding-right: 0;
}

b, strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quicksand";
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 2.0rem;
  margin-top: 0;
}

.jumbo-text {
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
}

h1, .h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 1.2px;
}

h3, .h3 {
  font-size: 28px;
  letter-spacing: 0.55px;
  line-height: 1.3;
}

h4, .h4 {
    font-size: 24px;
    letter-spacing: 0.8px;
    line-height: 1.35;
}

h5, .h5 {
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 1.5;
}

h6, .h6 {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-weight: 500;
}

img {
  max-width: 100%;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table;
  height: 100%;
  width: 100%
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.d-table-cell.align-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.d-table-cell.align-top {
  display: table-cell;
  vertical-align: top;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.img-fill {
  width: 100%;
  height: auto;
}

.img-cover {
  object-fit: cover !important;
  object-position: center;
}

.lh-0 {
  line-height: 0;
}

.o-hidden {
  overflow: hidden;
  position: relative;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.text-white:not(.background--light), .text-white:not(.background--light) * {
  color: #fff;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-700 {
  font-weight: 700;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.line-decoration {
  height: 4px;
  width: 80px;
  background: #000;
  display: block;
  margin-bottom: 20px;
  position: relative;
  left: 3px;
}

.cover-link {
  pointer-events: inherit;
}

.cover-link:before {
  content: '';
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[data-close-sub-menu] {
  display: none !important;
}

[data-close-sub-menu] a {
  font-size: 24px !important;
  opacity: 0.5;
  margin-top: 30px;
  display: block;
}

main.wrapper {
  overflow-x: hidden;
}

/*-------------------------------
 2 - HEADER & NAV
---------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1800;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #202020;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.nav-wrapper {
  width: 320px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: top 0.30s ease-in-out;
  transition: top 0.30s ease-in-out;
}

.content-wrapper {
  padding-left: 320px;
  overflow: hidden;
}

.overlay-nav {
  position: absolute !important;
  z-index: 500;
  width: 100%;
}

.navigation {
  height: 100vh;
  position: relative;
  padding: 25px;
}

.nav-bottom {
  position: absolute;
  bottom: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.30s ease-in-out;
  transition: opacity 0.30s ease-in-out;
}

.menu-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.side-panel-active .nav-bottom {
  opacity: 0;
  -webkit-transition: opacity 0.30s ease-in-out;
  transition: opacity 0.30s ease-in-out;
}

.logo-wrapper {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1010;
}

.logo-inner {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-right: 9rem;
  display: block;
}

.navigation .logo .title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}

.navigation .logo img {
  max-width: 150%;
}

#search-toggle, #contact-toggle {
  position: relative;
  height: 28px;
  width: 28px;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 4px;
  margin-left: 30px;
  z-index: 1010;
}

#contact-toggle {
  font-size: 30px;
  width: 32px;
  line-height: 1;
  position: relative;
  top: 0px;
  height: 32px;
  left: 2px;
}

#nav-toggle {
  position: relative;
  height: 28px;
  width: 28px;
  overflow: hidden;
  display: inline-block;
  margin: 0.5rem;
  padding-right: 5px;
  z-index: 1010;
}

#nav-toggle span {
  position: absolute;
  top: 50%;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 28px;
  background: #222;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

#nav-toggle:hover span, #nav-toggle:hover span:before, #nav-toggle:hover span:after {
  background: #e67816;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.text-white #nav-toggle span, .text-white #nav-toggle span:before, .text-white #nav-toggle span:after {
  background: #fff;
}

#nav-toggle span:before {
  top: -8px;
}

#nav-toggle span:after {
  bottom: -8px;
}

.side-panel {
  left: -360px;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 360px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: left 0.28s ease-in-out;
  transition: left 0.28s ease-in-out;
}

.side-panel:before {
  content: '';
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: -100vw;
  top: 0;
  height: 100vh;
}

.side-panel.reveal {
  left: 100px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.close-panel-wrapper {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 999;
}

.close {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  top: -10px;
  right: -10px;
}

.close:hover::before, .close:hover::after {
  background: #222;
}

.close::before, .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close.big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}

.close.black::before, .close.black::after {
  height: 3px;
  margin-top: -4px;
}

.header-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.inner-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-section-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title+p {
  margin-bottom: 0;
}

.menu {
  list-style: none;
  margin: 0;
}

.menu li {
  margin-bottom: 0;
  text-align: right;
  padding: 0 80px;
}

.menu>li, .menu li ul li {
  position: relative;
  left: -50px;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  opacity: 0;
}

.menu>li.animate-in, .menu li ul li.animate-in {
  left: 0px;
  -webkit-transition: all 022s ease-in-out;
  transition: all 0.22s ease-in-out;
  opacity: 1;
}

.menu li a {
  font-family: "Quicksand";
  font-size: 28px;
  line-height: 46px;
  color: #202020;
  font-weight: 700;
  letter-spacing: 0.5px
}

.menu li a:hover {
  color: #e67816;
}

.menu li ul a {
    font-size: 22px;
    font-weight: 600;
}

.menu li ul {
  display: block;
  width: 360px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  padding-top: 50vh;
  margin: 0;
  background-color: #fefefe;
  -webkit-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  -moz-transform: translateX(-360px);
  transform: translateX(-360px);
}

.menu li ul.reveal {
  left: 0vw;
  -webkit-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  -moz-transform: translateX(0vw);
  transform: translateX(0vw);
}

.menu li ul li {
  display: block;
  width: 100%;
  padding: 0 20px;
}

.menu li ul li a {
  color: #202020;
}

.sub-menu-active.side-panel {
  left: 360px;
}

.sub-menu-active.side-panel .close::before, .sub-menu-active.side-panel .close::after {
  background: #000;
}

.sub-menu-active.side-panel .menu > li > a {
  opacity: 0.2;
}

.sub-menu-active.side-panel .menu > li > a:hover {
  opacity: 1;
}

.has-submenu>a:before {
  font-family: "LineAwesome";
  content: "\f273";
  font-size: 14px;
  position: relative;
  padding-right: 8px;
  top: -5px;
  font-weight: 100;
}

.search-panel {
  position: fixed;
  bottom: -200px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1050;
  background-color: #fff;
  -webkit-transition: bottom 0.30s ease-in-out;
  transition: bottom 0.30s ease-in-out;
}

main.wrapper {
  bottom: 0px;
  position: relative;
  -webkit-transition: bottom 0.30s ease-in-out;
  transition: bottom 0.30s ease-in-out;
}

.search-panel-active main.wrapper {
  bottom: 160px;
  -webkit-transition: bottom 0.30s ease-in-out;
  transition: bottom 0.30s ease-in-out;
}

.search-panel-active .nav-wrapper {
  top: -160px;
  -webkit-transition: top 0.30s ease-in-out;
  transition: top 0.30s ease-in-out;
}

.search-panel.reveal {
  bottom: 0;
  -webkit-transition: bottom 0.30s ease-in-out;
  transition: bottom 0.30s ease-in-out;
}

.search-panel input, .search-form input {
  height: 50px;
  width: calc(100% - 140px);
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0px;
  font-size: 18px;
}

.search-panel button, .search-form button {
  display: inline-block;
  float: right;
}

.search-panel form {
  position: relative;
}

.small-search-form {
  max-width: 420px;
  position: relative;
}

.small-search-form input {
  font-size: 20px;
}

.text-white .small-search-form .search.icon, .text-white .small-search-form {
  color: #fff;
}

.text-white .search-form input {
  border-bottom: 2px solid #fff;
}

.text-white ::-webkit-input-placeholder {
  color: #fff;
}

.text-white :-ms-input-placeholder {
  color: #fff;
}

.text-white ::placeholder {
  color: #fff;
}

/*-------------------------------
 3 - IMAGE OVERLAY
---------------------------------*/
#landing {
  background-image: url(../images/landingImage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#portfolio figure {
  max-height: 250px;
}

.grid figure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  object-fit: fill;
}

.grid figure figcaption {
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 16px;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure h2, .grid figure p {
  margin: 0;
}

figure.hover-overlay {
  background: #000;
}

figure.hover-overlay img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s;
  transition: opacity 0.35s, transform 1s;
}

figure.hover-overlay figcaption::before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

figure.hover-overlay figcaption {
  padding: 30px;
  text-align: left;
  height: 100%;
  display: table;
  padding-right: 30%;
}

figure.hover-overlay figcaption.rh-caption {
  padding: 40px;
  text-align: right;
  padding-right: 5%;
  padding-left: 30% !important;
}

figure.hover-overlay .static-overlay {
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.static-overlay h6 {
    width: auto;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 12px 4px;
    border-radius: 0;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

figure.hover-overlay .align-bottom .static-overlay {
  -moz-transform: translateY(40px);
  transform: translateY(40px);
}

figure.hover-overlay:hover .static-overlay {
  vertical-align: bottom;
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.hover-overlay:hover .align-bottom .static-overlay {
  -moz-transform: translateY(100px);
  transform: translateY(100px);
}

figure.hover-overlay .overlay-details {
  opacity: 0;
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.hover-overlay:hover .overlay-details {
  opacity: 1;
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.hover-overlay:hover .align-bottom .overlay-details {
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}

figure.hover-overlay p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

figure.hover-overlay:hover img {
  opacity: 0.2;
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.35s, -webkit-transform 1s;
  transition: opacity 0.35s, transform 1s;
}

figure.hover-overlay:hover figcaption::before, figure.hover-overlay:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mask:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.mask.aos-animate:before {
  width: 0;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.mask:after {
  content: '';
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.mask.aos-animate:after {
  width: 0;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.content-mask {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.7);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.side-panel-active .content-mask {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.text-stroke {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}

.text-stroke-black {
  -webkit-text-stroke: 1px #222;
  color: transparent;
}

/*-------------------------------
 4 - PLUGINS
---------------------------------*/
.isotope-wrapper {
  position: relative;
}

.fancybox-bg {
  background: rgb(0,0,0);
  opacity: 0.95 !important;
}

.fancybox-caption {
  background: transparent;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
}

.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: visible;
  width: 55px;
}

.fancybox-button:focus {
  background-color: transparent !important;
}

.fancybox-button:hover {
  color: #e67816 !important;
  background-color: transparent !important;
}

.fancybox-button svg path {
  fill: #fff;
}

.fancybox-button svg {
  display: block;
  height: 40px;
  width: 40px;
  visibility: hidden;
}

.fancybox-button--close:after {
    content: "\f191";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 0px;
    line-height: 37px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--play:after, .fancybox-button--pause:after {
    content: "\f2be";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 0px;
    line-height: 37px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--zoom:after {
    content: "\f2c2";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 0px;
    line-height: 38px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_right>div:after {
    content: "\f274";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 0px;
    line-height: 37px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_left>div:after {
    content: "\f273";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 0px;
    line-height: 37px;
    transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_left>div:hover:after, .fancybox-button--arrow_right>div:hover:after, .fancybox-button--close:hover:after, .fancybox-button--zoom:hover:after, .fancybox-button--play:hover:after, .fancybox-button--close:hover:after {
  color: #e67816 !important;
  background-color: #222 !important;
  border: 2px solid #e67816 !important;
  transition: all 0.2s ease-in-out;
}

.fancybox-button--arrow_right[disabled]>div:after, .fancybox-button--arrow_left[disabled]>div:after {
  opacity: 0;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #ffffff;
    cursor: default;
    outline: none;
    opacity: 1;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20px !important;
}

[data-background-image-src] {
  background-size: cover;
  background-position: center center;
}

[data-background-image-src] figure.hover-overlay {
    background: transparent;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.slick-dots {
  bottom: 40px;
  z-index: 5;
}

.slick-dots.text-white a {
  color: #fff;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.slick-dots a {
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

.slick-dots a {
  opacity: 0.5;
}

.slick-dots .slick-active a {
  opacity: 1;
}

.slick-dots .slick-active i:before {
  -webkit-text-stroke: 3px;
}

.button+.button {
  margin-left: 20px;
}

.borderless, .borderless:hover {
  border: 3px solid transparent !important;
  color: #000 !important;
}

.floating-info-box {
  display: none;
}

.floating-info-box {
  background-color: rgba(255, 255, 255, 0.95);
  width: auto;
  height: auto;
  padding: 20px 30px;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.map-bg-wrapper, .bg-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

.strong-link {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 7px 10px 6px;
}

.post-content>p:last-of-type {
  margin-bottom: 0;
}

.post-navigation .button {
  display: block;
}

.details-list {
  list-style: none;
}

.details-list li {
  justify-content: space-between;
  display: flex;
}

.list-styled {
  list-style: none;
}

.list-styled li:before {
    content: "\f1bc";
    font-family: "LineAwesome";
    font-size: 9px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.social-link {
  font-size: 26px;
  margin-right: 5px;
}

/*-------------------------------
 5 - FOOTER
---------------------------------*/
.footer {
  padding: 90px 0 30px;
}

.footer-social {
  list-style: none;
}

.footer-social li {
  display: inline-block;
  margin-bottom: 0;
}

.footer-social li a {
    font-size: 22px;
    margin-left: 2px;
    padding: 1px 0 0 1px;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
}

.footer-copyright {
  font-size: 13px;
  padding-top: 0px;
}

.footer-logo {
  max-height: 100px;
}

.floating-filters a {
  opacity: 0;
  display: inline-block;
}

.floating-filters + .isotope-filter-wrapper {
  height: 0;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.floating-filters + .isotope-filter-wrapper.reveal {
  height: 50px;
  opacity: 1;
  margin-bottom: 40px !important;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}

/*-------------------------------
 6 - RESPONSIVE
---------------------------------*/
@media all and (min-width: 992px) and (max-width: 1440px) {
  .nav-wrapper {
    width: 240px;
  }
  .content-wrapper {
      padding-left: 240px;
  }
}

@media all and (min-width: 992px) {
  .side-panel-active .floating-filters {
    z-index: 500;
    visibility: hidden;
  }

  .floating-filters {
    position: absolute;
    width: 40px;
    height: 60px;
    left: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: bottom left;
    z-index: 1050;
    top: 60px;
  }
}
@media all and (max-width: 992px) {
  .isotope-filter-wrapper span {
    display: table;
    padding: 0;
  }
  .isotope-filter-wrapper span + .button {
    margin-left: 0;
  }
  .isotope-filter-wrapper .button + .button {
    margin-left: 10px;
    margin-right: 0;
  }
  .floating-filters {
    padding-left: 20px;
  }
  .menu li ul li {
    display: block;
    width: 100%;
    padding: 0 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .menu li ul {
    max-height: 100vh;
    padding: 40px 0;
    overflow-y: scroll;
  }
  .menu li {
    padding: 0 40px;
  }
  .menu li ul a {
    font-size: 22px;
    font-weight: 700;
  }
  .row .column.column-50.column-md-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-block {
    display: block;
  }
  .jumbo-text {
      font-size: 40px;
      line-height: 1.2;
  }
  h3, .h3 {
      font-size: 24px;
      line-height: 1.3;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .nav-wrapper {
    width: 100px;
  }
  .content-wrapper {
      padding-left: 100px;
  }
  .navigation {
    padding: 15px;
  }
  .navigation .logo img {
      max-height: 250px;
      max-width: 300px;
      position: fixed;
      left: -2rem;
  }
  .nav-contact-number, .menu-social .footer-social {
    display: none;
  }
  .logo-wrapper {
      position: absolute;
      top: 15px;
      left: 30px;
      z-index: 1010;
  }
  #search-toggle, #contact-toggle {
    margin: 15px 0 0 0;
  }
  .nav-bottom {
      position: absolute;
      bottom: 15px;
      width: 30px;
      margin-left: 18px;
  }
  .floating-filters + .isotope-filter-wrapper.reveal {
      height: auto;
  }
}

@media (min-width: 768px) {
  .row {
    flex-direction: row;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .row.no-column-padding {
    margin-left: 0px;
    width: calc(100%);
  }
  .row.no-margin {
    flex-direction: row;
    margin-left: 0;
    width: calc(100%);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 20px;
  }
  .extra-padding {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .row .column.column-max-140 {
    max-width: 120px;
    min-width: 120px;
    padding-right: 10px;
  }
  .child-comment {
    margin-left: 100px;
    width: calc(100% + 40px - 120px);
  }
  .grid figure img {
    min-height: 220px;
  }
}

@media all and (max-width: 767px) {
  ul {
    margin-bottom: 0;
  }
  .nav-contact-number, .menu-social .footer-social {
    display: none;
  }
  .floating-filters {
    padding-left: 0px;
  }
  .floating-filters + .isotope-filter-wrapper.reveal {
      height: auto;
  }
  .mobile-d-block {
    display: block;
  }
  .row .column.column-xs-100 {
    margin-left: 0;
    max-width: 100%;
    flex: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
  }
  .row .column.column-xs-50 {
    margin-left: 0;
    max-width: 100%;
    flex: none;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
  }
  .row .column:not(.column-mobile-inherit) {
    margin-left: 0;
    max-width: 100%;
  }
  #search-toggle, #contact-toggle {
    margin: 15px 0 0 0;
  }
  .nav-bottom {
      position: absolute;
      bottom: 25px;
      width: 30px;
      margin-left: 18px;
  }
  .menu li {
    padding: 0 40px;
  }
  .jumbo-text {
    font-size: 34px;
    line-height: 1.2;
  }
  .container {
    padding-left: 0px;
    padding-right: 20px;
  }
  .header-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .side-panel.reveal {
    width: 100vw;
    left: 0;
  }
  .h-60 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .menu li ul {
    width: 100vw;
    left: -100vw;
    max-height: 100vh;
    padding: 40px 0;
    overflow-y: scroll;
  }
  .menu li ul a, .menu li a {
    font-size: 26px;
  }
  .sub-menu-active.side-panel {
    left: 120vw;
  }
  .content-wrapper {
      padding-left: 120px;
  }
  .nav-wrapper {
    width: 100px;
  }
  .content-wrapper {
      padding-left: 100px;
  }
  .navigation {
    padding: 15px;
  }
  .navigation .logo img {
      max-height: 200px;
      max-width: 300px;
      position: fixed;
      left: -2.5rem;
  }
  .logo-wrapper {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1010;
  }
  .grid figure {
    min-height: 360px;
    max-height: 400px;
  }
  .grid figure img {
    object-fit: cover;
    min-height: 360px;
    max-height: 400px;
  }
  .grid .related-post figure img, .grid .related-post figure {
    min-height: 220px;
    max-height: 250px;
  }
  [data-close-sub-menu] {
    display: block !important;
  }
  [data-close-sub-menu] a {
    font-size: 16px !important;
  }
  .row .column.column-50.column-md-100+.column-md-100, .grid .related-post + .related-post {
    margin-top: 40px;
  }
  .inner-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-logo {
    margin-top: 30px;
  }
  .footer, .footer .text-right {
    text-align: center;
    float: none;
    margin-top: 30px;
  }
  h2, .h2 {
      font-size: 28px;
      line-height: 38px;
  }
  h3, .h3 {
      font-size: 24px;
      line-height: 1.3;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .text-mobile-left {
    text-align: left;
  }
  .column.pr-lg-60 + .column, .column + .column.pl-lg-60, .column-33 + .column-33.text-right.text-mobile-left {
    margin-top: 40px;
  }
  .ptp-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .map-bg-wrapper .h-100 {
    min-height: 100%;
  }
  .row.flex-xs-row {
    flex-direction: row;
  }
  .row .column.column-max-140 {
    width: 100px;
    max-width: 100px;
    padding-right: 20px;
  }
}

@media all and (max-width: 520px) {
  .menu li {
    padding: 0 60px;
  }
  .jumbo-text {
    font-size: 26px;
    line-height: 1.2;
  }
  h3, .h3 {
    font-size: 18px;
  }
  .grid figure {
    min-height: 240px;
  }
  .grid figure img {
    min-height: 240px;
  }
  .row .column.column-max-140 {
    width: 80px;
    max-width: 80px;
    padding-right: 20px;
  }
  .menu li ul a, .menu li a {
    font-size: 20px;
  }
  .has-submenu>a:after {
    top: 0;
  }
  [data-filter] {
    width: 100%;
    margin-left: 0 !important;
  }
  .nav-wrapper {
    width: 60px;
  }
  .content-wrapper {
      padding-left: 60px;
  }
  .navigation {
    padding: 10px;
  }
  .navigation .logo img {
      max-height: 200px;
      max-width: 300px;
  }
  .logo-wrapper {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 1010;
  }
  .nav-bottom {
      position: absolute;
      bottom: 10px;
      width: 30px;
      margin-left: 5px;
  }
}

.progress-wrap, .contact-wrap {
    position: fixed;
    right: 30px;
    bottom: 45px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 0px;
    z-index: 50;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}

.is-scrolled .progress-wrap {
  opacity: 1;
  visibility: visible;
}

.progress-wrap.active-progress, .contact-wrap.active-contact {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'LineAwesome';
    content: "\f122";
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    color: #fff;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'LineAwesome';
    content: "\f122";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.lighten::before, .really-lighten.progress-wrap::before {
    background-image: linear-gradient(298deg, #fff, #fff);
}

.progress-wrap.lighten::after, .really-lighten.progress-wrap::after {
    color: #fff;
}

.progress-wrap:hover::before {
    opacity: 1;
    color: #e67816;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #e67816;
    stroke-width: 15px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.lighten svg.progress-circle path, .progress-wrap.really-lighten svg.progress-circle path {
    stroke: #c00;
}

.card-panel {
  background-color: #fff;
  padding: 40px !important;
}

.text-colour {
  color: #e67816 !important;
}

.img-small {
  max-height: 50px;
  width: auto;
}

.text-underline:after {
  content: '';
}
