body {
	background: #efefef;
	left: 0;
	margin: 0;
	position: relative;
}

a {color: #444444; text-decoration: none; outline: none; }
a:hover {text-decoration: none; color: #f34b19;}

.container-header {
  background: #fff;
  box-shadow: 0 1px 1px #d0d0d0;  
}

ul.menu {list-style-type: none; padding: 10px 0; text-align: center; z-index: 9999999;}
ul.menu li {display: inline-block; padding: 5px 0; }
ul.menu li a {display: block; padding: 0 10px;border-right: 1px solid #d0d0d0; }
ul.menu li a:hover {text-decoration: none;}
ul.menu li a.last {border-right: none;}

.panel-default {border: 1px solid #ececec; }
.panel-default > .panel-heading {padding: 10px 10px; background-color: #ffffff; border: none; border-bottom: 1px solid #ececec; width: 100%; position: relative;}
.panel-default > .panel-body {padding: 0; }
.panel-default > .panel-body fieldset {padding-left: 10px;}
.panel-default > .panel-padding {padding: 5px 5px;}

h1.panel-title {font-size: 18px; float: left;}

.thumbnail {border: 0; border-radius: 0; padding: 0;}

#addthis {position: absolute; top: 5px; right: 15px; overflow: hidden; }
#top {margin-top: 10px; text-align: right; width: 38%; float: right;}

.menu-browse {margin-bottom: 10px;}

.logo {float: left;}
.search {
	height: 51px;
	float: right;
	text-align: right;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.search input#search-query {
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-top: 5px; 
}

.search button#search-submit {
	border: none !important;
	background: none !important;
	outline: none;
	margin-top: 5px;
}

.language {float: right; margin: 15px 5px 0 10px;}

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: 100%;
    height: auto;
    margin: 0 10px 5px 5px;
    position: relative;
    padding: 0;
}

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 {width: 100%; display: block; }
ul.columns li.letter {font-weight: bold; margin: 10px 0; border-bottom: 1px solid #ececec;}
ul.columns li a {width: 100%; }

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;}
.tag {color: #F99473; margin-right: 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;}
.padding-top-10 {padding-top: 10px;}

.top {top: 0; right: 0;}
.overlay {position: absolute;}
.rating, .rated {bottom: 5px; left: 5px;}
.report {top: 10px; left: 10px; display: none;}
.remove {top: 30px; right: 10px; }
.top-right {top: 0; right: 0;}
.top-left {top: 10px; left: 10px;}
.bottom-left {bottom: 10px; left: 10px;}
.bottom-right {bottom: 10px; righ: 20px;}
.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.label-black {
	background: #000000;
	border-radius: 0;
}

.badge-search {display: none;}

.video-thumb {position: relative; }

.category-title, .model-title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	padding: 0;
}

.video-title {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
	display: block;
	width: 100%;
	padding: 0;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}

.video-details {
	border: 1px solid #ececec;
	padding: 5px 5px 0 5px;
	font-size: 12px;
}

.video-props {
	border-bottom: 1px solid #ececec;	
	padding: 3px 0;
}

ul.uvideos .video-title {
	text-align: center;
	border-bottom: none;
	height: 36px;
	font-size: 12px;
}

.video-props .timeline {float: left;}
.video-props .source {float: right; text-align: right;}

.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: 20px;
	line-height: 120%;
	padding: 5px 0;
}

.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: 51px;
    left: -1px;
    position: absolute;
    background: #FFFFFF;
    display: block;
    line-height: 20px;
    padding: 4px 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -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: 101%;
}

#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;}

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 5%;
	display: none;
}

.back-to-top a {
	font-size: 20px; 
	width: 40px;
	height: 26px;
	display: block;
    z-index:99999;
	background:#bcbcbc;
	-webkit-border-radius:10%;
    -moz-border-radius:10%;
	border-radius:10%;
	opacity: 0.7;	
	text-align: center;
}

.back-to-top a span {
	color: #ffffff;
}

a#pushmenu {
	position: absolute;
    top: 5px;
    display: none;
    z-index: 999999;
}

.remove-container {
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

p.category-description {
	width: 90%;
	margin-left: 5px;
	font-size: 14px;
}