.iS {
	position: relative;
	top: 0px;
	left: 0px;
}
.iS-Commands {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.iS-Content {
	position: absolute;	
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
}
.iS-Items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.iS-Item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.iS-Previous {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 30px;
	top: 50%;
	left: 5%;
	border-radius: 50%;
	border: 1px solid;
	line-height: 41px;
	margin-top: -20px;
}
.iS-Next {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 30px;
	top: 50%;
	right: 5%;
	border-radius: 50%;
	border: 1px solid;
	line-height: 41px;
	margin-top: -20px;
}
.iS-Play {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	top: 90%;
	right: 5%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
	line-height: 38px;
}
.iS-Playactive {
}
.iS-Stop {
	position: absolute;
	z-index: 3;
	cursor: pointer;
	text-align: center;
	top: 90%;
	right: 5%;
	margin-right: 50px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
	line-height: 38px;
}
.iS-Stopactive {
}
.iS-Loopline {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 5px;
	left: 0px;
	bottom: 0px;
}
.iS-Dots {
	position: absolute;	
	text-align: center;
	left: 0%;
	bottom: -30px;
	width: 100%;
	height: auto;
	text-align: center;
}
.iS-Dot {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	width: 59px;
	height: 59px;
	margin: 0px 10px;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
}
	.iS-Dot:nth-child(1){
	font-size: 32px;
	line-height: 56px;	
	}
	.iS-Dot:nth-child(2){
	font-size: 28px;
	line-height: 56px;
	}
	.iS-Dot:nth-child(3){
	font-size: 28px;
	line-height: 54px;	
	}
	.iS-Dot:nth-child(4){
	font-size: 32px;
	line-height: 56px;		
	}
@media (min-width: 0px) and (max-width: 479px) {
	.iS-Dot:nth-child(1){
	font-size: 24px;
	line-height: 38px;	
	}
	.iS-Dot:nth-child(2){
	font-size: 22px;
	line-height: 38px;
	}
	.iS-Dot:nth-child(3){
	font-size: 22px;
	line-height: 36px;	
	}
	.iS-Dot:nth-child(4){
	font-size: 24px;
	line-height: 36px;	
	}
}
/*Colors*/

.iS-Previous {
	color: #80c8e3;
	border-color: #80c8e3;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(255,255,255,0.7);
}
.iS-Previous:hover {
	color: white;
	background-color: #80c8e3;
}
.iS-Next {
	color: #80c8e3;
	border-color: #80c8e3;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(255,255,255,0.7);
}
.iS-Next:hover {
	color: white;
	background-color: #80c8e3;
}
.iS-Play {
	color: #F0F0F0;
	border-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: transparent;
}
.iS-Play:hover {
	background-color: #80c8e3;
}
.iS-Playactive {
}
.iS-Stop {
	color: #F0F0F0;
	border-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: transparent;
}
.iS-Stop:hover {
	background-color: #80c8e3;
}
.iS-Stopactive {
}
.iS-Dots {
	
}
.iS-Dot {
	color: #80c8e3;
	background-color: #fff;	
	box-shadow: 0px 0px 0px 2px #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.iS-Dot:hover {
	color: #fff;
	background-color: #80c8e3;
	border-color: #80c8e3;
}
.iS-Dotactive {
	color: #fff;
	background-color: #80c8e3;	
	border-color: #80c8e3;			
}
.iS-Loopline {
	background-color: #80c8e3;	
}
/*Responsive*/
@media (min-width: 0px) and (max-width: 479px) {
	.iS {
		width: 100%;
		height: 390px;
	}
	.iS-Next, .iS-Previous {
		width: 30px;
		height: 30px;
		line-height: 32px;
		font-size: 24px;
		border-radius: 50%;
		border: 1px solid;
		top: 365px;
	}
	.iS-Dots {
		bottom: -20px;
	}
	.iS-Dot{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0px 5px;
	}
	.iS-Stop,.iS-Play{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0px 5px;
		top: 80%;
		right: 4%;
	}
	.iS-Stop{
		margin: 0px 55px;
	}
	.iS-Play{
		margin: 0px 5px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.iS {
		width: 100%;
		height: 500px;
	}
	.iS-Next, .iS-Previous {
		width: 30px;
		height: 30px;
		line-height: 32px;
		font-size: 24px;
		border-radius: 50%;
		border: 1px solid;
		top: 505px;
	}
}
@media (min-width: 768px) and (max-width: 900px) { 
	.iS {
		width: 100%;
		height: 568px;
	}
	.iS-Next, .iS-Previous{
		top: 568px;
	}
}
@media (min-width: 901px) and (max-width: 1199px){ 
	.iS {
		width: 100%;
		height: 612px;
	}
	.iS-Next, .iS-Previous{
		top: 612px;
	}
}
@media (min-width: 1200px) {
	.iS {
		width: 100%;
		height: 700px;
	}
}