/*super header*/
#super--header {
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}
#logo {
	display: table;
	padding: 10px 0;
}
#logo img {
	display: block;
}
img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}



/*super quickcast*/
#super--quickcast {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}
#super--quickcast > .container {
	padding: 0 15px;
}
#super--quickcast ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#super--quickcast ul:after {
	content: '';
	display: table;
	clear: both;
}
#super--quickcast ul > li {
	position: relative;
	display: inline-block;
}
#super--quickcast ul > li:not(:first-child) {
	margin-left: 5px;
}
#super--quickcast ul > li > a {
	display: block;
	height: 30px;
	line-height: 30px;
}


/*header*/
#header {
	position: relative;
}
@media(min-width: 992px){
	#header {
		height: 60px;
		line-height: 60px;
		background: linear-gradient(228deg, #00adef, #5ac6f0);
		background-size: 400% 400%;

		-webkit-animation: AnimationName 30s ease infinite;
		-moz-animation: AnimationName 30s ease infinite;
		animation: AnimationName 30s ease infinite;

		@-webkit-keyframes AnimationName {
			0%{background-position:0% 94%}
			50%{background-position:100% 7%}
			100%{background-position:0% 94%}
		}
		@-moz-keyframes AnimationName {
			0%{background-position:0% 94%}
			50%{background-position:100% 7%}
			100%{background-position:0% 94%}
		}
		@keyframes AnimationName { 
			0%{background-position:0% 94%}
			50%{background-position:100% 7%}
			100%{background-position:0% 94%}
		}
	}
	/*#header:not(.header-sticky) > .container {padding-left: 315px;}*/
}
@media(max-width: 991px){
	#header {
		height: 50px;
		line-height: 50px;
	}
	#header > .container {
		padding: 0;
	}
}



/*header categories*/
#header--categories {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 15px;
	width: 300px;
	height: 60px;
	overflow: hidden;
}
body.mainCategory-open #header--categories {
	height: auto;
	overflow: auto;
}
#header--categories > .inner {
	position: relative;
}
#header--categories .toggle {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: #F3A530;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
	transition: .3s all ease;
}
#header--categories .toggle:hover {
	background: #f39330;
}
#header--categories .toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.1);
}
#header--categories .toggle > span {
	position: relative;
	top: -10px;
	z-index: 2;
	text-shadow: 1px 1px 1px #636363;
}
#header--categories .toggle > span > i {
	position: absolute;
	display: block;
	top: 22px;
	left: 0;
	color: #656565;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-shadow: 1px 1px 1px #eee;
}
#header--categories .toggle--icons {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 15px;
	height: 100%;
	width: 24px;
}
#header--categories .toggle--icons i[data-micon] {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	transition: .3s all ease;
	background: rgba(255,255,255,0.4);
	color: #333;
}
#header--categories .toggle--icons i[data-micon="close"],
body.mainCategory-open #header--categories .toggle .toggle--icons i[data-micon] {
	opacity: 0;
	visibility: hidden;
}
body.mainCategory-open #header--categories .toggle .toggle--icons i[data-micon="close"] {
	opacity: 1;
	visibility: visible;
}
#header--categories .mycategories {
	position: relative;
}
#header--categories .mycategories > ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease;
}
body.mainCategory-open #header--categories .mycategories > ul {
	opacity: 1;
	visibility: visible;
}
#header--categories .mycategories > ul:after {
	content: '';
	display: table;
	clear: both;
}
#header--categories .mycategories > ul > li {
	position: relative;
	display: block;
}
#header--categories .mycategories ul:not(.dropdown-menu) > li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
#header--categories .mycategories li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 12px;
	background: transparent;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s all ease;
}
#header--categories .mycategories .dropdown-menu li > a {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding-left: 0;
}
#header--categories .mycategories .dropdown-menu li:hover > a {
	color: #333;
	text-decoration: underline;
}
#header--categories .mycategories li:hover > a {
	color: #F3A530;
}
#header--categories .mycategories .dropdown-menu {
	position: relative;
	display: block;
	width: 100%;
	top: auto;
	left: auto;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	border: none;
	border-radius: none;
	box-shadow: none;
	background: transparent;
	opacity: 1;
	visibility: visible;
	transition: none;
}
#header--categories .mycategories > ul > li.dropdown > .dropdown-menu {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background: rgba(0,0,0,0.05);
	display: none;
}
@media(max-width: 991px){
	#header--categories {
		width: 100%;
		height: 0;
		top: 50px;
		left: 0;
	}
	#header--categories .mycategories {
		top: 0;
		height: 0;
		border: none;
		overflow: hidden;
	}
	#header--categories .mycategories > ul {
		box-shadow: none;
	}
	body.mainCategory-open #header--categories .mycategories > ul {
		border-top: 1px solid #f2f2f2;
	}
	body.mainCategory-open #header--categories .mycategories {
		height: auto;
	}
	#header--categories .mycategories > ul > li > a {
		font-weight: bold;
	}
	#header--categories .mycategories > ul > li:hover > a,
	#header--categories .mycategories > ul > li:focus > a,
	#header--categories .mycategories > ul > li.actived > a {
		color: #F3A530;
	}
	#header--categories .mycategories > ul > li.dropdown:before {
		content: "\f107";
		font-family: fontawesome;
		font-size: 16px;
		opacity: 0.6;
		position: absolute;
		top: -10px;
		right: 15px;
		color: #262626;
		transition: .3s ease;
	}
	#header--categories .toggle {
		display: none;
	}
	#header--categories .toggle > span {
		color: #333;
		font-size: 14px;
		font-weight: bold;
	}
	#header--categories .toggle--icons {
		display: none;
	}
}
#mainCategory-trigger {
	display: none;
}
@media(max-width: 991px){
	#mainCategory-trigger {
		position: relative;
		width: 100%;
		padding-right: 16px;
		left: -15px;
		float: left;
		display: block;
	}
	#mainCategory-trigger .toggle {
		position: relative;
		display: block;
		padding: 0 15px;
		transition: .3s background ease;
	}
	body.mainCategory-open #mainCategory-trigger .toggle {
		background: #F3A530;
	}
	#mainCategory-trigger .toggle > span {
		position: relative;
		z-index: 1;
		display: block;
		height: 50px;
		line-height: 35px;
		color: #F3A530;
	}
	body.mainCategory-open #mainCategory-trigger .toggle > span {
		color: #fff;
	}
	#mainCategory-trigger .toggle > span > i {
		position: absolute;
		top: 50%;
		left: 0;
		line-height: 1;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		text-shadow: 1px 1px 1px #eee;
		color: #656565;
	}
}


/*header wrap*/
#header #logo-sticky {
	display: none;
	float: left;
	font-weight: bold;
	font-size: 22px;
	font-family: monospace;
}
#header.header-sticky #logo-sticky {
	display: block;
}
#header #header-wrap {
	z-index: 100;
	border: none;
	background: transparent;
	transition: none;
}
@media(max-width: 991px){
	#header #header-wrap {
		top: 50px;
		padding: 0 15px;
		background: #fff;
	}
	#mainMenu-trigger {
		position: absolute !important;
		right: 0;
		float: right;
		padding: 0 15px;
		border-left: 1px solid #f2f2f2;
	}
	#header #mainMenu-trigger {
		height: 50px;
	}
	#mainMenu {
		max-height: none !important;
		height: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		transition: .3s all ease !important;
	}
	body.mainMenu-open #mainMenu {
		height: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	body.mainMenu-open #mainMenu:before {
		content: '';
		display: block;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: #f2f2f2;
	}
	#mainMenu nav > ul > li > a {
		font-size: 12px !important;
		letter-spacing: 0 !important;
	}
}
#header:not(.header-sticky) #mainMenu > .container {
	width: auto;
}
@media(min-width: 992px){
	#mainMenu > .container {
		padding: 0 15px !important;
	}
	#header:not(.header-sticky) #mainMenu nav > ul > li > a {
		color: #fff;
	}
	#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
		color: #111;
	}
}

/*etc*/
.lines {
	top: 0;
}
.copyright-text {
	padding: 0;
}

/*breadcrumb*/
.breadcrumb,
.breadcrumb--inner {
	position: relative;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	background: #eee;
	padding-top: 30px;
	background-image: url(../images/pattern10.png);
	background-repeat: repeat;
}
.breadcrumb ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	display: block;
	float: right;
	background: #eeeeee;
}
.breadcrumb ul > li {
	position: relative;
	display: inline-block;
}
.breadcrumb ul > li > a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #111;
}
.breadcrumb ul > li > a:hover {
	color: red;
}
.breadcrumb ul li + li:before {
	margin-top: -1px;
}

/*main*/
.main {
	position: relative;
	box-shadow: 0 -1px #eeeeee;
}

/*header*/
.page_header {
	position: relative;
}
.page_header--title {
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	font-size: 40px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	display: table;
	padding: 0 15px;
	background: #ef3373;
	color: #fff;
}

/*xitems*/
.xitems {
	position: relative;
	padding: 0 0 30px 0;
	margin-top: 15px;
}
.xitems .xitem,
.xitems .xitem--inner {
	position: relative;
}
.xitems .xitem {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 15px;
}
.xitems .xitem--inner {
	position: relative;
	top: 0;
	transition: .2s all ease-in;
}
.xitems .xitem:hover > .xitem--inner {
	top: -5px;
}
.xitems .xitem--inner > a {
	position: relative;
	display: block;
}
.xitems .xitem--inner > a > img {
	width: 100%;
	display: block;
	/*-webkit-transition: -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),-webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	will-change: filter;*/
}
.xitems .xitem--inner > a:hover > img {
	/*-webkit-filter: brightness(120%) hue-rotate(45deg);*/
	/*filter: brightness(120%) hue-rotate(45deg);*/
}
.xitems .xitem:nth-child(3n+1){
	clear: left;
}
.xitems .xitem--title {
	font-size: 20px;
	font-weight: bold;
	color: red;
	color: #0970d6;
	padding: 10px 0 5px 0;
}
.xitems .xitem--caption {
	font-size: 12px;
}

/*xcontent*/
.xcontent {
	position: relative;
	padding: 0 0 30px 0;
}
.xcontent--title {
	font-size: 24px;
	padding: 15px;
	margin: 0;
	margin-left: -15px;
	background: #f5f5f5;
	display: table;
}
.xcontent--meta {
	position: relative;
	display: table;
	margin: 0 0 30px 0;
	background: #333;
	padding: 0 10px;
}
.xcontent--meta i.material-icons {
	position: relative;
	top: 6px;
	font-size: 22px;
	margin-right: 7px;
}
.xcontent--meta ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.xcontent--meta ul > li {
	position: relative;
	height: 34px;
	line-height: 34px;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 12px;
}

/*detail*/
.detail {
	position: relative;
}
.detail img {
	max-width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
.detail p {
	margin-bottom: 15px;
	text-indent: 15px;
}

/*xtabs*/
.xtabs,
.xtabs--inner {
	position: relative;
}
.xtabs {
	overflow: hidden;
}
.xtabs--inner:after {
	content: '';
	display: table;
	clear: both;
}
.xtabs--nav,
.xtabs--nav--inner,
.xtabs--content,
.xtabs--content--inner {
	position: relative;
}
.xtabs--nav,
.xtabs--content {
	overflow: hidden;
}
.xtabs--nav--inner > ul {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
.xtabs--nav--inner > ul:after {
	content: '';
	display: table;
	clear: both;
}
.xtabs--nav--inner > ul > li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 15px;
}
.xtabs--nav--inner > ul > li:not(:last-child) {
	/*margin-right: 15px;*/
}
.xtabs--nav--inner > ul > li:not(:first-child):before {
	content: '/';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
}
.xtabs--nav--inner > ul > li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #111;
}
.xtabs--nav--inner > ul > li.active > a {
	color: #ff8844 !important;
}
.xtabs--content--inner:after {
	content: '';
	display: table;
	clear: both;
}
.xtab,
.xtab--inner {
	position: relative;
}
.xtab {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in;
}
.xtab.active {
	position: relative;
	z-index: 2;
	opacity: 1;
	visibility: visible;
}