.header {
	position: relative;
}
.header-bar {
	height: 100px;
	width: 100%;
}

.top-slider {
	width: 100%;
	height: auto;
}
.top-slider a {
	display: block;
}
.top-slider span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.top-slider span {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.top-slider-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 920px;
	height: 575px;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
}
.header-bar-fixed ~ .top-slider-wrapper {
	margin-top: 100px;
}
.admin-bar .header-bar-fixed ~ .top-slider-wrapper {
	margin-top: 68px;
}

.top-slider-item {
	display: none;
}
.top-slider-item:nth-of-type(1) {
	display: block;
}
.top-slider-item:nth-of-type(1) span {
	-webkit-animation: imageAnimation01 10s linear infinite 0s;
	animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(2) span {
	-webkit-animation: imageAnimation02 10s linear infinite 0s;
	animation: imageAnimation02 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(3) span {
	-webkit-animation: imageAnimation02 10s linear infinite 0s;
	animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:only-child span {
	-webkit-animation: none;
	animation: none;
}

.top-slider-nav {
	position: absolute;
	bottom: 0%;
	text-align: center;
	width: 85%;
	z-index: 9;
}
.top-slider-nav li {
	display: inline-block;
}
.top-slider-nav li:not(:first-child) {
	margin-left: 15px;
}
.top-slider-nav a {
	background: #fff;
	border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
}

.top-slider-content {
	border-radius: 50%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	table-layout: fixed;
	vertical-align: middle;
	z-index: 9;
}

.top-slider-content-inner {
	background: #fff;
	display: table-cell;
	text-align: center;
	transition-property: background;
	transition: .5s;
	vertical-align: middle;
	word-wrap: break-word;
}
.top-slider-content-inner:hover {
	background: rgba(255, 255, 255, 0.5);
}
/* .top-slider-content-inner:after {
	content: "\e90e";
	font-family: "design_plus";
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	width: 17px;
	height: 17px;
} */

.top-slider-logo {
	line-height: 1;
	/* margin-bottom: 20px; */
}

.top-slider-text {
	line-height: 1.6;
}

.top-slider-nav li.active a, .top-slider-nav li:hover a {
	background: #C5B8A8;
}
.top-slider .top-slider-item:nth-of-type(1) span {
	background-image: url(../images/index/slider/slider1.jpg);
	max-height: 575px;
}
.top-slider .top-slider-item:nth-of-type(2) span {
	background-image: url(../images/index/slider/slider2.jpg);
	max-height: 575px;
}
.top-slider .top-slider-item:nth-of-type(3) span {
	background-image: url(../images/index/slider/slider3.jpg);
	max-height: 575px;
}
.top-slider-logo {
	width:117px; height:auto;
}

@media only screen and (max-width: 919px) {
	.top-slider-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
	padding-top: 62.5% 
}
}

@media only screen and (max-width: 767px) { 
	.top-slider-logo {
		width:80px !important; height:auto;
	}
	
	.top-slider-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
	padding-top: 62.5% 
}
}
