@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #626262;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
p {
	line-height: 22px;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #212121;
}
.page_width {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
nav {
	background: #222;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	float: left;
	padding: 15px 0;
	display: none;
	z-index: 999;
}
nav.innernav {
	display: block;
}
nav .top_logo a {
	float: left;
	background: url(logo.png) no-repeat left top;
	background-size: 100% auto;
	width: 110px;
	height: 40px;
	text-indent: -99999px;
	overflow: hidden;
}
nav ul {
	float: right;
	list-style: none;
	padding: 10px 0 0 0;
}
nav ul li {
	float: left;
}
nav ul li a {
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
}
nav ul li a:hover {
	color: #c62433;
}
nav .top_socials {
	float: right;
	border-right: 1px solid #666;
	margin: 10px 10px 0 0;
	padding: 0 15px 0 0;
}
nav .top_socials a {
	float: left;
	background: url(icon_blog_socials.png) no-repeat 6px 1px;
	width: 25px;
	height: 21px;
	border-radius: 50%;
	text-indent: -999999px;
	overflow: hidden;
	margin: 0 3px;
}
nav .top_socials a.icon_twitter {
	background-position: 6px -26px;
}
header {
	color: #fff;
	height: 670px;
	width: 100%;
	float: left;
	position: relative;
}
#imgs {
	width: 100%;
	height: 670px;
	position: relative;
	float: left;
}
.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 670px;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
	-o-transition: opacity 2s linear;
	transition: opacity 2s linear;
	opacity: 0
}
#banner1 {
	background: url(banner1.jpg) no-repeat center -70px;
	background-size: cover;
}
#banner2 {
	background: url(banner2.jpg) no-repeat center -70px;
	background-size: cover;
}
header h1 {
	font-style: italic;
	font-size: 36px;
	color: #fff;
	padding: 85px 0 0px 0;
	font-weight: normal;
	text-shadow:0 1px #000;
}
header h2 {
	color: #c62433;
	font-size: 38px;
	text-shadow: 0 1px #ccc;
}
header h3 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.fadein {
	opacity: 100;
	filter: alpha(opacity=100)
}
header .logo {
	background: url(logo.png) no-repeat center center;
	width: 153px;
	height: 45px;
	margin: 100px 0 12px 0;
	text-indent: -999999px;
	overflow: hidden;
	text-align: left;
}
header .topbtn_box{
	position:absolute;
	left:50%;
	bottom:180px;
	  transform: translateX(-50%);
	  z-index:98;
}
header .btn_download {
	width:100%;
	float: left;
}
header .btn_download a {
	padding: 0 6px;
}
header .scroll-down {
	position: absolute;
	bottom: -75px;
	left: 50%;
	display: block;
	color: #ffffff;
	font-size: 2.5em;
	opacity: .8;
	z-index: 2;
	-webkit-animation: scrollDown 1s linear 1s infinite alternate;
	animation: scrollDown 1s linear 1s infinite alternate;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
@-webkit-keyframes scrollDown {
 0% {
 bottom: -70px;
}
 25% {
 bottom: -75px;
}
 50% {
 bottom: -80px;
}
 75% {
 bottom: -85px;
}
 100% {
 bottom: -90px;
}
}
@keyframes scrollDown {
 0% {
 bottom: -70px;
}
 25% {
 bottom: -75px;
}
 50% {
 bottom: -80px;
}
 75% {
 bottom: -85px;
}
 100% {
 bottom: -90px;
}
}
.bg_gray {
	background: #f6f6f6;
}
.brief {
	width: 100%;
	float: left;
	padding: 100px 0 60px 0;
}
.brief label {
	float: left;
}
.brief.right label {
	float: right;
}
.brief .page_width, .maintext .page_width {
	max-width: 900px;
}
.brief .page_width > div {
	margin: 0 0 0 350px;
	padding: 100px 0 0 0;
}
.brief.right .page_width > div {
	margin: 0 350px 0 0;
}
.brief .page_width > div h2, .maintext h2, .bot_download h2 {
	font-weight: normal;
	font-size: 36px;
	padding: 0 0 25px 0;
}
.brief .page_width > div p {
	line-height: 22px;
}
.brief .page_width > div .btn_download {
	padding: 35px 0 0 0;
	margin: 0 0 0 -6px;
}
.brief .page_width > div .btn_download a {
	padding: 0 6px;
}
.bg_pink {
	background: #c62433;
	color: #fff;
	background: url(banner.jpg) no-repeat center center;
	background-size: auto 100%;
}
.bg_pink h2 {
	color: #fff;
}
.maintext, .bot_download {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.maintext h2 {
	text-align: center;
}
.maintext p {
	padding: 10px 0;
}
.maintext .btn_download {
	text-align: center;
	padding: 50px 0 0 0;
}
.maintext .btn_download a {
	padding: 10px;
}
footer {
	background: #222;
	color: #ccc;
	text-align: center;
	padding: 20px 0;
	width: 100%;
	float: left;
}
footer a {
	color: #ccc;
	padding: 0 5px;
}
footer a:hover {
	color: #fff;
}
footer p {
	padding: 5px 0;
}
.innerpage {
	width: 100%;
	float: left;
	padding: 120px 0 70px 0;
}
.innerpage .page_width {
	max-width: 1040px;
}
.innerpage.contactus {
	text-align: center;
}
.innerpage h1, .innerdownload h2 {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
}
.innerpage p {
	padding: 10px 0;
}
.innerpage a {
	color: #c62433;
}
.innerpage a:hover {
	text-decoration: underline;
}
.innerpage.press {
	text-align: center;
}
.innerdownload {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	background-size: 100% auto;
}
.innerdownload h2 {
}
.innerdownload .appbtn a {
	padding: 10px;
}
.innerpage .screenshots {
	width: 100%;
	float: left;
	padding: 25px 0 0 0;
}
.innerpage .screenshots ul {
	list-style: none;
}
.innerpage .screenshots li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.innerpage .screenshots li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.innerpage .screenshots li:first-child {
	width: 100%;
}
.mobile_nav {
	float: right;
	width: 30px;
	margin: 6px 0 0 10px;
	display: none;
}
.mobile_nav span {
	width: 100%;
	height: 2px;
	background: #666;
	margin: 5px 0;
	display: block;
}
@media screen and (max-width:768px) {
header h1{
	font-size:32px;
	padding-top:50px;
}
header h2{
	font-size:40px;
}
}
@media screen and (min-width:569px) {
nav ul {
	display: block!important;
}
}
@media screen and (max-width:568px) {
header{
	text-align:center;
}
header .logo {
	margin: 70px auto 15px auto;
}
.brief, .maintext, .bot_download {
	padding: 50px 0;
}
.brief label {
	width: 100%;
	text-align: center;
}
.brief .page_width > div {
	margin: 0px;
	width: 100%;
	text-align: center;
}
header .btn_download a, .maintext .btn_download a {
	padding-left: 5px;
	padding-right: 5px;
}
.mobile_nav {
	display: block;
}
nav ul {
	position: fixed;
	width: 100%;
	right: 0px;
	top: 69px;
	background: #ccc;
	border-top: 1px solid #666;
	padding: 0px;
	display: none;
}
nav ul li {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
nav ul li a {
	width: 100%;
	text-align: center;
	background: #333;
	border-bottom: 1px solid #666;
	float: left;
	padding: 8px 0;
}
header .topbtn_box{
	bottom:150px;
}
.innerdownload{
	background-size:auto 100%;
}
.innerdownload img{
	width:168px;
	height:auto;
}
}
@media screen and (max-width:375px) {
header .btn_download a img, .maintext .btn_download a img {
	width: 150px;
	height: auto;
}
#banner2 h2, #banner1 h1 {
	font-size: 35px;
	line-height: 46px;
}
header .topbtn_box{
	bottom:130px;
}
header .topbtn_box img,
.innerdownload img
{
	margin:3px 0;
}

}
