(function(a){'use strict';a(document).ready(function(){0<a(".content_hover_effect").length&&a(".content_hover_effect").each(function(){var b=a(this),c=b.data("hover_uniqid"),d=b.data("hover_shadow"),e=b.data("content_hover_effects");"float_shadow"==e&&a("head").append("<style >."+c+".content_hover_float_shadow:before{background: -webkit-radial-gradient(center, ellipse, "+d+" 0%, rgba(60, 60, 60, 0) 70%);background: radial-gradient(ellipse at center, "+d+" 0%, rgba(60, 60, 60, 0) 70%);}</style>"),"shadow_radial"==e&&a("head").append("<style >."+c+".content_hover_radial:after{background: -webkit-radial-gradient(50% -50%, ellipse, "+d+" 0%, rgba(0, 0, 0, 0) 80%);background: radial-gradient(ellipse at 50% -50%, "+d+" 0%, rgba(0, 0, 0, 0) 80%);}."+c+".content_hover_radial:before{background: -webkit-radial-gradient(50% 150%, ellipse, "+d+" 0%, rgba(0, 0, 0, 0) 80%);background: radial-gradient(ellipse at 50% 150%, "+d+" 0%, rgba(0, 0, 0, 0) 80%);}</style>"),"grow_shadow"==e&&a("head").append("<style >."+c+".content_hover_grow_shadow:hover{-webkit-box-shadow: 0 10px 10px -10px "+d+";-moz-box-shadow: 0 10px 10px -10px "+d+";box-shadow: 0 10px 10px -10px "+d+";}</style>")})})})(jQuery);