/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  border: 1px solid #eee;
  border-radius: 3px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* height: 100%; */
  min-height: 180px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  min-height: 180px;
  right: 8%;
  bottom: 0;
  left: 8%;
  padding: 0;
  cursor: pointer;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /* height: 125px; */
  height: 180px;
  background-color: #FFF;
}

img.pertsona {
  float:none;
  display:inline-block;
  vertical-align:middle;
  margin-right:-4px;
  border: 6px solid #1472a4;
  border-radius: 50%;
  max-height: 100px;
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
}

img.logo {
  float:none;
  display:inline-block;
  vertical-align:middle;
  margin-right:-4px;
  border: 6px solid #1472a4;
  border-radius: 50%;
  margin-top: 30px;
}

.carousel-control {
  width: 7%;
  color: #1472a4;
  text-shadow: none;
}

.carousel-control:link,
.carousel-control:hover,
.carousel-control:active,
.carousel-control:visited {
  color: #1472a4;
  text-decoration: underline;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

/* Bump up size of carousel content */

.carousel-caption p {
  width: 100%;
}
.carousel-caption p {
  font-family: 'Open Sans', sans-serif !important;
  color: #1472a4;
  font-size: 12px;
  line-height: 1.2;
  text-shadow: none;
  padding: 0;
  margin: 0;
}

.carousel-caption h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #1472a4;
  line-height: 1.2;
  text-shadow: none;

  width: 100%;
  padding: 0;
  margin: 0;
}

.carousel-caption h2 a {
  color: #1472a4;
}

.carousel-caption h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2em;
  font-weight: 700;
  color: black;
  line-height: 1.2;
  text-shadow: none;

  padding: 0;
  margin: 0;
}


.item-izenburua {
  height: 30px;
}


.item-esteka {
  position: fixed;
  bottom: 0;
  width: 98%;
}

.gorputza-izena {
  height: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

}

@media (min-width: 992px) {
}
