/* FLOATING SIDE MENU */

#menuJF 	{
		width: 36px;
		height: auto;
		position: absolute;
		z-index: 10;
		margin-top: 125px;
		top: 50px;
		right: 0px;
		text-align: right;
		padding: 5px 2px 3px 0px;
		background-color: #007dc7d9;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px 0px 0px 10px;
		-webkit-border-radius: 10px 0px 0px 10px;
		border-radius: 10px 0px 0px 10px;
	/* BORDER */
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

#menuJF img	{
		display: block;
		margin: 4px auto 4px 0px;  /* SPACE BETWEEN ICONS */
		}

/***************
Media Queries - WHEN PAGE WIDTH LESS THAN 482 IS ACTIVE
***************/

@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{



/* HIDES FLOATING MENU ON SMARTPHONES - DELETE LINE TO ALLOW */

#menuJF	{ display: visible; }

#menu-HT{
	height: 125px;
}

	}
/***************
END Media Queries
***************/
.st-custom-button[data-network]{
		cursor: pointer;
   }
#st-3.st-left {
	left: 0px;
	display: none;
	}
	