
.logo {
    background: transparent;
    font-size: 25px;
    margin: 10px 0 -10px 0;
}

.logo h1 {
    font-size: 55px;
    font-weight: bold;
    text-shadow: 1px 0 5px #b3acb3;
}

.logo h1 span {
    font-family: 'Chau Philomene One', sans-serif;
    font-style:italic;
}
code, pre {
  padding:0 3px 2px;
  font-size:12px;
  color:#333;
  font-family:Menlo, Monaco, Consolas, "Courier New", monospace;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
code {
  padding:2px 4px;
  color:#d14;
  background-color:#f7f7f9;
  border:1px solid #e1e1e8;
}
/***** Navigation *****/

.main-nav { background: #2a2a2a; font-size: 115%; text-transform: uppercase; border-bottom: 3px solid #37c0fb; }
.main-nav ul li { float: left; position: relative; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; border-left: 1px solid #000; }
.main-nav ul li:first-child { border: none; }
.main-nav ul li:hover { background: #37c0fb; }
.main-nav ul li a { padding: 0.416em 1em; color: #fff; display: block; }
.main-nav ul ul { display: none; position: absolute; }
.main-nav ul li:hover > ul { display: block; background: #2a2a2a; z-index: 9999; }
.main-nav ul ul li { width: 13em; border: none; }
.main-nav ul ul ul { left: 100%; top: 0; }

.albums {
    padding: 5px 10px 5px 10px;
}

.albums .picture {
    position: relative;
    margin: 3px 0 40px 15px;
    /*background: #f8f8f8;*/

    background: white;
    border: 1px solid #AAA;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

    padding: 10px 10px 10px 10px;

    width: 180px;
    height: 180px;

    float: left;

    opacity: .5;
    filter: alpha(opacity = 50);
}

.albums a {
    width: 180px;
    height: 180px;
}

.albums .picture form {
    margin: 10px 0 0 60px;
}

.albums .picture img {
    width: 178px;
    height: 178px;
    border: 1px solid #cccccc;

    opacity: .5;
    filter: alpha(opacity = 50);
}

.albums .picture img:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.albums .picture, .albums .picture img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* CSS 3 */

.transparent {
    opacity: .5;
    filter: alpha(opacity = 50);
}

.no-transparent {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.border-radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-shadow, input.text:focus {
    -webkit-box-shadow: 0 0 5px 2px #3996b8;
    -moz-box-shadow: 0 0 5px 2px #3996b8;
    box-shadow: 0 0 5px 2px #3996b8;
}

.transition, input.text {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gradient, .button {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#00ffffff', GradientType = 0);
}

#footer {
    border-top: 1px solid #aaaaaa;
    font-size: 11px;
    padding: 5px;
    margin: 10px 0 0 0;
}

#footer .copyright {
    float: left;
}

#footer .footer-links {
    float: right;
}

a {
    font-size: 110%;
    text-decoration: none;
}
#controller2 {
    border: 1px solid #D0D0D0;
    padding: 25px 25px 30px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgb(206, 195, 195), 0 0 25px rgb(155, 155, 255) inset;
    overflow: hidden;
    margin-bottom: 20px;
}
.feed {
    padding: 5px 10px 5px 10px;
}

.feed .status {
    position: relative;
    margin: 5px 0 15px 0;
height: 110px;
    /*background: #f8f8f8;*/

    background: white;
    border: 1px solid #37c0fb;

-webkit-border-top-left-radius: 37px;
-moz-border-radius-topleft: 37px;
border-top-left-radius: 37px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 37px;
-moz-border-radius-bottomright: 37px;
border-bottom-right-radius: 37px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

    padding: 10px 10px 10px 10px;

    opacity: .5;
    filter: alpha(opacity = 50);
}

.feed .status:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.feed .status {
    -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.feed .status .name, .feed .status .image {
    font-size: 10px;
}

.feed .status .message {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 18px;
    padding: 10px 0 10px 10px;
    /*float: left;*/
}

.feed .status .submit {
    position: absolute;
    top: 30px;
    right: 10px;
}
.o {
    position: absolute;
    top: 30px;
    right: leftpx;
}

input.submit {
    background: #f4f4f4;
    padding: 0 10px 5px 10px;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: -moz-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: -ms-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);
    background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#f5f5f5', EndColorStr = '#f1f1f1');

    border: 1px solid rgba(0, 0, 0, .1);
    color: #222 !important;
    font-size: 12px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;

    opacity: .8;
}

input.submit:hover {
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);

    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F1F1F1));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: -moz-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: -ms-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: -o-linear-gradient(top, #F8F8F8, #F1F1F1);
    background-image: linear-gradient(top, #F8F8F8, #F1F1F1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#f8f8f8', EndColorStr = '#f1f1f1');

    color: #222 !important;
    font-size: 12px;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);

    opacity: 1;
}

input.submit:active {
    opacity: .5;
}

input.submit:disabled {
    opacity: .25;
}
.alerts {
  margin: 20px;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif; 
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}

body {
  background: white;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  /*
		Media Holders
	 */

  /*
		Advertisment
	 */

}
body a {
  color: #008aff;
  text-decoration: none;
}
body a:hover {
  color: #006ecc;
  text-decoration: none;
}
body h1 {
  font-size: 25px;
}
body h1.nf {
  margin-top: 20px;
  font-size: 280px;
}
body h1.nf small {
  font-size: 50px;
  display: block;
  text-transform: uppercase;
}
body h2 {
  font-size: 17px;
  font-weight: 700;
}
body h2.header {
  color: #008aff;
  padding-bottom: 10px;
}
body h2.header strong {
  color: #e22e40;
}
body h3 {
  font-size: 15px;
}
body .toggle {
  display: none;
}
body ul.media {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
body ul.media li {
  max-width: 181px;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 0;
}
body ul.media li:nth-child(5n) {
  margin-right: 0;
}
body ul.media li .mediathumb {
  position: relative;
  display: block;
}
body ul.media li .mediathumb img {
  width: 100%;
  max-height: 102px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
body ul.media li .mediathumb img:hover {
  opacity: 0.8;
}
body ul.media li h4 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  font-variant: 700;
  height: 35px;
}
body ul.media li h4 a.medialink {
  font-weight: 700;
}
body ul.media li a.mediaauthor {
  color: #666666;
  width: 100%;
  display: block;
  font-size: 11px;
}
body ul.media li a.mediaauthor:hover {
  color: black;
}
body ul.media li a.mediaauthor span.time {
  float: right;
  font-size: 10px;
  font-weight: 700;
  color: #aaaaaa;
}
body ul.media li .mediaviews {
  font-size: 12px;
  color: #999999;
}
body ul.media li.music a.medialink {
  color: #e22e40;
}
body ul.media li.music a.medialink:hover {
  color: #e85b69;
}
body .btn.ushare {
  color: white;
}
body .btn.ushare.btn-facebook {
  background: #3b5998;
}
body .btn.ushare.btn-twitter {
  background: #409dd5;
}
body .pager li a {
  border-color: #008aff;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .pager li a:hover {
  background: #008aff;
  color: white;
}
body .ads {
  text-align: center;
  margin: 0 auto 35px auto;
  clear: both;
  position: relative;
  z-index: 0;
}
body .ads:before {
  content: '';
  top: 35%;
  left: 0;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  position: absolute;
  z-index: -1;
  color: #8c8c8c;
  font-weight: 700;
}
body .ads.ads-729 {
  max-width: 728px;
  height: 90px;
  width: 100%;
  background: #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-729 img,
body .ads.ads-729 embed,
body .ads.ads-729 iframe {
  width: 100%;
  max-width: 728px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-301 {
  max-width: 300px;
  height: 250px;
  width: 100%;
  background: #e6e6e6;
}
body .ads.ads-301 img,
body .ads.ads-301 embed,
body .ads.ads-301 iframe {
  width: 100%;
  max-width: 300px;
  max-height: 250px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .pace .pace-progress {
  background: #008aff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  box-shadow: 0 0 1px #007ce6;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
body .pace-inactive {
  display: none;
}
/*
	Header
 */

header {
  background: white;
  color: #555555;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  min-height: 60px;
  display: block;
  padding: 0;
  margin: 0;
}
header .logo a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
header .logo a span {
  color: #151720;
}
header .search {
  padding-top: 12px;
}
header .search #main-search .input-group-addon {
  border: 0;
  background: #ebebeb;
  color: #b2b2b2;
}
header .search #main-search input {
  background: #ebebeb;
  color: #666666;
  border: 0;
  padding-left: 0;
  box-shadow: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header .search #main-search input:hover,
header .search #main-search input:focus {
  color: #333333;
}
header .nav ul.nav-list {
  display: inline-block;
  float: right;
  padding-top: 20px;
}
header .nav ul.nav-list > li {
  list-style: none;
  float: left;
  margin: 0 8px;
}
header .nav ul.nav-list > li .upload {
  background: #008aff;
  color: white;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .nav ul.nav-list > li .alt {
  background: #e22e40;
  color: white;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .nav ul.nav-list > li .user-avatar img {
  width: 30px;
  margin-right: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
header .nav ul.nav-list > li.dropdown {
  position: relative;
}
header .nav ul.nav-list > li.dropdown ul {
  position: absolute;
  z-index: 99999;
  list-style: none;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  min-width: 200px;
  right: 0;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  -webkit-border-radius: 2px 0 2px 2px;
}
header .nav ul.nav-list > li.dropdown:hover ul {
  display: block;
}
/*
	Content
 */

section {
  padding-top: 30px;
  padding-bottom: 30px;
  /*
		Sidebar
	*/

  /*
		Main Content
	 */

}
section .sidebar h3 {
  color: #008aff;
  font-weight: 700;
  padding-bottom: 13px;
}
section .sidebar ul.channels {
  padding: 0 0 5px;
  list-style: none;
  width: 100%;
}
section .sidebar ul.channels li {
  width: 100%;
  padding: 5px 0;
}
section .sidebar ul.channels li a {
  color: #666666;
  padding: 5px;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .sidebar ul.channels li a:hover {
  color: #008aff;
}
section .sidebar ul.channels li a.current {
  font-weight: 700;
  background: #008aff;
  color: white;
}
section .video-content {
  width: 71.68134%;
}
section .video-content .video-player iframe,
section .video-content .video-player embed,
section .video-content .video-player object,
section .video-content .video-player img {
  width: 100%;
  min-height: 450px;
}
section .video-content .video-info {
  margin-top: 20px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
section .video-content .video-info .video-author {
  padding: 0;
  margin: 0;
  float: left;
}
section .video-content .video-info .video-author img.video-avatar {
  max-width: 48px;
  width: 100%;
  height: 48px;
  margin-right: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .video-content .video-info h2 {
  float: left;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin-top: 5px;
}
section .video-content .video-info h2 small {
  font-size: 11px;
  display: block;
}
section .video-content .video-info .stats {
  text-align: right;
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}
section .video-content .video-info .stats p {
  font-size: 11px;
  color: #999999;
}
section .video-content .video-description {
  overflow: hidden;
  max-height: 150px;
  position: relative;
  cursor: pointer;
}
section .video-content .video-options {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
section .video-content .video-options li {
  display: inline-block;
}
section .video-content .video-share {
  margin-bottom: 15px;
}
section .video-content .ads {
  margin: 8px auto;
}
section .video-sidebar {
  width: 28.32%;
}
section .video-sidebar h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #999999;
}
section .video-sidebar .nav-sidebar {
  list-style: none;
  padding: 0;
  width: 100%;
}
section .video-sidebar .nav-sidebar li {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
section .video-sidebar .nav-sidebar li img {
  float: left;
  width: 140px;
  padding-right: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
section .video-sidebar .nav-sidebar li h4 {
  margin-top: 0;
  font-size: 12px;
}
section .video-sidebar .nav-sidebar li h4 span {
  margin-top: 5px;
  color: #bfbfbf;
  display: block;
}
section .video-sidebar .nav-sidebar li .mediaauthor {
  display: none;
}
section #comments {
  margin-top: 20px;
}
section #comments iframe {
  width: 100%;
}
section .form {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
/*
	Footer
 */

footer {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
}
footer .footer-logo h2 {
  margin-top: 0;
}
footer .footer-logo h2 small {
  margin-top: 5px;
  display: block;
}
/*
	Responsive Small Desktop Screen - Tablet
 */

@media screen and (max-width: 1200px) {
  .video-content,
  .video-sidebar {
    width: auto !important;
  }
  body ul.media li:nth-child(5n) {
    margin-right: 10px;
  }
  body ul.media li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 996px) {
  header {
    padding-bottom: 15px;
  }
  body ul.media li {
    max-width: 232px;
  }
  body ul.media li img {
    max-height: 200px !important;
  }
  body ul.media li:nth-child(5n) {
    margin-right: 10px;
  }
  body ul.media li:nth-child(4n) {
    margin-right: 10px;
  }
  body ul.media li:nth-child(3n) {
    margin-right: 0;
  }
  .video-sidebar .nav-sidebar li img {
    width: 200px !important;
    margin-right: 20px;
  }
  .video-sidebar .nav-sidebar li h4 {
    font-size: 15px !important;
    margin-top: 10px !important;
  }
  .video-sidebar .nav-sidebar li h4 span {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 766px) {
  .ads {
    height: auto !important;
  }
  .ads:before {
    content: ' ' !important;
  }
  body ul.media li {
    max-width: 48%;
  }
  body ul.media li img {
    max-height: 200px !important;
  }
  body ul.media li:nth-child(2n) {
    margin-right: 0;
  }
  body ul.media li:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 450px) {
  header {
    padding-bottom: 15px;
  }
  body ul.media li {
    max-width: 100%;
  }
  body ul.media li img {
    max-height: 200px !important;
  }
  iframe {
    min-height: 200px !important;
  }
  .video-sidebar .nav-sidebar li img {
    width: 100px !important;
    margin-right: 20px;
  }
  .video-sidebar .nav-sidebar li h4 {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  .video-sidebar .nav-sidebar li h4 span {
    margin-top: 5px !important;
  }
}
