@charset "utf-8";
#iview{
	display: block;
	max-width: none;
	min-width: 12em;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#iview .iviewSlider{
	display: block;
	width: 100em;
	height: 43.75em;
	overflow: hidden;
}
#iview div.iview-directionNav{
	position: absolute;
	top: 47%;
	left: 0em;
	z-index: 9;
	width: 100%;
}
#iview div.iview-directionNav a{
	display: block;
	cursor: pointer;
	position: absolute;
	color: #5A21A8;
	font-family: 'sns' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.5em;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}
#iview div.iview-directionNav a.iview-nextNav:before{
	content: "\e90b";
}
#iview div.iview-directionNav a.iview-nextNav{
	right: -1.69em;
}
#iview div.iview-directionNav a.iview-prevNav:before{
	content: "\e909";
}
#iview div.iview-directionNav a.iview-prevNav{
	left: -1.69em;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav{
	right: .25em;
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav{
	left: .25em;
}
#iview .iview-controlNav{
	position: absolute;
	bottom: .63em;
	right: 0;
	left: 0;
	text-align: center;
}
#iview .iview-controlNav a{
	text-indent: -624em;
}
#iview .iview-controlNav a.iview-control{
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	width: .7em;
	height: .7em;
	border-radius: 2em;
	background-color: #ffffff;
	line-height: 0;
	margin-right: .44em;
}
#iview .iview-controlNav a.iview-control.active{
	background-color: #5A21A8;
}
.iview-caption.caption1{
	max-width: 40em;
	right: 4%;
	bottom: 25%;
	font-family: 'Raleway', sans-serif;
	text-align: right;
	padding: 1.5em;
}
.iview-caption.caption1 h5{
	color: #414141;
	font-size: 1.88em;
	padding: .77em 1em;
	font-weight: normal;
	margin: 0 0 .9em 0;
	text-shadow: .02em .02em .02em #ffffff;
	/*background: rgba(90,33,168,0.75);*/

}
.iview-caption.caption1 .btn{
	background-color: #00a94b;
	color: #ffffff;
	border-radius: .5em;
	display: inline-block;
	padding: .9em 1.5em;
	font-family: 'Raleway', sans-serif;
	font-size: 1.11em;
	font-weight: normal;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.iview-caption.caption1 .btn:hover{
	background-color: #009140;
	text-shadow: .1em .1em .1em #242424;
}
#iview-preloader{
	border: .1em solid #666666;
	width: 9.38em;
}
#iview-preloader div{
	background-color: #666666;
}
#iview-timer{
	border-radius: .63em;
}
#iview-timer div{
	border-radius: .63em;
}