/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

#logo-menu {
    margin: 30px 0 5px 0px;
}

#menu-item-362 > a, #menu-item-369 > a, #menu-item-380 > a, #menu-item-383 > a, #menu-item-387 > a, #menu-item-388 > a, #menu-item-2064 > a, #menu-item-2180 > a {
    font-size: 22px !important;
    padding: 15px 30px;
    margin: 10px 0 -8px 0;
    color: #000000;
    text-transform: uppercase;
}

.sub-menu > li > a {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #000000;
}

.menu-item {
    list-style: none;
}

.menu-header > ul {
    margin-left: 0px !important;
}

.menu-header > ul > li {
    margin-left: 0px !important;
}

.sub-menu {
    margin-left: 0px !important;
}

.sub-menu > li {
    margin-left: 0px !important;
}

.menu-btn {
    position: fixed;
    z-index: 999;
    left: 0px;
    /*top: 25px;*/
}

.menu-btn:hover {
    cursor: pointer;
}

.pushy{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    /*-webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);*/
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a{
    display: block;
    color: #b3b3b1;
    padding: 2px 30px;
    /*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: #f5f5f5;
    color: #000000;
}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,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(250px,0,0);
    -moz-transform: translate3d(250px,0,0);
    -ms-transform: translate3d(250px,0,0);
    -o-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);*/
}

/* Menu Transitions */

.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 */

.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;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Example Media Query */

@media screen and (max-width: 768px){
    .pushy{
        font-size: 1.0em;
    }
    .menu-btn {
        background-color: #ffffff;
        left: 0px;
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .main > section button {
        right: 5px !important;
        top: 5px !important;
        z-index: 999 !important;
    }
    .responsive-align-center p {
        /*text-align: left !important;*/
    }
    .responsive-align-center {
        margin-bottom: 5px !important;
    }
}

.no-hover:hover {
    background: none !important;
}

#menu-meny {
    padding-bottom: 45px !important;
}

.mk-quick-contact-visible {
    z-index: 999999999 !important;
}