/* HTML TAG STYLES */
html {
  /*overflow-y: scroll;*/
  height: 100%;
}

body {
  padding: 0;
  margin:0;
  font-family: Muli,sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  height: 100%;
  min-width: 1116px;
}

@font-face {
    font-family: fontawesome;
    src: url(fonts/fontawesome-webfont.woff);
}

.vjs-default-skin .vjs-seek-handle.vjs-slider-handle:before {
  font-family: fontawesome;
  content: "\f111";
  font-size:3em;
  top:-.4em
}

a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:link:hover,
a:visited:hover {
  color: #F63234;
  text-decoration: underline;
}

img {
  border: 0;
}

/** BODY AND FOOTER (STICK FOOTER TO BOTTOM OF PAGE) **/
#non-footer {
  position: relative;
  top: 0;
  min-height: 100%;
}

* html #non-footer {
  height: 100%;
}

#footer {
  position: relative;
  margin-top: -49px;
}

.page-content {
  padding-bottom: 65px;
}

.main-header {
  background-color: #0099FF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

.logo {
	width: 1116px;
	background-color: white;
	margin: 0 auto;
}

.main-header .container {
  width: 1116px;
  height: 52px;
  margin: 0 auto;
}

.container .links  {
	display: inline-block;
	font-size: 1.25em;
	list-style-type: none;
	margin: auto;
	padding-left: 0;
}

.container .links  li {
  display: table-cell;
  text-align: center;
}

.container .links a {
    color: #fff;
    display: block;
    padding: 15px 14px 15px 14px;
}
.container .links a:hover {
  background-color: rgba(71, 181, 255, 1);
}

.container .search-container{
  display: inline-block;
  float: right;
  clear: both;
  width: 500px;
}

.container .search-container form {
  margin-top: 6px;
}

.container .search-container form input[type="text"] {
  font-size:1.2em;
  padding: 2px;
  vertical-align: middle;
  height: 1.5em;
  padding: .375em 0 .375em 2%;
  border-right: 0;
  border: .08em solid rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: .5em 0 0 .5em;
  width: 73%  
}

.search-container button {
    cursor: pointer;
    vertical-align: top;
    overflow: visible;
    padding: .75em 2em;
    border: .08em solid #c73a11;
    color: #fff;
    background-color: #e95c33;
    background: -webkit-linear-gradient(top,#FD5858 0,#F63234 100%);
    background: linear-gradient(to bottom,#FD58580,#F63234 100%);
    border-radius: .5em;
    font-size: 1.25em;
    outline: 0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    line-height: 2.25;
    width: 23%;
    height: 2.34em;
    left: -.3125em;
    padding: 0 1%;
    border-left: 0;
    border-radius: 0 .5em .5em 0;
    -webkit-tap-highlight-color: rgba(229,59,44,.4);
   position: relative;
}

.search-container button:hover {
  border-color: #940700;
}


/** MAIN HEADER BAR **/
#main-header {
  margin-top: 5px;
  height: 51px;
  background: transparent url(images/main-header.png) repeat-x 0 0;
  position: relative;
  border-radius: 10px;
}

#main-header-left {
  display: inline-block;
  width: 27px;
  height: 51px;
  background: transparent url(images/main-header-left.png) no-repeat 0 0;
  position: absolute;
  left: -27px;
}

#main-header-right {
  display: inline-block;
  width: 27px;
  height: 51px;
  background: transparent url(images/main-header-right.png) no-repeat 0 0;
  position: absolute;
  right: -27px;
}

#main-header a {
  padding: 0 20px;
  color: #fff;
  font-size: 130%;
}

#main-header form {
  display: inline-block;
}

#main-header span.dot {
  display: inline-block;
  position: relative;
  top: -1px;
  height: 8px;
  width: 8px;
  background: transparent url(images/main-header-dot.png) no-repeat 0 0;
}

#main-header span.links {
  display: inline-block;
  position: relative;
  top: 14px;
}

#main-header form {
  position: absolute;
  right: 0;
  top: 9px;
}



/** HEADER - RED **/
.header-red {
  background: transparent url(images/header-red.png) repeat-x 0 0;
  position: absolute;
  top: -15px;
  left: 0px;
  height: 35px;
  padding: 0 10px;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
}

.header-red-left {
  display: inline-block;
  width: 14px;
  height: 35px;
  background: transparent url(images/header-red-left.png) no-repeat 0 0;
  position: absolute;
  left: -14px;
}

.header-red-right {
  display: inline-block;
  width: 14px;
  height: 35px;
  background: transparent url(images/header-red-right.png) no-repeat 0 0;
  position: absolute;
  right: -14px;
}

.header-red-text {
  position: relative;
  top: 6px;
  left: -2px;
}



/** HEADER - GREY **/
.header {
  padding: 5px 0 5px 0;
  font-size: 120%;
  color: #333;
}

.header-left {
  display: inline-block;
  width: 13px;
  height: 43px;
  background: transparent url(images/header-grey-left.png) no-repeat 0 0;
  position: absolute;
  left: -13px;
}

.header-right {
  display: inline-block;
  width: 13px;
  height: 43px;
  background: transparent url(images/header-grey-right.png) no-repeat 0 0;
  position: absolute;
  right: -13px;
}


/** PAGE SECTION **/
.section-left {
  display: inline-block;
  width: 83%;
  vertical-align: top;
  margin-top: 10px
}

.section-left h2 {
  margin: 0 0 5px 0;
  font-size: 1.25em;
}

.section-right {
  float:right;
  margin-right: 1px;
  display: inline-block;
}

.section-content-no-header {
  background-color: #ffffff;
  border: 1px solid #afafaf;
  position: relative;
  padding: 4px 8px;
  margin-top: 20px;
}

.section-content {
  background-color: #ffffff;
  position: relative;
 
}

.section-video {
  border: 1px solid #f2f2f2;
}

.section-sidebar-content {
  background-color: #ffffff;
  position: relative;
  padding: 1px 0 0 10px;
  margin-top: 35px;
}

.section-sidebar-content img{
  width: 100%;
}

.section-bottom { 
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.section-videos span.video {
  display: inline-block;
  padding: 2px;
  padding-top: 10px;
  text-align: left;
  vertical-align: top;
  width: 24%;
}

.section-content.section-videos h1 {
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: -5px;
}


span.video .video-container {
  width: 200px;
  font-size: 90%;
  position: relative;
  margin-left: 0;
  margin-right: auto;
}

.video-container .video-thumb,
.video-brief-thumb .video-thumb {
  border: 1px solid #666;
  background-color: #fff;
  /*padding: 1px;*/
  max-width: 200px;
  max-height: 200px;
}

.video-brief-thumb .video-thumb{
  max-width: 200px;
  max-height: 200px;
}


.video-container .stars {
  float: right;
}

.video-brief-thumb  {
  position: relative;
}

.video-player-container .playbutton img {
  width: 780px;
}

/*
.video-brief-thumb .stars {
  position: absolute;
  top: 51px;
  left: 2px;
}*/

.video-brief {
  margin: 8px 24px 0 0;
  width: 200px;
  float: left;
}


.video-brief:nth-child(5n) {
  margin-right:0
}

.video-brief > span {
  display: inline-block;
}

.video-brief > span.video-brief-details {
  width: 202px;
  vertical-align: top;
}

.video-brief-facets > span {
  display: inline-block;
  width: 100px;
}

.video-tags .title, .video-babe .title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.video-tags a, .video-babe a {
  color: #F63234;
  text-decoration: underline;
}

.video-tags a:hover, .video-babe a:hover {
  color: #F63234;
  text-decoration: none;
}


.video-tags a:after, .video-babe a:after {
  content: ',';
  display: inline-block
}

.video-tags a:last-child:after, .video-babe a:last-child:after {
  content:'';
}

/** USER PROFILE STYLE **/
.profile-avatar {
  max-width: 240px;
}

.profile-fields span {
  margin-bottom: 8px;
}

.profile-fields span.field {
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.profile-fields span.value {
  display: inline-block;
  width: 79%;
  vertical-align: top;
}



/* THUMBNAIL SELECTION STYLE */
div.thumb-select-container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  max-height: 110px;
  overflow: auto;

}

div.thumb-select-container img {
  max-width: 120px;
  max-height: 90px;
  padding: 2px;
  border: 4px solid #ececec;
}

div.thumb-select-container img.thumb-selected {
  padding: 2px;
  border: 4px solid green;
}



/** TAG CLOUD **/
div.tags {
  line-height: 1.5em;
}

div.tags a {
  padding: 0 3px;
  vertical-align: middle;
}

div.tags a:hover {
  /*color: #000;*/
}

a.tag-100 {
  font-size: 100%;
  color: #bdbdbd;
}

a.tag-100:hover {
  background-color: #bdbdbd;
  color: #000;
}

a.tag-110 {
  font-size: 110%;
  color: #aaaaaa;
}

a.tag-110:hover {
  background-color: #aaaaaa;
  color: #000;
}

a.tag-120 {
  font-size: 120%;
  color: #979797;
}

a.tag-120:hover {
  background-color: #979797;
  color: #000;
}

a.tag-130 {
  font-size: 130%;
  color: #848484;
}

a.tag-130:hover {
  background-color: #848484;
  color: #000;
}

a.tag-140 {
  font-size: 140%;
  color: #717171;
}

a.tag-140:hover {
  background-color: #717171;
  color: #000;
}

a.tag-150 {
  font-size: 150%;
  color: #5e5e5e;
}

a.tag-150:hover {
  background-color: #5e5e5e;
  color: #000;
}

a.tag-160 {
  font-size: 160%;
  color: #4c4c4c;
}

a.tag-160:hover {
  background-color: #4c4c4c;
  color: #fff;
}

a.tag-170 {
  font-size: 170%;
  color: #383838;
}

a.tag-170:hover {
  background-color: #383838;
  color: #fff;
}

a.tag-180 {
  font-size: 180%;
  color: #262626;
}

a.tag-180:hover {
  background-color: #262626;
  color: #fff;
}

a.tag-190 {
  font-size: 170%;
  color: #131313;
}

a.tag-190:hover {
  background-color: #131313;
  color: #fff;
}

a.tag-200 {
  font-size: 170%;
  color: #000;
}

a.tag-200:hover {
  color: #fff;
  background-color: #000;
}




/** FOOTER BAR **/
#footer-bar {
  padding: 10px 10px 10px;
}

.footer {
  background-color: #0099FF;
}



/* FORM FIELDS */
span.label {
  display: inline-block;
  text-align: right;
  width: 7em;
  font-weight: bold;
  vertical-align: top;
  padding-top: 3px;
}

span.wider {
  width: 13em;
}

span.nopad {
  padding-top: 0px;
}

span.input-container {
  vertical-align: top;
  margin-left: 3px;
  display: inline-block;
}

span.text-container {
  margin-left: 3px;
  position: relative;
  top: 0.2em;
  display: inline-block;
}

div.field {
  margin-top: 8px;
  margin-bottom: 8px;
}



/** PROGRESS BAR **/
#progress-bar {
  height: 24px;
  width: 0;
  background-color: #afafaf;
  text-align: center;
  font-weight: bold;
}

#progress-percent {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  top: 1px;
}

#progress-container {
  border: 1px solid #afafaf;
  width: 400px;
  position: relative;
}




/** INNER CONTENT SECTIONS **/
.inner-section-header {
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  background-color: #282828;
  border: 1px solid #666;
  padding: 4px 8px 6px;
  color: #999;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span.selected {
  outline: none;
  background-color: #000;
  border: 1px solid #666;
  border-bottom: none;
  bottom: 12px;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  position:relative;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.inner-section-header span {
  outline: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  color: #999;
  cursor: pointer;
}

.inner-section-header-link:hover {
  color: #000;
}

.inner-section-content {
  text-align: left;
  position: relative;
  border: 1px solid #666;
  border-top: none;
  margin-bottom: 5px;
  padding: 4px 8px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}



/** PAGINATION **/
.pagination {
  margin-bottom: 20px;
  margin-top: 8px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}

.pagination ul {
  list-style-type: none;
  display: block;
  margin: auto;
  padding:0;
}

.pagination ul li {
  display: inline-block;
  line-height: 54px;
}

.pagination ul li a {
  display: block;
  padding: 0 25px;
  color: white;
  background-color: #0099FF;
  text-decoration: none;
}

.pagination ul li span {
  display: block;
  padding: 0 25px;
  background-color: #F63234;
}

.pagination ul li span.dots {
  background-color: #0099FF;
  color: white;
}

.pagination ul li a:hover {
  background-color: rgba(71, 181, 255, 1);
  text-decoration: none;
  color: white;
}

/** RATING STARS **/
#rater-stars {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 19.6px;
  height: 21px;
  top: 2px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

#rater-text {
  position: absolute;
  top: 5px;
  left: 100px;
}



/* CLASSES */
.bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.normal {
  font-weight: normal;
}

.click {
  cursor: pointer;
}

.fs80 {
  font-size: .8em;
}

.fs90 {
  font-size: 90%;
}

.fs95 {
  font-size: 95%;
}

.fs105 {
  font-size: 105%;
}

.fs110 {
  font-size: 110%;
}

.fs120 {
  font-size: 120%;
}

.fs130 {
  font-size: 130%;
}

.main-content {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-left:8px;
  padding-right:8px;
  overflow: hidden;
}



/** CLIPS **/
#clips img {
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
  margin: 0 5px;
}

#clips img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#clips img.selected {
  cursor: default;
  filter: alpha(opacity=100);
  opacity: 1;
}




/** MISC **/
.message-error {
  font-weight: bold;
  font-size: 135%;
  color: #000;
  padding: 4px 10px 4px 10px;
  margin: 20px 0 10px 0;
}

.message-notice {
  font-weight: bold;
  font-size: 135%;
  color: #2ae000;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.message-warning {
  font-weight: bold;
  font-size: 135%;
  color: #ea8612;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
}

.captcha-image {
  border: 1px solid black;
  margin-bottom: 4px;
}

.captcha-reload {
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
}

.swfupload {
  vertical-align: middle;
}


#player-content {
  display: none;
  position: absolute;
  width: 620px;
  height: 460px;
  background-color: #000;
  padding: 10px;
  opacity: 0.95;
  text-align: left;
}

#player-content-icons {
  position: absolute;
  bottom: 40%;
  width: 620px;
  text-align: center;
}

#player-content-icons img {
  margin-left: 6px;
  margin-right: 6px;
}

#player-content-banner {
  position: absolute;
  width: 620px;
  text-align: center;
}

#downloadmovie {
	background: url(/siteimages/download.png) no-repeat 5px 5px;
	background-color: #09F;
	height: 33px;
	padding-left: 50px;
	margin: 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #AFAFAF;
	padding-top: 8px;
	width: 85%;
	font-size: 16px;
}

#downloadmovie a
{
  color: #ffffff;
  display: block;
}

.flowplayer {
   width: 640px;
   height: 480px;
}

.playerbottomban {
  text-align: center;
}
.playerbottomban img {
   width:780px;
}

.sp-right {
  margin-top: 50px;
}

.sp-right.index {
  margin-top: 44px;
}

.sp-right div, .bannersearchright div {
  margin-bottom: 20px;
  text-align: center;
}

.bannersearch {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  width: 886px;
}
.bannersearch img {
  margin-left:auto;
  margin-right:auto;
  display:block;
  width: 884px;
 }

.bannersearchright{
  margin-top:50px;
}

.search span.section-right,  .tagspage span.section-right{
  width:160px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.duration {
  position: absolute;
  top: 177px;
  left:3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 5px;
  color: white;
  font-size: 0.9em;
}

.video-brief-thumb .duration {
  font-size: 0.8em;
}

.addthis_sharing_toolbox {
  float: right;
  margin-top: -34px;
}

.bottomadsM > div {
  float:left;
  margin-right:10px;
  margin-left:57px;
}

.bottomadsW {
  margin-top: 10px;
}

.bottomadsW div {
  float:left;
  margin-right:20px;
  margin-left:40px;
}

.bottomadsM div:first-child{
  margin-left:0;
}

.bottomadsM div:last-child, .bottomadsW div:last-child {
  margin-right: 0;
}

.vjs-overlay {
  position: absolute;
  background-color: #646464; /* IE8 fallback */
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#resume_button {
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin: 0 0 0 -60px;
    background-color: #000;
    padding: 5px 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#resume_button:hover {
    background-color: #272727;
}
#resume_arrow {
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    display: block;
    float: left;
}


#resume_text {
  font-size:12px;
}
#tb_close_button {
    background-color: #262626;
    float: right;
    width: 25px;
    height: 100%;
    margin: -7px -10px 0 0;
}
#tb_close_button:hover {
  cursor: pointer;
}
.vjs-thumbnail-holder {
  z-index:99;
}

.viddesc {
  padding: 8px 4px;
}
.viddesc p {
  display:none;
}

.lineclamp {
   overflow: hidden ;
   display: block ;
   display: -webkit-box ;
   -webkit-box-orient: vertical ;
   -webkit-line-clamp: 1;
   max-height: 1.3em;
}

#usernamedis {
  float: right;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 18px;
}

#usernamedis a {
  display: block;
}