@charset "UTF-8";
/* CSS Document */

/* Scroll Wrapper */
/* Scroll Wrapper */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #8ccaae;
	color: #fff;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #ededed;
	color:#000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
#fh5co-services, #fh5co-about, #fh5co-contact, #fh5co-work {
  padding: 7em 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 60px;
}
#map {
  width: 100%;
  height: 500px;
  position: relative;
}
h3.sub {
	font-size:45px;
	color:#fff;
	text-align:center;
	font-weight:100;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-imgs {
    margin-bottom: 80px;
  }
}
.fh5co-text span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 1px;
}
.fh5co-text h2 {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fh5co-text p {
  color: rgba(0, 0, 0, 0.5);
}
.img-holder-1 img,
.img-holder-2 img {
  max-width: 100%;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 320px) and (max-width: 768px) {
.fh5co-text {
  padding-top: 50px;
  float:right;
}
.fh5co-text-case {
  padding-top: 50px;
  padding-left:0px;
}
}
.btn.btn-primary {
  background: #8ccaae;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform:uppercase;
}
.fh5co-cover-portfolio,
.fh5co-portfolio {
  position: relative;
  height: 500px;
  font-weight: 300;
}
.fh5co-cover-portfolio .desc span {
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform:uppercase;
}
h3.sub {
	font-size:25px;
	color:#fff;
	text-align:center;
	font-weight:100;
}
@media screen and (max-width: 768px) {
.fh5co-cover-portfolio,
 .fh5co-portfolio {
    height: 400px;
  }
}
.fh5co-cover-portfolio {
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover-portfolio {
    height: inherit;
    padding: 3em 0;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-cover-portfolio{
    height: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover-portfolio .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -40px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover-portfolio .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover-portfolio .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover-portfolio .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover-portfolio .desc span {
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 1px;
}
.fh5co-cover-portfolio .desc span a {
  color: #fff;
}
.fh5co-cover-portfolio .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover-portfolio.desc span a.fh5co-site-name {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
#fh5co-start-project-section {
  background: #ededed;
  padding: 5em 0;
}