/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}


.ls-slide { 

}

.ls-slide a:hover {
	text-decoration: none;
}


#layerslider_2 a:hover {
	background-color: rgba(238,238,238,0.7);
}

#layerslider_3 a:hover {
	background-color: rgba(238,238,238,0.7);
}

#layerslider_4 a:hover {
	background-color: rgba(238,238,238,0.7);
}

#layerslider_5 a:hover {
	background-color: rgba(238,238,238,0.7);
}

#layerslider_6 a:hover {
	background-color: rgba(238,238,238,0.7);
}

#layerslider_7 a:hover {
	background-color: rgba(238,238,238,0.7);
}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
