/* 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 */
	padding-left: 10%;
	padding-right: 10%;
}

.ls-slide { 
}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

.ls-nav-next
{
	margin-right: 3%;
}

.ls-nav-prev:before,
.ls-nav-next:before
{
	 font-family: 'slick';
    font-size: 80px;

    opacity: .85;
    color: #5f1a35;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ls-nav-prev:before
{
	content: '←';
}
.ls-nav-next:before
{
	content: '→';
}
