/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 24, 2015, 8:04:52 PM
    Author     : Adrian
*/

#carousel-generic{
    min-height: 405px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    background: #ffffff url(../img/loader1.gif) no-repeat center center;
}

#carousel-generic .carousel-control.left,
#carousel-generic .carousel-control.right{
    z-index: 400;
}

@media screen and (min-width: 800px){
    #carousel-generic .carousel-indicators {
        bottom: 41px!important;
    }
}

@media (max-width: 800px){
    #carousel-generic .carousel-indicators {
        display: none!important;
    }
}

#carousel-generic .carousel-caption{
    z-index: 404;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    visibility: visible;
    left: 0px;
    right: auto;
    width: 100%;
    margin: 0px;
    display: block;
    bottom: 0px;
}

#carousel-generic .carousel-indicators{
    z-index: 406;
}

#carousel-generic .carousel-control{
    max-width: 90px;
}

#carousel-generic video{
    display: block;
    position: relative;
    width: 80%;
    margin: auto;
    z-index: 396;
}

#carousel-generic .overlay {
    background: url(../img/playBtn.png) no-repeat center center;
    opacity: 1;
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: 402;
    cursor: pointer;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#carousel-generic img.has_video{
    display: block;
    position: absolute;
    width: 100%;
    z-index: 398;
}

#carousel-generic .item a.slide-link {
    text-decoration: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#carousel-generic .item img{
    width: 100%;
}

/* Media Query */
@media (max-width: 800px){

    #carousel-generic {
        min-height: 100%!important;
    }

    #carousel-generic video{
        height: auto!important;
    }

}

#carousel-generic .carousel-control.left,
#carousel-generic .carousel-control.right
{
    background-image: none!important;
    background-repeat: none!important;
    filter: none!important;
}