/* 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: */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-nav-prev, .ls-nav-next {
	-webkit-transition: opacity .3s ease 0s!important;
	-moz-transition: opacity .3s ease 0s!important;
	-o-transition: opacity .3s ease 0s!important;
	transition: opacity .3s ease-in-out!important;
}
.ls-fullwidth .ls-nav-prev:after {
	width: 38px;
	line-height: 38px;
}
.ls-fullwidth .ls-nav-next:after {
	width: 42px;
	line-height: 38px;
}

.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; }
