/* HTML5 DECLARATIONS */
* {
	letter-spacing: -1px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility;} /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%/1.5 "Helvetica Neue",sans-serif; *font-size: 1em; color: #333} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue",sans-serif;color:#222;text-shadow:1px 1px 1px rgba(0,0,0,.10)}
h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:"Helvetica Neue", sans-serif}

/* HYPERLINKS */
a {text-decoration: none; color:#37c441}
a:hover {text-decoration: underline}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #37c441}
ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {background: #37c441; color: #fff; text-shadow: none} /* selected text */
::selection {background: #37c441; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:"Helvetica Neue", sans-serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */


/* column grid */
.g1,.g2,.g3,.g4{display:block; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3{width:98.0%}

.g4 {
	display:inline; 
	float: left;
	width:48.0%;
}

/* Page */
html {
	border-top: 5px solid #37c441;
	background: #eee;
}

body {
	width: 100%;
}

p {
	color: #787878;
}

.wrapper {
	overflow: hidden;
	background: #fff;
	width: 100%;
}	

.container {
	max-width: 960px;
	margin: 0 auto;
}

/* Header */
.header {
	margin: 40px 0 0;
}

.header h1 {
	color: #37c441;
	font-size: 30px;
}

.social {
    margin: -18px 0 0;
}

.fb-panel {
	margin: -3px 10px 0 0;
}

/* Social */
.fb_reset {
	display: none;
}

.social ul {
	list-style: none;
}

.social li {
	float: right;
}

/* Suggestion */
.suggestion {
	margin: 33px 0 30px;
	overflow: hidden;
}

.suggestion p, .suggestion-link {
	color: #787878;
	font-size: 49px;
	line-height: 70px;
	padding: 3px 0;
	margin: 0;
}

.suggestion-link {
	text-decoration: underline;
	-webkit-transition: all Mona; 
	-moz-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;	
}

.suggestion-link:hover {
	text-decoration: underline;
	color: #37c441;
}

.suggestion .submitter {
	margin: -30px 0 0;
}

.suggestion .submitter a {
	border-bottom: 1px solid #37c441;
	text-decoration: none;
	
	-webkit-transition: all Mona; 
	-moz-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}

.suggestion .submitter a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
	
.suggestion .submitter, .suggestion .submitter a {
	font-size: 14px;
}

/* Weather */
.weather-bt {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	background: #37c441;
	width: 100%;
	display: block;
	text-align: center;
	padding: 11px 0;
	margin: 10px 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;  	
}

.weather-bt:hover {
	text-decoration: none;
	background: #d66500;
}

/* Main */

.main {
	margin: 0 0 130px;
}

/* Footer */
.footer {
	color: #666;
	font-size: 14px;
	padding: 16px 0 20px;
}

.footer a {
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #666;
	text-decoration: none;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;	
}

.footer a:hover {
	border-bottom: 1px solid #eee;
	text-decoration: none;
}

.copy {
	float: left;
}

.submit-page {
	float: right;
}

.google-ads {
	margin: 45px 0 0;
}

/* Form */
.submit-form  {
	margin: 37px 0 0;
}

.submit-form ul {
	list-style: none;
}

.submit-form li {
	margin: 0 0 21px;
}

.submit-form input {
	color: #787878;
	border: 1px solid #ccc;
}

.submit-form .input-midle {
	padding: 10px 14px;
	width: 413px;
}

.submit-form .like {
	font-size: 49px;
	padding: 9px 20px; 
	width: 91.0%;
}

.submit-form label {
	color: #787878;
	font-size: 16px;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}

.submit-form label span {
	font-size: 12px;
	display: block;
}

.input-midle.placeholder {
	color: #ccc;
}

label.error {
	color: #f00;
}

.bt {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #37c441;
	display: block;
	border: none;
	padding: 11px 0;
	margin: 10px 0;
	width: 442px;
	letter-spacing: -2px;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;  	
}

.bt:hover {
	text-decoration: none;
	background: #d66500;
}

/* Thank you page */
.thankyou-panel a {
	letter-spacing: -2px;
}

.thankyou-panel .weather-bt {
	width: 90%;
}

.thankyou-panel {
	margin: 7px 0 2em;
}

.mobile-submit-page, .google-mobile-ads, .mobile-social {
	display: none;
}

/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.main {
		margin: 0 0 30px;
	}

	body {
		border-top: 6px solid #37c441;	
	}

	.container {
		width: 700px;
	}

	.header .social {
		position: absolute;
		left: 0;
		top: 20px;
	}

	.suggestion {
		margin: 53px 0 30px;
	}

	.g4 {
		width: 100%;
	}

	.weather-bt {
		background: #37c441;
		letter-spacing: -2.5px !important;
	}

	.weather-bt:hover, .bt:hover {
		background: #37c441;
	}
}

/* iPhone */
@media only screen and (max-device-width: 480px) {
	.main {
		margin: 0 0 30px;
	}

	body, html {
		width: 350px;
		border-top: 7px solid #37c441;	
	}

	.container {
		width: 320px;
	}

	.header .social {
		display: none;
	}


	.header h1 {
		margin: -25px 0 0;
		font-size: 18px;
	}

	.suggestion {
		margin: 33px 0 15px;
		letter-spacing: 0;
	}

	.suggestion p, .suggestion .suggestion-link {
		font-size: 25px;
	}

	.suggestion p, .suggestion a {
		line-height: 29px;
	}

	.suggestion .submitter, .suggestion .submitter a {
		font-size: 18px !important;
		line-height: 29px;
		margin: -5px 0 0 0;
	}

	.g4 {
		width: 100%;
	}

	.submitter, .submitter a {
		font-size: 28px !important;
	}

	.weather-bt, .bt {
		background: #37c441;
		font-size: 18px;
	}

	.bt {
		letter-spacing: -1px !important;
	}

	.weather-bt:hover, .bt:hover {
		background: #37c441;
	}

	.submit-page {
		display: none;
	}

	.copy, .copy a {
		font-size: 14px;
	}

	.mobile-submit-page, .mobile-social {
		display: block;
	}

	.mobile-social {
		margin: 10px 0 0;
	}

	.mobile-social ul {
		list-style: none;
	}

	.mobile-social li {
		float: left;
	}

	.footer .weather-bt {
		color: #fff;
		font-size: 18px;
		background: #999;
		margin: 30px 0 0;
	}

	.footer .weather-bt:hover {
		background: #999;
	}

	.google-ads {
		display: none;
	}

	.google-mobile-ads {
		display: block;
		margin: 30px 0 0;
	}

	.google-mobile-ads img {
		width: 100%;
	}

	.submit-page, .submit-page body {
		width: 280px !important;
	}

	.submit-page .container  {
		width: 200px !important;

	}
	
	.submit-form  .input-midle {
		width: 295px;
	}

	.submit-form .like {
		width: 285px;
		font-size: 22px;
	}
	
	.thankyou-panel .weather-bt {
		width: 318px;
	}
	
	.bt {
		width: 99%;
	}
	
	#recaptcha_logo, #recaptcha_tagline {
		 display: none ! important;
	}
	
	#recaptcha_widget_div {
		margin: 0 0 0 -7px;
	}
}


/* iPhone */
@media only screen and (max-device-width: 480px) {
	.main {
		margin: 0 0 30px;
	}

	body, html {
		width: 350px !important;
		border-top: 7px solid #37c441;	
	}

	.container {
		width: 320px !important;
	}

	.header .social {
		display: none;
	}


	.header h1 {
		margin: -25px 0 0;
		font-size: 18px;
	}

	.suggestion {
		margin: 33px 0 15px;
		letter-spacing: 0;
	}

	.suggestion p, .suggestion .suggestion-link {
		font-size: 25px;
	}

	.suggestion p, .suggestion a {
		line-height: 29px;
	}

	.suggestion .submitter, .suggestion .submitter a {
		font-size: 18px !important;
		line-height: 29px;
		margin: -5px 0 0;
	}

	.g4 {
		width: 100%;
	}

	.submitter, .submitter a {
		font-size: 28px !important;
	}

	.weather-bt, .bt {
		background: #37c441;
		font-size: 18px;
	}

	.bt {
		letter-spacing: -1px !important;
	}

	.weather-bt:hover, .bt:hover {
		background: #37c441;
	}

	.submit-page {
		display: none;
	}

	.copy, .copy a {
		font-size: 14px;
	}

	.mobile-submit-page, .mobile-social {
		display: block;
	}

	.mobile-social {
		margin: 10px 0 0;
	}

	.mobile-social ul {
		list-style: none;
	}

	.mobile-social li {
		float: left;
	}

	.footer .weather-bt {
		color: #fff;
		font-size: 18px;
		background: #999;
		margin: 30px 0 0;
	}

	.footer .weather-bt:hover {
		background: #999;
	}

	.google-ads {
		display: none;
	}

	.google-mobile-ads {
		display: block;
		margin: 30px 0 0;
	}

	.google-mobile-ads img {
		width: 100%;
	}

	.submit-page, .submit-page body {
		width: 280px !important;
	}

	.submit-page .container  {
		width: 200px !important;

	}
	
	.submit-form  .input-midle {
		width: 295px;
	}

	.submit-form .like {
		width: 285px;
	}
	
	.thankyou-panel .weather-bt {
		width: 318px;
	}
	
	.bt {
		width: 99%;
	}
	
	#recaptcha_logo, #recaptcha_tagline {
		 display: none ! important;
	}
	
	#recaptcha_widget_div {
		margin: 0 0 0 -7px;
	}
}


@media only screen and (min-width: 0) { 
	.container {
		width: 440px;
	}

	.submit-page {
		display: none;
	}
	
	.mobile-submit-page {
		display: block;
		margin: 40px 0;
	}

	.mobile-submit-page a {
		background: #999;
		color: #fff;
		display: block;
		font-size: 24px;
		font-weight: 700;
		margin: 10px 0;
		padding: 11px 0;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	
	.social li {
		float: left;
	}
	
	/* COLUMN GRID */
	.g1,.g2,.g3,.g4 {display:block; float: none;}
	
	/* 2 COLUMN GRID */
	.g1 {width:98.0%}
	.g2 {width:98.0%}
	.g3 {width:98.0%}
	.g4 {width:98.0%}
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 400px) { 
	.container {
		width: 440px;
	}

	.submit-page {
		display: none;
	}
	
	.mobile-submit-page {
		display: block;
		margin: 40px 0;
	}

	.mobile-submit-page a {
		background: #999;
		color: #fff;
		display: block;
		font-size: 24px;
		font-weight: 700;
		margin: 10px 0;
		padding: 11px 0;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	
	.social li {
		float: left;
	}
	
	/* COLUMN GRID */
	.g1,.g2,.g3,.g4 {display:block; float: none;}
	
	/* 2 COLUMN GRID */
	.g1 {width:98.0%}
	.g2 {width:98.0%}
	.g3 {width:98.0%}
	.g4 {width:98.0%}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width:768px) { 
	.container {
		width:740px;
	}
	
	.social li {
		float: right;
	}
	
	.submit-page {
		display: block;
	}
	
	.mobile-submit-page {
		display: none;
	}		

	.weather-bt {
		letter-spacing: -2.3px;
	}

	.g1,.g2,.g3,.g4{float: left; display:block; position: relative; margin-left: 1%; margin-right: 1%}

	.g4 {
		display:inline; 
		float: left;
		width:48.0%;
	}

	/* 3 COLUMN GRID */
	.g1 {width:28.333%}
	.g2 {width:64.667%;}
	.g3 {width:98.0%}
}

@media only screen and (min-width:960px) { 
	.container {
		width:960px;
	}
	
	.social li {
		float: right;
	}
	
	.submit-page {
		display: block;
	}
	
	.mobile-submit-page {
		display: none;
	}		

	/* 3 COLUMN GRID */
	.g1 {width:28.333%}
	.g2 {width:67.667%;}
	.g3 {width:98.0%}
	
	
	.g1,.g2,.g3,.g4{float: left; display:block; position: relative; margin-left: 1%; margin-right: 1%}

	.g4 {
		display:inline; 
		float: left;
		width:48.0%;
	}
		
}


/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}