#banner-container {
  position: absolute;
  width: 300px;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  background: #cd292d; /* Old browsers */
  background: -moz-linear-gradient(
    -60deg,
    #cd292d 20%,
    #530c0f 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(20%, #cd292d),
    color-stop(100%, #530c0f)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -60deg,
    #cd292d 20%,
    #530c0f 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -60deg,
    #cd292d 20%,
    #530c0f 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -60deg,
    #cd292d 20%,
    #530c0f 100%
  ); /* IE10+ */
  background: linear-gradient(120deg, #cd292d 20%, #530c0f 100%); /* W3C */
  visibility: hidden;
}

.map,
.cp3,
.cp2,
.cp4,
.cp1,
.logo,
.logoleft,
.bestprice,
.ctacp,
.pointer {
  position: absolute;
  display: inline-block;
  background: url("index.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

#cover {
  position: absolute;
  background-color: #fff;
  opacity: 1;
}

.map {
  position: absolute;
  background-position: -0px -0px;
  width: 771px;
  height: 738px;
  opacity: 0;
}

.circle {
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  opacity: 0;
}

.circlebdr {
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 1px solid white;
  /*opacity:1;*/
  /*box-sizing:	border-box;*/
  top: -8px;
  left: -8px;
  opacity: 0;
}

.cp1 {
  position: absolute;
  background-position: -563px -738px;
  width: 136px;
  height: 43px;
  top: 98px;
  left: 41px;
  opacity: 0;
}

.cp2 {
  position: absolute;
  background-position: -211px -738px;
  width: 176px;
  height: 27px;
  top: 122px;
  left: 61px;
  opacity: 0;
}

.cp3 {
  position: absolute;
  background-position: -0px -738px;
  width: 211px;
  height: 73px;
  top: 97px;
  left: 40px;
  opacity: 0;
}

.cp4 {
  position: absolute;
  background-position: -387px -738px;
  width: 176px;
  height: 71px;
  top: 74px;
  left: 45px;
  opacity: 0;
}

.logo,
.logoleft {
  position: absolute;
  background-position: -211px -765px;
  width: 136px;
  height: 69px;
  top: 181px;
  left: 145px;
  z-index: 101;
  opacity: 0;
}

.bestprice {
  position: absolute;
  background-position: -563px -781px;
  width: 103px;
  height: 31px;
  top: 13px;
  left: auto;
  right: 20px;
  opacity: 0;
}

.pointer {
  position: absolute;
  background-position: -699px -749px;
  width: 46px;
  height: 69px;
  top: 51px;
  left: 127px;
  opacity: 0;
}

.cta {
  position: absolute;
  top: 149px;
  left: 43px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 101;
  /*background-position: -138px -587px; */
  background: white;
  width: 98px;
  height: 24px;
  opacity: 0;
}

.ctacp {
  position: absolute;
  background-position: -699px -738px;
  width: 66px;
  height: 11px;
  top: 6px;
  left: 10px;
  opacity: 1;
}

#caret {
  position: absolute;
  text-indent: 0px;
  top: 9px;
  left: 82px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #cd292d;
  opacity: 1;
}

#bgexit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 300;
  cursor: pointer;
}
