
/*******************************************************************************************/
/*
/*        Web: http://www.asdesigning.com
/*        Web: http://www.astemplates.com
  /*        License: GNU General Public License
/*
/*******************************************************************************************/

.sequence-slider
{
	height: 0px;
	margin: 0;
	position: relative; /* required */
	width: 100%;
}

.sequence-slider.sequence-thumbnails
{
}

.sequence-slider > .sequence-canvas
{
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.sequence-slider > .sequence-canvas > li
{ 
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	list-style: none;
	text-align: center;	
}

.sequence-slider > .sequence-canvas > li:hover
{
	list-style: none;
}

.sequence-slider > .sequence-canvas li > *
{ 
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.sequence-slider > .sequence-canvas li .slide-img
{
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

.sequence-slider > .sequence-canvas li.animate-in .slide-img
{
	opacity: 1;
}

.sequence-slider > .sequence-canvas li.animate-out .slide-img
{
	opacity: 0;
}

.sequence-slider > .sequence-canvas li > .info
{
	color: black;
	font-size: 1em;
	right: 150%;
	line-height: 1.2em;
	bottom: 80px;
	width: 25%;
	z-index: 10;
	vertical-align: middle;
	-webkit-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	-o-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-property: right;
	-moz-transition-property: right;
	-ms-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
}

.sequence-slider > .sequence-canvas li.animate-in .info
{
	right: 15%;
	-webkit-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	-o-transition-duration: 4s;
	transition-duration: 4s;
}

.sequence-slider > .sequence-canvas li.animate-out .info
{
	right: -150%;
	-webkit-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	-o-transition-duration: 4s;
	transition-duration: 4s;
}

.sequence-prev, .sequence-next
{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	background: #000;
	cursor: pointer;
	z-index: 100;
	border-radius: 1000px;
	transition: all 0.5s ease;
}

.sequence-prev:hover, .sequence-next:hover
{
	background: #555;
}

.sequence-prev
{
	left: 20px;
}

.sequence-prev:before
{
	content:'';
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	left: 13px;
	border-top:10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.sequence-next:before
{
	content:'';
	width: 0;
	height: 0;
	position: absolute;
	top: 10px;
	left: 17px;
	border-top:10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

.sequence-next
{
	right: 20px;
}

.sequence-pagination-wrapper
{
	position: absolute;
	top: 30%;
	margin: 0;
	margin-top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.sequence-pagination.sequence-thumbnails
{
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.sequence-pagination li
{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #000;
	cursor: pointer;
	overflow: hidden;
	text-indent: 9999px;
	margin: 0 5px;
}

.sequence-pagination li:hover, .sequence-pagination li.current
{
	background: #555;
}

.sequence-pagination.sequence-thumbnails li
{
	text-indent: 0;
	width: auto;
	height: auto;
	margin: 0;
	border-radius: 0;
	overflow: visible;
	display: table-cell;
	background: none !important;
	vertical-align: top;
}

.sequence-pagination.sequence-thumbnails li+li
{
	padding: 0 0 0 10px;
}

.sequence-pagination.sequence-thumbnails li img
{
	width: 100%;
	vertical-align: top;
}

.sequence-preloader
{
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 999999;
}
 @keyframes 
preload
{
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.sequence-preloader .preloading .circle
{
	fill: #ff9442;
	display: inline-block;
	height: 12px;
	position: relative;
	top: -50%;
	width: 12px;
	animation: preload 1s infinite;
}

.preloading
{
	display: block;
	height: 12px;
	margin: 0 auto;
	top: 50%;
	margin-top: -6px;
	position: relative;
	width: 48px;
}

.sequence-preloader .preloading .circle:nth-child(2)
{
	animation-delay: .15s;
}

.sequence-preloader .preloading .circle:nth-child(3)
{
	animation-delay: .3s;
}

.preloading-complete
{
	opacity: 0;
	visibility: hidden;
	transition-duration: 1s;
}

div.inline
{
	background-color: #ff9442;
	margin-right: 4px;
	float: left;
}
