/*-----------------------------------------------------------------------------------

	Theme Name: Default
	Theme URI: http://www.phpsugar.com/
	Description: Default theme for PHP Melody
	Author: PHPSUGAR
	Author URI: http://www.phpsugar.com/
	Version: 2.7.3
	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
	15.Playlists
	
-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 13px;
	line-height: 18px;
	margin: 0 auto;
	background-color: #fbfbfb;
	/*font: 100%/1.618 sans-serif;*/
}
a {
	-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;
	color: #6e757b;
}
a:hover {
	color: #505961; /*008fd5;*/
}
h1,
h2,
h3,
h4,
h5 {
	color: #444;
}
h1 {
	font-family: 'Montserrat', Arial, Verdana, sans-serif;
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h1,
h2 {
	/*font-weight: normal;*/
}
#primary h1,
#primary h2 {
	color: #555;
	/*font-size: 22px;
	font-weight: normal;*/
}
h1.entry-title {
	line-height: 1.3em;
	letter-spacing: -1px;
	font-size: 14px;
}
h2.upper-blue {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	margin: 15px 0;
	letter-spacing: -.045em;
	text-transform: uppercase;
	color: #3583cc !important;
}
.upper-blue a,
.upper-blue a:visited {
	color: inherit;
}
h1.site-title {
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-size: 1.71429rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: -.045em;
}
h1.site-title a {
	text-decoration: none;
	color: #3583cc;
}
h1.site-title a:hover {
	color: #444;
}
h1.page-title {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
h1.compact {
	font-weight: normal;
	max-width: 70%;
	letter-spacing: -1px;
}
h2.entry-title {
	font-size: 24px;
	font-weight: 100;
	color: #5d7898;
}
p {
	font-size: 14px;
	line-height: 1.714285714;
}
#preroll_placeholder,
#Playerholder,
#Playerholder object,
#Playerholder embed,
#Playerholder iframe,
.video-wrapper iframe {
	width: 100%;
	min-height: 344px; /*Standard Homepage Player Height*/
	margin: 0;
	padding: 0; /*0 0 20px 0*/
}

/* Fix For JW 6 */
.jwplayer .jwcontrolbar {
	display: inline-block !important;
	opacity: 1 !important;
}

/* Forms
--------------------------------------------- */
legend {
	/*font-size: 19.5px;*/
	line-height: 2em;
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 22px;
	padding: 0;
	color: #666;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 13.5px;
	color: #999;
}
label,
input,
button,
select,
textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	font-weight: normal;
	line-height: 18px;
}
label.inp-small,
input.inp-small,
button.inp-small,
select.inp-small,
textarea.inp-small {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
label {
	font-size: 14px;
	font-weight: normal;
	color: #737373;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
	color: #777;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 0 6px #ffc;
	   -moz-box-shadow: 0 0 6px #ffc;
			box-shadow: 0 0 6px #ffc;
}
textarea,
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 {
	/*
	-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 .2s, box-shadow linear .2s;
	   -moz-transition: border linear .2s, box-shadow linear .2s;
		-ms-transition: border linear .2s, box-shadow linear .2s;
		 -o-transition: border linear .2s, box-shadow linear .2s;
			transition: border linear .2s, box-shadow linear .2s;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	background-color: #fff;
}

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,
select:hover,
.uneditable-input:hover {
	border-color: #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px #efefef;
	   -moz-box-shadow: inset 0 1px 2px #efefef;
			box-shadow: inset 0 1px 2px #efefef;
}
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,
select:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, .8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
			box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	/*
   -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);
*/
}

/* Search Form (Top - Header)
--------------------------------------------- */
#search:hover input,
#search:hover button,
#search:hover select {
	border-color: #a0a0a0;
}
#search input,
#search button,
#search select {
	height: 45px;
}
#search .pm-search-field {
	border-right: 0;
	border-radius: 3px 0 0 3px;
}
#search .pm-search-field:focus {
	border-color: #c0c0c0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}
#search .pm-search-select {
	line-height: 1.8em;
	padding: 7px 0;
	text-indent: .01px;
	text-overflow: '';
	color: #666;
	border-width: 1px 0 1px 0;
	border-radius: 0;
	background: #fff url('img/arr-d.png') no-repeat;
	background-position: 134px 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
}
#search .pm-search-select:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
#search .btn {
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 2px #efefef;
	   -moz-box-shadow: inset 0 1px 2px #efefef;
			box-shadow: inset 0 1px 2px #efefef;
}
#search .btn i {
	opacity: .6;
}
#search .btn:hover i {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	opacity: 1.0;
}
#suggestionsBox {
	position: relative;
}
.suggestionList {
	position: absolute;
	z-index: 999999;
	min-width: 455px;
	margin: 0;
	margin-top: -6px;
	padding: 1px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
			box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.suggestionList li {
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	background-color: #fff;
}
.suggestionList li:hover,
.suggestionList li.selected {
	color: #fff;
	background-color: #3583cc;
}
.suggestionList li a {
	color: #475e74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	-webkit-transition-property: none;
	   -moz-transition-property: none;
		 -o-transition-property: none;
			transition-property: none;

	overflow:hidden;
	white-space:nowrap;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.suggestionList li a,
.suggestionList li a:visited {
	color: #475e74;
}
.suggestionList li:hover a,
.suggestionList li a:hover {
	color: #fff;
}
.suggestionList .pm-sl-thumb {
	margin: 1px 8px 1px 0;
	border: 1px solid #fff;
}
.suggestionList li:hover .pm-sl-thumb {
	opacity: 1.0;
}
.suggestionList li.selected {
	background-color: #3583cc;
}
.suggestionList li.selected a {
	color: #fff;
}

/* Fancy Button(s)
--------------------------------------------- */
.btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #c6c6c6;
	border-color: inherit;
	border-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	outline: 0;
	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;
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .05);
	   -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: inset 0 0 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	*background-color: #f0f0f0;
	*border: 0;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #ececec;
	*background-color: #ececec;
}
.btn:active,
.btn.active {
	background-color: #f0f0f0 \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
		-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
		 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}
.btn:focus {
	outline: 0;
}
.btn:hover {
	-webkit-transition: background-position .1s linear;
	   -moz-transition: background-position .1s linear;
		 -o-transition: background-position .1s linear;
			transition: background-position .1s linear;
	text-decoration: none;
	color: #333;
	background-color: #ececec;
	/* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	*background-color: #ececec;
}
.btn-link,
.btn-link:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.btn-link {
	cursor: pointer;
	color: #08c;
	border-color: transparent;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.btn-link:hover {
	text-decoration: underline;
	color: #005580;
	background-color: transparent;
}
.btn-success {
	line-height: 1.8em;
	color: #fff;
	border-color: #7dbd49;
	background-color: #7fbe4b;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86c155), to(#7fbe4b));
	background-image: -webkit-linear-gradient(top, #86c155, #7fbe4b);
	background-image:      -o-linear-gradient(top, #86c155, #7fbe4b);
	background-image:         linear-gradient(to bottom, #86c155, #7fbe4b);
	background-image:    -moz-linear-gradient(top, #86c155, #7fbe4b);
	background-repeat: repeat-x;
	text-shadow: 0 1px 0 #73b040;
	*background-color: #7fbe4b;
	/*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='#ff86c155', endColorstr='#ff7fbe4b', 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: #fff;
	border-color: #609436;
	background-color: #71ad3f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86c155), to(#71ad3f));
	background-image: -webkit-linear-gradient(top, #86c155, #71ad3f);
	background-image:      -o-linear-gradient(top, #86c155, #71ad3f);
	background-image:         linear-gradient(to bottom, #86c155, #71ad3f);
	background-image:    -moz-linear-gradient(top, #86c155, #71ad3f);
	background-repeat: repeat-x;
	text-shadow: 0 1px 0 #54802f;
	*background-color: #71ad3f;
	/*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='#ff86c155', endColorstr='#ff71ad3f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:active,
.btn-success.active {
	border: 1px solid #568331;
	background-color: #629538;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#75b242),to(#629538));
	background-image: -webkit-linear-gradient(top,#75b242,#629538);
	background-image:    -moz-linear-gradient(top,#75b242,#629538);
	background-image:     -ms-linear-gradient(top,#75b242,#629538);
	background-image:      -o-linear-gradient(top,#75b242,#629538);
	background-image:         linear-gradient(top,#75b242,#629538);
}
/**/
.btn-danger {
	line-height: 1.8em;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid transparent;
	background-color: #d33434;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d54141),to(#d33434));
	background-image: -webkit-linear-gradient(top,#d54141,#d33434);
	background-image:    -moz-linear-gradient(top,#d54141,#d33434);
	background-image:     -ms-linear-gradient(top,#d54141,#d33434);
	background-image:      -o-linear-gradient(top,#d54141,#d33434);
	background-image:         linear-gradient(top,#d54141,#d33434);
	text-shadow: 0 1px rgba(0,0,0,.1);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	color: #fff;
	border: 1px solid #a62525;
	background-color: #c22b2b;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d54141),to(#c22b2b));
	background-image: -webkit-linear-gradient(top,#d54141,#c22b2b);
	background-image:    -moz-linear-gradient(top,#d54141,#c22b2b);
	background-image:     -ms-linear-gradient(top,#d54141,#c22b2b);
	background-image:      -o-linear-gradient(top,#d54141,#c22b2b);
	background-image:         linear-gradient(top,#d54141,#c22b2b);
	text-shadow: 0 1px rgba(0,0,0,.3);
}
.btn-danger:active,
.btn-danger.active {
	color: #fff;
	border: 1px solid #942121;
	background-color: #a72525;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d54141),to(#a72525));
	background-image: -webkit-linear-gradient(top,#d54141,#a72525);
	background-image:    -moz-linear-gradient(top,#d54141,#a72525);
	background-image:     -ms-linear-gradient(top,#d54141,#a72525);
	background-image:      -o-linear-gradient(top,#d54141,#a72525);
	background-image:         linear-gradient(top,#d54141,#a72525);
}
.btn-blue {
	line-height: 1.8em;
	color: #fff;
	border-color: #359ad1;
	background-color: #359ad1;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42a0d4), to(#359ad1));
	background-image: -webkit-linear-gradient(top, #42a0d4, #359ad1);
	background-image:      -o-linear-gradient(top, #42a0d4, #359ad1);
	background-image:         linear-gradient(to bottom, #42a0d4, #359ad1);
	background-image:    -moz-linear-gradient(top, #42a0d4, #359ad1);
	background-repeat: repeat-x;
	text-shadow: 0 1px 0 #2d8fc4;
	*background-color: #359ad1;
	/*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='#ff42a0d4', endColorstr='#ff359ad1', 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;
	border-color: #2678a5;
	background-color: #2c8cc0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42a0d4), to(#2c8cc0));
	background-image: -webkit-linear-gradient(top, #42a0d4, #2c8cc0);
	background-image:      -o-linear-gradient(top, #42a0d4, #2c8cc0);
	background-image:         linear-gradient(to bottom, #42a0d4, #2c8cc0);
	background-image:    -moz-linear-gradient(top, #42a0d4, #2c8cc0);
	background-repeat: repeat-x;
	text-shadow: 0 1px 0 #21688e;
	*background-color: #2c8cc0;
	/*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='#ff42a0d4', endColorstr='#ff2c8cc0', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-blue:active,
.btn-blue.active {
	border: 1px solid #226b93;
	background-color: #2679a6;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#349ad1),to(#2679a6));
	background-image: -webkit-linear-gradient(top,#349ad1,#2679a6);
	background-image:    -moz-linear-gradient(top,#349ad1,#2679a6);
	background-image:     -ms-linear-gradient(top,#349ad1,#2679a6);
	background-image:      -o-linear-gradient(top,#349ad1,#2679a6);
	background-image:         linear-gradient(top,#349ad1,#2679a6);
}
nav.wide-nav > ul.dropdown-menu {
	z-index: 9000 !important;
}
nav.wide-nav .navbar a.btn-register {
	line-height: normal;
	margin: 4px 0;
	padding: 8px 16px;
	color: #fff;
	border: 1px;
	background-color: #67ad37;
	background-image: none;
	text-shadow: none;
}
nav.wide-nav .navbar a.btn-register:hover {
	background-color: #529c20;
	background-image: none;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
			box-shadow: 0 1px 1px rgba(0,0,0,.1);
		-ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
		 -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
nav.wide-nav .navbar a.btn-register:active {
	background-color: #4f8e24;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
		-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
		 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}

.btn-upload {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	display: inline-block;
	width: 120px;
	height: 30px;
	color: #666;
	border: 1px solid #c6c6c6;
	border-color: inherit;
	border-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	outline: 0;
	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;
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .05);
	   -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: inset 0 0 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	*background-color: #f0f0f0;
	*border: 0;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
}
.btn-upload object {
	display: block;
	width: 120px;
	height: 30px;
}
/*
.btn-follow {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4fa657;
  *background-color: #4fa657;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ec367), to(#4fa657));
  background-image: -webkit-linear-gradient(top, #5ec367, #4fa657);
  background-image: -o-linear-gradient(top, #5ec367, #4fa657);
  background-image: linear-gradient(to bottom, #5ec367, #4fa657);
  background-image: -moz-linear-gradient(top, #5ec367, #4fa657);
  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);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5ec367', endColorstr='#ff4fa657', 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;
	background-color: #4aaa62;
	*background-color: #4aaa62;
}
.btn-follow:active, .btn-follow.active {
	background-color: #4aaa62 \9;
}

*//**/
.btn-follow {
	color: #fff;
	border-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;
	text-shadow: 0 1px 0 #9aa29f;
	*background-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;
	border-color: #8e9492;
	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;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
			box-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-shadow: 0 1px 0 #858a88;
	*background-color: #99a09e;
	/*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);
		-ms-box-shadow: 0 1px 1px rgba(0,0,0,.2);
		 -o-box-shadow: 0 1px 1px rgba(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,.3);
	   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
			box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
		-ms-box-shadow: 0 1px 1px rgba(0,0,0,.3);
		 -o-box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.btn-unfollow {
	color: #fff;
	border-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;
	text-shadow: 0 1px 0 #48a77d;
	*background-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;
	border-color: #3d8e6a;
	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;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
			box-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-shadow: 0 1px 0 #357a5b;
	*background-color: #47a47b;
	/*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);
		-ms-box-shadow: 0 1px 1px rgba(0,0,0,.2);
		 -o-box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.btn-unfollow:active,
.btn-unfollow.active {
	border: 1px solid #367e5e;
	background-color: #3e8f6b;
	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,.3);
	   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
			box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	text-shadow: 0 1px 0 #307054;
		-ms-box-shadow: 0 1px 1px rgba(0,0,0,.3);
		 -o-box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
}
.btn.active {
	opacity: .8;
	filter: alpha(opacity=80);
}

.pm-video-control .btn.active,
.pm-video-control .btn:active,
.pm-video-control .btn-like.active,
.pm-video-control .btn-like:active {
	font-weight: normal;
	color: #3583cc;
	border: 1px solid #d2d2d2;
	background-color: #f1f1f1;
}
.btn.active i,
.btn:active i {
	opacity: 1.0 !important;
}
.btn-small {
	font-size: 12px !important;
}
.btn-large {
	padding: 7px 13px !important;
}
.btn.btn-danger,
.btn.btn-blue,
.btn.btn-success {
	font-size: 11px !important;
	font-weight: bold;
	text-transform: uppercase;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}


/*-----------------------------------------------------------------------------------*/
/*	2.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
#wrapper {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 15px 0 30px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	/*overflow: hidden;*/
}
@media screen and (min-width: 980px) {
	#wrapper
	{
		width: 1024px;
		max-width: 1024px;
	}
}
#primary {
	position: relative;
	display: block;
	height: 100%;
	padding: 0;
}
#primary p {
	font-size: .9em !important;
}
#secondary {
	padding: 0 5px;
}
.fixed960 {
	max-width: 1024px;
	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 {
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 20px;
}
.pm-sidebar {
	position: relative;
}

/* Widget
--------------------------------------------- */
.widget {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	/*background-color: #fff;*/
	padding: 0 10px 10px 10px;
}
.widget h4 {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.3em;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: -.045em;
	text-transform: uppercase;
	color: #3583cc;
	border-bottom: 1px dotted #ccc;
}
.widget p {
	font-size: 13px;
	line-height: 1.41429;
}
.widget img {
	max-width: 100%;
}
.widget .pagination {
	text-align: center;
}
.widget .pagination a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
.widget .pagination a.selected {
	cursor: default;
	background-position: -25px -300px;
}
.widget .pagination a span {
	display: none;
}
.widget-related {
	/*background-color: #fff;*/
	padding: 0 10px 0 0;
}
.pm-sidebar-with-playlist .widget-related {
	padding: 0 10px 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.wide-header {
	padding: 10px 0;
	/*background-color: #385889;
	background: url('../img/black_dust_8.png') repeat;*/

	background-color: #fff;
}
.wide-header-pad {
	padding-top: 13px;
}
.btn-action-group .btn-danger {
	position: relative;
	right: -4px;
	display: inline;
	visibility: hidden;
}
.btn-action-group:hover .btn-danger {
	right: 0;
	display: inline;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.btn-group-sort {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 0;
	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;
	z-index: 101;
	z-index: 99999\9;
	top: 0\9;
	right: 0\9;
	text-align: right;
	border: 1px solid #ccc;
	background-color: #fff;
	background-color: #fff;
	background-image: none;
	-moz-box-shadow: none;
		 box-shadow: 0 1px 0 #999;
}
.btn-group-sort .dropdown-menu a {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	color: #475e74;
}
.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;
	text-shadow: 0 1px 0 #fff;
	filter: none;
}

/* Header Menu
--------------------------------------------- */
.wide-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 12px;
	font-weight: 100;
	font-weight: bold;
	position: relative;
	min-height: 36px;
	padding: 6px 0;
	text-transform: uppercase;
	border-top: 3px solid #20a8e1;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 1px 2px #d9d9d9;
	   -moz-box-shadow: 0 1px 2px #d9d9d9;
			box-shadow: 0 1px 2px #d9d9d9;
}
.wide-nav .navbar .nav a {
	color: #979da0;
}
.wide-nav .navbar .nav .caret {
	opacity: .5;
}
.wide-nav .navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #e9e9e9;
}
.wide-nav .navbar-inner {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	filter: none;
}
.wide-nav .navbar {
	margin: 0;
	padding: 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: auto;
	left: 90%;
	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 .dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.wide-nav .nav .dropdown-menu a {
	color: inherit;
}
.wide-nav .dropdown-menu li > a:hover,
.wide-nav .dropdown-menu li > a:focus,
.wide-nav .dropdown-submenu:hover > a {
	color: inherit;
	background-color: #f9f9f9;
	background-image: none;
	text-shadow: 0 1px 0 #fff;
	filter: none;
}

.dropdown ul {
	/* Within the menu */
	z-index: 6999;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.dropdown.open {
	z-index: 999999 !important;
}
/* Navigation within the #wrapper
--------------------------------------------- */
#second-nav {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	text-align: right;
	border-bottom: 2px solid #e1e6e9;
}
#second-nav ul.nav-tabs {
	margin: 0 auto;
	list-style-type: none;
	border: 0 none;
}
#second-nav ul.nav-menu,
#second-nav div.nav-menu > ul {
	font-size: .757143rem;
	width: 100%;
}
#second-nav .nav-tabs li {
	font-size: 11px;
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 14px 0 14px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #e1e6e9;
}
#second-nav .nav-tabs li:hover {
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 14px 0 14px 0;
	border-bottom: 2px solid #b8c3c9;
}
#second-nav .nav-tabs li a {
	padding: 0 6px;
	color: #4b5c66;
	border: 0 none;
	background-color: transparent;
}
#second-nav .nav-tabs li a:hover {
	color: #009ee2;
}
#second-nav .nav-tabs > .active {
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 14px 0 14px 0;
	cursor: pointer;
	border-bottom: 2px solid #b8c3c9;
}
#second-nav .nav-tabs > .active > a,
#second-nav .nav-tabs > .active > a:hover {
	font-weight: bold;
	cursor: default;
	cursor: pointer;
	color: #009ee2;
	border: 0 none;
	background-color: transparent;
}

/* General Slider Controls
--------------------------------------------- */
.pm-slide-control {
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 10px;
}
.pm-slide-control .btn-mini {
	font-size: 10px;
	line-height: 14px;
	padding: 3px 6px;
}
.pm-slide-control .btn-mini i.pm-vc-sprite {
	top: 1px;
}
.pm-slide-control .disabled {
	cursor: no-drop;
	opacity: .5;
}
#pm-wn .pm-slide-control {
	top: 10px;
	direction: ltr;
}

/* Back to Top button
--------------------------------------------- */
#back-top {
	font-size: 13px;
	position: fixed;
	z-index: 9999 !important;
	right: 20px;
	bottom: 0;
	display: none;
	display: block;
	width: 30px;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: bottom 250ms ease-in-out;
	   -moz-transition: bottom 250ms ease-in-out;
	text-align: center;
	color: #222;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	border-radius: 5px 5px 0 0;
	background-color: #eee;
	-webkit-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);
			box-shadow: 0 0 0 1px #fff inset, 0 1px 4px rgba(0,0,0,.2);
	text-shadow: 0 1px #fff;
}
#back-top.offscreen {
	bottom: -100px;
	-webkit-transition-duration: 250ms;
	   -moz-transition-duration: 250ms;
}
#back-top:hover {
	color: #000;
	background-color: #f4f4f4;
}
/*#back-top:active {
	padding: 16px 10px 20px;
}*/

/* User Management within the header
--------------------------------------------- */
#user-pane {
	position: relative;
	min-width: 180px;
	height: 55px;
	margin: 0;
	padding: 0;
	color: #505860;
}
#user-pane .modal-backdrop {
	z-index: 9999;
}
#user-pane .user-data {
	display: block;
	float: left;
	margin: 7px;
}
#user-pane .notifications {
	font-size: 10px;
	position: absolute;
	z-index: 99999;
	top: -4px;
	right: -8px;
	padding: 0 6px;
	color: #fff;
	border-radius: 100px;
	background-color: #ff3706;
}
#user-pane .avatar-img {
	position: absolute;
	right: 25px;
	width: 40px;
	height: 40px;
	background-color: none;
	background-image: none;
}
#user-pane .user-avatar:hover img {
	border: 1px solid #fff;
}
#user-pane .avatar-generic {
	right: 12px;
}
#user-pane .greet-links {
	font-family: Helvetica, 'Helvetica Neue', Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	position: absolute;
	top: 7px;
	left: 7px;
	display: block;
	overflow: hidden;
	max-width: 69%;
	padding-left: 7px;
}
#user-pane .greet-links a,
#user-pane .greet-links a:visited {
	font-size: 12px;
	color: #505860;
}
#user-pane .greet-links a:hover {
	text-decoration: underline;
}
#user-pane .greet-links strong {
	display: block;
}
#user-pane .user-menu {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 23px;
	height: 29px;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
}

#user-pane .pm-ul-user-menu {
	float: right !important;
}
#user-pane a.dropdown-toggle {
	position: relative;
	z-index: 100;
	display: block;
	width: 23px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	opacity: .6;
	outline: 0;
}
#user-pane ul.dropdown-menu {
	position: relative;
	z-index: 9999;
	top: -2px;
	right: -1px;
	text-align: left;
	border: 1px solid #ccc;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
			border-radius: 0 0 3px 3px;
	background-color: #fff;
}
#user-pane .dropdown {
	border: 1px solid transparent;
}
#user-pane .dropdown.open {
	z-index: 2000 !important;
	border: 1px solid #ccc;
	background: #fff;
}

#user-pane .dropdown-menu .divider {
	margin: 4px 1px 0;
}
#user-pane .dropdown-menu a {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	color: #475e74;
}
#user-pane .dropdown-menu a:hover,
#user-pane .dropdown-menu a:active,
#user-pane .dropdown-menu a:focus {
	color: #0f5294;
	background: #ecf0f4;
	text-shadow: 0 1px 0 #fff;
	filter: none;
}
#notification_temporary_display_container {
	position: absolute;
	z-index: 9999999;
	top: 60px;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 300px;
	max-width: 350px;
	max-height: 300px;
	border: 3px solid #000;
	border-radius: 4px;
	background-color: #000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}


#notification_temporary_display_container:after,
#notification_temporary_display_container:before {
	position: absolute;
	bottom: 100%;
	left: 86%;
	width: 0;
	height: 0;
	content: ' ';
	pointer-events: none;
	border: solid transparent;
}

#notification_temporary_display_container:after {
	margin-left: -5px;
	border-width: 5px;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
}
#notification_temporary_display_container:before {
	margin-left: -11px;
	border-width: 11px;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
}


ul.pm-notifications::-webkit-scrollbar {
	width: 10px;
}
ul.pm-notifications::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
			border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 6px #fff; /*rgba(0,0,0,0.3)*/
}
ul.pm-notifications::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
			border-radius: 10px;
	background: #fff ; /*rgba(0,0,0,0.8)*/
	-webkit-box-shadow: inset 0 0 6px #fff; /* rgba(0,0,0,0.5)*/
}
ul.pm-notifications::-webkit-scrollbar-thumb:window-inactive {
	background: #eee; /*rgba(0,0,0,0.4)*/
}

ul.pm-notifications {
	/*
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 270px;
	max-width: 350px;
*/
}
ul.pm-notifications,
ul.pm-notifications li {
	margin: 3px 1px 3px 1px;
	padding: 0;
	list-style-type: none;
	border-radius: 4px;
}
ul.pm-notifications li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #000;
}
ul.pm-notifications li:hover {
	background-color: #333;
}
ul.pm-notifications li a {
	font-weight: bold;
	color: #fff;
}
ul.pm-notifications li a:hover {
	color: #fc0;
}
ul.pm-notifications li .pm-n-avatar {
	display: block;
	float: left;
	width: 45px;
	padding-right: 5px;
}
ul.pm-notifications li .pm-n-activity {
	display: inline-block;
	float: left;
	width: 180px;
}
ul.pm-notifications li .pm-ml-activity-date {
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
	color: #aaa;
}

ul.pm-notifications li.pm-notification-unread,
ul.pm-notifications li.pm-notification-unread a,
ul.pm-notifications li.pm-notification-unread .pm-ml-activity-date {
	color: #fff;
	text-shadow: 0 1px 0 #3b9739;
}
ul.pm-notifications li.pm-notification-unread,
ul.pm-notifications li.pm-notification-unread:hover {
	border-bottom-color: #4b914a;
	background-color: #5db95b;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	BootStrap Elements Redesigned for PHP Melody (modal, pagination, badges, etc.)
/*-----------------------------------------------------------------------------------*/
.img-polaroid {
	padding: 2px;
	border: 1px solid #f6f6f6;
	background-color: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.modal {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	overflow: auto;
	width: 520px;
	margin: -250px 0 0 -280px;
	border: 5px solid #777;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding-box;
			background-clip: padding-box;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
			box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	*border: 5px solid #777;
}
.modal-backdrop {
	z-index: 5555;
	background: #111;
}
.modal-header {
	border-bottom: 1px solid #ddd;
	background: #f1f1f1 url(../img/bg-modal-dust.png) repeat;
}
.modal-header button.close {
	font-size: 20px !important;
	padding-top: 4px;
}
.modal-header h3 {
	font-family: Cuprum, Arial, Helvetica, sans-serif;
	font-size: 22px !important;
	font-weight: bold !important;
	text-shadow: 0 1px 0 #fff;
}
.modal-footer {
	background-color: #fff;
}
.modal .btn {
	padding-top: 5px;
	padding-bottom: 3px;
}
.icon-info-sign {
	opacity: .6;
}
.icon-info-sign:hover {
	opacity: 1.0;
}
.alert-well {
	color: #3d3d3d;
	border-color: #e9e9e9;
	background-color: #f9f9f9;
	text-shadow: 0 1px 0 #fff;
}
.alert-well form {
	margin: 0;
	padding: 0;
}

/* Alert Dialogs
--------------------------------------------- */
.alert {
	padding: 8px 35px 8px 14px;
	border-radius: 3px;
	text-shadow: none;
}
.alert button.close {
	font-size: 15px !important;
}
.alert-success {
	border-color: #94c44f;
	background-color: #94c44f;
}
.alert-warning {
	border-color: #f3b21f;
	background-color: #f3b21f;
}
.alert-danger,
.alert-error {
	border-color: #d53e3e;
	background-color: #d53e3e;
}
.alert-info {
	border-color: #3292e1;
	background-color: #3292e1;
}
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
	color: #fff;
}
.alert-success a,
.alert-danger a,
.alert-error a,
.alert-warning a,
.alert-info a {
	text-decoration: underline;
	color: #fff;
}

.growl.alert button.close {
	font-size: 22px !important;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	opacity: .9;
	color: #fff;
	border-left: 1px dotted rgba(255, 255, 255, .3);
	text-shadow: none;
}

/* Global Pagination Style
--------------------------------------------- */
.pagination {
	height: 40px;
	margin: 20px 0;
}
.pagination a,
.pagination span {
	font-size: 12px;
	line-height: 26px;
	padding: 0 10px;
}
.pagination a {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
	background-color: #f5f5f5;
}
.pagination a:active {
	outline: 0;
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	   -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
			box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15), 0 1px 2px rgba(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;
	margin: 0 2px;
	list-style: none;
	cursor: pointer;
	text-align: left;
	text-indent: -8000px;
	background: url(../img/bg_buttons.png) no-repeat 0 0;
}
ol#pagination li:hover {
	background: url(../img/bg_buttons.png) no-repeat 0 -16px;
}
ol#pagination li.current {
	font-weight: bold;
	color: #f00;
	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;
}


.tooltip,
.tooltip-inner {
	z-index: 9000;
}

/* Pretty Input Form for Tags
--------------------------------------------- */
div.tagsinput {
	overflow-x: auto;
	padding: 0;
	border: 1 px solid;
	background: transparent;
}
div.tagsinput span.tag {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 6px;
	text-decoration: none;
	color: #4b5c66;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	background-color: #fafafa;
	background-image:    -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image:      -o-linear-gradient(top, #fff, #f2f2f2);
	background-image:         linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
			box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
div.tagsinput span.tag a {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-right: 3px;
	text-decoration: none;
	color: #ed702d;
}
div.tagsinput input {
	width: 80px;
	margin: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	color: #000;
	border: 1px solid transparent;
	border-bottom: 1px dotted #ccc;
	outline: 0;
	background: transparent;
}
div.tagsinput div {
	display: block;
	float: left;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0;
}
.not_valid {
	color: #90111a !important;
	background: #fbd8db !important;
}

.badge {
	color: #8a8a8a;
	/* Categories Count */
	background-color: #e6e6e6;
			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
--------------------------------------------- */
#upload-video-selected-files-container {
	display: block; 
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}
#upload-video-selected-files-container li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	margin: 5px 0;
	list-style-position: inside;
	list-style-type: none;
	color: #333;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
#upload-video-selected-files-container li.success {
	color: #199400;
	font-weight: bold;
}
#upload-video-selected-files-container li p {
	font-size: 11px;
	font-weight: bold; 
	line-height: 17px;
	margin: 5px 0 0;
}
#upload-video-selected-files-container li span.cancel {
	font-size: 11px;
	font-weight: bold;
	margin: 0 4px;
	cursor: pointer;
	color: #f60;
}
#upload-video-selected-files-container li .progressbar {
	position: relative;
	height: 8px;
	padding-right: 2px;
	-webkit-border-radius: 4px;
	   -moz-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%);
	background-color: #abb2bc;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.5),0 1px 0 0 white;
	   -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.5),0 1px 0 0 white;
			box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.5),0 1px 0 0 white; 

		 -o-border-radius: 4px;
		-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
		 -o-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.5),0 1px 0 0 white;
}
#upload-video-selected-files-container li .progress {
	position: relative;
	display: block;
	overflow: hidden;
	height: 6px;
	-webkit-animation: animate-stripes 2s linear infinite;
	   -moz-animation: animate-stripes 2s linear infinite;
		-ms-animation: animate-stripes 2s linear infinite;
		 -o-animation: animate-stripes 2s linear infinite;
			animation: animate-stripes 2s linear infinite;
	border: 1px solid #4c8932;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background: -webkit-gradient(linear,0 0,44 44,color-stop(0,rgba(255,255,255,.17)),color-stop(.25,rgba(255,255,255,.17)),color-stop(.26,rgba(255,255,255,0)),color-stop(.5,rgba(255,255,255,0)),color-stop(.51,rgba(255,255,255,.17)),color-stop(.75,rgba(255,255,255,.17)),color-stop(.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,.35))),#74d04c;
	background: -moz-repeating-linear-gradient(top left -30deg,rgba(255,255,255,.17),rgba(255,255,255,.17) 15px,rgba(255,255,255,0) 15px,rgba(255,255,255,0) 30px),-moz-linear-gradient(rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%),#74d04c;
	background-color: #74d04c;
	-webkit-background-size: 11px 11px;
	   -moz-background-size: 12px 12px;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),inset 0 -1px 1px rgba(0,0,0,.2);
	   -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),inset 0 -1px 1px rgba(0,0,0,.2);
			box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),inset 0 -1px 1px rgba(0,0,0,.2);
		 -o-border-radius: 4px;
		-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
		 -o-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),inset 0 -1px 1px rgba(0,0,0,.2);
	-khtml-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: 10px auto 0;
	text-align: center;
}
#secondary .pm-ad-zone {
	margin: 12px 0 0 0;
	padding: 0;
	text-align: left;
}
.shadow-div {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
	-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);
}
.center-div {
	margin: 0 auto;
}
.bg-highlight {
	background-color: #ffffcf;
}
.border-radius0 {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-khtml-border-radius: 0;
}
.border-radius2 {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-khtml-border-radius: 2px;
}
.border-radius3 {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-khtml-border-radius: 3px;
}
.border-radius4 {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-khtml-border-radius: 4px;
}
.border-radius5 {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-khtml-border-radius: 5px;
}
.border-radius6 {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-khtml-border-radius: 6px;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
			text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	   -moz-text-overflow: ellipsis;
		 -o-text-overflow: ellipsis;
}
.opac5 {
	opacity: .5;
	filter: alpha(opacity=50);
}
.opac6 {
	opacity: .6;
	filter: alpha(opacity=60);
}
.opac7 {
	opacity: .7;
	filter: alpha(opacity=70);
}
.opac8 {
	opacity: .8;
	filter: alpha(opacity=80);
}
.opac9 {
	opacity: .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
*/	width: 154px;
	height: 86px;
}
.pm-thumb-145 img {
	width: 154px;
}
.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-234 img {
	width: 234px;
}
.pm-thumb-288 {
	width: 288px;
	height: 162px;
}

.extra-space {
	padding-right: 25px;
	padding-left: 25px;
}
.checkbox {
	padding-top: 0;
	padding-left: 8px;
}
a.pm-rss-link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	opacity: .8;
	color: #f60;
}
a.pm-rss-link:hover {
	opacity: 1.0;
}
#loading {
	font-size: 13px;
	font-style: italic;
	display: block;
	padding: 10px;
	text-align: center;
	color: #444;
	border-radius: 4px;
	background: #fff;
	box-shadow: inset 0 1px 1px #ddd;
}
/*Working hard? Hope not :)*/

/*-----------------------------------------------------------------------------------*/
/*	6.	Custom Elements (Featured, New Videos, etc.)
/*-----------------------------------------------------------------------------------*/

/* 'Featured' Video Area (Homepage)
--------------------------------------------- */
#pm-featured {
	position: relative;
	margin: 0;
	padding: 2px 0;
}
#pm-featured h2 {
	font-size: 16px;
	line-height: 1.3em;
	margin: 6px 0 22px 0;
	text-transform: uppercase;
}
.row-featured {
	position: relative;
	background-color: #333;
}

/* Featured Videos Listing (Primary)
--------------------------------------------- */
.pm-ul-featured-videos {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
}
.pm-ul-featured-videos li {
	position: relative;
	display: block;
	margin: 2px 0 3px 6px;
	border-bottom: 1px solid #444;
}
.pm-ul-featured-videos li h3 {
	font-size: 13px;
	line-height: 1.3em;
	position: absolute;
	top: 6px;
	left: 126px; /*FF6 and older browsers fix*/

	display: inline-block;
	overflow: hidden !important;
	width: 50%;
	min-width: 45%;
	margin: 0;
	margin-left: 8px;
	word-wrap: break-word;
}
.pm-ul-featured-videos li .pm-video-thumb {
	border-color: transparent;
}
.pm-ul-featured-videos li a.pm-title-link {
	color: #eee;
}
.pm-ul-featured-videos li a.pm-title-link:hover {
	color: #fff;
}
/**/
.pm-featured-sidelist,
.pm-featured-highlight {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
}
.pm-featured-sidelist a,
.pm-featured-highlight a {
	color: #fff !important;
}
.pm-featured-sidelist {
	float: right;
	overflow: hidden;
	overflow-y: scroll;
	height: 220px;
}
.pm-featured-sidelist::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 0 6px rgba(0,9,0,.3);
}
.pm-featured-sidelist::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}
.pm-featured-sidelist::-webkit-scrollbar-thumb {
	background-color: #777;
}
.pm-featured-highlight {
	position: absolute;
	display: block;
	overflow: hidden;
	height: 100%;
	text-decoration: none;
}
.pm-featured-highlight:hover {
	text-decoration: none;
}
.pm-featured-highlight-img {
	position: absolute;
	height: 100%;
	-webkit-background-size: 100% 100%;
	-webkit-background-size: cover;
	   -moz-background-size: 100% 100%;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: 100% 100%;
			background-size: cover;
}
.play-button {
	position: absolute;
	z-index: 100;
	top: 38%;
	left: 45%;
	display: block;
	width: 48px;
	height: 48px;
	opacity: .7;
	background: url(../img/ico-play-button-48.png) center center no-repeat;
}
.pm-featured-highlight:hover .play-button {
	opacity: 1.0;
}

.pm-featured-highlight-title {
	position: absolute;
	z-index: 100;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0 10px;
	background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
	background: rgba(54, 25, 25, .5);
}
.pm-featured-highlight-title h3 {
	font-size: 16px;
	line-height: 1.2em;
	padding: 0 6px;
	color: #fff;
}
.pm-featured-highlight-title h3 a {
	color: #fff;
}

/* 'Playing now' with slider (Homepage)
--------------------------------------------- */
#pm-wn,
#pm-slide {
	position: relative;
	margin: 0;
	padding: 0;
}
#pm-slide .pm-video-thumb {
		 opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}
#pm-slide .pm-video-thumb:hover {
		 opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
ul.pm-ul-wn-videos {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	list-style-type: none;
	direction: ltr;
}
.pm-ul-wn-videos li {
	display: block;
	/*width: 150px;*/
	float: left;
	max-width: 157px;
	height: 135px;
	margin: 0 3px;
}
.pm-li-wn-videos {
	width: 139px;
	margin-left: 0;
}
.pm-li-wn-videos h3 {
	font-size: 12px;
	line-height: 1.10em;
}
ul#pm-ul-wn-videos li:hover {
	color: #333;
}
ul#pm-ul-wn-videos li .image {
	overflow: hidden;
	width: 220px;
	height: 150px;
	margin: 20px 20px 10px 20px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 1px #bbb;
	   -moz-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;
	margin-bottom: .8em;
	padding: 0;
}
ul.pm-ul-home-articles li {
	line-height: 1.4em;
	clear: both;
	max-width: 280px\9;
}
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;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

p.pm-article-preview {
	position: relative;
	display: compact;
	display: block;
	display: -webkit-box;
	float: left !important;
	overflow: hidden;
	width: 200px;
	height: 40px;
	padding-top: 6px !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

p.pm-article-preview:after {
	/*content: '...';
	font-weight: bold;
	position: relative;
	right: 1px;
	background-color: #fff;*/
}

/* 'Top Videos' with slider (Homepage)
--------------------------------------------- */
.pm-thumb-top,
.pm-thumb {
	position: relative;
	-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;
	border: 1px solid #fff;
}
.pm-thumb {
	float: left;
}
.pm-thumb-top:hover,
.pm-thumb:hover {
	opacity: .85;
	border-color: #999;
}
.pm-thumb-fix {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	background: #000;
	_line-height: 0;
	*display: inline;
	*zoom: 1;
}
.pm-thumb-fix img {
	-ms-interpolation-mode: bicubic;
	outline: none;
}
.pm-thumb-fix-clip {
	font-size: 11px;
	position: absolute;
	top: -100px;
	right: -100px;
	bottom: -100px;
	left: -100px;
	text-align: center;
	white-space: wrap; /*nowrap*/
	word-break: normal;
	_position: static;
}
.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 {
	margin: 0;
	/* ul style for top videos */
	padding: 0;
	list-style-type: none;
}
.pm-ul-top-videos li {
	position: relative;
	display: block;
	margin: 10px 0;
}
.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;
	top: -2px;
	right: 0;
}
.pm-ul-top-videos .pm-video-attr-numbers {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	position: absolute;
	bottom: -3px;
	left: 120px;
	display: block;
	letter-spacing: 0;
	color: #999;
}

/* Site Stats (Secondary > Widget)
--------------------------------------------- */
ul.pm-stats-data {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.pm-stats-data li {
	position: relative;
	padding: 3px 0;
	border-bottom: 1px solid #f7f7f7;
}
.pm-stats-count {
	position: absolute;
	right: 0;
	text-align: right;
}

/* Categories List (Secondary > Widget)
--------------------------------------------- */

ul.nav li .dropdown-menu li {
	font-size: 11px;
	padding: 2px 0;
}

/* Deprecated since v2.3
li:hover.topcat {
	background: url('../img/arr-d.png') no-repeat right top;
}
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: #f9f9f9; 
}
li:hover.topcat,
ul.nav li:hover.topcat {}
ul.nav li.topcat {
	position: relative;
}
ul.nav li:hover.topcat {
	background-color: #f9f9f9;
}
ul.nav li:hover.topcat,
ul.nav li.topcat {
  background-image: url('data:image/gif;base64,R0lGODlhBgALALMPAN/f3/Dw8Orq6uHh4dvb2+7u7tjY2O/v7+zs7O3t7dbW1tfX19ra2v///9XV1f///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5REFFOEUyMzYyODMxMUUzQTI1RUVBOERDNEZFMDk1NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5REFFOEUyNDYyODMxMUUzQTI1RUVBOERDNEZFMDk1NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlEQUU4RTIxNjI4MzExRTNBMjVFRUE4REM0RkUwOTU0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlEQUU4RTIyNjI4MzExRTNBMjVFRUE4REM0RkUwOTU0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAADwAsAAAAAAYACwAABB5woEefUakytwrd3PGAXEA6BLkcYDc6GHVNFCA0VQQAOw==');
  background-position: 216px 7px;
  background-repeat: no-repeat;
}
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 {}
ul.nav ul#ul_categories li:hover {}
ul.nav ul#ul_categories li.topcat {
	display: block;
	width: 240px;
	margin:0;
	padding: 0;
	float: left;
}
ul.nav ul#ul_categories li ul.hidden_li {
	display:none;
}
ul.nav ul#ul_categories li:hover ul.hidden_li {
	position: absolute;
	display: block;
	width: 220px;
	float: left;
	top: 0px;
	right: -210px;
	background-color: #FFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.nav ul#ul_categories li:hover ul.hidden_li {
	display: block;
}
ul.nav ul#ul_categories li ul.hidden_li li {
	width: 100%;
	margin: 0;
	float: none;
}
ul.nav ul#ul_categories li ul.hidden_li,
ul.nav ul#ul_categories > li ul.hidden_li 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 li:hover > ul.hidden_li {
	position: absolute;
	display: block;
	width: 240px;
	float: left;
	top: -1px;
	right: -210px;
	background-color: #FFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

ul.nav ul#ul_categories li:hover ul.hidden_li {
	display: block; 
}
*/
.navbar ul.nav ul.dropdown-menu,
.navbar ul.nav ul.dropdown-submenu {
	width: 240px;
}

ul.pm-browse-ul-subcats,
.pm-browse-ul-subcats ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pm-browse-ul-subcats li {
	margin: 0;
}
.pm-browse-ul-subcats li:hover {
	padding-right: 0;
}
.pm-browse-ul-subcats li ul {
	margin: 0;
	padding-top: 6px;
	padding-left: 6px;
	list-style-type: none;
}

ul.pm-browse-ul-subcats li a,
ul.pm-browse-ul-subcats li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #888;
}
ul.pm-browse-ul-subcats li a:hover,
ul.pm-browse-ul-subcats li a.selectedcat,
ul.pm-browse-ul-subcats 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 {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	margin: 0;
	padding: 4px;
	border: none;
	border-radius: 0;
	background-color: #fafafa;
	box-shadow: none;
}

ul.pm-browse-ul-subcats li.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-right: 2px;
	margin-left: -5px;
	content: ' ';
	pointer-events: none;
	border: solid transparent;
	border-width: 5px;
	border-top-color: #ccc;
}
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 {
	font-size: 12px;
	padding-left: 5px;
}
ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu > a:after {
	display: none !important;
	content: none;
	border: none;
}

ul.pm-browse-ul-subcats li.dropdown-submenu ul.dropdown-menu li > ul {
	display: none;
	border-left: 2px solid #d3d3d3;
	background-color: transparent;
}

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 {
	color: #f60;
	background: none;
	background-color: none;
	background-image: none;
}

.dropdown-submenu.selectedcat > .dropdown-menu {
	display: block;
	visibility: visible !important;
}
/* Filter Elements (New Videos)
--------------------------------------------- */
.li-dropdown-inside {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 9%;
	clear: both;
}
.li-dropdown-out {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 0;
	clear: both;
}
.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: 16px;
	position: absolute;
	top: 0;
	left: 112px; /*FF6 and older browsers fix*/

	display: inline-block;
	overflow: hidden !important;
	min-width: 55%;
	min-width: 100px\9;
	max-width: 150px\9; /*IE FIX*/
	max-height: 49px;
	margin: 0;
	margin-left: 7px;
	word-wrap: break-word;
}
a.pm-title-link {
	/* style the H3 link */
	text-decoration: none;
	color: #126aad; /*#2793e6;*/
}
a.pm-title-link:hover {
	text-decoration: underline;
}
a.pm-title-link:hover,
.pm-li-video:hover a,
.pm-li-top-videos:hover a {
	color: #2793e6; /*008fd5*/
}

.pm-video-li-info {
	/* additional information besides image and title link; labels and watch-later; position for the whole LI */
	position: absolute;
	top: -2px;
	right: 5px;
}
.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;
	z-index: 10;
	right: 3%;
	bottom: 3%;
	display: block;
	min-height: 20px;
	color: #fff;
}
.pm-video-li-thumb-info .label {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	text-shadow: none;
}
.label-pop {
	background-color: #ca1585;
}
.label-new {
	background-color: #093;
}
.label-pending {
	position: absolute;
	top: -100px;
	right: 0;
	color: #222;
	border-radius: 0;
	background-color: #ff9c00;
	box-shadow: 0 1px 2px #000;
}
.label-featured {
	padding: 2px 5px;
	background-color: #3297fd;
}
.label-important {
	position: relative;
	top: -3px;
}
.pm-label-duration {
	padding: 2px;
	/* one of the labels */

	background-color: #000;
}

.watch-later {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 1px;
	display: none;
}
.watch-later i {
	margin: 0;
	padding: 0 0 1px;
}
.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,
#pm-socialite {
	position: relative;
	z-index: 4444 !important;
	top: 0 !important;
}
#pm-addthis:hover,
#pm-addthis:hover .addthis_floating_style,
#pm-socialite:hover .social-buttons {
		 opacity: 1.0 !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#pm-addthis .addthis_floating_style,
#pm-socialite .social-buttons {
	position: absolute;
	z-index: 4444 !important;
	left: -100px;
	background-color: transparent;
}
#pm-addthis .addthis_floating_style .addthis_button_pinterest,
#pm-addthis .addthis_floating_style .addthis_button_compact {
	padding: 0 10px;
}
@media screen and (max-width: 1024px) {
	#pm-addthis,
	#pm-socialite
	{
		display: none;
	}
}

/* Floating Share Widget from GitHub/tmort/Socialite
--------------------------------------------- */

.cf:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0; 

	content: ' ';
}
* html .cf {
	zoom: 1;
}
*:first-child + html .cf {
	zoom: 1;
}
.vhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px; 
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.social-buttons {
	display: block;
	width: 60px; 
	padding: 0;
	list-style: none;
}
.social-buttons > li {
	display: block;
	margin: 0;
	padding: 10px 0;
}
.social-buttons .socialite {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center; 

	background: url('../img/social-sprite.png') 0 0 no-repeat;
}
.social-buttons .socialite-loaded {
	background: none !important;
}

.social-buttons .twitter-share {
	width: 55px;
	height: 65px;
	background-position: 0 0;
}
.social-buttons .googleplus-one {
	width: 50px;
	height: 65px;
	background-position: -75px 0;
}
.social-buttons .facebook-like {
	width: 50px;
	height: 65px;
	background-position: -145px 0;
}
.social-buttons .pinterest-pinit {
	width: 60px;
	height: 65px;
	background-position: -215px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Pages
/*-----------------------------------------------------------------------------------*/

/* Member List Page
--------------------------------------------- */
ul.pm-ul-memberlist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pm-ul-memberlist li {
	position: relative;
	display: block;
	float: left;
	width: 44%;
	margin-right: 30px;
	padding: 6px;
}
.pm-ul-memberlist .pm-ml-buttons {
	position: absolute;
	top: 10px;
	right: 6px;
}
.pm-ul-memberlist li .btn-follow {
	opacity: .5;
}
.pm-ul-memberlist li:hover .btn-follow {
	-webkit-transition: opacity .3s ease-in;
	   -moz-transition: opacity .3s ease-in;
		 -o-transition: opacity .3s ease-in;
			transition: opacity .3s ease-in;
	opacity: 1.0;
}
.pm-ul-memberlist li .pm-follows {
	top: 38px;
	right: 6px;
}
.pm-ml-username {
	font-size: 14px;
	font-weight: bold;
	color: #505961;
}
.pm-ml-avatar {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	padding-right: 25px;
}
.pm-ml-lastseen,
.pm-ml-country {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin: 2px 0;
	color: #888;
}
.pm-ml-lastseen i,
.pm-ml-country i {
	opacity: .4;
}

/* Registration Page
--------------------------------------------- */
#register-form .control-group {
	position: relative;
}
#register-form label.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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 {
	margin-top: -10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
/* '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 {
	float: left;
	overflow: hidden;
	width: 16%;
	height: 190px\9;
	/*width: 150px;*/
	min-height: 165px;
	margin: 0 3px;
	padding: 0;
}
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 {
	float: left;
	width: 100%;
	margin: 5px auto;
	padding: 0;
}
#primary .pm-ul-alltop-videos {
	list-style-type: none;
}
#primary .pm-ul-alltop-videos li {
	font-size: 12px;
	display: block;
	float: left;
	width: 45%;
	min-height: 160px;
	margin: 15px 30px 5px 10px;
	padding: 0;
}
#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: inline-block;
	clear: none;
	max-width: 48%;
	max-height: 75px;
	margin: 0;
	padding: 1px 0;
}
#primary .pm-ul-alltop-videos .pm-video-attr-author {
	line-height: 1.6em;
	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
}
#primary .pm-ul-alltop-videos .pm-video-attr-since {
	line-height: 1.6em;
	display: inline;
	letter-spacing: 0;
	color: #888;
}
#primary .pm-ul-alltop-videos .pm-video-attr-numbers {
	line-height: 1.6em;
	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;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 10px;
	color: #fff;
	text-shadow: 1px 2px 0 #444;
}
#primary ul.pm-ul-top-videos .pm-video-attr-since {
	display: inline;
	color: #888;
}
#primary .pm-ul-alltop-videos small {
	font-size: 1em;
}


/* Suggest video
--------------------------------------------- */

.suggest-video-placeholder {
	position: absolute;
	right: 15%;
	display: block;
	width: 162px;
	min-height: 121px;
	padding: 4px;
	-webkit-transform: rotate(2deg); /* Safari and Chrome */
	   -moz-transform: rotate(2deg); /* Firefox */
		-ms-transform: rotate(2deg); /* IE 9 */
		 -o-transform: rotate(2deg); /* Opera */
			transform: rotate(2deg);
	border: 1px solid #ccc;
	background: #fff url('../img/no-thumbnail.jpg') no-repeat center center;
	background-color: #fff;
	box-shadow: 0 2px 2px #999;
	-webkit-transform-style: preserve-3d;
}
.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;
	/*font-size: 21px;
	font-size: 1.5rem;*/
}
.post img {
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}
.post img[style*='float: left'] {
	margin: 2px 8px 2px 0 !important;
}
.post img[style*='float: right'] {
	margin: 2px 0 2px 8px !important;
}

a[rel*='prettyPhoto'] img[style*='float: left'] {
	margin: 2px 8px 2px 0 !important;
}
a[rel*='prettyPhoto'] img[style*='float: right'] {
	margin: 2px 0 2px 8px !important;
}

.entry-header {
	margin-bottom: 5px;
}
.post h1.entry-title {
	margin: 0;
	/*	line-height: 1.1;
	font-size: 32px;
	font-weight: normal;
	color: #333; 
*/
	padding: 0;
}
.post h2.entry-title {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.post h2.entry-title a,
.post h2.entry-title a:visited,
.post h2.entry-title a:hover {
	color: #2793e6 ;
}
.post .entry-title a:hover {
	text-decoration: underline;
}
article.post p {
	line-height: 1.564285714;
	margin: 0 0 1.514285714rem;
	color: #444;
}
.pm-article-info {
	font-size: 11px;
	color: #999;
}
.pm-article-author {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.pm-article-author .pm-submit-data {
	padding: 0;
}
.pm-article-author .pm-author-about {
	padding-bottom: 5px;
}
.entry-summary {
	display: block;
	padding: 10px 0;
}
.entry-summary img {
	margin: 1px 14px 1px 1px;
	padding: 2px;
	border: 1px solid #eee;
	background-color: #f3f3f3;
}

.entry-post {
	line-height: 1.564285714;
	padding-top: 1.2em;
}
.entry-post hr {
	display: none;
}
.more-link {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 3px 0;
	text-transform: uppercase;
}
ul.pm-ul-browse-articles li .post {
	margin-bottom: 20px;
}
.minDesc {
	font-size: 11px;
	line-height: 1.4em;
	margin: 2px 0;
	color: #666;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Browsing & Listing (Top Videos, Regular Browsing, Search Results, etc.)
/*-----------------------------------------------------------------------------------*/



.pm-ul-browse-categories li {
	position: relative;
	float: left;
	width: 25%;
	margin: 0;
	margin: 10px 0;
	padding: 0;
	padding: 0;
}
.pm-ul-browse-categories li .pm-li-category {
	position: relative;
	display: table-cell;
	overflow: hidden;
	padding: 0;
	border: none;
}
.pm-ul-browse-categories li .pm-li-category a {
	text-decoration: none;
}
.pm-ul-browse-categories li ul {
	position: absolute;
	top: 0;
	right: -10px;
	display: none;
	padding: 10px;
	background: #fc0;
}
.pm-ul-browse-categories li:hover ul {
	display: block;
}
.pm-ul-browse-categories li ul.pm-subcategories li {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: red;
}
.pm-ul-browse-categories li h3 {
	font-size: 14px;
	line-height: 1em;
	bottom: 0;
	left: 0;
	display: block;
	clear: both;
	overflow: hidden;
	width: 95%;
	margin: 0;
	padding: 12px 0 12px 14px;
	letter-spacing: -.02em;
	color: #f1f1f1;
	background-color: #2196c4;
}
.pm-ul-browse-categories li:hover h3 {
	text-decoration: none;
	color: #fff;
	background-color: #20a8e1;
}
.pm-ul-browse-categories li .pm-thumb,
.pm-ul-browse-categories li .pm-thumb:hover {
	border: none;
}
.pm-ul-browse-categories li img {
	opacity: .9;
	border: none;
}

.pm-ul-browse-categories li:hover img {
	-webkit-animation-name: expandImage;
			animation-name: expandImage;
	-webkit-animation-duration: .8s;
			animation-duration: .8s;
	opacity: 1.0;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

ul.pm-ul-carousel-videos {
	/*  left: -5px;*/
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	direction: ltr;
}
ul.pm-ul-carousel-videos li {
	max-width: 161px !important;
	max-height: auto;
	margin: 0;
	padding: 0 1px 0 0;
	vertical-align: top;
}
ul.pm-ul-carousel-videos li.pm-li-video .pm-thumb-145 img {
	width: 100% !important;
}
ul.pm-ul-carousel-videos li .thumbnail {
	line-height: 1.42857;
	display: block;
	width: 100%;
	height: 0;
	min-height: 170px;
	margin-bottom: 20px;
	padding-bottom: 75%;
	border: none;
	-webkit-border-radius: 0;
			border-radius: 0;
	background-color: transparent;
	background-clip: padding-box;
}
ul.pm-ul-carousel-videos li .pm-video-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 56.25% 0 0 0;
	background-color: #fafafa;
}
ul.pm-ul-carousel-videos li img {
	/*
	  width: $thumb-stacked-width;
	  height: $thumb-stacked-height;		
	  max-height: $thumb-stacked-height;
	  */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
ul.pm-ul-carousel-videos .pm-video-meta {
	font-size: 12px;
}
ul.pm-ul-carousel-videos .pm-video-meta .pm-video-author {
	margin-right: 5px;
	color: #555;
}
ul.pm-ul-carousel-videos .pm-video-meta .pm-video-author a {
	color: #555;
}
ul.pm-ul-carousel-videos .pm-video-meta .pm-video-since {
	color: #666;
}
ul.pm-ul-carousel-videos .pm-video-meta .pm-video-views {
	display: inline;
	margin-left: 5px;
	text-transform: lowercase; 

	color: #777;
}

.pm-section-head {
	position: relative;
}
.pm-section-head .form-inline,
.pm-section-head .btn-group {
	position: absolute;
	top: 8px; 
	right: 0;
}



.pm-browse-desc {
	display: block;
	margin: 0 8px 20px 8px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.pm-ul-browse-videos {
	list-style-type: none;
}
.pm-ul-browse-videos li {
	position: relative;
	/*width: 150px;*/

	float: left;
	width: 24%;
	height: 190px\9;
	min-height: 185px;
	margin: 0 3px;
	padding: 0;
}
.pm-li-video h3 {
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	clear: both;
	overflow: hidden;
	max-height: 44px;
	margin: 0;
	padding: 0;
	padding-top: 9px;
}
.pm-video-attr-author,
.pm-video-attr-since,
.pm-video-attr-numbers,
.pm-video-attr-desc {
	display: none;
}
.pm-video-attr-since {
	font-size: 13px;
	display: inline;
	color: #888;
}
.pm-ul-browse-videos .pm-video-li-info {
	position: absolute;
	top: 4px;
	right: 10px;
}
.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*/
}


/*Extended width for search results*/
.pm-ul-browse-videos-ext {
	width: 1000px !important;
	margin-left: -20px !important;
}
.pm-ul-browse-videos-ext li {
	width: 20% !important;
	width: 230px !important;
	height: 200px\9;
	min-height: 210px;
}

ul.pm-ul-browse-videos-ext.grid li {
	width: 100% !important;
	height: 220px !important;
	min-height: 200px !important;
}
#primary .pm-video-attr {
	line-height: 1.1em; 

	display: block;
	color: #888;
}
#primary .pm-video-attr-numbers {
	display: none;
}

/* Video Listing (list mode)
--------------------------------------------- */
.grid {
	list-style-type: none;
}

.grid li {
	float: left;
	width: 100%;
	min-height: 100px;
	max-height: 170px;
	margin: 10px 0;
	padding: 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 small {
	font-size: 11px;
}
.grid .pm-video-attr-author {
	display: inline;
}

#primary .grid .pm-video-attr-numbers {
	display: block;
}
.grid .pm-video-attr-desc {
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	clear: both;
	padding: 12px 0;
	color: #444;
	border-bottom: 1px solid #eee;
}
.grid .pm-video-li-info {
	top: -3px;
	right: 0;
}
@media screen and (max-width: 700px) {
	.pm-ul-browse-videos li
	{
		/*width: 150px;*/
		float: left;
		width: 100%;
		margin: 10px 0;
		padding: 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 {
	font-weight: normal;
	padding: 0;
	/*letter-spacing: -0.045em;*/
}
/* Thumbnail Rendering
--------------------------------------------- */
.thumbnails {
	width: 100%;
	margin-bottom: 0;
}
.pm-video-thumb {
	display: inline-block;
	/* overall classic span for all video thumbnails */
	overflow: hidden;
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	The Video Page & Elements
/*-----------------------------------------------------------------------------------*/

/* Related / Popular Widget
--------------------------------------------- */
#pm-related ul.nav-tabs {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #a2a6ab;
	border-bottom: 1px dotted #ccc;
}
#pm-related .nav-tabs li {
	margin: 1px;
	padding: 1px 3px 6px 0;
	padding-top: 10px;
	color: #a2a6ab;
}
#pm-related .nav-tabs li a {
	margin: 0;
	padding: 0;
	color: #a2a6ab;
}
#pm-related .nav-tabs li a:hover {
	text-decoration: underline;
	color: #3583cc;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	background-color: transparent;
}
#pm-related .nav-tabs > .active > a,
#pm-related .nav-tabs > .active > a:hover {
	cursor: default;
	color: #3583cc;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	background-color: transparent;
}
#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-video-head {
	position: relative;
	display: block;
}
.btn-action-group {
	position: relative;
	z-index: 1000;
}
.pm-video-adjust {
	position: relative;
	z-index: 1999;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pm-video-adjust li {
	font-size: 11px;
	position: relative;
	display: inline-block;
}
.pm-video-adjust li a {
	position: relative;
	padding: 2px 4px;
	outline: none;
}
.pm-video-adjust li  i {
	position: relative;
	top: -2px;
}
a#player_extend {
	position: relative;
}
.pm-video-adjust li a:hover {
	text-decoration: none;
}
.pm-player-full-width {
	position: relative;
	margin: 0;
	padding: 0;
}
.pm-video-control {
	position: relative;
	margin: 0 0 10px;
	padding: 15px 10px 10px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
	background-color: #fff;
}
.pm-video-control:hover {
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	box-shadow: 0 1px 3px #f1f1f1;
}
.pm-video-control small,
.pm-video-views-count small {
	font-size: 11px;
	font-weight: 100;
	color: #8d8d8d;
}
.pm-video-control .btn-success,
.pm-video-control .bar-success,
.pm-video-views-count .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-views-count .progress {
	height: 2px;
	margin: 0;
	padding: 0;
}
.pm-video-control form {
	display: inline;
	margin: 0;
	padding: 0;
}
.pm-video-control .btn i {
	opacity: .6;
}
.pm-video-control .btn:hover i {
	opacity: .8;
}
.pm-vc-views {
	display: block;
	float: right;
	padding: 7px 0;
	text-align: right;
	color: #626262;
}
.pm-vc-views strong {
	font-size: 1.9em;
	font-weight: normal;
	display: block;
}
.pm-vc-views small {
	font-size: 12px;
	text-transform: lowercase;
}
/*
.pm-vc-sprite,
.pm-vc-sprite { background-image: url('../img/pm-video-controls.png'); background-color: transparent; background-repeat: no-repeat; display: inline-block; position: relative; top:2px; left:-1px; }
.btn.active .pm-vc-sprite { background-image: url('../img/pm-video-controls-active.png'); }
.i-favorite { width: 19px; height: 16px; background-position: 0px -16px; }
.i-report { width: 17px; height: 14px; background-position: 0px 0px; }
.i-vote-down { width: 14px; height: 16px; background-position: -17px 0px; top:4px; }
.i-vote-up { width: 14px; height: 16px; background-position: -19px -16px; }
*/
.pm-vc-sprite {
	position: relative; 

	display: inline-block;
	background-color: transparent;
	background-image: url('../img/pm-sprite-22.png');
	background-repeat: no-repeat;
}
i.pm-vc-sprite {
	top: 3px;
}
i.i-report {
	top: 2px; 

	width: 14px;
	height: 13px;
	background-position: -152px -14px;
}
i.i-vote-down {
	top: 2px; 

	width: 13px;
	height: 14px;
	background-position: -158px -41px;
}
i.i-vote-up {
	top: 1px; 

	width: 13px;
	height: 14px;
	background-position: -162px -66px;
}
.btn.active .i-vote-up {
	width: 13px;
	height: 14px;
	background-position: -158px -27px;
}
.btn.active .i-vote-down {
	width: 13px;
	height: 14px;
	background-position: -152px 0;
}
.btn.active .i-report {
	width: 14px;
	height: 13px;
	background-position: -19px 0;
}
.facebook-icon {
	width: 32px;
	height: 35px;
	background-position: -40px -16px;
}
.google-icon {
	width: 32px;
	height: 35px;
	background-position: -72px -16px;
}
.twitter-icon {
	width: 32px;
	height: 35px;
	background-position: -104px -16px;
}
.ico_rss {
	width: 16px;
	height: 16px;
	background-position: -104px 0;
}
.ico_social_fb {
	width: 16px;
	height: 16px;
	background-position: -120px 0;
}
.ico_social_gplus {
	width: 16px;
	height: 16px;
	background-position: -88px 0;
}
.ico_social_lastfm {
	width: 16px;
	height: 16px;
	background-position: -40px 0;
}
.ico_social_site {
	width: 16px;
	height: 16px;
	background-position: -56px 0;
}
.ico_social_twitter {
	width: 16px;
	height: 16px;
	background-position: -72px 0;
}
.arr-l {
	width: 10px;
	height: 11px;
	background-position: -165px 0;
}
.arr-r {
	width: 10px;
	height: 11px;
	background-position: -162px -55px;
}
/*soon*/
.arr-d {
	width: 22px;
	height: 22px;
	background-position: -136px -32px;
}
.no-thumbnail {
	width: 162px;
	height: 121px;
	background-position: 0 -55px;
}
.light_bulb {
	width: 16px;
	height: 16px;
	background-position: -136px -16px;
}
.light_bulb_off {
	width: 16px;
	height: 16px;
	background-position: -136px 0;
}
.pm-avatar {
	width: 40px;
	height: 40px;
	background-position: 0 -13px;
}
.arr-subcat {
	width: 19px;
	height: 12px;
	background-position: 0 0;
}
i.i-playlists {
	top: 1px; 

	width: 13px;
	height: 11px;
	background-position: -162px -83px;
}

#pm-vc-share-content {
	padding: 10px;
}
.panel-1 a {
	display: inline-block;
}
#pm-vc-share-content .panel-2 {
	text-align: left;
}
#pm-vc-share-content .panel-3 {
	text-align: right;
}
#pm-vc-share-content .panel-3 a {
	display: inline-block;
}
#pm-vc-share-content,
#pm-vc-embed-content,
#pm-vc-email-content,
#pm-comment-form {
	display: none;
}
#bestincategory,
#popular {
	overflow-x: hidden;
	margin: 15px auto;
}
#bestincategory::-webkit-scrollbar {
	width: 8px;
}
#bestincategory::-webkit-scrollbar-track {
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
#bestincategory::-webkit-scrollbar-thumb {
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	background: #d2d2d2;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}
#bestincategory::-webkit-scrollbar-thumb:window-inactive {
	background: #eee;
}

#video-wrapper {
	/* MacOS fix */
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 0 -4px;
	padding: 0;
}
#preroll_placeholder {
	min-height: 350px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #eee;
	background: #f9f9f9;
}
#preroll_placeholder .preroll_countdown {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 20px;
	padding-top: 10px;
	color: #555;
}
#preroll_placeholder .preroll_timeleft {
	color: #719a00;
}
.preroll_skip_button {
	/*
	position: absolute;
	right:0;
	bottom:0;
	*/
	z-index: 4000;
	margin: 0 auto;
	padding: 0;
	text-align: center !important;
}

#pm-featured #preroll_placeholder {
	border: none;
	background-color: #fff;
}
#preroll_skip_btn {
	display: block;
	margin: 20px auto;
}
#preroll_placeholder iframe {
	width: auto;
}

#lights-div .lightOn {
	position: relative;
	z-index: 2000;
	padding: 2px 0;
	padding-left: 17px;
	outline: none;
	background-image: url(../img/light_bulb_off.png);
	background-repeat: no-repeat;
	background-position: left;
}
#lights-div .lightOff {
	z-index: 2000;
	color: #ff0;
	background-image: url(../img/light_bulb.png);
}
#lights-overlay {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../img/shade1x1.png);
}
#lights-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
		 opacity: .75;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
}
.video-tags {
	font-size: .9em;
	margin: 15px 0 20px;
	color: #888;
}
.text-exp {
	position: relative;
	overflow: hidden;
	height: 50px;
	max-height: 50px;
}
.text-exp::-webkit-scrollbar {
	width: 7px;
}
.text-exp::-webkit-scrollbar-track {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background: #f1f1f1;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	-khtml-border-radius: 4px;
}
.text-exp::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background: #ccc;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
	-khtml-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,.3);
}
.show-more-description {
	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
	text-align: center;
	/*f4f5f7*/

	background-image:         linear-gradient(bottom, #fff 0%, #fff 50%, rgba(244,245,247,0)100%);
	background-image:      -o-linear-gradient(bottom, #fff 0%, #fff 50%, rgba(244,245,247,0)100%);
	background-image:    -moz-linear-gradient(bottom, #fff 0%, #fff 50%, rgba(244,245,247,0)100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 50%, rgba(244,245,247,0)100%);
	background-image:     -ms-linear-gradient(bottom, #fff 0%, #fff 50%, rgba(244,245,247,0)100%);
}
.show-more-description a.show-now {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	display: block;
	padding-bottom: 10px;
	/*	background-color: #FFF;*/

	border-top: 1px solid #dcdcdc;
	outline: 0;
}
/* Resize Video Player
--------------------------------------------- */
.secondary-wide {
	margin-top: 540px;
}
.pm-sidebar-with-playlist .widget-related,
.secondary-wide .widget-related {
	padding-top: 12px;
}
.secondary-wide .widget-related {
	margin-top: 640px;
}
.pm-sidebar-with-playlist .widget-related .pm-autoplay-select,
.secondary-wide .widget-related .pm-autoplay-select {
	top: 24px;
}
.pm-sidebar-with-playlist .secondary-wide .widget-related {
	margin-top: 0;
}
.video-wrapper-wide {
	position: relative;
	width: 984px; /*Default width*/
	height: 542px; /*IE FIX*/
}
.pm-video-head-wide {
	width: 984px; /*Default width*/
	min-width: 100%;
}
#video-wrapper.video-wrapper-wide object,
#video-wrapper.video-wrapper-wide embed,
#video-wrapper.video-wrapper-wide iframe,
#video-wrapper.video-wrapper-wide .video-js,
#video-wrapper.video-wrapper-wide .jwplayer {
	width: 984px; /*Default width*/
	height: 542px !important;
	max-height: 542px !important;
}
#secondary {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all .2s ease;
}
#video-wrapper {
	min-width: 638px; /*mac fix*/

	-webkit-transition: all 5s ease;
	   -moz-transition: all 5s ease;
		 -o-transition: all 5s ease;
			transition: all 5s ease;
}

.pm-author-data {
	clear: both;
}
.pm-author-data .span2 {
	width: 55px;
}

.pm-submit-data {
	padding: 0 0 8px;
}
.pm-submit-data,
.pm-submit-data a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #afafaf;
}
.pm-submit-data a,
.pm-submit-data a:visited,
.pm-submit-data a:hover {
	color: #888;
}
.pm-author-about {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
}
/* Restricted Video
--------------------------------------------- */
#primary .restricted-video {
	max-width: 100%;
	height: 300px;
	margin: 0;
	padding: 20px;
	color: #666;
	border: 2px solid #ddd;
	background-color: #f9f9f9;
}
#primary .restricted-video h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	padding: 0;
	color: #f63;
	text-shadow: 0 -1px 0 #f7f7f7;
}
#primary .restricted-video a,
#primary .restricted-video a:visited,
#primary .restricted-video a:hover {
	text-decoration: underline;
	color: #666;
}
#primary .restricted-login {
	max-width: 90%;
	margin: 30px auto;
}
#primary .restricted-video .control-group {
	padding: 0;
	border: 0 none;
}
#primary .restricted-login label {
	text-shadow: 0 -1px 0 #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/
/*	10.	Comments (Both Videos & Articles)
/*-----------------------------------------------------------------------------------*/

ul.pm-ul-comments {
	margin: 0;
}
.pm-ul-comments li {
	position: relative;
	display: block;
	clear: both;
	margin: 10px 0;
	margin-bottom: 30px;
	padding: 0;
}
.pm-ul-comments li.pm-top-comment {
	position: relative;
	padding: 10px;
	border: 1px solid #efefef;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 -1px 0 #d0d0d0;
	   -moz-box-shadow: 0 -1px 0 #d0d0d0;
			box-shadow: 0 -1px 0 #d0d0d0;
}
.pm-ul-comments li .pm-top-comment-head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: 0;
	display: block;
	text-align: center;
	color: #888;
	text-shadow: 0 1px 0 #fff;
}
.pm-comment-action {
	position: absolute;
	top: 5px;
	right: 0;
	opacity: .6;
}
.pm-comment-action:hover {
	opacity: 1.0;
}
.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 {
	font-size: 10px !important;
	vertical-align: middle;
	border: none;
	background-color: transparent;
	background-image: none !important;
	box-shadow: none;
}
.pm-comment-action .btn:active,
.pm-comment-action .btn.active {
	opacity: .5;
	border-radius: 3px !important;
	background-color: #fff;
	-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;
	background-color: #000;
}
.pm-comment-avatar {
	display: block;
	float: left;
	margin-top: 3px;
	padding-right: 10px;
}
.pm-comment-avatar img {
	display: inline-block;
	padding: 2px;
}
.pm-comment-author {
	display: block;
}
.pm-comment-banned {
	/*text-decoration: line-through;
	font-style: italic;*/
}
.pm-comment-since {
	display: block;
	color: #777;
}
.pm-comment-txt {
	font-size: 12px;
	line-height: 1.4em;
	display: block;
	margin-top: 0;
	margin-left: 55px;
}


.pm-avatar {
	position: relative;
	width: 40px;
	height: 40px;
	background: #000 url('../img/pm-avatar.png') center center no-repeat;
}
.pm-avatar img {
	padding: 2px;
}
.pm-avatar .pm-verified-user {
	position: absolute;
	top: -22px;
	right: 0;
	width: 14px;
	height: 14px;
}


/* @since Oct 2017 */ 
.pm-comments-container #pm-post-form {
    position: relative;
}

.pm-comments-container #pm-post-form a.emoji-shortcut {
    color: #bdc3c7;
    transition: color 300ms;
}

.pm-comments-container #pm-post-form a.emoji-shortcut:hover {
    color: #888;
}

.pm-comments-container #pm-post-form a.emoji-shortcut i {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 22px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    background-color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Profile Page
/*-----------------------------------------------------------------------------------*/

.profile-page {
	background: #fff url('../img/bg-profilepage.png') repeat-x top center;
}
.profile-page .vertical-menu {
	margin-left: 0;
}
.profile-page h2.username {
	font-size: 20px !important;
	font-weight: 600 !important;
	position: relative;
	margin: 0;
	text-transform: none !important;
	color: #333;
}
.profile-page h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #555;
	border-bottom: 1px solid #eee;
}
.pm-follows {
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	top: 5px;
	display: inline;
	margin: 0;
	margin-left: 15px;
	padding: 3px 4px;
	text-transform: uppercase;
	color: #777;
	background-color: #eee;
	text-shadow: none;
}
.profile-page .profile-avatar {
	position: relative;
	display: block;
	min-height: 180px;
}
.profile-avatar-edit {
	font-size: 11px;
	position: absolute;
	bottom: 3px;
	left: 3px;
	display: block;
	width: 160px;
	padding: 3px 10px;
	opacity: .5;
	color: #fff;
	background-color: #000;
}
.profile-avatar-edit:hover {
	opacity: .8;
}
.profile-avatar-edit:hover a {
	color: #fff;
}
.profile-page .ico-social-none {
	opacity: .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;
	border-right: 0 none;
	background-color: transparent;
}
#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;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	outline: 0;
}
#profile-tabs .tabs-left > .nav-tabs > li > a:hover {
	color: #333;
	border-color: transparent;
	background-color: #f4fcff;
}
#profile-tabs .tabs-left > .nav-tabs .active > a,
#profile-tabs .tabs-left > .nav-tabs .active > a:hover {
	padding: 5px 15px;
	color: #000;
	background-color: #f4fcff;
}
#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: 20px 0;
}
#pm-tabs.tab-content {
	margin: 0;
	padding: 0;
}
/**/
#pm-pro-activity-stream {
	overflow-x: hidden;
}
ul.pm-activity-stream,
ul.pm-activity-stream li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
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-username {
	font-size: 1em;
}
li.pm-li-activity .pm-video-thumb {
	display: block;
	float: none;
	margin: 10px 0;
	border: 1px solid #ddd;
}
li.pm-li-activity .pm-ml-activity {
	display: block;
	width: 82%;
	margin-left: 55px;
}
li.pm-li-activity .pm-ml-activity-date {
	position: absolute;
	top: 4px;
	right: 8px;
	display: block;
	color: #aaa;
}
ul.pm-activity-stream li.pm-li-activity {
	min-height: 50px;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #ededed;
	border-radius: 2px;
}
ul.pm-activity-stream li.pm-li-activity:hover {
	border: 1px solid #d9d9d9;
	box-shadow: 0 1px 2px #e4e4e4;
}
ul.pm-activity-stream .pm-ml-speech {
	font-size: 12px;
	display: block;
	margin-top: -15px;
}
/*
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:#f1f1f1 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;
}
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.pm-activity-stream .pm-ml-speech.top:after
	{
		border-color: #d1d1d1 transparent;
	}
}
/**/
ul.pm-pro-counts {
	margin: 0;
	padding: 0;
}
.pm-pro-counts li {
	float: left;
	width: 100px;
	margin: 5px 10px 5px 0;
	list-style-type: none;
	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 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	color: #111;
	text-shadow: 0 1px 0 #fff;
}
.pm-pro-counts .count-what,
.pm-pro-counts .count-what a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #555;
	text-shadow: 0 1px 0 #fff;
}
/**/
ul.pm-pro-data {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: .7;
}
ul.pm-pro-data li {
	font-size: 11px;
	display: inline;
	margin-left: 10px;
	padding: 1px 0;
	text-shadow: 0 1px 0 #fff;
}
ul.pm-pro-data li i {
	margin-bottom: 2px;
	vertical-align: middle;
}
ul.pm-pro-social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.pm-pro-social li {
	font-size: 12px;
	padding: 3px 0;
	color: #555;
}


ul.pm-pro-social li a {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
ul.pm-pro-social li a:hover {
	color: #3292e1;
}

.pm-pro-suggest-follow {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 8px;
	border: 1px solid #94c44f;
	border-radius: 4px;
	background: #fefffc;
	box-shadow: 0 1px 2px #eee;
}
.pm-pro-suggest-follow h4 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	padding: 0 6px;
	text-transform: uppercase;
	color: #77ae28;
	border: none;
}
.pm-pro-suggest-hide {
	font-weight: bold;
	position: absolute;
	top: 14px;
	right: 16px;
}
.pm-pro-suggest-hide:hover {
	text-decoration: none;
	color: #d53e3e;
}

.pm-channels-list {
	margin: 0;
	padding: 0;
}
.pm-channels-list li.span4 {
	margin-right: 17px;
	margin-left: 0;
}
.pm-channels-list .pm-follows {
	position: relative;
	top: 0;
}

.pm-pro-suggest-hide {
	float: right;
}

.profile-page {
	padding-right: 10px !important;
	background-image: none;
}
.profile-page ul.pm-ul-browse-videos li {
	position: relative;
	width: 24%;
	min-height: 240px !important;
}
.profile-page .nav.nav-tabs {
	padding-top: 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px #fafafa;
}
.profile-page .nav.nav-tabs li a,
.profile-page .nav.nav-tabs li.active a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .015em;
	text-transform: uppercase;
	color: #9a9a9a;
	border: none;
	outline: 0;
}
.profile-page .nav.nav-tabs li a:focus {
	outline: 0;
}
.profile-page .nav.nav-tabs li a:hover {
	color: #111;
	background-color: transparent;
}
.profile-page .nav.nav-tabs li.active a {
	color: #111;
	border-bottom: 2px solid red;
}


.pm-profile {
	background-color: #fafafa;
}
.pm-profile .pm-profile-header {
	position: relative;
	display: block;
}
.pm-profile .pm-profile-header .pm-profile-cover {
	display: block;
	height: 200px; 
	max-height: 290px;
}
.pm-profile .pm-profile-header .pm-profile-cover .pm-profile-avatar-pic {
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 20px;
	width: 120px;
	max-width: 120px;
	max-height: 120px;
	padding: 2px;
	border: 1px solid #aaa;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .07);
	overflow: hidden;
}
.pm-profile .pm-profile-header .pm-profile-cover .pm-profile-avatar-pic img {
	-webkit-border-radius: 2px;
			border-radius: 2px;
	background-clip: padding-box;
}
.pm-profile .pm-profile-header .pm-profile-cover .pm-profile-avatar-pic .cropit-image-preview {
	max-width: 100%;
	overflow: hidden;
}

.pm-profile .pm-profile-header .pm-profile-cover .pm-profile-user-info {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%; 
	height: 50px;
	background: rgba(0, 0, 0, .4);
}
.pm-profile .pm-profile-header .pm-profile-cover .pm-profile-user-info h1 {
	margin: 0;
	padding: 6px 0 0 160px;
	color: #fff;
}
.pm-profile .pm-profile-header .pm-profile-cover .pm-profile-user-info .pm-profile-buttons {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.pm-profile-user-info .label {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 100;
	vertical-align: middle;
	color: #aaa;
	border: 1px solid #aaa;
	background-color: transparent;
	text-shadow: none;
}
.pm-profile-user-info .label:hover {
	cursor: default;
	color: #fff;
}

.pm-profile .pm-profile-body {
	position: relative; 

	display: block;
	padding: 20px 20px 20px 160px;
}
.pm-profile .pm-profile-body .pm-profile-stats,
.pm-profile .pm-profile-body .pm-profile-links {
	padding: 6px 0;
}
.pm-profile .pm-profile-body .pm-profile-stats li,
.pm-profile .pm-profile-body .pm-profile-links li {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.pm-profile .pm-profile-body .pm-profile-stats li span,
.pm-profile .pm-profile-body .pm-profile-links li span {
	font-size: 14px !important;
	font-weight: normal;
}
.pm-profile .pm-profile-body .pm-profile-stats li a:hover {
	text-decoration: none;
}

.pm-profile-header {
	background-color: #333;
}
.pm-profile-header .pm-profile-avatar-pic {
	position: relative;
	left: 1%; 

	max-width: 120px;
	background-color: #333;
}
.pm-profile-header .pm-profile-avatar-pic .pm-profile-avatar-edit {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.pm-profile-header .pm-profile-cover .pm-profile-cover-edit {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}


.pm-profile-header .pm-profile-cover .cropit-image-loaded .pm-profile-avatar-edit,
.pm-profile-header .pm-profile-cover .cropit-image-loaded .pm-profile-cover-edit {
	opacity: 1.0 !important;
}

.pm-profile:hover .pm-profile-avatar-edit,
.pm-profile:hover .pm-profile-cover-edit {
	display: block;
	transition: opacity .8s ease;
	opacity: 1.0;
}


.pm-profile-header .btn.btn-edit {
	padding: 4px 8px;
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: #eee;
	background-image: none;
	box-shadow: -1px 1px 1px #555;
}
/* Profile Users List */
ul.pm-users-list li .pm-user {
	position: relative;
	display: block;
	margin-bottom: 1em;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background-clip: padding-box;
}
ul.pm-users-list li .pm-user-avatar {
	display: inline-block;
	float: left;
}
ul.pm-users-list li .pm-user-avatar .pm-avatar.img-responsive {
	width: 80px;
	height: 80px;
}
ul.pm-users-list li .pm-user-data {
	display: inline-block;
	float: left;
	max-width: 60%; 
	margin: 0 0 0 10px;
}
ul.pm-users-list li .pm-user-data .pm-username {
	display: block;
	padding: 4px 0;
}
ul.pm-users-list li .pm-user-data .pm-user-location {
	font-size: 11px;
}
ul.pm-users-list li .pm-user-data .pm-user-last-seen {
	font-size: 11px;
}
ul.pm-users-list li .pm-user-data .label.label-social-follows {
	position: absolute;
	bottom: 0; 
	left: 0;
	background-color: #fc0;
}
ul.pm-users-list li .pm-user-data .btn-follow,
ul.pm-users-list li .pm-user-data .btn-unfollow {
	position: absolute;
	top: 2px;
	right: 2px; 

	display: block;
	clear: both;
}

ul.pm-channels-list .pm-channel {
	margin: 0 0 30px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background-clip: padding-box;
}
ul.pm-channels-list .pm-channel .pm-channel-header {
	position: relative;
}
ul.pm-channels-list .pm-channel .pm-channel-cover {
	display: block;
	height: 80px;
	-webkit-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
	background: #eee;
	background-clip: padding-box;
}
ul.pm-channels-list .pm-channel .pm-channel-cover img {
	height: 100%;
}
ul.pm-channels-list .pm-channel .pm-channel-profile-pic {
	position: absolute;
	top: 20px;
	left: 20px; 

	width: 80px;
	max-width: 80px;
	max-height: 80px;
}
ul.pm-channels-list .pm-channel .pm-channel-profile-pic img {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	background-clip: padding-box;
}
ul.pm-channels-list .pm-channel .pm-channel-body {
	position: relative; 

	display: block;
	padding: 20px;
}
ul.pm-channels-list .pm-channel .pm-channel-body h3 {
	font-size: 14px;
	padding: 0; 

	vertical-align: baseline;
}
ul.pm-channels-list .pm-channel .pm-channel-body .pm-channel-stats {
	font-size: 11px;
	padding: 4px 0; 

	color: #888;
}
ul.pm-channels-list .pm-channel .pm-channel-body .pm-channel-desc {
	font-size: 12px; 

	padding: 0 0 10px;
}

/* Profile Newsfeed Item */
.pm-activity-stream li.media {
	position: relative;
	margin: 10px 0; 
	padding: 12px 0;
	border-bottom: 1px solid #e7e7e7;
}
.pm-activity-stream li.media .media-body {
	position: relative;
}
.pm-activity-stream li.media .media-date {
	font-size: 11px;
	display: block; 

	color: #b3b3b3;
}
.pm-activity-stream li.media .media-actions {
	position: absolute;
	top: 16px;
	right: 0;
	padding: 4px;
	color: #888;
}
.pm-activity-stream li.media .media-actions:hover {
	color: #000;
}
.pm-activity-stream li.media .pm-social-obj-video {
	display: block;
	max-width: 400px; 
	margin: 10px 0;
}
.pm-activity-stream li.media .pm-social-obj-video .pm-video-thumb {
	position: relative; 

	float: left;
	margin: 0 10px 0 0;
}
.pm-activity-stream li.media .pm-social-obj-video .pm-video-thumb img {
	display: block; 

	max-width: 146px !important;
	max-height: 80px !important;
}
.pm-activity-stream li.media .pm-social-obj-video .pm-social-obj-title {
	line-height: 1.3em; 

	display: compact;
	margin: 0;
	padding: 0;
}



.profile-page .pm-li-video .pending-approval {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	padding: 2px 4px;
	color: #fc0 !important;
	background: rgba(100,100,100, .8);
}

.profile-page .pm-li-video a.btn-edit-video,
a.btn-edit-video {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	z-index: 10;
	top: 4px;
	right: 4px;
	height: 16px;
	padding: 4px 7px;
	color: #fff;
	border: medium none;
	border-radius: 0;
	border-radius: 100px;
	background-color: #f00 !important;
	background-image: none;
	text-shadow: none;
}
a.btn-edit-video:hover {
	color: #fff;
}
li .btn-edit-video {
	-webkit-animation-duration: .4s;
			animation-duration: .4s;
	opacity: 0;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

li:hover .btn-edit-video {
	-webkit-animation-name: zoomIn;
			animation-name: zoomIn;
	opacity: 1.0;
}





/* Cover Editing 
-------------------------------------------- */
.pm-profile-header .uploader {
	display: none !important;
	visibility: hidden !important;
}

.cropit-image-background {
	cursor: auto;
	opacity: .2;
}

input.cropit-cover-input,
input.cropit-image-input,
.cropit-image-loaded img,
.cropit-disabled .cropit-image-loaded,
.cropit-disabled .cropit-form,
.cropit-disabled .cropit-image-zoom-input,
.cropit-disabled .cropit-image-loaded .cropit-form {
	visibility: hidden;
}

.cropit-image-loaded .cropit-form,
.cropit-disabled .cropit-image-loaded img {
	visibility: visible;
}

.cropit-disabled .cropit-image-loaded {
	cursor: auto;
}
.cropit-image-loaded {
	cursor: move;
	background-size: cover;
}

.cropit-image-zoom-input {
	position: absolute;
	z-index: 1000 !important;
	top: 4px;
	right: 39px;
	visibility: visible;
	width: 90px;
	padding: 2px 6px;
	border-radius: 4px;
	background-color: #fff;
}

.pm-profile-cover-preview {
	position: relative;
}
.cropit-image-zoom-input {
	visibility: visible;
}
.cropit-form {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#cropit-cover-form {
	right: 10px;
	bottom: 58px;
}
#cropit-avatar-form {
	right: 6px;
	bottom: 6px;
}
.pm-profile-header .cropit-form .btn {
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.3em;
	height: auto;
	min-height: auto;
	padding: 4px 10px;
	text-transform: none;
	border: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}



/* Error reporting 
--------------------------------------------- */
ul.subtle-list {
	margin: 2px 14px;
	padding: 0;
	list-style-type: disc;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#lang-selector {
	margin: 0;
}
#lang-selector .dropdown-menu a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 2px;
	text-decoration: none;
	color: #a6a6a5;
}
#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 {
	font-weight: bold;
	color: #111;
	color: #444;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	background-color: #f9f9f9;
	background-image: none;
	text-shadow: 0 1px 0 #fff;
	filter: none;
}
#lang-selector .dropdown-menu a:hover img {
	opacity: 1.0;
	-moz-box-shadow: 0 2px 7px #fff;
		 box-shadow: 0 2px 7px #fff;
	filter: alpha(opacity=100);
}
#lang-selector .dropdown-menu {
	position: absolute;
	z-index: 1000;
	right: 0;
	left: auto;
	float: left;
	width: 480px;
	max-height: 300px;
	margin: 1px 0 0;
	padding: 4px 0;
	list-style: none;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	background-color: #fff;
}
#lang-selector .dropdown-menu li {
	float: left;
	width: 160px;
}
#lang-selector .dropdown-toggle {
	border: 0;
	background: transparent;
	-moz-box-shadow: none;
		 box-shadow: none;
}
#lang-selector li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #f2f2f2;
	background-color: #fff;
}
.lang-selector li img {
	margin-right: 5px;
	border: 1px solid #fff;
}

footer {
	font-size: 11px;
	padding: 20px 0;
	color: #898989;
}
footer a:hover {
	color: #000;
}
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;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	opacity: .85;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
#lightbox {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	line-height: 0;
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 100%;
	text-align: center;
}
#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background-color: white;
	*zoom: 1;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
}
.lb-outerContainer:after {
	display: table;
	clear: both;
	content: '';
}
.lb-container {
	padding: 10px;
}
.lb-loader {
	line-height: 0;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 25%;
	text-align: center;
}
.lb-nav {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
}
.lb-prev,
.lb-next {
	/* Trick IE into showing hover */
	display: block;
	width: 49%;
	height: 100%;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
.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 {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
	*zoom: 1;
		-ms-border-bottom-left-radius: 4px;
		 -o-border-bottom-left-radius: 4px;
		-ms-border-bottom-right-radius: 4px;
		 -o-border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	display: table;
	clear: both;
	content: '';
}
.lb-data {
	padding: 0 10px;
	color: #bbb;
}
.lb-data .lb-details {
	line-height: 1.1em;
	float: left;
	width: 85%;
	text-align: left;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	font-size: 11px;
	display: block;
	clear: left;
	padding-bottom: 1em;
}
.lb-data .lb-close {
	float: right;
	width: 35px;
	padding-bottom: .7em;
	outline: none;
}
.lb-data .lb-close:hover {
	cursor: pointer;
}

.btn-video {
	font-size: 13px !important;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #888;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
}
.btn-video:hover,
.btn-video.active:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 0 #eee;
	   -moz-box-shadow: 0 1px 0 #eee;
			box-shadow: 0 1px 0 #eee;
		-ms-box-shadow: 0 1px 0 #eee;
		 -o-box-shadow: 0 1px 0 #eee;
}
.btn.btn-video i {
	opacity: .5 !important;
}
.btn.btn-video.active i,
.btn-video:hover i {
	opacity: 1.0 !important;
}
.btn.btn-video.active,
.btn.btn-video:active {
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #f6f7f8;
	background-image: none !important;
	-webkit-box-shadow: 0 -1px 0 #bbb;
	   -moz-box-shadow: 0 -1px 0 #bbb;
			box-shadow: 0 -1px 0 #bbb;
	text-shadow: 0 1px 0 #fff;
		-ms-box-shadow: 0 -1px 0 #bbb;
		 -o-box-shadow: 0 -1px 0 #bbb;
}

.btn-video:hover {
	background-color: transparent;
	background-image: none;
}

/*-----------------------------------------------------------------------------------*/
/*	14.	Theme Outline (Customize layout elements based on their database ID & more)
/*-----------------------------------------------------------------------------------*/






















/*Floating Ads*/
.floating_ad_left,
.floating_ad_right {
	position: absolute;
	top: 30px;
	display: block;
	width: 170px;
	height: 800px;
}
.floating_ad_left {
	right: 101%;
}
.floating_ad_right {
	right: -18%;
}
.botmenot {
	display: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	15.	Playlists
/*-----------------------------------------------------------------------------------*/

/* Playlists - Video Page - 'Add to' content
--------------------------------------------- */
#pm-vc-playlists-content .alert-success,
#pm-vc-playlists-content .alert-danger,
#pm-vc-playlists-content .alert-error,
#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;
}
ul.pm-playlist-items li {
	font-size: 12px;
	display: block;
	margin: 4px;
	border: 1px solid transparent;
	border-radius: 2px;
}
ul.pm-playlist-items li:hover {
	background-color: #e5e5e5;
}
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 {
	color: #3583cc;
	border: 1px solid #3583cc;
	background-color: #fff;
}
ul.pm-playlist-items li.pm-playlist-item-selected a {
	color: #3583cc;
}
.pm-playlists-name {
	font-weight: bold;
	display: inline-block;
	width: 50%;
	white-space: nowrap;
}
.pm-playlists-video-count {
	font-weight: normal;
}
.pm-playlist-visibility {
	display: inline-block;
	width: 15%;
}
.pm-playlist-created {
	display: inline-block;
	width: 20%;
}
.pm-playlist-response {
	display: inline-block;
	float: right;
	width: 5%;
	margin-left: 25px;
	text-align: right;
}
.pm-playlist-response i {
	position: relative;
	top: -2px;
	opacity: .7;
}

/* Playlists - Video Page - Sidebar Playlist
--------------------------------------------- */
.pm-sidebar-playlist {
	position: relative;
	position: relative;
	display: block;
	float: right;
	width: 110%;
	height: 401px;
	margin: 0;
	padding: 0;
	padding-right: -20px;
	padding-left: 0;
	background-color: #222;
}
.pm-video-playlist {
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 305px;
}
.pm-playlist-header {
	margin: 0;
	padding: 10px 16px;
	border-bottom: 1px solid #333;
}
.pm-playlist-name a {
	font-size: 14px;
	color: #fff;
}
.pm-playlist-data,
.pm-playlist-creator a {
	font-size: 12px;
	color: #aaa;
}
.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 li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px;
}
.pm-video-playlist li:after {
	display: table;
	clear: both;
	content: '';
}
.pm-video-playlist li:hover {
	background-color: #777;
}
.pm-video-playlist li a {
	font-weight: normal;
	color: #ddd;
}
.pm-video-playlist li a.pm-video-playlist-href {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.pm-video-playlist li a:hover {
	text-decoration: none;
	color: #ddd;
}
.pm-video-playlist li .pm-video-thumb {
	position: relative;
	display: block;
	display: inline-block;
	float: left;
	margin-right: 10px;
	border: 1px solid transparent;
}
.pm-video-playlist li h3 {
	font-size: 12px;
	line-height: 1.25em;
	display: block;
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0;
	padding: 0;
}
.pm-video-playlist .pm-video-li-thumb-info {
	font-size: 9px;
}

.pm-video-playlist .pm-video-index {
	font-size: 10px;
	display: block;
	float: left;
	width: 18px;
	height: 100%;
	padding: 14px 5px 0 0;
	text-align: center;
	vertical-align: middle;
	color: #ddd;
}

.pm-video-playlist li .pm-video-playlist-remove {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 3px;
	right: 20px;
	display: none;
	border: 0 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 {
	font-weight: bold;
	color: #fff;
}

/* Playlists - Video Page - Sidebar Fix
--------------------------------------------- */
.secondary-wide .pm-sidebar-playlist {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	height: 401px;
	margin: 0 -4px 0;
	padding: 0;
	background-color: #222;
}

.secondary-wide .pm-video-playlist {
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 301px;
}
.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 li {
	position: relative;
	/*width: 150px;*/

	float: left;
	width: 24%;
	height: 180px\9;
	min-height: 175px;
	margin: 0 3px;
	padding: 0;
}
.pm-ul-browse-playlists h3 {
	font-size: 12px;
	line-height: 1.2em;
	display: block;
	clear: both;
	overflow: hidden;
	max-height: 44px;
	margin: 0;
	padding: 0;
	padding-top: 9px;
}

/*.pm-pl-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 100px;
}
.pm-pl-thumb img {
	width: 100%;
}*/
.pm-pl-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 120px;
	max-height: 120px;
	background-color: #333;
}
.pm-pl-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.pm-pl-thumb .pm-pl-count {
	font-size: 11px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30%;
	height: 100%;
	padding: 40px 10px;
	text-align: center;
	text-transform: uppercase;
	color: #eee;
	background: none repeat scroll 0 0 rgba(0, 0, 0, .4);
}
.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 {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 22% 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
}


/* Playlists - Profile Page - List View
--------------------------------------------- */
.pm-pl-header {
	padding-bottom: 12px;
	border-bottom: 1px solid #e3e3e3;
}

.pm-pl-header-thumb img {
	width: auto;
	height: 126px;
}

.pm-pl-header-title {
	padding: 6px 0;
}
.pm-pl-header-title i {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.pm-pl-header-title .pm-pl-status-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pm-pl-header-title h3 {
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.pm-pl-header-details {
	margin-left: 12px;
}
ul.pm-pl-header-details li {
	font-size: 12px;
	display: inline;
	margin-right: 10px;
	color: #aaa;
}
ul.pm-pl-header-details a {
	color: #aaa;
}
ul.pm-pl-list li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
.pm-pl-list-index,
.pm-pl-list-thumb,
.pm-pl-list-title,
.pm-pl-list-author,
.pm-pl-list-action {
	display: inline-block;
	vertical-align: middle;
}
.pm-pl-list-index {
	font-size: 10px;
	display: block;
	float: left;
	width: 2%;
	height: 100%;
	padding: 10px 4px;
	text-align: center;
	vertical-align: middle;
	color: #777;
}
.pm-pl-list-thumb {
	width: 8%;
}
.pm-pl-list-thumb img {
	width: 100%;
	max-width: 70px;
	max-height: 40px;
}
.pm-pl-list-title {
	font-weight: bold;
	width: 60%;
}
.pm-pl-list-author {
	width: 10%;
	padding-left: 8px;
}
.pm-pl-list-author a {
	color: #999;
}
.pm-pl-list-action {
	position: absolute;
	top: 13px;
	right: 0;
	display: none;
	text-align: right;
}
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;
}
/* facebook comments width=0 fix */
.fb-comments,
.fb-comments iframe {
	width: 652px !important;
}


.pm-autoplay-select {
	position: absolute;
	top: 12px;
	right: 7px;
	display: block;
	width: 120px;
}
.pm-autoplay-info {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 2px 0;
	color: #777;
}
.pm-autoplay-switch {
	position: relative;
	width: 42px;
	margin-top: 3px;
	margin-left: 76px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
}
.autoplayonoff-checkbox {
	display: none;
}
.autoplayonoff-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50px;
}
.autoplayonoff-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin .25s ease-in 0s;
}
.autoplayonoff-inner:before,
.autoplayonoff-inner:after {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 50%;
	height: 15px;
	padding: 0;
	color: white;
}
.autoplayonoff-inner:before {
	padding-left: 5px;
	content: 'on';
	color: #fff;
	background-color: #67ad37;
}
.autoplayonoff-inner:after {
	padding-right: 3px;
	content: '';
	text-align: right;
	color: #fff;
	background-color: #b8b8b8;
}
.autoplayonoff-switch {
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	display: block;
	width: 10px;
	margin: 2px;
	transition: all .25s ease-in 0s;
	border: 2px solid #fff;
	border-radius: 50px;
	background: #fafafa;
}
.autoplayonoff-checkbox:checked + .autoplayonoff-label .autoplayonoff-inner {
	margin-left: 0;
}
.autoplayonoff-checkbox:checked + .autoplayonoff-label .autoplayonoff-switch {
	right: 0;
	background-color: #fff;
}



.video-edit-tpl {
	margin-left: -5px !important;
	padding: 0 20px !important;
}
.video-edit-tpl .row-fluid {
	margin-top: 40px;
}
.video-edit-tpl .control-group {
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
.video-edit-tpl .btn.pull-right {
	position: absolute;
	top: 4px;
	right: 20px;
}

.pm-pro-social-links {
	margin: 0;
	padding: 0;
}
.pm-pro-social-links li {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0;
	color: #666;
}
.pm-pro-social-links li i {
	font-size: 16px;
	width: 25px;
	color: #888;
}
.pm-pro-social-links li a {
	color: #2092bf;
}

/* Emoji One CSS */
.emojione {
	font-size: inherit;
	line-height: normal;
	display: inline-block;
	width: 3.1ex;
	min-width: 20px;
	height: 3ex;
	min-height: 20px;
	margin: -.2ex .15em .2ex;
	vertical-align: middle;
}
img.emojione {
	width: auto;
}


.pm-logo-image {
	position: relative;
	min-height: 60px;
}
.pm-logo-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	max-height: 75px;
	margin: auto;
}



/*@Since v2.7*/
.modal.modal-narrow {
	width: 320px;
	max-width: 320px;
	margin: -250px 0 0 -180px;
}
#header-login-form input {
	width: 95%;
}


.pm-social-accounts .btn {
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	width: 132px;
	padding: 0;
	padding: 0 5px;
	text-align: left;
	color: #fff;
	border: none;
	border-radius: 4px;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
.pm-social-accounts .btn:hover {
	opacity: .8;
}
.pm-social-accounts .btn i {
	font-size: 1.3em;
	float: left !important;
	height: 26px;
	margin: 0 8px;
	padding-top: 12px;
	padding-right: 12px;
	border-right: 1px dotted rgba(200,200,200,.5);
}

.pm-social-accounts .btn.btn-facebook {
	background-color: #3b5998;
}
.pm-social-accounts .btn-twitter {
	background-color: #00aced;
}
.pm-social-accounts p {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
}

.btn-register-email {
	border-radius: 4px;
	line-height: 38px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 90%;
}

#upload-video-dropzone,
#upload-video-dropzone.in,
#upload-video-dropzone.hover {
	font-weight: bold;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
	text-align: center;
	opacity: 1;
	border: 3px dashed transparent;
}

.fileinput-button {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.fileinput-button input {
	color: transparent;
	font-size: 200px !important;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	cursor: pointer;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)\9;
}

/* Fixes for IE < 8 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.fileinput-button input
	{
		font-size: 100%;
		height: 100%;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		color: transparent;
	}
}

#upload-video-dropzone.in i {
	-webkit-animation-name: expandImage;
			animation-name: expandImage;
	-webkit-animation-duration: .8s;
			animation-duration: .8s;
	color: #aaa;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.pm-upload-file-select {
	position: relative;
	display: block;
	clear: both;
	text-align: center;
}
.pm-upload-file-select i {
	font-size: 320px;
	cursor: default;
	text-align: center;
	color: #dedede;
}
.pm-upload-file-select p {
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
#upload-video-form.upload-form-only {
	overflow: hidden;
	height: 1px;
	padding-top: 20px;
}

#upload-video-form .control-group {
	margin-top: 2px;
}

#uniform-upload-video-file-btn .filename,
#uniform-upload-video-file-btn .action {
	display: none;
}
.uploader {
	width: 300px;
}
/*Hidden input file field (IE)*/
.uploader input.capture { 
	color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.uploader .action {
	display: none;
}
.uploader .filename {
	font-size: 10px;
	line-height: 1em;
	display: block;
	margin-top: 10px;
	text-shadow:none;
}

.btn-upload {
	position: relative;
	margin-top: 10px;
}
.btn-upload-value {
	font-weight: bold;
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}



.pm-twitter-account {
	border: 0;
	background-color: #F2F8F9;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	width: 400px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding-bottom: 20px;
}

.pm-twitter-cover {}
.pm-twitter-cover img {
	height: 120px;
	width: 100%;
}
.pm-twitter-avatar {
	border: 3px solid #fff;
	border-radius: 4px;
	width: 100px;
	display: inline-block;
	margin-right: 20px;
	position:relative;
	left: 20px;
	vertical-align: top;
	top: -40px;
}
.pm-twitter-avatar img {
	border-radius: 4px;
}
.pm-twitter-account-details {  
	margin-left: 20px;
	width: 50%;
	display: inline-block;
}
.pm-twitter-account-details h3 {
	line-height: 1em;
	font-size: 18px;
}
.pm-twitter-account-details label {
	text-transform: uppercase;
	font-size: 10px !important;
	font-weight: bold;
}

.pm-twitter-account-details small {
	color: #aaa;
}
.pm-twitter-account-details button {
	margin-top: 10px;
}



/* Animations */
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  50% {
	opacity: 1;
  }
}

@keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  50% {
	opacity: 1;
  }
}

@keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  50% {
	opacity: 1;
  }
}

@-webkit-keyframes expandImage {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	20% {
		-webkit-transform: scale3d(1.10, 1.10, 1.10);
		transform: scale3d(1.10, 1.10, 1.10);
	}
	to {
		-webkit-transform: scale3d(1.10, 1.10, 1.10);
		transform: scale3d(1.10, 1.10, 1.10);
	}
}
@keyframes expandImage {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	20% {
		-webkit-transform: scale3d(1.10, 1.10, 1.10);
		transform: scale3d(1.10, 1.10, 1.10);
	}
	to {
		-webkit-transform: scale3d(1.10, 1.10, 1.10);
		transform: scale3d(1.10, 1.10, 1.10);
	}
}
@-webkit-keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes zoomOut {
  from {
	opacity: 1;
  }

  50% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  to {
	opacity: 0;
  }
}

@keyframes zoomOut {
  from {
	opacity: 1;
  }

  50% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
  }

  to {
	opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}