#iview {
    display: block;
    max-width: 110%;
    min-width: 300px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    position: relative;
    margin: 0 auto;
    overflow: hidden
}
#iview .iviewSlider {
    display: block;
    width: 1920px;
	height: 900px;
    min-height: 100vh;
    overflow: hidden;
    border-radius: 4px
}
#iview div.iview-directionNav {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
    width: 100%
}
#iview div.iview-directionNav a {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(../img/bg_direction_nav.png);
    text-indent: -9999px;
    -webkit-transition: left .3s ease-in-out;
    -webkit-transition-property: left, right;
    -moz-transition: left .3s ease-in-out;
    -moz-transition-property: left, right;
    -o-transition: left .3s ease-in-out;
    -o-transition-property: left, right;
    -ms-transition: left .3s ease-in-out;
    -ms-transition-property: left, right;
    transition: left .3s ease-in-out;
    transition-property: left, right
}
#iview div.iview-directionNav a.iview-nextNav {
    right: -35px;
    background-position: 70px 0;
}
#iview div.iview-directionNav a.iview-prevNav {
    left: -35px;
    background-position: 0 0;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav {
    right: 75px
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav {
    left: 75px
}
.iview div.iview-directionNav {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 9;
    width: 100%
}
#iview div.iview-directionNav {
    top: 49%
}
#iview .iview-controlNav {
    position: absolute;
    bottom: 30px;
    left: 133px
}
#iview .iview-controlNav a {
    text-indent: -9999px
}
#iview .iview-controlNav a.iview-control {
    padding: 0;
    float: left;
    width: 11px;
    height: 11px;
    background: url(../img/bullets_2.png) no-repeat 0 0;
    line-height: 0;
    margin-right: 7px
}
#iview .iview-controlNav a.iview-control.active {
    background-position: 0 -11px
}
.iview-caption {
    font-family: fontello, Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 12px;
    text-shadow: -1px 2px 2px #000;
    display: block
}
.iview-caption.caption1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 70px;
    font-weight: 700;
    height:auto;
    width: 100%;
	text-align:center !important;
    /*letter-spacing: .05em*/
}
.iview-caption.caption2 {
    text-shadow: none;
    font-size: 55px;
    padding: 0 5px;
    width: 100% !important;
    display: block;
    text-shadow: -1px 2px 2px #000;
	text-align:center !important;
}
.iview-caption.caption2 strong {
    font-size: 55px;
}
.iview-caption.button1 {
	width: 100%;
	height: auto !important;
	text-align: center;
}
.iview-caption.button1 .caption-contain a{ 
background-color:rgba(0,0,0,.5);
background-image:none;
border:2px solid transparent;
border-radius:4px;
text-shadow: none;
color:#fff000 ;
border-color: #fff000 !important;
font-size: 20px;
font-weight:400;
font-family: sans-serif;
line-height: 1.5;
display: inline-block;
padding: 8px 20px;
margin-bottom:0;
text-align:center;
white-space:nowrap;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}



/*.iview-caption.button1:hover {
    display: block;
    background: #009cde8a
}
.iview-caption.button1:hover a {
    color: #333;
    text-shadow: 1px 1px 1px #fff
}*/
.iview-caption.caption5 {
    background: #c4302b;
    box-shadow: rgba(0, 0, 0, .7) 10px 10px 15px 0;
    font-size: 20px;
    font-weight: 700;
    text-shadow: none
}
#iview-preloader {
    border: #666 1px solid;
    width: 150px
}
#iview-preloader div {
    background: #666
}
.iview-controlNav div.iview-items ul li {
    padding: 0;
    float: left;
    width: 11px;
    height: 12px;
    margin: 3px;
    margin-top: 16px;
    line-height: 0
}
#iview #iview-tooltip {
    display: none;
    position: absolute;
    background: url(../img/tooltip.png) no-repeat;
    width: 124px;
    height: 90px;
    bottom: 30px;
    left: -67px;
    padding: 10px;
    z-index: 100
}
#iview #iview-tooltip div.holder {
    display: block;
    width: 124px;
    height: 84px;
    overflow: hidden;
    border-radius: 2px
}
#iview #iview-tooltip div.holder div.container {
    display: block;
    width: 4000px
}
#iview #iview-tooltip div.holder div.container div {
    float: left;
    display: block;
    overflow: hidden;
    width: 124px;
    height: 84px;
    left: -50%;
    text-align: center
}
#iview #iview-tooltip div.holder div.container div img {
    height: 84px;
    margin: 0 auto
}
#iview-preloader {
    border: #666 1px solid;
    width: 150px
}
#iview-preloader div {
    background: #666
}
#iview-timer {
    border-radius: 10px
}
#iview-timer div {
    border-radius: 10px
}