<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********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 &gt; .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 &gt; .form-control, .input-group-lg &gt; .input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .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 &gt; li &gt; a {
    padding: 30px 30px;
    border: 0;
    border-left: 1px solid #585858;
    color: #999;
}

.navbar-nav &gt; li &gt; 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 &gt; li &gt; a {
    padding: 10px 20px;
    border: 0;
}

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

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

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

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

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

.pagination &gt; li &gt; a, .pagination &gt; li &gt; 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 &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; 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{
    background: #333;
    color: #999;
}

.albistea .secondcontainer img{
    width: 100%;
}

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

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

.albisteak .secondcontainer h1, .albisteak .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 &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    background: #f7f7f7;
}

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

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

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

.panel-heading, .panel-default &gt; .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: .5;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; 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 &gt; li.active &gt; a, 
.zerrendak  .tabbable-panel .nav-tabs &gt; li.active &gt; a:focus, 
.zerrendak .tabbable-panel .nav-tabs &gt; li.active &gt; 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 &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a {
            color: #fff;
        }
    
    
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
            color: #333;
        }
    
    
    .navbar-nav &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a {
        color: #fff;
    }


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


.navbar-nav &gt; li &gt; 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 &gt; li &gt; 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;
    }
    
    
    }</pre></body></html>