/*
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 */ 

}
#usa .ls-v6 .ls-bottom-slidebuttons a, .sislide .ls-v6 .ls-bottom-slidebuttons a, .nobg .ls-v6 .ls-bottom-slidebuttons a {
    border-radius: 0px;
    border: none !important;
    width: 20px !important;
    height: 2px;
	background:rgba(0,0,0,0.25)
}
.reversed .ls-v6 .ls-bottom-slidebuttons a{
	background:rgba(255,255,255,0.25)
}
#usa .ls-v6 .ls-bottom-slidebuttons a:hover, .sislide .ls-v6 .ls-bottom-slidebuttons a:hover, .nobg .ls-v6 .ls-bottom-slidebuttons a:hover {
	background:rgba(0,0,0,1)
}
.reversed .ls-v6 .ls-bottom-slidebuttons a:hover{
	background:rgba(255,255,255,1)
}
#usa .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active, .sislide .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background: rgba(255,255,255,1);
}
.nobg .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background: rgba(0,0,0,.5);
}