@font-face{ font-family: 'Museo700-Regular'; src: url('fonts/Museo700-Regular.woff2') format('woff2'), url('fonts/Museo700-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face{ font-family: 'Museo500-Regular'; src: url('fonts/Museo500-Regular.woff2') format('woff2'), url('fonts/Museo500-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face{ font-family: 'Museo300-Regular'; src: url('fonts/Museo300-Regular.woff2') format('woff2'), url('fonts/Museo300-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html{
    font-family: 'Museo500-Regular';
    margin: 0;
    padding:0;
}
h1, h2, h3, h4{
    font-family: 'Museo700-Regular';
    font-weight: normal;
}
.infographic{
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 38px;
    position: relative;
}
.scroll-container-inner{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}



#info-desktop-nitrogen{
    width: 725px; 
    height: 700px;
    position: relative;
    margin: 0 auto;
}
#info-desktop-nitrogen img{
    height: 657px;
    width: auto;
    z-index: 1;    
    left: 0;
    right: 0;
}
#top-btns{
    position: absolute;
    top:0;
    right:0;
    left:0;
    height: 190px;
    /* background: rgba(201, 228, 84, 0.3); */ 
}
li.air{
    position: absolute;
    left: 253px;
    top: 118px;
}
li.gas{
    position: absolute;
    top: 118px;
    left: 430px;
}
li.airgas{
    top: 128px;
    position: absolute;
    left: 340px;
}
#second-btns{
    position: absolute;
    top: 190px;
    left:0;
    right:0;
    height: 230px;
    /* background: rgba(84, 130, 228, 0.3); */ 
}
li.airamm{
    position: absolute;
    left: 231px;
    top: 92px;
}
li.amm{
    left: 341px;
    position: absolute;
    top: 60px;
}
li.ammliq{
    position: absolute;
    left:449px;
    top: 92px;
}

#third-btns{
    top: 528px;
    position: absolute;
    top: 420px;
    left:0;
    right:0;
    height: 180px;
    /* background: rgba(84, 228, 115, 0.3); */ 
}
li.ammnit{
    position: absolute;
    left: 144px;
    top: -15px;
}
li.gra{
    position: absolute;
    left: 397px;
    top: 141px;
}
li.sol{
    top: 141px;
    position: absolute;
    left: 499px;
}
#bottom-btns{
    top: 528px;
    position: absolute;
    top: 600px;
    left:0;
    right:0;
    height: 80px;
    /* background: rgba(228, 84, 103, 0.3); */ 
}
li.ammnitgra{
    position: absolute;
    left: 90px;
    top: -35px;
}
li.ammnitsol{
    position: absolute;
    left:193px;
    top:-35px;
}
li.uan{
    position: absolute;
    top: -16px;
    left: 447px;
}

#info-desktop-leaf, #info-desktop-stem, #info-desktop-heading{
    width:900px;
    position: relative;
    margin:1em 0;
}
#info-desktop-leaf{
    height: 604px;
}
#info-desktop-stem{
    height: 285px;
}
#info-desktop-heading{
    height: 380px;
}
#info-desktop-leaf img, #info-desktop-stem img, #info-desktop-heading img{
    position: absolute;
    z-index: 1;
    width: 100%;
}
.info-btns{
    position: absolute;
    width: 100%;
    z-index: 2;
    left: -96px;
}
#btns-veg{
    top:187px;
    @media only screen and (max-width:899px){

    }
}
#btns-rep{
    top: 220px;
    padding: 0 89px;
}
#btns-head{
    top: 321px;
    padding: 0 30px;
}
#btn-final{
    bottom: 84px;
}
li.fin{
    text-align: right !important;
    margin-right: 63px;
}
.info-btns ul{
    list-style: none;
    margin:0;
    padding:0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.info-btns ul li{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
}
.info-btns ul li a{
    display: inline-block;
    background: #482B17;
    color:#FFF;
    text-decoration: none;
    padding:0.3em 0.7em;
    border-radius: 5px;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
}
.info-btns ul li a:hover,
.info-btns ul li a:active{
    background: #4c9e00;
}


#info-popup-page-overlay{ display: none;}
#info-popup-page-overlay.on{
    display: block;
    z-index: 2;
    position: fixed;
    top: 0px;
    bottom:0;
    left: 0px;
    right: 0;
    background: rgba(0,0,0,0.7);
}
#imagemap-popup{
    display: none;
    z-index: 2;
    color: #482a20;
    font-size: 16px;
    background: #f1f0f2;
    width: 500px;
    padding: 25px;
    border-radius: 28px;
    margin:0 auto;
    top:calc(50% - 63px);
    position: fixed;
    left:0;
    right:0;
}
#imagemap-popup.on{ display: block; }
.modal-content{
    display: none;
}
#imagemap-popup-close{ 
    top: -28px; 
    position: absolute; 
    right: 15px; 
    color: #e1bd5f; 
    font-size: 18px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1);
}
#imagemap-popup-close:hover{ cursor: pointer; }

li.org{
    position: relative;
    left: 145px;
}
li.ava{
    position: relative;
    left: 109px;
}
li.exc{
    position: relative;
    left: 82px;
}
li.soi{
    position: relative;
    left: 194px;
    top: 25px;
}
li.buf{
    position: relative;
    left: 90px;
    top: -50px;
}
li.cat{
    position: relative;
    top: -124px;
    left: -13px;
}
@media only screen and (max-width:899px){
    #info-desktop-leaf, #info-desktop-stem, #info-desktop-heading{
        width: 950px;
    }
    #btns-veg{ 
        top: 195px;
    }
    #btn-final{
        bottom: 66px;
    }
    #btns-rep{
        top: 232px;
    }
    #btns-head{
        top: 339px;
    }
    .scroll-container{
        position: relative;
        margin: 0 0 3em 0;
        border-radius: 6px;
    }
    .scroll-container-inner{
        position: relative;
        // padding:40px;
        padding: 30px 0px;
        border-radius: 15px;
        box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.18);
    }
    .scroll-container:before{
        content:'';
        width:30px;
        height:38px;
        position: absolute;
        left:20px;
        top:20px;
        background:url('img/swipe.png') no-repeat center center;
        background-size: contain;
        opacity: 0.5;
    }
}
@media only screen and (max-width:480px){
    #imagemap-popup{
        width: auto;
        margin-left:10px;
        margin-right:10px;
        padding:15px; 
    }
}
