.list-container{
	display:block;
	margin:10px auto;
	overflow:hidden;
	width:90%;
	}

.caption-style-1, .caption-style-2 {
list-style-type: none;
padding: 0px;
margin:0;
display: inline-block;
 float:left;
 overflow: auto;
overflow:hidden;

}
.caption-style-1 li {
 	float: left;
	margin:10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
	border-right:1px solid #ddd;
	border-left:1px solid #f3f3f3;
	width: -moz-calc(20% - 2px);
width: -webkit-calc(20% - 2px);
width: -o-calc(20% - 2px);
width: calc(20% - 2px);
}
.caption-style-1 li a {
	display:block;
	overflow:hidden;
}

.caption-style-2 li {
 	float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
	border-right:1px solid #ddd;
	border-left:1px solid #f3f3f3;
	width: -moz-calc(20% - 2px);
width: -webkit-calc(20% - 2px);
width: -o-calc(20% - 2px);
width: calc(20% - 2px);
margin:10px 0;
}
.caption-style-1 li:last-child, .caption-style-2 li:last-child {
	border-right:none;
	border-right:1px solid #ddd;
}
.caption-style-1 li:hover .caption, .caption-style-2 li:hover .caption {
opacity: 1;
}
.caption-style-1 img, .caption-style-2 img  {
margin: 0px;
padding: 0px;
float: left;
z-index: 4;
width:100%;
}
.caption-style-1 .caption, .caption-style-2 .caption {
cursor: pointer;
position: absolute;
opacity: 0;
width:100%;
height:100%;
-webkit-transition: all 0.45s ease-in-out;
-moz-transition: all 0.45s ease-in-out;
-o-transition: all 0.45s ease-in-out;
-ms-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
.caption-style-1 .blur, .caption-style-2 .blur {
background-color: rgba(0,0,0,0.65);
height: 100%;
width: 100%;
z-index: 5;
position: absolute;
}
.caption-style-1 .caption-text h1, .caption-style-2 .caption-text h1 {
text-transform: uppercase;
font-size: 24px;
}
.caption-style-1 .caption-text, .caption-style-2 .caption-text {
z-index: 10;
color: #fff;
position: absolute;
width: 100%;
font-family: 'titilliumtext22l1_wt';
text-align: center;
top: 30%;
}
.caption-style-1 .caption-text{
top: 30%;
}
.caption-style-2 .caption-text{
top: 44%;
}
.caption-text p{
	padding:0 15px;
	}