/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


	.list-group-item {
	border: none;
	background-color: rgba(255, 255, 255, 0.07);
	padding:0;
	width:48%;
	display: inline-block;
}

	li.list-group-item > a {
		
		height: 40px;
		padding:10px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.list-group-item {
	border: none;
	background-color: rgba(255, 255, 255, 0.07);
	padding:0;
	width:48%;
	font-size: 11px;
	display: inline-block;
}

	li.list-group-item > a {
		
		height: 40px;
		padding:10px;
}

}

body {
	background: #000;
	background-image: url("../img/bg.png");
	background-repeat: repeat-x repeat-y;
	color: #AAA;
}

.title {
	margin-top:0;
}

.subMenu {
	top:-22px;
	position: relative;
	clear: all;
}

#navWell {
	border-top: 0px;
	border-radius: 0px 0px;
	height: 30px;
	width: 100%;
	padding: 5px;
	color: #777;
	margin-bottom: -10px;
}

#login-box{
	width:250px;
}

#login-box #username,
#login-box #password {
	width: 100%;
}

#login-box #sign-in{
	width: 100%;
}

a {
	text-decoration: none;
	color: #df7019;
}

a:visited{
	text-decoration: none;
	color: #df7019;
}

a:hover {
	text-decoration: none;
	color: #EB7D27;
}

/*modifications on base classes*/
.well {
	border-color:  rgba(255, 255, 255, 0.07);
	background-color: rgba(255, 255, 255, 0.07);
}

.badge {
	background-color: #222;
	margin-top:11px;
	margin-right: 10px;
}

.btn-info,
.btn-info:visited,
.btn-info:hover,
.btn-info:active {
	color: #FFF;
	background-color: #222;
	border: 1px solid #444;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    	color: #FFF;
	background-color: #222;
	border: 1px solid #444;

}

/* Left list modifications*/

.list-group-item {
	border: none;
	background-color: rgba(255, 255, 255, 0.07);
	padding:0;
}

li.list-group-item > a {
	display: block;
	height: 40px;
	padding:10px;
}

/*////*/

.navbar-inverse {
	border:1px solid #444;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #333 0%,#111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#111',GradientType=0 ); /* IE6-9 */
}

/*////*/

.mainContainer {
	width: 86%;
	background-color: #000;
	border: 1px solid #222; /*#C8101D #cd0000*/
	border-radius: 2px;
	/*padding-top: 10px;*/
}

.wellBlack {
	background-color: #000;
}

.videoTitle {
 max-width: 180px;
 white-space:nowrap;
 margin-top: -12px;
 overflow: hidden;
}


.previewImage {
	width: 150px;
	height: 85px;
	display: block;
}

.duration {
	display: block;
	position: relative;
	top:-17px;
	left: 5px;
	width: 40px;
	margin: 0;
	background: #333;
	border-radius: 2px;
	color: white;
	text-align: center;
	opacity: .9;
	font-weight: bold;
	font-size: 10px;
}

.previewImage:hover{
	opacity: 0.8;
}

.item {
	width: 150px;
	display: inline-block;
	margin-right: 8px;
	padding: 0;
	margin-bottom: 20px;
}
.feature-panel > .item {
margin-right: 1px; 
}


.item > .videoTitle > a:hover{
	opacity: 0.9;
}

/* Watch page */

.previewItem {
	width: 110px;
	display: inline-block;
	margin-right: 8px;
	padding: 0;
	margin-bottom: 20px;
}

.previewScenes {
	width: 110px;
	display: inline-block;
	margin-right: 1px;
	padding: 0;	
}

.previewVideoTitle {
	font-size: 12px;
	margin-top:-10px;
}

/* ---- */

.smallData {
	color: #AAA;
	font-size: 12px;
	margin: 0;
}

.pagination > li > a{
	color:#df7019;
	border-color:  rgba(255, 255, 255, 0.07);
	background-color: rgba(0, 0, 0, 0.4);
}

.pagination > li > a:visited{
	color:#df7019;
	border-color:  rgba(255, 255, 255, 0.07);
	background-color: rgba(0, 0, 0, 0.4);
}

.pagination > li > a:hover{
	color:#df7019;
	border-color:  rgba(255, 255, 255, 0.07);
	background-color: rgba(0, 0, 0, 0.2);
}

.pagination > li > a:active{
	color:#df7019;
	border-color:  rgba(255, 255, 255, 0.07);
	background-color: rgba(0, 0, 0, 0.4);
}

.pageFooter {
	margin-top: 5px;
}

.btn-red, 
.btn-red:visited{
	color:white;
	border: 1px solid #87040d;
	background: #e82528; /* Old browsers */
	background: -moz-linear-gradient(top, #e82528 0%, #a0030e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e82528), color-stop(100%,#a0030e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e82528 0%,#a0030e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e82528 0%,#a0030e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e82528 0%,#a0030e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e82528 0%,#a0030e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82528', endColorstr='#a0030e',GradientType=0 ); /* IE6-9 */
}

.btn-red:hover{
	color:#EEE;
	border: 1px solid #87040d;
	background: #e82528; /* Old browsers */
	background: -moz-linear-gradient(top, #e82528 0%, #a0030e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e82528), color-stop(100%,#a0030e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e82528 0%,#a0030e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e82528 0%,#a0030e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e82528 0%,#a0030e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e82528 0%,#a0030e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82528', endColorstr='#a0030e',GradientType=0 ); /* IE6-9 */
}

.panel > .darkerHeading {
	background-color: #EEE;
}

.blockTitle {
	margin-bottom:20px;
}
.error_message {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #B94A48;
    background-color: #F3DCDC;
    border-color: #E6BBC2;
}
.tagsTd .form-group {
margin-bottom: 0;
}
.twitter-typeahead {
vertical-align: bottom;
}
.btn-red.active {
color: #EEE;
border: 1px solid #58060B;
background: #7C1415;
background: -moz-linear-gradient(top, #7C1415 0%, #7A1618 100%);
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7C1415), color-stop(100%,#7A1618)); */
/* background: -webkit-linear-gradient(top, #7C1415 0%,#7A1618 100%); */
background: -o-linear-gradient(top, #7C1415 0%,#7A1618 100%);
background: -ms-linear-gradient(top, #7C1415 0%,#7A1618 100%);
background: linear-gradient(to bottom, #7C1415 0%,#7A1618 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7C1415', endColorstr='#7A1618',GradientType=0 );
}
  .vidtitle{
                  color:#E9761C;
                }
#file-manager{
	color:#444;
}
.referral-amount{
	color: #fff;
	font-size: 27px;
	background-color: #DF7019;
	border-radius: 3px;
	padding: 4px 20px 4px 20px;
}
.payment-history{
	background-color: #fff;
	color: #333;
	border-radius: 5px;
}