/* 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: */
.stacked {
	display: inline-block !important;
left: 124px;
position: absolute;
text-align: center;
top: 20px;
width: 84px;
}
.stacked_one {

left: 14px;
position: relative;

}
.et-profile-male.inline{display:inline-block;}
/* Ticking Dial Icon */
.tick {
    -webkit-animation: tick steps(8) 8s infinite normal;
    -moz-animation: tick steps(8) 8s infinite normal;
    -o-animation: tick steps(8) 8s infinite normal;
    animation: tick steps(8) 8s infinite normal;
}
 
@-moz-keyframes tick { 100% { -moz-transform: rotate(360deg); } }
 
@-webkit-keyframes tick { 100% { -webkit-transform: rotate(360deg); } }
 
@keyframes tick { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* 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; }
