/*Scroll To Top area*/
.side_fixed{
	position: fixed;
	top:0;
	left:0;
	width:100px;
	height:100%;
	cursor:pointer;
	display: none;
}
.area_hover_btn{
	text-align: center;
	position: absolute;
	top:0;
	left:0;
	width:60px;
	height:100%;
	background-color: rgba(0, 0, 0, 0);
}
.side_fixed .move-top .fa{
	font-size: 36px;
	padding-top: 20px;
	opacity: 0.6;
}

@media screen and (max-width:1050px){
	.side_fixed{
		display: none !important;
	}
}