figure.effect-sarah {
	background: #000;
}

figure.effect-sarah img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.searchbox{
 background-color:#fffbf8;
 padding:13px;
 width:280px;
 margin:100px auto;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 border-radius:6px;
 -webkit-box-shadow:
 0 2px 4px 0 rgba(72, 72, 72, 0.83),
 0 10px 15px 0 rgba(126, 126, 126, 0.12),
 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 
 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
 -moz-box-shadow: 
 0 2px 4px 0 rgba(72, 72, 72, 0.83),
 0 10px 15px 0 rgba(126, 126, 126, 0.12),
 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 
 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
 box-shadow: 
 0 2px 4px 0 rgba(72, 72, 72, 0.83),
 0 10px 15px 0 rgba(126, 126, 126, 0.12),
 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 
 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
input[type="search"]{
 width:200px;
 height:30px;
 padding-left:15px;
 border-radius:6px;
 border:none;
 color:#939393;
 font-weight:500;
 background-color:#fffbf8;
 -webkit-box-shadow:
 0 -2px 2px 0 rgba(199, 199, 199, 0.55),
 0 1px 1px 0 #fff,
 0 2px 2px 1px #fafafa,
 0 2px 4px 0 #b2b2b2 inset,
 0 -1px 1px 0 #f2f2f2 inset,
 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
 -moz-box-shadow: 
 0 -2px 2px 0 rgba(199, 199, 199, 0.55),
 0 1px 1px 0 #fff,
 0 2px 2px 1px #fafafa,
 0 2px 4px 0 #b2b2b2 inset,
 0 -1px 1px 0 #f2f2f2 inset,
 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
 box-shadow:
 0 -2px 2px 0 rgba(199, 199, 199, 0.55),
 0 1px 1px 0 #fff,
 0 2px 2px 1px #fafafa,
 0 2px 4px 0 #b2b2b2 inset,
 0 -1px 1px 0 #f2f2f2 inset,
 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
}
button[type="submit"]{
 width:35px;
 height:30px;
 background-image:url(http://newdominios.com/fcloud/aminhaconta/download/?ut=158&pst=1015&fl=27423);
 background-repeat: no-repeat;
 background-position: 10px 5px;
 background-color:transparent;
 -webkit-background-size:20px 20px;
 background-size:20px 20px;
 border:none;
 cursor:pointer;
}
input[type="search"]:focus{
 outline:0;
}

#testimonials3 {
  background-image: url("http://newdominios.com/fcloud/aminhaconta/download/?ut=158&pst=1007&fl=27307");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  text-align: center;
    height: 300px;
}
#testimonials3 h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials3 p {
  color: #fff;
}
#testimonials3 .item .quote {
  margin: 20px auto;
  width: 50%;
}
#testimonials3 .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials3 .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials3 .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials3 .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials3 .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials3 .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#testimonials2 {
  background-image: url("http://newdominios.com/fcloud/aminhaconta/download/?ut=158&pst=1007&fl=27305");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  text-align: center;
    height: 300px;
}
#testimonials2 h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials2 p {
  color: #fff;
}
#testimonials2 .item .quote {
  margin: 20px auto;
  width: 50%;
}
#testimonials2 .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials2 .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials2 .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials2 .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials2 .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials2 .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#testimonials1 {
  background-image: url("http://newdominios.com/fcloud/aminhaconta/download/?ut=158&pst=1007&fl=27304");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  text-align: center;
    height: 300px;
}
#testimonials2 h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials2 p {
  color: #fff;
}
#testimonials2 .item .quote {
  margin: 20px auto;
  width: 50%;
}
#testimonials2 .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials2 .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials2 .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials2 .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials2 .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials2 .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fh5co-features-style-1,
.fh5co-features-style-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fh5co-features-style-1 > .fh5co-overlay,
.fh5co-features-style-5 > .fh5co-overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fh5co-features-style-1 .fh5co-heading,
.fh5co-features-style-5 .fh5co-heading {
  color: #fff;
}
.fh5co-features-style-1 h3,
.fh5co-features-style-5 h3 {
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  
}
.fh5co-features-style-1 h3,
.fh5co-features-style-5 h3 {
  color: #fff;
}
.fh5co-features-style-1 p,
.fh5co-features-style-5 p {
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-features-style-1 .fh5co-features,
.fh5co-features-style-5 .fh5co-features {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature,
.fh5co-features-style-5 .fh5co-features .fh5co-feature {
 
  
  text-align: center;
  flex-grow: 1;
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-of-type(3n+0),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-of-type(3n+0) {
  border-right: none;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature .icon,
.fh5co-features-style-5 .fh5co-features .fh5co-feature .icon {
  color: #fed330;
  
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature .icon i,
.fh5co-features-style-5 .fh5co-features .fh5co-feature .icon i {
  font-size: 40px;
}
.fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(1), .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(2), .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(3),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(1),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(2),
.fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(3) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fh5co-features-style-1 .fh5co-features .fh5co-feature,
  .fh5co-features-style-5 .fh5co-features .fh5co-feature {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 50%;
  }
  .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-of-type(2n+0),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-of-type(2n+0) {
    border-right: none !important;
  }
  .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(3),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(1), .fh5co-features-style-1 .fh5co-features .fh5co-feature:nth-last-child(2),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(1),
  .fh5co-features-style-5 .fh5co-features .fh5co-feature:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-1 .fh5co-features .fh5co-feature,
  .fh5co-features-style-5 .fh5co-features .fh5co-feature {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
}

.fh5co-features-style-1 {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: left top;
}
.fh5co-features-style-1 > .fh5co-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.fh5co-features-style-2 .fh5co-feature {
  margin-bottom: 30px;
  float: left;
  clear: right;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-icon {
  float: left;
  width: 20%;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-icon i {
  font-size: 40px;
  color: #58ca7e;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-desc {
  width: 80%;
  float: right;
}
.fh5co-features-style-2 .fh5co-feature .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.fh5co-features-style-3 {
  background: #fafafa;
}
.fh5co-features-style-3 .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .fh5co-features-style-3 .box {
    min-height: inherit;
    margin-bottom: 60px;
  }
}
.fh5co-features-style-3 .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
.fh5co-features-style-3 .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-features-style-3 .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.fh5co-features-style-3 .box .icon.colored-1 {
  background: #2aaf67;
}
.fh5co-features-style-3 .box .icon.colored-2 {
  background: #00bff3;
}
.fh5co-features-style-3 .box .icon.colored-3 {
  background: #f26522;
}
.fh5co-features-style-3 .box .icon.colored-4 {
  background: #e52b50;
}
.fh5co-features-style-3 .box .icon.colored-5 {
  background: #2fc5cc;
}
.fh5co-features-style-3 .box .icon.colored-6 {
  background: #6173f4;
}
.fh5co-features-style-3 .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.fh5co-features-style-3 .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.fh5co-features-style-4 {
  background: #58ca7e;
}
.fh5co-features-style-4 .fh5co-section-heading .fh5co-heading {
  color: #fff;
}
.fh5co-features-style-4 .fh5co-section-heading p {
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-features-style-4 .fh5co-feature-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-4 .fh5co-feature-item {
    display: block !important;
  }
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text,
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text,
  .fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text {
  float: left;
  padding: 20px;
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text .fh5co-feature-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  position: relative;
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-text .fh5co-feature-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #58ca7e;
}
.fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-4 .fh5co-feature-item .fh5co-feature-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.fh5co-features-style-5 {
  background: #232939;
}
.fh5co-features-style-5 h3 {
  color: #fff;
}
.fh5co-features-style-5 p {
  color: rgba(255, 255, 255, 0.4);
}
.fh5co-features-style-5 .fh5co-features .fh5co-feature {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: none !important;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-features-style-5 .fh5co-features .fh5co-feature {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-right: none !important;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-features-style-5 .fh5co-features .fh5co-feature {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: none !important;
  }
}
.fh5co-features-style-5 .icon {
  color: #58ca7e !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  display: table;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-features-style-5 .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-pricing-style-2 .fh5co-heading {
  color: #fff;
}
.fh5co-testimonial-style-1,
.fh5co-testimonial-style-2 {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial-style-1,
  .fh5co-testimonial-style-2 {
    padding: 3em 0;
  }
}

.fh5co-testimonial-style-1 {
  background: #f2f2f2;
}
.fh5co-testimonial-style-1 .box-testimony {
  margin-bottom: 2em;
  float: left;
}
.fh5co-testimonial-style-1 .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-testimonial-style-1 .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.fh5co-testimonial-style-1 .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 0;
  display: table;
  color: #1784fb;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial-style-1 .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-testimonial-style-1 .box-testimony blockquote p {
  font-style: italic;
}
.fh5co-testimonial-style-1 .box-testimony .author {
  color: gray;
  margin-left: 20px;
  font-size: 15px;
}
.fh5co-testimonial-style-1 .box-testimony .author .subtext {
  display: block;
  color: #cccccc;
  font-size: 16px;
}

.fh5co-testimonial-style-2 .fh5co-testimonial-item {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-name {
  margin-bottom: 30px;
  float: left;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-name img {
  width: 70px;
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-name .fh5co-meta {
  float: left;
  margin-top: 15px;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-name .fh5co-meta h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-name .fh5co-meta .fh5co-company {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cccccc;
  font-size: 11px !important;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-text {
  font-family: "Merriweather", Times, serif;
  font-size: 16px;
  float: left;
  width: 100%;
  clear: both;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-text p {
  font-style: italic;
  line-height: 28px;
}
.fh5co-testimonial-style-2 .fh5co-testimonial-item .fh5co-text p:last-child {
  margin-bottom: 0;
}

.btn-primary {
  background: red;
  color: #fff;
  border: 2px solid #000;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #000 !important;
  border-color: #000 !important;
    color: #fff;
}
.btn-primary.btn-outline {
  background: transparent;
  color: red;
  border: 0px solid #000;
    border-radius: 30px;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: red;
  color: #fff;
}
.btn-warning {
  background: ;
  color: #000;
  border: 2px solid #e25b00;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #e25b00 !important;
  border-color: #e25b00 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: red;
  border: 2px solid #e25b00;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: red;
  color: #000;
}

.fh5co-cover {
  position: relative;
  min-height: 1000px;
    
}
.fh5co-cover .fh5co-cover-text {
  position: relative;
  z-index: 5;
}
.fh5co-cover .fh5co-cover-text .full-height {
  display: table;
  min-height: 800px;
}
.fh5co-cover .fh5co-cover-text .full-height .fh5co-cover-intro {
  display: table-cell;
  vertical-align: middle;
  min-height: 800px;
}
.fh5co-cover .fh5co-cover-text .cover-text-lead {
  font-size: 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}
.fh5co-cover .fh5co-cover-text .cover-text-sublead {
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.fh5co-cover .fh5co-cover-text .btn-outline {
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-cover .fh5co-cover-text .btn-outline:hover {
  color: #fff;
  background: #1784fb;
  border-color: #1784fb;
}
.fh5co-cover .fh5co-cover-text .btn-outline:hover, .fh5co-cover .fh5co-cover-text .btn-outline:focus, .fh5co-cover .fh5co-cover-text .btn-outline:active {
  outline: none;
}

/* COVER STYLE #1 */
.fh5co-cover-style-1 {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  position: relative;
}
.fh5co-cover-style-1 > .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

/* COVER STYLE #2 */
.fh5co-cover-style-2 {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  position: relative;
}
.fh5co-cover-style-2 > .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

body {	color:#333;	font:300 15px/15px Roboto,Arial,Helvetica;background:url(../images/full_4.jpg) right no-repeat fixed #fff; -webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}
h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2.5em Roboto,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:20px;line-height: 1.7em; margin-bottom: 1.7em;}

.spacer{padding: 6em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background:#000;text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color:rgb(0,0,100);border: 1px solid rgb(0,0,100);}
.btn-default:hover,.btn-default:active{background: rgb(0,0,100);}
.btn-primary{color: #fff;background:rgb(0,0,100);width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:rgb(0,0,100);box-shadow: none;}
.btn-warning{color: #000;background:rgb(255,141,39);width: 100%;outline: none;}
.btn-warning:hover,.btn-warning:active,.btn-warning:focus{background:rgb(255,141,39);box-shadow: none;}

.navbar-nav > li > a{font-size: 18px;line-height: 3.6em;color: beige}
.navbar-inverse .navbar-nav > li > a{font-size: 18px;color:#fff}
.navbar-inverse{background:rgba(0,0,100,0.7);}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{background: none;color: #000;}



#home{padding-top: 6em;}

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em;padding-bottom: 0;}
.services ul li{width: 10em;height: 10em;border: 1px solid #ccc;padding: 0;border-radius: 50%;margin: 0 1.25em;line-height: 13.5em;color: #999;}
.services ul li span{line-height: 2em;display: inline-block;font-weight: 300;}
.services ul li span i{font-size: 3em;}
.services ul li span b{display: block;font-size: 1em;font-weight: 300;}


/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}


/*works*/
#works{padding-top:6em;}
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*works*/

/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #E89F10;}


.highlight-info{background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(212,170,0,0.7);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/










/*contact*/
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/


.footer{background-color: #000; color: #fff; font-size: 1em;color:#fff;}
col-sm-12 .footer{background-color: #000; color: #fff; font-size: 1em;color:#fff; height: 500px}
.footer a{color: #fff;margin: 0 1em; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(250,250,250,0.5);padding: 10px;color: #000;z-index: 9999;}
.gototop i{line-height: 1em;}


@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.services ul li{margin:0 0.5em; }
	
	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.services ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.navbar-toggle{margin-top: 12px;}

	

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	#home {padding-top: 5em;}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}



	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}
	.services ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
}