/* 	All layouts/scripts created by Yichao 'Peak' Ji.
	Copyright (c) 2012-2014 Peak Labs. All rights reserved.	*/

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: local('Titillium WebThin'), local('TitilliumWeb-Thin'), url(../font/anMUvcNT0H1YN4FII8wpr-K9kSItTeDn2USN0q77Oh4.woff) format('woff');
  /* 盗链死全家,么么哒~ 凸(｀⌒´メ)凸 */
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(../font/anMUvcNT0H1YN4FII8wpr1uKlGE8-OjkUKWan_M3D6s.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(../font/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url(../font/anMUvcNT0H1YN4FII8wprx3QmhlKDgQgT1VN2Ed1WFo.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url(../font/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: local('Titillium WebBlack'), local('TitilliumWeb-Black'), url(../font/anMUvcNT0H1YN4FII8wpr-LKzNf-KVGBce62FCkcLKE.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: local('Titillium WebThin Italic'), local('TitilliumWeb-ThinItalic'), url(../font/RZunN20OBmkvrU7sA4GPPvTdIrrWFKtkerHRAIjOAnE.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: local('Titillium WebLight Italic'), local('TitilliumWeb-LightItalic'), url(../font/RZunN20OBmkvrU7sA4GPPiKuKXcI2mpaPB3p6hsA39k.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: local('Titillium WebItalic'), local('TitilliumWeb-Italic'), url(../font/r9OmwyQxrgzUAhaLET_KO8-iP4m4uFrmmLLVBqy34EU.woff) format('woff');
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: local('Titillium WebBold Italic'), local('TitilliumWeb-BoldItalic'), url(../font/RZunN20OBmkvrU7sA4GPPpe8VrfdPPeK1ViGigzR2tQ.woff) format('woff');
}


html, body, form, input, span, p, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Titillium Web', sans-serif;
    word-wrap:break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

body{
	background-color: rgb(47, 50, 56);
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

p,b {
    word-wrap:break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.an_color{
	-webkit-transition: color .1s linear 0s;
	-moz-transition: color .1s linear 0s;
	-o-transition: color .1s linear 0s;
	transition: color .1s linear 0s;
}

.an_opacity{
	-webkit-transition: opacity .25s ease-in-out 0s;
	-moz-transition: opacity .25s ease-in-out 0s;
	-o-transition: opacity .25s ease-in-out 0s;
	transition: opacity .25s ease-in-out 0s;
}

#menu{
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 1001;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-color: rgba(38, 41, 46, 0.96);
}

#menu_logo{
	display: block;
	float: left;
	width: 140px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url(http://cdn.peak-labs.com/webassets/company/img/logo_@2x.png);
	background-size: 96px 30px;
	background-position: 20px 15px;
	opacity: 1;
}

#menu_logo:hover{
	opacity: .65;
}

.menu_nav_item{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.menu_nav_item:active{
	background-color: rgb(52, 152, 219);
}


.mobile_nav_item{
	display: block;
	text-align: center;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.05);
}

.mobile_nav_item:active{
	background-color: rgb(52, 152, 219);
}

.menu_nav_link{
	color: white;
	cursor: pointer;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 300;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu_nav_link:hover{
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.menu_nav_link:active{
	color: white;
}

.mobile_nav_link{
	color: white;
	cursor: pointer;
	margin: auto;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 300;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile_nav_link:hover{
	color: rgb(52, 152, 219);
}

.mobile_nav_link:active{
	color: white;
}

.dark{
	background-color: rgb(38, 41, 46);
}

.highlight{
	color: rgb(52, 152, 219);
	border-bottom: 1px solid white;
}

#magi{
	padding-top: 80px;
	background-image: url(http://cdn.peak-labs.com/webassets/company/img/magiblur.jpg);
	background-position: center -20px;
	background-repeat: no-repeat;
}

#technology{
	background-image: url(http://cdn.peak-labs.com/webassets/company/img/treeblur.jpg);
	background-position: center -20px;
	background-repeat: no-repeat;
}

#foot{
	width: 100%;
	height: 68px;
	text-align: center;
}

#copyright{
	color: white;
	cursor: default;
	display: block;
	margin: auto;
	width: auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	font-weight: 100;
	height: 68px;
	line-height: 68px;
	text-decoration: none;
}

#soon{
	margin: auto;
	margin-top: 180px;
	color: white;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 100;
	line-height: 33px;
}

#menu_button:hover{
	opacity: .65;
}
#menu_button:active{
	opacity: .4;
}

.hidden{
	display: none;
}

.section{
	color: white;
	font-family: 'Titillium Web', sans-serif;
	padding: 20px;
	width: auto;
	text-align: center;
}

.blur{
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);    
    filter: blur(10px);  
}

@media screen and (min-width: 700px){
	#menu_nav{
		display: inline-block;
		float: right;
		text-align: right;
		height: 60px;
		width: auto;
		margin-right: 20px;
	}
	#menu_button{
		display: none;
	}
	.show{
		display: none;
	}
}

@media screen and (max-width: 700px){
	#menu_nav{
		display: none;
	}
	#menu_button{
		cursor: pointer;
		display: inline-block;
		float: right;
		text-align: right;
		height: 60px;
		width: 60px;
		background-image: url(http://cdn.peak-labs.com/webassets/company/img/menu.png);
		background-size: 60px 60px;
	}
	.show{
		display: block;
	}
	#mobile_nav{
		position: fixed;
		top:60px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgb(38, 41, 46);
		opacity: 0.95;
		overflow: scroll;
	}
}

#magi_logo{
	display: block;
	cursor: pointer;
	margin: auto;
	margin-top: 50px;
	width: 225px;
	height: 60px;
	background-image: url(http://cdn.peak-labs.com/webassets/company/img/magi.png);
	background-size: 225px 60px;
}

#magi_search_container{
	position: relative;
	display: block;
	height: 40px;
	margin:auto;
	margin-top: 30px;
	width: auto;
	max-width: 700px;
	border-radius: 10px;
	border: 1px solid white;
}

::-webkit-input-placeholder{ 
	color: #757373;
	font-style:italic;
	font-size: 17px;
}

:-moz-placeholder{
	color: #757373;
	font-style:italic;
	font-size: 17px;
}

::-moz-placeholder{
	color: #757373;
	font-style:italic;
	font-size: 17px;
}

:-ms-input-placeholder{ 
	color: #757373;
	font-style:italic;
	font-size: 17px;
}

#ic{
	position: absolute;
	left: 10px;
	right: 40px;
	height: 40px;
}

#i{
	width: 100%;
	color: white;
	font-size: 20px;
	height: 40px;
	line-height: 30px;
	outline: none;
	background-color: transparent;
}

#go{
	position: absolute;
	right: 0px;
	top:0px;
	width: 40px;
	height: 40px;
	background-image: url(http://cdn.peak-labs.com/webassets/company/img/go.png);
	background-size: 40px 40px;
	background-color: transparent;
	cursor: pointer;
	border-radius: 0;
}

.sep{
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.1);
	height: 1px;
	width: auto;
}

.col{
	margin: auto;
	margin-top: 20px;
	max-width: 960px;
	width: auto;
	vertical-align: top;
}

.box{
	margin: 20px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.cool{
	color: rgb(52, 152, 219);
}

.boxhead{
	font-weight: 500;
	font-size: 23px;
}

.colhead{
	font-weight: 500;
	font-size: 30px;
}

.boxtext{
	font-weight: 100;
}

.split2{
	width: auto;
	min-width: 200px;
	max-width: 400px;
}

.split3list{
	width: 250px;
	text-align: left;
}

#bundle{
	display: block;
	margin: auto;
	width: 230px;
	height: 230px;
	background-image: url(http://cdn.peak-labs.com/webassets/company/img/zip.png);
	background-size: 172px 200px;
	background-position: 29px 15px;
	background-repeat: no-repeat;
	border-radius: 20px;
	border: 1px solid white;
}

.app_banner{
	width: 100%;
	height: auto;
}

.app_linkbox{
	text-align: left;
	margin-top: 10px;
}

.section_title{
	margin-top: 20px;
	font-size: 40px;
}

.avatar{
	width: 225px;
	height: 225px;
	border: 5px solid white;
}