.red-btn {
	display: block;
	height: 48px;
	line-height: 48px;
	width: 270px;
	color: #fff;
	font-size: 24px;
	background: #ff0107;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 21px;
}

html {
    background: url(../images/bg.jpg) repeat left top;
	background-attachment: fixed;
	background-size: 100%;
	height: 100%;
}

body {
	width: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	height: auto;	
    min-height: 100%;
}

/* Header Styles Starts */
.boon-header {
	height: 55px;
	background: #ff0107;
}

.boon-logo {
	top: 6px;
}
/* Header Styles Ends */

/* Main Contents Starts */
.smartphone-container {
	width: 72%;
	float: none;
	margin: 20px auto  11px auto;
}

.smartphone-container img {
	width: 95%;
	height: auto;
}

.boon-phone {
	bottom: 0;
}

.boon-phone img {
	top: 30px;
	bottom: 0;
	width: 105%;
}

.boon-intro {
	float: right;
}

.boon-intro img {
	min-width: 270px;
	max-width: 420px;
	margin-top: 5%;
}

/*.smartphone-container .addthis_toolbox {
	width: 270px;
}

.smartphone-container .addthis_toolbox a {
	width: 34%;
	margin-right: 1%;
}

.smartphone-container .addthis_toolbox .addthis_button_google_plusone {
	margin-right: 0;
	width: 24%;
	float: right;
}*/
/* Main Contents Ends */

/* Footer Styles Starts */
.boon-footer {
	height: 45px;
	border-top: 2px solid #ff0107;
	background: #37383d;
	position: fixed;
	bottom: 0;
}

.boon-footer-contents {
	position: relative;
}

.boon-footer li {
	display: inline;
	margin-right: 20px;
}

.boon-footer li a {
	line-height: 45px;
	color: #fff;
	font-size: 14px;
}

.boon-footer a:hover {
	color: #6b869c;
	padding-bottom: 3px;
	border-bottom: 2px solid #90929c;
}

.app-btn {
	margin-top: 5px;
}
/* Footer Styles Ends */

.boon-intro input[type=text],
.boon-intro input[type=submit] {
	 border-radius: 5px;
	 height: 30px;
	 border: 1px solid #ccc;
	 padding: 0 6px;
	 width: 60% !important;
}

.boon-intro input[type=submit] {
	 cursor: pointer;
	 background: #37383d;
	 color: #fff;
	 font-weight: bold;
	 width: 60px !important;
	 margin-bottom: 24px;
}