/*------------------------------------------------------------------
Project:	E3 Studio
-------------------------------------------------------------------*/


/* Global Styles */
body{
	background-color: #e3e3e3;
	font-family: "Avenir";
}
body *{
		-webkit-transition: all 0.5s ease; 
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;        
		transition: all 0.5s ease; 
		max-width: 100%;}
  
  .no-transition , .fancybox-wrap , .fancybox-wrap *, .parallax-mirror, .parallax-mirror * {
    -webkit-transition: none;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: none;  /* Firefox 4-15 */
       -o-transition: none;  /* Opera 10.50, 12.00 */
          transition: none;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */}
  .no-transition-inner , .no-transition-inner *{ 
    -webkit-transition: none;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: none;  /* Firefox 4-15 */
       -o-transition: none;  /* Opera 10.50, 12.00 */
          transition: none;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */}
  .add-transition, .add-transition *{
   -webkit-transition: all 0.5s ease;  /* Chrome 1-25, Safari 3.2+ */
   -moz-transition: all 0.5s ease;  /* Firefox 4-15 */
     -o-transition: all 0.5s ease;  /* Opera 10.50, 12.00 */
        transition: all 0.5s ease;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */}
        
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6{margin-top: 0; font-weight: 100;} 
h3{
	text-transform: uppercase;
	color: #89a340;
}
.date{
	font-style: italic;
	font-size: 12px;
}
ul.no-style{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
label{
	font-weight: 100;
}
a {
    color: #5E7D33;
    text-decoration: none;
}
.bottom20{
	margin-bottom: 20px;
}

.parallax {
	background:transparent;
	background-size: cover; 
	margin-bottom: 30px; 
	position: relative;
}

.services-header {
	background-position: bottom center; 
	min-height: 60vh;
}



@-webkit-keyframes menu-animation {
  0%   { -webkit-transform: translateY(0); transform: translateY(0) }
  50%  { -webkit-transform: translateY(-10px); transform: translateY(-10px) }
  100% { -webkit-transform: translateY(0); transform: translateY(0) }
}
@-moz-keyframes menu-animation {
  0%   { -webkit-transform: translateY(0); transform: translateY(0) }
  50%  { -webkit-transform: translateY(-10px); transform: translateY(-10px) }
  100% { -webkit-transform: translateY(0); transform: translateY(0) }
}
@-o-keyframes menu-animation {
  0%   { -webkit-transform: translateY(0); transform: translateY(0) }
  50%  { -webkit-transform: translateY(-10px); transform: translateY(-10px) }
  100% { -webkit-transform: translateY(0); transform: translateY(0) }
}
@keyframes menu-animation {
  0%   { -webkit-transform: translateY(0); transform: translateY(0) }
  50%  { -webkit-transform: translateY(-10px); transform: translateY(-10px) }
  100% { -webkit-transform: translateY(0); transform: translateY(0) }
}

/* Header Styles */
.navbar-wrapper{
	margin-top:0px;
}
.nav.navbar-nav{
	margin-top: 10px;
}
.navbar-brand{
	height: auto;
	padding: 15px 0px;	
}
.navbar-brand:hover{
	opacity: .8;
}
	.navbar-wrapper{
		margin-top:0px !important;
	}
	.navbar-wrapper .navbar {
		border-radius: 0px !important; 
	}
	.navbar-nav {
	  float: right;
	  margin: 0;
	}
.navbar-inverse, footer, .quote, .gradient-box{
	background: #89a340;
	background: -moz-linear-gradient(left,  #89a340 0%, #6ba37b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#89a340), color-stop(100%,#6ba37b));
	background: -webkit-linear-gradient(left,  #89a340 0%,#6ba37b 100%);
	background: -o-linear-gradient(left,  #89a340 0%,#6ba37b 100%);
	background: -ms-linear-gradient(left,  #89a340 0%,#6ba37b 100%);
	background: linear-gradient(to right,  #89a340 0%,#6ba37b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89a340', endColorstr='#6ba37b',GradientType=1 );
	border: none;
	border-radius: 0px;
	color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
	color: #FFFFFF;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 10px 25px !important;
}
.navbar-inverse .navbar-nav > li:last-child a{
	padding-right: 0px !important;
} 
.navbar-inverse .navbar-toggle {
	border: none;
	background-color: rgb(119, 119, 119);
}
.navbar-nav > li{
	float: none;
}
.nav > li{
	display: inline-block;
}	
.nav > li > a > img,
.nav > li > a > svg {
	display: block;
	margin: auto;
}

.nav > li > a > svg {
	max-height: 36px;
	max-width: 45px;
	fill: #77876b;
}

.nav > li >a:hover > svg,
.nav > li > a:hover > img {
	animation: menu-animation 0.4s ease;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background: rgba(255,255,255,0.1);
}

.nav ul.dropdown-menu {
	font-size: 14px;
	border-radius: 0;
	border: 0;
	width: 250px;
}

.nav ul.dropdown-menu li a {
	color: #999;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 768px){
	.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

.number-mobile {
	float: right;
	font-size: 18px;
	margin-top: -50px;
}

.number-mobile a {
	color: #fff;
}
	
/* Button Styles */
.btn, .contact input[type="submit"]{
	background: #58604d;
	background: -moz-linear-gradient(top,  #58604d 50%, #58604d 50%, #5a6850 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#58604d), color-stop(50%,#58604d), color-stop(50%,#5a6850));
	background: -webkit-linear-gradient(top,  #58604d 50%,#58604d 50%,#5a6850 50%);
	background: -o-linear-gradient(top,  #58604d 50%,#58604d 50%,#5a6850 50%);
	background: -ms-linear-gradient(top,  #58604d 50%,#58604d 50%,#5a6850 50%);
	background: linear-gradient(to bottom,  #58604d 50%,#58604d 50%,#5a6850 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58604d', endColorstr='#5a6850',GradientType=0 );
	border-radius: 0px;
	border: none;
	color: #fff;
}
.contact input[type="submit"]{
	margin-bottom: 20px;
}
.entry .btn-primary:hover,
.contact input[type="submit"]:hover {
	color: #333;
}
.btn.view-all{
	padding: 6px 50px;
	font-size: 24px;
	display: block;
	margin: 30px auto;
	width: 300px;
}
button.btn{
	margin-bottom: 20px;
	width: 100%;
	border: none;
}


#project-filter {
	margin-bottom: 30px;
	text-align: center;
}

.project-filter-inner {
	display: inline-block;
}

#project-filter .button {
	background: #89a340;
	padding: 8px 15px;
	border: 0;
	box-shadow: none;
	outline: none;
	color: #fff;
}

#project-filter .button.is-checked {
	background: #6ca37b;
}

.project-grid {
	margin-bottom: 30px;
}

.project-item {
	position: relative;
	padding: 5px;
}

.project-item-inner {
	position: relative;
	overflow: hidden;
}

.project-item-inner img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease;
	transition: all 1s ease;
}

.project-item:hover .project-item-inner img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 4s ease
}

/*.project-item .project-item-inner a:before {
	content: "";
	position: absolute;
	background: rgba(137,163,64,0.65);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.project-item:hover .project-item-inner a:before {
	opacity: 1;
}*/

.project-item h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-transform: none;
	padding: 30px 15px 15px 15px;
	margin: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 2;

}


/* Page Styles */
.fancy{
	font-size: 55px;
	color: #89a340;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 0.1em;
	margin: 36px 0 40px;
	text-transform: uppercase;
}
.fancy span{
	font-family: 'Museo Slab W01_900', serif;
	text-transform: lowercase;
}
.fancy div{
	background: #e3e3e3;
	padding: 0 20px;
	position: relative;
	display: inline;
}
.container.marketing img{
	width: 100%;
	height: auto;
}
.quote{
	padding: 40px 15px 20px 15px;
	height: 360px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
	.quote p{
		font-size: 32px;
		text-align: left;
	}
	@media (max-width:1200px) and (min-width:767px){
		.quote p{
			font-size: 2.5vw;
		}
	}
.quote-teal{
	background: #23a1af;
	background: -moz-linear-gradient(left,  #23a1af 0%, #c4c46a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#23a1af), color-stop(100%,#c4c46a));
	background: -webkit-linear-gradient(left,  #23a1af 0%,#c4c46a 100%);
	background: -o-linear-gradient(left,  #23a1af 0%,#c4c46a 100%);
	background: -ms-linear-gradient(left,  #23a1af 0%,#c4c46a 100%);
	background: linear-gradient(to right,  #23a1af 0%,#c4c46a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a1af', endColorstr='#c4c46a',GradientType=1 );

}
.quote-border{
	background: white;
	border: 1px solid #89a340;
	color: #89a340; 
}

/* Carousel - WHY FIXED HEIGHTS BOOTSTRAP, WHY!? */
.carousel, .carousel .item {
	height: auto;
}
.carousel-inner > .item > img {
	height: auto;
	position: relative;
	width: 100%;
}

.carousel-inner > .item > a > img {
	width: 100%;
}

.call-out{
	background: #fff;
	padding: 15px;
}
	.call-out p{
		border-left: 1px solid #89a340;
		padding: 10px 20px;
		font-size: 18px;
	}
	.call-out.what-we-do p{
		margin-top: 14px;
		color: rgb(137, 163, 64);
		text-transform: uppercase;
	} 
.green-highlight{
	background: #89a340;
	font-size: 25px;
	text-align: center;
	color: #fff;
	padding: 20px;
}
.marketing .col-lg-4 {
	margin-bottom: 30px !important;
}
.download-pub{
	border: 1px solid #89a340;
	padding: 20px;
	margin: 10px 0px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #89a340;
	position: relative;
}
	.download-pub:hover{
		background: rgba(137, 163, 64, 0.63);	
	}
	.download-pub:hover img{
		opacity: .3;
	}
	.publications a:hover{
		text-decoration: none;
	}
	.download-pub:hover:after{
		content: url('/media/layout/download.png');
		position: absolute;
		left: 0;
		right: 0;
		top: 13px;

	}
.page-title{
	text-align: center;
	padding: 20px;
	color: #89A340;
	font-size: 46px;
	font-family: "Museo Slab W01_900";
}
.green .page-title, .quote-teal .page-title {
	color: #fff;
}
.project-cats ul{
	display: inline-block;
	padding: 0px;
	width: 100%
}
.project-cats li{
	width: 46%;
	float: left;
	margin: 2%;
	list-style: none;
	min-height: 260px;
	text-align: center;
	background-position: center center !important;
	background-size: 145% !important;
}
	.project-cats span, .project span{
		background-color: rgb(136, 163, 65);
		padding: 0px 35px;
		color: #fff;
	}
	.project-cats li:hover div, .latest-creations .project:hover div.no-transition{
		background-color: rgba(136, 163, 65, 0.74);
		display: block;
		min-height: 260px;
		text-decoration: none;
	}
	.project:hover img{
	    -webkit-transform: scale(1.2);
	    transform: scale(1.2);
	}
	.project-zoom{
		overflow: hidden;
	    width: 100%;
	    height: 100%;
	    position: relative;
	}
	.project div.no-transition, .project-images a div{
		display: none;
	}
	.project-images a:hover div{
		display: block;
	}
	.project div a, .project-images a div{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		color: #fff;
		font-size: 24px;
		text-decoration: none;
		height: 100%;
		padding: 40% 10%;
	}

	.left-img-quote .project.col-sm-8 div a {
		padding: 20% 10%;
	}
	.project-images a div{
		text-align: center;
		font-size: 60px;
	}
	.project div a hr{
		margin: 0px;
	}
	.project div a em{
		font-style: italic;
		font-family: 'Sorts Mill Goudy', serif;
		font-size: 18px;
	}
	.project div a:hover{
		opacity: .8;
	}
	.project:hover div.no-transition{
		position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
	.project-images a:hover img{
		opacity: .5;
	}
	.project-cats li:hover{
		background-size: 175% !important;
		background-position: center center !important;
	}
	.project-cats li .project-list{
		display: none;
		background: none;
		padding: 10px;
	}
	.project-cats li:hover .project-list{
		display: block;
	}
	.project-cats li .project-list a{
		color: #fff;
		display: block;
	}

/* about us page */
.main-about img{
	margin-bottom: 30px;
	height: auto;
    width: 100%;
}
.team{
	margin-bottom:20px;
}
.team img{
	width: 100%;
	height: auto;
}	
.green{
	background: #89a340;
	color: #fff;
	padding: 20px;
}
.teal{
	background: #6ca37b;
	color: #fff;
	padding: 20px;
}
.white, .services{
	padding: 20px 0px;
}
.white{
	background: #fff;
	padding: 20px;
}
.white .page-title{
	font-size: 26px;
}
.team-title{
	font-size: 14px;
	font-style: italic;
	font-family: 'Sorts Mill Goudy', serif;
}
.services h2{
	color: #fff;
	margin: 0px;
	padding: 10px 0px;
}
.services h3{
	border-bottom: 1px solid #89A340;
	padding: 10px 0px;
}
.services .border-right{
	border-color: #89A340;
}
.services .col-sm-4{
	border-top: 1px solid #89A340;
}
.services .row:first-of-type .border-right{
	min-height: inherit;
}
.design-thinking{
	background: url('/media/layout/design-thinking.jpg');
	padding: 110px;
    color: #fff;
}
/* Project Detail Page */
.call-out.project-info{
	text-align: center;
	padding: 15px;
}
	.call-out.project-info span{
		padding: 5px 20px;
		border-right: 1px solid #89A340;
		color: #89A340;
		text-transform: uppercase;
	}
	.call-out.project-info span:last-of-type{
		border: none;
	}
	.call-out.project-info span img{
		height: 20px;
		margin-right: 10px;
		vertical-align: sub;
	}
.project-desc p{
	text-align: center;
	font-size: 16px;
	color: #4d4947;
}
.project-images{
	display: inline-block;
}
.project-images a{
	margin-bottom: 25px;
	background: #5f5f5f;
	display: inline-block;
}
.project-images img{
	width: 100%;
	height: auto;
}
.project-nav{
	border-top: 1px solid #fff;
	padding: 20px 0px;
	margin-bottom: 30px;
}	
.project-nav a{
	color: #58604d;
	font-size: 17px;
}
.contact input, .contact textarea{
	border-radius: 0px;
	background: 0px;
	box-shadow: none;
	border-color: rgb(135, 163, 67);
}
/* Blog   */
.entry{
	margin-bottom: 15px;
    padding-bottom: 15px;
}
.entry-img{
	margin: auto;
	margin-bottom: 15px;
}
.entry-single{
	margin-bottom: 15px;
}

.entry h2 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 5px;
}

.entry p.date {
	font-size: 1em;
}

.entry .btn-primary {
	padding: 8px 30px;
}

.entry-list {
	border-left: 1px solid #89A340;
}

@media (min-width: 768px) {
	.news-entry-list .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.entry-image {
	padding-left: 0;
}

.blog-single .date {
	font-size: 1.2em;
}

.blog-single {
	font-size: 1.1em;
}

.blog-nav {
	margin-bottom: 30px;
}

.blog-nav li a {
	font-family: "Museo Slab W01_900";
	font-size: 2.2em;
	color: #89A340;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}

.blog-nav li a.active {
	background: #89A340;
	color: #e3e3e3;
	
}

ul.archive-list > li ul {
	padding-left: 15px;
}

.archive-heading {
	font-family: "Museo Slab W01_900";
	color: #949494;
	border-bottom: 1px solid #89A340;
	font-size: 1.5em;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Services */

.parallax {
	background:transparent;
	background-size: cover; 
	margin-bottom: 30px; 
	position: relative;
}

.services-header {
	background-position: bottom center; 
	min-height: 60vh;
}

.accordion-slider {
	width: 100%;
	font-size: 0;
	background: #f5f5f5;
	margin: 30px 0;
}

.accordion-slider .box.first-box {
	background: #89A340;
	background-size: 200px auto;
}

.accordion-slider .box.second-box {
	background: #6ba37b;
	background-size: cover;
}

.accordion-slider .box.third-box {
	background: #23a1af;
	background-size: cover;
}

.accordion-slider .box {
	display: block;
	width: 33.333%;
	font-size: 18px;
	min-height: 400px;
	position: relative;
	float: left;
	border: 3px solid #e3e3e3;
}

.accordion-slider .box svg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	margin-right: -65px;
	margin-bottom: -65px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	fill: #ffffff;
	width: 130px;
	height: 130px;
}

.accordion-slider .box:hover svg {
	bottom: 30px;
	right: 30px;
	opacity: 0.35;
	-webkit-transform: none;
	transform: none;
	fill: #fff;
	padding: 5px;
	width: 130px;
	height: 130px;
	margin: 0;
}

.accordion-slider .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.accordion-slider .box:hover:before {
	opacity: 0.8;
}

.accordion-slider .box.first-box:before {
	background: #89A340;
}

.accordion-slider .box.second-box:before {
	background: #6ba37b;
}

.accordion-slider .box.third-box:before {
	background: #23a1af;
}

.accordion-slider .box > .inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion-slider-title {
	color: #fff;
	opacity: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
}

.accordion-slider-button,
.accordion-slider-content {
	opacity: 0;
	width: 100%;
	max-width: 400px;
	position: relative;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.accordion-slider-title,
	.accordion-slider-content {
		opacity: 1;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.site-footer {
		display: block;
	}
	.accordion-slider .box {
		float: none;
		width: 100%;
		text-align: center;
		min-height: 200px;
		height: 50vh;
	}

	.accordion-slider .box svg {
		fill: #ffffff;
		bottom: 15px;
		right: 15px;
		width: 80px;
		height: 80px;
		margin: 0;
	}

	.accordion-slider .box:hover svg {
		bottom: 15px;
		right: 15px;
		width: 80px;
		height: 80px;
	}
	.accordion-slider .box > .inner {
    	width: 100%;
	}
}

#clientCarousel .carousel-control.right,
#clientCarousel .carousel-control.left,
#clientCarousel.carousel .item {
	background: transparent;
}

#clientCarousel.carousel .item {
	padding: 30px 30px 100px 30px;
	font-size: 1.2em;
	font-style: italic;
	color: #777;
	text-align: center;
}

@media (min-width: 768px){
	#clientCarousel.carousel .item {
		font-size: 2em;
	}
}

#clientCarousel .carousel-control.right,
#clientCarousel .carousel-control.left {
	width: 30px;
}

/* Employment Opportunities */

.job-listing:nth-child(2n+1) {
	clear: left;
}
.job-listing > .inner {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.11);
	padding: 20px;
}

.job-listing h2 {
	font-family: "Museo Slab W01_900", serif;
	color: #89A340;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.job-listing .btn {
	display: block;
	margin-top: 20px;
}
	
/* Footer Styles */
footer .container > div{
	padding: 20px;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #f5f5f5;
	opacity: .8;
}
/* .footer-blog, .address, .phone{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
} */

.footer-contact {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.footer-contact .list-inline {
	margin: 0;
}

.footer-address,
.footer-phone,
.footer-blog {
	padding: 15px;
}
.footer-address,
.footer-address .address,
.footer-phone,
.footer-blog {
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

@media (max-width: 767px){
	.footer-address,
	.footer-phone,
	.footer-blog {
		display: block;
		border-bottom: 1px solid #fff;
		padding: 15px;
	}
}

.footer-blog svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.address img{
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}

.footer-blog p {
	line-height: 30px;
}
.phone img{
	margin-right: 10px;
}
.border-right{
	border-right: 1px solid #fff;
	padding-right: 0px !important;
	min-height: 360px;
}
footer .logo{
	text-align: center;
}
.footer-contact input[type="text"], .footer-contact input[type="email"], .footer-contact textarea {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	background: none;
	height: 36px;
	margin-bottom: 15px;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	color: #fff;
	padding-left: 10px;
}
.footer-contact textarea{
	height: 70px;
}
footer input[type="button"]{
	width: 100%;
	padding: 12px;
}
footer ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
footer :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
footer .blurb{
	padding-right: 20px;
}

/* Responsive CSS 	
------------------------------------------------*/

/* $ Mobile Styles */

@media (max-width: 768px){
	.quote{
		height: auto;
	}
	.project-cats li {
		width: 100%;
		background-size: cover !important;
        margin: 2% 0;
        min-height: 300px;
	}
	.project-cats li .project-list{
		display: block;
		padding: 10px;
	}
	.project-cats li div{
		background-color: rgba(136, 163, 65, 0.74);
	    display: block;
	    min-height: 300px;
	    text-decoration: none;
	}
	.page-title{
		padding: 20px 0;
		font-size: 27px;
	}
	.design-thinking{
		padding: 20px 0;
	}
	img{
		height: auto !important;
	}
	.call-out.project-info span{
		border: none;
		display: block;
		padding: 5px 0px;
	}
}
@media (max-width: 480px){
	.fancy{
		font-size: 32px;
	}
	.border-right{
		border: none;
	}
}
