/* 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 {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }


.landing{
	font-size: 20px;
	color: white;
	background-color: #0080ff;
	padding: 5%;
	text-decoration: none;
	font-family: 'Georgia';
    font-style: italic;
    -webkit-transition: background-color 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s;
}
.ls-slide.ls-active .landing:hover{
	background-color: #000000;
	text-decoration: none;
	color: white;

}

