{"id":5,"date":"2011-03-06T23:47:33","date_gmt":"2011-03-06T23:47:33","guid":{"rendered":"http:\/\/rosevilleaikidocenter.com\/main\/?page_id=5"},"modified":"2016-08-10T13:56:46","modified_gmt":"2016-08-10T20:56:46","slug":"aikido","status":"publish","type":"page","link":"https:\/\/rosevilleaikidocenter.com\/main\/aikido\/","title":{"rendered":"Aikido"},"content":{"rendered":"\t\t\t<script>\n\t\t\t\tjQuery(document).ready(function(){\n\t\t\t\t\tvar tag = document.createElement('script');\n\t\t\t\t\ttag.src = \"https:\/\/www.youtube.com\/iframe_api\";\n\t\t\t\t\tvar firstScriptTag = document.getElementsByTagName('script')[0];\n\t\t\t\t\tfirstScriptTag.parentNode.insertBefore(tag, firstScriptTag);\n\t\t\t\t});\n\t\t\t\tfunction onYouTubeIframeAPIReady(){\n\t\t\t\t\t\t\t\t\t}\n\t\t\t<\/script>\n\t\t\t                        <script type=\"text\/javascript\">\n                            \/* init single video player when document is ready *\/\n                            jQuery(document).ready(function(){\n                                var huge_it_single_player_interval_69092 = setInterval(function(){\n                                    if(jQuery(\"#huge_it_sigle_video_player_69092\").is(\":visible\")){\n                                        init_huge_it_single_video_player_69092(\"#huge_it_sigle_video_player_69092\");\n                                        clearInterval(huge_it_single_player_interval_69092);\n                                    }\n                                },100);\n                            });\n\n                            \/* Single Player *\/\n                            function init_huge_it_single_video_player_69092(video_container_id){\n\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;\n                                current_time=\"00\";\n                                duration_time=\"00\";\n\n                                volume=1;\n                                dragging=\"\";\n                                paused=\"\";\n                                volume_dragging=\"\";\n                                \/* PLUGIN PARAMETERS *\/\n                                                                autoplay='true';\n                                video_width=640;\n                                video_param_width=640;\n\n                                \/* check if video player exists *\/\n                                container=document.querySelector(video_container_id);\n                                if(container){\n                                    \/* SET OBJECT LISTENERS *\/\n                                    \/* *** *\/\n                                    video=container.querySelector(\"video\");\n                                    play_btn=container.querySelector(\".play_pause\");\n                                    center_play_icon=container.querySelector(\".center_play\");\n                                    center_pause_icon=container.querySelector(\".center_pause\");\n                                    center_wait_icon=container.querySelector(\".center_wait\");\n                                    backward_btn=container.querySelector(\".fast_back\");\n                                    forward_btn=container.querySelector(\".fast_forward\");\n                                    mute_btn=container.querySelector(\".mute_button\");\n                                    volume_handle=container.querySelector(\".volume_handle\");\n                                    volume_before=container.querySelector(\".volume_before\");\n                                    volume_current=container.querySelector(\".volume_current\");\n                                    volume_after=container.querySelector(\".volume_after\");\n                                    fullscreen_btn=container.querySelector(\".full_screen\");\n                                    current_time_text=container.querySelector(\".current_time\");\n                                    duration_time_text=container.querySelector(\".duration_time\");\n                                    progress_bar=container.querySelector(\".huge_it_video_player_duration_slide\");\n                                    progress_played_bar=container.querySelector(\".played\");\n                                    progress_thumb=container.querySelector(\".thumb\");\n                                    progress_buffered=container.querySelector(\".buffered\");\n                                    hover_timer_box=container.querySelector(\".hover_timer\");\n                                    hover_timer=container.querySelector(\".hover_timer_time\");\n                                    thumb_box=container.querySelector(\".thumbnail_block\");\n                                    thumb=container.querySelector(\".thumbnail_block img\");\n                                    \/* *** *\/\n                                    \/* FUNCTIONS *\/\n\n                                    function timeupdate(){\n                                        if(!isNaN(video.currentTime)){\n                                            current_time=Math.floor(video.currentTime);\n                                        }\n                                        if(!isNaN(video.duration)){\n                                            duration_time=Math.floor(video.duration);\n                                        }\n\n                                        video_width=video.offsetWidth;\n                                        var curmins = Math.floor(video.currentTime \/ 60);\n                                        var cursecs = Math.floor(video.currentTime - curmins * 60);\n                                        var durmins = Math.floor(video.duration \/ 60);\n                                        var dursecs = Math.floor(video.duration - durmins * 60);\n                                        if(cursecs < 10){ cursecs = \"0\"+cursecs; }\n                                        if(dursecs < 10){ dursecs = \"0\"+dursecs; }\n                                        if(curmins < 10){ curmins = \"0\"+curmins; }\n                                        if(durmins < 10){ durmins = \"0\"+durmins; }\n                                        current_time_text.innerHTML = curmins+\":\"+cursecs;\n                                        duration_time_text.innerHTML = durmins+\":\"+dursecs;\n\n                                        var current_time_percent = current_time*(100\/duration_time);\n                                        var progress_bar_pixels=(current_time_percent*video_width)\/100;\n                                        progress_played_bar.style.width=progress_bar_pixels+\"px\";\n                                        if(progress_bar_pixels+progress_thumb.offsetWidth\/2 > video_width){\n                                            var last_px = video_width-progress_thumb.offsetWidth\/2;\n                                            progress_thumb.style.left=last_px+\"px\";\n\n                                        }else if(progress_bar_pixels < progress_thumb.offsetWidth\/2){\n                                            var first_px = progress_thumb.offsetWidth\/2;\n                                            progress_thumb.style.left=first_px+\"px\";\n                                        }else{\n                                            progress_thumb.style.left=progress_bar_pixels+\"px\";\n                                        }\n\n                                    }\n\n                                    function progressHandler(){\n                                        if(!isNaN(video.currentTime)){\n                                            current_time=Math.floor(video.currentTime);\n                                        }\n                                        if(!isNaN(video.duration)){\n                                            duration_time=Math.floor(video.duration);\n                                        }\n                                        if(!video.paused){\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\n                                        }\n                                        if(thumb_box.style.display==\"block\" && !video.paused){\n                                            thumb_box.style.display=\"none\";\n                                        }\n                                        if(video.buffered.length > 0){\n                                            var i=video.buffered.length;\n                                            var buffered_end=video.buffered.end(i-1);\n                                            var loaded_percent=(buffered_end\/duration_time)*100;\n                                            var progress_bar_pixels=(loaded_percent*video_width)\/100;\n                                            progress_buffered.style.width=progress_bar_pixels+\"px\";\n                                        }\n                                        if(!isFullScreen() && hasClass(\"hide_controls\",container)){\n                                            removeClass(\"hide_controls\",container);\n                                        }\n                                    }\n\n                                    function VideoClickPlayPause(){\n                                        if(video.paused){\n                                            \/* PLAY THE VIDEO *\/\n                                            video.play();\n                                            paused=\"\";\n                                            addClass(\"playing\",container);\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\n                                            center_play_icon.style.webkitAnimationName=\"popup\";\n                                            center_play_icon.style.display=\"block\";\n                                            setTimeout(function(){\n                                                center_play_icon.removeAttribute(\"style\");\n                                            },500);\n                                        }else{\n                                            \/* PAUSE THE VIDEO *\/\n                                            video.pause();\n                                            paused=1;\n                                            removeClass(\"playing\",container);\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\n                                            center_pause_icon.style.webkitAnimationName=\"popup\";\n                                            center_pause_icon.style.display=\"block\";\n                                            setTimeout(function(){\n                                                center_pause_icon.removeAttribute(\"style\");\n                                            },500);\n                                        }\n                                    }\n\n                                    function PlayPause(){\n\n                                        if(hasClass(\"poster\",container)){\n                                            video.play();\n                                            paused=\"\";\n                                            thumb_box.style.display=\"none\";\n                                            removeClass(\"poster\",container);\n                                            addClass(\"playing\",container);\n                                            play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\n                                        }else{\n                                            if(video.paused){\n                                                \/* PLAY THE VIDEO *\/\n                                                video.play();\n                                                paused=\"\";\n                                                addClass(\"playing\",container);\n                                                play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\n                                            }else{\n                                                \/* PAUSE THE VIDEO *\/\n                                                video.pause();\n                                                paused=1;\n                                                removeClass(\"playing\",container);\n                                                play_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\n                                            }\n                                        }\n                                    }\n\n                                    function step_back(){\n                                        if(!isNaN(video.currentTime)){\n                                            current_time=Math.floor(video.currentTime);\n                                        }\n                                        if(!isNaN(video.duration)){\n                                            duration_time=Math.floor(video.duration);\n                                        }\n                                        video.currentTime=current_time-15;\n                                    }\n\n                                    function step_forward(){\n                                        if(!isNaN(video.currentTime)){\n                                            current_time=Math.floor(video.currentTime);\n                                        }\n                                        if(!isNaN(video.duration)){\n                                            duration_time=Math.floor(video.duration);\n                                        }\n                                        video.currentTime=current_time+15;\n                                    }\n\n                                    function toggle_mute(){\n                                        if(video.muted){\n                                            video.muted=false;\n                                            if(volume<0.7){\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\n                                            }else{\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\n                                            }\n                                            var volume_handle_width=volume_handle.offsetWidth;\n                                            var volume_current_pixels=volume*volume_handle_width;\n                                            volume_before.style.width=volume_current_pixels+\"px\";\n                                            volume_current.style.left=volume_current_pixels+\"px\";\n                                        }else{\n                                            var volume_handle_width=volume_handle.offsetWidth;\n                                            var volume_current_width=volume_before.offsetWidth;\n                                            volume=volume_current_width\/volume_handle_width;\n                                            video.muted=true;\n                                            mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\n                                            volume_before.style.width=\"0px\";\n                                            volume_current.style.left=\"0px\";\n                                        }\n                                    }\n\n                                    function saveVolume(){\n                                        var volume_handle_width=volume_handle.offsetWidth;\n                                        var volume_current_pixels=volume*volume_handle_width;\n                                        volume_before.style.width=volume_current_pixels+\"px\";\n                                        volume_current.style.left=volume_current_pixels+\"px\";\n                                    }\n\n                                    function exitHandler(){\n                                        if (isFullScreen())\n                                            console.log(\"\");\n                                        \/\/ nothing\n                                        else\n                                            cFullScreen();\n                                    }\n\n                                    function toggle_full_screen(){\n                                        if (isFullScreen())\n                                            cFullScreen();\n                                        else\n                                            requestFullScreen(container || document.documentElement);\n\n                                        jQuery.when(toggle_full_screen).done(function(){\n                                            setTimeout(function(){\n                                                video_width=video.offsetWidth;\n                                                timeupdate();\n                                                progressHandler();\n                                                saveVolume();\n                                            },800);\n                                        });\n                                    }\n\n                                    function isFullScreen(){\n                                        return (document.fullScreenElement && document.fullScreenElement !== null)\n                                            || document.mozFullScreen\n                                            || document.webkitIsFullScreen;\n                                    }\n\n                                    function vidSeeking(e){\n                                        var x = e.clientX;\n                                        var l=container.getBoundingClientRect().left;\n                                        var pos = x-l;\n                                        if(pos>=0 && pos<video_width){\n                                            progress_played_bar.style.width = pos+\"px\";\n                                            progress_thumb.style.left = pos+\"px\";\n                                            var current_percent=(pos\/video_width)*100;\n                                            var seekto=duration_time*(current_percent\/100);\n                                            video.currentTime=seekto;\n                                        }\n                                    }\n\n                                    function requestFullScreen(element){\n                                        if (element.requestFullscreen)\n                                            element.requestFullscreen();\n                                        else if (element.msRequestFullscreen)\n                                            element.msRequestFullscreen();\n                                        else if (element.mozRequestFullScreen)\n                                            element.mozRequestFullScreen();\n                                        else if (element.webkitRequestFullscreen)\n                                            element.webkitRequestFullscreen();\n                                        addClass(\"fullscreen\",container);\n\n                                        fullscreen_btn.innerHTML='<i class=\"hugeicons hugeicons-compress\"><\/i>';\n                                        jQuery.when(requestFullScreen).done(function(){\n                                            setTimeout(function(){\n                                                video_width=video.offsetWidth;\n                                                timeupdate();\n                                                progressHandler();\n                                                saveVolume();\n                                            },500);\n\n                                        });\n\n                                    }\n\n                                    function cFullScreen(){\n                                        if (document.exitFullscreen)\n                                            document.exitFullscreen();\n                                        else if (document.msExitFullscreen)\n                                            document.msExitFullscreen();\n                                        else if (document.mozCancelFullScreen)\n                                            document.mozCancelFullScreen();\n                                        else if (document.webkitExitFullscreen)\n                                            document.webkitExitFullscreen();\n                                        removeClass(\"fullscreen\",container);\n                                        removeClass(\"hide_controls\",container);\n                                        fullscreen_btn.innerHTML='<i class=\"hugeicons hugeicons-expand\"><\/i>';\n                                        jQuery.when(cFullScreen).done(function(){\n                                            setTimeout(function(){\n                                                video_width=video.offsetWidth;\n                                                timeupdate();\n                                                progressHandler();\n                                                saveVolume();\n                                            },500);\n                                        });\n                                    }\n\n                                    function setVolume(e){\n                                        var x = e.clientX;\n                                        var l=volume_handle.getBoundingClientRect().left;\n                                        var pos = x-l;\n                                        if(pos>0 && pos<=volume_handle.offsetWidth){\n                                            volume_before.style.width=pos+\"px\";\n                                            volume_current.style.left=pos+\"px\";\n                                            var volume_handle_width=volume_handle.offsetWidth;\n                                            var current_percent=(pos\/volume_handle_width)*100;\n                                            volume=current_percent\/100;\n                                            video.muted=false;\n                                            video.volume=current_percent\/100;\n                                            if(current_percent<70){\n                                                if(current_percent==0){\n                                                    mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\n                                                }else{\n                                                    mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\n                                                }\n                                            }else{\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\n                                            }\n                                        }else{\n                                            if(pos<=0){\n                                                video.muted=true;\n                                                mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\n                                                volume_before.style.width=\"0px\";\n                                                volume_current.style.left=\"0px\";\n                                            }\n                                        }\n                                    }\n\n                                    function waiting(){\n                                        center_wait_icon.style.display=\"block\";\n                                        center_wait_icon.style.opacity=\"1\";\n                                    }\n\n                                    function notWaiting(){\n                                        center_wait_icon.style.display=\"none\";\n                                        center_wait_icon.style.opacity=\"0\";\n                                    }\n\n                                    function videoEnd(){\n                                        play_btn.innerHTML ='<i class=\"hugeicons hugeicons-refresh\"><\/i>';\n                                        paused=1;\n                                        removeClass(\"playing\",container);\n                                    }\n\n                                    function timerDisplay(e){\n                                        if(video.buffered.length > 0){\n                                            var x = e.clientX;\n                                            var l=container.getBoundingClientRect().left;\n                                            var w=hover_timer_box.offsetWidth;\n                                            var pos = x-l;\n                                            var mouse_pos_percent= (pos\/video_width)*100;\n                                            var mouse_pos_time=duration_time*(mouse_pos_percent\/100);\n                                            var curmins = Math.floor(mouse_pos_time \/ 60);\n                                            var cursecs = Math.floor(mouse_pos_time - curmins * 60);\n                                            if(cursecs < 10){ cursecs=\"0\"+cursecs; }\n                                            if(curmins < 10){ curmins=\"0\"+curmins; }\n                                            \/\/hover_timer_box.style.webkitAnimationName=\"opacity\";\n                                            hover_timer_box.style.opacity=\"1\";\n                                            hover_timer_box.style.display = \"block\";\n                                            hover_timer_box.style.left = x-l-w\/2+\"px\";\n                                            hover_timer.innerHTML = curmins+\":\"+cursecs;\n                                        }\n                                    }\n\n                                    function timerNotDisplay(e){\n                                        hover_timer_box.style.display = \"none\";\n                                    }\n\n                                    function keyFunctions(e){\n                                        switch(e.keyCode){\n                                            case 40:\n                                                var curent_volume=video.volume;\n                                                var curent_volume_percent=curent_volume*100;\n                                                if(curent_volume_percent>0){\n                                                    var new_volume_percent=curent_volume_percent-10;\n                                                    if(new_volume_percent<=0){\n                                                        mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-off\"><\/i>';\n                                                        volume_before.style.width=\"0px\";\n                                                        volume_current.style.left=\"0px\";\n                                                        video.muted=true;\n                                                        volume=0;\n                                                    }else{\n                                                        if(new_volume_percent<70){\n                                                            mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\n                                                        }else{\n                                                            mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\n                                                        }\n                                                        var new_volume=new_volume_percent\/100;\n                                                        var volume_handle_width=volume_handle.offsetWidth;\n                                                        var new_position=new_volume*volume_handle_width;\n                                                        volume_before.style.width=new_position+\"px\";\n                                                        volume_current.style.left=new_position+\"px\";\n                                                        video.muted=false;\n                                                        video.volume=new_volume;\n                                                        volume=new_volume;\n                                                    }\n\n                                                }\n                                                e.preventDefault();\n                                                break;\n                                            case 38:\n                                                var curent_volume=video.volume;\n                                                var curent_volume_percent=curent_volume*100;\n                                                if(curent_volume_percent<100){\n                                                    var new_volume_percent=curent_volume_percent+10;\n                                                    if(new_volume_percent>100){\n                                                        new_volume_percent=100;\n                                                    }\n                                                    if(new_volume_percent<70){\n                                                        mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-down\"><\/i>';\n                                                    }else{\n                                                        mute_btn.innerHTML='<i class=\"hugeicons hugeicons-volume-up\"><\/i>';\n                                                    }\n                                                    var new_volume=new_volume_percent\/100;\n                                                    var volume_handle_width=volume_handle.offsetWidth;\n                                                    var new_position=new_volume*volume_handle_width;\n                                                    volume_before.style.width=new_position+\"px\";\n                                                    volume_current.style.left=new_position+\"px\";\n                                                    video.volume=new_volume;\n                                                    video.muted=false;\n                                                    volume=new_volume;\n                                                }\n                                                e.preventDefault();\n                                                break;\n                                            case 39:\n                                                step_forward();\n                                                e.preventDefault();\n                                                break;\n                                            case 37:\n                                                step_back();\n                                                e.preventDefault();\n                                                break;\n                                            case 32:\n                                                VideoClickPlayPause();\n                                                e.preventDefault();\n                                                break;\n                                        }\n                                    }\n\n                                    function huge_it_single_video_responsive(){\n                                        var video_parent=container.parentNode;\n                                        var computedStyle = getComputedStyle(video_parent);\n                                        var video_parent_width=video_parent.clientWidth-parseFloat(computedStyle.paddingRight)-parseFloat(computedStyle.paddingLeft);\n                                        if(!isFullScreen()){\n                                            if(video_parent_width<=video_param_width){\n                                                addClass(\"fullwidth\",container);\n                                                jQuery.when(huge_it_single_video_responsive).done(function(){\n                                                    setTimeout(function(){\n                                                        video_width=video.offsetWidth;\n                                                        videoResize();\n                                                    },500);\n                                                });\n                                            }else{\n                                                removeClass(\"fullwidth\",container);\n                                                jQuery.when(huge_it_single_video_responsive).done(function(){\n                                                    setTimeout(function(){\n                                                        video_width=video.offsetWidth;\n                                                        videoResize();\n                                                    },500);\n                                                });\n                                            }\n\n                                        }else{\n                                            setTimeout(function(){\n                                                video_width=video.offsetWidth;\n                                            },500);\n                                        }\n                                    }\n\n                                    function videoResize(){\n                                        setTimeout(function(){\n                                            video_width=video.offsetWidth;\n                                            timeupdate();\n                                            progressHandler();\n                                            saveVolume();\n                                            if(video_width<325){\n                                                addClass(\"small\",container);\n                                            }else{\n                                                removeClass(\"small\",container);\n                                            }\n                                            if(video_width<225){\n                                                addClass(\"very_small\",container);\n                                            }else{\n                                                removeClass(\"very_small\",container);\n                                            }\n\n                                        },200);\n                                    }\n\n                                    \/* helping functions *\/\n                                    \/* *** *\/\n                                    function addClass( classname, element ) {\n                                        var cn = element.className;\n                                        \/*test for existance *\/\n                                        if( cn.indexOf( classname ) != -1 ) {\n                                            return;\n                                        }\n                                        \/* add a space if the element already has class *\/\n                                        if( cn != '' ) {\n                                            classname = ' '+classname;\n                                        }\n                                        element.className = cn+classname;\n                                    }\n\n                                    function removeClass( classname, element ) {\n                                        var cn = element.className;\n                                        var rxp = new RegExp( \"\\\\s?\\\\b\"+classname+\"\\\\b\", \"g\" );\n                                        cn = cn.replace( rxp, '' );\n                                        element.className = cn;\n                                    }\n\n                                    function hasClass(cls, element) {\n                                        return (' ' + element.className + ' ').indexOf(' ' + cls + ' ') > -1;\n                                    }\n\n                                    \/* ADD EVENT LISTENERS *\/\n                                    \/* *** *\/\n                                    video.addEventListener(\"timeupdate\",timeupdate,false);\n                                    video.addEventListener(\"playing\",progressHandler,false);\n                                    video.addEventListener(\"loadeddata\",progressHandler,false);\n                                    video.addEventListener(\"canplaythrough\",progressHandler,false);\n                                    video.addEventListener(\"progress\",progressHandler,false);\n                                    video.addEventListener(\"waiting\",waiting,false);\n                                    video.addEventListener(\"canplay\",notWaiting,false);\n                                    video.addEventListener(\"ended\",videoEnd,false);\n                                    video.addEventListener(\"resize\",videoResize,false);\n                                    \/* *** *\/\n                                    video.addEventListener(\"click\",VideoClickPlayPause,false);\n                                    video.addEventListener(\"dblclick\",toggle_full_screen,false);\n                                    center_play_icon.addEventListener(\"click\",VideoClickPlayPause,false);\n                                    center_pause_icon.addEventListener(\"click\",VideoClickPlayPause,false);\n                                    center_wait_icon.addEventListener(\"click\",VideoClickPlayPause,false);\n                                    thumb_box.addEventListener(\"click\",PlayPause,false);\n                                    play_btn.addEventListener(\"click\",PlayPause,false);\n                                    backward_btn.addEventListener(\"click\",step_back,false);\n                                    forward_btn.addEventListener(\"click\",step_forward,false);\n                                    mute_btn.addEventListener(\"click\",toggle_mute,false);\n                                    fullscreen_btn.addEventListener(\"click\",toggle_full_screen,false);\n                                    container.addEventListener('webkitfullscreenchange', exitHandler, false);\n                                    container.addEventListener('mozfullscreenchange', exitHandler, false);\n                                    container.addEventListener('fullscreenchange', exitHandler, false);\n                                    container.addEventListener('MSFullscreenChange', exitHandler, false);\n                                    progress_bar.addEventListener(\"mouseover\",timerDisplay,false);\n                                    progress_bar.addEventListener(\"mousemove\",timerDisplay,false);\n                                    progress_bar.addEventListener(\"mouseout\",timerNotDisplay,false);\n\n                                    \/* KEYBOARD *\/\n                                    \/* *** *\/\n                                    container.addEventListener(\"mouseover\",function(){\n                                        window.addEventListener(\"keydown\",keyFunctions,false);\n                                    },false)\n\n                                    container.addEventListener(\"mouseout\",function(){\n                                        window.removeEventListener(\"keydown\",keyFunctions,false);\n                                    },false)\n                                    \/* *** *\/\n\n                                    \/* VIDEO SEEKING *\/\n                                    progress_bar.addEventListener(\"mousedown\",function(e){\n                                        dragging=1;\n                                        vidSeeking(e);\n                                    },false);\n\n                                    window.addEventListener(\"mousemove\",function(e){\n                                        if(dragging==1){\n                                            if(paused!=1){\n                                                video.pause();\n                                            }\n                                            removeClass(\"playing\",container);\n                                            vidSeeking(e);\n                                        }\n                                    },false);\n                                    window.addEventListener(\"mouseup\",function(){\n                                        if(dragging==1){\n                                            if(paused!==1){\n                                                video.play();\n                                            }\n                                            addClass(\"playing\",container);\n                                            dragging=\"\";\n                                        }\n                                    },false);\n                                    \/* VOLUME CHANGING *\/\n                                    volume_handle.addEventListener(\"mousedown\",function(e){\n                                        volume_dragging=1;\n                                        setVolume(e);\n                                    },false);\n                                    window.addEventListener(\"mousemove\",function(e){\n                                        if(volume_dragging==1){\n                                            setVolume(e);\n                                        }\n                                    },false);\n                                    window.addEventListener(\"mouseup\",function(){\n                                        if(volume_dragging==1){\n                                            volume_dragging=\"\";\n                                        }\n                                    },false);\n\n                                    \/* ONLOAD STUFF *\/\n                                    \/* *** *\/\n                                    if(autoplay==\"true\"){\n                                        video.play();\n                                        video.autoplay = true;\n                                        addClass(\"playing\",container);\n                                        removeClass(\"poster\",container);\n                                        thumb_box.style.display=\"none\";\n                                        play_btn.innerHTML='<i class=\"hugeicons hugeicons-pause\"><\/i>';\n                                    }else{\n                                        video.autoplay = false;\n                                        removeClass(\"playing\",container);\n                                        play_btn.innerHTML='<i class=\"hugeicons hugeicons-play\"><\/i>';\n                                        addClass(\"poster\",container);\n                                        thumb_box.style.display=\"block\";\n                                    }\n\n                                    huge_it_single_video_responsive();\n                                    jQuery(window).on(\"resize\",function(){\n                                        huge_it_single_video_responsive();\n                                    });\n\n                                    var timeout;\n                                    container.onmousemove = function(){\n                                        if(isFullScreen()){\n                                            removeClass(\"hide_controls\",container);\n                                            clearTimeout(timeout);\n                                            timeout = setTimeout(function(){\n                                                addClass(\"hide_controls\",container);\n                                            },3000);\n                                        }\n\n                                    }\n                                }\n                            }\n                        <\/script>\n                        <style>\n                            \/*\n                        parameters\n                        *\/\n                            #huge_it_sigle_video_player_69092 {\n                                width:640px;\n                                                            margin:0px auto;\n                                                            margin-top:5px;\n                                margin-bottom:5px;\n                                border:0px solid #009BE3;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .thumbnail_block {\n                                background:#EEEEEE;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom {\n                                background:rgba(51,51,51,0);\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_center {\n                                color:#FFFFFF !important;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .control,\n                            #huge_it_sigle_video_player_69092 .thumbnail_block .thumbnail_play {\n                                color:#FFFFFF !important;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .control:hover,\n                            #huge_it_sigle_video_player_69092 .thumbnail_block .thumbnail_play:hover {\n                                color:#FFFFFF !important;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\n                                background:transparent;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\n                                background:rgba(255,255,255,0.2);\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\n                                background:rgba(255,255,255,0.4);\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before,\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played{\n                                background:#F12B24;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\n                                background:#f12b24;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .current_time {\n                                color:#FFFFFF;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .separator,\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .duration_time {\n                                color:#DDDDDD;\n                            }\n\n                            \/*\n                            static\n                            *\/\n                            #huge_it_sigle_video_player_69092 {\n                                position:relative;\n                                display:table;\n                                height:auto;\n                                font-size:15px;\n                                font-weight:normal;\n                                font-family:Roboto, Arial, Helvetica, sans-serif;\n                                font-style:normal;\n                                line-height:1;\n                                text-indent:0px;\n                                user-select:none;\n                                -webkit-user-select:none;\n                                -moz-user-select:none;\n                                -o-user-select:none;\n                                -ms-user-select:none;\n                                box-sizing: content-box;\n                            }\n\n                            #huge_it_sigle_video_player_69092.poster {\n                                overflow:hidden;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullwidth {\n                                width:100%;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen {\n                                width:100%;\n                                transition:none;\n                                height:100%;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen video {\n                                width:100%;\n                                max-height:100%;\n                            }\n\n                            #huge_it_sigle_video_player_69092 div[data-title]:hover:after {\n                                content: attr(data-title);\n                                padding:8px 10px;\n                                color: #fff;\n                                position: absolute;\n                                left:0;\n                                bottom: calc(100% + 20px);\n                                bottom: -webkit-calc(100% + 20px);\n                                bottom: -moz-calc(100% + 20px);\n                                bottom: -ms-calc(100% + 20px);\n                                bottom: -o-calc(100% + 20px);\n                                white-space: nowrap;\n                                z-index:6;\n                                font-size:12px;\n                                background:#444;\n                                border-radius:2px;\n                                line-height:1;\n                                -moz-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -webkit-transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transition: opacity .1s cubic-bezier(0.0,0.0,0.2,1);\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_player {\n                                position:relative;\n                                float:left;\n                                display:block;\n                                width:100%;\n                                height:100%;\n                                margin:0px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_player video {\n                                position:relative;\n                                float:left;\n                                display:block;\n                                width:100%;\n                                height:auto;\n                                margin:0px;\n                                z-index:5;\n                                background:#000;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .thumbnail_block {\n                                position:absolute;\n                                display:none;\n                                left:0px;\n                                top:0px;\n                                width:100%;\n                                height:100%;\n                                overflow:hidden;\n                                z-index:10;\n                                text-align:center;\n                                vertical-align:middle;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .thumbnail_block:before {\n                                content: \"\";\n                                display: inline-block;\n                                vertical-align: middle;\n                                height: 100%;\n                            }\n\n                            #huge_it_sigle_video_player_69092.poster .thumbnail_block {\n                                display:block;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .thumbnail_block img {\n                                display:block;\n                                position:absolute;\n                                top:0px;\n                                left:0px;\n                                min-width:100%;\n                                min-height:100%;\n                                max-width:100%;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .thumbnail_block .thumbnail_play {\n                                position:absolute;\n                                display:block;\n                                left:50%;\n                                top:50%;\n                                margin:-30px 0px 0px -30px;\n                                width:60px;\n                                height:60px;\n                                font-size:58px;\n                                line-height:60px;\n                                text-align:center;\n                                cursor:poiner;\n                                transition:transform .5s cubic-bezier(0.0,0.0,0.2,1);\n                                cursor:pointer;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .thumbnail_block .thumbnail_play:hover {\n                                transform:scale(1.05,1.05);\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_top {\n                                position: absolute;\n                                top: 0px;\n                                left: 0px;\n                                width: calc(100% - 30px);\n                                width: -webkit-calc(100% - 30px);\n                                width: -moz-calc(100% - 30px);\n                                width: -o-calc(100% - 30px);\n                                width: -ms-calc(100% - 30px);\n                                padding: 15px;\n                                background:rgba(0,0,0,.1);\n                                cursor: pointer;\n                                overflow: hidden;\n                                z-index:11;\n                                webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\n                                transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_top,\n                            #huge_it_sigle_video_player_69092.hide_controls.playing .huge_it_video_player_top {\n                                opacity:0;\n                            }\n\n\n\n                            #huge_it_sigle_video_player_69092.playing:not(.hide_controls):hover .huge_it_video_player_top {\n                                opacity:1;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_top .video_title {\n                                color: #fff;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom {\n                                position:absolute;\n                                display:block;\n                                bottom:0px;\n                                left:0px;\n                                height:50px;\n                                width:100%;\n                                z-index:6;\n                                webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\n                                transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom {\n                                height:80px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom {\n                                opacity:0;\n                            }\n\n                            #huge_it_sigle_video_player_69092.hide_controls.playing .huge_it_video_player_bottom {\n                                opacity:0;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing:not(.hide_controls):hover .huge_it_video_player_bottom {\n                                opacity:1;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\n                                position:absolute;\n                                left:0px;\n                                bottom:30px;\n                                display:block;\n                                width:100%;\n                                height:20px;\n                                margin:0px;\n                                line-height:1;\n                                cursor:pointer;\n                                -moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transform-origin:center center;\n                                -webkit-transform-origin:center center;\n                                -moz-transform-origin:center center;\n                                -o-transform-origin:center center;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide {\n                                height:30px;\n                                bottom:50px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\n                                position:absolute;\n                                display:block;\n                                bottom:7.5px;\n                                left:0px;\n                                width:100%;\n                                height:5px;\n                                z-index:6;\n                                -moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transform-origin:center center;\n                                -webkit-transform-origin:center center;\n                                -moz-transform-origin:center center;\n                                -o-transform-origin:center center;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration {\n                                bottom:11px;\n                                height:8px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played {\n                                position:absolute;\n                                display:block;\n                                bottom:7.5px;\n                                left:0px;\n                                width:0px;\n                                height:5px;\n                                z-index:8;\n                                -moz-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -webkit-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -ms-transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transition:height .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transform-origin:center center;\n                                -webkit-transform-origin:center center;\n                                -moz-transform-origin:center center;\n                                -o-transform-origin:center center;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played {\n                                bottom:11px;\n                                height:8px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\n                                position:absolute;\n                                display:block;\n                                bottom:3.5px;\n                                left:0px;\n                                width:13px;\n                                height:13px;\n                                margin-left:-6.5px;\n                                background:#f12b24;\n                                border-radius:6.5px;\n                                z-index:9;\n                                cursor:pointer;\n                                -moz-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -webkit-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -ms-transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transition:transform .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transform-origin:center center;\n                                -webkit-transform-origin:center center;\n                                -moz-transform-origin:center center;\n                                -o-transform-origin:center center;\n\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\n                                background:#f12b24;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\n                                bottom:5px;\n                                width:20px;\n                                height:20px;\n                                border-radius:10px;\n                                margin-left:-10px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .thumb {\n                                transform:scale(0,0);\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .thumb {\n                                transform:scale(1,1);\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\n                                position:absolute;\n                                display:block;\n                                bottom:7.5px;\n                                left:0px;\n                                width:0px;\n                                height:5px;\n                                z-index:7;\n                                -moz-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -webkit-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                -ms-transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transition:all .1s cubic-bezier(0.0,0.0,0.2,1);\n                                transform-origin:center center;\n                                -webkit-transform-origin:center center;\n                                -moz-transform-origin:center center;\n                                -o-transform-origin:center center;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\n                                bottom:11px;\n                                height:8px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration,\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played,\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\n                                bottom:8.5px;\n                                height:3px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .duration,\n                            #huge_it_sigle_video_player_69092.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .played,\n                            #huge_it_sigle_video_player_69092.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide .buffered {\n                                bottom:12.5px;\n                                height:5px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .duration,\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .played,\n                            #huge_it_sigle_video_player_69092.playing .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .buffered {\n                                bottom:7.5px;\n                                height:5px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .duration,\n                            #huge_it_sigle_video_player_69092.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .played,\n                            #huge_it_sigle_video_player_69092.playing.fullscreen .huge_it_video_player_bottom .huge_it_video_player_duration_slide:hover .buffered {\n                                bottom:11px;\n                                height:8px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_duration_slide .hover_timer {\n                                position: absolute;\n                                display:none;\n                                left:0;\n                                bottom:100%;\n                                padding: 5px 9px;\n                                max-width: 200px;\n                                background:rgba(28,28,28,0.8);\n                                border-radius:2px;\n                                white-space: nowrap;\n                                word-wrap: normal;\n                                -o-text-overflow: ellipsis;\n                                text-overflow: ellipsis;\n                                font-size:11px;\n                                line-height:1;\n                                color: #fff;\n                                z-index:6;\n                                -moz-transform: none;\n                                -ms-transform: none;\n                                -webkit-transform: none;\n                                transform: none;\n                                -moz-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\n                                -webkit-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\n                                -ms-transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\n                                transition:opacity .1s cubic-bezier(0.4,0.0,1,1);\n                                -webkit-animation-duration:.1s;\n                                -webkit-animation-iteration-count:1;\n                                -webkit-animation-timing-function: cubic-bezier(0.4,0.0,1,1);\n                                opacity:0;\n                            }\n\n                            @-webkit-keyframes opacity {\n                                0% {\n                                    opacity:0;\n                                }\n                                100% {\n                                    opacity:1;\n                                }\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls {\n                                position:absolute;\n                                left:0px;\n                                bottom:0px;\n                                display:block;\n                                width:100%;\n                                height:30px;\n                                margin:0px;\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls {\n                                text-align:center;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls {\n                                height:50px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .control {\n                                position:relative;\n                                display:inline-block;\n                                width:30px;\n                                height:30px;\n                                margin:0px 0px 0px 5px;\n                                font-size:16px;\n                                line-height:30px;\n                                text-align:center;\n                                vertical-align:top;\n                                cursor:pointer;\n                            }\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .control i{\n                                line-height: inherit;\n                            }\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .control {\n                                width:50px;\n                                height:50px;\n                                margin:0px 0px 0px 5px;\n                                font-size:30px;\n                                line-height:50px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .fast_back {\n\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls .fast_back {\n                                display:none;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .play_pause {\n\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls .play_pause {\n                                float:left;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .fast_forward {\n\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls .fast_forward {\n                                display:none;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\n\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\n                                float:left;\n                            }\n\n                            #huge_it_sigle_video_player_69092.very_small .huge_it_video_player_bottom .huge_it_video_player_controls .mute_button {\n                                display:none;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\n                                position:relative;\n                                display:inline-block;\n                                width:50px;\n                                height:30px;\n                                background: none;\n                                cursor: pointer;\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\n                                float:left;\n                            }\n\n                            #huge_it_sigle_video_player_69092.very_small .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\n                                display:none;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle {\n                                position:relative;\n                                display:inline-block;\n                                width:100px;\n                                height:50px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before {\n                                position: absolute;\n                                top:13.5px;\n                                left:0px;\n                                height:3px;\n                                width:50px;\n                                z-index:7;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_before {\n                                top:22.5px;\n                                height:5px;\n                                width:100px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_current {\n                                position: absolute;\n                                top:8.5px;\n                                left:50px;\n                                height:13px;\n                                width: 4px;\n                                margin-left:-2px;\n                                background: #fff;\n                                z-index:8;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_current {\n                                top:15px;\n                                height:20px;\n                                width:6px;\n                                margin-left:-3px;\n                                left:100px;\n                                width: 4px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_after {\n                                position: absolute;\n                                top:13.5px;\n                                left:0px;\n                                height:3px;\n                                width:50px;\n                                background:#fff;\n                                z-index:6;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .volume_handle .volume_after {\n                                top:22.5px;\n                                height:5px;\n                                width:100px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer {\n                                position:relative;\n                                display:inline-block;\n                                min-width:50px;\n                                height:30px;\n                                margin:0px 0px 0px 5px;\n                                vertical-align:top;\n                                font-size:11px;\n                                line-height:30px;\n                                font-style:normal;\n                                font-weight:normal;\n                                text-align:center;\n                                cursor:pointer;\n                            }\n\n                            #huge_it_sigle_video_player_69092.fullscreen .huge_it_video_player_bottom .huge_it_video_player_controls .timer {\n                                height:50px;\n                                font-size:14px;\n                                line-height:50px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .current_time {\n                                display:inline-block;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .separator {\n                                display:inline-block;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .timer .duration_time {\n                                display:inline-block;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_bottom .huge_it_video_player_controls .full_screen {\n                                float:right;\n                            }\n\n                            #huge_it_sigle_video_player_69092.small .huge_it_video_player_bottom .huge_it_video_player_controls .full_screen {\n                                float:initial;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_center {\n                                text-align:center;\n                                font-size:15px;\n                                line-height:40px;\n                            }\n\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_center div {\n                                position:absolute;\n                                display:none;\n                                left:50%;\n                                top:50%;\n                                margin-top:-20px;\n                                height:40px;\n                                width:40px;\n                                margin-left:-20px;\n                                background: rgba(0,0,0,.2);\n                                border-radius: 100%;\n                                text-align:center;\n                                transition:all .5s linear;\n                                -webkit-animation-duration:.5s;\n                                -webkit-animation-iteration-count:1;\n                                -webkit-animation-timing-function: linear;\n                                z-index:6;\n                                opacity:0;\n                            }\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_center i {\n                                line-height: 40px;\n                            }\n                            #huge_it_sigle_video_player_69092 .huge_it_video_player_center .center_wait {\n                                background:transparent;\n                            }\n\n\n\n                            @-webkit-keyframes popup {\n                                0% {\n                                    opacity:1;\n                                    transform:scale(1,1);\n                                }\n                                100% {\n                                    opacity:0;\n                                    transform:scale(3,3);\n                                }\n                            }\n\n                            #huge_it_sigle_video_player_69092 * {\n                                box-sizing:content-box !important;\n                                text-indent: 0px;\n                            }\n                        <\/style>\n                        <div id=\"huge_it_sigle_video_player_69092\">\n                            <div class=\"huge_it_video_player_player\">\n                                <video src=\"http:\/\/rosevilleaikidocenter.com\/main\/wp-content\/uploads\/2016\/08\/Roseville-Martial-Arts-School-Aikido-and-Healing-Arts-Center-of-Roseville.mp4\" data-current=\"--\" data-duration=\"--\">\n                                    Your browser does not support HTML5 video.\n                                <\/video>\n                            <\/div>\n                            <div class=\"thumbnail_block\">\n                                                                <div class=\"thumbnail_play\"><i class=\"hugeicons hugeicons-play-circle-o\"><\/i><\/div>\n                            <\/div>\n                                                            <div class=\"huge_it_video_player_top\">\n                                    <div class=\"video_title\">Aikido &amp; Healing Arts of Roseville<\/div>\n                                <\/div>\n                                                        <div class=\"huge_it_video_player_bottom\">\n                                <div class=\"huge_it_video_player_duration_slide\">\n                                    <div class=\"duration\"><\/div>\n                                    <div class=\"played\"><\/div>\n                                    <div class=\"thumb\"><\/div>\n                                    <div class=\"buffered\"><\/div>\n                                    <div class=\"hover_timer\">\n                                        <span class=\"hover_timer_time\">00:00<\/span>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"huge_it_video_player_controls\">\n                                    <div class=\"fast_back control\" data-title=\"Fast backward\"><i class=\"hugeicons hugeicons-step-backward\"><\/i><\/div>\n                                    <div class=\"play_pause control\" data-title=\"Play\"><i class=\"hugeicons hugeicons-play\"><\/i><\/div>\n                                    <div class=\"fast_forward control\" data-title=\"Fast forward\"><i class=\"hugeicons hugeicons-step-forward\"><\/i><\/div>\n                                    <div class=\"mute_button control\" data-title=\"Mute\"><i class=\"hugeicons hugeicons-volume-up\"><\/i><\/div>\n                                    <div class=\"volume_handle\">\n                                        <div class=\"volume_before\"><\/div>\n                                        <div class=\"volume_current\"><\/div>\n                                        <div class=\"volume_after\"><\/div>\n                                    <\/div>\n                                    <div class=\"timer\">\n                                        <div class=\"current_time\">--<\/div>\n                                        <div class=\"separator\"> \/ <\/div>\n                                        <div class=\"duration_time\">--<\/div>\n                                    <\/div>\n                                    <div class=\"full_screen control\" data-title=\"Full Screen\"><i class=\"hugeicons hugeicons-expand\"><\/i><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"huge_it_video_player_center\">\n                                <div class=\"center_play\"><i class=\"hugeicons hugeicons-play\"><\/i><\/div>\n                                <div class=\"center_pause\"><i class=\"hugeicons hugeicons-pause\"><\/i><\/div>\n                                <div class=\"center_wait\"><i class=\"hugeicons hugeicons-spinner hugeicons-pulse\"><\/i><\/div>\n                            <\/div>\n                        <\/div>\n                        \t\t\t\n<h3><img loading=\"lazy\" decoding=\"async\" class=\"alignright size-medium wp-image-156\" style=\"border: 1px solid black;\" title=\"Kevin and Will training\" src=\"https:\/\/rosevilleaikidocenter.com\/main\/wp-content\/uploads\/2011\/03\/aikido_pic3-300x198.png\" alt=\"\" width=\"300\" height=\"198\" srcset=\"https:\/\/rosevilleaikidocenter.com\/main\/wp-content\/uploads\/2011\/03\/aikido_pic3-300x198.png 300w, https:\/\/rosevilleaikidocenter.com\/main\/wp-content\/uploads\/2011\/03\/aikido_pic3.png 400w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/h3>\n<p>In Aikido, as in virtually all Japanese Martial Arts, there are both physical and mental aspects of training. The physical training in Aikido is diverse, covering both general physical fitness and conditioning, as well as specific techniques. Because a substantial portion of any Aikido curriculum consists of throws, the first thing most students learn is how to safely fall or roll. The specific techniques for attack include both strikes and grabs; the techniques for defense consist of throws and pins. After basic techniques are learned, students study freestyle defense against multiple opponents, and in certain styles, techniques with weapons.<\/p>\n<p>Aikido is performed by blending with the motion of the attacker and redirecting the force of the attack rather than opposing it head-on. This requires very little physical strength, as the Aikidoka (Aikido practitioner) &#8220;leads&#8221; the attacker&#8217;s momentum using entering and turning movements. The techniques are completed with various throws or joint locks. Aikido can be categorized under the general umbrella of grappling arts.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Aikido, as in virtually all Japanese Martial Arts, there are both physical and mental aspects of training. The physical training in Aikido is diverse, covering both general physical fitness and conditioning, as well as specific techniques. Because a substantial portion of any Aikido curriculum consists of throws, the first thing most students learn is<a class=\"moretag\" href=\"https:\/\/rosevilleaikidocenter.com\/main\/aikido\/\"><span class=\"screen-reader-text\">Read more about Aikido<\/span>[&#8230;]<\/a><\/p>\n","protected":false},"author":37,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"page_full.php","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":17,"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":2789,"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/pages\/5\/revisions\/2789"}],"wp:attachment":[{"href":"https:\/\/rosevilleaikidocenter.com\/main\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}