.slide-in-left {
	-webkit-animation: slide-in-left 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.8s both;
	        animation: slide-in-left 800ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.8s both;
	position:absolute;
   top:25%;
   left:10%;
   z-index:1000; 
}


.fade-in {
	opacity: 0;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 500ms both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 500ms both;
}

/*
.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/
_:-ms-lang(x),
.slide-in-left {
   top:25%;
   left:10%;
   z-index:0; 
}

/* IE 11 */
_:-ms-lang(x),
.sm-clean ul  {
    z-index:10000;
}



/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 7:44:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 8:37:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 9:12:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
   -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);
            box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);		
			background:#5b6064;
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);
            box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.65);	
			background:#5b6064;
  }
}

@media screen and (max-width: 1280px) {
	.slide-in-left {
	position:absolute;
    top:15%;
    left:5%;
    z-index:1000; 
    }
}

@media screen and (max-width: 1024px) {
	.slide-in-left {
	position:absolute;
    top:8%;
    left:4%;
    z-index:1000; 
    }
}

@media screen and (max-width: 800px) {
	.slide-in-left {
	position:absolute;
    top:4%;
    left:4%;
    z-index:1000; 
    }
}

@media screen and (max-width: 600px) {
	.slide-in-left {
	display:none;
    }
}

