
/**
/*	Preloader
/* ==========================================*/



@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}






/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;

    text-align: center;
    bottom: 45%;

    /* text-align: left; */

    /* margin-left: 3%; */

    /* top: 0; */
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    /* vertical-align: middle; */

    vertical-align: bottom;
    display: table-cell;
}

.caption-content h2 {

    font-family: 'philosopher-bold';
    color: #fff;
    font-size: 54px;                        /*  TEXTO SLIDER (INDEX)  */
    
    margin-bottom: 100px;


    text-shadow: 2px 2px 2px #000;


    /* letter-spacing: -1px; */

    /* text-transform: uppercase; */
}



.caption-content img {

    width: 600px;
}







.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}











/*============================================================ 
    Responsive Styles
 ============================================================*/

/*============================================================
    For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {


}


/*============================================================
    Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

/* home slider  */
  




}


/*============================================================
    Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

    

/* slider */

    
 


    .caption-content img {

        width: 400px;
    } 



   
  

}


/*============================================================
    Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {


    #video1 {
        display: none;
    }    





}


@media (max-width: 480px) {

#video1 {
        display: none;
    }    




.caption-content img {

        width: 300px;
    } 

.slide-caption {

    bottom: 57%;

}

#slider video {display: none;}

}








