.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;  
}
.image-wrap img {
	width: 100%;	
}
.row1{margin-top:120px;}
.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;	
	opacity: 0;
	filter: alpha(opacity=0);	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}
.image-ti  .hover-ti {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;	
	opacity: 0;
	filter: alpha(opacity=0);	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}
.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
}
.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1c356d;;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
    letter-spacing:2px;
    font-weight:normal;
	font-family:'Montserrat', "Arial Black", 'Arial', "sans-serif;";
	opacity: 1;
	filter: alpha(opacity=100);
}


.boxee {
    padding:25%;
   
    background-color:#081944;
    width:100%;
    height:100%;
    position:absolute
	
    
}
.boxee p{
    color: #00adef;

	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
    letter-spacing:2px;
    font-weight:bold;
	font-family:'Montserrat', "Arial Black", 'Arial', "sans-serif;";
}
