/*：非源码,演示用的代码。源代码唯一下载地址: http://www.bootstrapmb.com/item/1417。（此备注只出现在演示站，下载的源码不包含。）*//* 1 - Import Google Font------------------------------------------------------------------------*/ @import url(http://fonts.googleapis.com/css?family=Abel);@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);@import url(http://fonts.googleapis.com/css?family=Anton);/* 1 - Google Font End ------------------------------------------------------------------------*//* 1 - Global Style------------------------------------------------------------------------*/body {	color: #8c8c8c;	font-size: 16px;	line-height: 23px;	font-family: 'Roboto', 'Abel', sans-serif;	overflow-x: hidden;	-webkit-font-smoothing: antialiased;	-moz-font-smoothing: antialiased;	text-rendering: optimizeLegibility !important;	-ms-text-size-adjust: 100%;	-webkit-text-size-adjust: 100%;	-webkit-overflow-scrolling: touch;	-moz-overflow-scrolling: touch;	-ms-overflow-scrolling: touch;	-o-overflow-scrolling: touch;	overflow-scrolling: touch;}p,.description {	color: #8c8c8c;	font-family: 'Roboto', sans-serif;	font-size: 15px;	font-weight: 300;	line-height: 26px;	margin-top: 15px;}a {	text-decoration: none;	-webkit-transition: all .3s ease;	-moz-transition: all .3s ease;	-ms-transition: all .3s ease;	-o-transition: all .3s ease;	transition: all .3s ease;}a:focus,a:hover {	color: #8c8c8c;	text-decoration: none;}h1 {	font-size: 50px;}h2 {	font-size: 25px;}h3 {	font-size: 20px;}h4 {	font-size: 18px;}h5 {	font-size: 16px;}h6 {	font-size: 15px;}h1,h2,h3,h4,h5,h6 {	font-family: 'Abel';	margin: 0;	padding: 0;}img {	max-width: 100%;	height: auto;	-webkit-transition: all .3s ease;	-moz-transition: all .3s ease;	-ms-transition: all .3s ease;	-o-transition: all .3s ease;	transition: all .3s ease;}ul,li {	margin: 0;	padding: 0;}li {	display: inline-block;	list-style: none;}img {	max-width: 100%;}a:focus {	outline: 0;}a:hover {	color: #272727;}.media {	padding: 0;	margin: 0;}select:focus,input:focus,button:focus,textarea:focus,.form-control:focus,button {	box-shadow: none;	outline: 0;}iframe {	border: none;	border-radius: 0;	width: 100%;}/*：非源码,演示用的代码。源代码唯一下载地址: http://www.bootstrapmb.com/item/1417。（此备注只出现在演示站，下载的源码不包含。）*/