article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}


/*--------------------------------------------------------------
 Featured slider
--------------------------------------------------------------*/

#content .section.section-featured-slider {
	padding: 0;
}

.section-featured-slider {
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.section-featured-slider .featrued-slider {
	color: #686868;
	clear: both;
	position: relative;
	text-align: center;
	z-index: -1;
}

.section-featured-slider .overlay-enabled article::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 888;
	background-color: #000;
	opacity: 0;
}

.section-featured-slider img {
	width: 100%;
	vertical-align: middle;
}

.section-featured-slider .cycle-slide {
	width: 100%;
}

.section-featured-slider article.first {
	display: block;
}

.section-featured-slider article {
	display: none;
}

.section-featured-slider .cycle-slideshow {
	margin-bottom: 0;
	padding: 0;
}

.section-featured-slider .cycle-caption {
	bottom: 34%;
	height: auto;
	left: 10%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	width: 80%;
	z-index: 999;
}

.section-featured-slider .cycle-caption.text-alignleft {
	left: 15%;
}

.section-featured-slider .cycle-caption.text-alignright {
	right: 15%;
}

.section-featured-slider h3 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 600;
	max-width: 100%;
	display: inline-block;
}

.section-featured-slider h4 {
	color: #fff;
}

.section-featured-slider p {
	font-size: 19px;
	color: #e2e1e1;
	font-weight: 400;
	width: 730px;
	max-width: 100%;
	display: inline-block;
}

.section-featured-slider h3 a {
	color: #fff;
	display: inline-block;
}

.section-featured-slider .slider-buttons{
	margin-top:30px;
}

.section-featured-slider .text-alignleft .slider-buttons a.custom-button {
	margin-right: 15px;
}

.section-featured-slider .text-right .slider-buttons a.custom-button {
	margin-left: 15px;
}

.section-featured-slider .text-center .slider-buttons a.custom-button {
	margin-left: 15px;
	margin-right: 15px;
}

/*slider pager box*/

.section-featured-slider .cycle-pager span {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	float: none;
	height: 12px;
	margin: 3px 5px;
	width: 12px;
	z-index: 99;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section-featured-slider .cycle-pager {
	bottom:5%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.section-featured-slider .cycle-pager .cycle-pager-active {
	background-color: #017cc9;
	border-color:#fff;
}

/*Slider cycle next / previous*/

.section-featured-slider .cycle-prev, .section-featured-slider .cycle-next {
	bottom: 45%;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	text-align: center;
	width: 60px;
	z-index: 999;
	height: 60px;
	padding: 9px;
	z-index: 999;
	line-height: 2.2;
	background: rgba(14, 14, 14, 0.26);
	transition: all 0.2s ease-in-out 0s;
}

.section-featured-slider:hover .cycle-prev,
.section-featured-slider:hover .cycle-next {
	opacity: 1;
}

.section-featured-slider .cycle-prev {
	left:2%;
}

.section-featured-slider  .cycle-next {
	right:2%;
}

.section-featured-slider .cycle-prev:hover,
.section-featured-slider .cycle-next:hover{
	background-color: #017cc9;
	border-color: #017cc9;
	color: #fff;
}
