
            .FullButton {
                width: 100%;
                height: 50px;
                line-height: 40px;
                overflow: hidden;
                z-index: 999;
                display: none;
                cursor: pointer;
                -moz-transform: rotate(270deg);
           
                -o-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
               
                position: fixed;
                bottom: 220px;
                right: 0;
                background-color: #DDD;
                color: #555;
                text-align: center;
                font-size: 24px;
                text-decoration: none;
            }

                .FullButton:hover {
                    background-color: #f3f3f3;
                    color: #000;
                }
				.FullButton img{
					width: 30px;
					height: auto;
					padding-left: 5px;
					display: inline-block !important;
				}
				 .roundbutton {
                width: 70px;
                line-height: 40px;
                overflow: hidden;
                z-index: 999;
                display: none;
                cursor: pointer;
                -moz-transform: rotate(270deg);
                
                -o-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
               
                position: fixed;
                bottom: 255px;
                right: 0;
                background-color: #DDD;
                color: #555;
                text-align: center;
                font-size: 30px;
                text-decoration: none;
            }

            .roundbutton:hover {
                background-color: #DDF;
                color: #000;
            }
			
			a#back2Top:hover {
				color: #0074a6 !important;
			}

@media only screen and (min-width:360px) and (max-width: 767px) {
    .FullButton {
        bottom: 310px;
		z-index: 97;
    }
}

@media only screen and (min-width:768px) and (max-width: 1366px) {
    .FullButton {
        bottom: 205px;
    }
}

@media only screen and (max-width:1024px){
		 .roundbutton{
			 bottom: 322px;
		 }
	 }
	 
@media only screen and (max-width:767px){
	#back2Top img {
		display: block !important;
		}
}