/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the sliders built-in responsive functionality. Here are few example targets to help you get started:
*/

.ls-container { /* Slider container */

}

.ls-layers { /* Layers wrapper */ 

}

.ls-3d-box div { /* Sides of 3D transition objects */ 

}
.ls-v6 .ls-bottom-nav-wrapper {
   top: 0 !important;
}
.ls-v6 .ls-bottom-slidebuttons a {
    border: 2px solid rgba(0,0,0,0.75) !important;
}
.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background-color: rgba(0,0,0,0.75) !important;
}
.ls-v6 .ls-nav-stop {
    border-left: 2px solid rgba(0,0,0,0.75) !important;
    border-right: 2px solid rgba(0,0,0,0.75) !important;
}
.ls-v6 .ls-nav-start:hover:after, .ls-v6 .ls-nav-start-active:after {
    border-top: 2px solid rgba(255,255,255,1) !important;
    border-right: 2px solid rgba(255,255,255,1) !important;
}
.ls-v6 .ls-nav-start:after {
    border-top: 2px solid rgba(0,0,0,0.75) !important;
    border-right: 2px solid rgba(0,0,0,0.75) !important;
}

