.skdslider{
 width:101%;
 position: relative;
 display: block;
 overflow:hidden;
 margin-left:-10px;
 /*height:450px;*/
}

.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
	height:100%;
	border:0;
	/*opacity:0.5;*/
}

.skdslider ul.slide-navs {
    bottom: 5px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}


.skdslider ul.slide-navs li {
    float: left;
	background: url("../images/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {
  background: url("../images/slide-bg-active.png") no-repeat scroll 0 0 transparent;
}

.skdslider .slide-desc {
    /*background: url("image/slide_desc.png") repeat scroll 0 0 transparent;*/
    right:5.5%;
    /*padding: 0 15px 0 15px;*/
    position: absolute;
    top: 47%;
    /*max-width: 50%;*/
    width:50%;
	display:inline-block;
}
.skdslider .slide-desc > h2 {
    color: #CFDB0C;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
}
.skdslider .slide-desc .title-text{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500; 
	font-size:32px;
	color:#000000;
	line-height:40px;
	letter-spacing:0.05em;

}

.skdslider .slide-desc .link-text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400; 
	font-size:16px;
	color:#000000;
	line-height:22px;
	text-align:left;
	/*text-decoration:underline;*/
	position:absolute;


}

.skdslider .slide-desc .link-text .fa-angle-double-right:before {
    content: "\f101";
    font-size: 18px;
    line-height:0px;
    background:none;
}

.skdslider .slide-desc > p a.more {
    color:#990000;
	font-size:20px;
	text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover {
text-decoration:underline;
}

.skdslider a.prev{
    /*background: url("../image/left.png") no-repeat scroll 0 0 transparent;*/
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}

.skdslider a.next{
    /*background: url("../image/right.png") no-repeat scroll 0 0 transparent;*/
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}

.skdslider a.play{
    background: url("../images/play.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	/*top:50%;*/
	left:52.5%;
	margin-top:-17px;
	bottom:-6px;
	display:block !important;
}

.skdslider a.pause{
    background: url("../images/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	/*top:50%;*/
	left:52.5%;
	margin-top:-17px;
	display:block !important;
	bottom:-6px;
}
/*Some Responsive CSS */


@media (min-width:720px) and (max-width: 900px){
.skdslider .slide-desc .link-text {
    color: #000000;
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    width: 100%;
    text-decoration:underline;
}
.skdslider .slide-desc .title-text {
    color: #000000;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing:0.05em;
}
.skdslider .slide-desc {
    display: inline-block;
    right: 6%;
    width: 50%;
    position: absolute;
    top: 40%;
}
.skdslider a.play{
	left:54.5%;
}
.skdslider a.pause{
	left:54.5%;
}
}
@media (min-width:920px) and (max-width: 1024px){
.skdslider .slide-desc {
    display: inline-block;
    right: 6%;
    width: 50%;
    position: absolute;
    top: 43%;
}
.skdslider .slide-desc .link-text {
    color: #000000;
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    width: 100%;
    text-decoration:underline;
}
.skdslider .slide-desc .title-text {
    color: #000000;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing:0.05em;
}
}
@media (min-width:320px) and (max-width: 700px){
.skdslider .slide-desc {
    display: inline-block;
    left: 15%;
    max-width: 84%;
    position: absolute;
    top: 18%;
}
.skdslider .slide-desc .title-text {
    color: #000000;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05em;

}
.skdslider .slide-desc .link-text {
    color: #000000;
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 14px;
    text-align: left;
    width: 95%;
    text-decoration:underline;
text-align:center;
}
}

@media (min-width:400px) and (max-width: 700px){

.skdslider .slide-desc {
    display: inline-block;
    left: 28% !important;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: center;
    top: 25%;
}


.skdslider .slide-desc .title-text {
    color: #000000;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B";
    font-size: 21px !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 31px !important;
}
.skdslider .slide-desc .link-text {
    color: #000000;
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px !important;
    position: absolute;
    text-align: center;
    width: 100%;
}


}
