@charset "UTF-8";
/* CSS Document */

/*  START OF RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	
input, textarea, select {
   -webkit-appearance: none;
 	}
 
p, a, div, li, ul { 
	-webkit-text-size-adjust: none;
	}
	
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
	}
	
body, img { 
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
	}
	
::selection {
	background: #EDCEBD; /* Safari */
	color: #CA1F7B;
	}
	
::-moz-selection {
	background: #EDCEBD; /* Firefox */
	color: #CA1F7B;
	}
	
/*  END OF RESET */



/*  START OF STYLES */

html {
	height:100%;
	}

body {
	width:100%;
	padding:0;
	margin:0;
	height:100%;
	background-color:#CA1F7B;
	}
	
a {
	text-decoration:none;
	color:#edcebd;
	}

a:hover {
	text-decoration:none;
	color:#edcebd;
	}

p {
	font-family:'Maven Pro',Tahoma,sans-serif;
	font-size:14px;
	color:#fae9e3;
	line-height:1.4em;
	}
	
p.center {
	font-family:'Maven Pro',Tahoma,sans-serif;
	font-size:12px;
	color:#fae9e3;
	line-height:1.4em;
	text-align:center;
	}

h1 {
	font-family:'Maven Pro', sans-serif;
	font-size:72px;
	color:#ffffff;
	}

h2 {
	font-family:'Maven Pro', sans-serif;
	font-size:60px;
	color:#ffffff;
	}

h3 {
	font-family:'Maven Pro', sans-serif;
	font-size:55px;
	color:#ffffff;
	}

h4 {
	font-family:'Maven Pro', sans-serif;
	font-size:40px;
	color:#ffffff;
	text-align:center;
	margin-bottom:25px;
	}

h5 {
	font-family:'Maven Pro', sans-serif;
	font-size:35px;
	color:#FFFFFF;
	margin-bottom:25px;
	}
	
.ie7 h5 {
	padding-top:8px;
	}

h6 {
	font-family:'Maven Pro', sans-serif;
	font-size:55px;
	color:#f39d7e;
	}

img, img a {
	border:none;
	}
	
.clear_small {
	clear:both;
	height:25px;
	}
	
.clear_big {
	clear:both;
	height:50px;
	}
	
.one_third { 
	width: 30.66%;
	color: #FFFFFF;
	}
.one_third_1{
	width: 30.66%;
	color: #FFFFFF;
}	
.one_fourth {
	width: 22%; 
	text-align:right;
	}

.one_third, .one_fourth, .one_third_1 {
	position: relative;
	margin-left: 4%;
	margin-bottom: 20px;
	float: left;
	margin-top: 10px;
	font-size:12px;
	font-family:'Maven Pro', sans-serif;
	line-height:1.8em;
	padding-bottom: 10px; 
	}
	
.one_third_first {
	color:#FFFFFF; 
	width: 30.66%;
	position: relative;
	clear: left;
    margin-left: 0;
	margin-bottom: 20px;
	float: left;
	margin-top: 10px; 
	font-size:14px;
	font-family:'Maven Pro', sans-serif;
	line-height:1.4em;
	padding-bottom: 10px; 
	}

.one_fourth_first { 
	width: 22%;
	position: relative;
	clear: left;
    margin-left: 0;
	margin-bottom: 20px;
	float: left;
	margin-top: 10px;
	font-size:14px;
	font-family:'Maven Pro', sans-serif;
	line-height:1.4em;
	text-align:right;
}	
div .first {
    clear: left;
    margin-left: 0;
	}
	
#wrapper {
	width:1020px;
	margin:0 auto;
	}
	
#social {
	float:right;
	z-index:99;
	background: rgba(0, 0, 0, 0.5);
	height:50px;
	font-size: 50px;	
	-webkit-transition:all 0.3s ease-in-out;  
    -moz-transition:all 0.3s ease-in-out;    
    -o-transition:all 0.3s ease-in-out;     
    -ms-transition:all 0.3s ease-in-out;      
    transition:all 0.3s ease-in-out;
}
#social:hover{
	background:rgba(0,0,0, 1);
}
#social p{
	margin-top: 1.5em;
	font-size:17px;
}
.facebook {
	margin-right:4px;
	height:36px;
	width:35px;
	float:left;
	}
	
.tweet {
	height:36px;
	width:35px;
	float:left;
	}
	
.facebook a {
	background:url("../img/facebook_sprite.jpg") no-repeat scroll 0 0 transparent;
    border:0 none;
    display:block;
    float:left;
    height:36px;
    margin-right:3px;
    text-indent:-9999px;
    width:35px;
	-webkit-transition:all 0.2s ease-in-out;  
    -moz-transition:all 0.2s ease-in-out;    
    -o-transition:all 0.2s ease-in-out;     
    -ms-transition:all 0.2s ease-in-out;      
    transition:all 0.2s ease-in-out;  
	}
	
.ie9 .facebook a, .ie9 .tweet a, .ie8 .facebook a, .ie8 .tweet a, .ie7 .facebook a, .ie7 .tweet a {
	height:35px;
	}
	
.facebook a:hover {
	background:url("../img/facebook_sprite.jpg") no-repeat scroll 0 -35px transparent;
    border:0 none;
    display:block;
    float:left;
    height:36px;
    margin-right:3px;
    text-indent:-9999px;
    width:35px;
	}
	
.tweet a {
	
    border:0 none;
    display:block;
    float:left;
    height:36px;
    margin-right:3px;
    text-indent:-9999px;
    width:35px;
	-webkit-transition:all 0.2s ease-in-out;  
    -moz-transition:all 0.2s ease-in-out;    
    -o-transition:all 0.2s ease-in-out;     
    -ms-transition:all 0.2s ease-in-out;      
    transition:all 0.2s ease-in-out;
	}
	
.tweet a:hover {
	background:url("../img/twitter_sprite.jpg") no-repeat scroll 0 -35px transparent;
    border:0 none;
    display:block;
    float:left;
    height:36px;
    margin-right:3px;
    text-indent:-9999px;
    width:35px;
	}
.one{
	text-align:center;
}
#fill-slider{
}

#point-arrow{

}
.arrow-left{
	border: 2px dashed #fff;
	border: 2px dashed rgba(255,255,255,0.3);
	width:80px;
	height:80px;
	position:absolute;
	margin-top:50px;
	border-right: none;
	border-top: none;
	z-index: 2000;
    cursor: pointer;
    
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.arrow-right{
	border: 2px dashed #fff;
	border: 2px dashed rgba(255,255,255,0.3);
	width:80px;
	height:80px;
	float:right;
	margin-top:50px;
	border-left: none;
	border-bottom: none;
	z-index: 2000;
	cursor: pointer;
	position:absolute;
	margin-left:70%;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.arrow-right:hover, .arrow-left:hover {
	border-color: rgba(255,255,255,1);
}
#product_image {
	background-repeat:no-repeat;
	clear:both;
	position:relative;
/*	z-index:50;*/
	}
	
#product_content {
	left:10px;
	position:relative;
	text-align:center;
	z-index:60;
}
#container_12 {
}

#container_12 .squeeze{
	display:inline;
	/*float: left;*/
	position: relative;
	margin-right: 0;
	margin-left: 0;
	font-size: 56px;
	text-align:center;
	/*width:220px;*/
}
.squeeze a{
	color: #FFFFFF;
	font-size: 126px;
}
.squeeze a:hover{
	/*color:#CA1F7B;*/
	text-decoration:none;
}	
#marketplace {
	float:left;
	width:52%;
	margin-top:50px;
	text-align:center;
	}
#marketplace a, #appstore a {
	-webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
	}
	
#marketplace a:hover, #appstore a:hover {
	-moz-transform:translate(0,-.6em);
	-o-transform:translate(0,-.6em);
	transform:translate(0,-.6em);
	-webkit-transform:translate(0,-.6em);
	}
	
#appstore {
	float:left;
	margin-top:50px;
	width:47%;
	text-align:center;
	}
#appstore h6{
	font-family:'Maven Pro', sans-serif;
	font-size:40px;
	color:#f39d7e;
	margin-bottom:25px;
}
#main_content {
	text-align:center;
	-moz-animation: move-animation 8s 1 linear;
	position:relative;
	margin-top:100px;
	}
/*@-moz-keyframes delayed-fade-animation {
    0%   {opacity: 0;}
    80%  {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes move-animation {
    0%   {bottom: 320px;}
    80%   {bottom: 320px;}
    100% {bottom: 20px;}
}*/
.ie7 #main_content {
	min-height:200px;
	}
	
#main_content .one_third_first img, #main_content .one_third img, #main_content .one_third_1 img {
	padding-left:20px;
	}
	
.black_title {
	color:#fff;
	font-size:18px;
	font-family:'Maven Pro', sans-serif;
	margin-top:10px;
	margin-bottom:26px;
	font-weight:bold;
	}
	
.black {
	/*color:#7b7b7b;*/
	font-size:12px;
	font-family:'Maven Pro', sans-serif;
	margin-top:10px;
	}
	
#main_content_bottom {
	background-image:url("/static/images/benefit_footer.png");
	background-repeat:no-repeat;
	height:174px;
	}
	
#get_some {
	text-align:center;
	padding-left:20.5%;
	}
.one_fourth_first img, .one_fourth img {
	-webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
	}
	
.one_fourth_first img:hover, .one_fourth img:hover {
	-moz-transform:translate(0,-.6em);
	-o-transform:translate(0,-.6em);
	transform:translate(0,-.6em);
	-webkit-transform:translate(0,-.6em);
	}
	
#logos {
	clear:both;
	min-height:105px;
	margin-bottom:50px;
	}
	
#freebie {
	clear:both;
	}
	
p.white {
	font-family:'Maven Pro', sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:1.4em;
	text-align:center;
	}
	
.pink {
	font-family:'Maven Pro', sans-serif;
	font-size:10px;
	color:#edcebd;
	line-height:1.4em;
	}
	
.copyright {
	float:right;
	margin-top:-25px;
	}
	
.ie7 .copyright {
	width:150px;
	margin-top:-29px;
	}
	
.bottom_logo {

	margin-top:36px;
	width:450px;
	}
	
.bottom_logo img {
	float:left;
	margin-right:5px;
	-webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
	}
	
.bottom_logo img:hover {
	-moz-transform:translate(0,-.6em);
	-o-transform:translate(0,-.6em);
	transform:translate(0,-.6em);
	-webkit-transform:translate(0,-.6em);
}
	
.bottom_social {
	text-align:center;
	margin-left:15px;
	height:50px;
	width:450px;
	padding-top:25px;
	float:left;
}
.a-btn{
    background:#fecc5f;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background:-webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border:1px solid #f5b74e;
    border-color:#f5b74e #e5a73e #d6982f;
    padding:0px 80px 0px 10px;
    height:38px;
    display:inline-block;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*    float:left;*/
    margin:10px auto;
    overflow:hidden;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-text{
    padding-top:5px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    color:#996633;
    text-shadow:0 1px 0 #fedd9b;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    margin-left: 20px;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #f5b74e;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:70%;
    top:70%;
    margin:-20px 0px 0px -20px;
}
.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#fec354;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background:-webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color:#d29a3a #cc9436 #c89133;
    text-shadow:0 1px 0 #fee1a0;
    -webkit-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}

/*  END OF STYLES */


}
/*  START OF FORM */

#sign_me_up {
	width:753px;
	background-image:url("/static/images/signup_background.png");
	background-repeat:no-repeat;
	height:151px;
	margin-top:20px;
	margin-bottom:28px;
	text-align:center;
	margin-left:150px;
	}
	
#contact_form ul {
	list-style:none;
	float:left;
	margin-top:42px;
	padding:0;
	width:753px;
	}

#contact_form  li {
	float:left;
	margin-bottom:10px;
	position:relative;
	height:55px;
	list-style-type:none;
	color:#8a8a8a;
	font-family:'Maven Pro', sans-serif;
	}
	
#contact_form  li.email {
	float:left;
	margin-left:30px;
	}
	
#contact_form  li.name {
	float:left;
	margin-left:30px;
	}

#contact_form  li.button {
	float:left;
	margin-bottom:10px;
	position:relative;
	height:35px;
	list-style-type:none;
	margin-left:25px;
	}

#contact_form input {
	width:210px;
	margin-bottom:15px;
	background-color:#ffffff;
	color:#8a8a8a;
	border:1px solid #b9baba;
	padding:8px;
	font-family:'Maven Pro', sans-serif;
	font-size:15px;
	}

#contact_form input:focus, textarea:focus {
	background-color:#FFFFFF;
	color:#8a8a8a;
	border:1px solid #ec5b2b;
	}

input[type=submit] {
	background-repeat:no-repeat;
	border:none !important;
	cursor:pointer;
	height:43px;
	-webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
	}
	
input[type=submit]:hover {
	background-repeat:no-repeat;
	border:none !important;
	cursor:pointer;
	height:43px;
	-moz-transform:translate(0,-.6em);
	-o-transform:translate(0,-.6em);
	transform:translate(0,-.6em);
	-webkit-transform:translate(0,-.6em);
	}

#contact_form .required {
	color:#00a1f5; 
	font-size:11px; 
	}

#contact_form label {
	display:none;
	}
	
.form_error {
	border:1px solid #406a27;
	}

#thanks {
	border:1px solid #bcbcbc;
	width:400px;
	padding:0px 10px 0px 0px;
	background-color:#f2f3ea;
	text-align:left;
	}

#contactmessage {
	clear:both;
    color:#2D78D2;
	font-family:'Maven Pro', sans-serif;
    font-size:15px;
    padding-top:20px;
    text-align:left;
	}

.success {
	color:#7B7B7B;
	font-family:'Maven Pro', sans-serif;
	font-size:16px;
	margin-left:20px;
	padding-top:50px;
	}
	
.error {
	color:#EB592A;
	font-size:12px;
	position:absolute;
	right:15px;
	top:47px;
	}
	
input, textarea, select {
	height:25px;
	}
	
/*  END OF FORM */

#mc_embed_signup form {
    display: block;
	padding: 6% 0 0 3%;
	position: relative;
	text-align: center;
}

#mc_embed_signup label {
	font-family:'Maven Pro',Tahoma,sans-serif;
	color: rgb(255, 255, 255);
}


/*  START OF MEDIA QUERIES */


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 768px) {
	
	#wrapper {
		width:95%;
		margin:0 auto;
		}
	
	#main_content_bottom {
		background-image:none;
		-moz-border-radius:0 0 36px 36px;
		-webkit-border-radius:0 0 36px 36px;
		border-radius:0 0 36px 36px;
		background-color:#ffffff;
		min-height:145px;
		}
	
	img {
		max-width:100%;
		height:auto;
		}
	
	img {
		-ms-interpolation-mode:bicubic;
		}
		
	#main_content .one_third_first img, #main_content .one_third img, #main_content .one_third_1 img {
		padding-left:0;
		}
		
	#product_image {
		height:550px;
		background-repeat:no-repeat;
		}
		
	#product_content {
		text-align:center;
		width:auto;
		margin-top:0;
		padding-bottom:30px;
		padding-right:15px;
		}
		
	#logos {
		padding-top:30px;
		}
		
	#contact_form input {
		width:95%;
		}
		
	#sign_me_up {
		margin-left:0;
		background-image:url("../img/signup_background2.png");
		background-repeat:no-repeat;
		width:auto;
		}
		
	.bottom_logo {
		margin-top:11px;
		width:223px;
		}
		
	.bottom_social {
		margin-left:100px;
		padding-top:0;
		width:250px;
		}
		
	#contact_form ul {
		width:auto;
		}
		
	.error {
		font-size:10px;
		}
	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 480px) {
	
	
	#top_content_wrapper, #main_content_wrapper {
		width:100%;
		}
		
	#product_image {
		background-image:none;
		height:auto;
		}
		
	#marketplace {
		width:47%;
		margin-right:22px;
		}
		
	#marketplace_orange {
		width:43%;
		}
		
	#appstore_orange {
		width:40%;
		}
		
	#social {
		float:none;
		padding-left:190px;
		}
		
	#contact_form input {
		width:175px;
		}
		
	#product_content {
		margin-top:40px;
		}
		
	#logos {
		padding-bottom:40px;
		min-height:0px;
		}
		
	#sign_me_up {
		background-image:none;
		width:auto;
		}
		
	#contact_form li.name {
		margin-left:0;
		}
		
	.error {
		right:29px;
		color:#ffffff;
		}
		
	#contact_form li.button {
		margin-bottom:35px;
		margin-left:0px;
		margin-top:20px;
		width:100%;
		}
		
	.bottom_logo {
		width:100%;
		float:none;
		}
		
	.bottom_social {
		margin-left:0px;
		width:auto;
		padding-top:18px;
		padding-left:190px;
		}
	
	.copyright {
		margin-top:-9px;
		}
		
	#get_some {
		padding-left:40px;
		}
	#appstore h6{
		font-size:28px;
	}	
	.success {
		color:#ffffff;
		}
		
	h1 {
		font-size:62px;
		}
	
	h2 {
		font-size:48px;
		}
	
	h3 {
		font-size:45px;
		}
	
	h4 {
		font-size:28px;
		}
	
	h5 {
		font-size:25px;
		}
	
	h6 {
		font-size:45px;
		}
	
	}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 320px) {
	
	#top_content_wrapper, #main_content_wrapper {
		width:95%;
		}
	
	#main_content {
		padding:20px;
		}
		
	#main_content .one_third_first img, #main_content .one_third img, #main_content .one_third_1 img {
		padding-left:7px;
		}
	
	#social {
		padding-left:0;
		float:none;
		left:38%;
		}
		
	#marketplace, #appstore, .one_third_first, .one_third, .one_fourth, .one_fourth_first,.one_third_1, #marketplace_orange, #appstore_orange {
		width:95%;
		float:left;
		margin-bottom:0;
		text-align:center;
		}
		
	#marketplace_orange, #appstore_orange {
		margin-left:-20px;
		}
		
	#appstore_orange {
		margin-top:20px;
		}
		
	#main_content_bottom {
		min-height:250px;
		}
		
	.one_third, .one_fourth, .one_third_1 {
		margin-left:0;
		}
		
	#freebie {
		padding-top:30px;
		}
		
	#contact_form li.email, #contact_form li.button, #contact_form input, #contact_form li.name {
		margin-left:0;
		width:95%;
		margin-bottom:0px;
		margin-top:0;
		}
		
	#contact_form li.email {
		margin-bottom:20px;
		}
		
	#contact_form ul {
		width:auto;
		margin-top:0;
		}
	#appstore h6{
		font-size:18px;
	}

	.bottom_logo, .bottom_social, .copyright {
		width:95%;
		text-align:center;
		margin-left:0;
		float:none;
		}
		
	.bottom_social {
		margin-left:-75px;
		}
		
	.error {
		clear:both;
		}
		
	.success {
		color:#ffffff;
		}
		
	h1 {
		font-size:52px;
		}
	
	h2 {
		font-size:45px;
		}
	
	h3 {
		font-size:35px;
		}
	
	h4 {
		font-size:18px;
		}
	
	h5 {
		font-size:40px;
		margin-top:25px;
		}
	
	h6 {
		font-size:43px;
		}
		
	#social {
		width:99%;
		left:0;
		clear:both;
		}
		
	.bottom_social {
		width:99%;
		margin-left:0;
		padding-left:0;
		clear:both;
		}
		
	.facebook {
		width:48%;
		float:left;
		}
		
	.facebook a, .facebook a:hover {
		float:right;
		}
		
	.tweet {
		width:48%;
		float:left;
		}
	


/*  END OF MEDIA QUERIES */

