	html, body {
		background: #fff;
		font-family: 'Open Sans', arial, sans serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		height: 100%; 
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
 	}
 	a { color: #358241 !important; }
 	html {
 		overflow-x: hidden;
 	}
 	body {
 		transition: 300ms;
 		width: 100%;
 	}
 	body.active {
 		margin-left: 250px;
 	}
	body.active .menu {
		left: 250px;
	}
	.logo {
		position: absolute;
		top: 5px;
		left: 0px;
	}
	.logo img {
		height: 50px;
	}
	.menu {
		position: fixed;
		top: 0px;
		width: 100%;
		left: 0px;
		background: #fafafa;
		background: #fff;
		border-bottom: 1px solid #ddd;
		height: 60px;
		z-index: 9999;
		font-weight: 500;
		transition: 300ms;
	}	
	.menu.active-menu {
		background: #fff;
		color: #444;
		border-bottom: 1px solid #ddd;
	}
	.menu-link {
		color: #fff;
		position: relative;
		display: inline-block;
		padding-top: 15px;
		margin-left: 7px;
		margin-right: 7px;
	}
	.menu-block {
		color: #444;
		display: inline;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		padding-top: 28px;
		padding-bottom: 20px;
		transition: 300ms;
		border-bottom: 7px solid transparent;
	}
	.menu-block:hover {
		color: #444 !important;
		border-bottom: 3px solid #fff;
	}
	.menu-link.active .menu-block {
		color: #444 !important;
		border-bottom: 3px solid #fff;
	}
	.menu-link.active .menu-block {
		color: #444 !important;
	}
	.menu.active-menu .menu-block,.menu.active-menu .menu-block:hover,.menu.active-menu .menu-block.active {
		color: #444 !important;
	}
 	.mobile-menu {
 		padding-top: 90px;
 		position: fixed;
 		top: 0px;
 		display: block;
 		height: 100%;
 		width: 250px;
 		background: #fff;
 		left: -250px;
 		box-shadow: 7px 0px 30px -8px rgba(0,0,0,0.5);
 		z-index: 99999;
 		overflow: scroll;
 		text-align: center;
 	}
 	.mobile-menu.active {
 		left: 0px;
 		transition: 200ms;
 	} 
 	.mobile-link {
 		padding: 5px;
 		border-bottom: 1px solid #eee;
 		font-size: 14px;
 		color: #555;
 		transition: 300ms;
 	}
 	.mobile-link:hover {
 		background: #555;
 		color: #fff;
 	}
 	.login-menu a, .login-link {
 		display: block;
 		max-width: 200px;
 		transition: 300ms;
 		border-radius: 3px;
 		padding: 5px;
 		color: #227eb3;
 	}
  .pieLabel div {
    color: #fff !important;
    border-radius: 3px;
    width: 50px;
    font-size: 12px !important;
    font-weight: 900 !important;
  }
  .wifi-data {
  	position: absolute;
  	top: 70px;
  	z-index: 999;
  	right: 0px;
  	font-size: 14px;
  	background: #eee;
  	height: 160px;
  	width: 160px;
  	text-align: center;
  	box-sizing: border-box;
  	padding-top: 40px;
  	border-radius: 50%;
  }
 	.login-menu a:hover, .login-link:hover {
 		background: #227eb3;
 		padding: 5px 20px;
 		color: #fff;
 	}
 	.mfp-bg {
 		background: rgba(0,0,0,0.7) !important;
 	}
 	.big-blue-header {
 		position: relative;
 		background: #eee;
 		background: url("/clones/franksplaces/background.jpg");
 		background-size: cover;
 		background-position: center;
 		width: 100%;
 		height: 450px;
 		color: #444;
 		margin-bottom: 50px;
 	}
 	.big-blue-background {
 		position: fixed;
 		background: #ddd;
 		width: 100%;
 		height: 100%;
 		color: #fff;
 	}
 	.big-header {
 		margin-top: 160px;
 		letter-spacing: -2px;
 		font-size: 150px;
 		font-weight: 900;
 	}
 	.medium-header {
 		margin-top: 90px;
 		margin-bottom: 60px;
 		letter-spacing: -3px;
 		font-size: 90px;
 		line-height: 90px;
 		font-weight: 500;
 	}
 	.normal-blue-header {
 		position: relative;
 		background: url("/clones/franksplaces/background.jpg");
 		width: 100%;
 		height: 200px;
 		color: #444;
 		margin-bottom: 50px;
 	}
 	.home-phone-box {
 	}
 	.home-phone {
 		padding-top: 120px;
 	}
 	.home-text {
 		padding-top: 180px;
 	}
 	.tilt-section {
 		margin-top: 50px;
 		position: relative;
 		width: 100%;
 		min-height: 480px;
 		color: #444;
 		margin-bottom: 50px;
 		overflow: hidden;
 	}
 	.tilt-background {
 		z-index: 1;
 		position: absolute;
 		width: 400%;
 		margin-left: -150%;
 		height: 100%;
 		color: #444;
 		background: #eee;
 		margin-bottom: 50px;
 		transform: rotate(5deg);
 	}
 	.button {
 		position: relative;
 		display: inline-block;
 		color: #fff !important;
 		background: #358241 !important;
 		border: 3px solid #358241 !important;
 		border-radius: 3px;
 		padding: 10px;
 		padding-right: 20px;
 		padding-left: 20px;
 		transition: 300ms;
 	}
 	.button:hover {
 		background: none !important;
 		color: #358241 !important;
 		border: 3px solid #358241 !important;
 	}
 	.button.image {
 		padding-right: 50px;
 	}
 	.button.image img {
		position: absolute;
		right: 15px;
		top: 13px;
		max-height: 16px;
 	}
 	.white-wave {
 		background: url("/img/white-wave.png");
 		background-position: top center;
 		position: absolute;
 		bottom: 0px;
 		height: 100px;
 		width: 100%;
 	}
	.mobile-only { display: none; }
	
	.faq-box {
		font-size: 16px;
	}
	.faq-q {
		color: #358241;
	}
	.faq-a {
		margin-bottom: 20px;
	}
	.find-button {
		float: left;
	}
	.buy-button {
		float: right;
	}
	.align-right {
		text-align: right;
	}
	.align-left {
		text-align: left;
	}
	.input-div {
		margin-bottom: 10px; 
		position: relative; 
		padding-left: 140px;
	}
	.input-label {
		position: absolute; 
		width:120px; 
		left: 0px; 
		padding-top: 8px; 
		text-align: right; 
		font-weight: 900;
		padding-right: 20px;
	}
	.input-box {
		width: 100%;
		text-align: left;
	}
	
@media only screen and (min-width: 960px) and (max-width: 1199px) {
 	
 	.home-text {
 		padding-top: 150px;
 	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {	
 	
 	.home-text {
 		padding-top: 120px;
 	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {	
	.input-div {
		margin-bottom: 20px; 
		position: relative; 
		padding-left: 0px;
		font-size: 14px;
	}
	.input-label {
		position: relative; 
		width:100%; 
		left: 0px; 
		padding-top: 8px; 
		text-align: left; 
		font-weight: 900;
		padding-right: 20px;
	}
	.input-box {
		width: 100%;
		text-align: left;
	}
	.find-button {
		float: left;
	}
	.buy-button {
		float: right;
	}
	.desktop-only { display: none; }
	.mobile-only { display: block; }
 	.home-phone-box {
 		display: none !important;
 	}
 	.home-phone {
 		padding-top: 120px;
 	}
 	.home-text {
 		position: relative;
 		padding-top: 80px;
 	}
 	.wifi-data {
 		display: none;
 		right: 100px;
 		top: 80px;
 	}
 	h2 {
 		font-size: 30px;
 	}
	.align-right {
		text-align: center;
	}
	.align-left {
		text-align: center;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
 	.big-blue-header {
 		height: 550px;
 	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
 	.big-blue-header {
 		height: 640px;
 	}
	.find-button {
		float: left;
		margin-bottom: 10px;
	}
	.buy-button {
		float: left;
	}
}
