@charset "utf-8";
/*============= header =============== */



/*============= section form search =============== */

#search-form {
  position: relative;
}

header #search input[type='text'] {
  width: 300px;
  height: 30px;
  line-height: 30px;
  background-color: #FFF;
  border-radius: 4px;
  border: 0;
  padding: 0 10px;
}

header #search input[type='button'] {
  width: 30px;
  height: 30px;
  background-image: url(../static/img/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  position: absolute;
  right: 4px;
  top: 0;
  background-color: transparent;
  cursor: pointer;
}

#header_search_autocomplete {
  position: absolute;
  right: 0;
  top: 66px;
  z-index: 9999;
  width: 100%;
}

#header_search_autocomplete ul {
  width: 100%;
  padding: 5px 20px;
  background-color: #f5f5f5;
  float: left;
}

#header_search_autocomplete li {
  float: left;
  width: 100%;
  line-height: 20px !important;
}

#header_search_autocomplete li a {
  padding: 4px 0 !important;
  display: block;
  color: #db4a3f !important;
  font-size: 13px !important;
}

#header_search_autocomplete li a:hover {
  color: #333 !important;
}

.load.search {
  color: red;
  text-align: center;
  background: #FFF url("../static/img/load.gif") center center no-repeat;
  height: 20px;
  position: absolute;
  top: 66px;
  z-index: 9999;
  width: 100%;
  display: none;
}

/*============= section content =============== */

.red-color-scheme.followed_title,
.header-social-icons .user-icon {
  background-color: #db4a3f !important;
}

.footer_info .retina {
  height: 58px;
}

.retina-header {
  height: 66px;
}

.header_search .search .gray-form .footer_search_input {
  font-size: 100%;
  font-family: inherit;
}

.pagination ul li.page-numbers {
  line-height: inherit !important;
  padding: 0;
}

.pagination ul li.page-numbers a {
  padding: 11px;
}

.pagination ul li.page-numbers a:hover {
  color: #db4a3f !important;
}

.vid_info h5 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.wrapper .video-block-container.open-video .vid_info a {
  line-height: 30px !important;
}

.vid_info a span {
  line-height: 26px;
}

.video-thumbimg {
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: 140px;
  float: left;
  height: 90px
}

.video-thumbimg::before {
  content: "";
  width: 108%;
  height: 117%;
  display: block;
  position: absolute;
  background: url("../images/shadow-small.png") right bottom no-repeat;
  top: 0px;
  z-index: -2;
  right: -3px;
  background-size: 101% 100%;
  opacity: 0.6;
}

.minmax {
  height: 5px;
}

.video-block-container.open-video .video-block:hover .video-thumbimg,
ul.video_module li .video_container:hover .imgSidethumb {
  box-shadow: 0px 0px 0px 6px rgba(219, 74, 63, 1);
}

#video_carousel li.wide {
  background-color: #000;
}

.pushy_search input[type="text"] {
  max-width: 100%;
}

#list table {
  border-collapse: separate;
  border-spacing: 0;
}

#list .wpb_button.wpb_btn-small,
.category .wpb_button.wpb_btn-small {
  padding: 8px 10px;
}

.wpb_button.wpb_btn-primary.wpb_btn-small:hover {
  background-color: #db1203;
}

.wpb_button.wpb_btn-info.wpb_btn-small:hover {
  background-color: #43b0d5;
}

#list table td {
  border-bottom: 1px solid #dddddd;
  color: #333333;
  padding: 8px 10px;
}

#list table thead th {
  border-bottom: 1px solid #db4a3f;
  padding: 8px 10px;
}

#list table a {
  color: #db4a3f;
  font-size: 15px;
  display: block;
}

#list table a:hover {
  color: #333333;
}

.form-contact .row {
  margin-bottom: 10px;
}

.form-contact label {
  font-size: 15px;
  line-height: 26px;
  color: #333333;
}

.form-contact input[type='text'],
.form-contact input[type='email'],
.form-contact textarea {
  border: 1px solid #e9eae4;
  height: 50px;
  width: 100%;
  padding: 0 18px 0 18px;
  color: #999999;
  font-size: 20px;
  background-color: #fdfdfd;
}

.form-contact textarea {
  height: 150px;
}

.form-contact textarea:hover,
.form-contact input[type='text']:hover,
.form-contact input[type='email']:hover {
  background-color: #FFF;
}

.form-contact button[type='submit'],
.form-contact input[type='submit'] {
  width: initial;
  color: #fff;
  font-size: 20px;
  background-color: #cc6699;
  border: none;
  padding: 0 18px 0 18px;
  height: 50px;
  cursor: pointer;
}

.form-contact button:hover,
.form-contact input[type='submit']:hover {
  background-color: #993366;
}

.genres_info a {
  color: #00b6e5;
  font-weight: bold;
  line-height: 50%;
}

.genres_info span {
  color: black;
  font-weight: 100;
}

img.picture {
  max-width: 100%;
  width: 100%;
}

.video-socialshare-container {
  min-width: 180px;
}

.video-socialshare-container .floatleft {
  float: right;
}

.wrapper .wpb_button.wpb_btn-primary:hover {
  background-color: #db1203;
}

.vid_info {
  padding-top: 15px;
}

.wrapper .video_player ul.video_module .vid_info>span a {
  color: #db4a3f;
}

.imgSidethumb::before {
  content: "";
  width: 108%;
  height: 117%;
  display: block;
  position: absolute;
  background: url("../images/shadow-small.png") right bottom no-repeat;
  top: 0px;
  z-index: -2;
  right: -3px;
  background-size: 101% 100%;
  opacity: 0.6;
}

.video_player.vid_thumbnail .video_module li .video_container:hover .video_image_container,
.video_player.vid_thumbnail .video_module li .video_container:hover .video_image_container {
  box-shadow: 0px 0px 0px 6px rgba(219, 74, 63, 1);
}

.thumbnail-movies {
  background-size: 100% auto !important;
  background-position: center center;
}

.wrapper .followed_title {
  margin-left: -5px;
}

body .wrapper .page-title {
  max-width: 740px;
}

body .wrapper .page-title h1 {
  line-height: 28px;
}

.error_external {
  font-size: 13px;
  color: red;
}

.streamin {
  text-align: center;
}

.streamin img {
  max-width: 100%;
}

.streamin a {
  display: inline-block;
}

.streamin a:hover,
#not_logged_in a:hover,
.form-login input[type="submit"]:hover {
  opacity: 0.8;
}

.detail h1 {
  font-size: 28px;
  color: #db4a3f;
  margin-bottom: 0;
  padding-top: 11px;
}

.pushy_search input[type="text"] {
  height: 30px !important;
  line-height: 30px !important;
}

.pushy_search .sb-icon-search {
  left: 10px !important;
  top: 5px !important;
}

@media only screen and (min-width: 571px) and (max-width: 1199px) {
  .pushy_search {
    display: none
  }
}

@media only screen and (max-width: 570px) {

  .pushy_search #header_search_autocomplete,
  .pushy_search .load.search {
    top: 34px;
  }

  .pushy_search #header_search_autocomplete ul {
    padding: 5px 10px;
  }

  .pushy_search #header_search_autocomplete li a {
    font-size: 12px;
    border: 0 !important;
  }

  .pushy_search #header_search_autocomplete li a:hover {
    background-color: transparent;
  }
}

#video_carousel li.wide:hover a:before,
#video_carousel li.wide.active a:before {
  background-position: 50% 100%;
}

.item_name {
  padding-top: 25px;
}

.item_name h2 {
  color: #db4a3f;
  font-size: 28px;
}

.item_name a {
  color: #db4a3f;
}

.gap.icon1 {
  line-height: 10px;
  height: 10px;
}

.video-page-desc-wrapper {
  max-height: none !important;
}

.video-cat-thumb .vc_separator {
  display: none;
}

.wpb_btn-info.active,
.wpb_btn-primary.active {
  background-color: #ccc !important;
}

.menu_top li.active,
.menu_top li.active a,
.menu_top2 li.active,
.menu_top2 li.active a {
  color: #db4a3f !important
}

.micon-drama::before {
  content: '\E814';
}

.tags {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: right;
  padding-right: 10px;
}

.tags ul {
  padding-top: 8px;
}

.tags li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}

.tags li a {
  background-color: #ccc;
  display: block;
  padding: 3px 8px;
  font-size: 13px;
  border-radius: 4px;
}

.micon-anime::before {}

.sidebar_menu ul.primary-menu li.menu-item.micon-anime a {
  background: url("../static/img/anime.png") right center no-repeat;
}

.sidebar_menu ul.primary-menu li.menu-item.micon-anime a:hover {
  background: url("../static/img/anime_hover.png") right center no-repeat;
}

.ads {
  overflow: hidden;
}

.M278754ScriptRootC165903 {
  max-width: 100%;
  overflow: hidden;
  clear: both;
}

/*============= section right =============== */