#seconds, #euros, #litres{
    font-weight:bold;
}



/*LIST STYLE*/
#selectType{
    list-style-type:none;
}

#selectType li img{
    height:40px;
    margin:10px;
    float:left;
}

#selectType li a div{
    color:#000;
    font-size:16px;
    height:60px;
    display:table;
    
}

.panel-img{
    display:table-cell !important;
    float:left;
    width:60px;
}

.panel-title{
   display:table-cell !important;
   vertical-align:middle;
   line-height: 1;
}

.content{
    background:#eee !important;
}

.accordion-navigation:hover{
    background:#eee !important;
}



.active{
    
    background:#eee !important;
}

#selectType li{
    border-bottom:#000 solid 1px;
}


#selectType li:last-child{
    border-bottom:none;
}

.rankoBox{
    margin-top:10px;
}

.rankoBox ul{
    list-style-type:none;
}

.rankoBox ul li{
    border-bottom:none !important;
}

#cat-button{
    display:none;
    background: #990012;
    max-width:300px;
    text-align:center;
    color:#fff;
    padding:10px;
}

#cat-button:hover{
    cursor:pointer;
}

#small-info{
    display:none;
    width:300px;
}


/*LIST SMALL*/
@media(max-width:1024px){
#cat-button{
    display:block;
}

#selectType{
    display:none;
    width:300px;
    margin-left:0px;
}

.content{
    display:none !important;
}

#small-info{
    display:block;
    
}

#small-img img{
    height:40px;
    margin:10px;
}

#small-img{
    float:left;
    margin-right:10px;
}

#small-header{
    height:60px;
    display:table;
}

#small-title{
    
    display:table-cell;
    vertical-align: middle;
}

.small-content{
    font-size:13px;
    line-height:20.8px;
}

.small-rankoBox ul{
    margin-top:10px;
    list-style-type: none;
}
}

/*Sources*/
.icon-arrow-up:before {
    content:"\e606";
}


#click-sources:hover {
    cursor: pointer;
}

#click-arrow {
    font-size: 12px;
    display:inline;
    height:5px;
}


#sources{
    font-size:11px;
    display:none;
    color:#555;
    margin-bottom:40px;
    display:none;
}

#sources p{
    margin-bottom:3px;
    font-size:11px;
    color:#555;
}

.sourceRow{
    margin-top:50px;
}



/*TOOLTIP*/

    #tooltip {
    position: absolute;
    width: 330px;
    height: auto;
    padding: 10px;
    margin: 0;
    background-color: white;
    opacity: 0.9;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    }

    
    #tipTitle {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
    }
    
    #pieArea{
        padding-left:0px;
        padding-right:0px;
    }
    
    #infoArea ul{
        list-style-type:none;
        font-size: 12px;
    }
    
    #infoArea{
        padding-right:0px !important;
        padding-left:0px !important;
    }
    .info-cat{
        font-weight:bold;
    }
    
    .bubble{
        height: 13px; 
        width:13px;
        float:left;
        margin-right:5px;
    }
    
    .pie-legend-text{
        font-size:12px;
        line-height:13px;
    }
    
    .pie-legend-element{
        margin-bottom:4px;
    }
    
    
    
    

#container {
   font: 16px sans-serif;
}

#rightside {
  padding-top: 40px;
  min-height: 640px;
}

#leftside {
  min-height: 700px
}

.datawrap {
  font: 16px sans-serif;
  max-width:400px;
  position: relative;
  top: 80px;
  margin: 0 auto;
}

.water {
    opacity: 1;

}


.land {
  fill: #f8f7f4;
  stroke: #747474;
   opacity: 0.8;
  stroke-width: 0.4px;
}

.land:hover {

}
.alcoholcountry {
   stroke: #090909;
  opacity: 1;
  stroke-width: 0.5px;
  cursor: pointer; cursor: hand;
}

.alcoholcountry:hover {
  stroke-width: 0.8px;
  opacity: 1;
}
.deselected {
  fill-opacity: 0.2 !important;
  fill: #fff  !important;
  stroke: #777;
}
.deselected:hover {
    fill-opacity: 0.4 !important;
}
.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: 0;
}
.focused {
   opacity: 1;
   stroke: #090909;;
   stroke-width: .4px;
}

.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: 14px;
  fill: #fff;
  font-weight: bold;
  text-anchor: middle;
}



#mapArea svg{
    margin-bottom:0px !important;
}

#legend{
    text-align:right;
}
#legend img{
    height:40px;
}
#mapArea text {
  pointer-events: none;
}


@media(max-width:1024px){
    #legend{
        margin-bottom:20px;
    }
 
}


@media(max-width:640px){
       
    #legend img{
        height:30px;
    }
    
    
    
    #mapArea svg text{
        display:none;
    }
}




.globe { 
  text-align: center;
  }

.countrytxt {
  position: absolute;
  left: 140px;
}

.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 {
  font: 10px sans-serif;
  background-color: steelblue;
  text-align: right;
  padding: 3px 4px 0px 5px;
  margin: 0;
  color: white;
  display: inline-block;
  line-height: 2;
}

.ranking {
          font-family: 'aleoregular';
  font-size: 45px;
  float: left;
  line-height: 0.8;
  padding-right: 10px;
}

.countrytitle, .brandname {
  font-weight: bold;
  font-family: 'aleoregular';
  float: left;
  font-size: 25px;
  line-height: 0.9;
  width: 200px;
}

.countryflag {
    float:left;
    height: 90px;
}

.countrydata {
  margin-top: 45px;
  margin-left: 0px;
  clear: both;
  padding-bottom: 10px;
}

.rate {
  font-weight: bold;
}


.controls {
  text-align: center;
  margin-top: 20px;
  height: 48px;
}

.playtour {
  background: url("../img/play-n30.png") no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 50px;
  display: inline-block;
}

.playtour:hover, .playtour.playing {
  background: url("../img/play-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;
}

.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;
  
  
  
}


  path {

                stroke: #fff;
                stroke-width: .5px;
            }

            path:hover {
                opacity:0.8;
            }

            .tooltip{
                position:absolute;
                height:70px;
                width:100px;
                background-color: #eee;
                opacity:0.9;
                color:#000;
                display:none;
                pointer-events:none;
                
                text-align:center;
            }
            .stateTitle{
                font-size:12px;
                font-weight:bold;
            }    

            .stateInfo{
                font-size:12px;
                display:table-cell;
                vertical-align:middle;
            }

            button{
                line-height:10px;
                -moz-border-radius:5px;
                -webkit-border-radius:5px; 
                -o-border-radius: 5px; 
                border-radius: 5px;
            }
            
            .buttonRow{
                padding-top:10px;
                padding-bottom:20px;
                padding-left:10px;
                padding-right:5px;
            }
            
            .infoColor{
                width:15px;
                height:15px;
                margin:5px;
                float:left;
            }
            
            .infoText{
                line-height:15px;
                padding-top:5px;
            }
            
            

  /* Medium:; under 1200px */
    @media only screen and (max-width: 64.4em) { 
       #leftside { min-height: 560px;}
     .datawrap {
      top:20px;
     }
    } 

  /* Small: under 600px*/
    @media only screen and (max-width: 37.5em) {
     #rightside {
       min-height: 400px;
     } 
    
     .countrytitle {
      
     }

     .countrytitle, .brandname {
      font-size: 22px;
      width: 120px;
    }

    } 
 @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;
        }
    }

    
    .ssb-wrapper {
    min-width: 325px;
    max-width: 325px;
    padding: 0 !important;
}

.rrssb-buttons {
    float: left;
    width: inherit !important;
}

.ssb {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-top: 0px;
    text-align: left;
    display: table-cell;
    margin-top: 0;
    margin-bottom: 10px;
}

.ssb-text {
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    cursor: pointer;
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.ssb-icon {
    left: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
}
.ssb-icon svg path {
    fill: #FFF;
}
.ssb-facebook {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
}

.ssb-twitter {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}

.share-toggle.closed:before {
    content: "\f067";
}

.share-toggle.opened:before {
    content: "\F068";
}

.share-toggle {
    font-family: FontAwesome;
    line-height: 1.9;
    padding-left: 10px;
    font-size: 1.5rem;
    border-radius: 2px;
    background: #c5c5c5;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 37px;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}

.share-toggle:hover {
    background-color: #707070 !important;
}

.secondary-shares {
    display: none;
}

.share-results .text {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4; 
}

.share-results .share-container {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 40px;
}


.ssb-facebook a, .ssb-twitter a {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.298039);
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box; 
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: block;
    height: 36px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: rgb(71, 71, 71);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 12px;
    padding-left: 22px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.ssb-facebook a:hover, .ssb-twitter a:hover {
    text-decoration: none !important;
}    

.ssb-facebook a {
    background-color: rgb(48, 97, 153);
}

.ssb-facebook a:hover {
    background-color: #244872 !important;
}


.whatsapp  {
    float: left;
    cursor: pointer;

    line-height: 1.9;
    font-size: 1.5rem;
}
.whatsapp a .icon {
    display: inline-block;
    background-color: #00af00;
    border-radius: 2px;
    height: 36px;
    width: 37px;
    padding-left: 9px;

}

.whatsapp a .icon svg {
    height: 17px;
    width: 17px;
}

.whatsapp a .icon svg path {
    fill:#fff;
}

.whatsapp a, .whatsapp a:visited {
    background-color: #00af00;
}

.whatsapp a:hover, .whatsapp a:active {
    background-color: #299629 !important;
}