body {
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: auto;
  margin: 0px auto;
  padding: 0px 0px 20px;
  float: none;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #1c1c1c;
  font-size: 50px;
  line-height: 33px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: none;
}
h1:hover {
  text-shadow: none;
}
h2 {
  display: block;
  margin: 0px auto auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
h3 {
  display: block;
  margin: 25px auto 0px;
  padding-bottom: 11px;
  border-bottom: 1px none #949494;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  max-width: 500px;
  margin: 27px auto 5px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
  text-decoration: none;
  list-style-type: disc;
}
p:hover {
  text-decoration: none;
}
.button {
  display: block;
  width: 200px;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 15px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  background-color: white;
  font-family:'Open Sans', sans-serif;
  color: #9c9c9c;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}
.logo {
  display: inline-block;
  width: 150px;
  margin: 34px 20px 0px;
  float: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.logo.w--current {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.navbar-link {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 78px 41px 41px;
  float: none;
  clear: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: black;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.navbar-link:hover {
  color: #01a8a8;
}
.navbar-link.w--current {
  padding-top: 75px;
  border-style: solid none none;
  border-width: 3px 0px 0px;
  border-color: #01a8a8;
  -webkit-transition-property: border;
  transition-property: border;
  color: #01a8a8;
}
.navbar-link.w--current:hover {
  -webkit-transition-property: color;
  transition-property: color;
}
.navbar-link.white {
  color: white;
  font-size: 14px;
  text-shadow: none;
}
.navbar-link.white:hover {
  border-top-color: #d61579;
  color: #01a8a8;
  text-shadow: none;
}
.navbar-link.white:active {
  text-shadow: none;
}
.navbar-link.white.w--current {
  padding-top: 75px;
  border-top: 3px solid white;
  text-shadow: none;
}
.nav-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: inline-block;
  width: 100%;
  height: 174px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-top-style: none;
  text-align: center;
}
.slider-homepage {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
.slide-nav {
  display: none;
}
.slide-1 {
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url('../images/p315843_2200_1515-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-1.table-lamp {
  background-image: url('../images/home_escape_floor.jpg');
}
.slider-arrow {
  position: relative;
  top: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.slider-arrow.left {
  position: relative;
  -webkit-transform: translate(0px, -50%) rotate(180deg);
  -ms-transform: translate(0px, -50%) rotate(180deg);
  transform: translate(0px, -50%) rotate(180deg);
}
.slider-left-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.slider-left-arrow.right {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
}
.slide-text-container {
  position: relative;
  top: 50%;
  z-index: 1;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0px solid black;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: black;
  text-decoration: none;
}
.slide-text-container:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #d61579;
}
.slide-text-container.white1 {
  border-color: white;
  color: white;
}
.slide-text-container.white1:hover {
  color: #d61579;
}
.work-container {
  width: 100%;
  margin-top: 174px;
  border: 2px solid white;
}
.project-container {
  width: 33.333333%;
  float: left;
  border: 2px solid white;
  background-color: #01a8a8;
  opacity: 1;
  text-decoration: none;
}
.project-container.escape_susp {
  border: 2px solid white;
  background-image: url('../images/1532064_446583092161329_2005603991733855998_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.project-container.escape-wall {
  background-image: url('../images/preview_escape_wall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.escape-table {
  background-image: url('../images/preview_escape_table.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.elite_ss {
  background-image: url('../images/preview_elite_spring_summer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.elite_fw {
  background-image: url('../images/preview_elite_fw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.evo {
  background-image: url('../images/Rectangle 25 + Morosini-EVO-wall-lamp--Morosini__1600_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.starlight-mirror {
  display: block;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
}
.project-container.braque {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.ali {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.island {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.ora {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.infinity {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.essence {
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.trame {
  background-image: url('../images/9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.saia {
  background-image: url('../images/preview_saia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container._60 {
  background-image: url('../images/preview_60.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.starlight {
  background-image: url('../images/preview_starlight_lamp.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.clouds {
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.farverter_proj {
  display: block;
  background-image: url('../images/859290_164185780401063_753474480_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #363636;
}
.project-container.cabinet_proj {
  background-image: url('../images/10289882_321295561356750_895348497046598835_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.touch_proj {
  background-image: url('../images/13094_161841087302199_592847517_n.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.project-container.icon_proj {
  background-image: url('../images/861473_161284054024569_358713381_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.martini_proj {
  background-image: url('../images/lacoste (7 of 8).jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.jeverly_proj {
  background-image: url('../images/farvater (8 of 12).jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.projectirovanie {
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.proizvodstvo {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.postavki {
  background-image: url('../images/3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.genpodryad {
  background-image: url('../images/4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.stroyraboty {
  background-image: url('../images/5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.injenerniye {
  background-image: url('../images/6_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.design {
  background-image: url('../images/7_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.decor {
  background-image: url('../images/8_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-container.flora {
  background-image: url('../images/9_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.project-hover {
  position: relative;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 75%;
  float: none;
  background-color: rgba(0, 0, 0, 0.36);
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: black;
}
.project-hover.partners {
  display: block;
  padding-bottom: 75%;
  color: black;
}
.project-hover-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: white;
  text-align: center;
  text-decoration: none;
}
.project-hover-container.whitemobile {
  text-shadow: none;
}
.project-caption {
  border: 0px none white;
  opacity: 1;
  color: white;
  font-size: 20px;
  text-decoration: none;
  text-shadow: none;
}
.project-caption:hover {
  text-shadow: none;
}
.project-caption:active {
  text-shadow: none;
}
.project-caption:focus {
  text-shadow: none;
}
.project-caption.partners {
  padding-right: 10px;
  padding-left: 10px;
  color: #004747;
  text-shadow: none;
}
.project-title {
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 20px;
  font-size: 50px;
  text-shadow: none;
}
.project-title.partner-title {
  margin-bottom: 30px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-shadow: none;
}
.project-detail-container {
  margin-top: 0px;
  margin-bottom: 100px;
  color: black;
}
.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 70px;
  clear: both;
  background-color: black;
  text-align: center;
}
.wrapper {
  display: block;
  min-height: 100%;
  margin: 200px auto 0px;
}
.logo-small {
  position: relative;
  display: inline-block;
  width: 80px;
  margin-top: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 13px;
  float: left;
  opacity: 0.32;
}
.footer-text {
  display: inline-block;
  margin-top: 25px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 400;
}
.footer-content {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.about {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: justify;
}
.project-arrow {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.project-arrow:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}
.project-arrow.next {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.project-arrow.next:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}
.landscape-image {
  display: block;
  max-width: 1280px;
  margin: 0px auto;
  padding: 5px;
  float: none;
}
.portrait-image {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  float: left;
}
.portrait-image.left {
  width: 50%;
}
.portrait-image.right {
  float: left;
}
.portrait-image-container {
  display: block;
  width: 920px;
  max-width: 1280px;
  margin: 0px auto;
}
.arrows-container {
  float: none;
  clear: both;
}
.box {
  position: relative;
  width: 33.33333%;
  margin: 0px;
  padding: 5px;
  float: left;
  clear: none;
}
.contact {
  position: static;
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 204px;
  background-color: black;
}
.contact-text {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  opacity: 0.7;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.contact-title {
  position: static;
  display: block;
  margin-bottom: 9px;
  padding-bottom: 0px;
  color: white;
  font-size: 27px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
}
.logo-black {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.logo-pink {
  position: absolute;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
.content {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  min-height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Montserrat, sans-serif;
}
.overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: Montserrat, sans-serif;
}
.about-hero-container {
  margin-top: 174px;
  padding-top: 0px;
  padding-bottom: 37.7%;
  background-color: #01a8a8;
}
.about-div {
  position: relative;
  width: 50%;
  padding-bottom: 37.5%;
  float: left;
  color: black;
}
.about-div.image {
  background-image: url('../images/farvater (2 of 12)_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.about-div.title {
  float: left;
}
.project-title {
  font-size: 50px;
  letter-spacing: 10px;
  text-shadow: none;
}
.homepage-h2.white {
  font-size: 20px;
  text-shadow: none;
}
.contact-tile {
  display: inline-block;
  width: 20%;
  height: 204px;
  float: left;
  background-color: #01a8a8;
  opacity: 0.95;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-decoration: none;
}
.contact-tile:hover {
  opacity: 0.9;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._1 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._1:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._2 {
  background-color: #009898;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._3 {
  display: inline-block;
  background-color: #008383;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._3.w--current {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._4 {
  display: block;
  background-color: #007171;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile._5 {
  background-color: #005d5d;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.contact-tile-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
.contact-icon {
  display: block;
  width: 30px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  opacity: 0.42;
}
.all-projects-button {
  z-index: 9;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.all-projects-button:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.grid-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.loader-wrapper {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #d61579;
}
.logo-loader {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.loader-text {
  display: block;
  width: 148px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: none;
}
.loader-content {
  margin-top: 50vh;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.loader-text-low-opacity {
  opacity: 0.3;
  text-shadow: none;
}
.project-title {
  display: block;
  float: none;
  border-style: solid;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 50px;
  letter-spacing: 10px;
  text-shadow: none;
}
.project-title:hover {
  display: block;
  text-shadow: none;
}
.project-title:active {
  text-shadow: none;
}
.project-title.preview {
  display: block;
  float: none;
  background-color: transparent;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
}
.project-title.preview:hover {
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-shadow: none;
}
.project-title.preview.black {
  color: black;
  text-shadow: none;
}
.project-title.parner-title {
  text-shadow: none;
}
.project-caption {
  font-size: 18px;
  text-shadow: none;
}
.project-caption.grey {
  color: #969696;
  text-shadow: none;
}
.about-employee {
  position: relative;
  display: block;
  width: 33.33%;
  height: 50%;
  min-height: 100px;
  float: left;
  background-color: #ebebeb;
  background-image: url('../images/fp_gg_29_031-400x266.jpg');
  background-position: 50% 0px;
  background-size: cover;
}
.about-employee._1 {
  margin-left: 0px;
  padding-left: 0px;
  border: 10px solid white;
  background-color: white;
  background-image: url('../images/lacoste.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.about-employee._2 {
  border: 10px solid white;
  background-color: white;
  background-image: url('../images/sphall.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-employee._3 {
  background-image: url('../images/fp_gg_29_021-400x266.jpg');
}
.about-employee._4 {
  background-image: url('../images/fp_gg_29_024-400x266.jpg');
}
.about-employee._5 {
  background-image: url('../images/fp_gg_29_033-400x266.jpg');
}
.slider-about {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide-about {
  background-color: #d61579;
}
.about-icon {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}
.white {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 35px;
  text-shadow: none;
}
.slider-about-nav {
  display: none;
}
.h1-about {
  position: absolute;
  top: 50%;
  padding-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-size: 35px;
  letter-spacing: 6px;
  text-shadow: none;
}
.employees-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
}
.about-slide-container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.employee-bio {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #01a8a8;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.employee-bio:hover {
  opacity: 0.8;
}
.bio-text {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.employee-name {
  margin-top: 0px;
  color: white;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-hero-title {
  position: absolute;
  margin-top: 115px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 50px;
  letter-spacing: 8px;
  text-shadow: none;
}
.partner {
  display: block;
  width: 100%;
  height: 236px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  float: none;
  border: 2px solid #01a8a8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.partner:hover {
  background-color: #c7f0f0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.partner-header {
  display: block;
  padding-top: 16%;
  padding-bottom: 6px;
  float: none;
  border-style: none;
  border-radius: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 27px;
  letter-spacing: 5px;
  text-decoration: none;
  text-shadow: none;
}
.partner-paragraph {
  margin-top: 26px;
  padding-bottom: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}
.langswitch {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: rgba(255, 255, 255, 0.77);
  text-align: center;
}
.switch {
  margin-top: 21px;
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="show-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="show-on-load"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="loader"] {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  h1 {
    font-size: 19px;
    letter-spacing: 6px;
    text-shadow: none;
  }
  h2 {
    font-size: 16px;
    text-shadow: none;
  }
  .logo {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-link {
    margin-right: -16px;
    margin-left: -16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .navbar-link.w--current {
    display: inline-block;
    float: none;
    border-top-style: solid;
    border-top-width: 3px;
  }
  .navbar-link.white {
    text-shadow: none;
  }
  .slide-text-container.white1 {
    color: white;
  }
  .project-container {
    width: 50%;
    opacity: 1;
  }
  .project-container._60 {
    opacity: 1;
  }
  .project-container.martini_proj {
    background-image: url('../images/lacoste (7 of 8).jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .project-hover {
    background-color: rgba(214, 21, 121, 0);
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    opacity: 1;
  }
  .project-hover-container {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.61);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: white;
    text-shadow: none;
  }
  .project-hover-container.whitemobile {
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
  }
  .project-caption {
    padding-bottom: 0px;
    color: black;
    font-size: 16px;
    text-shadow: none;
  }
  .project-caption.partners {
    color: black;
    font-size: 18px;
    text-shadow: none;
  }
  .project-title {
    font-size: 45px;
    letter-spacing: 10px;
    text-shadow: none;
  }
  .project-title.partner-title {
    text-shadow: none;
  }
  .footer-text {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .about {
    max-width: 500px;
    float: none;
    text-align: justify;
  }
  .landscape-image {
    max-width: 100%;
  }
  .portrait-image-container {
    width: 100%;
  }
  .contact-text {
    font-size: 12px;
  }
  .contact-title {
    font-size: 20px;
    letter-spacing: 4px;
    text-shadow: none;
  }
  .content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about-hero-container {
    padding-bottom: 75%;
    background-repeat: no-repeat;
  }
  .about-div {
    width: 100%;
    padding-bottom: 75%;
  }
  .about-div.title {
    display: block;
    padding-top: 55px;
    padding-bottom: 0px;
    background-color: white;
  }
  .project-title {
    font-size: 40px;
    letter-spacing: 10px;
    text-shadow: none;
  }
  .homepage-h2 {
    font-size: 18px;
    letter-spacing: 0px;
    text-shadow: none;
  }
  .homepage-h2.white {
    text-shadow: none;
  }
  .contact-tile {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._3 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._3.w--current {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._4 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._5 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._5.w--current {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .project-title {
    font-size: 40px;
    letter-spacing: 5px;
    text-shadow: none;
  }
  .project-title.preview {
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    font-size: 24px;
    text-shadow: none;
  }
  .project-title.preview.black {
    text-shadow: none;
  }
  .project-title.parner-title {
    font-size: 23px;
    font-weight: 700;
    text-shadow: none;
  }
  .project-caption {
    display: block;
    color: white;
    text-shadow: none;
  }
  .project-caption.grey {
    text-shadow: none;
  }
  .white {
    font-size: 35px;
    text-shadow: none;
  }
  .h1-about {
    text-shadow: none;
  }
  .employee-bio {
    background-color: #01a8a8;
  }
  .about-hero-title {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 39px;
    text-shadow: none;
  }
  .partner-header {
    padding-top: 16%;
    padding-bottom: 10px;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  h1 {
    width: auto;
    text-shadow: none;
  }
  h2 {
    font-size: 15px;
    text-shadow: none;
  }
  p {
    width: auto;
    max-width: 500px;
  }
  .logo {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 80px;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .logo.w--current {
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navbar-link {
    padding: 43px 20px 0px;
  }
  .navbar-link.w--current {
    padding-top: 39px;
  }
  .navbar-link.white {
    text-shadow: none;
  }
  .nav-menu {
    display: none;
    height: 100px;
  }
  .slider-arrow {
    width: 34px;
  }
  .work-container {
    margin-top: 60px;
  }
  .project-container {
    width: 50%;
    opacity: 1;
  }
  .project-container.escape_susp {
    opacity: 1;
  }
  .project-container._60 {
    opacity: 1;
  }
  .project-container.cabinet_proj {
    background-image: url('../images/10363724_321295688023404_8920288086837347328_n.jpg');
  }
  .project-hover {
    background-color: transparent;
  }
  .project-hover-container.whitemobile {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
  }
  .project-caption {
    margin-top: -6px;
    font-size: 15px;
    text-shadow: none;
  }
  .project-caption.partners {
    text-shadow: none;
  }
  .project-title {
    font-size: 40px;
    text-shadow: none;
  }
  .project-title.partner-title {
    text-shadow: none;
  }
  .project-detail-container {
    margin-bottom: 50px;
  }
  .wrapper {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .project-arrow {
    position: relative;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 20%;
    height: 200px;
    float: left;
  }
  .project-arrow.next {
    float: right;
  }
  .landscape-image {
    position: relative;
    max-width: 100%;
  }
  .portrait-image-container {
    width: 100%;
  }
  .arrows-container {
    position: relative;
  }
  .contact {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
    height: 100%;
    margin-top: 60px;
  }
  .contact-text {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .contact-title {
    position: static;
    margin-bottom: 9px;
    padding-bottom: 0px;
    color: white;
    font-size: 29px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
  }
  .mobile-navbar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
  }
  .about-hero-container {
    height: 300px;
    margin-top: 60px;
    background-position: -179px 50%;
  }
  .about-div.employees {
    padding-bottom: 0px;
  }
  .mobile-nav-menu {
    position: absolute;
    width: 210px;
    height: 100%;
    background-color: black;
  }
  .mobile-nav-link {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
  }
  .mobile-nav-link:hover {
    background-color: #01a8a8;
  }
  .mobile-nav-link.w--current {
    background-color: #01a8a8;
    color: white;
    font-weight: 400;
  }
  .mobile-navbar-container {
    height: 60px;
    max-width: 2000px;
    padding: 8px 13px;
    background-color: white;
  }
  .mobile-close-button {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    margin: 6px auto 40px;
  }
  .mobile-logo {
    margin: 0px;
  }
  .hamburger {
    margin-top: 4px;
    opacity: 1;
  }
  .mobile-menu-button {
    height: 100%;
    padding: 8px 10px 0px;
  }
  .mobile-menu-button:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .mobile-menu-button:active {
    background-color: rgba(255, 255, 255, 0);
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    margin-top: 4px;
  }
  .mobile-slide-menu-container {
    position: relative;
    left: 0px;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .homepage-h2 {
    text-shadow: none;
  }
  .contact-tile {
    position: relative;
    display: block;
    width: 100%;
    height: 20%;
    min-height: 100px;
    background-color: #01a8a8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-decoration: none;
  }
  .contact-tile._1 {
    position: relative;
    background-color: #d61579;
  }
  .contact-tile._2 {
    background-color: #009191;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._3 {
    background-color: #007d7d;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._4 {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._5 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._5.w--current {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile-content {
    position: relative;
    left: 0px;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .contact-icon {
    position: absolute;
    margin-left: 26px;
    float: left;
  }
  .all-projects-button {
    position: relative;
    left: 0px;
    top: 50%;
    right: 0px;
    display: block;
    width: 60%;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: none;
  }
  .grid-button {
    position: relative;
    top: 50%;
    display: block;
    width: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .project-title {
    text-shadow: none;
  }
  .project-title.preview {
    font-size: 18px;
    letter-spacing: 3px;
    text-shadow: none;
  }
  .project-caption {
    text-shadow: none;
  }
  .project-caption.grey {
    text-shadow: none;
  }
  .about-employee {
    width: 50%;
    height: 0%;
    padding-bottom: 50%;
    border-width: 10px;
    border-color: rgba(255, 255, 255, 0);
  }
  .about-employee._1 {
    border-width: 10px;
  }
  .white {
    font-size: 26px;
    text-shadow: none;
  }
  .h1-about {
    text-shadow: none;
  }
  .employees-container {
    position: relative;
    height: auto;
  }
  .employee-bio {
    background-color: #01a8a8;
  }
  .about-hero-title {
    margin-top: 78px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 5px;
    text-shadow: none;
  }
  .partner {
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 3px;
  }
  .partner-header {
    font-size: 21px;
    line-height: 33px;
    text-shadow: none;
  }
}
@media (max-width: 479px) {
  body {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  h1 {
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
    text-shadow: none;
  }
  h2 {
    text-shadow: none;
  }
  p {
    overflow-x: visible;
    overflow-y: visible;
    line-height: 27px;
  }
  .nav-menu {
    display: none;
  }
  .slider-arrow {
    width: 25px;
  }
  .project-container {
    width: 100%;
  }
  .project-container.escape_susp {
    opacity: 1;
  }
  .project-container.martini_proj {
    background-position: 50% 50%;
    background-size: cover;
  }
  .project-container.jeverly_proj {
    background-size: cover;
  }
  .project-hover {
    background-color: rgba(214, 21, 121, 0);
  }
  .project-hover-container {
    background-color: rgba(0, 0, 0, 0.54);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: white;
    text-shadow: none;
  }
  .project-hover-container.whitemobile {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
  }
  .project-caption {
    text-shadow: none;
  }
  .project-caption.partners {
    text-shadow: none;
  }
  .project-title {
    text-shadow: none;
  }
  .project-title.partner-title {
    text-shadow: none;
  }
  .project-detail-container {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo-small {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-text {
    display: block;
  }
  .about {
    position: relative;
    margin: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    text-indent: 0px;
  }
  .contact {
    display: none;
  }
  .contact-text {
    margin-top: 0px;
  }
  .contact-title {
    text-shadow: none;
  }
  .content {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .mobile-navbar {
    height: 50px;
  }
  .about-hero-container {
    background-position: 50% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .about-div {
    position: static;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px;
    float: none;
    line-height: 17px;
    text-align: left;
  }
  .about-div.image {
    padding-bottom: 75%;
  }
  .about-div.title {
    padding-top: 2px;
    list-style-type: disc;
  }
  .about-div.slider {
    padding-bottom: 0px;
  }
  .mobile-nav-menu {
    position: absolute;
    width: 290px;
    background-color: black;
  }
  .mobile-nav-link {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: white;
    text-align: center;
  }
  .mobile-navbar-container {
    background-color: white;
  }
  .project-title {
    text-shadow: none;
  }
  .homepage-h2 {
    text-shadow: none;
  }
  .contact-tile {
    background-color: #01a8a8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._2 {
    background-color: #009696;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._3 {
    background-color: #008787;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._4 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact-tile._5 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .all-projects-button {
    position: static;
    float: left;
    clear: none;
  }
  .grid-button {
    width: 22px;
  }
  .project-title {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 51px;
    text-shadow: none;
  }
  .project-title:hover {
    text-shadow: none;
  }
  .project-title.preview {
    text-shadow: none;
  }
  .project-title.preview.black {
    text-shadow: none;
  }
  .project-caption {
    color: white;
    text-shadow: none;
  }
  .slider-about {
    position: relative;
  }
  .about-icon {
    width: 100px;
  }
  .white {
    text-shadow: none;
  }
  .h1-about {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-width: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    text-shadow: none;
  }
  .about-slide-container {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .employee-bio {
    padding: 10px;
    background-color: #01a8a8;
  }
  .bio-text {
    font-size: 12px;
    line-height: 16px;
  }
  .employee-name {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .about-hero-title {
    margin-top: 48px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 5px;
    text-shadow: none;
  }
  .partner {
    border-width: 1px;
  }
  .partner-header {
    text-shadow: none;
  }
  .langswitch {
    margin-bottom: 2px;
    padding-top: 18px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
  }
  .switch {
    display: block;
    margin-top: auto;
  }
}

