/* Create CSS for django-project */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap');

body {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

a {
  color: #f74109;
}

a:hover {
  color: #f74109;
}

h1,
h2,
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
  font-size: 3.5rem !important;
  line-height: 3.5rem !important;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem !important;
  font-weight: 300;
}

.home_view h2 {
  font-weight: 600;
}

h3 {
  font-size: 1.8rem !important;
}

h4 {
  font-size: 1.6rem !important;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Open Sans Condensed', sans-serif;
}

img,
object,
embed,
video,
iframe,
audio {
  max-width: 100%;
}

iframe {
  margin-bottom: 10px;
}

img,
video {
  height: auto;
}

.btn {
  background-color: #e23e07;
  border-color: #e23e07;
}

.btn:hover {
  background-color: #333;
  border-color: #333;
}

blockquote {
  font-size: 1.3rem;
  border-left: 6px solid #f2f2f2;
  padding-left: 2rem;
  font-family: Georgia;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**header**/
#mainheader {
  background-color: black;
  color: white;
  padding: 1rem 0;
}

#mainheader .container {
  display: flex;
  align-items: center;
}

#logo:hover {
  opacity: 0.7;
}

#tagline {
  margin: 0 0.5rem 0 0.5rem;
  display: table;
}

#tagline.h3 {
  font-size: 1.4rem;
}

#mainmenu {
  color: white;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.02rem;
}

@media (min-width: 990px) {
  #mainmenu {
    margin-left: auto;
  }
}

@media (max-width: 990px) {
  #mainmenu {
    width: 100%;
  }

  #mainmenu .navbar,
  #mainmenu .navbar-collapse {
    padding: 0;
  }

  #mainmenu .nav-item {
    padding: 0.7rem 0;
  }
}

#mainmenu a {
  color: white;
}

#mainmenu .language-lg > a {
  border-left: 1px solid #666;
  padding-left: 1rem;
  padding-right: 0;
}

#mainmenu .nav-link {
  padding: 0 0.8rem 0 0.8rem;
}

#mainmenu .active::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 0.5rem;
  background-color: #f74109;
}

#mainmenu .nav-link:hover {
  color: #f74109;
}

#mainmenu .search:hover {
  opacity: 0.7;
}

.navbar-toggler {
  background: url(/static/img/menu.png?fd2b32069db2) no-repeat top center;
}

#mainmenu .dropdown-menu {
  background-color: #343434;
  border-top: 2px solid #f74109;
  border-radius: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  margin-top: 7px;
  border: none;
  content: '';
  width: 15px;
  height: 20px;
  background: url(/static/img/down.png?fd2b32069db2) no-repeat top right;
}

#mainmenu .dropdown-item {
  font-weight: 600;
}

#mainmenu .dropdown-item:hover {
  background-color: transparent;
  color: #f74109;
}

#mainmenu .language-md {
  border-top: 1px dotted white;
  margin-top: 1rem;
  padding-top: 1rem;
}

#mainmenu .language-md .nav-link {
  display: inline-block;
  padding: 0;
  margin-right: 0.8rem;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  background: black url(/static/img/close.png?fd2b32069db2) no-repeat center center;
  width: 34px;
}

/**portada**/
#home-carousel .carousel-item {
  background-size: cover !important;
  min-height: 700px;
}

#home-carousel .carousel-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 700px;
}

@media (min-width: 990px) {
  #home-carousel .carousel-info {
    width: 45%;
  }

  #home-carousel .carousel-item-content {
    justify-content: center;
    align-items: flex-end;
  }
}

#home-carousel .carousel-info a {
  color: white !important;
}

#home-carousel .carousel-info .fondoa {
  background-color: #f74109;
  color: #fff;
  text-align: left;
  padding: 1rem 1rem 2rem 1rem;
}

#home-carousel .carousel-info h2 {
  font-size: 2.2rem !important;
}

#home-carousel .carousel-info p {
  line-height: 1.5rem;
}

@media (min-width: 990px) {
  #home-carousel .carousel-info .fondoa {
    padding: 4rem 6rem 4rem 4rem;
    margin-left: 0;
    margin-right: 10%;
  }
}

@media (max-width: 990px) {
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 90px;
}

.carousel-control-next {
  z-index: 99;
}

.carousel-control-next-icon {
  background: url('/static/img/right.png?8e1904ff67d8') no-repeat top center !important;
}

.carousel-control-prev-icon {
  background: url('/static/img/left.png?8e1904ff67d8') no-repeat top center !important;
}

.carousel-indicators {
  margin-bottom: 0.5rem;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#about {
  background-size: cover !important;
  text-align: center;
  margin-bottom: 2rem;
  padding: 4rem 0;
}

@media (max-width: 990px) {
  #about {
    padding: 2rem 0;
  }
}

#about hr {
  border-top: 2px solid #f74109;
  max-width: 60%;
  margin: 1rem auto;
}

#about a {
  font-size: 1.3rem;
}

.value {
  margin-right: 1rem;
}

#recordings h2 {
  margin-bottom: 2rem;
}

#recordings.col-sm-3 {
  display: flex;
}

.storyitem {
  padding: 1rem;
  border: 1px solid #e5e5e5;
  height: 100%;
}

.storyitem h3 {
  font-weight: 600;
  font-size: 1.2rem !important;
  line-height: 1.4rem;
  margin-bottom: 1rem;
}

.storyitem .thumbnail_photo {
  position: relative;
  margin-bottom: 0.5rem;
}

.storyitem .thumbnail_photo .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 999;
}

.speaker.h4 {
  font-size: 1.3rem;
}

.more {
  border-bottom: 3px solid red;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}

#mapa img {
  width: 100%;
  margin-top: 1rem;
}

/********/

/*bilaketa**/
.google-search-engine {
  margin: 0 auto;
}

@media (min-width: 990px) {
  .google-search-engine {
    min-height: 300px;
  }
}

#gsc-iw-id1 {
  border: 1px solid #666;
  height: 40px;
}

.gsc-search-button-v2 svg {
  height: 25px;
  width: 25px;
}

input.gsc-search-button {
  background-color: #333 !important;
  color: black !important;
  width: 20px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: 27px !important;
  height: 27px !important;
  padding: 5px !important;
  border-radius: 3px;
}

.gsc-search-button-v2 {
  background-color: #f74109 !important;
  border-color: #f74109 !important;
}

.gsc-search-button-v2:hover {
  background-color: #333 !important;
}

/************barruko orriak**********/
.topband,
.topband2,
.topband3 {
  padding: 2rem 0 1rem 0;
  background: url(/static/img/back_topband01.png?8e1904ff67d8);
  margin-bottom: 2rem;
  min-height: 200px;
}

.topband img,
.topband2 img,
.topband3 img {
  border: 5px solid white;
  max-height: 350px;
}

.topband2 {
  background: url(/static/img/back_topband02.png?fd2b32069db2);
}

.topband3 {
  background: url(/static/img/back_topband03.png?fd2b32069db2);
}

.topband2.text-center h1,
.topband3.text-center h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.bottomband {
  padding: 2rem 0;
  background-color: #666;
  color: white;
  margin-top: 2rem;
}

@media (min-width: 990px) {
  .topband {
    padding: 4rem 0 2rem 0;
  }

  .bottomband {
    padding: 4rem 0;
  }
}

.bottomband h2 {
  text-align: center;
  font-weight: 300;
}

.bottomband h2::after {
  content: '';
  display: block;
  width: 50%;
  height: 3px;
  background-color: #f74109;
  margin: 0.5rem auto 2rem auto;
}

.bottomband .col-md-4 {
  margin-bottom: 2rem;
}

.bottomband .storyitem {
  border: none;
  background-color: white;
  height: 100%;
}

#content_inner hr {
  margin: 1.5rem 0;
}

/***grabaketa, pasarte fitxa, lekukoa***/
#content_inner .summary {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-style: italic;
  padding-left: 6rem;
  background: url(/static/img/quote.png?8e1904ff67d8) no-repeat top left;
  background-size: 80px;
  min-height: 65px;
}

@media (max-width: 990px) {
  #content_inner .summary {
    padding-left: 3rem;
    background-size: 40px;
  }

  .moresummary ul {
    padding-left: 0;
  }
}

#content_inner .summary h2 {
  margin-top: 2rem;
}

.lekukoa.h3 a {
  font-weight: 600;
  font-size: 1.4rem;
}

#storyinfo p {
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  background: url(/static/img/arrow.png?fd2b32069db2) no-repeat 0 7px;
  padding-left: 1.5rem;
}

.license p {
  color: #333;
  font-style: italic;
}

.transcriptiontext ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.transcriptiontext ul li img {
  max-width: 50px;
}

.table-responsive {
  margin-bottom: 2rem;
}

table.table {
  background-color: white;
  border: 1px solid #ccc;
  max-width: 90%;
  margin: 0 auto 1rem auto;
  line-height: 1.2rem;
}

table.table img {
  max-width: 20px;
}

.pasarte-muntaketa p {
  background-color: #cfcfcf;
  padding: 1rem 2rem;
  border-radius: 10px;
}

.azpitituluak img {
  width: 30px;
}

table.table a {
  font-weight: bold;
}

table td.town a {
  font-weight: normal;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 2px solid #efefef;
}

table.table th {
  background-color: #ccc;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}

td.media-icons {
  white-space: nowrap;
}

#carouselextraphotos .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#carouselextraphotos .col-md-4 img {
  width: 100%;
}

#carouselextraphotos .carousel-control-prev {
  left: -1rem;
}

#carouselextraphotos .carousel-control-next {
  right: 1rem;
}

/*****carrousel*/
@media (min-width: 768px) and (max-width: 991) {
  /* Multi Item Home Carousel */
  #carouselextraphotos .carousel-inner .carousel-item.active,
  #carouselextraphotos .carousel-inner .carousel-item-next,
  #carouselextraphotos .carousel-inner .carousel-item-prev {
    display: flex;
  }

  #carouselextraphotos .carousel-inner .carousel-item-right.active,
  #carouselextraphotos.carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  #carouselextraphotos .carousel-inner .carousel-item-left.active,
  #carouselextraphotos .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }

  #carouselextraphotos .carousel-inner .carousel-item-left.active img,
  #carouselextraphotos .carousel-inner .carousel-item-prev img {
    box-shadow: none !important;
  }

  #carouselextraphotos .carousel-inner .carousel-item-right,
  #carouselextraphotos .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  /* Multi Item Home Carousel */
  #carouselextraphotos .carousel-inner .carousel-item.active,
  #carouselextraphotos .carousel-inner .carousel-item-next,
  #carouselextraphotos .carousel-inner .carousel-item-prev {
    display: flex;
  }

  #carouselextraphotos .carousel-inner .carousel-item-right.active,
  #carouselextraphotos .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  #carouselextraphotos .carousel-inner .carousel-item-left.active,
  #carouselextraphotos .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }

  #carouselextraphotos .carousel-inner .carousel-item-left.active img,
  #carouselextraphotos .carousel-inner .carousel-item-prev img {
    box-shadow: none !important;
  }

  #carouselextraphotos .carousel-inner .carousel-item-right,
  #carouselextraphotos .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
}

/****/

/******herriak*****/
.statistics p {
  font-family: 'Martel', serif;
  font-size: 1.3rem;
  font-weight: bold;
}

.statistics .number {
  font-family: 'Martel', serif;
  font-size: 4rem;
  line-height: 4rem;
}

.topbandherria {
  background-size: cover !important;
  height: 500px;
  margin-bottom: 2rem;
}

.topbandherria .container {
  position: relative;
  height: 500px;
}

.topbandherria .herriaheader {
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: white;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 1)
  );
  padding: 2rem 5rem 2rem 2rem;
  min-width: 30%;
}

@media (max-width: 990px) {
  .topbandherria .herriaheader {
    left: 0rem;
    padding: 1rem;
    min-width: 100%;
  }
}

.topbandherria .photocredit {
  position: absolute;
  bottom: -1rem;
  right: 0;
  background-color: #efefef;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}

.lurraldeak {
  text-transform: uppercase;
}

@media (max-width: 990px) {
  .topband .text-right {
    text-align: left !important;
  }
}

/****artxibo funtsak***/
#content_inner ul li,
.news ul li {
  background: url('/static/img/li.png?fd2b32069db2') no-repeat 0 10px;
  padding-left: 1.2rem;
  list-style: none;
}

#content_inner ul.list-inline li,
#content_inner .transcriptiontext ul li {
  background-image: none;
  padding-left: 0;
}

#content_inner ul.pagination li {
  background-image: none;
  padding-left: 0;
}

.page-item.active .page-link {
  background-color: #999;
  border-color: #999;
}

/****news***/

.news .summary {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-style: italic;
}

.news .data {
  font-family: 'Martel', serif;
  font-size: 1.3rem;
  font-weight: bold;
}

#social {
  text-align: left !important;
  margin: 0 !important;
}

.facebookBtn:hover,
.twitterBtn:hover,
.rssBtn:hover {
  text-decoration: none;
}

.cleaner {
  clear: both;
}

.newsitem {
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
}

.newsitem h2 {
  line-height: 2rem !important;
}

.newsitem .newsphoto {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1em;
}

.articlebody .data {
  font-family: 'Martel', serif;
  font-weight: bold;
}

.articlebody .data a {
  color: #333;
}

.birthdata {
  font-weight: bold;
}

.alphabet-filter {
  margin-left: 5px;
  margin-top: 2rem;
}

.alphabet-filter li {
  padding: 0;
  margin-bottom: 5px;
}

.alphabet-filter a {
  background-color: #999;
  color: white;
  padding: 2px 5px;
  border-radius: 2px;
}

.alphabet-filter a:hover {
  background-color: #666;
}

#share_buttons {
  clear: both;
  display: block;
  padding-top: 20px;
}

#share_buttons a {
  margin: 0 5px;
}

#map {
  margin-top: 15px;
  box-shadow: 0 5px 5px rgba(1, 1, 1, 0.5);
}

.transcriptiontext {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.3rem;
}

.transcriptiontext p {
  display: inline-block;
}

.transcriptionlink {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 2px solid #ccc;
  font-size: 14px;
  margin-top: 1em;
}

.transcriptionlink:hover {
  text-decoration: none;
  background-color: #efefef;
  border-color: #ccc;
}

.transcription_notes {
  color: #666;
  margin-top: 1em;
}

.transcription_notes h4 {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

.transcriptionlink img {
  max-width: 30px;
  padding-top: 0 !important;
}

.nomedia {
  line-height: 1.3rem;
  margin: 1rem auto !important;
  font-size: 0.9rem;
  background-color: #f74109;
  color: white;
  padding: 1rem;
  border-radius: 10px;
  display: block;
  max-width: 700px;
  text-align: center;
}

.nomedia a {
  color: white !important;
  text-decoration: underline;
}

.imgbox {
  float: right;
  margin: 0 0 1rem 1rem;
}

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

footer {
  color: white;
}

footer a {
  color: white !important;
}

.orange_band {
  background-color: #f74109;
  padding: 2rem 0;
}

.orange_band .d-flex {
  flex-direction: column;
  justify-content: center;
}

.black_band {
  padding: 1rem 0;
  background-color: black;
}

.legalinfo {
  text-transform: uppercase;
  display: inline;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  font-size: 1.3rem;
}

.legalinfo li {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

#babesleak {
  background-color: black;
  text-align: center;
  padding: 1.5rem 0 0 0;
}

#babesleak img {
  margin-bottom: 1rem;
}

.harpidetu {
  background: url(/static/img/newsletter_back.png?8e1904ff67d8);
  background-size: cover;
  text-align: center;
  padding: 1rem;
  border: 2px solid black;
  font-size: 1.1rem;
  margin-top: 2rem;
}

@media (min-width: 990px) {
  .harpidetu {
    margin-top: -5rem;
    padding: 3rem;
    position: relative;
    z-index: 999;
  }
}

.harpidetu h3 {
  font-weight: bold;
  font-size: 1.6rem !important;
}

.harpidetu input {
  font-weight: bold;
  border-radius: 10px !important;
  border: 1px solid white;
  height: 42px;
  min-width: 300px;
}

.btn {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #333;
  color: white;
  border-color: #333;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
}

.btn:hover {
  background-color: #f74109 !important;
  color: white !important;
}

.btn-primary {
  background-color: #f74109;
  border-color: #f74109;
}

.btn-line {
  background-color: transparent;
  border-color: #f74109;
  color: #f74109;
  padding: 0.3rem 1rem;
  font-size: 1rem;
}

.btn-line:hover {
  background-color: transparent;
  border-color: black;
  color: black;
}

.harpidetu .btn-primary {
  background-color: black;
  border-color: black;
}

.harpidetu .btn-primary:hover {
  background-color: #f74109;
}

.infoby {
  font-size: 12px;
  text-align: center;
}

/****artxibo funtsak*****/

.project {
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 1rem;
}

.project img {
  margin: 1rem auto;
}

.project h2 {
  font-weight: 600;
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
}

/***gaiak****/

.root_topics {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.root_topics a {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background-color: #999;
  color: white;
}

.root_topics a:hover {
  background-color: #f74109;
  text-decoration: none;
}

/****bilduma***/
.img_caption {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  font-style: italic;
}

@media only screen and (max-width: 990px) {
  .nav.navbar-nav {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 780px) {
  #main-menu {
    margin-top: 30px;
  }

  .navbar-toggle {
    background-color: black;
    border: inherit;
  }

  .navbar-collapse {
    background-color: black;
    margin: 0 !important;
    border-top: none !important;
    padding: 15px !important;
  }
}

@media only screen and (max-width: 690px) {
  #main-menu {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 450px) {
  #logo {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

/****cookiak**/
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #e23e07 !important;
  color: white !important;
}

.cc_container a,
.cc_container a:visited {
  color: #f77409 !important;
}

/***********svg mapa*****/
.mapacontainer {
  display: block;
}

.breadcrumb {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4rem;
}

.breadcrumb li {
  margin-right: 1rem;
  background: url('/static/img/li.png?fd2b32069db2') no-repeat 0 10px;
  padding-left: 1rem;
}

.mapacontainer #mapasvg {
  width: 100% !important;
  height: 100% !important;
  font-family: verdana !important;
}

.mapacontainer #layer2 {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid blue;
}

.mapacontainer #hego_lapurdi {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid green;
}

#patherrobi {
  fill: #ff9557 !important;
  opacity: 0.8;
}

#pathhego-lapurdi {
  fill: #e66f43 !important;
  opacity: 0.8;
}

#patheuskal-kosta-aturri {
  fill: #c26c1b !important;
  opacity: 0.8;
}

#patherrobi-aturri {
  fill: #c9501a !important;
  opacity: 0.8;
}

#pathbidaxume-aldea {
  fill: #ee8813 !important;
  opacity: 0.8;
}

#pathiholdi-oztibarre {
  fill: #ee9412 !important;
  opacity: 0.8;
}

#pathamikuze {
  fill: #e87b31 !important;
  opacity: 0.8;
}

#patheskiula {
  fill: #ef9a48 !important;
  opacity: 0.8;
}

#pathgarazi-baigorri {
  fill: #e15616 !important;
  opacity: 0.8;
}

#pathzuberoa {
  fill: #e13716 !important;
  opacity: 0.8;
}

#pathjeztaze {
  fill: #ff9557 !important;
  opacity: 0.8;
}

#pathhazparne-aldea {
  fill: #e66f43 !important;
  opacity: 0.8;
}

#patherrobi:hover,
#pathhego-lapurdi:hover,
#patheuskal-kosta-aturri:hover,
#patherrobi-aturri:hover,
#pathbidaxume-aldea:hover,
#pathiholdi-oztibarre:hover,
#pathamikuze:hover,
#patheskiula:hover,
#pathgarazi-baigorri:hover,
#pathzuberoa:hover,
#pathjeztaze:hover,
#pathhazparne-aldea:hover {
  fill: #f74109 !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

.filtroak {
  padding: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
  border: 5px solid #e5e5e5;
}

.filtroak label {
  color: #333;
  margin-right: 1em;
  font-size: 1.2rem;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}

.filtroak .program {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  display: inline-block;
}

.filtroak .program li {
  list-style: none;
}

.filtroak .program li.mainprogram {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.filtroak .program input {
  margin: 0 5px 0 10px;
}

.botoia {
  text-align: right;
}

.botoia .btn {
  color: white !important;
}

.mapastd .std_box {
  margin-top: 20%;
}

.mapastd .std_box h2 {
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ccc;
}

.pagination {
  margin: 10px 0;
  font-size: 14px;
}

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

.pagination > li > a,
.pagination > li > span {
  color: #f74109;
}

#mapid {
  height: 500px;
}

/*****accordion****/
#accordion .btn {
  background: white url(/static/img/i_plus.png?0ca5fc64afed) no-repeat left center;
  border: none;
  color: black;
  text-transform: inherit;
  padding-left: 2rem;
}

#accordion .btn:hover {
  text-decoration: none;
  color: black !important;
  background: white url(/static/img/i_plus.png?0ca5fc64afed) no-repeat left center !important;
}

#accordion .btn.focus,
#accordion .btn:focus {
  outline: 0;
  box-shadow: none;
}

#accordion h4 {
  margin-bottom: 0 !important;
}

#accordion > div {
  margin-bottom: 1rem;
}

#accordion .collapse {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

li.disabled {
  opacity: 0.4;
}

/* lekukotasun sorta */

#lekukotasun-sorta-slide .back-image {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 500px;
  background-size: cover !important;
  margin-bottom: 2rem;
}

#lekukotasun-sorta-slide .fondoa {
  padding: 2rem;
  margin-left: 0;
  margin-right: 10%;
  background-color: #f74109;
  color: #fff;
  text-align: left;
  width: 35%;
}

#lekukotasun-sorta-slide .fondoa h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  font-size: 1.3rem !important;
}

#lekukotasun-sorta-slide .fondoa h3 {
  font-weight: 600;
}

/**** ajedrez *****/

@media (min-width: 770px) {
  .band-img-left,
  .band-img-right {
    display: flex;
  }
}

.band-img-left .image {
  padding-right: 0;
}

.band-img-right .image {
  padding-left: 0;
}

.band-img-right .image img,
.band-img-left .image img {
  width: 100%;
}

.band-img-right .text,
.band-img-left .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.band-img-right .text h3,
.band-img-left .text h3 {
  text-transform: uppercase;
}

.band-img-right .text h3 a,
.band-img-left .text h3 a {
  color: black;
}

.band-img-left .text h3,
.band-img-left .text div {
  padding-left: 2rem;
}

.band-img-right .text {
  text-align: right;
}

.band-img-right .text h3,
.band-img-right .text div {
  padding-right: 2rem;
}

@media (max-width: 770px) {
  .band-img-right {
    display: grid !important;
  }

  .band-img-right .text {
    text-align: left;
    order: 2;
  }

  .band-img-right .image {
    padding-left: 15px;
    order: 1;
  }

  .band-img-left .image {
    padding-right: 15px;
  }

  .band-img-left,
  .band-img-right {
    margin-bottom: 3rem;
  }

  .band-img-right .text h3,
  .band-img-right .text div {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .band-img-left .text h3,
  .band-img-left .text div {
    padding-left: 0rem;
  }

  .band-img-left .image,
  .band-img-right .image {
    padding-bottom: 1rem;
  }
}

@media (max-width: 950px) {
  #lekukotasun-sorta-slide .fondoa {
    margin-right: 0%;
    width: 100%;
  }
}
