/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}
/* lg */

@media (min-width: 1200px) {
   

}


/* lg */


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    
}


/* md */


/* sm -up*/

@media (min-width: 768px) {
    
#slide_1 {
    background-image:url('../images/1d.jpg');
}
#slide_2 {
    background-image:url('../images/2d.jpg');
}
#slide_3 {
    background-image:url('../images/3d.jpg');
}
#slide_4 {
    background-image:url('../images/4d.jpg');
}

}


/* sm -up*/


/* sm */

@media (min-width: 768px) and (max-width: 1400px) {
    .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        -o-background-size: contain;
        background-repeat: no-repeat;
      background: center center cover no-repeat fixed; 
      
    }
}


/* sm */


/* xs */

@media (max-width: 767px) {
    
#slide_1 {
    background-image:url('../images/1m.jpg');
}
#slide_2 {
    background-image:url('../images/2m.jpg');
}
#slide_3 {
    background-image:url('../images/3m.jpg');
}
#slide_4 {
    background-image:url('../images/4m.jpg');
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
}
}


/* xs */


/* XS Portrait */

@media (max-width: 479px) {
    .nplrxs {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


/* XS Portrait */


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}
