


.caption1 .caption-contain{
	text-align:center;
}


html #iview h3 {
    border-bottom: 2px solid #FFFFFF;
    font-family: 'bebas_neueregular' !important;
    font-size: 33px;
}
.caption1 .caption-contain h5 strong {
    font-weight: 600;
}
.caption1 .caption-contain1 h5 {
    font-size: 28px;
}




.iview-caption h3 {
	border-bottom: 2px solid #FFFFFF;
	font-size: 33px;
}
.iview-caption h5 {
	font-size: 28px;
}
.iview-caption h5 strong {
	font-weight: 600;
}
html #iview .container_9 {
	margin: 0 auto;
	width: 1170px;
	position: relative;
}

html #iview h1{
	 font-family: bebas_neueregular;
}


html #iview h1, html #iview h2, html #iview h3, html #iview h4, html #iview h5, html #iview h6 {
	color: #FFFFFF;
	line-height: 1.5;
	margin-bottom: 0px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}

#iview .container {
	display: block;
	margin: 0px auto;
}
#iview {
	display: block;
	position: relative;
	margin: 0px auto 40px;
	overflow: hidden;
}
#iview .iviewSlider {
	display: block;
	overflow: hidden;
}
#iview div.iview-directionNav {
	left: 0;
	position: absolute;
	top: 93%;
	width: 100%;
	z-index: 9;
}
#iview div.iview-directionNav a {
	background-image: url("theme-control.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	text-indent: -9999px;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-in-out;
	width: 167px;
	background-position: 71px 10px !important;
	-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: -227px;
	background-position: 27px 0px;
	opacity: 0.6;
}
#iview div.iview-directionNav a.iview-prevNav {
	left: -227px;
	background-position: 0px 0px;
	opacity: 0.6;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20%;
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20%;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav:hover, #iview.iview-hover div.iview-directionNav a.iview-prevNav:hover {
	opacity:1;
}
.iview-caption {
 background: url("../../img/caption-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    height: auto !important;
    padding: 10px 15px;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    width: auto !important;
}
.iview-caption.caption1 {
	text-shadow: none;
}
.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}
.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}
#iview-preloader {
	border: #666 1px solid;
	width: 150px
}
#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}
#iview-timer div {
	border-radius: 10px;
}


