

#hrz-scroller{
	position: relative;
	margin: 0 auto 3em;
	/*width: 90%;*/
	width: 100%;
	/*padding: 0 30px;*/
	padding: 0;
    line-height: 20px; }

.title{
	display: inline-block;
	font-size: 14px;
    margin-top: 0.6em;
}


#hrz-scroller-wrap{
	padding: 5px;
	margin: 10px 0;
	overflow: hidden;
}

.horizontal-images.content ul, .vertical-images.content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.horizontal-images.content li{
	margin: 0 8px;
	float: left;
    /*width: 300px;
    height: 300px;*/
    width: 290px;
    height: 290px;
}

.horizontal-images.content li:last-child{ margin-right: 0; }

.vertical-images.content li:last-child{ margin-bottom: 0; }

.horizontal-images.content li img{
	/*width: auto;*/
	width: 100%;
	padding: 0;
}

#hrz-scroller-wrap.resizable{ 
	background:#444; 
	padding-bottom: 30px; 
}

#resizable.content{
	overflow: hidden;
	width: 640px;
	max-width: 80%;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; /* jquery ui resizable bug: http://bugs.jqueryui.com/ticket/8932 */
}

#resizable.content h2{ color: #444; }

#resizable.content p{ width: 1000px }

.snap-scrolling .content{ 
	height: auto; 
	width: auto;
}

.snap-scrolling .content img{ height: 230px; }


.transitions #hrz-scroller-wrap{
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
}

.transitions .content{
	-webkit-transition: all .6s ease-out; 
	-moz-transition: all .6s ease-out; 
	-o-transition: all .6s ease-out; 
	transition: all .6s ease-out; 
}

        .grid-slide {
	position: relative;
	margin: 0 auto;
	padding: 0 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid-slide figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 1%;
	min-width: 200px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #2F2F2F;
	text-align: center;
	cursor: pointer;
}

.grid-slide figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid-slide figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-slide figure figcaption::before,
.grid-slide figure figcaption::after {
	pointer-events: none;
}

.grid-slide figure figcaption,
.grid-slide figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-slide figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-slide figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid-slide figure h2 span {
	font-weight: 800;
}

.grid-slide figure h2,
.grid-slide figure p {
	margin: 0;
}

.grid-slide figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
        /*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico:hover p img {opacity: 1; -webkit-transform: scale(0.3);
	transform: scale(0.3); text-align: center; left: 5%;}       
        
figure.effect-chico figcaption {
	padding: 0;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: none;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
        
figure.effect-chico p img {left: 5%;}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.grid-slide figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}