/* GPI Like Pop-in include */
/*@import url(../../gpid.globalpokerindex.com/gpi-like-popin/gpi-like-popin.css);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* GPI Netwrok Bar style */

#gpi-network-bar {
	font: 12px/1em 'Open Sans', 'Arial', sans-serif;
	box-sizing: border-box;
}
#gpi-network-bar * {
	font-family: inherit;
	box-sizing: inherit;
}
.gpinb ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0 auto;
}
.gpinb li {
	list-style-type: none;
	margin-left: 0;
}
.gpinb a {
	color: inherit;
	text-decoration: none;	
}
.gpinb a:hover {
	text-decoration: underline;
}
.gpinb p {
	margin: 0 0;
}

.gpinb {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 5em; /* 68px */ 
	margin: 0 0;
	width: 100%;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	z-index: 10000;
}

.gpinb-global {
	background-color: #000000; /* #273A90; */
	height: 4em; /* 54px; */
	line-height: 4em; /* 54px; */
	vertical-align: middle;
	margin: 1em 0 0 0;
	border-bottom: solid 2px #000000; /* #273A90; */
	box-shadow: 0 0 10px black;
}

.gpinb-boxes {
	margin: 0 auto;
	width: 90%;
	height: 100%; 
}

.gpinb-box {
	height: 100%; 
	margin: 0 0;
	padding: 0 0.5em;
}
.gpinb-box,
.gpinb-menu-item,
.gpinb-link {
	line-height: 44px; /* 4em - 2px */
}

.gpinb-box>* {
	height: 100%;
}

.gpinb-box-left {
	float: left;
}

.gpinb-box-right {
	float: right;
}

.gpinb-title {
	background-image: url('gpinb-logo.html');
	background-repeat: no-repeat;
	background-position: 0 0;
	/* border-bottom: 0.2em solid #fff; */
	padding: 0 0.5em;
	height: 4.9em;
	line-height: 5.9em;
	margin-top: -10px;
	padding-left: 70px;
}
.gpinb-title-label {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.gpinb-menu {
	/* border-bottom: 0.2em solid #fff; */
}

.gpinb-menu-item {
	position: relative;
	float: left;
	display: block;
	height: 100%;
	margin: 0 0.2em 0 0;
	bottom: -2px;
	border-bottom: 2px solid transparent;
	vertical-align: middle;
}

/*
.gpinb-menu-item:nth-child(1) { 
	border-color: #248AAF; 
}

.gpinb-menu-item:nth-child(2) { 
	border-color: #FCA13F; 
}

.gpinb-menu-item:nth-child(3) { 
	border-color: #3DBFD9; 
}

.gpinb-menu-item:nth-child(4) { 
	border-color: #3CBC8D; 
}

.gpinb-menu-item:nth-child(5) { 
	border-color: #EB5745; 
}

.gpinb-menu-item:nth-child(6) { 
	border-color: #FAC552; 
}
*/

.gpinb-menu-label {
	font-size: 1em;
	vertical-align: middle;
	padding: 0 0.5em;
	text-transform: uppercase;
	font-weight: 700;
}

.gpinb-rollover {
	display: none;
	position: absolute;
	bottom: 3em;
	background-image: url('gpinb-submenu-arrow.html');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 11px;
	width: 250%;
	max-width: 20em;
}

.gpinb-submenu {
	border: thin solid #BBB;
	border-bottom: none;
	background-color: #FFF;
	color: #222;
	line-height: 1em !important;
}

.gpinb-submenu-item {
	padding: 1em;
}

.gpinb-submenu-odd {
	background-color: #E8E8E8;
}

.gpinb-submenu-logo {
	float: left;
	margin-right: 1em;
}

.gpinb-submenu-icon {
	float: right;
	margin-left: 1em;
}

.gpinb-submenu-label { font-size: 13px; color: #757575; padding: 0 0 6px 0; line-height: 12px; }
.gpinb-submenu-content { line-height: 12px; }

.gpinb-submenu-title:hover,
.gpinb-submenu-label {
	color: #248AAF;
}

.gpinb-links {
	height: 100%; 
}

.gpinb-link {
	position: relative;
	float: left; 
	height: 100%; 
	border-bottom: 2px solid #fff;
	margin: 0 0.2em 0 0;
	padding: 0 0.5em;
	font-size: 1em;
	bottom: -2px;
	text-transform: uppercase;
	font-weight: 700;
}


