body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i {
	font-style: none;
	font-weight: none;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
.clr {
    clear: both;
}
div.clear {
    clear: both;
}
a {
    text-decoration: none;
    color: #dadada;
}
a:hover {
    color: #ffffff;
}
ul {
    list-style: none;
}
.hidden {
    display: none !important;
}
span.url {
    color: #ea4335;
    opacity: 0.8;
}
span.url:hover {
    color: #cf2415;
}
.left {
    float: left;
}
.right {
    float: right;
}
header {
    height: 70px;
}
body {
    background: #1b1b1b;
    color: #dadada;
    font-family: arial, sans-serif;
    font-size: 14px;
}
footer {
    display: grid;
    clear: both;
}
span.viewsvideo {
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    position: absolute;
    bottom: 40px;
    right: 0;
}span.viewsvideo:after {
    content: '';
    display: block;
    background: url(/wp-content/themes/vlxx/assets/img/icon-views.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-left: 3px;
}
#text-logo {
    display: inline;
    float: left;
    margin: 40px 0 0 0;
}
#site-title {
    color: #333;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
}
#site-desc {
    color: #999;
    float: left;
}
#logo {
    float: left;
    margin: 15px 0 0 5px;
    opacity: 0.8;
}
#logo:hover {
    opacity: 1;
}
body>menu {
    margin: 0 auto 25px;
    padding: 0;
    width: 960px;
    z-index: 999;
}
#primary-nav {
    border-top: 2px solid #2b2b2b !important;
    margin: 0 5px;
    background: #1b1b1b;
    font-size: 14px;
    font-weight: 500;
    padding: inherit;
}
#primary-nav .menu {
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#primary-nav .menu li a{
    float: left;
    display: inline-flex;
    text-align: center;
    padding: 5px 10px;
    line-height: 20px;
    margin-right: 5px;
    margin-top: 5px;
    background: #2b2b2b;
    color: #dadada;
    border-radius: 4px;
    z-index: 999;
}
#primary-nav .menu li:hover a,
.menu li:hover a:active {
    text-decoration: none;
    color: #ea4335;
}
span.icon {
    display: inline-flex;
}
.icon-home:before {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-home.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 2px;
}
.icon-verify:before {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-verify.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.icon-subtitles:before {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-subtitles.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.icon-thumbs-up:before {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-thumbs-up.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.icon-views:before {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-views.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.icon-hashtag:before {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-hashtag.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px;
}
#secondary-nav {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    overflow: hidden;
}
#secondary-nav .menu2 {
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#secondary-nav .menu2 a {
    float: left;
    display: inline-block;
    padding: 5px;
    line-height: 26px;
    margin-right: 5px;
    margin-top: 5px;
    background: #ff9900;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
}
#secondary-nav .menu2 a:hover {
	opacity: 1;
}
#breadcrumbs {
    text-transform: none;
}
#page-title {
    display: block;
    margin: 20px 5px 5px 5px;
}
.breadcrumb {
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    border-bottom: 2px solid #2b2b2b;
}
.breadcrumb span a {
    color: #dadada;
}
.breadcrumb span a:hover {
    color: #fff;
    text-decoration: none;
}
#search-box {
    margin: 5px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.search {
    width: 100%;
    max-width: 300px;
    border: 1px solid #2b2b2b;
    display: flex;
    overflow: hidden;
}
span.icon-search {
	display: inline-flex;
	background: #1b1b1b;
	padding: 0.3rem;
	margin-top: 1px;
	color: #dadada;
	opacity: .6;
}
span.icon-search:before{
	content: '';
	background-image: url(/wp-content/themes/vlxx/assets/img/icon-search.svg);
	width: 14px;
	height: 14px;
	background-size: 14px;
	background-repeat: no-repeat;
}
.search .searchTxt {
	width: 100%;
	background: #1b1b1b;
	padding: 5px;
	color: #dadada;
	font-size: 14px;
	outline: 0;
	border: 0;
	border-collapse: separate;
	-webkit-appearance: none;
}
.search .searchBtn {
    background: none repeat scroll 0 0 rgba(234,67,53,.6);
    color: #dadada;
    border-left: 1px solid #2b2b2b !important;
    outline: 0;
    border: 0;
    border-radius: 0;
    float: left;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    -webkit-appearance: none;
}
.search .searchBtn:hover {
	background: #ea4335;
}
.category-info {
    background: #2b2b2b;
    font-size: 14px;
    padding: 5px;
    margin: 0 5px;
    line-height: 1.5;
    border-radius: 4px;
}
#wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    border: 1px solid #2b2b2b;
}
#container {
    display: block;
}
#video {
    margin: 0 5px;
}
#video-list {
    display: block;
}
.video-item {
    width: 20%;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
}
.video-item .logo-video{
	position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 30px;
}
.video-image {
    width: calc(100% - 10px);
    height: 165px;
    display: block;
    margin-left: 5px;
    border-radius: 4px;
}
.ribbon {
    font-size: .9em;
    position: absolute;
    top: 0;
    border-left: 3px solid #ea4335;
    border-radius: 0 4px 4px 0;
    background: none repeat scroll 0 0 rgba(17,17,17,.6);
    padding: 2px 4px;
    margin-top: 2px;
    margin-left: 7px;
    color: #fff;
}
.video-name {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    height: 45px;
    max-height: 45px;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.video-name p {
    margin-top: 3px;
    height: 15px;
    overflow: hidden;
    margin-bottom: 3px;
}
.video-rank {
    font-size: .9em;
    position: absolute;
    top: 0;
    border-left: 3px solid #ea4335;
    border-radius: 0 4px 4px 0;
    background: none repeat scroll 0 0 rgba(17,17,17,.6);
    margin-top: 2px;
    padding: 2px 4px;
    margin-left: 7px;
    color: #fff;
}
#primary-nav .menu li.current-menu-item a{
    background: rgba(234, 67, 53, 0.6);
    color: rgb(218, 218, 218);
}
.video-rank span {
    display: inline-flex;
}
.desktop {
    margin-bottom: 5px;
}
.video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.play-left {
    padding: 0 5px;
}
.play-right {
    position: relative;
    width: 325px;
    margin-top: 5px;
    float: right;
}
.video-right {
    display: block;
}
.video-right li {
    display: inline-flex;
    overflow: hidden;
    padding-bottom: 5px;
}
.video-right li a {
    color: #dadada;
    font-weight: 700;
}
.video-right li a:hover {
    color: #fff;
    font-weight: 700;
}
.video-right li img {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 120px;
    height: 90px;
}
.video-right li img:hover {}
.video-right li status {
    position: absolute;
    background-color: #ea4335;
    padding: 2px 5px;
    color: #fff;
    opacity: .8;
}
.video-content {
    display: block;
}
.video-description {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.5;
    word-wrap: break-word;
}
.video-info {
    display: inline-flex;
}
.video-code {
    font-size: 14px;
    padding: 5px;
    background: #2b2b2b;
    color: #dadada;
    white-space: nowrap;
    border-radius: 4px;
    margin-right: 5px;
}
.video-code:hover {
    color: #fff;
}
.video-link {
    display: inline-block;
    background: #2b2b2b;
    color: #ea4335;
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
}
.video-link:hover {
    color: #cf2415;
}
#video-actions {
    margin-top: 5px;
    display: block;
    font-weight: 400;
}
#video-actions ul {
    margin-top: 0
}
#video-actions .video-server {
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-actions .video-server:hover {
    background: #ea4335;
    color: #fff
}
#video-actions .likes {
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-actions .comments{
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-actions span.comments:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-comment2.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: -1px;
}
#video-actions .sharefacebook{
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-actions a.sharefacebook:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-facebook.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: -1px;
}
#video-actions .telegram{
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-actions a.telegram:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-telegram.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: -1px;
}
.comments-area {
    margin-top: 40px;
}
.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment-meta a {
    color: #333;
}
.comment-meta img {}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}
.comment-metadata {
    margin-left: 50px;
}
.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.comments-area th {
    background: #278cc1;
    color: #fff;
}
.comments-area dd {
    margin-bottom: 15px;
}
.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}
.comment-reply-link {
    background: #1e71f9;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}
.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.comment-metadata {
    font-size: 80%;
}
.comment-reply-link {
    margin-top: 10px;
}
.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li ol.children ol.children {
    padding-left: 20px;
}
.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment-respond {
    margin-top: 50px;
}
.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}
.comment-form label {
    display: block;
    margin-bottom: 10px;
}
.comment-form input,
.comment-form textarea {
    width: 50%;
    margin-bottom: 10px;
}
.comment-form input{
    height: 25px;
}
.comment-form-cookies-consent input{
    width: 30px;
    height: 17px;
}
.comment-form-cookies-consent{
    display: flex;
}
.comment-form input[type=submit] {
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    width: auto;
    background: #ea4335;
    height: auto;
    border: none;
    color: #fff;
}.comment-meta a {
    color: #fff;
} .comment-content{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 7px;
    color: #000;
}.commentlist .children{
    padding-left: 20px;
}
 @media only screen and (max-width: 768px) {
    .comment-form input,
    .comment-form textarea {
        width: 100%;
    }
    .comment-form-cookies-consent input {
        width: 30px;
    }
}
#video-actions .dislikes {
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-actions .likes:hover,
#video-actions .dislikes:hover {
    background: #ea4335;
    color: #fff;
}
#video-actions .rating {
    cursor: pointer;
    background: #2b2b2b;
    padding: 5px;
    border-radius: 4px;
    display: inline-flex;
}
#video-note {
    background: #2b2b2b;
    padding: 5px;
    display: inline-block;
}
span.likes:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-like.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: -1px;
}
span.likes.active:after {
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-liked.svg);
}
span.dislikes:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-dislike.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
}
span.dislikes.active:after {
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-disliked.svg);
}
span.rating:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-heart.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
}
span.dislikes:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-dislike.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 3px;
}
span.dislikes.active:after {
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-disliked.svg);
}
span.views {
    cursor: pointer;
    background: #2b2b2b;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px;
    display: inline-flex;
}
span.views:after {
    content: '';
    display: block;
    background: url(/wp-content/themes/vlxx/assets/img/icon-views.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-left: 3px;
}
span.likes-rank:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-like.svg);
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    margin-left: 3px;
    margin-top: -1px;
    opacity: .9;
}
span.views-rank:after {
    content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-views.svg);
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    margin-left: 3px;
}
span.likes.active:after {
    background-image: url(/wp-content/themes/vlxx/assets/img/liked.svg);
}
.top-likes {
    float: right;
    margin: 5px 0;
    background: #f2f2f2;
    opacity: 0.7;
    padding: 4px 4px;
}
.bt_normal {
    background: #2b2b2b;
}
.bt_active {
    background: #ea4335;
}
#download {
    text-align: center;
}
.download-button {
    display: inline-block;
}
.download {
    width: 16px;
    background: #2b2b2b;
    padding: 5px 10px;
    display: inline-block;
}
.download:hover {
    background: #ea4335;
    color: #fff;
}
a.download:before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/vlxx/assets/img/dl.svg) no-repeat;
    width: 25px;
    height: 14px;
    background-size: 16px;
    background-repeat: no-repeat;
}
.id.dl:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/vlxx/assets/img/dl.svg') no-repeat;
    position: absolute;
    background-size: 16px;
    margin-left: -19px;
}
.quality {
    background: #ea4335;
    padding: 5px 10px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 10px;
}
.quality:hover {
    background: #ea4335;
}
.video-tags {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 400;
}
.category-tag a {
    display: inline-flex;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
}
.category-tag a:before {
	content: '';
    background-image: url(/wp-content/themes/vlxx/assets/img/icon-hashtag.svg);
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 3px;
    background-repeat: no-repeat;
}
.category-tag a:hover {
    background-color: #ea4335;
    color: #fff;
}
.actress-tag {
    list-style-type: none;
    margin: 0;
}
.actress-tag a {
    display: inline-flex;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: nowrap;
    background: #2b2b2b;
    border-left: 3px solid #ff9900;
    border-radius: 0 4px 4px 0;
}
.actress-tag a:hover {
    background-color: #ea4335;
    color: #fff;
}
.search-history {
    list-style-type: none;
    margin: 0 5px;
    overflow: hidden;
}
.search-history a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 5px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
    margin-right: 5px;
}
.search-history a:hover {
    background-color: #ea4335;
    color: #fff;
}
.textFilter {
    list-style-type: none;
    text-transform: uppercase;
    margin: 0 5px 5px;
    overflow: hidden;
}
.textFilter a {
    display: inline-block;
    font-size: 14px;
    padding: 4px;
    margin-top: 5px;
    border-radius: 4px;
    white-space: nowrap;
    background: #2b2b2b;
}
.textFilter a:hover {
    background-color: #ea4335;
    color: #fff;
}
.loadPage .active {
    background-color: #ea4335;
    color: #fff;
}
.pagenavi {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.pagenavi a,.pagenavi span {
    margin-top: 5px;
    border: 1px solid #dadada;
    padding: 5px 15px;
    margin-right: 5px;
    border-radius: 4px;
    display: inline-block;
}
.pagenavi span.current {
    background: #ea4335;
    color: #fff;
}
.pagenavi a:hover {
    background: #ea4335;
    color: #fff;
}
.footer-wrap {
    font-size: 15px;
    font-weight: 500;
    margin: 5px;
    background: #1b1b1b;
    line-height: 1.5;
    border-top: 2px solid #2b2b2b;
}
/* 16x9 Aspect Ratio */
.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}
.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Reponsive */
@media only screen and (max-width:768px) {
    .video-item {
        width: 25%;
        position: relative;
        float: left;
    }
}
@media only screen and (max-width:600px) {
    .video-item {
        width: 33.33333%;
        position: relative;
        float: left;
    }
}
/*@media only screen and (max-width:480px) {*/
/*    .video-item {*/
/*        width: 33.333333%;*/
/*        position: relative;*/
/*        float: left;*/
/*    }*/
/*}*/
/*@media only screen and (max-width:400px) {*/
/*    .video-item {*/
/*        width: 50%;*/
/*        position: relative;*/
/*        float: left;*/
/*    }*/
/*}*/
/* Custom Jwplayer */
#vlxx.jw-error {
    height: 56.25% !important;
}
.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-pip {
    display: none !important;
}
.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important;
}
.jw-toggle.jw-off {
    color: #d8d8d8;
}
.jw-controlbar.jw-background-color.jw-reset {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, .5));
}
.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important;
}
.jw-rightclick {
    display: none !important;
}
.jw-aspect.jw-reset {
    padding-top: 40% !important;
}
.jw-logo.jw-logo-top-right.jw-reset {
    width: 200px !important;
    height: 57px !important;
    margin: 5px !important;
}
.catfish-bottom {
    position: fixed;
    height: auto !important;
    width: 100% !important;
    text-align: center;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}.banner-catfish-bottom {
    display: inline-flex;
    max-width: 50%;
    margin: auto;
    box-shadow: 0 0 5px #fff;
}.catfish-bottom-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: 0.8;
    cursor: pointer;
}
.float-contact {
    position: fixed;
    bottom: 250px;
    right: 20px;
    z-index: 10;
}.chat-telegram {
    display: block;
    margin-bottom: 6px;
    line-height: 0;
}








/*@media only screen and (min-width:480px) {*/
/*    .video-item {*/
/*        width: 33.3333333%;*/
/*        float: left*/
/*    }*/
/*}*/
@media only screen and (max-width:299.98px) {
    #adx {
        display: none !important
    }
}

@media only screen and (max-width:479.98px) {
    .video-item {
        width: 50%;
        float: left
    }
}
@media only screen and (max-width: 768px) {
    .comment-form input,
    .comment-form textarea {
        width: 100%;
    }
    .comment-form-cookies-consent input {
        width: 30px;
    }
    #wrapper {
        max-width: 600px;
    }
    .banner-catfish-bottom {
        max-width: 300px;
        box-shadow: 0 0 5px #fff;
        margin-bottom: 5px !important;
        margin: auto;
    }
}






