/*
	AnythingSlider v1.7+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */
#slider, #promotions, #slider-mobile {
  width: 100%;
  max-height: 530px;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
  overflow-y: auto;
  overflow-x: hidden; }

#promotions {
  width: 95% !important;
  margin: 0 auto;
  border: 1px solid #DEDEDE;
  border-radius: 2px; }

#slider_library {
  width: 886px;
  height: 288px;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center; }

/* Opera width restriction */
.anythingBase {
  max-width: 32766px; }

/*****************
  SET COLORS HERE
 *****************/
div.anythingSlider {
  padding: 0; }

/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
div.anythingSlider .anythingWindow {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
  background: url(../img/current_slide.svg) no-repeat; }

div.anythingSlider span.anythingControls ul a.cur span, div.anythingSlider .anythingControls ul a span {
  display: none; }

/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
  background-color: #040;
  color: #fff; }

/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
  background-color: #800; }

/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
  color: #ddd; }

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
.anythingSlider.activeSlider .anythingWindow {
  border-color: #7C9127;
  height: 530px; }

/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a.cur {
  background: url(../img/current_slide.svg) no-repeat; }

div.anythingSlider.activeSlider .anythingControls ul a {
  /*background-color: #0a3597;*/
  background: url(../img/not_current_slide.svg) no-repeat; }

/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
  background-color: #080;
  color: #fff; }

/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
  background-color: #d00; }

/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
  color: #fff; }

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
  display: block;
  margin: 0 auto;
  overflow: visible !important;
  /* needed for Opera and Safari */
  position: relative;
  max-height: 100%; }

/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  height: 100%; }
  div.anythingSlider .anythingWindow .gradient_holder {
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(212, 109, 3, 0.01), rgba(64, 53, 80, 0.7));
    width: 100%;
    height: 100%; }

/* anythingSlider base (original element) */
.anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }

/* all panels inside the slider */
.anythingBase .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
  height: 530px; }

.anythingBase .panel table {
  height: 674px;
  width: 100%; }

.anythingBase .panel.vertical {
  float: none; }

/* Navigation Arrows */
div.anythingSlider .arrow {
  top: 0%;
  position: absolute;
  display: block; }

div.anythingSlider .arrow a {
  display: block;
  height: 38px;
  width: 34px;
  text-align: center;
  outline: 0; }

div.anythingSlider .arrow a span:hover {
  cursor: pointer; }

/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span {
  display: block;
  text-indent: -9999px; }

/* back arrow */
div.anythingSlider .back {
  left: 0;
  background: url(../img/slider_left.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 66px;
  height: 67px;
  top: 45%;
  left: 16px;
  z-index: 8; }

div.anythingSlider .back a {
  background-position: left top; }

div.anythingSlider .back a:hover, div.anythingSlider .back a.hover {
  background-position: left -140px; }

div.anythingSlider .back.disabled {
  display: none; }

/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward {
  right: 0;
  background: url(../img/slider_right.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 67px;
  height: 66px;
  top: 45%;
  right: 16px;
  z-index: 8; }

div.anythingSlider .forward a {
  background-position: right top; }

div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover {
  background-position: right -140px; }

div.anythingSlider .forward.disabled {
  display: none; }

/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* Navigation Links */
div.anythingSlider .anythingControls {
  outline: 0;
  display: none;
  margin-top: -40px;
  position: relative;
  float: right;
  width: 100%;
  text-align: center;
  z-index: 5; }

div.anythingSlider .anythingControls img {
  float: left; }

div.anythingSlider .anythingControls ul {
  width: auto;
  padding: 0;
  /* text-align: right; */
  height: 18px;
  padding: 8px 14px 8px 8px;
  display: block;
  /* float: left; */
  margin: 0 auto; }

div.anythingSlider .anythingControls ul li {
  display: inline; }

div.anythingSlider .anythingControls ul a {
  font: 11px/18px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  /*padding: 2px 8px;*/
  height: 6px;
  width: 6px;
  background: url(../img/not_current_slide.svg) repeat-x center -283px;
  text-align: center;
  outline: 0;
  margin: 5px; }

div.anythingSlider .anythingControls ul a:hover {
  background: url(../img/current_slide.svg);
  /*background-color:#fff;*/ }

/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow {
  overflow: hidden;
  float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a {
  float: right; }

/* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul {
  float: left; }

/* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override; }

/* div.anythingSlider.rtl .start-stop { float: right; } */
/* move start/stop button - in case you want to switch sides */
/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
  background-image: url(../images/default.png);
  background-position: center -288px;
  background-repeat: repeat-x;
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  float: right;
  z-index: 8;
  outline: 0;
  /*
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  */ }

/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
  background-image: none; }

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
  transition-duration: 0;
  -o-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0; }

/*# sourceMappingURL=as.css.map */
