.in-ry-list .arrow-left,.gallery-top .arrow-left{left: 0;height:100px;top: 50%;background:url(../img/arrow-left.png) no-repeat center #0691d1;width: 40px;border-radius: 0;opacity: 1;}
.in-ry-list .arrow-right,.gallery-top .arrow-right{right: 0;height: 100px;top:50%;background:url(../img/arrow-right.png) no-repeat center #0691d1;width: 40px;border-radius: 0;opacity: 1;}
.in-ry-list .arrow-right:hover,.in-ry-list .arrow-left:hover{background-color: rgba(6,145,209,1);}
.arrow-left,.arrow-right{position:absolute;top:50%;margin-top:-60px;width:50px;height:120px;;z-index:100;border-radius: 8px;transition: all 0.6s ease 0s;}
.arrow-left{background:url(../img/arrow-left.png) no-repeat rgba(0,0,0,1) center;left:6%;filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;}
.arrow-right{background:url(../img/arrow-right.png) no-repeat rgba(0,0,0,1) center;right:6%;opacity: 0.2;}
.arrow-left:hover,.arrow-right:hover{filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;}
.swiper-slide,
.swiper-wrapper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	width: 100%
}
.swiper-container {
    width: 100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.index-banner{height: 100%;}
.index-banner .swiper-slide{height:500px; }
.swiper-wrapper {
	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;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide,
.swiper-wrapper {
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-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
}
.shadow {
-webkit-box-shadow:1px 1px 3px #292929;
-moz-box-shadow:1px 1px 3px #292929;
box-shadow:1px 1px 3px #292929;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-pagination,.pagination,.m-pagination{
position: absolute;
left: 0;
text-align: center;
bottom: 20px;
width: 100%;
z-index:22;
}
.swiper-pagination-switch {
display: inline-block;
width: 13px;
height: 13px;
border-radius: 100%;
background: #ccc;
margin: 0 4px;
cursor: pointer;
}
.swiper-active-switch {
background: #113a66;
}