/* simple grid */

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

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

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 75%;
    max-width: 60rem;
  }
}


i {
    /*font-style: italic !important;*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
}

button {
    border: none !important;
    margin: -2px 0 0 0 !important;
    padding: 0 1em !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.profile-navbar button {
    margin-left: 2px !important;
    margin-right: 4px !important;
}

.new {
    font-weight: bold !important;
}

.clear {
    clear: both !important;
}

.modal-dialog {
    background-color: #000 !important;
}

.modal-content {
    color: #fff !important;
    opacity: none !important;
    font-size: 12pt;
}

.modal-content textarea {
    font-size: 11pt;
    padding: 5px;
    width: 100%;
    margin: 10px 0;
}


#btnSubmit {
    cursor: pointer !important;
}

#btnSubmit.unclicable {
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
}

.cnt {
    font-size: 11pt !important;
}

.contentBox h3 {
    font-size: 1em !important;
}

/*header */
.header {
    height: 150px !important;
    width: 100% !important;
}

.header h1 {
    height: 115px !important;
    background: #000;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

.header h1 img {
    margin: 10px auto 0 !important;
    max-width: 100%;
    max-height: 100px;
}

.header p {
    margin-right: 10px;
}

nav {
    background: #000;
    background: -moz-linear-gradient(top,  #151618 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #151618 0%,#000000 100%);
    background: linear-gradient(to bottom,  #151618 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151618', endColorstr='#000000',GradientType=0 );
}

.pagination {
    line-height: 50px !important;
}

.playbtn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 38px;
    height: 29px;
    z-index: 2;
}

#home-photos, #home-both, #pagination-photos , #pagination-both{
    display: none;
}

.contentBox, .bg {
    height: 330px !important;
    margin-bottom: 20px !important;
}

.se2 ul {
    margin-left: -65px;
}

.se2 li {
    margin-bottom: 5px;
}

.se-h {
    font-size: 15pt;
    color: #fff;
    text-align: center;
    margin: 15px 0 10px 0;
}

@media (min-width:640px) and (max-width:1000px){

    .contentBox, .bg {
        height: 380px !important;
    }
}

@media (min-width:320px) and (max-width:640px){

.contentBox, .bg {
    height: 430px !important;
    margin-bottom: 20px !important;
}

    .header h1 img {
        /*
        margin: 40px auto 0 !important;
        width: 100% !important;
        */
        margin: 5px auto 0 !important;
    }

}

@media only screen and (max-width: 450px) {
    .header {
        height: 120px !important;
    }
    .header h1 {
        height: auto !important;
    }
    .header h1 img {
        width: 100% !important;
    }
}

h2 small {
    font-size: 11pt !important;
    margin-top: 5px;
}

h2 small i {
    margin-top: -2px;
    font-size: 9pt !important;
}


h3.headUploader {
    float: left;
    font-size: 22px;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.itemDelete, .playlistDelete {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background: rgba(0,0,0,.8);
    padding: .4em .6em;
    font-size: 1.4em;
    z-index: 10;
    cursor: pointer;
}

.itemEdit, .playlistEdit {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #fff;
    background: rgba(0,0,0,.8);
    padding: .4em .6em;
    font-size: 1.4em;
    z-index: 10;
    cursor: pointer;
}

.itemFav, .itemGroup, .itemGroupPhoto {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background: rgba(0,0,0,.8);
    padding: .4em .6em;
    font-size: 1.4em;
    z-index: 10;
    cursor: pointer;
}


.col_wrap_upload {
    width: 80%;
    margin: 10px auto;
}
.col_left {
    float: left;
}
.col_right {
    float: right;
}

.col_left input, .col_right input {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#featured-options {
    display: inline;
    font-size: 11pt;
    color: #6F6F6F;
}

#featured-options span {
    margin: 0 5px;
}

#featured-options a {
    font-weight: 700;
    color: #C80000;
}
@media (max-width:420px) {
    #featured-options {
        display: block;
    }
}

@media (min-width:320px) and (max-width:669px){
    .col_wrap_upload {
        text-align: center;
    }

    .col_left {
        margin: 0 auto 10px auto;
        float: none;
        display: block;
    }
    .col_right {
        margin: 0 auto 10px auto;
        float: none;
        display: block;
    }
}


.but1.upload_videos {
    background: url(../images/bgUploadVideo.gif) no-repeat;
    background-position: 0 -1px;
    width: 249px!important;
    border: 0;
    height: 216px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 177px;
    cursor: pointer;
    outline: 0;
}

.but1.upload_videos:hover {
    background: url(../images/bgUploadVideo.gif) no-repeat;
    background-position: 0 -217px;
    border: 0;
}

.but1.upload_photos {
    background: url(../images/bgUploadPhoto.gif) no-repeat;
    width: 249px!important;
    border: 0;
    height: 216px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 177px;
    cursor: pointer;
    outline: 0;
}

.but1.upload_photos:hover {
    background: url(../images/bgUploadPhoto.gif) no-repeat;
    background-position: 0 -216px;
    border: 0;
}

.bottomUpload {
    text-align: center;
    font-size: 10pt !important;
    color: #868686 !important;
    margin: 20px 0px 0px 0px;
}

.bottomUpload a, .bottomUpload a:hover {
    color: #d00012;
}

.qq-upload-button {
    font-family: "Vegur", sans-serif;
    font-size: 1.8em !important;
    height: 310px !important;
    margin-bottom: 10px;
}

.qq-upload-button div{
    margin-top: 170px !important;
    font-size: 20px !important;
}

#formUpload {
    color: #fff;
    font-size: 13pt !important;
}

#formUpload input[type='text']{
    color: #000;
    width: 100% !important;
    font-size: 13pt;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#formUpload textarea {
    color: #000;
    width: 100% !important;
    font-size: 13pt;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#btnSubmit {
    background: #c80000!important;
    border: #c80000!important;
    font-size: 25px;
    height: 61px;
    width: 259px;
    color: #fff !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}

.locked {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 25px;
    height: 25px;
}

.locked img {
    width: 25px;
    height: 25px;
    border: 0px !important;
}

.channelsMedia {
    margin: 0px 0px 10px 0px !important;
}

.channelsection {
    color: #fff;
}

.channelsection h2 {
    font-size: 15pt;
}

.channelsection a {
    float: right;
    font-size: 15pt;
    color: #c80000;
}

.channelsection a:hover {
    color: #fff;
    text-decoration: underline;
}

.private-video {
    padding:15px;
    text-align:center;
    width: 100%;
    padding: 230px 0;
    background: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    margin-left: 10px;
}

.private-video a {
    color: #c80000;
}


#thisPlayer  {
    position: relative;
    /*padding-bottom: 56.25%;*/ /* 16:9 */
    padding-bottom: 72.25%;
    padding-top: 25px;
    width: 100% !important;
    height: 0 !important;
}

#thisPlayer_api {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Ratings */
#rating-thumbs .votes, #rating-thumbs img {
    font-size:11px;
    display:block;
    float:left;
    margin-left:5px;
}

#rating-thumbs .votes {
    line-height: 38px;
}

#rating-thumbs {
    position: relative;
    float: right;
}

#rating-thumbs .getVotedInfo {
    position:absolute;
    right: 5px;
    top:0px;
    font-size:18px;
    font-weight:bold;
    text-shadow:1px 1px 1px black;
}
/* End Ratings */

/* Sidebar */

.sidebar-ads {
    margin: 0px 0px 20px 0px;
}

.sidebar-block {
    margin: 0px 0px 20px 0px;
    border: 1px solid #4e4e4e;
}

.sidebar-block a {
    color: #c80000;
}

.sidebar-header {
    padding: 8px 5px 5px 5px;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    background-color: #1c1c1c;
    border-bottom: 1px solid #4e4e4e;
}

.se1 {
    float: left;
    margin: 5px 0px;
    width: 31%;
    padding: 5px;
}

.se1 img{
    border: 0 !important;
    margin: 0px !important;
}

.se2 {
    float: right;
    margin: 5px 0px;
    width: 69%;
    color: #fff;
    font-size: 11pt;
}

.se2 p {
    margin-bottom: 4px;
    margin-right: 8px;
}
.se2 a {
    color: #c80000;
}

.cat-box {
    padding: 10px 0 10px 0;
}

.cat-box ul li:nth-child(2n) {
    border-left: 1px solid #404040;
}

.cat-box ul li {
    background: rgba(0, 0, 0, 0) url("../images/point_red.png") no-repeat scroll 5px center;
    color: #ff1a00;
    padding: 5px 5px 5px 15px;
    width: 50%;
    font-size: 12pt;
}

.cat-box a {
    display: block;
    color: #fff;
}

.cat-box a:hover {
    color: #ff1a00;
}

.sub-box {
    padding: 10px 0 10px 0;
}

.sub-box ul li:nth-child(2n) {
    border-left: 1px solid #404040;
}

.sub-box ul li {
    padding: 5px 5px 5px 10px;
    width: 50%;
    font-size: 12pt;
}

.sub-box a {
    color: #fff;
}

/* End Sidebar */

/* Group */

.group-container {
    border: 1px solid #404040;
    margin-bottom: 20px;
    padding: 5px;
}

.group-thumb {
    float: left;
}

.group-thumb {
    float: left;
    width: 20%;
}

.group-thumb img {
    width: 100%;
    height: 100%;
}

.group-details {
    float: left;
    width: 80%;
    padding-left: 10px;
    color: #fff;
    font-size: 12pt;
}

.group-title {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 2px;
}

.group-title a {
    color: #ff1100;
}

.group-by {
    font-size: 9pt;
    margin-bottom: 5px;
}

.group-by a {
    color: #ff1100;
}

.group-manage {
    font-size: 9pt;
    margin-bottom: 5px;
}

.group-manage a {
    color: #ff1100;
}

.group-desc {
    margin: 15px 0 20px 0;
}

.group-info a {
    color: #ff1100;
}

.group-left {
    float: left;
    width: 23.3%;
    font-size: 12pt;
}

.group-middle {
    float: left;
    width: 43.3%;
    font-size: 12pt;
}

.group-right {
    float: left;
    width: 33.3%;
    font-size: 12pt;
    text-align: center;
}

.group-left a, .group-middle a {
    color: #ff1100;
}

.group-right a {
    display: block;
    background-color: #c80000;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold;
}

.group-right a:hover {
    text-decoration: underline;
}

.group-box {
    padding: 0px 0px 15px 0px;
}


.group-box ul li {
    display: block;
    height: 17px;
    padding: 10px 10px 10px 15px;
    font-size: 12pt;
}

.group-box a {
    color: #c80000;
}

.thumbGroup {
    height: 150px;
}

@media (min-width:320px) and (max-width:669px){
    .group-left, .group-middle, .group-right {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .group-thumb {
        width: 30%;
    }

    .group-details {
        width: 70%;
    }
}

.ava {
    float: left;
    padding:20px;
    background:#0d0d0d;
    border:1px solid #212121 !important;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    text-align: center;
    margin: 10px 20px 20px 0px;
    font-size: 12pt;
}

.ava:hover{
    background:#1c1c1c;
    border:1px solid #343434 !important;
}

.ava img {
    margin-bottom: 10px;
}

.ava a {
    color: #ff1100;
}

.memberthumb img {
    width: 212px !important;
    height: 212px !important;
}
/* End Group */

/* Group */

#createGroupForm {
    color: #fff;
    font-size: 12pt;
}

#createGroupForm td {
    padding-bottom: 15px;
}

.input-big {
    width: 100%;
    padding: 5px;
}

/* End Group */

/* Contact Form */

.contactForm {
    margin: 0 auto;
}

.contactForm h1 {
    float: left;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.contactForm p {
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    text-align: justify;
}
.contactForm h2 {
    color: #fff;
    display: block;
    float: left;
    font-size: 19px;
    font-weight: 400;
    margin: 15px 0;
    padding: 10px 0;
    width: 100%;
}
.contactForm ul, .contactForm ul li {
    display: block;
    float: left;
    width: 100%;
}
.contactForm ul li input[type="text"], .contactForm ul li textarea {
    border: 0 none;
    box-sizing: border-box;
    float: left;
    padding: 7px 12px;
    width: 100%;
}
.contactForm ul li textarea {
    font-family: Arial;
    font-size: 13px;
    height: 300px;
}
.contactForm ul.contactOptions li {
    margin-top: 15px;
}
.contactForm ul.contactOptions li input {
    float: left;
    margin-top: 3px;
}
.contactForm ul.contactOptions li label {
    color: #999;
    float: left;
    padding-left: 12px;
    width: 561px;
}
.contactForm ul.contactOptions li label b {
    color: #fff;
    font-size: 12pt;
    padding-bottom: 10px;
}
.contactForm ul.contactDetails i {
    display: block;
    float: left;
    width: 100%;
}
.contactForm ul.contactDetails li {
    margin: 10px 0;
    font-size: 12pt;
}

.contactForm ul.contactDetails li label {
    margin-bottom: 10px;
}

.contactForm ul.contactDetails li input[type="submit"] {
    background: #9f0101 none repeat scroll 0 0;
    border: 1px solid #790000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto 20px auto;
    padding: 10px 0;
    text-shadow: 1px 1px #790000;
    width: 100%;
}
.contactForm ul.contactDetails li input[type="submit"]:hover {
    background: #ba0000 none repeat scroll 0 0;
}

/* Featured Mod */
#featuredPhotos {
    display: none;
}

#moreFeatured {
    margin: 20px 0;
    text-align: center;
}

#moreFeatured a {
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #c80000;
    text-align: center;
}

/* End Featured Mod */

#sidebarUpload {
    margin-bottom: 10px;
    text-align: center;
}

#sidebarUpload a {
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 14pt;
    font-weight: bold;
    background-color: #c80000;
    text-align: center;
}


#member_search {
    color: #fff;
    font-size: 11pt;
    margin-left: 10px;
}

/* Comments */
.com {
    padding: 12px;
    color: #969696;
}
.video_com {
    margin: 0 10px 0 0;
    width: 100%;
    float: left;
}
.video_com2 {
    width: 415px;
}
.com-l img.avatar {
    float: left;
    margin: 0 24px 0 0;
}
.com span,
.com strong {
    color: #fff;
}
.com p {
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 10px;
}
#ajaxComments {
    border: none;
    border: medium none;
    clear: both;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

#ajaxComments legend {
    font-weight: 700;
    font-size: 16px;
    color: #f2f2f2;
    margin-left: 12px;
}

.coolButton {
    -moz-box-shadow: inset 0 1px 0 0 #f9eca0;
    -webkit-box-shadow: inset 0 1px 0 0 #f9eca0;
    box-shadow: inset 0 1px 0 0 #f9eca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
    background: -moz-linear-gradient(center top, #f0c911 5%, #f2ab1e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
    background-color: #f0c911;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e65f44;
    display: inline-block;
    color: #c92200;
    font-family: arial;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 2px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ded17c;
}
.thumb .coolButton {
    position: absolute;
    top: -168px;
    right: 10px;
}
.com span.spacer {
    font-size: 14px;
    display: inline-block;
    line-height: 2px;
    margin-top: -3px;
    color: #999;
}
.video_com a.up img,
.video_com a.down img {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}
.video_com a.up:hover img,
.video_com a.down:hover img {
    opacity: .5;
}
.video_com .replyForm {
    margin-left: 104px;
    margin-top: 10px;
}
.video_com .replyForm textarea {
    width: 100%;
}
.center .cbox .votes {
    float: left;
    font-size: 13px;
    margin-top: 0;
    color: #494949;
    margin-right: 5px;
    margin-top: -1px;
}
.center .cbox span {
    color: #494949;
    font-size: 13px;
    margin-top: -2px;
}
.center .cbox .green {
    color: #3C3;
    margin-top: -1px;
}
.center .cbox .red {
    color: #C00;
    margin-top: -1px;
}
.center .cbox a.up,
.center .cbox a.down {
    margin: 0 1px!important;
    float: left;
    display: block;
}
.center .cbox img.up-off,
.center .cbox img.down-off {
    margin: 0 4px!important;
    float: left;
    display: block;
}
.video_com .com-l {
    float: left;
    position: relative;
    width: 60px;
    margin-right: 21px;
}
.video_com .awardPos {
    position: absolute;
    left: 0;
    top: 4px;
    text-align: center;
    width: 100%;
}
.video_com .com-l img {
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.video_com .com-l .awardPos img {
    width: 14px;
}
.video_com .com-r {
  margin-left: 70px;
}
.profile-r .pro-box .thumbs-wrap {
    width: 945px;
}
.profile-r .pro-box .thumbs {
    float: left;
    padding: 15px 0 15px 10px;
    width: 924px;
}
.profile-r .pro-box .thumbs .thumb {
    margin-left: 5px;
    position: relative;
}
.profile-r .pro-box .thumbs .pages {
    margin-top: 15px;
}
.comments_related {
    float: left;
    width: 100%;
}
.comments_related .leftCollumn {
    float: left;
    width: 800px;
}
.comments_related .rightCollumn {
    float: left;
    width: 426px;
}
.thumbs4.rightCol {
    width: 424px;
}
.thumbs4.rightCol .thumbs {
    width: 415px;
}
.thumbs4.leftCol {
    width: 800px;
}
.leftCollumn #comments,
.leftCollumn #comments .thumbs {
    width: 100%;
}
.leftCollumn #comments .video_com {
    width: 100%;
    border-top: 0!important;
}
.thumbs4.leftCol .thumbs {
    width: 800px;
}

.newStyle img {
    border: 1px solid #ff1a00;
}
.newStyle span {
    position: absolute;
    left: 82px;
    top: 38px;
    display: block;
    width: 12px;
    height: 20px;
    background: url("../images/trangle_comment.gif") no-repeat;
}
.leftCollumn .noitem,
.msg {
    margin-top: 0;
    position: relative;
}
.leftCollumn .leftItem {
    width: 62px;
    float: left;
    display: none;
}
.leftCollumn .leftItem.newStyle {
    display: block;
    height: 80px;
    position: relative;
}
.leftCollumn .rightItem {
    width: 665px;
    float: left;
    margin-top: 12px;
}
.deleteContentIco {
    display: none;
}
.thumb:hover .deleteContentIco {
    display: block;
}
.cbox-h {
    position: relative;
    padding: 4px 10px;
    background: #222;
    border: 1px solid #313131;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

.reportSpam {
    background: rgba(0, 0, 0, 0) url("../images/flag_ico.png") no-repeat scroll 0 0;
    display: none;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px;
}

.cbox-h:hover .reportSpam {
    display: block;
    opacity: .4;
    filter: alpha(opacity=40);
}
.cbox-h .reportSpam:hover {
    opacity: 1;
}
.cbox-h .reportSpam span {
    display: none;
}
.cbox-h .reportSpam:hover span {
    display: block;
    padding: 5px 10px;
    background: #222;
    border: 1px solid #313131;
    font-size: 11px;
    color: #f0f0f0;
    text-shadow: 1px 1px #000;
    position: absolute;
    top: -40px;
    right: -50px;
    width: 100px;
    text-align: center;
    font-weight: 700;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.leftCollumn .thumbs-wrap {
    overflow: visible;
}
.showPostComment {
    width: 695px;
    margin: 0;
}
.showPostComment .noitem.useSmile {
    float: left;
    margin: 7px 0 0;
    width: 100%;
}
.leftCollumn input[type="submit"] {
    float: right;
    line-height: 34px;
    margin-right: 4px;
    margin-top: -1px;
}
.leftCollumn .notification {
    margin-top: 20px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video_com .replyForm textarea {
    width: 610px;
}
.leftCollumn .replyForm input[type="submit"] {
    margin-top: 11px!important;
}

.cbox .green {
    color: #3c3;
    margin-top: -1px;
}

#counterTextarea {
    color: #f0f0f0;
    font-size: 13px;
    margin-left: 10px;
}

a.addSmile, a.addSmile1 {
    background: rgba(0, 0, 0, 0) url("../images/addSmile.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}

.smiles, .smiles1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    display: block;
    left: 27px;
    line-height: 28px;
    padding: 7px 32px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 9999;
}

#comment-controls {
    display: block;
    margin: 0 0 10px 0px;
    height: 20px;
    width: 100% !important;
}


@media (max-width: 767px){
.sendCommentsBox, .sendCommentsBox #comment, .sendCommentsBox #button {
    margin-left: 0;
    margin-right: 0;
}

#comment-form-container {
    max-width: 320px !important;
    overflow-x: hidden;
}

}

#showMoreComments {
    width: 50%;
    margin: 20px auto;
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #c80000;
    text-align: center;
    cursor: pointer;
    max-height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* End Comments */

.more-related, .more-uservids, #usercontent-section, #relatedUserTitle {
    display: none;
}

/*
#usercontent-section {
    margin-top: -30px !important;
}
*/

#moreRelatedbtn {
    width: 50%;
    margin: 20px auto;
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #c80000;
    text-align: center;
    cursor: pointer;
}

#moreUserbtn {
    width: 50%;
    margin: 20px auto;
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #c80000;
    text-align: center;
    cursor: pointer;
}



/*
 * Original version: 1.0 Â© 2010 Andrew Valums ( andrew(at)valums.com )
 * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )
 *
 * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.
 */
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-uploader  #fileInput{
    height:312px;
}
.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: url("../images/uploadbg1.png") no-repeat !important;
    background-position: center !important;
    color: #FFF;
    width: 100% !important;
    height: 297px;
    margin: 0 auto;
    border: 2px dashed #676767;
    background-color: #131313 !important;
}
.qq-upload-button div{
    margin-top: 166px;
        text-transform: uppercase;;
    font-size:18px;
    font-weight:bold;
    color:#fff;
        text-shadow: 1px 1px #000;
}
.qq-upload-button-hover {
    background: url("../images/uploadbg2.png") no-repeat !important;
    background-position: center !important;
    border: 2px dashed #fff;
    background-color: #212121 !important;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height:200px;
    overflow:auto;
}
.qq-upload-list li {
    margin: 0;
    padding: 9px;
    line-height: 15px;
    font-size: 16px;
    width: 100% !important;
    background-color: #000 !important;
}

.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    color: #e00000 !important;
}


.qq-progress-bar {
    width: 0%;
    height: 20px;
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%) !important;
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%) !important;
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ) !important;
    margin-bottom: 3px;
    display: none;
}


.qq-upload-list li
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
    margin-right: 12px;
}

.qq-upload-file {
    color:#000000;
    font-size:14px;
}

.qq-upload-spinner {
    display: inline-block;
    background: url("loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-drop-processing {
    display: none;
}
.qq-drop-processing-spinner {
    display: inline-block;
    background: url("processing.gif");
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-retry {
    display: none;
    color: #000000;
}
.qq-upload-cancel {
    color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    font-size: 12px;
    font-weight: normal;
    color:#990000;
}
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000;
}
.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}
.qq-progress-bar {
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    width: 0%;
    height: 15px;
    border-radius: 6px;
    margin-bottom: 3px;
    display: none;
}
.qq-upload-success .qq-upload-file {
    font-size:11px;
    color:#FFFFFF;
}
.qq-upload-success
.qq-upload-size{
    font-size:11px;
    color:#FFFFFF;

}

.forms-wrapper {
    width: 100% !important;
}
.forms-wrapper label {
    width: 320px;
    text-align: left !important;
}

#member-search-container {
    width: 100%;
    margin: 10px 0;
}

.member-search-item {
    float: left;
    display: inline;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
}

.member-search-item select {
    font-size: 12pt;
}

#member-search-btn {
    background-color: red;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    padding: 2px 10px;
    border: none;
    -webkit-appearance: none;
}

@media (min-width:320px) and (max-width:669px){
    .member-search-item {
        display: block;
        float: none;
        height: auto;
    }
    .member-search-item select {
        width: 100%;
    }

    #member-search-btn {
        width: 100%;
    }
}


/* New Profile */

#user-profile-left {
    float: left;
    width: 300px;
    color: #fff;
    font-size: 12pt;
}

#user-profile-left img {
    width: 100%;
    margin-bottom: 10px;
}

#user-profile-right {
    padding-left: 320px;
    width: 100%;
}

#user-profile-right h4 {
    color: #fff !important;
    font-size: 14pt !important;
    margin: 0px 0px 15px 0px !important;
}

.profile-navbar {
    margin: 0px 0px 20px 0px;
}

.profile-navbar a {
    color: #fff !important;
}

.profile-btn {
    background: #1d1d1d;
    background: -moz-linear-gradient(top,  #1d1d1d 0%, #151515 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(100%,#151515));
    background: -webkit-linear-gradient(top,  #1d1d1d 0%,#151515 100%);
    background: -o-linear-gradient(top,  #1d1d1d 0%,#151515 100%);
    background: -ms-linear-gradient(top,  #1d1d1d 0%,#151515 100%);
    background: linear-gradient(to bottom,  #1d1d1d 0%,#151515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#151515',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 3;
    height: 3em;
    margin-bottom: 0.25em;
    margin-right: 0.35em;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
}

.profile-btn a {
    color: #fff !important;
}

.more {
    font-size: 12pt;
    margin: 10px 0px;
}

@media (min-width:320px) and (max-width:669px){
    #user-profile-left {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    #user-profile-right {
        padding-left: 0;
    }

    #user-profile-avatar {
        float: left;
        display: inline;
        width: 50%;
        margin-bottom: 10px;
    }

    #user-profile-data {
        float: left;
        display: inline;
        width: 45%;
        text-align: left;
        line-height: 18px;
        font-size: 11pt;
        margin: 0px 0px 10px 5px;
    }

    .profile-btn {
        display: block !important;
        font-size: 10pt !important;
    }


    .playerNavbar button {
        font-size: 8pt !important;
    }


    .profile-navbar button {
        display: block !important;
        width: 99% !important;
        font-size: 10pt !important;
        margin: 2px 0 3px 0 !important;
    }

    .player-sleft {
        margin-top: 45px !important;
    }

}

@media (min-width:670px) and (max-width:1220px){
#user-profile-left {
    float: left;
    width: 200px;
    color: #fff;
    font-size: 12pt;
}

#user-profile-right {
    padding-left: 220px;
    width: 100%;
}
}

.send-message-form h3 {
    font-size: 13pt;
    color: #fff;
    margin: 0 0 10px 0px;
}


.send-message-form input {
    margin: 0 0 10px 0px;
}

.redbtn {
    color: #fff;
    font-size: 13pt;
    margin: 10px 0 10px 0 !important;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #c80000;
    border: none;
}
/* End New Profile */


/* New Comments */

#newCommentFormThanks {
    display: none;
    color: #fff;
    font-size: 12pt;
    padding: 20px 0;
    margin-left: 12px;
}

#newCommentForm {
    width: 100%;
    margin: 10px 0;
}

#newCommentForm p {
  margin-left: 12px;
}

#newCommentFormLeft {
    float: left;
    width: 60px;
    margin: 10px 12px;
}

#newCommentFormLeft img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#newCommentFormRight {
    margin: 10px 12px 10px 85px;
    /*width: 80%;*/
}

#newCommentFormRight textarea {
    height: 60px;
    width: 100%;
    font-size: 12pt;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#newCommentFormSmiles {
    float: left;
    width: 16px;
    margin-top: 10px;
}

#newCommentFormSubmit {
    width: 100%;
    text-align: right;
}


#newCommentFormSubmit input {
    background-color: #f51500;
    border: none;
    font-size: 13pt;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    -webkit-appearance:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comments h3 {
    margin-left: 12px;
}

/* New Video Gallery Info */

#newUploadInfo {
    margin: 10px 0;
    width: 70%;
}

#newUploadInfoThumb {
    float: left;
    width: 100px;
    color: #fff;
    font-size: 10pt;
    line-height: 15px;
    text-align: center;
}

#newUploadInfoThumb img {
    margin: 2px 0;
    width: 100%;
}

#newUploadInfoThumb a {
    color: red;
}

#newUploadInfoDetails {
    font-size: 11pt;
    margin-left: 110px;
    width: 100%;
}

#newUploadInfoDetails h3 {
    font-size: 13pt;
    margin: 0 0 5px 0;
}

#newUploadInfoDescription, #newUploadInfoStats, #newUploadInfoCats, #newUploadInfoTags {
    margin-bottom: 10px;
}

/* Sort */

.sort-list {
    float: left;
    position: relative;
    cursor: pointer;
    padding-right: 10px;
    color: #817e81;
}

.sort-list-ul {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #000;
    margin: 0 0 20px 0;
    border-top: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
    z-index: 10;
}

.sort-list-ul li {
    display: block;
    border-bottom: 1px solid #4e4e4e;
}

.sort-list-ul li a {
    display: block;
    text-align: center;
    padding: 5px 30px;
    color: #fff;
}

.player-sright img {
    border: 1px solid #ff1a00;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.cat-list-item {
    width: 23%;
    margin-right: 10px;
    float: left;
    line-height:32px;
}

a.redlinks {
    color: #ff1a00 !important;
}

@media only screen and (max-width: 1350px) {
    .player-sleft {
        float: none !important;
        display: block !important;
        width: 90% !important;
    }
    .player-sright {
        float: none !important;
        display: block !important;
        width: 90% !important;
    }
}

#featured-groups-container {
    max-height: 250px;
}

.featured-group-block {
    display: inline-block;
    width: 16.666% !important;
}

@media (min-width:320px) and (max-width:669px){

#featured-groups-container {
    max-height: none;
}

.featured-group-block {
    display: inline-block !important;
    width: 48% !important;
}

}

img.sort_icon {
    height: 25px;
}

/* Iphone 6Plus Fixes*/
@media only screen and (max-width: 435px) {
    h2 {
        text-align: center;
        margin-bottom: 10px;
        /*height: 4.2em;*/
    }
    #featured-options {
        display: block;
    }
    h2 small {
        float: none;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 680px) {
    .cat-list-item {
        width: 45% !important;
        margin-right: 5px;
    }
}



@media only screen and (max-width: 375px) {
    h2 {
        text-align: center;
        height: 3.2em;
    }
    h2 small {
        float: none;
        margin: 0 0 10px 0;
    }
}

#video-description h3 {
    font-size: 1.3em;
}

#video-description {
    font-size: 12pt;
}

#video-description a {
    color: #D40000;
}

/* Groups */
    .new-group-item {
        float: left;
        display: inline;
        width: 49%;
        margin: 0px 5px 15px 5px;
        border: 1px solid #404040;
        padding: 5px;
    }

    .new-group-photo {
        float: left;
        width: 40%;
        margin-right: 10px;
    }

    .new-group-photo img {
        width: 100%;
    }

    .new-group-title {
        overflow: hidden;
        font-weight: bold;
        font-size: 13pt;
        max-height: 38px;
        text-overflow:ellipsis;
    }

    .new-group-title a {
        color: #bcbcbc;
    }

    .new-group-details {
        float: left;
        width: 50%;
    }

    .new-group-desc {
        font-size: 10pt;
        margin: 5px 0px;
    }

    .new-group-cat {
        font-size: 10pt;
        margin: 5px 0px;
    }

    .new-group-tag {
        font-size: 10pt;
        margin: 5px 0px;
    }

    .new-group-btn {
        width: 100%;
        margin-top: 5px;
        text-align: center;
        font-size: 12pt;
    }

    .new-group-btn a {
        background-color: #c80000;
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 10px 0;
    }

    .new-group-stats {
        /*border: 1px solid #404040;*/
        text-align: center;
        margin-top: 5px;
        padding: 5px;
        font-size: 11pt;
        color: #fff;
        background: #000;
        background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
        background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
        background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    }

    .new-group-desc a, .new-group-stats a, .new-group-cat a, .new-group-tag a {
        color: #ff1100;
    }

@media only screen and (max-width: 1358px) {
    .new-group-item {
        width: 48%;
        margin: 0px 5px 15px 5px;
    }
    .new-group-tag {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .new-group-item {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .new-group-tag {
        display: inline;
    }
}

/*BBCODE*/
.bbcode-editor {
    width: 100%;
}

.bbcode-toolbar {
    margin: 0 0 5px 0;
    list-style-type: none;
    padding: 0;
}

.bbcode-toolbar li {
    display: inline;
    font-size: 10pt;
    padding-left: 18px;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.5;
    color: #ff1100;
}

.bbcode-toolbar li:hover {
    opacity: 1;
}

.bbcode-textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    background-color: #181818;
    border: 1px solid #202020;
    color: #7f7e7e;
    resize: vertical;
    font-size: 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ie-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.bbcode-preview {
    display: none;
    color: #fff;
    background: #000;
    margin: 0 auto;
    padding: 10px;
    font-size: 12pt;
}

.bbcode-preview img {
    max-width: 100%;
}

/* Forum */

.forum-topic {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #404040;
}

.forum-topic:nth-child(odd){
    background: #1c1c1c;
}

.forum-topic-avatar {
    float: left;
    display: inline;
    width: 6%;
    margin-right: 5px;
}

.forum-topic-avatar img {
    width: 100%;
}

.forum-topic-title {
    float: left;
    display: inline;
    width: 50%;
    font-size: 12pt;
    margin: auto 0;
    padding: 1% 0;
}

.forum-topic-title a {
  color: #ff1100;
}

.forum-topic-title p {
    margin: 4px 0;
}

.forum-topic-details {
    float: left;
    display: inline;
    width: 20%;
    font-size: 11pt;
    margin: auto 0;
    padding: 1% 0;
}

.forum-topic-details p {
    margin: 5px 0;
}

.forum-topic-last {
    float: left;
    display: inline;
    width: 20%;
    font-size: 11pt;
    margin: auto 0;
    padding: 1% 0;
}

.forum-topic-last p {
    margin: 5px 0;
}

.forum-topic-last a {
  color: #ff1100;
}

.forum-mobile-details {
    display: none;
}

@media only screen and (max-width: 547px) {
    .forum-topic-details, .forum-topic-last {
        display: none;
    }
    .forum-topic-avatar {
        width: 25%;
    }
    .forum-topic-title {
        width: 73%;
    }
    .forum-mobile-details {
        font-size: 10pt;
        display: block;
    }
}

.forum-message {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #404040;
  padding: 10px 5px;
}

.forum-message:nth-child(odd){
    background: #1c1c1c;
}


.forum-left {
  float: left;
  display: inline;
  width: 20%;
  margin-right: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #404040;
  background: #000;
  background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
  background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

.forum-left p {
  font-size: 11pt;
  margin: 0 0 5px 0;
  color: #fff;
}

.forum-left a {
  font-size: 13pt;
  color: #ff1100;
}

.forum-avatar img {
  width: 100%;
  margin-bottom: 10px;
}

.forum-right {
  float: left;
  display: inline;
  width: 78%;
  font-size: 12pt;
}

.forum-right img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.forum-right a {
  color: #ff1100;
}


.forum-right hr {
  color: #404040;
  background-color: #404040;
  border: 0;
  height: 1px;
}

#forum_message {
  margin: 20px 0;
}

@media only screen and (max-width: 547px) {
  .forum-left {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .forum-avatar img {
    float: left;
    width: 75px;
    margin: 0 10px 0 10px;
  }
  .forum-right {
    display: block;
    width: 100%;
  }
}

.forum-bottom-left {
  float: left;
}

.forum-bottom-left p {
  font-size: 10pt;
}

.forum-bottom-right  {
  float: right;
}

.forum-bottom-right a {
    color: #fff;
}

.forum-btn {
  font-size: 9pt !important;
}

.forum-quote {
  margin: 20px;
  padding: 5px;
  background-color: #1c1c1c;
}

@media only screen and (max-width: 547px) {
  .forum-bottom-left {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .forum-bottom-right  {
    float: none;
    text-align: center;
  }
}

#form-new input[type=text] {
    background: none repeat scroll 0 0 #181818;
    border: 1px solid #202020;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #7f7e7e;
    font-size: 13pt;
    height: 2.4em;
    margin: 0 0 5px 0px;
    outline: none;
    padding: 0 1em;
    width: 100%;
}

#form-new button[type=submit] {
    background-color: #f51500;
    border: none;
    font-size: 13pt;
    font-weight: bold;
    padding: 5px 10px !important;
    color: #fff;
    -webkit-appearance: none;
}

/* Playlists */

.play-thumb {
    background-color: #1C1C1C;
    border-bottom:1px solid #4E4E4E;
    display:block;
    height:0;
    overflow:hidden;
    padding-bottom:74.66667%;
    position:relative;
    z-index:1;
}

.play-thumb img {
    max-width:100%;
    width:100%;
    display:block;
}

.playlist-count {
    text-align: center;
    color: #fff;
    font-size: 9pt;
}

.playlist-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    width: 43%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}

.playlist-thumbs img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    margin: 2px 0px;
}

.playlist-controls {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 3;
}

.playlist-play {
    position: relative;
    height: 50%;
    text-align: center;
    color: #fff;
    font-size: 13pt;
}

.playlist-play:hover {
    background-color: #000;
}

.playlist-play > p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
    z-index: 4;
}

.playlist-play a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: none !important;
    border: 0 !important;
    position: static !important;
}

.playlist-view {
    position: relative;
    height: 50%;
    text-align: center;
    color: #fff;
    font-size: 13pt;
}

.playlist-view:hover {
    background-color: #000;
}

.playlist-view > p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
    z-index: 4;
}

.playlist-view a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: none !important;
    border: 0 !important;
    position: static !important;
}

.playlist-count span {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 3px;
}

/* blocking */

#blocked-user-list {
    font-size: 13pt;
}

#blocked-user-list a {
    color: #fff;
}

.unblock-user {
    color: red;
    cursor: pointer;
}



/* Playlist Controls */
#playlist-controls {
    float: right;
    color: #fff;
    font-size: 12pt !important;
}

#playlist-controls i {
    margin: 0 5px !important;
}

#playlist-controls a {
    color: #fff;
}

.current-slider {
    border-bottom: 1px solid red !important;
}

.slick-prev:before, .slick-next:before {
    color: red !important;
}

.playlistbar-thumb {
    background-color: #fff;
}

.playlistbar-thumb img {
    height: 100%;
}

.playlist-btn {
    cursor: pointer;
}

.multiple-items a {
    background: #1C1C1C;
    border: 1px solid #4E4E4E;
    display: block;
    margin: 0 10px;
}

.multiple-items a {
    position: relative;
}

.multiple-items .thumb {
    border-bottom: 1px solid #4E4E4E;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 74.66667%;
    position: relative;
    z-index: 1;
}

.multiple-items .details {
    /*display: inline-block;*/
    padding: 0 0.25em;
    width: 83%;
}

.multiple-items .details em {
    color: #fff;
    display: block;
    font-size: 1.3em;
    height: 1.3em;
    line-height: 1.6;
    margin: 0 0 0.15em 0.5em;
    overflow: hidden;
    /*padding: 0.3em 0 0;*/
    text-decoration: none;
}

#playlist-titlebar {
	padding: 0px 20px;
	margin-bottom: 20px;
}

#playlist-title {
	font-size: 14pt;
	color: #fff;
}
/* End Playlist Controls */

/* new vid details */
.playerNavbar {
  margin-top: 10px;
}

#n-vid-details {
  margin: 10px 0 10px 0;
  background-color: #171717;
  padding: 12px;
}

#n-vid-details h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #f2f2f2;
  font-size: 2em;
  line-height: normal;
  height: auto;
}

#n-vid-details hr {
  border: 0;
  height: 1px;
  background: #313131;
  margin: 10px 0;
}

#n-vid-detail-left, #n-vid-detail-right {
  width: 49%;
  display: inline-block;
  color: #f2f2f2;
  font-size: 11pt;
  vertical-align: top;
}

#n-vid-detail-left img {
  float: left;
  width: 39px;
  height: 39px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#n-vid-detail-left p, #n-vid-detail-right p {
  margin: 0 0 10px 0;
}

#n-vid-detail-left .categories > a, .button02 {
    font-size: 0.9em;
    font-weight: normal;
    height: 1em;
    line-height: 2;
    margin-bottom: 0;
    margin-right: 0.25em;
    min-width: 4.0em;
    padding: 0 0.66em;
}

#n-like-container {
  float: right;
}

#n-like-btn {
  float: right;
  height: 35px;
}

#n-like-txt {
  float: left;
  line-height: 38px;
  font-size: 11pt;
}

#n-vid-groups {
  margin: 10px 0 10px 0;
  background-color: #171717;
  padding: 12px;
}


@media only screen and (max-width: 800px) {
  #n-vid-detail-left, #n-vid-detail-right {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .playerNavbar {
    text-align: center;
  }
  #n-like-container {
    float: none;
    display: inline-block;
  }
}



@media only screen and (max-width: 1350px) {
  .header ul#nav li a {
    font-size: 1.4em;
    line-height: 3.36;
    height: 3.36em;
    padding: 0 .4em;
  }
}

@media only screen and (max-width: 1280px) {
  .player-right > .sidebar-ads {
    display: inline-block;
  }
}

@media only screen and (max-width: 1170px) {
  .header ul#nav li a {
      font-size: 1.3em;
      line-height: 4.2;
      height: 3.69;
      padding: 0 .3em;
  }
}
@media only screen and (max-width: 1070px) {
  .header ul#nav li a {
      font-size: 1.20em;
      line-height: 4.3;
      padding: 0 .3em;
  }
}
/* end vid details */

/* new head */


#sf-header {
    line-height: 46px;
    background: #000;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

#sf-nav {
    position: relative;
    height: 40px;
    background: #000;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    margin-bottom: 10px;
}

#sf-nav ul, ol {
    list-style: none;
    margin-left: 25px;
}

#sf-nav ul li {
    display: inline-block;
    margin: 0 .2em;
    padding: 0;
}

#sf-nav li a {
    color: #afafaf;
    display: inline-block;
    font-size: 12pt;
    line-height: 40px;
    height: 40px;
    padding: 0 .25em;
    text-decoration: none;
}
#sf-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

#sf-mobnav {
    display: none;
    position: relative;
    height: 40px;
    background: #000;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    margin-bottom: 10px;
}

#sf-mobnav span {
    color: #afafaf;
    display: inline-block;
    font-size: 12pt;
    line-height: 40px;
    height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

#sf-mobnav ul, ol {
    float: right;
    list-style: none;
    margin-right: 25px;
}

#sf-mobnav ul li {
    display: inline-block;
    margin: 0 .1em;
    padding: 0;
}

#sf-mobnav li a i {
    color: #afafaf;
    display: inline-block;
    font-size: 12pt;
    line-height: 40px;
    height: 40px;
    padding: 0 .65em;
    text-decoration: none;
    font-style: normal !important;
}

#sf-mobnav li a i:hover {
    color: #fff;
    text-decoration: none;
}

#sf-mobnav span i {
    color: #afafaf;
    font-style: normal !important;
}

#sf-mobnav span i:hover {
    color: #fff;
    font-style: normal !important;
}

.sf-logo-alt img {
    width: 100%;
}

.row-fix {
    margin: 0 !important;
}



/* rework of search dropdown */

.sf-search {
    position: relative;
    padding-top: 10px;
}

.dropdown {
    float: none;
        position: absolute;
        top: 10px;
        right: 51px;
}

.dropdown dd, .dropdown dt, .dropdown ul {
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}

.dropdown dd, .dropdown dt, .dropdown dt a, .dropdown dt a span, .dropdown ul {
    font-family: Helvetica,Arial,sans-serif;
}

.dropdown dt a span {
    color: #afafaf;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 3.32em;
    line-height: 3.5;
    padding-left: 12px;
    padding-right: 17px;
}

.dropdown dt a {
    background-color: #181818;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
    display: inline-block;
    padding-right: 5px;
    width: 90px;
}
.dropdown dd ul li a {
    padding: 0 !important;
}

.dropdown a, .dropdown a:visited {
    text-align: center;
}


.sf-search input[type=text] {
    background: #181818;
    border: 1px solid #202020;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #afafaf;
    float: left;
    font: 17px Helvetica,sans-serif;
    height: 42px;
    margin: 0;
    outline: 0;
    padding: 0 1em;
    width: 100%;
}

.sf-search input[type=submit] {
        position: absolute;
        top: 10px;
        right: 1px;
    background: url(../images/search-ico.png) no-repeat #181818;
        border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
        border-left: none;
        border-right: none;
    cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    height: 42px;
    width: 50px;
}


.sf-usernav {
    /*padding-top: 5px;*/
    text-align: right;
    padding-top: 18px;
}

.sf-usernav a i {
    color: #afafaf;
    font-style: normal !important;
    font-size: 19pt;
}

.sf-usernav a i:hover {
    color: #fff !important;
}

.dropdown dd ul {
    line-height: 25px;
}

@media (min-width:320px) and (max-width:1024px){
    #sf-mobnav {
        display: block;
    }
    #sf-nav, .sf-usernav {
        display: none;
    }
    .sf-search {
    width: 71% !important;
    }
    .sf-logo-alt img {
        margin-top: 10px;
    }

}

@media (min-width:320px) and (max-width:719px){
    .sf-logo-alt {
        text-align: center;
        margin: 3px 2% !important;
    }
    .sf-logo-alt img {
        height: 100%;
        max-width: 320px;
        margin-top: 0;
    }
    .sf-search {
        width: 96% !important;
        margin: 0 2% 3px 2% !important;
        padding-top: 3px;
    }
    .dropdown, .sf-search input[type=submit] {
        top: 3px;
    }
    .sf-search input[type=submit] {
            top: 3px;
    }
}


.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.menu {
    background-color: #1D1F20;
    background-image: linear-gradient(145deg, #1D1F20, #404348);
}

.menu a {
    color: #fff;
}

.menu a:hover {
    text-decoration: underline;
}

.menu-section {
    margin: 25px 0;
}

.menu-section-title {
    text-transform: uppercase;
    color: #85888d;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin:0;
}

.menu-section-list {
    padding:0;
    margin: 10px 0;
    list-style:none;
}

.menu-section-list li {
    display: block;
}


.menu-section-list a {
    display: block;
    padding: 10px 20px;
    font-size: 11pt;
}

.menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

#panel {
    background-color: #000;
}

.active-nav {
    color: #c80000 !important;
}

/* Profile */
.sm-profile-pic img {
    width: 100%;
}

.sm-profile-d {
    /*background-color: blue;*/
    width: 85.3% !important;
}

.sm-profile-d-name {
    color: #fff;
    padding: 0 5px;
    text-shadow: 1px 1px 1px #000000;
}

.sm-profile-d-name a {
    color: #fff;
}

.sm-profile-d-name i {
    cursor: pointer;
}

.sm-profile-d-name h2 {
    font-size: 15pt;
    font-weight: bold;
    margin: 0;
    text-align: left !important;
}

.is-table-row {
    display: table;
    /*margin: 0 50px 0 50px !important;*/
    padding: 0 0 0 2% !important;
}

.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.sm-profile-nav {
    background: #191a1c;
    margin-bottom: 10px;
}

.sm-profile-nav ul, ol {
    list-style: none;
    margin-left: 25px;
}

.sm-profile-nav ul li {
    display: inline-block;
    margin: 0 .2em;
    padding: 0;
}

.sm-profile-nav li a {
    color: #afafaf;
    display: inline-block;
    font-size: 12pt;
    line-height: 40px;
    height: 40px;
    padding: 0 .65em;
    text-decoration: none;
}
.sm-profile-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

.sm-profile-about h2 {
    font-size: 15pt;
    font-weight: bold;
    margin: 0;
    text-align: left !important;
}

.sm-profile-details b {
    color: #fff;
    font-weight: bold;
}

.sm-profile-details span {
    float: right;
}

.hidden-lg {
        display: none !important;
}

.my-uploads, .my-friends {
    margin: 10px 2%;
}

.my-uploads h4, .my-friends h4 {
    font-size: 15pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #fff;
    text-align: left !important;
}



@media (min-width:320px) and (max-width:1024px){
    .sm-profile-nav li a {
        font-size: 10pt;
    }

    .hidden-lg {
        display: inline-block !important;
    }

    .hidden-sm {
      display: none !important;
    }

    .sm-profile-d-name h2, .sm-profile-about h2 {
        text-align: left;
        height: auto;
    }

    .sm-profile-nav ul, ol {
        margin-left: 0;
    }
}


/* Edit Profile */

.sf-form-label {
    text-align: right;
    color: #fff;
    background-color: #181818;
    padding: 10px 5px;
}

.sf-form-input {
    text-align: center;
    background-color: #181818;
    padding: 10px 5px;
}

.sf-form-input img {
    margin-bottom: 10px;
}

.sf-form-input input, .sf-form-input select, .sf-form-input textarea {
    width: 80%;
}

.sf-form-input-bg img {
    width: 100%;
}

.sf-form-checkbox {
    text-align: center;
    background-color: #181818;
    padding: 10px 5px;
}

.sf-form-checkbox input {
    width: auto !important;
}

.sm-form-btns {
    text-align: center;
}

.sm-form-btn {
    background: #8a0000;
    background: -moz-linear-gradient(top,#8a0000 0,#b90000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8a0000),color-stop(100%,#b90000));
    background: -webkit-linear-gradient(top,#8a0000 0,#b90000 100%);
    background: -o-linear-gradient(top,#8a0000 0,#b90000 100%);
    background: -ms-linear-gradient(top,#8a0000 0,#b90000 100%);
    background: linear-gradient(to bottom,#8a0000 0,#b90000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0000', endColorstr='#b90000', GradientType=0 );
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    color: #fff;
    line-height: 2.3;
    height: 2.3em;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 .5em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
    text-transform: uppercase;
    width: 180px;
    border: 0;
    cursor: pointer;
  }


.sf-members {
    color: #fff;
    font-size: 9pt;
    text-align: center;
}

.sf-members a {
    color: #fff;
    text-decoration: none;
}

.sf-members img {
    width: 100%;
    margin-bottom: 10px;
}

/* Video Previews */
  .thumb video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }

/* Vid Seek Thumbs */
#vidSeek {
    text-align: center;
    padding: 0 0 0 5px;
}

.vidSeekThumb {
    position: relative;
    float: left;
    width: 10%;
}

.vidSeekThumb a {
    color: #fff;
}

.vidSeekThumb img {
    width: 100%;
}

.vidSeekThumb span {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #000;
    padding: 4px;
}

/* v3 Profile */
  h2.v3ProfileUser {
    color: #fff;
    text-align: center;
    font-size: 18pt;
    margin: 10px 0 0 0;
    height: auto;
  }

  .v3ProfileImg {
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    border: solid #fff 2px;
  }

  .v3ProfileImg img {
    width: 100%;
  }

  p.v3ProfileInfo {
    text-align: center;
    color: #fff;
    font-size: 11pt;
    margin: 20px 0 0 0;
  }

  p.v3ProfileActions {
    text-align: center;
    color: #fff;
    font-size: 15pt;
    margin: 10px 0 0 0;
  }

  p.v3ProfileActions a {
    font-size: 16pt;
    color: #fff;
  }

  .v3ProfileShow {
    text-align: center;
    margin: 30px 0 0 0;
  }

  a.v3ProfileShowMore {
    display: block;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #c80000;
    text-align: center;
    cursor: pointer;
    max-height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

.adlabel {
    text-align: center;
    color: #afafaf;
    font-size: 8pt;
    display: block;
    padding: 2px;
}

.thumbc {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.thumbc img {
    width: 100%;
    height: 100%;
}
