﻿#top {
    height:800px;
}
/*#General_BackToTop_Index_Div-1{
	clear: both;
    position: relative;
}*/
@media screen and (min-width: 1301px) {
	.usas-btp-btn{
		width: 1300px;
	}
}
@media screen and (max-width: 1300px) {
	.usas-btp-btn{
		width: 95%;
	}
}
.usas-btp-btn{
    display: none;
	
	position: fixed;
    bottom: 20px;
	z-index: 99;
}
.usas-back-to-top-button {    
    float:right;
	margin-right: 20px;    
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00b2e1;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}