/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:172px;
	height:172px;
	margin:5px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:4px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	/* Rounded Corners */
	border-radius:10px;/* CSS 3 */
	-o-border-radius:10px;/* Opera */
	-icab-border-radius:10px;/* iCab */
	-khtml-border-radius:10px;/* Konqueror */
	-moz-border-radius:10px;/* Firefox */
	-webkit-border-radius:10px;/* Safari */
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
        color:blue;
}

.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#333333;
	text-align:center;
	position: relative;
	display:table;
        color:blue;
}

.mosaic-backdrop p {
	*position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
	/*color:#FFF;*/
	font-size:14px;
	padding:5px;
	line-height:1;
}
.mosaic-backdrop span {
	display:block;
	*position: relative;
	top:-50%;
	font-size:22px;
/*  	color:#FFF;*/
	padding:5px 1px;
}

.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
        color:black;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/

.circle .mosaic-overlay  {
	background:url(../img/hover-magnify.png) no-repeat center center;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display:none;
}

.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
        text-align:center;
        color:black;
	background:url(../img/prev.png) no-repeat center;
}
.fade .mosaic-overlay:hover{
            color:black;

}

.bar .mosaic-overlay {
	bottom:-100px;
	height:100px;
	background:url(../img/bg-black.png);
        text-align:center;
}

.bar2 .mosaic-overlay {
	bottom:-50px;
	height:100px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
        text-align:center;
}

.bar2 .mosaic-overlay:hover {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
        color:blue;
        text-align:center;
}

.bar3 .mosaic-overlay {
	top:-100px;
	height:100px;
	background:url(../img/bg-black.png);
        text-align:center;
}

/*** End Animation Styles ***/

.details {
	display: table-cell;
	vertical-align: middle;
	}
.details_titulo {
	font:14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:140%;
	letter-spacing:0.09em;
	color:#fff;
	/*text-shadow:1px 1px 0 rgb(0,0,0);*/
	}
.details p {
	font:300 11px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color:#fff;
	text-shadow:1px 1px 0 rgb(0,0,0);
	padding:2px 0;
	}
a:link {
	text-decoration:none;
	}

.turquoise {background-color:#47C9AF;}
.greensea {background-color:#16A085;}
.sunflower {background-color:#F1C40F;}
.orange {background-color:#F39C12;}
.emerald {background-color:#57D68D;}
.nephritis {background-color:#27AE60;}
.carrot {background-color:#E67E22;}
.pumpkin {background-color:#D35400;}
.peterriver {background-color:#3498DB;}
.belizehole {background-color:#2980B9;}
.alizarin {background-color:#E74C3C;}
.pomegranate {background-color:#C0392B;}
.amethyst {background-color:#AF7AC4;}
.wisteria {background-color:#A469BD;}
.clouds {background-color:#ECF0F1;}
.silver {background-color:#BDC3C7;}
.rain {background-color:#556074;}
.wetasphalt {background-color:#34495E;}
.midnightblue {background-color:#2C3E50;}
.concrete {background-color:#95A5A6;}
.asbestos {background-color:#7F8C8D;}
.black {background-color:#000;}
.white {background-color:#fff;}
.preto {color:#000;}
.branco {color:#fff;}