/******************************************************************************
						Home Page Slider
*******************************************************************************/
#homepage-slider {
	padding-left:0;
	padding-right:0;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
/*****************************************************************************
  						BXSlider Styles
  ********************************************************************************/
}

@media (max-width: 767px) {
	#homepage-slider {
		width:100%;
		max-width:100%;
	}
}

#homepage-slider #homeslider {
	margin:0 auto;
	padding:0;
}

#homepage-slider .homeslider-container {
	position:relative;
}

#homepage-slider .homeslider-container a{
	display: block;
}

#homepage-slider .homeslider-container .cover{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0,0,0,0.2);
}

#homepage-slider .homeslider-image {
	position:absolute;
	left:0;
	top:0;
}

#homepage-slider .homeslider-description {
	position: absolute;
	z-index: 1;
    left: 50%;
    top: 25%;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    margin-top: 0;
    width: 1260px;
    margin-left: -630px;
}



#homepage-slider .homeslider-description h3 {
	color:#fff;
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 28px;
	opacity: 0;
	margin-top: 40px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}

#homepage-slider .homeslider-description h5{
	color: white;
	font-size: 18px;
	font-weight: 700;
	padding-left: 6.25%;
	opacity: 0;
	margin-top: 40px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#homepage-slider .homeslider-description p {
	font-size:36px;
	line-height:1;
	color:#fff;
	padding-left: 6.25%;
	opacity: 0;
	margin-top: 70px;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	transition: all 1.4s ease;
	-webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}

#homepage-slider .homeslider-description p:last-child{
	margin-bottom: 0;
}

#homepage-slider .homeslider-description p a{
	display: inline-block;
	font-size: 22px;
	font-family: 'Dancing Script';
	margin-top: 10px;
	color: white;
	position: relative;
	padding-left: 0;
}

#homepage-slider .homeslider-description p a:before{
	content: '9';
	font-family: 'ArrrowsRegular';
	font-size: 36px;
    line-height: 18px;
    display: inline-block;
    position: absolute;
    left: -65px;
    top: 4px;
    -webkit-transition: margin 0.4s ease;
	-moz-transition: margin 0.4s ease;
	-o-transition: margin 0.4s ease;
	transition: margin 0.4s ease;
}

#homepage-slider .homeslider-description p a:hover{
	padding-left: 10px;
	color: #f93368;
}

#homepage-slider li.active-slide .homeslider-description h5, #homepage-slider li.active-slide .homeslider-description h3, #homepage-slider li.active-slide .homeslider-description p {
	opacity: 1;
	margin-top: 0;
}



#homepage-slider .homeslider-description button {
	font-size:1.2em;
	text-transform:uppercase;
}




#homepage-slider .bx-wrapper .bx-viewport {
	width:100%;
	direction:ltr!important;
}

@media screen and (max-width:1850px) {
	#homepage-slider .bx-wrapper .bx-controls{
		right: 20px;
	}
}


@media screen and (max-width:1650px) {
	#homepage-slider .homeslider-description{
		top: 18%;
	}
}

@media screen and (max-width:1500px) {
	#homepage-slider .homeslider-description{
		left: 0;
		top:0;
		width: 100%;
		margin-left: 0;
		padding: 80px 60px;
	}
}

/*# sourceMappingURL=homeslider.css.map */