.skdslider {
	width:100%;
	position: relative;
	display: block;
	overflow:hidden;
}
.skdslider:after {
	content: '';
	padding-top:120%;
	display: block;
}
.skdslider ul.slides {
	margin:0;
	padding:0;
	list-style-type:none;
}
.skdslider ul.slides li {
	display: none;
}
.skdslider ul.slides li img {
	width: 100%;
	border:0;
}
#demo1, #demo2, #demo3 {
	opacity:0;
	visibility:hidden;
}
.slide-navs{
	display:none !important;
}

/* TEXT OVERLAY EDIT */
.banner-text{
	text-align:center;
	position:relative;
	z-index:2000;
	width:100%;
	display:block;
	margin:-30% 0 0 0;
}
.banner-text h2{
	font-family: Verdana;
	color:#fff;
	display:block;
	text-transform:uppercase;
}
.banner-text p{
	color:#fff;
	font-family: Verdana;
	width:100%;
	padding:0 8%;
	text-align:center;
}
.banner-text a{
	color:#fff;
	font:15px Verdana;
}
.banner-text a:hover{
	color:#e8c56f;
	text-decoration:underline;
	transition:color 0.5s ease-in;
}
.banner-text2{
	text-align:center;
	position:relative;
	z-index:2000;
	width:100%;
	display:block;
	margin:-52% 0 0 0;
}
.banner-text2 h2{
	font-family: Verdana;
	color:#fff;
	display:block;
	text-transform:uppercase;
}
.banner-text2 p{
	color:#fff;
	font-family: Verdana;
	width:100%;
	padding:0 8%;
	text-align:center;
}
.banner-text2 a{
	color:#fff;
	font:15px Verdana;
}
.banner-text2 a:hover{
	color:#e8c56f;
	text-decoration:underline;
	transition:color 0.5s ease-in;
}
#demo3 h2, #demo3 p, #demo3 a, #demo3 hr{
	color:#000 !important;
}

@media only screen and (max-width:1024px){
.banner-text p, .banner-text2 p{
	display:none !important;
}

}

@media only screen and (max-width:480px){
.banner-text h2, .banner-text2 h2{
	font-size:23px !important;
}
}


@media only screen and (max-width:360px){
.banner-text h2, .banner-text2 h2{
	font-size:20px !important;
}
}