/*--ICQ: 342640030---*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f58267;
}

img {
  border: 0 none;
}

input {
  outline: none;
}

body {
  font-size: 13px;
  font-family: 'Ubuntu Condensed', sans-serif;
  background-color: #f0f0f0;
  background-image: url(../img/body-bg.png);
}

h1,
h2 {
  color: #65646a;
  text-transform: uppercase;
  font-size: 130%;
  padding: 10px 0;
}

h1:before,
h2:before {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: -606px -109px;
  margin: 2px 5px 0 0;
}

.t-box,
header,
nav {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.t-box {
  max-width: 1364px;
}

.mobiexo {
  display: none;
}

.logo {
  display: block;
  float: left;
  width: 200px;
  height: 60px;
  background-image: url(../img/logo.png);
  background-position: center ceenter;
  background-repeat: no-repeat;
}

header p {
  display: block;
  float: left;
  width: 100%;
  max-width: 560px;
  width: calc(100% - 585px);
  height: 60px;
  box-sizing: border-box;
  padding: 5px 35px;
  color: #626262;
  line-height: 24px;
}

.soc {
  display: block;
  width: 240px;
  height: 60px;
  padding: 15px 0;
  box-sizing: border-box;
  display: none;
  float: left;
}

header span {
  display: block;
  width: 100%;
  max-width: 380px;
  float: right;
  padding: 15px 0;
  text-align: right;
}

header span a {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #c2c1c7;
  border-radius: 5px;
  padding: 5px 15px;
  color: #65646a;
  font-size: 12px;
  text-transform: lowercase;
}

header span a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}

header span a:hover {
  border-color: #f58267;
  color: #5c4b61;
}

header span a.login:before {
  background-position: -614px -25px;
}

header span a.register:before {
  width: 24px;
  background-position: -684px -25px;
}

header span a.upload {
  background-color: #f58267;
  border-color: #f58267;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  padding: 7px 20px
}

header span a.upload:before {
  width: 36px;
  background-position: -742px -34px;
}

header span a.upload:hover {
  color: #f58267;
  background-color: #fff;
}

header span a.upload:hover:before {
  background-position: -742px 0px;
}
/*--Navigation---*/

nav {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  padding: 1px 0;
}

nav ul {
  float: left;
}

nav li {
  display: inline-block;
  border-left: 1px solid #e5e5e5;
  margin: 0 -3px 0 0;
  overflow: visible;
}

nav li:last-child {
  border-right: 1px solid #e5e5e5
}

nav a {
  display: block;
  color: #5c4b61;
  font-size: 15px;
  padding: 5px 20px;
}

nav li a:after {
  display: block;
  content: '';
  width: 1px;
  height: 4px;
  float: none;
  margin: 4px auto -3px auto;
  border-top: 4px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

nav li.drop a:after {
  border-top: 4px solid #65646a;
}

nav a:before {
  display: block;
  content: '';
  height: 14px;
  width: 14px;
  border-bottom: 3px solid #fff;
  float: none;
  margin: 0 auto;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}

nav a.home:before {
  background-position: -34px -110px;
}

nav a.latest:before {
  background-position: -117px -110px;
}

nav a.best:before {
  background-position: -194px -110px;
}

nav a.popular:before {
  background-position: -291px -110px;
}

nav a.webcam:before {
  background-position: -413px -110px;
}

nav a.categories:before {
  background-position: -520px -110px;
}

nav a.home:hover:before {
  background-position: -34px -148px;
}

nav a.latest:hover:before {
  background-position: -117px -148px;
}

nav a.best:hover:before {
  background-position: -194px -148px;
}

nav a.popular:hover:before {
  background-position: -291px -148px;
}

nav a.webcam:hover:before {
  background-position: -413px -148px;
}

nav a.categories:hover:before {
  background-position: -520px -148px;
}

nav li a:hover {
  color: #f58267;
  box-shadow: inset 0px -2px 0 #f58267;
}

nav li ul {
  display: none;
  position: absolute;
  width: 105px;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #eeeeee;
  margin: 0 -1px;
  padding: 5px;
  text-align: center;
}

nav li .best ~ ul {
  width: 55px;
  overflow: hidden;
}

nav li .categories ~ ul {
  width: 925px;
}

nav li .categories ~ ul li {
  width: 165px;
  text-align: left;
}

nav li .categories ~ ul li a {
  padding-left: 10px;
}

nav li .categories ~ ul li {
  float: left;
  padding: 5px 10px;
}

nav li:hover ul {
  display: block;
}

nav li ul li,
nav li ul li + li {
  border: 0 none;
  text-align: center;
}

nav li ul li:last-child {
  border: 0 none;
}

nav li ul li a {
  float: none;
  padding: 7px 0;
  box-sizing: border-box;
  border: 1px solid #fff;
}

nav li ul li a:before {
  display: none
}

nav li ul li a {
  margin: 0 0 0 -3px
}

nav li ul li {
  display: block;
  float: none;
  text-align: center;
}

nav li ul li a:after {
  display: none !important;
  ;
}

nav ul li ul a:hover {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
}

nav form {
  display: block;
  float: right;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 0 3px 3px #f4f4f4;
  width: 50%;
  width: calc(100% - 560px);
  border-radius: 5px;
  margin: 3px 0;
}

nav form input {
  padding: 13px;
  border: 0 none;
  border-radius: 5px;
  background-color: transparent;
  color: #616161;
}

nav form input[type="submit"] {
  background-color: #f58267;
  color: #fff;
  float: right;
  cursor: pointer;
  width: 88px;
  height: 44px;
  text-align: right;
  background-image: url(../img/icon.png);
  background-position: -735px -90px;
  background-repeat: no-repeat;
  cursor: pointer;
}

nav form input[type="text"] {
  width: 80%;
  width: calc(100% - 130px);
}
/*--List videos--*/

.list_videos {
  text-align: center;
}

.list_videos div {
  display: inline-block;
  vertical-align: top;
  width: 265px;
  height: auto;
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 1px 1px 2px 1px;
  border-radius: 5px;
  margin: 2px 0;
}

.list_videos div a img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.list_videos u,
.list_videos ins {
  display: block;
  position: relative;
  float: left;
  padding: 3px 7px;
  background-color: #fff;
  margin: -27px 2px 0 2px;
  border-radius: 5px;
  text-decoration: none;
  color: #3f3f3f;
  font-size: 12px;
  opacity: 0.85;
}

.list_videos ins {
  float: right;
}

.list_videos u:before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 12px;
  content: '';
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: -36px bottom;
}

.list_videos div i {
  font-style: normal;
  padding: 0 0 0 10px;
  display: none;
}

.list_videos div:hover i {
  display: inline-block;
}

.list_videos div span {
  display: block;
  position: relative;
  width: inherit;
  padding: 0px 5px;
  box-sizing: border-box;
  color: #ff6960;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #fff;
  height: 18px;
}

.list_videos div:hover {
  border-color: #ff6960;
}

.list_videos div:hover span {
  color: #5c4b61
}

.thumb-banner {
  display: block;
  padding: 65px 0 0 0 !important;
  ;
  text-align: center;
  box-sizing: border-box;
  float: right;
  width: 540px !important;
  height: 428px !important;
  ;
  ;
  border: 1px solid #eeeeee;
}

.thumb-banner div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 0 none;
  margin-left: -10px !important;
  border: 1px solid #eeeeee;
  width: 300px !important;
  ;
  height: 250px !important;
  padding: 20px;
}

.thumb-banner img {
  display: block;
  width: 300px !important;
  ;
  height: 250px !important;
  ;
  background-color: #fff;
  border: 1px solid #eeeeee
}

.thumb-banner div:hover,
.thumb-banner:hover {
  border-color: #eeeeee !important;
}
/*
.list_videos div:hover span {
     height:auto;
      white-space: normal;
border-radius:5px;
     box-shadow:0 1px 1px #eeeeee;
}

*/
/*--Related videos--*/

.related {
  max-width: 1220px;
}

.related .list_videos div {
  width: 190px;
  padding: 2px 2px 20px 2px;
  margin: 3px 2px;
}
/*--Pagination--*/

* nav.pagination {
  background-color: transparent;
  border: 0 none;
  text-align: center;
  padding: 10px 0;
}

.pagination * {
  display: inline-block;
  padding: 8px 10px 6px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #f58267;
  border-radius: 5px;
  border-bottom: 2px solid #e67a61
}

.pagination span,
.pagination a:hover {
  background-color: #d5715a
}

.pagination a:before {
  display: none;
}
/*--Text-top list--*/

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

.text-top-list ul {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  min-width: 150px;
  list-style-type: none;
  margin: 5px;
}

.text-top-list li {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
  margin: 4px 0;
  color: #bababa;
  border-bottom: 2px solid #bababa
}

.text-top-list a {
  font-size: 120%
}

.text-top-list a:hover {
  color: #5c4b61;
}

.text-top-list li:hover {
  border-color: #f58267
}


.support {
  display:block;
  height:auto;
  overflow:hidden;
  max-width:1024px;
  margin:0 auto;
}

.support textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    color: #000;
  margin:10px 0;
}

.support input {
    padding: 10px;
    width: 200px;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000
}

.support input[type="submit"] {
    color: #fff;
    border: 1px solid #F58267;
    padding: 10pxpx 20px;
    background-color: #F58267;
    text-align: center;
}


/*--footer--*/

.footer-banner {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.footer-banner div {
  display: inline-block;
  vertical-align: top;
  margin: 5px 1px;
  text-align: center;
}

.footer-banner img {
  display: block;
  width: 300px;
  height: 250px;
  background-color: #fff;
}

footer {
  text-align: center;
}

footer .logo {
  float: none;
  width: 100%;
  background-position: center center;
}

footer p {
  color: #65646a;
  font-size: 12px;
  padding: 10px 0;
}

footer a {
  text-transform: uppercase;
  padding: 0 10px;
}

footer a + a {
  border-left: 1px solid #65646a;
}
/*--Sort--*/

.block_sub_header {
  text-align: right;
  color: #919191;
  text-transform: lowercase;
  display: block;
  position: relative;
  margin: -30px auto 10px auto;
}

.block_sub_header * {
  display: inline-block;
  border-radius: 5px;
}

.block_sub_header a {
  border: 1px solid #c2c1c7;
  background-color: #fff;
  padding: 5px 10px;
  text-transform: capitalize;
}

.block_sub_header a.current {
  border-color: #f58267;
  background-color: #f58267;
  color: #fff;
}

.video_view {
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.video-part {
  display: block;
  width: 100%;
  max-width: 900px;
  float: left;
}

.sponinfo {
  display: block;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.sponinfo a {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}

.sponinfo a.spon {
  float: left;
}

.sponinfo a.spon img {
  width: 210px;
  height: 160px;
  border: 1px solid #000;
}

.getfull {
  width: 100%;
  max-width: 680px;
  height: 73px;
  background-image: url(../img/getfull.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.price {
  border: 1px solid #c2c1c7;
  padding: 7px 30px;
  border-radius: 5px;
  font-size: 24px;
  color: #5c4b61;
}

.join {
  width: 100%;
  max-width: 680px;
  font-size: 24px;
}

.video-links {
  display: block;
  height: 55px;
  overflow: hidden;
  background-color: #e6e7e8;
  margin: 10px 0;
}

.rating {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.rating a {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  background-color: #f58267
}

.g_hidden {
  display: none;
}

#flag_like_this_video {
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: 15px -10px;
}

#flag_dislike_this_video {
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: -32px -7px;
}

#flag_inappropriate_video {
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: -440px -10px;
  background-color: transparent
}

.rating u {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  text-align: center;
  color: #5c4b61;
  font-size: 16px;
  text-decoration: none;
  padding: 0 10px;
}

.rating u i {
  font-style: normal;
  color: #989898
}

.rating em {
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #989898;
  margin: 3px 0 0 0;
}

.rating em span {
  display: block;
  float: left;
  height: 2px;
  background-color: #f58267;
  min-width: 10px;
}

#flagging_success,
#flagging_failure {
  width: 330px;
  text-align: center;
  line-height: 54px;
  font-size: 17px;
  color: #f58267;
  font-style: normal;
}

.views,
.duration,
.date,
.fav {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #d1d3d5;
  padding: 0 10px;
  height: 55px;
  line-height: 54px;
  font-size: 15px;
  color: #9e9e9e;
}

.fav {
  float: right;
  width: 220px;
  text-align: center;
}

.views:before,
.duration:before,
.date:before,
.fav:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 26px;
  height: 24px;
  margin: 0 10px 0 0;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}

.views:before {
  background-position: -152px -24px;
}

.duration:before {
  background-position: -245px -24px;
}

.date:before {
  background-position: -323px -24px;
}

.fav:before {
  background-position: -517px -18px;
  width: 32px;
  height: 32px;
}

.desccription,
.tags {
  color: #929292;
  font-size: 11px;
  text-transform: lowercase;
  display: block;
  padding: 10px 0;
}

.desccription span {
  color: #636363;
  font-size: 13px;
  text-transform: none;
}

.tags a {
  font-size: 14px;
  background-color: #e6e7e8;
  padding: 5px 10px;
  display: inline-block;
  margin: 2px;
  border-radius: 3px;
}

.tags a:hover {
  background-color: #f58267;
  color: #fff
}

.video-banner {
  display: block;
  padding: 10px;
  text-align: center;
  float: right;
  width: 320px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin: 10px 50px;
}

.video-banner div {
  display: inline-block;
  vertical-align: top;
  margin: 5px 1px;
  text-align: center;
}

.video-banner img {
  display: block;
  width: 300px;
  height: 250px;
  background-color: #e6e7e8;
}
/*--Comments---*/

.video_comments {
  display: block;
  clear: both;
  padding: 10px 20px;
  width: 100%;
  max-width: 900px;
}

.video_comments .info_row {
  display: block;
  text-align: right;
  color: #767676;
}

.video_comments .info_row a {
  font-size: 17px;
  padding: 5px 10px;
  display: inline-block;
  margin: 2px;
  border-radius: 3px;
  background-color: #f58267;
  color: #fff
}

.video_comments form {
  display: block;
  height: auto;
  overflow: hidden;
}

.video_comments form input[type="text"] {
  background-color: #dadada;
  border-radius: 5px;
  border: 0 none;
  padding: 5px 10px;
  width: 280px;
  margin: 10px 0;
}

.video_comments form textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 0 none;
  background-color: #f3f3f3;
}

.video_comments form input[type="submit"] {
  font-size: 17px;
  padding: 5px 10px;
  display: inline-block;
  margin: 2px;
  border-radius: 3px;
  background-color: #f58267;
  color: #fff;
  border: 0 none;
  float: right;
  margin: 10px 0;
}

.comment_row {
  display: block;
  height: auto;
  overflow: hidden;
  clear: both;
  padding: 5px 0;
  color: #696969;
}

.comment-info {
  display: block;
  margin-bottom: 20px;
  color: #9e9e9e
}

.comment-info:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 26px;
  height: 24px;
  margin: 0 5px 0 0;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-position: -323px -24px;
}

.comment_row .avatar {
  float: left;
  padding: 0 20px 0 0;
}
/*--Other--*/

.text_content {
  text-align: center;
  height: 65px;
  color: #f58267;
  font-size: 22px;
  line-height: 3
}

.text {
  font-size: 15px;
  line-height: 1.8;
  color: #696969;
  padding: 20px;
  box-sizing: border-box;
}

@media all and (max-width:1360px) {
  .t-box {
    max-width: 1090px;
  }
  .text-top-list ul {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .text-top-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  nav li .categories ~ ul {
    width: 655px;
  }
  .video-part {
    max-width: 99%;
  }
  .player,
  .player div,
  #kt_player,
  #kt_player_internal {
    width: 1080px !important;
    ;
  }
  .video-banner {
    display: block;
    padding: 10px;
    text-align: center;
    float: none;
    clear: both;
    width: 90%;
    border: 1px solid #EEE;
    border-radius: 5px;
    margin: 10px auto;
    box-sizing: border-box
  }
}

@media all and (max-width:1120px) {
  .t-box {
    max-width: 816px;
  }
  header p {
    display: none;
  }
  nav li .categories ~ ul {
    width: 655px;
    margin-left: -320px;
  }
  .player,
  .player div,
  #kt_player,
  #kt_player_internal {
    width: 805px !important;
    height: 600px !important;
    ;
  }
  .sponinfo a.spon {
    float: none;
  }
}

@media all and (max-width:840px) {
  .t-box {
    max-width: 98%;
  }
  .thumb-banner {
    display: none !important;
    ;
  }
  .list_videos div {
    width: calc(100% / 3.2);
  }
  .list_videos div span {
    width:100%
  }
  nav li .categories ~ ul {
    position: absolute;
    right: 5px;
    width: 390px;
  }
  .player,
  .player div,
  #kt_player,
  #kt_player_internal {
    width: 640px !important;
    height: 480px !important;
    ;
  }
  .video-part,
  .video_comments {
    display: block;
    width: 100%;
    max-width: 650px;
    float: none;
    margin: 0 auto;
  }
  .getfull {
    display: none !important;
    ;
  }
  .mobiexo {
    display: block;
    padding: 5px;
    background-color: #fff;
    margin: 5px auto;
    border: 1px solid #e5e5e5;
    ;
    border-radius: 5px;
    width: 300px;
    height: 100px;
    text-align: center;
  }
}

@media all and (max-width:767px) {
  header span {
    display: none;
  }
  nav {
    height: auto;
    overflow: hidden;
  }
  nav form {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
  nav ul {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  nav ul:before {
    display: block;
    content: '== ==';
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 14px;
    padding: 5px 0;
    box-sizing: border-box;
    color: #f58267;
    cursor: pointer;
  }
  nav ul.open {
    width: 150px;
    height: auto;
    z-index: 999;
  }
  nav ul.open li {
    width: 100%;
    border-left: 0 none;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
  }
  nav ul.open:before {
    float: right;
    content: 'x'
  }
  nav ul li ul {
    display: none !important;
  }
  .text-top-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  nav li a:after {
    display: none;
  }
  .block_sub_header {
    text-align: center;
    margin: 10px auto 10px;
  }
  .block_sub_header a {
    margin: 5px;
  }
  .player,
  .player div,
  #kt_player,
  #kt_player_internal {
    width: 480px !important;
    height: 320px !important;
    float: none;
    margin: 0 auto;
  }
  .video-part,
  .video_comments {
    display: block;
    width: 100%;
    max-width: 650px;
    float: none;
    margin: 0 auto;
  }
  .price {
    float: none;
    clear: both;
    width: 90%;
  }
}

@media all and (max-width:500px) {
  .list_videos div {
    width: 48%;
  }
  .list_videos div span {
   
  }
  .text-top-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 95%;
  }
  .related .list_videos div {
    width: 45%
  }
  .player,
  .player div,
  #kt_player,
  #kt_player_internal {
    width: 280px !important;
    height: 210px !important;
    float: none;
    margin: 0 auto;
  }
  .video-part,
  .video_comments {
    display: block;
    width: 100%;
    max-width: 650px;
    float: none;
    margin: 0 auto;
  }
  .price {
    float: none;
    clear: both;
    width: 80%;
  }
  footer a {
    display: none;
    margin: 8px;
  }
}