/** BOOK NOW ICON FIX **/
/** interfering with move block feature in #C5 will load out of edit mode **/
/** webkit transform used here for safari fix **/
/** display block on html5 main element ie11/10/9 fix **/
#c5 main.book-now-main{display:block;position:relative;z-index:3;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}