
.fa-quote-left, .fa-quote-right {
	color: #cccccc;
	    margin: 0 0 4px 0;

}

.fa-plus {
	color: #ec6134;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight:800;
  letter-spacing: 1px;
  text-transform:uppercase;
  border: solid #ffffff 1px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn:hover {
  border: solid #2a272e 1px;
  color: #2a272e;
  text-decoration: none;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-prev {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight:800;
  letter-spacing: 1px;
  text-transform:uppercase;
  border: solid #999999 1px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.btn-next {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight:800;
  letter-spacing: 1px;
  text-transform:uppercase;
  border: solid #999999 1px;
  padding: 15px 38px 15px 38px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}

.btn-prev:hover , .btn-next:hover {
  border: solid #2a272e 1px;
  color: #2a272e;
  text-decoration: none;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

ul.press li {
	margin:0 0 10px 0;
}

.widget {
	margin: 0 0 40px 0;
}

.project-nav {
	text-align:right;
	margin: 0 0 60px 0;
}


#other-projects {
	margin:60px 0 0 0;
	padding: 60px 0;
	background: #ebebeb;
}

#other-projects .img-wrap {
	margin: 0 0 20px 0;
}

#other-projects h1 {
	font-size: 14px;
	font-weight:800;
	line-height: 16px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 40px 0;
	float:none;
	text-align:center;
}

#other-projects a {
	color:#333333;
}

#other-projects a:hover {
	color: #ec6134;
}

.muted {
	color: #999999;
}

.clients {
	text-align:center;
	margin: 60px 0 30px 0;
}

.btn-clients {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight:800;
  letter-spacing: 1px;
  text-transform:uppercase;
  border: solid #999999 1px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.thumbnails {
	width: 100%;
  margin-top: -20px;
}
.thumbnails > li {
  margin-top: 20px;
  text-align:center;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.column {
        width: 33.3333333%;
		float:left;
}

@media screen and (max-width: 767px) {
.project-nav {
	text-align:left;
}
}
