@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');


.bcn-map-reset, .bcn-map-reset * {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 10px;
    vertical-align: baseline;
    list-style: none;
}

.bcn-map-ancla {
  position: absolute;
  right: 0;
  top: 0;
}

.bcn-map-card {
  background: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bcn-map-animation-material {
  transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
}

.bcn-map-title {
    display: none;
}

.bcn-map-no-focus {
    outline: none;
}

#bcn-map-fullscreen a.bcn-map-no-focus {
    outline: none !important;
}

.bcn-map-focus {
    border: none;
    border: 1px solid black !important;
}


#bcn-map-fullscreen {
    font-family: 'Source Sans Pro', sans-serif !important;
    width: 100%;
    height: 450px;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

#bcn-map-fullscreen.fullscreenios {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    z-index: 10000000;
}

#bcn-map-fullscreen:-webkit-full-screen { height: 100%; }
#bcn-map-fullscreen:-moz-full-screen { height: 100%; }
#bcn-map-fullscreen:-ms-fullscreen { height: 100%; }
#bcn-map-fullscreen:fullscreen { height: 100%; }

#bcn-map-fullscreen:-webkit-full-screen .bcn-map-menu {
  width: 262px;
  position: fixed;
  left: 20px;
  top: 0;
}
#bcn-map-fullscreen:-moz-full-screen .bcn-map-menu {
  width: 262px;
  position: fixed;
  left: 20px;
  top: 0;
}
#bcn-map-fullscreen:-ms-fullscreen .bcn-map-menu {
  width: 262px;
  position: fixed;
  left: 20px;
  top: 0;
}
#bcn-map-fullscreen:fullscreen .bcn-map-menu {
  width: 262px;
  position: fixed;
  left: 20px;
  top: 0;
}

#bcn-map { width: 100%; height: 100%; z-index: 1; position:relative;}

.bcn-map-wrapp {
    height: 100%;
    position: relative;
    background-color: #f2f2f2;
}

.bcn-map-inner-wrapp {
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bcn-map-menu {
    position: relative;
    margin-top: 20px;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bcn-map-cercador {
    position: relative;

    height: 40px;
    overflow:hidden;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}

.bcn-map-cercador p {
    color: black;
    display: inline-block;
    padding-left: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
}

.bcn-map-cercador p.bcn-hidden {
    -moz-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 0;
}

.bcn-map-cercador input {
    position: absolute;
    top: 0;
    right: 40px;
    width:0;

    height: 100%;
    border: none;
    font-size: 14px;
    /*transform:  translate(100%,0);*/
    outline: none;
}

.bcn-map-cercador input.bcn-slided {
    width: calc(100% - 80px);
}

.bcn-map-cercador input::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}

.bcn-map-cercador span {
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
  background: white;
  z-index: 1;
}

.bcn-map-cercador span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bcn-map-cercador .bcn-map-dropdown-menu {
    top: 0;
    left: 0;

}

.bcn-map-cercador .bcn-map-dropdown-menu i {
    font-size: 16px;
}

.bcn-map-cercador .bcn-map-search {
    top: 0;
    right: 0;
    border-left: 1px solid #e7e7e7;
}

.bcn-map-cercador .bcn-map-search i {
    font-size: 18px;
}


.bcn-search-clear {
    right: 0;
    background: white;
}

.bcn-search-clear i {
    font-size: 19px;
}

.bcn-map-dropdown form {
    max-height: 250px;
    overflow-y: auto;
}

.bcn-map-fieldset {

}

.bcn-map-fieldset div {
    background: #f2f2f2;
    padding: 10px;
}

.bcn-map-legend {
    width: 100%;
    position: relative;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
.bcn-map-fieldset:last-child .bcn-map-legend {
    border-bottom: 1px solid #e7e7e7;
}

.bcn-map-legend i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);

    font-size: 16px;
    color: #6d6d78;

    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.bcn-map-legend i.bcn-rotated {
    -moz-transform: translate(0,-50%) rotate(90deg);
    -webkit-transform: translate(0,-50%) rotate(90deg);
    -o-transform: translate(0,-50%) rotate(90deg);
    -ms-transform: translate(0,-50%) rotate(90deg);
}

.bcn-map-label {
    display: block;
    font-size: 14px;
    color: #696973;
    cursor: pointer;

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
.bcn-map-tots-inputs {
    color: black;
}

.bcn-map-label input {
    margin: 0 4px 0 0 !important;
    position: relative;
    top: 2px;
}

.bcn-map-subcrida {
    padding-left: 17px;
    font-size: 12px;
}

#bcn-map-fullscreen .bcn-map-label input.bcn-map-no-focus {
  outline: none;
}

#bcn-map-fullscreen .bcn-map-label input.bcn-map-focus {
    outline-offset: 0 !important;
    outline: 1px solid black !important;
}

/*.bcn-map-label input:focus {

}*/

.bcn-map-label img {
   width: 10px;
    /* height: 15px; */
    margin-right: 6px;
    vertical-align: sub;
}

.bcn-map-label span {
    font-size: 12px;
    color: black;
    font-weight: 600;
}










.bcn-map-dropdown-overlay {
    display: none;
}

.bcn-map-dropdown {
  box-shadow: none;
}

.bcn-map-dropdown > ul {
    max-height: 250px;
    overflow-y: auto;
}

.bcn-map-dropdown .bcn-map-dropdown-item {

}

.bcn-map-dropdown .bcn-map-dropdown-item p {
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.bcn-map-dropdown .bcn-map-dropdown-item p i {
    color:#6d6d78;
    font-size: 16px;
    line-height: 20px;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.bcn-map-dropdown .bcn-map-dropdown-item p i.bcn-rotated {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.bcn-map-dropdown .bcn-map-dropdown-item ul {
    background: #f2f2f2;
    padding: 10px;
}

.bcn-map-dropdown .bcn-map-dropdown-item ul li {
  margin-bottom: 2px;
}

.bcn-map-dropdown .bcn-map-dropdown-item ul li input {
    margin: 0;
    vertical-align:sub;
    cursor: pointer;
}

.bcn-map-dropdown .bcn-map-dropdown-item ul li label {
    font-weight: normal;
    margin:0;
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: #696973;
}

#bcn-map-input-tots-districtes + label {
  color: black;
}

.bcn-map-totes-crides + label {
    color: black !important;
}

.bcn-map-dropdown .bcn-map-dropdown-item ul li span {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.bcn-map-dropdown .bcn-map-dropdown-item ul li label img {
	 width: 10px;
    /* height: 15px; */
    margin-right: 6px;
    vertical-align: sub;
}

.bcn-map-dropdown .bcn-map-dropdown-item > ul > li > ul  {
    padding: 0 18px;
    margin-top: 4px;
}

.bcn-map-dropdown .bcn-map-dropdown-item > ul > li > ul li label {
  font-size: 12px;
}

.bcn-map-dropdown .bcn-map-eliminar-filtres, .bcn-map-wrapp .bcn-map-aplicar-filtres {
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    border:none;
    width: 100%;
    text-transform: uppercase;
}

.bcn-map-dropdown .bcn-map-eliminar-filtres i, .bcn-map-wrapp .bcn-map-dropdown .bcn-map-aplicar-filtres i {
  font-size: 16px;
  padding-right: 5px;
}

.bcn-map-dropdown .bcn-map-eliminar-filtres {
  display: none;
  background: white;
  text-align: left;
  width: 100%;
}

.bcn-map-dropdown .bcn-map-eliminar-filtres i {
    color: #c60c30;
}

.bcn-map-dropdown .bcn-map-aplicar-filtres {
  display: block;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  color: white;
  position: relative;
}

.bcn-map-dropdown .bcn-map-aplicar-filtres.bcn-map-focus, .bcn-map-dropdown .bcn-map-aplicar-filtres.bcn-focus-accessible {
    background: black !important;
}

.bcn-map-llistat .control {
  width: 27px;
  height: 29px;
  position: absolute;
  left: -27px;
  top: 20px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 3px -2px;
  background: #f9f9f9;
  cursor: pointer;
  z-index: 2;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.bcn-map-llistat .control i {
  padding-bottom: 2px;
    position: absolute;
    top: 54%;
    left: 50%;
    font-size: 16px;
    -moz-transform: translate(-50%,-54%);
    -webkit-transform: translate(-50%,-54%);
    -o-transform: translate(-50%,-54%);
    -ms-transform: translate(-50%,-54%);
    transform: translate(-50%,-54%);
    transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
}

.bcn-map-llistat .control  i.bcn-rotated {
  padding-bottom: 0;
    -moz-transform: translate(-50%,-54%) rotate(180deg);
    -webkit-transform: translate(-50%,-54%) rotate(180deg);
    -o-transform: translate(-50%,-54%) rotate(180deg);
    -ms-transform: translate(-50%,-54%) rotate(180deg);
}

.bcn-map-llistat-mostrar {
  display: none;
}
.bcn-map-llistat-results-info {
  position: relative;
  top: 20px;
  min-height: 29px;
}

.bcn-map-llistat-results-info .bcn-map-num {
  font-size: 16px;
  color: black;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  left: 15px;
}

.bcn-map-llistat-results-info .bcn-map-num span {
  font-size: 18px;
  color: black;
  font-weight: 600;
}


.bcn-map-llistat {
  background: #f9f9f9;
	transform: translate(100%);
    width: 360px;
    height: 100%;
    z-index: 2;
    border:none !important;
}

.bcn-map-llistat.bcn-slided {
    transform: translate(0);
}

.bcn-map-llistat ul {
    width: 100%;
    height: calc(100% - 49px);
    overflow-y: auto;
    padding-left: 0;
    margin-top: 20px !important;
}

.bcn-map-llistat ul.bcn-map-list-categoria {
  margin-top: 0 !important;
}

.bcn-map-llistat.bcn-full-slided > ul {
	height: calc(100% - 129px);
}

.bcn-map-llistat-item {
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
}


.bcn-map-llistat-item:after {
    display: block;
    clear: both;
    content: "";
}

.bcn-map-img-clip {
    width: 98px;
    overflow: hidden;
    height: auto;
    position: relative;
    float: left;
}

.bcn-map-img-clip img {
    width: 100%;
    height:auto;
}

.bcn-map-img-clip + .bcn-map-llistat-item-content {
    margin-left: 113px;
}

.bcn-map-agenda .bcn-map-img-clip + .bcn-map-llistat-item-content {
    margin-top: 8px;
}

.bcn-map-agenda .bcn-map-img-clip {
  margin-top: 7px;
}

.bcn-map-item-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}

.bcn-map-img-clip + .bcn-map-item-name {
    margin-bottom: : 11px;
}

.bcn-map-item-name:hover {
   text-decoration: underline;
}

.bcn-map-item-name b {
  font-size: 16px;
  font-weight: bold;
}

.bcn-map-item-address {
    color: black;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 2px;
}

.bcn-map-item-address b {
  font-size: 14px;
  color: black;
  font-weight: 600;
  font-style: italic;
}

.bcn-map-item-categoria {
  font-size: 12px;
  text-transform: uppercase;
  color: #696973;
}
.bcn-map-item-categoria img {
	margin-right: 4px;
  width: 11px;
  height: 11px;
  position: relative;
  top: 2px;
}

.bcn-map-equipament {

}

.bcn-map-agenda {

}

.bcn-map-agenda .bcn-map-item-name {
    /*margin-bottom: 12px;*/
}

.bcn-map-agenda .bcn-map-item-date {
  color: #6d6d78;
  font-size: 14px;
}


.bcn-map-detall {
  width: 360px;
  transform: translate(100%);
  z-index: 2;
  height: 100%;
  box-shadow: none !important;
}

#bcn-map-detall #box-translate{
  float: none;
  display: block;
  margin: 0 15px 2em;
  height: 40px;
}

#bcn-map-detall #box-translate img {
  margin-left: 6px;
  vertical-align: middle;
}

.bcn-map-detall > div {
    height: 100%;
}

.bcn-map-detall #bcn-map-detall-mapa-petit {
  /*min-height: 150px;
  height: 150px;
  margin-bottom: 30px;*/
}

.bcn-map-detall.bcn-slided {
  transform: translate(0);
}



.bcn-map-detall-name {
    min-height: 58px;
    padding-bottom: 10px;
    color: white;
    position: relative;
    z-index: 10;
}

.bcn-map-detall-name h4 {
      color: white;
      font-size: 16px;
      line-height: 15px;
      position: relative;
      top: 26px;
     /*transform: translate(0,-50%);
      -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);*/
      padding-left: 10px;
      padding-right: 48px;
      padding-bottom: 30px;
      transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
}

.bcn-map-detall-name span {
  font-size: 14px;
}



.bcn-map-detall-tancar {
    /*top: 11px;
    transform: translate(0, -11px);
    -moz-transform: translate(0, -11px);
    -webkit-transform: translate(0, -11px);
    -o-transform: translate(0, -11px);
    -ms-transform: translate(0, -11px);
    right: 0;
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    color: white;*/
}

span.bcn-map-detall-tancar {
    top: 11px;
    /*transform: translate(0, -11px);
    -moz-transform: translate(0, -11px);
    -webkit-transform: translate(0, -11px);
    -o-transform: translate(0, -11px);
    -ms-transform: translate(0, -11px);*/
    right: 13px;
    /*cursor: pointer;*/
    position: absolute;
    /*font-size: 18px;
    color: white;*/
}

span.bcn-map-detall-tancar.bcn-map-focus, span.bcn-map-detall-tancar.bcn-focus-accessible {
    background: black !important;
}

i.bcn-map-detall-tancar {
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.bcn-map-detall-content {
    overflow: auto;
    /*height: calc(100% - 50px);*/
}

.bcn-map-detall-ampliar-fitxa {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px;
}
.bcn-map-detall-ampliar-fitxa i {
  font-size: 12px;
  padding-left: 4px;
}

.bcn-map-detall-galeria {
  /*Recalcular per saber quantes imatges hi ha*/
  position: relative;
  overflow:hidden;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.bcn-map-detall-galeria.with-image {
  height: 190px;
  min-height: 190px !important;
  margin-bottom: 10px;
}

.bcn-map-detall-galeria-item {
  position: absolute;
  z-index: 4;
  width: 100%;
}

.bcn-map-detall-galeria-item img {
        position: relative;
    transform: translate(-50%,0);
    left: 50%;
}

.bcn-map-detall-galeria-item.active {
  z-index: 5;
}

.bcn-map-detall-galeria-item.next-in {
  animation: next-in 1s;
}

.bcn-map-detall-galeria-item.next-out {
  animation: next-out 1s;
}

.bcn-map-detall-galeria-item.prev-in {
  animation: prev-in 1s;
}

.bcn-map-detall-galeria-item.prev-out {
  animation: prev-out 1s;
}

.bcn-map-detall-galeria-imatge {
    cursor: pointer;
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@keyframes next-in {
  0% {
    opacity: 1;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes next-out {
  0% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform:translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform:translateX(-100%);
    -ms-transform: translateX(-100%);
  }
}

@keyframes prev-in {
  0% {
    opacity: 1;
    transform: translateX(-100%);
    -moz-transform:translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform:translateX(-100%);
    -ms-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform:translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

@keyframes prev-out {
  0% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
    -moz-transform:translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform:translateX(100%);
    -ms-transform:translateX(100%);
  }
}

.bcn-map-galeria-prev:hover, .bcn-map-galeria-next:hover {
  /*text-decoration: none;
  color: white;*/
}

.bcn-map-galeria-prev, .bcn-map-galeria-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    transform: translate(0,-50%);
     -moz-transform:translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    color: white;
    font-size: 40px;
    transition: all 0.6s ease;
    z-index: 6;
    text-shadow: 0 0 4px rgba(0,0,0,1);
}
.bcn-map-detall-galeria-nav {
    opacity: 0;
}

.bcn-map-detall-galeria:hover .bcn-map-detall-galeria-nav {
    opacity: 1;
}

.bcn-map-detall-galeria span.bcn-map-galeria-prev:focus i, .bcn-map-detall-galeria span.bcn-map-galeria-next:focus i {
    opacity: 1;
}

.bcn-map-detall-galeria:hover span.bcn-map-galeria-prev, .bcn-map-detall-galeria span.bcn-map-galeria-prev:focus {
    height: 100%;
    width: 40%;
   /* For browsers that do not support gradients */
  background: -moz-linear-gradient(left, rgba(0,0,0,.6) 0%,  rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.6)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);

}

.bcn-map-detall-galeria:hover span.bcn-map-galeria-next, .bcn-map-detall-galeria span.bcn-map-galeria-next:focus {
  height: 100%;
    width: 40%;
   /* For browsers that do not support gradients */
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,.6)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);

}

.bcn-map-galeria-next {
  right: 0;
}

.bcn-map-detall-galeria-dots {
  text-align: center;
  margin-top: 10px;
}

.bcn-map-detall-galeria-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0px 3px;
  background-color: #696973;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.bcn-map-detall-galeria-dot.active, .bcn-map-detall-galeria-dot:hover, .bcn-map-detall-galeria-dot.active, .bcn-map-detall-galeria-dot:focus {
  background-color: black;
}

.bcn-map-detall-status {
  text-transform: uppercase;
}

.bcn-map-detall-warning,
.bcn-map-detall-status {
    font-size: 14px;
    font-weight: 600;
    color: #c60c30;
    padding: 0 15px;
}


.bcn-map-detall-llegeix {
    overflow: hidden;
    padding: 10px 15px;
}

.bcn-map-detall-llegeix-mes {
    box-shadow: 0 -7px 7px rgba(0,0,0,.1);
    cursor: pointer;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.bcn-map-detall-llegeix-mes.bcn-slided {
    /*box-shadow: none;*/
}

.bcn-map-detall-llegeix-mes i {
  vertical-align: text-top;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 2px;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}
.bcn-map-detall-llegeix-mes i.bcn-rotated {
   -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bcn-map-detall-llegeix p {
  font-size: 14px;
  line-height: 16px;
  color: #696973;
}

.bcn-map-detall-llegeix p b {
  font-size: 14px;
  line-height: 16px;
  color: #696973;
  font-weight: bold;
}

.bcn-map-detall-llegeix p a {
    font-size: 14px;
    line-height: 16px;
}

.bcn-map-detall-llegeix p strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #696973;
}

.bcn-map-detall-llegeix p em {
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #696973;
}

.bcn-map-detall-llegeix h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bcn-map-detall-entradeta, .bcn-map-detall-entradeta p, p.bcn-map-detall-entradeta {
  font-size: 16px;
  color: black;
  line-height: 16px;
  margin-bottom: 12px;
}

.bcn-map-detall-descripcio p {
  margin-bottom: 15px;
}

.bcn-map-detall-varids {
    padding: 12px 0;
}

p.bcn-map-detall-varid-label {
    font-weight: 600;
    color: black;
}

p.bcn-map-detall-varid {
  margin-bottom: 12px;
}

.bcn-map-detall-pics-address {
    position: relative;
   margin: 20px;
   margin-top: 0;
   border: 1px solid #d5d5d5;
   padding-top: 20px;
   padding-left: 48px;
   padding-right: 48px;
   padding-bottom: 18px;
}

.bcn-map-detall-pics-address img {
    position: absolute;
    top: 16px;
    left: 12px;
}

.bcn-map-detall-pics-address .bcn-map-detall-pics-categoria {
  color: black;
  font-size: 16px;
  margin-bottom: 16px;
}

.bcn-map-detall-pics-address ul li p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 9px

}

.bcn-map-detall-pics-address ul li p span {
      text-transform: none;
      margin-left: 6px;
      font-size: 14px;
      color: #696973;
      font-weight: normal;
}

.bcn-map-detall-informacio {
  /*Treure Margin*/
  margin:0 0 0 0;
  padding: 20px 15px;
  padding-top: 0;
}

.bcn-map-detall-informacio label {
    color: black;
    font-size: 14px;
    display: inline-block;
}

.bcn-map-detall-informacio ul, .bcn-map-detall-informacio div {
    position: relative;
    padding: 0 20px;
    margin-bottom: 12px;
}

.bcn-map-detall-informacio ul li, .bcn-map-detall-informacio div p {
    line-height: 15px;
    padding-left: 14px;
    font-size: 14px;
    color: #696973;
}

.bcn-map-detall-informacio ul li a , .bcn-map-detall-informacio div p a{
  font-size: 14px;
  word-break: break-word;
}

.bcn-map-detall-informacio ul i, .bcn-map-detall-informacio div i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #6d6d78;
}

.bcn-map-detall-data {
  color: black;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.bcn-map-detall-adreca, .bcn-map-detall-ciutat {
    color: black !important;
}

.bcn-map-detall-telefons span {
  font-size: 12px;
}

.bcn-map-detall-emails > li > p {
  font-size: 14px;
}

.bcn-map-detall-mesinfo {
    border-top: 1px solid #e7e7e7;
    padding: 20px 15px;
}

.bcn-map-detall-mesinfo-title {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-bottom: 6px;
}

.bcn-map-detall-titularitat {
  font-size: 14px;
  color: #696973;
}

.bcn-map-detall-titularitat label {
    color:black;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

.bcn-map-detall-accessibilitat {
  color: #696973;
    font-size:14px;
}

.bcn-map-detall-tabs {
    overflow: hidden;

}

.bcn-map-detall-tab {
    float: left;
    display: block;
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #6d6d78;
}

.bcn-map-detall-tab:hover, .bcn-map-detall-tab:focus  {
  text-decoration: none;
  color:white;
}

.bcn-map-detall-tab.active {
    color:black;
    text-decoration: none;
    background: #f2f2f2;
}

#bcn-map-detall-info {
  padding: 0 10px;
}

#bcn-map-detall-info .horari {
  padding-bottom: 29px;
}

.bcn-map-detall-horari-title {
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  padding: 22px 10px 7px;
}

#bcn-map-detall-info .periode {
  border-bottom: 1px solid #f2f2f2;
  background: white;
}

#bcn-map-detall-info .periode-title {
  padding: 10px;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

#bcn-map-detall-info .periode .periode-title.bcn-map-focus, #bcn-map-detall-info .periode .periode-title.bcn-focus-accessible {
    background: black !important;
}

#bcn-map-detall-info .bcn-icon-dreta-medium {
  font-size: 16px;
  line-height: 20px;
  transition: all cubic-bezier(.62,.28,.23,.99) 0.6s;
}

#bcn-map-detall-info .bcn-icon-dreta-medium.bcn-rotated {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#bcn-map-detall-info .bcn-icon-informacio-consultes-o {
    font-size: 13px;
    color: #0069e1;
    border-radius: 100%;
    background: white;
    padding: 1px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(0,-50%);
}

#bcn-map-detall-info .dies {
  background: white;
  font-size: 14px;
  color: black;
  padding: 10px;
  cursor: pointer;
    font-weight: 600;
}

#bcn-map-detall-info .hores {
  background: #e5f0fc;
  font-size: 14px;
  color: #696973;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

#bcn-map-detall-info .hores span {
  position: absolute;
  top: -8px;
  left: 10px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}

/*#bcn-map-detall-info .hores:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -5px;
    left: 14px;
    transform: rotate(45deg);
     -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    border: 8px solid;
    border-color: #e5f0fc transparent transparent #e5f0fc;
}*/

.hores .bcn-icon-dreta-medium {
    color: #0069e1;
}

.hores-info {
    font-size: 14px;
    color: #0069e1;
    position: absolute;
    top: 50%;
    right: 34px;
    transform: translate(0,-50%);
}

#bcn-map-detall-info .preu  {
  background: white;
}

#bcn-map-detall-info .preu p b {
  color: black;
  font-size: 14px;
}

#bcn-map-detall-info .preu p {
  font-size: 14px;
  padding: 10px;
  color:  #696973;
}

#bcn-map-detall-info .observacions {
  background: white;
  border-top: 1px solid #e7e7e7;
  padding: 10px;
}

#bcn-map-detall-info .observacions p b {
    font-size: 14px;
}

#bcn-map-detall-info .observacions p:nth-child(1) {
   color:#c60c30 !important;
   margin-bottom: 10px;
}

#bcn-map-detall-info .observacions p {
  font-size: 14px;
  color: #666666;
}

#bcn-map-detall-info .observacions a {
    font-size: 14px;
}

#bcn-map-detall-info .relacions {
    background: white;
    margin: 0 -10px -10px -10px;
    padding: 15px;
}

#bcn-map-detall-info .relacions h3 {
  font-size: 14px;
  font-weight: 600;
}

#bcn-map-detall-info .relacions ul > li:before {
  content: "-";
}

#bcn-map-detall-info .relacions ul li a {
  font-size: 14px;
  padding-left: 4px;
}

#bcn-map-detall-info .relacions ul li span {
  font-size: 14px;
  color:black;
}

#bcn-map-detall-esdeveniments {
    padding: 20px;

}

#bcn-map-detall-esdeveniments ul li {
  margin-bottom: 16px;
}

#bcn-map-detall-esdeveniments ul li a {
  font-size: 16px;
  line-height: 16px;
  display: block;
}

#bcn-map-detall-esdeveniments ul li p {
  font-size: 14px;
  color: black;
}

#bcn-map-detall-observacions {
  padding: 10px 15px 20px;
  font-size: 14px;
}

#bcn-map-detall-observacions * {
  font-size: 14px;
}

#bcn-map-detall-observacions p {
  font-size: 14px;
  color: #666;
  padding: 0 15px 10px;
}
#bcn-map-detall-observacions p b {
  font-size: 14px;
  font-weight: bold;
}

#bcn-map-detall-observacions p a {
  font-size: 14px;
}

.bcn-map-detall-tab-content {
  display: none;
  background: #f2f2f2;
}

.bcn-map-detall-custom-fields {
  margin-bottom: 35px;
	/*treure aquests margins*/
}

.bcn-map-detall-custom-field {
    cursor: pointer;
    background: #f2f2f2;
    border-bottom: 1px solid white;
}

.bcn-map-detall-custom-field div {
	position: relative;
	max-height: 50px;
}
.bcn-map-detall-custom-field div i {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    right: 10px;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
}

.bcn-map-detall-custom-field div i.bcn-rotated {
      -moz-transform: translate(0%,-50%) rotate(180deg);
    -webkit-transform: translate(0%,-50%) rotate(180deg);
    -o-transform: translate(0%,-50%) rotate(180deg);
    -ms-transform: translate(0%,-50%) rotate(180deg);
}

.bcn-map-detall-custom-field img {
	max-width: 50px;
}

.bcn-map-detall-custom-field-name {
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
	text-transform: uppercase;
	padding-left: 12px;
  color: black;
}

div.bcn-map-detall-custom-field-descripcio {
  max-height: inherit;
  padding: 15px 20px;
  background: white;
  cursor: initial;
}

.bcn-map-detall-custom-field-descripcio p{
  font-size: 14px;
  color:#696973;
  line-height: 18px;
  background: white;
}

.bcn-map-detall-custom-field-descripcio h3 {
  font-size: 0px;
  visibility: hidden;
}

.bcn-map-detall-custom-field-descripcio p i {
    position: inherit;
    font-size: 14px;
    font-style: italic;
    color: #696973;
    position: relative;
    right: 0px;
    top: 0px;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}


.bcn-map-detall-custom-field-descripcio p em {
  position: inherit;
  font-size: 14px;
  color:#696973;
  font-style: italic;
}

.bcn-map-detall-custom-field-descripcio p b {
  font-weight: bold;
  font-size: 14px;
  color:#696973;
}

/** google translate **/

.translate {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}

#box-translate {
    background: none repeat scroll 0 0 #f2f2f2;
    border-radius: 20px;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    letter-spacing: -0.05em;
    margin: 0 0 2em;
    padding: 1.2em 2em;
    position: relative;
    text-align: center;
    width: auto;
}

#contenidor-detall #box-translate img {
    display: inline-block;
    float: none;
    margin-left: 0.3em;
    vertical-align: text-bottom;
}

#box-translate span.info-translate {
    display: inline-block;
}

#box-translate .goog-trans-control {
    display: inline-block;
    margin-left: 0.5em;
}

font > font {
  font-size: 14px!important;
}

/** end google translate **/

.bcn-map-pull-right {
  float: right;
}

#bcn-map-fullscreen .ol-attribution {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#bcn-map-fullscreen .ol-attribution ul {
  font-size: 11px;
  font-weight: 600;
}

#bcn-map-fullscreen .ol-control {
    right: 16px;
    bottom: 28px;
}

#bcn-map-fullscreen .ol-zoom .ol-zoom-in,
#bcn-map-fullscreen .ol-zoom .ol-zoom-out {
    width: 28px;
    height: 28px;
    background-image: none;
    background-color: white;
    color: #6d6d78;
    text-indent: 0;
    font-weight: 400;
    font-size: 26px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
}

.bcn-map-button {
  background: white;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  color: #6d6d78;
}

.bcn-map-button i {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform:  translate(-50%,-50%);
  -o-transform:  translate(-50%,-50%);
  -ms-transform:  translate(-50%,-50%);

}
/*.bcn-map-button:hover {
    background-color:#666666;
    color:white;
}*/

.bcn-map-satellite-control.bcn-active {
    background-color:#666666;
    color:white;
}

.bcn-map-satellite-control {
  top: -38px;
}

.bcn-map-fullscreen-control {
  /*top: -76px;*/
  top: -38px;
}

.bcn-map-transports-control {
  top: -76px;
  transition: all ease .3s;
}

.bcn-map-transports-control.bcn-active {
  background-color:#666666;
  color:white;
}


.bcn-map-transports-control fieldset {

  opacity: 0;

  position: absolute;
  top: 0;
  right: 40px;
  max-width: 112px;
  width: 112px;
  padding: 10px;

  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-color: white;
  border-radius: 4px;

  transition: opacity ease .3s;

}


.bcn-map-transports-control.bcn-active fieldset {
    opacity: 1;
}

.bcn-map-transports-control fieldset label {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
    margin-bottom: 6px;
    color: #696973;
}



.bcn-map-transports-control fieldset label:last-child {
  margin-bottom: 0;
}

.bcn-map-transports-control fieldset label img {
  max-width: 14px;
  float: left;
  margin-right: 18px;
  margin-top: -1px;
}

.bcn-map-transports-control fieldset label:nth-child(3) img {
    max-width: 25px;
    margin-top: 3px;
    margin-right: 7px;
}

.bcn-map-transports-control fieldset label input {
  position: relative;
  z-index: -1;
  float: right;
  margin-top: 1px;
}

.bcn-map-error-message {
  position: absolute;
  left: 20px;
  top: 22px;
  padding-right: 40px;
}

 .bcn-map-error-message img {
      width: 102px;
      height: auto;
      margin-bottom: 18px;
  }


.bcn-map-error-message p:nth-child(2) {
  color: #c60c30;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px !important;
}

.bcn-map-error-message p:nth-child(3) {
  color: #696973;
  font-size: 16px;
  line-height: 16px;
}

/*.bcn-map-aplicar-filtres,*/


.bcn-map-districte-invisible {
  display: none;
}

#bcn-map-fullscreen .bcn-spinner-container {
    position: absolute ;
    display: inline-block;
    box-sizing: border-box;
}

.bcn-map-spinner {
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}

.bcn-map-aplicar-filtres .bcn-spinner-container {
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
  -webkit-transform:  translate(0,-50%);
  -o-transform:  translate(0,-50%);
  -ms-transform:  translate(0,-50%);

}

.bcn-map-cercador .bcn-spinner-container {
  z-index: 1;
    right: 0;
    background: white;
    width: 15%;
    height: 100%;
}

.bcn-map-cercador .bcn-spinner-container .bcn-map-spinner {
  position:absolute;
  top: 23%;
  left: 20%;
  border: 2px solid rgba(100, 100, 100, 0.2);
  border-top-color: #6d6d78;

}
.bcn-map-num-spinner {top: 15%;}
.bcn-map-num-spinner .bcn-map-spinner {
  border: 2px solid rgba(100, 100, 100, 0.2);
  border-top-color: #6d6d78;
}

.bcn-map-detall-galeria .bcn-spinner-container {
    z-index: 9999;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

.bcn-map-detall-galeria .bcn-spinner-container .bcn-map-spinner {
  border: 2px solid rgba(100, 100, 100, 0.2);
  border-top-color: #6d6d78;
  width: 30px;
  height: 30px;
}


@keyframes spin {
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  -webkit-transform:  rotate(360deg);
  -o-transform:  rotate(360deg);
  -ms-transform:  rotate(360deg);

  }
}


.bcn-map-controls-pushed {
    transform: translate(-360px, 0);
     -moz-transform: translate(-360px, 0);
  -webkit-transform:  translate(-360px, 0);
  -o-transform:  translate(-360px, 0);
  -ms-transform:  translate(-360px, 0);

}

.gm-fullscreen-control {
  display: none
}

@media only screen and (max-width: 767px) {

  #bcn-map-fullscreen .col-sm-7,#bcn-map-fullscreen .bcn-map-col-sm-7 {
      float: none;
      margin: 0 auto;
  }

  #bcn-map-fullscreen:-webkit-full-screen .bcn-map-menu {
    width: inherit;
    position: inherit;
    left: 0;
    top: 0;
  }
  #bcn-map-fullscreen:-moz-full-screen .bcn-map-menu {
    width: inherit;
    position: inherit;
    left: 0;
    top: 0;
  }
  #bcn-map-fullscreen:-ms-fullscreen .bcn-map-menu {
    width: inherit;
    position: inherit;
    left: 0;
    top: 0;
  }
  #bcn-map-fullscreen:fullscreen .bcn-map-menu {
    width: inherit;
    position: inherit;
    left: 0;
    top: 0;
  }

  #bcn-map-fullscreen {
    height: 200px;
    min-height: 200px;
  }

  #bcn-map-fullscreen * {
    outline: none !important;
  }

  #bcn-map.bcn-slided {
    height: calc(100% - 50px);
  }

  #bcn-map.bcn-semi-slided {
    height: calc(100% - 450px);
  }

  #bcn-map.bcn-full-slided {
    height: 80px;
  }

  #bcn-map.bcn-full-slided::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #f0f0f0;
    z-index: 1;
    transition: all 0.4s linear;
  }

  .bcn-map-menu {
    box-shadow: none;
  }

  .bcn-map-ancla {
    top: inherit;
    right: inherit;
    bottom: 0;
  }

  .bcn-map-llistat {
    background: white;
    width: 100%!important;
    height: 100%;
    z-index: 5;
    transform: translate(0,100%);
  }

  .bcn-map-llistat.bcn-slided {
    /*height: 50px;*/
    transform: translate(0,calc(100% - 50px));
  }

  .bcn-map-llistat.bcn-semi-slided {
    height: 450px;
    transform: translate(0,calc(100% - 450px));
  }

  .bcn-map-llistat.bcn-full-slided {
    /*height: calc(100% - 80px);*/
    transform: translate(0, 80px);
  }

  .bcn-map-llistat-results-info {
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  }

  .bcn-map-llistat.bcn-slided .bcn-map-llistat-results-info {
  		height: 50px;
  }

  .bcn-map-llistat.bcn-semi-slided .bcn-map-llistat-results-info {
  		height: 50px;
  }

  .bcn-map-llistat.bcn-full-slided .bcn-map-llistat-results-info {
  		height: 50px;
  }


  .bcn-map-llistat-results-info p {
      display: inline-block;
      font-size: 14px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform:  translate(0, -50%);
      -o-transform:  translate(0, -50%);
      -ms-transform:  translate(0, -50%);
  }
  .bcn-map-llistat-results-info p span {
      font-size: 14px;
  }


  .bcn-map-llistat-mostrar {
    text-transform: uppercase;
    right: 15px;
  }

  .bcn-map-llistat-mostrar i {
    display: inline-block;
    padding-left: 6px;
    font-size: 14px;
  }

  .bcn-map-llistat ul {
    margin-top:0 !important;
  }

  .bcn-map-detall {
    width: 100% !important;
    height: 100%;
    transform: translate(0,100%);
    overflow:inherit;
  }

  .bcn-map-detall.bcn-slided {
    z-index: 1;
    height: 50px;
    overflow:hidden;
    transform: translate(0,calc(100% - 50px));
  }

  .bcn-map-detall.bcn-full-slided {
    height: 100%;
    /*overflow:auto;*/
    transform: translate(0,0);
  }

  .bcn-map-detall.bcn-slided .bcn-map-detall-content {
    height: 100%;
  }

   .bcn-map-detall-name {
    /*min-height: 50px;*/
    position: relative;
    padding:0;
  }

  .bcn-map-detall.bcn-slided .bcn-map-detall {
      max-height: 50px;
  }

  .bcn-map-detall.bcn-slided .bcn-map-detall-name {
      max-height: 50px;
  }

  .bcn-map-detall.bcn-full-slided .bcn-map-detall-name {
      padding: 15px 0;
  }

  .bcn-map-detall-name p {

      position: absolute;

      top: 40%;

      right: 48px;
      left: 15px;

      transform: translate(0,-40%);
      -moz-transform: translate(0,-40%);
      -webkit-transform:  translate(0,-40%);
      -o-transform:  translate(0,-40%);
      -ms-transform:  translate(0,-40%);

      color: white;
      font-size: 19px;
      line-height: 19px;
      padding: 0;



      transition: none;
  }

  .bcn-map-detall.bcn-slided .bcn-map-detall-name p {
      white-space: nowrap;
      overflow-x: hidden;
      text-overflow: ellipsis;
  }

  .bcn-map-detall.bcn-full-slided .bcn-map-detall-name p {

      transform: none;
      position: initial;

      white-space: initial;
      overflow-x: initial;
      text-overflow: initial;

      padding-left: 15px;
      padding-right: 48px;

  }

  .bcn-map-detall.bcn-slided .bcn-map-detall-name .bcn-map-detall-tancar {
      top: 42%;
      transform: translate(0,-42%);
      -moz-transform: translate(0,-42%);
      -webkit-transform: translate(0,-42%);
      -o-transform:  translate(0,-42%);
      -ms-transform:  translate(0,-42%);
  }

  .bcn-map-detall.bcn-full-slided .bcn-map-detall-name .bcn-map-detall-tancar {
      top: 15px;
      transform: none;
  }

  span.bcn-map-detall-tancar {
    top: 50%;
  }

  .bcn-map-detall-content {
    position: relative;
    transition: all cubic-bezier(.62,.28,.23,.99) .7s;
    overflow-y: auto;
  }

  /*.bcn-map-detall-name p {
      color: white;
      font-size: 16px;
      position: absolute;
      top: 50%;
      transform: translate(0,-50%);
      -moz-transform:translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      -o-transform:  translate(0,-50%);
      -ms-transform:  translate(0,-50%);
      left: 10px;
      right:32px;
      transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
      padding-right: 16px;
      padding-bottom: 0;
      padding-left: 0;
  }*/

 .bcn-map-detall-tancar {
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
  }


  .bcn-map-num-spinner {
      display: block;
          top: 50%;
          position: absolute;
        transform: translate(0, -50%);
  }

  .bcn-map-num-spinner .bcn-spinner {
    position: absolute;
    top: 25%;
    transform: translate(0,-25%);
    -moz-transform: translate(0,-25%);
      -webkit-transform: translate(0,-25%);
      -o-transform:  translate(0,-25%);
      -ms-transform:  translate(0,-25%);
  }

  .bcn-map-cercador {
    background: none;
    box-shadow: none;
    border-bottom: none;
    overflow: inherit;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
  }

  .bcn-map-cercador.bcn-map-pushed {
      transform: translate(0,-65px);
      -moz-transform: translate(0,-65px);
      -webkit-transform: translate(0,-65px);
      -o-transform:  translate(0,-65px);
      -ms-transform:  translate(0,-65px);
      opacity: 0;
  }

  .bcn-map-cercador p {
     display: none;
  }


  .bcn-map-cercador input {
      width: 68%;
      height: 100%;
      float: inherit;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%,0);
      -moz-transform: translate(-50%,0);
      -webkit-transform: translate(-50%,0);
      -o-transform:  translate(-50%,0);
      -ms-transform:  translate(-50%,0);
      box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
      padding-left: 16px;
  }
  .bcn-map-cercador input.bcn-slided {
    width: 68%;
  }

  .bcn-map-cercador span {
      border-radius: 100%;
      box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  }

  .bcn-map-cercador i {
      color: #6d6d78;
  }


  /* REVISAR EL LEFT 73% */
  .bcn-map-cercador .bcn-map-search {
      border-radius: 0;
      box-shadow: none;
      border: none;
      left: calc(73% - 6px);
  }

  #bcn-map-fullscreen .ol-control {
    position: inherit;
  }

  #bcn-map-fullscreen .ol-zoom .ol-zoom-in,
  #bcn-map-fullscreen .ol-zoom .ol-zoom-out {
    display: none;
  }

  .bcn-map-fullscreen-control {
    position: absolute;
    top: 0;
    right:0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;

  }
  .bcn-map-fullscreen-control i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }

   .bcn-map-cercador .bcn-spinner-canvas {
      right: inherit;
      left: 73%;
      z-index: 1;
  }

  .bcn-search-clear {
      left: calc(73% - 6px);
      z-index: 1;
      box-shadow: none !important;
      border-radius: 0 !important;
  }


  .bcn-map-dropdown-overlay {
      width: 100%;
      position: fixed;
      top: 0;
      height: 100%;
      left: 0;
      background: rgba(0,0,0,0.6);
      z-index: 2;
  }

  .bcn-map-dropdown {
      position: fixed;
      width: 85%;
      height: 100%;
      top: 0;
      left: 0;
      left: -86%;
      transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
      z-index: 3;
  }

  .bcn-map-dropdown.bcn-slided {
    left:0!important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }

  .bcn-map-dropdown > form {
    max-height:initial;
    height:calc(100% - 89px)
  }

  .bcn-map-dropdown > div {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .bcn-map-dropdown .bcn-map-dropdown-item {
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
  }

  .bcn-map-dropdown .bcn-map-dropdown-item p {
      padding: 14px 10px;
  }

.bcn-map-dropdown .bcn-map-eliminar-filtres {
    border-top: 1px solid #e7e7e7;
    display: block;
}
.bcn-map-eliminar-filtres, .bcn-map-aplicar-filtres {
   padding: 14px 10px !important;
}

.bcn-map-title {
    display: inherit;
    padding: 10px;
    font-size: 15px;
    color: white;
}

  .control {
    display: none;
  }

  .bcn-map-error-message {
      padding: 0px 44px;
      text-align: center;
      width: 100%;
      left: 0;
  }


  .bcn-map-error-message p:nth-child(2) {
    color: #c60c30;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px !important;
  }

.bcn-map-error-message p:nth-child(3) {
    color: #696973;
    font-size: 15px;
    line-height: 15px;
}

  .bcn-map-llistat .bcn-map-trobat {
    background: white;
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    line-height: inherit;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    padding: 10px 15px;
    z-index: 1;
  }

  .bcn-map-cercador .bcn-spinner-container {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 73%;
    z-index: 1;
  }

  .bcn-map-control-button {
    bottom: 15px;
    background: white;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #6d6d78;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.7s;
  }
  .bcn-map-control-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -o-transform:  translate(-50%,-50%);
      -ms-transform:  translate(-50%,-50%);
      font-size: 16px;
  }

  .bcn-map-satellite-control {
    /*display: none;*/
    top: inherit;
    /*bottom: 60px;*/
  }

  .bcn-map-localitzacio-control {
    display: none;
  }

  .bcn-map-control-button.bcn-map-pushed {
    transform: translate(0,-50px);
     -moz-transform: translate(0,-50px);
      -webkit-transform:translate(0,-50px);
      -o-transform:  translate(0,-50px);
      -ms-transform:  translate(0,-50px);
  }

  .bcn-map-control-button.bcn-map-hidden {
   opacity: 0 !important;
   z-index: -1;
  }

  #bcn-map-fullscreen:-webkit-full-screen .bcn-map-satellite-control { display: block; }
  #bcn-map-fullscreen:-moz-full-screen .bcn-map-satellite-control{ display: block; }
  #bcn-map-fullscreen:-ms-fullscreen .bcn-map-satellite-control{ display: block; }
  #bcn-map-fullscreen:fullscreen .bcn-map-satellite-control{ display: block; }

}

#bcn-map-fullscreen #bcn-map-popup {
      min-width: 210px;
      border-radius: 4px;
}

#bcn-map-fullscreen #bcn-map-popup #bcn-map-popup-content p {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

#bcn-map-fullscreen #bcn-map-popup #bcn-map-popup-content td {
  font-size: 1.3rem;
  line-height: 1.3rem;
}

#bcn-map-fullscreen #bcn-map-popup-closer {
  /*display: none;*/
  top: 8px;
  right: 8px;
}

#bcn-map-fullscreen .iconaLiniaTrans,.planol-iconaLiniaTrans {
    position: relative;
    margin: 2px;
    float: left
}

#bcn-map-fullscreen .planol-corresponedencies-FGC .planol-iconaLiniaTrans {
    margin-right: 10px;
    margin-bottom: 7px;
    margin-left: 0;
}

#bcn-map-fullscreen .iconaLiniaTrans.planol-icona-check,.planol-iconaLiniaTrans.planol-icona-check {
    margin: 4px
}

#bcn-map-fullscreen .circle {
    width: 24px;
    height: 24px;
    border-radius: 22px
}

#bcn-map-fullscreen .quadrat {
    width: 22px;
    height: 22px
}

#bcn-map-fullscreen .metroSelected {
    box-shadow: 0 0 3px 3px #333
}

#bcn-map-fullscreen .textInterior,.planol-textInterior {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 11.5px;
}

#bcn-map-fullscreen .icon-K002 {
    background: url(https://www.barcelona.cat/estatics-planol/v0.9/img/w/bp/K/K002.png) no-repeat;
    /*height: 34px;*/
    padding-left: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: 4px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background-position-y: center
}

#bcn-map-fullscreen .icon-K001 {
    background: url('https://www.barcelona.cat/estatics-planol/v0.9/img/w/bp/K/K001.png') no-repeat;
    height: 22px;
    padding-left: 22px;
    text-align: left
}


#bcn-map-fullscreen .planol-check-linia {
  display: none;
}

#bcn-map-fullscreen #linies-check {
  display: none;
}

#bcn-map-fullscreen .planol-titol-parada {
    font-weight: bold;
    color: #696969!important;
    font-size: 120%;
    padding-bottom: 5px;
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}

#bcn-map-fullscreen .planol-moscaTMB, .moscaTMB {
    clear: left;
    border-top: 1px solid grey;
    padding-top: 5px;
    /*cursor: pointer;*/
    pointer-events: none;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

#bcn-map-fullscreen .planol-moscaTMB.moscaMetro, .moscaTMB.moscaMetro {
    border-top: 1px solid #ccc;
}
