/*
Theme Name: Tema MR Jogos
Theme URI: anetecnologia.com.br - Skype: anetecnologia
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo
Version: 1.0
License: CÃ³digo registrado. Produto Ane Tecnologia.
*/

body {
    background-color: #FFF;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #3b883d;
    text-decoration: none;
}

a:hover {
    color: #004800;
    text-decoration: underline;
}

p {
    word-wrap: break-word;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

.btn-rand {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.btn-rand:hover {
    color: #FFFFFF;
}

.meio-conteudo {
    float: right;
    width: calc(100% - 200px);
}

@media (max-width: 768px) {
    .meio-conteudo {
        float: right;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1465px;
        width: 100%;
    }
}

/* Topo */

.topo-logo {
    float: left;
    margin-top: 6px;
    position: relative;
}

.botao-menu,
.botao-busca {
    display: none;
    position: absolute;
    top: 0;
    width: 45px;
    height: 40px;
    cursor: pointer;
    background-color: #FFF;
    border: 1px #323232 solid;
    color: #323232;
}

.botao-busca {
    right: 0;
}

.topo-logo img {
    max-height: 33px;
}

.topo-logo h1{
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}

.btn-menu {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 16px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    line-height: 12px;
}

.btn-menu:hover {
    background-color: #d60211;
	color: #333;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
}

.btn-menu:hover,
.btn-menu:active,
.btn-menu:focus {
    color: #FFFFFF;
    text-decoration: none;
}

/* Busca */
.search-bar {
    float: left;
    width: 100%;
    height: 34px;
    border: 1px solid #006600;
    overflow: hidden;
    position: relative;
    padding-right: 50px;
    max-width: 460px;
    margin-top: 5px;
    margin-left: 15px;
}

.search-bar input {
    width: 100%;
    padding: 6px 8px;
    background: none;
    border: 0;
    color: #FFFFFF;
}

.btn-search {
    background-color: #F7BE13;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-search button {
    padding: 0 15px;
    width: 100%;
    height: 32px;
    background: none;
    border: 0;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.search-bar input {
    float: left;
}

.btn-search button:hover {
	background-color: #FFA800;
}

@media (max-width: 768px) {

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

    .search-bar {
        display: none;
    }
}

/* Menu */
.topo-menu {
    background-color: #3b883d;
    border-bottom: 2px #006600 solid;
    overflow: hidden;
    margin: 0 0 25px;
    padding: 8px 0;
}

.topo-menu ul {
    margin: 0;
    padding: 0;
    float: right;
}

.topo-menu li {
    display: inline-block;
    text-align: center;
    list-style: none;
    border-right: 1px #006600 solid;
    float: left;
}

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

.topo-menu li a {
    display: block;
    text-align: center;
    padding: 12px 16px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-mobile {
    display: block;
}

.mobile-botao:hover,
.topo-menu li:hover {
    background-color: #F7BE13;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
}

/* VÃ­deo */
.videos-row {
    margin: 0 -5px;
}

.videos {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.videos li {
    float: left;
    margin-bottom: 15px;
    width: 12.5%;
    overflow: hidden;
    position: relative;
}

.videos-5 li {
    width: 20%;
}

.video-conteudo {
    padding: 0 5px;
}

.videos a {
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;
    line-height: 15px;
}

.videos .thumb {
    background-color: #000;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 61.176%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.videos .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0 none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease 0s;
    width: 100%;
}

.videos .overlay span {
    color: #CC0000;
    font-size: 50px;
    line-height: 48px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    text-align: center;
    opacity: 0.5;
}

.videos .thumb .views {
    left: 0;
    bottom: 0;
}

.videos .thumb .tempo {
    right: 4px;
    top: 4px;
}

.videos .thumb .hd {
    background-color: #CC0000;
    top: 4px;
    left: 4px;
}

.videos .thumb .views,
.videos .thumb .tempo {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.videos .thumb .views,
.videos .thumb .tempo,
.videos .thumb .hd {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 6px;
    position: absolute;
    width: auto;
    text-shadow: 1px 1px #000000;
    z-index: 10;
    font-family: arial;
}

.videos .thumb .views i,
.videos .thumb .tempo i {
    float: left;
    margin-right: 4px;
}

.videos .thumb img {
    max-width: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
}

.videos h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    overflow-wrap: normal;
    width: 100%;
    height: 32px;
    overflow: hidden;
}

.videos p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 34px;
    color: #808080;
}

.videos small {
    font-size: 11px;
}

.videos li:hover header a {
    color: #004800;
}

.videos li:hover img {
    opacity: 0.8;
}

@media screen and (max-width: 1200px) {
    .videos li {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .videos li {
        width: 33.33333%;
    }
}

@media screen and (max-width: 648px) {
    .videos li {
        width: 50%;
    }
}

/* Tags */
.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags li {
    float: left;
    width: 25%;
    margin-bottom: 15px;
}

.tags a,
.tags a:hover {
    color: #d60211;
    text-decoration: none;
}

.tags small {
    color: #777;
    font-weight: normal;
    line-height: 1;
}

/* PÃ¡ginaÃ§Ã£o */
.paginacao {
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

.paginacao li {
    display: inline-block;
    list-style: none;
}

.paginacao li a {
    background-color: #EAEAEA;
    color: #3b883d;
}

.paginacao li a,
.paginacao li em {
    margin: 2px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    padding: 10px 18px;
    font-style: normal;
}

.paginacao li a:hover,
.paginacao .active a{
    background-color: #3b883d;
    color: #FFF;
}

/* PÃ¡gina */
.pagina{
    overflow: hidden;
    margin: 0 0 15px;
}

.pagina-titulo {
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.pagina-titulo i {
    color: silver;
}

.pagina-descricao {
    font-size: 12px;
    margin-bottom: 15px;
}

/* Post */
.post-jogo {
	float: left;
	width: calc(100% - 4px);
	text-align: center;
    border: 2px solid #dbdbdb;
    margin-bottom: 15px;
    font-size: 0;
}

.post-jogo div iframe,
.post-jogo div embed {
    width: 100%;

}

@media (max-width: 480px) {
    .post-jogo div iframe,
    .post-jogo div embed {
        height: 254px;
    }
}

.post-conteudo {
    margin-bottom: 25px;
}

.pagina-post {
    margin-bottom: 25px;
}

.post-tags span {
    text-transform: uppercase;
    background: #3b883d;
    color: #fff;
}

.post-tags a {
    background-color: #b2b2b2;
    color: #000;
}

.post-tags span,
.post-tags a {
    float: left;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
    margin: 0 5px 4px 0;
}

/* Ordem */
.ordem{
    margin-bottom: 15px;
}

.ordem a{
    color: #FF0000;
}

/* RodapÃ© */
.rodape {
    background-color: #080808;
    color: #FFFFFF;
    padding: 15px 0;
}

.rodape-titulo {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

.rodape-descricao{
    color: #666;
    font-size: 12px;
    text-align: center;
}

.rodape-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.rodape-menu li{
    display: inline-block;
    padding: 0 14px;
    list-style: none;
    border-right: 1px #666 solid;
    line-height: 13px;
}

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

.rodape-menu li a{
    color: #808080;
    font-size: 13px;
    text-decoration: none;
}

.rodape-menu li a:hover{
    color: #FFFFFF;
}

.rodape-banners{
    padding: 10px;
    margin: 0 0 15px;
}

.rodape-banners li{
    display: inline-block;
}

.copy {
    background-color: #303030;
    color: #FFF;
    font-size: 12px;
    padding: 10px 0;
}

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

    .btn-rand {
        display: none;
    }

    /* Topo */
    .topo-menu {
        padding-top: 15px;
    }

    .topo-menu ul {
        width: 100%;
    }

    .topo-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .topo-logo img {
        max-width: 100%;
        height: auto;
    }

    .btn-menu {
        display: block;
    }

    .menu {
        display: none;
    }

    .menu ul {
        width: 100%;
    }

    .menu li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #000;
    }

    .menu li:last-child{
        border-bottom: 0;
    }

    .search-bar {
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }

    /* Tags */
    .tags li {
        width: 33.3%;
    }
}

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

}

@media screen and (max-width: 340px) {
    .tags li {
        width: 100%;
    }
}

/* Lateral */
.lateral {
    float: left;
    width: 180px;
}

.lateral h3 {
    color: #3b883d;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.lateral aside {
    margin-bottom: 25px;
}

.lateral iframe,
.lateral img {
    max-width: 100%;
    height: auto;
}

.lateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral li {
    margin-bottom: 8px;
}

.lateral-categoria {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral-categoria li {
    margin: 0;
    border-bottom: 1px #464646 solid;
}

.lateral-categoria li:last-child {
    border-bottom: 0;
}

.lateral-categoria a {
    color: #333;
    display: block;
    line-height: 26px;
    font-size: 13px;
}

.lateral-categoria span {
    color: #808080;
    font-size: 11px;
    float: right;
    font-weight: 800;
}

#categorias {
    position: fixed;
    top: 124px;
    z-index: 1000;
    background-color: #333;
    padding: 8px;
    color: #FFF;
    left: 0;
    width: 220px;
    bottom: 0;
    overflow-y: auto;
}

#categorias a {
    color: #FFF;
    line-height: 32px;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .lateral {
        display: none;
    }
}


/* Banners */
.anuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.anuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
}

.post-anuncios {
    margin: 0;
}

.post-anuncios li {
    margin: 0 0 10px;
}

.anuncios img,
.anuncios iframe {
    max-width: 100%;
}

.anuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .anuncios li.anuncio-mobile {
        display: inline-block;
    }

    .anuncios li.anuncio-desktop {
        display: none;
    }
}

.texto-home {
    margin-bottom: 15px;
}

.btn-post-info {
    margin-bottom: 5px;
    padding: 0 8px;
    line-height: 26px;
    background-color: #000;
}

.clear {
    clear: both;
    width: 100%;
}

.post-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    height: auto;
    max-width: 250px;
}

.campo-filtro {
    float: right;
    width: 120px;
    margin-left: 15px;
    padding: 0px 6px;
    height: 29px;
    font-size: 11px;
    line-height: 9px;
}

@media (max-width: 992px) {
    .campo-filtro {
        margin-bottom: 15px;
    }
}

.post-banner {
    background-color: #F8F8F8;
    padding: 6px;
    width: 100%;
    margin-top: 8px;
    text-align: center;
}








.alert-flash {
	display: inline-table;
	width: 320px;
	margin: 30px 0 0 0;
	background: #303543;
	border: 1px solid #c44914;
	border-radius: 10px;
	text-align: center;
}
.alert-flash h3 {
	float: left;
	width: calc(100% - 20px);
	margin: 0 0 20px 0;
	padding: 15px 10px 15px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #262a36;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.alert-flash img {
	border-radius: 5px;
	margin: 10px 0 20px 0;
}
.alert-flash p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}
.alert-flash a {
	display: inline-table;
	width: calc(100% - 60px);
	padding: 15px 10px 15px 10px;
	margin: 10px 20px 30px 20px;
	background: #FE5F32;
	background: linear-gradient(#FE5F32, #da4d25);
	border: 3px solid #fff;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	text-transform: uppercase;
	text-decoration: none;
}
.alert-flash a:hover {
	text-decoration: none;
	font-size: 22px;
}


#flash-active {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index:999999;
	-webkit-overflow-scrolling: touch;
}
#flash-active img {
	position: absolute;
	top: 50px;
	left: 350px;
}



#main_container  {
	display: inline-table;
	width:640px;
	height: 600px;
	margin:0 0 0 0;
	text-align:center;
}
#main_container #area {
	display: inline-table;
	width: 640px;
	height: auto;
	text-align:center;
}
#playButton  {
	margin-top:10px;
	vertical-align: top;
	width: 350px;
	height: 60px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,  0,  0,  0.25);
	background: #2c3e50;
	border: 0;
	border-bottom: 2px solid #22303f;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #22303f;
	box-shadow: inset 0 -2px #22303f;
}

