body{
    overflow-x: hidden;
}

.vouchermenu{
    position: fixed;
    bottom: 0px;
    background-color: #337ab7;
    width: 100%;
    z-index: 55; 
    transition: all 750ms ease-in-out;
    -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
}

.vouchermenu .foobar{
    text-decoration: none;
    list-style: none;
    padding: 0px;    
    margin-bottom: 0px;
    max-height: 1500px;
    
    transition: all 750ms ease-in-out;
    -webkit-transition: all 750ms ease-in-out;
    -moz-transition: all 750ms ease-in-out;
    -o-transition: all 750ms ease-in-out;
}

.vouchermenu .foobar a{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    padding: 8px;
    color: #fff;
    border-top: 1px solid #eee;  
}

#voucher-toggle{
    background-image: url("../Icons/voucher-icon-hell.png");
    background-size: 50px 50px;
    background-position: 7px 7px;
    background-repeat: no-repeat;
    width: 75px;
    height: 60px;
    
    cursor: pointer;
}

#voucher-toggle-bars{
    position: absolute;
    top: 16px;
    left: 60px;
}

.voucher-toggle-bar{
    display: block;
    width: 50px;
    height: 5px;
    background-color: #fff; 
    margin-bottom: 7px;
    
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

#voucher-toggle-bars:hover .voucher-toggle-barone{
    width: 40px;
}

#voucher-toggle-bars:hover .voucher-toggle-bartwo{
    width: 50px;
}

#voucher-toggle-bars:hover .voucher-toggle-barthree{
    width: 25px;
}

@media (max-width: 768px) {
    .voucher-toggle-close{
        width: 120px;
    }
    
    .voucher-toggle-close .foobar{
        max-height: 0px;
        overflow: hidden;
    }
    
    .voucher-toggle-close .voucher-toggle-bartwo{
        width: 30px;
    }
    
    .voucher-toggle-close .voucher-toggle-barthree{
        width: 40px;
    }
}
.voucher-toggle-bartwo{
    width: 40px;
}

.voucher-toggle-barthree{
    width: 30px;
}

@media (min-width: 768px) {
    .vouchermenu .foobar a, .vouchermenu .foobar li{
        display: inline;
        border: 0px solid transparent;
    }

    .vouchermenu .foobar{        
        padding: 10px 10px 0px;  
        margin-bottom: 10px;
    }
    
    #voucher-toggle{
        display: none;
    }
    
}

#totop{
    z-index: 56;
}