@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,300,500,700);
.graySection{
	background-color: #f7f7f7;
}
.dwwrapper{
	/*width: 1184px;*/
	min-width: 320px;
	margin: auto;
	display: block;
}
.raleway{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.ralewayLight{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.ralewayMedium{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.ralewaySemiBold{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.ralewayBold{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;	
}
ul.store-buttons{
	width: 500px;
	margin-top: 58px;
	margin-bottom: 30px;
}
.downloadAppBox{
	padding: 65px 0 0;
}
.phonesImgBox img{
	display: block;
	margin: 19px 0 0 9px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.downloadContainer{
	padding-left: 60px;
}
.download-title{
	font-size: 28px;
	margin: 0;
	padding: 10px 0 32px;
	position: relative;
}
.download-title:after{
	background: url("../media/arrows/arrows.png") no-repeat -42px -83px;
	content: "";
	height: 65px;
	left: 306px;
	position: absolute;
	top: 32px;
	width: 28px;
}
.download-title:before{
	background-color: #888;
	content: "";
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 80px;
	height: 4px;	
}
.download-subtitle{
	color: #666;
	display: block;
	font-size: 16px;
	margin: 80px 0 0;
}
.downloadContainer ul.store-buttons{
	color: #ffffff;
	margin: 37px 0 0;
}
.subscribeNewsletter{
	margin-top: -400px;
}
.subscribeContainer{
	padding: 28px 15px 75px 60px;
}
.subscribe-title{
	font-size: 20px;
	margin: 0;
}
.subscribeFormBox{
	border-bottom: 1px solid #bbb;
	padding: 43px 0 16px;
	position: relative;
}
.subscribe-form{
	width: 470px;
}
.subscribe-field{
	color: #666;
	background: transparent;
	border: 0 none;
	font-size: 14px;
	padding: 5px;
	width: 375px;
}
.ellipseSubmitBtn{
	border-color: #0394be;	
	border-style: solid;
	border-width: 3px 1px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.ellipseSubmitBtn.smallBtn{
	width: 72px;
	height: 31px;
}
.mailchimp-form{
	float: left;
	padding-right: 95px;
	position: relative;
	width: 450px;
}
.mailchimp-form_field .subscribe-field{
	width: 100%;
}
.mailchimp-form_btn{
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 1200px){
	.downloadContainer{
		position: relative;
		z-index: 2;
	}
}


@media (max-width: 990px){
	.downloadContainer{
		margin-bottom: 300px;
	}
}


@media (max-width: 620px){
	ul.storelinks{
		width: 80%;
		float: none;
		display: block;
		margin: auto;
	}
	ul.storelinks li{
		margin-bottom: 10px;
		width: 100%;
	}
	ul.storelinks li a.storelinks_item{
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 560px){
	.skew{
		min-height: 60px;
	}
	.skew_appended,
	.skew_prepended{
		height: 60px;
	}
	.skew_appended{
		bottom: -30px;
	}
	.skew_prepended{
		top: -30px;
	}
	.skew-bottom{
		padding-bottom: 60px;
	}
	.skew-top{
		padding-top: 60px;
	}
	.header-title{
		font-size: 26px;
		line-height: 28px;
	}
	ul.store-buttons{
		width: 100%;
	}	
	ul.store-buttons li{
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	ul.store-buttons li .ellipseBtn{
		float: none;
		text-align: left;
	}
	.download-title:after,
	.reviewsArrow:after{
		display: none;
	}
	.downloadContainer{
		padding-left: 15px;
	}
	.download-subtitle{
		margin: 15px 0 0;
	}
}
@media (max-width: 460px){
	.downloadBox-text{
		width: 100%;
		padding: 10px 0;
	}
	.arrowFreeDownload:after{
		display: none;
	}
		.contentbox{
		padding: 30px 10px;
	}
}