/* 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; }

.ls-slide .ls-slide h1, .ls-slide h2, .ls-slide h3, .ls-slide h4, .ls-slide h5, .ls-slide h6, .ls-slide p {
	font-family: 'Oswald', sans-serif !important;
	text-align: center;
	font-size: 26px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
}
.ls-slide h1 {	font-size: 26px; line-height: 26px; }
.ls-slide h2 {	font-size: 21px; line-height: 21px; }
.ls-slide h3 {	font-size: 16px; line-height: 16px; }
.ls-slide h4 {	font-size: 14px; line-height: 14px; }
.ls-slide h5 {	font-size: 14px; line-height: 14px; text-transform: none; font-weight: bold; }
.ls-slide p {	font-size: 14px; line-height: 14px; text-transform: none; font-weight: normal; }
