/* -----------------

Colours:

Navy Blue:							#0a3e68;
Yellow:								#ffef00;
Red:								#b61c00;
Light Blue (Placeholder text etc):	#93adc2;
White:								#ffffff;
Background light grey:				#efeeee;

 -------------------- */
 body{
	 font-size:100%; /* --  font-size:0.875em; = 16x.875=14  or 14 divided by 16 = 0.875-- */
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 color: #0a3e68;
	 background-color: #efeeee;
 }
 /* ---------- Header ------- */
 
 #header{
	 text-align: center;
	 padding-top: 60px;
	 color: #ffef00;
	 background: #0a3e68 url(../images/header-bkgnd.gif) repeat-x left bottom;
	 
 }
 
#header_inner{
	 width: 600px;
	 margin: 0 auto 0 auto;
}
 
#header h1{
	font-size: 6.25em;
}
#header p{
	color: #fff;
	font-weight: normal;
	font-size: 2em;
	
/* font-size: 1.5em; 
font-weight: bold;*/
}
 
p#vs{
  font-size: 3.5em;
  color: #fff;
  padding: 10px 0 20px 0;
}
  
#header h2{
  font-size: 4.5em;
  margin-bottom: 50px;
}

#form_wrap{
	width: 450px;
	border: 4px solid #0a3e68;
	background: #fff url(../images/dollar-symbol.png) no-repeat 15px center;
	margin: 20px auto 0 auto;
	padding: 0;
	
}
#salary{
	background: #fff;
	float: left;
	height: 50px;
	width: 275px;
	display: block;
	font-size: 1.5em;
	border: 0;
	margin: 0 0 0 49px;
	line-height: 50px;
	padding-top: 15px;
	color: #0a3e68;
	-webkit-appearance: none;
	border-radius: 0;
}

#salary:focus {outline:none;}

.form_submit_btn{
	display: block;
	float: right;
	padding: 15px 35px 15px 15px;
	height: 80px;
	width: 80px;
	border: 0px;
	color: #fff;
	font-size: 1.5em;
	background: #b61c00 url(../images/submit-arrow.png) no-repeat right center;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

.form_submit_btn:hover,
.form_submit_btn:focus,
.form_submit_btn:active,
.form_submit_btn.active,
.form_submit_btn.disabled,
.form_submit_btn[disabled] {
	background-color: #a11a01;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #93adc2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #93adc2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #93adc2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #93adc2;
}

.placeholder { color: #93adc2; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*----------- Results ---------- */


.liketop {margin: 25px auto;}

#results{
	
}

#results_header{
	text-align: center;
	color: #ffef00;
	background: #0a3e68;
	height: 400px;
	padding: 20px 0;
}

#results_header_inner{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#maxAmount{
	text-align: center;
	color: #ffef00;
	background: #0a3e68 url(../images/gina.jpg) no-repeat right bottom;
	height: 520px;
	padding: 20px 0;
}
#maxAmount_inner{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.instant_time_div h1{
	font-weight: bold;
	color: #ffef00;
	 font-size: 8em;
	padding: 80px 0 0 0;
	text-align: center;
}
.instant_time_div h3{
	  font-weight: bold;
	color: #fff;
	font-size: 2.2em;
	padding: 20px 0 0 0px;
	text-align: center;
}
#maxAmount_inner h1{
	font-weight: bold;
	color: #ffef00;
	 font-size: 3.5em;
	padding: 250px 0 0 0;
}

#maxAmount_inner h3{
	  font-size: 1.4em;
	  color: #fff;
	  padding: 20px 0 20px 0;
	  font-weight: normal;
	  line-height: 120%;
}
#maxAmount_inner p{
	  font-size: 1em;
	  color: #fff;
	  margin-bottom: 20px;
}

a.back_to_top_text, a.back_to_top_text:visited{
	color: #fff;
	text-decoration: underline;
}
a.back_to_top_text:hover{
	text-decoration: none;
}
.back_to_top{
	display: block;
	width: 38px;
	height: 38px;
	background: transparent url(../images/up_sprite.png) no-repeat center top;
	text-indent: -2000px;
}
.back_to_top:hover{
	background: transparent url(../images/up_sprite.png) no-repeat center bottom;
}

.time_div{
	padding-top: 0px;
	text-align: center;
}
.time_div h1{
	font-size: 15em;
	display: inline-block;
}
.time_div h2{
	font-size: 4em;
	color: #fff;
	font-weight: normal;
	display: inline-block;
}
.time_div h3{
	font-weight: normal;
	color: #fff;
	font-size: 2.2em;
	padding: 30px 0 0 0px;
}


 #breakdown{
	
	background: transparent url(../images/diamond-bkgnd.jpg) repeat left top;
}

.gen_wrap{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 45px 0;
}
.comparision{
	float: left;
	width: 230px;
	margin-right: 77px;
	border: 1px solid;
	padding: 25px;
	background: #0E3F67;
}



.comparision h2{
	font-size: 1.3em;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	color:#FEED35;
}

.comparision h3{
	font-size: 3.5em;
	padding: 15px 0 5px 0;
	text-align: center;
	color:#FFF;
	
}


.comparision h6{
	font-size: 0.875;
	text-align: right;
	color:#FEED35;
}
.comparision p{
	font-size: 0.875em;
	text-align: center;
	padding-top: 15px;
	color:#FFF;
}

.toads_earnings{
	background-image: url(../images/divider.png), url(../images/divider.png) ;
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	
}

#whats_it_get {
	background-image: url(../images/divider.png), url(../images/divider.png) ;
	background-position: left bottom;
	background-repeat: repeat-x;
	
}

.earnings{
	width: 270px;
	text-align: center;
}

.earnings h3{
	font-size: 3em;
	color: #b61c00;
	padding: 25px 0;
}

.earnings p{
	font-size: 1.1em;
}

.earnings p.fineprint{
	font-size: 0.75em;
	padding-top: 5px;
}
.left_er{
	float: left;
	padding-left: 110px;
	background: transparent url(../images/cash-bag.png) no-repeat left center;
	margin-left: 30px;
}
.right_er{
	float: right;
	padding-right: 110px;
	background: transparent url(../images/toilet.png) no-repeat right center;
	margin-right: 30px;
}

/* MG Additional */

.threemins {
	text-align: right;
	width: 380px;
}

.TweetToiletRight {
	margin-right: 22px;
	margin-left: 5px;
	color: #0a3e68;
	font-style: italic;
}

.TweetToiletRight a {
	color: #0a3e68;
}

.TweetToilet img {
	height: 14px;
	width: 16px;
	margin-left: 115px;
	vertical-align: bottom;
}

.BillionBuy {
	color: #b61c00
}


.billionbreak {
	display:none;
}

.billionbreak2 {
	display:none;
}

.billionbreak3 {
	display:none;
}

.gen_wrap {
	line-height: 1.2;
}
.red {
	font-weight: bold;
	margin-bottom: 25px;
}

#footer_ad {
	display: none;
}

.fee {display:none;}


/* End MG Additional */


#whats_it_get{
	text-align: center;
}
#whats_it_get h1{
	font-size: 3em;
	padding-bottom: 50px;
}



.product{
	float: left;
	width: 230px;
	margin-right: 155px;
}

.product p{
font-size: 1.1em;
font-weight: bold;
padding-bottom: 20px;
}
#division{
	font-size: 3em;
	padding-bottom: 0px;
	padding-top: 12px;
}
.product p.fineprint{
	font-size: 0.75em;
	padding-top: 10px;
	font-weight: normal;
}

#aircraft-carrier{
	background: transparent url(../images/aircraft-carrier.png) no-repeat center top;
	width: 230px;
	height: 74px;
}
#shuttle{
	background: transparent url(../images/shuttle.png) no-repeat center top;
	width: 230px;
	height: 74px;
}

/* #jamaica{
	background: transparent url(../images/jamaica.png) no-repeat center top;
	width: 230px;
	height: 74px;
}*/

#jamaica_name {
	font-size: 3em;
	line-height: 40px;
	margin-top: 20px;
}

#prompt{
	text-align: center;
	margin-top: 30px;
}
#prompt p{
	font-size: 1.3em;
	
}

.red{
	color: #b61c00;
	margin-top: 5px;
}


#share{
	width: 350px;
	margin: 0 auto 0 auto;
	
}

#share h6{
	background: transparent url(../images/share-icon.png) no-repeat left bottom;
	padding: 20px 0 0 60px;
	margin-bottom: 10px;
	
}

#share p{
	background-image: url(../images/divider.png) ;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 20px 0 20px 0;
	text-align: center;
}

.social-buttons { width: 150px; margin-left: 0px; margin: 10px auto 0px auto;}
.fb-like span { height: 22px !important; }

#footer_ad{
	width: 728px;
	height: 90px;
	background-color: #dedbdb;
	margin: 70px auto 0 auto;
	
}

#footer{
	background-color: #0a3e68;
	margin-top: 50px;
	text-align: center;
	color: #fff;
}

#footer_inner{
	width: 1000px;
	padding: 20px;
	margin: 0 auto 0 auto;
	
}

#footer_inner a, #footer_inner a:visited{
	color: #fff;
	
}
a.footer_link{
	margin: 0 10px;
}
#footer_inner a:hover{
	text-decoration: none;
}
#footer_inner p{
	color: #fff;
	font-size: 0.75em;
	margin: 10px 0;
}
#privacy, #statistics, #contact {
	
	text-align: left;
}
#privacy, #statistics, #contact p{
	margin: 10px;
	font-size: 0.875em;
	line-height: 120%;
	
}
#privacy, #statistics, #contact h1{
	margin: 10px;
	font-size: 1.2em;
	color: #ffef00;
}

#statistics .s_h {
	font-weight: bold;
}


#privacy, #statistics, #contact ul{
	margin-left: 30px;
}

#contact ul {
font-size: 0.875em;}

#contact ul a {
text-decoration: none;}


#privacy, #statistics, #contact ul li{
	margin: 5px 0;
}


/*----------- Misc classes ---------- */

.clear_both{
	clear: both;
}
.strong{
	font-weight: bold;
}

.end{
	margin-right: 0px;
}


/* --------------- Retina background images ------------ */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    #form_wrap{
		background-image: url(../images/dollar-symbol@2x.png);
		background-size: 19px 33px;
		
	}
	.form_submit_btn{
		background-image: url(../images/submit-arrow@2x.png);
		background-size: 25px 22px;
		
	}
	#breakdown{
		background-image: url(../images/diamond-bkgnd@2X.jpg);
		background-size: 200px 200px;
	}
	.left_er{
		background-image: url(../images/cash-bag@2x.png);
		background-size: 80px 80px;
	}
	.right_er{
		background-image: url(../images/toilet@2x.png);
		background-size: 93px 106px;
	}
	#share h6{
		background-image: url(../images/share-icon@2x.png);
		background-size: 42px 32px;
	}
	#aircraft-carrier{
		background-image: url(../images/aircraft-carrier@2x.png);
		background-size: 212px 74px;
		
	}
	#shuttle{
		background-image: url(../images/shuttle@2x.png);
		background-size: 177px 74px;
	}
	#jamaica{
		background-image: url(../images/jamaica@2x.png);
		background-size: 166px 74px;
	}
	.toads_earnings{
		background-image: url(../images/divider@2x.png), url(../images/divider@2x.png) ;
		background-size: 10px 3px, 10px 3px;
	}
	#share p{
		background-image: url(../images/divider@2x.png);
		background-size: 10px 3px;
	}

/*--- end retina query --- */	
}



/* Smartphones (screens smaller than 768px) ----------- */
@media only screen and (max-width: 760px) {
	body{
		background-color: #0a3e68;
	}
	input {
	    -webkit-appearance: none;
	    border-radius: 0;
	}

	#header{
		padding-top: 35px;
		background-image:none;
	}
	
	#header_inner{
		 width: 100%;
		 margin: 0 auto 0 auto;
	}
	#header h1{
		font-size: 3.25em;
	}
	#header p{
		color: #fff;
		font-weight: bold;
		font-size: 1em;
	}
	 
	p#vs{
		font-size: 2em;
		color: #fff;
		padding: 5px 0 10px 0;
	}
	  
	#header h2{
		font-size: 2.5em;
		margin-bottom: 30px;
	}
	/* FORM */
	#form_wrap{
		width: 96%;
		border: none;
		
		margin: 30px auto 20px auto;
		padding: 0;
		
	}
	#salary{
		height: 30px;
		width: 150px;
		font-size: 1em;
		border: 0;
		margin: 0 0 0 49px;
		line-height: 30px;
	}
	
	.form_submit_btn{
		font-weight: bold;
		padding: 15px 15px 15px 15px;
		height: 60px;
		width: 60px;
		border: 0px;
		font-size: 1em;
		background-image: none;
		background-color: #b61c00;
	
	}
	/* Results */

	
	
	
	#results_header{
		text-align: center;
		background: #0a3e68 url(../images/smartphone-gina.jpg) no-repeat left bottom;
		height: 250px;
		padding: 20px 0;
	}
	#results_header_inner{
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: left;
	}
	.back_to_top{
	margin-left: 10px;
	}
	/* TIME DIV */
	
	.time_div{
	padding-top: 20px;
	text-align: left;
	}
	.time_div h1{
		font-size: 6em;
		display: block;
		margin-left: 10px;
	}
	.time_div h2{
		font-size: 2.5em;
		display: block;
		margin-left: 10px;
	}
	.time_div h3{
		padding: 10px 0 0 10px;
		font-size: 1.3em;
	}
	/* INSTANT TIME */
	.instant_time_div{
		text-align: center;
	}
	.instant_time_div h1{
		
		font-size: 4em;
		padding: 80px 0 0 0;
	}
	.instant_time_div h3{
		
		font-size: 1.3em;
		padding: 15px 0 0 0px;
	}
	/* MAX AMOUNT */
	#maxAmount{
		background-color: #0a3e68;
		background-image: none;
	}
	#maxAmount_inner{
		width: 90%;
		margin: 0 auto 0 auto;
		text-align: left;
	}

	#maxAmount_inner h1{
		font-weight: bold;
		color: #ffef00;
		 font-size: 3.5em;
		padding: 20px 0 0 0;
	}
	
	#maxAmount_inner h3{
		font-size: 1.4em;
		padding: 20px 0 20px 0;
	}
	#maxAmount_inner p{
		font-size: 1em;
		color: #fff;
		margin-bottom: 20px;
	}
	.gen_wrap{
		width: 100%;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	/* COMPARISON */
	.comparision{
		float: none;
		clear: both;
		width: 230px;
		margin: 0 auto;
		padding: 30px 0;
		border:none;
		background: #efeeee;
	}
	
.comparision h2 {
		color: #0E3F67;
		border-bottom: 1px solid #0E3F67;
	}
.comparision h3 {
		color: #0E3F67;
	}
.comparision h6 {
		color: #0E3F67;
	}
.comparision p {
		color: #0E3F67;
	}
	
	
	#her{
		padding-top: 80px;
	}
	#av_aus{
		padding-bottom: 60px;
	}



/* MG Additional */

.liketop {margin: 50px auto; text-align: center;}

.threemins {
	text-align: center;
	width: 280px;
}

.TweetToilet img {
	margin-right: 0px;
	margin-left: 20px;
}

.TweetToiletRight {
	margin-right: 20px;
}

.billionbreak {
	display:block;
	line-height: 0.2;
}

.billionbreak2 {
	display:block;
	margin-bottom: 60px;
}

.billionbreak3 {
	display:block;
	line-height: 0.25;
}


#her h3 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#her p {
	padding-top: 5px;
}

#you h3 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#you p {
	padding-top: 5px;
}

#av_aus h3 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#av_aus p {
	padding-top: 5px;
}

.left_er h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.right_er h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.product p {
	padding-bottom: 10px;
}

#whats_it_get h1 {
	line-height: 0.9;
}

.fee {display:inline;}

#jamaica_name {
	margin-top: 0px;
}

/* END MG Additional */	
			
			
	/* TOADS EARNINGS */
	.toads_earnings{
	padding: 60px 0;
	}
	.left_er{
		float: none;
		padding: 95px 0 60px 0;
		
		background-position: center top;
		margin: 0 auto;
	}
	.right_er{
		float: none;
		padding-top: 110px;
		padding-right: 0px;
		background-position: center top;
		margin: 0 auto;
	}
	/* PRODUCTS */
	
	#whats_it_get{
		padding-top: 60px;
	}
	
	
	#whats_it_get h1{
		font-size: 2em;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.product{
		float: none;
		width: 230px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#prod_1{
		padding-top: 60px;
	}
	#prod_3{
		padding-bottom: 60px;
	}
	p.prod3_fp{
		padding-bottom: 0;
	}
	/* Prompt */
	#prompt{
		padding: 60px 0;
	}
	/* SHARE */
	#share{
		text-align: center;
		width: 100%;
		margin: 0 auto 0 auto;
		
	}
	#share p{
	padding: 20px 10px 20px 10px;
	text-align: center;
	margin: 0 10px;
	}
	#share h6{
	background-image: none;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
	
	}
	.social-buttons { width: 120px; margin: 0 auto 0 auto;}
	#twitter-widget-0{
		margin: 20px 0;
	}
	/* FOOTER AD */
	#footer_ad{
		display: none;
		
	}
	/* FOOTER */
	#footer_inner{
		
		width: 80%;
		padding: 20px 0;
		margin: 0 auto 0 auto;
		
	}
	
}

	
/* end all smartphones */


/* iPads (landscape) -----------  STARTS*/
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	#maxAmount1{ width:100%;overflow:hidden;}
	#results_header_inner{width:100%;}
	.gen_wrap .comparision{ width:25%; margin:2%;}
	.gen_wrap .comparision h3{ font-size:2.8em;}
	.toads_earnings .left_er{ margin-left:50px;}
	.toads_earnings .right_er{  text-align:left; width:260px;margin-right:75px; padding-right:75px; float:right;  }
	#whats_it_get,#prompt,#footer,.gen_wrap{ width:100%;}
	#footer_inner{ width:100%; padding:20px 0px;}
	.gen_wrap .product{ width:32.8%; margin:0px;}
	#aircraft-carrier,#shuttle,#jamaica{ margin:0px auto;}
	#prompt{padding: 40px 0;}
	.comparision{margin-right:0px; padding:20px;}
	p.fineprint.threemins {text-align:center; margin-left:6px;}
}
/* iPads (landscape) -----------  ENDS*/

/* iPads (portrait) ----------- STARTS */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	#maxAmount1{ width:100%;overflow:hidden;}
	#results_header_inner{width:100%;}
	.gen_wrap .comparision{ width:25%; margin:1.95%;}
	.gen_wrap .comparision h3{ font-size:2.8em;}
	.toads_earnings .left_er{ margin-left:5px;}
	.toads_earnings .right_er{  text-align:left; width:260px;margin-right:31px; padding-right:55px; float:right;  }
	#whats_it_get,#prompt,#footer,.gen_wrap{ width:100%;}
	#footer_inner{ width:100%; padding:20px 0px;}
	.gen_wrap .product{ width:32.8%; margin:0px;}
	.TweetToiletRight{ margin-right:42px;}
	.TweetToilet img{ margin-left:66px;}
	.comparision{margin-right:0px; padding:16px;}
	p.fineprint.threemins {text-align:center; margin-left:0px;}
	span.TweetToilet {margin-left:20px;}
	p.fineprint.threemins {margin-left: 10px;}

}
/* iPads (portrait) ----------- ENDS */
