@import url(fonts.css);

.main-button-div{position: fixed;width: 100%;margin: 0;padding: 0;bottom: 0;height: 40px;text-align: center;z-index: 2;}

.bck1{
	margin: 0 auto;
	position: relative;
	bottom: 1rem;
	/*right: 35rem;*/
	background: #c41920;
	color: #fff;
	visibility: hidden;
	width: 241px;
	height: 38px;
	line-height: 40px;
	text-align:center;
	transition-property: all;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-family: "Roboto", Arial, Verdana, "sans-serif";font-size: 15px;
	z-index: 99;
	padding: 11px 14px;
}
a.bck1{text-decoration: none;}

.bck1.bck-on1 {visibility: visible;}

.bottomToTop {bottom: -50px;}

.bck-on1.bottomToTop {bottom:0rem;}



@media (max-width:500px){
	
	.bck1{font-size: 13px;}
	.bck-on1.bottomToTop {bottom: -0.1rem;}
}












