.card-image .attachment-hestia-blog, .content{
	width:90%;

}
p.post {
	font-size: 14pt;

}
@media (max-width: 560px) {
    .table {
        max-width: 95%;
    }
    td  {
        font-size: 10pt;
    }
    .Equipo {
    	display: none !important;
    }
}
.card{
	margin-left: 5%;
	
}
.searchtable tr {
font-size: 11pt;
line-height: 9pt;
}
.fotosearchtable {
	width: 150px;
}
.fotosearchtable img {
	width:150px !important;
	vertical-align: middle;
}
.marito td {
	font-size: 11pt;
	line-height:10px;
}

h2 {
	text-transform: uppercase;
}
.linkpartidos {
	color: white;
}
.linkpartidos:hover {
	color:black;
}
.brand h1 {
	text-shadow: 2px 2px #272727;
}

/******************* PARA LOS EQUIPOS *******************/
.imgjugador {
	border: 2px solid #e6e6e6;
    height: 80px;
    width: 70px;
}
li.media ul li {
	list-style-type: none;
}
.cardequipos {
	max-width: 20%;
    box-shadow: 1px 1px 3px; 
    margin: 1%;
    border-radius: 5px;
}


/******************* PARA LOS JUGADORES *******************/
.playerimg {

	max-width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.brand .jugador {
    font-size: 3.2rem !important;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
/******************* TABLAS PARTIDOS *******************/


#hora {
	border-bottom: 2px solid #3c82b9;
	border-top: none;
}
@media only screen and (max-width: 800px) {
    .tablaposiciones {
        display: none;
    }
    h2 {
    	line-height:40px !important;
    }
    .brand h1{
    	font-size: 40px !important;
    }
}
/******************* Events Listing Page Start *******************/

.events-posts {
	width: 100%;
	float: left;
}
.event-post {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.event-post .event-date {
	width: 23%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
.event-post .event-date h5 {
	text-transform: uppercase;
	color: #888;
	margin: 0 0 5px;
}
.event-post .event-date h5 span {
	color: #d21346;
}
.event-post .event-date strong {
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.event-content {
	width: 77%;
	float: left;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.event-content:after {
	background: url(../images/bullet.png);
	width: 23px;
	height: 23px;
	content: "";
	position: absolute;
	left: -37px;
	top: 0;
}
.event-content:before {
	position: absolute;
	left: -27px;
	top: 23px;
	content: "";
	background: #f5f5f5;
	width: 3px;
	height: 100%;
}
.event-txt-wrap {
	width: 100%;
	float: left;
	border: 1px solid #e4e4e4;
	padding: 10px;
	box-shadow: 0px 2px 10px 0 rgba(0,0,0,.10);
	position: relative;
}
.event-txt-wrap:after {
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	left: -11px;
	top: 20px;
	color: #fff;
	font-size: 32px;
	text-shadow: -1px 0px 0 #e4e4e4;
}
.event-txt-wrap .event-thumb {
	width: 190px;
	float: left;
	margin-right: 30px;
}
.event-txt-wrap .event-txt {
	float: left;
	width: 63%;
}
.event-txt-wrap .event-txt h4 {
	margin-bottom: 10px;
}
.event-txt-wrap .event-txt h4 a {
	color: #222222;
}
.event-txt-wrap .event-txt p.loc {
	color: #666666;
	font-size: 14px;
}
.event-txt-wrap .event-txt p.loc .fa {
	color: #d21346;
	font-size: 18px;
	margin-right: 5px;
}
.event-box-footer {
	border-top: 1px solid #efefef;
	width: 100%;
	float: left;
	padding-top: 15px;
	position: relative;
}
.event-box-footer a.detail-btn {
	border-radius: 25px;
	color: #2f3850;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .5px;
	float: left;
}
.event-box-footer a.detail-btn:hover {
	color: #fff;
}
.event-box-footer a.view-map {
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 28px;
	float: right;
	padding: 0 15px;
	position: relative;
	margin-top: 10px;
}
.event-box-footer a.view-map:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fff;
	content: "";
	position: absolute;
	right: 10px;
	top: -7px;
}
.event-box-footer a.view-map:before {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #e4e4e4;
	content: "";
	position: absolute;
	right: 9px;
	top: -8px;
}
span.map-icon {
	position: absolute;
	right: 0;
	top: -17px;
	width: 33px;
	height: 33px;
	background: #111f44;
	border-radius: 100%;
	color: #fff;
	line-height: 33px;
	text-align: center;
}
.event-map {
	width: 100%;
	float: left;
	border: 1px solid #e7e7e7;
	margin-top: 20px;
	display: none;
}
.event-map iframe {
	width: 100%;
	height: 210px;
	border: 0px;
}
.event-counter {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
}
.event-counter .countdown-section {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #d21346;
	margin: 0 3px;
	text-align: center;
}
.event-counter .countdown-amount {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Fira Sans Condensed', serif;
}
.event-counter .countdown-period {
	color: #fff;
	font-size: 14px;
}
ul.share {
	margin: 0 0 20px;
	padding: 0px;
	list-style: none;
}
ul.share li {
	display: inline-block;
}
ul.share a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #d21346;
}
ul.share a.fb {
	background: #315c97;
}
ul.share a.tw {
	background: #39a9e0;
}
ul.share a.gp {
	background: #dd4b39;
}
ul.share a.lin {
	background: #0077b5;
}
.match-details h3.title, .event-single h3.title {
	margin: 0 0 5px;
}
.match-details p.loc, .event-single p.loc {
	color: #666666;
	font-size: 14px;
}
.match-details p.loc .fa, .event-single p.loc .fa {
	color: #d21346;
}
.event-meta {
	width: 100%;
	float: left;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	line-height: 32px;
	padding: 10px;
	margin-bottom: 25px;
}
.event-meta .user-tag {
	float: left;
}
.event-meta .user-tag img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 10px;
}
.event-meta ul.post-meta {
	float: right;
	margin: 0px;
}

/******************* Match Fixture Page *******************/

.mat-fix-list {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.mat-fix-list .match-date {
	width: 57px;
	height: 57px;
	border: 1px solid #e8e8e8;
	border-radius: 100%;
	padding: 5px;
	float: left;
	margin-right: 40px;
	position: relative;
}
.mat-fix-list .match-date:after {
	position: absolute;
	left: 27px;
	top: 100%;
	height: 120%;
	width: 3px;
	content: "";
	background: #f7f7f7;
}
.mat-fix-list .match-date span {
	width: 45px;
	height: 45px;
	background: #f0f0f0;
	border-radius: 100%;
	display: block;
	text-align: center;
	color: #888;
	line-height: 16px;
	padding: 6px 0;
}
.mat-fix-list .match-date strong {
	display: block;
}
.match-fix {
	width: 88%;
	float: left;
	border: 1px solid #e8e8e8;
	position: relative;
	padding: 20px 30px;
	background: #fafafa;
}
.match-fix ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
}
.match-fix ul li {
	text-align: center;
}
.match-fix strong {
	font-family: 'Fira Sans Condensed', serif;
	font-size: 16px;
	font-weight: 700;
}
.match-fix img {
	margin: 0 3px;
}
span.score {
	background: #111f44;
	color: #fff;
	font-family: 'Fira Sans Condensed', serif;
	font-weight: 700;
	width: 100%;
	display: block;
	border-radius: 3px;
	font-size: 18px;
	line-height: 31px;
	margin-top: 10px;
}
a.go {
	background: #111f44;
	color: #fff;
	width: 29px;
	height: 29px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	margin-top: 10px;
}
a.go:hover {
	background: #d21346;
	color: #fff;
}
.match-fix:after {
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	left: -11px;
	top: 20px;
	color: #fafafa;
	font-size: 32px;
	text-shadow: -1px 0px 0 #e8e8e8;
}
.mat-fix-list:hover .match-date span {
	background: #111f44;
	color: #fff;
}
.mat-fix-list:hover a.go, .mat-fix-list:hover span.score {
	background: #d21346;
	color: #fff;
}
ul.mg {
	margin: 30px -15px 0;
	padding: 0px;
	list-style: none;
}
ul.mg li span {
	display: block;
	position: relative;
}
ul.mg li img {
	width: 100%;
	height: auto;
}
ul.mg li span:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	content: "";
	background: rgba(210,19,70,.7);
	z-index: 1;
}
ul.mg li a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	width: 24px;
	height: 24px;
	font-size: 18px;
	color: #fff;
	margin: auto;
	opacity: 0;
}
ul.mg li:hover span:after {
	height: 100%;
}
ul.mg li:hover a {
	opacity: 1;
}
.match-hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 80px;
	margin: auto;
	bottom: 0;
	text-align: center;
}
.match-hover ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
}
.match-hover ul li {
	display: inline-block;
	padding: 0 25px;
}
.match-hover strong {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Fira Sans Condensed', serif;
}
.match-hover span {
	background: #d21346;
	color: #fff;
	font-family: 'Fira Sans Condensed', serif;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}
.match-hover p {
	color: #fff;
}
.match-details .blog-thumb:before, .match-details .blog-thumb:after {
	height: 100%;
	opacity: 1;
}
.match-details .blog-thumb {
	margin: 0px;
}
.buy-tickets {
	border: 1px solid #e6e6e6;
	color: #666666;
	border-radius: 5px;
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
.tarjetajugador {
	padding:0px !important;
	margin:0 0 20px 0 !important;
}
.info h4.info-title {
	color: white;
	padding: 10px;
	font-size: 16pt;
	background-color: #2196f3;
	border-bottom: 3px solid #1468ab;

}
.boxfixture .info{
	padding:0
}

#personal_wrapper, table#personal {
    width:100%  !important
}   

/* datatables edit */
.paginate_button {
    margin-left:1%;
}
#personal_paginate{
    float: right;   
}


/*// 649B64 color confirmado
// CAFFE4 color reprogramado
// estado=1 then 'Confirmado'
// estado=0 then 'Reprogramado'*/

.Confirmado {
    background-color: #649B64;
}
.Reprogramado {
    background-color: #CAFFE4;
}



.fechayhora {
    font-size:13px;
    margin:0;

}

.form-inline  {
    display: block !important;
    padding:0 1%
}

.paginate_button {
    padding: 0.375rem 0.75rem;
    text-decoration: none !important;
}
.paginate_button:hover {
    background-color: #0d6efd;
    color: #fff !important;
    text-decoration: none !important;
}
.paginate_button a:hover {
    color: #fff;
    text-decoration: none !important;
}
.paginate_button {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.grupoa {
    background-color:green !important; color:white;
}
.grupob {
    background-color:blue !important; color:white;
}
.grupoc {
    background-color:yellow !important; !important; color:black;
}
