

#container {
   font: 16px sans-serif;

}

.footer {
  margin-top: 30px !important;
}

.description {
  margin-top: 30px;
}

#sources ol {
      font-size: 16px;
    line-height: 1;
    padding-left: 10px;
}


.water {
    opacity: 1;

}

.xing a, .xing a:visited {
    background-color: #00605E !important;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.land {
 //fill: #F9FFFB;
 //stroke: #F9FFFB;
 fill: #96A6A6;
 stroke: #96A6A6;
   opacity: 1;
  stroke-width: 0.9px;
}

.land:hover {

}
.alcoholcountry {
    fill: #F9FFFB;
  opacity: 1;
  stroke-opacity: 1;
  cursor: pointer; cursor: hand;
}

.alcoholcountry:hover {
  stroke-width: 0.8px;
  opacity: 1;
}
.deselected {
  //fill-opacity: 0.4 !important;
 // fill: #F9FFFB  !important;
  //  stroke: #F9FFFB   !important;
    fill: #c8d5d5  !important;
    stroke: #c8d5d5   !important;

}
.deselected:hover {
    fill-opacity: 0.4 !important;
}
.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: 0;
}
.focused {
   opacity: 1;

}

.noclicks {
  pointer-events:none;
}

select {
  position: absolute;
  top: 20px;
  left: 580px;
  border: solid #ccc 1px;
  padding: 3px;
  box-shadow: inset 1px 1px 2px #ddd8dc;
}

.countryTooltip {
  position: absolute;
  display: none;
  pointer-events: none;
  background: #fff;
  padding: 5px;
  text-align: left;
  border: solid #ccc 1px;
  color: #666;
  font-size: 14px;
  font-family: sans-serif;
}

text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;

fill: #fff;
  font-weight: bold;
  text-anchor: middle;
}
.globe { 
  text-align: center;
  margin-top: -48px;
  }
.countryWrap {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #fff;
  overflow: hidden;
  padding: 10px 20px 0px 20px;
}
#countryCarousel {
  padding: 10px 30px;
}
#countryCarousel .slick-prev {
    left: 3px;
    z-index: 1000;
    height:50px;
    top:52%;
}
#countryCarousel .slick-next {
    right: 3px;
    top:50%;
    height:52px;
}
#countryCarousel.slick-slider {
  margin-bottom: 0 !important;
}

#chartDisplay {
  background-color: rgba(0,0,0,0.1);
  padding: 20px 50px;
  min-height: 100px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.gap {
  background-color: #F8F7F4;
  height:20px;
}
#whiskeyFacts {
  overflow: hidden;
  position: relative;
  padding: 30px 50px;
  min-height: 250px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background: #F3C21A;

}
.factImage {
  float: left;
  margin-right: 20px;

}
.backFact {
    width: 100%;
    background-image: url("img/fact-img1.jpg");
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.factImage img {
  height:130px;
}
.factText {
    width: 310px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 38%;
        font-size: 24px;
    padding: 35px 30px;
        pointer-events: none;

}
.factText b {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
  }
.countryDataTop {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.countryDataBot {
  overflow: hidden;
  width: 100%;
}


.countryscroll {
  clear:both;
  max-height: 280px;
  overflow: auto;
  max-width: 400px;
  margin-top: 30px;
  }

ul.countrylist {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 10px;
}
.countrylist {
  font-size: 15px;
  font-family: sans-serif;
  line-height: 1.2;
}

.hover {
  background-color: #ff8383;
  color:#fff; 
}
.focus {  
  background-color: #ED3136;
  color:#fff; 
}
.countryname {
  width: 175px;
  display: inline-block;
  padding: 2px 4px 3px 6px;
  margin-top: 1px;
  margin-right: 1px;
}

.chart {
  height:20px;
  background-color: rgba(255,255,255,0.5);
}

#last-info{
    font-size: 0.92308rem;
    text-align: center;
    color: #adadad;
    margin-top: 20px;
    padding-bottom: 5px;
}

#last-info a{
    color: #adadad;
	text-decoration: none;
}

#last-info a:hover{
    color: #0078a0;
}


#barscale {
    height:20px;
    background-color: rgba(255,255,255,1);
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;

    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ranking {
  font-size: 70px;
  float: left;
  line-height: 1;
  padding-right: 10px;
}

.countrytitle {
  float: left;
  font-size: 25px;
  padding-top: 35px;
  width: 200px;
}

.countryflag {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}



.countrydata {
  margin-top: 45px;
  margin-left: 0px;
  clear: both;
  padding-bottom: 10px;
}

#countryRate {
  margin-top: 10px;
  float: right;
}

.rate {
  font-size:30px;
}
.key {
   font-size:18px;
}


.controls {
  text-align: center;
  height: 48px;
  position: relative;
}

.playtour {
  background: url("../img/play-n30.png") no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;

  display: inline-block;
  position: absolute;
  right: 25px;
}

.playtour:hover {
  background: url("../img/play-a30.png") no-repeat;
}

.playtour.playing {
  background: url("../img/pause-n30.png") no-repeat;
}

.playtour.playing:hover {
  background: url("../img/pause-a30.png") no-repeat;
}

.pause {
  background: url("../img/pause-n30.png") no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 25px;
}

.pause:hover {
  background: url("../img/pause-a30.png") no-repeat;
}



.beerinfo {
  margin-top: 20px;
}

.brandname {
  position: relative;
  top: 25px;
}

.poptext {
  position: relative;
  top: 25px;
  margin-bottom: 5px;

}

.beerlogo {
  float: right;
  position: relative;
  top: -30px;
  height: 120px;
}
#topData, #whiskeyFacts {
  max-width: 500px;
  margin: 0 auto;
}
#clipThis {
  width:90%;
  margin-bottom: 20px;
  margin-top: 5px;
}
.clipBtn {
    background-color: #9DACAC;
    padding: 5px 15px;
    color: #fff;
    border-radius: 2px;
    background: #c5c5c5;
    float: right;
      margin-top: 4px;
}



  /* Medium:; under 1200px */
    @media only screen and (max-width: 64.4em) { 
       #leftside {     margin-bottom: 20px;}

           .countrytitle {
      float: none;
    }
    .controls {
          max-width: 750px;
    }

     .datawrap {
      top:20px;
     }
    } 

  /* Small: under 600px*/
    @media only screen and (max-width: 37.5em) {
           #rightside {
             min-height: 400px;
           } 
           .ranking {
            float: none;
           }
           .countrytitle {
                font-size: 22px;
                padding: 0 10px;
                width: 100%;
           }
           #countryCarousel.slick-slider {
                height: 110px;
            }
            #countryCarousel {
              padding: 0px 30px;
          }
        .factText {
                width: 67%;
              left: 40%;
              font-size: 20px;
              padding: 30px 20px;
          }
          #clipThis {
              width: 70%;
            }
          .factText b {
            font-size: 25px;
          }
          .chart, #barscale {
            height: 10px;
          }
          .countryRate {
            margin-top: 5px;
          }
          .rate {
            font-size: 20px;
          }


    } 
 @media (min-width:1020px) and (max-width:1190px){
        .reddit{
            
            margin:0;
        }
        
        .social-very-right{
            width:80px !important;
        }
    }
    
        @media (min-width:640px) and (max-width:800px){


        .reddit{
           
            margin:0;
        }
        
        .social-very-right{
            width:80px !important;
        }
    }
 @media (max-width:800px){
    .fb-like {
            margin-top: 5px !important;
          }
       .social-very-right {
          float: right;

        }
 }

 @media (max-width:640px){
    .fb-like {
            margin-top: 2px !important;
          }
    .social-very-right {
        float: left;
        width: 140px;
        margin-bottom: 5px;
        }
      }
    
    @media (max-width:405px){
        .social-very-right{
            float: right;
        }
    }