a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
}

@media (min-width: 1200px) {
	.wrapper {
		margin-right: 248px;
	}
}

.header .navbar-nav > li a {
	display: inline-block;
	width: 100%;
}

body {
	background-color: #252525;
}

.bookies {
	background-color: #252525;
	right: 0px;
	width: 248px;
	position: absolute;
}

@media (max-width: 1199px) {
	.bookies {
		display: none;
	}
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.header .navbar-nav > li > a {
	padding: 9px 10px;
}

.header .navbar-nav > li.dropdown  > a {
	padding: 9px 20px 9px 10px;
}

.header .dropdown > a::after {
	right: 5px;
}

.navbar.navbar-default.mega-menu .container {
	border-bottom: 1px solid #f0f0f0;
}

.container.black {
	background-color: #282828;
	padding-bottom: 15px;
	padding-top: 15px;
}

.header-v1 .topbar-v1 {
	background-color: #ededed;
}

.header-v1 .topbar-v1 .top-v1-data li {
	border-right: 1px solid #dbdbdb;
}

.header-v1 .topbar-v1 .top-v1-data li:first-child {
	border-left: 1px solid #dbdbdb;
}

.bookies h2 {
	background-color: #464646;
	margin: 0px;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.bookies h2 a {
	color: #DDDDDD;
}

.bookies h2 a:hover {
	color: #FFFFFF;
}

.bookies .thumbnails {
	border: 1px solid #FFFFFF;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	padding-right: 30px;	
	height: 61px;
	background-image: url('../../../img/web/fondo-bookie.png');
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 61px;
}

.bookies .thumbnails.recomendada {
	background-image: url('../../../img/web/fondo-bookie-recomendada.png');
}

.bookies .thumbnails img {
	display: inline-block;
	max-height: 39px;
	max-width: 176px;
	vertical-align: inherit;
}






.image-triangle {
	overflow: hidden;
	margin: 0 auto;
	width: 144px;
	height: 144px;
	float: left;
	margin-right: -144px;
}

.image-triangle span,
.image-triangle span img {
	width: 144px;
	height: 144px;
	margin-right: -144px;
}

.image-triangle span {
	overflow: hidden;
	position: absolute;  
	transform: skewX(-45deg);
}

.image-triangle span:first-child {
	transform-origin: 100% 0;
	border-right: solid 5px #ffffff;
}

.image-triangle span img, .image-triangle span:after {
	transform: skewX(45deg);
	transform-origin: inherit;
}

.image-triangle span:first-child {
}

.magazine-news-img {
	overflow: hidden;
}

.franja-categoria {
	color: #ffffff;
	background-color: #111111;
	text-align: right;
	padding-right: 5px;
	overflow: hidden;
}

.panel {
	box-shadow: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
	font-weight: bold;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #111111;
}

.by-author {
	color: #969696;
	font-size: 90%;
}

.big {
	font-size: 115%;
}

.bigger {
	font-size: 130%;
}

.biggest {
	font-size: 145%;
}

.avatar-user {
	border-color: #6bb330;
	border-radius: 100%;
	border-style: solid;
	border-width: 3px;
	/* height: 90px;
	width: 90px; */
	margin-top: -10px;
	background-color: #ffffff;
}

.premium .avatar-user {
	border-color: #777e71;
}

.con-fondo {
	display: flex;
	background-image: url('../../../img/web/fondo-tipsters-free.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.con-fondo p {
	color: #ffffff;
}

.premium .con-fondo {
	display: flex;
	background-image: url('../../../img/web/fondo-tipsters-premium.png');	
}

.free .con-fondo {
	display: flex;
	background-image: url('../../../img/web/fondo-tipsters-free.png');	
}

.premium .con-fondo.pronosticos {
	display: flex;
	background-image: url('../../../img/web/fondo-pronosticos-premium.png') !important;
}

.free .con-fondo.pronosticos {
	display: flex;
	background-image: url('../../../img/web/fondo-pronosticos-free.png') !important;
}

.margin-top-10 {
	margin-top: 10px;
}

.footer-v1 .footer {
	padding: 0px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: inline-block;
}