@charset "utf-8";
/* CSS Document */
.fh-button-fixed{
    font-size: 16px !important;
    margin-left: 12px;
    font-weight: 700;
    border-radius: 3px;
  	padding: 10px 15px;
  	color: white !important;
  	background: #ff0000;
  	text-transform: uppercase;
  	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  	display: inline-block;
  	position: fixed !important;
	z-index: 99999;
	transition: all 0.12s ease !important;
	top: 15px;
  	right: 30px;
  	text-align: center;
}

.fh-button-fixed:hover{
  	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
  	background: #e61021;
 }

.fh-button-fixed2{
  	display: inline-block;
  	position: fixed !important;
	z-index: 99999;
	transition: all 0.12s ease !important;
	bottom: 30px;
  	right: 0px;
}

#sp-left .sp-module, #sp-right .sp-module {
    border: none;
    padding: 20px;
}