/* scroller */


.StartScroller, .StartScroller_ {
	width:100%;
	
	height:80vh;
	
	height: calc(100vh - 150px);
    height: -o-calc(100vh - 150px);
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
	
	/*max-height: 900px;*/
	
	background-size: cover;
	background-repeat:no-repeat;
	background-position: top center;
	display:block;
	position:absolute;
	overflow:hidden;
	text-align: center;
	
}
.StartScrollerPlaceHolder {
	width:100%;
	height:80vh;
	
	height: calc(100vh - 150px);
    height: -o-calc(100vh - 150px);
    height: -webkit-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
				
				/*max-height: 900px;*/
}



.StartScrollerImage {
 width: inherit;
 display: inline-block;
 float: none;
 margin:0 -100%;
}

#SliderIndicator {
  
  width: auto;
  display: inline-block;
  padding: 10px;
  padding-bottom: 6px;
  
 direction: ltr;
 -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  
}
.SliderIndicatorContainer {
  width:100%;
  display: block;
  position: absolute;
  z-index: 88;
  top: 65%;
      top: calc(100vh - 180px);
      top: -o-calc(100vh - 180px);
      top: -webkit-calc(100vh - 180px);
      top: -moz-calc(100vh - 180px);
	  text-align: center;
}

.IndicatorSelected {
  display: inline-block;
  float: none;
  width:12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #e81c23;
  border: 1px #ffffff solid;
  margin: 3px;
}
.Indicator {
  display: inline-block;
  float: none;
  width:12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px #000000 solid;
  margin: 3px;
}

.zIndex0 {z-index:0;}
.zIndex10 {z-index:10;}
/*scroller*/