* {
    box-sizing: border-box;
}
#site-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mobile-selector {
	display:none
}

.mobile-menu-icon{
    background: transparent url("../images/menu-lines2.png") no-repeat; 
    display: inline-block;
    width: 24px;
    height: 21px;
    background-repeat: no-repeat;

}
.mobile-menu-list {height: 100%}
#button
{
    padding:2px 13px 1px;
    line-height:25px;
    width:32px;
    display: none;
    margin-left: -14px;
    margin-top: 0;
    cursor:pointer;

    height: 23px;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 100;
}

body,html{
}

#menu-mobile
{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:80%;
    z-index:1;
    background:#333;

}

#menu-mobile ul
{
    display:block;
    height:100%;		
    -webkit-overflow-scrolling:touch;
    background:#333;
    clear:both;
    list-style: none;
    margin: 0 0 0 0;
}
#menu-mobile ul li{
    background-image: none;
    margin: 0;
    padding: 0;
    background:#333;
    
    float:left;
    width:100%;

}

#menu-mobile .item-container{
    box-shadow:0 1px 0 rgba(255, 255, 255, .05) inset;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .02) 0%,rgba(0, 0, 0, .1) 100%);
    background: -moz-linear-gradient(rgba(255, 255, 255, .02) 0%, rgba(0, 0, 0, .1) 100%);

}
#menu-mobile ul li a
{
    display:inline-block;
    padding:10px 49px 10px 10px;
    border-bottom:1px solid #222;
    color:#fff;
    text-shadow:0 1px 0 #000;
      text-decoration:none;
    float:left;
    width: 100%;
    margin-right: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu-mobile ul li a.active
{
    color:#cd4137;
}

#menu-mobile > ul ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    display:none;
}


#menu-mobile .depth-1 .item-container{
    background:#454545;
    box-shadow:none !important;
    border-bottom:1px solid #666;

}
#menu-mobile .depth-2 .item-container{
    background: #575757;
    box-shadow:none !important;
    border-bottom:1px solid #666;
}
#menu-mobile .depth-3 .item-container{
    background: #676767;
    box-shadow:none !important;
    border-bottom:1px solid #666;
}
#menu-mobile .depth-4 .item-container{
    background:#777777;
    box-shadow:none !important;
    border-bottom:1px solid #666;
}

.handler{
    display:none
}

#menu-mobile .toggle-menu{
    float: right;
    color: white;
    width:48px;
    cursor:pointer;
    display:inline-block;
    height: 40px;
    z-index: 20000;
}


.toggle-menu.arrow-right{
    background-image: url("../images/glyphicons_223_chevron-right.png");
    background-position: 12px 10px;
    background-repeat: no-repeat;
}

.toggle-menu.arrow-down{
    background-image: url("../images/glyphicons_chevron-down.png");
    background-position: -5px -1px;
    background-repeat: no-repeat;
}


.movable{
    position:relative;
    z-index:2;
    box-shadow: black -3px -10px 20px;


    transition: width 2s; 
    -moz-transition: width 2s; 
    -webkit-transition: left 0.5s; 
    -o-transition: width 2s;

}


#wrap #content{
    -webkit-overflow-scrolling:touch
}


.menu-meta-navigation-container {
    overflow-x: hidden;
}


@media only screen and (max-width: 767px) {
    #button{
        display: block;
    }
    .pane{
        margin-left: 14px !important;
    }
    .logo.img-only{
        padding-top: 0px !important;
    }

    #menu-meta-navigation{
        margin-top: 3px !important;
        padding: 0 32px 0 0;
    }
    #top-bar{
        z-index: 41000;
    }
    #header {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 768px){
    .movable{
        left: 0;
    }
    
    #menu-mobile
	{
		display:none
	}
    #top-bar{
        z-index: 40;
        height:30px;
    }

    #menu-meta-navigation{
        z-index: 40002;
        right:0px;
        position:absolute !important;
    }

}

@media (min--moz-device-pixel-ratio: 1.5), 
(-o-min-device-pixel-ratio: 3/2), 
(-webkit-min-device-pixel-ratio: 1.5),        
(min-resolution: 1.5dppx) {
    .toggle-menu.arrow-right{
        background-image: url("../images/retina_right.png");
        background-position: 15px 13px;
        background-repeat: no-repeat;
    }

    .toggle-menu.arrow-down{
        background-image: url("../images/retina_down.png");
        background-position: 12px 12px;
        background-repeat: no-repeat;
    }

}