/*! * LIGHTSAIL Version 1.0 
* Web Foundation Framework(LS-WFF) v1.2 
* Copyright 2015-2020 LIGHTSAIL.Stu 
* Powered by www.lsve.net 
*/
/*body,html {
	//position:relative;
	//min-width:1200px;
	//overflow-x:hidden
}*/
body {
	/*background-color:#1e1f23;*/
	color:#6D737E;
}
#wrapper-body,#wrapper-slide {
	background:-webkit-linear-gradient(left,#e5e9ec 50%,#1e1f23 50%);
	background:-moz-linear-gradient(left,#e5e9ec 50%,#1e1f23 50%);
	background:-o-linear-gradient(left,#e5e9ec 50%,#1e1f23 50%);
	background:-ms-linear-gradient(left,#1e1f23 50%,#e5e9ec 50%);
	background:linear-gradient(to right,#e5e9ec 50%,#1e1f23 50%)
}
.list-column,.sdw {
	-webkit-box-shadow:0 4px 30px rgba(0,0,0,.35);
	-moz-box-shadow:0 4px 30px rgba(0,0,0,.35);
	box-shadow:0 4px 30px rgba(0,0,0,.35)
}
.column-left>.sdw,.column-right>.sdw,.mask>i,.menu-column,.wrapper-menu {
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0);
}
.smsdw {
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.4);
	box-shadow:0 0 3px rgba(0,0,0,.4)
}
#header,#wrapper-body {
	position:relative;
	z-index:2;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.4);
	box-shadow:0 0 3px rgba(0,0,0,.4)
}
#header,#wrapper-body1 {
	position:relative;
	z-index:2;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 3px rgba(0,0,0,.4);
	box-shadow:0 0 3px rgba(0,0,0,.4)
}
.touch {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.text-hidden {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mask>i {
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	display:block;
	width:0;
	height:100%;
	background-color:#FFF;
	content:" ";
	-webkit-transition:width .6s cubic-bezier(.7,0,.3,1);
	-moz-transition:width .6s cubic-bezier(.7,0,.3,1);
	-o-transition:width .6s cubic-bezier(.7,0,.3,1);
	transition:width .6s cubic-bezier(.7,0,.3,1);
}
.mask>i:first-child {
	left:0;
	background-color:#1e1f23
}
.load-all .mask.mask2>i,.load-sd .mask3>i {
	transition-delay:.3s
}
.load-all .mask.mask3>i {
	transition-delay:.6s
}
.load-all.load-in .mask>i,.load-in .mask3>i,.load-sd.load-in .mask2>i {
	width:50%
}
.panel-ajax-heading,.panel-ajax-footer {
	padding:10px 15px;
	color:#A8B1C1;
	font-weight:bolder;
}
.panel-ajax-footer {
	text-align:center;
}
.panel-ajax-footer .btn {
	margin:0 5px;
}
.panel-ajax-body {
	padding:0 15px;
	background-color:#FFF;
	color:#545E67;
}
.column-body:after,.column-body:before,.nav-arrows:after,.nav-arrows:before {
	display:table;
	content:" "
}
.column-body:after,.nav-arrows:after {
	clear:both
}
.nav-arrows {
	background-color:#1E1F23;
	text-align:center
}
.nav-arrows>div {
	float:left;
	height:65px;
	line-height:65px
}
.nav-arrows .btn {
	padding:0;
	width:25%;
	border:0;
	border-radius:0;
	background-color:#272a2f
}
.nav-arrows .nav-arrows-info {
	position:relative;
	overflow:hidden;
	width:50%;
	font-weight:bolder;
	font-size:18px
}
.btn-arrow-next i,.btn-arrow-prev i {
	display:inline-block;
	width:27px;
	height:25px;
	background:url(../img/arrow.png) no-repeat;
	vertical-align:middle;
	opacity:.6;
	transition:all .3s
}
.btn-arrow-next i {
	background-position:bottom
}
.nav-arrows .btn:hover {
	background-color:#32363C
}
.nav-arrows .btn:hover i {
	opacity:1
}
.nav-arrows-sm {
	margin-left:50%
}
.nav-arrows-sm .btn {
	width:50%
}
.info-btn-group {
	padding-left:10px;
	line-height:65px
}
.info-btn-group .navbar-nav>li {
	padding:0 6px
}
.icon-play {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/play.png) no-repeat center center;
	background-size:100% 100%
}
#header {
	position:relative;
	z-index:2;
	background-color:#2E2F33
}
#header:before {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	display:block;
	width:50%;
	height:100%;
	background-color:#FFF;
	content:""
}
#header .row>div {
	height:80px;
	line-height:80px
}
#header .header_ls {
	background:url(../img/logo_ls.png) no-repeat left center
}
#header li {
	padding:0 5px
}
#header li>span {
	display:inline-block;
	padding:0;
	width:38px;
	height:38px;
	border-radius:50%;
	background-color:#464A52;
	color:#EEE;
	text-align:center;
	font-size:16px;
	line-height:39px;
	cursor:pointer;
	transition:all .2s ease-out
}
#header li>span i {
	vertical-align:middle
}
#header .header_ls li.active span,#header .header_ls li>span:hover {
	background-color:#1DABD3;
	color:#FFF
}
#header .header_mw {
	background:url(../img/logo_mw.png) no-repeat right center
}
#header .header_mw .la {
	opacity:.6
}
#header .header_mw li>span {
	background-color:#464A52;
	color:#A2A4A6
}
#header .header_mw li.active span,#header .header_mw li>span:hover {
	background-color:#FF2602;
	color:#FFF
}
#header .header_mw li.active span .la,#header .header_mw li>span:hover .la {
	opacity:1
}
#wrapper-slide {
	position:relative;
	z-index:1;
	overflow:hidden;
	width:100%;
	min-height:190px
}
#wrapper-slide:after,#wrapper-slide:before {
	position:absolute;
	top:10px;
	right:0;
	bottom:10px;
	z-index:-1;
	display:block;
	width:50%;
	background-color:#ed2201;
	content:" "
}
#wrapper-slide:after {
	left:0;
	background-color:#06bbda
}
#wrapper-slide .container {
	position:relative;
	padding:0;
	min-height:300px;
	background-color:#E5E9EC;
	box-shadow:0 0 10px rgba(0,0,0,.4)
}
#TopSlide {
	position:relative;
	overflow:hidden;
	background-color:#191A1E
}
#TopSlide .ln {
	font-size:50px;
	color:#3D414A;
}
#TopSlide.ls {
	height:280px
}
#slides {
	position:relative;
	overflow:hidden;
	padding:0;
	height:100%
}
#slides div {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	display:none;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
#slides>div>span {
	position:relative;
	display:inline-block
}
#slides>div>span span {
	position:absolute;
	top:50%;
	right:0;
	width:202px
}
#slides>div>span span .btn {
	margin-bottom:10px;
	color:#AAB0BD
}
#slides div div {
	display:none
}
#slides div.active {
	z-index:1;
	display:block
}
#slides #spinner {
	z-index:10;
	display:block;
	width:100%;
	height:100%;
	background:url(../img/spinner.gif) no-repeat center center
}
#slides #videooverlay {
	z-index:11;
	display:block;
	width:100%;
	height:100%;
	background:url(../img/video_play_icon_02.png) no-repeat 30% center;
	cursor:pointer
}
#slidesbtn {
	height:280px
}
#slidesbtn>a {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-100px 0 0 -30px;
	padding:0;
	width:60px;
	height:60px;
	border-radius:50%;
	box-shadow:none;
	line-height:60px
}
#slidesbtn>a i {
	width:29px;
	height:27px;
	background-image:url(../img/arrow_1.png);
	background-position:right center
}
#slidesbtn>a.btn-arrow-next {
	margin-top:40px
}
#slidesbtn>a.btn-arrow-next i {
	background-position:left center
}
#slidesbtn>a>.ripple {
	opacity:.8
}
#slidesbtn ul {
	position:absolute;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	max-width:96px;
	-webkit-transform:translate(-50%,-50%) rotate(180deg);
	-moz-transform:translate(-50%,-50%) rotate(180deg);
	-o-transform:translate(-50%,-50%) rotate(180deg);
	transform:translate(-50%,-50%) rotate(180deg);
}
#slidesbtn li {
	float:left;
	margin:2px;
	list-style-type:none
}
#slidesbtn li a {
	display:block;
	width:20px;
	height:20px;
	background:url(../img/slideButtons.png) no-repeat;
	text-indent:-9999px
}
#Slideinfo li a:hover,#slidesbtn li a.currentSlide {
	background-position:-26px 0
}
#MSlide_bg {
	width:100%;
	height:200px;
	background-color:#191A1E
}
#TopSlide.us {
	overflow:hidden;
	height:200px
}
#TopSlide.us>.row {
	margin:0
}
#TopSlide.us>.row>div {
	padding:0;
	height:200px
}
#TopSlide.us .total-num {
	background-color:#FFF
}
#TopSlide.us .total-num.right {
	background-color:#191A1E
}
#TopSlide.us .total-num>div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	line-height:220px
}
#TopSlide.us .total-num h2 {
	display:inline-block;
	padding:0 10px;
	color:#505156;
	font-weight:bolder;
	font-size:36px
}
#TopSlide.us .total-num small {
	color:rgba(80,81,86,0.7);
}
#wrapper-body>.container {
	position:relative;
	min-height:600px
}
#wrapper-body1>.container {
	position:relative;
	min-height:600px
}
#wrapper-ajax {
	min-height:600px
}
#wrapper-ajax>.column-body .column-left,#wrapper-ajax>.column-body .column-right {
	padding:0 0 10px 0;
}
.column-body {
	margin:0 -15px
}
.column-body>div {
	position:relative;
	padding:10px
}
.column-body>div img {
	width:100%
}
.column-body .con-body img {
	margin:0 auto;
	width:auto
}
.column-body .column-left {
	position:relative;
	z-index:2
}
.column-body .column-sd {
	position:static;
	height:758px
}
.column-body .column-sd i {
	display:block;
	width:100%;
	height:758px;
	background-size:auto 100%
}
.list-column {
	position:relative
}
.list-column .item {
	position:relative;
	display:block;
	overflow:hidden;
	background-color:#191a1e;
}
.item-img {
	position:relative;
	display:block;
	cursor:pointer
}
.item-img>.item-img {
	display:none
}
.item-img img {
	opacity:1;
	transition:opacity .3s
}
.item-img:hover img {
	opacity:.6
}
.item-img>span {
	position:absolute;
	top:44%;
	z-index:1;
	display:block;
	margin:-22px 0 0 -22px;
	color:#FFF;
	font-size:3em;
	opacity:0;
	transition:opacity .3s
}
.item-img:hover>span {
	opacity:1
}
.item-info {
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	width:50%;
	height:100%;
	border-bottom:1px solid #D0D6DD;
	background-color:#FFF
}
.item-info strong {
	margin-top:-5px;
	display:block;
	opacity:.7;
}
.item-info h4 {
	margin:2px 0 0;
	padding-top:2px;
	border-top:1px dotted #CDD4DE;
	color:#3f4147;
	font-weight:700;
	font-size:14px;
	line-height:1.4
}
.item-info small {
	font-size:12px
}
.item-info span {
	position:absolute;
	right:15px;
	bottom:7px;
	font-weight:700;
	font-size:12px;
	cursor:pointer;
	transition:color .3s
}
.item-info span a {
	margin-left:5px;
}
.item-info span a:hover {
	color:#05ABDA
}
.item-info:after {
	position:absolute;
	top:50%;
	right:-20px;
	display:block;
	margin-top:-10px;
	width:0;
	height:0;
	border:10px solid transparent;
	content:"";
	vertical-align:middle;
	border-left-color:#FFF
}
.item-big .item-info,.item:last-child .item-info {
	border-bottom:0
}
.item-big .item-info {
	height:50%
}
.item-big .item-img>span {
	top:75%;
	left:25%
}
.item-sm .item-img {
	width:50%
}
.item-sm .item-img>span {
	left:50%
}
.item-black .item-info {
	background-color:#26272B
}
.item-black .item-info {
	border-bottom-color:#1e1f23
}
.item-black .item-info h4 {
	color:#8B929C;
	border-top-color:#3B4148
}
.item-black .item-info span a:hover {
	color:#FF2600
}
.item-black .item-info:after {
	border-left-color:#26272B;
	border-right-color:transparent
}
.column-right .item-black .item-info:after {
	border-left-color:transparent;
	border-right-color:#26272B
}
.column-left .item-sm .item-img {
	margin-left:50%
}
.column-right .item-info {
	left:50%
}
.column-right .item-info:after {
	right:auto;
	left:-20px;
	border-left-color:transparent;
	border-right-color:#FFF
}
.column-right .item-big .item-img>span {
	left:75%
}
.img_hover {
	position:relative;
	display:block
}
.img_hover img {
	width:100%
}
.img_hover .img_hide {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:opacity .2s ease-out
}
.img_hover.active .img_hide,.img_hover:hover .img_hide {
	opacity:1
}
.wrapper-menu {
	position:absolute;
	top:10px;
	z-index:1;
	margin-left:-15px;
	padding:20px 20px 0
}
.wrapper-menu>.panel {
	margin-bottom:5px;
	padding-bottom:5px;
	width:100%;
	border:none;
	border-radius:0;
	background-color:#1e1f23;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,.4);
	box-shadow:0 2px 4px rgba(0,0,0,.4)
}
.menu_prompt,.menu_title {
	text-align:center;
	font-weight:bolder
}
.menu_title {
	padding:7px 10px 5px 10px;
	color:#4F525D;
	font-size:16px
}
.menu_prompt {
	position:relative;
	z-index:1;
	overflow:hidden;
	padding:3px 30px 3px 0;
	background-color:#5F626B;
	color:#BCC2CE;
	font-size:12px;
	cursor:pointer;
	transition:background-color .3s,color .3s
}
.menu_prompt i {
	float:right;
	margin-right:-15px;
	font-size:14px;
	line-height:17px
}
.menu_body {
	overflow:hidden
}
.menu_body .nav {
	background-color:#f8f8f8
}
.menu_body .nav li+li {
	border-top:1px solid #A9A9A9
}
.menu_body li>span {
	z-index:1;
	display:block;
	overflow:hidden;
	margin-top:-1px;
	padding:10px 15px 8px;
	color:#43454C
}
.menu_body li>span:hover {
	background-color:#DFE3E4;
	color:#000000;
}
.menu_body li>span strong {
	font-weight:700
}
.menu_body li>spa {
	z-index:1;
	display:block;
	overflow:hidden;
	margin-top:-1px;
	padding:13px 20px 13px;
	color:#43454C
}
.menu_body li>spa:hover {
	background-color:#393D44;
}
.menu_body li>spa strong {
	font-weight:700
}
.menu_body li>a {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:8px 15px 10px;
	color:#43454C;
	height:57px
}
.menu_body li>a:hover {
	background-color:#DFE3E4;
	height:57px
}
.menu_body li>a strong {
	font-weight:700
}
.menu_body li>a>b {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 2px 8px;
	color:#000000;
	font-weight:700;
}
.menu_body li>a>b:hover {
	z-index:1;
	display:block;
	overflow:hidden;
}
.menu_body li>a>b1 {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 2px 8px;
	color:#ffffff;
	font-weight:700;
}
.menu_body li>a>b1:hover {
	z-index:1;
	display:block;
	overflow:hidden;
}
.menu_body li>a.a {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 15px 8px;
	color:#ffffff;
	background-color:#fd2601;
	height:57px
}
.menu_body li>a .a strong {
	font-weight:700
}
.menu_body li>a.a:hover {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 15px 8px;
	color:#ffffff;
	background-color:#d42f13;
	height:57px
}
.menu_body li>span2 {
	z-index:1;
	display:block;
	overflow:hidden;
	margin-top:-1px;
	padding:10px 15px 8px;
	color:#43454C
}
.menu_body li>span2:hover {
	background-color:#DFE3E4;
	color:#000000;
}
.menu_body li>span2 strong {
	font-weight:700
}
.menu_body li>span>b {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 0px 8px;
	color:#000000;
	font-weight:700;
}
.menu_body li>span>b:hover {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 0px 8px;
}
.menu_body li>span>b1 {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 0px 8px;
	color:#ffffff;
	font-weight:700;
}
.menu_body li>span>b1:hover {
	z-index:1;
	display:block;
	overflow:hidden;
}
.menu_body li>span1 {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 15px 8px;
	color:#ffffff;
	font-weight:700;
	background-color:#fd2601;
	height:57px
}
.menu_body li>span1 strong {
	font-weight:700
}
.menu_body li>span1:hover {
	z-index:1;
	display:block;
	overflow:hidden;
	padding:10px 15px 8px;
	color:#ffffff;
	background-color:#d42f13;
	height:57px
}
.menu_body li small {
	display:inline-block;
	padding-left:28px;
	color:#a7aab3;
	text-transform:uppercase
}
.menu_body li i {
	margin-right:10px;
	width:14px;
	vertical-align:middle;
	font-size:14px
}
.menu_body li b1 i,.menu_body li b i {
	margin-right:15px;
}
.menu_body li .ls {
	margin-right:6px;
	font-size:1.6em
}
.menu_body li>span .ripple {
	background-color:#FF1519;
	opacity:.4
}
.menu_ls .menu_body span .ripple {
	background-color:#01CBFF
}
.menu_body li>span.img_hover {
	padding:0
}
.menu_body li>div {
	padding:10px 15px 0;
	color:#43454C
}
.menu_body li>div small {
	padding-left:5px
}
.menu_body li>div small i {
	margin-right:2px;
	color:#ED2201
}
.menu_mw .img_hover:hover .img_hide {
	opacity:.2
}
.menu_mw .menu_body>.btn {
	width:100%
}
.menu_user .menu_body .fa-unlock-alt {
	margin-right:0;
	font-size:14px
}
.menu_user .menu_body .fa-user-secret {
	margin:0 6px 0 4px;
}
.item-open .menu_prompt.bg-c3 {
	background-color:#0594BD!important;
	color:#FFF
}
.item-open .menu_prompt.bg-c4 {
	background-color:#bd1c02!important;
	color:#FFF
}
.item-open li.active {
	transition:border-color .6s
}
.item-open li.active>span {
	background-color:#FF2602;
	color:#FFF;
	transition:background-color .6s linear,color .3s linear
}
.item-open li.active>span small {
	color:#FFF;
	transition:color .5s linear
}
#menu .item-open li.active+li,.item-open li.active {
	border-color:#A9A9A9
}
.menu_ls.item-open li.active>span {
	background-color:#05ABDA
}
.item-open li.active>a {
	background-color:#f02401;
	color:#FFF;
	transition:background-color .6s linear,color .3s linear
}
.item-open li.active>a small {
	color:#FFF;
	transition:color .5s linear
}
.menu_ls.item-open li.active>a {
	background-color:#05ABDA
}
.menu_mw.item-open li.active>.img_hover .img_hide {
	opacity:1
}
#Lsinfo.column-body {
	padding-bottom:0
}
#Lsinfo .item-info {
	padding:10px;
	border:0;
	background-color:transparent;
	opacity:.4;
	transition:opacity .25s ease-out
}
#Lsinfo .item-info:after {
	display:none
}
#Lsinfo .item-info>* {
	color:#FFF!important
}
#Lsinfo .item-info h4 {
	margin:0;
	padding:0;
	border-top:0;
	font-size:18px
}
#Lsinfo .item-info .fa {
	position:absolute;
	top:50%;
	left:50%;
	padding-top:20px;
	font-size:5em;
	line-height:1;
	transform:translate(-50%,-50%)
}
#Lsinfo .item-info .fa.fa-users {
	font-size:56px
}
#Lsinfo .item-info span {
	font-weight:400
}
#Lsinfo .img_hide {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	opacity:0;
	transition:opacity .25s ease-out
}
#Lsinfo .item.active .item-info,#Lsinfo .item:hover .item-info {
	opacity:1
}
#Lsinfo .item.active .img_hide,#Lsinfo .item:hover .img_hide {
	opacity:1
}
#Lsinfo .info-column {
	position:relative;
	overflow:hidden;
	height:672px;
	background-color:#1E1F23
}
#Lsinfo .info-column>div,#Lsinfo .nav-arrows-info>span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#1E1F23
}
#Lsinfo .nav-arrows-info>span {
	opacity:0;
	transition:opacity .3s
}
#Lsinfo .nav-arrows-info>span.active {
	z-index:1;
	opacity:1
}
#Lsinfo .info-column>div {
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
}
#Lsinfo .info-column>.active {
	z-index:2;
	box-shadow:5px 0 40px -4px rgba(0,0,0,.5);
	-webkit-transition:-webkit-transform .65s cubic-bezier(.7,0,.3,1);
	-moz-transition:-moz-transform .65s cubic-bezier(.7,0,.3,1);
	-o-transition:-o-transform .65s cubic-bezier(.7,0,.3,1);
	transition:transform .5s cubic-bezier(.7,0,.3,1);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
}
#Lsinfo .info-column>.active.push {
	z-index:1;
	-webkit-transform:translateX(40%);
	-moz-transform:translateX(40%);
	-o-transform:translateX(40%);
	transform:translateX(40%);
}
#Lsinfo .info-con {
	line-height:1.5
}
#Lsinfo .info-con h3 {
	color:#555961;
	padding:30px 30px 11px 30px;
	font-weight:bolder
}
#Lsinfo .info-con strong {
	color:#979DA9
}
#Lsinfo .info-con p {
	padding:0 30px;
}
#Lscase .item-type {
	position:absolute;
	top:0;
	left:-20%;
	width:20%;
	height:100%;
	text-align:center;
	font-size:18px;
	line-height:1.2
}
#Lscase .item-type span {
	position:absolute;
	top:10px;
	left:50%;
	z-index:2;
	display:block;
	margin-left:-40px;
	padding:25px 0;
	width:60px;
	height:85px;
	background-color:#E5E9EC;
	text-align:center
}
#Lscase .item-type span small {
	display:block;
	color:#9FA3A7;
	font-size:12px
}
#Lscase .item-type:after,#Lscase .item-type:before {
	display:inline-block;
	margin-left:-20px;
	width:1px;
	height:100%;
	border-left:1px solid #BCC0C3;
	content:""
}
#Lscase .item-type:before {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
	width:20px;
	height:1px;
	border-top:1px solid #BCC0C3;
	border-left:0
}
#Lslab .item-black .item-info {
	background-color:rgba(38,39,43,0.95);
}
.item-head {
	background-color:#1e1f23
}
.column-left .item-head .item-img {
	margin-left:0;
	cursor:default
}
.column-left .item-head .item-img img {
	opacity:1
}
.item-head .item-info {
	left:50%
}
.item-head .item-info:after {
	left:0;
	border-left-color:#191A1E
}
.item-head .item-img small {
	position:absolute;
	bottom:20px;
	left:0;
	display:block;
	width:100%;
	color:#555961;
	text-align:center;
	text-transform:uppercase;
	font-weight:bolder
}
.item-head .item-info {
	padding-top:30px;
	text-align:center
}
.item-head .item-info h1 {
	font-weight:bolder;
	font-size:5em
}
.item-head .item-info small {
	font-weight:bolder;
	font-size:14px
}

.con-column {
	background-color:#1e1f23
}
.con-column1 {
	background-color:#e5e9ec
}
.con-title {
	height:65px;
	background-color:#232429;
	
}
.con-title>div {
	float:left;
	height:65px
}
.title-left {
	width:22.5%;
	background-color:#232429;
}
.title-text {
	padding:10px;
	width:55%;
	background-color:#191A1E
}
.title-text h4 {
	margin:0;
	color:#979da9;
	text-align:center
}
}.title-text small {
	color:#3f4147
}
.title-right {
	width:22.5%;
	background-color:#232429;
}
#Mw-panel >div {
	padding-top:10px;
}
.con-body {
	padding:30px;
	height:620px
}
.con-body h4,.con-body h5 {
	color:#8b929c;
	font-weight:700
}
.con-body h4 {
	margin-bottom:20px;
	text-align:center
}
.con-body strong {
	color:#8b929c
}
.menu-column {
	margin:30px;
    width:145px
}
.menu-column .menu_title {
	padding-left:20px;
	background-color:#191a1e;
	text-align:left
}
.menu-column .menu_title .fa {
	margin-right:10px
}
.menu-column .menu_body .nav {
	background-color:#272a2f
}
.menu-column .menu_body .nav li {
	border-color:#1A1C1F
}
.menu-column .menu_body .nav li span {
	margin-top:0;
	padding:13.3px 20px;
	color:#6d737e;
	transition:background-color .2s,color .2s
}
.menu-column .menu_body .nav li span i  .nav li spa i {
	width:auto;
	vertical-align:auto;
	font-size:14px
}
.menu-column .nav>li>span:focus,.menu-column .nav>li>span:hover {
	background-color:#393D44;
	color:#8E96A5
}
.menu-column .nav>li.active span {
	background-color:#50545F;
	color:#C5D6E6;
	transition:background-color .4s linear,color .3s linear
}
.menu-column .nav>li.active span .fa:before {
	content:"\f192"
}
.menu-column .nav>li>span .ripple {
	background-color:#50545F;
	opacity:.6
}
.tc-panel {
	padding:0;
	width:100%
}
.tc-panel h1 {
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.1);
	letter-spacing:2px;
	font-weight:700;
	opacity:0
}
.tc-panel .row {
	overflow:hidden;
	margin:0;
	padding:0px 0
}
.tc-panel .row>p {
	margin-bottom:40px;
	text-align:center;
	font-weight:700;
	opacity:0
}
.tc-panel .panel-1 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-1>div {
	margin:0 auto;
	width:750px;
	height:120px;
	opacity:0
}
.tc-panel .panel-1>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-1 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-1 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-1>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-1>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-2 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-2>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-2 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-2>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-2>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-3 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-3 img {
	width:750px;
	height:auto;
}
.tc-panel .panel-3>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-3>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-3 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-3 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-3>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-3>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-4 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-4>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-4>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-4 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-4 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-4>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-4>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-5 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-5>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-5>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-5 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-5 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-5>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-5>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-6 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-6>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-6>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-6 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-6 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-6>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-6>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-7 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-7>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-7>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-7 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-7 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-7>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-7>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-8 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-8>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-8>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-8 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-8 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-8>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-8>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .panel-9 {
	height:auto;
	background-color:#38393e
}
.tc-panel .panel-9>div {
	margin:0 auto;
	width:750px;
	height:auto;
	opacity:0
}
.tc-panel .panel-9>div>div {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 15px;
	width:120px;
	height:120px;
	border-radius:50%;
	box-shadow:inset 0 0 0 8px #272A2F;
	text-align:center;
	transition:box-shadow .3s
}
.tc-panel .panel-9 big {
	text-align:center;
	letter-spacing:2px;
	font-weight:700;
	font-size:18px;
	line-height:120px
}
.tc-panel .panel-9 span {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	padding-top:38px;
	width:112px;
	height:112px;
	border-radius:50%;
	color:#FFF;
	font-weight:700;
	opacity:0;
	cursor:default;
	transition:all .4s;
	transform:scale(0)
}
.tc-panel .panel-9>div>div:hover {
	box-shadow:inset 0 0 0 5px #323236
}
.tc-panel .panel-9>div>div:hover span {
	opacity:1;
	transform:scale(1)
}
.tc-panel .showing>h1,.tc-panel .showing>p {
	opacity:1;
	transition:opacity .5s;
	transition-delay:.3s
}
.tc-panel .panel-1 img,.tc-panel .panel-2 img.tc-panel .panel-3 img.tc-panel .panel-4 img.tc-panel .panel-5 img.tc-panel .panel-6 img.tc-panel .panel-7 img.tc-panel .panel-8 img.tc-panel .panel-9 img {
	width:750px;
	height:auto;
}
.tc-panel .panel-1.showing>div,.tc-panel .panel-2.showing>div,.tc-panel .panel-3.showing>div,.tc-panel .panel-4.showing>div,.tc-panel .panel-5.showing>div,.tc-panel .panel-6.showing>div,.tc-panel .panel-7.showing>div,.tc-panel .panel-8.showing>div,.tc-panel .panel-9.showing>div {
	opacity:1;
	transition:opacity .5s;
	transition-delay:.5s
}
#Mwvideo .item-head img {
	opacity:0
}
#Mwvideo .item-head .item-info {
	top:0;
	left:0;
	padding:0;
	width:100%;
	background-color:#26272B
}
#Mwvideo .item-head .item-info h3 {
	padding:12px 15px;
	background-color:#191A1E;
	color:#979da9
}
#Mwvideo .item-head .item-info p {
	margin:0;
	padding:10px 15px 0 15px;
	color:#8B929C;
	text-align:left
}
#Mwvideo .item-head .item-info small {
	font-size:12px
}
#Mwvideo .video-info {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-42px;
	width:100%;
	text-align:center
}
#Mwvideo .video-info h1 {
	text-align:center;
	font-weight:bolder;
	font-size:4em
}
#Mwvideo .video-info h1 small {
	font-size:14px
}
#Mwvideo .video-info .btn {
	padding:3px 7px;
	box-shadow:none;
	font-size:12px
}
#Userlogin form {
	width:310px;
	margin:0 auto;
}
#Userlogin .column-right>div {
	padding:0 50px 50px 0;
	margin:0 -50px -50px 0;
	overflow:hidden;
}
#Userlogin .column-sd {
	height:650px
}
#Userlogin .column-sd i {
	height:100%
}
#Userlogin .input-group {
	margin-top:1px;
	box-shadow:0 1px 3px rgba(0,0,0,.1)
}
#Userlogin .form-control,#Userlogin .input-group-addon {
	padding:8px 20px;
	height:auto;
	border-color:#FFF;
	border-radius:0;
	background-color:#FFF;
	color:#6F7B8A;
}
#Userlogin .form-control {
	padding:10px 6px
}
#Userlogin .input-group-addon {
	position:relative
}
#Userlogin .input-group-addon i {
	width:16px;
	color:#6F7B8A;
	font-size:14px
}
#Userlogin .input-group-addon i:after {
	position:absolute;
	top:12px;
	right:5px;
	height:20px;
	border-left:1px #D8E0E5 solid;
	content:""
}
#Userlogin .input-refresh {
	cursor:pointer
}
#Userlogin .input-refresh i:after {
	border-left:0
}
#Userlogin .input-group.verify {
	width:100%;
	margin-bottom:20px;
}
#Userlogin .form-group {
	margin-bottom:8px
}
#Userlogin .form-control:focus {
	outline:0;
	border-color:#26a2b9;
	box-shadow:none
}
.user-login {
	padding:40px;
	width:200%;
	height:580px;
	background:#E5E9EC url(../img/bg.png) no-repeat center center
}
.user-login hr {
	height:1px;
	border-top:1px solid #C7CBCE;
	margin:30px 0;
}
.user-login hr:before {
	display:block;
	margin:0 auto;
	margin-top:-15px;
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#C7CBCE;
	content:"OR";
	text-align:center;
	font-size:12px;
	line-height:31px;
}
.user-login h2 {
	margin-bottom:25px;
	padding:10px;
	text-align:center;
	font-weight:bolder
}
.user-login h2 small {
	display:block;
	color:#6D737E;
	font-size:14px
}
#UserAtn {
	overflow:hidden;
}
.user-atn {
	padding:40px 0;
	height:580px;
	background-color:#1e1f23;
}
.atn-title {
	padding:16px 0 20px 0;
	text-align:center
}
.atn-title .title-bg {
	overflow:hidden;
	height:26px
}
.atn-title .title-sm {
	overflow:hidden;
	height:20px;
	font-size:14px
}
.ath-info {
	font-weight:bolder
}
.ath-info .ath-info-btn {
	display:block;
	text-align:center
}
.ath-info .btn {
	margin:0 5px;
	min-width:40%
}
#UserAtn .form-control,#UserAtn .input-group-addon {
	border-color:#272a2f;
	background-color:#272a2f;
	color:#B3BCCE;
}
#UserAtn .input-group-addon i:after {
	border-color:#383E46
}
.atn-form {
	display:none;
	position:absolute;
	top:121px;
	left:0;
	z-index:1;
}
.atn-form .form-group {
	text-align:center
}
.atn-form .btn {
	margin:0 5px;
	width:120px;
	font-weight:bolder;
}
.ath-info,.atn-form {
	background-color:#1A1B1F;
	padding:10px 40px;
}
.user-atn,.atn-form {
	-webkit-transform:translateX(-100%) translateZ(0);
	-moz-transform:translateX(-100%) translateZ(0);
	-ms-transform:translateX(-100%) translateZ(0);
	-o-transform:translateX(-100%) translateZ(0);
	transform:translateX(-100%) translateZ(0);
}
.user-msg>div {
	height:50px;
	line-height:50px
}
.user-msg .msg-left,.user-msg .msg-right {
	background-color:#1E1F23;
	text-align:center
}
.user-msg .msg-left {
	float:left;
	width:50px;
	color:#FF2602;
	font-size:18px
}
.user-msg .msg-right {
	float:right;
	width:20px
}
.user-msg .msg-right .btn {
	display:block;
	padding:0;
	height:25px;
	line-height:25px
}
.user-msg .msg-right .btn:hover {
	color:#FF1519
}
.user-msg .msg-item {
	padding:0 30px 0 60px;
	width:100%;
	background-color:#191A1E
}
.user-msg .msg-item span {
	display:block;
	overflow:hidden;
	width:100%;
	color:#7C828E
}
.user-level {
	overflow:hidden;
	width:150%;
	height:210px;
	background-color:#1A1B1F
}
.user-level .level-chart {
	position:relative;
	margin:0;
	padding:30px 20px;
	height:160px
}
.level-chart .chart {
	position:relative;
	z-index:1;
	margin:0 auto;
	width:100px;
	height:100px
}
.level-chart .chart:before {
	position:absolute;
	top:-4px;
	left:-4px;
	z-index:-1;
	width:108px;
	height:108px;
	border:solid 6px #2D3035;
	border-radius:50%;
	content:""
}
.level-chart .chart h4 {
	position:absolute;
	top:35px;
	left:0;
	margin:0;
	width:100%;
	text-align:center;
	font-weight:bolder;
	font-size:16px
}
.level-chart .chart small {
	color:#6D737E
}
.level-chart>div:after,.level-chart>div:before {
	position:absolute;
	top:50%;
	right:20px;
	display:none;
	margin-top:-3px;
	width:0;
	height:0;
	border:6px solid transparent;
	content:"";
	vertical-align:middle;
	border-right-color:#05ABDA
}
.level-chart>div:before {
	left:20px;
	border-left-color:#05ABDA;
	border-right-color:transparent
}
.level-1 .l1:after,.level-1 .l1:before,.level-2 .l2:after,.level-2 .l2:before,.level-3 .l3:after,.level-3 .l3:before {
	display:block
}
.level-progress .progress {
	margin-bottom:0;
	border-radius:0;
	background:#1E1F23
}
.level-progress .progress-bar {
	width:0;
	border-radius:0 10px 10px 0;
	background-color:#FF2602;
	box-shadow:0 0 2px rgba(0,0,0,.3);
	text-align:right
}
.level-progress .progress-bar:before {
	float:right;
	width:10px;
	height:20px;
	content:" "
}
.user-level>span {
	display:block;
	padding:7px;
	color:#3D3F48;
	text-align:center;
	font-size:12px
}
.user-block>div {
	padding:0
}
.user-block .item {
	position:relative;
	overflow:hidden;
	width:100%;
	height:160px
}
.user-block .item h1 {
	padding-top:15px;
	font-weight:bolder;
	font-size:4em
}
.user-block .item h1 small {
	color:inherit;
	font-size:14px
}
.user-block .item-body {
	position:relative;
	padding:8px 10px;
	height:100%;
	background-color:#FFF;
	text-align:center
}
.user-block .item-btn {
	position:absolute;
	bottom:-36px;
	left:0;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:36px
}
.user-block .item-body>span {
	display:block;
	text-align:left
}
.user-block .item-body>.btn {
	display:inline-block;
	margin-top:10px;
	padding:3px 10px;
	border-radius:20px;
	background-color:rgba(0,0,0,.2);
	box-shadow:none;
	color:#FFF;
	font-weight:bolder;
	font-size:14px
}
.user-block .item-body>.btn:hover {
	background-color:rgba(0,0,0,.4)
}
.user-block .item-btn>.btn {
	float:left;
	display:block;
	padding:8px 0;
	width:50%;
	border:0;
	background-color:#272A2F;
	box-shadow:none
}
.user-block .item-btn>.btn-block {
	float:none;
	width:100%
}
.user-block .item-btn>.btn.active,.user-block .item-btn>.btn:hover {
	background-color:#3D4148;
	color:#C3CED8
}
.user-block .item.sml {
	overflow:hidden;
	height:90px
}
.user-block .item.sml h1 {
	padding-top:5px;
	font-size:2.6em;
}
.user-block .item.sml .num {
	background-color:#E5E9EC
}
.user-block .user-name h3 {
	padding:26px 0 5px 0;
	text-align:center
}
.user-block .user-name small {
	display:block;
	color:#A4AAB5;
	text-align:center;
	font-size:12px
}
.user-block .user-website .item-body {
	background-color:#E5E9EC
}
.user-block .item.url {
	float:left;
	width:50%
}
.user-block .item.url .item-body.bbs {
	background-color:#E5E9EC
}
.user-block .item.url .item-body h1 {
	padding-top:20px
}
.user-block .item.url .item-body h1 i {
	color:#96A3AF
}
.user-block .item-body h3,.user-msg .msg-item span {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.user-block .item,.user-block .item-body,.user-block .item-btn {
	-webkit-transition:opacity .35s,transform.35s;
	-moz-transition:opacity .35s,transform.35s;
	-o-transition:opacity .35s,transform.35s;
	transition:opacity .35s,transform.35s;
	-ms-transition:opacity .35s,transform.35s
}
.user-block .item-hover:hover .item-body {
	transform:translateY(-28px)
}
.user-block .item-hover:hover .item-btn {
	transform:translateY(-36px)
}
.user-block .item-hover1 {
	overflow:visible
}
.user-block .item-hover1 .item-body {
	z-index:2
}
.user-block .item-hover1 .item-btn {
	bottom:0
}
.user-block .item-hover1:hover .item-btn {
	transform:translateY(36px)
}
.user-block .item-hover1:hover+.item {
	opacity:.6;
	transform:translateY(10px)
}
.user-record {
	position:relative;
	z-index:1;
	background-color:#1A1B1F
}
.user-record .list-content {
	height:324px;
	overflow:hidden;
	position:relative;
}
.user-record .table-striped>tbody>tr:nth-of-type(odd) {
	background-color:#1A1B1F;
}
.user-record .table {
	text-align:center;
	margin:0;
	table-layout:fixed
}
.user-record .table>tbody>tr {
	height:36px;
	overflow:hidden;
}
.user-record .table>tbody>tr>td {
	border:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.user-record .table>tbody+tbody {
	border-top:0;
}
.user-record .list-thead {
	height:36px;
}
.user-record .list-thead >span {
	display:block;
	float:left;
	height:36px;
	text-align:center;
	padding:8px;
	background-color:#292B31;
	font-weight:bolder
}
.user-record .list-tbody {
	height:288px;
	overflow:hidden;
	position:relative;
}
.user-record .badge {
	background-color:#2C2E33;
	color:#818894;
	font-weight:400
}
.user-record .label {
	font-weight:400;
	display:inline-block;
	padding:3px 5px;
}
.user-record .list-content .list-pane {
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
	background-color:#1E1F23
}
.nav-paging {
	padding:20px 0;
	color:#30323A;
}
.nav-paging > div {
	float:left;
	text-align:center;
	line-height:1
}
.nav-paging .nav-arrow {
	width:75%;
}
.nav-paging .nav-total {
	width:25%;
	line-height:40px;
	margin-top:5px;
	border-left:2px #2C2D33 solid
}
.nav-paging  small {
	display:block;
	color:#2B2D33;
	font-weight:bold;
}
.nav-paging .btn {
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:45px;
	padding:0;
	vertical-align:top;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.nav-paging .btn i {
	opacity:.2;
}
.nav-paging .btn:hover i {
	opacity:1
}
.nav-paging .ctnum,.nav-paging .tlnum {
	font-size:50px;
	font-weight:bolder;
}
.nav-paging .ptext {
	display:inline-block;
	width:50px;
	line-height:1;
}
.nav-paging .ptext b {
	font-size:26px;
}
.nav-paging .totalnum {
	display:inline-block;
	line-height:1;
	vertical-align:middle;
}
.nav-paging .totalnum b {
	font-size:28px;
}
.userplan > div {
	padding-bottom:50px
}
.userplan .con-column {
	overflow:hidden;
	background-color:#edf1f3;
}
.userplan .con-column>div {
	position:relative;
	float:left
}
.userplan p {
	margin-bottom:0;
	text-align:left
}
.userplan .btn b {
	font-weight:400
}
.tc-plan {
	padding:0;
	width:20%
}
.tc-plan .tc-plan-num {
	height:85px;
	background-color:#1E1F23;
	position:relative;
}
.tc-plan-num span {
	float:left;
	display:block;
	padding:15px 0;
	width:50%;
	height:85px;
	text-align:center
}
.tc-plan-num h2 {
	display:inline-block;
	font-weight:bolder;
	font-size:2.6em
}
.tc-plan-num small {
	display:block;
	color:inherit;
	font-size:12px
}
.tc-plan-title {
	padding:6px 10px;
	background-color:#62707d;
	color:#FFF;
	text-align:left;
	font-size:14px
}
.tc-plan-title .btn-empty {
	float:right
}
.tc-plan-system {
	padding:6px 10px;
	text-align:center;
	background-color:#272A2F
}
.tc-plan-from {
	position:relative;
	padding:10px;
}
.tc-plan-from .preset-color>span,.tc-plan-from .preset-page>span {
	float:left;
	width:12.5%;
	height:20px;
	cursor:pointer
}
.tc-plan-from .preset-color>span.active {
	position:relative;
	z-index:1;
	outline:1px solid #30353C
}
.tc-plan-from .preset-page>span {
	border:1px #FFF solid;
	border-radius:4px;
	background-color:#5F636D;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-family:sans-serif;
	line-height:18px;
	transition:background-color .3s
}
.tc-plan-from .preset-page>span.lock {
	background-color:#C6CDD8!important;
	cursor:no-drop
}
.tc-plan-from .preset-page>span.active {
	background-color:#63921B
}
.tc-plan-info {
	position:absolute;
	top:117px;
	left:0;
	z-index:2;
	padding:16px 8px;
	width:100%;
	height:535px;
	background-color:rgba(30,31,35,.95);
	color:#A7AEBB;
	text-align:center;
	transition:transform .2s;
	transform:translateX(-100%) translateZ(0)
}
.tc-plan-info i {
	font-size:5em
}
.tc-plan-info p {
	padding:10px 0 5px
}
.tc-plan-info .info-close {
	display:inline-block;
	margin-top:20px
}
.tc-plan-info .info-close i {
	font-size:3em
}
.tc-plan-info small {
	display:block
}
.tc-plan-info.open {
	transform:translateX(0) translateZ(0)
}
.tc-page {
	padding:5px 4px;
	width:80%;
	background-color:#191a1e
}
.tc-page>.row {
	position:relative;
	margin:0
}
.tc-page>.row>div {
	padding:5px
}
.tc-page .item {
	position:relative;
	overflow:hidden;
	height:150px;
	border-color:#272A2F;
	background-color:#1e1f23;
	text-align:center
}
.tc-page .item:after,.tc-page .item:before {
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	width:0;
	height:0;
	border:6px solid transparent;
	content:"";
	vertical-align:middle;
	border-right-color:inherit;
	border-bottom-color:inherit
}
.tc-page .item:after {
	left:0;
	border-right-color:transparent;
	border-left-color:inherit
}
.tc-page .item.state-1 {
	border-color:#63921B
}
.tc-page .item.state-2 {
	border-color:#05ABDA
}
.tc-page .item.lock>span {
	background-color:#212327;
	color:#3D4248;
}
.tc-page .item.lock>h2,.tc-page .item.lock>h2 small {
	color:#24272B;
}
.tc-page .item.lock>span b {
	color:#3D4248;
}
.tc-page .item.state-3 {
	border-color:#FF6700
}
.tc-page .item.state-4 {
	border-color:#62707d
}
.tc-page .item.state-no {
	opacity:.3;
	-webkit-transition:opacity .3s;
	-moz-transition:opacity .3s;
	-ms-transition:opacity .3s;
	-o-transition:opacity .3s;
	transition:opacity .3s;
}
.tc-page .item.state-no:hover {
	opacity:1
}
.tc-page .item>span {
	display:block;
	padding:6px 10px;
	width:100%;
	background-color:#30333A;
	text-align:left
}
.tc-page .item>span i {
	float:right;
	line-height:20px
}
.tc-page .item>span b {
	color:#6D737E
}
.tc-page .item>h2 {
	padding:18px 0;
	color:#444950;
	text-align:center;
	font-weight:bolder;
	font-size:4em
}
.tc-page .item>h2 small {
	display:block;
	color:#6d737e;
	font-weight:bolder;
	font-size:14px
}
.tc-page .item>div {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#272A2F;
	text-align:center;
	opacity:0;
	transition:transform .3s,opacity .3s;
	transform:scale(.5)
}
.tc-page .item>div p {
	overflow:hidden;
	padding:20px 10px;
	line-height:100px;
	height:100px;
	color:#979da9;
	display:block;
}
.tc-page .item>div p span {
	display:inline-block;
	line-height:1.5;
}
.tc-page .item:hover>div {
	opacity:1;
	transform:scale(1)
}
.tc-page .item>div .btn {
	margin:0 5px;
	padding:3px 10px
}
.tc-page .item .lock {
	color:#595D65
}
.tc-page .badge {
	font-size:14px;
}
.tc-edit-plan {
	background-color:#D2D8DC;
	text-align:center;
	overflow:hidden;
	position:relative;
	padding-bottom:10px;
}
.tc-edit-plan > div {
	width:160px;
	margin:0 auto;
	background-color:#1E1F23;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.tc-edit-plan > span {
	position:absolute;
	top:0;
	left:0;
	height:40px;
	display:block;
	width:100%;
	background-color:#272A2F;
}
.tc-edit-plan .plan-name {
	font-size:18px;
	line-height:40px;
}
.tc-edit-plan .plan-progress {
	height:140px;
	padding:20px 30px;
}
.tc-edit-plan .plan-progress>div {
	height:100px;
	width:100px;
	background-color:#1E1F23;
	border-radius:50%;
	padding:5px;
	position:relative;
}
.tc-edit-plan .plan-progress>div span {
	position:absolute;
	display:block;
	width:100%;
	font-size:26px;
	top:33px;
	left:0;
	line-height:1
}
.tc-edit-plan .plan-progress>div small {
	display:block;
	font-size:12px;
}
.tc-edit-plan .plan-btn {
	padding:5px;
}
.tc-edit-plan .plan-btn .btn {
	padding:2px 8px;
}
.tc-edit-plan .plan-btn .btn:hover {
	color:#FFF;
	background-color:#5F8C1B;
}
.tc-edit-plan .plan-btn .btn.over:hover {
	background-color:#FF8E00;
}
.tc-over-plan {
	width:160px;
	margin:0 auto;
}
.tc-over-plan> span {
	padding:8px 0;
	display:block
}
.tc-over-plan ul {
	padding-left:0;
}
.tc-over-plan li {
	display:block;
	margin-bottom:10px;
	line-height:32px;
	padding-left:8px;
	background-color:#C6CCD0;
	border-left:4px solid #717782;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#50555F;
}
.tc-over-plan li >i {
	margin-right:8px;
}
.tc-over-plan li .btn {
	float:right;
}
.tc-over-plan li .btn:hover {
	background-color:#FF2704;
	color:#FFF;
}
.tc-edit-plan > div,.tc-over-plan li {
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow:0 2px 2px rgba(0,0,0,.3);
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
#footer {
	position:relative;
	z-index:1;
	overflow:hidden;
	height:222px;
	background-color:#191a1e
}
#footer:before {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	display:block;
	width:50%;
	height:100%;
	background-color:#1e1f23;
	content:""
}
.footer_left>div {
	padding:20px 0;
	text-align:center
}
.footer_left .copyright {
	padding:10px;
	color:#3E4044;
	font-size:12px
}
.footer_left .btn {
	margin-top:10px
}
.footer_right>div {
	padding:8px 0 0;
	text-align:center
}
.footer_right .likes {
	padding:0 10px;
	height:222px;
	box-shadow:2px 0 3px rgba(0,0,0,.2);
	font-weight:700;
	font-size:30px
}
.footer_right .likes h2 {
	padding:40px 0 20px;
	color:#595D65;
	font-size:1.2em
}
.rt {
	position:absolute;
	top:0;
	z-index:1;
	margin-left:-15px;
	padding:20px 20px 0
}
//图片//

/* 	
------------------------------------------------------------------------
- Header
------------------------------------------------------------------------
*/
#header {
	padding-top:1px;
	background:#000
}
#header .navbar-inner {
	display:table;
	width:86%;
	background:#444;
	margin:0 auto;
	-webkit-box-shadow:0 1px 20px rgba(0,0,0,.45);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.45);
	box-shadow:0 1px 20px rgba(0,0,0,.45);
	color:#000;
}
#header .navbar-inner a {
	color:#dadada;
}
#header .navbar .brand {
	margin:0;
	padding:0px;
	min-width:130px;
	line-height:20px;
}
.wrapper {
	position:relative;
	padding-top:8px;
	padding-left:3px;
}
.wrapper.full {
	padding-left:0;
}
.nav-toolbar-container {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	*display:inline;
}
.btn-logo-container {
	display:table-cell;
	*display:inline;
}
/*	Site Name
*/

#logo img.logo-img {
	max-width:none;
}
.navbar .brand {
	min-width:50px;
	font-weight:bold;
}
.navbar .brand h1 {
	font-size:20px;
}
.site-description {
	margin-top:2px;
	margin-bottom:0px;
	padding-left:10px;
	color:#999;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
}
/*	Mobile-Menu
*/
select.main-menu-mobile,select#portfolio-filter {
	display:none;
	padding:10px;
	min-width:232px;
	height:auto;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-image:url(../img/mobile-menu-arrow.png);
	background-position:center right;
	background-repeat:no-repeat;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
	-webkit-appearance:none;
}
/*	Category-Menu
*/
.navbar .btn-navbar {
	float:left;
}
/*	Toolbar-Menu
*/
.single .toolbar {
	display:none;
}
.toolbar {
	float:right;
	margin-top:14px;
	margin-right:15px;
	border:1px solid #4B4B4B;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#333;
}
.toolbar a {
	display:block;
	float:left;
	padding:4px 0;
	width:25px;
	color:white;
	text-align:center;
	-webkit-transition:background-color 0s ease 0s,color 0.2s linear 0s;
	-moz-transition:background-color 0s ease 0s,color 0.2s linear 0s;
	-o-transition:background-color 0s ease 0s,color 0.2s linear 0s;
	transition:background-color 0s ease 0s,color 0.2s linear 0s;
}
.toolbar a:hover,.toolbar a:active {
	background:#3F3F3F;
	color:white;
	text-decoration:none;
	cursor:pointer;
}
.toolbar a span {
	text-align:center;
	text-transform:uppercase;
	white-space:nowrap;
	font-size:92%;
	line-height:normal;
}
#toolbar-basegrid-s {
	border-left:0;
	border-radius:2px 0 0 2px;
}
#toolbar-basegrid-xl {
	border-radius:0 2px 2px 0;
}
.page-template-page-template-portfolio-php .toolbar,.page-template-page-blog-php .toolbar,.page-template-page-archive-php .toolbar,.category .toolbar,.archive .toolbar,.search .toolbar,.page-template-page-template-portfolio-php #options,.page-template-page-blog-php #options,.page-template-page-archive-php #options,.category #options,.archive #options,.search #options {
	display:block;
}
/*	JPLAYER SKIN
*/

div.jp-jplayer.jp-jplayer-video,div.jp-jplayer.jp-player-video {
	background-color:#292a2b;
}
.jp-audio-container,.jp-video-container {
	padding:15px;
	padding-bottom:0px;
}
div.jp-interface {
	position:relative;
	z-index:100;
	width:100%;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	background:url(../img/jplayer-bg.png) repeat-x;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	box-shadow:0px 1px 1px rgba(0,0,0,0.4);
}
.jp-interface {
	height:30px;
}
.jp-controls {
	margin:0;
	padding:0;
	list-style-type:none;
}
.jp-controls li {
	display:inline;
}
.jp-controls a {
	position:absolute;
	overflow:hidden;
	border-bottom:none;
	text-indent:-9999px;
}
a.jp-play,a.jp-pause {
	top:0;
	left:0;
	z-index:1;
	width:33px;
	height:30px;
	outline:none;
}
a.jp-play {
	background:url(../img/jplayer-skin.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background-position:-33px 0;
}
a.jp-pause {
	display:none;
	background:url(../img/jplayer-skin.png) 0 -30px no-repeat;
}
a.jp-pause:hover {
	background-position:-33px -30px;
}
.jp-progress-container {
	position:absolute;
	top:0;
	left:34px;
	padding:12px 10px;
	width:434px;
	height:6px;
}
.jp-progress {
	position:absolute;
	padding:1px;
	width:85%;
	height:7px;
	background:url(../img/jplayer-skin.png) 0 -192px repeat-x;
}
.jp-seek-bar {
	width:0px;
	height:5px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	background:url(../img/jplayer-skin.png) 0 -163px repeat-x;
	cursor:pointer;
}
.jp-play-bar {
	width:0px;
	height:5px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	background:url(../img/jplayer-skin.png) 0 -133px repeat-x;
}
.jp-volume-bar-container {
	position:absolute;
	top:0;
	right:20px;
	padding:12px 10px;
	width:40px;
	height:6px;
}
.jp-volume-bar {
	position:relative;
	top:0;
	left:18px;
	overflow:hidden;
	width:40px;
	height:9px;
	background:url(../img/jplayer-skin.png) 0 -192px repeat-x;
	cursor:pointer;
}
.jp-volume-bar-value {
	margin:1px;
	width:0px;
	height:5px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	background:url(../img/jplayer-skin.png) 0 -133px repeat-x;
}
a.jp-mute,a.jp-unmute {
	top:9px;
	right:60px;
	z-index:1;
	width:17px;
	height:13px;
	outline:none;
}
a.jp-mute {
	background:url(../img/jplayer-skin.png) -10px -68px no-repeat;
}
a.jp-mute:hover {
	background-position:-43px -68px;
}
a.jp-unmute {
	background:url(../img/jplayer-skin.png) -10px -98px no-repeat;
}
a.jp-unmute:hover {
	background-position:-43px -98px;
}
.seperator-first,.seperator-second {
	position:absolute;
	left:32px;
	width:2px;
	height:30px;
	background:url(../img/jplayer-seperator.png) no-repeat left;
}
.seperator-second {
	right:90px;
	left:auto;
}
/*	2. video player
----------------------------------------------------------*/
.item-article object,.item-article iframe {
	width:100%
}
.twitter-tweet-rendered iframe {
	width:60px;
	height:20px;
	float:right;
}
.anythingControls {
	display:none;
}
object,iframe {
	max-width:100%;
}
.jp-jplayer-video img {
	width:100%;
}
.jp-jplayer-video {
	position:relative;
	overflow:hidden;
}
.jp-jplayer-video object,.jp-jplayer-video video {
	position:absolute;
	top:0px;
	left:0px;
}
/* 	
------------------------------------------------------------------------
- Page
------------------------------------------------------------------------
*/

#page {
	margin:0 5px 30px 5px;
	border:0;
	border-radius:0;
	background:none;
	box-shadow:none;
}
.content {
	width:100%;
}
/* 	
------------------------------------------------------------------------
- Sidebar
------------------------------------------------------------------------
*/

#sidebar {
	position:fixed;
	z-index:99;
	float:left;
	margin-left:-160px;
	width:160px;
	text-align:right;
}
/*	Header Sidebar
*/
.header-sidebar {
	float:right;
}
/*	Fixed Sidebar
*/

#fixed-sidebar h3 {
	display:inline-block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #e0e0e0;
	text-transform:uppercase;
	font-size:12px;
	line-height:20px;
}
/* 	
------------------------------------------------------------------------
- Entry
------------------------------------------------------------------------
*/
#page.loading,.item-single.loading {
	min-height:200px;
	background-image:url(../img/transparent-loader.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.entry {
	}/*	Grid View
*/

.header-page,article .item {
	position:relative;
	display:block;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/* width:260px;
	*/
    background:#FFF;
	/* -webkit-box-shadow:0 0 2px rgba(0,0,0,.1);
	*/

    /* -moz-box-shadow:0 0 2px rgba(0,0,0,.1);
	*/

    /* box-shadow:0 0 2px rgba(0,0,0,.1);
	*/
    -webkit-transition:box-shadow .2s ease 0s;
	-moz-transition:box-shadow .2s ease 0s;
	-o-transition:box-shadow .2s ease 0s;
	transition:box-shadow .2s ease 0s;
}
article.item-margin {
	float:left;
	margin:5px;
}
article .item:hover {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.3);
	box-shadow:0 0 10px rgba(0,0,0,.3);
}
article .item.item-featured {
	/* width:530px;
	*/
}
.item-image,.item-video {
	margin:0;
}
.item-hidden {
	display:none;
}
/*	Image Preloader	*/
.item-not-rewidthed {max-width:calc((100% - 34px)/3);min-width:calc((100% - 34px)/3);}
.preload {
	opacity:0;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter:alpha(opacity=0);
}
/*	Item Video	*/

.item-video iframe {
	width:100%;
	height:auto;
}
/*	Item Quote	*/
.item-quote {
	padding:15px;
	background:rgba(0,0,0,.1);
}
body.single .item-quote {
	display:inline-block;
}
.item-quote blockquote,.item-media blockquote {
	margin:0;
	padding:0;
	border-left:none;
	font-family:Georgia,Times,serif;
}
.item-quote blockquote cite,.item-media blockquote cite {
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.item-quote blockquote cite:before,.item-media blockquote cite:before {
	margin-right:5px;
	content:"-";
}
/*  Item Link  */
.format-link .item-media {
	padding:15px;
	background-color:rgba(0,0,0,.1);
}
.format-link h2.link-text {
	margin-bottom:5px;
	font-size:16px;
	line-height:22.5px;
}
/*  Entry Status  */
.entry-status .instagram-photo {
	padding:0px;
	padding-bottom:0;
}
.item-single .entry-status .instagram-photo {
	padding:0;
}
.entry-status .instagram-photo img {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
/* No Content */
article.no-content .item-image,.item-video {
	margin:0px;
}
article.no-content h2.item-title {
	margin-bottom:0;
	padding:15px;
	border-bottom:none;
}
.jp-audio-container,article.no-content .jp-video-container {
	padding:15px;
	padding-bottom:0px;
}
.no-content .jp-audio-container,article.no-content .jp-video-container {
	padding-bottom:15px;
}
.item-content{
  padding-left:5px;
  color: #FFFFFF;
  text-align: left;
}

.item-content p {
	line-height:20px;
	margin:-10px 0 2px;
}
.item-content h4,.item-content h3,.item-content h2,.item-content h1 {
	margin:0 0 15px;
}
h2.item-title {
	margin-bottom:15px;
	padding-bottom:2px;
	border-bottom:1px solid #f0f0f0;
	border-bottom-color:rgba(0,0,0,.1);
	font-size:14px;
	line-height:1.3;
}
.header-page h2.item-title {
	margin-bottom:0;
}
h2.item-title a {
	overflow:hidden;
	color:#333;
	text-decoration:none;
	text-overflow:ellipsis;
	-webkit-transition:color 0.2s ease 0s,color 0.2s linear 0s;
	-moz-transition:color 0.2s ease 0s,color 0.2s linear 0s;
	-o-transition:color 0.2s ease 0s,color 0.2s linear 0s;
	transition:color 0.2s ease 0s,color 0.2s linear 0s;
}
span.item-category,.item-single-meta {
	display:block;
	overflow:hidden;
	margin:10px 0;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
}
span.item-category a {
	display:inline-block;
	overflow:hidden;
	height:9px;
	cursor:pointer;
	-webkit-transition:color 0.2s ease 0s,color 0.2s linear 0s;
	-moz-transition:color 0.2s ease 0s,color 0.2s linear 0s;
	-o-transition:color 0.2s ease 0s,color 0.2s linear 0s;
	transition:color 0.2s ease 0s,color 0.2s linear 0s;
	zoom:1;
	*display:inline;
}
span.item-category a:hover {
	background:#08C;
	color:#fff;
	-webkit-transition:background 0s ease 0s,color 0.2s linear 0s;
	-moz-transition:background 0s ease 0s,color 0.2s linear 0s;
	-o-transition:background 0s ease 0s,color 0.2s linear 0s;
	transition:background 0s ease 0s,color 0.2s linear 0s;
}
span.item-category span {
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #999;
}
span.item-category span:last-child {
	margin-right:0px;
	padding-right:0px;
	border-right:none;
}
article footer {
	padding:5px 15px;
	border-top:1px solid #f0f0f0;
	border-top-color:rgba(0,0,0,.1);
	color:#999;
	font-size:92%;
}
article footer a,span.item-category a {
	color:#999;
}
article footer a:hover,span.format-text a:hover {
	text-decoration:none;
}
.fb_comments_count,.footer-meta {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
	border-right:1px solid rgba(255,255,255,.5);
}
footer .read-more {
	float:right;
	float:right;
	margin-top:3px;
	padding:2px 3px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	background:rgba(255,255,255,.4);
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	line-height:9px;
}
span.entry-comment {
	margin-right:10px;
}
.min .meta-like {
	padding-left:18px;
	background:url(../img/entry-meta.png) no-repeat 0 -26px;
}
.min .meta-like:hover,.min .meta-like.liked {
	background-position:0 -39px;
}
.fb_comments_count,.min .meta-comment {
	padding-left:18px;
	background:url(../img/entry-meta.png) no-repeat 0 0px;
}
.fb_comments_count:hover,.min .meta-comment:hover {
	background-position:0 -13px;
	color:#000;
}
.liked {
	color:red;
}
.sub-footer .container .row {
	margin-left:0;
}
/*	Grid View Format
*/

a.format-text {
	position:relative;
	top:-2px;
	margin-right:8px;
	padding:2px 5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:#08C;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	cursor:pointer;
}
a.format-text:hover {
	background:#005580;
}
/*	Post Type Label Colors
*/

.facebook-post a.format-text {
	background:#3B5998;
}
.soundcloud-post a.format-text {
	background:#F60;
}
.twitter-post a.format-text {
	background:#00b9fb;
}
.quote-post a.format-text {
	background:#666;
}
.audio-post a.format-text {
	background:#99bd0a;
}
.youtube-post a.format-text {
	background:#96261c;
}
.item-featured a.format-text {
	background:#9107ca;
}
.vimeo-post a.format-text {
	background:#4BF;
}
/*	Twitter Post
*/
.twitter-tweet-rendered {
	background-color:rgba(0,0,0,.1);
	float:right;
	width:100%;
}
.twt-border {
	margin:5%;
	width:90%;
	float:left;
}
a.screen-name span.avatar {
	float:left;
	margin-right:10px;
	width:35px;
	height:35px;
}
a.screen-name span.p-nickname {
	display:block;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
}
a.screen-name span.p-nickname b {
	font-weight:normal;
}
.h-card.p-author {
	margin-bottom:15px;
}
.h-card.p-author iframe {
	display:none;
}
.e-content {
	margin-bottom:15px;
}
span.fn,span.nickname,blockquote.twt-reply p.entry-title,ul.twt-actions li a {
	font-weight:bold;
	font-family:"Helvetica Neue","HelveticaNeue",Helvetica,Arial,Verdana,sans-serif;
}
blockquote.twt-always-show-actions span.nickname {
	display:block;
	font-weight:normal;
}
blockquote.twt-always-show-actions span.nickname b {
	font-weight:normal;
}
blockquote.twt-reply span.nickname {
	display:none;
}
.vcard.author {
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	min-height:35px;
	border-bottom:1px solid #F9F9F9;
	border-bottom-color:rgba(255,255,255,.3);
}
.vcard.author a.permalink {
	display:block;
	margin-left:50px;
}
.vcard.author a.permalink span.updated {
	font-style:italic;
	font-size:11px;
}
.vcard.author iframe {
	position:absolute;
	top:0;
	right:0;
}
blockquote.twt-tweet {
	width:100%;
}
blockquote.twt-tweet,blockquote.twt-tweet .footer {
	position:relative;
}
blockquote.twt-tweet .footer a.view-details {
	position:absolute;
	right:0;
}
blockquote.twt-standard .entry-content {
	display:block;
}
blockquote.twt-always-show-actions .entry-content p {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f9f9f9;
	font-size:14px;
	line-height:22px;
}
blockquote.twt-reply {
	padding:10px;
	background-color:rgba(0,0,0,.1);
}
blockquote.twt-reply  p.entry-title {
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}
blockquote.twt-reply .entry-content p {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
blockquote.twt-reply {
	margin-bottom:20px;
}
ul.twt-actions {
	overflow:hidden;
	margin:0;
	list-style:none;
}
ul.twt-actions li {
	display:inline-block;
	line-height:9px;
	*zoom:1;
	*display:inline;
}
ul.twt-actions li a {
	margin-right:5px;
	padding-right:5px;
	border-right:1px dotted #e9e9e9;
	text-transform:uppercase;
	font-size:9px;
	line-height:9px;
}
ul.twt-actions li:last-child a {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.post-light,.post-dark {
	border-color:rgba(0,0,0,0.3);
}
/*	Light Post
*/
.post-light {
	color:#000;
}
.post-light h2.item-title a {
	color:#000;
}
.post-light a {
	color:#333;
}
.post-light a:hover {
	color:#000;
}
.post-light span.item-category a {
	color:#000;
}
.post-light span.item-category a:hover {
	background-color:#000;
	color:#fff;
}
.post-light footer {
	background-color:rgba(0,0,0,.1);
}
/*	Dark Post
*/
.post-dark h2.item-title a {
	color:#333;
}
.post-dark h2.item-title a:hover {
	color:#333;
}
.post-dark,.post-dark p,.post-dark h1,.post-dark h2,.post-dark h3,.post-dark h4,.post-dark h5,.post-dark h6 {
	color:#FFF;
}
.post-dark footer {
	background-color:rgba(255,255,255,.1);
}
.post-dark a,.post-dark span.item-category span a {
	color:#fff;
}
.post-dark a:hover {
	color:#ccc;
}
.post-dark a.format-text,.post-dark span.item-category a:hover {
	background-color:rgba(255,255,255,.75);
	color:#000;
}
.post-dark a.format-text:hover {
	background-color:#fff;
	background-color:rgba(255,255,255,1);
}
.post-dark footer .read-more {
	background-color:rgba(0,0,0,.4);
}
/* 	
------------------------------------------------------------------------
- Post Single Modal
------------------------------------------------------------------------
*/

.tt-modal-box {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	overflow-x:hidden;
	background-color:#333;
	background-color:rgba(60,60,60,0.9);
}
.tt-modal-box .modalback {
	position:fixed;
	width:100%;
	height:100%;
}
.noscroll {
	display:block;
	overflow:hidden;
}
.hide {
	display:none;
}
.tt-modal-box .modal-close {
	position:absolute;
	top:-10px;
	right:-10px;
	z-index:1500;
	display:block;
	width:30px;
	height:30px;
	border-radius:15px;
	background:url(../img/circle-close.png) no-repeat center;
	color:#fff;
	text-indent:-999em;
}
.lightBoxNav {
	position:fixed;
	top:48%;
	width:50px;
	height:50px;
	background:url(../img/modal-arrow.png) no-repeat top left transparent;
	text-indent:-5000px;
}
.navLeft {
	left:10px;
	background-position:0 0;
}
.navRight {
	right:10px;
	background-position:-50px 0 !important;
}
.navLeft,.navRight,.modal-close {
	opacity:0.5;
}
/**** Next Preview links on Single page ****/
.next_prev {
	margin-top:30px;
	margin-bottom:20px
}
.single_prev {
	float:left
}
.single_next {
	float:right
}
.single_prev_post,.single_next_post {
	font-size:12px;
	font-weight:bold;
}
.single_prev_post:before {
	content:"<";
	margin-right:5px;
}
.single_next_post:after {
	content:">";
	margin-left:5px;
}
/*     Single Fullwidth Page 
*/
body.page-fullwidth .item-single {
	width:auto;
}
body.page-fullwidth .single-no-ajax .single-container .item-single {
	border-right:0;
}
/*	Item Single & Page Single
*/
.item-single {
	position:relative;
	margin:40px auto;
	padding:0px 0px;
	width:750px;
	color:#fff;
	-webkit-box-shadow:0 3px 8px rgba(34,25,25,0.4);
	-moz-box-shadow:0 3px 8px rgba(34,25,25,0.4);
	box-shadow:0 3px 8px rgba(34,25,25,0.4);
	font-size:14px;
	opacity:1;
}
.item-single img {
	max-width:750px;
	text-align:center;
}
.item-single h2.item-title,.page-single h2.item-title {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.page-single {
	position:static;
	padding:20px 30px;
	opacity:1;
}
.page-teaser p {
	margin:10px 0 0;
	font-size:14px;
	line-height:22px;
}
.single-no-ajax .single-container .item-single {
	padding-top:0px;
}
.single-no-ajax .single-container {
	margin:0px;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.1);
	box-shadow:0 0 2px rgba(0,0,0,.1);
}
.single-no-ajax .single-container .item-single {
	float:left;
	margin:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#page-single-title-1,#item-single-title-1,.item-single .item-media,.item-author,#page-single-title,.page-single .item-media,.page-single .item-content,.item-author,#comments {
	position:relative;
	overflow:visible;
	margin:-20px -30px 20px;
	padding:20px 30px;
	border-bottom:1px solid #D1CDCD;
}
.single-no-ajax .page-single #page-single-title-1,.single-no-ajax .item-single #item-single-title-1,.single-no-ajax .item-single .item-media,.single-no-ajax .item-single .item-content,.single-no-ajax .item-single .item-author,.single-no-ajax .page-single #page-single-title,.single-no-ajax .page-single .item-media,.single-no-ajax .page-single .item-content,.single-no-ajax .page-single .item-author {
	border-bottom-color:#D1CDCD;
}
.header-page .item-author {
	margin:0;
	padding:0;
	border:0;
}
.header-page {
	position:relative;
	margin:5px;
	padding:15px;
	background-color:#ec534d;
	color:#000;
}
.header-page h2.item-title {
	margin:0;
	margin-bottom:0;
	padding:0;
	border-bottom:none;
	color:inherit;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:30px;
	line-height:1;
	text-rendering:optimizelegibility;
	text-transform:uppercase;
}
.archive .header-page h2.item-title,.category .header-page h2.item-title {
	font-size:24px;
	line-height:1.1;
}
.header-page .page-teaser p {
	font-weight:bold;
	font-size:14px;
	margin:0 5px;
}
.header-page.archive .item-author {
	float:left;
	width:33%;
}
.item-author h3 a {
	text-transform:capitalize;
}
#item-single-title-1 h2,#page-single-title h2,.header-page h2 {
	font-size:24px;
	line-height:1.1;
}
.item-single-meta {
	margin:10px 0 0;
}
.item-single .item-media,.page-single .item-media,.item-single .item-image,.page-single .item-image {
	padding:0px;
}
.item-single .item-media img,.page-single .item-media img,.item-single .item-image img,.page-single .item-image img {
	float:left;
	height:auto;
}
.item-single .item-media iframe,.item-single .item-media blockquote,.page-single .item-media iframe,.page-single .item-media blockquote {
	float:left;
	width:100%;
}
.item-single .item-content,.page-single .item-content {
	font-size:12px;
}
.item-single .item-quote {
	padding:0px;
	background:transparent;
}
.item-single .item-media .link-text {
	margin-bottom:5px;
	font-size:18px;
	line-height:22px;
}
.item-single .item-media blockquote {
	background:transparent;
	font-size:18px;
	line-height:22px;
}
.item-single .item-media blockquote cite a,.item-single .item-quote blockquote cite a {
	font-size:12px;
}
.item-author h3 {
	margin-bottom:10px;
	margin-left:100px;
	font-size:14px;
	line-height:14px;
}
.item-author h3 span {
	font-weight:normal;
}
.item-author img {
	float:left;
}
.item-author p {
	margin-left:100px;
	font-size:12px;
}
.item-author p:last-child {
	margin-bottom:0px;
}
article.item-margin>div {
	width:100%;
}
/*	Widgets
*/

.single-no-ajax .single-container .widgets-container {
	position:relative;
	display:block;
	float:left;
	padding:10px;
}
.single-no-ajax .single-container .masonry-widgets aside.widget {
	margin:10px;
}
.widget .widget-title {
	display:inline-block;
	margin-bottom:5px;
	padding-bottom:15px;
	border-bottom:1px solid #E0E0E0;
	border-bottom-color:rgba(0,0,0,.5);
	color:#000;
	text-transform:uppercase;
	font-size:9px;
	line-height:9px;
	zoom:1;
	*display:block;
}
.widget {
	padding:10px;
	padding-top:5px;
}
.widget form {
	margin:0;
}
.widget .screen-reader-text {
	display:none;
}
.widget_search  .widget-title {
	border-bottom:none;
}
.widget ul {
	margin:5px 0 0 0px;
}
.widget ul li {
	padding:5px 0;
	border-bottom:1px dotted #e9e9e9;
	list-style:none;
}
.widget ul li a {
	padding:0px 2px;
	background:#f9f9f9;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
	display:inline;
}
.widget ul li a:hover {
	color:#FFF;
	background:#000;
}
.widget ul li:before {
	margin-right:5px;
	content:"-";
}
.header-sidebar .widget ul li:before {
	margin-right:0;
	content:none;
}
/*	Pages & Custom Menu Widget
*/
.widget_nav_menu ul ul {
	padding-left:14px;
	border-left:1px dotted #e9e9e9;
}
.widget_nav_menu ul ul li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.widget_nav_menu ul.submenu {
	margin-top:0 !important;
}
.widget_nav_menu ul.submenu li:first-child {
	padding-top:0px !important;
}
.widget_nav_menu ul.submenu li:last-child {
	border-bottom:none;
}
/*	Tag Coud
*/
.widget_tag_cloud .tagcloud a {
	margin-right:1px;
	padding:0 2px;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px !important;
	line-height:9px;
}
.widget_tag_cloud .tagcloud a:hover {
	background:none;
	color:#000;
}
.widget_recent_entries ul li a {
	display:inline;
}
/*	Recent News Widget 
*/

ul li.recent-news-item {
	padding:10px 0;
}
ul li.recent-news-item:last-child {
	padding-bottom:0;
	border-bottom:none;
}
ul li.recent-news-item img {
	float:left;
	margin-right:10px;
	list-style:none;
	border:3px solid #D7D7D7;
	opacity:1;
	-webkit-transition:opacity;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:500ms;
}
ul li.recent-news-item img:hover {
	border:3px solid #555;
	opacity:.6;
	-webkit-transition:opacity;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:500ms;
}
ul li.recent-news-item h6 {
	text-transform:none;
	font-weight:bold;
	font-size:12px;
}
ul li.recent-news-item:before {
	content:none !important;
}
/*	Flick Widget
*/
.flickr-channel a {
	display:-moz-inline-stack;
	display:inline-block;
	float:none;
	overflow:hidden;
	margin:0px 10px 5px 0px;
	background:none;
	vertical-align:top;
	text-align:center;
	zoom:1;
	*display:inline;
}
.flickr-channel a img {
	position:relative;
	margin:0;
	padding:0;
	max-width:none;
	width:50px;
	height:50px;
	border:3px solid #D7D7D7;
	opacity:1;
	-webkit-transition:opacity;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:500ms;
}
.flickr-channel a img:hover {
	border:3px solid #555;
	opacity:.6;
	-webkit-transition:opacity;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:500ms;
}
.wpb_flexslider .flex-control-nav {
	right:auto !important;
}
/*
 * FlexSlider v1.8
*/

/* Browser Resets */
.flex-container a,.flexslider a,.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
	outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
	margin:0;
	padding:0;
	list-style:none;
}
#browser {
	position:fixed;
	bottom:auto;
	top:0px;
	display:none;
	width:100%;
	padding:5px;
	background-color:#F00;
	color:#FFF;
	z-index:999;
	text-align:center;
}
#browser span {
	cursor:pointer;
}
#browser a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin:0;
	padding:0;
}
.flexslider .slides > li {
	display:none;
	-webkit-backface-visibility:hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display:block;
	max-width:100%;
}
.flex-pauseplay span {
	text-transform:capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	line-height:0;
}
html[xmlns] .slides {
	display:block;
}
* html .slides {
	height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script,such as Modernizr,make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display:block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position:relative;
	background:#fff;
	zoom:1;
}
.flexslider .slides {
	zoom:1;
}
.flexslider .slides > li {
	position:relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own,if you wish */
.flex-container {
	position:relative;
	zoom:1;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom:1;
}
.flex-caption {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
	background:rgba(0,0,0,.3);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.3);
}
.flex-caption p {
	padding:10px;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
}
.flex-caption p:last-child {
	margin-bottom:0px;
}
/* Direction Nav */
.flex-direction-nav {
	position:absolute;
	top:10px;
	right:10px;
	height:0;
}
.flex-direction-nav li {
	float:left;
	display:inline-block;
	*display:block;
	*zoom:1;
}
.flex-direction-nav a {
	display:block;
	margin-left:2px;
	padding:0 5px;
	height:20px;
	background-color:#333;
	background-color:rgba(0,0,0,.7);
	color:#FFF;
	cursor:pointer;
}
.flex-direction-nav .flex-disabled {
	opacity:.3;
	filter:alpha(opacity=30);
	cursor:default;
}
.flex-direction-nav a:hover {
	background-color:rgba(255,255,255,.7);
	-webkit-box-shadow:0 0 10px rgba(255,255,255,.7);
	-moz-box-shadow:0 0 10px rgba(255,255,255,.7);
	box-shadow:0 0 10px rgba(255,255,255,.7);
	color:#000;
	text-decoration:none;
}
/* Control Nav */
.flex-control-nav {
	position:absolute;
	top:15px;
	left:15px;
}
.flex-control-nav li {
	display:inline-block;
	margin:0 0 0 5px;
	zoom:1;
	*display:inline;
}
.flex-control-nav li:first-child {
	margin:0;
}
.flex-control-nav a {
	display:block;
	width:10px;
	height:10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:rgba(255,255,255,.7);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.7);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.7);
	box-shadow:0 0 5px rgba(0,0,0,.7);
	text-indent:-999em;
	cursor:pointer;
	-webkit-transition:background 0.3s ease 0.3s;
	-moz-transition:background 0.3s ease 0.3s;
	-o-transition:background 0.3s ease 0.3s;
	transition:background 0.3s ease 0.3s;
	-mob-border-radius:5px;
}
.flex-control-nav a:hover {
	background-color:rgba(255,255,255,1);
}
.flex-control-nav a.flex-active {
	background-color:rgba(0,0,0,.7);
	-webkit-box-shadow:0 0 5px rgba(255,255,255,.7);
	-moz-box-shadow:0 0 5px rgba(255,255,255,.7);
	box-shadow:0 0 5px rgba(255,255,255,.7);
	cursor:default;
}
.flex-control-nav .active {
	background-color:black;
}
.flex-control-nav .active:hover {
	background-color:gray;
}
/**** Isotope Filtering ****/

.isotope-item {
	z-index:2;
}
.isotope-hidden.isotope-item {
	z-index:1;
	pointer-events:none;
}
.post-category-item.selected {
	color:red;
}
/**** Isotope CSS3 transitions ****/

.isotope,.isotope .isotope-item {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-ms-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
}
.isotope {
	-webkit-transition-property:height,width;
	-moz-transition-property:height,width;
	-ms-transition-property:height,width;
	-o-transition-property:height,width;
	transition-property:height,width;
}
.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform,opacity;
	-moz-transition-property:-moz-transform,opacity;
	-ms-transition-property:-ms-transform,opacity;
	-o-transition-property:top,left,opacity;
	transition-property:transform,opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	-ms-transition-duration:0s;
	-o-transition-duration:0s;
	transition-duration:0s;
}
#masonry nav a.next-items {
	position:relative;
	display:block;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:5px 0;
	padding:15px;
	background:#222;
	text-align:center;
	font-weight:bold;
	font-size:9px;
	-webkit-transition:box-shadow .2s ease 0s;
	-moz-transition:box-shadow .2s ease 0s;
	-o-transition:box-shadow .2s ease 0s;
	transition:box-shadow .2s ease 0s;
}
#masonry nav a.next-items:hover {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.3);
	box-shadow:0 0 10px rgba(0,0,0,.3);
}
/*	Portfolio
*/

.page-template-page-template-portfolio-php .item-image,.page-template-page-template-portfolio-php .item-video {
	margin:0px;
}
.page-template-page-template-portfolio-php .item-single .item-image,.page-template-page-template-portfolio-php .item-single .item-media {
	margin:-20px -30px;
	margin-bottom:25px;
	padding:0px;
}
.page-template-page-template-portfolio-php .item-single .item-quote {
	padding:30px;
	padding-bottom:25px;
}
.page-template-page-template-portfolio-php h2.item-title {
	font-size:12px;
}
#footer {
	margin:30px 5px;
}
/**** Infinite Scroll CSS ****/
#infscr-loading {
	position:fixed;
	bottom:40px;
	left:48%;
	z-index:100;
	padding:10px;
	width:80px;
	background:black;
	color:white;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	opacity:0.8;
}
#infscr-loading img {
	margin-bottom:8px;
	height:14px;
	width:14px;
}
/*	Comment CSS
*/

#comments {
	border-bottom:none;
}
label.overlabel {
	position:absolute;
	top:5px;
	left:10px;
	z-index:1;
	color:#999;
}
.comment-reply-link {
	float:right;
}
.comment {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px dotted #e9e9e9;
}
.comment .comment {
	margin-left:40px;
}
.comment-author {
	margin-bottom:20px;
	padding:10px;
	background-color:#F9F9F9;
}
.comment-avatar {
	float:left;
	margin-right:20px;
}
.comment-author img {
	float:left;
}
.comment-meta {
	position:relative;
}
.comment-meta span.comment-date {
	position:absolute;
	top:14px;
	left:38px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	font-size:10px;
	opacity:.2;
}
.author-link-span {
	position:relative;
	top:0px;
	margin-left:10px;
	text-transform:capitalize;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}
.form-horizontal .btn:hover {
	color:#CCCCCC;
	text-decoration:none;
}
.comment-block .comment-block {
	padding-left:30px;
	border-left:1px dotted #e9e9e9;
}
.comment-button .btn {
	float:right;
	margin-right:-22px;
	margin-bottom:10px;
	-webkit-transition:background 0s ease 0s,color 0.2s linear 0s;
	-moz-transition:background 0s ease 0s,color 0.2s linear 0s;
	-o-transition:background 0s ease 0s,color 0.2s linear 0s;
	transition:background 0s ease 0s,color 0.2s linear 0s;
}
.overlabel-wrapper {
	position:relative;
	margin-right:3px;
	width:100%;
}
.control-group.overlabel-wrapper textarea#comment {
	width:100%;
}
.form-horizontal .control-group {
	margin-bottom:18px;
}
.form-horizontal .btn {
	float:right;
}
h4#reply-title {
	position:relative;
	left:-20px;
}
#contactform label.error,#commentform label.error {
	position:absolute;
	top:7px;
	right:5px;
	display:block;
	color:red;
	font-size:10px;
	line-height:14px;
}
#contactform input.error,#contactform textarea.error,#commentform input.error,#commentform textarea.error {
	border:1px solid #0076A3;
}
.com-border {
	float:left;
	margin-right:10px;
	margin-left:30px;
	width:40px;
	height:40px;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
}
/**** Search Bar CSS ****/
.form-search {
	margin:0;
}
.form-search .input-append input {
	margin-top:10px;
	padding-left:27px;
	-moz-border-radius:0 1px 1px 0;
	border-radius:0 1px 1px 0;
	background:white url(../img/search-icon.png) 7px center no-repeat;
}
#searchsubmit {
	position:relative;
	z-index:13;
	display:none;
	float:left;
	margin-bottom:-44px;
	margin-left:2px;
	width:24px;
	height:24px;
	border:none;
	background:transparent;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0px 5px 10px;
}
.dark a img.alignright {
	background:#D7D7D7;
}
a img.alignleft {
	float:left;
	margin:5px 10px 0px 0px;
}
a img.aligncenter {
	display:block;
	margin-right:auto;
	margin-bottom:5px;
	margin-left:auto;
}
img.image-border {
	padding:5px;
	background:#D7D7D7;
}
.wp-caption {
	padding:10px 5px 5px;
	background:#fff;
	text-align:center;
}
.dark .wp-caption,.dark a img.alignright,.dark a img.alignleft,.dark a img.alignnone,.dark a img.aligncenter {
	background-color:#292929;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption.aligncenter {
	margin-bottom:20px;
}
.wp-caption img {
	margin:0;
	padding:0;
	max-width:100%;
	height:auto;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	margin:0;
	padding:5px 0;
	font-style:italic;
	font-size:11px;
	line-height:17px;
}
.alignnone,.wp-caption.alignnone,.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.aligncenter,div.aligncenter,.aligncenter {
	display:block;
	margin:5px auto;
}
.row-fluid .home-right {
	float:right;
}
.glow {
	background:url();
}
.commentlist .bypostauthor {
	}.sticky {
	}/**** Infinite Scroll CSS ****/

/* 	
------------------------------------------------------------------------
- Responsive
------------------------------------------------------------------------
*/

.flexslider .slides > li {
	/* display:block;
	*/
}
.flexslider .slides a {
	display:inline-block;
}
/**** Share Scroll CSS ****/
.tt-share-widget {
	position:relative;
	margin:-20px -30px 20px;
	padding:20px 30px;
	border-bottom:1px solid #E9E9E9;
}
.tt-share-widget span {
	margin:0 0 1px 0;
}
.tt-share-widget .platform {
	display:inline;
	float:left;
	height:20px;
}
/**** Social Share Bar ****/
.tt-modal-box .item-single .fixed-right {
	position:fixed;
	top:62px;
	left:50%;
	margin-left:360px;
	padding:0;
	width:100px;
	border-bottom:none;
}
.tt-modal-box .item-single .fixed-right span {
	margin:2px 0;
}
.tt-modal-box .item-single .fixed-left {
	position:fixed;
	top:62px;
	right:50%;
	margin-right:360px;
	padding:0;
	width:90px;
	border-bottom:none;
}
.tt-modal-box .item-single .fixed-left span {
	float:none;
	margin:2px 0;
}
/*	Footer
*/
.sub-footer {
	padding:0px 5px;
}
.copyright,.to-top {
	float:left;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	line-height:15px;
}
.to-top {
	float:right;
	padding:5px 10px;
}
.copyright a,.to-top a {
	background-color:#000;
	color:#fff;
}
.copyright a,.to-top a {
	padding:0 2px;
}
.copyright a:hover,.to-top a:hover {
	background:#DDD;
	color:#000;
}
#pinterest-newshare-1 span a {
	height:20px;
	background:url(../img/pinit.png) no-repeat;
	background-position:0 -7px;
	text-indent:-9999em;
	font-size:.01em;
}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input {
	border:1px solid #EEE;
}
.hover-content {
	position:relative;
	float:left;
	width:100%;
}
.hover-content a.item-preview {
	float:left;
	width:100%;
	height:auto;
}
.image-overlay {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
}
.iconImage,.iconInstagram,.iconVideo {
	width:auto;
	height:100%;
}
.image-overlay .iconImage {
	opacity:.5;
	-ms-filter:"alpha(opacity=50)";
	/* IE8 */
    filter:alpha(opacity=50);
	/* IE6/IE7 */
	background:url(../img/overlay-bg.png) no-repeat center center transparent;
}
.iconImage:hover,.iconInstagram:hover,.iconVideo:hover {
	opacity:.5;
	-ms-filter:"alpha(opacity=50)";
	/* IE8 */
    filter:alpha(opacity=50);
	/* IE6/IE7 */
    background:url(../img/overlay-bg.png) no-repeat center center transparent;
	background-color:white;
}

.instagram-link {
	position:absolute;
	right:10px;
	bottom:10px;
}
/*	Services
*/

.service {
	margin-bottom:9px;
}
.service h1 {
	margin:36px 0 27px;
	text-align:center;
	font-weight:300;
	font-size:40px;
}
.service h2,.service h3 {
	font-weight:300;
}
.service h2 {
	font-size:22px;
}
.service p {
	margin-right:10px;
}
.service .service-icon {
	float:left;
	margin:7px 10px 0 0;
	opacity:.8;
}
.service .small-service-icon {
	float:left;
	margin:4px 5px 0 0;
}
/*	Services 2
*/

.service {
	margin-bottom:9px;
}
.service h1 {
	margin:36px 0 27px;
	text-align:center;
	font-weight:300;
	font-size:40px;
}
.service h2,.service h3 {
	font-weight:300;
}
.service h2 {
	font-size:22px;
}
.service p {
	margin-right:10px;
}
.service .service-icon {
	float:left;
	margin:7px 10px 0 0;
	opacity:.8;
}
.service .small-service-icon {
	float:left;
	margin:4px 5px 0 0;
}
.service-byline {
	margin:-18px 0 27px;
	color:#999;
	text-align:center;
	font-weight:300;
	font-size:18px;
	line-height:24px;
}
.soften {
	margin:25px 0;
	height:1px;
	border:0;
	border:none !important;
	background-image:-webkit-linear-gradient(left,transparent,rgba(0,0,0,.1),transparent);
	background-image:-moz-linear-gradient(left,transparent,rgba(0,0,0,.1),transparent);
	background-image:-ms-linear-gradient(left,transparent,rgba(0,0,0,.1),transparent);
	background-image:-o-linear-gradient(left,transparent,rgba(0,0,0,.1),transparent);
}
.soften div {
	display:none !important;
}
/* Service 2
*/

.service2 {
	color:#5a5a5a;
	text-align:center;
}
.service2 h1 {
	margin:60px 0 10px;
	letter-spacing:-1px;
	font-weight:200;
	font-size:60px;
	line-height:1;
}
.service2 h2 {
	margin-bottom:5px;
	font-weight:200;
}
.service2 p {
	font-size:16px;
	line-height:1.5;
}
.service2 .service2-byline {
	margin-bottom:40px;
	color:#999;
	font-weight:300;
	font-size:20px;
	line-height:25px;
}
.service2 img {
	display:block;
	margin:0 auto 30px;
}
/* Contact Form 7
*******************************************************************************/
span.wpcf7-not-valid-tip {
	position:absolute;
	top:100%  !important;
	right:0  !important;
	z-index:100;
	padding:2px;
	width:auto !important;
	border:none !important;
	background:whiteSmoke !important;
	font-size:10px;
}
/* Edit Button
*******************************************************************************/
.wpcf7-submit,a.post-edit-link {
	padding:4px 10px 4px;
	border:1px solid #CCC;
	border-bottom-color:#B3B3B3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#E6E6E6;
	background-image:-moz-linear-gradient(top,white,#E6E6E6);
	background-image:-ms-linear-gradient(top,white,#E6E6E6);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
	background-image:-webkit-linear-gradient(top,white,#E6E6E6);
	background-image:-o-linear-gradient(top,white,#E6E6E6);
	background-image:linear-gradient(top,white,#E6E6E6);
	box-shadow:0px 2px 1px #B3B3B3;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	line-height:17px;
	cursor:pointer;
}
.wpcf7-submit:hover,a.post-edit-link:hover {
	border-color:#E6E6E6 #E6E6E6 #BFBFBF;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color:whitesmoke;
	background-image:-moz-linear-gradient(top,white,whiteSmoke);
	background-image:-ms-linear-gradient(top,white,whiteSmoke);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(whiteSmoke));
	background-image:-webkit-linear-gradient(top,white,whiteSmoke);
	background-image:-o-linear-gradient(top,white,whiteSmoke);
	background-image:linear-gradient(top,white,whiteSmoke);
	background-repeat:repeat-x;
	color:#333;
	vertical-align:middle;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-transition:background-position 0.1s linear;
	-moz-transition:background-position 0.1s linear;
	-ms-transition:background-position 0.1s linear;
	-o-transition:background-position 0.1s linear;
	transition:background-position 0.1s linear;
}
/* Facebook Comment
*******************************************************************************/
.fb-comments SPAN,.fb-comments.fb_iframe_widget SPAN IFRAME {
	width:100% !important;
}
.fb_iframe_widget {
	display:block !important;
}
/*	Filter
*/
.category-list,.tag-list {
	margin-top:66px;
	padding:25px 10px;
	background:#1d1d1d;
}
.tag-list {
	margin-top:1px;
}
.x-category-list {
	width:86%;
	margin:0 auto;
}
.category-list h3,.tag-list h3 {
	float:left;
	margin-right:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
}
ul#filters,ul#tfilters {
	margin:0;
	list-style:none;
}
ul#filters li,ul#tfilters li {
	float:left;
}
ul#filters li.hide,ul#tfilters li.hide {
	display:none;
}
ul#filters li a,ul#tfilters li a {
	display:block;
	margin:0px;
	margin:0px;
	padding:0 10px;
	border-right:1px dotted rgba(255,255,255,.5);
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	line-height:9px;
	-webkit-transition:background-color .5s ease 0s,color 0.2s linear 0s;
	-moz-transition:background-color .5s ease 0s,color 0.2s linear 0s;
	-o-transition:background-color .5s ease 0s,color 0.2s linear 0s;
	transition:background-color .5s ease 0s,color 0.2s linear 0s;
}
ul#filters li a.selected,ul#tfilters li a.selected {
	background-color:#FFF;
	color:#000;
}
ul#filters li a:hover,ul#tfilters li a:hover {
	background-color:#FFF;
	color:#000;
}
a.format-text {
	display:none;
}
/*	Social Icons
*/
.widget ul.social-icons li a {
	width:30px;
	height:30px;
	display:inline-block;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.widget ul.social-icons li a:hover {
	color:black;
}
.widget ul.social-icons li a span:hover {
	color:white;
}
.widget ul.social-icons li span.social-text:hover {
	background:#000;
}
.widget ul.social-icons li {
	padding:0;
	height:30px;
}
.header-sidebar .widget ul.social-icons li {
	display:inline-block;
	border-bottom:none;
}
span.social-text {
	margin-left:40px;
	line-height:30px;
}
.widget ul.social-icons li a.dribbble {
	background:url(../img/dribbble.png) no-repeat;
}
.widget ul.social-icons li a.dribbble:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.facebook {
	background:url(../img/facebook.png) no-repeat;
}
.widget ul.social-icons li a.facebook:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.flickr {
	background:url(../img/flickr.png) no-repeat;
}
.widget ul.social-icons li a.flickr:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.rss {
	background:url(../img/rss.png) no-repeat;
}
.widget ul.social-icons li a.rss:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.twitter {
	background:url(../img/twitter.png) no-repeat;
}
.widget ul.social-icons li a.twitter:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.vimeo {
	background:url(../img/vimeo.png) no-repeat;
}
.widget ul.social-icons li a.vimeo:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.youtube {
	background:url(../img/youtube.png) no-repeat;
}
.widget ul.social-icons li a.youtube:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.linkedin {
	background:url(../img/linkedin.png) no-repeat;
}
.widget ul.social-icons li a.linkedin:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.pinterest {
	background:url(../img/pinterest.png) no-repeat;
}
.widget ul.social-icons li a.pinterest:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.widget ul.social-icons li a.googleplus {
	background:url(../img/googleplus.png) no-repeat;
}
.widget ul.social-icons li a.googleplus:hover {
	background-position-x:0;
	background-position-y:-40px;
}
.header-sidebar ul.social-icons li a span {
	display:none;
}
.header-sidebar .widget {
	padding-top:15px;
}
//新闻//
/*college*/
.coll {
	padding-top:10px;
	width:100%;
	color:#fff;
}
.coll1 {
	background:#fff
}
.coll_a {
	overflow:hidden;
}
.coll_al {
	width:56px;
	height:40px;
	overflow:hidden;
	float:left;
	margin-right:6px;
	border-left:4px solid #ededed;
	position:relative
}
.coll_al:hover {
	border-left:4px solid #e70012;
}
.coll_al img {
	position:absolute;
	left:0;
	top:0
}
.coll_ar {
	float:left;
	height:40px;
	width:245px;
	position:relative
}
.coll_ar input {
	height:40px;
	width:230px;
	border:none;
	background:#929295;
	padding-left:15px;
	color:#fff;
	line-height:40px
}
.coll_ar input:hover {
	background:#ea0a2f
}
.coll_ar a {
	display:block;
	position:absolute;
	top:12px;
	right:20px
}
.coll_a_bottom {
	overflow:hidden;
	margin-top:15px;
	display:none
}
.coll_a_bottom a {
	display:block;
	line-height:27px;
	height:27px;
	padding:0 12px;
	background:#ededed;
	float:left;
	margin-right:5px
}
.coll_a_bottom a:hover {
	background:#e60012;
}
.coll_b {
	overflow:hidden;
	margin-top:20px
}
.coll_b .aa {
	width:488px;
	background:#fff;
	position:relative;
	overflow:hidden
}
.coll_ba {
	height:243px;
	float:left;
	position:relative;
	border:1px solid #d6d6d6;
}
.coll_bb {
	float:right;
	height:245px;
}
.coll_ba .a {
	position:absolute;
	height:46px;
	width:24px;
}
.coll_ba ul {
	height:245px;
	overflow:hidden;
	position:absolute
}
.coll_ba ul li {
	width:490px;
	height:245px;
	float:left;
}
.coll_ba ul li img {
	width:490px;
	margin:0 auto;
	display:block
}
.coll_ba_fir {
	left:-24px;
	top:100px;
	background:url(../img/cz_left.png) no-repeat center center #7f7f7f;
}
.coll_ba_fir:hover {
	background:url(../img/cz_left.png) no-repeat center center #e60012;
}
.coll_ba_be {
	right:-24px;
	top:100px;
	background:url(../img/cz_right.png) no-repeat center center #7f7f7f;
}
.coll_ba_be:hover {
	background:url(../img/cz_right.png) no-repeat center center #e60012;
}
.coll_bbt {
	height:52px;
	background:url(../img/coll_e.jpg) no-repeat 387px 8px #ffac00;
	font-size:8px;
	color:#fff;
	padding:15px 0 0 30px;
}
.coll_bbt p {
	font-size:24px;
	line-height:24px;
	color:#fff;
}
.coll_bbc {
	padding-top:24px;
	border:1px solid #d6d6d6;
	overflow:hidden;
	height:152px
}
.coll_bbcl {
	color:#999999;
	width:122px;
	text-align:center;
	font-weight:bold;
	float:left
}
.coll_bbcl p {
	color:#999999;
	font-size:48px;
	font-family:"黑体";
	font-weight:bold;
	line-height:48px;
}
.coll_bbcr {
	float:left;
	color:#7f7f7f;
	width:328px;
	line-height:18px
}
.coll_bbcr p {
	color:#333333;
	font-size:14px;
	padding-bottom:15px;
}
.coll_c {
	overflow:hidden;
}
.coll_ca {
	width:280px;
	float:left;
	margin-left:78px;
}
.coll_ca:first-child {
	margin-left:0
}
.coll_cat {
	overflow:hidden;
	padding-top:60px;
}
.coll_ctal {
	font-size:16px;
	color:#333333;
	float:left;
	font-weight:bold;
	padding-left:8px
}
.coll_ctar {
	float:right;
	font-size:10px;
	color:#999999;
	line-height:10px;
	margin-top:10px;
	font-family:"Arial";
	display:block
}
.coll_ca .main_c_cc a {
	width:280px;
}
.clla_a {
	padding:25px 0;
	border:1px solid #d6d6d6;
	overflow:hidden;
	background:#fff;
	margin-top:20px;
	display:block
}
.clla_a:hover {
	background:#f2f2f2
}
.clla_al {
	width:118px;
	text-align:center;
	color:#999999;
	float:left
}
.clla_al p {
	color:#35383f;
	font-size:48px;
	font-weight:bold;
	font-family:"黑体";
	line-height:48px;
}
.clla_ar {
	float:left;
	color:#7f7f7f;
	width:840px;
	height:70px;
	overflow:hidden;
	line-height:20px;
}
.clla_ar p {
	color:#333333;
	font-size:18px;
	line-height:30px
}
.clla_ar p font {
	font-size:18px;
}
.collb {
	overflow:hidden;
	margin-top:5px
}
.collb_l {
	margin:-20px 10px;
	width:730px;
	padding:5px 35px;
	color:#fff;
	float:center
}
.collb_l h1 {
	color:#fff;
	font-size:18px;
	text-align:center
}
.collb_la {
	text-align:center;
	padding:22px 0
}
.collb_la p {
	display:inline-block;
}
.collb_la p {
	display:inline
}
.collb_la p span,.collb_la p a {
	color:#999999;
}
.collb_la p a {
	display:inline-block;
}
.collb_lb {
	width:700px;
	line-height:20px;
	margin:-10px -20px;
	color:#ffffff
	font-size:48px;
	line-height:25px;
	/*text-indent:2em*/
	text-decoration:none;
}
a{
	text-decoration:none;
}
.collb_lb span a{
	color:#ffffff;
	text-decoration:none;
}
.collb_lb span a:hover{
	color:#ff0000;
	text-decoration:none;
}
.collb_lb img {
	max-width:700px;
	width:700px
}
.collb_lc span {
	display:inline-block;
	height:24px;
	float:left;
	line-height:24px;
	padding-right:15px;
	color:#b5b5b5
}
.collb_lc span {
	*display:inline
}
.collb_ld {
	color:#a0a0a0;
	margin:25px 0;
}
.collb_ld b {
	height:13.2px;
	width:16px;
	display:inline-block;
	margin-right:5px;
	float:left;
	margin-top:2px
}
.collb_ldl {
	float:left
}
.collb_ldl b {
	background:url(../img/collb_a.png) no-repeat center center #d5d5d5;
	*background:url(../img/collb_a.gif) no-repeat center center #d5d5d5;
}
.collb_ldl b:hover {
	background:url(../img/collb_a.png) no-repeat center center #939395;
	*background:url(../img/collb_a.gif) no-repeat center center #939395;
}
.collb_ldr {
	float:left;
	margin-left:45px
}
.collb_ldr b {
	background:url(../img/collb_b.png) no-repeat  center center #d5d5d5;
	*background:url(../img/collb_b.gif) no-repeat  center center #d5d5d5;
}
.collb_ldr b:hover {
	background:url(../img/collb_b.png) no-repeat  center center #939395;
	*background:url(../img/collb_b.gif) no-repeat  center center #939395;
}
.collb_ld a {
	color:#a0a0a0;
	font-weight:bold;
}
.collb_r {
	float:right;
	width:230px;
}
.collb_r p {
	color:#333333;
	font-size:16px;
}
.collb_r .main_c_cc a {
	width:230px;
}
.coll .main_d_b {
	padding-top:0
}
.coll .main_d_b ul {
	width:490px
}
.coll .main_d_b p {
	color:#999999;
	width:230px;
	margin-top:45px;
	float:right;
}
.coll .main_d_b_r.b .bottom {
	right:3px;
	bottom:5px;
}
.coll .main_d_b ul {
	margin-left:-260px
}
//留言//
.moreWrap {
	border-top:1px solid #FFFFFF;
	clear:both;
	padding:10px 30px;
	position:relative;
	top:-1px;
	z-index:1;
	font-size:16px;
	cursor:pointer;
}
.moreWrap span {
	background-color:#EEEEEE;
	background-image:-moz-linear-gradient(center top,#FAFAFA,#E7E7E7);
	border-radius:3px;
	box-shadow:0 1px 0 0 #FFFFFF inset;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:16px;
	padding-top:9px;
	text-align:center;
}
.main_d_b_r.a input {
	background:#0594BD;
	height:33px;
	width:430px;
	border:0;
	padding-left:10px;
	color:#4b505b;
	line-height:35px
	font-size:80%;
}
.main_d_b_r.b textarea {
	background:#0594BD;
	height:89px;
	width:430px;
	border:0;
	padding-left:10px;
	position:relative
}
.main_d_b_r.b .bottom {
	position:absolute;
	right:1px;
	bottom:4px;
}
.main_d_b1 {
	padding-top:1px;
	overflow:hidden;
	height:280px;
}
.main_d_b1_l {
	width:35px;
	background:#1f2228;
	float:left;
	margin-right:12px
}
.main_d_b1 ul {
	padding-top:40px;
	width:490px;
	position:absolute;
	left:19%;
}
.main_d_b1 ul li {
	overflow:hidden;
	margin-bottom:5px;
	cursor:pointer;
}
.main_d_b1 ul li:hover .main_d_b1_l {
	background:url(../img/link_a.jpg) no-repeat center center #ca192b;
}
.main_d_b1_l {
	width:35px;
	background:#1f2228;
	float:left;
	margin-right:12px
}
.main_d_b1_l.a {
	height:35px;
	background:#0594BD;
}
.main_d_b1_l.b {
	height:89px;
	background:#0594BD;
}
.main_d_c {
	text-align:center;
	padding-top:-150px
}
.main_d_c .png {
	display:inline-block;
	width:50px;
	height:50px;
	background:url(../img/main_da.png) no-repeat center center;
	color:#000000;
	text-align:center;
	line-height:20px;
	font-size:10px;
	font-family:"黑体";
	font-weight:bold;
	behavior:url(js/ie-css3.htc);
	border:0;
	cursor:pointer;
}
.main_d_c.xinde .png {
	background:url(../img/main_da_hovera.png) no-repeat center center;
	color:#fff
}
.main_d_c .png:hover {
	background:url(../img/main_da_hover.png) no-repeat center center;
	color:#fff
}
.main_d_c.cz a:hover {
	background:url(../img/main_da_hovera.png) no-repeat center center;
	color:#fff
}
.main_d_c a {
	*display:inline
}
//服务//
.pro_r_a {
	color:#cfcfcf;
	text-align:center;
	font-size:14px;
	padding-bottom:35px
}
.pro_r_b {
	color:#35383f;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:20px
}
.pro_r_b b {
	width:47px;
	height:19px;
	background:#35383f;
	display:block;
	float:left;
	margin-right:8px;
}
.pro_r_c {
	color:#999999;
	line-height:18px;
}
.pro_r_d {
	padding-top:60px;
	overflow:hidden
}
.pro_r_dl {
	width:261px;
	float:left;
}
.pro_r_dr {
	padding-right:27px;
	float:right;
	width:423px;
}
.pro_r_dra {
	padding-bottom:25px
}
.pro_r_dra p {
	height:34px;
	padding-left:47px;
	background:url(../img/pro_d.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:34px
}
.pro_r_dra_cont a {
	padding-left:47px;
	line-height:20px;
	display:block
}
.pro_l {
	margin-left:60px;
	margin-top:50px;
	width:102px;
	text-align:center;
	float:left
}
.pro_l div a {
	display:inline-block;
	width:48px;
	height:48px;
	border-radius:48px;
	text-align:center;
	margin-top:8px
}
.pro_l div a.a1 {
	background:url(../img/pro_e_hov.png) no-repeat center #e2e2e2
}
.pro_l div a.a2 {
	background:url(../img/pro_d.png) no-repeat center #e2e2e2
}
.pro_l div a.a3 {
	background:url(../img/pro_b1.png) no-repeat center #e2e2e2
}
.pro_l div a.a4 {
	background:url(../img/pro_f.png) no-repeat center #e2e2e2
}
.pro_l div a.a5 {
	background:url(../img/pro_a.png) no-repeat center #e2e2e2
}
.pro_l div a.b:hover,.pro_l div a.a1.cur {
	background:url(../img/pro_e_hove.png) no-repeat center #32c8d6
}
.pro_l div a.c:hover,.pro_l div a.a2.cur {
	background:url(../img/pro_d_hove.png) no-repeat center #32c8d6
}
.pro_l div a.d:hover,.pro_l div a.a3.cur {
	background:url(../img/pro_b_hove.png) no-repeat center #32c8d6
}
.pro_l div a.e:hover,.pro_l div a.a4.cur {
	background:url(../img/pro_f_hov.png) no-repeat center #32c8d6
}
.pro_l div a.f:hover,.pro_l div a.a5.cur {
	background:url(../img/pro_a_hove.png) no-repeat center #32c8d6
}
.pro_l1 {
	margin-left:80px;
	margin-top:40px;
	width:102px;
	text-align:center;
	float:left
}
.pro_l1 div a {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:38px;
	text-align:center;
	margin-top:28px
}
.case_ala {
	overflow:hidden
}
.case_ala span,.case_ala a {
	display:block;
	height:48px;
	width:48px;
	float:left;
	margin-right:28px;
	margin-top:28px
}
.case_ala .span1 {
	background:url(../img/caseint_a.png) no-repeat center center
}
.case_ala .span1:hover {
	background:url(../img/caseint_a.png) no-repeat center center #e60012
}
.case_ala a.a {
	background:url(../img/caseint_c.png) no-repeat center center #929295;
}
.case_ala a.b {
	background:url(../img/caseint_b.png) no-repeat center center #929295
}
.case_ala a.a:hover {
	background:url(../img/caseint_c.png) no-repeat center center #e60012;
}
.case_ala a.b:hover {
	background:url(../img/caseint_b.png) no-repeat center center #e60012
}
/*图片内容页上下篇*/
.pro_l2 {
	width:145px;
	height:46.5938px;
	text-align:center;
	float:left;
	border-top: 1px solid #1A1C1F;
	background-color: #272a2f;
}
.pro_l2 div a {
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:0px;
	text-align:center;
	margin-top:8px;
}
.case_ala2 {
	overflow:hidden
}
.case_ala2 span,.case_ala2 a {
	display:block;
	height:45px;
	width:45px;
	float:left;
	margin-top:28px
}
.case_ala2 .span2 {
	background:url(../img/caseint_d.png) no-repeat center center;
	height:30px;
	width:30px;
}
.case_ala2 .span2:hover {
	background:url(../img/caseint_d.png) no-repeat center center #e60012;
	height:30px;
	width:30px;
}
.case_ala2 a.a {
	background:url(../img/caseint_b.png) no-repeat center center;
	margin-right:17.1px;
	margin-left:15px;
}
.case_ala2 a.b {
	background:url(../img/caseint_c.png) no-repeat center center;
	margin-left:17.1px;
}
.case_ala2 a.a:hover {
	background:url(../img/caseint_b.png) no-repeat center center #e60012;
	margin-right:17.1px;
	margin-left:15px;
}
.case_ala2 a.b:hover {
	background:url(../img/caseint_c.png) no-repeat center center #e60012;
	margin-left:17.1px;
}
/*搜索*/
 .result_content{
    overflow:hidden;
	zoom:1;
 }
 .sidebar{
  width:750px;
  padding:0px 0 0 0px;
  margin-top:-10px;
  border-left:1px solid #dadada;
  word-wrap:break-word;
}
.sidebar h2{
  font-size:14px;
  line-height:25px;
 }
.sidebar  ul {
  margin-top:-10px;
  padding:4px 8px;
 }
.sidebar  ul li{
  line-height:24px;
  background:url(../images/ico-3.gif) 4px 9px no-repeat;
 }
 .resultlist{
  overflow:hidden;
  margin-bottom: 15px;
}
.resultlist ul{
  padding:0px 0 0 0px;
 }
.resultlist ul li{
  float:right;
  padding-top:10px;
  height: 95px;
  width:650px;
 }
 .resultlist ul img{
  float:left;
  padding-top:10px;
  width:95px;
  height: 95px;
 }
.resultlist ul li h3{
  height: 23px;
  font-size:18px;
  color:#fff;
  font-weight:normal;
 }
.resultlist ul li h3 a{
  text-decoration:none;
  color:#f00;
 }
.resultlist ul li h3 a:hover,.resultlist ul li span a:hover{
  text-decoration:underline;
 }
.resultlist ul li p{
  height: 45px;
  color:#fff;
  font-size:16px;
  width:640px;
 }
.resultlist ul li span small{
  font-size:12px;
  margin-left:5px;
  color:#999;
 }
 .resultlist ul li span{
  height: 18px;
 }
.resultlist ul li span a{
  color:#008400;
 }
/*切换皮肤*/
.black{
  background: transparent url(../img/blackok.png) no-repeat top left;
}
.white{
  background: transparent url(../img/white.png) no-repeat top left;
}
.coll{
	color:#fff;
}
.coll.content{
	width:750px;
	margin:0 auto;
}
.coll.content .cont{
	width:750px;
	padding: 0px 15px;
}
.cont p{

	font-size:12px;
	line-height:23px;
	text-indent: 25px;
	padding-bottom: 10px;
}
.cont .tab{
	width:750px;
	margin-bottom: 30px;
}
.tab .head{
	border-radius:3px;
}
.head li{
	width:120px;
	float:left;
	text-align:center;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	border:1px solid rgb(226, 240, 253)
}
.head li.gw{
	width:505px;
	border-right:none;
}
.head li.g{
	width:750px;
}
.z{
	border-right:none;
}
.g .g1{
	width:505px;
	float:left;
	text-align: left;
	text-indent: 5px;
	border-right:1px solid #F0F0F0;
}
.g .g2{
	width:120px;
	float:left;
	border-right:1px solid #F0F0F0;
}
.head li.name{
	text-align: left;
	text-indent: 5px;
}
.tab .zw li{
	font-size:12px;
	font-weight:100;
	border: 1px solid #F0F0F0;
	border-top:none;
	cursor:pointer;
}
.tab .imag{
	display: block;
	float: left;
	padding: 7px 0px 0px 17px;
}
.tab .intro{
	width:750px;
	text-indent: 10px;
	text-align:left;
	border-right:1px solid #F0F0F0;
}
.intro p{
	line-height: 20px;
}
h3{
	font-size: 18px;
	font-weight: bold;
}
.u2{
	padding:10px 0px 10px 23px;
}
.u2 li{
	font-size:12px;
	line-height: 25px;
}