/*corey commented out <i> in CSS reset below*/
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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
	background: #ececea;
	font-size: 14px;
	font-weight: 400;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42em;
	-webkit-text-size-adjust: none;
	color: #454545;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.global_header h2 {
	float: left;
}

.global_header h2 a {
	display: block;
	width: 205px;
	height: 0;
	margin-top: 40px;
	padding-top: 35px;
	background: url("/rsrc/img/audiofile.png") no-repeat;
	overflow: hidden;
	background-size: 100%;
}

.global_header .navigation {
	float: right;
}

.global_header .navigation li {
	display: inline-block;
	margin-left: 50px;
}

.global_header .navigation a {
	text-align: center;
	text-transform: uppercase;
	color: #424242;
	text-decoration: none;
	display: block;
	font-weight: 400;
	
	-webkit-border-bottom-right-radius: 8px;
	 -webkit-border-bottom-left-radius: 8px;
	    -moz-border-radius-bottomright: 8px;
	     -moz-border-radius-bottomleft: 8px;
	        border-bottom-right-radius: 8px;
	         border-bottom-left-radius: 8px;
}

.global_header .navigation a:hover {
	color: #000;
}

.global_header .navigation a.active {
	padding: 50px 15px 20px;
	background: #f29c21;
	color: #efeeee;
}

.hero {
	clear: both;
	text-align: center;
	padding: 52px 0;
}

.hero h1 {
	font-weight: 800;
	font-size: 72px;
	color: #3f4346;
	line-height: 1em;
	text-transform: uppercase;
}

.hero h2 {
	color: #7e8488;
	font-size: 28px;
	font-weight: 300;
	line-height: 1em;
}

.hero img {
	margin-bottom: 40px;
}

.hero .wrap p
{
	color: #abb1b6;
	font-family: inherit;
	font-size: 14px;
	font-weight: 200px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wrap, .section {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}

.features {
	clear: both;
	background: #e5c72a;
	overflow: hidden;
	padding-top: 112px;
}

.features.main {
	padding: 70px 0 30px;
}

.features img {
	margin-bottom: .5em;
}

.features h3 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	line-height: 1em;
	margin: 0 0 112px 0;
}

.feature {
	float: left;
	width: 20%;
	margin: 0 6.666% 60px 0;
}

.feature a {
	text-decoration: underline;
	color: inherit;
}

.feature a:hover {
	color: #000;
}

.feature h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: .7em;
	line-height: 1.3em;
	color: #393939;
}

.feature.fourth,
.feature.eighth,
.feature.twelfth {
	margin-right: 0;
}

.feature.first,
.feature.fifth,
.feature.ninth {
	clear: both;
}

.hero_footer .social {
	float: left;
	margin-top:5px;
}

.social li {
	display: inline-block;
	margin-right: 8px;
}

.social a {
	display: block;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	background-size: 100%;
}

.social a:hover {
	background-position: 0 -36px;
}

.twitter_btn {
	background: url("../img/twitter_btn.png") no-repeat;
	width: 32px;
}

.facebook_btn {
	background: url("../img/facebook_btn.png") no-repeat;
	width: 16px;
	margin-right: 4px;
}

.vimeo_btn {
	background: url("../img/vimeo_btn.png") no-repeat;
	width: 31px;
}

.google_btn {
	background: url("../img/google_btn.png") no-repeat;
	background-position: 0 3px;
	width: 25px;
}

/*corey added*/
#gbtn:hover{
	background-position: 0 -31px;
}

.hero_footer {
	overflow: hidden;
	padding-bottom: 20px;
}

.hero_footer .buy {
	float: right;
}

.buy li {
	display: inline;
}

.hero_footer .buy a {
	font-size: 22px;
	font-weight: 300;
	line-height: 45px;
	display: inline-block;
	text-decoration: none;
	padding: 0 25px;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.hero_footer .buy a.try_btn {
	background: #434343;
}

.hero_footer .buy a.buy_btn {
	background: #f29c21;
}

.hero_footer .buy a.try_btn:hover {
	background: #515151;
}

.hero_footer .buy a.buy_btn:hover {
	background: #faa92e;
}

.screenshot {
	color: #fff;
	background: #3f4346;
	padding-top: 70px;
	line-height: 1em;
}

.screenshot h3 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	line-height: 1em;
	margin-bottom: 70px;
}

.layers {
	padding: 70px 0;
	overflow: hidden;
	background: #b4b4b4;
	clear: both;
}

.layers h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 70px;
	line-height: 1em;
}

.layers .feature {
	width: 35%;
	float: right;
	margin: 0;
}

.layers .feature h4 {
	line-height: 1.1em;
}

.layers .feature p {
	margin-bottom: 1.5em;
}

.illustration {
	float: left;
	width: 57.617188%;
}

#purchase {
	padding: 105px 0;
	background: #3f4346;
	color: #f1f1f1;
	text-align: center;
	font-size: 18px;
	font-weigh: 300;
}

#purchase h3 {
	font-size: 48px;
	line-height: 1.3em;
	font-weight: 300;
	width: 69%;
	margin: 0 auto 80px;
}

#purchase .wrap .buy p
{
	color: #abb1b6;
	font-family: inherit;
	font-size: 12px;
	font-weight: 200px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#purchase .wrap p
{
	color: #abb1b6;
	font-family: inherit;
	font-size: 12px;
	font-weight: 200px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.price {
	color: #f29c21;
}

del {
	color: #9d472a;
	text-decoration: line-through;
}

.appstore_btn {
	display: block;
	height: 0;
	padding-top: 70px;
	width: 287px;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/appstore_btn.png") no-repeat;
	background-size: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.audiofile_purchase {
	display: inline-block;
	height: 0;
	padding-top: 30px;
	width: 172px;
	background: url("../img/audiofile_purchase.png") no-repeat;
	background-size: 100%;
	overflow: hidden;
	margin: 0 0 -9px 5px;
	margin-bottom: -9px;
}

#purchase p {
	margin-bottom: 30px;
	/*corey added line height for appearance on mobile*/
	line-height: 2em;
}

hr {
	border: 0;
	width: 41%;
	color: #6d7171;
	background-color: #6d7171;
	height: 1px;
	margin-bottom: 30px;
}

#purchase .buy a,
.support a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	margin: 0 auto 10px;
	text-align: center;
	display: block;
	width: 41%;
	font-size: 40px;
	line-height: 70px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

#purchase .buy a.buy_btn {
	background: #42aeaf;
}

#purchase .buy a.buy_btn:hover {
	background: #51bbbd;
}

#purchase .buy a.try_btn {
	background: #5c676f;
}

#purchase .buy a.try_btn:hover {
	background: #6b777e;
}

.walkthrough {
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
}

.walkthrough h3 {
	font-size: 36px;
	line-height: 1em;
	font-weight: 300;
	margin: 0 auto 26px;
	width: 60%;
}

.walkthrough #editing h3 {
	width: 70%;
}

.walkthrough p {
	margin: 0 auto 1em;
	font-size: 16px;
	font-weight: 300;
}

#interface p, #editing p {
	width: 47%;
	margin-bottom: 2em;
}

.walkthrough .navigation {
	width: 90%;
	height: 42px;
	max-width: 1024px;
	margin: 0 auto 60px;
	clear: both;
	font-size: 16px;
}

.walkthrough .navigation li {
	float: left;
	margin: 0;
	width: 25%;
	text-align: center;
}

.walkthrough .navigation li a {
	border: 1px solid #42aeaf;
	border-right: none;
	display: block;
	color: #42aeaf;
	width: 100%;
	line-height: 40px;
	text-decoration: none;
}

.walkthrough .navigation li a:hover {
	background: #e2e8e7;
	color: #2c9d9f;
}

.walkthrough .navigation li a.first {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.walkthrough .navigation li a.active {
	background: #42aeaf;
	color: #ececea;
}

.walkthrough .navigation li a.last {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border: 1px solid #42aeaf;
}

.walkthrough #workspaces {
	position: relative;
}

.walkthrough #workspaces .feature {
	position: relative;
	width: 45%;
	text-align: left;
	font-size: 16px;
	line-height: 1.3em;
	margin-top: -25%;
	margin-left: 10%;
	z-index: 1000;
}

.walkthrough #workspaces .feature p {
	color: #454545;
}

.walkthrough #editing p {
	margin-bottom: 2em;
}

.walkthrough #workspaces .feature p, .walkthrough #workspaces .feature h3 {
	width: auto;
}

#tools h5 {
	font-weight: 600;
	color: #42aeaf;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

#tools p {
	font-size: 14px;
	width: 75%;
	margin-bottom: 1.3em;
}

#tools h4 {
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: .5em;
	line-height: 1em;
}

#tools img {
	margin-bottom: 30px;
}

.app_store {
	float: left;
	width: 74%;
	border-right: 1px solid #dbdbda;
}

.triumph_ddp {
	float: left;
	width: 50%;
}

.audiofile_calc {
	float: left;
	width: 50%;
}

.included {
	float: right;
	width: 25%;
}

#tools .included img {
	margin-bottom: 60px;
}

#tools .appstore_btn {
	width: 168px;
	padding-top: 50px;
	background-image: url("../img/appstore_itunes_btn.png");
	margin-right: auto;
	margin-left: auto;
}

.global_footer {
	background: #343535;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: 400;
	padding: 80px 0 150px;
	color: #6d6d6d;
	line-height: 2.5em;
}

.global_footer_subscribe {
	background: #343535;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: 400;
	padding: 80px 0 50px;
	color: #6d6d6d;
	line-height: 2.5em;
}


.global_footer h6 {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
}

.global_footer #subscribe_btn {
	background: #6d6d6d;
	color: #cfcece;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	line-height: 40px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 1px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 16px;
}

.updates {
	width: 33.33333333%;
	float: left;
}

.links {
	float: right;
	width: 66.66666666%;
	font-size: 13px;
}

.links a {
	color: #ececea;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
	color: #fff;
}

.links .column {
	width: 25%;
	float: left;
}

.developed_in_minneapolis {
	height: 0;
	padding-top: 133px;
	overflow: hidden;
	width: 226px;
	margin: 0 0 60px -7px;
	background: url("../img/developed-in-minneapolis.png") no-repeat;
	background-size: 100%;
}

.ios {
	text-transform: none;
}

input {
	background: #ececea;
	color: #40403f;
	/*text-transform: uppercase;*/
	border: none;
	border-radius: 3px;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 58%;
	height: 40px;
	padding: 0 8px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
}

textarea {
	background: #ececea;
	color: #40403f;
	/*text-transform: uppercase;*/
	border: none;
	border-radius: 3px;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	margin: 0px;
}

input:focus,
textarea:focus {
	outline: none;
}

button {
	background: #f29c21;
	color: #efeeee;
	border: none;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	height: 40px;
	vertical-align: middle;
	width: 18%;
	padding: 0 2px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

button:hover {
	background: #dc8900;
}

button:focus {
	outline: none;
}

form {
	margin-bottom: 20px;
}

.logo {
	color: #f29c21;
}

.tagline {
	text-align: center;
	clear: both;
	font-size: 45px;
	line-height: 1em;
	font-weight: 800;
	color: #40403f;
	text-transform: uppercase;
	padding: 80px 0;
}

.tagline h2 {
	margin: 0 auto;
	max-width: 695px;
	width: 100%;
}

.support {
	font-size: 26px;
	text-align: center;
	padding: 83px 0;
	background: #2d2d2d;
	color: #d6d6d6;
}

.support p {
	line-height: 1.2em;
	margin-bottom: 2em;
}

.support h3 {
	text-transform: uppercase;
	font-size: 52px;
	line-height: 1.2em;
	font-weight: 800;
}

.support a {
	background: #5c676f;
}

.support a:hover {
	background: #6d7980;
}

.appteaser {
	background: #f2f2f2;
	padding-top: 50px;
	color: #212e38;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
}

.appteaser h1 {
	margin-top: 20px;
	letter-spacing: 2px;
	font-size: 52px;
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;
}

.appteaser p {
	margin-bottom: 1.4em;
	line-height: 1.2em;
}

.appteaser .screenshot {
	padding: 0;
	margin-top: 3em;
}

.learnmore_btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #42aeaf;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	padding: 10px 20px;
	margin-bottom: 2em;
	transition: background 200ms ease-in-out;

}

.learnmore_btn:hover {
	background: #51bbbd;
}

.apps {
	font-size: 18px;
	line-height: 1.16em;
	background: #40403f;
	color: #ececea;
	overflow: hidden;
	padding: 125px 0;
}

.apps img {
	margin-bottom: 1em;
}

.apps h3 {
	font-weight: 200;
	color: #f2f2f2;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 70px;
}

.apps a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	color: #e89c18;
}

.apps a:hover {
	text-decoration: underline;
}

.macapps {
	width: 66%;
	float: left;
}

.iosapps {
	width: 33%;
	float: left;
}

.iosapps a {
	color: #e88418;
}

.macapps .app {
	float: left;
	width: 50%;
	margin-bottom: 44px;
}

.iosapps .app {
	margin-bottom: 44px;
}

.fideliaCake {
	background-color: #252525;
	padding-top: 80px;
	padding-bottom: 80px;
}

.fideliaCake h1 {
	color: #c0e6f8;
}

.fideliaCake p
{
	color: #d2d2d2;
}	

.fideliaCake .screenshot {
	color: #fff;
	background: #252525;
	padding-top: 0px;
	line-height: 1em;
}	

.fideliaCake .learnmore_btn {
	margin-bottom: 0px;
}

.spectreCake {
	background-color: #262729;
	padding-top: 80px;
	padding-bottom: 80px;
}

.spectreCake h1 {
	color: #e7f2e7;
}

.spectreCake p
{
	color: #d2d2d2;
}	

.spectreCake .screenshot {
	color: #fff;
	background: #262729;
	padding-top: 0px;
	line-height: 1em;
}	

.spectreCake .learnmore_btn {
	margin-bottom: 0px;
}

#ghz_link{
	text-decoration: none;
	color: #f29c21;
}



/* BEGIN LOOP EDITOR AND MYRIAD FEATURES */



.loop_editor_home {
	background-color: #262729;
	padding-top: 80px;
	padding-bottom: 80px;
}

.loop_editor_home h1 {
	color: #e7f2e7;
}

.loop_editor_home p
{
	color: #d2d2d2;
}	

.loop_editor_home .screenshot {
	color: #fff;
	background: #262729;
	padding-top: 0px;
	line-height: 1em;
}	

.loop_editor_home .learnmore_btn {
	background: #f52b40;
	color: #e2e2e2;
	margin-bottom: 0px;
	transition: 200ms ease-in-out;
}

.loop_editor_home .learnmore_btn:hover {
	color: #fff;
}

.myriad_home {
	background-color: #4ca694;
	padding-top: 160px;
	padding-bottom: 160px;
}

.myriad_home h1 {
	color: #fff;
}

.myriad_home p
{
	color: #d2d2d2;
}	

.myriad_home .screenshot {
	color: #fff;
	background: #262729;
	padding-top: 0px;
	line-height: 1em;
}	

.myriad_home .learnmore_btn {
	background: #4ca694;
	border-style: solid; 
	border-width: 1px;
	margin-bottom: 0px;
	transition: background 200ms ease-in-out;
}


.myriad_home .learnmore_btn:hover {
	background: #308d78;
}



/* END LOOP EDITOR AND MYRIAD FEATURES */



@media only screen and (max-width: 890px) {
	.global_header h2 {
		float: none;
		margin-bottom: 30px;
	}
	
	.global_header h2 a {
		margin-left: auto;
		margin-right: auto;
	}
	
	.global_header .navigation {
		float: none;
		text-align: center;
	}
	
	.global_header .navigation li {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	.global_header .navigation a.active {
		padding: 15px 15px;
		-webkit-border-radius: 8px;
	       -moz-border-radius: 8px;
	            border-radius: 8px;
	}
	
	#purchase .buy a,
	.support a {
		width: 70%;
	}
	
	#purchase h3 {
		width: 100%;
	}
	
	#purchase hr {
		width: 80%;
	}
	
	.walkthrough #workspaces .feature {
		width: 60%;
	}
	
	.walkthrough .navigation {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.walkthrough .navigation li {
		display: inline-block;
		float: none;
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.walkthrough .navigation li a {
		width: 16px;
		height: 0;
		padding-top: 16px;
		overflow: hidden;
		-webkit-border-radius: 16px !important;
	       -moz-border-radius: 16px !important;
	            border-radius: 16px !important;
	    border: 1px solid #42aeaf !important;
	}
	
	.walkthrough .navigation li a.active {
		background: #42aeaf;
	}
	
	#interface p, #editing p {
		width: 80%;
	}
	
	.app_store {
		float: none;
		width: 100%;
		border-right: none;
		overflow: hidden;
		margin-bottom: 60px;
	}
	
	.included {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	.ddp_player,
	.firstaid {
		float: left;
		width: 45%;
	}
	
	.ddp_player p,
	.firstaid p {
		width: 100%;
	}
	
	.firstaid {
		margin-left: 5%;
	}
	
	.ddp_player {
		margin-right: 5%;
	}
	
	.developed_in_minneapolis {
		margin-right: auto;
		margin-left: auto;
	}
	
	.updates, .links {
		float: none;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.updates {
		text-align: center;
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width: 770px) {

	.tagline {
		font-size: 40px;
	}
	
	.macapps,
	.iosapps {
		width: 100%;
		clear: both;
	}
	
	.macapps {
		margin-bottom: 160px;
	}
	
	.iosapps .app {
		float: left;
		width: 50%;
		margin-bottom: 44px;
	}

	.layers {
		text-align: center;
	}
	
	.layers .illustration {
		float: none;
		margin: 0 auto 30px;
		width: 80%;
	}
	
	.layers .feature {
		float: none;
		margin: 0 auto;
		width: 57%;
	}
	
	.feature.fourth,
	.feature.eighth,
	.feature.twelfth {
		margin-right: 6.66%;
	}

	.feature.first,
	.feature.fifth,
	.feature.ninth {
		clear: none;
	}
	
	.feature.second,
	.feature.fourth,
	.feature.sixth,
	.feature.eighth,
	.feature.tenth,
	.feature.twelfth {
		margin-right: 0;
	}

	.feature.first,
	.feature.third,
	.feature.fifth,
	.feature.seventh
	.feature.ninth,
	.feature.eleventh {
		clear: none;
	}
	
	.feature {
		float: left;
		width: 46%;
		margin: 0 8% 60px 0;
	}
	
	.links .column {
		width: 40%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.links .column.first,
	.links .column.third {
		margin-left: 10%;
	}
	
	.links .column.second,
	.links .column.fourth {
		margin-right: 10%;
	}
	
	.links .column.third {
		clear: both;
	}
}

@media only screen and (max-width: 600px) {
	.app_store {
		float: none;
		width: 100%;
		border-right: none;
		overflow: hidden;
		margin-bottom: 60px;
	}
	
	.included {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	.ddp_player,
	.firstaid,
	.triumph_ddp,
	.audiofile_calc {
		float: none;
		width: 100%;
	}
	
	.triumph_ddp {
		margin-bottom: 60px;
	}
	
	.firstaid {
		margin-left: 0;
	}
	
	.ddp_player {
		margin-right: 0;
	}
}

@media only screen and (max-width: 550px) {
	.appteaser h1 {
		font-size: 34px;
	}
	
	.appteaser p {
		font-size: 18px;
	}
	
	.support h3 {
		font-size: 36px;
	}
	
	.support p {
		font-size: 18px;
	}

	.macapps,
	.iosapps {
		text-align: center;
	}

	.macapps .app,
	.iosapps .app {
		float: none;
		clear: both;
		width: 100%;
	}

	.global_header .navigation {
		line-height: 2.4em;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.global_header .navigation li {
		display: block;
		margin: 0;
	}
	
	.global_header .navigation a.active {
		padding: 5px;
	}
	
	.hero_footer .social,
	.hero_footer .buy {
		float: none;
	}
	
	.hero_footer .social {
		margin-bottom: 30px;
	}
	
	.hero_footer {
		text-align: center;
	}
	
	#purchase .buy a,
	.support a {
		font-size: 32px;
		width: 100%;
	}
	
	.layers .feature {
		width: 100%;
	}
}

@media only screen and (max-width: 380px) {
	.hero h1 {
		font-size: 50px;
	}
	
	.hero h2 {
		font-size: 20px;	
	}
	
	.hero_footer .buy a {
		width: 80%;
		margin-bottom: 10px;
		padding: 0;
	}

	.feature.fourth,
	.feature.eighth,
	.feature.twelfth {
		margin-right: 0;
	}
	
	.feature {
		float: none;
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	
	.links .column {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.links .column.first,
	.links .column.third {
		margin-left: 0;
	}
	
	.links .column.second,
	.links .column.fourth {
		margin-right: 0;
	}
	
	.hero_footer,
	.global_footer {
		padding-bottom: 50px;
	}
	
	.screenshot {
		padding-top: 60px;
	}
	
	#purchase .buy a,
	.support a {
		font-size: 24px;
		line-height: 60px;
	}
	
	.features.full {
		padding: 60px 0 0;
	}
	
	.features h3 {
		
		margin-bottom: 60px;
	}
	
	#purchase {
		padding: 60px 0;
	}
	
	.layers {
		padding: 60px 0 40px;
	}
	
	.layers h3,
	#purchase h3,
	.features h3,
	.walkthrough h3,
	.screenshot h3
	 {
		font-size: 30px;
	}
	
	#tools h4 {
		font-size: 22px;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    
    .global_header h2 a {
		background-image: url("../img/audiofile@2x.png");
	}
	
	.audiofile_purchase {
		background-image: url("../img/audiofile_purchase@2x.png");
	}
	
	.twitter_btn {
		background-image: url("../img/twitter_btn@2x.png");
	}
	
	.facebook_btn {
		background-image: url("../img/facebook_btn@2x.png");
	}
	
	.vimeo_btn {
		background-image: url("../img/vimeo_btn@2x.png");
	}
	
	.google_btn {
		background-image: url("../img/google_btn@2x.png");
	}
	
	.appstore_btn {
		background-image: url("../img/appstore_btn@2x.png");
	}
	
	#tools .appstore_btn {
		background-image: url("../img/appstore_itunes_btn@2x.png");
	}
	
	.developed_in_minneapolis {
		background-image: url("../img/developed-in-minneapolis@2x.png");
	}
}