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

.pushy{
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #333332;
    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: 15px 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: #00b4ff;
    color: #FFF;
}

/* Menu Movement */

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

/*Agregdo DARIO - Subcategorias*/
.pushy-active {overflow-x: hidden; }
.top-header .container {width: 100%; }
.pushy {z-index: 99999;left: -50px;display: block;  box-shadow: none; width: 250px;/* Changed the width to 400px */}
.pushy-left {transform: translate3d(-250px, 0, 0);-webkit-transform: translate3d(-250px, 0, 0);-moz-transform: translate3d(-250px, 0, 0);-ms-transform: translate3d(-250px, 0, 0);-o-transform: translate3d(-250px, 0, 0); }
.pushy-open {left: 0px; }
.site-overlay, .pushy-active .site-overlay {display: block; }
.container-push, .push-push {transform: translate3d(250px, 0, 0);-moz-transform: translate3d(250px, 0, 0);-ms-transform: translate3d(250px, 0, 0);-o-transform: translate3d(250px, 0, 0); }

.pushy a {border-bottom: 0px;padding: 14px 20px;color: #F2F2F2;font-weight: normal; }
.pushy i {font-size: 8px;margin-top: 6px;float: left;margin-right: 5px; }
#accordion {display: none; }
.mobile-dropdown {position: absolute;top: 0px;right: 0px; }
  .mobile-dropdown i {font-size: 15px;padding: 17px 12px;margin: 0px; }
.subitems {position: relative; }
.pushy ul {padding-left: 0px; }
  .pushy ul li {list-style: none; }
    .pushy > ul > .subitems > ul#accordion {background: #494949; }
    .pushy ul > .subitems > ul#accordion > .subitems > ul#accordion {background: #5f5f5f; }
    .pushy ul > .subitems > ul#accordion > .subitems > ul#accordion > .subitems > ul#accordion {background: #717171; }
.mobile-nav {width: 45px;float: left;margin-left: 0px;margin-top: 12px; }
  .mobile-nav i {font-size: 21px;padding: 6px 10px;background-color: #202930; }
.mobile-fixed .menu-btn i {font-size: 21px;background: none;padding: 0px; }
.mobile-fixed .menu-btn {width: 32px; }
.pushy a:hover {background: #ccb47f;text-decoration: none; }
.mobile-dropdown i {background: rgba(131, 131, 131, 0.4);color: white; }
.mobile-dropdown.dropdown-selected > i {background: #ccb47f; }
.subitems > ul#accordion > .subitems > .mobile-dropdown.dropdown-selected > i {background: rgba(131, 131, 131, 0.4);color: white; }
.subitems > ul#accordion > .subitems > ul#accordion > .subitems > .mobile-dropdown.dropdown-selected > i {background: rgba(131, 131, 131, 0.4);color: white; }
.subitems > ul#accordion > .subitems > ul#accordion > .subitems > ul#accordion > .subitems .mobile-dropdown.dropdown-selected > i {background: rgba(131, 131, 131, 0.4);color: white; }
.mobile-dropdown.dropdown-selected > .fa-chevron-down:before {content: "\f077"; }
.mobile-fixed {display: none;margin-top: 10px;width: 35px; }

}
