/* Responsive Menu */
li:hover #menu-header a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}
li:hover #menu-header a:hover {
    background: #19c589;
    color: #fff;
}
li #menu-header {
    display: none;
}
li #menu-header li {
    display: block;
    float: none;
}
li #menu-header li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
#menu-header li a:hover {
    display: block;
}
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #003bb3;
    text-align: center;
    padding: 10px 0;
    display: none;
}
input[type=checkbox]#show-menu{
    display: none;
}
input[type=checkbox]#show-menu:checked ~ #menu-header{
    display: block;
}

@media screen and (max-width : 760px){
    #menu-header {
        position: static;
        display: none;
    }
    li {
        margin-bottom: 1px;
    }
    #menu-header li, li a {
        width: 100%;
    }
    .show-menu {
        display:block;
    }
}


/* Back to Top button */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 70px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    #menu3 li {
        display: table;
        margin: 0 auto;
    }
}