@media screen and (max-width:782px) {
	#sb1 {
		/*border-radius: 0 !important;
		bottom: 0;
		text-align:center;
		top: auto !important;
		width: 100%;*/
		display:none;
	}
}

.stickybutton {
	border-radius: 40px 0 0 40px;
	padding:0px;
	position: fixed;
	left: -5px;
	text-transform: uppercase;
	z-index: 5;
	max-width:7vw;
	min-width:80px;
}


#sb1 {
	cursor:pointer;
	font-weight:bold;
	top: 300px;	
	/*background-color: #FECB42;*/
}
