  html, body {
    font: 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
  }
    .navbar {
      background-color: rgba(0,0,0,0.3);
      border-bottom: 1px solid #ccc;
      margin-bottom: 0;
      width: 100%;
      border: none;
      position: absolute;
      top: 0;
    }

    .main-section {
      background: url("../img/pagebackgrnd4.jpg");
      background-size: cover;

    }
    .darkMask {
      background-color: rgba(0,0,10,0.4);
      padding-bottom: 20px;
    }
    .top-title-wrapper {
      margin-top: 60px;
    }
    h1   {
    font-size: 48px;
    line-height: 1;
    font-weight: 200;
    letter-spacing: .006em;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #fff;
      } 

      h2.subtext  {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 200 !important;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #fff;
    margin-bottom: 30px;
      }  

    #map {
      text-align: center;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      max-width: 1200px;

    }
    #map svg {

      background-color: #C4DBE1;

         background-color: rgba(170,184,189,0.9);
      border-radius: 20px;
    }
    .playOverlay rect {
        fill: #012630;
        opacity: 0.5;
    }
    .playOverlay .playCircle {
        pointer-events:none;
    }
    .playOverlay rect:hover {
      opacity: 0.4;
    }
    circle.place {
      stroke: #fff;
      fill:#208fb2;

    }
    circle.place:hover {
      fill: #ed3136;
      stroke: #999;
    }
    #continentZoom {
      text-align: center;
    }
    button, .button {
      border-radius: 5px;
      background: #fff;
      border: none;
      color: #777;
      margin-right: 0.3rem;
    }
    button:hover, .button:hover {
      background-color: #e3e5e5;
      background-color: rgba(170,184,189,0.9);
          color: #fff;
          border: none;
        }

    button:focus, .button:focus {
      background-color: #fff;
      color: #777;
      outline:0;
    }
    button.active, .button.active {
      background-color: rgba(32,143,178,0.8);
      color: #fff;
      border: none;
    }
    .background {
      fill: none;
      pointer-events: all;
    }
    .country, #states {
      stroke: #777;
      stroke-width: 0.2;
      fill: #f8f7f4;

    }

    #countries .active, #states .active {
      fill: #89a;
    }
    #cities {
      stroke-width: 0;
    }
    .city {
      fill: #345;
      stroke: #fff;
    }
    #productArea {
      margin-left: -5px;
    }
    .product .wrap {
      opacity: 0.9;
      pointer-events: none;
      background: #fff;
      border: none;
      border-radius: 5px;
      overflow: hidden;
      text-align: center;
      margin: 5px;


    }
    .slick-slider button {
      background: none;
    }

    .slick-slider button.slick-prev {
        position: absolute;
        text-indent: -9999em;
        font-size: 0;
        left: -60px;
        top: 80px;
        width: 20px;
        height: 80px;
    }
    .slick-slider button.slick-next {
        position: absolute;
        text-indent: -9999em;
        font-size: 0;
        right: -60px;
        top: 80px;
        width: 20px;
        height: 80px;
    }
    .slick-prev:after {
      font-family: 'FontAwesome';
        content: "\f053";
        display: block; 
        color: #ccc;
        font-size: 30px;
        text-indent: 0;
      }

      .slick-next:before {
        font-family: 'FontAwesome';
        content: "\f054";
        display: block; 
        color: #ccc;
        font-size: 30px;
        text-indent: 0;
      }
      .slick-prev:hover:after, .slick-next:hover:before {
            color: #208fb2;
      }
      .slick-disabled:hover:after, .slick-disabled:hover:before {
        color: #ccc;
      }
    .product.slick-slide {
      min-height: 240px;
    }

    .productImg {
      background: url("../img/apple-logo.png");
      background-size: 50px 60px;
      background-repeat: no-repeat;
      background-position: center; 
      background-color: #b2b3b3;
      width: 100%;
      height: 130px;
      margin-bottom: 5px;
      overflow: hidden;
    } 
    .productImg img {
      width: 100%;
      height: auto;

    }
    h4.productName {
      margin-top: 10px;
      font-size: 1.3rem;
      max-width: 80%;
      margin: 0 auto;
      height: 60px;
      border-bottom: 1px solid #ccc;
    } 
    #productArea .product {
      opacity: 0;

    }
    #productArea .product.visible {
      opacity: 1;
      transition: opacity 1s ease-in;
      -moz-transition: opacity 1s ease-in;
      -webkit-transition: opacity 1s ease-in;
      -o-transition: opacity 1s ease-in;
    }

    #tooltip {
      opacity: 0.9;
      pointer-events: none;
      background: #e3e5e5;
      width: 200px;
      border-radius: 5px;
      overflow: hidden;
      text-align: center;
    }
    .full {
      width: 100%;
      padding-top: 40px;
    }

    .pale {
      padding-top: 30px;
      background: #fff;
      color: #333;
      padding-bottom: 20px;
    }
    .grey {
      padding-top: 30px;
      background: #f2f2f2;
      color: #333;
      padding-bottom: 20px;
    }
    .textArea {
      font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px;
      text-align: left;
      color: #444;
      margin-bottom: 10px;
      padding: 10px;
    }
    .storeName {
      font-size: 14px;
      border-bottom: 1px solid #777;
      padding-bottom: 3px;
      margin-bottom: 5px;
      font-weight: bold;
    }
    .storeImg {
      background: url("../img/apple-logo.png");
      background-size: 50px 60px;
      background-repeat: no-repeat;
      background-position: center; 
      background-color: #b2b3b3;
      width: 200px;
      height: 130px;
      margin-bottom: 5px;
    } 
    .storeImg img {
      width: 200px;
    }
    .storeNum {
      font-size: 40px;
      fill:#fff;
      color: #fff;

      text-transform: uppercase;
    }
    .storeID, .Opened {
      margin-bottom: 5px;
    }
    .storeCountry {
      margin-top: 5px;
      font-weight: bold;
      font-size: 12px;
    }
    #slider {
      width: 100%;
    }

    #date, #play {
        display: inline-block;
        vertical-align: middle;
    }
    #date {
      padding: 20px 0 0 0;
      color: #fff;
      min-width: 120px;
      text-transform: uppercase;
      width: 200px;
      text-align: left;
      height: 98px;
    }
    #date p#stores {
      font-size: 25px;
      padding-bottom: 5px;
      margin-bottom: 5px;
      line-height: 1;
    }
    #date p#month {
      font-size: 20px;
      line-height: 1;

    }
    #date p#month span {
        float: left;
        width: 3em;
    }
    #play {
        font-size: 30px;
        padding: 11px;
        padding-top: 20px;
        height: 58px;
        overflow: hidden;
        width: 55px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-left: 10px;
        cursor: pointer;
        color: #777;
        background-color: #fff;

    }
    #play.pause {
     // padding-left:9px;
    }
    #play:before {
      content: url("../img/playpause.svg");
      fill:blue;
      width: 20px;
    }
    #play:hover {
      background-color: #e3e5e5;
      background-color: rgba(170,184,189,0.9);
      color: #fff;
      border: none;
    }
    #play:hover:before {
      content: url("../img/playpause-w.svg");
    }
    #play.pause:before {
      content: url("../img/playpause-w.svg");
    }
    #play.pause {
      border: none;
      background-color: rgba(32,143,178,0.8);
    }
    .d3-tip {
      pointer-events:none;
    }

    svg text {
        fill: #fff;
    }
    #axis path {
        fill: none;
    }
    #axis text {
      font-size: 14px;
    }
    #slider-container {
        margin-top: 40px;
    }

    #slider-probe {
        position: absolute;
        top: -20px;
        width: 70px;
        margin-left: -35px;
        z-index: 50;
        display: none;
    }
    #slider-probe p {
        margin: 0;
        width: 100%;
        text-align: center;
        height: 15px;
        font-size: 12px;
        color: #777;
    }
    #slider-probe div {
        height: 15px;
        margin-left: 35px;
        border-left: 1px solid #999;

    }
    #slider-div {
        margin-left: 30px;
        margin-top: 10px;
    }
    #slider-div .d3-slider-handle {
        width: 1.4em;
        height: 1.4em;
        border: 1px solid #999;
        background: none;
        background-color: #fff;
        border-radius: 50%;
      }
    .d3-slider-horizontal {
          height: .6em;
          border-radius: 5px;
      }
    .d3-slider {
          background-color: rgba(170,184,189,0.9);
          box-shadow: none;
          border: none;
    }
    #sources {
      display: none;
    }

@media (max-width: 1024px) {
    #map {
      text-align: center;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      width: 95%;
    }
    #map svg {
      border-radius: 15px;
    }
    .storeNum {
      font-size: 30px;
    }
    .product .wrap {
      margin-left: auto;
      margin-right: auto;
      max-width: 250px !important;
    }
}

@media (max-width: 480px) {
    .navbar img {
      height: 30px;
    }
    #controlWrap {
      text-align: center;
    }
    button, .button { 
      padding: 0.8rem 1rem;
      margin-bottom: 10px;
    }
    #map {
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      max-width: 95%;
    }
    #map svg {
      border-radius: 10px;
    }
    h1 {
      font-size: 35px;
    }
    h2.subtext {
    font-size: 20px;
    line-height: 1;
  }
    #slider-container {
      margin-top: 0;
      margin-bottom: 10px;
    }
    .storeNum {
      font-size: 18px;
      text-shadow: 1px 1px #777;
    }
    .product {
      margin-left: 10px;
    }
    .product .wrap {
      margin-left: auto;
      margin-right: auto;
      max-width: 250px !important;
    }
    .d3-tip {
      left: 25% !important;
    }
    #tooltip {
      width: 180px;
    }
    .storeImg {
      height: 100px;
      overflow: hidden;
    }
    .textArea {
      font-size: 10px;
      margin-bottom: 5px;
      padding: 5px;
    }
    .storeName {
      font-size: 11px;
    } 
    #axis text  {
       font-size: 11px;
      display: none;
    }
    #axis .firstTick, #axis .lastTick {
      display: block;
    }
    #axis .lastTick {
      left: -20px;
    }

}





[class^="icon-"], [class*=" icon-"]  {
  font-family: 'bonial';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover  {
  text-decoration: none !important;
}

@font-face  {
  font-family: 'bonial';
  src: url('../fonts/bonial.woff') format("woff"), url('../fonts/bonial.ttf') format("truetype");
}

@font-face  {
  font-family: 'aleobold';
  src: url('../fonts/aleo-regular.woff') format("woff"), url('../fonts/aleo-regular.ttf') format("truetype");
}

.font-tiny  {
  font-size: 0.69231rem !important;
  line-height: 0.69231rem;
}

.font-small  {
  font-size: 0.84615rem !important;
  line-height: 0.84615rem;
}

.font-medium  {
  font-size: 1rem !important;
  line-height: 1rem;
}

.font-medium-footer  {
  font-size: 0.92308rem !important;
  line-height: 0.92308rem;
}

.font-large  {
  font-size: 1.69231rem !important;
  line-height: 1.69231rem;
}

.icon-tiny  {
  font-size: 0.76923rem !important;
  line-height: 0.76923rem;
}

.icon-small  {
  font-size: 1.23077rem !important;
  line-height: 1.23077rem;
}

.icon-medium  {
  font-size: 1.69231rem !important;
  line-height: 1.69231rem;
}

.icon-big, .icon-large  {
  font-size: 2.46154rem !important;
  line-height: 2.46154rem;
}






