@media only screen and (min-width: 769px){
	.hah{
		display:none;
	}
}
@media only screen and (max-width: 768px){
	.item .logo-wrapper{
		display:none;
	}
	.hah{
		display:block;
		width: 100%;
		text-align:center;
    	padding-bottom: 30px;	
	}
	.hah div{
		display:block;
		width:100%;
	}
	.hah button{
		border-radius: 10px;
		background:#e92530;
		color:#fff;
		border:none;
		padding:10px;
		margin: 10px 10px;
	    width: 220px;
	    font-size: 18px;
		font-family:'Raleway', 'sans-serif';
		font-weight:700;
		text-transform:uppercase;
	}
	.request-popup-wrapper{
		border-radius: 10px;
		margin-bottom:20px;
	}	
}
/*--------------------Not Responsive------------*/
.request-popup-wrapper a:hover{
	color:#e92530;
}