
#scr_wrapper{
	margin: 5px;	
	max-width:180px;
	max-height: 175px;
	position:fixed;
	bottom:1%;
	left: 95%;
}

.scr_container{
	color: #fff;
	border-radius:5px;
	width:40px;
	height:50px;
	text-align:center;
	display:none;
	background-color:#272F36;
;

}
.scr_container a {
	text-align: center;
	font-family: verdana,sans-serif,arial;
	padding: 2px;
	text-decoration: none;
}

.scr_icon{
   color:#fff;	
   font-size:40px;
   text-align:center;
   position: relative;
   top: 18%;
}

.scr_container:hover  .scr_icon{

    color:#FF5951;
	transition:color 1s ease-in-out;
	-webkit-transition:color 1s ease-in-out;
	-o-transition:color 1s ease-in-out;
	-moz-transition:color 1s ease-in-out;
	 
}







