body.frontpage {

}
.bg-slider {
    width: 100%;
	overflow: hidden;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg-slider .img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: -1;
    overflow: hidden;
    min-width: 320px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.bg-slider .img > img {
    opacity: 0;
    max-width: none;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bg-slider .img > .inner-bg{
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    position: relative;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.bg-slider.js .img{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    display: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.bg-slider.js .img > img{
    display: none;
}
.bg-slider.js .img > .inner-bg{
    display: block;
}
.bg-slider.js .img > .caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 5000px) {
    .bg-slider.css .img > img{
        display: block;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
    }
    .bg-slider.css .img > .inner-bg{
        display: none;
    }
    .bg-slider.css .img{
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (max-width: 768px) {
    .bg-slider.css .img > img{
        display: none;
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    .bg-slider.css .img > .inner-bg{
        display: block;
        opacity: 0;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: translateZ(0);
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;
    }
    .bg-slider.css .img {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 769px) {
    .bg-slider.css .img > img{
        width: 200%;
    }
}

@media screen and (min-width: 1000px) {
    .bg-slider.css .img > img{
        width: 160%;
    }
}

@media screen and (min-width: 1200px) {
    .bg-slider.css .img > img{
        width: 140%;
    }
}

@media screen and (min-width: 1400px) {
    .bg-slider.css .img > img{
        width: 120%;
    }
}

@media screen and (min-width: 1600px) {
    .bg-slider.css .img > img{
        width: 100%;
    }
}



/************* Caption *****************/
.bg-slider .img > .caption {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.bg-slider .img > .caption img {
    max-width: 85%;
    margin: 0 auto;
}
@media(max-width: 1199px) {
    .bg-slider .img > .caption {
        bottom: 20px;
    }
}
@media(max-width: 767px) {
    .bg-slider .img > .caption {
        bottom: 30px;
    }
}