#
if( data === undefined )
data = {};
var atts = ( data.atts !== undefined ) ? data.atts : {},
layout = ( atts['layout'] !== undefined ) ? atts['layout'] : '1',
title = ( atts['title'] !== undefined && atts['title'] !== '__empty__') ? atts['title'] : '',
desc = ( atts['desc'] !== undefined && atts['desc'] !== '__empty__') ? kc.tools.base64.decode( atts['desc']) : '',
icon = ( atts['icon'] !== undefined && atts['icon'] !== '__empty__') ? atts['icon'] : 'et-envelope',
image = ( atts['image'] !== undefined ) ? atts['image'] : '',
position = ( atts['position'] !== undefined && atts['position'] !== '__empty__') ? atts['position'] : '',
show_button = ( atts['show_button'] !== undefined ) ? atts['show_button'] : '',
button_text = ( atts['button_text'] !== undefined && atts['button_text'] !== '__empty__') ? atts['button_text'] : '',
button_link = ( atts['button_link'] !== undefined ) ? atts['button_link'] : '',
custom_class = ( atts['custom_class'] !== undefined ) ? atts['custom_class'] : '',
img_link = '',
but_link_text = '',
data_img = '',
data_icon = '',
data_title = '',
data_desc = '',
data_position = '',
data_button = '',
btn_title = '',
btn_target = '',
wrap_class = [];
wrap_class = kc.front.el_class( atts );
wrap_class.push( 'kc-feature-boxes kc-fb-layout-' + layout );
if ( custom_class !=='' ) {
wrap_class.push( custom_class );
}
if ( image !='' ) {
//image = image.replace( /[^\d]/, '' );
img_link = ajaxurl + '?action=kc_get_thumbn&id=' + image + '&size=full';
data_img += '';
data_img += '