@media print {
	* {-webkit-print-color-adjust:exact;}
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	color: #000;
}
a, br, img, form {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
a:link, a:active, a:visited {
	color: #0059b7;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
h1 {
	font-size: 34px;
	font-weight: bold;
	color: #013879;
	line-height: 36px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
.hidden {
	display: none;
}
.test {
	border: 1px solid red;
}
.title {
	font-size: 28px;
	color: #389bec;
	line-height: 50px;
}
.error {
	width: auto !important;
	margin: 0 1px 2px 1px;
	color: #d40000;
}
.error, .success {
	text-align: center;
}
.break {
	height: 16px;
}
.red {
	color: #d40000;
}
.blue {
	color: #0059b7;
}
.divider {
	height: 1px;
	border-bottom: 1px solid #ddd;
}
.large-text {
	font-size: 24px;
}
.button-gold {
	background: url('../images/bg_button_gold.png') center top repeat-x;
	text-shadow: -1px -1px #be8f00;
}
.button-blue {
	background: url('../images/bg_button_blue.png') center top repeat-x;
	text-shadow: -1px -1px #1960aa;
}
.button-gold-large {
	padding: 5px 42px 9px 42px;
	background: url('../images/bg_button_gold_large.png') center top repeat-x;
	border: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font-family: Source Sans Pro;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	color: #fff !important;
	text-shadow: -1px -1px #be8f00;
	cursor: pointer;
}
.button-gold-large:hover {
	background-position: center bottom;
	text-decoration: none !important;
}
.login-submit {
	height: 32px;
	margin-top: 4px;
	padding: 0 12px 0 12px;
	background: #0060b6;
	border: 1px solid #00529d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px #004483;
	cursor: pointer;
}
.login-submit:hover {
	background: #00529d;
	border: 1px solid #003b72;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.light {
	font-weight: 200;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.text-large-white {
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	text-shadow: 2px 2px #120e06;
	line-height: 72px;
}
.text-large {
	font-size: 38px;
}
.text-medium, #testimonials-content {
	font-size: 32px;
}
.text-small {
	font-size: 18px;
	font-weight: 300px;
	line-height: 54px;
}
#page-container {
	position: relative;
	width: 100%;
	min-height: 100%;
}
#header {
	width: 100%;
	height: 86px;
	background: url('../images/bg_header.png') center center repeat-x;
	z-index: 10;
}
#nav-container {
	display: block;
	width: 1080px;
	margin: 0 auto 0;
	font-size: 16px;
	overflow: hidden;
}
#nav-icon {
	display: none;
	margin: 31px 10px 0 14px;
	cursor: pointer;
	float: left;
}
.nav, .nav-overlay {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 18px;
}
.nav {
	margin: 23px 36px 0 36px;
}
.nav-overlay {
	padding: 10px 30px 10px 30px;
	border-top: 1px solid #1a5897;
	border-bottom: 1px solid #003368;
	cursor: pointer;
}
.nav-overlay:hover {
	background: #003368;
	border-top: 1px solid #003368;
}
.nav-subtitle, .nav-overlay-subtitle {
	font-size: 13px;
	font-weight: 400;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited, .nav-overlay a, .nav-overlay a:link, .nav-overlay a:active, .nav-overlay a:visited {
	color: #fff;
	text-decoration: none !important;
}
.nav-button, .nav-overlay-button {
	margin: 20px 0 0 20px;
	padding: 5px 26px 6px 26px;
	border: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-family: Source Sans Pro;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	color: #fff !important;
	cursor: pointer;
}
.nav-button:hover {
	background-position: center bottom;
	text-decoration: none !important;
}
.submit-button {
	margin: 0 !important;
	padding-bottom: 6px !important;
}
.nav-overlay-button {
	margin: 25px 10px 0 0;
	padding: 3px 8px 5px 8px;
	font-size: 18px;
}
.nav-overlay-button:hover {
	background-position: center top;
	text-decoration: none !important;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.6;
	z-index: 8;
	cursor: pointer;
}
#menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 280px;
	background: #023f7e;
	z-index: 9;
}
#overlay-logo {
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #003368;
	text-align: center;
}
#overlay-button-container {
	padding: 20px 0 0 14px;
	border-top: 1px solid #1a5897;
	text-align: center;
}
#logo {
	height: 86px;
}
#content-container {
	padding-bottom: 128px;
}
.content-front, .content {
	width: 1080px;
	margin: 0 auto 0;
}
.content {
	margin: 20px auto 20px;
}
#bg-front{
	background: url('../images/bg_front.jpg') 50% 0 no-repeat fixed;
	background-size: auto 655px;
	background-attachment: fixed;
}
#peep-img {
	margin: -214px 0 0 -50px;
}
#front-top-content {
	width: 100;
	margin-top: 262px;
	padding-bottom: 40px;
	background: #fff;
}
#front-intro-text, #front-top-text {
	width: 930px;
	margin: 0 auto 0;
}
#testimonial-text {
	width: 880px;
	margin: 0 auto 0;
	padding: 120px 0 20px 0;
	text-shadow: 2px 2px #dedede;
	text-align: left !important;
}
#market-text {
	padding-top: 250px;
	text-shadow: 2px 2px #f7f6ef;
}
#sig {
	margin-top: 14px;
}
#bg-testimonial {
	min-height: 598px;
	background: url('../images/bg_testimonial.jpg') 50% 0 no-repeat;
	background-size: auto 598px;
}
#bg-market {
	min-height: 700px;
	background: url('../images/bg_market.jpg') 50% 0 no-repeat;
	background-size: auto 700px;
}
.gray-bg {
	min-height: 600px;
	background: #f4f4f4;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background: #222;
	font-size: 16px;
	color: #828282;
	line-height: 21px;
	clear: both;
}
#footer-logo {
	margin-top: 8px;
	float: left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	display: block;
	padding-left: 12px;
	background: url('../images/footer_arrow.png') center left no-repeat;
	color: #b5913c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-content {
	width: 1080px;
	margin: 0 auto 0;
}
#footer-content-left {
	width: 280px;
	margin: 32px 0 0 60px;
	float: left;
}
#footer-content-right {
	width: 280px;
	margin-top: 74px;
	float: right;
}
.footer-link-div {
	width: 140px;
	float: left;
}
#cloudone-badge {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 149px;
	z-index: 5;
}
#nda {
	width: 92%;
	max-width: 880px;
	padding: 3%;
	margin: 10px auto 0;
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	color: #9e9e9e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

/* HOW IT WORKS STYLES */
#prev img, #next img {
	opacity: 0.2;
}
#prev img:hover, #next img:hover {
	opacity: 0.7;
}
#walkthrough_img {
	width: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#888');
}
#content-how-it-works {
	max-width: 1280px;
	margin: 0 auto 0;
}
.divider-how-it-works {
	border-top: 1px solid #ddd;
}
#what-it-is-img {
	width: 40%;
	margin: 10px 0 4px 10px;
	float: right;
}
.how-it-works-icon {
	margin: 10px 10px 0 0;
	float: left;
}
#creatives-img {
	width: 40%;
	margin: 10px 0 4px 10px;
	float: right;
}
#content-how-it-works-alt {
	display: none;
}
#server-stats-table {
	margin-top: 4px;
	border-collapse: collapse;
	text-align: center;
}
#server-stats-table th {
	background: #0090f3;
	font-weight: 600;
	font-style: italic;
	color: #fff;
}
#server-stats-table th, #server-stats-table td {
	padding: 3px;
	border: 1px solid #ddd;
	font-size: 10px;
	line-height: 12px;
}
.server-stats-alt-row {
	background: #eee;
}
#real-results-table {
	margin-top: 4px;
	border-collapse: collapse;
}
#real-results-table td {
	padding: 4px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-size: 13px;
	line-height: 15px;
}
.reserve-button {
	padding: 5px 16px 6px 16px !important;
}
@media screen and (max-width: 748px) {
	#content-how-it-works {
		display: none;
	}
	#content-how-it-works-alt {
		max-width: 400px;
		margin: 0 auto 0;
		padding: 20px;
		display: block;
	}
}
/* HOW IT WORKS STYLES */

/* REAL RESULTS STYLES */
.results-container {
	margin: 2% 0 2% 17px;
	border-top: 3px solid #185390;
}
.blue-line {
	width: 20px;
	height: 52px;
	position: absolute;
	margin: -3px 0 0 -18px;
	background: url('../images/blue_line.png') no-repeat;
}
.results-logo {
	width: 20%;
	margin-top: 20px;
	float: left;
}
.results-data {
	height: 130px;
	margin: 20px 0 0 20px;
	padding-left: 20px;
	border-left: 3px solid #185390;
	float: left;
}
.cost-per-car {
	height: 130px;
	margin-top: 20px;
	background: #185390;
	font-size: 50px;
	color: #fff;
	text-align: center;
	float: right;
}
.cost-per-car-header {
	margin: 3px 3px 32px 3px;
	padding: 2px 8px 0 8px;
	background: #fff;
	font-size: 15px;
	color: #000;
}
.results-container {
	width: 94%;
	display: block;
	margin: 6% 0 0 5%;
}
.results-data {
	height: 180px;
	margin-left: 34px;
	padding-left: 34px;
	font-size: 26px;
	line-height: 36px;
}
.cost-per-car {
	height: 180px;
	font-size: 74px;
}
.cost-per-car-header {
	margin-bottom: 20px;
	padding: 4px 12px 2px 12px;
	font-size: 21px;
}
@media screen and (max-width: 990px) {
	.results-data {
		height: 140px;
		margin-left: 14px;
		padding-left: 14px;
		font-size: 22px;
		line-height: 28px;
	}
	.cost-per-car {
		height: 140px;
		font-size: 60px;
	}
	.cost-per-car-header {
		margin-bottom: 16px;
		font-size: 14px;
	}
}
@media screen and (max-width: 748px) {
	.content {
		width: auto !important;
	}
	.results-container {
		width: 92%;
		margin: 20px 4% 40px 4%;
		padding: 0;
	}
	.results-logo-container {
		display: none;
	}
	.blue-line {
		display: none;
	}
	.results-data {
		height: 120px;
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		font-size: 17px;
		line-height: 24px;
	}
	.cost-per-car {
		height: 120px;
		font-size: 50px;
	}
	.cost-per-car-header {
		margin-bottom: 14px;
		padding: 4px 6px 3px 6px;
		font-size: 12px;
	}
}
@media screen and (max-width: 406px) {
	.cost-per-car {
		width: 100%;
		font-size: 54px;
		float: left;
	}
	.cost-per-car-header {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
/* REAL RESULTS STYLES */

/* TESTIMONIALS STYLES */
#testimonials-content img {
	display: block;
	width: 35%;
	max-width: 300px;
	padding: 50px 60px 220px 0;
	float: left;
}
@media screen and (max-width: 1100px) {
	#testimonials-content img {
		padding: 50px 60px 100px 0;
	}
}
@media screen and (max-width: 990px) {
	#testimonials-content img {
		padding: 50px 60px 120px 0;
	}
}
@media screen and (max-width: 748px) {
	#testimonials-content {
		width: auto !important;
		margin: 20px;
	}
}
@media screen and (max-width: 690px) {
	#testimonials-content img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
		padding: 0;
		float: none !important;
	}
}
/* TESTIMONIALS STYLES */

/* CONTACT STYLES */
.form-label {
	text-align: right;
}
.contact-error {
	margin-bottom: 10px;
}
.error, #login-error {
	color: #d40000;
	font-size: 11px;
}
#error-div {
	display: none;
	height: 50px;
	margin-top: 10px;
	border: 1px solid #eb4141;
	background: #fef5f5;
	color: #eb4141;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#contact-content {
	width: 950px;
	margin: 20px auto 20px;
}
#contact-left {
	padding-right: 50px;
	border-right: 1px solid #d9d9d9;
	float: left;
}
#contact-right {
	width: 270px;
	margin-left: 50px;
	font-size: 24px;
	line-height: 28px;
	float: left;
}
.signup-button {
	display: block;
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	background: url('../images/bg_button_signup.gif') top repeat-x;
	font-family: impact;
	font-size: 32px;
	color: #232323 !important;
	text-decoration: none !important;
	text-shadow: 1px 1px #e2c663;
	border: 2px solid #d5ab55;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 60px;
	text-align: center;
}
.signup-button:hover {
	background-position: bottom;
}
.content-left {
	width: 65%;
	margin-right: 3%;
	float: left;
}
.gray-box {
	width: 500px;
	padding: 30px;
	margin: 10px auto 0;
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	color: #9e9e9e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.contact-input, .contact-form input[type=text], .contact-form input[type=password], .contact-form select {
	width: 98%;
	padding-left: 2%;
	border: 1px solid #d9d9d9;
	font-family: arial;
	font-size: 17px;
	line-height: 24px;
	color: #9e9e9e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-overflow: hidden;
}
.contact-form select {
	width: 100%;
	height: 28px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#other_brand {
	width: 300px !important;
}
#zip {
	width: 90px !important;
}
.thank-you {
	min-height: 200px;
}
@media screen and (max-width: 1100px) {
	#contact-content {
		width: 880px;
	}
	#contact-left {
		padding-right: 30px;
	}
	#contact-right {
		width: 200px;
		margin-left: 30px;
	}
	.large-text, #contact-right {
		font-size: 21px;
	}
}
@media screen and (max-width: 990px) {
	#contact-content {
		width: 562px;
	}
	#contact-left {
		padding-right: 0;
		border: 0;
	}
	#contact-right {
		width: 562px;
		margin: 30px auto 0;
		text-align: center;
	}
	.large-text, #contact-right {
		font-size: 18px;
		line-height: 23px;
	}
}
@media screen and (max-width: 748px) {
	#contact-content{
		width: 290px;
		padding: 0 20px 0 20px;
	}
	#contact-right {
		width: 290px;
	}
	.gray-box, .login-form  {
		width: 276px !important;
		padding: 6px;
		font-size: 12px;
	}
	.large-text, #contact-right {
		font-size: 16px;
		line-height: 21px;
	}
	.submit-button {
		margin: 0 auto 10px !important;
		padding: 4px 20px 5px 20px !important;
	}
	.contact-form input[type=text], .contact-form input[type=password], .contact-form select {
		width: 156px;
		font-size: 12px;
	}
	.contact-form input[type=text], .contact-form input[type=password]{
		height: 20px !important;
	}
	.contact-form textarea {
		width: 250px;
	}
	.contact-form select {
		width: 100%;
		height: 24px !important;
	}
	#contact-subtext {
		display: none;
	}
	#other_brand {
		width: 185px !important;
	}
}
/* CONTACT STYLES */

/* LOGIN STYLES */
.login-message, #password-error {
	width: 200px;
	padding: 10px 0 10px 0;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}
.login-form {
	width: 400px;
	padding: 20px 30px 30px 20px;
	margin: 30px auto 0;
}
#forgot-password {
	text-align: left;
	display: none;
}
.lost-password {
	font-size: 11px;
	line-height: 24px;
}
.success, #password-error {
	padding: 10px 0 10px 0;
	font-size: 12px;
	display: none;
}
/* LOGIN STYLES */

/* DEALER AGREEMENT STYLES */
.dealer-agreement {
	width: 900px;
	margin: 0 auto 0;
}
.agreement-input, .agreement-form input[type=text], .agreement-form select {
	margin-left: 8px;
	padding-left: 3px;
	border: 1px solid #d9d9d9;
	font-family: arial;
	font-size: 17px;
	line-height: 24px;
	color: #6a6a6a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-overflow: hidden;
}
.small-text {
	font-size: 12px;
	line-height: 13px;
}
/* DEALER AGREEMENT STYLES */

/* RESPONSIVE STYLES 1100PX */
@media screen and (max-width: 1100px) {
	#nav-container, .content-front, .content, #footer-content {
		width: 940px;
	}
	.text-large-white {
		font-size: 52px;
		line-height: 60px;
	}
	.text-large {
		font-size: 28px;
	}
	.text-medium, #testimonials-content {
		font-size: 24px;
	}
	.nav {
		margin: 27px 28px 0 28px;
		font-size: 16px;
		line-height: 14px;
	}
	.nav-subtitle {
		font-size: 11px;
	}
	.nav-button {
		padding: 6px 26px 8px 26px;
		font-size: 20px;
	}
	#peep-img {
		width: 750px;
	}
	#bg-front {
		background-size: auto 566px;
	}
	#bg-testimonial {
		min-height: 420px;
		background-size: auto 420px;
	}
	#front-intro-text {
		max-width: 800px;
	}
	#front-top-text {
		max-width: 700px;
	}
	#testimonial-text {
		max-width: 620px;
		padding: 58px 0 0 0;
	}
	#market-text {
		padding-top: 120px;
	}
	#bg-market {
		min-height: 470px;
		background-size: auto 470px;
	}
}
/* RESPONSIVE STYLES 1100PX */

/* RESPONSIVE STYLES 990PX */
@media screen and (max-width: 990px) {
	#nav-container, .content-front, .content, #footer-content {
		width: 700px;
	}
	.text-large-white {
		font-size: 36px;
		line-height: 44px;
	}
	.text-large {
		font-size: 22px;
	}
	.text-medium, #testimonials-content {
		font-size: 20px;
	}
	#nav-icon {
		display: block;
	}
	.nav {
		display: none;
	}
	#peep-img {
		width: 666px;
	}
	#bg-front{
		background-size: auto 498px;
	}
	#bg-testimonial {
		min-height: 360px;
		background-size: auto 360px;
	}
	#front-intro-text {
		max-width: 600px;
	}
	#front-top-text {
		max-width: 560px;
	}
	#testimonial-text {
		max-width: 530px;
		padding: 48px 0 0 0;
	}
	#market-text {
		padding-top: 100px;
	}
	#bg-market {
		min-height: 390px;
		background-size: auto 390px;
	}
	#footer-content-left {
		width: 280px;
		margin-left: 24px;
		float: left;
	}
	#footer-content-right {
		display: none;
	}
}
/* RESPONSIVE STYLES 990PX */

/* RESPONSIVE STYLES 748PX */
@media screen and (max-width: 748px) {
	#nav-container, .content-front, #footer-content {
		width: auto !important;
		min-width: 320px !important;
	}
	.nav-button {
		margin: 25px 10px 0 0;
		padding: 3px 8px 4px 8px;
		font-size: 18px;
	}
	.nav-button:hover {
		background-position: center top;
	}
	.text-large-white {
		font-size: 26px;
		line-height: 34px;
	}
	.text-large {
		font-size: 22px;
	}
	.text-medium, #testimonials-content {
		font-size: 100%;
	}
	.text-small {
		font-size: 13px;
		line-height: 40px;
	}
	.button-gold-large {
		padding: 5px 26px 7px 26px;
		background: url('../images/bg_button_gold.png') center top repeat-x;
		moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		-border-radius: 4px;
		font-size: 22px;
	}
	#peep-img {
		width: 84%;
		margin-top: -218px;
		margin-left: -20px;
	}
	#bg-front{
		background-size: auto 444px;
		background-attachment: scroll !important;
	}
	#bg-testimonial {
		min-height: 360px;
		background-size: auto 360px;
	}
	#front-intro-text, #front-top-text, #testimonial-text, #market-text {
		width: auto !important;
		padding: 0 20px 0 20px;
	}
	#front-intro-text {
		max-width: 500px;
	}
	#front-top-text {
		max-width: 560px;
	}
	#testimonial-text {
		max-width: 520px;
		padding: 56px 20px 0 20px;
	}
	#market-text {
		padding-top: 90px;
	}
	#bg-market {
		min-height: 390px;
		background-size: auto 390px;
	}
	#footer-logo {
		height: 100px;
		margin: 14px 0 0 14px;
	}
	#footer-content-left {
		width: 180px;
		margin: 10px 0 0 18px;
		float: left;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
		font-size: 14px;
		line-height: 18px;
	}
	#cloudone-badge {
		width: 90px;
		height: 89px;
	}
}
/* RESPONSIVE STYLES 748PX */

/* RESPONSIVE STYLES 380PX */
@media screen and (max-width: 450px) {
	#testimonial-text {
		padding: 24px 20px 0 20px;
		font-size: 18px;
	}
	#cloudone-badge {
		display: none;
	}
}
/* RESPONSIVE STYLES 380PX */


.login-input, .login-form input[type=text], .login-form input[type=password] {
	width: 98% !important;
}
