
/**
 * 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%;
	height: 768px;
	position: relative;
	background: url(../images/loading.svg) 50% 50% no-repeat;
	/* background: #2194d2 url(../images/loading.svg) 50% 50% no-repeat; */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	cursor:default;
}
.phoenix-slider .phoenix-feather
{
	background: transparent none scroll no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	display: table;
	width: 100%;
	z-index: 2;
	opacity: 0;
}
.phoenix-slider .phoenix-txt
{
	position:absolute;
	font-size:82px;
	color:#fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:80%;
	height:100%;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	line-height:76px;
	display:table;
	margin:0 auto;
	cursor:default;
	z-index:1900;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.phoenix-slider .phoenix-txt-slide
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 93%;
    text-align: center;
    display: table;
    cursor: default;
    z-index: 1900;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding:0 50px;
}
.phoenix-slider .phoenix-txt > div, .phoenix-slider .phoenix-txt-slide > div
{
	display:table-cell;
	vertical-align:middle;
}
.phoenix-slider-text
{
	padding:35px 50px;
}
.phoenix-slider .phoenix-txt-slide p
{
    font-size:20px;
    color: #fff;
	margin:0;
}
.phoenix-slider .phoenix-txt-slide h2
{
    font-size:40px;
    color: #fff;
    font-weight: 600;
	text-transform:uppercase;
}
	.phoenix-slider .phoenix-txt-slide h3
	{
		font-size:22px;
		color:#fff;
		margin:0;
	}
.phoenix-slider .reborn
{
	z-index: 4;
}
.phoenix-slider .phoenix-txt-slide a
{
    background: #000;
    display: inline-block;
    padding: 10px 26px;
    font-size: 14px;
    color: #fff;
    margin: 15px 0;
    border-radius: 30px;
}
.phoenix-slider .phoenix-txt-slide a:hover
{
    opacity:0.8;
}
.phoenix-slider .phoenix-feather > img
{
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	display: none;
}
.container-dots-wrapper
{
	position: absolute;
	bottom: 10px;
	left:0;
	right:0;
	width:100%;
	z-index: 9;
	text-align:center;
}
.container-dots-inner
{
	display: none;
	height: 100%;
	text-align:center;
	width:100%;
}
.dots
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 100px;
	text-align:center;
}
.dots li
{
	width: 6px;
	height:6px;
	display:inline-block;
	margin: 0 4px 7px 4px;
	text-indent: -999em;
	border: 1px solid #fff;
	border-radius:50%;
	cursor: pointer;
	-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));
}
.dots li.active
{
	width:6px;
	height:6px;
	background: #fff;
	border: 1px solid #fff;
	left: 8px;
	opacity: 1;
}
@media only screen and (mix-width:960px)
{
	
}
@media only screen and (max-width: 768px)
{
	.phoenix-slider .phoenix-txt-slide
	{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.phoenix-slider-text
	{
		padding: 0 0%;
	}
	.phoenix-slider .phoenix-txt-slide h2
	{
		font-size: 30px;
	}
	.phoenix-slider .phoenix-txt-slide h2 span
	{
		font-size: 45px;
	}
	.phoenix-slider .phoenix-txt-slide h3
	{
		font-size:16px;
	}
}
@media only screen and (max-width:480px)
{
	.phoenix-slider
	{
		height: 250px;
	}

}