.botnar-map-area-wrap {
  position: relative;
  height: 700px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 60px;
}

.botnar-map-return-to-start {
  display: none;
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  background-color: #EF4B7D; 
  padding: 10px 20px 10px 50px;
  color: #FFFFFF;
  cursor: pointer;
  background-image: url(../img/back-arrow.png);
  background-size: 30px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.botnar-map-return-to-start[data-category=building-skills] { background-color: #EF4B7D; }
.botnar-map-return-to-start[data-category=technological-solutions] { background-color: #2898D9; }
.botnar-map-return-to-start[data-category=young-action] { background-color: #FCB530; }



.botnar-map-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  height: 100%;
  width: 60%;
}


.botnar-map-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background-color: #EF4B7D;
  z-index: 1;
  padding: 30px;
  box-sizing: border-box;
  background-image: url(../img/background-pink.jpg);
  background-size: cover;
}

.botnar-map-content[data-category=building-skills] { background-image: url(../img/background-pink.jpg); }
.botnar-map-content[data-category=technological-solutions] { background-image: url(../img/background-blue.jpg); }
.botnar-map-content[data-category=young-action] { background-image: url(../img/background-yellow.jpg); }

.botnar-map-content:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  background-image: url(../img/background-sketch.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}


.botnar-map-content .close {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  background-image: url(../img/close.svg);
  background-size: 150% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.botnar-map-content .image-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 66%;
  background-size: cover;
  top: 0;
  z-index: 2;
}

.botnar-map-content .close[data-category=building-skills] { background-color: #EF4B7D; }
.botnar-map-content .close[data-category=technological-solutions] { background-color: #2898D9; }
.botnar-map-content .close[data-category=young-action] { background-color: #FCB530; }

.botnar-map-content .content-wrap {
  z-index: 4;
  position: absolute;
  bottom: 75px;
  left: 75px;
  width: 100%;
  box-sizing: border-box;
}

.botnar-map-content .content-wrap.hide {
  display: none;
}

.botnar-map-content .content-wrap .sleeve {
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
}

.botnar-map-content .content-wrap .sleeve:after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border-image-source: url(../img/frame-blue.svg);
  border-image-slice: 50%;
  border-image-width: 25px;
  border-style: solid;
  pointer-events: none;
}

.botnar-map-content .content-wrap h1 {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
}

.botnar-map-content .content-wrap h1 span {
  display: inline-block;
  padding-bottom: 5px;
  background-image: url(../img/underline.svg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.botnar-map-content .content-wrap .text-wrap {
  margin-bottom: 15px;
}

.botnar-map-content .content-wrap .text-wrap p {
  font-weight: 200;
  margin-bottom: 15px;

}

.botnar-map-content .content-wrap .category {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.botnar-map-content .content-wrap .category.building-skills { background-color: #EF4B7D; }
.botnar-map-content .content-wrap .category.technological-solutions { background-color: #2898D9; }
.botnar-map-content .content-wrap .category.young-action { background-color: #FCB530; }

.botnar-map-content .content-wrap h2 {
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1.3em;
}

.botnar-map-content .content-wrap .meta-wrap {
  margin-bottom: 15px;
}

.botnar-map-content .content-wrap .meta-wrap .meta-item {
  padding-bottom: 10px;
  padding-left: 20px;
  background-size: 12px auto;
  background-position: left 3px;
  background-repeat: no-repeat;
  font-size: 0.9em;
  line-height: 1.2em;
}

.botnar-map-content .content-wrap .meta-wrap.building-skills { color: #EF4B7D; }
.botnar-map-content .content-wrap .meta-wrap.technological-solutions { color: #2898D9; }
.botnar-map-content .content-wrap .meta-wrap.young-action { color: #FCB530; }

.botnar-map-content .content-wrap .meta-wrap.building-skills .meta-item.location { background-image: url(../img/marker-pink.svg); }
.botnar-map-content .content-wrap .meta-wrap.technological-solutions .meta-item.location { background-image: url(../img/marker-blue.svg); }
.botnar-map-content .content-wrap .meta-wrap.young-action .meta-item.location { background-image: url(../img/marker-yellow.svg); }

.botnar-map-content .content-wrap .meta-wrap.building-skills .meta-item.organisation { background-image: url(../img/organisation-pink.svg); }
.botnar-map-content .content-wrap .meta-wrap.technological-solutions .meta-item.organisation { background-image: url(../img/organisation-blue.svg); }
.botnar-map-content .content-wrap .meta-wrap.young-action .meta-item.organisation { background-image: url(../img/organisation-yellow.svg); }

.botnar-map-content .content-wrap .meta-wrap.building-skills .meta-item.project { background-image: url(../img/project-pink.svg); }
.botnar-map-content .content-wrap .meta-wrap.technological-solutions .meta-item.project { background-image: url(../img/project-blue.svg); }
.botnar-map-content .content-wrap .meta-wrap.young-action .meta-item.project { background-image: url(../img/project-yellow.svg); }



.botnar-map-content .content-wrap .link-wrap .link-item {
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #cccccc;
  color: #FFFFFF;
  position: relative;
}

.botnar-map-content .content-wrap .link-wrap.building-skills .link-item { background-color: #EF4B7D; }
.botnar-map-content .content-wrap .link-wrap.technological-solutions .link-item { background-color: #2898D9; }
.botnar-map-content .content-wrap .link-wrap.young-action .link-item { background-color: #FCB530; }

.botnar-map-content .content-wrap .link-wrap .link-item.linkedin { background-color: #0e76a8; }
.botnar-map-content .content-wrap .link-wrap .link-item.twitter { background-color: #00acee; }
.botnar-map-content .content-wrap .link-wrap .link-item.instagram { background-color: #8a3ab9; }
.botnar-map-content .content-wrap .link-wrap .link-item.facebook { background-color: #3b5998; }



 


.botnar-map-content .content-wrap .link-wrap .link-item:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  pointer-events: none;
}

.botnar-map-content .content-wrap .link-wrap .link-item a {
  display: block;
}

.botnar-map-content .content-wrap .link-wrap .link-item a span {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
}



.botnar-map-content .content-wrap .categories {
  
}

.botnar-map-content .content-wrap .categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.botnar-map-content .content-wrap .categories ul li {
  padding: 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.botnar-map-content .content-wrap .categories ul li:before {
  content: none;
}

.botnar-map-content .content-wrap .categories ul li.inactive {
  opacity: 0.5;
}

.botnar-map-content .content-wrap .categories ul li span {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
}

.botnar-map-content .content-wrap .categories ul li.building-skills span { background-color: #EF4B7D; }
.botnar-map-content .content-wrap .categories ul li.technological-solutions span { background-color: #2898D9; }
.botnar-map-content .content-wrap .categories ul li.young-action span { background-color: #FCB530; }




@media screen and ( min-width: 501px ) {
  .desktop-only {
  }

  .mobile-only {
    display: none;
  }
}

@media screen and ( max-width: 500px ) {

  .desktop-only {
    display: none;  
  }

  .mobile-only {
  }

  .botnar-map-area-wrap {
    height: auto;
  }

  .botnar-map-content {
    position: static;
    width: 100%;
    padding: 15px;
  }

  .botnar-map-content:after {
    content: none;
  }

  .botnar-map-content .content-wrap .sleeve {
    padding: 20px;
  }

  .botnar-map-content .content-wrap .sleeve:after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }

  .botnar-map-content .image-wrap {
    position: static;
  }

  .botnar-map-area {
    position: static;
    left: 0;
    width: 100%;
    height: 300px;
  }

  .botnar-map-content .content-wrap {
    position: static;
    left: 0;
    bottom: 0;
  }

  .botnar-map-return-to-start {
    top: 20px;
    right: 20px;
  }

  .botnar-map-content .close[style] {
    display: none !important;
  }

}