html,body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}
* {
  font: 14px;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#header {
  /* IE10 Consumer Preview */ 
  background-image: -ms-linear-gradient(top, #333333 0%, #999999 100%);

  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #333333 0%, #999999 100%);

  /* Opera */ 
  background-image: -o-linear-gradient(top, #333333 0%, #999999 100%);

  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #999999));

  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #333333 0%, #999999 100%);

  /* W3C Markup, IE10 Release Preview */ 
  background-image: linear-gradient(to bottom, #333333 0%, #999999 100%);
}
#headerInside {
  padding: 0px;
}
#headerInside .pull-right {
  margin-top: 10px;
}
#headerInside .pull-right p {
  margin: 0px;
  color: #fff;
  text-align: right;
}
#headerInside .pull-right p b{
  color: yellow;
}
.navbar {
  min-height: 34px;
  margin:0px;
  background: url(../images/menu_bg.jpg) repeat-x transparent;
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-collapse{
  padding: 0px;
}
.nav {
  width: 100%;
}
.navbar-nav>li{
  background: url(../images/menu_div.png) repeat-y right top;
}
.navbar-nav>.pull-right{
  background: url(../images/menu_div.png) repeat-y left top;
}
.navbar-nav>li>a {
  padding: 7px 10px 7px 10px;
  text-align: center;
  color: #545454;
}
.navbar-toggle{
  margin-top: 1px;
  margin-bottom: 0px;
}
.navbar-brand  {
  padding: 7px 15px;
}
.content h4 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px;
  background: #dadada;
  margin-top: 20px;
}
#maincontent {
  background: #FFF;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px -10px 15px -4px #333, -12px -10px 15px -4px #333;
  padding-top: 10px;
}
#thumbContainer {
  width: 100%;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
#thumbnails {
  margin: 5px auto;
}
.thumbs {
  display: inline-block;
  margin: 3px;
  width: 240px;
  text-align: left;
  vertical-align: top;
}
.title {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.description {
  font-size: 11px;
}
.relativethumb {
  position: relative;
}
.hover-thumb {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.relativethumb:hover .hover-thumb {
  opacity: 1;
}
.details {
  position: absolute;
  bottom: 2px;
  z-index: 999;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
}
.duration {
  margin-left: 2px;
  background-color: #000;
  border: 1px solid #333;
  border: 1px solid;
  opacity: 0.7;
  padding: 2px;
}
.credits {
  margin-right: 2px;
  background-color: #000;
  border: 1px solid #333;
  opacity: 0.7;
  padding: 2px;
}
.no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-padding {
  padding: 0;
}
#video-thumbs {
  margin: 15px 0;
}
#video-thumbs .no-padding {
  padding: 2px;
}
.sites {
  padding: 10px;
  margin: 20px 0 20px 0;
}

.view-container {
  display:table;
  padding-left:0px;
  padding-right:0px;
}

.view-row {
  display: table-row;
}

.view-col {
  display: table-cell;
  float: none;
}

#left-column {
  vertical-align: top;
}
#formfields {
  background: #000;
  width: 360px;
  height: 100%;
  margin-left: -360px;
  padding: 10px;
  position: absolute;
  top: 0;
}
#right-column {
  vertical-align: top;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  width: 360px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.back {
  margin-top: 10px;
  margin-bottom: 20px;
}
#join-options h4 {
  text-align: center;
}
.set-options {
  margin: 35px 0;
}
.join-option {
  margin: 5px 0;
  text-align: center;
}
.join-option-button {
  font-weight: bold;
  padding: 4px 10px;
}
#fakevideo {
  cursor: pointer;
}
#fakevideo {
  opacity: 0.8;
}
#fakevideo:hover {
  opacity: 0.5;
}
.option-name {
  text-align: left;
}
.join-option {
  text-align: right;
}
#footer {
  background: url(../images/footer_bg.jpg) repeat transparent;
  min-height: 170px;
}
#footerInside {
  padding: 20px;
}

#footnav{
  max-width: 600px;
  width: 95%;
  margin: 10px auto;
}
#footnav li , #sitewidenav li{
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 1px 10px 1px 10px;
}
#footnav li:last-child, #sitewidenav li:last-child {
  border-right: none;
}
#footnav li a, #sitewidenav li a {
  font-size: .9em;
  color: #fff;
}
#sitewidenav {
  max-width: 500px;
  width: 95%;
  margin: 30px auto 0px auto;
}
#sitewidenav li a {
  font-size: .8em;
}
#copyrights p {
  color: #A0A0A0;
  margin-top: 0px;
}
#hb-gotop{
  position:fixed;
  bottom:10px;
  right:10px;
}
@media (max-width: 640px) {
  .container{
    width: 100%;
  }
  .thumbs {
    margin: 3px;
    max-width: 100%;
  }
}
