@charset "utf-8";
/*CSS Document*/


.container-1, .container-1* {
	box-sizing:border-box;
	
	
}
.container-1 ul {
	padding: 0;
	margin: 0 0 50px;
}
.container-1 ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.container-1 ul li {
	position: relative;
	overflow: hidden;
	list-style: none;
	float: left;
	width: 22%;
    height:15%;
	padding-right:1%!important;
	padding-left:1%!important;
	padding-bottom:2%!important;
	display:block;
	perspective: 500px;
	margin:0;
	background:none;
	border:0px solid red!important;
	padding:0;
	border-right:0px solid #ccc!important;
	border-bottom:0px solid #ccc!important;
	margin-left:1%;
}
.container-1 ul li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.container-1 ul li .normal {
	width: 100%;
	height: 100%;
	background-color:#FFF;
	color: rgba(52, 73, 94, 0.6);
	text-align: center;
	font-size: 50px;
	line-height: 180px;
	border-right:1px solid #ccc!important;
	border-bottom:1px solid #ccc!important;
	border-left:1px solid #ccc!important;
	border-top:1px solid #ccc!important;
	padding: 0px !important;
	overflow:hidden;
}
.container-1 ul li:nth-child(4n+4) .normal {
 border-right-color:#fff;
}
.container-1 ul li .normal img {
	pointer-events: none;
	display:block;
	width:100%;
}
.container-1 ul li .info {
	width: 100.1%;
	height: 100%;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	background-color: rgba(00, 00, 00, 0.15);
	transform: rotate3d(1, 0, 0, 90deg);
	display:block;
	z-index:11;
}
.container-1 ul li .info h2 {
	width:100%;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	padding:5px 0;
	position:absolute;
	top:42%;
	left:0;
	color:#fff;
	background-color:rgba(00, 00, 00, 0.4);
}
/*.in-top .info {
  transform-origin: 50% 0%;
  animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  transform-origin: 100% 0%;
  animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  transform-origin: 50% 100%;
  animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  transform-origin: 0% 0%;
  animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  transform-origin: 50% 0%;
  animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  transform-origin: 100% 50%;
  animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  transform-origin: 50% 100%;
  animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  transform-origin: 0% 0%;
  animation: out-left 300ms ease 0ms 1 forwards;
}

@keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(-1, 0, 0, 102deg);
  }
}

@keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, -1, 0, 102deg);
  }
}

@keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(1, 0, 0, 101deg);
  }
}

@keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    transform: rotate3d(0, 1, 0, 102deg);
  }
}*/
