
/*====================== Gallery ========================*/


.work{
	width: 100%;
    background: #900 url(../images/service.png) top no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    position: relative;
	overflow:hidden;
}

.work h1{
	display: block;
    text-align: left;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 30px;
	margin-left: 10px;	
}

.work .work-inner{
	margin: 10px;
}

.work .work-col{
	width: 33.33%;
    float: left;
	margin-bottom: 12px;
}

.work .work-col .img{
	display: block;
    position: relative;
	overflow:hidden;
	max-height: 208px;
}

.work .work-col .img img{
	width: 100%;
    height: auto;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.work .work-col .bottom-box{
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.54);
	overflow:hidden;
}

.work .work-col .bottom-box p{
	display: block;
    vertical-align: middle;
    padding: 15px 50px 15px 10px;
    text-align: left;
    color: #FFF;
    margin: 0;
	font-size: 15px;
}

.work .work-col .bottom-box .readmore{
	position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    bottom: 0;
    vertical-align: middle;
	top:100%;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.work .work-col:hover .bottom-box .readmore{
	top:0;	
}

.work .work-col .bottom-box .readmore a{
	width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    background: #911d1d;
}

.work .work-col .bottom-box .readmore a:hover{
	background:#FFF;	
}

.work .work-col .bottom-box .readmore a i{
	margin: 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FFF;
    margin-top: 11%;
}

.work .work-col .bottom-box .readmore a:hover i{
	color:#911d1d;
}



.gallery{
	background:none;
}

.gallery .zoom{
	position:absolute;
	display:block;
	vertical-align:middle;
	text-align:center;
	width:100%;	
	height:101%;
	left:0;
	top:0;
	background:rgba(18, 190, 7, 0.64);
	visibility:hidden;
}

.gallery .work-col:hover .zoom{
	visibility:visible;
}

.gallery .zoom i{
	font-size: 40px;
    margin-top: 26%;
    color: #9e2020;
}

.gallery .work-col:hover .img img{	
	transform:scale(1.5,1.5);
}
.gallery .work-col:hover .img a{	
	text-decoration:none;
	font-family:Poor;
	padding-top:70px;
}
.gallery .work-col:hover .img a:hover{	
	text-decoration:none;
	color:yellow;
	font-family:Poor;
	padding-top:70px;
}


