@charset "utf-8";
/* CSS Document */

	#scroll {
    position:fixed;
    right:78px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#f46f25;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	text-align:center;
	padding-top:1%;
	color:#FFF
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	background-image:url(../../images/icons/scroll-icon.png);
	background-repeat:no-repeat;
	background-position:center;
}
#scroll:hover {
    background-color:#999;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
	text-decoration:none;
	transition-duration:1.0s;
}

@media only screen and (max-width: 991px){
	#scroll {
    position:fixed;
    right:42px;
    bottom:35px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	text-align:center;
	padding-top:1%;
	z-index:9999999;
	transition-duration:2.2s;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	background-image:url(../../images/icons/scroll-icon.png);
	background-repeat:no-repeat;
	background-position:center;
}
#scroll:hover {
    background-color:#999;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
}


@media only screen and (max-width: 768px){
	#scroll {
    position:fixed;
    right:11px;
    bottom:57px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	text-align:center;
	padding-top:1%;
	z-index:9999999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	background-image:url(../../images/icons/scroll-icon.png);
	background-repeat:no-repeat;
	background-position:center;
}
#scroll:hover {
    background-color:#999;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
}

@media only screen and (max-width: 320px){
		#scroll {
    position:fixed;
    right:11px;
    bottom:57px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	text-align:center;
	padding-top:1%;
	z-index:9999999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	background-image:url(../../images/icons/scroll-icon.png);
	background-repeat:no-repeat;
	background-position:center;
}
#scroll:hover {
    background-color:#999;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

}