*{
	box-sizing:border-box;
	}
body{
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
}
/********************************************/
sidebox{
	display:block;
	/* max-width:360px; */
	top:0;
	bottom:0;
	right: -380px;
	position:fixed;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	text-align:left;
	z-index:99;
	padding-top: 70px;
	}

@media only screen and (max-width: 480px) {	
sidebox{
	max-width:330px;
	right:-330px;
	}
}

content_scroll{
	display:block;
	max-height:100%;
	overflow:hidden;
	overflow-y: auto;
	}	

sidebox.boxOut{
	right:0px;
	z-index:99999;
	/* border-left-width: 2px; */
	/* border-left-style: solid; */
	/* border-left-color: #be202e; */
	/* background: linear-gradient(to top, #520505, #b31922, #f1404c ); */
	background: rgb(53 127 163 / 32%);
	}	
icon{
	position:absolute;
	width: 48px;
	cursor:pointer;
	left: -48px;
	}

.fb{
	bottom: 350px;
	z-index:99;
	}

icon:hover{
	opacity:0.8 !important;
	}	
