@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?rretjt');
	src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?rretjt') format('woff'),
		url('../fonts/icomoon.ttf?rretjt') format('truetype'),
		url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* jssor slider arrow navigator skin 05 css */
/*
		        .jssora05l                  (normal)
		        .jssora05r                  (normal)
		        .jssora05l:hover            (normal mouseover)
		        .jssora05r:hover            (normal mouseover)
		        .jssora05l.jssora05ldn      (mousedown)
		        .jssora05r.jssora05rdn      (mousedown)
		        .jssora05l.jssora05lds      (disabled)
		        .jssora05r.jssora05rds      (disabled)
		        */
.jssora05l,
.jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../img/a17.png') no-repeat;
	overflow: hidden;
}

.jssora05l {
	background-position: -10px -40px;
}

.jssora05r {
	background-position: -70px -40px;
}

.jssora05l:hover {
	background-position: -130px -40px;
}

.jssora05r:hover {
	background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}

.jssora05l.jssora05lds {
	background-position: -10px -40px;
	opacity: .3;
	pointer-events: none;
}

.jssora05r.jssora05rds {
	background-position: -70px -40px;
	opacity: .3;
	pointer-events: none;
}

/* jssor slider thumbnail navigator skin 01 css */
/*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/
.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}

.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
	box-sizing: content-box;
	background: url('../img/t01.png') -800px -800px no-repeat;
	_background: none;
}

.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 68px;
	height: 68px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width
	/**/
	: 72px;
	height
	/**/
	: 72px;
}

body,
html {
	/* font-size: 100%; */
	padding: 0;
	margin: 0;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover,
a:focus {
	color: #006363;
	text-decoration: none;
}

.alice-container {
	margin: 0 auto;
}

.bgcolor-1 {
	background: #f0efee;
}

.bgcolor-2 {
	background: #f9f9f9;
}

.bgcolor-3 {
	background: #e8e8e8;
}

/*light grey*/
.bgcolor-4 {
	background: #2f3238;
	color: #fff;
}

/*Dark grey*/
.bgcolor-5 {
	background: #df6659;
	color: #521e18;
}

/*pink1*/
.bgcolor-6 {
	background: #2fa8ec;
}

/*sky blue*/
.bgcolor-7 {
	background: #d0d6d6;
}

/*White tea*/
.bgcolor-8 {
	background: #3d4444;
	color: #fff;
}

/*Dark grey2*/
.bgcolor-9 {
	background: #ef3f52;
	color: #fff;
}

/*pink2*/
.bgcolor-10 {
	background: #64448f;
	color: #fff;
}

/*Violet*/
.bgcolor-11 {
	background: #3755ad;
	color: #fff;
}

/*dark blue*/
.bgcolor-12 {
	background: #3498DB;
	color: #fff;
}

/*light blue*/
.bgcolor-20 {
	background: #494A5F;
	color: #D5D6E2;
}


/*nav*/
.alice-demo a {
	color: #fff;
	text-decoration: none;
}

.alice-demo {
	width: 100%;
	padding-bottom: 1.2em;
}

.alice-demo a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.6em 1em;
	border: 3px solid #fff;
	font-weight: 700;
}

.alice-demo a:hover {
	opacity: 0.6;
}

.alice-demo a.current {
	background: #1d7db1;
	color: #fff;
}

/* Top Navigation Style */
.alice-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center;
}

.alice-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.alice-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.alice-icon span {
	display: none;
}

.alice-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}



/* icomoon */
.icon-alice-home-outline:before {
	content: "\e5000";
}

.icon-alice-arrow-forward-outline:before {
	content: "\e5001";
}

@media screen and (max-width: 1024px) {
	.alice-header {
		padding: 2em 10% 2em;
	}

	.alice-header h1 {
		font-size: 1.4em;
	}

	.alice-links {
		font-size: 1.4em
	}
}

.alice-container p {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	background-color: #222;
	color: #fff;
	text-align: center;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2.5em;
}

.alice-container span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}