/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
/*
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
/*label { cursor: pointer; }*/

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Glyn Beaumont, Hemisphere Interactive
   ========================================================================== */
	
	H1 {
		display:none;
	}
	
	#warning {
		display:none;
		font:bold 18px Arial, Helvetica, sans-serif;
		color:#c00;
		width:400px;
		margin:20px auto;
		border:10px solid #000;
		padding:20px;
	}

	#components {
		display:block;
	}
	
	.playerwrap {
		position: relative;
	}
	
	.playerwrap.forceResize .tpPlayer {
		width: 100% !important;
		height: 100% !important;
	}
	
	.tpPlayer {
		background-color:#333;
		margin:0;
	}
	
	.tpClipInfo {
		width:300px;
		height:250px;
		background-color:#333;
		margin:0 0 10px 0;
	}
	
	.companionad {
		display:none;
		width:300px;
		height:250px;
		background-color:#333;
		margin:0 0 10px 0;
	}
	
	.distro {
		width:300px;
		height:250px;
		background-color:#666;
		margin:0 0 10px 0;
	}

	.companionwrapper {
		display:none;
	}

	.left {
		float:left;
		display:none;
		position: relative;
	}
	
	.middle {
		float:left;
		position:relative;
	}
	
	.right {
		float:left;
		display:none;
	}
	
	.releaselist {
		display:none;
	}
	
	.releaselistinner {
		margin:0 auto;
	}
	
	#categorylist {
		float:left;
	}
	

	.info {
		display:none;
	}
	
	.infostart {
		font:bold 11px Arial, Helvetica, sans-serif;
	}
	
	.infoinner {
		font:normal 11px Arial, Helvetica, sans-serif;
	}
	
	.details {
		display:none;
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#999;
	}
	
	.categorywrapper {
		margin:0;
	}
	
	.categorywrapper A {
		display:inline-block;
		text-decoration:none;
		padding:3px;
	}
	
	.parentcategory A {
		outline:none;
		font:normal 11px Arial, Helvetica, sans-serif;
	}
	
	.subcategory A {
		outline:none;
		font:normal 11px Arial, Helvetica, sans-serif;
	}
	
	.subcategorywrapper {
		display:none;
	}
	
	.releasewrapper {
		position:relative;
	}
	
	.releasewrapper A {
		font:normal 11px Arial, Helvetica, sans-serif;
		border:1px solid #000;
	}
	
	.releasethumb {
		
	}
	
	.releaseinfo {
	
	}
	
	.releasetitle {
		display:block;
		font:normal 11px Arial, Helvetica, sans-serif;;
		overflow:hidden;
	}
	
	.releasedescription {
		display:block;
		font:normal 11px Arial, Helvetica, sans-serif;
		margin:0;
		color:#999;
		padding:0 0 5px 0;
		overflow:hidden;
	}
		
	.alt {
		display:none;
	}

	.subheader {
		position:relative;
		text-align:center;
		font:bold 11px Arial, Helvetica, sans-serif;
		margin:0 auto 0 auto;
	}
	
	#btnPageBack {
		outline:none;
		display:inline-block;
	}
	
	#btnPageForward {
		outline:none;
		display:inline-block;
	}
	
	#btnPageForward SPAN {
		display:block;
		border-width:10px;
		border-color: transparent white transparent transparent; 
		width:0;
		height:0;
	}
	
	.releasepageinfo {
		position:relative;
		display:inline-block;
		width:80%;
	}

	.sharingWindow {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}

		.sharingWindow > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}

	.sharingWindowfbemb {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
		.sharingWindowfbemb > div {
			/* margin: 50px 20px !important; */
			/* edited for native */
            margin: 50px 20px; 
			display: inline-block;
			/* width: 100px !important; */
			width: 110px !important; 
			padding: 1px !important;
		}

	.sharingWindowtwf {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindowtwf > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}

	.sharingWindowemailf {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindowemailf > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}			

	.sharingWindow1 {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindow1 > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}


	.sharingWindow2 {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindow2 > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}

	.sharingWindow3 {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindow3 > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}


	.sharingWindow4 {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindow4 > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}


	.sharingWindow5 {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindow5 > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}


	.sharingWindow6 {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:9000;
		background-color:#fff;
		overflow: hidden;
	}
	
		.sharingWindow6 > div {
			margin: 10px 20px !important;
			display: inline-block;
			width: 100px !important;
			padding: 1px !important;
		}
	
	#sharefacebook {
/*		position:absolute;
		left:100px;
		top:10px;*/
		width:150px;
	}
	
	.sharefacebooklinkicon {
		display:inline-block;
		width:32px;
		height:32px;
		background:url(../../images/shareicons/facebook.png) 0 0 no-repeat;
		position:relative;
		top:10px;
		font:normal 14px Arial, Helvetica, sans-serif;
		color:#000;
		display:inline-block;
		margin-right: 10px;
	}
	
	#sharetwitter {
/*		position:absolute;
		left:100px;
		top:50px;*/
		width:150px;
	}

	.sharetwitterlinkicon {
		display:inline-block;
		width:32px;
		height:32px;
		background:url(../../images/shareicons/twitter.png) 0 0 no-repeat;
		position:relative;
		margin-right: 10px;
		top:10px;
		font:normal 14px Arial, Helvetica, sans-serif;
		color:#000;
		display:inline-block;
	}
	
	#shareemail {
/*		position:absolute;
		left:100px;
		top:90px;*/
		width:150px;
	}
	
	.shareemaillinkicon {
		display:inline-block;
		width:32px;
		height:32px;
		background:url(../../images/shareicons/email.png) 0 0 no-repeat;
		position:relative;
		margin-right: 10px;
		top:10px;
		font:normal 14px Arial, Helvetica, sans-serif;
		color:#000;
		display:inline-block;
	}
	
	.sharetumblrlinkicon {
		display:inline-block;
		width:32px;
		height:32px;
		background:url(../../images/shareicons/tumblr.png) 0 0 no-repeat;
		position:relative;
		margin-right: 10px;
		top:10px;
		font:normal 14px Arial, Helvetica, sans-serif;
		color:#000;
		display:inline-block;
	}
	
	.sharedigglinkicon {
		display:inline-block;
		width:32px;
		height:32px;
		background:url(../../images/shareicons/digg.png) 0 0 no-repeat;
		position:relative;
		margin-right: 10px;
		top:10px;
		font:normal 14px Arial, Helvetica, sans-serif;
		color:#000;
		display:inline-block;
	}

	.sharingcontrolsemailf {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrolsemailf.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrolsemailf:hover {
			opacity: 1;
		}
	
	.sharingcontrols {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols:hover {
			opacity: 1;
		}
		
	.sharingcontrolsfbemb {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}

		.sharingcontrolsfbemb.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrolsfbemb:hover {
			opacity: 1;
		}

	.sharingcontrolstwf {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrolstwf.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrolstwf:hover {
			opacity: 1;
		}	
		


	.sharingcontrols1 {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols1.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols1:hover {
			opacity: 1;
		}

	.sharingcontrols2 {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols2.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols2:hover {
			opacity: 1;
		}


	.sharingcontrols3 {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols3.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols3:hover {
			opacity: 1;
		}


	.sharingcontrols4 {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols4.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols4:hover {
			opacity: 1;
		}


	.sharingcontrols5 {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols5.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols5:hover {
			opacity: 1;
		}

	.sharingcontrols6 {
		position: absolute;
		opacity: 0.75;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		left: 10%;
		height: 15px;
	}
	
		.sharingcontrols6.fordistro {
			bottom: -20px;
			top: auto;
			left: 5%;
		}
		
		.sharingcontrols6:hover {
			opacity: 1;
		}

	.reactioncontrols {
		position: absolute;
		opacity: 0.5;
		font:normal 11px Arial, Helvetica, sans-serif;
		z-index:60;
		top: 5px;
		right: 10%;
		height: 15px;
	}
		
		.reactioncontrols:hover {
			opacity: 1;
		}
	
		#reactioncontrolslink {
			width: 50px;
			height: 15px;
			display: block;
			background: url(../../images/btnReact.png) 0 0 no-repeat;
		}
	
	#shareclose {
		position: absolute;
		width:35px;
		height:20px;
		text-align:left;
		top: 15px;
		right: 15px;
		background:url(../../images/btnClose.png) 25px 2px no-repeat;
		display:block;
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#111;
		text-decoration:none;
	}
	
	/*added for native close button*/
	 #sharefbclose {
                position: absolute;
                width:35px;
                height:20px;
                text-align:left;
                top: 15px;
                right: 15px;
                background:url(../../images/btnClose.png) 25px 2px no-repeat;
                display:block;
                font:normal 10px Arial, Helvetica, sans-serif;
                color:#111;
                text-decoration:none;
        }

	
	.sharefacebooklink, .sharetwitterlink, .shareemaillink, .sharetumblrlink, .sharedigglink {
		text-decoration:none;
		color:#000;
		font:normal 13px Arial, Helvetica, sans-serif;
	}
	
	.sharefacebooklink:hover, .sharetwitterlink:hover, .shareemaillink:hover, .sharetumblrlink:hover, .sharedigglink:hover {
		text-decoration:underline;
	}
	
	.emailwindow {
		position:absolute;
		top:5px;
		left:5px;
		display:none;
		z-index:20;
		background-color:#fff;
	}
	
	#emailclose {
		float:right;
		width:35px;
		height:20px;
		text-align:left;
		background:url(../../images/btnClose.png) 25px 2px no-repeat;
		display:block;
		margin:15px 15px 0 0;
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#111;
		text-decoration:none;
	}

	.emailwindowinner {
		position:absolute;
		left:20px;
		width:80%;
		top:30px;
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#000;
	}


	.sharingWindowfbembinner {
		position:absolute;
		left:20px;
		width:80%;
		top:30px;
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#000;
	}
	
	.emailinput {
		display:block;
		width:100%;
		border:1px dotted silver;
		background-color:#fff;
		color:#444;
		font:normal 11px Arial, Helvetica, sans-serif;
		margin-bottom:3px;
	}
	
	#fea, #yea, #fem {
		height:15px;
	}
	
	#yem {
		height:28px;
	}
	
	.sendemail {
		display:block;
		width:60px;
		padding:5px 0;
		text-align:center;
		background-color:#0C0;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
		margin:5px 0 0 0;
		text-decoration:none;
	}

	.sendfbemb {
		display:inline-block;
        /* modify for native*/
		/*width:250px !important;*/ 
		padding:5px 0 !important;
        width:250px; 
		/*padding:5px 0;*/
		text-align:center;
		background-color:#3D00F5;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#fff;
		margin:5px 0 0 0 !important;
        /*margin:5px 0 0 0;*/
		text-decoration:none;

}





	.sponsor {
		display:none;
	}
	
	#sheathleft {
	    display: none;
	    position: absolute;
	    z-index: 50;
	}
	#sheathright {
	    display: none;
	    position: absolute;
	    z-index: 50;
	}
	#sheathtop {
	    display: none;
	    position: absolute;
	    z-index:50;
	}
	#sheathtopleft {
	    display: none;
	    position: absolute;
	    z-index: 60;
	}
	#sheathtopright {
	    display: none;
	    position: absolute;
	    z-index: 60;
	}
	#sheathbottom {
	    display: none;
	    position: absolute;
	    z-index: 50;
	}
	#sheathbottomleft {
	    display: none;
	    position: absolute;
	    z-index: 60;
	}
	#sheathbottomright {
	    display: none;
	    position: absolute;
	    z-index: 60;
	}
	/*#sheathtop {
        display:none;
        position:absolute;
        z-index:50;
        top:0px;
        width:300px;
        height:18px;
	}
	#sheathleft {
		display:none;
		position:absolute;
		z-index:50;
		top:18px;
		width:5px;
		height:198px;
	}
	#sheathright {
		display:none;
		position:absolute;
		z-index:50;
		top:18px;
		left:295px;
		width:5px;
		height:198px;
	}
	#sheathbottom {
		display:none;
		top:216px;
		z-index:50;
		position:absolute;
		width:300px;
		height:34px;
	}*/
	.sheathtop {
		background:url(../../images/distroShell_top.png) 0 0 repeat;
	}
	.sheathtopleft {
		background:url(../../images/distroShell_topLeft.png) 0 0 repeat;
	}
	.sheathtopright {
		background:url(../../images/distroShell_topRight.png) 0 0 repeat;
	}
	.sheathleft {
		background:url(../../images/distroShell_left.png) 0 0 repeat;
	}
	.sheathright {
		background:url(../../images/distroShell_right.png) 0 0 repeat;
	}
	.sheathbottom {
		background:url(../../images/distroShell_bottom.png) 0 0 repeat;
	}
	.sheathbottomleft {
		background:url(../../images/distroShell_bottomLeft.png) 0 0 repeat;
	}
	.sheathbottomright {
		background:url(../../images/distroShell_bottomRight.png) 0 0 repeat;
	}
	.sheathtop-red {
		background:url(https://boom.boomvideo.tv/images/distroShell_top-red.png) 0 0 no-repeat;
	}
	.sheathleft-red {
		background:url(https://boom.boomvideo.tv/images/distroShell_left-red.png) 0 0 no-repeat;
	}
	.sheathright-red {
		background:url(https://boom.boomvideo.tv/images/distroShell_right-red.png) 0 0 no-repeat;
	}
	.sheathbottom-red {
		background:url(https://boom.boomvideo.tv/images/distroShell_bottom-red.png) 0 0 no-repeat;
	}
	.sheathtop-green {
		background:url(https://boom.boomvideo.tv/images/distroShell_top-green.png) 0 0 no-repeat;
	}
	.sheathleft-green {
		background:url(https://boom.boomvideo.tv/images/distroShell_left-green.png) 0 0 no-repeat;
	}
	.sheathright-green {
		background:url(https://boom.boomvideo.tv/images/distroShell_right-green.png) 0 0 no-repeat;
	}
	.sheathbottom-green {
		background:url(https://boom.boomvideo.tv/images/distroShell_bottom-green.png) 0 0 no-repeat;
	}
	
	#embedcode {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100% !important;
		margin: 0 0 5px !important;
	}

	#embedcode-input {
		border: 1px dotted silver;
		background-color: white;
		margin: 0 auto;
		display: block;
		width: 90%;
		font-size: 0.8em;
		color: gray;

	}
	
	#embedcode-label {
		font-size: 0.7em;
		display: block;
		text-align: center;

	}
	

	
	#embedcode-fb {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100% !important;
		margin: 0 0 5px !important;
		text-align: center;
	}

	#embedcode-input-fb {
		border: 1px dotted silver;
		background-color: white;
		margin: 0 auto;
		display: block;
		width: 220%;  /* width : 90%; */
		font-size: 0.8em;
		color: gray;
		text-align: center;
	}
	
	#embedcode-label-fb {
		font-size: 1em;  /* font-size: 0.7em; */
		display: block;
		text-align: center;
		width: 220%;  /* width : 90%; */
		font-weight: bold;
		margin: 5px; border: 1px none; 
		color: gray;

	}

	.reactwindow {
		z-index: 15;
		display: none;
		background: #fff;
		background: rgba(255, 255, 255, 0.85);
		height: 80%;
		width: 80%;
		position: absolute;
		top: 10%;
		left: 50%;
		margin-left: -40%;
		border-radius: 10px;
		text-align: center;
		color: maroon;
	}
	
	.reactwindow h3 {
		margin: 30px 0 5px;
	}
	
	.reactwindow .stars {
		width: 100%;
		font-size: 2em;
		font-family: 'Arial Unicode', 'Arial', 'sans-serif';
	}
	
		.reactwindow .star {
			cursor: pointer;
			width: 1em;
			display: inline-block;
		}
		
	.reactwindow .ratingsinfo {
		font-size: 0.8em;
	}
	
	.categories-nav {
		max-height: 500px;
		overflow: hidden;
		position: relative;
	}
	
	.categories-nav .scroller {
		max-height: 500px;
		overflow: hidden;
	}
	
	.categories-nav ul {
		padding: 0;
		margin: 0;
		line-height: 150%;
		font-size: .9em;
		list-style: none;
	}
	
	.categories-nav span.categoryTitle {
		display: block;
		width: 100%;
	}
	
	.categories-nav .categoryTitle {
		cursor: pointer;
	}
	
	.categories-nav .categoryTitle.allContent {
		font-weight: bold;
		color: #777;
		font-size: 0.9em;
	}
	
	.categories-nav .categoryTitle.current {
		color: #fff;
		background: #444;
	}
	
	.categories-nav .categoryTitle:hover {
		color: #fff;
		background: #888;
	}
	
	.categories-nav .collapseable > span {
		font-weight: bold;
	}
	
	.categories-nav .collapseable ul {
		display: none;
		overflow: hidden;
	}
	
	.categories-nav .collapseable ul li {
		padding-left: 10px;
		margin-bottom: 3px;
	}
	
	.categories-nav .scroll-button {
		position: absolute;
		width: 100%;
		display: block;
		height: 30px;
		background: black;
		background: rgba(0,0,0,.8);
		color: white;
		text-align: center;
		-webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-property: all;
        -moz-transition-duration: 0.2s;
        -ms-transition-property: all;
        -ms-transition-duration: 0.2s;
        -o-transition-property: all;
        -o-transition-duration: 0.2s;
        opacity: .2;
        text-decoration: none;
        line-height: 30px;
        vertical-align: middle;
        font-family: Arial;
/*		display: none;*/
	}
	
	.categories-nav:hover .scroll-button {
		opacity: 1;
	}
	
	.categories-nav .scroll-button:hover {
		background: black;
		background: rgba(0,0,0,.9);
		color: #f1b52a;
		font-weight: bold;
	}
	
	.categories-nav .scroll-button.up {
		top: 0px;
	}
	
	.categories-nav .scroll-button.up.isHidden {
		top: -30px;
		opacity: 0;
	}
	
	.categories-nav .scroll-button.down {
		bottom: 0px;
	}
	
	.categories-nav .scroll-button.down.isHidden {
		bottom: -30px;
		opacity: 0;
	}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}