.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #111;
	border: 1px solid #705954;
	color: #ccc;
}
.form-control:focus {
	border: 1px solid #9c7b74;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #111111;
    border: 1px solid #333333;
	transition: all 0.3s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #345497;
	-moz-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
	-webkit-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
	box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
}

.btn-primary {
    color: #f5de9f;
    /*background-color: transparent;*/
	background-image: linear-gradient(to bottom, #0d3f76, #1288cd);
	border: 0px;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
    z-index: 29;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
	background-image: linear-gradient(to bottom, #0d3f76, #1288cd);
}

/* modal */
.modal-content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important;
    top: 80px;
}

.table-bordered {
	background: #37455e !imporant;
    border: 1px solid #18110f !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #373d52 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #3b3e47 !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #3c3e4b !important;
}

/* ==========================
   Responsive para Móviles
   ========================== */
@media screen and (max-width: 768px) {
	/* Navegación superior */
	.topPanel {
		flex-direction: column !important;
		align-items: center !important;
	}

	.topPanel-left,
	.nav,
	.topPanel__buttons {
		width: 100% !important;
		text-align: center !important;
		display: block !important;
	}

	.nav ul.menu {
		display: flex;
		flex-direction: column;
		padding: 0;
		margin: 0 auto;
	}

	.nav ul.menu li {
		margin-bottom: 10px;
	}

	.topPanel__buttons a {
		width: 90%;
		display: block;
		margin: 5px auto;
	}

	/* Bloques laterales (VIP, Discord, etc.) */
	.fixedInfoBlock {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px;
		z-index: 9999;
	}

	.modalBlock a {
		width: 40%;
		margin: 5px;
	}

	/* Estructura de contenido */
	.col-xs-8, .col-xs-4 {
		width: 100% !important;
		padding: 10px !important;
		display: block !important;
	}

	/* Bloques de descarga y estado */
	.download-block,
	.status-block {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}

	/* Carrusel */
	.slider, .slider .item {
		width: 100% !important;
	}

	/* Ranking tablas */
	table {
		font-size: 13px;
	}

	/* Botones de redes */
	.buttonVip img,
	.buttonDiscord img,
	.buttonFacebook img,
	.buttonWhatsapp img {
		width: 32px !important;
		height: auto !important;
	}
}
