/* 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 */
a{text-decoration:none}

.box-slide{
	font-size:48px;
	padding:20px;
	background:url('../themes/bridge/img/bg-box-slide.png');
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.title-slide{
}
.title-slide2{
	font-size:48px;
	color:#999;
	font-weight:300;
}
.title-slide2:hover{
	text-decoration:none important!;
	color:#000;
}
.black{color:#000}
.grey{color:#888}
.black:hover,.grey:hover{text-decoration:nonei mportant!;;}
.subtitle-slide{
	font-size:32px;
}
.box-slide a{
	color:#000;
	padding:10px 20px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:300;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #000;
}
.box-slide a:hover{
	color:#FFF !important;
	background-color:#000;
	text-decoration:none;
}
.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }