/*body {
    background-image: url("../../../images/background_logo.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100% auto;
}
*/

/* Eliminar apresentacao de icon e numero de participantes no modulo ICAgenda*/
.ic-people {display: none}
.ic-registered {display: none}

/* Colocar a negrito a data e hora do evento no ICAgenda */
.ic-single-starttime{
	font-weight: bold;
	font-size: 12px;
}

.ic-single-endtime{
	font-weight: bold;
	font-size: 12px;
}

.column-1.col-md-4 .column-2.col-md-4{
	background-color: #ff8800;
	color: white;
	background: #ff8800;
}

.panel-default > .panel-heading {
  background-color: #E67A00;
  border-color: #E67A00;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: white;
}

.t3-mainbody {
    padding-top: 7px;
    padding-bottom: 17px;
} 

.t3-content {
    padding-top: 17px;
	padding-bottom: 7px;
 }
 
.article-title {
  font-size: 30px;
}

.rg-gallery {
	height:50%;
	width:50%;
	margin-left: auto;
    margin-right: auto;
}
