.iS {
	position: relative;
	width: 100%;
	height: 150px;
}
.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-x: hidden;
	overflow-y: visible;
}
.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: 2.7em;;
	height: 2.7em;;
	bottom: 50px;
	right: 100px;
	border-radius: 50%;
	border: none;
	line-height: 3.2em;
}
.iS-Next {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	width: 2.7em;;
	height: 2.7em;;
	bottom: 50px;
	right: 50px;
	border-radius: 50%;
	border: none;
	line-height: 3.2em;
}
.iS-Play {
	position: absolute;	
	z-index: 3;
	cursor: pointer;
	text-align: center;
	top: 5%;
	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: 5%;
	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;
	right: 0;
	top: 50%;
	margin-top: -46px;
	width: auto;
	height: auto;
	text-align: center;
}
.iS-Dot {
	position: relative;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	z-index: 3;
	width: 13px;
	height: 13px;
	margin: 10px 15px 10px 0;
	border: none;
	border-radius: 50%;
	line-height: 10px;
	text-align: center;
	border-style: solid;
	border-width: 3px;
}
.iS-Dot:last-child {
	margin-bottom: 0;	
}
/*Colors*/

.iS-Previous {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.iS-Next {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/*background-color: rgba(255,72,72,0.1);*/
}
.iS-Play {
	color: #fff;
	border-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(255,72,72,0.1);
}
.iS-Play:hover {
	background-color: #ff4848;
}
.iS-Playactive {
}
.iS-Stop {
	color: #fff;
	border-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(255,72,72,0.1);
}
.iS-Stop:hover {
	background-color: #ff4848;
}
.iS-Stopactive {
}
.iS-Dots {
	
}
.iS-Dot {
	border-color: #fff;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.iS-Dot:hover {
	background-color: #B3B3B3;
}
.iS-Dotactive {
	background-color: #5b5b5b !important;	
}
.iS-Loopline {
	background-color: #ff4848;	
}
.iS-Loading {
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 1;
}
.iS-Loadingbox {
	position: relative;
	width: 100%;
	top: 50%;
	margin-top: -37px;
}
.iS-Loadingboxtitle{
	font-size: 20px;
	font-weight: 700;
}
.iS-Loadingboxbar {
	display: inline-block;
	height: 30px;
	width: 6px;
	-webkit-animation: Loadingboxbar 1.8s infinite ease-in-out;
	animation: Loadingboxbar 1.8s infinite ease-in-out;
}
/*Context*/
.iS-Loading {
	position: fixed;
}
.iS .iS-Loading {
	position: absolute;
}
.iS .iS-Loading.hide {
	opacity: 0;
}
/*Colors*/
.iS-Loading {
	background-color: #ff4848;
}
.iS-Loadingboxtitle {
	color: #b2b2b2 ;
}
.iS-Loadingboxbar {
	background-color: #b2b2b2;
}
/*Animation*/
.iS-Loadingboxbar:nth-child(2) {
	-webkit-animation-delay: -1.7s;
	animation-delay: -1.7s;
}
.iS-Loadingboxbar:nth-child(3) {
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
}
.iS-Loadingboxbar:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
}
.iS-Loadingboxbar:nth-child(5) {
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
}
@-webkit-keyframes Loadingboxbar {
	0%, 50%,  100% { opacity: 0.5; -webkit-transform: scaleY(0.2) }  
	25%, 75% { opacity: 1; -webkit-transform: scaleY(1.0) }
}
@keyframes Loadingboxbar {
	0%, 50%,  100% { opacity: 0.5; transform: scaleY(0.2) }  
	25%, 75% { opacity: 1; transform: scaleY(1.0) }
}
/*PERSONNALISATION*/
.iS .background {
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 175px;
	position: absolute;
	bottom: 30px;
}
.iS-TextBottom {
	width: 1002px;
	height: 175px;
	position: absolute;
	bottom: 30px;
	left: 0;
}
.iS .background .content:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.8);
    top: -15px;
    content: "";
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    width: 0;
    z-index: 3;
}
.iS-TextBottom table {
	height: 100%;	
}
.iS-TextBottom table td {
	height: 100%;
	vertical-align: middle;
}

