.left-nav-logo {
    width: 378px;
    position: fixed;
    height: 100%;
    background-image: url(../images/left-nav-sea.png);
    background-repeat: repeat-y;
}
.logo {
    width: 166px;
    margin: 0 auto;
}
.logo img {
    width:15em;
    margin-left: -30px;
    padding-top: 200px;
}
.nav {
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0;
}
.nav ul li, .nav ul li a {
    width: 90%;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin: 10px 0 0 0;
    text-decoration: none;
}
#dl-menu {
    display: none;
}
@media screen and (min-width: 200px) and (max-width: 1279px) {
    .left-nav-logo {
        background-image: url("../images/mobile-header-sea.png");
        background-repeat: repeat-x;
        background-size: auto auto;
        float: left;
        height: 97px;
        width: 100%;
        z-index: 999;
    }
    .logo img {
        width: 10em;
        left: 30px;
        height: 85px;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }
    #dl-menu {
        display: block;
    }
    .nav {
        display: none;
    }
    body.boxed.left-sidebar #page-content, body.fullwidth.left-sidebar #page-content {
        margin-left: 0 !important;
    }
    body.boxed.left-sidebar #page-footer, body.fullwidth.left-sidebar #page-footer {
        margin-left: 0 !important;
    }
    body.blog-grid #page-content {
        margin: 97px 0 0;
        padding: 18px;
    }
}
