@charset "utf-8";
#iview{
	display: block;
	max-width: 75em;
	min-width: 18.75em;
	position: relative;
	margin: 0em auto;
	overflow: hidden;
}
#iview .iviewSlider {
	display: block;
	width: 75em;
	height: 22.25em;
	overflow: hidden;
}
#iview div.iview-directionNav{
	display: none;
	position: absolute;
	top: 47%;
	left: 0em;
	z-index: 9;
	width: 100%;
}
#iview div.iview-directionNav a{
	display: block;
	cursor: pointer;
	position: absolute;
	width: 1.69em;
	height: 1.69em;
	background-image: url(../../img/direction.jpg);
	opacity: 0.7;
	text-indent: -624em;
	-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{
	right: -1.69em;
	background-position: 1.69em 0em;
}
#iview div.iview-directionNav a.iview-prevNav{
	left: -1.69em;
	background-position: 0em 0em;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav{
	right: 1.25em;
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav{
	left: 1.25em;
}
#iview .iview-controlNav {
	position: absolute;
	bottom: 0.63em;
	right: 0.94em;
}
#iview .iview-controlNav a {
	text-indent: -624em;
}
#iview .iview-controlNav a.iview-control {
	padding: 0em;
	float: left;
	width: 0.69em;
	height: 0.69em;
	background: url('../../img/bullets.jpg') no-repeat 0em 0em;
	line-height: 0em;
	margin-right: 0.44em;
}
#iview .iview-controlNav a.iview-control.active {
	background-position: 0em -0.69em;
}
.iview-caption {
	color: #FFF;
	padding: 0.63em 0.94em;
	font-family: "Alegreya Sans",sans-serif;
}
.iview-caption.caption1{
	width: 35em;
	text-align:right;
}
.iview-caption.caption1 h2{
	font-family: "Alegreya Sans",sans-serif;
	background-color: rgba(30,88,154,0.7);
	color: #ffffff;
	float:right;
	font-size: 2em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0em 0em 0.2em 0em;
	display: inline-block;
}
.iview-caption.caption1 p{
	font-family: "Alegreya Sans",sans-serif;
	background-color: rgba(30,88,154,0.7);
	color: #ffffff;
	float:right;
	font-size: 1.33em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	display: inline-block;
}
.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 0.63em 0.63em 0.94em 0em;
	text-shadow: none;
}
#iview-preloader {
	border: #666 0.1em solid;
	width: 9.38em;
}
#iview-preloader div {
	background: #666;
}
#iview-timer {
	display: none !important;
	border-radius: 0.63em;
}
#iview-timer div {
	border-radius: 0.63em;
}