.grid-item {
  display: inline-block;
  height: auto;
  margin: 5px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding-bottom:10px;
  margin-bottom:10px;
}
.project_sub_heading {
  color: #e9542d;
  font-family: oswald;
  font-size: 24px;
}
.filters {
  text-align: center;
  margin-bottom:50px;
}
.filters > li::after {
  content: " / ";
  font-size: 25px;
}
.filters li {
  display: inline-block;
}
.filters a {
  color: #808080;
  font-family: oswald;
  font-size: 20px;
  text-transform: uppercase!important;
}
.filters a:hover {
  text-decoration: none;
  color:#e9542d;
}
.isotope-pager .pager {
display: inline-block;
  color: #808080;
  margin-left: 10px;
  margin-right: 10px;
  font-family:oswald;
  font-size:30px;
}
.isotope-pager{
text-align:center;
}
.grid-item h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.divider{
height:1px;
background:#e9542d;
margin-top:40px;
margin-bottom:40px;
}
.grid-wrap{
display:inline-block;
width:100%;
margin-bottom:20px;
}
body.page-id-200 .fl-page-header-primary{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
  z-index: 3 !important;
}
body.page-id-200 .fl-page-content {
  margin-top: -90px;
}
body.page-id-200 .fl-page-nav-right .fl-page-header-wrap {
  border-bottom: medium none;
}
.fl-node-57a09736b9b77 h1,.fl-node-57a09736b9b77 p {
  color: #fff;
}
.project_layout_fields span{
font-weight:bold;
text-transform:uppercase;
}
/*--------------------------------
Media Query
--------------------------------*/
@media all and (max-width:1100px){
	body.page-id-200 .isotope.isotope_container{
		width:100%!important;
	}
}

@media all and (max-width:991px){
	body.page-id-200 .fl-page-content {
  		margin-top: -151px!important;
	}
}

@media all and (max-width:767px){
	body.page-id-200 .fl-page-content {
	  	margin-top: 0!important;
	}
	.isotope {
		width: 100% !important;
	}
	.grid-wrap img {
  		margin-bottom: 20px;
	}
	.isotope {
		margin: 0 auto;
		max-width: 400px;
	}
	.recent_project_box {
		float: none;
		margin: 0 auto 20px;
		max-width: 400px;
		padding-left: 0;
		padding-right: 0;
	}
}


.project_popup.in{
  align-items: center!important;
  display: flex!important; 
  justify-content:center;
}
.project_popup .modal-header {
  border-bottom: medium none;
  padding: 0;
}
.project_popup .modal-body h2{
  margin-top: 0;
}
.project_content h2{
  font-size: 20px;
  margin-top: 0;
}
.project_content h2:hover{
color:#e9542d;
}

.project_popup .modal-header img {
  width: 100%;
  height:inherit;
}
.find_out_more,.find_out_more:hover,.find_out_more:active,.find_out_more:focus{
  font-size: 14px;
  background: transparent;
  border: none;
  color: #e9542d;
  padding: 0;
  text-transform:uppercase;
  outline:none!important;
}

.featured_img img{
height:inherit;
}
.project_content{
background: #fff none repeat scroll 0 0;
padding: 20px;
}
.recent_project_row .container{
  max-width: 100% !important;
  width: 100% !important;
}
.recent_project_box{
padding-left:3.3%;
padding-right:2.6%;
}
.project_popup .modal-content {
  border-radius: 0;
}
.project_popup button.close {
  color: #fff;
  font-size: 30px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media all and (max-width:360px){
.project_popup .project_sub_heading {
  color: #e9542d;
  font-family: oswald;
  font-size: 18px;
}
}