/*    !*.blur {*!*/
/*    !*-webkit-animation: blur 5s;*!*/
/*!*}*!*/

/*!*@-webkit-keyframes blur {*!*/
/*    !*from  { -webkit-filter: blur(10px); }*!*/
/*    !*to { -webkit-filter: blur(0px); }*!*/
/*!*}*!*/

/*!* Feel free to change duration  *!*/
/*.animated  {*/
/*    -webkit-animation-duration: 4000ms !important;*/
/*    animation-duration: 4000ms !important;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/
/*!* .owl-animated-out - only for current item *!*/
/*!* This is very important class. Use z-index if you want move Out item above In item *!*/
/*.owl-animated-out {*/
/*    z-index : 1*/
/*}*/
/*!* .owl-animated-in - only for upcoming item*/
/*!* This is very important class. Use z-index if you want move In item above Out item *!*/
/*.owl-animated-in {*/
/*    z-index : 0*/
/*}*/
/*.blur {*/
/*    -webkit-animation: blur 4s;*/
/*}*/

/*@-webkit-keyframes blur {*/
/*    from  { -webkit-filter: blur(5px); }*/
/*    to { -webkit-filter: blur(0px); }*/
/*}*/
/*@keyframes blur  {*/
/*    from  { -webkit-filter: blur(5px); }*/
/*    to { -webkit-filter: blur(0px); }*/
/*}*/