@charset "UTF-8";


section.top.logged {
  background: url(../img/home/bg-top-logged.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 99999; }
.modal-open section.top.logged {
  z-index: auto; }
    
  
  section.top.logged > .container {
    padding: 0 15px; }
  section.top.logged .next {
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 15px 0; }
    section.top.logged .next .round h2,
    section.top.logged .next .countdown h3 {
      font-family: Medium-Condensed, sans-serif;
      font-size: 26px;
      line-height: 26px;
      color: white;
      text-transform: uppercase;
      margin: 0; }
    section.top.logged .next .round p,
    section.top.logged .next .countdown p {
      color: #6d848c;
      font-size: 11px;
      line-height: 11px;
      text-transform: uppercase;
      padding-top: 5px;
      margin: 0; }
    section.top.logged .next .round {
      display: inline-block;
      text-align: right;
      vertical-align: top; }
      section.top.logged .next .round h2 {
        font-size: 26px;
        line-height: 26px;
        color: white;
        text-transform: uppercase; }
        section.top.logged .next .round h2 span {
          color: #d71601; }
    section.top.logged .next .countdown {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      section.top.logged .next .countdown:before {
        content: '';
        border-left: 1px solid #6d848c;
        height: 40px;
        width: 1px;
        margin: 0 9px;
        top: 1px;
        vertical-align: top;
        display: inline-block;
        position: relative; }
      section.top.logged .next .countdown .unit {
        text-align: center;
        position: relative;
        display: inline-block; }
        section.top.logged .next .countdown .unit + .unit {
          padding-left: 16px; }
        section.top.logged .next .countdown .unit + .unit:before {
          content: ':';
          display: inline-block;
          font-family: Medium-Condensed, sans-serif;
          font-size: 26px;
          line-height: 26px;
          color: #6d848c;
          position: absolute;
          width: 16px;
          text-align: center;
          left: -1px;
          top: -2px; }


/*
	MEDIA QUERIES
*/
@media only screen and (min-width: 768px) {
	
	
	
	
  section.top.logged {
    overflow: visible; }
    section.top.logged .next {
      padding: 25px 0; }
    section.top.logged .myteams {
      max-height: 298px;
      overflow: visible; }
    section.top.logged .next {
      text-align: right; }

  
	  
	  }

	
section.top.logged + section > .container {
  padding-top: 30px; }

section.top.logged .myteams.expanded .table .teams ul {
  display: block; }

section.top.logged .next  h2.title { float:left; margin-top: 0px; padding-top:0px; color:#fff; font-size:26px; font-family: Medium-Condensed, sans-serif }

article.tipo_mensagem ul li {list-style-type: none;}

.link_mensagens {background:#1d2426}