.featured-in .container .logos-header {
	background: url(images/header-featured-in-logos.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	height: 60px;
}

.featured-in .container .rotate {
	cursor: default;
}

.credit-box {
	position: absolute; 
	text-align: right;
	top:30px; 
	right: 0;
	cursor: default;
}

.credit-box h1 {
	font-family: 'Lato Black', sans-serif;
	font-size: 3.0em; 
	color: #cddb27;
	margin: 0;
	line-height:1em;
	font-weight: bold;
}

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

	.credit-box {
		text-align: center;
		padding: 20px;
	}

	.credit-box h1 {
		font-size: 1.8em;
	}
}

.credit-box h4 {
	font-family: sans-serif;
	color: #00afab;
	margin: 0;
	font-weight: normal;
}

.credit-box .credit-description {
	font-family: sans-serif;
	margin: 20px 0 50px 0;
}

.credit-box .unlock-code form input {
	display: inline-block;
	border: 1px solid #cddb27;
	color: #cddb27;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	line-height: 34px;
	width: 250px;
	padding: 0 1em;
	background: transparent;
	font-size: 1em;
}

.credit-box .unlock-code form input::-webkit-input-placeholder {
	color: #cddb27;
}

.credit-box .unlock-code form input:-moz-placeholder {
	color: #cddb27;
}

.credit-box .unlock-code form input::-moz-placeholder {
	color: #cddb27;
}

.credit-box .unlock-code form input:-ms-input-placeholder {
	color: #cddb27;
}

.credit-box .unlock-code .btn-link {
	background: #cddb27 !important;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.social-icons {
	margin: 10px 20px 10px 20px;
}

.signup-form form input {
	display: inline-block;
	border: 1px solid #00afab;
	color: #00afab;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	width: 320px;
	padding: 0 1em;
	background: transparent;
	font-size: 0.5em;
	font-style: italic;
}

.signup-form form button {
	font-family: sans-serif;
	display: inline-block;
	border: 1px solid #00afab;
	background: #00afab;
	font-size: 0.5em;
	padding: 5px;
	color: #000;
	height: 52px;
	width: 80px;
	line-height: 0px;
	background: #00afab;
	margin-left: -15px;
}

.barione-fieldset {
	border: 10px solid white;
	padding: 0.8em;
	color: #000;
	font-size: 2em;
	line-height: 1em;
	cursor: default;
}

.barione-legend {
	font-family: sans-serif;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.3em;
	color: #fff;
	font-weight: bolder;
	cursor: default;
}

#inputEmail::-webkit-input-placeholder { 
	font-style:italic; 
	font-weight: bold; 
}

#inputEmail::-moz-placeholder { 
	font-style:italic; 
	font-weight: bold;
}

#inputEmail { 
	width: 280px;
}

#inputSubmit { 
	width: 280px;
}

#creditMessage { 
	font-weight: bold; 
	font-style: italic;
}

#firstStep { 
	font-size: 2.5em; 
}

ul.three-columns > li.regular {
	width: 290px; 
	height: 560px;
}

ul.three-columns > li.popular {
	width: 360px; 
	margin-top: -25px; 
	height: 585px;
}

.most-popular { 
	margin-top: 15px; 
	height: 20px; 
	font-size: 1.5em;
	padding: 10px; 
	font-family: sans-serif; 
	width: 114.5%; 
	margin-left: -10.5% 
}

#sniff-code {
	display: none;
}

#sniff-code a {
	color: #00afab;
}

@media screen and (max-width: 568px) { 
	#sniff-code {
		width: 100%; 
		text-align: center; 
		font-family: Lato; 
		color: #00afab; 
		font-size: 1.0em;
		margin-top: 50px;
		margin-bottom: 20px;
		position: absolute;
		top: 40px;
		display: block;
	}
}