.galeria {
	width: 100%;
	display: flex;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;  
	display: flex;

	-webkit-flex-direction: row;
	-webkit-justify-content: row;
	-ms-flex-direction: row;
	-ms-justify-content: row;
	flex-direction: row;
	justify-content: row;
	
	padding-left:240px;
}

.cover img {
	/*width:100%;*/
	margin:auto;
	height:100%;
	opacity:0.3;
	transition:opacity 0.5s linear;
}

.cover {
	position:relative;
	width:20%;
	height:100%;	
	overflow:hidden;
	cursor:pointer;
	flex: 1;
}

.cover h3 {
	position:absolute;
	top:40px;
	left:0;
	margin:auto;
	width:100%;
	opacity:1;
	text-align:center;
	color:#ddd;
	font: 300 18px/22px 'Lato', sans-serif;	
	text-transform:uppercase;
}

.sly_pages {
	position:absolute;
	z-index:999;
	color:#fff;
	width:100%;
	text-align:center;
	list-style: none outside none;
	bottom:50px;
}

.sly_pages li {
   background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999px;
    width: 14px;
}

.sly_pages li.active {
    background: none repeat scroll 0 0 #666666;
}

.galeria .info {
	position:absolute;
	display:none;
	z-index:999;
	color:#fff;
	width:100%;
	bottom:10%;
	left:0;
	text-align:center;
	color:#333;
	text-transform:uppercase;
}

.galeria .info h3 {
	color:#ddd;
	font: 300 26px/28px 'Lato', sans-serif;	
	
}

.galeria .back_button span {
	font: 300 16px/28px 'Lato', sans-serif;	
	color:#333;
	padding:8px;
	cursor:pointer;
	background:#fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.galeria .arrows {
	position:absolute;
	display:none;
	z-index:999;
	color:#fff;
	width:100%;
	top:25%;
	left:0;
	padding-left:240px;
	text-align:center;
}

.galeria .arrow {
	color:#fff;
	font-size:90px;
	text-align:center;
	height:100%;
	width:auto;
	padding:10%; 
	cursor:pointer;
}

.galeria .arrow i {
	opacity:0.5;
	transition:opacity 0.3s linear;
}

.galeria .arrow:hover i {
	opacity:1;
}

.galeria .arrow_left {
	float:left;
}

.galeria .arrow_right {
	float:right;
}



.cover:hover img {
	opacity:1;
}

.gallery img {
	opacity:0.3;
	transition:opacity 0.5s linear;
}
.gallery li.active img {
	opacity:1;
}

.gallery h3 {
	margin:auto;
	width:inherit;
	opacity:1;
	text-align:center;
	color:#ddd;
	font: 300 26px/28px 'Lato', sans-serif;	
	text-transform:uppercase;
}


.crazy {
    overflow: hidden;
	display:none;
	position:absolute;
	left:0;
	top:0;
}
.crazy ul {
    font-size: 50px;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.crazy ul li {
    background:#000;
    color: #DDDDDD;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.crazy ul li img {
	height:100%;
    width: auto;
}

.galeria .scrollbar {
	display:none;
}
.scrollbar {
	left:250px;
	bottom:50px;
    background:#CCCCCC;
	
	-webkit-border-radius: 6px;
	border-radius: 6px;

    height: 16px;
    line-height: 0;
    padding:2px;
	width: auto;
    z-index: 9999;
	opacity:0.5;
	transition:opacity 0.5s linear;
}
.scrollbar:hover {
	opacity:1;
}
.scrollbar .handle {
    background:#292A33;
    cursor: pointer;
    height: 100%;
    width: 100px;
	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.scrollbar .handle .mousearea {
    height: 20px;
    left: 0;
    position: absolute;
    top: -9px;
    width: 100%;
}

@media only screen and (max-width : 1024px) {

	.cover h3 {
		font: 300 14px/16px 'Lato', sans-serif;	
	}

}

@media only screen and (max-width : 768px) {

	.galeria .arrows {
		padding-left:0;
	}
		
	.galeria {	
		-webkit-flex-direction: column;
		-webkit-justify-content: flex-start;
		-ms-flex-direction: column;
		-ms-justify-content: flex-start;
		flex-direction: column;
		justify-content: flex-start;	
		padding-left:0;
	}

	.cover img {
		width:100%;
		height:auto;
	}

	.cover {
		width:100%;
	}
}
