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

#help-button {
	 position: fixed;
    width: 70px;
    bottom: 24px;
    right: 48px;
    cursor: pointer;
    z-index: 1000;
}
#popup-help {
	position: fixed;
	width: 350px;
	right: 50px;
	bottom:67px;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 3px 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	padding: 20px 10px;
	display: none;
}
#popup-help:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 22px;
    width: 13px;
    height: 13px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
	background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
#popup-help i {
	float: right;
	cursor: pointer;
	padding: 5px;
}
#popup-help h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #666;
	margin: auto;
	font-size: Lato;
}
#popup-help h3 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #666;
	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;float:right;}
	#popup-help {
	position: fixed;
	width: 305px !important;
	right: 9px !important;
	bottom: 80px;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 3px 3px 15px rgba(0,0,0,.5);
	border-radius: 2px;
	padding: 20px 10px;
	display: none;
}
.mhide{display:none !important;}
.dhide{display:block !important;}
}

.dhide{display:none;}


