/**********koloreak**********/

/* berdea: #19afb2;
berde argia: #b5e5e6;
gris iluna: #333;
gris argia: #999;
gris ia zuria: #F7F7F7; */

/****************/

@font-face {
  font-family: 'apercubold';
  src: url('../fonts/apercu_bold.eot');
  src:
    url('../fonts/apercu_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu_bold.woff') format('woff'),
    url('../fonts/apercu_bold.ttf') format('truetype'),
    url('../fonts/apercu_bold.svg#apercubold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercubold';
  src: url('../fonts/apercu_bold.eot');
  src:
    url('../fonts/apercu_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu_bold.woff') format('woff'),
    url('../fonts/apercu_bold.ttf') format('truetype'),
    url('../fonts/apercu_bold.svg#apercubold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercuregular';
  src: url('../fonts/apercu_regular.eot');
  src:
    url('../fonts/apercu_regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu_regular.woff') format('woff'),
    url('../fonts/apercu_regular.ttf') format('truetype'),
    url('../fonts/apercu_regular.svg#apercuregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#fullcontainer {
  max-width: 1600px;
  background-color: #f7f7f7;
  margin: 0 auto;
}

body {
  font-family: 'apercuregular';
  font-size: 18px;
  line-height: 28px;
  background-color: #000;
}

a {
  color: #19afb2;
  text-decoration: none;
  font-weight: 400;
}

p {
  margin: 0 0 20px 0;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 20px;
  margin-top: 30px;
}

h1 {
  font-size: 42px;
  line-height: 46px;
  font-family: 'apercubold';
}

h2 {
  font-size: 30px;
  line-height: 34px;
  font-family: 'apercubold';
}

h3 {
  font-size: 26px;
  line-height: 30px;
  font-family: 'apercubold';
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'apercubold';
}

h1 a,
h2 a,
h3 a {
  color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #19afb2;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.33333;
  padding: 10px 36px;
}

.btn-primary,
.btn-default,
.btn-info {
  background-color: #19afb2;
  border-color: #19afb2;
  color: #fff;
}

.btn {
  border-radius: 0;
}

.btn-primary:hover,
.btn-default:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
  font-size: 16px;
  height: 46px;
  line-height: 1.33333;
  padding: 10px 16px;
  font-weight: normal;
}

#bs-example-navbar-collapse-1 .form-control {
  background-color: #333 !important;
  border: 1px solid #585858;
  font-size: 14px;
}

#bs-example-navbar-collapse-1 .btn {
  background-color: #333 !important;
  border: 1px solid #585858;
  border-left: 0;
  color: #555;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition:
    border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.form-control:focus {
  border-color: #b5e5e6;
  box-shadow: none;
  outline: 0 none;
}

.secondcontainer .form-control {
  height: 46px;
  padding: 10px 12px;
}

.secondcontainer .btn {
  padding: 12px 32px 11px;
  border: 0;
  font-size: 16px;
}

form {
  padding-bottom: 2em;
}

input#q {
  border: 1px solid #ddd;
}

/*****************headerra********/

.navbar-brand,
.navbar-brand:hover {
  border: 0;
}

.navbar-inverse {
  background-color: #333;
  border-color: #080808;
  border: 0;
  font-size: 17px;
}

.navbar.navbar-inverse {
  min-height: 80px;
  border-radius: 0;
  margin-bottom: 0;
}

.nav.navbar-nav {
  float: right;
}

.navbar-nav > li > a {
  padding: 30px 30px;
  border: 0;
  border-left: 1px solid #585858;
  color: #999;
}

.navbar-nav > li > a:hover {
  color: #19afb2;
}

.navbar-form.navbar-left {
  padding: 23px 0 23px 15px;
  border-left: 1px solid #585858;
  margin: 0;
}

.navbar-brand {
  text-indent: -99999px;
  width: 200px;
  height: 70px;
  background: url(../img/logoa.png) no-repeat center left;
}

.dropdown-menu {
  border-radius: 0;
  margin-right: -10px;
  font-size: 16px;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  border: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #333;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #585858;
}

/************paginazioa**************/
.pagination {
  border-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #19afb2;
  border-color: #19afb2;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #19afb2;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/*****flatpage***************/

ul.info-menu li {
  list-style: none;
  padding: 0;
}
/******edukia****************************/

.secondcontainer {
  background: #fff;
}

.thirdcontainer {
  background: #f7f7f7;
  padding-top: 2em;
}

.more {
  text-align: right;
  font-weight: 100;
  font-size: 100%;
  width: 100%;
  display: block;
}

.more a {
  border: 0;
  color: #19afb2;
}

.thumbnail {
  background-color: #f7f7f7;
  border: 0 !important;
  border-radius: 0;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 0;
  transition: border 0.2s ease-in-out 0s;
  position: relative;
}

.thumbnail a {
  border: 0 none;
}

.thumbnail img {
  width: 100%;
  background: #333;
}

.thumbnail:hover img {
  opacity: 0.5;
  transform: scale(0.99, 0.99);
}

.bideoa-view {
  background: url(../img/play.png) no-repeat top left;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 12;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 12;
}

.image-container {
  display: block;
  position: relative;
  max-height: 148px;
  z-index: 8;
}

.caption-luzera-guztia {
  font-size: 14px;
  color: #999;
  background: #f7f7f7;
  position: relative;
  z-index: 10;
  min-height: 70px;
  padding-top: 10px;
}

.caption-luzera-guztia a {
  color: #333;
  font-size: 16px;
  display: block;
  margin-bottom: -10px;
}

p code {
  background: #f7f7f7;
  font-family: 'apercuregular';
  font-size: 14px;
  color: #19afb2;
}

.publi {
  /*background: #fff;*/
  text-align: center;
  padding: 20px 0;
}

.container .col-md-4 .publi {
  padding: 0 0 0 20px;
}
.summary {
  color: #999;
  font-size: 24px;
  line-height: 34px;
  margin: 1em 0 1em 0;
}

.date {
  color: #19afb2;
  font-size: 14px;
  letter-spacing: 1px;
}

/************home*********************/

.publiup {
  text-align: center;
  background: #fff;
}

.publiup .publi_up_728_90 img {
  margin: 0 auto;
}

.home .firstcontainer {
  background: #fff;
}

.home .firstcontainer .container {
  padding: 0;
}

.home .secondcontainer {
  background: #333;
  padding: 2em 0;
}

.home .secondcontainer,
.home .fourthcontainer {
  background: #333;
}

.home .thirdcontainer {
  background: #f7f7f7;
  padding: 2em 0;
}

.home .thirdcontainer .embed-responsive {
  margin-bottom: 2em;
}

.home .thirdcontainer .thumbnail a {
  border: 0;
}

.home .thirdcontainer .thumbnail a:hover {
  border: 0;
  color: #19afb2;
}

.home .secondcontainer h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: 'apercuregular';
  color: #999;
  margin: 2em 0;
}

.home .secondcontainer .thumbnail h3 {
  margin: 0;
}

.home .secondcontainer .bertsoaldidestakatua,
.home .secondcontainer .bertsoaldidestakatua a {
  color: #fff;
}

.home .secondcontainer .bertsoaldidestakatua a:hover {
  color: #19afb2;
}

.home .secondcontainer .bertsoaldidestakatua {
  margin-top: 10px;
}

.home .firstcontainer .container {
  width: 100%;
}

.home .firstcontainer .jumbotron {
  background: #fff;
  padding: 0;
  margin: 0;
  height: 400px !important;
  border-radius: 0;
}

.home .firstcontainer .jumbotron h1 {
  line-height: 56px;
  font-size: 52px;
  margin: 10px 0 15px;
}

.home .firstcontainer .jumbotron img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.home .firstcontainer .jumbotron p.zintiloa {
  color: #19afb2;
}
.home .firstcontainer .jumbotron p {
  font-size: 16px;
  margin-bottom: 0;
}

.carousel-indicators {
  margin-left: -25%;
}

.imagecontainer {
  height: 400px;
}

.caption {
  width: 580px;
  float: right;
  padding-left: 20px;
}

p.zintiloa {
  text-transform: uppercase;
  color: #666;
  font-size: 16px;
  margin-top: 2em;
}

.jumbotron p {
  font-size: 16px;
}

.zintiloa .date {
  margin-left: 1em;
}

.caption h1 {
  margin-bottom: 30px;
}

.caption h1 a,
.portadanew h2 a {
  text-decoration: none;
  border: 0;
}

.portadanew {
  background: #fff;
  margin-bottom: 2em;
}

.portadanew img {
  max-height: 100%;
}

.portadanew .col-md-6:last-child {
  padding-right: 30px;
}

.portadanew p {
  line-height: 24px;
  font-size: 16px;
}

.portadanew .thumbnail {
  margin-bottom: 0;
}

.portadanew .date {
  margin-right: 1em;
}

.portadanew h2 {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.glyphicon.glyphicon-plus {
  font-weight: 100 !important;
  font-size: 36px !important;
  font-family: 'apercuregular';
}

.home .publi {
  background: #f7f7f7;
  padding: 20px 0;
}

.home .thirdcontainer .publi {
  padding: 0 0 2em 0;
}

/*****albistea***************************/

.albistea .thirdcontainer,
.albisteak .thirdcontainer,
.podcastak .thirdcontainer {
  background: #333;
  color: #999;
  border-top: 1px solid #585858 !important;
}
.thirdcontainer {
  border-top: 1px solid #585858 !important;
}
.albistea .secondcontainer img {
  width: 100%;
}

.albistea .secondcontainer .social-button img {
  width: auto;
}

.albistea .secondcontainer .publi img {
  width: auto;
}

.albisteak .secondcontainer h1,
.albisteak .thirdcontainer h1,
.podcastak .thirdcontainer h1 {
  font-size: 26px;
  color: #999;
  font-weight: normal;
  font-family: 'apercuregular';
}

.albistea .secondcontainer {
  background: #fff;
  padding-bottom: 2em;
}

.thumbnail.new {
  background: #2c2c2c;
  padding: 2em;
  margin-bottom: 2em;
}

.thumbnail.new p.zintiloa {
  margin-top: 0;
  color: #999;
}

.new h3,
.fourthcontainer h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: 'apercuregular';
  color: #ccc;
}

.new h3 a {
  color: #fff;
  border: 0;
}

.new h3 a:hover {
  color: #19afb2;
}

.glyphicon-plus {
  text-align: -99999px;
}

.erlazionatuak .caption-luzera-guztia {
  background: #fff none repeat scroll 0 0;
}

.erlazionatuak .thumbnail.new {
  padding: 1.5em;
}

.erlazionatuak .thumbnail.new p a {
  color: #fff;
  margin-bottom: 0;
}
.erlazionatuak .thumbnail.new p {
  margin-bottom: 0;
}
.erlazionatuak .thumbnail p a:hover {
  color: #19afb2;
}

.erlazionatuak {
  margin-top: 2em;
}

.goiburua {
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 1.1em;
}

.albistea h1 {
  margin-bottom: 20px;
  margin-top: 0;
}

/******agenda***************/

.thumbnail.ebentua {
  background: #fff;
  padding: 1em;
  margin-bottom: 2em;
}

.thumbnail.ebentua .caption-luzera-guztia {
  background: #fff none repeat scroll 0 0;
}

.thumbnail.ebentua .caption-luzera-guztia p {
  margin: 0;
  font-size: 16px;
  color: #666;
  /*text-transform: uppercase;*/
  color: #19afb2;
}
.thumbnail.ebentua .caption-luzera-guztia h3 {
  margin: 0 0 10px;
  font-family: 'apercubold';
  font-size: 24px;
}

.agendabertsolariak,
.agendabesteak {
  display: block;
  color: #333;
  margin: 0;
}

.agendabesteak {
  display: block;
  color: #999;
}

/********bertsoaldia*************/
.bertsoaldiak .secondcontainer {
  background: #f7f7f7;
}

.bertsoaldiak-tabs {
  padding: 0 0 0 2em;
}

.bertsoaldia .secondcontainer h1 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
}

.bertsoaldia .secondcontainer {
  padding: 0 0 2em 0;
}

.bertsoaldia.bertsobakarra .secondcontainer {
  padding: 2em 0 2em 0;
}

.bertsoaldia .secondcontainer a.btn:hover {
  background: #333;
  color: #fff;
  border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #f7f7f7;
}

/*****bertsolaria*************/

.bertsoaldiak-tabs {
  margin-bottom: 2em;
}

.bertsolariak .secondcontainer,
.bilaketa .secondcontainer {
  background: #f7f7f7;
}

.panel-heading,
.panel-default > .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px 15px;
  background: #999;
  color: #fff;
  font-size: 16px;
  border: 0;
}

.panel {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 30px 0 0 0;
  font-size: 16px;
}

.panel dd {
  margin: 10px 0 20px;
  color: #999;
}

.panel dt {
  text-transform: uppercase;
}

.panel dt a {
  border: 0;
}

.panel dd:last-child {
  margin: 10px 0 0;
}

.panel dl {
  margin: 0;
}

.panel-body {
  padding: 0;
}

/*******bilaketa***********/

.tab-content {
  padding: 2em 0;
}

.bilaketa .secondcontainer {
  background: #f7f7f7;
}

.searchitem p {
  margin-bottom: 5px;
}

.searchitem {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.searchitem .thumbnail {
  margin-bottom: 0;
}

/********foterra************/

.footerheadcontainer {
  padding: 1em 0 0 0;
  font-size: 14px;
  border-top: 2px solid #fff;
}

.footerheadcontainer a {
  color: #333;
  padding: 1em 0 1em 7px;
}

.footerheadcontainer .row {
  margin: 1em 0;
}

.well {
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

.footerlogoscontainer {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}

.footerlogoscontainer ul li {
  display: inline-block;
  text-indent: -99999px;
}
.footerlogoscontainer ul li a {
  display: block;
  height: 100px;
  width: 165px;
}

.footerlogoscontainer ul li.bertsozale a {
  width: 125px;
}
.footerlogoscontainer ul li.librean a {
  width: 180px;
}
.footerlogoscontainer {
  background: #fff;
  padding: 1em 0;
}

.footerlogoscontainer ul li a:hover {
  opacity: 0.5;
}
.footerlogoscontainer li.bertsozale a {
  background: url(../img/argitaratzailea.png) no-repeat scroll 0 0;
}
.footerlogoscontainer li.librean a {
  background: url(../img/argitaratzailea.png) no-repeat scroll -200px 0;
}

.footerlogoscontainer li.euskojaurlaritza a {
  background: url(../img/laguntzaileak3.png) no-repeat scroll 0 0;
}
.footerlogoscontainer li.gipuzkoakoforualdundia a {
  background: url(../img/laguntzaileak3.png) no-repeat scroll -200px 0;
}
.footerlogoscontainer li.bizkaikoforualdundia a {
  background: url(../img/laguntzaileak3.png) no-repeat scroll -400px 0;
}
.footerlogoscontainer li.laboralkutxa a {
  background: url(../img/laguntzaileak3.png) no-repeat scroll -600px 0;
}

/*********/
ul.nowraptabs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

ul.nowraptabs li {
  display: inline-block;
  float: none;
}

/**JATSU IBILI DA HEMENDIK BEHERA **/
.skip-button {
  display: none;
  position: absolute;
  top: 70%;
  right: 0;
  z-index: 1;
  width: auto;
  text-align: center;
  background-color: rgba(25, 175, 178, 0.8);
  border-color: #19afb2;
  color: #fff;
}

.banner-button {
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  width: auto;
  text-align: center;
  background-color: white;
  color: blue;
  border-radius: 3px;
}

@media (max-width: 770px) {
  .skip-button {
    top: auto;
    bottom: 10%;
  }

  .banner-button {
    top: auto;
    bottom: 10%;
  }
}

.egilea.thumbnail {
  background-color: #19afb2;
  padding: 2em;
  margin-bottom: 2em;
}

.egilea.thumbnail h3 {
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #fff;
    opacity: 0.5;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    white-space: normal;
    padding-right: 2em;
  }
}

.egilea.thumbnail {
  max-width: 285px;
}

.bideoa-view,
.audioa-view {
  background: url(../img/play.png) no-repeat top left;
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 12;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 12;
}
.image-container {
  display: block;
  position: relative;
  max-height: 148px;
  z-index: 8;
}

.audio-container {
  padding: 0 1.5rem 0;
}

.audio-container audio {
  width: 100%;
  margin-bottom: 0;
}

.audioa-view {
  background: url(../img/audio.png) no-repeat top left;
}

.audio.image-container {
  overflow: hidden;
  margin-bottom: 3rem;
}

.audio.image-container img {
  width: 100%;
}

.image-container-audio {
  display: block;
  position: relative;
  max-height: auto;
  margin-bottom: 2rem;
  z-index: 8;
}
.audio.image-container-audio img {
  width: 100%;
}

.zerrendak .tabbable-panel .nav {
  font-size: 15px !important;
  text-transform: uppercase;
}

.zerrendak .tabbable-panel .nav-tabs > li.active > a,
.zerrendak .tabbable-panel .nav-tabs > li.active > a:focus,
.zerrendak .tabbable-panel .nav-tabs > li.active > a:hover {
  background: #fff;
}

.zerrendak .tab-content .tab-pane {
  max-height: 345px;
  overflow-y: auto;
}

.zerrendak .tab-content .tab-pane.entzun-osoa {
  max-height: 400px;
}

.zerrendak .tab-content ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  line-height: 120%;
  font-size: 17px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.zerrendak .tab-content ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  width: 100%;
}

.zerrendak .tab-content ol li a {
  padding: 1rem 1rem 1rem 2.5rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #444;
  display: block;
}

.zerrendak .tab-content ol li::before {
  content: counter(my-awesome-counter) '. ';
  color: #19afb2;
  font-weight: bold;
  position: absolute;
  top: 1rem;
}

.kopurua {
  background: #efefef;
  border-radius: 5px;
  margin-right: 1rem;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}

/*****responsive**/

@media (max-width: 1170px) {
  .image-container {
    max-height: 122px;
  }

  .caption-luzera-guztia {
    min-height: 90px;
  }

  .caption {
    width: 100%;
    padding: 1em;
    background: #fff;
  }

  .navbar-nav > li > a {
    padding: 30px 15px;
  }

  .home .firstcontainer .jumbotron h1 {
    line-height: 55px;
    font-size: 55px;
  }

  .home .firstcontainer .jumbotron,
  .imagecontainer {
    height: 380px !important;
  }

  #bs-example-navbar-collapse-1 .btn {
    border: 1px solid #585858 !important;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .home .firstcontainer .jumbotron,
  .imagecontainer {
    height: 300px !important;
  }

  .home .firstcontainer .jumbotron h1 {
    line-height: 32px;
    font-size: 32px;
  }

  .image-container {
    display: block;
    max-height: 192px;
    position: relative;
    z-index: 8;
  }

  .caption-luzera-guztia {
    min-height: 90px;
  }

  .col-lg-3:nth-child(2n + 1) {
    clear: both;
  }

  .portadanew .col-md-6:last-child {
    padding: 1em 2em;
  }

  .portadanew p.zintiloa {
    margin: 20px 0 10px !important;
  }

  .navbar-nav > li > a {
    padding: 30px 10px;
  }

  .thumbnail {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .image-container {
    max-height: 140px;
  }

  .caption-luzera-guztia {
    min-height: 100px;
  }

  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .jumbotron p.zintiloa {
    margin-top: 0;
  }

  .jumbotron h1 {
    margin-top: 0;
  }

  .nav.navbar-nav {
    background: #19afb2 !important;
    font-size: 20px;
    float: none;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
  }

  .navbar-nav > li > a {
    padding: 10px 20px;
  }

  .home .firstcontainer .jumbotron,
  .imagecontainer {
    height: 200px !important;
  }

  .carousel-control {
    top: 10%;
    bottom: auto;
  }

  #q.form-control,
  #bs-example-navbar-collapse-1 .btn {
    height: 44px;
  }
  .caption h1 {
    margin-bottom: 10px;
  }

  .navbar-form.navbar-left {
    border: 0 none;
    margin: 0 1em;
    padding: 23px 0 23px 0px;
  }

  .thumbnail.new {
    margin-bottom: 1em;
    padding: 1em;
  }

  .home .secondcontainer h3 {
    color: #999;
    font-family: 'apercuregular';
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin: 1em 0;
  }

  .new h3 {
    font-size: 1em;
    line-height: 120%;
  }

  .navbar-brand {
    height: 50px;
  }

  .navbar.navbar-inverse {
    min-height: 50px;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .summary {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }

  .footerheadcontainer .pull-right {
    float: none;
  }

  .footerlogoscontainer ul li {
    width: 48%;
  }

  .albistea h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .bertsoaldia .secondcontainer h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 15px 0;
  }

  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 {
    padding: 0 !important;
  }

  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 h1,
  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 p,
  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 ul {
    padding: 0 15px;
  }

  .bertsoaldia.bertsobakarra .secondcontainer {
    padding: 0 0 1em 0;
  }

  .bertsoaldia .container .col-sm-4 {
    padding: 2em 1em;
  }

  .bereziarow .col-sm-12 {
    padding: 0;
  }

  video {
    margin-bottom: 1em;
  }
  .zerrendak .tab-content .tab-pane {
    max-height: auto;
    overflow-y: 100%;
  }
  .zerrendak .tab-content .tab-pane.entzun-osoa {
    max-height: 100%;
  }
  .zerrendak .tab-content {
    padding: 2em 0 0 0;
  }
}

@media (max-width: 1170px) {
  .image-container {
    max-height: 122px;
  }

  .caption-luzera-guztia {
    min-height: 90px;
  }

  .caption {
    width: 100%;
    padding: 1em;
    background: #fff;
  }

  .navbar-nav > li > a {
    padding: 30px 15px;
  }

  .home .firstcontainer .jumbotron h1 {
    line-height: 55px;
    font-size: 55px;
  }

  .home .firstcontainer .jumbotron,
  .imagecontainer {
    height: 380px !important;
  }

  #bs-example-navbar-collapse-1 .btn {
    border: 1px solid #585858 !important;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .home .firstcontainer .jumbotron,
  .imagecontainer {
    height: 300px !important;
  }

  .home .firstcontainer .jumbotron h1 {
    line-height: 32px;
    font-size: 32px;
  }

  .image-container {
    display: block;
    max-height: 192px;
    position: relative;
    z-index: 8;
  }

  .caption-luzera-guztia {
    min-height: 90px;
  }

  .col-lg-3:nth-child(2n + 1) {
    clear: both;
  }

  .portadanew .col-md-6:last-child {
    padding: 1em 2em;
  }

  .portadanew p.zintiloa {
    margin: 20px 0 10px !important;
  }

  .navbar-nav > li > a {
    padding: 30px 10px;
  }

  .thumbnail {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .image-container {
    max-height: 140px;
  }

  .caption-luzera-guztia {
    min-height: 100px;
  }

  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .jumbotron p.zintiloa {
    margin-top: 0;
  }

  .jumbotron h1 {
    margin-top: 0;
  }

  .nav.navbar-nav {
    background: #19afb2 !important;
    font-size: 20px;
    float: none;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
  }

  .navbar-nav > li > a {
    padding: 10px 20px;
  }

  .home .firstcontainer .jumbotron,
  .imagecontainer {
    height: 200px !important;
  }

  .carousel-control {
    top: 10%;
    bottom: auto;
  }

  #q.form-control,
  #bs-example-navbar-collapse-1 .btn {
    height: 44px;
  }
  .caption h1 {
    margin-bottom: 10px;
  }

  .navbar-form.navbar-left {
    border: 0 none;
    margin: 0 1em;
    padding: 23px 0 23px 0px;
  }

  .thumbnail.new {
    margin-bottom: 1em;
    padding: 1em;
  }

  .home .secondcontainer h3 {
    color: #999;
    font-family: 'apercuregular';
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin: 1em 0;
  }

  .new h3 {
    font-size: 1em;
    line-height: 120%;
  }

  .navbar-brand {
    height: 50px;
  }

  .navbar.navbar-inverse {
    min-height: 50px;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .summary {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }

  .footerheadcontainer .pull-right {
    float: none;
  }

  .footerlogoscontainer ul li {
    width: 48%;
  }

  .albistea h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .bertsoaldia .secondcontainer h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 15px 0;
  }

  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 {
    padding: 0 !important;
  }

  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 h1,
  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 p,
  .bertsoaldia.bertsobakarra .secondcontainer .col-md-8 ul {
    padding: 0 15px;
  }

  .bertsoaldia.bertsobakarra .secondcontainer {
    padding: 0 0 1em 0;
  }

  .bertsoaldia .container .col-sm-4 {
    padding: 2em 1em;
  }

  .bereziarow .col-sm-12 {
    padding: 0;
  }

  video {
    margin-bottom: 1em;
  }
  .zerrendak .tab-content .tab-pane {
    max-height: auto;
    overflow-y: none;
  }
  .zerrendak .tab-content .tab-pane.entzun-osoa {
    max-height: auto;
  }

  .zerrendak .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }

  .image-container-audio {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .image-container {
    max-height: 100px;
  }
}

@media (max-width: 360px) {
  .image-container {
    max-height: 80px;
  }
}

@media (max-width: 480px) {
  .image-container {
    max-height: 100px;
  }
}

@media (max-width: 360px) {
  .image-container {
    max-height: 80px;
  }
}
/*PODCASTAK*/

.podcast .firstcontainer {
  background-color: #19afb2;
}
.podcast-hero {
  color: white;
}
.podcast-hero h1 {
  color: #fff;
}
.podcast-hero p {
  color: rgba(255, 255, 255, 0.9);
}
.podcast-hero .hero-buttons {
  margin-top: 20px;
  margin-bottom: 30px;
}
.podcast-hero .btn-hero {
  background-color: white;
  color: #19afb2;
  font-weight: bold;
  border-radius: 0;
  padding: 8px 24px;
  border: none;
  font-size: 13px;
}
.podcast-hero .btn-hero:hover {
  background-color: #333;
  color: #fff;
}
.podcast-hero .hero-img {
  max-height: 180px;
}
.chapter-card {
  background-color: #2b2b2b;
  margin-bottom: 30px;
  position: relative;
  padding: 2em;
}
.chapter-card .card-image-wrapper {
  position: relative;
  width: 100%;
  /* height: 160px; */
  overflow: hidden;
  margin-bottom: 30px;
}
.chapter-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapter-card .card-meta {
  margin-bottom: 12px;
}
.chapter-card .badge-kapitulua {
  background-color: #19afb2;
  color: #333;
  font-size: 13px;
  padding: 0px 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'apercubold';
}
.chapter-card .date-text {
  color: #19afb2;
  font-size: 14px;
  float: right;
}
.chapter-card .card-title {
  font-size: 24px;
  font-family: 'apercuregular';
  line-height: 1.25;
  margin: 0;
}
.chapter-card .card-title a {
  color: #fff;
}
.chapter-card .card-title a:hover {
  color: #19afb2;
  text-decoration: none;
}
.chapter-card .card-footer {
  text-align: right;
}

.chapter-card .card-plus-btn {
  color: #19afb2;
  font-size: 36px;
  text-decoration: none;
  line-height: 1;
}
.chapter-card .card-plus-btn:hover {
  color: #fff;
}
.podcast .secondcontainer {
  background: #f7f7f7;
  padding: 2em 0;
}
.podcast .thirdcontainer {
  background: #fff;
  padding: 2em 0;
}

.podcast-row {
  overflow: hidden;
  margin: 0 0 40px 0;
}
.podcast-left {
  background-color: #19afb2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.podcast-left .podcast-left-img {
  max-width: 100%;
  max-height: 258px;
}
.podcast-left .podcast-left-placeholder {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.3;
  word-break: break-word;
}
.podcast-right {
  padding: 30px;
  background-color: #fff;
}
.podcast-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.podcast-desc {
  color: #333;
}
.bertsoa-card-mini {
  background-color: #2b2b2b;
  color: white;
  padding: 20px;
  min-height: 290px;
  margin-top: 15px;
  position: relative;
}
.bertsoa-card-mini .card-mini-meta {
  margin-bottom: 8px;
}
.bertsoa-card-mini .card-mini-badge {
  background-color: #19afb2;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'apercubold';
}
.bertsoa-card-mini .card-mini-image {
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bertsoa-card-mini .card-mini-image img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
.bertsoa-card-mini .card-mini-title {
  font-size: 16px;
  line-height: 1.25;
  color: #eee;
  margin: 0;
  font-family: 'apercuregular';
}
.bertsoa-card-mini .card-mini-title a {
  color: #eee;
}
.bertsoa-card-mini .card-mini-title a:hover {
  color: #19afb2;
  text-decoration: none;
}

.chapter .firstcontainer {
  background-color: #19afb2;
}
.chapter .secondcontainer {
  background: #fff;
}
.chapter .thirdcontainer {
  background: #3a3a3a;
  padding: 50px 0;
}
.hero-detail {
  color: white;
  padding: 40px 0;
}
/* .hero-detail .hero-meta {
  margin-bottom: 10px;
} */
.hero-detail .badge-kapitulua {
  background-color: #fff;
  color: #333;
  font-size: 20px;
  padding: 0px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'apercubold';
}
.hero-detail .hero-date {
  color: #2b2b2b;
  font-size: 13px;
  font-weight: bold;
  margin-left: 15px;
}
.hero-detail h2 {
  color: #fff;
}
.hero-detail .hero-podcast-link {
  color: rgba(255, 255, 255, 0.8);

  margin-top: 5px;
}
.hero-detail .hero-podcast-link a {
  color: #fff;
  text-decoration: underline;
}
.player-container {
  padding: 40px 0;
  max-width: 650px;
  margin: 0 auto;
}
.audio-player-wrapper {
  background-color: #2b2b2b;
  padding: 10px;
  margin-bottom: 20px;
}
.audio-player-wrapper audio {
  width: 100%;
}
.main-episode-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.episode-description a {
  color: #19afb2;
}
.section-title {
  font-family: 'apercuregular';
  font-size: 24px;
}
.chapter .thirdcontainer .section-title {
  color: #ccc;
}
@media (max-width: 767px) {
  .podcast-row {
    display: block;
  }
  .podcast-left {
    min-height: 150px;
  }
  .podcast-header {
    display: block;
  }
  .podcast-desc {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .card-title {
    font-size: 1em !important;
  }

  .chapter-card {
    padding: 1em;
  }
  .podcast .secondcontainer {
    padding: 0;
  }
  .bertsoa-card-mini {
    min-height: auto;
  }
  .podcast-left .podcast-left-img {
    max-height: 160px;
  }
  .podcast-right {
    padding: 1em;
  }

  .chapter .thirdcontainer {
    padding: 30px 0;
  }
}

/* Zutabeak alboka jartzen direnean (md pantailetan), row-ari flex eman bertikalki zentratzeko */
@media (min-width: 992px) {
  .podcast-hero .row,
  .hero-detail .row {
    display: flex;
    align-items: center;
  }
}

/* Irudia horizontalki beti zentratuta egongo dela ziurtatzeko */
.hero-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
