﻿
.div-search {
    float: left;
    width: 88%;
}

.menutop {
    padding: 0 10px;
    float: right;
    background: #fff;
    width: 100%;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    box-sizing: border-box;
}
.pushy {
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .pushy > ul > li > a {
        font: 500 13px Roboto;
        text-transform: uppercase;
        display: block;
        color: #000;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(255,255,255,.1);
        text-decoration: none;
    }

    .pushy a:hover {
        background: #00b4ff;
        color: #FFF;
    }

    .pushy > ul > ul {
        display: block;
    }

    .pushy > ul > li > ul > li > a {
        display: block;
        color: #000;
        padding: 6px 20px;
        font: 400 13px Roboto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

.pushy-left {
    -webkit-transform: translate3d(-420px,0,0);
    -moz-transform: translate3d(-420px,0,0);
    -ms-transform: translate3d(-420px,0,0);
    -o-transform: translate3d(-420px,0,0);
    transform: translate3d(-420px,0,0);
}

.pushy-open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push {
    -webkit-transform: translate3d(240px,0,0);
    -moz-transform: translate3d(240px,0,0);
    -ms-transform: translate3d(240px,0,0);
    -o-transform: translate3d(240px,0,0);
    transform: translate3d(240px,0,0);
}

.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16,.68,.43,.99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16,.68,.43,.99);
    -o-transition: -o-transform .2s cubic-bezier(.16,.68,.43,.99);
    transition: transform .2s cubic-bezier(.16,.68,.43,.99);
}

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

.menu-btn:hover {
    opacity: .75;
}

.pushy .caret {
    float: right;
    margin-top: 9px;
}

.pushy ul li {
    display: block;
    width: 100%;
}
