html {
	overflow-x: hidden\0/;
	-ms-overflow-style: scrollbar;
}

html, body {
	height: 100%;
	    margin: 0;
    padding: 0;
}

body {
	font-family: 'open-sans-light', sans-serif;
	font-size: 12px;
	background-color: #7B7B7B;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.ie9 #sidebar {
	min-height: 100vh;
}

body, button, input, textarea, select, .btn {
	-webkit-font-smoothing: antialiased;
}

body, a, input, .help-block {
	color: #fff;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'open-sans-light', sans-serif;
	font-weight: normal;
}

h1, h2, h3 {
	margin-top: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 60%;
	color: rgba(255, 255, 255, 0.5);
}

a:hover, a:focus {
	color: #FFD600;
	text-decoration: none;
}

a.underline {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

a.underline:hover, a.underline:focus {
	border-color: #FFD600;
}

small {
	color: #fff;
}

img {
	max-width: 100%;
}

/* --------------------------------------------------------
    Template Settings
-----------------------------------------------------------*/
#settings {
	position: fixed;
	right: 0;
	color: #000;
	background: rgba(255, 255, 255, 0.88);
	padding: 7px 8px;
	top: 120px;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
	font-family: open-sans-regular;
	border-radius: 5px 0px 0px 5px !important;
	line-height: 20px;
	width: 34px;
	white-space: nowrap;
	-webkit-transition: width 300ms;
	-moz-transition: width 300ms;
	transition: width 300ms;
}

#settings i {
	font-size: 21px;
	float: left;
	margin-right: 10px;
}

#settings:hover {
	background: #fff;
	width: 130px;
}

.template-skins [class*="col-"] img {
	border: 3px solid rgba(0, 0, 0, 0.5);
}

.template-skins [class*="col-"] img:hover {
	opacity: 0.8;
}

.template-skins [class*="col-"] {
	margin-bottom: 10px;
}

/* --------------------------------------------------------
    Bootstrap Overrides
-----------------------------------------------------------*/
.container {
	width: auto;
	padding: 0;
}

.row {
	margin-left: -7px;
	margin-right: -7px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	padding-left: 7px;
	padding-right: 7px;
}

/* --------------------------------------------------------
    Dropcaps
-----------------------------------------------------------*/
.dropcap {
	text-transform: uppercase;
	font-size: 55px;
	float: left;
	line-height: 97%;
	margin: -2px 5px 0 -4px;
}

/* --------------------------------------------------------
    Blockquote
-----------------------------------------------------------*/
blockquote {
	padding: 0px 14px;
	border-left: 3px solid rgba(255, 255, 255, 0.51);
}

blockquote p {
	font-size: 15.5px;
}

blockquote small {
	color: #eee;
}

/* --------------------------------------------------------
    Unordered Lists 
-----------------------------------------------------------*/
[class*="lists"] {
	list-style: none;
	margin-left: 8px;
	padding-left: 0;
}

[class*="lists"]>li:before {
	margin-right: 7px;
	font-family: 'FontAwesome';
	font-size: 10px;
}

.lists-star>li:before {
	content: "\f005";
}

.lists-right>li:before {
	content: "\f00c";
}

.lists-caret>li:before {
	content: "\f0da";
}

.lists-mark>li:before {
	content: "\f02e";
}

.lists-arrow-right>li:before {
	content: "\f105";
	font-size: 12px;
}

.lists-circle>li:before {
	content: "\e13f";
}

.lists-plus>li:before {
	content: "\e106";
	font-size: 8px;
}

/* Blocks */
.block-area {
	width: 100%;
}

.tile {
	position: relative;
	margin-bottom: 15px;
}

.tile-title {
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 7px 10px 7px;
}

.tile-config {
	position: absolute;
	top: 0;
	height: 27px;
	right: 0;
}

.tile-config>.tile-menu {
	width: 34px;
	height: 26px;
	display: inline-block;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/icon/tile-actions.png);
}

.tile-config>a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

/* Tooltips */
.tooltip {
	z-index: 10000;
}

.tooltip-inner {
	padding: 3px 8px 4px;
	font-size: 11px;
	font-family: 'open-sans-regular', sans-serif;
	text-transform: none;
}

/* Popover */
.popover {
	background: rgba(255, 255, 255, 0.85);
	border: 0;
	color: #000;
}

.popover-title, .popover {
	font-family: 'open-sans-regular', sans-serif;
}

.popover.top .arrow:after {
	border-top-color: rgba(255, 255, 255, 0.85);
}

.popover.right .arrow:after {
	border-right-color: rgba(255, 255, 255, 0.85);
}

.popover.left .arrow:after {
	border-left-color: rgba(255, 255, 255, 0.85);
}

.popover.bottom .arrow:after {
	border-bottom-color: rgba(255, 255, 255, 0.85);
}

/* Modal + Dialog + Dark UI */
.modal {
	background: rgba(255, 255, 255, 0.25);
	overflow-y: auto;
}

.dark {
	padding: 0;
}

.modal-content, .dark {
	background: rgba(0, 0, 0, 0.68);
	border: 0;
	color: #fff;
}

.modal-header, .dark-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	padding: 10px 15px 8px;
}

.modal-body, .dark-body {
	padding: 15px;
}

.modal-title, .dark-title {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}

.modal-footer, .ui-dialog-buttonpane, .dark-footer {
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	text-align: left;
}

.modal .btn, .elfinder-dialog .btn, .dark .btn {
	font-size: 11px;
	border: 1px solid rgba(255, 255, 255, 0.31);
	padding: 2px 10px 3px;
	background: none;
}

.modal .btn:hover, .dark .btn:hover {
	background: rgba(0, 0, 0, 0.4);
}

.modal-close {
	cursor: pointer;
}

/*--------------------------------------head----------------------*/
.content {
	width: 1260px;
	max-width: 1260px;
	margin: 0 auto;
}

#header .nav-menu .signin-toggle {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	float: right;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	margin-right: -10px;
	text-align: center;
}

#header .nav-menu .signin-toggle a {
	color: rgba(255, 255, 255, 0.85);
}

.text-replace {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

#header .nav-list {
	position: relative;
	height: 50px;
	z-index: 1;
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#header .nav-list:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

#header .nav-list li {
	height: 50px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
}

#header .nav-list li#login-reg a {
	display: block;
	background-color: #757575;
	background-color: rgba(255, 255, 255, 0.2);
	height: 32px;
	padding: 0 15px;
	line-height: 32px;
	overflow: hidden;
}

#header .nav-list li#login-reg .user-reg {
	border-radius: 0 4px 4px 0;
}

#header .nav-list li#search {
	float: right;
	margin-left: 20%;
	padding: 0 5px;
}

#header .nav-list li#search .search-input-wrapper {
	padding: 0;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	margin-top: 9px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header .nav-list li#search .search-icon {
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 2px;
}

#header .nav-list li#search .search-icon .fa {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
}

#header .nav-list li#search .search-submit {
	display: none;
}

#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
	height: 50px;
	margin: 0 auto;
	background: #333;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

#header.min, #header.inside {
	-webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
	background-color: #323232
}

#header.scroll {
	position: relative
}

#header.scroll+.container {
	padding-top: 0
}

#header.min
.nav-list li .sub-menu, #header.inside .nav-list li
.sub-menu {
	background-color: #323232
}

#header
.nav-menu {
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

#header
.nav-menu
.nav-toggle {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	float: left;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	margin-left: -10px;
	text-align: center
}

#header
.nav-menu
.signin-toggle {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	float: right;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	margin-right: -10px;
	text-align: center
}

#header
.nav-menu .signin-toggle a {
	color: rgba(255, 255, 255, 0.85)
}

#header
.nav-menu li.home-logo
a {
	background:
	url("/images/logo.png")
		no-repeat center; 
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 5px;
	-webkit-background-size: 80% 80%;
	background-size: 80% 80%
}

#header .nav-list {
	position: relative;
	height: 50px;
	z-index: 1;
	font-size: 14px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

#header
.nav-list:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}

#header
.nav-list
li {
	height: 50px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: rgba(255, 255, 255, 0.5)
}

#header
.nav-list li a {
	height: 50px;
	padding: 0 10px;
	display: block;
	line-height: 50px;
	color: rgba(255, 255, 255, 0.8)
}

#header
.nav-list li a:hover, #header .nav-list li.current-menu-item
a {
	color: rgba(255, 255, 255, 0.4)
}

#header .nav-list li:hover
.sub-menu {
	display: block
}

#header .nav-list li
.sub-menu {
	position: absolute;
	background: #333;
	background-color: rgba(0, 0, 0, 0.5);
	left: -26px;
	top: 50px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	display: none
}

#header
.nav-list li .sub-menu li, #header .nav-list li .sub-menu
a {
	display: block;
	height: 32px;
	line-height: 32px
}

#header .nav-list li
.sub-menu
a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #00c3b6
}

#header
.nav-menu li .home-logo {
	width: 140px;
	height: 50px
}

#header .nav-list
li#logo {
	background:
		url("/images/logo.png")
		no-repeat center; 
	-webkit-background-size: 80% 80%;
	background-size: 80% 80%;
	width: 50px;
	margin-right: 40px;
	padding: 2px 2px;
}

#header .nav-list
li#search {
	float: right;
	margin-left: 20%;
	padding: 0 5px
}

#header .nav-list
li#search
.search-input-wrapper {
	padding: 0;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	margin-top: 9px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

#header .nav-list
li#search.active .search-input-wrapper {
	padding: 0 10px 0 30px;
	background-color: #FFF;
	width: 180px
}

#header .nav-list li#search
.search-input {
	-webkit-appearance: none;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: top;
	height: 32px;
	width: 100%;
	font-size: 0;
	color: #333
}

#header
.nav-list li#search.active .search-input {
	font-size: 14px
}

#header
.nav-list li#search .search-submit {
	display: none
}

#header .nav-list
li#search
.search-icon {
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	border-radius: 2px
}

#header
.nav-list li#search .search-icon
.fa {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px
}

#header .nav-list
li#search .search-icon .fa:hover {
	color: rgba(255, 255, 255, 0.5)
}

#header
.nav-list li#search.active .search-icon
.glyphicon-search {
	color: rgba(0, 0, 0, 0.5)
}

#header .nav-list
li#login-reg {
	float: right;
	margin-left: 5px;
	font-size: 12px;
	padding: 9px 0;
	height: 32px
}

#header .nav-list li#login-reg
div {
	float: left;
	padding-left: 1px
}

#header .nav-list li#login-reg div
img {
	display: block
}

#header .nav-list li#login-reg
a {
	display: block;
	background-color: #757575;
	background-color: rgba(255, 255, 255, 0.2);
	height: 32px;
	padding: 0 15px;
	line-height: 32px;
	overflow: hidden
}

#header .nav-list li#login-reg
.user-signin {
	border-radius: 4px;
}

#header .nav-list li#login-reg
.user-reg {
	border-radius: 0 4px 4px 0
}

#header .nav-list li#login-reg
.user-admin
a {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	transition: none
}

#header
.nav-list li#login-reg .user-admin i {
	margin-left: 5px
}

#header .nav-list
li#login-reg .user-avatar
img {
	width: 31px;
	height: 31px;
	border-radius: 4px;
	display: block
}

#header
.nav-list li#login-reg
.user-panel {
	position: absolute;
	top: 41px;
	left: 1px;
	width: 111px;
	text-align: center;
	margin: 0;
	display: none;
	padding-bottom: 8px;
	background-color: #444;
	border-radius: 0 0 4px 4px;
	border-radius: 0 4px 0 0
}

#header .nav-list li#login-reg
.user-panel a {
	background-color: inherit
}

#header .nav-list li#login-reg
.user-panel .username {
	border-bottom: 1px solid #555;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 10px;
	word-wrap: break-word;
	height: auto;
	line-height: 1.5
}

#header
.nav-list li#login-reg .user-panel i {
	margin-right: 5px
}

#header .nav-list
li#login-reg:hover .user-admin a {
	border-radius: 4px 4px 0 0;
	background-color: #444
}

#header .nav-list li#login-reg:hover
.user-panel {
	display: block
}

#header
#nav-list.nav-list.mobile {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: none
}

#header #nav-list.nav-list.mobile
li {
	display: inline-block;
	width: 30%;
	height: auto;
	border: 0 none;
	margin: 0 0 1em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#header
#nav-list.nav-list.mobile li
a {
	display: block;
	height: auto;
	line-height: 1.5
}

#header
#nav-list.nav-list.mobile li a
span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: block;
	margin: 0 auto 5px auto
}

#header #nav-list.nav-list.mobile
.search-input {
	background-color: #fff;
	width: 80%;
	margin: 20px 10% 30px 10%;
	border: 0 none;
	height: 32px;
	border-radius: 32px;
	padding: 10px 15px;
	display: block
}

#header #nav-list.nav-list.mobile
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5)
}

#header
#nav-list.nav-list.mobile
input:-moz-placeholder {
	color: rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width: 1259px) {
	.content {
		width: auto;
		margin: 0 20px
	}
	.grid {
		width: 940px;
		margin: auto
	}
	#users ul li p
[class*="fa-"] {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px
	}
	#header
.nav-list li#search {
		margin-left: 10%
	}
	#aim .wrapper {
		padding: 20px 0
	}
	#aim
.wrapper .stick {
		width: 100%;
		float: none
	}
	.stick
.swiper-container {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	#aim .wrapper
.push {
		width: 640px;
		margin: 20px auto auto auto;
		height: auto;
		overflow: hidden;
		float: none
	}
	.special ul li .item
.thumb {
		height: auto
	}
	.special ul li .item .title
h2 {
		padding-right: 0
	}
	.special ul li .item .title h2
.time {
		display: block;
		position: relative;
		margin-top: 5px
	}
}

@media only screen and (max-width: 1024px) {
	#header .nav-menu {
		display: block
	}
	#header
.nav-list {
		height: 0;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		overflow: hidden
	}
	#header
#nav-list.nav-list.mobile {
		display: block
	}
	.show-nav #header
.nav-list {
		height: auto;
		overflow: inherit;
		top: 50px;
		background-color: #323232
	}
	.show-nav
#header .nav-list
li#login-reg {
		display: none;
		height: 0;
		overflow: hidden
	}
	.show-nav #header
.nav-list li:hover
.sub-menu {
		display: none;
		height: 0;
		overflow: hidden
	}
	.show-nav #header
.nav-list li#search {
		float: none;
		margin: auto
	}
	.show-nav #header .nav-list
li#search
.search-input-wrapper {
		display: inline-block;
		margin-top: 19px
	}
	.show-nav
#header .nav-list #logo {
		display: none
	}
	.show-nav #header .nav-list
li {
		display: block;
		background-color: #323232;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.05)
	}
	#sign {
		top: 20px
	}
	.grid {
		width: 620px;
		margin: auto
	}
	#love {
		padding: 0;
		background-image: none
	}
	#love
.content {
		margin: 0 auto
	}
	#feature ul li {
		width: 50%
	}
	#feature ul
li:nth-child(2n+1) a {
		border-left: 0 none
	}
	#feature ul li:nth-child(2n+2)
a {
		border-right: 0 none
	}
	.category .primary.list
.article {
		float: none
	}
	.category .primary.list .article ul, .category
.primary.list .article .navigation {
		margin-right: 0
	}
	#sidebar {
		margin: 20px auto auto auto;
		float: none;
		width: auto
	}
	.page #primary
.area {
		float: none
	}
	.page #primary .area .page-wrapper {
		margin-left: 0
	}
	.page
#primary
.aside {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-top: 30px
	}
	#primary
.area .single-header .data-meta {
		display: none
	}
	.shop .product
.preview {
		width: 300px;
		height: 250px
	}
	.shop .product
.property {
		margin-left: 320px
	}
	.shop .product .main-content
.shop-content {
		float: none
	}
	.shop .product .mainwrap {
		margin-left: 0
	}
	.shop
.product #wrapnav.nav-fixed .intro {
		display: none
	}
	.shop .product
.main-content
.shop-sidebar {
		float: none;
		margin-left: 0;
		width: 100%;
		height: auto;
		overflow: hidden
	}
	.shop
.product .main-content .shop-sidebar ul
li {
		width: 33.3%;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	#order {
		width: 750px;
		margin-left: -375px;
		top: 20px
	}
}

@media only screen and (max-width: 768px) {
	#container .content {
		margin: 0 auto
	}
	.grid {
		width: 300px;
		margin: auto
	}
	#love ul li {
		width: 50%
	}
	#feature ul li
a {
		margin-bottom: 1px
	}
	#feature ul li {
		width: 100%
	}
	#feature ul li a {
		border: 0 none
	}
	#footer .inner #describe {
		width: 100%;
		padding-right: 0
	}
	#footer .inner
.group {
		float: none;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-right: 0
	}
	#footer
.inner .group .menu
li {
		float: none;
		display: inline-block;
		margin: 5px
	}
	#footer .inner
#social {
		width: 100%
	}
	#footer .inner .weixin-content {
		width: 240px
	}
	#footer
.inner .weixin-box {
		margin-left: -150px
	}
	#aim .wrapper {
		padding: 0 0
	}
	.stick
.swiper-container {
		margin: 0
	}
	.stick a.arrow {
		display: none
	}
	#aim .wrapper
.push {
		width: 320px;
		display: none
	}
	#aim .wrapper .push
.box {
		display: block;
		float: none;
		margin-bottom: 10px
	}
	#love ul li
.meta {
		display: none
	}
	#love ul li .gallery .gallery-ico
i {
		line-height: 40px
	}
	.list .article ul li
.thumb {
		width: 150px;
		height: 96px
	}
	.list .article ul li
.item-main {
		margin-left: 170px
	}
	#primary .area .nav-links
a {
		width: 100%;
		text-align: left
	}
	#primary .area .nav-links a
i {
		display: none
	}
	#primary .area .nav-links
a.pre-post {
		border-right: 0;
		margin-bottom: 1px
	}
	#primary .area
.related-posts ul li .item:hover .thumb {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	#primary .area .related-posts ul li
.item:hover .post-title {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	#primary .area .related-posts
ul {
		padding: 0;
		margin: auto
	}
	#primary .area .related-posts ul li
.item {
		margin: auto 5px
	}
	#respond .comment-form-box {
		border: 1px solid rgba(0, 0, 0, 0.15)
	}
	#respond #author-info
div {
		float: none;
		margin-bottom: 5px;
		height: auto;
		overflow: hidden;
		margin-right: 0;
		max-width: inherit;
		border: 1px solid rgba(0, 0, 0, 0.15)
	}
	.shop .product
.preview {
		width: 200px;
		height: 167px
	}
	.shop .product
.property {
		margin-left: 220px
	}
	.shop .product-content {
		padding: 10px
	}
	.shop
.product .property .buygroup {
		margin-top: 10px
	}
	.shop .product
#wrapnav.nav-fixed {
		padding: 0 20px
	}
	#order {
		width: 450px;
		margin-left: -225px
	}
	.grid ul li:hover
.extra {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
	.grid
ul li:hover .thumb
img {
		background-color: inherit;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
	.page
#primary .area .page-links-list ul li a {
		width: 24%
	}
	.special ul
li {
		width: 100%
	}
	.special ul li .item .thumb {
		height: auto
	}
	.shop
.product-content.return {
		padding-top: 30px
	}
	#status
.status-wrapper {
		width: auto
	}
}

@media only screen and (max-width: 500px) {
	#header {
		background-color: #222
	}
}

#header .nav-list li#search.active .search-icon .fa {
	color: rgba(0, 0, 0, 0.5);
}

#search-input:focus {
    outline:none;
}
.glyphicon {
    top: 3px;
}
#nav-menu li{
	list-style: none;
}

/* Label */
.label {
	font-weight: normal;
	padding: 2px 8px 2px;
	font-family: open-sans-regular;
}

.h1 .label, h2 .label, h3 .label, h4, .label {
	font-family: open-sans-light;
}

.label-default {
	background-color: rgba(255, 255, 255, 0.68);
	color: #000;
}

/* Images */
.img-rounded {
	border-radius: 6px !important;
}

.img-circle {
	border-radius: 50% !important;
}

.img-shadowed {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

.img-thumbnail {
	background: rgba(0, 0, 0, 0.24);
	border: 0;
}

/* Close */
.close {
	font-size: 16px;
	text-shadow: none;
}

.close:hover {
	opacity: 1 !important;
}

.modal-header .close, .dark-header .close {
	margin-top: 0;
	color: #fff;
	font-weight: normal;
	opacity: 0.3;
}

/* Alerts */
.alert {
	border: 0;
	background: rgba(255, 255, 255, 0.7);
	font-family: open-sans-regular;
	font-size: 14px;
}

.alert-icon {
	position: relative;
	padding-left: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.alert-icon .icon {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 50px;
	line-height: 100%;
}

.alert-success {
	color: #069727;
	border-left: 5px solid #048F23;
}

.alert-info {
	color: #0B628D;
	border-left: 5px solid #0B628D;
}

.alert-warning {
	color: #A78C00;
	border-left: 5px solid #A78C00;
}

.alert-danger {
	color: #E02C29;
	border-left: 5px solid #FF524F
}

/* --------------------------------------------------------
    Carousel
-----------------------------------------------------------*/
.carousel-caption {
	background: rgba(0, 0, 0, 0.6);
}

/* Lightbox */
.img-popup {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.img-popup img {
	width: 100px;
	border: 3px solid rgba(0, 0, 0, 0.28);
	box-sizing: content-box;
}

.img-popup:hover {
	opacity: 0.8
}

#sidebar, #top-menu .tm-icon, #top-menu .tm-icon span, .side-menu li
.shortcut img, .drawer, .shortcut, .chat-list, .btn-alt, .profile-menu>li i
	{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
}

/* --------------------------------------------------------
    Templates Skins for Desktop
-----------------------------------------------------------*/
#skin-cloth {
	background: url(/images/skin/body/cloth.png);
}

#skin-tectile {
	background: url(/images/skin/body/tectile.png);
}

@media ( min-width : 1200px) {
	/* Sidebar */
	.side-widgets .profile-pic:hover {
		-webkit-animation-name: tada;
		animation-name: tada;
	}

	/* List views */
	.sortable.todo-list .media {
		padding-left: 20px;
		background: url(../img/sort.png) no-repeat 8px 11px;
	}
}

@media ( min-width : 1024px) {
	/* --------------------------------------------------------
        Template Blur Skins for Desktop
    -----------------------------------------------------------*/
	[id^="skin-blur-"] {
		background-size: 100% 100%;
		background-attachment: fixed;
	}
	#skin-blur-violate {
		background-image: url(/images/skin/body/violate.jpg);
	}
	#skin-blur-lights {
		background-image: url(/images/skin/body/lights.jpg);
	}
	#skin-blur-city {
		background-image: url(/images/skin/body/city.jpg);
	}
	#skin-blur-greenish {
		background-image: url(/images/skin/body/greenish.jpg);
	}
	#skin-blur-night {
		background-image: url(/images/skin/body/night.jpg);
	}
	#skin-blur-sunny {
		background-image: url(/images/skin/body/sunny.jpg);
	}
	#skin-blur-blue {
		background-image: url(/images/skin/body/blue.jpg);
	}
	#skin-blur-chrome {
		background-image: url(/images/skin/body/chrome.jpg);
	}
	#skin-blur-ocean {
		background-image: url(/images/skin/body/ocean.jpg);
	}
	#skin-blur-sunset {
		background-image: url(/images/skin/body/sunset.jpg);
	}
	#skin-blur-yellow {
		background-image: url(/images/skin/body/yellow.jpg);
	}
	#skin-blur-kiwi {
		background-image: url(/images/skin/body/kiwi.jpg);
	}
	#skin-white-violate {
		background-image: url(/images/skin/body/white.jpg);
	}
	/* Sidebar */
	.side-menu>li>a:hover, .side-menu>li.active>a, .side-menu>li>a.active:hover,
		.side-menu>li.hovered>a {
		background-color: rgba(0, 0, 0, 0.95);
		color: #fff;
		opacity: 1;
	}
	.profile-menu>li i {
		position: absolute;
		top: 8px;
		color: #fff;
	}
	.profile-menu>li i.right {
		right: -30px;
	}
	.profile-menu>li i.left {
		left: -30px;
	}
	.profile-menu>li:hover i.right {
		right: 15px;
	}
	.profile-menu>li:hover i.left {
		left: 15px;
	}

	/* Common */
	.tile, .tile-dark, .tile-title, .table th {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	}
}

@media ( min-width : 780px) {
	/* Content */
	#main {
		min-height: 100%;
		min-height: calc(100% - 50px);
	}
	.menu-active #main {
		overflow: visible;
	}
	.menu-active #content {
		margin-left: 0;
	}
	.block-area {
		padding: 15px 15px 0;
	}

	/* Sidebar */
	#sidebar {
		padding-left: 45px;
	}
	#sidebar.toggled {
		position: absolute;
		left: -233px;
	}
	#sidebar .side-menu {
		width: 45px;
		height: 100%;
		left: 0;
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
	}
	#sidebar .side-menu>li>a {
		width: 100%;
	}
	.side-menu .menu-item {
		position: absolute;
		left: 70px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 230ms;
		-moz-transition: all 230ms;
		-o-transition: all 230ms;
	}
	.side-menu>li:hover .menu-item {
		left: 45px;
		opacity: 1;
		z-index: 20;
		visibility: visible;
	}
	.side-widgets {
		height: 100%;
	}
}

@media ( min-width : 480px) {
	.profile-summary .btn.hidden-xs {
		display: inline-block !important;
	}
}

@media ( max-width : 1024px) {
	/* --------------------------------------------------------
        Template Skins for Mobile
    -----------------------------------------------------------*/
	[id^="skin-blur-"] {
		background-size: 100% 100%;
		background-attachment: fixed;
	}
	#skin-blur-violate {
		background-image: url(/images/skin/body/violate.jpg);
	}
	#skin-blur-lights {
		background-image: url(/images/skin/body/lights.jpg);
	}
	#skin-blur-city {
		background-image: url(/images/skin/body/city.jpg);
	}
	#skin-blur-greenish {
		background-image: url(/images/skin/body/greenish.jpg);
	}
	#skin-blur-night {
		background-image: url(/images/skin/body/night.jpg);
	}
	#skin-blur-sunny {
		background-image: url(/images/skin/body/sunny.jpg);
	}
	#skin-blur-blue {
		background-image: url(/images/skin/body/blue.jpg);
	}
	#skin-blur-chrome {
		background-image: url(/images/skin/body/chrome.jpg);
	}
	#skin-blur-ocean {
		background-image: url(/images/skin/body/ocean.jpg);
	}
	#skin-blur-sunset {
		background-image: url(/images/skin/body/sunset.jpg);
	}
	#skin-blur-yellow {
		background-image: url(/images/skin/body/yellow.jpg);
	}
	#skin-blur-kiwi {
		background-image: url(/images/skin/body/kiwi.jpg);
	}
	#skin-white-violate {
		background-image: url(/images/skin/body/white.jpg);
	}
	/* Shortcut icons */
	.shortcut {
		height: 62px;
		width: 65px;
	}
	.shortcut img {
		height: 25px;
	}
}

@media ( min-width : 768px) { /* >=768的设备  */
	.search-index {
		margin: 0 auto;
		margin-top: 10%;
		width: 50%;
		text-align: center;
	}
	.footer-wrapper {
		margin: 0 auto;
		margin-top: 100px;
		width: 50%;
		text-align: center;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
		height: 450px;
	}
}

@media ( max-width : 767px) { /* <=768的设备  */
	.search-index {
		margin: 0 auto;
		margin-top: 20%;
		width: 80%;
		text-align: center;
	}
	.footer-wrapper {
		margin: 0 auto;
		margin-top: 100px;
		width: 80%;
		text-align: center;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
		height: 150px;
	}
	.carousel {
    	top: 50px;
	}
	.carousel-caption p{
		display: none;
	}
}

#skin-blur-bb {
	background: -webkit-linear-gradient(rgba(254, 6, 10, 0.8),
		rgba(0, 0, 255, 0.5)) fixed;
	background: -o-linear-gradient(rgba(254, 6, 10, 0.8),
		rgba(0, 0, 255, 0.5)) fixed;
	background: -moz-linear-gradient(rgba(254, 6, 10, 0.8),
		rgba(0, 0, 255, 0.5)) fixed;
	background: linear-gradient(rgba(254, 6, 10, 0.8), rgba(0, 0, 255, 0.5))
		fixed;
}

#skin-blur-aa {
	background: -webkit-linear-gradient(rgba(171, 70, 214, 0.8),
		rgba(171, 132, 207, 0.5)) fixed; /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(171, 70, 214, 0.8),
		rgba(171, 132, 207, 0.5)) fixed; /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(171, 70, 214, 0.8),
		rgba(171, 132, 207, 0.5)) fixed; /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(171, 70, 214, 0.8), rgba(171, 132, 207, 0.5))
		fixed; /* 标准的语法（必须放在最后） */
}

#searchInput {
	height: 45px;
	font-size: 18px;
}

.container input {
	background-color: transparent;
	color: white !important;
	text-align: center;
	margin-bottom: 5px;
}

#searchInput:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
	color: #fff;
	background-color: #FF8F59;
	border-color: #FF8F59;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.container input::-webkit-input-placeholder { /* WebKit browsers */
	color: white !important;
	text-align: center;
}

.container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: white !important;
	text-align: center;
}

.container input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: white !important;
	text-align: center;
}

.container input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: white !important;
	text-align: center;
}

.button-index {
	padding: 10px;
	display: block;
	text-align: -webkit-center;
}

.button-index-m {
	padding: 10px;
	display: block;
	text-align: -webkit-center;
}

/*--------------------------------------------------------------------*/
.form-group {
	margin-bottom: 5px;
}

.form-control, .message-search {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-shadow: none;
	color: #fff;
	box-shadow: none;
	font-family: open-sans-regular;
	-webkit-appearance: none;
}

.form-control:focus, .input-focused, .bootstrap-select.open>.form-control
	{
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
	/* inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255, 255, 255, 0.6); */
}

.input-focused {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(255, 255, 255, 0.6);
}

.btn:not (.form-control) {
	color: #fff;
}

/*-----------------------顶部导航栏-------------------------------*/
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent
}

.navbar-nav {
	margin: 0px 0px;
	width: 100%;
}

.nav-dv {
	width: 100%;
	height: 42px;
	padding: 0 5%;
}

@media ( max-width : 430px) { /* <=768的设备  */
	.nav-dv {
		padding: 0 2%;
	}
}

#navigation-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	height: 42px;
	width: 100%;
	color: #222;
	font-size: 15px;
}

.nav-mask {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 42px;
	background-color: hsla(0, 0%, 100%, .4);
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.btn-group .btn {
	background-color: transparent
}

.page-heading {
	text-align: center;
}

.content {
	font-size: 15px;
}

.gallery-item {
	font-size: 1.3em;
	padding-bottom: 10px;
}

#top-menu {
	position: relative;
}

.media>.pull-left {
	margin-right: 10px;
	text-align: center;
}

.pull-left {
	float: left !important;
}

#top-menu .tm-icon {
	padding: 10px 4%;
	white-space: nowrap;
}

#top-menu #v_search {
	padding: 7px 0px;
}

.glyphicon-search {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
}

@media ( max-width : 1033px) { /* <=768的设备  */
	#top-menu .tm-icon {
		padding: 12px 3%;
	}
}

@media ( max-width : 845px) { /* <=768的设备  */
	#top-menu .tm-icon {
		padding: 11px 2%;
	}
}

@media ( max-width : 767px) { /* <=768的设备  */
	.main-search {
		display: none;
	}
}

@media ( max-width : 380px) { /* <=768的设备  */
	#top-menu .tm-icon {
		padding: 11px 1%;
	}
}
/*---------------------------详情-------------------------------*/
.con_section {
	width: auto;
	margin: 5% 10%;
	padding-top: 50px;
}

.movie__images img {
	width: 320px;
	height: 400px;
}

.movie__info div .movie__option {
	padding: 15px;
	font-size: 15px;
}

.btn-alt {
	background: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(255, 255, 255, 0.31) !important;
}

.btn-alt {
	background: none !important;
	filter: none !important;
}

.m-b button {
	margin: 20px;
}

.m-l {
	margin: 20px 0;
}

/*-----------------------列表内容区--------------------------*/
.tile, .tile-dark, .tile-title, .table th {
	background: rgba(0, 0, 0, 0.35);
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.dropdown-menu:not(.animated){
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
}
.m-t-10 {
	margin-top: 10px !important;
}

.t-overflow {
	width: 97%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	text-align: center;
}

small {
	color: #fff;
}

.p-l-5 {
	padding-left: 5px !important;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

.media>.pull-left {
	margin-right: 10px;
}

.pull-left {
	float: left !important;
}

.listview .media:not(.listview-header) {
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding: 10px 15px;
}

.listview .media:not(.listview-header):hover {
    background-color: rgba(0,0,0,0.07);
}

.listview .media .media-body {
    padding-top: 1px;
}

.listview .media:last-child {
    border-bottom: 0;    
}

.listview.narrow .media {
    padding: 5px 10px;
}

.list-options {
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 100;
	height: 27px;
	margin-top: -14px;
	top: 50%;
	display: none;
}

.listview .media:hover .list-options {
	display: block;
}

.listview .counts {
	padding: 0 6px;
	background: rgba(0, 0, 0, 0.56);
	color: #FFF;
	font-size: 23px;
	text-shadow: none;
}

.media.ui-sortable-placeholder {
	background: rgba(0, 0, 0, 0.2) !important;
	visibility: visible !important;
}

.tile .w-100 {
	height: 300px;
	width: 100%;
}

.tile .w-101 {
	height: 200px;
	width: 100%;
}

@media ( max-width : 550px) { /* <=768的设备  */
	.tile .w-100 {
		height: 200px;
	}
}

.pagination>li>a, .pagination>li>span {
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	color: #fff;
	background-color: #FF8F59;
	border-color: #FF8F59;
}

.breadcrumb {
	background: none;
	float: right;
	margin: 0;
	padding: 8px 15px;
	font-size: 11px;
}

.whiter {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.text-muted {
	color: #bbb;
}

/*--------------------------条件筛选----------------------*/
.mod_filter_box.current {
	display: block;
}

.mod_filter_box {
	display: none;
	margin-top: 14px;
	margin-bottom: 6px;
	border-top: 2px solid #ff920b;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .1);
}

.mod_filter_box .filter_content .item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 12px;
	margin-bottom: 5px;
}

.mod_filter_box .filter_content .current, .mod_filter_box .filter_content .current:hover
	{
	background: #ff920b;
	border-radius: 10px;
	color: #fff;
}

.mod_filter_box .filter_content {
	margin-left: 67px;
	margin-right: 10px;
	font-size: 0;
	padding: 0;
}

.mod_filter_box .filter_line {
	position: relative;
	line-height: 20px;
	margin-bottom: 10px;
}

.mod_filter_box .filter_box_inner {
	padding: 14px 0 1px;
	border: 1px solid #ddd;
	border-top: none;
}

.mod_filter_box .filter_box_inner .label {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 73px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	text-indent: 4px;
}

.lazyload {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.lazyload:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.main-search {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus {
	background-color: rgba(0, 0, 0, 0.35);
}


