body {
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.container{
	max-width: 800px;
}

section {
	border-bottom: 1px solid #eee;
	padding-top: 35px;
	padding-bottom: 50px;
}

.logo {
	display: block;
	width: 116px;
	height: 116px;
	margin: 0 auto;
}

p {
	opacity: 0.6;
	line-height: 1.7;
	font-size: 15px;
}

.main h1{
	font-weight: 800;
	font-size: 30px;
	margin: 20px auto 0;
	text-align: center;
}

.main h4 {
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	opacity: 0.6;
}

.buttons_container {
	width: 350px;
	margin: 35px auto;
}

.download_btn {
	width: 170px;
	height: 56px;
}

.download_btn img {
	width: 170px;
	height: 56px;
}

.android_download_btn {
	width: 170px;
	height: 56px;
}

.android_download_btn img {
	width: 170px;
	height: 56px;
}

h2 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.testimonials{
	
}

.review {
	background: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.review img{
	width: 95px;
	height: 18px;
	margin-bottom: 10px;
}

.review span {
	opacity: 0.6;
	font-size: 15px;
}

.review p {
	font-size: 15px;
}

.video {
	
}

.video_title{
	background: url(images/video_title.png) center center;
	background-size: contain;
	width: 288px;
	height: 30px;
	margin: 0 auto 30px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5){
	.video_title {
		background-image: url(images/video_title@2x.png);
	}
}

.readmore{
	color: #2196E1;
	background: #2197e128;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
}

.readmore:hover, .readmore:active{
	color: #2196E1;
	text-decoration: none;
}

.download{
	border-bottom: 0 none;
	text-align: center;
}