@charset "utf-8";
/* CSS Document */

#help-button {
	position: fixed;
	width: 250px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 1000;
}
#popup-help {
	position: fixed;
	width: 350px;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	background-color: #555;
	box-shadow: 3px 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	padding: 20px 10px;
	display: none;
}
#popup-help i {
	float: right;
	cursor: pointer;
	padding: 5px;
	color:yellow !important; 
}
#popup-help h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin: auto;
	font-size: Lato;
}
#popup-help h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin: auto;
	font-size: Lato;
}
#popup-help input[type="text"], #popup-help textarea ,#popup-help input[type="email"] {
	margin: 10px 0 0 0;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #aaa;
	display: block;
}

@media only screen and (max-width: 992px)
{
	.mhide{display:block;}
	.dhide{display:none;width:50px !important;}
	#popup-help {
	position: fixed;
	width: 305px !important;
	right: 10px !important;
	bottom: 20px;
	z-index: 9999;
	background-color: #555;
	box-shadow: 3px 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	padding: 20px 10px;
	display: none;
}
.mhide{display:none !important;}
.dshide{display:block !important;float:right;width: 50px;}
}

.dshide{display:none;}



