@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
body {
	background-color: #000000;
}

/* Adult verification scroll-triggered overlay
   Shows centered overlay on eligible /sfw and sfwsearch pages
   Does not affect normal page flow
   Dismissal is session-only via sessionStorage
*/

#ms-av-overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
}

#ms-av-overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
}

#ms-av-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 460px;
  padding: 18px 16px 16px 16px;
  background: #111;
  border: 2px solid #c00;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(255,0,0,0.35);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

#ms-av-overlay-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: transparent;
  border: 0;
  color: #aaa;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

#ms-av-overlay-close:hover {
  color: #fff;
}

.ms-av-overlay-title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0 22px 10px 22px;
  line-height: 1.15;
}

.ms-av-overlay-text {
  font-size: 17px;
  line-height: 1.4;
  color: #ddd;
  margin-bottom: 16px;
}

.ms-av-overlay-actions {
  text-align: center;
}

.ms-av-overlay-btn {
  display: inline-block;
  margin: 4px 6px;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.ms-av-overlay-btn-primary {
  background: #1faa4b;
  color: #fff;
  border: 1px solid #1faa4b;
}

.ms-av-overlay-btn-primary:hover {
  background: #16913d;
  border-color: #16913d;
  color: #fff;
}

.ms-av-overlay-btn-secondary {
  background: transparent;
  color: #ccc;
  border: 1px solid #777;
}

.ms-av-overlay-btn-secondary:hover {
  color: #fff;
  border-color: #aaa;
}

body.ms-av-overlay-open {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #ms-av-overlay {
    width: 92%;
    max-width: 360px;
    padding: 16px 12px 14px 12px;
  }

  .ms-av-overlay-title {
    font-size: 22px;
  }

  .ms-av-overlay-text {
    font-size: 15px;
  }

  .ms-av-overlay-btn {
    width: 100%;
    margin: 5px 0;
  }
}

/* Separate module styling so it doesn't look like normal content browsing */
.cam-promo-module {
  padding: 12px;
  margin-top: 14px;
  margin-bottom: 14px;
  border: 2px solid #b30000;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
}

/* Make cam module spacing match other section-content blocks */
.section-content.section-videos.cam-promo-module {
  margin-top: 35px !important;     /* was 14px 0 */
  margin-bottom: 14px !important;  /* keep if you want */
  padding-top: 20px !important;    /* optional: match section-content */
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;

  border: 2px solid #b30000 !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.04) !important;
}

/* Stronger header and a disclosure line */
.cam-promo-header {
  font-weight: bold;
  margin-bottom: 8px;
}

.cam-promo-sub {
  display: block;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.9;
  margin-top: 4px;
}

/* Optional: tiny "Sponsored" badge effect without altering the image */
.cam-promo-link {
  display: inline-block;
  position: relative;
}

.cam-promo-link::before {
  content: "Sponsored";
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  background: rgba(0,0,0,0.75);
  border: 1px solid #b30000;
  border-radius: 6px;
  z-index: 2;
} 
 .cam-disclosure{
  font-size: 13px;
  padding: 6px 10px;
  margin: 6px 0 10px 0;
  line-height: 1.25;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
} 

.cam-promo-link::before {
  pointer-events: none;
}

.cam-promo-link img { display:block; }


.navigationbars {
display:block;
width:100%;
}

.bold {
position: absolute;
top: 1em;
right: 0px;
display:none;
}

.click_for_video_details a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.click_for_video_details a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.click_for_video_details a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.click_for_video_details a:hover {
	color: #ACACAC;
	text-decoration: none;
}

.video_link:hover {
border: thin solid #FFFFFF;	
}

.headermenubar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.headermenubar a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.headermenubar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.headermenubar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.bottommenubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.bottommenubar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.bottommenubar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* .bottommenubar a:hover {
	color: #ACACAC;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);	
} */

.fourbottommenubar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.fourbottommenubar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* .fourbottommenubar a:hover {
	color: #ACACAC;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);	
} */


.videotitle a:link {
	color: #D31518;
	text-decoration: none;
}

.videotitle a:visited {
	color: #D31518;
	text-decoration: none;
}
.videotitle a:active {
	color: #A29D9D;
	text-decoration: none;
}
.videotitle a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #D31518;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #D31518;
	text-decoration: none;
}
a:active {
	color: #A29D9D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-size: 12px;
}

.footer a {
	font-size: 10px;
}

.pagelinksboxstyle {
	display:block;
}

.searchbutton {
	display: inline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FB0509;
	background:none;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.bottompadding {
	margin-bottom:2%;
}

.headerpagelinksnav {
	margin-bottom: 1%;
}

.click_for_video_details {
	position: relative;
	display: block;
}

.captcha-image {
  border: 1px solid black;
  margin-bottom: 4px;
}

.captcha-reload {
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
}



.togglethis_videobysite {
	position: relative;
	display: inline;
}

.horizontalmenu {
	display:inline-block;
}

.toggleitnow_videobysite {
	position: absolute;
    left: 0;
    bottom: 30px;	
	display : none;
	height: 250px;
	width: 175px;
	overflow:auto;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
}

.toggleitnow_updates {
	position: absolute;
	left: 0;
    top: 30px;
	display : none;
	height: auto;
	width: auto;
	overflow: auto;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
}

.togglethis {
	position: relative;
	display: inline;
}

.toggleitnow {
	position: absolute;
    left: 0;
    bottom: 30px;
	display : none;
	height: auto;
	width: auto;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
}

.togglethisvideo {
	position: relative;
	display: inline;
}

.toggleitnowvideo {
	position: absolute;
    left: 0;
    bottom: 30px;
	display : none;
	height: auto;
	width: auto;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
}

.togglethisform {
	position: relative;
	display: inline;
}

.toggleitnowform {
	position: absolute;
	display : none;
	left: 0;
    top: 30px;
	height: auto;
	width: auto;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
}

.videodetailsclose {
	font-weight:bold;
	cursor: pointer;
	float:right;	
}

.videodetails {
	display:block;
	width:auto;
	margin:auto;
	text-align: center;
    font-size:110%;
	padding-top:10px;
}

.main-content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.page-content {
  padding-bottom: 35px;
}

.section-videos {

}

.section-content {
  background-color: #000;
  border: 1px solid #5e5e5e;
  position: relative;
  padding: 8px 8px;
  margin-top: 35px;
  padding-top: 20px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section-sidebar-content {
  background-color: #000;
  border: 1px solid #5e5e5e;
  position: relative;
  padding: 4px 8px 8px 8px;
  margin-top: 35px;
  padding-top: 20px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.video-brief {
  margin: 8px 0;
}

.video-brief > span {
  display: inline-block;
}

.video-brief-facets > span {
  display: inline-block;
  width: 100px;
}

.video-brief-thumb {
  position: relative;
}

/*
.video-brief-thumb .stars {
  position: absolute;
  top: 51px;
  left: 2px;
}*/

.video-container .video-thumb,
.video-brief-thumb .video-thumb {
  border: thin solid #FB0509;
  border-radius: 4px;
}

.video-thumb:hover {
  border: thin solid #FFFFFF;
  border-radius: 4px;
}

.videothumbredboarder {
  border: thin solid #FB0509;
  border-radius: 4px;
}

.videothumbredboarder:hover {
  border: thin solid #FFFFFF;
  border-radius: 4px;
}


.message-warning {
  font-weight: bold;
  font-size: 135%;
  color: #EA8612;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.message-error {
	font-weight: bold;
	font-size: 135%;
	color: #EA8612;
	padding: 4px 10px 4px 10px;
	margin-bottom: 8px;
}

.message-notice {
	font-weight: bold;
	font-size: 135%;
	color: #EA8612;
	padding: 4px;
	margin-top: 25px;
	/*padding: 4px 10px 4px 10px;*/
	/*margin-bottom: 8px;*/
}

.embeddiv {
width:100%;
}

.embeddivtext {
width:100%;
text-align:left;
}	

.embedtextareaiframe {
	width: 98%;
	min-height: 45px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
}			

.inner-section-header {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  background-color: #282828;
  border: 1px solid #666;
  padding: 4px 8px 6px;
  color: #999;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span.selected {
  outline: none;
  background-color: #000;
  border: 1px solid #666;
  border-bottom: none;
  bottom: 12px;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  position:relative;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span {
  outline: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  color: #999;
  cursor: pointer;
}

.inner-section-header-link:hover {
  color: #000;
}

.inner-section-content {
  text-align: left;
  position: relative;
  border: 1px solid #666;
  border-top: none;
  margin-bottom: 5px;
  padding: 4px 8px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}


.header-grey {
  background: transparent url(images/header-red.png) repeat-x 0 0;
  position: absolute;
  top: -15px;
  left: 0px;
  height: 35px;
  padding: 0 10px;
  font-size: 110%;
  font-weight: bold;
}

.header-left {
  display: inline-block;
  width: 13px;
  height: 43px;
  background: transparent url(images/header-red-left.png) no-repeat 0 0;
  position: absolute;
  left: -13px;
}

.header-right {
  display: inline-block;
  width: 13px;
  height: 43px;
  background: transparent url(images/header-red-right.png) no-repeat 0 0;
  position: absolute;
  right: -13px;
}

.header-text {
  position: relative;
  top: 10px;
}

.header-red {
  background: transparent url(images/header-red.png) repeat-x 0 0;
  position: absolute;
  top: -15px;
  left: 0px;
  height: 35px;
  padding: 0 10px;
  font-size: 110%;
  font-weight: bold;
}

.header-red-left {
  display: inline-block;
  width: 14px;
  height: 35px;
  background: transparent url(images/header-red-left.png) no-repeat 0 0;
  position: absolute;
  left: -14px;
}

.header-red-right {
  display: inline-block;
  width: 14px;
  height: 35px;
  background: transparent url(images/header-red-right.png) no-repeat 0 0;
  position: absolute;
  right: -14px;
}

.header-red-text {
  position: relative;
  top: 6px;
  left: -2px;
}

span.label {
  display: inline-block;
  text-align: right;
  width: 7em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
}

div.field {
  margin-top: 8px;
  margin-bottom: 8px;
}

span.right {
display: inline-block; 
vertical-align: top; 
margin-top: auto; 
margin-right: auto; 
margin-left: auto; 
margin-bottom: auto;
}

span.left {
display: inline-block; 
width: 45%; 
margin: 10px;
}

.videotitle {
	height: 14px;
	line-height: 1.4;
	overflow: hidden;
	display: block;
	padding-left: 2px;
	padding-bottom: 4px;
	padding-right: 2px;
}

.videothumbnail {
	display:block;
	margin:auto;
}

.headerbannerposition {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
	border: thin solid #FB0509;
	border-radius: 4px;
}

.rightcolumbannerposition {
	display: block;
	margin: auto;
	width: 95%;
	height: auto;
	border: thin solid #FB0509;
	border-radius: 4px;
}

.rightcolumbannerposition:hover {
  border: thin solid #FFFFFF;
  border-radius: 4px;
  }

.underplayerbannerposition {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
	border: thin solid #FB0509;
	border-radius: 4px;
}

.underplayerbannerposition:hover {
  border: thin solid #FFFFFF;
  border-radius: 4px;
  }

.jsToggleParagraph {
	cursor: pointer;
	margin-left: 3px;
	float: right;
	display: inline-block;
	position: relative;
	height: 12px;
	width: 16px;
	background: url("https://cdn.mansurfer.com/js/down2.gif") no-repeat scroll 0px 0px transparent;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	padding-right: 0.1904%;
	clear: none;
	float: none;
	padding-left: 0.19%;
}

.video_details {
	position: absolute;
	display : none;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
	width: 100px;
}

.video_link {
	width: 31.66%;
	margin-left: 1%;
	clear: none;
	position: static;
	border-radius: 4px;
	border: thin solid #FB0509;
	margin-top: 1%;
}

span.left {
display: inline-block; 
width: auto; 
margin: 10px;
}

.mansurferlive_text {
	text-align: center;
	font-size: 14px;
	text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
	font-weight: bold;
}
.popularmansurferlive_text {
	text-align: center;
	font-size: 10px;
}
.mansurferlive_content {
}

.headermenubar {
	width: 23.502%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 2%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #3E3E3E;
	background-image: -webkit-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -moz-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -o-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: linear-gradient(180deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);	
}
.headermenubar:hover {
	width: 23.502%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 2%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
}

.popularheadermenubaractive {
	width: 18.87%;
	border-radius: 10px;
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #3E3E3E;
	margin-right: 0.398%;
}

.popularheadermenubar {
	width: 18.87%;
	background-color: #FB0509;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #3E3E3E;
	background-image: -webkit-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -moz-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -o-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: linear-gradient(180deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	margin-right: 0.398%;
}
.popularheadermenubar:hover {
	width: 18.87%;
	background-color: #CC0000;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	border: thin solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	margin-right: 0.398%;
}

.popularheadermenubardefineactive {
	width: 18.87%;
	border-radius: 10px;
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #3E3E3E;
	margin-right: 0.398%;
}

.popularheadermenubardefine {
	width: 18.87%;
	background-color: #010080;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #3E3E3E;
	background-image: -webkit-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -moz-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -o-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: linear-gradient(180deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);	
	margin-right: 0.398%;
}

.popularheadermenubardefine a:link {
text-decoration:none;
color:#FFFFFF;
}
.popularheadermenubardefine a:visited {
text-decoration:none;
color:#FFFFFF;
}

.popularheadermenubardefine:hover {
	width: 18.87%;
	background-color: #010080;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	border: thin solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	margin-right: 0.398%;
}

.bottommenubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.fourbottommenubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.fourbottommenubar {
	width: 48.6%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
	background-image: -webkit-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -moz-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -o-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: linear-gradient(180deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
}

.fourbottommenubar:hover {
	width: 48.6%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);	
}

.bottommenubar {
	width: 48.6%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #3E3E3E;
	background-image: -webkit-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -moz-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -o-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: linear-gradient(180deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
}

.bottommenubar:hover {
	width: 48.6%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
}
.header {
	background-color: #000000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: #900003;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	width: 97%;
	margin-bottom: 1%;
}
.headertext {
	clear: right;
	font-size: xx-small;
	text-align: center;

}
.headerimage {
	clear: none;
}
.socialmediabuttons {
	width: auto;
	clear: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
.searchbar {
	display: inline-block;
	width: auto;
	clear: none;

}

.section-left {
  display: inline-block;
  vertical-align: top;
  width:90%;
  margin-left: 20px;
}

.section-right {
  display: inline-block;
  margin-left: 20px;
  width:90%;
}

.video-brief > span.video-brief-details {
  vertical-align: top;
}

.socialbar {
	width: auto;
	clear: none;
}
.searchform {
	clear: none;
	width: auto;
	margin-bottom: 8px;
}

.searchformformat {
	display: inline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FB0509;
	background-color: #000000;
}

.searchformformatwidth {
	width: 120px;
	margin-bottom: 5px;
}

.socialsearchbarlock {
	width: auto;
	float: right;

}
.headerbanner {
	width: 98%;
	margin-bottom: 1%;
}

.headerlogo {
	width: 98%;
	margin-bottom: 2%;
}

.headerlogoposition {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
}

.footerbanner {
	width: 98%;
	margin-top: 1%;
}
.footer {
	font-size: 10px;
	margin-top: 2%;
	border-color: #900003;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 97%;
}
.footertext {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.pagelinks {
	margin-top: 1%;
	width: 98%;
}
.pagelinksnav {
	text-align: center;
	font-size: xx-small;
	border: medium solid #900003;
	width: 99%;
	border-radius: 5px;
}
.pagelinksnavbox a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #3E3E3E;
}

.pagelinksnavbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #3E3E3E;
}
.pagelinksnavbox a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #3E3E3E;
}
.pagelinksnavbox a:hover {
	color: #FFFFFF;
	background: #CC0000;
	border: thin solid #FFFFFF;	
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(255,0,0,1.00) 62.70%);		
}
.pagelinksnavbox a {
	font-size: x-small;
	background-color: #FB0509;
	border: thin solid #3E3E3E;
	border-radius: 4px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 0.1%;
	background-image: -webkit-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -moz-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: -o-linear-gradient(270deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);
	background-image: linear-gradient(180deg,rgba(212,212,212,1.00) 0%,rgba(255,0,0,1.00) 40.41%);	
}
.pagelinksnavboxnolink {
	width: 100%;
	clear: none;
	font-size: x-small;
	border: thin solid #3E3E3E;
	border-radius: 4px;
	margin-top: 1%;
	margin-bottom: 1%;
}
.pagelinksnavbox {
	width: 23.6%;
	clear: none;
	font-size: x-small;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.pagelinksnavbox:hover {
	margin-top: 1%;
	margin-bottom: 1%;
}
.headerpagelinksnavbox {
	background-color: #900003;
	border-radius: 10px;
	font-size: medium;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 5px;
	width: auto;
	padding-right: 5px;
	margin-bottom: 0.25%;
	border: thin solid #FFFFFF;
}

.popularheaderpagelinksnavbox {
	background-color: #900003;
	border-radius: 10px;
	font-size: medium;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 5px;
	width: auto;
	padding-right: 5px;
	margin-bottom: 0.25%;
	border: thin solid #FFFFFF;
	text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
}
.headerpagelinks {
}
.videoboarder {
	width: 97%;
	border: medium solid #900003;
	border-radius: 4px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

span.wider {
  width: 10em;
}
span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
  width:45%;
}
.profileupdate {
	width:95%;
}
.profile-avatar {
  max-width: 240px;
}

.profile-fields span {
  margin-bottom: 8px;
}

.profile-fields span.field {
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.profile-fields span.value {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.videopagetagsdetail h3 {
  font-size: 13px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width:auto;
  margin:0;
}

.videopagetagsdetail  {
  font-size: 13px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width:auto;
  margin:0;
}

.videopagetagsmargin {
margin-bottom: 1%;
} 

.videopagetagsnonname {
  font-size: 13px;
  position: relative;
  display: inline;
  font-weight: bold;
}

.videopageredbubble h1 {
  font-size: 16px;
  top: 10px;
  display: inline;
}

.videopageredbubble {
	position: absolute;
	left:-10px;
	top:-13px;
	width:auto;
	display: inline-block;
	background-color: #FB0509;
	border-radius: 10px;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
	padding-left:1%;
	padding-right:1%;
	max-width: 97%;
	overflow: hidden;
	max-height: 22px;
}

.videopageredbubblenontitle {
	position: absolute;
	left:-10px;
	top:-20px;
	width:auto;
	display: inline-block;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 2%;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
	font-weight: bold;
	font-size:16px;
	padding-left:1%;
	padding-right:1%;	
}

.videopageredbubblenontitleleft {
	position: absolute;
	left:-10px;
	top:-27px;
	width:auto;
	display: inline-block;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 2%;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
	font-weight: bold;
	font-size:16px;
	padding-left:1%;
	padding-right:1%;
	max-width: 97%;
	overflow: hidden;
	max-height: 21px;	
}

div.videopageredbubblenontitleleft.smallfont {
	font-size:15px;
}

div.section-sidebar-content.noshow {
	display:none;	
}

div.section-content.section-videos.noshow {
	display:none;
}

.html5videocontainer {
	position:relative;
	width:100%;
}
#content {
  position: relative;
  width: 100%;
}

.html5videocode {
width:100%;
height:auto;
}

.html5player {
    text-align: center;
    width: 100%;
    height: 100%;
	overflow: hidden;	
}

.html5playbuttonlink {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    width: 108px;
    height: 108px;
}

.html5playbuttondimensions {
    width: 108px;
    height: 108px;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    position: absolute;
}

.html5videothumbnail {
width: auto;
height: 100%;
}

.html5playercontainer {
	position:absolute;
	width:100%;
	height:100%;
}

.thumbscenterright {
display: inline-block;
width: 97%;
position: relative;
}

.side-video-brief {
display: inline-block;
width: 30.8%;
vertical-align: top;
margin-top: 2%;
padding-left: 1%;
}

.side-video-brief-thumb {
  position: relative;
}	  
		  
.side-video-brief-details {
  width: 78%;
  padding-left:0px;
  vertical-align: top;
  font-weight:bold;
}

.videorelated {
display: inline-block;
text-align: left;
vertical-align: top;
width: 30.8%;
margin-bottom: 1%;
padding-left: 1%;
}

.videorelatedtext {
	font-weight:bold;
}

.videorelatedsponsortext {
	font-weight:bold;
	margin-top:2%;
	display: block;
	margin-left:5px;
}

h2 {
  font-size: 13px;
  position: relative;
  display: inline;
}

#rater-text {
  position: absolute;
  top: 5px;
  left: 100px;
}

#rater-stars {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 19.6px;
  height: 21px;
  top: 2px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

.section-left-video {
  display: block;
  margin: 0 auto;
  width: 97%;
}

.section-right-video {
  display: block;
  vertical-align: top;
  margin: 0 auto;
  width: 97%;
}

.videopagecategorylabel {
display: inline-block;
width: 5em;
font-weight: bold;
vertical-align: top;
}
.videopagecategorydetail {
display: inline-block;
font-weight: bold;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.videodetails {
	display:block;
	width:auto;
	margin:auto;
	text-align: center;
    font-size:110%;
	padding-top:10px;
}

.bold {
position: absolute;
top: 1em;
right: 0px;
display:none;
}

.gridContainer {
	width: 92.6309%;
	padding-left: 0.1845%;
	padding-right: 0.1845%;
	clear: none;
	float: none;
	margin-left: auto;
}

.videorelatedsponsortext {
	font-weight:bold;
	margin-top:2%;
	display: block;
	margin-left:5px;
}

span.left {
	display: inline-block;
	width: 35%;
	margin: 10px;
}

span.wider {
  width: 10em;
}
span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
  width:46%;
}
.profileupdate {
	width:87%;
}

.popularmansurferlive_text {
	text-align: center;
	font-size: 11px;
}

.video_details {
	position: absolute;
	display : none;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
	width: 115px;
}

.video_link {
	width: 23.75%;
	clear: none;
	margin-left: 0.68%;
	display: inline;
}
.mansurferlive {
}
.mansurferlive_content {
}

.section-left {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; /** I added to Fix Mobile Firefox **/
  width: 62%;
}


.section-right {
  display: inline-block;
  margin-left: 15px; /** Was at 10px; to Fix Mobile Firefox **/
  width: 25%;
}

.section-left-video {
  display: block;
  margin: 0 auto;
  width: 97%;
}

.section-right-video {
  display: block;
  vertical-align: top;
  margin: 0 auto;
  width: 97%;
}

.centerright {
    display: table;
    margin: 0 auto;
}

.bottomcenterright {
    display: block;
    margin: 0 auto;
}

h2 {
  font-size: 13px;
  position: relative;
  display: inline;
}

.videopagetagsmargin {
margin-bottom: 1%;
} 			
.videopagetags {
display: inline-block;
width: 5em;
text-align: right;
font-weight: bold;
vertical-align: top;
}

.videopagetagsdetail h3 {
  font-size: 13px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width:auto;
  margin:0;
}

.videopagetagsnonname {
  font-size: 13px;
  position: relative;
  display: inline;
  font-weight: bold;
}

.videopagecategory {
margin-bottom: 4px;
margin-top: 4px;
}
.videopagecategorylabel {
display: inline-block;
width: 5em;
font-weight: bold;
vertical-align: top;
}
.videopagecategorydetail {
display: inline-block;
font-weight: bold;
}
.videorelated {
  display: inline-block;
  padding-left: 1%;
  text-align: left;
  vertical-align: top;
  width: 18%;
  margin-bottom: 18px;
}

.videorelatedtext {
	font-weight:bold;
}

.breadcrumb {
	margin-bottom:1%;
}

.video-brief > span.video-brief-details {
  width: 78%;
  padding-left: 8px;
  vertical-align: top;
  font-weight:bold;
}

.headermenubar {
	width: 24%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 2%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
}

.headermenubar:hover {
	width: 24%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 2%;
	cursor: pointer;
	margin-left: 0.398%;
	clear: none;
	border: thin solid #FFFFFF;
}

.headerpagelinksnav {
	width: 93%;
	margin-bottom: 1%;
}

.fourbottommenubar {
	width: 48.6%;
	background-color: #FB0509;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
	margin-top: 1%;
}

.fourbottommenubar:hover {
	width: 48.6%;
	background-color: #CC0000;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
	margin-top: 1%;	
}

.bottommenubar {
	width: 32%;
	background-color: #CC0000;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
	margin-top: 1%;
}

.bottommenubar:hover {
	width: 32%;
	background-color: #CC0000;
	border-radius: 10px;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
	margin-top: 1%;
}
.header {
}
.headertext {
	width: 100%;
	text-align: center;
}
.headerimage {
}

.socialmediabuttons {
	clear: none;
	width: auto;
	margin-right: 5px;
}
.searchbar {
	display: inline-block;
	width: auto;
	clear: none;

}
.socialbar {
	width: auto;
	clear: none;
}
.searchform {
	clear: none;
	width: auto;
}

.searchformformat {
	display: inline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FB0509;
	background-color: #000000;
	width: auto;
}

.searchformformatwidth {
	width: 105px;
}

.socialsearchbarlock {
	width: auto;
	float: right;

}
.footer {
	margin-top: 1%;
}
.footertext {
}
.pagelinks {
	margin-top: 1%;
	width: 98%;
}
.pagelinksnav {
	text-align: center;
	font-size: xx-small;
	border: medium solid #900003;
	width: 99%;
}

.pagelinksnavbox a {
	font-size: x-small;
}
.pagelinksnavbox {
	width: 15.62%;
	clear: none;
	font-size: x-small;
}
.videoboarder {
	padding-bottom: 5px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

div.section-sidebar-content.noshow {
	display:none;	
}

div.section-content.section-videos.noshow {
	display:none;
}

.html5videocontainer {
	position:relative;
	width:100%;
}
#content {
  position: relative;
  width: 100%;
}

.html5videocode {
width:100%;
height:auto;
}

.html5player {
    text-align: center;
    width: 100%;
    height: 100%;
	overflow: hidden;	
}

.html5playbuttonlink {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    width: 108px;
    height: 108px;
}

.html5playbuttondimensions {
    width: 108px;
    height: 108px;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    position: absolute;
}

.html5videothumbnail {
width: auto;
height: 100%;
}

.html5playercontainer {
	position:absolute;
	width:100%;
	height:100%;
}

.thumbscenterright {
display: inline-block;
width: 100%;
position: relative;
}

.side-video-brief {
display: inline-block;
width: 18%;
padding-left:1%;
vertical-align: top;
margin-top: 2%;
}

.side-video-brief-thumb {
  position: relative;
}	  
		  
.side-video-brief-details {
  width: 78%;
  padding-left:0px;
  vertical-align: top;
  font-weight:bold;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.videodetails {
	display:block;
	width:auto;
	margin:auto;
	text-align: center;
    font-size:110%;
	padding-top:3px;
}

.bold {
position: absolute;
top: 1em;
right: 0px;
display:inline-block;
}

.gridContainer {
	width: 89.8214%;
	max-width: 1232px;
	padding-left: 0.0892%;
	padding-right: 0.0892%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.videorelatedsponsortext {
	font-weight:bold;
	margin-top:2%;
	display: block;
	margin-left:5px;
}

.popularmansurferlive_text {
	text-align: center;
	font-size: 12px;
	text-shadow: 2px 2px 1px rgba(0,0,0,1.00);
}

.thumbscenterright {
display: inline-block;
width: 97%;
position: relative;
}

.side-video-brief {
display: inline-block;
width: 18.4%;
vertical-align: top;
margin-top: 2%;
}

.side-video-brief-thumb {
  position: relative;
}	  
		  
.side-video-brief-details {
  width: 78%;
  padding-left:0px;
  vertical-align: top;
  font-weight:bold;
}

.video_details {
	position: absolute;
	display : none;
	z-index: 100;
	background-color: #B40000;
	padding: 8px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 4px 4px 2px #000;
	-o-box-shadow: 6px 6px 3px #DFDFDF;
	-icab-box-shadow: 6px 6px 3px #DFDFDF;
	-khtml-box-shadow: 6px 6px 3px #DFDFDF;
	-moz-box-shadow: 6px 6px 3px #DFDFDF;
	-webkit-box-shadow: 3px 3px 3px #DFDFDF;
	box-shadow: 3px 3px 3px #DFDFDF;
	color: #000000;
	width: 140px;
}

.headerpagelinksnav {
	width: 93%;
	margin-bottom: 1%;
}

.headermenubar {
	width: 13.2%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 2%;
	clear: none;
	cursor: pointer;
	border: thin solid #3E3E3E;
	margin-left: 0.398%;
}

.headermenubar:hover {
	width: 13.2%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 2%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
}

.headerpagelinksnavbox {
	background-color: #900003;
	border-radius: 10px;
	font-size: medium;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 5px;
	width: auto;
	padding-right: 5px;
	margin-bottom: 0.25%;
	border: thin solid #FFFFFF;
}

.fourbottommenubar {
	width: 23.7%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
}

.fourbottommenubar:hover {
	width: 23.7%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
}

.bottommenubar {
	width: 18.96%;
	background-color: #FB0509;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #3E3E3E;
}

.bottommenubar:hover {
	width: 18.96%;
	background-color: #CC0000;
	border-radius: 10px;
	margin-top: 1%;
	cursor: pointer;
	clear: none;
	margin-left: 0.398%;
	border: thin solid #FFFFFF;
}

.profile-fields span.field {
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.profile-fields span.value {
  display: inline-block;
  width: 78%;
  vertical-align: top;
}

span.wider {
  width: 13em;
}
span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
  width:50%;
}
.profileupdate {
	width:80%;
}

.video_link {
	width: 13.571%;
	clear: none;
	margin-left: 0.3488%;
}
.mansurferlive {
}
.mansurferlive_content {
}

.headermenubar {
}
.header {
}

.section-left-video {
  display: block;
  margin: 0 auto;
  width: 97%;
}

.section-right-video {
  display: inline-block;
  margin-left: 10px; /** Was at 10px; to Fix Mobile Firefox **/
  width: 97%;
}

.headertext {
	width: 56%;
	clear: right;
	font-size: xx-small;
	text-align: left;
}
.headerimage {
	clear: none;
	max-width: 375px;
	margin-top: 5px;
	width: 44%;
}
.socialmediabuttons {
	clear: none;
	width: auto;
	margin-right: 5px;
}
.searchbar {
	display: inline-block;
	width: auto;
	clear: none;

}
.socialbar {
	width: auto;
	clear: none;
}
.searchform {
	clear: none;
	width: auto;
}

.searchformformat {
	display: inline;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FB0509;
	background-color: #000000;
}

.searchformformatwidth {
	width: 105px;
}

.socialsearchbarlock {
	width: auto;
	float: right;

}
.footer {
}
.footertext {
}
.pagelinks {
	width: 97.8%;
}
.pagelinksnav {
	text-align: center;
	font-size: xx-small;
	border: medium solid #900003;
	width: 99.5%;
}

.pagelinksnavbox a {
	font-size: x-small;
}
.pagelinksnavbox {
	width: 7.99%;
	clear: none;
	font-size: x-small;
}
.videoboarder {
	padding-bottom: 5px;
	padding-left: 5px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.html5videocontainer {
	position:relative;
	width:100%;
}
#content {
  position: relative;
  width: 100%;
}

.html5videocode {
width:100%;
height:auto;
}

.html5player {
    text-align: center;
    width: 100%;
    height: 100%;
	overflow: hidden;	
}

.html5playbuttonlink {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    width: 108px;
    height: 108px;
}

.html5playbuttondimensions {
    width: 108px;
    height: 108px;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    position: absolute;
}

.html5videothumbnail {
width: auto;
height: 100%;
}

.html5playercontainer {
	position:absolute;
	width:100%;
	height:100%;
}

div.section-sidebar-content.noshow {
	display:none;	
}

div.section-content.section-videos.noshow {
	display:none;
}

}

@media only screen and (min-width: 1100px) {
.videodetails {
	display:block;
	width:auto;
	margin:auto;
	text-align: center;
    font-size:110%;
}

.bold {
position: absolute;
top: 1em;
right: 0px;
display:inline-block;
}

.videorelatedsponsortext {
	font-weight:bold;
	margin-top:2%;
	display: block;
	margin-left:5px;
}

.section-left-video {
  display: inline-block;
  margin-left: 10px;
  width: 65%;
}

.section-right-video {
  display: inline-block;
  margin-left: 15px; /** Was at 10px; to Fix Mobile Firefox **/
  width: 30%;
}

.side-video-brief {
  margin: 8px 0; 
  display:inline-block;
  width:100%;
}

.side-video-brief-thumb {
  width:35%;
  float:left;
}	  
		  
.side-video-brief-details {
  padding-left: 8px;
  vertical-align: top;
  font-weight:bold;
  width:60%;
  float:right;
}
.html5videocontainer {
	position:relative;
	width:100%;
}
#content {
  position: relative;
  width: 100%;
}

.html5videocode {
width:100%;
height:auto;
}

.html5player {
    text-align: center;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.html5playbuttonlink {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    width: 108px;
    height: 108px;
}

.html5playbuttondimensions {
    width: 108px;
    height: 108px;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    position: absolute;
}


.html5videothumbnail {
width: auto;
height: 100%;
}

.html5playercontainer {
	position:absolute;
	width:100%;
	height:100%;
}

.thumbscenterright {
display: block;
width: auto;
position: static;
}

div.section-sidebar-content.noshow {
	display:block;	
}

div.section-content.section-videos.noshow {
	display:block;
}

div.videopageredbubblenontitleleft.smallfont {
	font-size:15px;
}

}
