/* CSS Document */

.overheight{position:fixed; top:0; height:100%; width:100%; background-color:#454545; display:none; opacity:0; z-index:9000; background-image:url(barrow.svg); background-repeat:no-repeat; background-position: 95% center;}

.overheight-body-slide{ 
	 left: 0 !important;
	/*position:fixed; z-index:1000; height:100%; width:100%; top:0; overflow:hidden; left:85% !important*/
	}

.overheight-body-unslide{ 
	/*position:relative; height:auto; width:auto; top:auto; left:0*/
	}

.overheight-dark{ display:block; opacity:0.8;}

.over-container{position: absolute;  top: 0; left: -85%; width:85%; height: 100%; background: #fff; overflow: hidden; overflow-y: auto;z-index:9100;}


@media only screen and (min-width: 480px) {
	.overheight{background-position: 300px center;}
	.over-container{ left: -300px; width:300px;}

}