/* Just for the example. Fee free to delete these three lines */



.pikachoose {
	position:relative; 
	height:auto; 
	margin: 0 auto; 
	vertical-align: right;
}

/* Style the thumbnails */

.pika-thumbs{
	-ms-display: flex;
  	display: flex;
	lex-direction: row;
	flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
  	align-items: center; /* alineacion vertical */
	width: 100%;
	height:auto;
	min-height: 150px;
	margin-top: 75px;
	background: #FFF;
}

.pika-thumbs li{
	-ms-display: flex;
	align-items: center; /* alineacion vertical */
  	justify-content: center; /* alineacion horizontal */
	width: 22%; 
	height: auto;
	padding: 0; 
	overflow: hidden;
	float: left; 
	list-style-type: none; 
	margin: 0.5%;  
	cursor: pointer;
}

.pika-thumbs li:last {
	margin: 0;
}

.pika-thumbs li .clip {
	position:relative;
	height:auto;
	overflow: hidden;
}

.pika-thumbs li .clip img {
	height: 100%;
	width: auto;
	
}

@media screen and (max-width:1000px){
	
}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */

.pika-stage {
	position: relative;
	-ms-display: flex;
  	display: flex;
  	align-items: center; /* alineacion vertical */
  	justify-content: center; /* alineacion horizontal */ 
	background: #FFFFFF; 
	border: 1px solid #FFFFFF; 
	text-align:center; 
	height:400px;
	width:100%;
}

.pika-stage img{
	position:relative;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	
}

.pika-stage .caption {
	position: absolute;
	background: #000;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 11px; 
	color: #FFFFFF; 
	padding: 10px; 
	text-align: right; 
	bottom: 50px; 
	right: 10px;
}

.pika-stage .caption p {
	padding: 0; 
	margin: 0; 
	line-height: 14px;
}

.pika-tooltip{
	font-size:9px;
	position:absolute;
	color:white;
	padding:3px;
}

.pika-counter{
	position: absolute;
	bottom: 10px;
	left:15px;
	color:white;
	background:rgba(0,0,0,0.7);
	font-size:11px;
	padding:3px;
	-moz-border-radius: 3px;
	border-radius:3px;
}

@media screen and (max-width:1000px){
	
	.pika-stage {
		height: 300px;
	}
	
		
}


/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		

.pika-loader{
	background:url(../images/loading.gif) 3px 3px no-repeat #000; 
	background-color:rgba(0,0,0,0.9); 
	color:white; 
	width:30px; 
	font-size:11px; 
	padding:5px 3px; 
	text-align:right; 
	position:absolute; 
	top:15px; 
	right:15px; 
}

.pika-image {
	position: relative; 
	height: auto; 
	width: 100%; 
	background: #FFFFFF; 
	border: 1px solid #e5e5e5;
	vertical-align: cen;  
}

/*position image holders */

.pika-image .animation, .pika-image .main-image {
	position: absolute; 
	top: 10px; 
	left: 10px;
}

.pika-image .animation {
	display: none;
	z-index:2;
}

.pika-image img {
	border:0;
}


.pika-image .caption {
	position: absolute; 
	background: url(../../assets/images/75-black.png);  
	border: 1px solid #141414; 
	font-size: 11px; 
	color: #fafafa; 
	padding: 10px; 
	text-align: right; 
	bottom: 50px; 
	right: 10px;
}

.pika-image .caption p {
	padding: 0; 
	margin: 0; 
	line-height: 14px;
}


/* Ths play, pause, prev and next buttons */

.pika-imgnav a {
	display: block;
	z-index:3;
}

.pika-imgnav a.previous {
	display:block;
	left: 15px;
	top:45%;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.pika-imgnav a.next {
	display: block;
	right: 15px;
	top:45%;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.pika-imgnav a.play {
	display: none;
}

.pika-imgnav a.pause {
	display:none;
}

.pika-textnav {
	display:none;
	
}