@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    --main-color: #44c3bc;
    --active-header-link-color: #44c3bc;
    --border-color: #f1f1f1;
    --foreground-color: #30c3bc;
    --games-schedules-results-block-color: #44c3bc;
}

#footer *,
.main_menu *,
.main_infoblock_title_video *,
.main_infoblock_photos_new * {
    box-sizing: border-box;
}

* {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #43423f;
}

h3 {
    color: black !important;
}

.bold {
    font-weight: bold;
}

.center-text {
    text-align: center;
}

#container {
    width: 100%;
}

#body,
#header_body
{
    background: white;

    margin-left: auto;
    margin-right: auto;
}

#header_body {
    width: 1050px;
}

#body {
    margin-top: 15px;
    width: 1000px;
}

#header {
    height: 74px;
    background: #1e1e1e;
}

#footer {
    position: relative;
    padding: 0;
    height: 50px;
    background: #1e1e1e none;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#footer table {
    border: none;
}

.full {
    width: 100%;
    height: 100%;
    text-align: center;
}

table.footer tr td {
    color: white;
}

.site_logo {
    position: relative;
    float: left;
    height: 74px;
    padding-top: 2px;
    padding-left: 70px;
    padding-right: 20px;
}

.site_logo a {
    background: url(/config/womenbbl.com/images/logo_white.png?v=6) #1e1e1e no-repeat center center;
    background-size: contain;
    background-size: 85%;
    height: 72px;
    width: 124px;
    display: block;
}

.site_menu {
    width: 1000px;
    margin: auto;
}

.main_menu * {
    box-sizing: border-box;
}

.main_menu {
    margin: 0 0 0 15px;
    text-transform: uppercase;
    background: none;
}

.main_menu > .top,
.main_menu > .bottom {
    display: none;
}

.main_menu ul.center {
    border: none;
}

.main_menu ul.center li {
    margin: 0;
    padding: 29px 20px 29px 0;
    background: none;
    height: 60px;
    border: none;
}

.main_menu > ul > li:hover {
    background: none;
    text-decoration: none;
}

.main_menu ul.center li a {
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px;
    line-height: 10px;
    height: 41px;
    background: none;
}

.main_menu ul.center li a:hover {
    text-decoration: none;
    background: none;
}

.main_menu ul.center li a.active {
    color: var(--active-header-link-color);
    background: none;
}

.main_menu > ul > li > a {
    text-decoration: none;
    color: white;
}

.main_menu > ul > li {
    position: relative;
    list-style: none;
    padding: 20px;
    border-bottom: none;
    font-size: 10px;
    display: block;
    float: left;
}

.main_menu > ul > li ul {
    width: 150%;
    margin-left: -30px;
    margin-top: 20px;
    position: absolute;
    display: none;
    z-index: 500;
    list-style: none;
    padding: 10px 14px 0;
}

.main_menu > ul > li:hover ul {
    display: block;
    background: black;
}

.main_menu > ul > li ul li {
    font-size:12px;
    padding: 10px 0;
    border-top: 1px solid white;
    border-bottom: none;
}

.main_menu > ul > li ul li a{
    color: black;
}

.main_menu ul.center ul li {
    border-bottom: 0;
    border-top: 1px solid var(--main-color);
    padding-bottom: 0;
    padding-left: 4px;
    padding-top: 15px;
    height: 35px;
}

.main_infoblock_1 {
    padding: 10px 15px 0 15px;
    border: none;
    border-radius: 0 !important;
}

.main_infoblock_2 {
    margin: 0;
    padding: 20px 10px 15px 20px;
    border-radius: 0 !important;
}

#copyright {
    color: #b4b4b4;
    width: 100%;
    text-align: center;
    position: relative;
}

#copyright > ul.sharing {
    margin-left: 350px;
    -webkit-margin-before: 0;
    float: left;
    clear: both;
    padding: 0;
    padding-top: 20px;
}

#copyright > ul.sharing img {
    height: 22px;
}

#copyright > ul.sharing > li {
    list-style: none;
    display: inline-block;
    padding: 0 25px;
}

#copyright > .copyright-text {
    font-size: 16px;
    padding-top: 16px;
    padding-right: 30px;
    float: right;
}

.main_news {
    padding-top: 0 !important;
}

.main_news iframe {
    width: 100%;
}

.main_news h1 {
    display: block;
    float: left;
    font-size: 25px;
    width: 75%;
    text-decoration: none;
    color: black;
    margin-bottom: 0;
    margin-top: 0;
}

.main_news h1 a {
    text-decoration: inherit;
    min-height: 40px;
    color: inherit;
    display: block;
    text-decoration: inherit;
}

.main_news div.date {
    clear:both;

}

.main_news .center:after {
    content: "";
    display: table;
    clear: both;
}

.main_news .author_block {
    display: none;
}

.main_news .center {
    padding: 15px 15px 0 15px;
    background: white;
}

.main_news .block_gallery .center {
    padding: 0;
}

table#grid_layout_body {
    border-spacing: 0;
    width: 100%;
}

table#grid_layout_body td {
    padding: 0;
}

.grid-block-table thead tr {
    background: var(--main-color);
    height: 30px;
    text-transform: uppercase;
}

.grid-block-table thead tr td,
.grid-block-table thead tr td a
{
    color: white;
}

.grid-block-table thead td a {
    font-size: 11px !important;
    padding: 7px !important;
}

.lightgallery_slider {
    max-width: 630px;
    margin: 0;
    padding: 0;
}

.main_news .info .text {
    font-family: "Tahoma" !important;
    font-size: 14px !important;
}

.main_news .info .text * {
    font-family: "Tahoma";
    font-size: 14px;
}

.main_news .info .text .image_block .image img {
    padding: 0;
    border: none;
    border-bottom: 3px solid var(--main-color);
}

.main_news .main_infoblock_1_title {
    display: none;
}

.bottom {
    display: none;
}

.main_news_title_top * {
    box-sizing: border-box;
}

.main_news_title_top .list_item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

table#grid_layout_body td table.grid-block-table:first-child,
.main_news_title_top a:first-child .list_item {
    margin-top: 0 !important;
}

.main_news_title_top .list_item.big > .photo {
    width: 650px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
}

.main_news_title_top .list_item.big > .name {
    padding-top: 8px;
    padding-bottom: 20px;
    width: 650px;
    bottom: 0;
    font-size: 20px;
}

.main_news_title_top .list_item.small {
    float: left;
    width: 310px;
    font-size: 16px;
}

.main_news_title_top .list_item_4.small,
.main_news_title_top .list_item_2.small {
    clear: left;
    margin-right: 30px;
}

.main_news_title_top .list_item.small:hover > div{
    text-decoration: underline;
}

.main_news_title_top .list_item.small > .photo .image {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
}

.main_news_title_top .list_item.small > .name {
    padding: 10px 0;
    font-size: 16px;
}

.main_news_title_top a {
    text-decoration: none;
}

.main_infoblock_2 {
    border: none !important;
}

.image > img {
    border: 0 !important;
    padding: 0 !important;
}

.main_infoblock_news_new > div.main_infoblock_1_title {
    padding-bottom: 0 !important;
}

.title_grid .main_infoblock_2_title {
    background: var(--main-color);
}

.main_infoblock_2_title {
    width: 100%;
    background: var(--main-color);
    height: 30px;
    text-align: center;
}

.main_infoblock_2_title span {
    background: none;
    font-size: 14px;
    color: white;
    padding: 6px;
}

.main_infoblock_2_title span a {
    color: white;
    text-transform: uppercase;
}

.main_news_relations_title .list_item.uneven {
    margin-left: 17px;
}

.main_infoblock_title_video .list_item.odd {
    margin-left: 27px !important;
}

.main_infoblock_photos_new > div.center > a:nth-child(even) > div {
    margin-left: 30px;
}

.main_infoblock_photos_new .list_item .icon,
.main_infoblock_title_video .list_item .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    width: 39px;
    opacity: 0.6;
    transition: all 0.2s;
    border-radius: 5px;
    background: var(--foreground-color) no-repeat center;
}

.main_infoblock_photos_new .list_item .icon {
    background-size: contain;
    background-image: url(/config/womenbbl.com/images/photos.png);
}

.main_infoblock_title_video .list_item .icon {
    background-size: contain;
    background-image: url(/config/womenbbl.com/images/camera.png);
}

.main_infoblock_photos_new .list_item:hover .icon,
.main_infoblock_title_video .list_item:hover .icon {
    opacity: 1;

}

.main_news_relations_title .list_item,
.main_infoblock_photos_new .list_item,
.main_infoblock_title_video .list_item {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 10px 0 0;
    width: 310px;
}

.main_infoblock_title_video .list_item .play {
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 95px;
    color: var(--foreground-color);
    text-decoration: underline;
}

.main_news_relations_title .list_item .image,
.main_infoblock_photos_new .list_item .image,
.main_infoblock_title_video .list_item .image {
    overflow: hidden;
    float: none;
    padding-right:0;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
}

.main_infoblock_title_video .list_item .play i {
    opacity: 0.8;
    font-size: 80px;
}

.main_news_relations_title .list_item .name,
.main_infoblock_photos_new .list_item .name,
.main_infoblock_title_video .list_item .name {
    padding: 10px 0;
    font-size: 16px;
    color: #000000;
    transition: all 0.2s;
    text-decoration: none;
}

.main_news_relations_title .list_item:hover .name,
.main_infoblock_photos_new .list_item:hover .name,
.main_infoblock_title_video .list_item:hover .name {
    text-decoration: underline;
}

#header_body {
    background: white;
}

#header_body .games_schedules_results_block {
    height: 90px;
    background-color: #fff;
    z-index: 500;
    padding-top:10px;
}

#header_body .games_schedules_results_block .frame {
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

#header_body .games_schedules_results_block .row {
    height: 23px;
    padding: 3px 3px 0 3px;
}

#header_body .games_schedules_results_block .frame {
    height: auto;
    line-height: 58px;
    width: 967px;
    float: left;
}

#header_body .games_schedules_results_block .frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 13px;
}

#header_body .games_schedules_results_block .frame ul li {
    float: left;
    width: auto;
    height: 100%;
    margin: 0;
    color: black;
    overflow: hidden;
    line-height: normal;
}

#header_body .games_schedules_results_block .prevPage, #header_body .games_schedules_results_block .nextPage {
    height: 81px;
    line-height: 81px;
    overflow: hidden;
    width: 21px;
    float: left;
    text-align: center;
    cursor: pointer;
}

#header_body .games_schedules_results_block .prevPage:not(.disabled):hover,
#header_body .games_schedules_results_block .nextPage:not(.disabled):hover {
    background-color: #e1e1e1;
}

#header_body .games_schedules_results_block .prevPage span, #header_body .games_schedules_results_block .nextPage span {
    width: 0;
    height: 0;
    border-style: solid;
    font-size: 1px;
}

#header_body .games_schedules_results_block .prevPage {
    width: 25px;
}

#header_body .games_schedules_results_block .prevPage span {
    border-width: 5px 5px 5px 0;
    border-color: transparent #43423f transparent transparent;
}

#header_body .games_schedules_results_block .prevPage.disabled span {
    border-color: transparent #d3d3d3 transparent transparent;
}

#header_body .games_schedules_results_block .nextPage span {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #43423f;
}

#header_body .games_schedules_results_block .nextPage.disabled span {
    border-color: transparent transparent transparent #d3d3d3;
}

#header_body .games_schedules_results_block .frame ul li {
    height: 100%;
    width: 162px;
}

#header_body .games_schedules_results_block .frame ul li .results {
    float: right;
    line-height: 23px;
    font-size: 12px;
}

#header_body .games_schedules_results_block .frame ul li .league_logo {
    opacity: 0.1;
    height: 100%;
    width: 100%;
    float: left;
}

#header_body .games_schedules_results_block .frame ul li .visible {
    position: relative;
}

#header_body .games_schedules_results_block .frame ul li:hover {
    background: rgba(243, 66, 60, 0.4);
}

#header_body .games_schedules_results_block .frame ul li .name {
    float: left;
    height: 23px;
    line-height: 23px;
    margin-right: 5px;
    overflow: hidden;
}

#header_body .games_schedules_results_block .frame ul li img {
    float: left;
    height: 23px;
    line-height: 23px;
    margin-right: 5px;
    overflow: hidden;
}

#header_body .games_schedules_results_block .frame ul li .visible > .info {
    height: 56px;
    border-right: 1px solid var(--border-color);
    padding-left: 5px;
    padding-right: 5px;
}

#header_body .games_schedules_results_block .frame ul li .visible > .info > .logos {
    float: left;
}

#header_body .games_schedules_results_block .frame ul li:last-child .info {
    border-right: none;
}

#header_body .games_schedules_results_block .frame ul li:last-child .date-time {
    border-right: none;
}

.main_infoblock_1 {
    background: white !important;
}

.game-stats-tab table.stats_01 tr.body_row td {
    text-align: center
}

.game-stats-tab table.stats_01 tr.body_row td.left {
    text-align: left
}

.main_infoblock_1_title {
    background: none;
    padding: 0px 0px 20px 0px;
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0;
    background: white !important;
    font-family: "Open Sans", sans-serif;
}

.main_infoblock_1_title span {
    background: none;
    padding: 6px;
}

#body_right .main_infoblock_1_title {
    background: none;
    padding: 0 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0;
    background: white !important;
    font-family: "Open Sans", sans-serif;
}

.title_teams_list * {
    box-sizing: border-box;
}

.title_teams_list {
    margin: 0;
    position: relative;
    width: 1000px;
}

.title_teams_list td {
    text-align: center;
    list-style: none;
    padding: 15px 0;
    position: relative;
}

.title_teams_list td img {
    vertical-align: middle;
    display: inline-block;
    height:40px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.title_teams_list td:hover img {
    -webkit-filter: none;
    filter: none;
}

div.auto-height {
    float: left;
}

div.auto-height:after {
    content: " ";
    display: table;
    clear: both;
}

table.grid-block-table {
    width: 303px;
    float: left;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 15px 0 15px;
    font-family: "Open Sans", sans-serif;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.75);
}

table.grid-block-table thead tr.title td {
    font-weight: bold;
}

table.grid-block-table thead tr.column-names td {
    padding: 7px !important;
    font-weight: bold;
    text-transform: uppercase;
}

table.grid-block-table td.team_name {
    width: 160px;
}

table.grid-block-table td.team_name .logo {
    width: 20px;
}

table.grid-block-table td.team_name .name {
    max-width: 135px;
}

table.grid-block-table tr {
    font-size: 12px;
    background: #fff;
}

table.grid-block-table thead tr:first-child {
    background: var(--main-color);
}

table.grid-block-table tbody tr:nth-child(even) {
    background: #f9f9f9 !important;
}

table.grid-block-table tbody tr:hover,
table.grid-block-table tbody tr.highlighted
{
    background: var(--foreground-color) !important;
}


table.grid-block-table tbody tr td {
    padding: 7px !important;
    letter-spacing: 1px;
    color: black;
}

table.grid-block-table tbody tr td:first-child {
    text-align:center;
    font-weight: bold;
}

table.grid-block-table tbody tr td.vid {
    font-size: 14px;
    text-align: center;
}

table.grid-block-table a {
    color: black;
    text-decoration: none;
}

table.grid-block-table a:hover {
    text-decoration: underline;
}

table.grid-block-table .photo,
table.grid-block-table .name {
    float: left
}

table.grid-block-table .logo {
    float: left
}

table.grid-block-table .name {
    max-width: 145px;
    padding-left: 5px;
}

table.grid-block-table .name.padding-left {
    max-width: 67px;
    font-size: 13px;
    padding-left: 10px;
}

table#leaders thead td {
    padding: 7px;
}

table#leaders thead tr.column-names {
    background-color: var(--foreground-color);
}

table#leaders thead tr.column-names td {
    color: black;
}

table#leaders div.photo {
    height: 95px;
}

table#leaders div.photo > div {
    top: -44px;
    right: -63px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: white;
    position: relative;
}

table#leaders div.photo > div > img {
    margin-left: 7px;
    margin-top: 8px;
}

.main_infoblock_news_new .photo,
.main_infoblock_news_new .new_data {
    float: left;
}
.main_infoblock_news_new .main_infoblock_1_title
{
    background: var(--main-color) !important;
    margin-bottom:15px;
}
.main_infoblock_news_new .main_infoblock_1_title span {
    font-size:16px;
    text-align: center;
}
.main_infoblock_news_new .new_data {
    padding-left: 20px;
    max-width: 400px;
}

.main_infoblock_news_new .list_item {

}

.main_leagues .main_infoblock_news_new .list_item,
.main_news .main_infoblock_news_new .list_item {
    width: 300px !important;
}

.main_leagues .main_infoblock_1 {
    clear: both;
}

.main_leagues_statistics {
    padding-top: 18px;
}

.main_news .main_infoblock_news_new .new_data {
    min-height: 0 !important;
    padding-left: 0;
}

.main_news .main_infoblock_news_new .new_data .name {
    font-size: 14px;
}

.main_infoblock_news_new .photo {
    max-width: 200px;
    min-width: 180px;
    text-align: center;
}

.main_infoblock_news_new .center .list_item:first-child {
    padding-top: 0;
}

.main_infoblock_news_new .new_data > .name a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.main_infoblock_news_new .new_data > .name a:hover {
    text-decoration: underline;
}

.main_infoblock_news_new .new_data > .text {
    color: black;
    font-weight: normal;
}

.main_infoblock_news_new .list_item {
    border: none !important;
}

.main_feedbacks2 .item {
    margin: 10px;
    background: none;
    width: auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d9d8d1;
}

.main_feedbacks2 .item .date {
    padding: 2px !important;
}

.main_feedbacks2 .item .content {
    border: none;
}

.button {
    border: 1px solid #d9d8d1;
    color: white;
    background: var(--main-color);
}

.main_news_relations_title {
    font-size: 1.9em;
}

.main_news_relations_title .main_infoblock_2_title {
    background: var(--main-color);
}

.main_news_relations {
    margin-left: 10px;
}

.main_news_relations .list_item {
    float: left;
    margin: 0 20px 20px 0;
    width: 200px;
}

.main_news_relations .list_item .title a {
    font-size: 14px;
    text-decoration: none;
}

.main_news_relations .list_item .title a:hover {
    text-decoration: underline;
}

.main_news .main_news_relations .list_item .info {
    font-size: 13px;
}

.main_news_relations:after {
    content: " ";
    display: table;
    clear: both;
}

.main_news .info .text .image_block_scroll {
    border: none !important;
    padding: 0 !important;
}

.main_news h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.main_news .main_infoblock_1 {
    padding: 0 !important;
}

#grid_layout_body > tbody > tr > td {
    vertical-align: top;
}

#grid_layout_body .main_news .info .text .block_block {
    margin-left: -10px;
}

.main_news .info .text .block_block {
    margin: 10px 20px 10px -100px;
    border-top: 4px solid #ddd;
    padding: 10px 0px 10px 0px;
    float: left;
    width: 284px;
    clear: left;
    border-bottom: 4px solid var(--main-color);
    overflow: auto;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links {
    border-top: 1px solid #666;
    padding-top: 5px;
    margin-top: 10px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .images {
    float: left;
    width: 30%;
    margin-right: 3%;
    overflow: hidden;
    padding-top: 20px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .information {
    float: left;
    width: 100%;
    overflow: hidden;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics {
    font-size: 12px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics .images {
    float: left;
    width: 30%;
    margin-right: 3%;
    overflow: hidden;
    padding-top: 20px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics .images .league {
    margin-bottom: 10px;
    text-align: center;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics .images .league img {
    width: 60%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics .images .photo img {
    border: 0;
    width: 100%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics .information {
    float: left;
    width: 67%;
    overflow: hidden;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .player_league_statistics .information table td {
    padding: 5px 3px 5px 3px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .information table {
    width: 100%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .information table tr:nth-child(even) {
    background-color: #eee;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links ul li {
    display: inline;
    border-right: 1px solid #666;
    padding: 0 5px 0 0;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .menu_links ul li:last-child {
    border-right: 0;
}

.login_link {
    display: none;
}

.stats_01 .title, .stats_01 thead tr {
    background-color: var(--foreground-color);
}

.main_infoblock_news_pop .center .list_item .date {
    display: none !important;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .team_league_statistics .team_logo {
    float: left;
    width: 28%;
    margin-right: 3%;
    overflow: hidden;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .team_league_statistics .team_logo img {
    width: 100%;
    max-height: 63px;
    object-fit: contain;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .team_league_statistics .stats_image {
    float: left;
    width: 48%;
    overflow: hidden;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .team_league_statistics .league_logo {
    float: left;
    width: 18%;
    margin-left: 3%;
    overflow: hidden;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .team_league_statistics .league_logo img {
    width: 100%;
    max-height: 63px;
    object-fit: contain;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .team_league_statistics .league_logo:after {
    margin-bottom: 20px;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

td.main_news {
    width: 250px;
}

div#body > div > h3 {
    margin-left: 15px;
}

.main_players_header .main_infoblock_1_title,
.main_teams .main_infoblock_1_title {
    padding-bottom: 10px !important;
}

.title_grid .main_infoblock_2,
.main_leagues .main_infoblock_2,
.main_teams .main_infoblock_2 {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

table.list02 thead tr {
    background-color: var(--main-color);
}

table.form02 td {
    padding: 5px !important;
}

.stats_01 .title td,
.stats_01 .title td,
.standings_01 .title td {
    font-size: 12px;
    padding: 3px 18px !important;
    background-color: var(--main-color);
    color: black;
}

.stats_01 .title td:first-child,
.stats_01 .title td:first-child,
.standings_01 .title td:first-child {
    border-top-left-radius: 5px;
}

.stats_01 .title td:last-child,
.stats_01 .title td:last-child,
.standings_01 .title td:last-child {
    border-top-right-radius: 5px;
}

table#grid_layout_body .stats_01 .title td,
table#grid_layout_body .stats_01 .title td,
table#grid_layout_body .standings_01 .title td {
    font-size: 12px;
    padding: 3px 7px !important;
    background-color: var(--foreground-color);
}

.stats_01 td {
    padding: 3px !important;
}

.main_leagues_standings .stats_01 td {
    padding: 10px !important;
}

.stats_01 * {
    font-family: "Tahoma";
}

table.list04 thead tr th.header {
    padding: 5px 15px;
}

.main_leagues .main_leagues_header3 {
    display: none;
}

.main_infoblock_1 .logo_info .logo {
    float: left;
    border: 1px solid #d7d8d3;
    margin-right: 10px;
}

.main_infoblock_2 .center p {
    font-size: 12px;
}

.main_infoblock_video_object .list_item .image a:last-child {
    background: none;
}

.main_menu_center ul li.active a {
    color: black !important;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile {
    font-size: 12px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .main_infoblock_1_title {
    display: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results a {
    text-decoration: none;
    color: #333;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results a:hover {
    text-decoration: underline;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .team {
    width: 30%;
    float: left;
    text-align: center;
    padding-bottom: 10px;
    font-size: 0.9em;
    line-height: 1em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .team div:first-child {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .team img {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .date_points {
    text-align: center;
    width: 40%;
    float: left;
    padding-top: 5px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .date_points a {
    color: #333;
    text-decoration: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .date_points .date {
    font-size: 1.2em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .date_points .date span {
    font-weight: bold;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .date_points .points {
    font-size: 2.3em;
    line-height: 1em;
}

#grid_layout_body .main_news .info .text .news_relations_blocks .main_infoblock_games_profile .results .date_points .points {
    font-size: 1.9em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .date_points .material-icons {
    color: #db6600;
    display: block;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_profile .results .links {
    clear: both;
    border-top: 1px solid #666;
    padding-top: 5px;
    font-size: 1.1em;
}

#grid_layout_body .main_news .info .text .news_relations_blocks .main_infoblock_games_profile .results .links {
    font-size: 0.8em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare {
    font-size: 12px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .teams_list {
    height: 33px;
    margin-bottom: 4px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .teams_list div {
    width: 50%;
    float: left;
    text-align: center;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .teams_list div img {
    height: 33px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .teams_list div:last-child:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item {
    margin-top: 15px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .col {
    float: left;
    text-align: center;
    margin-bottom: 5px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .col_2 {
    width: 58%;
    font-size: 1.2em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .col_1, #grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .col_3 {
    width: 21%;
    font-size: 1.5em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .col .description {
    font-size: 0.5em;
    line-height: 1em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .chart:before {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params_title {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .team {
    width: 30%;
    float: left;
    text-align: center;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .chart {
    width: 40%;
    float: left;
    overflow: hidden;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .chart .chart_block_donut_half {
    width: 100%;
    height: 30px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .chart .chart_block_donut_half .chart_block_donut_half_perc {
    display: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .chart .chart_block_donut_half .chart_block_donut_half_val {
    display: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .team .value {
    font-size: 1.9em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_teams_compare .stats_list_item .params .team .description {
    color: #999;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item {
    padding-bottom: 8px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 1em;
    position: relative;
    min-height: 47px;
    background-color: #eee;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 0;
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .image img {
    width: 40px;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .player {
    position: absolute;
    left: 50px;
    top: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .player a {
    color: #333;
    text-decoration: none;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .statistics {
    position: absolute;
    left: 50px;
    top: 23px;
    height: 23px;
    overflow: hidden;
    width: 75%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .statistics .col {
    float: left;
    width: 22%;
    text-align: center;
    color: #000;
    margin-right: 17%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .statistics .col:last-child {
    margin-right: 0;
}

#grid_layout_body .news_relations_blocks .main_infoblock_games_leaders .stats_list_item_row .statistics .col span {
    display: block;
    font-size: 0.8em;
    color: #999;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_photos .list_item {
    float: left;
    width: 48%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_photos .list_item:first-child {
    width: 100%;
    margin-bottom: 10px;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_photos .list_item:nth-child(2) {
    margin-right: 4%;
}

#grid_layout_body .news_relations_blocks .main_infoblock_1 .center .game_photos .list_item img {
    width: 100%;
}

.stats_01,
.list02,
.table_02 {
    border: none;
    border-spacing: 0;
    font-family: "Open Sans", sans-serif;
}

.stats_01 a,
.list02 a,
.table_02 a {
    color: inherit !important;
}

.stats_01 .title,
.list02 .title,
.table_02 .title {
    background: none;
    padding: 0 !important;
}

.list02 td,
.table_02 td {
    padding: 5px !important;
    font-weight: bold;
}

.stats_01 tr.bold td,
.stats_01 td.bold {
    font-weight: bold;
}

.list02 .title td,
.list02 .title td,
.table_02 .title td {
    padding: 25px 0 10px 0;
    color: var(--main-color);
    font-size: 14px;
}

.list02 .name,
.table_02 .name {
    padding: 35px 15px;
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.list02 .name img,
.table_02 .name img {
    margin-right: 10px;
    vertical-align: middle;
}

.stats_01 .row1,
.list02 .row1,
.table_02 .row1 {
    background: #f3f3f3 !important;
}

.stats_01 .row2,
.list02 .row2,
.table_02 .row2 {
    background: #ebebeb !important;
}

.table_02 .schedule_time {
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.table_02 td.schedule_time img {
    width: 50px;
    max-height: 50px;
}

table.paging {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.paging td {
    border: 1px solid #dcdcdc;
    padding: 15px;
    font-size: 14px;
    color: #757575;
}

table.paging td.active {
    color: var(--main-color);
}

table.paging td a {
    color: inherit;
    text-decoration: none;
}

table.paging td a:hover {
    color: var(--main-color);
}

table.paging td.page {
    width: 35px;
}

.main_infoblock_3 {
    padding: 15px;
}

.main_news_relations_title,
.main_infoblock_3 .main_infoblock_3_title {
    color: #43423f;;
    font-size: 20px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.main_infoblock_3 .main_infoblock_3_title {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}

.main_infoblock_3 .main_infoblock_3_title a {
    text-decoration: inherit;
}

.main_infoblock_3 .main_infoblock_3_title a:hover {
    text-decoration: underline;
}

.main_video iframe[title="YouTube video player"] {
    width: 800px;
    height: 500px;
}

.table_03 {
    border: none;
    border-spacing: 0;
    font-family: "Open Sans", sans-serif;
}

.table_03 .date {
    position: absolute;
    margin-top: 20px;
    margin-left: 30px;
}

.table_03 .statistics {
    position: absolute;
    margin-top: 20px;
    right: 30px;
    top: 0;
}

.table_03 a {
    color: inherit !important;
}

.table_03 .title {
    background: none;
    padding: 0 !important;
}

.table_03 td {
    padding: 5px !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.table_03 .title td {
    background: #fcee9f !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 25px 0 10px 0;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.table_03 .name {
    padding: 0 !important;
    color: black;
    font-size: 12px;
    position: relative;
    width: 40%;
}

.table_03 .name .info {
    color: black;
    font-size: 14px;
    font-weight: normal;
}

.table_03 .name .info a {
    text-decoration: none;
}

.table_03 .name .info.left {
    padding: 40px 0 20px 30%;
}

.table_03 .name .info.right {
    padding: 40px 30% 20px 0;
}

.table_03 .name img {
    vertical-align: middle;
    margin-bottom: 5px;
}

.table_03 .row1 {
    background: #f3f3f3 !important;
}

.table_03 .score {
    width: 20%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.table_03 .score a {
    text-decoration: none;
}

.table_03 .separator {
    padding: 0 10px;
}

.table_03 .row2 {
    background: #ebebeb !important;
}

.table_03 .schedule_time {
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.main_infoblock_news_pop {
    clear: both;
}

.main_infoblock_2 {
    clear: both;
}

.main_title_small_blocks > .main_infoblock_1 {
    float: left;
}

.row2 > .live-link {
    margin-left: -1px;
}

.live-link {
    color: red !important;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list,
.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .title {
    font-size: 12px;
    text-align: center;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .stats_list_item {
    width: 50%;
    overflow: hidden;
    float: left;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .player,
.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .params {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .stats_list_item:nth-child(2) .params,
.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .stats_list_item:nth-child(2n+3) .params {
    border-right: 0;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .player {
    height: 141px;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .player img {
    height: 120px;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .params {
    height: 60px;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .params .title {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .params .value {
    font-size: 1.7em;
}

.news_relations_blocks .main_infoblock_1 .center .game_best_player .stats_list .params .description {
    color: #999;
}

#plays_filter {
    width: 38% !important;
    margin-left: 2% !important;
}

#plays_holder {
    margin-left: 3% !important;
}

.margin-top-5 {
    margin-top: 5px;
}

div#venue {
    border-top: 1px solid var(--main-color);
}

div#summary_container div.main_infoblock_2 {
    padding-bottom: 0;
}

ul.game-stat-tabs li {
    background: var(--main-color);
}

ul.game-stat-tabs li.active:after {
    border-color: var(--main-color) transparent transparent transparent;
}

table.score span.winner {
    color: var(--main-color);
}

#game_news div.list_item {
    margin-left: 20px;
    margin-bottom: 10px;
}

div.main_infoblock_results .main_infoblock_1_title {
    background: none;
    padding: 0 0 10px 0;
    font-size: 19px !important;
    text-transform: uppercase;
    margin: 0;
    background: white;
    font-family: "Open Sans", sans-serif;
}

p.only_portrait {
    color: var(--main-color);
}

table.team_mvp {
    table-layout: fixed;
}

div.main_infoblock_2.without_padding {
    padding-bottom: 10px;
}

div#playoff_tree {
    width: 1000px;
    height: 600px;
    background-image: url('/config/nklyga.lt/images/tree.jpg?v=2');
    position: relative;
}

div#playoff_tree div.results.right {
    left: -320px;
}

div#playoff_tree div.team_name {
    position: absolute;
}

div#playoff_tree div.team_score span {
    font-weight: bold;
    font-size: 15px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_infoblock_1_title {
    display: block;
    overflow: auto;
    height: unset;
}

.main_infoblock_1_title span {
    height: unset;
}

ul.main_menu_center {
    clear: both;
    width: 960px;
    margin-left: 20px;
    margin-top: 50px;
    background: #d3d3d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 !important;
    height: 40px;
}

ul.main_menu_center li {
    float: left;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    width: 290px;
    list-style: none;
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
    margin-right: 1px;
    height: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

ul.main_menu_center li a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

ul.main_menu_center li.active a {
    text-decoration: underline;
}

ul.main_menu_center li:first-child {
    border-left: none;
}

ul.main_menu_center li:last-child {
    margin-right: 0;
    border-right: none;
}

.expanded-side{
    width:790px;
    float:left;
}

.extended_table{
    width:150px;
    float:right;
    padding:5px 10px 0 0 !important;
}

.schedule_time img{
    vertical-align: middle;
}


.main_photos div.categories div.item {
    margin-bottom: 50px;
}
.main_photos div.categories div.item .photo_title {
    display: none;
}
.main_photos div.categories div.item .name {
    clear: left;
    font-weight: bold;
}
.main_photos div.categories div.item .photos img, .main_photos div.categories div.item .photo_title img {
    width: 180px;
}

#social_block {
    position: fixed;
    top: 100px;
    right: 0;
    background-color: var(--main-color);
}

#social_block div {
    height: 45px;
    width: 45px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

#social_block div.fb {
    background: url('/config/womenbbl.com/images/social_fb.png?2') no-repeat center;
    background-size: 20px;
}

#social_block div.yt {
    background: url('/config/womenbbl.com/images/social_yt.png') no-repeat center;
    background-size: 20px;
}

#social_block div.ig {
    background: url('/config/womenbbl.com/images/social_instagram.png') no-repeat center;
    background-size: 20px;
}

div.leaders.records table thead tr {
    background-color: var(--foreground-color);
}

.stats_01_title {
    background: none;
    color: var(--main-color);
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}

.main_team_grid .main_infoblock_2_title,
.main_player_grid .main_infoblock_2_title,
.main_leagues_standings .main_infoblock_2_title,
.main_players_list .main_infoblock_2_title
{
    background: none;
}

.main_players_list .main_infoblock_2_title span,
.main_leagues_standings .main_infoblock_2_title span,
.main_player_grid .main_infoblock_2_title span a,
.main_player_grid .main_infoblock_2_title span,
.main_team_grid .main_infoblock_2_title span a,
.main_team_grid .main_infoblock_2_title span
{
    color: var(--main-color);
    font-size: 19px;
}

.main_infoblock_news_new .main_infoblock_1_title {
    background: none !important;
}

div.leaders.records table thead tr td {
    color: black;
}

ul.ads {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

ul.ads > li {
    display: block;
    justify-content: center;
    text-align: center;
}

ul.ads > li > a {
    margin-left: auto;
    margin-right: auto;
}

.stats_01 .title td,
.stats_01 thead td {
    color: black;
}

.bg-black{
    background-color: black !important;
}

.playoff_tree_wrapper {
    display: flex;
    flex-direction: column;
}