/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
  position: relative;
  background: #ffffff url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 50px;
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
.theme-default .nivo-controlNav {
  position: absolute;
  left: 6%;
  bottom: 8px;
  margin-left: -40px;
  /* Tweak this to center bullets */

}
.theme-default .nivo-controlNav a {
  display: block;
  width: 18px;
  height: 22px;
  background: url(bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 4px;
  float: left;
}
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/css/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
}
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default .nivo-caption {
  font-size: 36px;
  width: 494px;
  height: 100%;
  background: rgba(22, 123, 156, 0.8);
  padding-top: 26px;
  padding-left: 12px;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-default .nivo-caption h4 {
  font-family: DINMediumRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 5px;
}
.theme-default .nivo-caption p {
  font-family: DINWeb-Light, Helvetica Neue, Arial, sans-serif;
  font-weight: 200;
  line-height: 40px;
  position: relative;
}
.theme-default .nivo-caption a.read_more {
  font-size: 14px;
  font-family: DINWeb;
  text-transform: uppercase;
  padding: 10px 13px;
  background: #47341B;
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.theme-default .nivo-caption a.read_more:after {
  content: "\2192";
  font-family: DINWeb, Calibri, Minion Pro, sans-serif;
  padding-left: 10px;
}
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color: #fff;
}
.no-hsla .theme-default .nivo-caption {
  background: url('../images/20x20blue.png');
}