@charset "utf-8";

.webui-popover-content {
	display: none
}

.webui-popover-rtl {
	direction: rtl;
	text-align: right
}

.webui-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	min-width: 50px;
	min-height: 32px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid #eee;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
	margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
	margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
	margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
	margin-left: -10px
}

.webui-popover.pop {
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	-o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.pop-out {
	-webkit-transition-property: "opacity,transform";
	-o-transition-property: "opacity,transform";
	transition-property: "opacity,transform";
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.out {
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.in {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: block
}

.webui-popover .webui-popover-content>div:first-child {
	width: 99%
}

.webui-popover-inner .close {
	font-family: arial;
	margin: 8px 10px 0 0;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
	opacity: .5;
	filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
	content: "\00D7";
	width: .8em;
	height: .8em;
	padding: 4px;
	position: relative
}

.webui-popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 5px 5px 0 0
}

.webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: none
}

.webui-popover-inverse {
	background-color: #333;
	color: #eee
}

.webui-popover-inverse .webui-popover-title {
	background: #333;
	border-bottom: 1px solid #3b3b3b;
	color: #eee
}

.webui-no-padding .webui-popover-content {
	padding: 0
}

.webui-no-padding .list-group-item {
	border-right: none;
	border-left: none
}

.webui-no-padding .list-group-item:first-child {
	border-top: 0
}

.webui-no-padding .list-group-item:last-child {
	border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.webui-popover>.webui-arrow {
	border-width: 11px
}

.webui-popover>.webui-arrow:after {
	border-width: 10px;
	content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: #eee;
	border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: #eee
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: #eee;
	border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: #eee
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
	border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
	border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
	border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
	border-left-color: #333
}

.webui-popover i.icon-refresh:before {
	content: ""
}

.webui-popover i.icon-refresh {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	background: url('/static/images/loading.gif') center/contain no-repeat
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg)
	}
}

.webui-popover-backdrop {
	background-color: rgba(0, 0, 0, .65);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998
}

.webui-popover .dropdown-menu {
	display: block;
	position: relative;
	top: 0;
	border: none;
	box-shadow: none;
	float: none
}

@font-face {
	font-family: "iconfont";
	src: url('/static/fonts/iconfont.eot');
	src: url('/static/fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/iconfont.woff?') format('woff'), url('/static/fonts/iconfont.ttf?') format('truetype'), url('/static/fonts/iconfont.svg?#iconfont') format('svg')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-next:before {
	content: "\e601"
}

.icon-next2:before {
	content: "\e636"
}

.icon-prev2:before {
	content: "\e637"
}

.icon-prev1:before {
	content: "\e648"
}

.icon-next1:before {
	content: "\e655"
}

.icon-prev:before {
	content: "\e606"
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide:not(:first-child) {
	display: none
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.flag-icon-background {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain
}

.flag-icon:before {
	content: "\00a0"
}

.dropdown-menu .flag-icon {
	margin-right: 5px
}

.flag-icon-ad {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ad.svg')
}

.flag-icon-ae {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ae.svg')
}

.flag-icon-af {
	background-image: url('../../../public/third-party/flag-icon-css/flags/af.svg')
}

.flag-icon-ag {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ag.svg')
}

.flag-icon-ai {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ai.svg')
}

.flag-icon-al {
	background-image: url('../../../public/third-party/flag-icon-css/flags/al.svg')
}

.flag-icon-am {
	background-image: url('../../../public/third-party/flag-icon-css/flags/am.svg')
}

.flag-icon-ao {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ao.svg')
}

.flag-icon-aq {
	background-image: url('../../../public/third-party/flag-icon-css/flags/aq.svg')
}

.flag-icon-ar {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ar.svg')
}

.flag-icon-as {
	background-image: url('../../../public/third-party/flag-icon-css/flags/as.svg')
}

.flag-icon-at {
	background-image: url('../../../public/third-party/flag-icon-css/flags/at.svg')
}

.flag-icon-au {
	background-image: url('../../../public/third-party/flag-icon-css/flags/au.svg')
}

.flag-icon-aw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/aw.svg')
}

.flag-icon-ax {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ax.svg')
}

.flag-icon-az {
	background-image: url('../../../public/third-party/flag-icon-css/flags/az.svg')
}

.flag-icon-ba {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ba.svg')
}

.flag-icon-bb {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bb.svg')
}

.flag-icon-bd {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bd.svg')
}

.flag-icon-be {
	background-image: url('../../../public/third-party/flag-icon-css/flags/be.svg')
}

.flag-icon-bf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bf.svg')
}

.flag-icon-bg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bg.svg')
}

.flag-icon-bh {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bh.svg')
}

.flag-icon-bi {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bi.svg')
}

.flag-icon-bj {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bj.svg')
}

.flag-icon-bl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bl.svg')
}

.flag-icon-bm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bm.svg')
}

.flag-icon-bn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bn.svg')
}

.flag-icon-bo {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bo.svg')
}

.flag-icon-bq {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bq.svg')
}

.flag-icon-br {
	background-image: url('../../../public/third-party/flag-icon-css/flags/br.svg')
}

.flag-icon-bs {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bs.svg')
}

.flag-icon-bt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bt.svg')
}

.flag-icon-bv {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bv.svg')
}

.flag-icon-bw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bw.svg')
}

.flag-icon-by {
	background-image: url('../../../public/third-party/flag-icon-css/flags/by.svg')
}

.flag-icon-bz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/bz.svg')
}

.flag-icon-ca {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ca.svg')
}

.flag-icon-cc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cc.svg')
}

.flag-icon-cd {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cd.svg')
}

.flag-icon-cf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cf.svg')
}

.flag-icon-cg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cg.svg')
}

.flag-icon-ch {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ch.svg')
}

.flag-icon-ci {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ci.svg')
}

.flag-icon-ck {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ck.svg')
}

.flag-icon-cl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cl.svg')
}

.flag-icon-cm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cm.svg')
}

.flag-icon-cn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cn.svg')
}

.flag-icon-co {
	background-image: url('../../../public/third-party/flag-icon-css/flags/co.svg')
}

.flag-icon-cr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cr.svg')
}

.flag-icon-cu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cu.svg')
}

.flag-icon-cv {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cv.svg')
}

.flag-icon-cw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cw.svg')
}

.flag-icon-cx {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cx.svg')
}

.flag-icon-cy {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cy.svg')
}

.flag-icon-cz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/cz.svg')
}

.flag-icon-de {
	background-image: url('../../../public/third-party/flag-icon-css/flags/de.svg')
}

.flag-icon-dj {
	background-image: url('../../../public/third-party/flag-icon-css/flags/dj.svg')
}

.flag-icon-dk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/dk.svg')
}

.flag-icon-dm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/dm.svg')
}

.flag-icon-do {
	background-image: url('../../../public/third-party/flag-icon-css/flags/do.svg')
}

.flag-icon-dz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/dz.svg')
}

.flag-icon-ec {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ec.svg')
}

.flag-icon-ee {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ee.svg')
}

.flag-icon-eg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/eg.svg')
}

.flag-icon-eh {
	background-image: url('../../../public/third-party/flag-icon-css/flags/eh.svg')
}

.flag-icon-er {
	background-image: url('../../../public/third-party/flag-icon-css/flags/er.svg')
}

.flag-icon-es {
	background-image: url('../../../public/third-party/flag-icon-css/flags/es.svg')
}

.flag-icon-et {
	background-image: url('../../../public/third-party/flag-icon-css/flags/et.svg')
}

.flag-icon-fi {
	background-image: url('../../../public/third-party/flag-icon-css/flags/fi.svg')
}

.flag-icon-fj {
	background-image: url('../../../public/third-party/flag-icon-css/flags/fj.svg')
}

.flag-icon-fk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/fk.svg')
}

.flag-icon-fm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/fm.svg')
}

.flag-icon-fo {
	background-image: url('../../../public/third-party/flag-icon-css/flags/fo.svg')
}

.flag-icon-fr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/fr.svg')
}

.flag-icon-ga {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ga.svg')
}

.flag-icon-gb {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gb.svg')
}

.flag-icon-gd {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gd.svg')
}

.flag-icon-ge {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ge.svg')
}

.flag-icon-gf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gf.svg')
}

.flag-icon-gg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gg.svg')
}

.flag-icon-gh {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gh.svg')
}

.flag-icon-gi {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gi.svg')
}

.flag-icon-gl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gl.svg')
}

.flag-icon-gm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gm.svg')
}

.flag-icon-gn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gn.svg')
}

.flag-icon-gp {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gp.svg')
}

.flag-icon-gq {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gq.svg')
}

.flag-icon-gr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gr.svg')
}

.flag-icon-gs {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gs.svg')
}

.flag-icon-gt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gt.svg')
}

.flag-icon-gu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gu.svg')
}

.flag-icon-gw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gw.svg')
}

.flag-icon-gy {
	background-image: url('../../../public/third-party/flag-icon-css/flags/gy.svg')
}

.flag-icon-hk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/hk.svg')
}

.flag-icon-hm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/hm.svg')
}

.flag-icon-hn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/hn.svg')
}

.flag-icon-hr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/hr.svg')
}

.flag-icon-ht {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ht.svg')
}

.flag-icon-hu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/hu.svg')
}

.flag-icon-id {
	background-image: url('../../../public/third-party/flag-icon-css/flags/id.svg')
}

.flag-icon-ie {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ie.svg')
}

.flag-icon-il {
	background-image: url('../../../public/third-party/flag-icon-css/flags/il.svg')
}

.flag-icon-im {
	background-image: url('../../../public/third-party/flag-icon-css/flags/im.svg')
}

.flag-icon-in {
	background-image: url('../../../public/third-party/flag-icon-css/flags/in.svg')
}

.flag-icon-io {
	background-image: url('../../../public/third-party/flag-icon-css/flags/io.svg')
}

.flag-icon-iq {
	background-image: url('../../../public/third-party/flag-icon-css/flags/iq.svg')
}

.flag-icon-ir {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ir.svg')
}

.flag-icon-is {
	background-image: url('../../../public/third-party/flag-icon-css/flags/is.svg')
}

.flag-icon-it {
	background-image: url('../../../public/third-party/flag-icon-css/flags/it.svg')
}

.flag-icon-je {
	background-image: url('../../../public/third-party/flag-icon-css/flags/je.svg')
}

.flag-icon-jm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/jm.svg')
}

.flag-icon-jo {
	background-image: url('../../../public/third-party/flag-icon-css/flags/jo.svg')
}

.flag-icon-jp {
	background-image: url('../../../public/third-party/flag-icon-css/flags/jp.svg')
}

.flag-icon-ke {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ke.svg')
}

.flag-icon-kg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kg.svg')
}

.flag-icon-kh {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kh.svg')
}

.flag-icon-ki {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ki.svg')
}

.flag-icon-km {
	background-image: url('../../../public/third-party/flag-icon-css/flags/km.svg')
}

.flag-icon-kn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kn.svg')
}

.flag-icon-kp {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kp.svg')
}

.flag-icon-kr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kr.svg')
}

.flag-icon-kw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kw.svg')
}

.flag-icon-ky {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ky.svg')
}

.flag-icon-kz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/kz.svg')
}

.flag-icon-la {
	background-image: url('../../../public/third-party/flag-icon-css/flags/la.svg')
}

.flag-icon-lb {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lb.svg')
}

.flag-icon-lc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lc.svg')
}

.flag-icon-li {
	background-image: url('../../../public/third-party/flag-icon-css/flags/li.svg')
}

.flag-icon-lk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lk.svg')
}

.flag-icon-lr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lr.svg')
}

.flag-icon-ls {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ls.svg')
}

.flag-icon-lt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lt.svg')
}

.flag-icon-lu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lu.svg')
}

.flag-icon-lv {
	background-image: url('../../../public/third-party/flag-icon-css/flags/lv.svg')
}

.flag-icon-ly {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ly.svg')
}

.flag-icon-ma {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ma.svg')
}

.flag-icon-mc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mc.svg')
}

.flag-icon-md {
	background-image: url('../../../public/third-party/flag-icon-css/flags/md.svg')
}

.flag-icon-me {
	background-image: url('../../../public/third-party/flag-icon-css/flags/me.svg')
}

.flag-icon-mf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mf.svg')
}

.flag-icon-mg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mg.svg')
}

.flag-icon-mh {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mh.svg')
}

.flag-icon-mk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mk.svg')
}

.flag-icon-ml {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ml.svg')
}

.flag-icon-mm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mm.svg')
}

.flag-icon-mn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mn.svg')
}

.flag-icon-mo {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mo.svg')
}

.flag-icon-mp {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mp.svg')
}

.flag-icon-mq {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mq.svg')
}

.flag-icon-mr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mr.svg')
}

.flag-icon-ms {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ms.svg')
}

.flag-icon-mt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mt.svg')
}

.flag-icon-mu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mu.svg')
}

.flag-icon-mv {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mv.svg')
}

.flag-icon-mw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mw.svg')
}

.flag-icon-mx {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mx.svg')
}

.flag-icon-my {
	background-image: url('../../../public/third-party/flag-icon-css/flags/my.svg')
}

.flag-icon-mz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/mz.svg')
}

.flag-icon-na {
	background-image: url('../../../public/third-party/flag-icon-css/flags/na.svg')
}

.flag-icon-nc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/nc.svg')
}

.flag-icon-ne {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ne.svg')
}

.flag-icon-nf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/nf.svg')
}

.flag-icon-ng {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ng.svg')
}

.flag-icon-ni {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ni.svg')
}

.flag-icon-nl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/nl.svg')
}

.flag-icon-no {
	background-image: url('../../../public/third-party/flag-icon-css/flags/no.svg')
}

.flag-icon-np {
	background-image: url('../../../public/third-party/flag-icon-css/flags/np.svg')
}

.flag-icon-nr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/nr.svg')
}

.flag-icon-nu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/nu.svg')
}

.flag-icon-nz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/nz.svg')
}

.flag-icon-om {
	background-image: url('../../../public/third-party/flag-icon-css/flags/om.svg')
}

.flag-icon-pa {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pa.svg')
}

.flag-icon-pe {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pe.svg')
}

.flag-icon-pf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pf.svg')
}

.flag-icon-pg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pg.svg')
}

.flag-icon-ph {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ph.svg')
}

.flag-icon-pk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pk.svg')
}

.flag-icon-pl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pl.svg')
}

.flag-icon-pm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pm.svg')
}

.flag-icon-pn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pn.svg')
}

.flag-icon-pr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pr.svg')
}

.flag-icon-ps {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ps.svg')
}

.flag-icon-pt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pt.svg')
}

.flag-icon-pw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/pw.svg')
}

.flag-icon-py {
	background-image: url('../../../public/third-party/flag-icon-css/flags/py.svg')
}

.flag-icon-qa {
	background-image: url('../../../public/third-party/flag-icon-css/flags/qa.svg')
}

.flag-icon-re {
	background-image: url('../../../public/third-party/flag-icon-css/flags/re.svg')
}

.flag-icon-ro {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ro.svg')
}

.flag-icon-rs {
	background-image: url('../../../public/third-party/flag-icon-css/flags/rs.svg')
}

.flag-icon-ru {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ru.svg')
}

.flag-icon-rw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/rw.svg')
}

.flag-icon-sa {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sa.svg')
}

.flag-icon-sb {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sb.svg')
}

.flag-icon-sc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sc.svg')
}

.flag-icon-sd {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sd.svg')
}

.flag-icon-se {
	background-image: url('../../../public/third-party/flag-icon-css/flags/se.svg')
}

.flag-icon-sg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sg.svg')
}

.flag-icon-sh {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sh.svg')
}

.flag-icon-si {
	background-image: url('../../../public/third-party/flag-icon-css/flags/si.svg')
}

.flag-icon-sj {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sj.svg')
}

.flag-icon-sk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sk.svg')
}

.flag-icon-sl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sl.svg')
}

.flag-icon-sm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sm.svg')
}

.flag-icon-sn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sn.svg')
}

.flag-icon-so {
	background-image: url('../../../public/third-party/flag-icon-css/flags/so.svg')
}

.flag-icon-sr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sr.svg')
}

.flag-icon-ss {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ss.svg')
}

.flag-icon-st {
	background-image: url('../../../public/third-party/flag-icon-css/flags/st.svg')
}

.flag-icon-sv {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sv.svg')
}

.flag-icon-sx {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sx.svg')
}

.flag-icon-sy {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sy.svg')
}

.flag-icon-sz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/sz.svg')
}

.flag-icon-tc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tc.svg')
}

.flag-icon-td {
	background-image: url('../../../public/third-party/flag-icon-css/flags/td.svg')
}

.flag-icon-tf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tf.svg')
}

.flag-icon-tg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tg.svg')
}

.flag-icon-th {
	background-image: url('../../../public/third-party/flag-icon-css/flags/th.svg')
}

.flag-icon-tj {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tj.svg')
}

.flag-icon-tk {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tk.svg')
}

.flag-icon-tl {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tl.svg')
}

.flag-icon-tm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tm.svg')
}

.flag-icon-tn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tn.svg')
}

.flag-icon-to {
	background-image: url('../../../public/third-party/flag-icon-css/flags/to.svg')
}

.flag-icon-tr {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tr.svg')
}

.flag-icon-tt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tt.svg')
}

.flag-icon-tv {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tv.svg')
}

.flag-icon-tw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tw.svg')
}

.flag-icon-tz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/tz.svg')
}

.flag-icon-ua {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ua.svg')
}

.flag-icon-ug {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ug.svg')
}

.flag-icon-um {
	background-image: url('../../../public/third-party/flag-icon-css/flags/um.svg')
}

.flag-icon-us {
	background-image: url('../../../public/third-party/flag-icon-css/flags/us.svg')
}

.flag-icon-uy {
	background-image: url('../../../public/third-party/flag-icon-css/flags/uy.svg')
}

.flag-icon-uz {
	background-image: url('../../../public/third-party/flag-icon-css/flags/uz.svg')
}

.flag-icon-va {
	background-image: url('../../../public/third-party/flag-icon-css/flags/va.svg')
}

.flag-icon-vc {
	background-image: url('../../../public/third-party/flag-icon-css/flags/vc.svg')
}

.flag-icon-ve {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ve.svg')
}

.flag-icon-vg {
	background-image: url('../../../public/third-party/flag-icon-css/flags/vg.svg')
}

.flag-icon-vi {
	background-image: url('../../../public/third-party/flag-icon-css/flags/vi.svg')
}

.flag-icon-vn {
	background-image: url('../../../public/third-party/flag-icon-css/flags/vn.svg')
}

.flag-icon-vu {
	background-image: url('../../../public/third-party/flag-icon-css/flags/vu.svg')
}

.flag-icon-wf {
	background-image: url('../../../public/third-party/flag-icon-css/flags/wf.svg')
}

.flag-icon-ws {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ws.svg')
}

.flag-icon-ye {
	background-image: url('../../../public/third-party/flag-icon-css/flags/ye.svg')
}

.flag-icon-yt {
	background-image: url('../../../public/third-party/flag-icon-css/flags/yt.svg')
}

.flag-icon-za {
	background-image: url('../../../public/third-party/flag-icon-css/flags/za.svg')
}

.flag-icon-zm {
	background-image: url('../../../public/third-party/flag-icon-css/flags/zm.svg')
}

.flag-icon-zw {
	background-image: url('../../../public/third-party/flag-icon-css/flags/zw.svg')
}

@font-face {
	font-family: Pe-icon-7-stroke;
	font-style: normal;
	font-weight: 400;
	src: url('/static/fonts/Pe-icon-7-stroke.eot');
	src: url('/static/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('/static/fonts/Pe-icon-7-stroke.woff') format('woff'), url('/static/fonts/Pe-icon-7-stroke.ttf') format('truetype'), url('/static/fonts/Pe-icon-7-stroke.svg#Pe-icon-7-stroke') format('svg')
}

[class*=" pe-"],
[class^=pe-] {
	position: relative;
	display: inline-block;
	font-family: Pe-icon-7-stroke;
	font-style: normal;
	font-weight: 400;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pe-album:before {
	content: "\e6aa"
}

.pe-arc:before {
	content: "\e6ab"
}

.pe-back-2:before {
	content: "\e6ac"
}

.pe-bandaid:before {
	content: "\e6ad"
}

.pe-car:before {
	content: "\e6ae"
}

.pe-diamond:before {
	content: "\e6af"
}

.pe-door-lock:before {
	content: "\e6b0"
}

.pe-eyedropper:before {
	content: "\e6b1"
}

.pe-female:before {
	content: "\e6b2"
}

.pe-gym:before {
	content: "\e6b3"
}

.pe-hammer:before {
	content: "\e6b4"
}

.pe-headphones:before {
	content: "\e6b5"
}

.pe-helm:before {
	content: "\e6b6"
}

.pe-hourglass:before {
	content: "\e6b7"
}

.pe-leaf:before {
	content: "\e6b8"
}

.pe-magic-wand:before {
	content: "\e6b9"
}

.pe-male:before {
	content: "\e6ba"
}

.pe-map-2:before {
	content: "\e6bb"
}

.pe-next-2:before {
	content: "\e6bc"
}

.pe-paint-bucket:before {
	content: "\e6bd"
}

.pe-pendrive:before {
	content: "\e6be"
}

.pe-photo:before {
	content: "\e6bf"
}

.pe-piggy:before {
	content: "\e6c0"
}

.pe-plugin:before {
	content: "\e6c1"
}

.pe-refresh-2:before {
	content: "\e6c2"
}

.pe-rocket:before {
	content: "\e6c3"
}

.pe-settings:before {
	content: "\e6c4"
}

.pe-shield:before {
	content: "\e6c5"
}

.pe-smile:before {
	content: "\e6c6"
}

.pe-usb:before {
	content: "\e6c7"
}

.pe-vector:before {
	content: "\e6c8"
}

.pe-wine:before {
	content: "\e6c9"
}

.pe-cloud-upload:before {
	content: "\e68a"
}

.pe-cash:before {
	content: "\e68c"
}

.pe-close:before {
	content: "\e680"
}

.pe-bluetooth:before {
	content: "\e68d"
}

.pe-cloud-download:before {
	content: "\e68b"
}

.pe-way:before {
	content: "\e68e"
}

.pe-close-circle:before {
	content: "\e681"
}

.pe-id:before {
	content: "\e68f"
}

.pe-angle-up:before {
	content: "\e682"
}

.pe-wristwatch:before {
	content: "\e690"
}

.pe-angle-up-circle:before {
	content: "\e683"
}

.pe-world:before {
	content: "\e691"
}

.pe-angle-right:before {
	content: "\e684"
}

.pe-volume:before {
	content: "\e692"
}

.pe-angle-right-circle:before {
	content: "\e685"
}

.pe-users:before {
	content: "\e693"
}

.pe-angle-left:before {
	content: "\e686"
}

.pe-user-female:before {
	content: "\e694"
}

.pe-angle-left-circle:before {
	content: "\e687"
}

.pe-up-arrow:before {
	content: "\e695"
}

.pe-angle-down:before {
	content: "\e688"
}

.pe-switch:before {
	content: "\e696"
}

.pe-angle-down-circle:before {
	content: "\e689"
}

.pe-scissors:before {
	content: "\e697"
}

.pe-wallet:before {
	content: "\e600"
}

.pe-safe:before {
	content: "\e698"
}

.pe-volume2:before {
	content: "\e601"
}

.pe-volume1:before {
	content: "\e602"
}

.pe-voicemail:before {
	content: "\e603"
}

.pe-video:before {
	content: "\e604"
}

.pe-user:before {
	content: "\e605"
}

.pe-upload:before {
	content: "\e606"
}

.pe-unlock:before {
	content: "\e607"
}

.pe-umbrella:before {
	content: "\e608"
}

.pe-trash:before {
	content: "\e609"
}

.pe-tools:before {
	content: "\e60a"
}

.pe-timer:before {
	content: "\e60b"
}

.pe-ticket:before {
	content: "\e60c"
}

.pe-target:before {
	content: "\e60d"
}

.pe-sun:before {
	content: "\e60e"
}

.pe-study:before {
	content: "\e60f"
}

.pe-stopwatch:before {
	content: "\e610"
}

.pe-star:before {
	content: "\e611"
}

.pe-speaker:before {
	content: "\e612"
}

.pe-signal:before {
	content: "\e613"
}

.pe-shuffle:before {
	content: "\e614"
}

.pe-shopbag:before {
	content: "\e615"
}

.pe-share:before {
	content: "\e616"
}

.pe-server:before {
	content: "\e617"
}

.pe-search:before {
	content: "\e618"
}

.pe-film:before {
	content: "\e6a5"
}

.pe-science:before {
	content: "\e619"
}

.pe-disk:before {
	content: "\e6a6"
}

.pe-ribbon:before {
	content: "\e61a"
}

.pe-repeat:before {
	content: "\e61b"
}

.pe-refresh:before {
	content: "\e61c"
}

.pe-add-user:before {
	content: "\e6a9"
}

.pe-refresh-cloud:before {
	content: "\e61d"
}

.pe-paperclip:before {
	content: "\e69c"
}

.pe-radio:before {
	content: "\e61e"
}

.pe-note2:before {
	content: "\e69d"
}

.pe-print:before {
	content: "\e61f"
}

.pe-network:before {
	content: "\e69e"
}

.pe-prev:before {
	content: "\e620"
}

.pe-mute:before {
	content: "\e69f"
}

.pe-power:before {
	content: "\e621"
}

.pe-medal:before {
	content: "\e6a0"
}

.pe-portfolio:before {
	content: "\e622"
}

.pe-like2:before {
	content: "\e6a1"
}

.pe-plus:before {
	content: "\e623"
}

.pe-left-arrow:before {
	content: "\e6a2"
}

.pe-play:before {
	content: "\e624"
}

.pe-key:before {
	content: "\e6a3"
}

.pe-plane:before {
	content: "\e625"
}

.pe-joy:before {
	content: "\e6a4"
}

.pe-photo-gallery:before {
	content: "\e626"
}

.pe-pin:before {
	content: "\e69b"
}

.pe-phone:before {
	content: "\e627"
}

.pe-plug:before {
	content: "\e69a"
}

.pe-pen:before {
	content: "\e628"
}

.pe-right-arrow:before {
	content: "\e699"
}

.pe-paper-plane:before {
	content: "\e629"
}

.pe-delete-user:before {
	content: "\e6a7"
}

.pe-paint:before {
	content: "\e62a"
}

.pe-bottom-arrow:before {
	content: "\e6a8"
}

.pe-notebook:before {
	content: "\e62b"
}

.pe-note:before {
	content: "\e62c"
}

.pe-next:before {
	content: "\e62d"
}

.pe-news-paper:before {
	content: "\e62e"
}

.pe-musiclist:before {
	content: "\e62f"
}

.pe-music:before {
	content: "\e630"
}

.pe-mouse:before {
	content: "\e631"
}

.pe-more:before {
	content: "\e632"
}

.pe-moon:before {
	content: "\e633"
}

.pe-monitor:before {
	content: "\e634"
}

.pe-micro:before {
	content: "\e635"
}

.pe-menu:before {
	content: "\e636"
}

.pe-map:before {
	content: "\e637"
}

.pe-map-marker:before {
	content: "\e638"
}

.pe-mail:before {
	content: "\e639"
}

.pe-mail-open:before {
	content: "\e63a"
}

.pe-mail-open-file:before {
	content: "\e63b"
}

.pe-magnet:before {
	content: "\e63c"
}

.pe-loop:before {
	content: "\e63d"
}

.pe-look:before {
	content: "\e63e"
}

.pe-lock:before {
	content: "\e63f"
}

.pe-lintern:before {
	content: "\e640"
}

.pe-link:before {
	content: "\e641"
}

.pe-like:before {
	content: "\e642"
}

.pe-light:before {
	content: "\e643"
}

.pe-less:before {
	content: "\e644"
}

.pe-keypad:before {
	content: "\e645"
}

.pe-junk:before {
	content: "\e646"
}

.pe-info:before {
	content: "\e647"
}

.pe-home:before {
	content: "\e648"
}

.pe-help2:before {
	content: "\e649"
}

.pe-help1:before {
	content: "\e64a"
}

.pe-graph3:before {
	content: "\e64b"
}

.pe-graph2:before {
	content: "\e64c"
}

.pe-graph1:before {
	content: "\e64d"
}

.pe-graph:before {
	content: "\e64e"
}

.pe-global:before {
	content: "\e64f"
}

.pe-gleam:before {
	content: "\e650"
}

.pe-glasses:before {
	content: "\e651"
}

.pe-gift:before {
	content: "\e652"
}

.pe-folder:before {
	content: "\e653"
}

.pe-flag:before {
	content: "\e654"
}

.pe-filter:before {
	content: "\e655"
}

.pe-file:before {
	content: "\e656"
}

.pe-expand1:before {
	content: "\e657"
}

.pe-exapnd2:before {
	content: "\e658"
}

.pe-edit:before {
	content: "\e659"
}

.pe-drop:before {
	content: "\e65a"
}

.pe-drawer:before {
	content: "\e65b"
}

.pe-download:before {
	content: "\e65c"
}

.pe-display2:before {
	content: "\e65d"
}

.pe-display1:before {
	content: "\e65e"
}

.pe-diskette:before {
	content: "\e65f"
}

.pe-date:before {
	content: "\e660"
}

.pe-cup:before {
	content: "\e661"
}

.pe-culture:before {
	content: "\e662"
}

.pe-crop:before {
	content: "\e663"
}

.pe-credit:before {
	content: "\e664"
}

.pe-copy-file:before {
	content: "\e665"
}

.pe-config:before {
	content: "\e666"
}

.pe-compass:before {
	content: "\e667"
}

.pe-comment:before {
	content: "\e668"
}

.pe-coffee:before {
	content: "\e669"
}

.pe-cloud:before {
	content: "\e66a"
}

.pe-clock:before {
	content: "\e66b"
}

.pe-check:before {
	content: "\e66c"
}

.pe-chat:before {
	content: "\e66d"
}

.pe-cart:before {
	content: "\e66e"
}

.pe-camera:before {
	content: "\e66f"
}

.pe-call:before {
	content: "\e670"
}

.pe-calculator:before {
	content: "\e671"
}

.pe-browser:before {
	content: "\e672"
}

.pe-box2:before {
	content: "\e673"
}

.pe-box1:before {
	content: "\e674"
}

.pe-bookmarks:before {
	content: "\e675"
}

.pe-bicycle:before {
	content: "\e676"
}

.pe-bell:before {
	content: "\e677"
}

.pe-battery:before {
	content: "\e678"
}

.pe-ball:before {
	content: "\e679"
}

.pe-back:before {
	content: "\e67a"
}

.pe-attention:before {
	content: "\e67b"
}

.pe-anchor:before {
	content: "\e67c"
}

.pe-albums:before {
	content: "\e67d"
}

.pe-alarm:before {
	content: "\e67e"
}

.pe-airplay:before {
	content: "\e67f"
}

.slick-loading .slick-list {
	background: #fff url('/static/images/ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('/static/fonts/slick.eot');
	src: url('/static/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/static/fonts/slick.woff') format('woff'), url('/static/fonts/slick.ttf') format('truetype'), url('/static/fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1800;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
	will-change: opacity;
	for open/close transition-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #777
}

.pswp__error-msg a {
	color: #333;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: 0.9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

[class*=pswp__button--rotate] {
	background: none !important;
	outline: none !important
}

[class*=pswp__button--rotate] .icon {
	top: 1px;
	font-size: 17px;
	font-weight: 400;
	color: #555
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url('/static/images/default-skin.png') 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url('/static/images/default-skin.svg')
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none
	}

	[class*=pswp__button--rotate] {
		opacity: .75
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.1);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #555;
	opacity: 0.75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #777
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #333
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url('/static/images/preloader.gif') 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

@font-face {
	font-family: "Ionicons";
	src: url("../fonts/ionicons.eot?v=2.0.0");
	src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}

.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
	content: "\f101"
}

.ion-alert-circled:before {
	content: "\f100"
}

.ion-android-add:before {
	content: "\f2c7"
}

.ion-android-add-circle:before {
	content: "\f359"
}

.ion-android-alarm-clock:before {
	content: "\f35a"
}

.ion-android-alert:before {
	content: "\f35b"
}

.ion-android-apps:before {
	content: "\f35c"
}

.ion-android-archive:before {
	content: "\f2c9"
}

.ion-android-arrow-back:before {
	content: "\f2ca"
}

.ion-android-arrow-down:before {
	content: "\f35d"
}

.ion-android-arrow-dropdown:before {
	content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e"
}

.ion-android-arrow-dropleft:before {
	content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360"
}

.ion-android-arrow-dropright:before {
	content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362"
}

.ion-android-arrow-dropup:before {
	content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364"
}

.ion-android-arrow-forward:before {
	content: "\f30f"
}

.ion-android-arrow-up:before {
	content: "\f366"
}

.ion-android-attach:before {
	content: "\f367"
}

.ion-android-bar:before {
	content: "\f368"
}

.ion-android-bicycle:before {
	content: "\f369"
}

.ion-android-boat:before {
	content: "\f36a"
}

.ion-android-bookmark:before {
	content: "\f36b"
}

.ion-android-bulb:before {
	content: "\f36c"
}

.ion-android-bus:before {
	content: "\f36d"
}

.ion-android-calendar:before {
	content: "\f2d1"
}

.ion-android-call:before {
	content: "\f2d2"
}

.ion-android-camera:before {
	content: "\f2d3"
}

.ion-android-cancel:before {
	content: "\f36e"
}

.ion-android-car:before {
	content: "\f36f"
}

.ion-android-cart:before {
	content: "\f370"
}

.ion-android-chat:before {
	content: "\f2d4"
}

.ion-android-checkbox:before {
	content: "\f374"
}

.ion-android-checkbox-blank:before {
	content: "\f371"
}

.ion-android-checkbox-outline:before {
	content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372"
}

.ion-android-checkmark-circle:before {
	content: "\f375"
}

.ion-android-clipboard:before {
	content: "\f376"
}

.ion-android-close:before {
	content: "\f2d7"
}

.ion-android-cloud:before {
	content: "\f37a"
}

.ion-android-cloud-circle:before {
	content: "\f377"
}

.ion-android-cloud-done:before {
	content: "\f378"
}

.ion-android-cloud-outline:before {
	content: "\f379"
}

.ion-android-color-palette:before {
	content: "\f37b"
}

.ion-android-compass:before {
	content: "\f37c"
}

.ion-android-contact:before {
	content: "\f2d8"
}

.ion-android-contacts:before {
	content: "\f2d9"
}

.ion-android-contract:before {
	content: "\f37d"
}

.ion-android-create:before {
	content: "\f37e"
}

.ion-android-delete:before {
	content: "\f37f"
}

.ion-android-desktop:before {
	content: "\f380"
}

.ion-android-document:before {
	content: "\f381"
}

.ion-android-done:before {
	content: "\f383"
}

.ion-android-done-all:before {
	content: "\f382"
}

.ion-android-download:before {
	content: "\f2dd"
}

.ion-android-drafts:before {
	content: "\f384"
}

.ion-android-exit:before {
	content: "\f385"
}

.ion-android-expand:before {
	content: "\f386"
}

.ion-android-favorite:before {
	content: "\f388"
}

.ion-android-favorite-outline:before {
	content: "\f387"
}

.ion-android-film:before {
	content: "\f389"
}

.ion-android-folder:before {
	content: "\f2e0"
}

.ion-android-folder-open:before {
	content: "\f38a"
}

.ion-android-funnel:before {
	content: "\f38b"
}

.ion-android-globe:before {
	content: "\f38c"
}

.ion-android-hand:before {
	content: "\f2e3"
}

.ion-android-hangout:before {
	content: "\f38d"
}

.ion-android-happy:before {
	content: "\f38e"
}

.ion-android-home:before {
	content: "\f38f"
}

.ion-android-image:before {
	content: "\f2e4"
}

.ion-android-laptop:before {
	content: "\f390"
}

.ion-android-list:before {
	content: "\f391"
}

.ion-android-locate:before {
	content: "\f2e9"
}

.ion-android-lock:before {
	content: "\f392"
}

.ion-android-mail:before {
	content: "\f2eb"
}

.ion-android-map:before {
	content: "\f393"
}

.ion-android-menu:before {
	content: "\f394"
}

.ion-android-microphone:before {
	content: "\f2ec"
}

.ion-android-microphone-off:before {
	content: "\f395"
}

.ion-android-more-horizontal:before {
	content: "\f396"
}

.ion-android-more-vertical:before {
	content: "\f397"
}

.ion-android-navigate:before {
	content: "\f398"
}

.ion-android-notifications:before {
	content: "\f39b"
}

.ion-android-notifications-none:before {
	content: "\f399"
}

.ion-android-notifications-off:before {
	content: "\f39a"
}

.ion-android-open:before {
	content: "\f39c"
}

.ion-android-options:before {
	content: "\f39d"
}

.ion-android-people:before {
	content: "\f39e"
}

.ion-android-person:before {
	content: "\f3a0"
}

.ion-android-person-add:before {
	content: "\f39f"
}

.ion-android-phone-landscape:before {
	content: "\f3a1"
}

.ion-android-phone-portrait:before {
	content: "\f3a2"
}

.ion-android-pin:before {
	content: "\f3a3"
}

.ion-android-plane:before {
	content: "\f3a4"
}

.ion-android-playstore:before {
	content: "\f2f0"
}

.ion-android-print:before {
	content: "\f3a5"
}

.ion-android-radio-button-off:before {
	content: "\f3a6"
}

.ion-android-radio-button-on:before {
	content: "\f3a7"
}

.ion-android-refresh:before {
	content: "\f3a8"
}

.ion-android-remove:before {
	content: "\f2f4"
}

.ion-android-remove-circle:before {
	content: "\f3a9"
}

.ion-android-restaurant:before {
	content: "\f3aa"
}

.ion-android-sad:before {
	content: "\f3ab"
}

.ion-android-search:before {
	content: "\f2f5"
}

.ion-android-send:before {
	content: "\f2f6"
}

.ion-android-settings:before {
	content: "\f2f7"
}

.ion-android-share:before {
	content: "\f2f8"
}

.ion-android-share-alt:before {
	content: "\f3ac"
}

.ion-android-star:before {
	content: "\f2fc"
}

.ion-android-star-half:before {
	content: "\f3ad"
}

.ion-android-star-outline:before {
	content: "\f3ae"
}

.ion-android-stopwatch:before {
	content: "\f2fd"
}

.ion-android-subway:before {
	content: "\f3af"
}

.ion-android-sunny:before {
	content: "\f3b0"
}

.ion-android-sync:before {
	content: "\f3b1"
}

.ion-android-textsms:before {
	content: "\f3b2"
}

.ion-android-time:before {
	content: "\f3b3"
}

.ion-android-train:before {
	content: "\f3b4"
}

.ion-android-unlock:before {
	content: "\f3b5"
}

.ion-android-upload:before {
	content: "\f3b6"
}

.ion-android-volume-down:before {
	content: "\f3b7"
}

.ion-android-volume-mute:before {
	content: "\f3b8"
}

.ion-android-volume-off:before {
	content: "\f3b9"
}

.ion-android-volume-up:before {
	content: "\f3ba"
}

.ion-android-walk:before {
	content: "\f3bb"
}

.ion-android-warning:before {
	content: "\f3bc"
}

.ion-android-watch:before {
	content: "\f3bd"
}

.ion-android-wifi:before {
	content: "\f305"
}

.ion-aperture:before {
	content: "\f313"
}

.ion-archive:before {
	content: "\f102"
}

.ion-arrow-down-a:before {
	content: "\f103"
}

.ion-arrow-down-b:before {
	content: "\f104"
}

.ion-arrow-down-c:before {
	content: "\f105"
}

.ion-arrow-expand:before {
	content: "\f25e"
}

.ion-arrow-graph-down-left:before {
	content: "\f25f"
}

.ion-arrow-graph-down-right:before {
	content: "\f260"
}

.ion-arrow-graph-up-left:before {
	content: "\f261"
}

.ion-arrow-graph-up-right:before {
	content: "\f262"
}

.ion-arrow-left-a:before {
	content: "\f106"
}

.ion-arrow-left-b:before {
	content: "\f107"
}

.ion-arrow-left-c:before {
	content: "\f108"
}

.ion-arrow-move:before {
	content: "\f263"
}

.ion-arrow-resize:before {
	content: "\f264"
}

.ion-arrow-return-left:before {
	content: "\f265"
}

.ion-arrow-return-right:before {
	content: "\f266"
}

.ion-arrow-right-a:before {
	content: "\f109"
}

.ion-arrow-right-b:before {
	content: "\f10a"
}

.ion-arrow-right-c:before {
	content: "\f10b"
}

.ion-arrow-shrink:before {
	content: "\f267"
}

.ion-arrow-swap:before {
	content: "\f268"
}

.ion-arrow-up-a:before {
	content: "\f10c"
}

.ion-arrow-up-b:before {
	content: "\f10d"
}

.ion-arrow-up-c:before {
	content: "\f10e"
}

.ion-asterisk:before {
	content: "\f314"
}

.ion-at:before {
	content: "\f10f"
}

.ion-backspace:before {
	content: "\f3bf"
}

.ion-backspace-outline:before {
	content: "\f3be"
}

.ion-bag:before {
	content: "\f110"
}

.ion-battery-charging:before {
	content: "\f111"
}

.ion-battery-empty:before {
	content: "\f112"
}

.ion-battery-full:before {
	content: "\f113"
}

.ion-battery-half:before {
	content: "\f114"
}

.ion-battery-low:before {
	content: "\f115"
}

.ion-beaker:before {
	content: "\f269"
}

.ion-beer:before {
	content: "\f26a"
}

.ion-bluetooth:before {
	content: "\f116"
}

.ion-bonfire:before {
	content: "\f315"
}

.ion-bookmark:before {
	content: "\f26b"
}

.ion-bowtie:before {
	content: "\f3c0"
}

.ion-briefcase:before {
	content: "\f26c"
}

.ion-bug:before {
	content: "\f2be"
}

.ion-calculator:before {
	content: "\f26d"
}

.ion-calendar:before {
	content: "\f117"
}

.ion-camera:before {
	content: "\f118"
}

.ion-card:before {
	content: "\f119"
}

.ion-cash:before {
	content: "\f316"
}

.ion-chatbox:before {
	content: "\f11b"
}

.ion-chatbox-working:before {
	content: "\f11a"
}

.ion-chatboxes:before {
	content: "\f11c"
}

.ion-chatbubble:before {
	content: "\f11e"
}

.ion-chatbubble-working:before {
	content: "\f11d"
}

.ion-chatbubbles:before {
	content: "\f11f"
}

.ion-checkmark:before {
	content: "\f122"
}

.ion-checkmark-circled:before {
	content: "\f120"
}

.ion-checkmark-round:before {
	content: "\f121"
}

.ion-chevron-down:before {
	content: "\f123"
}

.ion-chevron-left:before {
	content: "\f124"
}

.ion-chevron-right:before {
	content: "\f125"
}

.ion-chevron-up:before {
	content: "\f126"
}

.ion-clipboard:before {
	content: "\f127"
}

.ion-clock:before {
	content: "\f26e"
}

.ion-close:before {
	content: "\f12a"
}

.ion-close-circled:before {
	content: "\f128"
}

.ion-close-round:before {
	content: "\f129"
}

.ion-closed-captioning:before {
	content: "\f317"
}

.ion-cloud:before {
	content: "\f12b"
}

.ion-code:before {
	content: "\f271"
}

.ion-code-download:before {
	content: "\f26f"
}

.ion-code-working:before {
	content: "\f270"
}

.ion-coffee:before {
	content: "\f272"
}

.ion-compass:before {
	content: "\f273"
}

.ion-compose:before {
	content: "\f12c"
}

.ion-connection-bars:before {
	content: "\f274"
}

.ion-contrast:before {
	content: "\f275"
}

.ion-crop:before {
	content: "\f3c1"
}

.ion-cube:before {
	content: "\f318"
}

.ion-disc:before {
	content: "\f12d"
}

.ion-document:before {
	content: "\f12f"
}

.ion-document-text:before {
	content: "\f12e"
}

.ion-drag:before {
	content: "\f130"
}

.ion-earth:before {
	content: "\f276"
}

.ion-easel:before {
	content: "\f3c2"
}

.ion-edit:before {
	content: "\f2bf"
}

.ion-egg:before {
	content: "\f277"
}

.ion-eject:before {
	content: "\f131"
}

.ion-email:before {
	content: "\f132"
}

.ion-email-unread:before {
	content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
	content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4"
}

.ion-eye:before {
	content: "\f133"
}

.ion-eye-disabled:before {
	content: "\f306"
}

.ion-female:before {
	content: "\f278"
}

.ion-filing:before {
	content: "\f134"
}

.ion-film-marker:before {
	content: "\f135"
}

.ion-fireball:before {
	content: "\f319"
}

.ion-flag:before {
	content: "\f279"
}

.ion-flame:before {
	content: "\f31a"
}

.ion-flash:before {
	content: "\f137"
}

.ion-flash-off:before {
	content: "\f136"
}

.ion-folder:before {
	content: "\f139"
}

.ion-fork:before {
	content: "\f27a"
}

.ion-fork-repo:before {
	content: "\f2c0"
}

.ion-forward:before {
	content: "\f13a"
}

.ion-funnel:before {
	content: "\f31b"
}

.ion-gear-a:before {
	content: "\f13d"
}

.ion-gear-b:before {
	content: "\f13e"
}

.ion-grid:before {
	content: "\f13f"
}

.ion-hammer:before {
	content: "\f27b"
}

.ion-happy:before {
	content: "\f31c"
}

.ion-happy-outline:before {
	content: "\f3c6"
}

.ion-headphone:before {
	content: "\f140"
}

.ion-heart:before {
	content: "\f141"
}

.ion-heart-broken:before {
	content: "\f31d"
}

.ion-help:before {
	content: "\f143"
}

.ion-help-buoy:before {
	content: "\f27c"
}

.ion-help-circled:before {
	content: "\f142"
}

.ion-home:before {
	content: "\f144"
}

.ion-icecream:before {
	content: "\f27d"
}

.ion-image:before {
	content: "\f147"
}

.ion-images:before {
	content: "\f148"
}

.ion-information:before {
	content: "\f14a"
}

.ion-information-circled:before {
	content: "\f149"
}

.ion-ionic:before {
	content: "\f14b"
}

.ion-ios-alarm:before {
	content: "\f3c8"
}

.ion-ios-alarm-outline:before {
	content: "\f3c7"
}

.ion-ios-albums:before {
	content: "\f3ca"
}

.ion-ios-albums-outline:before {
	content: "\f3c9"
}

.ion-ios-americanfootball:before {
	content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb"
}

.ion-ios-analytics:before {
	content: "\f3ce"
}

.ion-ios-analytics-outline:before {
	content: "\f3cd"
}

.ion-ios-arrow-back:before {
	content: "\f3cf"
}

.ion-ios-arrow-down:before {
	content: "\f3d0"
}

.ion-ios-arrow-forward:before {
	content: "\f3d1"
}

.ion-ios-arrow-left:before {
	content: "\f3d2"
}

.ion-ios-arrow-right:before {
	content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7"
}

.ion-ios-arrow-up:before {
	content: "\f3d8"
}

.ion-ios-at:before {
	content: "\f3da"
}

.ion-ios-at-outline:before {
	content: "\f3d9"
}

.ion-ios-barcode:before {
	content: "\f3dc"
}

.ion-ios-barcode-outline:before {
	content: "\f3db"
}

.ion-ios-baseball:before {
	content: "\f3de"
}

.ion-ios-baseball-outline:before {
	content: "\f3dd"
}

.ion-ios-basketball:before {
	content: "\f3e0"
}

.ion-ios-basketball-outline:before {
	content: "\f3df"
}

.ion-ios-bell:before {
	content: "\f3e2"
}

.ion-ios-bell-outline:before {
	content: "\f3e1"
}

.ion-ios-body:before {
	content: "\f3e4"
}

.ion-ios-body-outline:before {
	content: "\f3e3"
}

.ion-ios-bolt:before {
	content: "\f3e6"
}

.ion-ios-bolt-outline:before {
	content: "\f3e5"
}

.ion-ios-book:before {
	content: "\f3e8"
}

.ion-ios-book-outline:before {
	content: "\f3e7"
}

.ion-ios-bookmarks:before {
	content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9"
}

.ion-ios-box:before {
	content: "\f3ec"
}

.ion-ios-box-outline:before {
	content: "\f3eb"
}

.ion-ios-briefcase:before {
	content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed"
}

.ion-ios-browsers:before {
	content: "\f3f0"
}

.ion-ios-browsers-outline:before {
	content: "\f3ef"
}

.ion-ios-calculator:before {
	content: "\f3f2"
}

.ion-ios-calculator-outline:before {
	content: "\f3f1"
}

.ion-ios-calendar:before {
	content: "\f3f4"
}

.ion-ios-calendar-outline:before {
	content: "\f3f3"
}

.ion-ios-camera:before {
	content: "\f3f6"
}

.ion-ios-camera-outline:before {
	content: "\f3f5"
}

.ion-ios-cart:before {
	content: "\f3f8"
}

.ion-ios-cart-outline:before {
	content: "\f3f7"
}

.ion-ios-chatboxes:before {
	content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9"
}

.ion-ios-chatbubble:before {
	content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb"
}

.ion-ios-checkmark:before {
	content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe"
}

.ion-ios-circle-filled:before {
	content: "\f400"
}

.ion-ios-circle-outline:before {
	content: "\f401"
}

.ion-ios-clock:before {
	content: "\f403"
}

.ion-ios-clock-outline:before {
	content: "\f402"
}

.ion-ios-close:before {
	content: "\f406"
}

.ion-ios-close-empty:before {
	content: "\f404"
}

.ion-ios-close-outline:before {
	content: "\f405"
}

.ion-ios-cloud:before {
	content: "\f40c"
}

.ion-ios-cloud-download:before {
	content: "\f408"
}

.ion-ios-cloud-download-outline:before {
	content: "\f407"
}

.ion-ios-cloud-outline:before {
	content: "\f409"
}

.ion-ios-cloud-upload:before {
	content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a"
}

.ion-ios-cloudy:before {
	content: "\f410"
}

.ion-ios-cloudy-night:before {
	content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d"
}

.ion-ios-cloudy-outline:before {
	content: "\f40f"
}

.ion-ios-cog:before {
	content: "\f412"
}

.ion-ios-cog-outline:before {
	content: "\f411"
}

.ion-ios-color-filter:before {
	content: "\f414"
}

.ion-ios-color-filter-outline:before {
	content: "\f413"
}

.ion-ios-color-wand:before {
	content: "\f416"
}

.ion-ios-color-wand-outline:before {
	content: "\f415"
}

.ion-ios-compose:before {
	content: "\f418"
}

.ion-ios-compose-outline:before {
	content: "\f417"
}

.ion-ios-contact:before {
	content: "\f41a"
}

.ion-ios-contact-outline:before {
	content: "\f419"
}

.ion-ios-copy:before {
	content: "\f41c"
}

.ion-ios-copy-outline:before {
	content: "\f41b"
}

.ion-ios-crop:before {
	content: "\f41e"
}

.ion-ios-crop-strong:before {
	content: "\f41d"
}

.ion-ios-download:before {
	content: "\f420"
}

.ion-ios-download-outline:before {
	content: "\f41f"
}

.ion-ios-drag:before {
	content: "\f421"
}

.ion-ios-email:before {
	content: "\f423"
}

.ion-ios-email-outline:before {
	content: "\f422"
}

.ion-ios-eye:before {
	content: "\f425"
}

.ion-ios-eye-outline:before {
	content: "\f424"
}

.ion-ios-fastforward:before {
	content: "\f427"
}

.ion-ios-fastforward-outline:before {
	content: "\f426"
}

.ion-ios-filing:before {
	content: "\f429"
}

.ion-ios-filing-outline:before {
	content: "\f428"
}

.ion-ios-film:before {
	content: "\f42b"
}

.ion-ios-film-outline:before {
	content: "\f42a"
}

.ion-ios-flag:before {
	content: "\f42d"
}

.ion-ios-flag-outline:before {
	content: "\f42c"
}

.ion-ios-flame:before {
	content: "\f42f"
}

.ion-ios-flame-outline:before {
	content: "\f42e"
}

.ion-ios-flask:before {
	content: "\f431"
}

.ion-ios-flask-outline:before {
	content: "\f430"
}

.ion-ios-flower:before {
	content: "\f433"
}

.ion-ios-flower-outline:before {
	content: "\f432"
}

.ion-ios-folder:before {
	content: "\f435"
}

.ion-ios-folder-outline:before {
	content: "\f434"
}

.ion-ios-football:before {
	content: "\f437"
}

.ion-ios-football-outline:before {
	content: "\f436"
}

.ion-ios-game-controller-a:before {
	content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438"
}

.ion-ios-game-controller-b:before {
	content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a"
}

.ion-ios-gear:before {
	content: "\f43d"
}

.ion-ios-gear-outline:before {
	content: "\f43c"
}

.ion-ios-glasses:before {
	content: "\f43f"
}

.ion-ios-glasses-outline:before {
	content: "\f43e"
}

.ion-ios-grid-view:before {
	content: "\f441"
}

.ion-ios-grid-view-outline:before {
	content: "\f440"
}

.ion-ios-heart:before {
	content: "\f443"
}

.ion-ios-heart-outline:before {
	content: "\f442"
}

.ion-ios-help:before {
	content: "\f446"
}

.ion-ios-help-empty:before {
	content: "\f444"
}

.ion-ios-help-outline:before {
	content: "\f445"
}

.ion-ios-home:before {
	content: "\f448"
}

.ion-ios-home-outline:before {
	content: "\f447"
}

.ion-ios-infinite:before {
	content: "\f44a"
}

.ion-ios-infinite-outline:before {
	content: "\f449"
}

.ion-ios-information:before {
	content: "\f44d"
}

.ion-ios-information-empty:before {
	content: "\f44b"
}

.ion-ios-information-outline:before {
	content: "\f44c"
}

.ion-ios-ionic-outline:before {
	content: "\f44e"
}

.ion-ios-keypad:before {
	content: "\f450"
}

.ion-ios-keypad-outline:before {
	content: "\f44f"
}

.ion-ios-lightbulb:before {
	content: "\f452"
}

.ion-ios-lightbulb-outline:before {
	content: "\f451"
}

.ion-ios-list:before {
	content: "\f454"
}

.ion-ios-list-outline:before {
	content: "\f453"
}

.ion-ios-location:before {
	content: "\f456"
}

.ion-ios-location-outline:before {
	content: "\f455"
}

.ion-ios-locked:before {
	content: "\f458"
}

.ion-ios-locked-outline:before {
	content: "\f457"
}

.ion-ios-loop:before {
	content: "\f45a"
}

.ion-ios-loop-strong:before {
	content: "\f459"
}

.ion-ios-medical:before {
	content: "\f45c"
}

.ion-ios-medical-outline:before {
	content: "\f45b"
}

.ion-ios-medkit:before {
	content: "\f45e"
}

.ion-ios-medkit-outline:before {
	content: "\f45d"
}

.ion-ios-mic:before {
	content: "\f461"
}

.ion-ios-mic-off:before {
	content: "\f45f"
}

.ion-ios-mic-outline:before {
	content: "\f460"
}

.ion-ios-minus:before {
	content: "\f464"
}

.ion-ios-minus-empty:before {
	content: "\f462"
}

.ion-ios-minus-outline:before {
	content: "\f463"
}

.ion-ios-monitor:before {
	content: "\f466"
}

.ion-ios-monitor-outline:before {
	content: "\f465"
}

.ion-ios-moon:before {
	content: "\f468"
}

.ion-ios-moon-outline:before {
	content: "\f467"
}

.ion-ios-more:before {
	content: "\f46a"
}

.ion-ios-more-outline:before {
	content: "\f469"
}

.ion-ios-musical-note:before {
	content: "\f46b"
}

.ion-ios-musical-notes:before {
	content: "\f46c"
}

.ion-ios-navigate:before {
	content: "\f46e"
}

.ion-ios-navigate-outline:before {
	content: "\f46d"
}

.ion-ios-nutrition:before {
	content: "\f470"
}

.ion-ios-nutrition-outline:before {
	content: "\f46f"
}

.ion-ios-paper:before {
	content: "\f472"
}

.ion-ios-paper-outline:before {
	content: "\f471"
}

.ion-ios-paperplane:before {
	content: "\f474"
}

.ion-ios-paperplane-outline:before {
	content: "\f473"
}

.ion-ios-partlysunny:before {
	content: "\f476"
}

.ion-ios-partlysunny-outline:before {
	content: "\f475"
}

.ion-ios-pause:before {
	content: "\f478"
}

.ion-ios-pause-outline:before {
	content: "\f477"
}

.ion-ios-paw:before {
	content: "\f47a"
}

.ion-ios-paw-outline:before {
	content: "\f479"
}

.ion-ios-people:before {
	content: "\f47c"
}

.ion-ios-people-outline:before {
	content: "\f47b"
}

.ion-ios-person:before {
	content: "\f47e"
}

.ion-ios-person-outline:before {
	content: "\f47d"
}

.ion-ios-personadd:before {
	content: "\f480"
}

.ion-ios-personadd-outline:before {
	content: "\f47f"
}

.ion-ios-photos:before {
	content: "\f482"
}

.ion-ios-photos-outline:before {
	content: "\f481"
}

.ion-ios-pie:before {
	content: "\f484"
}

.ion-ios-pie-outline:before {
	content: "\f483"
}

.ion-ios-pint:before {
	content: "\f486"
}

.ion-ios-pint-outline:before {
	content: "\f485"
}

.ion-ios-play:before {
	content: "\f488"
}

.ion-ios-play-outline:before {
	content: "\f487"
}

.ion-ios-plus:before {
	content: "\f48b"
}

.ion-ios-plus-empty:before {
	content: "\f489"
}

.ion-ios-plus-outline:before {
	content: "\f48a"
}

.ion-ios-pricetag:before {
	content: "\f48d"
}

.ion-ios-pricetag-outline:before {
	content: "\f48c"
}

.ion-ios-pricetags:before {
	content: "\f48f"
}

.ion-ios-pricetags-outline:before {
	content: "\f48e"
}

.ion-ios-printer:before {
	content: "\f491"
}

.ion-ios-printer-outline:before {
	content: "\f490"
}

.ion-ios-pulse:before {
	content: "\f493"
}

.ion-ios-pulse-strong:before {
	content: "\f492"
}

.ion-ios-rainy:before {
	content: "\f495"
}

.ion-ios-rainy-outline:before {
	content: "\f494"
}

.ion-ios-recording:before {
	content: "\f497"
}

.ion-ios-recording-outline:before {
	content: "\f496"
}

.ion-ios-redo:before {
	content: "\f499"
}

.ion-ios-redo-outline:before {
	content: "\f498"
}

.ion-ios-refresh:before {
	content: "\f49c"
}

.ion-ios-refresh-empty:before {
	content: "\f49a"
}

.ion-ios-refresh-outline:before {
	content: "\f49b"
}

.ion-ios-reload:before {
	content: "\f49d"
}

.ion-ios-reverse-camera:before {
	content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e"
}

.ion-ios-rewind:before {
	content: "\f4a1"
}

.ion-ios-rewind-outline:before {
	content: "\f4a0"
}

.ion-ios-rose:before {
	content: "\f4a3"
}

.ion-ios-rose-outline:before {
	content: "\f4a2"
}

.ion-ios-search:before {
	content: "\f4a5"
}

.ion-ios-search-strong:before {
	content: "\f4a4"
}

.ion-ios-settings:before {
	content: "\f4a7"
}

.ion-ios-settings-strong:before {
	content: "\f4a6"
}

.ion-ios-shuffle:before {
	content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8"
}

.ion-ios-skipbackward:before {
	content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa"
}

.ion-ios-skipforward:before {
	content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac"
}

.ion-ios-snowy:before {
	content: "\f4ae"
}

.ion-ios-speedometer:before {
	content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
	content: "\f4af"
}

.ion-ios-star:before {
	content: "\f4b3"
}

.ion-ios-star-half:before {
	content: "\f4b1"
}

.ion-ios-star-outline:before {
	content: "\f4b2"
}

.ion-ios-stopwatch:before {
	content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4"
}

.ion-ios-sunny:before {
	content: "\f4b7"
}

.ion-ios-sunny-outline:before {
	content: "\f4b6"
}

.ion-ios-telephone:before {
	content: "\f4b9"
}

.ion-ios-telephone-outline:before {
	content: "\f4b8"
}

.ion-ios-tennisball:before {
	content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba"
}

.ion-ios-thunderstorm:before {
	content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc"
}

.ion-ios-time:before {
	content: "\f4bf"
}

.ion-ios-time-outline:before {
	content: "\f4be"
}

.ion-ios-timer:before {
	content: "\f4c1"
}

.ion-ios-timer-outline:before {
	content: "\f4c0"
}

.ion-ios-toggle:before {
	content: "\f4c3"
}

.ion-ios-toggle-outline:before {
	content: "\f4c2"
}

.ion-ios-trash:before {
	content: "\f4c5"
}

.ion-ios-trash-outline:before {
	content: "\f4c4"
}

.ion-ios-undo:before {
	content: "\f4c7"
}

.ion-ios-undo-outline:before {
	content: "\f4c6"
}

.ion-ios-unlocked:before {
	content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8"
}

.ion-ios-upload:before {
	content: "\f4cb"
}

.ion-ios-upload-outline:before {
	content: "\f4ca"
}

.ion-ios-videocam:before {
	content: "\f4cd"
}

.ion-ios-videocam-outline:before {
	content: "\f4cc"
}

.ion-ios-volume-high:before {
	content: "\f4ce"
}

.ion-ios-volume-low:before {
	content: "\f4cf"
}

.ion-ios-wineglass:before {
	content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0"
}

.ion-ios-world:before {
	content: "\f4d3"
}

.ion-ios-world-outline:before {
	content: "\f4d2"
}

.ion-ipad:before {
	content: "\f1f9"
}

.ion-iphone:before {
	content: "\f1fa"
}

.ion-ipod:before {
	content: "\f1fb"
}

.ion-jet:before {
	content: "\f295"
}

.ion-key:before {
	content: "\f296"
}

.ion-knife:before {
	content: "\f297"
}

.ion-laptop:before {
	content: "\f1fc"
}

.ion-leaf:before {
	content: "\f1fd"
}

.ion-levels:before {
	content: "\f298"
}

.ion-lightbulb:before {
	content: "\f299"
}

.ion-link:before {
	content: "\f1fe"
}

.ion-load-a:before {
	content: "\f29a"
}

.ion-load-b:before {
	content: "\f29b"
}

.ion-load-c:before {
	content: "\f29c"
}

.ion-load-d:before {
	content: "\f29d"
}

.ion-location:before {
	content: "\f1ff"
}

.ion-lock-combination:before {
	content: "\f4d4"
}

.ion-locked:before {
	content: "\f200"
}

.ion-log-in:before {
	content: "\f29e"
}

.ion-log-out:before {
	content: "\f29f"
}

.ion-loop:before {
	content: "\f201"
}

.ion-magnet:before {
	content: "\f2a0"
}

.ion-male:before {
	content: "\f2a1"
}

.ion-man:before {
	content: "\f202"
}

.ion-map:before {
	content: "\f203"
}

.ion-medkit:before {
	content: "\f2a2"
}

.ion-merge:before {
	content: "\f33f"
}

.ion-mic-a:before {
	content: "\f204"
}

.ion-mic-b:before {
	content: "\f205"
}

.ion-mic-c:before {
	content: "\f206"
}

.ion-minus:before {
	content: "\f209"
}

.ion-minus-circled:before {
	content: "\f207"
}

.ion-minus-round:before {
	content: "\f208"
}

.ion-model-s:before {
	content: "\f2c1"
}

.ion-monitor:before {
	content: "\f20a"
}

.ion-more:before {
	content: "\f20b"
}

.ion-mouse:before {
	content: "\f340"
}

.ion-music-note:before {
	content: "\f20c"
}

.ion-navicon:before {
	content: "\f20e"
}

.ion-navicon-round:before {
	content: "\f20d"
}

.ion-navigate:before {
	content: "\f2a3"
}

.ion-network:before {
	content: "\f341"
}

.ion-no-smoking:before {
	content: "\f2c2"
}

.ion-nuclear:before {
	content: "\f2a4"
}

.ion-outlet:before {
	content: "\f342"
}

.ion-paintbrush:before {
	content: "\f4d5"
}

.ion-paintbucket:before {
	content: "\f4d6"
}

.ion-paper-airplane:before {
	content: "\f2c3"
}

.ion-paperclip:before {
	content: "\f20f"
}

.ion-pause:before {
	content: "\f210"
}

.ion-person:before {
	content: "\f213"
}

.ion-person-add:before {
	content: "\f211"
}

.ion-person-stalker:before {
	content: "\f212"
}

.ion-pie-graph:before {
	content: "\f2a5"
}

.ion-pin:before {
	content: "\f2a6"
}

.ion-pinpoint:before {
	content: "\f2a7"
}

.ion-pizza:before {
	content: "\f2a8"
}

.ion-plane:before {
	content: "\f214"
}

.ion-planet:before {
	content: "\f343"
}

.ion-play:before {
	content: "\f215"
}

.ion-playstation:before {
	content: "\f30a"
}

.ion-plus:before {
	content: "\f218"
}

.ion-plus-circled:before {
	content: "\f216"
}

.ion-plus-round:before {
	content: "\f217"
}

.ion-podium:before {
	content: "\f344"
}

.ion-pound:before {
	content: "\f219"
}

.ion-power:before {
	content: "\f2a9"
}

.ion-pricetag:before {
	content: "\f2aa"
}

.ion-pricetags:before {
	content: "\f2ab"
}

.ion-printer:before {
	content: "\f21a"
}

.ion-pull-request:before {
	content: "\f345"
}

.ion-qr-scanner:before {
	content: "\f346"
}

.ion-quote:before {
	content: "\f347"
}

.ion-radio-waves:before {
	content: "\f2ac"
}

.ion-record:before {
	content: "\f21b"
}

.ion-refresh:before {
	content: "\f21c"
}

.ion-reply:before {
	content: "\f21e"
}

.ion-reply-all:before {
	content: "\f21d"
}

.ion-ribbon-a:before {
	content: "\f348"
}

.ion-ribbon-b:before {
	content: "\f349"
}

.ion-sad:before {
	content: "\f34a"
}

.ion-sad-outline:before {
	content: "\f4d7"
}

.ion-scissors:before {
	content: "\f34b"
}

.ion-search:before {
	content: "\f21f"
}

.ion-settings:before {
	content: "\f2ad"
}

.ion-share:before {
	content: "\f220"
}

.ion-shuffle:before {
	content: "\f221"
}

.ion-skip-backward:before {
	content: "\f222"
}

.ion-skip-forward:before {
	content: "\f223"
}

.ion-social-android:before {
	content: "\f225"
}

.ion-social-android-outline:before {
	content: "\f224"
}

.ion-social-angular:before {
	content: "\f4d9"
}

.ion-social-angular-outline:before {
	content: "\f4d8"
}

.ion-social-apple:before {
	content: "\f227"
}

.ion-social-apple-outline:before {
	content: "\f226"
}

.ion-social-bitcoin:before {
	content: "\f2af"
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae"
}

.ion-social-buffer:before {
	content: "\f229"
}

.ion-social-buffer-outline:before {
	content: "\f228"
}

.ion-social-chrome:before {
	content: "\f4db"
}

.ion-social-chrome-outline:before {
	content: "\f4da"
}

.ion-social-codepen:before {
	content: "\f4dd"
}

.ion-social-codepen-outline:before {
	content: "\f4dc"
}

.ion-social-css3:before {
	content: "\f4df"
}

.ion-social-css3-outline:before {
	content: "\f4de"
}

.ion-social-designernews:before {
	content: "\f22b"
}

.ion-social-designernews-outline:before {
	content: "\f22a"
}

.ion-social-dribbble:before {
	content: "\f22d"
}

.ion-social-dribbble-outline:before {
	content: "\f22c"
}

.ion-social-dropbox:before {
	content: "\f22f"
}

.ion-social-dropbox-outline:before {
	content: "\f22e"
}

.ion-social-euro:before {
	content: "\f4e1"
}

.ion-social-euro-outline:before {
	content: "\f4e0"
}

.ion-social-facebook:before {
	content: "\f231"
}

.ion-social-facebook-outline:before {
	content: "\f230"
}

.ion-social-foursquare:before {
	content: "\f34d"
}

.ion-social-foursquare-outline:before {
	content: "\f34c"
}

.ion-social-freebsd-devil:before {
	content: "\f2c4"
}

.ion-social-github:before {
	content: "\f233"
}

.ion-social-github-outline:before {
	content: "\f232"
}

.ion-social-google:before {
	content: "\f34f"
}

.ion-social-google-outline:before {
	content: "\f34e"
}

.ion-social-googleplus:before {
	content: "\f235"
}

.ion-social-googleplus-outline:before {
	content: "\f234"
}

.ion-social-hackernews:before {
	content: "\f237"
}

.ion-social-hackernews-outline:before {
	content: "\f236"
}

.ion-social-html5:before {
	content: "\f4e3"
}

.ion-social-html5-outline:before {
	content: "\f4e2"
}

.ion-social-instagram:before {
	content: "\f351"
}

.ion-social-instagram-outline:before {
	content: "\f350"
}

.ion-social-javascript:before {
	content: "\f4e5"
}

.ion-social-javascript-outline:before {
	content: "\f4e4"
}

.ion-social-linkedin:before {
	content: "\f239"
}

.ion-social-linkedin-outline:before {
	content: "\f238"
}

.ion-social-markdown:before {
	content: "\f4e6"
}

.ion-social-nodejs:before {
	content: "\f4e7"
}

.ion-social-octocat:before {
	content: "\f4e8"
}

.ion-social-pinterest:before {
	content: "\f2b1"
}

.ion-social-pinterest-outline:before {
	content: "\f2b0"
}

.ion-social-python:before {
	content: "\f4e9"
}

.ion-social-reddit:before {
	content: "\f23b"
}

.ion-social-reddit-outline:before {
	content: "\f23a"
}

.ion-social-rss:before {
	content: "\f23d"
}

.ion-social-rss-outline:before {
	content: "\f23c"
}

.ion-social-sass:before {
	content: "\f4ea"
}

.ion-social-skype:before {
	content: "\f23f"
}

.ion-social-skype-outline:before {
	content: "\f23e"
}

.ion-social-snapchat:before {
	content: "\f4ec"
}

.ion-social-snapchat-outline:before {
	content: "\f4eb"
}

.ion-social-tumblr:before {
	content: "\f241"
}

.ion-social-tumblr-outline:before {
	content: "\f240"
}

.ion-social-tux:before {
	content: "\f2c5"
}

.ion-social-twitch:before {
	content: "\f4ee"
}

.ion-social-twitch-outline:before {
	content: "\f4ed"
}

.ion-social-twitter:before {
	content: "\f243"
}

.ion-social-twitter-outline:before {
	content: "\f242"
}

.ion-social-usd:before {
	content: "\f353"
}

.ion-social-usd-outline:before {
	content: "\f352"
}

.ion-social-vimeo:before {
	content: "\f245"
}

.ion-social-vimeo-outline:before {
	content: "\f244"
}

.ion-social-whatsapp:before {
	content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef"
}

.ion-social-windows:before {
	content: "\f247"
}

.ion-social-windows-outline:before {
	content: "\f246"
}

.ion-social-wordpress:before {
	content: "\f249"
}

.ion-social-wordpress-outline:before {
	content: "\f248"
}

.ion-social-yahoo:before {
	content: "\f24b"
}

.ion-social-yahoo-outline:before {
	content: "\f24a"
}

.ion-social-yen:before {
	content: "\f4f2"
}

.ion-social-yen-outline:before {
	content: "\f4f1"
}

.ion-social-youtube:before {
	content: "\f24d"
}

.ion-social-youtube-outline:before {
	content: "\f24c"
}

.ion-soup-can:before {
	content: "\f4f4"
}

.ion-soup-can-outline:before {
	content: "\f4f3"
}

.ion-speakerphone:before {
	content: "\f2b2"
}

.ion-speedometer:before {
	content: "\f2b3"
}

.ion-spoon:before {
	content: "\f2b4"
}

.ion-star:before {
	content: "\f24e"
}

.ion-stats-bars:before {
	content: "\f2b5"
}

.ion-steam:before {
	content: "\f30b"
}

.ion-stop:before {
	content: "\f24f"
}

.ion-thermometer:before {
	content: "\f2b6"
}

.ion-thumbsdown:before {
	content: "\f250"
}

.ion-thumbsup:before {
	content: "\f251"
}

.ion-toggle:before {
	content: "\f355"
}

.ion-toggle-filled:before {
	content: "\f354"
}

.ion-transgender:before {
	content: "\f4f5"
}

.ion-trash-a:before {
	content: "\f252"
}

.ion-trash-b:before {
	content: "\f253"
}

.ion-trophy:before {
	content: "\f356"
}

.ion-tshirt:before {
	content: "\f4f7"
}

.ion-tshirt-outline:before {
	content: "\f4f6"
}

.ion-umbrella:before {
	content: "\f2b7"
}

.ion-university:before {
	content: "\f357"
}

.ion-unlocked:before {
	content: "\f254"
}

.ion-upload:before {
	content: "\f255"
}

.ion-usb:before {
	content: "\f2b8"
}

.ion-videocamera:before {
	content: "\f256"
}

.ion-volume-high:before {
	content: "\f257"
}

.ion-volume-low:before {
	content: "\f258"
}

.ion-volume-medium:before {
	content: "\f259"
}

.ion-volume-mute:before {
	content: "\f25a"
}

.ion-wand:before {
	content: "\f358"
}

.ion-waterdrop:before {
	content: "\f25b"
}

.ion-wifi:before {
	content: "\f25c"
}

.ion-wineglass:before {
	content: "\f2b9"
}

.ion-woman:before {
	content: "\f25d"
}

.ion-wrench:before {
	content: "\f2ba"
}

.ion-xbox:before {
	content: "\f30c"
}

.met-navfixed {
	padding-top:60px
}

.head_nav_line h1,
.head_nav_line h2,
.head_nav_line h3,
.head_nav_line h4,
.head_nav_line h5,
.head_nav_line h6,
.head_nav_line .line div {
	font-weight: 800;
	color: #000;
	margin: 10px 0
}

.head_nav_line .btn,
.head_nav_line .input-search-btn {
	font-size: 15px;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .5px
}

.head_nav_line .page-search-form {
	padding-top: 13px
}

.head_nav_line h2 {
	font-size: 40px
}

.head_nav_line .input-group .btn {
	height: 40px
}

.head_nav_line a,
.head_nav_line .btn {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s
}

.head_nav_line .met-head-user .dropdown i.iconbox,
.head_nav_line a,
.head_nav_line .met-head-user .dropdown i {
	color: #2e2e2e;
	color: ;
	line-height: 36px
}

.head_nav_line a:hover,
.head_nav_line a:focus,
.head_nav_line .met-head-user .dropdown a:hover i {
	color: #f8b72a;
	color:
}

.head_nav_line .main-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background-image: url("../images/spinner.svg");
	background-size: 100%;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
	z-index: 999999
}

.head_nav_line .magz-list {
	padding-left: 18px
}

.head_nav_line .magz-list.square li {
	list-style: square
}

.head_nav_line .backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 2000
}

.head_nav_line.primary {
	position: fixed;
	z-index: 1600;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s
}

.head_nav_line.primary.up {
	top: -172px
}

.head_nav_line.primary.up nav.menu {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	border-top-color: transparent;
	border-bottom: none
}

.head_nav_line.primary.up nav.menu .brand {
	display: block
}

.head_nav_line.primary.up nav.menu ul.nav-list {
	margin-left: 40px
}

.head_nav_line.primary.up nav.menu ul.nav-list li:first-child {
	margin-left: 0
}

.head_nav_line.primary.up nav.menu ul:not(.dropdown-menu)>li>a {
	padding-top: 0;
	padding-bottom: 0;
	height: 53px;
	line-height: 52px
}

.head_nav_line.primary.up nav.menu ul:not(.dropdown-menu)>li>a .badge {
	top: 2px
}

.head_nav_line.primary.up nav.menu .dropdown-menu {
	top: 53px
}

.head_nav_line.primary.up nav.menu .dropdown-menu .dropdown-menu {
	top: 0
}

.head_nav_line .form-control {
	border-radius: 0;
	height: 40px
}

.head_nav_line .form-control {
	border-color: #e4eaec
}

.head_nav_line .form-control:focus {
	border-color: #e4eaec;
	box-shadow: 0 1px 10px #e8e6e6
}

.head_nav_line .btn {
	font-size: 15px;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .5px
}

.head_nav_line .btn.btn-lg {
	border-radius: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px
}

.head_nav_line .btn.btn-sm {
	border-radius: 0;
	padding: 5px 10px;
	font-size: 12px
}

.head_nav_line .btn:focus {
	outline: 0;
	box-shadow: none;
	border-color: transparent
}

.head_nav_line .btn.btn-rounded {
	border-radius: 3px
}

.head_nav_line .btn i {
	margin-right: 5px
}

.head_nav_line .btn-social {
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px
}

.head_nav_line .btn-social:hover {
	color: #fff;
	opacity: .8
}

.head_nav_line .btn-primary,
.head_nav_line .input-search-btn {
	background-color: #f8b72a;
	background-color: ;
	border-color: #f8b72a;
	background-color: ;
	color: #ffffff
}

.head_nav_line .btn-primary:disabled,
.head_nav_line .btn-primary.disabled,
.head_nav_line .btn-primary:active,
.head_nav_line .btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:focus {
	background-color: #f8b72a;
	background-color: ;
	border-color: #f8b72a;
	background-color: ;
	box-shadow: none;
	outline: 0
}

.head_nav_line .btn-primary:active:hover {
	background-color: #f8b72a;
	background-color: ;
	border-color: #f8b72a;
	background-color:
}

.head_nav_line .btn-success {
	background-color: #1ABC9C;
	color: #fff !important;
	border-color: #1ABC9C
}

.head_nav_line .btn-success:disabled,
.head_nav_line .btn-success.disabled,
.head_nav_line .btn-success:hover,
.head_nav_line .btn-success:active,
.head_nav_line .btn-success:active:hover,
.btn-success:active:focus,
.btn-success:focus {
	background-color: #0e6252;
	border-color: #0e6252;
	outline: 0;
	box-shadow: none
}

.head_nav_line .btn-success:active:hover {
	background-color: #0b4c3f
}

.head_nav_line .btn-warning {
	background-color: #F39C12;
	color: #fff !important;
	border-color: #F39C12
}

.head_nav_line .btn-warning:disabled,
.head_nav_line .btn-warning.disabled,
.head_nav_line .btn-warning:hover,
.head_nav_line .btn-warning:active,
.head_nav_line .btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:focus {
	background-color: #976008;
	border-color: #976008;
	outline: 0;
	box-shadow: none
}

.head_nav_line .btn-warning:active:hover {
	background-color: #7f5006
}

.head_nav_line .btn-danger {
	background-color: #E74C3C;
	color: #fff !important;
	border-color: #E74C3C
}

.head_nav_line .btn-danger:disabled,
.head_nav_line .btn-danger.disabled,
.head_nav_line .btn-danger:hover,
.head_nav_line .btn-danger:active,
.head_nav_line .btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:focus {
	background-color: #a82315;
	border-color: #a82315;
	outline: 0;
	box-shadow: none
}

.head_nav_line .btn-danger:active:hover {
	background-color: #921e12
}

.head_nav_line .btn-info {
	background-color: #3498db;
	color: #fff !important;
	border-color: #3498db
}

.head_nav_line .btn-info:disabled,
.head_nav_line .btn-info.disabled,
.head_nav_line .btn-info:hover,
.head_nav_line .btn-info:active,
.head_nav_line .btn-info:active:hover,
.head_nav_line .btn-info:active:focus,
.btn-info:focus {
	background-color: #196090;
	border-color: #196090;
	outline: 0;
	box-shadow: none
}

.head_nav_line .btn-info:active:hover {
	background-color: #16527a
}

.head_nav_line .btn-default {
	background-color: #E7E7E7;
	color: #fff !important;
	border-color: #E7E7E7
}

.head_nav_line .btn-default:disabled,
.head_nav_line .btn-default.disabled,
.head_nav_line .btn-default:hover,
.head_nav_line .btn-default:active,
.head_nav_line .btn-default:active:hover,
.btn-default:active:focus,
.btn-default:focus {
	background-color: #b4b4b4;
	border-color: #b4b4b4;
	border-color: transparent;
	outline: 0;
	box-shadow: none
}

.head_nav_line .btn-default:active:hover {
	background-color: #a7a7a7
}

.head_nav_line .btn-magz {
	background-color: transparent;
	color: #F73F52;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-color: #F73F52;
	position: relative;
	overflow: hidden;
	z-index: 2
}

.head_nav_line .btn-magz:after {
	position: absolute;
	bottom: -20px;
	left: 20px;
	width: 5px;
	height: 5px;
	opacity: 0;
	border-radius: 50%;
	content: ' ';
	background-color: #F73F52;
	z-index: -1;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s
}

.head_nav_line .btn-magz:focus:after,
.head_nav_line .btn-magz:hover:after {
	transform: scale(200);
	-webkit-transform: scale(200);
	-moz-transform: scale(200);
	-o-transform: scale(200);
	opacity: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s
}

.head_nav_line .btn-magz:focus {
	color: #fff
}

.head_nav_line .btn-magz:hover {
	background-color: transparent;
	color: #fff !important
}

.head_nav_line .btn-magz i {
	margin-left: 10px
}

.head_nav_line .btn-magz.white {
	color: #fff
}

.head_nav_line .btn-magz.white:after {
	background-color: #fff
}

.head_nav_line .btn-magz.white:focus,
.head_nav_line .btn-magz.white:hover {
	color: #F73F52 !important
}

.head_nav_line .form-group label {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400
}

.head_nav_line .form-group label.fw {
	display: block
}

.head_nav_line .form-group label .required {
	color: #E74C3C;
	font-weight: 600;
	font-size: 16px
}

.head_nav_line .form-group label .required:before {
	content: '*'
}

.head_nav_line .form-group .help-block {
	font-size: 12px;
	margin-top: -3px
}

.head_nav_line .form-group .form-control {
	border-radius: 0;
	font-family: 'Lato';
	font-weight: 300;
	height: 40px
}

.head_nav_line .search-index {
	width: 100%
}

.head_nav_line .form-group .form-control.rounded {
	border-radius: 4px
}

.head_nav_line .form-group.has-error .form-control {
	border-color: #E74C3C
}

.head_nav_line .form-group.has-error .control-label {
	color: #E74C3C
}

.head_nav_line .form-group.has-error .help-block {
	color: #E74C3C
}

.head_nav_line .form-group.has-success .form-control {
	border-color: #1ABC9C
}

.head_nav_line .form-group.has-success .control-label {
	color: #1ABC9C
}

.head_nav_line .form-group.has-success .help-block {
	color: #1ABC9C
}

.head_nav_line .form-group.has-warning .form-control {
	border-color: #F39C12
}

.head_nav_line .form-group.has-warning .control-label {
	color: #F39C12
}

.head_nav_line .form-group.has-warning .help-block {
	color: #F39C12
}

.head_nav_line .form-group.floating {
	position: relative;
	margin-top: 10px
}

.head_nav_line .form-group.floating .form-control {
	padding-left: 0;
	padding-right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 2px;
	box-shadow: none
}

.head_nav_line .form-group.floating.stacked label {
	font-size: 12px;
	position: absolute;
	top: -13px;
	left: 0;
	background-color: #fff
}

.head_nav_line .form-group.floating.focus label {
	position: absolute;
	top: 10px;
	left: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	z-index: -1
}

.head_nav_line .form-group.floating.focus .form-control {
	background-color: transparent;
	border-radius: 0
}

.head_nav_line .form-group.floating.focus .form-control::-webkit-input-placeholder {
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}

.head_nav_line .form-group.floating.focus.focused label {
	top: -13px;
	left: 0;
	font-size: 12px
}

.head_nav_line .form-group.floating.focus.focused .form-control::-webkit-input-placeholder {
	opacity: 1
}

.head_nav_line .firstbar {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #ffffff;
	background-color: ;
	padding: 0
}

.head_nav_line .firstbar .brand {
	float: left
}

.head_nav_line .firstbar .brand a {
	text-decoration: none
}

.head_nav_line .firstbar .brand img {
	max-width: 100%;
	display: block;
	float: left
}

.head_nav_line .firstbar .brand .text {
	font-size: 6em;
	text-transform: uppercase;
	letter-spacing: 8px;
	float: none;
	font-weight: 100;
	margin-top: -25px;
	margin-bottom: -20px
}

.head_nav_line .firstbar .input-group {
	padding-top: 13px
}

.head_nav_line .firstbar .search .form-group {
	margin-bottom: 0
}

.head_nav_line .firstbar .search .form-group .input-group-btn .btn {
	line-height: 0
}

.head_nav_line .firstbar .search .help-block div {
	text-transform: uppercase;
	float: left;
	font-weight: 500;
	font-size: 11px;
	margin-right: 10px;
	color: #F73F52
}

.head_nav_line .firstbar .search .help-block ul {
	margin: 0;
	padding: 0
}

.head_nav_line .firstbar .search .help-block ul li {
	float: left;
	padding: 0 8px 0 0;
	display: block;
	font-size: 11px;
	font-weight: 400
}

.head_nav_line .firstbar .search .help-block ul li a {
	color: #191E21
}

.head_nav_line .firstbar .nav-icons {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 27px
}

.head_nav_line .firstbar .nav-icons li {
	display: block;
	float: left;
	margin-left: 20px
}

.head_nav_line .firstbar .nav-icons li a {
	display: inline-block;
	color: #191E21
}

.head_nav_line .firstbar .nav-icons li a i {
	font-size: 18px;
	float: left;
	text-align: left
}

.head_nav_line .firstbar .nav-icons li a div {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 3px
}

.head_nav_line .firstbar .nav-icons li a:hover {
	color: #F73F52
}

.head_nav_line .article p,
.head_nav_line article p,
.head_nav_line .most-popular p {
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85)
}

.head_nav_line .article .time,
.head_nav_line .article .category,
.head_nav_line article .time,
.head_nav_line article .category,
.head_nav_line .most-popular .time,
.head_nav_line .most-popular .category {
	font-size: 10px;
	letter-spacing: .5px;
	font-weight: 500;
	text-transform: uppercase
}

.head_nav_line .article {
	margin-bottom: 35px
}

.head_nav_line article figure {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	display: inline-block
}

.head_nav_line article figure img {
	width: 100%
}

.head_nav_line article .detail {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: center
}

.head_nav_line .article .inner {
	box-shadow: 0 1px 2px #ddd
}

.head_nav_line .article .padding {
	padding: 15px;
	padding-top: 0
}

.head_nav_line .article h2 {
	text-transform: capitalize;
	font-size: 20px;
	margin: 0;
	line-height: 28px;
	margin-bottom: 10px
}

.head_nav_line .article h2 a {
	color: #2e2e2e;
	color: ;
	text-decoration: none
}

.head_nav_line .menu ul>li>a i {
	margin-left: 5px
}

.head_nav_line .article h2 a:hover {
	color: #f8b72a;
	color:
}

.head_nav_line article .time {
	color: #7a7a7a !important;
	color: !important
}

.head_nav_line .article p {
	line-height: 24px;
	font-size: 14px
}

.head_nav_line article .detail {
	margin-bottom: 5px;
	font-size: 12px
}

.head_nav_line article .time,
.head_nav_line article .category {
	margin: 0 10px;
	color: #191E21
}

.head_nav_line article .category {
	margin: 0 10px
}

.head_nav_line article .category a {
	color: #F73F52
}

.head_nav_line article .time {
	margin: 0
}

.head_nav_line article footer {
	text-align: right
}

.head_nav_line article footer .btn-primary {
	background-color: transparent;
	border-color: #F73F52;
	color: #F73F52;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s
}

.head_nav_line article footer .btn-primary:after {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: 20px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	z-index: -1
}

.head_nav_line article footer .btn-primary:hover {
	color: #fff
}

.head_nav_line article footer .btn-primary:hover:after {
	transform: scale(20);
	-moz-transform: scale(20);
	-webkit-transform: scale(20);
	-o-transform: scale(20);
	background-color: #F73F52
}

.head_nav_line article footer .btn-primary:focus {
	outline: 0
}

.head_nav_line .more {
	overflow: hidden;
	height: 43px
}

.head_nav_line .more div {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s
}

.head_nav_line .more div:last-child {
	opacity: 0
}

.head_nav_line .more div i:before {
	font-size: 30px
}

.head_nav_line .more:hover div:last-child {
	opacity: 1
}

.head_nav_line .more:hover div:first-child {
	margin-top: -43px;
	margin-bottom: 20px
}

.head_nav_line .love {
	color: #989898;
	float: left;
	margin-top: 10px;
	position: relative
}

.head_nav_line .love i {
	display: inline-block;
	float: left;
	margin-top: 1px
}

.head_nav_line .love i:before {
	font-size: 28px
}

.head_nav_line .love div {
	display: inline-block;
	margin-left: 60px;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 5px
}

.head_nav_line .love.active {
	color: #F73F52
}

.head_nav_line .love i.animated {
	animation-name: love;
	-webkit-animation-name: love;
	-moz-animation-name: love;
	-o-animation-name: love;
	animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards;
	animation-duration: .5s;
	-moz-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	position: absolute;
	left: 0;
	top: 0
}

@keyframes love {
	0% {
		top: 0px;
		transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0)
	}

	20% {
		top: -10px;
		transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		opacity: .8
	}

	40% {
		top: -20px;
		transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		opacity: .6
	}

	60% {
		top: -30px;
		transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		opacity: .4
	}

	80% {
		top: -40px;
		transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		opacity: .2
	}

	100% {
		top: -50px;
		transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		opacity: 0
	}
}

@-webkit-keyframes love {
	0% {
		top: 0px;
		transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0)
	}

	20% {
		top: -10px;
		transform: rotate(20deg);
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		opacity: .8
	}

	40% {
		top: -20px;
		transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		opacity: .6
	}

	60% {
		top: -30px;
		transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		opacity: .4
	}

	80% {
		top: -40px;
		transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		opacity: .2
	}

	100% {
		top: -50px;
		transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		opacity: 0
	}
}

.head_nav_line .menu {
	position: relative;
	width: 100%;
	line-height: 23px;
	background-color: #ffffff;
	background-color: ;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0px
}

.head_nav_line .menu .container {
	position: relative
}

.head_nav_line .menu .brand {
	display: none;
	float: left;
	max-width: 200px;
	height: 55px;
	line-height: 52px
}

.head_nav_line .menu .brand img {

	max-height: 100%
}

.head_nav_line .menu .brand a {
	text-decoration: none
}

.head_nav_line .menu .mobile-toggle {
	font-size: 32px;
	line-height: 55px;
	float: right;
	margin-left: 20px;
	display: none;
	padding: 0
}

.head_nav_line .menu ul.nav-list>li:first-child {
	margin-left: -17px
}

.head_nav_line .menu ul {
	margin: 0 auto;
	padding: 0;
	z-index: 9
}

.head_nav_line .menu ul>li {
	float: left;
	display: block
}

.head_nav_line .menu ul>li.magz-dropdown-megamenu {
	position: static
}

.head_nav_line .menu #menu-list>ul>li>a,
.head_nav_line .menu #menu-list>ul>li>a button {
	color: #2e2e2e;
	color:
}

.head_nav_line .menu #menu-list>ul>li>a.home span {
	color: ;
	font-size: 14px
}

.head_nav_line .menu ul>li>a {
	display: block;
	padding: 11px 32px;
	text-decoration: none;
	letter-spacing: .5px;
	font-weight: normal;
	line-height: 32px;
	position: relative;
	z-index: 1
}

.head_nav_line .met-langlist .btn-t {
	margin-top: 15px
}

.head_nav_line .menu ul>li>a.mod_none+ul a {
	color: #2e2e2e;
	color:
}

.head_nav_line .menu ul>li>a .badge {
	background-color: #F73F52;
	position: absolute;
	top: 2px;
	right: -5px
}

.head_nav_line .menu ul>li>a:after {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #f8b72a;
	background-color: ;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	margin-top: -2px
}

.head_nav_line .menu ul>li.active>a:after,
.menu ul>li:hover>a:after {
	width: 100%
}

.head_nav_line .menu ul>li:hover>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1)
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu {
	display: block;
	margin: 0;
	left: 15px;
	right: 15px;
	z-index: 1999;
	background-color: #ffffff
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .megamenu-inner {
	padding: 20px;
	padding-bottom: 15px
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .megamenu-title {
	font-size: 16px;
	position: relative;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #f8b72a;
	color:
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .megamenu-title .all {
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #383838;
	top: 5px
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .megamenu-title .all i {
	color: #F73F52;
	margin-left: 5px
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .vertical-menu {
	width: 100%
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .vertical-menu li {
	display: inline-block;
	width: 100%;
	float: none
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .vertical-menu li a {
	color: #2e2e2e;
	color: ;
	padding: 5px 0;
	height: auto;
	line-height: 34px;
	border-bottom: 1px solid #f2f2f2
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .vertical-menu li a i {
	margin-left: 0;
	float: left;
	margin-left: -2px;
	display: block;
	height: 32px;
	line-height: 32px;
	margin-right: 10px
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu .vertical-menu li a:after {
	top: 100%
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu article {
	margin-bottom: 0
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu article .inner {
	box-shadow: none
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu article figure {
	margin-bottom: 0
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu article .padding {
	padding: 0
}

.head_nav_line .menu ul>li .dropdown-menu.megamenu article .padding h2 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 5px
}

.head_nav_line .menu ul>li .dropdown-menu>li {
	float: none;
	display: block;
	position: relative
}

.head_nav_line .menu ul>li .dropdown-menu>li.divider {
	padding: 10px 0;
	background-color: #fff;
	position: relative
}

.head_nav_line .menu ul>li .dropdown-menu>li.divider:before {
	content: ' ';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #f2f2f2
}

.head_nav_line .menu ul>li .dropdown-menu>li>a {
	background-color: #ffffff;
	min-width: 230px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 7px 20px
}

.head_nav_line .menu ul>li .dropdown-menu>li>a:after {
	position: absolute;
	content: ' ';
	top: 100%;
	left: 50px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	background-color: transparent;
	z-index: -1
}

.head_nav_line .menu ul>li .dropdown-menu>li>a i {
	float: right
}

.head_nav_line .menu ul>li .dropdown-menu>li>a .icon {
	margin-left: -2px;
	display: block;
	height: 32px;
	line-height: 32px
}

.head_nav_line .menu ul>li .dropdown-menu>li:hover>a,
.head_nav_line .menu ul>li .dropdown-menu>li:hover>a>span,
.head_nav_line .menu ul>li .dropdown-menu>li.active>a {
	color: #ffffff !important
}

.head_nav_line .menu ul>li .dropdown-menu>li:hover>a:after,
.head_nav_line .menu ul>li .dropdown-menu>li.active>a:after {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transform: scale(82);
	-webkit-transform: scale(82);
	-moz-transform: scale(82);
	-o-transform: scale(82);
	background-color: #f8b72a;
	background-color: ;
	width: 5px
}

.head_nav_line .menu ul>li .dropdown-menu>li ul {
	position: absolute;
	left: 230px;
	top: 0
}

.head_nav_line section .container {
	padding-left: 15px;
	padding-right: 15px
}

.head_nav_line .menu ul>li.nav-title,
.head_nav_line .alls {
	display: none !important
}

.head_nav_line .navbar-collapse.collapse {
	padding: 0
}

.head_nav_line .text-right {
	padding-top: 15px
}

.head_nav_line .met-head-user-collapse .dls,
.head_nav_line .met-head-user-collapse .zcs,
.head_nav_line .met-langlist .btn-default,
.head_nav_line .met-langlist .btn {
	background: none;
	border: none;
	padding: 0
}

.head_nav_line .met-head-user-collapse .dls,
.head_nav_line .met-head-user-collapse .zcs {
	color: #2e2e2e !important;
	color: !important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.head_nav_line .met-head-user-collapse .dls:hover,
.head_nav_line .met-head-user-collapse .zcs:hover {
	color: #f8b72a !important;
	color: !important
}

$uics .navhover-bg,
.head_nav_line .met-head-user .dropdown>a {
	background: none
}

@media (min-width:992px) {
	.head_nav_line .menu ul>li .dropdown-menu {
		border-radius: 0;
		border: none;
		top: 54px;
		box-shadow: 0 20px 60px #dddddd;
		opacity: 0;
		visibility: hidden;
		transform: scale(0.5);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		transition: all .2s;
		-moz-transition: all .2s;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		display: inline-block
	}
}

@media screen and (max-width:768px) {
	.head_nav_line .search-index {
		padding: 11px 17px
	}

	.head_nav_line .pc-logo {
		display: none
	}

	.head_nav_line .menu .brand {
		display: block
	}

	.head_nav_line .megamenu-inner .col-md-3 {
		width: 100%
	}

	.head_nav_line ul>li .dropdown-menu.megamenu article {
		width: 100%
	}

	.head_nav_line .megamenu-inner .col-md-9 {
		width: 100%
	}

	.head_nav_line .langs {}

	.head_nav_line .text-right .navbar-collapse.collapse {
		display: block !important;
		height: auto !important
	}

	.head_nav_line .text-right .navbar-collapse.collapse ul {
		margin-top: 0;
		width: 100%
	}

	.head_nav_line .menu ul>li .dropdown-menu>li.active>a:after {
		transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transform: scale(125);
		-webkit-transform: scale(125);
		-moz-transform: scale(125);
		-o-transform: scale(125);
		background-color: #f8b72a;
		background-color: ;
		width: 5px
	}

	.head_nav_line .menu ul>li .dropdown-menu>li.active>a {
		color: #ffffff
	}

	.head_nav_line .menu ul>li.nav-title,
	.head_nav_line .alls {
		display: block !important
	}

	.head_nav_line .sidebar {
		position: fixed;
		top: 0;
		right: -320px;
		height: 100%;
		width: 320px;
		z-index: 2001;
		background-color: #fff;
		overflow: auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s
	}

	.head_nav_line .sidebar.active {
		right: 0
	}

	.head_nav_line .menu ul>li>a i {
		margin-left: -2px;
		height: 20px;
		float: right;
		line-height: 20px
	}

	.head_nav_line .sidebar .sidebar-title {
		margin: 0 -15px;
		height: 53px;
		text-align: center;
		border-bottom: 1px solid #f2f2f2;
		letter-spacing: .5px;
		font-weight: 700;
		line-height: 55px;
		font-family: 'Raleway', sans-serif;
		margin-bottom: 30px
	}

	.head_nav_line .trending-tags {
		margin-bottom: 20px
	}

	.head_nav_line .search-toggle {
		display: none
	}

	.head_nav_line nav.menu {
		height: 55px
	}

	.head_nav_line nav.menu .mobile-toggle {
		display: inline-block
	}

	.head_nav_line nav.menu ul.nav-list {
		position: fixed;
		width: 320px;
		height: 100%;
		top: 0;
		right: -320px;
		background-color: #ffffff;
		background-color: ;
		z-index: 3000;
		overflow: auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s
	}

	.head_nav_line nav.menu ul.nav-list.active {
		right: 0
	}

	.head_nav_line nav.menu ul.nav-list li {
		display: block;
		float: none;
		position: static; //padding-top:2px;//padding-bottom:2px;
		text-align: left
	}

	.head_nav_line .met-head-user .dls,
	.head_nav_line .met-head-user .zcs {
		display: inline-block
	}

	.head_nav_line .met-head-user .dls i,
	.head_nav_line .met-head-user .zcs i {
		float: none
	}

	.head_nav_line nav.menu ul.nav-list>li:first-child {
		margin-left: 0;
		text-align: center;
		position: relative
	}

	.head_nav_line nav.menu ul.nav-list>li:first-child .back {
		z-index: 9;
		position: absolute;
		height: 100%;
		width: 50px;
		line-height: 55px;
		font-size: 20px
	}

	.head_nav_line nav.menu ul.nav-list>li:first-child a {
		border-bottom: 1px solid #f2f2f2
	}

	.head_nav_line nav.menu ul.nav-list>li:first-child a:after {
		display: none
	}

	.head_nav_line nav.menu ul.nav-list>li>a {
		display: block;
		line-height: 20px
	}

	.head_nav_line nav.menu ul.nav-list>li>a .badge {
		right: 10px;
		top: 5px
	}

	.head_nav_line nav.menu ul.nav-list>li .dropdown-menu {
		box-shadow: none;
		position: absolute;
		top: 57px;
		left: initial;
		right: -320px;
		width: 320px;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1)
	}

	.head_nav_line nav.menu ul.nav-list>li .dropdown-menu.active {
		right: 0;
		background: #ffffff
	}

	.head_nav_line nav.menu ul.nav-list>li .dropdown-menu>li>a {
		width: auto
	}

	.head_nav_line nav.menu ul.nav-list>li .dropdown-menu>li>a:hover:after {
		transform: scale(105);
		-webkit-transform: scale(105);
		-moz-transform: scale(105);
		-o-transform: scale(105)
	}

	.head_nav_line nav.menu ul.nav-list>li .dropdown-menu>li ul {
		top: 0
	}

	.head_nav_line nav.menu ul.nav-list>li .dropdown-menu [class^="col-"] {
		margin-bottom: 30px
	}

	.head_nav_line.primary.up {
		top: -286px
	}

	.head_nav_line .firstbar {
		text-align: center
	}

	.head_nav_line .firstbar .brand {
		float: none
	}

	.head_nav_line .firstbar .brand img {
		float: none;
		display: inline-block;
		margin-bottom: 15px
	}

	.head_nav_line .firstbar .brand h2 {
		display: block;
		float: none;
		border: none;
		margin: 0;
		padding: 0;
		width: initial
	}

	.head_nav_line .firstbar .search {
		margin: 0px
	}

	.head_nav_line .firstbar .right {
		float: none;
		display: block;
		margin: 10px auto
	}
}

.head_nav_line .text-right .text-xs-center {
	line-height: 30px
}

.head_nav_line .navhover-bg,
.head_nav_line .met-head-user .dropdown>a {
	background: none
}

header.head_nav_line,
.head_nav_line #menu-list {
	line-height: initial
}

.head_nav_line .search-index .input-group-btn {
	vertical-align: bottom
}

.head_nav_line .input-group .form-control:active,
.head_nav_line .input-group .form-control:focus,
.head_nav_line .input-group .form-control:hover {
	z-index: 0
}

.head_nav_line h2.megamenu-title a {
	color: #f8b72a;
	color:
}

.head_nav_line a i.icon.fa-bars {
	color: #f8b72a;
	color:
}

@media screen and (max-width:767px) {
	.head_nav_line .menu .brand {
		display: block
	}

	.head_nav_line .text-right {
		padding: 5px 0
	}

	.head_nav_line .dropdown-menu {
		min-width: 100%
	}

	.head_nav_line .navbar-nav .open .dropdown-menu {
		position: absolute
	}
}

@media (width:768px) {
	.head_nav_line .hidden-md-up {
		display: block !important
	}
}

.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content {
	display: none
}

.dropdown-toggle::after {
	list-style: none !important;
	margin: 0;
	border: none
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		-ms-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		-ms-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		-ms-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		-ms-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		-ms-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		-ms-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-ms-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		-ms-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		-ms-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		-ms-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		-ms-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		-ms-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		-ms-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		-ms-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0, 0, 1, 45deg);
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0, 0, 1, 45deg);
		-ms-transform: rotate(0, 0, 1, 45deg);
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		-ms-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		-ms-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		-ms-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		-ms-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

.layui-m-layer {
	position: relative;
	z-index: 19891014
}

.layui-m-layer * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.layui-m-layershade {
	background-color: rgba(0, 0, 0, .7);
	pointer-events: auto
}

.layui-m-layermain {
	display: table;
	font-family: Helvetica, arial, sans-serif;
	pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.layui-m-layerchild {
	position: relative;
	display: inline-block;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layui-m-anim-scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.layui-m-anim-scale {
	animation-name: layui-m-anim-scale;
	-webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes layui-m-anim-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(800px);
		transform: translateY(800px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.layui-m-anim-up {
	-webkit-animation-name: layui-m-anim-up;
	animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
	width: 90%;
	max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
	border: none;
	border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
	width: auto;
	max-width: 260px;
	min-width: 40px;
	border: none;
	background: 0 0;
	box-shadow: none;
	color: #fff
}

.layui-m-layerchild h3 {
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px 5px 0 0;
	text-align: center
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.layui-m-layercont {
	padding: 50px 30px;
	line-height: 22px;
	text-align: center
}

.layui-m-layer1 .layui-m-layercont {
	padding: 0;
	text-align: left
}

.layui-m-layer2 .layui-m-layercont {
	text-align: center;
	padding: 0;
	line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
	width: 25px;
	height: 25px;
	margin-left: 8px;
	display: inline-block;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
	animation: layui-m-anim-loading 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
	position: relative;
	text-align: center;
	border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
	margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {

	0%,
	100%,
	80% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes layui-m-anim-loading {

	0%,
	100%,
	80% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.layui-m-layer2 .layui-m-layercont i:first-child {
	margin-left: 0;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
	line-height: 22px;
	padding-top: 7px;
	margin-bottom: 20px;
	font-size: 14px
}

.layui-m-layerbtn {
	display: box;
	display: -moz-box;
	display: -webkit-box;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	border-top: 1px solid #D0D0D0;
	background-color: #F2F2F2
}

.layui-m-layerbtn span {
	display: block;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-box-flex: 1;
	font-size: 14px;
	cursor: pointer
}

.layui-m-layerbtn span[yes] {
	color: #40AFFE
}

.layui-m-layerbtn span[no] {
	border-right: 1px solid #D0D0D0;
	border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
	background-color: #F6F6F6
}

.layui-m-layerend {
	position: absolute;
	right: 7px;
	top: 10px;
	width: 30px;
	height: 30px;
	border: 0;
	font-weight: 400;
	background: 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 30px
}

.layui-m-layerend::after,
.layui-m-layerend::before {
	position: absolute;
	left: 5px;
	top: 15px;
	content: '';
	width: 18px;
	height: 1px;
	background-color: #999;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 3px
}

.layui-m-layerend::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
	position: fixed;
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 10px;
	background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
	padding: 20px;
	border-radius: 5px 5px 0 0;
	background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
	display: block;
	height: auto;
	background: 0 0;
	border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
	background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
	color: #FD482C;
	border-top: 1px solid #c2c2c2;
	border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
	margin-top: 10px;
	border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	bottom: -150px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
	padding: 10px 20px
}

.mCSB_container {
	width: auto;
	margin-right: 30px;
	overflow: hidden
}

.mCSB_container.mCS_no_scrollbar {
	margin-right: 0
}

.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
	margin-right: 30px
}

.mCustomScrollBox>.mCSB_scrollTools {
	width: 16px;
	height: 100%;
	top: 0;
	right: 0
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	top: 100%;
	margin-top: -40px
}

.mCSB_horizontal>.mCSB_container {
	height: auto;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: hidden
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-bottom: 0
}

.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
	width: 100%;
	height: 16px;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
	width: 30px;
	height: 100%
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	display: block;
	position: relative;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	float: left
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	margin-left: -40px;
	float: right
}

.mCustomScrollBox {
	-ms-touch-action: none
}

.mCustomScrollBox>.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	background: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(../img/mcsb_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, .15)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000;
	background: rgba(0, 0, 0, .75)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .85)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .9)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .85)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255, 255, 255, .9)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #000;
	background: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background: #fff;
	background: rgba(255, 255, 255, .1)
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, .15)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background: #000;
	background: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .85)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0, 0, 0, .9)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.pp-section {
	height: 100%;
	position: absolute;
	width: 100%
}

.pp-easing {
	-webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99);
	-moz-transition: all 1s cubic-bezier(.55, .085, 0, .99);
	-o-transition: all 1s cubic-bezier(.55, .085, 0, .99);
	transition: all 1s cubic-bezier(.55, .085, 0, .99);
	-webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
	-moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
	-o-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
	transition-timing-function: cubic-bezier(.55, .085, 0, .99)
}

#pp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1
}

#pp-nav.right {
	right: 17px
}

#pp-nav.left {
	left: 17px
}

.pp-section.pp-table {
	display: table
}

.pp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.pp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1
}

.pp-slidesNav.bottom {
	bottom: 17px
}

.pp-slidesNav.top {
	top: 17px
}

#pp-nav ul,
.pp-slidesNav ul {
	margin: 0;
	padding: 0
}

#pp-nav li,
.pp-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative
}

.pp-slidesNav li {
	display: inline-block
}

#pp-nav li a,
.pp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none
}

#pp-nav li .active span,
.pp-slidesNav .active span {
	background: #333
}

#pp-nav span,
.pp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1
}

.pp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px
}

.pp-tooltip.right {
	right: 20px
}

.pp-tooltip.left {
	left: 20px
}

.pp-scrollable {
	overflow-y: scroll;
	height: 100%
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.banner_met_21_4_39 {
	width: 100%;
	height: auto;
	display: table
}

.banner_met_21_4_39.slick-slider {
	display: block
}

.banner_met_21_4_39 .slick-list,
.banner_met_21_4_39 .slick-track {
	height: 100%
}

.banner_met_21_4_39 .slick-slide {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block
}

.banner_met_21_4_39 .slick-slide a {
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0
}

.banner_met_21_4_39 .slick-slide img {
	display: none
}

.banner_met_21_4_39 .slick-slide:nth-child(1) img {
	display: block !important;
	height: auto
}

.banner_met_21_4_39 .animation-fade {
	-webkit-animation-duration: .66s !important;
	-o-animation-duration: .66s !important;
	animation-duration: .66s !important
}

@media (max-width:767px) {
	.banner_met_21_4_39 .slick-dots {
		bottom: 5px
	}

	.banner_met_21_4_39 .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0
	}
}

.banner_met_21_4_39 .slick-arrow {
	width: 40px;
	height: 40px;
	top: 50%;
	text-align: center;
	display: none !important;
	z-index: 1;
	position: absolute
}

.banner_met_21_4_39 .slick-arrow:before {
	display: none
}

.banner_met_21_4_39:hover .slick-arrow {
	display: block
}

.banner_met_21_4_39 .slick-arrow.slick-prev {
	background: #f8b72a;
	background: ;
	opacity: .58;
	left: 20px
}

.banner_met_21_4_39 .slick-arrow.slick-prev i {
	background: url(../ui/banner/met_21_4/img/jiantou.png) repeat 0 0
}

.banner_met_21_4_39 .slick-arrow.slick-next {
	background: #f8b72a;
	background: ;
	opacity: .58;
	right: 20px
}

.banner_met_21_4_39 .slick-arrow.slick-next i {
	background: url(../ui/banner/met_21_4/img/jiantou.png) repeat -39px 0
}

.banner_met_21_4_39 .slick-arrow:hover {
	opacity: .9;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.banner_met_21_4_39 .slick-arrow:hover i {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100)
}

.banner_met_21_4_39 .slick-arrow i {
	font-size: 0;
	color: #fff !important;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px
}

@media (max-width:767px) {
	.banner_met_21_4_39 .slick-arrow i {
		font-size: 50px
	}
}

.banner_met_21_4_39 .slick-dots {
	margin: 0;
	bottom: 20px
}

.banner_met_21_4_39 .slick-dots li {
	margin: 0 2px
}

@media (max-width:991px) {}

@media (min-width:768px) {
	.banner_met_21_4_39:hover .slick-arrow {
		display: block !important
	}
}

@media (max-width:767px) {
	.banner_met_21_4_39 .slick-dots {
		bottom: 5px
	}
}

.banner_met_21_4_39 .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.banner_met_21_4_39 .banner-text .bannerlink {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.banner_met_21_4_39 .container .banner-text-con div {
	position: relative;
	z-index: 2
}

.banner_met_21_4_39 .banner-text .container {
	height: 100%;
	display: table;
	text-align: center
}

.banner_met_21_4_39 .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle
}

.banner_met_21_4_39 .banner-text.p-0 .container {
	text-align: left
}

.banner_met_21_4_39 .banner-text.p-0 .container .banner-text-con div {
	width: 60%;
	float: left
}

.banner_met_21_4_39 .banner-text.p-1 .container {
	text-align: right
}

.banner_met_21_4_39 .banner-text.p-1 .container .banner-text-con div {
	width: 60%;
	float: right
}

.banner_met_21_4_39 .banner-text.p-2 {
	top: 10%
}

.banner_met_21_4_39 .banner-text.p-2 .container .banner-text-con {
	vertical-align: top
}

.banner_met_21_4_39 .banner-text.p-3 {
	top: auto;
	bottom: 10%
}

.banner_met_21_4_39 .banner-text.p-3 .container .banner-text-con {
	vertical-align: bottom
}

.banner_met_21_4_39 .banner-text.p-2 .container .banner-text-con div,
.banner_met_21_4_39 .banner-text.p-3 .container .banner-text-con div,
.banner_met_21_4_39 .banner-text.p-4 .container .banner-text-con div {
	width: 60%;
	display: inline-block
}

.banner_met_21_4_39 .banner-text h3,
.banner_met_21_4_39 .banner-text p {
	color: #fff
}

.banner_met_21_4_39 .banner-text h3 {
	margin: 0;
	font-size: 42px
}

.banner_met_21_4_39 .banner-text p {
	font-size: 28px;
	margin: 20px 0 0;
	text-shadow: none
}

.banner_met_21_4_39 .banner-text .btn {
	margin-top: 30px;
	font-size: 20px
}

.banner_met_21_4_39 .swiper-slide {
	width: 100% !important; // max-width:100vw
}

.banner_met_21_4_39 .cover-image {
	max-width: 100vw
}

.banner_met_21_4_39 .swiper-hd {
	position: absolute;
left:46%;
	top: 78%;
	margin-top: 250px;
	z-index: 200;
	width: 750px !important;
}

.banner_met_21_4_39 .swiper-hd li {
	display: block;
	width: 25px;
	height: 25px;
	background: none;
	float:left;
	opacity: 1;
	margin: 30px 5px !important;
	position: relative;
	transition: ease .65s
	
}

.banner_met_21_4_39 .swiper-hd li i {
	overflow: hidden;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid;
	border-color: #f8b72a;
	text-align: center;
	line-height: 25px;
	color: #f8b72a;
	
	position: relative;
	z-index: 5;
	transition: ease .65s
}

.banner_met_21_4_39 .swiper-hd li:before {
	content: '';
	display: block;
	width: 0px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: -25px;
	background: #f8b72a;
}

.banner_met_21_4_39 .swiper-hd li:last-child:after {
	content: '';
	display: block;
	width: 0px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	background: #f8b72a;
}

.banner_met_21_4_39 .swiper-hd li span {
	padding: 0 20px;
	display: block;
	height: 30px;
	border-radius: 30px;
	background: #f8b72a;
	line-height: 30px;
	margin-top: -64px;
	z-index: -1;
	transition: ease-in .65s
}

.banner_met_21_4_39 .swiper-hd li.swiper-pagination-bullet-active i {
	background: #f8b72a;
	background: ;
	box-shadow: 0 0 8px rgba(12, 3, 6, .38);
	transform: rotate(180deg)
}

.banner_met_21_4_39 .swiper-hd li.swiper-pagination-bullet-active i {
	color: #ffffff
}

.banner_met_21_4_39 .swiper-hd li.swiper-pagination-bullet-active span {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	transition-delay: .65s;
	white-space: nowrap;
	left: 0;
	display: none
}

.banner_met_21_4_39 .swiper-hd li.swiper-pagination-bullet-active span:after {
	transition: ease .65s
}

.banner_met_21_4_39 .swiper-hd li span {
	color: #ffffff;
	position: absolute;
	white-space: nowrap;
	top: 50%;
	opacity: 0
}

.banner_met_21_4_39 .swiper-hd li.swiper-pagination-bullet-active span:after {
	opacity: 1;
	transition-delay: 1.3s;
	transform: translateX(0)
}

.banner_met_21_4_39 .lh-mobile-banner {
	display: none
}

.banner_met_21_4_39 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
	opacity: 1
}

@media screen and (max-width:768px) {

	.banner_met_21_4_39 .lh-mobile-banner,
	.banner_met_21_4_39 .lh-footer.other .lh-wapAbout-h2 {
		display: block
	}

	.banner_met_21_4_39 .lh-banner,
	.banner_met_21_4_39 .lh-about-main:before,
	.banner_met_21_4_39 .lh-about-main:after,
	.banner_met_21_4_39 .lh-about-main .line:before,
	.banner_met_21_4_39 .lh-about-main .line:after {
		display: none
	}

	.banner_met_21_4_39 .swiper-hd {
		position: inherit;
		width: 100% !important;
		text-align: center;
		margin: 30px 0 0 0;
		right: inherit
	}

	.banner_met_21_4_39 .swiper-hd li {
		display: inline-block;
		margin: 0 15px !important;
		width: 35px;
		height: 35px
	}

	.banner_met_21_4_39 .swiper-hd li i {
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 18px
	}

	.banner_met_21_4_39 .swiper-hd li:before {
		width: 20px;
		height: 1px;
		left: -25px;
		top: 50%
	}

	.banner_met_21_4_39 .swiper-hd li:last-child:after {
		width: 20px;
		height: 1px;
		right: -25px;
		top: 50%;
		left: inherit
	}

	.banner_met_21_4_39 .swiper-hd li span {
		display: block;
		background: none;
		width: 30px !important;
		height: 20px;
		line-height: 20px;
		left: 50%;
		top: 40px;
		transform: translateX(0);
		margin-top: 0
	}

	.banner_met_21_4_39 .swiper-hd li span:after {
		opacity: 1 !important;
		color: #b72024 !important;
		transform: translateX(0) !important;
		left: 50% !important;
		width: 30px;
		text-align: center
	}
}

@media (max-width:991px) {
	.banner_met_21_4_39 .banner-text h3 {
		font-size: 30px
	}

	.banner_met_21_4_39 .banner-text p {
		font-size: 20px
	}

	.banner_met_21_4_39 .swiper-hd {
		width: 100vw !important;
		left: 0 !important
	}
}

@media (max-width:767px) {
	.banner_met_21_4_39 .banner-text .container {
		width: 100%
	}

	.banner_met_21_4_39 .banner-text.p-4 .container .banner-text-con {
		width: 100%
	}

	.banner_met_21_4_39 .banner-text h3 {
		font-size: 24px
	}

	.banner_met_21_4_39 .banner-text p {
		margin-top: 15px;
		font-size: 18px
	}

	.banner_met_21_4_39 .banner-text .btn {
		margin-top: 20px;
		font-size: 16px
	}
}

@media (max-width:479px) {
	.banner_met_21_4_39 .banner-text h3 {
		font-size: 20px
	}

	.banner_met_21_4_39 .banner-text p {
		margin-top: 10px;
		font-size: 16px
	}
}

.banner_met_21_4_39-ny {
	background-color: #ffffff;
	background-color: ;
	height: 120px
}

.banner_met_21_4_39-ny h1 {
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	text-shadow: none;
	color: #2e2e2e;
	color:
}

.link_met_11_1_76 {
	background-color: #ffffff;
	background-color:
}

.link_met_11_1_76 .breadcrumb-item {
	float: none;
	display: inline-block;
	padding: 0 5px
}

.link_met_11_1_76 .breadcrumb-item.split {
	padding: 0
}

.link_met_11_1_76 .breadcrumb-item a {
	color: #7a7a7a;
	color: ;
	transition: color 0.2s ease-out
}

.link_met_11_1_76 .breadcrumb-item a:hover {
	color: #f8b72a;
	color:
}

.link_met_11_1_76 .breadcrumb-item+.breadcrumb-item::before {
	color: #7a7a7a;
	color:
}

.link_met_11_1_76 .breadcrumb-item:nth-child(1) {
	color: #2e2e2e;
	color: ;
	font-size: 16px
}

.link_met_11_1_76 .container {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid;
	border-top: 1px solid
}

.link_met_11_1_76 .breadcrumb-item+.breadcrumb-item::before {
	display: none
}

.link_met_11_1_76 .breadcrumb-item+.breadcrumb-item.split::before {
	display: inline-block
}

@media (max-width:767px) {
	.link_met_11_1_76 .container {
		text-align: left
	}
}

div {}

.foot_info_met_21_2_43 .met-langlist {
	text-align: center
}

.foot_info_met_21_2_43 {

	background: #383635;
	padding-bottom: 280px
}

.foot_info_met_21_2_43 a {
	color: #2e2e2e;
	color:
}

.foot_info_met_21_2_43 a:hover {
	color: #f8b72a;
	color:
}

.foot_info_met_21_2_43 .btn-outline.btn-default {
	color: #2e2e2e;
	color: ;
	background-color: transparent;
	border-color: #f8b72a;
	border-color:
}

.foot_info_met_21_2_43 .powered_by_metinfo a {
	color: #f8b72a;
	color:
}

.foot_info_met_21_2_43.border-top1 {
	border-color: #cccccc
}

.foot_info_met_21_2_43 .met-langlist .btn-outline.btn-default:hover,
.foot_info_met_21_2_43 .met-langlist .btn-outline.btn-default:active,
.foot_info_met_21_2_43 .met-langlist .btn-outline.btn-default:focus {
	border-color: #2e2e2e;
	border-color: ;
	background-color: #2e2e2e;
	background-color: ;
	color: #f8b72a;
	color:
}

.foot_info_met_21_2_43 .vertical-align {
	font-size: 14px !important
}

.foot_info_met_21_2_43 .met-langlist .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff
}

.foot_info_met_21_2_43 .met-langlist .dropdown-menu a:hover {
	background: #f5f5f5 !important
}

footer {
	line-height: 1.8
}

footer p {
	margin-bottom: 0px
}

footer .met-langlist {
	margin-top: 10px
}

.met-langlist li {
	display: inline-block;
	list-style: none
}

.met-langlist .btn-lang .flag-icon {
	margin-right: 3px
}

.met-langlist .dropdown-menu {
	min-width: 0;
	width: 100%
}

.met-langlist .dropdown-menu .dropdown-item {
	white-space: nowrap
}

@media (max-width:479px) {
	.met-langlist .btn-lang {
		padding-left: 5px;
		padding-right: 5px
	}
}

#met-langlist-modal .modal-body .close {
	position: absolute;
	right: 10px;
	top: 0px
}

#met-langlist-modal a.btn {
	border: none;
	font-size: 16px;
	height: 50px;
	line-height: 50px
}

#met-langlist-modal .flag-icon {
	margin-right: 8px;
	top: 7px;
	font-size: 30px
}

.foot_info_met_21_2_43 .btn-primary {
	border-radius: 0;
	background: #f8b72a;
	background: ;
	border-color: #f8b72a;
	border-color: ;
	color: #ffffff !important;
	color: !important;
	border-radius: 3px;
	width: 100px;
	padding: 6px 15px;
	font-size: 14px;
	margin: 0 auto
}

.foot_info_met_21_2_43 .powered_by_metinfo {
	text-align: left !important
}

.foot_info_met_21_2_43 .btn-fex {
	margin-top: 2%
}

.foot_info_met_21_2_43 .col-md-12,
.foot_info_met_21_2_43 .col-md-10,
.foot_info_met_21_2_43 .col-md-2 {
	padding: 0
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #ccd5db;
	color:
}

.foot_info_met_21_2_43 .foot-nav {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 0
}

.foot_info_met_21_2_43 .foot-nav li {
	float: left;
	padding: 0 40px;
	position: relative
}

.foot_info_met_21_2_43 .foot-nav li:before {
	content: "|";
	position: absolute;
	right: 0;
	color: #f8b72a;
	color:
}

.foot_info_met_21_2_43 .foot-logo-img {
	float: left;
	margin-right: 10px
}

.foot_info_met_21_2_43 .foot-logo-img>img {
	max-width: 145px
}

.foot_info_met_21_2_43 .foot-con {
	float: left
}

.foot_info_met_21_2_43 .powered_by_metinfo {
	margin-top: 10px;
	color: #2e2e2e;
	color:
}

.foot_info_met_21_2_43 .foot-ewm-img {
	float: right
}

.foot_info_met_21_2_43 .foot-ewm-img>div {
	float: left;
	margin-right: 18px
}

.foot_info_met_21_2_43 .foot-ewm-img>div>img {
	max-width: 120px
}

.foot_info_met_21_2_43 .foot {
	text-align: center;
	border-bottom: 1px solid;
	border-color: #f8b72a;
	border-color: ;
	margin-bottom: 20px;
	height: 1px;
	line-height: 1px
}

.foot_info_met_21_2_43 .foot-ewm-img p {
	color: #7a7a7a;
	color:
}

.foot_info_met_21_2_43 .foot-nav a {
	color: #2e2e2e;
	color:
}

@media (max-width:767px) {
	.foot_info_met_21_2_43 .foot {
		height: auto
	}

	.foot_info_met_21_2_43 .foot-logo-img {
		float: none;
		margin-right: 0px
	}

	.foot_info_met_21_2_43 .foot-ewm-img {
		width: 100%;
		text-align: center
	}

	.foot_info_met_21_2_43 .foot-ewm-img>div {
		display: inline-block;
		float: none;
		margin-right: 20px
	}
}

.foot_info_met_21_2_43 ul {
	list-style: none
}

.foot_info_met_21_2_43_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.foot_info_met_21_2_43_bottom a.item {
	color: #ffffff;
	padding: 5px 0;
	display: inline-block
}

.foot_info_met_21_2_43_bottom a.item i {
	font-size: 16px;
	display: block
}

.foot_info_met_21_2_43_bottom a.item span {
	color: #ffffff
}

.foot_info_met_21_2_43_bottom {
	display: none
}

.foot_info_met_21_2_43_bottom.iskeshi {
	display: block
}

.foot_info_met_21_2_43_bottom .main {
	display: flex
}

.foot_info_met_21_2_43_bottom .main>div {
	flex: 1
}

.foot_info_met_21_2_43 .foot-nav li:last-child:before {
	display: none
}

@media (max-width:767px) {
	.foot_info_met_21_2_43_bottom {
		display: block
	}

	.foot_info_met_21_2_43 .foot {
		height: auto
	}

	.foot_info_met_21_2_43 .foot-logo-img {
		float: none;
		margin-right: 0px
	}

	.foot_info_met_21_2_43 .foot-ewm-img {
		width: 100%;
		text-align: center
	}

	.foot_info_met_21_2_43 .foot-ewm-img>div {
		display: inline-block;
		float: none;
		margin-right: 20px
	}

	.foot_info_met_21_2_43 .foot-logo-img {
		max-width: 100%;
		text-align: center
	}

	.foot_info_met_21_2_43 .foot-nav {
		padding-left: 0;
		width: 100%;
		display: block
	}

	.foot_info_met_21_2_43 .foot-nav li {
		width: 20%;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.foot_info_met_21_2_43 .foot-nav a {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

@media (min-width:480px) {
	.foot_info_met_21_2_43 .col-sm-5 {
		float: left;
		width: 79.666667%
	}
}

.back_top_met_36_1_25.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	z-index: 9;
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #2e2e2e;
	color: ;
	border-radius: 50%;
	font-size: 26px;
	text-align: center;
	line-height: 32px;
	border-color: #2e2e2e;
	border-color: ;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background-color: #ffffff;
	background-color: ;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.back_top_met_36_1_25.cd-top.cd-is-visible,
.back_top_met_36_1_25.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	-o-transition: opacity .3s 0s, visibility 0s 0s;
	-ms-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.back_top_met_36_1_25.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.5
}

.back_top_met_36_1_25.cd-top.cd-fade-out {
	opacity: .5
}

.back_top_met_36_1_25.cd-top:hover {
	background-color: #f8b72a;
	background-color: ;
	opacity: 1;
	color: #7a7a7a;
	color: ;
	border-color: #7a7a7a;
	border-color:
}

@media(max-width:767px) {
	.back_top_met_36_1_25.cd-top {
		bottom: 67px
	}
}

.service_list_met_28_16_17 {
	padding: 40px 0;
	background-color:
}

.service_list_met_28_16_17 .head .title {
	margin-top: 0;
	margin-bottom: 0;
	color: #2e2e2e;
	color: ;
	opacity: 0;
	transform: translate(0, 100%)
}

.service_list_met_28_16_17 .head .subtitle {
	margin-top: 0;
	color: #7a7a7a;
	color: ;
	opacity: 0;
	transform: translate(0, 100%)
}

.service_list_met_28_16_17 .head .desc {
	margin-top: 0;
	color: #7a7a7a;
	color: ;
	opacity: 0;
	transform: translate(0, 100%)
}

.service_list_met_28_16_17 .service-list {
	padding: 0;
	background: #ffffff;
	background:
}

.service_list_met_28_16_17 .service-list .item {
	opacity: 0;
	transform: translate(0, 100%)
}

.service_list_met_28_16_17 .service-list .item .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.service_list_met_28_16_17 .service-list .item .mask .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #161a1d;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item:hover .bg.other-bg {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
	background: #f8b72a;
	background:
}

.service_list_met_28_16_17 .service-list .item .mask .content .line-panel .item-line {
	width: 20px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item .mask .content .line-panel {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-img-panel i {
	font-size: 45px;
	color: #f8b72a;
	color: ;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item:hover .mask .content .item-img-panel i {
	color: #fff
}

.service_list_met_28_16_17 .service-list .item:hover .content .line-panel .item-line {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.service_list_met_28_16_17 .service-list .item .mask .content {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item:hover .content {
	margin-top: -90px
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-img-panel {
	position: relative;
	display: inline-block
}

.service_list_met_28_16_17 .service-list .item .content .line-panel {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-title {
	color: #ffffff;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 24px;
	font-weight: bold;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-desc {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-desc {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0 30px;
	line-height: 24px
}

.service_list_met_28_16_17 .service-list .item:hover .content .item-desc {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.service_list_met_28_16_17 .service-list .item:hover .content .item-desc {
	margin-top: 22px
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1)
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-link {
	display: inline-block;
	border: 1px solid #ffffff;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 62px
}

.service_list_met_28_16_17 .service-list .item:hover .content .item-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.service_list_met_28_16_17 .service-list .item:hover .content .item-link {
	margin-top: 10px
}

.service_list_met_28_16_17 .service-list .item .mask .content .item-link:hover {
	color: #f8b72a;
	color: ;
	background: #ffffff
}

.service_list_met_28_16_17 li a img {
	margin: 0 auto;
	max-width: 100%
}

@media (min-width:767px) and (max-width:1200px) {
	.service_list_met_28_16_17 img {
		max-width: 300px;
		margin: 0 auto
	}
}

@media (max-width:767px) {
	.service_list_met_28_16_17 {
		padding: 30px 15px
	}
}

.service_list_met_28_16_17 .slick-arrow.slick-prev i {
	left: -20px
}

.service_list_met_28_16_17 .slick-arrow.slick-next i {
	right: -20px
}

.service_list_met_28_16_17 .slick-arrow i {
	position: absolute;
	color: #ffffff;
	top: 0;
	font-size: 80px
}

.service_list_met_28_16_17 .slick-prev,
.service_list_met_28_16_17 .slick-next {
	width: 80px;
	height: 80px
}

.service_list_met_28_16_17 .abox {
	display: block
}

.product_list_met_28_11_71 .nav-tabs-horizontal {
	position: relative;
	overflow: hidden
}

.product_list_met_28_11_71.met-index-body {
	background: #ffffff
}

.product_list_met_28_11_71.met-index-body.bgcolor {
	background: #f5f5f5
}

.product_list_met_28_11_71.met-index-body.bgpic {
	background: url() no-repeat;
	background-size: cover;
	background-position: center
}

.product_list_met_28_11_71.met-index-body {
	padding: 20px 0px
}

.product_list_met_28_11_71.met-index-body h2 {
	font-size: 36px;
	color: #2e2e2e;
	color: ;
	position: relative;
	margin-bottom: 13px
}

.product_list_met_28_11_71.met-index-body p.desc {
	padding: 0 10%;
	font-size: 16px;
	color: #7a7a7a;
	color:
}

.product_list_met_28_11_71 .nav-tabs {
	border-bottom: none;
	margin: 30px auto
}

@media screen\0 {
	.product_list_met_28_11_71 .nav-tabs {
		display: table
	}
}

.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link {
	border: none;
	padding: 0 20px;
	background: #ffffff;
	cursor: pointer
}

.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link.active {
	background: #f8b72a;
	background:
}

.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link.active h3 {
	color: #fff
}

.product_list_met_28_11_71 .nav-tabs .nav-item h3 {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	text-shadow: none;
	color: inherit;
	white-space: nowrap;
	color: #7a7a7a;
	color:
}

.product_list_met_28_11_71 .index-product-list h4 a {
	color: #2e2e2e;
	color: ;
	color:
}

.product_list_met_28_11_71 .index-product-list li img {
	max-width: 100%;
	max-height: 100%;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}

.product_list_met_28_11_71 .index-product-list li .card-header {
	position: relative
}

.product_list_met_28_11_71 .index-product-list li .card-header:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	display: block;
	z-index: 2;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}

.product_list_met_28_11_71 .index-product-list li:hover a {
	color: #f8b72a;
	color:
}

.product_list_met_28_11_71 .index-product-list li:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.product_list_met_28_11_71 .index-product-list li:hover .card-header:before {
	display: none
}

@media (max-width:991px) {
	.product_list_met_28_11_71.met-index-body {
		padding: 50px 0px
	}
}

@media (max-width:767px) {
	.product_list_met_28_11_71.met-index-body {
		padding: 40px 0px
	}

	.product_list_met_28_11_71 .nav-tabs {
		margin: 20px auto
	}
}

.product_list_met_28_11_71 .swiper-navtab .swiper-scrollbar {
	bottom: 15px;
	position: absolute
}

.product_list_met_28_11_71 .swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
	height: 100%
}

.product_list_met_28_11_71 .index-product-list {
	margin: 0 auto;
	padding: 0 1px
}

.product_list_met_28_11_71 .more {
	display: block;
	margin: 0 auto;
	width: 150px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: #2e2e2e;
	color: ;
	border: 1px solid #2e2e2e;
	border: 1px solid;
	margin-top: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear
}

.product_list_met_28_11_71 .more:hover {
	color: #fff;
	background-color: #f8b72a;
	border-color: #f8b72a;
	background-color: ;
	border-color:
}

.product_list_met_28_11_71 .clear_both {
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden
}

.product_list_met_28_11_71 .clear_both a img {
	max-width: 100%;
	border-radius: 100%
}

.product_list_met_28_11_71 .tab-content {
	display: none
}

.product_list_met_28_11_71 .clear_both .img {
	width: 30%;
	overflow: hidden;
	display: inline-block;
	float: left
}

.product_list_met_28_11_71 .clear_both .fr {
	width: 70%;
	float: right;
	text-align: left;
	padding-left: 3%
}

.product_list_met_28_11_71 .clear_both .fr .dis {
	font-size: 20px;
	color: #2e2e2e;
	color: ;
	margin: 5px 0;
	display: block
}

.product_list_met_28_11_71 .clear_both .fr .fz12 {
	font-size: 13px;
	color: #7a7a7a;
	color:
}

.product_list_met_28_11_71 .bot {
	position: relative;
	padding: 20px 0 25px;
	text-align: left
}

.product_list_met_28_11_71 .bot p {
	color: #7a7a7a;
	color:
}

.product_list_met_28_11_71 .product-list {
	padding: 0;
	margin: 0
}

.product_list_met_28_11_71 .button-prev {
	right: 5px;
	left: auto
}

.product_list_met_28_11_71 .button-next {
	left: 5px;
	right: auto
}

.product_list_met_28_11_71 .button-prev,
.button-next {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -44px;
	z-index: 10;
	border-radius: 50%;
	cursor: pointer
}

.product_list_met_28_11_71 .button-prev i,
.button-next i {
	top: 50%;
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-top: -8px;
	color: #000000;
	transition: color .2s
}

.product_list_met_28_11_71 .button-prev i:hover,
.button-next i:hover {
	color: #f8b72a;
	color:
}

.product_list_met_28_11_71 .nav-tabs .nav-item {}

.product_list_met_28_11_71 .nav-tabs .nav-item:first-child {
	padding-left: 0
}

.product_list_met_28_11_71 .nav-tabs .nav-item:last-child {
	padding-right: 0;
	margin: 0
}

.product_list_met_28_11_71 .index-product-list .card-title {
	border-top: 1px solid #e7e7e7;
	background-color: #ffffff
}

.product_list_met_28_11_71 .index-product-list .card-header a img {
	transition: transform 0.4s;
	max-width: 100%
}

.product_list_met_28_11_71 .index-product-list .card-header:hover a img {
	transform: scale(1.3)
}

.product_list_met_28_11_71 .btnbox {
	display: none
}

.product_list_met_28_11_71 .card {
	margin-bottom: 0;
	border: 1px solid #e7e7e7;
	border-radius: 5px !important;
	overflow: hidden
}

.product_list_met_28_11_71.met-index-body h2:after {
	background: none repeat scroll 0 0;
	background-color: #f8b72a;
	background-color: ;
	content: "";
	height: 3px;
	width: 2%;
	left: 50%;
	margin-left: -1%;
	bottom: -8px;
	position: absolute
}

.product_list_met_28_11_71 .index-product-list .product_price {
	color: #f8b72a;
	color:
}

.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link.active .clear_both .fr .dis {
	color: #ffffff
}

.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link.active .clear_both .fr .fz12 {
	color: #ffffff
}

.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link.active .bot p {
	color: #ffffff
}

.product_list_met_28_11_71 .nav-link.active .bot .triangle {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	bottom: -15px;
	width: 320px;
	right: 0
}

.product_list_met_28_11_71 .nav-link.active .bot .triangle:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #f8b72a;
	background-color:
}

.product_list_met_28_11_71 .nav-link {
	overflow: visible
}

@media (max-width:767px) {
	.product_list_met_28_11_71 .nav-tabs-horizontal {
		display: block !important;
	}
	body.met-navfixed{
		padding-top: 56px !important;
	}

	.product_list_met_28_11_71 .hideswiper {
		display: block !important;
	}

	.product_list_met_28_11_71 .swiper-container:not(:first-child) {
		display: none !important;
	}
	.product_list_met_28_11_71 .swiper-container:not(:first-child).active {
		display: block !important;
	}
	

	.product_list_met_28_11_71 .clear_both .img {
		display: none
	}

	.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link .clear_both .fr .fz12 {
		display: none
	}

	.product_list_met_28_11_71 .clear_both .fr .dis {
		text-align: center
	}

	.product_list_met_28_11_71 .nav-tabs .nav-item {
		margin: 0
	}

	.product_list_met_28_11_71 .clear_both .fr {
		width: 100%;
		padding: 0
	}

	.product_list_met_28_11_71 .bot {
		padding: 0
	}

	.product_list_met_28_11_71 .clear_both {
		border: none;
		padding: 0
	}

	.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link .bot p {
		display: none
	}

	.product_list_met_28_11_71 .nav-tabs .nav-item .nav-link {
		padding: 0 5px
	}
}

.product_list_met_28_11_71 .hideswiper {
	display: none;
}

div {}

.about_list_met_28_8_22 {
	background: #ffffff;
	background:
}

.about_list_met_28_8_22 .panel {
	box-shadow: none;
	background:
}

.about_list_met_28_8_22 .wrap {
	height: 40px;
	background: #2e2e2e;
	background: ;
	bottom: -40px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	position: absolute;
	color: #fff;
	transform: translate(0, 0px)
}

.about_list_met_28_8_22 .wrap div {
	margin: 12px auto;
	width: 14px;
	height: 14px;
	position: relative
}

.about_list_met_28_8_22 .wrap div .h {
	width: 14px;
	height: 2px;
	top: 6px
}

.about_list_met_28_8_22 .wrap div .v {
	width: 2px;
	height: 14px;
	left: 6px
}

.about_list_met_28_8_22 .wrap div span {
	display: block;
	background: #fff;
	position: absolute
}

.about_list_met_28_8_22 .team_item a {
	height: 220px;
	max-height: 220px;
	display: block;
	overflow: hidden;
	position: relative
}

.about_list_met_28_8_22 .team_item .team_img img {
	width: 100%
}

.about_list_met_28_8_22 .team_item a:hover .wrap {
	transform: translate(0, -40px);
	-webkit-transform: translate(0, -40px);
	-moz-transform: translate(0, -40px)
}

.about_list_met_28_8_22 .team_item .team_info {
	background-color: #f8f8f8;
	text-align: left;
	padding: 30px
}

.about_list_met_28_8_22 .team_item.title {
	color: #2e2e2e;
	color: ;
	font-size: 20px
}

.about_list_met_28_8_22 .team_item.keywords {
	font-size: 12px;
	color: #7a7a7a;
	color: ;
	margin-top: 5px
}

.about_list_met_28_8_22 .team_item.desc {
	margin-top: 30px;
	height: 70px;
	line-height: 24px;
	font-size: 12px;
	color: #7a7a7a;
	color: ;
	overflow: hidden
}

.about_list_met_28_8_22 .show_item>div {
	float: left
}

.about_list_met_28_8_22 div.title {
	text-align: center
}

.about_list_met_28_8_22 div.title h3 {
	border-bottom: 1px dashed;
	border-color: #ffffff;
	margin: 0;
	padding-bottom: 7px;
	font-size: 26px;
	color: #2e2e2e;
	color:
}

.about_list_met_28_8_22 div.title p {
	margin: 7px 0 30px 0;
	font-size: 16px;
	color: #7a7a7a;
	color:
}

.about_list_met_28_8_22 .show_item .show_item_left_bor {
	width: 380px;
	float: right;
	border: 5px solid;
	border-color: #2e2e2e;
	border-color: #f8b72a;
	padding: 70px 0;
	position: relative
}

.about_list_met_28_8_22 .show_item .leftimg {
	margin-left: -200px;
	z-index: 99;
	position: inherit
}

.about_list_met_28_8_22 .show_item .miniimg {}

.about_list_met_28_8_22 .show_item_left {
	position: relative
}

.about_list_met_28_8_22 .show_item_left:before {
	content: " ";
	position: absolute;
	width: 75%;
	height: 75%;
	background: #7a7a7a;
	background: ;
	right: -20%;
	top: 7%;
	animation: myfirst 3s;
	-moz-animation: myfirst 3s;
	-webkit-animation: myfirst 3s;
	-o-animation: myfirst 3s
}

.about_list_met_28_8_22 .show_item_right {
	padding-left: 13%;
	padding-top: 5%
}

.about_list_met_28_8_22 .show_item_right p {
	font-size: 14px;
	line-height: 40px;
	color: #7a7a7a;
	color: ;
	font-weight: 600
}

.about_list_met_28_8_22 .show_item_right h3 {
	margin-top: 33px;
	margin-bottom: 0
}

.about_list_met_28_8_22 .show_item_right h3 a {
	font-size: 14px;
	padding: 10px 15px;
	background-color: #ffffff;
	color: #f8b72a;
	-moz-transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s
}

.about_list_met_28_8_22 .show_item_right h3 a:hover {
	background-color: #f8b72a;
	background-color: ;
	color: #ffffff
}

@keyframes myfirst {
	from {
		opacity: 0;
		top: 40%
	}

	to {
		opacity: 1;
		top: 7%
	}
}

.about_list_met_28_8_22 .row .show_item {
	overflow: hidden
}

@media (max-width:768px) {
	.about_list_met_28_8_22 .row .show_item {
		overflow: visible
	}

	.about_list_met_28_8_22 {
		margin-top: 0
	}

	.about_list_met_28_8_22 .row {
		margin: 0
	}

	.about_list_met_28_8_22 .row .show_item {
		text-align: center
	}

	.about_list_met_28_8_22 .show_item>div {
		width: auto;
		max-width: 100%;
		padding: 0;
		text-align: center;
		float: none;
		display: inline-block
	}

	.about_list_met_28_8_22 .show_item_left:before {
		width: 100%;
		height: 100%;
		right: 0;
		top: 0
	}

	.about_list_met_28_8_22 .show_item .show_item_left_bor {
		width: auto;
		padding: 0;
		float: none
	}

	.about_list_met_28_8_22 .show_item .show_item_left_bor>img {
		margin: 0;
		max-width: 100%
	}
}

.about_list_met_28_8_22 .time_axis {
	margin-top: 50px
}

.about_list_met_28_8_22 .time_axis .time_axis_top {
	text-align: center;
	color: #2e2e2e;
	color:
}

.about_list_met_28_8_22 .ad-zt {
	overflow: hidden;
	position: relative
}

.about_list_met_28_8_22 .ad-zt:before {
	content: " ";
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	width: 1px;
	background:
}

.about_list_met_28_8_22 .ad-zt>div {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	padding: 0 5px;
	margin: 50px 0
}

.about_list_met_28_8_22 .ad-zt .ad-zt-txt {
	text-align: right;
	padding: 30px
}

.about_list_met_28_8_22 .pull-right.ad-zt-txt {
	text-align: left
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img {
	position: relative
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img>div {
	background: ;
	box-shadow: 0px 0px 5px #e5e5e5;
	padding: 10px
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img>div h3 {
	color: #2e2e2e;
	color:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img>div p {
	color: #7a7a7a;
	color:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img .ad-zt-img-num-right {
	position: absolute;
	top: -30px;
	right: 50px;
	background: ;
	font-size: 48px;
	padding: 10px 10px;
	font-weight: bold;
	color:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img .ad-zt-img-num-left {
	position: absolute;
	top: -30px;
	left: 50px;
	background: ;
	background: red;
	font-size: 48px;
	padding: 10px 10px;
	font-weight: bold;
	color:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-img>img {
	padding: 0;
	width: 100%
}

.about_list_met_28_8_22 .ad-zt .ad-zt-txt p,
.about_list_met_28_8_22 .ad-zt .ad-zt-txt h3 {
	margin: 0px;
	margin-bottom: 5px
}

.about_list_met_28_8_22 .ad-zt .ad-zt-txt h3 {
	display: inline-block;
	font-size: 50px;
	color: #2e2e2e;
	color: ;
	box-shadow: 0px 0px 5px #ccc;
	padding: 5px 20px;
	background:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-txt .ad-zt-txt-01 {
	font-size: 18px;
	color: #f8b72a;
	color:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-txt .ad-zt-txt-03 {
	font-size: 16px;
	color: #7a7a7a;
	color:
}

.about_list_met_28_8_22 .ad-zt .ad-zt-txt .ad-zt-txt-04 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.about_list_met_28_8_22 .ad-zt-txt-hr {
	height: 3px;
	width: 65px;
	display: block;
	background: #f8b72a;
	background: ;
	margin: 20px 0px 30px 0
}

.about_list_met_28_8_22 .time_axis .time-btns {
	position: absolute;
	left: 48.3%;
	top: 50%
}

.about_list_met_28_8_22 .time_axis .time-btns .time-btn {
	padding: 10px;
	background: ;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.about_list_met_28_8_22 .pull-right.ad-zt-img {
	padding-left: 5%
}

.about_list_met_28_8_22 .pull-left.ad-zt-img {
	padding-right: 5%
}

.about_list_met_28_8_22 .pull-left.ad-zt-txt {
	padding-right: 5%; // padding-top:10.5%
}

.about_list_met_28_8_22 .pull-right.ad-zt-txt {
	padding-left: 5%; // padding-top:12.5%
}

@media (max-width:768px) {
	.about_list_met_28_8_22 .ad-title .ad-hr {
		width: 10%
	}

	.about_list_met_28_8_22 .ad-zt .ad-zt-txt {
		margin-bottom: 30px;
		text-align: center
	}

	.about_list_met_28_8_22 .ad-zt>div {
		margin: 20px 0
	}

	.about_list_met_28_8_22 .ad-zt .ad-zt-txt {
		height: auto !important;
		line-height: inherit !important
	}
}

[class*=animation-] {
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	animation-duration: 0.6s
}

.animation-slide-top10 {
	animation-name: slide-top10;
	-webkit-animation-name: slide-top10;
	-moz-animation-name: slide-top10;
	-ms-animation-name: slide-top10;
	-o-animation-name: slide-top10
}

.animation-slide-bottom10 {
	animation-name: slide-bottom10;
	-webkit-animation-name: slide-bottom10;
	-moz-animation-name: slide-bottom10;
	-ms-animation-name: slide-bottom10;
	-o-animation-name: slide-bottom10
}

.animation-slide-left10 {
	animation-name: slide-left10;
	-webkit-animation-name: slide-left10;
	-moz-animation-name: slide-left10;
	-ms-animation-name: slide-left10;
	-o-animation-name: slide-left10
}

.animation-slide-right10 {
	animation-name: slide-right10;
	-webkit-animation-name: slide-right10;
	-moz-animation-name: slide-right10;
	-ms-animation-name: slide-right10;
	-o-animation-name: slide-right10
}

.animation-slide-top50 {
	animation-name: slide-top50;
	-webkit-animation-name: slide-top50;
	-moz-animation-name: slide-top50;
	-ms-animation-name: slide-top50;
	-o-animation-name: slide-top50
}

.animation-slide-bottom50 {
	animation-name: slide-bottom50;
	-webkit-animation-name: slide-bottom50;
	-moz-animation-name: slide-bottom50;
	-ms-animation-name: slide-bottom50;
	-o-animation-name: slide-bottom50
}

.animation-slide-left50 {
	animation-name: slide-left50;
	-webkit-animation-name: slide-left50;
	-moz-animation-name: slide-left50;
	-ms-animation-name: slide-left50;
	-o-animation-name: slide-left50
}

.animation-slide-right50 {
	animation-name: slide-right50;
	-webkit-animation-name: slide-right50;
	-moz-animation-name: slide-right50;
	-ms-animation-name: slide-right50;
	-o-animation-name: slide-right50
}

@-webkit-keyframes slide-top10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-top10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-top10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-bottom10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-bottom10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-bottom10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-left10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-left10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-left10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-right10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-right10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-right10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-top50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-top50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-top50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-bottom50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-bottom50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-bottom50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-left50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-left50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-left50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slide-right50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes slide-right50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slide-right50 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[class*=animation-] {
	-webkit-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none
}

.news_list_met_28_7_20.bgcolor {
	background: #ffffff;
	background:
}

.news_list_met_28_7_20.bgpic {
	background: url() no-repeat;
	background-size: cover;
	background-position: center
}

.news_list_met_28_7_20 {
	padding: 50px;
	background-color:
}

.news_list_met_28_7_20 .head {
	text-align: left
}

.news_list_met_28_7_20 .head .title {
	margin-top: 22px;
	margin-bottom: 11px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #2e2e2e;
	color: ;
	opacity: 0;
	transform: translate(0, 100%)
}

.news_list_met_28_7_20 .head .desc {
	width: 38px;
	height: 2px;
	background: #f8b72a;
	background: ;
	opacity: 0;
	transform: translate(0, 100%)
}

.news_list_met_28_7_20 .title-box .head {
	float: left
}

.news_list_met_28_7_20 .title-box .tabs {
	margin: 18px;
	display: inline-block
}

.news_list_met_28_7_20 .title-box .tabs li {
	float: left;
	opacity: 0;
	transform: translate(0, 100%)
}

.news_list_met_28_7_20 .title-box .tabs li a {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	height: 30px;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.news_list_met_28_7_20 .title-box .tabs li a:hover {
	background: #f8b72a;
	background: ;
	text-decoration: none
}

.news_list_met_28_7_20 .title-box .tabs li a:hover h3 {
	color: #fff
}

.news_list_met_28_7_20 .title-box .tabs li a h3 {
	font-size: 13px;
	margin: 0;
	line-height: 30px;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	color: #2e2e2e;
	color:
}

.news_list_met_28_7_20 .title-box .tabs li.active a {
	background: #f8b72a;
	background:
}

.news_list_met_28_7_20 .title-box .tabs li.active a h3 {
	color: #fff
}

.news_list_met_28_7_20 .btn-more {
	padding: 5px 15px;
	border: 1px solid;
	color: #f8b72a;
	color: ;
	display: block;
	text-align: center;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.news_list_met_28_7_20 .btn-more .fa {
	padding-left: 10px
}

.news_list_met_28_7_20 .btn-more:hover {
	background: #f8b72a;
	background: ;
	padding-left: 15px;
	color: #fff;
	border-color: #f8b72a;
	border-color: ;
	text-decoration: none
}

.news_list_met_28_7_20 .btn-more:hover .fa {
	color: #fff
}

.news_list_met_28_7_20 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px
}

.news_list_met_28_7_20 .imgnews-list li {
	opacity: 0;
	transform: translateY(100%);
	overflow: hidden;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	margin-bottom: 14px;
	position: relative
}

.news_list_met_28_7_20 .imgnews-list li .title {
	font-size: 20px;
	line-height: 30px;
	color: #2e2e2e;
	color: ;
	margin: 0;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 78%
}

.news_list_met_28_7_20 .imgnews-list li .time {
	display: inline-block;
	line-height: 30px;
	color: #7a7a7a;
	color: #ffffff;
	font-size: 17px;
	position: relative;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.news_list_met_28_7_20 .imgnews-list li .fa {
	display: inline-block;
	line-height: 30px;
	float: right;
	color: #f8b72a;
	color: ;
	font-size: 13px;
	position: relative;
	right: 35px;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	opacity: 0
}

.news_list_met_28_7_20 .imgnews-list li:hover .fa {
	right: 0;
	opacity: 1
}

.news_list_met_28_7_20 .imgnews-list li:hover h3.title {
	color: #ffffff
}

.news_list_met_28_7_20 .imgnews-list li:hover h3.title span {
	color: #ffffff !important
}

.news_list_met_28_7_20 .imgnews-list li h3.title span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}

.news_list_met_28_7_20 .imgnews-list li:hover .item-other-desc {
	color: #ffffff
}

.news_list_met_28_7_20 .imgnews-list li .date {
	float: right
}

.news_list_met_28_7_20 .imgnews-list li .date .day {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	color: #7a7a7a;
	color:
}

.news_list_met_28_7_20 .imgnews-list li .date .year {
	color: #7a7a7a;
	color: ;
	position: relative;
	display: block
}

.news_list_met_28_7_20 .imgnews-list .item-2 {
	border: none !important
}

.news_list_met_28_7_20 .imgnews-list .item-2 .text {
	float: left;
	width: 80%
}

.news_list_met_28_7_20 .imgnews-list .item-2 .text h3 {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	border-color: #7a7a7a;
	border-color: ;
	font-size: 16px
}

.news_list_met_28_7_20 .imgnews-list .item-2 .text p {
	margin-top: 15px;
	color: #7a7a7a;
	color: ;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden
}

.news_list_met_28_7_20 .item-other-desc {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	color: #7a7a7a;
	color: ;
	font-size: 14px;
	display: inline-block
}

.news_list_met_28_7_20 .title-box {
	position: relative
}

@media (max-width:991px) {
	.news_list_met_28_7_20 .imgnews-list .item1 .text .content {
		width: 70%
	}
}

.news_list_met_28_7_20 .title-box h2.title {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
	font-weight: bold;
	color: #2e2e2e;
	color: ;
	margin: 0
}

.news_list_met_28_7_20 .title-box p {
	color: #7a7a7a;
	color: ;
	margin: 0
}

.news_list_met_28_7_20 .title-box p.secondtitle {
	font-size: 20px
}

.news_list_met_28_7_20 .title-box p.desc {
	font-size: 15px
}

@media (max-width:767px) {
	.news_list_met_28_7_20 {
		padding: 30px 0
	}

	.news_list_met_28_7_20 .imgnews-list li {
		width: 100% !important;
		float: none !important
	}

	.news_list_met_28_7_20 .imgnews-list .item1 .text .content {
		width: 68%
	}

	.news_list_met_28_7_20 .imgnews-list li .title {
		width: 95%
	}

	.news_list_met_28_7_20 .item-other-desc {
		width: 95%
	}

	.news_list_met_28_7_20 ul {
		margin-top: 0
	}

	.news_list_met_28_7_20 .title-box .head {
		float: none
	}

	.news_list_met_28_7_20 .title-box .tabs {
		margin: 15px 0;
		float: none
	}
}

.news_list_met_28_7_20 .imgnews-list li .timelist {
	width: 13%;
	float: left;
	text-align: center;
	background: #f8b72a;
	padding: 5px 0;
	transition: all 300ms ease
}

.news_list_met_28_7_20 .imgnews-list li:hover .timelist {
	background: #f8b72a
}

.news_list_met_28_7_20 .imgnews-list li:hover .timelist .day {
	color: #ffffff
}

.news_list_met_28_7_20 .imgnews-list li:hover .timelist .time {
	color: #ffffff
}

.news_list_met_28_7_20 .imgnews-list li .timelist .day {
	margin: 0;
	font-size: 52px;
	color: #7a7a7a;
	color: #ffffff
}

.news_list_met_28_7_20 .imgnews-list li .contantlist {
	width: 87%;
	background: #f5f5f5;
	position: absolute;
	right: 0;
	height: 100%;
	padding: 15px 0 0 30px;
	transition: all 300ms ease
}

.news_list_met_28_7_20 .imgnews-list li:hover .contantlist {
	background: #f8b72a
}

.news_list_met_28_7_20 .titlebox {
	float: left
}

.news_list_met_28_7_20 .morebox {
	float: right
}

@media (max-width:991px) {
	.news_list_met_28_7_20 .imgnews-list li .timelist {
		width: 20%
	}

	.news_list_met_28_7_20 .imgnews-list li .contantlist {
		width: 80%
	}
}

@media (max-width:767px) {
	.news_list_met_28_7_20 .imgnews-list li .timelist {
		width: 30%
	}

	.news_list_met_28_7_20 .imgnews-list li .contantlist {
		width: 70%;
		padding: 15px 0 0 12px
	}

	.news_list_met_28_7_20 .title-box h2.title {
		font-size: 40px
	}

	.news_list_met_28_7_20 .title-box p.secondtitle {
		font-size: 16px
	}

	.news_list_met_28_7_20 .title-box p.desc {
		font-size: 12px
	}

	.news_list_met_28_7_20 .title-box {
		margin-bottom: 15px
	}
}

p,ul{list-style:none;margin:0;padding:0;border:0px}
.productList {height:600px;}
.productList li{ float:left; width:300px; padding:5px; padding-bottom:10px;margin:10px;}
.productList li img{ width:270px; height:201px; border:0px solid #efefef;}
.productList li .txt{ width:300px; text-align:center; line-height:18px; padding-top:5px;}

.ke-zeroborder2 { width:100%;}
.ke-zeroborder2 td{ padding:20px;}

.clear{ clear:both;}
.divarea{ width:1200px; }
.divimg{ width:48%; float:left; }
.divword{ width:48%; float:left; }

.foottable {border:0px; width:100%; color:#fff;}
.foottable tr td { border:0px;}
.foottable tr td a { color:#fff;}

.foottable:link{color:#fff;}
.foottable:visited{color:#fff;}
.foottable:hover{ color:#fff;}

.footli ul li { line-height:28px;}