January 20, 2020 at 9:12:54 AM UTC
VERIFY
Websites
Websites
Runtime: 4.9s
Share on Facebook or Twitter
On January 20, 2020 at 9:12:54 AM UTC, http://www.partypoker.com/ was accessible when tested on AS8048 in Venezuela.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
74.125.184.10
Query:
IN A www.partypoker.com
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
CNAME
www.partypoker.com.cdn.cloudflare.net
Unknown AS
@
IN
A
104.16.58.47
Unknown AS
@
IN
A
104.16.57.47
Unknown AS

TCP Connections

104.16.58.47:80: succeeded
104.16.57.47:80: succeeded

HTTP Requests

URL
GET https://www.partypoker.com/
Response Headers
Expect-CT:
max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
X-Vanilla-App-Execution-Duration:
114 ms
Transfer-Encoding:
chunked
Set-Cookie:
usersettings=lc=false&cid=&vc=1&sst=2020-01-20T11:13:26.2110965Z&psst=0001-01-01T00:00:00.0000000Z&lvp=http://www.partypoker.com&lsid=oeaq1hdtwj0san2q4ufcbfuj; domain=.partypoker.com; expires=Thu, 17-Jan-2030 11:13:26 GMT; path=/; secure; HttpOnly
CF-Cache-Status:
DYNAMIC
Expires:
-1
Vary:
Accept-Encoding
Server:
cloudflare
Connection:
keep-alive
Link:
</en/client-bootstrap-scripts.js?browserUrl=http%3A%2F%2Fwww.partypoker.com%2F&nonce=637151156062110965&freshUserValues=False>; as=script; rel=preload; nopush
X-UA-Compatible:
IE=edge
Pragma:
no-cache
Cache-Control:
no-cache, no-store, must-revalidate
Date:
Mon, 20 Jan 2020 11:13:26 GMT
CF-RAY:
55809e7979c6c86b-MIA
Content-Type:
text/html; charset=utf-8
X-Frame-Options:
SAMEORIGIN
Response Body
<!doctype html>
<html class="fw-nine" lang="en" data-lang-route-value="en" data-label="partypoker.com"
      data-env="prod" data-theme="party-poker">
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title>partypoker</title>
    <meta name="apple-mobile-web-app-title" content="partypoker" />
    <meta name="description" />


    
<style>
@media screen and (min-width:1366px) {
.ngxcarousel-inner .md-teaser-content .title {
    font-size:30px!important;

}
.ngxcarousel-inner .md-teaser-content .subtitle {
    font-size:22px!important;
}
}

.button-none .md-teaser-cta {
display:none!important;
}
</style>
<style>
#vc-client-promotion .vc-client-promotion-container .default-client-promo .slide-content .more-info-left,
#vc-client-promotion .vc-client-promotion-container .swiper-bg-container .slide-content .more-info-left {
    float:none !important;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,greek" rel="stylesheet">
<!--injected by sitecore for game skelton-->
<style>
   @media only screen and (min-width: 768px){
a.game-image-link {
    background-color: #dcdcdc !important;
    min-height: 100px !important;
  }
}
@media only screen and (min-width: 1000px){
a.game-image-link {
    background-color: #dcdcdc !important;
    min-height: 135px !important;
  }
}
@media only screen and (min-width: 1350px){
a.game-image-link {
    background-color: #dcdcdc !important;
    min-height: 170px !important;
  }
}
</style>
<style>
.cookie-consent-message .cookie-message .btn-go {
    background:#e8490d;
    border-color:#e8490d;
}
</style>
<script type="text/javascript">

// Show Modal Popup
function showPokerHandsModal(event){
      var getModalId = document.getElementById("HandRankModal");
      var getBodyTag = document.getElementsByTagName("body");
      getModalId.style.display = "block";
      getBodyTag[0].className = "hideScrollRanking";
      event.stopPropagation(); 
}

// Hide Modal Popup
function closeHandRankModal(){
      var getModalId = document.getElementById("HandRankModal");
      var getBodyTag = document.getElementsByTagName("body");
      getModalId.style.display = "none";
      getBodyTag[0].classList.remove("hideScrollRanking");
}

document.addEventListener('keydown', function(event) {
    const key = event.key; // Or const {key} = event; in ES6+
    if (key === "Escape") {
    closeHandRankModal();
    }
});

// Download File
function downloadPokerhands(event){
	event.preventDefault();
	
fetch('https://scmedia.itsfogo.com/$-$/cada840066764dd8ad8195e0ccf0edb0.pdf')
  .then(resp => resp.blob())
  .then(blob => {
    const url = window.URL.createObjectURL(blob);
    const a = document.createElement('a');
    a.style.display = 'none';
    a.href = url;
    // the filename you want
    a.download = 'poker-hand-rankings.pdf';
    document.body.appendChild(a);
    a.click();
    window.URL.revokeObjectURL(url);
  })
  .catch(() => alert('oh no!'));
}
</script>
<script type="text/javascript">
window.addEventListener("message", receiveMessage, false);
function receiveMessage(e){
	if(e.data !==  ''){
		try {
		const payload = JSON.parse(e.data);
	    if (payload.type !== 'iframe-height') {
	      return;
	    }
		const newHeight = parseInt(payload.height, 10);
	      var ifrm = document.getElementById('iframeResizer')
		var ifrmclass = document.querySelectorAll('.iframeResizer')
                if(ifrmclass){
                        for(i=0;i<ifrmclass.length;i++){
					ifrmclass[i].style.height = newHeight+"px";
				}
               }
                if(newHeight > 100){
			ifrm.style.height = newHeight+"px";
			}
		} catch (e) { }
	}
}
</script>
<script type="text/javascript">
function slideToggleFunction() {
     	var accItem = document.getElementsByClassName('accordionItem');
	var accHD = document.getElementsByClassName('accordionItemHeading');
	for (i = 0; i < accHD.length; i++) {
		accHD[i].addEventListener('click', toggleItem, false);
	}
}

	function toggleItem() {
               this.parentElement.className=='accordionItem close'?this.parentElement.className="accordionItem open":this.parentElement.className="accordionItem close"
	}


function dataLayerRouteListener(route) {
   if(route == 'promotions/500k-alias-race' || route =='promotions/road-to-the-superbowl' || route == 'promotions/boleto-astro-pay' || route == 'powerfest/event-history' || route =='powerfest/test-evergreen-content' || route=='promotions/spins-Storm' || route=='promotions/spins-storm' ){
     setTimeout(function appendTarget(){
          var element = document.getElementsByClassName('accordionItem');;
                 if(element.length > 0 ){
                    slideToggleFunction();
            }else{
                   setTimeout(appendTarget, 500)
              }
       }, 500)
    }
}

function dataLayerLoadListener(route) {
	/* DID LOAD? */
	var routes = [
		'p/software-updates-new',
		'p/software-updates-mac',
        'p/software-updates-android',
        'p/software-updates-ios',
        'p/software-updates',
	];
	if(routes.indexOf(route) > -1) {
    	document.querySelector('.pc-toggle-checker').checked = true;
	}
}var dataLayerInterval=setInterval(function(){var a,e,r,t,n,o;window.dataLayer&&(clearInterval(dataLayerInterval),a=dataLayer,e=dataLayerRouteListener,n=dataLayerLoadListener,r=a.push,t=null,o=!1,a.push=function(){return Array.from(arguments).forEach(function(a){if(a["page.name"]&&a["page.name"]!==t){t=a["page.name"],document.body.setAttribute("data-path",t);try{e(t)}catch(a){console.error(a)}}if("js"===a[0]&&o||"gtm.load"===a.event){o=!0;try{n(t)}catch(a){console.error(a)}}}),r.apply(a,arguments)})},0);

</script>	
<style>
.accordionWrapper {
overflow:hidden;
}
.accordionItem{
    display:block;
    width:100%;
    box-sizing: border-box;
margin-bottom:20px;

}
.accordionItemHeading{
        cursor: pointer;
    margin: 0!important;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0!important;
    font-size: 15px!important;
    line-height: 1!important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
transition: all 0.2s ease-out;
}

.accordionItemHeading:hover {
    text-shadow:none!important;
    background: #efefef;
    border-color: #ddd;
}

.accordionItemHeading:after {
    content: "+";
    float: right;
    font-weight: 400;
    font-size: 20px;
    top: -3px;
    position: relative;
}

.open .accordionItemHeading:after {
    content: "-";
}

.accordionWrapper .close {
float:none!important;
}

.close {opacity:1!important;}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    display:block;
    
    
}
.open .accordionItemContent{
    padding: 20px;
    width: 100%;
    margin: 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
        box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;

}

.open .accordionItemContent p:last-child {
    margin-bottom: 0;
}

</style>
<script type="text/javascript">
var storeJumioRibbonLastUrl = function()
{
     var loc= window.location.href;
     var d = new Date();
     var currentDomain = "";
     d.setTime(d.getTime() + (1*24*60*60*1000));
     var expires = 'expires='+ d.toUTCString();
	 if(window.clientConfig.m2Page !== undefined)
	 {
	 currentDomain = window.clientConfig.m2Page.domain;
	 }
	 else {
	 currentDomain = window.clientConfig.vnPage.domain;
	 }
     document.cookie = 'jumioRibbonPrevLoc= '+ loc + ';'+ expires +';path=/; domain='+ currentDomain;
     return true;
}
</script>
<script type="text/javascript">
      window.bwin = window.bwin || {};
      window.bwin.livepersonchat = window.bwin.livepersonchat || {};
      window.bwin.livepersonchat.version = "1.3.4";
(function (ns) {
    "use strict";
       
    var isLivePersonPushChatEnabled = true;
    var livePersonPushChatShowInvite = true;
    var allowedLanguages = ['en'];
    var allowedEvents = ['registrationfailed','depositfailed','kycFailed'];


ns.loadScriptData=function()
{
window.lpTag = window.lpTag || {}, "undefined" == typeof window.lpTag._tagCount ? (window.lpTag = { site: "5003492" || "", section: lpTag.section || "", tagletSection: lpTag.tagletSection || null, autoStart: lpTag.autoStart !== !1, ovr: lpTag.ovr || {}, _v: "1.8.0", _tagCount: 1, protocol: "https:", events: { bind: function (t, e, i) { lpTag.defer(function () { lpTag.events.bind(t, e, i) }, 0) }, trigger: function (t, e, i) { lpTag.defer(function () { lpTag.events.trigger(t, e, i) }, 1) } }, defer: function (t, e) { 0 == e ? (this._defB = this._defB || [], this._defB.push(t)) : 1 == e ? (this._defT = this._defT || [], this._defT.push(t)) : (this._defL = this._defL || [], this._defL.push(t)) }, load: function (t, e, i) { var n = this; setTimeout(function () { n._load(t, e, i) }, 0) }, _load: function (t, e, i) { var n = t; t || (n = this.protocol + "//" + (this.ovr && this.ovr.domain ? this.ovr.domain : "lptag.liveperson.net") + "/tag/tag.js?site=" + this.site); var a = document.createElement("script"); a.setAttribute("charset", e ? e : "UTF-8"), i && a.setAttribute("id", i), a.setAttribute("src", n), document.getElementsByTagName("head").item(0).appendChild(a) }, init: function () { this._timing = this._timing || {}, this._timing.start = (new Date).getTime(); var t = this; window.attachEvent ? window.attachEvent("onload", function () { t._domReady("domReady") }) : (window.addEventListener("DOMContentLoaded", function () { t._domReady("contReady") }, !1), window.addEventListener("load", function () { t._domReady("domReady") }, !1)), "undefined" == typeof window._lptStop && this.load() }, start: function () { this.autoStart = !0 }, _domReady: function (t) { this.isDom || (this.isDom = !0, this.events.trigger("LPT", "DOM_READY", { t: t })), this._timing[t] = (new Date).getTime() }, vars: lpTag.vars || [], dbs: lpTag.dbs || [], ctn: lpTag.ctn || [], sdes: lpTag.sdes || [], hooks: lpTag.hooks || [], ev: lpTag.ev || [] }, lpTag.init()) : window.lpTag._tagCount += 1;

}
    function lpmFinder() {
        var foundNode = null;
        var nodes = document.getElementsByClassName("LPMoverlay");

        for (var index = 0; index < nodes.length; index++) {
            if (!('role' in nodes[index].attributes)) {
                foundNode = nodes[index]
                break;
            }
        }
        return foundNode;
    }

    ns.handlePushChatShowInvite = function () {
        if (!livePersonPushChatShowInvite) {
            document.addEventListener('DOMNodeInserted', function () {
                var lpmNode = lpmFinder();
                if (lpmNode) {
                    lpmNode.style.visibility = "hidden";
                    if (lpmNode.firstElementChild != null) {
                        console.log("lpmNode.firstElementChild:" + lpmNode.firstElementChild);
                        lpmNode.firstElementChild.click();
                    }
                    console.log("lpmNode:" + lpmNode);
                }

            }, false);
        }
    }
    function sendBusinessLivePersonEvent(data) {
        if (data) {
            lpTag.sdes = lpTag.sdes || [];
            if (Array.isArray(data)) {
                for (var i = 0; i < data.length; i++) {
                    console.log("Sending LivePerson Event >> " + JSON.stringify(data[i]));
                    lpTag.sdes.push(data[i]);
                }
            } else {
                console.log("Sending LivePerson Event >> " + JSON.stringify(data));
                lpTag.sdes.push(data);
            }
        }
    }

    function setSection(data) {
        if (data) {
            console.log('Live Person Chat setSection', data);
             lpTag.section = data;
        }
    }

    ns.sendLivepersonEvent = function (eventname, rejection, params) {
        if (!isLivePersonPushChatEnabled) {
            return;
        }
        var langAllowed = allowedLanguages.indexOf(params.language) > -1;
        var eventsAllowed = allowedEvents.indexOf(eventname) > -1;
        if (langAllowed && eventsAllowed) {
            var messageCommonHeader = {
                'client-brandId': params.brand,
                'client-channel': params.channel,
                'client-language': params.language,
                'client-platformFrontendId': params.frontend,
                'client-productId': params.product
            };
            var messageThatHasToBeSent = messageCommonHeader;
            messageThatHasToBeSent['trigger-errorCode'] = rejection.errorCode;
            messageThatHasToBeSent['trigger-errorMessage'] = rejection.message;
            var event = createCustomEvent(JSON.stringify(messageThatHasToBeSent), eventname, params);
            sendBusinessLivePersonEvent(event);
        }
    }


    function createCustomEvent(message, code, params) {

        var event = [{
            "type": "error",  //MANDATORY
            "error": {
                "contextId": "error details",
                "message": message,
                "code": code
            }
        }, {
            "type": "ctmrinfo", //MANDATORY
            "info": {
                "cstatus": "P", //params.moneyCategory, //real/play
                "ctype": "B", //params.loyalty,
                "customerId": params.frontend, //frontend id
                "accountName": params.accountName //account name
            }

        }, {
            "type": "personal", //MANDATORY
            "personal": {
                "language": params.culture // LANGUAGE
            }
        },

        {
            "type": "prodView",  //MANDATORY
            "products": [{  //ARRAY OF PRODUCTS
                "product": {
                    "name": params.product  //PRODUCT NAME
                }
            }]
        }]
        return event;
    }


       ns.triggerSectionOpen = function (sectionName) {
       	var currentCulture = window.clientConfig["m2Page"] || window.clientConfig["vnPage"];
        if (isLivePersonPushChatEnabled && sectionName !== undefined && allowedLanguages.indexOf(currentCulture.culture) > -1)
            setSection([sectionName]);
    }

    function getContextBasedEventDataDescriptor() {
        return {
            eventContext: {},
            eventName: null,
        }
    };
ns.loadScriptData();
})(window.bwin.livepersonchat);
</script>
<style>
.device-mobile body.showMenu vn-main main:before {
    cursor:pointer;
}

.device-mobile body.showMenu {
  cursor:pointer;
}

pk-navigation-bar #productMenu li.nav-link .dropdown-menu a {
  color: #000000 !important;
  padding: 8px !important;
  display: block !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #e2e2e2;
  height: auto;
  font-size: 14px;
}

.device-mobile body pk-navigation-bar .navbar #productMenu li a.download-button {
    font-weight: 400!important;
}
</style>
<style>
.jackpot-widget-container {
background: linear-gradient(0deg,#2593d8 0%, #0343b6 100%);
}
.jackpotText-3d {
color: #fff!important;
}
.jackpotValue-3d {
color: #fff!important;
}
</style>
<style>

/*hide continue button in poker download client*/
.native-download-client-app[data-domain='.partypoker.com'] form[name='contactForm'] #ctaButtonContainer .send{
display:none;
}

#backToApp{
display:none;
}


pt-reg-mobile-layout a, pt-reg-mobile-layout a:hover {
    text-decoration: underline!important;
}
#promotionsswitch .promotion-label {
    background: white;
    border: 1px solid gray;
    color: black;
}

#gamstoprgcheck ul li {
    list-style: initial;
    margin-left: 10px;
}
#gamstoprgcheck ul {
    margin-top: 10px!important;
}
pt-deposit-limits-page a{
cursor:pointer;
}

 /*hide reg signup bonus header in poker native*/
.native-app[data-domain='.partypoker.com'] pt-registration pt-signup-bonus-banner .header-ctrl-wrapper {
display:none;
}

pt-lost-password .inline-btn-container>:not(:last-child)
{
margin-bottom:1rem;
} 

pt-registration pt-reg-address-gb-state .form-group-2-col .w-50 {
  flex: auto !important;
}  
.poker-cashback-cta .title-link{
display:none;
}

</style>

<script>
(function () {
	var isMobile =
	  !!self.location.search.match(/isMobile($|&|=true)/) ||
	  (() => {
	    var isMobile = false;
	    /*
	     Check if touch supported, then assume is mobile
	     */
	    try {
	      isMobile = "ontouchstart" in document.documentElement;
	    } catch (e) {}
	    /*
	     If touch is supported, double check there is NO mouse present,
	     else it could be a desktop with a touchscreen
	     */
	    if (isMobile) {
	      try {
	        isMobile = !window.matchMedia("(pointer: fine)").matches;
	      } catch (e) {}
	    }
	
	    /*
	     Problems with windows 10 + chrome
	     */
	    if (isMobile) {
	      isMobile = !navigator.userAgent.match(/Win64/);
	    }
	    return isMobile;
	  })();
	
	function onTouchNav(e) {
            var elClasses = e.target.className && e.target.className.split(' ') || [];
		if (elClasses.indexOf('pc-header') === -1) {
			return;
		}
		
		var parent = e.target.parentElement;
		var success = false;
		while (parent && parent !== window) {
			var classes = parent.className && parent.className.split(' ') || [];
			if (classes.indexOf('pc-menu') > -1 && (parent.tagName === 'VN-PC-MENU' || classes.indexOf('left-nav') > -1)) {
				success = true;
				break;
			}
			
			parent = parent.parentElement;
		}
		if (!success) {
			return;
		}
		
		Array.from(document.querySelectorAll('.pc-menu-items')).forEach(function (el) {
                      el.classList.toggle('collapsed');
		});
	}
        
	isMobile ? document.addEventListener('touchend', onTouchNav) : document.addEventListener('click', onTouchNav);
})();
</script>
<script type="text/javascript">
function setTarget(){
if((typeof document.querySelectorAll('.nav-link[href]')[3] != 'undefined') && (typeof document.querySelectorAll('.nav-link[href]')[2] != 'undefined')){
//document.querySelectorAll('.nav-link[href]')[3].setAttribute('target', '_blank');
//document.querySelectorAll('.nav-link[href]')[2].setAttribute('target', '_blank');
}

if((typeof document.querySelectorAll('.nav-link[href]')[5] != 'undefined') ){
   //  document.querySelectorAll('.nav-link[href]')[5].setAttribute('target', '_blank');
}

//blog target blank start
for(i=0;i<document.querySelectorAll('.dropdown-item[href]').length;i++){
	if(document.querySelectorAll('.dropdown-item')[i]['href'] && document.querySelectorAll('.dropdown-item')[i]['href'].includes("blog")){
		 document.querySelectorAll('.dropdown-item[href]')[i].setAttribute('target', '_blank')
	}
}


if(typeof document.querySelectorAll('.dropdown-item[href]')[14]!= 'undefined'){
//document.querySelectorAll('.dropdown-item[href]')[14].setAttribute('target', '_blank');
}

if(typeof document.querySelectorAll('.dropdown-item[href]')[15]!= 'undefined'){
//document.querySelectorAll('.dropdown-item[href]')[15].setAttribute('target', '_blank');
}

}

(function () {
	var isMobile =
	  !!self.location.search.match(/isMobile($|&|=true)/) ||
	  (() => {
	    var isMobile = false;
	    /*
	     Check if touch supported, then assume is mobile
	     */
	    try {
	      isMobile = "ontouchstart" in document.documentElement;
	    } catch (e) {}
	    /*
	     If touch is supported, double check there is NO mouse present,
	     else it could be a desktop with a touchscreen
	     */
	    if (isMobile) {
	      try {
	        isMobile = !window.matchMedia("(pointer: fine)").matches;
	      } catch (e) {}
	    }
	
	    /*
	     Problems with windows 10 + chrome
	     */
	    if (isMobile) {
	      isMobile = !navigator.userAgent.match(/Win64/);
	    }
	    return isMobile;
	  })();
	
	function onTouch(e){
			setTimeout(setTarget, 2000)
	}
	isMobile ? document.addEventListener('touchend', onTouch) : document.addEventListener('click', onTouch);
})();


setTimeout(function appendTarget(){
var classes = document.getElementsByClassName("nav-link");
if(classes.length > 0 ){
	 setTarget()
	}else{
		setTimeout(appendTarget, 500)
	}
}, 500)
</script>
<script>
    function DisplayNoneById(id) {
        document.getElementById(id).style.display = "none";
    }
</script>
<style>
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#main-content .nav-tabs.active-primary .active .nav-link,#main-content  .nav-tabs.active-primary .active .nav-link span,#main-content  .nav-tabs.active-primary .active .nav-link:before {
    color: #e8490d;
}
body[data-path="p/team-partypoker/index"] a.menu-item-link.pc-menu-link.active {
    display: none!important;
}
body[data-path*="download"] .pc-banner .pc-header {
    position: relative;
    z-index: 2;

}
#tournament-calendar .group-container.row {display:none;}
.cq-table {overflow:scroll;}
body[data-path="p/team-partypoker/index"] vn-pc-component-header-v2, body[data-path="p/team-partypoker/index-new"] vn-pc-component-header-v2 {
width:100%;
}
a.anchorLink {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
#main-content .teampp-wrapper .content-block .block-content h3 {
        padding: 4px 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 200;
}

#main-content .teampp-wrapper .content-block .block-content h3 span {
    font-weight: 400;
}
#main-content .teampartypoker h3>a {
    color: #fff!important;
}

#promotion-tournament-main .pm-area-contentleft .teaserItem .teaserContent h5, #promotions-home .pm-area-contentleft .teaserItem .teaserContent h5 {
color:#000;
}

html footer .footer-nav-seo-container .footer-nav .footer-menu-section-title {
    font-weight: 600;
}

html footer .footer-nav-seo-container .footer-nav .footer-nav-link:not(.btn) {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
    margin-bottom: 0.3rem;
}
html footer .footer-nav-seo-container .footer-nav .footer-nav-link:not(.btn):hover,footer .footer-top-links .footer-nav-link:not(.btn):hover {
opacity:1;
text-decoration:underline;
}

/*--NAV FIX --*/

@media screen and (max-width:950px) {

pk-navigation-bar {
  left: 0;
  right: 0;
  height: 50px;
  overflow-y: hidden;
}
pk-navigation-bar .navbar {
  height: 73px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
  float: left;
  -webkit-overflow-scrolling: touch;
}
pk-navigation-bar .navbar #productMenu {
  padding-right: 0;
  overflow-y: hidden;
  overflow-x: auto;
  height: 77px;
  margin: 0 auto;
  display: block;
}
pk-navigation-bar .navbar #productMenu li {
  white-space: nowrap;
  text-align: center;
  height: 50px;
  display: inline-block;
}
pk-navigation-bar .navbar #productMenu li a {
  font-size: 14px;
  padding: 18px 15px 15px 16px;
}
pk-navigation-bar #productMenu .dropdown:hover .nav-link:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
pk-navigation-bar #productMenu .dropdown-toggle {
  display: none !important;
}
pk-navigation-bar #productMenu .dropdown .dropdown-menu {
  position: relative !important;
  display: inline-block !important;
  background: none !important;
  z-index: initial;
  left: 0 !important;
  min-width: 0 !important;
  float: none;
  padding: 0 !important;
  top: 0;
  box-shadow: none;
  margin-top: 0 !important;
}
pk-navigation-bar #productMenu .dropdown .dropdown-menu a.dropdown-item {
  color: #fff !important;
  padding: 17px 15px 15px 16px !important;
  width: auto !important;
  height: auto;
  display: inline-block !important;
  border: none !important;
  font-weight: normal !important;
}
pk-navigation-bar #productMenu .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #eee !important;
}
pk-navigation-bar #productMenu .dropdown .dropdown-menu a.dropdown-item:hover:before {
  content: "";
  display: none;
}
pk-navigation-bar #productMenu .dropdown .dropdown-menu a.dropdown-item:hover:before {
  display: none;
}
}

/*END NAV FIX*/

/*Spins Storm Promotion Table Fix */
body[data-path="promotions/spinstorm"] th {
  background-color: #212529; 
  border-color:#32383e; 
  color: #fff;
  border-width: 1px; 
  border-color: #32383e;
}

body[data-path="promotions/spinstorm"] .mob-table span.mob-title {
  display:none;
}
@media screen and (max-width:900px) {
  body[data-path="promotions/spinstorm"]  .mob-table .mob-hide {
    display:none;
  }

body[data-path="promotions/spinstorm"]  .mob-table tr td {
  display:block;
  width:100%;
  padding:5px 10px;
  box-sizing:border-box;
  text-align:left;
}

body[data-path="promotions/spinstorm"]  .mob-table span.mob-title {
  padding-right:10px;
  float:left;
  display:inline-block;
  min-width:90px;
  font-weight:bold;
}
  
  body[data-path="promotions/spinstorm"]  .mob-table tbody th span.mob-title {
    padding:0;
    float:none;
    min-width:0;
  }
}
/* ENDSpins Storm Promotion Table Fix */


/* Software Updates Fix */
body[data-path*="p/software-updates"] #main-content ul.nav-tabs,#main-content .pm-page.software-updates  ul.nav-tabs {
padding:0;
margin:0 0 20px 0;
}

body[data-path*="p/software-updates"] #main-content ul.nav-tabs li,#main-content .pm-page.software-updates ul.nav-tabs li {
list-style:none;

}

body[data-path*="p/software-updates"] #main-content ul.nav-tabs li a, #main-content .pm-page.software-updates ul.nav-tabs li a {
text-decoration:none;
color:#000;
}
@media screen and (max-width:650px) {
body[data-path*="p/software-updates"] #main-content ul.nav-tabs li a, #main-content .pm-page.software-updates ul.nav-tabs li a  {
    padding: 8px 10px;
}
}
body[data-path*="p/software-updates"] #main-content vn-pc-toggle label.pc-toggle-label, #main-content .pm-page.software-updates vn-pc-toggle label.pc-toggle-label {
    margin-bottom: 0;
    background: #eee;
}

body[data-path*="p/software-updates"] #main-content vn-pc-toggle .pc-toggle-txt, #main-content .pm-page.software-updates vn-pc-toggle .pc-toggle-txt {
    margin-top: 20px;
}

/* Short-Deck game Hidden in HandHistory page */
ul#cashgames > li:nth-child(2) > div > ul li:nth-child(3){

}


body[data-path*="500k-alias-race"] #main-content .accordionItemHeading {
	list-style:none;
	margin-bottom:30px;
	font-size:18px;
	line-height:1.3;
	position:relative;
	padding:15px 10px 15px 50px;
}
body[data-path*="500k-alias-race"] #main-content .accordionItemHeading:before {
	content:"\e995";
	font-family:'themeicons' !important;
	color:#e8490c;
	font-size:28px;
	position:absolute;
	top:9px;
	left: 10px;
}

body[data-path*="500k-alias-race"] .accordionWrapper .accordionItem.open .accordionItemHeading {
background: #efefef;
border-color: #ddd;
}

@media (max-width: 599.98px) {
body[data-path*="p/promotions"] .pc-teaser.pc-banner {
min-height:150px;
margin-bottom:0!important;
}

body[data-path*="p/promotions"] vn-pc-menu.pc-menu .pc-menu-items, body[data-path*="p/promotions"] div.left-nav.pc-menu .pc-menu-items {
height:auto;
}

}

.btn.btn-dark:not([disabled]):not(.disabled).active, .btn.btn-dark:not([disabled]):not(.disabled):active, .btn.btn-dark:not([href]):not([tabindex]):not([disabled]):not(.disabled).active, .btn.btn-dark:not([href]):not([tabindex]):not([disabled]):not(.disabled):active, .show>.btn.btn-dark.dropdown-toggle, .show>.btn.btn-dark:not([href]):not([tabindex]).dropdown-toggle {
    color: #000!important;
}

.has-header-messages.device-mobile body pk-navigation-bar {
    top: 0;
    z-index: 99999;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.mat-tab-label {
    height:auto;
}

#promotion-tournament-main .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content, #promotions-home .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-tab-label-content {
    overflow: visible;
    text-overflow: unset;
    white-space: pre-line;
    line-height: 1.2;
    padding: 10px 5px;
}

.icon-list {
    list-style: none!important;
    position:relative;
margin-bottom:10px;
}

.icon-list:before {
    padding-right:5px;
    position:absolute;
    left:-22px;
    font-size:18px;
    top:0px;
    color:#e8490d;
}

@media screen and (max-width:950px) {
html body[data-path*="million-for-millions"] #promotion-tournament-main .col.heroCenter img, html body[data-path*="million-for-millions"] #promotions-home .col.heroCenter img {
    width: 120%;
    left: -16%;
}
}
</style>
<style>
.rcp-widget .gyml-outerframe-casino {
border-color: #E8490C!important;
}
.rcp-widget .gyml-outerframe-bg-overlay {
border-color: #ffffff;
}
.rcp-widget .gyml-outerframe-casinowidget {
border-color: #E8490C !important;
}

.rcp-widget .gyml-outerframe-casino .gyml-frame-casino {
background-color: #E8490C!important;
color: #fff!important;
}
.rcp-widget .gyml-outerframe-bg-overlay .gyml-frame-bg-overlay {
background-color: #ff0000;
color: #fff;
}
.rcp-widget .gyml-outerframe-casinowidget  .gyml-frame-casinowidget {
background-color: #E8490C !important;
color: #fff;
}
</style>
<script type="text/javascript" id="sp">
function formSaferPokerSubmit() {
var error = document.querySelector("div.http_error")
var http = new XMLHttpRequest();
var url = 'https://problog.partypoker.eu/poker.php';
http.open('POST', url, true);
http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');

var elements = document.getElementById("DTDForm").elements;
    var params='';
    for(var i = 0 ; i < elements.length ; i++){
        var item = elements.item(i);
		if(item.hasAttribute("required") && item.value==""){
			error.style.display = "block";
			error.innerHTML = item.title;
			return false;
		}
        params+= item.name +"="+item.value+"&";
    }

http.onreadystatechange = function() {//Call a function when the state changes.
    if(http.readyState == 4 && http.status == 200) {
        if(http.responseText.includes("success")){
								  document.getElementById('splashWrapper').style.display = 'none';
                      document.getElementById('confirmationMessage').style.display = 'block';
		return false;				  
		}else{
				error.style.display = "block";
		return false;			
		}
    }
}
http.send(params);
return false;		
}
</script>
<style>

body[data-path="p/safer-poker"]  #DTDForm, div#confirmationMessage {
position:relative;
z-index:2;
}
body[data-path="p/safer-poker"] div#formElements input[type=text],div#formElements input[type=email],div#formElements textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position:relative;
}

body[data-path="p/safer-poker"] div#formElements {
    background: #eee;
    padding: 20px 25px;
    overflow:hidden;
    position:relative;
}

body[data-path="p/safer-poker"] div#formElements legend {
color:#000!important;
}

body[data-path="p/safer-poker"] div#formElements:before, div#confirmationMessage:before {
    content: "\EA89";
    font-family: 'themeicons' !important;
    position: absolute;
    right: -150px;
    bottom: -100px;
    opacity: 1;
    font-size: 400px;
    color: #e2e2e2;
z-index:1;
}

body[data-path="p/safer-poker"] div#confirmationMessage {
background:#eee;
text-align:center;
padding:150px 20px;
position:relative;
overflow:hidden;
}

body[data-path="p/safer-poker"] div#confirmationMessage h3 {
margin:0;
position:relative;
z-index:2;
}

body[data-path="p/safer-poker"] .http_error {
    background: red;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

body[data-path="p/safer-poker"] .http_error p {
    margin:0;
}
</style>
<style>
#myBtn {
  display: none;
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none;
  outline: none; 
  background-color: rgba(0,0,0,0.3); 
  color: white;
  cursor: pointer; 
  padding:10px 15px; 
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}


#myBtn:hover {
  background-color: #e8490d;; /* Add a dark-grey background on hover */
}

.device-mobile #myBtn {
    bottom: 65px;
    right: 15px;
}

.device-mobile #myBtn:hover {
background-color:rgba(0,0,0,0.6);
}

</style>

<script>




window.onscroll = function() {scrollFunction()};

function scrollFunction() {
  if ((document.body.scrollTop > 50 || document.documentElement.scrollTop > 50) && document.getElementById("myBtn")) {
    document.getElementById("myBtn").style.display = "block";
    document.getElementById("myBtn").style.opacity = "1";

  } else if( document.getElementById("myBtn")) {
    document.getElementById("myBtn").style.display = "none";
    document.getElementById("myBtn").style.opacity = "0";

  }
}


/*
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
  document.body.scrollTop = 0; // For Safari
  document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}


function scrollInject(){
document.body.insertAdjacentHTML( 'afterbegin', '<div onclick="topFunction()" id="myBtn" title="Go to top" data-di-id="#myBtn"><i class="theme-move-up"></i></div>' );
}

if (document.body) {
	scrollInject();
console.log('Doc body load trigger');
} else {
	window.addEventListener('load', scrollInject);
}

*/

function scrollToTop(scrollDuration) {
    var cosParameter = window.scrollY / 2,
        scrollCount = 0,
        oldTimestamp = performance.now();
    function step (newTimestamp) {
        scrollCount += Math.PI / (scrollDuration / (newTimestamp - oldTimestamp));
        if (scrollCount >= Math.PI) window.scrollTo(0, 0);
        if (window.scrollY === 0) return;
        window.scrollTo(0, Math.round(cosParameter + cosParameter * Math.cos(scrollCount)));
        oldTimestamp = newTimestamp;
        window.requestAnimationFrame(step);
    }
    window.requestAnimationFrame(step);
}

function scrollInject(){
document.body.insertAdjacentHTML( 'afterbegin', '<div onclick="scrollToTop(300)" id="myBtn" title="Go to top" data-di-id="#myBtn"><i class="theme-move-up"></i></div>' );
}

if (document.body) {
	scrollInject();
console.log('Doc body load trigger');
} else {
	window.addEventListener('load', scrollInject);
console.log('event listener load trigger');
}

</script>
<script type="text/javascript">
setInterval(function(){
 if(document.getElementsByClassName("bottom-nav-link")[3])
 {  
   document.getElementsByClassName("bottom-nav-link")[3].addEventListener("click", function (event) {  
	setTimeout(function() {
        if(document.getElementById("serachTxt")){           	                
		 document.getElementById("serachTxt").focus();		
	    }
	},100);
  });
 }
},100);

</script>
<style>
body[data-path="spins"] #promotion-tournament-main .contentWrap.black:first-of-type, body[data-path="spins/spins-2m"] #promotion-tournament-main .contentWrap.black:first-of-type {
background-image :url('https://scmedia.partypoker.com/$-$/4f2f2fe26790486290293c85088b90e5.jpg');
background-size:cover;
}


body[data-path="spins/spins-1m"] #promotion-tournament-main .contentWrap.black:first-of-type {
background-image :url('https://scmedia.partypoker.com/$-$/c8caad465afa4b1c81f5faaa3687ebfd.jpg');
background-size:cover;
}
body[data-path="spins/spins-1m"] #promotion-tournament-main .col .heroContentWrap, body[data-path="spins/spins-2m"] #promotion-tournament-main .col .heroContentWrap  {
left:60%;
}
body[data-path="spins/spins-1m"] #promotion-tournament-main .col .heroContentWrap h1.promoTitle, body[data-path="spins/spins-2m"] #promotion-tournament-main .col .heroContentWrap h1.promoTitle {
display:none;
}
body[data-path="spins/spins-1m"] #promotion-tournament-main .col .heroContentWrap h2,body[data-path="spins/spins-2m"] #promotion-tournament-main .col .heroContentWrap h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
}

.diamond-bg:before {
    content: "\e995";
    font-family: 'themeicons' !important;
    position: absolute;
    bottom: -120px;
    right: -65px;
    font-size: 250px;
    opacity: 0.05;
pointer-events:none;
}

.sports-bg:before { 
 font-family: 'themeicons' !important;
    position: absolute;
    bottom: -78px;
    right: -23px;
    font-size: 232px;
    opacity: 0.05;
    pointer-events: none;
}
.diamond-bg , .sports-bg {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:1050px) {
body[data-path="spins/spins-1m"]  #promotion-tournament-main .col .heroContentWrap h2,body[data-path="spins/spins-2m"]  #promotion-tournament-main .col .heroContentWrap h2 {
font-size:28px;
}

}
@media screen and (max-width:950px) {
body[data-path="spins/spins-1m"] #promotion-tournament-main .col.heroCenter img, body[data-path="spins/spins-2m"] #promotion-tournament-main .col.heroCenter img {
left:initial;
width:120%;
}
}

@media screen and (max-width768px) {
body[data-path="spins/spins-1m"] #promotion-tournament-main .col.heroCenter img, body[data-path="spins/spins-2m"] #promotion-tournament-main .col.heroCenter img {
left:initial;
width:120%;
}
}
@media screen and (max-width:650px) {
body[data-path="spins/spins-1m"] #promotion-tournament-main .col .heroContentWrap, body[data-path="spins/spins-2m"] #promotion-tournament-main .col .heroContentWrap   {
left:initial;
}
body[data-path="spins/spins-1m"]  #promotion-tournament-main .col.heroCenter img, body[data-path="spins/spins-2m"]  #promotion-tournament-main .col.heroCenter img {
    left: 6%;
    width: 181%;

}
body[data-path="spins/spins-1m"] #promotion-tournament-main .contentWrap.black:first-of-type, body[data-path="spins/spins-2m"] #promotion-tournament-main .contentWrap.black:first-of-type {
background-image:none;
}

body[data-path="spins/spins-1m"] #promotion-tournament-main .col.heroCenter .heroImageWrap, body[data-path="spins/overview"] #promotion-tournament-main .col.heroCenter .heroImageWrap, body[data-path="spins/spins-2m"] #promotion-tournament-main .col.heroCenter .heroImageWrap {
position:relative;
}
body[data-path="spins/spins-1m"] #promotion-tournament-main .col.heroCenter .heroImageWrap:after, body[data-path="spins/overview"] #promotion-tournament-main .col.heroCenter .heroImageWrap:after, body[data-path="spins/spins-2m"] #promotion-tournament-main .col.heroCenter .heroImageWrap:after {
    content: "";
    display: block;
    position: absolute;
    left: -20vw;
    width: 150vw;
    height: 30px;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

}
</style>
<style>
* {
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
</style>
<style>
@media screen and (max-width: 480px){
div.small-teaser .item-slide .md-teaser-body {
    height: 200px;
}
}
</style>
<script type="text/javascript">
{
document.cookie = "appinf=unknown; domain=partypoker.com; path=/";
}
</script>
<script type="text/javascript">window.external = window.external || {}</script>
<style>
 @media (max-width: 599px) {.responsive .header .navbar-wrapper-right lh-inbox-icon {display: none !important;}}
</style>
<script type="text/javascript" id="bc">
var bonusCode = '';
var bonusCodeCookie = getCookie('BC');

if(bonusCode != ''){
	document.cookie = "BC=; domain=partypoker.com; path=/";
}else{
	if(bonusCodeCookie != null && bonusCodeCookie != ''){
		bonusCode = bonusCodeCookie;
	}
}


function setBonusCode(){
		document.getElementById('bc-main').setAttribute('style', 'display:inline-block!important')
		document.getElementById('bc-terms').setAttribute('style', 'display:inline-block!important')
		document.getElementById('bc-also').setAttribute('style', 'display:inline-block!important')
	if(bonusCode != '' && typeof bonusCode != 'undefined' && bonusCode != null){		
		document.getElementById('bc-main-code').innerHTML = bonusCode.toUpperCase()
		document.getElementById('bc-terms-code').innerHTML = bonusCode.toUpperCase()
	}
}

if(bonusCode != '' && typeof bonusCode != 'undefined' && bonusCode != null){
	setTimeout(function appendTarget(){
        var bcMain = document.getElementById('bc-main')
		var bcTerms = document.getElementById('bc-terms')
		var bcAlso = document.getElementById('bc-also')
		var bcMainCode = document.getElementById('bc-main-code')
		var bcTermsCode = document.getElementById('bc-terms-code')
		if(bcMain != null && bcTerms != null && bcAlso != null && bcMainCode != null && bcTermsCode != null){
			 setBonusCode()
		}else{
 				setTimeout(appendTarget, 1000)
		}
	}, 1000)
}

function getCookie(name) {
    var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');
    return v ? v[2] : null;
}

</script>
<script type="text/javascript" id="wm">
function getPPQuerySring(name) {
    var url = window.location.href;
    name = name.replace(/[\[\]]/g, '\\$&');
    var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
        results = regex.exec(url);
    if (!results) return null;
    if (!results[2]) return '';
    return results[2].replace(/\+/g, ' ');
}
var Source = getPPQuerySring('Source'); 
var campaign = getPPQuerySring('c'); 
var gclid= getPPQuerySring('gclid'); 

if(!location.search.match('wm=')  &&  !document.cookie.match('trackerId=')){
     document.cookie = "trackerId=3098147; domain=.partypoker.com; path=/";
     document.cookie = "trackingAffiliate=3098147; domain=.partypoker.com; path=/";
}

if(Source){
	document.cookie = "SOURCE="+Source+"; domain=.partypoker.com; path=/";
}
if(campaign){
	document.cookie = "CAMPAIGN_ID="+campaign+"; domain=.partypoker.com; path=/";
}
if(location.search.match('wm=') && !Source){
	document.cookie = "SOURCE=AFF; domain=.partypoker.com; path=/";
}
if(gclid){
	document.cookie = "btag="+gclid+"; domain=.partypoker.com; path=/";
}
document.cookie = "CCID=VE; domain=.partypoker.com; path=/";
</script>
<!-- Via Sitecore -->
<script src="https://service.maxymiser.net/cdn/bwin/js/mmcore.js"></script><link rel="dns-prefetch" href="//www.googletagmanager.com" /><link rel="dns-prefetch" href="//fonts.gstatic.com" /><link rel="dns-prefetch" href="//fonts.googleapis.com" /><link rel="dns-prefetch" href="//www.facebook.com" /><link rel="dns-prefetch" href="//connect.facebook.net" /><link rel="dns-prefetch" href="//sdk-cdn.optimove.net" /><link rel="dns-prefetch" href="//gvctracksdk.optimove.net" /><link rel="dns-prefetch" href="//service.maxymiser.net" /><link rel="dns-prefetch" href="//media.itsfogo.com" /><link rel="dns-prefetch" href="//scmedia.itsfogo.com" /><meta name="format-detection" content="telephone=no" /><style id="css-overrides" type="text/css">body .bonus-brat-tiles .brat-tiles.brat-tiles-gradient .brat-tile {
	background-image: linear-gradient(27deg, #565656, #0f0f10);
}

body .bonus-brat-tiles .brat-tiles .brat-tile.selected {
    box-shadow: 0 0 10px 0 #f46833, 0 0 0 2px #f46833;
}


body .bonus-brat-tiles .brat-tiles .brat-tile:hover:not(.disabled) {
	box-shadow: 0 0 10px 0 #e8490c, 0 0 0 2px #e8490c;
}
div.tab-tiles {
        justify-content: flex-start;
}


div.tab-tiles .tab-tile {
    flex: unset;
    margin-right: 1rem;
}


@media only screen and (max-width: 599.98px) {
    .tab-tiles .tab-tile {
    flex: unset;
    margin-right: 1rem;
}
    
    .tab-tiles .tab-tile:last-of-type {
       margin-right: 0;
    }
    
    
    .tab-tiles .tab-tile-image {
            width: 110px;
        min-width: 110px;
    }
    
}</style><script src="//service.maxymiser.net/cdn/partycasino/js/mmcore.js" type="text/javascript"></script><link rel="apple-touch-icon" sizes="180x180" href="https://scmedia.partypoker.com/$-$/25becbb147f44424936cbcc31b03dae3.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://scmedia.partypoker.com/$-$/abc40f4b840c4b78ba39c93d124daa0d.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://scmedia.partypoker.com/$-$/392c0d8e18fd438bade62e5bd5420765.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="https://scmedia.partypoker.com/$-$/2a32e7cbc86c40149a026d37ff683f0b.svg" color="#e8490c">
<link rel="shortcut icon" href="https://scmedia.partypoker.com/$-$/d3d1105252604fcca2378613b064fade.ico">
<meta name="msapplication-TileColor" content="#e8490c">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#0f0f10">
    <link href="https://www.partypoker.com" rel="canonical" />
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="cleartype" content="on" />
    <base href="/" />


    
<link href="/assets/mobilepoker/styles/bundles/support.bundle.HkRgTU.css" rel="stylesheet" type="text/css" />


</head>
<body>
    


<script type="text/javascript">var dataLayer = [{'page.culture':'en','page.domain':'.partypoker.com','page.frontend':'desktop','page.language':'en','user.isExisting':false,'user.profile.dvID':'','user.session.internalCampaign':''}];</script>

<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})
(window,document,'script','dataLayer','GTM-KPFQJB');
</script>
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-KPFQJB" style="display:none;visibility:hidden" width="0"></iframe></noscript>


<vn-app>
</vn-app>

<noscript>&lt;p&gt;This application requires Javascript for the best functionality and user experience. Your browser or device may not support Javascript or it may be disabled.&lt;/p&gt;
&lt;br /&gt;</noscript>


    

    
<script src="/ClientDist/polyfills.affc8da7bb909b54cc1d.js" type="text/javascript"></script>
<script src="/ClientDist/vendor.295ec8a3cf9e7c7a1cc0.js" type="text/javascript"></script>
<script src="/en/client-bootstrap-scripts.js?browserUrl=http%3A%2F%2Fwww.partypoker.com%2F&amp;nonce=637151156062110965&amp;freshUserValues=False" type="text/javascript"></script>
<script src="/ClientDist/main.b13e6b65863137244d6d.js" type="text/javascript"></script>


    
    <!-- Rendered: 2020-01-20T11:13:26.2110965Z -->
</body>
</html>
URL
GET http://www.partypoker.com/
Response Headers
CF-Connecting-IP:
[REDACTED]
Transfer-Encoding:
chunked
CF-Cache-Status:
DYNAMIC
Location:
https://www.partypoker.com/
CDN-Loop:
cloudflare
Accept-Language:
en-US;q=0.8,en;q=0.5
User-Agent:
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
X-Redirect-Source:
Redirex
Host:
www.partypoker.com
Date:
Mon, 20 Jan 2020 11:13:25 GMT
CF-RAY:
55809e739969ef1a-MIA
True-Client-IP:
[REDACTED]
Accept-Encoding:
gzip
Set-Cookie:
__cfduid=d6632d62c7be35e24bb09418a571f6a2d1579518805; expires=Wed, 19-Feb-20 11:13:25 GMT; path=/; domain=.partypoker.com; HttpOnly; SameSite=Lax
Server:
cloudflare
Connection:
keep-alive
CF-Visitor:
{"scheme":"http"}
X-Forwarded-For:
[REDACTED]
Vary:
User-Agent
Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
X-Forwarded-Proto:
http
Cache-Control:
private
Content-Type:
text/html; charset=utf-8
Response Body
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://www.partypoker.com/">here</a>.</h2>
</body></html>
Measurement UID
012020012067fda290873e5672a0b6b4bd99352c
Report ID
20200120T111320Z_AS8048_cyKSwqsl4XI8fNEFiDYhRfv5qalehivLVDfHkKbWPogTlYTm3M
Platform
android
Software Name
ooniprobe-android (2.2.0)
Measurement Engine
libmeasurement_kit (0.10.6)

Raw Measurement Data

Loading…