.sw-featured-slideshow-theme1 a, .sw-featured-slideshow-theme2 a, .sw-featured-slideshow-theme3 a, .sw-featured-slideshow-theme4 a, .sw-featured-slideshow-theme5 a, .sw-featured-slideshow-theme6 a, 
.sw-featured-slideshow-theme7 a, .sw-featured-slideshow-theme8 a, .sw-featured-slideshow-theme9 a{
    box-shadow: none;
}
/*----------------Theme 1----------------------*/
.sw-featured-slideshow-theme1{
    overflow: hidden;
    margin-bottom: 0;
}
.sw-featured-slideshow-theme1 .sw-block-title h2{
      display:inline-block;
	  vertical-align:top;
	  color:#222222;
	  font-size:24px;
	  text-transform:uppercase;
	  font-weight:bold;
	  position:relative;
}
.sw-featured-slideshow-theme1.loading {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.sw-featured-slideshow-theme1.loading:before {
    background: url(../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}
.sw-featured-slideshow-theme1 .res-button.slick-prev:before{
    content: normal;
}
.sw-featured-slideshow-theme1 .res-button.slick-next:before{
    content: normal;
}
.sw-featured-slideshow-theme1 .slick-prev{
    left: 0px;
    margin-left: 15px;
}
.sw-featured-slideshow-theme1 .slick-next{
    right: 0px;
    margin-right: 40%;
}
.sw-featured-slideshow-theme1 .slick-prev:hover, .sw-featured-slideshow-theme1 .slick-next:hover{
    background: #F6DC09;
    color: #222224;
}
.sw-featured-slideshow-theme1 .slick-prev, .sw-featured-slideshow-theme1 .slick-next{
    background: #464d52;
    top: 50%;
    opacity: 0.5;
    font-size: 20px;
    height: 35px;
    width: 25px;
    color: #fff;
    font-weight: bold;
    padding: 15px 6px;
    z-index: 10;
}
.sw-featured-slideshow-theme1 .responsive .res-button{
    font-weight: bold;
    top: 45%;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    line-height: 0px;
    text-align: center;
    width: 26px;
    z-index: 2;
    padding: 16px 5px;
}

.sw-featured-slideshow-theme1 .responsive .res-button::after{
    bottom: 0;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .slick-slide{
    height: auto;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-larger{
    float: left;
    width: 65%;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-larger img{
    height: 480px;
    padding: 10px 20px 10px 0;
    width: 100%;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-larger .item-category{
    margin-top: -9px;
    margin-bottom: 15px;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-larger .item-category a{
    color: #fff;
    padding: 8px 18px;
	z-index:9;
	position:relative;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small{
    float: left;
    width: 35%;
    border: 1px #ccc solid;
    margin-top: 10px;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small .item{
    padding: 5px;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small .item:last-child .clearfix-buttom{
    border-bottom: none;
	display:none;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small img{
    height: 160px;
    padding: 5px;

}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small .item-category{
    text-align: center;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small .item-content{
     padding: 7px 0;
    text-align: center;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small .item-content h3{
    margin-bottom: 13px;
    line-height: 20px;
}
.sw-featured-slideshow-theme1 .responsive .slick-list .container .item-small .clearfix-buttom{
    text-align: center;
    border-bottom: 1px #ccc solid;
    width: 20%;
    margin: 7px auto 17px;
}
.sw-featured-slideshow-theme1 .item-larger .item-content h3 a{
    color: #222;
    font-size: 16px;
	font-weight:bold;
}
.sw-featured-slideshow-theme1 .item-small .item-content h3 a{
    color: #222;
    font-size: 14px;
	font-weight:bold;
}
.sw-featured-slideshow-theme1 .item-larger .item-content h3 a:hover, .sw-featured-slideshow-theme1 .item-small .item-content h3 a:hover{
    color: #f6dc09;
}

@media all and (max-width: 479px) {
    .sw-featured-slideshow-theme1 .responsive.resp-mobile .slick-list .container .item-larger{
        float: none;
        width: auto;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-mobile .slick-list .container .item-small{
        float: none;
        width: auto;
        margin-top: 10px;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-mobile .slick-list .container .item-larger img{
        height: 160px;
        padding: 10px 0px 10px 0;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-mobile .res-button {
        font-weight: bold;
        top: 12%;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-mobile .slick-next{
        right: 0px;
        margin-right: 15px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sw-featured-slideshow-theme1 .responsive.resp-xs .slick-list .container .item-larger{
        float: none;
        width: auto;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-xs .slick-list .container .item-small{
        float: none;
        width: auto;
        margin-top: 10px;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-xs .slick-list .container .item-larger img{
        height: 250px;
        padding: 10px 0px 10px 0;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-xs .res-button {
        font-weight: bold;
        top: 19%;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-xs .slick-next{
        right: 0px;
        margin-right: 15px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sw-featured-slideshow-theme1 .responsive.resp-sm .slick-list .container .item-larger{
        float: none;
        width: auto;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-sm .slick-list .container .item-small{
        float: none;
        width: auto;
        margin-top: 10px;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-sm .slick-list .container .item-larger img{
        height: 300px;
        padding: 10px 0px 10px 0;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-sm .res-button {
        font-weight: bold;
        top: 22%;
    }
    .sw-featured-slideshow-theme1 .responsive.resp-sm .slick-next{
        right: 0px;
        margin-right: 15px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sw-featured-slideshow-theme1 .responsive.resp-md .slick-next{
        right: 0px;
        margin-right: 250px;
    }
}
/*----------------Theme 2----------------------*/
.sw-featured-slideshow-theme2{
    overflow: hidden;
}
.sw-featured-slideshow-theme2 .sw-block-title h2 label{
    padding-left: 7px;
    color: #66BB6A;
}
.sw-featured-slideshow-theme2.loading {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.sw-featured-slideshow-theme2.loading:before {
    background: url(../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}
.sw-featured-slideshow-theme2 .tabs-head{
    text-align: center;
}
.sw-featured-slideshow-theme2 .tabs-head ul.tabs{
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.sw-featured-slideshow-theme2 .tabs-head ul.tabs li{
    float: left;
    padding: 10px 15px;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
}
.sw-featured-slideshow-theme2 .tabs-head ul.tabs li a{
    color: #B3B3B3;
}
.sw-featured-slideshow-theme2 .tabs-head ul.tabs li a.active{
    color: #222222;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-larger{
    width: 50%;
    float: left;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-larger .item{
    height: auto;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-larger .item img{
    height: 404px;
    width: 100%;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-small{
    width: 50%;
    float: left;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-small .item{
    width: 50%;
    padding: 10px;
    height: auto;
    float: left;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-small .item img{
    height: 170px;
    width: 100%;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-content{
    margin-top: 12px;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-content h3{
    margin-bottom: 5px;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-larger .item h3 a, .sw-featured-slideshow-theme2 .tabs-content .container .item-small .item h3 a{
    color: #222222;
}
.sw-featured-slideshow-theme2 .tabs-content .container .item-larger .item h3 a:hover, .sw-featured-slideshow-theme2 .tabs-content .container .item-small .item h3 a:hover{
    color: #0044cc;
}

@media all and (max-width: 479px) {
    .sw-featured-slideshow-theme2 .sw-block-title.resp-mobile{
        font-size: 14px;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-mobile .item-larger, .sw-featured-slideshow-theme2 .tabs-content .container.resp-mobile .item-small{
        width: 100%;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-mobile .item-larger img, .sw-featured-slideshow-theme2 .tabs-content .container.resp-mobile .item-small img{
        height: 150px;
        width: 100%;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-mobile .item-small .item {
        width: 100%;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-mobile .item h3{
        font-size: 14px;
    }
    .sw-featured-slideshow-theme2 .tabs-head .tabs.resp-mobile li{
        padding: 2px 10px;
    }
}
@media all and (min-width: 480px) and (max-width: 769px) {
    .sw-featured-slideshow-theme2 .sw-block-title.resp-xs{
        font-size: 14px;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-xs .item-larger, .sw-featured-slideshow-theme2 .tabs-content .container.resp-xs .item-small{
        width: 100%;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-xs .item-larger img, .sw-featured-slideshow-theme2 .tabs-content .container.resp-xs .item-small img{
        height: 230px;
        width: 100%;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-xs .item-small .item {
        width: 100%;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-xs .item h3{
        font-size: 14px;
    }
    .sw-featured-slideshow-theme2 .tabs-head .tabs.resp-xs li{
        padding: 2px 10px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sw-featured-slideshow-theme2 .sw-block-title.resp-sm{
        font-size: 14px;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-sm .item-larger img, .sw-featured-slideshow-theme2 .tabs-content .container.resp-sm .item-small img{
        height: 300px;
        width: 100%;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-md .item-larger .item img{
        height: 250px;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-md .item-small .item img{
        width: 100%;
        height: 96px;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-md .item-content h3{
        font-size: 14px;
        margin-bottom: 0;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-md .item-larger .item{
        padding: 5px;
    }
    .sw-featured-slideshow-theme2 .tabs-content .container.resp-md .item-small .item{
        padding: 5px;
    }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
    .sw-featured-slideshow-theme2 .tabs-content .item_col_6.resp-sm{
        width: 50%;
        float: left;
    }
    .sw-featured-slideshow-theme2 .tabs-content .item_col_3.resp-sm{
        width: 24%;
        float: left;
        height: 180px;
    }
}
/*----------------Theme 3----------------------*/

.sw-featured-slideshow-theme3{
    overflow: hidden;
    margin-bottom: 0;
}
.sw-featured-slideshow-theme3 .sw-block-title h2 label{
    padding-left: 7px;
    color: #66BB6A;
}
.sw-featured-slideshow-theme3.loading {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.sw-featured-slideshow-theme3.loading:before {
    background: url(../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}
.sw-featured-slideshow-theme3 .res-button.slick-prev:before{
    content: normal;
}
.sw-featured-slideshow-theme3 .res-button.slick-next:before{
    content: normal;
}
.sw-featured-slideshow-theme3 .responsive .res-button.slick-prev{
    right: 35px;
}
.sw-featured-slideshow-theme3 .res-button.slick-prev:hover, .sw-featured-slideshow-theme3 .res-button.slick-next:hover{
    color: #67BC69;
}
.sw-featured-slideshow-theme3 .responsive .res-button{
    color: #222222;
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 26px;
    line-height: 0px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: -10px;
    width: 26px;
    z-index: 2;
}

.sw-featured-slideshow-theme3 .responsive .res-button::after{
    bottom: 0;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .slick-slide{
    height: auto;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item{

}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-larger{
    width: 65%;
    float: left;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-larger img{
    height: 400px;
    width: 100%;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-larger .item-content{
    padding: 11px 0px;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-small{
    width: 35%;
    float: left;
    padding: 5px;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-small img{
    height: 165px;
    padding: 5px;

}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-small .item-content{
         padding: 11px 0 26px;
}
.sw-featured-slideshow-theme3 .responsive .slick-list .container .item-small .item-content h3{
    margin-bottom: 8px;
}
@media all and (max-width: 479px) {
    .sw-featured-slideshow-theme3 .responsive.resp-mobile{
        margin: 15px 0;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list{
        height: auto;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-larger{
        width: 100%;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-small{
        width: 100%;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-small img {
        height: 160px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-larger img {
        height: 160px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-larger .item-content h3{
        font-size: 14px;
        line-height: normal;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-small .item-content h3{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-larger .item-content{
        padding: 0px 10px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-mobile .slick-list .container .item-small .item-content{
        padding: 0px 5px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list {
        height: auto;
    }

    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-larger {
        width: 100%;
    }

    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-small {
        width: 100%;
    }

    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-larger img {
        height: 240px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-small img {
        height: 240px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-larger .item-content h3{
        font-size: 14px;
        line-height: normal;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-small .item-content h3{
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-larger .item-content{
        padding: 0px 10px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-xs .slick-list .container .item-small .item-content{
        padding: 0px 5px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sw-featured-slideshow-theme3 .responsive.resp-sm .slick-list .container .item-larger img{
        height: 260px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-sm .slick-list .container .item-small img{
        height: 100px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-sm .slick-list .container .item-larger .item-content h3{
        font-size: 14px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-sm .slick-list .container .item-small .item-content h3{
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sw-featured-slideshow-theme3 .responsive.resp-md .slick-list .container .item-larger img{
        height: 300px;
    }
    .sw-featured-slideshow-theme3 .responsive.resp-md .slick-list .container .item-small img{
        height: 115px;
    }
}
/*----------------Theme 4----------------------*/
.sw-featured-slideshow-theme4{
    overflow: hidden;

}
.sw-featured-slideshow-theme4 .sw-block-title h2 label{
    padding-left: 7px;
    color: #66BB6A;
}
.sw-featured-slideshow-theme4.loading {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.sw-featured-slideshow-theme4.loading:before {
    background: url(../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}
.sw-featured-slideshow-theme4 .item-wrap{
    padding: 10px;
}
.sw-featured-slideshow-theme4 .item-wrap img{
    height: 250px;
}
.sw-featured-slideshow-theme4 .item-wrap .item-category{
    margin-top: -10px;
}
.sw-featured-slideshow-theme4 .item-wrap .item-category a{
    color: #fff;
    padding: 8px 20px;
	position:relative;
	z-index: 9
}
.sw-featured-slideshow-theme4 .item-wrap .item-content{
    margin-top: 15px;
}
.sw-featured-slideshow-theme4 .item-wrap .item-content h3{
    margin-bottom: 0;
}
.sw-featured-slideshow-theme4 .res-button.slick-prev:before{
    content: normal;
}
.sw-featured-slideshow-theme4 .res-button.slick-next:before{
    content: normal;
}
.sw-featured-slideshow-theme4 .responsive .res-button.slick-prev{
    right: 35px;
}
.sw-featured-slideshow-theme4 .responsive .res-button.slick-prev:hover, .sw-featured-slideshow-theme4 .responsive .res-button.slick-next:hover{
    color: #67BC69;
}
.sw-featured-slideshow-theme4 .responsive .res-button{
    color: #222222;
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 26px;
    line-height: 0px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: -10px;
    width: 26px;
    z-index: 2;
}
.sw-featured-slideshow-theme4 .responsive .slick-slide{
    height: auto;
}
.sw-featured-slideshow-theme4 .responsive .res-button::after{
    bottom: 0;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}
@media all and (max-width: 479px) {
    .sw-featured-slideshow-theme4 .item-wrap.resp-mobile img{
        height: 150px;
    }
    .sw-featured-slideshow-theme4 .item-wrap.resp-mobile .item-content h3{
        font-size: 14px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sw-featured-slideshow-theme4 .item-wrap.resp-xs img{
        height: 220px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sw-featured-slideshow-theme4 .item-wrap.resp-sm img{
        height: 250px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sw-featured-slideshow-theme4 .item-wrap.resp-md img{
        height: 210px;
    }
}
@media all and (max-width: 479px) {

}
@media all and (min-width: 480px) and (max-width: 767px) {
   
}
@media all and (min-width: 768px) and (max-width: 991px) {
    
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    
}
/*----------------Theme 6----------------------*/
.sw-featured-slideshow-theme6{
    overflow: hidden;
}
.sw-featured-slideshow-theme6 .sw-block-title h2{
    text-align: center;
}
.sw-featured-slideshow-theme6 .sw-block-title h2 label{
    color: #66BB6A;
}
.sw-featured-slideshow-theme6.loading {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.sw-featured-slideshow-theme6.loading:before {
    background: url(../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}
.sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_6{
    width: 50%;
    float: left;
}
.sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_6 img{
    height: 300px;
    padding: 5px;
}
.sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_6 .item-content h3 a{
    color: #fff;
}
.sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_3{
    width: 25%;
    float: left;
}
.sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_3 img{
    height: 150px;
    padding: 5px;
}
.sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_3 .item-content h3 a{
    color: #fff;
}
.sw-featured-slideshow-theme6 .item_col_6, .sw-featured-slideshow-theme6 .item_col_3{
    position: relative;
}
.sw-featured-slideshow-theme6 .item_col_6.resp-sm .item-content, .sw-featured-slideshow-theme6 .item_col_3.resp-sm .item-content{
    position: absolute;
    bottom: 10px;
    padding: 0 15px;
}
@media all and (max-width: 479px) {
    .sw-featured-slideshow-theme6 .sw-block-title h2{
        font-size: 18px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-mobile img, .sw-featured-slideshow-theme6 .item_col_3.resp-mobile img{
        height: 170px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-mobile, .sw-featured-slideshow-theme6 .item_col_3.resp-mobile{
        width: 100%;
        position: relative;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-mobile .item-content, .sw-featured-slideshow-theme6 .item_col_3.resp-mobile .item-content {
        position: absolute;
        bottom: 10px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-mobile .item-content h3 a, .sw-featured-slideshow-theme6 .item_col_3.resp-mobile .item-content h3 a{
        color: #fff;
        line-height: 20px;
        font-size: 16px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sw-featured-slideshow-theme6 .sw-block-title h2{
        font-size: 18px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-xs, .sw-featured-slideshow-theme6 .item_col_3.resp-xs{
        width: 50%;
        position: relative;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-xs .item-content, .sw-featured-slideshow-theme6 .item_col_3.resp-xs .item-content{
        position: absolute;
        bottom: 10px;
        padding: 0 15px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-xs img, .sw-featured-slideshow-theme6 .item_col_3.resp-xs img{
        height: 150px;
    }
    .sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_3.resp-xs .item-content h3 a{
        color: #fff;
        line-height: 20px;
        font-size: 16px;
    }
    .sw-featured-slideshow-theme6 .featured-slideshow-content .item_col_6.resp-xs .item-content h3 a{
        color: #fff;
        line-height: 20px;
        font-size: 16px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sw-featured-slideshow-theme6 .sw-block-title h2{
        font-size: 18px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-sm, .sw-featured-slideshow-theme6 .item_col_3.resp-sm{
        width: 50%;
        position: relative;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-sm .item-content, .sw-featured-slideshow-theme6 .item_col_3.resp-sm .item-content{
        position: absolute;
        bottom: 10px;
        padding: 0 15px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-sm img, .sw-featured-slideshow-theme6 .item_col_3.resp-sm img{
        height: 170px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-sm .item-content h3 a, .sw-featured-slideshow-theme6 .item_col_3.resp-sm .item-content h3 a{
        color: #fff;
        line-height: 20px;
        font-size: 16px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sw-featured-slideshow-theme6 .item_col_6.resp-md, .sw-featured-slideshow-theme6 .item_col_3.resp-sm{
        position: relative;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-md .item-content, .sw-featured-slideshow-theme6 .item_col_3.resp-md .item-content{
        position: absolute;
        bottom: 0px;
        padding: 0 15px;
    }
    .sw-featured-slideshow-theme6 .item_col_6.resp-md img{
        height: 210px;
    }
    .sw-featured-slideshow-theme6 .item_col_3.resp-md img{
        height: 150px;
    }
}

/*----------------Theme 7----------------------*/
.sw-featured-slideshow-theme7{
    overflow: hidden;
}
.sw-featured-slideshow-theme7.loading {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.sw-featured-slideshow-theme7.loading:before {
    background: url(../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
}
.sw-featured-slideshow-theme7 .tabs-head{
    background: #F5F5F5;
    margin-bottom: 20px;
    display:inline-block;
    width: 100%;
}
.sw-featured-slideshow-theme7 .tabs-head ul.tabs{
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.sw-featured-slideshow-theme7 .tabs-head ul.tabs li a{
    color: #999999;
    padding: 7px 15px;
    display: inline-block;
}
.sw-featured-slideshow-theme7 .tabs-head ul.tabs li a.active{
    background: #66BB6A;
    color: #fff;
}
.sw-featured-slideshow-theme7 .tabs-head ul.tabs li{
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
}

.sw-featured-slideshow-theme7 .tabs-content .item{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.sw-featured-slideshow-theme7 .tabs-content a img{
    width: 30%;
    float: left;
    height: 55px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.sw-featured-slideshow-theme7 .tabs-content .item-content{
    width: 70%;
    float: left;
}
.sw-featured-slideshow-theme7 .tabs-content .item-content h3{
    font-size: 14px;
}
.sw-featured-slideshow-theme7 .tabs-content .item-content h3 a{
    color: #222222;
}
.sw-featured-slideshow-theme7 .tabs-content .item-content h3 a:hover{
    color: #0044cc;
}

.sw-featured-slideshow-theme7 .res-button.slick-prev:before{
    content: normal;
}
.sw-featured-slideshow-theme7 .res-button.slick-next:before{
    content: normal;
}
.sw-featured-slideshow-theme7 .res-button.slick-next:hover, .sw-featured-slideshow-theme7 .res-button.slick-prev:hover{
    color: #66BB6A;
}
.sw-featured-slideshow-theme7 .responsive .res-button.slick-prev{
    right: 20px;
}
.sw-featured-slideshow-theme7 .responsive .res-button{
    color: #222222;
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 26px;
    line-height: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -33px;
    width: 26px;
    z-index: 2;
}
.sw-featured-slideshow-theme7 .responsive .res-button::after{
    bottom: 0;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}