/*-----------------------------------------------------------------------------------

	Theme Name: Carbon 
	Theme URI: http://www.phpsugar.com/
	Description: Premium theme for PHP Melody
	Author: PHPSUGAR
	Author URI: http://www.phpsugar.com/
	Version: 2.4
	Copyright: PHPSUGAR.COM

-------------------------------------------------------------------------------------

	1.Document Setup (body, common classes, structure etc)
	2.Main Content Styles
	3.Header, Navigation & Menus
	4.BootStrap Elements Redesigned for PHP Melody (modal, pagination, badges, etc.)
	5.Generic style elements (shadows, borders, opacity, thumbnail sizes, etc.)
	6.Custom Elements (Featured, New Videos, etc.)
	7.Pages
	8.Browsing & Listing (Top Videos, Regular Browsing, Search Results, etc.)
	9.The Video Page & Elements
	10.Comments (Both Videos & Articles)
	11.Profile Page
	12.Footer Styles
	13.Lightbox
	14.Theme Outline
	
-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0 auto;
	background-color: #555;
	font-size: 13px;
	line-height: 18px;/*font: 100%/1.618 sans-serif;*/
}
a {
	color:#6e757b;
	-webkit-transition: color 100ms ease-in 0ms;
	-moz-transition: color 100ms ease-in 0ms;
	-o-transition: color 100ms ease-in 0ms;
	transition: color 100ms ease-in 0ms;
}
a:hover {
	color:#6b7278; /*008fd5;*/
}
h1, h2, h3, h4, h5 {
	color: #444;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h1, h2 {
	font-weight: normal;
}
#primary h1, #primary h2 {
	font-size: 20px;
	font-family: "Open Sans", Arial, Verdana;
	font-weight: normal;
	color: #ffffbd;
}
#primary .well h1, #primary .well h2 {
	color: #333;
	text-shadow: none;
}
#primary h1.entry-title {
	line-height: 1.3em;
	letter-spacing: -1px;
	font-size: 26px;
	padding: 0;
	margin: 0;
}
h1.site-title {
	font-size: 1.71429rem;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	display: inline-block;
	padding-left: 15px;
}
h1.site-title a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 2px 0 #000;
}
h1.site-title a:hover {
	color: #fc0;
}
h1.page-title {
	padding:0;
	margin: 0;
	line-height: 1.1;
	font-size: 28px;
	font-weight: normal;
}
h1.compact {
	letter-spacing: -1px;
	font-weight: normal;
	max-width: 70%;
}
h2.entry-title {
	color: #5d7898;
	font-weight: 100;
	font-size: 24px;
}
h2 {
	color: #ffffcc;
	text-shadow: 0 1px 0 #000;
}
p {
	font-size: 14px;
	line-height: 1.714285714;
}
.logo {
	padding-left: 20px;
}
#Playerholder,
object,
embed,
#Playerholder iframe,
.video-wrapper iframe,
.video-js {
	width: 100%;
	margin: 0;
	padding:0; /*0 0 20px 0*/
}
#embed_Playerholder {
	min-height: 400px;
}
/* Forms
--------------------------------------------- */
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 22px;
	/*font-size: 19.5px;*/
	line-height: 2em;
	color: #666;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 13.5px;
	color: #999999;
}
label, input, button, select, textarea {
	font-weight: normal;
	line-height: 18px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
label.inp-small, input.inp-small, button.inp-small, select.inp-small, textarea.inp-small {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
label {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
 border: 1px solid #e6e6e6;
 color: #FFF;
 -webkit-box-shadow: 0 0 6px #FFC;
 -moz-box-shadow: 0 0 6px #FFC;
 box-shadow: 0 0 6px #FFC;
}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 13px;
	color: #FFF;
	background-color: #616161;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	outline: 0;
	outline: thin dotted \9;
	background-color: #4c4c4c;
	/* IE6-9 */
 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .uneditable-input:hover {
	background-color: #4c4c4c;
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
}
#suggestionsBox {
	position: relative;
}
.suggestionList {
	z-index: 9999;
	position: absolute;
	right: 0;
	width: 100%;
	margin-top: -2px;
	background-color: #052834;
	padding: 1px 0;
	text-align: left;
	border: 1px solid #333;
	border-radius: 2px;
}
.suggestionList li {
	list-style-type: none;
	margin: 0;
	padding: 4px 13px;
	text-align: left;
	border-bottom: 1px solid #2b373e;
}
.suggestionList li:hover {
	color: #3c4e5a !important;
	background-color: #103d4e;
}
.suggestionList a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2d89a5 !important;
	text-shadow: 0 -1px 0 #052834;
	text-decoration:none;
	text-transform: capitalize;
	display: block;
}
.suggestionList a:visited {
	color: #7e9edf;
}
/* Fancy Button(s)
--------------------------------------------- */
.btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	background-color: #ececec;
 *background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#ececec));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #ececec);
	background-image: -o-linear-gradient(top, #f8f8f8, #ececec);
	background-image: linear-gradient(to bottom, #f8f8f8, #ececec);
	background-image: -moz-linear-gradient(top, #f8f8f8, #ececec);
	background-repeat: repeat-x;
	border: 1px solid #c6c6c6;
 *border: 0;
	border-color: inherit;
	border-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #ececec;
 *background-color: #ececec;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:focus {
	outline: 0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #ececec;
 *background-color: #ececec;
	/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-link, .btn-link:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	color: #0088cc;
	cursor: pointer;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9ecb68;
 *background-color: #9ecb68;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aada71), to(#9ecb68));
	background-image: -webkit-linear-gradient(top, #aada71, #9ecb68);
	background-image: -o-linear-gradient(top, #aada71, #9ecb68);
	background-image: linear-gradient(to bottom, #aada71, #9ecb68);
	background-image: -moz-linear-gradient(top, #aada71, #9ecb68);
	background-repeat: repeat-x;
	border-color: #93c656;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffaada71', endColorstr='#ff9ecb68', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #9ecb68;
 *background-color: #9ecb68;
	border-color: #76984e;
}
.btn-success:active, .btn-success.active {
	background-color: #9ecb68 \9;
}
/**/
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d24836;
 *background-color: #d24836;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#d24836));
	background-image: -webkit-linear-gradient(top, #dd4b39, #d24836);
	background-image: -o-linear-gradient(top, #dd4b39, #d24836);
	background-image: linear-gradient(to bottom, #dd4b39, #d24836);
	background-image: -moz-linear-gradient(top, #dd4b39, #d24836);
	background-repeat: repeat-x;
	border-color: #d14836;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffd24836', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #d24836;
 *background-color: #d24836;
	border-color: #d14836;
}
.btn-danger:active, .btn-danger.active {
	background-color: #d24836 \9;
}
.btn-blue {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5486bd;
 *background-color: #4b79ab;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#598fc9), to(#4a78aa));
	background-image: -webkit-linear-gradient(top, #598fc9, #4a78aa);
	background-image: -o-linear-gradient(top, #598fc9, #4a78aa);
	background-image: linear-gradient(to bottom, #598fc9, #4a78aa);
	background-image: -moz-linear-gradient(top, #598fc9, #4a78aa);
	background-repeat: repeat-x;
	border-color: #4c7bad #4c7bad #3f658f;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-blue:hover, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
	color: #FFF;
	background-color: #4a78aa;
 *background-color: #3f658f;
}
.btn-blue:active, .btn-blue.active {
	background-color: #4b79ab \9;
}
.btn-upload {
width: 120px;
height: 30px;
display: inline-block;
font-family: Arial, Helvetica, sans-serif;
color: #666;
text-shadow: 0 1px 0px rgba(255, 255, 255, 0.75);
background-color: #f0f0f0;
*background-color: #f0f0f0;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#ececec));
background-image: -webkit-linear-gradient(top, #f8f8f8, #ececec);
background-image: -o-linear-gradient(top, #f8f8f8, #ececec);
background-image: linear-gradient(to bottom, #f8f8f8, #ececec);
background-image: -moz-linear-gradient(top, #f8f8f8, #ececec);
background-repeat: repeat-x;
border: 1px solid #c6c6c6;
*border: 0;
border-color: inherit;
border-color: #c6c6c6;
border-bottom-color: #c6c6c6;
-webkit-border-radius: 2px;
 -moz-border-radius: 2px;
	  border-radius: 2px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.05);
outline: 0;
}
.btn-upload object {
	width: 120px;
	height: 30px;
	display: block;
}
.btn-yellow {
	color: #222;
	font-weight: bold;
	text-shadow: 0 1px 0 #FC3;
	background-color: #e5b320;
 *background-color: #e5b320;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6d05b), to(#e5b320));
	background-image: -webkit-linear-gradient(top, #f6d05b, #e5b320);
	background-image: -o-linear-gradient(top, #f6d05b, #e5b320);
	background-image: linear-gradient(to bottom, #f6d05b, #e5b320);
	background-image: -moz-linear-gradient(top, #f6d05b, #e5b320);
	background-repeat: repeat-x;
	border-color: #4c7bad #4c7bad #3f658f;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff6d05b', endColorstr='#ffe5b320', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow.active, .btn-yellow.disabled, .btn-yellow[disabled] {
	color: #333;
	background-color: #e5b320;
 *background-color: #e5b320;
}
.btn-yellow:active, .btn-yellow.active {
	background-color: #4b79ab \9;
}

.btn-follow {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #4fa657;
 	*background-color: #4fa657;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #4fa557 #4fa557 #438a4a;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-follow:hover, .btn-follow:active, .btn-follow.active, .btn-follow.disabled, .btn-follow[disabled] {
	color: #FFF;
	background-color: #4aaa62;
 	*background-color: #4aaa62;
}
.btn-follow:active, .btn-follow.active {
	background-color: #4aaa62 \9;
}

*//**/
.btn-follow {
  color: #fff;
  text-shadow: 0 1px 0 #9aa29f;
  background-color: #a2aaa7;
  *background-color: #a2aaa7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8afad), to(#a2aaa7));
  background-image: -webkit-linear-gradient(top, #a8afad, #a2aaa7);
  background-image: -o-linear-gradient(top, #a8afad, #a2aaa7);
  background-image: linear-gradient(to bottom, #a8afad, #a2aaa7);
  background-image: -moz-linear-gradient(top, #a8afad, #a2aaa7);
  background-repeat: repeat-x;
  border-color: #a2aaa7;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffa8afad', endColorstr='#ffa2aaa7', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-follow:hover,
.btn-follow:active,
.btn-follow.active,
.btn-follow.disabled,
.btn-follow[disabled] {
  color: #fff;
  text-shadow: 0 1px 0 #858a88;
  background-color: #99a09e;
  *background-color: #99a09e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8afad), to(#99a09e));
  background-image: -webkit-linear-gradient(top, #a8afad, #99a09e);
  background-image: -o-linear-gradient(top, #a8afad, #99a09e);
  background-image: linear-gradient(to bottom, #a8afad, #99a09e);
  background-image: -moz-linear-gradient(top, #a8afad, #99a09e);
  background-repeat: repeat-x;
  border-color: #8e9492;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffa8afad', endColorstr='#ff99a09e', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn-follow:active,
.btn-follow.active {
  border: 1px solid #868c8a;
  background-color: #8f9593;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#a2aaa7),to(#8f9593));
  background-image: -webkit-linear-gradient(top,#a2aaa7,#8f9593);
  background-image: -moz-linear-gradient(top,#a2aaa7,#8f9593);
  background-image: -ms-linear-gradient(top,#a2aaa7,#8f9593);
  background-image: -o-linear-gradient(top,#a2aaa7,#8f9593);
  background-image: linear-gradient(top,#a2aaa7,#8f9593);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.btn-unfollow {
  color: #fff;
  text-shadow: 0 1px 0 #48a77d;
  background-color: #52b589;
  *background-color: #52b589;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5dba91), to(#52b589));
  background-image: -webkit-linear-gradient(top, #5dba91, #52b589);
  background-image: -o-linear-gradient(top, #5dba91, #52b589);
  background-image: linear-gradient(to bottom, #5dba91, #52b589);
  background-image: -moz-linear-gradient(top, #5dba91, #52b589);
  background-repeat: repeat-x;
  border-color: #52b589;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5dba91', endColorstr='#ff52b589', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-unfollow:hover,
.btn-unfollow:active,
.btn-unfollow.active,
.btn-unfollow.disabled,
.btn-unfollow[disabled] {
  color: #fff;
  text-shadow: 0 1px 0 #357a5b;
  background-color: #47a47b;
  *background-color: #47a47b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5dba91), to(#47a47b));
  background-image: -webkit-linear-gradient(top, #5dba91, #47a47b);
  background-image: -o-linear-gradient(top, #5dba91, #47a47b);
  background-image: linear-gradient(to bottom, #5dba91, #47a47b);
  background-image: -moz-linear-gradient(top, #5dba91, #47a47b);
  background-repeat: repeat-x;
  border-color: #3d8e6a;
  /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5dba91', endColorstr='#ff47a47b', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn-unfollow:active,
.btn-unfollow.active {
  border: 1px solid #367e5e;
  background-color: #3e8f6b;
  text-shadow: 0 1px 0 #307054; 
  background-image: -webkit-gradient(linear,left top,left bottom,from(#50b488),to(#3e8f6b));
  background-image: -webkit-linear-gradient(top,#50b488,#3e8f6b);
  background-image: -moz-linear-gradient(top,#50b488,#3e8f6b);
  background-image: -ms-linear-gradient(top,#50b488,#3e8f6b);
  background-image: -o-linear-gradient(top,#50b488,#3e8f6b);
  background-image: linear-gradient(top,#50b488,#3e8f6b);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
}
.btn.active {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.pm-video-control .btn.active, .pm-video-control .btn:active,
.pm-video-control .btn-like.active, .pm-video-control .btn-like:active {
	color: #3583cc; 
	font-weight: normal;
	background-color: #f9f9f9;
	border: 1px solid #999;
}
.btn.active i, .btn:active i {
	opacity: 1.0 !important;
}
.btn-small {
	font-size: 12px !important;	
}
.btn-large {
    padding: 7px 13px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
#wrapper {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	padding-bottom: 20px;
	padding: 0;
	display: block;
	min-height: 550px
	/*
	background-color: #000;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	*/
	position:relative;
}
 @media screen and (min-width: 980px) {
#wrapper {
	width: 1000px;
	max-width: 1000px;
}
}
#primary {
	color: #FFF;
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
}
#primary p {
	font-size: 1.0em !important;
}
#secondary {
	padding: 0 5px;
}
.vertical-menu-bg {
	margin-left: -20px;
	background: url(../img/bg-left-menu.png) repeat-y left top;	
}
.vertical-menu {
	background: url(../img/bg-left-menu.png) repeat-y left top;
	margin-top: -2px;
}
.vertical-menu-wrap {
	margin:0 auto;
	max-width: 170px;
}
.fixed960 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 980px) and (min-width: 800px) {
.fixed960 {
	max-width: 98%;
	margin: 0 10px;
}
#wrapper {
	margin: 0 10px;
}
}
.container-fluid {
	padding-right: 0;
	margin-right: 0;/*padding-top: 15px;*/
}
.pm-sidebar {
	position: relative;
}
/* Widget
--------------------------------------------- */
.widget {
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 100%;
	position: relative;
}
.widget h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	text-shadow: #222;
	padding: 4px 6px;
	color: #009de0;
	text-transform: uppercase;
	text-align: right;
	background-color: #1d1d1d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width-value: 1px;
	border-left-style-value: solid;
	border-left-color-value: #000000;
	border-right-width-value: 1px;
	border-right-style-value: solid;
	border-right-color-value: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-radius: 4px;
}
.widget p {
	font-size: 13px;
	line-height: 1.41429;
}
.widget img {
	max-width: 100%;
}
.widget .pagination {
	text-align: center;
}
.widget .pagination a {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.widget .pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.widget .pagination a span {
	display: none;
}
.widget-related {
	padding: 0 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.wide-header {
	padding: 10px 0;
	background: url('../img/bg-header.png') repeat top;
	border-bottom: 1px solid #272727;
}
.wide-header-pad {
	padding-top: 13px;
}
.btn-group-sort {
	z-index: 100;
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	max-width: 150px;
}
#secondary .btn-group-sort {
	top: 5px;
}
.btn-group-sort:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#primary .btn-group ul.dropdown-menu {
	min-width: 100px;
	max-width: 150px\9;
}
.btn-group-sort .dropdown-menu {
	position: relative\9;
	top: 0\9;
	right: 0\9;
	text-align: right;
	background-color: #FFF;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 #999;
	-moz-box-shadow: none;
	z-index: 101;
	z-index: 99999\9;
	background-color: #FFF;
	background-image: none;
}
.btn-group-sort .dropdown-menu a {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #475e74;
	padding-left: 15px;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover, .btn-group-sort ul.dropdown-menu .selected, .btn-group-sort .dropdown-menu a:hover, .btn-group-sort .dropdown-menu a:active, .btn-group-sort .dropdown-menu a:focus {
	color: #0f5294;
	background: #ecf0f4;
	background-image: none;
	filter: none;
	text-shadow: 0 1px 0 #fff;
}
.btn-group-sort:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#primary .btn-group ul.dropdown-menu {
	min-width: 100px;
	max-width: 150px\9;
}
.btn-group-sort .dropdown-menu {
	position: relative\9;
	top: 0\9;
	right: 0\9;
	text-align: right;
	background-color: #FFF;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 #999;
	-moz-box-shadow: none;
	z-index: 101;
	z-index: 99999\9;
	background-color: #FFF;
	background-image: none;
}
.btn-group-sort .dropdown-menu a {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #475e74;
	padding-left: 15px;
}
ul.pm-list-categories {
	list-style-type: none;
	padding: 0;
	margin:0;
}
ul.pm-list-categories li {
	list-style-type: none;
	padding: 5px 3px;
	margin-right: 5px;
	text-align: right;
	background: url('../img/bg-menu-separator.gif') no-repeat left bottom;
}
.pm-list-categories a, .pm-list-categories a:hover, .pm-list-categories a:active, .pm-list-categories a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #E8E8E8;
	text-decoration:none;
	text-shadow: -1px -1px 0 #000;
}
.pm-list-categories a:hover {
	text-decoration: underline;
}

ul.pm-list-categories ul {
	background-color: #000 !important;
	z-index: 5000 !important;
  position: absolute;
}
ul.pm-list-categories ul li {
  text-align: left;
  padding: 2px;
}
ul.pm-list-categories a:hover {
  background-color: transparent;
  background-image: none !important;
  color: #FC0;
  text-align: left;
}
ul.pm-list-categories a.dropdown-submenu {
  background-color: transparent;
  background-image: none !important;
}

/* Header Menu
--------------------------------------------- */
.wide-nav {
	position: relative;
	padding: 2px 0;
	height: 30px;
	font-size: 11px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	/*border: 1px solid #d4d4d4;*/

	background-image: -moz-linear-gradient(top, #282828, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
	background-image: -webkit-linear-gradient(top, #282828, #000000);
	background-image: -o-linear-gradient(top, #282828, #000000);
	background-image: linear-gradient(to bottom, #282828, #000000);
	background-repeat: repeat-x;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff000000', GradientType=0);
	border-bottom: 1px solid #000;
	border-top: 1px solid #444444;
}
.pm-search {
	position:relative;
	padding-top: 0;
	text-align: right;
	margin: 0;
	padding: 0;
}
.pm-search form {
	margin: 0;
	padding:0;
}
.pm-search input {
	background-color: #1d1d1d;
	border: 1px solid;
	border-top-color: #000;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #000;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition-property: border, box-shadow;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function: linear, linear;
	transition-delay: 0s, 0s;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.pm-search input[type="text"] {
}
.pm-search input[type="text"]:focus {
	color: #FFF;
}
.wide-nav .navbar .nav > li > a {
	padding: 5px 10px 0;
}
.wide-nav ul.nav li a:hover, .wide-nav ul.nav li a:link, .wide-nav ul.nav li a:visited {
	color: #FFF;
	text-shadow: 0 1px 0 #000;
}
.wide-nav ul.nav li a:hover, .wide-nav ul.nav li a:focus .wide-nav ul.nav li a.active {
	color: #FC0;
	text-shadow: 0 1px 0 #000;
}
.wide-nav .navbar .divider-vertical {
	height: 36px;
	margin: 0 9px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #e5e5e5;
}
.wide-nav .navbar-inner {
	border: none;
	margin: 0;
	margin-left: 50px;
	padding: 0;
	min-height: 28px;
	background-color: transparent;
	background-image: none;
	filter: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wide-nav .navbar {
	padding: 0;
	margin: 0;
}
.wide-nav .navbar .nav li.dropdown.open > .dropdown-toggle, .wide-nav .navbar .nav li.dropdown.active > .dropdown-toggle, .wide-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: inherit;
	background-color: transparent;
}
.navbar .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
	right: 100%;
	left: auto;
	margin-right: -1px;
	margin-left: 0;
	-webkit-border-radius: 2px 0 1px 1px;
	-moz-border-radius: 2px 0 1px 1px;
	border-radius: 2px 0 1px 1px;
}
.wide-nav .navbar ul.dropdown-menu:after,
.wide-nav .navbar ul.dropdown-menu:before {
	border-color: #333333 transparent;
}
.wide-nav .dropdown-menu {
	background-color: #1f1f1f;
	border: 1px solid #333333;
	border-radius: 3px;
}
.wide-nav .dropdown-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #1f1f1f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wide-nav .dropdown-menu li > a:hover, .wide-nav .dropdown-menu li > a:focus, .wide-nav .dropdown-submenu:hover > a {
	color: inherit;
	background-image: none;
	filter: none;
	text-shadow: none;
	background-color: #000;
}
.dropdown ul { /* Within the menu */
	z-index: 6999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
	box-shadow: 0 1px 2px #333;
}
ul.ul_categories {
}
/* Navigation within the #wrapper
--------------------------------------------- */
#second-nav {
	text-align: right;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 1px;
}
#second-nav ul.nav-tabs {
	list-style-type: none;
	margin: 0 auto;
	border: 0 none;
}
#second-nav ul.nav-menu, #second-nav div.nav-menu > ul {
	font-size: 0.757143rem;
	width: 100%;
}
#second-nav .nav-tabs li {
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 14px 0 14px 0;
	border-bottom: 1px none;
}
#second-nav .nav-tabs li:hover {
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 14px 0 14px 0;
	/*border-bottom: 2px solid #009ee2;*/
	background: url('../img/arr-up.png') no-repeat bottom center;
}
#second-nav .nav-tabs li a {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #888;
	padding: 0 6px;
	border: 0 none;
	background-color: transparent;
}
#second-nav .nav-tabs li a:hover {
	color: #fff;
}
#second-nav .nav-tabs > .active {
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 14px 0 14px 0;
	color: #fff;
	/*	border-bottom: 2px solid #009ee2;*/
	background: url('../img/arr-up.png') no-repeat bottom center;
	cursor: pointer;
}
#second-nav .nav-tabs > .active > a, #second-nav .nav-tabs > .active > a:hover {
	color: #fff;
	cursor: default;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
/* General Slider Controls
--------------------------------------------- */
.pm-slide-control {
	position: absolute;
	top: 0;
	right: 0;
}
.pm-slide-control .btn-mini {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 14px;
}
#pm-wn .pm-slide-control {
	top: 10px;
}
/* Back to Top button
--------------------------------------------- */
#back-top {
	display: none;
	cursor : pointer;
	position: fixed;
	background-color: #eee;
	z-index: 100;
	display: block;
	color: #222;
	text-align: center;
	font-size: 13px;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
	right: 20px;
	bottom: 0;
	width: 50px;
	padding: 15px 10px 15px;
	-moz-transition: bottom 250ms ease-in-out;
	-webkit-transition: bottom 250ms ease-in-out;
	border-radius: 5px 5px 0 0;
	text-shadow: 0 1px #fff;
}
#back-top.offscreen {
	bottom: -100px;
	-moz-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}
#back-top:hover {
	background-color: #f4f4f4;
	color: #000;
}
/*#back-top:active {
	padding: 16px 10px 20px;
}*/
/* User Management within the header
--------------------------------------------- */
#user-pane {
	color: #505860;
	min-width: 180px;
	margin: 0;
	padding: 0;
	position: relative;
	height: 55px;
	background-color: #1d1d1d;
	border: 1px solid;
	border-top-color: #000;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #000;
}
#user-pane:hover {
	border: 1px solid #ccc;
	background-color: #2a2a2a;
	border: 1px solid;
	border-top-color: #0c0c0c;
	border-right-color: #3c3c3c;
	border-bottom-color: #3c3c3c;
	border-left-color: #0c0c0c;
}
#user-pane .user-data {
	display: block;
	float: left;
	margin: 7px;
}
#user-pane .user-avatar {
	cursor: pointer;
	width: 40px;
}
#user-pane .user-avatar:hover i {
	visibility: visible;
}
#user-pane .user-avatar i {
	visibility: hidden;
	position: absolute;
	bottom: 10px;
	left: 30px;
}
#user-pane .user-avatar img {
	width: 40px;
	height: 40px;
	width: auto\9;
	border: 1px solid #FFF;
}
#user-pane .notifications {
	position: absolute;
	font-size: 10px;
	color: #FFF;
	right: 0;
	top: -13px;
	padding: 0 4px;
	background-color: #ff3706;
	box-shadow: 0 1px 0 #444;
}
#user-pane .avatar-img {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: none;
	background-image: none;
}
#user-pane .user-avatar:hover img {
	border: 1px solid #FFF;
}
#user-pane .greet-links {
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	position: absolute;
	top: 7px;
	left: 54px;
	display: block;
	line-height: 1.6em;
	max-width: 69%;
	padding-left: 7px;
	font-size: 12px;
	overflow:hidden;
	color: #d9c36c;
}
#user-pane .greet-links a, #user-pane .greet-links a:visited {
	font-size: 11px;
	color: #d9c36c;
}
#user-pane .greet-links a:hover {
	text-decoration: underline;
}
#user-pane .greet-links strong {
	display: block;
}
#user-pane .user-menu {
	background-color: #111;
	width: 23px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index:2999;
	padding-top: 15px;
	text-align: center;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#user-pane .user-menu:hover {
	background-color: #1f1f1f;
}
#user-pane a.dropdown-toggle {
	position: relative;
	display: block;
	height: 100%;
	width: 23px;
	z-index: 100;
	outline: 0;
	margin-top: 3px;
	text-align: center;
	opacity: 0.6;
}
#user-pane .dropdown-menu {
	background-color: #1f1f1f;
	text-align: left;
	position: relative;
	top: -5px;
	right: -1px;
	border: 1px solid #333;
	z-index: 101;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px #222;
	-moz-box-shadow: 0 1px 2px #222;
	box-shadow: 0 1px 2px #222;
}
#user-pane .dropdown-menu .divider {
	background-color: #000;
	border-bottom-color: #2a2a2a;
	margin: 4px 1px 0;
}
#user-pane .dropdown-menu a {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e9d691;
	padding-left: 15px;
}
#user-pane .dropdown-menu a:hover, #user-pane .dropdown-menu a:active, #user-pane .dropdown-menu a:focus {
	background: #000;
	color: #f6b336;
	filter: none;
	text-shadow: 0 1px 0 #000;
}
#notification_temporary_display_container {
	position: absolute;
	width: 270px;
	max-width: 350px;
	max-height: 300px;
	overflow-y:auto;
	overflow-x: hidden;
	z-index: 99999;
	color: #999;
	background-color: #1d1d1d;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 5px solid #1d1d1d;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#notification_temporary_display_container::-webkit-scrollbar { width: 10px; }
#notification_temporary_display_container::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; }
#notification_temporary_display_container::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(0,0,0,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
#notification_temporary_display_container::-webkit-scrollbar-thumb:window-inactive { background: rgba(0,0,0,0.4); }

ul.pm-notifications,
ul.pm-notifications li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.pm-notifications li {
	font-size: 11px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333;
	padding: 5px 10px;
}
ul.pm-notifications li:hover {
	background-color: #333;
}
ul.pm-notifications li a {
	color: #999;
	font-size: 11px;
	font-weight: bold;	
}
ul.pm-notifications li .pm-n-avatar {
	display:block;
	width: 45px;
  	float:left;
	padding-right: 5px;
}
ul.pm-notifications li .pm-n-activity {
	display: inline-block;
	width: 180px;
  	float: left;
}
ul.pm-notifications li .pm-ml-activity-date {
	color: #aaa;
	font-size: 10px;
	display: block;
	margin:0;
	padding:0;
}
ul.pm-notifications li.pm-notification-unread .pm-ml-activity-date {
	color: #222;
}
ul.pm-notifications li.pm-notification-unread,
ul.pm-notifications li.pm-notification-unread:hover {
	background-color: #daf6e0;
	border-bottom-color: #6fb87f;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	BootStrap Elements Redesigned for PHP Melody (modal, pagination, badges, etc.)
/*-----------------------------------------------------------------------------------*/

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99995;
	width: 560px;
	margin: -250px 0 0 -280px;
	overflow: auto;
	background-color: #0d0c0c;
	border: 5px solid #777;
 *border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.modal .form-horizontal .control-group {
	border-bottom: 1px solid #333 !important;
}
.modal {
	background-color: transparent;
}
.modal-backdrop {
	background: #111 url(../img/bg-modal.jpg) repeat;
	z-index: 99993;
}
.modal-header {
	background: #2b373e;
	border-bottom: 1px solid #333;
}
.modal-header button.close {
	padding-top: 4px;
}
.modal-header h3 {
	color: #FFF;
	font-family: Cuprum, Arial, Helvetica, sans-serif;
	font-size: 22px !important;
	font-weight: bold !important;
	text-shadow: 0 1px 0 #222;
}
.modal-body {
	background: #222 url(../img/bg-modal-dust.png) repeat;
	color: #fff;
	border-bottom: none;
}
.modal-footer {
	border-top: none;
	background: #222 url(../img/bg-modal-dust.png) repeat;
	color: #fff;
	text-shadow: none;
}
.modal-footer a {
	text-shadow: none;
}
.icon-info-sign {
	opacity: 0.6;
}
.icon-info-sign:hover {
	opacity: 1.0;
}
.alert-well {
	color: #3d3d3d;
	text-shadow: 0 1px 0 #FFF;
	background-color: #f9f9f9;
	border-color: #e9e9e9;
}
.alert-well form { margin:0;padding:0; }

/* Alert Dialogs
--------------------------------------------- */
.alert {
    padding: 8px 35px 8px 14px;
    text-shadow:none;
    border-radius:3px;
}
.alert button.close {
	font-size: 15px !important;
}
.alert-success {
    background-color: #94c44f;
    border-color: #94c44f;
}
.alert-warning {
    background-color: #f3b21f;
    border-color: #f3b21f;
}
.alert-danger {
    background-color: #d53e3e;
    border-color: #d53e3e;
}
.alert-info {
    background-color: #3292e1;
    border-color: #3292e1;
}
.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
    color: #FFF;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}
.alert-success a,
.alert-danger a,
.alert-warning a,
.alert-info a {
	color: #FFF;
	text-decoration: underline;
}

/* Global Pagination Style
--------------------------------------------- */
.pagination {
	height: 40px;
	margin: 20px 0;
}
.pagination a, .pagination span {
	font-size: 12px;
	padding: 0 10px;
	line-height: 26px;
	color: #fff;
	border: 1px solid #595959;
}
.pagination li:last-child a, .pagination li:last-child span {
	border: 1px solid #595959;
}
.pagination a {
	background-color: #515151;
	border-right: 0 none;
	-webkit-box-shadow: outset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: outset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: outset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination a:hover, .pagination .active a, .pagination .active span {
	background-color: #333;
}
.pagination a:active {
	background-color: #222;
	background-color: #222 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination .disabled a:active, .pagination .active a:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ol#pagination {
	position:relative;
	text-align:center;
}
ol#pagination li {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/bg_buttons.png) no-repeat 0 0;
	text-align:left;
	text-indent:-8000px;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
}
ol#pagination li:hover {
	background:url(../img/bg_buttons.png) no-repeat 0 -16px;
}
ol#pagination li.current {
	color:#f00;
	font-weight:bold;
	background:url(../img/bg_buttons.png) no-repeat 0 -32px;
}
ol#pagination li.prev, ol#pagination li.next {
	position:absolute;
	top:-150px;
}
ol#pagination li.prev {
	left:-30px;
	background:url(../img/bg_buttons.png) no-repeat 0 -64px;
}
ol#pagination li.next {
	right:-30px;
	background:url(../img/bg_buttons.png) no-repeat 0 -48px;
}
/* Pretty Input Form for Tags
--------------------------------------------- */
div.tagsinput {
	background: transparent;
	padding:0px;
	overflow-x: auto;
	border:1 px solid;
}
div.tagsinput span.tag {
	display: block;
	float: left;
	padding: 2px;
	padding-left: 6px;
	text-decoration:none;
	color: #4b5c66;
	margin-right: 5px;
	margin-bottom:5px;
	font-size: 11px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border: 1px solid #d4d4d4;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
div.tagsinput span.tag a {
	font-weight: bold;
	color: #ed702d;
	text-decoration:none;
	font-size: 12px;
	line-height: 12px;
	margin-right: 3px;
}
div.tagsinput input {
	width:80px;
	margin:1px;
	border:1px solid transparent;
	border-bottom: 1px dotted #CCC;
	padding:2px;
	background: transparent;
	color: #FFF;
	outline:0px;
	margin-right:5px;
	margin-bottom:5px;
}
div.tagsinput div {
	display:block;
	float: left;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
.badge { /* Categories Count */
	background-color: #e6e6e6;
	color: #8a8a8a;
	text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
}
.badge-success {
	color: #FFF;
	background-color:#093;
	text-shadow: 0 1px 0 #333;
}

/* Upload progress bar
--------------------------------------------- */
#uploadLog { margin:0; padding:0; width:400px; float: left; display: block; }
#uploadLog li { list-style-type: none; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; list-style-position:inside; margin:5px 0; font-size:11px; font-family: Arial, Helvetica, sans-serif; color:#333;position:relative;}
#uploadLog li p { margin:5px 0 0; font-size: 11px; line-height:17px; font-weight: bold; }
#uploadLog li.success{ color: #199400; }
#uploadLog li span.cancel{ color:#FF6600; font-size: 11px; font-weight: bold; margin: 0 4px; cursor: pointer;}
#uploadLog li .progressbar { position:relative;height:8px;padding-right:2px;background-color:#abb2bc;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#949daa),color-stop(100%,#abb2bc));background:-webkit-linear-gradient(#949daa 0,#abb2bc 100%);background:-moz-linear-gradient(#949daa 0,#abb2bc 100%);background:-o-linear-gradient(#949daa 0,#abb2bc 100%);background:-ms-linear-gradient(#949daa 0,#abb2bc 100%);background:linear-gradient(#949daa 0,#abb2bc 100%);-moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.5),0px 1px 0 0 white;-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.5),0px 1px 0 0 white;-o-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.5),0px 1px 0 0 white;box-shadow:inset 0 1px 2px 0 rgba(0,0,0,0.5),0px 1px 0 0 white; }
#uploadLog li .progress { position:relative;display:block;overflow:hidden;height:6px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;-webkit-background-size:11px 11px;-moz-background-size:12px 12px;background-color:#74d04c;background:-webkit-gradient(linear,0 0,44 44,color-stop(0,rgba(255,255,255,0.17)),color-stop(0.25,rgba(255,255,255,0.17)),color-stop(0.26,rgba(255,255,255,0)),color-stop(0.5,rgba(255,255,255,0)),color-stop(0.51,rgba(255,255,255,0.17)),color-stop(0.75,rgba(255,255,255,0.17)),color-stop(0.76,rgba(255,255,255,0)),color-stop(1,rgba(255,255,255,0))),-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(255,255,255,0)),color-stop(1,rgba(255,255,255,0.35))),#74d04c;background:-moz-repeating-linear-gradient(top left -30deg,rgba(255,255,255,0.17),rgba(255,255,255,0.17) 15px,rgba(255,255,255,0) 15px,rgba(255,255,255,0) 30px),-moz-linear-gradient(rgba(255,255,255,0.25) 0,rgba(255,255,255,0) 100%),#74d04c;-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4),inset 0 -1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4),inset 0 -1px 1px rgba(0,0,0,0.2);-o-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4),inset 0 -1px 1px rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4),inset 0 -1px 1px rgba(0,0,0,0.2);border:1px solid #4c8932;-moz-animation:animate-stripes 2s linear infinite;-webkit-animation:animate-stripes 2s linear infinite;-o-animation:animate-stripes 2s linear infinite;-ms-animation:animate-stripes 2s linear infinite;-khtml-animation:animate-stripes 2s linear infinite;animation:animate-stripes 2s linear infinite;}

/*-----------------------------------------------------------------------------------*/
/*	5.	Generic style elements (shadows, borders, opacity, thumbnail sizes, etc.)
/*-----------------------------------------------------------------------------------*/
.pm-ad-zone {
	display: block;	
	max-width: 730px;
	margin: 0 auto;
}

.shadow-div {
	-webkit-box-shadow: 0 3px 2px rgba(211, 211, 211, 1);
	-moz-box-shadow:    0 3px 2px rgba(211, 211, 211, 1);
	box-shadow:         0 3px 2px rgba(211, 211, 211, 1);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.center-div {
	margin: 0 auto;
}
.bg-highlight {
	color: #4cb3b6;
}
.border-radius0 {
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
}
.border-radius2 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.border-radius3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.border-radius4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.border-radius5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.border-radius6 {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.ellipsis {
	overflow:hidden;
	white-space:nowrap;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.opac5 {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.opac6 {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.opac7 {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.opac8 {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.opac9 {
	opacity:0.9;
	filter:alpha(opacity=90);
}
.pm-thumb-60 {
	width:60px;
	height:33px
}
.pm-thumb-64 {
	width:64px;
	height:36px
}
.pm-thumb-74 {
	width:74px;
	height:41px
}
.pm-thumb-76 {
	width:76px;
	height:42px
}
.pm-thumb-80 {
	width:80px;
	height:45px
}
.pm-thumb-106 {
	width:106px;
	height:59px
}
@media only screen and (min-device-width: 481px) and (max-de vice-width: 850px) {
 .pm-thumb-106 {
 width:80px;
 height:45px
}
}
.pm-thumb-120 {
	width:120px;
	height:67px
}
.pm-thumb-124 {
	width:124px;
	height:69px
}
.pm-thumb-138 {
	width:138px;
	height:77px
}
@media only screen and (max-width: 850px) {
.pm-thumb-138 {
	width:106px;
	height:59px
}
}
.pm-thumb-145 {
	width:145px;
	height:81px
}
.pm-thumb-154 {
	width:154px;
	height:86px
}
.pm-thumb-185 {
	width:185px;
	height:104px
}
.pm-thumb-194 {
	width:194px;
	height:120px
}
.pm-thumb-234 {
	width:234px;
	height:130px
}
.pm-thumb-288 {
	width:288px;
	height:162px
}
.extra-space {
	padding-left: 25px;
	padding-right: 25px;
}
.checkbox {
	padding-top: 0;
	padding-left: 8px;
}
a.pm-rss-link {
	color: #F60;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.8;
}
a.pm-rss-link:hover {
	opacity: 1.0;	
}
/*Working hard? Hope not :)*/

/*-----------------------------------------------------------------------------------*/
/*	6.	Custom Elements (Featured, New Videos, etc.)
/*-----------------------------------------------------------------------------------*/

/* 'Featured' Video Area (Homepage)
--------------------------------------------- */
#pm-featured {
	position: relative;
	background-color: #000;
	margin: 0;
	padding: 2px 0;
}
#pm-featured h2 {
	padding: 0 15px;
	line-height: 1.3em;
}
#pm-featured h2, #pm-featured h2 a, #pm-featured h2 a:visited {
	color:#FFF !important;
}
.pm-featured-title a {
	color: #FFF;
}
/* 'Playing now' with slider (Homepage)
--------------------------------------------- */
#pm-wn, #pm-slide {
	position: relative;
	padding: 0;
	margin: 0;
}
#pm-slide .pm-video-thumb {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#pm-slide .pm-video-thumb:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
ul.pm-ul-wn-videos {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	padding-top: 10px;
}
.pm-ul-wn-videos li {
	max-width: 155px;
	height: 135px;
	/*width: 150px;*/
	float: left;
	display: block;
	margin: 0 3px;
}
.pm-li-wn-videos {
	width: 139px;
	margin-left: 0;
}
.pm-li-wn-videos h3 {
	font-size: 12px;
	line-height: 1.2em;
}
ul#pm-ul-wn-videos li:hover {
	color:#333;
}
ul#pm-ul-wn-videos li .image {
	margin:20px 20px 10px 20px;
	width:220px;
	height:150px;
	overflow:hidden;
	border:2px solid #fff;
	-moz-box-shadow:0 1px 1px #bbb;
	-webkit-box-shadow:0 1px 1px #bbb;
	box-shadow:0 1px 1px #bbb;
}
.element-videos {
	position:relative;
}
/* 'Articles' list with slider (Homepage)
--------------------------------------------- */
ul.pm-ul-home-articles, ul.pm-ul-browse-articles {
	margin: 0;
	padding: 0;
	list-style-type:none;/*max-width: 280px;*/
}
ul.pm-ul-home-articles li, ul.pm-ul-browse-articles li .post {
	margin: 0;
	padding: 0;
	margin-bottom: .8em;
}
ul.pm-ul-home-articles li {
	/*max-width: 280px\9;*/
	line-height: 1.4em;
	clear:both;
}
ul.pm-ul-home-articles h6 {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
ul.pm-ul-home-articles p {
	font-size: 11px;
	padding: 7px 0;/*display: none;*/
}
.pm-article-thumb {
	display: block;
	float: left;
	width: 55px;
	padding: 2px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
p.pm-article-preview {
	display: block;
	float: left;
}
/* 'Top Videos' with slider (Homepage)
--------------------------------------------- */
.pm-thumb-top, .pm-thumb { /* specific video thumbnail styling for top videos widget */
	position: relative;
	border: 2px solid #747474;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}
.pm-thumb {
	float: left;
}
.pm-thumb-top:hover, .pm-thumb:hover {
	border-color: #FFF;
}
/**/
.pm-thumb-fix {
	background:#000;
	overflow:hidden;
	vertical-align:bottom;
	_line-height:0;
	display:inline-block;
*display:inline;
*zoom:1
}
.pm-thumb-fix img {
	outline:none;
	-ms-interpolation-mode:bicubic
}
.pm-thumb-fix-clip {
	position:absolute;
	_position:static;
	bottom:-100px;
	top:-100px;
	left:-100px;
	right:-100px;
	text-align:center;
	font-size: 11px;
	white-space:wrap; /*nowrap*/
	word-break:normal;
}
.pm-thumb-fix-clip img, .pm-thumb-fix-clip .vertical-align {
	display:inline-block;
	vertical-align:middle
}
.pm-thumb-fix .vertical-align {
	height:100%
}
/* Top Videos Listing (Secondary > Widget)
--------------------------------------------- */
.pm-ul-top-videos { /* ul style for top videos */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.pm-ul-top-videos li {
	display: block;
	margin: 10px 0;
	position: relative;
}
.pm-ul-top-videos .pm-video-li-info { /* additional information besides image and title link; labels and watch-later; position for the whole LI */
	position: absolute;
	right: 0;
	top: -2px;
}
.pm-ul-top-videos .pm-video-attr-numbers {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #999;
	display: block;
	left: 120px;
	position: absolute;
	bottom: 0;
}
/* Site Stats (Secondary > Widget)
--------------------------------------------- */
ul.pm-stats-data {
	color: #CCC;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding:0;
}
ul.pm-stats-data a, ul.pm-stats-data a:visited {
	color: #CCC;
}
ul.pm-stats-data li {
	position: relative;
	padding: 3px 0;
	border-bottom: 1px solid #222;
}
.pm-stats-count {
	position: absolute;
	right: 0;
	text-align: right;
}
/* Categories List (Secondary > Widget)
--------------------------------------------- */

.navbar ul.nav ul.dropdown-menu,
.navbar ul.nav ul.dropdown-submenu {
	width: 240px;
}
.navbar ul.nav ul.dropdown-menu li ul.dropdown-menu {
	right: -240px;
}


ul.nav li .dropdown-menu li {
	font-size: 11px;
}
ul.nav li .dropdown-menu #ul_categories a:hover {
}
ul.nav li .dropdown-menu ul.hidden_li li {
	font-size: 11px;
}
ul.nav li .dropdown-menu ul.hidden_li li a {
	background-color: transparent;
}
ul.nav li .dropdown-menu ul.hidden_li li a:hover {
	background: #111;
}
li:hover.topcat, ul.nav li:hover.topcat {
	background: url('../img/arr-d.png') no-repeat right top;
}
ul.nav li.topcat {
	background-image: none;
	position: relative;
}
ul.nav li:hover.topcat {
	background: url('../img/arr-d.png') no-repeat right top;
}
ul.nav li .dropdown-menu ul.hidden_li {
	display: block;
}
/**/
ul.nav ul#ul_categories {
	width: 240px;
	height: auto;	
	position:relative;
	margin:0;
	padding-bottom: 0;
}
ul.nav ul#ul_categories li {
	border-bottom: 1px solid #333;
}
ul.nav ul#ul_categories li.topcat {
	display: block;
	width: 240px;
	margin:0;
	padding: 0;
	float: left;
	background: url('../img/arr-subcat.png') no-repeat right center;
}
ul.nav ul#ul_categories li ul.hidden_li {
	display:none;
}
/*ul.nav ul#ul_categories li:hover ul.hidden_li {*/
ul.nav ul#ul_categories > li:hover > ul.hidden_li,
ul.nav ul#ul_categories > li:hover > ul.hidden_li li:hover > ul.hidden_li {
	position: absolute;
	display: block;
	width: 240px;
	float: left;
	top: -1px;
	right: -210px;
	background-color: #1f1f1f;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.pm-browse-ul-subcats, .pm-browse-ul-subcats ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pm-browse-ul-subcats li {
	list-style-type: none;
	padding: 2px 3px;
	margin-right: 0;
	text-align: right;
	background: url('../img/bg-menu-separator.gif') no-repeat left bottom;
}
.pm-list-categories a:hover {
	text-decoration: underline;
}
.pm-list-categories ul.hidden_li {
	display: none;	
}
.pm-browse-ul-subcats li:hover {
	padding-right: 3px;
}
.pm-browse-ul-subcats li ul {
	margin:0;
	padding-top: 6px;
	padding-left: 6px;
	list-style-type: none;
}
.pm-browse-ul-subcats li ul li {
	padding: 0 3px;
}
.pm-browse-ul-subcats li ul li a, .pm-browse-ul-subcats li ul li a:visited {
	color: #999;
}
ul.pm-browse-ul-subcats li a, ul.pm-browse-ul-subcats li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #E8E8E8;
	text-decoration:none;
	text-shadow: -1px -1px 0 #000;
}
ul.pm-browse-ul-subcats li a:hover, ul.pm-browse-ul-subcats li ul li a.selectedcat, ul.pm-browse-ul-subcats li ul li a.selectedsubcat {
	color:#F60;
}
.pm-cat-count {
	float: right;
}

ul.pm-browse-ul-subcats li.dropdown-submenu {
	display: block !important;
	clear:both;
}

ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu {
	top: auto;
	left: auto;
	position:relative;
	box-shadow: none;
	border: none;
	border-radius:0;
	padding:4px;
	margin:0;
	width: 100%;
	background-color: #fafafa;
}

ul.pm-browse-ul-subcats li.dropdown-submenu>a:after {display:block;float:right;width:0;height:0;border: solid transparent; content: " "; pointer-events: none; border-top-color: #ccc; border-width: 5px; margin-left: -5px; margin-right:2px;}
ul.pm-browse-ul-subcats li.dropdown-submenu:hover>a:after{border-top-color:#F60}


	
ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li {
	display: block !important;
	visibility: visible !important;
}

ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li a,
ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li ul li a {
	padding-left: 5px;
	font-size: 12px;
}
ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu>a:after {
	display:none !important;
	border:none;
	content: none;
}

ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li > ul {
	background-color: transparent;
	border-left:2px solid #d3d3d3;
	display: none;
}

ul.pm-browse-ul-subcats .dropdown-menu li > a:hover, 
ul.pm-browse-ul-subcats .dropdown-menu li > a:focus, 
ul.pm-browse-ul-subcats .dropdown-submenu:hover > a {
	background:none;
	background-color:none;
	background-image: none;
	color: #F60;
}
/* Filter Elements (New Videos)
--------------------------------------------- */
.li-dropdown-inside {
	clear:both;
	z-index: 100;
	position: absolute;
	top: 9px;
	right: 10%;
}
.li-dropdown-out {
	color: #FFF;
	clear:both;
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 0;
}
.li-dropdown-inside:hover, .li-dropdown-out:hover {
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
/* Video List (Primary > Overall)
--------------------------------------------- */
.pm-li-video {
	margin-right: 7px;
	margin-bottom: 7px;/*	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;*/
}
.pm-li-video:hover {
/*	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;*/
}
.pm-li-video.pending .pm-video-thumb {
    border-color: #000;
}
.pm-li-video.pending img {
    opacity:.3;
}
.pm-video-attr-numbers small {
	font-size: 11px;
}
.pm-li-top-videos { /* div class for the whole LI element; topvideos only*/
	display: block;
}
/*.pm-li-top-videos:hover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}*/
.pm-li-top-videos h3 {
	font-size: 12px;
	line-height: 17px;
	min-width: 55%;
	min-width: 100px\9;
	max-width: 150px\9; /*IE FIX*/
	display: inline-block;
	position: absolute;
	top: 0;
	margin: 0;
	margin-left: 7px;
	max-height: 49px;
	overflow:hidden !important;
	word-wrap: break-word;
}
a.pm-title-link { /* style the H3 link */
	text-decoration: none;
	color: #f9e3b9;
}
a.pm-title-link:hover, .pm-li-video:hover a, .pm-li-top-videos:hover a {
	color: #ffffb9;
}
.pm-video-li-info { /* additional information besides image and title link; labels and watch-later; position for the whole LI */
	position: absolute;
	right: 5px;
	top: -2px;
}
.pm-video-li-thumb-info { /* additional information which goes over the thumbnail image; usually for duration, labels and watch-later; position for the thumb only */
	font-size: 11px;
	position: absolute;
	right: 3%;
	bottom: 3%;
	color: #FFF;
	z-index: 10;
}
.pm-video-li-thumb-info .label {
	font-size: 11px;
	font-weight: normal;
	text-shadow: none;
	padding: 2px;
}
.label-pop {
	background-color: #F60;
}
.label-new {
	background-color: #093;
}
.label-pending {
    color: #222;
	background-color: #ff9c00;	
	top: -55px;
	right: 0;
	position:absolute;
	box-shadow: 0 1px 2px #000;
	border-radius:0;
}
.label-featured {
	background-color: #3297fd;
	padding: 2px 5px;
}
.label-important {
	position: relative;
	top: -3px;
}
.pm-label-duration { /* one of the labels */
	background-color: #000;
	padding: 2px;
}
.watch-later {
	display: none;
	position: absolute;
	bottom: 1px;
	right: 0;
	z-index: 1;
}
.watch-later i {
	padding: 0 0 1px;
	margin: 0;
}
.watch-later .btn-remove {
	background-color: #acc95e;
	background-image: none;
}
.pm-video-thumb:hover .watch-later {
	display: block;
}

/* Floating Share Widget from AddThis.com
--------------------------------------------- */
#pm-addthis {
	top:0 !important;
	position: relative; 
}
#pm-addthis:hover,
#pm-addthis:hover .addthis_floating_style {
	opacity: 1.0 !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#pm-addthis .addthis_floating_style {
	position: absolute;
	left: -80px;
	background-color: transparent;
}
@media screen and (max-width: 1024px) { 
	#pm-addthis { 
		display: none;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	7.	Pages
/*-----------------------------------------------------------------------------------*/

/* Member List Page
--------------------------------------------- */
ul.pm-ul-memberlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pm-ul-memberlist li {
	position: relative;
	width: 48%;
	display: block;
	float: left;
	margin: 7px;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #e1e6e9;
}
.pm-ul-memberlist .pm-ml-buttons {
	position: absolute;
	right: 5px;
	top: 0;
}
.pm-ul-memberlist li .btn-follow {
	visibility: visible;
}
.pm-ul-memberlist li:hover .btn-follow {
	visibility: visible;
}
.pm-ul-memberlist li .pm-follows {
	right:5px;
	top: 30px;
}
.pm-ml-username {
	color: #505961;
	font-size: 15px;
	font-weight: bold;
}
.pm-ml-avatar {
	display: inline-block;
	float: left;
	padding-right: 25px;
	width: 60px;
	height: 60px;
}
.pm-ml-lastseen, .pm-ml-country {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin: 2px 0;
}
.pm-ml-lastseen i, .pm-ml-country i {
	opacity: 0.4;
}
/* Registration Page
--------------------------------------------- */
#register-form .control-group {
	position: relative;
}
#register-form label.error {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #e77461;
}
#update-avatar-form .control-group, #upload-video-form .control-group, #suggest-form .control-group, #reset-form .control-group, #login-form .control-group, #contact-form .control-group, #register-form .control-group {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-top: -10px;
}
/* 'New Videos' with slider (Homepage)
--------------------------------------------- */
ul.pm-ul-new-videos {
	list-style-type: none;
}
ul.pm-ul-new-videos li {
	position: relative;
}
.pm-ul-new-videos li {
	width: 16%;
	/*width: 150px;*/
	min-height: 165px;
	height: 180px\9;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0 3px;
}
ul.pm-ul-new-videos .pm-video-attr-since {
	display: inline;
}
/* Top Videos Page
--------------------------------------------- */
ul.pm-ul-top-videos {
	list-style-type: none;
}
ul.pm-ul-top-videos li {
	position: relative;
}
.pm-ul-top-videos li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 5px auto;
}
#primary .pm-ul-alltop-videos {
	list-style-type: none;
}
#primary .pm-ul-alltop-videos li {
	display: block;
	float: left;
	width: 45%;
	padding: 0;
	margin: 15px 30px 5px 10px;
	min-height: 150px;
}
#primary .pm-ul-alltop-videos .pm-video-thumb {
	margin-right: 10px;
}
#primary .pm-ul-alltop-videos h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	display: block;
	clear: none;
	width: 50%;
	max-height: 75px;
	margin: 0 0 5px;
	padding: 0;
}
#primary .pm-ul-alltop-videos .pm-video-attr-author {
	margin: 0;
	padding: 0;
	line-height: 1em;
	display: inline;
}
#primary .pm-ul-alltop-videos .pm-video-attr-since {
	display: inline;
	color: #888;
}
#primary .pm-ul-alltop-videos .pm-video-attr-numbers {
	display: block;
	color: #888;
}
#primary .pm-ul-alltop-videos .pm-video-attr-desc {
	display: none;
}
#primary .pm-ul-alltop-videos li .pm-video-rank {
	font-size: 3.7em;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 10px;
	text-shadow: 1px 2px 0 #444;
	z-index: 100;
}
#primary ul.pm-ul-top-videos .pm-video-attr-since {
	display: inline;
	color: #888;
}
/* My Favorites Page
--------------------------------------------- */
ul.pm-ul-playlist-videos {
	margin: 0;
	padding: 0;
	height: 540px;
	overflow-y: scroll;
	overflow-x: hidden;
	list-style-type: none;
}
/*
ul.pm-ul-playlist-videos::-webkit-scrollbar{width:10px;height:10px;}
ul.pm-ul-playlist-videos::-webkit-scrollbar-button:start:decrement,
ul.pm-ul-playlist-videos::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;height:0px;}
ul.pm-ul-playlist-videos::-webkit-scrollbar-track-piece  {background-color: #3b3b3b; -webkit-border-radius: 3px;}
ul.pm-ul-playlist-videos::-webkit-scrollbar-thumb:vertical {height: 10px; background-color: #FFF;border: 1px solid #FFF; -webkit-border-radius: 3px;}
*/
.pm-ul-playlist-videos li { /* UNIVERSAL class for listing videos troughout the entire site */
	position: relative;
	width: 100%;
	/*width: 150px;*/
	float: left;
	margin: 1px 0;
	padding: 5px 0 2px;
	border-bottom: 1px solid #f8f8f8;
	color: #555;
}
.pm-ul-playlist-videos li:hover {
	background-color: #eee;
	cursor: pointer;
}
ul.pm-ul-playlist-videos .pm-video-attr-author, ul.pm-ul-playlist-videos .pm-video-attr-since, ul.pm-ul-playlist-videos .pm-video-attr-numbers, ul.pm-ul-playlist-videos .pm-video-attr-desc {
	display: compact;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	position: relative;
	left: 7px;
	text-shadow: none;
	color: #888;
}
ul.pm-ul-playlist-videos .pm-video-attr-author {
	display: inline;
	font-size: 11px;
	color: #888;
}
ul.pm-ul-playlist-videos .pm-video-attr-author a {
	color: #888;
	font-size: 11px;
}
ul.pm-ul-playlist-videos .pm-video-li-info, ul.pm-ul-playlist-videos .pm-video-attr-since {
	display: none;
}
ul.pm-ul-playlist-videos .pm-li-video h3 {
	display: block;
	width: 55%;
	height: 39px;
	max-height: 40px;
	position: relative;
	left: 7px;
	font-size: 12px;
	line-height: 1.1em;
	clear: none;
	overflow: hidden;
	margin: 0 0 1px;
	padding: 0;
}
ul.pm-ul-playlist-videos .pm-li-video a, ul.pm-ul-playlist-videos .pm-li-video a:visited {
	color: #555;
	text-shadow: none;
}
ul.pm-ul-playlist-videos .pm-li-video a:hover {
	color: #111;
}
.pm-ul-new-videos li {
	width: 16%;
	/*width: 150px;*/
	min-height: 165px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0 3px;
}
ul.pm-ul-playlist-videos li:hover .li-controlers {
	display: block;
}
ul.pm-ul-playlist-videos .li-controlers {
	display: none;
	position: absolute;
	top: 0;
	right:0;
}
ul.pm-ul-playlist-videos .btn-remove {
	background-color: #d5d5d5;
	margin: 5px;
	border: 0;
	color: #FFF;
	padding: 0 6px 2px;
	font-weight: bold;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
ul.pm-ul-playlist-videos .btn-remove:hover {
	background-color: #F60;
}
/* Suggest video
--------------------------------------------- */

.suggest-video-placeholder {
	width: 162px;
	min-height: 121px;
	right: 15%;
	position: absolute;
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #FFF;
	box-shadow: 0 2px 2px #999;
	transform: rotate(2deg);
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Safari and Chrome */
	-o-transform: rotate(2deg); /* Opera */
	-moz-transform: rotate(2deg); /* Firefox */
	-webkit-transform-style: preserve-3d;
	background: #FFF url('../img/no-thumbnail.jpg') no-repeat center center;
}
.suggest-video-placeholder img {
	opacity: 1;
}
/* Article Pages (Browse & Read)
--------------------------------------------- */
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 20px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.post img {
	border: 1px solid #CCC;
	background-color: #f8f8f8;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	max-width: 100%;
}
.entry-header {
	margin-bottom: 5px;
	margin-left: -15px;
}
#primary h1.post-entry-title {
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 15px 0;
}
.post h3.entry-title {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	text-shadow: 0 1px 0 #333;
}
.post h3.entry-title a {
	color: #FFF;
}
.post h3.entry-title a:hover {
	color: #f4f4f4;
	text-decoration: none;
	text-shadow: 0 1px 0 #111;
}
article.post p {
	color: #f7f7f7;
	text-shadow: 0 1px 0 #444;
	margin: 0 0 1.514285714rem;
	line-height: 1.564285714;
}
.pm-article-info, .pm-article-info a, .pm-article-info a:visited {
	color: #999;
	font-size: 11px;
}
.entry-summary {
	display: inline-block;
}
.entry-summary img {
	border: 1px solid #EEE;
	margin: 1px 14px 1px 1px;
	padding: 2px;
	background-color: #f3f3f3;
}
.entry-summary-nav a {
}
.entry-post {
	padding-top: 1.2em;
	line-height: 1.564285714;
}
.entry-post hr {
	display: none;
}
.more-link a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 3px 0;
	color: #FC0;
}
ul.pm-ul-browse-articles li .post {
	margin-bottom: 20px;
}
.minDesc {
	font-size: 11px;
	color: #FFF;
	line-height: 1.4em;
	margin: 2px 0;
}
.sticky-article {
}
/*-----------------------------------------------------------------------------------*/
/*	8.	Browsing & Listing (Top Videos, Regular Browsing, Search Results, etc.)
/*-----------------------------------------------------------------------------------*/
.pm-browse-desc {
	display: block;
	padding: 20px 0;
	margin: 0 8px 20px 8px;
}
.pm-ul-browse-videos {
	list-style-type: none;
}
.pm-ul-browse-videos li {
	position: relative;
	width: 24%;
	min-height: 185px;
	/*width: 150px;*/
	float: left;
	padding: 0;
	margin: 0 3px;
}
.pm-li-video h3 {
	margin: 0;
	padding: 0;
	padding-top: 9px;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	clear:both;
	max-height: 44px;
	overflow:hidden;
	text-shadow: 0 1px 0 #222;
}
.pm-video-attr-author, .pm-video-attr-since, .pm-video-attr-numbers, .pm-video-attr-desc {
	display: none;
	text-shadow: none;
}
.pm-video-attr-author a, .pm-video-attr-author a:visited {
	color: #EEE;
	font-size: 12px;
}
.pm-video-attr-since {
	display: inline;
	color: #777;
	font-size: 13px;
}
.pm-ul-browse-videos .pm-video-li-info {
	position: absolute;
	right: 10px;
	top: 4px;
}
.pm-video-li-info {
	display: none;
}
.primary-extended li {
	width: 146px; /* 138 (thumb) + 6 (border) */
	margin: 0 12px 0 2px; /*hack to make it fit right*/
}
#primary .pm-video-attr {
	display: block;
	color: #eee;
	text-shadow: 0 1px 0 #222;
}
#primary .pm-video-attr-numbers {
	display: none;
}
/* Video Listing (list mode)
--------------------------------------------- */
.grid {
	list-style-type: none;
}
.grid li {
	width: 100%;
	float: left;
	min-height: 100px;
	max-height: 170px;
	padding: 0;
	margin: 10px 0;
}
.grid li .pm-video-thumb {
	margin-right: 7px;
}
.grid .pm-li-video h3 {
	font-size: 1.5em;
	display: inline;
	clear: none;
	width: 100%;
}
.grid .pm-video-attr {
	display: block;
}
.grid .pm-video-attr-author, .grid .pm-video-attr-since, .grid .pm-video-attr-numbers, .grid .pm-video-attr-desc {
}
.grid .pm-video-attr-author {
	display: inline;
}
.grid .pm-video-attr-since {
}
#primary .grid .pm-video-attr-numbers {
	display: block;
}
.grid .pm-video-attr-desc {
	display: block;
	clear: both;
	color: #EEE;
	font-size: 12px;
	line-height: 1.5em;
	padding: 12px 0;
	border-bottom: 1px solid #444;
}
.grid .pm-video-li-info {
	right: 0;
	top: -3px;
}
@media screen and (max-width: 700px) {
.pm-ul-browse-videos li {
	width: 100%;
	/*width: 150px;*/
	float: left;
	padding: 0;
	margin: 10px 0;
}
.pm-ul-browse-videos li {
	min-height: 100px;
}
.pm-ul-browse-videos .pm-video-li-info {
	left: 5px;
}
.pm-ul-browse-videos .pm-video-thumb {
	margin-right: 7px;
}
.pm-video-attr-author, .pm-video-attr-since, .pm-video-attr-numbers, .pm-video-attr-desc {
	line-height: 1.2em;
	display: none;
}
.pm-li-video h3 {
	font-size: 1em;
}
.pm-video-attr {
	display: compact;
}
.pm-video-attr-desc {
	display: none;
	visibility: hidden;
}
.pm-video-attr-since {
	display: block;
}
}
@media screen and (max-width: 800px) {
.pm-ul-browse-videos .pm-video-li-info {
	left: 5px;
}
}

/* Removed from v2.1 since it causes issues with higher resolutions
@media screen and (min-width: 2100px) {
.pm-ul-new-videos li {
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
	background-color: #f2f2f2;
}
.pm-video-attr-author, .pm-video-attr-since, .pm-video-attr-numbers, .pm-video-attr-desc {
	display: compact;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
.pm-video-attr-desc {
	border-top: 1px dotted #000;
	display: block;
	clear: both;
}
.pm-video-attr-author {
	margin: 0;
	padding: 0;
	line-height: 1em;
	display: inline;
}
.pm-video-attr-numbers {
}
.pm-li-video h3 {
	font-size: 1.6em;
	display: inline;
	clear: none;
	width: 100%;
}
.pm-video-attr {
	display: compact;
}
.pm-video-attr-author {
	display: none;
}
}
*/
.pm-video-attr-since {
	padding:0;
	font-weight: normal;
	/*letter-spacing: -0.045em;*/
}
/* Thumbnail Rendering
--------------------------------------------- */
.thumbnails {
	width: 100%;
	margin-bottom: 0;
}
.pm-video-thumb { /* overall classic span for all video thumbnails */
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*	9.	The Video Page & Elements
/*-----------------------------------------------------------------------------------*/

/* Related / Popular Widget
--------------------------------------------- */
#pm-related ul.nav-tabs {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #a2a6ab;
	border-bottom: 1px dotted #333;
}
#pm-related .nav-tabs li {
	padding: 1px 3px 6px 0;
	padding-top: 10px;
	margin: 1px;
	color: #a2a6ab;
}
#pm-related .nav-tabs li a {
	padding: 0 4px;
	margin: 0;
	color: #888;
	border-radius: 3px;
}
#pm-related .nav-tabs li a:hover {
	color: #FFF;
	background-color: #666;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	text-decoration: none;
}
#pm-related .nav-tabs > .active > a, #pm-related .nav-tabs > .active > a:hover {
	color: #FFF;
	cursor: default;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	background-color: #666;
}
#pm-related .nav-tabs {
	border: none;
}
#pm-related .tabs-left {
	background-color: #099;
}
#pm-related .tabs-left > .nav-tabs {
	float: left;
	margin-right: 0;
	border-right: 0 solid #ddd;
	background-color: transparent;
}
#pm-related .pm-video-li-info {
	display: none;
}
/* Video Data & Controls (views, ratings, sharing)
--------------------------------------------- */
.pm-player-full-width {
	margin: 0;
	padding: 0;
}
.pm-video-control {
	margin:0;
	padding: 5px 0 18px 0;
}
.pm-video-control small {
	font-weight: 100;
	font-size: 11px;
	color: #999;
}
.pm-video-control .btn-success, .pm-video-control .bar-success {
	background-color: #acc95e;
	background-image: none;
}
.progress-danger .bar, .progress .bar-danger {
	background-image: -moz-linear-gradient(top, #ff8162, #eb613f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8162), to(#eb613f));
	background-image: -webkit-linear-gradient(top, #ff8162, #eb613f);
	background-image: -o-linear-gradient(top, #ff8162, #eb613f);
	background-image: linear-gradient(to bottom, #ff8162, #eb613f);
}
.pm-video-control .btn-danger, .pm-video-control .bar-danger {
	background-color: #ff8162;
	background-image: none;
}
.pm-video-control .progress {
	height: 5px;
	margin: 0;
	padding: 0;
}
.pm-video-control form {
	padding: 0;
	margin: 0;
	display: inline;
}
.pm-video-control .btn i {
	opacity: 0.6;
}
.pm-video-control .btn:hover i {
	opacity: 0.8;
}
.pm-vc-views {
	text-align: right;
	display: block;
	float: right;
}
.pm-vc-views strong {
	font-weight: normal;
	font-size: 1.8em;
	display: block;
	color: #f9f9f9;
}
.pm-vc-views small {
	font-size: 12px;
}
#pm-vc-share-content {
	padding: 10px;
}
#pm-vc-share-content .panel-2 {
	text-align: left;
}
#pm-vc-share-content .panel-3 {
	text-align: right;
}
#pm-vc-share-content, #pm-vc-embed-content, #pm-vc-email-content, #pm-comment-form {
	display: none;
}
#bestincategory, #popular {
	overflow-x: hidden;
	margin: 0 auto;
}
#bestincategory::-webkit-scrollbar {
 width: 8px;
}
#bestincategory::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -webkit-border-radius: 6px;
 border-radius: 6px;
 border: 1px solid #FFF;
}
#bestincategory::-webkit-scrollbar-thumb {
 -webkit-border-radius: 6px;
 border-radius: 6px;
 background: #d2d2d2;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
 border: 1px solid #FFF;
}
#bestincategory::-webkit-scrollbar-thumb:window-inactive {
 background: #EEE;
}
#video-wrapper {/* MacOS fix */
	position:relative;
	z-index: 4999;
}
#preroll_placeholder {
	text-align: center;
	vertical-align: middle;
	min-height: 400px;
/*
	background-image: -moz-linear-gradient(top, #f0f0f0, #e9e9e9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e9e9e9));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #e9e9e9);
	background-image: -o-linear-gradient(top, #f0f0f0, #e9e9e9);
	background-image: linear-gradient(to bottom, #f0f0f0, #e9e9e9);
	background-repeat: repeat-x;
 	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffe9e9e9', GradientType=0);
*/
}
#preroll_placeholder .preroll_countdown {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 20px;
}
#preroll_placeholder .preroll_timeleft {
    color: #719a00;
}
.preroll_skip_button {
    width: 140px;
    height:30px;
    margin:0 auto;
    padding:0;
    /*
    position: absolute;
    right:0;
    bottom:0;
    */
    z-index:4000;
}
.preroll_skip_countdown {
    
}
#pm-featured #preroll_placeholder {
	background-color: #FFF;
	border: none;
}
#preroll_skip_btn {
margin: 20px;
display: block;
}
#preroll_placeholder iframe {
    width: auto;
}
#lights-div {
	position: relative;
	right: 20px;
	float: right;
	display: compact;
	width: 100%;
	font-size: 11px;
}
#lights-div a {
	float: right;
}
#lights-div .lightOn {
	position:relative;
	z-index:4999;
	background-image:url(../img/light_bulb_off.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0;
	padding-left: 17px;
	outline:none;
	text-decoration:none;
}
#lights-div .lightOn:hover {
	text-decoration:underline;
}
#lights-div .lightOff {
	color: #ffff00;
	background-image:url(../img/light_bulb.png);
}
#lights-overlay {
	background-image:url(../img/shade1x1.png);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index: 3999;
}
#lights-overlay {
	display: none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
.video-tags {
	margin: 15px 0 20px;
	font-size: 0.9em;
	color: #FC0;
}
.video-tags a, .video-tags a:visited {
	color: #FFC;
}
.text-exp {
	overflow: hidden;
	position: relative;
	/* default on these two are 50px but we want to show more by default*/
	max-height: 250px;
	height: 250px;
	color: #f7f7f7;
	padding-bottom:50px;
}
.text-exp::-webkit-scrollbar {
    width: 7px;
}
.text-exp::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.text-exp::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.text-exp::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
.text-exp::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}
.text-exp .show-more {
	font-size: 11px;
	position: absolute;
	top: 275px;
	left: 0;
	overflow: visible;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0px 0 0 3;
}
.text-exp .show-more a.show-now {
	color: #FC0;
	position: relative;
 	padding -bottom: 10px;
	font-weight: bold;
	font-size: 11px;
	display: block;
	background-color: #555;
	border-top: 1px solid #444;
	height:50px;
}
.text-exp .show-more a.show-now:hover {
	color: #FC0;
}
/* Restricted Video
--------------------------------------------- */
#primary .restricted-video {
	max-width: 100%;
	height: 300px;
	margin: 0;
	padding: 20px;
	color: #999;
	border: 3px solid #F96;
	background-color: transparent;
}
#primary .restricted-video label {
	text-shadow: none !important;
}
#primary .restricted-video a, #primary .restricted-video a:visited, #primary .restricted-video a:hover {
	color: #999;
	text-decoration: underline;
}
#primary .restricted-video h2 {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.4em;
	color: #fc0;
	text-shadow: none;
}
#primary .restricted-login {
	max-width: 90%;
	margin: 30px auto;
}
#primary .restricted-video .control-group {
	border: 0 none;
	padding: 0;
}
#primary .restricted-login label {
	text-shadow: 0 -1px 0 #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/
/*	10.	Comments (Both Videos & Articles)
/*-----------------------------------------------------------------------------------*/
.pm-comments {
	color: #999;
}
ul.pm-ul-comments {
	margin: 0;
}
.pm-ul-comments li {
	position: relative;
	margin: 10px 0;
	margin-bottom: 30px;
	padding: 0;
	display: block;
	clear: both;
}
ul.pm-ul-comments li .pm-comment-action {
	display:block;
}
.pm-ul-comments li.pm-top-comment {
	position: relative;
}
.pm-ul-comments li.pm-top-comment .pm-comment-info {
	border-color:#000;
}
.pm-ul-comments li .pm-top-comment-head {
	position: absolute;
	top: 6px;
	right: 120px;
	color: #06C;
	text-shadow: 0 1px 0 #FFF;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
ul.pm-ul-comments li:hover .pm-top-comment-head {
	display: none;
}
.pm-comment-action {
	position: absolute;
	right: 5px;
	top: 5px;
}
.pm-comment-action .btn-group {
	border: none !important;
	border-color: transparent !important;
	border-radius: 0 !important;
}
.pm-comment-action .btn-group>.btn:first-child,
.pm-comment-action .btn-group>.btn:last-child {
	border-radius: 0;
}
.pm-comment-action .btn {
	vertical-align:middle;
	background-image: none !important;
	background-color: transparent;
	border: none;
	box-shadow: none;
	
	font-size: 10px !important;
}
.pm-comment-action .btn:active,
.pm-comment-action .btn.active {
	opacity: 0.5;
	background-color: #FFF;
	border-radius: 3px !important;
	-webkit-box-shadow: inset 0 1px 2px #111;
	-moz-box-shadow: inset 0 1px 2px #111;
	box-shadow: inset 0 1px 2px #111;
}
.pm-comment-action .btn.active:hover {
	cursor:auto;	
}

.pm-comment-info {
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
	background-color: #e2dfda;
	display: block;
	padding: 3px 10px;
	margin-left: 57px;
	box-shadow: 0 2px 2px #444;
}
.arrow-left {
	position: absolute;
	left: 49px;
	top:7px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e2dfda;
}
.pm-comment-avatar {
	margin-top: 0;
	padding-right: 10px;
	display: block;
	float: left;
}
.pm-comment-avatar img {
	padding: 2px;
	display: inline-block;
}
.pm-comment-author {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.pm-comment-author a {
	color: #008fd5;
	text-shadow: 0 1px 0 #f9f9f9;
}
.pm-comment-banned {
/*	text-decoration: line-through;
	font-style:italic;*/
}
.pm-comment-since {
	color: #777;
	display: block;
}
.pm-comment-txt {
	display: block;
	margin-left: 0;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.4em;
	color: #222;
	text-shadow: 0 1px 0 #eee;
}
ul.pm-ul-comments-reply {
}
.pm-avatar {
	width: 40px;
	height: 40px;
	background: #000 url('../img/pm-avatar.png') center center no-repeat;
}
.pm-avatar img {
	padding: 2px;
}
.nav-comments {
	border-bottom: 1px solid #666666;
}
ul.nav-tabs.nav-comments li a {
	color: #ddd;
	font-weight: bold;
}
ul.nav-tabs.nav-comments li.active a,
ul.nav-tabs.nav-comments li a:hover {
	background-color: #666666;
	border-color: #666;
	color: #FC0;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	11.	Profile Page
/*-----------------------------------------------------------------------------------*/
.profile-page .well {
	background: #FFF url('../img/bg-profilepage.png') repeat-x top center;
}
.profile-page .pm-ul-memberlist li {
	position: relative;
	width: 45%;
}
.profile-page .span9 {
	margin-left: 0;
	color: #333;
}
.pm-follows {
	position: absolute;
	top: 5px;
	display: inline;
	margin:0;
	margin-left: 15px;
	padding: 3px 4px;
	line-height: 1em;
	color: #777;
	font-weight: normal;
	background-color: #f9f9f9;
	text-shadow: none;
}
.profile-page .profile-avatar {
	min-height: 180px;
	display: block;
}
.profile-page h2.username {
	color: #F60 !important;
	font-size: 1.7em !important;
	line-height: 1.9em !important;
	text-shadow: 0 1px 0 #EEE !important;
	line-height: 1em;
}
.profile-page h4 {
	color: #555;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.profile-page .ico-social-none {
	opacity: 0.4;
}
#profile-tabs {
	font-size: 12px;
	clear: both;
	margin-top: 10px;
}
#profile-tabs p {
	font-size: 12px;
	color: #444;
}
#profile-tabs .nav-tabs {
	width: 190px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-right: 0 none;
}
#profile-tabs .nav-tabs li {
	text-align: right;
}
#profile-tabs ul.nav-tabs li.active {
	background-color: #f4fcff;
}
#profile-tabs .nav-tabs li:hover {
	text-align: right;
	background-color: #f4fcff;
}
#profile-tabs .tabs-left > .nav-tabs > li > a {
	padding: 3px 15px;
	outline: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#profile-tabs .tabs-left > .nav-tabs > li > a:hover {
	background-color: #f4fcff;
	border-color: transparent;
	color: #333;
}
#profile-tabs .tabs-left > .nav-tabs .active > a, #profile-tabs .tabs-left > .nav-tabs .active > a:hover {
	color: #000;
	background-color: #f4fcff;
	padding: 5px 15px;
}
#profile-tabs .tabs-left > .nav-tabs li.active {
	font-weight: bold;
	background-color: #f4fcff;
}
#profile-tabs .tabs-left > .nav-tabs li.active a {
	border: 0 none;
}
.tab-content {
	padding: 0 0 20px;
}
#pm-tabs.tab-content {
	padding: 0;
	margin: 0;
	max-height: 375px;
	overflow-x: hidden;
	overflow-y: auto;
}
/**/
ul.pm-activity-stream,
ul.pm-activity-stream li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
li.pm-li-activity .pm-li-activity-hide {
	display: none;
	margin-left: 5px;	
}
li.pm-li-activity:hover .pm-li-activity-hide {
	display: block;
}
li.pm-li-activity .pm-ml-avatar {
	width: 50px;
	width: 40px\9;
	height: 40px;
	padding-right: 5px;
}
li.pm-li-activity .pm-ml-avatar img { }
li.pm-li-activity .pm-ml-username {
	font-size: 1em;	
}
li.pm-li-activity .pm-video-thumb {
	/*float: right;*/
	display: block;
	float: none;
	border: 2px;
}
li.pm-li-activity .pm-ml-activity {
	width: 82%;
	display: block;
	margin-left: 55px;
}
li.pm-li-activity .pm-ml-activity-date {
	color: #aaa;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
ul.pm-activity-stream li.pm-li-activity {
	min-height: 50px;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
}
ul.pm-activity-stream .pm-ml-speech {
	display:block;
	position: relative;
	max-width: 55%;
	float: left;
	font-size: 12px;
	margin-top: -8px;
	padding: 6px 9px;
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
}

ul.pm-activity-stream .pm-ml-speech.top:after {
	content:"";
	position:absolute;
	bottom:-15px;
	left:15px; 
	border-width:5px 5px 0;
	border-style:solid;
	border-color:#d1d1d1 transparent;
    display:block; 
    width:0;
}
ul.pm-activity-stream .pm-ml-speech.top:after {
	top:-6px;
	left:15px;
	bottom:auto;
	left:auto;
	border-width:0 6px 6px;
	border-color: #d1d1d1 transparent;
	border-color: #d1d1d1 transparent\9;
}
/**/
ul.pm-pro-counts {
	margin:0;
	padding:0;
}
.pm-pro-counts li {
	list-style-type: none;
	margin: 5px 10px 5px 0;
	width: 100px;
	float: left;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #FFF;
}
.pm-pro-counts li.last-li {
	border-right: none;
}
.pm-pro-counts .count-number {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	text-shadow: 0 1px 0 #FFF;
}
.pm-pro-counts .count-what,
.pm-pro-counts .count-what a {
	color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
	text-shadow: 0 1px 0 #FFF;
}
/**/
ul.pm-pro-data {
	opacity: 0.7;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #333;
	margin-bottom: 50px;
}
#pm-pro-fav .pm-thumb:hover, #pm-pro-own .pm-thumb:hover {
	border-color: #000;
}
#pm-pro-own #pm-grid li small, #pm-pro-fav #pm-grid li small {
	color: #999;
	text-shadow: none;
}
#pm-pro-own h3 a, #pm-pro-fav h3 a {
	color: #444;
	text-shadow: none;
}
ul.pm-pro-data li {
	font-size: 11px;
	display: inline;
	margin-right: 13px;
}
ul.pm-pro-data li i {
	vertical-align:middle;
	margin-bottom: 2px;
}
ul.pm-pro-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.pm-pro-social li {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
ul.pm-pro-social li:hover {
}
ul.pm-pro-social li a {
	text-decoration: none;
	padding: 10px 10px 10px 0;
}
ul.pm-pro-social li a:hover {
	background-color: #f4fcff;
}

.pm-pro-suggest-follow {
    background:#fefffc;
    padding: 10px 8px;
    border: 1px solid #94c44f;
    box-shadow: 0 1px 2px #eee;
    border-radius:4px;
    position:relative;
	margin-bottom: 20px;
}
.pm-pro-suggest-follow h4 {
    color: #77ae28;
    border:none;
    font-size: 16px;
    line-height: 1em;
    padding:0 6px;
    text-transform: uppercase;
    font-family:"Montserrat", Arial, Helvetica, sans-serif;
}
.pm-pro-suggest-hide {
    position: absolute;
    right:16px;
    top: 14px;
    font-weight: bold;
}
.pm-pro-suggest-hide:hover {
    color: #d53e3e;
    text-decoration:none;
}
/* Error reporting 
--------------------------------------------- */
ul.subtle-list {
	padding:0;
	margin: 2px 14px;
	list-style-type: circle;
}
/*-----------------------------------------------------------------------------------*/
/*	12.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#lang-selector {
	margin: 0;
}
#lang-selector .dropdown-menu a {
	text-decoration: none;
	color: #a6a6a5;
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin: 2px;
}
#lang-selector a:hover {
	text-decoration: none;
}
#lang-selector .pullleft {
	position: absolute;
}
#lang-selector .dropdown-menu .active > a { /*IE*/
	background-color: #FFF;
}
#lang-selector .dropdown-menu a:hover {
	color: #111;
	background-color: #f1efe9;
	background-image: none;
	filter: none;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	color: #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#lang-selector .dropdown-menu a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
	box-shadow: 0 2px 7px #FFF;
	-moz-box-shadow: 0 2px 7px #FFF;
}
#lang-selector .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
	z-index: 1000;
	float: left;
	width: 480px;
	max-height: 300px;
	padding: 4px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #FFF;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
}
#lang-selector .dropdown-menu li {
	width: 160px;
	float: left;
}
#lang-selector .dropdown-toggle {
	background: transparent;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
}
#lang-selector li {
	background-color: #FFF;
	border-bottom: 1px dotted #f2f2f2;
	padding: 0;
	margin: 0;
}
.lang-selector li img {
	border: 1px solid #FFF;
	margin-right: 5px;
}
footer {
	background: #111 url('../img/bg-header.png') repeat top;
	border-top: 2px solid #111;
	padding: 20px 0;
	font-size: 11px;
	color: #898989;
}
footer .fixed960 {
}
footer .row-fluid {
}
footer a:hover {
	color: #FC3;
}
footer p {
	font-size: 11px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer li {
	display: inline;
	margin-right: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	13.	Lightbox
/*-----------------------------------------------------------------------------------*/

#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	display: none;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 10px;
}
.lb-loader {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
}
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	/* Trick IE into showing hover */
  display: block;
}
.lb-prev {
	left: 0;
	float: left;
}
.lb-next {
	right: 0;
	float: right;
}
.lb-prev:hover {
	background: url(../images/prev.png) left 48% no-repeat;
}
.lb-next:hover {
	background: url(../images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 10px;
	color: #bbbbbb;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 11px;
}
.lb-data .lb-close {
	width: 35px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
.lb-data .lb-close:hover {
	cursor: pointer;
}

/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) {
}
/* --- iPad Portrait --- */
@media screen and (max-width: 880px) {
}
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) {
}
.well {
	background-color: #FFF;
	border: 0 none;
	box-shadow: none;
	margin-left: 55px;
}
.extra-space {
	padding-left: 25px;
	padding-right: 25px;
}
.well label {
	color: #555;
}
.well #primary h1 {
	color: #000;
	text-shadow: 0 -1px 0 #ddd;
}
.well-dark {
	color: #f9f9f9;
	text-shadow: 0 1px 0 #222;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #444;
}
.add-on {
	color: #444;
}
hr {
	border-top: 1px solid #444;
	border-bottom: 1px solid #5a5a5a;
}
.well hr {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #FFF;
}
.pm-carbon-featured {
	padding: 8px;
	background: #8a8a8a url('../img/bg-featured.gif') repeat-x top center;
	border: 1px solid #FFF;
}
#pm-wn h2 {
	font-size: 12px;
	text-transform:uppercase;
	color: #FFF;
	text-align: center;
}
#pm-wn .nothingplaying {
	color: #ccc;
}
.pm-label-featured {
	display: block;
	height: 20px;
	width: 160px;
	color: #ffffff;
	text-shadow: #eb772a;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #ff6600;
	background-image: url('../img/bg-feat.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	margin-left: -21px;
}
#primary .pm-video-pane h1.entry-title {
	color: #f7f7f7 !important;
	margin: 5px 15px 20px 0 !important;
}
#primary h1.entry-title {
	text-transform: inherit;
	margin: 20px 0 15px 15px;
}
#primary h1.compact {
	text-transform: inherit;
	margin-left: 0;
}
#primary h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	text-shadow: 0 1px 0 #222;
}
#mycommentspan {
	color: #FFF;
}
#pm-video-left {
	width: 70%;
	float: left;
	margin:0;
	padding:0;
}
.pm-video-pane {
	display: block;
	background-color: #000;
	padding: 10px 15px 5px 15px;
	border: 1px solid #FFF;
	margin:0;
}
#pm-video-right {
	position: absolute;
	right:-15px;
	width: 32%;
	float: left;
}
#pm-video-right .pm-ul-related h3 {
	font-size: 11px;
	line-height: 1.2em;
	max-height: 42px;
	max-width: 75px;
	float: left;
	margin: 0;
}
#pm-video-right .pm-ul-related h3 a {
	color: #e09b22;
}
#pm-video-right .pm-ul-related h3 a:hover {
	color: #FFF;
}
#pm-video-right .pm-ul-related .pm-video-thumb {
	float: right;
	margin-right: 4px;
}
#pm-video-right .pm-ul-related li {
	padding-bottom: 6px;
	border-bottom: 1px dotted #292929;
}
.well div.controls {
	color: #444 !important;
	text-shadow: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	14.	Theme Outline (Customize layout elements based on their database ID & more)
/*-----------------------------------------------------------------------------------*/
.video-category {}
	.catid-1 {}
	.page-1 {}
.video-watch {}
	.videoid-1 {}
	.author-1 {}
	.source-1 {}
	.featured {}
	.restricted {}
.article-category {}
	.catid-1 {}
.article-read {}
	.articleid-1 {}
	.author-1 {}
	.featured {}
	.restricted {}
.page {}
	.pageid-1 {}
	.author-1 {}
ul.pm-ul-comments .video-comments {}
ul.pm-ul-comments .article-comments {}
/* --- iPad Landscape --- */
@media screen and (max-width: 1024px) { }
/* --- iPad Portrait --- */
@media screen and (max-width: 880px) { }
/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width : 620px) { }


/*Floating Ads*/
.floating_ad_left,
.floating_ad_right {
	display:none;
}
@media screen and (min-width : 1440px) {
.floating_ad_left {
display: block;
position: absolute;
width: 170px;
height: 800px;
top: 150px;
right: 80%;
}
.floating_ad_right {
display: block;
position: absolute;
width: 170px;
height: 800px;
top: 150px;
right: 10%;  
}
}
.botmenot {
	display: none !important;
}


/* Playlists - Video Page - 'Add to' content
--------------------------------------------- */
#pm-vc-playlists-content .alert-success, 
#pm-vc-playlists-content .alert-danger, 
#pm-vc-playlists-content .alert-warning, 
#pm-vc-playlists-content .alert-info {
	margin-bottom: 10px;
}
ul.pm-playlist-items {
	display: block;
	margin: 0 auto;
	padding:0;
	width: 104%;
}
ul.pm-playlist-items li {
	display: block;
	border-radius: 2px;
	font-size: 12px;
	margin: 4px;
	border: 1px solid transparent;
}
ul.pm-playlist-items li:hover {
	background-color: #222;
}
ul.pm-playlist-items li a {
	display: block;
	padding: 6px 8px;
}
ul.pm-playlist-items li a:hover {
	text-decoration: none;
}
ul.pm-playlist-items li.pm-playlist-item-selected,
ul.pm-playlist-items li.pm-playlist-item-selected:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #000;
	text-shadow: none;
}
ul.pm-playlist-items li.pm-playlist-item-selected a {
	color: #FC0;
}
.pm-playlists-name {
	white-space: nowrap;
	width: 50%;
	display: inline-block;
	font-weight: bold;
}
.pm-playlists-video-count {
	font-weight: normal;
}
.pm-playlist-visibility {
	width: 15%;
	display: inline-block;
}
.pm-playlist-created {
	width: 20%;
	display: inline-block;
}
.pm-playlist-response {
	width: 5%;
	margin-left: 25px;
	display: inline-block;
	text-align: right;
	float: right;
}
.pm-playlist-response i {
	position: relative;
	top:-2px;
	opacity: 0.7;
}

/* Playlists - Video Page - Sidebar Playlist
--------------------------------------------- */
.pm-sidebar-playlist {
	position: relative;
	margin:0;
	padding:0;
	padding-left: 0px;
	padding-right: -20px;
	width: 226px;
	display: block;
	float: right;
	position: relative;
	background-color: transparent;
	height: 401px;
}
.pm-video-playlist {
	width: 100%;
	display: block;
	height: 305px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
.pm-playlist-header {
	padding: 10px 16px;
	border-bottom: 1px solid #333;
	margin:0;
}
.pm-playlist-name a {
	color: #FFF;
	font-size: 14px;
}
.pm-playlist-data,
.pm-playlist-creator a {
	color: #aaa;
	font-size: 12px;
}
.pm-playlist-video-count {
	text-transform: lowercase;
}
.pm-playlist-controls {
	padding: 10px 16px;
	text-align: right;
}
.pm-playlist-controls i {
	margin-left:8px;
}
.pm-playlist-controls i:hover {
	opacity: 1.0;
}
.pm-video-playlist ul {
	
}
.pm-video-playlist li {
	display: block;
	position: relative;
	width: 100%;
	padding: 6px;
	margin: 0;
}
.pm-video-playlist li:after {
    content:"";
    display: table;
    clear: both;
}
.pm-video-playlist li:hover {
	background-color: #777;
}
.pm-video-playlist li a {
	color: #ddd;
	font-weight: normal
}
.pm-video-playlist li a.pm-video-playlist-href {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.pm-video-playlist li a:hover {
	color: #ddd;
	text-decoration: none;
}
.pm-video-playlist li .pm-video-thumb {
	display: block;
	float: left;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	margin-right: 10px;
}
.pm-video-playlist li h3 {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 1em;
	width: 90px;
	height: 45px;
	overflow: hidden;
	padding:0;
	margin:0;
}
.pm-video-playlist .pm-video-li-thumb-info {
	font-size: 9px;
}

.pm-video-playlist .pm-video-index {
	display: block;
	width: 18px;
	height: 100%;
	float: left;
	color: #ddd;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 14px 5px 0 0;
	display:none;
}

.pm-video-playlist li .pm-video-playlist-remove {
	display: none;
	position: absolute;
	top: 3px;
	right: 20px;
	font-size: 18px;
	font-weight: bold;
	border: 0px solid #fc0;
}
.pm-video-playlist li:hover .pm-video-playlist-remove {
	display: block;
}

li.pm-video-playlist-playing,
li.pm-video-playlist-playing:hover {
	background-color: #4a4a4a;
}
li.pm-video-playlist-playing .pm-video-thumb {
	/*border-color: #FFF;*/
}
li.pm-video-playlist-playing .pm-video-index {
	color: #FFF;
}
li.pm-video-playlist-playing a {
	color: #FFF;
	font-weight: bold;
}

/* Playlists - Video Page - Sidebar Fix
--------------------------------------------- */
.secondary-wide .pm-sidebar-playlist {
	margin:0 -4px 0;
	padding:0;
	width: 100%;
	display: block;
	float: none;
	position: relative;
	background-color: #222;
	height: 401px;
}

.secondary-wide .pm-video-playlist {
	width: 100%;
	display: block;
	height: 301px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
.secondary-wide .pm-video-playlist li {
	margin: inherit 15px;
	margin-left: 5px;
}
.secondary-wide .pm-video-index {
	display:none;
}

/* Playlists - Profile Page - Grid View
--------------------------------------------- */
.pm-ul-browse-playlists {}
.pm-ul-browse-playlists li { 
	position: relative;
	width: 24%;
	min-height: 175px;
	height: 180px\9;
	/*width: 150px;*/
	float: left;
	padding: 0;
	margin: 0 3px;
}
.pm-ul-browse-playlists h3 {
	margin: 0;
	padding: 0;
	padding-top: 9px;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	clear:both;
	max-height: 44px;
	overflow:hidden;
}
.pm-ul-browse-playlists li a.pm-title-link {
	color: #333;
}
.pm-pl-created {}
.pm-pl-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 110px;
}
.pm-pl-thumb .pm-pl-count {
	position: absolute;
	display: block;
	width: 30%;
	right: 0;
	top: 0;
	color: #eee;
	padding: 19% 10px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}
.pm-pl-thumb .pm-pl-items {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.pm-pl-thumb a.pm-pl-thumb-overlay {
	display: none;
}
.pm-pl-thumb:hover a.pm-pl-thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 24% 0;
	text-align: center;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
	text-decoration: none;
}


/* Playlists - Profile Page - List View
--------------------------------------------- */
.pm-pl-header {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 12px;
}
.pm-pl-header-thumb {
	
}
.pm-pl-header-thumb img {
	width: auto;
	height: 126px;
}
.pm-pl-header-content {}
.pm-pl-header-title {
	padding: 6px 0;	
}
.pm-pl-header-title i {
	vertical-align: top;
	margin:0;
	padding:0;
}
.pm-pl-header-title .pm-pl-status-icon {
	display: inline-block;
	padding:0;
	margin:0;
}
.pm-pl-header-title h3 {
	display: inline-block;
	line-height: 1em;
	padding:0;
	margin:0;
	font-size: 18px;
}
ul.pm-pl-header-details {
	margin-left: 12px;
}
ul.pm-pl-header-details li {
	display: inline;
	margin-right: 10px;
	color: #aaa;
	font-size: 12px;
}
ul.pm-pl-header-details a {
		color: #aaa;
}
ul.pm-pl-list li { 
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.pm-pl-list-index,
.pm-pl-list-thumb,
.pm-pl-list-title,
.pm-pl-list-author,
.pm-pl-list-action {
	display: inline-block;
}
.pm-pl-list-index {
	display: block;
	height: 100%;
	float: left;
	color: #777;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 4px;
	width: 2%;
}
.pm-pl-list-thumb {
	width: 10%;
}
.pm-pl-list-thumb img {
	max-width: 70px;
	max-height: 40px;
}
.pm-pl-list-title {
	font-weight: bold;
	width: 58%;
}
.pm-pl-list-author {
	width: 10%;
}
.pm-pl-list-author a {
	color: #999;
}
.pm-pl-list-action {
	text-align: right;
	position: absolute;
	right:0;
	top: 13px;
	display: none;
}
ul.pm-pl-list li:hover .pm-pl-list-action { /*fixme*/
	display: block;
}
ul.pm-pl-list li:hover a {
	color:#2793E6;
}
ul.pm-pl-list li p {
	text-align: center;
}
