@font-face {
  font-family: "Skolar Sans Bold";
  src: url("https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarSansLatnCyrlCn-Bd.woff");
  font-weight: 700;
}
@font-face {
  font-family: "Skolar Sans";
  src: url("https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrlCn-Rg.woff");
  font-weight: 400;
}
* {
  box-sizing: border-box;
}

/*body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: "Skolar Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}*/

/* HERO */
.hero {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w1920.jpg");
}
@media (max-width: 1600px) {
  .hero {
    background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w1600.jpg");
  }
}
@media (max-width: 1024px) {
  .hero {
    background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w1024.jpg");
  }
}
@media (max-width: 640px) {
  .hero {
    background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w640.jpg");
  }
}

.hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_title {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  padding: 24px 0;
  max-width: 72%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  font-family: "Skolar Sans", sans-serif;
  border-top: rgba(255, 255, 255, 0.5) solid 2px;
  border-bottom: rgba(255, 255, 255, 0.5) solid 2px;
}
@media (max-width: 1160px) {
  .hero_title {
    font-size: 56px;
  }
}
@media (max-width: 980px) {
  .hero_title {
    font-size: 42px;
  }
}
@media (max-width: 720px) {
  .hero_title {
    font-size: 36px;
    padding: 16px 0;
  }
}
@media (max-width: 440px) {
  .hero_title {
    max-width: 92%;
    font-size: 32px;
  }
}

.hero_arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  bottom: 16px;
  background-image: url("https://docs.rferl.org/Infographics/2019/2019_12/2019_12_IranProtest/images/ArrowDown.svg");
}

.container {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}

.introduction {
  margin: auto;
  padding: 36px 8px;
  width: 100%;
  max-width: 720px;
}


.provinceName {
    position: absolute;
    padding: 2px 8px;
    background-color: black;
    color: white;
    display: none;
}
.provinceName.active {
    display: block;
}

/* MAP */
.container_map {
  position: relative;
  /*margin-top: 52px;*/
  width: 100%;
  overflow: hidden;
}

.map {
  margin: auto;
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  padding: 12px;
}
.map svg {

}
.map svg polygon {
    fill: #d5d4d2;
    stroke: #000000;
    stroke-width: 1px;
    cursor:pointer;
}
.map svg polygon:hover{
    fill: #e09e6a;
}

/* CONTENT */
.content {
  margin: auto;
  width: 100%;
  max-width: 760px;
}

.flex {
  padding-top: 32px;
  /*display: flex;*/
}

.anchor {
  position: absolute;
  left: 0;
  top: -52px;
}

.divider {
  height: 1px;
  margin: 24px 0px;
  background: rgba(255, 255, 255, 0.1);
}

.clearfix {
  clear: both;
}

/*   ***   HEADER   ***   */
#page__header {
  position: fixed;
  width: 100%;
  height: 52px;
  /*padding: 5px 15px 0;*/
  box-sizing: border-box;
  background: black;
  /*position: relative;*/
  /*overflow: hidden;*/
  top: 0;
  z-index: 997;
}

a.page__header-logo {
  position: absolute;
  width: auto;
  top: 10px;
  left: 15px;
  height: 32px;
  display: inline-block;
}
a.page__header-logo svg {
  width: auto;
  height: 32px;
  fill: #fff;
  /*.svg-logo__avatar {
      fill: #ea6903;
  }

  .svg-logo__type {
      fill: #5B6770;
  }*/
}

.header__right-container {
  position: absolute;
  right: 0;
  /*float: right;*/
  padding-top: 10px;
}

.page__header-share {
  position: absolute;
  right: 0;
  margin: 0 15px;
  width: auto;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12.8px;
  cursor: pointer;
}
.page__header-share svg {
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 10px;
  fill: #fff;
  stroke: #fff;
}
.page__header-share:hover {
  color: #EA6903;
  transition: color 0.3s;
}
.page__header-share:hover svg {
  fill: #EA6903;
  stroke: #EA6903;
}
.page__header-share:hover svg path {
  animation: share 0.2s ease-out forwards;
}
.page__header-share:hover svg circle:not(:first-of-type) {
  animation: sharecirc 0.2s ease-out forwards;
}

.header__right-container .sharing-icons {
  display: block;
  width: 270px;
  padding: 7px 4px 0px;
  background: #fff;
  position: absolute;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  top: 6px;
  left: 0px;
  transition: left 0.3s ease-out;
  font-size: 12px;
}
.header__right-container .sharing-icons a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 2px;
}
.header__right-container .sharing-icons a svg circle {
  transition: fill 0.3s;
  fill: #5c646b;
}
.header__right-container .sharing-icons a svg .svg__path {
  fill: #fff;
}
.header__right-container .sharing-icons a svg:hover circle {
  transition: fill 0.3s;
  fill: #ea6903;
}
.header__right-container .sharing-icons a:last-child {
  position: relative;
  bottom: 8px;
  box-sizing: border-box;
  padding: 8px;
}

#share__close {
  cursor: pointer;
}
#share__close svg .svg__path {
  fill: #000;
}

.header__right-container .opened {
  left: -270px;
}

#progress {
  width: 100%;
  height: 3px;
  background-color: #555555;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

#bar {
  width: 50%;
  height: 3px;
  background-color: #EA6903;
  top: 0;
  left: 0;
  transition: width 0.3s;
}

@keyframes share {
  from {
    fill: none;
    stroke: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
  to {
    stroke: #EA6903;
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
  }
}
@keyframes sharecirc {
  from {
    fill: none;
    stroke: none;
  }
  80% {
    fill: none;
  }
  to {
    stroke: none;
    fill: #EA6903;
  }
}
/*   *** FOOTER ***   */
footer#page__footer {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 64px 20px 20px 20px;
  -webkit-box-shadow: 0 2px 5px rgba(20, 24, 25, 0.1);
  box-shadow: 0 2px 5px rgba(20, 24, 25, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: black;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 24%);*/
  border-top: 5px solid #9e4702;
}
footer#page__footer h3 {
  color: #d2b39b;
  /*font-family: $font-primary;*/
  font-weight: 400;
}
footer#page__footer p {
  color: white;
}
footer#page__footer .footer__follow-us {
  margin: auto;
  max-width: 640px;
}
footer#page__footer .footer__follow-us a {
  width: 42px;
  height: 42px;
  margin: 3.3333333333px;
  display: inline-block;
}
footer#page__footer .footer__follow-us a svg {
  width: 42px;
  height: 42px;
  display: block;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
  fill: #fdfdfd;
}
footer#page__footer .footer__follow-us a svg .svg__path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  fill: #9e4702;
}
footer#page__footer .footer__follow-us a:hover svg {
  fill: #5b6770;
}
footer#page__footer .footer__follow-us a:hover svg .svg__path {
  fill: #fff;
}
footer#page__footer .footer__copyright {
  margin: auto;
  max-width: 640px;
}
footer#page__footer .footer__copyright p {
  /*font-family: $font-primary;*/
  font-size: 16px;
  color: #fdfdfd;
  text-align: center;
  padding: 30px 0;
}

/*# sourceMappingURL=styles.css.map */
