/*
Theme Name: xvideos.blog.br
Theme URI: xvideos.blog.br
Description: xvideos.blog.br
Version: 4.2.0
Author: Grupo Sagaz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =============================================================================
   RESET AND NORMALIZE CSS
============================================================================= */

/* ==== RESET ==== */
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; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
   font-size: 26px;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
}

body {
    color: #040404;
    background: #fcfcfc;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 13px;
    min-width: 1276px;
    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: #26a8db;
  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 {
  margin: 1px;
  padding: 0;
  font-weight: normal;
}
p {
       margin: 1px;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}
strong {
  margin: 1px;

  padding: 0;

}


h2 {
   font-size: 15px;
    font-weight: 600;
    margin-top: 4px;
    font-style: italic;
    color: #d10000;
    margin-bottom: 10px;
}
a {
  color: #161616;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}



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*="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;
}
*[class*="btn-"] span {
  display: inline-block;
  vertical-align: middle;
}



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

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

.video-container iframe {   width: 100%;height: 434px;}

.pull-left {
  float: left;
}

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

.col-right {
  float: right;
  width: 100%;
}

.header {
                  border-bottom: 2px solid #b00000;
    background: #ffffff;
    margin: 0 0 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.logo {
       float: left;
    width: 183px;
}

.nav-holder {
  float: right;
  width: 1088px;
}

.login-nav {

  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;
}


.nav ul {
  width: 853px;
  font-size: 0;
  float: right;
  display: table;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
     -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
          box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
  background: rgba(21, 37, 48, 0.65);
}
.nav ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-family: "Asap", arial, sans-serif;
}
.nav ul li a {
  padding: 12px 5px;
  display: block;
  color: #f5f4f4;
  -webkit-transition: background .3s;
     -moz-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
}
.nav ul li a:hover, .nav ul li a.active {
  text-decoration: none;
  background: #00b5db;
  color: #fff;
}



.heading {
      overflow: hidden;
    padding: 1px 0 3px;
    margin: 0 0 6px;
    border-bottom: 1px solid #e2e2e2;
}
.home {
   overflow: auto;
}
.heading h1 {
            line-height: 15px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.heading h2 {
        font: 700 18px/18px "Asap",arial,sans-serif;
    display: inline-block;
    vertical-align: middle;
	color: #d10000;
	padding-bottom: 5px;
	margin-top: 4px;
	font-style: italic;
	font-size: 17px;
    line-height: 17px;
    font-weight: 600;
}

.heading i {
    color: #C00;
}

.home h2 {
        font: 700 15px/18px "Asap",arial,sans-serif;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    margin-top: -25px;
}


.two-columns {
  overflow: hidden;
}
.two-columns .pull-left {
  width: 100%;
}
.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;
float:right;
  margin: 0 0 15px;
}
.two-columns .pull-right .relacionados {
margin: 13px 0 -12px;
}
.two-columns .pull-right .relacionados iframe {
  margin: 12px 0;
  display: block;
}

.relacionados iframe img {
  display: block;
}

.thumbs {
  font-size: 0;
 
}
.thumbs a {
        width: 260px;
    font-size: 13px;
    margin: 0 0 10px 0px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eaeaea;
}
.thumbs a img {
     width: 100%;
    height: 150px;
transform: scale(1.1);
    filter: contrast(120%);
    border: 1px solid #fff;
  
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
   
}
.thumbs a img {
         
    border: 0px solid red;
  
}
.thumbs a:hover {
    text-decoration: underline;
    color: #fcfcfc;
}
.thumbs a:hover .title {
              color: #000000;
    width: 100%;
    text-decoration: underline;
   
}
.thumbs a img:hover {
   
    border: 0px solid red;
}
.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;
    background: #000;
    overflow: hidden;
}


.title, .tools {
        display: block;

    color: #c10000;
    background: #ffffff;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
}

.title {
      text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 15px;
    color: #000000;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    border: 1px solid #eaeaea;
    background: #ffffff;
    font-weight: normal;
    font-size: 12px;
    
}

.busca {
    background-color: #970000;
    padding: 5px 0;
}

.search{
    width: 100%;
    max-width: 320px;
    position: relative;
    margin-top: 5px;
    overflow: hidden;
    float: left;
    margin-left: 25px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.fa-search:before {
    content: "\f002";
}
.search,
.search-campo,
.search-btn{
    height: 35px;
}

.search,
.search-btn {
      background-color: #ffffff;
    border: 1px solid #cdcdcd;
}

.search-btn {
    float: right;
}

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

.search-btn{
           border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 29px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ac0000;
}

.search-btn:hover {
    color: #970000;
}










.pagination {
  margin: 2px 0 14px;
}
.pagination .wp-pagenavi {
  text-align: center;
}

.pagination .wp-pagenavi span.current {
  margin: 0;
}
.pagination .wp-pagenavi a, .wp-pagenavi span.current {
     margin-top: 6px;
    background: #000;
    margin-left: 7px;
    display: inline-block;
    padding: 5px 0;
    line-height: normal;
    color: #fff;
    width: 41px;
    font-weight: bold;
    height: 26px;
    border: 1px solid #d2cdd1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-decoration: none;
}
.pagination .wp-pagenavi a:hover, .pagination .wp-pagenavi a.active, .pagination .wp-pagenavi span.current {
  margin-top: 0;
  margin-left: 0;
  border: 1px solid #cbcbcb;
  color: #fff;
  width: 41px;
 height: 26px;
background: red;
  padding: 5px 0;
margin-left:6px;
margin-top:6px;
}
.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;
}
.btn-topo {
              font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 3px 2px;
    margin-top: -7px;
    margin-bottom: 11px;
    background: white;
    padding: 1px 15px;
    border: 1px solid #d2d2d2;
    border-width: 1px 1px 4px;
}


i, cite, em, var, address, dfn {
  
    font-weight: normal;
}
.footer {
 
      padding: 0 0 6px;
    margin: 0px auto;
    background: #ffffff;
    border-top: 2px solid #c10000;
  }
.footer .logo a {
  background: url(images/footer-logo.png) no-repeat;
  height: 91px;
}
.footer p {
     text-align: center;
    color: #6E6E6E;
    font-size: 13px;
    line-height: 14px;
text-transform: none;
    margin: 12px 0 0;
}

.footer-nav {
    font-size: 0;
    margin: 15px 0 1px;
    text-align: center;
}
.footer-nav li {
     display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
}

.footer-nav li:last-child {
  padding-right: 0;
}
.footer-nav li:last-child:after {
  display: none;
}
.footer-nav li a {
  font-size: 12px;
    font-weight: normal;
    padding: 4px 5px;
    border: #d3d3d3 solid 1px;
    color: #000000;
    line-height: 33px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 3px;
}
.footer-nav li a:hover, .footer-nav li a.active {
         text-decoration: underline;
    color: #f6f6f6;
    background: #b00000;
    border: #ececec solid 1px;
}


.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;
}


.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;
}
.categoria {
 color:#fff;
}

#caixa {
    height: 47px;
    overflow: auto;
    margin-bottom: 9px;
}

#previa {
    height: 74px;
    overflow: auto;
    margin-top: -11px;
    margin-bottom: 9px;
}
#texto {
    height: 72px;
    overflow: auto;
}
.banner-mobile{
		display: none;
		margin: 10px 0;
		text-align: center;
	}

	@media screen and (max-width: 767px) {
		.banner-mobile{
			display: block;
		}
	}
.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;
}
.previa {
line-height: 20px;
    font-weight: 900;
    font-size: 17px;
}
.flagging-container, .buttons, .social {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}



.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;
}


.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;
}
.pagina-conteudo {
        min-height: 100%;
        position: relative;
        padding-bottom: 120px;
    }
 .video-container {
        background-color: #000;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .mais-info {
        float: right;
        color: #333;
    }

    .pagina-descricao {
        display: none;
    }

    .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 0px;
    }

    .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: #c10000 solid 1px;
    background: #ba0000;
    -webkit-box-shadow: 2px 2px 0 0 #a9a9a9;
    -moz-box-shadow: 2px 2px 0 0 #a9a9a9;
    box-shadow: 2px 2px 0 0 #000000;
    color: #ffffff;
    }

    @media (max-width: 768px) {
       .pagina-conteudo {
            min-height: 100%;
            position: relative;
            padding-bottom: 0;
        }

        .footer {
            position: inherit;
            bottom: 0;
            width: 100%;
        } 
    }

.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;
}

.categoria-mobile {
    	    display: none;
    margin: 0 -9px 3px;
    overflow: hidden;
    position: relative;
    max-height: 130px;
    }

    	.categoria-mobile img {
			       width: 75%;
    transform: scale(1.0);
    filter: contrast(115%);
    margin-top: -50px;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    	}

		.categoria-mobile-play {
			position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 28px solid #FFF;
    border-bottom: 18px solid transparent;
    z-index: 100;
    margin: -14px 0 0 -18px;
		}

    	@media (max-width: 768px) {
    		.categoria-mobile {
    			display: block;
    			text-align: center;
    		}
    	}
.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;
 
}
.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;
}



.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;
}



.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(images/icons2.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(images/icons2.png) no-repeat;
  background-position: -75px -75px;
}

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



.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;
}



.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(images/icons2.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(images/icons2.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;
}



.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; }
.adsmobile{ display:none; }
@media only screen and ( max-width: 700px ){
.adsmobile{ display:block; text-align:center; margin-bottom: 20px; }
}

.topo-links {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.topo-links li {
    display: inline-block;
    margin-right: 30px;
}

.topo-links a {
    color: #C00;
    font-size: 14px;
    text-decoration: none;
}

.topo-links a:hover {
    color: #FF1717;
}

.topo-links i {
    color: #000;
}

/* Categorias */
.categorias .title small {
    font-weight: bold;
}

/* Video */
.categorias .thumb-img {
    position: relative;
}

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


.thumb-img {
    position: relative;
}

.thumb-tempo {
    position: absolute;
    display: inline-block;
    background-image: url(img/black.png);
    background-repeat: repeat;
    background-position: left top;
    text-shadow: 1px 1px #000000;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    z-index: 2;
    left: 10px;
    bottom: 10px;
}

.thumb-votos {
    position: absolute;
    display: inline-block;
    background-image: url(img/black.png);
    background-repeat: repeat;
    background-position: left top;
    text-shadow: 1px 1px #000000;
    color: #ADFF2F;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px;
    z-index: 2;
    right: 10px;
    bottom: 10px;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

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

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

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.btn-danger {
    color: #fff;
    background-color: #960400;
    border-color: #960400;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 768px) {
    .col-md-4 {
        width: 100%;
        margin-bottom: 8px;
    }
}

/* PÃ¡gina */
.pagina-descricao {
    margin-bottom: 25px;
}

/* PaginaÃ§Ã£o */
.paginacao {
       display: table;
    margin: 15px auto 0;
    overflow: hidden;
    background-color: #b90000;
    border: 1px solid #b90000;
}

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

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

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

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

.paginacao-m {
    display: none !important;
}

@media (max-width: 768px) {
    .paginacao-m {
        display: inline-table !important;
    }

    .paginacao-d {
        display: none !important;
    }
}

/* Votos */
.votos {
    float: right;
    font-size: 19px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    line-height: 18px;
}

.votos span {
    color: #999999;
    font-size: 12px;
    display: block;
}

.voto-like,
.voto-dislike {
    position: absolute;
    top: 0;
}

.voto-like {
    left: 0;
}

.voto-dislike {
    right: 0;
}

.votos a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 40px;
}

.post-votos {
    float: right;
    max-width: 260px;
    margin-bottom: 10px;
}

/* Topo */
.botao-busca,
.botao-menu {
    color: #000;
    display: none;
    font-size: 22px;
    margin-top: 12px;
}

.botao-menu {
    float: left;
}

.botao-busca {
    float: right;
}

.botao-menu:hover,
.botao-busca:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
.topo-categorias li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0;
}


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

    body {
        padding-top: 65px;
    }
.topo-categorias {
    margin: 0 0 0px;
    padding: 0;
    list-style: none;
    text-align: center;
}
    .header {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 0;
        z-index: 100000;
    }

    .logo {
        padding: 0 12px;
    }

    .logo a {
        display: inline-block;
    }

    .botao-menu {
        display: block;
    }

    .topo-logo img {
        max-width: 224px;
        margin-top: 5px;
    }

    .search {
        display: none;
        max-width: 100%;
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
        border-bottom: 2px #C00 solid;
        margin: 0;
    }

    .topo-links {
        display: none;
    position: fixed;
    top: 58px;
    left: 0;
    bottom: 0;
    width: 270px;
    background-color: #fff;
    z-index: 1000;
    border-right: 1px #fff solid;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 15px 0;
    }

    .topo-links li {
        width: 100%;
        text-align: left;
    }

    .topo-links a {
        color: #000;
    padding: 10px 20px;
    display: block;
    }
}

/* Post */
.post-tags {
    width: 100%;
    margin-bottom: -13px;
    
}

.post-tags span {
 
      background-color: #c10000;
    color: #fff;
    border-radius: 3px;
    height: 25px;
}

.post-tags a {
      background-color: #dcdcdc;
    color: #333333;
    border-radius: 3px;
}

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

.post-tags a:hover {
        background-color: #c10000;
    color: #fff;
	    border-radius: 3px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.heading h1,
.heading h2 {
    width: 100%;
}

.post-descricao {
    position: relative;
   
}

.post-descricao-texto {
    overflow: hidden;
    height: 50px;
    border-bottom: 2px #c10000 solid;
}

.ver-menos,
.ver-mais {
     background-color: #c10000;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-size: 13px;
    padding: 4px 7px;
    cursor: pointer;
    width:107px;
    text-align: left;
}

.ver-menos {
    display: none;
}