﻿
#home {
    padding:0;
}

#slides {

}


.top-background-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
}

.top-background-boxed {
    display: table;
    
}

.top-background-fullwidth {

}


.nav-li {

}

/*Inställning för mobil*/
@media (max-width: 767px) {
    .top-background-boxed {
        width:100%;
    }
}
