.portfolio-row {
	
}
.grid-sub-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 10px;
	text-align: left;
}

.grid-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	text-transform: initial;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .portfolio-container {
	padding-right: 0;
	padding-left: 0;
}

.grid-image {
	display: block;
	height: auto;
	width: 100%;
}

.grid-overlay {
	background-color: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: .5s ease;
	top: 0;
	width: 100%;
}
.cell-container {
	border: solid 1px #000000;
}
.cell-container:hover .grid-overlay {
	opacity: .70;
}

.grid-text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/**************************************/
/** Project page **/

.page-info {
	max-width: 1200px;
	height: auto;
	margin: 80px auto 130px;
}
.page-info a {
	text-decoration: none;
	color: #666;
	float: right;
}
.page-info a:hover {
	color: #117af3;
}
.page-info p {
	padding-right: 40%;
}
.footer-close-wrap {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.footer-close-wrap a{
	text-decoration: none;
	color: #666; 
}
.footer-close-wrap a:hover{
	color: #117af3; 
}
.portfolio-page-title {
 	font-size: 1.4em;
  	font-weight: 300;
  	letter-spacing: 1.5px;
  	font-family: 'Crimson Text', serif;
}
.back-link{
	font-size: 1.3em;
	font-weight: 300;
	margin-top: -35px;
}
.project-module {
 	margin: 0 auto 30px;
 	width: 100%;
 	text-align: center;
}
.project-image {
	max-width: 100%;
	height: auto;
}

