
body.fhg{
	background-color: black;
}

.fhg #main {
	margin: 0 auto;
	max-width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background: url("../assets/images/logo_bg_gradient.png") repeat-x #010105;
	box-shadow: 0px 0px 10px #000;
}



.fhg .header-content{
	position: relative;
	 /*width: 980px;*/
	 height: 110px;
	 margin: 0 auto 0 -10px;
	 background-image: url("../assets/images/logo_bg_gradient.png");
 }

a.header-logo{
	position: absolute;

	height: 56px;
	top: 20px;
}

.fhg a.header-join-button{
	float: none;
	display:  block;
	height: 65px;
	width: 147px;
	position: absolute;
	right: 10px;
	top: 15px;
}

.fhg .video-count{
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 170px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
}
.fhg .scene-info {
	padding: 0px 0;
}
.fhg h2{
	font-size: 2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f9f9f8;
	border-bottom: none;
}

.fhg h3{
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 5px 0px;
}


.fhg .boxWrapper{
	border-radius: 0;
}
.fhg-thumbs{
	margin-left: -8px;
	padding-top: 20px;
}
.fhg-thumbs li{
	float: left;
	padding-left: 8px;
	padding-bottom: 8px;
	display: inline-block;
}
.fhg-video-gallery{
	margin-left: -10px;
}
.fhg-video-gallery li{
	/*float:left;*/
	display: inline-block;
	padding-left: 16px;
	padding-bottom: 16px;
	position: relative;

	
}
.fhg-video-gallery li h4 {
	text-align: left;
	padding-top: 8px;

}

.fhg-video-gallery span {
	padding-top: 3px;
}

.fhg-video-gallery .bareback-badge {
	position: absolute;
	top: 87px;
	left: 238px;
	z-index: 3;
}

.hd-badge {
	position: absolute;
	top: 175px;
	left: 295px;
}

.scene-info tr td a {
	color: white;
}
.scene-info tr td a:hover {
	color: #50c4fe;
}

a.getpassword {
    max-width: 75%;
    /*max-height: 55px;*/
    margin: 0 auto;
    display: block;
    /*text-indent: -9999px;*/
    /*background-image: url("/assets/icons/join-640-button.2.jpg");*/
    padding: 10px 30px;
    background-color: #e30a3c;
    color: white;
    font-family: Lato,sans-serif;
    border: none;
    font-weight: 700;
    font-size: 32px;
    /*border-radius: 5px;*/
    margin-top: unset;
    width: unset;
    line-height: 1.2;
    background: rgb(36,0,0);
background: linear-gradient(0deg, rgba(36,0,0,1) 0%, rgba(238,5,28,1) 35%, rgba(244,112,112,1) 100%);
    
}
@media only screen and (max-width: 550px) {
  a.getpassword {
    font-size: 22px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 400px) {
  a.getpassword {
    font-size: 16px;
    font-weight: 300;
  }
}

#footer {
    padding: 20px 0 40px;
    margin-top: 40px;
    border-top: 1px solid #4c4b4c;
    background-color: #000;
    text-align: center;
    display: flex;
}
#globalfooter .centered {
    text-align: center;
    margin: 16px auto 9px;
    font-size: 14px !important;
}

#globalfooter {
    color: #797979;
    font-size: 12px;
    margin: 0px auto;
    padding-bottom: 36px;
    max-width: 980px;
}
@media only screen and (max-width: 1450px) {
	#sparkplayer2 {
		/*max-width: 640px !important;*/
	}
}
@media only screen and (max-width: 1560px) {
	#m-sidebar {
		display: none !important;
	}
	#sparkplayer2 {
		margin: auto !important;
	}
}
@media only screen and (max-width: 1250px) {
	#sparkplayer2 {
		height: unset !important;
		width: unset !important;
	}	
}
@media only screen and (max-width: 950px) {
	#sparkplayer2 {
		width: 100% !important;
	}	
}
@media only screen and (max-width: 1023px) {
	.input-mob {
		width: 70% !important;
	}
	#submit {
		width: 35% !important;
		float: unset !important;
		margin: auto !important;
	}
}
@media only screen and (max-width: 700px) {
	#mobile-h {
		display: none;
	}
	#mobile-s {
		display: block !important;
	}
	#main > div.fullcolumn.column-960 {
		margin-top: 80px !important;
	}
	div.scene-info {
		/*font-size: 16px;*/
	}
	#mob-h {
		display: none;
	}
	#mob-s {
		display: block !important;
	}
	a.getpassword {
		padding: 10px 10px !important;
		max-width: unset !important;
		font-size: 20px !important;
		font-weight: bold;
	}
}
.boxWrapper img {
  	-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
  	filter: invert(100%);
  	display: block;
  	float: left;
  	width: 18%;
  	height: auto;
  	font-size: 10px;
  	margin: 50px 1%;
}		
.spacer ul li {
	padding: 3px 0px;
}
#mob-s img {
  	-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
  	filter: invert(100%);
  	display: block;
  	float: left;
  	width: 30%;
  	height: auto;
  	font-size: 10px;
  	margin: 20px auto;
}
@media only screen and (max-width: 820px) {
	#main > div.column-960.fullcolumn {
		width: unset !important;
	}
	.p-text {
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 500px) {
	.p-text {
		font-size: 16px !important;
	}
}
@media only screen and (min-width: 821px) {
	.p-text {
		font-size: 24px !important;
	}
}