.boxSeparator {
    height: 41px;
}

.boxSeparator:first-child {
    height: 0;
}

.smallBox .greyTitle {
    line-height: 11px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 7px;
    border: 1px solid white;
}

.matchSmallBox {
    position: relative;
    min-height: 192px;
    display: block;
}

.matchSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.matchDetails {
    display: block;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    min-height: 95px;
    border-bottom: 1px solid #cccccc;
}

.matchSmallBox:hover .matchDetails {
    background: #fdfdfd;
}

.matchDetails .matchDetailsLeft {
    width: 45px;
    display: inline-block;
    height: 65px;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
}

.matchDetails .matchDetailsLeft img {
    opacity: 0.7;
}

.matchSmallBox:hover .matchDetails .matchDetailsLeft img {
    opacity: 1;
}

.matchDetails .matchDetailsRight {
    display: inline-block;
    min-height: 65px;
    width: 140px;
    padding-top: 10px;
}

.matchDetails .matchDetailsRight .whoAgainst {
    font-family: PtSansBold;
    color: #3c4650;
    display: block;
    font-size: 14px;
    line-height: 15px;
}


.matchDetails .matchDetailsRight .date {
    color: #858585;
    display: block;
    font-size: 11px;
    padding-top: 2px;
    line-height: 15px;
}

.matchSmallBox .matchImage {
    display: block;
    position: relative;
    height: 110px;
    background: url('../../images/design/match_small_box_field.jpg');
    font-size: 0;
}

.matchSmallBox .matchImage>span {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    line-height: 110px;
    height: 110px;
    text-align: center;
}
.matchSmallBox .matchImage>span>span:first-child {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.matchSmallBox .matchImage>span>img {
    display: inline-block;
    vertical-align: middle;
}


/* Galéria */

.gallerySmallBox {
    position: relative;
    display: block;

}

.gallerySmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.galleryDetails {
    display: block;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    height: 80px;
    border-bottom: 1px solid #cccccc;
}

.gallerySmallBox:hover .galleryDetails {
    background-color: #f7f7f7;
}

.galleryDetails .galleryDetailsLeft {
    width: 45px;
    display: inline-block;
    height: 65px;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    background: url('../../images/design/icon_gallery.png') no-repeat center 10px;
}

.gallerySmallBox:hover .galleryDetailsLeft {
    background: url('../../images/design/icon_gallery_dark.png') no-repeat center 10px;
}

.galleryDetails .galleryDetailsRight {
    display: inline-block;
    height: 65px;
    width: 140px;
    padding-top: 10px;
}

.galleryDetails .galleryDetailsRight .whoAgainst {
    font-family: PtSansBold;
    color: #3c4650;
    display: block;
    font-size: 14px;
    line-height: 15px;
}

.galleryDetails .galleryDetailsRight .date {
    color: #858585;
    display: block;
    font-size: 11px;
    padding-top: 2px;
}

.gallerySmallBox .galleryImage {
    display: block;
    position: relative;
}

.gallerySmallBox .galleryImage img {
    width: 195px;
}

.gallerySmallBox .galleryImage img:nth-child(2) {
    top: 22px;
    left: 15px;
}

.gallerySmallBox .galleryImage img:last-child {
    top: 22px;
    right: 15px;
}

/* Video */

.videoSmallBox {
    position: relative;
    display: block;
}

.videoSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.videoSmallBox .videoDetails {
    display: block;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    height: 80px;
    border-bottom: 1px solid #cccccc;
}

.videoSmallBox:hover .videoDetails {
    background-color: #f7f7f7;
}

.videoSmallBox .videoDetails .videoDetailsLeft {
    width: 45px;
    display: inline-block;
    height: 65px;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    background: url('../../images/design/icon_video_gray.png') no-repeat center 10px;
}

.videoSmallBox:hover .videoDetailsLeft {
    background: url('../../images/design/icon_video_gray_dark.png') no-repeat center 10px;
}

.videoSmallBox .videoDetails .videoDetailsRight {
    display: inline-block;
    height: 65px;
    width: 140px;
    padding-top: 10px;
}

.videoSmallBox .videoDetails .videoDetailsRight .whoAgainst {
    font-family: PtSansBold;
    color: #3c4650;
    display: block;
    font-size: 14px;
    line-height: 15px;
}

.videoSmallBox .videoDetails.videoDetailsRight .date {
    color: #858585;
    display: block;
    font-size: 11px;
    padding-top: 2px;
}

.videoSmallBox .videoImage {
    display: block;
    position: relative;
}

.videoSmallBox .videoImage img {
    width: 195px;
}

.videoSmallBox .videoImage img:nth-child(2) {
    top: 22px;
    left: 15px;
}

.videoSmallBox .videoImage img:last-child {
    top: 22px;
    right: 15px;
}

/* Jatekos */

.playerSmallBox {
    position: relative;
    display: block;
    width: 195px;
}

.playerSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -8px;
}

.playerDetails {
    display: block;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    height: 56px;
    border-bottom: 1px solid #cccccc;
}

.playerSmallBox:hover .playerDetails {
    background: #fdfdfd;
}

.playerDetails .playerDetailsLeft {
    width: 45px;
    display: inline-block;
    height: 65px;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    background: url('../../images/design/icon_player.png') no-repeat center 10px;
}

.playerSmallBox:hover .playerDetailsLeft {
    background: url('../../images/design/icon_player_dark.png') no-repeat center 10px;
}

.playerDetails .playerDetailsRight {
    display: inline-block;
    height: 65px;
    width: 140px;
    padding-top: 12px;
}

.playerDetails .playerDetailsRight .name {
    font-family: PtSansBold;
    color: #3c4650;
    display: block;
    font-size: 14px;
    line-height: 15px;
}

.playerDetails .playerDetailsRight .name .lastName {
    text-transform: uppercase;
}

.playerDetails .playerDetailsRight>span:last-child {
    color: #858585;
    display: block;
    font-size: 11px;
    padding-top: 2px;
}

.playerDetails .playerDetailsRight>span:last-child>span {
    display: inline-block;
    vertical-align: middle;
}

.playerDetails .playerDetailsRight>span:last-child>span:first-child {
    height: 100%;
    width: 0;
}

.playerDetails .playerDetailsRight>span:last-child>span:nth-child(2) {
    padding-right: 5px;
}

.playerSmallBox .playerImage {
    display: block;
    overflow: hidden;
    height: 118px;
    background: url('../../images/design/smallbox_player_background.jpg') no-repeat top left;
    background-size: 195px 118px;
}

.playerSmallBox .playerImage img {
    width: 180px;
    height: auto;
    margin-top: 8px;
    margin-left: 8px;
}

/* news */

.newsSmallBox {
    position: relative;
}

.newsSmallBox .newsSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.newsSmallBox a .newsRow {
    display: block;
    /*height: 63px;*/
    width: 175px;
    background: url('../../images/design/strip_background_trp.png') repeat;
    background-color: #ececec;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
}

.newsSmallBox a:first-child .newsRow {
    border-top: 1px solid #cccccc;
}

.newsSmallBox a .newsRow .title {
    font-size: 13px;
    font-family: PtSansBold;
    color: #444444;
    line-height: 14px;
}

.newsSmallBox a:hover .newsRow .title {
    color: #000000;
}

.newsSmallBox a:hover .newsRow {
    background-color: #f7f7f7;
}

.newsSmallBox a .newsRow .date {
    font-size: 11px;
    color: #858585;
    padding-bottom: 7px;
    display: inline-block;
    padding-top: 2px;
}

/* info box */

.infoSmallBox {
    position: relative;
    width: 195px;
}

.infoSmallBox .infoSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.infoImage {
    min-height: 5px;
    display: block;
}

.infoImage img {
    width: 195px;
}

.infoDetails h2 {
    color: #747578;
    font-size: 14px;
    font-family: PtSansBold;
    margin-top: 9px;
    margin-bottom: 4px;
    line-height: 15px;
}

.infoDetails span {
    color: #757575;
    font-size: 12px;
}

/* Ticket info */

.ticketSmallBox {
    position: relative;
    display: block;
}

.ticketSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.ticketDetails {
    display: block;
    border-bottom: 1px solid #e2e3e5;
    border-top: 1px solid #e2e3e5;
}

.ticketDetails .ticketDetailsLeft {
    width: 45px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-top: 21px;
}

.ticketDetails .ticketDetailsRight {
    display: inline-block;
    width: 140px;
    padding-top: 20px;
}

.ticketDetails .ticketDetailsRight .whoAgainst {
    font-family: PtSansBold;
    color: #3c4650;
    display: block;
    font-size: 17px;
    line-height: 17px;
}

.ticketDetails .ticketDetailsRight .date {
    color: #858585;
    display: block;
    font-size: 11px;
    padding-top: 2px;
}

.ticketDetails .ticketsImage {
    display: block;
    padding-top: 15px;
    padding-left: 24px;
}

.ticketSmallBox .ticketButton {
    height: 45px;
    display: block;
    background: #f6f7fa;
    text-align: right;
    padding-right: 10px;
}

.ticketSmallBox .ticketButton>span {
    display: inline-block;
    vertical-align: middle
}

.ticketSmallBox .ticketButton>span:first-child {
    height: 100%;
}

/* Vidishop small box */

.vidishopSmallBox {
    position: relative;
    display: block;
}

.vidishopSmallBoxTitle {
    position: absolute;
    left: -6px;
    z-index: 2;
    top: -15px;
}

.vidishopDetails {
    display: block;
    border-bottom: 1px solid #e2e3e5;
    border-top: 1px solid #e2e3e5;
    text-align: center;
    padding-top: 17px;
}

.vidishopDetails .vidishopImage {
    position: relative;
    display: block;
}

.vidishopDetails .vidishopPrice {
    position: absolute;
    text-align: left;
    bottom: 0;
}

.vidishopDetails .vidishopName {
    padding-top: 11px;
    padding-bottom: 12px;
    display: block;
    text-align: left;
}

.vidishopDetails .vidishopName span {
    vertical-align: top;
}

.vidishopDetails .vidishopName>span:first-child {
    padding-left: 10px;
    padding-right: 10px;
}

.vidishopDetails .vidishopName>span:last-child>span:first-child {
    display: inline-block;
    width: 140px;
    font-family: PtSansBold;
    color: #c4272e;
    font-size: 15px;
}

.vidishopDetails .vidishopPrice {
    display: block;
}

.vidishopDetails .vidishopPrice span {
    display: inline-block;
    background: rgba(0,0,0,0.75);
    font-family: PtSansBold;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
}

.vidishopDetails .vidishopPrice span:first-child {
    font-size: 20px;
    padding-top: 8px;
}

.vidishopDetails .vidishopPrice span:last-child {
    font-size: 15px;
    padding-bottom: 4px;
    padding-top: 8px;
}

.vidishopSmallBox .vidishopButton {
    height: 45px;
    display: block;
    background: #f6f7fa;
    text-align: right;
    padding-right: 10px;
}

.vidishopSmallBox .vidishopButton>span {
    display: inline-block;
    vertical-align: middle
}

.vidishopSmallBox .vidishopButton>span:first-child {
    height: 100%;
}

/* Góllista */

.goalsSmallBox {
    position: relative;
}

.goalsSmallBox .goalsSmallBoxTitle {
    position: absolute;
    top: -14px;
    left: -5px;
}

.goalsSmallBox div.goalsCompetition {
    font-size: 10px;
    font-family: Arial;
    color: #858585;
    line-height: 25px;
    background-color: #f6f7fa;
    padding-top: 19px;
    padding-bottom: 10px;
}


.goalsSmallBox div.goalsCompetition span {
    vertical-align: top;
}

.goalsSmallBox div.goalsCompetition span:first-child {
    padding-left: 12px;
    padding-right: 4px;
}

.goalsSmallBox div.homeScores table.goalsScoresTable tr td {
    background-color: #fdfdfd;
    color: #c4272e;
}

.goalsSmallBox table.goalsScoresTable tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.goalsSmallBox table.goalsScoresTable tr td span.ownPlayer,
.goalsSmallBox table.goalsScoresTable tr td span.ownPlayer a {
    color: #c4272e;
    font-weight: bold;
}
.goalsSmallBox table.goalsScoresTable tr td span.ownPlayer a:hover {
    text-decoration: underline;
}

.goalsSmallBox table.goalsScoresTable tr td:first-child {
    text-align: right;
    width: 23px;
    padding-right: 17px;
}

.goalsSmallBox table.goalsScoresTable tr:nth-child(even) {
    background: #f6f7fa;
}

.goalsSmallBox table.goalsScoresTable tr:nth-child(odd) {
    background: #fff;
}

.goalsSmallBox table.goalsScoresTable tr:first-child td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: arial !important;
}

.goalsSmallBox table.goalsScoresTable tr td {
    vertical-align: middle;
    color: #747578;
    font-size: 12px;
}

.goalsSmallBox table.goalsScoresTable tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}

/* Merkozesek */

.matchesSmallBox {
    position: relative;
}

.matchesSmallBox .matchesSmallBoxTitle {
    position: absolute;
    top: -14px;
    left: -5px;
}

.matchesSmallBox div.matchesCompetition {
    font-size: 10px;
    font-family: Arial;
    color: #858585;
    background-color: #f6f7fa;
    padding-top: 19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.matchesSmallBox div.matchesCompetition span {
    vertical-align: middle;
    display: inline-block;
}

.matchesSmallBox div.matchesCompetition span:first-child {
    padding-left: 12px;
    padding-right: 4px;
}

.matchesSmallBox .matchRow .whoAgainst {
    font-family: PtSansBold;
    font-size: 13px;
    color: #757575;
    padding-bottom: 2px;
    display: block;
    line-height: 14px;
}

.matchesSmallBox .matchRow .date {
    font-size: 11px;
    font-family: Arial;
    color: #757575;
}

.matchesSmallBox .matchRow {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 7px;
}

/* Tabella */

.tableSmallBox {
    position: relative;
}

.tableSmallBox .tableHeaderRow {
    position: absolute;
    font-size: 11px;
    color: #858585;
    top: 45px;
    right: 4px;
}

.tableSmallBox .tableHeaderRow span:first-child {
    margin-right: 14px;
}

.tableSmallBox .tableHeaderRow span {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

.tableSmallBox .tableSmallBoxTitle {
    position: absolute;
    top: -12px;
    left: -5px;
}

.tableSmallBox div.tableCompetition {
    font-size: 10px;
    font-family: Arial;
    color: #858585;
    background-color: #f6f7fa;
    padding-top: 19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.tableSmallBox div.tableCompetition span {
    vertical-align: middle;
    display: inline-block;
}

.tableSmallBox div.tableCompetition span:first-child {
    padding-left: 12px;
    padding-right: 4px;
    height: 25px;
}

.tableSmallBox .table .tableRow {
    border-bottom: 1px solid #e2e3e5;
    font-size: 12px;
    color: #747578;
    min-height: 33px;
    font-weight: bold;
}

.tableSmallBox .table .ownTeam {
    background-color: #f6f7fa;
    color: #c4272e;
}

.tableSmallBox .table .tableRow .teamName {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: PtSansBold;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
}

.tableSmallBox .table .tableRow span {
    display: inline-block;
    vertical-align: middle;
}

.tableSmallBox .table .tableRow span:first-child {
    width: 0;
    height: 33px;
}

.tableSmallBox .table .tableRow span:nth-child(2) {
    width: 18px;
    text-align: right;
    padding-right: 13px;
}

.tableSmallBox .table .tableRow span:nth-child(3) {
    width: 90px;
}

.tableSmallBox .table .tableRow span:nth-child(4) {
    width: 30px;
    text-align: center;
}

.tableSmallBox .table .tableRow span:last-child {
    width: 30px;
    text-align: center;
}

.tableSmallBox .tableButton {
    height: 45px;
    display: block;
    background: #f6f7fa;
    text-align: right;
    padding-right: 10px;
}

.tableSmallBox .tableButton>span {
    display: inline-block;
    vertical-align: middle
}

.tableSmallBox .tableButton>span:first-child {
    height: 100%;
}

.right a:hover {
    text-decoration: none;
}