@charset "utf-8";

/* ****************************************************************************
 * FLEXSLIDER WIDGET
 *
 * ****************************************************************************
 */

.flexslider {
  border                : 0px none;
  margin                : 0px 0px 0px 0px;
}

.flexslider ul {
  list-style            : none;
  padding               : 0px 0px 0px 0px;
}

.flexslider a {
  line-height           : initial;
}

.flex-caption {
  background            : rgba(0,0,0,.3);
  color                 : #FFFFFF;
  line-height           : 20px;
  text-align            : right;
  text-shadow           : 0 -1px 0 rgba(0,0,0,.3);
  position              : absolute;
  bottom                : 0px;
  left                  : 0;
  width                 : 98%;
  margin-bottom         : 0;
  padding               : 1%;
}

.flex-control-nav {
  position              : initial;
  bottom                : 0px;
}



/*
 * REGION Slideshow
 * ****************************************************************************
 */
.tm-widget-slider {
  overflow              : hidden;
  /*max-height            : 300px;*/
  margin-top            : 10px;
  margin-bottom         : 10px;
}



/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
  /* REGION Slideshow
   --------------------------------------------------------------------------*/
  .tm-widget-slider {
    display               : none;
  }
}



/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
  /* REGION Slideshow
   --------------------------------------------------------------------------*/
  .tm-widget-slider {
    display               : none;
  }
}

