body {padding-top: 50px;}

#addthis {margin-top: 10px; width: 60%; float: left;}
#top {margin-top: 10px; text-align: right; width: 38%; float: right;}
#language {float: right; margin-left: 5px;}

.logo, .search {margin-top: 10px; height: 70px;}
.logo {
	float: left;
	width: 30%;
}
.search {
	float: right;
	text-align: right;
	width: 60%;
	position: relative;
}

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

.clearfixr {
	clear: both;
}

ul.categories, ul.videos, ul.models, ul.links, ul.columns, ul.plugs, ul.keywords {
    list-style-type: none;
    margin:0;
    padding: 0;
}

ul.categories li, ul.videos li, ul.models li, ul.plugs li {
    float: left;
    width: 90%;
    height: auto;
    margin: 0 8px 10px 0;
    position: relative;
}

ul.categories li img, ul.videos li img, ul.models li img, ul.plugs li {
	width: 100%;
	height: auto;
}

ul.plugs li {
	text-align: center;
	font-weight: bold;
}

ul.columns {width: 98%; float: left; position: relative; margin-left: 1%;}
ul.columns li.letter {font-weight: bold; margin-top: 10px;}

ul.links li {width: 98%; margin-left: 1%; float: left;}
ul.keywords li {width: 48%; margin-left: 1%; float: left; overflow: hidden;}

ul.dropdown-menu-letters {width: 250px;}
ul.dropdown-menu-letters li {width: 40px; display: inline-block; margin: 5px 0 5px 5px; text-align: center;}
ul.dropdown-menu-letters li a {padding: 0 5px; border: 1px solid white;}
ul.dropdown-menu-letters li a:hover,
ul.dropdown-menu-letters li.active a {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
}

ul.nav-small > li > a {padding-top: 2px; padding-bottom: 2px;}

.tags {text-align: center;}
.tags a {margin: 3px 5px;}

.none {width: 100%; padding: 100px 0; text-align: center; font-weight: bold;}
.none-comments {padding: 30px 0;}

.panel-padding {padding: 5px 0 5px 8px;}
.margin-top-10 {margin-top: 10px;}
.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}

.overlay {position: absolute;}
.source {bottom: 5px; right: 5px;}
.rating, .rated {bottom: 5px; left: 5px;}
.report {top: 10px; left: 10px; display: none;}
.remove {top: 30px; right: 10px; }
.top-right {top: 5px; right: 5px;}
.top-left {top: 10px; left: 10px;}
.bottom-left {bottom: 10px; left: 10px;}
.bottom-right {bottom: 10px; righ: 10px;}

.badge-search {display: none;}

.video-thumb {position: relative; }

.category-title, .video-title, .model-title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	height: 20px;
}

.video-title {
	font-size: 12px;
}

.model-title {
	font-size: 14px;
}

.model-image {
	position:relative;
	float: left;
	display: block;
	width: 184px;
	margin-bottom: 10px;
}

.model-bio {
	margin-left: 196px;
	display: block;
	overflow: hidden !important;
}

.model-bio p, .model-info {margin-top: 10px;}

.tag-list {
	width: 100%;
	overflow: hidden;
	height: 32px;
	line-height: 120%;
}

.tag-list span {
	font-size: 10px;
}

#model-title {margin-top: 0; padding-top: 0; font-size: 20px;}

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

#video {}
#video-content {margin-top: 10px;}
#video-content .row {margin-bottom: 10px;}
#video-content .badge {font-size: 20px;}

#share-container {display: none;}

#player-container {position: relative; display: block; width: 100%; min-height: 281px; height: 281px;}
#player {width: 100%; height: 100%; position: absolute; background-color: #000000; background-repeat: no-repeat; background-size: 100% auto;}
#player-advertising {position: absolute; display: none; z-index: 999999;}
#player-advertising p {width: 100%; text-align: center; font-weight: bold; display: block;}
#player-advertising .btn-adv, .btn-related, .btn-center {display: block; margin: 0 auto;}

#comments-container {margin-top: 10px;}
.comment {margin-bottom: 3px;}
.comment-header {font-size: 14px; padding-bottom: 5px;}
.comment-body p {overflow: hidden;}
.comment-footer {}

.btn-thumb {padding: 0;}
.btn-tag {margin-bottom: 5px;}
.btn-inline {display: inline-block;}
.human {display: none;}

#avatar {width: 300px; }
#avatar img {max-width: 100%;}

.list-group-item {
  padding: 3px 5px;
}

.list-group-item.active {
  text-decoration: none;
  font-weight: bold;
  color: #555555;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
}

.list-group-item.active:hover,
.list-group-item.active:focus {
  text-decoration: none;
  font-weight: bold;
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #555555;
  background-color: #f5f5f5;
}

#autocomplete {
    top: 36px;
    left: 0;
    position: absolute;
    background: #FFFFFF;
    display: block;
    line-height: 20px;
    padding: 4px 0;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
    z-index: 1001;
    text-align: left;
    width: 100%;
}

#autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#autocomplete ul li {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 2%;
    color: #131313;
}

#autocomplete ul li.hovered {
    text-decoration: none;
    background: #CCCCCC;
    cursor: pointer;
}

.adv-container {display: block; padding: 0px; text-align: center; width: 100%; margin: 0px; margin-bottom: 25px;}
.adv-footer {display: inline-block; width: 300px; height: 250px; padding: 0px; margin: 3px; border: 1px solid #ffffff; box-shadow: 0px 0px 4px #444444; background: #ffffff; overflow: hidden;}

.video-category {width: 100%; font-weight: bold; padding: 10px 0;}
