﻿body {
  height: 100%;
  background-color: #fff;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 12px;
  line-height: 21px;
}
div.ex1 {
    height: 120px;

    overflow-y:  auto;
}
.error {
    color: #EE0000;
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
  }



p {
	margin-bottom: 10px;
   font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
}

.navbar {
  height: 80px;
  background-color: transparent;
}

.navbar-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 2000;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}

.container {
  position: relative;
}

.container.home-intro-container {
  position: relative;
  z-index: 20;
  margin-top: -100px;
  margin-bottom: 60px;
  background-color: #fff;
}

.container.info-container {
  position: relative;
  margin-bottom: 60px;

}

.container.info-container.last {
  margin-bottom: 0px;

}

.container.with-fixed-block {
  padding-right: 350px;
}

.logo-container {
  height: 100%;
  padding-right: 20px;
  padding-left: 25px;
}

.logo-container:hover {
  opacity: 0.7;
}

.nav-link {
  height: 80px;
  padding-top: 30px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #9e9e9e;
}

.nav-link.w--current {
  color: #a0a0a0;
}

.nav-link.w--open {
  color: #9e9e9e;
}

.nav-link.color {
  background-color: #008000;
}

.nav-link.color:hover {
  color: hsla(0, 0%, 100%, .6);
}

.nav-link.color.w--current {
  color: #fff;
}

.text-logo {
  margin-top: 13px;
  margin-bottom: 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.text-logo.subtitle {
  margin-top: -3px;
  color: #7c7c7c;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 3.2px;
}

.HOME-hero-section {
  height: 700px;
  background-color:#ffffff /*#c5c5c5;   */
}

.section {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#ffffff /* #f5f5f5; */
	text-align: center;
}

.section.white {
  background-color: #fff;
}

.recent-OUR PROJECTS-col-left {
  padding-right: 0px;
}

.recent-OUR PROJECTS-col-right {
  padding-left: 0px;
}

.featured-work-block {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background-color:#ffffff /* #d2d4d6; */
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
   border-bottom: 1px solid #ddd;
}

.navbar-container {
	height: 80px;
	background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
	top: 0px;
	left: 0px;
}

.HOME-slider-button {
  width: 50px;
  height: 60px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: background-color 200ms ease, width 200ms ease;
  transition: background-color 200ms ease, width 200ms ease;
  font-size: 18px;
}

.HOME-slider-button:hover {
  width: 80px;
  background-color: rgba(0, 0, 0, .7);
}

.hero-slide {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
}

.hero-slide._3 {
  background-image: url('../images/Photo-3.jpg');
}

.hero-slide._4 {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 35%;
}
.hero-slide._5 {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 35%;
}

.slide-overlay {
  width: 100%;
  height: 100%;
  padding-top: 210px;
  background-color: rgba(0, 0, 0, .4);
  text-align: center;
}

.slide-container {
  position: relative;
}

.slide-title {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 95px;
  line-height: 94px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.slide-title.subtitle {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.button {
  padding-top: 11px;
  padding-right: 21px;
  padding-left: 21px;
  background-color: #008000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.HOME-intro-column {
  padding-right: 0px;
}

.HOME-intro-block {
  position: relative;
  overflow: hidden;
  height: 275px;
  padding: 35px 35px 25px;
  border-right: 1px solid #e0e0e0;
  font-size: 12px;
  line-height: 21px;
}

.HOME-intro-block.last {
  border-right-width: 0px;
  border-right-color: #000;
}

.HOME-intro-block.CONTACT {
  height: 175px;
}

.HOME-intro-block.WHAT WE DO-block {
  height: 210px;
}

.featured-work-block-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.featured-work-block-overlay:hover {
  background-color: rgba(0, 0, 0, .3);
}

.featured-work-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 35px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .6) 86%, rgba(0, 0, 0, .6) 0);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 86%, rgba(0, 0, 0, .6) 0);
}

.featured-work-title-wrapper.small {
  padding-right: 25px;
}

.featured-work-title-wrapper.example {
  padding: 25px 15px 25px 25px;
}

.recent-work-title {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.recent-work-title.subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}

.recent-work-title.subtitle.smaller {
  margin-top: 5px;
  font-size: 10px;
}

.recent-work-title.small {
  font-size: 19px;
  line-height: 20px;
}

.recent-work-title.large {
  font-size: 28px;
}

.recent-work-block {
  display: block;
  width: 100%;
  height: 250px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.no-featured-items-found {
  width: 100%;
  height: 500px;
  padding-top: 235px;
  text-align: center;
}

.featured-project-block {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #008000;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	line-height: 43px;
	text-transform: uppercase;
}

.footer {
	padding-top: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	text-align: center;
}

.footer-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}

.page-header {
  background-color: #ffffff /*#545758; */
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header._404 {
  height: 100%;
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header.team {
  background-image: url('../images/teamphoto.jpg');
  background-size: cover;
}
.page-header.chisiamo {
  background-image: url('../images/who_we_are_top.jpg');
  background-size: cover;
}
 .page-header.contact {
  background-image: url('../images/contact.jpg');
  background-size: cover;
}
.page-header-COFFEE-TABLE {
  background-image: url('../images/pausa-caffe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.OUR  {
  background-image: url('../images/Photo-6.jpg');
}

.page-header.WHAT {
  background-image: url('../images/Photo-7.jpg');
}
.page-header.PRJ {
  background-image: url('../images/project.jpg');
}
.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, .2);
  text-align: center;
}

.page-header-overlay.COFFEE TABLE-post {
  padding-top: 210px;
  padding-bottom: 170px;
  background-color: rgba(0, 0, 0, .6);
}

.page-header-overlay.default {
  padding-top: 195px;
  padding-bottom: 115px;
}

.page-header-overlay._404 {
  padding-top: 24%;
  padding-bottom: 0px;
}

.page-header-overlay.WHAT WE DO {
  padding-top: 140px;
  padding-bottom: 100px;
}


.page-link {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 20px;
     font-weight: bold;
	line-height: 30px;
 text-align: center;
}
.page-link  a:link {
                text-decoration: none;
                color: #008000;
             }


.page-link   a:hover {
                  color: #000000;
                }
 .page-link2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 15px;

	line-height: 25px;
 text-align: center;
}
.page-link2  a:link {
                text-decoration: none;
                color: #AA0000;
             }


.page-link2   a:hover {
                  color: #0000A0;
                }

.page-header-title.subtitle {
  margin-top: 20px;
  font-size: 24px;
  line-height: 24px;
}

.service-item-block {
  width: 100%;
  margin-bottom: 20px;
  padding: 45px 35px;
  background-color: #fff;
}

.service-title {
  display: block;
  margin-bottom: 22px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-title:hover {
  color: #32a861;
}

.service-small-icon {
  height: 24px;
  margin-bottom: 16px;
}

.service-description-small {
  margin-top: 6px;
  font-family: Merriweather, serif;
  color: #858585;
  font-size: 12px;
}

.link {
  color: #32a861;
}

.link:hover {
  color: #000;
}

.link.learn-more {
  display: inline-block;
  margin-top: 0px;
  padding-right: 17px;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 118% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 150ms ease;
  transition: background-position 150ms ease;
  font-family: 'Fjalla One', sans-serif;
  color: #32a861;
  font-size: 14px;
  text-decoration: none;
}

.link.learn-more:hover {
  background-position: 100% 50%;
  color: #000;
}

.link.learn-more.fixed {
	position: absolute;
	left: 35px;
	bottom: 30px;
	color: #008000;
}

.link.learn-more.white {
  margin-top: 1px;
  background-image: url('../images/Icon-arrow-right-white.png');
  color: #fff;
}

.link.learn-more.request-quote {
  margin-top: 0px;
}

.link.footer-link {
	color: #ddd;
}

.link.footer-link:hover {
  color: #fff;
}

.link.footer-link.color {
  color: #32a861;
}

.link.footer-link.color:hover {
  color: #fff;
}

.intro-block-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 21px;
  text-transform: uppercase;
}

.info-image-block {
  display: inline-block;
  width: 60%;
  height: 300px;
  float: left;
  background-image: url('../images/natural_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
  .info-image-block.about-us-2 {
  float: right;
  background-image: url('../images/natural_2.jpg');
  background-size: cover;
}
.info-image-block.about-us-3 {
  float: left;
  background-image: url('../images/natural_3.jpg');
  background-size: cover;
}
.info-image-blocco {
  display: inline-block;
  width: 60%;
  height: 300px;
  float: left;
  background-image: url('../images/wwdo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
  .info-image-blocco.about-us-2 {
  float: right;
  background-image: url('../images/wwdo-1.jpg');
  background-size: cover;
}
.info-image-blocco.about-us-3 {
  float: right;
  background-image: url('../images/wwdo-3.jpg');
  background-size: cover;
}

.info-image-block.CONTACT {
  height: 550px;
  background-image: url('../images/Photo-6.jpg');
  background-size: cover;
}

.info-image-block.quote-1 {
  height: 480px;
  background-image: url('../images/Photo-8.jpg');
  background-size: cover;
}

.info-image-block.quote-2 {
  height: 600px;
  float: right;
  background-image: url('../images/Photo-2.jpg');
  background-size: cover;
}

.info-text-block {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 10;
  width: 50%;
  height: 240px;
  padding: 40px;
  background-color: #FAFAFA;
  color: #303030;
  font-size: 13px;
  line-height: 21px;
}

.info-text-block.left {
  left: 0px;
  top: 30px;
  right: auto;
}

.info-text-block.CONTACT-form {
  height: 500px;
}

.info-text-block.quote-block-1 {
  height: 420px;
}

.info-text-block.quote-block-2 {
  left: 0px;
  top: 30px;
  right: auto;
  height: 540px;
}

.stats-block {
  padding: 45px 15px 35px;
  border: 2px solid #e4e4e4;
  text-align: center;
}

.stats-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 42px;
  line-height: 30px;
  text-transform: uppercase;
}

.stats-title.description {
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.dropdown-link {
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.w--current {
  color: gray;
}

.dropdown-list {
	background-color: #505050;
}

.team-wrapper {
	position: relative;
	float: left;
}

.bordo-immagine{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
	}
}
.team-member-image {
   	width: 100%;
	background-position: 50% 50%;
	vertical-align: middle;
}

.team-member-description-block {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  background-color:#ffffff /* #f5f5f5;  */
  text-align: center;
}

.team-member-name {
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.team-member-title {
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	color: #008000;
	text-transform: uppercase;
	text-align: center;
}


.team-member-name.title {
	font-family: Merriweather, serif;
	font-size: 12px;
	text-transform: none;
	color: #008000;
}

.OUR PROJECTS-tabs-menu {
  margin-top: -106px;
  margin-bottom: 41px;
  padding: 28px 25px 22px 35px;
  background-color: #fff;
}

.OUR PROJECTS-tab-button {
  margin-right: 30px;
  padding: 0px 0px 4px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.OUR PROJECTS-tab-button:hover {
  border-bottom-color: #c5c5c5;
}

.OUR PROJECTS-tab-button.w--current {
  border-bottom-color: #008000;
  background-color: hsla(0, 19%, 59%, 0);
  color: #32a861;
}

.OUR PROJECTS-item {
  padding-right: 0px;
  padding-left: 0px;
}

.work-page-header {
  position: relative;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.work-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 20%;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
}

.work-scroll-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}

.COFFEE TABLE-container {
  position: relative;
  padding-right: 360px;
}

.dynamic-item-wrapper {
  position: relative;
}

.dynamic-post-image {
  position: relative;
  width: 100%;
  height: 316px;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dynamic-item-content-block {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  background-color:#ffffff /* #f5f5f5;  */
}

.dynamic-item-content-block.COFFEE TABLE-author {
  padding-left: 35px;
  background-color: #fff;
}

.dynamic-item-content-block.single-page {
  margin-top: 0px;
  padding-left: 35px;
}

.COFFEE TABLE-post-link-title {
  display: block;
  margin-bottom: 16px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
}

.COFFEE TABLE-post-link-title:hover {
  color: #32a861;
}

.fixed-content-block {
  padding: 35px 35px 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 20px;
}

.fixed-content-block.CONTACT {
  border-top-width: 0px;
  border-top-color: #000;
}

.fixed-block-title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
}

.fixed-block-title.image-title {
  margin-bottom: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.fixed-image-block {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fixed-image-block-overlay {
  width: 100%;
  height: 100%;
  padding: 90px 35px 25px;
  background-color: hsla(0, 0%, 5%, .3);
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
  color: #fff;
}

.fixed-block-top-wrapper {
  position: fixed;
  left: 0px;
  top: 110px;
  right: 0px;
  z-index: 800;
  display: block;
  height: 80px;
}

.fixed-block-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

.fixed-block-container-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

.CONTACT-map {
  height: 540px;
  padding-top: 17px;
}

.CONTACT-map-wrapper {
  overflow: hidden;
  height: 520px;
}

.CONTACT-form {
  margin-bottom: 0px;
}

.field {
  height: 50px;
  margin-bottom: 8px;
  border: 2px solid #e9e9e9;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #008000;
}

.field.area {
  height: 138px;
  padding-top: 12px;
}

.field.area.project-description {
  height: 148px;
}

.field.first {
  margin-top: 20px;
}

.quote-form {
  margin-bottom: 0px;
}

.quote-section-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.quote-section-wrapper.last {
  margin-bottom: 0px;
}

.COFFEE TABLE-author-image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}

.COFFEE TABLE-author-title {
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 21px;
  text-transform: uppercase;
}

.COFFEE TABLE-author-title.subtitle {
  margin-top: 5px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}

.COFFEE TABLE-post-date-title {
  display: inline-block;
  margin-right: 5px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.fixed-info-block {
  position: relative;
  width: 300px;
  background-color: #fff;
}

.slider-content-block {
  display: inline-block;
  width: 80%;
}

.recent-COFFEE TABLE-post-title {
  display: block;
  margin-bottom: 17px;
  font-family: 'Fjalla One', sans-serif;
  color: #a5a5a5;
  font-size: 23px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.recent-COFFEE TABLE-post-title:hover {
  color: #32a861;
}

.recent-work-subtitle {
  margin-top: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.recent-work-subtitle.large {
  font-size: 13px;
}

.bottom-footer-block {
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #333;
}

.bottom-footer-text {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 11px;
}

.bottom-footer-col-right {
  text-align: right;
}

.intro-block-icon {
  height: 19px;
  margin-right: 13px;
  float: left;
}

.team-some-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
}

.team-social-block {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding-top: 2px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.team-social-block:hover {
  background-color: #008000;
}

.team-social-icon {
  height: 14px;
}

.success-bg {
  padding-top: 30px;
  background-color:#ffffff /* #f3f3f3;  */
}

.success-bg.dark {
  background-color:#ffffff /* #e9e9e9; */
}

.error-bg {
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: #d11515;
  color: #fff;
}

.error-text {
  margin-bottom: 0px;
  font-size: 10px;
}

.block-title-color {
  color: #32a861;
}

.COFFEE TABLE-post-date-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  line-height: 41px;
}

.CONTACT-us-list-item {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.CONTACT-us-list-item.last {
  margin-bottom: 0px;
}

.CONTACT-us-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 18px;
}

.CONTACT-us-text {
  font-family: Merriweather, serif;
}

.OUR PROJECTS-list.examples {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.OUR PROJECTS-empty-block {
  padding-top: 22px;
  text-align: center;
}

.mouse-icon-block {
  display: block;
  width: 35px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  border: 3px solid hsla(0, 0%, 100%, .5);
  border-radius: 40px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.mouse-icon-block:hover {
  border-color: #fff;
}

.mouse-scroll-icon {
  display: inline-block;
  width: 6px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
}

.work-image-column {
  padding-right: 0px;
  padding-left: 0px;
}

.work-block-title {
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #b9b9b9;
  font-size: 15px;
  text-transform: uppercase;
}

.project-images-row {
  padding-right: 10px;
  padding-left: 10px;
}

.OUR PROJECTS-images-block {
  position: static;
}

.project-image {
  position: static;
  width: 100%;
  height: 200px;
}

.WHAT WE DO-list-item {
  position: relative;
  padding-left: 30px;
}

.check-list-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  height: 17px;
  opacity: 0.2;
}

.project-examples-wrapper {
  margin-top: 30px;
  padding-left: 0px;
}

.recent-COFFEE TABLE-post-info-title {
  display: inline-block;
  margin-right: 4px;
  font-family: Merriweather, serif;
}

.fixed-block-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 35px;
  height: 35px;
  padding-top: 7px;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.fixed-block-close-button:hover {
  background-color: rgba(0, 0, 0, .8);
}

.close-icon {
  height: 14px;
}

.instructions-block-wrapper {
  margin-bottom: 20px;
  padding: 45px 45px 40px;
  background-color: #fff;
}

.instructions-block-wrapper.last {
  margin-bottom: 0px;
}

.instructions-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.instructions-title._2 {
  margin-bottom: 13px;
  color: #32a861;
  font-size: 25px;
}

.instructions-row {
  margin-top: 20px;
}

.instructions-col-right {
  padding-left: 70px;
}

.instructions-image {
  width: 100%;
  border-radius: 3px;
}

.info-title-wrapper {
  margin-bottom: 20px;
}

.licensing-list {
  padding-left: 0px;
  border-radius: 3px;
  background-color:#ffffff /* #f7f7f7; */
}

.licensing-list-item {
  overflow: auto;
  padding: 8px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.licensing-list-item.first {
  background-color: #000;
  color: #fff;
}

.licensing-p {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix=navbar-bg] {
  width: 10%;
}

html.w-mod-js *[data-ix=hide-fixed-top-wrapper] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix=slider-title] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix=slider-title-2] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix=slider-title-3] {
  opacity: 0;
}

html.w-mod-js *[data-ix=fade-in-on-load] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix=fade-in-on-load-2] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix=fade-in-on-load-3] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix=fade-in-on-load-4] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix=fade-in-on-scroll] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix=fade-in-on-scroll-2] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix=hide-team-social-blocks] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix=mouse-scroll-icon] {
  opacity: 0;
}

@media (max-width: 991px) {
  body {
    font-size: 12px;
  }
  .navbar {
    background-color: #fff;
  }
  .container.HOME-intro-container {
    margin-bottom: 40px;
  }
  .container.info-container {
    margin-bottom: 40px;
  }
  .container.with-fixed-block {
    padding-right: 300px;
  }
  .nav-link {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 45px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-size: 20px;
  }
  .nav-link:hover {
    background-color: #000;
  }
  .nav-link.color {
    background-color: transparent;
  }
  .HOME-hero-section {
    height: 600px;
  }
  .section {
    padding: 35px;
  }
  .section.WHAT WE DO {
    padding-bottom: 25px;
  }
  .featured-work-block {
    height: 450px;
  }
  .nav-menu {
    background-color: rgba(80, 80, 80, .9);
  }
  .slide-overlay {
    padding-top: 176px;
  }
  .slide-title {
    font-size: 75px;
    line-height: 74px;
  }
  .HOME-intro-block {
    height: 245px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 17px;
  }
  .HOME-intro-block.CONTACT {
    height: 165px;
    font-size: 12px;
    line-height: 18px;
  }
  .HOME-intro-block.WHAT WE DO-block {
    height: 190px;
  }
  .featured-work-title-wrapper {
    padding-right: 15px;
  }
  .featured-work-title-wrapper.small {
    padding: 25px 15px 25px 25px;
  }
  .recent-work-title {
    font-size: 23px;
    line-height: 26px;
  }
  .recent-work-title.small {
    font-size: 17px;
    line-height: 19px;
  }
  .recent-work-title.large {
    font-size: 31px;
    line-height: 32px;
  }
  .recent-work-block {
    height: 225px;
  }
  .footer {
    padding-top: 45px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-row {
    padding-right: 15px;
    padding-left: 15px;
    text-align:center;
  }
  .page-header-overlay {
    padding-top: 150px;
    padding-bottom: 140px;
  }
  .page-header-overlay.default {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .page-header-title {
    font-size: 48px;
  }
  .page-header-title.subtitle {
    margin-top: 15px;
  }
  .service-item-block {
    padding: 25px;
  }
  .service-title {
    font-size: 18px;
    line-height: 18px;
  }
  .service-small-icon {
    height: 21px;
    margin-bottom: 13px;
  }
  .service-description-small {
    line-height: 18px;
  }
  .link.learn-more {
    margin-top: 14px;
  }
  .link.learn-more.fixed {
    left: 25px;
    bottom: 25px;
  }
  .intro-block-title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 19px;
  }
  .info-image-block {
    height: 320px;
  }
  .info-text-block {
    height: 260px;
    padding: 35px;
    font-size: 12px;
    line-height: 20px;
  }
  .nav-dropdown {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-link {
    padding-left: 45px;
  }
  .team-member-image {
    height: 230px;
  }
  .OUR PROJECTS-tab-button {
    margin-right: 21px;
  }
  .work-page-header {
    height: auto;
  }
  .work-header-overlay {
    padding-top: 215px;
    padding-bottom: 200px;
  }
  .dynamic-item-content-block {
    width: 94%;
    padding: 25px;
  }
  .dynamic-item-content-block.single-page {
    padding-left: 25px;
  }
  .dynamic-item-content-block.work-info-block {
    margin-top: -20px;
  }
  .COFFEE TABLE-post-link-title {
    font-size: 24px;
    line-height: 25px;
  }
  .fixed-content-block {
    padding: 25px 25px 20px;
  }
  .fixed-content-block.CONTACT {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 25px;
  }
  .fixed-block-title {
    margin-bottom: 17px;
    font-size: 19px;
  }
  .fixed-image-block-overlay {
    padding: 70px 25px 20px;
    line-height: 19px;
  }
  .CONTACT-map {
    height: 470px;
    padding-top: 0px;
  }
  .CONTACT-map-wrapper {
    height: 370px;
  }
  .fixed-info-block {
    width: 260px;
  }
  .recent-COFFEE TABLE-post-title {
    font-size: 18px;
    line-height: 22px;
  }
  .recent-work-subtitle {
    margin-top: 7px;
  }
  .bottom-footer-block {
    margin-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .intro-block-icon {
    margin-right: 10px;
  }
  .CONTACT-us-list-item.last {
    padding-left: 26px;
  }
  .CONTACT-us-icon {
    top: 1px;
    height: 16px;
  }
  .CONTACT-us-text {
    font-size: 11px;
  }
  .project-image {
    height: 130px;
  }
  .menu-button {
    width: 80px;
    height: 80px;
    padding-top: 23px;
    background-color: #363636;
    color: #fff;
    font-size: 32px;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #555;
  }
  .menu-button.w--open {
    background-color: #008000;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .navbar-wrapper {
    height: 50px;
  }
  .container.HOME-intro-container {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .container.info-container {
    margin-bottom: 25px;
  }
  .container.with-fixed-block {
    padding-right: 0px;
  }
  .nav-link {
    padding: 15px 25px;
    font-size: 17px;
  }
  .text-logo {
    margin-top: 9px;
    font-size: 22px;
    line-height: 24px;
  }
  .text-logo.subtitle {
    margin-top: -1px;
    font-size: 8px;
  }
  .HOME-hero-section {
    height: 530px;
  }
  .section {
    padding: 25px;
  }
  .section.white.stats {
    padding-bottom: 15px;
  }
  .recent-OUR PROJECTS-col-left {
    padding-left: 0px;
  }
  .recent-OUR PROJECTS-col-right {
    padding-right: 0px;
  }
  .featured-work-block {
    height: 350px;
  }
  .navbar-bg {
    height: 50px;
  }
  .navbar-container {
    height: 50px;
  }
  .slide-overlay {
    padding-top: 125px;
  }
  .slide-title {
    font-size: 45px;
    line-height: 49px;
  }
  .slide-title.subtitle {
    font-size: 13px;
  }
  .HOME-intro-column {
    padding-left: 0px;
  }
  .HOME-intro-block {
    height: auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #e0e0e0;
    border-right-width: 0px;
    border-right-color: #000;
    font-size: 12px;
    line-height: 19px;
  }
  .HOME-intro-block.last {
    border-bottom-width: 0px;
    border-bottom-color: #000;
  }
  .HOME-intro-block.CONTACT {
    height: auto;
    padding-bottom: 15px;
    line-height: 19px;
  }
  .HOME-intro-block.WHAT WE DO-block {
    height: auto;
    padding-bottom: 20px;
  }
  .featured-work-title-wrapper {
    padding: 25px;
  }
  .featured-work-title-wrapper.small {
    padding-right: 25px;
  }
  .recent-work-title {
    font-size: 27px;
  }
  .recent-work-title.small {
    font-size: 19px;
  }
  .footer {
    padding-top: 35px;
  }

  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .page-header._404 {
    height: auto;
  }
  .page-header-overlay {
    padding: 100px 25px;
  }
  .page-header-overlay.COFFEE TABLE-post {
    padding-top: 109px;
    padding-bottom: 60px;
  }
  .page-header-overlay.default {
    padding-top: 95px;
    padding-bottom: 45px;
  }
  .page-header-overlay._404 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-header-overlay.WHAT WE DO {
    padding-top: 100px;
  }
  .page-header-title {
    font-size: 38px;
    line-height: 38px;
  }
  .service-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-item-block {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .service-title {
    margin-bottom: 16px;
    line-height: 20px;
  }
  .service-small-icon {
    margin-top: -2px;
    margin-right: 13px;
    float: left;
  }
  .intro-block-title {
    margin-bottom: 12px;
  }
  .info-image-block.about-us-2 {
    height: 340px;
  }
  .info-image-block.CONTACT {
    height: 510px;
  }
  .info-image-block.quote-1 {
    height: 450px;
  }
  .info-text-block {
    height: auto;
    padding: 25px;
  }
  .info-text-block.CONTACT-form {
    height: auto;
  }
  .info-text-block.quote-block-1 {
    height: auto;
  }
  .info-text-block.quote-block-2 {
    height: auto;
  }
  .stats-col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .stats-block {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .team-member-image {
    height: 260px;
  }
  .OUR PROJECTS-tabs-menu {
    margin-top: -85px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .OUR PROJECTS-tab-button {
    display: block;
    margin-right: 0px;
    margin-bottom: 6px;
    padding-bottom: 0px;
  }
  .work-header-overlay {
    padding-top: 165px;
    padding-bottom: 140px;
  }
  .dynamic-post-image {
    height: 225px;
  }
  .dynamic-item-content-block.single-page {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .fixed-block-container-wrapper {
    position: static;
    padding-top: 20px;
  }
  .CONTACT-map {
    height: 370px;
    padding-bottom: 35px;
  }
  .CONTACT-map-wrapper {
    height: 280px;
  }
  .field {
    height: 45px;
  }
  .quote-section-wrapper {
    margin-bottom: 40px;
  }
  .fixed-info-block {
    width: 100%;
  }
  .recent-work-subtitle {
    font-size: 12px;
  }
  .bottom-footer-block {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .bottom-footer-col-left {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .bottom-footer-col-right {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .CONTACT-us-text {
    font-size: 12px;
  }
  .OUR PROJECTS-list.examples {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-images-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-image {
    height: 170px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-nav {
    height: 100px;
    font-size: 7px;
  }
  .team-member-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-block-wrapper {
    margin-bottom: 10px;
    padding: 25px;
  }
  .instructions-title {
    font-size: 23px;
  }
  .instructions-title._2 {
    font-size: 19px;
    line-height: 24px;
  }
  .instructions-row {
    margin-top: 10px;
  }
  .instructions-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-col-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .licensing-info-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .licensing-info-col-right {
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 12px;
  }
  .container.HOME-intro-container {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .nav-link {
    padding: 11px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .HOME-hero-section {
    height: 430px;
  }
  .section {
    padding: 20px;
  }
  .featured-work-block {
    height: 290px;
  }
  .slide-overlay {
    padding-top: 105px;
  }
  .slide-title {
    font-size: 35px;
    line-height: 34px;
  }
  .slide-title.subtitle {
    line-height: 20px;
  }
  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .HOME-intro-block {
    padding: 20px 20px 40px;
    font-size: 11px;
  }
  .HOME-intro-block.last {
    padding-bottom: 50px;
  }
  .HOME-intro-block.last.CONTACT {
    padding-bottom: 20px;
  }
  .HOME-intro-block.CONTACT {
    padding-bottom: 5px;
  }
  .HOME-intro-block.WHAT WE DO-block {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .HOME-intro-block.WHAT WE DO-block.last {
    padding-bottom: 20px;
  }
  .recent-work-title {
    font-size: 24px;
    line-height: 24px;
  }
  .recent-work-title.large {
    line-height: 30px;
  }
  .footer {
    font-size: 11px;
    line-height: 19px;
  }
  .footer-title {
    margin-bottom: 14px;
  }
  .page-header-overlay {
    padding: 80px 20px 70px;
  }
  .page-header-overlay.COFFEE TABLE-post {
    padding-top: 79px;
    padding-bottom: 30px;
  }
  .page-header-overlay.default {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .page-header-overlay.WHAT WE DO {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .page-header-title {
    font-size: 23px;
    line-height: 27px;
  }
  .page-header-title.subtitle {
    margin-top: 10px;
    font-size: 13px;
    line-height: 14px;
  }
  .service-item-block {
    padding: 20px;
  }
  .service-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .service-small-icon {
    height: 18px;
    margin-bottom: 9px;
  }
  .link.learn-more.fixed {
    left: 20px;
    bottom: 20px;
  }
  .intro-block-title {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .info-image-block {
    width: 100%;
    height: 190px;
  }
  .info-image-block.about-us-2 {
    height: 280px;
  }
  .info-image-block.CONTACT {
    height: 160px;
  }
  .info-image-block.quote-1 {
    height: 130px;
  }
  .info-image-block.quote-2 {
    height: 160px;
  }
  .info-text-block {
    position: static;
    width: 100%;
    padding: 20px;
    font-size: 11px;
  }
  .info-text-block.quote-block-1 {
    display: block;
    float: right;
  }
  .info-text-block.quote-block-2 {
    float: right;
  }
  .stats-block {
    padding-right: 11px;
    padding-left: 11px;
  }
  .stats-title {
    font-size: 32px;
    line-height: 20px;
  }
  .stats-title.description {
    font-size: 12px;
  }
  .dropdown-link {
    padding-left: 20px;
  }
  .team-member-image {
    height: 230px;
  }
  .team-member-description-block {
    padding: 15px;
  }
  .team-member-name.title {
    margin-top: 0px;
    font-size: 10px;
  }
  .OUR PROJECTS-tabs-menu {
    margin-top: -65px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
  }
  .work-header-overlay {
    padding-top: 115px;
    padding-bottom: 70px;
  }
  .dynamic-post-image {
    height: 145px;
  }
  .dynamic-item-content-block {
    padding: 20px;
    line-height: 20px;
  }
  .dynamic-item-content-block.COFFEE TABLE-author {
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .COFFEE TABLE-post-link-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
  }
  .fixed-block-container-wrapper {
    padding-top: 20px;
  }
  .field {
    height: 40px;
    margin-bottom: 4px;
  }
  .quote-form {
    margin-bottom: 0px;
  }
  .quote-section-wrapper {
    margin-bottom: 25px;
  }
  .COFFEE TABLE-author-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .COFFEE TABLE-author-title {
    font-size: 16px;
    line-height: 23px;
  }
  .COFFEE TABLE-author-title.subtitle {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 10px;
  }
  .recent-COFFEE TABLE-post-title {
    margin-bottom: 12px;
  }
  .recent-work-subtitle.large {
    font-size: 12px;
  }
  .project-image {
    height: auto;
  }
  .slider-nav {
    height: 90px;
  }
  .instructions-block-wrapper {
    padding: 20px;
  }
  .instructions-title {
    font-size: 20px;
    line-height: 26px;
  }
  .instructions-title._2 {
    font-size: 15px;
    line-height: 19px;
  }
  .instructions-col-left {
    padding-bottom: 10px;
  }



