#nav-icon2 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 18px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon2 {
    float: left;
    z-index: 200
}

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #1565c0;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        #nav-icon2 span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0
        }

        #nav-icon2 span:nth-child(odd) {
            left: 0;
            border-radius: 9px 0 0 9px
        }

        #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
            top: 0
        }

        #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
            top: 12px
        }

        #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
            top: 24px
        }

    #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 9px
    }

    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 3px);
        top: 9px
    }

    #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0
    }

    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0
    }

    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 19px
    }

    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 3px);
        top: 19px
    }

.mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    z-index: 50;
    right: 1;
    top: 0;
    display: none
}

    .mobile_menu ul, .mobile_menu li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%
    }

    .mobile_menu ul {
        margin-top: 90px;
        text-align: center;
        -webkit-animation-duration: .01s;
        animation-duration: .01s
    }

        .mobile_menu ul li:nth-child(1) a {
            -webkit-animation-delay: 0;
            animation-delay: 0
        }

        .mobile_menu ul li:nth-child(2) a {
            -webkit-animation-delay: .1s;
            animation-delay: .1s
        }

        .mobile_menu ul li:nth-child(3) a {
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }

        .mobile_menu ul li:nth-child(4) a {
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

        .mobile_menu ul a {
            color: #1565c0 ;
            display: block;
            text-transform: uppercase;
            font-size: 20px;
            opacity: 0;
            position: relative;
            height: 60px;
            outline: none;
            font-weight: 800
        }

            .mobile_menu ul a span {
                display: block;
                position: relative;
                top: -60px;
                left: 0;
                height: 100%;
                -webkit-transition: all .5s ease;
                transition: all .5s ease
            }

                .mobile_menu ul a span:hover {
                    background-color: rgba(255,255,255,.08)
                }

.overlay, .overlay-bg, .overlay-bg-s {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.bg-section, .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.overlay-bg-s {
    left: 0;
    background-color: #36383b
}

.overlay-bg, .overlay-wrapper.bg-inverse .overlay-bg-s {
    background: rgba(18,28,68,.86);
    background: -webkit-linear-gradient(rgba(18,28,68,0.86) 0%,rgba(62,2,2,0.55) 100%);
    background: -o-linear-gradient(rgba(18,28,68,0.86) 0%,rgba(62,2,2,0.55) 100%);
    background: linear-gradient(rgba(18,28,68,0.86) 0%,rgba(62,2,2,0.55) 100%)
}

.overlay-wrapper.bg-inverse .overlay-bg {
    background-color: #36383b
}

.bg-section {
    -ms-filter: "alpha(opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.sandwhich_menu {
    cursor: pointer
}


.show-mobile{
    display: none;
}
.show-desktop{
    display: block;
}

/* TABLET ONLY */
@media all and (max-width: 768px){

}

/* MOBILE ONLY */
@media all and (max-width: 468px){
    .show-mobile{
        display: block;
    }
    .show-desktop{
        display: none;
    }
    #hero-section{
        height: 300px;
    }
    .banner1{

    }
}
