/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 138px; height:90px;}


body, html{height:100%;}
body{font-family:Helvetica, sans-serif;}
a{color:white;}

.pikachoose {width: 100%; margin: 2px}
.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px;text-align:center;height:100%; width:96%;}



.imgGaleria{width:540px;margin:0;border:0}

	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 10px; left: 10px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 10px; left: 0px;}
	.pika-stage .pika-aniwrap{width:97%}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:auto; width:98%; margin:0; background: url(https://comportugal.com/subdominios/template/default/images/blank.gif);}


.pika-stage .caption {position: relative; background: url(75-black.png);  width:97%; font-size: 11px;
			color: #fafafa; padding: 5px; text-align: center; margin:0 auto;  }
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

.pika-textnav {overflow: hidden; margin: 10px 0 0 0;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}

.pika-thumbs {margin: 10px 0 0 17px; padding: 0; overflow: hidden;}
	.pika-thumbs li {float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
		.pika-thumbs li:last {margin: 0;}
		.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;visibility:hidden;}


/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 100px; width: 505px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

@viewport {
  width: device-width;
}

@media screen
and (max-device-width : 325px)
and (orientation : portrait)
{
	@viewport {
  width: device-width; margin:0;
}
	.pikachoose {width: 100%; margin: 1px; text-align:center; }
	.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px;text-align:center;height:100%; width:240px;}

}

@media screen
and (min-device-width : 325px)
and (max-device-width : 600px)
and (orientation : landscape)
{
	.pikachoose {width: 96%; margin: 0; text-align:center; }
	.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px;text-align:center;height:100%; width:95%;}

}
@media screen
and (min-width : 799px)
and (max-width : 1024px)
{
	.pikachoose { margin: 0; text-align:center; }
	.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px;text-align:center;
	height:100%; width:350px;  }
	.pika-stage img { display:inline-block;}

}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.pikachoose {width: 450px; margin: 0; text-align:center; }
	.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; text-align:center;height:100%; width:560px;}
	.pika-stage img {width:98%; display:inline-block;}

}


@media screen
and (min-width : 1280px)
{

	.pikachoose {width: 565px; margin: 2px; text-align:center; }
	.pika-stage {position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px;text-align:center;height:100%; width:96%;}
	.pika-stage img {width:98%; display:inline-block;}
}
