/**
 * Theme Name: Xvideo Vlog BR
 * Theme URI: https://www.xvideo.vlog.br
 * Author: Anonymous
 * Author URI: https://anonymous.com
 * Description: The purpose of this theme is to present the adult content displayed on this site well to all types of users on any mobile device.
 * Tags: blog, adult content, videos, responsive, mobile, desktop
 * Version: 1.0
 * Requires at least: 5.0
 * Tested up to: 5.4
 * Requires PHP: 7.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: xvideo.vlog.br
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    height: 100%;
}

body {
    color: #000;
    background: #fff;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    min-width: 1300px;
    position: relative;
    min-height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
    background: #26a8db;
    color: #fff;
}

*::selection {
    background: #ccc;
    color: #fff;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

input, select, textarea, button {
    border: none;
    padding: 0;
    margin: 0;
    color: #000;
    vertical-align: middle;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 100%;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, p, strong {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

a:hover {
    text-decoration: underline;
}

#pluginIdTFPU_2 {
    display: none;
}

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

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6c6c6c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6c6c6c;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input.placeholder, textarea.placeholder {
    color: #6c6c6c !important;
}

h1.section_title {
    margin: 20px 0px;
}

*[class*="ico-"], *[class*="icons-"] {
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Ficons.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 9px;
}

*[class*="icons-"] {
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Ficons2.png%3Fv1") no-repeat;
}

.ico-search {
    width: 20px;
    height: 20px;
    background-position: 0 0;
    margin-right: 0;
}

.ico-arrow {
    width: 8px;
    height: 5px;
    background-position: -50px 0;
    margin-right: 0;
}

.ico-pag-prev {
    width: 8px;
    height: 13px;
    background-position: -100px 0;
    margin-right: 0;
}

.ico-pag-next {
    width: 8px;
    height: 13px;
    background-position: -150px 0;
    margin-right: 0;
}

.ico-slide {
    width: 27px;
    height: 27px;
    background-position: -300px 0;
    margin-right: 0;
}

.ico-like {
    width: 26px;
    height: 27px;
    background-position: 0 -50px;
    margin-right: 0;
}

.ico-dislike {
    width: 26px;
    height: 27px;
    background-position: -50px -50px;
    margin-right: 0;
}

.ico-flag {
    width: 31px;
    height: 34px;
    background-position: -100px -50px;
    margin-right: 0;
}

.ico-fav {
    width: 28px;
    height: 24px;
    background-position: -150px -50px;
    margin-right: 0;
}

.ico-share {
    width: 35px;
    height: 35px;
    background-position: -200px -50px;
    margin-right: 0;
}

.ico-download {
    width: 35px;
    height: 35px;
    background-position: -200px -100px;
    margin-right: 0;
}

.ico-facebook {
    width: 32px;
    height: 32px;
    background-position: -250px -50px;
    margin-right: 0;
}

.ico-twitter {
    width: 32px;
    height: 32px;
    background-position: -300px -50px;
    margin-right: 0;
}

.ico-google {
    width: 32px;
    height: 32px;
    background-position: -350px -50px;
    margin-right: 0;
}

.ico-vk {
    width: 32px;
    height: 32px;
    background-position: -400px -50px;
    margin-right: 0;
}

.ico-plus {
    width: 32px;
    height: 32px;
    background-position: -450px -50px;
    margin-right: 0;
}

.ico-views {
    width: 18px;
    height: 12px;
    background-position: 0 -100px;
    margin-right: 8px;
}

.ico-photos {
    width: 18px;
    height: 14px;
    background-position: -50px -100px;
    margin-right: 10px;
}

.ico-added {
    width: 14px;
    height: 17px;
    background-position: -100px -100px;
    margin-right: 7px;
}

.ico-runtime {
    width: 20px;
    height: 20px;
    background-position: -150px -100px;
    margin-right: 7px;
}

.icons-edit {
    width: 21px;
    height: 21px;
    background-position: -200px 0;
    margin-right: 0;
}

.icons-albums {
    width: 21px;
    height: 17px;
    background-position: -200px -25px;
    margin-right: 0;
}

.icons-events {
    width: 21px;
    height: 18px;
    background-position: -200px -50px;
    margin-right: 0;
}

.icons-videos {
    width: 21px;
    height: 14px;
    background-position: -200px -75px;
    margin-right: 0;
}

.icons-fav-videos {
    width: 22px;
    height: 22px;
    background-position: -200px -100px;
    margin-right: 0;
}

.icons-friends {
    width: 21px;
    height: 20px;
    background-position: -200px -125px;
    margin-right: 0;
}

.icons-logout {
    width: 21px;
    height: 23px;
    background-position: -200px -150px;
    margin-right: 0;
}

.btn, .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none
}

.row {
    margin: 0;
    overflow: hidden
}

.col-md-4 {
    float: left;
    padding: 0 5px;
    width: 100%
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-danger {
    color: #fff !important;
    background-color: #6c7169;
    border-color: #545853;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-block {
    display: block;
    width: 100%
}

*[class*="btn-"] {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

*[class*="btn-"]:hover {
    text-decoration: none;
    background: #de0000;
    border: 0;
}

*[class*="btn-"] span {
    display: inline-block;
    vertical-align: middle;
}

.info-tools [class*="btn-"] {
    font-size: 13px;
    line-height: 50px;
    width: 60px;
    height: 50px;
    border-left: 1px solid #225372;
    -webkit-box-shadow: -1px 0 0 0 #0e2c40;
    -moz-box-shadow: -1px 0 0 0 #0e2c40;
    box-shadow: -1px 0 0 0 #0e2c40;
}

.info-tools .btn-green, .info-tools .btn-red, .info-tools .btn-light-blue {
    border-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.video-container {
    margin-bottom: 10px;
}

.profile-actions .btn-black, .profile-actions .btn-light-blue {
    font-size: 13px;
    line-height: 48px;
    padding: 0 19px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.btn-green {
    background: #16c48c;
    border-left: 0;
}

.btn-green:hover {
    background: #17ab7b;
}

.btn-red {
    background: #e3290b;
}

.btn-red:hover {
    background: #b3230b;
}

.btn-blue {
    background: #15405c;
}

.btn-blue:hover {
    background: #082e47;
}

.btn-light-blue {
    background: #00b6db;
}

.btn-light-blue:hover {
    background: #0098b6;
}

.btn-dark-blue {
    background: #152530;
}

.btn-dark-blue:hover {
    background: #00b6db;
}

.btn-black {
    background: #000;
}

.btn-black:hover {
    background: #1d1c1c;
}

.container {
    width: 1320px;
    margin: auto;
    padding: 0 10px;
    position: relative;
}

.row:after, .row:before, .container:after, .container:before, .nav:after, .nav:before {
    display: table;
    clear: both;
    content: '';
}

.pull-right {
    float: right;
    padding-top: 30px;
}

.pull-left {
    float: left;
    width: 80%;
}

.col-left {
    float: left;
    width: 240px;
}

.col-right {
    float: right;
    width: 720px;
}

.header {
    background: #000000;
    -webkit-box-shadow: 0 0 18px rgba(2, 3, 3, 0.63);
    -moz-box-shadow: 0 0 18px rgba(2, 3, 3, 0.63);
    box-shadow: 0 0 18px rgba(2, 3, 3, 0.63);
    margin: 0 0 15px;
    border-bottom: 2px solid #de0000;
}

#list1 {
    font-size: 0;
    margin: 15px 0 1px;
    text-align: center;
}

#list1 li {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    margin: 5px 0;
}

#list1 li a {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 4px;
    border: #212121 solid 1px;
    background: #131313;
    -webkit-box-shadow: 2px 2px 0 0 rgba(217, 217, 217, 1);
    -moz-box-shadow: 2px 2px 0 0 rgba(217, 217, 217, 1);
    box-shadow: 2px 0 0 0 #111;
    color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 3px;
}

#list1 li a:hover {
    text-decoration: none;
    color: #fff;
    background: #eb0000;
    box-shadow: 2px 0 0 0 #590000;
    border: red solid 1px;
}

.logo {
    float: left;
    text-align: center;
    width: 155px;
}

.nav-holder {
    float: right;
    width: 1058px;
    margin-top: 10px;
}

.login-nav {
    padding: 8px 0 6px;
    overflow: hidden;
    text-align: right;
}

.login-nav span {
    font-size: 10px;
    line-height: 12px;
    font-family: "Asap", arial, sans-serif;
    font-weight: 700;
    color: #29dbff;
    text-transform: uppercase;
}

.login-nav ul {
    float: right;
    font-size: 0;
    line-height: normal;
}

.login-nav li {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    font-family: "Asap", arial, sans-serif;
    font-weight: 700;
    padding-right: 7px;
}

.login-nav li a {
    color: #91afc5;
    text-transform: uppercase;
}

.login-nav li a.login {
    color: #29dbff;
}

.login-nav li:after {
    content: '|';
    display: inline-block;
    padding-left: 7px;
    color: #91afc5;
}

.login-nav li:last-child {
    padding-right: 0;
}

.login-nav li:last-child:after {
    display: none;
}

.search {
    position: relative;
    float: left;
    z-index: 1;
}

.search input {
    background: #151515;
    padding: 10px 60px 10px 16px;
    width: 318px;
    height: 35px;
    -webkit-box-shadow: 0 0 5px rgba(4, 4, 4, 0.5);
    -moz-box-shadow: 0 0 5px rgba(4, 4, 4, 0.5);
    box-shadow: 0 0 5px rgba(4, 4, 4, 0.5);
    border: 1px solid #1d1d1d;
}

.search button {
    position: absolute;
    background: #000;
    right: 1px;
    top: 1px;
    width: 38px;
    height: 33px;
    z-index: 2;
    color: #fff;
}

.search-campo {
    background-color: transparent;
    border: medium none;
    color: #fff;
    padding: 0 8px;
    width: 100%;
}

.topo-links {
    width: auto;
    font-size: 0;
    float: right;
    display: table;
}

.topo-links li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    font-family: "Asap", arial, sans-serif;
}

.topo-links li a {
    padding: 10px 5px;
    display: block;
    margin: 0px 10px;
    color: #f5f4f4;
}

.topo-links li a i {
    color: #de0000;
}

.topo-links li a:hover, .topo-links li a.active {
    text-decoration: none;
    color: #b4b4b4;
}

.btn-drop {
    position: absolute;
    top: 0;
    height: 40px;
    width: 18px;
    right: 38px;
    background: #eaeaea;
}

.btn-drop .ico-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-drop .drop {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}

.btn-drop .drop li {
    display: block;
}

.btn-drop .drop span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 12px 15px;
    color: #f5f4f4;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.btn-drop .drop span:hover, .btn-drop .drop span.active {
    text-decoration: none;
    background: #00b5db;
    color: #fff;
    cursor: pointer;
}

.btn-drop:hover {
    cursor: pointer;
}

.btn-drop:hover .drop {
    display: block;
}

.heading {
    overflow: hidden;
    padding: 1px 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #c0c4c6;
}

.heading h1 {
    line-height: 20px;
    font-size: 19px;
}

.heading h2 {
    font: 700 16px/18px "Asap", arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

.heading h4 {
    font: 400 12px/18px "Asap", arial, sans-serif;
    color: #6e6e6e;
    line-height: 25px;
}

.show {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 7px;
    font: 400 12px/14px "Asap", arial, sans-serif;
    color: #6e6e6e;
}

.sort {
    float: right;
    font-size: 0;
    margin: 3px 0 0;
}

.sort li {
    display: inline-block;
    vertical-align: top;
    font: 400 12px/14px "Asap", arial, sans-serif;
    padding-right: 13px;
}

.sort li a {
    color: #6e6e6e;
}

.sort li a:hover, .sort li a.active {
    color: #28c5e5;
    text-decoration: none;
}

.sort li:after {
    content: '|';
    display: inline-block;
    padding-left: 13px;
    color: #6e6e6e;
}

.sort li:last-child {
    padding-right: 0;
}

.sort li:last-child:after {
    display: none;
}

.two-columns {
    overflow: hidden;
}

.two-columns .pull-left {
    width: 975px;
}

.two-columns .pull-left .thumbs {
    margin: 0 0 0 -5px;
}

.two-columns .pull-left .thumbs a {
    margin: 0 0 10px 5px;
}

.two-columns .pull-left .thumbs-community {
    margin: 0 0 0 -20px;
}

.two-columns .pull-left .thumbs-community a {
    margin: 0 0 10px 19px;
}

.two-columns .pull-right {
    width: 300px;
    margin: 0 0 15px;
}

.two-columns .pull-right .advertising {
    margin: 0 0 -12px;
}

.two-columns .pull-right .advertising iframe {
    margin: 12px 0;
    display: block;
}

.advertising iframe img {
    display: block;
}

.thumbs {
    font-size: 0;
    margin: 0 0 0 0px;
}

.thumbs a {
    width: 260px;
    font-size: 13px;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid white;
}

.thumbs a img {
    width: 100%;
    height: 180px;
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    filter: contrast(120%);
}

.thumbs a:hover {
    text-decoration: none;
}

.thumbs a:hover .title {
    background: #de0000;
    color: #fff;
}

.thumbs .item-holder {
    width: 240px;
    margin: 0 0 10px 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    position: relative;
}

.thumbs .item-holder a {
    margin: 0 !important;
    width: auto;
    display: block;
}

.thumbs .item-holder .options {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

.thumbs-albums {
    margin: 0 0 0 -3px;
}

.thumbs-albums .item-holder {
    width: 180px;
    margin: 0 0 10px 19px;
}

.thumbs-albums a {
    width: 180px;
    margin: 0 0 10px 3px;
}

.thumbs-aside {
    margin: 0;
}

.thumbs-aside a {
    margin: 0 0 10px 0;
}

.thumbs-models a img {
    width: 240px;
    height: 320px;
}

.thumb-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumb-img img {
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.duration {
    left: 0;
    background: rgba(0, 0, 0, .6);
    padding: 3px 7px;
    position: absolute;
    bottom: 0;
    color: #fefefe;
    font-size: 11px;
    line-height: 13px;
    width: 50%;
    text-align: left;
}

.rating {
    background: rgba(0, 0, 0, .6);
    padding: 2px 22px 4px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fefefe;
    font-size: 11px;
    line-height: 13px;
    width: 50%;
    text-align: right;
    background-image: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Flike.png");
    background-repeat: no-repeat;
    background-position: right 1px;
}

.duration span {
    color: #d7d8d9;
    margin: 0 8px;
}

.title, .tools {
    display: block;
    padding: 7px 8px 6px 8px;
    color: #152530;
    background: #ebebeb;
    overflow: hidden;
}

.title {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 15px;
    color: #212121;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-top: 4px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background: #fbfbfb;
    font-weight: normal;
    font-size: 12px;
}

.tools {
    -webkit-box-shadow: inset 0px 7px 18px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 7px 18px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 7px 18px -6px rgba(0, 0, 0, 0.5);
}

.added, .views {
    font-size: 10px;
    line-height: 12px;
    color: #898989;
    float: left;
}

.views {
    float: right;
}

.views strong {
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 0 3px;
    color: #52575b;
}

.pagination {
    margin: 15px 0 25px;
}

.pagination .wp-pagenavi {
    text-align: center;
}

.pagination .wp-pagenavi a, .wp-pagenavi span.current {
    margin-top: 6px;
    margin-left: 7px;
    display: inline-block;
    padding: 11px 0;
    line-height: normal;
    color: #333;
    width: 41px;
    font-weight: bold;
    height: 41px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    background: #fafafa linear-gradient(to bottom, #fafafa 0, #d5d4d4 100%) repeat scroll 0 0;
}

.pagination .wp-pagenavi a:hover, .pagination .wp-pagenavi a.active, .pagination .wp-pagenavi span.current {
    border: 1px #de0000 solid;
    color: #fff;
    background: #de0000;
    width: 41px;
    height: 41px;
}

.pagination .wp-pagenavi a:hover .ico-pag-prev, .pagination .wp-pagenavi a.active .ico-pag-prev, .pagination .wp-pagenavi span:hover .ico-pag-prev, .pagination .wp-pagenavi span.active .ico-pag-prev {
    background-position: -200px 0px;
}

.pagination .wp-pagenavi a:hover .ico-pag-next, .pagination .wp-pagenavi a.active .ico-pag-next, .pagination .wp-pagenavi span:hover .ico-pag-next, .pagination .wp-pagenavi span.active .ico-pag-next {
    background-position: -250px 0px;
}

.pagination .wp-pagenavi a.dots:hover, .pagination ul li span.dots:hover {
    border: 0;
}

.pagination .wp-pagenavi a.next, .pagination .wp-pagenavi a.prev, .pagination .wp-pagenavi span.next, .pagination .wp-pagenavi span.prev {
    line-height: 1;
}

.pagination .dots {
    font-size: 14px;
    padding: 16px 0;
    font-family: "Asap", arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    margin: 0;
}

.pagination.big ul li {
    width: 60px;
    height: 60px;
}

.pagination.big ul li a, .pagination.big ul li span {
    width: 48px;
    height: 48px;
    padding: 14px 0;
    margin-left: 6px;
}

.pagination.big ul li a:hover, .pagination.big ul li a.active, .pagination.big ul li span:hover, .pagination.big ul li span.active {
    width: 60px;
    height: 60px;
    padding: 20px 0;
    margin-top: 0;
    margin-left: 0;
}

.pagination.big ul li a.dots, .pagination.big ul li span.dots {
    padding: 20px 0;
    margin-left: 0;
}

.banners {
    background: #eaeaeb;
    padding: 20px 0 0;
}

.banners .advertising {
    font-size: 0;
    margin: 0 0 0 -26px;
    text-align: center;
}

.banners .advertising iframe {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 26px;
}

.footer {
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding: 0 0 6px;
    margin: 0px auto;
    text-align: center;
    border-top: 2px solid red;
}

.footer h2 {
    font-family: sans-serif;
    color: #de0000;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 0 0 0;
}

.footer p {
    text-align: center;
    color: #6e6e6e;
    font-size: 13px;
    line-height: 14px;
    text-transform: none;
    margin: 12px 0 12px
}

.footer span a {
    color: #de0000
}

.footer-nav {
    font-size: 0;
    margin: 20px 0 5px;
}

.footer-nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    padding-right: 12px;
}

.footer-nav li:after {
    content: '|';
    display: inline-block;
    padding-left: 12px;
    color: #5f8ba8;
}

.footer-nav li:last-child {
    padding-right: 0;
}

.footer-nav li:last-child:after {
    display: none;
}

.footer-nav li a {
    text-transform: uppercase;
}

.footer-nav li a:hover, .footer-nav li a.active {
    color: #00c6ff;
    text-decoration: none;
}

.footer a {
    color: #777
}

.copy {
    margin: 10px 0 10px;
}

.categories .pull-left {
    width: 1020px;
}

.categories .pull-left .thumbs {
    margin: 0 0 0 -20px;
}

.categories .pull-left .thumbs a {
    margin: 0 0 10px 20px;
}

.categories .pull-right {
    width: 240px;
}

.cat-nav {
    background: #ebebeb;
    padding: 8px 0;
}

.cat-nav li {
    padding: 0 14px 0 15px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.cat-nav li:hover, .cat-nav li.active {
    background: #00b6db;
    cursor: pointer;
}

.cat-nav li:hover a, .cat-nav li.active a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cat-nav li:hover a span, .cat-nav li.active a span {
    color: #fff;
}

.cat-nav li:hover a strong, .cat-nav li.active a strong {
    color: #fff;
}

.cat-nav li a {
    display: block;
    padding: 7px 0;
    font: 13px/15px "Asap", arial, sans-serif;
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    overflow: hidden;
    white-space: nowrap;
}

.cat-nav li a span {
    color: #152530;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.cat-nav li a strong {
    float: right;
    padding-left: 10px;
    color: #aaaeb1;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.albums .two-columns, .video .two-columns {
    padding: 0 0 5px;
}

.albums .pull-left, .video .pull-left {
    width: 970px;
}

.albums .pull-right, .video .pull-right {
    width: 300px;
}

.albums .pull-right .heading, .video .pull-right .heading {
    padding: 13px 0 8px;
}

.albums .pull-right .advertising, .video .pull-right .advertising {
    margin: 0 0 -10px;
}

.albums .pull-right .advertising iframe, .video .pull-right .advertising iframe {
    margin: 10px 0;
}

.carousels {
    overflow: hidden;
}

.carousels .stage {
    height: auto;
    position: relative;
}

.carousels .stage .carousel-stage {
    overflow: hidden;
    position: relative;
}

.carousels .stage .carousel-stage ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousels .stage .carousel-stage ul li {
    float: left;
    width: 720px;
    overflow: hidden;
}

.carousels .stage .carousel-stage ul li img {
    display: block;
    border: 0;
}

.carousels .navigation {
    position: relative;
}

.carousels .navigation .carousel-navigation {
    overflow: hidden;
    position: relative;
    height: 1126px;
}

.carousels .navigation .carousel-navigation ul {
    width: 100%;
    height: 20000em;
    position: relative;
}

.carousels .navigation .carousel-navigation ul li {
    height: 160px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 0 0 -1px;
}

.carousels .navigation .carousel-navigation ul li .item {
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 0 0 1px 1px;
    font-size: 13px;
}

.carousels .navigation .carousel-navigation ul li .item:hover {
    cursor: pointer;
}

.carousels .navigation .carousel-navigation ul li .item:hover:before {
    opacity: 1;
}

.carousels .navigation .carousel-navigation ul li .item.active:before {
    opacity: 1;
}

.carousels .navigation .carousel-navigation ul li .item:before {
    position: absolute;
    border: 4px solid #00b6db;
    background: rgba(255, 255, 255, 0.7);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.carousels .navigation .carousel-navigation ul li .item img {
    display: block;
    border: 0;
}

.carousels .prev-navigation, .carousels .next-navigation {
    display: block;
    position: absolute;
    width: 100%;
    padding: 2px 0;
    text-align: center;
    z-index: 1;
}

.carousels .prev-navigation {
    left: 0;
    top: 0;
    background: #0295c5;
    opacity: .9;
}

.carousels .prev-navigation.inactive {
    cursor: default;
    background: #ebebeb;
}

.carousels .prev-navigation.inactive .ico-slide {
    background-position: -300px 0;
}

.carousels .prev-navigation .ico-slide {
    background-position: -450px 0;
}

.carousels .next-navigation {
    left: 0;
    bottom: 0;
    background: #0295c5;
    opacity: .9;
}

.carousels .next-navigation.inactive {
    cursor: default;
    background: #ebebeb;
}

.carousels .next-navigation.inactive .ico-slide {
    background-position: -400px 0;
}

.carousels .next-navigation .ico-slide {
    background-position: -350px 0;
}

.info-holder .info-row {
    padding: 0 5px;
    background: #ebebeb;
}

.info-holder .row {
    padding: 9px 0 9px 3px;
    border-bottom: 1px solid #c0c4c6;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.info-holder .row:last-child {
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.info-holder .row span {
    font-size: 13px;
    line-height: 15px;
    color: #727a81;
    vertical-align: middle;
}

.info-holder .row a {
    font-size: 18px;
    line-height: 20px;
    color: #282e33;
    vertical-align: bottom;
    margin: 0 0 0 1px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.info-holder .row a:hover {
    text-decoration: none;
    color: #00b6db;
}

.info-holder .row .com-btn {
    font-size: 0;
}

.info-holder .row .com-btn a {
    padding: 5px 10px;
    font: 13px/15px "Asap", arial, sans-serif;
    margin: 0 0 0 5px;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.info-holder .row .com-btn a:first-child {
    margin: 0;
}

.info-holder .row .head a, .info-holder .row .head em {
    color: #16c48c;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

.info-holder .row .head em {
    font-style: normal;
}

.info-holder .row .head span {
    margin-left: 25px;
}

.info-tools {
    font-size: 0;
    background: #15405c;
}

.flagging-container, .buttons, .social {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.view-rating {
    padding: 0px 43px 0px 43px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    background: #0c151c;
}

.social {
    padding: 9px 10px;
    border-left: 1px solid #225372;
    -webkit-box-shadow: -1px 0 0 0 #0e2c40;
    -moz-box-shadow: -1px 0 0 0 #0e2c40;
    box-shadow: -1px 0 0 0 #0e2c40;
}

.social a {
    margin-left: 8px;
    padding: 0 !important;
}

.social a:first-child {
    margin-left: 0;
}

.info-list {
    font-size: 0;
}

.info-list li {
    font-size: 13px;
    padding-right: 35px;
    display: inline-block;
    vertical-align: top;
}

.info-list li:last-child {
    padding-right: 0;
}

.info-list li:last-child:after {
    display: none;
}

.info-list li:after {
    content: '|';
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
    color: #707375;
}

.info-list strong {
    font-size: 18px;
    line-height: 20px;
    color: #282e33;
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.comment-send {
    padding: 7px 0;
    display: none;
}

.comment-send textarea {
    width: 624px;
    background: #fff;
    padding: 10px 11px;
    border: 1px solid #cccaca;
    height: 40px;
}

.comment-send button {
    font: 14px/16px "Asap", arial, sans-serif;
    padding: 10px 20px;
    color: #fff;
}

.comments {
    padding: 0 10px;
    display: none;
}

.comm-hold {
    padding: 7px 0;
    border-bottom: 1px solid #c0c4c6;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    -moz-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.comm-hold p {
    margin: 12px 0 0;
    color: #41474a;
    font-size: 14px;
    line-height: 16px;
}

.video-holder {
    overflow: hidden;
}

.video-banner {
    padding: 5px 0 0;
    text-align: center;
}

.video-banner center {
    width: 728px;
    margin: 0 auto;
}

.video-banner center h4 {
    text-align: left;
}

.g_hidden {
    display: none;
}

.flagging-container {
    display: inline-block !important;
}

#ipadv {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: black;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    vertical-align: middle;
}

#ipadvc {
    width: 100%;
    height: 100%;
    text-align: center;
}

.continue-play a, .continue-play a > *, .continue-play a * {
    text-decoration: none;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.success {
    padding: 10px 0;
    color: green;
}

.failture {
    padding: 10px 0;
    color: red;
}

#embed textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
}

#reports {
    -webkit-box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    -o-background-clip: border-box;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    -webkit-background-origin: padding-box;
    -moz-background-origin: padding-box;
    -o-background-origin: padding-box;
    background-origin: padding-box;
    border-bottom-color: #333;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: #333;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #333;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #333;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-top-style: none;
    border-top-width: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
    clear: none;
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    min-width: 0px;
    width: 718px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    position: static;
    zoom: 1;
}

#reports select, #reports input {
    color: #333;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
}

#reports textarea, #reports select {
    border: 1px solid #dadada;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

#reports input {
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#reports input:hover {
    background: #c0c0c0;
}

.form-reason {
    padding: 10px;
}

.form-reason .row {
    border: 0;
}

.form-reason span {
    display: inline-block;
    vertical-align: middle;
}

.form-reason textarea {
    margin: 10px 0 0;
    width: 100%;
    height: 100px;
    padding: 10px;
}

.form-box {
    overflow: hidden;
    max-width: 600px;
    margin: 60px auto;
    padding-bottom: 20px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-box #recaptcha_widget_div {
    width: 318px;
    padding-left: 166px;
    margin-top: 10px;
}

.form-box .section-header {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding: 10px 30px;
}

.form-box .section-header h3 {
    padding-top: 4px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Asap", arial, sans-serif;
    font-weight: bold;
    color: #000;
}

.form-box .form-group {
    position: relative;
    padding-left: 170px;
    margin-top: 10px;
    padding-right: 30px;
}

.form-box .form-group:first-child {
    margin-top: 0;
}

.form-box .form-group label {
    display: block;
    width: 170px;
    padding-left: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    color: #0c0c0c;
    font-family: "Asap", arial, sans-serif;
}

.form-box .form-group input, .form-box .form-group textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 12px;
    font-size: 13px;
    color: #555;
    outline: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-box .form-group textarea {
    height: 100px;
}

.form-box .btn-group {
    position: relative;
    padding-left: 170px;
    margin-top: 10px;
    padding-right: 30px;
    text-align: right;
}

.form-box .btn-group .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 18px;
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Asap', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    min-height: 33px;
    background: #0295c5;
    margin: 0 10px 0 0;
}

.form-box .btn-group .btn:hover {
    background: #087FA6;
}

.form-box p {
    margin: 15px 0 0;
    padding-left: 170px;
}

.private {
    position: absolute;
    left: 0;
    top: -25px;
    z-index: 4;
}

.legalContainer {
    padding: 0;
    margin: 0 auto 10px;
    text-align: justify;
    font-size: 11px;
    font-family: Tahoma, arial, sans-serif;
}

.legalContainer p {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0px 2px;
}

.legalContainer a.white {
    color: #000000;
    text-decoration: underline;
}

.legalContainer a.white:hover {
    text-decoration: none;
}

.legalContainer ol {
    padding-left: 25px;
}

.legalContainer ol li {
    list-style-type: decimal;
}

h1.legal {
    color: #000000;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 7px 0px 24px;
}

h2.legal {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 8px;
}

#TermsOfService, #PrivacyPolicyHeading, #DMCAHeading, #USC2257Heading {
    margin-top: 25px;
    padding-top: 5px;
}

.headline {
    border-bottom: 1px solid #c0c4c6;
    margin: 0 0 10px 0;
    padding: 4px 0 0;
}

.headline:after {
    content: "";
    display: block;
    clear: both;
}

.headline h2 {
    font-size: 15px;
    line-height: 17px;
    color: #202020;
    display: inline-block;
    margin: 10px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

.headline h2 span {
    font-size: 12px;
    line-height: 14px;
    color: #202020;
    text-transform: none;
    font-weight: 300;
}

.sorting {
    float: right;
    width: 495px;
    display: table;
    text-align: center;
    background: #f4f4f4;
}

.sorting a, .sorting span {
    font-size: 12px;
    line-height: 31px;
    color: #202020;
    text-transform: uppercase;
    display: table-cell;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.sorting a:hover {
    background: #00b5db;
    text-decoration: none;
    color: #fff;
}

.sorting span.active {
    background: #00b5db url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2F..%2Fimages%2Fbg-sort-active.jpg") repeat-x;
    color: #fff;
}

.search-members {
    background: #143e5b;
    padding: 15px 20px 20px 20px;
    text-align: center;
}

.search-members input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #475055;
    background: #fff;
    width: 100%;
    padding: 0 11px;
    border: 1px solid #dde2e4;
}

.search-members select {
    width: 100%;
}

.search-members form > div {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    margin: 7px 0 0 5px;
}

.search-members form > div:first-child {
    margin: 7px 0 0 0;
}

.item-query {
    width: 175px;
}

.search-members label {
    font-size: 13px;
    line-height: 15px;
    color: #b4b4b4;
    display: inline-block;
    margin: 0 0 5px;
}

.item-gender {
    width: 149px;
}

.item-age {
    color: #fff;
}

.item-age ul li {
    width: 70px;
    display: inline-block;
}

.item-sort {
    width: 180px;
}

.item-avatar .checkboxArea,
.item-avatar .checkboxAreaChecked {
    float: left;
}

.item-avatar label {
    margin: 0 0 10px 5px;
    line-height: 21px;
}

.confirm {
    line-height: 40px;
    font-size: 13px;
    padding: 0 19px;
    color: #fff;
    text-transform: uppercase;
    background: #00b5db;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.confirm:hover {
    background: #087FA6;
}

.selectArea {
    border: 1px solid #dde2e4;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    color: #a3abaf;
    display: block;
    position: relative;
    padding: 0 44px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}

.selectButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.optionsDivInvisible {
    display: none;
}

.outtaHere {
    position: absolute;
    left: -9999px;
}

.selectButton:after {
    position: absolute;
    content: "";
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Ficons2.png") no-repeat;
    width: 11px;
    height: 6px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -150px -50px;
}

.selectButton:before {
    position: absolute;
    content: "";
    background: #dde2e4;
    width: 1px;
    height: 100%;
    right: 31px;
    top: 0;
}

.optionsDivVisible {
    font-size: 13px;
    line-height: 35px;
    z-index: 100;
    background: #ebebeb;
    margin: 0;
    max-height: 211px;
    overflow: auto;
    border: 1px solid #B3B5BA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.optionsDivVisible a {
    padding: 0 5px;
    display: block;
    color: #000;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.optionsDivVisible a:hover {
    background: #00b5db;
    color: #fff;
    text-decoration: none;
}

.checkboxArea, .checkboxAreaChecked, .radioArea, .radioAreaChecked {
    width: 21px;
    height: 21px;
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Ficons2.png") no-repeat;
    background-position: -75px -75px;
}

.checkboxAreaChecked, .radioAreaChecked {
    background-position: -75px -100px;
}

.radioArea, .radioAreaChecked {
    display: inline-block;
    vertical-align: middle;
}

.list-members {
    margin: 10px 0 0 -10px;
    font-size: 0;
    text-align: center;
}

.thumb-member {
    width: 236px;
    padding: 4px 10px 4px 4px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 10px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.thumb-member:hover {
    border-color: #00b5db;
    text-decoration: none;
}

.thumb-member .avatar {
    float: left;
    position: relative;
    margin-right: 10px;
}

.thumb-member .member-info {
    overflow: hidden;
}

.member-info .member-name {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-info .member-age {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #736f6f;
}

.member-info .member-age strong {
    font-size: 11px;
    color: #000;
}

.member-info .member-uploads {
    display: block;
    color: #7e7e7e;
    font-size: 10px;
    line-height: 16px;
}

.member-info .member-joined {
    display: block;
    color: #949494;
    font-size: 10px;
    line-height: 23px;
    border-top: 1px solid #e6e6e6;
    margin: 5px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-events {
    margin: 10px 0 0 -10px;
    font-size: 0;
    text-align: center;
}

.event-thumb {
    width: 236px;
    padding: 4px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 10px;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.event-thumb .avatar {
    float: left;
    position: relative;
    margin-right: 10px;
}

.event-thumb .avatar .country {
    position: absolute;
    left: 3px;
    bottom: 3px;
}

.event-thumb .event-info {
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
}

.event-info span {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-info a {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-info span {
    font-size: 11px;
    color: #00b5db;
}

.comments-event {
    margin: 10px 0 0;
    font-size: 12px;
}

.comments-event .event-thumb {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

.comments-event .event-thumb img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 91px;
}

.comments-event .event-thumb .event-info {
    display: inline-block;
    vertical-align: middle;
    width: 845px;
}

.comments-event .event-thumb .event-info a {
    display: inline;
    margin: 0 2px;
}

.comments-event .event-thumb .event-info span {
    display: inline;
    margin: 0 2px;
}

.comments-event .event-thumb .event-info span.anonymous_user {
    color: #000;
    font-size: 12px;
}

.comments-event .event-thumb .event-info p {
    color: #000;
    margin: 5px 0 0;
}

.profile-menu {
    background: #1d1c1c;
    margin: 10px 0 0 0;
}

.profile-avatar {
    overflow: hidden;
    padding: 11px 10px 9px 11px;
    border-bottom: 2px solid #232326;
}

.profile-avatar .avatar {
    float: left;
    margin-right: 17px;
}

.profile-avatar span {
    display: block;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    max-height: 42px;
    overflow: hidden;
}

.profile-avatar strong {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.profile-uploads {
    height: 79px;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 2px solid #232326;
}

.profile-uploads li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    border-left: 2px solid #232326;
}

.profile-uploads li span {
    font-size: 13px;
    color: #909090;
    display: block;
}

.profile-uploads li strong {
    font-size: 16px;
    color: #d5d5d5;
    display: block;
}

.profile-uploads li:first-child {
    border: none;
}

.profile-list a, .profile-list span {
    font-size: 15px;
    line-height: 45px;
    color: #c4c4c4;
    display: block;
    padding: 0 21px 0 21px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-list a strong, .profile-list span strong {
    color: #fff;
    background: #484d59;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    min-width: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    right: 40px;
    margin: auto;
    padding: 0 8px;
}

.profile-list a i, .profile-list span i {
    margin: 0 15px 3px 0px;
}

.profile-list a:hover, .profile-list span:hover {
    text-decoration: none;
}

.profile-list a:hover, .profile-list span {
    background: #f7f7f7;
    color: #000;
}

.profile-list a:hover strong, .profile-list span strong {
    background: #00b5db;
}

.profile-list a:hover .icons-edit,
.profile-list span .icons-edit {
    background-position: -225px 0;
}

.profile-list a:hover .icons-albums,
.profile-list span .icons-albums {
    background-position: -225px -25px;
}

.profile-list a:hover .icons-events,
.profile-list span .icons-events {
    background-position: -225px -50px;
}

.profile-list a:hover .icons-videos,
.profile-list span .icons-videos {
    background-position: -225px -75px;
}

.profile-list a:hover .icons-fav-videos,
.profile-list span .icons-fav-videos {
    background-position: -225px -100px;
}

.profile-list a:hover .icons-friends,
.profile-list span .icons-friends {
    background-position: -225px -125px;
}

.profile-list a:hover .icons-logout,
.profile-list span .icons-logout {
    background-position: -225px -150px;
}

.profile-info {
    padding: 0 10px;
}

.profile-info textarea {
    width: 100%;
    padding: 10px;
    resize: none;
    border: 1px solid #f0f0f4;
}

.profile-info p {
    padding: 5px 0;
    color: #58C234;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.line {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f4;
}

.line span {
    color: #777;
    line-height: 48px;
}

.line span strong {
    font-size: 15px;
    color: #000;
}

.line .left {
    float: left;
}

.line .right {
    float: right;
}

.send_message .line, .add_to_friends .line {
    border: 0;
}

.member_profile_view {
    margin: 0 0 15px;
}

.text_content {
    font-size: 18px;
    padding: 30px 0;
    text-align: center;
}

.block-form {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0;
}

.block-form input[type="text"], .block-form input[type="file"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #475055;
    background: #fff;
    width: 100%;
    padding: 0 11px;
    border: 1px solid #dde2e4;
}

.block-form input[type="file"] {
    padding: 8px 11px;
    line-height: normal;
    height: auto;
}

.block-form textarea {
    line-height: 28px;
    font-size: 14px;
    color: #475055;
    background: #fff;
    width: 100%;
    padding: 6px 11px;
    border: 1px solid #dde2e4;
    resize: none;
}

.block-form p {
    color: #000;
    font-size: 14px;
    padding: 0 0 20px;
}

.block-form select {
    width: 100%;
}

.block-form .failture {
    font-size: 13px;
    line-height: 15px;
}

.column {
    width: 48%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.column textarea {
    height: 90px;
}

.group {
    overflow: hidden;
    margin-bottom: 11px;
}

.label {
    font-size: 13px;
    line-height: 40px;
    color: #424242;
    float: left;
    width: 130px;
    margin-right: 15px;
    text-align: right;
}

.check-group {
    margin-top: 20px;
    margin-bottom: 30px;
}

.check-group .holder {
    max-height: 500px;
    overflow-y: auto;
}

.check-group .label {
    line-height: 21px;
}

.holder {
    overflow: hidden;
    text-align: left;
}

.holder .row {
    margin-bottom: 10px;
}

.item {
    float: left;
    width: 20%;
    margin-bottom: 29px;
    position: relative;
}

.check-group .checkboxArea, .check-group .checkboxAreaChecked {
    float: left;
    margin-right: 5px;
}

.item label {
    font-size: 14px;
    line-height: 21px;
    color: #475055;
    margin-left: 9px;
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prompt {
    font-size: 12px;
    line-height: 14px;
    color: #353d4b;
    display: block;
    padding: 5px 0;
    text-align: center;
}

.choose {
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    background: #1c1c1c;
    padding: 0 9px;
    float: right;
    color: #fff;
}

.wrap-overflow {
    overflow: hidden;
    padding: 5px 0px;
}

.photos-hint {
    font-size: 12px;
    text-align: left;
    margin: 12px 0 10px;
    display: block;
}

.save {
    padding: 6px 30px;
    font: 14px/16px "Asap", arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.label-wide {
    font-size: 13px;
    line-height: 15px;
    color: #424242;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.actions-btn {
    text-align: center;
    padding: 20px;
}

.actions-btn button {
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font: 16px/18px "Asap", arial, sans-serif;
}

.edit-form {
    padding: 20px;
}

.edit-form .label {
    width: 190px;
}

.edit-form .birthday select {
    width: 200px;
}

.edit-form .birthday .selectArea {
    width: 200px !important;
    float: left;
    margin: 0 10px 0 0;
}

.delete-group .holder {
    padding: 9px 0 0;
}

.holder-upload * {
    font-size: 14px;
}

.holder-upload .prompt {
    font-size: 12px;
}

.holder-upload button {
    font: 14px/16px "Asap", arial, sans-serif;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}

.select-form {
    overflow: hidden;
    background: #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #868686;
    margin: 0 auto;
}

.select-form .head {
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    background: #00b6db;
}

.select-form .head span {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    display: block;
    padding: 15px 0 15px 20px;
}

.select-form .head .close {
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Ficons2.png") no-repeat;
    background-position: -175px -50px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.select-form .select-details {
    padding: 20px 30px;
}

.select-form p {
    color: #475055;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.select-form .confirm {
    float: right;
    margin: 10px 0 20px 0;
}

.uploader_popup {
    height: 322px !important;
}

.video_edit .uploader_progress {
    overflow: hidden;
    background: #fff;
}

.video_edit .uploader_progress .progress_bar {
    height: 40px;
    background: #00B693;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    line-height: 40px;
    text-indent: 5px;
}

.messages-list {
    padding: 0 10px;
}

.messages-list .actions-btn {
    overflow: hidden;
}

.messages-list .actions-btn button {
    float: right;
}

.message {
    padding: 4px 10px 4px 5px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin-bottom: 20px;
}

.message .avatar {
    float: left;
    margin-right: 9px;
    position: relative;
}

.message .delete-block {
    float: right;
    height: 74px;
    width: 50px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    margin-left: 3%;
}

.message .delete-block .delete-thumb {
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Ficons2.png") no-repeat;
    background-position: -175px -75px;
    width: 20px;
    height: 20px;
    margin: 2px 0 21px 0;
}

.message .delete-block .checkboxArea, .message .delete-block .checkboxAreaChecked {
    margin: 0 auto;
}

.message-text {
    overflow: hidden;
}

.message-text span {
    font-size: 12px;
    line-height: 14px;
    color: #736f6f;
}

.message-text span strong {
    font-weight: 700;
    color: #000;
}

.message-text span a {
    color: #00b5db;
}

.member-message {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    background: #fff;
    margin: 10px 0 10px 12px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    border: 1px solid #dde2e4;
}

.member-message:before {
    position: absolute;
    top: 7px;
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #dde2e4;
    right: 100%;
}

.member-message:after {
    position: absolute;
    right: 100%;
    top: 9px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #fff;
}

.responsive_menu {
    clear: both;
    padding: 10px 0px;
}

.responsive_menu select {
    background: url("http://www.mowmii.com/proxy.php?url=https%3A%2F%2Fxvideo.vlog.br%2Fwp-content%2Fthemes%2Fxvideo%2Fimages%2Fdropdown.png") no-repeat scroll 95% center rgba(21, 37, 48, 0.65);
    border: 1px solid #393939;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: normal;
    margin: auto;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.footer-widget {
    display: inline-block;
    margin: 10px;
}

.vlist > li {
    display: inline;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.post-descricao h2 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 6px;
    color: red;
    margin-bottom: -5px;
}

.topo-categorias {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.topo-categorias li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0;
}

.topo-categorias a {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 14px;
    display: inline-block;
    zoom: 1;
    border-width: 1px 2px 4px;
    margin: 4px 8px;
    border: #d9d9d9 solid 1px;
    background: #fff;
    box-shadow: 1px 1px 0 0 #c3c3c3;
    color: #181818;
    text-decoration: none;
    border-radius: 1px;
}

.topo-categorias a:hover {
    border: red solid 1px;
    border-radius: 1px;
    background: #eb0000;
    -webkit-box-shadow: 2px 2px 0 0 #a9a9a9;
    -moz-box-shadow: 2px 2px 0 0 #a9a9a9;
    box-shadow: 1px 1px 0 0 #000;
    color: #fff;
}

.post-hd {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    background-color: #bf0300;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    font-weight: bold;
}

.video-container iframe {
    position: relative;
    background-color: transparent;
    width: 100%;
    /*height: 434px!important;*/
}

.video-container video {
    width: 100%;
    max-height: 450px;
    border-radius: 8px;
}

.post-itens {
    margin-top: 15px;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.post-itens span {
    background-color: #de0000;
    color: #FFF;
    height: 25px;
}

.post-itens a {
    background-color: #BBBBBB;
    color: #000;
    display: inline-block;
}

.post-itens a,
.post-itens span {
    float: left;
    font-size: 13px;
    padding: 5px 9px;
    text-decoration: none;
    margin: 0 3px 2px 0;
}

.post-itens a:hover {
    background-color: #de0000;
    color: #FFF;
    text-decoration: none;
}

.col-left {
    width: 100%;
}

.pagina-texto strong {
    font-weight: bold;
}

.pagina-texto em {
    font-style: italic;
}

.pagina-texto h2 {
    color: #d10000;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.video-categorias {
    position: absolute;
    display: inline-block;
    background: red;
    background-repeat: repeat;
    background-position: left top;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 5px;
    z-index: 2;
    right: 10px;
    bottom: 10px;
}

.adsheadermobile {
    display: none;
}

.adsheader {
    margin: 0 auto;
    max-width: 728px;
    padding-top: 10px;
}


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

    .logo {
        margin: 10px 20px 8px 0;
    }

    .nav-holder {
        width: 752px;
    }

    .search {
        float: left;
    }

    .nav ul li a {
        padding: 15px 9px;
    }

    .col-left {
        display: block;
    }
}

.relacionados-row {
    margin: 0 -2px;
}

.relacionados-row li {
    width: auto;
}

.relacionados-row a {
    display: block;
}

@media (max-width: 1024px) {
    .relacionados-row li {
        width: auto;
    }
}

@media (max-width: 768px) {
    .relacionados-row li {
        width: auto;
    }
}

@media (max-width: 480px) {
    .relacionados-row li {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        width: 100%;
    }
}

.logo {
    position: relative;
}

.botao-menu,
.botao-busca {
    display: none;
}

h1 i,
h2 i {
    color: #de0000;
}

.mais-info {
    float: right;
    font-size: 18px;
}

.pagina-titulo {
    float: left;
}

.pagina-texto {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 25px;
    overflow: auto;
    height: 70px;
}

@media (min-width: 1025px) {

    .logo {
        margin-top: 5px;
        margin-bottom: 8px;
        margin-right: 20px;
    }

    .topo-links,
    .search {
        display: block !important;
        margin-top: 8px;
    }
}

@media (max-width: 1024px) {

    .header {
        min-height: 46px;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 8px;
        margin-right: 20px;
        width: 100%;
        min-height: 46px;
    }

    .logo img {
        margin-top: 7px;
    }

    .topo-conteudo {
        position: relative;
        padding: 0 35px;
        margin-bottom: 0;
    }

    .botao-menu,
    .botao-busca {
        display: block;
        border: none;
        background-color: #000000;
        width: 35px;
        height: 30px;
        position: absolute;
        top: 13px;
        color: #ffffff;
        font-size: 22px;
    }

    .botao-menu {
        left: 0;
    }

    .botao-busca {
        right: 0;
    }

    .logo {
        margin: 0 auto;
    }

    .search {
        display: none;
        width: 100%;
        max-width: 100%;
    }

    .search input {
        width: 100%;
    }

    .nav-holder {
        width: 100%;
        margin-top: 0;
    }

    .topo-links {
        display: none;
        width: 100%;
        margin: 0;
        background-color: #000;
        padding: 0;
        margin-top: 0;
    }

    .topo-links li {
        display: inherit;
        font-size: 14px;
        line-height: 8px;
        width: 100%;
        margin-bottom: 6px;
        border-bottom: 1px #151515 solid;
    }

    .topo-links li:last-child {
        border: none;
    }

    .topo-links li a {
        margin: 0px;
        background: none;
        color: #FFF;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 80px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
}

@media (max-width: 768px) {
    .heading {
        position: relative;
        padding-right: 30px;
    }

    .mais-info {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.paginacao {
    display: table;
    margin: 15px auto 40px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.paginacao li {
    display: inline-table;
    background: #fff;
    border-right: 1px solid #ddd;
    width: 44px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: red;
}

.paginacao li.next {
    width: 100px;
}

.paginacao li a:hover,
.paginacao .active em,
.paginacao .active a {
    color: red;
    font-weight: 700;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #333;
    text-decoration: none;
    font-style: normal;
    font-size: 16px;
}

.paginacao li:last-child {
    border-right: 0;
}

@media (max-width: 768px) {
    .paginacao-d {
        display: none !important;
    }

    .paginacao li {
        width: 29px;
        height: 29px;
        line-height: 39px;
    }
}

.pat-footer {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}

img.thumb.wp-post-image {
    margin-top: 10px;
}

.advertising {
    text-align: center;
}

.infos:hover {
    text-decoration: underline;
}

.infos {
    background: #f7f7f7;
    color: #3f3f3f;
    font-size: 11px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}