/* Config */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=latin-ext");
/* END Config */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  background: #fff; }

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #000000;
  text-transform: none;
  font-size: 14px;
  line-height: 1.8em; }

a, button {
  transition: color 0.5s; }

.clearfix {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  margin-bottom: 0.3em;
  font-family: "Roboto", sans-serif;
  color: #000000; }

h1 {
  font-size: 5em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.1em; }

h6 {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px; }

@media (max-width: 767px) {
  h1 {
    font-size: 3em; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.5em; }
  h4 {
    font-size: 1.3em; }
  h5 {
    font-size: 1.1em; }
  h6 {
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px; }
  nav.navbar + section {
    padding-top: 50px; } }

a {
  color: #d5a74e; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

ul {
  margin: 0 1em 1em 1em; }

svg.icon {
  fill: currentColor;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle; }
  svg.icon.spin {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.alert > svg.icon {
  color: currentColor; }

.rteindent1.rteright {
  padding-left: 60px;
  text-align: justify; }

.rteindent1:not(.rteright) {
  padding-right: 60px;
  text-align: justify; }

.rteindent2.rteright {
  padding-left: 120px;
  text-align: justify; }

.rteindent2:not(.rteright) {
  padding-right: 120px;
  text-align: justify; }

.rteindent3.rteright {
  padding-left: 180px;
  text-align: justify; }

.rteindent3:not(.rteright) {
  padding-right: 180px;
  text-align: justify; }

.rteindent4.rteright {
  padding-left: 240px;
  text-align: justify; }

.rteindent4:not(.rteright) {
  padding-right: 240px;
  text-align: justify; }

@media (min-width: 992px) {
  .rteright {
    text-align: right; }
  .rtecenter {
    text-align: center; }
  .rtejustify {
    text-align: justify; } }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.media_embed {
  text-align: center; }

iframe {
  max-width: 100%; }

img {
  max-width: 100%; }

.flex {
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); } }

/* Form */
form fieldset:not(:last-child) {
  margin-bottom: 10px; }

form fieldset .form-group {
  position: relative; }
  form fieldset .form-group .disabled {
    background: #fafafa; }
  form fieldset .form-group .input-wrapper {
    position: relative; }
  form fieldset .form-group.required.has-feedback.has-warning label:after {
    content: ' *';
    color: #a94442; }
  form fieldset .form-group.checkbox, form fieldset .form-group.radio {
    margin-top: 0; }
    form fieldset .form-group.checkbox small, form fieldset .form-group.radio small {
      display: block;
      margin-left: 1.5em; }
  form fieldset .form-group:last-child {
    margin-bottom: 0; }

form legend {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em; }

form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

form .small, form small {
  font-size: 85%;
  margin-right: 0.5em; }

form .form-inline .form-group:not(:last-child) {
  margin-right: 15px; }

form .form-inline .form-group.checkbox label, form .form-inline .form-group.radio label {
  margin-left: 1.5em; }

form .form-inline .form-group.checkbox input, form .form-inline .form-group.radio input {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0px;
  top: 3px; }

form .radio label, form .checkbox label {
  padding-left: 1.5em; }

form .radio svg.icon, form .checkbox svg.icon {
  margin-right: 0.5em; }

form .radio input, form .checkbox input {
  left: 20px;
  top: 2px; }

form .radio small, form .checkbox small {
  margin-left: 0.5em; }

form button svg {
  margin-left: 0.5em; }

form input[type="range"] {
  -webkit-box-shadow: none;
  box-shadow: none; }

form fieldset#submitSet button {
  margin-top: 0.5em; }

form .has-feedback .form-control {
  padding-right: 3em; }

form .has-feedback svg.feedback-status-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  display: block;
  line-height: 1em;
  text-align: center;
  pointer-events: none; }

form .has-feedback.has-success svg.feedback-status-icon {
  fill: #3c763d; }

form .has-feedback.has-warning small.form-message {
  color: #8a6d3b; }

form .has-feedback.has-warning svg.feedback-status-icon {
  fill: #8a6d3b; }

form .has-feedback.has-error small.form-message {
  color: #a94442; }

form .has-feedback.has-error svg.feedback-status-icon {
  fill: #a94442; }

form .system-messages {
  clear: both;
  margin: 1.5em 0; }
  form .system-messages .alert {
    position: relative;
    padding-right: 35px; }
    form .system-messages .alert svg.icon.feedback-status-icon {
      position: absolute;
      right: 15px;
      width: 1.5em;
      height: 1.5em;
      top: 50%;
      transform: translateY(-50%); }
    form .system-messages .alert:last-child {
      margin-bottom: 0; }
    form .system-messages .alert:not(:last-child) {
      margin-bottom: 5px; }
    form .system-messages .alert ul {
      margin-left: 15px; }

@media (max-width: 767px) {
  form .form-inline .form-group.checkbox label, form .form-inline .form-group.radio label {
    margin-left: 0; }
  form .form-inline .form-group.checkbox input, form .form-inline .form-group.radio input {
    left: 20px;
    top: 4px;
    width: 1em;
    height: 1em; } }

[disabled=true] {
  cursor: not-allowed; }

/* END Form */
/* ---------------------------------------------------
    COOKIES POLICY
----------------------------------------------------- */
#cookiesDialog {
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  box-shadow: #121212 2px 2px 14px 2px;
  z-index: 99; }
  #cookiesDialog h5 {
    font-weight: bold; }
  #cookiesDialog form#cookies_policy {
    border: 1px solid #cecece;
    margin: 0 0 15px 0;
    padding: 5px 0 0 0; }
    #cookiesDialog form#cookies_policy .form-group {
      margin-bottom: 0; }
    #cookiesDialog form#cookies_policy .system-messages {
      margin: 0; }
  #cookiesDialog fieldset {
    margin-bottom: 5px; }
    #cookiesDialog fieldset#cookiesSet {
      float: left; }
    #cookiesDialog fieldset#submitSet {
      float: right; }
      #cookiesDialog fieldset#submitSet button {
        margin-top: 0.2em; }
  #cookiesDialog .checkbox {
    margin-bottom: 0; }
  #cookiesDialog .read-more-content {
    max-height: 50vh;
    overflow-y: scroll; }
  #cookiesDialog p {
    font-size: 0.9em;
    line-height: 1.5em; }
  #cookiesDialog .alert {
    padding: 0 15px;
    margin-bottom: 0; }
  #cookiesDialog .cp-read-more {
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: bold; }
    #cookiesDialog .cp-read-more:hover {
      color: #000; }
    #cookiesDialog .cp-read-more + div {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 15px; }
  #cookiesDialog.hideWithFadeout {
    background: #fff;
    -webkit-animation: 3s ease 0s normal forwards 1 fadeout;
    animation: 3s ease 0s normal forwards 1 fadeout;
    z-index: -1; }

@keyframes fadeout {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ---------------------------------------------------
    END COOKIES POLICY
----------------------------------------------------- */
/* ---------------------------------------------------
    CAROUSEL CORE STYLE
----------------------------------------------------- */
.carousel {
  height: 50vh; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .item {
      height: 100%;
      background-size: cover;
      background-position: center center; }
  .carousel .carousel-indicators {
    width: 100%;
    bottom: 10px;
    margin: 0;
    padding: 0;
    left: initial; }
    .carousel .carousel-indicators li {
      height: 2px;
      width: 35px;
      border-radius: 0;
      margin: 1px;
      background-color: #fff;
      border: 2px solid #fff;
      opacity: 0.7;
      background: #fff; }
      .carousel .carousel-indicators li.active, .carousel .carousel-indicators li:hover {
        opacity: 1; }
  .carousel .carousel-control {
    background-image: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px; }
    .carousel .carousel-control.left {
      left: 20px; }
      .carousel .carousel-control.left img {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph;
        /*IE*/
        filter: fliph;
        /*IE*/ }
    .carousel .carousel-control.right {
      right: 20px; }
  .carousel .carousel-caption h1 {
    font-size: 70px;
    line-height: .928em; }
  .carousel .carousel-caption p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300; }
  .carousel.carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item,
  .carousel.carousel-fade .carousel-inner .active.left,
  .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active,
  .carousel.carousel-fade .carousel-inner .next.left,
  .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next,
  .carousel.carousel-fade .carousel-inner .prev,
  .carousel.carousel-fade .carousel-inner .active.left,
  .carousel.carousel-fade .carousel-inner .active.right {
    transform: translate3d(0, 0, 0); }
  .carousel.carousel-fade .carousel-control {
    z-index: 2; }

/* Header */
/* END Header */
/* Nav */
nav li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
  padding: 10px 0; }
  nav li a:hover {
    color: #817d7d; }

nav li.active a {
  color: #817d7d; }

nav .nav-label {
  clear: both;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #fff;
  float: left;
  padding-bottom: 1em;
  margin-bottom: .5em; }

@media (min-width: 768px) {
  .nav-btn-wrapper {
    display: block; }
  .navbar {
    z-index: 9;
    padding-left: 2em;
    position: fixed;
    width: 300px;
    top: 0;
    left: -300px;
    transition: left 0.5s ease-in;
    height: 100%;
    background: #000; }
    .navbar.open {
      left: 0;
      transition: left 0.5s ease-out; }
    .navbar .nav-wrapper {
      margin-top: 50%; }
    .navbar .navbar-header {
      width: 100%;
      margin-left: 1em; }
      .navbar .navbar-header .navbar-brand {
        float: none;
        margin-bottom: 5em; }
        .navbar .navbar-header .navbar-brand h3 {
          font-size: 1.3em;
          font-weight: bold;
          display: inline;
          text-transform: uppercase;
          border-bottom: 3px solid #fff;
          padding-bottom: 1.5em; }
        .navbar .navbar-header .navbar-brand img {
          max-width: 185px;
          display: inline; }
    .navbar .navbar-nav {
      display: block;
      margin-bottom: 2em;
      width: 100%; }
      .navbar .navbar-nav > li {
        display: block;
        float: none; }
        .navbar .navbar-nav > li > a:hover {
          background: #000;
          color: #817d7d; }
        .navbar .navbar-nav > li.active a {
          color: #817d7d; }
      .navbar .navbar-nav.navbar-social > li, .navbar .navbar-nav.navbar-lan > li {
        float: left;
        margin-right: 1em; } }

.nav-btn-wrapper {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  transition: left 0.5s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em; }
  .nav-btn-wrapper.off {
    left: 300px;
    transition: left 0.5s; }
    .nav-btn-wrapper.off svg.icon.menu {
      transition: display 1s;
      display: none; }
  .nav-btn-wrapper:not(.off) {
    left: 0;
    transition: left 0.5s; }
    .nav-btn-wrapper:not(.off) svg.icon.cross {
      display: none;
      transition: display 1s; }
  .nav-btn-wrapper div {
    float: left;
    margin-left: 3px;
    background: #fff;
    color: #000;
    border: 1px solid #000; }
    .nav-btn-wrapper div:hover {
      cursor: pointer; }

.nav-toggle-button {
  padding: 15px 20px; }
  .nav-toggle-button:hover > svg.icon.cross {
    height: 20px;
    transform: rotate(360deg);
    transition: transform .5s ease-in-out; }
  .nav-toggle-button > svg {
    height: 20px;
    transform: rotate(0deg);
    transition: transform .5s ease-in-out; }

.nav-projects-button {
  padding: 15px 40px;
  font-size: 0.45em;
  text-transform: uppercase;
  font-weight: bold; }

.nav-btn-wrapper.off .nav-projects-button {
  opacity: 0;
  transition: all 0.5s; }

.nav-btn-wrapper:not(.off) .nav-projects-button {
  opacity: 1;
  transition: all 0.3s; }

.nav-projects-button a, .nav-btn-wrapper:not(.off) .nav-toggle-button a {
  color: #000; }

.nav-projects-button:hover, .nav-btn-wrapper:not(.off) .nav-toggle-button:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  color: #fff; }
  .nav-projects-button:hover a, .nav-btn-wrapper:not(.off) .nav-toggle-button:hover a {
    color: #fff; }

ul.navbar-social li svg {
  font-size: 2em; }

@media (min-width: 768px) {
  .nav-btn-wrapper {
    display: block; }
  .navbar-nav > li > a {
    padding: 8px 0; } }

@media (max-width: 767px) {
  .nav-btn-wrapper {
    display: none; } }

@media screen and (max-width: 767px) {
  nav {
    z-index: 9; }
    nav .container {
      background: #ffffff; }
    nav .nav-label {
      display: none; }
    nav.navbar {
      height: 50px;
      margin-bottom: 0;
      position: fixed;
      top: 0;
      width: 100%;
      border: none; }
      nav.navbar .nav-wrapper {
        background: #000; }
      nav.navbar .navbar-header {
        background: black; }
      nav.navbar .navbar-brand {
        padding: 10px 10px 10px 25px; }
        nav.navbar .navbar-brand img {
          height: 30px; }
      nav.navbar .dropdown-menu li a {
        color: #fff; }
    nav ul.nav {
      margin-top: 0;
      margin-bottom: 0;
      background: #000;
      padding: 1em 1em; }
    nav .navbar-toggle {
      background-color: #000000;
      border: 1px solid #000000; }
      nav .navbar-toggle .icon-bar {
        background: #fff; }
  ul.navbar-social li {
    float: left; } }

/* END Nav */
/* Footer */
body > section > footer {
  padding: 25px 0;
  font-size: 0.9em;
  color: #000;
  background: #eeeeee;
  position: relative;
  width: 100%; }
  body > section > footer a:hover {
    text-decoration: underline;
    color: #d5a74e; }

/* END Footer */
/* Content */
@media (min-width: 992px) {
  .framed {
    border: 1px solid #eee; } }

h1 {
  font-size: 2.5em;
  color: #000;
  text-transform: uppercase;
  line-height: 36px;
  position: relative;
  padding-bottom: 62px;
  font-weight: 400; }
  h1:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 30px;
    left: 0; }

h2 {
  font-size: 2em; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 22px; }

form#contact_message textarea {
  height: 175px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .overlay.dark {
    background: rgba(0, 0, 0, 0.5); }
  .overlay.content-overlay {
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 0; }

nav.navbar.open {
  transition: 0.5s; }
  nav.navbar.open + section .content-overlay {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s; }

.navbar-wrapper.filter {
  color: #595552;
  text-transform: capitalize;
  margin-bottom: 25px;
  top: 20px; }
  @media (max-width: 767px) {
    .navbar-wrapper.filter {
      display: none; } }
  .navbar-wrapper.filter label {
    font-weight: bold;
    font-size: 1.2em;
    float: left;
    margin-right: 20px; }
  .navbar-wrapper.filter ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
    float: left; }
    .navbar-wrapper.filter ul li {
      float: left;
      padding: 0px 15px;
      position: relative;
      cursor: pointer;
      border: 1px solid transparent;
      margin-right: 30px; }
      .navbar-wrapper.filter ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -25px;
        background: #cecece;
        height: 1px;
        width: 30px;
        transition: width 0.3s;
        z-index: 1; }
      .navbar-wrapper.filter ul li.active {
        border: 1px solid #cecece; }
        .navbar-wrapper.filter ul li.active:before {
          width: 15px; }
      .navbar-wrapper.filter ul li:last-child:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -35px;
        background: #cecece;
        height: 1px;
        width: 30px;
        transition: width 0.3s;
        z-index: 1; }

/* END Content */
#homeCarousel.carousel {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  #homeCarousel.carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    font-weight: bold;
    font-size: 7em;
    line-height: 1em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #homeCarousel.carousel .carousel-caption {
        font-size: 2.5em; } }
    @media (min-width: 768px) and (max-width: 1500px) {
      #homeCarousel.carousel .carousel-caption {
        font-size: 4em;
        top: 30%; } }

.mouse-icon-wrapper {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9; }
  .mouse-icon-wrapper svg.icon {
    display: block;
    margin: 0 auto 10px auto;
    color: #fff; }
    .mouse-icon-wrapper svg.icon.mouse {
      height: 2em;
      width: 2em; }
    .mouse-icon-wrapper svg.icon.arrow-up {
      transform: rotate(180deg); }

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .slideshow .tinted {
    opacity: 0.8; }
  .slideshow .slider {
    width: 100vw;
    height: 100vw;
    z-index: 2; }
    .slideshow .slider * {
      outline: none; }
    .slideshow .slider .item {
      height: 100vh;
      width: 100vw;
      position: relative;
      overflow: hidden;
      border: none; }
      .slideshow .slider .item .text {
        display: none; }
      .slideshow .slider .item img {
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .slideshow .slick-dots {
    position: fixed;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block; }
    .slideshow .slick-dots li {
      display: block;
      width: 100%;
      height: auto; }
      .slideshow .slick-dots li button {
        position: relative;
        width: 20px;
        height: 15px;
        text-align: center; }
        .slideshow .slick-dots li button:before {
          content: '';
          background: #fff;
          color: #fff;
          height: 2px;
          width: 20px;
          border-radius: 0;
          position: absolute;
          top: 50%;
          right: 0;
          left: auto;
          transform: translateY(-50%);
          transition: all .3s ease-in-out;
          opacity: 0.6; }
      .slideshow .slick-dots li.slick-active button:before {
        width: 40px;
        opacity: 1; }
  .slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none; }
    .slideshow.slideshow-right .slider {
      left: 0;
      position: absolute; }
  .slideshow .slider, .slideshow .split-slideshow {
    height: 100%; }
  .slideshow .slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 80px;
    width: 80vw;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .slideshow .slideshow-text {
        top: 20%;
        font-size: 20px;
        letter-spacing: 10px;
        font-weight: bold; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slideshow .slideshow-text {
        font-size: 30px;
        letter-spacing: 10px;
        font-weight: bold; } }

@media (min-width: 992px) {
  .projects {
    padding: 30px; } }

.projects .preview {
  float: left;
  width: auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .projects .preview {
      width: 50%; } }
  @media (min-width: 992px) {
    .projects .preview {
      width: 33.3%; } }
  .projects .preview a {
    color: #fff; }
  .projects .preview:nth-child(n+1) {
    border-left: 1px solid #fff;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .projects .preview:nth-child(n+1) {
        margin-bottom: -7px; } }
  .projects .preview img {
    z-index: 1;
    opacity: 0.9; }
  .projects .preview .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
    opacity: 0; }
  .projects .preview.darken .overlay {
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1; }
  .projects .preview .frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 12px solid #cecece;
    z-index: 3;
    transition: all 0.6s;
    opacity: 0; }
    @media (max-width: 991px) {
      .projects .preview .frame {
        opacity: 1; } }
  .projects .preview .title {
    font-size: 1.5em;
    margin-top: -100px;
    opacity: 0;
    transition: all 0.6s; }
    @media (max-width: 991px) {
      .projects .preview .title {
        opacity: 1;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.5); } }
  .projects .preview:hover .frame {
    opacity: 1;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%; }
    .projects .preview:hover .frame .title {
      margin-top: 0;
      opacity: 1;
      transition: all 0.6s; }
  .projects .preview:hover .overlay {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1; }

.project {
  position: relative; }
  .project .slick-gallery .item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .project .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 400px;
    background: #fff; }
    .project .info a, .project .info svg.icon {
      color: #c6c6c6;
      transition: color 0.5s; }
      .project .info a:hover, .project .info svg.icon:hover {
        color: #000000;
        transition: color 0.5s; }
    .project .info header {
      padding: 20px 0; }
    .project .info article {
      padding: 40px 60px 20px 60px;
      max-height: 80vh; }
      @media (max-width: 991px) {
        .project .info article {
          margin-bottom: 30px; } }
    .project .info header {
      text-align: center;
      border-bottom: 1px solid #cecece; }
    .project .info h3 {
      font-size: 2em;
      margin-bottom: 0;
      color: #000000; }
    .project .info .summary {
      color: #817d7d; }
    .project .info .slick-next, .project .info .slick-prev {
      top: 32px;
      height: initial;
      width: initial;
      left: initial;
      z-index: 3;
      width: 50px;
      color: #817d7d;
      font-size: 1em;
      line-height: 2em;
      padding: 10px 0; }
      .project .info .slick-next:before, .project .info .slick-prev:before {
        content: ''; }
    .project .info .slick-next {
      left: 15px; }
    .project .info .slick-prev {
      right: 15px; }
    .project .info .hide-info .icon {
      height: 1.5em;
      width: 1.5em;
      transition: all 0.5s; }
    .project .info .hide-info:hover {
      cursor: pointer; }
      .project .info .hide-info:hover .icon {
        fill: #000;
        transition: all 0.5s; }
    .project .info .hide-info, .project .info .show-info {
      cursor: pointer; }
    .project .info.minimized {
      top: 10px;
      right: 10px;
      transform: translateY(0);
      width: 150px;
      transition: all 0.5s; }
      .project .info.minimized .open-archive {
        display: none; }
      .project .info.minimized article {
        height: 0;
        padding: 0;
        display: none; }
      .project .info.minimized .hide-info {
        display: none; }
      @media (max-width: 991px) {
        .project .info.minimized {
          top: 0;
          width: 100%; } }
    .project .info:not(.minimized) .show-info {
      display: none; }
    @media (max-width: 991px) {
      .project .info {
        position: absolute;
        top: 0;
        transform: translateY(0);
        left: 0;
        width: 100%; } }

@media (min-width: 992px) {
  .galleries {
    padding: 30px; } }

.galleries .filtr-item {
  width: 33%;
  cursor: zoom-in; }
  .galleries .filtr-item .overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s; }
    .galleries .filtr-item .overlay .caption {
      width: 100%; }
    .galleries .filtr-item .overlay .title, .galleries .filtr-item .overlay .category {
      text-align: center; }
    .galleries .filtr-item .overlay .title {
      color: #fff;
      font-size: 1.5em;
      font-style: italic; }
    .galleries .filtr-item .overlay .category {
      color: #cecece;
      font-size: 0.9em;
      font-weight: bold;
      text-transform: uppercase; }
    .galleries .filtr-item .overlay:hover {
      opacity: 1;
      transition: opacity 0.5s; }
  .galleries .filtr-item img {
    display: block;
    width: 100%; }

@media (min-width: 992px) {
  .blogs {
    padding: 30px; } }

@media (max-width: 767px) {
  .blogs .preview:not(:last-child) p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 30px; } }

.blogs .preview img {
  margin-bottom: 12px; }

.blogs .preview .title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 41px;
  position: relative;
  display: block; }
  .blogs .preview .title:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 20px;
    left: 0; }
  .blogs .preview .title:hover {
    text-decoration: none;
    color: #817d7d; }

.blog-content {
  padding: 30px;
  background: #ffffff;
  position: relative; }
  @media (min-width: 992px) {
    .blog-content {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .blog-content img.quote {
    position: absolute;
    left: -60px; }
    @media (max-width: 991px) {
      .blog-content img.quote {
        left: unset;
        right: 24px;
        height: 25px; } }
  @media (min-width: 992px) {
    .blog-content .heading {
      margin-left: 60px;
      margin-right: 75px;
      z-index: 2; }
      .blog-content .heading div:first-child {
        margin-left: -20px; }
      .blog-content .heading div:last-child {
        float: right;
        margin-right: -90px; } }
  .blog-content .heading date {
    font-size: 11px;
    color: #000;
    line-height: 13px;
    font-family: FuturaDemiCRegular, Arial, sans-serif;
    padding-bottom: 85px;
    position: relative; }
  .blog-content .gallery-slick-slideshow .slick-slider .item {
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.basic-page {
  margin-top: 5em; }
  .basic-page .heading {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .basic-page .heading {
        padding: 50px 0;
        margin-left: 60px;
        margin-right: 75px;
        z-index: 2;
        margin-bottom: 50px; }
        .basic-page .heading div:first-child {
          margin-left: -70px;
          margin-right: -70px; }
        .basic-page .heading div:last-child {
          float: right;
          margin-right: -90px; } }
  @media (min-width: 992px) {
    .basic-page {
      margin-top: 30px;
      padding: 30px;
      background: #ffffff; } }

#lightgallery {
  display: none; }

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10; }

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  animation: lds-grid 1.2s linear infinite; }

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s; }

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s; }

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s; }

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s; }

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s; }

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s; }

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s; }

@keyframes lds-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
