/* tipografia */
@import url('tipografia.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* responsiboa */
@import url('responsiboa.css');

body, option {
	/* font-family: 'robotomedium';*/
}

/* bilatzailea */

.bilaketa-botoia {
  position: absolute;
  z-index: 1;
  margin-top: 5px;
  padding: 8px 5px;
  background-color: transparent;
  font-size: 17px;
  border: none;
  cursor: pointer;
  display: inline-block;
  color: #777;
  margin-left: -45px;
}

.bilatzaile-orokorra {
	text-align: center;
	margin-top: -10px;
}

.xerka {
	background-color: #FEE8CC;
}

.accordion-body {
	color: #666666;
}

/* nabigazioa */

#navbarResponsive {
	flex-direction: row-reverse;
}

.menu-orokorra {
	background-image: url("../ird/atzekaldea-menua-behea.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}

#topContent {
	background-image: url("../ird/atzekaldea-menua-goia.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* orokorrak */

#topContent {
	font-size: 13px;
}

.menu-orokorra.sarrera {
	background-image: none;
    padding-bottom: 7px;
}

.sarrera-orria {
	padding: 50px 0;
	background-color: #f5f2eb;
	background-image: url("../ird/atzekaldea-menua-behea.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.goiburua {
  padding: 10px;
  font-size: 40px;
  line-height: 46px;
}

.goiburua span {
  padding: 10px;
}

.goiburua:before {
  font-family: FontAwesome;
}

.bitxurre {
  background-color: #EDEBE4;
  border-radius: 15px;
  padding: 15px;
}

.bitxurre .bitxurre-iko {
  font-size: 21px;
  font-weight: 700;
  color: #FB8B01;
}

.bitxurre .bitxurre-iko span {
  color: #000;
  padding: 10px;
}

.bitxurre .bitxurre-iko:before {
  font-family: FontAwesome;
  font-size: 36px;
}

.bitxurre .zenbat{
  margin-top: -25px;
}

.bitxurre .zenbat span {
  background: #FB8B01;
  color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
}

.artikuluak p {
	color: #666;
}
.artikulu-img {
	text-align: center;
}
.artikulu-img img {
	max-width: 100%;
	height: 200px;
	margin-bottom: 15px;
	border-radius: 15px;
}
.artikuluak .col a:hover {
	opacity: 60%;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;  
    -moz-transition: opacity 0.5s ease-in-out;   
}

.emaitza-edukia {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: solid 1px #eee;
	text-align: left;
}

.emaitza-edukia .gainekoa {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.emaitza-edukia .gainekoa2 {
	position: absolute;
	top: 25px;
	left: -10px;
	z-index: 10;
}
.emaitza-edukia .gainekoa2 img {
	width: 40px;
	border: none;
}

.emaitza-edukia .gainekoa .zbk {
	background-color: #FB8B01;
	border-radius: 30px;	
	font-size: 13px;
	color: #FFF;
	padding: 0 10px;
	margin: 15px 0 0 -15px;
}

.emaitza-edukia img {
	border: solid 1px #EEE;
	max-height: 190px;
	max-width: 190px;
}

.emaitza-edukia img.detailea {
	max-height: 100%;
	max-width: 100%;
}

.emaitza-edukia .ikonoa {
	margin: 0 0 0 30px;
	border-radius: 0px;
	/*background-color: #fff;*/
	padding: 0px;
	font-size: 32px;
	color: #FB8B01;
}
.ikonoa2 {
	margin: 0 0 0 30px;
	border-radius: 0px;
	/*background-color: #fff;*/
	padding: 0px;
	font-size: 64px;
	color: #FB8B01;
}

#topContent a {
	color: #555555;
	padding: 0 5px;
}

#topContent a:hover, #topContent a:active {
	color: #777777;
}

#mo_ema {
	text-align: center;
}
#mo_ema a {
	color: #FB8B01!important;
}

#mo_ema a:hover {
	color: #777777!important;
}

.nabiga {
	line-height: 38px;
	margin: 15px 250px;
	text-align: center;
}
@media (max-width: 1000px) {
	.nabiga {
		margin: 15px 25px;
	}
}
.nabiga div {
	display: inline-block;
    color: #777;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #e0e0e0;
	line-height: 28px;
	margin-left: 8px;
}
.nabiga div.nabi {
    width: 110px;
}
.nabiga div.nabi2 {
    width: 150px;
}
.nabiga div.nabi3 {
    width: 60px;
}
.nabiga div.zenba:hover,
.nabiga div.nabi:hover,
.nabiga div.nabi2:hover {
	background-color: #e0e0e0;
}
.nabiga div a {
    color: #777;
}
.nabiga div.unekoa {
	background-color: #FB8B01;
    color: #fff;
}
.nabiga div.unekoa a {
    color: #fff;
}

.pagination_rounded,
.pagination_square {
	text-align: center;
}

a:link {
    text-decoration: none
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapse {
    border: none!important;
}

.accordion-button {
	background-color: #FB8B01!important;
	color: #ffffff!important;
	border-radius: 20px!important;
	margin-top: 10px;
}
.accordion-item {
	border: none!important;
}

.accordion-button.collapsed {
	background-color: #eeeeee!important;
	color: #858585!important;
}

.formu {
	color: #858585;
}

select:after {
    content:"\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}

input[type=text]:focus {
  border: 1px solid #FB8B01;
}

.float-left {
	float: left!important;
}

.oina {
	font-family: 'robotolight';
	padding-top: 2%;
	font-size: 13px;
}

.oina a {
	color: #ffffff;
	text-decoration: none;
}

.oina a:hover {
	color: #999999;
}

.laranja {
	color: #FB8B01;
}

.bidali-botoia-laranja {
	text-decoration: none;
	background-color: #FB8B01;
	border: none;
	color: #fff !important;
	border-radius: 30px;
	padding: 8px 15px;
	font-size: 19px;
	width: 180px;
}

.bidali-botoia-laranja:hover {
	background-color: #858585;
}

.formu input, .formu select, .formu textarea, .form-kontaktua input {
	margin: 5px;
	font-size: 17px!important;
}

.oharra p {
	font-family: 'robotolight';
	font-size: 15px;
	color: #666;
}

.botoi-zuria, .formu input, .formu select, .formu textarea, .form-kontaktua input, .form-kontaktua textarea  {
	color: #858585;
	border: solid 1px #777;
	border-radius: 30px;
	padding: 8px 15px;
	font-size: 19px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
.botoi-zuria:hover {
	color: #000;
	border: solid 1px #000;
	background-color: #858585;
}

.botoi-grixa {
	background-color: #eee;
	color: #777;
	font-size: 19px;
	border-radius: 30px;
	padding: 8px 15px;
	text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
.botoi-grixa:hover {
	color: #000;
}

.kol-grixa {
	color: #858585;
}

/* Ikonoak */

.iko {
    position:relative;
} 
.iko:before {
    font-family: FontAwesome;
}

.iko-argazkia:before {
    content: "\f030";
}

.iko-dokumentua:before {
    content: "\f0f6";
}

.iko-artikulua:before {
    content: "\f1ea";
}

.iko-mapa:before {
    content: "\f278";
}

.iko-ikusentzun:before {
    content: "\f03d";
}

.iko-hemeroteka:before {
    content: "\f0ea";
}

.iko-audioa:before {
    content: "\f028";
}

.iko-jaitsi:before {
    content: "\f019";
}

/* karrusela */

.carousel-inner {
  padding: 1em;
}
.card {
  margin: 0 0.5em;
  padding: 10px;
  min-height: 332px !important;
  box-shadow: 0px 6px 12px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.card-body {
	border-radius: 0!important;
}

.card-ikonoa {
  background-color: #FB8B01;
  color: #FFF;
  width: 40px;
  position: absolute;
  padding: 7px;
  font-size: 19px;
}
.card-ikonoa2 {
  color: #FB8B01;
  width: 40px;
  padding: 7px;
  font-size: 50px;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
}
.card img {
    max-height: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon /*, .carousel-indicators */ {
    filter: invert(100%);
}

/* footerra */

footer {
	background-color: #222222;
	color: #ffffff;
}

/* Josurenak */

#edukiontzia {
	display: none;
}
.ezkutuan {
	display: none;
}
#iturburua {
	text-align: center;
	font-size: 0.8em;
	margin: 15px 10px;
}
#iradokizuna {
	display: none;
	text-align: center;
	background-color: #eee;
	border-radius: 30px;
	padding: 8px 15px;
	margin: 10px 80px;
}
#iradokizuna2 {
	text-align: center;
	background-color: #eee;
	border-radius: 30px;
	padding: 8px 15px;
	width: 575px;
	margin: 0px auto;
}
.jaitsi {
	text-align: center;
	line-height: 12pt;
	margin: 10px 0 0 0;
}
.jaitsi span {
	font-size: 0.3em;
}
.jaitsi:hover {
	cursor: pointer;
}
.betegabe {
	background-color: #fbc889;
}


.albisteaTitulua {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.albisteaTitulua2 {
	font-size: 10pt;
	padding-left: 10px;
}
.albisteaTestua {
	text-align: center;
	font-size: 10pt;
}
.albisteaTestua2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 10pt;
}
.akor1 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	border: 1px solid #FB8B01;
	padding: 10px 8px 0 8px;
}
.bilaTit {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	border-top: 1px dotted #FB8B01;
}
.bilaEma {
	margin: 3px 0 3px 37px;
	text-indent: -15px;
}
.bilaEma:before {
	content: "— ";
	color: #FB8B01;
}
.bilaEma img {
	float:left;
	max-width: 200px;
	max-height: 200px;
	padding: 10px 28px 8px 0;
}
.pareBila {
	border-left: 1px dotted #FB8B01;
	margin: 8px 0 0 40px;
	font-size: 0.9em;
}
.akor2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	background-color: #FB8B01;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0 0 0;
}
.akor2c {
	border-radius: 5px 5px 0 0;
}
.akor2:hover {
	cursor: pointer;
}
.akor2 .akor2b {
	font-size: 0.8em;
}
#emaE, #emaA {
	display: none;
}
.denera {
	text-align: center;
}
.deneraKopu {
	font-weight: bold;
	text-transform: uppercase;
}
a {
	color: #FB8B01;
}
table.fitxaZerrenda td {
	padding-right: 10px;
}
.erdian {
	text-align: center;
}
#btn-back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 220px;
  right: 20px;
  background-color: #FB8B01;
  border-color: #FB8B01;
  display: none;
}
#btn-back-to-top i {
  position: relative;
  top: -3px;
}
