html, body {
	margin: 0px;
	padding: 0px;
}
.cb-slideshow, .cb-slideshow::after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cb-slideshow::after {
	content: "";
	background: url("../img/index_slideshow/pattern.png") left top repeat transparent;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0;
	z-index: 0;
	backface-visibility: hidden;
	animation: imageAnimation 36s linear 0s infinite;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	text-align: center;
	opacity: 0;
	animation: titleAnimation 36s linear 0s infinite;
}
.cb-slideshow li div h3 {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	font-size: 120px;
	padding: 0px 30px;
	line-height: 120px;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}
.cb-slideshow li:nth-child(2) span {
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	animation-delay: 30s;
}
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}
body {
	background-color: rgb(0, 0, 0);
}
ol, ul {
	list-style: none;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url("img/index_slideshow/ACAPULCO (2).jpg");
}
.cb-slideshow li:nth-child(2) span {
	background-image: url("img/index_slideshow/CANCUN (2).jpg");
}
.cb-slideshow li:nth-child(3) span {
	background-image: url("img/index_slideshow/PUERTO VALLARTA (2).jpg");
}
.cb-slideshow li:nth-child(4) span {
	background-image: url("img/index_slideshow/IXTAPA (2).jpg");
}
