

#banner-section,
#banner-section .carousel {
	position: relative;
	width: 100%
}

#banner-section .carousel {
	height: 300px;
	overflow: hidden
}

#banner-section .carousel_imdex {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden
}

#banner-section .indicators {
	width: 100%;
	position: absolute;
	bottom: 10px;
	z-index: 4;
	padding: 0;
	text-align: center
}

#banner-section .indicators li {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background: #ccc;
	margin-right: 15px;
	opacity: .8;
	cursor: pointer;
	display: inline-block;
	list-style-type: none;
	transition: background .3s ease-out
}

.carousel-inner,
.carousel-inner .slide {
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0
}

#banner-section .indicators li.active,
#banner-section .indicators li.active:hover,
#banner-section .indicators li:hover {
	background-color: #ab262a
}

.carousel-inner {
	z-index: 0
}

.carousel-inner .slide {
	right: 0;
	z-index: 1;
	opacity: 0
}

.carousel-inner .slide img {
	width: 100%;
	height: auto
}

.carousel-inner .slide.active,
.carousel-inner .slide.left,
.carousel-inner .slide.right {
	z-index: 2;
	opacity: 1
}

.carousel-inner .js-reset-left {
	left: auto
}

.carousel-inner .slide.left {
	left: -100%;
	right: 0
}

.carousel-inner .slide.right {
	right: -100%;
	left: auto
}

.transition .slide.left {
	left: 0
}

.transition .slide.right {
	right: 0
}

.transition .slide.shift-right {
	right: 100%;
	left: auto
}

.transition .slide.shift-left {
	left: 100%;
	right: auto
}

.transition .slide {
	transition-property: right, left, margin
}

.sy-controls {
	display: none;
	list-style: none;
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 0;
	margin: 0
}

.sy-controls li {
	position: absolute;
	width: 10%;
	min-width: 4.2em;
	height: 100%;
	z-index: 33
}

.sy-controls li.sy-prev {
	left: 0;
	top: 0
}

.sy-controls li.sy-prev a:after {
	background-position: -5% 0
}

.sy-controls li.sy-next {
	right: 0;
	top: 0
}

.sy-controls li.sy-next a:after {
	background-position: 105% 0
}

.sy-controls li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px
}

.sy-controls li a:link,
.sy-controls li a:visited {
	opacity: .4
}

.sy-controls li a:focus,
.sy-controls li a:hover {
	opacity: .8;
	outline: 0
}

.sy-controls li a:after {
	content: "";
/*
	background-image: url(../images/arrows.svg);
	background-repeat: no-repeat;
*/
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	text-indent: 0;
	line-height: 2.8em;
	color: #111;
	font-weight: 800;
	position: absolute;
	background-color: #fff;
	width: 2.8em;
	height: 2.8em;
	left: 50%;
	top: 50%;
	margin-top: -1.4em;
	margin-left: -1.4em;
	border-radius: 50%
}

#banner-section .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	cursor: pointer;
	transition: border-color .3s ease-out
}

#banner-section .arrow:hover {
	border-color: #000
}

#banner-section .arrow-left {
	left: 40px;
	transform: rotate(225deg)
}

#banner-section .arrow-right {
	right: 40px;
	transform: rotate(45deg)
}

