

.squad-box.squad-captain .box-content
{
    background-image: url(../images/background/3.png);
}
.squad-box .box-content {
    background-color: #000;
    height: 142px;
    position: relative;
    margin-bottom: 20px;
    background-image: url(../images/background/3.png);
    background-position: right bottom;
}
.squad-box.squad-captain .overlay-strip {
    height: 60px;
    left: -41px;
    top: 41px;
}
.team-4 .overlay-strip {
    background-color: #0064d1;
}
.squad-box .overlay-strip {
    background-color: rgba(224,28,2,.8);
    height: 46px;
    left: -48px;
    position: absolute;
    top: 48px;
    width: 142px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: table;
    z-index: 10;
}
.squad-box .overlay-wrap {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    padding: 0 7px;
}
.squad-box .overlay-strip span {
    display: block;
    font-family: gotham-medium,sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.squad-pos {
    font-size: 20px;
    line-height: 18px;
}
.squad-title {
    font-size: 14px;
	font-weight:bold;
}
a, a:hover {
    text-decoration: none;
    outline: 0;
    color: #777;
}
.squad-box.squad-captain .squad-image {
    margin-left: 60px;
}
.squad-image {
    height: 142px;
    margin-left: 30px;
    overflow: hidden;
    position: relative;
}
.squad-image img {
    position: absolute;
    bottom: 0;
    left: 30px;
    max-width: 100%;
    height: auto;
}
.squad-box.squad-captain .squad-name {
    font-size: 30px;
    right: 30px;
    top: 24px;
    line-height: 28px;
    max-width: 250px;
}
.squad-name {
    color: #FFFFFF;
    font-family: gotham-bold,sans-serif;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 100px;
    line-height: 15px;
    text-align: right;
}
.sqaud-container .squad-name > span {
    color: #fff;
}