.latest_authors_gallery {
	padding: 0px; /* qui */
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.latest_authors_gallery li {
	display: inline-block;
	/*width: 440px;*/
	margin: 0;
	padding: 3px; /* qui */
	text-align: left;
	position: relative;
	cursor: pointer;
}

.latest_authors_gallery .latest-authors-gallery-figure {
	margin: 0;
	position: relative;
	display:block;
	border:0;
	outline:0;
}

.latest_authors_gallery .latest-authors-gallery-figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.latest_authors_gallery .latest-authors-gallery-figcaption {
	position: absolute;
	top: 0;
	left: 0;
	/*padding: 5px 0 0 5px;*/
	background: #2c3f52;
	color: #ed4e6e;
}

.latest_authors_gallery .latest-authors-gallery-figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
    line-height: 16px;	
    
	white-space: nowrap;
    width: 100%;
    overflow: hidden; 
    -o-text-overflow: ellipsis;
    text-overflow:    ellipsis;    
}
/*
.latest_authors_gallery .latest-authors-gallery-figcaption span:before {
	content: 'by ';
}
*/
.latest_authors_gallery .latest-authors-gallery-figcaption a {
	text-align: center;
	padding: 1px 1px;
	border-radius: 1px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.latest-authors-gallery-cs-style-1 .latest-authors-gallery-figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .latest-authors-gallery-cs-style-1 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption,
.latest-authors-gallery-cs-style-1 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.latest-authors-gallery-cs-style-1 .latest-authors-gallery-figcaption h3 {
	margin-top: 70px;
}

.latest-authors-gallery-cs-style-1 .latest-authors-gallery-figcaption span {
	display: block;
}

.latest-authors-gallery-cs-style-1 .latest-authors-gallery-figcaption a {
	margin-top: 30px;
}

/* Caption Style 2 */
.latest-authors-gallery-cs-style-2 .latest-authors-gallery-figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .latest-authors-gallery-cs-style-2 .latest-authors-gallery-figure:hover img,
.latest-authors-gallery-cs-style-2 .latest-authors-gallery-figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.latest-authors-gallery-cs-style-2 .latest-authors-gallery-figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.latest-authors-gallery-cs-style-2 .latest-authors-gallery-figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}

/* Caption Style 3 */
.latest-authors-gallery-cs-style-3 .latest-authors-gallery-figure {
	overflow: hidden;
}

.latest-authors-gallery-cs-style-3 .latest-authors-gallery-figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .latest-authors-gallery-cs-style-3 .latest-authors-gallery-figure:hover img,
.latest-authors-gallery-cs-style-3 .latest-authors-gallery-figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.latest-authors-gallery-cs-style-3 .latest-authors-gallery-figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-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 .latest-authors-gallery-cs-style-3 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption,
.latest-authors-gallery-cs-style-3 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-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;
}

.latest-authors-gallery-cs-style-3 .latest-authors-gallery-figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 4 */
.latest-authors-gallery-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%;
}

.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure > div {
	overflow: hidden;
}

.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure:hover img,
.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figcaption {
	height: 100%;
	width: 50%;
	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 .latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption,
.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-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;
}

.latest-authors-gallery-cs-style-4 .latest-authors-gallery-figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 5 */
.latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure:hover img,
.latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.latest-authors-gallery-cs-style-5 .latest-authors-gallery-figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption,
.latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure a {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.latest-authors-gallery-cs-style-5 .latest-authors-gallery-figure a span{
	margin-left:5px;
}

/* Caption Style 6 */
.latest-authors-gallery-cs-style-6 .latest-authors-gallery-figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .latest-authors-gallery-cs-style-6 .latest-authors-gallery-figure:hover img,
.latest-authors-gallery-cs-style-6 .latest-authors-gallery-figure.cs-hover img {
	-webkit-transform: translateY(-50px) scale(0.5);
	-moz-transform: translateY(-50px) scale(0.5);
	-ms-transform: translateY(-50px) scale(0.5);
	transform: translateY(-50px) scale(0.5);
}

.latest-authors-gallery-cs-style-6 .latest-authors-gallery-figcaption {
	height: 100%;
	width: 100%;
}

.latest-authors-gallery-cs-style-6 .latest-authors-gallery-figcaption h3 {
	margin-top: 60%;
}

.latest-authors-gallery-cs-style-6 .latest-authors-gallery-figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Caption Style 7 */
.latest-authors-gallery-cs-style-7 li:first-child { z-index: 6; }
.latest-authors-gallery-cs-style-7 li:nth-child(2) { z-index: 5; }
.latest-authors-gallery-cs-style-7 li:nth-child(3) { z-index: 4; }
.latest-authors-gallery-cs-style-7 li:nth-child(4) { z-index: 3; }
.latest-authors-gallery-cs-style-7 li:nth-child(5) { z-index: 2; }
.latest-authors-gallery-cs-style-7 li:nth-child(6) { z-index: 1; }

.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure img {
	z-index: 10;
}

.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}

.no-touch .latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption,
.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption {
	opacity: 1;
	height: 130%;
	box-shadow: 0 0 0 10px #2c3f52;
}

.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figcaption h3 {
	margin-top: 86%;
}

.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figcaption h3,
.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figcaption span,
.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.no-touch .latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption h3,
.no-touch .latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption span,
.no-touch .latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure:hover .latest-authors-gallery-figcaption a,
.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption h3,
.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption span,
.latest-authors-gallery-cs-style-7 .latest-authors-gallery-figure.cs-hover .latest-authors-gallery-figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}

@media screen and (max-width: 31.5em) {
	.latest_authors_gallery {
		padding: 10px 10px 100px 10px;
	}
	.latest_authors_gallery li {
		width: 100%;
		min-width: 300px;
	}
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?qafofn');
	src:url('fonts/icomoon.eot?#iefixqafofn') format('embedded-opentype'),
		url('fonts/icomoon.woff?qafofn') format('woff'),
		url('fonts/icomoon.ttf?qafofn') format('truetype'),
		url('fonts/icomoon.svg?qafofn#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="lag-icon-"], [class*=" lag-icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lag-icon-pencil:before {
	content: "\e601";
}
.lag-icon-pencil2:before {
	content: "\e600";
}
