/*no footer*/

#footer {display:none;}

/*no footer*/


.repeatable-carousel{
    -webkit-transition: left 0.8s;
    transition: left 0.8s;
}

.grp.media.embed { padding: 0; }

/* ease effect */
.ease { transition: all .3s ease-in-out; }
/* ease effect */




/* shadow */

.shadow {
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.19);
-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.19);
box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.19);

}