#featured { 
	width:100%!important;
	height:auto;
	background: url('../orbit/loading.gif') no-repeat center center;
	position:relative;
	overflow: hidden;
}
#featured>img,  
#featured>div,
#featured>a { 
	display: none; 
}

div.orbit-wrapper {
	width:100%!important;
	height:auto;
    width: 1px;
    height: 1px;
    position: relative; 
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden 
}

div.orbit>img {
	width:100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; 
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; 
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url('../orbit/rotator-black.png') no-repeat;
    z-index: 3; 
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; 
}

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url('../orbit/timer-black.png') repeat 0 0; 
}

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../orbit/pause-black.png') no-repeat;
    z-index: 4;
    opacity: 0; 
}

span.pause.active {
    background: url('../orbit/pause-black.png') no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 
}


.orbit-caption {
    display: none;
}

@media (max-width: 800px) {
	.orbit-caption {
		display: none !important;
	}
}

.orbit-wrapper .orbit-caption {
	width:246px;
	height:190px;
    background: rgba(147,38,104,.65);
    z-index: 1000;
    color: #fff;
	padding-bottom:3px;
    font-size:12px;
    position: absolute;
    right: 28px;
    bottom: 28px;
}

.orbit-wrapper .orbit-caption .txt-header{
	height:55px;
	padding:0 9px;
	font-family:myBauhausl;
	text-transform:uppercase;
	line-height:24px;
	margin-top:15px;
	font-size:18px;

}

.orbit-wrapper .orbit-caption .txt-info{
	padding:0 9px;
	text-align:justify;
	margin-top:7px;
}

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 58%;
    margin-top: -35px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url('../orbit/next.png');
    right: 5px; }

div.slider-nav span.left {
    background: url('../orbit/pre.png');
    left: 5px; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
	width:auto;
	height:34px;
	background:#373435;
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -7px;
    right: 100px;
	text-align:center;
    padding: 0 10px; 
}

.orbit-bullets li {
    float: left;
    cursor: pointer;
    color: #999;
	margin-right:3px;
	margin-top:9px;
    text-indent: -9999px;
    background: url('../orbit/bullets.png') no-repeat 0px 0;
    width: 13px;
    height: 15px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -13px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
    
/* Styling the caption */
		.showcase-caption-l
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background: rgba(167, 50, 41, 0.7);
		    text-align: justify;
              width: 250px;
              min-height: 70px;
		    display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption-l h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption1 */
		.showcase-caption1-l
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/1.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption1-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption1-l h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption2 */
		.showcase-caption2-l
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		        background-image: url('../orbit/2.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption2-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption2-l h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption3 */
		.showcase-caption3-l
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/3.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption3-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption3-l h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption4 */
		.showcase-caption4-l
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/4.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption4-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption4-l h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption5 */
		.showcase-caption5-l
		{
			color: #000;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/5.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption5-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption5-l h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption6 */
		.showcase-caption6-l
		{
			color: #000;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/5.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    left: 30px;
		}
		
		.showcase-caption6-l h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption6-l h2 a:hover {
		    text-decoration: underline;
		}
		
		.showcase-caption-l h2 a, .showcase-caption1-l h2 a, .showcase-caption2-l h2 a, .showcase-caption3-l h2 a, .showcase-caption4-l h2 a, .showcase-caption5-l h2 a {
		    color: #fff;
		}
		
		.showcase-caption6-l h2 a {
		    color: #000;
		}
		
		/* Styling the caption */
		.showcase-caption-r
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background: rgba(167, 50, 41, 0.7);
		    text-align: justify;
              width: 250px;
              min-height: 70px;
		    display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption-r h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption1 */
		.showcase-caption1-r
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/1.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption1-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption1-r h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption2 */
		.showcase-caption2-r
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		        background-image: url('../orbit/2.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption2-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption2-r h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption3 */
		.showcase-caption3-r
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/3.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption3-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption3-r h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption4 */
		.showcase-caption4-r
		{
			color: #fff;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/4.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption4-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption4-r h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption5 */
		.showcase-caption5-r
		{
			color: #000;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/5.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption5-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption5-r h2 a:hover {
		    text-decoration: underline;
		}
		
		/* Styling the caption6 */
		.showcase-caption6-r
		{
			color: #000;
              padding: 8px 15px;
              text-align: left;
              position: absolute;
              bottom: 20px;
		    background-image: url('../orbit/5.png');
              text-align: justify;
              width: 250px;
              min-height: 70px;
              display: none;
		    z-index: 1111;
		    right: 30px;
		}
		
		.showcase-caption6-r h2 {
		    text-transform: uppercase;
		}
		
		.showcase-caption6-r h2 a:hover {
		    text-decoration: underline;
		}
		
		.showcase-caption-r h2 a, .showcase-caption1-r h2 a, .showcase-caption2-r h2 a, .showcase-caption3-r h2 a, .showcase-caption4-r h2 a, .showcase-caption5-r h2 a {
		    color: #fff;
		}
		
		.showcase-caption6-r h2 a {
		    color: #000;
		}