/* New Styles */
.text_align_left, 
.text_align_left .sc_item_title, 
.text_align_left .sc_item_title:after,
.text_align_left .sc_item_descr, 
.text_align_left .sc_item_button {
    text-align: left;
    margin-left: 0;
}
/* Matches */
.match_block {
	display: block;
	width: 100%;
	margin-bottom: 30px;
    text-align: center;
}
.match_block .player, 
.match_block .match_info{
	display: inline-block;
}
.match_block .player{
	width: 33%;
	position: relative;
   -webkit-box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.25);
}
.match_block .player_country {
    width: 40px;
    height: 40px;
	line-height: 40px;
	text-align: center;
    position: absolute;
	top: 0;
    left: 0;
	font-size: 0.786em;
	text-transform: uppercase;
    z-index: 2;
}
.match_block .player_name a{
    text-align: center;
    padding: 16px;
    font-weight: 600;
	display: block;
}
.match_block .match_info {
	vertical-align: top;
	text-align: center;
    margin-top: 8%;
    width: 29.5%;
}
.match_block .match_date {
	font-weight: 600;
	margin-bottom: 17px;
}
.match_block .match_score {
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    padding: 0 20px;
	display: inline-block;
	margin-bottom: 17px;
}
.match_block .match_category {
    font-size: 12px;
    text-transform: uppercase;
}
.match_preview {
    margin-bottom: 1em;
}


/* Matches Blogger */
.type_match.post_item_colored .match_date {
    margin-top: 1.25em;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.15em;
    margin: 1.8em 1em 0.5em 0;
    display: inline-block;
}
.type_match.post_item_colored .match_date + .post_category{
	margin: 0 0 0.5em 0;
    overflow: visible;	
	display: inline-block;
}
.type_match.post_item_colored .post_title{
	margin-top: 0 !important;
}
.post_item_colored .match_date,
.post_item_colored .post_category {
    font-size: 1.125em;
    line-height: 1.15em;
}
.matches_hover > a:before {
    content: '\e843';
    font-family: 'fontello';
    font-size: 3em;
    color: #ffffff;
    text-shadow: -4px 3px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 35%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.matches_hover > a:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -ms-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}
.matches_hover > a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}
.matches_hover > a:hover:after {
    opacity: 1;
}

/* Matches Shortcode */
.sc_matches {
    overflow: hidden;
}
.sc_matches_next, .sc_matches_current {
    padding: 4.286em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sc_matches_next{
	width: 40%;
    float: left;
    -webkit-box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
}
.sc_matches_current {
    width: 60%;
    float: right;
	padding-right: 0;
    padding-bottom: 0;
}
.sc_matches .sc_item_subtitle,
.sc_matches .sc_item_title,
.sc_matches .sc_item_descr,
.sc_matches .sc_item_button {
    text-align: left;
}

.sc_matches .sc_item_title {
    font-size: 2.857em;
}

.sc_matches .sc_item_title:after{
    margin: 0.5em 0;
}

.sc_matches .sc_item_descr {
    font-size: 1em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.sc_matches_current .sc_match{
	display: none;
}
.sc_matches_current  .sc_match:first-child{
	display: block;
}
.sc_matches_list{
    padding-left: 0;
	list-style-type: none;
    line-height: 1.3em;
    margin-bottom: 1em;
}
.sc_matches_next .sc_matches_list .sc_match{
    padding-left: 0;
    margin-bottom: 3px;
	position: relative;
	cursor: pointer;
}
.sc_matches_next .sc_matches_list .sc_match:last-child{
    margin-bottom:0;
}
.sc_match_date {
    width: 68px;
    height: 100%;
    text-align: center;
    position: absolute;
}
.sc_match_date .day{
	font-size: 25px;
    font-weight: 600;
	display: block;
    padding-top: 15px;
}
.sc_match_date .month{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sc_match_info {
    padding: 1em;
    margin-left: 68px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sc_match_info .name{
	font-weight: 600;
}
.sc_match_info .time, .sc_match_info .players{
	display: inline;
}
/* style 2 */
.sc_matches.style_matches-2 .sc_item_subtitle,
.sc_matches.style_matches-2 .sc_item_title,
.sc_matches.style_matches-2 .sc_item_descr,
.sc_matches.style_matches-2 .sc_item_button,
.sc_matches.style_matches-2 .match_preview {
    text-align: center;
}
.sc_matches.style_matches-2 .sc_item_descr {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4em;
    font-style: italic;
}
.sc_matches.style_matches-2 .sc_matches_next .sc_item_title{
	font-size: 1.7857em;
    line-height: 1.3em;
    font-weight: 700;
    padding: 15px 0;
}
.sc_matches.style_matches-2 .sc_item_title:after{
    margin-left: auto;
}
.sc_matches.style_matches-2 .sc_matches_next .sc_item_title:after{
	content: none;
}
.sc_matches.style_matches-2 .sc_matches_current,
.sc_matches.style_matches-2 .sc_matches_next {
    width: 100%;
}
.sc_matches.style_matches-2 .sc_matches_next{
    padding: 0;
}
.sc_matches.style_matches-2 .sc_matches_current {
    padding: 0 0 30px 0;
}
.sc_matches.style_matches-2 .sc_matches_current .sc_matches_list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.sc_matches.style_matches-2 .sc_matches_next .sc_matches_list {
    margin: 0;
    width: 50%;
    float: left;
}
.sc_matches.style_matches-2 .sc_matches_next .sc_matches_list .sc_match {
    margin-right: 1.5px;
	margin-left: 0;
}
.sc_matches.style_matches-2 .sc_matches_next .sc_matches_list:last-child .sc_match {
    margin-left: 1.5px;
	margin-right: 0;
}
.sc_matches.style_matches-2 .sc_match_info .photo, .sc_matches.style_matches-2 .sc_match_info .name, .sc_matches.style_matches-2 .sc_match_info .vs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
	text-align: center;
}
.sc_matches.style_matches-2 .sc_match_info .vs{
	margin: 0;
}
.sc_matches.style_matches-2 .sc_match_info .name {
    width: 85px;
	line-height: 1.4em;
}
/* latest matches */
.sc_latest_matches_list {
    list-style: none;
/*    max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
	padding-left: 0;
}

/* Single player */
.sidebar_hide .post_item_single_players.post_featured_left > .post_featured {
    width: 32%;
}
.sidebar_show .post_item_single_players.post_featured_left > .post_featured {
    width: 45%;
}
.sidebar_show .post_item_single_players .post_content > .sc_socials {
    display: none;
}
.post_item_single_players .post_title {
	font-weight: 400;
}
.post_item_single_players .post_title:after {
	content: ' ';
    display: table;
    width: 40px;
    height: 2px;
    margin: 0.6667em auto;
    margin-left: 0;
}
.post_item_single_players .player_info {
    margin-bottom: 2em;
	display: table;
}
.post_item_single_players .player_info span {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    display: block;
    line-height: 2em;
}
.post_item_single_players .player_content {
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
    margin-top: 4em;
    padding: 4em 0 1em 0;
}


/* players shortcode */

.sc_player{
    -webkit-box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -2px 2px 25px 0px rgba(0, 0, 0, 0.25);
}

.sc_player .sc_player_avatar {
    position: relative;
}

.sc_player .sc_player_avatar img {
    width: 100%;
}

.sc_player .sc_player_avatar .sc_player_hover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
}
.sc_player .sc_player_avatar .sc_player_hover,
.sc_player .sc_player_avatar .sc_player_hover .sc_player_socials {
    overflow: hidden;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.sc_player:hover .sc_player_avatar .sc_player_hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(0,0,0,0.5);
}

.sc_player .sc_player_avatar .sc_player_hover .sc_player_socials {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 4.286em;
}
.sc_player:hover .sc_player_avatar .sc_player_hover .sc_player_socials {
    margin-top: 0;
}
.sc_player .sc_player_info {
    padding: 1.429em 1.5em;
}
.sc_player .sc_player_info .sc_player_title{
    margin: 0;
    font-size: 1.3333em;
}
.sc_player .sc_player_info .sc_player_title a{
	font-weight: 400;
}
.sc_player .sc_player_info .sc_player_club {
	font-style: italic;
}


/* Player - Blogger */
.post_item_colored .player_info {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}
.post_item_colored .player_info span + span:before {
    content: '/';
    margin: 0 10px;
}

.type_player.post_item_colored .post_featured .post_title {
    height: 45px;
}
.type_player.post_item_colored .player_info {
    font-size: 1em;
}
.type_player.post_item_colored .player_info span{
	display: block;
}
.type_player.post_item_colored .player_info span + span:before {
    content: none;
}
.type_player.post_item_colored .post_featured .post_title {
	bottom: 22%;
}
.type_player.post_item_colored .post_featured .post_descr {
    height: 22%;
}

/* Players table */
.sc_players_table {
    max-width: 100%;
}
.sc_players_table .sc_table {
    margin-bottom: 3em;
}
.sc_players_table table {
    table-layout: fixed;
    text-align: left;
}

.sc_players_table select{
    min-width: 200px;
}

.sc_players_table .label{
    font-weight: bold;
}

.sc_players_table .sc_players_table_category {
    margin-bottom: 20px;
    float:right;
}

.sc_players_table .sort{
	cursor: pointer;
    font-weight: bold;
}
.sc_players_table .sort:after {
    content: '\e8ff';
    font-family: fontello;
    font-size: 1.3em;
    margin-left: 8px;
}
.sc_players_table .sc_table img {
    margin-right: 15px;
}
.sc_players_table .sc_table .title {
    margin: 5px 0;
    display: inline-block;
}

.sc_players_table .sc_table table tr td{
    padding: 0;
    line-height: 1.8;
    font-size: 1em;
}

.sc_players_table .sc_table table tr td:nth-child(even){
    text-align: center;
    font-weight: 600;
}

.sc_players_table .sc_table table tr:first-child td{
    border-top-width: 1px;
    text-align: center;
    padding: 1em 0;
}

/* style 2 */
.sc_players_table.style_2 table {
    table-layout: auto;
}
.sc_players_table.style_2 .sc_players_table_category,
.sc_players_table.style_2 .sc_table tr:first-child {
    display: none;
}
.sc_players_table.style_2 table tr:nth-child(n + 2) {
    display: list-item;
    list-style-type: decimal;
    padding: 0.8em 1.5em;
    list-style-position: inside;
    margin-bottom: 1px;
}
.sc_players_table.style_2 .sc_table td {
    border: none;
    padding: 0;
    display: inline-block;
}
.sc_players_table.style_2 .sc_table .player {
    padding-left: 15px;
}
.sc_players_table.style_2 .sc_table .points {
    font-weight: 600;
    float: right;
    margin: 5px 0;
	margin-right: 5%;
}

@-moz-document url-prefix() {
    .sc_players_table.style_2 table tr:nth-child(n + 2) {
	list-style-type: initial;
    }
}

@media (max-width: 1509px) {
	.post_item_colored .post_featured .post_title {
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.post_item_colored .match_date, .post_item_colored .post_category {
		font-size: 1em;
		line-height: 1.3em;
	}
}
@media (max-width: 1439px) {
	.sc_matches_next, .sc_matches_current {
		padding: 35px;
		padding-bottom: 15px;
	}
	.sc_matches_current {
		padding-right: 0;
	}
	.sc_matches_next {
		width: 35%;
	}
	.sc_matches_current {
		width: 65%;
	}
	.post_item_colored .player_info {
		margin: 0;
	}
	.type_player.post_item_colored .player_info {
		font-size: 0.95em;
		line-height: 1.25em;
	}
	.type_player.post_item_colored .post_featured .post_title {
		height: 40px;
	}
}
@media (max-width: 1262px) {
	.type_match.post_item_colored .match_date, .type_match.post_item_colored .post_category {
		font-size: 1em;
	}
	.type_match.post_item_colored .post_title {
		font-size: 1.2em;
	}	
	.sc_matches_next, .sc_matches_current {
		padding: 30px;
		padding-bottom: 10px;
	}
	.sc_matches_current {
		padding-right: 0;
	}
	.sc_matches_next .sc_matches_title {
		font-size: 3em;
	}
	.sc_match_info {
		padding: 13px 10px;
	}
	.sc_matches.style_matches-2 .sc_match_info .photo, .sc_matches.style_matches-2 .sc_match_info .name, .sc_matches.style_matches-2 .sc_match_info .vs {
		margin: 0 9px;
	}
}
@media (max-width: 1135px){
	.post_item_colored .match_date, .post_item_colored .post_category {
		line-height: 1.5em;
	}
	.sc_matches_next {
		width: 30%;
	}
	.sc_matches_current {
		width: 70%;
	}
	.sc_matches_next .sc_matches_title {
		font-size: 2.3077em;
	}
	.sc_match_date {
		width: 60px;
	}	
	.sc_match_info {
		margin-left: 60px;
	}
	.type_player.post_item_colored .player_info {
		line-height: 1.2em;
	}
}
@media (max-width: 959px){
	.post_item_colored .post_featured .post_title, .post_item_colored .post_featured .post_descr {
		height: 25%;
	}
	.post_item_colored .post_featured .post_title {
		bottom: 25%;
	}
	.post_item_colored .post_featured .post_title {
		font-size: 1em;
	}
	.post_item_colored .match_date, .post_item_colored .post_category {
		line-height: 1.3em;
	}
	.sc_matches_next ,
	.sc_matches_current {
		width: 100%;
        margin-bottom: 2.143em;
	}
	.sc_matches_list {
		margin-top: 2em;
	}
	.sc_matches_current {
		padding-left: 0;
	}
	.sc_matches.style_matches-2 .sc_matches_next .sc_matches_list {
		width: 100%;
	}
	.sc_matches.style_matches-2 .sc_match_info .photo, .sc_matches.style_matches-2 .sc_match_info .name, .sc_matches.style_matches-2 .sc_match_info .vs {
		margin: 0 15px;
	}
	.type_player.post_item_colored .post_featured .post_title {
		height: 35px;
		padding: 10px 8px;
	}
	.type_player.post_item_colored .post_featured .post_descr {
		padding: 3px 8px;
	}
}
@media (max-width: 767px){
	.post_item_colored .post_featured .post_title, .post_item_colored .post_featured .post_descr {
		height: 20%;
	}
	.post_item_colored .post_featured .post_title {
		bottom: 20%;
	}
	.post_item_colored .post_featured .post_title {
		font-size: 1.1em;
	}
	.match_block .match_score {
		font-size: 2.3em;
		line-height: 60px;
		padding: 0 15px;
	}
	.sc_matches.style_matches-2 .sc_match_info .photo, .sc_matches.style_matches-2 .sc_match_info .name, .sc_matches.style_matches-2 .sc_match_info .vs {
		margin: 0 9px;
	}
    .match_block .player_name a {
		padding: 10px;
	}
	.match_block .player_country {
		width: 30px;
		height: 30px;
		line-height: 30px; 
	}
	.sidebar_show .post_item_single_players.post_featured_left > .post_featured,
	.sidebar_hide .post_item_single_players.post_featured_left > .post_featured	{
		width: 100%;
	}
	.sc_players_table table {
		table-layout: auto;
	}

    .sc_match_date .day{
        padding-top: 10px;
    }
}
@media (max-width: 479px){
	.match_block .player {
		width: 100%;
	}
	.match_block .player, .match_block .match_info {
		display: block;
	}
	.match_block .match_info {
		padding: 30px;
	}
	.sc_matches_next .sc_matches_title {
		font-size: 2em;
	}
	.sc_matches.style_matches-2 .sc_match_info .name, .sc_matches.style_matches-2 .sc_match_info .vs {
		margin: 0 10px;
	}
	.sc_matches.style_matches-2 .sc_match_info .photo {
		display: none;
	}
	.sc_matches.style_matches-2 .sc_match_info .name {
		width: 60px;
	}
	.sc_match_date .day {
		font-size: 22px;
		padding-top: 13px;
	}
	.match_block .player_name a {
		padding: 16px;
	}
	.match_block .player_country {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.type_player.post_item_colored .post_featured .post_descr {
		padding: 10px 8px;
	}
    .sc_players_table .sc_table table tr:first-child th, .sc_players_table .sc_table table tr:first-child td {
		font-size: 1.2em;
	}
	.sc_players_table .sc_table img {
		float: left;
	}
	.sc_players_table .sc_table .title {
		display: inline-block;
	}
	.sc_players_table.style_2 .sc_table .player {
		width: 180px;
	}
}





















