/**
 * 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: #851422 url(../images/loading.svg) 50% 50% no-repeat;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: default;
}

/* HTML5 display-role reset for older browsers */

button.ban-btn {
	background: #000;
	color: #efc24c;
	border: none;
	padding: 12px 30px;
	outline: 0;
	width: 10%;
	/* float: left; */
	margin: 0.5%;
	text-transform: uppercase;
	font-weight: 100;
	cursor: pointer;
	font-size: 17px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Conduit ITC';
}

.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 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 100%;
	text-align: center;
	font-family: 'Didot';
	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;
	font-size: 82px;
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 100%;
	text-align: center;
	font-family: 'Didot';
	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>div,
.phoenix-slider .phoenix-txt-slide>div {
	display: table-cell;
	vertical-align: middle;
}

.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: 92px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
}

.container-dots-inner {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}

.dots {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

.dots li {
	width: 8px;
	height: 8px;
	display: inline-block;
	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;
	-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: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid #fff;
	left: 8px;
	opacity: 1;
}

@media only screen and (mix-width:960px) {

	.phoenix-slider .phoenix-txt,
	.phoenix-slider .phoenix-txt-slide {
		font-size: 52px;
	}
}

@media only screen and (max-width:768px) {

	.phoenix-slider .phoenix-txt,
	.phoenix-slider .phoenix-txt-slide {
		font-size: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width:480px) {

	.phoenix-slider .phoenix-txt,
	.phoenix-slider .phoenix-txt-slide {
		font-size: 28px;
		line-height: 30px;
	}
}