@font-face {
font-family: 'Frutiger';
font-style: normal;
font-weight: normal;
src: local('Frutiger'), url('Frutiger.woff') format('woff');
}


@font-face {
font-family: 'Frutiger Bold';
font-style: normal;
font-weight: normal;
src: local('Frutiger Bold'), url('Frutiger_bold.woff') format('woff');
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Raleway', sans-serif;
	color: #646466;
	margin: 0;
}
h1, h2, h3, h4 {
	color: #000;
}
h3 {
	font-family: 'Raleway', sans-serif;
}
a {
	text-decoration: none;
}
ul, ol {
	padding: 0;
	list-style: inside;
}
hr {
	border-top: 1px solid #a4a5a8;
	margin: 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.two {
	width: 60%;
}

.one {
	width: 33%;
}
.bold {
	font-weight: bold;
}
img {
	max-width: 100%;
}
.wrap {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}
header {
	background: url("../img/header.jpg") no-repeat; 
	background-size: cover;
	overflow: hidden;
	height: 300px;
}
header h1, header h2, header h3, header p, header a {
	color: #fff;
}
header h1 {
	font-weight: normal;
	margin-bottom: 0px;
}
.fr header h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
header h2 {
	font-weight: normal;
	margin: 0 0 10px;
}
.fr header h2 {
	font-size: 18px;
}
header h3 {
	margin: 0 0 10px;
}
.fr header h3 {
	font-size: 14px;
}
header p {
	margin: 0 0 10px;
}
.fr header p {
	font-size: 14px;
	line-height: 1.4;
}
header .left {
	position: relative;
	height: 100%;
	overflow: hidden;
}
header .left img {
	max-width: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
}
header .two {
	text-align: center;
}
header .appstores {
	width: 80%;
	margin: 0 auto;
}
header .appstores img {
	margin: 0 4px;
	display: inline-block;
	max-height: 40px;
	width: auto; 
}
.content a {
	color: #55b2e5;
	text-decoration: none;
}
.section {
	overflow: hidden;
	clear: both;
	padding: 50px 10px 0px;
	position: relative;
}
.section .two {
	padding: 0 0 20px;
}

.section.first .one {
	position: absolute;
	right: 10px;
	bottom: -4px;
}
.section.second .one {
	position: absolute;
	left: 10px;
	bottom: -4px;
}
.section.third .one {
	position: absolute;
	right: 10px;
	bottom: -4px;
}
.section.last .one {
	position: absolute;
	left: 10px;
	bottom: -4px;
}
.section-footer {
	text-align: center;
	color: #000;
	padding: 40px 0;
}
footer {
	background: url("../img/footer.jpg") no-repeat center bottom;
	background-size: cover;
	height: 460px;
}
.black-box {
	background: #231f20;
	overflow: hidden;
	color: #fff; 
	text-align: center;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.black-box .left {
	width: 50%;
}
.black-box p {
	margin-top: 5px;
}
.black-box h3, .black-box a {
	color: #fff;
	font-size: 14px;
}
.black-box h3 span {
	float: left;
	margin-right: 10px; 
}
.fr .black-box h3 span {
	float: none;
	text-align: center;
	display: block;
}
.fr .black-box h3, .fr .black-box a {
	font-size: 12px;
}
.black-box .right {
	width: 50%;
}
.black-box .right img {
	width: 100%;
	margin-top: 8px;
}
.mobile {
	display: none;
}
@media screen and (max-width: 600px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.two, .one {
		width: 100%;
	}
	.right, .left {
		float: none;
	}
	header.wrap {
		position: relative;
		padding-bottom: 300px;
	}
	header .img {

	}
	.section {
		padding: 30px 30px 0;
	}
	.section .one {
		position: initial !important;
	}
	.content .img img, .section .one img {
		display: block;
		margin: 0 auto;
	}
	.content .img  {
		border-bottom: 1px solid #a4a5a8;
		padding-top: 30px;
	}
	.content .img img {
		width: 50%;
	}
	.section-footer {
		padding: 40px 30px;
	}
	.black-box .left, .black-box .right{
		width: 100%;
		text-align: center;
	}
	.black-box h3 span {
		text-align: center;
		display: inline-block;
		margin-right: 0;
		width: 50%;
		font-size: 16px;
	}
	.fr .black-box a {
		font-size: 15px;
		line-height: 2;
	}
}