/*Back to top button 
*/
#back-top {
	position: fixed;
	clear: both;
	right: 2%;
	bottom: 5%;
	display: block;
	padding: 0;
	margin: 0;
	visibility: visible;
	z-index: 1000;
}
#back-top i {
	padding: 13px 15px;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	text-align: center;
	font-size:25px;
}
#back-top i:hover {
	background-color: #176240;
	color: #FFF;
	-webkit-transition: all 0.2s cubic-bezier(x1,y1,x2,y2) 0s;
	-moz-transition: all 0.2s cubic-bezier(x1,y1,x2,y2) 0s;
	-ms-transition: all 0.2s cubic-bezier(x1,y1,x2,y2) 0s;
	-o-transition: all 0.2s cubic-bezier(x1,y1,x2,y2) 0s;
	transition: all 0.2s cubic-bezier(x1,y1,x2,y2) 0s;
	font-weight: 800;
}


@media screen and (max-width: 36em), screen and (max-height: 36em) /* 640 */
{



}