
/**
 * 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: #fff 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;
	left:0;
	right:0;
	width:100%;
	height:100%;
	text-align:left;
	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: 0px 100px 0 100px;
}
.phoenix-slider .phoenix-txt > div, .phoenix-slider .phoenix-txt-slide > div
{
	display:table-cell;
	vertical-align:middle;
}
.phoenix-slider-text
{
	padding:0 0%;
}
.phoenix-slider .phoenix-txt-slide h2
{
    font-size: 60px;
    color: #fff;
    font-weight: 500;
	margin:0;
	line-height:56px;
}
.phoenix-slider .phoenix-txt-slide h2 span
{
    font-size: 75px;
    color: #fff;
    font-weight: 800;
}
.phoenix-slider .phoenix-txt-slide p
{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
	margin:0;
}
.phoenix-slider .phoenix-txt-slide a
{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 26px;
	background:#3d3f3a;
	color:#fff;
	margin-top:15px;
}
.phoenix-slider .phoenix-txt-slide a:hover
{
	background:#f8f637;
	color:#3d3f3a;
}
.phoenix-slider .reborn
{
	z-index: 4;
}
.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;
	display:none;
}
.container-dots-inner
{
	display: table;
	height: 100%;
	text-align:center;
	width:100%;
}
.dots
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 100px;
	text-align:left;
}
.dots li
{
	width: 6px;
	height:6px;
	display:inline-block;
	margin: 0 4px 7px 4px;
	text-indent: -999em;
	border: 1px solid #fff;
	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;
	}
}
@media only screen and (max-width:480px)
{
	
}