/* 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 */

#layerslider_1_2 img.ls-bg
 { 


	margin-top:28px !important;
}

#layerslider_1_2 .ls-gpuhack
 { 
width:100%;
}


#layerslider_1_2 h4
 { 
text-align:center !important;
	width:450px;
	max-width:100%;
}


#layerslider_1_2 .ls-nav-prev, #layerslider_1_2 .ls-nav-next
 { 
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
	top:170px;
	background-color:#00b8ff
}


.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; }
