@font-face {
	font-family: MissionGothic;
	src: url("fonts/MissionGothicRegular.otf") format("opentype");
}

@font-face {
	font-family: MissionGothicThin;
	src: url("fonts/MissionGothicThin.otf") format("opentype");
}



body {
	background: #339b00;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #d6ebcc;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: MissionGothicThin, verdana, sans-serif;
	line-height: 3.1em;
	letter-spacing: -0.05em;
}

.center {
	text-align: center;
	margin-top: 20px;
	margin-left: -40px;
}
.share {
	display: inline !important;
	width: 100px;
	position: relative;
}
.fb-like {
	top: -20px;
}

.title {
    font-family: MissionGothic, verdana, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 7px !important;
}

.subtitle {
	color: #f8ff36;
	font-size: 1.5em;
	margin-top: 0 !important;
}

#container {
	max-width: 960px;
	margin: 0 auto;
}

#wrap {
	width: 100%;
}

.padding {
	padding: 10px 20px;
}

.badge {
	display: inline-block;
	cursor: pointer;
	width: 128px;
	height: 42px;
	margin-right: 3px;
}
.badge-apple {
	background: url(images/badge_apple.png) no-repeat top;	
}
.badge-google {
	background: url(images/badge_google.png) no-repeat top;	
}
.logo {
	display: inline-block;
	width: 97px;
	height: 50px;
	background: url(images/checky.png) no-repeat top;
	top: 15px;
	position: relative;
}

.phone-submit, .phone-input {
	color: #fff;
	background: #075303;
	padding: 0 20px;
	border: none;
	height: 34px;
	line-height: 34px;
}

.phone-submit:hover {
	background: #11630d;
}

.phone-input {
	color: #000;
	background: #fff;
	padding: 0 10px;
}

#phone-form {
	padding-top: 5px;
	padding-bottom: 5px;

	font-size: 0.9em;
}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footer {
	font-family: MissionGothicThin, verdana, sans-serif;
	font-size: 0.7em;
	margin-top: -30px !important;
	letter-spacing: 0;
}

#bursts {
	width: 500px;
	height: 480px;
	background: url(images/bursts.png) no-repeat top;
	margin: 0 auto;
	
}

#phones {
	width: 320px;
	height: 480px;
	background: url(images/phones.png) no-repeat top;
	margin: 0 auto;
}

#content {
	margin: 50px 0 0 -90px;
	font-size: 20px;
	font-weight: 200;
}

#right { margin: 0 auto; }
#left {
	margin-left: -30px;
}

@media only screen and (max-width: 770px) {

	#content {
		font-size: 12px;
		margin-left: -50px;
	}
}

@media only screen and (max-width: 567px) {
	#logo {
		margin: 0 auto;
	}
	#phones {
		width: 400px;
		height: 240px;
		overflow: hidden;
	}
	#bursts {
		width: 500px;
		height: 240px;
		overflow: hidden;
	}
	#content {
		margin: 0 auto;
		text-align: center;
	}
	#left {
		margin-left: -30px;
	}
	
	.badge {
		margin: 0 auto;
	}
	
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	#bursts {
		background: url(images/bursts@2x.png) no-repeat top;
        background-size: 500px 480px;
        background-repeat: no-repeat;
	}
	#phones {
		background: url(images/phones@2x.png) no-repeat top;
        background-size: 320px 480px;
        background-repeat: no-repeat;
	}
	.logo {
		background: url(images/checky@2x.png) no-repeat top;
        background-size: 97px 50px;
        background-repeat: no-repeat;
	}
	
	.badge-apple {
		background: url(images/badge_apple@2x.png) no-repeat top;
	}
	.badge-google {
		background: url(images/badge_google@2x.png) no-repeat top;
	}
	.badge {
        background-size: 128px 42px;
        background-repeat: no-repeat;	
	}
}