.campaign-widget #lang_sel_footer {
  display: none;
}

/*.sidebar-widgets .widget_custom_post_widget img {
  float: both;
  padding-bottom: 15px;
}

#sidebar .widget h3 {
  margin-top: -10px;
}


#carousel li a {
  display: block;
  width:360px;
  position: relative;  
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#carousel li a img {
  opacity: 1;
}
#home-page-featured img {
  margin: 0px;
}
#home-page-featured {
  height: 240px;
  background-color: #f2f2f2;
  margin-top: 10px;
}
#carousel li a .caption {
  background-color: rgba(255,255,255,0.75);
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 100;
  left: 0px;
  font-size: 15px;
  padding: 2px 5px 5px;
  
  color: rgb(90, 90, 90);
  
}
#carousel li a:hover .caption {
  display: none;
}
#content {
    padding: 20px 0px 50px;
}
*/
