  .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.filter-wrapper:after {
  clear: both;
}
/**
 * Home page only selector
 * 
 * Very specific overrides for home page only.
 */
body.path-frontpage .region-content {
  padding: 0 !important;
}
/**
 * Banner block: Common styles for all sizes.
 */
.ule-home-banner-block .field--name-field-image img {
  max-width: none !important;
  overflow: hidden;
}
.ule-home-banner-block .content-text-wrapper {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  background-color: rgba(0, 152, 27, 0.8);
}
.ule-home-banner-block .content-text-wrapper h2 a,
.ule-home-banner-block .content-text-wrapper h2 a:link {
  font-size: 24px;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
/* Banner Preview Notice for banner pages */
.page-node-type-banner .ule-home-banner-block::before {
  content: "Banner Preview";
  font-weight: bold;
  font-size: 50px;
  color: yellow;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -210px;
  z-index: 100;
}
/* Menu bar after banner - Big icons */
.ule-home-menubar-middle-block {
  position: relative;
  padding: 0;
  background-color: rgba(0, 152, 27, 0.8);
}
.ule-home-menubar-middle-block ul li {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
}
.ule-home-menubar-middle-block .nav > li > a {
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.ule-home-menubar-middle-block a:hover {
  border-color: #aaa !important;
  background-color: transparent;
}
.ule-home-menubar-middle-block span.name {
  font-size: 18px;
  line-height: 60px;
  display: block;
}
.ule-home-menubar-middle-block span.ule-icon-100 {
  height: 60px;
  float: left;
}
/* Small < 768px Menu collapses. */
@media (max-width: 767px) {
  body.path-frontpage {
    /*
  #highlighted-region-wrapper {
    margin-top: 80px;
  }
  */
  }
  body.path-frontpage #navbar-region-wrapper {
    margin-top: 80px;
  }
  body.path-frontpage #main-region-wrapper {
    margin-top: 0;
  }
}
/* End @media Small */
/**
 * Small and bigger > 768px
 */
@media (min-width: 768px) {
  #highlighted-region-wrapper {
    height: 585px;
    overflow: hidden;
  }
  #highlighted-region-wrapper > .container {
    margin: 0;
    width: 100%;
  }
  .ule-home-banner-block {
    position: relative;
    height: 585px;
  }
  .ule-home-banner-block .field--name-field-image img {
    height: 585px !important;
    max-width: none !important;
    overflow: hidden;
  }
  .ule-home-banner-block .content-text-wrapper {
    position: relative;
    top: -360px;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6px !important;
  }
  /* Menu bar after banner - Big icons */
  .ule-home-menubar-middle-block {
    margin-top: -135px;
    height: 135px;
    /* Horizontal blocks */
  }
  .ule-home-menubar-middle-block ul li {
    display: table-cell;
    width: 1%;
    border-top: none;
  }
  .ule-home-menubar-middle-block span.ule-icon-100 {
    float: none;
    width: 100px;
    height: 80px;
  }
  .ule-home-menubar-middle-block span.name {
    display: block;
    text-align: middle;
    padding-top: 8px;
    font-size: 16.8px;
    line-height: 20px;
  }
  .ule-home-menubar-middle-block .nav > li > a {
    display: block;
    height: 135px;
    border: 4px solid transparent;
    padding: 10px 0 0 0 !important;
  }
}
/* End @media (min-width: @screen-sm-min) */
/**
 * Large >= 1200px
 */
@media (min-width: 1200px) {
  .ule-home-banner-block .content-text-wrapper {
    top: -310px;
  }
}
/* End @media (min-width: @screen-lg-min) */
/*
 * Block Home - Noticias / Agenda. 
 /
/* Common styles */
.home-content-block {
  color: #ffffff;
}
.home-content-block h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.home-content-block .view-content .views-row {
  list-style: none;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
  position: relative;
  min-height: 160px;
  /* No border for first element */
}
.home-content-block .view-content .views-row:first-child {
  border-top: none;
}
.home-content-block .block-title {
  font-weight: 300;
  font-size: 26px;
}
.home-content-block a,
.home-content-block a:hover,
.home-content-block a:visited {
  color: #ffffff;
  text-decoration: none;
}
#block-home-noticias,
#block-home-agenda {
  padding-bottom: 40px;
}
#block-home-noticias .portlet,
#block-home-agenda .portlet {
  margin: 0;
}
#block-home-noticias .form-group,
#block-home-agenda .form-group {
  margin: 0;
}
/* Block Home - Noticias */
.block-views-blockule-noticias-block-1 .view-ule-noticias .views-field-created {
  margin-bottom: 10px;
  test-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
}
/* Block Home - Agenda */
#block-home-agenda .views-field-event-date {
  float: left;
}
#block-home-agenda .views-field-event-date .field-content {
  width: 80px;
  height: 90px;
}
#block-home-agenda .views-field-title {
  padding-left: 90px;
}
#block-home-agenda .views-field-description {
  padding-left: 90px;
}
/**
 * Small and bigger > 768px
 */
@media (min-width: 768px) {
  .home-content-block {
    min-height: 580px;
  }
  #block-home-noticias .views-row,
  #block-home-agenda .views-row {
    height: 180px;
    overflow: hidden;
  }
}
/* End @media (min-width: @screen-sm-min) */
/**
 * Medium >= 992px
 */
@media (min-width: 992px) {
  #block-home-noticias .views-row,
  #block-home-agenda .views-row {
    height: 160px !important;
    overflow: hidden;
  }
}
/* End @media (min-width: @screen-md-min) */
/***
 *              Home / Main panel
 ***
 *                 Thumbnails (4)
 *-----------------------------------------------
 *  (Top Left)              (Top Right)    
 *  ºÚÁÏ²»´òìÈ              Agenda  
 *    Plus                    Plus
 *-----------------------------------------------
 *          (ule_common_social_life)
 *  vida universitaria        iconos RRSS 
 *-----------------------------------------------
 *  Twitter       Instagram     Youtube
 **/
#home-page-panel {
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
}
#home-page-panel .block-region-top {
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
#home-page-panel .block-region-top .mt-card-item {
  min-height: 340px;
  border: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
#home-page-panel .block-region-top .mt-card-item h3 {
  font-size: 16px;
  font-weight: 600;
}
#home-page-panel .block-region-top .form-group {
  margin-bottom: 0;
}
#home-page-panel .bs-region--top-left {
  background-color: #003f0b;
  position: relative;
}
#home-page-panel .bs-region--top-middle {
  background-color: #007314;
  position: relative;
}
#home-page-panel .bs-region--top-right {
  background-color: #007314;
}
#home-page-panel .home-content-block .block-title i.fa {
  margin-left: 1em;
}
#home-page-panel .plus-link a {
  display: block;
  text-align: center;
}
#home-page-panel .plus-link a span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
#home-page-panel .bs-region--middle {
  color: #000000;
  background-color: #c5c5c5;
  height: 60px;
}
#home-page-panel .bs-region--bottom-middle {
  border-left: 1px solid #838383;
  border-right: 1px solid #838383;
  overflow: hidden;
}
/* Middle block title: #unileon | vida universitaria */
.block-simple-blockule-common-social-life {
  padding: 0 15px;
}
.block-simple-blockule-common-social-life .titulo {
  font-size: 30px;
  line-height: 55px;
}
.block-simple-blockule-common-social-life .socicons a {
  text-align: center;
  margin: 0 11px;
}
.block-simple-blockule-common-social-life .socicons .socicon-btn {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #404040;
}
/**
 * Home / Plus blocks.
 */
.block-simple-blockule-www-actualidad-plus,
.block-simple-blockule-www-agenda-plus {
  background: rgba(255, 255, 255, 0.29);
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/**
 * Home / Social blocks.
 */
.block .block-ule-social a {
  color: #3f444a;
}
