/* CSS Document */

body {
	background-image: url(../img/bkg1BlueS.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	color: #F8F0F1;
	font-family: 'Nunito', sans-serif;
}
.clear{
	clear:both;
}
hr{
	border-color:#1C748D;
	margin-left:5px;
	margin-right:5px;
}


/* Barra Topo */

.navbar-inverse {
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
	border: none;
}
.nav li {
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-size: smaller;
	font-weight: bold;
}
ul.nav a:link, ul.nav a:visited {
	color: #fff !important;
}
ul.nav a:hover {
	color: #000 !important;
	-webkit-stroke-width: 10px;
	-webkit-stroke-color: #000;
	-webkit-fill-color: #000;
	background-color: rgba(255,255,255,0.8)!important;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
/* //Barra Topo */

/* Colunas*/
#leftCol, #rightCol{
	background-color:rgba(255,255,255,0.20);
	padding:10px;
	margin-top:20px;
	color:rgba(0,0,0,1.00);
}
#leftCol h3, #rightCol h3{
	color:#1C748D;
}
#produtos, #servicos, #news {
	background-color:rgba(255,255,255,0.90);
	padding: 10px;
	margin-bottom: 10px;
}

/* produtos*/

.equi {
	cursor: pointer;
	border-radius: 15px 15px 15px 15px;
	position: relative;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #5bc0de;
	padding: 0px;
	text-align: center;
	float: left;
	border: #ddd solid thin;
	color:#FFF;
	font-weight:bolder;
	text-transform:capitalize;
}
.equi a {
	font-weight: bold;
	text-transform: capitalize;
}
.innerDiv {
	border-radius: 15px 15px 15px 15px;
	background-size: cover;
	width: 100%;
	height: 90%;
	box-shadow: none;
}
.equi img {
	width: 100%;
	max-width: 150px;
}


/*FaceNews*/
#news{
	
}
#fnContainer{
	max-height:400px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.footerArtigo {
	clear: both;
}
.artigo {
	float: left;
	width: 45%;
	min-width: 200px;
	margin:10px;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1.00);
	padding: 10px 10px 10px 10px;
}
.datapost {
	font-weight: bold;
	font-size: smaller;
	color:#1C748D;
}
.faceMedia {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.faceMsg {
	padding-top: 10px;
}
.faceStats, .fa-thumbs-o-up {
	color: rgba(255,255,255,1.00);
}
.footerArtigo {
	background-color:#5bc0de;
}
.viewOnFace a {
	margin-right: 10px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.viewOnFace a:hover {
	-webkit-stroke-width: 5.3px;
	-webkit-stroke-color: #FFFFFF;
	-webkit-fill-color: #FFFFFF;
	text-shadow: 1px 0px 20px yellow;
}
/*FceNews*/
.widget{
	text-align:center;
	padding:10px;
}
.widget img{
	margin-bottom:5px;
	max-width:100% !important;
}
#dRadikal{
	background-image:url(../img/destaques/radikal10.png);
	background-color:rgba(255,255,255,0.90);
}

#dplayWin{
	background-image:url(../img/destaques/playandwinbk.png);
	background-color:rgba(255,255,255,0.9);
}
#footer{
	margin-top:20px;
	padding-top:10px;
	background-color:rgba(0,0,0,0.5);
	color:rgba(255,255,255,1.00);
	}
#footer a{
	color:rgba(255,255,255,1.00);
}
.footer-right{
	
}
.footer-bellow{
	text-align:center;
}
.panel-heading{
	background-color:rgba(235,235,235,1.00);
}
.album {
	float: left;
	width: 250px;
	height: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color:rgba(28,116,141,0.4);
	border:#1c748d thin solid;
}
.titulo {
	text-transform: uppercase;
	height: 40px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-align: center;
}
.foto {
	padding:5px;
	float: left;
	margin: 10px;
	width: 200px;
	height: 200px;
	display: inline-block;
	background-color:rgba(28,116,141,0.4);
	border:#1c748d thin solid;
	border-radius: 15px 15px 15px 15px;

}
.fotoAlbum {
	width: 190px;
	height: 190px;
	border-radius: 15px 15px 15px 15px;
}
.thumbAlbum {
	width: 240px;
	height: 150px;
}
.galBody{
	background-color:rgba(255,255,255,0.5);
	color:#1C748D;
	padding:10px;
}
#innerGal{
	background-color:rgba(255,255,255,0.9);
	padding:10px;
}
#innerGal h3{
}
.galBody h3{
	color:#1C748D;
}
