
.box11{position: absolute;    top: 55%;padding: 5px;border: 2px solid #fff;
    left: 8%;
    width: 450px;
    height: 110px;}
.flexslider .slides .im1{opacity: 0.8;}
.box11 .bot{margin: 0 auto;text-align: center}
.box11 .bot img{margin-top: 20px;width: 50px !important;}
.box11:hover .bot{display: none;}
.box{
    margin: 0 auto;
	text-align: center;
	overflow: hidden;
	perspective: 800px;
	position: relative;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.box:before,
.box:after{
	content: "";
	background: rgba(255,255,255,0.9);
	width: 50%;
	height: 100px;
	opacity: 0;
	transform: translateY(-50%) rotateY(90deg);
	transform-origin: right center;
	transform-style: preserve-3d;
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	transition: all 0.4s ease-out;
}
.box:after{
	transform: translateY(-50%) rotateY(-90deg);
	transform-origin: left center;
	left: auto;
	right:0;
}
.box:hover:before,
.box:hover:after{
	opacity: 1;
	transform: translateY(-50%) rotateY(0);
}
/* .box img{
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}
.box:hover img{ filter: hue-rotate(100deg); } */
.box .box-content{
	width: 100%;
	opacity: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transition: all 0.4s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 24px 0;
    color: #61c22a;
    text-transform: uppercase;
    line-height: 105px;
}
.box .post{ font-size: 16px; }
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 13px;
}
.box .icon li{
	display: inline-block;
	margin: 0 7px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.3s;
}
.box:hover .icon li{
	opacity: 1;
	transform: translateY(0);
}
.box:hover .icon li:nth-child(2){ transition: all 0.3s ease 0.2s; }
.box .icon li a{
	color: #fff;
	background: #6c5ce7;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	display: block;
	transition: all 0.5s ease;
}
.box .icon li  a:hover{
	color: #fff;
	text-shadow: 0 0 5px #000;
	border-radius: 10%;
}
@media only screen and (max-width:990px){
	.box { margin: 0 0 30px; }
}
