.section-subtitle{
	text-align:center;
	padding-bottom: 30px;
	}
/*.section-title.no-subtitle{
	padding-bottom:30px;
	}*/
section.verticalmiddle .section-content {
    vertical-align: middle;
}
section.fullheight .section-content {
    display: table-cell;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-section-1 .magee-heading{
	font-size:64px;
	font-weight:400;
	margin-top:0;
	margin-bottom:30px;
	color: #fff;
	border-color: #fff;
	text-align: center;
}
.home-section-1 .heading-border .heading-inner {
	border-width: 1px;
}
.home-section-1 .heading-doubleline .heading-inner:before,
.home-section-1 .heading-doubleline .heading-inner:after {
	border-color: #fff;
	border-width: 1px;
}
.home-container .row.no-margin,
.home-container .row.no-margin > [class*="col-md"] {
    margin: 0!important;
}
.img-box .img-overlay-icons i{
	color:#ffffff;
	}
	
#gallery .item{
  float:left;
  width:25%;
  height:auto;
}

@media (max-width:480px){
		#gallery .item{width:50%;}
}
#gallery .item img{
  float:left;
  width:100%;
  height:auto;
}
#filters li {
    display: inline-block;
    padding:8px 20px;
   /* background: #000;*/
    margin: 0;
    cursor: pointer;
    color: #888;
	text-transform: capitalize;
	font-size:12px;
	

}
#filters li.selected{
	background: #fab702;
}
 
#gallery .item .picframe { position:relative; width:100%; overflow:hidden; cursor:pointer; }
#gallery .item .picframe .project-name {opacity:0;
                                        -webkit-transition: all 0.5s ease;
	                                    -moz-transition: all 0.5s ease;
	                                    -o-transition: all 0.5s ease; 
	                                    transition: all 0.5s ease;}
#gallery .project-name { display: flex;	flex-direction:column;	justify-content:center;    height: 100%;    position: absolute;
    width: 100%;    text-align: center; text-transform:uppercase;    color:#fab702;	
	    background: rgba(0,0,0, 0.7);
    -webkit-transition: all 0.1s eas;
	
                                        -webkit-transition: all 0.1s ease;
	                                    -moz-transition: all 0.1s ease;
	                                    -o-transition: all 0.1s ease; 
	                                    transition: all 0.1s ease;
	                                    }
#gallery .project-name span{font-size: 11px;
    letter-spacing: 5px; font-weight:bold; width:100%; text-align:center; margin-top:-25px; display:block; opacity:0;-webkit-transition: all 0.3s ease;
	                                    -moz-transition: all 0.3s ease;
	                                    -o-transition: all 0.3s ease; 
	                                    transition: all 0.3s ease;}	                                    
#gallery .item .picframe:hover .project-name { opacity: 1;}
#gallery .item .picframe:hover span{opacity:1; margin-top:0;}
#gallery .item .picframe img
{
                                        -webkit-transition: all 0.3s ease-out;
	                                    -moz-transition: all 0.3s ease-out;
	                                    -o-transition: all 0.3s ease-out; 
	                                    transition: all 0.3s ease-out;
    }
#gallery .item .picframe:hover img
{
    -ms-transform: scale(1.4,1.4); /* IE 9 */
    -webkit-transform: scale(1.4,1.4); /* Safari */
    transform: scale(1.4,1.4);}