/* 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; }

/*update*/

ul.ef_v1{
 width:100%;
 background:#f8f8f8;
 margin:auto;
 list-style-type: none;
 padding:0px;
 margin:0px;
 display:table;
 right:0px;
 top:0px;
 position:absolute;
 }

ul.ef_v1 li:nth-child(odd) {
	width:48%;
	float:left;
	}

ul.ef_v1 li:nth-child(even) {
	width:48%;
	float:right;
	} 
	
ul.ef_v1 label,
ul.ef_v1 li input
	{
	width:100%;
	}

ul.ef_v1 label {
	line-height:30px;
	font-weight:bold;
	}

ul.ef_v1 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
	
	
@media only screen and (max-width: 991px) {

	ul.ef_v1 li:nth-child(odd),
	ul.ef_v1 li:nth-child(even) {
		width:100%;
		float:left;
		margin:0 0 20px 0;
		} 
}
