/* 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;
}

/*#front-link {
	top: 90% !important;
	left: 85% !important;
}*/

#front-link .front-link {
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	font-weight:700;
	background:url('/wp-content/uploads/2015/09/arrow-white.png') no-repeat 0 3px;
}
#front-link .front-link:hover { color:#dc5f12; text-decoration:none;}


/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

/* Responsive */
@media only screen and
(min-device-width:320px) and
(max-device-width:480px){
	#front-link {
		left: 55% !important;
	}
}
