h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2px 0;
  line-height:1.2;
}

h1.title {
	font-size: 20px;
	margin: 0;
}

h2.description {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 15px;
}

h2 {
	font-size: 16px;
}

#watched-videos {
	height:130px;
	overflow: hidden;
}

#results {
	width: 130px;
	text-align: center;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
}
#results .progress { margin-bottom:10px; }

#info span {
	display: block;
	width: 100px;
	float: left;
}

#views {
	padding: 0;
	width: 170px;
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#views span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.span1 {font-size: 11px; }
.progress { height: 14px; }

#buttons {
	width: 330px;
}

#share-container, #embed-container {
	margin-bottom: 5px;
}

#player-container {
	position: relative;
	width: 100%;
}


#player, #player-embed {
    width: 650px;
    height: 490px;
    float: left;
    position: relative;
}
    
#player span {
    display: block;
    width: 648px;
    height: 288px;
    padding-top: 200px;
    border-top: 0;
    border-left: 1px solid #131313;
    border-right: 1px solid #131313;
    border-bottom: 1px solid #131313;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

a.related-nav {
  height: 40px;
  margin-top: 120px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: left;
}

.tab-pane {
	min-height: 100px;
}

.accordion-heading {
  background-color: #f5f5f5;
}

[class^="icon-"],
[class*=" icon-"] {
	background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-grey {
  background-image: url("../images/glyphicons-halflings.png");
}

.watermark {
    position: absolute;
}

.duration {
    top: 5px;
    right: 5px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.new {
    top: 5px;
    left: 5px;
	zoom: 1;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: red;
	padding: 3px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
}

.thumbnails {
    margin-left: -10px;
}

.thumbnails > li {
    margin-left: 10px;
}

.thumbnail {
    position: relative;
}

.thumbnail .caption {
  padding: 14px 5px 6px 5px;
  height: 10px;
  display: block;
  overflow: hidden;
}

.watched .thumbnail .caption {
	height:18px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 0 0;
	background: url('../images/info-gradient.png') repeat-x;
	width: 100%;
}

.watched .thumbnail .caption a { color:#ffffff; }

.caption h6 {
    margin: 0;
    padding: 0;
    line-height: 16px;
    text-transform:uppercase;
}

.watched .caption h6  {
	text-transform:none;
	font-weight: normal;
	padding: 0 0 0 5px;
}

.thumbnail img {
	width: 198px;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 5px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 5px -2px rgba(50, 50, 50, 0.75);	
}

.center {
	text-align: center;
}

span.rating { font-size:12px; line-height:19px; display:inline-block; text-align:right; background-repeat:no-repeat; background-position:right center; }
span.up{ color:#43B24B; }
span.down{ color:#B24343; }

.ads {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}

.ads-square {
    width: 320px;
    height: 356px;
    float: right;
    margin: 20px 20px;
    text-align: center;
  background: #1b1b1b;
}

.ads-footer {
    width: 300px;
    margin: 0 0 10px 14px;
    text-align: center;
}

.ads-right, .ads-right-bottom {
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
}

.ads-right .caption {
	padding: 5px 0 0 5px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.ads-right iframe {
    -webkit-box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 4px 5px -2px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 4px 5px -2px rgba(50, 50, 50, 0.75);        
}

a.social {
	width:32px;
	height:32px;
	display:inline-block;
	margin:0 6px 0 0;
	opacity:0.8;
	background-repeat:no-repeat;
	background-position:center center;
	overflow: hidden;
}

a.social:hover {
	opacity:1;
	filter:alpha(opacity=100);
	text-decoration: none;
}

a.twitter{background-image:url('../images/twitter.png');}                                                                                                            
a.facebook{background-image:url('../images/facebook.png');}                                                                                                          
a.stumble{background-image:url('../images/stumble.png');}                                                                                                            
a.reddit{background-image:url('../images/reddit.png');}                                                                                                              
a.myspace{background-image:url('../images/myspace.png');}                                                                                                            

.input-xxxlarge {width: 514px;}
.none {padding: 100px 0; width: 100%; text-align: center; font-size: 16px; font-weight:bold;}

.btn-group {vertical-align: none;}

/* .user {
	width: 116px;
}

.user > img {
	width: 110px;
} */

.video {
	width: 190px;
}

.tooltip { 
	font-size: 12px;
	font-weight: bold;
	padding: 10px 5px;
}

#player {background: #1b1b1b;}

.ucomment-left {
	width: 80px;
	float: left;
}

.ucomment-right {
	width: 890px;
	float: right;
}


.search-label {
	width: 74px;
}

img.thumb {
	margin-bottom: 5px;
}



.pagination-mini {margin: 0;}

.msg-left {
	width: 110px;
	text-align: center;
}

.msg-right {
	width: 810px;
}

#player-opaque {
	z-index: 999;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	top: 0;
	left: 0;
}

#player-advertising,
#video-embed-ads {
	display: none;
	position: absolute;
    text-align: center;
    width: 310px;
    height: 260px;
    padding: 5px 0 0 0;
    background: #000000;
    z-index: 1000;
}

#player-advertising p,
#video-embed-ads p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

#player-advertising a.close-ads,
#video-embed-ads a.close-ads {
    font-weight: bold;
    text-decoration: none;
}

#player-advertising a.close-button {
	margin-top: 10px;
}

/* ============= */

html, body { height:100%; }
body { background:#ebebeb url(../images/concrete.jpg) no-repeat center top fixed; }
body > .container { padding:75px 0 0; background:#fff; min-height:100%; -webkit-box-shadow:0 0 4px rgba(0,0,0,0.6); -moz-box-shadow:0 0 4px rgba(0,0,0,0.6); box-shadow:0 0 4px rgba(0,0,0,0.6); }
.container > .well { background:#fff; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
	
.alert { margin:10px 10px 14px; }

.topbar { -webkit-box-shadow:0 0 15px rgba(0,0,0,0.7); -moz-box-shadow:0 0 15px rgba(0,0,0,0.7); box-shadow:0 0 15px rgba(0,0,0,0.7); }
.topbar .navbar-inner { border:0; background-image:-moz-linear-gradient(top, #383838, #0e0e0e);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0e0e0e), to(#383838));background-image:-webkit-linear-gradient(top, #0e0e0e, #383838);background-image:-o-linear-gradient(top, #0e0e0e, #383838);background-image:linear-gradient(to bottom, #0e0e0e, #383838);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e0e0e', endColorstr='#ff383838', GradientType=0); }
.topbar .logo { margin:0 40px 0 10px; font-size:36px; line-height:60px; font-weight:normal; color: #faac3e;}
.topbar .logo a { color:#ffffff; }
.topbar .logo a:hover { text-decoration:none; color:#fff; }
.topbar .nav > li > a { color:#ccc; padding:20px 15px; }
.topbar .main-menu .caret { margin-left:8px; }
.topbar .main-menu > li.active > a, .topbar .nav > .loggedin > a,
.topbar .main-menu > li > a:hover, .topbar .nav > li > a:hover, .topbar .nav > li.open > a, 
.topbar .main-menu > li.active > a:hover { color:#fff; background:#636363 !important; }
.topbar .login { padding:15px 15px 10px 15px; }
.topbar .login .btn { width:220px; margin:0 0 5px 0; }
.topbar .login small a { color:#666; }
.topbar .nav .loggedin > a { padding:10px 10px 0 0; }
.topbar .nav .loggedin > a img { margin:-10px 7px 0 0; vertical-align:top; width:60px; height:60px; }
.topbar .nav .loggedin > a strong { margin:0 5px 0 0; }

.container > .well > h2:first-child, .container .row > div > h2 { margin-bottom:15px; }
.container > .well .row > div.grey { background:#f1f1f1; padding-top:20px; }
.container > .well .row > div.grey form { margin:0; }
.container > .well .row > div.grey .form-actions { background:#cfcfcf; border:0; margin-bottom:0; }
.search form { margin:0; }
.search .btn { margin-left:5px; }

.rss img { height:20px; }

.remove-menu-margin .btn-toolbar { margin-top:0 !important; }

.btn-toolbar { margin-bottom:20px; }
.btn-toolbar > .btn-group { font-size:0; }
.fp-title { margin:-5px 0 10px; }
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar > .btn-group+.btn-group { margin-left:12px; }

.thumbnail { border:0; padding:0; cursor:pointer; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; -webkit-border-radius:0;
 -moz-border-radius:0; border-radius:0; }
.thumbnail .caption { background:#ffffff; }
.thumbnail .caption a { color:#252525; }
.thumbnail:hover a { text-decoration:none; }
.thumbnail .label-info, .thumbnail .badge-info { background:rgba(0,0,0,0.6);  }

.watched .thumbnail:hover .caption {background: transparent;}

.thumbnail .desc { background:#ffffff; padding:5px 5px 16px 5px; }
.thumbnail .desc {font-size: 12px; height: 22px; line-height: 130%; overflow: hidden; color: #aaaaaa;}
div.views { font-size:12px; margin: 0 0 2px 15px; }
div.date { font-size:12px; margin: 0 0 2px 5px;}
div.comcount, div.rate { margin: 0 5px 2px 0;}
div.comcount a, div.comcount a:hover {color: #ffffff;}

.thumbnail .info {position: absolute; display: block; width: 100%; bottom: 73px; left: 0; color: #ffffff; background: url('../images/info-gradient.png') repeat-x;}
.thumbnail:hover .info {background: transparent;}
.uvideos .thumbnail .info {bottom: 60px;}

.pagination { margin:0; }

.categories h4 { background:url(../images/cat-h4.png) repeat-x; border-bottom:1px solid #cfcfcf; font-size:16px; padding-left:20px; margin:0; line-height:40px; height:40px; }
.categories .nav.nav-tabs li { border-bottom:1px solid #cfcfcf; margin:0; }
.categories .nav.nav-tabs li a { color:#252525; background:#f1f1f1; padding-left:20px; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.categories .nav.nav-tabs li a:hover,
.categories .nav.nav-tabs li a.active { background:#cfcfcf; }

#footer { text-align:center; padding:10px 0 20px; }
#footer .menu { margin:0 0 20px; }
#footer .menu a { font-size:16px; margin:0 30px; text-decoration:none; color:#000; }
#footer .menu a:hover { text-decoration:underline; }
#footer .menu span { font-size:16px; margin:0 40px; color:#000; }
#footer .menu span a { margin:0 !important; }


/* Categories */
#categories { margin-bottom:-40px; }
#categories .category { /* height:250px; */ overflow:hidden; position:relative; cursor:pointer; }
#categories .category .caption { position:absolute; bottom:0; width:300px; padding:0; height:40px; background:rgba(0,0,0,0.5); }
#categories .category .caption h4 a { color:#fff; font-size:14px; line-height:40px; padding-left:10px; text-decoration:none; }

/* Community */
#community #username.large { padding: 11px 9px; font-size: 17px; width:430px; }
#community #search-advanced { font-size:14px; color:#252525; }
#community .btns.advanced { float:left; clear:left; }
#community .user { background:#f1f1f1; }
#community .user .caption { background:#f1f1f1; padding:0 5px; height:35px; overflow:hidden; }
#community .user .caption a { font-size:14px; color:#555; line-height:35px; }

/* Upload */
.upload-page .row > .span8 .control-label { width:100px; }
.upload-page .row > .span8 .controls { margin-left:110px; }
.upload-page .object .controls input { float:left; margin-right:5px; }
.upload-page .object .controls object { margin-top:4px; vertical-align:middle; }
.upload-page .form-actions { padding-left:110px; }
.upload-page .form-actions input { text-transform:uppercase; }
.upload-page .row > .span4 .well { border:0; padding:0 20px; background:transparent; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }

/* Video/Photo Page */
.vp-page .title-div { margin:0 0 20px; }
.vp-page .title-div a, .vp-page .title-div span { color:#252525; font-weight:bold; }
.vp-page #video { width:886px; }
.vp-page #video-right .ads:first-child { padding-bottom:25px; }
#player, #player-embed { width:886px; height: 525px; background: #555; }
.related {height: 753px; overflow: hidden; padding-bottom: 10px;}
.related, .related .caption { background:#ffffff; }
.related .nav, .related ul, .related li { margin:0; border:0; float:none; }
.recent .nav {float: none;}
.related .nav li a, .related .nav li a:hover,
.recent .nav li a, .recent .nav li a:hover { border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; display:block; background: #e2e2e2; border-bottom:1px solid #cfcfcf; font-size:16px; padding:0; padding-left:20px; margin:0; line-height:40px; height:40px; }
.recent .nav li {width: 100%;}
.related .tab-pane { padding:0;}
.comments, .no-well { background:#f5f5f5; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.comments h4 { font-size:22px; font-weight:normal; padding:5px 0 15px; }
#comments .clearfix > img.pull-left, .comment-left a img { margin-right:8px; width:66px; height:66px; }
#comments .clearfix > .comment-holder { margin:0 0 0 74px; }
#comments .clearfix > .comment-holder textarea { height:66px; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#comments-container { margin-top:20px; }
.comment { border-top:1px solid #d0d0d0; padding:10px 0; }
.comment small { margin-top:10px; color:#252525; }
.comment small a { color:#252525; font-weight:bold; }
.comment-left {	width: 76px; float: left;}
.comment-right { margin-left:76px; }
.comment-right blockquote { border-left:2px solid #d0d0d0; min-height:66px; margin:0; }
#video-info, #photo-info { position: relative; margin:20px 0; display: block;}
.ads-player {display: block;}
.ads-player img { width:100%; }
#rating { margin-left:50px; }
#rating .btn-group a { padding:6px 13px; }
#rating .rating-down { -moz-border-radius:0 4px 4px 0 !important; -webkit-border-radius:0 4px 4px 0 !important; border-radius:0 4px 4px 0 !important; }
.bottom-bar { background:#e2e2e2; border-top:1px solid #ebe8e8; border-bottom:1px solid #d5d4d4; margin:20px -9px -9px -9px; }
.bottom-bar > a { float:left; padding:0 12px; text-transform:uppercase; font-size:16px; text-decoration:none; font-weight:bold; color:#555; border-right:1px solid #ebe8e8; border-left:1px solid #d5d4d4; line-height:38px; height:38px; }
.bottom-bar > a:first-child { border-left:0; }
.bottom-bar > a:last-child { border-right:0; }
.bottom-bar > a:hover { background:#cfcfcf; }
.bottom-bar > a img { vertical-align:baseline; margin:0 4px -4px 0; }
.bottom-bar > a span { margin:-37px 0 0 32px\9; display:block\9; }
#info > span { color:#666; font-weight:bold; line-height:26px; }
#info .label-tags, #info .label-cats { margin:0 0 5px 100px; }
#info .label-tags a, #info .label-cats a { text-transform:capitalize; margin:3px 10px 3px 0; padding:6px; border-radius:5px; font-weight:normal; font-size:14px; }
#response { margin:15px 0 0 0; }
.share-container, .playlist-container { border:1px solid #d5d4d4; padding:10px 15px; margin-top:15px; }

#photo { width:886px; }
#photo-view { background: #f1f1f1; }

/* User */
body > .container > .nav.nav-tabs { margin:10px 10px 0; }
body > .container > .row > .span12 > .well { padding:20px; margin-left:10px; margin-right:10px; background:#f5f5f5; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }

/* Profile */
.profile .span5.pull-left { width:290px; }
.profile .span7.pull-right { width:660px; }
.profile .thumbnails .span3 { width:198px; }
.profile .span7 > .btn-group { margin-bottom:20px; }
.profile .box { padding:12px; margin:0 0 20px; background:#f9f9f9; }
.profile .box > h4 { margin:2px 0 18px; font-size:16px;}
.profile .span5 .box .info { margin:10px 0 0; clear:left; float:left; padding:0; }


/* MEDIA QUERIES */

@media screen and (-webkit-min-device-pixel-ratio:0) {
.btn-toolbar > a {
	margin-right: -5px;
}
.btn-group > * {
    /* margin-left: -5px; */
    margin-right: -5px;
}  
.btn-group:hover a {
    z-index:1;
}
.btn-group:hover button{
    z-index:10;
}
.input-append input{
    z-index:1;
}
.input-append  a{
    z-index:10;
}}

.icon-time, .icon-eye-open {margin-top: 0; margin-bottom: 1px;}

@media (min-width: 600px) and (max-width: 980px) {

	.topbar .main-menu .dropdown { display:none; }


}

@media (max-width: 767px) {

	.topbar .main-menu > li.active > a, .topbar .nav > .loggedin > a,
	.topbar .main-menu > li > a:hover, .topbar .nav > li > a:hover, .topbar .nav > li.open > a, 
	.topbar .main-menu > li.active > a:hover { color:#fff; background:none !important; }
	
	.topbar .logo { float:none; text-align:center; }
	.topbar .btn-navbar { width:20px; height:20px; margin:12px; text-align:center; }
	.topbar .btn-navbar span:first-child { margin:5px 0 0 !important; }
	.topbar .btn-navbar.pull-left { float:left; }
	.topbar .nav-collapse > ul { margin:12px !important; }
	.topbar .nav-collapse > ul .dropdown-menu { margin:0; }
	.topbar .nav-collapse > ul li > a, .topbar .nav-collapse > ul .dropdown-menu a { margin:0; padding:6px 10px; border-bottom:1px solid #444; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
	.topbar .nav-collapse > ul li > a:hover, .topbar .nav-collapse > ul .dropdown-menu a:hover { background:none; color:#fff; }
	.topbar .nav-collapse > ul li.loggedin > a { border:0; }
	
	.search.pull-right { width:100%; }
	
	.ads-container { margin:0 0 0 -170px !important; width:340px !important; }
	
	.thumbnail .info {display: none;}
}

@media (max-width: 979px) {
	
	.profile .btn-group a strong { font-size:12px; }
	.profile .row > .span5 { float:none !important; width:auto; }
	.profile .row > .span7 { float:none !important; width:auto; }

	.row { overflow:hidden; }
	.span8 { width:100%; padding-right:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
	.thumbnails > li { width:30.3%; margin-left:3% !important; }
	.thumbnails > li img { width:100%; }
	
	.navbar-fixed-top, .navbar-fixed-bottom { position: fixed;right: 0;left: 0;z-index: 1030;margin-bottom: 0; }
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width:100%; }

	.topbar .logo { margin-right:20px; }
	.topbar .nav > li > a { padding:20px 7px; }
	.topbar .main-menu > li:first-child { display:none; }
	.topbar .navbar-inner { padding:0; }
	/* .topbar .nav .loggedin > a strong { overflow:hidden; width:70px; height:20px; display:inline-block; } */
	.topbar .nav .loggedin > a strong { overflow:hidden; height:20px;  }
	
	.btn-toolbar { position:relative; }
	.search.pull-right { margin:0 0 10px; }
	.search.pull-right > form { float:right; }
	.btn-toolbar .last { display:none; }
	#search-form #appendedInputButton { width:175px; }
	
	#page-right, #video-right { display:none; }
	
	#categories .category { height:auto; max-height:250px; }
	
	#watched-videos { height:auto; }
	#watched-videos .thumbnails { margin-left:-1%; margin-right:-1%; }
	#watched-videos .thumbnails > li { width:23%; margin:0 1% !important; }
	#watched-videos .thumbnails > li+li+li+li+li { display:none; }
	
	.span3, .thumbnail img { width:240px; }
	.thumbnails { margin-left:-3%; }
	/* .thumbnails > li { margin-left:14px; } */
	
	.thumbnail .info {}
	
	#photo, .vp-page #video { width:100%; }
	#player-container, #player, #player-embed { width:100%; height:421px; }
	#player-advertising {left: 33%; top: 50px;}
	
	#community #username.large { width:auto; }
	#community .btns { float:right; margin:0 2px 0 0; }
	#community .btns.advanced { float:left; }
	#community .thumbnails { margin-left:-12px; }
	#community .user { width:140px; margin-left:12px; }
	#community .user .thumbnail { width:140px; height:140px; overflow:hidden; }
	
	.ads-container { position:relative; left:50%; margin:0 0 0 -340px; width:680px; }
	.ads-container > .ads-footer { margin:0 20px 25px; }
	#footer .menu > a, #footer .menu > span { margin:0 9px 14px; display:inline-block; }
	
}

@media (min-width: 980px) and (max-width: 1279px) {

	.profile .btn-group a strong { font-size:12px; }

	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1000px;
	}

	.span12 {width: 1000px;}

	.span2 { width:155px; }
	.span3, .thumbnail img { width:212px; }
	.span4 { width:300px; }
	.profile .span7 { width:480px; }
	.span8 { width:666px; }

	.thumbnail .info .rate {display: none;}

	.ads-lined, .ads-categories {width: 300px; height: 234px; margin-bottom: 20px;}
	.ads-lined, .ads-categories {padding-bottom: 15px;}
	.ads-lined img, .ads-categories img {width: 100%; display: block;}
	.ads-lined iframe, .ads-categories iframe {
  		-webkit-box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 4px 5px -2px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 4px 5px -2px rgba(50, 50, 50, 0.75);    	
	}
	.ads-max .caption {display: none;}
	.ads-max .info {display: none;}

	#watched-videos { height:135px; }
	#watched-videos .thumbnails > li { margin-left:10.5px; }
	
	#search-form #appendedInputButton { width:270px; }
	
	.thumbnails { margin-left:-12px; }
	.thumbnails > li { margin-left:14px; }

	.vp-page .thumbnails { margin-left:-14px; }
	.vp-page .thumbnails > li { margin-left:14px; }
	.vp-page .thumbnails > li { width:234px; }
	.vp-page .thumbnail img { width:234px; } 
	
	#photo, .vp-page #video { width:670px; }
	#player, #player-embed { width:670px; height:374px; }
	#player-advertising {left: 180px; top: 20px;}
	#page-right { margin-left:15px; }
	#video-right { width:300px; }
	
	#community .btns { float:right; margin:0 2px 0 0; }
	#community .btns.advanced { float:left; }
	#community .user { width:155px; }
	#community .user .thumbnail { width:155px; height:155px; overflow:hidden; }
	
	.ads-container { height:250px; margin-bottom:30px; overflow:hidden; }
	.ads-container > .ads-footer { margin-left:38px; }
	.ads-container > .ads-footer:first-child { margin-left:12px; }
	#footer .menu > a, #footer .menu > span { margin:0 25px; }
}

@media (min-width: 1280px) {

	.profile .span5.pull-left { width:290px; }
	.profile .span7.pull-right { width:920px; }

	body > .container { padding:75px 11px 0; }

	.ads-container { width:auto; margin:0 0 10px -5px; }
	#page-right { width:300px; margin-left:14px; }
	
	.upload-page .row > .span8 { width:720px; }
	.upload-page .row > .span4, .upload-page .row > #page-right.span4 { width:500px; margin-left:14px; float:right; }
	
	.container {
		width: 1260px;
	}

	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1260px;
	}
	.navbar .nav.pull-right { margin-right:10px; }
	
	.span12 {width: 1260px;}
	.span8 {width: 928px;}
	.span4 {width: 320px;}
	.span3 {width: 300px;}
	.span2 {width: 184px;}
	
	.thumbnail .info {}
	
	.ads-lined, .ads-categories {width: 300px; height: 298px; margin-bottom: 20px;}
	.ads-categories {height: 250px;}
	.ads-lined img, .ads-categories img {width: 100%; display: block;}
	.ads-lined a, .ads-lined img {border: 0;}
	.ads-lined {background: #ffffff; }
	.ads-lined iframe, .ads-categories iframe {
  		-webkit-box-shadow: 0px 4px 5px -2px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 4px 5px -2px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 4px 5px -2px rgba(50, 50, 50, 0.75);    	
	}
	
	.ads-max { background: #ffffff;cursor: pointer;}
	.ads-max .caption {background: #ffffff; text-transform: uppercase;}
	.ads-max .caption {padding: 6px 0 0 5px; font-weight: bold; font-size: 13px;}
	.ads-max .views {margin-left: 5px; }
	.ads-max .rating {margin-right: 5px;}
	
	#watched-videos .watched { width:192px; margin-left:18px; }
	#watched-videos .watched:first-child { margin-left:10px; }
	.watched img {max-height:144px;}
	
	.search input { width:436px; }

	.span8 .thumbnails, .vp-page .thumbnails { margin-left:-14px; }
	.span8 .thumbnails > li, .vp-page .thumbnails > li { margin-left:14px; }
	.span8 .thumbnails > li, .vp-page .thumbnails > li { width:300px; }
	.span8 .thumbnail img, .user-v .thumbnail img, .vp-page .thumbnail img { width:300px;  } 
	.span12 .thumbnails > li {width: 290px; }
	.span12 .thumbnail img { width: 290px; }
	
	#community .user { width:142px; }
	#community .user .thumbnail { width:142px; height:142px; overflow:hidden; }

	.watermark {
		position: absolute;
	}

	.duration {
		top: 5px;
		right: 5px;
	}

	.ucomment-right {width:1150px;}

	.vp-page #video { width:922px; }
	#player, #player-embed { width:922px; height:543px; }
	#player-advertising {left: 306px; top: 105px;}
	#video-right {width: 300px;}

	.pagination ul > li > a,
	.pagination ul > li > span {
	  font-weight: bold;
	  font-size: 20px;
	  line-height: 30px;
	}

	.msg-right {
		width: 1070px;
	}

}

.videoWrapper {
	position: relative;
	height: 100%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper object,
.videoWrapper embed,  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid blue;
}

.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid blue;
}

.media {margin-top: 0; padding-top: 10px; position: relative;}
.media .media-body {}
.media h4.media-heading {font-size: 12px;}
.media .media-body span.media-views, .media .media-body span.media-category {
	font-size: 10px; color: #aaaaaa; line-height: 100%; margin: 0; display: block; overflow: hidden;
}
.media span.duration {
	position:absolute;
	top: 13px;
	left: 82px;
	zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #000000;
    color: #f1f1f1;
    font-size: 10px;
    text-align: center;
    line-height: 100%;
    width: 26px;
    padding: 3px 4px 3px 4px;
}
.media img {width: 120px;}
