{"id":66,"date":"2022-07-09T20:33:47","date_gmt":"2022-07-09T20:33:47","guid":{"rendered":"https:\/\/qualitycs.com.mx\/?p=66"},"modified":"2022-07-18T01:20:03","modified_gmt":"2022-07-18T01:20:03","slug":"modulo-de-recursos-humanos","status":"publish","type":"post","link":"https:\/\/qualitycs.com.mx\/?p=66","title":{"rendered":"M\u00f3dulo de Recursos Humanos"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\t\t\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t\/*\n\t\t\t\t* jQuery Easing v1.3 - http:\/\/gsgd.co.uk\/sandbox\/jquery\/easing\/\n\t\t\t\t*\n\t\t\t\t* Uses the built in easing capabilities added In jQuery 1.1\n\t\t\t\t* to offer multiple easing options\n\t\t\t\t*\n\t\t\t\t* TERMS OF USE - jQuery Easing\n\t\t\t\t* \n\t\t\t\t* Open source under the BSD License. \n\t\t\t\t* \n\t\t\t\t* Copyright \u00c2\u00a9 2008 George McGinley Smith\n\t\t\t\t* All rights reserved.\n\t\t\t\t* \n\t\t\t\t* Redistribution and use in source and binary forms, with or without modification, \n\t\t\t\t* are permitted provided that the following conditions are met:\n\t\t\t\t* \n\t\t\t\t* Redistributions of source code must retain the above copyright notice, this list of \n\t\t\t\t* conditions and the following disclaimer.\n\t\t\t\t* Redistributions in binary form must reproduce the above copyright notice, this list \n\t\t\t\t* of conditions and the following disclaimer in the documentation and\/or other materials \n\t\t\t\t* provided with the distribution.\n\t\t\t\t* \n\t\t\t\t* Neither the name of the author nor the names of contributors may be used to endorse \n\t\t\t\t* or promote products derived from this software without specific prior written permission.\n\t\t\t\t* \n\t\t\t\t* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY \n\t\t\t\t* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\t\t\t\t* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n\t\t\t\t*  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n\t\t\t\t*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n\t\t\t\t*  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED \n\t\t\t\t* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n\t\t\t\t*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED \n\t\t\t\t* OF THE POSSIBILITY OF SUCH DAMAGE. \n\t\t\t\t*\n\t\t\t\t*\/\n\t\t\t\t\/\/ t: current time, b: begInnIng value, c: change In value, d: duration\n\t\t\t\tjQuery.easing['jswing'] = jQuery.easing['swing'];\n\t\t\t\tjQuery.extend(jQuery.easing,\n\t\t\t\t\t{\n\t\t\t\t\t\tdef: 'easeOutQuad',\n\t\t\t\t\t\tswing: function (x, t, b, c, d) {\n\t\t\t\t\t\t\t\/\/alert(jQuery.easing.default);\n\t\t\t\t\t\t\treturn jQuery.easing[jQuery.easing.def](x, t, b, c, d);\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInQuad: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutQuad: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * (t \/= d) * (t - 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutQuad: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t + b;\n\t\t\t\t\t\t\treturn -c \/ 2 * ((--t) * (t - 2) - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInCubic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutCubic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * ((t = t \/ d - 1) * t * t + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutCubic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t * t + b;\n\t\t\t\t\t\t\treturn c \/ 2 * ((t -= 2) * t * t + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInQuart: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * t * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutQuart: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * ((t = t \/ d - 1) * t * t * t - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutQuart: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t * t * t + b;\n\t\t\t\t\t\t\treturn -c \/ 2 * ((t -= 2) * t * t * t - 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInQuint: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * t * t * t + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutQuint: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * ((t = t \/ d - 1) * t * t * t * t + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutQuint: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * t * t * t * t * t + b;\n\t\t\t\t\t\t\treturn c \/ 2 * ((t -= 2) * t * t * t * t + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInSine: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * Math.cos(t \/ d * (Math.PI \/ 2)) + c + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutSine: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * Math.sin(t \/ d * (Math.PI \/ 2)) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutSine: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c \/ 2 * (Math.cos(Math.PI * t \/ d) - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInExpo: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn (t == 0) ? b : c * Math.pow(2, 10 * (t \/ d - 1)) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutExpo: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn (t == d) ? b + c : c * (-Math.pow(2, -10 * t \/ d) + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutExpo: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif (t == 0) return b;\n\t\t\t\t\t\t\tif (t == d) return b + c;\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * Math.pow(2, 10 * (t - 1)) + b;\n\t\t\t\t\t\t\treturn c \/ 2 * (-Math.pow(2, -10 * --t) + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInCirc: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn -c * (Math.sqrt(1 - (t \/= d) * t) - 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutCirc: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c * Math.sqrt(1 - (t = t \/ d - 1) * t) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutCirc: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return -c \/ 2 * (Math.sqrt(1 - t * t) - 1) + b;\n\t\t\t\t\t\t\treturn c \/ 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInElastic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tvar s = 1.70158; var p = 0; var a = c;\n\t\t\t\t\t\t\tif (t == 0) return b; if ((t \/= d) == 1) return b + c; if (!p) p = d * .3;\n\t\t\t\t\t\t\tif (a < Math.abs(c)) { a = c; var s = p \/ 4; }\n\t\t\t\t\t\t\telse var s = p \/ (2 * Math.PI) * Math.asin(c \/ a);\n\t\t\t\t\t\t\treturn -(a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) \/ p)) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutElastic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tvar s = 1.70158; var p = 0; var a = c;\n\t\t\t\t\t\t\tif (t == 0) return b; if ((t \/= d) == 1) return b + c; if (!p) p = d * .3;\n\t\t\t\t\t\t\tif (a < Math.abs(c)) { a = c; var s = p \/ 4; }\n\t\t\t\t\t\t\telse var s = p \/ (2 * Math.PI) * Math.asin(c \/ a);\n\t\t\t\t\t\t\treturn a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) \/ p) + c + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutElastic: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tvar s = 1.70158; var p = 0; var a = c;\n\t\t\t\t\t\t\tif (t == 0) return b; if ((t \/= d \/ 2) == 2) return b + c; if (!p) p = d * (.3 * 1.5);\n\t\t\t\t\t\t\tif (a < Math.abs(c)) { a = c; var s = p \/ 4; }\n\t\t\t\t\t\t\telse var s = p \/ (2 * Math.PI) * Math.asin(c \/ a);\n\t\t\t\t\t\t\tif (t < 1) return -.5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) \/ p)) + b;\n\t\t\t\t\t\t\treturn a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) \/ p) * .5 + c + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInBack: function (x, t, b, c, d, s) {\n\t\t\t\t\t\t\tif (s == undefined) s = 1.70158;\n\t\t\t\t\t\t\treturn c * (t \/= d) * t * ((s + 1) * t - s) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutBack: function (x, t, b, c, d, s) {\n\t\t\t\t\t\t\tif (s == undefined) s = 1.70158;\n\t\t\t\t\t\t\treturn c * ((t = t \/ d - 1) * t * ((s + 1) * t + s) + 1) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutBack: function (x, t, b, c, d, s) {\n\t\t\t\t\t\t\tif (s == undefined) s = 1.70158;\n\t\t\t\t\t\t\tif ((t \/= d \/ 2) < 1) return c \/ 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;\n\t\t\t\t\t\t\treturn c \/ 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInBounce: function (x, t, b, c, d) {\n\t\t\t\t\t\t\treturn c - jQuery.easing.easeOutBounce(x, d - t, 0, c, d) + b;\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseOutBounce: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif ((t \/= d) < (1 \/ 2.75)) {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * t * t) + b;\n\t\t\t\t\t\t\t} else if (t < (2 \/ 2.75)) {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * (t -= (1.5 \/ 2.75)) * t + .75) + b;\n\t\t\t\t\t\t\t} else if (t < (2.5 \/ 2.75)) {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * (t -= (2.25 \/ 2.75)) * t + .9375) + b;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\treturn c * (7.5625 * (t -= (2.625 \/ 2.75)) * t + .984375) + b;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t},\n\t\t\t\t\t\teaseInOutBounce: function (x, t, b, c, d) {\n\t\t\t\t\t\t\tif (t < d \/ 2) return jQuery.easing.easeInBounce(x, t * 2, 0, c, d) * .5 + b;\n\t\t\t\t\t\t\treturn jQuery.easing.easeOutBounce(x, t * 2 - d, 0, c, d) * .5 + c * .5 + b;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\/*\n\t\t\t\t*\n\t\t\t\t* TERMS OF USE - EASING EQUATIONS\n\t\t\t\t* \n\t\t\t\t* Open source under the BSD License. \n\t\t\t\t* \n\t\t\t\t* Copyright \u00c2\u00a9 2001 Robert Penner\n\t\t\t\t* All rights reserved.\n\t\t\t\t* \n\t\t\t\t* Redistribution and use in source and binary forms, with or without modification, \n\t\t\t\t* are permitted provided that the following conditions are met:\n\t\t\t\t* \n\t\t\t\t* Redistributions of source code must retain the above copyright notice, this list of \n\t\t\t\t* conditions and the following disclaimer.\n\t\t\t\t* Redistributions in binary form must reproduce the above copyright notice, this list \n\t\t\t\t* of conditions and the following disclaimer in the documentation and\/or other materials \n\t\t\t\t* provided with the distribution.\n\t\t\t\t* \n\t\t\t\t* Neither the name of the author nor the names of contributors may be used to endorse \n\t\t\t\t* or promote products derived from this software without specific prior written permission.\n\t\t\t\t* \n\t\t\t\t* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY \n\t\t\t\t* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\t\t\t\t* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n\t\t\t\t*  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n\t\t\t\t*  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n\t\t\t\t*  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED \n\t\t\t\t* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n\t\t\t\t*  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED \n\t\t\t\t* OF THE POSSIBILITY OF SUCH DAMAGE. \n\t\t\t\t*\n\t\t\t\t*\/\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function ($) {\n\t\t\t\t\t$.fn.quicksand = function (collection, customOptions) {\n\t\t\t\t\t\tvar options = {\n\t\t\t\t\t\t\tduration: 750,\n\t\t\t\t\t\t\teasing: 'swing',\n\t\t\t\t\t\t\tattribute: 'data-id', \/\/ attribute to recognize same items within source and dest\n\t\t\t\t\t\t\tadjustHeight: 'auto', \/\/ 'dynamic' animates height during shuffling (slow), 'auto' adjusts it before or after the animation, false leaves height constant\n\t\t\t\t\t\t\tuseScaling: true, \/\/ disable it if you're not using scaling effect or want to improve performance\n\t\t\t\t\t\t\tenhancement: function (c) { }, \/\/ Visual enhacement (eg. font replacement) function for cloned elements\n\t\t\t\t\t\t\tselector: '> *',\n\t\t\t\t\t\t\tdx: 0,\n\t\t\t\t\t\t\tdy: 0\n\t\t\t\t\t\t};\n\t\t\t\t\t\t$.extend(options, customOptions);\n\t\t\t\t\t\tif ($.browser.msie || (typeof ($.fn.scale) == 'undefined')) {\n\t\t\t\t\t\t\t\/\/ Got IE and want scaling effect? Kiss my ass.\n\t\t\t\t\t\t\toptions.useScaling = false;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tvar callbackFunction;\n\t\t\t\t\t\tif (typeof (arguments[1]) == 'function') {\n\t\t\t\t\t\t\tvar callbackFunction = arguments[1];\n\t\t\t\t\t\t} else if (typeof (arguments[2] == 'function')) {\n\t\t\t\t\t\t\tvar callbackFunction = arguments[2];\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn this.each(function (i) {\n\t\t\t\t\t\t\tvar val;\n\t\t\t\t\t\t\tvar animationQueue = []; \/\/ used to store all the animation params before starting the animation; solves initial animation slowdowns\n\t\t\t\t\t\t\tvar $collection = $(collection).clone(); \/\/ destination (target) collection\n\t\t\t\t\t\t\tvar $sourceParent = $(this); \/\/ source, the visible container of source collection\n\t\t\t\t\t\t\tvar sourceHeight = $(this).css('height'); \/\/ used to keep height and document flow during the animation\n\t\t\t\t\t\t\tvar destHeight;\n\t\t\t\t\t\t\tvar adjustHeightOnCallback = false;\n\t\t\t\t\t\t\tvar offset = $($sourceParent).offset(); \/\/ offset of visible container, used in animation calculations\n\t\t\t\t\t\t\tvar offsets = []; \/\/ coordinates of every source collection item            \n\t\t\t\t\t\t\tvar $source = $(this).find(options.selector); \/\/ source collection items\n\t\t\t\t\t\t\t\/\/ Replace the collection and quit if IE6\n\t\t\t\t\t\t\tif ($.browser.msie && $.browser.version.substr(0, 1) < 7) {\n\t\t\t\t\t\t\t\t$sourceParent.html('').append($collection);\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\/\/ Gets called when any animation is finished\n\t\t\t\t\t\t\tvar postCallbackPerformed = 0; \/\/ prevents the function from being called more than one time\n\t\t\t\t\t\t\tvar postCallback = function () {\n\t\t\t\t\t\t\t\tif (!postCallbackPerformed) {\n\t\t\t\t\t\t\t\t\tpostCallbackPerformed = 1;\n\t\t\t\t\t\t\t\t\t\/\/ hack: \n\t\t\t\t\t\t\t\t\t\/\/ used to be: $sourceParent.html($dest.html()); \/\/ put target HTML into visible source container\n\t\t\t\t\t\t\t\t\t\/\/ but new webkit builds cause flickering when replacing the collections\n\t\t\t\t\t\t\t\t\t$toDelete = $sourceParent.find('> *');\n\t\t\t\t\t\t\t\t\t$sourceParent.prepend($dest.find('> *'));\n\t\t\t\t\t\t\t\t\t$toDelete.remove();\n\t\t\t\t\t\t\t\t\tif (adjustHeightOnCallback) {\n\t\t\t\t\t\t\t\t\t\t$sourceParent.css('height', destHeight);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\toptions.enhancement($sourceParent); \/\/ Perform custom visual enhancements on a newly replaced collection\n\t\t\t\t\t\t\t\t\tif (typeof callbackFunction == 'function') {\n\t\t\t\t\t\t\t\t\t\tcallbackFunction.call(this);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\/\/ Position: relative situations\n\t\t\t\t\t\t\tvar $correctionParent = $sourceParent.offsetParent();\n\t\t\t\t\t\t\tvar correctionOffset = $correctionParent.offset();\n\t\t\t\t\t\t\tif ($correctionParent.css('position') == 'relative') {\n\t\t\t\t\t\t\t\tif ($correctionParent.get(0).nodeName.toLowerCase() == 'body') {\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcorrectionOffset.top += (parseFloat($correctionParent.css('border-top-width')) || 0);\n\t\t\t\t\t\t\t\t\tcorrectionOffset.left += (parseFloat($correctionParent.css('border-left-width')) || 0);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcorrectionOffset.top -= (parseFloat($correctionParent.css('border-top-width')) || 0);\n\t\t\t\t\t\t\t\tcorrectionOffset.left -= (parseFloat($correctionParent.css('border-left-width')) || 0);\n\t\t\t\t\t\t\t\tcorrectionOffset.top -= (parseFloat($correctionParent.css('margin-top')) || 0);\n\t\t\t\t\t\t\t\tcorrectionOffset.left -= (parseFloat($correctionParent.css('margin-left')) || 0);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\/\/ perform custom corrections from options (use when Quicksand fails to detect proper correction)\n\t\t\t\t\t\t\tif (isNaN(correctionOffset.left)) {\n\t\t\t\t\t\t\t\tcorrectionOffset.left = 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (isNaN(correctionOffset.top)) {\n\t\t\t\t\t\t\t\tcorrectionOffset.top = 0;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tcorrectionOffset.left -= options.dx;\n\t\t\t\t\t\t\tcorrectionOffset.top -= options.dy;\n\t\t\t\t\t\t\t\/\/ keeps nodes after source container, holding their position\n\t\t\t\t\t\t\t$sourceParent.css('height', $(this).height());\n\t\t\t\t\t\t\t\/\/ get positions of source collections\n\t\t\t\t\t\t\t$source.each(function (i) {\n\t\t\t\t\t\t\t\toffsets[i] = $(this).offset();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\/\/ stops previous animations on source container\n\t\t\t\t\t\t\t$(this).stop();\n\t\t\t\t\t\t\tvar dx = 0; var dy = 0;\n\t\t\t\t\t\t\t$source.each(function (i) {\n\t\t\t\t\t\t\t\t$(this).stop(); \/\/ stop animation of collection items\n\t\t\t\t\t\t\t\tvar rawObj = $(this).get(0);\n\t\t\t\t\t\t\t\tif (rawObj.style.position == 'absolute') {\n\t\t\t\t\t\t\t\t\tdx = -options.dx;\n\t\t\t\t\t\t\t\t\tdy = -options.dy;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tdx = options.dx;\n\t\t\t\t\t\t\t\t\tdy = options.dy;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\trawObj.style.position = 'absolute';\n\t\t\t\t\t\t\t\trawObj.style.margin = '0';\n\t\t\t\t\t\t\t\trawObj.style.top = (offsets[i].top - parseFloat(rawObj.style.marginTop) - correctionOffset.top + dy) - 10 + 'px';\n\t\t\t\t\t\t\t\trawObj.style.left = (offsets[i].left - parseFloat(rawObj.style.marginLeft) - correctionOffset.left + dx) - 10 + 'px';\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\/\/ create temporary container with destination collection\n\t\t\t\t\t\t\tvar $dest = $($sourceParent).clone();\n\t\t\t\t\t\t\tvar rawDest = $dest.get(0);\n\t\t\t\t\t\t\trawDest.innerHTML = '';\n\t\t\t\t\t\t\trawDest.setAttribute('id', '');\n\t\t\t\t\t\t\trawDest.style.height = 'auto';\n\t\t\t\t\t\t\trawDest.style.width = $sourceParent.width() + 'px';\n\t\t\t\t\t\t\t$dest.append($collection);\n\t\t\t\t\t\t\t\/\/ insert node into HTML\n\t\t\t\t\t\t\t\/\/ Note that the node is under visible source container in the exactly same position\n\t\t\t\t\t\t\t\/\/ The browser render all the items without showing them (opacity: 0.0)\n\t\t\t\t\t\t\t\/\/ No offset calculations are needed, the browser just extracts position from underlayered destination items\n\t\t\t\t\t\t\t\/\/ and sets animation to destination positions.\n\t\t\t\t\t\t\t$dest.insertBefore($sourceParent);\n\t\t\t\t\t\t\t$dest.css('opacity', 0.0);\n\t\t\t\t\t\t\trawDest.style.zIndex = -1;\n\t\t\t\t\t\t\trawDest.style.margin = '0';\n\t\t\t\t\t\t\trawDest.style.position = 'absolute';\n\t\t\t\t\t\t\trawDest.style.top = offset.top - correctionOffset.top + 'px';\n\t\t\t\t\t\t\trawDest.style.left = offset.left - correctionOffset.left + 'px';\n\t\t\t\t\t\t\tif (options.adjustHeight === 'dynamic') {\n\t\t\t\t\t\t\t\t\/\/ If destination container has different height than source container\n\t\t\t\t\t\t\t\t\/\/ the height can be animated, adjusting it to destination height\n\t\t\t\t\t\t\t\t$sourceParent.animate({ height: $dest.height() }, options.duration, options.easing);\n\t\t\t\t\t\t\t} else if (options.adjustHeight === 'auto') {\n\t\t\t\t\t\t\t\tdestHeight = $dest.height();\n\t\t\t\t\t\t\t\tif (parseFloat(sourceHeight) < parseFloat(destHeight)) {\n\t\t\t\t\t\t\t\t\t\/\/ Adjust the height now so that the items don't move out of the container\n\t\t\t\t\t\t\t\t\t$sourceParent.css('height', destHeight);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\/\/  Adjust later, on callback\n\t\t\t\t\t\t\t\t\tadjustHeightOnCallback = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\/\/ Now it's time to do shuffling animation\n\t\t\t\t\t\t\t\/\/ First of all, we need to identify same elements within source and destination collections    \n\t\t\t\t\t\t\t$source.each(function (i) {\n\t\t\t\t\t\t\t\tvar destElement = [];\n\t\t\t\t\t\t\t\tif (typeof (options.attribute) == 'function') {\n\t\t\t\t\t\t\t\t\tval = options.attribute($(this));\n\t\t\t\t\t\t\t\t\t$collection.each(function () {\n\t\t\t\t\t\t\t\t\t\tif (options.attribute(this) == val) {\n\t\t\t\t\t\t\t\t\t\t\tdestElement = $(this);\n\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tdestElement = $collection.filter('[' + options.attribute + '=' + $(this).attr(options.attribute) + ']');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (destElement.length) {\n\t\t\t\t\t\t\t\t\t\/\/ The item is both in source and destination collections\n\t\t\t\t\t\t\t\t\t\/\/ It it's under different position, let's move it\n\t\t\t\t\t\t\t\t\tif (!options.useScaling) {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push(\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\telement: $(this),\n\t\t\t\t\t\t\t\t\t\t\t\tanimation:\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\ttop: destElement.offset().top - 10 - correctionOffset.top,\n\t\t\t\t\t\t\t\t\t\t\t\t\tleft: destElement.offset().left - 10 - correctionOffset.left,\n\t\t\t\t\t\t\t\t\t\t\t\t\topacity: 1.0\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\t\telement: $(this),\n\t\t\t\t\t\t\t\t\t\t\tanimation: {\n\t\t\t\t\t\t\t\t\t\t\t\ttop: destElement.offset().top + 10 - correctionOffset.top,\n\t\t\t\t\t\t\t\t\t\t\t\tleft: destElement.offset().left + 10 - correctionOffset.left,\n\t\t\t\t\t\t\t\t\t\t\t\topacity: 1.0,\n\t\t\t\t\t\t\t\t\t\t\t\tscale: '1.0'\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\/\/ The item from source collection is not present in destination collections\n\t\t\t\t\t\t\t\t\t\/\/ Let's remove it\n\t\t\t\t\t\t\t\t\tif (!options.useScaling) {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\t\telement: $(this),\n\t\t\t\t\t\t\t\t\t\t\tanimation: { opacity: '0.0' }\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\t\telement: $(this), animation: {\n\t\t\t\t\t\t\t\t\t\t\t\topacity: '0.0',\n\t\t\t\t\t\t\t\t\t\t\t\tscale: '0.0'\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$collection.each(function (i) {\n\t\t\t\t\t\t\t\t\/\/ Grab all items from target collection not present in visible source collection\n\t\t\t\t\t\t\t\tvar sourceElement = [];\n\t\t\t\t\t\t\t\tvar destElement = [];\n\t\t\t\t\t\t\t\tif (typeof (options.attribute) == 'function') {\n\t\t\t\t\t\t\t\t\tval = options.attribute($(this));\n\t\t\t\t\t\t\t\t\t$source.each(function () {\n\t\t\t\t\t\t\t\t\t\tif (options.attribute(this) == val) {\n\t\t\t\t\t\t\t\t\t\t\tsourceElement = $(this);\n\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t$collection.each(function () {\n\t\t\t\t\t\t\t\t\t\tif (options.attribute(this) == val) {\n\t\t\t\t\t\t\t\t\t\t\tdestElement = $(this);\n\t\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tsourceElement = $source.filter('[' + options.attribute + '=' + $(this).attr(options.attribute) + ']');\n\t\t\t\t\t\t\t\t\tdestElement = $collection.filter('[' + options.attribute + '=' + $(this).attr(options.attribute) + ']');\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tvar animationOptions;\n\t\t\t\t\t\t\t\tif (sourceElement.length === 0) {\n\t\t\t\t\t\t\t\t\t\/\/ No such element in source collection...\n\t\t\t\t\t\t\t\t\tif (!options.useScaling) {\n\t\t\t\t\t\t\t\t\t\tanimationOptions = {\n\t\t\t\t\t\t\t\t\t\t\topacity: '1.0'\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tanimationOptions = {\n\t\t\t\t\t\t\t\t\t\t\topacity: '1.0',\n\t\t\t\t\t\t\t\t\t\t\tscale: '1.0'\n\t\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\/\/ Let's create it\n\t\t\t\t\t\t\t\t\td = destElement.clone();\n\t\t\t\t\t\t\t\t\tvar rawDestElement = d.get(0);\n\t\t\t\t\t\t\t\t\trawDestElement.style.position = 'absolute';\n\t\t\t\t\t\t\t\t\trawDestElement.style.margin = '0';\n\t\t\t\t\t\t\t\t\trawDestElement.style.top = destElement.offset().top - correctionOffset.top - 10 + 'px';\n\t\t\t\t\t\t\t\t\trawDestElement.style.left = destElement.offset().left - correctionOffset.left - 10 + 'px';\n\t\t\t\t\t\t\t\t\td.css('opacity', 0.0); \/\/ IE\n\t\t\t\t\t\t\t\t\tif (options.useScaling) {\n\t\t\t\t\t\t\t\t\t\td.css('transform', 'scale(0.0)');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\td.appendTo($sourceParent);\n\t\t\t\t\t\t\t\t\tanimationQueue.push({\n\t\t\t\t\t\t\t\t\t\telement: $(d),\n\t\t\t\t\t\t\t\t\t\tanimation: animationOptions\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$dest.remove();\n\t\t\t\t\t\t\toptions.enhancement($sourceParent); \/\/ Perform custom visual enhancements during the animation\n\t\t\t\t\t\t\tfor (i = 0; i < animationQueue.length; i++) {\n\t\t\t\t\t\t\t\tanimationQueue[i].element.animate(animationQueue[i].animation, options.duration, options.easing, postCallback);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t};\n\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tjQuery.noConflict();\n\t\t\t\tjQuery(document).ready(function($){\n\t\t\t\t\tfunction lightboxPhoto() {\n\t\t\t\t\t\tjQuery(\"a[rel^='TSprettyPhoto']\").TSprettyPhoto({ animationSpeed:'fast', slideshow:5000, theme:'light_rounded', show_title:false, overlay_gallery: false });\n\t\t\t\t\t}\n\t\t\t\t\tif(jQuery().TSprettyPhoto) { lightboxPhoto(); }\n\t\t\t\t\tif (jQuery().quicksand)\n\t\t\t\t\t{\n\t\t\t\t\t\tvar $data = $(\".totalsoft-portfolio-area5\").clone();\n\t\t\t\t\t\t$('.totalsoft-portfolio-categ5 li').click(function(e) {\n\t\t\t\t\t\t\t$(\".filter li\").removeClass(\"active5\");\n\t\t\t\t\t\t\tvar filterClass=$(this).attr('class').split(' ').slice(-1)[0];\n\t\t\t\t\t\t\tif (filterClass == 'all') { var $filteredData = $data.find('.totalsoft-portfolio-item25'); }\n\t\t\t\t\t\t\telse { var $filteredData = $data.find('.totalsoft-portfolio-item25[data-type=' + filterClass + ']'); }\n\t\t\t\t\t\t\t$(\".totalsoft-portfolio-area5\").quicksand($filteredData, {\n\t\t\t\t\t\t\t}, function () {\n\t\t\t\t\t\t\t\tlightboxPhoto();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t$(this).addClass(\"active5\");\n\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tfunction resp(){\n\t\t\t\t\tjQuery('.tspp_description').css('font-size',Math.ceil(25*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)));\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-close').css({'font-size':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)), 'line-height':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))+'px'});\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-pl-pa').css({'font-size':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)), 'line-height':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))+'px'});\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-nepr').css({'font-size':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50)), 'line-height':Math.ceil(22*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))+'px'});\n\t\t\t\t\tjQuery('.totalsoft-port-cpop-text').css({'font-size':Math.ceil(19*jQuery('.tspp_hoverContainer').width()\/(jQuery('.tspp_hoverContainer').width()+50))});\n\t\t\t\t}\n\t\t\t\t(function($){$.TSprettyPhoto={version:'3.0'};$.fn.TSprettyPhoto=function(tspp_settings){tspp_settings=jQuery.extend({animation_speed:'fast',slideshow:false,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:'\/',theme:'facebook',hideflash:false,wmode:'opaque',autoplay:true,modal:false,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},markup:'<div class=\"tspp_pic_holder\"> \\\n\t\t\t\t\t<div class=\"tspp_top\"> \\\n\t\t\t\t\t<div class=\"tspp_left\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_middle\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_right\"><\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<div class=\"tspp_content_container\"> \\\n\t\t\t\t\t<div class=\"tspp_left\"> \\\n\t\t\t\t\t<div class=\"tspp_right\"> \\\n\t\t\t\t\t<div class=\"tspp_content\"> \\\n\t\t\t\t\t\t<div class=\"tspp_loaderIcon\"><\/div> \\\n\t\t\t\t\t\t<div class=\"tspp_fade\"> \\\n\t\t\t\t\t\t<a href=\"#\" class=\"tspp_expand\" title=\"Expand the image\">Expand<\/a> \\\n\t\t\t\t\t\t<div class=\"tspp_hoverContainer\"> \\\n\t\t\t\t\t\t<a class=\"tspp_next\" href=\"#\"> <\/a> \\\n\t\t\t\t\t\t<a class=\"tspp_previous\" href=\"#\"> <\/a> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t\t<div id=\"tspp_full_res\"><\/div> \\\n\t\t\t\t\t\t<div class=\"tspp_details clearfix\"> \\\n\t\t\t\t\t\t<p class=\"tspp_description\"><\/p> \\\n\t\t\t\t\t\t<i class=\"totalsoft-port-cpop-close tspp_close totalsoft totalsoft-times-circle\"><span>Close<\/span><\/i> \\\n\t\t\t\t\t\t<div class=\"tspp_nav\"> \\\n\t\t\t\t\t\t<i href=\"#\" class=\"tspp_arrow_previous totalsoft-port-cpop-nepr totalsoft totalsoft-arrow-circle-left\"><\/i> \\\n\t\t\t\t\t\t<p class=\"currentTextHolder totalsoft-port-cpop-text\">0\/0<\/p> \\\n\t\t\t\t\t\t<i href=\"#\" class=\"tspp_arrow_next totalsoft-port-cpop-nepr totalsoft totalsoft-arrow-circle-right\"><\/i> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<div class=\"tspp_bottom\"> \\\n\t\t\t\t\t<div class=\"tspp_left\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_middle\"><\/div> \\\n\t\t\t\t\t<div class=\"tspp_right\"><\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<\/div> \\\n\t\t\t\t\t<div class=\"tspp_overlay\"><\/div>',gallery_markup:'<div class=\"tspp_gallery\"> \\\n\t\t\t\t\t<a href=\"#\" class=\"tspp_arrow_previous\">Previous<\/a> \\\n\t\t\t\t\t<ul> \\\n\t\t\t\t\t\t{gallery} \\\n\t\t\t\t\t<\/ul> \\\n\t\t\t\t\t<a href=\"#\" class=\"tspp_arrow_next\">Next<\/a> \\\n\t\t\t\t\t<\/div>',image_markup:'<img decoding=\"async\" id=\"fullResImage\" src=\"\" \/>',flash_markup:'<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"{width}\" height=\"{height}\"><param name=\"wmode\" value=\"{wmode}\" \/><param name=\"allowfullscreen\" value=\"true\" \/><param name=\"allowscriptaccess\" value=\"always\" \/><param name=\"movie\" value=\"{path}\" \/><embed src=\"{path}\" type=\"application\/x-shockwave-flash\" allowfullscreen=\"true\" allowscriptaccess=\"always\" width=\"{width}\" height=\"{height}\" wmode=\"{wmode}\"><\/embed><\/object>',quicktime_markup:'<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http:\/\/www.apple.com\/qtactivex\/qtplugin.cab\" height=\"{height}\" width=\"{width}\"><param name=\"src\" value=\"{path}\"><param name=\"autoplay\" value=\"{autoplay}\"><param name=\"type\" value=\"video\/quicktime\"><embed src=\"{path}\" height=\"{height}\" width=\"{width}\" autoplay=\"{autoplay}\" type=\"video\/quicktime\" pluginspage=\"http:\/\/www.apple.com\/quicktime\/download\/\"><\/embed><\/object>',iframe_markup:'<iframe src =\"{path}\" width=\"{width}\" height=\"{height}\" frameborder=\"no\"><\/iframe>',inline_markup:'<div class=\"tspp_inline clearfix\">{content}<\/div>',custom_markup:''},tspp_settings);var matchedObjects=this,percentBased=false,correctSizes,tspp_open,tspp_contentHeight,tspp_contentWidth,tspp_containerHeight,tspp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),tspp_slideshow;doresize=true,scroll_pos=_get_scroll();$(window).unbind('resize').resize(function(){_center_overlay();_resize_overlay();});if(tspp_settings.keyboard_shortcuts){$(document).unbind('keydown').keydown(function(e){setTimeout(function(){resp()},450);if(typeof $tspp_pic_holder!='undefined'){if($tspp_pic_holder.is(':visible')){switch(e.keyCode){case 37:$.TSprettyPhoto.changePage('previous');break;case 39:$.TSprettyPhoto.changePage('next');break;case 27:if(!settings.modal)\n\t\t\t\t\t$.TSprettyPhoto.close();break;};return false;};};});}\n\t\t\t\t\tjQuery.browser = {};\n\t\t\t\t\t(function () {\n\t\t\t\t\t\tjQuery.browser.msie = false;\n\t\t\t\t\t\tjQuery.browser.version = 0;\n\t\t\t\t\t\tif (navigator.userAgent.match(\/MSIE ([0-9]+)\\.\/)) {\n\t\t\t\t\t\t\tjQuery.browser.msie = true;\n\t\t\t\t\t\t\tjQuery.browser.version = RegExp.$1;\n\t\t\t\t\t\t}\n\t\t\t\t\t})();\n\t\t\t\t\t$.TSprettyPhoto.initialize=function(){settings=tspp_settings;if($.browser.msie&&parseInt($.browser.version)==6)settings.theme=\"light_square\";_buildOverlay(this);if(settings.allow_resize)\n\t\t\t\t\t$(window).scroll(function(){_center_overlay();});_center_overlay();set_position=jQuery.inArray($(this).attr('href'),tspp_images);$.TSprettyPhoto.open();return false;}\n\t\t\t\t\t$.TSprettyPhoto.open=function(event){if(typeof settings==\"undefined\"){settings=tspp_settings;if($.browser.msie&&$.browser.version==6)settings.theme=\"light_square\";_buildOverlay(event.target);tspp_images=$.makeArray(arguments[0]);tspp_titles=(arguments[1])?$.makeArray(arguments[1]):$.makeArray(\"\");tspp_descriptions=(arguments[2])?$.makeArray(arguments[2]):$.makeArray(\"\");isSet=(tspp_images.length>1)?true:false;set_position=0;}\n\t\t\t\t\tif($.browser.msie&&$.browser.version==6)$('select').css('visibility','hidden');if(settings.hideflash)$('object,embed').css('visibility','hidden');_checkPosition($(tspp_images).size());$('.tspp_loaderIcon').show();if($ppt.is(':hidden'))$ppt.css('opacity',0).show();$tspp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$tspp_pic_holder.find('.currentTextHolder').text((set_position+1)+settings.counter_separator_label+$(tspp_images).size());$tspp_pic_holder.find('.tspp_description').show().html(unescape(tspp_descriptions[set_position]));(settings.show_title&&tspp_titles[set_position]!=\"\"&&typeof tspp_titles[set_position]!=\"undefined\")?$ppt.html(unescape(tspp_titles[set_position])):$ppt.html('&nbsp;');movie_width=(parseFloat(grab_param('width',tspp_images[set_position])))?grab_param('width',tspp_images[set_position]):settings.default_width.toString();movie_height=(parseFloat(grab_param('height',tspp_images[set_position])))?grab_param('height',tspp_images[set_position]):settings.default_height.toString();if(movie_width.indexOf('%')!=-1||movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)\/100)-150);movie_width=parseFloat(($(window).width()*parseFloat(movie_width)\/100)-150);percentBased=true;}else{percentBased=false;}\n\t\t\t\t\t$tspp_pic_holder.fadeIn(function(){resp();imgPreloader=\"\";switch(_getFileType(tspp_images[set_position])){case'image':imgPreloader=new Image();nextImage=new Image();if(isSet&&set_position>$(tspp_images).size())nextImage.src=tspp_images[set_position+1];prevImage=new Image();if(isSet&&tspp_images[set_position-1])prevImage.src=tspp_images[set_position-1];$tspp_pic_holder.find('#tspp_full_res')[0].innerHTML=settings.image_markup;$tspp_pic_holder.find('#fullResImage').attr('src',tspp_images[set_position]);imgPreloader.onload=function(){correctSizes=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.TSprettyPhoto.close();};imgPreloader.src=tspp_images[set_position];break;case'youtube':correctSizes=_fitToViewport(movie_width,movie_height);movie='http:\/\/www.youtube.com\/v\/'+grab_param('v',tspp_images[set_position]);if(settings.autoplay)movie+=\"&autoplay=1\";toInject=settings.flash_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{wmode}\/g,settings.wmode).replace(\/{path}\/g,movie);break;case'vimeo':correctSizes=_fitToViewport(movie_width,movie_height);movie_id=tspp_images[set_position];var regExp=\/http:\\\/\\\/(www\\.)?vimeo.com\\\/(\\d+)\/;var match=movie_id.match(regExp);movie='http:\/\/player.vimeo.com\/video\/'+match[2]+'?title=0&amp;byline=0&amp;portrait=0';if(settings.autoplay)movie+=\"&autoplay=1;\";vimeo_width=correctSizes['width']+'\/embed\/?moog_width='+correctSizes['width'];toInject=settings.iframe_markup.replace(\/{width}\/g,vimeo_width).replace(\/{height}\/g,correctSizes['height']).replace(\/{path}\/g,movie);break;case'quicktime':correctSizes=_fitToViewport(movie_width,movie_height);correctSizes['height']+=15;correctSizes['contentHeight']+=15;correctSizes['containerHeight']+=15;toInject=settings.quicktime_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{wmode}\/g,settings.wmode).replace(\/{path}\/g,tspp_images[set_position]).replace(\/{autoplay}\/g,settings.autoplay);break;case'flash':correctSizes=_fitToViewport(movie_width,movie_height);flash_vars=tspp_images[set_position];flash_vars=flash_vars.substring(tspp_images[set_position].indexOf('flashvars')+10,tspp_images[set_position].length);filename=tspp_images[set_position];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{wmode}\/g,settings.wmode).replace(\/{path}\/g,filename+'?'+flash_vars);break;case'iframe':correctSizes=_fitToViewport(movie_width,movie_height);frame_url=tspp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(\/{width}\/g,correctSizes['width']).replace(\/{height}\/g,correctSizes['height']).replace(\/{path}\/g,frame_url);break;case'custom':correctSizes=_fitToViewport(movie_width,movie_height);toInject=settings.custom_markup;break;case'inline':myClone=$(tspp_images[set_position]).clone().css({'width':settings.default_width}).wrapInner('<div id=\"tspp_full_res\"><div class=\"tspp_inline clearfix\"><\/div><\/div>').appendTo($('body'));correctSizes=_fitToViewport($(myClone).width(),$(myClone).height());$(myClone).remove();toInject=settings.inline_markup.replace(\/{content}\/g,$(tspp_images[set_position]).html());break;};if(!imgPreloader){$tspp_pic_holder.find('#tspp_full_res')[0].innerHTML=toInject;_showContent();};});return false;};\n\t\t\t\t\t$.TSprettyPhoto.changePage=function(direction){currentGalleryPage=0;if(direction=='previous'){set_position--;if(set_position<0){set_position=0;return;}}else if(direction=='next'){set_position++;if(set_position>$(tspp_images).size()-1){set_position=0;}}else{set_position=direction;};if(!doresize)doresize=true;$('.tspp_contract').removeClass('tspp_contract').addClass('tspp_expand');_hideContent(function(){$.TSprettyPhoto.open();});};$.TSprettyPhoto.changeGalleryPage=function(direction){if(direction=='next'){currentGalleryPage++;if(currentGalleryPage>totalPage){currentGalleryPage=0};}else if(direction=='previous'){currentGalleryPage--;if(currentGalleryPage<0){currentGalleryPage=totalPage;}}else{currentGalleryPage=direction;};itemsToSlide=(currentGalleryPage==totalPage)?tspp_images.length-((totalPage)*itemsPerPage):itemsPerPage;$tspp_pic_holder.find('.tspp_gallery li').each(function(i){$(this).animate({'left':(i*itemWidth)-((itemsToSlide*itemWidth)*currentGalleryPage)});});};$.TSprettyPhoto.startSlideshow=function(){setTimeout(function(){resp()},450);if(typeof tspp_slideshow=='undefined'){$tspp_pic_holder.find('.tspp_play').unbind('click').removeClass('tspp_play totalsoft totalsoft-play-circle-o').addClass('tspp_pause totalsoft totalsoft-pause-circle-o').click(function(){$.TSprettyPhoto.stopSlideshow();return false;});tspp_slideshow=setInterval($.TSprettyPhoto.startSlideshow,settings.slideshow);}else{$.TSprettyPhoto.changePage('next');};}\n\t\t\t\t\t$.TSprettyPhoto.stopSlideshow=function(){$tspp_pic_holder.find('.tspp_pause').unbind('click').removeClass('tspp_pause totalsoft totalsoft-pause-circle-o').addClass('tspp_play totalsoft totalsoft-play-circle-o').click(function(){$.TSprettyPhoto.startSlideshow();return false;});clearInterval(tspp_slideshow);tspp_slideshow=undefined;}\n\t\t\t\t\t$.TSprettyPhoto.close=function(){clearInterval(tspp_slideshow);$tspp_pic_holder.stop().find('object,embed').css('visibility','hidden');$('div.tspp_pic_holder,div.ppt,.tspp_fade').fadeOut(settings.animation_speed,function(){$(this).remove();});$tspp_overlay.fadeOut(settings.animation_speed,function(){if($.browser.msie&&$.browser.version==6)$('select').css('visibility','visible');if(settings.hideflash)$('object,embed').css('visibility','visible');$(this).remove();$(window).unbind('scroll');settings.callback();doresize=true;tspp_open=false;delete settings;});};_showContent=function(){$('.tspp_loaderIcon').hide();$ppt.fadeTo(settings.animation_speed,1);projectedTop=scroll_pos['scrollTop']+((windowHeight\/2)-(correctSizes['containerHeight']\/2));if(projectedTop<0)projectedTop=0;$tspp_pic_holder.find('.tspp_content').animate({'height':correctSizes['contentHeight']},settings.animation_speed);$tspp_pic_holder.animate({'top':projectedTop,'left':(windowWidth\/2)-(correctSizes['containerWidth']\/2),'width':correctSizes['containerWidth']},settings.animation_speed,function(){$tspp_pic_holder.find('.tspp_hoverContainer,#fullResImage').height(correctSizes['height']).width(correctSizes['width']);$tspp_pic_holder.find('.tspp_fade').fadeIn(settings.animation_speed);if(isSet&&_getFileType(tspp_images[set_position])==\"image\"){$tspp_pic_holder.find('.tspp_hoverContainer').show()}else{$tspp_pic_holder.find('.tspp_hoverContainer').hide();}\n\t\t\t\t\tif(correctSizes['resized'])$('a.tspp_expand,a.tspp_contract').fadeIn(settings.animation_speed);if(settings.autoplay_slideshow&&!tspp_slideshow&&!tspp_open)$.TSprettyPhoto.startSlideshow();settings.changepicturecallback();tspp_open=true;});_insert_gallery();};function _hideContent(callback){$tspp_pic_holder.find('#tspp_full_res object,#tspp_full_res embed').css('visibility','hidden');$tspp_pic_holder.find('.tspp_fade').fadeOut(settings.animation_speed,function(){$('.tspp_loaderIcon').show();callback();});};function _checkPosition(setCount){if(set_position==setCount-1){$tspp_pic_holder.find('a.tspp_next').css('visibility','hidden');$tspp_pic_holder.find('a.tspp_next').addClass('disabled').unbind('click');}else{$tspp_pic_holder.find('a.tspp_next').css('visibility','visible');$tspp_pic_holder.find('a.tspp_next.disabled').removeClass('disabled').bind('click',function(){$.TSprettyPhoto.changePage('next');return false;});};if(set_position==0){$tspp_pic_holder.find('a.tspp_previous').css('visibility','hidden').addClass('disabled').unbind('click');}else{$tspp_pic_holder.find('a.tspp_previous.disabled').css('visibility','visible').removeClass('disabled').bind('click',function(){$.TSprettyPhoto.changePage('previous');return false;});};(setCount>1)?$('.tspp_nav').show():$('.tspp_nav').hide();};function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((tspp_containerWidth+60>windowWidth)||(tspp_containerHeight+60>windowHeight))&&doresize&&settings.allow_resize&&!percentBased){resized=true,fitting=false;while(!fitting){if((tspp_containerWidth+60>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height\/width)*imageWidth;}else if((tspp_containerHeight+60>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width\/height)*imageHeight;}else{fitting=true;};tspp_containerHeight=imageHeight,tspp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(tspp_containerHeight),containerWidth:Math.floor(tspp_containerWidth)+40,contentHeight:Math.floor(tspp_contentHeight),contentWidth:Math.floor(tspp_contentWidth),resized:resized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$tspp_details=$tspp_pic_holder.find('.tspp_details');$tspp_details.width(width);detailsHeight=parseFloat($tspp_details.css('marginTop'))+parseFloat($tspp_details.css('marginBottom'));$tspp_details=$tspp_details.clone().appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$tspp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$tspp_details.remove();tspp_contentHeight=height+detailsHeight;tspp_contentWidth=width;tspp_containerHeight=tspp_contentHeight+$ppt.height()+$tspp_pic_holder.find('.tspp_top').height()+$tspp_pic_holder.find('.tspp_bottom').height();tspp_containerWidth=width;}\n\t\t\t\t\tfunction _getFileType(itemSrc){if(itemSrc.match(\/youtube\\.com\\\/watch\/i)){return'youtube';}else if(itemSrc.match(\/vimeo\\.com\/i)){return'vimeo';}else if(itemSrc.indexOf('.mov')!=-1){return'quicktime';}else if(itemSrc.indexOf('.swf')!=-1){return'flash';}else if(itemSrc.indexOf('iframe')!=-1){return'iframe';}else if(itemSrc.indexOf('custom')!=-1){return'custom';}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _center_overlay(){if(doresize&&typeof $tspp_pic_holder!='undefined'){scroll_pos=_get_scroll();titleHeight=$ppt.height(),contentHeight=$tspp_pic_holder.height(),contentwidth=$tspp_pic_holder.width();projectedTop=(windowHeight\/2)+scroll_pos['scrollTop']-(contentHeight\/2);$tspp_pic_holder.css({position:'fixed','left':(windowWidth\/2)+scroll_pos['scrollLeft']-(contentwidth\/2)});};};function _get_scroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resize_overlay(){windowHeight=$(window).height(),windowWidth=$(window).width();if(typeof $tspp_overlay!=\"undefined\")$tspp_overlay.height($(document).height());};function _insert_gallery(){if(isSet&&settings.overlay_gallery&&_getFileType(tspp_images[set_position])==\"image\"){itemWidth=52+5;navWidth=(settings.theme==\"facebook\")?58:38;itemsPerPage=Math.floor((correctSizes['containerWidth']-100-navWidth)\/itemWidth);itemsPerPage=(itemsPerPage<tspp_images.length)?itemsPerPage:tspp_images.length;totalPage=Math.ceil(tspp_images.length\/itemsPerPage)-1;if(totalPage==0){navWidth=0;$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_next,.tspp_gallery .tspp_arrow_previous').hide();}else{$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_next,.tspp_gallery .tspp_arrow_previous').show();};galleryWidth=itemsPerPage*itemWidth+navWidth;$tspp_pic_holder.find('.tspp_gallery').width(galleryWidth).css('margin-left',-(galleryWidth\/2));$tspp_pic_holder.find('.tspp_gallery ul').width(itemsPerPage*itemWidth).find('li.selected').removeClass('selected');goToPage=(Math.floor(set_position\/itemsPerPage)<=totalPage)?Math.floor(set_position\/itemsPerPage):totalPage;if(itemsPerPage){$tspp_pic_holder.find('.tspp_gallery').hide().show().removeClass('disabled');}else{$tspp_pic_holder.find('.tspp_gallery').hide().addClass('disabled');}\n\t\t\t\t\t$.TSprettyPhoto.changeGalleryPage(goToPage);$tspp_pic_holder.find('.tspp_gallery ul li:eq('+set_position+')').addClass('selected');}else{$tspp_pic_holder.find('.tspp_content').unbind('mouseenter mouseleave');$tspp_pic_holder.find('.tspp_gallery').hide();}}\n\t\t\t\t\tfunction _buildOverlay(caller){theRel=$(caller).attr('rel');galleryRegExp=\/\\[(?:.*)\\]\/;isSet=(galleryRegExp.exec(theRel))?true:false;tspp_images=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return $(n).attr('href');}):$.makeArray($(caller).attr('href'));tspp_titles=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).find('img').attr('alt'))?$(n).find('img').attr('alt'):\"\";}):$.makeArray($(caller).find('img').attr('alt'));tspp_descriptions=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).attr('title'))?$(n).attr('title'):\"\";}):$.makeArray($(caller).attr('title'));$('body').append(settings.markup);$tspp_pic_holder=$('.tspp_pic_holder'),$ppt=$('.ppt'),$tspp_overlay=$('div.tspp_overlay');if(isSet&&settings.overlay_gallery){currentGalleryPage=0;toInject=\"\";for(var i=0;i<tspp_images.length;i++){var regex=new RegExp(\"(.*?)\\.(jpg|jpeg|png|gif)$\");var results=regex.exec(tspp_images[i]);if(!results){classname='default';}else{classname='';}\n\t\t\t\t\ttoInject+=\"<li class='\"+classname+\"'><a href='#'><img src='\"+tspp_images[i]+\"' width='50' alt='' \/><\/a><\/li>\";};toInject=settings.gallery_markup.replace(\/{gallery}\/g,toInject);$tspp_pic_holder.find('#tspp_full_res').after(toInject);$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_next').click(function(){$.TSprettyPhoto.changeGalleryPage('next');$.TSprettyPhoto.stopSlideshow();return false;});$tspp_pic_holder.find('.tspp_gallery .tspp_arrow_previous').click(function(){$.TSprettyPhoto.changeGalleryPage('previous');$.TSprettyPhoto.stopSlideshow();return false;});$tspp_pic_holder.find('.tspp_content').hover(function(){$tspp_pic_holder.find('.tspp_gallery:not(.disabled)').fadeIn();},function(){$tspp_pic_holder.find('.tspp_gallery:not(.disabled)').fadeOut();});itemWidth=52+5;$tspp_pic_holder.find('.tspp_gallery ul li').each(function(i){$(this).css({'position':'absolute','left':i*itemWidth});$(this).find('a').unbind('click').click(function(){$.TSprettyPhoto.changePage(i);$.TSprettyPhoto.stopSlideshow();return false;});});};if(settings.slideshow){$tspp_pic_holder.find('.tspp_nav').prepend('<i class=\"totalsoft-port-cpop-pl-pa tspp_play totalsoft totalsoft-play-circle-o\"><\/i>')\n\t\t\t\t\t$tspp_pic_holder.find('.tspp_nav .tspp_play').click(function(){$.TSprettyPhoto.startSlideshow();return false;});};setTimeout(function(){resp();},650);$tspp_pic_holder.attr('class','tspp_pic_holder '+settings.theme);$tspp_overlay.css({'opacity':0,'height':$(document).height(),'width':$(document).width()}).bind('click',function(){if(!settings.modal)$.TSprettyPhoto.close();});$('i.tspp_close').bind('click',function(){$.TSprettyPhoto.close();return false;});$('a.tspp_expand').bind('click',function(e){if($(this).hasClass('tspp_expand')){$(this).removeClass('tspp_expand').addClass('tspp_contract');doresize=false;}else{$(this).removeClass('tspp_contract').addClass('tspp_expand');doresize=true;};_hideContent(function(){$.TSprettyPhoto.open();});return false;});$tspp_pic_holder.find('.tspp_previous, .tspp_nav .tspp_arrow_previous').bind('click',function(){setTimeout(function(){resp()},450);$.TSprettyPhoto.changePage('previous');$.TSprettyPhoto.stopSlideshow();return false;});$tspp_pic_holder.find('.tspp_next, .tspp_nav .tspp_arrow_next').bind('click',function(){setTimeout(function(){resp()},450);$.TSprettyPhoto.changePage('next');$.TSprettyPhoto.stopSlideshow();return false;});_center_overlay();};return this.unbind('click').click($.TSprettyPhoto.initialize)};function grab_param(name,url){name=name.replace(\/[\\[]\/,\"\\\\\\[\").replace(\/[\\]]\/,\"\\\\\\]\");var regexS=\"[\\\\?&]\"+name+\"=([^&#]*)\";var regex=new RegExp(regexS);var results=regex.exec(url);return(results==null)?\"\":results[1];}})(jQuery);\n\t\t\t<\/script>\n\t\t\t<style type=\"text\/css\">\n\t\t\t\tdiv.tspp_pic_holder\n\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\tborder: 0px solid #ffffff !important;\n\t\t\t\t\tborder-radius: 14px !important;\n\t\t\t\t\ttop: 10% !important;\n\t\t\t\t}\n\t\t\t\t.tspp_description\n\t\t\t\t{\n\t\t\t\t\tdisplay: ;\n\t\t\t\t\ttext-align: center !important;\n\t\t\t\t\tfont-size: 25px;\n\t\t\t\t\tfont-family: Gabriola !important;\n\t\t\t\t\tcolor: #dd3333 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-pl-pa\n\t\t\t\t{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-close\n\t\t\t\t{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t\tmargin-right: 0!important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-close span\n\t\t\t\t{\n\t\t\t\t\tfont-family: Arial !important;\n\t\t\t\t\tmargin-left:3px !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-nepr\n\t\t\t\t{\n\t\t\t\t\tfont-size: 22px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-port-cpop-text\n\t\t\t\t{\n\t\t\t\t\tfont-size: 19px;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\t\t\t\t\t\tfont-family: Calisto MT !important;\n\t\t\t\t\tfont-size: 25px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5 li\n\t\t\t\t{\n\t\t\t\t\tfont-family: Calisto MT !important;\n\t\t\t\t\tbackground-color: #000000 !important;\n\t\t\t\t\tcolor: #ffffff !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5 li a\n\t\t\t\t{\n\t\t\t\t\tcolor: #ffffff !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5 li.active5\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5 li.active5 a\n\t\t\t\t{\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5 li:hover\n\t\t\t\t{\n\t\t\t\t\tbackground-color: #ffffff !important;\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5{\n\t\t\t\t\tmargin-left:0 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-categ5 li:hover a\n\t\t\t\t{\n\t\t\t\t\tcolor: #000000 !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li\n\t\t\t\t{\n\t\t\t\t\tdisplay:inline-block;\n\t\t\t\t\toverflow: hidden;\n\t\t\t\t\tborder:5px solid #ffffff !important;\n\t\t\t\t\twidth: 210px;\n\t\t\t\t\theight:157.5px;\n\t\t\t\t\tposition:relative;\n\t\t\t\t\tborder-radius: 0px !important;\n\t\t\t\t\tmargin:10px !important;\n\t\t\t\t\tbox-shadow:0 0 15px #757575 !important;\n\t\t\t\t\t-webkit-box-shadow:0 0 15px #757575 !important;\n\t\t\t\t\t-moz-box-shadow:0 0 15px #757575 !important;\n\t\t\t\t\tperspective:800px !important;\n\t\t\t\t\t-moz-perspective:800px !important;\n\t\t\t\t\t-webkit-perspective:800px !important;\n\t\t\t\t\tpadding: 0 !important;\n\t\t\t\t}\n\t\t\t\t\/*4144*\/\n\t\t\t\t.totalsoft-image-block { display:block; position: absolute; width:100%; height:100%; }\n\t\t\t\t.totalsoft-image-block img { margin: 0 !important; background:#FFFFFF; width:100%; height: 100%; max-width:none !important; }\n\t\t\t\t.TotPortImgHov1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-o-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov1\n\t\t\t\t{\n\t\t\t\t\twidth:200%;\n\t\t\t\t\theight:200%;\n\t\t\t\t\tleft:-50%;\n\t\t\t\t\ttop:-50%;\n\t\t\t\t\t-ms-transform:rotate(25deg);\n\t\t\t\t\t-webkit-transform:rotate(25deg);\n\t\t\t\t\t-moz-transform:rotate(25deg);\n\t\t\t\t\ttransform:rotate(25deg);\n\t\t\t\t}\n\t\t\t\t.TotPortImgHov2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov2\n\t\t\t\t{\n\t\t\t\t\twidth:200%;\n\t\t\t\t\theight:200%;\n\t\t\t\t\tleft:-50%;\n\t\t\t\t\ttop:-50%;\n\t\t\t\t\t-ms-transform:rotate(-25deg);\n\t\t\t\t\t-moz-transform:rotate(-25deg);\n\t\t\t\t\t-webkit-transform:rotate(-25deg);\n\t\t\t\t\ttransform:rotate(-25deg);\n\t\t\t\t}\n\t\t\t\t.TotPortImgHov3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov3 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgHov4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov4 { width:150%; height:150%; left:-25%; top:-25%; }\n\t\t\t\t.TotPortImgHov5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tright:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov5 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgHov6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\tbottom:0px;\n\t\t\t\t\tright:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov6 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgHov7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\tbottom:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\t-ms-transform:rotate(0deg);\n\t\t\t\t\t-moz-transform:rotate(0deg);\n\t\t\t\t\t-webkit-transform:rotate(0deg);\n\t\t\t\t\ttransform:rotate(0deg);\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgHov7 { width:150%; height:150%; }\n\t\t\t\t.TotPortImgOv1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute;\n\t\t\t\t\ttop:0px;\n\t\t\t\t\tleft:0px;\n\t\t\t\t\twidth:100%;\n\t\t\t\t\theight:100%;\n\t\t\t\t\tmax-width:none !important;\n\t\t\t\t\tbackground:#000000;\n\t\t\t\t\topacity:0;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv1 { opacity:0.8; }\n\t\t\t\t.TotPortImgOv2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransform:rotate(-90deg) !important;\n\t\t\t\t\t-ms-transform:rotate(-90deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(-90deg) !important;\n\t\t\t\t\t-moz-transform:rotate(-90deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv2\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\ttransform:rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransform:rotateY(-180deg) !important;\n\t\t\t\t\t-ms-transform:rotateY(-180deg) !important;\n\t\t\t\t\t-moz-transform:rotateY(-180deg) !important;\n\t\t\t\t\t-webkit-transform:rotateY(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv3\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\ttransform:rotateY(0deg) !important;\n\t\t\t\t\t-ms-transform:rotateY(0deg) !important;\n\t\t\t\t\t-moz-transform:rotateY(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotateY(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotate(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv4\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\ttransform:rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateX(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv5\n\t\t\t\t{\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateX(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateY(-180deg) !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv6\n\t\t\t\t{\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotateY(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv7\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv8\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\tvisibility:hidden !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv8 { top:0% !important; height:100% !important; visibility:visible !important; }\n\t\t\t\t.TotPortImgOv9\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv9 { left:0% !important; width:100% !important; }\n\t\t\t\t.TotPortImgOv10\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:-100% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv10 { top:0% !important; opacity:0.8 !important; }\n\t\t\t\t.TotPortImgOv11\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tborder:20px solid red !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortImgOv11 { opacity:0.8 !important; }\n\t\t\t\t.TotPortImgOv12\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tborder:20px solid red !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.TotPortImgOv13\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:0% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\theight:100% !important;\n\t\t\t\t\tbackground:#000000 !important;\n\t\t\t\t\ttransition:all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition:all 0.4s linear !important;\n\t\t\t\t\t-ms-transition:all 0.4s linear !important;\n\t\t\t\t\t-o-transition:all 0.4s linear !important;\n\t\t\t\t\t-moz-transition:all 0.4s linear !important;\n\t\t\t\t\tborder-radius: 0px;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:-100% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit1 { top:5% !important; }\n\t\t\t\t.TotPortHovTit2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:5% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\ttransform:rotate(-90deg) !important;\n\t\t\t\t\t-ms-transform:rotate(-90deg) !important;\n\t\t\t\t\t-moz-transform:rotate(-90deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(-90deg) !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit2\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttransform:rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:rotate(0deg) !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:10% !important;\n\t\t\t\t\tleft:15% !important;\n\t\t\t\t\twidth:70% !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\tpadding:0px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit3\n\t\t\t\t{\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\ttop:5% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:25% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit4 { top:5% !important; }\n\t\t\t\t.TotPortHovTit5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:5% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\tpadding:1px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\ttransform:translateY(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit6\n\t\t\t\t{\n\t\t\t\t\tfont-size:19px !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:100% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tbackground:#ffffff !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\ttransform:translateY(0%);\n\t\t\t\t\t-ms-transform:translateY(0%);\n\t\t\t\t\t-moz-transform:translateY(0%);\n\t\t\t\t\t-webkit-transform:translateY(0%);\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit7 { top:0% !important; }\n\t\t\t\t.TotPortHovTit8\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tright:0% !important;\n\t\t\t\t\twidth:85% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\ttransform:translateY(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\ttext-align:left !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit9\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:40% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\ttransform:translateY(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit10\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:20% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\tfont-size:0px !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit10\n\t\t\t\t{\n\t\t\t\t\twidth:100% !important;\n\t\t\t\t\ttop:30% !important;\n\t\t\t\t\tleft:0% !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovTit11\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:20% !important;\n\t\t\t\t\tleft:10% !important;\n\t\t\t\t\twidth:40% !important;\n\t\t\t\t\tdisplay:inline !important;\n\t\t\t\t\ttransform:translateX(0%) !important;\n\t\t\t\t\t-ms-transform:translateX(0%) !important;\n\t\t\t\t\t-moz-transform:translateX(0%) !important;\n\t\t\t\t\t-webkit-transform:translateX(0%) !important;\n\t\t\t\t\tpadding:0px !important;\n\t\t\t\t\tmargin:0px !important;\n\t\t\t\t\tfont-family:Gabriola !important;\n\t\t\t\t\tfont-size:24px !important;\n\t\t\t\t\tcolor:#000000 !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.4s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.4s linear !important;\n\t\t\t\t\t-ms-transition: all 0.4s linear !important;\n\t\t\t\t\t-moz-transition: all 0.4s linear !important;\n\t\t\t\t\t-o-transition: all 0.4s linear !important;\n\t\t\t\t\tfont-weight: 400 !important;\n\t\t\t\t\tmargin: 0 !important;\n\t\t\t\t\tline-height: 1 !important;\n\t\t\t\t\tletter-spacing: 0 !important;\n\t\t\t\t\ttext-transform: none !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovTit11\n\t\t\t\t{\n\t\t\t\t\ttop:30% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLine1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:10% !important;\n\t\t\t\t\theight:10% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine1 { width:90% !important; height:90% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:110% !important;\n\t\t\t\t\theight:110% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine2 { width:90% !important; height:90% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:90% !important;\n\t\t\t\t\theight:90% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\tborder-right:0px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:40% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine3 { left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:0% !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:10% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(0%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine4 { width:80% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:0% !important;\n\t\t\t\t\theight:90% !important;\n\t\t\t\t\tborder-top:1px solid #ffffff !important;\n\t\t\t\t\tborder-bottom:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine5 { width:80% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:120px !important;\n\t\t\t\t\theight:120px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\tborder-radius:50% !important;\n\t\t\t\t\ttop:100% !important;\n\t\t\t\t\tleft:100% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine6 { top:50% !important; left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLine7\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\twidth:0px !important;\n\t\t\t\t\theight:0px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotate(0deg) !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLine7\n\t\t\t\t{\n\t\t\t\t\twidth:100px !important;\n\t\t\t\t\theight:100px !important;\n\t\t\t\t\ttransform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\t-ms-transform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\t-moz-transform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\t-webkit-transform:translateY(-50%) translateX(-50%) rotate(45deg) !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink1\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:40% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink1\n\t\t\t\t{\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink2\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:40% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink2 { opacity:1 !important; }\n\t\t\t\t.TotPortHovLink3\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:70% !important;\n\t\t\t\t\tleft:5% !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink3 { left:15% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLink4\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:90% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink4 { left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLink5\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:80% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink5\n\t\t\t\t{\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink6\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:50% !important;\n\t\t\t\t\tleft:40% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:5px 0px !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink6 { left:50% !important; opacity:1 !important; }\n\t\t\t\t.TotPortHovLink7\n\t\t\t\t{\n\t\t\t\t\tposition:relative !important;\n\t\t\t\t\ttop:60% !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:0px 7px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\tperspective:800px !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink7 { opacity:1 !important; }\n\t\t\t\t.TotPortHovLink8\n\t\t\t\t{\n\t\t\t\t\tposition:absolute !important;\n\t\t\t\t\ttop:-100% !important;\n\t\t\t\t\tleft:50% !important;\n\t\t\t\t\ttransform:translateX(-50%) !important;\n\t\t\t\t\t-ms-transform:translateX(-50%) !important;\n\t\t\t\t\t-moz-transform:translateX(-50%) !important;\n\t\t\t\t\t-webkit-transform:translateX(-50%) !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:0px 7px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink8 { opacity:1 !important; top:60% !important; }\n\t\t\t\t.TotPortHovLink9\n\t\t\t\t{\n\t\t\t\t\tposition:relative !important;\n\t\t\t\t\ttop:60% !important;\n\t\t\t\t\tfont-family:Gabriola;\n\t\t\t\t\tfont-size:0px;\n\t\t\t\t\tcolor:#ffffff !important;\n\t\t\t\t\tpadding:0px 7px !important;\n\t\t\t\t\tborder:1px solid #ffffff !important;\n\t\t\t\t\ttext-align:center !important;\n\t\t\t\t\topacity:0 !important;\n\t\t\t\t\ttransition: all 0s linear !important;\n\t\t\t\t\t-webkit-transition: all 0s linear !important;\n\t\t\t\t\t-ms-transition: all 0s linear !important;\n\t\t\t\t\t-moz-transition: all 0s linear !important;\n\t\t\t\t\t-o-transition: all 0s linear !important;\n\t\t\t\t}\n\t\t\t\t.totalsoft-portfolio-area5 li:hover .TotPortHovLink9\n\t\t\t\t{\n\t\t\t\t\topacity:1 !important;\n\t\t\t\t\tfont-size:18px;\n\t\t\t\t\ttransition: all 0.3s linear !important;\n\t\t\t\t\t-webkit-transition: all 0.3s linear !important;\n\t\t\t\t\t-ms-transition: all 0.3s linear !important;\n\t\t\t\t\t-moz-transition: all 0.3s linear !important;\n\t\t\t\t\t-o-transition: all 0.3s linear !important;\n\t\t\t\t}\n\t\t\t\t.TotPortHovLink,.TotPortHovLink:hover { text-decoration:none !important; }\n\t\t\t\t.TotPortHovLink:focus { border:none; outline: none !important; }\n\t\t\t\t.TS_Portfolio_GAA_Loading{\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\theight: 300px;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t}\n\t\t\t\t.TS_Portfolio_GAA_Loading img{\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\ttop: 50%;\n\t\t\t\t\tleft: 50%;\n\t\t\t\t\ttransform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-webkit-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-ms-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-moz-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t\t-o-transform: translateY(-50%) translateX(-50%);\n\t\t\t\t}\n\t\t\t<\/style>\n\t\t\t<div class=\"TS_Portfolio_GAA_Loading\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/qualitycs.com.mx\/wp-content\/plugins\/gallery-portfolio\/Includes\/..\/Images\/loader.gif\">\n\t\t\t<\/div>\n\t\t\t<div class=\"totalsoft-TS_Portfolio_GAA_ totalsoft-TS_Portfolio_GAA_5\" >\n\t\t\t\t<div class=\"totalsoft-portfolio-content\" >\n\t\t\t\t\t<ul class=\"totalsoft-portfolio-categ totalsoft-portfolio-categ5 filter\" style=\"display: none;\">\n\t\t\t\t\t\t<li class=\"all active5\"><a href=\"#\">All<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"portfolio-totalsoft-album5-0\"><a href=\"#\" title=\"Procesos\">Procesos<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<ul class=\"totalsoft-portfolio-area5\" style='padding:0px;margin:0px;text-align:center;display: none;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item25\" data-id=\"id5-00\" data-type=\"portfolio-totalsoft-album5-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/inventario-de-RH-300x199.png\" rel=\"TSprettyPhoto[gallery5]\" title=\"Inventario\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov2' src=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/inventario-de-RH-300x199.png\" alt=\"Inventario\" title=\"Inventario\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit3' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tInventario\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item25\" data-id=\"id5-01\" data-type=\"portfolio-totalsoft-album5-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/auditoria-de-rh-foto-300x184.png\" rel=\"TSprettyPhoto[gallery5]\" title=\"Auditor\u00eda\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov2' src=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/auditoria-de-rh-foto-300x184.png\" alt=\"Auditor\u00eda\" title=\"Auditor\u00eda\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit3' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAuditor\u00eda\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item25\" data-id=\"id5-02\" data-type=\"portfolio-totalsoft-album5-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/capacitacion-300x169.png\" rel=\"TSprettyPhoto[gallery5]\" title=\"Capacitaci\u00f3n\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov2' src=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/capacitacion-300x169.png\" alt=\"Capacitaci\u00f3n\" title=\"Capacitaci\u00f3n\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit3' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tCapacitaci\u00f3n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item25\" data-id=\"id5-03\" data-type=\"portfolio-totalsoft-album5-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/seguimiento-al-trabajador-300x169.png\" rel=\"TSprettyPhoto[gallery5]\" title=\"seguimiento\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov2' src=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/seguimiento-al-trabajador-300x169.png\" alt=\"seguimiento\" title=\"seguimiento\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit3' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tseguimiento\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item25\" data-id=\"id5-04\" data-type=\"portfolio-totalsoft-album5-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/reporteador-historico-300x199.png\" rel=\"TSprettyPhoto[gallery5]\" title=\"Reporteador Hist\u00f3rico\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov2' src=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/reporteador-historico-300x199.png\" alt=\"Reporteador Hist\u00f3rico\" title=\"Reporteador Hist\u00f3rico\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit3' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tReporteador Hist\u00f3rico\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"totalsoft-portfolio-item25\" data-id=\"id5-05\" data-type=\"portfolio-totalsoft-album5-0\">\n\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t<!-- liitems -->\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"totalsoft-image-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"totalsoft-image-zoom\" href=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/expediente-digital-300x200.png\" rel=\"TSprettyPhoto[gallery5]\" title=\"expedientes digitales\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class='TotPortImgOv TotPortImgHov2' src=\"https:\/\/qualitycs.com.mx\/wp-content\/uploads\/2022\/07\/expediente-digital-300x200.png\" alt=\"expedientes digitales\" title=\"expedientes digitales\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortImgOv1'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class='TotPortHovTit3' >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\texpedientes digitales\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class='TotPortHovLine5'><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"column-clear\"><\/div>\n\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<input type='text' style='display:none;' class='NavMenuFS5' value='25'>\n\t\t\t<input type='text' style='display:none;' class='portImgWidth5' value='210'>\n\t\t\t<input type='text' style='display:none;' class='portImgHeight5' value='157.5'>\n\t\t\t<input type='text' style='display:none;' class='portTitFS5' value='24'>\n\t\t\t<input type='text' style='display:none;' class='portLinkFS5' value='18'>\n\t\t\t<input type='text' style='display:none;' class='portPoppTitleFS5' value='25'>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tvar NavMenuFS5=jQuery('.NavMenuFS5').val();\n\t\t\t\tvar portImgWidth5=jQuery('.portImgWidth5').val();\n\t\t\t\tvar portImgHeight5=jQuery('.portImgHeight5').val();\n\t\t\t\tvar portTitFS5=jQuery('.portTitFS5').val();\n\t\t\t\tvar portLinkFS5=jQuery('.portLinkFS5').val();\n\t\t\t\tvar portPoppTitleFS5=jQuery('.portPoppTitleFS5').val();\n\t\t\t\tfunction resp5(){\n\t\t\t\t\tjQuery('.tspp_description').animate('font-size',Math.ceil(portPoppTitleFS5*jQuery('#fullResImage').prop('naturalWidth')\/(jQuery('#fullResImage').prop('naturalWidth')+150)));\n\t\t\t\t\tjQuery('.totalsoft-portfolio-categ5').css('font-size',Math.ceil(NavMenuFS5*jQuery('.totalsoft-portfolio-categ5').width()\/(jQuery('.totalsoft-portfolio-categ5').width()+100)));\n\t\t\t\t\tif(jQuery('.totalsoft-portfolio-area5 li').parent().width()<=500)\n\t\t\t\t\t{\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').css('width',portImgWidth5*jQuery('.totalsoft-portfolio-area5 li').parent().width()\/500);\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').css('height',portImgHeight5*jQuery('.totalsoft-portfolio-area5 li').parent().width()\/500);\n\t\t\t\t\t\tfor(i=1;i<=11;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==3 || i==10){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit'+i).css('font-size',Math.ceil(portTitFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+100)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit3').css({'font-size':Math.ceil(portTitFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit3').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit10').css({'font-size':Math.ceil(portTitFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit10').css({'font-size':'0px'}); })\n\t\t\t\t\t\tfor(i=1;i<=9;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==1 || i==5 || i==9){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink'+i).css('font-size',Math.ceil(portLinkFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+100)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink5').css({'font-size':Math.ceil(portLinkFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink5').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink9').css({'font-size':Math.ceil(portLinkFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+100))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink9').css({'font-size':'0px'}); })\n\t\t\t\t\t}\n\t\t\t\t\tif(jQuery('.totalsoft-portfolio-area5 li').parent().width()<=300)\n\t\t\t\t\t{\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').css('width',jQuery('.totalsoft-portfolio-area5 li').parent().width()-10);\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').css('height',jQuery('.totalsoft-portfolio-area5 li').width()*3\/4+'px');\n\t\t\t\t\t\tfor(i=1;i<=11;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==3 || i==10){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit'+i).css('font-size',Math.ceil(portTitFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+50)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit3').css({'font-size':Math.ceil(portTitFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit3').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovTit10').css({'font-size':Math.ceil(portTitFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovTit10').css({'font-size':'0px'}); })\n\t\t\t\t\t\tfor(i=1;i<=9;i++)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(i==1 || i==5 || i==9){ continue; }\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink'+i).css('font-size',Math.ceil(portLinkFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+50)));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink5').css({'font-size':Math.ceil(portLinkFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink5').css({'font-size':'0px'}); })\n\t\t\t\t\t\tjQuery('.totalsoft-portfolio-area5 li').hover(function(){\n\t\t\t\t\t\t\tjQuery('.TotPortHovLink9').css({'font-size':Math.ceil(portLinkFS5*jQuery('.totalsoft-portfolio-area5 li').width()\/(jQuery('.totalsoft-portfolio-area5 li').width()+50))});\n\t\t\t\t\t\t},function(){ jQuery('.TotPortHovLink9').css({'font-size':'0px'}); })\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresp5();\n\t\t\t\tjQuery(window).resize(function(){ resp5(); })\n\t\t\t<\/script>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\tvar array_TotSoft_GAA5=[];\n\t\t\t\tjQuery(\".TotPortImgOv\").each(function(){\n\t\t\t\t\tif( jQuery(this).attr(\"src\") != \"\" ) {\n\t\t\t\t\t\tarray_TotSoft_GAA5.push(jQuery(this).attr(\"src\"));\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\tvar y_TotSoft_Port_GAA5=0;\n\t\t\t\tfor(i=0;i<array_TotSoft_GAA5.length;i++){\n\t\t\t\t\tjQuery(\"<img class='TotPortImgOv5' \/>\").attr('src', array_TotSoft_GAA5[i]).on(\"load\",function(){\n\t\t\t\t\t\ty_TotSoft_Port_GAA5++;\n\t\t\t\t\t\tif(y_TotSoft_Port_GAA5 == array_TotSoft_GAA5.length){\n\t\t\t\t\t\t\t\/\/ jQuery(\".portfolio5_loading\").css(\"display\",\"none\");\n\t\t\t\t\t\t\tjQuery(\".totalsoft-portfolio-area5\").css(\"display\",\"block\");\n\t\t\t\t\t\t\tjQuery(\".totalsoft-portfolio-categ\").css(\"display\",\"block\");\n\t\t\t\t\t\t\tjQuery(\".TS_Portfolio_GAA_Loading\").remove();\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t<\/script>\n\t\t<\/p>\n\n\n\n<div class=\"wp-block-group has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#d4d8dc;color:#150624\">\n<p class=\"wp-block-paragraph\"><strong>INVENTARIO DE PERSONAL.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>An\u00e1lisis de inventario de empleados.<\/li><li>An\u00e1lisis de movimientos de empleados.<\/li><li>An\u00e1lisis de antig\u00fcedad de empleados.<\/li><li>An\u00e1lisis de causas de baja.<\/li><li>An\u00e1lisis de antig\u00fcedad de sueldos.<\/li><li>An\u00e1lisis de antig\u00fcedad de contratos.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>AUDITOR\u00cdA.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Auditar d\u00edas capturados en pren\u00f3mina.<\/li><li>Auditar asistencia.<\/li><li>Auditar sueldos de empleados.<\/li><li>Auditor\u00eda de procesos.<\/li><li>Auditor\u00eda de empleados.<\/li><li>Auditor\u00eda de puestos.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SEGUIMIENTO AL TRABAJADOR.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Cat\u00e1logo tipo de movimiento.<\/li><li>Cat\u00e1logo de otras prestaciones.<\/li><li>Cat\u00e1logo de tipo de monedas.<\/li><li>Cat\u00e1logo de aseguradoras.<\/li><li>Cat\u00e1logo de correos electr\u00f3nicos.<\/li><li>Cat\u00e1logo de tipos de seguro.<\/li><li>Cat\u00e1logo de informaci\u00f3n general.<\/li><li>Cat\u00e1logo de marcas y modelos.<\/li><li>Hist\u00f3rico de tipo de movimientos.<\/li><li>Reporte del hist\u00f3rico de tipo de movimiento.<\/li><li>Hist\u00f3rico del seguro del trabajador.<\/li><li>Reporte del hist\u00f3rico de seguros del trabajador.<\/li><li>Hist\u00f3rico de informaci\u00f3n general.<\/li><li>Reporte del hist\u00f3rico de informaci\u00f3n general.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>DATOS PERSONALIZADOS.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Cat\u00e1logo para captura de datos personalizados.<\/li><li>Instalaci\u00f3n de datos personalizados.<\/li><li>Reporte especial de Recursos Humanos.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>EXPEDIENTE DIGITAL.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Almacenar documentos de los trabajadores para consultarlos\/imprimirlos.<\/li><li>Actas de nacimiento, identificaciones, curr\u00edculos, cartas, etc.<\/li><li>Formatos posibles: jpg, bmp, pdf, doc y xls.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>CAPACITACI\u00d3N.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Promover el desarrollo del personal y por ende el de la empresa.<\/li><li>Cat\u00e1logo de cursos.<\/li><li>Cat\u00e1logo de instructores.<\/li><li>Captura de cursos por empleado.<\/li><li>Reporte de cursos\/empleados.<\/li><li>Formato DC-3 Constancia de habilidades laborales.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>REPORTEADOR DE HIST\u00d3RICO \u2013 ESPECIAL DE RECURSOS HUMANOS<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Crear sus propios reportes, permiti\u00e9ndole utilizar al m\u00e1ximo la informaci\u00f3n de n\u00f3mina, acumulados y registros hist\u00f3ricos.<\/li><li>Es importante se\u00f1alar que el m\u00f3dulo de RH, puede convertirse en una herramienta importante en la Administraci\u00f3n de Recursos Humanos, debido a los alcances que pueden obtenerse, ya que permite ingresar una gran cantidad de informaci\u00f3n que manej\u00e1ndose adecuadamente, permite lograr el \u00e9xito profesional y llevar a la organizaci\u00f3n hacia la excelencia y competitividad.<\/li><\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>INVENTARIO DE PERSONAL. An\u00e1lisis de inventario de empleados. An\u00e1lisis de movimientos de empleados. An\u00e1lisis de antig\u00fcedad de empleados. An\u00e1lisis de causas de baja. An\u00e1lisis de antig\u00fcedad de sueldos. An\u00e1lisis de antig\u00fcedad de contratos. AUDITOR\u00cdA. Auditar d\u00edas capturados en pren\u00f3mina. Auditar asistencia. Auditar sueldos de empleados. Auditor\u00eda de procesos. Auditor\u00eda de empleados. Auditor\u00eda de puestos. SEGUIMIENTO &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/qualitycs.com.mx\/?p=66\" class=\"more-link\">Leer m\u00e1s<span class=\"screen-reader-text\"> \u00abM\u00f3dulo de Recursos Humanos\u00bb<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-66","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=\/wp\/v2\/posts\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66"}],"version-history":[{"count":7,"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=\/wp\/v2\/posts\/66\/revisions"}],"predecessor-version":[{"id":156,"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=\/wp\/v2\/posts\/66\/revisions\/156"}],"wp:attachment":[{"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=66"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qualitycs.com.mx\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}