/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Page Styles
	#Media Queries
*/



/* #Fonts
================================================== */
/*
@font-face {
	font-family: 'Junction';
	src: url('../fonts/Junction-webfont.eot');
	src: url('../fonts/Junction-webfont.eot?iefix') format('eot'),
		url('../fonts/Junction-webfont.woff') format('woff'),
		url('../fonts/Junction-webfont.ttf') format('truetype'),
		url('../fonts/Junction-webfont.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RalewayThin';
	src: url('../fonts/raleway_thin-webfont.eot');
	src: url('../fonts/raleway_thin-webfont.eot?iefix') format('eot'),
		url('../fonts/raleway_thin-webfont.woff') format('woff'),
		url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
		url('../fonts/raleway_thin-webfont.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/* #Site Styles
================================================== */

h2 {
	font-size: 262%;
}

h3 {
	font-size: 423%;
}

p {
	font-size: 138%;
}




/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Philosopher', Georgia, 'sans serif', 'serif', 'Times New Roman';
	font-weight: normal;
	font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 109%; margin-bottom: 14px;}
h2 { font-size: 38px; line-height: 114%; margin-bottom: 10px; }
h3 { font-size: 34px; line-height: 121%; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 143%; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 141%; }
h6 { font-size: 14px; line-height: 150%; }
.subheader { color: #777; }

p {
	font-family: 'Philosopher', Georgia, Cambria, Helvetica, 'sans serif', 'serif', 'Times New Roman';
	font-weight: normal;
	font-style: normal;
	margin: 0 0 20px 0;
}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

body {
	margin-bottom:0px;
	padding-bottom:0px;
}

/*
* {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
  	opacity: 0.9;
}
*/

.superscript {
	position: relative;
	top: -1.38em;
	font-size: 38%;
	cursor: help;
}
.superscript a {
	text-decoration: none;
}

.fundingDiv h3, .fundingDiv p, .pitchDiv h2, .pitchDiv p {
	color: #ffffff;
	text-shadow: 	0 1px 0 rgba(0,0,0,.62),
					0 -0.5px 0 rgba(255,255,255,.3),
					0 -1px 0 rgba(255,255,255,.2),
					0 -1.5px 0 rgba(255,255,255,.1);
}


/* ==== Generic ==== */

.whiteRow {
	background-color: #ffffff;
}

.noText {
	color: transparent;
	font-size: 6px;
}
.noText span {
	visibility: hidden;
}

.centerX {
	margin-left: auto;
	margin-right: auto;
}


/* ====== Notification Bar ====== */

.notificationBG {
	background:url("../images/videoSectionBG2.jpg") no-repeat center center fixed;
	background-color: #393939;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.notificationContainerID p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.notificationDiv {
	margin-top: 20px;
	margin-bottom: 20px;
}

.notificationDiv p {
	color: #ffffff;
	font-size: 138%;
	line-height: 138%;
	text-align: center;
	margin-bottom: 0px;
}
.notificationDiv a, .notificationDiv a:visited, .notificationDiv a:hover, .notificationDiv a:active, .notificationDiv a:focus { 
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	border-bottom: 1px solid #F2E1A9;
}
.notificationDiv a:hover {
	border-bottom: 1px solid #ffffff;
}
#previewNotificationBR {
	display: none;
}


/* ====== Video ====== */

/*
#videoSectionDivID {
	margin-left: 0px;
	margin-right: 0px;
}
*/
#videoEmbedDivID, #videoEmbedID {
	/*background-color:transparent;*/
	width: 520px;
	height: 293px;
	margin-left: auto;
	margin-right: auto;
}
#videoEmbedDivID {
	position: relative;
}
#videoEmbedID {
	visibility: hidden;
}

.videoOverlay {
	display: block;
	background-color: #000000;
	background: url("../images/windy_video_overlay.jpg") left top no-repeat;
	background-size: 100% 100%;
	width: 520px;
	height: 293px;
	margin-left: auto;
	margin-right: auto;

	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
.videoOverlay, .videoOverlay:visited, .videoOverlay:hover, .videoOverlay:active, .videoOverlay:focus {
	color: transparent; 
	text-decoration: none;
	outline: 0; 
}

.videoBG {
	background:url("../images/videoSectionBG.jpg") no-repeat center center fixed;
}
.videoBG2 {
	background:url("../images/videoSectionBG2.jpg") no-repeat center center fixed;
}
.videoBG, .videoBG2 {
	background-color: #393939;

	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.videoSectionDiv {
	/*background-color: #44448b;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

#overlay { /*div*/
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:551px;
	z-index:1000;
	cursor:pointer;
	background:url("../../images/haze_overlay.jpg") top left no-repeat;
}


/* ====== Call to Action ====== */

.callToActionTop {
	width: 600px;
	height: 80px;
	margin-left:auto;
	margin-right:auto;
}

.callToActionSectionDiv {
	/*background-color: #22228b;*/
	margin-bottom: 30px;
}

.fundingDiv h3 {
	margin-top: 3px;
	margin-bottom:2px;
	text-align: center;
}
.fundingDiv p {
	text-align: center;
}

.goalDiv {
	cursor: help;
	width: 270px;
	height: 80px;
	float:left;
	margin-left:15px;
	margin-right:15px;
	background:url("../images/videoSectionBG2.jpg") no-repeat center center fixed;
}
.goalDiv {
	background-color: #393939;

	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.download {
	background: url('../images/appstore.png') top left no-repeat;
	background-size: 270px 80px;
	width: 270px;
	height: 80px;
	color: transparent;
	display: block;
	margin-top: 0px; /*24px*/
	line-height: 80px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}
.download span {
	visibility: hidden;
}
.download, .download:visited, .download:hover, .download:active, .download:focus { 
	color: transparent; 
	text-decoration: none;
	outline: 0; 
}
#downloadButton2 {
	margin-left:auto;
	margin-right:auto;
	float: none;
}

.goalInfoDiv p {
	text-align: left;
	margin-top:15px;
	padding-right:60px;
}

.fb-like {
	bottom:5px;
	left:20px;
}


/* ====== Pitch ====== */

.pitchSectionDiv {
	margin-top: 30px;
	margin-bottom: 30px;
}

.iconDiv a, .iconDiv a:visited, .iconDiv a:hover, .iconDiv a:active, .iconDiv a:focus { 
	color: transparent; 
	text-decoration: none;
	outline: 0; 
}

.icon {
	display: block;
	background: url("../images/windy_icon.png") left top no-repeat;
	background-size: 194px 194px;
	width: 194px;
	height: 194px;
	color: transparent;
	margin-left: auto;
	margin-right: auto;
}
.icon span {
	visibility: hidden;
}

.pitchDiv h2, .pitchDiv p {
	color: #ffffff;
}


/* ====== 3D Parallax Scenes ====== */

.sc0 {
	background: url('../images/sc0.jpg') top left no-repeat;
	background-size: 920px 678px;
	width: 920px;
	height: 678px;
	margin-top:0px;
	margin-bottom:30px;
}

.sc1 {
	background: url('../images/sc1.jpg') top left no-repeat;
	background-size: 920px 610px;
	width: 920px;
	height: 610px;
	margin-bottom:30px;
}


/* ====== Who ====== */

.whoDiv {
	background-color: #ffffff;
}

.whoDiv p {
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}


/* ====== Recording Info ====== */

.recordingDiv {
	height: 292px;
	background-color: #13418f;
	background: url('../images/gordonHemptonBlurLeft.jpg') top left repeat-x;
}

.gordonHempton {
	background: url('../images/gordonHempton.jpg') top left no-repeat;
	background-size: 194px 292px;
	width: 194px;
	height: 292px;
	margin-left: auto;
	margin-right: auto;
	color: transparent;
	font-size: 6px;
	/*
	-webkit-border-radius: 97px;
	-moz-border-radius: 97px;
	border-radius: 97px;*/
}
.gordonHempton span {
	visibility: hidden;
}

.recordingDiv p {
	font-size: 32px;
	line-height: 54px;

	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #ffffff;

/*
	text-shadow:     0 1px 0 rgba(255,255,255,.3),
	                 0 2px 0 rgba(255,255,255,.2),
	                 0 3px 0 rgba(255,255,255,.1);
*/
}

.recordingBR {
	display: none;
}


/* ====== How it Works ====== */

.howBG {
	background-color: #ffffff;
	/*margin-bottom: 30px;*/
}

.howColumnsDiv {
	margin-top: 60px;
	margin-bottom: 60px;
}

.howDiv, .howDiv h4, .howDiv p {
	text-align:left;
}
.howDiv p {
	margin-bottom: 0px;
}

.howLeftP {
	text-align:left;
	width:90%;
}


/* ====== Audio Demo ====== */

.subtitleDiv p {
	color: #ffffff;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#demoTitleBR {
	display: none;
}

.audioDemoBG {
	background-color: #22a3cd;
	background:url("../images/howSectionBG.jpg") no-repeat center center fixed;

	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	margin-bottom: 30px;
}

.audioDemoDiv {
	margin-top: 0px;
	margin-bottom: 0px;
}

.audioDemoDiv, .audioDemoDiv h4, .audioDemoDiv p {
	color: #ffffff;
	/*text-align:left;*/
}

.demoCenteringGroup {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.earPodLeft, .earPodRight {
	width: 68px;
	height: 189px;
	margin-top: 18px;
	float: left;
}
.earPodLeft {
	background:url("../images/earPodsLeft.png") no-repeat top left;
	background-size: 68px 189px;
}
.earPodRight {
	background:url("../images/earPodsRight.png") no-repeat top left;
	background-size: 68px 189px;
}

.demoPlayerColumn {
	width: 264px;
	margin-left: 60px;
	margin-right: 60px;
	float: left;
}
.pleaseUseHeadphones {
	margin-top: 30px;
	text-align: center;
}
.demoPlayerContainer {
	width: 264px;
	height: 100px;
	/*background-color: #2E2E2E;*/
	margin-left: 0px;
	margin-right: 0px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	/*
	border-style:solid;
	border-width: 2px;
	border-color: #ffffff;
	*/
	
	background:url("../images/videoSectionBG2.jpg") no-repeat center center fixed;
	background-color: #393939;

	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.demoPlayerContainer p, .demoPlayerContainer a {
	color: #ffffff;
	text-align: center;
}
.demoPlayerContainer a, .demoPlayerContainer a:visited, .demoPlayerContainer a:hover, .demoPlayerContainer a:active, .demoPlayerContainer a:focus { 
	text-decoration: none;
	outline: 0;
}
.demoPlayerContainer a:hover {
	text-decoration: underline;
}

.audioControlsMargin {
	width:50%;
	height: 15px;
	background-color: transparent;
	font-size: 1px;
}

#audioControlsID {
	display: block;
	width: 204px;
	background-color: #2E2E2E;
	margin-left: auto;
	margin-right: auto;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* ====== Features ====== */

.ears3DinfoDiv {
	
}
.ears3DinfoDiv p {
	text-align: left;
}

.iPhone {
	background: url('../images/iphone.png') top left no-repeat;
	background-size: 364px 767px;
	width: 364px;
	height: 767px;
	display: block;
	padding: 0px;
	margin-left:auto;
	margin-right: auto;
	color:transparent;
	font-size:8px;
}


/* ====== Features & Testimonials ====== */

.featuresAndTestimonialsDiv {
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.featuresAndTestimonialsDiv p {
	color: #000000;
	text-align: center;
}

.featureDiv {
	margin-bottom: 15px; /* 30/2 */
	height: 89px; /*(108+14+56) / 2*/
}
.featureDiv div {
	position: relative;
	background-size: 56px 56px;
	width: 56px;
	height: 56px;
	margin-right:20px;
	float: left;
}
.featureDiv p {
	position: relative;
	top: 4px;
	background-color: transparent;
	text-align: left;
	width: 91%;
}

.featureDiv a, .featureDiv a:visited, .featureDiv a:hover, .featureDiv a:active, .featureDiv a:focus { 
	text-decoration: none;
	outline: 0;
}
.featureDiv a:hover {
	text-decoration: underline;
}
#featureP3LinesShiftUp {
	position:relative; top:6px;
}

#br0, #br1, #fbr0, #fbr1, #br4, #br5 {
	display: none;
}
#br2, #br3 {
	display: inline-block;
}



#featureTaptaniumP2, #featureReorderP2 {
	display: none;
}

.featureTaptanium {
	background: url('../images/circleTaptanium.jpg') top left no-repeat;
}
.featureHeadphones {
	background: url('../images/circleC.jpg') top left no-repeat;
}
.featureFlash {
	background: url('../images/circleG.jpg') top left no-repeat;
}
.featureIncluded {
	background: url('../images/circleH.jpg') top left no-repeat;
}
.featureIAP {
	background: url('../images/circleD.jpg') top left no-repeat;
}
.featureLooped {
	background: url('../images/circleE.jpg') top left no-repeat;
}
.featureReorder {
	background: url('../images/circleA.jpg') top left no-repeat;
}

.starsH {
	background: url('../images/starH.jpg') top left repeat-x;
}
.starsG {
	background: url('../images/starG.jpg') top left repeat-x;
}
.starsD {
	background: url('../images/starD.jpg') top left repeat-x;
}
.starsC {
	background: url('../images/starC.jpg') top left repeat-x;
}
.starsA {
	background: url('../images/starA.jpg') top left repeat-x;
}

.stars {
	background-size: 72px 56px;
	width: 360px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	font-size: 6px;
	color: transparent;
}

.testimonialContainer {
	position: relative;
	width: 440px;
	margin-top: 14px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 138px;
}
.testimonialQuoteLeft, .testimonial, .testimonialQuoteRight {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.testimonialQuoteLeft {
	text-align: right;
	overflow:visible;
}
.testimonialQuoteLeft, .testimonialQuoteRight {
	width: 40px;
	padding-top: 0.3em;

	font-family: Georgia, 'sans serif', 'serif', 'Times New Roman', 'Philosopher';
	font-size: 685%;
	color: #ffffff;
	background-color: transparent;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=62)";
	filter: alpha(opacity=62);
	-moz-opacity: 0.62;
	-khtml-opacity: 0.62;
  	opacity: 0.62;
}
.testimonialQuoteLeft {
	padding-top: 0.2em;
}
.testimonialQuoteRight {
	padding-top: 0.35em;
}
.testimonial {
	width: 360px;
}

.testimonial p {
	font-style: italic;
	margin-bottom: 10px;
}
.testimonial a {
	text-align: center;
}
.testimonial a, .testimonial a:visited, .testimonial a:hover, .testimonial a:active, .testimonial a:focus { 
	text-decoration: none;
	outline: 0;
}

.quoteColorH, .quoteColorH p {
	color: #9992cd;
}
.quoteColorG, .quoteColorG p {
	color: #d48c9a;
}
.quoteColorD, .quoteColorD p {
	color: #61a9b1;
}
.quoteColorC, .quoteColorC p {
	color: #6aa398;
}
.quoteColorA, .quoteColorA p {
	color: #285e48;
}


/* ====== Wind ====== */

.windInfoBG {
	background-color: #22a3cd;
	background:url("../images/howSectionBG.jpg") no-repeat center center fixed;

	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	margin-bottom: 0px;
}

.windSim2, .windCompass1 {
	display:block;
	margin:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	margin-bottom:-6px;
	width:564px;
	height:170px;
	background:url("../images/windSim2.png") no-repeat top left;
	background-size: 564px 170px;
}

.windCompass1 {
	margin-top:0px;
	margin-bottom:30px;
	width:279px;
	height:279px;
	background:url("../images/windCompass1.jpg") no-repeat top left;
	background-size: 279px 279px;
}


/* ====== Call to Action (bottom) ====== */

.callToActionBG {
	background:url("../images/howSectionBG.jpg") no-repeat center center fixed;

	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.callToActionSectionDiv2 {
	margin-bottom: 0px;
}
.download2 {
	margin-top: 60px;
	margin-bottom: 60px;
}




/* ====== Media ====== */

.mediaInfoColumnsDiv {
	margin-top: 60px;
	margin-bottom: 30px;
}
.mediaInfoColumnsDiv p {
	color: #232323;

	margin-top: 6px;
	text-align: center;
	vertical-align: center;
	font-size: 27px;
}

.mediaBG {
	margin-top: 60px;
	background-color: #ffffff;
}

.mediaContainer {
	margin-bottom:30px;
}

.mediaContainer div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mediaContainer div a, .mediaContainer div a:visited, .mediaContainer div a:hover, .mediaContainer div a:active, .mediaContainer div a:focus { 
	font-size: 6px;
	display: block;
	color: transparent; 
	text-decoration: none;
	outline: 0;

	margin-left: auto;
	margin-right: auto;
}

.mediaContainer div a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
	filter: alpha(opacity=23);
	-moz-opacity: 0.23;
	-khtml-opacity: 0.23;
  	opacity: 0.23;

  	-moz-transition:opacity 0.33s ease-in-out;
  	-o-transition:opacity 0.33s ease-in-out;
  	-webkit-transition:opacity 0.33s ease-in-out;
	transition:opacity 0.33s ease-in-out
}

.mediaContainer div a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  	opacity: 0.7;

  	-moz-transition:opacity 0.33s ease-in-out;
  	-o-transition:opacity 0.33s ease-in-out;
  	-webkit-transition:opacity 0.33s ease-in-out;
	transition:opacity 0.33s ease-in-out
}

.mediaContainer div a span {
	visibility: hidden;
}

.mediaInfoColumnsDiv2 {
	margin-top: 0px;
	margin-bottom: 60px;
}
.mediaInfoColumnsDiv2 p {
	color: #232323;

	margin-top: 0px;
	text-align: center;
	vertical-align: center;
	font-size: 27px;
}



.theVergeLogo {
	width: 300px;
	height: 52px;
	background: #ffffff url('../images/theVerge.png') top left no-repeat;
	background-size: 300px 52px;
}

.engadgetLogo {
	width: 300px;
	height: 119px;
	background: #ffffff url('../images/engadget.png') top left no-repeat;
	background-size: 300px 119px;
}

.tuawLogo {
	width: 200px;
	height: 114px;
	background: #ffffff url('../images/tuaw.png') top left no-repeat;
	background-size: 200px 114px;
}

.lifehackerLogo {
	width: 300px;
	height: 86px;
	background: #ffffff url('../images/lifehacker.png') top left no-repeat;
	background-size: 300px 86px;
}

.uncrateLogo {
	width: 300px;
	height: 54px;
	background: #ffffff url('../images/uncrate.png') top left no-repeat;
	background-size: 300px 54px;
}

.gizmodoLogo {
	width: 300px;
	height: 44px;
	background: #ffffff url('../images/gizmodo.png') top left no-repeat;
	background-size: 300px 44px;
}

.macrumorsLogo {
	width: 300px;
	height: 54px;
	background: #ffffff url('../images/macRumors.png') top left no-repeat;
	background-size: 300px 54px;
}

.cultOfMacLogo {
	width: 300px;
	height: 50px;
	background: #ffffff url('../images/cultOfMac.png') top left no-repeat;
	background-size: 300px 50px;
}

.theIndustryLogo {
	width: 143px;
	height: 144px;
	background: #ffffff url('../images/theIndustry.png') top left no-repeat;
	background-size: 143px 144px;
}

.businessInsiderLogo {
	width: 300px;
	height: 122px;
	background: #ffffff url('../images/businessInsider.png') top left no-repeat;
	background-size: 300px 122px;
}

.techCrunchLogo {
	width: 300px;
	height: 199px;
	background: #ffffff url('../images/techCrunch.png') top left no-repeat;
	background-size: 300px 199px;
}

.fastCompanyLogo {
	width: 300px;
	height: 48px;
	background: #ffffff url('../images/fastCompany.png') top left no-repeat;
	background-size: 300px 48px;
}

.theNextWebLogo {
	margin-top: 18px;
	width: 300px;
	height: 126px;
	background: #ffffff url('../images/theNextWeb.png') top left no-repeat;
	background-size: 300px 126px;
}

.coolHuntingLogo {
	margin-top: 19px;
	width: 244px;
	height: 93px;
	background: #ffffff url('../images/coolHunting.png') top left no-repeat;
	background-size: 244px 93px;
}

.appAdviceLogo {
	margin-top: 0px;
	width: 130px;
	height: 130px;
	background: #ffffff url('../images/appAdvice.png') top left no-repeat;
	background-size: 130px 130px;
}

.appStormLogo {
	margin-top: 68px;
	width: 291px;
	height: 58px;
	background: #ffffff url('../images/appStorm.png') top left no-repeat;
	background-size: 291px 58px;
}

.macLifeLogo {
	margin-top: 25px;
	width: 300px;
	height: 73px;
	background: #ffffff url('../images/macLife.png') top left no-repeat;
	background-size: 300px 73px;
}


.mediaContainer div p {
	color: #c4c4c4;

	margin-top: 6px;
	text-align: center;
	vertical-align: center;
	font-size: 27px;
}





/* ====== Credits ====== */

.creditsBG {
	background-color: #393939;
	margin-bottom: 0px;
}
.creditColumnsDiv {
	margin-top: 30px;
	margin-bottom: 60px;
}

.taptaniumCredits, .quietPlanetCredits {
	color: transparent;
	font-size: 4px;
	display: block;
	/*line-height: 80px;*/
	margin-left:auto;
	margin-right:auto;
}
.taptaniumCredits {
	background: url('../images/taptaniumCredits.png') top left no-repeat;
	background-size: 180px 216px;
	width: 180px;
	height: 216px;
	margin-top: 24px;
}
.quietPlanetCredits {
	background: url('../images/quietPlanetCredits.png') top left no-repeat;
	background-size: 216px 248px;
	width: 216px;
	height: 248px;
	margin-top: 2px;
}
.taptaniumCredits, .taptaniumCredits:visited, .taptaniumCredits:hover, .taptaniumCredits:active, .taptaniumCredits:focus,
.quietPlanetCredits, .quietPlanetCredits:visited, .quietPlanetCredits:hover, .quietPlanetCredits:active, .quietPlanetCredits:focus { 
	color: transparent; 
	text-decoration: none;
	outline: 0; 
}

.andCredits {
	color: transparent;
	font-size: 4px;
	display: block;
	/*line-height: 80px;*/
	margin-left:auto;
	margin-right:auto;

	background: url('../images/andCredits.png') center left no-repeat;
	background-size: 112px 112px;
	width: 112px;
	height: 112px;

	margin-top: 58px;
}

.taptaniumCredits, .andCredits, .quietPlanetCredits {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  	opacity: 0.7;

  	-moz-transition:opacity 0.33s ease-in-out;
  	-o-transition:opacity 0.33s ease-in-out;
  	-webkit-transition:opacity 0.33s ease-in-out;
	transition:opacity 0.33s ease-in-out
}

.taptaniumCredits:hover, .quietPlanetCredits:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
  	opacity: 1;

  	-moz-transition:opacity 0.33s ease-in-out;
  	-o-transition:opacity 0.33s ease-in-out;
  	-webkit-transition:opacity 0.33s ease-in-out;
	transition:opacity 0.33s ease-in-out
}


/* ====== Signup ====== */

.signupBG {
	background-color: #444444;/*393939*/
	margin-bottom: 0px;
}
.signupColumnDiv {
	margin-top: 60px;
	margin-bottom: 30px;
}

.signupColumnDiv p {
	color: #c4c4c4;

	margin-top: 6px;
	margin-bottom: 54px;
	text-align: center;
	vertical-align: center;
	font-size: 27px;
}

/* ====== Mail Chimp ====== */

#mc_embed_signup {
	margin-top: 30px;
	margin-bottom: 30px;

	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#mce-FNAME, #mce-EMAIL {
	position: relative;
	top: 1px;
	width: 222px;
	margin-top: 0px;

	padding-left: 10px;
	font-style: italic;
}
#mce-FNAME {
	width: 137px;
}

#mc-embedded-subscribe {
	margin-left: 15px;
	width: 137px;
}



/* ====== Footer ====== */

.footerBG {
	background-color: #232323;
	margin-bottom: 0px;
}
.footerItemSpacing {
	width: 30px;
	display: inline-block;
}

#footerHiBR {
	display: none;
}

.footerColumnsDiv {
	margin-top: 30px;
	margin-bottom: 60px;
}
.footerColumnsDiv p {
	color: #c4c4c4;
	text-align: center;
}
.copyrightSymbol {
	position: relative;
	top: 0.1em;
	font-size: 118%;
}

#footerAdditionalInfo, #footerAdditionalInfo p.lead {
	color: #848484;
	font-size: 100%;
	line-height: 138%;
}


.footerColumnsDiv a, .footerColumnsDiv a:visited, .footerColumnsDiv a:hover, .footerColumnsDiv a:active, .footerColumnsDiv a:focus { 
	color: #ffffff;
	text-decoration: none;
	outline: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  	opacity: 0.7;

	-moz-transition:opacity 0.33s ease-in-out;
  	-o-transition:opacity 0.33s ease-in-out;
  	-webkit-transition:opacity 0.33s ease-in-out;
	transition:opacity 0.33s ease-in-out
}

.footerColumnsDiv a:hover {
	color: #ffffff;
	text-decoration: none;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
  	opacity: 1;
	
	-moz-transition:opacity 0.33s ease-in-out;
  	-o-transition:opacity 0.33s ease-in-out;
  	-webkit-transition:opacity 0.33s ease-in-out;
	transition:opacity 0.33s ease-in-out
}



/* ====== Media Queries ====== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* ====== Retina Support ====== */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.download {
		background-image: url('../images/appstore@2x.png');
	}

	.icon {
		background-image: url("../images/windy_icon@2x.png");
	}

	.sc0 {
		background-image: url('../images/sc0@2x.jpg');
	}

	.sc1 {
		background-image: url('../images/sc1@2x.jpg');
	}

	.gordonHempton {
		background-image: url('../images/gordonHempton@2x.jpg');
	}

	.featureTaptanium {
		background-image: url('../images/circleTaptanium@2x.jpg');
	}
	.featureHeadphones {
		background-image: url('../images/circleC@2x.jpg');
	}
	.featureFlash {
		background-image: url('../images/circleG@2x.jpg');
	}
	.featureIncluded {
		background-image: url('../images/circleH@2x.jpg');
	}
	.featureIAP {
		background-image: url('../images/circleD@2x.jpg');
	}
	.featureLooped {
		background-image: url('../images/circleE@2x.jpg');
	}
	.featureReorder {
		background-image: url('../images/circleA@2x.jpg');
	}


	.earPodLeft {
		background-image: url("../images/earPodsLeft@2x.png");
	}
	.earPodRight {
		background-image: url("../images/earPodsRight@2x.png");
	}


	.starsH {
		background-image: url('../images/starH@2x.jpg');
	}
	.starsG {
		background-image: url('../images/starG@2x.jpg');
	}
	.starsD {
		background-image: url('../images/starD@2x.jpg');
	}
	.starsC {
		background-image: url('../images/starC@2x.jpg');
	}
	.starsA {
		background-image: url('../images/starA@2x.jpg');
	}


	.windSim2 {
		background-image: url('../images/windSim2@2x.png');
	}
	.windCompass1 {
		background-image: url('../images/windCompass1@2x.jpg');
	}


    .taptaniumCredits {
		background-image: url('../images/taptaniumCredits@2x.png');
	}
	.andCredits {
		background-image: url('../images/andCredits@2x.png');
	}
	.quietPlanetCredits {
		background-image: url('../images/quietPlanetCredits@2x.png');
	}


	.theVergeLogo {
		background-image: url('../images/theVerge@2x.png');
	}
	.engadgetLogo {
		background-image: url('../images/engadget@2x.png');
	}
	.tuawLogo {
		background-image: url('../images/tuaw@2x.png');
	}
	.lifehackerLogo {
		background-image: url('../images/lifehacker@2x.png');
	}
	.uncrateLogo {
		background-image: url('../images/uncrate@2x.png');
	}
	.gizmodoLogo {
		background-image: url('../images/gizmodo@2x.png');
	}
	.macrumorsLogo {
		background-image: url('../images/macRumors@2x.png');
	}
	.cultOfMacLogo {
		background-image: url('../images/cultOfMac@2x.png');
	}
	.theIndustryLogo {
		background-image: url('../images/theIndustry@2x.png');
	}
	.businessInsiderLogo {
		background-image: url('../images/businessInsider@2x.png');
	}
	.techCrunchLogo {
		background-image: url('../images/techCrunch@2x.png');
	}
	.fastCompanyLogo {
		background-image: url('../images/fastCompany@2x.png');
	}
	.theNextWebLogo {
		background-image: url('../images/theNextWeb@2x.png');
	}
	.macLifeLogo {
		background-image: url('../images/macLife@2x.png');
	}
	.appAdviceLogo {
		background-image: url('../images/appAdvice@2x.png');
	}
	.appStormLogo {
		background-image: url('../images/appStorm@2x.png');
	}
	.coolHuntingLogo {
		background-image: url('../images/coolHunting@2x.png');
	}
}



