

sidebox{
	display:block;
	max-width:360px;
	top:50%;
	bottom:0; 
	right:-25px;
	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;
	padding: 20px;
	text-align:left;
	z-index:999;
	}

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

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

sidebox.boxOut{
	right:0px;
	z-index:999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #004489;
	}	
icon{
	position:absolute;
	cursor:pointer;
	left:-35px;
	} 
icon:hover{
	opacity:0.8 !important;
	}	
	
.fb{
	bottom:264px;	
	z-index:99;
	}
	
/***********************************************/
linkedin{
	position:fixed;
	bottom:227px;	
	z-index:99;
	width:35px;
	cursor:pointer;
	right:0px;
	}

ws{
	position:fixed;
	bottom:190px;	
	z-index:99;
	width:35px;
	cursor:pointer;
	right:0px;
	}
	
linkedin:hover{
	opacity:0.8 !important;
	}	
ws:hover{
	opacity:0.8 !important;
	}