/**
 * @package     SP Soccer
 *
 * @copyright   Copyright (C) 2010 - 2022 JoomShaper. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */


 .view-spsoccer-team .team-header{
  margin-top: 30px;
 }
.view-spsoccer-team h2.team-title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 26px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.view-spsoccer-team h2.team-title small {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #555555;
  display: block;
  margin-top: 5px;
}
.view-spsoccer-team .spsoccer-team-career ul > li {
  margin-bottom: 20px;
}
.view-spsoccer-team .spsoccer-team-career p {
  font-weight: 400;
  letter-spacing: .3px;
}
.view-spsoccer-team .spsoccer-team-career .spsoccer-item-title {
  color: #555555;
  font-weight: 700;
  margin-bottom: 5px;
}
.view-spsoccer-team .team-details-social {
  margin-top: 25px;
}
.view-spsoccer-team .team-details-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-spsoccer-team .team-details-social ul li {
  display: inline-block;
}
.view-spsoccer-team .team-details-social ul li a {
  color: #000;
}
.view-spsoccer-team .team-details-social ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f5f5f5;
  display: block;
}
.view-spsoccer-team .torunament-info h3 {
  font-weight: 700;
  color: #000;
}
.view-spsoccer-team .torunament-info p {
  font-weight: 400;
}
.view-spsoccer-team .torunament-info .team-details-tab {
  margin-top: 30px;
}
.view-spsoccer-team .torunament-info .team-details-tab ul.nav-tabs {
  border: none;
  position: relative;
}
.view-spsoccer-team .torunament-info .team-details-tab ul.nav-tabs::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.view-spsoccer-team .torunament-info .team-details-tab ul.nav-tabs li a {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 50px;
  color: #555555;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
}
.view-spsoccer-team .torunament-info .team-details-tab ul.nav-tabs li.active a{
  border-bottom: 3px solid #fad32b;
}
.view-spsoccer-team .torunament-info ul.spsoccer-ul-list {
  margin: 0;
  padding: 0;
}
.view-spsoccer-team .torunament-info ul.spsoccer-ul-list li.spsoccer-team-player {
  border-bottom: solid 1px #dfdfdf;
  padding: 20px 0;
}
.view-spsoccer-team .torunament-info ul.spsoccer-ul-list li.spsoccer-team-player img {
  display: inline-block;
  width: 45px;
  margin-right: 20px;
}
.view-spsoccer-team .torunament-info ul.spsoccer-ul-list li.spsoccer-team-player p.player-name {
  display: inline-block;
  color: #666;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: .3px;
}
.view-spsoccer-team .torunament-info ul.spsoccer-ul-list li.spsoccer-team-player p.player-position {
  color: #666;
  padding-top: 10px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.view-spsoccer-team .torunament-info .honours-intro .spsoccer-media-body h4.club-team-title {
  font-weight: 700;
}
.view-spsoccer-team .torunament-info .honours-intro .spsoccer-media-body .win-list {
  font-weight: 400;
  overflow: hidden;
}
.view-spsoccer-team .torunament-info .spsoccer-team-gallery-list {
  overflow: hidden;
  margin: 30px -15px;
}
.view-spsoccer-team .torunament-info .spsoccer-team-gallery-list .gallery-image {
  margin-bottom: 30px;
}
.view-spsoccer-team .honours-intro .number-type {
  height: 110px;
  width: 110px;
  text-align: center;
  vertical-align: middle;
  padding-right: 0;
  margin-right: 40px;
  background-color: #fad32b;
}
.view-spsoccer-team .honours-intro .number-type h3 {
  margin: 15px 0 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.view-spsoccer-team .honours-intro .number-type span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.view-spsoccer-team .honours-intro .club-team-title {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 100%;
}
.view-spsoccer-team .spsoccer-team-honours-list > .spsoccer-row, .spsoccer-team-jersey-list > .spsoccer-row {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.view-spsoccer-team .spsoccer-team-jersey-list .spsoccer-media{
  display: table;
}
.view-spsoccer-team .spsoccer-team-jersey-list .spsoccer-media-body {
  display: table-cell;
  vertical-align: middle;
}
.view-spsoccer-team .spsoccer-team-jersey-list .jersey-img{
  width: 300px;
}
.view-spsoccer-team .spsoccer-team-jersey-list .club-jersey-text p {
  font-size: 42px;
  margin-left: 30px;
}



/* spsoccer-tournament **************************************************/
.view-spsoccer-tournament .spsoccer-container{
  max-width: 100%;
}
.spsoccer-fixture-wrapper .title{
  padding: 15px 0;
  margin: 0 0 30px 0;
  background-color: #f5f5f5;
}
.spsoccer-fixture-wrapper .title span {
  padding: 15px 50px;
  line-height: initial;
  color: #000;
  font-size: 22px;
  background-color: #ececec;
}
.view-spsoccer-tournament  .spsoccer-img-thumbnail{
  width: 60px;
  border: none;
}
.view-spsoccer-tournament .item-list-wrap span.spsoccer-team-name {
  font-weight: 700;
  margin: 0 15px;
  vertical-align: middle;
  font-size: 20px;
}
.view-spsoccer-tournament .item-list-wrap .spsoccer-match-date-time{
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.view-spsoccer-tournament .item-list-wrap{
  overflow: hidden;
}




/*tournament-standings  **************************************************/
.spsoccer-standings-wrapper {
  overflow: hidden;
}
.spsoccer-standings-wrapper .pointboard-header {
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 700;
  overflow: hidden;
  background-color: #f5f5f5;
}
.spsoccer-standings-wrapper .pointboard-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spsoccer-standings-wrapper .pointboard-header ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
}
.spsoccer-standings-wrapper .pointboard-header .header-left {
  padding-left: 30px;
}
.spsoccer-standings-wrapper .pointboard-header .header-left li:first-child {
  margin-right: 45px;
}
.spsoccer-standings-wrapper .pointboard-header .header-right {
  text-align: right;
}
.spsoccer-standings-wrapper .pointboard-header .header-right li {
  width: 10%;
  text-align: center;
}
.spsoccer-standings-wrapper .item-list-wrap {
  font-weight: 400;
  border-bottom: solid 1px #dfdfdf;
  padding: 20px 0;
  margin-bottom: 0;
  overflow: hidden;
}
.spsoccer-standings-wrapper .item-list-wrap:first-child {
  border-top: solid 1px #dfdfdf;
}
.spsoccer-standings-wrapper .item-list-wrap:nth-child(even) {
  background: #fbfbfb;
}
.spsoccer-standings-wrapper .item-list-wrap img.spsoccer-img-thumbnail {
  width: 30px;
  border: 0;
  padding: 0;
}
.spsoccer-standings-wrapper .item-list-wrap span.spsoccer-team-name {
  color: #000;
  font-weight: 400;
  margin: 0 15px;
  font-size: 20px;
}
.spsoccer-standings-wrapper .item-list-wrap .teamthumb {
  padding-left: 30px;
}
.spsoccer-standings-wrapper .item-list-wrap .teamthumb p {
  font-size: 20px;
  margin-right: 55px;
}
.spsoccer-standings-wrapper .item-list-wrap .team-point-table {
  text-align: right;
}
.spsoccer-standings-wrapper .item-list-wrap .team-point-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spsoccer-standings-wrapper .item-list-wrap .team-point-table ul li {
  display: inline-block;
  width: 10%;
  line-height: 200%;
  text-align: center;
  color: #464646;
  font-size: 20px;
}
.spsoccer-standings-wrapper .item-list-wrap .team-point-table ul li:last-child {
  font-weight: bold;
}






/* spsoccer-tournaments **************************************************/
.view-spsoccer-tournaments .spsoccer-row {
  margin-bottom: 15px;
}
.view-spsoccer-tournaments .spsoccer-tournament-name {
  border: solid 1px #dfdfdf;
  overflow: hidden;
  margin: 0 15px;
}
.view-spsoccer-tournaments .spsoccer-tournament-name .tournament-image {
  padding: 0;
}
.view-spsoccer-tournaments .spsoccer-tournament-name .tournament-details {
  padding: 15px;
  overflow: hidden;
  text-align: justify;
  font-weight: 400;
  border-top: 0;
}
.view-spsoccer-tournaments .tournament-details a h3 {
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #000;
}
.view-spsoccer-tournaments .tournament-details h4 {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  text-transform: capitalize;
}
.view-spsoccer-tournaments .tournament-details .title {
  font-weight: 700;
}
.view-spsoccer-tournaments .tournament-details .details {
  margin-top: 15px;
}


/* view-spsoccer-tournament **************************************************/
.view-spsoccer-tournament .tournament-details-top {
  background-image: url(../images/tournament-details-top-bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 30px;
}
.view-spsoccer-tournament .tournament-details-top .color-overlay {
  padding: 120px 0 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.view-spsoccer-tournament .match-time {
  text-align: center;
  margin-bottom: 20px;
}
.view-spsoccer-tournament .match-time span {
  background: rgba(245,245,245,.6);
  padding: 15px 30px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}
.view-spsoccer-tournament .match-result {
  color: #fff;
}
.view-spsoccer-tournament .match-result img.match-result-logo-thumb {
  width: 80px;
}
.view-spsoccer-tournament .match-result .text-left img {
  display: inline-block;
}
.view-spsoccer-tournament .match-result .text-left h3 {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  vertical-align: middle;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-spsoccer-tournament .match-result .text-center {
  vertical-align: middle;
}
.view-spsoccer-tournament .match-result .text-center h3 {
  font-size: 44px;
  font-weight: 700;
  vertical-align: middle;
  margin: 30px 0 0 0 ;
  border-left: 1px dotted;
  border-right: 1px dotted;
}
.view-spsoccer-tournament .match-result .text-right h3 {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
  vertical-align: middle;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-spsoccer-tournament .match-result .text-right img {
  display: inline-block;
  margin-left: 10px;
}
.view-spsoccer-tournament .torunament-info {
  margin-bottom: 30px;
}
.view-spsoccer-tournament .tournament-header {
  text-align: center;
}
.view-spsoccer-tournament .tournament-header h2.soccer-title {
  font-size: 20px;
  font-weight: 700;
  color: #464646;
  background: #d9d9d9;
  padding: 20px 60px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.view-spsoccer-tournament .tournament-details-tab {
  margin-top: 30px;
  padding-bottom: 100px;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs li {
  margin-right: 30px;
  float: inherit;
  display: inline-block;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs li a {
  padding: 0;
  border: 0;
  text-transform: uppercase;
  display: block;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs li a h2 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs li a:hover {
  background-color: transparent;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs li.active {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
.view-spsoccer-tournament .tournament-details-tab ul.nav-tabs li.active a:hover * {
  color: initial;
}
.view-spsoccer-tournament .spsoccer-group-wrapper {
  font-weight: 400;
  margin-top: 90px;
}
.view-spsoccer-tournament .spsoccer-group-wrapper:first-child {
  margin-top: 60px;
}
.view-spsoccer-tournament .spsoccer-group-wrapper h3 {
  font-weight: 400;
}
.spsoccer-group-wrapper .title {
  padding: 15px 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
}
.spsoccer-group-wrapper .title span {
  padding: 15px 50px;
  line-height: initial;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #ececec;
}
.view-spsoccer-tournament .spsoccer-group-wrapper.ungroup .item-list-wrap > .child-2,
.view-spsoccer-tournament .spsoccer-group-wrapper.ungroup .item-list-wrap > .child-3 {
  text-align: left;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap {
  padding: 10px 40px;
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 0;
  overflow: hidden;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap > [class*="spsoccer-col-"] {
  padding: 15px 0;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap:hover {
  background-color: #fbfbfb;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap a {
  display: inline-block;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap .child-2 {
  text-align: center;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap .child-3 {
  text-align: right;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap .club-name img {
  width: 50px;
  border: 0;
  padding: 0;
  background: transparent;
}
.view-spsoccer-tournament .spsoccer-group-wrapper .item-list-wrap .club-name span.spsoccer-team-name {
  margin: 0 15px;
  color: #000;
  font-weight: normal;
  vertical-align: middle;
  font-size: 20px;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper {
  font-weight: 400;
  margin-top: 90px;
  overflow: hidden;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper:first-child {
  margin-top: 60px;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .title {
  padding: 15px 0;
  margin: 0;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .title span {
  padding: 15px 50px;
  line-height: initial;
  color: #000;
  font-size: 22px;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper h3 {
  font-weight: 400;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap {
  padding: 30px 40px;
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 0;
  overflow: hidden;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap a{
  color: #555555;
}

.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap a:hover{
  color: #000000;
}

.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap img.spsoccer-img-thumbnail {
  width: 60px;
  border: 0;
  padding: 0;
  background: transparent;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap span.spsoccer-team-name {
  font-weight: 700;
  margin: 0 15px;
  vertical-align: middle;
  font-size: 20px;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap .spsoccer-match-date-time {
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.spsoccer-match-landing .item-list-wrap .spsoccer-match-location a,
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap .spsoccer-match-location,
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap .spsoccer-match-location a {
  font-size: 14px;
  color: #555555;
}

.spsoccer-match-landing .item-list-wrap .spsoccer-match-location a:hover,
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap .spsoccer-match-location a:hover {
  color: #000000;
}
.view-spsoccer-tournament .spsoccer-fixture-wrapper .item-list-wrap:hover {
  background: #f9f7f8;
}
.view-spsoccer-tournament .spsoccer-result-wrapper {
  font-weight: 400;
  margin-top: 90px;
}
.view-spsoccer-tournament .spsoccer-result-wrapper:first-child {
  margin-top: 60px;
}
.spsoccer-result-wrapper .title{
  padding: 15px 0;
  margin: 0;
  background-color: #f5f5f5;
}
.spsoccer-result-wrapper .title span {
  padding: 15px 50px;
  line-height: initial;
  color: #000;
  font-size: 22px;
  background-color: #ececec;
}
.view-spsoccer-tournament .spsoccer-result-wrapper h3 {
  font-weight: 400;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap {
  padding: 30px 40px;
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 0;
  overflow: hidden;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap img.spsoccer-img-thumbnail {
  width: 60px;
  border: 0;
  padding: 0;
  background: transparent;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap a {
  display: inline-block;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap span.spsoccer-team-name {
  color: #000;
  font-weight: 700;
  margin: 0 15px;
  vertical-align: middle;
  font-size: 20px;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap h2 {
  font-weight: 700;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap .spsoccer-match-date-time {
  font-weight: 700;
  margin-bottom: 10px;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap p.spsoccer-match-location {
  color: #555;
  text-transform: uppercase;
  font-size: 14px;
}
.view-spsoccer-tournament .spsoccer-result-wrapper .item-list-wrap:hover {
  background: #f9f7f8;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper {
  overflow: hidden;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .pointboard-header {
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 700;
  overflow: hidden;
}
.view-spsoccer-tournament .pointboard-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-spsoccer-tournament .pointboard-header ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
}
.view-spsoccer-tournament .pointboard-header .header-left {
  padding-left: 30px;
}
.view-spsoccer-tournament .pointboard-header .header-left li:first-child {
  margin-right: 45px;
}
.view-spsoccer-tournament .pointboard-header .header-right {
  text-align: right;
}
.view-spsoccer-tournament .pointboard-header .header-right li {
  width: 10%;
  text-align: center;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap {
  font-weight: 400;
  border-bottom: solid 1px #dfdfdf;
  padding: 20px 0;
  margin-bottom: 0;
  overflow: hidden;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap:first-child {
  border-top: solid 1px #dfdfdf;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap:nth-child(even) {
  background: #fbfbfb;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap img.spsoccer-img-thumbnail {
  width: 30px;
  border: 0;
  padding: 0;
  background: transparent;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap span.spsoccer-team-name {
  color: #000;
  font-weight: 400;
  margin: 0 15px;
  font-size: 20px;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap .teamthumb {
  padding-left: 30px;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap .teamthumb p {
  font-size: 20px;
  margin-right: 55px;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap .team-point-table {
  text-align: right;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap .team-point-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap .team-point-table ul li {
  display: inline-block;
  width: 10%;
  line-height: 200%;
  text-align: center;
  color: #464646;
  font-size: 20px;
}
.view-spsoccer-tournament .spsoccer-standings-wrapper .item-list-wrap .team-point-table ul li:last-child {
  font-weight: bold;
}

/* spsoccer-matchs **************************************************/
.spsoccer-match-landing h3.title,
.spsoccer-result-landing h3.title {
  padding: 15px 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.spsoccer-match-landing h3.title span,
.spsoccer-result-landing h3.title span {
  padding: 15px 50px;
  line-height: initial;
  font-size: 22px;
  color: #000;
  background-color: #ececec;
}
.spsoccer-match-landing .item-list-wrap,
.spsoccer-result-landing .item-list-wrap {
  margin-bottom: 0;
  padding: 30px 40px;
  overflow: hidden;
  border-bottom: solid 1px #dfdfdf;
}
.spsoccer-match-landing .item-list-wrap:first-child,
.spsoccer-result-landing .item-list-wrap:first-child {
  border-top: solid 1px #dfdfdf;
}
.spsoccer-match-landing .item-list-wrap a,
.spsoccer-result-landing .item-list-wrap a {
  display: inline-block;
  margin-top: 13px;
}
.spsoccer-match-landing .item-list-wrap img.spsoccer-img-thumbnail,
.spsoccer-result-landing .item-list-wrap img.spsoccer-img-thumbnail {
  width: 40px;
  border: 0;
  padding: 0;
  background: transparent;
}
.spsoccer-match-landing .item-list-wrap span.spsoccer-team-name,
.spsoccer-result-landing .item-list-wrap span.spsoccer-team-name {
  color: #000;
  font-weight: 700;
  margin: 0 20px;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 20px;
}
.spsoccer-match-landing .item-list-wrap .spsoccer-match-date-time,
.spsoccer-result-landing .item-list-wrap .spsoccer-match-date-time {
  padding-top: 10px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.spsoccer-match-landing .item-list-wrap p.spsoccer-match-location,
.spsoccer-result-landing .item-list-wrap p.spsoccer-match-location {
  font-weight: 400;
  text-align: center;
  color: #555555;
  font-size: 14px;
  text-transform: uppercase;
}
.spsoccer-match-landing .item-list-wrap:hover,
.spsoccer-result-landing .item-list-wrap:hover {
  background: #f9f7f8;
}

/* pagination **************************************************/
.soccer-pagination {
  text-align: center;
  margin-top: 30px;
}
.soccer-pagination .pagination-list > li{
  display: inline;
}
.soccer-pagination .pagination-list > li > a {
  margin-right: 10px;
  border-radius: 3px;
  background-color: #e1e1e1;
  border: 0;
  font-weight: 400;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
.soccer-pagination .pagination-list > li.active > a {
  color: #000;
}

/* spsoccer-match-view **************************************************/
.view-spsoccer-match-view .match-details-top {
  background-image: url(../images/tournament-details-top-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 120px 0 50px;
}
.view-spsoccer-match-view .match-details-top .spsoccer-container{
  max-width: 100%;
}
.view-spsoccer-match-view .match-details-top img.match-result-logo-thumb {
  width: 60px;
}
.view-spsoccer-match-view .match-details-top .match-time {
  text-align: center;
  margin-bottom: 50px;
}
.view-spsoccer-match-view .match-details-top .match-time span {
  background-color: rgba(245,245,245,.6);
  padding: 20px 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.view-spsoccer-match-view .match-details-top .match-result * {
  color: #fff;
}
.view-spsoccer-match-view .match-details-top .match-result .match-team-left {
  vertical-align: middle;
}
.view-spsoccer-match-view .match-details-top .match-result .match-team-left img {
  display: inline-block;
}
.view-spsoccer-match-view .match-details-top .match-result .match-team-left h3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 700;
  margin-top: 0;
  line-height: 100%;
  margin-bottom: 0;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-scorer{
  margin-top: 30px;
}
.view-spsoccer-match-view .match-details-top .match-result .match-goal-count {
  vertical-align: middle;
}
.view-spsoccer-match-view .match-details-top .match-result .match-goal-count h3 {
  vertical-align: middle;
  font-size: 76px;
  font-weight: 900;
  display: inline-block;
  line-height: 100%;
  margin: 25px 0;
  padding: 0 25px;
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
}
.view-spsoccer-match-view .match-details-top .match-result .match-team-right img {
  display: inline-block;
}
.view-spsoccer-match-view .match-details-top .match-result .match-team-right h3 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-football {
  width: 30px;
  height: 30px;
  background-image: url(../images/goal.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-scorer p {
  font-weight: 300;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline {
  margin-top: 80px;
  color: #fff;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline .timeline-titme {
  margin: 0 9px;
  vertical-align: top;
  display: inline-block;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  width: 40.5%;
  height: 20px;
  display: inline-block;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul li.goal {
  position: relative;
  color: #fff;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul li.goal span.time {
  position: absolute;
  margin-left: -60px;
  opacity: 0;
  top: -50px;
   -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul li.goal:hover span.time {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul li.goal:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-left: -10px;
  z-index: 1;
  border-radius: 100px;
  border: 5px solid rgba(0, 0, 0, 0.65);
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul.goal-timeline1:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 10px;
  margin-top: -5px;
  border-radius: 10px;
  z-index: 0;
  width: 100%;
  background-color: #f5f5f5;
}
.view-spsoccer-match-view .match-details-top .match-result .goal-timeline ul.goal-timeline2:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 10px;
  margin-top: -5px;
  background-color: #f5f5f5;
  border-radius: 10px;
  z-index: 0;
  width: 100%;
}
.view-spsoccer-match-view .container.match-tab{
  border: none;
  box-shadow: none;
  width: auto;
}
.view-spsoccer-match-view .match-view-header h2.match-title {
  text-align: center;
  margin: 60px 0;
}
.view-spsoccer-match-view .match-view-header h2.match-title span {
  font-size: 22px;
  font-weight: 700;
  color: #464646;
  background: #d9d9d9;
  padding: 20px 70px;
}
.view-spsoccer-match-view .match-tab {
  margin-top: 50px;
  padding-bottom: 100px;
}
.view-spsoccer-match-view .match-tab .nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.view-spsoccer-match-view .match-tab .nav-tabs li {
  margin-right: 30px;
  float: inherit;
  display: inline-block;
}
.view-spsoccer-match-view .match-tab .nav-tabs li a {
  padding: 0 0 5px 0;
  font-weight: 400;
  border: 0;
  color: #000;
  text-transform: uppercase;
}
.view-spsoccer-match-view .match-tab .nav-tabs li a h2 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.view-spsoccer-match-view .match-tab .nav-tabs li a:hover {
  background-color: transparent;
}
.view-spsoccer-match-view .match-tab .nav-tabs li.active {
  border-bottom: solid 1px #000;
}
.view-spsoccer-match-view .match-tab .nav-tabs li.active a {
  color: initial;
}
.view-spsoccer-match-view .match-tab .tab-content {
  margin-top: 40px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result {
  margin-bottom: 20px;
  overflow: hidden;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result img.spsoccer-img-thumbnail {
  background: transparent;
  width: 60px;
  border: 0;
  padding: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-details-team .pull-left {
  margin-right: 50px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-details-team .pull-right {
  margin-left: 50px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-details-team .media-body {
  padding-top: 20px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result span.spsoccer-team-name {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result h3.spsoocer-team-formation {
  font-size: 24px;
  color: #949494;
  font-weight: 400;
  margin: 10px 0 0 0 ;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result h4.spsoocer-vs {
  font-size: 16px;
  font-weight: 700;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-goal-count h2,
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-goal-count p {
  font-weight: 400;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-team-right h3.spsoocer-team-formation {
  margin-left: 0;
  margin-right: 155px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .spsoccer-match-result .match-team-right img.spsoccer-img-thumbnail {
  margin-right: 0;
  margin-left: 60px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .goal-scorer-name {
  border-top: solid 1px #dfdfdf;
  margin: 0 100px;
  padding: 30px;
  font-weight: 400;
  text-transform: capitalize;
  overflow: hidden;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .goal-scorer-name h4.status {
  font-size: 16px;
  color: #949494;
  font-weight: 400;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .item-list-wrap {
  margin: 0 100px;
  border-bottom: solid 1px #dfdfdf;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .item-list-wrap:first-child {
  border-top: 1px solid  #dfdfdf;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .item-list-wrap h3 {
  font-size: 24px;
  color: #000;
  font-weight: 900;
  padding: 0 30px;
  margin: 0;
  line-height: 200%;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .item-list-wrap h4.status {
  font-size: 16px;
  color: #949494;
  font-weight: 400;
  line-height: 200%;
  text-transform: uppercase;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-states .item-list-wrap:hover {
  background: #f9f8f8;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-item-content {
  margin: 0 145px;
  font-size: 16px;
  color: #464646;
  font-weight: 400;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-item-content h3 {
  margin: 80px 0 30px 0;
  font-size: 24px;
  font-weight: 700;
  color: #464646;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team h3.header {
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
  margin-bottom: 15px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-info .pull-left img.soccer-team-thumb {
  margin-right: 50px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-info .pull-right img.soccer-team-thumb {
  margin-left: 50px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-info h3.spsoccer-team-name {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-info h3.spsoocer-team-formation {
  font-size: 24px;
  color: #949494;
  font-weight: 300;
  margin: 10px 0 0 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-info .match-team-right h3.spsoocer-team-formation {
  margin-left: 0;
  margin-right: 80px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-info .spsoccer-team-info img.spsoccer-img-thumbnail {
  background: transparent;
  border: 0;
  width: 60px;
  padding: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players {
  margin: 20px 100px 0 100px;
  border-top: 1px solid #dfdfdf;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .spsoccer-player-right-wrapper {
  padding-right: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .spsoccer-player-left-wrapper {
  padding-left: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .match-team-right .item-list-wrap {
  margin-left: -30px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .match-team-right .item-list-wrap .player-overlay-right {
  left: inherit;
  right: 90px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap {
  border-bottom: solid 1px #dfdfdf;
  padding: 15px 0;
  margin-bottom: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap img.spsoccer-img-thumbnail {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 40px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap p.inline-block {
  margin: 0 15px;
  font-weight: 400;
  color: #666;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner .player-image-wrap {
  background-color: #000;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner .player-image-wrap img {
  opacity: .5;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner .player-name-inner h4 {
  font-weight: 700;
  font-size: 16px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner .player-name-inner span {
  font-weight: 300;
  font-size: 14px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner .player-name-inner .more {
  position: absolute;
  right: 0;
  bottom: -5px;
  padding: 3px 12px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner .player-name-inner .more a {
  color: #000;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner li {
  font-size: 14px;
  color: #555555;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner li span.payer-info {
  font-weight: 500;
  text-transform: capitalize;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-team .spsoccer-match-teams-players .item-list-wrap .team-overlay-inner li span {
  font-weight: 300;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap {
  margin-bottom: 0;
  border-bottom: solid 1px #dfdfdf;
  padding: 15px 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap:first-child {
  border-top: solid 1px #dfdfdf;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap h3 {
  font-weight: 700;
  color: #000;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap h3 sub {
  font-size: 14px;
  font-weight: normal;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap img.spsoccer-img-thumbnail {
  width: 50px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap p.spsoccer-match-player-up {
  font-weight: 400;
  color: #666;
  padding-top: 15px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap p.spsoccer-match-player-up:last-child {
  padding-top: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-substitutes .item-list-wrap:hover {
  background: #f9f8f8;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: solid 1px #dfdfdf;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap:first-child {
  border-top: solid 1px #dfdfdf;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap .status h3 {
  font-size: 16px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap .status h3 span {
  display: block;
  margin-top: 10px;
  color: #949494;
  font-weight: 400;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap h3 {
  font-weight: 700;
  margin: 0;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap h3 sub {
  font-size: 14px;
  font-weight: normal;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap i {
  vertical-align: middle;
  padding-top: 15px;
}
.view-spsoccer-match-view .match-tab .tab-content .spsoccer-match-timeline .item-list-wrap:hover {
  background: #f9f8f8;
}





/* spsoccer-players **************************************************/
.view-spsoccer-players .player {
  margin-bottom: 30px;
  border: solid 1px #e6e6e6;
  overflow: hidden;
}
.view-spsoccer-players .player .player-info-details {
  padding: 20px 30px;
  color: #555;
}
.view-spsoccer-players .player .player-info-details h3 {
  color: #000;
  font-weight: 700;
  margin-top: 0px;
}
.spsoccer-player-big-info img {
  float: right;
  clear: both;
  margin-bottom: 50px;
  width: 120px;
}
.spsoccer-player-big-info .total-match {
  font-size: 80px;
  color: #555;
  font-weight: 700;
  line-height: 75px;
  clear: both;
  display: block;
}
.spsoccer-player-big-info span + span {
  font-size: 18px;
  font-weight: 400;
}
.spsoccer-player-social-profile{
  margin-top: 30px;
}
.spsoccer-player-social-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spsoccer-player-social-profile ul li {
  display: inline-block;
  margin-right: 5px;
}
.spsoccer-player-social-profile ul li i {
  font-size: 16px;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background-color: #f5f5f5;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.spsoccer-player-social-profile ul li a:hover i{
  background-color: #000;
  color: #f5f5f5
}

/* spsoccer-teams **************************************************/
.view-spsoccer-teams .soccer-team {
  border: solid 1px #e6e6e6;
  padding: 30px;
  margin-bottom: 30px;
}
.view-spsoccer-teams .soccer-team .soccer-team-logo {
  width: 40%;
  float: left;
  padding-right: 20px;
}
.view-spsoccer-teams .soccer-team .team-description {
  padding: 20px 0;
  font-weight: 400;
  color: #666;
}
.view-spsoccer-teams .soccer-team .team-description a {
  color: #000;
}
.view-spsoccer-teams .soccer-team .team-description h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 26px;
}
.view-spsoccer-teams .soccer-team .team-description p.details {
  margin-bottom: 20px;
}
.spsoccer-socials-wrap ul.team-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spsoccer-socials-wrap ul.team-social li {
  display: inline-block;
  margin-right: 3px;
}
.spsoccer-socials-wrap ul.team-social li a {
  color: #fff;
}
.spsoccer-socials-wrap ul.team-social li a i.sp-soccer-facebook {
  background: #3c5a98;
}
.spsoccer-socials-wrap ul.team-social li a i.sp-soccer-twitter {
  background: #2AA9E0;
}
.spsoccer-socials-wrap ul.team-social li a i.sp-soccer-google {
  background: #3F85F4;
}
.spsoccer-socials-wrap ul.team-social li a i.sp-soccer-linkedin {
  background: #0177B5;
}
.spsoccer-socials-wrap ul.team-social li a i.sp-soccer-google-plus {
  background: #DD4B39;
}
.spsoccer-socials-wrap ul.team-social li a i.sp-soccer-youtube {
  background: #d72523;
}
.view-spsoccer-teams .soccer-team .team-description ul.team-social li a i.sp-soccer-pinterest {
  background: #C92228;
}
.view-spsoccer-teams .soccer-team .team-description ul.team-social li a i.sp-soccer-vimeo {
  background: #63b4e4;
}
.view-spsoccer-teams .soccer-team .team-description ul.team-social li a i.sp-soccer-rss {
  background: #ee802f;
}

.view-spsoccer-teams .soccer-team .team-description ul.team-social li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
}
.view-spsoccer-teams .soccer-team .team-description ul.team-social li a i:hover {
  color: #000;
}

/* spsoccer vanue ************************************************* */

.view-spsoccer-vanue .vanue-info .soccer-title{
  text-align: center;
}

.view-spsoccer-vanues .spsoccer-socials-wrap, .view-spsoccer-vanue .spsoccer-socials-wrap{
  margin-top: 20px !important;
}

.view-spsoccer-vanue .spsoccer-vanue-gallery-wrpap {
  margin-top: 90px;
}
.view-spsoccer-vanue .spsoccer-vanue-gallery-wrpap .image-box{
  background: #000;
}

.view-spsoccer-vanue .spsoccer-vanue-gallery-wrpap .image-box img{
  -webkit-transition: 400ms;
  transition: 400ms;
}

.view-spsoccer-vanue .spsoccer-vanue-gallery-wrpap .image-box:hover img{
  opacity: .7;
}

.view-spsoccer-vanue .spsoccer-vanue-gallery-wrpap .soccer-title{
  text-align: center;
}

.view-spsoccer-vanue .spsoccer-team-gallery-list {
  margin-top: 40px;
}
