
#slider,
#slider .slider-wrap,
.slider-wrap .slide,
.slide a,
.slide img {
    display: block;
    width: 1040px;
    height: 250px;
}

.ei-slider { height: 245px; }

.ei-slider-loading { line-height: 245px; }


@media only screen and (min-width: 1024px) and (max-width: 1024px) {

#slider,
#slider .slider-wrap,
.slider-wrap .slide,
.slide a,
.slide img {
    display: block;
    width: 1024px;
    height: 246px;
}

.ei-slider{
    max-width: 1024px !important;
    height: 241px !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

#slider,
#slider .slider-wrap,
.slider-wrap .slide,
.slide a,
.slide img,
#slider .ls-fallback-image,
#slider .ls-fallback-image a,
#slider .ls-fallback-image img {
    display: block;
    width: 768px;
    height: 185px;
}

.ei-slider{
    max-width: 768px !important;
    height: 180px !important;
}


.slide .slide-caption,
.nivo-caption,
.rs-caption {
    bottom: 32px;    
    padding: 10px;
    font-size: 13px;
}

.slider-prev,
.slider-next,
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.rs-arrows .rs-prev,
.rs-arrows .rs-next { bottom: 0; }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

#slider,
#slider .slider-wrap,
.slider-wrap .slide,
.slide a,
.slide img,
#slider .ls-fallback-image,
#slider .ls-fallback-image a,
#slider .ls-fallback-image img {
    display: block;
    width: 480px;
    height: 115px;
}

.ei-slider{
    max-width: 480px !important;
    height: 110px !important;
}


.slide .slide-caption,
.nivo-caption,
.rs-caption {
    right: 0;
    bottom: 32px;    
    padding: 10px;
    font-size: 13px;
}

.slider-prev,
.slider-next,
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.rs-arrows .rs-prev,
.rs-arrows .rs-next { bottom: 0; }


}

@media only screen and (max-width: 479px) {

#slider,
#slider .slider-wrap,
.slider-wrap .slide,
.slide a,
.slide img,
#slider .ls-fallback-image,
#slider .ls-fallback-image a,
#slider .ls-fallback-image img {
    display: block;
    width: 320px;
    height: 77px;
}

.ei-slider{
    max-width: 320px !important;
    height: 72px !important;
}

}

