
/**
 * jQuer Phoenix Slider
 * Custom Style for jQuery Phoenix Slider
 *
 * @author Felix Ayala <felix1262@gmail.com>
 * @url http:/cafecapitan.com
 */


/* Slider */


.phoenix-slider {
  overflow: hidden;
  width: 100%;
  min-width:1200px;
  height: 630px;
  position: relative;
  background: #f5f5f5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.phoenix-slider .phoenix-feather {
  background: transparent none scroll no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  display: table;
  min-width:1200px;
  z-index: 2;
  opacity: 0;
}

.phoenix-slider .reborn { z-index: 4; }

.phoenix-slider .phoenix-feather > img {
  position: absolute;
  width: 100%;
  min-width:1200px;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  display: none;
}

/* Slider Dots */

.container-dots-wrapper {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  z-index: 9;
  display:none;
}

.container-dots-inner {
  display: table;
  height: 100%;
  display:none;
}

.dots {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  display:none;
}

.dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px 7px 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
  -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
  -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
  -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
  display:none;
}

.dots li.active {
  width: 11px;
  height: 11px;
  background: rgba(16,88,148,1.0);
  border: 2px solid #fff;
  left: 8px;
  opacity: 1;
  display:none;
}
/*
.opis {
 position: absolute;
 bottom: 150px;
 margin-left:60px;
 width:600px;
 height:auto;
 padding:10px;
 border-radius:10px;
 background-color: rgba(0,0,0,0.5);
 font-weight: normal; 
 font-size: 22px;
 font-family: Metro, Arial; 
 color:white; 
 text-shadow: -1px 1px 1px black;
 #text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}*/
