@charset 'utf-8';
/*
 Theme Name:   Fix-ride
 Theme URI:    http://car-repair.ancorathemes.com/
 Description:  Fix-ride - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     fix-ride
 Version:      1.2.2
 Tags:         light, inheritable theme-options
 Text Domain:  ancora
*/


@import url("../fix-ride/style.css");
@import url("animate.css");	

/* =Theme customization starts here
-------------------------------------------------------------- */

/* do this on a mobile */
@media screen and (max-width: 800px) {

}


.animate_option {
    
    -webkit-animation-delay: 1s;
	animation-delay: 1s;
   -webkit-animation-duration: 10s;
   animation-duration: 10s;
}