html,
body,
div,
form,
fieldset,
legend,
label {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
}
img {
  border: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Grid*/
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #000;
}
.disable-scroll {
  overflow: hidden;
}
.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.col-12 {
  width: 100%;
}
.col-8 {
  width: 66.6%;
  float: left;
}
.col-6 {
  width: 50%;
  float: left;
}
.col-4 {
  width: 33.3%;
  float: left;
}
.clearfix {
  clear: both;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.no-more-state {
  color: white;
}
/* Header */
header {
  height: 60px;
  position: fixed;
  top: 0;
  background-color: #000;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 999;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
@media (max-width: 845px) {
  header ul.desktop {
    display: none;
  }
  header ul.mobile {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header ul.mobile li {
    display: inline-block;
    margin: 9px 2px 0 2px;
    padding: 0;
    width: 42px;
    height: 42px;
  }
  header ul.mobile li a {
    display: block;
    width: 42px;
    height: 42px;
    background-size: cover;
    transition: all 0.5s;
  }
  header ul.mobile li a:hover {
    transition: all 0.5s;
  }
  header ul.mobile li.about a {
    background-image: url('http://gdb.rferl.org/DA8DCCA8-5450-4419-B95A-0C4B4A6C5A78.png');
  }
  header ul.mobile li.search a {
    background-image: url('http://gdb.rferl.org/F96F773D-50BF-469F-B8AB-0D8950AC61BB.png');
  }
  header ul.mobile li.share a {
    background-image: url('http://gdb.rferl.org/40EAA55F-A71F-4F58-8E85-E1CA6DE78AB4.png');
  }
  header ul.mobile li.about a:hover {
    background-image: url('http://gdb.rferl.org/AEE17A99-FC59-4AC7-8663-9E8F90D9DF1C.png');
  }
  header ul.mobile li.search a:hover {
    background-image: url('http://gdb.rferl.org/EC2CBB59-7B11-41EF-9885-319E973629A5.png');
  }
  header ul.mobile li.share a:hover {
    background-image: url('http://gdb.rferl.org/B3C47A55-9A1B-46E4-823E-C7C342CBE429.png');
  }
  header ul.mobile li.nohide a {
    background-image: url('http://gdb.rferl.org/ABDECF14-B766-4CD3-9163-3ABD05FE4FCD.png');
    background-size: cover;
  }
  header ul.mobile li.nohide a:hover {
    background-image: url('http://gdb.rferl.org/76DDF880-E5B5-4A1B-95EF-5C873C73FC8D.png');
    background-size: cover;
  }
}
@media (min-width: 846px) {
  header ul.mobile {
    display: none;
  }
  header ul.desktop {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header ul.desktop li {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 10px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    line-height: 60px;
    text-transform: uppercase;
  }
  header ul.desktop li a,
  header ul.desktop li span {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  header ul.desktop li a:hover,
  header ul li a.active,
  header ul.desktop li span:hover,
  header ul li span.active {
    color: #FFD700;
    transition: all 0.5s;
    text-decoration: none;
  }
  header ul.desktop li.facebook a,
  header ul.desktop li.twitter a {
    width: 16px;
    height: 16px;
    display: block;
  }
  header ul.desktop li.facebook a {
    background-image: url('http://gdb.rferl.org/DE41F685-AF47-49F8-B594-964372495757.png');
    background-size: cover;
  }
  header ul.desktop li.twitter a {
    background-image: url('http://gdb.rferl.org/EA027923-E51C-42C1-8919-EE54E26E7EA1.png');
    background-size: cover;
  }
  header ul.desktop li.facebook a:hover {
    background-image: url('http://gdb.rferl.org/2345C2CE-641D-48D3-AF5F-9C7747335024.png');
    background-size: cover;
  }
  header ul.desktop li.twitter a:hover {
    background-image: url('http://gdb.rferl.org/1970404E-9D56-466C-B259-653387FCBAA9.png');
    background-size: cover;
  }
}
section#hero {
  width: 100%;
  height: 100%;
  background-image: url('http://gdb.rferl.org/EF0DD592-C0AC-4FBA-AF1E-720C3DB9EC39.jpg');
  background-size: cover;
}
section#hero div#wrapper {
  padding: 15px;
}
section#hero a {
  color: #FFD700;
  text-decoration: none;
  transition: all 0.5s;
}
section#hero a:hover {
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}
section#hero div#wrapper h1 {
  width: 100%;
  font-family: 'Cinzel', serif;
  border: 3px #fff solid;
  margin: 0 auto;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
  border-image-slice: 15 15 15 15;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url('http://gdb.rferl.org/1BD2423C-C82D-43FC-8B9A-93F644FEE57B.png');
  text-shadow: 2px 2px 5px #000;
}
@media (min-width: 1501px) {
  section#hero div#wrapper h1 {
    max-width: 1100px;
    line-height: 70px;
    font-size: 64px;
  }
}
@media (min-width: 1000px) and (max-width: 1500px) {
  section#hero div#wrapper h1 {
    max-width: 850px;
    line-height: 55px;
    font-size: 50px;
  }
}
@media (min-width: 751px) and (max-width: 999px) {
  section#hero div#wrapper h1 {
    max-width: 640x;
    line-height: 40px;
    font-size: 32px;
  }
}
@media (min-width: 641px) and (max-width: 750px) {
  section#hero div#wrapper h1 {
    max-width: 700px;
    font-size: 24px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  section#hero div#wrapper h1 {
    max-width: 480px;
    font-size: 18px;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  section#hero div#wrapper h1 {
    max-width: 380px;
    font-size: 22px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  section#hero div#wrapper h1 {
    max-width: 340px;
    font-size: 18px;
  }
}
section#hero h2 {
  color: #fff;
  font-family: 'Lora', serif;
  font-weight: 300;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
@media (min-width: 641px) {
  section#hero h2 {
    max-width: 850px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 361px) and (max-width: 640px) {
  section#hero h2 {
    max-width: 380px;
    font-size: 13px;
    line-height: 24px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  section#hero h2 {
    max-width: 340px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-height: 0px) and (max-height: 599px) {
  section#hero h2 {
    display: none;
  }
}
.hidemobile {
  display: block;
}
@media (min-width: 0px) and (max-width: 480px) {
  .hidemobile {
    display: none;
  }
}
.hidemobileinline {
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 603px) {
  .hidemobileinline {
    display: none;
  }
}
section#hero #continue {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  letter-spacing: 1px;
  cursor: pointer;
}
section#hero #continue img {
  margin-bottom: 5px;
  height: 48px;
}
section#hero a#continue {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
section#hero a#continue:hover {
  color: #FFD700;
  transition: all 0.5s;
  text-decoration: none;
}
#victims {
  z-index: 997;
  padding: 5px;
}
#victims .column {
  *zoom: 1;
  clear: both;
}
#victims .column:before,
#victims .column:after {
  display: table;
  content: "";
  line-height: 0;
}
#victims .column:after {
  clear: both;
}
#victims .column .pod {
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 3px 5px;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #34495e;
  background: #000000;
}
@media (min-width: 1501px) {
  #victims .column .pod {
    width: 10%;
  }
}
@media (min-width: 1000px) and (max-width: 1500px) {
  #victims .column .pod {
    width: 12.5%;
  }
}
@media (min-width: 751px) and (max-width: 999px) {
  #victims .column .pod {
    width: 16.66666667%;
  }
}
@media (min-width: 641px) and (max-width: 750px) {
  #victims .column .pod {
    width: 20%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  #victims .column .pod {
    width: 33.33333333%;
  }
}
@media (min-width: 241px) and (max-width: 480px) {
  #victims .column .pod {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 240px) {
  #victims .column .pod {
    width: 100%;
  }
}
#victims .column .pod img {
  width: 100%;
  margin: 0px;
}
#victims .column .pod .content {
  opacity: 0;
  transition: all 0.4s ease-in;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  color: white;
  padding: 10px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
}
#victims .column .pod .content .label {
  color: #ffd700;
  margin: 10px 0 0 0;
  font-family: "Lora", "Times New Roman", serif;
  font-size: 11px;
}
#victims .column .pod .content .value {
  font-weight: 300;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 640px) {
  #victims .column .pod .content .value {
    font-family: "Lora", "Times New Roman", serif;
    font-size: 14px;
  }
}
@media (min-width: 641px) and (max-width: 669px) {
  #victims .column .pod .content .value {
    font-family: "Lora", "Times New Roman", serif;
    font-size: 11px;
  }
}
@media (min-width: 670px) and (max-width: 829px) {
  #victims .column .pod .content .value {
    font-family: "Lora", "Times New Roman", serif;
    font-size: 12px;
  }
}
@media (min-width: 830px) and (max-width: 999px) {
  #victims .column .pod .content .value {
    font-family: "Lora", "Times New Roman", serif;
    font-size: 14px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  #victims .column .pod .content .value {
    font-family: "Lora", "Times New Roman", serif;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #victims .column .pod .content .value {
    font-family: "Lora", "Times New Roman", serif;
    font-size: 14px;
  }
}
#victims .column .pod .content .value span {
  display: inline-block;
}
#victims .column .pod .content:hover {
  opacity: 1;
  transition: all 0.4s ease-in;
  background: rgba(0, 0, 0, 0.8);
}
#victims .state {
  clear: left;
  text-align: center;
}
#victims .btn-more {
  clear: both;
  width: 150px;
  margin: 40px auto;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
#victims .btn-more:hover {
  background: rgba(255, 255, 255, 0.7);
}
#victims #counter {
  display: none;
  bottom: 10px;
  position: fixed;
  padding: 10px;
  right: 0;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  background-color: #333;
  color: #FFD700;
  z-index: 998;
  border-radius: 5px 0 0 0;
}
#victims #backtotop {
  display: none;
  bottom: 10px;
  position: fixed;
  padding: 10px;
  left: 0;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  background-color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFD700;
  cursor: pointer;
  z-index: 998;
  border-radius: 0 5px 0 0;
}
#victims #progress {
  display: none;
  width: 100%;
  position: fixed;
  height: 10px;
  background-color: #333;
  z-index: 998;
  bottom: 0;
  left: 0;
}
#victims #progress #bar {
  width: 0;
  background-color: #FFD700;
  height: 10px;
}
.modal {
  display: none;
  position: fixed;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto !important;
  background: #000000;
  color: white;
  margin-top: 60px;
  z-index: 999;
}
.modal h2 {
  font-family: 'Cinzel', serif;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
@media (min-width: 1000px) {
  .modal h2 {
    line-height: 55px;
    font-size: 50px;
  }
}
@media (min-width: 751px) and (max-width: 999px) {
  .modal h2 {
    line-height: 40px;
    font-size: 32px;
  }
}
@media (min-width: 641px) and (max-width: 750px) {
  .modal h2 {
    font-size: 28px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .modal h2 {
    font-size: 24px;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  .modal h2 {
    font-size: 22px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .modal h2 {
    font-size: 15px;
  }
}
.modal h3 {
  font-family: 'Lora', serif;
  padding: 0;
  margin: 50px 0;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 5px #000;
}
@media (min-width: 1000px) {
  .modal h3 {
    line-height: 25px;
    font-size: 15px;
  }
}
@media (min-width: 751px) and (max-width: 999px) {
  .modal h3 {
    line-height: 25px;
    font-size: 15px;
  }
}
@media (min-width: 641px) and (max-width: 750px) {
  .modal h3 {
    line-height: 25px;
    font-size: 15px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .modal h3 {
    line-height: 24px;
    font-size: 13px;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  .modal h3 {
    line-height: 20px;
    font-size: 12px;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .modal h3 {
    line-height: 20px;
    font-size: 12px;
  }
}
.modal p {
  font-family: 'Lora', serif;
  padding: 0;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 5px #000;
}
@media (min-width: 751px) {
  .modal p {
    line-height: 30px;
    font-size: 17px;
  }
}
@media (min-width: 641px) and (max-width: 750px) {
  .modal p {
    line-height: 24px;
    font-size: 15px;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  .modal p {
    line-height: 24px;
    font-size: 13px;
  }
}
input#searchField {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 4px #fff solid;
  outline: none;
  height: 52px;
  width: 100%;
  max-width: 500px;
  left: 0px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
  right: 0px;
  font-style: italic;
  font-family: 'Lora', serif;
  font-size: 22px;
  box-sizing: border-box;
}
input#searchClear {
  background: transparent;
  background-image: url('http://gdb.rferl.org/7D2A5110-0E20-4378-857C-15E03D45CB25.png');
  border: none;
  border-radius: 0;
  border-bottom: 4px #fff solid;
  outline: none;
  height: 52px;
  width: 64px;
  left: 0px;
  color: #fff;
  padding: 5px 10px;
  right: 0px;
  font-style: italic;
  font-family: 'Lora', serif;
  font-size: 22px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
span.resultCount {
  color: #ffd700;
}
.modal-search blockquote {
  padding: 10px;
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  max-width: 500px;
  width: 100%;
  margin: 20px auto 0 auto;
}
.modal-search blockquote cite {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
}
.modal a {
  color: #FFD700;
  text-decoration: none;
  transition: all 0.5s;
}
.modal a:hover {
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}
.modal-share a {
  width: 64px;
  height: 64px;
  display: inline-block;
}
.modal-share a.facebook {
  background-image: url('http://gdb.rferl.org/BB0D9D38-F168-4ED2-963E-7BBF0983936A.png');
  background-size: cover;
  background-position: center center;
}
.modal-share a.facebook:hover {
  background-image: url('http://gdb.rferl.org/5B27B51A-9D6E-4DB8-91A4-7674161902D5.png');
  background-size: cover;
  background-position: center center;
}
.modal-share a.twitter {
  background-image: url('http://gdb.rferl.org/7A5F2F56-9F52-497D-9C78-492C313733C9.png');
  background-size: cover;
  background-position: center center;
}
.modal-share a.twitter:hover {
  background-image: url('http://gdb.rferl.org/210CD9A2-8AC3-46C3-AFCD-B1AA0C3A0631.png');
  background-size: cover;
  background-position: center center;
}
/*# sourceMappingURL=style.css.map */