﻿

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*scollup icon*/

.scrollup {
	width: 180px;
	height: 60px;
	border-radius: 15px;
	opacity: .6;
	position: fixed;
	
	bottom: 10px;
	right: 25px;
	color: #CCC;
	cursor: pointer;
	background-color:#CC0000;
	z-index: 10;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
	background: #CC6666;
	opacity: 1;
}
.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}


