body {background: #F1F1F1;}

h1 {padding: 0; margin: 0 0 10px 6px; }
h1.well-title {font-size: 20px; margin-bottom: 20px;}

header {position: relative; z-index: 99;}
header .nav-top {padding: 5px 0; }
header .nav-top ul li a {padding: 2px 10px; color: #9d9d9d;}
header .nav-top ul.social {float: left;}
header .nav-top ul.social li a:hover {color: #131313;}
header .nav-top ul.top-menu {float: right;}
header .nav-content {
	padding: 0;
	margin: 0;
}

#menu-main {margin-bottom: 10px;}

footer {width: 100%; text-align: center;}
footer span {font-size: 11px;}

.navbar > li {margin: 0;}

.logo {float: left;}
.search {width: 70%; float: right;}

#search-form {margin-top: 5px;}

ul.videos, ul.thumbs, ul.users, ul.categories,
ul.albums, ul.photos, ul.models, ul.channels, ul.playlists {
	list-style-type: none;
	margin:0;
	padding: 0;
}

ul.videos li, ul.thumbs li, ul.users li, ul.categories li,
ul.albums li, ul.photos li, ul.models li, ul.channels li, ul.playlists li {
	float: left;
	width: 90%;
	height: auto;
	margin: 0 4px 0 4px;
}

ul.videos li div.video-thumb img, ul.thumbs li img, ul.users li img, ul.categories li img,
ul.albums li div.album-thumb img, ul.photos li div.photo-thumb img, ul.models li img, ul.channels li img, ul.playlists li img {width: 100%; height: auto;}

.user {width: 100%; text-align: center;}
.video, .user, .category, .album, .photo, .model, .channel, .playlist {position: relative;}
.video a, .user a, .category a, .album a, .photo a, .model a, .channel a, .playlist a {text-decoration: none;}
.video-title, .playlist-title {
	width: 80%;
	overflow: hidden;
	height: 30px;
	line-height: 116%;
	text-align: left;
	margin: 4px 0;
	display: block;
	font-weight: bold;
}
.video-rating, .playlist-rating {
	width: 34px;
	height: 30px;
	float: right;
	margin: 4px 0;
	text-align: center;
	font-size: 12px;
}

.video-details {
	width: 100%;
	display: block;
	height: 16px;
	font-size: 11px;
	background: #f7f7f7;
}

.video-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
}

.video-thumb {position: relative;overflow: hidden;}
.video-premium {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	bottom: 0;
	left: 0;
	padding: 3px 0;
	color: #ffffff;
	background: #d9534f;
}

.user-overlay, .category-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;	
}

.category-title {font-weight: bold; width: 100%; text-align: center;}

.navigation {padding: 0; margin: 0;}
.navigation {margin: 0; padding: 0;}
.navigation li a {padding-top: 1px; padding-bottom: 1px;}
.subcategories li a {padding-left: 30px;}
.navigation li.active {font-weight: bold; background: #f1f1f1;}
.navigation li.subcategory a {padding-left: 30px;}

.transparent {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.btn-float {float: right; margin-right: 10px;}

.ads, .ads-responsive {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
    overflow: hidden;
}
    
.ads-square {
    width: 310px;
    height: 100%;
    float: right;
    text-align: center;
    overflow: hidden;
}

.ads-footer {
	text-align: center;
	max-height: 250px;
	max-width: 1220px;
	margin: 0 auto;
	overflow: hidden;
}

.adv-footer {
	width: 300px;
	height: 250px;
	float: left;
	margin-right: 5px;
}

.ads-player {
	width: 100%;
	text-align: center;
}


.ads img, .ads-square img,
.ads-footer img, .ads-player img {max-width: 100%; height: auto;}
.ads-player iframe {max-width: 100%;}

.profile-item {width: 100%; display: block;}
.profile-item span {font-weight: bold;}

.margin-top-10 {margin-top: 10px;}
.margin-left-5 {margin-left: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-5 {margin-bottom: 5px;}
.no-padding {padding: 0;}
.no-border-top {border-top: 0;}

.btn-playlist {
	position: absolute;
	top: 10px;
	left: 10px;
}

.advantages {padding: 3px 0 3px 10px; font-weight: bold; font-size: 14px;}
.none {padding: 50px 0; width: 100%; text-align: center; font-weight: bold;}
.offline {margin: 10px 0;}
.none-private {padding: 100px 0; width:100%; text-align: center; font-weight: bold; background-image: url('../images/private.png'); background-repeat: no-repeat; background-position: center center;}
.private {position: absolute; top: 4px; left: 4px; background: #000000;}
.well-small {padding: 10px 5px 0 5px; }
.btn-submit {margin-left: 5px;}

.panel {margin-bottom: 5px;}
.panel-heading h2.panel-title, .panel-heading h1.panel-title {font-size: 1.8em; margin-left: 0;}
.panel-padding {padding: 10px 5px;}

.img-active {border: 1px solid #31708f;}
.img-selected {background: #2e2e2e;}

.tab-pane {min-height: 120px;}
.post-comment {margin: 10px 0 0 5px; }
.media {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.media-heading span {font-weight:bold;}

#avatar {width: 300px; }
#avatar img {max-width: 100%;}
.profile-picture img, .comment-picture img {max-width: 100%;}
#no-comments {width: 100%; padding: 50px 0; text-align: center; font-weight: bold;}
.btn-thumb {margin: 0; padding: 0;}
.img-avatar {width: 70px; display: block; position: relative;}

.content {
  display: block;
  padding: 4px 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.content-video {border-top: 0; padding-top: 0; }
.content-title {width: 100%; font-weight: bold; margin-bottom: 5px; display: block;}
.content-left {width: 49%; float: left; margin-left: 10px;}
.content-right {width: 49%; float: right;}

.inverse {
	background-color: #222222;
	border-color: #080808;
}

.playlist-thumb {margin-bottom: 5px;}
.playlist-actions {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50px;
}

.channel {text-align: center; font-weight: bold;}
.channel-overlay {position: absolute; top: 10px; left: 10px;}

.model-overlay {position: absolute; top: 10px; }
.model-title {width: 100%; text-align: center; display: block; font-weight: bold;}

#rating {font-size: 11px; width: 100px; padding-left: 3px; padding-right: 3px; }
.progress {margin: 0; padding: 0; height: 10px;}

.actions-container {padding: 0 5px;}
.actions-container.row {max-height:50px !important}
.actions-left {float: left;}
.actions-right {float: right;}

ul.links {list-style-type: none; padding: 0; margin: 0;}
ul.links li {width: 49%; float: left; padding: 3px 2px;}
ul.links li a {display: block;}ner {padding: 0 5px;}

.fa-block {display: block;}

.album-overlay {position: absolute; top: 10px; left: 10px; font-size: 11px;}
.album-title {width: 100%; height: 20px; display: block; overflow: hidden;}
.album-thumb, .photo-thumb {position: relative; overflow: hidden;}
.album-private, .video-private, .photo-private {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 32.2%;
    padding-bottom: 92.2%;
    color: #ffffff;
    text-align: center;
    background: #000000;
    top: 0;
    left: 0;
    line-height: 100%;
    font-size: 1.2em;
    font-weight: bold;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.photo-private {
}

.video-private {
	padding-top: 18%;
	padding-bottom: 30%;
}
/*==My CSS====*/
@media(max-width:767px){
.search #search-group input {
    float: left !important;
	}
#main-top-container {
     position: relative;
     z-index: 9999999;
}
#main-top-container {
    float: right;
    width: 80% !important;
}
.logo {
     width: 75% !important;
}
}
@media(max-width:360px){
#search-close {
        right: 0 !important;
	}
}
@media(max-width:450px){
.search #search-group input {
     width: 60% !important;
}
}
h1 {font-size: 18px; font-weight: bold;}

.search {width: 50%;}
.thumbnail {margin-bottom: 0;}

.video {margin-bottom: 25px;}
.video-title {
    font-size: 12px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.video-details {
    width: 100%;
    display: block;
    height: 32px;
    font-size: 11px;
    background: #000000;
}

.fa-star-o, .fa-star, .fa-star-half-o {color: yellow;}
.progress {height: 4px;}
.views {font-weight: bold; font-size: 16px; padding-top: 10px;}

#submenu {padding: 5px 0; text-align: center; clear: left;}

.panel .panel-heading h1,
.panel .panel-heading h2 {font-size: 16px; }

header .nav-top ul.social li a {font-size: 12px; color: #579F19;}
header .nav-top ul.social li a.sharing-header {font-weight: bold; color: #ffffff;}

.margin-right-10 {margin-right: 10px;}

#main-top-container {position: relative;}
#search-group {position: relative;}
#search-close {display: none; position: absolute; top: 0; right: 5px;}
@media (max-width: 1200px) and (min-width: 810px) {
	.hiddem-m {display: none;}
	.category-count {display: none;}
}

@media (max-width: 960px) {
	#video .left, #album .left, #photo .left, #channel .left {width: 100%; margin-right:0;}
	#video .right, #album .right, #photo .right, #channel .right {width: 0; display: none;}
	
	.ads-responsive img, .ads-responsive iframe {max-width: 100%; height: auto;}
	#album .content-container, #photo .content-container {max-height: none;}
	div#share-container.content-container {max-height: none;}	
}

@media (max-width: 767px) {
	.custom-navbar .navbar-toggle {
	    float: left;
	}
	.custom-navbar .navbar-header {
	    float: left;
	    width: auto!important;
	}
	.custom-navbar .navbar-collapse {
	    clear: both;
	    float: none;
	}

	#main-top-container {width: 50%; float:right;}

	.logo {width: 80%; text-align: center; display: block; float: left; height: 60px; }
	.logo img {width: auto; max-height: 60px;}
	
	.search {width: 60px; margin-top: 4px; float: right; }
	.search #search-group {display: none; position: absolute; width: 80%; left: 0; top: 10px; }
	.search #search-group input {width: 70%; float: right; margin-right: 5px;}
	.search #search-group button#search-close {display: block; }

	#menu-main ul.navbar-nav li {text-align: center; }
	#menu-main .navbar-menu {color: #ffffff; font-weight: bold; padding: 7px 5px; border: 0;}
	#menu-main .navbar-menu:hover {background: none;}
	
	#main-menu-container .navbar-inverse {border: 0; background: transparent;}
	
	header .nav-top ul.social li {padding: 0; margin: 0;}
	header .nav-top ul.social li a {padding: 2px 3px;}
	header .nav-top ul.social li#sharing-header {display: none;}
	
	ul.videos li {width: 48%; margin: 0 0 0 6px;}
	ul.playlists li {width: 48%; margin: 0 0 0 6px;}
	ul.thumbs li {width: 48%; margin: 5px 0 5px 6px;}
	ul.users li {width: 32.2%; margin: 5px 5px 5px 6px;}
	ul.users-profile li {width: 32.5%; margin: 5px 6px 5px 6px;}
	ul.albums li {width: 31%; margin: 5px 2px 5px 6px;}
	ul.photos li {width: 32%; margin: 5px 2px 5px 4px;}
	ul.models li {width: 48%; margin: 5px 4px 5px 6px;}
	ul.channels li {width: 47.5%; margin: 5px 4px 5px 6px;}	
	ul.categories li {width: 46%; margin: 0 6px 0 6px;}
	ul.links li {width: 33%;}
	
	.content-left {margin-left: 0;}
	
    .video-title, .playlist-title {width: 100%; font-weight: bold; text-align: center; overflow: hidden;}
    .video-rating {position: absolute; bottom: 45px; right: 10px;}
	
	.navbar-brand img {max-height: 40px;}
	.btn-float {float: none; margin: 0 0 10px 10px;}
	
	.padding-mobile {padding-top: 10px;}

	#video .left {width: 100%; margin-right:0;}
	#video .right {width: 0; display: none;}

	.btn-mb,
	.btn-group-mb > .btn {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;	
	}

	#rating {height: 30px; padding-top: 0; padding-bottom: 0;}
	.progress {height: 7px;}
}

@media (max-width: 1024px) {
	.no-text {display: none;}	
}

@media (max-width: 481px) {
	header .nav-top {height: 60px;}
	header .nav-top .container {text-align: center;}
	header .nav-top ul {float: none; width: 100%; text-align: center;}
	header .nav-top ul li {
		float:none;
	    display:inline-block;
	    *display:inline; /* ie7 fix */
	     zoom:1; /* hasLayout ie7 trigger */
	}

	ul.models li {width: 48%; margin: 5px 4px 5px 6px;}
	ul.albums li {width: 47.8%; margin: 5px 2px 5px 4px;}
	ul.photos li {width: 47.5%; margin: 5px 2px 5px 6px;}
	ul.categories li {width: 47%; margin: 0 6px 0 6px;}	
	ul.channels li {width: 47%; margin: 5px 4px 5px 6px;}	
	ul.users li {width: 47%; margin: 5px 3px 5px 6px;}
	ul.links li {width: 49%;}

	img.channel-thumb {float: none; margin: 0 auto; width: 100%;}
	.content-left, .content-right {width: 100%; float: none;}	
}

@media (max-width: 321px) {
	header .nav-top {height: 60px;}

	.logo {width: 70%;}
	.logo img {max-height: 50px;}

    header .nav-top ul.social li {float: left;}
    header .nav-top ul.social li a {letter-spacing: 0;}

	ul.videos li {width: 96%; margin: 5px 0 0 6px;}
	ul.playlists li {width: 96%; margin: 5px 4px 5px 6px;}
	ul.thumbs li {width: 18%; margin: 5px 6px 5px 6px;}
	ul.users li {width: 47%; margin: 5px 3px 5px 6px;}
	ul.albums li {width: 97%; margin: 5px 2px 5px 6px;}
	ul.photos li {width: 98%; margin: 5px 4px 5px 4px;} 
	ul.models li {width: 98%; margin: 5px 4px 5px 6px;}
	ul.categories li {width: 96%; margin: 0 6px 0 6px;}
	ul.channels li {width: 97%; margin: 5px 4px 5px 4px;}	
	ul.links li {width: 49%;}
	
	img.channel-thumb {float: none; margin: 0 auto; width: 100%;}
	.content-left, .content-right {width: 100%; float: none;}	
}

@media (min-width: 768px) {
	.container {
  		width: 758px;
	}

	.navbar-nav > li > a {padding-left: 10px; padding-right: 10px; margin-left: 0; margin-right: 0;}

	ul.videos li {width: 23%; margin: 0 8px 0 6px;}
	ul.playlists li {width: 23%; margin: 0 8px 0 6px;}
	ul.videos-profile li {width: 47%; margin: 0 6px 0 6px;}
	ul.thumbs li {width: 21%; margin: 5px 2px 5px 6px;}
	ul.users li {width: 15%; margin: 5px 5px 5px 6px;}
	ul.users-profile li {width: 22%; margin: 5px 6px 5px 6px;}
	ul.albums li {width: 32.2%; margin: 5px 2px 5px 4px;}
	ul.albums-profile li {width: 218px; margin: 5px 6px 5px 6px;}
	ul.photos li {width: 32%; margin: 5px 2px 5px 6px;}
	ul.models li {width: 172px; height: 270px; margin: 5px 4px 5px 6px;}
	ul.channels li {width: 32%; margin: 5px 4px 5px 4px;}	
	ul.categories li {width: 31.8%; margin: 0 6px 0 4px;}
	ul.links li {width: 33%;}

	.video-title {width: 75%;}

	.dl-horizontal dt {
  		width: 120px;
  		text-align: left;
	}
	
	.dl-horizontal dd {
  		margin-left: 130px;
	}

	.btn-mb,
	.btn-group-mb > .btn {
		padding: 10px 16px;
		font-size: 14px;
		line-height: 1.3333333;
		border-radius: 6px;
	}
}

@media (min-width: 800px) {
	.container {
  		width: 790px;
	}
	
	.navbar-nav > li > a {padding-left: 10px; padding-right: 10px; margin-left: 0; margin-right: 0;}

	ul.videos li {width: 20%; margin: 0 6px 0 6px;}		
	ul.playlists li {width: 20%; margin: 0 6px 0 6px;}		
	ul.videos-profile li {margin: 0 6px 0 6px;}
	ul.thumbs li {width: 21%; margin: 5px 2px 5px 6px;}
	ul.users li {width: 15%; margin: 5px 5px 5px 6px;}
	ul.users-profile li {margin: 5px 4px 5px 6px;}
	ul.albums li {width: 32%; margin: 5px 2px 5px 4px;}
	ul.albums-profile li {width: 164px; margin: 5px 3px 5px 6px;}
	ul.photos li {width: 18.7%; margin: 5px 6px 5px 6px;}
	ul.photos li {width: 23.4%; margin: 5px 6px 5px 6px;}
	ul.models li {width: 182px; height: 290px; margin: 5px 2px 5px 6px;}
	ul.channels li {width: 32.2%; margin: 5px 4px 5px 4px;}
	ul.categories li {width: 32%; margin: 0 6px 0 4px;}
	ul.links li {width: 20%;}
}

@media (min-width: 890px) {
	.container {
  		width: 880px;
	}

	.navbar-nav > li > a {padding-left: 20px; padding-right: 20px; }

	ul.videos li {width: 23%; margin: 0 10px 0 6px;}		
	ul.playlists li {width: 23%; margin: 0 10px 0 6px;}		
	ul.thumbs li {width: 19%; margin: 5px 6px 5px 6px;}
	ul.users li {width: 15%; margin: 5px 5px 5px 6px;}
	ul.albums li {width: 24%; margin: 5px 2px 5px 4px;}
	ul.albums-profile li {width: 164px; margin: 5px 3px 5px 6px;}
	ul.photos li {width: 23.5%; margin: 5px 6px 5px 6px;}
	ul.models li {width: 182px; height: 290px; margin: 5px 2px 5px 6px;}
	ul.channels li {width: 24%; margin: 5px 4px 5px 6px;}	
	ul.categories li {width: 23%; margin: 0 6px 0 4px;}
	ul.links li {width: 20%;}
}

@media (min-width: 992px) {
	.container {
  		width: 982px;
	}

	ul.videos li {width: 164px; margin: 0 8px 0 8px;}
	ul.videos li a div.video-thumb img {width: 160px; height: 120px;}
	ul.playlists li {width: 23%; margin: 0 8px 0 6px;}		
	ul.videos-profile li {width: 31%; margin: 0 10px 0 6px;}
	ul.thumbs li {width: 19%; margin: 5px 3px 5px 6px;}
	ul.users li {width: 15%; margin: 5px 8px 5px 6px;}
	ul.users-profile li {margin: 5px 4px 5px 6px;}
	ul.albums li {width: 24%; margin: 5px 2px 5px 4px;}
	ul.albums-profile li {width: 164px; margin: 5px 3px 5px 6px;}
	ul.photos li {width: 18.7%; margin: 5px 6px 5px 6px;}
	ul.photos-profile li {width: 23.2%; margin: 5px 6px 5px 6px;}
	ul.models li {width: 182px; height: 290px; margin: 5px 2px 5px 6px;}
	ul.channels li {width: 24%; margin: 5px 4px 5px 4px;}	
	ul.categories li {width: 168px; margin: 0 6px 0 6px;}
	ul.links li {width: 20%;}

	.ads-square {width: 360px; height: 410px;}
	
	.col-md-2 {width: 230px;}
	.col-md-10 {width: 750px;}
	.comment-picture {width: 100px;}
}
body {
	background: #000;
	color: #f4f4f4;
	color: #dedede;
	transition: all 1s ease;
}
.content, .panel, .breadcrumb {
	background: #191a1c;
	background-color: #1B1B1B;
	background-image: linear-gradient(to bottom, #222, #111);
	background-repeat: repeat-x;
	border-color: #1c1c1c;
	border: none !important;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
div.thumbnail {
	background-image: linear-gradient(to bottom, #222, #111) !important;
	background-repeat: repeat-x;
	border-color: #252525 !important;
}
a {
	color: #d8d8d8;
}
a:hover {
	color: #fff;
}
.btn-default {
	color: #fbfbfb;
	background-image: linear-gradient(to bottom, #393b3e 0%, #191a1c 100%);
	background-repeat: repeat-x;
	text-shadow: none;
	border-color: #dedede;
	border-color: #3e3e3e;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
	color: #fbfbfb;
	background-image: linear-gradient(to bottom, #393b3e 0%, #191a1c 100%);
	background-repeat: repeat-x;
	text-shadow: none;
	border-color: #3e3e3e;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-default:hover, .btn-default:focus {
	background: #212325;
	color: #fbfbfb;
	border-color: #3e3e3e;
}
.thumbnail {
	/*background-color:#212325;*/
	background: none;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/

	background-color: #363636;
	background-image: linear-gradient(to bottom, #212325, #272B30);
	border: 1px solid #131313;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444, #222);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.thumbnail:hover {
	border: 1px solid #131313 !important;
}
.navbar-inverse {
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgb(57, 59,62)));
	background-image: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(57, 59, 62));
	background-image: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(57, 59, 62));
	background-image: -o-linear-gradient(top, rgb(0, 0, 0), rgb(57, 59, 62));
	background-image: -ms-linear-gradient(top, rgb(0, 0, 0), rgb(57, 59, 62));
	background-image: linear-gradient(top, rgb(0, 0, 0), rgb(57, 59, 62));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#393b3e');
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.panel, .panel-default {border-top: 0;}

.panel-default > .panel-heading {
	color: #f4f4f4;
	background-image: linear-gradient(to bottom, #393b3e 0%, #000000 100%);
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	border-bottom: 1px solid #131313;	
	border-bottom: 0;
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-top-left-radius: 6px;
     -moz-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
     -moz-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
}

.panel-default > .panel-body {
	background-color: #000000;
	border-left: 1px solid #131313;
	border-right: 1px solid #131313;
	border-bottom: 1px solid #131313;	
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
	color: #fff;
}
.text-success {
	color: #e90e91;
}
.text-success:hover {
	color: #579F19;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 159, 25)), to(rgb(10, 15,5)));
	background-image: -webkit-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -moz-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -o-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -ms-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#579F19', EndColorStr='#0a0f05');
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff !important;
	font-weight: bold;
	border-color: #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-color: #080808;
}
.pagination > li > a, .pagination > li > span {
	background-image: linear-gradient(#484E55, #3A3F44 60%, #313539);
	background-repeat: no-repeat;
	filter: none;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-color: #000;
	border-color: #080808;
}
.pagination > li > span {
	color: #fff !important;
	border-color: #000;
	border-color: #080808;
}
.pagination > li > a:hover, .pagination > li > span:hover {
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 159, 25)), to(rgb(10, 15,5)));
	background-image: -webkit-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -moz-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -o-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -ms-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#579F19', EndColorStr='#0a0f05');
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff !important;	
	border-color: #3A3F44;
	border-color: #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-color: #080808;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
}
.dropdown-menu {
	background: #2e2e2e;
	color: #f9f9f9;
}
.dropdown-menu > li > a {
	color: #f9f9f9;
}
.dropdown-menu > li > a:hover {
	color: #f9f9f9;
	background: #1a1b1b;
}
.form-control {
	background: #2e2e2e;
	color: #fff;
	resize: vertical;
	border: 1px solid #3e3e3e;
}
.close:hover, .close:focus {
	color: #fff;
}
.close {
	color: #fff;
}
.modal-content {
	background: #191a1c;
	border: 1px thin #3e3e3e;
}
.well {
	background: #191a1c;
	background-image: linear-gradient(to bottom, #212325 0%, #191a1c 100%);
	border-color: #3e3e3e;
	background-color: #1B1B1B;
	background-image: linear-gradient(to bottom, #222, #111);
	background-repeat: repeat-x;
	border-color: #252525;
}
.content-channel, .content-model {
	background: #191a1c !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #1a1b1b;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #080808;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #3e3e3e;
}
.has-error .help-block {
	color: #fff;
	background-color: #A94442;
	padding: 10px 10px;
	border-radius: 5px;
}
#video .content-container, #album .content-container, #photo .content-container {
	border-top: 1px solid #3e3e3e !important;
}
.modal-header {
	border-bottom: 1px solid #3e3e3e !important;
}
.nav-tabs {
	border-bottom: 1px solid #3e3e3e !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background: inherit !important;
	border: 1px solid #3e3e3e !important;
	color: #fff !Important;
}
.nav-tabs > li > a {
	background: inherit !important;
}
.nav-tabs > li > a:hover {
	background: inherit !important;
	border: 1px solid #3e3e3e !important;
}
.navigation li.active, .navigation li.active a {
	background: none;
	color: #579F19 !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {	
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 159, 25)), to(rgb(10, 15,5)));
	background-image: -webkit-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -moz-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -o-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -ms-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#579F19', EndColorStr='#0a0f05');
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff !important;
	font-weight: bold;
}
.media {
	background: none;
	border: 1px solid #131313;
}
a:focus {
	outline: none
}
.navbar-inverse .navbar-nav > li > a, header .nav-top ul li a {
	color: #fff;
}
.video-rating {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	color: #a8d312;
}
.thumbnail:hover > .video-details {
	background-color: rgba(255, 255, 255, 0.1);
	color: #579F19;
}
.photo-details, .album .thumbnail .album-details {
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
}
.video-rating {
	border-radius: 2px;
	float: none;
	height: auto;
	margin: -4em 0.4em 4px 0;
	opacity: 0.7;
	padding: 0.5em;
	position: absolute;
	right: 0.5em;
	width: auto;
	z-index: 13;
}
.video-rating i {
	display: block;
}
.video-rating .fa-thumbs-down {
	color: #d73633;
}
.thumbnail:hover > .video-rating {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.video-title {
	height: 2.5em;
	margin: 0 !important;
	padding: 0.3em 0.4em !important;
	width: 100% !important;
}
.navigation > li > a:hover, .navigation > li > a:focus {
	outline: 0 none;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.navigation > li > a:hover, .navigation > li > a:focus {
	background-color: #579F19;
	color: #ffffff;
}
.navigation li a {
	font-weight: normal;
	padding-bottom: 4px;
	padding-top: 3px;
}
.navigation > li > a:hover .category-count, .navigation > li > a:focus .category-count {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.category-count {
	border-radius: 10px;
	font-size: 0.75em;
	font-weight: 500;
	padding: 0.5em 0.8em;
	text-align: center;
	background-color: #579F19;
	color: #ffffff;
}
.video-overlay, .thumbnail .album-overlay, .thumbnail .video-overlay, .thumbnail .category-overlay, .thumbnail .channel-overlay, .thumbnail .model-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
.video-details {
	padding: 0 0.5em;
	display: block;
	font-size: 11px;
	height: 16px;
	width: 100%;
}
.form-control:focus {
	border-color: #579F19;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	outline: 0 none;
}
.navbar-inverse .navbar-nav > li > a:hover, header .nav-top ul li a:hover {
	color: #fff;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3)
}
header .nav-top ul.social li a:hover {
	color: #ffffff;
}

.btn-primary {
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 159, 25)), to(rgb(10, 15,5)));
	background-image: -webkit-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -moz-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -o-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -ms-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#579F19', EndColorStr='#0a0f05');
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff !important;
	font-weight: bold;
	border: 0;
}

.btn-primary.navbar-btn {
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 159, 25)), to(rgb(10, 15,5)));
	background-image: -webkit-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -moz-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -o-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: -ms-linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	background-image: linear-gradient(top, rgb(87, 159, 25), rgb(10, 15, 5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#579F19', EndColorStr='#0a0f05');
	background-repeat: repeat-x;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff !important;
	font-weight: bold;
	border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #000000;
	background-image: none;
	border-color: #008163;
	outline: none;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #579F19;
	border-color: #008163;
	color: #fff;
}
a#prev, a#next {
	color: #579F19
}
a#prev:hover, a#next:hover, a#prev:focus, a#next:focus {
	color: #008163
}
.progress-bar {
	background-color: #579F19;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(27, 188, 157)), to(rgb(0, 129, 99)));
	background-image: -webkit-linear-gradient(top, rgb(27, 188, 157), rgb(0, 129, 99));
	background-image: -moz-linear-gradient(top, rgb(27, 188, 157), rgb(0, 129, 99));
	background-image: -o-linear-gradient(top, rgb(27, 188, 157), rgb(0, 129, 99));
	background-image: -ms-linear-gradient(top, rgb(27, 188, 157), rgb(0, 129, 99));
	background-image: linear-gradient(top, rgb(27, 188, 157), rgb(0, 129, 99));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#579F19', EndColorStr='#008163');
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	color: #ffffff;
}
.dropdown-menu .divider {
	background-color: #000000;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: rgba(255, 255, 255, 0.3);
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
	background-color: rgba(255, 255, 255, 0.2);
	background-image: none;
	border-color: rgba(0, 0, 0, 0.5);
}

.btn-primary.navbar-btn:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #579F19
}

.video-title {color: #579F19; outline: 0;}
.videos {left: 10px;}
.views {right: 10px;}

.model-image {margin: 0 10px 0 5px; float: left; display: block; width: 184px;}
#model {margin-left: 196px; margin-right: 10px;}

h2 {margin-top: 0; padding-top: 0;}
.model-heading {padding-top: 10px;}

.content {margin-bottom: 5px;}
.content-model {
	display: block;
	padding: 0 4px 2px 4px;
	margin-bottom: 5px;
	line-height: 1.42857143;
	background-color: #fff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        	transition: border .2s ease-in-out;
}

.dl-horizontal dt {text-align: left;}

ul.letter {padding: 0; margin: 0; list-style-type: none;}
ul.letter li {width: 20px; margin: 2px 3px; float: left; text-align: center; }
ul.letter li a {padding: 2px 0 2px 0; margin: 0; font-weight: bold;}
ul.letter li a:hover, ul.letter li a.active {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -khtml-border-radius: 4px;}

.ads-model {width: 300px; height: 260px; padding: 0 5px; float: right;}

@media (max-width: 481px) {
	.model-image {display: none;}
	#model {margin-left: 10px;}
}

@media (max-width: 1023px) {
	.ads-model {display: none;}
}
