/* Unoslide container */
.unoslider {
  list-style: none;
  position: relative;
  width: 100%;
  height: 730px;
  margin: 0 auto;
  padding: 0;
}
.unoslider#slider2 {
  width: 1140px;
  height: 400px;
}
.unoslider#slider3 {
  width: 840px;
  height: 385px;
}
.unoslider#slider4 {
  width: 570px;
  height: 300px;
}
.unoslider li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}
a.unoslider_indicator_active {
    /*height: 40px !important;*/
    background-color: #344e41 !important;
}
/* Timebar */
.unoslider_timer {
    background-color: #fff;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 6 !important;
}

/* Progress bar preloader container */
.unoslider_preloader {
  background: rgba(255, 255, 255, 0.5);  
}

/* progress bar preloader */
.unoslider_preloader .unoslider_progress {
  width: 30%;
  height: 5px;
  margin: 0 auto;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(#9a9a9a, #b3b3b3);
  background: -moz-linear-gradient(#9a9a9a, #b3b3b3);
  background: -o-linear-gradient(#9a9a9a, #b3b3b3);
  background: -ms-linear-gradient(#9a9a9a, #b3b3b3);
  background: linear-gradient(#9a9a9a, #b3b3b3);
}
/* progress bar fill */
.unoslider_preloader .unoslider_progress span {
  display: block;
  height: 100%;
  background: #66cccc;
}

/* Spinner preloader */
.unoslider_spinner {
  background: url('AGT_Slider_Image/spinner.gif') white center center no-repeat;
}


/* Hand cursor over navigation elements */
.unoslider_navigation {
  cursor: pointer;
}

/* Tooltip panel */
.unoslider_caption {
  position: absolute;
  left:20px;
  bottom: 20px;
  width:350px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  padding:12px;
  background:#eeeeee;
  background: rgba(255,255,255,.7);
  border:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:#333333;
  text-align:left;
  font-size: 14px;
  line-height:1.5em;
}

.unoslider_caption h2 { text-align:center; margin:0; padding:0; font-size:22px; }
.unoslider_caption h3 { text-align:center; margin:0; padding:0; font-size:17px; font-family: Arial, Helvetica, Verdana, sans-serif; color:#333333; }

/* play, pause, previous and next elements */
.unoslider_pause, .unoslider_play, .unoslider_left, .unoslider_right {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  background: url("AGT_Slider_Image/ribbon.png") no-repeat;
}

/* play and pause elements */
.unoslider_pause, .unoslider_play {
  height: 31px;
  width: 28px;
  margin-top: -26px;
  margin-left: -14px;
  top: 50%;
  left: 50%;
}

/* previous and next elements */
.unoslider_left, .unoslider_right {
  width: 33px;
  height: 50px;
  margin-top: -36px;
  top: 35%;
}

/* previous */
.unoslider_left {
    background: url("AGT_Slider_Image/ribbon.png") no-repeat rgba(255,255,255,.5);
    background-position: 0px -7px;
    left: 0;
}

/* next */
.unoslider_right {
    background: url("AGT_Slider_Image/ribbon.png") no-repeat rgba(255,255,255,.5);
    background-position: 0px -79px;
    right: 0;
}

/* pause */
.unoslider_pause {
  background-position: 0px -195px;
}

/* play */
.unoslider_play {
  background-position: 0px -150px;
}

/* bullet indicator */
.unoslider_indicator {
    position: absolute;
    bottom: 120px;
    left: 50px;
    text-align: center;
    padding: 5px 10px;
    /*width: 100%;*/
    font-size: 0px;
}
    .unoslider_indicator a {
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: block;
        vertical-align: middle;
        *vertical-align: auto;
        cursor: pointer;
        background: #fff;
        margin-right: 6px;
        width: 15px;
        height: 15px;
        border: 4px solid white;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        margin: 10px 0;
    }
.unoslider_indicator a {
  *display: inline;
}


@media handheld, only screen and (max-width: 1024px){

.unoslider_indicator {bottom: 10px;left: 50px; }
}
@media handheld, only screen and (max-width: 768px){
.unoslider_caption {left:10px;bottom: 10px;width:320px;padding:6px; font-size: 12px; line-height:1.2em;}
.unoslider_caption h2 { font-size:18px; }
.unoslider_caption h3 { font-size:15px; }
.unoslider_indicator {bottom: 50px;left: 50px; display:none}
}

@media handheld, only screen and (max-width: 460px){
.unoslider_caption {left:0;bottom:0;width:66%;padding:6px; font-size: 11px; line-height:1.2em; -moz-border-radius:0; -webkit-border-radius:0;border-radius:0;}
.unoslider_caption h2 { font-size:14px; }
.unoslider_caption h3 { font-size:12px; }
.unoslider_indicator {  bottom: 6px; left:50px;display:none}
}