/*：当前代码仅为演示用,不能二次开发。源码只发布在: http://www.bootstrapmb.com/item/436(此说明只在演示页面有,不在下载的源码里)*//* Alef - Multipupose Personal BlogHere is the content of this css file- Loader- Header	- Header Logo	- Header Menu	- Header Search	- Header Sidebar- Main	- Hero	- Main Content		- Tree Title		- Post Items			- Load More		- Single Post			- Single Post Share			- Single Post Title			- Single Post thumbnail			- Single Post Content			- 404			- Single Post Tags			- Single Post Author			- Similar Posts			- Comment			- Comment Items- Sidebar	- Latest Posts	- Most Viewed	- Search	- Videos	- Tags	- Sidebar Social Network	- Sidebar Links List	- Sidebar Newsletter- Footer	- Description	- Latest Posts	- Newsletter	- Social Media	- Footer Bottom*//* Loader */.lx-loader{	display:flex;	align-items:center;    justify-content:center;	position:fixed;	z-index:99999;	left:0px;	top:0px;	width:100%;	height:100%;	text-align:center;	background:#94165c;}.lx-loader div{	color:#FFFFFF;}.lx-loader div h1{	font-family:'Open Sans Condensed';	font-size:40px;	font-weight:700;	margin-bottom:10px;}.lx-loader div p{	font-size:12px;	margin-top:10px;}/* Header */.lx-header{	background:#FFFFFF;	border-bottom:1px solid #EEEEEE;}.lx-header-scroll{	position:fixed;	z-index:3;	top:0px;	left:0px;	width:100%;}.lx-header-content{	position:relative;	max-width:1170px;	margin:auto;}/* Header Logo */.lx-header-logo{	float:left;	padding:20px 30px;	border-left:1px solid #EEEEEE;	border-right:1px solid #EEEEEE;}@media(max-width:1023px){	.lx-header-logo{		border:0px;	}}@media(max-width:600px){	.lx-header-logo{		padding:12px 15px;	}}.lx-header-logo h1 a{	font-family:'Open Sans Condensed';	font-weight:700;	color:#242424;}.lx-header-logo h1 a i{	display:inline-block;	margin-left:-6px;	color:#94165c;}/* Header Menu */.lx-header-menu{	float:left;	padding:0px 15px;}@media(max-width:1023px){	.lx-header-menu{		position:fixed;		z-index:6;		top:0px;		left:-320px;		width:320px;		height:100%;		padding:0px;		background:#FFFFFF;		border-right:1px solid #EEEEEE;		-webkit-transition:all ease 0.3s;		transition:all ease 0.3s;	}	}.lx-header-menu-mobile{	float:left;	display:none;	border-right:1px solid #EEEEEE;}@media(max-width:1023px){	.lx-header-menu-mobile{		display:block;	}}.lx-header-menu-mobile >a{	display:block;	padding:24px 24px 19px;	color:#242424;}@media(max-width:600px){	.lx-header-menu-mobile >a{		padding:16px 15px 10px;	}}.lx-header-menu-mobile >a:hover{	background:#FCFCFC;}.lx-header-menu-mobile >a i{	font-size:32px;}.lx-menu-close{	position:relative;	z-index:4;	display:none;	text-align:right;	background:#FFFFFF;	border-bottom:1px solid #EEEEEE;}.lx-menu-close a{	display:inline-block;	padding:5px 5px 3px;	color:#242424;	border-left:1px solid #EEEEEE;}@media(max-width:1023px){	.lx-menu-close{		display:block;	}}@media(max-width:1023px){	.lx-main-menu{		padding:10px 0px;	}}.lx-main-menu >li{	float:left;	position:relative;}@media(max-width:1023px){	.lx-main-menu >li{		float:none;		clear:both;	}}.lx-main-menu >li >a{	display:block;	padding:31px 15px;	font-weight:500;	text-transform:uppercase;	color:#242424;}@media(max-width:1023px){	.lx-main-menu >li >a{		padding:10px 15px;	}}.lx-main-menu >li >a.active{	color:#94165C;}.lx-main-menu >li:hover >a{	background:rgba(148,22,92,0.05);	color:#94165C;}.lx-main-menu >li.lx-has-children >a::after{	position:absolute;	left:50%;	bottom:15px;	margin-left:-6px;	content:'\f107';	font-family:'FontAwesome';	font-size:20px;}@media(max-width:1023px){	.lx-main-menu >li.lx-has-children >a::after{		left:auto;		right:15px;		top:10px;		bottom:auto;		margin-left:0px;	}}.lx-sub-menu{	position:absolute;	z-index:3;	top:100%;	left:0px;	display:none;	background:#FFFFFF;	box-shadow:0px 1px 5px #BEBEBE;	white-space:nowrap;}@media(max-width:1023px){	.lx-sub-menu{		position:static;		display:none;		background:#FCFCFC;		box-shadow:0px 0px 0px #BEBEBE;	}}.lx-main-menu >li:hover .lx-sub-menu{	display:block;}.lx-sub-menu >li >a{	display:block;	padding:10px 20px;	font-weight:500;	text-transform:uppercase;	color:#242424;	border-bottom:1px solid #EEEEEE;}@media(max-width:1023px){	.lx-sub-menu >li >a{		padding:10px 25px;	}}.lx-sub-menu >li >a:hover{	background:#FCFCFC;}/* Header Search */.lx-header-search{	float:right;	border-left:1px solid #EEEEEE;}.lx-header-search >a{	display:block;	padding:24px 24px 19px;	color:#242424;}@media(max-width:600px){	.lx-header-search >a{		padding:16px 15px 10px;	}}.lx-header-search >a:hover{	background:#FCFCFC;}.lx-header-search >a i{	font-size:32px;}.lx-header-search-form{	position:absolute;	z-index:4;	top:100%;	left:0px;	display:none;	width:100%;	background:#FFFFFF;	border:1px solid #EEEEEE;}.lx-header-search-form form input[type='text']{	width:100%;	padding:20px;	font-family:'Muli';	font-size:20px;	font-weight:500;}.lx-header-search-form form input[type='submit']{	position:absolute;	top:2px;	right:1px;	padding:21px;	font-size:20px;	font-weight:500;	background:#94165C;	color:#FFFFFF;	cursor:pointer;}/* Header Sidebar */.lx-header-sidebar{	float:right;	border-left:1px solid #EEEEEE;	border-right:1px solid #EEEEEE;}.lx-header-sidebar >a{	display:block;	padding:26px 30px;	font-size:22px;	color:#242424;}@media(max-width:600px){	.lx-header-sidebar >a{		padding:17px 20px;	}}.lx-header-sidebar >a:hover{	background:#FCFCFC;}/* Main */.lx-main{	position:relative;	z-index:2;}/* Hero */.lx-hero-item{	position:relative;}.lx-hero-item-img{	position:relative;}.lx-hero-item-img img{	display:block;	width:100%;}.lx-hero-item-img .lx-shadow{	position:absolute;	z-index:2;	top:0px;	left:0px;	width:100%;	height:100%;	background:linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));}.lx-hero-item-text{	position:absolute;	z-index:3;	bottom:0px;	left:0px;	width:100%;	padding:20px;}.lx-hero-item-text h2 a{	font-family:'Raleway';	font-size:40px;	font-weight:700;	text-transform:uppercase;	color:#FFFFFF;}@media(max-width:767px){	.lx-hero-item-text h2 a{		font-size:20px;	}}.lx-hero-item-text p{	margin-top:5px;	font-family:'Roboto';	font-size:16px;	font-weight:400;	color:#D4D4D4;}@media(max-width:767px){	.lx-hero-item-text p{		font-size:14px;	}}.lx-hero-item-hover{	position:absolute;	z-index:4;	bottom:0px;	left:-100%;	width:100%;	padding:20px;	background:#94165C;	-webkit-transition:all ease 0.3s;	transition:all ease 0.3s;}.lx-hero-item:hover .lx-hero-item-hover{	left:0px;}.lx-hero-item-hover h2 a{	color:#FFFFFF;}/* Main Content */.lx-main-content{	max-width:1054px;	margin:auto;	padding:60px 15px;}@media(max-width:767px){	.lx-main-content{		padding:60px 5px;	}}.lx-bloc-title{	margin-bottom:35px;	text-align:center;}.lx-bloc-title h3{	margin-bottom:5px;	font-family:'Bitter';	font-size:32px;	line-height:28px;	text-transform:uppercase;	letter-spacing:1px;	color:#94165C;}.lx-bloc-title p{	color:#858585;}@media(max-width:600px){	.lx-bloc-title p{		font-size:12px;	}}/* Tree Title */.lx-tree-title{	padding:50px 15px;	text-align:center;	background:#FCFCFC;	border-bottom:1px solid #EEEEEE;}.lx-tree-title h3{	font-family:'Bitter';	font-size:32px;	text-transform:uppercase;	line-height:32px;	letter-spacing:1px;	color:#94165C;}.lx-tree-title p{	color:#858585;}@media(max-width:600px){	.lx-tree-title p{		font-size:12px;	}}.lx-tree-title ul{	margin-top:10px;}.lx-tree-title ul li{	display:inline-block;	padding:0px 5px;}.lx-tree-title ul li a{	font-weight:600;	color:#242424;}.lx-tree-title ul li span{	color:#858585;}/* Post Items */.lx-post-item{	position:relative;}.lx-post-item-img{	position:relative;}.lx-post-item-img img{	display:block;	width:100%;}.lx-post-item-text{	padding:20px;	border:1px solid #EEEEEE;	background:#FDFDFD;}.lx-single-post .lx-post-item-text{	text-align:center;}.lx-post-item-text h2 a{	font-size:20px;	font-weight:500;	text-transform:uppercase;	color:#242424;}.lx-single-post .lx-post-item-text h2 a{	font-size:24px;	font-weight:600;}.lx-post-item-text p{	margin-top:10px;	font-size:14px;	line-height:20px;	font-weight:300;	color:#424242;}.lx-single-post .lx-post-item-text p{	line-height:26px;}.lx-post-item-text span{	display:block;	margin-top:5px;	font-size:13px;	font-weight:600;	color:#94165C;}.lx-post-item-text >a{	display:inline-block;	margin-top:10px;	padding:10px 20px;	font-size:13px;	font-weight:500;	text-transform:uppercase;	background:#94165C;	color:#FFFFFF;}/* Load More */.lx-load-more{	margin:0px 15px;	margin-top:45px;}.lx-load-more a{	display:block;	padding:15px;	font-weight:500;	text-align:center;	background:#FCFCFC;	color:#858585;	box-shadow:0px 1px 5px #BEBEBE;}.lx-load-more a:hover{	background:#F8F8F8;}/* Single Post */.lx-single-post{	position:relative;	max-width:730px;	margin:auto;	padding:0px 15px;}.lx-single-post-share{	position:absolute;	top:5px;	left:-45px;}@media(max-width:768px){	.lx-single-post-share{		position:fixed;		z-index:3;		top:auto;		left:0px;		bottom:0px;		width:100%;		padding:10px;		background:#94165C;	}}@media(max-width:768px){	.lx-single-post-share ul{		text-align:right;	}	.lx-single-post-share ul li{		display:inline-block;	}}.lx-single-post-share ul li a{	display:block;	width:40px;	height:40px;	margin-bottom:5px;	padding-top:7px;	font-size:20px;	text-align:center;	background:#94165C;	color:#FFFFFF;	border-radius:50%;}@media(max-width:768px){	.lx-single-post-share ul li a{		width:auto;		height:auto;		margin:0px;		padding:0px 10px;	}}.lx-single-post-title{	margin-bottom:30px;}.lx-single-post-title h1{	font-family:'Open Sans Condensed';	font-size:46px;	line-height:46px;	text-transform:uppercase;}@media(max-width:767px){	.lx-single-post-title h1{		font-size:36px;		line-height:36px;	}}.lx-single-post-title span{	display:inline-block;	margin-top:5px;	font-weight:500;	color:#94165C;}.lx-single-post-thumbnail{	margin-bottom:20px;}.lx-single-post-thumbnail img{	width:100%;}.lx-single-post-thumbnail iframe[allowfullscreen]{	width:100% !important;}.lx-mini-slide{	position:relative;	margin-bottom:20px;	overflow:hidden;}.lx-large-slide{	margin-bottom:0px;	background:#424242;}.lx-mini-slide-nav{	position:absolute;	z-index:4;	right:10px;	top:10px;}.lx-mini-slide-nav i{	display:inline-block;	padding:1px 10px;	font-size:30px;	background:#94165C;	color:#FFFFFF;	cursor:pointer;}.lx-mini-slide ul{	position:relative;	left:0%;	width:9999px;	margin:0px;	list-style:none;}.lx-mini-slide ul li{	float:left;	position:relative;	margin:0px;	list-style:none;}.lx-large-slide ul li{	display:flex;	overflow:hidden;}.lx-large-slide ul li >img{	position:absolute;	max-width:100%;	max-height:100%;	-webkit-filter:blur(2px);	filter:blur(2px);}.lx-large-slide .lx-portfolio-item{	margin:auto;}.lx-portfolio-item-img{	position:relative;	overflow:hidden;	-webkit-transition:all ease 0.3s;	transition:all ease 0.3s;}.lx-large-slide .lx-portfolio-item-img img{	display:block;	width:auto;	max-width:100%;	max-height:100%;}.lx-portfolio-item-img span{	position:absolute;	bottom:0px;	display:block;	padding:15px;	padding-right:100px;	width:100%;	text-align:left;	background:linear-gradient(to top,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0));	color:#FFFFFF;}.lx-single-post-thumbnail p{	font-style:italic;	text-align:center;	color:#BEBEBE;}.lx-single-post-content{	padding-bottom:10px;	font-size:18px;	line-height:26px;	word-spacing:5px;}.lx-single-post-content p{	margin-bottom:20px;	font-family:'Roboto';}.lx-single-post-content p:last-child{	margin-bottom:0px;}.lx-single-post-content p span.lx-firstletter{	float:left;	margin:16px 5px 5px -3px;	position:relative;	font-size:60px;}.lx-single-post-content h1{	margin-bottom:20px;	font-size:28px;}.lx-single-post-content h2{	margin-bottom:20px;	font-size:26px;}.lx-single-post-content h3{	margin-bottom:20px;	font-size:24px;}.lx-single-post-content h4{	margin-bottom:20px;	font-size:22px;}.lx-single-post-content h5{	margin-bottom:20px;	font-size:20px;}.lx-single-post-content h6{	margin-bottom:20px;	font-size:18px;}.lx-single-post-content h1:last-child,.lx-single-post-content h2:last-child,.lx-single-post-content h3:last-child,.lx-single-post-content h4:last-child,.lx-single-post-content h5:last-child,.lx-single-post-content h6:last-child{	margin-bottom:0px;}.lx-single-post-content ul,.lx-single-post-content ul li{	list-style:initial;}.lx-single-post-content ul{	margin-left:40px;	margin-bottom:20px;}@media(max-width:767px){	.lx-single-post-content ul{		margin-left:20px;	}}.lx-single-post-content ul:last-child{	margin-bottom:0px;}.lx-single-post-content ul li{	margin-bottom:10px;}.lx-single-post-content ul li:last-child{	margin-bottom:0px;}.lx-single-post-content ol,.lx-single-post-content ol li{	list-style:decimal;}.lx-single-post-content ol{	margin-left:40px;	margin-bottom:20px;}@media(max-width:767px){	.lx-single-post-content ol{		margin-left:20px;	}}.lx-single-post-content ol:last-child{	margin-bottom:0px;}.lx-single-post-content ol li{	margin-bottom:10px;}.lx-single-post-content ol li:last-child{	margin-bottom:0px;}.lx-single-post-content blockquote{	margin-bottom:50px;	padding:30px 20px 0px;}@media(max-width:767px){	.lx-single-post-content blockquote{		padding:30px 0px 0px;	}}.lx-single-post-content blockquote:last-child{	margin-bottom:0px;}.lx-single-post-content blockquote p{	font-family:'Courgette';	font-size:40px;	line-height:40px;	text-align:center;	color:#242424;}@media(max-width:767px){	.lx-single-post-content blockquote p{		font-size:30px;		line-height:30px;	}}.lx-single-post-content blockquote cite{	display:block;	font-size:12px;	line-height:16px;	text-align:right;	color:#828282;}.lx-single-post-content figure{	margin-bottom:20px;}.lx-single-post-content figure:last-child{	margin-bottom:0px;}.lx-single-post-content figure.lx-aligncenter{	width:100%;}.lx-single-post-content figure.lx-alignright{	float:right;	width:320px;	margin-left:20px;}@media(max-width:767px){	.lx-single-post-content figure.lx-alignright{		float:none;		clear:both;		width:100%;		margin-left:0px;	}}.lx-single-post-content figure.lx-alignleft{	float:left;	width:320px;	margin-right:20px;}@media(max-width:767px){	.lx-single-post-content figure.lx-alignleft{		float:none;		clear:both;		width:100%;		margin-right:0px;	}}.lx-single-post-content figure img{	display:block;	max-width:100%;	margin:auto;}.lx-single-post-content figure figcaption{	margin-top:5px;	font-size:12px;	font-style:italic;	text-align:center;	color:#828282;}.lx-single-post-content iframe[allowfullscreen]{	width:100% !important;}/* 404 */.lx-404 h2{	font-size:160px;	line-height:initial;	text-align:center;}@media(max-width:767px){	.lx-404 h2{		font-size:100px;	}}.lx-404-form form{	display:table;	margin:60px auto 0px;}.lx-404-form form input[type='text']{	width:300px;	padding:10px 20px;	border:1px solid #EEEEEE;	border-radius:20px 0px 0px 20px;}@media(max-width:767px){	.lx-404-form form input[type='text']{		width:160px;	}}.lx-404-form form input[type='submit']{	padding:10px 20px;	font-weight:500;	background:#F5F5F5;	border:1px solid #EEEEEE;	border-radius:0px 20px 20px 0px;	cursor:pointer;}/* Single Post Tags */.lx-single-post-tags{	padding-top:40px;}.lx-single-post-tags ul li{	display:inline-block;	margin-right:10px;	margin-bottom:10px;}.lx-single-post-tags ul li span{	display:inline-block;	padding:10px 20px;	font-weight:600;	text-align:center;	text-transform:uppercase;	background:#94165C;	color:#FFFFFF;	box-shadow:0px 1px 5px #BEBEBE;		border-radius:4px;}.lx-single-post-tags ul li a{	display:inline-block;	padding:10px;	text-align:center;	background:#FCFCFC;	color:#858585;	box-shadow:0px 1px 5px #BEBEBE;		border-radius:4px;}/* Single Post Author */.lx-single-post-author{	margin-top:50px;	padding:20px;	background:#FCFCFC;	box-shadow:0px 1px 5px #BEBEBE;	}@media(max-width:767px){	.lx-single-post-author{		text-align:center;	}}.lx-single-post-author-img{	float:left;	width:90px;	height:90px;	margin-right:20px;	border-radius:50%;	overflow:hidden;}@media(max-width:767px){	.lx-single-post-author-img{		float:none;		clear:both;		margin:auto;	}}.lx-single-post-author-img img{	width:100%;}.lx-single-post-author >a{	display:inline-block;	margin-bottom:10px;	font-size:24px;	color:#94165C;}.lx-single-post-author p{	margin-left:110px;	font-size:15px;	line-height:24px;}@media(max-width:767px){	.lx-single-post-author p{		margin-left:0px;	}}/* Similar Posts*/.lx-single-similar-posts{    margin-top:60px;}.lx-single-similar-posts h3{    margin-bottom:20px;	font-family:'Bitter';    font-size:22px; 	line-height:22px;	text-transform:uppercase;}.lx-single-similar-posts .lx-post-item-text h2 a{    font-size:16px;}/* Comment */.lx-single-post-comment{	margin-top:60px;	margin-bottom:60px;}.lx-single-post-comment:last-child{	margin-bottom:0px;}.lx-single-post-comment h3{    margin-bottom:20px;	font-family:'Bitter';    font-size:22px;	line-height:22px;    text-transform:uppercase;}.lx-single-post-comment-form p{	margin-bottom:20px;	font-family:'Muli';	font-size:12px;	color:#828282;}.lx-textfield input{	width:100%;	padding:10px 20px;	font-family:'Muli';	border:1px solid #EEEEEE;}.lx-textarea textarea{	display:block;	width:100%;	height:120px;	padding:10px 20px;	font-family:'Muli';	border:1px solid #EEEEEE;	resize:none;}.lx-submit{	text-align:center;}.lx-submit input{	padding:10px 50px;	font-family:'Muli';	font-size:16px;	font-weight:700;	background:#94165C;	color:#FFFFFF;	cursor:pointer;}/* Comment Items */.lx-single-post-comment-item{	margin-bottom:20px;	padding-bottom:20px;	border-bottom:1px solid #EEEEEE;}.lx-single-post-comment-item:last-child{	padding-bottom:0px;	border:0px;}.lx-single-post-comment-img{	float:left;	margin-right:20px;	width:90px;	height:90px;	border-radius:50%;	overflow:hidden;}@media(max-width:767px){	.lx-single-post-comment-img{		margin-right:10px;		width:60px;		height:60px;	}}.lx-single-post-comment-img img{	width:100%;}.lx-single-post-comment-item >a{	display:inline-block;	font-size:20px;	color:#94165C;}.lx-single-post-comment-item >span{	display:block;	font-family:'Muli';	font-size:13px;	color:#858585;}.lx-single-post-comment-content{	margin:10px 0px 10px 110px;	font-family:'Muli';}@media(max-width:767px){	.lx-single-post-comment-content{		margin:10px 0px;	}}.lx-single-post-comment-content p{	font-size:13px;	line-height:20px;}.lx-single-post-comment-item >ul{	margin-left:110px;}@media(max-width:767px){	.lx-single-post-comment-item >ul{		margin-left:0px;	}}.lx-single-post-comment-item >ul li{	float:left;	margin-right:30px;}.lx-single-post-comment-item >ul li a{	color:#242424;	font-size:15px;	font-weight:500;}.lx-single-post-comment-item >ul li a i{	float:left;	margin-right:5px;	font-size:22px;	line-height:18px;}.lx-single-post-comment-item .lx-single-post-comment-item{	margin-top:20px;	margin-left:110px;	margin-bottom:0px;}@media(max-width:767px){	.lx-single-post-comment-item .lx-single-post-comment-item{		margin-left:0px;		padding-left:20px;		border-left:1px solid #EEEEEE;	}}/* Sidebar */.lx-sidebar{	position:fixed;	z-index:4;	top:0px;	right:-320px;	width:320px;	height:100%;	background:#FFFFFF;	border-left:1px solid #EEEEEE;	-webkit-transition:all ease 0.3s;	transition:all ease 0.3s;}.lx-sidebar-content{	position:absolute;	top:0px;	left:0px;	width:100%;	height:100%;	padding-top:57px;	overflow:auto;}.lx-sidebar-close{	position:relative;	z-index:4;	text-align:right;	background:#FFFFFF;	border-bottom:1px solid #EEEEEE;}.lx-sidebar-close a{	display:inline-block;	padding:5px 5px 3px;	color:#242424;	border-left:1px solid #EEEEEE;}.lx-sidebar-item{	margin-bottom:30px;	padding:0px 20px;	padding-bottom:0px;}.lx-sidebar-item-title{	margin-bottom:20px;}.lx-sidebar-item-title h3{	font-family:'Bitter';	font-size:20px;	text-transform:uppercase;}/* Latest Posts */.lx-recent-post-item{	margin-bottom:20px;}.lx-recent-post-item:last-child{	margin-bottom:0px;}.lx-recent-post-item-img{	float:left;	width:80px;	margin-right:10px;}.lx-recent-post-item-img img{	display:block;	width:100%;}.lx-recent-post-item-text a{	display:block;	margin-bottom:5px;	font-family:'Raleway';	font-weight:500;	color:#242424;}.lx-recent-post-item-text span{	font-size:13px;	color:#BEBEBE;}/* Most Viewed */.lx-most-viewed-item{	margin-bottom:20px;}.lx-most-viewed-item:last-child{	margin-bottom:0px;}.lx-most-viewed-item span{	float:left;	position:relative;	z-index:2;	display:inline-block;	margin:0px 10px;	font-family:'Open Sans Condensed';	font-size:40px;	font-weight:700;	line-height:40px;	color:#BEBEBE;}.lx-most-viewed-item span::after{	position:absolute;	top:-0px;	left:-10px;	content:'';	width:40px;	height:40px;	border-radius:50%;	background:rgba(148,22,92,0.05);}.lx-most-viewed-item a{	display:block;	margin-bottom:5px;	font-size:15px;	font-weight:400;	color:#242424;}/* Search */.lx-sidebar-search form{	position:relative;}.lx-sidebar-search form input[type='text']{	width:100%;	padding:15px;	font-family:'Muli';	border:1px solid #EEEEEE;}.lx-sidebar-search form input[type='submit']{	position:absolute;	bottom:4px;	right:4px;	padding:13px;	font-weight:500;	background:#94165C;	color:#FFFFFF;	cursor:pointer;}/* Videos */.lx-videos-item{	position:relative;	margin-bottom:20px;}.lx-videos-item:last-child{	margin-bottom:0px;}.lx-videos-item-img{	position:relative;}.lx-videos-item-img img{	display:block;	width:100%;}.lx-videos-item-img .lx-shadow{	position:absolute;	z-index:1;	top:0px;	left:0px;	width:100%;	height:100%;	background:linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));}.lx-videos-item-img i{	position:absolute;	z-index:2;	top:10px;	right:10px;	font-size:40px;	color:#FFFFFF;}.lx-videos-item-text{	position:absolute;	z-index:2;	bottom:0px;	left:0px;	width:100%;	padding:10px;}.lx-videos-item-text a{	font-family:'Open Sans Condensed';	line-height:20px;	text-transform:uppercase;	color:#FFFFFF;}/* Tags */.lx-tags ul li{	float:left;}.lx-tags ul li a{	display:inline-block;	margin:0px 10px 10px 0px;	padding:6px 15px;	font-family:'Muli';	font-weight:600;	background:#424242;	color:#FFFFFF;	border-radius:2px;}.lx-tags ul li a:hover{	background:#94165C;}/* Sidebar Social Network */.lx-sidebar-social-network ul li{	float:left;}.lx-sidebar-social-network ul li a{	display:inline-block;	margin-right:25px;	font-size:18px;	color:#858585;}.lx-sidebar-social-network ul li a:hover{	color:#94165C;}/* Sidebar Links List */.lx-links-list ul li{	padding-bottom:10px;}.lx-links-list ul li:last-child{	padding-bottom:0px;}.lx-links-list ul li a{	color:#828282;}.lx-links-list ul li a span{	float:right;	display:inline-block;	padding:2px 10px;	font-size:12px;	background:#F5F5F5;	border-radius:10px;}/* Sidebar Newsletter */.lx-sidebar-newsletter{	padding:20px;	background:#F8F8F8;	border:1px solid #EEEEEE;	border-radius:4px;}.lx-sidebar-newsletter p{	margin-bottom:20px;	font-size:15px;	text-align:center;		color:#828282;}.lx-sidebar-newsletter p span{	color:#94165C;}.lx-sidebar-newsletter form{	position:relative;}.lx-sidebar-newsletter form input[type='text']{	width:100%;	padding:10px 60px 10px 45px;	background:#FFFFFF;	border-radius:4px;}.lx-sidebar-newsletter form i{	position:absolute;	top:6px;	left:12px;	font-size:24px;	color:#828282;}.lx-sidebar-newsletter form input[type='submit']{	position:absolute;	top:3px;	right:3px;	padding:3px 13px;	font-size:24px;	background:#94165C;	color:#FFFFFF;	border-radius:4px;	cursor:pointer;}/* Footer */.lx-footer{	position:relative;	z-index:1;	background:#242424;}.lx-footer-content{	max-width:1170px;	margin:auto;	padding:50px 0px;}/* Description */.lx-description-logo a{	font-family:'Open Sans Condensed';	font-size:30px;	font-weight:700;	color:#FFFFFF;}.lx-description-logo a i{	display:inline-block;	margin-left:-7px;	color:#94165C;}.lx-description p{	margin-top:15px;	line-height:21px;	color:#FFFFFF;}/* Latest Posts */.lx-latest-posts h3{	margin-bottom:30px;	font-family:'Bitter';	font-size:20px;	color:#FFFFFF;}.lx-latest-post-item{	margin-bottom:20px;}.lx-latest-post-item:last-child{	margin-bottom:0px;}.lx-latest-post-item-img{	float:left;	width:80px;	margin-right:10px;}.lx-latest-post-item-img img{	display:block;	width:100%;}.lx-latest-post-item-text a{	display:block;	margin-bottom:5px;	font-family:'Raleway';	font-weight:500;	color:#FFFFFF;}.lx-latest-post-item-text span{	font-size:13px;	color:#BEBEBE;}/* Newsletter */.lx-newsletter h3{	margin-bottom:30px;	font-family:'Bitter';	font-size:20px;	color:#FFFFFF;}.lx-newsletter form{	position:relative;	margin-bottom:30px;}.lx-newsletter form p{	margin-bottom:10px;	color:#FFFFFF;}.lx-newsletter form input[type='text']{	width:100%;	padding:15px;	font-family:'Muli';}.lx-newsletter form input[type='submit']{	position:absolute;	bottom:2px;	right:2px;	padding:13px;	font-family:'Muli';	font-weight:500;	background:#94165C;	color:#FFFFFF;	cursor:pointer;}/* Social Media */.lx-social-media h3{	margin-bottom:30px;	font-family:'Bitter';	font-size:20px;	color:#FFFFFF;	}.lx-social-media ul li{	float:left;		margin-right:10px;}.lx-social-media ul li a{	display:block;	width:35px;	padding:5px 0px;	font-size:20px;	text-align:center;	background:#94165C;	color:#FFFFFF;}/* Footer Bottom */.lx-footer-bottom{	margin-top:50px;	padding:0px 15px;	padding-top:20px;	border-top:1px solid #424242;}.lx-footer-links{	float:left;}@media(max-width:767px){	.lx-footer-links{		float:none;		clear:both;		display:table;		margin:auto;		margin-bottom:10px;		text-align:center;	}}.lx-footer-links ul li{	display:inline-block;	padding-right:20px;}@media(max-width:767px){	.lx-footer-links ul li{		padding:0px 10px;		padding-bottom:10px;	}}.lx-footer-links ul li a{	color:#FFFFFF;}.lx-copyright{	float:right;}@media(max-width:767px){	.lx-copyright{		float:none;		clear:both;		text-align:center;	}}.lx-copyright p{	color:#FFFFFF;}/*：当前代码仅为演示用,不能二次开发。源码只发布在: http://www.bootstrapmb.com/item/436(此说明只在演示页面有,不在下载的源码里)*/