
/**
 * 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%;
  display:table;
  min-width:1200px;
  height: 100%;
  position: relative;
  background: #f5f5f5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  cursor: pointer;
}

.phoenix-slider .phoenix-feather {
  background: transparent none scroll no-repeat center top; /*fixed change to scroll*/
  -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:100%;
  z-index: 2;
  opacity: 0;
}

.phoenix-feather-animation{
	/*animation-name:bckg_phoenix_move;
	animation-duration:20s;
	animation-iteration-count:infinite;
	-webkit-animation-name:bckg_phoenix_move;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;*/
}

.phoenix-slider .reborn { z-index: 4; }

.phoenix-slider .phoenix-feather > img{
  position: absolute;
  width: 100%;
  min-width:100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  #display: none;
}

/*.phoenix-slider{
	background: url('../../pic/back-texture.png') no-repeat center center; 
}*/

/* Slider Dots */

.container-dots-wrapper {
  position: absolute;
  top: 25px;
  height: 15px;
  z-index: 1010;
  margin: auto;
  right: 5px;
  transform:translate(-50%, -50%);
}

.container-dots-inner {
  display: table;
  height: 50px;
  #display:none;
}

.dots {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  #display:none;
}

.dots li {
  float:left;
  width: 10px;
  height: 10px;
  margin: 0 2px 7px 2px;
  text-indent: -999em;
  border: 2px solid #fff;
  #border-radius:50%;
  cursor: pointer;
  opacity: .8;
  background: #232323;
  -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:block;
}

.dots li.active {
  width: 10px;
  height: 10px;
  background: #136e71;
  #border-radius: 50%;
  opacity: 1;
  display:block;
}

.phoenix-video{
position:absolute;
height: auto;
left:50%;
top:50%;
min-height: 100%;
min-width: 100%;
width: 100% !important;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
object-fit: cover;
}

.texture-baner{
display:none;
position:absolute;
width:100%;
height:100%;
/*opacity: 0.8;
background: #347ab8;
background: -moz-linear-gradient(left, transparent 0%, #232323 80%, #232323 100%);
background: -webkit-linear-gradient(left, transparent 0%, #232323 80%, #232323 100%);
background: linear-gradient(to right, transparent 0%, #232323 80%, #232323 100%);*/
background: rgba(0,0,0,0.5) url('../../pic/raster.png') repeat center center; 
}

@keyframes bckg_phoenix_move{	
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}

	50% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	
	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	
}


.opis {
 position: absolute;
 bottom: 10px;
 margin-left:60px;
 width:400px;
 height:auto;
 opacity:0;
 padding:10px;
 #border-radius:10px;
 background-color: rgba(0,0,0,0.5);
 font-weight: normal; 
 font-size: 16px;
 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;
 display:none;
}
