{"id":413,"date":"2015-12-04T04:49:47","date_gmt":"2015-12-04T04:49:47","guid":{"rendered":"http:\/\/britkamo.com\/wordpress\/?page_id=413"},"modified":"2017-08-07T03:03:49","modified_gmt":"2017-08-07T03:03:49","slug":"motion-graphics","status":"publish","type":"page","link":"https:\/\/britkamo.com\/wordpress\/motion-graphics\/","title":{"rendered":"Motion Graphics"},"content":{"rendered":"<p style=\"text-align: center;\">\t\t\t<script>\r\n\t\t\t\tjQuery(document).ready(function(){\r\n\t\t\t\t\tvar tag = document.createElement('script');\r\n\t\t\t\t\ttag.src = \"https:\/\/www.youtube.com\/iframe_api\";\r\n\t\t\t\t\tvar firstScriptTag = document.getElementsByTagName('script')[0];\r\n\t\t\t\t\tfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\r\n\t\t\t\t});\r\n\t\t\t\tfunction onYouTubeIframeAPIReady(){\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t<\/script>\r\n\t\t\t                        <script type=\"text\/javascript\">\r\n                            \/* init single video player when document is ready *\/\r\n                            jQuery(document).ready(function(){\r\n                                var huge_it_single_player_interval_14796 = setInterval(function(){\r\n                                    if(jQuery(\"#huge_it_sigle_video_player_14796\").is(\":visible\")){\r\n                                        init_huge_it_single_video_player_14796(\"#huge_it_sigle_video_player_14796\");\r\n                                        clearInterval(huge_it_single_player_interval_14796);\r\n                                    }\r\n                                },100);\r\n                            });\r\n\r\n                            \/* Single Player *\/\r\n                            function init_huge_it_single_video_player_14796(video_container_id){\r\n\r\n                                var container,video,thumb_box,thumb,paused,dragging,volume_dragging,volume,progress_duration_bar,progress_bar,progress_played_bar,progress_thumb,progress_buffered,current_time,duration_time,current_time_text,duration_time_text,autoplay,video_param_width,video_width,play_btn,center_play_icon,center_pause_icon,center_wait_icon,backward_btn,forward_btn,mute_btn,volume_handle,volume_before,volume_current,volume_after,fullscreen_btn,hover_timer_box,hover_timer;\r\n                                current_time=\"00\";\r\n                                duration_time=\"00\";\r\n\r\n                                volume=1;\r\n                                dragging=\"\";\r\n                                paused=\"\";\r\n                                volume_dragging=\"\";\r\n                                \/* PLUGIN PARAMETERS *\/\r\n                                                                autoplay='false';\r\n                                video_width=720;\r\n                                video_param_width=720;\r\n\r\n                                \/* check if video player exists *\/\r\n                                container=document.querySelector(video_container_id);\r\n                                if(container){\r\n                                    \/* SET OBJECT LISTENERS *\/\r\n                                    \/* *** *\/\r\n                                    video=container.querySelector(\"video\");\r\n                                    play_btn=container.querySelector(\".play_pause\");\r\n                                    center_play_icon=container.querySelector(\".center_play\");\r\n                                    center_pause_icon=container.querySelector(\".center_pause\");\r\n                                    center_wait_icon=container.querySelector(\".center_wait\");\r\n                                    backward_btn=container.querySelector(\".fast_back\");\r\n                                    forward_btn=container.querySelector(\".fast_forward\");\r\n                                    mute_btn=container.querySelector(\".mute_button\");\r\n                                    volume_handle=container.querySelector(\".volume_handle\");\r\n                                    volume_before=container.querySelector(\".volume_before\");\r\n                                    volume_current=container.querySelector(\".volume_current\");\r\n                                    volume_after=container.querySelector(\".volume_after\");\r\n                                    fullscreen_btn=container.querySelector(\".full_screen\");\r\n                                    current_time_text=container.querySelector(\".current_time\");\r\n                                    duration_time_text=container.querySelector(\".duration_time\");\r\n                                    progress_bar=container.querySelector(\".huge_it_video_player_duration_slide\");\r\n                                    progress_played_bar=container.querySelector(\".played\");\r\n                                    progress_thumb=container.querySelector(\".thumb\");\r\n                                    progress_buffered=container.querySelector(\".buffered\");\r\n                                    hover_timer_box=container.querySelector(\".hover_timer\");\r\n                                    hover_timer=container.querySelector(\".hover_timer_time\");\r\n                                    thumb_box=container.querySelector(\".thumbnail_block\");\r\n                                    thumb=container.querySelector(\".thumbnail_block img\");\r\n                                    \/* *** *\/\r\n                                    \/* FUNCTIONS *\/\r\n\r\n                                    function timeupdate(){\r\n                                        if(!isNaN(video.currentTime)){\r\n                                            current_time=Math.floor(video.currentTime);\r\n                                        }\r\n                                        if(!isNaN(video.duration)){\r\n                                            duration_time=Math.floor(video.duration);\r\n                                        }\r\n\r\n                                        video_width=video.offsetWidth;\r\n                                        var curmins = Math.floor(video.currentTime \/ 60);\r\n                                        var cursecs = Math.floor(video.currentTime - curmins * 60);\r\n                                        var durmins = Math.floor(video.duration \/ 60);\r\n                                        var dursecs = Math.floor(video.duration - durmins * 60);\r\n                                        if(cursecs < 10){ cursecs = \"0\"+cursecs; }\r\n                                        if(dursecs < 10){ dursecs = \"0\"+dursecs; }\r\n                                        if(curmins < 10){ curmins = \"0\"+curmins; }\r\n                                        if(durmins < 10){ durmins = \"0\"+durmins; }\r\n                                        current_time_text.innerHTML = curmins+\":\"+cursecs;\r\n                                        duration_time_text.innerHTML = durmins+\":\"+dursecs;\r\n\r\n                                        var current_time_percent = current_time*(100\/duration_time);\r\n                                        var progress_bar_pixels=(current_time_percent*video_width)\/100;\r\n                                        progress_played_bar.style.width=progress_bar_pixels+\"px\";\r\n                                        if(progress_bar_pixels+progress_thumb.offsetWidth\/2 > video_width){\r\n                                            var last_px = video_width-progress_thumb.offsetWidth\/2;\r\n                                            progress_thumb.style.left=last_px+\"px\";\r\n\r\n                                        }else if(progress_bar_pixels < progress_thumb.offsetWidth\/2){\r\n                                            var first_px = progress_thumb.offsetWidth\/2;\r\n                                            progress_thumb.style.left=first_px+\"px\";\r\n                                        }else{\r\n                                            progress_thumb.style.left=progress_bar_pixels+\"px\";\r\n                                        }\r\n\r\n                                    }\r\n\r\n                                    function progressHandler(){\r\n                                        if(!isNaN(video.currentTime)){\r\n                                            current_time=Math.floor(video.currentTime);\r\n                                        }\r\n                                        if(!isNaN(video.duration)){\r\n                                            duration_time=Math.floor(video.duration);\r\n                                        }\r\n                                        if(!video.paused){\r\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n                                        }\r\n                                        if(thumb_box.style.display==\"block\" && !video.paused){\r\n                                            thumb_box.style.display=\"none\";\r\n                                        }\r\n                                        if(video.buffered.length > 0){\r\n                                            var i=video.buffered.length;\r\n                                            var buffered_end=video.buffered.end(i-1);\r\n                                            var loaded_percent=(buffered_end\/duration_time)*100;\r\n                                            var progress_bar_pixels=(loaded_percent*video_width)\/100;\r\n                                            progress_buffered.style.width=progress_bar_pixels+\"px\";\r\n                                        }\r\n                                        if(!isFullScreen() && hasClass(\"hide_controls\",container)){\r\n                                            removeClass(\"hide_controls\",container);\r\n                                        }\r\n                                    }\r\n\r\n                                    function VideoClickPlayPause(){\r\n                                        if(video.paused){\r\n                                            \/* PLAY THE VIDEO *\/\r\n                                            video.play();\r\n                                            paused=\"\";\r\n                                            addClass(\"playing\",container);\r\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n                                            center_play_icon.style.webkitAnimationName=\"popup\";\r\n                                            center_play_icon.style.display=\"block\";\r\n                                            setTimeout(function(){\r\n                                                center_play_icon.removeAttribute(\"style\");\r\n                                            },500);\r\n                                        }else{\r\n                                            \/* PAUSE THE VIDEO *\/\r\n                                            video.pause();\r\n                                            paused=1;\r\n                                            removeClass(\"playing\",container);\r\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\r\n                                            center_pause_icon.style.webkitAnimationName=\"popup\";\r\n                                            center_pause_icon.style.display=\"block\";\r\n                                            setTimeout(function(){\r\n                                                center_pause_icon.removeAttribute(\"style\");\r\n                                            },500);\r\n                                        }\r\n                                    }\r\n\r\n                                    function PlayPause(){\r\n\r\n                                        if(hasClass(\"poster\",container)){\r\n                                            video.play();\r\n                                            paused=\"\";\r\n                                            thumb_box.style.display=\"none\";\r\n                                            removeClass(\"poster\",container);\r\n                                            addClass(\"playing\",container);\r\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n                                        }else{\r\n                                            if(video.paused){\r\n                                                \/* PLAY THE VIDEO *\/\r\n                                                video.play();\r\n                                                paused=\"\";\r\n                                                addClass(\"playing\",container);\r\n                                                play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n                                            }else{\r\n                                                \/* PAUSE THE VIDEO *\/\r\n                                                video.pause();\r\n                                                paused=1;\r\n                                                removeClass(\"playing\",container);\r\n                                                play_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\r\n                                            }\r\n                                        }\r\n                                    }\r\n\r\n                                    function step_back(){\r\n                                        if(!isNaN(video.currentTime)){\r\n                                            current_time=Math.floor(video.currentTime);\r\n                                        }\r\n                                        if(!isNaN(video.duration)){\r\n                                            duration_time=Math.floor(video.duration);\r\n                                        }\r\n                                        video.currentTime=current_time-15;\r\n                                    }\r\n\r\n                                    function step_forward(){\r\n                                        if(!isNaN(video.currentTime)){\r\n                                            current_time=Math.floor(video.currentTime);\r\n                                        }\r\n                                        if(!isNaN(video.duration)){\r\n                                            duration_time=Math.floor(video.duration);\r\n                                        }\r\n                                        video.currentTime=current_time+15;\r\n                                    }\r\n\r\n                                    function toggle_mute(){\r\n                                        if(video.muted){\r\n                                            video.muted=false;\r\n                                            if(volume<0.7){\r\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n                                            }else{\r\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n                                            }\r\n                                            var volume_handle_width=volume_handle.offsetWidth;\r\n                                            var volume_current_pixels=volume*volume_handle_width;\r\n                                            volume_before.style.width=volume_current_pixels+\"px\";\r\n                                            volume_current.style.left=volume_current_pixels+\"px\";\r\n                                        }else{\r\n                                            var volume_handle_width=volume_handle.offsetWidth;\r\n                                            var volume_current_width=volume_before.offsetWidth;\r\n                                            volume=volume_current_width\/volume_handle_width;\r\n                                            video.muted=true;\r\n                                            mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n                                            volume_before.style.width=\"0px\";\r\n                                            volume_current.style.left=\"0px\";\r\n                                        }\r\n                                    }\r\n\r\n                                    function saveVolume(){\r\n                                        var volume_handle_width=volume_handle.offsetWidth;\r\n                                        var volume_current_pixels=volume*volume_handle_width;\r\n                                        volume_before.style.width=volume_current_pixels+\"px\";\r\n                                        volume_current.style.left=volume_current_pixels+\"px\";\r\n                                    }\r\n\r\n                                    function exitHandler(){\r\n                                        if (isFullScreen())\r\n                                            console.log(\"\");\r\n                                        \/\/ nothing\r\n                                        else\r\n                                            cFullScreen();\r\n                                    }\r\n\r\n                                    function toggle_full_screen(){\r\n                                        if (isFullScreen())\r\n                                            cFullScreen();\r\n                                        else\r\n                                            requestFullScreen(container || document.documentElement);\r\n\r\n                                        jQuery.when(toggle_full_screen).done(function(){\r\n                                            setTimeout(function(){\r\n                                                video_width=video.offsetWidth;\r\n                                                timeupdate();\r\n                                                progressHandler();\r\n                                                saveVolume();\r\n                                            },800);\r\n                                        });\r\n                                    }\r\n\r\n                                    function isFullScreen(){\r\n                                        return (document.fullScreenElement && document.fullScreenElement !== null)\r\n                                            || document.mozFullScreen\r\n                                            || document.webkitIsFullScreen;\r\n                                    }\r\n\r\n                                    function vidSeeking(e){\r\n                                        var x = e.clientX;\r\n                                        var l=container.getBoundingClientRect().left;\r\n                                        var pos = x-l;\r\n                                        if(pos>=0 && pos<video_width){\r\n                                            progress_played_bar.style.width = pos+\"px\";\r\n                                            progress_thumb.style.left = pos+\"px\";\r\n                                            var current_percent=(pos\/video_width)*100;\r\n                                            var seekto=duration_time*(current_percent\/100);\r\n                                            video.currentTime=seekto;\r\n                                        }\r\n                                    }\r\n\r\n                                    function requestFullScreen(element){\r\n                                        if (element.requestFullscreen)\r\n                                            element.requestFullscreen();\r\n                                        else if (element.msRequestFullscreen)\r\n                                            element.msRequestFullscreen();\r\n                                        else if (element.mozRequestFullScreen)\r\n                                            element.mozRequestFullScreen();\r\n                                        else if (element.webkitRequestFullscreen)\r\n                                            element.webkitRequestFullscreen();\r\n                                        addClass(\"fullscreen\",container);\r\n\r\n                                        fullscreen_btn.innerHTML='<i class=\"hugeicons hugeicons-compress\"><\/i>';\r\n                                        jQuery.when(requestFullScreen).done(function(){\r\n                                            setTimeout(function(){\r\n                                                video_width=video.offsetWidth;\r\n                                                timeupdate();\r\n                                                progressHandler();\r\n                                                saveVolume();\r\n                                            },500);\r\n\r\n                                        });\r\n\r\n                                    }\r\n\r\n                                    function cFullScreen(){\r\n                                        if (document.exitFullscreen)\r\n                                            document.exitFullscreen();\r\n                                        else if (document.msExitFullscreen)\r\n                                            document.msExitFullscreen();\r\n                                        else if (document.mozCancelFullScreen)\r\n                                            document.mozCancelFullScreen();\r\n                                        else if (document.webkitExitFullscreen)\r\n                                            document.webkitExitFullscreen();\r\n                                        removeClass(\"fullscreen\",container);\r\n                                        removeClass(\"hide_controls\",container);\r\n                                        fullscreen_btn.innerHTML='<i class=\"hugeicons hugeicons-expand\"><\/i>';\r\n                                        jQuery.when(cFullScreen).done(function(){\r\n                                            setTimeout(function(){\r\n                                                video_width=video.offsetWidth;\r\n                                                timeupdate();\r\n                                                progressHandler();\r\n                                                saveVolume();\r\n                                            },500);\r\n                                        });\r\n                                    }\r\n\r\n                                    function setVolume(e){\r\n                                        var x = e.clientX;\r\n                                        var l=volume_handle.getBoundingClientRect().left;\r\n                                        var pos = x-l;\r\n                                        if(pos>0 && pos<=volume_handle.offsetWidth){\r\n                                            volume_before.style.width=pos+\"px\";\r\n                                            volume_current.style.left=pos+\"px\";\r\n                                            var volume_handle_width=volume_handle.offsetWidth;\r\n                                            var current_percent=(pos\/volume_handle_width)*100;\r\n                                            volume=current_percent\/100;\r\n                                            video.muted=false;\r\n                                            video.volume=current_percent\/100;\r\n                                            if(current_percent<70){\r\n                                                if(current_percent==0){\r\n                                                    mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n                                                }else{\r\n                                                    mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n                                                }\r\n                                            }else{\r\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n                                            }\r\n                                        }else{\r\n                                            if(pos<=0){\r\n                                                video.muted=true;\r\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n                                                volume_before.style.width=\"0px\";\r\n                                                volume_current.style.left=\"0px\";\r\n                                            }\r\n                                        }\r\n                                    }\r\n\r\n                                    function waiting(){\r\n                                        center_wait_icon.style.display=\"block\";\r\n                                        center_wait_icon.style.opacity=\"1\";\r\n                                    }\r\n\r\n                                    function notWaiting(){\r\n                                        center_wait_icon.style.display=\"none\";\r\n                                        center_wait_icon.style.opacity=\"0\";\r\n                                    }\r\n\r\n                                    function videoEnd(){\r\n                                        play_btn.innerHTML ='<i class=\"hugeicons hugeicons-refresh\"><\/i>';\r\n                                        paused=1;\r\n                                        removeClass(\"playing\",container);\r\n                                    }\r\n\r\n                                    function timerDisplay(e){\r\n                                        if(video.buffered.length > 0){\r\n                                            var x = e.clientX;\r\n                                            var l=container.getBoundingClientRect().left;\r\n                                            var w=hover_timer_box.offsetWidth;\r\n                                            var pos = x-l;\r\n                                            var mouse_pos_percent= (pos\/video_width)*100;\r\n                                            var mouse_pos_time=duration_time*(mouse_pos_percent\/100);\r\n                                            var curmins = Math.floor(mouse_pos_time \/ 60);\r\n                                            var cursecs = Math.floor(mouse_pos_time - curmins * 60);\r\n                                            if(cursecs < 10){ cursecs=\"0\"+cursecs; }\r\n                                            if(curmins < 10){ curmins=\"0\"+curmins; }\r\n                                            \/\/hover_timer_box.style.webkitAnimationName=\"opacity\";\r\n                                            hover_timer_box.style.opacity=\"1\";\r\n                                            hover_timer_box.style.display = \"block\";\r\n                                            hover_timer_box.style.left = x-l-w\/2+\"px\";\r\n                                            hover_timer.innerHTML = curmins+\":\"+cursecs;\r\n                                        }\r\n                                    }\r\n\r\n                                    function timerNotDisplay(e){\r\n                                        hover_timer_box.style.display = \"none\";\r\n                                    }\r\n\r\n                                    function keyFunctions(e){\r\n                                        switch(e.keyCode){\r\n                                            case 40:\r\n                                                var curent_volume=video.volume;\r\n                                                var curent_volume_percent=curent_volume*100;\r\n                                                if(curent_volume_percent>0){\r\n                                                    var new_volume_percent=curent_volume_percent-10;\r\n                                                    if(new_volume_percent<=0){\r\n                                                        mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n                                                        volume_before.style.width=\"0px\";\r\n                                                        volume_current.style.left=\"0px\";\r\n                                                        video.muted=true;\r\n                                                        volume=0;\r\n                                                    }else{\r\n                                                        if(new_volume_percent<70){\r\n                                                            mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n                                                        }else{\r\n                                                            mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n                                                        }\r\n                                                        var new_volume=new_volume_percent\/100;\r\n                                                        var volume_handle_width=volume_handle.offsetWidth;\r\n                                                        var new_position=new_volume*volume_handle_width;\r\n                                                        volume_before.style.width=new_position+\"px\";\r\n                                                        volume_current.style.left=new_position+\"px\";\r\n                                                        video.muted=false;\r\n                                                        video.volume=new_volume;\r\n                                                        volume=new_volume;\r\n                                                    }\r\n\r\n                                                }\r\n                                                e.preventDefault();\r\n                                                break;\r\n                                            case 38:\r\n                                                var curent_volume=video.volume;\r\n                                                var curent_volume_percent=curent_volume*100;\r\n                                                if(curent_volume_percent<100){\r\n                                                    var new_volume_percent=curent_volume_percent+10;\r\n                                                    if(new_volume_percent>100){\r\n                                                        new_volume_percent=100;\r\n                                                    }\r\n                                                    if(new_volume_percent<70){\r\n                                                        mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n                                                    }else{\r\n                                                        mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n                                                    }\r\n                                                    var new_volume=new_volume_percent\/100;\r\n                                                    var volume_handle_width=volume_handle.offsetWidth;\r\n                                                    var new_position=new_volume*volume_handle_width;\r\n                                                    volume_before.style.width=new_position+\"px\";\r\n                                                    volume_current.style.left=new_position+\"px\";\r\n                                                    video.volume=new_volume;\r\n                                                    video.muted=false;\r\n                                                    volume=new_volume;\r\n                                                }\r\n                                                e.preventDefault();\r\n                                                break;\r\n                                            case 39:\r\n                                                step_forward();\r\n                                                e.preventDefault();\r\n                                                break;\r\n                                            case 37:\r\n                                                step_back();\r\n                                                e.preventDefault();\r\n                                                break;\r\n                                            case 32:\r\n                                                VideoClickPlayPause();\r\n                                                e.preventDefault();\r\n                                                break;\r\n                                        }\r\n                                    }\r\n\r\n                                    function huge_it_single_video_responsive(){\r\n                                        var video_parent=container.parentNode;\r\n                                        var computedStyle = getComputedStyle(video_parent);\r\n                                        var video_parent_width=video_parent.clientWidth-parseFloat(computedStyle.paddingRight)-parseFloat(computedStyle.paddingLeft);\r\n                                        if(!isFullScreen()){\r\n                                            if(video_parent_width<=video_param_width){\r\n                                                addClass(\"fullwidth\",container);\r\n                                                jQuery.when(huge_it_single_video_responsive).done(function(){\r\n                                                    setTimeout(function(){\r\n                                                        video_width=video.offsetWidth;\r\n                                                        videoResize();\r\n                                                    },500);\r\n                                                });\r\n                                            }else{\r\n                                                removeClass(\"fullwidth\",container);\r\n                                                jQuery.when(huge_it_single_video_responsive).done(function(){\r\n                                                    setTimeout(function(){\r\n                                                        video_width=video.offsetWidth;\r\n                                                        videoResize();\r\n                                                    },500);\r\n                                                });\r\n                                            }\r\n\r\n                                        }else{\r\n                                            setTimeout(function(){\r\n                                                video_width=video.offsetWidth;\r\n                                            },500);\r\n                                        }\r\n                                    }\r\n\r\n                                    function videoResize(){\r\n                                        setTimeout(function(){\r\n                                            video_width=video.offsetWidth;\r\n                                            timeupdate();\r\n                                            progressHandler();\r\n                                            saveVolume();\r\n                                            if(video_width<325){\r\n                                                addClass(\"small\",container);\r\n                                            }else{\r\n                                                removeClass(\"small\",container);\r\n                                            }\r\n                                            if(video_width<225){\r\n                                                addClass(\"very_small\",container);\r\n                                            }else{\r\n                                                removeClass(\"very_small\",container);\r\n                                            }\r\n\r\n                                        },200);\r\n                                    }\r\n\r\n                                    \/* helping functions *\/\r\n                                    \/* *** *\/\r\n                                    function addClass( classname, element ) {\r\n                                        var cn = element.className;\r\n                                        \/*test for existance *\/\r\n                                        if( cn.indexOf( classname ) != -1 ) {\r\n                                            return;\r\n                                        }\r\n                                        \/* add a space if the element already has class *\/\r\n                                        if( cn != '' ) {\r\n                                            classname = ' '+classname;\r\n                                        }\r\n                                        element.className = cn+classname;\r\n                                    }\r\n\r\n                                    function removeClass( classname, element ) {\r\n                                        var cn = element.className;\r\n                                        var rxp = new RegExp( \"\\\\s?\\\\b\"+classname+\"\\\\b\", \"g\" );\r\n                                        cn = cn.replace( rxp, '' );\r\n                                        element.className = cn;\r\n                                    }\r\n\r\n                                    function hasClass(cls, element) {\r\n                                        return (' ' + element.className + ' ').indexOf(' ' + cls + ' ') > -1;\r\n                                    }\r\n\r\n                                    \/* ADD EVENT LISTENERS *\/\r\n                                    \/* *** *\/\r\n                                    video.addEventListener(\"timeupdate\",timeupdate,false);\r\n                                    video.addEventListener(\"playing\",progressHandler,false);\r\n                                    video.addEventListener(\"loadeddata\",progressHandler,false);\r\n                                    video.addEventListener(\"canplaythrough\",progressHandler,false);\r\n                                    video.addEventListener(\"progress\",progressHandler,false);\r\n                                    video.addEventListener(\"waiting\",waiting,false);\r\n                                    video.addEventListener(\"canplay\",notWaiting,false);\r\n                                    video.addEventListener(\"ended\",videoEnd,false);\r\n                                    video.addEventListener(\"resize\",videoResize,false);\r\n                                    \/* *** *\/\r\n                                    video.addEventListener(\"click\",VideoClickPlayPause,false);\r\n                                    video.addEventListener(\"dblclick\",toggle_full_screen,false);\r\n                                    center_play_icon.addEventListener(\"click\",VideoClickPlayPause,false);\r\n                                    center_pause_icon.addEventListener(\"click\",VideoClickPlayPause,false);\r\n                                    center_wait_icon.addEventListener(\"click\",VideoClickPlayPause,false);\r\n                                    thumb_box.addEventListener(\"click\",PlayPause,false);\r\n                                    play_btn.addEventListener(\"click\",PlayPause,false);\r\n                                    backward_btn.addEventListener(\"click\",step_back,false);\r\n                                    forward_btn.addEventListener(\"click\",step_forward,false);\r\n                                    mute_btn.addEventListener(\"click\",toggle_mute,false);\r\n                                    fullscreen_btn.addEventListener(\"click\",toggle_full_screen,false);\r\n                                    container.addEventListener('webkitfullscreenchange', exitHandler, false);\r\n                                    container.addEventListener('mozfullscreenchange', exitHandler, false);\r\n                                    container.addEventListener('fullscreenchange', exitHandler, false);\r\n                                    container.addEventListener('MSFullscreenChange', exitHandler, false);\r\n                                    progress_bar.addEventListener(\"mouseover\",timerDisplay,false);\r\n                                    progress_bar.addEventListener(\"mousemove\",timerDisplay,false);\r\n                                    progress_bar.addEventListener(\"mouseout\",timerNotDisplay,false);\r\n\r\n                                    \/* KEYBOARD *\/\r\n                                    \/* *** *\/\r\n                                    container.addEventListener(\"mouseover\",function(){\r\n                                        window.addEventListener(\"keydown\",keyFunctions,false);\r\n                                    },false)\r\n\r\n                                    container.addEventListener(\"mouseout\",function(){\r\n                                        window.removeEventListener(\"keydown\",keyFunctions,false);\r\n                                    },false)\r\n                                    \/* *** *\/\r\n\r\n                                    \/* VIDEO SEEKING *\/\r\n                                    progress_bar.addEventListener(\"mousedown\",function(e){\r\n                                        dragging=1;\r\n                                        vidSeeking(e);\r\n                                    },false);\r\n\r\n                                    window.addEventListener(\"mousemove\",function(e){\r\n                                        if(dragging==1){\r\n                                            if(paused!=1){\r\n                                                video.pause();\r\n                                            }\r\n                                            removeClass(\"playing\",container);\r\n                                            vidSeeking(e);\r\n                                        }\r\n                                    },false);\r\n                                    window.addEventListener(\"mouseup\",function(){\r\n                                        if(dragging==1){\r\n                                            if(paused!==1){\r\n                                                video.play();\r\n                                            }\r\n                                            addClass(\"playing\",container);\r\n                                            dragging=\"\";\r\n                                        }\r\n                                    },false);\r\n                                    \/* VOLUME CHANGING *\/\r\n                                    volume_handle.addEventListener(\"mousedown\",function(e){\r\n                                        volume_dragging=1;\r\n                                        setVolume(e);\r\n                                    },false);\r\n                                    window.addEventListener(\"mousemove\",function(e){\r\n                                        if(volume_dragging==1){\r\n                                            setVolume(e);\r\n                                        }\r\n                                    },false);\r\n                                    window.addEventListener(\"mouseup\",function(){\r\n                                        if(volume_dragging==1){\r\n                                            volume_dragging=\"\";\r\n                                        }\r\n                                    },false);\r\n\r\n                                    \/* ONLOAD STUFF *\/\r\n                                    \/* *** *\/\r\n                                    if(autoplay==\"true\"){\r\n                                        video.play();\r\n                                        video.autoplay = true;\r\n                                        addClass(\"playing\",container);\r\n                                        removeClass(\"poster\",container);\r\n                                        thumb_box.style.display=\"none\";\r\n                                        play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n                                    }else{\r\n                                        video.autoplay = false;\r\n                                        removeClass(\"playing\",container);\r\n                                        play_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\r\n                                        addClass(\"poster\",container);\r\n                                        thumb_box.style.display=\"block\";\r\n                                    }\r\n\r\n                                    huge_it_single_video_responsive();\r\n                                    jQuery(window).on(\"resize\",function(){\r\n                                        huge_it_single_video_responsive();\r\n                                    });\r\n\r\n                                    var timeout;\r\n                                    container.onmousemove = function(){\r\n                                        if(isFullScreen()){\r\n                                            removeClass(\"hide_controls\",container);\r\n                                            clearTimeout(timeout);\r\n                                            timeout = setTimeout(function(){\r\n                                                addClass(\"hide_controls\",container);\r\n                                            },3000);\r\n                                        }\r\n\r\n                                    }\r\n                                }\r\n                            }\r\n                        <\/script>\r\n                        <style>\r\n                            \/*\r\n                        parameters\r\n                        *\/\r\n                            #huge_it_sigle_video_player_14796 {\r\n                                width:720px;\r\n                                                            margin:0px auto;\r\n                                                            margin-top:5px;\r\n                                margin-bottom:5px;\r\n                                border:0px solid #009BE3;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block {\r\n                                background:#EEEEEE;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom {\r\n                                background:rgba(51,51,51,0);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_center {\r\n                                color:#FFFFFF !important;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .control,\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block .thumbnail_play {\r\n                                color:#FFFFFF !important;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .control:hover,\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block .thumbnail_play:hover {\r\n                                color:#FFFFFF !important;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\r\n                                background:transparent;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\r\n                                background:rgba(255,255,255,0.2);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n                                background:rgba(255,255,255,0.4);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before,\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played{\r\n                                background:#F12B24;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n                                background:#f12b24;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .current_time {\r\n                                color:#FFFFFF;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .separator,\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .duration_time {\r\n                                color:#DDDDDD;\r\n                            }\r\n\r\n                            \/*\r\n                            static\r\n                            *\/\r\n                            #huge_it_sigle_video_player_14796 {\r\n                                position:relative;\r\n                                display:table;\r\n                                height:auto;\r\n                                font-size:15px;\r\n                                font-weight:normal;\r\n                                font-family:Roboto, Arial, Helvetica, sans-serif;\r\n                                font-style:normal;\r\n                                line-height:1;\r\n                                text-indent:0px;\r\n                                user-select:none;\r\n                                -webkit-user-select:none;\r\n                                -moz-user-select:none;\r\n                                -o-user-select:none;\r\n                                -ms-user-select:none;\r\n                                box-sizing: content-box;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.poster {\r\n                                overflow:hidden;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullwidth {\r\n                                width:100%;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen {\r\n                                width:100%;\r\n                                transition:none;\r\n                                height:100%;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen video {\r\n                                width:100%;\r\n                                max-height:100%;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 div[data-title]:hover:after {\r\n                                content: attr(data-title);\r\n                                padding:8px 10px;\r\n                                color: #fff;\r\n                                position: absolute;\r\n                                left:0;\r\n                                bottom: calc(100% + 20px);\r\n                                bottom: -webkit-calc(100% + 20px);\r\n                                bottom: -moz-calc(100% + 20px);\r\n                                bottom: -ms-calc(100% + 20px);\r\n                                bottom: -o-calc(100% + 20px);\r\n                                white-space: nowrap;\r\n                                z-index:6;\r\n                                font-size:12px;\r\n                                background:#444;\r\n                                border-radius:2px;\r\n                                line-height:1;\r\n                                -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_player {\r\n                                position:relative;\r\n                                float:left;\r\n                                display:block;\r\n                                width:100%;\r\n                                height:100%;\r\n                                margin:0px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_player video {\r\n                                position:relative;\r\n                                float:left;\r\n                                display:block;\r\n                                width:100%;\r\n                                height:auto;\r\n                                margin:0px;\r\n                                z-index:5;\r\n                                background:#000;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block {\r\n                                position:absolute;\r\n                                display:none;\r\n                                left:0px;\r\n                                top:0px;\r\n                                width:100%;\r\n                                height:100%;\r\n                                overflow:hidden;\r\n                                z-index:10;\r\n                                text-align:center;\r\n                                vertical-align:middle;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block:before {\r\n                                content: \"\";\r\n                                display: inline-block;\r\n                                vertical-align: middle;\r\n                                height: 100%;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.poster .thumbnail_block {\r\n                                display:block;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block img {\r\n                                display:block;\r\n                                position:absolute;\r\n                                top:0px;\r\n                                left:0px;\r\n                                min-width:100%;\r\n                                min-height:100%;\r\n                                max-width:100%;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block .thumbnail_play {\r\n                                position:absolute;\r\n                                display:block;\r\n                                left:50%;\r\n                                top:50%;\r\n                                margin:-30px 0px 0px -30px;\r\n                                width:60px;\r\n                                height:60px;\r\n                                font-size:58px;\r\n                                line-height:60px;\r\n                                text-align:center;\r\n                                cursor:poiner;\r\n                                transition:transform .5s cubic-bezier(0.0,0.0,0.2,1);\r\n                                cursor:pointer;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .thumbnail_block .thumbnail_play:hover {\r\n                                transform:scale(1.05,1.05);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_top {\r\n                                position: absolute;\r\n                                top: 0px;\r\n                                left: 0px;\r\n                                width: calc(100% - 30px);\r\n                                width: -webkit-calc(100% - 30px);\r\n                                width: -moz-calc(100% - 30px);\r\n                                width: -o-calc(100% - 30px);\r\n                                width: -ms-calc(100% - 30px);\r\n                                padding: 15px;\r\n                                background:rgba(0,0,0,.1);\r\n                                cursor: pointer;\r\n                                overflow: hidden;\r\n                                z-index:11;\r\n                                webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_top,\r\n                            #huge_it_sigle_video_player_14796.hide_controls.playing .huge_it_video_player_top {\r\n                                opacity:0;\r\n                            }\r\n\r\n\r\n\r\n                            #huge_it_sigle_video_player_14796.playing:not(.hide_controls):hover .huge_it_video_player_top {\r\n                                opacity:1;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_top .video_title {\r\n                                color: #fff;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom {\r\n                                position:absolute;\r\n                                display:block;\r\n                                bottom:0px;\r\n                                left:0px;\r\n                                height:50px;\r\n                                width:100%;\r\n                                z-index:6;\r\n                                webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom {\r\n                                height:80px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom {\r\n                                opacity:0;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.hide_controls.playing .huge_it_video_player_bottom {\r\n                                opacity:0;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing:not(.hide_controls):hover .huge_it_video_player_bottom {\r\n                                opacity:1;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\r\n                                position:absolute;\r\n                                left:0px;\r\n                                bottom:30px;\r\n                                display:block;\r\n                                width:100%;\r\n                                height:20px;\r\n                                margin:0px;\r\n                                line-height:1;\r\n                                cursor:pointer;\r\n                                -moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transform-origin:center center;\r\n                                -webkit-transform-origin:center center;\r\n                                -moz-transform-origin:center center;\r\n                                -o-transform-origin:center center;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\r\n                                height:30px;\r\n                                bottom:50px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\r\n                                position:absolute;\r\n                                display:block;\r\n                                bottom:7.5px;\r\n                                left:0px;\r\n                                width:100%;\r\n                                height:5px;\r\n                                z-index:6;\r\n                                -moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transform-origin:center center;\r\n                                -webkit-transform-origin:center center;\r\n                                -moz-transform-origin:center center;\r\n                                -o-transform-origin:center center;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\r\n                                bottom:11px;\r\n                                height:8px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played {\r\n                                position:absolute;\r\n                                display:block;\r\n                                bottom:7.5px;\r\n                                left:0px;\r\n                                width:0px;\r\n                                height:5px;\r\n                                z-index:8;\r\n                                -moz-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -webkit-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -ms-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transform-origin:center center;\r\n                                -webkit-transform-origin:center center;\r\n                                -moz-transform-origin:center center;\r\n                                -o-transform-origin:center center;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played {\r\n                                bottom:11px;\r\n                                height:8px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n                                position:absolute;\r\n                                display:block;\r\n                                bottom:3.5px;\r\n                                left:0px;\r\n                                width:13px;\r\n                                height:13px;\r\n                                margin-left:-6.5px;\r\n                                background:#f12b24;\r\n                                border-radius:6.5px;\r\n                                z-index:9;\r\n                                cursor:pointer;\r\n                                -moz-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -webkit-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -ms-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transform-origin:center center;\r\n                                -webkit-transform-origin:center center;\r\n                                -moz-transform-origin:center center;\r\n                                -o-transform-origin:center center;\r\n\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n                                background:#f12b24;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n                                bottom:5px;\r\n                                width:20px;\r\n                                height:20px;\r\n                                border-radius:10px;\r\n                                margin-left:-10px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n                                transform:scale(0,0);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .thumb {\r\n                                transform:scale(1,1);\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n                                position:absolute;\r\n                                display:block;\r\n                                bottom:7.5px;\r\n                                left:0px;\r\n                                width:0px;\r\n                                height:5px;\r\n                                z-index:7;\r\n                                -moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                -ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n                                transform-origin:center center;\r\n                                -webkit-transform-origin:center center;\r\n                                -moz-transform-origin:center center;\r\n                                -o-transform-origin:center center;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n                                bottom:11px;\r\n                                height:8px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration,\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played,\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n                                bottom:8.5px;\r\n                                height:3px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration,\r\n                            #huge_it_sigle_video_player_14796.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played,\r\n                            #huge_it_sigle_video_player_14796.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n                                bottom:12.5px;\r\n                                height:5px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .duration,\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .played,\r\n                            #huge_it_sigle_video_player_14796.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .buffered {\r\n                                bottom:7.5px;\r\n                                height:5px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .duration,\r\n                            #huge_it_sigle_video_player_14796.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .played,\r\n                            #huge_it_sigle_video_player_14796.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .buffered {\r\n                                bottom:11px;\r\n                                height:8px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .hover_timer {\r\n                                position: absolute;\r\n                                display:none;\r\n                                left:0;\r\n                                bottom:100%;\r\n                                padding: 5px 9px;\r\n                                max-width: 200px;\r\n                                background:rgba(28,28,28,0.8);\r\n                                border-radius:2px;\r\n                                white-space: nowrap;\r\n                                word-wrap: normal;\r\n                                -o-text-overflow: ellipsis;\r\n                                text-overflow: ellipsis;\r\n                                font-size:11px;\r\n                                line-height:1;\r\n                                color: #fff;\r\n                                z-index:6;\r\n                                -moz-transform: none;\r\n                                -ms-transform: none;\r\n                                -webkit-transform: none;\r\n                                transform: none;\r\n                                -moz-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n                                -webkit-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n                                -ms-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n                                transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n                                -webkit-animation-duration:.1s;\r\n                                -webkit-animation-iteration-count:1;\r\n                                -webkit-animation-timing-function: cubic-bezier(0.4,0.0,1,1);\r\n                                opacity:0;\r\n                            }\r\n\r\n                            @-webkit-keyframes opacity {\r\n                                0% {\r\n                                    opacity:0;\r\n                                }\r\n                                100% {\r\n                                    opacity:1;\r\n                                }\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls {\r\n                                position:absolute;\r\n                                left:0px;\r\n                                bottom:0px;\r\n                                display:block;\r\n                                width:100%;\r\n                                height:30px;\r\n                                margin:0px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls {\r\n                                text-align:center;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls {\r\n                                height:50px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .control {\r\n                                position:relative;\r\n                                display:inline-block;\r\n                                width:30px;\r\n                                height:30px;\r\n                                margin:0px 0px 0px 5px;\r\n                                font-size:16px;\r\n                                line-height:30px;\r\n                                text-align:center;\r\n                                vertical-align:top;\r\n                                cursor:pointer;\r\n                            }\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .control i{\r\n                                line-height: inherit;\r\n                            }\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .control {\r\n                                width:50px;\r\n                                height:50px;\r\n                                margin:0px 0px 0px 5px;\r\n                                font-size:30px;\r\n                                line-height:50px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .fast_back {\r\n\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls .fast_back {\r\n                                display:none;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .play_pause {\r\n\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls .play_pause {\r\n                                float:left;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .fast_forward {\r\n\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls .fast_forward {\r\n                                display:none;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\r\n\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\r\n                                float:left;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.very_small .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\r\n                                display:none;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n                                position:relative;\r\n                                display:inline-block;\r\n                                width:50px;\r\n                                height:30px;\r\n                                background: none;\r\n                                cursor: pointer;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n                                float:left;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.very_small .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n                                display:none;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n                                position:relative;\r\n                                display:inline-block;\r\n                                width:100px;\r\n                                height:50px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before {\r\n                                position: absolute;\r\n                                top:13.5px;\r\n                                left:0px;\r\n                                height:3px;\r\n                                width:50px;\r\n                                z-index:7;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before {\r\n                                top:22.5px;\r\n                                height:5px;\r\n                                width:100px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_current {\r\n                                position: absolute;\r\n                                top:8.5px;\r\n                                left:50px;\r\n                                height:13px;\r\n                                width: 4px;\r\n                                margin-left:-2px;\r\n                                background: #fff;\r\n                                z-index:8;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_current {\r\n                                top:15px;\r\n                                height:20px;\r\n                                width:6px;\r\n                                margin-left:-3px;\r\n                                left:100px;\r\n                                width: 4px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_after {\r\n                                position: absolute;\r\n                                top:13.5px;\r\n                                left:0px;\r\n                                height:3px;\r\n                                width:50px;\r\n                                background:#fff;\r\n                                z-index:6;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_after {\r\n                                top:22.5px;\r\n                                height:5px;\r\n                                width:100px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer {\r\n                                position:relative;\r\n                                display:inline-block;\r\n                                min-width:50px;\r\n                                height:30px;\r\n                                margin:0px 0px 0px 5px;\r\n                                vertical-align:top;\r\n                                font-size:11px;\r\n                                line-height:30px;\r\n                                font-style:normal;\r\n                                font-weight:normal;\r\n                                text-align:center;\r\n                                cursor:pointer;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .timer {\r\n                                height:50px;\r\n                                font-size:14px;\r\n                                line-height:50px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .current_time {\r\n                                display:inline-block;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .separator {\r\n                                display:inline-block;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .duration_time {\r\n                                display:inline-block;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_bottom .huge_it_video_player_controls .full_screen {\r\n                                float:right;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796.small .huge_it_video_player_bottom .huge_it_video_player_controls .full_screen {\r\n                                float:initial;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_center {\r\n                                text-align:center;\r\n                                font-size:15px;\r\n                                line-height:40px;\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_center div {\r\n                                position:absolute;\r\n                                display:none;\r\n                                left:50%;\r\n                                top:50%;\r\n                                margin-top:-20px;\r\n                                height:40px;\r\n                                width:40px;\r\n                                margin-left:-20px;\r\n                                background: rgba(0,0,0,.2);\r\n                                border-radius: 100%;\r\n                                text-align:center;\r\n                                transition:all .5s linear;\r\n                                -webkit-animation-duration:.5s;\r\n                                -webkit-animation-iteration-count:1;\r\n                                -webkit-animation-timing-function: linear;\r\n                                z-index:6;\r\n                                opacity:0;\r\n                            }\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_center i {\r\n                                line-height: 40px;\r\n                            }\r\n                            #huge_it_sigle_video_player_14796 .huge_it_video_player_center .center_wait {\r\n                                background:transparent;\r\n                            }\r\n\r\n\r\n\r\n                            @-webkit-keyframes popup {\r\n                                0% {\r\n                                    opacity:1;\r\n                                    transform:scale(1,1);\r\n                                }\r\n                                100% {\r\n                                    opacity:0;\r\n                                    transform:scale(3,3);\r\n                                }\r\n                            }\r\n\r\n                            #huge_it_sigle_video_player_14796 * {\r\n                                box-sizing:content-box !important;\r\n                                text-indent: 0px;\r\n                            }\r\n                        <\/style>\r\n                        <div id=\"huge_it_sigle_video_player_14796\">\r\n                            <div class=\"huge_it_video_player_player\">\r\n                                <video src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Animated-Logos-1.mp4\" data-current=\"--\" data-duration=\"--\">\r\n                                    Your browser does not support HTML5 video.\r\n                                <\/video>\r\n                            <\/div>\r\n                            <div class=\"thumbnail_block\">\r\n                                                                    <img decoding=\"async\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-12.23.35-PM.png.jpg\" alt=\"poster\" \/>\r\n                                                                    <div class=\"thumbnail_play\"><i class=\"hugeicons hugeicons-play-circle-o\"><\/i><\/div>\r\n                            <\/div>\r\n                                                            <div class=\"huge_it_video_player_top\">\r\n                                    <div class=\"video_title\">Animated Introductions<\/div>\r\n                                <\/div>\r\n                                                        <div class=\"huge_it_video_player_bottom\">\r\n                                <div class=\"huge_it_video_player_duration_slide\">\r\n                                    <div class=\"duration\"><\/div>\r\n                                    <div class=\"played\"><\/div>\r\n                                    <div class=\"thumb\"><\/div>\r\n                                    <div class=\"buffered\"><\/div>\r\n                                    <div class=\"hover_timer\">\r\n                                        <span class=\"hover_timer_time\">00:00<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                <div class=\"huge_it_video_player_controls\">\r\n                                    <div class=\"fast_back control\" data-title=\"Fast backward\"><i class=\"hugeicons hugeicons-step-backward\"><\/i><\/div>\r\n                                    <div class=\"play_pause control\" data-title=\"Play\"><i class=\"hugeicons hugeicons-play\"><\/i><\/div>\r\n                                    <div class=\"fast_forward control\" data-title=\"Fast forward\"><i class=\"hugeicons hugeicons-step-forward\"><\/i><\/div>\r\n                                    <div class=\"mute_button control\" data-title=\"Mute\"><i class=\"hugeicons hugeicons-volume-up\"><\/i><\/div>\r\n                                    <div class=\"volume_handle\">\r\n                                        <div class=\"volume_before\"><\/div>\r\n                                        <div class=\"volume_current\"><\/div>\r\n                                        <div class=\"volume_after\"><\/div>\r\n                                    <\/div>\r\n                                    <div class=\"timer\">\r\n                                        <div class=\"current_time\">--<\/div>\r\n                                        <div class=\"separator\"> \/ <\/div>\r\n                                        <div class=\"duration_time\">--<\/div>\r\n                                    <\/div>\r\n                                    <div class=\"full_screen control\" data-title=\"Full Screen\"><i class=\"hugeicons hugeicons-expand\"><\/i><\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"huge_it_video_player_center\">\r\n                                <div class=\"center_play\"><i class=\"hugeicons hugeicons-play\"><\/i><\/div>\r\n                                <div class=\"center_pause\"><i class=\"hugeicons hugeicons-pause\"><\/i><\/div>\r\n                                <div class=\"center_wait\"><i class=\"hugeicons hugeicons-spinner hugeicons-pulse\"><\/i><\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \t\t\t<\/p>\n<hr \/>\n<p style=\"text-align: center;\">Motion graphic samples.<\/p>\n<p style=\"text-align: center;\">\t\t\t<script>\r\n\t\t\tvar YTdeferred =jQuery.Deferred();\r\n\t\t\twindow.onYouTubeIframeAPIReady = function() {\r\n\t\t\t\t\/\/ resolve when youtube callback is called\r\n\t\t\t\t\/\/ passing YT as a parameter\r\n\t\t\t\tYTdeferred.resolve(window.YT);\r\n\t\t\t};\r\n\r\n\t\t\/*init Album video player when document is ready*\/\r\n\t\tjQuery(document).ready(function(){\r\n\t\t\tvar tag = document.createElement('script');\r\n\r\n\t\t\ttag.src = \"https:\/\/www.youtube.com\/iframe_api\";\r\n\t\t\tvar firstScriptTag = document.getElementsByTagName('script')[0];\r\n\t\t\tfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\r\n\t\t\t\r\n\t\t\t\r\n\t\t\tvar huge_it_album_player_interval_816 = setInterval(function(){\r\n\t\t\t\tif(jQuery(\"#huge_it_album_video_player_816\").is(\":visible\")){\r\n\t\t\t\t\tinit_huge_it_playlist_vide_player_816(\"#huge_it_album_video_player_816\");\r\n\t\t\t\t\tclearInterval(huge_it_album_player_interval_816);\r\n\t\t\t\t}\r\n\t\t\t},100);\r\n\t\r\n\t\/\/ Listen for the ready event for any vimeo video players on the page\r\n\tfunction init_huge_it_playlist_vide_player_816(video_container_id){\r\n\t\tvar jQ_items,playlist_autoplay,player_width,video_width,video_param_width,global_container,container,load_icon,youtube,jQ_youtube,vimeo,jQ_vimeo,playlist_container,items;\r\n\r\n\t\t\/* PLUGIN PARAMETERS *\/\r\n\t\t\r\n\t\tplaylist_autoplay=\"false\";\r\n\t\tplayer_width=720;\r\n\t\t\t\t\tvideo_width=720;\r\n\t\t\tvideo_param_width=720\t\t\t\t\t\r\n\t\tvideo_param_aprox_height=video_param_width*0.56;\r\n\t\t\/* check if video player exists *\/\r\n\t\tglobal_container=document.querySelector(video_container_id);\r\n\t\tif(global_container){\r\n\t\t\t\r\n\t\t\t\/* SET OBJECT LISTENERS *\/\r\n\t\t\t\/* *** *\/\r\n\t\t\t\/* custom video container *\/\r\n\t\t\tcontainer=global_container.querySelector(\".huge_it_player\");\r\n\t\t\tload_icon=global_container.querySelector(\".load_icon\");\r\n\t\t\t\/* youtube player container *\/\r\n\t\t\tyoutube=global_container.querySelector(\"#youtube_player_816\");\r\n\t\t\tjQ_youtube=jQuery(\"#youtube_player_816\");\r\n\t\t\t\/* vimeo player container *\/\r\n\t\t\tvimeo_js=global_container.querySelector(\"#vimeo_816\");\r\n\t\t\tjQ_vimeo=jQuery(\"#vimeo_816\");\r\n\t\t\t\/* playlist container *\/\r\n\t\t\tplaylist_container=global_container.querySelector(\".playlist_wrapper\");\r\n\t\t\t\/* playlist items *\/\r\n\t\t\titems=playlist_container.querySelectorAll(\"li\");\r\n\t\t\tjQ_items=jQuery(\"#huge_it_album_video_player_816 .playlist_wrapper li\");\r\n\t\t\tif(items.length){\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\/* create youtube player *\/\r\n\t\t\t\tvar youtube_player;\r\n\t\t\t\tYTdeferred.done(function(YT) {\r\n\t\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t\tload_icon.style.display = \"none\";\r\n\t\t\t\t\t\tremoveClass(\"loading\", global_container);\r\n\t\t\t\t\t\tinit_playlist_active_item();\r\n\t\t\t\t\t\t                        if(typeof youtube_player.stopVideo === 'function') {\r\n                            youtube_player.stopVideo();\r\n                        }\r\n                            playlist_autoplay=\"true\";\r\n                        \t\t\t\t\t},2000);\r\n\t\t\t\t\t\r\n\t\t\t\t\tyoutube_player = new YT.Player('youtube_player_816', {\r\n\t\t\t\t\t\tautoplay         : 0,\r\n\t\t\t\t\t\tenablejsapi      : 1,\r\n\t\t\t\t\t\tplayerVars:{\r\n\t\t\t\t\t\t\t'autohide':\t\t\t1,\r\n\t\t\t\t\t\t\t'autoplay':\t\t\t0,\r\n\t\t\t\t\t\t\t'controls': \t\t1,\r\n\t\t\t\t\t\t\t'fs':\t\t\t\t1,\r\n\t\t\t\t\t\t\t'disablekb':\t\t0,\r\n\t\t\t\t\t\t\t'modestbranding':\t1,\r\n\t\t\t\t\t\t\t'enablejsapi': 1,\r\n\t\t\t\t\t\t\t\/\/ 'cc_load_policy': 1, \/\/ forces closed captions on\r\n\t\t\t\t\t\t\t'iv_load_policy':\t1, \/\/ annotations, 1=on, 3=off\r\n\t\t\t\t\t\t\t\/\/ 'playlist': videoID, videoID, videoID, etc,\r\n                            'rel':\t\t\t\t0,\r\n\t\t\t\t\t\t\t'showinfo':\t\t\t1,\r\n\t\t\t\t\t\t\t'theme':\t\t\t'dark',\t\/\/ dark, light\r\n\t\t\t\t\t\t\t'color':\t\t\t'red'\t\/\/ red, white\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tevents           : {\r\n\t\t\t\t\t\t\t'onReady'    : onReady,\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t\tfunction onReady() {\r\n                        if(typeof youtube_player.pauseVideo === 'function') {\r\n                            youtube_player.pauseVideo();\r\n                        }\r\n\t\t\t\t\t\tyoutube_player.addEventListener('onStateChange', function(e) {\r\n\t\t\t\t\t\t\tif(e.data==0){\r\n\t\t\t\t\t\t\t\t\/* video ended. load next track in playlist *\/\r\n\t\t\t\t\t\t\t\tnext_track();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tif(e.data==1){\r\n\t\t\t\t\t\t\t\tplaylist_autoplay=\"true\";\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar vimeo;\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar vimeo_player=jQuery('#vimeo_816')[0];\r\n\t\t\t\t\tvimeo = Froogaloop(vimeo_player);\r\n\t\t\t\t\t\r\n\t\t\t\t\tvimeo.addEvent('ready', function() {\r\n\t\t\t\t\t\tvimeo.addEvent('finish', function() {\r\n\t\t\t\t\t\t\tnext_track();\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/* helping functions *\/\r\n\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\tfunction addClass( classname, element ) {\r\n\t\t\t\t\t\tvar cn = element.className;\r\n\t\t\t\t\t\t\/*test for existance *\/\r\n\t\t\t\t\t\tif( cn.indexOf( classname ) != -1 ) {\r\n\t\t\t\t\t\t\treturn;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\/* add a space if the element already has class *\/\r\n\t\t\t\t\t\tif( cn != '' ) {\r\n\t\t\t\t\t\t\tclassname = ' '+classname;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telement.className = cn+classname;\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tfunction removeClass( classname, element ) {\r\n\t\t\t\t\t\tvar cn = element.className;\r\n\t\t\t\t\t\tvar rxp = new RegExp( \"\\\\s?\\\\b\"+classname+\"\\\\b\", \"g\" );\r\n\t\t\t\t\t\tcn = cn.replace( rxp, '' );\r\n\t\t\t\t\t\telement.className = cn;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction hasClass(cls, element) {\r\n\t\t\t\t\t\treturn (' ' + element.className + ' ').indexOf(' ' + cls + ' ') > -1;\r\n\t\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\t\tfunction init_playlist_custom_video(src){\r\n\t\t\t\t\t\tvar video,thumb_box,thumb,paused,dragging,volume_dragging,volume,progress_duration_bar,progress_bar,progress_played_bar,progress_thumb,progress_buffered,current_time,duration_time,current_time_text,duration_time_text,autoplay,play_btn,center_play_icon,center_pause_icon,center_wait_icon,backward_btn,forward_btn,mute_btn,volume_handle,volume_before,volume_current,volume_after,fullscreen_btn,hover_timer_box,hover_timer;\r\n\t\t\t\t\t\tcurrent_time=\"00\";\r\n\t\t\t\t\t\tduration_time=\"00\";\r\n\t\t\t\t\t\tvolume=1;\r\n\t\t\t\t\t\tdragging=\"\";\r\n\t\t\t\t\t\tpaused=\"\";\r\n\t\t\t\t\t\tvolume_dragging=\"\";\r\n\t\t\t\t\t\t\/* PLUGIN PARAMETERS *\/\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tautoplay=playlist_autoplay;\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\/* check if video player exists *\/\r\n\t\t\t\t\t\tif(container && src!=\"\"){\r\n\t\t\t\t\t\t\t\/* SET OBJECT LISTENERS *\/\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\t\t\tvideo=container.querySelector(\"video\");\r\n\t\t\t\t\t\t\tplay_btn=container.querySelector(\".play_pause\");\r\n\t\t\t\t\t\t\tcenter_play_icon=container.querySelector(\".center_play\");\r\n\t\t\t\t\t\t\tcenter_pause_icon=container.querySelector(\".center_pause\");\r\n\t\t\t\t\t\t\tcenter_wait_icon=container.querySelector(\".center_wait\");\r\n\t\t\t\t\t\t\tbackward_btn=container.querySelector(\".fast_back\");\r\n\t\t\t\t\t\t\tforward_btn=container.querySelector(\".fast_forward\");\r\n\t\t\t\t\t\t\tmute_btn=container.querySelector(\".mute_button\");\r\n\t\t\t\t\t\t\tvolume_handle=container.querySelector(\".volume_handle\");\r\n\t\t\t\t\t\t\tvolume_before=container.querySelector(\".volume_before\");\r\n\t\t\t\t\t\t\tvolume_current=container.querySelector(\".volume_current\");\r\n\t\t\t\t\t\t\tvolume_after=container.querySelector(\".volume_after\");\r\n\t\t\t\t\t\t\tfullscreen_btn=container.querySelector(\".full_screen\");\r\n\t\t\t\t\t\t\tcurrent_time_text=container.querySelector(\".current_time\");\r\n\t\t\t\t\t\t\tduration_time_text=container.querySelector(\".duration_time\");\r\n\t\t\t\t\t\t\tprogress_bar=container.querySelector(\".huge_it_video_player_duration_slide\");\r\n\t\t\t\t\t\t\tprogress_played_bar=container.querySelector(\".played\");\r\n\t\t\t\t\t\t\tprogress_thumb=container.querySelector(\".thumb\");\r\n\t\t\t\t\t\t\tprogress_buffered=container.querySelector(\".buffered\");\r\n\t\t\t\t\t\t\thover_timer_box=container.querySelector(\".hover_timer\");\r\n\t\t\t\t\t\t\thover_timer=container.querySelector(\".hover_timer_time\");\r\n\t\t\t\t\t\t\tthumb_box=container.querySelector(\".thumbnail_block\");\r\n\t\t\t\t\t\t\tthumb=container.querySelector(\".thumbnail_block img\");\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\t\t\t\/* FUNCTIONS *\/\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction timeupdate(){\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.currentTime)){\r\n\t\t\t\t\t\t\t\t\tcurrent_time=Math.floor(video.currentTime);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.duration)){\r\n\t\t\t\t\t\t\t\t\tduration_time=Math.floor(video.duration);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tvar curmins = Math.floor(video.currentTime \/ 60);\r\n\t\t\t\t\t\t\t\tvar cursecs = Math.floor(video.currentTime - curmins * 60);\r\n\t\t\t\t\t\t\t\tvar durmins = Math.floor(video.duration \/ 60);\r\n\t\t\t\t\t\t\t\tvar dursecs = Math.floor(video.duration - durmins * 60);\r\n\t\t\t\t\t\t\t\tif(cursecs < 10){ cursecs = \"0\"+cursecs; }\r\n\t\t\t\t\t\t\t\tif(dursecs < 10){ dursecs = \"0\"+dursecs; }\r\n\t\t\t\t\t\t\t\tif(curmins < 10){ curmins = \"0\"+curmins; }\r\n\t\t\t\t\t\t\t\tif(durmins < 10){ durmins = \"0\"+durmins; }\r\n\t\t\t\t\t\t\t\tcurrent_time_text.innerHTML = curmins+\":\"+cursecs;\r\n\t\t\t\t\t\t\t\tduration_time_text.innerHTML = durmins+\":\"+dursecs;\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tvar current_time_percent = current_time*(100\/duration_time);\r\n\t\t\t\t\t\t\t\tvar progress_bar_pixels=(current_time_percent*video_width)\/100;\r\n\t\t\t\t\t\t\t\tprogress_played_bar.style.width=progress_bar_pixels+\"px\";\r\n\t\t\t\t\t\t\t\tif(progress_bar_pixels+progress_thumb.offsetWidth\/2 > video_width){\r\n\t\t\t\t\t\t\t\t\tvar last_px = video_width-progress_thumb.offsetWidth\/2;\r\n\t\t\t\t\t\t\t\t\tprogress_thumb.style.left=last_px+\"px\";\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t}else if(progress_bar_pixels < progress_thumb.offsetWidth\/2){\r\n\t\t\t\t\t\t\t\t\tvar first_px = progress_thumb.offsetWidth\/2;\r\n\t\t\t\t\t\t\t\t\tprogress_thumb.style.left=first_px+\"px\";\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tprogress_thumb.style.left=progress_bar_pixels+\"px\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction progressHandler(){\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.currentTime)){\r\n\t\t\t\t\t\t\t\t\tcurrent_time=Math.floor(video.currentTime);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.duration)){\r\n\t\t\t\t\t\t\t\t\tduration_time=Math.floor(video.duration);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(!video.paused){\r\n\t\t\t\t\t\t\t\t\tplay_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(thumb_box.style.display==\"block\" && !video.paused){\r\n\t\t\t\t\t\t\t\t\tthumb_box.style.display=\"none\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(video.buffered.length > 0){\r\n\t\t\t\t\t\t\t\t\tvar i=video.buffered.length;\r\n\t\t\t\t\t\t\t\t\tvar buffered_end=video.buffered.end(i-1);\r\n\t\t\t\t\t\t\t\t\tvar loaded_percent=(buffered_end\/duration_time)*100;\r\n\t\t\t\t\t\t\t\t\tvar progress_bar_pixels=(loaded_percent*video_width)\/100;\r\n\t\t\t\t\t\t\t\t\tprogress_buffered.style.width=progress_bar_pixels+\"px\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(!isFullScreen() && hasClass(\"hide_controls\",container)){\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"hide_controls\",container);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction VideoClickPlayPause(){\r\n\t\t\t\t\t\t\t\tif(video.paused){\r\n\t\t\t\t\t\t\t\t\t\/* PLAY THE VIDEO *\/\r\n\t\t\t\t\t\t\t\t\tvideo.play();\r\n\t\t\t\t\t\t\t\t\tpaused=\"\";\r\n\t\t\t\t\t\t\t\t\taddClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tplay_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n\t\t\t\t\t\t\t\t\tcenter_play_icon.style.webkitAnimationName=\"popup\";\r\n\t\t\t\t\t\t\t\t\tcenter_play_icon.style.display=\"block\";\r\n\t\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\t\tcenter_play_icon.removeAttribute(\"style\");\r\n\t\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t\t\tplaylist_autoplay=\"true\";\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\/* PAUSE THE VIDEO *\/\r\n\t\t\t\t\t\t\t\t\tvideo.pause();\r\n\t\t\t\t\t\t\t\t\tpaused=1;\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tplay_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\r\n\t\t\t\t\t\t\t\t\tcenter_pause_icon.style.webkitAnimationName=\"popup\";\r\n\t\t\t\t\t\t\t\t\tcenter_pause_icon.style.display=\"block\";\r\n\t\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\t\tcenter_pause_icon.removeAttribute(\"style\");\r\n\t\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction PlayPause(){\r\n\t\t\t\t\t\t\t\tif(hasClass(\"poster\",container)){\r\n\t\t\t\t\t\t\t\t\tvideo.play();\r\n\t\t\t\t\t\t\t\t\tpaused=\"\";\r\n\t\t\t\t\t\t\t\t\tthumb_box.style.display=\"none\";\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"poster\",container);\r\n\t\t\t\t\t\t\t\t\taddClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tplay_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n\t\t\t\t\t\t\t\t\tplaylist_autoplay=\"true\";\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tif(video.paused){\r\n\t\t\t\t\t\t\t\t\t\t\/* PLAY THE VIDEO *\/\r\n\t\t\t\t\t\t\t\t\t\tvideo.play();\r\n\t\t\t\t\t\t\t\t\t\tpaused=\"\";\r\n\t\t\t\t\t\t\t\t\t\taddClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\t\tplay_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\/* PAUSE THE VIDEO *\/\r\n\t\t\t\t\t\t\t\t\t\tvideo.pause();\r\n\t\t\t\t\t\t\t\t\t\tpaused=1;\r\n\t\t\t\t\t\t\t\t\t\tremoveClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\t\tplay_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction step_back(){\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.currentTime)){\r\n\t\t\t\t\t\t\t\t\tcurrent_time=Math.floor(video.currentTime);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.duration)){\r\n\t\t\t\t\t\t\t\t\tduration_time=Math.floor(video.duration);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tvideo.currentTime=current_time-15;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction step_forward(){\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.currentTime)){\r\n\t\t\t\t\t\t\t\t\tcurrent_time=Math.floor(video.currentTime);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(!isNaN(video.duration)){\r\n\t\t\t\t\t\t\t\t\tduration_time=Math.floor(video.duration);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tvideo.currentTime=current_time+15;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction toggle_mute(){\r\n\t\t\t\t\t\t\t\tif(video.muted){\r\n\t\t\t\t\t\t\t\t\tvideo.muted=false;\r\n\t\t\t\t\t\t\t\t\tif(volume<0.7){\r\n\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\tvar volume_handle_width=volume_handle.offsetWidth;\r\n\t\t\t\t\t\t\t\t\tvar volume_current_pixels=volume*volume_handle_width;\r\n\t\t\t\t\t\t\t\t\tvolume_before.style.width=volume_current_pixels+\"px\";\r\n\t\t\t\t\t\t\t\t\tvolume_current.style.left=volume_current_pixels+\"px\";\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tvar volume_handle_width=volume_handle.offsetWidth;\r\n\t\t\t\t\t\t\t\t\tvar volume_current_width=volume_before.offsetWidth;\r\n\t\t\t\t\t\t\t\t\tvolume=volume_current_width\/volume_handle_width;\r\n\t\t\t\t\t\t\t\t\tvideo.muted=true;\r\n\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n\t\t\t\t\t\t\t\t\tvolume_before.style.width=\"0px\";\r\n\t\t\t\t\t\t\t\t\tvolume_current.style.left=\"0px\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction exitHandler(){\r\n\t\t\t\t\t\t\t\tif (isFullScreen())\r\n\t\t\t\t\t\t\t\t\tconsole.log(\"\");\r\n\t\t\t\t\t\t\t\t   \/\/ nothing\r\n\t\t\t\t\t\t\t\telse\r\n\t\t\t\t\t\t\t\t\t cFullScreen();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction toggle_full_screen(){\r\n\t\t\t\t\t\t\t\tif (isFullScreen())\r\n\t\t\t\t\t\t\t\t\tcFullScreen();\r\n\t\t\t\t\t\t\t\telse\r\n\t\t\t\t\t\t\t\t\trequestFullScreen(container || document.documentElement);\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction isFullScreen(){\r\n\t\t\t\t\t\t\t\treturn (document.fullScreenElement && document.fullScreenElement !== null)\r\n\t\t\t\t\t\t\t\t\t || document.mozFullScreen\r\n\t\t\t\t\t\t\t\t\t || document.webkitIsFullScreen;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction vidSeeking(e){\r\n\t\t\t\t\t\t\t\tvar x = e.clientX;\r\n\t\t\t\t\t\t\t\tvar l=container.getBoundingClientRect().left;\r\n\t\t\t\t\t\t\t\tvar pos = x-l;\r\n\t\t\t\t\t\t\t\tif(pos>=0 && pos<video_width){\r\n\t\t\t\t\t\t\t\t\tprogress_played_bar.style.width = pos+\"px\";\r\n\t\t\t\t\t\t\t\t\tprogress_thumb.style.left = pos+\"px\";\r\n\t\t\t\t\t\t\t\t\tvar current_percent=(pos\/video_width)*100;\r\n\t\t\t\t\t\t\t\t\tvar seekto=duration_time*(current_percent\/100);\r\n\t\t\t\t\t\t\t\t\tvideo.currentTime=seekto;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction requestFullScreen(element){\r\n\t\t\t\t\t\t\t\tif (element.requestFullscreen)\r\n\t\t\t\t\t\t\t\t\telement.requestFullscreen();\r\n\t\t\t\t\t\t\t\telse if (element.msRequestFullscreen)\r\n\t\t\t\t\t\t\t\t\telement.msRequestFullscreen();\r\n\t\t\t\t\t\t\t\telse if (element.mozRequestFullScreen)\r\n\t\t\t\t\t\t\t\t\telement.mozRequestFullScreen();\r\n\t\t\t\t\t\t\t\telse if (element.webkitRequestFullscreen)\r\n\t\t\t\t\t\t\t\t\telement.webkitRequestFullscreen();\r\n\t\t\t\t\t\t\t\taddClass(\"fullscreen\",container);\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tfullscreen_btn.innerHTML='<i class=\"hugeicons hugeicons-compress\"><\/i>';\r\n\t\t\t\t\t\t\t\tjQuery.when(requestFullScreen).done(function(){\r\n\t\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\t\tvideo_width=video.offsetWidth;\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t}\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction cFullScreen(){\r\n\t\t\t\t\t\t\t\tif (document.exitFullscreen)\r\n\t\t\t\t\t\t\t\t\tdocument.exitFullscreen();\r\n\t\t\t\t\t\t\t\telse if (document.msExitFullscreen)\r\n\t\t\t\t\t\t\t\t\tdocument.msExitFullscreen();\r\n\t\t\t\t\t\t\t\telse if (document.mozCancelFullScreen)\r\n\t\t\t\t\t\t\t\t\tdocument.mozCancelFullScreen();\r\n\t\t\t\t\t\t\t\telse if (document.webkitExitFullscreen)\r\n\t\t\t\t\t\t\t\t\tdocument.webkitExitFullscreen();\r\n\t\t\t\t\t\t\t\tremoveClass(\"fullscreen\",container);\r\n\t\t\t\t\t\t\t\tfullscreen_btn.innerHTML='<i class=\"hugeicons hugeicons-expand\"><\/i>';\r\n\t\t\t\t\t\t\t\tjQuery.when(cFullScreen).done(function(){\r\n\t\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\t\tvideo_width=video.offsetWidth;\r\n\t\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\tfunction setVolume(e){\r\n\t\t\t\t\t\t\t\tvar x = e.clientX;\r\n\t\t\t\t\t\t\t\tvar l=volume_handle.getBoundingClientRect().left;\r\n\t\t\t\t\t\t\t\tvar pos = x-l;\r\n\t\t\t\t\t\t\t\tif(pos>0 && pos<=volume_handle.offsetWidth){\r\n\t\t\t\t\t\t\t\t\tvolume_before.style.width=pos+\"px\";\r\n\t\t\t\t\t\t\t\t\tvolume_current.style.left=pos+\"px\";\r\n\t\t\t\t\t\t\t\t\tvar volume_handle_width=volume_handle.offsetWidth;\r\n\t\t\t\t\t\t\t\t\tvar current_percent=(pos\/volume_handle_width)*100;\r\n\t\t\t\t\t\t\t\t\tvolume=current_percent\/100;\r\n\t\t\t\t\t\t\t\t\tvideo.muted=false;\r\n\t\t\t\t\t\t\t\t\tvideo.volume=current_percent\/100;\r\n\t\t\t\t\t\t\t\t\tif(current_percent<70){\r\n\t\t\t\t\t\t\t\t\t\tif(current_percent==0){\r\n\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tif(pos<=0){\r\n\t\t\t\t\t\t\t\t\t\tvideo.muted=true;\r\n\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\tvolume_before.style.width=\"0px\";\r\n\t\t\t\t\t\t\t\t\t\tvolume_current.style.left=\"0px\";\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction waiting(){\r\n\t\t\t\t\t\t\t\tcenter_wait_icon.style.display=\"block\";\r\n\t\t\t\t\t\t\t\tcenter_wait_icon.style.opacity=\"1\";\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction notWaiting(){\r\n\t\t\t\t\t\t\t\tcenter_wait_icon.style.display=\"none\";\r\n\t\t\t\t\t\t\t\tcenter_wait_icon.style.opacity=\"0\";\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction videoEnd(){\r\n\t\t\t\t\t\t\t\tplay_btn.innerHTML ='<i class=\"hugeicons hugeicons-refresh\"><\/i>';\r\n\t\t\t\t\t\t\t\tif (isFullScreen()) cFullScreen();\r\n\t\t\t\t\t\t\t\tnext_track();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction timerDisplay(e){\r\n\t\t\t\t\t\t\t\tif(video.buffered.length > 0){\r\n\t\t\t\t\t\t\t\t\tvar x = e.clientX;\r\n\t\t\t\t\t\t\t\t\tvar l=container.getBoundingClientRect().left;\r\n\t\t\t\t\t\t\t\t\tvar w=hover_timer_box.offsetWidth;\r\n\t\t\t\t\t\t\t\t\tvar pos = x-l;\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\tvar mouse_pos_percent= (pos\/video_width)*100;\r\n\t\t\t\t\t\t\t\t\tvar mouse_pos_time=duration_time*(mouse_pos_percent\/100);\r\n\t\t\t\t\t\t\t\t\tvar curmins = Math.floor(mouse_pos_time \/ 60);\r\n\t\t\t\t\t\t\t\t\tvar cursecs = Math.floor(mouse_pos_time - curmins * 60);\r\n\t\t\t\t\t\t\t\t\tif(cursecs < 10){ cursecs=\"0\"+cursecs; }\r\n\t\t\t\t\t\t\t\t\tif(curmins < 10){ curmins=\"0\"+curmins; }\r\n\t\t\t\t\t\t\t\t\t\/\/hover_timer_box.style.webkitAnimationName=\"opacity\";\r\n\t\t\t\t\t\t\t\t\thover_timer_box.style.opacity=\"1\";\r\n\t\t\t\t\t\t\t\t\thover_timer_box.style.display = \"block\";\r\n\t\t\t\t\t\t\t\t\thover_timer_box.style.left = x-l-w\/2+\"px\";\r\n\t\t\t\t\t\t\t\t\thover_timer.innerHTML = curmins+\":\"+cursecs;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction timerNotDisplay(e){\r\n\t\t\t\t\t\t\t\thover_timer_box.style.display = \"none\";\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction keyFunctions(e){\r\n\t\t\t\t\t\t\t\tswitch(e.keyCode){\r\n\t\t\t\t\t\t\t\t\tcase 40:\r\n\t\t\t\t\t\t\t\t\t\tvar curent_volume=video.volume;\r\n\t\t\t\t\t\t\t\t\t\tvar curent_volume_percent=curent_volume*100;\r\n\t\t\t\t\t\t\t\t\t\tif(curent_volume_percent>0){\r\n\t\t\t\t\t\t\t\t\t\t\tvar new_volume_percent=curent_volume_percent-10;\r\n\t\t\t\t\t\t\t\t\t\t\tif(new_volume_percent<=0){\r\n\t\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t\t\tvolume_before.style.width=\"0px\";\r\n\t\t\t\t\t\t\t\t\t\t\t\tvolume_current.style.left=\"0px\";\r\n\t\t\t\t\t\t\t\t\t\t\t\tvideo.muted=true;\r\n\t\t\t\t\t\t\t\t\t\t\t\tvolume=0;\r\n\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\tif(new_volume_percent<70){\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar new_volume=new_volume_percent\/100;\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar volume_handle_width=volume_handle.offsetWidth;\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar new_position=new_volume*volume_handle_width;\r\n\t\t\t\t\t\t\t\t\t\t\t\tvolume_before.style.width=new_position+\"px\";\r\n\t\t\t\t\t\t\t\t\t\t\t\tvolume_current.style.left=new_position+\"px\";\r\n\t\t\t\t\t\t\t\t\t\t\t\tvideo.muted=false;\r\n\t\t\t\t\t\t\t\t\t\t\t\tvideo.volume=new_volume;\r\n\t\t\t\t\t\t\t\t\t\t\t\tvolume=new_volume;\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t\tcase 38:\r\n\t\t\t\t\t\t\t\t\t\tvar curent_volume=video.volume;\r\n\t\t\t\t\t\t\t\t\t\tvar curent_volume_percent=curent_volume*100;\r\n\t\t\t\t\t\t\t\t\t\tif(curent_volume_percent<100){\r\n\t\t\t\t\t\t\t\t\t\t\tvar new_volume_percent=curent_volume_percent+10;\r\n\t\t\t\t\t\t\t\t\t\t\tif(new_volume_percent>100){\r\n\t\t\t\t\t\t\t\t\t\t\t\tnew_volume_percent=100;\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\tif(new_volume_percent<70){\r\n\t\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\tmute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\tvar new_volume=new_volume_percent\/100;\r\n\t\t\t\t\t\t\t\t\t\t\tvar volume_handle_width=volume_handle.offsetWidth;\r\n\t\t\t\t\t\t\t\t\t\t\tvar new_position=new_volume*volume_handle_width;\r\n\t\t\t\t\t\t\t\t\t\t\tvolume_before.style.width=new_position+\"px\";\r\n\t\t\t\t\t\t\t\t\t\t\tvolume_current.style.left=new_position+\"px\";\r\n\t\t\t\t\t\t\t\t\t\t\tvideo.volume=new_volume;\r\n\t\t\t\t\t\t\t\t\t\t\tvideo.muted=false;\r\n\t\t\t\t\t\t\t\t\t\t\tvolume=new_volume;\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t\tcase 39:\r\n\t\t\t\t\t\t\t\t\t\tstep_forward();\r\n\t\t\t\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t\tcase 37:\r\n\t\t\t\t\t\t\t\t\t\tstep_back();\r\n\t\t\t\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t\tcase 32:\r\n\t\t\t\t\t\t\t\t\t\tVideoClickPlayPause();\r\n\t\t\t\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction huge_it_single_video_responsive(){\r\n\t\t\t\t\t\t\t\tvar video_parent=container.parentNode;\r\n\t\t\t\t\t\t\t\tvar video_parent_width=video_parent.offsetWidth;\r\n\t\t\t\t\t\t\t\tif(video_parent_width<=video_param_width && !isFullScreen()){\r\n\t\t\t\t\t\t\t\t\t\/*container.style.width=\"100%\";*\/\r\n\t\t\t\t\t\t\t\t\taddClass(\"fullwidth\",container);\r\n\t\t\t\t\t\t\t\t\tjQuery.when(huge_it_single_video_responsive).done(function(){\r\n\t\t\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\t\t\tvideo_width=video.offsetWidth;\r\n\t\t\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"fullwidth\",container);\r\n\t\t\t\t\t\t\t\t\t\/*container.style.width=video_param_width+\"px\";*\/\r\n\t\t\t\t\t\t\t\t\tjQuery.when(huge_it_single_video_responsive).done(function(){\r\n\t\t\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\t\t\tvideo_width=video.offsetWidth;\r\n\t\t\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tfunction videoResized(){\r\n\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\tvideo_width=video.offsetWidth;\r\n\t\t\t\t\t\t\t\t},500);\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\r\n\t\t\t\t\t\t\t\/* ADD EVENT LISTENERS *\/\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"timeupdate\",timeupdate,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"playing\",progressHandler,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"loadeddata\",progressHandler,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"canplaythrough\",progressHandler,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"progress\",progressHandler,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"waiting\",waiting,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"canplay\",notWaiting,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"ended\",videoEnd,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"resize\",videoResized,false);\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"click\",VideoClickPlayPause,false);\r\n\t\t\t\t\t\t\tvideo.addEventListener(\"dblclick\",toggle_full_screen,false);\r\n\t\t\t\t\t\t\tcenter_play_icon.addEventListener(\"click\",VideoClickPlayPause,false);\r\n\t\t\t\t\t\t\tcenter_pause_icon.addEventListener(\"click\",VideoClickPlayPause,false);\r\n\t\t\t\t\t\t\tcenter_wait_icon.addEventListener(\"click\",VideoClickPlayPause,false);\r\n\t\t\t\t\t\t\tthumb_box.addEventListener(\"click\",PlayPause,false);\r\n\t\t\t\t\t\t\tplay_btn.addEventListener(\"click\",PlayPause,false);\r\n\t\t\t\t\t\t\tbackward_btn.addEventListener(\"click\",step_back,false);\r\n\t\t\t\t\t\t\tforward_btn.addEventListener(\"click\",step_forward,false);\r\n\t\t\t\t\t\t\tmute_btn.addEventListener(\"click\",toggle_mute,false);\r\n\t\t\t\t\t\t\tfullscreen_btn.addEventListener(\"click\",toggle_full_screen,false);\r\n\t\t\t\t\t\t\tcontainer.addEventListener('webkitfullscreenchange', exitHandler, false);\r\n\t\t\t\t\t\t\tcontainer.addEventListener('mozfullscreenchange', exitHandler, false);\r\n\t\t\t\t\t\t\tcontainer.addEventListener('fullscreenchange', exitHandler, false);\r\n\t\t\t\t\t\t\tcontainer.addEventListener('MSFullscreenChange', exitHandler, false);\r\n\t\t\t\t\t\t\tprogress_bar.addEventListener(\"mouseover\",timerDisplay,false);\r\n\t\t\t\t\t\t\tprogress_bar.addEventListener(\"mousemove\",timerDisplay,false);\r\n\t\t\t\t\t\t\tprogress_bar.addEventListener(\"mouseout\",timerNotDisplay,false);\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/* KEYBOARD *\/\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\t\t\tcontainer.addEventListener(\"mouseover\",function(){\r\n\t\t\t\t\t\t\t\twindow.addEventListener(\"keydown\",keyFunctions,false);\r\n\t\t\t\t\t\t\t},false)\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\tcontainer.addEventListener(\"mouseout\",function(){\r\n\t\t\t\t\t\t\t\twindow.removeEventListener(\"keydown\",keyFunctions,false);\r\n\t\t\t\t\t\t\t},false)\r\n\t\t\t\t\t\t\t\/* *** *\/\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/* VIDEO SEEKING *\/\r\n\t\t\t\t\t\t\tprogress_bar.addEventListener(\"mousedown\",function(e){\r\n\t\t\t\t\t\t\t\tdragging=1;\r\n\t\t\t\t\t\t\t\tvidSeeking(e);\r\n\t\t\t\t\t\t\t},false);\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\twindow.addEventListener(\"mousemove\",function(e){\r\n\t\t\t\t\t\t\t\tif(dragging==1){\r\n\t\t\t\t\t\t\t\t\tif(paused!=1){\r\n\t\t\t\t\t\t\t\t\t\tvideo.pause();\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tvidSeeking(e);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},false);\r\n\t\t\t\t\t\t\twindow.addEventListener(\"mouseup\",function(){\r\n\t\t\t\t\t\t\t\tif(dragging==1){\r\n\t\t\t\t\t\t\t\t\tif(paused!==1){\r\n\t\t\t\t\t\t\t\t\t\tvideo.play();\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\taddClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tdragging=\"\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},false);\r\n\t\t\t\t\t\t\t\/* VOLUME CHANGING *\/\r\n\t\t\t\t\t\t\tvolume_handle.addEventListener(\"mousedown\", function (e) {\r\n\t\t\t\t\t\t\t\tvolume_dragging = 1;\r\n\t\t\t\t\t\t\t\tsetVolume(e);\r\n\t\t\t\t\t\t\t}, false);\r\n\t\t\t\t\t\t\twindow.addEventListener(\"mousemove\", function (e) {\r\n\t\t\t\t\t\t\t\tif (volume_dragging == 1) {\r\n\t\t\t\t\t\t\t\t\tsetVolume(e);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}, false);\r\n\t\t\t\t\t\t\twindow.addEventListener(\"mouseup\", function () {\r\n\t\t\t\t\t\t\t\tif (volume_dragging == 1) {\r\n\t\t\t\t\t\t\t\t\tvolume_dragging = \"\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}, false);\r\n\r\n\t\t\t\t\t\t\tvar timeout;\r\n\t\t\t\t\t\t\tcontainer.onmousemove = function () {\r\n\t\t\t\t\t\t\t\tif (isFullScreen()) {\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"hide_controls\", container);\r\n\t\t\t\t\t\t\t\t\tclearTimeout(timeout);\r\n\t\t\t\t\t\t\t\t\ttimeout = setTimeout(function () {\r\n\t\t\t\t\t\t\t\t\t\taddClass(\"hide_controls\", container);\r\n\t\t\t\t\t\t\t\t\t}, 3000);\r\n\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction init_playlist_active_item(){\r\n\t\t\t\t\t\t\/* youtube player container *\/\r\n\t\t\t\t\t\tyoutube=global_container.querySelector(\"#youtube_player_816\");\r\n\t\t\t\t\t\tjQ_youtube=jQuery(\"#youtube_player_816\");\r\n\t\t\t\t\t\t\/* vimeo player container *\/\r\n\t\t\t\t\t\tvimeo_js=global_container.querySelector(\"#vimeo_816\");\r\n\t\t\t\t\t\tjQ_vimeo=jQuery(\"#vimeo_816\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tvar active=playlist_container.querySelector(\"li.active\")\r\n\t\t\t\t\t\tvar id=active.getAttribute(\"data-item-id\");\r\n\t\t\t\t\t\tvar type=active.getAttribute(\"data-type\");\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tswitch(type){\r\n\t\t\t\t\t\t\tcase \"custom\":\r\n\t\t\t\t\t\t\t\t\/* HIDE YOUTUBE PLAYER *\/\r\n\t\t\t\t\t\t\t\tyoutube.style.display=\"none\";\r\n\t\t\t\t\t\t\t\tif(typeof youtube_player.loadVideoById === 'function'){\r\n\t\t\t\t\t\t\t\t\tyoutube_player.loadVideoById(\"\");\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t\/* HIDE VIMEO PLAYER *\/ \r\n\t\t\t\t\t\t\t\tvimeo_player.setAttribute(\"src\",\"\");\r\n\t\t\t\t\t\t\t\tvimeo_js.style.display=\"none\";\r\n\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t\/* DISPLAY CUSTOM VIDEO *\/\r\n\t\t\t\t\t\t\t\tcontainer.style.display=\"block\";\r\n\t\t\t\t\t\t\t\tvar ContainerParent = document.getElementById(\"huge_it_album_video_player_816\");\r\n\t\t\t\t\t\t\t\tvar src=active.getAttribute(\"data-src\");\r\n\t\t\t\t\t\t\t\tvar thumb=active.getAttribute(\"data-poster\");\r\n\t\t\t\t\t\t\t\tvar title=ContainerParent.querySelector('li.active');\r\n\t\t\t\t\t\t\t\ttitle=title.getAttribute(\"data-title\");\r\n\t\t\t\t\t\t\t\tcontainer.querySelector(\"video\").setAttribute(\"src\",src);\r\n\t\t\t\t\t\t\t\tif(title == '')\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".huge_it_video_player_top\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\telse \r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".huge_it_video_player_top\").style.display=\"block\";\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".video_title\").innerHTML=title;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(playlist_autoplay==\"true\"){\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\"video\").autoplay = true;\r\n\t\t\t\t\t\t\t\t\taddClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"poster\",container);\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".thumbnail_block\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".play_pause\").innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\r\n\t\t\t\t\t\t\t\t\tplaylist_autoplay=\"true\";\r\n\t\t\t\t\t\t\t\t\tprogressHandler();\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\"video\").autoplay = false;\r\n\t\t\t\t\t\t\t\t\tremoveClass(\"playing\",container);\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".play_pause\").innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\r\n\t\t\t\t\t\t\t\t\taddClass(\"poster\",container);\r\n\t\t\t\t\t\t\t\t\tif(thumb != \"\"){\r\n\t\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".thumbnail_block img\").setAttribute(\"src\",thumb);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\tcontainer.querySelector(\".thumbnail_block\").style.display=\"block\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase \"youtube\":\r\n\t\t\t\t\t\t\t\t\/* DISPLAY YOUTUBE PLAYER *\/\r\n\t\t\t\t\t\t\t\tvar id=active.getAttribute(\"data-video-id\");\r\n\t\t\t\t\t\t\t\tvar thumb=active.getAttribute(\"data-poster\");\r\n                                if(typeof youtube_player.loadVideoById === 'function') {\r\n                                    youtube_player.loadVideoById(id);\r\n                                }\r\n\t\t\t\t\t\t\t\tyoutube.style.display=\"block\";\r\n                                youtube.style.height=video_param_aprox_height+\"px\";\r\n\r\n\t\t\t\t\t\t\t\tif(playlist_autoplay==\"true\"){\r\n\t\t\t\t\t\t\t\t\tyoutube_player.playVideo();\r\n\t\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t}else{\r\n                                    if(typeof youtube_player.pauseVideo === 'function') {\r\n                                        youtube_player.pauseVideo();\r\n                                    }\r\n\t\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb img.thumb\").setAttribute(\"src\",thumb);\r\n\t\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb\").style.display=\"block\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\/* HIDE VIMEO PLAYER *\/ \r\n\t\t\t\t\t\t\t\tvimeo_player.setAttribute(\"src\",\"\");\r\n\t\t\t\t\t\t\t\tvimeo_js.style.display=\"none\";\r\n\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t\/* HIDE CUSTOM VIDEO *\/\r\n\t\t\t\t\t\t\t\tcontainer.style.display=\"none\";\r\n\t\t\t\t\t\t\t\tcontainer.querySelector(\"video\").setAttribute(\"src\",\"\");\r\n\t\t\t\t\t\t\t\tcontainer.querySelector(\".thumbnail_block\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase \"vimeo\":\r\n\t\t\t\t\t\t\t\t\/* HIDE YOUTUBE PLAYER *\/\r\n\t\t\t\t\t\t\t\tyoutube.style.display=\"none\";\r\n                                if(typeof youtube_player.loadVideoById === 'function') {\r\n                                    youtube_player.loadVideoById(\"\");\r\n                                }\r\n\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t\/* DISPLAY VIMEO PLAYER *\/ \r\n\t\t\t\t\t\t\t\tvar id=active.getAttribute(\"data-video-id\");\r\n\t\t\t\t\t\t\t\tvar thumb=active.getAttribute(\"data-poster\");\r\n\t\t\t\t\t\t\t\tvar vimeo_autoplay;\r\n\t\t\t\t\t\t\t\tif(playlist_autoplay==\"true\"){\r\n\t\t\t\t\t\t\t\t\tvimeo_autoplay=\"&autoplay=1\";\r\n\t\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\tvimeo_autoplay=\"\";\r\n\t\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb img.thumb\").setAttribute(\"src\",thumb);\r\n\t\t\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb\").style.display=\"block\";\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tvimeo_player.setAttribute(\"src\",\"https:\/\/player.vimeo.com\/video\/\"+id+\"?api=1&color=00adef&player_id=vimeo_816&fullscreen=0\"+vimeo_autoplay);\r\n\t\t\t\t\t\t\t\tvimeo_js.style.display=\"block\";\r\n\t\t\t\t\t\t\t\t\/* HIDE CUSTOM VIDEO *\/\r\n\t\t\t\t\t\t\t\tcontainer.style.display=\"none\";\r\n\t\t\t\t\t\t\t\tcontainer.querySelector(\"video\").setAttribute(\"src\",\"\");\r\n\t\t\t\t\t\t\t\tcontainer.querySelector(\".thumbnail_block\").style.display=\"none\";\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction next_track(){\r\n\t\t\t\t\t\tvar active=jQ_items.parent().find(\"li.active\");\r\n\t\t\t\t\t\tvar active_id=active.data(\"item-id\");\r\n\t\t\t\t\t\tvar max_id=jQ_items.length-1;\r\n\t\t\t\t\t\tvar next;\r\n\t\t\t\t\t\tif(active_id!=max_id){\r\n\t\t\t\t\t\t\tnext=active_id+1;\r\n\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\tnext=0;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tactive.removeClass(\"active\");\r\n\t\t\t\t\t\tjQ_items.eq(next).addClass(\"active\");\r\n\t\t\t\t\t\tinit_playlist_active_item();\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction change_track(el){\r\n\t\t\t\t\t\tvar active=el.parent().find(\"li.active\");\r\n\t\t\t\t\t\tvar active_id=active.data(\"item-id\");\r\n\t\t\t\t\t\tvar this_id=el.data(\"item-id\");\r\n\t\t\t\t\t\tvar max_id=jQ_items.length-1;\r\n\t\t\t\t\t\tif(this_id!=active_id){\r\n\t\t\t\t\t\t\tactive.removeClass(\"active\");\r\n\t\t\t\t\t\t\tel.addClass(\"active\");\r\n\t\t\t\t\t\t\tjQuery.when(change_track).done(function(){\r\n\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\tinit_playlist_active_item();\r\n\t\t\t\t\t\t\t\t},100);\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction huge_it_playlist_responsive(){\r\n\t\t\t\t\t\tvar computedStyle = getComputedStyle(global_container.parentNode);\r\n\t\t\t\t\t\tvar a=global_container.parentNode.clientWidth-parseFloat(computedStyle.paddingRight)-parseFloat(computedStyle.paddingLeft);\r\n\t\t\t\t\t\tif(player_width>=a){\r\n\t\t\t\t\t\t\taddClass(\"fullwidth\",global_container);\r\n\t\t\t\t\t\t\tjQuery.when(change_track).done(function(){\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tsetTimeout(function(){\r\n\t\t\t\t\t\t\t\t\tvar player_width=global_container.offsetWidth;\r\n\t\t\t\t\t\t\t\t\tvar player_aprox_height=player_width*0.56;\r\n\t\t\t\t\t\t\t\t\tyoutube.style.height=player_aprox_height+\"px\";\r\n\t\t\t\t\t\t\t\t\tvimeo_js.style.height=player_aprox_height+\"px\";\r\n\t\t\t\t\t\t\t\t},100);\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\tremoveClass(\"fullwidth\",global_container);\r\n\t\t\t\t\t\t\tyoutube.style.height=video_param_aprox_height+\"px\";\r\n\t\t\t\t\t\t\tvimeo_js.style.height=video_param_aprox_height+\"px\";\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction removeVimeoThumb(){\r\n\t\t\t\t\t\tvar active=playlist_container.querySelector(\"li.active\");\r\n\t\t\t\t\t\tvar type=active.getAttribute(\"data-type\");\r\n\t\t\t\t\t\tif(type==\"vimeo\"){\r\n\t\t\t\t\t\t\tvar id=active.getAttribute(\"data-video-id\");\r\n\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb\").style.display=\"none\";\r\n\t\t\t\t\t\t\tvimeo_player.setAttribute(\"src\",\"https:\/\/player.vimeo.com\/video\/\"+id+\"?api=1&color=00adef&portrait=1&player_id=vimeo_816&fullscreen=0&autoplay=1\");\r\n\t\t\t\t\t\t\tplaylist_autoplay=\"true\";\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\tfunction removeYoutubeThumb(){\r\n\t\t\t\t\t\tvar active=playlist_container.querySelector(\"li.active\");\r\n\t\t\t\t\t\tvar type=active.getAttribute(\"data-type\");\r\n\t\t\t\t\t\tif(type==\"youtube\"){\r\n\t\t\t\t\t\t\tvar id=active.getAttribute(\"data-video-id\");\r\n\t\t\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb\").style.display=\"none\";\r\n                            if(typeof youtube_player.loadVideoById === 'function') {\r\n                                youtube_player.loadVideoById(id);\r\n                            }\r\n\t\t\t\t\t\t\tyoutube_player.playVideo();\r\n\t\t\t\t\t\t\tplaylist_autoplay=\"true\";\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\/* ADD EVENT LISTENERS *\/\r\n\t\t\t\t\tinit_playlist_custom_video();\r\n\t\t\t\t\t\r\n\t\t\t\t\thuge_it_playlist_responsive();\r\n\t\t\t\t\tjQuery(window).on(\"resize\",function(){\r\n\t\t\t\t\t\thuge_it_playlist_responsive();\r\n\t\t\t\t\t});\r\n\t\t\t\t\tjQ_items.on(\"click\",function(){\r\n\t\t\t\t\t\tchange_track(jQuery(this));\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #youtube_816_thumb\").addEventListener(\"click\",removeYoutubeThumb,false);\r\n\t\t\t\t\tglobal_container.querySelector(\".players_wrapper #vimeo_816_thumb\").addEventListener(\"click\",removeVimeoThumb,false);\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\t\t\t}\r\n\t\t\t\/* *** *\/\r\n\t\t}\r\n\t}\r\n});\r\n\t\t\t<\/script>\r\n\t\t\t<style>\r\n\t\t\t\/*\r\n\t\t\tparameters\r\n\t\t\t*\/\r\n\t\t\t#huge_it_album_video_player_816 {\r\n\t\t\t\twidth:720px;\r\n\t\t\t\theight:auto;\r\n\t\t\t\t\t\t\t\t\t\tmargin:0px auto;\r\n\t\t\t\t\t\t\t\t\t\tmargin-top:5px;\r\n\t\t\t\tmargin-bottom:5px;\r\n\t\t\t\tbackground:#EEEEEE;\r\n\t\t\t\tborder:0px solid #009BE3;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper {\r\n\t\t\t\t\t\t\t\t\t\tfloat:left;\r\n\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .custom_thumb,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .thumbnail_block {\r\n\t\t\t\tbackground:#f1f1f1;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:100%;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper > iframe {\r\n\t\t\t\theight:241.92px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper {\r\n\t\t\t\twidth:432px;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816.align_bottom .players_wrapper {\r\n\t\t\t\twidth:720px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .thumbnail_block {\r\n\t\t\t\tbackground:#EEEEEE;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom {\r\n\t\t\t\tbackground:rgba(51,51,51,0);\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .huge_it_player .thumbnail_block .thumbnail_play,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_center,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_controls .control {\r\n\t\t\t\tcolor:#FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_controls .control:hover,\r\n\t\t\t#huge_it_album_video_player_816 .huge_it_player .thumbnail_block .thumbnail_play:hover {\r\n\t\t\t\tcolor:#FFFFFF !important;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\r\n\t\t\t\tbackground:transparent;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\r\n\t\t\t\tbackground:rgba(255,255,255,0.2);\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n\t\t\t\tbackground:rgba(255,255,255,0.4);\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played{\r\n\t\t\t\tbackground:#F12B24;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n\t\t\t\tbackground:#F12B24 !important;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_controls .timer .current_time {\r\n\t\t\t\tcolor:#FFFFFF;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_controls .timer .separator,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_video_player_bottom .huge_it_video_player_controls .timer .duration_time {\r\n\t\t\t\tcolor:#DDDDDD;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper,\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul {\r\n\t\t\t\tbackground:#000000;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper h3 {\r\n\t\t\t\tcolor:#FFFFFF;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item:hover {\r\n\t\t\t\tbackground:#525252;\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item.active {\r\n\t\t\t\tbackground:#525252;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item .playlist_button .item_title {\r\n\t\t\t\tcolor:#FFFFFF;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item:hover .playlist_button .item_title {\r\n\t\t\t\tcolor:#FFFFFF;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item.active .playlist_button .item_title {\r\n\t\t\t\tcolor:#FFFFFF;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar-thumb {\r\n\t\t\t\tborder-left-color: #CCCCCC;\r\n\t\t\t\tbackground: #CCCCCC;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar-track {\r\n\t\t\t\tborder-left-color: #444444;\r\n\t\t\t\tbackground: #444444;\r\n\t\t\t\t-webkit-box-shadow: inset 0 0 1px #444444;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar-thumb:hover {\r\n\t\t\t\tborder-left-color: #AAAAAA;\r\n\t\t\t\tbackground: #AAAAAA;\r\n\t\t\t}\r\n\r\n\t\t\t\/*\r\n\t\t\tstatic\r\n\t\t\t*\/\r\n\r\n\t\t\t#huge_it_album_video_player_816 {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:table;\r\n\t\t\t\theight:auto;\r\n\t\t\t\tmin-width:250px;\r\n\t\t\t\tfont-size:15px;\r\n\t\t\t\tfont-weight:normal;\r\n\t\t\t\tfont-family:Roboto, Arial, Helvetica, sans-serif;\r\n\t\t\t\tfont-style:normal;\r\n\t\t\t\tline-height:1;\r\n\t\t\t\tuser-select:none;\r\n\t\t\t\t-webkit-user-select:none;\r\n\t\t\t\t-moz-user-select:none;\r\n\t\t\t\t-o-user-select:none;\r\n\t\t\t\t-ms-user-select:none;\r\n\t\t\t\tbox-sizing:content-box;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816.fullwidth {\r\n\t\t\t\twidth:100%;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:table;\r\n\t\t\t\theight:auto;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816.fullwidth .players_wrapper {\r\n\t\t\t\twidth:100%;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:table;\r\n\t\t\t\theight:auto;\r\n\t\t\t\tmin-width:250px;\r\n\t\t\t\tfont-size:15px;\r\n\t\t\t\tfont-weight:normal;\r\n\t\t\t\tfont-family:Roboto, Arial, Helvetica, sans-serif;\r\n\t\t\t\tfont-style:normal;\r\n\t\t\t\tline-height:1;\r\n\t\t\t\tuser-select:none;\r\n\t\t\t\t-webkit-user-select:none;\r\n\t\t\t\t-moz-user-select:none;\r\n\t\t\t\t-o-user-select:none;\r\n\t\t\t\t-ms-user-select:none;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816.loading {\r\n\t\t\t\toverflow:hidden;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .load_icon {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:100%;\r\n\t\t\t\tbackground:#fff;\r\n\t\t\t\tz-index:15;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .load_icon img {\r\n\t\t\t\twidth:50px;\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\ttop:50%;\r\n\t\t\t\tleft:50%;\r\n\t\t\t\tmargin-left:-40px;\r\n\t\t\t\tmargin-top:30px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_player,\r\n\t\t\t#huge_it_album_video_player_816 .playlist_player iframe {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:auto;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t\tz-index:5;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.poster {\r\n\t\t\t\toverflow:hidden;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullwidth {\r\n\t\t\t\twidth:100%;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen {\r\n\t\t\t\twidth:100%;\r\n\t\t\t\ttransition:none;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen video {\r\n\t\t\t\twidth:100%;\r\n\t\t\t\tmax-height:100%;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player div[data-title]:hover:after {\r\n\t\t\t\tcontent: attr(data-title);\r\n\t\t\t\tpadding:8px 10px;\r\n\t\t\t\tcolor: #fff;\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tleft:0;\r\n\t\t\t\tbottom: calc(100% + 20px);\r\n\t\t\t\tbottom: -webkit-calc(100% + 20px);\r\n\t\t\t\tbottom: -moz-calc(100% + 20px);\r\n\t\t\t\tbottom: -ms-calc(100% + 20px);\r\n\t\t\t\tbottom: -o-calc(100% + 20px);\r\n\t\t\t\twhite-space: nowrap;\r\n\t\t\t\tz-index:6;\r\n\t\t\t\tfont-size:12px;\r\n\t\t\t\tbackground:#444;\r\n\t\t\t\tborder-radius:2px;\r\n\t\t\t\tline-height:1;\r\n\t\t\t\t-moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_player {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:100%;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_player video {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:auto;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t\tz-index:5;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .thumbnail_block {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:none;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\ttop:0px;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:100%;\r\n\t\t\t\toverflow:hidden;\r\n\t\t\t\tz-index:10;\r\n\t\t\t\ttext-align:center;\r\n\t\t\t\tvertical-align:middle;\r\n\t\t\t\twhite-space:nowrap;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.poster .thumbnail_block {\r\n\t\t\t\tdisplay:block;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .thumbnail_block img {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\ttop:0px;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\tmax-height:none;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .thumbnail_block .thumbnail_play {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tleft:50%;\r\n\t\t\t\ttop:50%;\r\n\t\t\t\tmargin:-30px 0px 0px -30px;\r\n\t\t\t\twidth:60px;\r\n\t\t\t\theight:60px;\r\n\t\t\t\tfont-size:58px;\r\n\t\t\t\tline-height:60px;\r\n\t\t\t\ttext-align:center;\r\n\t\t\t\tcursor:poiner;\r\n\t\t\t\ttransition:transform .2s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\tcursor:pointer;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .thumbnail_block .thumbnail_play:hover {\r\n\t\t\t\ttransform:scale(1.05,1.05);\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_top {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop: 0px;\r\n\t\t\t\tleft: 0px;\r\n\t\t\t\twidth: calc(100% - 30px);\r\n\t\t\t\twidth: -webkit-calc(100% - 30px);\r\n\t\t\t\twidth: -moz-calc(100% - 30px);\r\n\t\t\t\twidth: -o-calc(100% - 30px);\r\n\t\t\t\twidth: -ms-calc(100% - 30px);\r\n\t\t\t\tpadding: 15px;\r\n\t\t\t\tbackground:rgba(0,0,0,.1);\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t\toverflow: hidden;\r\n\t\t\t\tz-index:11;\r\n\t\t\t\twebkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_top,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.hide_controls.playing .huge_it_video_player_top {\r\n\t\t\t\topacity:0;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing:not(.hide_controls):hover .huge_it_video_player_top {\r\n\t\t\t\topacity:1;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_top .video_title {\r\n\t\t\t\tcolor: #fff;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tbottom:0px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\theight:50px;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\tz-index:6;\r\n\t\t\t\twebkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom {\r\n\t\t\t\theight:80px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom {\r\n\t\t\t\topacity:0;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.hide_controls.playing .huge_it_video_player_bottom {\r\n\t\t\t\topacity:0;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing:not(.hide_controls):hover .huge_it_video_player_bottom {\r\n\t\t\t\topacity:1;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\tbottom:30px;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:20px;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t\tline-height:1;\r\n\t\t\t\tcursor:pointer;\r\n\t\t\t\t-moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransform-origin:center center;\r\n\t\t\t\t-webkit-transform-origin:center center;\r\n\t\t\t\t-moz-transform-origin:center center;\r\n\t\t\t\t-o-transform-origin:center center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\r\n\t\t\t\theight:30px;\r\n\t\t\t\tbottom:50px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tbottom:7.5px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:5px;\r\n\t\t\t\tz-index:6;\r\n\t\t\t\t-moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransform-origin:center center;\r\n\t\t\t\t-webkit-transform-origin:center center;\r\n\t\t\t\t-moz-transform-origin:center center;\r\n\t\t\t\t-o-transform-origin:center center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\r\n\t\t\t\tbottom:11px;\r\n\t\t\t\theight:8px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tbottom:7.5px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\twidth:0px;\r\n\t\t\t\theight:5px;\r\n\t\t\t\tz-index:8;\r\n\t\t\t\t-moz-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-webkit-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-ms-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition:height .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransform-origin:center center;\r\n\t\t\t\t-webkit-transform-origin:center center;\r\n\t\t\t\t-moz-transform-origin:center center;\r\n\t\t\t\t-o-transform-origin:center center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played {\r\n\t\t\t\tbottom:11px;\r\n\t\t\t\theight:8px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tbottom:3.5px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\twidth:13px;\r\n\t\t\t\theight:13px;\r\n\t\t\t\tmargin-left:-6.5px;\r\n\t\t\t\tbackground:#f12b24;\r\n\t\t\t\tborder-radius:6.5px;\r\n\t\t\t\tz-index:9;\r\n\t\t\t\tcursor:pointer;\r\n\t\t\t\t-moz-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-webkit-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-ms-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransform-origin:center center;\r\n\t\t\t\t-webkit-transform-origin:center center;\r\n\t\t\t\t-moz-transform-origin:center center;\r\n\t\t\t\t-o-transform-origin:center center;\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n\t\t\t\tbottom:5px;\r\n\t\t\t\twidth:20px;\r\n\t\t\t\theight:20px;\r\n\t\t\t\tborder-radius:10px;\r\n\t\t\t\tmargin-left:-10px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\r\n\t\t\t\ttransform:scale(0,0);\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .thumb {\r\n\t\t\t\ttransform:scale(1,1);\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tbottom:7.5px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\twidth:0px;\r\n\t\t\t\theight:5px;\r\n\t\t\t\tz-index:7;\r\n\t\t\t\t-moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\t-ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransition:all .1s cubic-bezier(0.0,0.0,0.2,1);\r\n\t\t\t\ttransform-origin:center center;\r\n\t\t\t\t-webkit-transform-origin:center center;\r\n\t\t\t\t-moz-transform-origin:center center;\r\n\t\t\t\t-o-transform-origin:center center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n\t\t\t\tbottom:11px;\r\n\t\t\t\theight:8px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n\t\t\t\tbottom:8.5px;\r\n\t\t\t\theight:3px;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\r\n\t\t\t\tbottom:12.5px;\r\n\t\t\t\theight:5px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .duration,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .played,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .buffered {\r\n\t\t\t\tbottom:7.5px;\r\n\t\t\t\theight:5px;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .duration,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .played,\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .buffered {\r\n\t\t\t\tbottom:11px;\r\n\t\t\t\theight:8px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_duration_slide .hover_timer {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tdisplay:none;\r\n\t\t\t\tleft:0;\r\n\t\t\t\tbottom:100%;\r\n\t\t\t\tpadding: 5px 9px;\r\n\t\t\t\tmax-width: 200px;\r\n\t\t\t\tbackground:rgba(28,28,28,0.8);\r\n\t\t\t\tborder-radius:2px;\r\n\t\t\t\twhite-space: nowrap;\r\n\t\t\t\tword-wrap: normal;\r\n\t\t\t\t-o-text-overflow: ellipsis;\r\n\t\t\t\ttext-overflow: ellipsis;\r\n\t\t\t\tfont-size:11px;\r\n\t\t\t\tline-height:1;\r\n\t\t\t\tcolor: #fff;\r\n\t\t\t\tz-index:6;\r\n\t\t\t\t -moz-transform: none;\r\n\t\t\t\t-ms-transform: none;\r\n\t\t\t\t-webkit-transform: none;\r\n\t\t\t\ttransform: none;\r\n\t\t\t\t-moz-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n\t\t\t\t-webkit-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n\t\t\t\t-ms-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n\t\t\t\ttransition:opacity .1s cubic-bezier(0.4,0.0,1,1);\r\n\t\t\t\t -webkit-animation-duration:.1s;\r\n\t\t\t\t-webkit-animation-iteration-count:1;\r\n\t\t\t\t-webkit-animation-timing-function: cubic-bezier(0.4,0.0,1,1);\r\n\t\t\t\topacity:0;\r\n\t\t\t}\r\n\r\n\t\t\t@-webkit-keyframes opacity {\r\n\t\t\t\t0% {\r\n\t\t\t\t\topacity:0;\r\n\t\t\t\t}\r\n\t\t\t\t100% {\r\n\t\t\t\t\topacity:1;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\tbottom:0px;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:30px;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls {\r\n\t\t\t\ttext-align:center;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls {\r\n\t\t\t\theight:50px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .control {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\twidth:30px;\r\n\t\t\t\theight:30px;\r\n\t\t\t\tmargin:0px 0px 0px 5px;\r\n\t\t\t\tfont-size:16px;\r\n\t\t\t\tline-height:30px;\r\n\t\t\t\ttext-align:center;\r\n\t\t\t\tvertical-align:top;\r\n\t\t\t\tcursor:pointer;\r\n\t\t\t}\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .control i{\r\n                                line-height: inherit;\r\n                        }\r\n\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .control {\r\n\t\t\t\twidth:50px;\r\n\t\t\t\theight:50px;\r\n\t\t\t\tmargin:0px 0px 0px 5px;\r\n\t\t\t\tfont-size:30px;\r\n\t\t\t\tline-height:50px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .fast_back {\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls .fast_back {\r\n\t\t\t\tdisplay:none;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .play_pause {\r\n\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls .play_pause {\r\n\t\t\t\tfloat:initial;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .fast_forward {\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls .fast_forward {\r\n\t\t\t\tdisplay:none;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\r\n\t\t\t\tfloat:initial;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.very_small .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\r\n\t\t\t\tdisplay:none;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\twidth:50px;\r\n\t\t\t\theight:30px;\r\n\t\t\t\tbackground: none;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n\t\t\t\tfloat:initial;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.very_small .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n\t\t\t\tdisplay:none;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\twidth:100px;\r\n\t\t\t\theight:50px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop:13.5px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\theight:3px;\r\n\t\t\t\twidth:50px;\r\n\t\t\t\tz-index:7;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before {\r\n\t\t\t\ttop:22.5px;\r\n\t\t\t\theight:5px;\r\n\t\t\t\twidth:100px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_current {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop:8.5px;\r\n\t\t\t\tleft:50px;\r\n\t\t\t\theight:13px;\r\n\t\t\t\twidth: 4px;\r\n\t\t\t\tmargin-left:-2px;\r\n\t\t\t\tbackground: #fff;\r\n\t\t\t\tz-index:8;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_current {\r\n\t\t\t\ttop:15px;\r\n\t\t\t\theight:20px;\r\n\t\t\t\twidth:6px;\r\n\t\t\t\tmargin-left:-3px;\r\n\t\t\t\tleft:100px;\r\n\t\t\t\twidth: 4px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_after {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\ttop:13.5px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\theight:3px;\r\n\t\t\t\twidth:50px;\r\n\t\t\t\tbackground:#fff;\r\n\t\t\t\tz-index:6;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_after {\r\n\t\t\t\ttop:22.5px;\r\n\t\t\t\theight:5px;\r\n\t\t\t\twidth:100px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .timer {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\tmin-width:50px;\r\n\t\t\t\theight:30px;\r\n\t\t\t\tmargin:0px 0px 0px 5px;\r\n\t\t\t\tvertical-align:top;\r\n\t\t\t\tfont-size:11px;\r\n\t\t\t\tline-height:30px;\r\n\t\t\t\tfont-style:normal;\r\n\t\t\t\tfont-weight:normal;\r\n\t\t\t\ttext-align:center;\r\n\t\t\t\tcursor:pointer;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .timer {\r\n\t\t\t\theight:50px;\r\n\t\t\t\tfont-size:14px;\r\n\t\t\t\tline-height:50px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .timer .current_time {\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .timer .separator {\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .timer .duration_time {\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_bottom .huge_it_video_player_controls .full_screen {\r\n\t\t\t\tfloat:right;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player.small .huge_it_video_player_bottom .huge_it_video_player_controls .full_screen {\r\n\t\t\t\tfloat:initial;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_center {\r\n\t\t\t\ttext-align:center;\r\n\t\t\t\tfont-size:15px;\r\n\t\t\t\tline-height:40px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_center div {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:none;\r\n\t\t\t\tleft:50%;\r\n\t\t\t\ttop:50%;\r\n\t\t\t\tmargin-top:-20px;\r\n\t\t\t\theight:40px;\r\n\t\t\t\twidth:40px;\r\n\t\t\t\tmargin-left:-20px;\r\n\t\t\t\tbackground: rgba(0,0,0,.2);\r\n\t\t\t\tborder-radius: 100%;\r\n\t\t\t\ttext-align:center;\r\n\t\t\t\ttransition:all .2s linear;\r\n\t\t\t\t -webkit-animation-duration:.5s;\r\n\t\t\t\t-webkit-animation-iteration-count:1;\r\n\t\t\t\t-webkit-animation-timing-function: linear;\r\n\t\t\t\tz-index:6;\r\n\t\t\t\topacity:0;\r\n\t\t\t}\r\n                        #huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_center i{\r\n                                line-height: 40px;\r\n                        }\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .huge_it_player .huge_it_video_player_center .center_wait {\r\n\t\t\t\tbackground:transparent;\r\n\t\t\t}\r\n\r\n\t\t\t@-webkit-keyframes popup {\r\n\t\t\t\t0% {\r\n\t\t\t\t\topacity:1;\r\n\t\t\t\t\ttransform:scale(1,1);\r\n\t\t\t\t}\r\n\t\t\t\t100% {\r\n\t\t\t\t\topacity:0;\r\n\t\t\t\t\ttransform:scale(3,3);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper {\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:288px;\r\n\t\t\t\theight:100%;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper h3 {\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tfloat: left;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\twidth: calc(100% - 20px);\r\n\t\t\t\twidth: -webkit-calc(100% - 20px);\r\n\t\t\t\twidth: -o-calc(100% - 20px);\r\n\t\t\t\twidth: -moz-calc(100% - 20px);\r\n\t\t\t\theight: 30px;\r\n\t\t\t\tfont-size: 18px;\r\n\t\t\t\tfont-style: normal;\r\n\t\t\t\ttext-shadow: none;\r\n\t\t\t\tmargin: 0px;\r\n\t\t\t\tpadding: 10px;\r\n\t\t\t}\r\n\r\n\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:288px;\r\n\t\t\t\ttop:50px;\r\n\t\t\t\theight:calc(100% - 50px);\r\n\t\t\t\theight:-webkit-calc(100% - 50px);\r\n\t\t\t\theight:-moz-calc(100% - 50px);\r\n\t\t\t\theight:-o-calc(100% - 50px);\r\n\t\t\t\theight:-ms-calc(100% - 50px);\r\n\t\t\t\tmargin:0px;\r\n\t\t\t\tpadding:0px;\r\n\t\t\t\tlist-style-type:none;\r\n\t\t\t\toverflow:auto;\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar-track {\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar {\r\n\t\t\t\twidth: 10px;\r\n\t\t\t\theight: 9px;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar-thumb {\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul::-webkit-scrollbar-thumb:hover {\r\n\t\t\t\t\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t\tpadding:0px;\r\n\t\t\t\toverflow:hidden;\r\n\t\t\t\tlist-style-type:none;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item .playlist_button {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:calc(100% - 20px);\r\n\t\t\t\twidth:-webkit-calc(100% - 20px);\r\n\t\t\t\twidth:-moz-calc(100% - 20px);\r\n\t\t\t\twidth:-o-calc(100% - 20px);\r\n\t\t\t\twidth:-ms-calc(100% - 20px);\r\n\t\t\t\tpadding:10px;\r\n\t\t\t\tcursor:pointer;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item .playlist_button .thumb {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\tfloat:left;\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\twidth:72px;\r\n\t\t\t\theight:54px;\r\n\t\t\t\toverflow:hidden;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\twhite-space: nowrap;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item .playlist_button .thumb:before {\r\n\t\t\t\tcontent:'';\r\n\t\t\t\tdisplay:inline-block;\r\n\t\t\t\theight:100%;\r\n\t\t\t\tvertical-align:middle;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item .playlist_button img {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t\twidth: auto;\r\n\t\t\t\theight: auto;\r\n\t\t\t\tmax-width: 100%;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816 .playlist_wrapper ul li.item .playlist_button .item_title {\r\n\t\t\t\tposition: relative;\r\n\t\t\t\tdisplay: block;\r\n\t\t\t\tfloat:right;\r\n\t\t\t\twidth: calc(100% - 72px);\r\n\t\t\t\theight:54px;\r\n\t\t\t\tfont-size:13px;\r\n\t\t\t\tvertical-align:middle;\r\n\t\t\t\tline-height:54px;\r\n\t\t\t\twhite-space: nowrap;\r\n\t\t\t\ttext-overflow: ellipsis;\r\n\t\t\t\tword-wrap: break-word;\r\n\t\t\t\ttext-indent: 15px;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t\toverflow: hidden;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816.fullwidth .playlist_wrapper {\r\n\t\t\t\twidth:100%;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816.fullwidth .playlist_wrapper ul {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\ttop:0px;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:300px;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816.align_bottom .playlist_wrapper {\r\n\t\t\t\twidth:100%;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#huge_it_album_video_player_816.align_bottom .playlist_wrapper ul {\r\n\t\t\t\tposition:relative;\r\n\t\t\t\ttop:0px;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\theight:300px;\r\n\t\t\t\tmargin:0px;\r\n\t\t\t}\r\n\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .custom_thumb {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tdisplay: none;\r\n\t\t\t\tleft: 0px;\r\n\t\t\t\ttop: 0px;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: 100%;\r\n\t\t\t\toverflow: hidden;\r\n\t\t\t\tz-index: 10;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tvertical-align: middle;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .custom_thumb img.thumb {\r\n\t\t\t\tdisplay:block;\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\ttop:0px;\r\n\t\t\t\tleft:0px;\r\n\t\t\t\twidth:100%;\r\n\t\t\t\tmax-height:none;\r\n                height: 100%;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 .players_wrapper .custom_thumb img.play {\r\n\t\t\t\tposition:absolute;\r\n\t\t\t\ttop:calc(50% - 24.5px);\r\n\t\t\t\ttop:-webkit-calc(50% - 24.5px);\r\n\t\t\t\ttop:-moz-calc(50% - 24.5px);\r\n\t\t\t\ttop:-o-calc(50% - 24.5px);\r\n\t\t\t\ttop:-ms-calc(50% - 24.5px);\r\n\t\t\t\tleft:calc(50% - 35px);\r\n\t\t\t\tleft:-webkit-calc(50% - 35px);\r\n\t\t\t\tleft:-moz-calc(50% - 35px);\r\n\t\t\t\tleft:-o-calc(50% - 35px);\r\n\t\t\t\tleft:-ms-calc(50% - 35px);\r\n\t\t\t\twidth:70px;\r\n\t\t\t\theight:49px;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t}\r\n\r\n\t\t\t#huge_it_album_video_player_816 * {\r\n\t\t\t\tbox-sizing:content-box !important;\r\n\t\t\t\ttext-indent: 0px;\r\n\t\t\t}\r\n\r\n\t\t\t<\/style>\r\n\t\t\t<div id=\"huge_it_album_video_player_816\" class=\"loading align_bottom\">\r\n\t\t\t\t<div class=\"load_icon\">\r\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/video-player\/Front_end\/..\/images\/loading.gif\" alt=\"loading\" \/>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"players_wrapper\">\r\n\t\t\t\t\t<div class=\"huge_it_player playlist_player\">\r\n\t\t\t\t\t\t<div class=\"huge_it_video_player_player\">\r\n\t\t\t\t\t\t\t<video  src=\"\" data-current=\"--\" data-duration=\"--\">\r\n\t\t\t\t\t\t\t\tYour browser does not support HTML5 video.\r\n\t\t\t\t\t\t\t<\/video>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"thumbnail_block\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\" alt=\"\" \/>\r\n\t\t\t\t\t\t\t<div class=\"thumbnail_play\"><i class=\"hugeicons hugeicons-play-circle-o\"><\/i><\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"huge_it_video_player_top\">\r\n\t\t\t\t\t\t\t<div class=\"video_title\">Big Buck Bunny<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"huge_it_video_player_bottom\">\r\n\t\t\t\t\t\t\t<div class=\"huge_it_video_player_duration_slide\">\r\n\t\t\t\t\t\t\t\t<div class=\"duration\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"played\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"thumb\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"buffered\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"hover_timer\">\r\n\t\t\t\t\t\t\t\t\t<span class=\"hover_timer_time\">00:00<\/span>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"huge_it_video_player_controls\">\r\n\t\t\t\t\t\t\t\t<div class=\"fast_back control\" data-title=\"Fast backward\"><i class=\"hugeicons hugeicons-step-backward\"><\/i><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"play_pause control\" data-title=\"Play\"><i class=\"hugeicons hugeicons-play\"><\/i><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"fast_forward control\" data-title=\"Fast forward\"><i class=\"hugeicons hugeicons-step-forward\"><\/i><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"mute_button control\" data-title=\"Mute\"><i class=\"hugeicons hugeicons-volume-up\"><\/i><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"volume_handle\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"volume_before\"><\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"volume_current\"><\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"volume_after\"><\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"timer\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"current_time\">--<\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"separator\"> \/ <\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"duration_time\">--<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"full_screen control\" data-title=\"Full Screen\"><i class=\"hugeicons hugeicons-expand\"><\/i><\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"huge_it_video_player_center\">\r\n\t\t\t\t\t\t\t<div class=\"center_play\"><i class=\"hugeicons hugeicons-play\"><\/i><\/div>\r\n\t\t\t\t\t\t\t<div class=\"center_pause\"><i class=\"hugeicons hugeicons-pause\"><\/i><\/div>\r\n\t\t\t\t\t\t\t<div class=\"center_wait\"><i class=\"hugeicons hugeicons-spinner hugeicons-pulse\"><\/i><\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div id=\"youtube_816_thumb\" class=\"custom_thumb\"><img decoding=\"async\" class=\"thumb\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.30.03-PM.png.jpg\" alt=\"\" \/><img decoding=\"async\" class=\"play\" src=\"https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/video-player\/Front_end\/..\/images\/play.youtube.png\" alt=\"youtube play\" \/><\/div>\r\n\t\t\t\t\t<div id=\"youtube_player_816\" class=\"playlist_player\"><\/div>\r\n\t\t\t\t\t<div id=\"vimeo_816_thumb\" class=\"custom_thumb\"><img decoding=\"async\" class=\"thumb\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.30.03-PM.png.jpg\" alt=\"\" \/><img decoding=\"async\" class=\"play\" src=\"https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/video-player\/Front_end\/..\/images\/play.vimeo.png\" alt=\"vimeo play\" \/><\/div>\r\n\t\t\t\t\t<iframe id=\"vimeo_816\" class=\"playlist_player\" src=\"\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen><\/iframe>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"playlist_wrapper\">\r\n\t\t\t\t\t<h3>Samples<\/h3>\r\n\t\t\t\t\t<ul>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"item active\" data-item-id=\"0\" data-type=\"custom\" data-src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/021715_FirstInternational_Insurance_16x9_1920x1080.mp4\" data-poster=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.30.03-PM.png.jpg\" data-title=\"Insurance Promo\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"playlist_button\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thumb\">\r\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<img decoding=\"async\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.30.03-PM.png.jpg\" alt=\"Insurance Promo\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"item_title\">Insurance Promo<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"item \" data-item-id=\"1\" data-type=\"custom\" data-src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/030717_FNBO_TravEliteLTO_16x9.mp4\" data-poster=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.09.24-PM.png.jpg\" data-title=\"Travel Credit Card Promotion\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"playlist_button\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thumb\">\r\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<img decoding=\"async\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.09.24-PM.png.jpg\" alt=\"Travel Credit Card Promotion\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"item_title\">Travel Credit Card Promotion<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"item \" data-item-id=\"2\" data-type=\"custom\" data-src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/PB_SA_003-1.mp4\" data-poster=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.22.57-PM.png.jpg\" data-title=\"Savings Accounts\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"playlist_button\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thumb\">\r\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<img decoding=\"async\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.22.57-PM.png.jpg\" alt=\"Savings Accounts\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"item_title\">Savings Accounts<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"item \" data-item-id=\"3\" data-type=\"custom\" data-src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/070516_Otero_SDIntros_M_OteroMessagesB_1360x768.mp4\" data-poster=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.13.42-PM.png.jpg\" data-title=\"Custom Messaging Template\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"playlist_button\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thumb\">\r\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<img decoding=\"async\" src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-05-at-1.13.42-PM.png.jpg\" alt=\"Custom Messaging Template\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"item_title\">Custom Messaging Template<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"item \" data-item-id=\"4\" data-type=\"vimeo\" data-video-id=\"147952150\" data-poster=\"http:\/\/i.vimeocdn.com\/video\/546760096_640.jpg\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"playlist_button\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thumb\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"http:\/\/i.vimeocdn.com\/video\/546760096_640.jpg\" alt=\"America Saves\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"item_title\">America Saves<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"item \" data-item-id=\"5\" data-type=\"vimeo\" data-video-id=\"147949367\" data-poster=\"http:\/\/i.vimeocdn.com\/video\/546756503_640.jpg\">\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"playlist_button\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thumb\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"http:\/\/i.vimeocdn.com\/video\/546756503_640.jpg\" alt=\"Card Promo\" \/>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"item_title\">Card Promo<\/span>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<\/p>\n<p style=\"text-align: center;\">\n<p style=\"text-align: center;\">\n<hr \/>\n<p style=\"text-align: center;\">Custom Websites<\/p>\n<p style=\"text-align: center;\"><section id=\"huge_it_portfolio_content_7\" class=\" portfolio-gallery-content \"\r\n         data-image-behaviour=\"natural\">\r\n\t<div id=\"huge-it-container-loading-overlay_7\"><\/div>\r\n\t\t\t\t\t\t<div id=\"huge_it_portfolio_container_7\"\r\n\t     class=\"huge_it_portfolio_container super-list variable-sizes clearfix view-content-popup\"  data-show-loading=\"on\"\r\n\t     data-show-center=\"on\">\r\n\t\t\t\t\t<div id=\"huge_it_portfolio_pupup_element_120_child\"\r\n\t\t\t     class=\"portelement portelement_7   \" tabindex=\"0\" data-symbol=\"Adrenaline Proofing Website\"\r\n\t\t\t     data-category=\"alkaline-earth\">\r\n                <p style=\"display:none;\" class=\"load_date\">2017-08-06 21:37:04<\/p>\r\n                <p style=\"display:none;\" class=\"number\">120<\/p>\r\n\t\t\t\t<div class=\"image-block image-block_7\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Adrenaline Proofing Website\" id=\"wd-cl-img0\"\r\n\t\t\t\t\t\t\t\t     src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.06.37-PM.png\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"image-overlay\"><a title=\"Adrenaline Proofing Website\"\r\n\t\t\t\t\t                              href=\"#120\"><\/a><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"title-block_7\">\r\n\t\t\t\t\t<h3 class=\"name\" title=\"Adrenaline Proofing Website\">Adrenaline Proofing Website<\/h3>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"huge_it_portfolio_pupup_element_121_child\"\r\n\t\t\t     class=\"portelement portelement_7   \" tabindex=\"0\" data-symbol=\"Missouri Loves Company\"\r\n\t\t\t     data-category=\"alkaline-earth\">\r\n                <p style=\"display:none;\" class=\"load_date\">2017-08-06 21:48:03<\/p>\r\n                <p style=\"display:none;\" class=\"number\">121<\/p>\r\n\t\t\t\t<div class=\"image-block image-block_7\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Missouri Loves Company\" id=\"wd-cl-img1\"\r\n\t\t\t\t\t\t\t\t     src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-10.58.45-PM.png\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"image-overlay\"><a title=\"Missouri Loves Company\"\r\n\t\t\t\t\t                              href=\"#121\"><\/a><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"title-block_7\">\r\n\t\t\t\t\t<h3 class=\"name\" title=\"Missouri Loves Company\">Missouri Loves Company<\/h3>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"huge_it_portfolio_pupup_element_122_child\"\r\n\t\t\t     class=\"portelement portelement_7   \" tabindex=\"0\" data-symbol=\"Core Fire Yoga Pilates\"\r\n\t\t\t     data-category=\"alkaline-earth\">\r\n                <p style=\"display:none;\" class=\"load_date\">2017-08-06 21:57:08<\/p>\r\n                <p style=\"display:none;\" class=\"number\">122<\/p>\r\n\t\t\t\t<div class=\"image-block image-block_7\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Core Fire Yoga Pilates\" id=\"wd-cl-img2\"\r\n\t\t\t\t\t\t\t\t     src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-10.57.49-PM.png\"\/>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"image-overlay\"><a title=\"Core Fire Yoga Pilates\"\r\n\t\t\t\t\t                              href=\"#122\"><\/a><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"title-block_7\">\r\n\t\t\t\t\t<h3 class=\"name\" title=\"Core Fire Yoga Pilates\">Core Fire Yoga Pilates<\/h3>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t<\/div>\r\n\t<div style=\"clear:both\"><\/div>\r\n<\/section>\r\n<ul id=\"huge_it_portfolio_popup_list_7\" class=\"huge_it_portfolio_popup_list\">\r\n\t\t\t<li class=\"pupup-element  \" id=\"huge_it_portfolio_pupup_element_120\">\r\n\t\t\t<div class=\"heading-navigation heading-navigation_7\">\r\n\t\t\t\t<div style=\"display: inline-block; float: left;\">\r\n\t\t\t\t\t<div class=\"left-change\"><a href=\"#0\"\r\n\t\t\t\t\t                            data-popupid=\"#120\"><<\/a><\/div>\r\n\t\t\t\t\t<div class=\"right-change\"><a href=\"#2\"\r\n\t\t\t\t\t                             data-popupid=\"#120\">><\/a><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<a href=\"#close\" class=\"close\"><\/a>\r\n\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"popup-wrapper popup-wrapper_7\">\r\n\t\t\t\t<div class=\"image-block_7 image-block\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Adrenaline Proofing Website\"\r\n\t\t\t\t\t\t\t\t     id=\"wd-cl-img0\"\r\n\t\t\t\t\t\t\t\t     src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.06.37-PM.png\"\/>\r\n                                                                <h3 class=\"imgTitle\">\r\n                                    Adrenaline Proofing Website                                <\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"right-block\">\r\n\t\t\t\t\t<h3\r\n\t\t\t\t\t\tclass=\"title\">Adrenaline Proofing Website<\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t<div>\r\n\t\t\t\t\t\t\t<ul class=\"thumbs-list thumbs-list_7\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.06.37-PM.png\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t   class=\"img-thumb\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t   title=\"Adrenaline Proofing Website\"\r\n                                                                                                       data-imgTitle=\"Adrenaline Proofing Website\"  ><img\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsrc=\"https:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.06.37-PM-150x150.png\"><\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.01.28-PM.png\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t   class=\"img-thumb\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t   title=\"Adrenaline Proofing Website\"\r\n                                                                                                       data-imgTitle=\"Adrenaline Proofing Website\"  ><img\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsrc=\"https:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.01.28-PM-150x150.png\"><\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.00.35-PM.png\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t   class=\"img-thumb\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t   title=\"Adrenaline Proofing Website\"\r\n                                                                                                       data-imgTitle=\"Adrenaline Proofing Website\"  ><img\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tsrc=\"https:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-11.00.35-PM-150x150.png\"><\/a>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"description\">Content creation team needed a more efficient way to deliver files for client proofing and an updated look to match new branding. The existing proofing site required modifying the HTML code and then uploading files to the server for each entry. This tedious process was time consuming and frustrating if there were a large amount of items the client needed to view.\r\n\r\nI took the basic concept of the proofing page updated the branding and created a way to automate the tasks as much as possible. This site uses PHP, Javascript and XML to create an interface that allows easy uploading or linking of files to be proofed. The client facing page directs the user through a form of feedback to be submitted back to the designer and account manager.<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-block\">\r\n\t\t\t\t\t\t\t<a href=\"http:\/\/britkamo.com\/adrproofs\/Beta_Bank\/default.php\" target=\"_blank\">Visit Site<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/li>\r\n\t\t\t\t<li class=\"pupup-element  \" id=\"huge_it_portfolio_pupup_element_121\">\r\n\t\t\t<div class=\"heading-navigation heading-navigation_7\">\r\n\t\t\t\t<div style=\"display: inline-block; float: left;\">\r\n\t\t\t\t\t<div class=\"left-change\"><a href=\"#1\"\r\n\t\t\t\t\t                            data-popupid=\"#121\"><<\/a><\/div>\r\n\t\t\t\t\t<div class=\"right-change\"><a href=\"#3\"\r\n\t\t\t\t\t                             data-popupid=\"#121\">><\/a><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<a href=\"#close\" class=\"close\"><\/a>\r\n\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"popup-wrapper popup-wrapper_7\">\r\n\t\t\t\t<div class=\"image-block_7 image-block\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Missouri Loves Company\"\r\n\t\t\t\t\t\t\t\t     id=\"wd-cl-img1\"\r\n\t\t\t\t\t\t\t\t     src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-10.58.45-PM.png\"\/>\r\n                                                                <h3 class=\"imgTitle\">\r\n                                    Missouri Loves Company Website                                <\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"right-block\">\r\n\t\t\t\t\t<h3\r\n\t\t\t\t\t\tclass=\"title\">Missouri Loves Company<\/h3>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"description\">Missouri Loves Company is an annual scooter rally organized by a St. Louis scooter enthusiast club, 30 Days Scooter Gang. The event takes place over three days and includes group rides, contests, and prizes raffles. Attendees are drawn locally and from cities across the midwest or further. \r\n\r\nI customized a Wordpress theme to provide a website for promotion and registration purposes.\r\n<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-block\">\r\n\t\t\t\t\t\t\t<a href=\"http:\/\/www.molovescorally.com\/info\/\" target=\"_blank\">Visit Site<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/li>\r\n\t\t\t\t<li class=\"pupup-element  \" id=\"huge_it_portfolio_pupup_element_122\">\r\n\t\t\t<div class=\"heading-navigation heading-navigation_7\">\r\n\t\t\t\t<div style=\"display: inline-block; float: left;\">\r\n\t\t\t\t\t<div class=\"left-change\"><a href=\"#2\"\r\n\t\t\t\t\t                            data-popupid=\"#122\"><<\/a><\/div>\r\n\t\t\t\t\t<div class=\"right-change\"><a href=\"#4\"\r\n\t\t\t\t\t                             data-popupid=\"#122\">><\/a><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<a href=\"#close\" class=\"close\"><\/a>\r\n\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"popup-wrapper popup-wrapper_7\">\r\n\t\t\t\t<div class=\"image-block_7 image-block\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" alt=\"Core Fire Yoga Pilates\"\r\n\t\t\t\t\t\t\t\t     id=\"wd-cl-img2\"\r\n\t\t\t\t\t\t\t\t     src=\"http:\/\/britkamo.com\/wordpress\/wp-content\/uploads\/2017\/08\/Screen-Shot-2017-08-03-at-10.57.49-PM.png\"\/>\r\n                                                                <h3 class=\"imgTitle\">\r\n                                    core Fire Yoga Pilates Website                                <\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"right-block\">\r\n\t\t\t\t\t<h3\r\n\t\t\t\t\t\tclass=\"title\">Core Fire Yoga Pilates<\/h3>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"description\">A wellness professional launching her own business needed a website to promote her offerings and communicate with her clients. This is another customized Wordpress site keeping an eye in mind for future growth and variety of content.<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-block\">\r\n\t\t\t\t\t\t\t<a href=\"http:\/\/www.corefireyogapilates.com\/\" >Visit Site<\/a>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear:both;\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/li>\r\n\t\t<\/ul>\r\n<style>\r\nsection#huge_it_portfolio_content_7 {\r\n    position:relative;\r\n    display:block;\r\n}\r\n\r\n.portelement_7 .play-icon.youtube-icon,\r\n.play-icon.youtube-icon {\r\n    background: url(https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/admin_images\/play.youtube.png) center center no-repeat;\r\n    background-size: 30% 30%;\r\n}\r\n.portelement_7 .play-icon.vimeo-icon,\r\n.play-icon.vimeo-icon {\r\n    background: url(https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/admin_images\/play.vimeo.png) center center no-repeat;\r\n    background-size: 30% 30%;\r\n}\r\n\r\n.portelement_7 .play-icon,.play-icon {\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n}\r\n.portelement_7 {\r\n    max-width:277px !important;\r\n    width:100%;\r\n    margin:0 0 10px 0;\r\n    background:#F9F9F9;\r\n    border:1px solid #DEDEDE;\r\n    outline:none;\r\n    box-sizing: border-box;\r\n}\r\n\r\n.portelement_7 .image-block_7 {\r\n    position:relative;\r\n    width:100%;\r\n    overflow: hidden;\r\n    height:160px !important;\r\n}\r\n\r\n.portelement_7 .image-block_7 img {\r\n    display:block;\r\n    max-width: none !important;\r\n    border-radius: 0 !important;\r\n    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;\r\n}\r\n\r\n.portelement_7 .image-block_7 .image-overlay {\r\n    position:absolute;\r\n    top:0;\r\n    left:0;\r\n    width:100%;\r\n    height:100%;\r\n    background: rgba(255,255,255,0.7)  !important;\r\n    display:none;\r\n}\r\n\r\n.portelement_7:hover .image-block_7  .image-overlay {\r\n    display:block;\r\n}\r\n\r\n.portelement_7 .image-block_7 .image-overlay a {\r\n    border:none;\r\n    position:absolute;\r\n    top:0;\r\n    left:0;\r\n    display:block;\r\n    width:100%;\r\n    height:100%;\r\n    background:url('https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/admin_images\/zoom.light.png') center center no-repeat;\r\n}\r\n\r\n.portelement_7 .title-block_7 {\r\n    position:relative;\r\n    height: 32px;\r\n    margin: 0;\r\n    border-top:1px solid #DEDEDE;\r\n    box-sizing: content-box;\r\n}\r\n\r\n.portelement_7 .title-block_7 h3 {\r\n    position:relative;\r\n    margin:0 !important;\r\n    padding:0 1% 0 1% !important;\r\n    width:90%;\r\n    text-overflow: ellipsis;\r\n    overflow: hidden;\r\n    white-space:nowrap;\r\n    font-weight:normal;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    font-size: 12px !important;\r\n    line-height: 16px !important;\r\n    color:#222222;\r\n}\r\n\r\n.portelement_7 .title-block_7 .button-block {\r\n    position:absolute;\r\n    right:0;\r\n    top:0;\r\n    display:none;\r\n    vertical-align:middle;\r\n    height:100%;\r\n    padding-right:10px;\r\n}\r\n.portelement_7:hover .title-block_7 .button-block {display:block;}\r\n\r\n.portelement_7 .title-block_7 a,.portelement_7 .title-block_7 a:link,.portelement_7 .title-block_7 a:visited,\r\n.portelement_7 .title-block_7 a:hover,.portelement_7 .title-block_7 a:focus,.portelement_7 .title-block_7 a:active {\r\n    position:relative;\r\n    display:block;\r\n    vertical-align:middle;\r\n    padding: 3px 10px 3px 10px;\r\n    border-radius:3px;\r\n    font-size:14px;\r\n    background:#2EA2CD;\r\n    color:#FFFFFF;\r\n    text-decoration:none;\r\n    top:50%;\r\n    transform: translateY(-45%);\r\n}\r\n\r\n\/*#####POPUP#####*\/\r\n\r\n#huge_it_portfolio_popup_list_7 {\r\n    position:fixed;\r\n    display:table;\r\n    width:80%;\r\n    top:7%;\r\n    left:7%;\r\n    margin:0 !important;\r\n    list-style:none;\r\n    z-index:999999;\r\n    display:none;\r\n    height:90%;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7.active {display:table;}\r\n\r\n#huge_it_portfolio_popup_list_7 li.pupup-element {\r\n    position:relative;\r\n    display:none;\r\n    width:100%;\r\n    padding:40px 0 20px 0;\r\n    min-height:100%;\r\n    position:relative;\r\n    background:#FFFFFF;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 li.pupup-element.active {\r\n    display:block;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 {\r\n    position:absolute;\r\n    width:100%;\r\n    height:40px;\r\n    top:0;\r\n    left:0;\r\n    z-index:2001;\r\n    background:url('https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/admin_images\/divider.line.png') center bottom repeat-x;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 .close,#huge_it_portfolio_popup_list_7 .heading-navigation_7 .close:link, #huge_it_portfolio_popup_list_7 .heading-navigation_7 .close:visited {\r\n    position:relative;\r\n    float:right;\r\n    width:40px;\r\n    height:40px;\r\n    display:block;\r\n    background:url('https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/admin_images\/close.popup.dark.png') center center no-repeat;\r\n    border-left:1px solid #ccc;\r\n    opacity:.65;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 .close:hover, #huge_it_portfolio_popup_list_7 .heading-navigation_7 .close:focus, #huge_it_portfolio_popup_list_7 .heading-navigation_7 .close:active {opacity:1;}\r\n\r\n\r\n#huge_it_portfolio_popup_list_7 li.pupup-element .popup-wrapper_7 {\r\n    position:relative;\r\n    width:98%;\r\n    height:98%;\r\n    padding:2% 0% 0% 2%;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .image-block_7 {\r\n    width:55%;\r\nheight:100%;    position:relative;\r\n    float:left;\r\n    margin-right:2%;\r\n    border-right:1px solid #ccc;\r\n    min-width:200px;\r\n    min-height:100%;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .image-block_7 img {\r\nwidth:100% !important;    display:block;\r\n    padding:0 !important;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block {\r\n    width:42.8%;\r\n    height: 100%;\r\n    position:relative;\r\n    float:left;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 li.pupup-element .popup-wrapper_7 .right-block > div {\r\n    padding-top:10px;\r\n    padding-right: 4%;\r\n    margin-bottom:10px;\r\n    background:url('https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/admin_images\/divider.line.png') center top repeat-x;\r\n}\r\n#huge_it_portfolio_popup_list_7 li.pupup-element .popup-wrapper_7 .right-block > div:last-child {background:none;}\r\n\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .title {\r\n    position:relative;\r\n    display:block;\r\n    margin:0 0 10px 0 !important;\r\n    font-size:18px !important;\r\n    line-height:22px !important;\r\n    color:#222222;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description {\r\n    clear:both;\r\n    position:relative;\r\n    text-align:justify;\r\n    font-size:14px !important;\r\n    color:#222222;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description h1,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description h2,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description h3,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description h4,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description h5,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description h6,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description p,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description strong,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description span {\r\n    padding:2px !important;\r\n    margin:0 !important;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description ul,\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block .description li {\r\n    padding:2px 0 2px 5px;\r\n    margin:0 0 0 8px;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block ul.thumbs-list_7 {\r\n    list-style:none;\r\n    display:table;\r\n    position:relative;\r\n    clear:both;\r\n    width:100%;\r\n    margin:0 auto;\r\n    padding:0;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block ul.thumbs-list_7 li {\r\n    display:block;\r\n    float:left;\r\n    width:75px;\r\n    height:75px;\r\n    margin:0 2% 5px 1% !important;\r\n    opacity:0.45;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block ul.thumbs-list_7 li.active,#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block ul.thumbs-list_7 li:hover {\r\n    opacity:1;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block ul.thumbs-list_7 li a {\r\n    border:none;\r\n    display:block;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block ul.thumbs-list_7 li img {\r\n    margin:0 !important;\r\n    padding:0 !important;\r\n    width:75px !important;\r\n    height:75px !important;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .popup-wrapper_7 .image-block_7 iframe  {\r\n    width:100% !important;\r\n    height:95% !important;\r\n    display:block;\r\n\r\n\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 .left-change, #huge_it_portfolio_popup_list_7 .heading-navigation_7 .right-change{\r\n    width: 40px;\r\n    height: 39px;\r\n    font-size: 25px;\r\n    display: inline-block;\r\n    text-align: center;\r\n    border: 1px solid #eee;\r\n    border-bottom: none;\r\n    border-top: none;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 .right-change{\r\n    position: relative;\r\n    margin-left: -6px;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 .right-change:hover, #huge_it_portfolio_popup_list_7 .heading-navigation_7 .left-change:hover{\r\n    background: #ddd;\r\n    border-color: #ccc;\r\n    color: #000 !important;\r\n    cursor: pointer;\r\n}\r\n\r\n#huge_it_portfolio_popup_list_7 .heading-navigation_7 .right-change a, #huge_it_portfolio_popup_list_7 .heading-navigation_7 .left-change a{\r\n    position: absolute;\r\n    transform: translate(-50%, -50%) !important;\r\n    color: #777;\r\n    text-decoration: none;\r\n    width: 12px;\r\n    height: 100%;\r\n    display: inline-block;\r\n    line-height: normal;\r\n    top: 50%;\r\n}\r\n\r\n\r\n\/**\/\r\n.pupup-element .button-block {\r\n    position:relative;\r\n}\r\n\r\n.pupup-element .button-block a,.pupup-element .button-block a:link,.pupup-element .button-block a:visited{\r\n    position:relative;\r\n    display:inline-block;\r\n    padding:6px 12px;\r\n    background:#CD0000;\r\n    color:#FFFFFF;\r\n    font-size:14px;\r\n    text-decoration:none;\r\n}\r\n\r\n.pupup-element .button-block a:hover,.pupup-element .button-block a:focus,.pupup-element .button-block a:active {\r\n    background:#A20000;\r\n    color:#FFFFFF;\r\n}\r\n\r\n\r\n#huge-popup-overlay-portfolio {\r\n    position:fixed;\r\n    top:0;\r\n    left:0;\r\n    width:100%;\r\n    height:100%;\r\n    z-index:199;\r\n    background: rgba(0,0,0,0.7)  !important}\r\n\r\n\r\n@media only screen and (max-width: 767px) {\r\n\r\n    #huge_it_portfolio_popup_list_7 {\r\n        position:absolute;\r\n        left:0;\r\n        top:0;\r\n        width:100%;\r\n        height:auto !important;\r\n        left:0;\r\n    }\r\n\r\n    #huge_it_portfolio_popup_list_7 li.pupup-element {\r\n        margin:0;\r\n        height:auto !important;\r\n        position:absolute;\r\n        left:0;\r\n        top:0;\r\n    }\r\n\r\n    #huge_it_portfolio_popup_list_7 li.pupup-element .popup-wrapper_7 {\r\n        height:auto !important;\r\n        overflow-y:auto;\r\n    }\r\n\r\n\r\n    #huge_it_portfolio_popup_list_7 .popup-wrapper_7 .image-block_7 {\r\n        width:100%;\r\n        float:none;\r\n        clear:both;\r\n        margin-right:0;\r\n        border-right:0;\r\n    }\r\n\r\n    #huge_it_portfolio_popup_list_7 .popup-wrapper_7 .right-block {\r\n        width:100%;\r\n        float:none;\r\n        clear:both;\r\n        margin-right:0;\r\n        border-right:0;\r\n    }\r\n\r\n    #huge-popup-overlay-portfolio_7 {\r\n        position:fixed;\r\n        top:0;\r\n        left:0;\r\n        width:100%;\r\n        height:100%;\r\n        z-index:199;\r\n    }\r\n\r\n}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_options_7 {\r\n    position: relative;\r\n    overflow: hidden;\r\nfloat:;max-width:180px;width:20%;display:inline-block;margin-left:1%;\r\nopacity: 0;    margin-bottom: 10px;\r\n}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul {\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    list-style: none;\r\n}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul {\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    overflow: hidden;\r\n    width: 100%;\r\n}\r\n\r\n\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li {\r\n    border-radius: 0px;\r\n    list-style-type: none;\r\n    margin: 0 !important;\r\n    padding: 0;\r\nborder: 1px solid #ccc;}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li a {\r\n    background-color: #F7F7F7 !important;\r\n    font-size:14px !important;\r\n    color:#555555 !important;\r\n    text-decoration: none;\r\n    cursor: pointer;\r\n    margin: 0 !important;\r\n    display: block;\r\n    padding:3px;\r\n    border-radius: 0px;\r\n}\r\n\r\n\/*#huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li:hover {\r\n\r\n}*\/\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li a:hover {\r\n    background-color: #FF3845 !important;\r\n    color:#FFFFFF !important;\r\n    cursor: pointer;\r\n}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 {\r\n    position: relative;\r\n    overflow: hidden;\r\nfloat:;max-width:180px;width:20%;display:inline-block;margin-left:1%;\r\nopacity: 0;}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li {\r\n    list-style-type: none;\r\n    border-radius: 0px;\r\nborder: 1px solid #ccc;}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a {\r\n    font-size:14px !important;\r\n    color:#555555 !important;\r\n    background-color: #F7F7F7 !important;\r\n    border-radius: 0px;\r\n    padding:3px;\r\n    display: block;\r\n    text-decoration: none;\r\n}\r\n\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7  ul li a:hover {\r\n    color:#FFFFFF !important;\r\n    background-color: #FF3845 !important;\r\n    cursor: pointer\r\n}\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li.active a,\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li.active a:link,\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li.active a:visited,\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7  ul li.active a:hover,\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7  ul li.active a:focus,\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_filters_7  ul li.active a:active {\r\n    color:#FFFFFF !important;\r\n    background-color: #FF3845 !important;\r\n    cursor: pointer;\r\n}\r\n#huge_it_portfolio_content_7 #huge_it_portfolio_container_7 {\r\n    width: 79%;\r\n    max-width: 100% !important;\r\nwidth:100%;opacity: 0;}\r\n@media screen and (max-width: 768px) {\r\n\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a,\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a:link,\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a:visited {\r\n        font-size: 2vw !important;\r\n    }\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li a {\r\n        font-size:2vw !important;\r\n    }\r\n\r\n}\r\n@media screen and (max-width: 480px) {\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_options_7 {\r\n        float: left;\r\n    }\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_options_7 #sort-by{\r\n        float: left;\r\n        width: 100% !important;\r\n    }\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_options_7 #port-sort-direction{\r\n        float: left;\r\n        width: 100% !important;\r\n        position: relative;\r\n        padding-left: 31% !important;\r\n        right: 31%;\r\n    }\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a,\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a:link,\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a:visited {\r\n        font-size: 3vw !important;\r\n    }\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li a {\r\n        line-height: 3vw;\r\n        font-size:3vw !important;\r\n    }\r\n}\r\n@media screen and (max-width: 420px) {\r\n\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a,\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a:link,\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_filters_7 ul li a:visited {\r\n        font-size: 4vw !important;\r\n    }\r\n    #huge_it_portfolio_content_7 #huge_it_portfolio_options_7 ul li a {\r\n        font-size:4vw !important;\r\n    }\r\n}\r\n@media screen and (max-width: 317px) {\r\n    .portelement_7  {\r\n        width:98%;\r\n        margin: 1% !important;\r\n        float: left;\r\n        overflow: hidden;\r\n        outline:none;\r\n        border:1px solid #D0D0D0;\r\n    }\r\n    .wd-portfolio-panel_7 {\r\n        width: 100% !important;\r\n    }\r\n}\r\n#huge-it-container-loading-overlay_7 {\r\n    width: 100%;\r\n    height: 100%;\r\n    position: absolute;\r\n    z-index: 1;\r\n    background:  url(https:\/\/britkamo.com\/wordpress\/wp-content\/plugins\/portfolio-gallery\/assets\/images\/loading\/loading-1.svg) center top ;\r\n    background-repeat: no-repeat;\r\n    background-size: 60px auto;\r\n}\r\n#huge_it_portfolio_options_and_filters_7{\r\n    position: relative;\r\n    float: left;\r\n    width: 20%;\r\n    max-width: 180px;\r\n    float:;\r\nmargin-left:1%;}\r\n<\/style><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Motion graphic samples. Custom Websites<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page-full-width.php","meta":{"footnotes":""},"class_list":["post-413","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/pages\/413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/comments?post=413"}],"version-history":[{"count":11,"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/pages\/413\/revisions"}],"predecessor-version":[{"id":1119,"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/pages\/413\/revisions\/1119"}],"wp:attachment":[{"href":"https:\/\/britkamo.com\/wordpress\/wp-json\/wp\/v2\/media?parent=413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}