.view1 {
	width: 100%;
	height: 216px;
	position: relative;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
	background: #333;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
}
.view1 .slice {
	width: 50px;
	height: 100%;
	z-index: 100;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	-ms-transition: -ms-transform 150ms ease-in-out;
	transition: transform 150ms ease-in-out;
}
.view1 div.view1-back {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	background: #666;
	z-index: 0;
}
.view1-back span {
	display: block;
	float: right;
	padding: 5px 20px 5px;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}
.view1-back span:first-child {
	padding-top: 20px;
}
.view1-back a {
	display: bock;
	font-size: 18px;
	color: rgba(255,255,255,0.4);
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	font-weight: 700;
}
.view1-back a:hover {
	color: #fff;
	border-color: #fff;
}
.view1-back span[data-icon]:before {
	content: attr(data-icon);
	font-family: 'icons';
	color: #aaa;
	color: rgba(255,255,255,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
	padding-right: 5px;
}
.view1 .s2, .view1 .s3, .view1 .s4, .view1 .s5 {
	-webkit-transform: translate3d(50px, 0, 0);
	-moz-transform: translate3d(50px, 0, 0);
	-o-transform: translate3d(50px, 0, 0);
	-ms-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
}
.view1 .s1 {
	background-position: 0px 0px;
}
.view1 .s2 {
	background-position: -50px 0px;
}
.view1 .s3 {
	background-position: -100px 0px;
}
.view1 .s4 {
	background-position: -150px 0px;
}
.view1 .s5 {
	background-position: -200px 0px;
}
.view1 .overlay {
	width: 50px;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	-ms-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}
.view1:hover .overlay {
	opacity: 1;
}
.view1 img {
	position: absolute;
	z-index: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	width: 100%;
}
.view1 {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}
.view1:hover .s1 {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition-delay: 200ms;
	-webkit-transform: rotate3d(0, 1, 0, -3deg);
	-moz-transform: rotate3d(0, 1, 0, -3deg);
	-o-transform: rotate3d(0, 1, 0, -3deg);
	-ms-transform: rotate3d(0, 1, 0, -3deg);
	transform: rotate3d(0, 1, 0, -3deg);
}
.view1:hover .s2 {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms;
	-webkit-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -10deg);
	-moz-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -10deg);
	-o-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -10deg);
	-ms-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -10deg);
	transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -10deg);
}
.view1:hover .s3 {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -16deg);
	-moz-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -16deg);
	-o-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -16deg);
	-ms-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -16deg);
	transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -16deg);
}
.view1:hover .s4 {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	transition-delay: 50ms;
	-webkit-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -30deg);
	-moz-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -30deg);
	-o-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -30deg);
	-ms-transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -30deg);
	transform: translate3d(49px, 0, 0) rotate3d(0, 1, 0, -30deg);
}
.view1:hover .s5 {
	-webkit-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
	-moz-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
	-o-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
	-ms-transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
	transform: translate3d(60px, 0, 0) rotate3d(0, 1, 0, -42deg);
}
.view1 .s4 > .overlay {
	background: -moz-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}
.view1 .s5 > .overlay {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
}
.view1 div.view-back {
	background: #0a0a0a;
	background: -moz-linear-gradient(left, #0a0a0a 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0a0a0a), color-stop(100%, #666666));
	background: -webkit-linear-gradient(left, #0a0a0a 0%, #666666 100%);
	background: -o-linear-gradient(left, #0a0a0a 0%, #666666 100%);
	background: -ms-linear-gradient(left, #0a0a0a 0%, #666666 100%);
	background: linear-gradient(left, #0a0a0a 0%, #666666 100%);
}
/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}
.cs-style-4 .figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cs-style-4 .figure > div {
	overflow: hidden;
}
.cs-style-4 .figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-4 .figure:hover img, .cs-style-4 .figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.cs-style-4 .figcaption {
	height: 78.5%;
	width: 25%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 .figure:hover .figcaption, .cs-style-4 .figure.cs-hover .figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.cs-style-4 .figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.cs-style-4 .figure {
	margin: 0;
	position: relative;
}
.cs-style-4 .figure img {
	width: 100%;
	display: block;
	position: relative;
}
.cs-style-4 .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	background: #232323;
	color: #fff;
}
.cs-style-4 .figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.cs-style-4 .figcaption span:before {
	content: 'by ';
}
.cs-style-4 .figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}
.ab-icons {
	display: block;
}
.ab-icons li {
	display: block;
	padding: 18px;
	border-bottom: #2e2e2e solid 1px;
	text-align: center;
	font-size: 25px;
	text-shadow: 1px 1px 1px #000000;
	transition-property: background;
    transition-duration: 1s;
    transition-timing-function: linear;
	cursor:pointer;
}

.ab-icons li:hover {
	background:#aa0055;
	
	}




/* Blog Image Hover Effect */

.blog-image-holder {
	cursor: pointer;
	position: relative;
	text-align:center;
	overflow:hidden;
}
.blog-image-holder img {
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
.blog-image-holder .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
	text-align:center;
}


.blog-image-holder .caption i {font-size:40px;}


/** Caption 3: Fade **/
.blog-image-holder .fade-caption, .blog-image-holder .scale-caption  {
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align:center;
	vertical-align:middle;
	padding-top:15%;
}


.blog-image-holder:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}

.blog-image-holder:hover .fade-caption, .blog-image-holder:hover .scale-caption  {
	opacity: 1;
}
