# if( data === undefined ) data = {}; var atts = ( data.atts !== undefined ) ? data.atts : {}, text_align = 'center', image_size = 'full', back_data = '', front_data = '', show_icon = ( atts['show_icon'] !== undefined )? atts['show_icon'] : '', icon = ( atts['icon'] !== undefined )? atts['icon'] : 'sl-rocket', title = ( atts['title'] !== undefined )? atts['title'] : '', description = ( atts['description'] !== undefined )? kc.tools.base64.decode( atts['description'] ) : '', show_button = ( atts['show_button'] !== undefined )? atts['show_button'] : '', text_on_button = ( atts['text_on_button'] !== undefined )? atts['text_on_button'] : '', direction = ( atts['direction'] !== undefined )? atts['direction'] : '', wrap_class = ( atts['wrap_class'] !== undefined )? atts['wrap_class'] : '', b_show_icon = ( atts['b_show_icon'] !== undefined )? atts['b_show_icon'] : '', b_icon = ( atts['b_icon'] !== undefined )? atts['b_icon'] : '', b_title = ( atts['b_title'] !== undefined )? atts['b_title'] : '', b_description = ( atts['b_description'] !== undefined )? kc.tools.base64.decode( atts['b_description'] ) : '', b_show_button = ( atts['b_show_button'] !== undefined )? atts['b_show_button'] : '', b_text_on_button = ( atts['b_text_on_button'] !== undefined )? atts['b_text_on_button'] : '', b_link = ( atts['b_link'] !== undefined )? atts['b_link'] : '', btn_title = '', btn_target = '', but_link_text = '', button_link = '', image_data = kc_url + '/assets/images/get_start.jpg', element_atttribute = [], el_classess = []; el_classess = kc.front.el_class( atts ); el_classess.push( 'kc-flipbox' ); el_classess.push( 'kc-flip-container' ); if ( wrap_class !== '' ) el_classess.push( wrap_class ); if( direction !== '' && direction === 'vertical' ) el_classess.push( 'flip-' + direction ); element_atttribute.push( 'class="' + el_classess.join(' ') + '"' ); element_atttribute.push( 'ontouchstart="this.classList.toggle(\'hover\');"' ); // Front Side Data if( show_icon === 'yes' && icon !=='' ) front_data += '
'; if( title !== '' ) front_data += '' + kc.front.do_shortcode( description ) + '
'; // Back Side Data if( b_show_icon == 'yes' && b_icon !== '' ) back_data += ''; if( b_title !== '') back_data += '' + kc.front.do_shortcode( b_description ) + '
'; if( b_show_button == 'yes' ){ if ( b_text_on_button == '' ) b_text_on_button = "