.title{
  margin: 15px 0 20px;
}
.mobile .page-content > div > div > div > h5 {
	color: #E87722;
}
html.mobile .page-content > div > div > section > div.container > section > nav.row {
	margin-left: 0;
	margin-right: 0;
}
.events-list .schedule{
  display: block;
  color:#333;
  margin-bottom: 10px;
}
.events-list .schedule{
	color: #bbc1cd;
}
html.mobile .events-list .schedule{
	margin-bottom: 0;
}

.events-list li:hover .schedule{
  color:#00B0CA;
}

.events-list li:hover a{
  background-color: #efefef;
  color:#333
}

.events-list .more {
  background: #ccc;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.events-list li:hover .more{
  background: #00B0CA;
}

.events-list .texto{
	color: #333;
  width: 90%;
  width: calc(100% - 50px);
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 30px;
  /*height: 95px;*/
	height: auto;
	min-height: 71px;
  overflow: hidden;
}
.mobile .events-list .texto{
	min-height: 0;
}
.events-list li:nth-of-type(2n + 1) {
	clear: left;
}

.events-list figure{
  border-radius: 50%;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,.055);
  overflow: hidden;
  height: 100px;
  width: 100px;
    margin: 5px;
}
.events-list a{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 1px;
  float: left;
  width: 90%;
  position: relative;
}
html.mobile .events-list a{
	width: 100%;
}
.events-list img{
  height: 100px;
  width: auto;
}

.events-list .imagem {
    float: left;
    position: relative;
    width: 113px;
    overflow: hidden;
    display: none;
}

.btn-row{
  display: block;
  float: left;
  margin: 20px 0 10px;
  text-align: right;
  width: 100%;
}
