/*!
Theme Name: unbox-agency-theme
Theme URI: http://underscores.me/
Author: Rochadsouza
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unbox-agency-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

unbox-agency-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500|Roboto:300");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: #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-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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Mono", monospace; }

h2 {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.8rem; }

h4 {
  font-weight: 400; }

h5 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #FF4B41; }

h6 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #2D2D2D; }

p {
  margin-bottom: 1.5em;
  font-family: "Roboto", sans-serif; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #F6F6F6;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: all 0.3s ease;
  background: #FF4B41;
  border: 2px solid rgba(255, 75, 65, 0);
  color: white;
  font-size: 1.4rem;
  padding: 10px 20px;
  transition: all 0.3s ease; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0);
    color: #FF4B41;
    border: 2px solid #ff4b41; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: none; }

.btn-unbox, .btn-unbox-outline {
  transition: all 0.3s ease;
  font-size: 1.4rem;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 0; }

.btn-unbox {
  color: #FF4B41;
  border: 2px solid #FF4B41; }

.btn-unbox-outline {
  transition: all 0.3s ease;
  background: #FF4B41;
  border: 2px solid rgba(255, 75, 65, 0);
  color: white; }

.btn-unbox:hover {
  color: white;
  border: 2px solid #FF4B41;
  background: #FF4B41; }

.btn-unbox-outline:hover {
  color: #FF4B41;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #FF4B41; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  border-radius: 0;
  padding: 3px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 10px 10px 7px 0;
  display: block;
  width: 300px;
  border: none;
  background: rgba(246, 246, 246, 0);
  border-bottom: 1px solid #FF4B41;
  border-width: 10%;
  transition: all 0.2s ease; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
    border-bottom: 1px solid black;
    outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
  transition: all 0.3s ease; }
  a:visited {
    color: white; }
  a:hover {
    text-decoration: none; }
  a:focus, a:active {
    font-weight: 400;
    color: white;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  position: relative;
  width: 100%;
  text-align: center; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation li {
    display: block;
    padding: 10px;
    font-size: 1.8em;
    position: relative; }
  .main-navigation a.header-links {
    position: relative;
    top: 40px;
    padding: 15px;
    color: #FF4B41;
    background: white;
    font-size: 1.6em; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%; }

#bottom,
#left,
#right,
#top {
  background: white;
  position: fixed;
  z-index: 10; }

#left,
#right {
  top: 0;
  bottom: 0;
  width: 40px; }

#left {
  left: 0; }

#right {
  right: 0; }

#bottom,
#top {
  left: 0;
  right: 0;
  height: 40px; }

#top {
  top: 0; }

#bottom {
  bottom: 0; }

@media (max-width: 768px) {
  #bottom,
  #left,
  #right,
  #top {
    display: none; } }

.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%; }

.site-main {
  margin: 0 25% 0 0; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  width: 100%; }

.content-area {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%; }

.site-main {
  margin: 0 0 0 25%; }

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  width: 100%; }

html {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

.noscroll {
  position: static;
  overflow: hidden; }

.wow-unbox-animation {
  opacity: 0; }

.simple-transition {
  transition: all 0.3s ease; }

@-webkit-keyframes fadein-up {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadein-up {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

a {
  outline: 0; }

.unbox-alert {
  padding: 40px;
  border-radius: 0; }
  .unbox-alert .sweet-overlay {
    background-color: rgba(0, 0, 0, 0.65); }
  .unbox-alert fieldset {
    display: none; }
  .unbox-alert h2 {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    display: none !important; }
  .unbox-alert p {
    font-family: "Roboto Mono", monospace; }
  .unbox-alert button {
    background-color: #FF4B41 !important;
    border-radius: 0;
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    text-transform: none;
    border: 2px solid #FF4B41; }
  .unbox-alert button:hover {
    background-color: rgba(255, 255, 255, 0) !important; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: rgba(255, 75, 65, 0.4); }
  100% {
    background-color: #ff4b41; } }

@keyframes pulseWarningIns {
  0% {
    background-color: rgba(255, 75, 65, 0.4); }
  100% {
    background-color: #ff4b41; } }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: rgba(255, 75, 65, 0.4); }
  100% {
    border-color: #ff4b41; } }

@keyframes pulseWarning {
  0% {
    border-color: rgba(255, 75, 65, 0.4); }
  100% {
    border-color: #ff4b41; } }

.home-wrapper {
  transition: all 0.3s ease;
  background: #F6F6F6;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 40px 40px 0; }
  .home-wrapper #portfolio-section-mobile {
    display: none; }
  .home-wrapper .line-wrapper {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    text-align: center;
    padding: 10%; }
    .home-wrapper .line-wrapper .background-line {
      width: 100%;
      height: 100%; }
  @media (max-width: 768px) {
    .home-wrapper .line-wrapper {
      width: 100vw; } }
  .home-wrapper .h-hello {
    height: 80vh; }
  .home-wrapper .h-services {
    height: 100vh; }
    .home-wrapper .h-services .services-mobile-wrapper {
      display: none; }
  .home-wrapper .h-contacts h1.main-message,
  .home-wrapper .h-hello h1.main-message,
  .home-wrapper .h-portfolio h1.main-message,
  .home-wrapper .h-services h1.main-message,
  .home-wrapper .h-team h1.main-message,
  .home-wrapper .h-404 h1.main-message {
    transition: all 0.3s ease;
    font-size: 3.5rem;
    color: #2D2D2D;
    font-weight: 300;
    letter-spacing: 0.16rem;
    width: 342px;
    text-align: center;
    line-height: 5rem;
    animation: fadein-up 2s ease;
    -moz-animation: fadein-up 2s ease;
    /* Firefox */
    -webkit-animation: fadein-up 2s ease;
    /* Safari and Chrome */
    -o-animation: fadein-up 2s ease;
    /* Opera */
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .home-wrapper .h-contacts h1.main-message span,
    .home-wrapper .h-hello h1.main-message span,
    .home-wrapper .h-portfolio h1.main-message span,
    .home-wrapper .h-services h1.main-message span,
    .home-wrapper .h-team h1.main-message span,
    .home-wrapper .h-404 h1.main-message span {
      color: #FF4B41; }

@keyframes fadein-up {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
  .home-wrapper .h-contacts p,
  .home-wrapper .h-hello p,
  .home-wrapper .h-portfolio p,
  .home-wrapper .h-services p,
  .home-wrapper .h-team p,
  .home-wrapper .h-404 p {
    font-size: 1.4em; }
  .home-wrapper .h-hello div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .home-wrapper .h-services {
    position: relative; }
    .home-wrapper .h-services .services-wrapper {
      height: 100%; }
      .home-wrapper .h-services .services-wrapper .scroll-animation-area {
        top: 5vh;
        height: 60vh;
        width: 100%;
        z-index: 10; }
      .home-wrapper .h-services .services-wrapper .services-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
        .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] {
          position: absolute;
          top: 60px;
          right: 0;
          width: 100%;
          padding-left: 50px; }
          .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] h1.main-message,
          .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] p {
            text-align: right;
            font-weight: 300;
            width: 280px;
            display: inline-block;
            float: right;
            transition: all 0.3s ease; }
          .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] h2.heading-secondary {
            transition: all 0.3s ease;
            text-align: right;
            width: 280px;
            float: right;
            display: inline-block;
            padding-bottom: 10px;
            line-height: 1.2; }
      .home-wrapper .h-services .services-wrapper .mobile-container {
        right: 0;
        width: 40%;
        top: -60px;
        z-index: 9;
        position: absolute;
        overflow: hidden; }
        .home-wrapper .h-services .services-wrapper .mobile-container img {
          display: block;
          z-index: 2;
          position: relative; }
        .home-wrapper .h-services .services-wrapper .mobile-container .overlay-top, .home-wrapper .h-services .services-wrapper .mobile-container .overlay-bottom {
          height: 5%;
          width: 100%;
          position: absolute;
          background-color: #F6F6F6;
          z-index: 1; }
        .home-wrapper .h-services .services-wrapper .mobile-container .overlay-top {
          top: -1px; }
        .home-wrapper .h-services .services-wrapper .mobile-container .overlay-bottom {
          bottom: 0; }
        .home-wrapper .h-services .services-wrapper .mobile-container .mobile-under-image {
          position: absolute;
          width: 100%;
          top: 0;
          z-index: -1; }
          .home-wrapper .h-services .services-wrapper .mobile-container .mobile-under-image img {
            width: 100%; }
  .home-wrapper .h-portfolio {
    transition: all 0.3s ease;
    padding: 0 15px; }
    .home-wrapper .h-portfolio .close-button {
      transition: all 0.3s ease; }
    .home-wrapper .h-portfolio .close-button:hover {
      fill: #FF4B41; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview {
      position: fixed;
      top: -1px;
      left: -1px;
      width: 101vw;
      height: 101vh;
      background-color: white;
      z-index: 10;
      display: none;
      overflow-y: scroll; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .rslides {
        padding-bottom: 20px;
        z-index: 1; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .rslides li {
          text-align: center; }
          .home-wrapper .h-portfolio .portfolio-fullscreen-preview .rslides li img {
            float: none;
            display: inline-block;
            height: auto;
            border: 0;
            max-height: 50vh;
            width: auto;
            max-width: 90%; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview a.transparent-btns_nav {
        color: #FF4B41;
        font-size: 4em; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .next, .home-wrapper .h-portfolio .portfolio-fullscreen-preview .prev {
        visibility: hidden;
        position: absolute;
        z-index: 2;
        bottom: 0;
        display: inline-block;
        height: 55px;
        line-height: 50px; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .next {
        right: 50px; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .prev {
        left: 50px; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .next:after {
        visibility: visible;
        font-family: "FontAwesome";
        content: "\f105"; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .prev:before {
        visibility: visible;
        font-family: "FontAwesome";
        content: "\f104"; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview a {
        text-transform: lowercase;
        font-size: 1.4rem;
        font-weight: 400;
        display: inline-block; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .btn-unbox,
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .btn-unbox-outline {
        display: inline-block; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header {
        margin: 30px 40px;
        border-bottom: 1px solid #DCDCDC;
        height: 60px; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header .site-title-portfolio {
          width: 90px;
          position: absolute;
          margin-top: 0; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header a {
          width: 90px; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header .site-title-portfolio,
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header button {
          display: inline; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header .btn:active,
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header .btn:focus {
          outline: none !important; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header button {
          transition: all 0.3s ease;
          position: absolute;
          right: 40px;
          border: none; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header button:active,
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header button:focus,
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header button:hover {
          background: white; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-slides {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview ul.transparent-btns_tabs {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 0; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview ul.transparent-btns_tabs li.transparent-btns_here a {
          transition: all 0.3s ease;
          color: transparent;
          width: 10px;
          height: 10px;
          background: #FF4B41;
          border: 1px solid #FF4B41;
          border-radius: 50px;
          display: inline-block; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview ul.transparent-btns_tabs li {
          display: inline; }
          .home-wrapper .h-portfolio .portfolio-fullscreen-preview ul.transparent-btns_tabs li a {
            transition: all 0.3s ease;
            color: transparent;
            width: 10px;
            height: 10px;
            border: 1px solid #DCDCDC;
            border-radius: 50px;
            display: inline-block;
            margin: 20px 5px; }
          .home-wrapper .h-portfolio .portfolio-fullscreen-preview ul.transparent-btns_tabs li a:hover {
            background: #FF4B41;
            border: 1px solid #FF4B41; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-overlay-container {
        padding: 10px 120px;
        width: 100%;
        bottom: 0; }
        .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-overlay-container .portfolio-buttons {
          margin-top: 80px; }
          .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-overlay-container .portfolio-buttons .want-this-website {
            cursor: pointer; }
    .home-wrapper .h-portfolio .portfolio-image-container {
      transition: all 0.3s ease;
      height: 340px;
      overflow: hidden; }
      .home-wrapper .h-portfolio .portfolio-image-container .portfolio-overlay {
        transition: all 0.3s ease;
        height: 0;
        margin: 0 -15px; }
        .home-wrapper .h-portfolio .portfolio-image-container .portfolio-overlay .portfolio-description-container {
          transition: all 0.3s ease;
          opacity: 0;
          padding: 30px;
          cursor: pointer;
          height: 340px; }
          .home-wrapper .h-portfolio .portfolio-image-container .portfolio-overlay .portfolio-description-container p.portfolio-description {
            padding-top: 10px;
            font-size: 1.3rem;
            max-width: 420px;
            font-weight: 400; }
    .home-wrapper .h-portfolio .portfolio-image-container:hover .portfolio-overlay {
      height: 340px;
      background: rgba(255, 255, 255, 0.9); }
      .home-wrapper .h-portfolio .portfolio-image-container:hover .portfolio-overlay .portfolio-description-container {
        opacity: 1; }
  .home-wrapper .h-team {
    margin-top: 50px; }
    .home-wrapper .h-team .team-image-container {
      transition: all 0.3s ease;
      height: 350px;
      overflow: hidden;
      padding: 0; }
      .home-wrapper .h-team .team-image-container .team-image-overlay {
        transition: all 0.3s ease;
        height: 100%; }
        .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container {
          transition: all 0.3s ease;
          opacity: 0;
          height: 100%;
          padding: 20px 0;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container h5.team-name,
          .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container h6.team-function {
            transition: all 0.3s ease;
            color: #2D2D2D;
            text-align: center;
            cursor: default;
            z-index: 9; }
          .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container .team-links {
            bottom: 20px;
            position: absolute;
            width: 100%;
            text-align: center; }
            .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container .team-links h6.team-mail {
              font-weight: 400;
              text-align: center;
              color: #2D2D2D;
              font-size: 1.2rem;
              text-transform: lowercase;
              transition: all 0.3s ease; }
            .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container .team-links h6.team-mail:hover {
              text-decoration: underline; }
            .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container .team-links h6.team-social {
              font-weight: 400;
              text-align: center;
              color: #2D2D2D;
              font-size: 1.2rem;
              text-transform: lowercase;
              display: inline-block;
              transition: all 0.3s ease; }
            .home-wrapper .h-team .team-image-container .team-image-overlay .team-description-container .team-links h6.team-social:hover {
              text-decoration: underline; }
    .home-wrapper .h-team .team-image-container:hover .team-image-overlay {
      background: #FF4B41;
      height: 100%;
      mix-blend-mode: screen; }
      .home-wrapper .h-team .team-image-container:hover .team-image-overlay .team-description-container {
        opacity: 1; }
  .home-wrapper .h-contacts {
    margin-top: 100px;
    /* Always set the map height explicitly to define the size of the div
		* element that contains the map. */
    padding-bottom: 40px;
    /* Hide default HTML checkbox */
    /* The slider */ }
    .home-wrapper .h-contacts .headings-wrapper {
      width: 300px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 70px;
      margin-bottom: -20px; }
    .home-wrapper .h-contacts .heading-contacts {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      margin-bottom: 30px; }
      .home-wrapper .h-contacts .heading-contacts a {
        text-transform: none;
        color: #2D2D2D;
        font-size: 1.4rem !important;
        border-bottom: 1px solid rgba(255, 75, 65, 0);
        transition: all 0.3s ease;
        font-weight: 400; }
      .home-wrapper .h-contacts .heading-contacts a:hover {
        border-bottom: 1px solid #FF4B41;
        color: #FF4B41; }
    .home-wrapper .h-contacts .unbox-address {
      padding-left: 50px;
      margin-bottom: 50px; }
      .home-wrapper .h-contacts .unbox-address .heading-contacts {
        margin: 0;
        padding: 0; }
        .home-wrapper .h-contacts .unbox-address .heading-contacts a,
        .home-wrapper .h-contacts .unbox-address .heading-contacts h6 {
          font-size: 1.2rem; }
      .home-wrapper .h-contacts .unbox-address .address-left {
        margin-bottom: 30px; }
    .home-wrapper .h-contacts .map-container {
      width: 100%;
      height: 400px;
      overflow: hidden; }
    .home-wrapper .h-contacts #map {
      height: 400px; }
    .home-wrapper .h-contacts .form-unbox {
      background: #F6F6F6;
      margin-left: 15px;
      padding-right: 15px; }
      .home-wrapper .h-contacts .form-unbox .wpcf7 {
        outline: none; }
    .home-wrapper .h-contacts .wpcf7-unbox {
      outline: none;
      width: 300px;
      margin-bottom: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .home-wrapper .h-contacts .wpcf7-unbox small {
        margin-top: -30px;
        padding-bottom: 20px;
        display: inline-block;
        font-family: "Roboto Mono", monospace; }
    .home-wrapper .h-contacts .input-group {
      margin-top: 20px; }
      .home-wrapper .h-contacts .input-group textarea {
        max-width: 300px;
        max-height: 240px;
        margin: 10px 0 20px; }
      .home-wrapper .h-contacts .input-group label {
        font-family: "Roboto Mono", monospace;
        color: #FF4B41;
        font-size: 1.3rem;
        font-weight: 400;
        left: 0;
        margin-top: 30px;
        text-align: left;
        position: absolute;
        transition: all 0.3s ease; }
        .home-wrapper .h-contacts .input-group label span {
          color: #2D2D2D; }
    .home-wrapper .h-contacts .group-website-option label {
      margin-top: 0;
      font-size: 1.15rem; }
    .home-wrapper .h-contacts .group-website-option select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("./images/down-arrow.png");
      background-position: center right;
      background-repeat: no-repeat;
      height: 30px;
      border: 1px solid rgba(255, 75, 65, 0);
      border-bottom: 1px solid #FF4B41;
      border-radius: 0;
      margin-top: 10px;
      background-color: rgba(255, 255, 255, 0);
      width: 300px;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      color: #666;
      font-weight: 300;
      padding-bottom: 10px;
      transition: all 0.3s ease; }
      .home-wrapper .h-contacts .group-website-option select option {
        margin: 0; }
    .home-wrapper .h-contacts .group-website-option select:hover {
      background-image: url("./images/down-arrow-black.png"); }
    .home-wrapper .h-contacts .group-website-option select:focus {
      outline: none; }
    .home-wrapper .h-contacts .input-selected label {
      font-size: 1.15rem;
      margin-top: 5px; }
    .home-wrapper .h-contacts span.wpcf7-not-valid-tip {
      color: #2D2D2D;
      font-size: 1.15rem;
      font-weight: normal;
      display: block;
      margin-bottom: 20px; }
    .home-wrapper .h-contacts div.wpcf7-mail-sent-ok,
    .home-wrapper .h-contacts div.wpcf7-validation-errors {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.2rem;
      padding: 10px; }
    .home-wrapper .h-contacts div.wpcf7-mail-sent-ok {
      border: 2px solid #81bd68;
      color: #3f9819; }
    .home-wrapper .h-contacts div.wpcf7-validation-errors {
      border: 2px solid orange;
      color: orange; }
    .home-wrapper .h-contacts form button {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .home-wrapper .h-contacts .group-whats-a-quote {
      width: 50px;
      height: 20px; }
      .home-wrapper .h-contacts .group-whats-a-quote .switch {
        margin-top: 0; }
        .home-wrapper .h-contacts .group-whats-a-quote .switch input {
          display: none; }
    .home-wrapper .h-contacts .toggle-unbox {
      width: 300px;
      margin-top: 50px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .home-wrapper .h-contacts .toggle-unbox h6 {
        margin-left: 70px;
        display: inline-block;
        margin-top: 2px;
        position: absolute;
        font-size: 1.1rem;
        font-weight: 400;
        margin-left: 60px; }
    .home-wrapper .h-contacts .switcher-wrapper {
      cursor: pointer;
      position: absolute;
      width: 50px;
      height: 16px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .home-wrapper .h-contacts .switch {
      pointer-events: all;
      position: relative;
      display: inline-block;
      width: 50px;
      height: 16px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin: 0;
      top: 0; }
    .home-wrapper .h-contacts .switch input {
      display: none; }
    .home-wrapper .h-contacts .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s; }
    .home-wrapper .h-contacts .slider:before {
      position: absolute;
      content: "";
      height: 8px;
      width: 16px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: 0.2s; }
    .home-wrapper .h-contacts input:checked + .slider {
      background-color: #FF4B41; }
    .home-wrapper .h-contacts input:focus + .slider {
      box-shadow: 0 0 1px #FF4B41; }
    .home-wrapper .h-contacts input:checked + .slider:before {
      -webkit-transform: translateX(26px);
          -ms-transform: translateX(26px);
              transform: translateX(26px); }
    .home-wrapper .h-contacts .by-qoob {
      width: 160px;
      float: right;
      margin-top: 100px;
      margin-right: 50px; }
    .home-wrapper .h-contacts .by-qoob polygon,
    .home-wrapper .h-contacts path {
      fill: #B9B8B6;
      transition: all 0.3s ease; }
    .home-wrapper .h-contacts .by-qoob:hover path,
    .home-wrapper .h-contacts .by-qoob:hover polygon {
      fill: #2D2D2D; }
  @media (max-width: 1200px) {
    .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] p {
      width: 220px; }
    .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] h2.heading-secondary {
      width: 220px;
      font-size: 2.5rem; }
    .home-wrapper .h-portfolio .portfolio-description-container h5.portfolio-title {
      font-size: 2rem; }
    .home-wrapper .h-portfolio .portfolio-description-container h6.portfolio-category {
      font-size: 1.4rem; }
    .home-wrapper .h-portfolio .portfolio-description-container p.portfolio-description {
      font-size: 1.3rem !important;
      max-width: 420px;
      padding-top: 5px !important; } }
  @media (max-width: 992px) {
    .home-wrapper .h-contacts div h1.main-message,
    .home-wrapper .h-hello div h1.main-message,
    .home-wrapper .h-portfolio div h1.main-message,
    .home-wrapper .h-services div h1.main-message {
      font-size: 2.4rem;
      line-height: 3.5rem;
      width: 250px; }
    .home-wrapper .h-services .services-wrapper .mobile-container {
      right: -25px;
      width: 50%; }
    .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] {
      top: 0;
      z-index: 9;
      width: 300px;
      left: 0;
      padding-left: 20px; }
      .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] p {
        width: 170px;
        float: left;
        text-align: left;
        font-size: 1.28rem; }
      .home-wrapper .h-services .services-wrapper .services-content div[class^="service-brief-"] h2.heading-secondary {
        width: 170px;
        font-size: 2.3rem;
        left: 0;
        text-align: left;
        float: left; }
    .home-wrapper .h-portfolio .portfolio-image-container .portfolio-overlay .portfolio-fullscreen-preview .portfolio-slides {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
    .home-wrapper .h-portfolio .portfolio-image-container .portfolio-overlay .portfolio-fullscreen-preview .portfolio-overlay-container .portfolio-buttons {
      float: left;
      margin-top: 0; }
    .home-wrapper .h-contacts .unbox-address .heading-contacts {
      margin: 0;
      padding: 0;
      padding-left: 0; }
      .home-wrapper .h-contacts .unbox-address .heading-contacts a,
      .home-wrapper .h-contacts .unbox-address .heading-contacts h6 {
        font-size: 1.2rem; }
    .home-wrapper .h-contacts .unbox-address .address-left {
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .home-wrapper .h-contacts .unbox-address .address-right {
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .home-wrapper .h-contacts .by-qoob {
      width: 160px;
      float: none;
      margin-top: 100px;
      margin-right: 50px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 768px) {
    .home-wrapper {
      padding: 40px;
      width: 100%; }
      .home-wrapper .home-wrapper {
        top: 0;
        padding: 40px; }
      .home-wrapper .h-services {
        height: inherit; }
        .home-wrapper .h-services .services-wrapper {
          display: none; }
        .home-wrapper .h-services .services-mobile-wrapper {
          display: block; }
          .home-wrapper .h-services .services-mobile-wrapper p {
            font-weight: 300;
            font-size: 1.2rem;
            width: 150px; }
            .home-wrapper .h-services .services-mobile-wrapper p br {
              display: none; }
          .home-wrapper .h-services .services-mobile-wrapper h2 {
            font-size: 2.1rem;
            line-height: 2.5rem; }
          .home-wrapper .h-services .services-mobile-wrapper img {
            max-height: 440px; }
          .home-wrapper .h-services .services-mobile-wrapper .mobile-right-wrapper {
            overflow: hidden;
            width: 100%;
            height: 500px;
            position: absolute;
            right: -25px; }
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0,
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1,
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2,
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 {
            height: 500px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 img,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 img,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 img,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 img {
              position: absolute; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile,
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile {
              position: absolute;
              max-width: 60%;
              padding-top: 60px; }
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 {
            padding-left: 140px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 img {
              left: -80px; }
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 {
            padding-right: 140px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 img {
              right: -80px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile {
              text-align: right;
              right: 120px; }
              .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile p {
                width: inherit; }
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 {
            padding-left: 140px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 img {
              left: -80px; }
          .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 {
            padding-right: 140px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 img {
              right: -80px; }
            .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile {
              text-align: right;
              right: 120px; }
              .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile p {
                width: inherit; }
      .home-wrapper #portfolio-section {
        display: none; }
      .home-wrapper #portfolio-section-mobile {
        display: block;
        padding: 0;
        margin: 0 -40px; }
        .home-wrapper #portfolio-section-mobile .portfolio-overlay-container {
          padding: 10px 20px; }
          .home-wrapper #portfolio-section-mobile .portfolio-overlay-container .portfolio-buttons {
            float: left;
            margin-top: 0;
            text-align: left;
            margin-bottom: 20px; }
            .home-wrapper #portfolio-section-mobile .portfolio-overlay-container .portfolio-buttons .btn-unbox {
              display: inline-block;
              text-align: center;
              margin-bottom: 10px; }
        .home-wrapper #portfolio-section-mobile .next {
          right: 20px; }
        .home-wrapper #portfolio-section-mobile .prev {
          left: 20px; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container {
          height: 245px;
          padding: 0;
          margin-bottom: 3px; }
          .home-wrapper #portfolio-section-mobile .portfolio-image-container .btn-unbox {
            display: none; }
          .home-wrapper #portfolio-section-mobile .portfolio-image-container .portfolio-overlay {
            position: relative;
            height: auto;
            margin: 0;
            top: 78px; }
            .home-wrapper #portfolio-section-mobile .portfolio-image-container .portfolio-overlay .portfolio-description-container {
              opacity: 1;
              padding: 0;
              background: white;
              width: 140px;
              height: 90px;
              top: 40px;
              display: block;
              margin-left: auto;
              margin-right: auto; }
              .home-wrapper #portfolio-section-mobile .portfolio-image-container .portfolio-overlay .portfolio-description-container h5.portfolio-title {
                font-size: 1.4rem;
                text-align: center;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                top: 35px;
                margin: 0; }
              .home-wrapper #portfolio-section-mobile .portfolio-image-container .portfolio-overlay .portfolio-description-container h6.portfolio-category {
                font-size: 1.2rem;
                text-align: center;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                top: 38px;
                margin: 0; }
              .home-wrapper #portfolio-section-mobile .portfolio-image-container .portfolio-overlay .portfolio-description-container p.portfolio-description {
                display: none; }
            .home-wrapper #portfolio-section-mobile .portfolio-image-container .portfolio-overlay .portfolio-fullscreen-preview .portfolio-slides {
              display: block;
              margin-left: auto;
              margin-right: auto;
              max-width: 90% !important; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(2) .portfolio-overlay {
          float: right; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(3) .portfolio-overlay {
          float: left; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(4) .portfolio-overlay {
          float: right;
          top: 125px; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(5) .portfolio-overlay {
          float: left;
          top: 25px; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(6) .portfolio-overlay {
          float: left; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(7) .portfolio-overlay {
          float: right; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:nth-child(8) .portfolio-overlay {
          float: left; }
        .home-wrapper #portfolio-section-mobile .portfolio-image-container:hover .portfolio-overlay {
          background: rgba(255, 255, 255, 0);
          opacity: 1; }
          .home-wrapper #portfolio-section-mobile .portfolio-image-container:hover .portfolio-overlay .portfolio-description-container {
            opacity: 1;
            padding: 0; }
      .home-wrapper .h-contacts .unbox-address {
        padding-left: 0; }
        .home-wrapper .h-contacts .unbox-address .heading-contacts {
          width: 250px !important; }
      .home-wrapper .h-contacts .form-unbox {
        margin-left: 0; }
        .home-wrapper .h-contacts .form-unbox .headings-wrapper {
          width: 250px;
          padding-left: 0; }
      .home-wrapper .h-contacts .toggle-unbox {
        width: 200px; }
        .home-wrapper .h-contacts .toggle-unbox h6 {
          margin-left: 40px; }
      .home-wrapper .h-contacts .wpcf7-unbox {
        width: 240px; }
      .home-wrapper .h-contacts input,
      .home-wrapper .h-contacts textarea {
        width: 235px; }
      .home-wrapper .h-contacts .group-website-option select {
        width: 235px; }
      .home-wrapper .h-contacts .map-unbox {
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 320px) {
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-overlay-container {
      padding-top: 0 !important; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview .rslides {
      padding-bottom: 0; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview .rslides img {
      max-height: 20vh; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview h5 {
      font-size: 2rem; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview h6 {
      font-size: 1.2rem; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview p {
      font-size: 1.1rem; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header {
      margin: 30px 40px;
      border-bottom: 1px solid #DCDCDC;
      height: 40px; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header a {
        width: 60px; }
      .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-preview-header button {
        height: 20px;
        top: 20px; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-buttons .btn-unbox {
      font-size: 1.2rem; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview .portfolio-buttons .btn-unbox-outline {
      font-size: 1.2rem; }
    .home-wrapper .h-portfolio .portfolio-fullscreen-preview ul.transparent-btns_tabs li a {
      margin: 20px 5px; }
    .home-wrapper .h-services .services-mobile-wrapper p {
      font-size: 1.2rem;
      width: 150px; }
    .home-wrapper .h-services .services-mobile-wrapper h2 {
      font-size: 1.95rem; }
    .home-wrapper .h-services .services-mobile-wrapper img {
      max-height: 370px; }
    .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 {
      padding-left: 110px;
      padding-right: 0; }
      .home-wrapper .h-services .services-mobile-wrapper .services-mobile-0 img {
        left: -80px; }
    .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 {
      padding-right: 110px; }
      .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 img {
        right: -80px; }
      .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile {
        text-align: right; }
        .home-wrapper .h-services .services-mobile-wrapper .services-mobile-1 .service-brief-mobile p {
          width: inherit; }
    .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 {
      padding-left: 110px;
      padding-right: 0; }
      .home-wrapper .h-services .services-mobile-wrapper .services-mobile-2 img {
        left: -80px; }
    .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 {
      padding-right: 110px; }
      .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 img {
        right: -80px; }
      .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile {
        text-align: right; }
        .home-wrapper .h-services .services-mobile-wrapper .services-mobile-3 .service-brief-mobile p {
          width: inherit; } }

.page404-wrapper-desktop {
  transition: all 0.3s ease;
  background: #F6F6F6;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 100px 100px 100px 50px;
  height: 100vh; }
  .page404-wrapper-desktop main {
    margin-left: 0; }
  .page404-wrapper-desktop .text-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .page404-wrapper-desktop .text-wrapper .exclamation-icon {
      text-align: center;
      font-size: 5rem;
      color: #FF4B41;
      width: 100px;
      height: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .page404-wrapper-desktop .text-wrapper .exclamation-icon svg {
        width: 100px; }
    .page404-wrapper-desktop .text-wrapper h1.main-message {
      transition: all 0.3s ease;
      color: #FF4B41;
      font-weight: 300;
      letter-spacing: 0.16rem;
      text-align: center;
      font-size: 3rem;
      line-height: 4rem !important;
      animation: fadein-up 2s ease;
      -moz-animation: fadein-up 2s ease;
      /* Firefox */
      -webkit-animation: fadein-up 2s ease;
      /* Safari and Chrome */
      -o-animation: fadein-up 2s ease;
      /* Opera */
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .page404-wrapper-desktop .text-wrapper h1.main-message span {
        color: #FF4B41; }

@keyframes fadein-up {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
    .page404-wrapper-desktop .text-wrapper h2.heading-secondary {
      transition: all 0.3s ease;
      text-align: center;
      color: #2D2D2D;
      font-size: 2.2rem;
      float: inherit;
      display: inline-block;
      padding-bottom: 10px;
      line-height: 1.2; }

@media (max-width: 768px) {
  .page404-wrapper-mobile {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    background: #F6F6F6;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 100px 100px 100px 50px;
    height: 100vh; }
    .page404-wrapper-mobile main {
      margin-left: 0; }
    .page404-wrapper-mobile .text-wrapper {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .page404-wrapper-mobile .text-wrapper .exclamation-icon {
        text-align: center;
        font-size: 5rem;
        color: #FF4B41;
        width: 100px;
        height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        .page404-wrapper-mobile .text-wrapper .exclamation-icon svg {
          width: 100px; }
      .page404-wrapper-mobile .text-wrapper h1.main-message {
        transition: all 0.3s ease;
        color: #FF4B41;
        font-weight: 300;
        letter-spacing: 0.16rem;
        text-align: center;
        font-size: 3rem;
        line-height: 4rem !important;
        animation: fadein-up 2s ease;
        -moz-animation: fadein-up 2s ease;
        /* Firefox */
        -webkit-animation: fadein-up 2s ease;
        /* Safari and Chrome */
        -o-animation: fadein-up 2s ease;
        /* Opera */
        display: block;
        margin-left: auto;
        margin-right: auto; }
        .page404-wrapper-mobile .text-wrapper h1.main-message span {
          color: #FF4B41; }
  @-webkit-keyframes fadein-up {
    from {
      opacity: 0;
      -webkit-transform: translate(0, 50px);
              transform: translate(0, 50px); }
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  @keyframes fadein-up {
    from {
      opacity: 0;
      -webkit-transform: translate(0, 50px);
              transform: translate(0, 50px); }
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
      .page404-wrapper-mobile .text-wrapper h2.heading-secondary {
        transition: all 0.3s ease;
        text-align: center;
        color: #2D2D2D;
        font-size: 2.2rem;
        float: inherit;
        display: inline-block;
        padding-bottom: 10px;
        line-height: 1.2; }
  .page404-wrapper-desktop {
    display: none; } }

#wpadminbar {
  display: none; }

a:hover, a:active, a:link {
  outline: 0px none; }

#masthead {
  transition: all 0.3s ease;
  background-color: #FF4B41;
  position: fixed;
  width: 50%;
  left: 0;
  top: 0;
  height: 100vh;
  padding-left: 20px; }
  #masthead .desktop-menu {
    display: block; }
  #masthead .mobile-menu {
    display: none; }
  #masthead .site-title {
    text-align: center;
    position: relative;
    top: 120px;
    width: 120px;
    height: 46.64px;
    transition: all 0.3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #masthead .site-title img {
      width: 117px; }
    @media screen and (max-height: 650px) {
      #masthead .site-title {
        top: 70px; } }
  #masthead .desktop-menu {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    #masthead .desktop-menu .main-navigation {
      margin-top: -10%; }
      @media screen and (max-height: 750px) {
        #masthead .desktop-menu .main-navigation {
          margin-top: -18%; } }
    #masthead .desktop-menu .main-navigation li {
      display: block;
      padding: 10px;
      font-size: 1.8em;
      position: relative;
      width: 200px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #masthead .desktop-menu .nav-links a {
      letter-spacing: 0.3rem;
      display: block; }
      #masthead .desktop-menu .nav-links a .border-rotated {
        opacity: 0;
        text-align: center;
        position: absolute;
        height: 4px;
        width: 40px;
        background: white;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        margin-top: -2px; }
    #masthead .desktop-menu .nav-links a:hover,
    #masthead .desktop-menu .nav-links a.selected {
      color: white;
      font-weight: 400; }
      #masthead .desktop-menu .nav-links a:hover .border-rotated,
      #masthead .desktop-menu .nav-links a.selected .border-rotated {
        transition: all 0.3s ease;
        border-color: white;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1; }
    #masthead .desktop-menu .header-links {
      top: 70px;
      border: 2px solid #FF4B41;
      font-size: 14px;
      font-weight: 500; }
    #masthead .desktop-menu .header-links:hover {
      top: 70px;
      background: #FF4B41;
      transition: border 0.3s ease;
      animation: translate-up 1s ease;
      -moz-animation: translate-up 1s ease;
      /* Firefox */
      -webkit-animation: translate-up 1s ease;
      /* Safari and Chrome */
      -o-animation: translate-up 1s ease;
      /* Opera */
      border-color: white;
      color: white; }

@-webkit-keyframes translate-up {
  from {
    opacity: 1;
    -webkit-transform: translate(-50px, 100px);
            transform: translate(-50px, 100px);
    background: white; }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #FF4B41; } }

@keyframes translate-up {
  from {
    opacity: 1;
    -webkit-transform: translate(-50px, 100px);
            transform: translate(-50px, 100px);
    background: white; }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #FF4B41; } }
  #masthead .social-networks {
    text-align: center;
    position: fixed;
    bottom: 70px;
    width: 50%;
    padding-left: 20px;
    display: block;
    left: 0;
    transition: all 0.3s ease; }
    #masthead .social-networks a {
      margin: 0 20px;
      font-size: 12px;
      width: 92px;
      font-weight: 400;
      text-transform: lowercase;
      letter-spacing: 3px;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      line-height: 25px;
      display: inline-block;
      transition: all 0.3s ease;
      font-size: 12px;
      font-weight: 400; }
    #masthead .social-networks a:hover {
      border-bottom: 1px solid white;
      color: white;
      font-weight: 500; }
  @media (max-width: 992px) {
    #masthead .site-title {
      width: 90px; }
    #masthead .social-networks {
      bottom: 60px; }
    #masthead .social-networks a {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0px; } }
  @media (max-width: 768px) {
    #masthead {
      width: 100%;
      background-color: #F6F6F6;
      height: 80px;
      z-index: 1; }
      #masthead .mobile-menu .site-title {
        width: 100%;
        margin-top: 40px; }
        #masthead .mobile-menu .site-title a {
          display: block;
          margin-left: auto;
          margin-right: auto;
          height: 0; }
        #masthead .mobile-menu .site-title svg {
          width: 50px;
          opacity: 0.2; }
        #masthead .mobile-menu .site-title .unbox-logo-header path, #masthead .mobile-menu .site-title polygon {
          fill: white; }
      #masthead .mobile-menu a.ask-for-a-quote {
        border: 2px solid white;
        padding: 10px 0;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 200px;
        font-weight: 400;
        margin-bottom: 40px;
        margin-top: -10px; }
      #masthead .mobile-menu .social-networks-mobile {
        width: 100%;
        text-align: center;
        bottom: 60px;
        width: 100%;
        display: inline;
        left: 0;
        transition: all 0.3s ease;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        #masthead .mobile-menu .social-networks-mobile a {
          margin: 0 20px;
          font-size: 12px;
          font-weight: 400;
          text-transform: lowercase;
          letter-spacing: 3px;
          border-bottom: 1px solid rgba(255, 255, 255, 0);
          line-height: 25px;
          display: inline;
          transition: all 0.3s ease;
          font-size: 20px;
          font-weight: 400; }
        #masthead .mobile-menu .social-networks-mobile a:hover {
          color: white;
          font-weight: 500; }
      #masthead .social-networks {
        display: none; }
      #masthead .site-title {
        top: 10px;
        z-index: 20;
        float: left; }
      #masthead .desktop-menu {
        display: none; }
      #masthead .mobile-menu {
        padding-top: 80px;
        position: absolute;
        top: -1px;
        left: -1px;
        width: 101%;
        display: block;
        height: 100%;
        background-color: #F6F6F6;
        overflow: hidden; }
        #masthead .mobile-menu ul {
          list-style: none;
          text-align: center;
          padding: 0;
          margin: 0;
          padding-bottom: 30px;
          margin-top: 30px; }
          #masthead .mobile-menu ul li {
            padding-bottom: 20px; }
            #masthead .mobile-menu ul li a {
              font-size: 2.3rem;
              font-weight: 300;
              letter-spacing: 0.5rem; }
        #masthead .mobile-menu .menu-btn {
          position: absolute;
          top: 15px;
          right: 10px;
          height: 50px;
          width: 70px;
          cursor: pointer; }
          #masthead .mobile-menu .menu-btn .menu-trigger, #masthead .mobile-menu .menu-btn .close-trigger {
            height: 100%;
            width: 100%;
            display: block;
            position: absolute;
            top: 0px;
            right: -30px; }
            #masthead .mobile-menu .menu-btn .menu-trigger .menu-trigger-overlay, #masthead .mobile-menu .menu-btn .menu-trigger .close-trigger-overlay, #masthead .mobile-menu .menu-btn .close-trigger .menu-trigger-overlay, #masthead .mobile-menu .menu-btn .close-trigger .close-trigger-overlay {
              z-index: 2;
              height: 80%;
              width: 80%;
              display: block;
              position: absolute;
              top: 0;
              left: 0; }
          #masthead .mobile-menu .menu-btn .menu-trigger {
            text-align: center;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
            #masthead .mobile-menu .menu-btn .menu-trigger .menu-trigger-bar:first-child {
              margin-top: 17px; }
            #masthead .mobile-menu .menu-btn .menu-trigger .menu-trigger-bar {
              height: 2px;
              margin: -12px;
              width: 30%;
              display: block;
              background-color: #FF4B41; }
            #masthead .mobile-menu .menu-btn .menu-trigger .menu-trigger-bar:nth-child(2n + 1) {
              width: 45%; }
          #masthead .mobile-menu .menu-btn .close-trigger {
            display: none;
            text-align: center;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            top: -9px;
            right: -6px;
            width: 60px;
            height: 80px; }
            #masthead .mobile-menu .menu-btn .close-trigger .close-trigger-bar {
              display: block;
              position: absolute;
              background-color: white; }
            #masthead .mobile-menu .menu-btn .close-trigger .close-trigger-bar:first-child {
              top: 40%;
              height: 2px;
              width: 80%; }
            #masthead .mobile-menu .menu-btn .close-trigger .close-trigger-bar:last-child {
              left: 40%;
              width: 2px;
              height: 60%; }
      #masthead .unbox-logo-header path, #masthead polygon {
        fill: #FF4B41; } }

@media (max-width: 320px) {
  #masthead .mobile-menu ul li {
    padding-bottom: 5px; }
    #masthead .mobile-menu ul li a {
      font-size: 2rem; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
