.offer {
	background: #f2f2f2;
}

.offer .main {
	margin-bottom: -160px;
}

.offer footer {
	margin-top: 0;
}

.offer .main > .container {
	margin-top: 40px;
}

.offer .main .button {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	margin: 1em 0;
	max-width: 350px;
	padding: 0;
	text-align: center;
}

.offer .heading,
.offer .details {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.offer .details {
	float: right;
	height: 400px;
	width: 300px;
}

.offer .main > .error {
	background: #f57e3a;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	color: white;
	font-size: 20px;
	line-height: 1.2em;
	padding: 1em 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.offer .main > .error:nth-child(2n) {
	background: #4ac3cc;
}

.offer .main .is-targeted {
	color: #80807E;
}

.offer .error a {
	color: inherit;
	display: block;
}

.offer .app-marketing {
	text-align: center;
}

.offer .app-marketing > * {
	display: inline-block;
	margin: 0 0 0 1em;
	vertical-align: middle;
}

.offer .app-marketing .phone {
	background-image: url(/assets/img/offer-phone.min.svgz);
	background-position: center center;
	background-repeat: no-repeat;
	height: 180px;
	width: 100px;
}

.no-svg .offer .app-marketing .phone {
	background-image: url(/assets/img/offer-phone.png);
}

.offer .share {
	background: #323532;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	line-height: 30px;
	margin-top: 40px;
	padding: 15px 0;
	text-align: center;
}

.offer .share > span {
	padding-right: 2em;
}

.offer .share > .addthis_toolbox {
	width: 168px;
}

.offer .share,
.offer .suffix-push {
	height: 60px;
}

.offer .share > * {
	display: inline-block;
	height: 30px;
	vertical-align: middle;
}

[data-modal="share-twitter"] textarea {
	box-sizing: border-box;
	border-radius: 3px;
	display: block;
	margin: 1em 0;
	padding: 10px;
	width: 100%;
}

[data-modal="legal"] .container p {
	text-align: left;
}

[data-modal="signup"] form fieldset.name p {
	margin: 0;
}

[data-modal="signup"] form fieldset.name input {
	display: inline-block;
	float: left;
	width: 48%;
}

[data-modal="signup"] form fieldset.name input[name="first_name"] {
	margin-right: 4%;
}

.signup-buttons {
    margin: 1em 0 !important;
    max-width: 318px !important;
}


@media (max-width: 768px) {
	.offer .main > .container h1 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 auto;
		text-align: center;
		width: 300px;
	}
	.shared-offer h1 .accept-txt {
		font-size: 20px;
	}
	.offer h1 .cash-back {
		line-height: 50px;
	}
	.offer .main > .container {
		text-align: center;
		padding: 0;
		margin-top: 0;
	}
	.offer h1 {
		text-align: center;
	}
	.offer .details {
		background: white;
		border-bottom: 1px solid #E7E7E7;
		float: none;
		height: auto;
		width: 100%;
	}
	.offer .main > .container .seperator,
	.offer .main > .container .app-icons {
		margin: 1em auto;
		width: 264px;
	}
	.offer .main a.button.desktop {
		display: none;
	}
	.offer .main a.button {
		display: block;
		margin: 1em auto 0;
		min-width: 240px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	.name .error,
	[name="gender"] + .error {
		top: 100%;
	}
	.offer .share,
	.offer .suffix-push {
		height: 100px;
	}
	.offer .share > span {
		display: block;
		padding: 0;
	}
	/* Twitter */
	.offer .share > iframe {
		width: 56px !important;
	}
	.has-suffix .main {
		margin-bottom: -360px;
	}
	.fb_dialog, .fb_dialog iframe {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100% !important;
	}
}

