
/*--------------------------------------------------------------
12. 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: 26%;
	height: auto;
	left: 10%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	transition: all 1s ease-in-out 0s;
	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: 70px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 700;
	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 .slider-buttons .custom-button {
	padding: 15px 40px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5;
}


/*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: #f51e46;
	border-color:#fff;
	height: 30px;
}

/*Slider cycle next / previous*/
 .section-relative {
	position: relative;
}
.section-featured-slider .cycle-prev, .section-featured-slider .cycle-next {
	bottom: 0;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 50px;
	font-weight: 200;
	position: absolute;
	text-align: center;
	width: 90px;
	z-index: 999;
	height: 80px;
	 
	z-index: 999;
	line-height:50px;
	background: #ffffff;
	transition: all 0.2s ease-in-out 0s;
	opacity: 1;
}
.section-featured-slider .cycle-prev .iconfont, 
.section-featured-slider .cycle-next .iconfont
{font-size: 36px;line-height:80px;}


.section-featured-slider .slider-line {
	 
	left:23.5%;
	display: block;
	height: 20px;
	position: absolute;
	bottom: 30px;
	width: 2px;
	z-index: 999;
	background-color: #444;
	opacity: 0.6; 
}


.section-featured-slider:hover .cycle-prev,
.section-featured-slider:hover .cycle-next {
	opacity: 1;
	bottom:0; display:block
}

.section-featured-slider .cycle-prev {
	left:19%; padding-left:10px
}

.section-featured-slider  .cycle-next {
	left:23.5%;padding-right:10px
}

.section-featured-slider .cycle-prev:hover,
.section-featured-slider .cycle-next:hover{
	background-color: #003399;
	border-color: #003399;
	color: #fff;
}

/*Featured Banner */


/* Smaller than standard 1230(devices and browsers) */
@media only screen and (max-width:1230px){

	.section-featured-slider h3 {
		font-size: 45px;
	}

	.section-featured-slider p {
		font-size: 17px;
	}

}



/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px){
	.section-featured-slider .cycle-caption.text-alignleft {
		left: 10%;
	}

	.section-featured-slider .cycle-caption.text-alignright {
		right: 10%;
	}

	.section-featured-slider h3,
	.section-featured-banner h3 {
		font-size: 37px;
	}

	.section-featured-slider p,
	.section-featured-banner p {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.section-featured-slider .slider-buttons .custom-button,
	.section-featured-banner .custom-button {
		padding: 9px 24px;
	}

	.section-featured-page img.alignleft,
	.section-featured-page img.alignright {
		max-width: 100%;
		text-align: inherit;
		display: block;
		margin: 0 auto 20px;
	}

	.section-plan .pricing-plan-content {
		padding: 20px 15px 20px 0;
		text-align: left;
	}

	.section-plan .pricing-plan-content li i {
		margin-right: 8px;
		font-size: 12px;
	}

	.custom-button, .custom-button:visited, a.button,
	.custom-button.custom-primary-button, .custom-button.custom-primary-button:visited {
		min-width: inherit;
		padding: 6px 23px;
		font-size: 14px;
	}

	.section-featured-slider .cycle-prev, .section-featured-slider .cycle-next {
		opacity: 1;
	}
}

/* Smaller than standard 900 (devices and browsers) */
@media only screen and (max-width:900px){


	.section-featured-slider .slider-buttons {
		margin-top: 0;
	}

	.section-featured-slider h3, .section-featured-banner h3 {
		font-size: 35px;
	}

}

/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px){

.section-featured-slider  .cycle-next {
	right:0%;left:93%
}

.section-featured-slider .cycle-prev .iconfont, 
.section-featured-slider .cycle-next .iconfont
{font-size: 14px;line-height:38px;}

.section-featured-slider .cycle-prev {
	  padding-left:0px
}

.section-featured-slider  .cycle-next {
	 padding-right:0px
}



	.section-featured-slider .slider-buttons .custom-button,
	.section-featured-banner .custom-button {
		padding: 9px 20px;
		text-transform: capitalize;
		margin: 0;
	}

	.section-featured-slider .cycle-prev, .section-featured-slider .cycle-next {
		visibility: visible;
		opacity: 1;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 1.5;
	}

	.section-featured-slider .cycle-prev {
		left: 0;
	}

	.section-featured-slider .cycle-next {
		right: 0;
	}

	.section-featured-slider .cycle-pager {
		display: none;
	}

}

/* Smaller than standard 480 (devices and browsers) */
@media only screen and (max-width:479px){

.section-featured-slider  .cycle-next {
	right:0%;
}
	.section-featured-slider h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.section-featured-slider p,
	.section-featured-banner p {
		display: none;
	}

	.section-featured-slider .slider-buttons .custom-button {
		padding: 6px 15px;
		text-transform: capitalize;
		font-size: 13px;
		margin: 0;
	}

	.section-featured-slider .cycle-prev,
	.section-featured-slider .cycle-next {
		visibility: visible;
		opacity: 1;
		display: block;
		width: 35px;
		height: 35px;
		bottom: 45%;
		font-size: 16px;
	}


}

