@font-face {
    font-family: 'Geogrotesque-Bold-Italic';
    src: url('/fonts/Geog-BdIt.otf');
}
@font-face {
    font-family: 'Geogrotesque-Bold';
    src: url('/fonts/Geogrotesque-Bold.otf');
}
@font-face {
    font-family: 'Geogrotesque-Light';
    src: url('/fonts/Geogrotesque-Light.otf');
}
@font-face {
    font-family: 'Geogrotesque-Medium';
    src: url('/fonts/Geogrotesque-Medium.otf');
}
@font-face {
    font-family: 'Geogrotesque-Regular-Italic';
    src: url('/fonts/Geogrotesque-Regular-Italic.otf');
}
@font-face {
    font-family: 'Geogrotesque-Regular';
    src: url('/fonts/Geogrotesque-Regular.otf');
}
@font-face {
    font-family: 'Geogrotesque-SemiBold';
    src: url('/fonts/Geogrotesque-SemiBold.otf');
}
@font-face {
    font-family: 'Geogrotesque-Thin';
    src: url('/fonts/Geogrotesque-Thin.otf');
}
@font-face {
    font-family: 'Geogrotesque-Semibold-Italic';
    src: url('/fonts/Geog-SbIt.otf');
}
@font-face {
    font-family: 'NoticiaText-Bold';
    src: url('/fonts/NoticiaText-Bold.ttf');
}
@font-face {
    font-family: 'NoticiaText-Bold-Italic';
    src: url('/fonts/NoticiaText-BoldItalic.ttf');
}
@font-face {
    font-family: 'NoticiaText-Regular';
    src: url('/fonts/NoticiaText-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/fonts/Montserrat-Regular.otf');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserrat-Bold.otf');
}
@font-face {
    font-family: 'Montserrat-Thin';
    src: url('/fonts/Montserrat-Thin.otf');
}
@font-face {
    font-family: 'DMSerifDisplay-Regular';
    /*src: url('/fonts/DMSerifDisplay-Regular.ttf');*/
    src: url('/fonts/PatuaOne-Regular.otf');
}
.Geogrotesque-Bold-Italic{
    font-family: 'Geogrotesque-Bold-Italic';
}
.Geogrotesque-Bold{
    font-family: 'Geogrotesque-Bold';
}
.Geogrotesque-Light{
    font-family: 'Geogrotesque-Light';
}
.Geogrotesque-Medium{
    font-family: 'Geogrotesque-Medium';
}
.Geogrotesque-Regular-Italic{
    font-family: 'Geogrotesque-Regular-Italic';
}
.Geogrotesque-Regular{
    font-family: 'Geogrotesque-Regular';
}
.Geogrotesque-SemiBold{
    font-family: 'Geogrotesque-SemiBold';
}
.Geogrotesque-Thin{
    font-family: 'Geogrotesque-Thin';
}
.Geogrotesque-Semibold-Italic{
    font-family: 'Geogrotesque-Semibold-Italic';
}
.NoticiaText-Bold{
    font-family: 'NoticiaText-Bold';
}
.NoticiaText-Bold-Italic{
    font-family: 'NoticiaText-Bold-Italic';
}
.NoticiaText-Regular{
    font-family: 'NoticiaText-Regular';
}
.DMSerif{
    font-family: 'DMSerifDisplay-Regular'
}
.Montserrat-Bold{
    font-family: 'Montserrat-Bold';
}
.Montserrat-Regular{
    font-family: 'Montserrat-Regular';
}
.Montserrat-Thin{
    font-family: 'Montserrat-Thin';
    font-weight: 1000;
}
.px8{
    font-size: 8px !important;
}
.px9{
    font-size: 9px !important;
}
.px10{
    font-size: 10px !important;
}
.px11{
    font-size: 11px !important;
}
.px12{
    font-size: 12px !important;
}
.px13{
    font-size: 13px !important;
}
.px14{
    font-size: 14px !important;
}
.px15{
    font-size: 15px !important;
}
.px16{
    font-size: 16px !important;
}
.px17{
    font-size: 17px !important;
}
.px18{
    font-size: 18px !important;
}
.px19{
    font-size: 19px !important;
}
.px20{
    font-size: 20px !important;
}
.px21{
    font-size: 21px !important;
}
.px22{
    font-size: 22px !important;
}
.px23{
    font-size: 23px !important;
}
.px24{
    font-size: 24px !important;
}
.px25{
    font-size: 25px !important;
}
.px26{
    font-size: 26px !important;
}
.px27{
    font-size: 27px !important;
}
.px28{
    font-size: 28px !important;
}
.px29{
    font-size: 29px !important;
}
.px30{
    font-size: 30px !important;
}
.px32{
    font-size: 32px !important;
}
.px34{
    font-size: 34px !important;
}
.px36{
    font-size: 36px !important;
}
.px38{
    font-size: 38px !important;
}
.px40{
    font-size: 40px !important;
}
.gris{
    color:#83929b;
    font-size: 12px !important;
}
body {
    background-color: #fff;
    color:#000;
}
hr{
    border-top: 1px solid #c7c7c7;
}
a:hover, a:focus, a{
    color:rgb(50,50,50);
}
#container {
    margin: 0;
    align-self: center;
    padding-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    height: 100%;
}
.container {
    margin: 0;
    align-self: center;
    padding-top: 35px;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    height: 100%;
    color: rgb(50,50,50) !important;
}
#container1{
    margin-top: 30px;
    background-color: rgb(230,230,230)!important;
    padding-bottom: 45px;
}
/* Nabigazio barra */
header{
    background-color: #fff;
}
.header2{
    background-color: #000;
}
.banerosoa{
    width:100%;
    height:650px;
    overflow: hidden;
    padding: 0px;
    position: relative;
}
.gainean2{
    position: absolute;
    width: 100%;
    top: 84.5%;
    left: 50%;
    height: 200px;
    transform: translate(-50%, -50%);
    color:#fff !important;
    background-color: rgba(0,0,0,0.3);
}
.gainean2 a{
    color:#fff;
}
.aldekoa{
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
    height: 140px;
}
.erdikoa{
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
    height: 140px;
    border-left: solid 1px;
    border-right: solid 1px;
}
.row1{
    margin: 0px;
}
a.logo {
    float: left;
    margin-top: 0px;
}
.row2{
    height: 30px;
    border-top: none;
    padding-left: 0px;
}
.row2 .row2-center{
    max-width: 1200px; 
    margin:0 auto;
}
.navbar-nav{
    margin-top: 6px;
    margin-right: 20px;
}
.navbar-nav li a {
    color: #000;
    font-size: 20px;
}
.navbar-nav li a:hover {
    color: #000;
}
.navbar-nav .active a{
    background: #FFF;
}
.navbar-nav li a:hover{
    background: #FFF;
}
.navbar-nav li a:focus{
    background: #FFF;
}
.nav .open a:focus{
    background: #FFF;
}
.illuna li a {
    color: #fff;
    font-size: 14px;
}
.illuna li a:hover {
    color: #fff;
}
.illuna .active a{
    background: #000;
}
.illuna li a:hover{
    background: #000;
}
.illuna li a:focus{
    background: #000;
}
.illuna .open a:focus{
    background: #000;
}
.illuna {
    color:#fff;
}
.navbar-toggle{
    float: left;
}
.navbar-toggle .icon-bar {
    height: 3px;
    background-color: #c7c7c7;
}
.nav-social{
    padding-top: 6px;
    display: inline-block;
    color: #fff;
    float: right;
}
.nav-social a{
    color: #fff;
    font-size: 16px;
}
.nav-social i{
    color: #fff;
    font-size: 18px;
}
.navbar-form {
    float: right;
    padding: 0px;
    display: inline;
}
.navbar-form .nav-search{
    float: right;
    padding: 0px;
    display: inline;
    margin: 6px 0 0 10px;
}
.navbar-form i{
    font-size: 18px;
}
.navbar-form .form-control {
    width: 150px;
    height: 20px;
    background: white url(../img/icons/search-line-icon.png) no-repeat 3px;
    background-color: rgba(70, 70, 70, 0.3);
    border: 1px;
    padding-left: 10px;
    margin-right: 5px;
}
.sidebar-collapse , .sidebar-collapse .nav{
    background:none;
}
.sidebar-collapse .nav {
    padding:0;
}
.sidebar-collapse .nav > li > a {
    color:#000;
    background:transparent;
    text-shadow:none; 
}
.sidebar-collapse > .nav > li > a {
    padding:10px 5px;
}
ul.nav.nav-second-level.collapse.in {
    background: #172D44;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
    outline:0;
}
/* Bannerra */
#banner{
    position: relative;
}
#banner img{
    width: 100%;
    margin-top: 30px;
}
.mtitulua{
    margin-top: 0px;
}
.bbeltza{
    background-color: black;
    color:white;
}
.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.marramugikor{
    display: none !important;
}
.nor{
    padding-bottom: 30px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 55px;
}
@media (min-width: 1100px) {
    .navbar-toggle {
        display: none !important;
    }
}
@media (max-width:1300px) and (min-width:984px) {
    .destakatutxiki{
        font-size: 25px;
    }
    .destakatuidz{
        font-size: 16px;
    }
    .navbar-nav{
        margin-left:0;
        margin-bottom:0;
        margin-top: 6px;
        margin-right: 20px;
    }
    .marramugikor{
        display: block !important;
    }
}
@media (max-width:983px) and (min-width:848px) {
    #banner img{
        width: 100%;
        margin-top: 60px;
    }
    .destakatutxiki{
        font-size: 20px;
    }
    .destakatuidz{
        font-size: 14px;
    }
    .aldekoa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .erdikoa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    #container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    .alimg{
        height: 220px;
    }
    .videowrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .navbar-nav{
        margin-top:0 !important;
        margin-left:0;
        margin-bottom:0;
        margin-right:0;
    }
    .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .elkimg2{
        height: 260px !important;
    }
    .gainean{
        top:50% !important;
        left: 40% !important;
    }
    .elkerdian{
        margin-left: 0px !important;
        width: auto !important;
    }
    .errerdian{
        margin-left: 0px !important;
        width: auto !important;
    }
    .marramugikor{
        display: block !important;
    }
}
@media (max-width:848px) and (min-width:768px) {
    #banner img{
        width: 100%;
        margin-top: 120px;
    }
    .destakatutxiki{
        font-size: 20px;
    }
    .destakatuidz{
        font-size: 14px;
    }
    .aldekoa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .erdikoa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    #container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    .alimg{
        height: 220px;
    }
    .videowrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .navbar-nav{
        margin-left:0;
        margin-bottom:0;
        margin-top: 6px;
        margin-right: 20px;
    }
    .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .elkimg2{
        height: 260px !important;
    }
    .gainean{
        top:50% !important;
        left: 40% !important;
    }
    .elkerdian{
        margin-left: 0px !important;
        width: auto !important;
    }
    .errerdian{
        margin-left: 0px !important;
        width: auto !important;
    }
    .marramugikor{
        display: block !important;
    }
}
@media (max-width:767px){
    header{
        position: relative !important;
    }
    .banerosoa{
        height: 250px;
    }
    .nor{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .slider{
        height: auto !important;
    }
    #banner img{
        width: 100%;
        margin-top: 30px;
    }
    .destakatutxiki{
        font-size: 13px;
    }
    .destakatuidz{
        font-size: 10px;
    }
    .aldekoa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .erdikoa{
        padding-left: 5px;
        padding-right: 5px;
    }
    .gainean2{
        display: none;
    }
    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    #container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    .alimg{
        height: 220px !important;
    }
    .videowrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .navbar-nav{
        margin-top:0 !important;
        margin-left:0;
        margin-bottom:0;
        margin-right:0;
    }
    .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .elkimg2{
        height: 260px !important;
    }
    .gainean{
        top:50% !important;
        left: 40% !important;
    }
    .elkerdian{
        margin-left: 0px !important;
        width: auto !important;
    }
    .errerdian{
        margin-left: 0px !important;
        width: auto !important;
    }
    .marramugikor{
        display: block !important;
    }
}
@media (min-width: 700px){
    .portadakosekzioa {
        width: 33.33333333333333% !important;
        float: left !important;
    }
}
.bideoa {
    width: 90%;
}
.bideoa .modal-body{
    padding: 0px;
}
.bideoa button.close {
    padding-left: 10px;
    cursor: pointer;
    position: absolute;
    background: transparent;
    border: 0;
    color: white;
    -webkit-appearance: none;
    z-index: 1000;
}
.bideoa .close {
    opacity: 1;
}
.bideoa .close:hover {
    opacity: 0.6;
}
.bideoa video{
    width: 100%;
}
/* Footerra */
.footer{
    height: auto;
    overflow: hidden;
    padding: 0 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    background: #444B53;
}
.footer .foot{
    height: 100%;
    overflow: hidden;
}
.footer h3{
    margin-top: 0px;
    color: #fff;
}
.footer p{
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.footer .container{
    padding: 0 0;
}
.container{
    max-width: 1920px;
}
.footer .centro{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -51px;
    margin-left: -122px;
}
.footer .centro2{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -70px;
    color:rgb(255,255,255) !important;
}
.footer .centro3{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -70px;
}
.footer .creative-commons{
    padding-top: 40px;
    padding-left: 30px;
}
.footer .creative-commons img{
    margin-top: 30px;
    vertical-align: baseline;
}
.footer .creative-commons a{
    padding-left: 20px;
    color: #fff;
}
.footer-social{
    padding-top: 60px;
    display: inline-block;
    color: #fff;
    float: right;
}
.footer-social i{
    padding-right: 20px;
    font-size: 18px;
}
.foot1{
    padding: 30px 75px 20px 75px;
    background-color: rgb(30,30,30);
    color:rgb(255,255,255) !important;
}
.albistea{
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.albegu{
    font-size: 16px;
}
.albtit{
    font-size: 35px;
}
.albazp{
    font-size: 25px;
}
.alblat{
    font-size: 30px;
}
.albttx{
    font-size: 24px;
}
.albedu{
    font-size: 20px;
    margin-bottom: 30px;
}
.elkarrizketak > .col-lg-12 > .albistea > .albttx{
    font-size: 20px !important;
}
.elkarrizketak > .col-lg-12 > .albistea > .albedu{
    font-size: 20px !important;
}
.albidz{
    font-size: 16px;
}
.alimg{
    height: 350px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}
.alimg img{
    width: 100%;
}
.sinimg{
    height: 150px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}
.sinimg img{
    width: 100%;
}
.sinimg2{
    width: 150px;
    height: 150px;
    overflow: hidden;
    padding: 0px;
}
.sinimg3{
    height: 150px;
    overflow: hidden;
    padding: 0px;
}
.sinimg2 img{
    width: 100%;
}
.sinimg3 img{
    width: 100%;
}
.elkimg{
    height: 150px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}
.elkimg img{
    width: 100%;
}
.elkcon{
    position: relative;
    display: inline-block;
    text-align: left;
    width:100%;
}
.elkimg2{
    width:100%;
    height:400px;
    overflow: hidden;
}
.elkimg2 img{
    width: 100%;
}
.gainean{
    position: absolute;
    width: 75%;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    color:#fff !important;
}
.gainean a{
    color:#fff;
}
.errimg{
    height: 150px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}
.errimg img{
    width: 100%;
}
.errimg2{
    height: 150px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
}
.errimg2 img{
    height: 100%;
}
.errrow{
    height: 150px;
}
.gomendioa{
    margin-bottom: 20px;
}
.gomimg2{
    height: 350px;
    width: 232px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
}
.gomimg2 img{
    height: 100%;
}
.gomdesk2{
    font-size: 18px !important;
}
.aldimg2{
    overflow: hidden;
    padding: 5px;
    text-align: center;
}
.aldimg2 img{
    width: 100%;
}
.burua{
    width: 100%;
    color: black;
    padding: 5px 0px 10px 0px;
    margin-bottom: 20px
}
.burua h1{
    font-size: 20px !important;
    margin: 0;
}
.pdf{
    padding-left: 0px;
    padding-right: 0px;
}
.azpititulua{
    width: 250px;
    float: center;
}
.erditu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.erdian{ 
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 6px solid black;
    border-top: 1px solid black;
    width: 400px;
    text-align: center;
}
.elkerdian{
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 100px;
    padding-left: 10px;
    border-left: 6px solid black;
    width: 600px;
}
.errerdian{
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 100px;
    padding-left: 10px;
    width: 600px;
}
.multimedia{
    margin-bottom: 25px;
}
.erreportajea{
    margin-bottom: 35px;
}
.erreportajeak{
    margin-bottom: 10px;
}
.sinadurak{
    margin-bottom: 10px;
}
.elkarrizketak{
    margin-bottom: 10px;
}
.gomendioak{
    margin-bottom: 10px;
}
.imgcar{
    overflow: hidden;
    height: auto;
}
.carousel-inner img{
    width: 100%;
}
@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }
}
.social {
    position: relative;
    left: 85%;
    transform: translatex(-10%);
    width: 80px;
}
.albistea textarea{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #dfdee3;
}
.albistea textarea{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #dfdee3;
}
.albistea textarea{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #dfdee3;
}
.albistea h5 textarea{
    min-height: 35px;
}
.albistea h6 textarea{
    min-height: 29px;
}
.albistea p textarea{
    min-height: 32px;
}
@media (max-width: 1199px){
    .sidebarra{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .edukibarra{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .lehenmar{
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .burua{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .pubtit{
        margin-top: 20px !important;
    }
    .kor{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .korhr{
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
.sidebarra{
    padding-right: 0px;
    padding-left: 60px;
}
.edukibarra{
    padding-left: 0px;
    margin-bottom: 60px;
}
.pubtit{
    margin-top: 0px;
}
.norimg{
    width: 100%;
}
.letra-larria {
    float: left;
    margin-right: 5px;
    font-size: 75px;
    line-height: 85%;
}