@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700,900);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
a {
  color: #423824; }

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro";
  position: relative; }

.container {
  background: url("../img/back_2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* Set up proportionate scaling */
  width: 100%;
  height: 720px;
  overflow: hidden;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0; }
  @media screen and (max-width: 740px) {
    .container {
      height: initial;
      overflow: initial;
      position: initial;
      padding-bottom: 100px; } }

header {
  position: relative;
  color: #FFF;
  padding: 20px; }
  @media screen and (max-width: 740px) {
    header {
      position: initial;
      padding: 10px; } }
  header .main {
    font-size: 24px; }
    @media screen and (max-width: 840px) {
      header .main {
        font-size: 20px; } }
    @media screen and (max-width: 740px) {
      header .main {
        font-size: 16px; }
        header .main strong {
          display: block; } }
  header .menu {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    font-size: 24px; }
    @media screen and (max-width: 740px) {
      header .menu {
        display: block; } }
  header .menu-content {
    background: #E1C387;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    display: none; }
    header .menu-content ul, header .menu-content li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    header .menu-content a {
      border-radius: 4px;
      display: block;
      padding: 5px;
      background: #421400;
      margin: 5px;
      font-weight: 600; }
  header a {
    color: #FFF;
    text-decoration: none;
    font-weight: 200; }
  header .header_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D3142;
    opacity: .55;
    z-index: 0; }
  header .cont {
    z-index: 1;
    position: relative; }

.about {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2; }
  .about img {
    vertical-align: middle;
    margin-left: 10px; }
  .about a {
    color: #FFF; }
  @media screen and (max-width: 740px) {
    .about {
      top: initial;
      bottom: 20px;
      right: 15%; } }

.main_cont, .map, .country, .text_content {
  height: 650px;
  position: relative; }
  @media screen and (max-width: 740px) {
    .main_cont, .map, .country, .text_content {
      height: initial; } }

main .text .inner_txt_cont {
  overflow: auto;
  height: 545px; }
  @media screen and (max-width: 740px) {
    main .text .inner_txt_cont {
      height: auto; } }

@media screen and (max-width: 740px) {
  main .text .cont.inner_txt_cont {
    padding-bottom: 60px; } }
main .country .browse_countries {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: #423824;
  font-size: 16px;
  text-align: right;
  color: #AA9261;
  font-weight: 200; }
  main .country .browse_countries a {
    color: #AA9261;
    font-weight: 700;
    text-decoration: none; }
  @media screen and (max-width: 740px) {
    main .country .browse_countries span {
      display: none; }
    main .country .browse_countries .next:after {
      content: " >"; }
    main .country .browse_countries .previous:before {
      content: " < "; } }

main {
  position: relative; }
  main .main_back {
    background: #0D3142;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .37;
    z-index: 0; }
  main .cont {
    z-index: 1;
    position: relative; }
  main .map {
    width: 50%;
    float: left; }
    @media screen and (max-width: 740px) {
      main .map {
        float: none;
        width: 100%;
        display: none; } }
  main .text {
    width: 50%;
    float: right; }
    @media screen and (max-width: 740px) {
      main .text {
        float: none;
        width: 100%; } }
    main .text .cont, main .text .block {
      z-index: 1;
      position: relative;
      padding: 15px 25px; }
      @media screen and (max-width: 740px) {
        main .text .cont, main .text .block {
          padding: 20px 15px; } }
    main .text .text_background {
      background: #E7B14B;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .87;
      z-index: 0; }
  main .browse_countries .cont {
    padding: 10px; }
  main .text.long .text_background {
    opacity: .9; }

.home .claim_main {
  position: relative;
  overflow: hidden; }
  .home .claim_main h1, .home .claim_main h2 {
    margin: 0;
    color: #FFF;
    -webkit-text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
    text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75); }
  .home .claim_main h1 {
    padding: 10px 10px 10px 0;
    font-size: 32px; }
    @media screen and (max-width: 740px) {
      .home .claim_main h1 {
        font-size: 26px; } }
  .home .claim_main .inner_cont {
    position: relative;
    z-index: 20;
    height: 195px;
    padding: 10px 390px 20px 20px; }
    @media screen and (max-width: 740px) {
      .home .claim_main .inner_cont {
        padding: 10px;
        height: initial; } }
  .home .claim_main .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F5A623;
    opacity: .81; }
  .home .claim_main .claim_secondary {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 340px;
    z-index: 20; }
    @media screen and (max-width: 740px) {
      .home .claim_main .claim_secondary {
        position: relative;
        width: 100%; } }
    .home .claim_main .claim_secondary h2 {
      width: 330px;
      font-weight: normal; }
      .home .claim_main .claim_secondary h2 span {
        display: block;
        font-size: 116px;
        line-height: 122px; }
      @media screen and (max-width: 740px) {
        .home .claim_main .claim_secondary h2 {
          width: 100%;
          text-align: center; } }
    .home .claim_main .claim_secondary .bg {
      background: #423824;
      opacity: .2;
      z-index: 15; }
.home .graphs {
  background: #FFF;
  padding: 20px;
  margin: 20px 20px 10px 20px;
  text-align: center; }
  .home .graphs img {
    margin: 0 3px; }
.home .disclaimer {
  margin: 0 20px;
  font-size: 11px;
  color: #FFF; }
  .home .disclaimer a {
    color: #FFF; }
.home .explore {
  text-align: right;
  padding: 5px 30px;
  font-size: 24px;
  font-weight: bold; }
  .home .explore img {
    vertical-align: middle;
    margin-left: 40px; }
  .home .explore a {
    color: #F5A623;
    text-decoration: none;
    text-transform: uppercase; }
  @media screen and (max-width: 740px) {
    .home .explore {
      text-align: center;
      padding: 40px 30px; }
      .home .explore img {
        margin: 20px 0 0 0; } }

#map {
  width: 100%;
  height: 100%; }

.country h1 {
  color: #FFEDC9;
  margin-top: 0;
  border-bottom: 1px solid #FFEDC9; }
.country .disclaimer {
  margin: 5px 0 20px 0;
  font-size: 11px; }
  .country .disclaimer a {
    color: #FFF; }
.country .list p {
  font-size: 18px; }
  .country .list p span {
    display: inline-block;
    text-align: right;
    width: 40px;
    height: 35px;
    float: left;
    padding-right: 15px;
    font-weight: bold; }
.country .deaths_block {
  margin-bottom: 20px;
  border-bottom: 2px solid #E1C387; }
.country table {
  width: 100%;
  margin: 50px 0 10px 0;
  border-collapse: collapse; }
  .country table a {
    color: #423824; }
  .country table td, .country table th {
    padding: 7px 10px;
    color: #421400;
    font-size: 14px;
    vertical-align: top; }
    @media screen and (max-width: 740px) {
      .country table td, .country table th {
        padding: 6px 5px; } }
  .country table th {
    text-align: left; }
  .country table th.company {
    width: 45%; }
  .country table th.minerals {
    width: 25%; }
  .country table tr:nth-child(even) td {
    background: #E1C387; }
  .country table tr:nth-child(even) td:first-child {
    border-radius: 4px 0 0 4px; }
  .country table tr:nth-child(even) td:last-child {
    border-radius: 0 4px 4px 0; }

#map div.cartodb-legend.bubble {
  text-align: left; }
#map div.cartodb-legend.choropleth ul {
  min-width: 100px; }
#map .cartodb-legend {
  padding: 3px 4px 0;
  font-family: "Source Sans Pro";
  font-size: 11px;
  font-weight: normal; }
  #map .cartodb-legend strong {
    font-weight: normal; }
  #map .cartodb-legend p {
    margin: 0; }
#map .cartodb-legend-stack {
  position: absolute;
  left: 0;
  width: 220px;
  bottom: 0;
  z-index: 1000000000;
  border: none;
  border-radius: 0;
  box-shadow: none; }
#map div.cartodb-tooltip {
  z-index: 100000000000; }

.share_container {
  display: inline-block;
  float: right;
  padding-top: 12px;
  vertical-align: top; }

.share {
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: .5em 1em;
  font-size: .8em; }
  .share span {
    display: none; }
  .share a {
    color: #FFF;
    display: block;
    font-weight: 600;
    text-decoration: none; }
  .share .fa {
    width: 10px; }

.facebook, .facebook a, .twitter, .twitter a {
  background: none;
  border-bottom: none;
  padding: 0 0 0 15px;
  font-size: 0; }

/* TODO: Create and index, extract to its own repo, document... */
.clearfix:after, .clearfix:before {
  content: '';
  display: table; }
.clearfix:after {
  clear: both; }

.col-1-3, .col-2-3, .col-3-3 {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  text-align: center; }

.col-3-3 {
  float: right;
  margin: 0; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.hidden {
  display: none; }

/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/* Responsive mixin 
  ----------------
  @include screen(768, 1280) { 
    background: black; 
  }
  @include min-screen(320) { 
    width: 300px; 
  }
*/
