/*=====================================================================*/
/*==============================ESTILO OROKORRAK========================*/
/*=====================================================================*/

body {
    background: #fff;
    font-size: 100%;
}
body.body_kontratazioak {
    font: 100%/1 arial, helvetica, sans-serif;
}
@media only screen and (max-width: 1024px) {
    body {
        font-size: 90%;
    }
    .ejlogo img{
        width:20%;
    }
}
.app_estilo_komunak * {
    font-family: 'Open Sans', sans-serif!important;
    color: #1a1a1a;
    letter-spacing: -0.04em!important;
}
.app_estilo_komunak *,
.app_estilo_komunak *:before,
.app_estilo_komunak *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mgk_on {
    display: none;
}

.mgk_off {
    display: block;
}
.app_estilo_komunak a {
    text-decoration: none;
}
.app_estilo_komunak  a:link,
.app_estilo_komunak  a:visited {
    color: #1472a4;
    text-decoration: none;
    font-weight: 600;
}
.app_estilo_komunak  a:hover,
.app_estilo_komunak  a:active {
    text-decoration: underline;
}

.edukiontzia {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    clear: both;
    height: auto;
    padding-bottom: 2em;
    display:block;
}
.app_edukiontzi {
    display: table;
    margin-top: 2em;
    width: 100%;
}

.inv_screen,
.inv {
    display: none!important;
}
.ikus_screen {
    display: initial!important;
}

.borobil {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}



/*======================LAN-ARLOEN GOIBURUA==========================*/

.lan_arlo_goiburu {
    margin: 3em 0;
}
.lanarlo_goiburua {
    width: 66%!important;
    float: left;
    margin-bottom: 2em;
}
.barne_logoa {
    max-width: 33% !important;
    width: auto;
    float: right;
    background: #c1c1c1;
}
.barne_logoa a {
    color: #1a1a1a !important;
    font-size: 110%;
    background: url("/images/web01-2014_euskojaurlaritza_logo_txikia.gif") no-repeat scroll 1em center #fff;
    display: block;
    padding: 1em 0 1em 5em;
    text-align: left;
    border-left: 1px solid #eee;
    font-weight: 500 !important;
    float: right;
    width: auto !important;
}
.barne_logoa a span {
    color: #acacac!important;
}
.lanarlo_goiburua h1 {
    color: #1a1a1a;
    font-size: 260%;
    text-align: left;
    clear: both;
    Font-weight:600;
}
.edukiontzia .lanarlo_goiburua .bilaketa_izenburua h1 a {
    color: #1a1a1a!important;
    font-size: 100%;
    background-image: none;
    padding-left: 0;
}
p.izenburu_azalpena {
    text-align: left;
    margin-top: 0.4em;
}
.lanarlo_gaiak li {
    width: 32.5%;
    display: inline-block;
    padding: 0.5em;
}
.lanarlo_gaiak li a {
    width: 100%;
    display: block;
    height: auto;
    padding: 1em;
    background-color: #1472a4;
    border: 1px solid #1a95bd;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    font-size: 110%;
}
.lanarlo_gaiak li a:hover {
    background-color: #0082ac;
    border: 1px solid #0781a8;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*=========================FEEDBACK EMAN========================*/


.feedback_eman_behekoa {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    padding: 0.2em 1em;
    z-index: 990;
    border: 1px solid #555;
    font-size: 90%;
    opacity: 0.8;
    border-radius: 3px 0 0 0;
}
.feedback_eman_behekoa a {
    background: url('/images/web01-2014_ikonoa_iritzia_eman.png') left center no-repeat transparent;
    display: block;
    padding: 5px 5px 5px 30px;
    margin: 0.5px auto;
    color: #fff!important;
    font-weight:500!important;
}
/*=====================================================================*/
/*=========================OFFCANVAS ETA GOIBURUA========================*/
/*=====================================================================*/

.offcanvas-top {
    position: relative;
    overflow: hidden;
    height: 50px;
    -webkit-transition: height .2s ease-out;
    -moz-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out;
}
.offcanvas-top.active {
    height: 14.6em;
}
.o-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1em 1em 4em;
    background-image: linear-gradient(bottom, transparent 44px, #1f1f1f 0px);
    background-image: -moz-linear-gradient(bottom, transparent 44px, #1f1f1f 0px);
    background-image: -webkit-linear-gradient(bottom, transparent 44px, #1f1f1f 0px);
    background-image: -ms-linear-gradient(bottom, transparent 44px, #1f1f1f 0px);
    /*IE10 bakarrik*/
    
    background-image: -o-linear-gradient(bottom, transparent 44px, #1f1f1f 0px);
}
.crumbs li a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #000;
}
.crumbs li:last-child a {
    border-bottom: 0;
}
#trigger,
#trigger_home {
    position: absolute;
    bottom: 0.6em;
    right: 5%;
    display: block;
    font-size: 1em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    width: auto;
    height: 40px;
    padding: 5px 12px;
    background-color: #1f1f1f;
    text-align: center;
    box-shadow: 0px 2px 1px #ccc;
    -webkit-box-shadow: 0px 2px 1px #ccc;
}
#trigger_home {
    box-shadow: 0px 2px 1px #1387ac;
}
a#trigger {
    outline: 0!important;
}
.o-content .o-content-zutabe {
    width: 31%;
    float: left;
    border-left: 1px solid #fff;
    padding-left: .6em;
}
.o-content .o-content-zutabe:last-of-type {
    display: none;
}
.o-content > div strong {
    font-weight: 700;
    color: #fff;
    font-size: 110%;
}
.o-content > div ul {
    list-style-type: none;
    padding: .2em 0 0;
}
.o-content > div ul li {
    padding: .3em 0;
}
.o-content > div li a {
    font-weight: 500!important;
    color: #37c3f0 !important;
    font-size: 90%;
}
.o-content > div li a:hover {
    color: #fff;
}
.o-content .zutabeak {
    width: 47em;
    float: right;
}
.o-content .bb_oraingo_hizkuntza {
    color: #999;
}
header,
.pattern {
    background: transparent!important;
}
nav.ogi_papurrak {
    display: none;
}
.goib_estekak {
    width: auto;
    margin-top: -42px;
    right: 20em;
    position: absolute;
}
.goib_estekak a:hover,
.goib_estekak span:hover {
    text-decoration: underline;
}
.scontainer {
    width: 23em;
    float: right;
    margin-right: 1em;
}
.searchbox {
    position: relative;
    min-width: 80px;
    width: 0;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    height: .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    height: .3s;
}
.searchbox-open {
    width: 100%;
}
.searchbox-input {
    border: 1px solid #0ca0cf;
    border-radius: 5px;
    box-shadow: .4px 1.4px 3px #eee inset;
    position: absolute;
    top: 0;
    right: 0;
    background: #fcfcfc;
    margin: 5px 2px 0 0;
    padding: 0 0 0 .5em;
    color: #1a1a1a;
    width: 22em;
    font-size: 100%;
    height: 28px;
}
.searchbox-input:-webkit-input-placeholder {
    color: #1a1a1a;
}
.searchbox-input:-moz-placeholder {
    color: #1a1a1a;
}
.searchbox-input::-moz-placeholder {
    color: #1a1a1a;
}
.searchbox-input:-ms-input-placeholder {
    color: #1a1a1a;
}
.searchbox-icon,
.searchbox-submit {
    width: 80px;
    border-radius: 0 5px 5px 0;
    height: auto;
    border: 0;
    font-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    cursor: pointer;
    color: #1472a4;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 4px 1px 0 0;
    padding: 5px 10px 7px;
    text-align: center;
    line-height: 16px;
}
.searchbox-submit {
    background: #1472a4;
    color: #fff;
}
.searchbox-icon {
    padding: 6px 10px 7px;
}
.searchbox-open .searchbox-input {
    height: 31px!important;
    margin-top: 1px;
    margin: 3px 0 0;
}
.searchbox-submit {
    display: none;
}
.searchbox-open .searchbox-submit {
    display: block;
}
.goib_kontaktu {
    width: auto;
    float: right;
    margin-top: 10px;
}
.goib_kontaktu a {
    width: auto;
    padding: .4em 1em;
    text-transform: uppercase;
    color: #1472a4;
    font-weight: 700!important;
}
.goib_hizkuntza {
    float: left;
    left: 5%;
    margin-top: -32px;
    position: absolute;
    width: auto;
}
.goib_hizkuntza ul {
    padding: 0 !important;
}
.goib_hizkuntza ul li {
    float: left;
    list-style: outside none none;
    padding: 0 0.5em 0 0.4em;
    width: auto;
}
.goib_hizkuntza ul li abbr {
    border: 0 none;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.goib_hizkuntza ul li span abbr {
    color: #ccc !important;
}
.goib_hizkuntza_hasiera ul li span abbr {
    color: #fff !important;
}
.goib_hizkuntza ul li a abbr{
    border: 0 none;
    color: #1472a4;
    text-decoration: none;
}
.goib_hizkuntza_hasiera ul li a {
    color: #054458;
}
.goib_hizkuntza ul li a abbr {
    cursor: pointer;
}
.goib_hizkuntza li a:hover {
    text-decoration: underline;
}
.goib_hizkuntza li {
    border-left: 1px solid #1a1a1a;
}
.goib_hizkuntza_hasiera li {
    border-left: 1px solid #fff;
}
.goib_hizkuntza li:first-of-type {
    border-left: medium none;
}

header {
    margin-bottom: 2em!important;
}
.searchbox-input {
    width: 100%;
}
.scontainer {}
/*Hasiera-orriaren goiburura*/

header.barra_beltza {
    background: url('/images/web01-2014_hasiera_orria_harmarria_ej.gif') no-repeat left bottom #1472a4!important;
}
.barra_beltza .pattern,
.barra_beltza .ongietorri,
.barra_beltza form,
#pattern,
.offcanvas-top {
    background: transparent!important;
}

/*=====================================================================*/
/*===============================EDUKIAK================================*/
/*=====================================================================*/

#edukia,
.edukiontzia .r01gContainer {
    padding: 0.2em 0 2.3em 0;
}
.edukiontzia .r01gContainer {
    margin: 0 auto;
    max-width: 1100px;
}
#edukia,
.edukiontzia .r01gContainer > .r01gContainer {
    padding-top: 0;
}

/*=========================ATZERA PAUSUA=========================*/

.ej_goiburu_02 {
    clear: both;
    display: block;
    font-weight: 600;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    width: 90%;
}
.ej_goiburu_02 a,
.bilaketa_izenburua a {
    background: url("/images/web01-2014_ikono_gezi_urdin_ezkerra.gif") no-repeat scroll left center #fff;
    float: left;
    font-size: 120%;
    padding: 0 0 0 0.8em;
    text-transform: none;
    color: #1472a4;
    margin-right: 0.5em;
    font-weight: 600;
}
.ej_goiburu_02 a:hover,
.bilaketa_izenburua a:hover {
    text-decoration: underline;
}



/*=====================================================================*/
/*===========================BARNEKO WEBGUNEAK==========================*/
/*=====================================================================*/
/*Menua*/

nav.menu_webgune {
    margin-bottom: 2em;
}
nav.menu_webgune div.r01gMenuH {
    width: 100%;
    background-color: #1472a4;
}
nav.menu_webgune div.r01gMenuH ul {
    background-color: #1472a4!important;
}
nav.menu_webgune div.r01gMenuH ul li {
    padding: 0;
    background-color: #0087b2;
    border-bottom: none!important;
}
nav.menu_webgune div.r01gMenuH ul li ul li a {
    background-color: #0087b2;
    font-size: 85%;
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: 600;
}
nav.menu_webgune div.r01gMenuH ul li ul li a:hover {
    color: #fff!important;
    background-color: #107595;
}
ul#UL_PRINCIPAL_juswz_menu.r01gMenuBarHorizontal_juswz_menu ul li {
    border: none;
}
nav.menu_webgune div.r01gMenuH a {
    display: block;
    background-color: #1472a4;
    padding: 0.6em 1em;
    border-right: 1px solid #fff;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
nav.menu_webgune div.r01gMenuH a:hover,
nav.menu_webgune div.r01gMenuH a:active,
nav.menu_webgune div.r01gMenuH a:focus {
    background-color: #0087b2;
    transition: all 0.2s ease 0s;
}
nav.menu_webgune div.r01gMenuH a span.menuTextSpan {
    color: #fff;
    transition: all 0.2s ease 0s;
}
nav.menu_webgune div.r01gMenuH a.r01gMenuBarItemSubmenu span.menuTextSpan {
    background: url(/images/web01-2014_ikono_gezi_zuri_behera.gif) right 0.4em no-repeat transparent;
    padding-right: 1.2em;
}
nav.menu_webgune div.r01gMenuTitle,
nav.menu_webgune > select {
    display: none;
}


/*=====================================================================*/
/*=================================OINA================================*/
/*=====================================================================*/

.beheko_estekak {
    width: 100%;
    background: #1472a4;
    padding: 2.5em 5%;
    display: table;
    text-align: left;
    clear:both;
}
.beheko_estekak div {
    width: 23.2%;
    height: auto;
    float: left;
    border-right: 1px solid #4fa9c7;
    margin-right: 1%;
}
.beheko_estekak div.azkena {
    border: none;
}
.beheko_estekak div:first-of-type {
    margin-left: 1%;
}
.beheko_estekak h2 {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.8em 0.1em;
    text-shadow: 0.5px 0.5px 1px #07536c;
}
.beheko_estekak ul {
    height: auto;
}
.beheko_estekak ul li a {
    padding: 0.5em 0.3em 0.5em 1em;
    background: url(/images/web01-2014_ikono_gezi_zuri_eskuma.gif) no-repeat left center #1472a4;
    display: block;
    color: #fff!important;
    text-transform: none;
    text-shadow: 0.5px 0.5px 1px #07536c;
    font-weight:500!important;
}
.beheko_estekak ul li a:hover,
nav.beheko_estekak ul li a:active {
    text-decoration: underline;
}
.oina {
    width: 100%;
    background: url(/images/web01-2014_oina_logo_atzekoa.gif) no-repeat left bottom #1f1f1f;
    padding: 2em 2em 3.5em 2em;
}
.oina a:hover,
footer.oina a:active {
    text-decoration: underline;
}
.oina img {
    margin: 1em auto 4em auto;
    width: auto;
    text-align: center;
    display: table;
}
.oina p {
    float: left;
    color: #c9c9c9;
    font-size: 90%;
}
.oina p a {
    color: #37c3f0 !important;
}
.oina ul {
    float: right;
    width: auto;
}
.oina ul li {
    display: inline-block;
    float: left;
}
.oina ul li a {
    padding: 0 1em 0 1em;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 90%;
    color: #37c3f0 !important;
    font-weight:500!important;
    text-decoration:underline;
}
.oina ul li a {
    text-decoration:none;
}
.r01ClaimPersonas {
    display: none;
}
/*ScrollUp*/

.scrollup-p {
    display: none;
}


/*===============================MEDIAQUERYAK==========================*/

@media only screen and (max-width: 1024px) {
    /*Goiko barra*/
    
    .scontainer {
        width: 14em;
    }
    .o-content .zutabeak {
        width: 42em;
    }
    .o-content .o-content-zutabe {
        width: 33%;
    }

}


/*=================================Menu erabilerraza======================================*/


.edukiontzia nav.menu_webgune_02 h1{
display:none;
}

.edukiontzia nav.menu_webgune_02 ul {
    width: 100%;
    background-color: #1472a4;
    display:inline-block;
    height:auto;
    border-bottom:1px solid #fff;
}

.edukiontzia nav.menu_webgune_02 ul li {
    padding: 0;
    border-bottom: none!important;
    float:left;
    border-bottom:1px solid #fff;

transition: all 0.3s ease 0s;
border-right:1px solid #fff;
height:auto;
}

.edukiontzia nav.menu_webgune_02 ul li:hover {
background-color: #076a9f!important;
}

nav.menu_webgune_02 ul li a {
    color: #fff!important; 
    transition: all 0.3s ease 0s;
    font-weight: 600;    
    text-align:left;
    padding:1em 0.5em 0.5em 0.5em;
    display:block;
    min-height:3em;
}

nav.menu_webgune_02 ul li a:focus{
outline: 1px dotted #1a1a1a!important;
transition:none;
}
    

.edukiontzia nav.menu_webgune_02 ul li a:hover {
    color: #fff!important;    
    text-decoration:none!important;
}

nav.menu_webgune_02 ul li a div{
    display:block;
    margin-top:-0.5em;
    color:#fff;
    margin-bottom:0em;
    z-index:-1;
}

/*Semeak baditu...*/

.edukiontzia nav.menu_webgune_02 ul li.has-subnav div a{
    padding-right:1.7em!important;
    background: url(/images/web01-2014_ikono_gezi_zuri_behera.gif) 95% 55% no-repeat transparent!important;
    
}

.edukiontzia nav.menu_webgune_02 ul li.has-subnav div a:hover, .edukiontzia nav.menu_webgune_02 ul li.has-subnav div a.close{
    background-color: #076a9f!important
}

.edukiontzia nav.menu_webgune_02 ul li.has-subnav ul{
    width:auto;    
    position:absolute;
    margin-top:1px;
    border-bottom:0;
    margin-left:-1px;
    background:transparent;
    z-index: 1000;
   }

.edukiontzia nav.menu_webgune_02 ul li.has-subnav ul li{
    width:100%;
    float:none;
    display:block;    
}

.edukiontzia nav.menu_webgune_02 ul li.has-subnav ul li a{
    width:100%;
    float:left;
    font-size:90%;
    text-align:left;
    border:1px solid #fff;
    border-top:none;
    font-weight:600;
    padding:0.65em 0.5em;
    background-color:#076a9f!important;
    min-height:initial!important;
}

.edukiontzia nav.menu_webgune_02 ul li.has-subnav ul li a:hover{
    background-color:#00507b!important;
}