/*--------------- BEGIN SLIDER-----------------*/

#featured {
    width : 940px;
}

.carousel {
    margin-bottom : 5px;
}

html body ul.orbit-bullets li {
    padding-left : 0px;
}

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    padding-top : 2px;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }
    
div.orbit.with-bullets {
    margin-bottom: 40px;
}

div.orbit>img {
    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%; 
}

.orbit-wrapper .columns h4 {
    color: #FFFFFF;
    padding: 40px 40px 0;
    text-align: right;
}

.slider_content_list {
    color: #FFFFFF;
    padding : 0 19px 40px;
    text-align: right;
    margin : 0px 0px 0px 0px;
}

/* Slider */
.slide{
     height: 276px !important;
     overflow:hidden;
}

.slide .slider-left{
    float:left;
    width: 42.737%
}

.slide .slider-right{
    float:right;
    width:57%;

}


.green > .slide{
     background-color: #79b63e;
}

.red > .slide {
     background-color: #c35c13;
}

.yellow > .slide {
     background-color: #ffcc00;
}

.blue > .slide {
     background-color: #00529e;
}

.orange > .slide{
     background-color: #c35c13;
}

.grey > .slide{
     background-color: #9c9e9f;
}

.light-green > .slide{
     background-color: #aece76;
}

.slider_context {
    text-align:right;
    color: #FFFFFF;
     margin-top: 7%;
}

.slider_desc {
    margin-top : 110px;
}

.slider_context h4 {
    text-align:right;
    color: #FFFFFF;
    font-size: 1.8em;
    margin-bottom: 0px;
}

div.orbit.with-bullets{
    margin-bottom:5px;
}

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
}
    
/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 4;
    list-style: none;
    bottom: 9px;
    margin-left: 0px;
    padding-left : 36px;
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url('/img/slider/bullets.png') no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 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; }
    
/* FLUID LAYOUT
   ================================================== */
.orbit .fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

.orbit, .orbit-wrapper { width: 100% !important; }

.slider_desc ul li,
.slider_context ul li {
    color: #FFFFFF;
    font-size: 2.5em;
    line-height: 35px;
    margin-bottom: 0;
    text-align: right;
}

.slider_desc ul li,
.slider_context ul {
    list-style : none outside none;
}

div.orbit-wrapper div.slider-nav span.left {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('/img/slider/arrow_left.png');
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 20px;
    width : 6px;
}

div.orbit-wrapper div.slider-nav span.right {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url('/img/slider/arrow_right.png');
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: 842px;
    text-align : left;
    width : 6px;
}

div.orbit-wrapper div.slider-nav span {
    cursor: pointer;
    height: 12px;
    margin-top: -34px;
    position: absolute;
    text-indent: -9999px;
    width: 6px;
    z-index: 30;
}

div.sliderBox .legend {
    height : 277px;
}

html body #featured ul li {
    background : none;
    padding-left;
}
/*------------------- END SLIDER --------------*/