body{
    background: #d8feea;
    position: relative;
    width: 100%;
}

.irdivider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/*********MAIN MEMU STYLE***********/

.irb_menu{
    height: 4em;
    background: #b8ffbb;
    border: solid 3px #003b03;
    margin-bottom: 2em;

    position: relative;
}

.irb_menu ul{
    list-style-type: none;
    text-align: center;

}

.irb_menu ul li{

    height: 100%;
}

.irb_menu ul li a:hover{
    border-radius: 0 0 0.5em 0.5em;
    color: #00ff0c;
}

.glyphicon-irb{
    top:0.2em;
}
.irb_menu ul li a{
    color: #037336;
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: none;
}

.search-bar{
    width: 100%;
    margin-top: 1em;
    height: 2em;
}

#sticky.fixed {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    width:  100%;
    margin: auto;
    overflow:   hidden;
    left: 0;
}

#sticky2.fixed {

    position: fixed;
    z-index: 9998;
    top: 4em;
    width:  100%;
    left: 0;
    margin: auto;
    font-size:  1em;
    overflow-y: scroll!important;
     background-color: rgba(184,255,187,.9);
    padding-left: 4em;
     color: #ffffff;

}

.panel{
    background: none;
    padding: 0;
    margin: 0;
}

#menu-wrapper{
    position: absolute:;
    width: inherit;
}
/*********SIDEBAR STYLE ************/
.main-body-wrapper{
    background: #ffffff;
    width: auto;

}

.sidebar-menu, .sidebar-submenu{
    list-style-type: none;
}

.sidebar-menu a, .sidebar-submenu a{
    color: #037336;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
}
.sidebar-submenu a{
    font-size: 1em;
}

.sidebar-menu a:hover{
    color: #00ff0c;
}

.bounce-transition {
  display: inline-block; /* otherwise scale animation won't work */
}
.bounce-enter {
  animation: bounce-in .9s;
}
.bounce-leave {
  animation: bounce-out .9s;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0);
  }
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.5); /* Semi-transparent */
}

.highlight {
    position: relative;
    z-index: 11;
}



/***************MAIN CONTENT STYLE*******************/

.desktop-description{
    font-size: 1.5em;
}
.control-wrappers{
    margin-bottom: 1em;
}

/* always present */
.expand-transition {
  transition: all .3s ease;
  overflow: hidden;
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}

.item-details-container{
    background: #003b03;
    color: #ffffff;
    font-size: 0.7em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.item-general-description{
    color: #003b03;
}

.small-view-thumb{
    padding-bottom: 1.5em;
}

.mobile-description{
    background: #b8ffbb;
    border: solid 3px #003b03;
    margin-bottom: 1em;
}

.mobile-description a{
    margin-top: 0.5em;
}

.mobile-pic-control{
    background: #b8ffbb;
    height: 100%;
}

.slider-control{
    position:relative;
    top: -4em;
    font-size: 3em;
    z-index: 100;
    color: #B8FFBB;
    opacity:   0.5;
}

.dots{
    float:left;
    margin: auto;
    top: -3em;
    left: 30%;
    font-size: 0.8em;
    color: #B8FFBB;
    opacity: 0.5;
}

.active-dot{
        color: #003b03;
        opacity: 1;
}

.slider-control:hover{
    color: #B8FFBB;
    opacity: 1;
    cursor:     pointer;
}
.mobile-pic-control span{
    width: 2em;
    height: 100%;
}
/*************FOOTER STYLE*********************/
.irb-footer{
    background: #00a808;
    padding-top: 2em;
    overflow: hidden;
    text-align: center;
}

.irb-footer h2{
    border-top: solid 0.1em #ffffff;
    border-bottom: solid 0.1em #ffffff;
    text-align: center;
    margin: auto;
    padding: 0.2em;

    font-weight: bold;
    width: 65%;
    color: #ffffff;
}

.irb-footer ul{
    list-style-type: none;
    padding-left: 0.5em;
}

.irb-footer ul li{
    color: #ffffff;
    padding-top: 1em;
    padding-bottom: 1em;

}

.irb-footer ul li a, .footer-brand{
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
}

a.irb-footer-social-icon{
    background: #00ff0c;
    color: #037336;
    text-decoration: none;
    padding: 0.2em;
    padding-bottom: 0;
    border-radius: 0.3em;
}

a.irb-footer-social-icon:hover{
background: #037336;
    color: #00ff0c;
}

.irb-sponsors{
    margin: 0.3em auto;
    align-items: center;
}

.irb-sponsors div{
    padding-bottom: 0.1em;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-social-wrapper{
    padding-top: 1em;
    font-size: 5em;
}

/*****************DONATE STYLE**********************/

#donate-title{
    color: #003b03;
    font-size: 3.5em;
    letter-spacing: 0.05em;
}

#donate-text{
    margin-top: 1em;
    color: #003b03;
    font-size: 2.5em;
}

#donate-text p{

}


/*****************CART STYLE**********************/

    #cart-title{
        color: #037336;
        text-align: center;
        margin-bottom: 1em;
    }

    .cart-buttons-container{
        margin-bottom: 1em!important;
    }

/*****************CONTACT US STYLE**********************/

.contact-us-header{
    background: green;

    text-align: center;
    background: #b8ffbb;
    border: solid 3px #003b03;
}

.container-us-header, h2, h1{
    font-weight: bold;
}

@media (max-width: 800px) {
    .container {
     padding-right: 0; /*15px in bootstrap.css*/
     padding-left: 0;  /*idem*/
     margin-right: auto;
     margin-left: auto;
}
.item-general-description{
    z-index: 9000;
    margin-top: -3em;
}

    #app{
        padding: 0;
    }
    body{
        padding: 0;
    }
    #main-content{
        padding: 0;
        margin: 0;
    }
        .irb_menu{
            height: 3em;
        }
        #sticky2.fixed {
        top: 3em;
    }
    .irb_menu ul li a{
        text-align: left;
        font-size:  1.8em;
    }

    .search-bar
    {
        margin-top: 0.5em;
    }

    .sidebar-menu a{

        padding: 0;
        margin: 0;
    }

    ul.sidebar-menu li{
        font-size: 1em;
        padding: 0!important;
        margin: 0;
    }

    .sidebar-submenu a{
        padding: 0;
        margin: 0;
    }

    header{
        width: 100%;
    }

    #logo{
        width: 100%;
    }
}