/* Homepage Slider */
.swiper-container {
  height: 300px !important;
}
.swiper-slide div.info {
  bottom: 0px !important;
}

/* News and Events Lists */
.newsEventsLists .listWrapper {
  margin-top: 10px !important;
}
.newsEventsLists .listImage {
  width: 130px;
  max-height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.newsEventsLists .listImage img {
  width: 130px;
}
.newsEventsLists .listDetails {
  float: left;
  width: 576px;
}
.newsEventsLists .listTitle {
  margin: 0px 0px 2px 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.newsEventsLists .listDate {
  font-size: 11px;
}
.newsEventsLists .list-buttons{
  margin-top: 5px;
}
.newsEventsLists .list-buttons table {
  float: left;
  margin-right: 10px;
}

/* Themes Lists */
.themesWrapper .listWrapper {
  margin-top: 10px !important;
}
.themesWrapper .listImage {
  width: 130px;
  max-height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.themesWrapper .listImage img {
  width: 130px;
}
.themesWrapper .listDetails {
  float: left;
  width: 776px;
}
.themesWrapper .listTitle {
  margin: 0px 0px 2px 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.themesWrapper .listDate {
  font-size: 11px;
}
.themesWrapper .list-buttons{
  margin-top: 5px;
}
.themesWrapper .list-buttons table {
  float: left;
  margin-right: 10px;
}


/* Details News Events */
.listNewsEventsDetail .itemImage {
  width: 250px;
  height: 200px;
  overflow: hidden;
  floaT: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.listNewsEventsDetail .itemImage img {
  width: 250px;
}


/* Details Themes */
.listThemesDetail .itemImage {
  width: 250px;
  height: 200px;
  overflow: hidden;
  floaT: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.listThemesDetail .itemImage img {
  width: 250px;
}
.listThemesDetail .itemTitle {
  padding-top: 0px !important;
  margin-top: 0px !important;
}