/*
body {
	width: 100%;
	overflow: hidden;
}*/

/*
.responsiveHeight {
	height: 368px;
	padding-bottom: 0;
	position: relative;
	overflow: visible;
}

.responsiveHeight > .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*min-height: 151px;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 100%;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	width: 1170px;
	height: 100%;
	text-align: center;
}

.iosSlider .slider .item img {
	width: 100%;
}

.indicators {
	position: relative;
	top: 10px;
	left: 0;
	width: 1170;
	height: 10px;
	margin: 0 auto;
	z-index: 10;
}

.indicators .item {
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	border: 1px solid #000;
}

.indicators .selected {
	background: #666;
}

@media screen and (max-width: 1170px) {
	
	.responsiveHeight {
		height: 0;
		padding: 0 0 31.452991452991452991452991452991% 0; /* responsive slider height = 40% of the browser width */ /* 368/1170 = 0.31 
	}
	
	.indicators {
		width: 100%;
	}
	
}

@media screen and (max-width: 480px) {
	
	.responsiveHeight {
		height: auto;
		padding: 0 0 300px 0; /* responsive slider height = 40% of the browser width */ /* 368/1170 = 0.31452991452991452991452991452991 
	}
	
	.responsiveHeight > .inner {
		min-height: 300px;
	}
}*/