.hide-mobile {
	display: block;
}
.hide-desktop {
	display: none;
}
.img-responsive {
	width: 100%;
}
.responsive-btn {
	text-align: center;
	width: 100%;
	float: left;
	padding: 10px 0;
	background: #C5E9F4;
	text-decoration: none;
	color: #444444;
	border: 1px solid #91dbf2;
	font-family: 'LeagueGothicRegular','Arial Narrow','Arial Narrow',Arial,San-serif;
	font-size: 22px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.responsive-btn:hover {
	background: #91dbf2;
}
@media screen and (max-width: 450px) {
	html, body {
		background: #f2f2f2 !important;
	}
	.hide-mobile {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
	#page {
		width: 100%;
	}
	.mobile-wrap {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;


	}
	
}