@media only screen and (max-width: 480px) and (min-width: 0px) {
    
.underslider .large-6 {
    width: 100%;
}
    
.row .row {
  margin-left: 0px;
  margin-right: 0px;
}
    
ul.title-area {
  display: none;
}

header.l-header {
  background: #fff !important;
}

.l-header .top-bar {
    width: 100%;
    overflow: visible;

}

section.top-bar-section {
  margin-top: 0px;
  margin-left: 0px;
}

section.l-header-region.row {
  padding-right: 3px;
}


#socialELIS img {
  width: 38px;
  border-radius: 38px;
}  

#socialELIS img.social.facebook.first {
    background: url(/sites/www.elis.org/files/icone-elis2.png) no-repeat -187px -5px;
    background-color: #fff;
}

#socialELIS img.social.twitter {
    background: url(/sites/www.elis.org/files/icone-elis2.png) no-repeat -229px -3px;
    background-color: #fff;
}

#socialELIS img.social.linkedin.last {
    background: url(/sites/www.elis.org/files/icone-elis2.png) no-repeat -394px -3px;
    background-color: #fff;
}

.large-3.sidebar {
    width:100%;
}

.sidebar-hide {
    display: none;
}

/*** presidenza semestre ***/

.semestri-sidebar .views-field-field-logo-azienda-consorziata .field-content {
width: 60%;
margin: 0 auto;
}

.progetto-presidenza-sidebar {
text-align: center;
}

.views-field-field-logo-azienda-consorziata img {
  display: block;
  margin: 0 auto;
}

/*---------- footer -------------*/

.footer-container {
  top: 170px;
  position: relative;
}

/*---------- landing page corso -----------*/

img.img-responsive {
    max-width: 100% !important;
    max-height: 100% !important;
}

}