.media-map {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  font-size: 13px;
}
.media-map img.map {
  width: 100%;
}
.media-map .marker {
  display: none;
  position: absolute;
/*  min-width: 16px;
  min-height: 16px;*/
  max-width: 80px;
  max-height: 80px;
  line-height: 23px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
/*  background-color: #FAB20B;*/
  font-weight: bold;
  font-size: 13px;
  text-align: center;
/*  color: #414A53;*/
  text-decoration: none;
  transition: border-color 1s linear;
  transition: background-color 0.3s linear;
/*  border: solid 2px  #FFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);*/
}
.media-map .marker .tool-tip {
  height: 190px;
  width: 450px;
  display: none;
  position: absolute;
  top: -206px;
  left: -26px;
  z-index: 1901;
  opacity: 0;
  transition: opacity 1s linear;
  color: #666;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
.media-map .marker .tool-tip .content {
  line-height: 1.5;
  display: block;
  background: #FFF;
  background: linear-gradient(top, #444444 0%, #999999 100%);
  background-clip: padding-box;
  border: 5px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  position: relative;
  height: 100%;
}
/*.media-map .marker .tool-tip .content:before {
  content: ' ';
  border-color: rgba(0, 0, 0, 0.2) transparent transparent;
  border-style: solid;
  border-width: 17px;
  position: absolute;
  bottom: -39px;
  left: 16px;
}
.media-map .marker .tool-tip .content:after {
  content: ' ';
  border-color: #FFF transparent transparent;
  border-style: solid;
  border-width: 13px;
  position: absolute;
  bottom: -26px;
  left: 20px;
}*/
.media-map .marker .tool-tip img {
  width: 100%;
  border: 0;
}
.media-map .marker .tool-tip .title {
  color: #004687;
  padding: -1px 5px;
  display: block;
  font-weight: bold;
  position: relative;
  top: -3px;
  font-size: 20px;
}
.media-map .marker .tool-tip .summary {
  display: block;
  position: relative;
  font-size: 15px;
}
.media-map .marker .tool-tip .link {
  display: block;
  position: relative;
  font-size: 7px;
  margin: 10px 0px;
}

/*.media-map .marker .tool-tip .fake-link {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 6px;
  font-size: 22px;
  white-space: normal;
  border: solid 2px;
}
*/.media-map .marker .tool-tip .fake-link:hover {
  /*background: #33A4FF;*/
}
.media-map .marker .tool-tip .arrow-down {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #DDD;
}
.media-map .marker .tool-tip .arrow-down-border {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
}
.media-map .marker.marker-large .tool-tip {
  height: 212px;
  top: -226px;
}
.media-map .marker:hover {
/*  color: #414A53;
  background: #33A4FF;*/
}
.media-map .marker:hover:not(.playing) .tool-tip {
  display: block;
  opacity: 1;
}
.media-map .playing .tool-tip {
  display: block;
  opacity: 1;
}
span.over{
  display: block!important;
  opacity: 1!important;
}

.media-map#circuit-map .marker {
/*  width: 5%;
  height: 5%;*/
  min-height: 110px;
  min-width: 110px;
}

.media-map#circuit-map #marker-1 {
  top: 37%;
  left: 13%;
}
#marker-1 .tool-tip {
    height:457px;
    top:-215px;
    left:110px;
}


.media-map#circuit-map #marker-2 {
  top: 11%;
  left: 23.5%;
}

#marker-2 .tool-tip {
    height:459px;
    top:-62px;
    left:109px;
}

.media-map#circuit-map #marker-3 {
  top: 21%;
  left: 45%;
}

#marker-3 .tool-tip {
 height:457px;
 top:-141px;
 left:109px;
}

.media-map#circuit-map #marker-4 {
  top: 33%;
  left: 54%;
}

#marker-4 .tool-tip {
 height:457px;
 top:-219px;
 left:-452px;
}

.media-map#circuit-map #marker-5 {
  top: 14%;
  left: 63.5%;
}
#marker-5 .tool-tip {
 height:457px;
 top:-65px;
 left:-448px;
}

.media-map#circuit-map #marker-6 {
  top: 49%;
  left: 78%;
}
#marker-6 .tool-tip {
 height:457px;
 top:-181px;
 left:-446px;
}

.media-map#circuit-map #marker-7 {
  top: 7%;
  left: 82.5%;
}
#marker-7 .tool-tip {
 height:478px;
 top:36px;
 left:-447px;
}

#main-content {
  overflow: visible;
}
