/*
*	ORDIT FOUNDATION STYLE
*	container
*	timer
*	bullets
*	arrows
*/
/*	container	*/
.orbit-container{
    /*padding-right:40px;*/
	padding-top:0px;
	margin-top:0px;
}

/*	timer	*/
.orbit-container .orbit-timer{
	height:1px;
    position:absolute;
    top:-7px;
    width:100%;
    z-index:6;
}
.orbit-container .orbit-timer .orbit-progress{
	background-color:rgba(0, 0, 0, 0.3);
}
/*	bullets	*/
.orbit-bullets, .orbit-bullets-container{
	margin: 0;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
}
.orbit-bullets{
	top:0px;
	z-index:7;
	display:block !important;
}
.orbit-bullets li{
	margin-right:10px;
    border: 0px;
	width:0.8rem;
	height:0.8rem;
	border-radius:4px;
	background-color: #cabfbd;
}
.orbit-bullets li.active {
	border:unset;
    background-color:#a8baa9;
    width:0.8rem;
	height:0.8rem;
}
/*.orbit-bullets li:nth-child(2).active {
	  background-color:#ff2476;
}
.orbit-bullets li:nth-child(3).active {
	  background-color:#24ff86;
}
.orbit-bullets li:nth-child(4).active {
	  background-color:#ff8124;
}
.orbit-bullets li:nth-child(5).active {
	  background-color:#ceff24;
}
.orbit-bullets li:nth-child(6).active {
	  background-color:#24ceff;
}*/
.home .orbit-bullets, .orbit-bullets-container{
	margin-top:20px;
	padding-bottom:0px !important;
}
/*	arrows	*/
.orbit-container .orbit-next:hover, .orbit-container .orbit-prev:hover{
	background-color:unset;
}
.orbit-container .orbit-next > span, .orbit-container .orbit-prev > span{
	border: unset;
    display: block;
    height: 460px;
    margin-top: unset;
    position: absolute;
    top: -248px;
    /*width: 40px;*/

    width:60px !important;
	margin: 0;
	padding: 0;
	background-position: center center;
    background-repeat: no-repeat;

}
.orbit-container .orbit-next > span{
	background-image:url('../images/arrows-orbit-next.png');
	border-color: unset;
    border-left-style: unset;
    left:0px;
    margin-left: 0;

}
.orbit-container .orbit-next > span:hover, .orbit-container .orbit-prev > span:hover{
	opacity:0.7;
}
.orbit-container .orbit-prev > span{
	background-image:url('../images/arrows-orbit-prev.png');
	border-color: unset;
    border-left-style: unset;
    left:0px;
    margin-left: 0;
}
.orbit-container .orbit-next, .orbit-container .orbit-prev{
	margin-top:unset;
	width:40px;
	height:40px;
	top:49%;
	right:25px;
}
/*.orbit-container .orbit-prev{
	right: 41px !important;
	left: unset;
}*/

.orbit-image-container{
	position:relative;
}
.orbit-text-container-rx{
	color:#777777;
	position: absolute;
	top:35%;
	right:2%;
	padding: 25px;
	font-size:14px;
	max-width:500px;
	line-height:20px;
}
.orbit-text-container-sx{
	color:#777777;
	position: absolute;
	top:35%;
	left:2%;
	padding: 25px;
	font-size:14px;
	max-width:500px;
	line-height:20px;
}
.home-banner{
	color:#777777;
	padding: 25px;
	font-size:14px;
	line-height:20px;
}
.orbit-text-container-rx .title, .orbit-text-container-sx .title, .home-banner .title{
	color:#000000;
	font-size: 35px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 40px;
}
.orbit-text-container-rx.withe, .orbit-text-container-sx.withe, .orbit-text-container-rx.withe .title, .orbit-text-container-sx.withe .title{
	color:#FFFFFF;
}
/*.orbit-container .orbit-slides-container > *{
	padding-right:40px;
}*/
