
button {
    background: none;
    border: none;
}
button::-moz-focus-inner {
    border: 0;
}

:focus { outline: none; }

::-moz-focus-inner {
    border: 0;
}

.btn-nav:hover { cursor: pointer; }


.bar {
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    margin: 5px auto;
}

.btn-nav {
    /*display: block;*/
    padding: 10px 0;
    /*width: 50px;*/
    /*position: fixed;*/
    left: 0;
    margin: 2px -45px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-nav:focus { outline: none; }

.middle { margin: 0 auto; }

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.animated { z-index: 999; }

.animated .arrow-top-r {
    -webkit-transform: rotateZ(-43deg) translateY(-4px) translateX(-8px);
    -moz-transform: rotateZ(-43deg) translateY(-4px) translateX(-8px);
    -ms-transform: rotateZ(-43deg) translateY(-4px) translateX(-8px);
    -o-transform: rotateZ(-43deg) translateY(-4px) translateX(-8px);
    transform: rotateZ(-43deg) translateY(-4px) translateX(-8px);
    width: 15px;
}

.animated .arrow-middle-r {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.animated .arrow-bottom-r {
    -webkit-transform: rotateZ(43deg) translateY(4px) translateX(-8px);
    -moz-transform: rotateZ(43deg) translateY(4px) translateX(-8px);
    -ms-transform: rotateZ(43deg) translateY(4px) translateX(-8px);
    -o-transform: rotateZ(43deg) translateY(4px) translateX(-8px);
    transform: rotateZ(43deg) translateY(4px) translateX(-8px);
    width: 15px;
}

.nav-container {
    /*padding-top: 15px;*/
    position: absolute;
    left: -50%;
    height: 100%;
    width: 250px;
    top: 50px;
    z-index: 1000;
    background-color: black;
}

.nav-list {
    cursor: pointer;
    list-style-type: none;
    top: 70px;
    padding-left: 12px;
    position: relative;
    margin: 0;

}

.list-item {
    margin: 20px auto;
    border: 2px solid #fff;
    width: 50px;
    padding: 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-item:hover {
    border: 2px solid #17BEBB;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-item:hover .fa {
    /*color: #17BEBB;*/
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.list-item a {
    /*color: #fff;*/
    font-size: 1.7em;
    display: block;
    width: 100%;
}

.fa {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
@keyframes
showNav { from {
    left: -100%;
}

    to { left: 0; }
}
@-webkit-keyframes
showNav { from {
    left: -100%;
}

    to { left: 0; }
}
@-moz-keyframes
showNav { from {
    left: -100%;
}

    to { left: 0; }
}
@-o-keyframes
showNav { from {
    left: -100%;
}

    to { left: 0; }
}

.showNav {
    -webkit-animation: showNav .5s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav .5s ease forwards;
}
@keyframes
hideNav { from {
    left: 0;
}

    to { left: -100%; }
}
@-webkit-keyframes
hideNav { from {
    left: 0;
}

    to { left: -100%; }
}
@-moz-keyframes
hideNav { from {
    left: 0;
}

    to { left: -100%; }
}
@-o-keyframes
hideNav { from {
    left: 0;
}

    to { left: -100%; }
}

.hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
}

.hidden { display: none; }
.jquery-script-ads { position:absolute; top:350px; left:250px;}